|
|
|
| 1 | 2026-05-27T00:02:36.793Z | job assigned to worker 01KSKBSP36B21S8N0NF0A137HV [factory aws, i-0e9afc0ca0d4d19a4] (queued for 52 s) |
| |
| 2 | 2026-05-27T00:02:44.476Z | starting task 0: "setup" |
| 3 | 2026-05-27T00:02:44.482Z | ++ uname -s |
| 4 | 2026-05-27T00:02:44.485Z | + kern=SunOS |
| 5 | 2026-05-27T00:02:44.485Z | + build_user=build |
| 6 | 2026-05-27T00:02:44.485Z | + build_uid=12345 |
| 7 | 2026-05-27T00:02:44.485Z | + work_dir=/work |
| 8 | 2026-05-27T00:02:44.485Z | + input_dir=/input |
| 9 | 2026-05-27T00:02:44.485Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T00:02:44.485Z | + case "$kern" in |
| 11 | 2026-05-27T00:02:44.485Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T00:02:44.495Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T00:02:46.504Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T00:02:46.581Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T00:02:46.583Z | + home_fs=zfs |
| 16 | 2026-05-27T00:02:46.583Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T00:02:46.583Z | + mkdir -p /home/build |
| 18 | 2026-05-27T00:02:46.586Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T00:02:48.587Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T00:02:48.590Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-05-27T00:02:48.598Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T00:02:48.602Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T00:02:48.602Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-27T00:02:48.602Z | * rust toolchain profile = "default" |
| 25 | 2026-05-27T00:02:48.602Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-27T00:02:48.602Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-27T00:02:48.602Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T00:02:48.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T00:02:48.606Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T00:02:48.705Z | info: downloading installer |
| 31 | 2026-05-27T00:02:50.145Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T00:02:50.145Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T00:02:50.145Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T00:02:50.145Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T00:02:50.158Z | info: profile set to default |
| 36 | 2026-05-27T00:02:50.158Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T00:02:50.161Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T00:02:50.298Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T00:02:50.302Z | info: downloading 6 components |
| 40 | 2026-05-27T00:03:05.041Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T00:03:05.041Z | |
| 42 | 2026-05-27T00:03:05.070Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T00:03:05.070Z | |
| 44 | 2026-05-27T00:03:05.070Z | |
| 45 | 2026-05-27T00:03:05.070Z | Rust is installed now. Great! |
| 46 | 2026-05-27T00:03:05.070Z | |
| 47 | 2026-05-27T00:03:05.074Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T00:03:05.074Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T00:03:05.074Z | |
| 50 | 2026-05-27T00:03:05.074Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T00:03:05.074Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T00:03:05.074Z | |
| 53 | 2026-05-27T00:03:05.074Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T00:03:05.074Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T00:03:05.074Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T00:03:05.074Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T00:03:05.074Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T00:03:05.074Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T00:03:05.074Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T00:03:05.074Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T00:03:05.074Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T00:03:05.176Z | + rustup --version |
| 63 | 2026-05-27T00:03:05.180Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T00:03:05.184Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T00:03:05.203Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T00:03:05.206Z | + cargo --version |
| 67 | 2026-05-27T00:03:05.214Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T00:03:05.217Z | + rustc --version |
| 69 | 2026-05-27T00:03:05.237Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T00:03:05.240Z | process exited: duration 16643 ms, exit code 0 |
| |
| 71 | 2026-05-27T00:03:05.246Z | starting task 2: "authentication" |
| 72 | 2026-05-27T00:03:05.264Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-27T00:03:05.270Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T00:03:05.275Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T00:03:05.278Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T00:03:05.335Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T00:03:15.475Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T00:03:15.475Z | + git fetch origin d48205f6319d9ef1346fbdf8ec3762c09c7acedf |
| 79 | 2026-05-27T00:03:15.805Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T00:03:15.805Z | * branch d48205f6319d9ef1346fbdf8ec3762c09c7acedf -> FETCH_HEAD |
| 81 | 2026-05-27T00:03:15.819Z | + [[ -n '' ]] |
| 82 | 2026-05-27T00:03:15.819Z | + git reset --hard d48205f6319d9ef1346fbdf8ec3762c09c7acedf |
| 83 | 2026-05-27T00:03:16.056Z | HEAD is now at d48205f63 [review] address 80 cols |
| 84 | 2026-05-27T00:03:16.059Z | process exited: duration 10788 ms, exit code 0 |
| |
| 85 | 2026-05-27T00:03:16.065Z | starting task 4: "build" |
| 86 | 2026-05-27T00:03:16.071Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-27T00:03:16.071Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-27T00:03:16.071Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-27T00:03:16.071Z | + cargo --version |
| 90 | 2026-05-27T00:03:16.083Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-27T00:03:16.086Z | + rustc --version |
| 92 | 2026-05-27T00:03:16.106Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-27T00:03:16.109Z | + WORK=/work |
| 94 | 2026-05-27T00:03:16.109Z | + pfexec mkdir -p /work |
| 95 | 2026-05-27T00:03:16.112Z | + pfexec chown build /work |
| 96 | 2026-05-27T00:03:16.116Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-05-27T00:03:18.515Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-05-27T00:03:18.595Z | Startup: Caching catalogs ... Done |
| 99 | 2026-05-27T00:03:18.868Z | Planning: Solver setup ... Done (0.234s) |
| 100 | 2026-05-27T00:03:18.887Z | Planning: Running solver ... Done (0.018s) |
| 101 | 2026-05-27T00:03:18.902Z | Planning: Finding local manifests ... Done (0.011s) |
| 102 | 2026-05-27T00:03:18.922Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-05-27T00:03:18.949Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-05-27T00:03:18.964Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-05-27T00:03:18.966Z | Planning: Merging actions ... Done (0.002s) |
| 106 | 2026-05-27T00:03:19.161Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 107 | 2026-05-27T00:03:19.164Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-05-27T00:03:20.857Z | Planning: Evaluating mediators ... Done (1.696s) |
| 109 | 2026-05-27T00:03:20.860Z | Planning: Planning completed in 2.24 seconds |
| 110 | 2026-05-27T00:03:20.867Z | Packages to install: 2 |
| 111 | 2026-05-27T00:03:20.867Z | Estimated space available: 156.07 GB |
| 112 | 2026-05-27T00:03:20.867Z | Estimated space to be consumed: 22.53 MB |
| 113 | 2026-05-27T00:03:20.867Z | Create boot environment: No |
| 114 | 2026-05-27T00:03:20.867Z | Create backup boot environment: No |
| 115 | 2026-05-27T00:03:20.867Z | Rebuild boot archive: No |
| 116 | 2026-05-27T00:03:20.870Z | |
| 117 | 2026-05-27T00:03:20.870Z | Changed packages: |
| 118 | 2026-05-27T00:03:20.870Z | helios |
| 119 | 2026-05-27T00:03:20.870Z | developer/build-essential |
| 120 | 2026-05-27T00:03:20.870Z | None -> 11-3.0 |
| 121 | 2026-05-27T00:03:20.870Z | library/libxmlsec1 |
| 122 | 2026-05-27T00:03:20.870Z | None -> 1.2.35-3.0 |
| 123 | 2026-05-27T00:03:20.929Z | |
| 124 | 2026-05-27T00:03:20.929Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-05-27T00:03:21.467Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 126 | 2026-05-27T00:03:21.525Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-05-27T00:03:21.572Z | Actions: Completed 268 actions in 0.05 seconds. |
| 128 | 2026-05-27T00:03:21.608Z | Finalize: Updating package state database ... Done (0.035s) |
| 129 | 2026-05-27T00:03:21.608Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-05-27T00:03:21.626Z | Finalize: Updating image state ... Done (0.018s) |
| 131 | 2026-05-27T00:03:24.541Z | Finalize: Creating fast lookup database ... Done (2.892s) |
| 132 | 2026-05-27T00:03:24.626Z | Finalize: Reading search index ... Done (0.025s) |
| 133 | 2026-05-27T00:03:24.628Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-05-27T00:03:24.731Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-27T00:03:25.030Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-05-27T00:03:25.137Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-05-27T00:03:25.140Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-27T00:03:25.295Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-27T00:03:25.298Z | Planning: Planning completed in 0.27 seconds |
| 140 | 2026-05-27T00:03:25.321Z | Mediators to change: 2 |
| 141 | 2026-05-27T00:03:25.321Z | Create boot environment: No |
| 142 | 2026-05-27T00:03:25.321Z | Create backup boot environment: No |
| 143 | 2026-05-27T00:03:25.378Z | Finalize: Updating package state database ... Done |
| 144 | 2026-05-27T00:03:25.379Z | Finalize: Updating package cache ... Done |
| 145 | 2026-05-27T00:03:25.390Z | Finalize: Updating image state ... Done |
| 146 | 2026-05-27T00:03:27.323Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-05-27T00:03:27.384Z | Finalize: Reading search index ... Done |
| 148 | 2026-05-27T00:03:27.387Z | Finalize: Updating search index ... Done |
| 149 | 2026-05-27T00:03:27.449Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-27T00:03:27.734Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-05-27T00:03:27.839Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-05-27T00:03:27.842Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-05-27T00:03:27.998Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-05-27T00:03:28.001Z | Planning: Planning completed in 0.27 seconds |
| 155 | 2026-05-27T00:03:28.023Z | Mediators to change: 1 |
| 156 | 2026-05-27T00:03:28.023Z | Create boot environment: No |
| 157 | 2026-05-27T00:03:28.023Z | Create backup boot environment: No |
| 158 | 2026-05-27T00:03:28.101Z | Finalize: Updating package state database ... Done |
| 159 | 2026-05-27T00:03:28.101Z | Finalize: Updating package cache ... Done |
| 160 | 2026-05-27T00:03:28.115Z | Finalize: Updating image state ... Done |
| 161 | 2026-05-27T00:03:30.059Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-05-27T00:03:30.122Z | Finalize: Reading search index ... Done |
| 163 | 2026-05-27T00:03:30.127Z | Finalize: Updating search index ... Done |
| 164 | 2026-05-27T00:03:30.208Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-27T00:03:30.520Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-05-27T00:03:30.520Z | apache system 2.4 system |
| 167 | 2026-05-27T00:03:30.520Z | clang system 15 system |
| 168 | 2026-05-27T00:03:30.520Z | csh system system illumos |
| 169 | 2026-05-27T00:03:30.520Z | ctags system system illumos |
| 170 | 2026-05-27T00:03:30.520Z | file vendor vendor darwinsys |
| 171 | 2026-05-27T00:03:30.520Z | file system system illumos |
| 172 | 2026-05-27T00:03:30.520Z | gcc vendor 14 vendor |
| 173 | 2026-05-27T00:03:30.520Z | gcc system 13 system |
| 174 | 2026-05-27T00:03:30.520Z | gcc system 10 system |
| 175 | 2026-05-27T00:03:30.520Z | go system 1.25 system |
| 176 | 2026-05-27T00:03:30.520Z | llvm system 15 system |
| 177 | 2026-05-27T00:03:30.520Z | mariadb system 11.4 system |
| 178 | 2026-05-27T00:03:30.520Z | mta vendor vendor dma |
| 179 | 2026-05-27T00:03:30.520Z | openjdk system 17 system |
| 180 | 2026-05-27T00:03:30.520Z | openjdk system 11 system |
| 181 | 2026-05-27T00:03:30.520Z | openssl vendor 3 vendor |
| 182 | 2026-05-27T00:03:30.520Z | perl system 5.40 system |
| 183 | 2026-05-27T00:03:30.520Z | postgresql system 18 system |
| 184 | 2026-05-27T00:03:30.520Z | postgresql system 17 system |
| 185 | 2026-05-27T00:03:30.520Z | python vendor 3 vendor |
| 186 | 2026-05-27T00:03:30.520Z | python system 2 system |
| 187 | 2026-05-27T00:03:30.520Z | python3 vendor 3.13 vendor |
| 188 | 2026-05-27T00:03:30.520Z | ruby system 3.4 system |
| 189 | 2026-05-27T00:03:30.520Z | ruby system 3.0 system |
| 190 | 2026-05-27T00:03:30.520Z | words vendor vendor american-english |
| 191 | 2026-05-27T00:03:30.520Z | words system system australian-english |
| 192 | 2026-05-27T00:03:30.520Z | words system system british-english |
| 193 | 2026-05-27T00:03:30.520Z | words system system canadian-english |
| 194 | 2026-05-27T00:03:30.520Z | words system system french |
| 195 | 2026-05-27T00:03:30.520Z | words system system italian |
| 196 | 2026-05-27T00:03:30.520Z | words system system ngerman |
| 197 | 2026-05-27T00:03:30.520Z | words system system ogerman |
| 198 | 2026-05-27T00:03:30.520Z | words system system spanish |
| 199 | 2026-05-27T00:03:30.775Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-05-27T00:03:30.775Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-05-27T00:03:31.059Z | FMRI IFO |
| 202 | 2026-05-27T00:03:31.059Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-05-27T00:03:31.059Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-05-27T00:03:31.059Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-05-27T00:03:31.059Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-05-27T00:03:31.059Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-05-27T00:03:31.059Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-05-27T00:03:31.059Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-05-27T00:03:31.059Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-05-27T00:03:31.059Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-05-27T00:03:31.293Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-05-27T00:03:31.563Z | Updating crates.io index |
| 213 | 2026-05-27T00:03:31.597Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-05-27T00:03:32.311Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-05-27T00:03:32.600Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-05-27T00:03:33.350Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-05-27T00:03:34.129Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-05-27T00:03:34.595Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-05-27T00:03:35.949Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-05-27T00:03:36.851Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-05-27T00:03:37.129Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-05-27T00:03:37.951Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-05-27T00:03:38.177Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-05-27T00:03:38.636Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-05-27T00:03:38.882Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-05-27T00:03:39.903Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-05-27T00:03:40.406Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-05-27T00:03:40.959Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-05-27T00:03:41.348Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-05-27T00:03:41.760Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-05-27T00:03:42.050Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-05-27T00:03:42.549Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-05-27T00:03:42.791Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-05-27T00:03:43.057Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-05-27T00:03:43.471Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-05-27T00:03:44.100Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 237 | 2026-05-27T00:03:44.574Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 238 | 2026-05-27T00:03:44.853Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 239 | 2026-05-27T00:03:45.177Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 240 | 2026-05-27T00:03:46.343Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 241 | 2026-05-27T00:03:46.567Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-27T00:03:47.910Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-05-27T00:03:48.382Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 244 | 2026-05-27T00:03:48.808Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 245 | 2026-05-27T00:03:49.111Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 246 | 2026-05-27T00:03:49.592Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 247 | 2026-05-27T00:03:50.283Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 248 | 2026-05-27T00:03:50.543Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 249 | 2026-05-27T00:03:50.797Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 250 | 2026-05-27T00:03:51.097Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 251 | 2026-05-27T00:03:51.566Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 252 | 2026-05-27T00:04:03.632Z | Downloading crates ... |
| 253 | 2026-05-27T00:04:03.683Z | Downloaded anstream v0.6.21 |
| 254 | 2026-05-27T00:04:03.688Z | Downloaded colorchoice v1.0.4 |
| 255 | 2026-05-27T00:04:03.691Z | Downloaded crypto-common v0.1.7 |
| 256 | 2026-05-27T00:04:03.694Z | Downloaded anyhow v1.0.102 |
| 257 | 2026-05-27T00:04:03.697Z | Downloaded idna_adapter v1.2.1 |
| 258 | 2026-05-27T00:04:03.700Z | Downloaded fs-err v3.3.0 |
| 259 | 2026-05-27T00:04:03.703Z | Downloaded serde_core v1.0.228 |
| 260 | 2026-05-27T00:04:03.703Z | Downloaded autocfg v1.5.0 |
| 261 | 2026-05-27T00:04:03.705Z | Downloaded anstyle-query v1.1.5 |
| 262 | 2026-05-27T00:04:03.705Z | Downloaded anstyle v1.0.13 |
| 263 | 2026-05-27T00:04:03.708Z | Downloaded thiserror v1.0.69 |
| 264 | 2026-05-27T00:04:03.711Z | Downloaded papergrid v0.11.0 |
| 265 | 2026-05-27T00:04:03.714Z | Downloaded quote v1.0.45 |
| 266 | 2026-05-27T00:04:03.717Z | Downloaded cargo-platform v0.2.0 |
| 267 | 2026-05-27T00:04:03.717Z | Downloaded usdt-impl v0.5.0 |
| 268 | 2026-05-27T00:04:03.717Z | Downloaded anstyle-parse v0.2.7 |
| 269 | 2026-05-27T00:04:03.721Z | Downloaded tinystr v0.8.2 |
| 270 | 2026-05-27T00:04:03.721Z | Downloaded serde_derive v1.0.228 |
| 271 | 2026-05-27T00:04:03.724Z | Downloaded generic-array v0.14.7 |
| 272 | 2026-05-27T00:04:03.724Z | Downloaded usdt-attr-macro v0.5.0 |
| 273 | 2026-05-27T00:04:03.727Z | Downloaded zerofrom v0.1.6 |
| 274 | 2026-05-27T00:04:03.730Z | Downloaded usdt-macro v0.5.0 |
| 275 | 2026-05-27T00:04:03.730Z | Downloaded getrandom v0.4.1 |
| 276 | 2026-05-27T00:04:03.733Z | Downloaded scroll v0.12.0 |
| 277 | 2026-05-27T00:04:03.733Z | Downloaded errno v0.3.14 |
| 278 | 2026-05-27T00:04:03.733Z | Downloaded unicode-xid v0.2.6 |
| 279 | 2026-05-27T00:04:03.736Z | Downloaded byteorder v1.5.0 |
| 280 | 2026-05-27T00:04:03.736Z | Downloaded thread-id v4.2.2 |
| 281 | 2026-05-27T00:04:03.736Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-05-27T00:04:03.736Z | Downloaded smawk v0.3.2 |
| 283 | 2026-05-27T00:04:03.739Z | Downloaded toml_write v0.1.2 |
| 284 | 2026-05-27T00:04:03.740Z | Downloaded proc-macro-error-attr v1.0.4 |
| 285 | 2026-05-27T00:04:03.740Z | Downloaded plain v0.2.3 |
| 286 | 2026-05-27T00:04:03.740Z | Downloaded clap_lex v1.0.0 |
| 287 | 2026-05-27T00:04:03.742Z | Downloaded litemap v0.8.1 |
| 288 | 2026-05-27T00:04:03.742Z | Downloaded fnv v1.0.7 |
| 289 | 2026-05-27T00:04:03.743Z | Downloaded typeid v1.0.3 |
| 290 | 2026-05-27T00:04:03.745Z | Downloaded utf8parse v0.2.2 |
| 291 | 2026-05-27T00:04:03.748Z | Downloaded version_check v0.9.5 |
| 292 | 2026-05-27T00:04:03.748Z | Downloaded displaydoc v0.2.5 |
| 293 | 2026-05-27T00:04:03.754Z | Downloaded toml_datetime v0.6.11 |
| 294 | 2026-05-27T00:04:03.754Z | Downloaded terminal_size v0.4.3 |
| 295 | 2026-05-27T00:04:03.754Z | Downloaded swrite v0.1.0 |
| 296 | 2026-05-27T00:04:03.754Z | Downloaded scroll_derive v0.12.1 |
| 297 | 2026-05-27T00:04:03.754Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-27T00:04:03.755Z | Downloaded usdt v0.5.0 |
| 299 | 2026-05-27T00:04:03.755Z | Downloaded smallvec v1.15.1 |
| 300 | 2026-05-27T00:04:03.755Z | Downloaded bytecount v0.6.9 |
| 301 | 2026-05-27T00:04:03.759Z | Downloaded utf8_iter v1.0.4 |
| 302 | 2026-05-27T00:04:03.759Z | Downloaded cargo-util-schemas v0.8.2 |
| 303 | 2026-05-27T00:04:03.759Z | Downloaded clap v4.5.60 |
| 304 | 2026-05-27T00:04:03.762Z | Downloaded yoke v0.8.1 |
| 305 | 2026-05-27T00:04:03.765Z | Downloaded writeable v0.6.2 |
| 306 | 2026-05-27T00:04:03.765Z | Downloaded thiserror v2.0.18 |
| 307 | 2026-05-27T00:04:03.768Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-05-27T00:04:03.770Z | Downloaded is_terminal_polyfill v1.70.2 |
| 309 | 2026-05-27T00:04:03.770Z | Downloaded ordered-float v2.10.1 |
| 310 | 2026-05-27T00:04:03.771Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-05-27T00:04:03.771Z | Downloaded heck v0.5.0 |
| 312 | 2026-05-27T00:04:03.773Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-27T00:04:03.773Z | Downloaded strsim v0.11.1 |
| 314 | 2026-05-27T00:04:03.776Z | Downloaded cfg-if v1.0.4 |
| 315 | 2026-05-27T00:04:03.776Z | Downloaded equivalent v1.0.2 |
| 316 | 2026-05-27T00:04:03.777Z | Downloaded cpufeatures v0.2.17 |
| 317 | 2026-05-27T00:04:03.781Z | Downloaded form_urlencoded v1.2.2 |
| 318 | 2026-05-27T00:04:03.781Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-05-27T00:04:03.782Z | Downloaded thiserror-impl v2.0.18 |
| 320 | 2026-05-27T00:04:03.785Z | Downloaded zerocopy-derive v0.7.35 |
| 321 | 2026-05-27T00:04:03.785Z | Downloaded toml v0.8.23 |
| 322 | 2026-05-27T00:04:03.785Z | Downloaded ucd-trie v0.1.7 |
| 323 | 2026-05-27T00:04:03.789Z | Downloaded textwrap v0.16.2 |
| 324 | 2026-05-27T00:04:03.794Z | Downloaded fastrand v2.3.0 |
| 325 | 2026-05-27T00:04:03.794Z | Downloaded dof v0.3.0 |
| 326 | 2026-05-27T00:04:03.800Z | Downloaded stable_deref_trait v1.2.1 |
| 327 | 2026-05-27T00:04:03.800Z | Downloaded memmap v0.7.0 |
| 328 | 2026-05-27T00:04:03.800Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-05-27T00:04:03.800Z | Downloaded potential_utf v0.1.4 |
| 330 | 2026-05-27T00:04:03.800Z | Downloaded heck v0.4.1 |
| 331 | 2026-05-27T00:04:03.804Z | Downloaded thiserror-impl v1.0.69 |
| 332 | 2026-05-27T00:04:03.804Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2026-05-27T00:04:03.804Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-05-27T00:04:03.808Z | Downloaded serde-value v0.7.0 |
| 335 | 2026-05-27T00:04:03.811Z | Downloaded unicode-ident v1.0.24 |
| 336 | 2026-05-27T00:04:03.811Z | Downloaded typenum v1.19.0 |
| 337 | 2026-05-27T00:04:03.814Z | Downloaded toml_edit v0.22.27 |
| 338 | 2026-05-27T00:04:03.816Z | Downloaded zerotrie v0.2.3 |
| 339 | 2026-05-27T00:04:03.816Z | Downloaded url v2.5.8 |
| 340 | 2026-05-27T00:04:03.819Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-05-27T00:04:03.819Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-05-27T00:04:03.819Z | Downloaded percent-encoding v2.3.2 |
| 343 | 2026-05-27T00:04:03.827Z | Downloaded serde_tokenstream v0.2.3 |
| 344 | 2026-05-27T00:04:03.830Z | Downloaded cargo_toml v0.21.0 |
| 345 | 2026-05-27T00:04:03.830Z | Downloaded proc-macro-error v1.0.4 |
| 346 | 2026-05-27T00:04:03.834Z | Downloaded digest v0.10.7 |
| 347 | 2026-05-27T00:04:03.846Z | Downloaded zerocopy v0.7.35 |
| 348 | 2026-05-27T00:04:03.854Z | Downloaded zerovec v0.11.5 |
| 349 | 2026-05-27T00:04:03.858Z | Downloaded winnow v0.7.14 |
| 350 | 2026-05-27T00:04:03.862Z | Downloaded erased-serde v0.4.9 |
| 351 | 2026-05-27T00:04:03.865Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-05-27T00:04:03.867Z | Downloaded synstructure v0.13.2 |
| 353 | 2026-05-27T00:04:03.867Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-05-27T00:04:03.870Z | Downloaded itoa v1.0.17 |
| 355 | 2026-05-27T00:04:03.870Z | Downloaded cargo_metadata v0.21.0 |
| 356 | 2026-05-27T00:04:03.873Z | Downloaded unicode-width v0.1.14 |
| 357 | 2026-05-27T00:04:03.876Z | Downloaded clap_derive v4.5.55 |
| 358 | 2026-05-27T00:04:03.876Z | Downloaded bitflags v2.11.0 |
| 359 | 2026-05-27T00:04:03.879Z | Downloaded serde-untagged v0.1.9 |
| 360 | 2026-05-27T00:04:03.879Z | Downloaded semver v1.0.28 |
| 361 | 2026-05-27T00:04:03.881Z | Downloaded camino v1.2.2 |
| 362 | 2026-05-27T00:04:03.888Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-05-27T00:04:03.893Z | Downloaded camino-tempfile v1.4.1 |
| 364 | 2026-05-27T00:04:03.896Z | Downloaded pest_generator v2.8.6 |
| 365 | 2026-05-27T00:04:03.899Z | Downloaded once_cell v1.21.3 |
| 366 | 2026-05-27T00:04:03.905Z | Downloaded icu_properties v2.1.2 |
| 367 | 2026-05-27T00:04:03.910Z | Downloaded num-traits v0.2.19 |
| 368 | 2026-05-27T00:04:03.913Z | Downloaded icu_provider v2.1.1 |
| 369 | 2026-05-27T00:04:03.916Z | Downloaded proc-macro2 v1.0.106 |
| 370 | 2026-05-27T00:04:03.918Z | Downloaded log v0.4.29 |
| 371 | 2026-05-27T00:04:03.921Z | Downloaded pest_derive v2.8.6 |
| 372 | 2026-05-27T00:04:03.939Z | Downloaded icu_normalizer v2.1.1 |
| 373 | 2026-05-27T00:04:03.942Z | Downloaded pest_meta v2.8.6 |
| 374 | 2026-05-27T00:04:03.946Z | Downloaded icu_normalizer_data v2.1.1 |
| 375 | 2026-05-27T00:04:03.949Z | Downloaded icu_locale_core v2.1.1 |
| 376 | 2026-05-27T00:04:03.964Z | Downloaded serde v1.0.228 |
| 377 | 2026-05-27T00:04:03.973Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-05-27T00:04:03.985Z | Downloaded memchr v2.8.0 |
| 379 | 2026-05-27T00:04:03.998Z | Downloaded icu_collections v2.1.1 |
| 380 | 2026-05-27T00:04:04.006Z | Downloaded pest v2.8.6 |
| 381 | 2026-05-27T00:04:04.026Z | Downloaded tabled v0.15.0 |
| 382 | 2026-05-27T00:04:04.035Z | Downloaded idna v1.1.0 |
| 383 | 2026-05-27T00:04:04.038Z | Downloaded clap_builder v4.5.60 |
| 384 | 2026-05-27T00:04:04.044Z | Downloaded icu_properties_data v2.1.2 |
| 385 | 2026-05-27T00:04:04.051Z | Downloaded serde_json v1.0.149 |
| 386 | 2026-05-27T00:04:04.053Z | Downloaded hashbrown v0.17.0 |
| 387 | 2026-05-27T00:04:04.053Z | Downloaded goblin v0.8.2 |
| 388 | 2026-05-27T00:04:04.071Z | Downloaded syn v2.0.117 |
| 389 | 2026-05-27T00:04:04.076Z | Downloaded syn v1.0.109 |
| 390 | 2026-05-27T00:04:04.099Z | Downloaded rustix v1.1.3 |
| 391 | 2026-05-27T00:04:04.129Z | Downloaded libc v0.2.185 |
| 392 | 2026-05-27T00:04:04.195Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-05-27T00:04:04.198Z | Compiling quote v1.0.45 |
| 394 | 2026-05-27T00:04:04.198Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-05-27T00:04:04.199Z | Compiling serde_core v1.0.228 |
| 396 | 2026-05-27T00:04:04.199Z | Compiling libc v0.2.185 |
| 397 | 2026-05-27T00:04:04.199Z | Compiling version_check v0.9.5 |
| 398 | 2026-05-27T00:04:04.199Z | Compiling serde v1.0.228 |
| 399 | 2026-05-27T00:04:04.199Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-05-27T00:04:04.199Z | Compiling memchr v2.8.0 |
| 401 | 2026-05-27T00:04:04.199Z | Compiling zmij v1.0.21 |
| 402 | 2026-05-27T00:04:04.199Z | Compiling autocfg v1.5.0 |
| 403 | 2026-05-27T00:04:04.199Z | Compiling itoa v1.0.17 |
| 404 | 2026-05-27T00:04:04.199Z | Compiling thiserror v1.0.69 |
| 405 | 2026-05-27T00:04:04.379Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-05-27T00:04:04.382Z | Compiling writeable v0.6.2 |
| 407 | 2026-05-27T00:04:04.614Z | Compiling litemap v0.8.1 |
| 408 | 2026-05-27T00:04:04.629Z | Compiling byteorder v1.5.0 |
| 409 | 2026-05-27T00:04:04.690Z | Compiling icu_properties_data v2.1.2 |
| 410 | 2026-05-27T00:04:04.784Z | Compiling icu_normalizer_data v2.1.1 |
| 411 | 2026-05-27T00:04:04.800Z | Compiling rustix v1.1.3 |
| 412 | 2026-05-27T00:04:04.843Z | Compiling bitflags v2.11.0 |
| 413 | 2026-05-27T00:04:04.883Z | Compiling serde_json v1.0.149 |
| 414 | 2026-05-27T00:04:05.023Z | Compiling pest v2.8.6 |
| 415 | 2026-05-27T00:04:05.133Z | Compiling num-traits v0.2.19 |
| 416 | 2026-05-27T00:04:05.233Z | Compiling smallvec v1.15.1 |
| 417 | 2026-05-27T00:04:05.282Z | Compiling equivalent v1.0.2 |
| 418 | 2026-05-27T00:04:05.328Z | Compiling typeid v1.0.3 |
| 419 | 2026-05-27T00:04:05.344Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-05-27T00:04:05.378Z | Compiling usdt-impl v0.5.0 |
| 421 | 2026-05-27T00:04:05.441Z | Compiling proc-macro-error-attr v1.0.4 |
| 422 | 2026-05-27T00:04:05.515Z | Compiling toml_write v0.1.2 |
| 423 | 2026-05-27T00:04:05.527Z | Compiling winnow v0.7.14 |
| 424 | 2026-05-27T00:04:05.544Z | Compiling erased-serde v0.4.9 |
| 425 | 2026-05-27T00:04:05.597Z | Compiling syn v1.0.109 |
| 426 | 2026-05-27T00:04:05.614Z | Compiling proc-macro-error v1.0.4 |
| 427 | 2026-05-27T00:04:05.630Z | Compiling camino v1.2.2 |
| 428 | 2026-05-27T00:04:05.679Z | Compiling errno v0.3.14 |
| 429 | 2026-05-27T00:04:05.695Z | Compiling thread-id v4.2.2 |
| 430 | 2026-05-27T00:04:05.818Z | Compiling utf8parse v0.2.2 |
| 431 | 2026-05-27T00:04:05.837Z | Compiling getrandom v0.4.1 |
| 432 | 2026-05-27T00:04:05.853Z | Compiling percent-encoding v2.3.2 |
| 433 | 2026-05-27T00:04:05.908Z | Compiling indexmap v2.14.0 |
| 434 | 2026-05-27T00:04:05.926Z | Compiling utf8_iter v1.0.4 |
| 435 | 2026-05-27T00:04:05.961Z | Compiling log v0.4.29 |
| 436 | 2026-05-27T00:04:05.984Z | Compiling plain v0.2.3 |
| 437 | 2026-05-27T00:04:05.987Z | Compiling thiserror v2.0.18 |
| 438 | 2026-05-27T00:04:06.018Z | Compiling form_urlencoded v1.2.2 |
| 439 | 2026-05-27T00:04:06.138Z | Compiling syn v2.0.117 |
| 440 | 2026-05-27T00:04:06.160Z | Compiling pest_meta v2.8.6 |
| 441 | 2026-05-27T00:04:06.217Z | Compiling anstyle-parse v0.2.7 |
| 442 | 2026-05-27T00:04:06.335Z | Compiling ordered-float v2.10.1 |
| 443 | 2026-05-27T00:04:06.403Z | Compiling colorchoice v1.0.4 |
| 444 | 2026-05-27T00:04:06.406Z | Compiling cfg-if v1.0.4 |
| 445 | 2026-05-27T00:04:06.442Z | Compiling is_terminal_polyfill v1.70.2 |
| 446 | 2026-05-27T00:04:06.501Z | Compiling pretty-hex v0.4.1 |
| 447 | 2026-05-27T00:04:06.518Z | Compiling anstyle-query v1.1.5 |
| 448 | 2026-05-27T00:04:06.552Z | Compiling anstyle v1.0.13 |
| 449 | 2026-05-27T00:04:06.655Z | Compiling fs-err v3.3.0 |
| 450 | 2026-05-27T00:04:06.672Z | Compiling anyhow v1.0.102 |
| 451 | 2026-05-27T00:04:06.690Z | Compiling unicode-xid v0.2.6 |
| 452 | 2026-05-27T00:04:06.707Z | Compiling once_cell v1.21.3 |
| 453 | 2026-05-27T00:04:06.710Z | Compiling unicode-width v0.1.14 |
| 454 | 2026-05-27T00:04:06.760Z | Compiling terminal_size v0.4.3 |
| 455 | 2026-05-27T00:04:06.793Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-27T00:04:06.811Z | Compiling heck v0.4.1 |
| 457 | 2026-05-27T00:04:06.836Z | Compiling clap_lex v1.0.0 |
| 458 | 2026-05-27T00:04:06.867Z | Compiling strsim v0.11.1 |
| 459 | 2026-05-27T00:04:06.924Z | Compiling bytecount v0.6.9 |
| 460 | 2026-05-27T00:04:06.942Z | Compiling heck v0.5.0 |
| 461 | 2026-05-27T00:04:07.005Z | Compiling fastrand v2.3.0 |
| 462 | 2026-05-27T00:04:07.028Z | Compiling fnv v1.0.7 |
| 463 | 2026-05-27T00:04:07.081Z | Compiling clap_builder v4.5.60 |
| 464 | 2026-05-27T00:04:07.081Z | Compiling memmap v0.7.0 |
| 465 | 2026-05-27T00:04:07.121Z | Compiling papergrid v0.11.0 |
| 466 | 2026-05-27T00:04:07.139Z | Compiling smawk v0.3.2 |
| 467 | 2026-05-27T00:04:07.156Z | Compiling unicode-width v0.2.0 |
| 468 | 2026-05-27T00:04:07.181Z | Compiling unicode-linebreak v0.1.5 |
| 469 | 2026-05-27T00:04:07.243Z | Compiling tempfile v3.25.0 |
| 470 | 2026-05-27T00:04:07.299Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 471 | 2026-05-27T00:04:07.299Z | Compiling swrite v0.1.0 |
| 472 | 2026-05-27T00:04:07.474Z | Compiling semver v1.0.28 |
| 473 | 2026-05-27T00:04:07.574Z | Compiling textwrap v0.16.2 |
| 474 | 2026-05-27T00:04:07.764Z | Compiling camino-tempfile v1.4.1 |
| 475 | 2026-05-27T00:04:07.822Z | Compiling serde-untagged v0.1.9 |
| 476 | 2026-05-27T00:04:07.951Z | Compiling tabled_derive v0.7.0 |
| 477 | 2026-05-27T00:04:08.622Z | Compiling tabled v0.15.0 |
| 478 | 2026-05-27T00:04:08.702Z | Compiling synstructure v0.13.2 |
| 479 | 2026-05-27T00:04:08.702Z | Compiling pest_generator v2.8.6 |
| 480 | 2026-05-27T00:04:09.207Z | Compiling serde_derive v1.0.228 |
| 481 | 2026-05-27T00:04:09.207Z | Compiling zerofrom-derive v0.1.6 |
| 482 | 2026-05-27T00:04:09.211Z | Compiling yoke-derive v0.8.1 |
| 483 | 2026-05-27T00:04:09.211Z | Compiling zerovec-derive v0.11.2 |
| 484 | 2026-05-27T00:04:09.211Z | Compiling displaydoc v0.2.5 |
| 485 | 2026-05-27T00:04:09.211Z | Compiling thiserror-impl v1.0.69 |
| 486 | 2026-05-27T00:04:09.211Z | Compiling zerocopy-derive v0.7.35 |
| 487 | 2026-05-27T00:04:09.211Z | Compiling scroll_derive v0.12.1 |
| 488 | 2026-05-27T00:04:09.211Z | Compiling thiserror-impl v2.0.18 |
| 489 | 2026-05-27T00:04:09.211Z | Compiling clap_derive v4.5.55 |
| 490 | 2026-05-27T00:04:09.313Z | Compiling pest_derive v2.8.6 |
| 491 | 2026-05-27T00:04:09.917Z | Compiling scroll v0.12.0 |
| 492 | 2026-05-27T00:04:10.022Z | Compiling zerocopy v0.7.35 |
| 493 | 2026-05-27T00:04:10.140Z | Compiling goblin v0.8.2 |
| 494 | 2026-05-27T00:04:10.382Z | Compiling zerofrom v0.1.6 |
| 495 | 2026-05-27T00:04:10.395Z | Compiling dtrace-parser v0.2.0 |
| 496 | 2026-05-27T00:04:10.483Z | Compiling yoke v0.8.1 |
| 497 | 2026-05-27T00:04:10.631Z | Compiling zerovec v0.11.5 |
| 498 | 2026-05-27T00:04:10.631Z | Compiling zerotrie v0.2.3 |
| 499 | 2026-05-27T00:04:10.666Z | Compiling clap v4.5.60 |
| 500 | 2026-05-27T00:04:11.045Z | Compiling tinystr v0.8.2 |
| 501 | 2026-05-27T00:04:11.045Z | Compiling potential_utf v0.1.4 |
| 502 | 2026-05-27T00:04:11.170Z | Compiling icu_collections v2.1.1 |
| 503 | 2026-05-27T00:04:11.193Z | Compiling icu_locale_core v2.1.1 |
| 504 | 2026-05-27T00:04:11.805Z | Compiling icu_provider v2.1.1 |
| 505 | 2026-05-27T00:04:11.824Z | Compiling toml_datetime v0.6.11 |
| 506 | 2026-05-27T00:04:11.824Z | Compiling serde_spanned v0.6.9 |
| 507 | 2026-05-27T00:04:11.827Z | Compiling serde-value v0.7.0 |
| 508 | 2026-05-27T00:04:11.827Z | Compiling cargo-platform v0.2.0 |
| 509 | 2026-05-27T00:04:11.827Z | Compiling macaddr v1.0.1 |
| 510 | 2026-05-27T00:04:11.840Z | Compiling dof v0.3.0 |
| 511 | 2026-05-27T00:04:11.845Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-27T00:04:12.021Z | Compiling icu_properties v2.1.2 |
| 513 | 2026-05-27T00:04:12.021Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-05-27T00:04:12.093Z | Compiling toml_edit v0.22.27 |
| 515 | 2026-05-27T00:04:12.552Z | Compiling usdt-macro v0.5.0 |
| 516 | 2026-05-27T00:04:12.556Z | Compiling usdt-attr-macro v0.5.0 |
| 517 | 2026-05-27T00:04:12.860Z | Compiling idna_adapter v1.2.1 |
| 518 | 2026-05-27T00:04:12.977Z | Compiling idna v1.1.0 |
| 519 | 2026-05-27T00:04:13.199Z | Compiling usdt v0.5.0 |
| 520 | 2026-05-27T00:04:13.273Z | Compiling url v2.5.8 |
| 521 | 2026-05-27T00:04:13.367Z | Compiling toml v0.8.23 |
| 522 | 2026-05-27T00:04:13.680Z | Compiling cargo-util-schemas v0.8.2 |
| 523 | 2026-05-27T00:04:13.680Z | Compiling cargo_toml v0.21.0 |
| 524 | 2026-05-27T00:04:14.432Z | Compiling cargo_metadata v0.21.0 |
| 525 | 2026-05-27T00:04:15.345Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 526 | 2026-05-27T00:04:17.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.32s |
| 527 | 2026-05-27T00:04:17.702Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 528 | 2026-05-27T00:04:18.262Z | Downloading crates ... |
| 529 | 2026-05-27T00:04:18.346Z | Downloaded adler2 v2.0.1 |
| 530 | 2026-05-27T00:04:18.363Z | Downloaded async-recursion v1.1.1 |
| 531 | 2026-05-27T00:04:18.366Z | Downloaded bitfield-struct v0.6.2 |
| 532 | 2026-05-27T00:04:18.370Z | Downloaded critical-section v1.2.0 |
| 533 | 2026-05-27T00:04:18.373Z | Downloaded bitfield-macros v0.19.4 |
| 534 | 2026-05-27T00:04:18.373Z | Downloaded assert_matches v1.5.0 |
| 535 | 2026-05-27T00:04:18.373Z | Downloaded array-init v0.0.4 |
| 536 | 2026-05-27T00:04:18.375Z | Downloaded cfg_aliases v0.1.1 |
| 537 | 2026-05-27T00:04:18.375Z | Downloaded crc32fast v1.5.0 |
| 538 | 2026-05-27T00:04:18.376Z | Downloaded castaway v0.2.4 |
| 539 | 2026-05-27T00:04:18.378Z | Downloaded atomic-waker v1.1.2 |
| 540 | 2026-05-27T00:04:18.378Z | Downloaded base16ct v0.2.0 |
| 541 | 2026-05-27T00:04:18.384Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2026-05-27T00:04:18.384Z | Downloaded block-padding v0.3.3 |
| 543 | 2026-05-27T00:04:18.384Z | Downloaded arrayref v0.3.9 |
| 544 | 2026-05-27T00:04:18.384Z | Downloaded document-features v0.2.12 |
| 545 | 2026-05-27T00:04:18.384Z | Downloaded bit-set v0.8.0 |
| 546 | 2026-05-27T00:04:18.384Z | Downloaded der v0.7.10 |
| 547 | 2026-05-27T00:04:18.387Z | Downloaded atomicwrites v0.4.4 |
| 548 | 2026-05-27T00:04:18.387Z | Downloaded compression-core v0.4.31 |
| 549 | 2026-05-27T00:04:18.390Z | Downloaded aead v0.5.2 |
| 550 | 2026-05-27T00:04:18.390Z | Downloaded async-stream-impl v0.3.6 |
| 551 | 2026-05-27T00:04:18.393Z | Downloaded cargo-platform v0.1.9 |
| 552 | 2026-05-27T00:04:18.396Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 553 | 2026-05-27T00:04:18.396Z | Downloaded cobs v0.3.0 |
| 554 | 2026-05-27T00:04:18.400Z | Downloaded ciborium-io v0.2.2 |
| 555 | 2026-05-27T00:04:18.400Z | Downloaded deranged v0.5.8 |
| 556 | 2026-05-27T00:04:18.400Z | Downloaded bb8 v0.8.6 |
| 557 | 2026-05-27T00:04:18.402Z | Downloaded ff v0.13.1 |
| 558 | 2026-05-27T00:04:18.402Z | Downloaded bit-set v0.5.3 |
| 559 | 2026-05-27T00:04:18.405Z | Downloaded dirs-next v2.0.0 |
| 560 | 2026-05-27T00:04:18.409Z | Downloaded defmt v0.3.100 |
| 561 | 2026-05-27T00:04:18.409Z | Downloaded crucible-workspace-hack v0.1.0 |
| 562 | 2026-05-27T00:04:18.412Z | Downloaded env_logger v0.11.9 |
| 563 | 2026-05-27T00:04:18.415Z | Downloaded crossterm v0.29.0 |
| 564 | 2026-05-27T00:04:18.420Z | Downloaded crc-catalog v2.4.0 |
| 565 | 2026-05-27T00:04:18.423Z | Downloaded crc v3.4.0 |
| 566 | 2026-05-27T00:04:18.423Z | Downloaded csv-core v0.1.13 |
| 567 | 2026-05-27T00:04:18.423Z | Downloaded derive_builder v0.20.2 |
| 568 | 2026-05-27T00:04:18.426Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-05-27T00:04:18.426Z | Downloaded async-stream v0.3.6 |
| 570 | 2026-05-27T00:04:18.426Z | Downloaded ahash v0.8.12 |
| 571 | 2026-05-27T00:04:18.428Z | Downloaded darling v0.20.11 |
| 572 | 2026-05-27T00:04:18.431Z | Downloaded crossterm v0.28.1 |
| 573 | 2026-05-27T00:04:18.434Z | Downloaded env_filter v1.0.0 |
| 574 | 2026-05-27T00:04:18.438Z | Downloaded fixedbitset v0.4.2 |
| 575 | 2026-05-27T00:04:18.438Z | Downloaded filetime v0.2.27 |
| 576 | 2026-05-27T00:04:18.442Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-05-27T00:04:18.442Z | Downloaded cpufeatures v0.3.0 |
| 578 | 2026-05-27T00:04:18.442Z | Downloaded convert_case v0.4.0 |
| 579 | 2026-05-27T00:04:18.442Z | Downloaded ciborium-ll v0.2.2 |
| 580 | 2026-05-27T00:04:18.442Z | Downloaded erased-serde v0.3.31 |
| 581 | 2026-05-27T00:04:18.450Z | Downloaded crc8 v0.1.1 |
| 582 | 2026-05-27T00:04:18.450Z | Downloaded atty v0.2.14 |
| 583 | 2026-05-27T00:04:18.450Z | Downloaded embedded-io v0.6.1 |
| 584 | 2026-05-27T00:04:18.451Z | Downloaded foreign-types-macros v0.2.3 |
| 585 | 2026-05-27T00:04:18.457Z | Downloaded display-error-chain v0.2.2 |
| 586 | 2026-05-27T00:04:18.457Z | Downloaded darling_macro v0.23.0 |
| 587 | 2026-05-27T00:04:18.457Z | Downloaded enum-as-inner v0.6.1 |
| 588 | 2026-05-27T00:04:18.458Z | Downloaded flagset v0.4.7 |
| 589 | 2026-05-27T00:04:18.458Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-05-27T00:04:18.458Z | Downloaded bit-vec v0.8.0 |
| 591 | 2026-05-27T00:04:18.458Z | Downloaded base64ct v1.8.3 |
| 592 | 2026-05-27T00:04:18.458Z | Downloaded futures-macro v0.3.32 |
| 593 | 2026-05-27T00:04:18.458Z | Downloaded defmt-parser v1.0.0 |
| 594 | 2026-05-27T00:04:18.458Z | Downloaded compression-codecs v0.4.37 |
| 595 | 2026-05-27T00:04:18.462Z | Downloaded dunce v1.0.5 |
| 596 | 2026-05-27T00:04:18.462Z | Downloaded difflib v0.4.0 |
| 597 | 2026-05-27T00:04:18.463Z | Downloaded argon2 v0.5.3 |
| 598 | 2026-05-27T00:04:18.463Z | Downloaded backoff v0.4.0 |
| 599 | 2026-05-27T00:04:18.463Z | Downloaded darling_macro v0.20.11 |
| 600 | 2026-05-27T00:04:18.467Z | Downloaded byte-wrapper v0.1.0 |
| 601 | 2026-05-27T00:04:18.467Z | Downloaded bitflags v1.3.2 |
| 602 | 2026-05-27T00:04:18.467Z | Downloaded foreign-types v0.3.2 |
| 603 | 2026-05-27T00:04:18.467Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 604 | 2026-05-27T00:04:18.467Z | Downloaded cmake v0.1.57 |
| 605 | 2026-05-27T00:04:18.470Z | Downloaded cbc v0.1.2 |
| 606 | 2026-05-27T00:04:18.470Z | Downloaded endian-type v0.1.2 |
| 607 | 2026-05-27T00:04:18.470Z | Downloaded dtrace-parser v0.3.0 |
| 608 | 2026-05-27T00:04:18.476Z | Downloaded dof v0.4.0 |
| 609 | 2026-05-27T00:04:18.476Z | Downloaded buf-list v1.1.2 |
| 610 | 2026-05-27T00:04:18.476Z | Downloaded cargo_metadata v0.19.2 |
| 611 | 2026-05-27T00:04:18.479Z | Downloaded dropshot_endpoint v0.16.7 |
| 612 | 2026-05-27T00:04:18.479Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-05-27T00:04:18.479Z | Downloaded globwalk v0.9.1 |
| 614 | 2026-05-27T00:04:18.479Z | Downloaded async-trait v0.1.89 |
| 615 | 2026-05-27T00:04:18.482Z | Downloaded ctr v0.9.2 |
| 616 | 2026-05-27T00:04:18.482Z | Downloaded chacha20 v0.9.1 |
| 617 | 2026-05-27T00:04:18.486Z | Downloaded funty v2.0.0 |
| 618 | 2026-05-27T00:04:18.486Z | Downloaded foreign-types v0.5.0 |
| 619 | 2026-05-27T00:04:18.486Z | Downloaded gethostname v0.5.0 |
| 620 | 2026-05-27T00:04:18.486Z | Downloaded either v1.15.0 |
| 621 | 2026-05-27T00:04:18.489Z | Downloaded futures-core v0.3.32 |
| 622 | 2026-05-27T00:04:18.489Z | Downloaded darling_core v0.21.3 |
| 623 | 2026-05-27T00:04:18.493Z | Downloaded fxhash v0.2.1 |
| 624 | 2026-05-27T00:04:18.493Z | Downloaded futures-io v0.3.32 |
| 625 | 2026-05-27T00:04:18.493Z | Downloaded git-stub v1.0.0 |
| 626 | 2026-05-27T00:04:18.493Z | Downloaded ghash v0.5.1 |
| 627 | 2026-05-27T00:04:18.505Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 628 | 2026-05-27T00:04:18.505Z | Downloaded futures-task v0.3.32 |
| 629 | 2026-05-27T00:04:18.505Z | Downloaded futures-sink v0.3.32 |
| 630 | 2026-05-27T00:04:18.505Z | Downloaded cipher v0.4.4 |
| 631 | 2026-05-27T00:04:18.505Z | Downloaded blowfish v0.9.1 |
| 632 | 2026-05-27T00:04:18.505Z | Downloaded hash32 v0.2.1 |
| 633 | 2026-05-27T00:04:18.505Z | Downloaded foreign-types-shared v0.1.1 |
| 634 | 2026-05-27T00:04:18.505Z | Downloaded downcast-rs v2.0.2 |
| 635 | 2026-05-27T00:04:18.505Z | Downloaded camino-tempfile-ext v0.3.3 |
| 636 | 2026-05-27T00:04:18.512Z | Downloaded arrayvec v0.7.6 |
| 637 | 2026-05-27T00:04:18.512Z | Downloaded debug-ignore v1.0.5 |
| 638 | 2026-05-27T00:04:18.513Z | Downloaded float-ord v0.3.2 |
| 639 | 2026-05-27T00:04:18.513Z | Downloaded convert_case v0.10.0 |
| 640 | 2026-05-27T00:04:18.513Z | Downloaded const_format_proc_macros v0.2.34 |
| 641 | 2026-05-27T00:04:18.513Z | Downloaded bcs v0.1.6 |
| 642 | 2026-05-27T00:04:18.513Z | Downloaded dirs-sys-next v0.1.2 |
| 643 | 2026-05-27T00:04:18.513Z | Downloaded derive_builder_macro v0.20.2 |
| 644 | 2026-05-27T00:04:18.513Z | Downloaded crunchy v0.2.4 |
| 645 | 2026-05-27T00:04:18.513Z | Downloaded hex-literal v0.4.1 |
| 646 | 2026-05-27T00:04:18.513Z | Downloaded dsl_auto_type v0.2.0 |
| 647 | 2026-05-27T00:04:18.517Z | Downloaded crossbeam-deque v0.8.6 |
| 648 | 2026-05-27T00:04:18.517Z | Downloaded ecdsa v0.16.9 |
| 649 | 2026-05-27T00:04:18.517Z | Downloaded find-msvc-tools v0.1.9 |
| 650 | 2026-05-27T00:04:18.517Z | Downloaded headers-core v0.3.0 |
| 651 | 2026-05-27T00:04:18.520Z | Downloaded ena v0.14.4 |
| 652 | 2026-05-27T00:04:18.523Z | Downloaded bitfield v0.19.4 |
| 653 | 2026-05-27T00:04:18.523Z | Downloaded der_derive v0.7.3 |
| 654 | 2026-05-27T00:04:18.525Z | Downloaded foldhash v0.1.5 |
| 655 | 2026-05-27T00:04:18.529Z | Downloaded console v0.16.2 |
| 656 | 2026-05-27T00:04:18.531Z | Downloaded cookie v0.18.1 |
| 657 | 2026-05-27T00:04:18.531Z | Downloaded fatfs v0.3.6 |
| 658 | 2026-05-27T00:04:18.535Z | Downloaded crossbeam-epoch v0.9.18 |
| 659 | 2026-05-27T00:04:18.535Z | Downloaded float-cmp v0.10.0 |
| 660 | 2026-05-27T00:04:18.538Z | Downloaded colored v3.1.1 |
| 661 | 2026-05-27T00:04:18.538Z | Downloaded fd-lock v4.0.4 |
| 662 | 2026-05-27T00:04:18.542Z | Downloaded fs-err v2.11.0 |
| 663 | 2026-05-27T00:04:18.542Z | Downloaded corncobs v0.1.4 |
| 664 | 2026-05-27T00:04:18.542Z | Downloaded chacha20 v0.10.0 |
| 665 | 2026-05-27T00:04:18.546Z | Downloaded hubpack_derive v0.1.1 |
| 666 | 2026-05-27T00:04:18.546Z | Downloaded http-body v1.0.1 |
| 667 | 2026-05-27T00:04:18.546Z | Downloaded hostname v0.3.1 |
| 668 | 2026-05-27T00:04:18.546Z | Downloaded fs_extra v1.3.0 |
| 669 | 2026-05-27T00:04:18.546Z | Downloaded httpdate v1.0.3 |
| 670 | 2026-05-27T00:04:18.568Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 671 | 2026-05-27T00:04:18.569Z | Downloaded futures-executor v0.3.32 |
| 672 | 2026-05-27T00:04:18.569Z | Downloaded http-range v0.1.5 |
| 673 | 2026-05-27T00:04:18.569Z | Downloaded home v0.5.12 |
| 674 | 2026-05-27T00:04:18.569Z | Downloaded hex v0.4.3 |
| 675 | 2026-05-27T00:04:18.569Z | Downloaded hyper-tls v0.6.0 |
| 676 | 2026-05-27T00:04:18.569Z | Downloaded hostname v0.4.2 |
| 677 | 2026-05-27T00:04:18.569Z | Downloaded derive_builder_core v0.20.2 |
| 678 | 2026-05-27T00:04:18.569Z | Downloaded ident_case v1.0.1 |
| 679 | 2026-05-27T00:04:18.569Z | Downloaded hash32 v0.3.1 |
| 680 | 2026-05-27T00:04:18.569Z | Downloaded fixedbitset v0.5.7 |
| 681 | 2026-05-27T00:04:18.569Z | Downloaded indent_write v2.2.0 |
| 682 | 2026-05-27T00:04:18.569Z | Downloaded async-bb8-diesel v0.2.1 |
| 683 | 2026-05-27T00:04:18.569Z | Downloaded daft v0.1.7 |
| 684 | 2026-05-27T00:04:18.569Z | Downloaded cassowary v0.3.0 |
| 685 | 2026-05-27T00:04:18.569Z | Downloaded glob v0.3.3 |
| 686 | 2026-05-27T00:04:18.570Z | Downloaded colored v2.2.0 |
| 687 | 2026-05-27T00:04:18.574Z | Downloaded backon v1.6.0 |
| 688 | 2026-05-27T00:04:18.574Z | Downloaded blake2 v0.10.6 |
| 689 | 2026-05-27T00:04:18.574Z | Downloaded cexpr v0.6.0 |
| 690 | 2026-05-27T00:04:18.574Z | Downloaded bzip2 v0.4.4 |
| 691 | 2026-05-27T00:04:18.574Z | Downloaded cookie_store v0.22.1 |
| 692 | 2026-05-27T00:04:18.574Z | Downloaded group v0.13.0 |
| 693 | 2026-05-27T00:04:18.574Z | Downloaded globset v0.4.18 |
| 694 | 2026-05-27T00:04:18.577Z | Downloaded hubpack v0.1.2 |
| 695 | 2026-05-27T00:04:18.577Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 696 | 2026-05-27T00:04:18.577Z | Downloaded illumos-nvpair v0.3.0 |
| 697 | 2026-05-27T00:04:18.577Z | Downloaded internet-checksum v0.2.1 |
| 698 | 2026-05-27T00:04:18.577Z | Downloaded instant v0.1.13 |
| 699 | 2026-05-27T00:04:18.580Z | Downloaded is_ci v1.2.0 |
| 700 | 2026-05-27T00:04:18.580Z | Downloaded instability v0.3.11 |
| 701 | 2026-05-27T00:04:18.580Z | Downloaded git-stub-vcs v0.1.0 |
| 702 | 2026-05-27T00:04:18.584Z | Downloaded constant_time_eq v0.4.2 |
| 703 | 2026-05-27T00:04:18.584Z | Downloaded cancel-safe-futures v0.1.5 |
| 704 | 2026-05-27T00:04:18.589Z | Downloaded is-terminal v0.4.17 |
| 705 | 2026-05-27T00:04:18.589Z | Downloaded bzip2 v0.6.1 |
| 706 | 2026-05-27T00:04:18.589Z | Downloaded inout v0.1.4 |
| 707 | 2026-05-27T00:04:18.594Z | Downloaded fallible-iterator v0.2.0 |
| 708 | 2026-05-27T00:04:18.594Z | Downloaded embedded-io v0.4.0 |
| 709 | 2026-05-27T00:04:18.594Z | Downloaded clang-sys v1.8.1 |
| 710 | 2026-05-27T00:04:18.594Z | Downloaded bit-vec v0.6.3 |
| 711 | 2026-05-27T00:04:18.594Z | Downloaded foldhash v0.2.0 |
| 712 | 2026-05-27T00:04:18.594Z | Downloaded daft-derive v0.1.7 |
| 713 | 2026-05-27T00:04:18.596Z | Downloaded crc-any v2.5.0 |
| 714 | 2026-05-27T00:04:18.599Z | Downloaded const-oid v0.9.6 |
| 715 | 2026-05-27T00:04:18.599Z | Downloaded futures-channel v0.3.32 |
| 716 | 2026-05-27T00:04:18.602Z | Downloaded console v0.15.11 |
| 717 | 2026-05-27T00:04:18.602Z | Downloaded ciborium v0.2.2 |
| 718 | 2026-05-27T00:04:18.605Z | Downloaded crossbeam-utils v0.8.21 |
| 719 | 2026-05-27T00:04:18.605Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-05-27T00:04:18.608Z | Downloaded kstat-rs v0.2.4 |
| 721 | 2026-05-27T00:04:18.608Z | Downloaded ed25519 v2.2.3 |
| 722 | 2026-05-27T00:04:18.608Z | Downloaded libscf-sys v1.1.0 |
| 723 | 2026-05-27T00:04:18.611Z | Downloaded lazy_static v1.5.0 |
| 724 | 2026-05-27T00:04:18.611Z | Downloaded diesel-dtrace v0.5.0 |
| 725 | 2026-05-27T00:04:18.611Z | Downloaded defmt v1.0.1 |
| 726 | 2026-05-27T00:04:18.613Z | Downloaded dyn-clone v1.0.20 |
| 727 | 2026-05-27T00:04:18.616Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-27T00:04:18.616Z | Downloaded drift v0.2.0 |
| 729 | 2026-05-27T00:04:18.620Z | Downloaded md-5 v0.10.6 |
| 730 | 2026-05-27T00:04:18.623Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-05-27T00:04:18.623Z | Downloaded linked-hash-map v0.5.6 |
| 732 | 2026-05-27T00:04:18.627Z | Downloaded maybe-uninit v2.0.0 |
| 733 | 2026-05-27T00:04:18.627Z | Downloaded indoc v1.0.9 |
| 734 | 2026-05-27T00:04:18.627Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 735 | 2026-05-27T00:04:18.630Z | Downloaded maplit v1.0.2 |
| 736 | 2026-05-27T00:04:18.630Z | Downloaded managed v0.8.0 |
| 737 | 2026-05-27T00:04:18.630Z | Downloaded lru v0.12.5 |
| 738 | 2026-05-27T00:04:18.633Z | Downloaded hyper-staticfile v0.10.1 |
| 739 | 2026-05-27T00:04:18.633Z | Downloaded getrandom v0.2.17 |
| 740 | 2026-05-27T00:04:18.636Z | Downloaded lzss v0.8.2 |
| 741 | 2026-05-27T00:04:18.636Z | Downloaded diff v0.1.13 |
| 742 | 2026-05-27T00:04:18.638Z | Downloaded mime v0.3.17 |
| 743 | 2026-05-27T00:04:18.638Z | Downloaded memoffset v0.9.1 |
| 744 | 2026-05-27T00:04:18.641Z | Downloaded derive-ex v0.1.8 |
| 745 | 2026-05-27T00:04:18.641Z | Downloaded normalize-line-endings v0.3.0 |
| 746 | 2026-05-27T00:04:18.641Z | Downloaded nodrop v0.1.14 |
| 747 | 2026-05-27T00:04:18.641Z | Downloaded nibble_vec v0.1.0 |
| 748 | 2026-05-27T00:04:18.646Z | Downloaded half v1.8.3 |
| 749 | 2026-05-27T00:04:18.646Z | Downloaded arc-swap v1.8.2 |
| 750 | 2026-05-27T00:04:18.648Z | Downloaded allocator-api2 v0.2.21 |
| 751 | 2026-05-27T00:04:18.649Z | Downloaded bytes v1.11.1 |
| 752 | 2026-05-27T00:04:18.651Z | Downloaded highway v1.3.0 |
| 753 | 2026-05-27T00:04:18.651Z | Downloaded new_debug_unreachable v1.0.6 |
| 754 | 2026-05-27T00:04:18.654Z | Downloaded ingot v0.1.1 |
| 755 | 2026-05-27T00:04:18.654Z | Downloaded compact_str v0.8.1 |
| 756 | 2026-05-27T00:04:18.657Z | Downloaded ingot-types v0.1.2 |
| 757 | 2026-05-27T00:04:18.657Z | Downloaded newtype_derive v0.1.6 |
| 758 | 2026-05-27T00:04:18.660Z | Downloaded newtype-uuid-macros v0.1.0 |
| 759 | 2026-05-27T00:04:18.660Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-05-27T00:04:18.660Z | Downloaded indoc v2.0.7 |
| 761 | 2026-05-27T00:04:18.663Z | Downloaded multimap v0.10.1 |
| 762 | 2026-05-27T00:04:18.663Z | Downloaded newline-converter v0.3.0 |
| 763 | 2026-05-27T00:04:18.663Z | Downloaded darling v0.21.3 |
| 764 | 2026-05-27T00:04:18.666Z | Downloaded libsw-core v0.3.2 |
| 765 | 2026-05-27T00:04:18.703Z | Downloaded num-derive v0.3.3 |
| 766 | 2026-05-27T00:04:18.703Z | Downloaded libsw v3.5.0 |
| 767 | 2026-05-27T00:04:18.703Z | Downloaded libefi-sys v0.1.0 |
| 768 | 2026-05-27T00:04:18.704Z | Downloaded md5 v0.7.0 |
| 769 | 2026-05-27T00:04:18.704Z | Downloaded darling_core v0.20.11 |
| 770 | 2026-05-27T00:04:18.704Z | Downloaded num-derive v0.4.2 |
| 771 | 2026-05-27T00:04:18.704Z | Downloaded humantime v2.3.0 |
| 772 | 2026-05-27T00:04:18.704Z | Downloaded getrandom v0.3.4 |
| 773 | 2026-05-27T00:04:18.705Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-05-27T00:04:18.705Z | Downloaded olpc-cjson v0.1.4 |
| 775 | 2026-05-27T00:04:18.705Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-05-27T00:04:18.705Z | Downloaded num v0.4.3 |
| 777 | 2026-05-27T00:04:18.757Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-05-27T00:04:18.757Z | Downloaded oso-derive v0.27.3 |
| 779 | 2026-05-27T00:04:18.757Z | Downloaded openssl-macros v0.1.1 |
| 780 | 2026-05-27T00:04:18.757Z | Downloaded futures v0.3.32 |
| 781 | 2026-05-27T00:04:18.757Z | Downloaded hmac v0.12.1 |
| 782 | 2026-05-27T00:04:18.757Z | Downloaded defmt-macros v1.0.1 |
| 783 | 2026-05-27T00:04:18.757Z | Downloaded crypto-bigint v0.5.5 |
| 784 | 2026-05-27T00:04:18.757Z | Downloaded openssl-probe v0.2.1 |
| 785 | 2026-05-27T00:04:18.757Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-05-27T00:04:18.757Z | Downloaded mime_guess v2.0.5 |
| 787 | 2026-05-27T00:04:18.757Z | Downloaded lock_api v0.4.14 |
| 788 | 2026-05-27T00:04:18.757Z | Downloaded linear-map v1.2.0 |
| 789 | 2026-05-27T00:04:18.758Z | Downloaded native-tls v0.2.18 |
| 790 | 2026-05-27T00:04:18.758Z | Downloaded lru-cache v0.1.2 |
| 791 | 2026-05-27T00:04:18.758Z | Downloaded libloading v0.8.9 |
| 792 | 2026-05-27T00:04:18.758Z | Downloaded match_cfg v0.1.0 |
| 793 | 2026-05-27T00:04:18.758Z | Downloaded des v0.8.1 |
| 794 | 2026-05-27T00:04:18.758Z | Downloaded darling v0.23.0 |
| 795 | 2026-05-27T00:04:18.758Z | Downloaded packed_struct_codegen v0.10.1 |
| 796 | 2026-05-27T00:04:18.758Z | Downloaded chacha20poly1305 v0.10.1 |
| 797 | 2026-05-27T00:04:18.758Z | Downloaded elliptic-curve v0.13.8 |
| 798 | 2026-05-27T00:04:18.758Z | Downloaded base64 v0.21.7 |
| 799 | 2026-05-27T00:04:18.758Z | Downloaded jobserver v0.1.34 |
| 800 | 2026-05-27T00:04:18.759Z | Downloaded hyper-rustls v0.27.7 |
| 801 | 2026-05-27T00:04:18.759Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-05-27T00:04:18.759Z | Downloaded iana-time-zone v0.1.65 |
| 803 | 2026-05-27T00:04:18.759Z | Downloaded httparse v1.10.1 |
| 804 | 2026-05-27T00:04:18.759Z | Downloaded parse-size v1.1.0 |
| 805 | 2026-05-27T00:04:18.759Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-05-27T00:04:18.790Z | Downloaded multer v3.1.0 |
| 807 | 2026-05-27T00:04:18.790Z | Downloaded aes v0.8.4 |
| 808 | 2026-05-27T00:04:18.790Z | Downloaded aes-gcm v0.10.3 |
| 809 | 2026-05-27T00:04:18.790Z | Downloaded pbkdf2 v0.12.2 |
| 810 | 2026-05-27T00:04:18.790Z | Downloaded pbkdf2 v0.11.0 |
| 811 | 2026-05-27T00:04:18.790Z | Downloaded num-conv v0.2.0 |
| 812 | 2026-05-27T00:04:18.790Z | Downloaded num-complex v0.4.6 |
| 813 | 2026-05-27T00:04:18.790Z | Downloaded newtype-uuid v1.3.2 |
| 814 | 2026-05-27T00:04:18.791Z | Downloaded pin-utils v0.1.0 |
| 815 | 2026-05-27T00:04:18.791Z | Downloaded phf_shared v0.12.1 |
| 816 | 2026-05-27T00:04:18.791Z | Downloaded darling_core v0.23.0 |
| 817 | 2026-05-27T00:04:18.791Z | Downloaded peg-runtime v0.8.5 |
| 818 | 2026-05-27T00:04:18.791Z | Downloaded const_format v0.2.35 |
| 819 | 2026-05-27T00:04:18.791Z | Downloaded num_threads v0.1.7 |
| 820 | 2026-05-27T00:04:18.791Z | Downloaded nu-ansi-term v0.50.3 |
| 821 | 2026-05-27T00:04:18.791Z | Downloaded opaque-debug v0.3.1 |
| 822 | 2026-05-27T00:04:18.791Z | Downloaded num_enum v0.7.5 |
| 823 | 2026-05-27T00:04:18.791Z | Downloaded phf_shared v0.13.1 |
| 824 | 2026-05-27T00:04:18.791Z | Downloaded phf_shared v0.11.3 |
| 825 | 2026-05-27T00:04:18.791Z | Downloaded num-integer v0.1.46 |
| 826 | 2026-05-27T00:04:18.791Z | Downloaded num_enum v0.5.11 |
| 827 | 2026-05-27T00:04:18.791Z | Downloaded precomputed-hash v0.1.1 |
| 828 | 2026-05-27T00:04:18.791Z | Downloaded ignore v0.4.25 |
| 829 | 2026-05-27T00:04:18.792Z | Downloaded dropshot_endpoint v0.17.0 |
| 830 | 2026-05-27T00:04:18.792Z | Downloaded num_enum_derive v0.7.5 |
| 831 | 2026-05-27T00:04:18.792Z | Downloaded half v2.7.1 |
| 832 | 2026-05-27T00:04:18.792Z | Downloaded ar_archive_writer v0.5.1 |
| 833 | 2026-05-27T00:04:18.792Z | Downloaded litrs v1.0.0 |
| 834 | 2026-05-27T00:04:18.792Z | Downloaded oxide-tokio-rt v0.1.4 |
| 835 | 2026-05-27T00:04:18.792Z | Downloaded base64 v0.22.1 |
| 836 | 2026-05-27T00:04:18.792Z | Downloaded ipnetwork v0.21.1 |
| 837 | 2026-05-27T00:04:18.802Z | Downloaded progenitor-client v0.10.0 |
| 838 | 2026-05-27T00:04:18.802Z | Downloaded derive_more v0.99.20 |
| 839 | 2026-05-27T00:04:18.802Z | Downloaded memmap2 v0.9.10 |
| 840 | 2026-05-27T00:04:18.802Z | Downloaded derive-where v1.6.0 |
| 841 | 2026-05-27T00:04:18.802Z | Downloaded indexmap v1.9.3 |
| 842 | 2026-05-27T00:04:18.802Z | Downloaded heapless v0.8.0 |
| 843 | 2026-05-27T00:04:18.802Z | Downloaded cc v1.2.56 |
| 844 | 2026-05-27T00:04:18.821Z | Downloaded progenitor-client v0.14.0 |
| 845 | 2026-05-27T00:04:18.822Z | Downloaded parse-display-derive v0.10.0 |
| 846 | 2026-05-27T00:04:18.822Z | Downloaded headers v0.4.1 |
| 847 | 2026-05-27T00:04:18.822Z | Downloaded parking_lot_core v0.8.6 |
| 848 | 2026-05-27T00:04:18.822Z | Downloaded path-slash v0.1.5 |
| 849 | 2026-05-27T00:04:18.822Z | Downloaded psl-types v2.0.11 |
| 850 | 2026-05-27T00:04:18.822Z | Downloaded ed25519-dalek v2.2.0 |
| 851 | 2026-05-27T00:04:18.822Z | Downloaded peg-macros v0.8.5 |
| 852 | 2026-05-27T00:04:18.822Z | Downloaded flate2 v1.1.9 |
| 853 | 2026-05-27T00:04:18.822Z | Downloaded libbz2-rs-sys v0.2.2 |
| 854 | 2026-05-27T00:04:18.822Z | Downloaded progenitor-macro v0.14.0 |
| 855 | 2026-05-27T00:04:18.822Z | Downloaded progenitor-macro v0.11.2 |
| 856 | 2026-05-27T00:04:18.825Z | Downloaded password-hash v0.5.0 |
| 857 | 2026-05-27T00:04:18.825Z | Downloaded phf v0.12.1 |
| 858 | 2026-05-27T00:04:18.825Z | Downloaded pem v3.0.6 |
| 859 | 2026-05-27T00:04:18.825Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-05-27T00:04:18.825Z | Downloaded pin-project-lite v0.2.17 |
| 861 | 2026-05-27T00:04:18.825Z | Downloaded quick-error v1.2.3 |
| 862 | 2026-05-27T00:04:18.825Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-05-27T00:04:18.825Z | Downloaded radium v0.7.0 |
| 864 | 2026-05-27T00:04:18.825Z | Downloaded polyval v0.6.2 |
| 865 | 2026-05-27T00:04:18.828Z | Downloaded poly1305 v0.8.0 |
| 866 | 2026-05-27T00:04:18.828Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2026-05-27T00:04:18.828Z | Downloaded heapless v0.7.17 |
| 868 | 2026-05-27T00:04:18.832Z | Downloaded phf v0.13.1 |
| 869 | 2026-05-27T00:04:18.832Z | Downloaded bumpalo v3.20.2 |
| 870 | 2026-05-27T00:04:18.836Z | Downloaded async-compression v0.4.41 |
| 871 | 2026-05-27T00:04:18.838Z | Downloaded indicatif v0.18.4 |
| 872 | 2026-05-27T00:04:18.843Z | Downloaded parking_lot_core v0.9.12 |
| 873 | 2026-05-27T00:04:18.843Z | Downloaded postgres-protocol v0.6.10 |
| 874 | 2026-05-27T00:04:18.847Z | Downloaded proc-macro-error2 v2.0.1 |
| 875 | 2026-05-27T00:04:18.847Z | Downloaded rand_xorshift v0.4.0 |
| 876 | 2026-05-27T00:04:18.847Z | Downloaded progenitor v0.11.2 |
| 877 | 2026-05-27T00:04:18.847Z | Downloaded ppv-lite86 v0.2.21 |
| 878 | 2026-05-27T00:04:18.850Z | Downloaded primeorder v0.13.6 |
| 879 | 2026-05-27T00:04:18.850Z | Downloaded ref-cast v1.0.25 |
| 880 | 2026-05-27T00:04:18.850Z | Downloaded recursive v0.1.1 |
| 881 | 2026-05-27T00:04:18.852Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 882 | 2026-05-27T00:04:18.852Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-05-27T00:04:18.853Z | Downloaded pkcs8 v0.10.2 |
| 884 | 2026-05-27T00:04:18.855Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-05-27T00:04:18.855Z | Downloaded parking_lot v0.11.2 |
| 886 | 2026-05-27T00:04:18.858Z | Downloaded ref-cast-impl v1.0.25 |
| 887 | 2026-05-27T00:04:18.858Z | Downloaded peg v0.8.5 |
| 888 | 2026-05-27T00:04:18.861Z | Downloaded password-hash v0.4.2 |
| 889 | 2026-05-27T00:04:18.861Z | Downloaded paste v1.0.15 |
| 890 | 2026-05-27T00:04:18.864Z | Downloaded nanorand v0.7.0 |
| 891 | 2026-05-27T00:04:18.866Z | Downloaded psm v0.1.30 |
| 892 | 2026-05-27T00:04:18.867Z | Downloaded progenitor-client v0.13.0 |
| 893 | 2026-05-27T00:04:18.869Z | Downloaded progenitor-client v0.11.2 |
| 894 | 2026-05-27T00:04:18.869Z | Downloaded pkcs1 v0.7.5 |
| 895 | 2026-05-27T00:04:18.872Z | Downloaded derive_more-impl v2.1.1 |
| 896 | 2026-05-27T00:04:18.874Z | Downloaded expectorate v1.2.0 |
| 897 | 2026-05-27T00:04:18.875Z | Downloaded pkcs5 v0.7.1 |
| 898 | 2026-05-27T00:04:18.877Z | Downloaded rfc6979 v0.4.0 |
| 899 | 2026-05-27T00:04:18.880Z | Downloaded omicron-zone-package v0.12.2 |
| 900 | 2026-05-27T00:04:18.880Z | Downloaded num-rational v0.4.2 |
| 901 | 2026-05-27T00:04:18.883Z | Downloaded pin-project-internal v1.1.11 |
| 902 | 2026-05-27T00:04:18.883Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 903 | 2026-05-27T00:04:18.883Z | Downloaded pem-rfc7468 v0.7.0 |
| 904 | 2026-05-27T00:04:18.885Z | Downloaded proc-macro-crate v3.4.0 |
| 905 | 2026-05-27T00:04:18.886Z | Downloaded rand_core v0.6.4 |
| 906 | 2026-05-27T00:04:18.888Z | Downloaded proc-macro-crate v1.3.1 |
| 907 | 2026-05-27T00:04:18.888Z | Downloaded predicates-tree v1.0.13 |
| 908 | 2026-05-27T00:04:18.889Z | Downloaded predicates-core v1.0.10 |
| 909 | 2026-05-27T00:04:18.889Z | Downloaded packed_struct v0.10.1 |
| 910 | 2026-05-27T00:04:18.892Z | Downloaded progenitor-macro v0.10.0 |
| 911 | 2026-05-27T00:04:18.892Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-27T00:04:18.892Z | Downloaded russh-cryptovec v0.7.3 |
| 913 | 2026-05-27T00:04:18.895Z | Downloaded oxnet v0.1.4 |
| 914 | 2026-05-27T00:04:18.895Z | Downloaded owo-colors v4.3.0 |
| 915 | 2026-05-27T00:04:18.895Z | Downloaded flume v0.11.1 |
| 916 | 2026-05-27T00:04:18.898Z | Downloaded rustc_version v0.1.7 |
| 917 | 2026-05-27T00:04:18.898Z | Downloaded http-body-util v0.1.3 |
| 918 | 2026-05-27T00:04:18.901Z | Downloaded oso v0.27.3 |
| 919 | 2026-05-27T00:04:18.901Z | Downloaded r2d2 v0.8.10 |
| 920 | 2026-05-27T00:04:18.903Z | Downloaded p256 v0.13.2 |
| 921 | 2026-05-27T00:04:18.906Z | Downloaded rand_chacha v0.9.0 |
| 922 | 2026-05-27T00:04:18.907Z | Downloaded rand_seeder v0.4.0 |
| 923 | 2026-05-27T00:04:18.907Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-05-27T00:04:18.910Z | Downloaded progenitor v0.10.0 |
| 925 | 2026-05-27T00:04:18.910Z | Downloaded hickory-resolver v0.25.2 |
| 926 | 2026-05-27T00:04:18.912Z | Downloaded salsa20 v0.10.2 |
| 927 | 2026-05-27T00:04:18.912Z | Downloaded rtoolbox v0.0.3 |
| 928 | 2026-05-27T00:04:18.915Z | Downloaded hickory-resolver v0.24.4 |
| 929 | 2026-05-27T00:04:18.918Z | Downloaded predicates v3.1.4 |
| 930 | 2026-05-27T00:04:18.918Z | Downloaded postgres-types v0.2.12 |
| 931 | 2026-05-27T00:04:18.920Z | Downloaded miniz_oxide v0.8.9 |
| 932 | 2026-05-27T00:04:18.923Z | Downloaded same-file v1.0.6 |
| 933 | 2026-05-27T00:04:18.923Z | Downloaded data-encoding v2.10.0 |
| 934 | 2026-05-27T00:04:18.923Z | Downloaded progenitor-extras v0.2.0 |
| 935 | 2026-05-27T00:04:18.926Z | Downloaded sapling-renderdag v0.1.0 |
| 936 | 2026-05-27T00:04:18.926Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-05-27T00:04:18.931Z | Downloaded secrecy v0.8.0 |
| 938 | 2026-05-27T00:04:18.931Z | Downloaded derive_more v2.1.1 |
| 939 | 2026-05-27T00:04:18.935Z | Downloaded scrypt v0.11.0 |
| 940 | 2026-05-27T00:04:18.938Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-05-27T00:04:18.938Z | Downloaded progenitor v0.14.0 |
| 942 | 2026-05-27T00:04:18.941Z | Downloaded serde_bytes v0.11.19 |
| 943 | 2026-05-27T00:04:18.943Z | Downloaded parking_lot v0.12.5 |
| 944 | 2026-05-27T00:04:18.943Z | Downloaded http v1.4.0 |
| 945 | 2026-05-27T00:04:18.947Z | Downloaded seq-macro v0.3.6 |
| 946 | 2026-05-27T00:04:18.947Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-05-27T00:04:18.949Z | Downloaded serde-big-array v0.5.1 |
| 948 | 2026-05-27T00:04:18.949Z | Downloaded secrecy v0.10.3 |
| 949 | 2026-05-27T00:04:18.949Z | Downloaded resolv-conf v0.7.6 |
| 950 | 2026-05-27T00:04:18.952Z | Downloaded crossbeam-channel v0.5.15 |
| 951 | 2026-05-27T00:04:18.955Z | Downloaded quinn-udp v0.5.14 |
| 952 | 2026-05-27T00:04:18.955Z | Downloaded diesel_derives v2.3.7 |
| 953 | 2026-05-27T00:04:18.958Z | Downloaded serde_spanned v1.0.4 |
| 954 | 2026-05-27T00:04:18.962Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-05-27T00:04:18.962Z | Downloaded serde_plain v1.0.2 |
| 956 | 2026-05-27T00:04:18.965Z | Downloaded serde_urlencoded v0.7.1 |
| 957 | 2026-05-27T00:04:18.965Z | Downloaded signal-hook-tokio v0.3.1 |
| 958 | 2026-05-27T00:04:18.965Z | Downloaded signal-hook-mio v0.2.5 |
| 959 | 2026-05-27T00:04:18.965Z | Downloaded rand_core v0.9.5 |
| 960 | 2026-05-27T00:04:18.969Z | Downloaded hashbrown v0.12.3 |
| 961 | 2026-05-27T00:04:18.974Z | Downloaded rustls-pemfile v2.2.0 |
| 962 | 2026-05-27T00:04:18.974Z | Downloaded rustc_version v0.4.1 |
| 963 | 2026-05-27T00:04:18.974Z | Downloaded shell-words v1.1.1 |
| 964 | 2026-05-27T00:04:18.978Z | Downloaded sha1 v0.10.6 |
| 965 | 2026-05-27T00:04:18.978Z | Downloaded sigpipe v0.1.3 |
| 966 | 2026-05-27T00:04:18.978Z | Downloaded openssl-sys v0.9.115 |
| 967 | 2026-05-27T00:04:18.981Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-05-27T00:04:18.984Z | Downloaded siphasher v1.0.2 |
| 969 | 2026-05-27T00:04:18.984Z | Downloaded signature v2.2.0 |
| 970 | 2026-05-27T00:04:18.988Z | Downloaded jiff-static v0.2.21 |
| 971 | 2026-05-27T00:04:18.988Z | Downloaded postcard v1.1.3 |
| 972 | 2026-05-27T00:04:18.991Z | Downloaded slog-bunyan v2.5.0 |
| 973 | 2026-05-27T00:04:18.991Z | Downloaded papergrid v0.17.0 |
| 974 | 2026-05-27T00:04:19.002Z | Downloaded prefix-trie v0.7.0 |
| 975 | 2026-05-27T00:04:19.008Z | Downloaded sct v0.7.1 |
| 976 | 2026-05-27T00:04:19.008Z | Downloaded progenitor-impl v0.10.0 |
| 977 | 2026-05-27T00:04:19.008Z | Downloaded pin-project v1.1.11 |
| 978 | 2026-05-27T00:04:19.008Z | Downloaded serde_derive_internals v0.29.1 |
| 979 | 2026-05-27T00:04:19.013Z | Downloaded schemars_derive v0.8.22 |
| 980 | 2026-05-27T00:04:19.020Z | Downloaded semver v0.1.20 |
| 981 | 2026-05-27T00:04:19.025Z | Downloaded sec1 v0.7.3 |
| 982 | 2026-05-27T00:04:19.025Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-05-27T00:04:19.033Z | Downloaded progenitor-impl v0.11.2 |
| 984 | 2026-05-27T00:04:19.036Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-05-27T00:04:19.036Z | Downloaded ssh-cipher v0.2.0 |
| 986 | 2026-05-27T00:04:19.036Z | Downloaded rustls-pki-types v1.14.0 |
| 987 | 2026-05-27T00:04:19.036Z | Downloaded rustls-pemfile v1.0.4 |
| 988 | 2026-05-27T00:04:19.036Z | Downloaded slog-envlogger v2.2.0 |
| 989 | 2026-05-27T00:04:19.039Z | Downloaded prettyplease v0.2.37 |
| 990 | 2026-05-27T00:04:19.039Z | Downloaded pretty_assertions v1.4.1 |
| 991 | 2026-05-27T00:04:19.042Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-05-27T00:04:19.044Z | Downloaded rcgen v0.12.1 |
| 993 | 2026-05-27T00:04:19.044Z | Downloaded strum v0.27.2 |
| 994 | 2026-05-27T00:04:19.047Z | Downloaded structmeta-derive v0.3.0 |
| 995 | 2026-05-27T00:04:19.047Z | Downloaded structmeta v0.3.0 |
| 996 | 2026-05-27T00:04:19.047Z | Downloaded signal-hook-registry v1.4.8 |
| 997 | 2026-05-27T00:04:19.050Z | Downloaded strip-ansi-escapes v0.2.1 |
| 998 | 2026-05-27T00:04:19.053Z | Downloaded progenitor-impl v0.14.0 |
| 999 | 2026-05-27T00:04:19.055Z | Downloaded russh-keys v0.45.0 |
| 1000 | 2026-05-27T00:04:19.055Z | Downloaded itertools v0.10.5 |
| 1001 | 2026-05-27T00:04:19.060Z | Downloaded scroll v0.13.0 |
| 1002 | 2026-05-27T00:04:19.063Z | Downloaded strum v0.26.3 |
| 1003 | 2026-05-27T00:04:19.063Z | Downloaded hickory-server v0.25.2 |
| 1004 | 2026-05-27T00:04:19.065Z | Downloaded tagptr v0.2.0 |
| 1005 | 2026-05-27T00:04:19.066Z | Downloaded tabled_derive v0.11.0 |
| 1006 | 2026-05-27T00:04:19.068Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-05-27T00:04:19.068Z | Downloaded sync-ptr v0.1.4 |
| 1008 | 2026-05-27T00:04:19.068Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-05-27T00:04:19.071Z | Downloaded snafu-derive v0.8.9 |
| 1010 | 2026-05-27T00:04:19.071Z | Downloaded slog-stdlog v4.1.1 |
| 1011 | 2026-05-27T00:04:19.074Z | Downloaded take_mut v0.2.2 |
| 1012 | 2026-05-27T00:04:19.074Z | Downloaded tap v1.0.1 |
| 1013 | 2026-05-27T00:04:19.074Z | Downloaded tabwriter v1.4.1 |
| 1014 | 2026-05-27T00:04:19.076Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-05-27T00:04:19.076Z | Downloaded slog-term v2.9.2 |
| 1016 | 2026-05-27T00:04:19.079Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1017 | 2026-05-27T00:04:19.079Z | Downloaded simd-adler32 v0.3.8 |
| 1018 | 2026-05-27T00:04:19.082Z | Downloaded rusty-fork v0.3.1 |
| 1019 | 2026-05-27T00:04:19.082Z | Downloaded spki v0.7.3 |
| 1020 | 2026-05-27T00:04:19.085Z | Downloaded subtle v2.6.1 |
| 1021 | 2026-05-27T00:04:19.089Z | Downloaded slog-json v2.6.1 |
| 1022 | 2026-05-27T00:04:19.092Z | Downloaded slog-dtrace v0.3.0 |
| 1023 | 2026-05-27T00:04:19.092Z | Downloaded slog-async v2.8.0 |
| 1024 | 2026-05-27T00:04:19.095Z | Downloaded stacker v0.1.23 |
| 1025 | 2026-05-27T00:04:19.098Z | Downloaded ssh-encoding v0.2.0 |
| 1026 | 2026-05-27T00:04:19.098Z | Downloaded hashbrown v0.13.2 |
| 1027 | 2026-05-27T00:04:19.103Z | Downloaded hyper-util v0.1.20 |
| 1028 | 2026-05-27T00:04:19.107Z | Downloaded thread-id v5.1.0 |
| 1029 | 2026-05-27T00:04:19.107Z | Downloaded rayon-core v1.13.0 |
| 1030 | 2026-05-27T00:04:19.112Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-05-27T00:04:19.112Z | Downloaded termtree v0.5.1 |
| 1032 | 2026-05-27T00:04:19.112Z | Downloaded string_cache v0.8.9 |
| 1033 | 2026-05-27T00:04:19.112Z | Downloaded smf v0.2.3 |
| 1034 | 2026-05-27T00:04:19.112Z | Downloaded ryu v1.0.23 |
| 1035 | 2026-05-27T00:04:19.115Z | Downloaded serde_cbor v0.11.2 |
| 1036 | 2026-05-27T00:04:19.118Z | Downloaded slog-scope v4.4.1 |
| 1037 | 2026-05-27T00:04:19.118Z | Downloaded progenitor-impl v0.13.0 |
| 1038 | 2026-05-27T00:04:19.120Z | Downloaded time-core v0.1.8 |
| 1039 | 2026-05-27T00:04:19.120Z | Downloaded nom v7.1.3 |
| 1040 | 2026-05-27T00:04:19.123Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-05-27T00:04:19.126Z | Downloaded support-bundle-viewer v0.1.2 |
| 1042 | 2026-05-27T00:04:19.126Z | Downloaded aho-corasick v1.1.4 |
| 1043 | 2026-05-27T00:04:19.128Z | Downloaded static_assertions v1.1.0 |
| 1044 | 2026-05-27T00:04:19.131Z | Downloaded slab v0.4.12 |
| 1045 | 2026-05-27T00:04:19.131Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-05-27T00:04:19.134Z | Downloaded num-bigint v0.4.6 |
| 1047 | 2026-05-27T00:04:19.137Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-05-27T00:04:19.140Z | Downloaded tokio-macros v2.7.0 |
| 1049 | 2026-05-27T00:04:19.147Z | Downloaded minimal-lexical v0.2.1 |
| 1050 | 2026-05-27T00:04:19.152Z | Downloaded strum_macros v0.27.2 |
| 1051 | 2026-05-27T00:04:19.155Z | Downloaded strum_macros v0.26.4 |
| 1052 | 2026-05-27T00:04:19.158Z | Downloaded strum_macros v0.24.3 |
| 1053 | 2026-05-27T00:04:19.161Z | Downloaded mio v1.2.0 |
| 1054 | 2026-05-27T00:04:19.164Z | Downloaded thread_local v1.1.9 |
| 1055 | 2026-05-27T00:04:19.167Z | Downloaded thiserror-no-std v2.0.2 |
| 1056 | 2026-05-27T00:04:19.170Z | Downloaded trait-variant v0.1.2 |
| 1057 | 2026-05-27T00:04:19.170Z | Downloaded tower-service v0.3.3 |
| 1058 | 2026-05-27T00:04:19.170Z | Downloaded iri-string v0.7.10 |
| 1059 | 2026-05-27T00:04:19.173Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-05-27T00:04:19.181Z | Downloaded tower-layer v0.3.3 |
| 1061 | 2026-05-27T00:04:19.188Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-05-27T00:04:19.188Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-05-27T00:04:19.188Z | Downloaded try-lock v0.2.5 |
| 1064 | 2026-05-27T00:04:19.188Z | Downloaded time-macros v0.2.27 |
| 1065 | 2026-05-27T00:04:19.188Z | Downloaded termios v0.3.3 |
| 1066 | 2026-05-27T00:04:19.191Z | Downloaded itertools v0.12.1 |
| 1067 | 2026-05-27T00:04:19.191Z | Downloaded hashbrown v0.16.1 |
| 1068 | 2026-05-27T00:04:19.194Z | Downloaded tokio-dtrace v0.1.1 |
| 1069 | 2026-05-27T00:04:19.197Z | Downloaded hashbrown v0.15.5 |
| 1070 | 2026-05-27T00:04:19.200Z | Downloaded unarray v0.1.4 |
| 1071 | 2026-05-27T00:04:19.200Z | Downloaded spin v0.9.8 |
| 1072 | 2026-05-27T00:04:19.203Z | Downloaded signal-hook v0.3.18 |
| 1073 | 2026-05-27T00:04:19.203Z | Downloaded num-bigint-dig v0.8.6 |
| 1074 | 2026-05-27T00:04:19.206Z | Downloaded tls_codec v0.4.2 |
| 1075 | 2026-05-27T00:04:19.208Z | Downloaded tls_codec_derive v0.4.2 |
| 1076 | 2026-05-27T00:04:19.209Z | Downloaded typify-macro v0.6.2 |
| 1077 | 2026-05-27T00:04:19.211Z | Downloaded tokio-tungstenite v0.21.0 |
| 1078 | 2026-05-27T00:04:19.211Z | Downloaded typify-macro v0.4.3 |
| 1079 | 2026-05-27T00:04:19.211Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1080 | 2026-05-27T00:04:19.214Z | Downloaded unit-prefix v0.5.2 |
| 1081 | 2026-05-27T00:04:19.214Z | Downloaded tokio-rustls v0.25.0 |
| 1082 | 2026-05-27T00:04:19.214Z | Downloaded unicode-truncate v1.1.0 |
| 1083 | 2026-05-27T00:04:19.217Z | Downloaded universal-hash v0.5.1 |
| 1084 | 2026-05-27T00:04:19.217Z | Downloaded rand v0.8.6 |
| 1085 | 2026-05-27T00:04:19.220Z | Downloaded stringprep v0.1.5 |
| 1086 | 2026-05-27T00:04:19.220Z | Downloaded publicsuffix v2.3.0 |
| 1087 | 2026-05-27T00:04:19.224Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1088 | 2026-05-27T00:04:19.224Z | Downloaded iddqd v0.4.1 |
| 1089 | 2026-05-27T00:04:19.229Z | Downloaded rsa v0.9.10 |
| 1090 | 2026-05-27T00:04:19.233Z | Downloaded slog v2.8.2 |
| 1091 | 2026-05-27T00:04:19.233Z | Downloaded usdt-macro v0.6.0 |
| 1092 | 2026-05-27T00:04:19.236Z | Downloaded tokio-native-tls v0.3.1 |
| 1093 | 2026-05-27T00:04:19.236Z | Downloaded utf-8 v0.7.6 |
| 1094 | 2026-05-27T00:04:19.236Z | Downloaded rand v0.9.2 |
| 1095 | 2026-05-27T00:04:19.239Z | Downloaded usdt-attr-macro v0.6.0 |
| 1096 | 2026-05-27T00:04:19.239Z | Downloaded usdt v0.6.0 |
| 1097 | 2026-05-27T00:04:19.239Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-05-27T00:04:19.241Z | Downloaded untrusted v0.7.1 |
| 1099 | 2026-05-27T00:04:19.242Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1100 | 2026-05-27T00:04:19.242Z | Downloaded tiny-keccak v2.0.2 |
| 1101 | 2026-05-27T00:04:19.244Z | Downloaded dropshot-api-manager v0.7.2 |
| 1102 | 2026-05-27T00:04:19.248Z | Downloaded schemars v0.9.0 |
| 1103 | 2026-05-27T00:04:19.253Z | Downloaded term v1.2.1 |
| 1104 | 2026-05-27T00:04:19.256Z | Downloaded libxml v0.3.3 |
| 1105 | 2026-05-27T00:04:19.258Z | Downloaded itertools v0.13.0 |
| 1106 | 2026-05-27T00:04:19.262Z | Downloaded term v0.7.0 |
| 1107 | 2026-05-27T00:04:19.265Z | Downloaded want v0.3.1 |
| 1108 | 2026-05-27T00:04:19.265Z | Downloaded ron v0.8.1 |
| 1109 | 2026-05-27T00:04:19.271Z | Downloaded smallvec v0.6.14 |
| 1110 | 2026-05-27T00:04:19.271Z | Downloaded shlex v1.3.0 |
| 1111 | 2026-05-27T00:04:19.271Z | Downloaded tokio-rustls v0.24.1 |
| 1112 | 2026-05-27T00:04:19.277Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-05-27T00:04:19.277Z | Downloaded wait-timeout v0.2.1 |
| 1114 | 2026-05-27T00:04:19.277Z | Downloaded void v1.0.2 |
| 1115 | 2026-05-27T00:04:19.277Z | Downloaded tokio-stream v0.1.18 |
| 1116 | 2026-05-27T00:04:19.280Z | Downloaded libm v0.2.16 |
| 1117 | 2026-05-27T00:04:19.283Z | Downloaded xshell-macros v0.2.7 |
| 1118 | 2026-05-27T00:04:19.283Z | Downloaded xattr v1.6.1 |
| 1119 | 2026-05-27T00:04:19.286Z | Downloaded unicase v2.9.0 |
| 1120 | 2026-05-27T00:04:19.286Z | Downloaded qorb v0.4.1 |
| 1121 | 2026-05-27T00:04:19.289Z | Downloaded similar v2.7.0 |
| 1122 | 2026-05-27T00:04:19.295Z | Downloaded russh v0.45.0 |
| 1123 | 2026-05-27T00:04:19.298Z | Downloaded quinn v0.11.9 |
| 1124 | 2026-05-27T00:04:19.298Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1125 | 2026-05-27T00:04:19.298Z | Downloaded socket2 v0.6.3 |
| 1126 | 2026-05-27T00:04:19.301Z | Downloaded uzers v0.12.2 |
| 1127 | 2026-05-27T00:04:19.302Z | Downloaded rand v0.10.0 |
| 1128 | 2026-05-27T00:04:19.304Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-05-27T00:04:19.305Z | Downloaded vergen-gitcl v1.0.8 |
| 1130 | 2026-05-27T00:04:19.305Z | Downloaded tokio-tungstenite v0.23.1 |
| 1131 | 2026-05-27T00:04:19.309Z | Downloaded subprocess v0.2.15 |
| 1132 | 2026-05-27T00:04:19.309Z | Downloaded samael v0.0.19 |
| 1133 | 2026-05-27T00:04:19.316Z | Downloaded futures-util v0.3.32 |
| 1134 | 2026-05-27T00:04:19.319Z | Downloaded zone_cfg_derive v0.3.1 |
| 1135 | 2026-05-27T00:04:19.319Z | Downloaded schemars v1.2.1 |
| 1136 | 2026-05-27T00:04:19.329Z | Downloaded zone v0.3.1 |
| 1137 | 2026-05-27T00:04:19.332Z | Downloaded usdt-impl v0.6.0 |
| 1138 | 2026-05-27T00:04:19.332Z | Downloaded tui-tree-widget v0.23.1 |
| 1139 | 2026-05-27T00:04:19.332Z | Downloaded vergen-lib v0.1.6 |
| 1140 | 2026-05-27T00:04:19.332Z | Downloaded snafu v0.8.9 |
| 1141 | 2026-05-27T00:04:19.335Z | Downloaded walkdir v2.5.0 |
| 1142 | 2026-05-27T00:04:19.335Z | Downloaded whoami v1.6.1 |
| 1143 | 2026-05-27T00:04:19.338Z | Downloaded twox-hash v2.1.2 |
| 1144 | 2026-05-27T00:04:19.338Z | Downloaded test-strategy v0.4.5 |
| 1145 | 2026-05-27T00:04:19.341Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1146 | 2026-05-27T00:04:19.344Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-05-27T00:04:19.344Z | Downloaded wyz v0.5.1 |
| 1148 | 2026-05-27T00:04:19.344Z | Downloaded vsss-rs v3.3.4 |
| 1149 | 2026-05-27T00:04:19.346Z | Downloaded xshell v0.2.7 |
| 1150 | 2026-05-27T00:04:19.346Z | Downloaded whoami v2.1.0 |
| 1151 | 2026-05-27T00:04:19.346Z | Downloaded toml v0.7.8 |
| 1152 | 2026-05-27T00:04:19.350Z | Downloaded unicode-properties v0.1.4 |
| 1153 | 2026-05-27T00:04:19.355Z | Downloaded tinyvec v1.10.0 |
| 1154 | 2026-05-27T00:04:19.356Z | Downloaded hyper v1.8.1 |
| 1155 | 2026-05-27T00:04:19.356Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-05-27T00:04:19.360Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1157 | 2026-05-27T00:04:19.369Z | Downloaded steno v0.4.1 |
| 1158 | 2026-05-27T00:04:19.369Z | Downloaded rustls-webpki v0.103.9 |
| 1159 | 2026-05-27T00:04:19.372Z | Downloaded p521 v0.13.3 |
| 1160 | 2026-05-27T00:04:19.377Z | Downloaded zstd-safe v7.2.4 |
| 1161 | 2026-05-27T00:04:19.377Z | Downloaded zeroize v1.8.2 |
| 1162 | 2026-05-27T00:04:19.377Z | Downloaded h2 v0.4.13 |
| 1163 | 2026-05-27T00:04:19.380Z | Downloaded itertools v0.14.0 |
| 1164 | 2026-05-27T00:04:19.383Z | Downloaded tungstenite v0.23.0 |
| 1165 | 2026-05-27T00:04:19.387Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-05-27T00:04:19.391Z | Downloaded vergen-git2 v1.0.7 |
| 1167 | 2026-05-27T00:04:19.391Z | Downloaded vergen v9.0.6 |
| 1168 | 2026-05-27T00:04:19.391Z | Downloaded zstd v0.13.3 |
| 1169 | 2026-05-27T00:04:19.394Z | Downloaded tracing-attributes v0.1.31 |
| 1170 | 2026-05-27T00:04:19.394Z | Downloaded tar v0.4.45 |
| 1171 | 2026-05-27T00:04:19.394Z | Downloaded yasna v0.5.2 |
| 1172 | 2026-05-27T00:04:19.394Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1173 | 2026-05-27T00:04:19.404Z | Downloaded bitvec v1.0.1 |
| 1174 | 2026-05-27T00:04:19.411Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-05-27T00:04:19.411Z | Downloaded uuid v1.23.0 |
| 1176 | 2026-05-27T00:04:19.411Z | Downloaded unsafe-libyaml v0.2.11 |
| 1177 | 2026-05-27T00:04:19.415Z | Downloaded blake3 v1.8.3 |
| 1178 | 2026-05-27T00:04:19.419Z | Downloaded typify v0.4.3 |
| 1179 | 2026-05-27T00:04:19.422Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-05-27T00:04:19.422Z | Downloaded unicode-bidi v0.3.18 |
| 1181 | 2026-05-27T00:04:19.427Z | Downloaded tokio-rustls v0.26.4 |
| 1182 | 2026-05-27T00:04:19.429Z | Downloaded typify v0.6.2 |
| 1183 | 2026-05-27T00:04:19.437Z | Downloaded tokio-postgres v0.7.16 |
| 1184 | 2026-05-27T00:04:19.440Z | Downloaded rpassword v7.4.0 |
| 1185 | 2026-05-27T00:04:19.445Z | Downloaded aws-lc-rs v1.16.3 |
| 1186 | 2026-05-27T00:04:19.457Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1187 | 2026-05-27T00:04:19.462Z | Downloaded git2 v0.20.4 |
| 1188 | 2026-05-27T00:04:19.462Z | Downloaded zopfli v0.8.3 |
| 1189 | 2026-05-27T00:04:19.462Z | Downloaded rustyline v14.0.0 |
| 1190 | 2026-05-27T00:04:19.465Z | Downloaded vte v0.14.1 |
| 1191 | 2026-05-27T00:04:19.465Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-05-27T00:04:19.468Z | Downloaded bindgen v0.71.1 |
| 1193 | 2026-05-27T00:04:19.471Z | Downloaded reqwest v0.12.28 |
| 1194 | 2026-05-27T00:04:19.478Z | Downloaded portable-atomic v1.13.1 |
| 1195 | 2026-05-27T00:04:19.490Z | Downloaded regex v1.12.3 |
| 1196 | 2026-05-27T00:04:19.495Z | Downloaded reedline v0.40.0 |
| 1197 | 2026-05-27T00:04:19.499Z | Downloaded toml_edit v0.19.15 |
| 1198 | 2026-05-27T00:04:19.509Z | Downloaded quick-xml v0.37.5 |
| 1199 | 2026-05-27T00:04:19.515Z | Downloaded rustls-webpki v0.101.7 |
| 1200 | 2026-05-27T00:04:19.523Z | Downloaded ssh-key v0.6.7 |
| 1201 | 2026-05-27T00:04:19.530Z | Downloaded unicode_categories v0.1.1 |
| 1202 | 2026-05-27T00:04:19.539Z | Downloaded tower v0.5.3 |
| 1203 | 2026-05-27T00:04:19.544Z | Downloaded zerocopy-derive v0.8.40 |
| 1204 | 2026-05-27T00:04:19.553Z | Downloaded zip v0.6.6 |
| 1205 | 2026-05-27T00:04:19.556Z | Downloaded tokio-util v0.7.18 |
| 1206 | 2026-05-27T00:04:19.559Z | Downloaded p384 v0.13.1 |
| 1207 | 2026-05-27T00:04:19.563Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-05-27T00:04:19.568Z | Downloaded tower-http v0.6.8 |
| 1209 | 2026-05-27T00:04:19.574Z | Downloaded petname v2.0.2 |
| 1210 | 2026-05-27T00:04:19.578Z | Downloaded yansi v1.0.1 |
| 1211 | 2026-05-27T00:04:19.580Z | Downloaded unicode-segmentation v1.12.0 |
| 1212 | 2026-05-27T00:04:19.584Z | Downloaded rayon v1.11.0 |
| 1213 | 2026-05-27T00:04:19.589Z | Downloaded serde_with v3.17.0 |
| 1214 | 2026-05-27T00:04:19.596Z | Downloaded quinn-proto v0.11.13 |
| 1215 | 2026-05-27T00:04:19.600Z | Downloaded rustls-webpki v0.102.8 |
| 1216 | 2026-05-27T00:04:19.610Z | Downloaded typed-path v0.9.3 |
| 1217 | 2026-05-27T00:04:19.615Z | Downloaded winnow v0.6.26 |
| 1218 | 2026-05-27T00:04:19.620Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-05-27T00:04:19.623Z | Downloaded winnow v0.5.40 |
| 1220 | 2026-05-27T00:04:19.628Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-05-27T00:04:19.634Z | Downloaded nix v0.27.1 |
| 1222 | 2026-05-27T00:04:19.640Z | Downloaded salty v0.3.0 |
| 1223 | 2026-05-27T00:04:19.644Z | Downloaded bstr v1.12.1 |
| 1224 | 2026-05-27T00:04:19.653Z | Downloaded proptest v1.10.0 |
| 1225 | 2026-05-27T00:04:19.659Z | Downloaded moka v0.12.13 |
| 1226 | 2026-05-27T00:04:19.665Z | Downloaded object v0.30.4 |
| 1227 | 2026-05-27T00:04:19.670Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-05-27T00:04:19.677Z | Downloaded zip v4.6.1 |
| 1229 | 2026-05-27T00:04:19.680Z | Downloaded tough v0.22.0 |
| 1230 | 2026-05-27T00:04:19.685Z | Downloaded object v0.37.3 |
| 1231 | 2026-05-27T00:04:19.693Z | Downloaded vcpkg v0.2.15 |
| 1232 | 2026-05-27T00:04:19.714Z | Downloaded webpki-roots v1.0.6 |
| 1233 | 2026-05-27T00:04:19.716Z | Downloaded goblin v0.10.5 |
| 1234 | 2026-05-27T00:04:19.720Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-05-27T00:04:19.725Z | Downloaded regex-syntax v0.6.29 |
| 1236 | 2026-05-27T00:04:19.729Z | Downloaded regex-syntax v0.8.10 |
| 1237 | 2026-05-27T00:04:19.750Z | Downloaded regress v0.11.1 |
| 1238 | 2026-05-27T00:04:19.763Z | Downloaded rustls v0.23.37 |
| 1239 | 2026-05-27T00:04:19.791Z | Downloaded radix_trie v0.2.1 |
| 1240 | 2026-05-27T00:04:19.805Z | Downloaded tabled v0.20.0 |
| 1241 | 2026-05-27T00:04:19.809Z | Downloaded polar-core v0.27.3 |
| 1242 | 2026-05-27T00:04:19.815Z | Downloaded sled v0.34.7 |
| 1243 | 2026-05-27T00:04:19.820Z | Downloaded tracing v0.1.44 |
| 1244 | 2026-05-27T00:04:19.833Z | Downloaded openssl v0.10.79 |
| 1245 | 2026-05-27T00:04:19.838Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1246 | 2026-05-27T00:04:19.846Z | Downloaded time v0.3.47 |
| 1247 | 2026-05-27T00:04:19.852Z | Downloaded nix v0.29.0 |
| 1248 | 2026-05-27T00:04:19.861Z | Downloaded zerocopy-derive v0.6.6 |
| 1249 | 2026-05-27T00:04:19.865Z | Downloaded regex-automata v0.4.14 |
| 1250 | 2026-05-27T00:04:19.874Z | Downloaded dropshot v0.17.0 |
| 1251 | 2026-05-27T00:04:19.886Z | Downloaded smoltcp v0.9.1 |
| 1252 | 2026-05-27T00:04:19.892Z | Downloaded zlib-rs v0.6.2 |
| 1253 | 2026-05-27T00:04:19.895Z | Downloaded chrono-tz v0.10.4 |
| 1254 | 2026-05-27T00:04:19.906Z | Downloaded nix v0.28.0 |
| 1255 | 2026-05-27T00:04:19.912Z | Downloaded rustls v0.21.12 |
| 1256 | 2026-05-27T00:04:19.918Z | Downloaded nix v0.31.2 |
| 1257 | 2026-05-27T00:04:19.924Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-05-27T00:04:19.934Z | Downloaded dropshot v0.16.7 |
| 1259 | 2026-05-27T00:04:19.949Z | Downloaded smoltcp v0.11.0 |
| 1260 | 2026-05-27T00:04:19.953Z | Downloaded regress v0.10.5 |
| 1261 | 2026-05-27T00:04:19.957Z | Downloaded zerocopy v0.8.40 |
| 1262 | 2026-05-27T00:04:19.963Z | Downloaded petgraph v0.8.3 |
| 1263 | 2026-05-27T00:04:19.976Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-05-27T00:04:19.982Z | Downloaded hickory-proto v0.25.2 |
| 1265 | 2026-05-27T00:04:19.996Z | Downloaded rustls v0.22.4 |
| 1266 | 2026-05-27T00:04:20.006Z | Downloaded sha3 v0.10.8 |
| 1267 | 2026-05-27T00:04:20.010Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-05-27T00:04:20.016Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-05-27T00:04:20.066Z | Downloaded sqlparser v0.61.0 |
| 1270 | 2026-05-27T00:04:20.095Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-05-27T00:04:20.104Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-05-27T00:04:20.117Z | Downloaded typify-impl v0.4.3 |
| 1273 | 2026-05-27T00:04:20.191Z | Downloaded petgraph v0.6.5 |
| 1274 | 2026-05-27T00:04:20.207Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-05-27T00:04:20.246Z | Downloaded libz-sys v1.1.24 |
| 1276 | 2026-05-27T00:04:20.257Z | Downloaded csv v1.4.0 |
| 1277 | 2026-05-27T00:04:20.270Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-05-27T00:04:20.279Z | Downloaded tokio v1.52.1 |
| 1279 | 2026-05-27T00:04:20.365Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-05-27T00:04:20.392Z | Downloaded ring v0.17.14 |
| 1281 | 2026-05-27T00:04:20.423Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1282 | 2026-05-27T00:04:20.616Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-05-27T00:04:20.859Z | Compiling libc v0.2.185 |
| 1284 | 2026-05-27T00:04:20.859Z | Compiling serde v1.0.228 |
| 1285 | 2026-05-27T00:04:20.862Z | Compiling log v0.4.29 |
| 1286 | 2026-05-27T00:04:20.862Z | Compiling find-msvc-tools v0.1.9 |
| 1287 | 2026-05-27T00:04:20.862Z | Compiling shlex v1.3.0 |
| 1288 | 2026-05-27T00:04:20.862Z | Compiling smallvec v1.15.1 |
| 1289 | 2026-05-27T00:04:20.862Z | Compiling typenum v1.19.0 |
| 1290 | 2026-05-27T00:04:20.862Z | Compiling subtle v2.6.1 |
| 1291 | 2026-05-27T00:04:21.037Z | Compiling generic-array v0.14.7 |
| 1292 | 2026-05-27T00:04:21.040Z | Compiling scopeguard v1.2.0 |
| 1293 | 2026-05-27T00:04:21.058Z | Compiling const-oid v0.9.6 |
| 1294 | 2026-05-27T00:04:21.129Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-05-27T00:04:21.142Z | Compiling syn v2.0.117 |
| 1296 | 2026-05-27T00:04:21.149Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-05-27T00:04:21.149Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-27T00:04:21.152Z | Compiling pin-project-lite v0.2.17 |
| 1299 | 2026-05-27T00:04:21.229Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-05-27T00:04:21.242Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-05-27T00:04:21.257Z | Compiling pkg-config v0.3.32 |
| 1302 | 2026-05-27T00:04:21.274Z | Compiling bitflags v2.11.0 |
| 1303 | 2026-05-27T00:04:21.289Z | Compiling critical-section v1.2.0 |
| 1304 | 2026-05-27T00:04:21.310Z | Compiling libm v0.2.16 |
| 1305 | 2026-05-27T00:04:21.330Z | Compiling futures-core v0.3.32 |
| 1306 | 2026-05-27T00:04:21.375Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-05-27T00:04:21.400Z | Compiling percent-encoding v2.3.2 |
| 1308 | 2026-05-27T00:04:21.511Z | Compiling futures-sink v0.3.32 |
| 1309 | 2026-05-27T00:04:21.540Z | Compiling futures-task v0.3.32 |
| 1310 | 2026-05-27T00:04:21.571Z | Compiling futures-io v0.3.32 |
| 1311 | 2026-05-27T00:04:21.584Z | Compiling slab v0.4.12 |
| 1312 | 2026-05-27T00:04:21.595Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-05-27T00:04:21.661Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-05-27T00:04:21.680Z | Compiling getrandom v0.4.1 |
| 1315 | 2026-05-27T00:04:21.692Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-27T00:04:21.692Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-05-27T00:04:21.773Z | Compiling getrandom v0.3.4 |
| 1318 | 2026-05-27T00:04:21.781Z | Compiling rustversion v1.0.22 |
| 1319 | 2026-05-27T00:04:21.796Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-05-27T00:04:21.829Z | Compiling fs_extra v1.3.0 |
| 1321 | 2026-05-27T00:04:21.881Z | Compiling dunce v1.0.5 |
| 1322 | 2026-05-27T00:04:21.933Z | Compiling base64ct v1.8.3 |
| 1323 | 2026-05-27T00:04:21.960Z | Compiling ident_case v1.0.1 |
| 1324 | 2026-05-27T00:04:21.980Z | Compiling getrandom v0.2.17 |
| 1325 | 2026-05-27T00:04:21.997Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-05-27T00:04:22.008Z | Compiling errno v0.3.14 |
| 1327 | 2026-05-27T00:04:22.051Z | Compiling mio v1.2.0 |
| 1328 | 2026-05-27T00:04:22.084Z | Compiling socket2 v0.6.3 |
| 1329 | 2026-05-27T00:04:22.116Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-05-27T00:04:22.132Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-05-27T00:04:22.196Z | Compiling cc v1.2.56 |
| 1332 | 2026-05-27T00:04:22.240Z | Compiling parking_lot v0.12.5 |
| 1333 | 2026-05-27T00:04:22.347Z | Compiling once_cell v1.21.3 |
| 1334 | 2026-05-27T00:04:22.362Z | Compiling pem-rfc7468 v0.7.0 |
| 1335 | 2026-05-27T00:04:22.397Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-05-27T00:04:22.413Z | Compiling rustix v1.1.3 |
| 1337 | 2026-05-27T00:04:22.424Z | Compiling flagset v0.4.7 |
| 1338 | 2026-05-27T00:04:22.437Z | Compiling iana-time-zone v0.1.65 |
| 1339 | 2026-05-27T00:04:22.452Z | Compiling aws-lc-rs v1.16.3 |
| 1340 | 2026-05-27T00:04:22.531Z | Compiling vcpkg v0.2.15 |
| 1341 | 2026-05-27T00:04:22.584Z | Compiling tracing-core v0.1.36 |
| 1342 | 2026-05-27T00:04:22.597Z | Compiling uuid v1.23.0 |
| 1343 | 2026-05-27T00:04:22.640Z | Compiling rustc_version v0.4.1 |
| 1344 | 2026-05-27T00:04:22.658Z | Compiling base64 v0.22.1 |
| 1345 | 2026-05-27T00:04:22.682Z | Compiling rand_core v0.9.5 |
| 1346 | 2026-05-27T00:04:22.701Z | Compiling openssl-probe v0.2.1 |
| 1347 | 2026-05-27T00:04:22.769Z | Compiling untrusted v0.9.0 |
| 1348 | 2026-05-27T00:04:22.783Z | Compiling tinyvec_macros v0.1.1 |
| 1349 | 2026-05-27T00:04:22.835Z | Compiling untrusted v0.7.1 |
| 1350 | 2026-05-27T00:04:22.862Z | Compiling httparse v1.10.1 |
| 1351 | 2026-05-27T00:04:22.896Z | Compiling tinyvec v1.10.0 |
| 1352 | 2026-05-27T00:04:22.913Z | Compiling aho-corasick v1.1.4 |
| 1353 | 2026-05-27T00:04:22.949Z | Compiling rustls v0.23.37 |
| 1354 | 2026-05-27T00:04:22.980Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-27T00:04:22.994Z | Compiling dyn-clone v1.0.20 |
| 1356 | 2026-05-27T00:04:23.013Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-05-27T00:04:23.016Z | Compiling schemars v0.8.22 |
| 1358 | 2026-05-27T00:04:23.125Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-05-27T00:04:23.142Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-05-27T00:04:23.156Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-27T00:04:23.174Z | Compiling httpdate v1.0.3 |
| 1362 | 2026-05-27T00:04:23.224Z | Compiling want v0.3.1 |
| 1363 | 2026-05-27T00:04:23.246Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2026-05-27T00:04:23.273Z | Compiling pin-utils v0.1.0 |
| 1365 | 2026-05-27T00:04:23.304Z | Compiling openssl v0.10.79 |
| 1366 | 2026-05-27T00:04:23.320Z | Compiling foreign-types v0.3.2 |
| 1367 | 2026-05-27T00:04:23.348Z | Compiling unicode-normalization v0.1.25 |
| 1368 | 2026-05-27T00:04:23.362Z | Compiling spin v0.9.8 |
| 1369 | 2026-05-27T00:04:23.362Z | Compiling crc32fast v1.5.0 |
| 1370 | 2026-05-27T00:04:23.362Z | Compiling native-tls v0.2.18 |
| 1371 | 2026-05-27T00:04:23.405Z | Compiling time-core v0.1.8 |
| 1372 | 2026-05-27T00:04:23.406Z | Compiling num-conv v0.2.0 |
| 1373 | 2026-05-27T00:04:23.406Z | Compiling powerfmt v0.2.0 |
| 1374 | 2026-05-27T00:04:23.448Z | Compiling wait-timeout v0.2.1 |
| 1375 | 2026-05-27T00:04:23.451Z | Compiling sync_wrapper v1.0.2 |
| 1376 | 2026-05-27T00:04:23.560Z | Compiling deranged v0.5.8 |
| 1377 | 2026-05-27T00:04:23.589Z | Compiling bit-vec v0.8.0 |
| 1378 | 2026-05-27T00:04:23.600Z | Compiling time-macros v0.2.27 |
| 1379 | 2026-05-27T00:04:23.600Z | Compiling syn v1.0.109 |
| 1380 | 2026-05-27T00:04:23.629Z | Compiling usdt-impl v0.6.0 |
| 1381 | 2026-05-27T00:04:23.633Z | Compiling siphasher v1.0.2 |
| 1382 | 2026-05-27T00:04:23.656Z | Compiling simd-adler32 v0.3.8 |
| 1383 | 2026-05-27T00:04:23.658Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-05-27T00:04:23.731Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-05-27T00:04:23.739Z | Compiling quick-error v1.2.3 |
| 1386 | 2026-05-27T00:04:23.816Z | Compiling aws-lc-sys v0.40.0 |
| 1387 | 2026-05-27T00:04:23.837Z | Compiling ring v0.17.14 |
| 1388 | 2026-05-27T00:04:23.840Z | Compiling openssl-sys v0.9.115 |
| 1389 | 2026-05-27T00:04:23.854Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1390 | 2026-05-27T00:04:23.866Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1391 | 2026-05-27T00:04:23.881Z | Compiling regex-automata v0.4.14 |
| 1392 | 2026-05-27T00:04:23.951Z | Compiling tempfile v3.25.0 |
| 1393 | 2026-05-27T00:04:23.968Z | Compiling bit-set v0.8.0 |
| 1394 | 2026-05-27T00:04:24.017Z | Compiling heapless v0.7.17 |
| 1395 | 2026-05-27T00:04:24.116Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-05-27T00:04:24.179Z | Compiling pest_generator v2.8.6 |
| 1397 | 2026-05-27T00:04:24.188Z | Compiling serde_derive_internals v0.29.1 |
| 1398 | 2026-05-27T00:04:24.228Z | Compiling darling_core v0.20.11 |
| 1399 | 2026-05-27T00:04:24.289Z | Compiling rusty-fork v0.3.1 |
| 1400 | 2026-05-27T00:04:24.353Z | Compiling darling_core v0.21.3 |
| 1401 | 2026-05-27T00:04:24.547Z | Compiling rand_xorshift v0.4.0 |
| 1402 | 2026-05-27T00:04:24.620Z | Compiling slog v2.8.2 |
| 1403 | 2026-05-27T00:04:24.666Z | Compiling thread-id v5.1.0 |
| 1404 | 2026-05-27T00:04:24.717Z | Compiling time v0.3.47 |
| 1405 | 2026-05-27T00:04:24.731Z | Compiling cookie v0.18.1 |
| 1406 | 2026-05-27T00:04:24.734Z | Compiling iri-string v0.7.10 |
| 1407 | 2026-05-27T00:04:24.759Z | Compiling ryu v1.0.23 |
| 1408 | 2026-05-27T00:04:24.786Z | Compiling anyhow v1.0.102 |
| 1409 | 2026-05-27T00:04:24.824Z | Compiling adler2 v2.0.1 |
| 1410 | 2026-05-27T00:04:24.910Z | Compiling unarray v0.1.4 |
| 1411 | 2026-05-27T00:04:24.930Z | Compiling zstd-safe v7.2.4 |
| 1412 | 2026-05-27T00:04:24.997Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-27T00:04:25.013Z | Compiling unicode-bidi v0.3.18 |
| 1414 | 2026-05-27T00:04:25.032Z | Compiling signal-hook v0.3.18 |
| 1415 | 2026-05-27T00:04:25.111Z | Compiling paste v1.0.15 |
| 1416 | 2026-05-27T00:04:25.126Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-05-27T00:04:25.291Z | Compiling miniz_oxide v0.8.9 |
| 1418 | 2026-05-27T00:04:25.407Z | Compiling stringprep v0.1.5 |
| 1419 | 2026-05-27T00:04:25.525Z | Compiling num-integer v0.1.46 |
| 1420 | 2026-05-27T00:04:25.639Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2026-05-27T00:04:25.833Z | Compiling serde_derive v1.0.228 |
| 1422 | 2026-05-27T00:04:25.877Z | Compiling zeroize_derive v1.4.3 |
| 1423 | 2026-05-27T00:04:25.894Z | Compiling zerofrom-derive v0.1.6 |
| 1424 | 2026-05-27T00:04:25.941Z | Compiling yoke-derive v0.8.1 |
| 1425 | 2026-05-27T00:04:25.977Z | Compiling zerovec-derive v0.11.2 |
| 1426 | 2026-05-27T00:04:26.002Z | Compiling zerocopy-derive v0.8.40 |
| 1427 | 2026-05-27T00:04:26.200Z | Compiling displaydoc v0.2.5 |
| 1428 | 2026-05-27T00:04:26.371Z | Compiling tokio-macros v2.7.0 |
| 1429 | 2026-05-27T00:04:26.413Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-05-27T00:04:26.560Z | Compiling zeroize v1.8.2 |
| 1431 | 2026-05-27T00:04:26.616Z | Compiling der_derive v0.7.3 |
| 1432 | 2026-05-27T00:04:26.988Z | Compiling rustls-pki-types v1.14.0 |
| 1433 | 2026-05-27T00:04:27.014Z | Compiling tracing-attributes v0.1.31 |
| 1434 | 2026-05-27T00:04:27.142Z | Compiling thiserror-impl v2.0.18 |
| 1435 | 2026-05-27T00:04:27.162Z | Compiling scroll_derive v0.13.1 |
| 1436 | 2026-05-27T00:04:27.176Z | Compiling schemars_derive v0.8.22 |
| 1437 | 2026-05-27T00:04:27.271Z | Compiling futures-util v0.3.32 |
| 1438 | 2026-05-27T00:04:27.358Z | Compiling crypto-common v0.1.7 |
| 1439 | 2026-05-27T00:04:27.364Z | Compiling zerofrom v0.1.6 |
| 1440 | 2026-05-27T00:04:27.447Z | Compiling block-buffer v0.10.4 |
| 1441 | 2026-05-27T00:04:27.506Z | Compiling yoke v0.8.1 |
| 1442 | 2026-05-27T00:04:27.520Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-27T00:04:27.609Z | Compiling digest v0.10.7 |
| 1444 | 2026-05-27T00:04:27.629Z | Compiling der v0.7.10 |
| 1445 | 2026-05-27T00:04:27.708Z | Compiling zerovec v0.11.5 |
| 1446 | 2026-05-27T00:04:27.708Z | Compiling zerotrie v0.2.3 |
| 1447 | 2026-05-27T00:04:27.872Z | Compiling hmac v0.12.1 |
| 1448 | 2026-05-27T00:04:27.993Z | Compiling inout v0.1.4 |
| 1449 | 2026-05-27T00:04:28.018Z | Compiling sha2 v0.10.9 |
| 1450 | 2026-05-27T00:04:28.044Z | Compiling pbkdf2 v0.12.2 |
| 1451 | 2026-05-27T00:04:28.173Z | Compiling tinystr v0.8.2 |
| 1452 | 2026-05-27T00:04:28.187Z | Compiling potential_utf v0.1.4 |
| 1453 | 2026-05-27T00:04:28.193Z | Compiling cipher v0.4.4 |
| 1454 | 2026-05-27T00:04:28.224Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-27T00:04:28.369Z | Compiling icu_locale_core v2.1.1 |
| 1456 | 2026-05-27T00:04:28.384Z | Compiling icu_collections v2.1.1 |
| 1457 | 2026-05-27T00:04:28.398Z | Compiling tracing v0.1.44 |
| 1458 | 2026-05-27T00:04:28.487Z | Compiling spki v0.7.3 |
| 1459 | 2026-05-27T00:04:28.500Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-05-27T00:04:28.538Z | Compiling thiserror v2.0.18 |
| 1461 | 2026-05-27T00:04:28.653Z | Compiling scrypt v0.11.0 |
| 1462 | 2026-05-27T00:04:28.669Z | Compiling cbc v0.1.2 |
| 1463 | 2026-05-27T00:04:28.685Z | Compiling aes v0.8.4 |
| 1464 | 2026-05-27T00:04:28.699Z | Compiling scroll v0.13.0 |
| 1465 | 2026-05-27T00:04:28.713Z | Compiling darling_macro v0.20.11 |
| 1466 | 2026-05-27T00:04:28.838Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-05-27T00:04:28.854Z | Compiling rustls-native-certs v0.8.3 |
| 1468 | 2026-05-27T00:04:28.884Z | Compiling dtrace-parser v0.3.0 |
| 1469 | 2026-05-27T00:04:28.921Z | Compiling goblin v0.10.5 |
| 1470 | 2026-05-27T00:04:28.981Z | Compiling icu_provider v2.1.1 |
| 1471 | 2026-05-27T00:04:29.161Z | Compiling pkcs5 v0.7.1 |
| 1472 | 2026-05-27T00:04:29.219Z | Compiling darling v0.20.11 |
| 1473 | 2026-05-27T00:04:29.253Z | Compiling icu_normalizer v2.1.1 |
| 1474 | 2026-05-27T00:04:29.267Z | Compiling icu_properties v2.1.2 |
| 1475 | 2026-05-27T00:04:29.319Z | Compiling bytes v1.11.1 |
| 1476 | 2026-05-27T00:04:29.403Z | Compiling chrono v0.4.44 |
| 1477 | 2026-05-27T00:04:29.423Z | Compiling ipnet v2.11.0 |
| 1478 | 2026-05-27T00:04:29.438Z | Compiling derive_builder_core v0.20.2 |
| 1479 | 2026-05-27T00:04:29.555Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-05-27T00:04:29.664Z | Compiling signature v2.2.0 |
| 1481 | 2026-05-27T00:04:29.679Z | Compiling webpki-roots v1.0.6 |
| 1482 | 2026-05-27T00:04:29.775Z | Compiling thiserror-impl v1.0.69 |
| 1483 | 2026-05-27T00:04:29.815Z | Compiling tokio v1.52.1 |
| 1484 | 2026-05-27T00:04:29.830Z | Compiling http v1.4.0 |
| 1485 | 2026-05-27T00:04:29.861Z | Compiling scroll_derive v0.12.1 |
| 1486 | 2026-05-27T00:04:29.879Z | Compiling erased-serde v0.3.31 |
| 1487 | 2026-05-27T00:04:29.950Z | Compiling serde_tokenstream v0.2.3 |
| 1488 | 2026-05-27T00:04:29.964Z | Compiling toml_datetime v0.6.11 |
| 1489 | 2026-05-27T00:04:30.246Z | Compiling idna_adapter v1.2.1 |
| 1490 | 2026-05-27T00:04:30.292Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-05-27T00:04:30.346Z | Compiling derive_builder_macro v0.20.2 |
| 1492 | 2026-05-27T00:04:30.398Z | Compiling ppv-lite86 v0.2.21 |
| 1493 | 2026-05-27T00:04:30.438Z | Compiling idna v1.1.0 |
| 1494 | 2026-05-27T00:04:30.457Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-05-27T00:04:30.472Z | Compiling md-5 v0.10.6 |
| 1496 | 2026-05-27T00:04:30.559Z | Compiling http-body v1.0.1 |
| 1497 | 2026-05-27T00:04:30.611Z | Compiling scroll v0.12.0 |
| 1498 | 2026-05-27T00:04:30.649Z | Compiling darling_macro v0.21.3 |
| 1499 | 2026-05-27T00:04:30.722Z | Compiling rand_chacha v0.9.0 |
| 1500 | 2026-05-27T00:04:30.737Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-27T00:04:30.751Z | Compiling url v2.5.8 |
| 1502 | 2026-05-27T00:04:30.822Z | Compiling rand_chacha v0.3.1 |
| 1503 | 2026-05-27T00:04:30.850Z | Compiling bstr v1.12.1 |
| 1504 | 2026-05-27T00:04:30.880Z | Compiling async-trait v0.1.89 |
| 1505 | 2026-05-27T00:04:30.897Z | Compiling pin-project-internal v1.1.11 |
| 1506 | 2026-05-27T00:04:30.992Z | Compiling rand v0.9.2 |
| 1507 | 2026-05-27T00:04:31.006Z | Compiling zerocopy-derive v0.7.35 |
| 1508 | 2026-05-27T00:04:31.134Z | Compiling vergen-lib v0.1.6 |
| 1509 | 2026-05-27T00:04:31.154Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-05-27T00:04:31.180Z | Compiling ff v0.13.1 |
| 1511 | 2026-05-27T00:04:31.330Z | Compiling hash32 v0.2.1 |
| 1512 | 2026-05-27T00:04:31.344Z | Compiling memoffset v0.9.1 |
| 1513 | 2026-05-27T00:04:31.447Z | Compiling num-bigint-dig v0.8.6 |
| 1514 | 2026-05-27T00:04:31.521Z | Compiling base16ct v0.2.0 |
| 1515 | 2026-05-27T00:04:31.539Z | Compiling ref-cast v1.0.25 |
| 1516 | 2026-05-27T00:04:31.560Z | Compiling zlib-rs v0.6.2 |
| 1517 | 2026-05-27T00:04:31.585Z | Compiling proptest v1.10.0 |
| 1518 | 2026-05-27T00:04:31.654Z | Compiling dof v0.4.0 |
| 1519 | 2026-05-27T00:04:31.721Z | Compiling rustix v0.38.44 |
| 1520 | 2026-05-27T00:04:31.823Z | Compiling cfg_aliases v0.2.1 |
| 1521 | 2026-05-27T00:04:31.866Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-05-27T00:04:31.910Z | Compiling litrs v1.0.0 |
| 1523 | 2026-05-27T00:04:31.924Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-05-27T00:04:31.961Z | Compiling psl-types v2.0.11 |
| 1525 | 2026-05-27T00:04:32.010Z | Compiling zerocopy v0.7.35 |
| 1526 | 2026-05-27T00:04:32.063Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-05-27T00:04:32.109Z | Compiling publicsuffix v2.3.0 |
| 1528 | 2026-05-27T00:04:32.219Z | Compiling postgres-protocol v0.6.10 |
| 1529 | 2026-05-27T00:04:32.233Z | Compiling pin-project v1.1.11 |
| 1530 | 2026-05-27T00:04:32.299Z | Compiling nix v0.31.2 |
| 1531 | 2026-05-27T00:04:32.317Z | Compiling oxnet v0.1.4 |
| 1532 | 2026-05-27T00:04:32.440Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-27T00:04:32.454Z | Compiling document-features v0.2.12 |
| 1534 | 2026-05-27T00:04:32.612Z | Compiling group v0.13.0 |
| 1535 | 2026-05-27T00:04:32.631Z | Compiling darling v0.21.3 |
| 1536 | 2026-05-27T00:04:32.691Z | Compiling rand v0.8.6 |
| 1537 | 2026-05-27T00:04:32.726Z | Compiling derive_builder v0.20.2 |
| 1538 | 2026-05-27T00:04:32.744Z | Compiling goblin v0.8.2 |
| 1539 | 2026-05-27T00:04:32.803Z | Compiling hubpack_derive v0.1.1 |
| 1540 | 2026-05-27T00:04:32.806Z | Compiling cargo-platform v0.1.9 |
| 1541 | 2026-05-27T00:04:32.880Z | Compiling hex v0.4.3 |
| 1542 | 2026-05-27T00:04:32.885Z | Compiling futures-executor v0.3.32 |
| 1543 | 2026-05-27T00:04:32.990Z | Compiling hkdf v0.12.4 |
| 1544 | 2026-05-27T00:04:33.067Z | Compiling crypto-bigint v0.5.5 |
| 1545 | 2026-05-27T00:04:33.088Z | Compiling regex v1.12.3 |
| 1546 | 2026-05-27T00:04:33.165Z | Compiling daft-derive v0.1.7 |
| 1547 | 2026-05-27T00:04:33.170Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1548 | 2026-05-27T00:04:33.209Z | Compiling strum_macros v0.27.2 |
| 1549 | 2026-05-27T00:04:33.224Z | Compiling ref-cast-impl v1.0.25 |
| 1550 | 2026-05-27T00:04:33.248Z | Compiling snafu-derive v0.8.9 |
| 1551 | 2026-05-27T00:04:33.262Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-05-27T00:04:33.553Z | Compiling terminal_size v0.4.3 |
| 1553 | 2026-05-27T00:04:33.665Z | Compiling tokio-util v0.7.18 |
| 1554 | 2026-05-27T00:04:33.712Z | Compiling tower v0.5.3 |
| 1555 | 2026-05-27T00:04:33.759Z | Compiling tokio-native-tls v0.3.1 |
| 1556 | 2026-05-27T00:04:33.802Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-05-27T00:04:33.832Z | Compiling lazy_static v1.5.0 |
| 1558 | 2026-05-27T00:04:33.852Z | Compiling vergen v9.0.6 |
| 1559 | 2026-05-27T00:04:33.866Z | Compiling fs-err v3.3.0 |
| 1560 | 2026-05-27T00:04:33.935Z | Compiling newtype-uuid v1.3.2 |
| 1561 | 2026-05-27T00:04:33.949Z | Compiling encoding_rs v0.8.35 |
| 1562 | 2026-05-27T00:04:33.952Z | Compiling ahash v0.8.12 |
| 1563 | 2026-05-27T00:04:34.053Z | Compiling bumpalo v3.20.2 |
| 1564 | 2026-05-27T00:04:34.066Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2026-05-27T00:04:34.079Z | Compiling libbz2-rs-sys v0.2.2 |
| 1566 | 2026-05-27T00:04:34.182Z | Compiling tower-http v0.6.8 |
| 1567 | 2026-05-27T00:04:34.217Z | Compiling foldhash v0.2.0 |
| 1568 | 2026-05-27T00:04:34.288Z | Compiling managed v0.8.0 |
| 1569 | 2026-05-27T00:04:34.320Z | Compiling same-file v1.0.6 |
| 1570 | 2026-05-27T00:04:34.458Z | Compiling h2 v0.4.13 |
| 1571 | 2026-05-27T00:04:34.472Z | Compiling flate2 v1.1.9 |
| 1572 | 2026-05-27T00:04:34.497Z | Compiling foldhash v0.1.5 |
| 1573 | 2026-05-27T00:04:34.528Z | Compiling bitflags v1.3.2 |
| 1574 | 2026-05-27T00:04:34.607Z | Compiling object v0.37.3 |
| 1575 | 2026-05-27T00:04:34.621Z | Compiling winnow v0.5.40 |
| 1576 | 2026-05-27T00:04:34.691Z | Compiling mime v0.3.17 |
| 1577 | 2026-05-27T00:04:34.716Z | Compiling hashbrown v0.15.5 |
| 1578 | 2026-05-27T00:04:34.786Z | Compiling bzip2 v0.6.1 |
| 1579 | 2026-05-27T00:04:34.907Z | Compiling walkdir v2.5.0 |
| 1580 | 2026-05-27T00:04:34.949Z | Compiling dof v0.3.0 |
| 1581 | 2026-05-27T00:04:34.965Z | Compiling hashbrown v0.16.1 |
| 1582 | 2026-05-27T00:04:35.010Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-05-27T00:04:35.181Z | Compiling snafu v0.8.9 |
| 1584 | 2026-05-27T00:04:35.207Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-27T00:04:35.247Z | Compiling strum v0.27.2 |
| 1586 | 2026-05-27T00:04:35.360Z | Compiling daft v0.1.7 |
| 1587 | 2026-05-27T00:04:35.416Z | Compiling elliptic-curve v0.13.8 |
| 1588 | 2026-05-27T00:04:35.490Z | Compiling phf v0.13.1 |
| 1589 | 2026-05-27T00:04:35.669Z | Compiling signal-hook-mio v0.2.5 |
| 1590 | 2026-05-27T00:04:35.686Z | Compiling cargo_metadata v0.19.2 |
| 1591 | 2026-05-27T00:04:35.717Z | Compiling cookie_store v0.22.1 |
| 1592 | 2026-05-27T00:04:35.750Z | Compiling hubpack v0.1.2 |
| 1593 | 2026-05-27T00:04:35.765Z | Compiling usdt-attr-macro v0.6.0 |
| 1594 | 2026-05-27T00:04:35.779Z | Compiling usdt-macro v0.6.0 |
| 1595 | 2026-05-27T00:04:35.804Z | Compiling bzip2 v0.4.4 |
| 1596 | 2026-05-27T00:04:35.839Z | Compiling futures v0.3.32 |
| 1597 | 2026-05-27T00:04:35.933Z | Compiling zstd v0.13.3 |
| 1598 | 2026-05-27T00:04:35.984Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-05-27T00:04:36.036Z | Compiling serde_with_macros v3.17.0 |
| 1600 | 2026-05-27T00:04:36.146Z | Compiling postgres-types v0.2.12 |
| 1601 | 2026-05-27T00:04:36.216Z | Compiling globset v0.4.18 |
| 1602 | 2026-05-27T00:04:36.293Z | Compiling dtrace-parser v0.2.0 |
| 1603 | 2026-05-27T00:04:36.400Z | Compiling ed25519 v2.2.3 |
| 1604 | 2026-05-27T00:04:36.569Z | Compiling pkcs1 v0.7.5 |
| 1605 | 2026-05-27T00:04:36.601Z | Compiling olpc-cjson v0.1.4 |
| 1606 | 2026-05-27T00:04:36.730Z | Compiling serde_plain v1.0.2 |
| 1607 | 2026-05-27T00:04:36.787Z | Compiling serde-big-array v0.5.1 |
| 1608 | 2026-05-27T00:04:36.934Z | Compiling rfc6979 v0.4.0 |
| 1609 | 2026-05-27T00:04:36.949Z | Compiling clap_derive v4.5.55 |
| 1610 | 2026-05-27T00:04:36.954Z | Compiling serde_repr v0.1.20 |
| 1611 | 2026-05-27T00:04:37.001Z | Compiling enum-as-inner v0.6.1 |
| 1612 | 2026-05-27T00:04:37.078Z | Compiling strum_macros v0.26.4 |
| 1613 | 2026-05-27T00:04:37.093Z | Compiling async-recursion v1.1.1 |
| 1614 | 2026-05-27T00:04:37.107Z | Compiling phf_shared v0.11.3 |
| 1615 | 2026-05-27T00:04:37.215Z | Compiling float-cmp v0.10.0 |
| 1616 | 2026-05-27T00:04:37.313Z | Compiling pem v3.0.6 |
| 1617 | 2026-05-27T00:04:37.332Z | Compiling thread-id v4.2.2 |
| 1618 | 2026-05-27T00:04:37.365Z | Compiling memmap2 v0.9.10 |
| 1619 | 2026-05-27T00:04:37.392Z | Compiling env_filter v1.0.0 |
| 1620 | 2026-05-27T00:04:37.438Z | Compiling fixedbitset v0.4.2 |
| 1621 | 2026-05-27T00:04:37.533Z | Compiling hyper v1.8.1 |
| 1622 | 2026-05-27T00:04:37.549Z | Compiling difflib v0.4.0 |
| 1623 | 2026-05-27T00:04:37.616Z | Compiling typed-path v0.9.3 |
| 1624 | 2026-05-27T00:04:37.661Z | Compiling static_assertions v1.1.0 |
| 1625 | 2026-05-27T00:04:37.678Z | Compiling predicates-core v1.0.10 |
| 1626 | 2026-05-27T00:04:37.730Z | Compiling fixedbitset v0.5.7 |
| 1627 | 2026-05-27T00:04:37.752Z | Compiling precomputed-hash v0.1.1 |
| 1628 | 2026-05-27T00:04:37.793Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2026-05-27T00:04:37.857Z | Compiling whoami v2.1.0 |
| 1630 | 2026-05-27T00:04:37.878Z | Compiling either v1.15.0 |
| 1631 | 2026-05-27T00:04:37.890Z | Compiling data-encoding v2.10.0 |
| 1632 | 2026-05-27T00:04:38.058Z | Compiling jiff v0.2.21 |
| 1633 | 2026-05-27T00:04:38.105Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-05-27T00:04:38.135Z | Compiling keccak v0.1.6 |
| 1635 | 2026-05-27T00:04:38.218Z | Compiling hickory-proto v0.25.2 |
| 1636 | 2026-05-27T00:04:38.257Z | Compiling predicates v3.1.4 |
| 1637 | 2026-05-27T00:04:38.282Z | Compiling itertools v0.13.0 |
| 1638 | 2026-05-27T00:04:38.546Z | Compiling sha3 v0.10.8 |
| 1639 | 2026-05-27T00:04:38.617Z | Compiling tokio-postgres v0.7.16 |
| 1640 | 2026-05-27T00:04:38.660Z | Compiling hyper-util v0.1.20 |
| 1641 | 2026-05-27T00:04:38.677Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-05-27T00:04:38.775Z | Compiling clap v4.5.60 |
| 1643 | 2026-05-27T00:04:38.868Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-05-27T00:04:38.883Z | Compiling strum v0.26.3 |
| 1645 | 2026-05-27T00:04:38.886Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1646 | 2026-05-27T00:04:38.934Z | Compiling toml_edit v0.22.27 |
| 1647 | 2026-05-27T00:04:38.955Z | Compiling petgraph v0.6.5 |
| 1648 | 2026-05-27T00:04:39.024Z | Compiling env_logger v0.11.9 |
| 1649 | 2026-05-27T00:04:39.039Z | Compiling usdt v0.6.0 |
| 1650 | 2026-05-27T00:04:39.110Z | Compiling usdt-impl v0.5.0 |
| 1651 | 2026-05-27T00:04:39.179Z | Compiling toml v0.7.8 |
| 1652 | 2026-05-27T00:04:39.330Z | Compiling serde_with v3.17.0 |
| 1653 | 2026-05-27T00:04:39.408Z | Compiling crossterm v0.28.1 |
| 1654 | 2026-05-27T00:04:39.526Z | Compiling ecdsa v0.16.9 |
| 1655 | 2026-05-27T00:04:39.731Z | Compiling rsa v0.9.10 |
| 1656 | 2026-05-27T00:04:39.805Z | Compiling ed25519-dalek v2.2.0 |
| 1657 | 2026-05-27T00:04:40.377Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-05-27T00:04:40.448Z | Compiling zip v0.6.6 |
| 1659 | 2026-05-27T00:04:40.482Z | Compiling iddqd v0.4.1 |
| 1660 | 2026-05-27T00:04:40.734Z | Compiling zip v4.6.1 |
| 1661 | 2026-05-27T00:04:40.928Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1662 | 2026-05-27T00:04:41.061Z | Compiling similar v2.7.0 |
| 1663 | 2026-05-27T00:04:41.076Z | Compiling heck v0.4.1 |
| 1664 | 2026-05-27T00:04:41.101Z | Compiling tokio-stream v0.1.18 |
| 1665 | 2026-05-27T00:04:41.242Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-05-27T00:04:41.329Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1667 | 2026-05-27T00:04:41.544Z | Compiling openapiv3 v2.2.0 |
| 1668 | 2026-05-27T00:04:41.590Z | Compiling x509-cert v0.2.5 |
| 1669 | 2026-05-27T00:04:41.607Z | Compiling sha1 v0.10.6 |
| 1670 | 2026-05-27T00:04:41.663Z | Compiling crossbeam-epoch v0.9.18 |
| 1671 | 2026-05-27T00:04:41.767Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1672 | 2026-05-27T00:04:41.784Z | Compiling peg-runtime v0.8.5 |
| 1673 | 2026-05-27T00:04:41.784Z | Compiling lalrpop-util v0.19.12 |
| 1674 | 2026-05-27T00:04:41.819Z | Compiling thread_local v1.1.9 |
| 1675 | 2026-05-27T00:04:41.857Z | Compiling slog-async v2.8.0 |
| 1676 | 2026-05-27T00:04:41.888Z | Compiling crossbeam-channel v0.5.15 |
| 1677 | 2026-05-27T00:04:41.970Z | Compiling filetime v0.2.27 |
| 1678 | 2026-05-27T00:04:41.997Z | Compiling is-terminal v0.4.17 |
| 1679 | 2026-05-27T00:04:42.019Z | Compiling xattr v1.6.1 |
| 1680 | 2026-05-27T00:04:42.072Z | Compiling term v1.2.1 |
| 1681 | 2026-05-27T00:04:42.097Z | Compiling take_mut v0.2.2 |
| 1682 | 2026-05-27T00:04:42.177Z | Compiling tar v0.4.45 |
| 1683 | 2026-05-27T00:04:42.361Z | Compiling slog-term v2.9.2 |
| 1684 | 2026-05-27T00:04:59.803Z | Compiling rustls-webpki v0.103.9 |
| 1685 | 2026-05-27T00:05:02.608Z | Compiling tokio-rustls v0.26.4 |
| 1686 | 2026-05-27T00:05:02.608Z | Compiling rustls-platform-verifier v0.6.2 |
| 1687 | 2026-05-27T00:05:02.804Z | Compiling hyper-rustls v0.27.7 |
| 1688 | 2026-05-27T00:05:02.998Z | Compiling reqwest v0.12.28 |
| 1689 | 2026-05-27T00:05:02.998Z | Compiling reqwest v0.13.2 |
| 1690 | 2026-05-27T00:05:04.217Z | Compiling tough v0.22.0 |
| 1691 | 2026-05-27T00:05:06.707Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1692 | 2026-05-27T00:05:06.944Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1693 | 2026-05-27T00:05:09.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.98s |
| 1694 | 2026-05-27T00:05:09.898Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1695 | 2026-05-27T00:05:09.955Z | May 27 00:05:08.962 INFO Starting download, target: Clickhouse |
| 1696 | 2026-05-27T00:05:09.955Z | May 27 00:05:08.962 INFO Starting download, target: DendriteStub |
| 1697 | 2026-05-27T00:05:09.955Z | May 27 00:05:08.962 INFO Starting download, target: Console |
| 1698 | 2026-05-27T00:05:09.955Z | May 27 00:05:08.963 INFO Starting download, target: Cockroach |
| 1699 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Starting download, target: MaghemiteMgd |
| 1700 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Starting download, target: TransceiverControl |
| 1701 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1702 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1703 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1704 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1705 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1706 | 2026-05-27T00:05:09.959Z | May 27 00:05:08.963 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1707 | 2026-05-27T00:05:10.995Z | May 27 00:05:10.003 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1708 | 2026-05-27T00:05:11.237Z | May 27 00:05:10.229 INFO Download complete, target: Console |
| 1709 | 2026-05-27T00:05:11.494Z | May 27 00:05:10.501 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1710 | 2026-05-27T00:05:11.792Z | May 27 00:05:10.724 INFO Download complete, target: TransceiverControl |
| 1711 | 2026-05-27T00:05:13.777Z | May 27 00:05:12.764 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1712 | 2026-05-27T00:05:13.901Z | May 27 00:05:12.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1713 | 2026-05-27T00:05:14.671Z | May 27 00:05:13.657 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-05-27T00:05:15.638Z | May 27 00:05:14.643 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1715 | 2026-05-27T00:05:15.638Z | May 27 00:05:14.643 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1716 | 2026-05-27T00:05:16.238Z | May 27 00:05:15.243 INFO Download complete, target: DendriteStub |
| 1717 | 2026-05-27T00:05:17.055Z | May 27 00:05:16.062 INFO Download complete, target: MaghemiteMgd |
| 1718 | 2026-05-27T00:05:20.323Z | May 27 00:05:19.330 INFO Checking that binary works, target: Cockroach |
| 1719 | 2026-05-27T00:05:20.517Z | May 27 00:05:19.520 INFO Download complete, target: Cockroach |
| 1720 | 2026-05-27T00:05:20.523Z | May 27 00:05:19.524 INFO Checking that binary works, target: Clickhouse |
| 1721 | 2026-05-27T00:05:20.640Z | May 27 00:05:19.646 INFO Download complete, target: Clickhouse |
| 1722 | 2026-05-27T00:05:20.650Z | All prerequisites installed successfully |
| 1723 | 2026-05-27T00:05:20.658Z | |
| 1724 | 2026-05-27T00:05:20.658Z | real 2:04.516393792 |
| 1725 | 2026-05-27T00:05:20.658Z | user 6:56.860060877 |
| 1726 | 2026-05-27T00:05:20.658Z | sys 1:39.907612881 |
| 1727 | 2026-05-27T00:05:20.658Z | trap 0.240246039 |
| 1728 | 2026-05-27T00:05:20.658Z | tflt 2.255434908 |
| 1729 | 2026-05-27T00:05:20.658Z | dflt 3.192704810 |
| 1730 | 2026-05-27T00:05:20.659Z | kflt 0.063736178 |
| 1731 | 2026-05-27T00:05:20.659Z | lock 23:14.821554682 |
| 1732 | 2026-05-27T00:05:20.659Z | slp 19:20.238106860 |
| 1733 | 2026-05-27T00:05:20.659Z | lat 22.617858769 |
| 1734 | 2026-05-27T00:05:20.659Z | stop 2:46.301177511 |
| 1735 | 2026-05-27T00:05:20.659Z | + ptime -m cargo xtask download softnpu |
| 1736 | 2026-05-27T00:05:21.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1737 | 2026-05-27T00:05:21.199Z | Running `target/debug/xtask download softnpu` |
| 1738 | 2026-05-27T00:05:21.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1739 | 2026-05-27T00:05:22.041Z | Running `target/debug/xtask-downloader softnpu` |
| 1740 | 2026-05-27T00:05:22.082Z | May 27 00:05:21.089 INFO Starting download, target: Softnpu |
| 1741 | 2026-05-27T00:05:22.085Z | May 27 00:05:21.090 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1742 | 2026-05-27T00:05:22.679Z | May 27 00:05:21.685 INFO Download complete, target: Softnpu |
| 1743 | 2026-05-27T00:05:22.682Z | |
| 1744 | 2026-05-27T00:05:22.682Z | real 2.030859007 |
| 1745 | 2026-05-27T00:05:22.683Z | user 1.353026226 |
| 1746 | 2026-05-27T00:05:22.683Z | sys 0.677792001 |
| 1747 | 2026-05-27T00:05:22.683Z | trap 0.000562190 |
| 1748 | 2026-05-27T00:05:22.683Z | tflt 0.000076030 |
| 1749 | 2026-05-27T00:05:22.683Z | dflt 0.000259940 |
| 1750 | 2026-05-27T00:05:22.683Z | kflt 0.000000000 |
| 1751 | 2026-05-27T00:05:22.683Z | lock 10.930363266 |
| 1752 | 2026-05-27T00:05:22.683Z | slp 0.448377823 |
| 1753 | 2026-05-27T00:05:22.683Z | lat 0.121031311 |
| 1754 | 2026-05-27T00:05:22.683Z | stop 0.000172940 |
| 1755 | 2026-05-27T00:05:22.687Z | + export CARGO_INCREMENTAL=0 |
| 1756 | 2026-05-27T00:05:22.687Z | + CARGO_INCREMENTAL=0 |
| 1757 | 2026-05-27T00:05:22.687Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1758 | 2026-05-27T00:05:23.588Z | Compiling proc-macro2 v1.0.106 |
| 1759 | 2026-05-27T00:05:23.589Z | Compiling quote v1.0.45 |
| 1760 | 2026-05-27T00:05:23.589Z | Compiling unicode-ident v1.0.24 |
| 1761 | 2026-05-27T00:05:23.589Z | Compiling libc v0.2.185 |
| 1762 | 2026-05-27T00:05:23.589Z | Compiling serde_core v1.0.228 |
| 1763 | 2026-05-27T00:05:23.592Z | Compiling serde v1.0.228 |
| 1764 | 2026-05-27T00:05:23.592Z | Compiling cfg-if v1.0.4 |
| 1765 | 2026-05-27T00:05:23.592Z | Compiling version_check v0.9.5 |
| 1766 | 2026-05-27T00:05:23.592Z | Compiling shlex v1.3.0 |
| 1767 | 2026-05-27T00:05:23.592Z | Compiling find-msvc-tools v0.1.9 |
| 1768 | 2026-05-27T00:05:23.592Z | Compiling typenum v1.19.0 |
| 1769 | 2026-05-27T00:05:23.734Z | Compiling zmij v1.0.21 |
| 1770 | 2026-05-27T00:05:23.737Z | Compiling autocfg v1.5.0 |
| 1771 | 2026-05-27T00:05:23.749Z | Compiling serde_json v1.0.149 |
| 1772 | 2026-05-27T00:05:23.752Z | Compiling memchr v2.8.0 |
| 1773 | 2026-05-27T00:05:23.984Z | Compiling portable-atomic v1.13.1 |
| 1774 | 2026-05-27T00:05:24.061Z | Compiling libm v0.2.16 |
| 1775 | 2026-05-27T00:05:24.133Z | Compiling zerocopy v0.8.40 |
| 1776 | 2026-05-27T00:05:24.137Z | Compiling generic-array v0.14.7 |
| 1777 | 2026-05-27T00:05:24.148Z | Compiling parking_lot_core v0.9.12 |
| 1778 | 2026-05-27T00:05:24.194Z | Compiling smallvec v1.15.1 |
| 1779 | 2026-05-27T00:05:24.222Z | Compiling icu_properties_data v2.1.2 |
| 1780 | 2026-05-27T00:05:24.313Z | Compiling num-traits v0.2.19 |
| 1781 | 2026-05-27T00:05:24.342Z | Compiling icu_normalizer_data v2.1.1 |
| 1782 | 2026-05-27T00:05:24.364Z | Compiling itoa v1.0.17 |
| 1783 | 2026-05-27T00:05:24.401Z | Compiling getrandom v0.4.1 |
| 1784 | 2026-05-27T00:05:24.431Z | Compiling log v0.4.29 |
| 1785 | 2026-05-27T00:05:24.466Z | Compiling stable_deref_trait v1.2.1 |
| 1786 | 2026-05-27T00:05:24.481Z | Compiling pkg-config v0.3.32 |
| 1787 | 2026-05-27T00:05:24.515Z | Compiling subtle v2.6.1 |
| 1788 | 2026-05-27T00:05:24.735Z | Compiling scopeguard v1.2.0 |
| 1789 | 2026-05-27T00:05:24.789Z | Compiling jobserver v0.1.34 |
| 1790 | 2026-05-27T00:05:24.803Z | Compiling getrandom v0.2.17 |
| 1791 | 2026-05-27T00:05:24.834Z | Compiling lock_api v0.4.14 |
| 1792 | 2026-05-27T00:05:24.874Z | Compiling errno v0.3.14 |
| 1793 | 2026-05-27T00:05:24.966Z | Compiling rand_core v0.6.4 |
| 1794 | 2026-05-27T00:05:24.997Z | Compiling cc v1.2.56 |
| 1795 | 2026-05-27T00:05:25.027Z | Compiling litemap v0.8.1 |
| 1796 | 2026-05-27T00:05:25.043Z | Compiling percent-encoding v2.3.2 |
| 1797 | 2026-05-27T00:05:25.060Z | Compiling writeable v0.6.2 |
| 1798 | 2026-05-27T00:05:25.132Z | Compiling syn v2.0.117 |
| 1799 | 2026-05-27T00:05:25.192Z | Compiling fnv v1.0.7 |
| 1800 | 2026-05-27T00:05:25.219Z | Compiling pin-project-lite v0.2.17 |
| 1801 | 2026-05-27T00:05:25.266Z | Compiling thiserror v2.0.18 |
| 1802 | 2026-05-27T00:05:25.312Z | Compiling getrandom v0.3.4 |
| 1803 | 2026-05-27T00:05:25.356Z | Compiling equivalent v1.0.2 |
| 1804 | 2026-05-27T00:05:25.371Z | Compiling dunce v1.0.5 |
| 1805 | 2026-05-27T00:05:25.375Z | Compiling fs_extra v1.3.0 |
| 1806 | 2026-05-27T00:05:25.448Z | Compiling schemars v0.8.22 |
| 1807 | 2026-05-27T00:05:25.448Z | Compiling rand_core v0.10.0 |
| 1808 | 2026-05-27T00:05:25.480Z | Compiling utf8_iter v1.0.4 |
| 1809 | 2026-05-27T00:05:25.498Z | Compiling rustversion v1.0.22 |
| 1810 | 2026-05-27T00:05:25.657Z | Compiling form_urlencoded v1.2.2 |
| 1811 | 2026-05-27T00:05:25.695Z | Compiling critical-section v1.2.0 |
| 1812 | 2026-05-27T00:05:25.716Z | Compiling signal-hook-registry v1.4.8 |
| 1813 | 2026-05-27T00:05:25.731Z | Compiling cmake v0.1.57 |
| 1814 | 2026-05-27T00:05:25.825Z | Compiling hashbrown v0.17.0 |
| 1815 | 2026-05-27T00:05:25.861Z | Compiling rustix v1.1.3 |
| 1816 | 2026-05-27T00:05:25.947Z | Compiling mio v1.2.0 |
| 1817 | 2026-05-27T00:05:26.132Z | Compiling bitflags v2.11.0 |
| 1818 | 2026-05-27T00:05:26.162Z | Compiling semver v1.0.28 |
| 1819 | 2026-05-27T00:05:26.223Z | Compiling once_cell v1.21.3 |
| 1820 | 2026-05-27T00:05:26.240Z | Compiling parking_lot v0.12.5 |
| 1821 | 2026-05-27T00:05:26.257Z | Compiling socket2 v0.6.3 |
| 1822 | 2026-05-27T00:05:26.280Z | Compiling const-oid v0.9.6 |
| 1823 | 2026-05-27T00:05:26.305Z | Compiling ring v0.17.14 |
| 1824 | 2026-05-27T00:05:26.416Z | Compiling aws-lc-sys v0.40.0 |
| 1825 | 2026-05-27T00:05:26.434Z | Compiling indexmap v2.14.0 |
| 1826 | 2026-05-27T00:05:26.484Z | Compiling heck v0.5.0 |
| 1827 | 2026-05-27T00:05:26.543Z | Compiling aws-lc-rs v1.16.3 |
| 1828 | 2026-05-27T00:05:26.562Z | Compiling futures-core v0.3.32 |
| 1829 | 2026-05-27T00:05:26.608Z | Compiling httparse v1.10.1 |
| 1830 | 2026-05-27T00:05:26.742Z | Compiling thiserror v1.0.69 |
| 1831 | 2026-05-27T00:05:26.757Z | Compiling strsim v0.11.1 |
| 1832 | 2026-05-27T00:05:26.799Z | Compiling vcpkg v0.2.15 |
| 1833 | 2026-05-27T00:05:26.946Z | Compiling iana-time-zone v0.1.65 |
| 1834 | 2026-05-27T00:05:27.021Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-05-27T00:05:27.067Z | Compiling ucd-trie v0.1.7 |
| 1836 | 2026-05-27T00:05:27.085Z | Compiling regex-syntax v0.8.10 |
| 1837 | 2026-05-27T00:05:27.130Z | Compiling ident_case v1.0.1 |
| 1838 | 2026-05-27T00:05:27.133Z | Compiling syn v1.0.109 |
| 1839 | 2026-05-27T00:05:27.176Z | Compiling uuid v1.23.0 |
| 1840 | 2026-05-27T00:05:27.237Z | Compiling pest v2.8.6 |
| 1841 | 2026-05-27T00:05:27.262Z | Compiling cpufeatures v0.2.17 |
| 1842 | 2026-05-27T00:05:27.308Z | Compiling rustls v0.23.37 |
| 1843 | 2026-05-27T00:05:27.374Z | Compiling openssl-sys v0.9.115 |
| 1844 | 2026-05-27T00:05:27.489Z | Compiling futures-sink v0.3.32 |
| 1845 | 2026-05-27T00:05:27.507Z | Compiling rustc_version v0.4.1 |
| 1846 | 2026-05-27T00:05:27.582Z | Compiling futures-channel v0.3.32 |
| 1847 | 2026-05-27T00:05:27.634Z | Compiling futures-task v0.3.32 |
| 1848 | 2026-05-27T00:05:27.724Z | Compiling futures-io v0.3.32 |
| 1849 | 2026-05-27T00:05:27.746Z | Compiling slab v0.4.12 |
| 1850 | 2026-05-27T00:05:27.847Z | Compiling aho-corasick v1.1.4 |
| 1851 | 2026-05-27T00:05:27.912Z | Compiling dyn-clone v1.0.20 |
| 1852 | 2026-05-27T00:05:27.930Z | Compiling synstructure v0.13.2 |
| 1853 | 2026-05-27T00:05:27.945Z | Compiling serde_derive_internals v0.29.1 |
| 1854 | 2026-05-27T00:05:28.089Z | Compiling base64 v0.22.1 |
| 1855 | 2026-05-27T00:05:28.198Z | Compiling crc32fast v1.5.0 |
| 1856 | 2026-05-27T00:05:28.215Z | Compiling plain v0.2.3 |
| 1857 | 2026-05-27T00:05:28.255Z | Compiling openssl v0.10.79 |
| 1858 | 2026-05-27T00:05:28.302Z | Compiling time-core v0.1.8 |
| 1859 | 2026-05-27T00:05:28.344Z | Compiling pest_meta v2.8.6 |
| 1860 | 2026-05-27T00:05:28.480Z | Compiling crossbeam-utils v0.8.21 |
| 1861 | 2026-05-27T00:05:28.508Z | Compiling num-conv v0.2.0 |
| 1862 | 2026-05-27T00:05:28.607Z | Compiling native-tls v0.2.18 |
| 1863 | 2026-05-27T00:05:28.624Z | Compiling pretty-hex v0.4.1 |
| 1864 | 2026-05-27T00:05:28.665Z | Compiling time-macros v0.2.27 |
| 1865 | 2026-05-27T00:05:28.710Z | Compiling regex-automata v0.4.14 |
| 1866 | 2026-05-27T00:05:28.718Z | Compiling base64ct v1.8.3 |
| 1867 | 2026-05-27T00:05:28.718Z | Compiling anyhow v1.0.102 |
| 1868 | 2026-05-27T00:05:28.777Z | Compiling darling_core v0.21.3 |
| 1869 | 2026-05-27T00:05:28.859Z | Compiling tracing-core v0.1.36 |
| 1870 | 2026-05-27T00:05:28.892Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1871 | 2026-05-27T00:05:29.011Z | Compiling pest_generator v2.8.6 |
| 1872 | 2026-05-27T00:05:29.026Z | Compiling pem-rfc7468 v0.7.0 |
| 1873 | 2026-05-27T00:05:29.186Z | Compiling serde_derive v1.0.228 |
| 1874 | 2026-05-27T00:05:29.243Z | Compiling zeroize_derive v1.4.3 |
| 1875 | 2026-05-27T00:05:29.257Z | Compiling zerofrom-derive v0.1.6 |
| 1876 | 2026-05-27T00:05:29.280Z | Compiling yoke-derive v0.8.1 |
| 1877 | 2026-05-27T00:05:29.287Z | Compiling zerovec-derive v0.11.2 |
| 1878 | 2026-05-27T00:05:29.306Z | Compiling displaydoc v0.2.5 |
| 1879 | 2026-05-27T00:05:29.598Z | Compiling zerocopy-derive v0.8.40 |
| 1880 | 2026-05-27T00:05:29.623Z | Compiling tokio-macros v2.7.0 |
| 1881 | 2026-05-27T00:05:29.667Z | Compiling futures-macro v0.3.32 |
| 1882 | 2026-05-27T00:05:29.880Z | Compiling zeroize v1.8.2 |
| 1883 | 2026-05-27T00:05:30.026Z | Compiling thiserror-impl v2.0.18 |
| 1884 | 2026-05-27T00:05:30.243Z | Compiling schemars_derive v0.8.22 |
| 1885 | 2026-05-27T00:05:30.344Z | Compiling tracing-attributes v0.1.31 |
| 1886 | 2026-05-27T00:05:30.360Z | Compiling der_derive v0.7.3 |
| 1887 | 2026-05-27T00:05:30.418Z | Compiling zerofrom v0.1.6 |
| 1888 | 2026-05-27T00:05:30.560Z | Compiling yoke v0.8.1 |
| 1889 | 2026-05-27T00:05:30.660Z | Compiling crypto-common v0.1.7 |
| 1890 | 2026-05-27T00:05:30.770Z | Compiling zerovec v0.11.5 |
| 1891 | 2026-05-27T00:05:30.790Z | Compiling zerotrie v0.2.3 |
| 1892 | 2026-05-27T00:05:30.824Z | Compiling block-buffer v0.10.4 |
| 1893 | 2026-05-27T00:05:30.967Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-05-27T00:05:31.031Z | Compiling digest v0.10.7 |
| 1895 | 2026-05-27T00:05:31.271Z | Compiling pest_derive v2.8.6 |
| 1896 | 2026-05-27T00:05:31.287Z | Compiling futures-util v0.3.32 |
| 1897 | 2026-05-27T00:05:31.376Z | Compiling tinystr v0.8.2 |
| 1898 | 2026-05-27T00:05:31.397Z | Compiling potential_utf v0.1.4 |
| 1899 | 2026-05-27T00:05:31.528Z | Compiling icu_collections v2.1.1 |
| 1900 | 2026-05-27T00:05:31.543Z | Compiling hmac v0.12.1 |
| 1901 | 2026-05-27T00:05:31.595Z | Compiling icu_locale_core v2.1.1 |
| 1902 | 2026-05-27T00:05:31.721Z | Compiling block-padding v0.3.3 |
| 1903 | 2026-05-27T00:05:31.825Z | Compiling rustls-pki-types v1.14.0 |
| 1904 | 2026-05-27T00:05:32.055Z | Compiling inout v0.1.4 |
| 1905 | 2026-05-27T00:05:32.071Z | Compiling openssl-macros v0.1.1 |
| 1906 | 2026-05-27T00:05:32.207Z | Compiling cipher v0.4.4 |
| 1907 | 2026-05-27T00:05:32.223Z | Compiling sha2 v0.10.9 |
| 1908 | 2026-05-27T00:05:32.272Z | Compiling icu_provider v2.1.1 |
| 1909 | 2026-05-27T00:05:32.376Z | Compiling bytes v1.11.1 |
| 1910 | 2026-05-27T00:05:32.477Z | Compiling chrono v0.4.44 |
| 1911 | 2026-05-27T00:05:32.494Z | Compiling serde_tokenstream v0.2.3 |
| 1912 | 2026-05-27T00:05:32.573Z | Compiling icu_properties v2.1.2 |
| 1913 | 2026-05-27T00:05:32.589Z | Compiling icu_normalizer v2.1.1 |
| 1914 | 2026-05-27T00:05:32.855Z | Compiling scroll_derive v0.13.1 |
| 1915 | 2026-05-27T00:05:33.025Z | Compiling tokio v1.52.1 |
| 1916 | 2026-05-27T00:05:33.280Z | Compiling scroll_derive v0.12.1 |
| 1917 | 2026-05-27T00:05:33.621Z | Compiling idna_adapter v1.2.1 |
| 1918 | 2026-05-27T00:05:33.636Z | Compiling http v1.4.0 |
| 1919 | 2026-05-27T00:05:33.869Z | Compiling ppv-lite86 v0.2.21 |
| 1920 | 2026-05-27T00:05:33.918Z | Compiling idna v1.1.0 |
| 1921 | 2026-05-27T00:05:34.062Z | Compiling untrusted v0.9.0 |
| 1922 | 2026-05-27T00:05:34.147Z | Compiling flagset v0.4.7 |
| 1923 | 2026-05-27T00:05:34.205Z | Compiling tracing v0.1.44 |
| 1924 | 2026-05-27T00:05:34.219Z | Compiling url v2.5.8 |
| 1925 | 2026-05-27T00:05:34.341Z | Compiling der v0.7.10 |
| 1926 | 2026-05-27T00:05:34.447Z | Compiling darling_macro v0.21.3 |
| 1927 | 2026-05-27T00:05:34.465Z | Compiling regex v1.12.3 |
| 1928 | 2026-05-27T00:05:34.491Z | Compiling zerocopy-derive v0.7.35 |
| 1929 | 2026-05-27T00:05:34.625Z | Compiling rand_core v0.9.5 |
| 1930 | 2026-05-27T00:05:34.896Z | Compiling slog v2.8.2 |
| 1931 | 2026-05-27T00:05:35.291Z | Compiling spki v0.7.3 |
| 1932 | 2026-05-27T00:05:35.336Z | Compiling darling v0.21.3 |
| 1933 | 2026-05-27T00:05:35.351Z | Compiling salsa20 v0.10.2 |
| 1934 | 2026-05-27T00:05:35.431Z | Compiling pbkdf2 v0.12.2 |
| 1935 | 2026-05-27T00:05:35.906Z | Compiling cookie v0.18.1 |
| 1936 | 2026-05-27T00:05:35.971Z | Compiling camino v1.2.2 |
| 1937 | 2026-05-27T00:05:36.282Z | Compiling scrypt v0.11.0 |
| 1938 | 2026-05-27T00:05:36.311Z | Compiling rand_chacha v0.9.0 |
| 1939 | 2026-05-27T00:05:36.345Z | Compiling http-body v1.0.1 |
| 1940 | 2026-05-27T00:05:36.401Z | Compiling aes v0.8.4 |
| 1941 | 2026-05-27T00:05:36.518Z | Compiling cbc v0.1.2 |
| 1942 | 2026-05-27T00:05:36.592Z | Compiling usdt-impl v0.5.0 |
| 1943 | 2026-05-27T00:05:36.626Z | Compiling ref-cast v1.0.25 |
| 1944 | 2026-05-27T00:05:36.673Z | Compiling usdt-impl v0.6.0 |
| 1945 | 2026-05-27T00:05:36.692Z | Compiling openssl-probe v0.2.1 |
| 1946 | 2026-05-27T00:05:36.713Z | Compiling paste v1.0.15 |
| 1947 | 2026-05-27T00:05:36.743Z | Compiling winnow v0.7.14 |
| 1948 | 2026-05-27T00:05:36.832Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-27T00:05:36.870Z | Compiling either v1.15.0 |
| 1950 | 2026-05-27T00:05:36.873Z | Compiling atomic-waker v1.1.2 |
| 1951 | 2026-05-27T00:05:36.902Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-27T00:05:36.918Z | Compiling untrusted v0.7.1 |
| 1953 | 2026-05-27T00:05:37.035Z | Compiling tinyvec v1.10.0 |
| 1954 | 2026-05-27T00:05:37.055Z | Compiling pkcs5 v0.7.1 |
| 1955 | 2026-05-27T00:05:37.122Z | Compiling rand v0.9.2 |
| 1956 | 2026-05-27T00:05:37.509Z | Compiling scroll v0.12.0 |
| 1957 | 2026-05-27T00:05:37.580Z | Compiling scroll v0.13.0 |
| 1958 | 2026-05-27T00:05:37.708Z | Compiling toml_datetime v0.6.11 |
| 1959 | 2026-05-27T00:05:37.772Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-05-27T00:05:37.788Z | Compiling async-trait v0.1.89 |
| 1961 | 2026-05-27T00:05:37.864Z | Compiling heapless v0.7.17 |
| 1962 | 2026-05-27T00:05:37.969Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1963 | 2026-05-27T00:05:37.986Z | Compiling signal-hook v0.3.18 |
| 1964 | 2026-05-27T00:05:38.136Z | Compiling tower-layer v0.3.3 |
| 1965 | 2026-05-27T00:05:38.201Z | Compiling fastrand v2.3.0 |
| 1966 | 2026-05-27T00:05:38.204Z | Compiling zstd-safe v7.2.4 |
| 1967 | 2026-05-27T00:05:38.257Z | Compiling tower-service v0.3.3 |
| 1968 | 2026-05-27T00:05:38.390Z | Compiling try-lock v0.2.5 |
| 1969 | 2026-05-27T00:05:38.436Z | Compiling h2 v0.4.13 |
| 1970 | 2026-05-27T00:05:38.488Z | Compiling want v0.3.1 |
| 1971 | 2026-05-27T00:05:38.540Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1972 | 2026-05-27T00:05:38.667Z | Compiling goblin v0.10.5 |
| 1973 | 2026-05-27T00:05:38.682Z | Compiling goblin v0.8.2 |
| 1974 | 2026-05-27T00:05:38.685Z | Compiling pkcs8 v0.10.2 |
| 1975 | 2026-05-27T00:05:38.992Z | Compiling zerocopy v0.7.35 |
| 1976 | 2026-05-27T00:05:39.085Z | Compiling ipnet v2.11.0 |
| 1977 | 2026-05-27T00:05:39.313Z | Compiling ref-cast-impl v1.0.25 |
| 1978 | 2026-05-27T00:05:39.502Z | Compiling darling_core v0.20.11 |
| 1979 | 2026-05-27T00:05:39.539Z | Compiling curve25519-dalek v4.1.3 |
| 1980 | 2026-05-27T00:05:39.556Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1981 | 2026-05-27T00:05:39.859Z | Compiling memoffset v0.9.1 |
| 1982 | 2026-05-27T00:05:39.874Z | Compiling winnow v0.5.40 |
| 1983 | 2026-05-27T00:05:39.892Z | Compiling foreign-types-shared v0.1.1 |
| 1984 | 2026-05-27T00:05:39.996Z | Compiling rustix v0.38.44 |
| 1985 | 2026-05-27T00:05:40.080Z | Compiling pin-utils v0.1.0 |
| 1986 | 2026-05-27T00:05:40.172Z | Compiling litrs v1.0.0 |
| 1987 | 2026-05-27T00:05:40.334Z | Compiling httpdate v1.0.3 |
| 1988 | 2026-05-27T00:05:40.678Z | Compiling document-features v0.2.12 |
| 1989 | 2026-05-27T00:05:40.709Z | Compiling tempfile v3.25.0 |
| 1990 | 2026-05-27T00:05:40.727Z | Compiling foreign-types v0.3.2 |
| 1991 | 2026-05-27T00:05:40.981Z | Compiling dof v0.3.0 |
| 1992 | 2026-05-27T00:05:41.202Z | Compiling toml_edit v0.19.15 |
| 1993 | 2026-05-27T00:05:41.325Z | Compiling unicode-normalization v0.1.25 |
| 1994 | 2026-05-27T00:05:41.381Z | Compiling dtrace-parser v0.2.0 |
| 1995 | 2026-05-27T00:05:41.499Z | Compiling dof v0.4.0 |
| 1996 | 2026-05-27T00:05:41.529Z | Compiling darling_macro v0.20.11 |
| 1997 | 2026-05-27T00:05:41.620Z | Compiling hyper v1.8.1 |
| 1998 | 2026-05-27T00:05:41.957Z | Compiling dtrace-parser v0.3.0 |
| 1999 | 2026-05-27T00:05:42.007Z | Compiling daft-derive v0.1.7 |
| 2000 | 2026-05-27T00:05:42.099Z | Compiling pin-project-internal v1.1.11 |
| 2001 | 2026-05-27T00:05:42.176Z | Compiling spin v0.9.8 |
| 2002 | 2026-05-27T00:05:42.217Z | Compiling thread-id v5.1.0 |
| 2003 | 2026-05-27T00:05:42.262Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-05-27T00:05:42.318Z | Compiling powerfmt v0.2.0 |
| 2005 | 2026-05-27T00:05:42.404Z | Compiling num-bigint-dig v0.8.6 |
| 2006 | 2026-05-27T00:05:42.448Z | Compiling smoltcp v0.9.1 |
| 2007 | 2026-05-27T00:05:42.500Z | Compiling cfg_aliases v0.2.1 |
| 2008 | 2026-05-27T00:05:42.563Z | Compiling deranged v0.5.8 |
| 2009 | 2026-05-27T00:05:42.597Z | Compiling nix v0.31.2 |
| 2010 | 2026-05-27T00:05:42.697Z | Compiling hyper-util v0.1.20 |
| 2011 | 2026-05-27T00:05:43.043Z | Compiling darling v0.20.11 |
| 2012 | 2026-05-27T00:05:43.144Z | Compiling rustls-native-certs v0.8.3 |
| 2013 | 2026-05-27T00:05:43.335Z | Compiling ipnetwork v0.21.1 |
| 2014 | 2026-05-27T00:05:43.593Z | Compiling strum_macros v0.26.4 |
| 2015 | 2026-05-27T00:05:43.691Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2016 | 2026-05-27T00:05:43.772Z | Compiling sync_wrapper v1.0.2 |
| 2017 | 2026-05-27T00:05:43.836Z | Compiling wait-timeout v0.2.1 |
| 2018 | 2026-05-27T00:05:43.983Z | Compiling simd-adler32 v0.3.8 |
| 2019 | 2026-05-27T00:05:44.320Z | Compiling utf8parse v0.2.2 |
| 2020 | 2026-05-27T00:05:44.356Z | Compiling bit-vec v0.8.0 |
| 2021 | 2026-05-27T00:05:44.405Z | Compiling anstyle v1.0.13 |
| 2022 | 2026-05-27T00:05:44.433Z | Compiling quick-error v1.2.3 |
| 2023 | 2026-05-27T00:05:44.449Z | Compiling siphasher v1.0.2 |
| 2024 | 2026-05-27T00:05:44.510Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-05-27T00:05:44.555Z | Compiling bit-set v0.8.0 |
| 2026 | 2026-05-27T00:05:44.598Z | Compiling time v0.3.47 |
| 2027 | 2026-05-27T00:05:44.617Z | Compiling rusty-fork v0.3.1 |
| 2028 | 2026-05-27T00:05:44.680Z | Compiling anstyle-parse v0.2.7 |
| 2029 | 2026-05-27T00:05:44.898Z | Compiling tower v0.5.3 |
| 2030 | 2026-05-27T00:05:45.200Z | Compiling derive_builder_core v0.20.2 |
| 2031 | 2026-05-27T00:05:45.393Z | Compiling http-body-util v0.1.3 |
| 2032 | 2026-05-27T00:05:45.572Z | Compiling webpki-roots v1.0.6 |
| 2033 | 2026-05-27T00:05:45.703Z | Compiling rand_xorshift v0.4.0 |
| 2034 | 2026-05-27T00:05:45.720Z | Compiling signature v2.2.0 |
| 2035 | 2026-05-27T00:05:45.723Z | Compiling hubpack_derive v0.1.1 |
| 2036 | 2026-05-27T00:05:45.756Z | Compiling snafu-derive v0.8.9 |
| 2037 | 2026-05-27T00:05:45.870Z | Compiling strum_macros v0.27.2 |
| 2038 | 2026-05-27T00:05:46.001Z | Compiling fs-err v3.3.0 |
| 2039 | 2026-05-27T00:05:46.023Z | Compiling ahash v0.8.12 |
| 2040 | 2026-05-27T00:05:46.079Z | Compiling ryu v1.0.23 |
| 2041 | 2026-05-27T00:05:46.110Z | Compiling is_terminal_polyfill v1.70.2 |
| 2042 | 2026-05-27T00:05:46.162Z | Compiling unicode-properties v0.1.4 |
| 2043 | 2026-05-27T00:05:46.196Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-05-27T00:05:46.222Z | Compiling object v0.37.3 |
| 2045 | 2026-05-27T00:05:46.237Z | Compiling iri-string v0.7.10 |
| 2046 | 2026-05-27T00:05:46.291Z | Compiling unicode-bidi v0.3.18 |
| 2047 | 2026-05-27T00:05:46.362Z | Compiling unicode-segmentation v1.12.0 |
| 2048 | 2026-05-27T00:05:46.388Z | Compiling colorchoice v1.0.4 |
| 2049 | 2026-05-27T00:05:46.404Z | Compiling adler2 v2.0.1 |
| 2050 | 2026-05-27T00:05:46.429Z | Compiling allocator-api2 v0.2.21 |
| 2051 | 2026-05-27T00:05:46.582Z | Compiling unarray v0.1.4 |
| 2052 | 2026-05-27T00:05:46.628Z | Compiling stringprep v0.1.5 |
| 2053 | 2026-05-27T00:05:46.708Z | Compiling proptest v1.10.0 |
| 2054 | 2026-05-27T00:05:46.725Z | Compiling serde_urlencoded v0.7.1 |
| 2055 | 2026-05-27T00:05:46.784Z | Compiling miniz_oxide v0.8.9 |
| 2056 | 2026-05-27T00:05:46.813Z | Compiling anstream v0.6.21 |
| 2057 | 2026-05-27T00:05:47.111Z | Compiling derive_builder_macro v0.20.2 |
| 2058 | 2026-05-27T00:05:47.335Z | Compiling tokio-native-tls v0.3.1 |
| 2059 | 2026-05-27T00:05:47.432Z | Compiling tower-http v0.6.8 |
| 2060 | 2026-05-27T00:05:47.483Z | Compiling usdt-attr-macro v0.6.0 |
| 2061 | 2026-05-27T00:05:47.533Z | Compiling usdt-macro v0.6.0 |
| 2062 | 2026-05-27T00:05:47.768Z | Compiling rand_chacha v0.3.1 |
| 2063 | 2026-05-27T00:05:47.783Z | Compiling erased-serde v0.3.31 |
| 2064 | 2026-05-27T00:05:47.867Z | Compiling md-5 v0.10.6 |
| 2065 | 2026-05-27T00:05:47.990Z | Compiling bstr v1.12.1 |
| 2066 | 2026-05-27T00:05:48.041Z | Compiling num-integer v0.1.46 |
| 2067 | 2026-05-27T00:05:48.148Z | Compiling hash32 v0.2.1 |
| 2068 | 2026-05-27T00:05:48.232Z | Compiling vergen-lib v0.1.6 |
| 2069 | 2026-05-27T00:05:48.248Z | Compiling ff v0.13.1 |
| 2070 | 2026-05-27T00:05:48.295Z | Compiling zlib-rs v0.6.2 |
| 2071 | 2026-05-27T00:05:48.352Z | Compiling psl-types v2.0.11 |
| 2072 | 2026-05-27T00:05:48.390Z | Compiling fallible-iterator v0.2.0 |
| 2073 | 2026-05-27T00:05:48.407Z | Compiling base16ct v0.2.0 |
| 2074 | 2026-05-27T00:05:48.475Z | Compiling publicsuffix v2.3.0 |
| 2075 | 2026-05-27T00:05:48.498Z | Compiling group v0.13.0 |
| 2076 | 2026-05-27T00:05:48.545Z | Compiling sec1 v0.7.3 |
| 2077 | 2026-05-27T00:05:48.587Z | Compiling num-iter v0.1.45 |
| 2078 | 2026-05-27T00:05:48.667Z | Compiling postgres-protocol v0.6.10 |
| 2079 | 2026-05-27T00:05:48.708Z | Compiling newtype-uuid v1.3.2 |
| 2080 | 2026-05-27T00:05:48.723Z | Compiling rand v0.8.6 |
| 2081 | 2026-05-27T00:05:48.985Z | Compiling oxnet v0.1.4 |
| 2082 | 2026-05-27T00:05:49.304Z | Compiling derive_builder v0.20.2 |
| 2083 | 2026-05-27T00:05:49.319Z | Compiling hyper-tls v0.6.0 |
| 2084 | 2026-05-27T00:05:49.359Z | Compiling heck v0.4.1 |
| 2085 | 2026-05-27T00:05:49.383Z | Compiling phf_shared v0.13.1 |
| 2086 | 2026-05-27T00:05:49.438Z | Compiling pin-project v1.1.11 |
| 2087 | 2026-05-27T00:05:49.500Z | Compiling lazy_static v1.5.0 |
| 2088 | 2026-05-27T00:05:49.661Z | Compiling terminal_size v0.4.3 |
| 2089 | 2026-05-27T00:05:49.665Z | Compiling serde_with_macros v3.17.0 |
| 2090 | 2026-05-27T00:05:49.693Z | Compiling futures-executor v0.3.32 |
| 2091 | 2026-05-27T00:05:49.722Z | Compiling hex v0.4.3 |
| 2092 | 2026-05-27T00:05:49.918Z | Compiling cargo-platform v0.1.9 |
| 2093 | 2026-05-27T00:05:49.955Z | Compiling hkdf v0.12.4 |
| 2094 | 2026-05-27T00:05:50.043Z | Compiling crypto-bigint v0.5.5 |
| 2095 | 2026-05-27T00:05:50.088Z | Compiling enum-as-inner v0.6.1 |
| 2096 | 2026-05-27T00:05:50.118Z | Compiling serde_repr v0.1.20 |
| 2097 | 2026-05-27T00:05:50.174Z | Compiling async-recursion v1.1.1 |
| 2098 | 2026-05-27T00:05:50.189Z | Compiling clap_derive v4.5.55 |
| 2099 | 2026-05-27T00:05:50.598Z | Compiling flate2 v1.1.9 |
| 2100 | 2026-05-27T00:05:50.644Z | Compiling vergen v9.0.6 |
| 2101 | 2026-05-27T00:05:50.661Z | Compiling encoding_rs v0.8.35 |
| 2102 | 2026-05-27T00:05:50.736Z | Compiling bumpalo v3.20.2 |
| 2103 | 2026-05-27T00:05:50.802Z | Compiling libbz2-rs-sys v0.2.2 |
| 2104 | 2026-05-27T00:05:50.861Z | Compiling managed v0.8.0 |
| 2105 | 2026-05-27T00:05:50.990Z | Compiling bitflags v1.3.2 |
| 2106 | 2026-05-27T00:05:51.006Z | Compiling mime v0.3.17 |
| 2107 | 2026-05-27T00:05:51.022Z | Compiling same-file v1.0.6 |
| 2108 | 2026-05-27T00:05:51.101Z | Compiling foldhash v0.1.5 |
| 2109 | 2026-05-27T00:05:51.150Z | Compiling clap_lex v1.0.0 |
| 2110 | 2026-05-27T00:05:51.190Z | Compiling foldhash v0.2.0 |
| 2111 | 2026-05-27T00:05:51.224Z | Compiling bzip2 v0.6.1 |
| 2112 | 2026-05-27T00:05:51.260Z | Compiling hashbrown v0.15.5 |
| 2113 | 2026-05-27T00:05:51.275Z | Compiling walkdir v2.5.0 |
| 2114 | 2026-05-27T00:05:51.377Z | Compiling hashbrown v0.16.1 |
| 2115 | 2026-05-27T00:05:51.396Z | Compiling clap_builder v4.5.60 |
| 2116 | 2026-05-27T00:05:51.644Z | Compiling elliptic-curve v0.13.8 |
| 2117 | 2026-05-27T00:05:51.814Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-05-27T00:05:51.979Z | Compiling zstd v0.13.3 |
| 2119 | 2026-05-27T00:05:51.982Z | Compiling cargo_metadata v0.19.2 |
| 2120 | 2026-05-27T00:05:52.011Z | Compiling futures v0.3.32 |
| 2121 | 2026-05-27T00:05:52.292Z | Compiling phf v0.13.1 |
| 2122 | 2026-05-27T00:05:52.317Z | Compiling snafu v0.8.9 |
| 2123 | 2026-05-27T00:05:52.427Z | Compiling signal-hook-mio v0.2.5 |
| 2124 | 2026-05-27T00:05:52.471Z | Compiling daft v0.1.7 |
| 2125 | 2026-05-27T00:05:52.563Z | Compiling cookie_store v0.22.1 |
| 2126 | 2026-05-27T00:05:52.684Z | Compiling postgres-types v0.2.12 |
| 2127 | 2026-05-27T00:05:52.700Z | Compiling bzip2 v0.4.4 |
| 2128 | 2026-05-27T00:05:52.756Z | Compiling globset v0.4.18 |
| 2129 | 2026-05-27T00:05:52.910Z | Compiling strum v0.27.2 |
| 2130 | 2026-05-27T00:05:53.186Z | Compiling hubpack v0.1.2 |
| 2131 | 2026-05-27T00:05:53.203Z | Compiling ed25519 v2.2.3 |
| 2132 | 2026-05-27T00:05:53.218Z | Compiling phf_shared v0.11.3 |
| 2133 | 2026-05-27T00:05:53.271Z | Compiling crossbeam-epoch v0.9.18 |
| 2134 | 2026-05-27T00:05:53.348Z | Compiling olpc-cjson v0.1.4 |
| 2135 | 2026-05-27T00:05:53.408Z | Compiling pkcs1 v0.7.5 |
| 2136 | 2026-05-27T00:05:53.446Z | Compiling pem v3.0.6 |
| 2137 | 2026-05-27T00:05:53.565Z | Compiling serde_plain v1.0.2 |
| 2138 | 2026-05-27T00:05:53.653Z | Compiling serde-big-array v0.5.1 |
| 2139 | 2026-05-27T00:05:53.688Z | Compiling rfc6979 v0.4.0 |
| 2140 | 2026-05-27T00:05:53.739Z | Compiling float-cmp v0.10.0 |
| 2141 | 2026-05-27T00:05:53.778Z | Compiling memmap2 v0.9.10 |
| 2142 | 2026-05-27T00:05:53.794Z | Compiling env_filter v1.0.0 |
| 2143 | 2026-05-27T00:05:53.845Z | Compiling new_debug_unreachable v1.0.6 |
| 2144 | 2026-05-27T00:05:53.858Z | Compiling typed-path v0.9.3 |
| 2145 | 2026-05-27T00:05:53.901Z | Compiling static_assertions v1.1.0 |
| 2146 | 2026-05-27T00:05:53.928Z | Compiling difflib v0.4.0 |
| 2147 | 2026-05-27T00:05:53.968Z | Compiling predicates-core v1.0.10 |
| 2148 | 2026-05-27T00:05:53.987Z | Compiling data-encoding v2.10.0 |
| 2149 | 2026-05-27T00:05:54.002Z | Compiling precomputed-hash v0.1.1 |
| 2150 | 2026-05-27T00:05:54.093Z | Compiling keccak v0.1.6 |
| 2151 | 2026-05-27T00:05:54.109Z | Compiling normalize-line-endings v0.3.0 |
| 2152 | 2026-05-27T00:05:54.148Z | Compiling fixedbitset v0.5.7 |
| 2153 | 2026-05-27T00:05:54.219Z | Compiling whoami v2.1.0 |
| 2154 | 2026-05-27T00:05:54.313Z | Compiling jiff v0.2.21 |
| 2155 | 2026-05-27T00:05:54.318Z | Compiling fixedbitset v0.4.2 |
| 2156 | 2026-05-27T00:05:54.373Z | Compiling toml_write v0.1.2 |
| 2157 | 2026-05-27T00:05:54.390Z | Compiling petgraph v0.8.3 |
| 2158 | 2026-05-27T00:05:54.445Z | Compiling tokio-postgres v0.7.16 |
| 2159 | 2026-05-27T00:05:54.519Z | Compiling petgraph v0.6.5 |
| 2160 | 2026-05-27T00:05:54.545Z | Compiling toml_edit v0.22.27 |
| 2161 | 2026-05-27T00:05:54.569Z | Compiling hickory-proto v0.25.2 |
| 2162 | 2026-05-27T00:05:54.592Z | Compiling sha3 v0.10.8 |
| 2163 | 2026-05-27T00:05:54.798Z | Compiling predicates v3.1.4 |
| 2164 | 2026-05-27T00:05:54.887Z | Compiling string_cache v0.8.9 |
| 2165 | 2026-05-27T00:05:55.124Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2166 | 2026-05-27T00:05:55.389Z | Compiling env_logger v0.11.9 |
| 2167 | 2026-05-27T00:05:55.429Z | Compiling usdt v0.6.0 |
| 2168 | 2026-05-27T00:05:55.504Z | Compiling ecdsa v0.16.9 |
| 2169 | 2026-05-27T00:05:55.714Z | Compiling rsa v0.9.10 |
| 2170 | 2026-05-27T00:05:55.908Z | Compiling ed25519-dalek v2.2.0 |
| 2171 | 2026-05-27T00:05:56.498Z | Compiling crossterm v0.28.1 |
| 2172 | 2026-05-27T00:05:56.575Z | Compiling zip v0.6.6 |
| 2173 | 2026-05-27T00:05:56.597Z | Compiling clap v4.5.60 |
| 2174 | 2026-05-27T00:05:56.880Z | Compiling iddqd v0.4.1 |
| 2175 | 2026-05-27T00:05:57.063Z | Compiling zip v4.6.1 |
| 2176 | 2026-05-27T00:05:57.420Z | Compiling serde_with v3.17.0 |
| 2177 | 2026-05-27T00:05:57.600Z | Compiling similar v2.7.0 |
| 2178 | 2026-05-27T00:05:57.718Z | Compiling strum v0.26.3 |
| 2179 | 2026-05-27T00:05:57.867Z | Compiling toml v0.7.8 |
| 2180 | 2026-05-27T00:05:57.884Z | Compiling tokio-stream v0.1.18 |
| 2181 | 2026-05-27T00:05:57.999Z | Compiling itertools v0.13.0 |
| 2182 | 2026-05-27T00:05:58.073Z | Compiling buf-list v1.1.2 |
| 2183 | 2026-05-27T00:05:58.205Z | Compiling x509-cert v0.2.5 |
| 2184 | 2026-05-27T00:05:58.357Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2185 | 2026-05-27T00:05:58.421Z | Compiling openapiv3 v2.2.0 |
| 2186 | 2026-05-27T00:05:58.668Z | Compiling sha1 v0.10.6 |
| 2187 | 2026-05-27T00:05:58.985Z | Compiling lalrpop-util v0.19.12 |
| 2188 | 2026-05-27T00:05:59.070Z | Compiling peg-runtime v0.8.5 |
| 2189 | 2026-05-27T00:06:13.754Z | Compiling rustls-webpki v0.103.9 |
| 2190 | 2026-05-27T00:06:15.440Z | Compiling macaddr v1.0.1 |
| 2191 | 2026-05-27T00:06:15.485Z | Compiling structmeta-derive v0.3.0 |
| 2192 | 2026-05-27T00:06:15.536Z | Compiling crucible-workspace-hack v0.1.0 |
| 2193 | 2026-05-27T00:06:15.597Z | Compiling rayon-core v1.13.0 |
| 2194 | 2026-05-27T00:06:15.727Z | Compiling itertools v0.14.0 |
| 2195 | 2026-05-27T00:06:15.757Z | Compiling secrecy v0.10.3 |
| 2196 | 2026-05-27T00:06:15.779Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2197 | 2026-05-27T00:06:15.818Z | Compiling heapless v0.8.0 |
| 2198 | 2026-05-27T00:06:15.947Z | Compiling rustls v0.22.4 |
| 2199 | 2026-05-27T00:06:16.162Z | Compiling crossbeam-deque v0.8.6 |
| 2200 | 2026-05-27T00:06:16.215Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2201 | 2026-05-27T00:06:16.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-27T00:06:16.274Z | Compiling rustls-webpki v0.102.8 |
| 2203 | 2026-05-27T00:06:16.283Z | Compiling hash32 v0.3.1 |
| 2204 | 2026-05-27T00:06:16.315Z | Compiling multer v3.1.0 |
| 2205 | 2026-05-27T00:06:16.387Z | Compiling thread_local v1.1.9 |
| 2206 | 2026-05-27T00:06:16.417Z | Compiling smoltcp v0.11.0 |
| 2207 | 2026-05-27T00:06:16.428Z | Compiling slog-async v2.8.0 |
| 2208 | 2026-05-27T00:06:16.475Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2209 | 2026-05-27T00:06:16.516Z | Compiling match_cfg v0.1.0 |
| 2210 | 2026-05-27T00:06:16.539Z | Compiling structmeta v0.3.0 |
| 2211 | 2026-05-27T00:06:16.539Z | Compiling compression-core v0.4.31 |
| 2212 | 2026-05-27T00:06:16.571Z | Compiling unicode-width v0.2.0 |
| 2213 | 2026-05-27T00:06:16.739Z | Compiling compression-codecs v0.4.37 |
| 2214 | 2026-05-27T00:06:16.780Z | Compiling derive-ex v0.1.8 |
| 2215 | 2026-05-27T00:06:16.820Z | Compiling proc-macro-crate v3.4.0 |
| 2216 | 2026-05-27T00:06:16.875Z | Compiling hostname v0.3.1 |
| 2217 | 2026-05-27T00:06:16.940Z | Compiling ingot-macros v0.1.1 |
| 2218 | 2026-05-27T00:06:17.021Z | Compiling slog-json v2.6.1 |
| 2219 | 2026-05-27T00:06:17.132Z | Compiling crossbeam-channel v0.5.15 |
| 2220 | 2026-05-27T00:06:17.145Z | Compiling half v2.7.1 |
| 2221 | 2026-05-27T00:06:17.256Z | Compiling newtype-uuid-macros v0.1.0 |
| 2222 | 2026-05-27T00:06:17.328Z | Compiling cobs v0.3.0 |
| 2223 | 2026-05-27T00:06:17.475Z | Compiling tokio-rustls v0.26.4 |
| 2224 | 2026-05-27T00:06:17.572Z | Compiling rustls-platform-verifier v0.6.2 |
| 2225 | 2026-05-27T00:06:17.588Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2026-05-27T00:06:17.683Z | Compiling hyper-rustls v0.27.7 |
| 2227 | 2026-05-27T00:06:17.758Z | Compiling universal-hash v0.5.1 |
| 2228 | 2026-05-27T00:06:17.825Z | Compiling async-stream-impl v0.3.6 |
| 2229 | 2026-05-27T00:06:17.910Z | Compiling serde_spanned v1.0.4 |
| 2230 | 2026-05-27T00:06:18.006Z | Compiling reqwest v0.12.28 |
| 2231 | 2026-05-27T00:06:18.047Z | Compiling reqwest v0.13.2 |
| 2232 | 2026-05-27T00:06:18.092Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2233 | 2026-05-27T00:06:18.131Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-27T00:06:18.241Z | Compiling dropshot v0.17.0 |
| 2235 | 2026-05-27T00:06:18.256Z | Compiling proc-macro-error-attr v1.0.4 |
| 2236 | 2026-05-27T00:06:18.436Z | Compiling term v1.2.1 |
| 2237 | 2026-05-27T00:06:18.442Z | Compiling convert_case v0.4.0 |
| 2238 | 2026-05-27T00:06:18.443Z | Compiling take_mut v0.2.2 |
| 2239 | 2026-05-27T00:06:18.499Z | Compiling opaque-debug v0.3.1 |
| 2240 | 2026-05-27T00:06:18.539Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2241 | 2026-05-27T00:06:18.652Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2242 | 2026-05-27T00:06:18.686Z | Compiling ciborium-io v0.2.2 |
| 2243 | 2026-05-27T00:06:18.686Z | Compiling thiserror-no-std v2.0.2 |
| 2244 | 2026-05-27T00:06:18.704Z | Compiling slog-term v2.9.2 |
| 2245 | 2026-05-27T00:06:18.724Z | Compiling ciborium-ll v0.2.2 |
| 2246 | 2026-05-27T00:06:18.747Z | Compiling derive_more v0.99.20 |
| 2247 | 2026-05-27T00:06:18.790Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-27T00:06:18.852Z | Compiling tokio-rustls v0.25.0 |
| 2249 | 2026-05-27T00:06:18.989Z | Compiling poly1305 v0.8.0 |
| 2250 | 2026-05-27T00:06:19.126Z | Compiling async-stream v0.3.6 |
| 2251 | 2026-05-27T00:06:19.134Z | Compiling test-strategy v0.4.5 |
| 2252 | 2026-05-27T00:06:19.354Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2253 | 2026-05-27T00:06:19.477Z | Compiling tough v0.22.0 |
| 2254 | 2026-05-27T00:06:19.634Z | Compiling ingot-types v0.1.2 |
| 2255 | 2026-05-27T00:06:19.940Z | Compiling postcard v1.1.3 |
| 2256 | 2026-05-27T00:06:20.160Z | Compiling ingot v0.1.1 |
| 2257 | 2026-05-27T00:06:20.254Z | Compiling num_enum_derive v0.7.5 |
| 2258 | 2026-05-27T00:06:20.374Z | Compiling slog-bunyan v2.5.0 |
| 2259 | 2026-05-27T00:06:20.457Z | Compiling async-compression v0.4.41 |
| 2260 | 2026-05-27T00:06:20.868Z | Compiling parse-display-derive v0.10.0 |
| 2261 | 2026-05-27T00:06:20.969Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2262 | 2026-05-27T00:06:21.005Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-05-27T00:06:21.236Z | Compiling proc-macro-crate v1.3.1 |
| 2264 | 2026-05-27T00:06:21.281Z | Compiling backon v1.6.0 |
| 2265 | 2026-05-27T00:06:21.281Z | Compiling waitgroup v0.1.2 |
| 2266 | 2026-05-27T00:06:21.315Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2267 | 2026-05-27T00:06:21.346Z | Compiling password-hash v0.5.0 |
| 2268 | 2026-05-27T00:06:21.408Z | Compiling chacha20 v0.9.1 |
| 2269 | 2026-05-27T00:06:21.489Z | Compiling dropshot_endpoint v0.17.0 |
| 2270 | 2026-05-27T00:06:21.539Z | Compiling rustls-pemfile v2.2.0 |
| 2271 | 2026-05-27T00:06:21.689Z | Compiling blake2 v0.10.6 |
| 2272 | 2026-05-27T00:06:21.749Z | Compiling aead v0.5.2 |
| 2273 | 2026-05-27T00:06:21.929Z | Compiling foreign-types-macros v0.2.3 |
| 2274 | 2026-05-27T00:06:21.989Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2275 | 2026-05-27T00:06:22.243Z | Compiling serde_path_to_error v0.1.20 |
| 2276 | 2026-05-27T00:06:22.315Z | Compiling hostname v0.4.2 |
| 2277 | 2026-05-27T00:06:22.329Z | Compiling proc-macro-error v1.0.4 |
| 2278 | 2026-05-27T00:06:22.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2279 | 2026-05-27T00:06:22.431Z | Compiling instant v0.1.13 |
| 2280 | 2026-05-27T00:06:22.472Z | Compiling typeid v1.0.3 |
| 2281 | 2026-05-27T00:06:22.472Z | Compiling debug-ignore v1.0.5 |
| 2282 | 2026-05-27T00:06:22.506Z | Compiling foreign-types-shared v0.3.1 |
| 2283 | 2026-05-27T00:06:22.544Z | Compiling cpufeatures v0.3.0 |
| 2284 | 2026-05-27T00:06:22.585Z | Compiling backoff v0.4.0 |
| 2285 | 2026-05-27T00:06:22.607Z | Compiling parse-display v0.10.0 |
| 2286 | 2026-05-27T00:06:22.607Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2287 | 2026-05-27T00:06:23.012Z | Compiling chacha20 v0.10.0 |
| 2288 | 2026-05-27T00:06:23.054Z | Compiling foreign-types v0.5.0 |
| 2289 | 2026-05-27T00:06:23.054Z | Compiling argon2 v0.5.3 |
| 2290 | 2026-05-27T00:06:23.055Z | Compiling chacha20poly1305 v0.10.1 |
| 2291 | 2026-05-27T00:06:23.055Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2292 | 2026-05-27T00:06:23.055Z | Compiling num_enum_derive v0.5.11 |
| 2293 | 2026-05-27T00:06:23.055Z | Compiling num_enum v0.7.5 |
| 2294 | 2026-05-27T00:06:23.055Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2295 | 2026-05-27T00:06:23.055Z | Compiling ciborium v0.2.2 |
| 2296 | 2026-05-27T00:06:23.055Z | Compiling vsss-rs v3.3.4 |
| 2297 | 2026-05-27T00:06:23.079Z | Compiling tabwriter v1.4.1 |
| 2298 | 2026-05-27T00:06:23.116Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2299 | 2026-05-27T00:06:23.392Z | Compiling regress v0.10.5 |
| 2300 | 2026-05-27T00:06:23.463Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2301 | 2026-05-27T00:06:23.495Z | Compiling byte-wrapper v0.1.0 |
| 2302 | 2026-05-27T00:06:23.522Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2303 | 2026-05-27T00:06:23.700Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2026-05-27T00:06:23.717Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2305 | 2026-05-27T00:06:23.784Z | Compiling cstr-argument v0.1.2 |
| 2306 | 2026-05-27T00:06:23.876Z | Compiling humantime v2.3.0 |
| 2307 | 2026-05-27T00:06:23.974Z | Compiling erased-serde v0.4.9 |
| 2308 | 2026-05-27T00:06:24.143Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2309 | 2026-05-27T00:06:24.213Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-27T00:06:24.281Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2311 | 2026-05-27T00:06:24.316Z | Compiling num_enum v0.5.11 |
| 2312 | 2026-05-27T00:06:24.353Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2313 | 2026-05-27T00:06:24.386Z | Compiling rand v0.10.0 |
| 2314 | 2026-05-27T00:06:24.427Z | Compiling rayon v1.11.0 |
| 2315 | 2026-05-27T00:06:24.459Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2316 | 2026-05-27T00:06:24.485Z | Compiling indent_write v2.2.0 |
| 2317 | 2026-05-27T00:06:24.586Z | Compiling libefi-sys v0.1.0 |
| 2318 | 2026-05-27T00:06:24.635Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2319 | 2026-05-27T00:06:24.710Z | Compiling colored v3.1.1 |
| 2320 | 2026-05-27T00:06:24.722Z | Compiling zone_cfg_derive v0.3.1 |
| 2321 | 2026-05-27T00:06:24.772Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-05-27T00:06:24.805Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2323 | 2026-05-27T00:06:24.827Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2324 | 2026-05-27T00:06:25.040Z | Compiling camino-tempfile v1.4.1 |
| 2325 | 2026-05-27T00:06:25.081Z | Compiling itertools v0.12.1 |
| 2326 | 2026-05-27T00:06:25.211Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-27T00:06:25.315Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-27T00:06:25.359Z | Compiling num-derive v0.4.2 |
| 2329 | 2026-05-27T00:06:25.380Z | Compiling bitfield-struct v0.6.2 |
| 2330 | 2026-05-27T00:06:25.400Z | Compiling blake3 v1.8.3 |
| 2331 | 2026-05-27T00:06:25.466Z | Compiling ordered-float v2.10.1 |
| 2332 | 2026-05-27T00:06:25.769Z | Compiling memmap v0.7.0 |
| 2333 | 2026-05-27T00:06:25.785Z | Compiling sigpipe v0.1.3 |
| 2334 | 2026-05-27T00:06:25.912Z | Compiling glob v0.3.3 |
| 2335 | 2026-05-27T00:06:25.932Z | Compiling swrite v0.1.0 |
| 2336 | 2026-05-27T00:06:26.059Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2337 | 2026-05-27T00:06:26.091Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2338 | 2026-05-27T00:06:26.105Z | Compiling usdt v0.5.0 |
| 2339 | 2026-05-27T00:06:26.282Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-27T00:06:26.306Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2341 | 2026-05-27T00:06:26.382Z | Compiling serde-value v0.7.0 |
| 2342 | 2026-05-27T00:06:26.562Z | Compiling zone v0.3.1 |
| 2343 | 2026-05-27T00:06:26.997Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-05-27T00:06:27.058Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2345 | 2026-05-27T00:06:27.058Z | Compiling toml v0.8.23 |
| 2346 | 2026-05-27T00:06:27.058Z | Compiling smf v0.2.3 |
| 2347 | 2026-05-27T00:06:27.058Z | Compiling filetime v0.2.27 |
| 2348 | 2026-05-27T00:06:27.058Z | Compiling arrayvec v0.7.6 |
| 2349 | 2026-05-27T00:06:27.059Z | Compiling unicode-xid v0.2.6 |
| 2350 | 2026-05-27T00:06:27.059Z | Compiling arrayref v0.3.9 |
| 2351 | 2026-05-27T00:06:27.102Z | Compiling xattr v1.6.1 |
| 2352 | 2026-05-27T00:06:27.127Z | Compiling whoami v1.6.1 |
| 2353 | 2026-05-27T00:06:27.149Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-05-27T00:06:27.180Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-05-27T00:06:27.197Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2356 | 2026-05-27T00:06:27.232Z | Compiling tar v0.4.45 |
| 2357 | 2026-05-27T00:06:27.331Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-27T00:06:27.371Z | Compiling cargo-util-schemas v0.8.2 |
| 2359 | 2026-05-27T00:06:27.455Z | Compiling tokio-dtrace v0.1.1 |
| 2360 | 2026-05-27T00:06:27.566Z | Compiling console v0.16.2 |
| 2361 | 2026-05-27T00:06:27.816Z | Compiling gethostname v0.5.0 |
| 2362 | 2026-05-27T00:06:27.965Z | Compiling cargo-platform v0.2.0 |
| 2363 | 2026-05-27T00:06:27.999Z | Compiling topological-sort v0.2.2 |
| 2364 | 2026-05-27T00:06:28.105Z | Compiling unit-prefix v0.5.2 |
| 2365 | 2026-05-27T00:06:28.129Z | Compiling oxide-tokio-rt v0.1.4 |
| 2366 | 2026-05-27T00:06:28.165Z | Compiling shell-words v1.1.1 |
| 2367 | 2026-05-27T00:06:28.206Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2368 | 2026-05-27T00:06:28.288Z | Compiling indicatif v0.18.4 |
| 2369 | 2026-05-27T00:06:28.524Z | Compiling cargo_metadata v0.21.0 |
| 2370 | 2026-05-27T00:06:37.734Z | Compiling progenitor-client v0.10.0 |
| 2371 | 2026-05-27T00:06:37.734Z | Compiling omicron-zone-package v0.12.2 |
| 2372 | 2026-05-27T00:06:37.772Z | Compiling progenitor-client v0.14.0 |
| 2373 | 2026-05-27T00:06:38.239Z | Compiling progenitor-extras v0.2.0 |
| 2374 | 2026-05-27T00:06:40.612Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2375 | 2026-05-27T00:06:40.641Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2376 | 2026-05-27T00:06:40.666Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2377 | 2026-05-27T00:06:40.711Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2378 | 2026-05-27T00:06:40.732Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2379 | 2026-05-27T00:06:40.732Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2380 | 2026-05-27T00:06:40.850Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2381 | 2026-05-27T00:06:40.951Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2026-05-27T00:06:40.984Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2383 | 2026-05-27T00:06:44.911Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2384 | 2026-05-27T00:06:52.563Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2385 | 2026-05-27T00:06:55.615Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2386 | 2026-05-27T00:06:56.593Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2387 | 2026-05-27T00:07:06.268Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2388 | 2026-05-27T00:07:06.419Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2389 | 2026-05-27T00:07:06.485Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2390 | 2026-05-27T00:07:06.491Z | Created new build target 'test' and set it as active |
| 2391 | 2026-05-27T00:07:06.491Z | |
| 2392 | 2026-05-27T00:07:06.491Z | real 1:43.801178414 |
| 2393 | 2026-05-27T00:07:06.491Z | user 16:58.306382312 |
| 2394 | 2026-05-27T00:07:06.491Z | sys 2:35.347545613 |
| 2395 | 2026-05-27T00:07:06.491Z | trap 0.466348793 |
| 2396 | 2026-05-27T00:07:06.491Z | tflt 2.899107126 |
| 2397 | 2026-05-27T00:07:06.491Z | dflt 4.340350642 |
| 2398 | 2026-05-27T00:07:06.491Z | kflt 0.000929631 |
| 2399 | 2026-05-27T00:07:06.492Z | lock 52:43.494540629 |
| 2400 | 2026-05-27T00:07:06.492Z | slp 43:10.832570019 |
| 2401 | 2026-05-27T00:07:06.492Z | lat 44.330289186 |
| 2402 | 2026-05-27T00:07:06.492Z | stop 5:29.317563263 |
| 2403 | 2026-05-27T00:07:06.492Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2404 | 2026-05-27T00:07:07.384Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2405 | 2026-05-27T00:07:07.459Z | Running `target/release/omicron-package -t test package` |
| 2406 | 2026-05-27T00:07:07.519Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2407 | 2026-05-27T00:07:08.955Z | Compiling heck v0.5.0 |
| 2408 | 2026-05-27T00:07:08.955Z | Compiling regress v0.11.1 |
| 2409 | 2026-05-27T00:07:08.955Z | Compiling unsafe-libyaml v0.2.11 |
| 2410 | 2026-05-27T00:07:09.215Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2411 | 2026-05-27T00:07:09.234Z | Compiling regress v0.10.5 |
| 2412 | 2026-05-27T00:07:09.263Z | Compiling is-terminal v0.4.17 |
| 2413 | 2026-05-27T00:07:09.269Z | Compiling unicode-width v0.1.14 |
| 2414 | 2026-05-27T00:07:09.269Z | Compiling prettyplease v0.2.37 |
| 2415 | 2026-05-27T00:07:09.269Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2416 | 2026-05-27T00:07:09.285Z | Compiling bytecount v0.6.9 |
| 2417 | 2026-05-27T00:07:09.289Z | Compiling rustls v0.22.4 |
| 2418 | 2026-05-27T00:07:09.289Z | Compiling rustls-webpki v0.102.8 |
| 2419 | 2026-05-27T00:07:09.289Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-05-27T00:07:09.305Z | Compiling thread_local v1.1.9 |
| 2421 | 2026-05-27T00:07:09.311Z | Compiling compression-core v0.4.31 |
| 2422 | 2026-05-27T00:07:09.384Z | Compiling match_cfg v0.1.0 |
| 2423 | 2026-05-27T00:07:09.404Z | Compiling multer v3.1.0 |
| 2424 | 2026-05-27T00:07:09.533Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2425 | 2026-05-27T00:07:09.554Z | Compiling hostname v0.3.1 |
| 2426 | 2026-05-27T00:07:09.561Z | Compiling compression-codecs v0.4.37 |
| 2427 | 2026-05-27T00:07:09.599Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-05-27T00:07:09.626Z | Compiling crossbeam-channel v0.5.15 |
| 2429 | 2026-05-27T00:07:09.657Z | Compiling serde_yaml v0.9.34+deprecated |
| 2430 | 2026-05-27T00:07:09.681Z | Compiling slog-json v2.6.1 |
| 2431 | 2026-05-27T00:07:09.698Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2432 | 2026-05-27T00:07:09.720Z | Compiling serde_spanned v1.0.4 |
| 2433 | 2026-05-27T00:07:09.726Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2434 | 2026-05-27T00:07:09.826Z | Compiling take_mut v0.2.2 |
| 2435 | 2026-05-27T00:07:09.845Z | Compiling term v1.2.1 |
| 2436 | 2026-05-27T00:07:09.907Z | Compiling slog-bunyan v2.5.0 |
| 2437 | 2026-05-27T00:07:09.928Z | Compiling async-compression v0.4.41 |
| 2438 | 2026-05-27T00:07:09.963Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2439 | 2026-05-27T00:07:10.053Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2440 | 2026-05-27T00:07:10.076Z | Compiling async-stream v0.3.6 |
| 2441 | 2026-05-27T00:07:10.100Z | Compiling dropshot v0.17.0 |
| 2442 | 2026-05-27T00:07:10.173Z | Compiling slog-term v2.9.2 |
| 2443 | 2026-05-27T00:07:10.224Z | Compiling num-rational v0.4.2 |
| 2444 | 2026-05-27T00:07:10.265Z | Compiling progenitor-client v0.14.0 |
| 2445 | 2026-05-27T00:07:10.288Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2446 | 2026-05-27T00:07:10.380Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2447 | 2026-05-27T00:07:10.437Z | Compiling waitgroup v0.1.2 |
| 2448 | 2026-05-27T00:07:10.457Z | Compiling backon v1.6.0 |
| 2449 | 2026-05-27T00:07:10.493Z | Compiling rustls-pemfile v2.2.0 |
| 2450 | 2026-05-27T00:07:10.551Z | Compiling num-complex v0.4.6 |
| 2451 | 2026-05-27T00:07:10.580Z | Compiling hostname v0.4.2 |
| 2452 | 2026-05-27T00:07:10.601Z | Compiling serde_path_to_error v0.1.20 |
| 2453 | 2026-05-27T00:07:10.608Z | Compiling instant v0.1.13 |
| 2454 | 2026-05-27T00:07:10.681Z | Compiling typify-impl v0.6.2 |
| 2455 | 2026-05-27T00:07:10.702Z | Compiling debug-ignore v1.0.5 |
| 2456 | 2026-05-27T00:07:10.724Z | Compiling progenitor-extras v0.2.0 |
| 2457 | 2026-05-27T00:07:10.749Z | Compiling backoff v0.4.0 |
| 2458 | 2026-05-27T00:07:10.771Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2459 | 2026-05-27T00:07:10.839Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2460 | 2026-05-27T00:07:10.973Z | Compiling num v0.4.3 |
| 2461 | 2026-05-27T00:07:10.995Z | Compiling parse-display v0.10.0 |
| 2462 | 2026-05-27T00:07:11.015Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2463 | 2026-05-27T00:07:11.037Z | Compiling progenitor-client v0.13.0 |
| 2464 | 2026-05-27T00:07:11.079Z | Compiling progenitor-client v0.10.0 |
| 2465 | 2026-05-27T00:07:11.126Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2466 | 2026-05-27T00:07:11.150Z | Compiling macaddr v1.0.1 |
| 2467 | 2026-05-27T00:07:11.215Z | Compiling float-ord v0.3.2 |
| 2468 | 2026-05-27T00:07:11.238Z | Compiling humantime v2.3.0 |
| 2469 | 2026-05-27T00:07:11.359Z | Compiling console v0.15.11 |
| 2470 | 2026-05-27T00:07:11.415Z | Compiling newline-converter v0.3.0 |
| 2471 | 2026-05-27T00:07:11.517Z | Compiling atomicwrites v0.4.4 |
| 2472 | 2026-05-27T00:07:11.540Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2026-05-27T00:07:11.565Z | Compiling resolv-conf v0.7.6 |
| 2474 | 2026-05-27T00:07:11.590Z | Compiling owo-colors v4.3.0 |
| 2475 | 2026-05-27T00:07:11.635Z | Compiling tokio-rustls v0.25.0 |
| 2476 | 2026-05-27T00:07:11.834Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-05-27T00:07:11.857Z | Compiling cancel-safe-futures v0.1.5 |
| 2478 | 2026-05-27T00:07:11.927Z | Compiling toml v0.8.23 |
| 2479 | 2026-05-27T00:07:11.945Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-27T00:07:12.102Z | Compiling linear-map v1.2.0 |
| 2481 | 2026-05-27T00:07:12.187Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-27T00:07:12.209Z | Compiling linked-hash-map v0.5.6 |
| 2483 | 2026-05-27T00:07:12.362Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2484 | 2026-05-27T00:07:12.400Z | Compiling lru-cache v0.1.2 |
| 2485 | 2026-05-27T00:07:12.449Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-05-27T00:07:12.540Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-05-27T00:07:12.545Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2488 | 2026-05-27T00:07:12.581Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-05-27T00:07:12.631Z | Compiling unicode-xid v0.2.6 |
| 2490 | 2026-05-27T00:07:12.659Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2491 | 2026-05-27T00:07:12.716Z | Compiling nom v7.1.3 |
| 2492 | 2026-05-27T00:07:12.724Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-05-27T00:07:12.788Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2494 | 2026-05-27T00:07:12.967Z | Compiling convert_case v0.10.0 |
| 2495 | 2026-05-27T00:07:13.273Z | Compiling derive_more-impl v2.1.1 |
| 2496 | 2026-05-27T00:07:13.650Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-05-27T00:07:14.033Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2498 | 2026-05-27T00:07:14.081Z | Compiling derive_more v2.1.1 |
| 2499 | 2026-05-27T00:07:14.102Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2500 | 2026-05-27T00:07:14.146Z | Compiling typify-macro v0.6.2 |
| 2501 | 2026-05-27T00:07:14.197Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-05-27T00:07:14.219Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-05-27T00:07:14.355Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-05-27T00:07:14.700Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2505 | 2026-05-27T00:07:15.122Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-05-27T00:07:15.292Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2507 | 2026-05-27T00:07:15.348Z | Compiling termtree v0.5.1 |
| 2508 | 2026-05-27T00:07:15.518Z | Compiling tabled v0.15.0 |
| 2509 | 2026-05-27T00:07:15.556Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2510 | 2026-05-27T00:07:15.710Z | Compiling typify v0.6.2 |
| 2511 | 2026-05-27T00:07:15.861Z | Compiling progenitor-impl v0.14.0 |
| 2512 | 2026-05-27T00:07:16.510Z | Compiling progenitor-impl v0.13.0 |
| 2513 | 2026-05-27T00:07:18.004Z | Compiling progenitor-macro v0.14.0 |
| 2514 | 2026-05-27T00:07:20.663Z | Compiling qorb v0.4.1 |
| 2515 | 2026-05-27T00:07:20.698Z | Compiling progenitor-macro v0.13.0 |
| 2516 | 2026-05-27T00:07:20.716Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2517 | 2026-05-27T00:07:20.716Z | Compiling crossterm v0.29.0 |
| 2518 | 2026-05-27T00:07:20.727Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-27T00:07:20.980Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2520 | 2026-05-27T00:07:21.070Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2521 | 2026-05-27T00:07:21.108Z | Compiling csv-core v0.1.13 |
| 2522 | 2026-05-27T00:07:21.567Z | Compiling vte v0.14.1 |
| 2523 | 2026-05-27T00:07:21.611Z | Compiling chrono-tz v0.10.4 |
| 2524 | 2026-05-27T00:07:21.833Z | Compiling highway v1.3.0 |
| 2525 | 2026-05-27T00:07:21.908Z | Compiling strip-ansi-escapes v0.2.1 |
| 2526 | 2026-05-27T00:07:22.087Z | Compiling progenitor v0.14.0 |
| 2527 | 2026-05-27T00:07:22.109Z | Compiling csv v1.4.0 |
| 2528 | 2026-05-27T00:07:22.269Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2529 | 2026-05-27T00:07:22.493Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2530 | 2026-05-27T00:07:22.614Z | Compiling phf v0.12.1 |
| 2531 | 2026-05-27T00:07:22.759Z | Compiling progenitor v0.13.0 |
| 2532 | 2026-05-27T00:07:22.817Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2533 | 2026-05-27T00:07:22.936Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-05-27T00:07:23.013Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-05-27T00:07:23.121Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-05-27T00:07:23.143Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-05-27T00:07:23.296Z | Compiling peg-macros v0.8.5 |
| 2538 | 2026-05-27T00:07:23.337Z | Compiling nu-ansi-term v0.50.3 |
| 2539 | 2026-05-27T00:07:23.732Z | Compiling reedline v0.40.0 |
| 2540 | 2026-05-27T00:07:23.786Z | Compiling const_format v0.2.35 |
| 2541 | 2026-05-27T00:07:24.289Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2542 | 2026-05-27T00:07:24.569Z | Compiling peg v0.8.5 |
| 2543 | 2026-05-27T00:07:24.701Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2544 | 2026-05-27T00:07:25.697Z | Compiling bcs v0.1.6 |
| 2545 | 2026-05-27T00:07:25.978Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-05-27T00:07:26.134Z | Compiling semver v0.1.20 |
| 2547 | 2026-05-27T00:07:26.280Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-05-27T00:07:26.418Z | Compiling rustc_version v0.1.7 |
| 2549 | 2026-05-27T00:07:26.541Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2550 | 2026-05-27T00:07:26.646Z | Compiling smawk v0.3.2 |
| 2551 | 2026-05-27T00:07:26.669Z | Compiling newtype_derive v0.1.6 |
| 2552 | 2026-05-27T00:07:26.860Z | Compiling unicode-linebreak v0.1.5 |
| 2553 | 2026-05-27T00:07:26.965Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2554 | 2026-05-27T00:07:27.170Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-05-27T00:07:27.485Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-05-27T00:07:27.673Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2557 | 2026-05-27T00:07:27.715Z | Compiling base64 v0.21.7 |
| 2558 | 2026-05-27T00:07:28.438Z | Compiling steno v0.4.1 |
| 2559 | 2026-05-27T00:07:28.463Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2560 | 2026-05-27T00:07:28.593Z | Compiling tagptr v0.2.0 |
| 2561 | 2026-05-27T00:07:28.673Z | Compiling utf-8 v0.7.6 |
| 2562 | 2026-05-27T00:07:28.772Z | Compiling moka v0.12.13 |
| 2563 | 2026-05-27T00:07:28.797Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-05-27T00:07:28.951Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-05-27T00:07:29.043Z | Compiling tungstenite v0.21.0 |
| 2566 | 2026-05-27T00:07:29.066Z | Compiling radium v0.7.0 |
| 2567 | 2026-05-27T00:07:29.090Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-05-27T00:07:29.123Z | Compiling tap v1.0.1 |
| 2569 | 2026-05-27T00:07:29.274Z | Compiling maybe-uninit v2.0.0 |
| 2570 | 2026-05-27T00:07:29.296Z | Compiling wyz v0.5.1 |
| 2571 | 2026-05-27T00:07:29.650Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2572 | 2026-05-27T00:07:29.684Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-05-27T00:07:29.773Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-27T00:07:30.017Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-05-27T00:07:30.083Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2576 | 2026-05-27T00:07:30.311Z | Compiling packed_struct v0.10.1 |
| 2577 | 2026-05-27T00:07:30.572Z | Compiling crc-catalog v2.4.0 |
| 2578 | 2026-05-27T00:07:30.596Z | Compiling funty v2.0.0 |
| 2579 | 2026-05-27T00:07:30.704Z | Compiling crc v3.4.0 |
| 2580 | 2026-05-27T00:07:30.971Z | Compiling bitvec v1.0.1 |
| 2581 | 2026-05-27T00:07:31.131Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-05-27T00:07:31.205Z | Compiling zerocopy v0.6.6 |
| 2583 | 2026-05-27T00:07:31.548Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2584 | 2026-05-27T00:07:31.712Z | Compiling packed_struct_codegen v0.10.1 |
| 2585 | 2026-05-27T00:07:32.132Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2586 | 2026-05-27T00:07:32.472Z | Compiling num-derive v0.3.3 |
| 2587 | 2026-05-27T00:07:32.710Z | Compiling bitfield-macros v0.19.4 |
| 2588 | 2026-05-27T00:07:32.791Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2589 | 2026-05-27T00:07:33.203Z | Compiling indexmap v1.9.3 |
| 2590 | 2026-05-27T00:07:33.373Z | Compiling nodrop v0.1.14 |
| 2591 | 2026-05-27T00:07:33.446Z | Compiling bitfield v0.19.4 |
| 2592 | 2026-05-27T00:07:33.492Z | Compiling array-init v0.0.4 |
| 2593 | 2026-05-27T00:07:33.515Z | Compiling libscf-sys v1.1.0 |
| 2594 | 2026-05-27T00:07:33.539Z | Compiling proc-macro-error2 v2.0.1 |
| 2595 | 2026-05-27T00:07:33.773Z | Compiling smallvec v0.6.14 |
| 2596 | 2026-05-27T00:07:33.890Z | Compiling typify-impl v0.4.3 |
| 2597 | 2026-05-27T00:07:34.040Z | Compiling vergen-gitcl v1.0.8 |
| 2598 | 2026-05-27T00:07:34.062Z | Compiling dirs-sys-next v0.1.2 |
| 2599 | 2026-05-27T00:07:34.066Z | Compiling glob v0.3.3 |
| 2600 | 2026-05-27T00:07:34.109Z | Compiling diesel_derives v2.3.7 |
| 2601 | 2026-05-27T00:07:34.271Z | Compiling hashbrown v0.12.3 |
| 2602 | 2026-05-27T00:07:34.333Z | Compiling maplit v1.0.2 |
| 2603 | 2026-05-27T00:07:34.353Z | Compiling crunchy v0.2.4 |
| 2604 | 2026-05-27T00:07:34.459Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-05-27T00:07:34.544Z | Compiling dirs-next v2.0.0 |
| 2606 | 2026-05-27T00:07:34.675Z | Compiling serde-hex v0.1.0 |
| 2607 | 2026-05-27T00:07:34.714Z | Compiling tabled_derive v0.11.0 |
| 2608 | 2026-05-27T00:07:34.897Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2609 | 2026-05-27T00:07:35.255Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-27T00:07:35.390Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2611 | 2026-05-27T00:07:35.614Z | Compiling ron v0.8.1 |
| 2612 | 2026-05-27T00:07:35.636Z | Compiling papergrid v0.17.0 |
| 2613 | 2026-05-27T00:07:35.764Z | Compiling testing_table v0.3.0 |
| 2614 | 2026-05-27T00:07:35.875Z | Compiling hashbrown v0.13.2 |
| 2615 | 2026-05-27T00:07:36.200Z | Compiling dsl_auto_type v0.2.0 |
| 2616 | 2026-05-27T00:07:36.486Z | Compiling scheduled-thread-pool v0.2.7 |
| 2617 | 2026-05-27T00:07:36.509Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2618 | 2026-05-27T00:07:36.754Z | Compiling crc-any v2.5.0 |
| 2619 | 2026-05-27T00:07:36.757Z | Compiling tiny-keccak v2.0.2 |
| 2620 | 2026-05-27T00:07:36.799Z | Compiling tabled v0.20.0 |
| 2621 | 2026-05-27T00:07:37.039Z | Compiling r2d2 v0.8.10 |
| 2622 | 2026-05-27T00:07:37.083Z | Compiling object v0.30.4 |
| 2623 | 2026-05-27T00:07:37.199Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-05-27T00:07:37.372Z | Compiling typify-macro v0.4.3 |
| 2625 | 2026-05-27T00:07:37.393Z | Compiling term v0.7.0 |
| 2626 | 2026-05-27T00:07:37.687Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-27T00:07:37.894Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2628 | 2026-05-27T00:07:37.898Z | Compiling xshell-macros v0.2.7 |
| 2629 | 2026-05-27T00:07:37.961Z | Compiling bit-vec v0.6.3 |
| 2630 | 2026-05-27T00:07:37.984Z | Compiling downcast-rs v2.0.2 |
| 2631 | 2026-05-27T00:07:38.125Z | Compiling path-slash v0.1.5 |
| 2632 | 2026-05-27T00:07:38.207Z | Compiling bit-set v0.5.3 |
| 2633 | 2026-05-27T00:07:38.229Z | Compiling ascii-canvas v3.0.0 |
| 2634 | 2026-05-27T00:07:38.311Z | Compiling xshell v0.2.7 |
| 2635 | 2026-05-27T00:07:38.393Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2636 | 2026-05-27T00:07:38.489Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2637 | 2026-05-27T00:07:38.562Z | Compiling itertools v0.10.5 |
| 2638 | 2026-05-27T00:07:38.893Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2639 | 2026-05-27T00:07:38.956Z | Compiling ena v0.14.4 |
| 2640 | 2026-05-27T00:07:39.031Z | Compiling libloading v0.8.9 |
| 2641 | 2026-05-27T00:07:39.163Z | Compiling unicase v2.9.0 |
| 2642 | 2026-05-27T00:07:39.205Z | Compiling diff v0.1.13 |
| 2643 | 2026-05-27T00:07:39.271Z | Compiling regex-syntax v0.6.29 |
| 2644 | 2026-05-27T00:07:39.471Z | Compiling bindgen v0.71.1 |
| 2645 | 2026-05-27T00:07:39.649Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2646 | 2026-05-27T00:07:39.671Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2647 | 2026-05-27T00:07:39.779Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2648 | 2026-05-27T00:07:40.917Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-05-27T00:07:41.237Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2650 | 2026-05-27T00:07:41.306Z | Compiling cexpr v0.6.0 |
| 2651 | 2026-05-27T00:07:41.718Z | Compiling diesel v2.3.7 |
| 2652 | 2026-05-27T00:07:41.840Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2653 | 2026-05-27T00:07:41.966Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2654 | 2026-05-27T00:07:41.987Z | Compiling rustc-hash v2.1.1 |
| 2655 | 2026-05-27T00:07:42.072Z | Compiling crc8 v0.1.1 |
| 2656 | 2026-05-27T00:07:42.201Z | Compiling typify v0.4.3 |
| 2657 | 2026-05-27T00:07:42.220Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-27T00:07:42.345Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-27T00:07:42.514Z | Compiling libxml v0.3.3 |
| 2660 | 2026-05-27T00:07:42.549Z | Compiling headers v0.4.1 |
| 2661 | 2026-05-27T00:07:42.570Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2662 | 2026-05-27T00:07:42.842Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-27T00:07:42.903Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2026-05-27T00:07:43.286Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2665 | 2026-05-27T00:07:43.486Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2666 | 2026-05-27T00:07:43.977Z | Compiling strum_macros v0.24.3 |
| 2667 | 2026-05-27T00:07:44.044Z | Compiling git-stub v1.0.0 |
| 2668 | 2026-05-27T00:07:44.216Z | Compiling indoc v1.0.9 |
| 2669 | 2026-05-27T00:07:44.317Z | Compiling git-stub-vcs v0.1.0 |
| 2670 | 2026-05-27T00:07:44.641Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-27T00:07:44.680Z | Compiling derive_builder v0.20.2 |
| 2672 | 2026-05-27T00:07:44.856Z | Compiling oso-derive v0.27.3 |
| 2673 | 2026-05-27T00:07:44.878Z | Compiling quick-xml v0.37.5 |
| 2674 | 2026-05-27T00:07:45.394Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2675 | 2026-05-27T00:07:45.430Z | Compiling openssl-probe v0.1.6 |
| 2676 | 2026-05-27T00:07:45.615Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2677 | 2026-05-27T00:07:45.743Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-27T00:07:46.005Z | Compiling half v1.8.3 |
| 2679 | 2026-05-27T00:07:46.342Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-05-27T00:07:46.474Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-05-27T00:07:46.547Z | Compiling bb8 v0.8.6 |
| 2682 | 2026-05-27T00:07:46.649Z | Compiling trait-variant v0.1.2 |
| 2683 | 2026-05-27T00:07:46.760Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2684 | 2026-05-27T00:07:46.829Z | Compiling samael v0.0.19 |
| 2685 | 2026-05-27T00:07:46.930Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2686 | 2026-05-27T00:07:47.162Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2687 | 2026-05-27T00:07:47.187Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2688 | 2026-05-27T00:07:47.381Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2689 | 2026-05-27T00:07:47.433Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2690 | 2026-05-27T00:07:47.597Z | Compiling fxhash v0.2.1 |
| 2691 | 2026-05-27T00:07:47.698Z | Compiling salty v0.3.0 |
| 2692 | 2026-05-27T00:07:47.727Z | Compiling nonempty v0.12.0 |
| 2693 | 2026-05-27T00:07:47.915Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-27T00:07:47.959Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-05-27T00:07:48.011Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2696 | 2026-05-27T00:07:48.117Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2697 | 2026-05-27T00:07:48.408Z | Compiling polar-core v0.27.3 |
| 2698 | 2026-05-27T00:07:48.802Z | Compiling kstat-rs v0.2.4 |
| 2699 | 2026-05-27T00:07:48.972Z | Compiling libz-sys v1.1.24 |
| 2700 | 2026-05-27T00:07:48.994Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2701 | 2026-05-27T00:07:49.281Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2702 | 2026-05-27T00:07:50.038Z | Compiling progenitor-macro v0.10.0 |
| 2703 | 2026-05-27T00:07:50.184Z | Compiling progenitor-macro v0.11.2 |
| 2704 | 2026-05-27T00:07:51.303Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2705 | 2026-05-27T00:07:51.759Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2706 | 2026-05-27T00:07:52.584Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2707 | 2026-05-27T00:07:52.637Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-27T00:07:53.150Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2709 | 2026-05-27T00:07:53.260Z | Compiling progenitor-client v0.11.2 |
| 2710 | 2026-05-27T00:07:53.808Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-05-27T00:07:53.920Z | Compiling nanorand v0.7.0 |
| 2712 | 2026-05-27T00:07:54.037Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2713 | 2026-05-27T00:07:54.239Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2714 | 2026-05-27T00:07:54.297Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2715 | 2026-05-27T00:07:56.009Z | Compiling arc-swap v1.8.2 |
| 2716 | 2026-05-27T00:07:56.389Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2717 | 2026-05-27T00:07:57.924Z | Compiling oso v0.27.3 |
| 2718 | 2026-05-27T00:07:58.578Z | Compiling fs-err v2.11.0 |
| 2719 | 2026-05-27T00:08:00.755Z | Compiling async-bb8-diesel v0.2.1 |
| 2720 | 2026-05-27T00:08:01.197Z | Compiling diesel-dtrace v0.5.0 |
| 2721 | 2026-05-27T00:08:01.676Z | Compiling parking_lot_core v0.8.6 |
| 2722 | 2026-05-27T00:08:01.804Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-05-27T00:08:02.117Z | Compiling slog-scope v4.4.1 |
| 2724 | 2026-05-27T00:08:02.140Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-05-27T00:08:02.197Z | Compiling progenitor v0.11.2 |
| 2726 | 2026-05-27T00:08:02.333Z | Compiling flume v0.11.1 |
| 2727 | 2026-05-27T00:08:02.392Z | Compiling progenitor v0.10.0 |
| 2728 | 2026-05-27T00:08:02.561Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-05-27T00:08:02.585Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2730 | 2026-05-27T00:08:02.649Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-05-27T00:08:02.734Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-05-27T00:08:03.059Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-27T00:08:03.297Z | Compiling instability v0.3.11 |
| 2734 | 2026-05-27T00:08:03.486Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-05-27T00:08:04.118Z | Compiling p384 v0.13.1 |
| 2736 | 2026-05-27T00:08:04.290Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-05-27T00:08:04.385Z | Compiling darling v0.23.0 |
| 2738 | 2026-05-27T00:08:05.011Z | Compiling slog-stdlog v4.1.1 |
| 2739 | 2026-05-27T00:08:05.584Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-05-27T00:08:05.679Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2741 | 2026-05-27T00:08:05.729Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2742 | 2026-05-27T00:08:05.851Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-05-27T00:08:05.935Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-27T00:08:06.284Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-27T00:08:06.509Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-27T00:08:06.671Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-27T00:08:06.829Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-27T00:08:06.911Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-05-27T00:08:07.071Z | Compiling http-range v0.1.5 |
| 2750 | 2026-05-27T00:08:07.180Z | Compiling indoc v2.0.7 |
| 2751 | 2026-05-27T00:08:07.423Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-27T00:08:07.742Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-05-27T00:08:08.342Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-27T00:08:08.916Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-27T00:08:09.384Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2756 | 2026-05-27T00:08:09.484Z | Compiling parking_lot v0.11.2 |
| 2757 | 2026-05-27T00:08:09.961Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2758 | 2026-05-27T00:08:10.420Z | Compiling slog-envlogger v2.2.0 |
| 2759 | 2026-05-27T00:08:11.595Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-27T00:08:11.664Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-27T00:08:11.721Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-27T00:08:11.752Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-05-27T00:08:11.921Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-27T00:08:12.248Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-27T00:08:12.382Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-27T00:08:12.504Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-27T00:08:12.603Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-27T00:08:12.656Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-27T00:08:12.711Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-27T00:08:12.734Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-27T00:08:12.920Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2772 | 2026-05-27T00:08:12.976Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-27T00:08:13.141Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2774 | 2026-05-27T00:08:13.177Z | Compiling corncobs v0.1.4 |
| 2775 | 2026-05-27T00:08:13.199Z | Compiling cassowary v0.3.0 |
| 2776 | 2026-05-27T00:08:13.272Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2777 | 2026-05-27T00:08:13.294Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-05-27T00:08:13.403Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2779 | 2026-05-27T00:08:13.430Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2780 | 2026-05-27T00:08:13.577Z | Compiling ratatui v0.29.0 |
| 2781 | 2026-05-27T00:08:13.645Z | Compiling camino-tempfile-ext v0.3.3 |
| 2782 | 2026-05-27T00:08:13.714Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-27T00:08:14.107Z | Compiling hyper-staticfile v0.10.1 |
| 2784 | 2026-05-27T00:08:14.306Z | Compiling sled v0.34.7 |
| 2785 | 2026-05-27T00:08:14.800Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2786 | 2026-05-27T00:08:15.141Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-27T00:08:15.395Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-27T00:08:15.823Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-27T00:08:17.602Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-05-27T00:08:17.825Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2026-05-27T00:08:18.006Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2792 | 2026-05-27T00:08:18.052Z | Compiling secrecy v0.8.0 |
| 2793 | 2026-05-27T00:08:18.230Z | Compiling rustls v0.21.12 |
| 2794 | 2026-05-27T00:08:18.252Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2795 | 2026-05-27T00:08:18.584Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-05-27T00:08:18.796Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2797 | 2026-05-27T00:08:19.638Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2798 | 2026-05-27T00:08:19.821Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2799 | 2026-05-27T00:08:20.104Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2800 | 2026-05-27T00:08:20.516Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2801 | 2026-05-27T00:08:20.816Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2802 | 2026-05-27T00:08:21.875Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2803 | 2026-05-27T00:08:22.138Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-05-27T00:08:22.365Z | Compiling rustls-webpki v0.101.7 |
| 2805 | 2026-05-27T00:08:23.158Z | Compiling sct v0.7.1 |
| 2806 | 2026-05-27T00:08:23.181Z | Compiling nix v0.29.0 |
| 2807 | 2026-05-27T00:08:23.432Z | Compiling dropshot v0.16.7 |
| 2808 | 2026-05-27T00:08:23.570Z | Compiling void v1.0.2 |
| 2809 | 2026-05-27T00:08:23.720Z | Compiling lzss v0.8.2 |
| 2810 | 2026-05-27T00:08:23.839Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-05-27T00:08:23.997Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2812 | 2026-05-27T00:08:24.062Z | Compiling illumos-nvpair v0.3.0 |
| 2813 | 2026-05-27T00:08:24.561Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2814 | 2026-05-27T00:08:25.611Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2815 | 2026-05-27T00:08:25.763Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2816 | 2026-05-27T00:08:25.998Z | Compiling tungstenite v0.23.0 |
| 2817 | 2026-05-27T00:08:26.333Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2818 | 2026-05-27T00:08:26.748Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2819 | 2026-05-27T00:08:26.889Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-05-27T00:08:26.969Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2821 | 2026-05-27T00:08:27.110Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-05-27T00:08:27.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2823 | 2026-05-27T00:08:27.337Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-05-27T00:08:27.434Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2825 | 2026-05-27T00:08:27.571Z | Compiling nix v0.27.1 |
| 2826 | 2026-05-27T00:08:28.057Z | Compiling dropshot_endpoint v0.16.7 |
| 2827 | 2026-05-27T00:08:28.336Z | Compiling serde_bytes v0.11.19 |
| 2828 | 2026-05-27T00:08:28.405Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2829 | 2026-05-27T00:08:28.658Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2830 | 2026-05-27T00:08:28.817Z | Compiling git2 v0.20.4 |
| 2831 | 2026-05-27T00:08:28.968Z | Compiling tokio-tungstenite v0.23.1 |
| 2832 | 2026-05-27T00:08:29.370Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2833 | 2026-05-27T00:08:31.868Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-05-27T00:08:32.192Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2835 | 2026-05-27T00:08:34.019Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2836 | 2026-05-27T00:08:34.452Z | Compiling tokio-rustls v0.24.1 |
| 2837 | 2026-05-27T00:08:34.771Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2838 | 2026-05-27T00:08:35.241Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2839 | 2026-05-27T00:08:35.385Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2840 | 2026-05-27T00:08:35.413Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2841 | 2026-05-27T00:08:35.457Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2842 | 2026-05-27T00:08:35.850Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2843 | 2026-05-27T00:08:36.145Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2844 | 2026-05-27T00:08:36.612Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2845 | 2026-05-27T00:08:37.015Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2846 | 2026-05-27T00:08:37.458Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2847 | 2026-05-27T00:08:37.680Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2848 | 2026-05-27T00:08:37.856Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2849 | 2026-05-27T00:08:38.542Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2026-05-27T00:08:39.259Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2026-05-27T00:08:39.785Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-05-27T00:08:40.206Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2853 | 2026-05-27T00:08:40.742Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2854 | 2026-05-27T00:08:41.737Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-05-27T00:08:41.934Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2856 | 2026-05-27T00:08:41.988Z | Compiling signal-hook-tokio v0.3.1 |
| 2857 | 2026-05-27T00:08:42.015Z | Compiling twox-hash v2.1.2 |
| 2858 | 2026-05-27T00:08:42.049Z | Compiling yasna v0.5.2 |
| 2859 | 2026-05-27T00:08:42.162Z | Compiling is_ci v1.2.0 |
| 2860 | 2026-05-27T00:08:42.194Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2861 | 2026-05-27T00:08:42.381Z | Compiling supports-color v3.0.2 |
| 2862 | 2026-05-27T00:08:42.696Z | Compiling rcgen v0.12.1 |
| 2863 | 2026-05-27T00:08:42.894Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2864 | 2026-05-27T00:08:43.351Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2865 | 2026-05-27T00:08:43.611Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2866 | 2026-05-27T00:08:43.986Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2867 | 2026-05-27T00:08:44.204Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2868 | 2026-05-27T00:08:46.621Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2869 | 2026-05-27T00:08:47.149Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2870 | 2026-05-27T00:08:47.275Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2871 | 2026-05-27T00:08:47.545Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2872 | 2026-05-27T00:08:47.775Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2873 | 2026-05-27T00:08:48.013Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2874 | 2026-05-27T00:08:48.278Z | Compiling fatfs v0.3.6 |
| 2875 | 2026-05-27T00:08:48.528Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2876 | 2026-05-27T00:08:48.540Z | Compiling subprocess v0.2.15 |
| 2877 | 2026-05-27T00:08:49.431Z | Compiling rtoolbox v0.0.3 |
| 2878 | 2026-05-27T00:08:49.786Z | Compiling assert_matches v1.5.0 |
| 2879 | 2026-05-27T00:08:49.898Z | Compiling seq-macro v0.3.6 |
| 2880 | 2026-05-27T00:08:50.183Z | Compiling rpassword v7.4.0 |
| 2881 | 2026-05-27T00:08:50.491Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2882 | 2026-05-27T00:08:50.563Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2883 | 2026-05-27T00:08:50.788Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-05-27T00:08:50.927Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2885 | 2026-05-27T00:08:51.032Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2886 | 2026-05-27T00:08:52.162Z | Compiling tui-tree-widget v0.23.1 |
| 2887 | 2026-05-27T00:08:52.499Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2888 | 2026-05-27T00:08:53.430Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2889 | 2026-05-27T00:08:53.933Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2890 | 2026-05-27T00:08:54.331Z | Compiling uzers v0.12.2 |
| 2891 | 2026-05-27T00:08:54.484Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2892 | 2026-05-27T00:08:55.511Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2893 | 2026-05-27T00:08:56.559Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2894 | 2026-05-27T00:08:56.616Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2895 | 2026-05-27T00:08:58.707Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2896 | 2026-05-27T00:09:00.054Z | Compiling support-bundle-viewer v0.1.2 |
| 2897 | 2026-05-27T00:09:00.904Z | Compiling multimap v0.10.1 |
| 2898 | 2026-05-27T00:09:09.577Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2899 | 2026-05-27T00:09:09.802Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2900 | 2026-05-27T00:09:21.468Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2901 | 2026-05-27T00:09:22.724Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2902 | 2026-05-27T00:15:08.605Z | Finished `release` profile [optimized] target(s) in 8m 00s |
| 2903 | 2026-05-27T00:15:54.444Z | |
| 2904 | 2026-05-27T00:15:54.445Z | real 8:47.927218427 |
| 2905 | 2026-05-27T00:15:54.448Z | user 1:19:07.513106623 |
| 2906 | 2026-05-27T00:15:54.448Z | sys 3:28.403372818 |
| 2907 | 2026-05-27T00:15:54.448Z | trap 1.749573550 |
| 2908 | 2026-05-27T00:15:54.448Z | tflt 3.596244137 |
| 2909 | 2026-05-27T00:15:54.448Z | dflt 16.489824857 |
| 2910 | 2026-05-27T00:15:54.448Z | kflt 0.029410055 |
| 2911 | 2026-05-27T00:15:54.448Z | lock 6:43:05.037838294 |
| 2912 | 2026-05-27T00:15:54.448Z | slp 2:15:35.747577294 |
| 2913 | 2026-05-27T00:15:54.448Z | lat 2:23.619735074 |
| 2914 | 2026-05-27T00:15:54.448Z | stop 5:21.986011053 |
| 2915 | 2026-05-27T00:15:54.448Z | + mapfile -t packages |
| 2916 | 2026-05-27T00:15:54.449Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2917 | 2026-05-27T00:15:55.437Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2918 | 2026-05-27T00:15:55.516Z | Running `target/release/omicron-package -t test list-outputs` |
| 2919 | 2026-05-27T00:15:55.582Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-05-27T00:15:55.585Z | + ptime -m cargo build --locked --release -p xtask |
| 2921 | 2026-05-27T00:15:56.116Z | Compiling libc v0.2.185 |
| 2922 | 2026-05-27T00:15:56.116Z | Compiling serde v1.0.228 |
| 2923 | 2026-05-27T00:15:56.119Z | Compiling serde_core v1.0.228 |
| 2924 | 2026-05-27T00:15:56.119Z | Compiling rustix v1.1.3 |
| 2925 | 2026-05-27T00:15:56.119Z | Compiling serde_json v1.0.149 |
| 2926 | 2026-05-27T00:15:56.119Z | Compiling bitflags v2.11.0 |
| 2927 | 2026-05-27T00:15:56.216Z | Compiling num-traits v0.2.19 |
| 2928 | 2026-05-27T00:15:56.232Z | Compiling syn v2.0.117 |
| 2929 | 2026-05-27T00:15:56.247Z | Compiling smallvec v1.15.1 |
| 2930 | 2026-05-27T00:15:56.292Z | Compiling indexmap v2.14.0 |
| 2931 | 2026-05-27T00:15:56.295Z | Compiling usdt-impl v0.5.0 |
| 2932 | 2026-05-27T00:15:56.311Z | Compiling syn v1.0.109 |
| 2933 | 2026-05-27T00:15:56.323Z | Compiling percent-encoding v2.3.2 |
| 2934 | 2026-05-27T00:15:56.334Z | Compiling getrandom v0.4.1 |
| 2935 | 2026-05-27T00:15:56.461Z | Compiling log v0.4.29 |
| 2936 | 2026-05-27T00:15:56.543Z | Compiling form_urlencoded v1.2.2 |
| 2937 | 2026-05-27T00:15:56.692Z | Compiling fs-err v3.3.0 |
| 2938 | 2026-05-27T00:15:56.694Z | Compiling heck v0.4.1 |
| 2939 | 2026-05-27T00:15:56.702Z | Compiling once_cell v1.21.3 |
| 2940 | 2026-05-27T00:15:56.734Z | Compiling anyhow v1.0.102 |
| 2941 | 2026-05-27T00:15:56.956Z | Compiling errno v0.3.14 |
| 2942 | 2026-05-27T00:15:56.956Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-05-27T00:15:56.959Z | Compiling memmap v0.7.0 |
| 2944 | 2026-05-27T00:15:57.222Z | Compiling ordered-float v2.10.1 |
| 2945 | 2026-05-27T00:15:57.802Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-05-27T00:15:57.959Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-05-27T00:15:57.959Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-05-27T00:15:58.044Z | Compiling tabled_derive v0.7.0 |
| 2949 | 2026-05-27T00:15:58.054Z | Compiling clap_builder v4.5.60 |
| 2950 | 2026-05-27T00:15:58.057Z | Compiling textwrap v0.16.2 |
| 2951 | 2026-05-27T00:15:58.215Z | Compiling camino-tempfile v1.4.1 |
| 2952 | 2026-05-27T00:15:58.700Z | Compiling tabled v0.15.0 |
| 2953 | 2026-05-27T00:15:58.814Z | Compiling synstructure v0.13.2 |
| 2954 | 2026-05-27T00:15:58.814Z | Compiling pest_generator v2.8.6 |
| 2955 | 2026-05-27T00:15:59.196Z | Compiling serde_derive v1.0.228 |
| 2956 | 2026-05-27T00:15:59.199Z | Compiling zerofrom-derive v0.1.6 |
| 2957 | 2026-05-27T00:15:59.199Z | Compiling yoke-derive v0.8.1 |
| 2958 | 2026-05-27T00:15:59.199Z | Compiling zerovec-derive v0.11.2 |
| 2959 | 2026-05-27T00:15:59.199Z | Compiling displaydoc v0.2.5 |
| 2960 | 2026-05-27T00:15:59.199Z | Compiling thiserror-impl v1.0.69 |
| 2961 | 2026-05-27T00:15:59.200Z | Compiling zerocopy-derive v0.7.35 |
| 2962 | 2026-05-27T00:15:59.200Z | Compiling scroll_derive v0.12.1 |
| 2963 | 2026-05-27T00:15:59.200Z | Compiling thiserror-impl v2.0.18 |
| 2964 | 2026-05-27T00:15:59.200Z | Compiling clap_derive v4.5.55 |
| 2965 | 2026-05-27T00:15:59.326Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-05-27T00:15:59.889Z | Compiling scroll v0.12.0 |
| 2967 | 2026-05-27T00:16:00.006Z | Compiling zerocopy v0.7.35 |
| 2968 | 2026-05-27T00:16:00.203Z | Compiling goblin v0.8.2 |
| 2969 | 2026-05-27T00:16:00.235Z | Compiling zerofrom v0.1.6 |
| 2970 | 2026-05-27T00:16:00.371Z | Compiling yoke v0.8.1 |
| 2971 | 2026-05-27T00:16:00.382Z | Compiling thiserror v1.0.69 |
| 2972 | 2026-05-27T00:16:00.500Z | Compiling dtrace-parser v0.2.0 |
| 2973 | 2026-05-27T00:16:00.579Z | Compiling zerovec v0.11.5 |
| 2974 | 2026-05-27T00:16:00.590Z | Compiling zerotrie v0.2.3 |
| 2975 | 2026-05-27T00:16:00.590Z | Compiling thiserror v2.0.18 |
| 2976 | 2026-05-27T00:16:00.980Z | Compiling clap v4.5.60 |
| 2977 | 2026-05-27T00:16:01.185Z | Compiling tinystr v0.8.2 |
| 2978 | 2026-05-27T00:16:01.420Z | Compiling icu_locale_core v2.1.1 |
| 2979 | 2026-05-27T00:16:01.507Z | Compiling potential_utf v0.1.4 |
| 2980 | 2026-05-27T00:16:01.721Z | Compiling icu_collections v2.1.1 |
| 2981 | 2026-05-27T00:16:02.469Z | Compiling icu_provider v2.1.1 |
| 2982 | 2026-05-27T00:16:02.547Z | Compiling serde_spanned v0.6.9 |
| 2983 | 2026-05-27T00:16:02.616Z | Compiling toml_datetime v0.6.11 |
| 2984 | 2026-05-27T00:16:02.665Z | Compiling serde-value v0.7.0 |
| 2985 | 2026-05-27T00:16:02.727Z | Compiling cargo-platform v0.2.0 |
| 2986 | 2026-05-27T00:16:02.903Z | Compiling icu_properties v2.1.2 |
| 2987 | 2026-05-27T00:16:03.011Z | Compiling icu_normalizer v2.1.1 |
| 2988 | 2026-05-27T00:16:03.029Z | Compiling dof v0.3.0 |
| 2989 | 2026-05-27T00:16:03.095Z | Compiling toml_edit v0.22.27 |
| 2990 | 2026-05-27T00:16:03.140Z | Compiling serde_tokenstream v0.2.3 |
| 2991 | 2026-05-27T00:16:03.240Z | Compiling macaddr v1.0.1 |
| 2992 | 2026-05-27T00:16:03.775Z | Compiling usdt-macro v0.5.0 |
| 2993 | 2026-05-27T00:16:03.882Z | Compiling idna_adapter v1.2.1 |
| 2994 | 2026-05-27T00:16:03.997Z | Compiling usdt-attr-macro v0.5.0 |
| 2995 | 2026-05-27T00:16:04.008Z | Compiling idna v1.1.0 |
| 2996 | 2026-05-27T00:16:04.333Z | Compiling url v2.5.8 |
| 2997 | 2026-05-27T00:16:04.616Z | Compiling usdt v0.5.0 |
| 2998 | 2026-05-27T00:16:04.651Z | Compiling toml v0.8.23 |
| 2999 | 2026-05-27T00:16:05.087Z | Compiling cargo-util-schemas v0.8.2 |
| 3000 | 2026-05-27T00:16:05.088Z | Compiling cargo_toml v0.21.0 |
| 3001 | 2026-05-27T00:16:06.106Z | Compiling cargo_metadata v0.21.0 |
| 3002 | 2026-05-27T00:16:09.181Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-05-27T00:16:12.174Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 3004 | 2026-05-27T00:16:12.292Z | |
| 3005 | 2026-05-27T00:16:12.302Z | real 16.672408866 |
| 3006 | 2026-05-27T00:16:12.302Z | user 2:21.456563272 |
| 3007 | 2026-05-27T00:16:12.302Z | sys 16.210653534 |
| 3008 | 2026-05-27T00:16:12.302Z | trap 0.084644215 |
| 3009 | 2026-05-27T00:16:12.303Z | tflt 0.553255915 |
| 3010 | 2026-05-27T00:16:12.303Z | dflt 1.465857708 |
| 3011 | 2026-05-27T00:16:12.303Z | kflt 0.000035720 |
| 3012 | 2026-05-27T00:16:12.303Z | lock 5:06.590664531 |
| 3013 | 2026-05-27T00:16:12.303Z | slp 3:18.299569004 |
| 3014 | 2026-05-27T00:16:12.303Z | lat 6.532542179 |
| 3015 | 2026-05-27T00:16:12.303Z | stop 17.941908072 |
| 3016 | 2026-05-27T00:16:12.303Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-05-27T00:16:12.303Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3018 | 2026-05-27T00:16:12.303Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-05-27T00:16:12.303Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3020 | 2026-05-27T00:16:12.303Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3021 | 2026-05-27T00:16:13.251Z | Compiling newtype-uuid-macros v0.1.0 |
| 3022 | 2026-05-27T00:16:13.251Z | Compiling regress v0.10.5 |
| 3023 | 2026-05-27T00:16:13.251Z | Compiling structmeta-derive v0.3.0 |
| 3024 | 2026-05-27T00:16:13.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3025 | 2026-05-27T00:16:13.254Z | Compiling rustls v0.22.4 |
| 3026 | 2026-05-27T00:16:13.254Z | Compiling rustls-webpki v0.102.8 |
| 3027 | 2026-05-27T00:16:13.254Z | Compiling multer v3.1.0 |
| 3028 | 2026-05-27T00:16:13.254Z | Compiling match_cfg v0.1.0 |
| 3029 | 2026-05-27T00:16:13.254Z | Compiling compression-core v0.4.31 |
| 3030 | 2026-05-27T00:16:13.399Z | Compiling debug-ignore v1.0.5 |
| 3031 | 2026-05-27T00:16:13.402Z | Compiling slog-json v2.6.1 |
| 3032 | 2026-05-27T00:16:13.403Z | Compiling async-stream-impl v0.3.6 |
| 3033 | 2026-05-27T00:16:13.403Z | Compiling serde_spanned v1.0.4 |
| 3034 | 2026-05-27T00:16:13.414Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3035 | 2026-05-27T00:16:13.416Z | Compiling dropshot v0.17.0 |
| 3036 | 2026-05-27T00:16:13.417Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3037 | 2026-05-27T00:16:13.687Z | Compiling hostname v0.3.1 |
| 3038 | 2026-05-27T00:16:13.691Z | Compiling progenitor-client v0.14.0 |
| 3039 | 2026-05-27T00:16:13.691Z | Compiling itertools v0.14.0 |
| 3040 | 2026-05-27T00:16:13.734Z | Compiling compression-codecs v0.4.37 |
| 3041 | 2026-05-27T00:16:13.770Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-27T00:16:13.802Z | Compiling waitgroup v0.1.2 |
| 3043 | 2026-05-27T00:16:13.805Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-05-27T00:16:13.805Z | Compiling dropshot_endpoint v0.17.0 |
| 3045 | 2026-05-27T00:16:13.887Z | Compiling slog-bunyan v2.5.0 |
| 3046 | 2026-05-27T00:16:13.927Z | Compiling async-compression v0.4.41 |
| 3047 | 2026-05-27T00:16:13.972Z | Compiling hostname v0.4.2 |
| 3048 | 2026-05-27T00:16:14.033Z | Compiling serde_path_to_error v0.1.20 |
| 3049 | 2026-05-27T00:16:14.036Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-05-27T00:16:14.036Z | Compiling macaddr v1.0.1 |
| 3051 | 2026-05-27T00:16:14.074Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3052 | 2026-05-27T00:16:14.133Z | Compiling instant v0.1.13 |
| 3053 | 2026-05-27T00:16:14.157Z | Compiling async-stream v0.3.6 |
| 3054 | 2026-05-27T00:16:14.173Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3055 | 2026-05-27T00:16:14.244Z | Compiling progenitor-client v0.10.0 |
| 3056 | 2026-05-27T00:16:14.260Z | Compiling backon v1.6.0 |
| 3057 | 2026-05-27T00:16:14.264Z | Compiling backoff v0.4.0 |
| 3058 | 2026-05-27T00:16:14.293Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3059 | 2026-05-27T00:16:14.296Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3060 | 2026-05-27T00:16:14.356Z | Compiling humantime v2.3.0 |
| 3061 | 2026-05-27T00:16:14.373Z | Compiling universal-hash v0.5.1 |
| 3062 | 2026-05-27T00:16:14.396Z | Compiling opaque-debug v0.3.1 |
| 3063 | 2026-05-27T00:16:14.487Z | Compiling progenitor-extras v0.2.0 |
| 3064 | 2026-05-27T00:16:14.503Z | Compiling half v2.7.1 |
| 3065 | 2026-05-27T00:16:14.503Z | Compiling ciborium-io v0.2.2 |
| 3066 | 2026-05-27T00:16:14.535Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3067 | 2026-05-27T00:16:14.538Z | Compiling unsafe-libyaml v0.2.11 |
| 3068 | 2026-05-27T00:16:14.567Z | Compiling crucible-workspace-hack v0.1.0 |
| 3069 | 2026-05-27T00:16:14.622Z | Compiling convert_case v0.4.0 |
| 3070 | 2026-05-27T00:16:14.655Z | Compiling regress v0.11.1 |
| 3071 | 2026-05-27T00:16:14.704Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3072 | 2026-05-27T00:16:14.758Z | Compiling aead v0.5.2 |
| 3073 | 2026-05-27T00:16:14.790Z | Compiling ciborium-ll v0.2.2 |
| 3074 | 2026-05-27T00:16:14.805Z | Compiling structmeta v0.3.0 |
| 3075 | 2026-05-27T00:16:14.837Z | Compiling secrecy v0.10.3 |
| 3076 | 2026-05-27T00:16:14.856Z | Compiling poly1305 v0.8.0 |
| 3077 | 2026-05-27T00:16:14.924Z | Compiling chacha20 v0.9.1 |
| 3078 | 2026-05-27T00:16:14.984Z | Compiling ciborium v0.2.2 |
| 3079 | 2026-05-27T00:16:15.002Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3080 | 2026-05-27T00:16:15.018Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3081 | 2026-05-27T00:16:15.021Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3082 | 2026-05-27T00:16:15.052Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3083 | 2026-05-27T00:16:15.055Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-05-27T00:16:15.055Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-05-27T00:16:15.101Z | Compiling serde_yaml v0.9.34+deprecated |
| 3086 | 2026-05-27T00:16:15.187Z | Compiling derive_more v0.99.20 |
| 3087 | 2026-05-27T00:16:15.204Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3088 | 2026-05-27T00:16:15.314Z | Compiling byte-wrapper v0.1.0 |
| 3089 | 2026-05-27T00:16:15.377Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3090 | 2026-05-27T00:16:15.416Z | Compiling password-hash v0.5.0 |
| 3091 | 2026-05-27T00:16:15.496Z | Compiling blake2 v0.10.6 |
| 3092 | 2026-05-27T00:16:15.580Z | Compiling chacha20poly1305 v0.10.1 |
| 3093 | 2026-05-27T00:16:15.615Z | Compiling indent_write v2.2.0 |
| 3094 | 2026-05-27T00:16:15.634Z | Compiling heapless v0.8.0 |
| 3095 | 2026-05-27T00:16:15.673Z | Compiling ingot-macros v0.1.1 |
| 3096 | 2026-05-27T00:16:15.760Z | Compiling argon2 v0.5.3 |
| 3097 | 2026-05-27T00:16:15.781Z | Compiling tabwriter v1.4.1 |
| 3098 | 2026-05-27T00:16:15.856Z | Compiling tokio-rustls v0.25.0 |
| 3099 | 2026-05-27T00:16:16.035Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3100 | 2026-05-27T00:16:16.110Z | Compiling hash32 v0.3.1 |
| 3101 | 2026-05-27T00:16:16.144Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-05-27T00:16:16.301Z | Compiling typify-impl v0.6.2 |
| 3103 | 2026-05-27T00:16:16.316Z | Compiling thiserror-no-std v2.0.2 |
| 3104 | 2026-05-27T00:16:16.430Z | Compiling vsss-rs v3.3.4 |
| 3105 | 2026-05-27T00:16:16.447Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3106 | 2026-05-27T00:16:16.584Z | Compiling smoltcp v0.11.0 |
| 3107 | 2026-05-27T00:16:16.716Z | Compiling proc-macro-crate v3.4.0 |
| 3108 | 2026-05-27T00:16:16.803Z | Compiling test-strategy v0.4.5 |
| 3109 | 2026-05-27T00:16:16.858Z | Compiling parse-display v0.10.0 |
| 3110 | 2026-05-27T00:16:16.982Z | Compiling num-rational v0.4.2 |
| 3111 | 2026-05-27T00:16:17.021Z | Compiling cobs v0.3.0 |
| 3112 | 2026-05-27T00:16:17.200Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3113 | 2026-05-27T00:16:17.217Z | Compiling num-complex v0.4.6 |
| 3114 | 2026-05-27T00:16:17.241Z | Compiling colored v3.1.1 |
| 3115 | 2026-05-27T00:16:17.313Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-05-27T00:16:17.332Z | Compiling num_enum_derive v0.7.5 |
| 3117 | 2026-05-27T00:16:17.416Z | Compiling postcard v1.1.3 |
| 3118 | 2026-05-27T00:16:17.545Z | Compiling proc-macro-error v1.0.4 |
| 3119 | 2026-05-27T00:16:17.598Z | Compiling num v0.4.3 |
| 3120 | 2026-05-27T00:16:17.615Z | Compiling proc-macro-crate v1.3.1 |
| 3121 | 2026-05-27T00:16:17.631Z | Compiling atomicwrites v0.4.4 |
| 3122 | 2026-05-27T00:16:17.634Z | Compiling foreign-types-macros v0.2.3 |
| 3123 | 2026-05-27T00:16:17.697Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3124 | 2026-05-27T00:16:17.795Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3125 | 2026-05-27T00:16:17.857Z | Compiling foreign-types-shared v0.3.1 |
| 3126 | 2026-05-27T00:16:17.874Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3127 | 2026-05-27T00:16:17.893Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3128 | 2026-05-27T00:16:17.968Z | Compiling cpufeatures v0.3.0 |
| 3129 | 2026-05-27T00:16:17.985Z | Compiling float-ord v0.3.2 |
| 3130 | 2026-05-27T00:16:17.988Z | Compiling rayon-core v1.13.0 |
| 3131 | 2026-05-27T00:16:18.064Z | Compiling num_enum_derive v0.5.11 |
| 3132 | 2026-05-27T00:16:18.083Z | Compiling chacha20 v0.10.0 |
| 3133 | 2026-05-27T00:16:18.099Z | Compiling crossbeam-deque v0.8.6 |
| 3134 | 2026-05-27T00:16:18.134Z | Compiling camino-tempfile v1.4.1 |
| 3135 | 2026-05-27T00:16:18.153Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3136 | 2026-05-27T00:16:18.243Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3137 | 2026-05-27T00:16:18.260Z | Compiling cstr-argument v0.1.2 |
| 3138 | 2026-05-27T00:16:18.296Z | Compiling foreign-types v0.5.0 |
| 3139 | 2026-05-27T00:16:18.339Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3140 | 2026-05-27T00:16:18.396Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3141 | 2026-05-27T00:16:18.399Z | Compiling rand v0.10.0 |
| 3142 | 2026-05-27T00:16:18.451Z | Compiling toml v0.8.23 |
| 3143 | 2026-05-27T00:16:18.454Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3144 | 2026-05-27T00:16:18.485Z | Compiling num_enum v0.7.5 |
| 3145 | 2026-05-27T00:16:18.583Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3146 | 2026-05-27T00:16:18.637Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3147 | 2026-05-27T00:16:18.654Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3148 | 2026-05-27T00:16:18.672Z | Compiling ingot-types v0.1.2 |
| 3149 | 2026-05-27T00:16:18.687Z | Compiling zone_cfg_derive v0.3.1 |
| 3150 | 2026-05-27T00:16:18.740Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3151 | 2026-05-27T00:16:18.804Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3152 | 2026-05-27T00:16:18.884Z | Compiling rayon v1.11.0 |
| 3153 | 2026-05-27T00:16:18.899Z | Compiling itertools v0.12.1 |
| 3154 | 2026-05-27T00:16:18.946Z | Compiling num-derive v0.4.2 |
| 3155 | 2026-05-27T00:16:19.019Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3156 | 2026-05-27T00:16:19.036Z | Compiling ingot v0.1.1 |
| 3157 | 2026-05-27T00:16:19.111Z | Compiling sigpipe v0.1.3 |
| 3158 | 2026-05-27T00:16:19.124Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3159 | 2026-05-27T00:16:19.140Z | Compiling glob v0.3.3 |
| 3160 | 2026-05-27T00:16:19.180Z | Compiling num_enum v0.5.11 |
| 3161 | 2026-05-27T00:16:19.207Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3162 | 2026-05-27T00:16:19.230Z | Compiling smf v0.2.3 |
| 3163 | 2026-05-27T00:16:19.325Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3164 | 2026-05-27T00:16:19.367Z | Compiling whoami v1.6.1 |
| 3165 | 2026-05-27T00:16:19.383Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-05-27T00:16:19.397Z | Compiling usdt-macro v0.5.0 |
| 3167 | 2026-05-27T00:16:19.473Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-05-27T00:16:19.618Z | Compiling usdt-attr-macro v0.5.0 |
| 3169 | 2026-05-27T00:16:19.676Z | Compiling memmap v0.7.0 |
| 3170 | 2026-05-27T00:16:19.692Z | Compiling derive-where v1.6.0 |
| 3171 | 2026-05-27T00:16:19.781Z | Compiling progenitor-client v0.13.0 |
| 3172 | 2026-05-27T00:16:19.850Z | Compiling resolv-conf v0.7.6 |
| 3173 | 2026-05-27T00:16:19.894Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3174 | 2026-05-27T00:16:19.912Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3175 | 2026-05-27T00:16:20.054Z | Compiling zone v0.3.1 |
| 3176 | 2026-05-27T00:16:20.120Z | Compiling cancel-safe-futures v0.1.5 |
| 3177 | 2026-05-27T00:16:20.147Z | Compiling owo-colors v4.3.0 |
| 3178 | 2026-05-27T00:16:20.186Z | Compiling libsw-core v0.3.2 |
| 3179 | 2026-05-27T00:16:20.225Z | Compiling console v0.15.11 |
| 3180 | 2026-05-27T00:16:20.317Z | Compiling hickory-proto v0.24.4 |
| 3181 | 2026-05-27T00:16:20.402Z | Compiling libsw v3.5.0 |
| 3182 | 2026-05-27T00:16:20.464Z | Compiling usdt v0.5.0 |
| 3183 | 2026-05-27T00:16:20.510Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-05-27T00:16:20.633Z | Compiling newline-converter v0.3.0 |
| 3185 | 2026-05-27T00:16:20.685Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-05-27T00:16:20.716Z | Compiling linked-hash-map v0.5.6 |
| 3187 | 2026-05-27T00:16:20.768Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3188 | 2026-05-27T00:16:20.783Z | Compiling linear-map v1.2.0 |
| 3189 | 2026-05-27T00:16:20.783Z | Compiling expectorate v1.2.0 |
| 3190 | 2026-05-27T00:16:20.847Z | Compiling git-stub v1.0.0 |
| 3191 | 2026-05-27T00:16:20.864Z | Compiling bitfield-struct v0.6.2 |
| 3192 | 2026-05-27T00:16:20.926Z | Compiling lru-cache v0.1.2 |
| 3193 | 2026-05-27T00:16:20.942Z | Compiling semver v0.1.20 |
| 3194 | 2026-05-27T00:16:20.992Z | Compiling typify-macro v0.6.2 |
| 3195 | 2026-05-27T00:16:21.010Z | Compiling tokio-dtrace v0.1.1 |
| 3196 | 2026-05-27T00:16:21.025Z | Compiling git-stub-vcs v0.1.0 |
| 3197 | 2026-05-27T00:16:21.075Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3198 | 2026-05-27T00:16:21.078Z | Compiling slog-dtrace v0.3.0 |
| 3199 | 2026-05-27T00:16:21.139Z | Compiling rustc_version v0.1.7 |
| 3200 | 2026-05-27T00:16:21.156Z | Compiling minimal-lexical v0.2.1 |
| 3201 | 2026-05-27T00:16:21.209Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-05-27T00:16:21.253Z | Compiling oxide-tokio-rt v0.1.4 |
| 3203 | 2026-05-27T00:16:21.310Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-05-27T00:16:21.329Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3205 | 2026-05-27T00:16:21.400Z | Compiling newtype_derive v0.1.6 |
| 3206 | 2026-05-27T00:16:21.416Z | Compiling nom v7.1.3 |
| 3207 | 2026-05-27T00:16:21.437Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-05-27T00:16:21.440Z | Compiling typify-impl v0.4.3 |
| 3209 | 2026-05-27T00:16:21.472Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3210 | 2026-05-27T00:16:21.475Z | Compiling phf_shared v0.12.1 |
| 3211 | 2026-05-27T00:16:21.560Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-27T00:16:21.560Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3213 | 2026-05-27T00:16:21.594Z | Compiling csv-core v0.1.13 |
| 3214 | 2026-05-27T00:16:21.657Z | Compiling chrono-tz v0.10.4 |
| 3215 | 2026-05-27T00:16:21.677Z | Compiling highway v1.3.0 |
| 3216 | 2026-05-27T00:16:21.905Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2026-05-27T00:16:21.933Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-05-27T00:16:21.950Z | Compiling const_format_proc_macros v0.2.34 |
| 3219 | 2026-05-27T00:16:21.990Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3220 | 2026-05-27T00:16:22.033Z | Compiling csv v1.4.0 |
| 3221 | 2026-05-27T00:16:22.137Z | Compiling phf v0.12.1 |
| 3222 | 2026-05-27T00:16:22.172Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3223 | 2026-05-27T00:16:22.313Z | Compiling primeorder v0.13.6 |
| 3224 | 2026-05-27T00:16:22.356Z | Compiling xshell v0.2.7 |
| 3225 | 2026-05-27T00:16:22.506Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-05-27T00:16:22.603Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3227 | 2026-05-27T00:16:22.728Z | Compiling tabled_derive v0.7.0 |
| 3228 | 2026-05-27T00:16:22.793Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3229 | 2026-05-27T00:16:22.831Z | Compiling const_format v0.2.35 |
| 3230 | 2026-05-27T00:16:22.861Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3231 | 2026-05-27T00:16:22.904Z | Compiling bcs v0.1.6 |
| 3232 | 2026-05-27T00:16:22.907Z | Compiling typify v0.6.2 |
| 3233 | 2026-05-27T00:16:23.064Z | Compiling progenitor-impl v0.14.0 |
| 3234 | 2026-05-27T00:16:23.081Z | Compiling progenitor-impl v0.13.0 |
| 3235 | 2026-05-27T00:16:23.180Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3236 | 2026-05-27T00:16:23.257Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3237 | 2026-05-27T00:16:23.387Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3238 | 2026-05-27T00:16:23.416Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-05-27T00:16:23.452Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-05-27T00:16:23.637Z | Compiling qorb v0.4.1 |
| 3241 | 2026-05-27T00:16:23.673Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3242 | 2026-05-27T00:16:23.749Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3243 | 2026-05-27T00:16:23.790Z | Compiling termtree v0.5.1 |
| 3244 | 2026-05-27T00:16:23.980Z | Compiling tagptr v0.2.0 |
| 3245 | 2026-05-27T00:16:24.038Z | Compiling salty v0.3.0 |
| 3246 | 2026-05-27T00:16:24.168Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3247 | 2026-05-27T00:16:24.190Z | Compiling textwrap v0.16.2 |
| 3248 | 2026-05-27T00:16:24.258Z | Compiling moka v0.12.13 |
| 3249 | 2026-05-27T00:16:24.328Z | Compiling tabled v0.15.0 |
| 3250 | 2026-05-27T00:16:24.407Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3251 | 2026-05-27T00:16:24.652Z | Compiling steno v0.4.1 |
| 3252 | 2026-05-27T00:16:24.694Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3253 | 2026-05-27T00:16:24.787Z | Compiling radium v0.7.0 |
| 3254 | 2026-05-27T00:16:24.864Z | Compiling base64 v0.21.7 |
| 3255 | 2026-05-27T00:16:24.969Z | Compiling hickory-resolver v0.25.2 |
| 3256 | 2026-05-27T00:16:25.115Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3257 | 2026-05-27T00:16:25.219Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3258 | 2026-05-27T00:16:25.239Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3259 | 2026-05-27T00:16:25.493Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3260 | 2026-05-27T00:16:25.512Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3261 | 2026-05-27T00:16:25.534Z | Compiling p384 v0.13.1 |
| 3262 | 2026-05-27T00:16:25.724Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3263 | 2026-05-27T00:16:25.748Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3264 | 2026-05-27T00:16:25.819Z | Compiling progenitor-macro v0.13.0 |
| 3265 | 2026-05-27T00:16:25.836Z | Compiling progenitor-macro v0.14.0 |
| 3266 | 2026-05-27T00:16:25.963Z | Compiling maybe-uninit v2.0.0 |
| 3267 | 2026-05-27T00:16:26.119Z | Compiling typify-macro v0.4.3 |
| 3268 | 2026-05-27T00:16:26.146Z | Compiling tap v1.0.1 |
| 3269 | 2026-05-27T00:16:26.245Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3270 | 2026-05-27T00:16:26.296Z | Compiling wyz v0.5.1 |
| 3271 | 2026-05-27T00:16:26.351Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3272 | 2026-05-27T00:16:26.521Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-05-27T00:16:26.572Z | Compiling packed_struct v0.10.1 |
| 3274 | 2026-05-27T00:16:26.719Z | Compiling utf-8 v0.7.6 |
| 3275 | 2026-05-27T00:16:26.748Z | Compiling funty v2.0.0 |
| 3276 | 2026-05-27T00:16:26.882Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3277 | 2026-05-27T00:16:26.938Z | Compiling parking_lot_core v0.8.6 |
| 3278 | 2026-05-27T00:16:26.964Z | Compiling proc-macro-error2 v2.0.1 |
| 3279 | 2026-05-27T00:16:26.987Z | Compiling tungstenite v0.21.0 |
| 3280 | 2026-05-27T00:16:27.096Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3281 | 2026-05-27T00:16:27.156Z | Compiling bitvec v1.0.1 |
| 3282 | 2026-05-27T00:16:27.195Z | Compiling polyval v0.6.2 |
| 3283 | 2026-05-27T00:16:27.239Z | Compiling packed_struct_codegen v0.10.1 |
| 3284 | 2026-05-27T00:16:27.259Z | Compiling num-derive v0.3.3 |
| 3285 | 2026-05-27T00:16:27.305Z | Compiling bitfield-macros v0.19.4 |
| 3286 | 2026-05-27T00:16:27.321Z | Compiling zerocopy-derive v0.6.6 |
| 3287 | 2026-05-27T00:16:27.439Z | Compiling indexmap v1.9.3 |
| 3288 | 2026-05-27T00:16:27.458Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3289 | 2026-05-27T00:16:27.628Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-05-27T00:16:27.674Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-05-27T00:16:27.689Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-05-27T00:16:27.800Z | Compiling crc v3.4.0 |
| 3293 | 2026-05-27T00:16:27.816Z | Compiling array-init v0.0.4 |
| 3294 | 2026-05-27T00:16:27.922Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3295 | 2026-05-27T00:16:27.938Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-05-27T00:16:27.975Z | Compiling typify v0.4.3 |
| 3297 | 2026-05-27T00:16:28.048Z | Compiling ghash v0.5.1 |
| 3298 | 2026-05-27T00:16:28.079Z | Compiling bitfield v0.19.4 |
| 3299 | 2026-05-27T00:16:28.117Z | Compiling progenitor-impl v0.11.2 |
| 3300 | 2026-05-27T00:16:28.199Z | Compiling tabled_derive v0.11.0 |
| 3301 | 2026-05-27T00:16:28.236Z | Compiling libscf-sys v1.1.0 |
| 3302 | 2026-05-27T00:16:28.254Z | Compiling zerocopy v0.6.6 |
| 3303 | 2026-05-27T00:16:28.297Z | Compiling smallvec v0.6.14 |
| 3304 | 2026-05-27T00:16:28.413Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3305 | 2026-05-27T00:16:28.427Z | Compiling papergrid v0.17.0 |
| 3306 | 2026-05-27T00:16:28.537Z | Compiling testing_table v0.3.0 |
| 3307 | 2026-05-27T00:16:28.555Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3308 | 2026-05-27T00:16:28.629Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-05-27T00:16:28.662Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3310 | 2026-05-27T00:16:28.734Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3311 | 2026-05-27T00:16:28.824Z | Compiling ctr v0.9.2 |
| 3312 | 2026-05-27T00:16:28.986Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-05-27T00:16:29.006Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3314 | 2026-05-27T00:16:29.009Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3315 | 2026-05-27T00:16:29.047Z | Compiling hashbrown v0.12.3 |
| 3316 | 2026-05-27T00:16:29.126Z | Compiling corncobs v0.1.4 |
| 3317 | 2026-05-27T00:16:29.228Z | Compiling unicase v2.9.0 |
| 3318 | 2026-05-27T00:16:29.317Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-27T00:16:29.334Z | Compiling aes-gcm v0.10.3 |
| 3320 | 2026-05-27T00:16:29.377Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-05-27T00:16:29.441Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3322 | 2026-05-27T00:16:29.460Z | Compiling tabled v0.20.0 |
| 3323 | 2026-05-27T00:16:29.477Z | Compiling mime_guess v2.0.5 |
| 3324 | 2026-05-27T00:16:29.565Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3325 | 2026-05-27T00:16:29.684Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3326 | 2026-05-27T00:16:29.750Z | Compiling serde-hex v0.1.0 |
| 3327 | 2026-05-27T00:16:29.955Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3328 | 2026-05-27T00:16:30.016Z | Compiling parking_lot v0.11.2 |
| 3329 | 2026-05-27T00:16:30.033Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3330 | 2026-05-27T00:16:30.086Z | Compiling progenitor-impl v0.10.0 |
| 3331 | 2026-05-27T00:16:30.429Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3332 | 2026-05-27T00:16:30.445Z | Compiling ron v0.8.1 |
| 3333 | 2026-05-27T00:16:30.448Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3334 | 2026-05-27T00:16:30.478Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-05-27T00:16:30.562Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3336 | 2026-05-27T00:16:30.897Z | Compiling progenitor-macro v0.11.2 |
| 3337 | 2026-05-27T00:16:30.965Z | Compiling progenitor-client v0.11.2 |
| 3338 | 2026-05-27T00:16:31.008Z | Compiling ssh-encoding v0.2.0 |
| 3339 | 2026-05-27T00:16:31.027Z | Compiling progenitor v0.13.0 |
| 3340 | 2026-05-27T00:16:31.090Z | Compiling progenitor v0.14.0 |
| 3341 | 2026-05-27T00:16:31.124Z | Compiling blowfish v0.9.1 |
| 3342 | 2026-05-27T00:16:31.201Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3343 | 2026-05-27T00:16:31.272Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3344 | 2026-05-27T00:16:31.310Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3345 | 2026-05-27T00:16:31.328Z | Compiling prefix-trie v0.7.0 |
| 3346 | 2026-05-27T00:16:31.397Z | Compiling fxhash v0.2.1 |
| 3347 | 2026-05-27T00:16:31.435Z | Compiling secrecy v0.8.0 |
| 3348 | 2026-05-27T00:16:31.552Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-05-27T00:16:31.568Z | Compiling crc-any v2.5.0 |
| 3350 | 2026-05-27T00:16:31.757Z | Compiling hickory-server v0.25.2 |
| 3351 | 2026-05-27T00:16:31.810Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3352 | 2026-05-27T00:16:31.830Z | Compiling sled v0.34.7 |
| 3353 | 2026-05-27T00:16:31.925Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3354 | 2026-05-27T00:16:31.980Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3355 | 2026-05-27T00:16:32.145Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3356 | 2026-05-27T00:16:32.272Z | Compiling ssh-cipher v0.2.0 |
| 3357 | 2026-05-27T00:16:32.290Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3358 | 2026-05-27T00:16:32.569Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3359 | 2026-05-27T00:16:32.858Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3360 | 2026-05-27T00:16:32.877Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3361 | 2026-05-27T00:16:32.910Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3362 | 2026-05-27T00:16:32.927Z | Compiling progenitor-macro v0.10.0 |
| 3363 | 2026-05-27T00:16:33.221Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3364 | 2026-05-27T00:16:33.750Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3365 | 2026-05-27T00:16:33.912Z | Compiling object v0.30.4 |
| 3366 | 2026-05-27T00:16:34.116Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3367 | 2026-05-27T00:16:34.140Z | Compiling password-hash v0.4.2 |
| 3368 | 2026-05-27T00:16:34.259Z | Compiling path-slash v0.1.5 |
| 3369 | 2026-05-27T00:16:34.431Z | Compiling http-range v0.1.5 |
| 3370 | 2026-05-27T00:16:34.545Z | Compiling crc8 v0.1.1 |
| 3371 | 2026-05-27T00:16:34.564Z | Compiling half v1.8.3 |
| 3372 | 2026-05-27T00:16:34.692Z | Compiling pbkdf2 v0.11.0 |
| 3373 | 2026-05-27T00:16:34.726Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3374 | 2026-05-27T00:16:34.874Z | Compiling serde_cbor v0.11.2 |
| 3375 | 2026-05-27T00:16:34.908Z | Compiling illumos-nvpair v0.3.0 |
| 3376 | 2026-05-27T00:16:35.197Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3377 | 2026-05-27T00:16:35.214Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3378 | 2026-05-27T00:16:35.274Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3379 | 2026-05-27T00:16:35.410Z | Compiling ssh-key v0.6.7 |
| 3380 | 2026-05-27T00:16:35.643Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3381 | 2026-05-27T00:16:35.750Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3382 | 2026-05-27T00:16:35.981Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3383 | 2026-05-27T00:16:36.009Z | Compiling progenitor v0.11.2 |
| 3384 | 2026-05-27T00:16:36.202Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3385 | 2026-05-27T00:16:36.239Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3386 | 2026-05-27T00:16:36.260Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3387 | 2026-05-27T00:16:36.290Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3388 | 2026-05-27T00:16:36.381Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3389 | 2026-05-27T00:16:36.488Z | Compiling p521 v0.13.3 |
| 3390 | 2026-05-27T00:16:36.669Z | Compiling p256 v0.13.2 |
| 3391 | 2026-05-27T00:16:36.862Z | Compiling yasna v0.5.2 |
| 3392 | 2026-05-27T00:16:36.887Z | Compiling kstat-rs v0.2.4 |
| 3393 | 2026-05-27T00:16:36.940Z | Compiling headers-core v0.3.0 |
| 3394 | 2026-05-27T00:16:37.077Z | Compiling nanorand v0.7.0 |
| 3395 | 2026-05-27T00:16:37.094Z | Compiling atty v0.2.14 |
| 3396 | 2026-05-27T00:16:37.119Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3397 | 2026-05-27T00:16:37.136Z | Compiling russh-cryptovec v0.7.3 |
| 3398 | 2026-05-27T00:16:37.169Z | Compiling home v0.5.12 |
| 3399 | 2026-05-27T00:16:37.210Z | Compiling md5 v0.7.0 |
| 3400 | 2026-05-27T00:16:37.234Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3401 | 2026-05-27T00:16:37.321Z | Compiling rcgen v0.12.1 |
| 3402 | 2026-05-27T00:16:37.342Z | Compiling flume v0.11.1 |
| 3403 | 2026-05-27T00:16:37.359Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3404 | 2026-05-27T00:16:37.394Z | Compiling russh-keys v0.45.0 |
| 3405 | 2026-05-27T00:16:37.522Z | Compiling headers v0.4.1 |
| 3406 | 2026-05-27T00:16:37.538Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3407 | 2026-05-27T00:16:37.583Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3408 | 2026-05-27T00:16:37.718Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3409 | 2026-05-27T00:16:37.926Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3410 | 2026-05-27T00:16:37.943Z | Compiling hyper-staticfile v0.10.1 |
| 3411 | 2026-05-27T00:16:37.977Z | Compiling progenitor v0.10.0 |
| 3412 | 2026-05-27T00:16:38.150Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3413 | 2026-05-27T00:16:38.167Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3414 | 2026-05-27T00:16:38.185Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3415 | 2026-05-27T00:16:38.244Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3416 | 2026-05-27T00:16:38.317Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3417 | 2026-05-27T00:16:38.492Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3418 | 2026-05-27T00:16:38.580Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3419 | 2026-05-27T00:16:38.598Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3420 | 2026-05-27T00:16:38.695Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3421 | 2026-05-27T00:16:38.799Z | Compiling num-bigint v0.4.6 |
| 3422 | 2026-05-27T00:16:38.824Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3423 | 2026-05-27T00:16:38.946Z | Compiling des v0.8.1 |
| 3424 | 2026-05-27T00:16:38.980Z | Compiling subprocess v0.2.15 |
| 3425 | 2026-05-27T00:16:39.008Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3426 | 2026-05-27T00:16:39.049Z | Compiling hex-literal v0.4.1 |
| 3427 | 2026-05-27T00:16:39.066Z | Compiling display-error-chain v0.2.2 |
| 3428 | 2026-05-27T00:16:39.112Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3429 | 2026-05-27T00:16:39.168Z | Compiling colored v2.2.0 |
| 3430 | 2026-05-27T00:16:39.192Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3431 | 2026-05-27T00:16:39.243Z | Compiling socket2 v0.5.10 |
| 3432 | 2026-05-27T00:16:39.403Z | Compiling internet-checksum v0.2.1 |
| 3433 | 2026-05-27T00:16:39.462Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-05-27T00:16:39.951Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3435 | 2026-05-27T00:16:39.985Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3436 | 2026-05-27T00:16:40.010Z | Compiling russh v0.45.0 |
| 3437 | 2026-05-27T00:16:42.545Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3438 | 2026-05-27T00:16:42.584Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3439 | 2026-05-27T00:16:43.255Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3440 | 2026-05-27T00:16:43.718Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3441 | 2026-05-27T00:16:45.389Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3442 | 2026-05-27T00:16:53.422Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3443 | 2026-05-27T00:16:53.423Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3444 | 2026-05-27T00:16:53.426Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3445 | 2026-05-27T00:16:53.426Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3446 | 2026-05-27T00:16:55.195Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3447 | 2026-05-27T00:16:55.282Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3448 | 2026-05-27T00:16:59.323Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3449 | 2026-05-27T00:17:38.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3450 | 2026-05-27T00:17:38.992Z | |
| 3451 | 2026-05-27T00:17:38.992Z | real 1:26.631989864 |
| 3452 | 2026-05-27T00:17:38.992Z | user 8:15.674487701 |
| 3453 | 2026-05-27T00:17:38.992Z | sys 1:40.900089039 |
| 3454 | 2026-05-27T00:17:38.992Z | trap 0.254444308 |
| 3455 | 2026-05-27T00:17:38.992Z | tflt 0.608529488 |
| 3456 | 2026-05-27T00:17:38.992Z | dflt 1.620234306 |
| 3457 | 2026-05-27T00:17:39.028Z | kflt 0.000440850 |
| 3458 | 2026-05-27T00:17:39.028Z | lock 29:35.571114651 |
| 3459 | 2026-05-27T00:17:39.028Z | slp 19:19.924004526 |
| 3460 | 2026-05-27T00:17:39.028Z | lat 39.390031348 |
| 3461 | 2026-05-27T00:17:39.029Z | stop 2:42.739805397 |
| 3462 | 2026-05-27T00:17:39.029Z | + mkdir tests |
| 3463 | 2026-05-27T00:17:39.030Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3464 | 2026-05-27T00:17:39.030Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3465 | 2026-05-27T00:17:39.162Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2046a8f0e65e13f9 tests/ |
| 3466 | 2026-05-27T00:17:39.305Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1a7016e787ab1b94 tests/ |
| 3467 | 2026-05-27T00:17:39.306Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-70319726260f690f tests/ |
| 3468 | 2026-05-27T00:17:39.306Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7267acb222b06bda tests/ |
| 3469 | 2026-05-27T00:17:39.610Z | + 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) |
| 3470 | 2026-05-27T00:17:39.610Z | + 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-1a7016e787ab1b94 tests/commtest-70319726260f690f tests/dhcp_server-2046a8f0e65e13f9 tests/end_to_end_tests-7267acb222b06bda 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 |
| 3471 | 2026-05-27T00:18:59.010Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3472 | 2026-05-27T00:18:59.010Z | a .github/buildomat/ci-env.sh 1K |
| 3473 | 2026-05-27T00:18:59.010Z | a out/target/test 1K |
| 3474 | 2026-05-27T00:18:59.010Z | a out/npuzone/npuzone 27402K |
| 3475 | 2026-05-27T00:18:59.010Z | a package-manifest.toml 35K |
| 3476 | 2026-05-27T00:18:59.010Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3477 | 2026-05-27T00:18:59.010Z | a target/release/omicron-package 46004K |
| 3478 | 2026-05-27T00:18:59.010Z | a target/release/xtask 11449K |
| 3479 | 2026-05-27T00:18:59.010Z | a target/debug/bootstrap 352722K |
| 3480 | 2026-05-27T00:18:59.010Z | a tests/bootstrap-1a7016e787ab1b94 31215K |
| 3481 | 2026-05-27T00:18:59.010Z | a tests/commtest-70319726260f690f 32300K |
| 3482 | 2026-05-27T00:18:59.010Z | a tests/dhcp_server-2046a8f0e65e13f9 31215K |
| 3483 | 2026-05-27T00:18:59.010Z | a tests/end_to_end_tests-7267acb222b06bda 394506K |
| 3484 | 2026-05-27T00:18:59.011Z | a tools/opte_version 1K |
| 3485 | 2026-05-27T00:18:59.011Z | a tools/opte_version_override 2K |
| 3486 | 2026-05-27T00:18:59.011Z | a out/clickhouse.tar.gz 319711K |
| 3487 | 2026-05-27T00:18:59.011Z | a out/clickhouse_keeper.tar.gz 305052K |
| 3488 | 2026-05-27T00:18:59.011Z | a out/clickhouse_server.tar.gz 319708K |
| 3489 | 2026-05-27T00:18:59.011Z | a out/cockroachdb.tar.gz 165206K |
| 3490 | 2026-05-27T00:18:59.011Z | a out/crucible-pantry-zone.tar.gz 44216K |
| 3491 | 2026-05-27T00:18:59.011Z | a out/crucible-utils.tar 17744K |
| 3492 | 2026-05-27T00:18:59.011Z | a out/crucible-zone.tar.gz 58354K |
| 3493 | 2026-05-27T00:18:59.011Z | a out/external-dns.tar.gz 50384K |
| 3494 | 2026-05-27T00:18:59.012Z | a out/internal-dns.tar.gz 50384K |
| 3495 | 2026-05-27T00:18:59.012Z | a out/mg-ddm-gz.tar 95141K |
| 3496 | 2026-05-27T00:18:59.012Z | a out/nexus.tar.gz 223337K |
| 3497 | 2026-05-27T00:18:59.012Z | a out/ntp.tar.gz 32191K |
| 3498 | 2026-05-27T00:18:59.012Z | a out/omicron-gateway-softnpu.tar.gz 29850K |
| 3499 | 2026-05-27T00:18:59.012Z | a out/omicron-sled-agent.tar 201863K |
| 3500 | 2026-05-27T00:18:59.012Z | a out/overlay.tar.gz 3K |
| 3501 | 2026-05-27T00:18:59.012Z | a out/oximeter.tar.gz 67441K |
| 3502 | 2026-05-27T00:18:59.012Z | a out/oxlog.tar 3782K |
| 3503 | 2026-05-27T00:18:59.012Z | a out/probe.tar.gz 3037K |
| 3504 | 2026-05-27T00:18:59.012Z | a out/propolis-server.tar.gz 38727K |
| 3505 | 2026-05-27T00:18:59.012Z | a out/pumpkind-gz.tar 26647K |
| 3506 | 2026-05-27T00:18:59.012Z | a out/switch-softnpu.tar.gz 397110K |
| 3507 | 2026-05-27T00:18:59.015Z | |
| 3508 | 2026-05-27T00:18:59.015Z | real 1:19.472785935 |
| 3509 | 2026-05-27T00:18:59.015Z | user 1:16.866244777 |
| 3510 | 2026-05-27T00:18:59.015Z | sys 4.353678769 |
| 3511 | 2026-05-27T00:18:59.015Z | trap 0.006856195 |
| 3512 | 2026-05-27T00:18:59.015Z | tflt 0.000000000 |
| 3513 | 2026-05-27T00:18:59.015Z | dflt 0.000000000 |
| 3514 | 2026-05-27T00:18:59.015Z | kflt 0.000000000 |
| 3515 | 2026-05-27T00:18:59.016Z | lock 0.000000000 |
| 3516 | 2026-05-27T00:18:59.016Z | slp 1:16.735644326 |
| 3517 | 2026-05-27T00:18:59.016Z | lat 0.978257573 |
| 3518 | 2026-05-27T00:18:59.016Z | stop 0.000452801 |
| 3519 | 2026-05-27T00:18:59.016Z | process exited: duration 942937 ms, exit code 0 |
| |
| 3520 | 2026-05-27T00:18:59.031Z | found 1 output files |
| 3521 | 2026-05-27T00:18:59.031Z | uploading: /work/package.tar.gz (2450317089 bytes) |
| 3522 | 2026-05-27T00:19:28.506Z | uploaded: /work/package.tar.gz |