|
|
|
| 1 | 2026-06-26T17:50:19.676Z | job assigned to worker 01KW2GTAR7E6V3W6YR7HE7BT2M [factory aws, i-003c8932f0634f8d6] (queued for 48 s) |
| |
| 2 | 2026-06-26T17:50:26.580Z | starting task 0: "setup" |
| 3 | 2026-06-26T17:50:26.585Z | ++ uname -s |
| 4 | 2026-06-26T17:50:26.588Z | + kern=SunOS |
| 5 | 2026-06-26T17:50:26.588Z | + build_user=build |
| 6 | 2026-06-26T17:50:26.588Z | + build_uid=12345 |
| 7 | 2026-06-26T17:50:26.588Z | + work_dir=/work |
| 8 | 2026-06-26T17:50:26.588Z | + input_dir=/input |
| 9 | 2026-06-26T17:50:26.588Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T17:50:26.588Z | + case "$kern" in |
| 11 | 2026-06-26T17:50:26.588Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T17:50:26.591Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T17:50:28.598Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T17:50:28.690Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T17:50:28.693Z | + home_fs=zfs |
| 16 | 2026-06-26T17:50:28.693Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T17:50:28.693Z | + mkdir -p /home/build |
| 18 | 2026-06-26T17:50:28.696Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T17:50:30.696Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T17:50:30.700Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-06-26T17:50:30.706Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T17:50:30.712Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T17:50:30.712Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T17:50:30.712Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T17:50:30.712Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T17:50:30.712Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T17:50:30.712Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T17:50:30.715Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T17:50:30.715Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T17:50:30.796Z | info: downloading installer |
| 31 | 2026-06-26T17:50:32.303Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T17:50:32.303Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T17:50:32.303Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T17:50:32.303Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T17:50:32.316Z | info: profile set to default |
| 36 | 2026-06-26T17:50:32.316Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T17:50:32.320Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T17:50:32.469Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T17:50:32.472Z | info: downloading 6 components |
| 40 | 2026-06-26T17:50:49.546Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T17:50:49.546Z | |
| 42 | 2026-06-26T17:50:49.572Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T17:50:49.572Z | |
| 44 | 2026-06-26T17:50:49.572Z | |
| 45 | 2026-06-26T17:50:49.572Z | Rust is installed now. Great! |
| 46 | 2026-06-26T17:50:49.572Z | |
| 47 | 2026-06-26T17:50:49.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T17:50:49.572Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T17:50:49.572Z | |
| 50 | 2026-06-26T17:50:49.572Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T17:50:49.572Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T17:50:49.572Z | |
| 53 | 2026-06-26T17:50:49.572Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T17:50:49.575Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T17:50:49.575Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T17:50:49.575Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T17:50:49.575Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T17:50:49.575Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T17:50:49.575Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T17:50:49.576Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T17:50:49.576Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T17:50:49.681Z | + rustup --version |
| 63 | 2026-06-26T17:50:49.688Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T17:50:49.691Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T17:50:49.710Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T17:50:49.713Z | + cargo --version |
| 67 | 2026-06-26T17:50:49.722Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T17:50:49.725Z | + rustc --version |
| 69 | 2026-06-26T17:50:49.745Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T17:50:49.748Z | process exited: duration 19042 ms, exit code 0 |
| |
| 71 | 2026-06-26T17:50:49.754Z | starting task 2: "authentication" |
| 72 | 2026-06-26T17:50:49.773Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-26T17:50:49.779Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T17:50:49.784Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T17:50:49.787Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T17:50:49.821Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T17:50:59.565Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T17:50:59.565Z | + git fetch origin 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 79 | 2026-06-26T17:50:59.878Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T17:50:59.878Z | * branch 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 -> FETCH_HEAD |
| 81 | 2026-06-26T17:50:59.894Z | + [[ -n iliana/cockroach-go1.26 ]] |
| 82 | 2026-06-26T17:50:59.897Z | ++ git branch --show-current |
| 83 | 2026-06-26T17:50:59.900Z | + current=main |
| 84 | 2026-06-26T17:50:59.900Z | + [[ main != iliana/cockroach-go1.26 ]] |
| 85 | 2026-06-26T17:50:59.900Z | + git branch -f iliana/cockroach-go1.26 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 86 | 2026-06-26T17:50:59.903Z | + git checkout -f iliana/cockroach-go1.26 |
| 87 | 2026-06-26T17:51:00.142Z | Switched to branch 'iliana/cockroach-go1.26' |
| 88 | 2026-06-26T17:51:00.145Z | + git reset --hard 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 |
| 89 | 2026-06-26T17:51:00.158Z | HEAD is now at 6bf3f4e1d Merge remote-tracking branch 'origin/main' into iliana/cockroach-go1.26 |
| 90 | 2026-06-26T17:51:00.161Z | process exited: duration 10380 ms, exit code 0 |
| |
| 91 | 2026-06-26T17:51:00.168Z | starting task 4: "build" |
| 92 | 2026-06-26T17:51:00.174Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-26T17:51:00.174Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-26T17:51:00.174Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-26T17:51:00.174Z | + cargo --version |
| 96 | 2026-06-26T17:51:00.184Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-26T17:51:00.187Z | + rustc --version |
| 98 | 2026-06-26T17:51:00.207Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-26T17:51:00.211Z | + WORK=/work |
| 100 | 2026-06-26T17:51:00.214Z | + pfexec mkdir -p /work |
| 101 | 2026-06-26T17:51:00.218Z | + pfexec chown build /work |
| 102 | 2026-06-26T17:51:00.218Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-26T17:51:02.037Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-26T17:51:02.146Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-26T17:51:02.631Z | Planning: Solver setup ... Done (0.439s) |
| 106 | 2026-06-26T17:51:02.656Z | Planning: Running solver ... Done (0.025s) |
| 107 | 2026-06-26T17:51:02.669Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-26T17:51:02.692Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-26T17:51:03.845Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-26T17:51:03.860Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-26T17:51:03.862Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-26T17:51:04.035Z | Planning: Checking for conflicting actions ... Done (0.174s) |
| 113 | 2026-06-26T17:51:04.039Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-26T17:51:04.921Z | Planning: Evaluating mediators ... Done (0.884s) |
| 115 | 2026-06-26T17:51:04.925Z | Planning: Planning completed in 2.75 seconds |
| 116 | 2026-06-26T17:51:04.930Z | Packages to install: 2 |
| 117 | 2026-06-26T17:51:04.930Z | Estimated space available: 156.06 GB |
| 118 | 2026-06-26T17:51:04.931Z | Estimated space to be consumed: 30.96 MB |
| 119 | 2026-06-26T17:51:04.931Z | Create boot environment: No |
| 120 | 2026-06-26T17:51:04.934Z | Create backup boot environment: No |
| 121 | 2026-06-26T17:51:04.934Z | Rebuild boot archive: No |
| 122 | 2026-06-26T17:51:04.934Z | |
| 123 | 2026-06-26T17:51:04.934Z | Changed packages: |
| 124 | 2026-06-26T17:51:04.934Z | helios |
| 125 | 2026-06-26T17:51:04.934Z | developer/build-essential |
| 126 | 2026-06-26T17:51:04.934Z | None -> 11-3.0 |
| 127 | 2026-06-26T17:51:04.934Z | library/libxmlsec1 |
| 128 | 2026-06-26T17:51:04.934Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-26T17:51:04.957Z | |
| 130 | 2026-06-26T17:51:04.958Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-26T17:51:06.139Z | Download: Completed 1.28 MB in 1.18 seconds (1.1M/s) |
| 132 | 2026-06-26T17:51:06.192Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-26T17:51:06.232Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-26T17:51:06.244Z | Finalize: Updating package state database ... Done (0.012s) |
| 135 | 2026-06-26T17:51:06.245Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-26T17:51:06.273Z | Finalize: Updating image state ... Done (0.029s) |
| 137 | 2026-06-26T17:51:08.899Z | Finalize: Creating fast lookup database ... Done (2.599s) |
| 138 | 2026-06-26T17:51:08.977Z | Finalize: Reading search index ... Done (0.014s) |
| 139 | 2026-06-26T17:51:08.980Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-26T17:51:09.070Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-26T17:51:09.384Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-26T17:51:09.488Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-26T17:51:09.490Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-26T17:51:09.645Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-26T17:51:09.647Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-26T17:51:09.670Z | Mediators to change: 2 |
| 147 | 2026-06-26T17:51:09.670Z | Create boot environment: No |
| 148 | 2026-06-26T17:51:09.670Z | Create backup boot environment: No |
| 149 | 2026-06-26T17:51:09.720Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-26T17:51:09.720Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-26T17:51:09.740Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-26T17:51:11.678Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-26T17:51:11.744Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-26T17:51:11.748Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-26T17:51:11.807Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-26T17:51:12.091Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-26T17:51:12.197Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-26T17:51:12.201Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-26T17:51:12.351Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-26T17:51:12.355Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-26T17:51:12.376Z | Mediators to change: 1 |
| 162 | 2026-06-26T17:51:12.376Z | Create boot environment: No |
| 163 | 2026-06-26T17:51:12.376Z | Create backup boot environment: No |
| 164 | 2026-06-26T17:51:12.418Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-26T17:51:12.418Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-26T17:51:12.434Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-26T17:51:14.366Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-26T17:51:14.429Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-26T17:51:14.432Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-26T17:51:14.490Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-26T17:51:14.799Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-26T17:51:14.799Z | apache system 2.4 system |
| 173 | 2026-06-26T17:51:14.799Z | clang system 15 system |
| 174 | 2026-06-26T17:51:14.799Z | csh system system illumos |
| 175 | 2026-06-26T17:51:14.799Z | ctags system system illumos |
| 176 | 2026-06-26T17:51:14.799Z | file vendor vendor darwinsys |
| 177 | 2026-06-26T17:51:14.799Z | file system system illumos |
| 178 | 2026-06-26T17:51:14.799Z | gcc vendor 14 vendor |
| 179 | 2026-06-26T17:51:14.799Z | gcc system 13 system |
| 180 | 2026-06-26T17:51:14.800Z | gcc system 10 system |
| 181 | 2026-06-26T17:51:14.800Z | go system 1.25 system |
| 182 | 2026-06-26T17:51:14.800Z | llvm system 15 system |
| 183 | 2026-06-26T17:51:14.800Z | mariadb system 11.4 system |
| 184 | 2026-06-26T17:51:14.800Z | mta vendor vendor dma |
| 185 | 2026-06-26T17:51:14.800Z | openjdk system 17 system |
| 186 | 2026-06-26T17:51:14.800Z | openjdk system 11 system |
| 187 | 2026-06-26T17:51:14.800Z | openssl vendor 3 vendor |
| 188 | 2026-06-26T17:51:14.800Z | perl system 5.40 system |
| 189 | 2026-06-26T17:51:14.800Z | postgresql system 18 system |
| 190 | 2026-06-26T17:51:14.800Z | postgresql system 17 system |
| 191 | 2026-06-26T17:51:14.800Z | python vendor 3 vendor |
| 192 | 2026-06-26T17:51:14.800Z | python system 2 system |
| 193 | 2026-06-26T17:51:14.800Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-26T17:51:14.800Z | ruby system 3.4 system |
| 195 | 2026-06-26T17:51:14.800Z | ruby system 3.0 system |
| 196 | 2026-06-26T17:51:14.800Z | words vendor vendor american-english |
| 197 | 2026-06-26T17:51:14.800Z | words system system australian-english |
| 198 | 2026-06-26T17:51:14.800Z | words system system british-english |
| 199 | 2026-06-26T17:51:14.800Z | words system system canadian-english |
| 200 | 2026-06-26T17:51:14.800Z | words system system french |
| 201 | 2026-06-26T17:51:14.800Z | words system system italian |
| 202 | 2026-06-26T17:51:14.800Z | words system system ngerman |
| 203 | 2026-06-26T17:51:14.800Z | words system system ogerman |
| 204 | 2026-06-26T17:51:14.800Z | words system system spanish |
| 205 | 2026-06-26T17:51:15.054Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-26T17:51:15.054Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-26T17:51:15.363Z | FMRI IFO |
| 208 | 2026-06-26T17:51:15.363Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-26T17:51:15.363Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-26T17:51:15.363Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-26T17:51:15.363Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-26T17:51:15.364Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-26T17:51:15.364Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-26T17:51:15.364Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-26T17:51:15.364Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-26T17:51:15.364Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-26T17:51:15.615Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-26T17:51:15.878Z | Updating crates.io index |
| 219 | 2026-06-26T17:51:15.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-26T17:51:16.106Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-26T17:51:16.427Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-26T17:51:16.722Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-26T17:51:17.627Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-26T17:51:18.135Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-26T17:51:19.634Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-26T17:51:20.389Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-26T17:51:20.648Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-26T17:51:21.696Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-26T17:51:21.960Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-26T17:51:22.296Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-26T17:51:22.575Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-26T17:51:23.162Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-26T17:51:23.653Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-26T17:51:23.932Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-26T17:51:24.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-26T17:51:24.472Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-26T17:51:24.773Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-26T17:51:25.035Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-26T17:51:25.294Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-26T17:51:25.566Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-26T17:51:25.942Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-26T17:51:26.271Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-26T17:51:26.552Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-26T17:51:26.985Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-26T17:51:27.240Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-26T17:51:27.743Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-26T17:51:28.023Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-26T17:51:28.276Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-26T17:51:28.616Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-26T17:51:29.034Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-26T17:51:29.316Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-26T17:51:29.633Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-26T17:51:29.889Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-26T17:51:30.199Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-26T17:51:30.495Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-26T17:51:30.773Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-26T17:51:31.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-26T17:51:31.330Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-26T17:51:34.485Z | Downloading crates ... |
| 260 | 2026-06-26T17:51:34.542Z | Downloaded anstream v1.0.0 |
| 261 | 2026-06-26T17:51:34.547Z | Downloaded tabled_derive v0.7.0 |
| 262 | 2026-06-26T17:51:34.552Z | Downloaded proc-macro-error v1.0.4 |
| 263 | 2026-06-26T17:51:34.555Z | Downloaded erased-serde v0.4.9 |
| 264 | 2026-06-26T17:51:34.555Z | Downloaded strsim v0.11.1 |
| 265 | 2026-06-26T17:51:34.558Z | Downloaded form_urlencoded v1.2.2 |
| 266 | 2026-06-26T17:51:34.558Z | Downloaded utf8parse v0.2.2 |
| 267 | 2026-06-26T17:51:34.558Z | Downloaded heck v0.5.0 |
| 268 | 2026-06-26T17:51:34.558Z | Downloaded equivalent v1.0.2 |
| 269 | 2026-06-26T17:51:34.564Z | Downloaded crypto-common v0.1.7 |
| 270 | 2026-06-26T17:51:34.567Z | Downloaded typeid v1.0.3 |
| 271 | 2026-06-26T17:51:34.574Z | Downloaded cfg-if v1.0.4 |
| 272 | 2026-06-26T17:51:34.577Z | Downloaded toml_edit v0.22.27 |
| 273 | 2026-06-26T17:51:34.582Z | Downloaded block-buffer v0.10.4 |
| 274 | 2026-06-26T17:51:34.582Z | Downloaded version_check v0.9.5 |
| 275 | 2026-06-26T17:51:34.585Z | Downloaded anstyle-query v1.1.5 |
| 276 | 2026-06-26T17:51:34.585Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-06-26T17:51:34.587Z | Downloaded dof v0.3.0 |
| 278 | 2026-06-26T17:51:34.587Z | Downloaded colorchoice v1.0.4 |
| 279 | 2026-06-26T17:51:34.587Z | Downloaded clap_builder v4.6.0 |
| 280 | 2026-06-26T17:51:34.591Z | Downloaded unicode-linebreak v0.1.5 |
| 281 | 2026-06-26T17:51:34.591Z | Downloaded heck v0.4.1 |
| 282 | 2026-06-26T17:51:34.594Z | Downloaded errno v0.3.14 |
| 283 | 2026-06-26T17:51:34.594Z | Downloaded anstyle v1.0.14 |
| 284 | 2026-06-26T17:51:34.597Z | Downloaded zerofrom-derive v0.1.6 |
| 285 | 2026-06-26T17:51:34.597Z | Downloaded yoke-derive v0.8.1 |
| 286 | 2026-06-26T17:51:34.597Z | Downloaded thiserror-impl v2.0.18 |
| 287 | 2026-06-26T17:51:34.600Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-06-26T17:51:34.600Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-06-26T17:51:34.600Z | Downloaded byteorder v1.5.0 |
| 290 | 2026-06-26T17:51:34.600Z | Downloaded unicode-xid v0.2.6 |
| 291 | 2026-06-26T17:51:34.603Z | Downloaded anyhow v1.0.102 |
| 292 | 2026-06-26T17:51:34.606Z | Downloaded serde_core v1.0.228 |
| 293 | 2026-06-26T17:51:34.609Z | Downloaded usdt-attr-macro v0.5.0 |
| 294 | 2026-06-26T17:51:34.609Z | Downloaded toml_write v0.1.2 |
| 295 | 2026-06-26T17:51:34.609Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-06-26T17:51:34.612Z | Downloaded clap v4.6.1 |
| 297 | 2026-06-26T17:51:34.615Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2026-06-26T17:51:34.615Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-06-26T17:51:34.618Z | Downloaded zerovec-derive v0.11.2 |
| 300 | 2026-06-26T17:51:34.618Z | Downloaded thiserror v1.0.69 |
| 301 | 2026-06-26T17:51:34.621Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-06-26T17:51:34.621Z | Downloaded generic-array v0.14.7 |
| 303 | 2026-06-26T17:51:34.621Z | Downloaded icu_normalizer_data v2.1.1 |
| 304 | 2026-06-26T17:51:34.624Z | Downloaded zerofrom v0.1.6 |
| 305 | 2026-06-26T17:51:34.624Z | Downloaded smawk v0.3.2 |
| 306 | 2026-06-26T17:51:34.624Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-06-26T17:51:34.627Z | Downloaded camino v1.2.2 |
| 308 | 2026-06-26T17:51:34.630Z | Downloaded is_terminal_polyfill v1.70.2 |
| 309 | 2026-06-26T17:51:34.630Z | Downloaded zmij v1.0.21 |
| 310 | 2026-06-26T17:51:34.633Z | Downloaded tinystr v0.8.2 |
| 311 | 2026-06-26T17:51:34.633Z | Downloaded zerocopy-derive v0.7.35 |
| 312 | 2026-06-26T17:51:34.636Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-06-26T17:51:34.636Z | Downloaded writeable v0.6.2 |
| 314 | 2026-06-26T17:51:34.636Z | Downloaded usdt v0.5.0 |
| 315 | 2026-06-26T17:51:34.636Z | Downloaded fnv v1.0.7 |
| 316 | 2026-06-26T17:51:34.639Z | Downloaded yoke v0.8.1 |
| 317 | 2026-06-26T17:51:34.645Z | Downloaded fastrand v2.3.0 |
| 318 | 2026-06-26T17:51:34.649Z | Downloaded plain v0.2.3 |
| 319 | 2026-06-26T17:51:34.652Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-06-26T17:51:34.652Z | Downloaded textwrap v0.16.2 |
| 321 | 2026-06-26T17:51:34.652Z | Downloaded zerotrie v0.2.3 |
| 322 | 2026-06-26T17:51:34.655Z | Downloaded unicode-ident v1.0.24 |
| 323 | 2026-06-26T17:51:34.655Z | Downloaded ucd-trie v0.1.7 |
| 324 | 2026-06-26T17:51:34.658Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-06-26T17:51:34.658Z | Downloaded stable_deref_trait v1.2.1 |
| 326 | 2026-06-26T17:51:34.658Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-06-26T17:51:34.661Z | Downloaded autocfg v1.5.0 |
| 328 | 2026-06-26T17:51:34.661Z | Downloaded itoa v1.0.17 |
| 329 | 2026-06-26T17:51:34.661Z | Downloaded cargo_toml v0.21.0 |
| 330 | 2026-06-26T17:51:34.664Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-06-26T17:51:34.664Z | Downloaded toml v0.8.23 |
| 332 | 2026-06-26T17:51:34.664Z | Downloaded scroll_derive v0.12.1 |
| 333 | 2026-06-26T17:51:34.667Z | Downloaded serde_spanned v0.6.9 |
| 334 | 2026-06-26T17:51:34.670Z | Downloaded ordered-float v2.10.1 |
| 335 | 2026-06-26T17:51:34.670Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2026-06-26T17:51:34.673Z | Downloaded url v2.5.8 |
| 337 | 2026-06-26T17:51:34.673Z | Downloaded typenum v1.19.0 |
| 338 | 2026-06-26T17:51:34.676Z | Downloaded potential_utf v0.1.4 |
| 339 | 2026-06-26T17:51:34.679Z | Downloaded dtrace-parser v0.2.0 |
| 340 | 2026-06-26T17:51:34.679Z | Downloaded serde-value v0.7.0 |
| 341 | 2026-06-26T17:51:34.682Z | Downloaded winnow v0.7.14 |
| 342 | 2026-06-26T17:51:34.685Z | Downloaded idna_adapter v1.2.1 |
| 343 | 2026-06-26T17:51:34.685Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-06-26T17:51:34.688Z | Downloaded zerovec v0.11.5 |
| 345 | 2026-06-26T17:51:34.693Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-06-26T17:51:34.693Z | Downloaded macaddr v1.0.1 |
| 347 | 2026-06-26T17:51:34.696Z | Downloaded zerocopy v0.7.35 |
| 348 | 2026-06-26T17:51:34.702Z | Downloaded swrite v0.1.0 |
| 349 | 2026-06-26T17:51:34.705Z | Downloaded synstructure v0.13.2 |
| 350 | 2026-06-26T17:51:34.705Z | Downloaded digest v0.10.7 |
| 351 | 2026-06-26T17:51:34.705Z | Downloaded camino-tempfile v1.4.1 |
| 352 | 2026-06-26T17:51:34.710Z | Downloaded unicode-width v0.2.0 |
| 353 | 2026-06-26T17:51:34.713Z | Downloaded memmap v0.7.0 |
| 354 | 2026-06-26T17:51:34.713Z | Downloaded displaydoc v0.2.5 |
| 355 | 2026-06-26T17:51:34.713Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-06-26T17:51:34.717Z | Downloaded cargo_metadata v0.21.0 |
| 357 | 2026-06-26T17:51:34.725Z | Downloaded sha2 v0.10.9 |
| 358 | 2026-06-26T17:51:34.742Z | Downloaded serde-untagged v0.1.9 |
| 359 | 2026-06-26T17:51:34.752Z | Downloaded semver v1.0.28 |
| 360 | 2026-06-26T17:51:34.755Z | Downloaded litemap v0.8.1 |
| 361 | 2026-06-26T17:51:34.755Z | Downloaded clap_derive v4.6.1 |
| 362 | 2026-06-26T17:51:34.755Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-06-26T17:51:34.759Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-06-26T17:51:34.762Z | Downloaded serde_tokenstream v0.2.3 |
| 365 | 2026-06-26T17:51:34.762Z | Downloaded once_cell v1.21.3 |
| 366 | 2026-06-26T17:51:34.765Z | Downloaded pest_generator v2.8.6 |
| 367 | 2026-06-26T17:51:34.765Z | Downloaded getrandom v0.4.1 |
| 368 | 2026-06-26T17:51:34.775Z | Downloaded smallvec v1.15.1 |
| 369 | 2026-06-26T17:51:34.782Z | Downloaded scroll v0.12.0 |
| 370 | 2026-06-26T17:51:34.786Z | Downloaded quote v1.0.45 |
| 371 | 2026-06-26T17:51:34.786Z | Downloaded pest_derive v2.8.6 |
| 372 | 2026-06-26T17:51:34.792Z | Downloaded anstyle-parse v1.0.0 |
| 373 | 2026-06-26T17:51:34.795Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-06-26T17:51:34.800Z | Downloaded cargo-util-schemas v0.8.2 |
| 375 | 2026-06-26T17:51:34.804Z | Downloaded papergrid v0.11.0 |
| 376 | 2026-06-26T17:51:34.808Z | Downloaded icu_provider v2.1.1 |
| 377 | 2026-06-26T17:51:34.808Z | Downloaded num-traits v0.2.19 |
| 378 | 2026-06-26T17:51:34.811Z | Downloaded log v0.4.29 |
| 379 | 2026-06-26T17:51:34.815Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-06-26T17:51:34.819Z | Downloaded serde_derive v1.0.228 |
| 381 | 2026-06-26T17:51:34.822Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-06-26T17:51:34.825Z | Downloaded icu_properties v2.1.2 |
| 383 | 2026-06-26T17:51:34.825Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-06-26T17:51:34.855Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-06-26T17:51:34.859Z | Downloaded serde v1.0.228 |
| 386 | 2026-06-26T17:51:34.862Z | Downloaded memchr v2.8.0 |
| 387 | 2026-06-26T17:51:34.865Z | Downloaded goblin v0.8.2 |
| 388 | 2026-06-26T17:51:34.871Z | Downloaded indexmap v2.14.0 |
| 389 | 2026-06-26T17:51:34.890Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-06-26T17:51:34.896Z | Downloaded idna v1.1.0 |
| 391 | 2026-06-26T17:51:34.899Z | Downloaded pest v2.8.6 |
| 392 | 2026-06-26T17:51:34.912Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-06-26T17:51:34.922Z | Downloaded serde_json v1.0.149 |
| 394 | 2026-06-26T17:51:34.926Z | Downloaded tabled v0.15.0 |
| 395 | 2026-06-26T17:51:34.934Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-26T17:51:34.939Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-26T17:51:34.973Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-26T17:51:35.006Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-26T17:51:35.073Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-26T17:51:35.073Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-06-26T17:51:35.073Z | Compiling quote v1.0.45 |
| 402 | 2026-06-26T17:51:35.073Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-26T17:51:35.073Z | Compiling libc v0.2.185 |
| 404 | 2026-06-26T17:51:35.073Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-26T17:51:35.076Z | Compiling serde v1.0.228 |
| 406 | 2026-06-26T17:51:35.076Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-26T17:51:35.076Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-26T17:51:35.076Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-26T17:51:35.076Z | Compiling autocfg v1.5.0 |
| 410 | 2026-06-26T17:51:35.076Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-26T17:51:35.248Z | Compiling thiserror v1.0.69 |
| 412 | 2026-06-26T17:51:35.252Z | Compiling itoa v1.0.17 |
| 413 | 2026-06-26T17:51:35.252Z | Compiling litemap v0.8.1 |
| 414 | 2026-06-26T17:51:35.402Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-26T17:51:35.538Z | Compiling byteorder v1.5.0 |
| 416 | 2026-06-26T17:51:35.581Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-06-26T17:51:35.670Z | Compiling rustix v1.1.3 |
| 418 | 2026-06-26T17:51:35.675Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-06-26T17:51:35.718Z | Compiling pest v2.8.6 |
| 420 | 2026-06-26T17:51:35.812Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-26T17:51:35.815Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-26T17:51:35.815Z | Compiling equivalent v1.0.2 |
| 423 | 2026-06-26T17:51:35.935Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-26T17:51:35.939Z | Compiling smallvec v1.15.1 |
| 425 | 2026-06-26T17:51:35.964Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-06-26T17:51:35.981Z | Compiling typeid v1.0.3 |
| 427 | 2026-06-26T17:51:36.075Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-06-26T17:51:36.092Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-26T17:51:36.095Z | Compiling syn v1.0.109 |
| 430 | 2026-06-26T17:51:36.141Z | Compiling toml_write v0.1.2 |
| 431 | 2026-06-26T17:51:36.159Z | Compiling winnow v0.7.14 |
| 432 | 2026-06-26T17:51:36.191Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-06-26T17:51:36.257Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2026-06-26T17:51:36.366Z | Compiling errno v0.3.14 |
| 435 | 2026-06-26T17:51:36.385Z | Compiling thread-id v4.2.2 |
| 436 | 2026-06-26T17:51:36.385Z | Compiling thiserror v2.0.18 |
| 437 | 2026-06-26T17:51:36.450Z | Compiling log v0.4.29 |
| 438 | 2026-06-26T17:51:36.465Z | Compiling getrandom v0.4.1 |
| 439 | 2026-06-26T17:51:36.517Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-26T17:51:36.551Z | Compiling plain v0.2.3 |
| 441 | 2026-06-26T17:51:36.566Z | Compiling camino v1.2.2 |
| 442 | 2026-06-26T17:51:36.583Z | Compiling utf8parse v0.2.2 |
| 443 | 2026-06-26T17:51:36.583Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-06-26T17:51:36.630Z | Compiling percent-encoding v2.3.2 |
| 445 | 2026-06-26T17:51:36.696Z | Compiling anstyle-parse v1.0.0 |
| 446 | 2026-06-26T17:51:36.801Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-06-26T17:51:36.840Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-06-26T17:51:36.881Z | Compiling syn v2.0.117 |
| 449 | 2026-06-26T17:51:36.951Z | Compiling is_terminal_polyfill v1.70.2 |
| 450 | 2026-06-26T17:51:36.990Z | Compiling anstyle-query v1.1.5 |
| 451 | 2026-06-26T17:51:37.008Z | Compiling ordered-float v2.10.1 |
| 452 | 2026-06-26T17:51:37.011Z | Compiling cfg-if v1.0.4 |
| 453 | 2026-06-26T17:51:37.067Z | Compiling anstyle v1.0.14 |
| 454 | 2026-06-26T17:51:37.087Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-06-26T17:51:37.102Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-06-26T17:51:37.181Z | Compiling fs-err v3.3.0 |
| 457 | 2026-06-26T17:51:37.264Z | Compiling anstream v1.0.0 |
| 458 | 2026-06-26T17:51:37.279Z | Compiling unicode-width v0.1.14 |
| 459 | 2026-06-26T17:51:37.284Z | Compiling fnv v1.0.7 |
| 460 | 2026-06-26T17:51:37.292Z | Compiling clap_lex v1.0.0 |
| 461 | 2026-06-26T17:51:37.307Z | Compiling once_cell v1.21.3 |
| 462 | 2026-06-26T17:51:37.328Z | Compiling bytecount v0.6.9 |
| 463 | 2026-06-26T17:51:37.395Z | Compiling terminal_size v0.4.3 |
| 464 | 2026-06-26T17:51:37.420Z | Compiling heck v0.5.0 |
| 465 | 2026-06-26T17:51:37.432Z | Compiling unicode-xid v0.2.6 |
| 466 | 2026-06-26T17:51:37.595Z | Compiling semver v1.0.28 |
| 467 | 2026-06-26T17:51:37.628Z | Compiling strsim v0.11.1 |
| 468 | 2026-06-26T17:51:37.628Z | Compiling anyhow v1.0.102 |
| 469 | 2026-06-26T17:51:37.643Z | Compiling heck v0.4.1 |
| 470 | 2026-06-26T17:51:37.661Z | Compiling fastrand v2.3.0 |
| 471 | 2026-06-26T17:51:38.087Z | Compiling papergrid v0.11.0 |
| 472 | 2026-06-26T17:51:38.150Z | Compiling memmap v0.7.0 |
| 473 | 2026-06-26T17:51:38.150Z | Compiling clap_builder v4.6.0 |
| 474 | 2026-06-26T17:51:38.150Z | Compiling tempfile v3.25.0 |
| 475 | 2026-06-26T17:51:38.150Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-06-26T17:51:38.150Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-06-26T17:51:38.150Z | Compiling smawk v0.3.2 |
| 478 | 2026-06-26T17:51:38.150Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-06-26T17:51:38.150Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-06-26T17:51:38.213Z | Compiling textwrap v0.16.2 |
| 481 | 2026-06-26T17:51:38.255Z | Compiling camino-tempfile v1.4.1 |
| 482 | 2026-06-26T17:51:38.311Z | Compiling swrite v0.1.0 |
| 483 | 2026-06-26T17:51:38.590Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-26T17:51:39.193Z | Compiling tabled v0.15.0 |
| 485 | 2026-06-26T17:51:39.360Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-26T17:51:39.360Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-26T17:51:39.910Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-26T17:51:39.914Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-26T17:51:39.914Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-26T17:51:39.914Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-26T17:51:39.914Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-26T17:51:39.914Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-26T17:51:39.914Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-26T17:51:39.914Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-26T17:51:39.914Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-26T17:51:39.915Z | Compiling clap_derive v4.6.1 |
| 497 | 2026-06-26T17:51:40.002Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-06-26T17:51:40.676Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-26T17:51:40.810Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-26T17:51:40.901Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-26T17:51:40.918Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-26T17:51:41.022Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-26T17:51:41.138Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-26T17:51:41.175Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-26T17:51:41.175Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-26T17:51:41.340Z | Compiling clap v4.6.1 |
| 507 | 2026-06-26T17:51:41.597Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-26T17:51:41.600Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-26T17:51:41.705Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-26T17:51:41.762Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-26T17:51:42.294Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-26T17:51:42.487Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-06-26T17:51:42.487Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-06-26T17:51:42.487Z | Compiling serde-value v0.7.0 |
| 515 | 2026-06-26T17:51:42.492Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-06-26T17:51:42.492Z | Compiling macaddr v1.0.1 |
| 517 | 2026-06-26T17:51:42.516Z | Compiling dof v0.3.0 |
| 518 | 2026-06-26T17:51:42.519Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-06-26T17:51:42.577Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-06-26T17:51:42.579Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-06-26T17:51:42.685Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-06-26T17:51:43.238Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-06-26T17:51:43.241Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-26T17:51:43.394Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-26T17:51:43.497Z | Compiling idna v1.1.0 |
| 526 | 2026-06-26T17:51:43.761Z | Compiling url v2.5.8 |
| 527 | 2026-06-26T17:51:43.817Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-26T17:51:43.945Z | Compiling toml v0.8.23 |
| 529 | 2026-06-26T17:51:44.265Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-06-26T17:51:44.265Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-26T17:51:45.064Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-26T17:51:45.980Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-26T17:51:48.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.61s |
| 534 | 2026-06-26T17:51:48.270Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-26T17:51:48.751Z | Downloading crates ... |
| 536 | 2026-06-26T17:51:48.842Z | Downloaded aead v0.5.2 |
| 537 | 2026-06-26T17:51:48.851Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-26T17:51:48.865Z | Downloaded block-padding v0.3.3 |
| 539 | 2026-06-26T17:51:48.868Z | Downloaded cfg_aliases v0.2.1 |
| 540 | 2026-06-26T17:51:48.871Z | Downloaded constant_time_eq v0.4.2 |
| 541 | 2026-06-26T17:51:48.874Z | Downloaded corncobs v0.1.4 |
| 542 | 2026-06-26T17:51:48.878Z | Downloaded compression-core v0.4.31 |
| 543 | 2026-06-26T17:51:48.878Z | Downloaded cookie v0.18.1 |
| 544 | 2026-06-26T17:51:48.878Z | Downloaded bzip2 v0.6.1 |
| 545 | 2026-06-26T17:51:48.881Z | Downloaded argon2 v0.5.3 |
| 546 | 2026-06-26T17:51:48.881Z | Downloaded bitvec v1.0.1 |
| 547 | 2026-06-26T17:51:48.888Z | Downloaded darling_macro v0.20.11 |
| 548 | 2026-06-26T17:51:48.891Z | Downloaded compression-codecs v0.4.37 |
| 549 | 2026-06-26T17:51:48.891Z | Downloaded ascii-canvas v3.0.0 |
| 550 | 2026-06-26T17:51:48.895Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 551 | 2026-06-26T17:51:48.895Z | Downloaded allocator-api2 v0.2.21 |
| 552 | 2026-06-26T17:51:48.895Z | Downloaded bb8 v0.8.6 |
| 553 | 2026-06-26T17:51:48.898Z | Downloaded data-encoding v2.10.0 |
| 554 | 2026-06-26T17:51:48.898Z | Downloaded colored v3.1.1 |
| 555 | 2026-06-26T17:51:48.898Z | Downloaded base64ct v1.8.3 |
| 556 | 2026-06-26T17:51:48.902Z | Downloaded darling v0.20.11 |
| 557 | 2026-06-26T17:51:48.905Z | Downloaded crossbeam-epoch v0.9.18 |
| 558 | 2026-06-26T17:51:48.905Z | Downloaded backoff v0.4.0 |
| 559 | 2026-06-26T17:51:48.908Z | Downloaded buf-list v1.1.2 |
| 560 | 2026-06-26T17:51:48.908Z | Downloaded console v0.16.2 |
| 561 | 2026-06-26T17:51:48.908Z | Downloaded fixedbitset v0.4.2 |
| 562 | 2026-06-26T17:51:48.912Z | Downloaded crc8 v0.1.1 |
| 563 | 2026-06-26T17:51:48.912Z | Downloaded cstr-argument v0.1.2 |
| 564 | 2026-06-26T17:51:48.912Z | Downloaded cipher v0.4.4 |
| 565 | 2026-06-26T17:51:48.916Z | Downloaded cexpr v0.6.0 |
| 566 | 2026-06-26T17:51:48.916Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-06-26T17:51:48.916Z | Downloaded cookie_store v0.22.1 |
| 568 | 2026-06-26T17:51:48.916Z | Downloaded blowfish v0.9.1 |
| 569 | 2026-06-26T17:51:48.921Z | Downloaded base16ct v0.2.0 |
| 570 | 2026-06-26T17:51:48.921Z | Downloaded bit-vec v0.6.3 |
| 571 | 2026-06-26T17:51:48.921Z | Downloaded bcs v0.1.6 |
| 572 | 2026-06-26T17:51:48.926Z | Downloaded defmt-parser v1.0.0 |
| 573 | 2026-06-26T17:51:48.926Z | Downloaded crunchy v0.2.4 |
| 574 | 2026-06-26T17:51:48.926Z | Downloaded cpufeatures v0.3.0 |
| 575 | 2026-06-26T17:51:48.926Z | Downloaded async-trait v0.1.89 |
| 576 | 2026-06-26T17:51:48.929Z | Downloaded anstyle-parse v0.2.7 |
| 577 | 2026-06-26T17:51:48.929Z | Downloaded arrayvec v0.7.6 |
| 578 | 2026-06-26T17:51:48.929Z | Downloaded base64 v0.21.7 |
| 579 | 2026-06-26T17:51:48.932Z | Downloaded convert_case v0.4.0 |
| 580 | 2026-06-26T17:51:48.932Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-06-26T17:51:48.936Z | Downloaded foreign-types-macros v0.2.3 |
| 582 | 2026-06-26T17:51:48.936Z | Downloaded atomicwrites v0.4.4 |
| 583 | 2026-06-26T17:51:48.936Z | Downloaded debug-ignore v1.0.5 |
| 584 | 2026-06-26T17:51:48.940Z | Downloaded bit-set v0.5.3 |
| 585 | 2026-06-26T17:51:48.944Z | Downloaded defmt v0.3.100 |
| 586 | 2026-06-26T17:51:48.944Z | Downloaded darling_macro v0.23.0 |
| 587 | 2026-06-26T17:51:48.944Z | Downloaded daft v0.1.7 |
| 588 | 2026-06-26T17:51:48.948Z | Downloaded arc-swap v1.8.2 |
| 589 | 2026-06-26T17:51:48.948Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 590 | 2026-06-26T17:51:48.953Z | Downloaded bitfield-macros v0.19.4 |
| 591 | 2026-06-26T17:51:48.953Z | Downloaded dirs-sys-next v0.1.2 |
| 592 | 2026-06-26T17:51:48.953Z | Downloaded crucible-workspace-hack v0.1.0 |
| 593 | 2026-06-26T17:51:48.953Z | Downloaded array-init v0.0.4 |
| 594 | 2026-06-26T17:51:48.953Z | Downloaded derive_builder_macro v0.20.2 |
| 595 | 2026-06-26T17:51:48.957Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-06-26T17:51:48.957Z | Downloaded darling_macro v0.21.3 |
| 597 | 2026-06-26T17:51:48.958Z | Downloaded darling_macro v0.13.4 |
| 598 | 2026-06-26T17:51:48.958Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-06-26T17:51:48.958Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 600 | 2026-06-26T17:51:48.961Z | Downloaded arrayref v0.3.9 |
| 601 | 2026-06-26T17:51:48.961Z | Downloaded bit-set v0.8.0 |
| 602 | 2026-06-26T17:51:48.961Z | Downloaded assert_matches v1.5.0 |
| 603 | 2026-06-26T17:51:48.965Z | Downloaded async-recursion v1.1.1 |
| 604 | 2026-06-26T17:51:48.969Z | Downloaded foreign-types v0.3.2 |
| 605 | 2026-06-26T17:51:48.969Z | Downloaded foreign-types-shared v0.1.1 |
| 606 | 2026-06-26T17:51:48.969Z | Downloaded camino-tempfile-ext v0.3.3 |
| 607 | 2026-06-26T17:51:48.969Z | Downloaded const_format_proc_macros v0.2.34 |
| 608 | 2026-06-26T17:51:48.973Z | Downloaded cargo-platform v0.3.2 |
| 609 | 2026-06-26T17:51:48.973Z | Downloaded bitfield v0.19.4 |
| 610 | 2026-06-26T17:51:48.973Z | Downloaded enum-as-inner v0.6.1 |
| 611 | 2026-06-26T17:51:48.976Z | Downloaded chacha20 v0.9.1 |
| 612 | 2026-06-26T17:51:48.976Z | Downloaded byte-wrapper v0.1.0 |
| 613 | 2026-06-26T17:51:48.976Z | Downloaded flagset v0.4.7 |
| 614 | 2026-06-26T17:51:48.980Z | Downloaded display-error-chain v0.2.2 |
| 615 | 2026-06-26T17:51:48.980Z | Downloaded atty v0.2.14 |
| 616 | 2026-06-26T17:51:48.980Z | Downloaded dsl_auto_type v0.2.0 |
| 617 | 2026-06-26T17:51:48.983Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-06-26T17:51:48.983Z | Downloaded funty v2.0.0 |
| 619 | 2026-06-26T17:51:48.983Z | Downloaded document-features v0.2.12 |
| 620 | 2026-06-26T17:51:48.987Z | Downloaded futures-macro v0.3.32 |
| 621 | 2026-06-26T17:51:48.987Z | Downloaded dirs-next v2.0.0 |
| 622 | 2026-06-26T17:51:48.987Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-06-26T17:51:48.987Z | Downloaded dunce v1.0.5 |
| 624 | 2026-06-26T17:51:48.987Z | Downloaded futures-core v0.3.32 |
| 625 | 2026-06-26T17:51:48.991Z | Downloaded cobs v0.3.0 |
| 626 | 2026-06-26T17:51:48.994Z | Downloaded castaway v0.2.4 |
| 627 | 2026-06-26T17:51:48.994Z | Downloaded dyn-clone v1.0.20 |
| 628 | 2026-06-26T17:51:48.994Z | Downloaded atomic-waker v1.1.2 |
| 629 | 2026-06-26T17:51:48.997Z | Downloaded fd-lock v4.0.4 |
| 630 | 2026-06-26T17:51:49.002Z | Downloaded crc-catalog v2.4.0 |
| 631 | 2026-06-26T17:51:49.002Z | Downloaded cmake v0.1.57 |
| 632 | 2026-06-26T17:51:49.009Z | Downloaded fxhash v0.2.1 |
| 633 | 2026-06-26T17:51:49.013Z | Downloaded defmt v1.0.1 |
| 634 | 2026-06-26T17:51:49.016Z | Downloaded foldhash v0.1.5 |
| 635 | 2026-06-26T17:51:49.016Z | Downloaded crossbeam-deque v0.8.6 |
| 636 | 2026-06-26T17:51:49.016Z | Downloaded csv-core v0.1.13 |
| 637 | 2026-06-26T17:51:49.016Z | Downloaded console v0.15.11 |
| 638 | 2026-06-26T17:51:49.021Z | Downloaded cbc v0.1.2 |
| 639 | 2026-06-26T17:51:49.021Z | Downloaded cancel-safe-futures v0.1.5 |
| 640 | 2026-06-26T17:51:49.025Z | Downloaded hash32 v0.3.1 |
| 641 | 2026-06-26T17:51:49.025Z | Downloaded deranged v0.5.8 |
| 642 | 2026-06-26T17:51:49.025Z | Downloaded hash32 v0.2.1 |
| 643 | 2026-06-26T17:51:49.025Z | Downloaded float-cmp v0.10.0 |
| 644 | 2026-06-26T17:51:49.029Z | Downloaded difflib v0.4.0 |
| 645 | 2026-06-26T17:51:49.029Z | Downloaded darling_core v0.21.3 |
| 646 | 2026-06-26T17:51:49.032Z | Downloaded gethostname v0.5.0 |
| 647 | 2026-06-26T17:51:49.033Z | Downloaded downcast-rs v2.0.2 |
| 648 | 2026-06-26T17:51:49.033Z | Downloaded ff v0.13.1 |
| 649 | 2026-06-26T17:51:49.033Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 650 | 2026-06-26T17:51:49.033Z | Downloaded der_derive v0.7.3 |
| 651 | 2026-06-26T17:51:49.036Z | Downloaded dof v0.4.0 |
| 652 | 2026-06-26T17:51:49.036Z | Downloaded hex v0.4.3 |
| 653 | 2026-06-26T17:51:49.036Z | Downloaded fs_extra v1.3.0 |
| 654 | 2026-06-26T17:51:49.039Z | Downloaded fs-err v2.11.0 |
| 655 | 2026-06-26T17:51:49.039Z | Downloaded endian-type v0.1.2 |
| 656 | 2026-06-26T17:51:49.039Z | Downloaded cfg_aliases v0.1.1 |
| 657 | 2026-06-26T17:51:49.039Z | Downloaded bitfield-struct v0.6.2 |
| 658 | 2026-06-26T17:51:49.044Z | Downloaded git-stub v1.0.0 |
| 659 | 2026-06-26T17:51:49.044Z | Downloaded futures-io v0.3.32 |
| 660 | 2026-06-26T17:51:49.044Z | Downloaded futures-executor v0.3.32 |
| 661 | 2026-06-26T17:51:49.047Z | Downloaded globwalk v0.9.1 |
| 662 | 2026-06-26T17:51:49.047Z | Downloaded ghash v0.5.1 |
| 663 | 2026-06-26T17:51:49.047Z | Downloaded foreign-types-shared v0.3.1 |
| 664 | 2026-06-26T17:51:49.047Z | Downloaded crc v3.4.0 |
| 665 | 2026-06-26T17:51:49.047Z | Downloaded bit-vec v0.8.0 |
| 666 | 2026-06-26T17:51:49.051Z | Downloaded anstream v0.6.21 |
| 667 | 2026-06-26T17:51:49.051Z | Downloaded headers-core v0.3.0 |
| 668 | 2026-06-26T17:51:49.051Z | Downloaded const-oid v0.9.6 |
| 669 | 2026-06-26T17:51:49.091Z | Downloaded futures-task v0.3.32 |
| 670 | 2026-06-26T17:51:49.091Z | Downloaded ctr v0.9.2 |
| 671 | 2026-06-26T17:51:49.091Z | Downloaded dtrace-parser v0.3.0 |
| 672 | 2026-06-26T17:51:49.091Z | Downloaded defmt-macros v1.0.1 |
| 673 | 2026-06-26T17:51:49.091Z | Downloaded foreign-types v0.5.0 |
| 674 | 2026-06-26T17:51:49.091Z | Downloaded env_filter v1.0.0 |
| 675 | 2026-06-26T17:51:49.091Z | Downloaded daft-derive v0.1.7 |
| 676 | 2026-06-26T17:51:49.091Z | Downloaded darling v0.13.4 |
| 677 | 2026-06-26T17:51:49.091Z | Downloaded hostname v0.3.1 |
| 678 | 2026-06-26T17:51:49.092Z | Downloaded hubpack_derive v0.1.1 |
| 679 | 2026-06-26T17:51:49.092Z | Downloaded convert_case v0.10.0 |
| 680 | 2026-06-26T17:51:49.092Z | Downloaded http-range v0.1.5 |
| 681 | 2026-06-26T17:51:49.092Z | Downloaded erased-serde v0.3.31 |
| 682 | 2026-06-26T17:51:49.092Z | Downloaded colored v2.2.0 |
| 683 | 2026-06-26T17:51:49.092Z | Downloaded fallible-iterator v0.2.0 |
| 684 | 2026-06-26T17:51:49.096Z | Downloaded embedded-io v0.4.0 |
| 685 | 2026-06-26T17:51:49.096Z | Downloaded hubpack v0.1.2 |
| 686 | 2026-06-26T17:51:49.096Z | Downloaded httpdate v1.0.3 |
| 687 | 2026-06-26T17:51:49.096Z | Downloaded home v0.5.12 |
| 688 | 2026-06-26T17:51:49.096Z | Downloaded either v1.15.0 |
| 689 | 2026-06-26T17:51:49.096Z | Downloaded ecdsa v0.16.9 |
| 690 | 2026-06-26T17:51:49.096Z | Downloaded find-msvc-tools v0.1.9 |
| 691 | 2026-06-26T17:51:49.096Z | Downloaded filetime v0.2.27 |
| 692 | 2026-06-26T17:51:49.096Z | Downloaded ident_case v1.0.1 |
| 693 | 2026-06-26T17:51:49.096Z | Downloaded git-stub-vcs v0.1.0 |
| 694 | 2026-06-26T17:51:49.096Z | Downloaded fixedbitset v0.5.7 |
| 695 | 2026-06-26T17:51:49.096Z | Downloaded globset v0.4.18 |
| 696 | 2026-06-26T17:51:49.096Z | Downloaded env_logger v0.11.9 |
| 697 | 2026-06-26T17:51:49.096Z | Downloaded des v0.8.1 |
| 698 | 2026-06-26T17:51:49.096Z | Downloaded crossbeam-utils v0.8.21 |
| 699 | 2026-06-26T17:51:49.096Z | Downloaded crc32fast v1.5.0 |
| 700 | 2026-06-26T17:51:49.096Z | Downloaded derive-ex v0.1.8 |
| 701 | 2026-06-26T17:51:49.096Z | Downloaded derive_builder v0.20.2 |
| 702 | 2026-06-26T17:51:49.096Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 703 | 2026-06-26T17:51:49.096Z | Downloaded illumos-nvpair v0.3.0 |
| 704 | 2026-06-26T17:51:49.096Z | Downloaded instant v0.1.13 |
| 705 | 2026-06-26T17:51:49.100Z | Downloaded hex-literal v0.4.1 |
| 706 | 2026-06-26T17:51:49.100Z | Downloaded crc-any v2.5.0 |
| 707 | 2026-06-26T17:51:49.100Z | Downloaded clang-sys v1.8.1 |
| 708 | 2026-06-26T17:51:49.100Z | Downloaded foldhash v0.2.0 |
| 709 | 2026-06-26T17:51:49.103Z | Downloaded chacha20 v0.10.0 |
| 710 | 2026-06-26T17:51:49.103Z | Downloaded cassowary v0.3.0 |
| 711 | 2026-06-26T17:51:49.103Z | Downloaded bzip2 v0.4.4 |
| 712 | 2026-06-26T17:51:49.107Z | Downloaded hostname v0.4.2 |
| 713 | 2026-06-26T17:51:49.107Z | Downloaded futures-channel v0.3.32 |
| 714 | 2026-06-26T17:51:49.130Z | Downloaded bitflags v1.3.2 |
| 715 | 2026-06-26T17:51:49.130Z | Downloaded embedded-io v0.6.1 |
| 716 | 2026-06-26T17:51:49.131Z | Downloaded is-terminal v0.4.17 |
| 717 | 2026-06-26T17:51:49.136Z | Downloaded internet-checksum v0.2.1 |
| 718 | 2026-06-26T17:51:49.136Z | Downloaded is_ci v1.2.0 |
| 719 | 2026-06-26T17:51:49.136Z | Downloaded instability v0.3.11 |
| 720 | 2026-06-26T17:51:49.136Z | Downloaded ena v0.14.4 |
| 721 | 2026-06-26T17:51:49.136Z | Downloaded group v0.13.0 |
| 722 | 2026-06-26T17:51:49.136Z | Downloaded diesel-dtrace v0.5.0 |
| 723 | 2026-06-26T17:51:49.136Z | Downloaded derive_builder_core v0.20.2 |
| 724 | 2026-06-26T17:51:49.136Z | Downloaded ahash v0.8.12 |
| 725 | 2026-06-26T17:51:49.136Z | Downloaded hyper-tls v0.6.0 |
| 726 | 2026-06-26T17:51:49.136Z | Downloaded http-body v1.0.1 |
| 727 | 2026-06-26T17:51:49.136Z | Downloaded indoc v1.0.9 |
| 728 | 2026-06-26T17:51:49.136Z | Downloaded inout v0.1.4 |
| 729 | 2026-06-26T17:51:49.136Z | Downloaded indent_write v2.2.0 |
| 730 | 2026-06-26T17:51:49.136Z | Downloaded base64 v0.22.1 |
| 731 | 2026-06-26T17:51:49.136Z | Downloaded darling v0.21.3 |
| 732 | 2026-06-26T17:51:49.140Z | Downloaded diff v0.1.13 |
| 733 | 2026-06-26T17:51:49.140Z | Downloaded humantime v2.3.0 |
| 734 | 2026-06-26T17:51:49.140Z | Downloaded highway v1.3.0 |
| 735 | 2026-06-26T17:51:49.144Z | Downloaded critical-section v1.2.0 |
| 736 | 2026-06-26T17:51:49.147Z | Downloaded lalrpop-util v0.19.12 |
| 737 | 2026-06-26T17:51:49.147Z | Downloaded managed v0.8.0 |
| 738 | 2026-06-26T17:51:49.150Z | Downloaded linked-hash-map v0.5.6 |
| 739 | 2026-06-26T17:51:49.155Z | Downloaded glob v0.3.3 |
| 740 | 2026-06-26T17:51:49.158Z | Downloaded kstat-rs v0.2.4 |
| 741 | 2026-06-26T17:51:49.158Z | Downloaded libscf-sys v1.1.0 |
| 742 | 2026-06-26T17:51:49.158Z | Downloaded derive_more v0.99.20 |
| 743 | 2026-06-26T17:51:49.162Z | Downloaded derive-where v1.6.0 |
| 744 | 2026-06-26T17:51:49.165Z | Downloaded ciborium v0.2.2 |
| 745 | 2026-06-26T17:51:49.165Z | Downloaded ingot v0.1.1 |
| 746 | 2026-06-26T17:51:49.165Z | Downloaded indoc v2.0.7 |
| 747 | 2026-06-26T17:51:49.168Z | Downloaded keccak v0.1.6 |
| 748 | 2026-06-26T17:51:49.168Z | Downloaded backon v1.6.0 |
| 749 | 2026-06-26T17:51:49.173Z | Downloaded dropshot_endpoint v0.17.0 |
| 750 | 2026-06-26T17:51:49.173Z | Downloaded lazy_static v1.5.0 |
| 751 | 2026-06-26T17:51:49.177Z | Downloaded async-bb8-diesel v0.2.1 |
| 752 | 2026-06-26T17:51:49.177Z | Downloaded blake2 v0.10.6 |
| 753 | 2026-06-26T17:51:49.180Z | Downloaded mime v0.3.17 |
| 754 | 2026-06-26T17:51:49.180Z | Downloaded md-5 v0.10.6 |
| 755 | 2026-06-26T17:51:49.180Z | Downloaded maybe-uninit v2.0.0 |
| 756 | 2026-06-26T17:51:49.184Z | Downloaded md5 v0.7.0 |
| 757 | 2026-06-26T17:51:49.193Z | Downloaded lru-slab v0.1.2 |
| 758 | 2026-06-26T17:51:49.203Z | Downloaded half v1.8.3 |
| 759 | 2026-06-26T17:51:49.203Z | Downloaded compact_str v0.8.1 |
| 760 | 2026-06-26T17:51:49.203Z | Downloaded getrandom v0.3.4 |
| 761 | 2026-06-26T17:51:49.203Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-06-26T17:51:49.203Z | Downloaded multimap v0.10.1 |
| 763 | 2026-06-26T17:51:49.203Z | Downloaded num v0.4.3 |
| 764 | 2026-06-26T17:51:49.203Z | Downloaded match_cfg v0.1.0 |
| 765 | 2026-06-26T17:51:49.211Z | Downloaded ed25519 v2.2.3 |
| 766 | 2026-06-26T17:51:49.212Z | Downloaded num-iter v0.1.45 |
| 767 | 2026-06-26T17:51:49.212Z | Downloaded num-conv v0.2.0 |
| 768 | 2026-06-26T17:51:49.212Z | Downloaded maplit v1.0.2 |
| 769 | 2026-06-26T17:51:49.212Z | Downloaded lru-cache v0.1.2 |
| 770 | 2026-06-26T17:51:49.212Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 771 | 2026-06-26T17:51:49.212Z | Downloaded jobserver v0.1.34 |
| 772 | 2026-06-26T17:51:49.212Z | Downloaded memoffset v0.9.1 |
| 773 | 2026-06-26T17:51:49.212Z | Downloaded ipnet v2.11.0 |
| 774 | 2026-06-26T17:51:49.215Z | Downloaded new_debug_unreachable v1.0.6 |
| 775 | 2026-06-26T17:51:49.215Z | Downloaded ingot-types v0.1.2 |
| 776 | 2026-06-26T17:51:49.215Z | Downloaded hyper-staticfile v0.10.1 |
| 777 | 2026-06-26T17:51:49.215Z | Downloaded iana-time-zone v0.1.65 |
| 778 | 2026-06-26T17:51:49.220Z | Downloaded hyper-rustls v0.27.7 |
| 779 | 2026-06-26T17:51:49.223Z | Downloaded normalize-line-endings v0.3.0 |
| 780 | 2026-06-26T17:51:49.223Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-06-26T17:51:49.223Z | Downloaded nodrop v0.1.14 |
| 782 | 2026-06-26T17:51:49.223Z | Downloaded lru v0.12.5 |
| 783 | 2026-06-26T17:51:49.223Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-06-26T17:51:49.227Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-06-26T17:51:49.227Z | Downloaded libsw v3.5.0 |
| 786 | 2026-06-26T17:51:49.227Z | Downloaded openssl-macros v0.1.1 |
| 787 | 2026-06-26T17:51:49.227Z | Downloaded libloading v0.8.9 |
| 788 | 2026-06-26T17:51:49.229Z | Downloaded nibble_vec v0.1.0 |
| 789 | 2026-06-26T17:51:49.230Z | Downloaded darling v0.23.0 |
| 790 | 2026-06-26T17:51:49.233Z | Downloaded lock_api v0.4.14 |
| 791 | 2026-06-26T17:51:49.237Z | Downloaded cargo_metadata v0.23.1 |
| 792 | 2026-06-26T17:51:49.237Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-06-26T17:51:49.237Z | Downloaded newtype-uuid-macros v0.1.0 |
| 794 | 2026-06-26T17:51:49.240Z | Downloaded getrandom v0.2.17 |
| 795 | 2026-06-26T17:51:49.240Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-06-26T17:51:49.240Z | Downloaded olpc-cjson v0.1.4 |
| 797 | 2026-06-26T17:51:49.240Z | Downloaded num-derive v0.3.3 |
| 798 | 2026-06-26T17:51:49.244Z | Downloaded ipnetwork v0.21.1 |
| 799 | 2026-06-26T17:51:49.244Z | Downloaded fatfs v0.3.6 |
| 800 | 2026-06-26T17:51:49.247Z | Downloaded num-derive v0.4.2 |
| 801 | 2026-06-26T17:51:49.247Z | Downloaded elliptic-curve v0.13.8 |
| 802 | 2026-06-26T17:51:49.250Z | Downloaded futures v0.3.32 |
| 803 | 2026-06-26T17:51:49.253Z | Downloaded opaque-debug v0.3.1 |
| 804 | 2026-06-26T17:51:49.253Z | Downloaded chacha20poly1305 v0.10.1 |
| 805 | 2026-06-26T17:51:49.253Z | Downloaded drift v0.2.0 |
| 806 | 2026-06-26T17:51:49.259Z | Downloaded native-tls v0.2.18 |
| 807 | 2026-06-26T17:51:49.262Z | Downloaded darling_core v0.20.11 |
| 808 | 2026-06-26T17:51:49.265Z | Downloaded newtype-uuid v1.3.2 |
| 809 | 2026-06-26T17:51:49.265Z | Downloaded libefi-sys v0.1.0 |
| 810 | 2026-06-26T17:51:49.265Z | Downloaded darling_core v0.23.0 |
| 811 | 2026-06-26T17:51:49.269Z | Downloaded mime_guess v2.0.5 |
| 812 | 2026-06-26T17:51:49.272Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-06-26T17:51:49.272Z | Downloaded openssl-probe v0.2.1 |
| 814 | 2026-06-26T17:51:49.272Z | Downloaded bytes v1.11.1 |
| 815 | 2026-06-26T17:51:49.275Z | Downloaded num-complex v0.4.6 |
| 816 | 2026-06-26T17:51:49.275Z | Downloaded linear-map v1.2.0 |
| 817 | 2026-06-26T17:51:49.279Z | Downloaded parse-display v0.10.0 |
| 818 | 2026-06-26T17:51:49.279Z | Downloaded darling_core v0.13.4 |
| 819 | 2026-06-26T17:51:49.282Z | Downloaded httparse v1.10.1 |
| 820 | 2026-06-26T17:51:49.282Z | Downloaded libsw-core v0.3.2 |
| 821 | 2026-06-26T17:51:49.286Z | Downloaded http-body-util v0.1.3 |
| 822 | 2026-06-26T17:51:49.286Z | Downloaded lzss v0.8.2 |
| 823 | 2026-06-26T17:51:49.292Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-06-26T17:51:49.294Z | Downloaded num_enum_derive v0.7.6 |
| 825 | 2026-06-26T17:51:49.295Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-06-26T17:51:49.298Z | Downloaded parse-size v1.1.0 |
| 827 | 2026-06-26T17:51:49.298Z | Downloaded peg-runtime v0.8.5 |
| 828 | 2026-06-26T17:51:49.301Z | Downloaded nanorand v0.7.0 |
| 829 | 2026-06-26T17:51:49.301Z | Downloaded half v2.7.1 |
| 830 | 2026-06-26T17:51:49.304Z | Downloaded multer v3.1.0 |
| 831 | 2026-06-26T17:51:49.304Z | Downloaded pbkdf2 v0.12.2 |
| 832 | 2026-06-26T17:51:49.306Z | Downloaded nu-ansi-term v0.50.3 |
| 833 | 2026-06-26T17:51:49.307Z | Downloaded ingot-macros v0.1.1 |
| 834 | 2026-06-26T17:51:49.307Z | Downloaded indexmap v1.9.3 |
| 835 | 2026-06-26T17:51:49.310Z | Downloaded pbkdf2 v0.11.0 |
| 836 | 2026-06-26T17:51:49.313Z | Downloaded heapless v0.8.0 |
| 837 | 2026-06-26T17:51:49.316Z | Downloaded memmap2 v0.9.10 |
| 838 | 2026-06-26T17:51:49.319Z | Downloaded num-integer v0.1.46 |
| 839 | 2026-06-26T17:51:49.332Z | Downloaded phf_shared v0.13.1 |
| 840 | 2026-06-26T17:51:49.335Z | Downloaded num_enum v0.7.6 |
| 841 | 2026-06-26T17:51:49.348Z | Downloaded progenitor-client v0.14.0 |
| 842 | 2026-06-26T17:51:49.352Z | Downloaded predicates-core v1.0.10 |
| 843 | 2026-06-26T17:51:49.352Z | Downloaded parking_lot_core v0.8.6 |
| 844 | 2026-06-26T17:51:49.352Z | Downloaded packed_struct v0.10.1 |
| 845 | 2026-06-26T17:51:49.352Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-06-26T17:51:49.353Z | Downloaded pin-utils v0.1.0 |
| 847 | 2026-06-26T17:51:49.356Z | Downloaded oxide-tokio-rt v0.1.4 |
| 848 | 2026-06-26T17:51:49.356Z | Downloaded hmac v0.12.1 |
| 849 | 2026-06-26T17:51:49.356Z | Downloaded flume v0.11.1 |
| 850 | 2026-06-26T17:51:49.360Z | Downloaded crypto-bigint v0.5.5 |
| 851 | 2026-06-26T17:51:49.364Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-06-26T17:51:49.364Z | Downloaded progenitor-macro v0.14.0 |
| 853 | 2026-06-26T17:51:49.364Z | Downloaded progenitor-macro v0.13.0 |
| 854 | 2026-06-26T17:51:49.367Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 855 | 2026-06-26T17:51:49.367Z | Downloaded password-hash v0.4.2 |
| 856 | 2026-06-26T17:51:49.367Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-06-26T17:51:49.370Z | Downloaded owo-colors v4.3.0 |
| 858 | 2026-06-26T17:51:49.370Z | Downloaded num_enum v0.5.11 |
| 859 | 2026-06-26T17:51:49.373Z | Downloaded litrs v1.0.0 |
| 860 | 2026-06-26T17:51:49.376Z | Downloaded num-rational v0.4.2 |
| 861 | 2026-06-26T17:51:49.376Z | Downloaded phf_shared v0.12.1 |
| 862 | 2026-06-26T17:51:49.376Z | Downloaded oxnet v0.1.6 |
| 863 | 2026-06-26T17:51:49.379Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-06-26T17:51:49.379Z | Downloaded omicron-zone-package v0.12.2 |
| 865 | 2026-06-26T17:51:49.383Z | Downloaded proc-macro-crate v3.4.0 |
| 866 | 2026-06-26T17:51:49.383Z | Downloaded proc-macro-crate v1.3.1 |
| 867 | 2026-06-26T17:51:49.386Z | Downloaded ar_archive_writer v0.5.1 |
| 868 | 2026-06-26T17:51:49.389Z | Downloaded indicatif v0.18.4 |
| 869 | 2026-06-26T17:51:49.389Z | Downloaded ignore v0.4.25 |
| 870 | 2026-06-26T17:51:49.392Z | Downloaded quick-error v1.2.3 |
| 871 | 2026-06-26T17:51:49.392Z | Downloaded phf v0.12.1 |
| 872 | 2026-06-26T17:51:49.395Z | Downloaded phf_shared v0.11.3 |
| 873 | 2026-06-26T17:51:49.395Z | Downloaded phf v0.13.1 |
| 874 | 2026-06-26T17:51:49.398Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-06-26T17:51:49.401Z | Downloaded psl-types v2.0.11 |
| 876 | 2026-06-26T17:51:49.401Z | Downloaded peg v0.8.5 |
| 877 | 2026-06-26T17:51:49.404Z | Downloaded pin-project-lite v0.2.17 |
| 878 | 2026-06-26T17:51:49.407Z | Downloaded rand_chacha v0.3.1 |
| 879 | 2026-06-26T17:51:49.410Z | Downloaded pin-project-internal v1.1.11 |
| 880 | 2026-06-26T17:51:49.410Z | Downloaded predicates-tree v1.0.13 |
| 881 | 2026-06-26T17:51:49.410Z | Downloaded polyval v0.6.2 |
| 882 | 2026-06-26T17:51:49.413Z | Downloaded der v0.7.10 |
| 883 | 2026-06-26T17:51:49.416Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 884 | 2026-06-26T17:51:49.416Z | Downloaded parking_lot_core v0.9.12 |
| 885 | 2026-06-26T17:51:49.416Z | Downloaded proc-macro-error2 v2.0.1 |
| 886 | 2026-06-26T17:51:49.419Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2026-06-26T17:51:49.419Z | Downloaded progenitor-client v0.13.0 |
| 888 | 2026-06-26T17:51:49.422Z | Downloaded progenitor v0.13.0 |
| 889 | 2026-06-26T17:51:49.422Z | Downloaded headers v0.4.1 |
| 890 | 2026-06-26T17:51:49.426Z | Downloaded recursive v0.1.1 |
| 891 | 2026-06-26T17:51:49.426Z | Downloaded radium v0.7.0 |
| 892 | 2026-06-26T17:51:49.429Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-06-26T17:51:49.429Z | Downloaded derive_more v2.1.1 |
| 894 | 2026-06-26T17:51:49.433Z | Downloaded bumpalo v3.20.2 |
| 895 | 2026-06-26T17:51:49.437Z | Downloaded libbz2-rs-sys v0.2.2 |
| 896 | 2026-06-26T17:51:49.437Z | Downloaded aes v0.8.4 |
| 897 | 2026-06-26T17:51:49.440Z | Downloaded heapless v0.7.17 |
| 898 | 2026-06-26T17:51:49.444Z | Downloaded cc v1.2.56 |
| 899 | 2026-06-26T17:51:49.444Z | Downloaded pem v3.0.6 |
| 900 | 2026-06-26T17:51:49.447Z | Downloaded const_format v0.2.35 |
| 901 | 2026-06-26T17:51:49.450Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-06-26T17:51:49.450Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-06-26T17:51:49.458Z | Downloaded pkcs8 v0.10.2 |
| 904 | 2026-06-26T17:51:49.461Z | Downloaded paste v1.0.15 |
| 905 | 2026-06-26T17:51:49.461Z | Downloaded ref-cast-impl v1.0.25 |
| 906 | 2026-06-26T17:51:49.461Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-06-26T17:51:49.462Z | Downloaded async-compression v0.4.41 |
| 908 | 2026-06-26T17:51:49.465Z | Downloaded rustc-hash v2.1.1 |
| 909 | 2026-06-26T17:51:49.468Z | Downloaded postgres-protocol v0.6.10 |
| 910 | 2026-06-26T17:51:49.468Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-06-26T17:51:49.471Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-06-26T17:51:49.474Z | Downloaded rand_chacha v0.9.0 |
| 913 | 2026-06-26T17:51:49.474Z | Downloaded r2d2 v0.8.10 |
| 914 | 2026-06-26T17:51:49.477Z | Downloaded predicates v3.1.4 |
| 915 | 2026-06-26T17:51:49.477Z | Downloaded ppv-lite86 v0.2.21 |
| 916 | 2026-06-26T17:51:49.480Z | Downloaded progenitor-extras v0.2.0 |
| 917 | 2026-06-26T17:51:49.483Z | Downloaded primeorder v0.13.6 |
| 918 | 2026-06-26T17:51:49.483Z | Downloaded postgres-types v0.2.12 |
| 919 | 2026-06-26T17:51:49.486Z | Downloaded ed25519-dalek v2.2.0 |
| 920 | 2026-06-26T17:51:49.492Z | Downloaded psm v0.1.30 |
| 921 | 2026-06-26T17:51:49.495Z | Downloaded password-hash v0.5.0 |
| 922 | 2026-06-26T17:51:49.498Z | Downloaded parking_lot v0.11.2 |
| 923 | 2026-06-26T17:51:49.498Z | Downloaded parking_lot v0.12.5 |
| 924 | 2026-06-26T17:51:49.502Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-06-26T17:51:49.504Z | Downloaded same-file v1.0.6 |
| 926 | 2026-06-26T17:51:49.505Z | Downloaded expectorate v1.2.0 |
| 927 | 2026-06-26T17:51:49.507Z | Downloaded crossbeam-channel v0.5.15 |
| 928 | 2026-06-26T17:51:49.510Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2026-06-26T17:51:49.510Z | Downloaded flate2 v1.1.9 |
| 930 | 2026-06-26T17:51:49.513Z | Downloaded derive_more-impl v2.1.1 |
| 931 | 2026-06-26T17:51:49.516Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-06-26T17:51:49.519Z | Downloaded rand_core v0.9.5 |
| 933 | 2026-06-26T17:51:49.519Z | Downloaded rand_core v0.6.4 |
| 934 | 2026-06-26T17:51:49.525Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-06-26T17:51:49.529Z | Downloaded scopeguard v1.2.0 |
| 936 | 2026-06-26T17:51:49.533Z | Downloaded scrypt v0.11.0 |
| 937 | 2026-06-26T17:51:49.533Z | Downloaded oso v0.27.3 |
| 938 | 2026-06-26T17:51:49.535Z | Downloaded diesel_derives v2.3.7 |
| 939 | 2026-06-26T17:51:49.538Z | Downloaded postcard v1.1.3 |
| 940 | 2026-06-26T17:51:49.541Z | Downloaded quinn-udp v0.5.14 |
| 941 | 2026-06-26T17:51:49.541Z | Downloaded pkcs5 v0.7.1 |
| 942 | 2026-06-26T17:51:49.544Z | Downloaded poly1305 v0.8.0 |
| 943 | 2026-06-26T17:51:49.547Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-06-26T17:51:49.548Z | Downloaded serde-big-array v0.5.1 |
| 945 | 2026-06-26T17:51:49.550Z | Downloaded serde_plain v1.0.2 |
| 946 | 2026-06-26T17:51:49.550Z | Downloaded sapling-renderdag v0.1.0 |
| 947 | 2026-06-26T17:51:49.553Z | Downloaded minimal-lexical v0.2.1 |
| 948 | 2026-06-26T17:51:49.556Z | Downloaded serde_bytes v0.11.19 |
| 949 | 2026-06-26T17:51:49.561Z | Downloaded scroll_derive v0.13.1 |
| 950 | 2026-06-26T17:51:49.561Z | Downloaded miniz_oxide v0.8.9 |
| 951 | 2026-06-26T17:51:49.561Z | Downloaded semver v0.1.20 |
| 952 | 2026-06-26T17:51:49.564Z | Downloaded rustls-pemfile v2.2.0 |
| 953 | 2026-06-26T17:51:49.564Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-06-26T17:51:49.564Z | Downloaded serde_urlencoded v0.7.1 |
| 955 | 2026-06-26T17:51:49.567Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-06-26T17:51:49.567Z | Downloaded secrecy v0.8.0 |
| 957 | 2026-06-26T17:51:49.567Z | Downloaded hickory-resolver v0.24.4 |
| 958 | 2026-06-26T17:51:49.570Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-06-26T17:51:49.573Z | Downloaded secrecy v0.10.3 |
| 960 | 2026-06-26T17:51:49.573Z | Downloaded hickory-resolver v0.25.2 |
| 961 | 2026-06-26T17:51:49.576Z | Downloaded papergrid v0.17.0 |
| 962 | 2026-06-26T17:51:49.583Z | Downloaded rtoolbox v0.0.3 |
| 963 | 2026-06-26T17:51:49.586Z | Downloaded rusty-fork v0.3.1 |
| 964 | 2026-06-26T17:51:49.589Z | Downloaded jiff-static v0.2.21 |
| 965 | 2026-06-26T17:51:49.598Z | Downloaded hashbrown v0.13.2 |
| 966 | 2026-06-26T17:51:49.601Z | Downloaded hyper-util v0.1.20 |
| 967 | 2026-06-26T17:51:49.607Z | Downloaded siphasher v1.0.2 |
| 968 | 2026-06-26T17:51:49.610Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-06-26T17:51:49.610Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-06-26T17:51:49.610Z | Downloaded signal-hook-tokio v0.3.1 |
| 971 | 2026-06-26T17:51:49.610Z | Downloaded sct v0.7.1 |
| 972 | 2026-06-26T17:51:49.613Z | Downloaded rand_core v0.10.0 |
| 973 | 2026-06-26T17:51:49.616Z | Downloaded openssl-sys v0.9.115 |
| 974 | 2026-06-26T17:51:49.619Z | Downloaded sec1 v0.7.3 |
| 975 | 2026-06-26T17:51:49.619Z | Downloaded rustls-pemfile v1.0.4 |
| 976 | 2026-06-26T17:51:49.623Z | Downloaded serde-hex v0.1.0 |
| 977 | 2026-06-26T17:51:49.626Z | Downloaded signature v2.2.0 |
| 978 | 2026-06-26T17:51:49.629Z | Downloaded slog-bunyan v2.5.0 |
| 979 | 2026-06-26T17:51:49.629Z | Downloaded serde_path_to_error v0.1.20 |
| 980 | 2026-06-26T17:51:49.636Z | Downloaded serde_with_macros v1.5.2 |
| 981 | 2026-06-26T17:51:49.640Z | Downloaded rustversion v1.0.22 |
| 982 | 2026-06-26T17:51:49.640Z | Downloaded serde_derive_internals v0.29.1 |
| 983 | 2026-06-26T17:51:49.643Z | Downloaded crossterm v0.28.1 |
| 984 | 2026-06-26T17:51:49.646Z | Downloaded rustls-pki-types v1.14.0 |
| 985 | 2026-06-26T17:51:49.646Z | Downloaded hashbrown v0.12.3 |
| 986 | 2026-06-26T17:51:49.650Z | Downloaded pin-project v1.1.11 |
| 987 | 2026-06-26T17:51:49.656Z | Downloaded scroll v0.13.0 |
| 988 | 2026-06-26T17:51:49.659Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-06-26T17:51:49.659Z | Downloaded serde_spanned v1.0.4 |
| 990 | 2026-06-26T17:51:49.659Z | Downloaded slog-envlogger v2.2.0 |
| 991 | 2026-06-26T17:51:49.662Z | Downloaded schemars_derive v0.8.22 |
| 992 | 2026-06-26T17:51:49.662Z | Downloaded salsa20 v0.10.2 |
| 993 | 2026-06-26T17:51:49.665Z | Downloaded simd-adler32 v0.3.8 |
| 994 | 2026-06-26T17:51:49.665Z | Downloaded progenitor-impl v0.13.0 |
| 995 | 2026-06-26T17:51:49.668Z | Downloaded progenitor-impl v0.14.0 |
| 996 | 2026-06-26T17:51:49.671Z | Downloaded p256 v0.13.2 |
| 997 | 2026-06-26T17:51:49.674Z | Downloaded strsim v0.10.0 |
| 998 | 2026-06-26T17:51:49.677Z | Downloaded structmeta v0.3.0 |
| 999 | 2026-06-26T17:51:49.687Z | Downloaded hashbrown v0.15.5 |
| 1000 | 2026-06-26T17:51:49.690Z | Downloaded slog-async v2.8.0 |
| 1001 | 2026-06-26T17:51:49.693Z | Downloaded sync-ptr v0.1.4 |
| 1002 | 2026-06-26T17:51:49.696Z | Downloaded russh-keys v0.45.0 |
| 1003 | 2026-06-26T17:51:49.700Z | Downloaded aes-gcm v0.10.3 |
| 1004 | 2026-06-26T17:51:49.703Z | Downloaded sqlparser_derive v0.5.0 |
| 1005 | 2026-06-26T17:51:49.707Z | Downloaded slog-stdlog v4.1.1 |
| 1006 | 2026-06-26T17:51:49.707Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-06-26T17:51:49.707Z | Downloaded tabwriter v1.4.1 |
| 1008 | 2026-06-26T17:51:49.710Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1009 | 2026-06-26T17:51:49.710Z | Downloaded ssh-cipher v0.2.0 |
| 1010 | 2026-06-26T17:51:49.710Z | Downloaded serde_with_macros v3.17.0 |
| 1011 | 2026-06-26T17:51:49.713Z | Downloaded take_mut v0.2.2 |
| 1012 | 2026-06-26T17:51:49.713Z | Downloaded sqlformat v0.3.5 |
| 1013 | 2026-06-26T17:51:49.716Z | Downloaded strum v0.26.3 |
| 1014 | 2026-06-26T17:51:49.716Z | Downloaded structmeta-derive v0.3.0 |
| 1015 | 2026-06-26T17:51:49.716Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-06-26T17:51:49.716Z | Downloaded strum v0.27.2 |
| 1017 | 2026-06-26T17:51:49.719Z | Downloaded spki v0.7.3 |
| 1018 | 2026-06-26T17:51:49.719Z | Downloaded mio v1.2.0 |
| 1019 | 2026-06-26T17:51:49.723Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-06-26T17:51:49.726Z | Downloaded shlex v1.3.0 |
| 1021 | 2026-06-26T17:51:49.726Z | Downloaded testing_table v0.3.0 |
| 1022 | 2026-06-26T17:51:49.730Z | Downloaded tap v1.0.1 |
| 1023 | 2026-06-26T17:51:49.730Z | Downloaded rustls-native-certs v0.8.3 |
| 1024 | 2026-06-26T17:51:49.730Z | Downloaded static_assertions v1.1.0 |
| 1025 | 2026-06-26T17:51:49.733Z | Downloaded num-bigint v0.4.6 |
| 1026 | 2026-06-26T17:51:49.733Z | Downloaded thread-id v5.1.0 |
| 1027 | 2026-06-26T17:51:49.736Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1028 | 2026-06-26T17:51:49.736Z | Downloaded signal-hook-registry v1.4.8 |
| 1029 | 2026-06-26T17:51:49.736Z | Downloaded slab v0.4.12 |
| 1030 | 2026-06-26T17:51:49.739Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-06-26T17:51:49.739Z | Downloaded supports-color v3.0.2 |
| 1032 | 2026-06-26T17:51:49.742Z | Downloaded tabled_derive v0.11.0 |
| 1033 | 2026-06-26T17:51:49.745Z | Downloaded slog-json v2.6.1 |
| 1034 | 2026-06-26T17:51:49.748Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-06-26T17:51:49.752Z | Downloaded time-core v0.1.8 |
| 1036 | 2026-06-26T17:51:49.756Z | Downloaded rcgen v0.12.1 |
| 1037 | 2026-06-26T17:51:49.758Z | Downloaded ron v0.8.1 |
| 1038 | 2026-06-26T17:51:49.758Z | Downloaded rand v0.8.6 |
| 1039 | 2026-06-26T17:51:49.762Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-06-26T17:51:49.765Z | Downloaded slog-term v2.9.2 |
| 1041 | 2026-06-26T17:51:49.765Z | Downloaded strum_macros v0.26.4 |
| 1042 | 2026-06-26T17:51:49.765Z | Downloaded smf v0.2.3 |
| 1043 | 2026-06-26T17:51:49.769Z | Downloaded serde_cbor v0.11.2 |
| 1044 | 2026-06-26T17:51:49.769Z | Downloaded stringprep v0.1.5 |
| 1045 | 2026-06-26T17:51:49.772Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-06-26T17:51:49.772Z | Downloaded smallvec v0.6.14 |
| 1047 | 2026-06-26T17:51:49.775Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-06-26T17:51:49.775Z | Downloaded prefix-trie v0.7.0 |
| 1049 | 2026-06-26T17:51:49.778Z | Downloaded pretty_assertions v1.4.1 |
| 1050 | 2026-06-26T17:51:49.781Z | Downloaded tokio-test v0.4.5 |
| 1051 | 2026-06-26T17:51:49.781Z | Downloaded http v1.4.0 |
| 1052 | 2026-06-26T17:51:49.784Z | Downloaded snafu-derive v0.8.9 |
| 1053 | 2026-06-26T17:51:49.787Z | Downloaded termtree v0.5.1 |
| 1054 | 2026-06-26T17:51:49.787Z | Downloaded hashbrown v0.16.1 |
| 1055 | 2026-06-26T17:51:49.792Z | Downloaded num-bigint-dig v0.8.6 |
| 1056 | 2026-06-26T17:51:49.795Z | Downloaded termios v0.3.3 |
| 1057 | 2026-06-26T17:51:49.800Z | Downloaded schemars v0.8.22 |
| 1058 | 2026-06-26T17:51:49.807Z | Downloaded schemars v0.9.0 |
| 1059 | 2026-06-26T17:51:49.815Z | Downloaded tinyvec_macros v0.1.1 |
| 1060 | 2026-06-26T17:51:49.835Z | Downloaded similar v2.7.0 |
| 1061 | 2026-06-26T17:51:49.835Z | Downloaded tokio-macros v2.7.0 |
| 1062 | 2026-06-26T17:51:49.835Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-06-26T17:51:49.835Z | Downloaded hyper v1.8.1 |
| 1064 | 2026-06-26T17:51:49.835Z | Downloaded tower-layer v0.3.3 |
| 1065 | 2026-06-26T17:51:49.835Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-06-26T17:51:49.835Z | Downloaded rand v0.9.2 |
| 1067 | 2026-06-26T17:51:49.835Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-06-26T17:51:49.835Z | Downloaded tls_codec v0.4.2 |
| 1069 | 2026-06-26T17:51:49.838Z | Downloaded tiny-keccak v2.0.2 |
| 1070 | 2026-06-26T17:51:49.838Z | Downloaded tower-service v0.3.3 |
| 1071 | 2026-06-26T17:51:49.838Z | Downloaded dropshot-api-manager v0.7.2 |
| 1072 | 2026-06-26T17:51:49.839Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-06-26T17:51:49.841Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-06-26T17:51:49.844Z | Downloaded crossterm v0.29.0 |
| 1075 | 2026-06-26T17:51:49.849Z | Downloaded rayon-core v1.13.0 |
| 1076 | 2026-06-26T17:51:49.853Z | Downloaded ryu v1.0.23 |
| 1077 | 2026-06-26T17:51:49.857Z | Downloaded topological-sort v0.2.2 |
| 1078 | 2026-06-26T17:51:49.863Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-06-26T17:51:49.863Z | Downloaded try-lock v0.2.5 |
| 1080 | 2026-06-26T17:51:49.867Z | Downloaded nom v7.1.3 |
| 1081 | 2026-06-26T17:51:49.870Z | Downloaded itertools v0.14.0 |
| 1082 | 2026-06-26T17:51:49.873Z | Downloaded prettyplease v0.2.37 |
| 1083 | 2026-06-26T17:51:49.876Z | Downloaded term v1.2.1 |
| 1084 | 2026-06-26T17:51:49.878Z | Downloaded untrusted v0.7.1 |
| 1085 | 2026-06-26T17:51:49.878Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1086 | 2026-06-26T17:51:49.882Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-06-26T17:51:49.885Z | Downloaded typify-macro v0.6.2 |
| 1088 | 2026-06-26T17:51:49.885Z | Downloaded trait-variant v0.1.2 |
| 1089 | 2026-06-26T17:51:49.885Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1090 | 2026-06-26T17:51:49.885Z | Downloaded samael v0.0.19 |
| 1091 | 2026-06-26T17:51:49.888Z | Downloaded itertools v0.13.0 |
| 1092 | 2026-06-26T17:51:49.893Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1093 | 2026-06-26T17:51:49.896Z | Downloaded usdt-attr-macro v0.6.0 |
| 1094 | 2026-06-26T17:51:49.896Z | Downloaded usdt v0.6.0 |
| 1095 | 2026-06-26T17:51:49.896Z | Downloaded quinn v0.11.9 |
| 1096 | 2026-06-26T17:51:49.899Z | Downloaded schemars v1.2.1 |
| 1097 | 2026-06-26T17:51:49.905Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1098 | 2026-06-26T17:51:49.908Z | Downloaded subprocess v0.2.15 |
| 1099 | 2026-06-26T17:51:49.911Z | Downloaded qorb v0.4.1 |
| 1100 | 2026-06-26T17:51:49.915Z | Downloaded wait-timeout v0.2.1 |
| 1101 | 2026-06-26T17:51:49.915Z | Downloaded unit-prefix v0.5.2 |
| 1102 | 2026-06-26T17:51:49.915Z | Downloaded waitgroup v0.1.2 |
| 1103 | 2026-06-26T17:51:49.915Z | Downloaded iri-string v0.7.10 |
| 1104 | 2026-06-26T17:51:49.923Z | Downloaded tokio-rustls v0.25.0 |
| 1105 | 2026-06-26T17:51:49.926Z | Downloaded tokio-native-tls v0.3.1 |
| 1106 | 2026-06-26T17:51:49.929Z | Downloaded tokio-rustls v0.26.4 |
| 1107 | 2026-06-26T17:51:49.932Z | Downloaded tokio-stream v0.1.18 |
| 1108 | 2026-06-26T17:51:49.935Z | Downloaded unicode-truncate v1.1.0 |
| 1109 | 2026-06-26T17:51:49.938Z | Downloaded want v0.3.1 |
| 1110 | 2026-06-26T17:51:49.941Z | Downloaded usdt-macro v0.6.0 |
| 1111 | 2026-06-26T17:51:49.941Z | Downloaded void v1.0.2 |
| 1112 | 2026-06-26T17:51:49.941Z | Downloaded untrusted v0.9.0 |
| 1113 | 2026-06-26T17:51:49.945Z | Downloaded unicase v2.9.0 |
| 1114 | 2026-06-26T17:51:49.945Z | Downloaded tokio-tungstenite v0.23.1 |
| 1115 | 2026-06-26T17:51:49.948Z | Downloaded tokio-tungstenite v0.21.0 |
| 1116 | 2026-06-26T17:51:49.948Z | Downloaded universal-hash v0.5.1 |
| 1117 | 2026-06-26T17:51:49.950Z | Downloaded test-strategy v0.4.5 |
| 1118 | 2026-06-26T17:51:49.953Z | Downloaded itertools v0.10.5 |
| 1119 | 2026-06-26T17:51:49.957Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-06-26T17:51:49.957Z | Downloaded tokio-dtrace v0.1.1 |
| 1121 | 2026-06-26T17:51:49.960Z | Downloaded publicsuffix v2.3.0 |
| 1122 | 2026-06-26T17:51:49.960Z | Downloaded itertools v0.12.1 |
| 1123 | 2026-06-26T17:51:49.963Z | Downloaded term v0.7.0 |
| 1124 | 2026-06-26T17:51:49.966Z | Downloaded hickory-server v0.25.2 |
| 1125 | 2026-06-26T17:51:49.972Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-06-26T17:51:49.975Z | Downloaded xattr v1.6.1 |
| 1127 | 2026-06-26T17:51:49.978Z | Downloaded socket2 v0.6.3 |
| 1128 | 2026-06-26T17:51:49.981Z | Downloaded vergen-lib v9.1.0 |
| 1129 | 2026-06-26T17:51:49.984Z | Downloaded thread_local v1.1.9 |
| 1130 | 2026-06-26T17:51:49.984Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1131 | 2026-06-26T17:51:49.987Z | Downloaded tui-tree-widget v0.23.1 |
| 1132 | 2026-06-26T17:51:49.987Z | Downloaded rsa v0.9.10 |
| 1133 | 2026-06-26T17:51:49.991Z | Downloaded tracing-attributes v0.1.31 |
| 1134 | 2026-06-26T17:51:49.991Z | Downloaded russh v0.45.0 |
| 1135 | 2026-06-26T17:51:49.994Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-06-26T17:51:49.994Z | Downloaded zone v0.3.1 |
| 1137 | 2026-06-26T17:51:49.997Z | Downloaded twox-hash v2.1.2 |
| 1138 | 2026-06-26T17:51:50.002Z | Downloaded walkdir v2.5.0 |
| 1139 | 2026-06-26T17:51:50.005Z | Downloaded xshell-macros v0.2.7 |
| 1140 | 2026-06-26T17:51:50.008Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2026-06-26T17:51:50.008Z | Downloaded tls_codec_derive v0.4.2 |
| 1142 | 2026-06-26T17:51:50.012Z | Downloaded zeroize_derive v1.4.3 |
| 1143 | 2026-06-26T17:51:50.015Z | Downloaded serde_with v1.14.0 |
| 1144 | 2026-06-26T17:51:50.018Z | Downloaded aho-corasick v1.1.4 |
| 1145 | 2026-06-26T17:51:50.021Z | Downloaded usdt-impl v0.6.0 |
| 1146 | 2026-06-26T17:51:50.022Z | Downloaded toml v0.7.8 |
| 1147 | 2026-06-26T17:51:50.025Z | Downloaded tar v0.4.45 |
| 1148 | 2026-06-26T17:51:50.025Z | Downloaded rustyline v14.0.0 |
| 1149 | 2026-06-26T17:51:50.030Z | Downloaded rustls-webpki v0.103.9 |
| 1150 | 2026-06-26T17:51:50.034Z | Downloaded signal-hook v0.3.18 |
| 1151 | 2026-06-26T17:51:50.034Z | Downloaded xshell v0.2.7 |
| 1152 | 2026-06-26T17:51:50.035Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-06-26T17:51:50.035Z | Downloaded wyz v0.5.1 |
| 1154 | 2026-06-26T17:51:50.038Z | Downloaded slog v2.8.2 |
| 1155 | 2026-06-26T17:51:50.038Z | Downloaded iddqd v0.4.2 |
| 1156 | 2026-06-26T17:51:50.045Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1157 | 2026-06-26T17:51:50.053Z | Downloaded spin v0.9.8 |
| 1158 | 2026-06-26T17:51:50.056Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-06-26T17:51:50.059Z | Downloaded vsss-rs v3.3.4 |
| 1160 | 2026-06-26T17:51:50.062Z | Downloaded vergen-git2 v9.1.0 |
| 1161 | 2026-06-26T17:51:50.062Z | Downloaded vergen v9.1.0 |
| 1162 | 2026-06-26T17:51:50.066Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-06-26T17:51:50.066Z | Downloaded whoami v1.6.1 |
| 1164 | 2026-06-26T17:51:50.069Z | Downloaded chrono v0.4.44 |
| 1165 | 2026-06-26T17:51:50.073Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-06-26T17:51:50.076Z | Downloaded aws-lc-rs v1.16.3 |
| 1167 | 2026-06-26T17:51:50.081Z | Downloaded whoami v2.1.0 |
| 1168 | 2026-06-26T17:51:50.084Z | Downloaded tungstenite v0.23.0 |
| 1169 | 2026-06-26T17:51:50.084Z | Downloaded unicode-properties v0.1.4 |
| 1170 | 2026-06-26T17:51:50.087Z | Downloaded libxml v0.3.3 |
| 1171 | 2026-06-26T17:51:50.091Z | Downloaded reedline v0.40.0 |
| 1172 | 2026-06-26T17:51:50.096Z | Downloaded unsafe-libyaml v0.2.11 |
| 1173 | 2026-06-26T17:51:50.099Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-06-26T17:51:50.102Z | Downloaded zeroize v1.8.2 |
| 1175 | 2026-06-26T17:51:50.105Z | Downloaded yasna v0.5.2 |
| 1176 | 2026-06-26T17:51:50.109Z | Downloaded zerocopy v0.6.6 |
| 1177 | 2026-06-26T17:51:50.112Z | Downloaded rand v0.10.0 |
| 1178 | 2026-06-26T17:51:50.115Z | Downloaded zstd v0.13.3 |
| 1179 | 2026-06-26T17:51:50.121Z | Downloaded libm v0.2.16 |
| 1180 | 2026-06-26T17:51:50.135Z | Downloaded blake3 v1.8.5 |
| 1181 | 2026-06-26T17:51:50.139Z | Downloaded bindgen v0.71.1 |
| 1182 | 2026-06-26T17:51:50.144Z | Downloaded vergen-lib v0.1.6 |
| 1183 | 2026-06-26T17:51:50.148Z | Downloaded tracing-core v0.1.36 |
| 1184 | 2026-06-26T17:51:50.148Z | Downloaded tokio-postgres v0.7.16 |
| 1185 | 2026-06-26T17:51:50.151Z | Downloaded zstd-safe v7.2.4 |
| 1186 | 2026-06-26T17:51:50.151Z | Downloaded unicode-bidi v0.3.18 |
| 1187 | 2026-06-26T17:51:50.154Z | Downloaded typify v0.6.2 |
| 1188 | 2026-06-26T17:51:50.157Z | Downloaded nom v8.0.0 |
| 1189 | 2026-06-26T17:51:50.161Z | Downloaded git2 v0.20.4 |
| 1190 | 2026-06-26T17:51:50.164Z | Downloaded h2 v0.4.13 |
| 1191 | 2026-06-26T17:51:50.168Z | Downloaded p521 v0.13.3 |
| 1192 | 2026-06-26T17:51:50.171Z | Downloaded reqwest v0.13.2 |
| 1193 | 2026-06-26T17:51:50.174Z | Downloaded futures-util v0.3.32 |
| 1194 | 2026-06-26T17:51:50.180Z | Downloaded uuid v1.23.0 |
| 1195 | 2026-06-26T17:51:50.183Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-06-26T17:51:50.186Z | Downloaded vte v0.14.1 |
| 1197 | 2026-06-26T17:51:50.189Z | Downloaded portable-atomic v1.13.1 |
| 1198 | 2026-06-26T17:51:50.193Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1199 | 2026-06-26T17:51:50.211Z | Downloaded yansi v1.0.1 |
| 1200 | 2026-06-26T17:51:50.218Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-06-26T17:51:50.228Z | Downloaded quick-xml v0.37.5 |
| 1202 | 2026-06-26T17:51:50.237Z | Downloaded moka v0.12.13 |
| 1203 | 2026-06-26T17:51:50.240Z | Downloaded rustls-webpki v0.101.7 |
| 1204 | 2026-06-26T17:51:50.248Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-06-26T17:51:50.256Z | Downloaded lalrpop v0.19.12 |
| 1206 | 2026-06-26T17:51:50.282Z | Downloaded rpassword v7.4.0 |
| 1207 | 2026-06-26T17:51:50.286Z | Downloaded ssh-key v0.6.7 |
| 1208 | 2026-06-26T17:51:50.289Z | Downloaded typed-path v0.9.3 |
| 1209 | 2026-06-26T17:51:50.292Z | Downloaded x509-cert v0.2.5 |
| 1210 | 2026-06-26T17:51:50.295Z | Downloaded zip v0.6.6 |
| 1211 | 2026-06-26T17:51:50.298Z | Downloaded steno v0.4.1 |
| 1212 | 2026-06-26T17:51:50.301Z | Downloaded unicode_categories v0.1.1 |
| 1213 | 2026-06-26T17:51:50.308Z | Downloaded petname v2.0.2 |
| 1214 | 2026-06-26T17:51:50.318Z | Downloaded salty v0.3.0 |
| 1215 | 2026-06-26T17:51:50.322Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-06-26T17:51:50.326Z | Downloaded regex v1.12.3 |
| 1217 | 2026-06-26T17:51:50.329Z | Downloaded proptest v1.10.0 |
| 1218 | 2026-06-26T17:51:50.334Z | Downloaded tokio-util v0.7.18 |
| 1219 | 2026-06-26T17:51:50.339Z | Downloaded tower v0.5.3 |
| 1220 | 2026-06-26T17:51:50.347Z | Downloaded unicode-segmentation v1.12.0 |
| 1221 | 2026-06-26T17:51:50.365Z | Downloaded zip v4.6.1 |
| 1222 | 2026-06-26T17:51:50.370Z | Downloaded nix v0.27.1 |
| 1223 | 2026-06-26T17:51:50.383Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-06-26T17:51:50.392Z | Downloaded rustls-webpki v0.102.8 |
| 1225 | 2026-06-26T17:51:50.402Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-06-26T17:51:50.407Z | Downloaded bstr v1.12.1 |
| 1227 | 2026-06-26T17:51:50.416Z | Downloaded openssl v0.10.79 |
| 1228 | 2026-06-26T17:51:50.421Z | Downloaded polar-core v0.27.3 |
| 1229 | 2026-06-26T17:51:50.426Z | Downloaded winnow v0.5.40 |
| 1230 | 2026-06-26T17:51:50.433Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-06-26T17:51:50.444Z | Downloaded nix v0.28.0 |
| 1232 | 2026-06-26T17:51:50.461Z | Downloaded tower-http v0.6.8 |
| 1233 | 2026-06-26T17:51:50.466Z | Downloaded tough v0.22.0 |
| 1234 | 2026-06-26T17:51:50.470Z | Downloaded rayon v1.11.0 |
| 1235 | 2026-06-26T17:51:50.476Z | Downloaded serde_with v3.17.0 |
| 1236 | 2026-06-26T17:51:50.483Z | Downloaded regex-syntax v0.6.29 |
| 1237 | 2026-06-26T17:51:50.486Z | Downloaded unicode-normalization v0.1.25 |
| 1238 | 2026-06-26T17:51:50.490Z | Downloaded hickory-proto v0.24.4 |
| 1239 | 2026-06-26T17:51:50.498Z | Downloaded vcpkg v0.2.15 |
| 1240 | 2026-06-26T17:51:50.522Z | Downloaded nix v0.31.2 |
| 1241 | 2026-06-26T17:51:50.544Z | Downloaded webpki-roots v1.0.6 |
| 1242 | 2026-06-26T17:51:50.552Z | Downloaded smoltcp v0.11.0 |
| 1243 | 2026-06-26T17:51:50.558Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-06-26T17:51:50.563Z | Downloaded regress v0.11.1 |
| 1245 | 2026-06-26T17:51:50.568Z | Downloaded object v0.30.4 |
| 1246 | 2026-06-26T17:51:50.574Z | Downloaded radix_trie v0.2.1 |
| 1247 | 2026-06-26T17:51:50.577Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-06-26T17:51:50.589Z | Downloaded winnow v0.6.26 |
| 1249 | 2026-06-26T17:51:50.647Z | Downloaded sqlparser v0.61.0 |
| 1250 | 2026-06-26T17:51:50.655Z | Downloaded tabled v0.20.0 |
| 1251 | 2026-06-26T17:51:50.665Z | Downloaded time v0.3.47 |
| 1252 | 2026-06-26T17:51:50.672Z | Downloaded rustls v0.21.12 |
| 1253 | 2026-06-26T17:51:50.678Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-06-26T17:51:50.703Z | Downloaded zlib-rs v0.6.2 |
| 1255 | 2026-06-26T17:51:50.710Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1256 | 2026-06-26T17:51:50.718Z | Downloaded typify-impl v0.6.2 |
| 1257 | 2026-06-26T17:51:50.726Z | Downloaded dropshot v0.17.0 |
| 1258 | 2026-06-26T17:51:50.745Z | Downloaded tracing v0.1.44 |
| 1259 | 2026-06-26T17:51:50.767Z | Downloaded zerocopy v0.8.40 |
| 1260 | 2026-06-26T17:51:50.776Z | Downloaded zerocopy-derive v0.6.6 |
| 1261 | 2026-06-26T17:51:50.803Z | Downloaded regress v0.10.5 |
| 1262 | 2026-06-26T17:51:50.809Z | Downloaded openapiv3 v2.2.0 |
| 1263 | 2026-06-26T17:51:50.815Z | Downloaded rustls v0.22.4 |
| 1264 | 2026-06-26T17:51:50.824Z | Downloaded petgraph v0.6.5 |
| 1265 | 2026-06-26T17:51:50.833Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-06-26T17:51:50.838Z | Downloaded jiff v0.2.21 |
| 1267 | 2026-06-26T17:51:50.849Z | Downloaded rustls v0.23.37 |
| 1268 | 2026-06-26T17:51:50.855Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-06-26T17:51:50.866Z | Downloaded object v0.37.3 |
| 1270 | 2026-06-26T17:51:50.872Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-06-26T17:51:50.883Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-06-26T17:51:50.894Z | Downloaded chrono-tz v0.10.4 |
| 1273 | 2026-06-26T17:51:50.905Z | Downloaded libz-sys v1.1.24 |
| 1274 | 2026-06-26T17:51:50.918Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1275 | 2026-06-26T17:51:50.936Z | Downloaded sled v0.34.7 |
| 1276 | 2026-06-26T17:51:50.949Z | Downloaded tokio v1.52.1 |
| 1277 | 2026-06-26T17:51:50.972Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-06-26T17:51:51.022Z | Downloaded regex-automata v0.4.14 |
| 1279 | 2026-06-26T17:51:51.036Z | Downloaded ring v0.17.14 |
| 1280 | 2026-06-26T17:51:51.091Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-06-26T17:51:51.104Z | Downloaded csv v1.4.0 |
| 1282 | 2026-06-26T17:51:51.126Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-06-26T17:51:51.202Z | Downloaded encoding_rs v0.8.35 |
| 1284 | 2026-06-26T17:51:51.247Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-06-26T17:51:51.618Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-06-26T17:51:51.875Z | Compiling libc v0.2.185 |
| 1287 | 2026-06-26T17:51:51.875Z | Compiling serde v1.0.228 |
| 1288 | 2026-06-26T17:51:51.879Z | Compiling log v0.4.29 |
| 1289 | 2026-06-26T17:51:51.879Z | Compiling shlex v1.3.0 |
| 1290 | 2026-06-26T17:51:51.879Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-06-26T17:51:51.879Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-06-26T17:51:51.879Z | Compiling typenum v1.19.0 |
| 1293 | 2026-06-26T17:51:51.879Z | Compiling subtle v2.6.1 |
| 1294 | 2026-06-26T17:51:52.027Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-06-26T17:51:52.030Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-06-26T17:51:52.112Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-06-26T17:51:52.115Z | Compiling serde_json v1.0.149 |
| 1298 | 2026-06-26T17:51:52.123Z | Compiling syn v2.0.117 |
| 1299 | 2026-06-26T17:51:52.139Z | Compiling zerocopy v0.8.40 |
| 1300 | 2026-06-26T17:51:52.143Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-06-26T17:51:52.143Z | Compiling lock_api v0.4.14 |
| 1302 | 2026-06-26T17:51:52.185Z | Compiling portable-atomic v1.13.1 |
| 1303 | 2026-06-26T17:51:52.200Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-06-26T17:51:52.213Z | Compiling pkg-config v0.3.32 |
| 1305 | 2026-06-26T17:51:52.279Z | Compiling bitflags v2.11.0 |
| 1306 | 2026-06-26T17:51:52.317Z | Compiling critical-section v1.2.0 |
| 1307 | 2026-06-26T17:51:52.318Z | Compiling libm v0.2.16 |
| 1308 | 2026-06-26T17:51:52.355Z | Compiling futures-core v0.3.32 |
| 1309 | 2026-06-26T17:51:52.381Z | Compiling num-traits v0.2.19 |
| 1310 | 2026-06-26T17:51:52.396Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-06-26T17:51:52.454Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-06-26T17:51:52.457Z | Compiling getrandom v0.4.1 |
| 1313 | 2026-06-26T17:51:52.480Z | Compiling slab v0.4.12 |
| 1314 | 2026-06-26T17:51:52.521Z | Compiling futures-task v0.3.32 |
| 1315 | 2026-06-26T17:51:52.547Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-06-26T17:51:52.567Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-06-26T17:51:52.595Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-06-26T17:51:52.629Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-06-26T17:51:52.678Z | Compiling indexmap v2.14.0 |
| 1320 | 2026-06-26T17:51:52.683Z | Compiling getrandom v0.3.4 |
| 1321 | 2026-06-26T17:51:52.733Z | Compiling rustversion v1.0.22 |
| 1322 | 2026-06-26T17:51:52.747Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-06-26T17:51:52.788Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-06-26T17:51:52.802Z | Compiling dunce v1.0.5 |
| 1325 | 2026-06-26T17:51:52.817Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-06-26T17:51:52.822Z | Compiling base64ct v1.8.3 |
| 1327 | 2026-06-26T17:51:52.864Z | Compiling rustix v1.1.3 |
| 1328 | 2026-06-26T17:51:52.878Z | Compiling flagset v0.4.7 |
| 1329 | 2026-06-26T17:51:52.903Z | Compiling iana-time-zone v0.1.65 |
| 1330 | 2026-06-26T17:51:52.930Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-06-26T17:51:52.961Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-06-26T17:51:53.014Z | Compiling errno v0.3.14 |
| 1333 | 2026-06-26T17:51:53.069Z | Compiling mio v1.2.0 |
| 1334 | 2026-06-26T17:51:53.104Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-06-26T17:51:53.121Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-06-26T17:51:53.137Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-06-26T17:51:53.189Z | Compiling cc v1.2.56 |
| 1338 | 2026-06-26T17:51:53.226Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-26T17:51:53.240Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-06-26T17:51:53.334Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2026-06-26T17:51:53.353Z | Compiling regex-syntax v0.8.10 |
| 1342 | 2026-06-26T17:51:53.393Z | Compiling vcpkg v0.2.15 |
| 1343 | 2026-06-26T17:51:53.422Z | Compiling aws-lc-rs v1.16.3 |
| 1344 | 2026-06-26T17:51:53.434Z | Compiling tracing-core v0.1.36 |
| 1345 | 2026-06-26T17:51:53.464Z | Compiling uuid v1.23.0 |
| 1346 | 2026-06-26T17:51:53.551Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-06-26T17:51:53.564Z | Compiling base64 v0.22.1 |
| 1348 | 2026-06-26T17:51:53.601Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-06-26T17:51:53.641Z | Compiling tinyvec_macros v0.1.1 |
| 1350 | 2026-06-26T17:51:53.683Z | Compiling httparse v1.10.1 |
| 1351 | 2026-06-26T17:51:53.719Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-06-26T17:51:53.732Z | Compiling untrusted v0.9.0 |
| 1353 | 2026-06-26T17:51:53.837Z | Compiling untrusted v0.7.1 |
| 1354 | 2026-06-26T17:51:53.870Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-06-26T17:51:53.884Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-06-26T17:51:53.897Z | Compiling tower-layer v0.3.3 |
| 1357 | 2026-06-26T17:51:53.910Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-26T17:51:53.924Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-06-26T17:51:53.927Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-06-26T17:51:53.969Z | Compiling schemars v0.8.22 |
| 1361 | 2026-06-26T17:51:53.995Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-06-26T17:51:54.044Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-06-26T17:51:54.072Z | Compiling rustls v0.23.37 |
| 1364 | 2026-06-26T17:51:54.092Z | Compiling want v0.3.1 |
| 1365 | 2026-06-26T17:51:54.153Z | Compiling openssl v0.10.79 |
| 1366 | 2026-06-26T17:51:54.156Z | Compiling httpdate v1.0.3 |
| 1367 | 2026-06-26T17:51:54.174Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-06-26T17:51:54.177Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-06-26T17:51:54.203Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-06-26T17:51:54.233Z | Compiling socket2 v0.5.10 |
| 1371 | 2026-06-26T17:51:54.247Z | Compiling spin v0.9.8 |
| 1372 | 2026-06-26T17:51:54.262Z | Compiling foreign-types v0.3.2 |
| 1373 | 2026-06-26T17:51:54.276Z | Compiling crc32fast v1.5.0 |
| 1374 | 2026-06-26T17:51:54.276Z | Compiling powerfmt v0.2.0 |
| 1375 | 2026-06-26T17:51:54.301Z | Compiling time-core v0.1.8 |
| 1376 | 2026-06-26T17:51:54.322Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-06-26T17:51:54.338Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-06-26T17:51:54.379Z | Compiling wait-timeout v0.2.1 |
| 1379 | 2026-06-26T17:51:54.402Z | Compiling sync_wrapper v1.0.2 |
| 1380 | 2026-06-26T17:51:54.420Z | Compiling unicode-segmentation v1.12.0 |
| 1381 | 2026-06-26T17:51:54.463Z | Compiling deranged v0.5.8 |
| 1382 | 2026-06-26T17:51:54.586Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-06-26T17:51:54.589Z | Compiling tempfile v3.25.0 |
| 1384 | 2026-06-26T17:51:54.614Z | Compiling syn v1.0.109 |
| 1385 | 2026-06-26T17:51:54.621Z | Compiling num_threads v0.1.7 |
| 1386 | 2026-06-26T17:51:54.668Z | Compiling quick-error v1.2.3 |
| 1387 | 2026-06-26T17:51:54.732Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-06-26T17:51:54.748Z | Compiling simd-adler32 v0.3.8 |
| 1389 | 2026-06-26T17:51:54.776Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-06-26T17:51:54.789Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-06-26T17:51:54.789Z | Compiling siphasher v1.0.2 |
| 1392 | 2026-06-26T17:51:54.833Z | Compiling aws-lc-sys v0.40.0 |
| 1393 | 2026-06-26T17:51:54.876Z | Compiling ring v0.17.14 |
| 1394 | 2026-06-26T17:51:54.916Z | Compiling openssl-sys v0.9.115 |
| 1395 | 2026-06-26T17:51:54.957Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-06-26T17:51:54.962Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1397 | 2026-06-26T17:51:55.009Z | Compiling bit-set v0.8.0 |
| 1398 | 2026-06-26T17:51:55.037Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1399 | 2026-06-26T17:51:55.062Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-06-26T17:51:55.077Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-06-26T17:51:55.092Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-06-26T17:51:55.104Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-06-26T17:51:55.209Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-06-26T17:51:55.357Z | Compiling rusty-fork v0.3.1 |
| 1405 | 2026-06-26T17:51:55.662Z | Compiling slog v2.8.2 |
| 1406 | 2026-06-26T17:51:55.705Z | Compiling heapless v0.7.17 |
| 1407 | 2026-06-26T17:51:55.719Z | Compiling rand_xorshift v0.4.0 |
| 1408 | 2026-06-26T17:51:55.751Z | Compiling thread-id v5.1.0 |
| 1409 | 2026-06-26T17:51:55.766Z | Compiling time v0.3.47 |
| 1410 | 2026-06-26T17:51:55.849Z | Compiling cookie v0.18.1 |
| 1411 | 2026-06-26T17:51:55.870Z | Compiling unicode-properties v0.1.4 |
| 1412 | 2026-06-26T17:51:55.884Z | Compiling signal-hook v0.3.18 |
| 1413 | 2026-06-26T17:51:55.896Z | Compiling unicode-bidi v0.3.18 |
| 1414 | 2026-06-26T17:51:55.908Z | Compiling allocator-api2 v0.2.21 |
| 1415 | 2026-06-26T17:51:55.972Z | Compiling paste v1.0.15 |
| 1416 | 2026-06-26T17:51:56.034Z | Compiling anyhow v1.0.102 |
| 1417 | 2026-06-26T17:51:56.057Z | Compiling iri-string v0.7.10 |
| 1418 | 2026-06-26T17:51:56.073Z | Compiling ryu v1.0.23 |
| 1419 | 2026-06-26T17:51:56.086Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-06-26T17:51:56.102Z | Compiling adler2 v2.0.1 |
| 1421 | 2026-06-26T17:51:56.245Z | Compiling unarray v0.1.4 |
| 1422 | 2026-06-26T17:51:56.257Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-06-26T17:51:56.272Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-06-26T17:51:56.459Z | Compiling heck v0.4.1 |
| 1425 | 2026-06-26T17:51:56.593Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-06-26T17:51:56.698Z | Compiling vergen-lib v9.1.0 |
| 1427 | 2026-06-26T17:51:56.724Z | Compiling curve25519-dalek v4.1.3 |
| 1428 | 2026-06-26T17:51:56.826Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-06-26T17:51:56.888Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-06-26T17:51:56.928Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-06-26T17:51:56.942Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-06-26T17:51:56.945Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-06-26T17:51:57.077Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-06-26T17:51:57.157Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-06-26T17:51:57.417Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-06-26T17:51:57.494Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-06-26T17:51:57.581Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-06-26T17:51:57.625Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-06-26T17:51:57.819Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-06-26T17:51:57.940Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-06-26T17:51:58.112Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-06-26T17:51:58.177Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-06-26T17:51:58.200Z | Compiling pest_derive v2.8.6 |
| 1444 | 2026-06-26T17:51:58.300Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-06-26T17:51:58.349Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-06-26T17:51:58.387Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-06-26T17:51:58.400Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-06-26T17:51:58.511Z | Compiling yoke v0.8.1 |
| 1449 | 2026-06-26T17:51:58.524Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-06-26T17:51:58.591Z | Compiling digest v0.10.7 |
| 1451 | 2026-06-26T17:51:58.654Z | Compiling block-padding v0.3.3 |
| 1452 | 2026-06-26T17:51:58.684Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-06-26T17:51:58.710Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-06-26T17:51:58.826Z | Compiling hmac v0.12.1 |
| 1455 | 2026-06-26T17:51:58.854Z | Compiling inout v0.1.4 |
| 1456 | 2026-06-26T17:51:59.014Z | Compiling cipher v0.4.4 |
| 1457 | 2026-06-26T17:51:59.032Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-06-26T17:51:59.046Z | Compiling der v0.7.10 |
| 1459 | 2026-06-26T17:51:59.062Z | Compiling pbkdf2 v0.12.2 |
| 1460 | 2026-06-26T17:51:59.194Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-06-26T17:51:59.209Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-06-26T17:51:59.227Z | Compiling scroll v0.13.0 |
| 1463 | 2026-06-26T17:51:59.294Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-06-26T17:51:59.322Z | Compiling tracing v0.1.44 |
| 1465 | 2026-06-26T17:51:59.389Z | Compiling icu_locale_core v2.1.1 |
| 1466 | 2026-06-26T17:51:59.408Z | Compiling icu_collections v2.1.1 |
| 1467 | 2026-06-26T17:51:59.450Z | Compiling scrypt v0.11.0 |
| 1468 | 2026-06-26T17:51:59.550Z | Compiling cbc v0.1.2 |
| 1469 | 2026-06-26T17:51:59.564Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-06-26T17:51:59.579Z | Compiling aes v0.8.4 |
| 1471 | 2026-06-26T17:51:59.683Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-06-26T17:51:59.698Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-06-26T17:51:59.718Z | Compiling goblin v0.10.5 |
| 1474 | 2026-06-26T17:51:59.794Z | Compiling rustls-native-certs v0.8.3 |
| 1475 | 2026-06-26T17:51:59.968Z | Compiling spki v0.7.3 |
| 1476 | 2026-06-26T17:52:00.105Z | Compiling icu_provider v2.1.1 |
| 1477 | 2026-06-26T17:52:00.195Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-06-26T17:52:00.209Z | Compiling darling v0.20.11 |
| 1479 | 2026-06-26T17:52:00.278Z | Compiling derive_builder_core v0.20.2 |
| 1480 | 2026-06-26T17:52:00.299Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-06-26T17:52:00.332Z | Compiling bytes v1.11.1 |
| 1482 | 2026-06-26T17:52:00.348Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-06-26T17:52:00.407Z | Compiling icu_properties v2.1.2 |
| 1484 | 2026-06-26T17:52:00.421Z | Compiling chrono v0.4.44 |
| 1485 | 2026-06-26T17:52:00.517Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-06-26T17:52:00.666Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-06-26T17:52:00.690Z | Compiling signature v2.2.0 |
| 1488 | 2026-06-26T17:52:00.847Z | Compiling tokio v1.52.1 |
| 1489 | 2026-06-26T17:52:00.884Z | Compiling http v1.4.0 |
| 1490 | 2026-06-26T17:52:00.914Z | Compiling webpki-roots v1.0.6 |
| 1491 | 2026-06-26T17:52:00.938Z | Compiling thiserror-impl v1.0.69 |
| 1492 | 2026-06-26T17:52:00.964Z | Compiling scroll_derive v0.12.1 |
| 1493 | 2026-06-26T17:52:01.048Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-06-26T17:52:01.068Z | Compiling erased-serde v0.3.31 |
| 1495 | 2026-06-26T17:52:01.174Z | Compiling derive_builder_macro v0.20.2 |
| 1496 | 2026-06-26T17:52:01.189Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-06-26T17:52:01.379Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-06-26T17:52:01.445Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-06-26T17:52:01.502Z | Compiling idna v1.1.0 |
| 1500 | 2026-06-26T17:52:01.534Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-06-26T17:52:01.548Z | Compiling http-body v1.0.1 |
| 1502 | 2026-06-26T17:52:01.584Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-06-26T17:52:01.697Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-06-26T17:52:01.700Z | Compiling scroll v0.12.0 |
| 1505 | 2026-06-26T17:52:01.719Z | Compiling md-5 v0.10.6 |
| 1506 | 2026-06-26T17:52:01.722Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-06-26T17:52:01.747Z | Compiling bstr v1.12.1 |
| 1508 | 2026-06-26T17:52:01.750Z | Compiling pin-project-internal v1.1.11 |
| 1509 | 2026-06-26T17:52:01.849Z | Compiling url v2.5.8 |
| 1510 | 2026-06-26T17:52:01.865Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-06-26T17:52:01.879Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2026-06-26T17:52:01.908Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-06-26T17:52:01.945Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-06-26T17:52:01.983Z | Compiling ff v0.13.1 |
| 1515 | 2026-06-26T17:52:02.132Z | Compiling rand v0.9.2 |
| 1516 | 2026-06-26T17:52:02.190Z | Compiling hash32 v0.2.1 |
| 1517 | 2026-06-26T17:52:02.252Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-06-26T17:52:02.266Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-06-26T17:52:02.423Z | Compiling encoding_rs v0.8.35 |
| 1520 | 2026-06-26T17:52:02.473Z | Compiling dof v0.4.0 |
| 1521 | 2026-06-26T17:52:02.575Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-06-26T17:52:02.668Z | Compiling mime v0.3.17 |
| 1523 | 2026-06-26T17:52:02.685Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-06-26T17:52:02.720Z | Compiling proptest v1.10.0 |
| 1525 | 2026-06-26T17:52:02.798Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-06-26T17:52:02.817Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-06-26T17:52:02.890Z | Compiling rustix v0.38.44 |
| 1528 | 2026-06-26T17:52:02.904Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-06-26T17:52:02.908Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-06-26T17:52:02.937Z | Compiling base16ct v0.2.0 |
| 1531 | 2026-06-26T17:52:02.950Z | Compiling num-bigint-dig v0.8.6 |
| 1532 | 2026-06-26T17:52:02.988Z | Compiling litrs v1.0.0 |
| 1533 | 2026-06-26T17:52:03.159Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-06-26T17:52:03.189Z | Compiling sec1 v0.7.3 |
| 1535 | 2026-06-26T17:52:03.217Z | Compiling nix v0.31.2 |
| 1536 | 2026-06-26T17:52:03.306Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-06-26T17:52:03.345Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-06-26T17:52:03.417Z | Compiling oxnet v0.1.6 |
| 1539 | 2026-06-26T17:52:03.494Z | Compiling zerocopy v0.7.35 |
| 1540 | 2026-06-26T17:52:03.509Z | Compiling document-features v0.2.12 |
| 1541 | 2026-06-26T17:52:03.509Z | Compiling publicsuffix v2.3.0 |
| 1542 | 2026-06-26T17:52:03.668Z | Compiling darling v0.21.3 |
| 1543 | 2026-06-26T17:52:03.682Z | Compiling group v0.13.0 |
| 1544 | 2026-06-26T17:52:03.697Z | Compiling rand v0.8.6 |
| 1545 | 2026-06-26T17:52:03.711Z | Compiling goblin v0.8.2 |
| 1546 | 2026-06-26T17:52:03.760Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-06-26T17:52:03.876Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-06-26T17:52:03.890Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-06-26T17:52:03.907Z | Compiling hex v0.4.3 |
| 1550 | 2026-06-26T17:52:03.923Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-06-26T17:52:03.937Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-06-26T17:52:03.991Z | Compiling regex v1.12.3 |
| 1553 | 2026-06-26T17:52:04.154Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-06-26T17:52:04.168Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-06-26T17:52:04.171Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-06-26T17:52:04.197Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-06-26T17:52:04.200Z | Compiling strum_macros v0.27.2 |
| 1558 | 2026-06-26T17:52:04.200Z | Compiling num-iter v0.1.45 |
| 1559 | 2026-06-26T17:52:04.576Z | Compiling phf_shared v0.13.1 |
| 1560 | 2026-06-26T17:52:04.668Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-06-26T17:52:04.756Z | Compiling tower v0.5.3 |
| 1562 | 2026-06-26T17:52:04.771Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-06-26T17:52:04.774Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-06-26T17:52:04.832Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-06-26T17:52:04.921Z | Compiling anstyle-parse v0.2.7 |
| 1566 | 2026-06-26T17:52:04.935Z | Compiling vergen v9.1.0 |
| 1567 | 2026-06-26T17:52:04.952Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-06-26T17:52:04.966Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-06-26T17:52:04.981Z | Compiling ahash v0.8.12 |
| 1570 | 2026-06-26T17:52:04.997Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-06-26T17:52:05.119Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-06-26T17:52:05.133Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-06-26T17:52:05.168Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-06-26T17:52:05.205Z | Compiling foldhash v0.2.0 |
| 1575 | 2026-06-26T17:52:05.219Z | Compiling winnow v0.5.40 |
| 1576 | 2026-06-26T17:52:05.247Z | Compiling managed v0.8.0 |
| 1577 | 2026-06-26T17:52:05.263Z | Compiling same-file v1.0.6 |
| 1578 | 2026-06-26T17:52:05.266Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-06-26T17:52:05.440Z | Compiling h2 v0.4.13 |
| 1580 | 2026-06-26T17:52:05.453Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-06-26T17:52:05.466Z | Compiling object v0.37.3 |
| 1582 | 2026-06-26T17:52:05.496Z | Compiling hashbrown v0.15.5 |
| 1583 | 2026-06-26T17:52:05.594Z | Compiling walkdir v2.5.0 |
| 1584 | 2026-06-26T17:52:05.727Z | Compiling hashbrown v0.16.1 |
| 1585 | 2026-06-26T17:52:05.819Z | Compiling daft v0.1.7 |
| 1586 | 2026-06-26T17:52:05.939Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-06-26T17:52:06.088Z | Compiling dof v0.3.0 |
| 1588 | 2026-06-26T17:52:06.136Z | Compiling bzip2 v0.6.1 |
| 1589 | 2026-06-26T17:52:06.152Z | Compiling snafu v0.8.9 |
| 1590 | 2026-06-26T17:52:06.181Z | Compiling zopfli v0.8.3 |
| 1591 | 2026-06-26T17:52:06.273Z | Compiling strum v0.27.2 |
| 1592 | 2026-06-26T17:52:06.291Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-06-26T17:52:06.305Z | Compiling anstream v0.6.21 |
| 1594 | 2026-06-26T17:52:06.334Z | Compiling clap_builder v4.6.0 |
| 1595 | 2026-06-26T17:52:06.356Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-06-26T17:52:06.530Z | Compiling phf v0.13.1 |
| 1597 | 2026-06-26T17:52:06.544Z | Compiling toml_edit v0.19.15 |
| 1598 | 2026-06-26T17:52:06.598Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-06-26T17:52:06.703Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-06-26T17:52:06.706Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-06-26T17:52:06.730Z | Compiling bzip2 v0.4.4 |
| 1602 | 2026-06-26T17:52:06.781Z | Compiling futures v0.3.32 |
| 1603 | 2026-06-26T17:52:06.830Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-06-26T17:52:06.872Z | Compiling usdt-attr-macro v0.6.0 |
| 1605 | 2026-06-26T17:52:06.886Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-06-26T17:52:06.940Z | Compiling postgres-types v0.2.12 |
| 1607 | 2026-06-26T17:52:07.031Z | Compiling zstd v0.13.3 |
| 1608 | 2026-06-26T17:52:07.267Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-06-26T17:52:07.305Z | Compiling globset v0.4.18 |
| 1610 | 2026-06-26T17:52:07.391Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-06-26T17:52:07.506Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-06-26T17:52:07.608Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-06-26T17:52:07.682Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-06-26T17:52:07.714Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-06-26T17:52:07.824Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-06-26T17:52:07.856Z | Compiling clap_derive v4.6.1 |
| 1617 | 2026-06-26T17:52:07.873Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-06-26T17:52:07.928Z | Compiling serde_repr v0.1.20 |
| 1619 | 2026-06-26T17:52:07.955Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-06-26T17:52:08.011Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-06-26T17:52:08.032Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-06-26T17:52:08.072Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-06-26T17:52:08.150Z | Compiling pem v3.0.6 |
| 1624 | 2026-06-26T17:52:08.224Z | Compiling thread-id v4.2.2 |
| 1625 | 2026-06-26T17:52:08.238Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-06-26T17:52:08.319Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-06-26T17:52:08.333Z | Compiling static_assertions v1.1.0 |
| 1628 | 2026-06-26T17:52:08.399Z | Compiling precomputed-hash v0.1.1 |
| 1629 | 2026-06-26T17:52:08.417Z | Compiling whoami v2.1.0 |
| 1630 | 2026-06-26T17:52:08.466Z | Compiling hyper v1.8.1 |
| 1631 | 2026-06-26T17:52:08.489Z | Compiling jiff v0.2.21 |
| 1632 | 2026-06-26T17:52:08.504Z | Compiling keccak v0.1.6 |
| 1633 | 2026-06-26T17:52:08.508Z | Compiling fixedbitset v0.4.2 |
| 1634 | 2026-06-26T17:52:08.636Z | Compiling predicates-core v1.0.10 |
| 1635 | 2026-06-26T17:52:08.654Z | Compiling difflib v0.4.0 |
| 1636 | 2026-06-26T17:52:08.740Z | Compiling either v1.15.0 |
| 1637 | 2026-06-26T17:52:08.804Z | Compiling normalize-line-endings v0.3.0 |
| 1638 | 2026-06-26T17:52:08.829Z | Compiling typed-path v0.9.3 |
| 1639 | 2026-06-26T17:52:08.911Z | Compiling new_debug_unreachable v1.0.6 |
| 1640 | 2026-06-26T17:52:08.963Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-06-26T17:52:08.992Z | Compiling data-encoding v2.10.0 |
| 1642 | 2026-06-26T17:52:09.175Z | Compiling petgraph v0.8.3 |
| 1643 | 2026-06-26T17:52:09.224Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-06-26T17:52:09.285Z | Compiling itertools v0.13.0 |
| 1645 | 2026-06-26T17:52:09.299Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-06-26T17:52:09.332Z | Compiling predicates v3.1.4 |
| 1647 | 2026-06-26T17:52:09.404Z | Compiling sha3 v0.10.8 |
| 1648 | 2026-06-26T17:52:09.463Z | Compiling petgraph v0.6.5 |
| 1649 | 2026-06-26T17:52:09.521Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-06-26T17:52:09.691Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-06-26T17:52:09.760Z | Compiling clap v4.6.1 |
| 1652 | 2026-06-26T17:52:09.850Z | Compiling toml_edit v0.22.27 |
| 1653 | 2026-06-26T17:52:09.865Z | Compiling strum v0.26.3 |
| 1654 | 2026-06-26T17:52:09.913Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1655 | 2026-06-26T17:52:10.007Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-06-26T17:52:10.047Z | Compiling usdt v0.6.0 |
| 1657 | 2026-06-26T17:52:10.093Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-06-26T17:52:10.132Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-06-26T17:52:10.333Z | Compiling ecdsa v0.16.9 |
| 1660 | 2026-06-26T17:52:10.390Z | Compiling toml v0.7.8 |
| 1661 | 2026-06-26T17:52:10.586Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-06-26T17:52:10.705Z | Compiling rsa v0.9.10 |
| 1663 | 2026-06-26T17:52:10.748Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-06-26T17:52:11.199Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-06-26T17:52:11.409Z | Compiling zip v4.6.1 |
| 1666 | 2026-06-26T17:52:11.432Z | Compiling zip v0.6.6 |
| 1667 | 2026-06-26T17:52:11.453Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-06-26T17:52:11.921Z | Compiling tokio-stream v0.1.18 |
| 1669 | 2026-06-26T17:52:11.936Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-06-26T17:52:12.030Z | Compiling buf-list v1.1.2 |
| 1671 | 2026-06-26T17:52:12.042Z | Compiling similar v2.7.0 |
| 1672 | 2026-06-26T17:52:12.132Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-06-26T17:52:12.316Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-06-26T17:52:12.397Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-06-26T17:52:12.411Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-06-26T17:52:12.450Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-06-26T17:52:12.564Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-06-26T17:52:12.568Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-06-26T17:52:12.605Z | Compiling thread_local v1.1.9 |
| 1680 | 2026-06-26T17:52:12.649Z | Compiling slog-async v2.8.0 |
| 1681 | 2026-06-26T17:52:12.777Z | Compiling crossbeam-channel v0.5.15 |
| 1682 | 2026-06-26T17:52:12.793Z | Compiling filetime v0.2.27 |
| 1683 | 2026-06-26T17:52:12.796Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-06-26T17:52:12.821Z | Compiling xattr v1.6.1 |
| 1685 | 2026-06-26T17:52:12.824Z | Compiling term v1.2.1 |
| 1686 | 2026-06-26T17:52:12.874Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-06-26T17:52:12.983Z | Compiling tar v0.4.45 |
| 1688 | 2026-06-26T17:52:13.243Z | Compiling slog-term v2.9.2 |
| 1689 | 2026-06-26T17:52:30.653Z | Compiling rustls-webpki v0.103.9 |
| 1690 | 2026-06-26T17:52:33.445Z | Compiling tokio-rustls v0.26.4 |
| 1691 | 2026-06-26T17:52:33.445Z | Compiling rustls-platform-verifier v0.6.2 |
| 1692 | 2026-06-26T17:52:33.638Z | Compiling hyper-rustls v0.27.7 |
| 1693 | 2026-06-26T17:52:33.826Z | Compiling reqwest v0.12.28 |
| 1694 | 2026-06-26T17:52:33.835Z | Compiling reqwest v0.13.2 |
| 1695 | 2026-06-26T17:52:35.066Z | Compiling tough v0.22.0 |
| 1696 | 2026-06-26T17:52:37.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1697 | 2026-06-26T17:52:37.751Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1698 | 2026-06-26T17:52:40.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.27s |
| 1699 | 2026-06-26T17:52:40.743Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1700 | 2026-06-26T17:52:40.789Z | Jun 26 17:52:39.818 INFO Starting download, target: DendriteStub |
| 1701 | 2026-06-26T17:52:40.789Z | Jun 26 17:52:39.818 INFO Starting download, target: Cockroach |
| 1702 | 2026-06-26T17:52:40.789Z | Jun 26 17:52:39.818 INFO Starting download, target: Console |
| 1703 | 2026-06-26T17:52:40.796Z | Jun 26 17:52:39.818 INFO Starting download, target: Clickhouse |
| 1704 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.818 INFO Starting download, target: MaghemiteMgd |
| 1705 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.818 INFO Starting download, target: MaghemiteDdmd |
| 1706 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.818 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1710 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-06-26T17:52:40.797Z | Jun 26 17:52:39.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-06-26T17:52:41.985Z | Jun 26 17:52:40.991 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-06-26T17:52:42.221Z | Jun 26 17:52:41.207 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-06-26T17:52:42.646Z | Jun 26 17:52:41.627 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-06-26T17:52:42.775Z | Jun 26 17:52:41.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-06-26T17:52:42.888Z | Jun 26 17:52:41.891 INFO Download complete, target: Console |
| 1719 | 2026-06-26T17:52:43.310Z | Jun 26 17:52:42.323 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1720 | 2026-06-26T17:52:43.468Z | Jun 26 17:52:42.458 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1721 | 2026-06-26T17:52:44.392Z | Jun 26 17:52:43.416 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1722 | 2026-06-26T17:52:45.345Z | Jun 26 17:52:44.374 INFO Download complete, target: MaghemiteDdmd |
| 1723 | 2026-06-26T17:52:45.790Z | Jun 26 17:52:44.819 INFO Download complete, target: DendriteStub |
| 1724 | 2026-06-26T17:52:46.952Z | Jun 26 17:52:45.981 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-06-26T17:52:47.526Z | Jun 26 17:52:46.555 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1726 | 2026-06-26T17:52:47.526Z | Jun 26 17:52:46.555 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1727 | 2026-06-26T17:52:49.734Z | Jun 26 17:52:48.761 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-06-26T17:52:49.822Z | Jun 26 17:52:48.849 INFO Download complete, target: Clickhouse |
| 1729 | 2026-06-26T17:52:51.745Z | Jun 26 17:52:50.775 INFO Checking that binary works, target: Cockroach |
| 1730 | 2026-06-26T17:52:51.873Z | Jun 26 17:52:50.902 INFO Download complete, target: Cockroach |
| 1731 | 2026-06-26T17:52:51.884Z | All prerequisites installed successfully |
| 1732 | 2026-06-26T17:52:51.887Z | |
| 1733 | 2026-06-26T17:52:51.887Z | real 1:51.659428766 |
| 1734 | 2026-06-26T17:52:51.887Z | user 6:49.708566807 |
| 1735 | 2026-06-26T17:52:51.888Z | sys 1:40.259406091 |
| 1736 | 2026-06-26T17:52:51.888Z | trap 0.286765960 |
| 1737 | 2026-06-26T17:52:51.888Z | tflt 1.278068648 |
| 1738 | 2026-06-26T17:52:51.888Z | dflt 1.752894998 |
| 1739 | 2026-06-26T17:52:51.888Z | kflt 0.026032477 |
| 1740 | 2026-06-26T17:52:51.888Z | lock 24:44.780013786 |
| 1741 | 2026-06-26T17:52:51.888Z | slp 18:48.872744464 |
| 1742 | 2026-06-26T17:52:51.888Z | lat 23.900770855 |
| 1743 | 2026-06-26T17:52:51.888Z | stop 2:46.197923176 |
| 1744 | 2026-06-26T17:52:51.888Z | + ptime -m cargo xtask download softnpu |
| 1745 | 2026-06-26T17:52:52.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1746 | 2026-06-26T17:52:52.345Z | Running `target/debug/xtask download softnpu` |
| 1747 | 2026-06-26T17:52:53.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1748 | 2026-06-26T17:52:53.098Z | Running `target/debug/xtask-downloader softnpu` |
| 1749 | 2026-06-26T17:52:53.138Z | Jun 26 17:52:52.168 INFO Starting download, target: Softnpu |
| 1750 | 2026-06-26T17:52:53.141Z | Jun 26 17:52:52.168 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1751 | 2026-06-26T17:52:53.957Z | Jun 26 17:52:52.983 INFO Download complete, target: Softnpu |
| 1752 | 2026-06-26T17:52:53.965Z | |
| 1753 | 2026-06-26T17:52:53.965Z | real 2.072561456 |
| 1754 | 2026-06-26T17:52:53.965Z | user 1.254037909 |
| 1755 | 2026-06-26T17:52:53.965Z | sys 0.586649250 |
| 1756 | 2026-06-26T17:52:53.965Z | trap 0.000523652 |
| 1757 | 2026-06-26T17:52:53.965Z | tflt 0.000111043 |
| 1758 | 2026-06-26T17:52:53.965Z | dflt 0.000119900 |
| 1759 | 2026-06-26T17:52:53.965Z | kflt 0.000000000 |
| 1760 | 2026-06-26T17:52:53.965Z | lock 14.789064048 |
| 1761 | 2026-06-26T17:52:53.965Z | slp 0.667850922 |
| 1762 | 2026-06-26T17:52:53.965Z | lat 0.080090830 |
| 1763 | 2026-06-26T17:52:53.965Z | stop 0.000170020 |
| 1764 | 2026-06-26T17:52:53.965Z | + export CARGO_INCREMENTAL=0 |
| 1765 | 2026-06-26T17:52:53.966Z | + CARGO_INCREMENTAL=0 |
| 1766 | 2026-06-26T17:52:53.966Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1767 | 2026-06-26T17:52:54.803Z | Compiling proc-macro2 v1.0.106 |
| 1768 | 2026-06-26T17:52:54.804Z | Compiling quote v1.0.45 |
| 1769 | 2026-06-26T17:52:54.811Z | Compiling unicode-ident v1.0.24 |
| 1770 | 2026-06-26T17:52:54.811Z | Compiling libc v0.2.185 |
| 1771 | 2026-06-26T17:52:54.811Z | Compiling serde_core v1.0.228 |
| 1772 | 2026-06-26T17:52:54.811Z | Compiling serde v1.0.228 |
| 1773 | 2026-06-26T17:52:54.811Z | Compiling cfg-if v1.0.4 |
| 1774 | 2026-06-26T17:52:54.811Z | Compiling version_check v0.9.5 |
| 1775 | 2026-06-26T17:52:54.811Z | Compiling find-msvc-tools v0.1.9 |
| 1776 | 2026-06-26T17:52:54.811Z | Compiling shlex v1.3.0 |
| 1777 | 2026-06-26T17:52:54.943Z | Compiling typenum v1.19.0 |
| 1778 | 2026-06-26T17:52:54.950Z | Compiling zmij v1.0.21 |
| 1779 | 2026-06-26T17:52:54.950Z | Compiling autocfg v1.5.0 |
| 1780 | 2026-06-26T17:52:54.950Z | Compiling memchr v2.8.0 |
| 1781 | 2026-06-26T17:52:54.950Z | Compiling serde_json v1.0.149 |
| 1782 | 2026-06-26T17:52:55.223Z | Compiling portable-atomic v1.13.1 |
| 1783 | 2026-06-26T17:52:55.238Z | Compiling libm v0.2.16 |
| 1784 | 2026-06-26T17:52:55.249Z | Compiling zerocopy v0.8.40 |
| 1785 | 2026-06-26T17:52:55.344Z | Compiling generic-array v0.14.7 |
| 1786 | 2026-06-26T17:52:55.357Z | Compiling parking_lot_core v0.9.12 |
| 1787 | 2026-06-26T17:52:55.391Z | Compiling smallvec v1.15.1 |
| 1788 | 2026-06-26T17:52:55.420Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-06-26T17:52:55.451Z | Compiling icu_normalizer_data v2.1.1 |
| 1790 | 2026-06-26T17:52:55.503Z | Compiling num-traits v0.2.19 |
| 1791 | 2026-06-26T17:52:55.535Z | Compiling itoa v1.0.17 |
| 1792 | 2026-06-26T17:52:55.577Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-06-26T17:52:55.610Z | Compiling log v0.4.29 |
| 1794 | 2026-06-26T17:52:55.637Z | Compiling stable_deref_trait v1.2.1 |
| 1795 | 2026-06-26T17:52:55.684Z | Compiling pkg-config v0.3.32 |
| 1796 | 2026-06-26T17:52:55.699Z | Compiling subtle v2.6.1 |
| 1797 | 2026-06-26T17:52:55.843Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-06-26T17:52:55.892Z | Compiling fnv v1.0.7 |
| 1799 | 2026-06-26T17:52:55.928Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-06-26T17:52:55.947Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-06-26T17:52:55.991Z | Compiling errno v0.3.14 |
| 1802 | 2026-06-26T17:52:56.042Z | Compiling lock_api v0.4.14 |
| 1803 | 2026-06-26T17:52:56.129Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-06-26T17:52:56.152Z | Compiling cc v1.2.56 |
| 1805 | 2026-06-26T17:52:56.168Z | Compiling litemap v0.8.1 |
| 1806 | 2026-06-26T17:52:56.199Z | Compiling syn v2.0.117 |
| 1807 | 2026-06-26T17:52:56.219Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-06-26T17:52:56.272Z | Compiling writeable v0.6.2 |
| 1809 | 2026-06-26T17:52:56.304Z | Compiling pin-project-lite v0.2.17 |
| 1810 | 2026-06-26T17:52:56.340Z | Compiling thiserror v2.0.18 |
| 1811 | 2026-06-26T17:52:56.422Z | Compiling getrandom v0.3.4 |
| 1812 | 2026-06-26T17:52:56.482Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-06-26T17:52:56.494Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-06-26T17:52:56.537Z | Compiling dunce v1.0.5 |
| 1815 | 2026-06-26T17:52:56.547Z | Compiling fs_extra v1.3.0 |
| 1816 | 2026-06-26T17:52:56.578Z | Compiling schemars v0.8.22 |
| 1817 | 2026-06-26T17:52:56.578Z | Compiling rustversion v1.0.22 |
| 1818 | 2026-06-26T17:52:56.624Z | Compiling utf8_iter v1.0.4 |
| 1819 | 2026-06-26T17:52:56.675Z | Compiling critical-section v1.2.0 |
| 1820 | 2026-06-26T17:52:56.681Z | Compiling rustix v1.1.3 |
| 1821 | 2026-06-26T17:52:56.793Z | Compiling form_urlencoded v1.2.2 |
| 1822 | 2026-06-26T17:52:56.810Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-06-26T17:52:56.853Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-06-26T17:52:56.887Z | Compiling cmake v0.1.57 |
| 1825 | 2026-06-26T17:52:57.009Z | Compiling const-oid v0.9.6 |
| 1826 | 2026-06-26T17:52:57.083Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-06-26T17:52:57.310Z | Compiling bitflags v2.11.0 |
| 1828 | 2026-06-26T17:52:57.370Z | Compiling semver v1.0.28 |
| 1829 | 2026-06-26T17:52:57.373Z | Compiling indexmap v2.14.0 |
| 1830 | 2026-06-26T17:52:57.414Z | Compiling parking_lot v0.12.5 |
| 1831 | 2026-06-26T17:52:57.421Z | Compiling socket2 v0.6.3 |
| 1832 | 2026-06-26T17:52:57.463Z | Compiling ring v0.17.14 |
| 1833 | 2026-06-26T17:52:57.480Z | Compiling aws-lc-sys v0.40.0 |
| 1834 | 2026-06-26T17:52:57.515Z | Compiling mio v1.2.0 |
| 1835 | 2026-06-26T17:52:57.581Z | Compiling aws-lc-rs v1.16.3 |
| 1836 | 2026-06-26T17:52:57.614Z | Compiling futures-core v0.3.32 |
| 1837 | 2026-06-26T17:52:57.732Z | Compiling thiserror v1.0.69 |
| 1838 | 2026-06-26T17:52:57.747Z | Compiling strsim v0.11.1 |
| 1839 | 2026-06-26T17:52:57.762Z | Compiling httparse v1.10.1 |
| 1840 | 2026-06-26T17:52:57.966Z | Compiling vcpkg v0.2.15 |
| 1841 | 2026-06-26T17:52:58.015Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-06-26T17:52:58.031Z | Compiling byteorder v1.5.0 |
| 1843 | 2026-06-26T17:52:58.060Z | Compiling ucd-trie v0.1.7 |
| 1844 | 2026-06-26T17:52:58.103Z | Compiling ident_case v1.0.1 |
| 1845 | 2026-06-26T17:52:58.130Z | Compiling heck v0.5.0 |
| 1846 | 2026-06-26T17:52:58.213Z | Compiling pest v2.8.6 |
| 1847 | 2026-06-26T17:52:58.229Z | Compiling regex-syntax v0.8.10 |
| 1848 | 2026-06-26T17:52:58.245Z | Compiling syn v1.0.109 |
| 1849 | 2026-06-26T17:52:58.259Z | Compiling uuid v1.23.0 |
| 1850 | 2026-06-26T17:52:58.499Z | Compiling cpufeatures v0.2.17 |
| 1851 | 2026-06-26T17:52:58.514Z | Compiling rustls v0.23.37 |
| 1852 | 2026-06-26T17:52:58.528Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-06-26T17:52:58.562Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-06-26T17:52:58.595Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-06-26T17:52:58.705Z | Compiling futures-channel v0.3.32 |
| 1856 | 2026-06-26T17:52:58.774Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-06-26T17:52:58.815Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-06-26T17:52:58.830Z | Compiling futures-task v0.3.32 |
| 1859 | 2026-06-26T17:52:58.890Z | Compiling futures-io v0.3.32 |
| 1860 | 2026-06-26T17:52:58.926Z | Compiling slab v0.4.12 |
| 1861 | 2026-06-26T17:52:58.974Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-06-26T17:52:59.022Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-06-26T17:52:59.151Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-06-26T17:52:59.224Z | Compiling plain v0.2.3 |
| 1865 | 2026-06-26T17:52:59.377Z | Compiling pest_meta v2.8.6 |
| 1866 | 2026-06-26T17:52:59.433Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-06-26T17:52:59.437Z | Compiling openssl v0.10.79 |
| 1868 | 2026-06-26T17:52:59.503Z | Compiling time-core v0.1.8 |
| 1869 | 2026-06-26T17:52:59.560Z | Compiling num-conv v0.2.0 |
| 1870 | 2026-06-26T17:52:59.575Z | Compiling base64 v0.22.1 |
| 1871 | 2026-06-26T17:52:59.672Z | Compiling pretty-hex v0.4.1 |
| 1872 | 2026-06-26T17:52:59.745Z | Compiling time-macros v0.2.27 |
| 1873 | 2026-06-26T17:52:59.777Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-06-26T17:52:59.799Z | Compiling regex-automata v0.4.14 |
| 1875 | 2026-06-26T17:52:59.829Z | Compiling native-tls v0.2.18 |
| 1876 | 2026-06-26T17:52:59.844Z | Compiling anyhow v1.0.102 |
| 1877 | 2026-06-26T17:52:59.875Z | Compiling darling_core v0.21.3 |
| 1878 | 2026-06-26T17:53:00.063Z | Compiling pest_generator v2.8.6 |
| 1879 | 2026-06-26T17:53:00.094Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-06-26T17:53:00.109Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1881 | 2026-06-26T17:53:00.155Z | Compiling flagset v0.4.7 |
| 1882 | 2026-06-26T17:53:00.210Z | Compiling rand_core v0.9.5 |
| 1883 | 2026-06-26T17:53:00.247Z | Compiling serde_derive v1.0.228 |
| 1884 | 2026-06-26T17:53:00.275Z | Compiling zeroize_derive v1.4.3 |
| 1885 | 2026-06-26T17:53:00.309Z | Compiling zerofrom-derive v0.1.6 |
| 1886 | 2026-06-26T17:53:00.324Z | Compiling yoke-derive v0.8.1 |
| 1887 | 2026-06-26T17:53:00.349Z | Compiling zerovec-derive v0.11.2 |
| 1888 | 2026-06-26T17:53:00.412Z | Compiling displaydoc v0.2.5 |
| 1889 | 2026-06-26T17:53:00.453Z | Compiling zerocopy-derive v0.8.40 |
| 1890 | 2026-06-26T17:53:00.479Z | Compiling tokio-macros v2.7.0 |
| 1891 | 2026-06-26T17:53:00.679Z | Compiling futures-macro v0.3.32 |
| 1892 | 2026-06-26T17:53:00.704Z | Compiling thiserror-impl v2.0.18 |
| 1893 | 2026-06-26T17:53:00.758Z | Compiling schemars_derive v0.8.22 |
| 1894 | 2026-06-26T17:53:00.896Z | Compiling zeroize v1.8.2 |
| 1895 | 2026-06-26T17:53:01.193Z | Compiling tracing-attributes v0.1.31 |
| 1896 | 2026-06-26T17:53:01.321Z | Compiling der_derive v0.7.3 |
| 1897 | 2026-06-26T17:53:01.410Z | Compiling thiserror-impl v1.0.69 |
| 1898 | 2026-06-26T17:53:01.427Z | Compiling zerofrom v0.1.6 |
| 1899 | 2026-06-26T17:53:01.577Z | Compiling yoke v0.8.1 |
| 1900 | 2026-06-26T17:53:01.719Z | Compiling crypto-common v0.1.7 |
| 1901 | 2026-06-26T17:53:01.765Z | Compiling zerovec v0.11.5 |
| 1902 | 2026-06-26T17:53:01.775Z | Compiling zerotrie v0.2.3 |
| 1903 | 2026-06-26T17:53:01.886Z | Compiling block-buffer v0.10.4 |
| 1904 | 2026-06-26T17:53:02.003Z | Compiling digest v0.10.7 |
| 1905 | 2026-06-26T17:53:02.096Z | Compiling pest_derive v2.8.6 |
| 1906 | 2026-06-26T17:53:02.211Z | Compiling hmac v0.12.1 |
| 1907 | 2026-06-26T17:53:02.214Z | Compiling futures-util v0.3.32 |
| 1908 | 2026-06-26T17:53:02.312Z | Compiling tinystr v0.8.2 |
| 1909 | 2026-06-26T17:53:02.327Z | Compiling potential_utf v0.1.4 |
| 1910 | 2026-06-26T17:53:02.377Z | Compiling block-padding v0.3.3 |
| 1911 | 2026-06-26T17:53:02.380Z | Compiling sha2 v0.10.9 |
| 1912 | 2026-06-26T17:53:02.461Z | Compiling icu_collections v2.1.1 |
| 1913 | 2026-06-26T17:53:02.484Z | Compiling icu_locale_core v2.1.1 |
| 1914 | 2026-06-26T17:53:02.540Z | Compiling inout v0.1.4 |
| 1915 | 2026-06-26T17:53:02.570Z | Compiling rustls-pki-types v1.14.0 |
| 1916 | 2026-06-26T17:53:02.725Z | Compiling cipher v0.4.4 |
| 1917 | 2026-06-26T17:53:02.740Z | Compiling scroll_derive v0.12.1 |
| 1918 | 2026-06-26T17:53:02.755Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-06-26T17:53:03.148Z | Compiling scroll_derive v0.13.1 |
| 1920 | 2026-06-26T17:53:03.200Z | Compiling icu_provider v2.1.1 |
| 1921 | 2026-06-26T17:53:03.340Z | Compiling bytes v1.11.1 |
| 1922 | 2026-06-26T17:53:03.381Z | Compiling chrono v0.4.44 |
| 1923 | 2026-06-26T17:53:03.448Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-06-26T17:53:03.477Z | Compiling icu_normalizer v2.1.1 |
| 1925 | 2026-06-26T17:53:03.500Z | Compiling icu_properties v2.1.2 |
| 1926 | 2026-06-26T17:53:03.900Z | Compiling tokio v1.52.1 |
| 1927 | 2026-06-26T17:53:03.993Z | Compiling http v1.4.0 |
| 1928 | 2026-06-26T17:53:04.229Z | Compiling der v0.7.10 |
| 1929 | 2026-06-26T17:53:04.462Z | Compiling idna_adapter v1.2.1 |
| 1930 | 2026-06-26T17:53:04.614Z | Compiling idna v1.1.0 |
| 1931 | 2026-06-26T17:53:04.855Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-06-26T17:53:04.900Z | Compiling regex v1.12.3 |
| 1933 | 2026-06-26T17:53:04.916Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-06-26T17:53:05.006Z | Compiling url v2.5.8 |
| 1935 | 2026-06-26T17:53:05.026Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-06-26T17:53:05.220Z | Compiling slog v2.8.2 |
| 1937 | 2026-06-26T17:53:05.313Z | Compiling tracing-core v0.1.36 |
| 1938 | 2026-06-26T17:53:05.467Z | Compiling untrusted v0.9.0 |
| 1939 | 2026-06-26T17:53:05.818Z | Compiling tracing v0.1.44 |
| 1940 | 2026-06-26T17:53:06.121Z | Compiling darling v0.21.3 |
| 1941 | 2026-06-26T17:53:06.136Z | Compiling spki v0.7.3 |
| 1942 | 2026-06-26T17:53:06.214Z | Compiling salsa20 v0.10.2 |
| 1943 | 2026-06-26T17:53:06.244Z | Compiling pbkdf2 v0.12.2 |
| 1944 | 2026-06-26T17:53:06.767Z | Compiling cookie v0.18.1 |
| 1945 | 2026-06-26T17:53:06.894Z | Compiling camino v1.2.2 |
| 1946 | 2026-06-26T17:53:06.965Z | Compiling scrypt v0.11.0 |
| 1947 | 2026-06-26T17:53:07.043Z | Compiling rand_chacha v0.9.0 |
| 1948 | 2026-06-26T17:53:07.091Z | Compiling http-body v1.0.1 |
| 1949 | 2026-06-26T17:53:07.193Z | Compiling cbc v0.1.2 |
| 1950 | 2026-06-26T17:53:07.207Z | Compiling aes v0.8.4 |
| 1951 | 2026-06-26T17:53:07.281Z | Compiling usdt-impl v0.5.0 |
| 1952 | 2026-06-26T17:53:07.408Z | Compiling paste v1.0.15 |
| 1953 | 2026-06-26T17:53:07.438Z | Compiling ref-cast v1.0.25 |
| 1954 | 2026-06-26T17:53:07.483Z | Compiling untrusted v0.7.1 |
| 1955 | 2026-06-26T17:53:07.497Z | Compiling winnow v0.7.14 |
| 1956 | 2026-06-26T17:53:07.511Z | Compiling unicode-segmentation v1.12.0 |
| 1957 | 2026-06-26T17:53:07.514Z | Compiling openssl-probe v0.2.1 |
| 1958 | 2026-06-26T17:53:07.598Z | Compiling usdt-impl v0.6.0 |
| 1959 | 2026-06-26T17:53:07.617Z | Compiling either v1.15.0 |
| 1960 | 2026-06-26T17:53:07.681Z | Compiling tokio-util v0.7.18 |
| 1961 | 2026-06-26T17:53:07.681Z | Compiling tinyvec_macros v0.1.1 |
| 1962 | 2026-06-26T17:53:07.709Z | Compiling fastrand v2.3.0 |
| 1963 | 2026-06-26T17:53:07.760Z | Compiling tinyvec v1.10.0 |
| 1964 | 2026-06-26T17:53:07.781Z | Compiling pkcs5 v0.7.1 |
| 1965 | 2026-06-26T17:53:07.840Z | Compiling rand v0.9.2 |
| 1966 | 2026-06-26T17:53:08.163Z | Compiling scroll v0.13.0 |
| 1967 | 2026-06-26T17:53:08.213Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2026-06-26T17:53:08.228Z | Compiling toml_datetime v0.6.11 |
| 1969 | 2026-06-26T17:53:08.368Z | Compiling scroll v0.12.0 |
| 1970 | 2026-06-26T17:53:08.409Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-06-26T17:53:08.447Z | Compiling heapless v0.7.17 |
| 1972 | 2026-06-26T17:53:08.588Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-06-26T17:53:08.630Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-06-26T17:53:08.670Z | Compiling atomic-waker v1.1.2 |
| 1975 | 2026-06-26T17:53:08.702Z | Compiling signal-hook v0.3.18 |
| 1976 | 2026-06-26T17:53:08.804Z | Compiling tower-service v0.3.3 |
| 1977 | 2026-06-26T17:53:08.883Z | Compiling rustix v0.38.44 |
| 1978 | 2026-06-26T17:53:08.912Z | Compiling try-lock v0.2.5 |
| 1979 | 2026-06-26T17:53:08.928Z | Compiling zstd-safe v7.2.4 |
| 1980 | 2026-06-26T17:53:08.945Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1981 | 2026-06-26T17:53:08.983Z | Compiling h2 v0.4.13 |
| 1982 | 2026-06-26T17:53:08.998Z | Compiling want v0.3.1 |
| 1983 | 2026-06-26T17:53:09.031Z | Compiling goblin v0.8.2 |
| 1984 | 2026-06-26T17:53:09.217Z | Compiling goblin v0.10.5 |
| 1985 | 2026-06-26T17:53:09.282Z | Compiling pkcs8 v0.10.2 |
| 1986 | 2026-06-26T17:53:09.461Z | Compiling heck v0.4.1 |
| 1987 | 2026-06-26T17:53:09.577Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-06-26T17:53:09.631Z | Compiling ipnet v2.11.0 |
| 1989 | 2026-06-26T17:53:09.693Z | Compiling ref-cast-impl v1.0.25 |
| 1990 | 2026-06-26T17:53:09.711Z | Compiling darling_core v0.20.11 |
| 1991 | 2026-06-26T17:53:09.999Z | Compiling curve25519-dalek v4.1.3 |
| 1992 | 2026-06-26T17:53:10.139Z | Compiling memoffset v0.9.1 |
| 1993 | 2026-06-26T17:53:10.240Z | Compiling winnow v0.5.40 |
| 1994 | 2026-06-26T17:53:10.270Z | Compiling foreign-types-shared v0.1.1 |
| 1995 | 2026-06-26T17:53:10.384Z | Compiling utf8parse v0.2.2 |
| 1996 | 2026-06-26T17:53:10.429Z | Compiling litrs v1.0.0 |
| 1997 | 2026-06-26T17:53:10.509Z | Compiling pin-utils v0.1.0 |
| 1998 | 2026-06-26T17:53:10.593Z | Compiling httpdate v1.0.3 |
| 1999 | 2026-06-26T17:53:10.822Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-06-26T17:53:10.885Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-06-26T17:53:10.900Z | Compiling document-features v0.2.12 |
| 2002 | 2026-06-26T17:53:11.239Z | Compiling unicode-normalization v0.1.25 |
| 2003 | 2026-06-26T17:53:11.422Z | Compiling dof v0.3.0 |
| 2004 | 2026-06-26T17:53:11.683Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-06-26T17:53:11.687Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-06-26T17:53:11.741Z | Compiling dtrace-parser v0.2.0 |
| 2007 | 2026-06-26T17:53:11.929Z | Compiling dof v0.4.0 |
| 2008 | 2026-06-26T17:53:12.019Z | Compiling hyper v1.8.1 |
| 2009 | 2026-06-26T17:53:12.206Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-06-26T17:53:12.418Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-06-26T17:53:12.458Z | Compiling daft-derive v0.1.7 |
| 2012 | 2026-06-26T17:53:12.596Z | Compiling spin v0.9.8 |
| 2013 | 2026-06-26T17:53:12.666Z | Compiling thread-id v4.2.2 |
| 2014 | 2026-06-26T17:53:12.763Z | Compiling thread-id v5.1.0 |
| 2015 | 2026-06-26T17:53:12.791Z | Compiling socket2 v0.5.10 |
| 2016 | 2026-06-26T17:53:12.816Z | Compiling anstyle v1.0.14 |
| 2017 | 2026-06-26T17:53:12.890Z | Compiling smoltcp v0.9.1 |
| 2018 | 2026-06-26T17:53:12.941Z | Compiling cfg_aliases v0.2.1 |
| 2019 | 2026-06-26T17:53:12.955Z | Compiling powerfmt v0.2.0 |
| 2020 | 2026-06-26T17:53:13.044Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-06-26T17:53:13.144Z | Compiling deranged v0.5.8 |
| 2022 | 2026-06-26T17:53:13.160Z | Compiling hyper-util v0.1.20 |
| 2023 | 2026-06-26T17:53:13.174Z | Compiling nix v0.31.2 |
| 2024 | 2026-06-26T17:53:13.466Z | Compiling darling v0.20.11 |
| 2025 | 2026-06-26T17:53:13.562Z | Compiling rustls-native-certs v0.8.3 |
| 2026 | 2026-06-26T17:53:13.630Z | Compiling ipnetwork v0.21.1 |
| 2027 | 2026-06-26T17:53:13.862Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-06-26T17:53:13.919Z | Compiling strum_macros v0.26.4 |
| 2029 | 2026-06-26T17:53:13.989Z | Compiling sync_wrapper v1.0.2 |
| 2030 | 2026-06-26T17:53:15.067Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-06-26T17:53:15.073Z | Compiling num_threads v0.1.7 |
| 2032 | 2026-06-26T17:53:15.073Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-06-26T17:53:15.073Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-06-26T17:53:15.074Z | Compiling siphasher v1.0.2 |
| 2035 | 2026-06-26T17:53:15.074Z | Compiling is_terminal_polyfill v1.70.2 |
| 2036 | 2026-06-26T17:53:15.074Z | Compiling anstyle-query v1.1.5 |
| 2037 | 2026-06-26T17:53:15.074Z | Compiling bit-vec v0.8.0 |
| 2038 | 2026-06-26T17:53:15.074Z | Compiling colorchoice v1.0.4 |
| 2039 | 2026-06-26T17:53:15.074Z | Compiling time v0.3.47 |
| 2040 | 2026-06-26T17:53:15.074Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-06-26T17:53:15.074Z | Compiling rusty-fork v0.3.1 |
| 2042 | 2026-06-26T17:53:15.176Z | Compiling tower v0.5.3 |
| 2043 | 2026-06-26T17:53:15.225Z | Compiling derive_builder_core v0.20.2 |
| 2044 | 2026-06-26T17:53:15.404Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-06-26T17:53:15.666Z | Compiling http-body-util v0.1.3 |
| 2046 | 2026-06-26T17:53:15.722Z | Compiling webpki-roots v1.0.6 |
| 2047 | 2026-06-26T17:53:15.821Z | Compiling signature v2.2.0 |
| 2048 | 2026-06-26T17:53:15.862Z | Compiling hubpack_derive v0.1.1 |
| 2049 | 2026-06-26T17:53:15.934Z | Compiling rand_xorshift v0.4.0 |
| 2050 | 2026-06-26T17:53:15.986Z | Compiling strum_macros v0.27.2 |
| 2051 | 2026-06-26T17:53:16.078Z | Compiling fs-err v3.3.0 |
| 2052 | 2026-06-26T17:53:16.110Z | Compiling ahash v0.8.12 |
| 2053 | 2026-06-26T17:53:16.293Z | Compiling ryu v1.0.23 |
| 2054 | 2026-06-26T17:53:16.327Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-06-26T17:53:16.409Z | Compiling unicode-properties v0.1.4 |
| 2056 | 2026-06-26T17:53:16.424Z | Compiling adler2 v2.0.1 |
| 2057 | 2026-06-26T17:53:16.478Z | Compiling object v0.37.3 |
| 2058 | 2026-06-26T17:53:16.493Z | Compiling allocator-api2 v0.2.21 |
| 2059 | 2026-06-26T17:53:16.633Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-06-26T17:53:16.751Z | Compiling unarray v0.1.4 |
| 2061 | 2026-06-26T17:53:16.808Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-06-26T17:53:16.835Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-06-26T17:53:16.877Z | Compiling proptest v1.10.0 |
| 2064 | 2026-06-26T17:53:16.890Z | Compiling serde_urlencoded v0.7.1 |
| 2065 | 2026-06-26T17:53:17.376Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-06-26T17:53:17.444Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-06-26T17:53:17.631Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-06-26T17:53:17.647Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-06-26T17:53:17.870Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-06-26T17:53:17.988Z | Compiling anstyle-parse v1.0.0 |
| 2071 | 2026-06-26T17:53:18.336Z | Compiling rand_chacha v0.3.1 |
| 2072 | 2026-06-26T17:53:18.354Z | Compiling erased-serde v0.3.31 |
| 2073 | 2026-06-26T17:53:18.367Z | Compiling md-5 v0.10.6 |
| 2074 | 2026-06-26T17:53:18.396Z | Compiling bstr v1.12.1 |
| 2075 | 2026-06-26T17:53:18.532Z | Compiling num-integer v0.1.46 |
| 2076 | 2026-06-26T17:53:18.694Z | Compiling hash32 v0.2.1 |
| 2077 | 2026-06-26T17:53:18.745Z | Compiling vergen-lib v9.1.0 |
| 2078 | 2026-06-26T17:53:18.776Z | Compiling ff v0.13.1 |
| 2079 | 2026-06-26T17:53:18.842Z | Compiling encoding_rs v0.8.35 |
| 2080 | 2026-06-26T17:53:18.872Z | Compiling mime v0.3.17 |
| 2081 | 2026-06-26T17:53:18.907Z | Compiling fallible-iterator v0.2.0 |
| 2082 | 2026-06-26T17:53:18.924Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-06-26T17:53:19.048Z | Compiling psl-types v2.0.11 |
| 2084 | 2026-06-26T17:53:19.061Z | Compiling base16ct v0.2.0 |
| 2085 | 2026-06-26T17:53:19.173Z | Compiling publicsuffix v2.3.0 |
| 2086 | 2026-06-26T17:53:19.187Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-06-26T17:53:19.201Z | Compiling sec1 v0.7.3 |
| 2088 | 2026-06-26T17:53:19.269Z | Compiling group v0.13.0 |
| 2089 | 2026-06-26T17:53:19.359Z | Compiling newtype-uuid v1.3.2 |
| 2090 | 2026-06-26T17:53:19.493Z | Compiling num-iter v0.1.45 |
| 2091 | 2026-06-26T17:53:19.689Z | Compiling rand v0.8.6 |
| 2092 | 2026-06-26T17:53:19.973Z | Compiling anstream v1.0.0 |
| 2093 | 2026-06-26T17:53:20.095Z | Compiling oxnet v0.1.6 |
| 2094 | 2026-06-26T17:53:20.134Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-06-26T17:53:20.154Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-06-26T17:53:20.197Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-06-26T17:53:20.307Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-06-26T17:53:20.382Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-06-26T17:53:20.385Z | Compiling anstyle-parse v0.2.7 |
| 2100 | 2026-06-26T17:53:20.519Z | Compiling terminal_size v0.4.3 |
| 2101 | 2026-06-26T17:53:20.533Z | Compiling serde_with_macros v3.17.0 |
| 2102 | 2026-06-26T17:53:20.539Z | Compiling futures-executor v0.3.32 |
| 2103 | 2026-06-26T17:53:20.564Z | Compiling hex v0.4.3 |
| 2104 | 2026-06-26T17:53:20.715Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-06-26T17:53:20.744Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-06-26T17:53:20.770Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-06-26T17:53:20.799Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-06-26T17:53:20.813Z | Compiling clap_derive v4.6.1 |
| 2109 | 2026-06-26T17:53:20.847Z | Compiling enum-as-inner v0.6.1 |
| 2110 | 2026-06-26T17:53:20.893Z | Compiling vergen v9.1.0 |
| 2111 | 2026-06-26T17:53:20.921Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-06-26T17:53:21.095Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-06-26T17:53:21.180Z | Compiling foldhash v0.1.5 |
| 2114 | 2026-06-26T17:53:21.260Z | Compiling foldhash v0.2.0 |
| 2115 | 2026-06-26T17:53:21.371Z | Compiling bitflags v1.3.2 |
| 2116 | 2026-06-26T17:53:21.428Z | Compiling managed v0.8.0 |
| 2117 | 2026-06-26T17:53:21.473Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-06-26T17:53:21.545Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-06-26T17:53:21.618Z | Compiling libbz2-rs-sys v0.2.2 |
| 2120 | 2026-06-26T17:53:21.654Z | Compiling same-file v1.0.6 |
| 2121 | 2026-06-26T17:53:21.668Z | Compiling clap_builder v4.6.0 |
| 2122 | 2026-06-26T17:53:21.697Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-06-26T17:53:21.728Z | Compiling elliptic-curve v0.13.8 |
| 2124 | 2026-06-26T17:53:21.810Z | Compiling walkdir v2.5.0 |
| 2125 | 2026-06-26T17:53:22.033Z | Compiling bzip2 v0.6.1 |
| 2126 | 2026-06-26T17:53:22.073Z | Compiling hashbrown v0.16.1 |
| 2127 | 2026-06-26T17:53:22.191Z | Compiling hashbrown v0.15.5 |
| 2128 | 2026-06-26T17:53:22.237Z | Compiling cargo_metadata v0.23.1 |
| 2129 | 2026-06-26T17:53:22.418Z | Compiling futures v0.3.32 |
| 2130 | 2026-06-26T17:53:22.493Z | Compiling zstd v0.13.3 |
| 2131 | 2026-06-26T17:53:22.744Z | Compiling anstream v0.6.21 |
| 2132 | 2026-06-26T17:53:22.914Z | Compiling snafu v0.8.9 |
| 2133 | 2026-06-26T17:53:23.225Z | Compiling phf v0.13.1 |
| 2134 | 2026-06-26T17:53:23.257Z | Compiling daft v0.1.7 |
| 2135 | 2026-06-26T17:53:23.398Z | Compiling signal-hook-mio v0.2.5 |
| 2136 | 2026-06-26T17:53:23.531Z | Compiling cookie_store v0.22.1 |
| 2137 | 2026-06-26T17:53:23.547Z | Compiling postgres-types v0.2.12 |
| 2138 | 2026-06-26T17:53:23.763Z | Compiling bzip2 v0.4.4 |
| 2139 | 2026-06-26T17:53:23.803Z | Compiling globset v0.4.18 |
| 2140 | 2026-06-26T17:53:23.899Z | Compiling strum v0.27.2 |
| 2141 | 2026-06-26T17:53:24.044Z | Compiling hubpack v0.1.2 |
| 2142 | 2026-06-26T17:53:24.072Z | Compiling ed25519 v2.2.3 |
| 2143 | 2026-06-26T17:53:24.090Z | Compiling phf_shared v0.11.3 |
| 2144 | 2026-06-26T17:53:24.136Z | Compiling crossbeam-epoch v0.9.18 |
| 2145 | 2026-06-26T17:53:24.168Z | Compiling olpc-cjson v0.1.4 |
| 2146 | 2026-06-26T17:53:24.188Z | Compiling pkcs1 v0.7.5 |
| 2147 | 2026-06-26T17:53:24.294Z | Compiling pem v3.0.6 |
| 2148 | 2026-06-26T17:53:24.323Z | Compiling serde-big-array v0.5.1 |
| 2149 | 2026-06-26T17:53:24.340Z | Compiling serde_plain v1.0.2 |
| 2150 | 2026-06-26T17:53:24.440Z | Compiling rfc6979 v0.4.0 |
| 2151 | 2026-06-26T17:53:24.476Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-06-26T17:53:24.542Z | Compiling memmap2 v0.9.10 |
| 2153 | 2026-06-26T17:53:24.557Z | Compiling env_filter v1.0.0 |
| 2154 | 2026-06-26T17:53:24.587Z | Compiling toml_write v0.1.2 |
| 2155 | 2026-06-26T17:53:24.602Z | Compiling fixedbitset v0.4.2 |
| 2156 | 2026-06-26T17:53:24.636Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-06-26T17:53:24.652Z | Compiling normalize-line-endings v0.3.0 |
| 2158 | 2026-06-26T17:53:24.738Z | Compiling predicates-core v1.0.10 |
| 2159 | 2026-06-26T17:53:24.763Z | Compiling typed-path v0.9.3 |
| 2160 | 2026-06-26T17:53:24.787Z | Compiling keccak v0.1.6 |
| 2161 | 2026-06-26T17:53:24.812Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-06-26T17:53:24.830Z | Compiling data-encoding v2.10.0 |
| 2163 | 2026-06-26T17:53:24.846Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-06-26T17:53:24.848Z | Compiling difflib v0.4.0 |
| 2165 | 2026-06-26T17:53:24.877Z | Compiling jiff v0.2.21 |
| 2166 | 2026-06-26T17:53:24.908Z | Compiling fixedbitset v0.5.7 |
| 2167 | 2026-06-26T17:53:24.911Z | Compiling whoami v2.1.0 |
| 2168 | 2026-06-26T17:53:24.938Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-06-26T17:53:25.002Z | Compiling string_cache v0.8.9 |
| 2170 | 2026-06-26T17:53:25.182Z | Compiling tokio-postgres v0.7.16 |
| 2171 | 2026-06-26T17:53:25.204Z | Compiling hickory-proto v0.25.2 |
| 2172 | 2026-06-26T17:53:25.219Z | Compiling petgraph v0.8.3 |
| 2173 | 2026-06-26T17:53:25.243Z | Compiling predicates v3.1.4 |
| 2174 | 2026-06-26T17:53:25.761Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-06-26T17:53:25.829Z | Compiling toml_edit v0.22.27 |
| 2176 | 2026-06-26T17:53:25.861Z | Compiling env_logger v0.11.9 |
| 2177 | 2026-06-26T17:53:25.876Z | Compiling usdt v0.6.0 |
| 2178 | 2026-06-26T17:53:25.879Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2179 | 2026-06-26T17:53:26.132Z | Compiling ecdsa v0.16.9 |
| 2180 | 2026-06-26T17:53:26.187Z | Compiling rsa v0.9.10 |
| 2181 | 2026-06-26T17:53:26.532Z | Compiling ed25519-dalek v2.2.0 |
| 2182 | 2026-06-26T17:53:27.237Z | Compiling zip v0.6.6 |
| 2183 | 2026-06-26T17:53:27.370Z | Compiling crossterm v0.28.1 |
| 2184 | 2026-06-26T17:53:27.608Z | Compiling zip v4.6.1 |
| 2185 | 2026-06-26T17:53:27.763Z | Compiling iddqd v0.4.2 |
| 2186 | 2026-06-26T17:53:28.116Z | Compiling clap v4.6.1 |
| 2187 | 2026-06-26T17:53:28.210Z | Compiling serde_with v3.17.0 |
| 2188 | 2026-06-26T17:53:28.502Z | Compiling similar v2.7.0 |
| 2189 | 2026-06-26T17:53:28.517Z | Compiling strum v0.26.3 |
| 2190 | 2026-06-26T17:53:28.533Z | Compiling toml v0.7.8 |
| 2191 | 2026-06-26T17:53:28.549Z | Compiling tokio-stream v0.1.18 |
| 2192 | 2026-06-26T17:53:28.621Z | Compiling itertools v0.13.0 |
| 2193 | 2026-06-26T17:53:28.711Z | Compiling buf-list v1.1.2 |
| 2194 | 2026-06-26T17:53:28.919Z | Compiling x509-cert v0.2.5 |
| 2195 | 2026-06-26T17:53:29.034Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2196 | 2026-06-26T17:53:29.210Z | Compiling openapiv3 v2.2.0 |
| 2197 | 2026-06-26T17:53:29.335Z | Compiling sha1 v0.10.6 |
| 2198 | 2026-06-26T17:53:29.425Z | Compiling lalrpop-util v0.19.12 |
| 2199 | 2026-06-26T17:53:29.579Z | Compiling peg-runtime v0.8.5 |
| 2200 | 2026-06-26T17:53:44.346Z | Compiling rustls-webpki v0.103.9 |
| 2201 | 2026-06-26T17:53:45.879Z | Compiling macaddr v1.0.1 |
| 2202 | 2026-06-26T17:53:45.895Z | Compiling structmeta-derive v0.3.0 |
| 2203 | 2026-06-26T17:53:45.912Z | Compiling crucible-workspace-hack v0.1.0 |
| 2204 | 2026-06-26T17:53:46.103Z | Compiling rayon-core v1.13.0 |
| 2205 | 2026-06-26T17:53:46.186Z | Compiling itertools v0.14.0 |
| 2206 | 2026-06-26T17:53:46.328Z | Compiling secrecy v0.10.3 |
| 2207 | 2026-06-26T17:53:46.363Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-06-26T17:53:46.522Z | Compiling rustls v0.22.4 |
| 2209 | 2026-06-26T17:53:46.536Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2210 | 2026-06-26T17:53:46.539Z | Compiling heapless v0.8.0 |
| 2211 | 2026-06-26T17:53:46.722Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-06-26T17:53:46.762Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2213 | 2026-06-26T17:53:46.805Z | Compiling rustls-webpki v0.102.8 |
| 2214 | 2026-06-26T17:53:46.821Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-06-26T17:53:46.837Z | Compiling hash32 v0.3.1 |
| 2216 | 2026-06-26T17:53:46.853Z | Compiling multer v3.1.0 |
| 2217 | 2026-06-26T17:53:46.914Z | Compiling structmeta v0.3.0 |
| 2218 | 2026-06-26T17:53:46.950Z | Compiling thread_local v1.1.9 |
| 2219 | 2026-06-26T17:53:46.967Z | Compiling slog-async v2.8.0 |
| 2220 | 2026-06-26T17:53:46.986Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-06-26T17:53:47.012Z | Compiling cpufeatures v0.3.0 |
| 2222 | 2026-06-26T17:53:47.034Z | Compiling compression-core v0.4.31 |
| 2223 | 2026-06-26T17:53:47.079Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2224 | 2026-06-26T17:53:47.103Z | Compiling unicode-width v0.2.0 |
| 2225 | 2026-06-26T17:53:47.131Z | Compiling match_cfg v0.1.0 |
| 2226 | 2026-06-26T17:53:47.217Z | Compiling hostname v0.3.1 |
| 2227 | 2026-06-26T17:53:47.233Z | Compiling compression-codecs v0.4.37 |
| 2228 | 2026-06-26T17:53:47.308Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-06-26T17:53:47.359Z | Compiling derive-ex v0.1.8 |
| 2230 | 2026-06-26T17:53:47.427Z | Compiling atomicwrites v0.4.4 |
| 2231 | 2026-06-26T17:53:47.457Z | Compiling ingot-macros v0.1.1 |
| 2232 | 2026-06-26T17:53:47.618Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-06-26T17:53:47.662Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-06-26T17:53:47.732Z | Compiling half v2.7.1 |
| 2235 | 2026-06-26T17:53:47.747Z | Compiling newtype-uuid-macros v0.1.0 |
| 2236 | 2026-06-26T17:53:47.889Z | Compiling cobs v0.3.0 |
| 2237 | 2026-06-26T17:53:47.900Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2238 | 2026-06-26T17:53:48.094Z | Compiling universal-hash v0.5.1 |
| 2239 | 2026-06-26T17:53:48.176Z | Compiling tokio-rustls v0.26.4 |
| 2240 | 2026-06-26T17:53:48.259Z | Compiling rustls-platform-verifier v0.6.2 |
| 2241 | 2026-06-26T17:53:48.361Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2026-06-26T17:53:48.465Z | Compiling hyper-rustls v0.27.7 |
| 2243 | 2026-06-26T17:53:48.481Z | Compiling serde_spanned v1.0.4 |
| 2244 | 2026-06-26T17:53:48.499Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-06-26T17:53:48.653Z | Compiling is-terminal v0.4.17 |
| 2246 | 2026-06-26T17:53:48.671Z | Compiling proc-macro-error-attr v1.0.4 |
| 2247 | 2026-06-26T17:53:48.772Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-06-26T17:53:48.802Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-06-26T17:53:48.848Z | Compiling dropshot v0.17.0 |
| 2250 | 2026-06-26T17:53:48.888Z | Compiling take_mut v0.2.2 |
| 2251 | 2026-06-26T17:53:48.923Z | Compiling term v1.2.1 |
| 2252 | 2026-06-26T17:53:48.937Z | Compiling opaque-debug v0.3.1 |
| 2253 | 2026-06-26T17:53:48.954Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2254 | 2026-06-26T17:53:48.969Z | Compiling ciborium-io v0.2.2 |
| 2255 | 2026-06-26T17:53:49.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2256 | 2026-06-26T17:53:49.030Z | Compiling convert_case v0.4.0 |
| 2257 | 2026-06-26T17:53:49.082Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-06-26T17:53:49.113Z | Compiling poly1305 v0.8.0 |
| 2259 | 2026-06-26T17:53:49.238Z | Compiling slog-term v2.9.2 |
| 2260 | 2026-06-26T17:53:49.254Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2261 | 2026-06-26T17:53:49.351Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-06-26T17:53:49.394Z | Compiling tokio-rustls v0.25.0 |
| 2263 | 2026-06-26T17:53:49.654Z | Compiling async-stream v0.3.6 |
| 2264 | 2026-06-26T17:53:49.791Z | Compiling thiserror-no-std v2.0.2 |
| 2265 | 2026-06-26T17:53:49.867Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-06-26T17:53:49.890Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2267 | 2026-06-26T17:53:49.904Z | Compiling postcard v1.1.3 |
| 2268 | 2026-06-26T17:53:50.029Z | Compiling ingot-types v0.1.2 |
| 2269 | 2026-06-26T17:53:50.400Z | Compiling tough v0.22.0 |
| 2270 | 2026-06-26T17:53:50.509Z | Compiling ingot v0.1.1 |
| 2271 | 2026-06-26T17:53:50.543Z | Compiling slog-bunyan v2.5.0 |
| 2272 | 2026-06-26T17:53:50.630Z | Compiling num_enum_derive v0.7.6 |
| 2273 | 2026-06-26T17:53:50.757Z | Compiling async-compression v0.4.41 |
| 2274 | 2026-06-26T17:53:51.173Z | Compiling parse-display-derive v0.10.0 |
| 2275 | 2026-06-26T17:53:51.255Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2276 | 2026-06-26T17:53:51.527Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-06-26T17:53:51.578Z | Compiling proc-macro-crate v1.3.1 |
| 2278 | 2026-06-26T17:53:51.681Z | Compiling waitgroup v0.1.2 |
| 2279 | 2026-06-26T17:53:51.770Z | Compiling backon v1.6.0 |
| 2280 | 2026-06-26T17:53:51.852Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2281 | 2026-06-26T17:53:51.928Z | Compiling password-hash v0.5.0 |
| 2282 | 2026-06-26T17:53:51.956Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-06-26T17:53:52.033Z | Compiling dropshot_endpoint v0.17.0 |
| 2284 | 2026-06-26T17:53:52.048Z | Compiling rustls-pemfile v2.2.0 |
| 2285 | 2026-06-26T17:53:52.130Z | Compiling blake2 v0.10.6 |
| 2286 | 2026-06-26T17:53:52.238Z | Compiling aead v0.5.2 |
| 2287 | 2026-06-26T17:53:52.367Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2026-06-26T17:53:52.445Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2289 | 2026-06-26T17:53:52.621Z | Compiling serde_path_to_error v0.1.20 |
| 2290 | 2026-06-26T17:53:52.672Z | Compiling hostname v0.4.2 |
| 2291 | 2026-06-26T17:53:52.710Z | Compiling proc-macro-error v1.0.4 |
| 2292 | 2026-06-26T17:53:52.896Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2293 | 2026-06-26T17:53:52.911Z | Compiling instant v0.1.13 |
| 2294 | 2026-06-26T17:53:52.932Z | Compiling typeid v1.0.3 |
| 2295 | 2026-06-26T17:53:52.946Z | Compiling foreign-types-shared v0.3.1 |
| 2296 | 2026-06-26T17:53:52.961Z | Compiling debug-ignore v1.0.5 |
| 2297 | 2026-06-26T17:53:52.994Z | Compiling backoff v0.4.0 |
| 2298 | 2026-06-26T17:53:53.046Z | Compiling foreign-types v0.5.0 |
| 2299 | 2026-06-26T17:53:53.075Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2300 | 2026-06-26T17:53:53.090Z | Compiling parse-display v0.10.0 |
| 2301 | 2026-06-26T17:53:53.140Z | Compiling chacha20poly1305 v0.10.1 |
| 2302 | 2026-06-26T17:53:53.162Z | Compiling argon2 v0.5.3 |
| 2303 | 2026-06-26T17:53:53.180Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2304 | 2026-06-26T17:53:53.223Z | Compiling num_enum_derive v0.5.11 |
| 2305 | 2026-06-26T17:53:53.254Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2306 | 2026-06-26T17:53:53.285Z | Compiling num_enum v0.7.6 |
| 2307 | 2026-06-26T17:53:53.337Z | Compiling vsss-rs v3.3.4 |
| 2308 | 2026-06-26T17:53:53.416Z | Compiling ciborium v0.2.2 |
| 2309 | 2026-06-26T17:53:53.555Z | Compiling tabwriter v1.4.1 |
| 2310 | 2026-06-26T17:53:53.674Z | Compiling chacha20 v0.10.0 |
| 2311 | 2026-06-26T17:53:53.693Z | Compiling regress v0.10.5 |
| 2312 | 2026-06-26T17:53:53.932Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-06-26T17:53:53.968Z | Compiling byte-wrapper v0.1.0 |
| 2314 | 2026-06-26T17:53:53.983Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2315 | 2026-06-26T17:53:54.158Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-06-26T17:53:54.194Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2317 | 2026-06-26T17:53:54.263Z | Compiling cstr-argument v0.1.2 |
| 2318 | 2026-06-26T17:53:54.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-06-26T17:53:54.449Z | Compiling erased-serde v0.4.9 |
| 2320 | 2026-06-26T17:53:54.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2321 | 2026-06-26T17:53:54.642Z | Compiling humantime v2.3.0 |
| 2322 | 2026-06-26T17:53:54.777Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2323 | 2026-06-26T17:53:54.801Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-06-26T17:53:54.819Z | Compiling num_enum v0.5.11 |
| 2325 | 2026-06-26T17:53:54.853Z | Compiling rand v0.10.0 |
| 2326 | 2026-06-26T17:53:54.884Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-06-26T17:53:54.921Z | Compiling rayon v1.11.0 |
| 2328 | 2026-06-26T17:53:54.951Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2329 | 2026-06-26T17:53:55.035Z | Compiling indent_write v2.2.0 |
| 2330 | 2026-06-26T17:53:55.116Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-06-26T17:53:55.130Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2332 | 2026-06-26T17:53:55.158Z | Compiling colored v3.1.1 |
| 2333 | 2026-06-26T17:53:55.199Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-06-26T17:53:55.235Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2335 | 2026-06-26T17:53:55.320Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2336 | 2026-06-26T17:53:55.357Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2337 | 2026-06-26T17:53:55.590Z | Compiling camino-tempfile v1.4.1 |
| 2338 | 2026-06-26T17:53:55.603Z | Compiling itertools v0.12.1 |
| 2339 | 2026-06-26T17:53:55.684Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-06-26T17:53:55.817Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-06-26T17:53:55.850Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-06-26T17:53:55.865Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-06-26T17:53:55.881Z | Compiling blake3 v1.8.5 |
| 2344 | 2026-06-26T17:53:56.020Z | Compiling ordered-float v2.10.1 |
| 2345 | 2026-06-26T17:53:56.241Z | Compiling memmap v0.7.0 |
| 2346 | 2026-06-26T17:53:56.328Z | Compiling sigpipe v0.1.3 |
| 2347 | 2026-06-26T17:53:56.378Z | Compiling swrite v0.1.0 |
| 2348 | 2026-06-26T17:53:56.442Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-06-26T17:53:56.482Z | Compiling glob v0.3.3 |
| 2350 | 2026-06-26T17:53:56.497Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-06-26T17:53:56.510Z | Compiling serde-value v0.7.0 |
| 2352 | 2026-06-26T17:53:56.576Z | Compiling usdt v0.5.0 |
| 2353 | 2026-06-26T17:53:56.668Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2354 | 2026-06-26T17:53:56.766Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2355 | 2026-06-26T17:53:57.080Z | Compiling zone v0.3.1 |
| 2356 | 2026-06-26T17:53:57.096Z | Compiling serde-untagged v0.1.9 |
| 2357 | 2026-06-26T17:53:57.133Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2358 | 2026-06-26T17:53:57.305Z | Compiling toml v0.8.23 |
| 2359 | 2026-06-26T17:53:57.459Z | Compiling smf v0.2.3 |
| 2360 | 2026-06-26T17:53:57.463Z | Compiling filetime v0.2.27 |
| 2361 | 2026-06-26T17:53:57.463Z | Compiling arrayref v0.3.9 |
| 2362 | 2026-06-26T17:53:57.463Z | Compiling whoami v1.6.1 |
| 2363 | 2026-06-26T17:53:57.463Z | Compiling xattr v1.6.1 |
| 2364 | 2026-06-26T17:53:57.503Z | Compiling arrayvec v0.7.6 |
| 2365 | 2026-06-26T17:53:57.546Z | Compiling constant_time_eq v0.4.2 |
| 2366 | 2026-06-26T17:53:57.664Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2367 | 2026-06-26T17:53:57.700Z | Compiling unicode-xid v0.2.6 |
| 2368 | 2026-06-26T17:53:57.759Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-06-26T17:53:57.775Z | Compiling tar v0.4.45 |
| 2370 | 2026-06-26T17:53:57.802Z | Compiling cargo-util-schemas v0.8.2 |
| 2371 | 2026-06-26T17:53:57.858Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2372 | 2026-06-26T17:53:57.930Z | Compiling tokio-dtrace v0.1.1 |
| 2373 | 2026-06-26T17:53:58.110Z | Compiling console v0.16.2 |
| 2374 | 2026-06-26T17:53:58.269Z | Compiling gethostname v0.5.0 |
| 2375 | 2026-06-26T17:53:58.346Z | Compiling cargo-platform v0.2.0 |
| 2376 | 2026-06-26T17:53:58.421Z | Compiling unit-prefix v0.5.2 |
| 2377 | 2026-06-26T17:53:58.436Z | Compiling topological-sort v0.2.2 |
| 2378 | 2026-06-26T17:53:58.557Z | Compiling indicatif v0.18.4 |
| 2379 | 2026-06-26T17:53:58.596Z | Compiling oxide-tokio-rt v0.1.4 |
| 2380 | 2026-06-26T17:53:58.620Z | Compiling shell-words v1.1.1 |
| 2381 | 2026-06-26T17:53:58.685Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2382 | 2026-06-26T17:53:59.145Z | Compiling cargo_metadata v0.21.0 |
| 2383 | 2026-06-26T17:54:08.567Z | Compiling omicron-zone-package v0.12.2 |
| 2384 | 2026-06-26T17:54:08.583Z | Compiling progenitor-client v0.14.0 |
| 2385 | 2026-06-26T17:54:09.076Z | Compiling progenitor-extras v0.2.0 |
| 2386 | 2026-06-26T17:54:11.286Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2387 | 2026-06-26T17:54:11.329Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2388 | 2026-06-26T17:54:11.403Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-06-26T17:54:11.423Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-06-26T17:54:11.492Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2391 | 2026-06-26T17:54:11.531Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2392 | 2026-06-26T17:54:11.556Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2393 | 2026-06-26T17:54:11.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2394 | 2026-06-26T17:54:11.710Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2395 | 2026-06-26T17:54:15.423Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2396 | 2026-06-26T17:54:23.322Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2397 | 2026-06-26T17:54:26.413Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2026-06-26T17:54:27.398Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2399 | 2026-06-26T17:54:36.857Z | Finished `release` profile [optimized] target(s) in 1m 42s |
| 2400 | 2026-06-26T17:54:36.988Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2401 | 2026-06-26T17:54:37.047Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2402 | 2026-06-26T17:54:37.050Z | Created new build target 'test' and set it as active |
| 2403 | 2026-06-26T17:54:37.053Z | |
| 2404 | 2026-06-26T17:54:37.053Z | real 1:43.087550674 |
| 2405 | 2026-06-26T17:54:37.053Z | user 16:52.709397019 |
| 2406 | 2026-06-26T17:54:37.053Z | sys 2:34.249086408 |
| 2407 | 2026-06-26T17:54:37.053Z | trap 0.499549888 |
| 2408 | 2026-06-26T17:54:37.053Z | tflt 2.838479967 |
| 2409 | 2026-06-26T17:54:37.053Z | dflt 4.529833285 |
| 2410 | 2026-06-26T17:54:37.053Z | kflt 0.000541679 |
| 2411 | 2026-06-26T17:54:37.053Z | lock 52:29.107739098 |
| 2412 | 2026-06-26T17:54:37.053Z | slp 43:05.499199594 |
| 2413 | 2026-06-26T17:54:37.053Z | lat 38.495217420 |
| 2414 | 2026-06-26T17:54:37.053Z | stop 5:06.766198687 |
| 2415 | 2026-06-26T17:54:37.053Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2416 | 2026-06-26T17:54:37.853Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2417 | 2026-06-26T17:54:37.914Z | Running `target/release/omicron-package -t test package` |
| 2418 | 2026-06-26T17:54:37.969Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-06-26T17:54:39.336Z | Compiling heck v0.5.0 |
| 2420 | 2026-06-26T17:54:39.528Z | Compiling regress v0.11.1 |
| 2421 | 2026-06-26T17:54:39.565Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-06-26T17:54:39.585Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2423 | 2026-06-26T17:54:39.615Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-06-26T17:54:39.615Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-06-26T17:54:39.617Z | Compiling atomicwrites v0.4.4 |
| 2426 | 2026-06-26T17:54:39.656Z | Compiling derive-where v1.6.0 |
| 2427 | 2026-06-26T17:54:39.675Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-06-26T17:54:39.678Z | Compiling is-terminal v0.4.17 |
| 2429 | 2026-06-26T17:54:39.737Z | Compiling prettyplease v0.2.37 |
| 2430 | 2026-06-26T17:54:39.740Z | Compiling console v0.15.11 |
| 2431 | 2026-06-26T17:54:39.740Z | Compiling newline-converter v0.3.0 |
| 2432 | 2026-06-26T17:54:39.740Z | Compiling slog-dtrace v0.3.0 |
| 2433 | 2026-06-26T17:54:39.780Z | Compiling resolv-conf v0.7.6 |
| 2434 | 2026-06-26T17:54:39.847Z | Compiling cancel-safe-futures v0.1.5 |
| 2435 | 2026-06-26T17:54:39.850Z | Compiling owo-colors v4.3.0 |
| 2436 | 2026-06-26T17:54:39.850Z | Compiling rustls v0.22.4 |
| 2437 | 2026-06-26T17:54:39.913Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2438 | 2026-06-26T17:54:39.916Z | Compiling num-rational v0.4.2 |
| 2439 | 2026-06-26T17:54:39.954Z | Compiling libsw-core v0.3.2 |
| 2440 | 2026-06-26T17:54:39.976Z | Compiling rustls-webpki v0.102.8 |
| 2441 | 2026-06-26T17:54:40.039Z | Compiling num-complex v0.4.6 |
| 2442 | 2026-06-26T17:54:40.075Z | Compiling serde_yaml v0.9.34+deprecated |
| 2443 | 2026-06-26T17:54:40.143Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-06-26T17:54:40.163Z | Compiling match_cfg v0.1.0 |
| 2445 | 2026-06-26T17:54:40.212Z | Compiling expectorate v1.2.0 |
| 2446 | 2026-06-26T17:54:40.258Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-06-26T17:54:40.397Z | Compiling compression-codecs v0.4.37 |
| 2448 | 2026-06-26T17:54:40.432Z | Compiling num v0.4.3 |
| 2449 | 2026-06-26T17:54:40.472Z | Compiling hostname v0.3.1 |
| 2450 | 2026-06-26T17:54:40.529Z | Compiling libsw v3.5.0 |
| 2451 | 2026-06-26T17:54:40.627Z | Compiling multer v3.1.0 |
| 2452 | 2026-06-26T17:54:40.651Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-06-26T17:54:40.672Z | Compiling crossbeam-channel v0.5.15 |
| 2454 | 2026-06-26T17:54:40.691Z | Compiling slog-json v2.6.1 |
| 2455 | 2026-06-26T17:54:40.712Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2456 | 2026-06-26T17:54:40.732Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2457 | 2026-06-26T17:54:40.820Z | Compiling serde_spanned v1.0.4 |
| 2458 | 2026-06-26T17:54:40.891Z | Compiling term v1.2.1 |
| 2459 | 2026-06-26T17:54:40.912Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-06-26T17:54:40.934Z | Compiling linked-hash-map v0.5.6 |
| 2461 | 2026-06-26T17:54:40.937Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-06-26T17:54:40.976Z | Compiling linear-map v1.2.0 |
| 2463 | 2026-06-26T17:54:40.998Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2464 | 2026-06-26T17:54:41.026Z | Compiling slog-bunyan v2.5.0 |
| 2465 | 2026-06-26T17:54:41.097Z | Compiling typify-impl v0.6.2 |
| 2466 | 2026-06-26T17:54:41.118Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2467 | 2026-06-26T17:54:41.143Z | Compiling lru-cache v0.1.2 |
| 2468 | 2026-06-26T17:54:41.193Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2469 | 2026-06-26T17:54:41.226Z | Compiling slog-term v2.9.2 |
| 2470 | 2026-06-26T17:54:41.247Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2471 | 2026-06-26T17:54:41.250Z | Compiling async-compression v0.4.41 |
| 2472 | 2026-06-26T17:54:41.400Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-06-26T17:54:41.473Z | Compiling async-stream v0.3.6 |
| 2474 | 2026-06-26T17:54:41.553Z | Compiling dropshot v0.17.0 |
| 2475 | 2026-06-26T17:54:41.584Z | Compiling progenitor-client v0.14.0 |
| 2476 | 2026-06-26T17:54:41.604Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2477 | 2026-06-26T17:54:41.607Z | Compiling waitgroup v0.1.2 |
| 2478 | 2026-06-26T17:54:41.647Z | Compiling rustls-pemfile v2.2.0 |
| 2479 | 2026-06-26T17:54:41.665Z | Compiling backon v1.6.0 |
| 2480 | 2026-06-26T17:54:41.734Z | Compiling serde_path_to_error v0.1.20 |
| 2481 | 2026-06-26T17:54:41.774Z | Compiling hostname v0.4.2 |
| 2482 | 2026-06-26T17:54:41.838Z | Compiling instant v0.1.13 |
| 2483 | 2026-06-26T17:54:41.857Z | Compiling debug-ignore v1.0.5 |
| 2484 | 2026-06-26T17:54:41.883Z | Compiling minimal-lexical v0.2.1 |
| 2485 | 2026-06-26T17:54:41.905Z | Compiling progenitor-extras v0.2.0 |
| 2486 | 2026-06-26T17:54:41.933Z | Compiling backoff v0.4.0 |
| 2487 | 2026-06-26T17:54:41.970Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2488 | 2026-06-26T17:54:41.994Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2489 | 2026-06-26T17:54:42.097Z | Compiling nom v7.1.3 |
| 2490 | 2026-06-26T17:54:42.150Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2491 | 2026-06-26T17:54:42.171Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-06-26T17:54:42.194Z | Compiling parse-display v0.10.0 |
| 2493 | 2026-06-26T17:54:42.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2494 | 2026-06-26T17:54:42.319Z | Compiling tokio-rustls v0.25.0 |
| 2495 | 2026-06-26T17:54:42.352Z | Compiling hickory-proto v0.24.4 |
| 2496 | 2026-06-26T17:54:42.517Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2497 | 2026-06-26T17:54:42.906Z | Compiling regress v0.10.5 |
| 2498 | 2026-06-26T17:54:43.350Z | Compiling macaddr v1.0.1 |
| 2499 | 2026-06-26T17:54:43.371Z | Compiling humantime v2.3.0 |
| 2500 | 2026-06-26T17:54:43.444Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-06-26T17:54:43.599Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-06-26T17:54:43.619Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2503 | 2026-06-26T17:54:43.661Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-06-26T17:54:43.762Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-06-26T17:54:43.897Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2506 | 2026-06-26T17:54:43.986Z | Compiling toml v0.8.23 |
| 2507 | 2026-06-26T17:54:44.051Z | Compiling derive_more-impl v2.1.1 |
| 2508 | 2026-06-26T17:54:44.348Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2509 | 2026-06-26T17:54:44.511Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-06-26T17:54:44.561Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-06-26T17:54:44.593Z | Compiling papergrid v0.11.0 |
| 2512 | 2026-06-26T17:54:44.747Z | Compiling tabled_derive v0.7.0 |
| 2513 | 2026-06-26T17:54:44.823Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-06-26T17:54:44.843Z | Compiling hickory-resolver v0.24.4 |
| 2515 | 2026-06-26T17:54:44.927Z | Compiling termtree v0.5.1 |
| 2516 | 2026-06-26T17:54:44.948Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-06-26T17:54:45.128Z | Compiling phf_shared v0.12.1 |
| 2518 | 2026-06-26T17:54:45.396Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2519 | 2026-06-26T17:54:45.663Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-06-26T17:54:46.065Z | Compiling typify v0.6.2 |
| 2521 | 2026-06-26T17:54:46.199Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-06-26T17:54:47.006Z | Compiling qorb v0.4.1 |
| 2523 | 2026-06-26T17:54:47.201Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2524 | 2026-06-26T17:54:47.412Z | Compiling tabled v0.15.0 |
| 2525 | 2026-06-26T17:54:47.864Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-06-26T17:54:48.348Z | Compiling progenitor-macro v0.14.0 |
| 2527 | 2026-06-26T17:54:48.388Z | Compiling vte v0.14.1 |
| 2528 | 2026-06-26T17:54:48.635Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-06-26T17:54:49.069Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-06-26T17:54:49.236Z | Compiling highway v1.3.0 |
| 2531 | 2026-06-26T17:54:49.306Z | Compiling csv v1.4.0 |
| 2532 | 2026-06-26T17:54:49.983Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-06-26T17:54:50.180Z | Compiling strip-ansi-escapes v0.2.1 |
| 2534 | 2026-06-26T17:54:50.235Z | Compiling phf v0.12.1 |
| 2535 | 2026-06-26T17:54:50.281Z | Compiling const_format_proc_macros v0.2.34 |
| 2536 | 2026-06-26T17:54:50.434Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2537 | 2026-06-26T17:54:50.457Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-06-26T17:54:50.745Z | Compiling fd-lock v4.0.4 |
| 2539 | 2026-06-26T17:54:50.749Z | Compiling peg-macros v0.8.5 |
| 2540 | 2026-06-26T17:54:50.911Z | Compiling nu-ansi-term v0.50.3 |
| 2541 | 2026-06-26T17:54:51.040Z | Compiling const_format v0.2.35 |
| 2542 | 2026-06-26T17:54:51.434Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-06-26T17:54:51.532Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2544 | 2026-06-26T17:54:52.335Z | Compiling progenitor v0.14.0 |
| 2545 | 2026-06-26T17:54:52.458Z | Compiling peg v0.8.5 |
| 2546 | 2026-06-26T17:54:52.519Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-06-26T17:54:52.559Z | Compiling reedline v0.40.0 |
| 2548 | 2026-06-26T17:54:52.897Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2549 | 2026-06-26T17:54:52.927Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-06-26T17:54:53.031Z | Compiling bcs v0.1.6 |
| 2551 | 2026-06-26T17:54:53.458Z | Compiling nom v8.0.0 |
| 2552 | 2026-06-26T17:54:53.555Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2553 | 2026-06-26T17:54:55.410Z | Compiling semver v0.1.20 |
| 2554 | 2026-06-26T17:54:55.571Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2555 | 2026-06-26T17:54:55.595Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2556 | 2026-06-26T17:54:55.696Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-06-26T17:54:55.715Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2558 | 2026-06-26T17:54:55.822Z | Compiling smawk v0.3.2 |
| 2559 | 2026-06-26T17:54:55.927Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2560 | 2026-06-26T17:54:55.951Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-06-26T17:54:55.997Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-06-26T17:54:56.029Z | Compiling base64 v0.21.7 |
| 2563 | 2026-06-26T17:54:56.162Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2564 | 2026-06-26T17:54:56.205Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2565 | 2026-06-26T17:54:56.229Z | Compiling utf-8 v0.7.6 |
| 2566 | 2026-06-26T17:54:56.254Z | Compiling textwrap v0.16.2 |
| 2567 | 2026-06-26T17:54:56.342Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2568 | 2026-06-26T17:54:56.423Z | Compiling steno v0.4.1 |
| 2569 | 2026-06-26T17:54:56.459Z | Compiling tagptr v0.2.0 |
| 2570 | 2026-06-26T17:54:56.633Z | Compiling moka v0.12.13 |
| 2571 | 2026-06-26T17:54:56.653Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2572 | 2026-06-26T17:54:56.788Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2573 | 2026-06-26T17:54:56.895Z | Compiling tungstenite v0.21.0 |
| 2574 | 2026-06-26T17:54:56.949Z | Compiling radium v0.7.0 |
| 2575 | 2026-06-26T17:54:57.200Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-06-26T17:54:57.382Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2026-06-26T17:54:57.433Z | Compiling tap v1.0.1 |
| 2578 | 2026-06-26T17:54:57.571Z | Compiling tokio-tungstenite v0.21.0 |
| 2579 | 2026-06-26T17:54:57.850Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-06-26T17:54:57.880Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-06-26T17:54:57.946Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2582 | 2026-06-26T17:54:58.227Z | Compiling wyz v0.5.1 |
| 2583 | 2026-06-26T17:54:58.463Z | Compiling zerocopy-derive v0.6.6 |
| 2584 | 2026-06-26T17:54:58.614Z | Compiling packed_struct v0.10.1 |
| 2585 | 2026-06-26T17:54:58.883Z | Compiling funty v2.0.0 |
| 2586 | 2026-06-26T17:54:59.012Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-06-26T17:54:59.247Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-06-26T17:54:59.370Z | Compiling crc v3.4.0 |
| 2589 | 2026-06-26T17:54:59.584Z | Compiling zerocopy v0.6.6 |
| 2590 | 2026-06-26T17:54:59.882Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-06-26T17:55:00.128Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-06-26T17:55:00.206Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-06-26T17:55:00.727Z | Compiling vergen-lib v0.1.6 |
| 2594 | 2026-06-26T17:55:00.944Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-06-26T17:55:01.123Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-06-26T17:55:01.145Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-06-26T17:55:01.392Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2598 | 2026-06-26T17:55:01.523Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2599 | 2026-06-26T17:55:01.661Z | Compiling diesel_derives v2.3.7 |
| 2600 | 2026-06-26T17:55:01.682Z | Compiling nodrop v0.1.14 |
| 2601 | 2026-06-26T17:55:01.741Z | Compiling bitfield v0.19.4 |
| 2602 | 2026-06-26T17:55:01.847Z | Compiling array-init v0.0.4 |
| 2603 | 2026-06-26T17:55:02.059Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-06-26T17:55:02.287Z | Compiling smallvec v0.6.14 |
| 2605 | 2026-06-26T17:55:02.546Z | Compiling scheduled-thread-pool v0.2.7 |
| 2606 | 2026-06-26T17:55:02.567Z | Compiling dsl_auto_type v0.2.0 |
| 2607 | 2026-06-26T17:55:02.837Z | Compiling num-derive v0.3.3 |
| 2608 | 2026-06-26T17:55:02.869Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-06-26T17:55:03.093Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2610 | 2026-06-26T17:55:03.115Z | Compiling dirs-sys-next v0.1.2 |
| 2611 | 2026-06-26T17:55:03.137Z | Compiling maplit v1.0.2 |
| 2612 | 2026-06-26T17:55:03.252Z | Compiling crunchy v0.2.4 |
| 2613 | 2026-06-26T17:55:03.314Z | Compiling glob v0.3.3 |
| 2614 | 2026-06-26T17:55:03.381Z | Compiling hashbrown v0.12.3 |
| 2615 | 2026-06-26T17:55:03.558Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-06-26T17:55:03.672Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-06-26T17:55:03.710Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-06-26T17:55:03.732Z | Compiling libscf-sys v1.1.0 |
| 2619 | 2026-06-26T17:55:03.784Z | Compiling r2d2 v0.8.10 |
| 2620 | 2026-06-26T17:55:03.901Z | Compiling serde-hex v0.1.0 |
| 2621 | 2026-06-26T17:55:04.050Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2026-06-26T17:55:04.206Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-06-26T17:55:04.400Z | Compiling ron v0.8.1 |
| 2624 | 2026-06-26T17:55:04.425Z | Compiling papergrid v0.17.0 |
| 2625 | 2026-06-26T17:55:04.444Z | Compiling testing_table v0.3.0 |
| 2626 | 2026-06-26T17:55:04.505Z | Compiling hashbrown v0.13.2 |
| 2627 | 2026-06-26T17:55:04.885Z | Compiling downcast-rs v2.0.2 |
| 2628 | 2026-06-26T17:55:04.917Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-06-26T17:55:05.016Z | Compiling tiny-keccak v2.0.2 |
| 2630 | 2026-06-26T17:55:05.082Z | Compiling object v0.30.4 |
| 2631 | 2026-06-26T17:55:05.131Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2632 | 2026-06-26T17:55:05.253Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-06-26T17:55:05.848Z | Compiling tabled v0.20.0 |
| 2634 | 2026-06-26T17:55:05.951Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2635 | 2026-06-26T17:55:06.031Z | Compiling term v0.7.0 |
| 2636 | 2026-06-26T17:55:06.629Z | Compiling progenitor-impl v0.13.0 |
| 2637 | 2026-06-26T17:55:06.668Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-06-26T17:55:06.785Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-06-26T17:55:06.916Z | Compiling path-slash v0.1.5 |
| 2640 | 2026-06-26T17:55:07.038Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-06-26T17:55:07.111Z | Compiling xshell-macros v0.2.7 |
| 2642 | 2026-06-26T17:55:07.250Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-06-26T17:55:07.437Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-06-26T17:55:07.515Z | Compiling xshell v0.2.7 |
| 2645 | 2026-06-26T17:55:07.578Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2646 | 2026-06-26T17:55:07.715Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-06-26T17:55:08.087Z | Compiling diesel v2.3.7 |
| 2648 | 2026-06-26T17:55:08.157Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2649 | 2026-06-26T17:55:08.704Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2650 | 2026-06-26T17:55:08.773Z | Compiling progenitor-macro v0.13.0 |
| 2651 | 2026-06-26T17:55:08.838Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2652 | 2026-06-26T17:55:09.870Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2653 | 2026-06-26T17:55:10.144Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2654 | 2026-06-26T17:55:10.397Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2655 | 2026-06-26T17:55:10.521Z | Compiling progenitor-client v0.13.0 |
| 2656 | 2026-06-26T17:55:10.832Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2657 | 2026-06-26T17:55:10.860Z | Compiling itertools v0.10.5 |
| 2658 | 2026-06-26T17:55:11.030Z | Compiling ena v0.14.4 |
| 2659 | 2026-06-26T17:55:11.048Z | Compiling libloading v0.8.9 |
| 2660 | 2026-06-26T17:55:11.260Z | Compiling unicase v2.9.0 |
| 2661 | 2026-06-26T17:55:11.280Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-06-26T17:55:11.566Z | Compiling diff v0.1.13 |
| 2663 | 2026-06-26T17:55:11.745Z | Compiling bindgen v0.71.1 |
| 2664 | 2026-06-26T17:55:11.954Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2665 | 2026-06-26T17:55:12.177Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-06-26T17:55:12.749Z | Compiling progenitor v0.13.0 |
| 2667 | 2026-06-26T17:55:12.819Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-06-26T17:55:12.928Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-06-26T17:55:13.145Z | Compiling crc8 v0.1.1 |
| 2670 | 2026-06-26T17:55:13.172Z | Compiling rustc-hash v2.1.1 |
| 2671 | 2026-06-26T17:55:13.277Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-06-26T17:55:13.324Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-06-26T17:55:13.627Z | Compiling headers-core v0.3.0 |
| 2674 | 2026-06-26T17:55:13.786Z | Compiling libxml v0.3.3 |
| 2675 | 2026-06-26T17:55:13.808Z | Compiling headers v0.4.1 |
| 2676 | 2026-06-26T17:55:14.078Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-06-26T17:55:14.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2678 | 2026-06-26T17:55:14.415Z | Compiling git-stub v1.0.0 |
| 2679 | 2026-06-26T17:55:14.436Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-06-26T17:55:14.458Z | Compiling indoc v1.0.9 |
| 2681 | 2026-06-26T17:55:14.717Z | Compiling git-stub-vcs v0.1.0 |
| 2682 | 2026-06-26T17:55:14.774Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-06-26T17:55:14.915Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2684 | 2026-06-26T17:55:15.075Z | Compiling derive_builder v0.20.2 |
| 2685 | 2026-06-26T17:55:15.321Z | Compiling quick-xml v0.37.5 |
| 2686 | 2026-06-26T17:55:15.346Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-06-26T17:55:15.500Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2688 | 2026-06-26T17:55:15.719Z | Compiling openssl-probe v0.1.6 |
| 2689 | 2026-06-26T17:55:15.789Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2690 | 2026-06-26T17:55:16.017Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2691 | 2026-06-26T17:55:16.494Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-06-26T17:55:16.512Z | Compiling half v1.8.3 |
| 2693 | 2026-06-26T17:55:16.721Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2694 | 2026-06-26T17:55:16.946Z | Compiling serde_cbor v0.11.2 |
| 2695 | 2026-06-26T17:55:16.994Z | Compiling bb8 v0.8.6 |
| 2696 | 2026-06-26T17:55:17.399Z | Compiling trait-variant v0.1.2 |
| 2697 | 2026-06-26T17:55:17.617Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-06-26T17:55:17.798Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2699 | 2026-06-26T17:55:17.934Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2700 | 2026-06-26T17:55:17.952Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2701 | 2026-06-26T17:55:17.957Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2702 | 2026-06-26T17:55:18.051Z | Compiling samael v0.0.19 |
| 2703 | 2026-06-26T17:55:18.209Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2704 | 2026-06-26T17:55:18.298Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2705 | 2026-06-26T17:55:18.481Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-06-26T17:55:18.639Z | Compiling libz-sys v1.1.24 |
| 2707 | 2026-06-26T17:55:18.661Z | Compiling salty v0.3.0 |
| 2708 | 2026-06-26T17:55:18.936Z | Compiling nonempty v0.12.0 |
| 2709 | 2026-06-26T17:55:19.191Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2710 | 2026-06-26T17:55:19.462Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2711 | 2026-06-26T17:55:19.675Z | Compiling kstat-rs v0.2.4 |
| 2712 | 2026-06-26T17:55:19.832Z | Compiling arc-swap v1.8.2 |
| 2713 | 2026-06-26T17:55:20.181Z | Compiling fs-err v2.11.0 |
| 2714 | 2026-06-26T17:55:20.206Z | Compiling polar-core v0.27.3 |
| 2715 | 2026-06-26T17:55:20.337Z | Compiling slog-scope v4.4.1 |
| 2716 | 2026-06-26T17:55:20.448Z | Compiling mime_guess v2.0.5 |
| 2717 | 2026-06-26T17:55:20.542Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-06-26T17:55:20.599Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2719 | 2026-06-26T17:55:20.926Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2720 | 2026-06-26T17:55:21.005Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2721 | 2026-06-26T17:55:21.393Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-06-26T17:55:21.503Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2723 | 2026-06-26T17:55:21.913Z | Compiling nanorand v0.7.0 |
| 2724 | 2026-06-26T17:55:22.259Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-06-26T17:55:22.311Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2726 | 2026-06-26T17:55:22.639Z | Compiling parking_lot_core v0.8.6 |
| 2727 | 2026-06-26T17:55:22.973Z | Compiling flume v0.11.1 |
| 2728 | 2026-06-26T17:55:23.371Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2729 | 2026-06-26T17:55:24.034Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2730 | 2026-06-26T17:55:24.388Z | Compiling darling_macro v0.23.0 |
| 2731 | 2026-06-26T17:55:24.478Z | Compiling slog-stdlog v4.1.1 |
| 2732 | 2026-06-26T17:55:24.780Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2733 | 2026-06-26T17:55:24.853Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2734 | 2026-06-26T17:55:24.899Z | Compiling primeorder v0.13.6 |
| 2735 | 2026-06-26T17:55:24.953Z | Compiling atty v0.2.14 |
| 2736 | 2026-06-26T17:55:25.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2737 | 2026-06-26T17:55:25.216Z | Compiling strsim v0.10.0 |
| 2738 | 2026-06-26T17:55:25.317Z | Compiling instability v0.3.11 |
| 2739 | 2026-06-26T17:55:25.524Z | Compiling async-bb8-diesel v0.2.1 |
| 2740 | 2026-06-26T17:55:25.547Z | Compiling diesel-dtrace v0.5.0 |
| 2741 | 2026-06-26T17:55:25.859Z | Compiling http-range v0.1.5 |
| 2742 | 2026-06-26T17:55:25.989Z | Compiling parse-size v1.1.0 |
| 2743 | 2026-06-26T17:55:26.105Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2744 | 2026-06-26T17:55:26.187Z | Compiling darling_core v0.13.4 |
| 2745 | 2026-06-26T17:55:26.240Z | Compiling p384 v0.13.1 |
| 2746 | 2026-06-26T17:55:27.819Z | Compiling darling v0.23.0 |
| 2747 | 2026-06-26T17:55:27.929Z | Compiling slog-envlogger v2.2.0 |
| 2748 | 2026-06-26T17:55:29.124Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2749 | 2026-06-26T17:55:29.255Z | Compiling oso v0.27.3 |
| 2750 | 2026-06-26T17:55:30.251Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2026-06-26T17:55:30.735Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2752 | 2026-06-26T17:55:30.912Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2753 | 2026-06-26T17:55:32.052Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-06-26T17:55:32.697Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2755 | 2026-06-26T17:55:33.104Z | Compiling ignore v0.4.25 |
| 2756 | 2026-06-26T17:55:33.570Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-26T17:55:33.998Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-06-26T17:55:34.223Z | Compiling castaway v0.2.4 |
| 2759 | 2026-06-26T17:55:34.388Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-06-26T17:55:34.642Z | Compiling indoc v2.0.7 |
| 2761 | 2026-06-26T17:55:34.741Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-06-26T17:55:35.035Z | Compiling compact_str v0.8.1 |
| 2763 | 2026-06-26T17:55:35.572Z | Compiling globwalk v0.9.1 |
| 2764 | 2026-06-26T17:55:35.723Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-06-26T17:55:36.395Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-06-26T17:55:36.427Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2767 | 2026-06-26T17:55:36.427Z | Compiling hyper-staticfile v0.10.1 |
| 2768 | 2026-06-26T17:55:36.458Z | Compiling darling_macro v0.13.4 |
| 2769 | 2026-06-26T17:55:36.938Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-06-26T17:55:36.970Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-06-26T17:55:37.131Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-06-26T17:55:37.383Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-06-26T17:55:37.575Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-06-26T17:55:37.601Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-06-26T17:55:37.750Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-06-26T17:55:37.956Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2026-06-26T17:55:38.033Z | Compiling lru v0.12.5 |
| 2778 | 2026-06-26T17:55:38.054Z | Compiling prefix-trie v0.7.0 |
| 2779 | 2026-06-26T17:55:38.078Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-06-26T17:55:38.182Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-06-26T17:55:38.262Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2782 | 2026-06-26T17:55:38.292Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2783 | 2026-06-26T17:55:38.325Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-06-26T17:55:38.509Z | Compiling rustls v0.21.12 |
| 2785 | 2026-06-26T17:55:38.524Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-06-26T17:55:38.639Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-06-26T17:55:38.655Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-06-26T17:55:38.655Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2789 | 2026-06-26T17:55:38.783Z | Compiling camino-tempfile-ext v0.3.3 |
| 2790 | 2026-06-26T17:55:38.827Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-06-26T17:55:38.955Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-06-26T17:55:39.281Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2793 | 2026-06-26T17:55:39.302Z | Compiling darling v0.13.4 |
| 2794 | 2026-06-26T17:55:39.389Z | Compiling sled v0.34.7 |
| 2795 | 2026-06-26T17:55:40.083Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2796 | 2026-06-26T17:55:40.693Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2797 | 2026-06-26T17:55:40.776Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-06-26T17:55:44.376Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-06-26T17:55:44.376Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2800 | 2026-06-26T17:55:44.376Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-06-26T17:55:44.376Z | Compiling sct v0.7.1 |
| 2802 | 2026-06-26T17:55:44.376Z | Compiling rustls-webpki v0.101.7 |
| 2803 | 2026-06-26T17:55:44.376Z | Compiling secrecy v0.8.0 |
| 2804 | 2026-06-26T17:55:44.376Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2805 | 2026-06-26T17:55:44.377Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2806 | 2026-06-26T17:55:44.377Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-06-26T17:55:44.705Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-06-26T17:55:44.934Z | Compiling serde_with_macros v1.5.2 |
| 2809 | 2026-06-26T17:55:45.732Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2810 | 2026-06-26T17:55:46.871Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2811 | 2026-06-26T17:55:46.954Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2812 | 2026-06-26T17:55:47.111Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2813 | 2026-06-26T17:55:47.328Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2814 | 2026-06-26T17:55:47.545Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2815 | 2026-06-26T17:55:47.758Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2816 | 2026-06-26T17:55:47.974Z | Compiling git2 v0.20.4 |
| 2817 | 2026-06-26T17:55:48.039Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-06-26T17:55:48.207Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-06-26T17:55:48.253Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-06-26T17:55:48.532Z | Compiling void v1.0.2 |
| 2821 | 2026-06-26T17:55:48.675Z | Compiling lzss v0.8.2 |
| 2822 | 2026-06-26T17:55:48.997Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-06-26T17:55:49.582Z | Compiling serde_with v1.14.0 |
| 2824 | 2026-06-26T17:55:49.609Z | Compiling tokio-rustls v0.24.1 |
| 2825 | 2026-06-26T17:55:49.962Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2826 | 2026-06-26T17:55:50.993Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2827 | 2026-06-26T17:55:51.026Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-06-26T17:55:51.081Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2829 | 2026-06-26T17:55:53.074Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2830 | 2026-06-26T17:55:53.270Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-06-26T17:55:53.826Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2832 | 2026-06-26T17:55:54.602Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-06-26T17:55:54.676Z | Compiling tungstenite v0.23.0 |
| 2834 | 2026-06-26T17:55:54.870Z | Compiling rustls-pemfile v1.0.4 |
| 2835 | 2026-06-26T17:55:55.229Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-06-26T17:55:55.266Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2837 | 2026-06-26T17:55:55.489Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-06-26T17:55:55.715Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-06-26T17:55:55.810Z | Compiling nix v0.27.1 |
| 2840 | 2026-06-26T17:55:56.138Z | Compiling twox-hash v2.1.2 |
| 2841 | 2026-06-26T17:55:56.638Z | Compiling serde_bytes v0.11.19 |
| 2842 | 2026-06-26T17:55:56.925Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2843 | 2026-06-26T17:55:57.022Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2844 | 2026-06-26T17:55:57.122Z | Compiling tokio-tungstenite v0.23.1 |
| 2845 | 2026-06-26T17:55:57.282Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2846 | 2026-06-26T17:55:57.492Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2847 | 2026-06-26T17:55:57.519Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2026-06-26T17:55:57.757Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2849 | 2026-06-26T17:55:59.066Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2850 | 2026-06-26T17:55:59.699Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2851 | 2026-06-26T17:56:00.347Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2852 | 2026-06-26T17:56:00.746Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2853 | 2026-06-26T17:56:01.149Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2854 | 2026-06-26T17:56:01.452Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2855 | 2026-06-26T17:56:01.620Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2856 | 2026-06-26T17:56:01.760Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2857 | 2026-06-26T17:56:01.969Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2858 | 2026-06-26T17:56:02.039Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2859 | 2026-06-26T17:56:02.412Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2860 | 2026-06-26T17:56:02.975Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2861 | 2026-06-26T17:56:03.440Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2862 | 2026-06-26T17:56:06.163Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2863 | 2026-06-26T17:56:06.408Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2864 | 2026-06-26T17:56:07.516Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2865 | 2026-06-26T17:56:07.652Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2866 | 2026-06-26T17:56:07.803Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2867 | 2026-06-26T17:56:08.049Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-06-26T17:56:08.757Z | Compiling signal-hook-tokio v0.3.1 |
| 2869 | 2026-06-26T17:56:08.866Z | Compiling fatfs v0.3.6 |
| 2870 | 2026-06-26T17:56:08.939Z | Compiling yasna v0.5.2 |
| 2871 | 2026-06-26T17:56:08.981Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-06-26T17:56:09.103Z | Compiling seq-macro v0.3.6 |
| 2873 | 2026-06-26T17:56:09.591Z | Compiling is_ci v1.2.0 |
| 2874 | 2026-06-26T17:56:09.876Z | Compiling assert_matches v1.5.0 |
| 2875 | 2026-06-26T17:56:09.984Z | Compiling supports-color v3.0.2 |
| 2876 | 2026-06-26T17:56:10.182Z | Compiling rcgen v0.12.1 |
| 2877 | 2026-06-26T17:56:10.268Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2878 | 2026-06-26T17:56:10.788Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2879 | 2026-06-26T17:56:11.492Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-06-26T17:56:12.820Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-06-26T17:56:12.946Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2882 | 2026-06-26T17:56:13.065Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-06-26T17:56:13.182Z | Compiling subprocess v0.2.15 |
| 2884 | 2026-06-26T17:56:13.344Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-06-26T17:56:13.633Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-06-26T17:56:14.762Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-06-26T17:56:15.407Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2888 | 2026-06-26T17:56:15.429Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-06-26T17:56:15.540Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-06-26T17:56:16.570Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-06-26T17:56:16.852Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-06-26T17:56:17.315Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-06-26T17:56:17.982Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-06-26T17:56:18.198Z | Compiling uzers v0.12.2 |
| 2895 | 2026-06-26T17:56:18.900Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-06-26T17:56:19.518Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-06-26T17:56:19.869Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-06-26T17:56:21.273Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-06-26T17:56:22.907Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-06-26T17:56:24.448Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-06-26T17:56:25.079Z | Compiling multimap v0.10.1 |
| 2902 | 2026-06-26T17:56:40.191Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-06-26T17:56:40.593Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-06-26T17:56:46.839Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-06-26T17:56:47.090Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-06-26T17:56:47.557Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-06-26T18:02:55.718Z | Finished `release` profile [optimized] target(s) in 8m 17s |
| 2908 | 2026-06-26T18:03:41.226Z | |
| 2909 | 2026-06-26T18:03:41.229Z | real 9:04.146460372 |
| 2910 | 2026-06-26T18:03:41.229Z | user 1:17:59.893962290 |
| 2911 | 2026-06-26T18:03:41.229Z | sys 3:24.812235133 |
| 2912 | 2026-06-26T18:03:41.230Z | trap 1.733940537 |
| 2913 | 2026-06-26T18:03:41.230Z | tflt 2.192636566 |
| 2914 | 2026-06-26T18:03:41.230Z | dflt 17.373381726 |
| 2915 | 2026-06-26T18:03:41.230Z | kflt 0.028740730 |
| 2916 | 2026-06-26T18:03:41.230Z | lock 6:32:48.189820738 |
| 2917 | 2026-06-26T18:03:41.230Z | slp 2:08:46.933249676 |
| 2918 | 2026-06-26T18:03:41.230Z | lat 2:17.066297884 |
| 2919 | 2026-06-26T18:03:41.230Z | stop 5:05.813220378 |
| 2920 | 2026-06-26T18:03:41.230Z | + mapfile -t packages |
| 2921 | 2026-06-26T18:03:41.230Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-06-26T18:03:42.099Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2923 | 2026-06-26T18:03:42.161Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-06-26T18:03:42.217Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-06-26T18:03:42.221Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-06-26T18:03:42.693Z | Compiling libc v0.2.185 |
| 2927 | 2026-06-26T18:03:42.693Z | Compiling serde v1.0.228 |
| 2928 | 2026-06-26T18:03:42.698Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-06-26T18:03:42.698Z | Compiling rustix v1.1.3 |
| 2930 | 2026-06-26T18:03:42.698Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-06-26T18:03:42.698Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-06-26T18:03:42.787Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-06-26T18:03:42.800Z | Compiling syn v2.0.117 |
| 2934 | 2026-06-26T18:03:42.852Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-06-26T18:03:42.852Z | Compiling indexmap v2.14.0 |
| 2936 | 2026-06-26T18:03:42.873Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-06-26T18:03:42.885Z | Compiling syn v1.0.109 |
| 2938 | 2026-06-26T18:03:42.897Z | Compiling log v0.4.29 |
| 2939 | 2026-06-26T18:03:42.900Z | Compiling getrandom v0.4.1 |
| 2940 | 2026-06-26T18:03:43.042Z | Compiling percent-encoding v2.3.2 |
| 2941 | 2026-06-26T18:03:43.219Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-06-26T18:03:43.263Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-06-26T18:03:43.266Z | Compiling once_cell v1.21.3 |
| 2944 | 2026-06-26T18:03:43.284Z | Compiling heck v0.4.1 |
| 2945 | 2026-06-26T18:03:43.305Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-06-26T18:03:43.503Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-06-26T18:03:43.513Z | Compiling errno v0.3.14 |
| 2948 | 2026-06-26T18:03:43.545Z | Compiling memmap v0.7.0 |
| 2949 | 2026-06-26T18:03:43.765Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-06-26T18:03:44.352Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-06-26T18:03:44.511Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-06-26T18:03:44.511Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-06-26T18:03:44.590Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-06-26T18:03:44.605Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-06-26T18:03:44.605Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-06-26T18:03:44.744Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-06-26T18:03:45.260Z | Compiling tabled v0.15.0 |
| 2958 | 2026-06-26T18:03:45.302Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-06-26T18:03:45.302Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-06-26T18:03:45.674Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-06-26T18:03:45.677Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-06-26T18:03:45.677Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-06-26T18:03:45.677Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-06-26T18:03:45.677Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-06-26T18:03:45.677Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-06-26T18:03:45.677Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-06-26T18:03:45.677Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-06-26T18:03:45.716Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-06-26T18:03:45.725Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-06-26T18:03:45.818Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-06-26T18:03:46.334Z | Compiling scroll v0.12.0 |
| 2972 | 2026-06-26T18:03:46.494Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-06-26T18:03:46.684Z | Compiling goblin v0.8.2 |
| 2974 | 2026-06-26T18:03:46.776Z | Compiling zerofrom v0.1.6 |
| 2975 | 2026-06-26T18:03:46.891Z | Compiling yoke v0.8.1 |
| 2976 | 2026-06-26T18:03:46.919Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-06-26T18:03:46.965Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-06-26T18:03:47.007Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-06-26T18:03:47.092Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-06-26T18:03:47.104Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-06-26T18:03:47.376Z | Compiling clap v4.6.1 |
| 2982 | 2026-06-26T18:03:47.693Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-06-26T18:03:47.715Z | Compiling potential_utf v0.1.4 |
| 2984 | 2026-06-26T18:03:47.924Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-06-26T18:03:47.943Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-06-26T18:03:48.685Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-06-26T18:03:49.014Z | Compiling icu_properties v2.1.2 |
| 2988 | 2026-06-26T18:03:49.107Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-06-26T18:03:49.190Z | Compiling toml_datetime v0.6.11 |
| 2990 | 2026-06-26T18:03:49.328Z | Compiling serde_spanned v0.6.9 |
| 2991 | 2026-06-26T18:03:49.340Z | Compiling dof v0.3.0 |
| 2992 | 2026-06-26T18:03:49.504Z | Compiling toml_edit v0.22.27 |
| 2993 | 2026-06-26T18:03:49.564Z | Compiling serde_tokenstream v0.2.3 |
| 2994 | 2026-06-26T18:03:49.579Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-06-26T18:03:49.595Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-06-26T18:03:49.878Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-06-26T18:03:49.924Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-06-26T18:03:50.034Z | Compiling idna v1.1.0 |
| 2999 | 2026-06-26T18:03:50.336Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-06-26T18:03:50.348Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-06-26T18:03:50.417Z | Compiling url v2.5.8 |
| 3002 | 2026-06-26T18:03:50.983Z | Compiling usdt v0.5.0 |
| 3003 | 2026-06-26T18:03:51.121Z | Compiling toml v0.8.23 |
| 3004 | 2026-06-26T18:03:51.549Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-06-26T18:03:51.549Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-06-26T18:03:52.577Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-06-26T18:03:56.061Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-06-26T18:03:59.055Z | Finished `release` profile [optimized] target(s) in 16.82s |
| 3009 | 2026-06-26T18:03:59.162Z | |
| 3010 | 2026-06-26T18:03:59.165Z | real 16.906956396 |
| 3011 | 2026-06-26T18:03:59.165Z | user 2:20.135506511 |
| 3012 | 2026-06-26T18:03:59.165Z | sys 16.271207831 |
| 3013 | 2026-06-26T18:03:59.165Z | trap 0.096656913 |
| 3014 | 2026-06-26T18:03:59.165Z | tflt 0.543321281 |
| 3015 | 2026-06-26T18:03:59.165Z | dflt 1.379982712 |
| 3016 | 2026-06-26T18:03:59.166Z | kflt 0.000021426 |
| 3017 | 2026-06-26T18:03:59.166Z | lock 5:24.708883144 |
| 3018 | 2026-06-26T18:03:59.166Z | slp 3:28.796028359 |
| 3019 | 2026-06-26T18:03:59.166Z | lat 6.115416841 |
| 3020 | 2026-06-26T18:03:59.166Z | stop 18.119655119 |
| 3021 | 2026-06-26T18:03:59.166Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-06-26T18:03:59.166Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-06-26T18:03:59.166Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-06-26T18:03:59.166Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-06-26T18:03:59.166Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-06-26T18:04:00.045Z | Compiling progenitor-client v0.14.0 |
| 3027 | 2026-06-26T18:04:00.045Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-06-26T18:04:00.051Z | Compiling newtype-uuid-macros v0.1.0 |
| 3029 | 2026-06-26T18:04:00.051Z | Compiling match_cfg v0.1.0 |
| 3030 | 2026-06-26T18:04:00.051Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-06-26T18:04:00.051Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-06-26T18:04:00.051Z | Compiling rustls v0.22.4 |
| 3033 | 2026-06-26T18:04:00.051Z | Compiling rustls-webpki v0.102.8 |
| 3034 | 2026-06-26T18:04:00.052Z | Compiling multer v3.1.0 |
| 3035 | 2026-06-26T18:04:00.052Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-06-26T18:04:00.052Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-06-26T18:04:00.185Z | Compiling atomicwrites v0.4.4 |
| 3038 | 2026-06-26T18:04:00.189Z | Compiling itertools v0.14.0 |
| 3039 | 2026-06-26T18:04:00.243Z | Compiling async-stream-impl v0.3.6 |
| 3040 | 2026-06-26T18:04:00.257Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3041 | 2026-06-26T18:04:00.260Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-06-26T18:04:00.394Z | Compiling compression-codecs v0.4.37 |
| 3043 | 2026-06-26T18:04:00.428Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-06-26T18:04:00.446Z | Compiling hostname v0.3.1 |
| 3045 | 2026-06-26T18:04:00.448Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3046 | 2026-06-26T18:04:00.449Z | Compiling waitgroup v0.1.2 |
| 3047 | 2026-06-26T18:04:00.476Z | Compiling dropshot_endpoint v0.17.0 |
| 3048 | 2026-06-26T18:04:00.508Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-06-26T18:04:00.565Z | Compiling slog-bunyan v2.5.0 |
| 3050 | 2026-06-26T18:04:00.595Z | Compiling async-compression v0.4.41 |
| 3051 | 2026-06-26T18:04:00.599Z | Compiling serde_path_to_error v0.1.20 |
| 3052 | 2026-06-26T18:04:00.632Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3053 | 2026-06-26T18:04:00.649Z | Compiling hostname v0.4.2 |
| 3054 | 2026-06-26T18:04:00.699Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-06-26T18:04:00.715Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-06-26T18:04:00.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-06-26T18:04:00.718Z | Compiling instant v0.1.13 |
| 3058 | 2026-06-26T18:04:00.821Z | Compiling regress v0.10.5 |
| 3059 | 2026-06-26T18:04:00.857Z | Compiling backon v1.6.0 |
| 3060 | 2026-06-26T18:04:00.872Z | Compiling async-stream v0.3.6 |
| 3061 | 2026-06-26T18:04:00.896Z | Compiling backoff v0.4.0 |
| 3062 | 2026-06-26T18:04:00.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-06-26T18:04:00.958Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3064 | 2026-06-26T18:04:00.975Z | Compiling humantime v2.3.0 |
| 3065 | 2026-06-26T18:04:01.057Z | Compiling progenitor-extras v0.2.0 |
| 3066 | 2026-06-26T18:04:01.074Z | Compiling universal-hash v0.5.1 |
| 3067 | 2026-06-26T18:04:01.089Z | Compiling opaque-debug v0.3.1 |
| 3068 | 2026-06-26T18:04:05.440Z | Compiling regress v0.11.1 |
| 3069 | 2026-06-26T18:04:05.448Z | Compiling half v2.7.1 |
| 3070 | 2026-06-26T18:04:05.448Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-06-26T18:04:05.448Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-06-26T18:04:05.448Z | Compiling ciborium-io v0.2.2 |
| 3073 | 2026-06-26T18:04:05.448Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-06-26T18:04:05.448Z | Compiling convert_case v0.4.0 |
| 3075 | 2026-06-26T18:04:05.448Z | Compiling structmeta v0.3.0 |
| 3076 | 2026-06-26T18:04:05.448Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3077 | 2026-06-26T18:04:05.448Z | Compiling aead v0.5.2 |
| 3078 | 2026-06-26T18:04:05.448Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-06-26T18:04:05.448Z | Compiling poly1305 v0.8.0 |
| 3080 | 2026-06-26T18:04:05.448Z | Compiling ciborium-ll v0.2.2 |
| 3081 | 2026-06-26T18:04:05.448Z | Compiling chacha20 v0.9.1 |
| 3082 | 2026-06-26T18:04:05.448Z | Compiling unsafe-libyaml v0.2.11 |
| 3083 | 2026-06-26T18:04:05.448Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-06-26T18:04:05.449Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-06-26T18:04:05.449Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3086 | 2026-06-26T18:04:05.475Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3087 | 2026-06-26T18:04:05.476Z | Compiling derive_more v0.99.20 |
| 3088 | 2026-06-26T18:04:05.476Z | Compiling ciborium v0.2.2 |
| 3089 | 2026-06-26T18:04:05.476Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3090 | 2026-06-26T18:04:05.476Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-06-26T18:04:05.476Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-06-26T18:04:05.476Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-06-26T18:04:05.476Z | Compiling blake2 v0.10.6 |
| 3094 | 2026-06-26T18:04:05.476Z | Compiling serde_yaml v0.9.34+deprecated |
| 3095 | 2026-06-26T18:04:05.476Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3096 | 2026-06-26T18:04:05.476Z | Compiling password-hash v0.5.0 |
| 3097 | 2026-06-26T18:04:05.476Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3098 | 2026-06-26T18:04:05.476Z | Compiling chacha20poly1305 v0.10.1 |
| 3099 | 2026-06-26T18:04:05.476Z | Compiling indent_write v2.2.0 |
| 3100 | 2026-06-26T18:04:05.476Z | Compiling heapless v0.8.0 |
| 3101 | 2026-06-26T18:04:05.476Z | Compiling ingot-macros v0.1.1 |
| 3102 | 2026-06-26T18:04:05.476Z | Compiling tabwriter v1.4.1 |
| 3103 | 2026-06-26T18:04:05.476Z | Compiling argon2 v0.5.3 |
| 3104 | 2026-06-26T18:04:05.476Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3105 | 2026-06-26T18:04:05.476Z | Compiling tokio-rustls v0.25.0 |
| 3106 | 2026-06-26T18:04:05.476Z | Compiling typify-impl v0.6.2 |
| 3107 | 2026-06-26T18:04:05.476Z | Compiling hash32 v0.3.1 |
| 3108 | 2026-06-26T18:04:05.477Z | Compiling thiserror-no-std v2.0.2 |
| 3109 | 2026-06-26T18:04:05.477Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3110 | 2026-06-26T18:04:05.477Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-06-26T18:04:05.477Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-06-26T18:04:05.477Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-06-26T18:04:05.477Z | Compiling proc-macro-crate v3.4.0 |
| 3114 | 2026-06-26T18:04:05.477Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3115 | 2026-06-26T18:04:05.477Z | Compiling smoltcp v0.11.0 |
| 3116 | 2026-06-26T18:04:05.477Z | Compiling cobs v0.3.0 |
| 3117 | 2026-06-26T18:04:05.477Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3118 | 2026-06-26T18:04:05.477Z | Compiling num_enum_derive v0.7.6 |
| 3119 | 2026-06-26T18:04:05.477Z | Compiling colored v3.1.1 |
| 3120 | 2026-06-26T18:04:05.477Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-06-26T18:04:05.477Z | Compiling postcard v1.1.3 |
| 3122 | 2026-06-26T18:04:05.477Z | Compiling proc-macro-error v1.0.4 |
| 3123 | 2026-06-26T18:04:05.477Z | Compiling proc-macro-crate v1.3.1 |
| 3124 | 2026-06-26T18:04:05.477Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3125 | 2026-06-26T18:04:05.477Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3126 | 2026-06-26T18:04:05.477Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-06-26T18:04:05.477Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3128 | 2026-06-26T18:04:05.477Z | Compiling cpufeatures v0.3.0 |
| 3129 | 2026-06-26T18:04:05.477Z | Compiling rayon-core v1.13.0 |
| 3130 | 2026-06-26T18:04:05.477Z | Compiling foreign-types-shared v0.3.1 |
| 3131 | 2026-06-26T18:04:05.477Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-06-26T18:04:05.478Z | Compiling chacha20 v0.10.0 |
| 3133 | 2026-06-26T18:04:05.478Z | Compiling num_enum_derive v0.5.11 |
| 3134 | 2026-06-26T18:04:05.478Z | Compiling crossbeam-deque v0.8.6 |
| 3135 | 2026-06-26T18:04:05.478Z | Compiling camino-tempfile v1.4.1 |
| 3136 | 2026-06-26T18:04:05.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3137 | 2026-06-26T18:04:05.478Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3138 | 2026-06-26T18:04:05.478Z | Compiling cstr-argument v0.1.2 |
| 3139 | 2026-06-26T18:04:05.478Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3140 | 2026-06-26T18:04:05.478Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3141 | 2026-06-26T18:04:05.478Z | Compiling foreign-types v0.5.0 |
| 3142 | 2026-06-26T18:04:05.478Z | Compiling rand v0.10.0 |
| 3143 | 2026-06-26T18:04:05.478Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3144 | 2026-06-26T18:04:05.478Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3145 | 2026-06-26T18:04:05.478Z | Compiling num_enum v0.7.6 |
| 3146 | 2026-06-26T18:04:05.478Z | Compiling zone_cfg_derive v0.3.1 |
| 3147 | 2026-06-26T18:04:05.478Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3148 | 2026-06-26T18:04:05.478Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3149 | 2026-06-26T18:04:05.478Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3150 | 2026-06-26T18:04:05.478Z | Compiling rayon v1.11.0 |
| 3151 | 2026-06-26T18:04:05.478Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3152 | 2026-06-26T18:04:05.478Z | Compiling itertools v0.12.1 |
| 3153 | 2026-06-26T18:04:05.478Z | Compiling ingot-types v0.1.2 |
| 3154 | 2026-06-26T18:04:05.478Z | Compiling num-derive v0.4.2 |
| 3155 | 2026-06-26T18:04:05.479Z | Compiling sigpipe v0.1.3 |
| 3156 | 2026-06-26T18:04:05.489Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3157 | 2026-06-26T18:04:05.500Z | Compiling glob v0.3.3 |
| 3158 | 2026-06-26T18:04:09.436Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3159 | 2026-06-26T18:04:09.455Z | Compiling smf v0.2.3 |
| 3160 | 2026-06-26T18:04:09.455Z | Compiling whoami v1.6.1 |
| 3161 | 2026-06-26T18:04:09.455Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3162 | 2026-06-26T18:04:09.455Z | Compiling ingot v0.1.1 |
| 3163 | 2026-06-26T18:04:09.455Z | Compiling num_enum v0.5.11 |
| 3164 | 2026-06-26T18:04:09.455Z | Compiling usdt-macro v0.5.0 |
| 3165 | 2026-06-26T18:04:09.455Z | Compiling usdt-attr-macro v0.5.0 |
| 3166 | 2026-06-26T18:04:09.455Z | Compiling gethostname v0.5.0 |
| 3167 | 2026-06-26T18:04:09.455Z | Compiling num-rational v0.4.2 |
| 3168 | 2026-06-26T18:04:09.455Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3169 | 2026-06-26T18:04:09.456Z | Compiling num-complex v0.4.6 |
| 3170 | 2026-06-26T18:04:09.456Z | Compiling memmap v0.7.0 |
| 3171 | 2026-06-26T18:04:09.456Z | Compiling derive-where v1.6.0 |
| 3172 | 2026-06-26T18:04:09.456Z | Compiling float-ord v0.3.2 |
| 3173 | 2026-06-26T18:04:09.456Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3174 | 2026-06-26T18:04:09.456Z | Compiling num v0.4.3 |
| 3175 | 2026-06-26T18:04:09.456Z | Compiling toml v0.8.23 |
| 3176 | 2026-06-26T18:04:09.456Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-06-26T18:04:09.456Z | Compiling zone v0.3.1 |
| 3178 | 2026-06-26T18:04:09.456Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-06-26T18:04:09.466Z | Compiling owo-colors v4.3.0 |
| 3180 | 2026-06-26T18:04:09.466Z | Compiling cancel-safe-futures v0.1.5 |
| 3181 | 2026-06-26T18:04:09.466Z | Compiling usdt v0.5.0 |
| 3182 | 2026-06-26T18:04:09.466Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-06-26T18:04:09.466Z | Compiling prettyplease v0.2.37 |
| 3184 | 2026-06-26T18:04:09.466Z | Compiling libsw v3.5.0 |
| 3185 | 2026-06-26T18:04:09.466Z | Compiling console v0.15.11 |
| 3186 | 2026-06-26T18:04:09.466Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-06-26T18:04:09.466Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-06-26T18:04:09.466Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-06-26T18:04:09.466Z | Compiling linear-map v1.2.0 |
| 3190 | 2026-06-26T18:04:09.466Z | Compiling libefi-sys v0.1.0 |
| 3191 | 2026-06-26T18:04:09.466Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-06-26T18:04:09.466Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-06-26T18:04:09.466Z | Compiling typify-macro v0.6.2 |
| 3194 | 2026-06-26T18:04:09.466Z | Compiling git-stub v1.0.0 |
| 3195 | 2026-06-26T18:04:09.467Z | Compiling lru-cache v0.1.2 |
| 3196 | 2026-06-26T18:04:09.467Z | Compiling bitfield-struct v0.6.2 |
| 3197 | 2026-06-26T18:04:09.467Z | Compiling nom v8.0.0 |
| 3198 | 2026-06-26T18:04:09.467Z | Compiling semver v0.1.20 |
| 3199 | 2026-06-26T18:04:09.467Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-06-26T18:04:09.467Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3201 | 2026-06-26T18:04:09.467Z | Compiling tokio-dtrace v0.1.1 |
| 3202 | 2026-06-26T18:04:09.467Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3203 | 2026-06-26T18:04:09.467Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-06-26T18:04:09.467Z | Compiling rustc_version v0.1.7 |
| 3205 | 2026-06-26T18:04:09.467Z | Compiling slog-dtrace v0.3.0 |
| 3206 | 2026-06-26T18:04:09.467Z | Compiling minimal-lexical v0.2.1 |
| 3207 | 2026-06-26T18:04:09.467Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-06-26T18:04:09.467Z | Compiling oxide-tokio-rt v0.1.4 |
| 3209 | 2026-06-26T18:04:09.467Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3210 | 2026-06-26T18:04:09.467Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-06-26T18:04:09.467Z | Compiling newtype_derive v0.1.6 |
| 3212 | 2026-06-26T18:04:09.468Z | Compiling nom v7.1.3 |
| 3213 | 2026-06-26T18:04:09.468Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3214 | 2026-06-26T18:04:09.468Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-06-26T18:04:09.468Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-06-26T18:04:09.468Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-06-26T18:04:09.468Z | Compiling highway v1.3.0 |
| 3218 | 2026-06-26T18:04:09.468Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3219 | 2026-06-26T18:04:09.468Z | Compiling xshell-macros v0.2.7 |
| 3220 | 2026-06-26T18:04:09.468Z | Compiling chrono-tz v0.10.4 |
| 3221 | 2026-06-26T18:04:09.468Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3222 | 2026-06-26T18:04:09.468Z | Compiling const_format_proc_macros v0.2.34 |
| 3223 | 2026-06-26T18:04:09.468Z | Compiling csv v1.4.0 |
| 3224 | 2026-06-26T18:04:09.468Z | Compiling phf v0.12.1 |
| 3225 | 2026-06-26T18:04:09.468Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3226 | 2026-06-26T18:04:09.468Z | Compiling primeorder v0.13.6 |
| 3227 | 2026-06-26T18:04:09.468Z | Compiling xshell v0.2.7 |
| 3228 | 2026-06-26T18:04:09.468Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3229 | 2026-06-26T18:04:09.468Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-06-26T18:04:09.468Z | Compiling typify v0.6.2 |
| 3231 | 2026-06-26T18:04:09.468Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-06-26T18:04:09.468Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-06-26T18:04:09.469Z | Compiling progenitor-impl v0.14.0 |
| 3234 | 2026-06-26T18:04:09.469Z | Compiling hickory-resolver v0.24.4 |
| 3235 | 2026-06-26T18:04:09.469Z | Compiling bcs v0.1.6 |
| 3236 | 2026-06-26T18:04:09.472Z | Compiling const_format v0.2.35 |
| 3237 | 2026-06-26T18:04:09.495Z | Compiling termtree v0.5.1 |
| 3238 | 2026-06-26T18:04:09.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-06-26T18:04:10.543Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3240 | 2026-06-26T18:04:10.559Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3241 | 2026-06-26T18:04:10.559Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3242 | 2026-06-26T18:04:10.559Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3243 | 2026-06-26T18:04:10.559Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3244 | 2026-06-26T18:04:10.559Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3245 | 2026-06-26T18:04:10.559Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3246 | 2026-06-26T18:04:10.559Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3247 | 2026-06-26T18:04:10.559Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-06-26T18:04:10.559Z | Compiling salty v0.3.0 |
| 3249 | 2026-06-26T18:04:10.559Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-06-26T18:04:10.559Z | Compiling qorb v0.4.1 |
| 3251 | 2026-06-26T18:04:10.559Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-06-26T18:04:10.559Z | Compiling moka v0.12.13 |
| 3253 | 2026-06-26T18:04:10.951Z | Compiling tabled v0.15.0 |
| 3254 | 2026-06-26T18:04:10.955Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-06-26T18:04:11.015Z | Compiling steno v0.4.1 |
| 3256 | 2026-06-26T18:04:11.035Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-06-26T18:04:12.245Z | Compiling base64 v0.21.7 |
| 3258 | 2026-06-26T18:04:12.252Z | Compiling radium v0.7.0 |
| 3259 | 2026-06-26T18:04:12.252Z | Compiling hickory-resolver v0.25.2 |
| 3260 | 2026-06-26T18:04:12.252Z | Compiling p384 v0.13.1 |
| 3261 | 2026-06-26T18:04:12.252Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3262 | 2026-06-26T18:04:12.257Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-06-26T18:04:12.257Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3264 | 2026-06-26T18:04:12.257Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3265 | 2026-06-26T18:04:12.257Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3266 | 2026-06-26T18:04:12.257Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3267 | 2026-06-26T18:04:12.257Z | Compiling progenitor-macro v0.14.0 |
| 3268 | 2026-06-26T18:04:12.257Z | Compiling maybe-uninit v2.0.0 |
| 3269 | 2026-06-26T18:04:12.715Z | Compiling tap v1.0.1 |
| 3270 | 2026-06-26T18:04:12.724Z | Compiling wyz v0.5.1 |
| 3271 | 2026-06-26T18:04:12.724Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3272 | 2026-06-26T18:04:12.729Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-06-26T18:04:12.747Z | Compiling packed_struct v0.10.1 |
| 3274 | 2026-06-26T18:04:12.795Z | Compiling utf-8 v0.7.6 |
| 3275 | 2026-06-26T18:04:12.855Z | Compiling parking_lot_core v0.8.6 |
| 3276 | 2026-06-26T18:04:12.948Z | Compiling funty v2.0.0 |
| 3277 | 2026-06-26T18:04:12.999Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3278 | 2026-06-26T18:04:13.050Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-06-26T18:04:13.168Z | Compiling polyval v0.6.2 |
| 3280 | 2026-06-26T18:04:13.184Z | Compiling proc-macro-error2 v2.0.1 |
| 3281 | 2026-06-26T18:04:13.215Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3282 | 2026-06-26T18:04:13.255Z | Compiling packed_struct_codegen v0.10.1 |
| 3283 | 2026-06-26T18:04:13.314Z | Compiling bitvec v1.0.1 |
| 3284 | 2026-06-26T18:04:13.385Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-06-26T18:04:13.430Z | Compiling num-derive v0.3.3 |
| 3286 | 2026-06-26T18:04:13.551Z | Compiling zerocopy-derive v0.6.6 |
| 3287 | 2026-06-26T18:04:13.596Z | Compiling bitfield-macros v0.19.4 |
| 3288 | 2026-06-26T18:04:13.613Z | Compiling indexmap v1.9.3 |
| 3289 | 2026-06-26T18:04:13.630Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-06-26T18:04:13.716Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3291 | 2026-06-26T18:04:13.734Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-06-26T18:04:13.836Z | Compiling nodrop v0.1.14 |
| 3293 | 2026-06-26T18:04:13.888Z | Compiling crc v3.4.0 |
| 3294 | 2026-06-26T18:04:13.905Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3295 | 2026-06-26T18:04:13.950Z | Compiling array-init v0.0.4 |
| 3296 | 2026-06-26T18:04:13.954Z | Compiling tokio-tungstenite v0.21.0 |
| 3297 | 2026-06-26T18:04:13.983Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-06-26T18:04:14.009Z | Compiling ghash v0.5.1 |
| 3299 | 2026-06-26T18:04:14.175Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-06-26T18:04:14.328Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3301 | 2026-06-26T18:04:14.344Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-06-26T18:04:14.364Z | Compiling papergrid v0.17.0 |
| 3303 | 2026-06-26T18:04:14.378Z | Compiling bitfield v0.19.4 |
| 3304 | 2026-06-26T18:04:14.395Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-06-26T18:04:14.419Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-06-26T18:04:14.437Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3307 | 2026-06-26T18:04:14.475Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-06-26T18:04:14.565Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3309 | 2026-06-26T18:04:14.603Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3310 | 2026-06-26T18:04:14.623Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3311 | 2026-06-26T18:04:14.639Z | Compiling ctr v0.9.2 |
| 3312 | 2026-06-26T18:04:14.736Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-06-26T18:04:14.741Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-06-26T18:04:14.834Z | Compiling unicase v2.9.0 |
| 3315 | 2026-06-26T18:04:14.867Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3316 | 2026-06-26T18:04:14.885Z | Compiling hashbrown v0.12.3 |
| 3317 | 2026-06-26T18:04:14.901Z | Compiling corncobs v0.1.4 |
| 3318 | 2026-06-26T18:04:15.043Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-06-26T18:04:15.058Z | Compiling aes-gcm v0.10.3 |
| 3320 | 2026-06-26T18:04:15.084Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-06-26T18:04:15.101Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3322 | 2026-06-26T18:04:15.140Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-06-26T18:04:15.199Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3324 | 2026-06-26T18:04:15.271Z | Compiling parking_lot v0.11.2 |
| 3325 | 2026-06-26T18:04:15.392Z | Compiling tabled v0.20.0 |
| 3326 | 2026-06-26T18:04:15.505Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-06-26T18:04:15.619Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-06-26T18:04:15.715Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3329 | 2026-06-26T18:04:15.732Z | Compiling ron v0.8.1 |
| 3330 | 2026-06-26T18:04:15.779Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3331 | 2026-06-26T18:04:15.864Z | Compiling hashbrown v0.13.2 |
| 3332 | 2026-06-26T18:04:16.080Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3333 | 2026-06-26T18:04:16.188Z | Compiling progenitor-client v0.13.0 |
| 3334 | 2026-06-26T18:04:16.225Z | Compiling blowfish v0.9.1 |
| 3335 | 2026-06-26T18:04:16.271Z | Compiling prefix-trie v0.7.0 |
| 3336 | 2026-06-26T18:04:16.380Z | Compiling ssh-encoding v0.2.0 |
| 3337 | 2026-06-26T18:04:16.499Z | Compiling fxhash v0.2.1 |
| 3338 | 2026-06-26T18:04:16.543Z | Compiling secrecy v0.8.0 |
| 3339 | 2026-06-26T18:04:16.615Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3340 | 2026-06-26T18:04:16.682Z | Compiling crc-any v2.5.0 |
| 3341 | 2026-06-26T18:04:16.708Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-06-26T18:04:16.740Z | Compiling sled v0.34.7 |
| 3343 | 2026-06-26T18:04:16.758Z | Compiling hickory-server v0.25.2 |
| 3344 | 2026-06-26T18:04:16.953Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-06-26T18:04:16.976Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3346 | 2026-06-26T18:04:17.123Z | Compiling progenitor-macro v0.13.0 |
| 3347 | 2026-06-26T18:04:17.275Z | Compiling progenitor v0.14.0 |
| 3348 | 2026-06-26T18:04:17.292Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-06-26T18:04:17.338Z | Compiling object v0.30.4 |
| 3350 | 2026-06-26T18:04:17.454Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3351 | 2026-06-26T18:04:17.472Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3352 | 2026-06-26T18:04:17.569Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3353 | 2026-06-26T18:04:17.623Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-06-26T18:04:17.827Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3355 | 2026-06-26T18:04:17.991Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3356 | 2026-06-26T18:04:18.025Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3357 | 2026-06-26T18:04:18.161Z | Compiling password-hash v0.4.2 |
| 3358 | 2026-06-26T18:04:18.249Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3359 | 2026-06-26T18:04:18.321Z | Compiling http-range v0.1.5 |
| 3360 | 2026-06-26T18:04:18.337Z | Compiling half v1.8.3 |
| 3361 | 2026-06-26T18:04:18.533Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3362 | 2026-06-26T18:04:18.574Z | Compiling path-slash v0.1.5 |
| 3363 | 2026-06-26T18:04:18.641Z | Compiling crc8 v0.1.1 |
| 3364 | 2026-06-26T18:04:18.662Z | Compiling serde_cbor v0.11.2 |
| 3365 | 2026-06-26T18:04:18.784Z | Compiling pbkdf2 v0.11.0 |
| 3366 | 2026-06-26T18:04:18.787Z | Compiling illumos-nvpair v0.3.0 |
| 3367 | 2026-06-26T18:04:19.034Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3368 | 2026-06-26T18:04:19.062Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3369 | 2026-06-26T18:04:19.291Z | Compiling ssh-key v0.6.7 |
| 3370 | 2026-06-26T18:04:19.586Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3371 | 2026-06-26T18:04:19.973Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3372 | 2026-06-26T18:04:20.077Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3373 | 2026-06-26T18:04:20.209Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3374 | 2026-06-26T18:04:20.320Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3375 | 2026-06-26T18:04:20.490Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3376 | 2026-06-26T18:04:20.507Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3377 | 2026-06-26T18:04:20.531Z | Compiling p521 v0.13.3 |
| 3378 | 2026-06-26T18:04:20.776Z | Compiling p256 v0.13.2 |
| 3379 | 2026-06-26T18:04:20.922Z | Compiling yasna v0.5.2 |
| 3380 | 2026-06-26T18:04:20.984Z | Compiling kstat-rs v0.2.4 |
| 3381 | 2026-06-26T18:04:21.002Z | Compiling headers-core v0.3.0 |
| 3382 | 2026-06-26T18:04:21.043Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3383 | 2026-06-26T18:04:21.155Z | Compiling nanorand v0.7.0 |
| 3384 | 2026-06-26T18:04:21.176Z | Compiling russh-cryptovec v0.7.3 |
| 3385 | 2026-06-26T18:04:21.285Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3386 | 2026-06-26T18:04:21.312Z | Compiling atty v0.2.14 |
| 3387 | 2026-06-26T18:04:21.398Z | Compiling md5 v0.7.0 |
| 3388 | 2026-06-26T18:04:21.446Z | Compiling home v0.5.12 |
| 3389 | 2026-06-26T18:04:21.465Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3390 | 2026-06-26T18:04:21.528Z | Compiling rcgen v0.12.1 |
| 3391 | 2026-06-26T18:04:21.628Z | Compiling russh-keys v0.45.0 |
| 3392 | 2026-06-26T18:04:21.644Z | Compiling flume v0.11.1 |
| 3393 | 2026-06-26T18:04:21.741Z | Compiling headers v0.4.1 |
| 3394 | 2026-06-26T18:04:21.914Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3395 | 2026-06-26T18:04:21.994Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3396 | 2026-06-26T18:04:22.012Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3397 | 2026-06-26T18:04:22.204Z | Compiling progenitor v0.13.0 |
| 3398 | 2026-06-26T18:04:22.273Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3399 | 2026-06-26T18:04:22.376Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3400 | 2026-06-26T18:04:22.429Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3401 | 2026-06-26T18:04:22.508Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3402 | 2026-06-26T18:04:22.540Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3403 | 2026-06-26T18:04:22.750Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3404 | 2026-06-26T18:04:22.820Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3405 | 2026-06-26T18:04:22.839Z | Compiling hyper-staticfile v0.10.1 |
| 3406 | 2026-06-26T18:04:22.953Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3407 | 2026-06-26T18:04:22.970Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3408 | 2026-06-26T18:04:23.027Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3409 | 2026-06-26T18:04:23.226Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3410 | 2026-06-26T18:04:23.244Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3411 | 2026-06-26T18:04:23.368Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3412 | 2026-06-26T18:04:23.385Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3413 | 2026-06-26T18:04:23.447Z | Compiling num-bigint v0.4.6 |
| 3414 | 2026-06-26T18:04:23.494Z | Compiling des v0.8.1 |
| 3415 | 2026-06-26T18:04:23.534Z | Compiling subprocess v0.2.15 |
| 3416 | 2026-06-26T18:04:23.552Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3417 | 2026-06-26T18:04:23.592Z | Compiling hex-literal v0.4.1 |
| 3418 | 2026-06-26T18:04:23.686Z | Compiling display-error-chain v0.2.2 |
| 3419 | 2026-06-26T18:04:23.731Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3420 | 2026-06-26T18:04:23.751Z | Compiling colored v2.2.0 |
| 3421 | 2026-06-26T18:04:23.846Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3422 | 2026-06-26T18:04:23.862Z | Compiling internet-checksum v0.2.1 |
| 3423 | 2026-06-26T18:04:24.008Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3424 | 2026-06-26T18:04:24.034Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3425 | 2026-06-26T18:04:24.759Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3426 | 2026-06-26T18:04:24.791Z | Compiling russh v0.45.0 |
| 3427 | 2026-06-26T18:04:25.591Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-06-26T18:04:26.488Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3429 | 2026-06-26T18:04:26.488Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-06-26T18:04:28.878Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3431 | 2026-06-26T18:04:29.028Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3432 | 2026-06-26T18:04:29.554Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3433 | 2026-06-26T18:04:30.000Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3434 | 2026-06-26T18:04:31.508Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3435 | 2026-06-26T18:04:39.833Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3436 | 2026-06-26T18:04:39.833Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3437 | 2026-06-26T18:04:39.836Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3438 | 2026-06-26T18:04:39.836Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3439 | 2026-06-26T18:04:41.573Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3440 | 2026-06-26T18:04:41.606Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3441 | 2026-06-26T18:04:45.605Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3442 | 2026-06-26T18:05:25.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3443 | 2026-06-26T18:05:25.276Z | |
| 3444 | 2026-06-26T18:05:25.276Z | real 1:26.051151838 |
| 3445 | 2026-06-26T18:05:25.276Z | user 7:57.973734554 |
| 3446 | 2026-06-26T18:05:25.276Z | sys 1:36.124906750 |
| 3447 | 2026-06-26T18:05:25.276Z | trap 0.240199543 |
| 3448 | 2026-06-26T18:05:25.276Z | tflt 0.634839269 |
| 3449 | 2026-06-26T18:05:25.276Z | dflt 1.645935949 |
| 3450 | 2026-06-26T18:05:25.276Z | kflt 0.034474626 |
| 3451 | 2026-06-26T18:05:25.276Z | lock 26:45.988995110 |
| 3452 | 2026-06-26T18:05:25.276Z | slp 17:54.535704982 |
| 3453 | 2026-06-26T18:05:25.276Z | lat 35.738172167 |
| 3454 | 2026-06-26T18:05:25.279Z | stop 2:34.195276048 |
| 3455 | 2026-06-26T18:05:25.279Z | + mkdir tests |
| 3456 | 2026-06-26T18:05:25.283Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3457 | 2026-06-26T18:05:25.283Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3458 | 2026-06-26T18:05:25.307Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/ |
| 3459 | 2026-06-26T18:05:25.336Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/ |
| 3460 | 2026-06-26T18:05:25.424Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/ |
| 3461 | 2026-06-26T18:05:25.429Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/ |
| 3462 | 2026-06-26T18:05:25.663Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3463 | 2026-06-26T18:05:25.666Z | + 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3464 | 2026-06-26T18:06:45.975Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3465 | 2026-06-26T18:06:45.975Z | a .github/buildomat/ci-env.sh 1K |
| 3466 | 2026-06-26T18:06:45.975Z | a out/target/test 1K |
| 3467 | 2026-06-26T18:06:45.975Z | a out/npuzone/npuzone 27402K |
| 3468 | 2026-06-26T18:06:45.975Z | a package-manifest.toml 35K |
| 3469 | 2026-06-26T18:06:45.975Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3470 | 2026-06-26T18:06:45.975Z | a target/release/omicron-package 44673K |
| 3471 | 2026-06-26T18:06:45.975Z | a target/release/xtask 11142K |
| 3472 | 2026-06-26T18:06:45.975Z | a target/debug/bootstrap 356993K |
| 3473 | 2026-06-26T18:06:45.975Z | a tests/bootstrap-f2d4ae26e5892fb9 31975K |
| 3474 | 2026-06-26T18:06:45.975Z | a tests/commtest-3f1f110410e5c8cf 43619K |
| 3475 | 2026-06-26T18:06:45.975Z | a tests/dhcp_server-abedb56dce9149c1 31975K |
| 3476 | 2026-06-26T18:06:45.975Z | a tests/end_to_end_tests-0f60d05b842747e0 399875K |
| 3477 | 2026-06-26T18:06:45.975Z | a tools/opte_version 1K |
| 3478 | 2026-06-26T18:06:45.975Z | a tools/opte_version_override 2K |
| 3479 | 2026-06-26T18:06:45.975Z | a out/clickhouse.tar.gz 314108K |
| 3480 | 2026-06-26T18:06:45.975Z | a out/clickhouse_keeper.tar.gz 299289K |
| 3481 | 2026-06-26T18:06:45.975Z | a out/clickhouse_server.tar.gz 314106K |
| 3482 | 2026-06-26T18:06:45.976Z | a out/cockroachdb.tar.gz 153966K |
| 3483 | 2026-06-26T18:06:45.976Z | a out/crucible-pantry-zone.tar.gz 36692K |
| 3484 | 2026-06-26T18:06:45.976Z | a out/crucible-utils.tar 16478K |
| 3485 | 2026-06-26T18:06:45.976Z | a out/crucible-zone.tar.gz 52262K |
| 3486 | 2026-06-26T18:06:45.976Z | a out/external-dns.tar.gz 42832K |
| 3487 | 2026-06-26T18:06:45.976Z | a out/internal-dns.tar.gz 42831K |
| 3488 | 2026-06-26T18:06:45.976Z | a out/mg-ddm-gz.tar 97917K |
| 3489 | 2026-06-26T18:06:45.976Z | a out/nexus.tar.gz 277282K |
| 3490 | 2026-06-26T18:06:45.976Z | a out/ntp.tar.gz 24547K |
| 3491 | 2026-06-26T18:06:45.976Z | a out/omicron-gateway-softnpu.tar.gz 29299K |
| 3492 | 2026-06-26T18:06:45.976Z | a out/omicron-sled-agent.tar 193531K |
| 3493 | 2026-06-26T18:06:45.976Z | a out/overlay.tar.gz 3K |
| 3494 | 2026-06-26T18:06:45.976Z | a out/oximeter.tar.gz 62630K |
| 3495 | 2026-06-26T18:06:45.976Z | a out/oxlog.tar 3809K |
| 3496 | 2026-06-26T18:06:45.976Z | a out/probe.tar.gz 3037K |
| 3497 | 2026-06-26T18:06:45.976Z | a out/propolis-server.tar.gz 34918K |
| 3498 | 2026-06-26T18:06:45.976Z | a out/pumpkind-gz.tar 26647K |
| 3499 | 2026-06-26T18:06:45.976Z | a out/switch-softnpu.tar.gz 447347K |
| 3500 | 2026-06-26T18:06:45.980Z | |
| 3501 | 2026-06-26T18:06:45.980Z | real 1:20.309086049 |
| 3502 | 2026-06-26T18:06:45.980Z | user 1:17.657102673 |
| 3503 | 2026-06-26T18:06:45.980Z | sys 4.412996993 |
| 3504 | 2026-06-26T18:06:45.980Z | trap 0.007163418 |
| 3505 | 2026-06-26T18:06:45.980Z | tflt 0.000000000 |
| 3506 | 2026-06-26T18:06:45.980Z | dflt 0.000000000 |
| 3507 | 2026-06-26T18:06:45.980Z | kflt 0.000000000 |
| 3508 | 2026-06-26T18:06:45.980Z | lock 0.000000000 |
| 3509 | 2026-06-26T18:06:45.980Z | slp 1:17.548983093 |
| 3510 | 2026-06-26T18:06:45.980Z | lat 0.987253268 |
| 3511 | 2026-06-26T18:06:45.980Z | stop 0.000212798 |
| 3512 | 2026-06-26T18:06:45.980Z | process exited: duration 945802 ms, exit code 0 |
| |
| 3513 | 2026-06-26T18:06:45.994Z | found 1 output files |
| 3514 | 2026-06-26T18:06:45.994Z | uploading: /work/package.tar.gz (2482106424 bytes) |
| 3515 | 2026-06-26T18:07:15.463Z | uploaded: /work/package.tar.gz |