|
|
|
| 1 | 2026-05-29T18:21:48.718Z | job assigned to worker 01KSTFFWZ4YYTYVDJJE4JNP3BT [factory aws, i-02d0bf7ead804676c] (queued for 45 s) |
| |
| 2 | 2026-05-29T18:21:56.331Z | starting task 0: "setup" |
| 3 | 2026-05-29T18:21:56.336Z | ++ uname -s |
| 4 | 2026-05-29T18:21:56.339Z | + kern=SunOS |
| 5 | 2026-05-29T18:21:56.339Z | + build_user=build |
| 6 | 2026-05-29T18:21:56.339Z | + build_uid=12345 |
| 7 | 2026-05-29T18:21:56.339Z | + work_dir=/work |
| 8 | 2026-05-29T18:21:56.339Z | + input_dir=/input |
| 9 | 2026-05-29T18:21:56.339Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T18:21:56.339Z | + case "$kern" in |
| 11 | 2026-05-29T18:21:56.339Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T18:21:56.348Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T18:21:58.356Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T18:21:58.482Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T18:21:58.486Z | + home_fs=zfs |
| 16 | 2026-05-29T18:21:58.486Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T18:21:58.486Z | + mkdir -p /home/build |
| 18 | 2026-05-29T18:21:58.489Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T18:22:00.488Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T18:22:00.492Z | process exited: duration 4164 ms, exit code 0 |
| |
| 21 | 2026-05-29T18:22:00.497Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T18:22:00.504Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-29T18:22:00.504Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-29T18:22:00.504Z | * rust toolchain profile = "default" |
| 25 | 2026-05-29T18:22:00.504Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-29T18:22:00.504Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T18:22:00.504Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T18:22:00.507Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T18:22:00.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-29T18:22:00.621Z | info: downloading installer |
| 31 | 2026-05-29T18:22:01.996Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T18:22:01.996Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T18:22:01.996Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T18:22:01.996Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T18:22:02.009Z | info: profile set to default |
| 36 | 2026-05-29T18:22:02.009Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T18:22:02.041Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T18:22:02.141Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-29T18:22:02.144Z | info: downloading 6 components |
| 40 | 2026-05-29T18:22:16.107Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T18:22:16.108Z | |
| 42 | 2026-05-29T18:22:16.137Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-29T18:22:16.137Z | |
| 44 | 2026-05-29T18:22:16.137Z | |
| 45 | 2026-05-29T18:22:16.137Z | Rust is installed now. Great! |
| 46 | 2026-05-29T18:22:16.137Z | |
| 47 | 2026-05-29T18:22:16.137Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T18:22:16.137Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T18:22:16.137Z | |
| 50 | 2026-05-29T18:22:16.137Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T18:22:16.137Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T18:22:16.137Z | |
| 53 | 2026-05-29T18:22:16.137Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T18:22:16.140Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T18:22:16.140Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T18:22:16.140Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T18:22:16.140Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T18:22:16.140Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T18:22:16.140Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T18:22:16.140Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T18:22:16.140Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T18:22:16.236Z | + rustup --version |
| 63 | 2026-05-29T18:22:16.242Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T18:22:16.245Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T18:22:16.262Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-29T18:22:16.265Z | + cargo --version |
| 67 | 2026-05-29T18:22:16.274Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-29T18:22:16.277Z | + rustc --version |
| 69 | 2026-05-29T18:22:16.298Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-29T18:22:16.301Z | process exited: duration 15803 ms, exit code 0 |
| |
| 71 | 2026-05-29T18:22:16.307Z | starting task 2: "authentication" |
| 72 | 2026-05-29T18:22:16.327Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-05-29T18:22:16.333Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T18:22:16.340Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-29T18:22:16.343Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-29T18:22:16.393Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-29T18:22:26.722Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-29T18:22:26.723Z | + git fetch origin 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 79 | 2026-05-29T18:22:27.041Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-29T18:22:27.041Z | * branch 16a33e3e72f802c9d18798d7ec0ac29037552f5a -> FETCH_HEAD |
| 81 | 2026-05-29T18:22:27.056Z | + [[ -n ixi/bump-propolis ]] |
| 82 | 2026-05-29T18:22:27.059Z | ++ git branch --show-current |
| 83 | 2026-05-29T18:22:27.059Z | + current=main |
| 84 | 2026-05-29T18:22:27.059Z | + [[ main != ixi/bump-propolis ]] |
| 85 | 2026-05-29T18:22:27.059Z | + git branch -f ixi/bump-propolis 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 86 | 2026-05-29T18:22:27.063Z | + git checkout -f ixi/bump-propolis |
| 87 | 2026-05-29T18:22:27.235Z | Switched to branch 'ixi/bump-propolis' |
| 88 | 2026-05-29T18:22:27.238Z | + git reset --hard 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 89 | 2026-05-29T18:22:27.404Z | HEAD is now at 16a33e3e7 bump Propolis |
| 90 | 2026-05-29T18:22:27.407Z | process exited: duration 11072 ms, exit code 0 |
| |
| 91 | 2026-05-29T18:22:27.414Z | starting task 4: "build" |
| 92 | 2026-05-29T18:22:27.420Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-29T18:22:27.420Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-29T18:22:27.420Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-29T18:22:27.420Z | + cargo --version |
| 96 | 2026-05-29T18:22:27.430Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-29T18:22:27.432Z | + rustc --version |
| 98 | 2026-05-29T18:22:27.454Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-29T18:22:27.460Z | + WORK=/work |
| 100 | 2026-05-29T18:22:27.460Z | + pfexec mkdir -p /work |
| 101 | 2026-05-29T18:22:27.463Z | + pfexec chown build /work |
| 102 | 2026-05-29T18:22:27.463Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-29T18:22:29.394Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-29T18:22:29.483Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-29T18:22:29.779Z | Planning: Solver setup ... Done (0.250s) |
| 106 | 2026-05-29T18:22:29.799Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-29T18:22:29.805Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-29T18:22:29.817Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-29T18:22:29.837Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-29T18:22:29.853Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-29T18:22:29.856Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-29T18:22:30.039Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 113 | 2026-05-29T18:22:30.043Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-29T18:22:31.208Z | Planning: Evaluating mediators ... Done (1.168s) |
| 115 | 2026-05-29T18:22:31.212Z | Planning: Planning completed in 1.70 seconds |
| 116 | 2026-05-29T18:22:31.217Z | Packages to install: 2 |
| 117 | 2026-05-29T18:22:31.217Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-29T18:22:31.217Z | Estimated space to be consumed: 23.93 MB |
| 119 | 2026-05-29T18:22:31.220Z | Create boot environment: No |
| 120 | 2026-05-29T18:22:31.220Z | Create backup boot environment: No |
| 121 | 2026-05-29T18:22:31.220Z | Rebuild boot archive: No |
| 122 | 2026-05-29T18:22:31.220Z | |
| 123 | 2026-05-29T18:22:31.220Z | Changed packages: |
| 124 | 2026-05-29T18:22:31.220Z | helios |
| 125 | 2026-05-29T18:22:31.220Z | developer/build-essential |
| 126 | 2026-05-29T18:22:31.220Z | None -> 11-3.0 |
| 127 | 2026-05-29T18:22:31.220Z | library/libxmlsec1 |
| 128 | 2026-05-29T18:22:31.220Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-29T18:22:31.264Z | |
| 130 | 2026-05-29T18:22:31.264Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-29T18:22:31.951Z | Download: Completed 1.28 MB in 0.69 seconds (1.9M/s) |
| 132 | 2026-05-29T18:22:31.992Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-29T18:22:32.038Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-29T18:22:32.046Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-05-29T18:22:32.046Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-29T18:22:32.066Z | Finalize: Updating image state ... Done (0.021s) |
| 137 | 2026-05-29T18:22:34.634Z | Finalize: Creating fast lookup database ... Done (2.545s) |
| 138 | 2026-05-29T18:22:34.735Z | Finalize: Reading search index ... Done (0.039s) |
| 139 | 2026-05-29T18:22:34.739Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-29T18:22:34.788Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-29T18:22:35.090Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-29T18:22:35.192Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-29T18:22:35.195Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-29T18:22:35.350Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-29T18:22:35.353Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-29T18:22:35.373Z | Mediators to change: 2 |
| 147 | 2026-05-29T18:22:35.373Z | Create boot environment: No |
| 148 | 2026-05-29T18:22:35.373Z | Create backup boot environment: No |
| 149 | 2026-05-29T18:22:35.409Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-29T18:22:35.409Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-29T18:22:35.420Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-29T18:22:37.355Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-29T18:22:37.415Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-29T18:22:37.418Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-29T18:22:37.454Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-29T18:22:37.741Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-29T18:22:37.843Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-29T18:22:37.847Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-29T18:22:38.000Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-29T18:22:38.004Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-29T18:22:38.023Z | Mediators to change: 1 |
| 162 | 2026-05-29T18:22:38.023Z | Create boot environment: No |
| 163 | 2026-05-29T18:22:38.023Z | Create backup boot environment: No |
| 164 | 2026-05-29T18:22:38.061Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-29T18:22:38.062Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-29T18:22:38.074Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-29T18:22:40.003Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-29T18:22:40.065Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-29T18:22:40.068Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-29T18:22:40.104Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-29T18:22:40.416Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-29T18:22:40.416Z | apache system 2.4 system |
| 173 | 2026-05-29T18:22:40.416Z | clang system 15 system |
| 174 | 2026-05-29T18:22:40.416Z | csh system system illumos |
| 175 | 2026-05-29T18:22:40.416Z | ctags system system illumos |
| 176 | 2026-05-29T18:22:40.416Z | file vendor vendor darwinsys |
| 177 | 2026-05-29T18:22:40.416Z | file system system illumos |
| 178 | 2026-05-29T18:22:40.416Z | gcc vendor 14 vendor |
| 179 | 2026-05-29T18:22:40.416Z | gcc system 13 system |
| 180 | 2026-05-29T18:22:40.416Z | gcc system 10 system |
| 181 | 2026-05-29T18:22:40.416Z | go system 1.25 system |
| 182 | 2026-05-29T18:22:40.416Z | llvm system 15 system |
| 183 | 2026-05-29T18:22:40.416Z | mariadb system 11.4 system |
| 184 | 2026-05-29T18:22:40.416Z | mta vendor vendor dma |
| 185 | 2026-05-29T18:22:40.416Z | openjdk system 17 system |
| 186 | 2026-05-29T18:22:40.416Z | openjdk system 11 system |
| 187 | 2026-05-29T18:22:40.416Z | openssl vendor 3 vendor |
| 188 | 2026-05-29T18:22:40.417Z | perl system 5.40 system |
| 189 | 2026-05-29T18:22:40.417Z | postgresql system 18 system |
| 190 | 2026-05-29T18:22:40.417Z | postgresql system 17 system |
| 191 | 2026-05-29T18:22:40.417Z | python vendor 3 vendor |
| 192 | 2026-05-29T18:22:40.417Z | python system 2 system |
| 193 | 2026-05-29T18:22:40.417Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-29T18:22:40.417Z | ruby system 3.4 system |
| 195 | 2026-05-29T18:22:40.417Z | ruby system 3.0 system |
| 196 | 2026-05-29T18:22:40.417Z | words vendor vendor american-english |
| 197 | 2026-05-29T18:22:40.417Z | words system system australian-english |
| 198 | 2026-05-29T18:22:40.417Z | words system system british-english |
| 199 | 2026-05-29T18:22:40.417Z | words system system canadian-english |
| 200 | 2026-05-29T18:22:40.417Z | words system system french |
| 201 | 2026-05-29T18:22:40.417Z | words system system italian |
| 202 | 2026-05-29T18:22:40.417Z | words system system ngerman |
| 203 | 2026-05-29T18:22:40.417Z | words system system ogerman |
| 204 | 2026-05-29T18:22:40.417Z | words system system spanish |
| 205 | 2026-05-29T18:22:40.666Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-29T18:22:40.666Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-29T18:22:40.943Z | FMRI IFO |
| 208 | 2026-05-29T18:22:40.943Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-29T18:22:40.943Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-29T18:22:40.943Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-29T18:22:40.943Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-29T18:22:40.943Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-29T18:22:40.943Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-29T18:22:40.943Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-29T18:22:40.944Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-29T18:22:40.944Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-29T18:22:41.183Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-29T18:22:41.439Z | Updating crates.io index |
| 219 | 2026-05-29T18:22:41.472Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-29T18:22:42.194Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-29T18:22:42.641Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-29T18:22:43.280Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-29T18:22:44.170Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-29T18:22:44.698Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-29T18:22:46.217Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-29T18:22:47.123Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-29T18:22:47.421Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-29T18:22:48.682Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-29T18:22:49.163Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-29T18:22:49.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-29T18:22:49.894Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-29T18:22:50.805Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-29T18:22:51.301Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-29T18:22:51.733Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-29T18:22:52.095Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-29T18:22:52.472Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-29T18:22:52.831Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-29T18:22:53.056Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-29T18:22:53.294Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-29T18:22:53.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-29T18:22:53.944Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-29T18:22:54.397Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-29T18:22:54.668Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-29T18:22:55.101Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-29T18:22:55.353Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-29T18:22:55.671Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-29T18:22:56.600Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-29T18:22:57.275Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-29T18:22:57.695Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-29T18:22:58.016Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-29T18:22:58.350Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-29T18:22:58.677Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-29T18:22:59.081Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-29T18:22:59.616Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-29T18:22:59.874Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-29T18:23:00.138Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-29T18:23:00.409Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-29T18:23:00.773Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-29T18:23:12.351Z | Downloading crates ... |
| 260 | 2026-05-29T18:23:12.398Z | Downloaded cargo-platform v0.2.0 |
| 261 | 2026-05-29T18:23:12.404Z | Downloaded errno v0.3.14 |
| 262 | 2026-05-29T18:23:12.407Z | Downloaded camino-tempfile v1.4.1 |
| 263 | 2026-05-29T18:23:12.407Z | Downloaded anstream v0.6.21 |
| 264 | 2026-05-29T18:23:12.410Z | Downloaded heck v0.4.1 |
| 265 | 2026-05-29T18:23:12.413Z | Downloaded utf8_iter v1.0.4 |
| 266 | 2026-05-29T18:23:12.416Z | Downloaded fnv v1.0.7 |
| 267 | 2026-05-29T18:23:12.416Z | Downloaded stable_deref_trait v1.2.1 |
| 268 | 2026-05-29T18:23:12.416Z | Downloaded cfg-if v1.0.4 |
| 269 | 2026-05-29T18:23:12.416Z | Downloaded heck v0.5.0 |
| 270 | 2026-05-29T18:23:12.419Z | Downloaded macaddr v1.0.1 |
| 271 | 2026-05-29T18:23:12.419Z | Downloaded digest v0.10.7 |
| 272 | 2026-05-29T18:23:12.419Z | Downloaded dtrace-parser v0.2.0 |
| 273 | 2026-05-29T18:23:12.423Z | Downloaded itoa v1.0.17 |
| 274 | 2026-05-29T18:23:12.427Z | Downloaded zerofrom-derive v0.1.6 |
| 275 | 2026-05-29T18:23:12.430Z | Downloaded ordered-float v2.10.1 |
| 276 | 2026-05-29T18:23:12.430Z | Downloaded clap_lex v1.0.0 |
| 277 | 2026-05-29T18:23:12.430Z | Downloaded zmij v1.0.21 |
| 278 | 2026-05-29T18:23:12.434Z | Downloaded crypto-common v0.1.7 |
| 279 | 2026-05-29T18:23:12.434Z | Downloaded colorchoice v1.0.4 |
| 280 | 2026-05-29T18:23:12.437Z | Downloaded unicode-linebreak v0.1.5 |
| 281 | 2026-05-29T18:23:12.437Z | Downloaded is_terminal_polyfill v1.70.2 |
| 282 | 2026-05-29T18:23:12.440Z | Downloaded unicode-xid v0.2.6 |
| 283 | 2026-05-29T18:23:12.440Z | Downloaded memmap v0.7.0 |
| 284 | 2026-05-29T18:23:12.443Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-05-29T18:23:12.443Z | Downloaded typenum v1.19.0 |
| 286 | 2026-05-29T18:23:12.446Z | Downloaded thiserror v1.0.69 |
| 287 | 2026-05-29T18:23:12.448Z | Downloaded version_check v0.9.5 |
| 288 | 2026-05-29T18:23:12.448Z | Downloaded typeid v1.0.3 |
| 289 | 2026-05-29T18:23:12.448Z | Downloaded tabled_derive v0.7.0 |
| 290 | 2026-05-29T18:23:12.448Z | Downloaded percent-encoding v2.3.2 |
| 291 | 2026-05-29T18:23:12.448Z | Downloaded zerofrom v0.1.6 |
| 292 | 2026-05-29T18:23:12.451Z | Downloaded cpufeatures v0.2.17 |
| 293 | 2026-05-29T18:23:12.451Z | Downloaded synstructure v0.13.2 |
| 294 | 2026-05-29T18:23:12.452Z | Downloaded displaydoc v0.2.5 |
| 295 | 2026-05-29T18:23:12.455Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-05-29T18:23:12.455Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-05-29T18:23:12.455Z | Downloaded yoke-derive v0.8.1 |
| 298 | 2026-05-29T18:23:12.455Z | Downloaded thread-id v4.2.2 |
| 299 | 2026-05-29T18:23:12.458Z | Downloaded pest_generator v2.8.6 |
| 300 | 2026-05-29T18:23:12.458Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-05-29T18:23:12.458Z | Downloaded usdt-attr-macro v0.5.0 |
| 302 | 2026-05-29T18:23:12.463Z | Downloaded usdt v0.5.0 |
| 303 | 2026-05-29T18:23:12.465Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-05-29T18:23:12.465Z | Downloaded bitflags v2.11.0 |
| 305 | 2026-05-29T18:23:12.468Z | Downloaded swrite v0.1.0 |
| 306 | 2026-05-29T18:23:12.468Z | Downloaded scroll_derive v0.12.1 |
| 307 | 2026-05-29T18:23:12.471Z | Downloaded anstyle-query v1.1.5 |
| 308 | 2026-05-29T18:23:12.471Z | Downloaded strsim v0.11.1 |
| 309 | 2026-05-29T18:23:12.474Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-05-29T18:23:12.474Z | Downloaded zerovec-derive v0.11.2 |
| 311 | 2026-05-29T18:23:12.474Z | Downloaded yoke v0.8.1 |
| 312 | 2026-05-29T18:23:12.474Z | Downloaded thiserror v2.0.18 |
| 313 | 2026-05-29T18:23:12.478Z | Downloaded dof v0.3.0 |
| 314 | 2026-05-29T18:23:12.480Z | Downloaded writeable v0.6.2 |
| 315 | 2026-05-29T18:23:12.481Z | Downloaded toml_write v0.1.2 |
| 316 | 2026-05-29T18:23:12.481Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-05-29T18:23:12.481Z | Downloaded thiserror-impl v2.0.18 |
| 318 | 2026-05-29T18:23:12.484Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-05-29T18:23:12.484Z | Downloaded tinystr v0.8.2 |
| 320 | 2026-05-29T18:23:12.484Z | Downloaded thiserror-impl v1.0.69 |
| 321 | 2026-05-29T18:23:12.486Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-05-29T18:23:12.489Z | Downloaded autocfg v1.5.0 |
| 323 | 2026-05-29T18:23:12.489Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2026-05-29T18:23:12.492Z | Downloaded toml v0.8.23 |
| 325 | 2026-05-29T18:23:12.495Z | Downloaded form_urlencoded v1.2.2 |
| 326 | 2026-05-29T18:23:12.495Z | Downloaded cargo_toml v0.21.0 |
| 327 | 2026-05-29T18:23:12.495Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-05-29T18:23:12.495Z | Downloaded ucd-trie v0.1.7 |
| 329 | 2026-05-29T18:23:12.499Z | Downloaded textwrap v0.16.2 |
| 330 | 2026-05-29T18:23:12.502Z | Downloaded unicode-ident v1.0.24 |
| 331 | 2026-05-29T18:23:12.502Z | Downloaded plain v0.2.3 |
| 332 | 2026-05-29T18:23:12.502Z | Downloaded smawk v0.3.2 |
| 333 | 2026-05-29T18:23:12.502Z | Downloaded potential_utf v0.1.4 |
| 334 | 2026-05-29T18:23:12.502Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-05-29T18:23:12.506Z | Downloaded equivalent v1.0.2 |
| 336 | 2026-05-29T18:23:12.508Z | Downloaded terminal_size v0.4.3 |
| 337 | 2026-05-29T18:23:12.512Z | Downloaded block-buffer v0.10.4 |
| 338 | 2026-05-29T18:23:12.517Z | Downloaded toml_edit v0.22.27 |
| 339 | 2026-05-29T18:23:12.520Z | Downloaded zerotrie v0.2.3 |
| 340 | 2026-05-29T18:23:12.520Z | Downloaded proc-macro-error-attr v1.0.4 |
| 341 | 2026-05-29T18:23:12.523Z | Downloaded url v2.5.8 |
| 342 | 2026-05-29T18:23:12.523Z | Downloaded anstyle-parse v0.2.7 |
| 343 | 2026-05-29T18:23:12.526Z | Downloaded clap v4.5.60 |
| 344 | 2026-05-29T18:23:12.529Z | Downloaded icu_properties v2.1.2 |
| 345 | 2026-05-29T18:23:12.532Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-05-29T18:23:12.535Z | Downloaded byteorder v1.5.0 |
| 347 | 2026-05-29T18:23:12.535Z | Downloaded zerovec v0.11.5 |
| 348 | 2026-05-29T18:23:12.537Z | Downloaded scroll v0.12.0 |
| 349 | 2026-05-29T18:23:12.537Z | Downloaded fs-err v3.3.0 |
| 350 | 2026-05-29T18:23:12.540Z | Downloaded clap_derive v4.5.55 |
| 351 | 2026-05-29T18:23:12.543Z | Downloaded zerocopy v0.7.35 |
| 352 | 2026-05-29T18:23:12.549Z | Downloaded proc-macro-error v1.0.4 |
| 353 | 2026-05-29T18:23:12.552Z | Downloaded erased-serde v0.4.9 |
| 354 | 2026-05-29T18:23:12.554Z | Downloaded winnow v0.7.14 |
| 355 | 2026-05-29T18:23:12.557Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-05-29T18:23:12.560Z | Downloaded anstyle v1.0.13 |
| 357 | 2026-05-29T18:23:12.560Z | Downloaded icu_normalizer_data v2.1.1 |
| 358 | 2026-05-29T18:23:12.560Z | Downloaded cargo-util-schemas v0.8.2 |
| 359 | 2026-05-29T18:23:12.563Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-05-29T18:23:12.566Z | Downloaded serde-untagged v0.1.9 |
| 361 | 2026-05-29T18:23:12.566Z | Downloaded camino v1.2.2 |
| 362 | 2026-05-29T18:23:12.569Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-05-29T18:23:12.572Z | Downloaded litemap v0.8.1 |
| 364 | 2026-05-29T18:23:12.575Z | Downloaded anyhow v1.0.102 |
| 365 | 2026-05-29T18:23:12.575Z | Downloaded icu_locale_core v2.1.1 |
| 366 | 2026-05-29T18:23:12.578Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-05-29T18:23:12.580Z | Downloaded semver v1.0.28 |
| 368 | 2026-05-29T18:23:12.580Z | Downloaded pest_derive v2.8.6 |
| 369 | 2026-05-29T18:23:12.583Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-05-29T18:23:12.593Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-05-29T18:23:12.596Z | Downloaded smallvec v1.15.1 |
| 372 | 2026-05-29T18:23:12.598Z | Downloaded quote v1.0.45 |
| 373 | 2026-05-29T18:23:12.598Z | Downloaded icu_provider v2.1.1 |
| 374 | 2026-05-29T18:23:12.601Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-05-29T18:23:12.604Z | Downloaded log v0.4.29 |
| 376 | 2026-05-29T18:23:12.604Z | Downloaded once_cell v1.21.3 |
| 377 | 2026-05-29T18:23:12.607Z | Downloaded getrandom v0.4.1 |
| 378 | 2026-05-29T18:23:12.607Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-05-29T18:23:12.610Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-29T18:23:12.619Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-05-29T18:23:12.622Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-05-29T18:23:12.628Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-29T18:23:12.636Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-29T18:23:12.638Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-29T18:23:12.641Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-29T18:23:12.644Z | Downloaded icu_normalizer v2.1.1 |
| 387 | 2026-05-29T18:23:12.647Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-29T18:23:12.661Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-29T18:23:12.667Z | Downloaded goblin v0.8.2 |
| 390 | 2026-05-29T18:23:12.670Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-29T18:23:12.674Z | Downloaded idna v1.1.0 |
| 392 | 2026-05-29T18:23:12.684Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-05-29T18:23:12.697Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-29T18:23:12.702Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-29T18:23:12.711Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-29T18:23:12.717Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-29T18:23:12.734Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-29T18:23:12.760Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-29T18:23:12.826Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-29T18:23:12.826Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-29T18:23:12.826Z | Compiling quote v1.0.45 |
| 402 | 2026-05-29T18:23:12.829Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-29T18:23:12.829Z | Compiling libc v0.2.185 |
| 404 | 2026-05-29T18:23:12.829Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-29T18:23:12.829Z | Compiling serde v1.0.228 |
| 406 | 2026-05-29T18:23:12.829Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-29T18:23:12.829Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-29T18:23:12.829Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-29T18:23:12.829Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-29T18:23:13.012Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-29T18:23:13.015Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-29T18:23:13.015Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-29T18:23:13.015Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-29T18:23:13.227Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-29T18:23:13.278Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-29T18:23:13.477Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-29T18:23:13.514Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-29T18:23:13.585Z | Compiling pest v2.8.6 |
| 419 | 2026-05-29T18:23:13.585Z | Compiling rustix v1.1.3 |
| 420 | 2026-05-29T18:23:13.602Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-29T18:23:13.622Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-29T18:23:13.639Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-29T18:23:13.855Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-29T18:23:13.926Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-29T18:23:13.929Z | Compiling equivalent v1.0.2 |
| 426 | 2026-05-29T18:23:13.929Z | Compiling smallvec v1.15.1 |
| 427 | 2026-05-29T18:23:14.017Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-29T18:23:14.020Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-29T18:23:14.082Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-29T18:23:14.085Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-29T18:23:14.085Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-29T18:23:14.175Z | Compiling syn v1.0.109 |
| 433 | 2026-05-29T18:23:14.212Z | Compiling errno v0.3.14 |
| 434 | 2026-05-29T18:23:14.268Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-29T18:23:14.356Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-29T18:23:14.376Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-29T18:23:14.413Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-05-29T18:23:14.448Z | Compiling utf8_iter v1.0.4 |
| 439 | 2026-05-29T18:23:14.451Z | Compiling log v0.4.29 |
| 440 | 2026-05-29T18:23:14.494Z | Compiling camino v1.2.2 |
| 441 | 2026-05-29T18:23:14.512Z | Compiling utf8parse v0.2.2 |
| 442 | 2026-05-29T18:23:14.576Z | Compiling syn v2.0.117 |
| 443 | 2026-05-29T18:23:14.593Z | Compiling thiserror v2.0.18 |
| 444 | 2026-05-29T18:23:14.629Z | Compiling plain v0.2.3 |
| 445 | 2026-05-29T18:23:14.647Z | Compiling getrandom v0.4.1 |
| 446 | 2026-05-29T18:23:14.650Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-29T18:23:14.701Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-29T18:23:14.756Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-29T18:23:14.873Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-05-29T18:23:14.928Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-05-29T18:23:14.982Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-29T18:23:15.035Z | Compiling cfg-if v1.0.4 |
| 453 | 2026-05-29T18:23:15.052Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-29T18:23:15.055Z | Compiling anstyle v1.0.13 |
| 455 | 2026-05-29T18:23:15.087Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-05-29T18:23:15.188Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-29T18:23:15.207Z | Compiling fnv v1.0.7 |
| 458 | 2026-05-29T18:23:15.210Z | Compiling anyhow v1.0.102 |
| 459 | 2026-05-29T18:23:15.260Z | Compiling unicode-xid v0.2.6 |
| 460 | 2026-05-29T18:23:15.278Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-29T18:23:15.310Z | Compiling terminal_size v0.4.3 |
| 462 | 2026-05-29T18:23:15.345Z | Compiling unicode-width v0.1.14 |
| 463 | 2026-05-29T18:23:15.363Z | Compiling clap_lex v1.0.0 |
| 464 | 2026-05-29T18:23:15.383Z | Compiling fastrand v2.3.0 |
| 465 | 2026-05-29T18:23:15.400Z | Compiling strsim v0.11.1 |
| 466 | 2026-05-29T18:23:15.425Z | Compiling once_cell v1.21.3 |
| 467 | 2026-05-29T18:23:15.573Z | Compiling bytecount v0.6.9 |
| 468 | 2026-05-29T18:23:15.592Z | Compiling heck v0.4.1 |
| 469 | 2026-05-29T18:23:15.620Z | Compiling heck v0.5.0 |
| 470 | 2026-05-29T18:23:15.644Z | Compiling tempfile v3.25.0 |
| 471 | 2026-05-29T18:23:15.665Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-05-29T18:23:15.667Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-29T18:23:15.817Z | Compiling semver v1.0.28 |
| 474 | 2026-05-29T18:23:15.880Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-29T18:23:15.898Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-29T18:23:15.918Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-29T18:23:15.932Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-05-29T18:23:16.173Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-29T18:23:16.193Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-29T18:23:16.210Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-29T18:23:16.230Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-29T18:23:16.250Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-05-29T18:23:16.599Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-29T18:23:17.210Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-29T18:23:17.210Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-29T18:23:17.270Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-29T18:23:17.787Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-29T18:23:17.787Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-29T18:23:17.871Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-29T18:23:17.871Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-29T18:23:17.871Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-29T18:23:17.871Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-29T18:23:17.871Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-29T18:23:17.871Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-29T18:23:17.871Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-29T18:23:17.871Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-29T18:23:17.902Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-29T18:23:18.456Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-29T18:23:18.671Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-29T18:23:18.710Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-29T18:23:18.916Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-29T18:23:18.987Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-29T18:23:19.006Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-29T18:23:19.140Z | Compiling clap v4.5.60 |
| 505 | 2026-05-29T18:23:19.153Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-29T18:23:19.153Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-29T18:23:19.569Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-29T18:23:19.569Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-29T18:23:19.752Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-29T18:23:19.788Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-29T18:23:20.204Z | Compiling dof v0.3.0 |
| 512 | 2026-05-29T18:23:20.204Z | Compiling serde_tokenstream v0.2.3 |
| 513 | 2026-05-29T18:23:20.223Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-29T18:23:20.237Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-29T18:23:20.241Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-29T18:23:20.241Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-29T18:23:20.241Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-29T18:23:20.325Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-29T18:23:20.459Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-29T18:23:20.554Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-29T18:23:20.554Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-29T18:23:20.889Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-29T18:23:20.889Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-29T18:23:21.373Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-29T18:23:21.499Z | Compiling idna v1.1.0 |
| 526 | 2026-05-29T18:23:21.503Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-29T18:23:21.718Z | Compiling url v2.5.8 |
| 528 | 2026-05-29T18:23:21.735Z | Compiling toml v0.8.23 |
| 529 | 2026-05-29T18:23:22.060Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-29T18:23:22.116Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-29T18:23:22.880Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-29T18:23:23.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-29T18:23:25.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.85s |
| 534 | 2026-05-29T18:23:26.134Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-29T18:23:26.685Z | Downloading crates ... |
| 536 | 2026-05-29T18:23:26.775Z | Downloaded aead v0.5.2 |
| 537 | 2026-05-29T18:23:26.782Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-29T18:23:26.786Z | Downloaded ahash v0.8.12 |
| 539 | 2026-05-29T18:23:26.792Z | Downloaded cargo-platform v0.3.2 |
| 540 | 2026-05-29T18:23:26.795Z | Downloaded cobs v0.3.0 |
| 541 | 2026-05-29T18:23:26.795Z | Downloaded bit-set v0.8.0 |
| 542 | 2026-05-29T18:23:26.798Z | Downloaded async-recursion v1.1.1 |
| 543 | 2026-05-29T18:23:26.798Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 544 | 2026-05-29T18:23:26.802Z | Downloaded ctr v0.9.2 |
| 545 | 2026-05-29T18:23:26.802Z | Downloaded cstr-argument v0.1.2 |
| 546 | 2026-05-29T18:23:26.802Z | Downloaded arc-swap v1.8.2 |
| 547 | 2026-05-29T18:23:26.804Z | Downloaded blowfish v0.9.1 |
| 548 | 2026-05-29T18:23:26.804Z | Downloaded crc32fast v1.5.0 |
| 549 | 2026-05-29T18:23:26.807Z | Downloaded embedded-io v0.6.1 |
| 550 | 2026-05-29T18:23:26.808Z | Downloaded dunce v1.0.5 |
| 551 | 2026-05-29T18:23:26.808Z | Downloaded async-bb8-diesel v0.2.1 |
| 552 | 2026-05-29T18:23:26.811Z | Downloaded bitflags v1.3.2 |
| 553 | 2026-05-29T18:23:26.811Z | Downloaded defmt-parser v1.0.0 |
| 554 | 2026-05-29T18:23:26.814Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 555 | 2026-05-29T18:23:26.814Z | Downloaded float-ord v0.3.2 |
| 556 | 2026-05-29T18:23:26.814Z | Downloaded atty v0.2.14 |
| 557 | 2026-05-29T18:23:26.817Z | Downloaded compression-core v0.4.31 |
| 558 | 2026-05-29T18:23:26.817Z | Downloaded array-init v0.0.4 |
| 559 | 2026-05-29T18:23:26.817Z | Downloaded console v0.15.11 |
| 560 | 2026-05-29T18:23:26.821Z | Downloaded cfg_aliases v0.1.1 |
| 561 | 2026-05-29T18:23:26.821Z | Downloaded flagset v0.4.7 |
| 562 | 2026-05-29T18:23:26.821Z | Downloaded fallible-iterator v0.2.0 |
| 563 | 2026-05-29T18:23:26.821Z | Downloaded find-msvc-tools v0.1.9 |
| 564 | 2026-05-29T18:23:26.824Z | Downloaded ff v0.13.1 |
| 565 | 2026-05-29T18:23:26.824Z | Downloaded ecdsa v0.16.9 |
| 566 | 2026-05-29T18:23:26.827Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-05-29T18:23:26.827Z | Downloaded darling v0.20.11 |
| 568 | 2026-05-29T18:23:26.831Z | Downloaded aho-corasick v1.1.4 |
| 569 | 2026-05-29T18:23:26.834Z | Downloaded cmake v0.1.57 |
| 570 | 2026-05-29T18:23:26.834Z | Downloaded cfg_aliases v0.2.1 |
| 571 | 2026-05-29T18:23:26.834Z | Downloaded async-stream v0.3.6 |
| 572 | 2026-05-29T18:23:26.837Z | Downloaded base16ct v0.2.0 |
| 573 | 2026-05-29T18:23:26.837Z | Downloaded debug-ignore v1.0.5 |
| 574 | 2026-05-29T18:23:26.837Z | Downloaded castaway v0.2.4 |
| 575 | 2026-05-29T18:23:26.840Z | Downloaded fixedbitset v0.4.2 |
| 576 | 2026-05-29T18:23:26.840Z | Downloaded crunchy v0.2.4 |
| 577 | 2026-05-29T18:23:26.840Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2026-05-29T18:23:26.843Z | Downloaded ena v0.14.4 |
| 579 | 2026-05-29T18:23:26.843Z | Downloaded darling_core v0.23.0 |
| 580 | 2026-05-29T18:23:26.846Z | Downloaded chacha20 v0.9.1 |
| 581 | 2026-05-29T18:23:26.849Z | Downloaded document-features v0.2.12 |
| 582 | 2026-05-29T18:23:26.849Z | Downloaded bitfield-struct v0.6.2 |
| 583 | 2026-05-29T18:23:26.849Z | Downloaded enum-as-inner v0.6.1 |
| 584 | 2026-05-29T18:23:26.852Z | Downloaded console v0.16.2 |
| 585 | 2026-05-29T18:23:26.852Z | Downloaded ciborium-ll v0.2.2 |
| 586 | 2026-05-29T18:23:26.852Z | Downloaded ciborium-io v0.2.2 |
| 587 | 2026-05-29T18:23:26.856Z | Downloaded bcs v0.1.6 |
| 588 | 2026-05-29T18:23:26.856Z | Downloaded backon v1.6.0 |
| 589 | 2026-05-29T18:23:26.859Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 590 | 2026-05-29T18:23:26.859Z | Downloaded atomicwrites v0.4.4 |
| 591 | 2026-05-29T18:23:26.859Z | Downloaded backoff v0.4.0 |
| 592 | 2026-05-29T18:23:26.859Z | Downloaded endian-type v0.1.2 |
| 593 | 2026-05-29T18:23:26.859Z | Downloaded async-trait v0.1.89 |
| 594 | 2026-05-29T18:23:26.862Z | Downloaded dyn-clone v1.0.20 |
| 595 | 2026-05-29T18:23:26.865Z | Downloaded dof v0.4.0 |
| 596 | 2026-05-29T18:23:26.865Z | Downloaded bb8 v0.8.6 |
| 597 | 2026-05-29T18:23:26.865Z | Downloaded async-stream-impl v0.3.6 |
| 598 | 2026-05-29T18:23:26.868Z | Downloaded dirs-next v2.0.0 |
| 599 | 2026-05-29T18:23:26.868Z | Downloaded bitfield-macros v0.19.4 |
| 600 | 2026-05-29T18:23:26.868Z | Downloaded cpufeatures v0.3.0 |
| 601 | 2026-05-29T18:23:26.871Z | Downloaded fd-lock v4.0.4 |
| 602 | 2026-05-29T18:23:26.871Z | Downloaded defmt v0.3.100 |
| 603 | 2026-05-29T18:23:26.874Z | Downloaded arrayref v0.3.9 |
| 604 | 2026-05-29T18:23:26.874Z | Downloaded dtrace-parser v0.3.0 |
| 605 | 2026-05-29T18:23:26.874Z | Downloaded difflib v0.4.0 |
| 606 | 2026-05-29T18:23:26.874Z | Downloaded darling_macro v0.20.11 |
| 607 | 2026-05-29T18:23:26.877Z | Downloaded env_filter v1.0.0 |
| 608 | 2026-05-29T18:23:26.877Z | Downloaded crc v3.4.0 |
| 609 | 2026-05-29T18:23:26.880Z | Downloaded convert_case v0.4.0 |
| 610 | 2026-05-29T18:23:26.880Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-05-29T18:23:26.883Z | Downloaded bit-set v0.5.3 |
| 612 | 2026-05-29T18:23:26.883Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-05-29T18:23:26.883Z | Downloaded foreign-types v0.5.0 |
| 614 | 2026-05-29T18:23:26.887Z | Downloaded ghash v0.5.1 |
| 615 | 2026-05-29T18:23:26.887Z | Downloaded crucible-workspace-hack v0.1.0 |
| 616 | 2026-05-29T18:23:26.890Z | Downloaded downcast-rs v2.0.2 |
| 617 | 2026-05-29T18:23:26.893Z | Downloaded darling_macro v0.23.0 |
| 618 | 2026-05-29T18:23:26.893Z | Downloaded foreign-types-macros v0.2.3 |
| 619 | 2026-05-29T18:23:26.897Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-05-29T18:23:26.897Z | Downloaded crc8 v0.1.1 |
| 621 | 2026-05-29T18:23:26.897Z | Downloaded foreign-types-shared v0.3.1 |
| 622 | 2026-05-29T18:23:26.900Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 623 | 2026-05-29T18:23:26.900Z | Downloaded darling_macro v0.13.4 |
| 624 | 2026-05-29T18:23:26.900Z | Downloaded bit-vec v0.8.0 |
| 625 | 2026-05-29T18:23:26.903Z | Downloaded base64ct v1.8.3 |
| 626 | 2026-05-29T18:23:26.903Z | Downloaded clang-sys v1.8.1 |
| 627 | 2026-05-29T18:23:26.906Z | Downloaded float-cmp v0.10.0 |
| 628 | 2026-05-29T18:23:26.906Z | Downloaded embedded-io v0.4.0 |
| 629 | 2026-05-29T18:23:26.906Z | Downloaded arrayvec v0.7.6 |
| 630 | 2026-05-29T18:23:26.909Z | Downloaded ascii-canvas v3.0.0 |
| 631 | 2026-05-29T18:23:26.909Z | Downloaded futures-io v0.3.32 |
| 632 | 2026-05-29T18:23:26.909Z | Downloaded futures-core v0.3.32 |
| 633 | 2026-05-29T18:23:26.912Z | Downloaded globwalk v0.9.1 |
| 634 | 2026-05-29T18:23:26.912Z | Downloaded foreign-types-shared v0.1.1 |
| 635 | 2026-05-29T18:23:26.912Z | Downloaded der_derive v0.7.3 |
| 636 | 2026-05-29T18:23:26.915Z | Downloaded cookie_store v0.22.1 |
| 637 | 2026-05-29T18:23:26.915Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-29T18:23:26.918Z | Downloaded derive-ex v0.1.8 |
| 639 | 2026-05-29T18:23:26.918Z | Downloaded git-stub v1.0.0 |
| 640 | 2026-05-29T18:23:26.918Z | Downloaded foldhash v0.1.5 |
| 641 | 2026-05-29T18:23:26.921Z | Downloaded erased-serde v0.3.31 |
| 642 | 2026-05-29T18:23:26.921Z | Downloaded hash32 v0.3.1 |
| 643 | 2026-05-29T18:23:26.924Z | Downloaded csv-core v0.1.13 |
| 644 | 2026-05-29T18:23:26.924Z | Downloaded darling_core v0.21.3 |
| 645 | 2026-05-29T18:23:26.926Z | Downloaded daft v0.1.7 |
| 646 | 2026-05-29T18:23:26.927Z | Downloaded funty v2.0.0 |
| 647 | 2026-05-29T18:23:26.929Z | Downloaded cipher v0.4.4 |
| 648 | 2026-05-29T18:23:26.929Z | Downloaded const_format_proc_macros v0.2.34 |
| 649 | 2026-05-29T18:23:26.932Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-05-29T18:23:26.932Z | Downloaded futures-macro v0.3.32 |
| 651 | 2026-05-29T18:23:26.932Z | Downloaded display-error-chain v0.2.2 |
| 652 | 2026-05-29T18:23:26.932Z | Downloaded darling_macro v0.21.3 |
| 653 | 2026-05-29T18:23:26.935Z | Downloaded compression-codecs v0.4.37 |
| 654 | 2026-05-29T18:23:26.935Z | Downloaded convert_case v0.10.0 |
| 655 | 2026-05-29T18:23:26.939Z | Downloaded block-padding v0.3.3 |
| 656 | 2026-05-29T18:23:26.940Z | Downloaded crc-catalog v2.4.0 |
| 657 | 2026-05-29T18:23:26.940Z | Downloaded futures-task v0.3.32 |
| 658 | 2026-05-29T18:23:26.943Z | Downloaded camino-tempfile-ext v0.3.3 |
| 659 | 2026-05-29T18:23:26.943Z | Downloaded cbc v0.1.2 |
| 660 | 2026-05-29T18:23:26.943Z | Downloaded bitfield v0.19.4 |
| 661 | 2026-05-29T18:23:26.944Z | Downloaded cexpr v0.6.0 |
| 662 | 2026-05-29T18:23:26.946Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-05-29T18:23:26.946Z | Downloaded hash32 v0.2.1 |
| 664 | 2026-05-29T18:23:26.946Z | Downloaded bit-vec v0.6.3 |
| 665 | 2026-05-29T18:23:26.946Z | Downloaded corncobs v0.1.4 |
| 666 | 2026-05-29T18:23:26.950Z | Downloaded buf-list v1.1.2 |
| 667 | 2026-05-29T18:23:26.953Z | Downloaded httpdate v1.0.3 |
| 668 | 2026-05-29T18:23:26.953Z | Downloaded dsl_auto_type v0.2.0 |
| 669 | 2026-05-29T18:23:26.953Z | Downloaded hex v0.4.3 |
| 670 | 2026-05-29T18:23:26.956Z | Downloaded data-encoding v2.10.0 |
| 671 | 2026-05-29T18:23:26.956Z | Downloaded hostname v0.3.1 |
| 672 | 2026-05-29T18:23:26.956Z | Downloaded hostname v0.4.2 |
| 673 | 2026-05-29T18:23:26.961Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-05-29T18:23:26.961Z | Downloaded daft-derive v0.1.7 |
| 675 | 2026-05-29T18:23:26.965Z | Downloaded defmt v1.0.1 |
| 676 | 2026-05-29T18:23:26.965Z | Downloaded fs-err v2.11.0 |
| 677 | 2026-05-29T18:23:26.969Z | Downloaded foldhash v0.2.0 |
| 678 | 2026-05-29T18:23:26.969Z | Downloaded const-oid v0.9.6 |
| 679 | 2026-05-29T18:23:26.969Z | Downloaded derive_builder_core v0.20.2 |
| 680 | 2026-05-29T18:23:26.972Z | Downloaded critical-section v1.2.0 |
| 681 | 2026-05-29T18:23:26.972Z | Downloaded blake2 v0.10.6 |
| 682 | 2026-05-29T18:23:26.972Z | Downloaded either v1.15.0 |
| 683 | 2026-05-29T18:23:26.975Z | Downloaded hubpack_derive v0.1.1 |
| 684 | 2026-05-29T18:23:26.975Z | Downloaded hubpack v0.1.2 |
| 685 | 2026-05-29T18:23:26.975Z | Downloaded env_logger v0.11.9 |
| 686 | 2026-05-29T18:23:26.978Z | Downloaded fxhash v0.2.1 |
| 687 | 2026-05-29T18:23:26.978Z | Downloaded futures-executor v0.3.32 |
| 688 | 2026-05-29T18:23:26.978Z | Downloaded fs_extra v1.3.0 |
| 689 | 2026-05-29T18:23:26.981Z | Downloaded fixedbitset v0.5.7 |
| 690 | 2026-05-29T18:23:26.981Z | Downloaded globset v0.4.18 |
| 691 | 2026-05-29T18:23:26.984Z | Downloaded ident_case v1.0.1 |
| 692 | 2026-05-29T18:23:26.984Z | Downloaded futures-channel v0.3.32 |
| 693 | 2026-05-29T18:23:26.984Z | Downloaded illumos-nvpair v0.3.0 |
| 694 | 2026-05-29T18:23:26.986Z | Downloaded darling v0.13.4 |
| 695 | 2026-05-29T18:23:26.986Z | Downloaded dropshot_endpoint v0.17.0 |
| 696 | 2026-05-29T18:23:26.989Z | Downloaded darling v0.21.3 |
| 697 | 2026-05-29T18:23:26.993Z | Downloaded internet-checksum v0.2.1 |
| 698 | 2026-05-29T18:23:26.993Z | Downloaded instant v0.1.13 |
| 699 | 2026-05-29T18:23:26.993Z | Downloaded indoc v1.0.9 |
| 700 | 2026-05-29T18:23:26.996Z | Downloaded cancel-safe-futures v0.1.5 |
| 701 | 2026-05-29T18:23:27.000Z | Downloaded instability v0.3.11 |
| 702 | 2026-05-29T18:23:27.000Z | Downloaded ed25519 v2.2.3 |
| 703 | 2026-05-29T18:23:27.000Z | Downloaded bzip2 v0.4.4 |
| 704 | 2026-05-29T18:23:27.000Z | Downloaded byte-wrapper v0.1.0 |
| 705 | 2026-05-29T18:23:27.003Z | Downloaded cassowary v0.3.0 |
| 706 | 2026-05-29T18:23:27.003Z | Downloaded colored v3.1.1 |
| 707 | 2026-05-29T18:23:27.022Z | Downloaded group v0.13.0 |
| 708 | 2026-05-29T18:23:27.022Z | Downloaded colored v2.2.0 |
| 709 | 2026-05-29T18:23:27.022Z | Downloaded bzip2 v0.6.1 |
| 710 | 2026-05-29T18:23:27.022Z | Downloaded indent_write v2.2.0 |
| 711 | 2026-05-29T18:23:27.022Z | Downloaded cookie v0.18.1 |
| 712 | 2026-05-29T18:23:27.022Z | Downloaded home v0.5.12 |
| 713 | 2026-05-29T18:23:27.022Z | Downloaded is_ci v1.2.0 |
| 714 | 2026-05-29T18:23:27.022Z | Downloaded inout v0.1.4 |
| 715 | 2026-05-29T18:23:27.022Z | Downloaded lalrpop-util v0.19.12 |
| 716 | 2026-05-29T18:23:27.022Z | Downloaded keccak v0.1.6 |
| 717 | 2026-05-29T18:23:27.022Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-05-29T18:23:27.022Z | Downloaded highway v1.3.0 |
| 719 | 2026-05-29T18:23:27.022Z | Downloaded lazy_static v1.5.0 |
| 720 | 2026-05-29T18:23:27.022Z | Downloaded libscf-sys v1.1.0 |
| 721 | 2026-05-29T18:23:27.022Z | Downloaded hyper-tls v0.6.0 |
| 722 | 2026-05-29T18:23:27.022Z | Downloaded linked-hash-map v0.5.6 |
| 723 | 2026-05-29T18:23:27.022Z | Downloaded glob v0.3.3 |
| 724 | 2026-05-29T18:23:27.025Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-05-29T18:23:27.025Z | Downloaded lru v0.12.5 |
| 726 | 2026-05-29T18:23:27.025Z | Downloaded crc-any v2.5.0 |
| 727 | 2026-05-29T18:23:27.025Z | Downloaded chacha20 v0.10.0 |
| 728 | 2026-05-29T18:23:27.029Z | Downloaded filetime v0.2.27 |
| 729 | 2026-05-29T18:23:27.029Z | Downloaded diesel-dtrace v0.5.0 |
| 730 | 2026-05-29T18:23:27.032Z | Downloaded kstat-rs v0.2.4 |
| 731 | 2026-05-29T18:23:27.032Z | Downloaded crossbeam-utils v0.8.21 |
| 732 | 2026-05-29T18:23:27.032Z | Downloaded http-range v0.1.5 |
| 733 | 2026-05-29T18:23:27.032Z | Downloaded http-body v1.0.1 |
| 734 | 2026-05-29T18:23:27.036Z | Downloaded crossbeam-epoch v0.9.18 |
| 735 | 2026-05-29T18:23:27.036Z | Downloaded cargo_metadata v0.23.1 |
| 736 | 2026-05-29T18:23:27.041Z | Downloaded argon2 v0.5.3 |
| 737 | 2026-05-29T18:23:27.041Z | Downloaded managed v0.8.0 |
| 738 | 2026-05-29T18:23:27.041Z | Downloaded crossbeam-deque v0.8.6 |
| 739 | 2026-05-29T18:23:27.041Z | Downloaded diff v0.1.13 |
| 740 | 2026-05-29T18:23:27.044Z | Downloaded deranged v0.5.8 |
| 741 | 2026-05-29T18:23:27.044Z | Downloaded lru-slab v0.1.2 |
| 742 | 2026-05-29T18:23:27.044Z | Downloaded des v0.8.1 |
| 743 | 2026-05-29T18:23:27.046Z | Downloaded ipnet v2.11.0 |
| 744 | 2026-05-29T18:23:27.046Z | Downloaded http-body-util v0.1.3 |
| 745 | 2026-05-29T18:23:27.047Z | Downloaded match_cfg v0.1.0 |
| 746 | 2026-05-29T18:23:27.049Z | Downloaded md5 v0.7.0 |
| 747 | 2026-05-29T18:23:27.049Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-05-29T18:23:27.049Z | Downloaded lzss v0.8.2 |
| 749 | 2026-05-29T18:23:27.052Z | Downloaded ingot-types v0.1.2 |
| 750 | 2026-05-29T18:23:27.053Z | Downloaded new_debug_unreachable v1.0.6 |
| 751 | 2026-05-29T18:23:27.053Z | Downloaded maybe-uninit v2.0.0 |
| 752 | 2026-05-29T18:23:27.056Z | Downloaded multimap v0.10.1 |
| 753 | 2026-05-29T18:23:27.056Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 754 | 2026-05-29T18:23:27.056Z | Downloaded hyper-staticfile v0.10.1 |
| 755 | 2026-05-29T18:23:27.059Z | Downloaded newline-converter v0.3.0 |
| 756 | 2026-05-29T18:23:27.059Z | Downloaded async-compression v0.4.41 |
| 757 | 2026-05-29T18:23:27.062Z | Downloaded is-terminal v0.4.17 |
| 758 | 2026-05-29T18:23:27.065Z | Downloaded allocator-api2 v0.2.21 |
| 759 | 2026-05-29T18:23:27.065Z | Downloaded mime v0.3.17 |
| 760 | 2026-05-29T18:23:27.065Z | Downloaded ciborium v0.2.2 |
| 761 | 2026-05-29T18:23:27.068Z | Downloaded normalize-line-endings v0.3.0 |
| 762 | 2026-05-29T18:23:27.068Z | Downloaded nibble_vec v0.1.0 |
| 763 | 2026-05-29T18:23:27.068Z | Downloaded newtype-uuid-macros v0.1.0 |
| 764 | 2026-05-29T18:23:27.071Z | Downloaded maplit v1.0.2 |
| 765 | 2026-05-29T18:23:27.071Z | Downloaded derive_builder v0.20.2 |
| 766 | 2026-05-29T18:23:27.074Z | Downloaded hmac v0.12.1 |
| 767 | 2026-05-29T18:23:27.074Z | Downloaded darling v0.23.0 |
| 768 | 2026-05-29T18:23:27.077Z | Downloaded nodrop v0.1.14 |
| 769 | 2026-05-29T18:23:27.080Z | Downloaded num v0.4.3 |
| 770 | 2026-05-29T18:23:27.080Z | Downloaded nonempty v0.12.0 |
| 771 | 2026-05-29T18:23:27.080Z | Downloaded ipnetwork v0.21.1 |
| 772 | 2026-05-29T18:23:27.083Z | Downloaded half v1.8.3 |
| 773 | 2026-05-29T18:23:27.083Z | Downloaded ingot v0.1.1 |
| 774 | 2026-05-29T18:23:27.086Z | Downloaded indoc v2.0.7 |
| 775 | 2026-05-29T18:23:27.086Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-05-29T18:23:27.089Z | Downloaded num-derive v0.4.2 |
| 777 | 2026-05-29T18:23:27.089Z | Downloaded num-conv v0.2.0 |
| 778 | 2026-05-29T18:23:27.089Z | Downloaded lru-cache v0.1.2 |
| 779 | 2026-05-29T18:23:27.089Z | Downloaded libefi-sys v0.1.0 |
| 780 | 2026-05-29T18:23:27.092Z | Downloaded getrandom v0.2.17 |
| 781 | 2026-05-29T18:23:27.092Z | Downloaded constant_time_eq v0.4.2 |
| 782 | 2026-05-29T18:23:27.094Z | Downloaded num_enum_derive v0.5.11 |
| 783 | 2026-05-29T18:23:27.095Z | Downloaded defmt-macros v1.0.1 |
| 784 | 2026-05-29T18:23:27.097Z | Downloaded openssl-probe v0.1.6 |
| 785 | 2026-05-29T18:23:27.097Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2026-05-29T18:23:27.098Z | Downloaded jobserver v0.1.34 |
| 787 | 2026-05-29T18:23:27.100Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-05-29T18:23:27.100Z | Downloaded chacha20poly1305 v0.10.1 |
| 789 | 2026-05-29T18:23:27.103Z | Downloaded olpc-cjson v0.1.4 |
| 790 | 2026-05-29T18:23:27.103Z | Downloaded linear-map v1.2.0 |
| 791 | 2026-05-29T18:23:27.104Z | Downloaded libsw-core v0.3.2 |
| 792 | 2026-05-29T18:23:27.106Z | Downloaded libsw v3.5.0 |
| 793 | 2026-05-29T18:23:27.106Z | Downloaded oso-derive v0.27.3 |
| 794 | 2026-05-29T18:23:27.106Z | Downloaded openssl-probe v0.2.1 |
| 795 | 2026-05-29T18:23:27.109Z | Downloaded num_threads v0.1.7 |
| 796 | 2026-05-29T18:23:27.109Z | Downloaded derive_more v0.99.20 |
| 797 | 2026-05-29T18:23:27.112Z | Downloaded drift v0.2.0 |
| 798 | 2026-05-29T18:23:27.117Z | Downloaded newtype_derive v0.1.6 |
| 799 | 2026-05-29T18:23:27.120Z | Downloaded multer v3.1.0 |
| 800 | 2026-05-29T18:23:27.120Z | Downloaded pbkdf2 v0.12.2 |
| 801 | 2026-05-29T18:23:27.120Z | Downloaded parse-size v1.1.0 |
| 802 | 2026-05-29T18:23:27.123Z | Downloaded parse-display v0.10.0 |
| 803 | 2026-05-29T18:23:27.123Z | Downloaded pbkdf2 v0.11.0 |
| 804 | 2026-05-29T18:23:27.123Z | Downloaded path-slash v0.1.5 |
| 805 | 2026-05-29T18:23:27.126Z | Downloaded packed_struct_codegen v0.10.1 |
| 806 | 2026-05-29T18:23:27.126Z | Downloaded humantime v2.3.0 |
| 807 | 2026-05-29T18:23:27.129Z | Downloaded iana-time-zone v0.1.65 |
| 808 | 2026-05-29T18:23:27.132Z | Downloaded const_format v0.2.35 |
| 809 | 2026-05-29T18:23:27.135Z | Downloaded memoffset v0.9.1 |
| 810 | 2026-05-29T18:23:27.135Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-29T18:23:27.135Z | Downloaded compact_str v0.8.1 |
| 812 | 2026-05-29T18:23:27.138Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-05-29T18:23:27.140Z | Downloaded lock_api v0.4.14 |
| 814 | 2026-05-29T18:23:27.140Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-05-29T18:23:27.140Z | Downloaded phf_shared v0.11.3 |
| 816 | 2026-05-29T18:23:27.143Z | Downloaded native-tls v0.2.18 |
| 817 | 2026-05-29T18:23:27.143Z | Downloaded peg-runtime v0.8.5 |
| 818 | 2026-05-29T18:23:27.143Z | Downloaded mime_guess v2.0.5 |
| 819 | 2026-05-29T18:23:27.146Z | Downloaded getrandom v0.3.4 |
| 820 | 2026-05-29T18:23:27.146Z | Downloaded num-derive v0.3.3 |
| 821 | 2026-05-29T18:23:27.149Z | Downloaded pin-utils v0.1.0 |
| 822 | 2026-05-29T18:23:27.149Z | Downloaded half v2.7.1 |
| 823 | 2026-05-29T18:23:27.152Z | Downloaded bytes v1.11.1 |
| 824 | 2026-05-29T18:23:27.155Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-29T18:23:27.155Z | Downloaded base64 v0.21.7 |
| 826 | 2026-05-29T18:23:27.158Z | Downloaded num_enum v0.7.5 |
| 827 | 2026-05-29T18:23:27.161Z | Downloaded futures v0.3.32 |
| 828 | 2026-05-29T18:23:27.164Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-05-29T18:23:27.164Z | Downloaded phf_shared v0.13.1 |
| 830 | 2026-05-29T18:23:27.167Z | Downloaded darling_core v0.13.4 |
| 831 | 2026-05-29T18:23:27.167Z | Downloaded num_enum_derive v0.7.5 |
| 832 | 2026-05-29T18:23:27.170Z | Downloaded num_enum v0.5.11 |
| 833 | 2026-05-29T18:23:27.173Z | Downloaded num-complex v0.4.6 |
| 834 | 2026-05-29T18:23:27.173Z | Downloaded nu-ansi-term v0.50.3 |
| 835 | 2026-05-29T18:23:27.175Z | Downloaded elliptic-curve v0.13.8 |
| 836 | 2026-05-29T18:23:27.178Z | Downloaded libloading v0.8.9 |
| 837 | 2026-05-29T18:23:27.182Z | Downloaded litrs v1.0.0 |
| 838 | 2026-05-29T18:23:27.185Z | Downloaded precomputed-hash v0.1.1 |
| 839 | 2026-05-29T18:23:27.185Z | Downloaded oxide-tokio-rt v0.1.4 |
| 840 | 2026-05-29T18:23:27.188Z | Downloaded predicates-core v1.0.10 |
| 841 | 2026-05-29T18:23:27.188Z | Downloaded flume v0.11.1 |
| 842 | 2026-05-29T18:23:27.191Z | Downloaded httparse v1.10.1 |
| 843 | 2026-05-29T18:23:27.192Z | Downloaded proc-macro-crate v1.3.1 |
| 844 | 2026-05-29T18:23:27.194Z | Downloaded predicates-tree v1.0.13 |
| 845 | 2026-05-29T18:23:27.194Z | Downloaded derive_more v2.1.1 |
| 846 | 2026-05-29T18:23:27.213Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-05-29T18:23:27.216Z | Downloaded base64 v0.22.1 |
| 848 | 2026-05-29T18:23:27.219Z | Downloaded proc-macro-crate v3.4.0 |
| 849 | 2026-05-29T18:23:27.219Z | Downloaded paste v1.0.15 |
| 850 | 2026-05-29T18:23:27.222Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-05-29T18:23:27.222Z | Downloaded progenitor-client v0.11.2 |
| 852 | 2026-05-29T18:23:27.222Z | Downloaded progenitor-macro v0.14.0 |
| 853 | 2026-05-29T18:23:27.225Z | Downloaded progenitor-macro v0.13.0 |
| 854 | 2026-05-29T18:23:27.225Z | Downloaded progenitor-client v0.10.0 |
| 855 | 2026-05-29T18:23:27.225Z | Downloaded phf_shared v0.12.1 |
| 856 | 2026-05-29T18:23:27.225Z | Downloaded pem-rfc7468 v0.7.0 |
| 857 | 2026-05-29T18:23:27.228Z | Downloaded peg-macros v0.8.5 |
| 858 | 2026-05-29T18:23:27.228Z | Downloaded radium v0.7.0 |
| 859 | 2026-05-29T18:23:27.228Z | Downloaded ar_archive_writer v0.5.1 |
| 860 | 2026-05-29T18:23:27.231Z | Downloaded phf v0.12.1 |
| 861 | 2026-05-29T18:23:27.234Z | Downloaded progenitor-macro v0.11.2 |
| 862 | 2026-05-29T18:23:27.234Z | Downloaded progenitor-client v0.14.0 |
| 863 | 2026-05-29T18:23:27.234Z | Downloaded peg v0.8.5 |
| 864 | 2026-05-29T18:23:27.237Z | Downloaded pin-project-internal v1.1.11 |
| 865 | 2026-05-29T18:23:27.237Z | Downloaded heapless v0.8.0 |
| 866 | 2026-05-29T18:23:27.240Z | Downloaded heapless v0.7.17 |
| 867 | 2026-05-29T18:23:27.243Z | Downloaded psl-types v2.0.11 |
| 868 | 2026-05-29T18:23:27.243Z | Downloaded libbz2-rs-sys v0.2.2 |
| 869 | 2026-05-29T18:23:27.248Z | Downloaded powerfmt v0.2.0 |
| 870 | 2026-05-29T18:23:27.248Z | Downloaded pkcs8 v0.10.2 |
| 871 | 2026-05-29T18:23:27.248Z | Downloaded phf v0.13.1 |
| 872 | 2026-05-29T18:23:27.251Z | Downloaded pem v3.0.6 |
| 873 | 2026-05-29T18:23:27.251Z | Downloaded num-rational v0.4.2 |
| 874 | 2026-05-29T18:23:27.251Z | Downloaded postgres-protocol v0.6.10 |
| 875 | 2026-05-29T18:23:27.251Z | Downloaded der v0.7.10 |
| 876 | 2026-05-29T18:23:27.254Z | Downloaded crossbeam-channel v0.5.15 |
| 877 | 2026-05-29T18:23:27.257Z | Downloaded rand_chacha v0.3.1 |
| 878 | 2026-05-29T18:23:27.257Z | Downloaded crypto-bigint v0.5.5 |
| 879 | 2026-05-29T18:23:27.260Z | Downloaded ppv-lite86 v0.2.21 |
| 880 | 2026-05-29T18:23:27.263Z | Downloaded oxnet v0.1.4 |
| 881 | 2026-05-29T18:23:27.263Z | Downloaded primeorder v0.13.6 |
| 882 | 2026-05-29T18:23:27.266Z | Downloaded recursive v0.1.1 |
| 883 | 2026-05-29T18:23:27.266Z | Downloaded predicates v3.1.4 |
| 884 | 2026-05-29T18:23:27.269Z | Downloaded flate2 v1.1.9 |
| 885 | 2026-05-29T18:23:27.272Z | Downloaded ref-cast-impl v1.0.25 |
| 886 | 2026-05-29T18:23:27.272Z | Downloaded parking_lot v0.11.2 |
| 887 | 2026-05-29T18:23:27.275Z | Downloaded progenitor v0.11.2 |
| 888 | 2026-05-29T18:23:27.275Z | Downloaded proc-macro-error2 v2.0.1 |
| 889 | 2026-05-29T18:23:27.278Z | Downloaded progenitor-extras v0.2.0 |
| 890 | 2026-05-29T18:23:27.278Z | Downloaded progenitor v0.14.0 |
| 891 | 2026-05-29T18:23:27.281Z | Downloaded parking_lot_core v0.8.6 |
| 892 | 2026-05-29T18:23:27.281Z | Downloaded russh-cryptovec v0.7.3 |
| 893 | 2026-05-29T18:23:27.281Z | Downloaded indicatif v0.18.4 |
| 894 | 2026-05-29T18:23:27.284Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 895 | 2026-05-29T18:23:27.284Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-05-29T18:23:27.287Z | Downloaded parking_lot_core v0.9.12 |
| 897 | 2026-05-29T18:23:27.287Z | Downloaded rtoolbox v0.0.3 |
| 898 | 2026-05-29T18:23:27.287Z | Downloaded polyval v0.6.2 |
| 899 | 2026-05-29T18:23:27.289Z | Downloaded headers v0.4.1 |
| 900 | 2026-05-29T18:23:27.292Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-05-29T18:23:27.292Z | Downloaded pin-project-lite v0.2.17 |
| 902 | 2026-05-29T18:23:27.295Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-29T18:23:27.298Z | Downloaded hickory-resolver v0.25.2 |
| 904 | 2026-05-29T18:23:27.301Z | Downloaded hickory-resolver v0.24.4 |
| 905 | 2026-05-29T18:23:27.304Z | Downloaded rand_chacha v0.9.0 |
| 906 | 2026-05-29T18:23:27.304Z | Downloaded pkcs5 v0.7.1 |
| 907 | 2026-05-29T18:23:27.306Z | Downloaded pkg-config v0.3.32 |
| 908 | 2026-05-29T18:23:27.306Z | Downloaded poly1305 v0.8.0 |
| 909 | 2026-05-29T18:23:27.310Z | Downloaded rand_core v0.6.4 |
| 910 | 2026-05-29T18:23:27.310Z | Downloaded rand_core v0.10.0 |
| 911 | 2026-05-29T18:23:27.310Z | Downloaded derive_more-impl v2.1.1 |
| 912 | 2026-05-29T18:23:27.312Z | Downloaded r2d2 v0.8.10 |
| 913 | 2026-05-29T18:23:27.315Z | Downloaded quick-error v1.2.3 |
| 914 | 2026-05-29T18:23:27.315Z | Downloaded rand_seeder v0.4.0 |
| 915 | 2026-05-29T18:23:27.318Z | Downloaded rustc_version v0.4.1 |
| 916 | 2026-05-29T18:23:27.318Z | Downloaded postgres-types v0.2.12 |
| 917 | 2026-05-29T18:23:27.321Z | Downloaded omicron-zone-package v0.12.2 |
| 918 | 2026-05-29T18:23:27.321Z | Downloaded psm v0.1.30 |
| 919 | 2026-05-29T18:23:27.324Z | Downloaded diesel_derives v2.3.7 |
| 920 | 2026-05-29T18:23:27.326Z | Downloaded scheduled-thread-pool v0.2.7 |
| 921 | 2026-05-29T18:23:27.329Z | Downloaded salsa20 v0.10.2 |
| 922 | 2026-05-29T18:23:27.329Z | Downloaded rustc_version v0.1.7 |
| 923 | 2026-05-29T18:23:27.329Z | Downloaded scrypt v0.11.0 |
| 924 | 2026-05-29T18:23:27.332Z | Downloaded same-file v1.0.6 |
| 925 | 2026-05-29T18:23:27.332Z | Downloaded pkcs1 v0.7.5 |
| 926 | 2026-05-29T18:23:27.332Z | Downloaded password-hash v0.4.2 |
| 927 | 2026-05-29T18:23:27.335Z | Downloaded parse-display-derive v0.10.0 |
| 928 | 2026-05-29T18:23:27.335Z | Downloaded packed_struct v0.10.1 |
| 929 | 2026-05-29T18:23:27.338Z | Downloaded p256 v0.13.2 |
| 930 | 2026-05-29T18:23:27.338Z | Downloaded ref-cast v1.0.25 |
| 931 | 2026-05-29T18:23:27.341Z | Downloaded rand_core v0.9.5 |
| 932 | 2026-05-29T18:23:27.341Z | Downloaded progenitor v0.13.0 |
| 933 | 2026-05-29T18:23:27.343Z | Downloaded parking_lot v0.12.5 |
| 934 | 2026-05-29T18:23:27.343Z | Downloaded miniz_oxide v0.8.9 |
| 935 | 2026-05-29T18:23:27.346Z | Downloaded sapling-renderdag v0.1.0 |
| 936 | 2026-05-29T18:23:27.346Z | Downloaded owo-colors v4.3.0 |
| 937 | 2026-05-29T18:23:27.346Z | Downloaded memmap2 v0.9.10 |
| 938 | 2026-05-29T18:23:27.349Z | Downloaded indexmap v1.9.3 |
| 939 | 2026-05-29T18:23:27.352Z | Downloaded semver v0.1.20 |
| 940 | 2026-05-29T18:23:27.352Z | Downloaded serde-big-array v0.5.1 |
| 941 | 2026-05-29T18:23:27.352Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-05-29T18:23:27.352Z | Downloaded scopeguard v1.2.0 |
| 943 | 2026-05-29T18:23:27.355Z | Downloaded seq-macro v0.3.6 |
| 944 | 2026-05-29T18:23:27.355Z | Downloaded secrecy v0.8.0 |
| 945 | 2026-05-29T18:23:27.355Z | Downloaded secrecy v0.10.3 |
| 946 | 2026-05-29T18:23:27.358Z | Downloaded serde_bytes v0.11.19 |
| 947 | 2026-05-29T18:23:27.358Z | Downloaded ignore v0.4.25 |
| 948 | 2026-05-29T18:23:27.361Z | Downloaded expectorate v1.2.0 |
| 949 | 2026-05-29T18:23:27.361Z | Downloaded cc v1.2.56 |
| 950 | 2026-05-29T18:23:27.364Z | Downloaded bumpalo v3.20.2 |
| 951 | 2026-05-29T18:23:27.366Z | Downloaded derive-where v1.6.0 |
| 952 | 2026-05-29T18:23:27.366Z | Downloaded resolv-conf v0.7.6 |
| 953 | 2026-05-29T18:23:27.370Z | Downloaded jiff-static v0.2.21 |
| 954 | 2026-05-29T18:23:27.370Z | Downloaded darling_core v0.20.11 |
| 955 | 2026-05-29T18:23:27.373Z | Downloaded serde_urlencoded v0.7.1 |
| 956 | 2026-05-29T18:23:27.373Z | Downloaded aes v0.8.4 |
| 957 | 2026-05-29T18:23:27.376Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-05-29T18:23:27.378Z | Downloaded serde_plain v1.0.2 |
| 959 | 2026-05-29T18:23:27.378Z | Downloaded serde_spanned v1.0.4 |
| 960 | 2026-05-29T18:23:27.378Z | Downloaded fatfs v0.3.6 |
| 961 | 2026-05-29T18:23:27.381Z | Downloaded shell-words v1.1.1 |
| 962 | 2026-05-29T18:23:27.384Z | Downloaded ed25519-dalek v2.2.0 |
| 963 | 2026-05-29T18:23:27.384Z | Downloaded signal-hook-mio v0.2.5 |
| 964 | 2026-05-29T18:23:27.387Z | Downloaded rustc-hash v2.1.1 |
| 965 | 2026-05-29T18:23:27.387Z | Downloaded signature v2.2.0 |
| 966 | 2026-05-29T18:23:27.387Z | Downloaded curve25519-dalek v4.1.3 |
| 967 | 2026-05-29T18:23:27.392Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-05-29T18:23:27.395Z | Downloaded rustls-pemfile v1.0.4 |
| 969 | 2026-05-29T18:23:27.395Z | Downloaded rustls-native-certs v0.8.3 |
| 970 | 2026-05-29T18:23:27.399Z | Downloaded rustls-pemfile v2.2.0 |
| 971 | 2026-05-29T18:23:27.399Z | Downloaded postcard v1.1.3 |
| 972 | 2026-05-29T18:23:27.402Z | Downloaded siphasher v1.0.2 |
| 973 | 2026-05-29T18:23:27.402Z | Downloaded oso v0.27.3 |
| 974 | 2026-05-29T18:23:27.402Z | Downloaded rusty-fork v0.3.1 |
| 975 | 2026-05-29T18:23:27.405Z | Downloaded sigpipe v0.1.3 |
| 976 | 2026-05-29T18:23:27.405Z | Downloaded rustversion v1.0.22 |
| 977 | 2026-05-29T18:23:27.408Z | Downloaded minimal-lexical v0.2.1 |
| 978 | 2026-05-29T18:23:27.410Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-05-29T18:23:27.410Z | Downloaded papergrid v0.17.0 |
| 980 | 2026-05-29T18:23:27.413Z | Downloaded hashbrown v0.13.2 |
| 981 | 2026-05-29T18:23:27.417Z | Downloaded slog-bunyan v2.5.0 |
| 982 | 2026-05-29T18:23:27.420Z | Downloaded schemars_derive v0.8.22 |
| 983 | 2026-05-29T18:23:27.423Z | Downloaded quinn-udp v0.5.14 |
| 984 | 2026-05-29T18:23:27.426Z | Downloaded scroll v0.13.0 |
| 985 | 2026-05-29T18:23:27.429Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-05-29T18:23:27.437Z | Downloaded progenitor-impl v0.11.2 |
| 987 | 2026-05-29T18:23:27.441Z | Downloaded progenitor-impl v0.14.0 |
| 988 | 2026-05-29T18:23:27.445Z | Downloaded serde_path_to_error v0.1.20 |
| 989 | 2026-05-29T18:23:27.448Z | Downloaded ssh-encoding v0.2.0 |
| 990 | 2026-05-29T18:23:27.452Z | Downloaded ssh-cipher v0.2.0 |
| 991 | 2026-05-29T18:23:27.452Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-05-29T18:23:27.455Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-05-29T18:23:27.455Z | Downloaded crossterm v0.28.1 |
| 994 | 2026-05-29T18:23:27.458Z | Downloaded pin-project v1.1.11 |
| 995 | 2026-05-29T18:23:27.465Z | Downloaded structmeta v0.3.0 |
| 996 | 2026-05-29T18:23:27.468Z | Downloaded strsim v0.10.0 |
| 997 | 2026-05-29T18:23:27.468Z | Downloaded strip-ansi-escapes v0.2.1 |
| 998 | 2026-05-29T18:23:27.468Z | Downloaded shlex v1.3.0 |
| 999 | 2026-05-29T18:23:27.471Z | Downloaded rustls-pki-types v1.14.0 |
| 1000 | 2026-05-29T18:23:27.471Z | Downloaded rcgen v0.12.1 |
| 1001 | 2026-05-29T18:23:27.474Z | Downloaded sqlparser_derive v0.5.0 |
| 1002 | 2026-05-29T18:23:27.474Z | Downloaded serde_with_macros v1.5.2 |
| 1003 | 2026-05-29T18:23:27.477Z | Downloaded simd-adler32 v0.3.8 |
| 1004 | 2026-05-29T18:23:27.477Z | Downloaded signal-hook-registry v1.4.8 |
| 1005 | 2026-05-29T18:23:27.480Z | Downloaded hashbrown v0.12.3 |
| 1006 | 2026-05-29T18:23:27.483Z | Downloaded prettyplease v0.2.37 |
| 1007 | 2026-05-29T18:23:27.487Z | Downloaded slog-json v2.6.1 |
| 1008 | 2026-05-29T18:23:27.487Z | Downloaded strum v0.27.2 |
| 1009 | 2026-05-29T18:23:27.487Z | Downloaded strum v0.26.3 |
| 1010 | 2026-05-29T18:23:27.490Z | Downloaded tagptr v0.2.0 |
| 1011 | 2026-05-29T18:23:27.490Z | Downloaded supports-color v3.0.2 |
| 1012 | 2026-05-29T18:23:27.490Z | Downloaded slog-async v2.8.0 |
| 1013 | 2026-05-29T18:23:27.490Z | Downloaded slab v0.4.12 |
| 1014 | 2026-05-29T18:23:27.493Z | Downloaded pretty_assertions v1.4.1 |
| 1015 | 2026-05-29T18:23:27.493Z | Downloaded smf v0.2.3 |
| 1016 | 2026-05-29T18:23:27.493Z | Downloaded slog-scope v4.4.1 |
| 1017 | 2026-05-29T18:23:27.496Z | Downloaded slog-envlogger v2.2.0 |
| 1018 | 2026-05-29T18:23:27.496Z | Downloaded subtle v2.6.1 |
| 1019 | 2026-05-29T18:23:27.496Z | Downloaded slog-dtrace v0.3.0 |
| 1020 | 2026-05-29T18:23:27.499Z | Downloaded sct v0.7.1 |
| 1021 | 2026-05-29T18:23:27.502Z | Downloaded take_mut v0.2.2 |
| 1022 | 2026-05-29T18:23:27.502Z | Downloaded tabled_derive v0.11.0 |
| 1023 | 2026-05-29T18:23:27.502Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-05-29T18:23:27.505Z | Downloaded ron v0.8.1 |
| 1025 | 2026-05-29T18:23:27.507Z | Downloaded slog-term v2.9.2 |
| 1026 | 2026-05-29T18:23:27.508Z | Downloaded sec1 v0.7.3 |
| 1027 | 2026-05-29T18:23:27.510Z | Downloaded slog-stdlog v4.1.1 |
| 1028 | 2026-05-29T18:23:27.510Z | Downloaded sync_wrapper v1.0.2 |
| 1029 | 2026-05-29T18:23:27.510Z | Downloaded sync-ptr v0.1.4 |
| 1030 | 2026-05-29T18:23:27.513Z | Downloaded serde_cbor v0.11.2 |
| 1031 | 2026-05-29T18:23:27.513Z | Downloaded itertools v0.10.5 |
| 1032 | 2026-05-29T18:23:27.516Z | Downloaded tabwriter v1.4.1 |
| 1033 | 2026-05-29T18:23:27.519Z | Downloaded progenitor-impl v0.13.0 |
| 1034 | 2026-05-29T18:23:27.519Z | Downloaded spki v0.7.3 |
| 1035 | 2026-05-29T18:23:27.522Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2026-05-29T18:23:27.522Z | Downloaded testing_table v0.3.0 |
| 1037 | 2026-05-29T18:23:27.522Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-05-29T18:23:27.525Z | Downloaded snafu-derive v0.8.9 |
| 1039 | 2026-05-29T18:23:27.525Z | Downloaded hickory-server v0.25.2 |
| 1040 | 2026-05-29T18:23:27.527Z | Downloaded sha1 v0.10.6 |
| 1041 | 2026-05-29T18:23:27.527Z | Downloaded http v1.4.0 |
| 1042 | 2026-05-29T18:23:27.530Z | Downloaded mio v1.2.0 |
| 1043 | 2026-05-29T18:23:27.533Z | Downloaded thread-id v5.1.0 |
| 1044 | 2026-05-29T18:23:27.536Z | Downloaded dropshot-api-manager v0.7.2 |
| 1045 | 2026-05-29T18:23:27.538Z | Downloaded stacker v0.1.23 |
| 1046 | 2026-05-29T18:23:27.538Z | Downloaded sqlformat v0.3.5 |
| 1047 | 2026-05-29T18:23:27.541Z | Downloaded time-core v0.1.8 |
| 1048 | 2026-05-29T18:23:27.541Z | Downloaded static_assertions v1.1.0 |
| 1049 | 2026-05-29T18:23:27.545Z | Downloaded string_cache v0.8.9 |
| 1050 | 2026-05-29T18:23:27.545Z | Downloaded openssl-sys v0.9.115 |
| 1051 | 2026-05-29T18:23:27.548Z | Downloaded stringprep v0.1.5 |
| 1052 | 2026-05-29T18:23:27.548Z | Downloaded serde_with_macros v3.17.0 |
| 1053 | 2026-05-29T18:23:27.551Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-05-29T18:23:27.553Z | Downloaded tokio-macros v2.7.0 |
| 1055 | 2026-05-29T18:23:27.553Z | Downloaded strum_macros v0.24.3 |
| 1056 | 2026-05-29T18:23:27.553Z | Downloaded strum_macros v0.27.2 |
| 1057 | 2026-05-29T18:23:27.556Z | Downloaded strum_macros v0.26.4 |
| 1058 | 2026-05-29T18:23:27.557Z | Downloaded structmeta-derive v0.3.0 |
| 1059 | 2026-05-29T18:23:27.560Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-05-29T18:23:27.562Z | Downloaded rayon-core v1.13.0 |
| 1061 | 2026-05-29T18:23:27.565Z | Downloaded tap v1.0.1 |
| 1062 | 2026-05-29T18:23:27.565Z | Downloaded schemars v0.8.22 |
| 1063 | 2026-05-29T18:23:27.571Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-05-29T18:23:27.574Z | Downloaded aes-gcm v0.10.3 |
| 1065 | 2026-05-29T18:23:27.576Z | Downloaded hyper-util v0.1.20 |
| 1066 | 2026-05-29T18:23:27.579Z | Downloaded itertools v0.13.0 |
| 1067 | 2026-05-29T18:23:27.583Z | Downloaded nom v7.1.3 |
| 1068 | 2026-05-29T18:23:27.589Z | Downloaded thiserror-no-std v2.0.2 |
| 1069 | 2026-05-29T18:23:27.592Z | Downloaded termios v0.3.3 |
| 1070 | 2026-05-29T18:23:27.597Z | Downloaded thread_local v1.1.9 |
| 1071 | 2026-05-29T18:23:27.599Z | Downloaded hashbrown v0.16.1 |
| 1072 | 2026-05-29T18:23:27.602Z | Downloaded rand v0.8.6 |
| 1073 | 2026-05-29T18:23:27.605Z | Downloaded quinn v0.11.9 |
| 1074 | 2026-05-29T18:23:27.608Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-05-29T18:23:27.608Z | Downloaded tiny-keccak v2.0.2 |
| 1076 | 2026-05-29T18:23:27.611Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-05-29T18:23:27.611Z | Downloaded trait-variant v0.1.2 |
| 1078 | 2026-05-29T18:23:27.611Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-05-29T18:23:27.614Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-05-29T18:23:27.614Z | Downloaded crossterm v0.29.0 |
| 1081 | 2026-05-29T18:23:27.617Z | Downloaded similar v2.7.0 |
| 1082 | 2026-05-29T18:23:27.620Z | Downloaded typify-macro v0.6.2 |
| 1083 | 2026-05-29T18:23:27.623Z | Downloaded tls_codec_derive v0.4.2 |
| 1084 | 2026-05-29T18:23:27.623Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-05-29T18:23:27.626Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1086 | 2026-05-29T18:23:27.626Z | Downloaded tokio-dtrace v0.1.1 |
| 1087 | 2026-05-29T18:23:27.629Z | Downloaded libxml v0.3.3 |
| 1088 | 2026-05-29T18:23:27.632Z | Downloaded publicsuffix v2.3.0 |
| 1089 | 2026-05-29T18:23:27.635Z | Downloaded num-bigint v0.4.6 |
| 1090 | 2026-05-29T18:23:27.638Z | Downloaded slog v2.8.2 |
| 1091 | 2026-05-29T18:23:27.638Z | Downloaded unarray v0.1.4 |
| 1092 | 2026-05-29T18:23:27.641Z | Downloaded tokio-rustls v0.25.0 |
| 1093 | 2026-05-29T18:23:27.641Z | Downloaded unit-prefix v0.5.2 |
| 1094 | 2026-05-29T18:23:27.644Z | Downloaded typify-macro v0.4.3 |
| 1095 | 2026-05-29T18:23:27.644Z | Downloaded untrusted v0.9.0 |
| 1096 | 2026-05-29T18:23:27.647Z | Downloaded untrusted v0.7.1 |
| 1097 | 2026-05-29T18:23:27.647Z | Downloaded universal-hash v0.5.1 |
| 1098 | 2026-05-29T18:23:27.647Z | Downloaded unicode-truncate v1.1.0 |
| 1099 | 2026-05-29T18:23:27.649Z | Downloaded tokio-native-tls v0.3.1 |
| 1100 | 2026-05-29T18:23:27.653Z | Downloaded hashbrown v0.15.5 |
| 1101 | 2026-05-29T18:23:27.656Z | Downloaded rsa v0.9.10 |
| 1102 | 2026-05-29T18:23:27.660Z | Downloaded support-bundle-viewer v0.1.2 |
| 1103 | 2026-05-29T18:23:27.663Z | Downloaded tokio-tungstenite v0.21.0 |
| 1104 | 2026-05-29T18:23:27.666Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1105 | 2026-05-29T18:23:27.666Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1106 | 2026-05-29T18:23:27.666Z | Downloaded spin v0.9.8 |
| 1107 | 2026-05-29T18:23:27.669Z | Downloaded usdt-attr-macro v0.6.0 |
| 1108 | 2026-05-29T18:23:27.669Z | Downloaded usdt v0.6.0 |
| 1109 | 2026-05-29T18:23:27.671Z | Downloaded utf-8 v0.7.6 |
| 1110 | 2026-05-29T18:23:27.671Z | Downloaded usdt-macro v0.6.0 |
| 1111 | 2026-05-29T18:23:27.672Z | Downloaded void v1.0.2 |
| 1112 | 2026-05-29T18:23:27.672Z | Downloaded rand v0.9.2 |
| 1113 | 2026-05-29T18:23:27.675Z | Downloaded term v1.2.1 |
| 1114 | 2026-05-29T18:23:27.678Z | Downloaded term v0.7.0 |
| 1115 | 2026-05-29T18:23:27.683Z | Downloaded tui-tree-widget v0.23.1 |
| 1116 | 2026-05-29T18:23:27.686Z | Downloaded wait-timeout v0.2.1 |
| 1117 | 2026-05-29T18:23:27.686Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1118 | 2026-05-29T18:23:27.689Z | Downloaded want v0.3.1 |
| 1119 | 2026-05-29T18:23:27.689Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1120 | 2026-05-29T18:23:27.692Z | Downloaded time-macros v0.2.27 |
| 1121 | 2026-05-29T18:23:27.698Z | Downloaded tower-service v0.3.3 |
| 1122 | 2026-05-29T18:23:27.702Z | Downloaded xattr v1.6.1 |
| 1123 | 2026-05-29T18:23:27.704Z | Downloaded futures-util v0.3.32 |
| 1124 | 2026-05-29T18:23:27.710Z | Downloaded schemars v0.9.0 |
| 1125 | 2026-05-29T18:23:27.717Z | Downloaded xshell-macros v0.2.7 |
| 1126 | 2026-05-29T18:23:27.721Z | Downloaded tokio-stream v0.1.18 |
| 1127 | 2026-05-29T18:23:27.723Z | Downloaded tokio-rustls v0.26.4 |
| 1128 | 2026-05-29T18:23:27.723Z | Downloaded tokio-rustls v0.24.1 |
| 1129 | 2026-05-29T18:23:27.723Z | Downloaded zeroize_derive v1.4.3 |
| 1130 | 2026-05-29T18:23:27.724Z | Downloaded unicase v2.9.0 |
| 1131 | 2026-05-29T18:23:27.726Z | Downloaded subprocess v0.2.15 |
| 1132 | 2026-05-29T18:23:27.726Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-05-29T18:23:27.729Z | Downloaded samael v0.0.19 |
| 1134 | 2026-05-29T18:23:27.732Z | Downloaded num-bigint-dig v0.8.6 |
| 1135 | 2026-05-29T18:23:27.734Z | Downloaded hyper v1.8.1 |
| 1136 | 2026-05-29T18:23:27.738Z | Downloaded test-strategy v0.4.5 |
| 1137 | 2026-05-29T18:23:27.741Z | Downloaded vergen-lib v0.1.6 |
| 1138 | 2026-05-29T18:23:27.744Z | Downloaded vergen-gitcl v1.0.8 |
| 1139 | 2026-05-29T18:23:27.744Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-05-29T18:23:27.744Z | Downloaded vergen-lib v9.1.0 |
| 1141 | 2026-05-29T18:23:27.747Z | Downloaded tokio-tungstenite v0.23.1 |
| 1142 | 2026-05-29T18:23:27.747Z | Downloaded itertools v0.12.1 |
| 1143 | 2026-05-29T18:23:27.749Z | Downloaded usdt-impl v0.6.0 |
| 1144 | 2026-05-29T18:23:27.752Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1145 | 2026-05-29T18:23:27.752Z | Downloaded itertools v0.14.0 |
| 1146 | 2026-05-29T18:23:27.756Z | Downloaded walkdir v2.5.0 |
| 1147 | 2026-05-29T18:23:27.759Z | Downloaded socket2 v0.6.3 |
| 1148 | 2026-05-29T18:23:27.759Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-05-29T18:23:27.762Z | Downloaded hkdf v0.12.4 |
| 1150 | 2026-05-29T18:23:27.764Z | Downloaded waitgroup v0.1.2 |
| 1151 | 2026-05-29T18:23:27.764Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-05-29T18:23:27.767Z | Downloaded vergen-git2 v9.1.0 |
| 1153 | 2026-05-29T18:23:27.767Z | Downloaded iri-string v0.7.10 |
| 1154 | 2026-05-29T18:23:27.772Z | Downloaded wyz v0.5.1 |
| 1155 | 2026-05-29T18:23:27.775Z | Downloaded rustls-webpki v0.103.9 |
| 1156 | 2026-05-29T18:23:27.778Z | Downloaded whoami v1.6.1 |
| 1157 | 2026-05-29T18:23:27.780Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-05-29T18:23:27.794Z | Downloaded zeroize v1.8.2 |
| 1159 | 2026-05-29T18:23:27.797Z | Downloaded zone v0.3.1 |
| 1160 | 2026-05-29T18:23:27.801Z | Downloaded schemars v1.2.1 |
| 1161 | 2026-05-29T18:23:27.810Z | Downloaded tungstenite v0.23.0 |
| 1162 | 2026-05-29T18:23:27.813Z | Downloaded russh v0.45.0 |
| 1163 | 2026-05-29T18:23:27.815Z | Downloaded zstd-safe v7.2.4 |
| 1164 | 2026-05-29T18:23:27.818Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-29T18:23:27.818Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-05-29T18:23:27.821Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1167 | 2026-05-29T18:23:27.824Z | Downloaded whoami v2.1.0 |
| 1168 | 2026-05-29T18:23:27.824Z | Downloaded typify v0.6.2 |
| 1169 | 2026-05-29T18:23:27.827Z | Downloaded rand v0.10.0 |
| 1170 | 2026-05-29T18:23:27.830Z | Downloaded toml v0.7.8 |
| 1171 | 2026-05-29T18:23:27.830Z | Downloaded tinyvec v1.10.0 |
| 1172 | 2026-05-29T18:23:27.833Z | Downloaded unicode-bidi v0.3.18 |
| 1173 | 2026-05-29T18:23:27.833Z | Downloaded tungstenite v0.21.0 |
| 1174 | 2026-05-29T18:23:27.836Z | Downloaded tar v0.4.45 |
| 1175 | 2026-05-29T18:23:27.838Z | Downloaded typify v0.4.3 |
| 1176 | 2026-05-29T18:23:27.841Z | Downloaded zerocopy v0.6.6 |
| 1177 | 2026-05-29T18:23:27.841Z | Downloaded vergen v9.1.0 |
| 1178 | 2026-05-29T18:23:27.844Z | Downloaded serde_with v1.14.0 |
| 1179 | 2026-05-29T18:23:27.847Z | Downloaded uuid v1.23.0 |
| 1180 | 2026-05-29T18:23:27.847Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-05-29T18:23:27.850Z | Downloaded rpassword v7.4.0 |
| 1182 | 2026-05-29T18:23:27.850Z | Downloaded libm v0.2.16 |
| 1183 | 2026-05-29T18:23:27.855Z | Downloaded yasna v0.5.2 |
| 1184 | 2026-05-29T18:23:27.857Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-29T18:23:27.857Z | Downloaded tracing-core v0.1.36 |
| 1186 | 2026-05-29T18:23:27.860Z | Downloaded steno v0.4.1 |
| 1187 | 2026-05-29T18:23:27.863Z | Downloaded uzers v0.12.2 |
| 1188 | 2026-05-29T18:23:27.863Z | Downloaded p521 v0.13.3 |
| 1189 | 2026-05-29T18:23:27.866Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1190 | 2026-05-29T18:23:27.869Z | Downloaded iddqd v0.4.2 |
| 1191 | 2026-05-29T18:23:27.872Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-05-29T18:23:27.875Z | Downloaded reedline v0.40.0 |
| 1193 | 2026-05-29T18:23:27.878Z | Downloaded vte v0.14.1 |
| 1194 | 2026-05-29T18:23:27.881Z | Downloaded blake3 v1.8.3 |
| 1195 | 2026-05-29T18:23:27.885Z | Downloaded toml_edit v0.19.15 |
| 1196 | 2026-05-29T18:23:27.894Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-05-29T18:23:27.897Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-05-29T18:23:27.900Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-05-29T18:23:27.907Z | Downloaded tokio-postgres v0.7.16 |
| 1200 | 2026-05-29T18:23:27.910Z | Downloaded h2 v0.4.13 |
| 1201 | 2026-05-29T18:23:27.913Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-05-29T18:23:27.916Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-05-29T18:23:27.919Z | Downloaded chrono v0.4.44 |
| 1204 | 2026-05-29T18:23:27.924Z | Downloaded zip v0.6.6 |
| 1205 | 2026-05-29T18:23:27.927Z | Downloaded aws-lc-rs v1.16.3 |
| 1206 | 2026-05-29T18:23:27.933Z | Downloaded ssh-key v0.6.7 |
| 1207 | 2026-05-29T18:23:27.936Z | Downloaded regex v1.12.3 |
| 1208 | 2026-05-29T18:23:27.940Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-05-29T18:23:27.946Z | Downloaded unicode_categories v0.1.1 |
| 1210 | 2026-05-29T18:23:27.956Z | Downloaded reqwest v0.13.2 |
| 1211 | 2026-05-29T18:23:27.962Z | Downloaded git2 v0.20.4 |
| 1212 | 2026-05-29T18:23:27.973Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-05-29T18:23:27.984Z | Downloaded unicode-segmentation v1.12.0 |
| 1214 | 2026-05-29T18:23:27.987Z | Downloaded quick-xml v0.37.5 |
| 1215 | 2026-05-29T18:23:27.991Z | Downloaded moka v0.12.13 |
| 1216 | 2026-05-29T18:23:27.995Z | Downloaded reqwest v0.12.28 |
| 1217 | 2026-05-29T18:23:28.005Z | Downloaded portable-atomic v1.13.1 |
| 1218 | 2026-05-29T18:23:28.009Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-05-29T18:23:28.012Z | Downloaded tower v0.5.3 |
| 1220 | 2026-05-29T18:23:28.032Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-05-29T18:23:28.032Z | Downloaded rustls-webpki v0.101.7 |
| 1222 | 2026-05-29T18:23:28.036Z | Downloaded zerocopy-derive v0.8.40 |
| 1223 | 2026-05-29T18:23:28.039Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-05-29T18:23:28.042Z | Downloaded goblin v0.10.5 |
| 1225 | 2026-05-29T18:23:28.045Z | Downloaded proptest v1.10.0 |
| 1226 | 2026-05-29T18:23:28.049Z | Downloaded x509-cert v0.2.5 |
| 1227 | 2026-05-29T18:23:28.053Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-05-29T18:23:28.063Z | Downloaded salty v0.3.0 |
| 1229 | 2026-05-29T18:23:28.067Z | Downloaded object v0.30.4 |
| 1230 | 2026-05-29T18:23:28.073Z | Downloaded quinn-proto v0.11.13 |
| 1231 | 2026-05-29T18:23:28.077Z | Downloaded winnow v0.5.40 |
| 1232 | 2026-05-29T18:23:28.082Z | Downloaded tokio-util v0.7.18 |
| 1233 | 2026-05-29T18:23:28.087Z | Downloaded tower-http v0.6.8 |
| 1234 | 2026-05-29T18:23:28.091Z | Downloaded tough v0.22.0 |
| 1235 | 2026-05-29T18:23:28.096Z | Downloaded zip v4.6.1 |
| 1236 | 2026-05-29T18:23:28.099Z | Downloaded winnow v0.6.26 |
| 1237 | 2026-05-29T18:23:28.103Z | Downloaded dropshot v0.17.0 |
| 1238 | 2026-05-29T18:23:28.116Z | Downloaded serde_with v3.17.0 |
| 1239 | 2026-05-29T18:23:28.123Z | Downloaded openssl v0.10.79 |
| 1240 | 2026-05-29T18:23:28.128Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-05-29T18:23:28.134Z | Downloaded nix v0.27.1 |
| 1242 | 2026-05-29T18:23:28.140Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-05-29T18:23:28.145Z | Downloaded petname v2.0.2 |
| 1244 | 2026-05-29T18:23:28.148Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-05-29T18:23:28.152Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-05-29T18:23:28.155Z | Downloaded smoltcp v0.9.1 |
| 1247 | 2026-05-29T18:23:28.161Z | Downloaded vcpkg v0.2.15 |
| 1248 | 2026-05-29T18:23:28.184Z | Downloaded nix v0.31.2 |
| 1249 | 2026-05-29T18:23:28.190Z | Downloaded hickory-proto v0.24.4 |
| 1250 | 2026-05-29T18:23:28.199Z | Downloaded openapiv3 v2.2.0 |
| 1251 | 2026-05-29T18:23:28.206Z | Downloaded hickory-proto v0.25.2 |
| 1252 | 2026-05-29T18:23:28.214Z | Downloaded tabled v0.20.0 |
| 1253 | 2026-05-29T18:23:28.224Z | Downloaded regex-syntax v0.6.29 |
| 1254 | 2026-05-29T18:23:28.228Z | Downloaded time v0.3.47 |
| 1255 | 2026-05-29T18:23:28.235Z | Downloaded nix v0.28.0 |
| 1256 | 2026-05-29T18:23:28.256Z | Downloaded rustls v0.21.12 |
| 1257 | 2026-05-29T18:23:28.290Z | Downloaded object v0.37.3 |
| 1258 | 2026-05-29T18:23:28.298Z | Downloaded webpki-roots v1.0.6 |
| 1259 | 2026-05-29T18:23:28.301Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-29T18:23:28.307Z | Downloaded zerocopy v0.8.40 |
| 1261 | 2026-05-29T18:23:28.312Z | Downloaded smoltcp v0.11.0 |
| 1262 | 2026-05-29T18:23:28.319Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-05-29T18:23:28.324Z | Downloaded rustls v0.23.37 |
| 1264 | 2026-05-29T18:23:28.331Z | Downloaded regress v0.10.5 |
| 1265 | 2026-05-29T18:23:28.335Z | Downloaded regress v0.11.1 |
| 1266 | 2026-05-29T18:23:28.340Z | Downloaded rustix v0.38.44 |
| 1267 | 2026-05-29T18:23:28.354Z | Downloaded ratatui v0.29.0 |
| 1268 | 2026-05-29T18:23:28.366Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-05-29T18:23:28.378Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1270 | 2026-05-29T18:23:28.388Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-05-29T18:23:28.398Z | Downloaded zerocopy-derive v0.6.6 |
| 1272 | 2026-05-29T18:23:28.403Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-05-29T18:23:28.422Z | Downloaded petgraph v0.6.5 |
| 1274 | 2026-05-29T18:23:28.432Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-05-29T18:23:28.441Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-05-29T18:23:28.454Z | Downloaded typify-impl v0.4.3 |
| 1277 | 2026-05-29T18:23:28.461Z | Downloaded jiff v0.2.21 |
| 1278 | 2026-05-29T18:23:28.473Z | Downloaded sled v0.34.7 |
| 1279 | 2026-05-29T18:23:28.480Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-05-29T18:23:28.494Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-05-29T18:23:28.503Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-05-29T18:23:28.524Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-05-29T18:23:28.534Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-05-29T18:23:28.571Z | Downloaded csv v1.4.0 |
| 1285 | 2026-05-29T18:23:28.583Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-29T18:23:28.663Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-29T18:23:28.684Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-29T18:23:28.716Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-29T18:23:29.095Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-29T18:23:29.342Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-29T18:23:29.342Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-29T18:23:29.345Z | Compiling log v0.4.29 |
| 1293 | 2026-05-29T18:23:29.345Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-29T18:23:29.345Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-29T18:23:29.345Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-29T18:23:29.345Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-29T18:23:29.345Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-29T18:23:29.345Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-29T18:23:29.345Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-29T18:23:29.509Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-29T18:23:29.516Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-29T18:23:29.540Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-29T18:23:29.552Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-29T18:23:29.555Z | Compiling portable-atomic v1.13.1 |
| 1305 | 2026-05-29T18:23:29.564Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-05-29T18:23:29.754Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-29T18:23:29.757Z | Compiling parking_lot_core v0.9.12 |
| 1308 | 2026-05-29T18:23:29.781Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-29T18:23:29.784Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-29T18:23:29.796Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-05-29T18:23:29.835Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-29T18:23:29.838Z | Compiling libm v0.2.16 |
| 1313 | 2026-05-29T18:23:29.862Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-29T18:23:29.926Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-29T18:23:29.970Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-05-29T18:23:29.987Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-05-29T18:23:30.001Z | Compiling futures-io v0.3.32 |
| 1318 | 2026-05-29T18:23:30.049Z | Compiling cpufeatures v0.2.17 |
| 1319 | 2026-05-29T18:23:30.062Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-29T18:23:30.183Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-05-29T18:23:30.196Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-29T18:23:30.224Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-05-29T18:23:30.240Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-29T18:23:30.255Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-29T18:23:30.361Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-05-29T18:23:30.408Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-29T18:23:30.427Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-29T18:23:30.430Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-05-29T18:23:30.453Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-05-29T18:23:30.466Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-05-29T18:23:30.470Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-29T18:23:30.513Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-29T18:23:30.535Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-29T18:23:30.581Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-29T18:23:30.628Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-29T18:23:30.633Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-29T18:23:30.671Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-29T18:23:30.739Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-29T18:23:30.753Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-29T18:23:30.768Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-05-29T18:23:30.845Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-29T18:23:30.922Z | Compiling pem-rfc7468 v0.7.0 |
| 1343 | 2026-05-29T18:23:30.944Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-05-29T18:23:30.958Z | Compiling rustix v1.1.3 |
| 1345 | 2026-05-29T18:23:30.972Z | Compiling iana-time-zone v0.1.65 |
| 1346 | 2026-05-29T18:23:31.001Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-29T18:23:31.022Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-05-29T18:23:31.041Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-29T18:23:31.072Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-29T18:23:31.193Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-29T18:23:31.226Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-05-29T18:23:31.245Z | Compiling base64 v0.22.1 |
| 1353 | 2026-05-29T18:23:31.259Z | Compiling openssl-probe v0.2.1 |
| 1354 | 2026-05-29T18:23:31.321Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-05-29T18:23:31.334Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-29T18:23:31.404Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-29T18:23:31.455Z | Compiling untrusted v0.9.0 |
| 1358 | 2026-05-29T18:23:31.481Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-29T18:23:31.495Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-29T18:23:31.534Z | Compiling aho-corasick v1.1.4 |
| 1361 | 2026-05-29T18:23:31.537Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-05-29T18:23:31.562Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-05-29T18:23:31.591Z | Compiling dyn-clone v1.0.20 |
| 1364 | 2026-05-29T18:23:31.595Z | Compiling schemars v0.8.22 |
| 1365 | 2026-05-29T18:23:31.632Z | Compiling rustls v0.23.37 |
| 1366 | 2026-05-29T18:23:31.690Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-05-29T18:23:31.750Z | Compiling tower-service v0.3.3 |
| 1368 | 2026-05-29T18:23:31.764Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-29T18:23:31.807Z | Compiling want v0.3.1 |
| 1370 | 2026-05-29T18:23:31.821Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2026-05-29T18:23:31.825Z | Compiling openssl v0.10.79 |
| 1372 | 2026-05-29T18:23:31.865Z | Compiling httpdate v1.0.3 |
| 1373 | 2026-05-29T18:23:31.868Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-29T18:23:31.868Z | Compiling spin v0.9.8 |
| 1375 | 2026-05-29T18:23:31.868Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-05-29T18:23:31.895Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-05-29T18:23:31.951Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-05-29T18:23:31.955Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-29T18:23:31.955Z | Compiling time-core v0.1.8 |
| 1380 | 2026-05-29T18:23:31.993Z | Compiling num-conv v0.2.0 |
| 1381 | 2026-05-29T18:23:32.008Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-29T18:23:32.097Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-29T18:23:32.120Z | Compiling deranged v0.5.8 |
| 1384 | 2026-05-29T18:23:32.134Z | Compiling usdt-impl v0.6.0 |
| 1385 | 2026-05-29T18:23:32.149Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-05-29T18:23:32.149Z | Compiling siphasher v1.0.2 |
| 1387 | 2026-05-29T18:23:32.176Z | Compiling quick-error v1.2.3 |
| 1388 | 2026-05-29T18:23:32.190Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-05-29T18:23:32.193Z | Compiling num_threads v0.1.7 |
| 1390 | 2026-05-29T18:23:32.222Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-05-29T18:23:32.293Z | Compiling syn v1.0.109 |
| 1392 | 2026-05-29T18:23:32.306Z | Compiling simd-adler32 v0.3.8 |
| 1393 | 2026-05-29T18:23:32.322Z | Compiling heapless v0.7.17 |
| 1394 | 2026-05-29T18:23:32.382Z | Compiling slog v2.8.2 |
| 1395 | 2026-05-29T18:23:32.395Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-05-29T18:23:32.409Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-29T18:23:32.412Z | Compiling openssl-sys v0.9.115 |
| 1398 | 2026-05-29T18:23:32.479Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-05-29T18:23:32.508Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-05-29T18:23:32.562Z | Compiling tempfile v3.25.0 |
| 1401 | 2026-05-29T18:23:32.584Z | Compiling bit-set v0.8.0 |
| 1402 | 2026-05-29T18:23:32.598Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1403 | 2026-05-29T18:23:32.612Z | Compiling rand_xorshift v0.4.0 |
| 1404 | 2026-05-29T18:23:32.636Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-05-29T18:23:32.774Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-05-29T18:23:32.800Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-05-29T18:23:32.846Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-05-29T18:23:32.911Z | Compiling rusty-fork v0.3.1 |
| 1409 | 2026-05-29T18:23:33.034Z | Compiling darling_core v0.21.3 |
| 1410 | 2026-05-29T18:23:33.155Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-29T18:23:33.259Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-29T18:23:33.276Z | Compiling iri-string v0.7.10 |
| 1413 | 2026-05-29T18:23:33.291Z | Compiling unicode-properties v0.1.4 |
| 1414 | 2026-05-29T18:23:33.295Z | Compiling time v0.3.47 |
| 1415 | 2026-05-29T18:23:33.364Z | Compiling anyhow v1.0.102 |
| 1416 | 2026-05-29T18:23:33.408Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-05-29T18:23:33.462Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-29T18:23:33.529Z | Compiling zstd-safe v7.2.4 |
| 1419 | 2026-05-29T18:23:33.543Z | Compiling ryu v1.0.23 |
| 1420 | 2026-05-29T18:23:33.639Z | Compiling adler2 v2.0.1 |
| 1421 | 2026-05-29T18:23:33.698Z | Compiling unarray v0.1.4 |
| 1422 | 2026-05-29T18:23:33.735Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-05-29T18:23:33.748Z | Compiling unicode-bidi v0.3.18 |
| 1424 | 2026-05-29T18:23:33.764Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-29T18:23:33.961Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-05-29T18:23:34.024Z | Compiling curve25519-dalek v4.1.3 |
| 1427 | 2026-05-29T18:23:34.299Z | Compiling stringprep v0.1.5 |
| 1428 | 2026-05-29T18:23:34.302Z | Compiling vergen-lib v9.1.0 |
| 1429 | 2026-05-29T18:23:34.385Z | Compiling ff v0.13.1 |
| 1430 | 2026-05-29T18:23:34.399Z | Compiling hash32 v0.2.1 |
| 1431 | 2026-05-29T18:23:34.421Z | Compiling serde_derive v1.0.228 |
| 1432 | 2026-05-29T18:23:34.448Z | Compiling zeroize_derive v1.4.3 |
| 1433 | 2026-05-29T18:23:34.499Z | Compiling zerofrom-derive v0.1.6 |
| 1434 | 2026-05-29T18:23:34.530Z | Compiling yoke-derive v0.8.1 |
| 1435 | 2026-05-29T18:23:34.603Z | Compiling zerovec-derive v0.11.2 |
| 1436 | 2026-05-29T18:23:34.606Z | Compiling zerocopy-derive v0.8.40 |
| 1437 | 2026-05-29T18:23:34.776Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-05-29T18:23:34.811Z | Compiling tokio-macros v2.7.0 |
| 1439 | 2026-05-29T18:23:34.900Z | Compiling futures-macro v0.3.32 |
| 1440 | 2026-05-29T18:23:35.191Z | Compiling zeroize v1.8.2 |
| 1441 | 2026-05-29T18:23:35.206Z | Compiling der_derive v0.7.3 |
| 1442 | 2026-05-29T18:23:35.591Z | Compiling rustls-pki-types v1.14.0 |
| 1443 | 2026-05-29T18:23:35.604Z | Compiling tracing-attributes v0.1.31 |
| 1444 | 2026-05-29T18:23:35.607Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-05-29T18:23:35.776Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-29T18:23:35.790Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-29T18:23:35.805Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-05-29T18:23:35.962Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-05-29T18:23:35.983Z | Compiling zerofrom v0.1.6 |
| 1450 | 2026-05-29T18:23:36.071Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-05-29T18:23:36.120Z | Compiling yoke v0.8.1 |
| 1452 | 2026-05-29T18:23:36.134Z | Compiling block-padding v0.3.3 |
| 1453 | 2026-05-29T18:23:36.214Z | Compiling digest v0.10.7 |
| 1454 | 2026-05-29T18:23:36.251Z | Compiling der v0.7.10 |
| 1455 | 2026-05-29T18:23:36.264Z | Compiling inout v0.1.4 |
| 1456 | 2026-05-29T18:23:36.315Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-05-29T18:23:36.328Z | Compiling zerotrie v0.2.3 |
| 1458 | 2026-05-29T18:23:36.444Z | Compiling hmac v0.12.1 |
| 1459 | 2026-05-29T18:23:36.481Z | Compiling sha2 v0.10.9 |
| 1460 | 2026-05-29T18:23:36.619Z | Compiling cipher v0.4.4 |
| 1461 | 2026-05-29T18:23:36.645Z | Compiling pbkdf2 v0.12.2 |
| 1462 | 2026-05-29T18:23:36.692Z | Compiling scroll_derive v0.13.1 |
| 1463 | 2026-05-29T18:23:36.777Z | Compiling tinystr v0.8.2 |
| 1464 | 2026-05-29T18:23:36.842Z | Compiling potential_utf v0.1.4 |
| 1465 | 2026-05-29T18:23:36.903Z | Compiling salsa20 v0.10.2 |
| 1466 | 2026-05-29T18:23:36.975Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-05-29T18:23:37.002Z | Compiling icu_collections v2.1.1 |
| 1468 | 2026-05-29T18:23:37.017Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-29T18:23:37.031Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-05-29T18:23:37.059Z | Compiling tracing v0.1.44 |
| 1471 | 2026-05-29T18:23:37.075Z | Compiling cbc v0.1.2 |
| 1472 | 2026-05-29T18:23:37.113Z | Compiling spki v0.7.3 |
| 1473 | 2026-05-29T18:23:37.134Z | Compiling aes v0.8.4 |
| 1474 | 2026-05-29T18:23:37.336Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-29T18:23:37.364Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-29T18:23:37.378Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-05-29T18:23:37.539Z | Compiling dtrace-parser v0.3.0 |
| 1478 | 2026-05-29T18:23:37.552Z | Compiling signature v2.2.0 |
| 1479 | 2026-05-29T18:23:37.573Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-05-29T18:23:37.690Z | Compiling icu_provider v2.1.1 |
| 1481 | 2026-05-29T18:23:37.755Z | Compiling scroll v0.13.0 |
| 1482 | 2026-05-29T18:23:37.785Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-05-29T18:23:37.856Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-29T18:23:37.919Z | Compiling pkcs8 v0.10.2 |
| 1485 | 2026-05-29T18:23:37.934Z | Compiling bytes v1.11.1 |
| 1486 | 2026-05-29T18:23:37.934Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-29T18:23:37.962Z | Compiling icu_properties v2.1.2 |
| 1488 | 2026-05-29T18:23:38.003Z | Compiling chrono v0.4.44 |
| 1489 | 2026-05-29T18:23:38.025Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-05-29T18:23:38.048Z | Compiling goblin v0.10.5 |
| 1491 | 2026-05-29T18:23:38.068Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-05-29T18:23:38.130Z | Compiling scroll_derive v0.12.1 |
| 1493 | 2026-05-29T18:23:38.234Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-05-29T18:23:38.246Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-29T18:23:38.305Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-05-29T18:23:38.500Z | Compiling tokio v1.52.1 |
| 1497 | 2026-05-29T18:23:38.522Z | Compiling http v1.4.0 |
| 1498 | 2026-05-29T18:23:38.541Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2026-05-29T18:23:38.561Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-05-29T18:23:38.806Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-05-29T18:23:38.809Z | Compiling md-5 v0.10.6 |
| 1502 | 2026-05-29T18:23:38.832Z | Compiling idna_adapter v1.2.1 |
| 1503 | 2026-05-29T18:23:38.890Z | Compiling scroll v0.12.0 |
| 1504 | 2026-05-29T18:23:38.973Z | Compiling idna v1.1.0 |
| 1505 | 2026-05-29T18:23:38.987Z | Compiling derive_builder_macro v0.20.2 |
| 1506 | 2026-05-29T18:23:38.990Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-05-29T18:23:38.990Z | Compiling bstr v1.12.1 |
| 1508 | 2026-05-29T18:23:39.051Z | Compiling ppv-lite86 v0.2.21 |
| 1509 | 2026-05-29T18:23:39.074Z | Compiling pin-project-internal v1.1.11 |
| 1510 | 2026-05-29T18:23:39.178Z | Compiling http-body v1.0.1 |
| 1511 | 2026-05-29T18:23:39.230Z | Compiling async-trait v0.1.89 |
| 1512 | 2026-05-29T18:23:39.348Z | Compiling url v2.5.8 |
| 1513 | 2026-05-29T18:23:39.394Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-05-29T18:23:39.409Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-05-29T18:23:39.488Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-05-29T18:23:39.492Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-05-29T18:23:39.522Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-29T18:23:39.536Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-05-29T18:23:39.640Z | Compiling rand v0.9.2 |
| 1520 | 2026-05-29T18:23:39.653Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-05-29T18:23:39.667Z | Compiling mime v0.3.17 |
| 1522 | 2026-05-29T18:23:39.671Z | Compiling base16ct v0.2.0 |
| 1523 | 2026-05-29T18:23:39.743Z | Compiling litrs v1.0.0 |
| 1524 | 2026-05-29T18:23:39.941Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-05-29T18:23:40.207Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-05-29T18:23:40.224Z | Compiling psl-types v2.0.11 |
| 1527 | 2026-05-29T18:23:40.271Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-29T18:23:40.310Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-05-29T18:23:40.325Z | Compiling cfg_aliases v0.2.1 |
| 1530 | 2026-05-29T18:23:40.350Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-05-29T18:23:40.364Z | Compiling rustix v0.38.44 |
| 1532 | 2026-05-29T18:23:40.367Z | Compiling fallible-iterator v0.2.0 |
| 1533 | 2026-05-29T18:23:40.410Z | Compiling nix v0.31.2 |
| 1534 | 2026-05-29T18:23:40.423Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-05-29T18:23:40.454Z | Compiling zerocopy v0.7.35 |
| 1536 | 2026-05-29T18:23:40.524Z | Compiling document-features v0.2.12 |
| 1537 | 2026-05-29T18:23:40.606Z | Compiling pin-project v1.1.11 |
| 1538 | 2026-05-29T18:23:40.671Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-29T18:23:40.716Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-05-29T18:23:40.760Z | Compiling sec1 v0.7.3 |
| 1541 | 2026-05-29T18:23:40.800Z | Compiling dof v0.4.0 |
| 1542 | 2026-05-29T18:23:40.852Z | Compiling rand v0.8.6 |
| 1543 | 2026-05-29T18:23:40.868Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-29T18:23:40.939Z | Compiling oxnet v0.1.4 |
| 1545 | 2026-05-29T18:23:40.964Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-05-29T18:23:41.018Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-29T18:23:41.088Z | Compiling hex v0.4.3 |
| 1548 | 2026-05-29T18:23:41.106Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-05-29T18:23:41.138Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-29T18:23:41.230Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-05-29T18:23:41.262Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-05-29T18:23:41.289Z | Compiling regex v1.12.3 |
| 1553 | 2026-05-29T18:23:41.428Z | Compiling group v0.13.0 |
| 1554 | 2026-05-29T18:23:41.467Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-29T18:23:41.480Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-05-29T18:23:41.623Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-29T18:23:41.711Z | Compiling daft-derive v0.1.7 |
| 1558 | 2026-05-29T18:23:41.739Z | Compiling snafu-derive v0.8.9 |
| 1559 | 2026-05-29T18:23:41.939Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-05-29T18:23:42.071Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-05-29T18:23:42.150Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-05-29T18:23:42.224Z | Compiling lazy_static v1.5.0 |
| 1563 | 2026-05-29T18:23:42.227Z | Compiling vergen v9.1.0 |
| 1564 | 2026-05-29T18:23:42.329Z | Compiling tokio-util v0.7.18 |
| 1565 | 2026-05-29T18:23:42.344Z | Compiling tower v0.5.3 |
| 1566 | 2026-05-29T18:23:42.346Z | Compiling tokio-native-tls v0.3.1 |
| 1567 | 2026-05-29T18:23:42.390Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-05-29T18:23:42.410Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-05-29T18:23:42.433Z | Compiling ahash v0.8.12 |
| 1570 | 2026-05-29T18:23:42.464Z | Compiling managed v0.8.0 |
| 1571 | 2026-05-29T18:23:42.556Z | Compiling bitflags v1.3.2 |
| 1572 | 2026-05-29T18:23:42.576Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-29T18:23:42.617Z | Compiling foldhash v0.1.5 |
| 1574 | 2026-05-29T18:23:42.638Z | Compiling foldhash v0.2.0 |
| 1575 | 2026-05-29T18:23:42.659Z | Compiling same-file v1.0.6 |
| 1576 | 2026-05-29T18:23:42.679Z | Compiling bumpalo v3.20.2 |
| 1577 | 2026-05-29T18:23:42.693Z | Compiling winnow v0.5.40 |
| 1578 | 2026-05-29T18:23:42.805Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-05-29T18:23:42.837Z | Compiling unicode-segmentation v1.12.0 |
| 1580 | 2026-05-29T18:23:42.851Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-05-29T18:23:42.876Z | Compiling object v0.37.3 |
| 1582 | 2026-05-29T18:23:42.930Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-05-29T18:23:42.943Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-05-29T18:23:43.180Z | Compiling h2 v0.4.13 |
| 1585 | 2026-05-29T18:23:43.248Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-29T18:23:43.263Z | Compiling dof v0.3.0 |
| 1587 | 2026-05-29T18:23:43.427Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-05-29T18:23:43.494Z | Compiling daft v0.1.7 |
| 1589 | 2026-05-29T18:23:43.556Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-05-29T18:23:43.569Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-05-29T18:23:43.583Z | Compiling clap_builder v4.5.60 |
| 1592 | 2026-05-29T18:23:43.658Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-29T18:23:43.700Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-05-29T18:23:43.714Z | Compiling snafu v0.8.9 |
| 1595 | 2026-05-29T18:23:43.806Z | Compiling usdt-macro v0.6.0 |
| 1596 | 2026-05-29T18:23:43.806Z | Compiling usdt-attr-macro v0.6.0 |
| 1597 | 2026-05-29T18:23:43.834Z | Compiling phf v0.13.1 |
| 1598 | 2026-05-29T18:23:43.996Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-05-29T18:23:44.011Z | Compiling elliptic-curve v0.13.8 |
| 1600 | 2026-05-29T18:23:44.076Z | Compiling signal-hook-mio v0.2.5 |
| 1601 | 2026-05-29T18:23:44.297Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-05-29T18:23:44.333Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-29T18:23:44.417Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-29T18:23:44.461Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-29T18:23:44.529Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-05-29T18:23:44.547Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-05-29T18:23:44.629Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-29T18:23:44.641Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-29T18:23:44.655Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-29T18:23:44.669Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-29T18:23:44.903Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-29T18:23:44.977Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-29T18:23:45.069Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-29T18:23:45.083Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-05-29T18:23:45.099Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-29T18:23:45.223Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-29T18:23:45.279Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-05-29T18:23:45.279Z | Compiling clap_derive v4.5.55 |
| 1619 | 2026-05-29T18:23:45.306Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-05-29T18:23:45.398Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-05-29T18:23:45.427Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-29T18:23:45.625Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-29T18:23:45.738Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-29T18:23:45.752Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-29T18:23:45.787Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-29T18:23:45.800Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-29T18:23:45.888Z | Compiling predicates-core v1.0.10 |
| 1628 | 2026-05-29T18:23:45.902Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2026-05-29T18:23:45.933Z | Compiling keccak v0.1.6 |
| 1630 | 2026-05-29T18:23:45.969Z | Compiling normalize-line-endings v0.3.0 |
| 1631 | 2026-05-29T18:23:45.994Z | Compiling whoami v2.1.0 |
| 1632 | 2026-05-29T18:23:45.997Z | Compiling fixedbitset v0.4.2 |
| 1633 | 2026-05-29T18:23:46.120Z | Compiling precomputed-hash v0.1.1 |
| 1634 | 2026-05-29T18:23:46.123Z | Compiling fixedbitset v0.5.7 |
| 1635 | 2026-05-29T18:23:46.123Z | Compiling jiff v0.2.21 |
| 1636 | 2026-05-29T18:23:46.130Z | Compiling hyper v1.8.1 |
| 1637 | 2026-05-29T18:23:46.191Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-29T18:23:46.240Z | Compiling either v1.15.0 |
| 1639 | 2026-05-29T18:23:46.394Z | Compiling difflib v0.4.0 |
| 1640 | 2026-05-29T18:23:46.431Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-05-29T18:23:46.465Z | Compiling static_assertions v1.1.0 |
| 1642 | 2026-05-29T18:23:46.548Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1643 | 2026-05-29T18:23:46.633Z | Compiling predicates v3.1.4 |
| 1644 | 2026-05-29T18:23:46.675Z | Compiling itertools v0.13.0 |
| 1645 | 2026-05-29T18:23:46.768Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-05-29T18:23:46.989Z | Compiling petgraph v0.8.3 |
| 1647 | 2026-05-29T18:23:47.139Z | Compiling strum v0.26.3 |
| 1648 | 2026-05-29T18:23:47.154Z | Compiling clap v4.5.60 |
| 1649 | 2026-05-29T18:23:47.169Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-05-29T18:23:47.173Z | Compiling toml_edit v0.22.27 |
| 1651 | 2026-05-29T18:23:47.244Z | Compiling hyper-util v0.1.20 |
| 1652 | 2026-05-29T18:23:47.259Z | Compiling string_cache v0.8.9 |
| 1653 | 2026-05-29T18:23:47.290Z | Compiling petgraph v0.6.5 |
| 1654 | 2026-05-29T18:23:47.308Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-05-29T18:23:47.458Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-05-29T18:23:47.506Z | Compiling usdt v0.6.0 |
| 1657 | 2026-05-29T18:23:47.764Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-05-29T18:23:47.790Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-05-29T18:23:47.793Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-29T18:23:47.823Z | Compiling toml v0.7.8 |
| 1661 | 2026-05-29T18:23:47.935Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-29T18:23:48.337Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-05-29T18:23:48.360Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-29T18:23:48.814Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-05-29T18:23:48.938Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-29T18:23:48.996Z | Compiling zip v0.6.6 |
| 1667 | 2026-05-29T18:23:49.067Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-05-29T18:23:49.430Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-29T18:23:49.507Z | Compiling heck v0.4.1 |
| 1670 | 2026-05-29T18:23:49.533Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-29T18:23:49.582Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1672 | 2026-05-29T18:23:49.596Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-05-29T18:23:49.610Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-05-29T18:23:49.752Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-29T18:23:49.890Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-29T18:23:49.893Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-29T18:23:49.924Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-29T18:23:49.936Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-29T18:23:49.978Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-29T18:23:50.010Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-29T18:23:50.180Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-29T18:23:50.195Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-29T18:23:50.235Z | Compiling filetime v0.2.27 |
| 1684 | 2026-05-29T18:23:50.269Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-29T18:23:50.318Z | Compiling term v1.2.1 |
| 1686 | 2026-05-29T18:23:50.322Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-29T18:23:50.345Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-05-29T18:23:50.467Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-29T18:23:50.673Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-29T18:24:08.082Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-29T18:24:10.859Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-29T18:24:10.859Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-29T18:24:11.050Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-29T18:24:11.239Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-29T18:24:11.243Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-29T18:24:12.467Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-29T18:24:14.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-29T18:24:15.183Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-29T18:24:18.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s |
| 1700 | 2026-05-29T18:24:18.176Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-29T18:24:18.263Z | May 29 18:24:17.703 INFO Starting download, target: Clickhouse |
| 1702 | 2026-05-29T18:24:18.263Z | May 29 18:24:17.704 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-29T18:24:18.263Z | May 29 18:24:17.704 INFO Starting download, target: Console |
| 1704 | 2026-05-29T18:24:18.263Z | May 29 18:24:17.704 INFO Starting download, target: DendriteStub |
| 1705 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1709 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1710 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1711 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1712 | 2026-05-29T18:24:18.269Z | May 29 18:24:17.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-05-29T18:24:18.728Z | May 29 18:24:18.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-29T18:24:18.938Z | May 29 18:24:18.408 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-29T18:24:19.276Z | May 29 18:24:18.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-29T18:24:19.496Z | May 29 18:24:18.969 INFO Download complete, target: Console |
| 1717 | 2026-05-29T18:24:20.015Z | May 29 18:24:19.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-29T18:24:20.037Z | May 29 18:24:19.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-05-29T18:24:20.752Z | May 29 18:24:20.225 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1720 | 2026-05-29T18:24:20.752Z | May 29 18:24:20.225 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1721 | 2026-05-29T18:24:21.981Z | May 29 18:24:21.453 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1722 | 2026-05-29T18:24:22.630Z | May 29 18:24:22.092 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-29T18:24:22.678Z | May 29 18:24:22.129 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-29T18:24:25.552Z | May 29 18:24:25.024 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-05-29T18:24:25.705Z | May 29 18:24:25.178 INFO Download complete, target: Cockroach |
| 1726 | 2026-05-29T18:24:28.803Z | May 29 18:24:28.276 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-05-29T18:24:28.896Z | May 29 18:24:28.369 INFO Download complete, target: Clickhouse |
| 1728 | 2026-05-29T18:24:28.902Z | All prerequisites installed successfully |
| 1729 | 2026-05-29T18:24:28.905Z | |
| 1730 | 2026-05-29T18:24:28.905Z | real 2:01.429900395 |
| 1731 | 2026-05-29T18:24:28.905Z | user 6:54.476565001 |
| 1732 | 2026-05-29T18:24:28.905Z | sys 1:39.853298112 |
| 1733 | 2026-05-29T18:24:28.905Z | trap 0.286856193 |
| 1734 | 2026-05-29T18:24:28.905Z | tflt 1.329621027 |
| 1735 | 2026-05-29T18:24:28.905Z | dflt 1.917296340 |
| 1736 | 2026-05-29T18:24:28.905Z | kflt 0.043265069 |
| 1737 | 2026-05-29T18:24:28.905Z | lock 23:20.564298296 |
| 1738 | 2026-05-29T18:24:28.905Z | slp 19:01.543028444 |
| 1739 | 2026-05-29T18:24:28.905Z | lat 25.817995061 |
| 1740 | 2026-05-29T18:24:28.905Z | stop 2:44.659211641 |
| 1741 | 2026-05-29T18:24:28.906Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-29T18:24:29.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1743 | 2026-05-29T18:24:29.450Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-29T18:24:30.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-05-29T18:24:30.283Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-29T18:24:30.327Z | May 29 18:24:29.799 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-29T18:24:30.330Z | May 29 18:24:29.800 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-29T18:24:30.870Z | May 29 18:24:30.343 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-29T18:24:30.874Z | |
| 1750 | 2026-05-29T18:24:30.878Z | real 1.964674442 |
| 1751 | 2026-05-29T18:24:30.878Z | user 1.334829042 |
| 1752 | 2026-05-29T18:24:30.878Z | sys 0.664951848 |
| 1753 | 2026-05-29T18:24:30.878Z | trap 0.000623730 |
| 1754 | 2026-05-29T18:24:30.878Z | tflt 0.000329030 |
| 1755 | 2026-05-29T18:24:30.878Z | dflt 0.000109890 |
| 1756 | 2026-05-29T18:24:30.878Z | kflt 0.000000000 |
| 1757 | 2026-05-29T18:24:30.878Z | lock 9.936287816 |
| 1758 | 2026-05-29T18:24:30.878Z | slp 0.415140598 |
| 1759 | 2026-05-29T18:24:30.878Z | lat 0.094285928 |
| 1760 | 2026-05-29T18:24:30.878Z | stop 0.000155340 |
| 1761 | 2026-05-29T18:24:30.878Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-29T18:24:30.878Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-29T18:24:30.878Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-29T18:24:31.761Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-29T18:24:31.761Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-29T18:24:31.761Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-29T18:24:31.761Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-29T18:24:31.761Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-29T18:24:31.764Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-29T18:24:31.764Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-29T18:24:31.764Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-29T18:24:31.764Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-29T18:24:31.764Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-29T18:24:31.920Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-29T18:24:31.923Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-29T18:24:31.933Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-29T18:24:31.944Z | Compiling serde_json v1.0.149 |
| 1778 | 2026-05-29T18:24:31.949Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-29T18:24:32.161Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-29T18:24:32.184Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-29T18:24:32.291Z | Compiling generic-array v0.14.7 |
| 1782 | 2026-05-29T18:24:32.346Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-29T18:24:32.445Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-05-29T18:24:32.456Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-29T18:24:32.456Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-05-29T18:24:32.497Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-29T18:24:32.503Z | Compiling icu_properties_data v2.1.2 |
| 1788 | 2026-05-29T18:24:32.503Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-29T18:24:32.544Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-29T18:24:32.601Z | Compiling log v0.4.29 |
| 1791 | 2026-05-29T18:24:32.677Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-29T18:24:32.736Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-29T18:24:32.758Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-29T18:24:32.854Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-05-29T18:24:32.886Z | Compiling jobserver v0.1.34 |
| 1796 | 2026-05-29T18:24:32.917Z | Compiling errno v0.3.14 |
| 1797 | 2026-05-29T18:24:32.939Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-05-29T18:24:33.070Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-29T18:24:33.078Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-29T18:24:33.098Z | Compiling cc v1.2.56 |
| 1801 | 2026-05-29T18:24:33.150Z | Compiling writeable v0.6.2 |
| 1802 | 2026-05-29T18:24:33.166Z | Compiling litemap v0.8.1 |
| 1803 | 2026-05-29T18:24:33.186Z | Compiling syn v2.0.117 |
| 1804 | 2026-05-29T18:24:33.195Z | Compiling percent-encoding v2.3.2 |
| 1805 | 2026-05-29T18:24:33.313Z | Compiling fnv v1.0.7 |
| 1806 | 2026-05-29T18:24:33.347Z | Compiling pin-project-lite v0.2.17 |
| 1807 | 2026-05-29T18:24:33.409Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-29T18:24:33.424Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-29T18:24:33.498Z | Compiling dunce v1.0.5 |
| 1810 | 2026-05-29T18:24:33.501Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-05-29T18:24:33.512Z | Compiling equivalent v1.0.2 |
| 1812 | 2026-05-29T18:24:33.559Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-29T18:24:33.619Z | Compiling rustversion v1.0.22 |
| 1814 | 2026-05-29T18:24:33.635Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-05-29T18:24:33.651Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-05-29T18:24:33.733Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-29T18:24:33.800Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-29T18:24:33.831Z | Compiling cmake v0.1.57 |
| 1819 | 2026-05-29T18:24:33.875Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-05-29T18:24:33.938Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-29T18:24:33.954Z | Compiling hashbrown v0.17.0 |
| 1822 | 2026-05-29T18:24:34.026Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-29T18:24:34.198Z | Compiling bitflags v2.11.0 |
| 1824 | 2026-05-29T18:24:34.269Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-29T18:24:34.295Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-05-29T18:24:34.327Z | Compiling parking_lot v0.12.5 |
| 1827 | 2026-05-29T18:24:34.364Z | Compiling socket2 v0.6.3 |
| 1828 | 2026-05-29T18:24:34.405Z | Compiling ring v0.17.14 |
| 1829 | 2026-05-29T18:24:34.405Z | Compiling aws-lc-sys v0.40.0 |
| 1830 | 2026-05-29T18:24:34.496Z | Compiling indexmap v2.14.0 |
| 1831 | 2026-05-29T18:24:34.579Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-05-29T18:24:34.601Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-05-29T18:24:34.673Z | Compiling heck v0.5.0 |
| 1834 | 2026-05-29T18:24:34.677Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-29T18:24:34.808Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-29T18:24:34.884Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-29T18:24:34.901Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-29T18:24:34.938Z | Compiling vcpkg v0.2.15 |
| 1839 | 2026-05-29T18:24:35.138Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-29T18:24:35.158Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-29T18:24:35.188Z | Compiling byteorder v1.5.0 |
| 1842 | 2026-05-29T18:24:35.234Z | Compiling syn v1.0.109 |
| 1843 | 2026-05-29T18:24:35.255Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-05-29T18:24:35.279Z | Compiling ident_case v1.0.1 |
| 1845 | 2026-05-29T18:24:35.282Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-29T18:24:35.311Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-29T18:24:35.374Z | Compiling rustls v0.23.37 |
| 1848 | 2026-05-29T18:24:35.451Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-05-29T18:24:35.512Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-29T18:24:35.622Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-29T18:24:35.655Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-29T18:24:35.724Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-05-29T18:24:35.763Z | Compiling slab v0.4.12 |
| 1854 | 2026-05-29T18:24:35.869Z | Compiling futures-io v0.3.32 |
| 1855 | 2026-05-29T18:24:35.890Z | Compiling futures-task v0.3.32 |
| 1856 | 2026-05-29T18:24:35.990Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-05-29T18:24:35.990Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-05-29T18:24:36.041Z | Compiling aho-corasick v1.1.4 |
| 1859 | 2026-05-29T18:24:36.137Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-05-29T18:24:36.298Z | Compiling base64 v0.22.1 |
| 1861 | 2026-05-29T18:24:36.314Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-29T18:24:36.340Z | Compiling plain v0.2.3 |
| 1863 | 2026-05-29T18:24:36.349Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-05-29T18:24:36.419Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-29T18:24:36.476Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-05-29T18:24:36.527Z | Compiling num-conv v0.2.0 |
| 1867 | 2026-05-29T18:24:36.563Z | Compiling time-core v0.1.8 |
| 1868 | 2026-05-29T18:24:36.740Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-29T18:24:36.772Z | Compiling native-tls v0.2.18 |
| 1870 | 2026-05-29T18:24:36.788Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-05-29T18:24:36.791Z | Compiling base64ct v1.8.3 |
| 1872 | 2026-05-29T18:24:36.835Z | Compiling anyhow v1.0.102 |
| 1873 | 2026-05-29T18:24:36.854Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-05-29T18:24:36.882Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-29T18:24:37.004Z | Compiling tracing-core v0.1.36 |
| 1876 | 2026-05-29T18:24:37.020Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-29T18:24:37.037Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-05-29T18:24:37.109Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-29T18:24:37.220Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-29T18:24:37.362Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-29T18:24:37.431Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-29T18:24:37.435Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-29T18:24:37.435Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-29T18:24:37.445Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-29T18:24:37.665Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-29T18:24:37.701Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-29T18:24:37.716Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-29T18:24:37.963Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-29T18:24:38.273Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-29T18:24:38.348Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-29T18:24:38.378Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-29T18:24:38.453Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-05-29T18:24:38.483Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-05-29T18:24:38.498Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-29T18:24:38.636Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-29T18:24:38.667Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-29T18:24:38.828Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-29T18:24:38.852Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-29T18:24:39.038Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-29T18:24:39.300Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-29T18:24:39.341Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-05-29T18:24:39.398Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-05-29T18:24:39.479Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-29T18:24:39.536Z | Compiling icu_locale_core v2.1.1 |
| 1905 | 2026-05-29T18:24:39.552Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-05-29T18:24:39.569Z | Compiling futures-util v0.3.32 |
| 1907 | 2026-05-29T18:24:39.572Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-29T18:24:39.775Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-29T18:24:39.957Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-29T18:24:39.960Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-29T18:24:40.127Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-29T18:24:40.309Z | Compiling bytes v1.11.1 |
| 1913 | 2026-05-29T18:24:40.344Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-29T18:24:40.414Z | Compiling chrono v0.4.44 |
| 1915 | 2026-05-29T18:24:40.429Z | Compiling serde_tokenstream v0.2.3 |
| 1916 | 2026-05-29T18:24:40.530Z | Compiling cipher v0.4.4 |
| 1917 | 2026-05-29T18:24:40.736Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-29T18:24:40.761Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-05-29T18:24:40.794Z | Compiling sha2 v0.10.9 |
| 1920 | 2026-05-29T18:24:40.958Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-29T18:24:41.250Z | Compiling scroll_derive v0.13.1 |
| 1922 | 2026-05-29T18:24:41.590Z | Compiling scroll_derive v0.12.1 |
| 1923 | 2026-05-29T18:24:41.886Z | Compiling idna_adapter v1.2.1 |
| 1924 | 2026-05-29T18:24:41.975Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-29T18:24:42.028Z | Compiling idna v1.1.0 |
| 1926 | 2026-05-29T18:24:42.246Z | Compiling http v1.4.0 |
| 1927 | 2026-05-29T18:24:42.277Z | Compiling flagset v0.4.7 |
| 1928 | 2026-05-29T18:24:42.294Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-29T18:24:42.346Z | Compiling tracing v0.1.44 |
| 1930 | 2026-05-29T18:24:42.422Z | Compiling url v2.5.8 |
| 1931 | 2026-05-29T18:24:42.422Z | Compiling der v0.7.10 |
| 1932 | 2026-05-29T18:24:42.454Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-29T18:24:42.595Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-29T18:24:42.741Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-29T18:24:42.765Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-29T18:24:42.871Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-29T18:24:43.286Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-29T18:24:43.520Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-29T18:24:43.523Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-29T18:24:43.550Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-29T18:24:44.081Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-29T18:24:44.098Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-29T18:24:44.410Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-29T18:24:44.425Z | Compiling http-body v1.0.1 |
| 1945 | 2026-05-29T18:24:44.469Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-29T18:24:44.544Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-29T18:24:44.561Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-29T18:24:44.651Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-29T18:24:44.697Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-29T18:24:44.759Z | Compiling atomic-waker v1.1.2 |
| 1951 | 2026-05-29T18:24:44.807Z | Compiling untrusted v0.7.1 |
| 1952 | 2026-05-29T18:24:44.855Z | Compiling either v1.15.0 |
| 1953 | 2026-05-29T18:24:44.882Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-05-29T18:24:44.913Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-05-29T18:24:44.951Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-05-29T18:24:44.967Z | Compiling winnow v0.7.14 |
| 1957 | 2026-05-29T18:24:45.034Z | Compiling paste v1.0.15 |
| 1958 | 2026-05-29T18:24:45.058Z | Compiling usdt-impl v0.6.0 |
| 1959 | 2026-05-29T18:24:45.082Z | Compiling tinyvec v1.10.0 |
| 1960 | 2026-05-29T18:24:45.215Z | Compiling pkcs5 v0.7.1 |
| 1961 | 2026-05-29T18:24:45.410Z | Compiling rand v0.9.2 |
| 1962 | 2026-05-29T18:24:45.678Z | Compiling scroll v0.12.0 |
| 1963 | 2026-05-29T18:24:45.741Z | Compiling scroll v0.13.0 |
| 1964 | 2026-05-29T18:24:45.865Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-29T18:24:45.962Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-29T18:24:46.019Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-29T18:24:46.031Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-29T18:24:46.071Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-29T18:24:46.104Z | Compiling try-lock v0.2.5 |
| 1970 | 2026-05-29T18:24:46.154Z | Compiling tower-service v0.3.3 |
| 1971 | 2026-05-29T18:24:46.366Z | Compiling tower-layer v0.3.3 |
| 1972 | 2026-05-29T18:24:46.383Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-05-29T18:24:46.415Z | Compiling fastrand v2.3.0 |
| 1974 | 2026-05-29T18:24:46.432Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-05-29T18:24:46.596Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-29T18:24:46.611Z | Compiling want v0.3.1 |
| 1977 | 2026-05-29T18:24:46.641Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1978 | 2026-05-29T18:24:46.760Z | Compiling goblin v0.10.5 |
| 1979 | 2026-05-29T18:24:46.783Z | Compiling goblin v0.8.2 |
| 1980 | 2026-05-29T18:24:46.886Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-29T18:24:47.185Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-29T18:24:47.200Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-29T18:24:47.249Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-29T18:24:47.428Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-29T18:24:47.643Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-29T18:24:47.760Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-29T18:24:47.905Z | Compiling httpdate v1.0.3 |
| 1988 | 2026-05-29T18:24:47.941Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-29T18:24:47.977Z | Compiling rustix v0.38.44 |
| 1990 | 2026-05-29T18:24:48.030Z | Compiling foreign-types-shared v0.1.1 |
| 1991 | 2026-05-29T18:24:48.219Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-29T18:24:48.445Z | Compiling winnow v0.5.40 |
| 1993 | 2026-05-29T18:24:48.524Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-29T18:24:48.610Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-29T18:24:48.707Z | Compiling document-features v0.2.12 |
| 1996 | 2026-05-29T18:24:48.952Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-29T18:24:49.226Z | Compiling unicode-normalization v0.1.25 |
| 1998 | 2026-05-29T18:24:49.368Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-05-29T18:24:49.569Z | Compiling dof v0.4.0 |
| 2000 | 2026-05-29T18:24:49.578Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-29T18:24:49.578Z | Compiling dtrace-parser v0.2.0 |
| 2002 | 2026-05-29T18:24:49.723Z | Compiling toml_edit v0.19.15 |
| 2003 | 2026-05-29T18:24:49.813Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-29T18:24:49.885Z | Compiling daft-derive v0.1.7 |
| 2005 | 2026-05-29T18:24:50.018Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-29T18:24:50.128Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-29T18:24:50.179Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-05-29T18:24:50.227Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-05-29T18:24:50.243Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-05-29T18:24:50.326Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-29T18:24:50.363Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-05-29T18:24:50.454Z | Compiling num-bigint-dig v0.8.6 |
| 2013 | 2026-05-29T18:24:50.480Z | Compiling nix v0.31.2 |
| 2014 | 2026-05-29T18:24:50.578Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-29T18:24:50.622Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-29T18:24:51.019Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-29T18:24:51.153Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-29T18:24:51.191Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-29T18:24:51.437Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2020 | 2026-05-29T18:24:51.756Z | Compiling strum_macros v0.26.4 |
| 2021 | 2026-05-29T18:24:51.825Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-29T18:24:51.948Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-29T18:24:52.028Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-05-29T18:24:52.140Z | Compiling anstyle v1.0.13 |
| 2025 | 2026-05-29T18:24:52.191Z | Compiling simd-adler32 v0.3.8 |
| 2026 | 2026-05-29T18:24:52.385Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-05-29T18:24:52.391Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-29T18:24:52.452Z | Compiling utf8parse v0.2.2 |
| 2029 | 2026-05-29T18:24:52.556Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-29T18:24:52.585Z | Compiling bit-set v0.8.0 |
| 2031 | 2026-05-29T18:24:52.641Z | Compiling anstyle-parse v0.2.7 |
| 2032 | 2026-05-29T18:24:52.658Z | Compiling time v0.3.47 |
| 2033 | 2026-05-29T18:24:52.684Z | Compiling rusty-fork v0.3.1 |
| 2034 | 2026-05-29T18:24:52.772Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-29T18:24:53.178Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-29T18:24:53.269Z | Compiling http-body-util v0.1.3 |
| 2037 | 2026-05-29T18:24:53.430Z | Compiling webpki-roots v1.0.6 |
| 2038 | 2026-05-29T18:24:53.568Z | Compiling rand_xorshift v0.4.0 |
| 2039 | 2026-05-29T18:24:53.584Z | Compiling signature v2.2.0 |
| 2040 | 2026-05-29T18:24:53.587Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-05-29T18:24:53.619Z | Compiling snafu-derive v0.8.9 |
| 2042 | 2026-05-29T18:24:53.727Z | Compiling strum_macros v0.27.2 |
| 2043 | 2026-05-29T18:24:53.930Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-05-29T18:24:53.955Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-29T18:24:54.060Z | Compiling encoding_rs v0.8.35 |
| 2046 | 2026-05-29T18:24:54.088Z | Compiling unarray v0.1.4 |
| 2047 | 2026-05-29T18:24:54.181Z | Compiling adler2 v2.0.1 |
| 2048 | 2026-05-29T18:24:54.301Z | Compiling ryu v1.0.23 |
| 2049 | 2026-05-29T18:24:54.327Z | Compiling is_terminal_polyfill v1.70.2 |
| 2050 | 2026-05-29T18:24:54.431Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-05-29T18:24:54.476Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2026-05-29T18:24:54.607Z | Compiling object v0.37.3 |
| 2053 | 2026-05-29T18:24:54.623Z | Compiling mime v0.3.17 |
| 2054 | 2026-05-29T18:24:54.639Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-05-29T18:24:54.655Z | Compiling iri-string v0.7.10 |
| 2056 | 2026-05-29T18:24:54.700Z | Compiling anstyle-query v1.1.5 |
| 2057 | 2026-05-29T18:24:54.749Z | Compiling colorchoice v1.0.4 |
| 2058 | 2026-05-29T18:24:54.851Z | Compiling allocator-api2 v0.2.21 |
| 2059 | 2026-05-29T18:24:54.886Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-29T18:24:54.903Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-29T18:24:55.052Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-05-29T18:24:55.166Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-05-29T18:24:55.216Z | Compiling proptest v1.10.0 |
| 2064 | 2026-05-29T18:24:55.295Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-29T18:24:55.572Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-29T18:24:55.632Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-05-29T18:24:55.719Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-29T18:24:56.066Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-05-29T18:24:56.189Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-29T18:24:56.206Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-29T18:24:56.238Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-29T18:24:56.238Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-29T18:24:56.407Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-29T18:24:56.428Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-29T18:24:56.475Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-05-29T18:24:56.492Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-29T18:24:56.611Z | Compiling zlib-rs v0.6.2 |
| 2078 | 2026-05-29T18:24:56.625Z | Compiling fallible-iterator v0.2.0 |
| 2079 | 2026-05-29T18:24:56.676Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-05-29T18:24:56.807Z | Compiling base16ct v0.2.0 |
| 2081 | 2026-05-29T18:24:56.823Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-29T18:24:56.895Z | Compiling postgres-protocol v0.6.10 |
| 2083 | 2026-05-29T18:24:56.913Z | Compiling num-iter v0.1.45 |
| 2084 | 2026-05-29T18:24:56.939Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-05-29T18:24:57.012Z | Compiling group v0.13.0 |
| 2086 | 2026-05-29T18:24:57.202Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-29T18:24:57.360Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-29T18:24:57.817Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-29T18:24:57.879Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-29T18:24:57.882Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-29T18:24:58.066Z | Compiling heck v0.4.1 |
| 2092 | 2026-05-29T18:24:58.121Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-29T18:24:58.149Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-29T18:24:58.234Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-29T18:24:58.341Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-29T18:24:58.362Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-29T18:24:58.378Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-29T18:24:58.378Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-29T18:24:58.498Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-29T18:24:58.615Z | Compiling flate2 v1.1.9 |
| 2101 | 2026-05-29T18:24:58.630Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-29T18:24:58.659Z | Compiling async-recursion v1.1.1 |
| 2103 | 2026-05-29T18:24:58.680Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-05-29T18:24:58.724Z | Compiling serde_repr v0.1.20 |
| 2105 | 2026-05-29T18:24:58.813Z | Compiling clap_derive v4.5.55 |
| 2106 | 2026-05-29T18:24:58.874Z | Compiling vergen v9.1.0 |
| 2107 | 2026-05-29T18:24:59.010Z | Compiling cargo-platform v0.3.2 |
| 2108 | 2026-05-29T18:24:59.083Z | Compiling bitflags v1.3.2 |
| 2109 | 2026-05-29T18:24:59.099Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-29T18:24:59.179Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-29T18:24:59.257Z | Compiling libbz2-rs-sys v0.2.2 |
| 2112 | 2026-05-29T18:24:59.291Z | Compiling clap_lex v1.0.0 |
| 2113 | 2026-05-29T18:24:59.364Z | Compiling bumpalo v3.20.2 |
| 2114 | 2026-05-29T18:24:59.379Z | Compiling same-file v1.0.6 |
| 2115 | 2026-05-29T18:24:59.529Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-05-29T18:24:59.532Z | Compiling elliptic-curve v0.13.8 |
| 2117 | 2026-05-29T18:24:59.572Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-05-29T18:24:59.616Z | Compiling walkdir v2.5.0 |
| 2119 | 2026-05-29T18:24:59.692Z | Compiling bzip2 v0.6.1 |
| 2120 | 2026-05-29T18:24:59.869Z | Compiling hashbrown v0.16.1 |
| 2121 | 2026-05-29T18:24:59.911Z | Compiling clap_builder v4.5.60 |
| 2122 | 2026-05-29T18:24:59.939Z | Compiling hashbrown v0.15.5 |
| 2123 | 2026-05-29T18:24:59.955Z | Compiling cargo_metadata v0.23.1 |
| 2124 | 2026-05-29T18:25:00.409Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-29T18:25:00.545Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-29T18:25:00.633Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-29T18:25:00.726Z | Compiling zstd v0.13.3 |
| 2128 | 2026-05-29T18:25:00.741Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-29T18:25:00.776Z | Compiling daft v0.1.7 |
| 2130 | 2026-05-29T18:25:00.977Z | Compiling cookie_store v0.22.1 |
| 2131 | 2026-05-29T18:25:00.999Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-05-29T18:25:01.066Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-05-29T18:25:01.215Z | Compiling globset v0.4.18 |
| 2134 | 2026-05-29T18:25:01.254Z | Compiling strum v0.27.2 |
| 2135 | 2026-05-29T18:25:01.597Z | Compiling hubpack v0.1.2 |
| 2136 | 2026-05-29T18:25:01.614Z | Compiling ed25519 v2.2.3 |
| 2137 | 2026-05-29T18:25:01.618Z | Compiling phf_shared v0.11.3 |
| 2138 | 2026-05-29T18:25:01.695Z | Compiling crossbeam-epoch v0.9.18 |
| 2139 | 2026-05-29T18:25:01.822Z | Compiling olpc-cjson v0.1.4 |
| 2140 | 2026-05-29T18:25:01.838Z | Compiling pkcs1 v0.7.5 |
| 2141 | 2026-05-29T18:25:01.870Z | Compiling pem v3.0.6 |
| 2142 | 2026-05-29T18:25:01.921Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-05-29T18:25:01.996Z | Compiling serde_plain v1.0.2 |
| 2144 | 2026-05-29T18:25:02.029Z | Compiling rfc6979 v0.4.0 |
| 2145 | 2026-05-29T18:25:02.076Z | Compiling float-cmp v0.10.0 |
| 2146 | 2026-05-29T18:25:02.168Z | Compiling memmap2 v0.9.10 |
| 2147 | 2026-05-29T18:25:02.172Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-05-29T18:25:02.201Z | Compiling typed-path v0.9.3 |
| 2149 | 2026-05-29T18:25:02.216Z | Compiling data-encoding v2.10.0 |
| 2150 | 2026-05-29T18:25:02.248Z | Compiling keccak v0.1.6 |
| 2151 | 2026-05-29T18:25:02.251Z | Compiling precomputed-hash v0.1.1 |
| 2152 | 2026-05-29T18:25:02.251Z | Compiling static_assertions v1.1.0 |
| 2153 | 2026-05-29T18:25:02.372Z | Compiling difflib v0.4.0 |
| 2154 | 2026-05-29T18:25:02.372Z | Compiling toml_write v0.1.2 |
| 2155 | 2026-05-29T18:25:02.406Z | Compiling fixedbitset v0.4.2 |
| 2156 | 2026-05-29T18:25:02.452Z | Compiling jiff v0.2.21 |
| 2157 | 2026-05-29T18:25:02.456Z | Compiling new_debug_unreachable v1.0.6 |
| 2158 | 2026-05-29T18:25:02.482Z | Compiling whoami v2.1.0 |
| 2159 | 2026-05-29T18:25:02.551Z | Compiling predicates-core v1.0.10 |
| 2160 | 2026-05-29T18:25:02.591Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-05-29T18:25:02.614Z | Compiling fixedbitset v0.5.7 |
| 2162 | 2026-05-29T18:25:02.634Z | Compiling toml_edit v0.22.27 |
| 2163 | 2026-05-29T18:25:02.720Z | Compiling tokio-postgres v0.7.16 |
| 2164 | 2026-05-29T18:25:02.742Z | Compiling predicates v3.1.4 |
| 2165 | 2026-05-29T18:25:02.768Z | Compiling petgraph v0.6.5 |
| 2166 | 2026-05-29T18:25:02.887Z | Compiling petgraph v0.8.3 |
| 2167 | 2026-05-29T18:25:02.893Z | Compiling string_cache v0.8.9 |
| 2168 | 2026-05-29T18:25:02.911Z | Compiling hickory-proto v0.25.2 |
| 2169 | 2026-05-29T18:25:03.081Z | Compiling sha3 v0.10.8 |
| 2170 | 2026-05-29T18:25:03.322Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2171 | 2026-05-29T18:25:03.337Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-29T18:25:03.368Z | Compiling usdt v0.6.0 |
| 2173 | 2026-05-29T18:25:03.631Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-29T18:25:03.678Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-29T18:25:04.216Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-29T18:25:04.574Z | Compiling clap v4.5.60 |
| 2177 | 2026-05-29T18:25:04.635Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-29T18:25:04.706Z | Compiling zip v0.6.6 |
| 2179 | 2026-05-29T18:25:04.773Z | Compiling iddqd v0.4.2 |
| 2180 | 2026-05-29T18:25:05.103Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-29T18:25:05.238Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-29T18:25:05.479Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-29T18:25:05.497Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-29T18:25:05.649Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-29T18:25:05.845Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-29T18:25:06.023Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-29T18:25:06.067Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-29T18:25:06.191Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-29T18:25:06.336Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-05-29T18:25:06.345Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-29T18:25:06.542Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-29T18:25:06.980Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-29T18:25:07.069Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-29T18:25:21.048Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-29T18:25:23.450Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-29T18:25:23.533Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-29T18:25:23.568Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-05-29T18:25:23.597Z | Compiling rayon-core v1.13.0 |
| 2199 | 2026-05-29T18:25:23.757Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-29T18:25:23.795Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-29T18:25:23.830Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-29T18:25:23.845Z | Compiling rustls v0.22.4 |
| 2203 | 2026-05-29T18:25:23.874Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2204 | 2026-05-29T18:25:23.981Z | Compiling heapless v0.8.0 |
| 2205 | 2026-05-29T18:25:24.073Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-29T18:25:24.178Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-05-29T18:25:24.234Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-05-29T18:25:24.249Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-05-29T18:25:24.403Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-29T18:25:24.418Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-29T18:25:24.779Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-05-29T18:25:24.790Z | Compiling compression-core v0.4.31 |
| 2213 | 2026-05-29T18:25:24.790Z | Compiling structmeta v0.3.0 |
| 2214 | 2026-05-29T18:25:24.790Z | Compiling smoltcp v0.11.0 |
| 2215 | 2026-05-29T18:25:24.790Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-05-29T18:25:24.790Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-05-29T18:25:24.790Z | Compiling tokio-rustls v0.26.4 |
| 2218 | 2026-05-29T18:25:24.790Z | Compiling rustls-platform-verifier v0.6.2 |
| 2219 | 2026-05-29T18:25:24.790Z | Compiling unicode-width v0.2.0 |
| 2220 | 2026-05-29T18:25:24.796Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2221 | 2026-05-29T18:25:24.849Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-05-29T18:25:24.879Z | Compiling hyper-rustls v0.27.7 |
| 2223 | 2026-05-29T18:25:24.964Z | Compiling hostname v0.3.1 |
| 2224 | 2026-05-29T18:25:25.369Z | Compiling compression-codecs v0.4.37 |
| 2225 | 2026-05-29T18:25:25.385Z | Compiling proc-macro-crate v3.4.0 |
| 2226 | 2026-05-29T18:25:25.385Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-05-29T18:25:25.385Z | Compiling reqwest v0.12.28 |
| 2228 | 2026-05-29T18:25:25.385Z | Compiling reqwest v0.13.2 |
| 2229 | 2026-05-29T18:25:25.405Z | Compiling slog-json v2.6.1 |
| 2230 | 2026-05-29T18:25:25.497Z | Compiling crossbeam-channel v0.5.15 |
| 2231 | 2026-05-29T18:25:25.843Z | Compiling half v2.7.1 |
| 2232 | 2026-05-29T18:25:25.943Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-05-29T18:25:26.019Z | Compiling cobs v0.3.0 |
| 2234 | 2026-05-29T18:25:26.335Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2235 | 2026-05-29T18:25:26.345Z | Compiling universal-hash v0.5.1 |
| 2236 | 2026-05-29T18:25:26.345Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-05-29T18:25:26.345Z | Compiling serde_spanned v1.0.4 |
| 2238 | 2026-05-29T18:25:26.369Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2239 | 2026-05-29T18:25:26.385Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-29T18:25:26.424Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-29T18:25:26.504Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-05-29T18:25:26.520Z | Compiling ciborium-io v0.2.2 |
| 2243 | 2026-05-29T18:25:26.687Z | Compiling term v1.2.1 |
| 2244 | 2026-05-29T18:25:26.691Z | Compiling take_mut v0.2.2 |
| 2245 | 2026-05-29T18:25:26.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2246 | 2026-05-29T18:25:26.714Z | Compiling tough v0.22.0 |
| 2247 | 2026-05-29T18:25:26.765Z | Compiling convert_case v0.4.0 |
| 2248 | 2026-05-29T18:25:26.780Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-29T18:25:26.823Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-05-29T18:25:26.840Z | Compiling async-stream v0.3.6 |
| 2251 | 2026-05-29T18:25:26.881Z | Compiling poly1305 v0.8.0 |
| 2252 | 2026-05-29T18:25:27.053Z | Compiling tokio-rustls v0.25.0 |
| 2253 | 2026-05-29T18:25:27.159Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2254 | 2026-05-29T18:25:27.165Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-05-29T18:25:27.165Z | Compiling thiserror-no-std v2.0.2 |
| 2256 | 2026-05-29T18:25:27.343Z | Compiling slog-term v2.9.2 |
| 2257 | 2026-05-29T18:25:27.433Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-05-29T18:25:27.515Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-29T18:25:27.661Z | Compiling ingot-types v0.1.2 |
| 2260 | 2026-05-29T18:25:27.711Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-05-29T18:25:28.136Z | Compiling ingot v0.1.1 |
| 2262 | 2026-05-29T18:25:28.160Z | Compiling postcard v1.1.3 |
| 2263 | 2026-05-29T18:25:28.214Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-05-29T18:25:28.429Z | Compiling num_enum_derive v0.7.5 |
| 2265 | 2026-05-29T18:25:28.472Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-29T18:25:28.501Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-29T18:25:28.560Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-05-29T18:25:28.951Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-29T18:25:29.004Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-29T18:25:29.222Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-29T18:25:29.237Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-29T18:25:29.255Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2273 | 2026-05-29T18:25:29.367Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-29T18:25:29.381Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-29T18:25:29.417Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-29T18:25:29.498Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-29T18:25:29.657Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-29T18:25:29.677Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-29T18:25:29.830Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-29T18:25:29.979Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-29T18:25:30.035Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-29T18:25:30.203Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-29T18:25:30.249Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2284 | 2026-05-29T18:25:30.360Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-05-29T18:25:30.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-29T18:25:30.398Z | Compiling instant v0.1.13 |
| 2287 | 2026-05-29T18:25:30.401Z | Compiling typeid v1.0.3 |
| 2288 | 2026-05-29T18:25:30.432Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-29T18:25:30.448Z | Compiling cpufeatures v0.3.0 |
| 2290 | 2026-05-29T18:25:30.486Z | Compiling debug-ignore v1.0.5 |
| 2291 | 2026-05-29T18:25:30.501Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-29T18:25:30.538Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-05-29T18:25:30.553Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-05-29T18:25:30.556Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-29T18:25:30.618Z | Compiling parse-display v0.10.0 |
| 2296 | 2026-05-29T18:25:30.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2297 | 2026-05-29T18:25:30.659Z | Compiling argon2 v0.5.3 |
| 2298 | 2026-05-29T18:25:30.676Z | Compiling chacha20poly1305 v0.10.1 |
| 2299 | 2026-05-29T18:25:30.703Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2300 | 2026-05-29T18:25:30.719Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-05-29T18:25:30.750Z | Compiling num_enum_derive v0.5.11 |
| 2302 | 2026-05-29T18:25:30.793Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-29T18:25:30.843Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-05-29T18:25:30.875Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-05-29T18:25:31.220Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-05-29T18:25:31.251Z | Compiling regress v0.10.5 |
| 2307 | 2026-05-29T18:25:31.509Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-05-29T18:25:31.600Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2309 | 2026-05-29T18:25:31.680Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-29T18:25:31.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2311 | 2026-05-29T18:25:31.701Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-05-29T18:25:31.734Z | Compiling humantime v2.3.0 |
| 2313 | 2026-05-29T18:25:31.884Z | Compiling erased-serde v0.4.9 |
| 2314 | 2026-05-29T18:25:31.925Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-29T18:25:32.137Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-29T18:25:32.184Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-29T18:25:32.214Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-29T18:25:32.245Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-05-29T18:25:32.308Z | Compiling rand v0.10.0 |
| 2320 | 2026-05-29T18:25:32.356Z | Compiling rayon v1.11.0 |
| 2321 | 2026-05-29T18:25:32.394Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-05-29T18:25:32.418Z | Compiling colored v3.1.1 |
| 2323 | 2026-05-29T18:25:32.441Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-05-29T18:25:32.498Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-05-29T18:25:32.525Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-05-29T18:25:32.626Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2327 | 2026-05-29T18:25:32.671Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-05-29T18:25:32.745Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-05-29T18:25:32.781Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2330 | 2026-05-29T18:25:32.865Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-05-29T18:25:33.021Z | Compiling itertools v0.12.1 |
| 2332 | 2026-05-29T18:25:33.115Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-05-29T18:25:33.131Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-29T18:25:33.148Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-29T18:25:33.269Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-05-29T18:25:33.287Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-05-29T18:25:33.302Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-29T18:25:33.602Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-05-29T18:25:33.652Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-29T18:25:33.719Z | Compiling swrite v0.1.0 |
| 2341 | 2026-05-29T18:25:33.776Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-05-29T18:25:33.810Z | Compiling glob v0.3.3 |
| 2343 | 2026-05-29T18:25:33.851Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-05-29T18:25:33.866Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-29T18:25:34.019Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-29T18:25:34.156Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-05-29T18:25:34.189Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2348 | 2026-05-29T18:25:34.412Z | Compiling zone v0.3.1 |
| 2349 | 2026-05-29T18:25:34.467Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-05-29T18:25:34.524Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2351 | 2026-05-29T18:25:34.739Z | Compiling toml v0.8.23 |
| 2352 | 2026-05-29T18:25:34.756Z | Compiling smf v0.2.3 |
| 2353 | 2026-05-29T18:25:34.813Z | Compiling filetime v0.2.27 |
| 2354 | 2026-05-29T18:25:34.836Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-05-29T18:25:34.865Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-05-29T18:25:34.883Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-05-29T18:25:34.883Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-05-29T18:25:34.935Z | Compiling whoami v1.6.1 |
| 2359 | 2026-05-29T18:25:34.989Z | Compiling xattr v1.6.1 |
| 2360 | 2026-05-29T18:25:35.031Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-29T18:25:35.045Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-29T18:25:35.097Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2363 | 2026-05-29T18:25:35.113Z | Compiling tokio-dtrace v0.1.1 |
| 2364 | 2026-05-29T18:25:35.211Z | Compiling tar v0.4.45 |
| 2365 | 2026-05-29T18:25:35.354Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-29T18:25:35.400Z | Compiling console v0.16.2 |
| 2367 | 2026-05-29T18:25:35.463Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-05-29T18:25:35.621Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-05-29T18:25:35.737Z | Compiling topological-sort v0.2.2 |
| 2370 | 2026-05-29T18:25:35.924Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-05-29T18:25:35.939Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-29T18:25:35.954Z | Compiling shell-words v1.1.1 |
| 2373 | 2026-05-29T18:25:36.015Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2374 | 2026-05-29T18:25:36.106Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-05-29T18:25:36.534Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-05-29T18:25:45.667Z | Compiling progenitor-client v0.10.0 |
| 2377 | 2026-05-29T18:25:45.667Z | Compiling omicron-zone-package v0.12.2 |
| 2378 | 2026-05-29T18:25:45.678Z | Compiling progenitor-client v0.14.0 |
| 2379 | 2026-05-29T18:25:46.150Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-05-29T18:25:48.417Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-05-29T18:25:48.420Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-29T18:25:48.468Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-05-29T18:25:48.485Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-05-29T18:25:48.552Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-05-29T18:25:48.571Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-05-29T18:25:48.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-05-29T18:25:48.746Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-05-29T18:25:48.768Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-29T18:25:52.695Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-05-29T18:26:00.302Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-05-29T18:26:03.373Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-05-29T18:26:04.352Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-05-29T18:26:13.874Z | Finished `release` profile [optimized] target(s) in 1m 42s |
| 2394 | 2026-05-29T18:26:14.023Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-05-29T18:26:14.085Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-05-29T18:26:14.089Z | Created new build target 'test' and set it as active |
| 2397 | 2026-05-29T18:26:14.093Z | |
| 2398 | 2026-05-29T18:26:14.093Z | real 1:43.209944055 |
| 2399 | 2026-05-29T18:26:14.093Z | user 16:53.866918644 |
| 2400 | 2026-05-29T18:26:14.093Z | sys 2:34.907687854 |
| 2401 | 2026-05-29T18:26:14.093Z | trap 0.458932217 |
| 2402 | 2026-05-29T18:26:14.093Z | tflt 2.757009332 |
| 2403 | 2026-05-29T18:26:14.093Z | dflt 4.342428854 |
| 2404 | 2026-05-29T18:26:14.093Z | kflt 0.000573700 |
| 2405 | 2026-05-29T18:26:14.093Z | lock 52:34.060062646 |
| 2406 | 2026-05-29T18:26:14.093Z | slp 43:04.344863648 |
| 2407 | 2026-05-29T18:26:14.093Z | lat 42.262692105 |
| 2408 | 2026-05-29T18:26:14.093Z | stop 5:21.497227821 |
| 2409 | 2026-05-29T18:26:14.093Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-05-29T18:26:14.979Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2411 | 2026-05-29T18:26:15.051Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-05-29T18:26:15.111Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-05-29T18:26:16.529Z | Compiling heck v0.5.0 |
| 2414 | 2026-05-29T18:26:16.532Z | Compiling regress v0.11.1 |
| 2415 | 2026-05-29T18:26:16.532Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-05-29T18:26:16.794Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-05-29T18:26:16.823Z | Compiling regress v0.10.5 |
| 2418 | 2026-05-29T18:26:16.854Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-05-29T18:26:16.870Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-05-29T18:26:16.875Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-05-29T18:26:16.875Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-05-29T18:26:16.875Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-29T18:26:16.876Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-29T18:26:16.876Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-29T18:26:16.876Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-29T18:26:16.889Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-29T18:26:16.909Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-29T18:26:17.028Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-29T18:26:17.048Z | Compiling hostname v0.3.1 |
| 2430 | 2026-05-29T18:26:17.093Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-29T18:26:17.097Z | Compiling multer v3.1.0 |
| 2432 | 2026-05-29T18:26:17.166Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-29T18:26:17.187Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-05-29T18:26:17.210Z | Compiling compression-codecs v0.4.37 |
| 2435 | 2026-05-29T18:26:17.234Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-05-29T18:26:17.234Z | Compiling serde_spanned v1.0.4 |
| 2437 | 2026-05-29T18:26:17.236Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-05-29T18:26:17.300Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-29T18:26:17.303Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-29T18:26:17.427Z | Compiling take_mut v0.2.2 |
| 2441 | 2026-05-29T18:26:17.450Z | Compiling term v1.2.1 |
| 2442 | 2026-05-29T18:26:17.470Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-05-29T18:26:17.473Z | Compiling async-compression v0.4.41 |
| 2444 | 2026-05-29T18:26:17.582Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2445 | 2026-05-29T18:26:17.647Z | Compiling dropshot v0.17.0 |
| 2446 | 2026-05-29T18:26:17.649Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-05-29T18:26:17.686Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-29T18:26:17.713Z | Compiling num-rational v0.4.2 |
| 2449 | 2026-05-29T18:26:17.824Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-29T18:26:17.845Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-05-29T18:26:17.889Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-05-29T18:26:17.968Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-29T18:26:17.988Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-05-29T18:26:18.048Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-29T18:26:18.139Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-29T18:26:18.161Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-05-29T18:26:18.181Z | Compiling hostname v0.4.2 |
| 2458 | 2026-05-29T18:26:18.184Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-29T18:26:18.184Z | Compiling instant v0.1.13 |
| 2460 | 2026-05-29T18:26:18.263Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-05-29T18:26:18.333Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-05-29T18:26:18.355Z | Compiling backoff v0.4.0 |
| 2463 | 2026-05-29T18:26:18.358Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-05-29T18:26:18.400Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-05-29T18:26:18.599Z | Compiling num v0.4.3 |
| 2466 | 2026-05-29T18:26:18.620Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-29T18:26:18.623Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-05-29T18:26:18.660Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-05-29T18:26:18.684Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-29T18:26:18.706Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-29T18:26:18.709Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-29T18:26:18.750Z | Compiling humantime v2.3.0 |
| 2473 | 2026-05-29T18:26:18.819Z | Compiling float-ord v0.3.2 |
| 2474 | 2026-05-29T18:26:18.967Z | Compiling console v0.15.11 |
| 2475 | 2026-05-29T18:26:18.987Z | Compiling atomicwrites v0.4.4 |
| 2476 | 2026-05-29T18:26:19.033Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-05-29T18:26:19.033Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-05-29T18:26:19.137Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-29T18:26:19.201Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-05-29T18:26:19.297Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-29T18:26:19.346Z | Compiling cancel-safe-futures v0.1.5 |
| 2482 | 2026-05-29T18:26:19.423Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-29T18:26:19.444Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-29T18:26:19.556Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-29T18:26:19.599Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-29T18:26:19.717Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-29T18:26:19.852Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-29T18:26:19.875Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-29T18:26:19.957Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-29T18:26:20.094Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-05-29T18:26:20.121Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-29T18:26:20.143Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-29T18:26:20.172Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-29T18:26:20.190Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-29T18:26:20.214Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-29T18:26:20.258Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2497 | 2026-05-29T18:26:20.291Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-29T18:26:20.373Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2499 | 2026-05-29T18:26:20.403Z | Compiling nom v7.1.3 |
| 2500 | 2026-05-29T18:26:20.625Z | Compiling convert_case v0.10.0 |
| 2501 | 2026-05-29T18:26:20.917Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-29T18:26:21.132Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-29T18:26:21.541Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-29T18:26:21.690Z | Compiling derive_more v2.1.1 |
| 2505 | 2026-05-29T18:26:21.711Z | Compiling papergrid v0.11.0 |
| 2506 | 2026-05-29T18:26:21.799Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2026-05-29T18:26:21.821Z | Compiling termtree v0.5.1 |
| 2508 | 2026-05-29T18:26:21.842Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-05-29T18:26:22.024Z | Compiling crossterm v0.29.0 |
| 2510 | 2026-05-29T18:26:22.682Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-05-29T18:26:22.833Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-29T18:26:22.976Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2513 | 2026-05-29T18:26:23.316Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-05-29T18:26:23.350Z | Compiling typify v0.6.2 |
| 2515 | 2026-05-29T18:26:23.486Z | Compiling progenitor-impl v0.14.0 |
| 2516 | 2026-05-29T18:26:23.588Z | Compiling progenitor-impl v0.13.0 |
| 2517 | 2026-05-29T18:26:24.199Z | Compiling qorb v0.4.1 |
| 2518 | 2026-05-29T18:26:24.970Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2519 | 2026-05-29T18:26:25.187Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2520 | 2026-05-29T18:26:25.660Z | Compiling progenitor-macro v0.14.0 |
| 2521 | 2026-05-29T18:26:25.778Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-29T18:26:26.074Z | Compiling tabled v0.15.0 |
| 2523 | 2026-05-29T18:26:28.162Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2524 | 2026-05-29T18:26:28.296Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-29T18:26:28.331Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-29T18:26:28.544Z | Compiling vte v0.14.1 |
| 2527 | 2026-05-29T18:26:28.872Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-05-29T18:26:28.900Z | Compiling highway v1.3.0 |
| 2529 | 2026-05-29T18:26:29.178Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2530 | 2026-05-29T18:26:29.334Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-29T18:26:29.520Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-29T18:26:29.582Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2533 | 2026-05-29T18:26:29.655Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-29T18:26:29.687Z | Compiling csv v1.4.0 |
| 2535 | 2026-05-29T18:26:29.775Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-29T18:26:29.874Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2537 | 2026-05-29T18:26:29.960Z | Compiling strip-ansi-escapes v0.2.1 |
| 2538 | 2026-05-29T18:26:30.422Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2539 | 2026-05-29T18:26:30.531Z | Compiling phf v0.12.1 |
| 2540 | 2026-05-29T18:26:30.639Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-05-29T18:26:30.708Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-29T18:26:30.737Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-29T18:26:30.923Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-29T18:26:31.120Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-29T18:26:31.475Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-29T18:26:31.651Z | Compiling reedline v0.40.0 |
| 2547 | 2026-05-29T18:26:32.180Z | Compiling peg v0.8.5 |
| 2548 | 2026-05-29T18:26:32.315Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2549 | 2026-05-29T18:26:33.099Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-29T18:26:33.161Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-05-29T18:26:33.247Z | Compiling bcs v0.1.6 |
| 2552 | 2026-05-29T18:26:33.464Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-29T18:26:33.486Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-29T18:26:33.686Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2555 | 2026-05-29T18:26:33.755Z | Compiling rustc_version v0.1.7 |
| 2556 | 2026-05-29T18:26:33.785Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-05-29T18:26:33.960Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-29T18:26:33.990Z | Compiling newtype_derive v0.1.6 |
| 2559 | 2026-05-29T18:26:34.105Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-29T18:26:34.171Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-29T18:26:34.403Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-05-29T18:26:34.875Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-29T18:26:35.413Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-29T18:26:35.482Z | Compiling steno v0.4.1 |
| 2565 | 2026-05-29T18:26:35.653Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-05-29T18:26:35.769Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-05-29T18:26:35.962Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-29T18:26:35.986Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-05-29T18:26:36.272Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-29T18:26:36.319Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-05-29T18:26:36.495Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-05-29T18:26:36.547Z | Compiling radium v0.7.0 |
| 2573 | 2026-05-29T18:26:36.869Z | Compiling tap v1.0.1 |
| 2574 | 2026-05-29T18:26:36.899Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-29T18:26:37.018Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-05-29T18:26:37.193Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-05-29T18:26:37.215Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-29T18:26:37.304Z | Compiling wyz v0.5.1 |
| 2579 | 2026-05-29T18:26:37.547Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2580 | 2026-05-29T18:26:37.696Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2581 | 2026-05-29T18:26:37.771Z | Compiling num-derive v0.3.3 |
| 2582 | 2026-05-29T18:26:38.513Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2583 | 2026-05-29T18:26:38.601Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2584 | 2026-05-29T18:26:38.649Z | Compiling zerocopy-derive v0.6.6 |
| 2585 | 2026-05-29T18:26:38.672Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2586 | 2026-05-29T18:26:39.090Z | Compiling crc-catalog v2.4.0 |
| 2587 | 2026-05-29T18:26:39.238Z | Compiling packed_struct v0.10.1 |
| 2588 | 2026-05-29T18:26:39.413Z | Compiling funty v2.0.0 |
| 2589 | 2026-05-29T18:26:39.514Z | Compiling zerocopy v0.6.6 |
| 2590 | 2026-05-29T18:26:39.568Z | Compiling crc v3.4.0 |
| 2591 | 2026-05-29T18:26:39.839Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-05-29T18:26:39.941Z | Compiling bitvec v1.0.1 |
| 2593 | 2026-05-29T18:26:40.387Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-05-29T18:26:40.473Z | Compiling libscf-sys v1.1.0 |
| 2595 | 2026-05-29T18:26:40.730Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-05-29T18:26:40.752Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-05-29T18:26:41.009Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-05-29T18:26:41.660Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-05-29T18:26:41.713Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-05-29T18:26:41.734Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-05-29T18:26:41.846Z | Compiling array-init v0.0.4 |
| 2602 | 2026-05-29T18:26:41.918Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-05-29T18:26:41.940Z | Compiling smallvec v0.6.14 |
| 2604 | 2026-05-29T18:26:42.053Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2605 | 2026-05-29T18:26:42.238Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-29T18:26:42.376Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-29T18:26:42.466Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-05-29T18:26:42.709Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-05-29T18:26:42.739Z | Compiling hashbrown v0.12.3 |
| 2610 | 2026-05-29T18:26:42.758Z | Compiling glob v0.3.3 |
| 2611 | 2026-05-29T18:26:42.818Z | Compiling diesel_derives v2.3.7 |
| 2612 | 2026-05-29T18:26:42.940Z | Compiling maplit v1.0.2 |
| 2613 | 2026-05-29T18:26:42.977Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-05-29T18:26:43.059Z | Compiling dirs-next v2.0.0 |
| 2615 | 2026-05-29T18:26:43.109Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-05-29T18:26:43.133Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-05-29T18:26:43.209Z | Compiling serde-hex v0.1.0 |
| 2618 | 2026-05-29T18:26:43.346Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-05-29T18:26:43.528Z | Compiling tabled v0.20.0 |
| 2620 | 2026-05-29T18:26:43.592Z | Compiling ron v0.8.1 |
| 2621 | 2026-05-29T18:26:43.619Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-05-29T18:26:43.651Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-29T18:26:43.856Z | Compiling dsl_auto_type v0.2.0 |
| 2624 | 2026-05-29T18:26:43.993Z | Compiling scheduled-thread-pool v0.2.7 |
| 2625 | 2026-05-29T18:26:44.231Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-05-29T18:26:44.401Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-29T18:26:44.473Z | Compiling tiny-keccak v2.0.2 |
| 2628 | 2026-05-29T18:26:44.519Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-05-29T18:26:44.591Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-29T18:26:44.749Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-05-29T18:26:44.815Z | Compiling r2d2 v0.8.10 |
| 2632 | 2026-05-29T18:26:44.968Z | Compiling object v0.30.4 |
| 2633 | 2026-05-29T18:26:45.225Z | Compiling term v0.7.0 |
| 2634 | 2026-05-29T18:26:45.387Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-05-29T18:26:45.439Z | Compiling path-slash v0.1.5 |
| 2636 | 2026-05-29T18:26:45.586Z | Compiling xshell-macros v0.2.7 |
| 2637 | 2026-05-29T18:26:45.631Z | Compiling downcast-rs v2.0.2 |
| 2638 | 2026-05-29T18:26:45.653Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-29T18:26:45.738Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-29T18:26:45.966Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-05-29T18:26:45.987Z | Compiling xshell v0.2.7 |
| 2642 | 2026-05-29T18:26:46.008Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2643 | 2026-05-29T18:26:46.008Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-29T18:26:46.468Z | Compiling ena v0.14.4 |
| 2645 | 2026-05-29T18:26:46.502Z | Compiling libloading v0.8.9 |
| 2646 | 2026-05-29T18:26:46.713Z | Compiling diff v0.1.13 |
| 2647 | 2026-05-29T18:26:46.741Z | Compiling crc8 v0.1.1 |
| 2648 | 2026-05-29T18:26:46.878Z | Compiling unicase v2.9.0 |
| 2649 | 2026-05-29T18:26:46.981Z | Compiling regex-syntax v0.6.29 |
| 2650 | 2026-05-29T18:26:47.107Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-29T18:26:47.176Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2652 | 2026-05-29T18:26:47.426Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-05-29T18:26:47.898Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2654 | 2026-05-29T18:26:48.338Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-29T18:26:48.382Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-29T18:26:48.719Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-29T18:26:48.890Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2658 | 2026-05-29T18:26:48.946Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2659 | 2026-05-29T18:26:48.977Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-05-29T18:26:49.172Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-05-29T18:26:49.195Z | Compiling headers-core v0.3.0 |
| 2662 | 2026-05-29T18:26:49.358Z | Compiling libxml v0.3.3 |
| 2663 | 2026-05-29T18:26:49.379Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-29T18:26:49.419Z | Compiling diesel v2.3.7 |
| 2665 | 2026-05-29T18:26:49.662Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-05-29T18:26:49.762Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-29T18:26:49.920Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-05-29T18:26:50.082Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-05-29T18:26:50.313Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2670 | 2026-05-29T18:26:50.339Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2671 | 2026-05-29T18:26:50.897Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-05-29T18:26:51.046Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-05-29T18:26:51.068Z | Compiling indoc v1.0.9 |
| 2674 | 2026-05-29T18:26:51.336Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-05-29T18:26:51.521Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-29T18:26:51.696Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-05-29T18:26:51.746Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-05-29T18:26:51.874Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-05-29T18:26:52.115Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-05-29T18:26:52.381Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-05-29T18:26:52.725Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-05-29T18:26:53.329Z | Compiling typify-macro v0.4.3 |
| 2683 | 2026-05-29T18:26:53.356Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2684 | 2026-05-29T18:26:53.377Z | Compiling half v1.8.3 |
| 2685 | 2026-05-29T18:26:53.450Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-05-29T18:26:53.680Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-05-29T18:26:53.703Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-05-29T18:26:53.725Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-29T18:26:53.792Z | Compiling samael v0.0.19 |
| 2690 | 2026-05-29T18:26:53.845Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2026-05-29T18:26:54.084Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2692 | 2026-05-29T18:26:54.349Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-05-29T18:26:54.420Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-05-29T18:26:54.649Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-05-29T18:26:54.748Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-05-29T18:26:54.839Z | Compiling typify v0.4.3 |
| 2697 | 2026-05-29T18:26:54.931Z | Compiling fxhash v0.2.1 |
| 2698 | 2026-05-29T18:26:54.981Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-29T18:26:55.101Z | Compiling libz-sys v1.1.24 |
| 2700 | 2026-05-29T18:26:55.378Z | Compiling salty v0.3.0 |
| 2701 | 2026-05-29T18:26:55.505Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-05-29T18:26:55.747Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-05-29T18:26:55.767Z | Compiling polar-core v0.27.3 |
| 2704 | 2026-05-29T18:26:55.789Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2705 | 2026-05-29T18:26:55.914Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2706 | 2026-05-29T18:26:56.016Z | Compiling progenitor-client v0.11.2 |
| 2707 | 2026-05-29T18:26:56.119Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-05-29T18:26:56.182Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-05-29T18:26:56.584Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-05-29T18:26:56.841Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-05-29T18:26:56.944Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-05-29T18:26:57.188Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-05-29T18:26:57.368Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2714 | 2026-05-29T18:26:57.418Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-05-29T18:26:58.036Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-29T18:27:00.052Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-05-29T18:27:00.338Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-05-29T18:27:00.390Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-05-29T18:27:00.558Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-05-29T18:27:00.976Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-05-29T18:27:01.155Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2722 | 2026-05-29T18:27:01.352Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2723 | 2026-05-29T18:27:01.663Z | Compiling progenitor v0.11.2 |
| 2724 | 2026-05-29T18:27:01.686Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2725 | 2026-05-29T18:27:01.857Z | Compiling darling_core v0.23.0 |
| 2726 | 2026-05-29T18:27:01.976Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-05-29T18:27:02.391Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-05-29T18:27:04.006Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2729 | 2026-05-29T18:27:05.530Z | Compiling oso v0.27.3 |
| 2730 | 2026-05-29T18:27:09.241Z | Compiling async-bb8-diesel v0.2.1 |
| 2731 | 2026-05-29T18:27:09.692Z | Compiling diesel-dtrace v0.5.0 |
| 2732 | 2026-05-29T18:27:09.715Z | Compiling darling_macro v0.23.0 |
| 2733 | 2026-05-29T18:27:09.851Z | Compiling flume v0.11.1 |
| 2734 | 2026-05-29T18:27:09.904Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-29T18:27:10.048Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-29T18:27:10.288Z | Compiling slog-stdlog v4.1.1 |
| 2737 | 2026-05-29T18:27:10.643Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2738 | 2026-05-29T18:27:10.740Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2739 | 2026-05-29T18:27:11.836Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-05-29T18:27:11.904Z | Compiling atty v0.2.14 |
| 2741 | 2026-05-29T18:27:11.927Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-05-29T18:27:12.055Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2743 | 2026-05-29T18:27:12.145Z | Compiling http-range v0.1.5 |
| 2744 | 2026-05-29T18:27:12.166Z | Compiling strsim v0.10.0 |
| 2745 | 2026-05-29T18:27:12.268Z | Compiling instability v0.3.11 |
| 2746 | 2026-05-29T18:27:12.324Z | Compiling p384 v0.13.1 |
| 2747 | 2026-05-29T18:27:12.346Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2748 | 2026-05-29T18:27:12.378Z | Compiling darling_core v0.13.4 |
| 2749 | 2026-05-29T18:27:12.477Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2750 | 2026-05-29T18:27:12.550Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-05-29T18:27:13.751Z | Compiling darling v0.23.0 |
| 2752 | 2026-05-29T18:27:14.442Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-05-29T18:27:14.479Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-05-29T18:27:14.501Z | Compiling ignore v0.4.25 |
| 2755 | 2026-05-29T18:27:15.230Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-29T18:27:15.303Z | Compiling castaway v0.2.4 |
| 2757 | 2026-05-29T18:27:15.461Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-05-29T18:27:15.569Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-29T18:27:15.726Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-29T18:27:15.897Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-29T18:27:16.626Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-29T18:27:16.685Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-05-29T18:27:16.877Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-05-29T18:27:17.030Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-29T18:27:17.368Z | Compiling parking_lot v0.11.2 |
| 2766 | 2026-05-29T18:27:17.436Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-05-29T18:27:18.028Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-05-29T18:27:18.283Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-05-29T18:27:18.681Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-05-29T18:27:18.861Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-29T18:27:19.347Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-05-29T18:27:19.525Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-05-29T18:27:19.644Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-05-29T18:27:19.822Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-29T18:27:20.049Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-05-29T18:27:20.287Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-05-29T18:27:20.309Z | Compiling lru v0.12.5 |
| 2778 | 2026-05-29T18:27:20.334Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-29T18:27:20.503Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-05-29T18:27:20.541Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-05-29T18:27:20.769Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-05-29T18:27:20.883Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-05-29T18:27:20.913Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-05-29T18:27:20.970Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-05-29T18:27:21.036Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-05-29T18:27:21.146Z | Compiling rustls v0.21.12 |
| 2787 | 2026-05-29T18:27:21.193Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-29T18:27:21.238Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-05-29T18:27:21.241Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-05-29T18:27:21.281Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-05-29T18:27:21.399Z | Compiling ratatui v0.29.0 |
| 2792 | 2026-05-29T18:27:21.468Z | Compiling camino-tempfile-ext v0.3.3 |
| 2793 | 2026-05-29T18:27:21.494Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2794 | 2026-05-29T18:27:21.581Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-05-29T18:27:21.901Z | Compiling darling v0.13.4 |
| 2796 | 2026-05-29T18:27:22.108Z | Compiling sled v0.34.7 |
| 2797 | 2026-05-29T18:27:22.507Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-29T18:27:22.616Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-29T18:27:22.878Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-05-29T18:27:24.518Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-05-29T18:27:25.530Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2802 | 2026-05-29T18:27:25.561Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-29T18:27:25.760Z | Compiling rustls-webpki v0.101.7 |
| 2804 | 2026-05-29T18:27:25.792Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-29T18:27:26.074Z | Compiling secrecy v0.8.0 |
| 2806 | 2026-05-29T18:27:26.273Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-05-29T18:27:26.658Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-29T18:27:27.449Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-05-29T18:27:27.562Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-05-29T18:27:27.672Z | Compiling serde_with_macros v1.5.2 |
| 2811 | 2026-05-29T18:27:27.992Z | Compiling git2 v0.20.4 |
| 2812 | 2026-05-29T18:27:28.551Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-05-29T18:27:28.639Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2814 | 2026-05-29T18:27:29.224Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2815 | 2026-05-29T18:27:29.376Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-05-29T18:27:29.604Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2817 | 2026-05-29T18:27:29.843Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2818 | 2026-05-29T18:27:30.080Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-05-29T18:27:30.344Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-05-29T18:27:30.571Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-05-29T18:27:30.807Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-05-29T18:27:31.063Z | Compiling void v1.0.2 |
| 2823 | 2026-05-29T18:27:31.066Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2824 | 2026-05-29T18:27:31.220Z | Compiling lzss v0.8.2 |
| 2825 | 2026-05-29T18:27:31.341Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-05-29T18:27:31.543Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-05-29T18:27:32.044Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-05-29T18:27:32.065Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-05-29T18:27:32.348Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2830 | 2026-05-29T18:27:33.213Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-05-29T18:27:33.308Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-05-29T18:27:34.424Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-29T18:27:35.212Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-05-29T18:27:35.825Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-05-29T18:27:35.942Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-29T18:27:35.968Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-29T18:27:36.194Z | Compiling rustls-pemfile v1.0.4 |
| 2838 | 2026-05-29T18:27:36.605Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-05-29T18:27:36.722Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-05-29T18:27:36.946Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2841 | 2026-05-29T18:27:37.173Z | Compiling nix v0.27.1 |
| 2842 | 2026-05-29T18:27:37.477Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-05-29T18:27:37.994Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-05-29T18:27:38.293Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-05-29T18:27:38.315Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2846 | 2026-05-29T18:27:38.400Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2847 | 2026-05-29T18:27:38.715Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2026-05-29T18:27:39.394Z | Compiling tokio-tungstenite v0.23.1 |
| 2849 | 2026-05-29T18:27:39.815Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-05-29T18:27:41.890Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-29T18:27:42.807Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-05-29T18:27:43.592Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-05-29T18:27:43.788Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-05-29T18:27:44.268Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-05-29T18:27:44.288Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2856 | 2026-05-29T18:27:44.706Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2857 | 2026-05-29T18:27:44.787Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-05-29T18:27:44.958Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2859 | 2026-05-29T18:27:45.069Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2860 | 2026-05-29T18:27:46.574Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2861 | 2026-05-29T18:27:46.953Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-05-29T18:27:47.874Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2863 | 2026-05-29T18:27:47.901Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-05-29T18:27:48.839Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-05-29T18:27:49.327Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2866 | 2026-05-29T18:27:49.441Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-05-29T18:27:49.554Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2868 | 2026-05-29T18:27:49.901Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-05-29T18:27:50.728Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-05-29T18:27:50.955Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-05-29T18:27:51.882Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-05-29T18:27:52.074Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-05-29T18:27:52.432Z | Compiling yasna v0.5.2 |
| 2874 | 2026-05-29T18:27:52.509Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-29T18:27:52.747Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-05-29T18:27:52.818Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-05-29T18:27:52.863Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-05-29T18:27:52.989Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-05-29T18:27:53.077Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-05-29T18:27:53.112Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-05-29T18:27:53.289Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-05-29T18:27:53.331Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-05-29T18:27:53.390Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2884 | 2026-05-29T18:27:53.622Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-05-29T18:27:53.855Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-05-29T18:27:53.959Z | Compiling subprocess v0.2.15 |
| 2887 | 2026-05-29T18:27:54.136Z | Compiling rpassword v7.4.0 |
| 2888 | 2026-05-29T18:27:54.424Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-05-29T18:27:56.156Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-05-29T18:27:56.436Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-05-29T18:27:57.081Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2892 | 2026-05-29T18:27:57.225Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-05-29T18:27:57.431Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-05-29T18:27:57.710Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-05-29T18:27:58.465Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-05-29T18:27:58.903Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-05-29T18:27:58.993Z | Compiling uzers v0.12.2 |
| 2898 | 2026-05-29T18:27:59.521Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-05-29T18:28:00.442Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-05-29T18:28:01.693Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-05-29T18:28:02.184Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-05-29T18:28:06.188Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2903 | 2026-05-29T18:28:07.197Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-05-29T18:28:08.389Z | Compiling multimap v0.10.1 |
| 2905 | 2026-05-29T18:28:17.106Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2906 | 2026-05-29T18:28:22.831Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2907 | 2026-05-29T18:28:28.745Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-05-29T18:28:30.025Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-05-29T18:28:30.684Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-05-29T18:36:04.106Z | Finished `release` profile [optimized] target(s) in 9m 48s |
| 2911 | 2026-05-29T18:36:51.133Z | |
| 2912 | 2026-05-29T18:36:51.144Z | real 10:36.998634844 |
| 2913 | 2026-05-29T18:36:51.144Z | user 1:20:14.705254400 |
| 2914 | 2026-05-29T18:36:51.144Z | sys 3:36.736049713 |
| 2915 | 2026-05-29T18:36:51.144Z | trap 1.755578698 |
| 2916 | 2026-05-29T18:36:51.144Z | tflt 2.829732044 |
| 2917 | 2026-05-29T18:36:51.144Z | dflt 17.002570100 |
| 2918 | 2026-05-29T18:36:51.144Z | kflt 0.014913759 |
| 2919 | 2026-05-29T18:36:51.144Z | lock 7:37:26.446807458 |
| 2920 | 2026-05-29T18:36:51.144Z | slp 2:20:57.086619493 |
| 2921 | 2026-05-29T18:36:51.144Z | lat 2:28.573001027 |
| 2922 | 2026-05-29T18:36:51.144Z | stop 5:11.656801701 |
| 2923 | 2026-05-29T18:36:51.144Z | + mapfile -t packages |
| 2924 | 2026-05-29T18:36:51.144Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-05-29T18:36:52.067Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2926 | 2026-05-29T18:36:52.138Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-05-29T18:36:52.207Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-05-29T18:36:52.215Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-05-29T18:36:52.737Z | Compiling libc v0.2.185 |
| 2930 | 2026-05-29T18:36:52.737Z | Compiling serde v1.0.228 |
| 2931 | 2026-05-29T18:36:52.745Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-05-29T18:36:52.745Z | Compiling rustix v1.1.3 |
| 2933 | 2026-05-29T18:36:52.745Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-05-29T18:36:52.745Z | Compiling serde_json v1.0.149 |
| 2935 | 2026-05-29T18:36:52.745Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-05-29T18:36:52.853Z | Compiling syn v2.0.117 |
| 2937 | 2026-05-29T18:36:52.879Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-05-29T18:36:53.008Z | Compiling indexmap v2.14.0 |
| 2939 | 2026-05-29T18:36:53.018Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-05-29T18:36:53.018Z | Compiling syn v1.0.109 |
| 2941 | 2026-05-29T18:36:53.018Z | Compiling log v0.4.29 |
| 2942 | 2026-05-29T18:36:53.018Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-05-29T18:36:53.152Z | Compiling getrandom v0.4.1 |
| 2944 | 2026-05-29T18:36:53.250Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-05-29T18:36:53.295Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-05-29T18:36:53.295Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-05-29T18:36:53.363Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-05-29T18:36:53.372Z | Compiling heck v0.4.1 |
| 2949 | 2026-05-29T18:36:53.626Z | Compiling errno v0.3.14 |
| 2950 | 2026-05-29T18:36:53.629Z | Compiling thread-id v4.2.2 |
| 2951 | 2026-05-29T18:36:53.629Z | Compiling memmap v0.7.0 |
| 2952 | 2026-05-29T18:36:53.903Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-05-29T18:36:54.391Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-05-29T18:36:54.617Z | Compiling terminal_size v0.4.3 |
| 2955 | 2026-05-29T18:36:54.617Z | Compiling tempfile v3.25.0 |
| 2956 | 2026-05-29T18:36:54.638Z | Compiling tabled_derive v0.7.0 |
| 2957 | 2026-05-29T18:36:54.721Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-05-29T18:36:54.721Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-05-29T18:36:54.839Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-05-29T18:36:55.301Z | Compiling tabled v0.15.0 |
| 2961 | 2026-05-29T18:36:55.361Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-05-29T18:36:55.361Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-05-29T18:36:55.753Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-05-29T18:36:55.753Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-05-29T18:36:55.756Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-05-29T18:36:55.756Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-05-29T18:36:55.756Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-05-29T18:36:55.756Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-05-29T18:36:55.756Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-05-29T18:36:55.756Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-29T18:36:55.792Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-05-29T18:36:55.896Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-05-29T18:36:56.027Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-05-29T18:36:56.460Z | Compiling scroll v0.12.0 |
| 2975 | 2026-05-29T18:36:56.571Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-05-29T18:36:56.789Z | Compiling goblin v0.8.2 |
| 2977 | 2026-05-29T18:36:56.907Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-05-29T18:36:56.942Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-05-29T18:36:57.050Z | Compiling yoke v0.8.1 |
| 2980 | 2026-05-29T18:36:57.060Z | Compiling dtrace-parser v0.2.0 |
| 2981 | 2026-05-29T18:36:57.097Z | Compiling thiserror v2.0.18 |
| 2982 | 2026-05-29T18:36:57.247Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-05-29T18:36:57.260Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-05-29T18:36:57.445Z | Compiling clap v4.5.60 |
| 2985 | 2026-05-29T18:36:57.871Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-05-29T18:36:58.106Z | Compiling icu_locale_core v2.1.1 |
| 2987 | 2026-05-29T18:36:58.998Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-05-29T18:36:59.092Z | Compiling icu_provider v2.1.1 |
| 2989 | 2026-05-29T18:36:59.161Z | Compiling icu_collections v2.1.1 |
| 2990 | 2026-05-29T18:36:59.224Z | Compiling serde_spanned v0.6.9 |
| 2991 | 2026-05-29T18:36:59.386Z | Compiling toml_datetime v0.6.11 |
| 2992 | 2026-05-29T18:36:59.400Z | Compiling dof v0.3.0 |
| 2993 | 2026-05-29T18:36:59.437Z | Compiling serde-value v0.7.0 |
| 2994 | 2026-05-29T18:36:59.492Z | Compiling cargo-platform v0.2.0 |
| 2995 | 2026-05-29T18:36:59.517Z | Compiling macaddr v1.0.1 |
| 2996 | 2026-05-29T18:36:59.540Z | Compiling icu_properties v2.1.2 |
| 2997 | 2026-05-29T18:36:59.584Z | Compiling icu_normalizer v2.1.1 |
| 2998 | 2026-05-29T18:36:59.608Z | Compiling toml_edit v0.22.27 |
| 2999 | 2026-05-29T18:36:59.784Z | Compiling serde_tokenstream v0.2.3 |
| 3000 | 2026-05-29T18:37:00.525Z | Compiling idna_adapter v1.2.1 |
| 3001 | 2026-05-29T18:37:00.558Z | Compiling usdt-attr-macro v0.5.0 |
| 3002 | 2026-05-29T18:37:00.710Z | Compiling idna v1.1.0 |
| 3003 | 2026-05-29T18:37:00.721Z | Compiling usdt-macro v0.5.0 |
| 3004 | 2026-05-29T18:37:01.034Z | Compiling url v2.5.8 |
| 3005 | 2026-05-29T18:37:01.153Z | Compiling toml v0.8.23 |
| 3006 | 2026-05-29T18:37:01.285Z | Compiling usdt v0.5.0 |
| 3007 | 2026-05-29T18:37:01.592Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-05-29T18:37:01.592Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-05-29T18:37:02.624Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-05-29T18:37:05.688Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-05-29T18:37:08.738Z | Finished `release` profile [optimized] target(s) in 16.52s |
| 3012 | 2026-05-29T18:37:08.904Z | |
| 3013 | 2026-05-29T18:37:08.904Z | real 16.664648234 |
| 3014 | 2026-05-29T18:37:08.904Z | user 2:21.164029479 |
| 3015 | 2026-05-29T18:37:08.904Z | sys 16.682444006 |
| 3016 | 2026-05-29T18:37:08.904Z | trap 0.079025813 |
| 3017 | 2026-05-29T18:37:08.904Z | tflt 0.551216274 |
| 3018 | 2026-05-29T18:37:08.904Z | dflt 1.566134500 |
| 3019 | 2026-05-29T18:37:08.904Z | kflt 0.000057680 |
| 3020 | 2026-05-29T18:37:08.904Z | lock 5:13.551034358 |
| 3021 | 2026-05-29T18:37:08.907Z | slp 3:21.708732264 |
| 3022 | 2026-05-29T18:37:08.907Z | lat 6.047005586 |
| 3023 | 2026-05-29T18:37:08.907Z | stop 19.861386212 |
| 3024 | 2026-05-29T18:37:08.907Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-05-29T18:37:08.907Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-05-29T18:37:08.907Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-05-29T18:37:08.907Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-05-29T18:37:08.908Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-05-29T18:37:09.847Z | Compiling newtype-uuid-macros v0.1.0 |
| 3030 | 2026-05-29T18:37:09.850Z | Compiling progenitor-client v0.14.0 |
| 3031 | 2026-05-29T18:37:09.850Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-05-29T18:37:09.850Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-05-29T18:37:09.850Z | Compiling rustls v0.22.4 |
| 3034 | 2026-05-29T18:37:10.014Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-05-29T18:37:10.018Z | Compiling multer v3.1.0 |
| 3036 | 2026-05-29T18:37:10.025Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-05-29T18:37:10.027Z | Compiling match_cfg v0.1.0 |
| 3038 | 2026-05-29T18:37:10.027Z | Compiling debug-ignore v1.0.5 |
| 3039 | 2026-05-29T18:37:10.027Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-05-29T18:37:10.037Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-05-29T18:37:10.041Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-05-29T18:37:10.085Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3043 | 2026-05-29T18:37:10.101Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-05-29T18:37:10.104Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-29T18:37:10.263Z | Compiling hostname v0.3.1 |
| 3046 | 2026-05-29T18:37:10.266Z | Compiling itertools v0.14.0 |
| 3047 | 2026-05-29T18:37:10.266Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-29T18:37:10.266Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-29T18:37:10.297Z | Compiling dropshot_endpoint v0.17.0 |
| 3050 | 2026-05-29T18:37:10.351Z | Compiling compression-codecs v0.4.37 |
| 3051 | 2026-05-29T18:37:10.371Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3052 | 2026-05-29T18:37:10.371Z | Compiling slog-bunyan v2.5.0 |
| 3053 | 2026-05-29T18:37:10.483Z | Compiling hostname v0.4.2 |
| 3054 | 2026-05-29T18:37:10.501Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-05-29T18:37:10.547Z | Compiling regress v0.10.5 |
| 3056 | 2026-05-29T18:37:10.564Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3057 | 2026-05-29T18:37:10.567Z | Compiling macaddr v1.0.1 |
| 3058 | 2026-05-29T18:37:10.660Z | Compiling async-compression v0.4.41 |
| 3059 | 2026-05-29T18:37:10.676Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-05-29T18:37:10.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3061 | 2026-05-29T18:37:10.728Z | Compiling instant v0.1.13 |
| 3062 | 2026-05-29T18:37:10.775Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3063 | 2026-05-29T18:37:10.795Z | Compiling backon v1.6.0 |
| 3064 | 2026-05-29T18:37:10.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3065 | 2026-05-29T18:37:10.862Z | Compiling backoff v0.4.0 |
| 3066 | 2026-05-29T18:37:10.862Z | Compiling progenitor-client v0.10.0 |
| 3067 | 2026-05-29T18:37:10.899Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-05-29T18:37:10.912Z | Compiling humantime v2.3.0 |
| 3069 | 2026-05-29T18:37:10.946Z | Compiling universal-hash v0.5.1 |
| 3070 | 2026-05-29T18:37:10.993Z | Compiling progenitor-extras v0.2.0 |
| 3071 | 2026-05-29T18:37:11.020Z | Compiling opaque-debug v0.3.1 |
| 3072 | 2026-05-29T18:37:11.097Z | Compiling half v2.7.1 |
| 3073 | 2026-05-29T18:37:11.115Z | Compiling structmeta v0.3.0 |
| 3074 | 2026-05-29T18:37:11.119Z | Compiling crucible-workspace-hack v0.1.0 |
| 3075 | 2026-05-29T18:37:11.120Z | Compiling ciborium-io v0.2.2 |
| 3076 | 2026-05-29T18:37:11.165Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3077 | 2026-05-29T18:37:11.199Z | Compiling regress v0.11.1 |
| 3078 | 2026-05-29T18:37:11.215Z | Compiling convert_case v0.4.0 |
| 3079 | 2026-05-29T18:37:11.246Z | Compiling aead v0.5.2 |
| 3080 | 2026-05-29T18:37:11.266Z | Compiling secrecy v0.10.3 |
| 3081 | 2026-05-29T18:37:11.283Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3082 | 2026-05-29T18:37:11.319Z | Compiling unsafe-libyaml v0.2.11 |
| 3083 | 2026-05-29T18:37:11.362Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-05-29T18:37:11.377Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-05-29T18:37:11.418Z | Compiling ciborium-ll v0.2.2 |
| 3086 | 2026-05-29T18:37:11.462Z | Compiling poly1305 v0.8.0 |
| 3087 | 2026-05-29T18:37:11.477Z | Compiling chacha20 v0.9.1 |
| 3088 | 2026-05-29T18:37:11.534Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3089 | 2026-05-29T18:37:11.554Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3090 | 2026-05-29T18:37:11.573Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3091 | 2026-05-29T18:37:11.616Z | Compiling derive_more v0.99.20 |
| 3092 | 2026-05-29T18:37:11.657Z | Compiling ciborium v0.2.2 |
| 3093 | 2026-05-29T18:37:11.759Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3094 | 2026-05-29T18:37:11.791Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3095 | 2026-05-29T18:37:11.808Z | Compiling byte-wrapper v0.1.0 |
| 3096 | 2026-05-29T18:37:11.949Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-05-29T18:37:11.952Z | Compiling password-hash v0.5.0 |
| 3098 | 2026-05-29T18:37:12.090Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3099 | 2026-05-29T18:37:12.132Z | Compiling blake2 v0.10.6 |
| 3100 | 2026-05-29T18:37:12.169Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-05-29T18:37:12.237Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-05-29T18:37:12.255Z | Compiling heapless v0.8.0 |
| 3103 | 2026-05-29T18:37:12.271Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3104 | 2026-05-29T18:37:12.345Z | Compiling tokio-rustls v0.25.0 |
| 3105 | 2026-05-29T18:37:12.384Z | Compiling ingot-macros v0.1.1 |
| 3106 | 2026-05-29T18:37:12.401Z | Compiling argon2 v0.5.3 |
| 3107 | 2026-05-29T18:37:12.598Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3108 | 2026-05-29T18:37:12.717Z | Compiling tabwriter v1.4.1 |
| 3109 | 2026-05-29T18:37:12.764Z | Compiling typify-impl v0.6.2 |
| 3110 | 2026-05-29T18:37:13.023Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3111 | 2026-05-29T18:37:13.050Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-05-29T18:37:13.150Z | Compiling test-strategy v0.4.5 |
| 3113 | 2026-05-29T18:37:13.168Z | Compiling vsss-rs v3.3.4 |
| 3114 | 2026-05-29T18:37:13.185Z | Compiling parse-display v0.10.0 |
| 3115 | 2026-05-29T18:37:13.323Z | Compiling hash32 v0.3.1 |
| 3116 | 2026-05-29T18:37:13.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-05-29T18:37:13.507Z | Compiling smoltcp v0.11.0 |
| 3118 | 2026-05-29T18:37:13.671Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-29T18:37:13.744Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-05-29T18:37:13.766Z | Compiling cobs v0.3.0 |
| 3121 | 2026-05-29T18:37:13.837Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3122 | 2026-05-29T18:37:13.884Z | Compiling num-complex v0.4.6 |
| 3123 | 2026-05-29T18:37:13.924Z | Compiling colored v3.1.1 |
| 3124 | 2026-05-29T18:37:13.960Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3125 | 2026-05-29T18:37:14.004Z | Compiling postcard v1.1.3 |
| 3126 | 2026-05-29T18:37:14.123Z | Compiling proc-macro-error v1.0.4 |
| 3127 | 2026-05-29T18:37:14.214Z | Compiling proc-macro-crate v1.3.1 |
| 3128 | 2026-05-29T18:37:14.295Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3129 | 2026-05-29T18:37:14.307Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-29T18:37:14.317Z | Compiling num v0.4.3 |
| 3131 | 2026-05-29T18:37:14.317Z | Compiling atomicwrites v0.4.4 |
| 3132 | 2026-05-29T18:37:14.352Z | Compiling foreign-types-macros v0.2.3 |
| 3133 | 2026-05-29T18:37:14.369Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3134 | 2026-05-29T18:37:14.404Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3135 | 2026-05-29T18:37:14.460Z | Compiling float-ord v0.3.2 |
| 3136 | 2026-05-29T18:37:14.543Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3137 | 2026-05-29T18:37:14.560Z | Compiling cpufeatures v0.3.0 |
| 3138 | 2026-05-29T18:37:14.613Z | Compiling foreign-types-shared v0.3.1 |
| 3139 | 2026-05-29T18:37:14.661Z | Compiling rayon-core v1.13.0 |
| 3140 | 2026-05-29T18:37:14.680Z | Compiling num_enum_derive v0.5.11 |
| 3141 | 2026-05-29T18:37:14.735Z | Compiling chacha20 v0.10.0 |
| 3142 | 2026-05-29T18:37:14.742Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3143 | 2026-05-29T18:37:14.758Z | Compiling crossbeam-deque v0.8.6 |
| 3144 | 2026-05-29T18:37:14.765Z | Compiling camino-tempfile v1.4.1 |
| 3145 | 2026-05-29T18:37:14.858Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3146 | 2026-05-29T18:37:14.896Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3147 | 2026-05-29T18:37:14.911Z | Compiling cstr-argument v0.1.2 |
| 3148 | 2026-05-29T18:37:14.987Z | Compiling foreign-types v0.5.0 |
| 3149 | 2026-05-29T18:37:15.004Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3150 | 2026-05-29T18:37:15.060Z | Compiling rand v0.10.0 |
| 3151 | 2026-05-29T18:37:15.090Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3152 | 2026-05-29T18:37:15.090Z | Compiling toml v0.8.23 |
| 3153 | 2026-05-29T18:37:15.252Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-05-29T18:37:15.323Z | Compiling zone_cfg_derive v0.3.1 |
| 3155 | 2026-05-29T18:37:15.343Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3156 | 2026-05-29T18:37:15.372Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3157 | 2026-05-29T18:37:15.375Z | Compiling ingot-types v0.1.2 |
| 3158 | 2026-05-29T18:37:15.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3159 | 2026-05-29T18:37:15.424Z | Compiling num_enum v0.7.5 |
| 3160 | 2026-05-29T18:37:15.443Z | Compiling rayon v1.11.0 |
| 3161 | 2026-05-29T18:37:15.486Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3162 | 2026-05-29T18:37:15.542Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3163 | 2026-05-29T18:37:15.575Z | Compiling itertools v0.12.1 |
| 3164 | 2026-05-29T18:37:15.638Z | Compiling num-derive v0.4.2 |
| 3165 | 2026-05-29T18:37:15.764Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-05-29T18:37:15.785Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3167 | 2026-05-29T18:37:15.828Z | Compiling ingot v0.1.1 |
| 3168 | 2026-05-29T18:37:15.847Z | Compiling num_enum v0.5.11 |
| 3169 | 2026-05-29T18:37:15.849Z | Compiling glob v0.3.3 |
| 3170 | 2026-05-29T18:37:15.880Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3171 | 2026-05-29T18:37:15.895Z | Compiling smf v0.2.3 |
| 3172 | 2026-05-29T18:37:15.992Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3173 | 2026-05-29T18:37:16.041Z | Compiling prettyplease v0.2.37 |
| 3174 | 2026-05-29T18:37:16.060Z | Compiling whoami v1.6.1 |
| 3175 | 2026-05-29T18:37:16.096Z | Compiling usdt-macro v0.5.0 |
| 3176 | 2026-05-29T18:37:16.150Z | Compiling usdt-attr-macro v0.5.0 |
| 3177 | 2026-05-29T18:37:16.347Z | Compiling gethostname v0.5.0 |
| 3178 | 2026-05-29T18:37:16.377Z | Compiling memmap v0.7.0 |
| 3179 | 2026-05-29T18:37:16.456Z | Compiling derive-where v1.6.0 |
| 3180 | 2026-05-29T18:37:16.493Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-05-29T18:37:16.573Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-05-29T18:37:16.591Z | Compiling cancel-safe-futures v0.1.5 |
| 3183 | 2026-05-29T18:37:16.716Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3184 | 2026-05-29T18:37:16.740Z | Compiling owo-colors v4.3.0 |
| 3185 | 2026-05-29T18:37:16.842Z | Compiling zone v0.3.1 |
| 3186 | 2026-05-29T18:37:16.899Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-05-29T18:37:16.919Z | Compiling console v0.15.11 |
| 3188 | 2026-05-29T18:37:17.006Z | Compiling usdt v0.5.0 |
| 3189 | 2026-05-29T18:37:17.099Z | Compiling libsw v3.5.0 |
| 3190 | 2026-05-29T18:37:17.136Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3191 | 2026-05-29T18:37:17.254Z | Compiling hickory-proto v0.24.4 |
| 3192 | 2026-05-29T18:37:17.315Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-05-29T18:37:17.320Z | Compiling progenitor-client v0.13.0 |
| 3194 | 2026-05-29T18:37:17.354Z | Compiling linked-hash-map v0.5.6 |
| 3195 | 2026-05-29T18:37:17.389Z | Compiling libefi-sys v0.1.0 |
| 3196 | 2026-05-29T18:37:17.471Z | Compiling linear-map v1.2.0 |
| 3197 | 2026-05-29T18:37:17.488Z | Compiling typify-macro v0.6.2 |
| 3198 | 2026-05-29T18:37:17.538Z | Compiling lru-cache v0.1.2 |
| 3199 | 2026-05-29T18:37:17.557Z | Compiling expectorate v1.2.0 |
| 3200 | 2026-05-29T18:37:17.557Z | Compiling git-stub v1.0.0 |
| 3201 | 2026-05-29T18:37:17.591Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3202 | 2026-05-29T18:37:17.636Z | Compiling bitfield-struct v0.6.2 |
| 3203 | 2026-05-29T18:37:17.675Z | Compiling semver v0.1.20 |
| 3204 | 2026-05-29T18:37:17.710Z | Compiling tokio-dtrace v0.1.1 |
| 3205 | 2026-05-29T18:37:17.754Z | Compiling git-stub-vcs v0.1.0 |
| 3206 | 2026-05-29T18:37:17.777Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3207 | 2026-05-29T18:37:17.796Z | Compiling slog-dtrace v0.3.0 |
| 3208 | 2026-05-29T18:37:17.837Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3209 | 2026-05-29T18:37:17.854Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-05-29T18:37:17.920Z | Compiling rustc_version v0.1.7 |
| 3211 | 2026-05-29T18:37:17.953Z | Compiling minimal-lexical v0.2.1 |
| 3212 | 2026-05-29T18:37:17.958Z | Compiling oxide-tokio-rt v0.1.4 |
| 3213 | 2026-05-29T18:37:18.007Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3214 | 2026-05-29T18:37:18.024Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3215 | 2026-05-29T18:37:18.076Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3216 | 2026-05-29T18:37:18.104Z | Compiling phf_shared v0.12.1 |
| 3217 | 2026-05-29T18:37:18.123Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3218 | 2026-05-29T18:37:18.149Z | Compiling csv-core v0.1.13 |
| 3219 | 2026-05-29T18:37:18.182Z | Compiling newtype_derive v0.1.6 |
| 3220 | 2026-05-29T18:37:18.253Z | Compiling nom v7.1.3 |
| 3221 | 2026-05-29T18:37:18.271Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-05-29T18:37:18.291Z | Compiling xshell-macros v0.2.7 |
| 3223 | 2026-05-29T18:37:18.309Z | Compiling highway v1.3.0 |
| 3224 | 2026-05-29T18:37:18.338Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3225 | 2026-05-29T18:37:18.440Z | Compiling csv v1.4.0 |
| 3226 | 2026-05-29T18:37:18.465Z | Compiling const_format_proc_macros v0.2.34 |
| 3227 | 2026-05-29T18:37:18.525Z | Compiling phf v0.12.1 |
| 3228 | 2026-05-29T18:37:18.652Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3229 | 2026-05-29T18:37:18.704Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-29T18:37:18.722Z | Compiling xshell v0.2.7 |
| 3231 | 2026-05-29T18:37:18.725Z | Compiling primeorder v0.13.6 |
| 3232 | 2026-05-29T18:37:19.008Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-05-29T18:37:19.025Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-05-29T18:37:19.066Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-05-29T18:37:19.078Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-05-29T18:37:19.148Z | Compiling bcs v0.1.6 |
| 3237 | 2026-05-29T18:37:19.261Z | Compiling salty v0.3.0 |
| 3238 | 2026-05-29T18:37:19.324Z | Compiling tagptr v0.2.0 |
| 3239 | 2026-05-29T18:37:19.344Z | Compiling const_format v0.2.35 |
| 3240 | 2026-05-29T18:37:19.366Z | Compiling typify v0.6.2 |
| 3241 | 2026-05-29T18:37:19.480Z | Compiling progenitor-impl v0.14.0 |
| 3242 | 2026-05-29T18:37:19.498Z | Compiling progenitor-impl v0.13.0 |
| 3243 | 2026-05-29T18:37:19.498Z | Compiling hickory-resolver v0.24.4 |
| 3244 | 2026-05-29T18:37:19.535Z | Compiling termtree v0.5.1 |
| 3245 | 2026-05-29T18:37:19.583Z | Compiling textwrap v0.16.2 |
| 3246 | 2026-05-29T18:37:19.631Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3247 | 2026-05-29T18:37:19.683Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3248 | 2026-05-29T18:37:19.716Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3249 | 2026-05-29T18:37:19.880Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-29T18:37:20.084Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-05-29T18:37:20.102Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3252 | 2026-05-29T18:37:20.122Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3253 | 2026-05-29T18:37:20.255Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3254 | 2026-05-29T18:37:20.318Z | Compiling tabled v0.15.0 |
| 3255 | 2026-05-29T18:37:20.411Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3256 | 2026-05-29T18:37:20.524Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-05-29T18:37:20.606Z | Compiling qorb v0.4.1 |
| 3258 | 2026-05-29T18:37:20.692Z | Compiling moka v0.12.13 |
| 3259 | 2026-05-29T18:37:20.718Z | Compiling steno v0.4.1 |
| 3260 | 2026-05-29T18:37:20.812Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-05-29T18:37:20.982Z | Compiling base64 v0.21.7 |
| 3262 | 2026-05-29T18:37:21.278Z | Compiling radium v0.7.0 |
| 3263 | 2026-05-29T18:37:21.350Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3264 | 2026-05-29T18:37:21.421Z | Compiling hickory-resolver v0.25.2 |
| 3265 | 2026-05-29T18:37:21.534Z | Compiling p384 v0.13.1 |
| 3266 | 2026-05-29T18:37:21.576Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3267 | 2026-05-29T18:37:21.775Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3268 | 2026-05-29T18:37:21.922Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3269 | 2026-05-29T18:37:21.958Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3270 | 2026-05-29T18:37:21.977Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3271 | 2026-05-29T18:37:22.118Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-05-29T18:37:22.243Z | Compiling typify-impl v0.4.3 |
| 3273 | 2026-05-29T18:37:22.262Z | Compiling progenitor-macro v0.14.0 |
| 3274 | 2026-05-29T18:37:22.282Z | Compiling progenitor-macro v0.13.0 |
| 3275 | 2026-05-29T18:37:22.285Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-05-29T18:37:22.618Z | Compiling tap v1.0.1 |
| 3277 | 2026-05-29T18:37:22.753Z | Compiling wyz v0.5.1 |
| 3278 | 2026-05-29T18:37:22.771Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-05-29T18:37:22.810Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-05-29T18:37:22.813Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-05-29T18:37:22.985Z | Compiling funty v2.0.0 |
| 3282 | 2026-05-29T18:37:23.016Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-05-29T18:37:23.180Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3284 | 2026-05-29T18:37:23.259Z | Compiling utf-8 v0.7.6 |
| 3285 | 2026-05-29T18:37:23.290Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-05-29T18:37:23.333Z | Compiling bitvec v1.0.1 |
| 3287 | 2026-05-29T18:37:23.350Z | Compiling proc-macro-error2 v2.0.1 |
| 3288 | 2026-05-29T18:37:23.441Z | Compiling tungstenite v0.21.0 |
| 3289 | 2026-05-29T18:37:23.462Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-05-29T18:37:23.588Z | Compiling polyval v0.6.2 |
| 3291 | 2026-05-29T18:37:23.591Z | Compiling packed_struct_codegen v0.10.1 |
| 3292 | 2026-05-29T18:37:23.623Z | Compiling num-derive v0.3.3 |
| 3293 | 2026-05-29T18:37:23.626Z | Compiling bitfield-macros v0.19.4 |
| 3294 | 2026-05-29T18:37:23.686Z | Compiling zerocopy-derive v0.6.6 |
| 3295 | 2026-05-29T18:37:23.713Z | Compiling indexmap v1.9.3 |
| 3296 | 2026-05-29T18:37:23.866Z | Compiling crc-catalog v2.4.0 |
| 3297 | 2026-05-29T18:37:23.932Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3298 | 2026-05-29T18:37:23.981Z | Compiling nodrop v0.1.14 |
| 3299 | 2026-05-29T18:37:23.986Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3300 | 2026-05-29T18:37:24.104Z | Compiling array-init v0.0.4 |
| 3301 | 2026-05-29T18:37:24.175Z | Compiling crc v3.4.0 |
| 3302 | 2026-05-29T18:37:24.243Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-05-29T18:37:24.329Z | Compiling ghash v0.5.1 |
| 3304 | 2026-05-29T18:37:24.406Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3305 | 2026-05-29T18:37:24.406Z | Compiling bitfield v0.19.4 |
| 3306 | 2026-05-29T18:37:24.469Z | Compiling tabled_derive v0.11.0 |
| 3307 | 2026-05-29T18:37:24.577Z | Compiling libscf-sys v1.1.0 |
| 3308 | 2026-05-29T18:37:24.595Z | Compiling zerocopy v0.6.6 |
| 3309 | 2026-05-29T18:37:24.596Z | Compiling smallvec v0.6.14 |
| 3310 | 2026-05-29T18:37:24.754Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-29T18:37:24.812Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-05-29T18:37:24.840Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-05-29T18:37:24.852Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-05-29T18:37:24.954Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3315 | 2026-05-29T18:37:24.981Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-05-29T18:37:25.025Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3317 | 2026-05-29T18:37:25.179Z | Compiling ctr v0.9.2 |
| 3318 | 2026-05-29T18:37:25.275Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-29T18:37:25.336Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-05-29T18:37:25.413Z | Compiling corncobs v0.1.4 |
| 3321 | 2026-05-29T18:37:25.473Z | Compiling hashbrown v0.12.3 |
| 3322 | 2026-05-29T18:37:25.487Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3323 | 2026-05-29T18:37:25.563Z | Compiling unicase v2.9.0 |
| 3324 | 2026-05-29T18:37:25.639Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-29T18:37:25.692Z | Compiling aes-gcm v0.10.3 |
| 3326 | 2026-05-29T18:37:25.744Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-05-29T18:37:25.760Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3328 | 2026-05-29T18:37:25.857Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-05-29T18:37:25.911Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-05-29T18:37:25.960Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-05-29T18:37:26.076Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-29T18:37:26.076Z | Compiling tabled v0.20.0 |
| 3333 | 2026-05-29T18:37:26.106Z | Compiling serde-hex v0.1.0 |
| 3334 | 2026-05-29T18:37:26.144Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-29T18:37:26.429Z | Compiling parking_lot v0.11.2 |
| 3336 | 2026-05-29T18:37:26.530Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-29T18:37:26.616Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-29T18:37:26.686Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2026-05-29T18:37:26.782Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-05-29T18:37:26.853Z | Compiling progenitor-client v0.11.2 |
| 3341 | 2026-05-29T18:37:26.869Z | Compiling typify-macro v0.4.3 |
| 3342 | 2026-05-29T18:37:26.904Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3343 | 2026-05-29T18:37:27.235Z | Compiling blowfish v0.9.1 |
| 3344 | 2026-05-29T18:37:27.255Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-05-29T18:37:27.368Z | Compiling ssh-encoding v0.2.0 |
| 3346 | 2026-05-29T18:37:27.416Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-05-29T18:37:27.462Z | Compiling fxhash v0.2.1 |
| 3348 | 2026-05-29T18:37:27.503Z | Compiling progenitor v0.13.0 |
| 3349 | 2026-05-29T18:37:27.521Z | Compiling secrecy v0.8.0 |
| 3350 | 2026-05-29T18:37:27.600Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-05-29T18:37:27.642Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3352 | 2026-05-29T18:37:27.661Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3353 | 2026-05-29T18:37:27.698Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-05-29T18:37:27.702Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-05-29T18:37:27.967Z | Compiling hickory-server v0.25.2 |
| 3356 | 2026-05-29T18:37:27.986Z | Compiling sled v0.34.7 |
| 3357 | 2026-05-29T18:37:28.029Z | Compiling ssh-cipher v0.2.0 |
| 3358 | 2026-05-29T18:37:28.191Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3359 | 2026-05-29T18:37:28.340Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3360 | 2026-05-29T18:37:28.489Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3361 | 2026-05-29T18:37:28.541Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3362 | 2026-05-29T18:37:28.663Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3363 | 2026-05-29T18:37:28.745Z | Compiling typify v0.4.3 |
| 3364 | 2026-05-29T18:37:28.847Z | Compiling progenitor-impl v0.11.2 |
| 3365 | 2026-05-29T18:37:28.866Z | Compiling object v0.30.4 |
| 3366 | 2026-05-29T18:37:28.881Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3367 | 2026-05-29T18:37:29.075Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-05-29T18:37:29.164Z | Compiling password-hash v0.4.2 |
| 3369 | 2026-05-29T18:37:29.218Z | Compiling half v1.8.3 |
| 3370 | 2026-05-29T18:37:29.237Z | Compiling crc8 v0.1.1 |
| 3371 | 2026-05-29T18:37:29.393Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3372 | 2026-05-29T18:37:29.522Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3373 | 2026-05-29T18:37:29.582Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3374 | 2026-05-29T18:37:29.865Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3375 | 2026-05-29T18:37:29.883Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3376 | 2026-05-29T18:37:29.906Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-05-29T18:37:30.071Z | Compiling http-range v0.1.5 |
| 3378 | 2026-05-29T18:37:30.410Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-05-29T18:37:30.517Z | Compiling pbkdf2 v0.11.0 |
| 3380 | 2026-05-29T18:37:30.587Z | Compiling illumos-nvpair v0.3.0 |
| 3381 | 2026-05-29T18:37:30.724Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3382 | 2026-05-29T18:37:30.964Z | Compiling ssh-key v0.6.7 |
| 3383 | 2026-05-29T18:37:31.131Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3384 | 2026-05-29T18:37:31.266Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3385 | 2026-05-29T18:37:31.290Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-05-29T18:37:31.601Z | Compiling progenitor-macro v0.11.2 |
| 3387 | 2026-05-29T18:37:31.664Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3388 | 2026-05-29T18:37:31.806Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3389 | 2026-05-29T18:37:31.880Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3390 | 2026-05-29T18:37:31.898Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3391 | 2026-05-29T18:37:31.958Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-29T18:37:32.081Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-29T18:37:32.224Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-29T18:37:32.387Z | Compiling p521 v0.13.3 |
| 3395 | 2026-05-29T18:37:32.525Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-29T18:37:32.544Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-05-29T18:37:32.637Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-05-29T18:37:32.659Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-05-29T18:37:32.767Z | Compiling russh-cryptovec v0.7.3 |
| 3400 | 2026-05-29T18:37:32.798Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-29T18:37:32.870Z | Compiling md5 v0.7.0 |
| 3402 | 2026-05-29T18:37:32.904Z | Compiling home v0.5.12 |
| 3403 | 2026-05-29T18:37:32.923Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3404 | 2026-05-29T18:37:32.927Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3405 | 2026-05-29T18:37:32.958Z | Compiling flume v0.11.1 |
| 3406 | 2026-05-29T18:37:32.983Z | Compiling rcgen v0.12.1 |
| 3407 | 2026-05-29T18:37:32.986Z | Compiling headers v0.4.1 |
| 3408 | 2026-05-29T18:37:33.072Z | Compiling russh-keys v0.45.0 |
| 3409 | 2026-05-29T18:37:33.181Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-05-29T18:37:33.242Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-29T18:37:33.303Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-29T18:37:33.407Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-29T18:37:33.558Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-29T18:37:33.647Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2026-05-29T18:37:33.694Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3416 | 2026-05-29T18:37:33.797Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3417 | 2026-05-29T18:37:33.825Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3418 | 2026-05-29T18:37:33.892Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3419 | 2026-05-29T18:37:33.910Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-29T18:37:34.040Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3421 | 2026-05-29T18:37:34.106Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-29T18:37:34.215Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-05-29T18:37:34.285Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-05-29T18:37:34.304Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3425 | 2026-05-29T18:37:34.440Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-05-29T18:37:34.551Z | Compiling des v0.8.1 |
| 3427 | 2026-05-29T18:37:34.588Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-05-29T18:37:34.606Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-05-29T18:37:34.662Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-05-29T18:37:34.690Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-29T18:37:34.764Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-29T18:37:34.780Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-29T18:37:34.801Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-05-29T18:37:34.846Z | Compiling socket2 v0.5.10 |
| 3435 | 2026-05-29T18:37:34.863Z | Compiling internet-checksum v0.2.1 |
| 3436 | 2026-05-29T18:37:35.054Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-29T18:37:35.149Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-05-29T18:37:35.744Z | Compiling russh v0.45.0 |
| 3439 | 2026-05-29T18:37:36.346Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2026-05-29T18:37:36.366Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3441 | 2026-05-29T18:37:36.496Z | Compiling progenitor v0.11.2 |
| 3442 | 2026-05-29T18:37:36.634Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3443 | 2026-05-29T18:37:38.776Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-29T18:37:39.416Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-29T18:37:39.888Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-29T18:37:41.768Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-29T18:37:42.253Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-05-29T18:37:49.697Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-05-29T18:37:49.697Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-05-29T18:37:49.697Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-05-29T18:37:49.700Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-05-29T18:37:51.404Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3453 | 2026-05-29T18:37:51.558Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3454 | 2026-05-29T18:37:55.595Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-05-29T18:38:34.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3456 | 2026-05-29T18:38:34.315Z | |
| 3457 | 2026-05-29T18:38:34.315Z | real 1:25.347426571 |
| 3458 | 2026-05-29T18:38:34.315Z | user 8:06.630452000 |
| 3459 | 2026-05-29T18:38:34.315Z | sys 1:41.203669298 |
| 3460 | 2026-05-29T18:38:34.315Z | trap 0.251437483 |
| 3461 | 2026-05-29T18:38:34.318Z | tflt 0.516588077 |
| 3462 | 2026-05-29T18:38:34.318Z | dflt 1.672166466 |
| 3463 | 2026-05-29T18:38:34.318Z | kflt 0.000196570 |
| 3464 | 2026-05-29T18:38:34.318Z | lock 28:42.883904614 |
| 3465 | 2026-05-29T18:38:34.318Z | slp 18:35.361629464 |
| 3466 | 2026-05-29T18:38:34.318Z | lat 40.843759053 |
| 3467 | 2026-05-29T18:38:34.318Z | stop 2:53.215140064 |
| 3468 | 2026-05-29T18:38:34.318Z | + mkdir tests |
| 3469 | 2026-05-29T18:38:34.322Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-05-29T18:38:34.322Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-05-29T18:38:34.419Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/ |
| 3472 | 2026-05-29T18:38:34.448Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/ |
| 3473 | 2026-05-29T18:38:34.477Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/ |
| 3474 | 2026-05-29T18:38:34.507Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/ |
| 3475 | 2026-05-29T18:38:34.800Z | + 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) |
| 3476 | 2026-05-29T18:38:34.803Z | + 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 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 |
| 3477 | 2026-05-29T18:39:56.489Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-05-29T18:39:56.489Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-05-29T18:39:56.489Z | a out/target/test 1K |
| 3480 | 2026-05-29T18:39:56.489Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-05-29T18:39:56.489Z | a package-manifest.toml 35K |
| 3482 | 2026-05-29T18:39:56.489Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-05-29T18:39:56.489Z | a target/release/omicron-package 45140K |
| 3484 | 2026-05-29T18:39:56.489Z | a target/release/xtask 11449K |
| 3485 | 2026-05-29T18:39:56.489Z | a target/debug/bootstrap 353189K |
| 3486 | 2026-05-29T18:39:56.491Z | a tests/bootstrap-d2b8e740b31c9eb1 31215K |
| 3487 | 2026-05-29T18:39:56.491Z | a tests/commtest-9cce2a2ffee17194 32300K |
| 3488 | 2026-05-29T18:39:56.491Z | a tests/dhcp_server-c6dcadff58450139 31215K |
| 3489 | 2026-05-29T18:39:56.491Z | a tests/end_to_end_tests-ce899ba42cd8bdd4 394983K |
| 3490 | 2026-05-29T18:39:56.491Z | a tools/opte_version 1K |
| 3491 | 2026-05-29T18:39:56.491Z | a tools/opte_version_override 2K |
| 3492 | 2026-05-29T18:39:56.491Z | a out/clickhouse.tar.gz 321327K |
| 3493 | 2026-05-29T18:39:56.491Z | a out/clickhouse_keeper.tar.gz 306392K |
| 3494 | 2026-05-29T18:39:56.491Z | a out/clickhouse_server.tar.gz 321324K |
| 3495 | 2026-05-29T18:39:56.491Z | a out/cockroachdb.tar.gz 165618K |
| 3496 | 2026-05-29T18:39:56.491Z | a out/crucible-pantry-zone.tar.gz 40615K |
| 3497 | 2026-05-29T18:39:56.491Z | a out/crucible-utils.tar 16478K |
| 3498 | 2026-05-29T18:39:56.491Z | a out/crucible-zone.tar.gz 56184K |
| 3499 | 2026-05-29T18:39:56.491Z | a out/external-dns.tar.gz 50204K |
| 3500 | 2026-05-29T18:39:56.491Z | a out/internal-dns.tar.gz 50204K |
| 3501 | 2026-05-29T18:39:56.491Z | a out/mg-ddm-gz.tar 95141K |
| 3502 | 2026-05-29T18:39:56.491Z | a out/nexus.tar.gz 277549K |
| 3503 | 2026-05-29T18:39:56.491Z | a out/ntp.tar.gz 32285K |
| 3504 | 2026-05-29T18:39:56.491Z | a out/omicron-gateway-softnpu.tar.gz 29022K |
| 3505 | 2026-05-29T18:39:56.491Z | a out/omicron-sled-agent.tar 203629K |
| 3506 | 2026-05-29T18:39:56.491Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-05-29T18:39:56.491Z | a out/oximeter.tar.gz 67108K |
| 3508 | 2026-05-29T18:39:56.491Z | a out/oxlog.tar 3782K |
| 3509 | 2026-05-29T18:39:56.491Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-05-29T18:39:56.491Z | a out/propolis-server.tar.gz 34918K |
| 3511 | 2026-05-29T18:39:56.491Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-05-29T18:39:56.491Z | a out/switch-softnpu.tar.gz 451153K |
| 3513 | 2026-05-29T18:39:56.529Z | |
| 3514 | 2026-05-29T18:39:56.529Z | real 1:21.687537178 |
| 3515 | 2026-05-29T18:39:56.529Z | user 1:19.003508564 |
| 3516 | 2026-05-29T18:39:56.529Z | sys 4.494800391 |
| 3517 | 2026-05-29T18:39:56.529Z | trap 0.006624700 |
| 3518 | 2026-05-29T18:39:56.529Z | tflt 0.000000000 |
| 3519 | 2026-05-29T18:39:56.529Z | dflt 0.000000000 |
| 3520 | 2026-05-29T18:39:56.529Z | kflt 0.000000000 |
| 3521 | 2026-05-29T18:39:56.529Z | lock 0.000000000 |
| 3522 | 2026-05-29T18:39:56.529Z | slp 1:18.865195932 |
| 3523 | 2026-05-29T18:39:56.529Z | lat 1.001181869 |
| 3524 | 2026-05-29T18:39:56.529Z | stop 0.000152890 |
| 3525 | 2026-05-29T18:39:56.530Z | process exited: duration 1049073 ms, exit code 0 |
| |
| 3526 | 2026-05-29T18:39:56.543Z | found 1 output files |
| 3527 | 2026-05-29T18:39:56.543Z | uploading: /work/package.tar.gz (2551961528 bytes) |
| 3528 | 2026-05-29T18:40:26.815Z | uploaded: /work/package.tar.gz |