|
|
|
| 1 | 2026-05-28T12:44:54.263Z | job assigned to worker 01KSQ9T6NM0ZBDR3T56QY9Q6CC [factory aws, i-03c9ad759c39931ba] (queued for 49 s) |
| |
| 2 | 2026-05-28T12:45:01.605Z | starting task 0: "setup" |
| 3 | 2026-05-28T12:45:01.611Z | ++ uname -s |
| 4 | 2026-05-28T12:45:01.614Z | + kern=SunOS |
| 5 | 2026-05-28T12:45:01.614Z | + build_user=build |
| 6 | 2026-05-28T12:45:01.614Z | + build_uid=12345 |
| 7 | 2026-05-28T12:45:01.614Z | + work_dir=/work |
| 8 | 2026-05-28T12:45:01.614Z | + input_dir=/input |
| 9 | 2026-05-28T12:45:01.614Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T12:45:01.614Z | + case "$kern" in |
| 11 | 2026-05-28T12:45:01.614Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T12:45:01.628Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T12:45:03.637Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T12:45:03.746Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T12:45:03.754Z | + home_fs=zfs |
| 16 | 2026-05-28T12:45:03.754Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T12:45:03.754Z | + mkdir -p /home/build |
| 18 | 2026-05-28T12:45:03.754Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T12:45:05.750Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T12:45:05.754Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-05-28T12:45:05.760Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T12:45:05.767Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T12:45:05.767Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T12:45:05.767Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T12:45:05.767Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T12:45:05.767Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T12:45:05.767Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T12:45:05.770Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T12:45:05.770Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T12:45:05.882Z | info: downloading installer |
| 31 | 2026-05-28T12:45:07.285Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T12:45:07.286Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T12:45:07.286Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T12:45:07.286Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T12:45:07.297Z | info: profile set to default |
| 36 | 2026-05-28T12:45:07.297Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T12:45:07.301Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T12:45:07.435Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T12:45:07.438Z | info: downloading 6 components |
| 40 | 2026-05-28T12:45:21.948Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T12:45:21.949Z | |
| 42 | 2026-05-28T12:45:21.977Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T12:45:21.977Z | |
| 44 | 2026-05-28T12:45:21.977Z | |
| 45 | 2026-05-28T12:45:21.977Z | Rust is installed now. Great! |
| 46 | 2026-05-28T12:45:21.977Z | |
| 47 | 2026-05-28T12:45:21.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T12:45:21.977Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T12:45:21.977Z | |
| 50 | 2026-05-28T12:45:21.981Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T12:45:21.981Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T12:45:21.981Z | |
| 53 | 2026-05-28T12:45:21.981Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T12:45:21.981Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T12:45:21.981Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T12:45:21.981Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T12:45:21.981Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T12:45:21.981Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T12:45:21.981Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T12:45:21.981Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T12:45:21.981Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T12:45:22.075Z | + rustup --version |
| 63 | 2026-05-28T12:45:22.081Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T12:45:22.085Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T12:45:22.102Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T12:45:22.105Z | + cargo --version |
| 67 | 2026-05-28T12:45:22.114Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T12:45:22.117Z | + rustc --version |
| 69 | 2026-05-28T12:45:22.138Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T12:45:22.141Z | process exited: duration 16380 ms, exit code 0 |
| |
| 71 | 2026-05-28T12:45:22.147Z | starting task 2: "authentication" |
| 72 | 2026-05-28T12:45:22.165Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-28T12:45:22.173Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T12:45:22.190Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T12:45:22.196Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T12:45:22.228Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T12:45:32.663Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T12:45:32.663Z | + git fetch origin 08d7141aa983083c7528aa81a9480f186f7d568b |
| 79 | 2026-05-28T12:45:32.996Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T12:45:32.996Z | * branch 08d7141aa983083c7528aa81a9480f186f7d568b -> FETCH_HEAD |
| 81 | 2026-05-28T12:45:33.012Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T12:45:33.016Z | ++ git branch --show-current |
| 83 | 2026-05-28T12:45:33.019Z | + current=main |
| 84 | 2026-05-28T12:45:33.019Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T12:45:33.019Z | + git branch -f multicast-e2e 08d7141aa983083c7528aa81a9480f186f7d568b |
| 86 | 2026-05-28T12:45:33.023Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T12:45:33.115Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T12:45:33.119Z | + git reset --hard 08d7141aa983083c7528aa81a9480f186f7d568b |
| 89 | 2026-05-28T12:45:33.208Z | HEAD is now at 08d7141aa [merge+match] merge main + mag update |
| 90 | 2026-05-28T12:45:33.212Z | process exited: duration 11039 ms, exit code 0 |
| |
| 91 | 2026-05-28T12:45:33.218Z | starting task 4: "build" |
| 92 | 2026-05-28T12:45:33.224Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T12:45:33.224Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T12:45:33.224Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T12:45:33.224Z | + cargo --version |
| 96 | 2026-05-28T12:45:33.234Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T12:45:33.237Z | + rustc --version |
| 98 | 2026-05-28T12:45:33.258Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T12:45:33.262Z | + WORK=/work |
| 100 | 2026-05-28T12:45:33.262Z | + pfexec mkdir -p /work |
| 101 | 2026-05-28T12:45:33.265Z | + pfexec chown build /work |
| 102 | 2026-05-28T12:45:33.269Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-28T12:45:35.613Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-28T12:45:35.689Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-28T12:45:35.953Z | Planning: Solver setup ... Done (0.228s) |
| 106 | 2026-05-28T12:45:35.971Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-28T12:45:35.987Z | Planning: Finding local manifests ... Done (0.012s) |
| 108 | 2026-05-28T12:45:36.000Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-28T12:45:36.021Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-28T12:45:36.035Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-28T12:45:36.038Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-28T12:45:36.235Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 113 | 2026-05-28T12:45:36.238Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-28T12:45:37.934Z | Planning: Evaluating mediators ... Done (1.698s) |
| 115 | 2026-05-28T12:45:37.937Z | Planning: Planning completed in 2.23 seconds |
| 116 | 2026-05-28T12:45:37.944Z | Packages to install: 2 |
| 117 | 2026-05-28T12:45:37.944Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-28T12:45:37.944Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-28T12:45:37.944Z | Create boot environment: No |
| 120 | 2026-05-28T12:45:37.944Z | Create backup boot environment: No |
| 121 | 2026-05-28T12:45:37.944Z | Rebuild boot archive: No |
| 122 | 2026-05-28T12:45:37.947Z | |
| 123 | 2026-05-28T12:45:37.947Z | Changed packages: |
| 124 | 2026-05-28T12:45:37.947Z | helios |
| 125 | 2026-05-28T12:45:37.947Z | developer/build-essential |
| 126 | 2026-05-28T12:45:37.947Z | None -> 11-3.0 |
| 127 | 2026-05-28T12:45:37.947Z | library/libxmlsec1 |
| 128 | 2026-05-28T12:45:37.947Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-28T12:45:38.006Z | |
| 130 | 2026-05-28T12:45:38.006Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-28T12:45:39.197Z | Download: Completed 1.28 MB in 1.19 seconds (1.1M/s) |
| 132 | 2026-05-28T12:45:39.247Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-28T12:45:39.297Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-28T12:45:39.334Z | Finalize: Updating package state database ... Done (0.036s) |
| 135 | 2026-05-28T12:45:39.334Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-28T12:45:39.353Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-28T12:45:42.245Z | Finalize: Creating fast lookup database ... Done (2.867s) |
| 138 | 2026-05-28T12:45:42.319Z | Finalize: Reading search index ... Done (0.019s) |
| 139 | 2026-05-28T12:45:42.322Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-28T12:45:42.382Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-28T12:45:42.682Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-28T12:45:42.788Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-28T12:45:42.791Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-28T12:45:42.954Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-28T12:45:42.957Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-28T12:45:42.978Z | Mediators to change: 2 |
| 147 | 2026-05-28T12:45:42.978Z | Create boot environment: No |
| 148 | 2026-05-28T12:45:42.978Z | Create backup boot environment: No |
| 149 | 2026-05-28T12:45:43.019Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-28T12:45:43.019Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-28T12:45:43.031Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-28T12:45:44.997Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-28T12:45:45.061Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-28T12:45:45.064Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-28T12:45:45.108Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-28T12:45:45.396Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-28T12:45:45.501Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-28T12:45:45.504Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-28T12:45:45.660Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-28T12:45:45.663Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-28T12:45:45.685Z | Mediators to change: 1 |
| 162 | 2026-05-28T12:45:45.685Z | Create boot environment: No |
| 163 | 2026-05-28T12:45:45.688Z | Create backup boot environment: No |
| 164 | 2026-05-28T12:45:45.727Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-28T12:45:45.727Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-28T12:45:45.738Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-28T12:45:47.677Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-28T12:45:47.737Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-28T12:45:47.740Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-28T12:45:47.786Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-28T12:45:48.099Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-28T12:45:48.099Z | apache system 2.4 system |
| 173 | 2026-05-28T12:45:48.099Z | clang system 15 system |
| 174 | 2026-05-28T12:45:48.099Z | csh system system illumos |
| 175 | 2026-05-28T12:45:48.099Z | ctags system system illumos |
| 176 | 2026-05-28T12:45:48.099Z | file vendor vendor darwinsys |
| 177 | 2026-05-28T12:45:48.099Z | file system system illumos |
| 178 | 2026-05-28T12:45:48.099Z | gcc vendor 14 vendor |
| 179 | 2026-05-28T12:45:48.099Z | gcc system 13 system |
| 180 | 2026-05-28T12:45:48.099Z | gcc system 10 system |
| 181 | 2026-05-28T12:45:48.099Z | go system 1.25 system |
| 182 | 2026-05-28T12:45:48.099Z | llvm system 15 system |
| 183 | 2026-05-28T12:45:48.099Z | mariadb system 11.4 system |
| 184 | 2026-05-28T12:45:48.099Z | mta vendor vendor dma |
| 185 | 2026-05-28T12:45:48.099Z | openjdk system 17 system |
| 186 | 2026-05-28T12:45:48.099Z | openjdk system 11 system |
| 187 | 2026-05-28T12:45:48.099Z | openssl vendor 3 vendor |
| 188 | 2026-05-28T12:45:48.100Z | perl system 5.40 system |
| 189 | 2026-05-28T12:45:48.100Z | postgresql system 18 system |
| 190 | 2026-05-28T12:45:48.100Z | postgresql system 17 system |
| 191 | 2026-05-28T12:45:48.100Z | python vendor 3 vendor |
| 192 | 2026-05-28T12:45:48.100Z | python system 2 system |
| 193 | 2026-05-28T12:45:48.100Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-28T12:45:48.100Z | ruby system 3.4 system |
| 195 | 2026-05-28T12:45:48.100Z | ruby system 3.0 system |
| 196 | 2026-05-28T12:45:48.100Z | words vendor vendor american-english |
| 197 | 2026-05-28T12:45:48.100Z | words system system australian-english |
| 198 | 2026-05-28T12:45:48.100Z | words system system british-english |
| 199 | 2026-05-28T12:45:48.100Z | words system system canadian-english |
| 200 | 2026-05-28T12:45:48.100Z | words system system french |
| 201 | 2026-05-28T12:45:48.100Z | words system system italian |
| 202 | 2026-05-28T12:45:48.100Z | words system system ngerman |
| 203 | 2026-05-28T12:45:48.100Z | words system system ogerman |
| 204 | 2026-05-28T12:45:48.100Z | words system system spanish |
| 205 | 2026-05-28T12:45:48.357Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-28T12:45:48.357Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-28T12:45:48.648Z | FMRI IFO |
| 208 | 2026-05-28T12:45:48.648Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-28T12:45:48.648Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-28T12:45:48.648Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-28T12:45:48.648Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-28T12:45:48.648Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-28T12:45:48.648Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-28T12:45:48.648Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-28T12:45:48.648Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-28T12:45:48.648Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-28T12:45:48.889Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-28T12:45:49.180Z | Updating crates.io index |
| 219 | 2026-05-28T12:45:49.231Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-28T12:45:49.455Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-28T12:45:50.356Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-28T12:45:50.656Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-28T12:45:51.792Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-28T12:45:52.327Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-28T12:45:53.898Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-28T12:45:54.741Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-28T12:45:55.114Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-28T12:45:56.183Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-28T12:45:56.532Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-28T12:45:56.878Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-28T12:45:57.112Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-28T12:45:58.144Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-28T12:45:58.630Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-28T12:45:58.996Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-28T12:45:59.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-28T12:45:59.625Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-28T12:45:59.991Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-28T12:46:00.350Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-28T12:46:00.561Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-28T12:46:00.829Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-28T12:46:01.451Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-28T12:46:01.927Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-28T12:46:02.185Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-28T12:46:02.663Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-28T12:46:02.932Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-28T12:46:03.295Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-28T12:46:04.158Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-28T12:46:04.944Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-28T12:46:05.370Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-28T12:46:05.725Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-28T12:46:06.098Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-28T12:46:06.459Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-28T12:46:06.733Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-28T12:46:07.030Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-05-28T12:46:07.435Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-05-28T12:46:07.995Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-05-28T12:46:08.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-05-28T12:46:08.510Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-28T12:46:21.016Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-05-28T12:46:23.097Z | Downloading crates ... |
| 261 | 2026-05-28T12:46:23.146Z | Downloaded anstyle v1.0.14 |
| 262 | 2026-05-28T12:46:23.149Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-05-28T12:46:23.149Z | Downloaded serde-value v0.7.0 |
| 264 | 2026-05-28T12:46:23.153Z | Downloaded fastrand v2.3.0 |
| 265 | 2026-05-28T12:46:23.157Z | Downloaded terminal_size v0.4.3 |
| 266 | 2026-05-28T12:46:23.160Z | Downloaded tabled_derive v0.7.0 |
| 267 | 2026-05-28T12:46:23.163Z | Downloaded smawk v0.3.2 |
| 268 | 2026-05-28T12:46:23.166Z | Downloaded swrite v0.1.0 |
| 269 | 2026-05-28T12:46:23.166Z | Downloaded heck v0.4.1 |
| 270 | 2026-05-28T12:46:23.169Z | Downloaded form_urlencoded v1.2.2 |
| 271 | 2026-05-28T12:46:23.169Z | Downloaded thiserror v1.0.69 |
| 272 | 2026-05-28T12:46:23.172Z | Downloaded scroll v0.12.0 |
| 273 | 2026-05-28T12:46:23.175Z | Downloaded heck v0.5.0 |
| 274 | 2026-05-28T12:46:23.175Z | Downloaded toml_datetime v0.6.11 |
| 275 | 2026-05-28T12:46:23.179Z | Downloaded cpufeatures v0.2.17 |
| 276 | 2026-05-28T12:46:23.182Z | Downloaded clap_derive v4.6.1 |
| 277 | 2026-05-28T12:46:23.185Z | Downloaded ucd-trie v0.1.7 |
| 278 | 2026-05-28T12:46:23.185Z | Downloaded toml_write v0.1.2 |
| 279 | 2026-05-28T12:46:23.185Z | Downloaded thread-id v4.2.2 |
| 280 | 2026-05-28T12:46:23.188Z | Downloaded textwrap v0.16.2 |
| 281 | 2026-05-28T12:46:23.188Z | Downloaded version_check v0.9.5 |
| 282 | 2026-05-28T12:46:23.188Z | Downloaded zerofrom-derive v0.1.6 |
| 283 | 2026-05-28T12:46:23.190Z | Downloaded utf8_iter v1.0.4 |
| 284 | 2026-05-28T12:46:23.190Z | Downloaded yoke-derive v0.8.1 |
| 285 | 2026-05-28T12:46:23.191Z | Downloaded proc-macro2 v1.0.106 |
| 286 | 2026-05-28T12:46:23.193Z | Downloaded pretty-hex v0.4.1 |
| 287 | 2026-05-28T12:46:23.193Z | Downloaded percent-encoding v2.3.2 |
| 288 | 2026-05-28T12:46:23.193Z | Downloaded usdt v0.5.0 |
| 289 | 2026-05-28T12:46:23.197Z | Downloaded serde-untagged v0.1.9 |
| 290 | 2026-05-28T12:46:23.197Z | Downloaded usdt-macro v0.5.0 |
| 291 | 2026-05-28T12:46:23.197Z | Downloaded usdt-attr-macro v0.5.0 |
| 292 | 2026-05-28T12:46:23.197Z | Downloaded unicode-xid v0.2.6 |
| 293 | 2026-05-28T12:46:23.199Z | Downloaded unicode-linebreak v0.1.5 |
| 294 | 2026-05-28T12:46:23.199Z | Downloaded typeid v1.0.3 |
| 295 | 2026-05-28T12:46:23.199Z | Downloaded proc-macro-error v1.0.4 |
| 296 | 2026-05-28T12:46:23.202Z | Downloaded dof v0.3.0 |
| 297 | 2026-05-28T12:46:23.202Z | Downloaded anstream v1.0.0 |
| 298 | 2026-05-28T12:46:23.205Z | Downloaded zerofrom v0.1.6 |
| 299 | 2026-05-28T12:46:23.205Z | Downloaded papergrid v0.11.0 |
| 300 | 2026-05-28T12:46:23.208Z | Downloaded proc-macro-error-attr v1.0.4 |
| 301 | 2026-05-28T12:46:23.208Z | Downloaded memmap v0.7.0 |
| 302 | 2026-05-28T12:46:23.208Z | Downloaded indexmap v2.14.0 |
| 303 | 2026-05-28T12:46:23.211Z | Downloaded utf8parse v0.2.2 |
| 304 | 2026-05-28T12:46:23.211Z | Downloaded serde_derive v1.0.228 |
| 305 | 2026-05-28T12:46:23.215Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-28T12:46:23.215Z | Downloaded tinystr v0.8.2 |
| 307 | 2026-05-28T12:46:23.218Z | Downloaded itoa v1.0.17 |
| 308 | 2026-05-28T12:46:23.218Z | Downloaded thiserror-impl v1.0.69 |
| 309 | 2026-05-28T12:46:23.218Z | Downloaded thiserror-impl v2.0.18 |
| 310 | 2026-05-28T12:46:23.221Z | Downloaded thiserror v2.0.18 |
| 311 | 2026-05-28T12:46:23.224Z | Downloaded yoke v0.8.1 |
| 312 | 2026-05-28T12:46:23.224Z | Downloaded sha2 v0.10.9 |
| 313 | 2026-05-28T12:46:23.227Z | Downloaded zerovec-derive v0.11.2 |
| 314 | 2026-05-28T12:46:23.227Z | Downloaded strsim v0.11.1 |
| 315 | 2026-05-28T12:46:23.227Z | Downloaded writeable v0.6.2 |
| 316 | 2026-05-28T12:46:23.227Z | Downloaded usdt-impl v0.5.0 |
| 317 | 2026-05-28T12:46:23.230Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-05-28T12:46:23.230Z | Downloaded toml v0.8.23 |
| 319 | 2026-05-28T12:46:23.230Z | Downloaded digest v0.10.7 |
| 320 | 2026-05-28T12:46:23.232Z | Downloaded colorchoice v1.0.4 |
| 321 | 2026-05-28T12:46:23.233Z | Downloaded errno v0.3.14 |
| 322 | 2026-05-28T12:46:23.233Z | Downloaded num-traits v0.2.19 |
| 323 | 2026-05-28T12:46:23.236Z | Downloaded macaddr v1.0.1 |
| 324 | 2026-05-28T12:46:23.236Z | Downloaded plain v0.2.3 |
| 325 | 2026-05-28T12:46:23.236Z | Downloaded clap_lex v1.0.0 |
| 326 | 2026-05-28T12:46:23.239Z | Downloaded equivalent v1.0.2 |
| 327 | 2026-05-28T12:46:23.239Z | Downloaded dtrace-parser v0.2.0 |
| 328 | 2026-05-28T12:46:23.239Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2026-05-28T12:46:23.242Z | Downloaded pest_derive v2.8.6 |
| 330 | 2026-05-28T12:46:23.242Z | Downloaded block-buffer v0.10.4 |
| 331 | 2026-05-28T12:46:23.242Z | Downloaded anyhow v1.0.102 |
| 332 | 2026-05-28T12:46:23.244Z | Downloaded typenum v1.19.0 |
| 333 | 2026-05-28T12:46:23.247Z | Downloaded toml_edit v0.22.27 |
| 334 | 2026-05-28T12:46:23.250Z | Downloaded autocfg v1.5.0 |
| 335 | 2026-05-28T12:46:23.250Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-05-28T12:46:23.250Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-05-28T12:46:23.253Z | Downloaded url v2.5.8 |
| 338 | 2026-05-28T12:46:23.253Z | Downloaded unicode-ident v1.0.24 |
| 339 | 2026-05-28T12:46:23.256Z | Downloaded scroll_derive v0.12.1 |
| 340 | 2026-05-28T12:46:23.256Z | Downloaded ordered-float v2.10.1 |
| 341 | 2026-05-28T12:46:23.256Z | Downloaded displaydoc v0.2.5 |
| 342 | 2026-05-28T12:46:23.259Z | Downloaded zerotrie v0.2.3 |
| 343 | 2026-05-28T12:46:23.259Z | Downloaded is_terminal_polyfill v1.70.2 |
| 344 | 2026-05-28T12:46:23.262Z | Downloaded stable_deref_trait v1.2.1 |
| 345 | 2026-05-28T12:46:23.262Z | Downloaded potential_utf v0.1.4 |
| 346 | 2026-05-28T12:46:23.266Z | Downloaded fnv v1.0.7 |
| 347 | 2026-05-28T12:46:23.269Z | Downloaded cargo_toml v0.21.0 |
| 348 | 2026-05-28T12:46:23.271Z | Downloaded zerocopy v0.7.35 |
| 349 | 2026-05-28T12:46:23.278Z | Downloaded quote v1.0.45 |
| 350 | 2026-05-28T12:46:23.281Z | Downloaded zerovec v0.11.5 |
| 351 | 2026-05-28T12:46:23.284Z | Downloaded bytecount v0.6.9 |
| 352 | 2026-05-28T12:46:23.284Z | Downloaded winnow v0.7.14 |
| 353 | 2026-05-28T12:46:23.288Z | Downloaded idna_adapter v1.2.1 |
| 354 | 2026-05-28T12:46:23.291Z | Downloaded icu_collections v2.1.1 |
| 355 | 2026-05-28T12:46:23.294Z | Downloaded generic-array v0.14.7 |
| 356 | 2026-05-28T12:46:23.294Z | Downloaded anstyle-query v1.1.5 |
| 357 | 2026-05-28T12:46:23.294Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-05-28T12:46:23.297Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-05-28T12:46:23.302Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-05-28T12:46:23.305Z | Downloaded serde_spanned v0.6.9 |
| 361 | 2026-05-28T12:46:23.305Z | Downloaded cargo_metadata v0.21.0 |
| 362 | 2026-05-28T12:46:23.308Z | Downloaded cargo-platform v0.2.0 |
| 363 | 2026-05-28T12:46:23.311Z | Downloaded synstructure v0.13.2 |
| 364 | 2026-05-28T12:46:23.311Z | Downloaded erased-serde v0.4.9 |
| 365 | 2026-05-28T12:46:23.314Z | Downloaded tempfile v3.25.0 |
| 366 | 2026-05-28T12:46:23.314Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-05-28T12:46:23.316Z | Downloaded once_cell v1.21.3 |
| 368 | 2026-05-28T12:46:23.316Z | Downloaded semver v1.0.28 |
| 369 | 2026-05-28T12:46:23.319Z | Downloaded clap v4.6.1 |
| 370 | 2026-05-28T12:46:23.322Z | Downloaded log v0.4.29 |
| 371 | 2026-05-28T12:46:23.325Z | Downloaded icu_provider v2.1.1 |
| 372 | 2026-05-28T12:46:23.325Z | Downloaded icu_normalizer_data v2.1.1 |
| 373 | 2026-05-28T12:46:23.325Z | Downloaded cargo-util-schemas v0.8.2 |
| 374 | 2026-05-28T12:46:23.328Z | Downloaded cfg-if v1.0.4 |
| 375 | 2026-05-28T12:46:23.328Z | Downloaded pest v2.8.6 |
| 376 | 2026-05-28T12:46:23.331Z | Downloaded bitflags v2.11.0 |
| 377 | 2026-05-28T12:46:23.337Z | Downloaded pest_generator v2.8.6 |
| 378 | 2026-05-28T12:46:23.340Z | Downloaded camino v1.2.2 |
| 379 | 2026-05-28T12:46:23.348Z | Downloaded smallvec v1.15.1 |
| 380 | 2026-05-28T12:46:23.352Z | Downloaded litemap v0.8.1 |
| 381 | 2026-05-28T12:46:23.358Z | Downloaded serde_core v1.0.228 |
| 382 | 2026-05-28T12:46:23.364Z | Downloaded icu_properties v2.1.2 |
| 383 | 2026-05-28T12:46:23.372Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-05-28T12:46:23.375Z | Downloaded getrandom v0.4.1 |
| 385 | 2026-05-28T12:46:23.378Z | Downloaded pest_meta v2.8.6 |
| 386 | 2026-05-28T12:46:23.378Z | Downloaded memchr v2.8.0 |
| 387 | 2026-05-28T12:46:23.395Z | Downloaded serde v1.0.228 |
| 388 | 2026-05-28T12:46:23.399Z | Downloaded icu_locale_core v2.1.1 |
| 389 | 2026-05-28T12:46:23.419Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-28T12:46:23.432Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-28T12:46:23.446Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-28T12:46:23.454Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-28T12:46:23.463Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-28T12:46:23.478Z | Downloaded goblin v0.8.2 |
| 395 | 2026-05-28T12:46:23.484Z | Downloaded clap_builder v4.6.0 |
| 396 | 2026-05-28T12:46:23.490Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-28T12:46:23.506Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-28T12:46:23.520Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-28T12:46:23.547Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-28T12:46:23.617Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-28T12:46:23.621Z | Compiling quote v1.0.45 |
| 402 | 2026-05-28T12:46:23.621Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-28T12:46:23.621Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-28T12:46:23.621Z | Compiling libc v0.2.185 |
| 405 | 2026-05-28T12:46:23.621Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-28T12:46:23.621Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-28T12:46:23.621Z | Compiling serde v1.0.228 |
| 408 | 2026-05-28T12:46:23.621Z | Compiling memchr v2.8.0 |
| 409 | 2026-05-28T12:46:23.621Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-28T12:46:23.621Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-28T12:46:23.804Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-28T12:46:23.807Z | Compiling itoa v1.0.17 |
| 413 | 2026-05-28T12:46:23.807Z | Compiling thiserror v1.0.69 |
| 414 | 2026-05-28T12:46:23.807Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-28T12:46:24.044Z | Compiling writeable v0.6.2 |
| 416 | 2026-05-28T12:46:24.078Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-28T12:46:24.121Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-28T12:46:24.177Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-05-28T12:46:24.198Z | Compiling rustix v1.1.3 |
| 420 | 2026-05-28T12:46:24.300Z | Compiling pest v2.8.6 |
| 421 | 2026-05-28T12:46:24.353Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-28T12:46:24.389Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-28T12:46:24.475Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-28T12:46:24.511Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-28T12:46:24.581Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-28T12:46:24.655Z | Compiling equivalent v1.0.2 |
| 427 | 2026-05-28T12:46:24.658Z | Compiling smallvec v1.15.1 |
| 428 | 2026-05-28T12:46:24.743Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-28T12:46:24.779Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-05-28T12:46:24.797Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-28T12:46:24.851Z | Compiling syn v1.0.109 |
| 432 | 2026-05-28T12:46:24.851Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-28T12:46:24.929Z | Compiling toml_write v0.1.2 |
| 434 | 2026-05-28T12:46:24.968Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-28T12:46:25.000Z | Compiling errno v0.3.14 |
| 436 | 2026-05-28T12:46:25.003Z | Compiling thread-id v4.2.2 |
| 437 | 2026-05-28T12:46:25.111Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-05-28T12:46:25.188Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-28T12:46:25.207Z | Compiling utf8parse v0.2.2 |
| 440 | 2026-05-28T12:46:25.210Z | Compiling thiserror v2.0.18 |
| 441 | 2026-05-28T12:46:25.257Z | Compiling plain v0.2.3 |
| 442 | 2026-05-28T12:46:25.260Z | Compiling camino v1.2.2 |
| 443 | 2026-05-28T12:46:25.314Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-05-28T12:46:25.331Z | Compiling syn v2.0.117 |
| 445 | 2026-05-28T12:46:25.373Z | Compiling log v0.4.29 |
| 446 | 2026-05-28T12:46:25.391Z | Compiling getrandom v0.4.1 |
| 447 | 2026-05-28T12:46:25.414Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-28T12:46:25.505Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-28T12:46:25.581Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-28T12:46:25.682Z | Compiling form_urlencoded v1.2.2 |
| 451 | 2026-05-28T12:46:25.719Z | Compiling anstyle v1.0.14 |
| 452 | 2026-05-28T12:46:25.785Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-05-28T12:46:25.812Z | Compiling is_terminal_polyfill v1.70.2 |
| 454 | 2026-05-28T12:46:25.848Z | Compiling colorchoice v1.0.4 |
| 455 | 2026-05-28T12:46:25.872Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-28T12:46:25.890Z | Compiling cfg-if v1.0.4 |
| 457 | 2026-05-28T12:46:25.907Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-28T12:46:25.945Z | Compiling fastrand v2.3.0 |
| 459 | 2026-05-28T12:46:25.986Z | Compiling anstream v1.0.0 |
| 460 | 2026-05-28T12:46:26.005Z | Compiling heck v0.5.0 |
| 461 | 2026-05-28T12:46:26.008Z | Compiling anyhow v1.0.102 |
| 462 | 2026-05-28T12:46:26.057Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-05-28T12:46:26.111Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-28T12:46:26.142Z | Compiling fnv v1.0.7 |
| 465 | 2026-05-28T12:46:26.231Z | Compiling semver v1.0.28 |
| 466 | 2026-05-28T12:46:26.266Z | Compiling heck v0.4.1 |
| 467 | 2026-05-28T12:46:26.358Z | Compiling clap_lex v1.0.0 |
| 468 | 2026-05-28T12:46:26.439Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-05-28T12:46:26.439Z | Compiling once_cell v1.21.3 |
| 470 | 2026-05-28T12:46:26.439Z | Compiling strsim v0.11.1 |
| 471 | 2026-05-28T12:46:26.549Z | Compiling bytecount v0.6.9 |
| 472 | 2026-05-28T12:46:26.656Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-28T12:46:26.773Z | Compiling papergrid v0.11.0 |
| 474 | 2026-05-28T12:46:26.929Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-28T12:46:26.929Z | Compiling clap_builder v4.6.0 |
| 476 | 2026-05-28T12:46:26.929Z | Compiling memmap v0.7.0 |
| 477 | 2026-05-28T12:46:26.929Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-28T12:46:26.929Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-05-28T12:46:26.930Z | Compiling unicode-width v0.2.0 |
| 480 | 2026-05-28T12:46:26.930Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-28T12:46:27.042Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-28T12:46:27.042Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-05-28T12:46:27.042Z | Compiling textwrap v0.16.2 |
| 484 | 2026-05-28T12:46:27.318Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-28T12:46:27.908Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-28T12:46:27.909Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-28T12:46:27.941Z | Compiling tabled v0.15.0 |
| 488 | 2026-05-28T12:46:28.452Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-28T12:46:28.452Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-28T12:46:28.452Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-28T12:46:28.488Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-28T12:46:28.491Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-28T12:46:28.491Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-28T12:46:28.505Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-28T12:46:28.508Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-28T12:46:28.540Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-28T12:46:28.557Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-28T12:46:28.625Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-28T12:46:29.208Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-28T12:46:29.442Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-28T12:46:29.480Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-28T12:46:29.486Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-28T12:46:29.601Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-28T12:46:29.641Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-05-28T12:46:29.766Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-28T12:46:29.766Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-28T12:46:30.090Z | Compiling clap v4.6.1 |
| 508 | 2026-05-28T12:46:30.214Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-28T12:46:30.214Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-28T12:46:30.350Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-28T12:46:30.394Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-28T12:46:30.903Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-05-28T12:46:30.992Z | Compiling dof v0.3.0 |
| 514 | 2026-05-28T12:46:30.992Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-05-28T12:46:31.009Z | Compiling toml_datetime v0.6.11 |
| 516 | 2026-05-28T12:46:31.012Z | Compiling serde_spanned v0.6.9 |
| 517 | 2026-05-28T12:46:31.027Z | Compiling serde-value v0.7.0 |
| 518 | 2026-05-28T12:46:31.030Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-05-28T12:46:31.030Z | Compiling macaddr v1.0.1 |
| 520 | 2026-05-28T12:46:31.122Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-28T12:46:31.122Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-28T12:46:31.353Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-05-28T12:46:31.746Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-05-28T12:46:31.746Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2026-05-28T12:46:32.014Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-28T12:46:32.122Z | Compiling idna v1.1.0 |
| 527 | 2026-05-28T12:46:32.342Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-28T12:46:32.387Z | Compiling url v2.5.8 |
| 529 | 2026-05-28T12:46:32.627Z | Compiling toml v0.8.23 |
| 530 | 2026-05-28T12:46:32.954Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-28T12:46:32.954Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-05-28T12:46:33.751Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-28T12:46:34.684Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-28T12:46:36.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.10s |
| 535 | 2026-05-28T12:46:37.086Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-05-28T12:46:37.667Z | Downloading crates ... |
| 537 | 2026-05-28T12:46:37.764Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-28T12:46:37.770Z | Downloaded atomicwrites v0.4.4 |
| 539 | 2026-05-28T12:46:37.773Z | Downloaded array-init v0.0.4 |
| 540 | 2026-05-28T12:46:37.773Z | Downloaded arrayvec v0.7.6 |
| 541 | 2026-05-28T12:46:37.782Z | Downloaded crc8 v0.1.1 |
| 542 | 2026-05-28T12:46:37.786Z | Downloaded crc-catalog v2.4.0 |
| 543 | 2026-05-28T12:46:37.786Z | Downloaded base16ct v0.2.0 |
| 544 | 2026-05-28T12:46:37.790Z | Downloaded crucible-workspace-hack v0.1.0 |
| 545 | 2026-05-28T12:46:37.790Z | Downloaded assert_matches v1.5.0 |
| 546 | 2026-05-28T12:46:37.790Z | Downloaded atty v0.2.14 |
| 547 | 2026-05-28T12:46:37.794Z | Downloaded crunchy v0.2.4 |
| 548 | 2026-05-28T12:46:37.794Z | Downloaded critical-section v1.2.0 |
| 549 | 2026-05-28T12:46:37.799Z | Downloaded dirs-next v2.0.0 |
| 550 | 2026-05-28T12:46:37.799Z | Downloaded atomic-waker v1.1.2 |
| 551 | 2026-05-28T12:46:37.804Z | Downloaded crossbeam-utils v0.8.21 |
| 552 | 2026-05-28T12:46:37.804Z | Downloaded crossbeam-deque v0.8.6 |
| 553 | 2026-05-28T12:46:37.804Z | Downloaded aead v0.5.2 |
| 554 | 2026-05-28T12:46:37.808Z | Downloaded bit-set v0.8.0 |
| 555 | 2026-05-28T12:46:37.808Z | Downloaded cfg_aliases v0.2.1 |
| 556 | 2026-05-28T12:46:37.808Z | Downloaded backoff v0.4.0 |
| 557 | 2026-05-28T12:46:37.808Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 558 | 2026-05-28T12:46:37.812Z | Downloaded cfg_aliases v0.1.1 |
| 559 | 2026-05-28T12:46:37.812Z | Downloaded defmt-parser v1.0.0 |
| 560 | 2026-05-28T12:46:37.812Z | Downloaded ascii-canvas v3.0.0 |
| 561 | 2026-05-28T12:46:37.815Z | Downloaded crc32fast v1.5.0 |
| 562 | 2026-05-28T12:46:37.820Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 563 | 2026-05-28T12:46:37.824Z | Downloaded document-features v0.2.12 |
| 564 | 2026-05-28T12:46:37.824Z | Downloaded cargo_metadata v0.23.1 |
| 565 | 2026-05-28T12:46:37.824Z | Downloaded cookie v0.18.1 |
| 566 | 2026-05-28T12:46:37.828Z | Downloaded downcast-rs v2.0.2 |
| 567 | 2026-05-28T12:46:37.831Z | Downloaded data-encoding v2.10.0 |
| 568 | 2026-05-28T12:46:37.831Z | Downloaded crc-any v2.5.0 |
| 569 | 2026-05-28T12:46:37.831Z | Downloaded crossbeam-epoch v0.9.18 |
| 570 | 2026-05-28T12:46:37.831Z | Downloaded arrayref v0.3.9 |
| 571 | 2026-05-28T12:46:37.834Z | Downloaded cargo-platform v0.3.2 |
| 572 | 2026-05-28T12:46:37.835Z | Downloaded embedded-io v0.4.0 |
| 573 | 2026-05-28T12:46:37.837Z | Downloaded darling_macro v0.21.3 |
| 574 | 2026-05-28T12:46:37.837Z | Downloaded cbc v0.1.2 |
| 575 | 2026-05-28T12:46:37.842Z | Downloaded crc v3.4.0 |
| 576 | 2026-05-28T12:46:37.842Z | Downloaded bitfield-macros v0.19.4 |
| 577 | 2026-05-28T12:46:37.842Z | Downloaded defmt v0.3.100 |
| 578 | 2026-05-28T12:46:37.846Z | Downloaded darling_core v0.13.4 |
| 579 | 2026-05-28T12:46:37.846Z | Downloaded debug-ignore v1.0.5 |
| 580 | 2026-05-28T12:46:37.846Z | Downloaded daft-derive v0.1.7 |
| 581 | 2026-05-28T12:46:37.851Z | Downloaded fd-lock v4.0.4 |
| 582 | 2026-05-28T12:46:37.855Z | Downloaded backon v1.6.0 |
| 583 | 2026-05-28T12:46:37.855Z | Downloaded flagset v0.4.7 |
| 584 | 2026-05-28T12:46:37.855Z | Downloaded dyn-clone v1.0.20 |
| 585 | 2026-05-28T12:46:37.860Z | Downloaded dsl_auto_type v0.2.0 |
| 586 | 2026-05-28T12:46:37.860Z | Downloaded darling_macro v0.13.4 |
| 587 | 2026-05-28T12:46:37.860Z | Downloaded either v1.15.0 |
| 588 | 2026-05-28T12:46:37.860Z | Downloaded diesel-dtrace v0.5.0 |
| 589 | 2026-05-28T12:46:37.860Z | Downloaded defmt v1.0.1 |
| 590 | 2026-05-28T12:46:37.864Z | Downloaded derive_builder_macro v0.20.2 |
| 591 | 2026-05-28T12:46:37.864Z | Downloaded block-padding v0.3.3 |
| 592 | 2026-05-28T12:46:37.864Z | Downloaded async-stream-impl v0.3.6 |
| 593 | 2026-05-28T12:46:37.864Z | Downloaded dirs-sys-next v0.1.2 |
| 594 | 2026-05-28T12:46:37.867Z | Downloaded bit-set v0.5.3 |
| 595 | 2026-05-28T12:46:37.867Z | Downloaded float-ord v0.3.2 |
| 596 | 2026-05-28T12:46:37.867Z | Downloaded cstr-argument v0.1.2 |
| 597 | 2026-05-28T12:46:37.867Z | Downloaded bit-vec v0.6.3 |
| 598 | 2026-05-28T12:46:37.867Z | Downloaded ar_archive_writer v0.5.1 |
| 599 | 2026-05-28T12:46:37.879Z | Downloaded fixedbitset v0.4.2 |
| 600 | 2026-05-28T12:46:37.879Z | Downloaded compression-codecs v0.4.37 |
| 601 | 2026-05-28T12:46:37.885Z | Downloaded endian-type v0.1.2 |
| 602 | 2026-05-28T12:46:37.886Z | Downloaded difflib v0.4.0 |
| 603 | 2026-05-28T12:46:37.886Z | Downloaded embedded-io v0.6.1 |
| 604 | 2026-05-28T12:46:37.886Z | Downloaded defmt-macros v1.0.1 |
| 605 | 2026-05-28T12:46:37.886Z | Downloaded dunce v1.0.5 |
| 606 | 2026-05-28T12:46:37.886Z | Downloaded cpufeatures v0.3.0 |
| 607 | 2026-05-28T12:46:37.886Z | Downloaded darling_macro v0.20.11 |
| 608 | 2026-05-28T12:46:37.886Z | Downloaded darling_macro v0.23.0 |
| 609 | 2026-05-28T12:46:37.886Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 610 | 2026-05-28T12:46:37.886Z | Downloaded cobs v0.3.0 |
| 611 | 2026-05-28T12:46:37.886Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-05-28T12:46:37.886Z | Downloaded cexpr v0.6.0 |
| 613 | 2026-05-28T12:46:37.892Z | Downloaded bcs v0.1.6 |
| 614 | 2026-05-28T12:46:37.892Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 615 | 2026-05-28T12:46:37.892Z | Downloaded ciborium-ll v0.2.2 |
| 616 | 2026-05-28T12:46:37.892Z | Downloaded async-stream v0.3.6 |
| 617 | 2026-05-28T12:46:37.895Z | Downloaded float-cmp v0.10.0 |
| 618 | 2026-05-28T12:46:37.895Z | Downloaded foreign-types v0.5.0 |
| 619 | 2026-05-28T12:46:37.901Z | Downloaded convert_case v0.4.0 |
| 620 | 2026-05-28T12:46:37.901Z | Downloaded castaway v0.2.4 |
| 621 | 2026-05-28T12:46:37.901Z | Downloaded dof v0.4.0 |
| 622 | 2026-05-28T12:46:37.901Z | Downloaded futures-io v0.3.32 |
| 623 | 2026-05-28T12:46:37.904Z | Downloaded bitfield-struct v0.6.2 |
| 624 | 2026-05-28T12:46:37.904Z | Downloaded foreign-types v0.3.2 |
| 625 | 2026-05-28T12:46:37.907Z | Downloaded async-recursion v1.1.1 |
| 626 | 2026-05-28T12:46:37.907Z | Downloaded env_filter v1.0.0 |
| 627 | 2026-05-28T12:46:37.910Z | Downloaded foreign-types-macros v0.2.3 |
| 628 | 2026-05-28T12:46:37.910Z | Downloaded bb8 v0.8.6 |
| 629 | 2026-05-28T12:46:37.910Z | Downloaded compression-core v0.4.31 |
| 630 | 2026-05-28T12:46:37.914Z | Downloaded ciborium-io v0.2.2 |
| 631 | 2026-05-28T12:46:37.914Z | Downloaded deranged v0.5.8 |
| 632 | 2026-05-28T12:46:37.915Z | Downloaded cmake v0.1.57 |
| 633 | 2026-05-28T12:46:37.917Z | Downloaded funty v2.0.0 |
| 634 | 2026-05-28T12:46:37.917Z | Downloaded bit-vec v0.8.0 |
| 635 | 2026-05-28T12:46:37.920Z | Downloaded allocator-api2 v0.2.21 |
| 636 | 2026-05-28T12:46:37.920Z | Downloaded ena v0.14.4 |
| 637 | 2026-05-28T12:46:37.924Z | Downloaded ghash v0.5.1 |
| 638 | 2026-05-28T12:46:37.926Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-05-28T12:46:37.926Z | Downloaded crossbeam-channel v0.5.15 |
| 640 | 2026-05-28T12:46:37.930Z | Downloaded git-stub v1.0.0 |
| 641 | 2026-05-28T12:46:37.930Z | Downloaded foreign-types-shared v0.1.1 |
| 642 | 2026-05-28T12:46:37.930Z | Downloaded futures-core v0.3.32 |
| 643 | 2026-05-28T12:46:37.933Z | Downloaded filetime v0.2.27 |
| 644 | 2026-05-28T12:46:37.934Z | Downloaded fallible-iterator v0.2.0 |
| 645 | 2026-05-28T12:46:37.934Z | Downloaded derive_builder_core v0.20.2 |
| 646 | 2026-05-28T12:46:37.938Z | Downloaded globwalk v0.9.1 |
| 647 | 2026-05-28T12:46:37.938Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-05-28T12:46:37.938Z | Downloaded futures-sink v0.3.32 |
| 649 | 2026-05-28T12:46:37.938Z | Downloaded futures-macro v0.3.32 |
| 650 | 2026-05-28T12:46:37.943Z | Downloaded headers-core v0.3.0 |
| 651 | 2026-05-28T12:46:37.943Z | Downloaded bitfield v0.19.4 |
| 652 | 2026-05-28T12:46:37.943Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-05-28T12:46:37.943Z | Downloaded hex v0.4.3 |
| 654 | 2026-05-28T12:46:37.945Z | Downloaded argon2 v0.5.3 |
| 655 | 2026-05-28T12:46:37.945Z | Downloaded darling v0.23.0 |
| 656 | 2026-05-28T12:46:37.948Z | Downloaded des v0.8.1 |
| 657 | 2026-05-28T12:46:37.949Z | Downloaded env_logger v0.11.9 |
| 658 | 2026-05-28T12:46:37.953Z | Downloaded darling v0.13.4 |
| 659 | 2026-05-28T12:46:37.953Z | Downloaded csv-core v0.1.13 |
| 660 | 2026-05-28T12:46:37.956Z | Downloaded darling v0.21.3 |
| 661 | 2026-05-28T12:46:37.956Z | Downloaded futures-task v0.3.32 |
| 662 | 2026-05-28T12:46:37.956Z | Downloaded find-msvc-tools v0.1.9 |
| 663 | 2026-05-28T12:46:37.960Z | Downloaded hex-literal v0.4.1 |
| 664 | 2026-05-28T12:46:37.960Z | Downloaded hash32 v0.3.1 |
| 665 | 2026-05-28T12:46:37.960Z | Downloaded erased-serde v0.3.31 |
| 666 | 2026-05-28T12:46:37.964Z | Downloaded enum-as-inner v0.6.1 |
| 667 | 2026-05-28T12:46:37.964Z | Downloaded ecdsa v0.16.9 |
| 668 | 2026-05-28T12:46:37.964Z | Downloaded hostname v0.4.2 |
| 669 | 2026-05-28T12:46:37.968Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-05-28T12:46:37.968Z | Downloaded display-error-chain v0.2.2 |
| 671 | 2026-05-28T12:46:37.968Z | Downloaded der_derive v0.7.3 |
| 672 | 2026-05-28T12:46:37.968Z | Downloaded darling_core v0.23.0 |
| 673 | 2026-05-28T12:46:37.973Z | Downloaded futures-executor v0.3.32 |
| 674 | 2026-05-28T12:46:37.973Z | Downloaded const_format_proc_macros v0.2.34 |
| 675 | 2026-05-28T12:46:37.977Z | Downloaded ff v0.13.1 |
| 676 | 2026-05-28T12:46:37.977Z | Downloaded fs-err v2.11.0 |
| 677 | 2026-05-28T12:46:37.977Z | Downloaded derive-ex v0.1.8 |
| 678 | 2026-05-28T12:46:37.980Z | Downloaded cassowary v0.3.0 |
| 679 | 2026-05-28T12:46:37.980Z | Downloaded home v0.5.12 |
| 680 | 2026-05-28T12:46:37.980Z | Downloaded camino-tempfile-ext v0.3.3 |
| 681 | 2026-05-28T12:46:37.980Z | Downloaded cookie_store v0.22.1 |
| 682 | 2026-05-28T12:46:37.984Z | Downloaded derive_builder v0.20.2 |
| 683 | 2026-05-28T12:46:37.989Z | Downloaded hyper-tls v0.6.0 |
| 684 | 2026-05-28T12:46:37.989Z | Downloaded hubpack_derive v0.1.1 |
| 685 | 2026-05-28T12:46:37.989Z | Downloaded constant_time_eq v0.4.2 |
| 686 | 2026-05-28T12:46:37.989Z | Downloaded bzip2 v0.4.4 |
| 687 | 2026-05-28T12:46:37.994Z | Downloaded blake2 v0.10.6 |
| 688 | 2026-05-28T12:46:37.994Z | Downloaded cipher v0.4.4 |
| 689 | 2026-05-28T12:46:37.994Z | Downloaded fixedbitset v0.5.7 |
| 690 | 2026-05-28T12:46:37.996Z | Downloaded chacha20 v0.9.1 |
| 691 | 2026-05-28T12:46:37.997Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-28T12:46:37.997Z | Downloaded http-body v1.0.1 |
| 693 | 2026-05-28T12:46:37.997Z | Downloaded foldhash v0.1.5 |
| 694 | 2026-05-28T12:46:37.997Z | Downloaded globset v0.4.18 |
| 695 | 2026-05-28T12:46:38.000Z | Downloaded git-stub-vcs v0.1.0 |
| 696 | 2026-05-28T12:46:38.000Z | Downloaded byte-wrapper v0.1.0 |
| 697 | 2026-05-28T12:46:38.004Z | Downloaded daft v0.1.7 |
| 698 | 2026-05-28T12:46:38.004Z | Downloaded ctr v0.9.2 |
| 699 | 2026-05-28T12:46:38.007Z | Downloaded illumos-nvpair v0.3.0 |
| 700 | 2026-05-28T12:46:38.007Z | Downloaded indent_write v2.2.0 |
| 701 | 2026-05-28T12:46:38.007Z | Downloaded fs_extra v1.3.0 |
| 702 | 2026-05-28T12:46:38.007Z | Downloaded instant v0.1.13 |
| 703 | 2026-05-28T12:46:38.010Z | Downloaded instability v0.3.11 |
| 704 | 2026-05-28T12:46:38.010Z | Downloaded hubpack v0.1.2 |
| 705 | 2026-05-28T12:46:38.010Z | Downloaded httpdate v1.0.3 |
| 706 | 2026-05-28T12:46:38.010Z | Downloaded internet-checksum v0.2.1 |
| 707 | 2026-05-28T12:46:38.016Z | Downloaded http-range v0.1.5 |
| 708 | 2026-05-28T12:46:38.016Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-28T12:46:38.016Z | Downloaded indoc v1.0.9 |
| 710 | 2026-05-28T12:46:38.022Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-05-28T12:46:38.022Z | Downloaded console v0.15.11 |
| 712 | 2026-05-28T12:46:38.022Z | Downloaded ahash v0.8.12 |
| 713 | 2026-05-28T12:46:38.022Z | Downloaded buf-list v1.1.2 |
| 714 | 2026-05-28T12:46:38.027Z | Downloaded foreign-types-shared v0.3.1 |
| 715 | 2026-05-28T12:46:38.027Z | Downloaded corncobs v0.1.4 |
| 716 | 2026-05-28T12:46:38.027Z | Downloaded console v0.16.2 |
| 717 | 2026-05-28T12:46:38.027Z | Downloaded ciborium v0.2.2 |
| 718 | 2026-05-28T12:46:38.027Z | Downloaded chacha20 v0.10.0 |
| 719 | 2026-05-28T12:46:38.031Z | Downloaded glob v0.3.3 |
| 720 | 2026-05-28T12:46:38.031Z | Downloaded cancel-safe-futures v0.1.5 |
| 721 | 2026-05-28T12:46:38.031Z | Downloaded libscf-sys v1.1.0 |
| 722 | 2026-05-28T12:46:38.035Z | Downloaded anstyle-parse v0.2.7 |
| 723 | 2026-05-28T12:46:38.035Z | Downloaded foldhash v0.2.0 |
| 724 | 2026-05-28T12:46:38.036Z | Downloaded convert_case v0.10.0 |
| 725 | 2026-05-28T12:46:38.036Z | Downloaded dropshot_endpoint v0.17.0 |
| 726 | 2026-05-28T12:46:38.039Z | Downloaded inout v0.1.4 |
| 727 | 2026-05-28T12:46:38.039Z | Downloaded is_ci v1.2.0 |
| 728 | 2026-05-28T12:46:38.039Z | Downloaded is-terminal v0.4.17 |
| 729 | 2026-05-28T12:46:38.039Z | Downloaded darling v0.20.11 |
| 730 | 2026-05-28T12:46:38.042Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-05-28T12:46:38.046Z | Downloaded keccak v0.1.6 |
| 732 | 2026-05-28T12:46:38.046Z | Downloaded http-body-util v0.1.3 |
| 733 | 2026-05-28T12:46:38.049Z | Downloaded lalrpop-util v0.19.12 |
| 734 | 2026-05-28T12:46:38.049Z | Downloaded colored v3.1.1 |
| 735 | 2026-05-28T12:46:38.049Z | Downloaded crossterm v0.29.0 |
| 736 | 2026-05-28T12:46:38.052Z | Downloaded getrandom v0.2.17 |
| 737 | 2026-05-28T12:46:38.055Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-05-28T12:46:38.059Z | Downloaded colored v2.2.0 |
| 739 | 2026-05-28T12:46:38.059Z | Downloaded bitflags v1.3.2 |
| 740 | 2026-05-28T12:46:38.062Z | Downloaded lru v0.12.5 |
| 741 | 2026-05-28T12:46:38.063Z | Downloaded async-bb8-diesel v0.2.1 |
| 742 | 2026-05-28T12:46:38.063Z | Downloaded managed v0.8.0 |
| 743 | 2026-05-28T12:46:38.063Z | Downloaded const-oid v0.9.6 |
| 744 | 2026-05-28T12:46:38.066Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-05-28T12:46:38.066Z | Downloaded ed25519 v2.2.3 |
| 746 | 2026-05-28T12:46:38.069Z | Downloaded drift v0.2.0 |
| 747 | 2026-05-28T12:46:38.073Z | Downloaded md5 v0.7.0 |
| 748 | 2026-05-28T12:46:38.078Z | Downloaded maybe-uninit v2.0.0 |
| 749 | 2026-05-28T12:46:38.078Z | Downloaded bzip2 v0.6.1 |
| 750 | 2026-05-28T12:46:38.078Z | Downloaded maplit v1.0.2 |
| 751 | 2026-05-28T12:46:38.078Z | Downloaded indoc v2.0.7 |
| 752 | 2026-05-28T12:46:38.082Z | Downloaded mime v0.3.17 |
| 753 | 2026-05-28T12:46:38.082Z | Downloaded memoffset v0.9.1 |
| 754 | 2026-05-28T12:46:38.082Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-05-28T12:46:38.082Z | Downloaded multimap v0.10.1 |
| 756 | 2026-05-28T12:46:38.085Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 757 | 2026-05-28T12:46:38.085Z | Downloaded linked-hash-map v0.5.6 |
| 758 | 2026-05-28T12:46:38.085Z | Downloaded nibble_vec v0.1.0 |
| 759 | 2026-05-28T12:46:38.085Z | Downloaded new_debug_unreachable v1.0.6 |
| 760 | 2026-05-28T12:46:38.089Z | Downloaded ingot v0.1.1 |
| 761 | 2026-05-28T12:46:38.089Z | Downloaded derive_more v0.99.20 |
| 762 | 2026-05-28T12:46:38.092Z | Downloaded nodrop v0.1.14 |
| 763 | 2026-05-28T12:46:38.092Z | Downloaded normalize-line-endings v0.3.0 |
| 764 | 2026-05-28T12:46:38.092Z | Downloaded newline-converter v0.3.0 |
| 765 | 2026-05-28T12:46:38.095Z | Downloaded diff v0.1.13 |
| 766 | 2026-05-28T12:46:38.095Z | Downloaded hmac v0.12.1 |
| 767 | 2026-05-28T12:46:38.098Z | Downloaded highway v1.3.0 |
| 768 | 2026-05-28T12:46:38.098Z | Downloaded derive-where v1.6.0 |
| 769 | 2026-05-28T12:46:38.101Z | Downloaded newtype_derive v0.1.6 |
| 770 | 2026-05-28T12:46:38.101Z | Downloaded half v1.8.3 |
| 771 | 2026-05-28T12:46:38.104Z | Downloaded futures v0.3.32 |
| 772 | 2026-05-28T12:46:38.107Z | Downloaded elliptic-curve v0.13.8 |
| 773 | 2026-05-28T12:46:38.110Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-28T12:46:38.110Z | Downloaded nonempty v0.12.0 |
| 775 | 2026-05-28T12:46:38.115Z | Downloaded ipnet v2.11.0 |
| 776 | 2026-05-28T12:46:38.115Z | Downloaded jobserver v0.1.34 |
| 777 | 2026-05-28T12:46:38.118Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-05-28T12:46:38.118Z | Downloaded num v0.4.3 |
| 779 | 2026-05-28T12:46:38.118Z | Downloaded num-conv v0.2.0 |
| 780 | 2026-05-28T12:46:38.118Z | Downloaded crypto-bigint v0.5.5 |
| 781 | 2026-05-28T12:46:38.123Z | Downloaded kstat-rs v0.2.4 |
| 782 | 2026-05-28T12:46:38.123Z | Downloaded libsw-core v0.3.2 |
| 783 | 2026-05-28T12:46:38.128Z | Downloaded hyper-rustls v0.27.7 |
| 784 | 2026-05-28T12:46:38.128Z | Downloaded lru-cache v0.1.2 |
| 785 | 2026-05-28T12:46:38.128Z | Downloaded lock_api v0.4.14 |
| 786 | 2026-05-28T12:46:38.131Z | Downloaded clang-sys v1.8.1 |
| 787 | 2026-05-28T12:46:38.131Z | Downloaded libsw v3.5.0 |
| 788 | 2026-05-28T12:46:38.131Z | Downloaded half v2.7.1 |
| 789 | 2026-05-28T12:46:38.131Z | Downloaded darling_core v0.21.3 |
| 790 | 2026-05-28T12:46:38.135Z | Downloaded num-derive v0.4.2 |
| 791 | 2026-05-28T12:46:38.139Z | Downloaded newtype-uuid v1.3.2 |
| 792 | 2026-05-28T12:46:38.139Z | Downloaded nanorand v0.7.0 |
| 793 | 2026-05-28T12:46:38.139Z | Downloaded aes v0.8.4 |
| 794 | 2026-05-28T12:46:38.142Z | Downloaded libloading v0.8.9 |
| 795 | 2026-05-28T12:46:38.142Z | Downloaded num-derive v0.3.3 |
| 796 | 2026-05-28T12:46:38.145Z | Downloaded pbkdf2 v0.11.0 |
| 797 | 2026-05-28T12:46:38.145Z | Downloaded parse-size v1.1.0 |
| 798 | 2026-05-28T12:46:38.145Z | Downloaded num_enum_derive v0.5.11 |
| 799 | 2026-05-28T12:46:38.149Z | Downloaded libefi-sys v0.1.0 |
| 800 | 2026-05-28T12:46:38.149Z | Downloaded humantime v2.3.0 |
| 801 | 2026-05-28T12:46:38.149Z | Downloaded ingot-types v0.1.2 |
| 802 | 2026-05-28T12:46:38.163Z | Downloaded pbkdf2 v0.12.2 |
| 803 | 2026-05-28T12:46:38.165Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-05-28T12:46:38.165Z | Downloaded linear-map v1.2.0 |
| 805 | 2026-05-28T12:46:38.166Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-05-28T12:46:38.169Z | Downloaded openssl-probe v0.1.6 |
| 807 | 2026-05-28T12:46:38.169Z | Downloaded openssl-macros v0.1.1 |
| 808 | 2026-05-28T12:46:38.169Z | Downloaded opaque-debug v0.3.1 |
| 809 | 2026-05-28T12:46:38.169Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-05-28T12:46:38.175Z | Downloaded mime_guess v2.0.5 |
| 811 | 2026-05-28T12:46:38.175Z | Downloaded iana-time-zone v0.1.65 |
| 812 | 2026-05-28T12:46:38.177Z | Downloaded packed_struct_codegen v0.10.1 |
| 813 | 2026-05-28T12:46:38.177Z | Downloaded native-tls v0.2.18 |
| 814 | 2026-05-28T12:46:38.177Z | Downloaded multer v3.1.0 |
| 815 | 2026-05-28T12:46:38.177Z | Downloaded fatfs v0.3.6 |
| 816 | 2026-05-28T12:46:38.180Z | Downloaded num_enum v0.5.11 |
| 817 | 2026-05-28T12:46:38.185Z | Downloaded path-slash v0.1.5 |
| 818 | 2026-05-28T12:46:38.185Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-28T12:46:38.185Z | Downloaded phf_shared v0.12.1 |
| 820 | 2026-05-28T12:46:38.188Z | Downloaded pin-utils v0.1.0 |
| 821 | 2026-05-28T12:46:38.188Z | Downloaded ed25519-dalek v2.2.0 |
| 822 | 2026-05-28T12:46:38.188Z | Downloaded phf_shared v0.11.3 |
| 823 | 2026-05-28T12:46:38.188Z | Downloaded getrandom v0.3.4 |
| 824 | 2026-05-28T12:46:38.191Z | Downloaded ignore v0.4.25 |
| 825 | 2026-05-28T12:46:38.197Z | Downloaded ingot-macros v0.1.1 |
| 826 | 2026-05-28T12:46:38.197Z | Downloaded group v0.13.0 |
| 827 | 2026-05-28T12:46:38.197Z | Downloaded num-integer v0.1.46 |
| 828 | 2026-05-28T12:46:38.200Z | Downloaded num-complex v0.4.6 |
| 829 | 2026-05-28T12:46:38.200Z | Downloaded darling_core v0.20.11 |
| 830 | 2026-05-28T12:46:38.200Z | Downloaded powerfmt v0.2.0 |
| 831 | 2026-05-28T12:46:38.202Z | Downloaded phf_shared v0.13.1 |
| 832 | 2026-05-28T12:46:38.202Z | Downloaded peg-runtime v0.8.5 |
| 833 | 2026-05-28T12:46:38.202Z | Downloaded match_cfg v0.1.0 |
| 834 | 2026-05-28T12:46:38.202Z | Downloaded lzss v0.8.2 |
| 835 | 2026-05-28T12:46:38.205Z | Downloaded memmap2 v0.9.10 |
| 836 | 2026-05-28T12:46:38.205Z | Downloaded oxnet v0.1.5 |
| 837 | 2026-05-28T12:46:38.208Z | Downloaded oxide-tokio-rt v0.1.4 |
| 838 | 2026-05-28T12:46:38.208Z | Downloaded indexmap v1.9.3 |
| 839 | 2026-05-28T12:46:38.211Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-05-28T12:46:38.211Z | Downloaded lru-slab v0.1.2 |
| 841 | 2026-05-28T12:46:38.211Z | Downloaded crossterm v0.28.1 |
| 842 | 2026-05-28T12:46:38.214Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 843 | 2026-05-28T12:46:38.217Z | Downloaded proc-macro-crate v1.3.1 |
| 844 | 2026-05-28T12:46:38.217Z | Downloaded predicates-tree v1.0.13 |
| 845 | 2026-05-28T12:46:38.217Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-05-28T12:46:38.220Z | Downloaded anstream v0.6.21 |
| 847 | 2026-05-28T12:46:38.220Z | Downloaded futures-channel v0.3.32 |
| 848 | 2026-05-28T12:46:38.223Z | Downloaded blowfish v0.9.1 |
| 849 | 2026-05-28T12:46:38.223Z | Downloaded async-trait v0.1.89 |
| 850 | 2026-05-28T12:46:38.229Z | Downloaded num_enum_derive v0.7.6 |
| 851 | 2026-05-28T12:46:38.232Z | Downloaded num-iter v0.1.45 |
| 852 | 2026-05-28T12:46:38.232Z | Downloaded pem v3.0.6 |
| 853 | 2026-05-28T12:46:38.235Z | Downloaded progenitor-macro v0.13.0 |
| 854 | 2026-05-28T12:46:38.235Z | Downloaded progenitor-client v0.11.2 |
| 855 | 2026-05-28T12:46:38.235Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-05-28T12:46:38.238Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-05-28T12:46:38.238Z | Downloaded peg v0.8.5 |
| 858 | 2026-05-28T12:46:38.241Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-05-28T12:46:38.244Z | Downloaded proc-macro-crate v3.4.0 |
| 860 | 2026-05-28T12:46:38.244Z | Downloaded compact_str v0.8.1 |
| 861 | 2026-05-28T12:46:38.244Z | Downloaded der v0.7.10 |
| 862 | 2026-05-28T12:46:38.247Z | Downloaded progenitor-macro v0.14.0 |
| 863 | 2026-05-28T12:46:38.250Z | Downloaded flate2 v1.1.9 |
| 864 | 2026-05-28T12:46:38.254Z | Downloaded litrs v1.0.0 |
| 865 | 2026-05-28T12:46:38.257Z | Downloaded owo-colors v4.3.0 |
| 866 | 2026-05-28T12:46:38.257Z | Downloaded httparse v1.10.1 |
| 867 | 2026-05-28T12:46:38.257Z | Downloaded packed_struct v0.10.1 |
| 868 | 2026-05-28T12:46:38.260Z | Downloaded phf v0.13.1 |
| 869 | 2026-05-28T12:46:38.260Z | Downloaded paste v1.0.15 |
| 870 | 2026-05-28T12:46:38.265Z | Downloaded psl-types v2.0.11 |
| 871 | 2026-05-28T12:46:38.265Z | Downloaded progenitor-macro v0.11.2 |
| 872 | 2026-05-28T12:46:38.265Z | Downloaded polyval v0.6.2 |
| 873 | 2026-05-28T12:46:38.265Z | Downloaded poly1305 v0.8.0 |
| 874 | 2026-05-28T12:46:38.268Z | Downloaded pin-project-internal v1.1.11 |
| 875 | 2026-05-28T12:46:38.268Z | Downloaded parking_lot_core v0.8.6 |
| 876 | 2026-05-28T12:46:38.268Z | Downloaded heapless v0.8.0 |
| 877 | 2026-05-28T12:46:38.271Z | Downloaded password-hash v0.5.0 |
| 878 | 2026-05-28T12:46:38.275Z | Downloaded base64 v0.22.1 |
| 879 | 2026-05-28T12:46:38.278Z | Downloaded ref-cast v1.0.25 |
| 880 | 2026-05-28T12:46:38.278Z | Downloaded headers v0.4.1 |
| 881 | 2026-05-28T12:46:38.281Z | Downloaded ref-cast-impl v1.0.25 |
| 882 | 2026-05-28T12:46:38.284Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 883 | 2026-05-28T12:46:38.284Z | Downloaded progenitor v0.13.0 |
| 884 | 2026-05-28T12:46:38.284Z | Downloaded proc-macro-error2 v2.0.1 |
| 885 | 2026-05-28T12:46:38.288Z | Downloaded rand_xorshift v0.4.0 |
| 886 | 2026-05-28T12:46:38.288Z | Downloaded aes-gcm v0.10.3 |
| 887 | 2026-05-28T12:46:38.291Z | Downloaded hickory-resolver v0.25.2 |
| 888 | 2026-05-28T12:46:38.294Z | Downloaded hickory-resolver v0.24.4 |
| 889 | 2026-05-28T12:46:38.297Z | Downloaded peg-macros v0.8.5 |
| 890 | 2026-05-28T12:46:38.297Z | Downloaded progenitor-extras v0.2.0 |
| 891 | 2026-05-28T12:46:38.300Z | Downloaded progenitor-client v0.13.0 |
| 892 | 2026-05-28T12:46:38.300Z | Downloaded flume v0.11.1 |
| 893 | 2026-05-28T12:46:38.303Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-05-28T12:46:38.303Z | Downloaded derive_more v2.1.1 |
| 895 | 2026-05-28T12:46:38.309Z | Downloaded radium v0.7.0 |
| 896 | 2026-05-28T12:46:38.311Z | Downloaded postgres-protocol v0.6.10 |
| 897 | 2026-05-28T12:46:38.311Z | Downloaded pkg-config v0.3.32 |
| 898 | 2026-05-28T12:46:38.314Z | Downloaded psm v0.1.30 |
| 899 | 2026-05-28T12:46:38.314Z | Downloaded recursive v0.1.1 |
| 900 | 2026-05-28T12:46:38.319Z | Downloaded num-rational v0.4.2 |
| 901 | 2026-05-28T12:46:38.319Z | Downloaded expectorate v1.2.0 |
| 902 | 2026-05-28T12:46:38.323Z | Downloaded rtoolbox v0.0.3 |
| 903 | 2026-05-28T12:46:38.323Z | Downloaded libbz2-rs-sys v0.2.2 |
| 904 | 2026-05-28T12:46:38.323Z | Downloaded cc v1.2.56 |
| 905 | 2026-05-28T12:46:38.323Z | Downloaded num_enum v0.7.6 |
| 906 | 2026-05-28T12:46:38.326Z | Downloaded omicron-zone-package v0.12.2 |
| 907 | 2026-05-28T12:46:38.328Z | Downloaded rustc_version v0.4.1 |
| 908 | 2026-05-28T12:46:38.328Z | Downloaded rand_core v0.6.4 |
| 909 | 2026-05-28T12:46:38.331Z | Downloaded rustc-hash v2.1.1 |
| 910 | 2026-05-28T12:46:38.331Z | Downloaded pkcs8 v0.10.2 |
| 911 | 2026-05-28T12:46:38.334Z | Downloaded primeorder v0.13.6 |
| 912 | 2026-05-28T12:46:38.334Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2026-05-28T12:46:38.334Z | Downloaded chacha20poly1305 v0.10.1 |
| 914 | 2026-05-28T12:46:38.337Z | Downloaded bytes v1.11.1 |
| 915 | 2026-05-28T12:46:38.340Z | Downloaded heapless v0.7.17 |
| 916 | 2026-05-28T12:46:38.340Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-05-28T12:46:38.343Z | Downloaded predicates-core v1.0.10 |
| 918 | 2026-05-28T12:46:38.343Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-05-28T12:46:38.346Z | Downloaded papergrid v0.17.0 |
| 920 | 2026-05-28T12:46:38.349Z | Downloaded quick-error v1.2.3 |
| 921 | 2026-05-28T12:46:38.349Z | Downloaded p256 v0.13.2 |
| 922 | 2026-05-28T12:46:38.351Z | Downloaded indicatif v0.18.4 |
| 923 | 2026-05-28T12:46:38.354Z | Downloaded derive_more-impl v2.1.1 |
| 924 | 2026-05-28T12:46:38.357Z | Downloaded base64 v0.21.7 |
| 925 | 2026-05-28T12:46:38.359Z | Downloaded jiff-static v0.2.21 |
| 926 | 2026-05-28T12:46:38.360Z | Downloaded async-compression v0.4.41 |
| 927 | 2026-05-28T12:46:38.363Z | Downloaded arc-swap v1.8.2 |
| 928 | 2026-05-28T12:46:38.366Z | Downloaded salsa20 v0.10.2 |
| 929 | 2026-05-28T12:46:38.368Z | Downloaded scheduled-thread-pool v0.2.7 |
| 930 | 2026-05-28T12:46:38.368Z | Downloaded resolv-conf v0.7.6 |
| 931 | 2026-05-28T12:46:38.371Z | Downloaded russh-cryptovec v0.7.3 |
| 932 | 2026-05-28T12:46:38.371Z | Downloaded r2d2 v0.8.10 |
| 933 | 2026-05-28T12:46:38.371Z | Downloaded diesel_derives v2.3.7 |
| 934 | 2026-05-28T12:46:38.374Z | Downloaded rand_chacha v0.3.1 |
| 935 | 2026-05-28T12:46:38.377Z | Downloaded progenitor v0.11.2 |
| 936 | 2026-05-28T12:46:38.377Z | Downloaded phf v0.12.1 |
| 937 | 2026-05-28T12:46:38.380Z | Downloaded predicates v3.1.4 |
| 938 | 2026-05-28T12:46:38.380Z | Downloaded bumpalo v3.20.2 |
| 939 | 2026-05-28T12:46:38.383Z | Downloaded ppv-lite86 v0.2.21 |
| 940 | 2026-05-28T12:46:38.383Z | Downloaded parking_lot v0.12.5 |
| 941 | 2026-05-28T12:46:38.388Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-05-28T12:46:38.388Z | Downloaded parking_lot v0.11.2 |
| 943 | 2026-05-28T12:46:38.388Z | Downloaded const_format v0.2.35 |
| 944 | 2026-05-28T12:46:38.391Z | Downloaded pkcs5 v0.7.1 |
| 945 | 2026-05-28T12:46:38.391Z | Downloaded secrecy v0.8.0 |
| 946 | 2026-05-28T12:46:38.395Z | Downloaded rand_core v0.9.5 |
| 947 | 2026-05-28T12:46:38.395Z | Downloaded rand_chacha v0.9.0 |
| 948 | 2026-05-28T12:46:38.397Z | Downloaded scrypt v0.11.0 |
| 949 | 2026-05-28T12:46:38.397Z | Downloaded rand_seeder v0.4.0 |
| 950 | 2026-05-28T12:46:38.397Z | Downloaded rand_core v0.10.0 |
| 951 | 2026-05-28T12:46:38.397Z | Downloaded pin-project v1.1.11 |
| 952 | 2026-05-28T12:46:38.404Z | Downloaded sha1 v0.10.6 |
| 953 | 2026-05-28T12:46:38.406Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-05-28T12:46:38.406Z | Downloaded seq-macro v0.3.6 |
| 955 | 2026-05-28T12:46:38.409Z | Downloaded rustls-pemfile v1.0.4 |
| 956 | 2026-05-28T12:46:38.409Z | Downloaded rustls-native-certs v0.8.3 |
| 957 | 2026-05-28T12:46:38.412Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-05-28T12:46:38.412Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-05-28T12:46:38.412Z | Downloaded same-file v1.0.6 |
| 960 | 2026-05-28T12:46:38.415Z | Downloaded rustc_version v0.1.7 |
| 961 | 2026-05-28T12:46:38.415Z | Downloaded postgres-types v0.2.12 |
| 962 | 2026-05-28T12:46:38.418Z | Downloaded password-hash v0.4.2 |
| 963 | 2026-05-28T12:46:38.421Z | Downloaded semver v0.1.20 |
| 964 | 2026-05-28T12:46:38.421Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-28T12:46:38.424Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-05-28T12:46:38.427Z | Downloaded serde_bytes v0.11.19 |
| 967 | 2026-05-28T12:46:38.427Z | Downloaded signature v2.2.0 |
| 968 | 2026-05-28T12:46:38.430Z | Downloaded miniz_oxide v0.8.9 |
| 969 | 2026-05-28T12:46:38.430Z | Downloaded minimal-lexical v0.2.1 |
| 970 | 2026-05-28T12:46:38.433Z | Downloaded hickory-server v0.25.2 |
| 971 | 2026-05-28T12:46:38.437Z | Downloaded serde_urlencoded v0.7.1 |
| 972 | 2026-05-28T12:46:38.439Z | Downloaded serde_repr v0.1.20 |
| 973 | 2026-05-28T12:46:38.439Z | Downloaded shell-words v1.1.1 |
| 974 | 2026-05-28T12:46:38.442Z | Downloaded progenitor-impl v0.14.0 |
| 975 | 2026-05-28T12:46:38.445Z | Downloaded sigpipe v0.1.3 |
| 976 | 2026-05-28T12:46:38.448Z | Downloaded signal-hook-tokio v0.3.1 |
| 977 | 2026-05-28T12:46:38.448Z | Downloaded slog-bunyan v2.5.0 |
| 978 | 2026-05-28T12:46:38.451Z | Downloaded schemars_derive v0.8.22 |
| 979 | 2026-05-28T12:46:38.460Z | Downloaded quinn-udp v0.5.14 |
| 980 | 2026-05-28T12:46:38.463Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-05-28T12:46:38.467Z | Downloaded slog-envlogger v2.2.0 |
| 982 | 2026-05-28T12:46:38.467Z | Downloaded secrecy v0.10.3 |
| 983 | 2026-05-28T12:46:38.470Z | Downloaded sec1 v0.7.3 |
| 984 | 2026-05-28T12:46:38.470Z | Downloaded siphasher v1.0.2 |
| 985 | 2026-05-28T12:46:38.470Z | Downloaded sct v0.7.1 |
| 986 | 2026-05-28T12:46:38.473Z | Downloaded scroll v0.13.0 |
| 987 | 2026-05-28T12:46:38.473Z | Downloaded rustversion v1.0.22 |
| 988 | 2026-05-28T12:46:38.476Z | Downloaded rustls-pemfile v2.2.0 |
| 989 | 2026-05-28T12:46:38.479Z | Downloaded hyper-util v0.1.20 |
| 990 | 2026-05-28T12:46:38.481Z | Downloaded postcard v1.1.3 |
| 991 | 2026-05-28T12:46:38.481Z | Downloaded pin-project-lite v0.2.17 |
| 992 | 2026-05-28T12:46:38.487Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-05-28T12:46:38.496Z | Downloaded sqlparser_derive v0.5.0 |
| 994 | 2026-05-28T12:46:38.504Z | Downloaded serde_with_macros v1.5.2 |
| 995 | 2026-05-28T12:46:38.507Z | Downloaded prefix-trie v0.7.0 |
| 996 | 2026-05-28T12:46:38.518Z | Downloaded ssh-encoding v0.2.0 |
| 997 | 2026-05-28T12:46:38.518Z | Downloaded oso v0.27.3 |
| 998 | 2026-05-28T12:46:38.522Z | Downloaded openssl-sys v0.9.115 |
| 999 | 2026-05-28T12:46:38.522Z | Downloaded ssh-cipher v0.2.0 |
| 1000 | 2026-05-28T12:46:38.522Z | Downloaded signal-hook-registry v1.4.8 |
| 1001 | 2026-05-28T12:46:38.522Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-28T12:46:38.522Z | Downloaded progenitor-impl v0.13.0 |
| 1003 | 2026-05-28T12:46:38.522Z | Downloaded itertools v0.10.5 |
| 1004 | 2026-05-28T12:46:38.525Z | Downloaded slog-async v2.8.0 |
| 1005 | 2026-05-28T12:46:38.525Z | Downloaded structmeta v0.3.0 |
| 1006 | 2026-05-28T12:46:38.525Z | Downloaded slab v0.4.12 |
| 1007 | 2026-05-28T12:46:38.525Z | Downloaded subtle v2.6.1 |
| 1008 | 2026-05-28T12:46:38.528Z | Downloaded progenitor-impl v0.11.2 |
| 1009 | 2026-05-28T12:46:38.528Z | Downloaded strum v0.27.2 |
| 1010 | 2026-05-28T12:46:38.528Z | Downloaded serde_spanned v1.0.4 |
| 1011 | 2026-05-28T12:46:38.531Z | Downloaded shlex v1.3.0 |
| 1012 | 2026-05-28T12:46:38.531Z | Downloaded serde-hex v0.1.0 |
| 1013 | 2026-05-28T12:46:38.534Z | Downloaded smallvec v0.6.14 |
| 1014 | 2026-05-28T12:46:38.534Z | Downloaded dropshot-api-manager v0.7.2 |
| 1015 | 2026-05-28T12:46:38.537Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1016 | 2026-05-28T12:46:38.537Z | Downloaded strum v0.26.3 |
| 1017 | 2026-05-28T12:46:38.540Z | Downloaded aho-corasick v1.1.4 |
| 1018 | 2026-05-28T12:46:38.543Z | Downloaded ron v0.8.1 |
| 1019 | 2026-05-28T12:46:38.546Z | Downloaded take_mut v0.2.2 |
| 1020 | 2026-05-28T12:46:38.546Z | Downloaded tabled_derive v0.11.0 |
| 1021 | 2026-05-28T12:46:38.546Z | Downloaded sync-ptr v0.1.4 |
| 1022 | 2026-05-28T12:46:38.549Z | Downloaded slog-term v2.9.2 |
| 1023 | 2026-05-28T12:46:38.549Z | Downloaded slog-stdlog v4.1.1 |
| 1024 | 2026-05-28T12:46:38.553Z | Downloaded rustls-pki-types v1.14.0 |
| 1025 | 2026-05-28T12:46:38.556Z | Downloaded tagptr v0.2.0 |
| 1026 | 2026-05-28T12:46:38.558Z | Downloaded sqlformat v0.3.5 |
| 1027 | 2026-05-28T12:46:38.558Z | Downloaded spki v0.7.3 |
| 1028 | 2026-05-28T12:46:38.559Z | Downloaded sync_wrapper v1.0.2 |
| 1029 | 2026-05-28T12:46:38.561Z | Downloaded tap v1.0.1 |
| 1030 | 2026-05-28T12:46:38.561Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-05-28T12:46:38.561Z | Downloaded supports-color v3.0.2 |
| 1032 | 2026-05-28T12:46:38.564Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-05-28T12:46:38.564Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-28T12:46:38.564Z | Downloaded slog-json v2.6.1 |
| 1035 | 2026-05-28T12:46:38.567Z | Downloaded slog-dtrace v0.3.0 |
| 1036 | 2026-05-28T12:46:38.567Z | Downloaded simd-adler32 v0.3.8 |
| 1037 | 2026-05-28T12:46:38.567Z | Downloaded serde_cbor v0.11.2 |
| 1038 | 2026-05-28T12:46:38.570Z | Downloaded hashbrown v0.13.2 |
| 1039 | 2026-05-28T12:46:38.573Z | Downloaded rayon-core v1.13.0 |
| 1040 | 2026-05-28T12:46:38.576Z | Downloaded hashbrown v0.12.3 |
| 1041 | 2026-05-28T12:46:38.579Z | Downloaded mio v1.2.0 |
| 1042 | 2026-05-28T12:46:38.583Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-05-28T12:46:38.585Z | Downloaded smf v0.2.3 |
| 1044 | 2026-05-28T12:46:38.585Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-05-28T12:46:38.588Z | Downloaded thread-id v5.1.0 |
| 1046 | 2026-05-28T12:46:38.588Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1047 | 2026-05-28T12:46:38.588Z | Downloaded termtree v0.5.1 |
| 1048 | 2026-05-28T12:46:38.591Z | Downloaded rcgen v0.12.1 |
| 1049 | 2026-05-28T12:46:38.596Z | Downloaded schemars v0.8.22 |
| 1050 | 2026-05-28T12:46:38.605Z | Downloaded support-bundle-viewer v0.1.2 |
| 1051 | 2026-05-28T12:46:38.608Z | Downloaded strum_macros v0.26.4 |
| 1052 | 2026-05-28T12:46:38.612Z | Downloaded publicsuffix v2.3.0 |
| 1053 | 2026-05-28T12:46:38.612Z | Downloaded strum_macros v0.24.3 |
| 1054 | 2026-05-28T12:46:38.614Z | Downloaded pretty_assertions v1.4.1 |
| 1055 | 2026-05-28T12:46:38.614Z | Downloaded http v1.4.0 |
| 1056 | 2026-05-28T12:46:38.623Z | Downloaded serde_with_macros v3.17.0 |
| 1057 | 2026-05-28T12:46:38.627Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-05-28T12:46:38.627Z | Downloaded strsim v0.10.0 |
| 1059 | 2026-05-28T12:46:38.629Z | Downloaded stringprep v0.1.5 |
| 1060 | 2026-05-28T12:46:38.629Z | Downloaded tokio-macros v2.7.0 |
| 1061 | 2026-05-28T12:46:38.629Z | Downloaded string_cache v0.8.9 |
| 1062 | 2026-05-28T12:46:38.629Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-05-28T12:46:38.636Z | Downloaded russh-keys v0.45.0 |
| 1064 | 2026-05-28T12:46:38.640Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1065 | 2026-05-28T12:46:38.643Z | Downloaded hashbrown v0.15.5 |
| 1066 | 2026-05-28T12:46:38.646Z | Downloaded spin v0.9.8 |
| 1067 | 2026-05-28T12:46:38.658Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1068 | 2026-05-28T12:46:38.661Z | Downloaded static_assertions v1.1.0 |
| 1069 | 2026-05-28T12:46:38.664Z | Downloaded time-macros v0.2.27 |
| 1070 | 2026-05-28T12:46:38.666Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-05-28T12:46:38.671Z | Downloaded strum_macros v0.27.2 |
| 1072 | 2026-05-28T12:46:38.678Z | Downloaded slog v2.8.2 |
| 1073 | 2026-05-28T12:46:38.682Z | Downloaded tokio-dtrace v0.1.1 |
| 1074 | 2026-05-28T12:46:38.684Z | Downloaded tower-service v0.3.3 |
| 1075 | 2026-05-28T12:46:38.684Z | Downloaded tower-layer v0.3.3 |
| 1076 | 2026-05-28T12:46:38.684Z | Downloaded topological-sort v0.2.2 |
| 1077 | 2026-05-28T12:46:38.684Z | Downloaded tls_codec v0.4.2 |
| 1078 | 2026-05-28T12:46:38.687Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-05-28T12:46:38.687Z | Downloaded typify-macro v0.4.3 |
| 1080 | 2026-05-28T12:46:38.692Z | Downloaded termios v0.3.3 |
| 1081 | 2026-05-28T12:46:38.692Z | Downloaded prettyplease v0.2.37 |
| 1082 | 2026-05-28T12:46:38.695Z | Downloaded schemars v0.9.0 |
| 1083 | 2026-05-28T12:46:38.699Z | Downloaded untrusted v0.7.1 |
| 1084 | 2026-05-28T12:46:38.701Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-05-28T12:46:38.702Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2026-05-28T12:46:38.704Z | Downloaded tinyvec_macros v0.1.1 |
| 1087 | 2026-05-28T12:46:38.704Z | Downloaded tiny-keccak v2.0.2 |
| 1088 | 2026-05-28T12:46:38.707Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-28T12:46:38.707Z | Downloaded term v1.2.1 |
| 1090 | 2026-05-28T12:46:38.710Z | Downloaded libxml v0.3.3 |
| 1091 | 2026-05-28T12:46:38.713Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1092 | 2026-05-28T12:46:38.716Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-28T12:46:38.716Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1094 | 2026-05-28T12:46:38.719Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1095 | 2026-05-28T12:46:38.719Z | Downloaded quinn v0.11.9 |
| 1096 | 2026-05-28T12:46:38.722Z | Downloaded signal-hook v0.3.18 |
| 1097 | 2026-05-28T12:46:38.724Z | Downloaded usdt v0.6.0 |
| 1098 | 2026-05-28T12:46:38.724Z | Downloaded untrusted v0.9.0 |
| 1099 | 2026-05-28T12:46:38.724Z | Downloaded tls_codec_derive v0.4.2 |
| 1100 | 2026-05-28T12:46:38.727Z | Downloaded qorb v0.4.1 |
| 1101 | 2026-05-28T12:46:38.730Z | Downloaded h2 v0.4.13 |
| 1102 | 2026-05-28T12:46:38.733Z | Downloaded similar v2.7.0 |
| 1103 | 2026-05-28T12:46:38.736Z | Downloaded hashbrown v0.16.1 |
| 1104 | 2026-05-28T12:46:38.739Z | Downloaded hyper v1.8.1 |
| 1105 | 2026-05-28T12:46:38.744Z | Downloaded usdt-macro v0.6.0 |
| 1106 | 2026-05-28T12:46:38.747Z | Downloaded usdt-attr-macro v0.6.0 |
| 1107 | 2026-05-28T12:46:38.747Z | Downloaded hkdf v0.12.4 |
| 1108 | 2026-05-28T12:46:38.750Z | Downloaded tokio-tungstenite v0.23.1 |
| 1109 | 2026-05-28T12:46:38.751Z | Downloaded want v0.3.1 |
| 1110 | 2026-05-28T12:46:38.751Z | Downloaded unicase v2.9.0 |
| 1111 | 2026-05-28T12:46:38.753Z | Downloaded tui-tree-widget v0.23.1 |
| 1112 | 2026-05-28T12:46:38.753Z | Downloaded trait-variant v0.1.2 |
| 1113 | 2026-05-28T12:46:38.753Z | Downloaded tokio-tungstenite v0.21.0 |
| 1114 | 2026-05-28T12:46:38.756Z | Downloaded thread_local v1.1.9 |
| 1115 | 2026-05-28T12:46:38.756Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-05-28T12:46:38.759Z | Downloaded subprocess v0.2.15 |
| 1117 | 2026-05-28T12:46:38.759Z | Downloaded ryu v1.0.23 |
| 1118 | 2026-05-28T12:46:38.762Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-05-28T12:46:38.764Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-05-28T12:46:38.767Z | Downloaded itertools v0.14.0 |
| 1121 | 2026-05-28T12:46:38.770Z | Downloaded term v0.7.0 |
| 1122 | 2026-05-28T12:46:38.775Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-05-28T12:46:38.777Z | Downloaded wait-timeout v0.2.1 |
| 1124 | 2026-05-28T12:46:38.777Z | Downloaded tokio-rustls v0.26.4 |
| 1125 | 2026-05-28T12:46:38.777Z | Downloaded test-strategy v0.4.5 |
| 1126 | 2026-05-28T12:46:38.780Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-05-28T12:46:38.780Z | Downloaded void v1.0.2 |
| 1128 | 2026-05-28T12:46:38.781Z | Downloaded rand v0.8.6 |
| 1129 | 2026-05-28T12:46:38.784Z | Downloaded uzers v0.12.2 |
| 1130 | 2026-05-28T12:46:38.788Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-05-28T12:46:38.788Z | Downloaded socket2 v0.6.3 |
| 1132 | 2026-05-28T12:46:38.791Z | Downloaded thiserror-no-std v2.0.2 |
| 1133 | 2026-05-28T12:46:38.791Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1134 | 2026-05-28T12:46:38.793Z | Downloaded vergen-git2 v9.1.0 |
| 1135 | 2026-05-28T12:46:38.804Z | Downloaded tracing-attributes v0.1.31 |
| 1136 | 2026-05-28T12:46:38.810Z | Downloaded zone v0.3.1 |
| 1137 | 2026-05-28T12:46:38.815Z | Downloaded itertools v0.13.0 |
| 1138 | 2026-05-28T12:46:38.819Z | Downloaded tokio-rustls v0.24.1 |
| 1139 | 2026-05-28T12:46:38.822Z | Downloaded tokio-rustls v0.25.0 |
| 1140 | 2026-05-28T12:46:38.825Z | Downloaded num-bigint v0.4.6 |
| 1141 | 2026-05-28T12:46:38.827Z | Downloaded nom v7.1.3 |
| 1142 | 2026-05-28T12:46:38.831Z | Downloaded xshell-macros v0.2.7 |
| 1143 | 2026-05-28T12:46:38.831Z | Downloaded whoami v1.6.1 |
| 1144 | 2026-05-28T12:46:38.831Z | Downloaded usdt-impl v0.6.0 |
| 1145 | 2026-05-28T12:46:38.834Z | Downloaded zeroize_derive v1.4.3 |
| 1146 | 2026-05-28T12:46:38.834Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-05-28T12:46:38.837Z | Downloaded russh v0.45.0 |
| 1148 | 2026-05-28T12:46:38.840Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-05-28T12:46:38.840Z | Downloaded rand v0.9.2 |
| 1150 | 2026-05-28T12:46:38.842Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1151 | 2026-05-28T12:46:38.845Z | Downloaded toml v0.7.8 |
| 1152 | 2026-05-28T12:46:38.845Z | Downloaded iddqd v0.4.2 |
| 1153 | 2026-05-28T12:46:38.849Z | Downloaded xshell v0.2.7 |
| 1154 | 2026-05-28T12:46:38.852Z | Downloaded wyz v0.5.1 |
| 1155 | 2026-05-28T12:46:38.852Z | Downloaded vergen v9.1.0 |
| 1156 | 2026-05-28T12:46:38.855Z | Downloaded samael v0.0.19 |
| 1157 | 2026-05-28T12:46:38.857Z | Downloaded vergen-lib v0.1.6 |
| 1158 | 2026-05-28T12:46:38.860Z | Downloaded rustls-webpki v0.103.9 |
| 1159 | 2026-05-28T12:46:38.860Z | Downloaded vsss-rs v3.3.4 |
| 1160 | 2026-05-28T12:46:38.863Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-05-28T12:46:38.863Z | Downloaded walkdir v2.5.0 |
| 1162 | 2026-05-28T12:46:38.866Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-05-28T12:46:38.866Z | Downloaded tracing-core v0.1.36 |
| 1164 | 2026-05-28T12:46:38.868Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-05-28T12:46:38.868Z | Downloaded steno v0.4.1 |
| 1166 | 2026-05-28T12:46:38.872Z | Downloaded twox-hash v2.1.2 |
| 1167 | 2026-05-28T12:46:38.875Z | Downloaded zstd v0.13.3 |
| 1168 | 2026-05-28T12:46:38.875Z | Downloaded unicode-properties v0.1.4 |
| 1169 | 2026-05-28T12:46:38.877Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-05-28T12:46:38.895Z | Downloaded futures-util v0.3.32 |
| 1171 | 2026-05-28T12:46:38.901Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1172 | 2026-05-28T12:46:38.904Z | Downloaded zeroize v1.8.2 |
| 1173 | 2026-05-28T12:46:38.906Z | Downloaded unsafe-libyaml v0.2.11 |
| 1174 | 2026-05-28T12:46:38.907Z | Downloaded libm v0.2.16 |
| 1175 | 2026-05-28T12:46:38.911Z | Downloaded itertools v0.12.1 |
| 1176 | 2026-05-28T12:46:38.915Z | Downloaded reedline v0.40.0 |
| 1177 | 2026-05-28T12:46:38.920Z | Downloaded tar v0.4.45 |
| 1178 | 2026-05-28T12:46:38.922Z | Downloaded schemars v1.2.1 |
| 1179 | 2026-05-28T12:46:38.929Z | Downloaded vergen-gitcl v1.0.8 |
| 1180 | 2026-05-28T12:46:38.932Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2026-05-28T12:46:38.932Z | Downloaded rand v0.10.1 |
| 1182 | 2026-05-28T12:46:38.935Z | Downloaded iri-string v0.7.10 |
| 1183 | 2026-05-28T12:46:38.939Z | Downloaded snafu v0.8.9 |
| 1184 | 2026-05-28T12:46:38.942Z | Downloaded rpassword v7.4.0 |
| 1185 | 2026-05-28T12:46:38.946Z | Downloaded num-bigint-dig v0.8.6 |
| 1186 | 2026-05-28T12:46:38.948Z | Downloaded nom v8.0.0 |
| 1187 | 2026-05-28T12:46:38.951Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-28T12:46:38.954Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-05-28T12:46:38.957Z | Downloaded blake3 v1.8.3 |
| 1190 | 2026-05-28T12:46:38.962Z | Downloaded uuid v1.23.0 |
| 1191 | 2026-05-28T12:46:38.979Z | Downloaded serde_with v1.14.0 |
| 1192 | 2026-05-28T12:46:38.983Z | Downloaded vte v0.14.1 |
| 1193 | 2026-05-28T12:46:38.986Z | Downloaded typify v0.6.2 |
| 1194 | 2026-05-28T12:46:38.989Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-05-28T12:46:38.991Z | Downloaded typify v0.4.3 |
| 1196 | 2026-05-28T12:46:38.994Z | Downloaded rustyline v14.0.0 |
| 1197 | 2026-05-28T12:46:38.996Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-05-28T12:46:38.997Z | Downloaded unicode_categories v0.1.1 |
| 1199 | 2026-05-28T12:46:38.999Z | Downloaded reqwest v0.13.2 |
| 1200 | 2026-05-28T12:46:39.002Z | Downloaded bindgen v0.71.1 |
| 1201 | 2026-05-28T12:46:39.005Z | Downloaded toml_edit v0.19.15 |
| 1202 | 2026-05-28T12:46:39.016Z | Downloaded rayon v1.11.0 |
| 1203 | 2026-05-28T12:46:39.021Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-05-28T12:46:39.024Z | Downloaded tokio-postgres v0.7.16 |
| 1205 | 2026-05-28T12:46:39.026Z | Downloaded p521 v0.13.3 |
| 1206 | 2026-05-28T12:46:39.041Z | Downloaded lalrpop v0.19.12 |
| 1207 | 2026-05-28T12:46:39.051Z | Downloaded yansi v1.0.1 |
| 1208 | 2026-05-28T12:46:39.055Z | Downloaded portable-atomic v1.13.1 |
| 1209 | 2026-05-28T12:46:39.057Z | Downloaded zip v0.6.6 |
| 1210 | 2026-05-28T12:46:39.060Z | Downloaded rustls-webpki v0.101.7 |
| 1211 | 2026-05-28T12:46:39.068Z | Downloaded goblin v0.10.5 |
| 1212 | 2026-05-28T12:46:39.076Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-05-28T12:46:39.080Z | Downloaded regex v1.12.3 |
| 1214 | 2026-05-28T12:46:39.083Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-05-28T12:46:39.086Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-05-28T12:46:39.090Z | Downloaded ssh-key v0.6.7 |
| 1217 | 2026-05-28T12:46:39.094Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-05-28T12:46:39.097Z | Downloaded chrono v0.4.44 |
| 1219 | 2026-05-28T12:46:39.102Z | Downloaded tower v0.5.3 |
| 1220 | 2026-05-28T12:46:39.107Z | Downloaded moka v0.12.13 |
| 1221 | 2026-05-28T12:46:39.112Z | Downloaded aws-lc-rs v1.16.3 |
| 1222 | 2026-05-28T12:46:39.117Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-05-28T12:46:39.121Z | Downloaded petname v2.0.2 |
| 1224 | 2026-05-28T12:46:39.124Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-05-28T12:46:39.132Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-05-28T12:46:39.138Z | Downloaded rustls-webpki v0.102.8 |
| 1227 | 2026-05-28T12:46:39.149Z | Downloaded zip v4.6.1 |
| 1228 | 2026-05-28T12:46:39.152Z | Downloaded unicode-segmentation v1.12.0 |
| 1229 | 2026-05-28T12:46:39.155Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-05-28T12:46:39.157Z | Downloaded curve25519-dalek v4.1.3 |
| 1231 | 2026-05-28T12:46:39.161Z | Downloaded tower-http v0.6.8 |
| 1232 | 2026-05-28T12:46:39.166Z | Downloaded salty v0.3.0 |
| 1233 | 2026-05-28T12:46:39.170Z | Downloaded tokio-util v0.7.18 |
| 1234 | 2026-05-28T12:46:39.175Z | Downloaded git2 v0.20.4 |
| 1235 | 2026-05-28T12:46:39.181Z | Downloaded proptest v1.10.0 |
| 1236 | 2026-05-28T12:46:39.186Z | Downloaded object v0.30.4 |
| 1237 | 2026-05-28T12:46:39.196Z | Downloaded tough v0.22.0 |
| 1238 | 2026-05-28T12:46:39.203Z | Downloaded serde_with v3.17.0 |
| 1239 | 2026-05-28T12:46:39.219Z | Downloaded quinn-proto v0.11.13 |
| 1240 | 2026-05-28T12:46:39.223Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-05-28T12:46:39.229Z | Downloaded winnow v0.6.26 |
| 1242 | 2026-05-28T12:46:39.233Z | Downloaded nix v0.27.1 |
| 1243 | 2026-05-28T12:46:39.255Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-05-28T12:46:39.268Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-05-28T12:46:39.275Z | Downloaded nix v0.28.0 |
| 1246 | 2026-05-28T12:46:39.292Z | Downloaded winnow v1.0.3 |
| 1247 | 2026-05-28T12:46:39.298Z | Downloaded tabled v0.20.0 |
| 1248 | 2026-05-28T12:46:39.307Z | Downloaded time v0.3.47 |
| 1249 | 2026-05-28T12:46:39.315Z | Downloaded smoltcp v0.9.1 |
| 1250 | 2026-05-28T12:46:39.321Z | Downloaded dropshot v0.17.0 |
| 1251 | 2026-05-28T12:46:39.334Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-05-28T12:46:39.338Z | Downloaded object v0.37.3 |
| 1253 | 2026-05-28T12:46:39.343Z | Downloaded vcpkg v0.2.15 |
| 1254 | 2026-05-28T12:46:39.366Z | Downloaded nix v0.31.2 |
| 1255 | 2026-05-28T12:46:39.373Z | Downloaded hickory-proto v0.24.4 |
| 1256 | 2026-05-28T12:46:39.382Z | Downloaded webpki-roots v1.0.6 |
| 1257 | 2026-05-28T12:46:39.384Z | Downloaded smoltcp v0.11.0 |
| 1258 | 2026-05-28T12:46:39.391Z | Downloaded openapiv3 v2.2.0 |
| 1259 | 2026-05-28T12:46:39.397Z | Downloaded regress v0.11.1 |
| 1260 | 2026-05-28T12:46:39.403Z | Downloaded zerocopy v0.8.40 |
| 1261 | 2026-05-28T12:46:39.408Z | Downloaded regex-syntax v0.8.10 |
| 1262 | 2026-05-28T12:46:39.412Z | Downloaded hickory-proto v0.25.2 |
| 1263 | 2026-05-28T12:46:39.421Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-05-28T12:46:39.434Z | Downloaded rustls v0.23.37 |
| 1265 | 2026-05-28T12:46:39.441Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-28T12:46:39.453Z | Downloaded regress v0.10.5 |
| 1267 | 2026-05-28T12:46:39.459Z | Downloaded rustls v0.22.4 |
| 1268 | 2026-05-28T12:46:39.466Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-05-28T12:46:39.471Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-28T12:46:39.477Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-05-28T12:46:39.483Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-05-28T12:46:39.487Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-05-28T12:46:39.525Z | Downloaded tracing v0.1.44 |
| 1274 | 2026-05-28T12:46:39.538Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-05-28T12:46:39.546Z | Downloaded typify-impl v0.4.3 |
| 1276 | 2026-05-28T12:46:39.556Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-05-28T12:46:39.567Z | Downloaded sled v0.34.7 |
| 1278 | 2026-05-28T12:46:39.573Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1279 | 2026-05-28T12:46:39.586Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-05-28T12:46:39.594Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-05-28T12:46:39.614Z | Downloaded chrono-tz v0.10.4 |
| 1282 | 2026-05-28T12:46:39.626Z | Downloaded petgraph v0.6.5 |
| 1283 | 2026-05-28T12:46:39.647Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-05-28T12:46:39.661Z | Downloaded jiff v0.2.21 |
| 1285 | 2026-05-28T12:46:39.672Z | Downloaded libz-sys v1.1.24 |
| 1286 | 2026-05-28T12:46:39.684Z | Downloaded csv v1.4.0 |
| 1287 | 2026-05-28T12:46:39.696Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-05-28T12:46:39.699Z | Downloaded tokio v1.52.1 |
| 1289 | 2026-05-28T12:46:39.722Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1290 | 2026-05-28T12:46:39.781Z | Downloaded encoding_rs v0.8.35 |
| 1291 | 2026-05-28T12:46:39.795Z | Downloaded ring v0.17.14 |
| 1292 | 2026-05-28T12:46:39.862Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1293 | 2026-05-28T12:46:40.433Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-05-28T12:46:40.685Z | Compiling libc v0.2.185 |
| 1295 | 2026-05-28T12:46:40.685Z | Compiling serde v1.0.228 |
| 1296 | 2026-05-28T12:46:40.685Z | Compiling log v0.4.29 |
| 1297 | 2026-05-28T12:46:40.685Z | Compiling shlex v1.3.0 |
| 1298 | 2026-05-28T12:46:40.686Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-05-28T12:46:40.689Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-05-28T12:46:40.689Z | Compiling typenum v1.19.0 |
| 1301 | 2026-05-28T12:46:40.689Z | Compiling subtle v2.6.1 |
| 1302 | 2026-05-28T12:46:40.689Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-05-28T12:46:40.689Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-05-28T12:46:40.689Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-05-28T12:46:40.863Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-05-28T12:46:40.898Z | Compiling syn v2.0.117 |
| 1307 | 2026-05-28T12:46:40.911Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-05-28T12:46:40.913Z | Compiling parking_lot_core v0.9.12 |
| 1309 | 2026-05-28T12:46:40.962Z | Compiling pin-project-lite v0.2.17 |
| 1310 | 2026-05-28T12:46:41.018Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-05-28T12:46:41.043Z | Compiling portable-atomic v1.13.1 |
| 1312 | 2026-05-28T12:46:41.060Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-05-28T12:46:41.110Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-05-28T12:46:41.127Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-05-28T12:46:41.130Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-05-28T12:46:41.142Z | Compiling libm v0.2.16 |
| 1317 | 2026-05-28T12:46:41.199Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-05-28T12:46:41.259Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-05-28T12:46:41.274Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-05-28T12:46:41.288Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-28T12:46:41.288Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-05-28T12:46:41.327Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-05-28T12:46:41.379Z | Compiling futures-channel v0.3.32 |
| 1324 | 2026-05-28T12:46:41.395Z | Compiling futures-task v0.3.32 |
| 1325 | 2026-05-28T12:46:41.411Z | Compiling slab v0.4.12 |
| 1326 | 2026-05-28T12:46:41.464Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-05-28T12:46:41.482Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-05-28T12:46:41.502Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-05-28T12:46:41.588Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-05-28T12:46:41.607Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-05-28T12:46:41.641Z | Compiling dunce v1.0.5 |
| 1332 | 2026-05-28T12:46:41.655Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-05-28T12:46:41.671Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-05-28T12:46:41.700Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-05-28T12:46:41.713Z | Compiling flagset v0.4.7 |
| 1336 | 2026-05-28T12:46:41.758Z | Compiling regex-syntax v0.8.10 |
| 1337 | 2026-05-28T12:46:41.788Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-28T12:46:41.804Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-28T12:46:41.837Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-28T12:46:41.879Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-28T12:46:41.883Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-28T12:46:41.952Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-05-28T12:46:41.983Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-28T12:46:42.019Z | Compiling cc v1.2.56 |
| 1345 | 2026-05-28T12:46:42.104Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-05-28T12:46:42.163Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-05-28T12:46:42.179Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-05-28T12:46:42.211Z | Compiling iana-time-zone v0.1.65 |
| 1349 | 2026-05-28T12:46:42.248Z | Compiling rustix v1.1.3 |
| 1350 | 2026-05-28T12:46:42.273Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-05-28T12:46:42.288Z | Compiling aws-lc-rs v1.16.3 |
| 1352 | 2026-05-28T12:46:42.393Z | Compiling tracing-core v0.1.36 |
| 1353 | 2026-05-28T12:46:42.396Z | Compiling uuid v1.23.0 |
| 1354 | 2026-05-28T12:46:42.423Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-05-28T12:46:42.438Z | Compiling base64 v0.22.1 |
| 1356 | 2026-05-28T12:46:42.503Z | Compiling untrusted v0.7.1 |
| 1357 | 2026-05-28T12:46:42.518Z | Compiling untrusted v0.9.0 |
| 1358 | 2026-05-28T12:46:42.608Z | Compiling rand_core v0.9.5 |
| 1359 | 2026-05-28T12:46:42.624Z | Compiling tinyvec_macros v0.1.1 |
| 1360 | 2026-05-28T12:46:42.654Z | Compiling openssl-probe v0.2.1 |
| 1361 | 2026-05-28T12:46:42.665Z | Compiling httparse v1.10.1 |
| 1362 | 2026-05-28T12:46:42.704Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-05-28T12:46:42.720Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-05-28T12:46:42.782Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-28T12:46:42.861Z | Compiling tower-service v0.3.3 |
| 1366 | 2026-05-28T12:46:42.884Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-05-28T12:46:42.911Z | Compiling try-lock v0.2.5 |
| 1368 | 2026-05-28T12:46:42.981Z | Compiling schemars v0.8.22 |
| 1369 | 2026-05-28T12:46:42.983Z | Compiling tower-layer v0.3.3 |
| 1370 | 2026-05-28T12:46:43.027Z | Compiling rustls v0.23.37 |
| 1371 | 2026-05-28T12:46:43.043Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2026-05-28T12:46:43.058Z | Compiling want v0.3.1 |
| 1373 | 2026-05-28T12:46:43.074Z | Compiling foreign-types-shared v0.1.1 |
| 1374 | 2026-05-28T12:46:43.091Z | Compiling httpdate v1.0.3 |
| 1375 | 2026-05-28T12:46:43.159Z | Compiling pin-utils v0.1.0 |
| 1376 | 2026-05-28T12:46:43.192Z | Compiling openssl v0.10.79 |
| 1377 | 2026-05-28T12:46:43.196Z | Compiling foreign-types v0.3.2 |
| 1378 | 2026-05-28T12:46:43.196Z | Compiling unicode-normalization v0.1.25 |
| 1379 | 2026-05-28T12:46:43.239Z | Compiling socket2 v0.5.10 |
| 1380 | 2026-05-28T12:46:43.242Z | Compiling spin v0.9.8 |
| 1381 | 2026-05-28T12:46:43.286Z | Compiling powerfmt v0.2.0 |
| 1382 | 2026-05-28T12:46:43.289Z | Compiling time-core v0.1.8 |
| 1383 | 2026-05-28T12:46:43.300Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-05-28T12:46:43.329Z | Compiling native-tls v0.2.18 |
| 1385 | 2026-05-28T12:46:43.344Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-05-28T12:46:43.348Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-05-28T12:46:43.492Z | Compiling deranged v0.5.8 |
| 1388 | 2026-05-28T12:46:43.511Z | Compiling sync_wrapper v1.0.2 |
| 1389 | 2026-05-28T12:46:43.539Z | Compiling time-macros v0.2.27 |
| 1390 | 2026-05-28T12:46:43.553Z | Compiling unicode-segmentation v1.12.0 |
| 1391 | 2026-05-28T12:46:43.557Z | Compiling quick-error v1.2.3 |
| 1392 | 2026-05-28T12:46:43.582Z | Compiling usdt-impl v0.6.0 |
| 1393 | 2026-05-28T12:46:43.600Z | Compiling crossbeam-utils v0.8.21 |
| 1394 | 2026-05-28T12:46:43.633Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-05-28T12:46:43.690Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-28T12:46:43.704Z | Compiling siphasher v1.0.2 |
| 1397 | 2026-05-28T12:46:43.720Z | Compiling num_threads v0.1.7 |
| 1398 | 2026-05-28T12:46:43.736Z | Compiling bit-vec v0.8.0 |
| 1399 | 2026-05-28T12:46:43.752Z | Compiling syn v1.0.109 |
| 1400 | 2026-05-28T12:46:43.755Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-05-28T12:46:43.813Z | Compiling ring v0.17.14 |
| 1402 | 2026-05-28T12:46:43.837Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-05-28T12:46:43.913Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-05-28T12:46:43.928Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-05-28T12:46:43.964Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-05-28T12:46:43.980Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-05-28T12:46:43.996Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-05-28T12:46:44.099Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-05-28T12:46:44.223Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-05-28T12:46:44.359Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-05-28T12:46:44.414Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-05-28T12:46:44.570Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-05-28T12:46:44.605Z | Compiling slog v2.8.2 |
| 1414 | 2026-05-28T12:46:44.641Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-05-28T12:46:44.680Z | Compiling heapless v0.7.17 |
| 1416 | 2026-05-28T12:46:44.700Z | Compiling time v0.3.47 |
| 1417 | 2026-05-28T12:46:44.808Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-05-28T12:46:44.828Z | Compiling cookie v0.18.1 |
| 1419 | 2026-05-28T12:46:44.847Z | Compiling paste v1.0.15 |
| 1420 | 2026-05-28T12:46:44.850Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-05-28T12:46:44.907Z | Compiling iri-string v0.7.10 |
| 1422 | 2026-05-28T12:46:44.928Z | Compiling unicode-bidi v0.3.18 |
| 1423 | 2026-05-28T12:46:44.992Z | Compiling anyhow v1.0.102 |
| 1424 | 2026-05-28T12:46:45.014Z | Compiling ryu v1.0.23 |
| 1425 | 2026-05-28T12:46:45.070Z | Compiling allocator-api2 v0.2.21 |
| 1426 | 2026-05-28T12:46:45.094Z | Compiling unicode-properties v0.1.4 |
| 1427 | 2026-05-28T12:46:45.178Z | Compiling zstd-safe v7.2.4 |
| 1428 | 2026-05-28T12:46:45.230Z | Compiling unarray v0.1.4 |
| 1429 | 2026-05-28T12:46:45.272Z | Compiling adler2 v2.0.1 |
| 1430 | 2026-05-28T12:46:45.338Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-05-28T12:46:45.404Z | Compiling miniz_oxide v0.8.9 |
| 1432 | 2026-05-28T12:46:45.547Z | Compiling heck v0.4.1 |
| 1433 | 2026-05-28T12:46:45.600Z | Compiling num-integer v0.1.46 |
| 1434 | 2026-05-28T12:46:45.803Z | Compiling vergen-lib v9.1.0 |
| 1435 | 2026-05-28T12:46:45.845Z | Compiling curve25519-dalek v4.1.3 |
| 1436 | 2026-05-28T12:46:45.879Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-05-28T12:46:45.952Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-05-28T12:46:46.010Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-05-28T12:46:46.067Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-05-28T12:46:46.083Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-05-28T12:46:46.219Z | Compiling zerocopy-derive v0.8.40 |
| 1442 | 2026-05-28T12:46:46.241Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-05-28T12:46:46.444Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-05-28T12:46:46.567Z | Compiling futures-macro v0.3.32 |
| 1445 | 2026-05-28T12:46:46.636Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-05-28T12:46:46.668Z | Compiling zeroize v1.8.2 |
| 1447 | 2026-05-28T12:46:47.056Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-05-28T12:46:47.112Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-05-28T12:46:47.248Z | Compiling tracing-attributes v0.1.31 |
| 1450 | 2026-05-28T12:46:47.299Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-05-28T12:46:47.320Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-05-28T12:46:47.419Z | Compiling crypto-common v0.1.7 |
| 1453 | 2026-05-28T12:46:47.476Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-05-28T12:46:47.505Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-05-28T12:46:47.528Z | Compiling futures-util v0.3.32 |
| 1456 | 2026-05-28T12:46:47.589Z | Compiling block-padding v0.3.3 |
| 1457 | 2026-05-28T12:46:47.644Z | Compiling yoke v0.8.1 |
| 1458 | 2026-05-28T12:46:47.657Z | Compiling digest v0.10.7 |
| 1459 | 2026-05-28T12:46:47.672Z | Compiling der v0.7.10 |
| 1460 | 2026-05-28T12:46:47.779Z | Compiling inout v0.1.4 |
| 1461 | 2026-05-28T12:46:47.813Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2026-05-28T12:46:47.906Z | Compiling zerovec v0.11.5 |
| 1463 | 2026-05-28T12:46:47.974Z | Compiling zerotrie v0.2.3 |
| 1464 | 2026-05-28T12:46:48.008Z | Compiling hmac v0.12.1 |
| 1465 | 2026-05-28T12:46:48.120Z | Compiling cipher v0.4.4 |
| 1466 | 2026-05-28T12:46:48.192Z | Compiling sha2 v0.10.9 |
| 1467 | 2026-05-28T12:46:48.217Z | Compiling pbkdf2 v0.12.2 |
| 1468 | 2026-05-28T12:46:48.307Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-28T12:46:48.359Z | Compiling salsa20 v0.10.2 |
| 1470 | 2026-05-28T12:46:48.414Z | Compiling tinystr v0.8.2 |
| 1471 | 2026-05-28T12:46:48.470Z | Compiling potential_utf v0.1.4 |
| 1472 | 2026-05-28T12:46:48.540Z | Compiling scrypt v0.11.0 |
| 1473 | 2026-05-28T12:46:48.626Z | Compiling icu_locale_core v2.1.1 |
| 1474 | 2026-05-28T12:46:48.642Z | Compiling icu_collections v2.1.1 |
| 1475 | 2026-05-28T12:46:48.661Z | Compiling spki v0.7.3 |
| 1476 | 2026-05-28T12:46:48.676Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-05-28T12:46:48.714Z | Compiling tracing v0.1.44 |
| 1478 | 2026-05-28T12:46:48.802Z | Compiling aes v0.8.4 |
| 1479 | 2026-05-28T12:46:48.827Z | Compiling cbc v0.1.2 |
| 1480 | 2026-05-28T12:46:48.898Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-28T12:46:49.017Z | Compiling openssl-macros v0.1.1 |
| 1482 | 2026-05-28T12:46:49.034Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-28T12:46:49.038Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-28T12:46:49.171Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-05-28T12:46:49.192Z | Compiling signature v2.2.0 |
| 1486 | 2026-05-28T12:46:49.369Z | Compiling icu_provider v2.1.1 |
| 1487 | 2026-05-28T12:46:49.404Z | Compiling pkcs5 v0.7.1 |
| 1488 | 2026-05-28T12:46:49.431Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-28T12:46:49.528Z | Compiling bytes v1.11.1 |
| 1490 | 2026-05-28T12:46:49.557Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-28T12:46:49.574Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-28T12:46:49.644Z | Compiling icu_normalizer v2.1.1 |
| 1493 | 2026-05-28T12:46:49.689Z | Compiling icu_properties v2.1.2 |
| 1494 | 2026-05-28T12:46:49.704Z | Compiling derive_builder_core v0.20.2 |
| 1495 | 2026-05-28T12:46:49.931Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-05-28T12:46:49.947Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-28T12:46:49.983Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-05-28T12:46:50.004Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-05-28T12:46:50.033Z | Compiling tokio v1.52.1 |
| 1500 | 2026-05-28T12:46:50.121Z | Compiling http v1.4.0 |
| 1501 | 2026-05-28T12:46:50.184Z | Compiling serde_tokenstream v0.2.3 |
| 1502 | 2026-05-28T12:46:50.231Z | Compiling toml_datetime v0.6.11 |
| 1503 | 2026-05-28T12:46:50.272Z | Compiling serde_spanned v0.6.9 |
| 1504 | 2026-05-28T12:46:50.436Z | Compiling erased-serde v0.3.31 |
| 1505 | 2026-05-28T12:46:50.515Z | Compiling serde_urlencoded v0.7.1 |
| 1506 | 2026-05-28T12:46:50.530Z | Compiling md-5 v0.10.6 |
| 1507 | 2026-05-28T12:46:50.628Z | Compiling idna_adapter v1.2.1 |
| 1508 | 2026-05-28T12:46:50.694Z | Compiling scroll v0.12.0 |
| 1509 | 2026-05-28T12:46:50.710Z | Compiling derive_builder_macro v0.20.2 |
| 1510 | 2026-05-28T12:46:50.778Z | Compiling idna v1.1.0 |
| 1511 | 2026-05-28T12:46:50.793Z | Compiling ppv-lite86 v0.2.21 |
| 1512 | 2026-05-28T12:46:50.844Z | Compiling http-body v1.0.1 |
| 1513 | 2026-05-28T12:46:50.860Z | Compiling darling_macro v0.21.3 |
| 1514 | 2026-05-28T12:46:50.945Z | Compiling bstr v1.12.1 |
| 1515 | 2026-05-28T12:46:50.961Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-28T12:46:50.984Z | Compiling http-body-util v0.1.3 |
| 1517 | 2026-05-28T12:46:51.006Z | Compiling zerocopy-derive v0.7.35 |
| 1518 | 2026-05-28T12:46:51.022Z | Compiling async-trait v0.1.89 |
| 1519 | 2026-05-28T12:46:51.073Z | Compiling url v2.5.8 |
| 1520 | 2026-05-28T12:46:51.138Z | Compiling rand_chacha v0.9.0 |
| 1521 | 2026-05-28T12:46:51.216Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-05-28T12:46:51.248Z | Compiling ff v0.13.1 |
| 1523 | 2026-05-28T12:46:51.329Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-05-28T12:46:51.381Z | Compiling rand v0.9.2 |
| 1525 | 2026-05-28T12:46:51.405Z | Compiling hash32 v0.2.1 |
| 1526 | 2026-05-28T12:46:51.447Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-05-28T12:46:51.465Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-05-28T12:46:51.627Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-28T12:46:51.659Z | Compiling rustix v0.38.44 |
| 1530 | 2026-05-28T12:46:51.713Z | Compiling psl-types v2.0.11 |
| 1531 | 2026-05-28T12:46:51.853Z | Compiling dof v0.4.0 |
| 1532 | 2026-05-28T12:46:51.914Z | Compiling zlib-rs v0.6.2 |
| 1533 | 2026-05-28T12:46:51.930Z | Compiling litrs v1.0.0 |
| 1534 | 2026-05-28T12:46:52.036Z | Compiling proptest v1.10.0 |
| 1535 | 2026-05-28T12:46:52.052Z | Compiling num-bigint-dig v0.8.6 |
| 1536 | 2026-05-28T12:46:52.097Z | Compiling mime v0.3.17 |
| 1537 | 2026-05-28T12:46:52.121Z | Compiling base16ct v0.2.0 |
| 1538 | 2026-05-28T12:46:52.221Z | Compiling ref-cast v1.0.25 |
| 1539 | 2026-05-28T12:46:52.255Z | Compiling smoltcp v0.9.1 |
| 1540 | 2026-05-28T12:46:52.269Z | Compiling fallible-iterator v0.2.0 |
| 1541 | 2026-05-28T12:46:52.371Z | Compiling sec1 v0.7.3 |
| 1542 | 2026-05-28T12:46:52.385Z | Compiling pin-project v1.1.11 |
| 1543 | 2026-05-28T12:46:52.450Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-05-28T12:46:52.499Z | Compiling document-features v0.2.12 |
| 1545 | 2026-05-28T12:46:52.553Z | Compiling zerocopy v0.7.35 |
| 1546 | 2026-05-28T12:46:52.644Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-05-28T12:46:52.659Z | Compiling publicsuffix v2.3.0 |
| 1548 | 2026-05-28T12:46:52.661Z | Compiling nix v0.31.2 |
| 1549 | 2026-05-28T12:46:52.688Z | Compiling oxnet v0.1.5 |
| 1550 | 2026-05-28T12:46:52.951Z | Compiling rand v0.8.6 |
| 1551 | 2026-05-28T12:46:53.023Z | Compiling darling v0.21.3 |
| 1552 | 2026-05-28T12:46:53.036Z | Compiling group v0.13.0 |
| 1553 | 2026-05-28T12:46:53.082Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-05-28T12:46:53.101Z | Compiling goblin v0.8.2 |
| 1555 | 2026-05-28T12:46:53.164Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-05-28T12:46:53.181Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-05-28T12:46:53.185Z | Compiling hex v0.4.3 |
| 1558 | 2026-05-28T12:46:53.228Z | Compiling hkdf v0.12.4 |
| 1559 | 2026-05-28T12:46:53.244Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2026-05-28T12:46:53.368Z | Compiling regex v1.12.3 |
| 1561 | 2026-05-28T12:46:53.421Z | Compiling strum_macros v0.27.2 |
| 1562 | 2026-05-28T12:46:53.451Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-05-28T12:46:53.455Z | Compiling snafu-derive v0.8.9 |
| 1564 | 2026-05-28T12:46:53.468Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-05-28T12:46:53.499Z | Compiling daft-derive v0.1.7 |
| 1566 | 2026-05-28T12:46:53.534Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-05-28T12:46:53.823Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-05-28T12:46:53.841Z | Compiling tower v0.5.3 |
| 1569 | 2026-05-28T12:46:53.940Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-05-28T12:46:54.035Z | Compiling terminal_size v0.4.3 |
| 1571 | 2026-05-28T12:46:54.050Z | Compiling phf_shared v0.13.1 |
| 1572 | 2026-05-28T12:46:54.137Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-05-28T12:46:54.178Z | Compiling anstyle-parse v0.2.7 |
| 1574 | 2026-05-28T12:46:54.200Z | Compiling vergen v9.1.0 |
| 1575 | 2026-05-28T12:46:54.251Z | Compiling cargo-platform v0.3.2 |
| 1576 | 2026-05-28T12:46:54.273Z | Compiling tower-http v0.6.8 |
| 1577 | 2026-05-28T12:46:54.313Z | Compiling fs-err v3.3.0 |
| 1578 | 2026-05-28T12:46:54.356Z | Compiling ahash v0.8.12 |
| 1579 | 2026-05-28T12:46:54.386Z | Compiling managed v0.8.0 |
| 1580 | 2026-05-28T12:46:54.404Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-05-28T12:46:54.533Z | Compiling h2 v0.4.13 |
| 1582 | 2026-05-28T12:46:54.549Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-05-28T12:46:54.552Z | Compiling bitflags v1.3.2 |
| 1584 | 2026-05-28T12:46:54.585Z | Compiling libbz2-rs-sys v0.2.2 |
| 1585 | 2026-05-28T12:46:54.600Z | Compiling bumpalo v3.20.2 |
| 1586 | 2026-05-28T12:46:54.626Z | Compiling object v0.37.3 |
| 1587 | 2026-05-28T12:46:54.652Z | Compiling winnow v0.5.40 |
| 1588 | 2026-05-28T12:46:54.699Z | Compiling same-file v1.0.6 |
| 1589 | 2026-05-28T12:46:54.882Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-05-28T12:46:54.897Z | Compiling foldhash v0.2.0 |
| 1591 | 2026-05-28T12:46:54.913Z | Compiling walkdir v2.5.0 |
| 1592 | 2026-05-28T12:46:54.930Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-05-28T12:46:54.986Z | Compiling daft v0.1.7 |
| 1594 | 2026-05-28T12:46:55.147Z | Compiling hashbrown v0.16.1 |
| 1595 | 2026-05-28T12:46:55.263Z | Compiling bzip2 v0.6.1 |
| 1596 | 2026-05-28T12:46:55.333Z | Compiling hashbrown v0.15.5 |
| 1597 | 2026-05-28T12:46:55.363Z | Compiling cargo_metadata v0.23.1 |
| 1598 | 2026-05-28T12:46:55.458Z | Compiling dof v0.3.0 |
| 1599 | 2026-05-28T12:46:55.474Z | Compiling clap_builder v4.6.0 |
| 1600 | 2026-05-28T12:46:55.491Z | Compiling snafu v0.8.9 |
| 1601 | 2026-05-28T12:46:55.524Z | Compiling strum v0.27.2 |
| 1602 | 2026-05-28T12:46:55.541Z | Compiling anstream v0.6.21 |
| 1603 | 2026-05-28T12:46:55.669Z | Compiling phf v0.13.1 |
| 1604 | 2026-05-28T12:46:55.685Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-05-28T12:46:55.903Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-05-28T12:46:55.928Z | Compiling hubpack v0.1.2 |
| 1607 | 2026-05-28T12:46:55.994Z | Compiling toml_edit v0.19.15 |
| 1608 | 2026-05-28T12:46:56.039Z | Compiling cookie_store v0.22.1 |
| 1609 | 2026-05-28T12:46:56.110Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-05-28T12:46:56.127Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-05-28T12:46:56.141Z | Compiling bzip2 v0.4.4 |
| 1612 | 2026-05-28T12:46:56.172Z | Compiling futures v0.3.32 |
| 1613 | 2026-05-28T12:46:56.220Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-05-28T12:46:56.284Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-05-28T12:46:56.404Z | Compiling zstd v0.13.3 |
| 1616 | 2026-05-28T12:46:56.689Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-05-28T12:46:56.725Z | Compiling globset v0.4.18 |
| 1618 | 2026-05-28T12:46:56.741Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-05-28T12:46:56.763Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-05-28T12:46:56.871Z | Compiling olpc-cjson v0.1.4 |
| 1621 | 2026-05-28T12:46:56.917Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-05-28T12:46:56.983Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-05-28T12:46:57.056Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-05-28T12:46:57.089Z | Compiling strum_macros v0.26.4 |
| 1625 | 2026-05-28T12:46:57.191Z | Compiling enum-as-inner v0.6.1 |
| 1626 | 2026-05-28T12:46:57.207Z | Compiling clap_derive v4.6.1 |
| 1627 | 2026-05-28T12:46:57.211Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-05-28T12:46:57.401Z | Compiling async-recursion v1.1.1 |
| 1629 | 2026-05-28T12:46:57.440Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-05-28T12:46:57.480Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-05-28T12:46:57.503Z | Compiling pem v3.0.6 |
| 1632 | 2026-05-28T12:46:57.648Z | Compiling hyper v1.8.1 |
| 1633 | 2026-05-28T12:46:57.663Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-05-28T12:46:57.680Z | Compiling thread-id v4.2.2 |
| 1635 | 2026-05-28T12:46:57.740Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-05-28T12:46:57.786Z | Compiling predicates-core v1.0.10 |
| 1637 | 2026-05-28T12:46:57.845Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-05-28T12:46:57.917Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-05-28T12:46:57.933Z | Compiling static_assertions v1.1.0 |
| 1640 | 2026-05-28T12:46:58.026Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-05-28T12:46:58.040Z | Compiling new_debug_unreachable v1.0.6 |
| 1642 | 2026-05-28T12:46:58.117Z | Compiling difflib v0.4.0 |
| 1643 | 2026-05-28T12:46:58.134Z | Compiling precomputed-hash v0.1.1 |
| 1644 | 2026-05-28T12:46:58.137Z | Compiling normalize-line-endings v0.3.0 |
| 1645 | 2026-05-28T12:46:58.189Z | Compiling keccak v0.1.6 |
| 1646 | 2026-05-28T12:46:58.248Z | Compiling jiff v0.2.21 |
| 1647 | 2026-05-28T12:46:58.263Z | Compiling typed-path v0.9.3 |
| 1648 | 2026-05-28T12:46:58.277Z | Compiling whoami v2.1.0 |
| 1649 | 2026-05-28T12:46:58.541Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-05-28T12:46:58.659Z | Compiling sha3 v0.10.8 |
| 1651 | 2026-05-28T12:46:58.675Z | Compiling predicates v3.1.4 |
| 1652 | 2026-05-28T12:46:58.696Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-05-28T12:46:58.721Z | Compiling string_cache v0.8.9 |
| 1654 | 2026-05-28T12:46:58.742Z | Compiling petgraph v0.6.5 |
| 1655 | 2026-05-28T12:46:58.952Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-05-28T12:46:58.981Z | Compiling petgraph v0.8.3 |
| 1657 | 2026-05-28T12:46:59.007Z | Compiling strum v0.26.3 |
| 1658 | 2026-05-28T12:46:59.060Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1659 | 2026-05-28T12:46:59.148Z | Compiling env_logger v0.11.9 |
| 1660 | 2026-05-28T12:46:59.164Z | Compiling usdt v0.6.0 |
| 1661 | 2026-05-28T12:46:59.178Z | Compiling clap v4.6.1 |
| 1662 | 2026-05-28T12:46:59.279Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-05-28T12:46:59.374Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-05-28T12:46:59.406Z | Compiling serde_with v3.17.0 |
| 1665 | 2026-05-28T12:46:59.456Z | Compiling toml v0.7.8 |
| 1666 | 2026-05-28T12:46:59.537Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-05-28T12:46:59.558Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-05-28T12:46:59.980Z | Compiling rsa v0.9.10 |
| 1669 | 2026-05-28T12:47:00.002Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-05-28T12:47:00.283Z | Compiling zip v0.6.6 |
| 1671 | 2026-05-28T12:47:00.686Z | Compiling hyper-tls v0.6.0 |
| 1672 | 2026-05-28T12:47:00.839Z | Compiling iddqd v0.4.2 |
| 1673 | 2026-05-28T12:47:00.901Z | Compiling zip v4.6.1 |
| 1674 | 2026-05-28T12:47:01.145Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-05-28T12:47:01.187Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-05-28T12:47:01.210Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-28T12:47:01.314Z | Compiling similar v2.7.0 |
| 1678 | 2026-05-28T12:47:01.508Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-05-28T12:47:01.572Z | Compiling openapiv3 v2.2.0 |
| 1680 | 2026-05-28T12:47:01.641Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-05-28T12:47:01.661Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-05-28T12:47:01.831Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-05-28T12:47:01.846Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-28T12:47:01.906Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-05-28T12:47:01.924Z | Compiling either v1.15.0 |
| 1686 | 2026-05-28T12:47:01.939Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-05-28T12:47:02.043Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-05-28T12:47:02.061Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-05-28T12:47:02.147Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-05-28T12:47:02.187Z | Compiling filetime v0.2.27 |
| 1691 | 2026-05-28T12:47:02.208Z | Compiling take_mut v0.2.2 |
| 1692 | 2026-05-28T12:47:02.211Z | Compiling term v1.2.1 |
| 1693 | 2026-05-28T12:47:02.211Z | Compiling xattr v1.6.1 |
| 1694 | 2026-05-28T12:47:02.380Z | Compiling tar v0.4.45 |
| 1695 | 2026-05-28T12:47:02.546Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-05-28T12:47:20.128Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-05-28T12:47:22.952Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-05-28T12:47:22.952Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-05-28T12:47:23.151Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-05-28T12:47:23.352Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-05-28T12:47:23.352Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-05-28T12:47:24.581Z | Compiling tough v0.22.0 |
| 1703 | 2026-05-28T12:47:27.121Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-05-28T12:47:27.363Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-05-28T12:47:30.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.14s |
| 1706 | 2026-05-28T12:47:30.448Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: Clickhouse |
| 1708 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: Cockroach |
| 1709 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: Console |
| 1710 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: DendriteStub |
| 1711 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-05-28T12:47:30.506Z | May 28 12:47:29.950 INFO Starting download, target: MaghemiteDdmd |
| 1713 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.950 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1718 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1719 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1720 | 2026-05-28T12:47:30.510Z | May 28 12:47:29.951 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-05-28T12:47:31.638Z | May 28 12:47:31.046 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1722 | 2026-05-28T12:47:31.681Z | May 28 12:47:31.071 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1723 | 2026-05-28T12:47:31.863Z | May 28 12:47:31.287 INFO Download complete, target: TransceiverControl |
| 1724 | 2026-05-28T12:47:31.887Z | May 28 12:47:31.293 INFO Download complete, target: Console |
| 1725 | 2026-05-28T12:47:32.223Z | May 28 12:47:31.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1726 | 2026-05-28T12:47:32.720Z | May 28 12:47:32.160 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1727 | 2026-05-28T12:47:32.949Z | May 28 12:47:32.393 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-05-28T12:47:33.007Z | May 28 12:47:32.444 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-05-28T12:47:33.276Z | May 28 12:47:32.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2026-05-28T12:47:33.276Z | May 28 12:47:32.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2026-05-28T12:47:35.024Z | May 28 12:47:34.452 INFO Download complete, target: MaghemiteDdmd |
| 1732 | 2026-05-28T12:47:35.198Z | May 28 12:47:34.611 INFO Download complete, target: DendriteStub |
| 1733 | 2026-05-28T12:47:35.556Z | May 28 12:47:34.980 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-05-28T12:47:37.961Z | May 28 12:47:37.403 INFO Checking that binary works, target: Cockroach |
| 1735 | 2026-05-28T12:47:38.133Z | May 28 12:47:37.576 INFO Download complete, target: Cockroach |
| 1736 | 2026-05-28T12:47:39.764Z | May 28 12:47:39.194 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-05-28T12:47:39.867Z | May 28 12:47:39.308 INFO Download complete, target: Clickhouse |
| 1738 | 2026-05-28T12:47:39.878Z | All prerequisites installed successfully |
| 1739 | 2026-05-28T12:47:39.889Z | |
| 1740 | 2026-05-28T12:47:39.889Z | real 2:06.589273235 |
| 1741 | 2026-05-28T12:47:39.889Z | user 7:04.630514227 |
| 1742 | 2026-05-28T12:47:39.889Z | sys 1:45.133402276 |
| 1743 | 2026-05-28T12:47:39.889Z | trap 0.273683017 |
| 1744 | 2026-05-28T12:47:39.889Z | tflt 1.763064087 |
| 1745 | 2026-05-28T12:47:39.889Z | dflt 1.859693633 |
| 1746 | 2026-05-28T12:47:39.889Z | kflt 0.045025173 |
| 1747 | 2026-05-28T12:47:39.889Z | lock 23:29.725064253 |
| 1748 | 2026-05-28T12:47:39.889Z | slp 19:19.751880080 |
| 1749 | 2026-05-28T12:47:39.889Z | lat 26.959496319 |
| 1750 | 2026-05-28T12:47:39.890Z | stop 2:57.996302897 |
| 1751 | 2026-05-28T12:47:39.890Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-05-28T12:47:40.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1753 | 2026-05-28T12:47:40.454Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-05-28T12:47:41.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1755 | 2026-05-28T12:47:41.336Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-05-28T12:47:41.378Z | May 28 12:47:40.822 INFO Starting download, target: Softnpu |
| 1757 | 2026-05-28T12:47:41.381Z | May 28 12:47:40.822 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-05-28T12:47:43.806Z | May 28 12:47:43.248 INFO Download complete, target: Softnpu |
| 1759 | 2026-05-28T12:47:43.809Z | |
| 1760 | 2026-05-28T12:47:43.809Z | real 3.930262621 |
| 1761 | 2026-05-28T12:47:43.809Z | user 1.453485267 |
| 1762 | 2026-05-28T12:47:43.809Z | sys 0.696174635 |
| 1763 | 2026-05-28T12:47:43.809Z | trap 0.000535110 |
| 1764 | 2026-05-28T12:47:43.809Z | tflt 0.000068550 |
| 1765 | 2026-05-28T12:47:43.809Z | dflt 0.000228360 |
| 1766 | 2026-05-28T12:47:43.809Z | kflt 0.000000000 |
| 1767 | 2026-05-28T12:47:43.809Z | lock 44.173820214 |
| 1768 | 2026-05-28T12:47:43.810Z | slp 2.271634647 |
| 1769 | 2026-05-28T12:47:43.810Z | lat 0.090968158 |
| 1770 | 2026-05-28T12:47:43.810Z | stop 0.000187890 |
| 1771 | 2026-05-28T12:47:43.810Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-28T12:47:43.810Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-28T12:47:43.810Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-05-28T12:47:44.769Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-05-28T12:47:44.769Z | Compiling quote v1.0.45 |
| 1776 | 2026-05-28T12:47:44.769Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-05-28T12:47:44.769Z | Compiling libc v0.2.185 |
| 1778 | 2026-05-28T12:47:44.770Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-05-28T12:47:44.770Z | Compiling serde v1.0.228 |
| 1780 | 2026-05-28T12:47:44.792Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-05-28T12:47:44.792Z | Compiling version_check v0.9.5 |
| 1782 | 2026-05-28T12:47:44.906Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-05-28T12:47:44.912Z | Compiling shlex v1.3.0 |
| 1784 | 2026-05-28T12:47:44.912Z | Compiling typenum v1.19.0 |
| 1785 | 2026-05-28T12:47:44.912Z | Compiling zmij v1.0.21 |
| 1786 | 2026-05-28T12:47:44.912Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-05-28T12:47:44.912Z | Compiling memchr v2.8.0 |
| 1788 | 2026-05-28T12:47:44.912Z | Compiling serde_json v1.0.149 |
| 1789 | 2026-05-28T12:47:45.187Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-05-28T12:47:45.191Z | Compiling libm v0.2.16 |
| 1791 | 2026-05-28T12:47:45.235Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-05-28T12:47:45.242Z | Compiling smallvec v1.15.1 |
| 1793 | 2026-05-28T12:47:45.282Z | Compiling generic-array v0.14.7 |
| 1794 | 2026-05-28T12:47:45.500Z | Compiling num-traits v0.2.19 |
| 1795 | 2026-05-28T12:47:45.517Z | Compiling parking_lot_core v0.9.12 |
| 1796 | 2026-05-28T12:47:45.528Z | Compiling icu_properties_data v2.1.2 |
| 1797 | 2026-05-28T12:47:45.546Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-05-28T12:47:45.562Z | Compiling itoa v1.0.17 |
| 1799 | 2026-05-28T12:47:45.574Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-05-28T12:47:45.590Z | Compiling log v0.4.29 |
| 1801 | 2026-05-28T12:47:45.637Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-05-28T12:47:45.686Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-05-28T12:47:45.751Z | Compiling subtle v2.6.1 |
| 1804 | 2026-05-28T12:47:45.900Z | Compiling jobserver v0.1.34 |
| 1805 | 2026-05-28T12:47:45.915Z | Compiling getrandom v0.2.17 |
| 1806 | 2026-05-28T12:47:45.947Z | Compiling errno v0.3.14 |
| 1807 | 2026-05-28T12:47:45.962Z | Compiling scopeguard v1.2.0 |
| 1808 | 2026-05-28T12:47:46.107Z | Compiling rand_core v0.6.4 |
| 1809 | 2026-05-28T12:47:46.122Z | Compiling lock_api v0.4.14 |
| 1810 | 2026-05-28T12:47:46.152Z | Compiling cc v1.2.56 |
| 1811 | 2026-05-28T12:47:46.181Z | Compiling percent-encoding v2.3.2 |
| 1812 | 2026-05-28T12:47:46.199Z | Compiling writeable v0.6.2 |
| 1813 | 2026-05-28T12:47:46.213Z | Compiling litemap v0.8.1 |
| 1814 | 2026-05-28T12:47:46.247Z | Compiling syn v2.0.117 |
| 1815 | 2026-05-28T12:47:46.355Z | Compiling fnv v1.0.7 |
| 1816 | 2026-05-28T12:47:46.370Z | Compiling pin-project-lite v0.2.17 |
| 1817 | 2026-05-28T12:47:46.440Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-05-28T12:47:46.490Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-05-28T12:47:46.493Z | Compiling fs_extra v1.3.0 |
| 1820 | 2026-05-28T12:47:46.506Z | Compiling dunce v1.0.5 |
| 1821 | 2026-05-28T12:47:46.537Z | Compiling equivalent v1.0.2 |
| 1822 | 2026-05-28T12:47:46.619Z | Compiling utf8_iter v1.0.4 |
| 1823 | 2026-05-28T12:47:46.622Z | Compiling schemars v0.8.22 |
| 1824 | 2026-05-28T12:47:46.649Z | Compiling rand_core v0.10.0 |
| 1825 | 2026-05-28T12:47:46.680Z | Compiling rustversion v1.0.22 |
| 1826 | 2026-05-28T12:47:46.797Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2026-05-28T12:47:46.875Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-05-28T12:47:46.890Z | Compiling cmake v0.1.57 |
| 1829 | 2026-05-28T12:47:46.905Z | Compiling signal-hook-registry v1.4.8 |
| 1830 | 2026-05-28T12:47:47.010Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-05-28T12:47:47.026Z | Compiling rustix v1.1.3 |
| 1832 | 2026-05-28T12:47:47.104Z | Compiling parking_lot v0.12.5 |
| 1833 | 2026-05-28T12:47:47.131Z | Compiling socket2 v0.6.3 |
| 1834 | 2026-05-28T12:47:47.297Z | Compiling semver v1.0.28 |
| 1835 | 2026-05-28T12:47:47.412Z | Compiling bitflags v2.11.0 |
| 1836 | 2026-05-28T12:47:47.432Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-05-28T12:47:47.448Z | Compiling mio v1.2.0 |
| 1838 | 2026-05-28T12:47:47.471Z | Compiling ring v0.17.14 |
| 1839 | 2026-05-28T12:47:47.531Z | Compiling aws-lc-sys v0.40.0 |
| 1840 | 2026-05-28T12:47:47.561Z | Compiling indexmap v2.14.0 |
| 1841 | 2026-05-28T12:47:47.623Z | Compiling const-oid v0.9.6 |
| 1842 | 2026-05-28T12:47:47.713Z | Compiling aws-lc-rs v1.16.3 |
| 1843 | 2026-05-28T12:47:47.725Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-05-28T12:47:47.858Z | Compiling httparse v1.10.1 |
| 1845 | 2026-05-28T12:47:47.931Z | Compiling thiserror v1.0.69 |
| 1846 | 2026-05-28T12:47:47.965Z | Compiling strsim v0.11.1 |
| 1847 | 2026-05-28T12:47:48.024Z | Compiling iana-time-zone v0.1.65 |
| 1848 | 2026-05-28T12:47:48.059Z | Compiling ucd-trie v0.1.7 |
| 1849 | 2026-05-28T12:47:48.181Z | Compiling vcpkg v0.2.15 |
| 1850 | 2026-05-28T12:47:48.203Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-05-28T12:47:48.248Z | Compiling pest v2.8.6 |
| 1852 | 2026-05-28T12:47:48.280Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-05-28T12:47:48.311Z | Compiling syn v1.0.109 |
| 1854 | 2026-05-28T12:47:48.328Z | Compiling ident_case v1.0.1 |
| 1855 | 2026-05-28T12:47:48.345Z | Compiling heck v0.5.0 |
| 1856 | 2026-05-28T12:47:48.382Z | Compiling uuid v1.23.0 |
| 1857 | 2026-05-28T12:47:48.400Z | Compiling rustls v0.23.37 |
| 1858 | 2026-05-28T12:47:48.475Z | Compiling cpufeatures v0.2.17 |
| 1859 | 2026-05-28T12:47:48.656Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-05-28T12:47:48.659Z | Compiling rustc_version v0.4.1 |
| 1861 | 2026-05-28T12:47:48.761Z | Compiling futures-channel v0.3.32 |
| 1862 | 2026-05-28T12:47:48.778Z | Compiling openssl-sys v0.9.115 |
| 1863 | 2026-05-28T12:47:48.794Z | Compiling futures-task v0.3.32 |
| 1864 | 2026-05-28T12:47:48.811Z | Compiling slab v0.4.12 |
| 1865 | 2026-05-28T12:47:48.900Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-05-28T12:47:49.013Z | Compiling synstructure v0.13.2 |
| 1867 | 2026-05-28T12:47:49.025Z | Compiling serde_derive_internals v0.29.1 |
| 1868 | 2026-05-28T12:47:49.057Z | Compiling aho-corasick v1.1.4 |
| 1869 | 2026-05-28T12:47:49.120Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-05-28T12:47:49.336Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-05-28T12:47:49.408Z | Compiling base64 v0.22.1 |
| 1872 | 2026-05-28T12:47:49.429Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-05-28T12:47:49.484Z | Compiling crc32fast v1.5.0 |
| 1874 | 2026-05-28T12:47:49.534Z | Compiling time-core v0.1.8 |
| 1875 | 2026-05-28T12:47:49.550Z | Compiling plain v0.2.3 |
| 1876 | 2026-05-28T12:47:49.582Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-05-28T12:47:49.700Z | Compiling time-macros v0.2.27 |
| 1878 | 2026-05-28T12:47:49.766Z | Compiling openssl v0.10.79 |
| 1879 | 2026-05-28T12:47:49.843Z | Compiling pretty-hex v0.4.1 |
| 1880 | 2026-05-28T12:47:49.884Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-05-28T12:47:49.888Z | Compiling anyhow v1.0.102 |
| 1882 | 2026-05-28T12:47:49.930Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-05-28T12:47:49.972Z | Compiling base64ct v1.8.3 |
| 1884 | 2026-05-28T12:47:49.997Z | Compiling native-tls v0.2.18 |
| 1885 | 2026-05-28T12:47:50.027Z | Compiling darling_core v0.21.3 |
| 1886 | 2026-05-28T12:47:50.153Z | Compiling tracing-core v0.1.36 |
| 1887 | 2026-05-28T12:47:50.221Z | Compiling pem-rfc7468 v0.7.0 |
| 1888 | 2026-05-28T12:47:50.245Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1889 | 2026-05-28T12:47:50.296Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-05-28T12:47:50.414Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-05-28T12:47:50.481Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-05-28T12:47:50.502Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-05-28T12:47:50.518Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-05-28T12:47:50.593Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-05-28T12:47:50.628Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-05-28T12:47:50.643Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-05-28T12:47:50.685Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-05-28T12:47:51.045Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-05-28T12:47:51.357Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-05-28T12:47:51.388Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-05-28T12:47:51.498Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-05-28T12:47:51.513Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-05-28T12:47:51.624Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-05-28T12:47:51.700Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-05-28T12:47:51.849Z | Compiling yoke v0.8.1 |
| 1906 | 2026-05-28T12:47:51.904Z | Compiling crypto-common v0.1.7 |
| 1907 | 2026-05-28T12:47:52.030Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-05-28T12:47:52.070Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-05-28T12:47:52.244Z | Compiling block-buffer v0.10.4 |
| 1910 | 2026-05-28T12:47:52.433Z | Compiling digest v0.10.7 |
| 1911 | 2026-05-28T12:47:52.568Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-05-28T12:47:52.583Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-05-28T12:47:52.641Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-05-28T12:47:52.671Z | Compiling futures-util v0.3.32 |
| 1915 | 2026-05-28T12:47:52.686Z | Compiling hmac v0.12.1 |
| 1916 | 2026-05-28T12:47:52.745Z | Compiling icu_locale_core v2.1.1 |
| 1917 | 2026-05-28T12:47:52.791Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-05-28T12:47:52.849Z | Compiling block-padding v0.3.3 |
| 1919 | 2026-05-28T12:47:52.877Z | Compiling rustls-pki-types v1.14.0 |
| 1920 | 2026-05-28T12:47:53.096Z | Compiling inout v0.1.4 |
| 1921 | 2026-05-28T12:47:53.262Z | Compiling cipher v0.4.4 |
| 1922 | 2026-05-28T12:47:53.447Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-05-28T12:47:53.510Z | Compiling bytes v1.11.1 |
| 1924 | 2026-05-28T12:47:53.544Z | Compiling chrono v0.4.44 |
| 1925 | 2026-05-28T12:47:53.600Z | Compiling serde_tokenstream v0.2.3 |
| 1926 | 2026-05-28T12:47:53.636Z | Compiling sha2 v0.10.9 |
| 1927 | 2026-05-28T12:47:53.723Z | Compiling icu_normalizer v2.1.1 |
| 1928 | 2026-05-28T12:47:53.869Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-05-28T12:47:53.993Z | Compiling tokio v1.52.1 |
| 1930 | 2026-05-28T12:47:54.428Z | Compiling scroll_derive v0.12.1 |
| 1931 | 2026-05-28T12:47:54.693Z | Compiling scroll_derive v0.13.1 |
| 1932 | 2026-05-28T12:47:54.914Z | Compiling idna_adapter v1.2.1 |
| 1933 | 2026-05-28T12:47:55.020Z | Compiling ppv-lite86 v0.2.21 |
| 1934 | 2026-05-28T12:47:55.071Z | Compiling idna v1.1.0 |
| 1935 | 2026-05-28T12:47:55.248Z | Compiling openssl-macros v0.1.1 |
| 1936 | 2026-05-28T12:47:55.297Z | Compiling http v1.4.0 |
| 1937 | 2026-05-28T12:47:55.362Z | Compiling untrusted v0.9.0 |
| 1938 | 2026-05-28T12:47:55.379Z | Compiling flagset v0.4.7 |
| 1939 | 2026-05-28T12:47:55.465Z | Compiling url v2.5.8 |
| 1940 | 2026-05-28T12:47:55.522Z | Compiling der v0.7.10 |
| 1941 | 2026-05-28T12:47:55.540Z | Compiling tracing v0.1.44 |
| 1942 | 2026-05-28T12:47:55.748Z | Compiling darling_macro v0.21.3 |
| 1943 | 2026-05-28T12:47:55.764Z | Compiling regex v1.12.3 |
| 1944 | 2026-05-28T12:47:55.782Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-05-28T12:47:56.031Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-05-28T12:47:56.240Z | Compiling slog v2.8.2 |
| 1947 | 2026-05-28T12:47:56.302Z | Compiling cookie v0.18.1 |
| 1948 | 2026-05-28T12:47:56.517Z | Compiling spki v0.7.3 |
| 1949 | 2026-05-28T12:47:56.725Z | Compiling darling v0.21.3 |
| 1950 | 2026-05-28T12:47:56.744Z | Compiling salsa20 v0.10.2 |
| 1951 | 2026-05-28T12:47:56.838Z | Compiling pbkdf2 v0.12.2 |
| 1952 | 2026-05-28T12:47:57.224Z | Compiling camino v1.2.2 |
| 1953 | 2026-05-28T12:47:57.433Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-05-28T12:47:57.624Z | Compiling rand_chacha v0.9.0 |
| 1955 | 2026-05-28T12:47:57.639Z | Compiling http-body v1.0.1 |
| 1956 | 2026-05-28T12:47:57.685Z | Compiling cbc v0.1.2 |
| 1957 | 2026-05-28T12:47:57.812Z | Compiling tokio-util v0.7.18 |
| 1958 | 2026-05-28T12:47:57.825Z | Compiling aes v0.8.4 |
| 1959 | 2026-05-28T12:47:57.914Z | Compiling usdt-impl v0.5.0 |
| 1960 | 2026-05-28T12:47:57.957Z | Compiling tinyvec_macros v0.1.1 |
| 1961 | 2026-05-28T12:47:58.001Z | Compiling paste v1.0.15 |
| 1962 | 2026-05-28T12:47:58.005Z | Compiling ref-cast v1.0.25 |
| 1963 | 2026-05-28T12:47:58.045Z | Compiling openssl-probe v0.2.1 |
| 1964 | 2026-05-28T12:47:58.061Z | Compiling usdt-impl v0.6.0 |
| 1965 | 2026-05-28T12:47:58.221Z | Compiling unicode-segmentation v1.12.0 |
| 1966 | 2026-05-28T12:47:58.304Z | Compiling untrusted v0.7.1 |
| 1967 | 2026-05-28T12:47:58.307Z | Compiling winnow v0.7.14 |
| 1968 | 2026-05-28T12:47:58.337Z | Compiling atomic-waker v1.1.2 |
| 1969 | 2026-05-28T12:47:58.410Z | Compiling pkcs5 v0.7.1 |
| 1970 | 2026-05-28T12:47:58.493Z | Compiling tinyvec v1.10.0 |
| 1971 | 2026-05-28T12:47:58.619Z | Compiling rand v0.9.2 |
| 1972 | 2026-05-28T12:47:58.872Z | Compiling scroll v0.13.0 |
| 1973 | 2026-05-28T12:47:59.056Z | Compiling scroll v0.12.0 |
| 1974 | 2026-05-28T12:47:59.071Z | Compiling serde_spanned v0.6.9 |
| 1975 | 2026-05-28T12:47:59.089Z | Compiling toml_datetime v0.6.11 |
| 1976 | 2026-05-28T12:47:59.156Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-05-28T12:47:59.200Z | Compiling heapless v0.7.17 |
| 1978 | 2026-05-28T12:47:59.289Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-05-28T12:47:59.304Z | Compiling zstd-safe v7.2.4 |
| 1980 | 2026-05-28T12:47:59.335Z | Compiling tower-layer v0.3.3 |
| 1981 | 2026-05-28T12:47:59.532Z | Compiling try-lock v0.2.5 |
| 1982 | 2026-05-28T12:47:59.548Z | Compiling signal-hook v0.3.18 |
| 1983 | 2026-05-28T12:47:59.650Z | Compiling tower-service v0.3.3 |
| 1984 | 2026-05-28T12:47:59.720Z | Compiling fastrand v2.3.0 |
| 1985 | 2026-05-28T12:47:59.764Z | Compiling litrs v1.0.0 |
| 1986 | 2026-05-28T12:47:59.780Z | Compiling either v1.15.0 |
| 1987 | 2026-05-28T12:47:59.797Z | Compiling h2 v0.4.13 |
| 1988 | 2026-05-28T12:47:59.821Z | Compiling want v0.3.1 |
| 1989 | 2026-05-28T12:47:59.867Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1990 | 2026-05-28T12:48:00.046Z | Compiling goblin v0.8.2 |
| 1991 | 2026-05-28T12:48:00.060Z | Compiling goblin v0.10.5 |
| 1992 | 2026-05-28T12:48:00.240Z | Compiling document-features v0.2.12 |
| 1993 | 2026-05-28T12:48:00.317Z | Compiling pkcs8 v0.10.2 |
| 1994 | 2026-05-28T12:48:00.351Z | Compiling heck v0.4.1 |
| 1995 | 2026-05-28T12:48:00.447Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-05-28T12:48:00.574Z | Compiling ipnet v2.11.0 |
| 1997 | 2026-05-28T12:48:00.766Z | Compiling ref-cast-impl v1.0.25 |
| 1998 | 2026-05-28T12:48:00.898Z | Compiling darling_core v0.20.11 |
| 1999 | 2026-05-28T12:48:01.026Z | Compiling curve25519-dalek v4.1.3 |
| 2000 | 2026-05-28T12:48:01.122Z | Compiling memoffset v0.9.1 |
| 2001 | 2026-05-28T12:48:01.304Z | Compiling winnow v0.5.40 |
| 2002 | 2026-05-28T12:48:01.349Z | Compiling httpdate v1.0.3 |
| 2003 | 2026-05-28T12:48:01.531Z | Compiling foreign-types-shared v0.1.1 |
| 2004 | 2026-05-28T12:48:01.608Z | Compiling pin-utils v0.1.0 |
| 2005 | 2026-05-28T12:48:01.699Z | Compiling powerfmt v0.2.0 |
| 2006 | 2026-05-28T12:48:01.819Z | Compiling rustix v0.38.44 |
| 2007 | 2026-05-28T12:48:01.987Z | Compiling utf8parse v0.2.2 |
| 2008 | 2026-05-28T12:48:02.066Z | Compiling deranged v0.5.8 |
| 2009 | 2026-05-28T12:48:02.124Z | Compiling foreign-types v0.3.2 |
| 2010 | 2026-05-28T12:48:02.158Z | Compiling tempfile v3.25.0 |
| 2011 | 2026-05-28T12:48:02.531Z | Compiling dof v0.3.0 |
| 2012 | 2026-05-28T12:48:02.601Z | Compiling unicode-normalization v0.1.25 |
| 2013 | 2026-05-28T12:48:02.767Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-05-28T12:48:02.933Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-05-28T12:48:03.002Z | Compiling hyper v1.8.1 |
| 2016 | 2026-05-28T12:48:03.094Z | Compiling dof v0.4.0 |
| 2017 | 2026-05-28T12:48:03.140Z | Compiling dtrace-parser v0.2.0 |
| 2018 | 2026-05-28T12:48:03.258Z | Compiling dtrace-parser v0.3.0 |
| 2019 | 2026-05-28T12:48:03.429Z | Compiling daft-derive v0.1.7 |
| 2020 | 2026-05-28T12:48:03.496Z | Compiling pin-project-internal v1.1.11 |
| 2021 | 2026-05-28T12:48:03.566Z | Compiling spin v0.9.8 |
| 2022 | 2026-05-28T12:48:03.671Z | Compiling socket2 v0.5.10 |
| 2023 | 2026-05-28T12:48:03.746Z | Compiling thread-id v5.1.0 |
| 2024 | 2026-05-28T12:48:03.849Z | Compiling thread-id v4.2.2 |
| 2025 | 2026-05-28T12:48:03.879Z | Compiling num-bigint-dig v0.8.6 |
| 2026 | 2026-05-28T12:48:04.006Z | Compiling cfg_aliases v0.2.1 |
| 2027 | 2026-05-28T12:48:04.091Z | Compiling anstyle v1.0.14 |
| 2028 | 2026-05-28T12:48:04.124Z | Compiling num_threads v0.1.7 |
| 2029 | 2026-05-28T12:48:04.128Z | Compiling smoltcp v0.9.1 |
| 2030 | 2026-05-28T12:48:04.156Z | Compiling nix v0.31.2 |
| 2031 | 2026-05-28T12:48:05.181Z | Compiling hyper-util v0.1.20 |
| 2032 | 2026-05-28T12:48:05.184Z | Compiling time v0.3.47 |
| 2033 | 2026-05-28T12:48:05.184Z | Compiling darling v0.20.11 |
| 2034 | 2026-05-28T12:48:05.184Z | Compiling rustls-native-certs v0.8.3 |
| 2035 | 2026-05-28T12:48:05.185Z | Compiling ipnetwork v0.21.1 |
| 2036 | 2026-05-28T12:48:05.194Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2037 | 2026-05-28T12:48:05.212Z | Compiling strum_macros v0.26.4 |
| 2038 | 2026-05-28T12:48:05.412Z | Compiling sync_wrapper v1.0.2 |
| 2039 | 2026-05-28T12:48:05.496Z | Compiling wait-timeout v0.2.1 |
| 2040 | 2026-05-28T12:48:05.764Z | Compiling colorchoice v1.0.4 |
| 2041 | 2026-05-28T12:48:05.898Z | Compiling anstyle-query v1.1.5 |
| 2042 | 2026-05-28T12:48:05.924Z | Compiling siphasher v1.0.2 |
| 2043 | 2026-05-28T12:48:05.973Z | Compiling simd-adler32 v0.3.8 |
| 2044 | 2026-05-28T12:48:06.082Z | Compiling bit-vec v0.8.0 |
| 2045 | 2026-05-28T12:48:06.161Z | Compiling is_terminal_polyfill v1.70.2 |
| 2046 | 2026-05-28T12:48:06.226Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-05-28T12:48:06.334Z | Compiling rusty-fork v0.3.1 |
| 2048 | 2026-05-28T12:48:06.352Z | Compiling bit-set v0.8.0 |
| 2049 | 2026-05-28T12:48:06.522Z | Compiling tower v0.5.3 |
| 2050 | 2026-05-28T12:48:06.632Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-05-28T12:48:06.802Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-05-28T12:48:07.060Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-05-28T12:48:07.259Z | Compiling webpki-roots v1.0.6 |
| 2054 | 2026-05-28T12:48:07.329Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-05-28T12:48:07.365Z | Compiling signature v2.2.0 |
| 2056 | 2026-05-28T12:48:07.395Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-05-28T12:48:07.447Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-05-28T12:48:07.522Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-05-28T12:48:07.593Z | Compiling ahash v0.8.12 |
| 2060 | 2026-05-28T12:48:07.617Z | Compiling encoding_rs v0.8.35 |
| 2061 | 2026-05-28T12:48:07.747Z | Compiling object v0.37.3 |
| 2062 | 2026-05-28T12:48:07.814Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-05-28T12:48:07.840Z | Compiling ryu v1.0.23 |
| 2064 | 2026-05-28T12:48:07.888Z | Compiling adler2 v2.0.1 |
| 2065 | 2026-05-28T12:48:07.941Z | Compiling unicode-properties v0.1.4 |
| 2066 | 2026-05-28T12:48:07.969Z | Compiling iri-string v0.7.10 |
| 2067 | 2026-05-28T12:48:08.024Z | Compiling unicode-bidi v0.3.18 |
| 2068 | 2026-05-28T12:48:08.027Z | Compiling mime v0.3.17 |
| 2069 | 2026-05-28T12:48:08.068Z | Compiling unarray v0.1.4 |
| 2070 | 2026-05-28T12:48:08.153Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-05-28T12:48:08.174Z | Compiling proptest v1.10.0 |
| 2072 | 2026-05-28T12:48:08.190Z | Compiling miniz_oxide v0.8.9 |
| 2073 | 2026-05-28T12:48:08.446Z | Compiling stringprep v0.1.5 |
| 2074 | 2026-05-28T12:48:08.544Z | Compiling derive_builder_macro v0.20.2 |
| 2075 | 2026-05-28T12:48:08.753Z | Compiling tokio-native-tls v0.3.1 |
| 2076 | 2026-05-28T12:48:08.793Z | Compiling usdt-macro v0.6.0 |
| 2077 | 2026-05-28T12:48:08.796Z | Compiling usdt-attr-macro v0.6.0 |
| 2078 | 2026-05-28T12:48:08.948Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-05-28T12:48:09.138Z | Compiling tower-http v0.6.8 |
| 2080 | 2026-05-28T12:48:09.240Z | Compiling rand_chacha v0.3.1 |
| 2081 | 2026-05-28T12:48:09.261Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-05-28T12:48:09.322Z | Compiling md-5 v0.10.6 |
| 2083 | 2026-05-28T12:48:09.342Z | Compiling bstr v1.12.1 |
| 2084 | 2026-05-28T12:48:09.511Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-05-28T12:48:09.566Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-05-28T12:48:09.582Z | Compiling vergen-lib v9.1.0 |
| 2087 | 2026-05-28T12:48:09.626Z | Compiling ff v0.13.1 |
| 2088 | 2026-05-28T12:48:09.746Z | Compiling fallible-iterator v0.2.0 |
| 2089 | 2026-05-28T12:48:09.777Z | Compiling psl-types v2.0.11 |
| 2090 | 2026-05-28T12:48:09.821Z | Compiling zlib-rs v0.6.2 |
| 2091 | 2026-05-28T12:48:09.903Z | Compiling base16ct v0.2.0 |
| 2092 | 2026-05-28T12:48:09.969Z | Compiling publicsuffix v2.3.0 |
| 2093 | 2026-05-28T12:48:10.038Z | Compiling sec1 v0.7.3 |
| 2094 | 2026-05-28T12:48:10.058Z | Compiling postgres-protocol v0.6.10 |
| 2095 | 2026-05-28T12:48:10.088Z | Compiling group v0.13.0 |
| 2096 | 2026-05-28T12:48:10.117Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-05-28T12:48:10.158Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-05-28T12:48:10.421Z | Compiling rand v0.8.6 |
| 2099 | 2026-05-28T12:48:10.861Z | Compiling anstream v1.0.0 |
| 2100 | 2026-05-28T12:48:10.931Z | Compiling oxnet v0.1.5 |
| 2101 | 2026-05-28T12:48:11.015Z | Compiling derive_builder v0.20.2 |
| 2102 | 2026-05-28T12:48:11.045Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-05-28T12:48:11.097Z | Compiling phf_shared v0.13.1 |
| 2104 | 2026-05-28T12:48:11.212Z | Compiling pin-project v1.1.11 |
| 2105 | 2026-05-28T12:48:11.332Z | Compiling lazy_static v1.5.0 |
| 2106 | 2026-05-28T12:48:11.362Z | Compiling anstyle-parse v0.2.7 |
| 2107 | 2026-05-28T12:48:11.460Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-05-28T12:48:11.490Z | Compiling serde_with_macros v3.17.0 |
| 2109 | 2026-05-28T12:48:11.505Z | Compiling futures-executor v0.3.32 |
| 2110 | 2026-05-28T12:48:11.595Z | Compiling hex v0.4.3 |
| 2111 | 2026-05-28T12:48:11.719Z | Compiling hkdf v0.12.4 |
| 2112 | 2026-05-28T12:48:11.763Z | Compiling crypto-bigint v0.5.5 |
| 2113 | 2026-05-28T12:48:11.888Z | Compiling flate2 v1.1.9 |
| 2114 | 2026-05-28T12:48:11.919Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-05-28T12:48:11.937Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-05-28T12:48:11.941Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-05-28T12:48:12.018Z | Compiling clap_derive v4.6.1 |
| 2118 | 2026-05-28T12:48:12.060Z | Compiling vergen v9.1.0 |
| 2119 | 2026-05-28T12:48:12.144Z | Compiling cargo-platform v0.3.2 |
| 2120 | 2026-05-28T12:48:12.301Z | Compiling managed v0.8.0 |
| 2121 | 2026-05-28T12:48:12.317Z | Compiling same-file v1.0.6 |
| 2122 | 2026-05-28T12:48:12.462Z | Compiling clap_lex v1.0.0 |
| 2123 | 2026-05-28T12:48:12.479Z | Compiling foldhash v0.2.0 |
| 2124 | 2026-05-28T12:48:12.553Z | Compiling bitflags v1.3.2 |
| 2125 | 2026-05-28T12:48:12.627Z | Compiling libbz2-rs-sys v0.2.2 |
| 2126 | 2026-05-28T12:48:12.661Z | Compiling bumpalo v3.20.2 |
| 2127 | 2026-05-28T12:48:12.705Z | Compiling foldhash v0.1.5 |
| 2128 | 2026-05-28T12:48:12.708Z | Compiling elliptic-curve v0.13.8 |
| 2129 | 2026-05-28T12:48:12.762Z | Compiling hashbrown v0.16.1 |
| 2130 | 2026-05-28T12:48:12.777Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-05-28T12:48:12.873Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-05-28T12:48:12.893Z | Compiling hashbrown v0.15.5 |
| 2133 | 2026-05-28T12:48:13.076Z | Compiling bzip2 v0.6.1 |
| 2134 | 2026-05-28T12:48:13.213Z | Compiling walkdir v2.5.0 |
| 2135 | 2026-05-28T12:48:13.290Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-05-28T12:48:13.429Z | Compiling zstd v0.13.3 |
| 2137 | 2026-05-28T12:48:13.450Z | Compiling futures v0.3.32 |
| 2138 | 2026-05-28T12:48:13.547Z | Compiling anstream v0.6.21 |
| 2139 | 2026-05-28T12:48:13.843Z | Compiling snafu v0.8.9 |
| 2140 | 2026-05-28T12:48:13.845Z | Compiling phf v0.13.1 |
| 2141 | 2026-05-28T12:48:13.988Z | Compiling daft v0.1.7 |
| 2142 | 2026-05-28T12:48:14.037Z | Compiling signal-hook-mio v0.2.5 |
| 2143 | 2026-05-28T12:48:14.197Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-05-28T12:48:14.275Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-05-28T12:48:14.295Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-05-28T12:48:14.485Z | Compiling globset v0.4.18 |
| 2147 | 2026-05-28T12:48:14.501Z | Compiling strum v0.27.2 |
| 2148 | 2026-05-28T12:48:14.751Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-05-28T12:48:14.839Z | Compiling ed25519 v2.2.3 |
| 2150 | 2026-05-28T12:48:14.855Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-05-28T12:48:14.922Z | Compiling crossbeam-epoch v0.9.18 |
| 2152 | 2026-05-28T12:48:15.016Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-05-28T12:48:15.039Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-05-28T12:48:15.087Z | Compiling pem v3.0.6 |
| 2155 | 2026-05-28T12:48:15.182Z | Compiling serde_plain v1.0.2 |
| 2156 | 2026-05-28T12:48:15.197Z | Compiling serde-big-array v0.5.1 |
| 2157 | 2026-05-28T12:48:15.231Z | Compiling rfc6979 v0.4.0 |
| 2158 | 2026-05-28T12:48:15.282Z | Compiling float-cmp v0.10.0 |
| 2159 | 2026-05-28T12:48:15.364Z | Compiling memmap2 v0.9.10 |
| 2160 | 2026-05-28T12:48:15.388Z | Compiling env_filter v1.0.0 |
| 2161 | 2026-05-28T12:48:15.388Z | Compiling fixedbitset v0.4.2 |
| 2162 | 2026-05-28T12:48:15.391Z | Compiling new_debug_unreachable v1.0.6 |
| 2163 | 2026-05-28T12:48:15.436Z | Compiling static_assertions v1.1.0 |
| 2164 | 2026-05-28T12:48:15.436Z | Compiling normalize-line-endings v0.3.0 |
| 2165 | 2026-05-28T12:48:15.470Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-05-28T12:48:15.504Z | Compiling fixedbitset v0.5.7 |
| 2167 | 2026-05-28T12:48:15.528Z | Compiling precomputed-hash v0.1.1 |
| 2168 | 2026-05-28T12:48:15.568Z | Compiling keccak v0.1.6 |
| 2169 | 2026-05-28T12:48:15.597Z | Compiling predicates-core v1.0.10 |
| 2170 | 2026-05-28T12:48:15.600Z | Compiling typed-path v0.9.3 |
| 2171 | 2026-05-28T12:48:15.635Z | Compiling whoami v2.1.0 |
| 2172 | 2026-05-28T12:48:15.667Z | Compiling jiff v0.2.21 |
| 2173 | 2026-05-28T12:48:15.686Z | Compiling difflib v0.4.0 |
| 2174 | 2026-05-28T12:48:15.780Z | Compiling data-encoding v2.10.0 |
| 2175 | 2026-05-28T12:48:15.796Z | Compiling petgraph v0.8.3 |
| 2176 | 2026-05-28T12:48:15.842Z | Compiling sha3 v0.10.8 |
| 2177 | 2026-05-28T12:48:15.940Z | Compiling tokio-postgres v0.7.16 |
| 2178 | 2026-05-28T12:48:16.131Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-05-28T12:48:16.178Z | Compiling predicates v3.1.4 |
| 2180 | 2026-05-28T12:48:16.342Z | Compiling toml_edit v0.22.27 |
| 2181 | 2026-05-28T12:48:16.448Z | Compiling string_cache v0.8.9 |
| 2182 | 2026-05-28T12:48:16.690Z | Compiling env_logger v0.11.9 |
| 2183 | 2026-05-28T12:48:16.802Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-05-28T12:48:16.828Z | Compiling usdt v0.6.0 |
| 2185 | 2026-05-28T12:48:16.853Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2186 | 2026-05-28T12:48:17.113Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-05-28T12:48:17.180Z | Compiling rsa v0.9.10 |
| 2188 | 2026-05-28T12:48:17.841Z | Compiling ed25519-dalek v2.2.0 |
| 2189 | 2026-05-28T12:48:18.380Z | Compiling zip v4.6.1 |
| 2190 | 2026-05-28T12:48:18.436Z | Compiling crossterm v0.28.1 |
| 2191 | 2026-05-28T12:48:18.670Z | Compiling zip v0.6.6 |
| 2192 | 2026-05-28T12:48:19.194Z | Compiling clap v4.6.1 |
| 2193 | 2026-05-28T12:48:19.208Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-05-28T12:48:19.291Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-05-28T12:48:19.307Z | Compiling similar v2.7.0 |
| 2196 | 2026-05-28T12:48:19.426Z | Compiling strum v0.26.3 |
| 2197 | 2026-05-28T12:48:19.548Z | Compiling toml v0.7.8 |
| 2198 | 2026-05-28T12:48:19.577Z | Compiling tokio-stream v0.1.18 |
| 2199 | 2026-05-28T12:48:19.689Z | Compiling buf-list v1.1.2 |
| 2200 | 2026-05-28T12:48:19.757Z | Compiling x509-cert v0.2.5 |
| 2201 | 2026-05-28T12:48:20.095Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-05-28T12:48:20.111Z | Compiling openapiv3 v2.2.0 |
| 2203 | 2026-05-28T12:48:20.391Z | Compiling sha1 v0.10.6 |
| 2204 | 2026-05-28T12:48:20.424Z | Compiling peg-runtime v0.8.5 |
| 2205 | 2026-05-28T12:48:20.631Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-05-28T12:48:35.035Z | Compiling rustls-webpki v0.103.9 |
| 2207 | 2026-05-28T12:48:36.398Z | Compiling macaddr v1.0.1 |
| 2208 | 2026-05-28T12:48:36.553Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-05-28T12:48:36.697Z | Compiling crucible-workspace-hack v0.1.0 |
| 2210 | 2026-05-28T12:48:36.740Z | Compiling rayon-core v1.13.0 |
| 2211 | 2026-05-28T12:48:36.773Z | Compiling itertools v0.14.0 |
| 2212 | 2026-05-28T12:48:36.921Z | Compiling secrecy v0.10.3 |
| 2213 | 2026-05-28T12:48:36.974Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2214 | 2026-05-28T12:48:37.112Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2215 | 2026-05-28T12:48:37.158Z | Compiling rustls v0.22.4 |
| 2216 | 2026-05-28T12:48:37.369Z | Compiling heapless v0.8.0 |
| 2217 | 2026-05-28T12:48:37.413Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-05-28T12:48:37.419Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2219 | 2026-05-28T12:48:37.542Z | Compiling structmeta v0.3.0 |
| 2220 | 2026-05-28T12:48:37.693Z | Compiling crossbeam-deque v0.8.6 |
| 2221 | 2026-05-28T12:48:37.775Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2026-05-28T12:48:37.791Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-05-28T12:48:37.875Z | Compiling multer v3.1.0 |
| 2224 | 2026-05-28T12:48:37.891Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-05-28T12:48:37.938Z | Compiling unicode-width v0.2.0 |
| 2226 | 2026-05-28T12:48:37.979Z | Compiling compression-core v0.4.31 |
| 2227 | 2026-05-28T12:48:38.069Z | Compiling smoltcp v0.11.0 |
| 2228 | 2026-05-28T12:48:38.086Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-05-28T12:48:38.100Z | Compiling match_cfg v0.1.0 |
| 2230 | 2026-05-28T12:48:38.184Z | Compiling slog-async v2.8.0 |
| 2231 | 2026-05-28T12:48:38.201Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-05-28T12:48:38.216Z | Compiling hostname v0.3.1 |
| 2233 | 2026-05-28T12:48:38.278Z | Compiling compression-codecs v0.4.37 |
| 2234 | 2026-05-28T12:48:38.360Z | Compiling proc-macro-crate v3.4.0 |
| 2235 | 2026-05-28T12:48:38.456Z | Compiling derive-ex v0.1.8 |
| 2236 | 2026-05-28T12:48:38.473Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-05-28T12:48:38.532Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-05-28T12:48:38.671Z | Compiling half v2.7.1 |
| 2239 | 2026-05-28T12:48:38.762Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-05-28T12:48:38.812Z | Compiling cobs v0.3.0 |
| 2241 | 2026-05-28T12:48:38.884Z | Compiling tokio-rustls v0.26.4 |
| 2242 | 2026-05-28T12:48:39.032Z | Compiling rustls-platform-verifier v0.6.2 |
| 2243 | 2026-05-28T12:48:39.110Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-05-28T12:48:39.175Z | Compiling hyper-rustls v0.27.7 |
| 2245 | 2026-05-28T12:48:39.239Z | Compiling universal-hash v0.5.1 |
| 2246 | 2026-05-28T12:48:39.260Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-05-28T12:48:39.404Z | Compiling serde_spanned v1.0.4 |
| 2248 | 2026-05-28T12:48:39.488Z | Compiling reqwest v0.12.28 |
| 2249 | 2026-05-28T12:48:39.507Z | Compiling reqwest v0.13.2 |
| 2250 | 2026-05-28T12:48:39.586Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2251 | 2026-05-28T12:48:39.629Z | Compiling is-terminal v0.4.17 |
| 2252 | 2026-05-28T12:48:39.752Z | Compiling proc-macro-error-attr v1.0.4 |
| 2253 | 2026-05-28T12:48:39.834Z | Compiling dropshot v0.17.0 |
| 2254 | 2026-05-28T12:48:39.940Z | Compiling term v1.2.1 |
| 2255 | 2026-05-28T12:48:39.977Z | Compiling take_mut v0.2.2 |
| 2256 | 2026-05-28T12:48:39.994Z | Compiling opaque-debug v0.3.1 |
| 2257 | 2026-05-28T12:48:40.036Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2258 | 2026-05-28T12:48:40.058Z | Compiling ciborium-io v0.2.2 |
| 2259 | 2026-05-28T12:48:40.086Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2260 | 2026-05-28T12:48:40.116Z | Compiling convert_case v0.4.0 |
| 2261 | 2026-05-28T12:48:40.165Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-05-28T12:48:40.181Z | Compiling ciborium-ll v0.2.2 |
| 2263 | 2026-05-28T12:48:40.286Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-05-28T12:48:40.321Z | Compiling tokio-rustls v0.25.0 |
| 2265 | 2026-05-28T12:48:40.341Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2266 | 2026-05-28T12:48:40.449Z | Compiling derive_more v0.99.20 |
| 2267 | 2026-05-28T12:48:40.468Z | Compiling poly1305 v0.8.0 |
| 2268 | 2026-05-28T12:48:40.591Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-05-28T12:48:40.684Z | Compiling async-stream v0.3.6 |
| 2270 | 2026-05-28T12:48:40.708Z | Compiling ingot-types v0.1.2 |
| 2271 | 2026-05-28T12:48:40.897Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-05-28T12:48:41.143Z | Compiling tough v0.22.0 |
| 2273 | 2026-05-28T12:48:41.187Z | Compiling ingot v0.1.1 |
| 2274 | 2026-05-28T12:48:41.577Z | Compiling postcard v1.1.3 |
| 2275 | 2026-05-28T12:48:41.790Z | Compiling num_enum_derive v0.7.6 |
| 2276 | 2026-05-28T12:48:41.881Z | Compiling slog-bunyan v2.5.0 |
| 2277 | 2026-05-28T12:48:41.969Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-05-28T12:48:42.099Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-05-28T12:48:42.467Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2280 | 2026-05-28T12:48:42.692Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-05-28T12:48:42.724Z | Compiling proc-macro-crate v1.3.1 |
| 2282 | 2026-05-28T12:48:42.772Z | Compiling backon v1.6.0 |
| 2283 | 2026-05-28T12:48:42.863Z | Compiling waitgroup v0.1.2 |
| 2284 | 2026-05-28T12:48:42.898Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2285 | 2026-05-28T12:48:42.948Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-05-28T12:48:43.044Z | Compiling chacha20 v0.9.1 |
| 2287 | 2026-05-28T12:48:43.059Z | Compiling dropshot_endpoint v0.17.0 |
| 2288 | 2026-05-28T12:48:43.085Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-05-28T12:48:43.195Z | Compiling blake2 v0.10.6 |
| 2290 | 2026-05-28T12:48:43.372Z | Compiling aead v0.5.2 |
| 2291 | 2026-05-28T12:48:43.387Z | Compiling foreign-types-macros v0.2.3 |
| 2292 | 2026-05-28T12:48:43.445Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-28T12:48:43.588Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-05-28T12:48:43.619Z | Compiling hostname v0.4.2 |
| 2295 | 2026-05-28T12:48:43.727Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2296 | 2026-05-28T12:48:43.813Z | Compiling proc-macro-error v1.0.4 |
| 2297 | 2026-05-28T12:48:43.919Z | Compiling instant v0.1.13 |
| 2298 | 2026-05-28T12:48:43.952Z | Compiling foreign-types-shared v0.3.1 |
| 2299 | 2026-05-28T12:48:43.980Z | Compiling debug-ignore v1.0.5 |
| 2300 | 2026-05-28T12:48:43.999Z | Compiling typeid v1.0.3 |
| 2301 | 2026-05-28T12:48:44.026Z | Compiling cpufeatures v0.3.0 |
| 2302 | 2026-05-28T12:48:44.061Z | Compiling foreign-types v0.5.0 |
| 2303 | 2026-05-28T12:48:44.079Z | Compiling backoff v0.4.0 |
| 2304 | 2026-05-28T12:48:44.113Z | Compiling chacha20 v0.10.0 |
| 2305 | 2026-05-28T12:48:44.128Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2306 | 2026-05-28T12:48:44.144Z | Compiling parse-display v0.10.0 |
| 2307 | 2026-05-28T12:48:44.164Z | Compiling chacha20poly1305 v0.10.1 |
| 2308 | 2026-05-28T12:48:44.179Z | Compiling argon2 v0.5.3 |
| 2309 | 2026-05-28T12:48:44.336Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2310 | 2026-05-28T12:48:44.339Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-05-28T12:48:44.370Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-05-28T12:48:44.434Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-05-28T12:48:44.499Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-05-28T12:48:44.609Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-05-28T12:48:44.759Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2316 | 2026-05-28T12:48:44.869Z | Compiling tabwriter v1.4.1 |
| 2317 | 2026-05-28T12:48:44.885Z | Compiling regress v0.10.5 |
| 2318 | 2026-05-28T12:48:45.043Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-05-28T12:48:45.104Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2320 | 2026-05-28T12:48:45.186Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2321 | 2026-05-28T12:48:45.268Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-05-28T12:48:45.301Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2323 | 2026-05-28T12:48:45.349Z | Compiling cstr-argument v0.1.2 |
| 2324 | 2026-05-28T12:48:45.525Z | Compiling humantime v2.3.0 |
| 2325 | 2026-05-28T12:48:45.551Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 2326 | 2026-05-28T12:48:45.729Z | Compiling erased-serde v0.4.9 |
| 2327 | 2026-05-28T12:48:45.804Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-05-28T12:48:45.820Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-05-28T12:48:45.876Z | Compiling num_enum v0.5.11 |
| 2330 | 2026-05-28T12:48:45.959Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2331 | 2026-05-28T12:48:46.011Z | Compiling rand v0.10.1 |
| 2332 | 2026-05-28T12:48:46.050Z | Compiling rayon v1.11.0 |
| 2333 | 2026-05-28T12:48:46.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2334 | 2026-05-28T12:48:46.137Z | Compiling libefi-sys v0.1.0 |
| 2335 | 2026-05-28T12:48:46.162Z | Compiling colored v3.1.1 |
| 2336 | 2026-05-28T12:48:46.212Z | Compiling winnow v1.0.3 |
| 2337 | 2026-05-28T12:48:46.228Z | Compiling indent_write v2.2.0 |
| 2338 | 2026-05-28T12:48:46.297Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2339 | 2026-05-28T12:48:46.401Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-05-28T12:48:46.426Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-05-28T12:48:46.463Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2342 | 2026-05-28T12:48:46.518Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2343 | 2026-05-28T12:48:46.645Z | Compiling camino-tempfile v1.4.1 |
| 2344 | 2026-05-28T12:48:46.757Z | Compiling itertools v0.12.1 |
| 2345 | 2026-05-28T12:48:46.834Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-05-28T12:48:46.871Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-05-28T12:48:47.023Z | Compiling bitfield-struct v0.6.2 |
| 2348 | 2026-05-28T12:48:47.043Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-05-28T12:48:47.060Z | Compiling blake3 v1.8.3 |
| 2350 | 2026-05-28T12:48:47.075Z | Compiling ordered-float v2.10.1 |
| 2351 | 2026-05-28T12:48:47.444Z | Compiling sigpipe v0.1.3 |
| 2352 | 2026-05-28T12:48:47.555Z | Compiling memmap v0.7.0 |
| 2353 | 2026-05-28T12:48:47.572Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-05-28T12:48:47.640Z | Compiling glob v0.3.3 |
| 2355 | 2026-05-28T12:48:47.680Z | Compiling swrite v0.1.0 |
| 2356 | 2026-05-28T12:48:47.707Z | Compiling usdt v0.5.0 |
| 2357 | 2026-05-28T12:48:47.808Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-28T12:48:47.825Z | Compiling serde-value v0.7.0 |
| 2359 | 2026-05-28T12:48:47.946Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2360 | 2026-05-28T12:48:48.144Z | Compiling zone v0.3.1 |
| 2361 | 2026-05-28T12:48:48.255Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-05-28T12:48:48.271Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2363 | 2026-05-28T12:48:48.360Z | Compiling toml v0.8.23 |
| 2364 | 2026-05-28T12:48:48.532Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2365 | 2026-05-28T12:48:48.556Z | Compiling smf v0.2.3 |
| 2366 | 2026-05-28T12:48:48.587Z | Compiling filetime v0.2.27 |
| 2367 | 2026-05-28T12:48:48.604Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-05-28T12:48:48.631Z | Compiling whoami v1.6.1 |
| 2369 | 2026-05-28T12:48:48.647Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-05-28T12:48:48.664Z | Compiling constant_time_eq v0.4.2 |
| 2371 | 2026-05-28T12:48:48.748Z | Compiling unicode-xid v0.2.6 |
| 2372 | 2026-05-28T12:48:48.816Z | Compiling xattr v1.6.1 |
| 2373 | 2026-05-28T12:48:48.846Z | Compiling arrayref v0.3.9 |
| 2374 | 2026-05-28T12:48:48.873Z | Compiling cargo-util-schemas v0.8.2 |
| 2375 | 2026-05-28T12:48:48.889Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-05-28T12:48:48.910Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-05-28T12:48:49.035Z | Compiling tar v0.4.45 |
| 2378 | 2026-05-28T12:48:49.098Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-05-28T12:48:49.200Z | Compiling console v0.16.2 |
| 2380 | 2026-05-28T12:48:49.436Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-05-28T12:48:49.576Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-05-28T12:48:49.594Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-05-28T12:48:49.660Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-05-28T12:48:49.706Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-05-28T12:48:49.726Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-05-28T12:48:49.786Z | Compiling shell-words v1.1.1 |
| 2387 | 2026-05-28T12:48:49.855Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-05-28T12:48:50.064Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-05-28T12:48:59.634Z | Compiling omicron-zone-package v0.12.2 |
| 2390 | 2026-05-28T12:48:59.650Z | Compiling progenitor-client v0.14.0 |
| 2391 | 2026-05-28T12:48:59.653Z | Compiling progenitor-client v0.13.0 |
| 2392 | 2026-05-28T12:49:00.160Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-05-28T12:49:02.443Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-05-28T12:49:02.462Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2395 | 2026-05-28T12:49:02.492Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-05-28T12:49:02.560Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-05-28T12:49:02.610Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-05-28T12:49:02.664Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2399 | 2026-05-28T12:49:02.678Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2400 | 2026-05-28T12:49:02.759Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-05-28T12:49:02.820Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-05-28T12:49:06.786Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-05-28T12:49:14.437Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-28T12:49:17.518Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-05-28T12:49:18.510Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-05-28T12:49:28.217Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2407 | 2026-05-28T12:49:28.377Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-05-28T12:49:28.440Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-05-28T12:49:28.443Z | Created new build target 'test' and set it as active |
| 2410 | 2026-05-28T12:49:28.446Z | |
| 2411 | 2026-05-28T12:49:28.446Z | real 1:44.632137495 |
| 2412 | 2026-05-28T12:49:28.446Z | user 17:04.985283116 |
| 2413 | 2026-05-28T12:49:28.446Z | sys 2:39.068976630 |
| 2414 | 2026-05-28T12:49:28.446Z | trap 0.468143138 |
| 2415 | 2026-05-28T12:49:28.446Z | tflt 2.987227912 |
| 2416 | 2026-05-28T12:49:28.446Z | dflt 4.283158875 |
| 2417 | 2026-05-28T12:49:28.446Z | kflt 0.001344571 |
| 2418 | 2026-05-28T12:49:28.446Z | lock 53:11.827652321 |
| 2419 | 2026-05-28T12:49:28.446Z | slp 43:31.913137997 |
| 2420 | 2026-05-28T12:49:28.446Z | lat 45.545014022 |
| 2421 | 2026-05-28T12:49:28.446Z | stop 5:30.474606886 |
| 2422 | 2026-05-28T12:49:28.446Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-05-28T12:49:29.366Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2424 | 2026-05-28T12:49:29.443Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-05-28T12:49:29.500Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-05-28T12:49:31.083Z | Compiling heck v0.5.0 |
| 2427 | 2026-05-28T12:49:31.307Z | Compiling regress v0.11.1 |
| 2428 | 2026-05-28T12:49:31.310Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-05-28T12:49:31.378Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-05-28T12:49:31.409Z | Compiling regress v0.10.5 |
| 2431 | 2026-05-28T12:49:31.409Z | Compiling unicode-width v0.1.14 |
| 2432 | 2026-05-28T12:49:31.412Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-05-28T12:49:31.412Z | Compiling prettyplease v0.2.37 |
| 2434 | 2026-05-28T12:49:31.412Z | Compiling derive-where v1.6.0 |
| 2435 | 2026-05-28T12:49:31.433Z | Compiling num-rational v0.4.2 |
| 2436 | 2026-05-28T12:49:31.497Z | Compiling num-complex v0.4.6 |
| 2437 | 2026-05-28T12:49:31.518Z | Compiling rustls v0.22.4 |
| 2438 | 2026-05-28T12:49:31.521Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-05-28T12:49:31.521Z | Compiling thread_local v1.1.9 |
| 2440 | 2026-05-28T12:49:31.541Z | Compiling match_cfg v0.1.0 |
| 2441 | 2026-05-28T12:49:31.652Z | Compiling compression-core v0.4.31 |
| 2442 | 2026-05-28T12:49:31.673Z | Compiling float-ord v0.3.2 |
| 2443 | 2026-05-28T12:49:31.673Z | Compiling bytecount v0.6.9 |
| 2444 | 2026-05-28T12:49:31.719Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2445 | 2026-05-28T12:49:31.739Z | Compiling hostname v0.3.1 |
| 2446 | 2026-05-28T12:49:31.809Z | Compiling compression-codecs v0.4.37 |
| 2447 | 2026-05-28T12:49:31.833Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-05-28T12:49:31.855Z | Compiling multer v3.1.0 |
| 2449 | 2026-05-28T12:49:31.888Z | Compiling slog-async v2.8.0 |
| 2450 | 2026-05-28T12:49:31.910Z | Compiling crossbeam-channel v0.5.15 |
| 2451 | 2026-05-28T12:49:31.931Z | Compiling num v0.4.3 |
| 2452 | 2026-05-28T12:49:31.934Z | Compiling slog-json v2.6.1 |
| 2453 | 2026-05-28T12:49:31.975Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2454 | 2026-05-28T12:49:31.996Z | Compiling serde_spanned v1.0.4 |
| 2455 | 2026-05-28T12:49:32.020Z | Compiling take_mut v0.2.2 |
| 2456 | 2026-05-28T12:49:32.041Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2457 | 2026-05-28T12:49:32.157Z | Compiling term v1.2.1 |
| 2458 | 2026-05-28T12:49:32.180Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-05-28T12:49:32.183Z | Compiling async-compression v0.4.41 |
| 2460 | 2026-05-28T12:49:32.284Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2461 | 2026-05-28T12:49:32.378Z | Compiling console v0.15.11 |
| 2462 | 2026-05-28T12:49:32.412Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2463 | 2026-05-28T12:49:32.457Z | Compiling slog-term v2.9.2 |
| 2464 | 2026-05-28T12:49:32.544Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-05-28T12:49:32.573Z | Compiling async-stream v0.3.6 |
| 2466 | 2026-05-28T12:49:32.678Z | Compiling dropshot v0.17.0 |
| 2467 | 2026-05-28T12:49:32.701Z | Compiling progenitor-client v0.14.0 |
| 2468 | 2026-05-28T12:49:32.722Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2469 | 2026-05-28T12:49:32.748Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-05-28T12:49:32.769Z | Compiling backon v1.6.0 |
| 2471 | 2026-05-28T12:49:32.795Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-05-28T12:49:32.820Z | Compiling hostname v0.4.2 |
| 2473 | 2026-05-28T12:49:32.911Z | Compiling typify-impl v0.6.2 |
| 2474 | 2026-05-28T12:49:32.935Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-05-28T12:49:32.988Z | Compiling instant v0.1.13 |
| 2476 | 2026-05-28T12:49:33.012Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-05-28T12:49:33.016Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-05-28T12:49:33.060Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2479 | 2026-05-28T12:49:33.063Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2480 | 2026-05-28T12:49:33.151Z | Compiling backoff v0.4.0 |
| 2481 | 2026-05-28T12:49:33.180Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-05-28T12:49:33.318Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-05-28T12:49:33.322Z | Compiling newline-converter v0.3.0 |
| 2484 | 2026-05-28T12:49:33.391Z | Compiling atomicwrites v0.4.4 |
| 2485 | 2026-05-28T12:49:33.415Z | Compiling progenitor-client v0.13.0 |
| 2486 | 2026-05-28T12:49:33.455Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2487 | 2026-05-28T12:49:33.503Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-05-28T12:49:33.523Z | Compiling humantime v2.3.0 |
| 2489 | 2026-05-28T12:49:33.620Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-05-28T12:49:33.745Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-05-28T12:49:33.767Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-05-28T12:49:33.798Z | Compiling owo-colors v4.3.0 |
| 2493 | 2026-05-28T12:49:33.886Z | Compiling cancel-safe-futures v0.1.5 |
| 2494 | 2026-05-28T12:49:33.910Z | Compiling resolv-conf v0.7.6 |
| 2495 | 2026-05-28T12:49:33.953Z | Compiling tokio-rustls v0.25.0 |
| 2496 | 2026-05-28T12:49:33.978Z | Compiling libsw-core v0.3.2 |
| 2497 | 2026-05-28T12:49:33.982Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-05-28T12:49:34.049Z | Compiling toml v0.8.23 |
| 2499 | 2026-05-28T12:49:34.259Z | Compiling nom v7.1.3 |
| 2500 | 2026-05-28T12:49:34.281Z | Compiling libsw v3.5.0 |
| 2501 | 2026-05-28T12:49:34.302Z | Compiling num-derive v0.3.3 |
| 2502 | 2026-05-28T12:49:34.501Z | Compiling linked-hash-map v0.5.6 |
| 2503 | 2026-05-28T12:49:34.550Z | Compiling linear-map v1.2.0 |
| 2504 | 2026-05-28T12:49:34.655Z | Compiling hickory-proto v0.24.4 |
| 2505 | 2026-05-28T12:49:34.717Z | Compiling lru-cache v0.1.2 |
| 2506 | 2026-05-28T12:49:34.752Z | Compiling unicode-xid v0.2.6 |
| 2507 | 2026-05-28T12:49:34.805Z | Compiling itertools v0.13.0 |
| 2508 | 2026-05-28T12:49:34.827Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2509 | 2026-05-28T12:49:34.894Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2510 | 2026-05-28T12:49:34.917Z | Compiling csv-core v0.1.13 |
| 2511 | 2026-05-28T12:49:34.978Z | Compiling highway v1.3.0 |
| 2512 | 2026-05-28T12:49:35.179Z | Compiling termtree v0.5.1 |
| 2513 | 2026-05-28T12:49:35.203Z | Compiling libscf-sys v1.1.0 |
| 2514 | 2026-05-28T12:49:35.356Z | Compiling csv v1.4.0 |
| 2515 | 2026-05-28T12:49:35.380Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-05-28T12:49:35.383Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-05-28T12:49:35.615Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2518 | 2026-05-28T12:49:35.711Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-28T12:49:35.790Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2520 | 2026-05-28T12:49:35.900Z | Compiling tagptr v0.2.0 |
| 2521 | 2026-05-28T12:49:35.967Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-05-28T12:49:36.107Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2523 | 2026-05-28T12:49:36.225Z | Compiling moka v0.12.13 |
| 2524 | 2026-05-28T12:49:36.256Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2525 | 2026-05-28T12:49:36.339Z | Compiling tabled v0.15.0 |
| 2526 | 2026-05-28T12:49:36.362Z | Compiling phf v0.12.1 |
| 2527 | 2026-05-28T12:49:36.391Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-05-28T12:49:36.424Z | Compiling typify-macro v0.6.2 |
| 2529 | 2026-05-28T12:49:36.573Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2530 | 2026-05-28T12:49:36.929Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2531 | 2026-05-28T12:49:37.015Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2532 | 2026-05-28T12:49:37.187Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2533 | 2026-05-28T12:49:37.259Z | Compiling hickory-resolver v0.24.4 |
| 2534 | 2026-05-28T12:49:37.327Z | Compiling hickory-resolver v0.25.2 |
| 2535 | 2026-05-28T12:49:38.012Z | Compiling typify v0.6.2 |
| 2536 | 2026-05-28T12:49:38.314Z | Compiling progenitor-impl v0.14.0 |
| 2537 | 2026-05-28T12:49:39.211Z | Compiling progenitor-impl v0.13.0 |
| 2538 | 2026-05-28T12:49:40.475Z | Compiling progenitor-macro v0.14.0 |
| 2539 | 2026-05-28T12:49:40.722Z | Compiling qorb v0.4.1 |
| 2540 | 2026-05-28T12:49:41.371Z | Compiling progenitor-macro v0.13.0 |
| 2541 | 2026-05-28T12:49:42.679Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2542 | 2026-05-28T12:49:43.538Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2543 | 2026-05-28T12:49:43.677Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-05-28T12:49:43.824Z | Compiling const_format v0.2.35 |
| 2545 | 2026-05-28T12:49:44.046Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2546 | 2026-05-28T12:49:44.228Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2547 | 2026-05-28T12:49:44.326Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2548 | 2026-05-28T12:49:44.539Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-05-28T12:49:44.726Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-28T12:49:45.013Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-28T12:49:45.412Z | Compiling progenitor v0.13.0 |
| 2552 | 2026-05-28T12:49:45.457Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2553 | 2026-05-28T12:49:45.512Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2554 | 2026-05-28T12:49:45.538Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2555 | 2026-05-28T12:49:45.604Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2556 | 2026-05-28T12:49:46.464Z | Compiling semver v0.1.20 |
| 2557 | 2026-05-28T12:49:46.708Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2558 | 2026-05-28T12:49:46.775Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-05-28T12:49:47.202Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2560 | 2026-05-28T12:49:48.360Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2561 | 2026-05-28T12:49:48.898Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2562 | 2026-05-28T12:49:49.027Z | Compiling newtype_derive v0.1.6 |
| 2563 | 2026-05-28T12:49:49.068Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2564 | 2026-05-28T12:49:49.262Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2565 | 2026-05-28T12:49:49.395Z | Compiling convert_case v0.10.0 |
| 2566 | 2026-05-28T12:49:49.488Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2567 | 2026-05-28T12:49:49.656Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-05-28T12:49:49.705Z | Compiling smawk v0.3.2 |
| 2569 | 2026-05-28T12:49:49.829Z | Compiling derive_more-impl v2.1.1 |
| 2570 | 2026-05-28T12:49:49.908Z | Compiling textwrap v0.16.2 |
| 2571 | 2026-05-28T12:49:50.059Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2572 | 2026-05-28T12:49:50.298Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2573 | 2026-05-28T12:49:50.596Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2574 | 2026-05-28T12:49:51.739Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2575 | 2026-05-28T12:49:51.809Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2576 | 2026-05-28T12:49:51.876Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2577 | 2026-05-28T12:49:52.216Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2578 | 2026-05-28T12:49:52.497Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2579 | 2026-05-28T12:49:52.753Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2580 | 2026-05-28T12:49:53.009Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2581 | 2026-05-28T12:49:53.137Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2582 | 2026-05-28T12:49:53.461Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2583 | 2026-05-28T12:49:53.488Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2584 | 2026-05-28T12:49:53.511Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2585 | 2026-05-28T12:49:53.728Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2586 | 2026-05-28T12:49:53.862Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2587 | 2026-05-28T12:49:53.891Z | Compiling derive_more v2.1.1 |
| 2588 | 2026-05-28T12:49:53.985Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2589 | 2026-05-28T12:49:54.036Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2590 | 2026-05-28T12:49:54.124Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2591 | 2026-05-28T12:49:54.214Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2592 | 2026-05-28T12:49:54.349Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2593 | 2026-05-28T12:49:54.521Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2594 | 2026-05-28T12:49:54.626Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2595 | 2026-05-28T12:49:54.779Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2596 | 2026-05-28T12:49:54.923Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2597 | 2026-05-28T12:49:55.110Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2598 | 2026-05-28T12:49:55.219Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2599 | 2026-05-28T12:49:55.792Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2600 | 2026-05-28T12:49:56.055Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2601 | 2026-05-28T12:49:56.626Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2602 | 2026-05-28T12:49:56.745Z | Compiling steno v0.4.1 |
| 2603 | 2026-05-28T12:49:57.049Z | Compiling crossterm v0.29.0 |
| 2604 | 2026-05-28T12:49:57.783Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2605 | 2026-05-28T12:49:59.093Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2606 | 2026-05-28T12:49:59.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2607 | 2026-05-28T12:49:59.980Z | Compiling vte v0.14.1 |
| 2608 | 2026-05-28T12:50:00.021Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2609 | 2026-05-28T12:50:00.255Z | Compiling strip-ansi-escapes v0.2.1 |
| 2610 | 2026-05-28T12:50:00.323Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2611 | 2026-05-28T12:50:00.409Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2612 | 2026-05-28T12:50:00.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2613 | 2026-05-28T12:50:00.819Z | Compiling fd-lock v4.0.4 |
| 2614 | 2026-05-28T12:50:01.028Z | Compiling peg-macros v0.8.5 |
| 2615 | 2026-05-28T12:50:01.031Z | Compiling nu-ansi-term v0.50.3 |
| 2616 | 2026-05-28T12:50:01.616Z | Compiling reedline v0.40.0 |
| 2617 | 2026-05-28T12:50:01.734Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2618 | 2026-05-28T12:50:02.221Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2619 | 2026-05-28T12:50:02.325Z | Compiling peg v0.8.5 |
| 2620 | 2026-05-28T12:50:02.436Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2621 | 2026-05-28T12:50:03.444Z | Compiling nom v8.0.0 |
| 2622 | 2026-05-28T12:50:04.368Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2623 | 2026-05-28T12:50:04.392Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2624 | 2026-05-28T12:50:04.499Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2625 | 2026-05-28T12:50:04.758Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2626 | 2026-05-28T12:50:05.086Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2627 | 2026-05-28T12:50:05.283Z | Compiling base64 v0.21.7 |
| 2628 | 2026-05-28T12:50:05.393Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2629 | 2026-05-28T12:50:05.450Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2630 | 2026-05-28T12:50:05.624Z | Compiling utf-8 v0.7.6 |
| 2631 | 2026-05-28T12:50:05.712Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2632 | 2026-05-28T12:50:05.779Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2633 | 2026-05-28T12:50:05.831Z | Compiling tungstenite v0.21.0 |
| 2634 | 2026-05-28T12:50:05.873Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2635 | 2026-05-28T12:50:05.903Z | Compiling radium v0.7.0 |
| 2636 | 2026-05-28T12:50:06.014Z | Compiling maybe-uninit v2.0.0 |
| 2637 | 2026-05-28T12:50:06.160Z | Compiling display-error-chain v0.2.2 |
| 2638 | 2026-05-28T12:50:06.251Z | Compiling tap v1.0.1 |
| 2639 | 2026-05-28T12:50:06.396Z | Compiling wyz v0.5.1 |
| 2640 | 2026-05-28T12:50:06.421Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2641 | 2026-05-28T12:50:06.563Z | Compiling tokio-tungstenite v0.21.0 |
| 2642 | 2026-05-28T12:50:06.607Z | Compiling zerocopy-derive v0.6.6 |
| 2643 | 2026-05-28T12:50:06.652Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2644 | 2026-05-28T12:50:06.960Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2645 | 2026-05-28T12:50:07.062Z | Compiling crc-catalog v2.4.0 |
| 2646 | 2026-05-28T12:50:07.213Z | Compiling funty v2.0.0 |
| 2647 | 2026-05-28T12:50:07.423Z | Compiling packed_struct v0.10.1 |
| 2648 | 2026-05-28T12:50:07.751Z | Compiling bitvec v1.0.1 |
| 2649 | 2026-05-28T12:50:07.998Z | Compiling zerocopy v0.6.6 |
| 2650 | 2026-05-28T12:50:08.175Z | Compiling crc v3.4.0 |
| 2651 | 2026-05-28T12:50:08.398Z | Compiling proc-macro-error2 v2.0.1 |
| 2652 | 2026-05-28T12:50:08.530Z | Compiling itertools v0.10.5 |
| 2653 | 2026-05-28T12:50:08.673Z | Compiling packed_struct_codegen v0.10.1 |
| 2654 | 2026-05-28T12:50:08.720Z | Compiling vergen-lib v0.1.6 |
| 2655 | 2026-05-28T12:50:08.952Z | Compiling bitfield-macros v0.19.4 |
| 2656 | 2026-05-28T12:50:09.265Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2657 | 2026-05-28T12:50:09.583Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2658 | 2026-05-28T12:50:09.655Z | Compiling indexmap v1.9.3 |
| 2659 | 2026-05-28T12:50:09.679Z | Compiling nodrop v0.1.14 |
| 2660 | 2026-05-28T12:50:09.705Z | Compiling bitfield v0.19.4 |
| 2661 | 2026-05-28T12:50:09.834Z | Compiling array-init v0.0.4 |
| 2662 | 2026-05-28T12:50:09.965Z | Compiling tabled_derive v0.11.0 |
| 2663 | 2026-05-28T12:50:10.042Z | Compiling smallvec v0.6.14 |
| 2664 | 2026-05-28T12:50:10.257Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2665 | 2026-05-28T12:50:10.385Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2666 | 2026-05-28T12:50:10.408Z | Compiling papergrid v0.17.0 |
| 2667 | 2026-05-28T12:50:10.530Z | Compiling testing_table v0.3.0 |
| 2668 | 2026-05-28T12:50:11.006Z | Compiling vergen-gitcl v1.0.8 |
| 2669 | 2026-05-28T12:50:11.032Z | Compiling dirs-sys-next v0.1.2 |
| 2670 | 2026-05-28T12:50:11.101Z | Compiling crunchy v0.2.4 |
| 2671 | 2026-05-28T12:50:11.249Z | Compiling hashbrown v0.12.3 |
| 2672 | 2026-05-28T12:50:11.302Z | Compiling maplit v1.0.2 |
| 2673 | 2026-05-28T12:50:11.323Z | Compiling diesel_derives v2.3.7 |
| 2674 | 2026-05-28T12:50:11.393Z | Compiling glob v0.3.3 |
| 2675 | 2026-05-28T12:50:11.504Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-05-28T12:50:11.586Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2677 | 2026-05-28T12:50:11.666Z | Compiling tabled v0.20.0 |
| 2678 | 2026-05-28T12:50:11.774Z | Compiling clang-sys v1.8.1 |
| 2679 | 2026-05-28T12:50:11.912Z | Compiling serde-hex v0.1.0 |
| 2680 | 2026-05-28T12:50:12.168Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2681 | 2026-05-28T12:50:12.282Z | Compiling ron v0.8.1 |
| 2682 | 2026-05-28T12:50:12.419Z | Compiling hashbrown v0.13.2 |
| 2683 | 2026-05-28T12:50:12.443Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2684 | 2026-05-28T12:50:13.047Z | Compiling scheduled-thread-pool v0.2.7 |
| 2685 | 2026-05-28T12:50:13.072Z | Compiling dsl_auto_type v0.2.0 |
| 2686 | 2026-05-28T12:50:13.643Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2687 | 2026-05-28T12:50:13.666Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2688 | 2026-05-28T12:50:13.802Z | Compiling tiny-keccak v2.0.2 |
| 2689 | 2026-05-28T12:50:13.865Z | Compiling crc-any v2.5.0 |
| 2690 | 2026-05-28T12:50:13.996Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2691 | 2026-05-28T12:50:14.020Z | Compiling r2d2 v0.8.10 |
| 2692 | 2026-05-28T12:50:14.077Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2693 | 2026-05-28T12:50:14.319Z | Compiling object v0.30.4 |
| 2694 | 2026-05-28T12:50:14.644Z | Compiling term v0.7.0 |
| 2695 | 2026-05-28T12:50:14.895Z | Compiling downcast-rs v2.0.2 |
| 2696 | 2026-05-28T12:50:14.916Z | Compiling path-slash v0.1.5 |
| 2697 | 2026-05-28T12:50:15.032Z | Compiling bit-vec v0.6.3 |
| 2698 | 2026-05-28T12:50:15.112Z | Compiling xshell-macros v0.2.7 |
| 2699 | 2026-05-28T12:50:15.285Z | Compiling bit-set v0.5.3 |
| 2700 | 2026-05-28T12:50:15.516Z | Compiling xshell v0.2.7 |
| 2701 | 2026-05-28T12:50:15.581Z | Compiling ascii-canvas v3.0.0 |
| 2702 | 2026-05-28T12:50:16.113Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2703 | 2026-05-28T12:50:16.137Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2704 | 2026-05-28T12:50:16.866Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2705 | 2026-05-28T12:50:17.348Z | Compiling ena v0.14.4 |
| 2706 | 2026-05-28T12:50:17.630Z | Compiling libloading v0.8.9 |
| 2707 | 2026-05-28T12:50:17.775Z | Compiling diff v0.1.13 |
| 2708 | 2026-05-28T12:50:17.828Z | Compiling crc8 v0.1.1 |
| 2709 | 2026-05-28T12:50:17.888Z | Compiling regex-syntax v0.6.29 |
| 2710 | 2026-05-28T12:50:17.990Z | Compiling bindgen v0.71.1 |
| 2711 | 2026-05-28T12:50:18.028Z | Compiling unicase v2.9.0 |
| 2712 | 2026-05-28T12:50:18.342Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2713 | 2026-05-28T12:50:18.372Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2714 | 2026-05-28T12:50:18.575Z | Compiling diesel v2.3.7 |
| 2715 | 2026-05-28T12:50:19.200Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2716 | 2026-05-28T12:50:19.471Z | Compiling lalrpop v0.19.12 |
| 2717 | 2026-05-28T12:50:19.637Z | Compiling cexpr v0.6.0 |
| 2718 | 2026-05-28T12:50:19.741Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2719 | 2026-05-28T12:50:19.803Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2720 | 2026-05-28T12:50:19.874Z | Compiling rustc-hash v2.1.1 |
| 2721 | 2026-05-28T12:50:20.051Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2722 | 2026-05-28T12:50:20.102Z | Compiling headers-core v0.3.0 |
| 2723 | 2026-05-28T12:50:20.211Z | Compiling libxml v0.3.3 |
| 2724 | 2026-05-28T12:50:20.269Z | Compiling headers v0.4.1 |
| 2725 | 2026-05-28T12:50:20.303Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2726 | 2026-05-28T12:50:20.483Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2727 | 2026-05-28T12:50:20.755Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2728 | 2026-05-28T12:50:21.391Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2729 | 2026-05-28T12:50:21.537Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2730 | 2026-05-28T12:50:21.860Z | Compiling git-stub v1.0.0 |
| 2731 | 2026-05-28T12:50:22.016Z | Compiling strum_macros v0.24.3 |
| 2732 | 2026-05-28T12:50:22.042Z | Compiling indoc v1.0.9 |
| 2733 | 2026-05-28T12:50:22.057Z | Compiling git-stub-vcs v0.1.0 |
| 2734 | 2026-05-28T12:50:22.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2735 | 2026-05-28T12:50:22.479Z | Compiling derive_builder v0.20.2 |
| 2736 | 2026-05-28T12:50:22.504Z | Compiling oso-derive v0.27.3 |
| 2737 | 2026-05-28T12:50:22.577Z | Compiling quick-xml v0.37.5 |
| 2738 | 2026-05-28T12:50:22.665Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2739 | 2026-05-28T12:50:23.025Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2740 | 2026-05-28T12:50:23.287Z | Compiling openssl-probe v0.1.6 |
| 2741 | 2026-05-28T12:50:23.373Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2742 | 2026-05-28T12:50:23.614Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2743 | 2026-05-28T12:50:23.955Z | Compiling half v1.8.3 |
| 2744 | 2026-05-28T12:50:24.033Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2745 | 2026-05-28T12:50:24.086Z | Compiling bb8 v0.8.6 |
| 2746 | 2026-05-28T12:50:24.273Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2747 | 2026-05-28T12:50:24.339Z | Compiling serde_cbor v0.11.2 |
| 2748 | 2026-05-28T12:50:24.449Z | Compiling trait-variant v0.1.2 |
| 2749 | 2026-05-28T12:50:24.511Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2750 | 2026-05-28T12:50:24.636Z | Compiling samael v0.0.19 |
| 2751 | 2026-05-28T12:50:24.981Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2752 | 2026-05-28T12:50:25.235Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2753 | 2026-05-28T12:50:25.326Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2754 | 2026-05-28T12:50:25.657Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2755 | 2026-05-28T12:50:25.684Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2756 | 2026-05-28T12:50:25.965Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2757 | 2026-05-28T12:50:26.003Z | Compiling typify-impl v0.4.3 |
| 2758 | 2026-05-28T12:50:26.779Z | Compiling fxhash v0.2.1 |
| 2759 | 2026-05-28T12:50:26.934Z | Compiling libz-sys v1.1.24 |
| 2760 | 2026-05-28T12:50:26.958Z | Compiling polar-core v0.27.3 |
| 2761 | 2026-05-28T12:50:26.982Z | Compiling nonempty v0.12.0 |
| 2762 | 2026-05-28T12:50:27.220Z | Compiling salty v0.3.0 |
| 2763 | 2026-05-28T12:50:27.441Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2764 | 2026-05-28T12:50:27.541Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2765 | 2026-05-28T12:50:27.688Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2766 | 2026-05-28T12:50:28.426Z | Compiling kstat-rs v0.2.4 |
| 2767 | 2026-05-28T12:50:28.920Z | Compiling arc-swap v1.8.2 |
| 2768 | 2026-05-28T12:50:29.322Z | Compiling fs-err v2.11.0 |
| 2769 | 2026-05-28T12:50:29.439Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2770 | 2026-05-28T12:50:29.510Z | Compiling typify-macro v0.4.3 |
| 2771 | 2026-05-28T12:50:29.646Z | Compiling mime_guess v2.0.5 |
| 2772 | 2026-05-28T12:50:29.715Z | Compiling slog-scope v4.4.1 |
| 2773 | 2026-05-28T12:50:29.784Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2774 | 2026-05-28T12:50:29.879Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2775 | 2026-05-28T12:50:30.166Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2776 | 2026-05-28T12:50:30.856Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2777 | 2026-05-28T12:50:30.873Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2778 | 2026-05-28T12:50:31.046Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2779 | 2026-05-28T12:50:31.228Z | Compiling nanorand v0.7.0 |
| 2780 | 2026-05-28T12:50:31.378Z | Compiling darling_core v0.23.0 |
| 2781 | 2026-05-28T12:50:31.652Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2782 | 2026-05-28T12:50:32.060Z | Compiling parking_lot_core v0.8.6 |
| 2783 | 2026-05-28T12:50:32.390Z | Compiling flume v0.11.1 |
| 2784 | 2026-05-28T12:50:32.849Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2785 | 2026-05-28T12:50:33.577Z | Compiling darling_macro v0.23.0 |
| 2786 | 2026-05-28T12:50:33.743Z | Compiling slog-stdlog v4.1.1 |
| 2787 | 2026-05-28T12:50:34.216Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2788 | 2026-05-28T12:50:34.250Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2789 | 2026-05-28T12:50:34.351Z | Compiling primeorder v0.13.6 |
| 2790 | 2026-05-28T12:50:34.689Z | Compiling atty v0.2.14 |
| 2791 | 2026-05-28T12:50:34.852Z | Compiling instability v0.3.11 |
| 2792 | 2026-05-28T12:50:35.089Z | Compiling parse-size v1.1.0 |
| 2793 | 2026-05-28T12:50:35.323Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2794 | 2026-05-28T12:50:35.418Z | Compiling http-range v0.1.5 |
| 2795 | 2026-05-28T12:50:35.442Z | Compiling strsim v0.10.0 |
| 2796 | 2026-05-28T12:50:35.601Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2797 | 2026-05-28T12:50:35.762Z | Compiling oso v0.27.3 |
| 2798 | 2026-05-28T12:50:39.308Z | Compiling diesel-dtrace v0.5.0 |
| 2799 | 2026-05-28T12:50:39.634Z | Compiling async-bb8-diesel v0.2.1 |
| 2800 | 2026-05-28T12:50:40.084Z | Compiling darling_core v0.13.4 |
| 2801 | 2026-05-28T12:50:40.288Z | Compiling p384 v0.13.1 |
| 2802 | 2026-05-28T12:50:40.474Z | Compiling darling v0.23.0 |
| 2803 | 2026-05-28T12:50:40.539Z | Compiling slog-envlogger v2.2.0 |
| 2804 | 2026-05-28T12:50:41.761Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2805 | 2026-05-28T12:50:42.143Z | Compiling typify v0.4.3 |
| 2806 | 2026-05-28T12:50:42.241Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 2807 | 2026-05-28T12:50:46.181Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2808 | 2026-05-28T12:50:46.181Z | Compiling ignore v0.4.25 |
| 2809 | 2026-05-28T12:50:46.181Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2810 | 2026-05-28T12:50:46.181Z | Compiling vergen-git2 v9.1.0 |
| 2811 | 2026-05-28T12:50:46.181Z | Compiling castaway v0.2.4 |
| 2812 | 2026-05-28T12:50:46.181Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2813 | 2026-05-28T12:50:46.182Z | Compiling indoc v2.0.7 |
| 2814 | 2026-05-28T12:50:46.182Z | Compiling compact_str v0.8.1 |
| 2815 | 2026-05-28T12:50:46.182Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2816 | 2026-05-28T12:50:46.182Z | Compiling globwalk v0.9.1 |
| 2817 | 2026-05-28T12:50:46.182Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2818 | 2026-05-28T12:50:46.182Z | Compiling progenitor-impl v0.11.2 |
| 2819 | 2026-05-28T12:50:46.182Z | Compiling parking_lot v0.11.2 |
| 2820 | 2026-05-28T12:50:46.182Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2821 | 2026-05-28T12:50:46.358Z | Compiling darling_macro v0.13.4 |
| 2822 | 2026-05-28T12:50:46.403Z | Compiling hyper-staticfile v0.10.1 |
| 2823 | 2026-05-28T12:50:47.206Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2824 | 2026-05-28T12:50:47.577Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2825 | 2026-05-28T12:50:47.623Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2826 | 2026-05-28T12:50:47.665Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2827 | 2026-05-28T12:50:47.908Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2828 | 2026-05-28T12:50:47.999Z | Compiling unicode-truncate v1.1.0 |
| 2829 | 2026-05-28T12:50:48.108Z | Compiling predicates-tree v1.0.13 |
| 2830 | 2026-05-28T12:50:48.220Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2831 | 2026-05-28T12:50:48.354Z | Compiling lru v0.12.5 |
| 2832 | 2026-05-28T12:50:48.463Z | Compiling rand_seeder v0.4.0 |
| 2833 | 2026-05-28T12:50:48.489Z | Compiling prefix-trie v0.7.0 |
| 2834 | 2026-05-28T12:50:48.587Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2835 | 2026-05-28T12:50:48.610Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2836 | 2026-05-28T12:50:48.723Z | Compiling rustls v0.21.12 |
| 2837 | 2026-05-28T12:50:48.874Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2838 | 2026-05-28T12:50:48.955Z | Compiling cassowary v0.3.0 |
| 2839 | 2026-05-28T12:50:48.980Z | Compiling corncobs v0.1.4 |
| 2840 | 2026-05-28T12:50:49.145Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2841 | 2026-05-28T12:50:49.169Z | Compiling hickory-server v0.25.2 |
| 2842 | 2026-05-28T12:50:49.271Z | Compiling ratatui v0.29.0 |
| 2843 | 2026-05-28T12:50:49.562Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2844 | 2026-05-28T12:50:49.788Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2845 | 2026-05-28T12:50:49.898Z | Compiling camino-tempfile-ext v0.3.3 |
| 2846 | 2026-05-28T12:50:50.048Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2847 | 2026-05-28T12:50:50.541Z | Compiling progenitor-macro v0.11.2 |
| 2848 | 2026-05-28T12:50:50.566Z | Compiling darling v0.13.4 |
| 2849 | 2026-05-28T12:50:50.727Z | Compiling sled v0.34.7 |
| 2850 | 2026-05-28T12:50:53.439Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2851 | 2026-05-28T12:50:54.244Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2852 | 2026-05-28T12:50:54.401Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2853 | 2026-05-28T12:50:54.599Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2854 | 2026-05-28T12:50:55.124Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2855 | 2026-05-28T12:50:57.411Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2856 | 2026-05-28T12:50:57.702Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2857 | 2026-05-28T12:50:57.865Z | Compiling git2 v0.20.4 |
| 2858 | 2026-05-28T12:50:58.069Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2859 | 2026-05-28T12:51:00.939Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2860 | 2026-05-28T12:51:00.963Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2861 | 2026-05-28T12:51:01.040Z | Compiling progenitor-client v0.11.2 |
| 2862 | 2026-05-28T12:51:01.194Z | Compiling rustls-webpki v0.101.7 |
| 2863 | 2026-05-28T12:51:01.219Z | Compiling sct v0.7.1 |
| 2864 | 2026-05-28T12:51:01.219Z | Compiling secrecy v0.8.0 |
| 2865 | 2026-05-28T12:51:01.270Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2866 | 2026-05-28T12:51:01.360Z | Compiling progenitor v0.11.2 |
| 2867 | 2026-05-28T12:51:01.537Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2868 | 2026-05-28T12:51:01.591Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2869 | 2026-05-28T12:51:01.617Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2870 | 2026-05-28T12:51:02.298Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2871 | 2026-05-28T12:51:02.363Z | Compiling serde_with_macros v1.5.2 |
| 2872 | 2026-05-28T12:51:02.898Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2873 | 2026-05-28T12:51:03.202Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2874 | 2026-05-28T12:51:04.586Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2875 | 2026-05-28T12:51:04.720Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2876 | 2026-05-28T12:51:05.649Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2877 | 2026-05-28T12:51:05.882Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2878 | 2026-05-28T12:51:06.131Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2879 | 2026-05-28T12:51:06.418Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2880 | 2026-05-28T12:51:06.657Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2881 | 2026-05-28T12:51:06.904Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2882 | 2026-05-28T12:51:06.930Z | Compiling void v1.0.2 |
| 2883 | 2026-05-28T12:51:07.177Z | Compiling lzss v0.8.2 |
| 2884 | 2026-05-28T12:51:07.615Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2885 | 2026-05-28T12:51:07.639Z | Compiling illumos-nvpair v0.3.0 |
| 2886 | 2026-05-28T12:51:08.151Z | Compiling tokio-rustls v0.24.1 |
| 2887 | 2026-05-28T12:51:08.297Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2888 | 2026-05-28T12:51:08.368Z | Compiling serde_with v1.14.0 |
| 2889 | 2026-05-28T12:51:09.251Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2890 | 2026-05-28T12:51:09.557Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2891 | 2026-05-28T12:51:10.415Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2892 | 2026-05-28T12:51:10.715Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2893 | 2026-05-28T12:51:10.838Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2894 | 2026-05-28T12:51:11.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2895 | 2026-05-28T12:51:11.971Z | Compiling tungstenite v0.23.0 |
| 2896 | 2026-05-28T12:51:12.153Z | Compiling rustls-pemfile v1.0.4 |
| 2897 | 2026-05-28T12:51:12.440Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2898 | 2026-05-28T12:51:12.603Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2899 | 2026-05-28T12:51:12.849Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2900 | 2026-05-28T12:51:12.895Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2901 | 2026-05-28T12:51:13.117Z | Compiling nix v0.27.1 |
| 2902 | 2026-05-28T12:51:14.386Z | Compiling twox-hash v2.1.2 |
| 2903 | 2026-05-28T12:51:14.427Z | Compiling serde_bytes v0.11.19 |
| 2904 | 2026-05-28T12:51:14.643Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2905 | 2026-05-28T12:51:14.733Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2906 | 2026-05-28T12:51:14.888Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2907 | 2026-05-28T12:51:15.133Z | Compiling tokio-tungstenite v0.23.1 |
| 2908 | 2026-05-28T12:51:15.535Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2909 | 2026-05-28T12:51:16.192Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2910 | 2026-05-28T12:51:17.776Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2911 | 2026-05-28T12:51:18.887Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2912 | 2026-05-28T12:51:19.635Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2913 | 2026-05-28T12:51:20.256Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2914 | 2026-05-28T12:51:20.281Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2915 | 2026-05-28T12:51:20.333Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2916 | 2026-05-28T12:51:20.474Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2917 | 2026-05-28T12:51:20.527Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2918 | 2026-05-28T12:51:20.724Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2919 | 2026-05-28T12:51:21.157Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2920 | 2026-05-28T12:51:21.421Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2921 | 2026-05-28T12:51:21.692Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2922 | 2026-05-28T12:51:22.689Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2923 | 2026-05-28T12:51:23.128Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2924 | 2026-05-28T12:51:25.031Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2925 | 2026-05-28T12:51:25.767Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2926 | 2026-05-28T12:51:25.823Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2927 | 2026-05-28T12:51:25.935Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2928 | 2026-05-28T12:51:27.081Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2929 | 2026-05-28T12:51:27.837Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2930 | 2026-05-28T12:51:28.069Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2931 | 2026-05-28T12:51:28.426Z | Compiling signal-hook-tokio v0.3.1 |
| 2932 | 2026-05-28T12:51:28.455Z | Compiling fatfs v0.3.6 |
| 2933 | 2026-05-28T12:51:28.562Z | Compiling yasna v0.5.2 |
| 2934 | 2026-05-28T12:51:28.636Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2935 | 2026-05-28T12:51:28.998Z | Compiling seq-macro v0.3.6 |
| 2936 | 2026-05-28T12:51:29.140Z | Compiling assert_matches v1.5.0 |
| 2937 | 2026-05-28T12:51:29.262Z | Compiling is_ci v1.2.0 |
| 2938 | 2026-05-28T12:51:29.306Z | Compiling rcgen v0.12.1 |
| 2939 | 2026-05-28T12:51:29.486Z | Compiling supports-color v3.0.2 |
| 2940 | 2026-05-28T12:51:29.509Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2941 | 2026-05-28T12:51:29.668Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2942 | 2026-05-28T12:51:29.862Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2943 | 2026-05-28T12:51:30.084Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2944 | 2026-05-28T12:51:30.331Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-05-28T12:51:30.598Z | Compiling rtoolbox v0.0.3 |
| 2946 | 2026-05-28T12:51:30.893Z | Compiling subprocess v0.2.15 |
| 2947 | 2026-05-28T12:51:32.328Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2948 | 2026-05-28T12:51:33.102Z | Compiling rpassword v7.4.0 |
| 2949 | 2026-05-28T12:51:33.480Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2950 | 2026-05-28T12:51:33.637Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2951 | 2026-05-28T12:51:33.716Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2952 | 2026-05-28T12:51:34.842Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-05-28T12:51:34.990Z | Compiling tui-tree-widget v0.23.1 |
| 2954 | 2026-05-28T12:51:35.289Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2955 | 2026-05-28T12:51:36.229Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2956 | 2026-05-28T12:51:36.780Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2957 | 2026-05-28T12:51:37.651Z | Compiling uzers v0.12.2 |
| 2958 | 2026-05-28T12:51:38.891Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2959 | 2026-05-28T12:51:39.117Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2960 | 2026-05-28T12:51:39.928Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2961 | 2026-05-28T12:51:40.167Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2962 | 2026-05-28T12:51:42.651Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2963 | 2026-05-28T12:51:44.885Z | Compiling support-bundle-viewer v0.1.2 |
| 2964 | 2026-05-28T12:51:46.831Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2965 | 2026-05-28T12:51:51.015Z | Compiling multimap v0.10.1 |
| 2966 | 2026-05-28T12:51:59.194Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2967 | 2026-05-28T12:52:05.173Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2968 | 2026-05-28T12:52:06.224Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2969 | 2026-05-28T12:52:09.488Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2970 | 2026-05-28T12:58:22.216Z | Finished `release` profile [optimized] target(s) in 8m 52s |
| 2971 | 2026-05-28T12:59:08.881Z | |
| 2972 | 2026-05-28T12:59:08.881Z | real 9:40.413240611 |
| 2973 | 2026-05-28T12:59:08.881Z | user 1:24:57.520817254 |
| 2974 | 2026-05-28T12:59:08.881Z | sys 3:57.616836973 |
| 2975 | 2026-05-28T12:59:08.885Z | trap 1.887457081 |
| 2976 | 2026-05-28T12:59:08.885Z | tflt 3.918680596 |
| 2977 | 2026-05-28T12:59:08.885Z | dflt 19.729172051 |
| 2978 | 2026-05-28T12:59:08.885Z | kflt 0.074979148 |
| 2979 | 2026-05-28T12:59:08.885Z | lock 7:21:32.197663736 |
| 2980 | 2026-05-28T12:59:08.885Z | slp 2:31:16.682684031 |
| 2981 | 2026-05-28T12:59:08.885Z | lat 2:53.698450301 |
| 2982 | 2026-05-28T12:59:08.885Z | stop 6:12.075153779 |
| 2983 | 2026-05-28T12:59:08.885Z | + mapfile -t packages |
| 2984 | 2026-05-28T12:59:08.885Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2985 | 2026-05-28T12:59:09.888Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2986 | 2026-05-28T12:59:09.973Z | Running `target/release/omicron-package -t test list-outputs` |
| 2987 | 2026-05-28T12:59:10.036Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2988 | 2026-05-28T12:59:10.039Z | + ptime -m cargo build --locked --release -p xtask |
| 2989 | 2026-05-28T12:59:10.604Z | Compiling libc v0.2.185 |
| 2990 | 2026-05-28T12:59:10.604Z | Compiling serde v1.0.228 |
| 2991 | 2026-05-28T12:59:10.604Z | Compiling serde_core v1.0.228 |
| 2992 | 2026-05-28T12:59:10.607Z | Compiling rustix v1.1.3 |
| 2993 | 2026-05-28T12:59:10.607Z | Compiling bitflags v2.11.0 |
| 2994 | 2026-05-28T12:59:10.608Z | Compiling serde_json v1.0.149 |
| 2995 | 2026-05-28T12:59:10.608Z | Compiling num-traits v0.2.19 |
| 2996 | 2026-05-28T12:59:10.710Z | Compiling syn v2.0.117 |
| 2997 | 2026-05-28T12:59:10.763Z | Compiling smallvec v1.15.1 |
| 2998 | 2026-05-28T12:59:10.775Z | Compiling indexmap v2.14.0 |
| 2999 | 2026-05-28T12:59:10.799Z | Compiling usdt-impl v0.5.0 |
| 3000 | 2026-05-28T12:59:10.823Z | Compiling syn v1.0.109 |
| 3001 | 2026-05-28T12:59:10.836Z | Compiling getrandom v0.4.1 |
| 3002 | 2026-05-28T12:59:10.848Z | Compiling percent-encoding v2.3.2 |
| 3003 | 2026-05-28T12:59:10.988Z | Compiling log v0.4.29 |
| 3004 | 2026-05-28T12:59:11.050Z | Compiling form_urlencoded v1.2.2 |
| 3005 | 2026-05-28T12:59:11.264Z | Compiling fs-err v3.3.0 |
| 3006 | 2026-05-28T12:59:11.267Z | Compiling heck v0.4.1 |
| 3007 | 2026-05-28T12:59:11.278Z | Compiling once_cell v1.21.3 |
| 3008 | 2026-05-28T12:59:11.304Z | Compiling anyhow v1.0.102 |
| 3009 | 2026-05-28T12:59:11.512Z | Compiling errno v0.3.14 |
| 3010 | 2026-05-28T12:59:11.515Z | Compiling thread-id v4.2.2 |
| 3011 | 2026-05-28T12:59:11.559Z | Compiling memmap v0.7.0 |
| 3012 | 2026-05-28T12:59:11.768Z | Compiling ordered-float v2.10.1 |
| 3013 | 2026-05-28T12:59:12.313Z | Compiling proc-macro-error v1.0.4 |
| 3014 | 2026-05-28T12:59:12.517Z | Compiling terminal_size v0.4.3 |
| 3015 | 2026-05-28T12:59:12.517Z | Compiling tempfile v3.25.0 |
| 3016 | 2026-05-28T12:59:12.562Z | Compiling tabled_derive v0.7.0 |
| 3017 | 2026-05-28T12:59:12.627Z | Compiling clap_builder v4.6.0 |
| 3018 | 2026-05-28T12:59:12.627Z | Compiling textwrap v0.16.2 |
| 3019 | 2026-05-28T12:59:12.741Z | Compiling camino-tempfile v1.4.1 |
| 3020 | 2026-05-28T12:59:13.238Z | Compiling tabled v0.15.0 |
| 3021 | 2026-05-28T12:59:13.275Z | Compiling synstructure v0.13.2 |
| 3022 | 2026-05-28T12:59:13.275Z | Compiling pest_generator v2.8.6 |
| 3023 | 2026-05-28T12:59:13.665Z | Compiling serde_derive v1.0.228 |
| 3024 | 2026-05-28T12:59:13.668Z | Compiling zerofrom-derive v0.1.6 |
| 3025 | 2026-05-28T12:59:13.669Z | Compiling yoke-derive v0.8.1 |
| 3026 | 2026-05-28T12:59:13.669Z | Compiling zerovec-derive v0.11.2 |
| 3027 | 2026-05-28T12:59:13.669Z | Compiling displaydoc v0.2.5 |
| 3028 | 2026-05-28T12:59:13.669Z | Compiling thiserror-impl v1.0.69 |
| 3029 | 2026-05-28T12:59:13.669Z | Compiling zerocopy-derive v0.7.35 |
| 3030 | 2026-05-28T12:59:13.669Z | Compiling scroll_derive v0.12.1 |
| 3031 | 2026-05-28T12:59:13.669Z | Compiling thiserror-impl v2.0.18 |
| 3032 | 2026-05-28T12:59:13.669Z | Compiling clap_derive v4.6.1 |
| 3033 | 2026-05-28T12:59:13.821Z | Compiling pest_derive v2.8.6 |
| 3034 | 2026-05-28T12:59:14.446Z | Compiling scroll v0.12.0 |
| 3035 | 2026-05-28T12:59:14.503Z | Compiling zerocopy v0.7.35 |
| 3036 | 2026-05-28T12:59:14.765Z | Compiling zerofrom v0.1.6 |
| 3037 | 2026-05-28T12:59:14.779Z | Compiling goblin v0.8.2 |
| 3038 | 2026-05-28T12:59:14.871Z | Compiling thiserror v1.0.69 |
| 3039 | 2026-05-28T12:59:14.922Z | Compiling yoke v0.8.1 |
| 3040 | 2026-05-28T12:59:14.991Z | Compiling dtrace-parser v0.2.0 |
| 3041 | 2026-05-28T12:59:15.010Z | Compiling thiserror v2.0.18 |
| 3042 | 2026-05-28T12:59:15.142Z | Compiling zerovec v0.11.5 |
| 3043 | 2026-05-28T12:59:15.155Z | Compiling zerotrie v0.2.3 |
| 3044 | 2026-05-28T12:59:15.389Z | Compiling clap v4.6.1 |
| 3045 | 2026-05-28T12:59:15.758Z | Compiling tinystr v0.8.2 |
| 3046 | 2026-05-28T12:59:16.000Z | Compiling icu_locale_core v2.1.1 |
| 3047 | 2026-05-28T12:59:16.134Z | Compiling potential_utf v0.1.4 |
| 3048 | 2026-05-28T12:59:16.364Z | Compiling icu_collections v2.1.1 |
| 3049 | 2026-05-28T12:59:16.983Z | Compiling icu_provider v2.1.1 |
| 3050 | 2026-05-28T12:59:17.161Z | Compiling serde_spanned v0.6.9 |
| 3051 | 2026-05-28T12:59:17.193Z | Compiling toml_datetime v0.6.11 |
| 3052 | 2026-05-28T12:59:17.357Z | Compiling icu_normalizer v2.1.1 |
| 3053 | 2026-05-28T12:59:17.426Z | Compiling icu_properties v2.1.2 |
| 3054 | 2026-05-28T12:59:17.484Z | Compiling toml_edit v0.22.27 |
| 3055 | 2026-05-28T12:59:17.616Z | Compiling dof v0.3.0 |
| 3056 | 2026-05-28T12:59:17.676Z | Compiling serde_tokenstream v0.2.3 |
| 3057 | 2026-05-28T12:59:17.717Z | Compiling serde-value v0.7.0 |
| 3058 | 2026-05-28T12:59:17.742Z | Compiling cargo-platform v0.2.0 |
| 3059 | 2026-05-28T12:59:17.769Z | Compiling macaddr v1.0.1 |
| 3060 | 2026-05-28T12:59:18.309Z | Compiling idna_adapter v1.2.1 |
| 3061 | 2026-05-28T12:59:18.430Z | Compiling idna v1.1.0 |
| 3062 | 2026-05-28T12:59:18.527Z | Compiling usdt-macro v0.5.0 |
| 3063 | 2026-05-28T12:59:18.631Z | Compiling usdt-attr-macro v0.5.0 |
| 3064 | 2026-05-28T12:59:18.820Z | Compiling url v2.5.8 |
| 3065 | 2026-05-28T12:59:19.052Z | Compiling toml v0.8.23 |
| 3066 | 2026-05-28T12:59:19.278Z | Compiling usdt v0.5.0 |
| 3067 | 2026-05-28T12:59:19.506Z | Compiling cargo-util-schemas v0.8.2 |
| 3068 | 2026-05-28T12:59:19.536Z | Compiling cargo_toml v0.21.0 |
| 3069 | 2026-05-28T12:59:20.537Z | Compiling cargo_metadata v0.21.0 |
| 3070 | 2026-05-28T12:59:23.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3071 | 2026-05-28T12:59:26.710Z | Finished `release` profile [optimized] target(s) in 16.65s |
| 3072 | 2026-05-28T12:59:26.845Z | |
| 3073 | 2026-05-28T12:59:26.845Z | real 16.766812205 |
| 3074 | 2026-05-28T12:59:26.845Z | user 2:22.729196437 |
| 3075 | 2026-05-28T12:59:26.845Z | sys 17.034505524 |
| 3076 | 2026-05-28T12:59:26.845Z | trap 0.096183512 |
| 3077 | 2026-05-28T12:59:26.845Z | tflt 0.593684528 |
| 3078 | 2026-05-28T12:59:26.845Z | dflt 1.494747554 |
| 3079 | 2026-05-28T12:59:26.845Z | kflt 0.000022660 |
| 3080 | 2026-05-28T12:59:26.848Z | lock 5:19.213436283 |
| 3081 | 2026-05-28T12:59:26.848Z | slp 3:24.837718695 |
| 3082 | 2026-05-28T12:59:26.848Z | lat 7.263743704 |
| 3083 | 2026-05-28T12:59:26.848Z | stop 21.694434982 |
| 3084 | 2026-05-28T12:59:26.848Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3085 | 2026-05-28T12:59:26.848Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3086 | 2026-05-28T12:59:26.848Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3087 | 2026-05-28T12:59:26.848Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3088 | 2026-05-28T12:59:26.848Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3089 | 2026-05-28T12:59:27.906Z | Compiling newtype-uuid-macros v0.1.0 |
| 3090 | 2026-05-28T12:59:27.909Z | Compiling debug-ignore v1.0.5 |
| 3091 | 2026-05-28T12:59:27.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-05-28T12:59:27.909Z | Compiling rustls v0.22.4 |
| 3093 | 2026-05-28T12:59:27.909Z | Compiling rustls-webpki v0.102.8 |
| 3094 | 2026-05-28T12:59:27.909Z | Compiling structmeta-derive v0.3.0 |
| 3095 | 2026-05-28T12:59:27.909Z | Compiling multer v3.1.0 |
| 3096 | 2026-05-28T12:59:27.909Z | Compiling compression-core v0.4.31 |
| 3097 | 2026-05-28T12:59:27.909Z | Compiling match_cfg v0.1.0 |
| 3098 | 2026-05-28T12:59:27.909Z | Compiling progenitor-client v0.14.0 |
| 3099 | 2026-05-28T12:59:27.909Z | Compiling slog-json v2.6.1 |
| 3100 | 2026-05-28T12:59:28.069Z | Compiling async-stream-impl v0.3.6 |
| 3101 | 2026-05-28T12:59:28.072Z | Compiling serde_spanned v1.0.4 |
| 3102 | 2026-05-28T12:59:28.189Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3103 | 2026-05-28T12:59:28.226Z | Compiling hostname v0.3.1 |
| 3104 | 2026-05-28T12:59:28.229Z | Compiling compression-codecs v0.4.37 |
| 3105 | 2026-05-28T12:59:28.242Z | Compiling dropshot v0.17.0 |
| 3106 | 2026-05-28T12:59:28.258Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3107 | 2026-05-28T12:59:28.278Z | Compiling waitgroup v0.1.2 |
| 3108 | 2026-05-28T12:59:28.351Z | Compiling rustls-pemfile v2.2.0 |
| 3109 | 2026-05-28T12:59:28.408Z | Compiling slog-bunyan v2.5.0 |
| 3110 | 2026-05-28T12:59:28.488Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3111 | 2026-05-28T12:59:28.491Z | Compiling dropshot_endpoint v0.17.0 |
| 3112 | 2026-05-28T12:59:28.544Z | Compiling async-compression v0.4.41 |
| 3113 | 2026-05-28T12:59:28.580Z | Compiling serde_path_to_error v0.1.20 |
| 3114 | 2026-05-28T12:59:28.580Z | Compiling hostname v0.4.2 |
| 3115 | 2026-05-28T12:59:28.583Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3116 | 2026-05-28T12:59:28.583Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3117 | 2026-05-28T12:59:28.631Z | Compiling itertools v0.14.0 |
| 3118 | 2026-05-28T12:59:28.663Z | Compiling regress v0.10.5 |
| 3119 | 2026-05-28T12:59:28.700Z | Compiling macaddr v1.0.1 |
| 3120 | 2026-05-28T12:59:28.761Z | Compiling async-stream v0.3.6 |
| 3121 | 2026-05-28T12:59:28.793Z | Compiling instant v0.1.13 |
| 3122 | 2026-05-28T12:59:28.819Z | Compiling progenitor-client v0.13.0 |
| 3123 | 2026-05-28T12:59:28.904Z | Compiling backon v1.6.0 |
| 3124 | 2026-05-28T12:59:28.928Z | Compiling backoff v0.4.0 |
| 3125 | 2026-05-28T12:59:28.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3126 | 2026-05-28T12:59:28.973Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3127 | 2026-05-28T12:59:28.976Z | Compiling humantime v2.3.0 |
| 3128 | 2026-05-28T12:59:28.992Z | Compiling convert_case v0.4.0 |
| 3129 | 2026-05-28T12:59:29.032Z | Compiling secrecy v0.10.3 |
| 3130 | 2026-05-28T12:59:29.035Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3131 | 2026-05-28T12:59:29.131Z | Compiling progenitor-extras v0.2.0 |
| 3132 | 2026-05-28T12:59:29.155Z | Compiling universal-hash v0.5.1 |
| 3133 | 2026-05-28T12:59:29.176Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3134 | 2026-05-28T12:59:29.179Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3135 | 2026-05-28T12:59:29.214Z | Compiling structmeta v0.3.0 |
| 3136 | 2026-05-28T12:59:29.216Z | Compiling opaque-debug v0.3.1 |
| 3137 | 2026-05-28T12:59:29.250Z | Compiling crucible-workspace-hack v0.1.0 |
| 3138 | 2026-05-28T12:59:29.285Z | Compiling half v2.7.1 |
| 3139 | 2026-05-28T12:59:29.314Z | Compiling ciborium-io v0.2.2 |
| 3140 | 2026-05-28T12:59:29.332Z | Compiling aead v0.5.2 |
| 3141 | 2026-05-28T12:59:29.399Z | Compiling poly1305 v0.8.0 |
| 3142 | 2026-05-28T12:59:29.418Z | Compiling chacha20 v0.9.1 |
| 3143 | 2026-05-28T12:59:29.437Z | Compiling derive_more v0.99.20 |
| 3144 | 2026-05-28T12:59:29.440Z | Compiling byte-wrapper v0.1.0 |
| 3145 | 2026-05-28T12:59:29.476Z | Compiling derive-ex v0.1.8 |
| 3146 | 2026-05-28T12:59:29.516Z | Compiling parse-display-derive v0.10.0 |
| 3147 | 2026-05-28T12:59:29.567Z | Compiling ciborium-ll v0.2.2 |
| 3148 | 2026-05-28T12:59:29.615Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3149 | 2026-05-28T12:59:29.633Z | Compiling regress v0.11.1 |
| 3150 | 2026-05-28T12:59:29.702Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3151 | 2026-05-28T12:59:29.811Z | Compiling ciborium v0.2.2 |
| 3152 | 2026-05-28T12:59:29.831Z | Compiling blake2 v0.10.6 |
| 3153 | 2026-05-28T12:59:29.834Z | Compiling password-hash v0.5.0 |
| 3154 | 2026-05-28T12:59:29.870Z | Compiling unsafe-libyaml v0.2.11 |
| 3155 | 2026-05-28T12:59:29.905Z | Compiling chacha20poly1305 v0.10.1 |
| 3156 | 2026-05-28T12:59:29.932Z | Compiling indent_write v2.2.0 |
| 3157 | 2026-05-28T12:59:30.082Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3158 | 2026-05-28T12:59:30.101Z | Compiling num-rational v0.4.2 |
| 3159 | 2026-05-28T12:59:30.185Z | Compiling argon2 v0.5.3 |
| 3160 | 2026-05-28T12:59:30.293Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3161 | 2026-05-28T12:59:30.321Z | Compiling num-complex v0.4.6 |
| 3162 | 2026-05-28T12:59:30.324Z | Compiling heapless v0.8.0 |
| 3163 | 2026-05-28T12:59:30.363Z | Compiling ingot-macros v0.1.1 |
| 3164 | 2026-05-28T12:59:30.412Z | Compiling serde_yaml v0.9.34+deprecated |
| 3165 | 2026-05-28T12:59:30.430Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3166 | 2026-05-28T12:59:30.650Z | Compiling tokio-rustls v0.25.0 |
| 3167 | 2026-05-28T12:59:30.708Z | Compiling num v0.4.3 |
| 3168 | 2026-05-28T12:59:30.740Z | Compiling atomicwrites v0.4.4 |
| 3169 | 2026-05-28T12:59:30.806Z | Compiling camino-tempfile v1.4.1 |
| 3170 | 2026-05-28T12:59:30.826Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3171 | 2026-05-28T12:59:30.914Z | Compiling proc-macro-crate v3.4.0 |
| 3172 | 2026-05-28T12:59:30.951Z | Compiling thiserror-no-std v2.0.2 |
| 3173 | 2026-05-28T12:59:30.968Z | Compiling hash32 v0.3.1 |
| 3174 | 2026-05-28T12:59:31.072Z | Compiling vsss-rs v3.3.4 |
| 3175 | 2026-05-28T12:59:31.091Z | Compiling float-ord v0.3.2 |
| 3176 | 2026-05-28T12:59:31.160Z | Compiling smoltcp v0.11.0 |
| 3177 | 2026-05-28T12:59:31.183Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3178 | 2026-05-28T12:59:31.246Z | Compiling typify-impl v0.6.2 |
| 3179 | 2026-05-28T12:59:31.279Z | Compiling test-strategy v0.4.5 |
| 3180 | 2026-05-28T12:59:31.308Z | Compiling parse-display v0.10.0 |
| 3181 | 2026-05-28T12:59:31.426Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3182 | 2026-05-28T12:59:31.478Z | Compiling tabwriter v1.4.1 |
| 3183 | 2026-05-28T12:59:31.563Z | Compiling num_enum_derive v0.7.6 |
| 3184 | 2026-05-28T12:59:31.617Z | Compiling cobs v0.3.0 |
| 3185 | 2026-05-28T12:59:31.700Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3186 | 2026-05-28T12:59:31.742Z | Compiling proc-macro-error v1.0.4 |
| 3187 | 2026-05-28T12:59:31.896Z | Compiling postcard v1.1.3 |
| 3188 | 2026-05-28T12:59:31.915Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3189 | 2026-05-28T12:59:31.961Z | Compiling proc-macro-crate v1.3.1 |
| 3190 | 2026-05-28T12:59:31.979Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3191 | 2026-05-28T12:59:32.080Z | Compiling foreign-types-macros v0.2.3 |
| 3192 | 2026-05-28T12:59:32.102Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3193 | 2026-05-28T12:59:32.121Z | Compiling cpufeatures v0.3.0 |
| 3194 | 2026-05-28T12:59:32.228Z | Compiling colored v3.1.1 |
| 3195 | 2026-05-28T12:59:32.279Z | Compiling rayon-core v1.13.0 |
| 3196 | 2026-05-28T12:59:32.306Z | Compiling foreign-types-shared v0.3.1 |
| 3197 | 2026-05-28T12:59:32.403Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3198 | 2026-05-28T12:59:32.424Z | Compiling num_enum_derive v0.5.11 |
| 3199 | 2026-05-28T12:59:32.442Z | Compiling chacha20 v0.10.0 |
| 3200 | 2026-05-28T12:59:32.678Z | Compiling crossbeam-deque v0.8.6 |
| 3201 | 2026-05-28T12:59:32.699Z | Compiling num_enum v0.7.6 |
| 3202 | 2026-05-28T12:59:32.742Z | Compiling foreign-types v0.5.0 |
| 3203 | 2026-05-28T12:59:32.763Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3204 | 2026-05-28T12:59:32.784Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3205 | 2026-05-28T12:59:32.806Z | Compiling cstr-argument v0.1.2 |
| 3206 | 2026-05-28T12:59:32.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 3207 | 2026-05-28T12:59:32.893Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3208 | 2026-05-28T12:59:32.911Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3209 | 2026-05-28T12:59:32.995Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3210 | 2026-05-28T12:59:33.043Z | Compiling rand v0.10.1 |
| 3211 | 2026-05-28T12:59:33.094Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3212 | 2026-05-28T12:59:33.158Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3213 | 2026-05-28T12:59:33.286Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3214 | 2026-05-28T12:59:33.289Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3215 | 2026-05-28T12:59:33.326Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3216 | 2026-05-28T12:59:33.329Z | Compiling winnow v1.0.3 |
| 3217 | 2026-05-28T12:59:33.388Z | Compiling ingot-types v0.1.2 |
| 3218 | 2026-05-28T12:59:33.446Z | Compiling rayon v1.11.0 |
| 3219 | 2026-05-28T12:59:33.510Z | Compiling zone_cfg_derive v0.3.1 |
| 3220 | 2026-05-28T12:59:33.567Z | Compiling num_enum v0.5.11 |
| 3221 | 2026-05-28T12:59:33.570Z | Compiling toml v0.8.23 |
| 3222 | 2026-05-28T12:59:33.607Z | Compiling itertools v0.12.1 |
| 3223 | 2026-05-28T12:59:33.630Z | Compiling num-derive v0.4.2 |
| 3224 | 2026-05-28T12:59:33.708Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3225 | 2026-05-28T12:59:33.727Z | Compiling sigpipe v0.1.3 |
| 3226 | 2026-05-28T12:59:33.727Z | Compiling glob v0.3.3 |
| 3227 | 2026-05-28T12:59:33.840Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3228 | 2026-05-28T12:59:33.861Z | Compiling ingot v0.1.1 |
| 3229 | 2026-05-28T12:59:33.993Z | Compiling smf v0.2.3 |
| 3230 | 2026-05-28T12:59:34.049Z | Compiling whoami v1.6.1 |
| 3231 | 2026-05-28T12:59:34.171Z | Compiling prettyplease v0.2.37 |
| 3232 | 2026-05-28T12:59:34.207Z | Compiling usdt-attr-macro v0.5.0 |
| 3233 | 2026-05-28T12:59:34.268Z | Compiling usdt-macro v0.5.0 |
| 3234 | 2026-05-28T12:59:34.272Z | Compiling gethostname v0.5.0 |
| 3235 | 2026-05-28T12:59:34.375Z | Compiling derive-where v1.6.0 |
| 3236 | 2026-05-28T12:59:34.440Z | Compiling memmap v0.7.0 |
| 3237 | 2026-05-28T12:59:34.477Z | Compiling resolv-conf v0.7.6 |
| 3238 | 2026-05-28T12:59:34.546Z | Compiling console v0.15.11 |
| 3239 | 2026-05-28T12:59:34.623Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3240 | 2026-05-28T12:59:34.656Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3241 | 2026-05-28T12:59:34.866Z | Compiling zone v0.3.1 |
| 3242 | 2026-05-28T12:59:34.885Z | Compiling newline-converter v0.3.0 |
| 3243 | 2026-05-28T12:59:35.030Z | Compiling cancel-safe-futures v0.1.5 |
| 3244 | 2026-05-28T12:59:35.049Z | Compiling owo-colors v4.3.0 |
| 3245 | 2026-05-28T12:59:35.071Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3246 | 2026-05-28T12:59:35.090Z | Compiling expectorate v1.2.0 |
| 3247 | 2026-05-28T12:59:35.110Z | Compiling usdt v0.5.0 |
| 3248 | 2026-05-28T12:59:35.168Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3249 | 2026-05-28T12:59:35.251Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3250 | 2026-05-28T12:59:35.294Z | Compiling libsw-core v0.3.2 |
| 3251 | 2026-05-28T12:59:35.438Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3252 | 2026-05-28T12:59:35.500Z | Compiling libsw v3.5.0 |
| 3253 | 2026-05-28T12:59:35.581Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3254 | 2026-05-28T12:59:35.620Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3255 | 2026-05-28T12:59:35.661Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3256 | 2026-05-28T12:59:35.678Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3257 | 2026-05-28T12:59:35.700Z | Compiling hickory-proto v0.24.4 |
| 3258 | 2026-05-28T12:59:35.723Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3259 | 2026-05-28T12:59:35.743Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3260 | 2026-05-28T12:59:35.762Z | Compiling linked-hash-map v0.5.6 |
| 3261 | 2026-05-28T12:59:35.795Z | Compiling linear-map v1.2.0 |
| 3262 | 2026-05-28T12:59:35.835Z | Compiling minimal-lexical v0.2.1 |
| 3263 | 2026-05-28T12:59:35.901Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3264 | 2026-05-28T12:59:35.920Z | Compiling typify-macro v0.6.2 |
| 3265 | 2026-05-28T12:59:35.955Z | Compiling lru-cache v0.1.2 |
| 3266 | 2026-05-28T12:59:35.991Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3267 | 2026-05-28T12:59:36.013Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3268 | 2026-05-28T12:59:36.033Z | Compiling tokio-dtrace v0.1.1 |
| 3269 | 2026-05-28T12:59:36.117Z | Compiling nom v7.1.3 |
| 3270 | 2026-05-28T12:59:36.140Z | Compiling csv-core v0.1.13 |
| 3271 | 2026-05-28T12:59:36.172Z | Compiling slog-dtrace v0.3.0 |
| 3272 | 2026-05-28T12:59:36.259Z | Compiling highway v1.3.0 |
| 3273 | 2026-05-28T12:59:36.313Z | Compiling tagptr v0.2.0 |
| 3274 | 2026-05-28T12:59:36.339Z | Compiling semver v0.1.20 |
| 3275 | 2026-05-28T12:59:36.500Z | Compiling csv v1.4.0 |
| 3276 | 2026-05-28T12:59:36.546Z | Compiling moka v0.12.13 |
| 3277 | 2026-05-28T12:59:36.566Z | Compiling oxide-tokio-rt v0.1.4 |
| 3278 | 2026-05-28T12:59:36.699Z | Compiling rustc_version v0.1.7 |
| 3279 | 2026-05-28T12:59:36.734Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3280 | 2026-05-28T12:59:36.753Z | Compiling phf_shared v0.12.1 |
| 3281 | 2026-05-28T12:59:36.837Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3282 | 2026-05-28T12:59:36.891Z | Compiling chrono-tz v0.10.4 |
| 3283 | 2026-05-28T12:59:36.966Z | Compiling const_format_proc_macros v0.2.34 |
| 3284 | 2026-05-28T12:59:36.984Z | Compiling newtype_derive v0.1.6 |
| 3285 | 2026-05-28T12:59:37.005Z | Compiling phf v0.12.1 |
| 3286 | 2026-05-28T12:59:37.138Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3287 | 2026-05-28T12:59:37.283Z | Compiling hickory-resolver v0.25.2 |
| 3288 | 2026-05-28T12:59:37.323Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3289 | 2026-05-28T12:59:37.369Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3290 | 2026-05-28T12:59:37.451Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3291 | 2026-05-28T12:59:37.470Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3292 | 2026-05-28T12:59:37.579Z | Compiling num-derive v0.3.3 |
| 3293 | 2026-05-28T12:59:37.631Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3294 | 2026-05-28T12:59:37.724Z | Compiling bcs v0.1.6 |
| 3295 | 2026-05-28T12:59:37.865Z | Compiling const_format v0.2.35 |
| 3296 | 2026-05-28T12:59:37.884Z | Compiling typify v0.6.2 |
| 3297 | 2026-05-28T12:59:37.919Z | Compiling hickory-resolver v0.24.4 |
| 3298 | 2026-05-28T12:59:38.025Z | Compiling progenitor-impl v0.14.0 |
| 3299 | 2026-05-28T12:59:38.081Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3300 | 2026-05-28T12:59:38.175Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3301 | 2026-05-28T12:59:38.203Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3302 | 2026-05-28T12:59:38.229Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3303 | 2026-05-28T12:59:38.287Z | Compiling progenitor-impl v0.13.0 |
| 3304 | 2026-05-28T12:59:38.547Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3305 | 2026-05-28T12:59:38.645Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3306 | 2026-05-28T12:59:39.077Z | Compiling qorb v0.4.1 |
| 3307 | 2026-05-28T12:59:39.208Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3308 | 2026-05-28T12:59:39.322Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3309 | 2026-05-28T12:59:39.425Z | Compiling termtree v0.5.1 |
| 3310 | 2026-05-28T12:59:39.578Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3311 | 2026-05-28T12:59:39.619Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3312 | 2026-05-28T12:59:39.637Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-05-28T12:59:39.842Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3314 | 2026-05-28T12:59:39.890Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3315 | 2026-05-28T12:59:39.967Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3316 | 2026-05-28T12:59:40.123Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3317 | 2026-05-28T12:59:40.145Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3318 | 2026-05-28T12:59:40.250Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3319 | 2026-05-28T12:59:40.437Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3320 | 2026-05-28T12:59:40.475Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3321 | 2026-05-28T12:59:40.669Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3322 | 2026-05-28T12:59:40.767Z | Compiling progenitor-macro v0.14.0 |
| 3323 | 2026-05-28T12:59:40.787Z | Compiling tabled_derive v0.7.0 |
| 3324 | 2026-05-28T12:59:40.789Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3325 | 2026-05-28T12:59:40.940Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3326 | 2026-05-28T12:59:40.970Z | Compiling textwrap v0.16.2 |
| 3327 | 2026-05-28T12:59:41.009Z | Compiling progenitor-macro v0.13.0 |
| 3328 | 2026-05-28T12:59:41.143Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3329 | 2026-05-28T12:59:41.162Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3330 | 2026-05-28T12:59:41.402Z | Compiling steno v0.4.1 |
| 3331 | 2026-05-28T12:59:41.425Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3332 | 2026-05-28T12:59:41.445Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3333 | 2026-05-28T12:59:41.523Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3334 | 2026-05-28T12:59:41.543Z | Compiling libefi-sys v0.1.0 |
| 3335 | 2026-05-28T12:59:41.568Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3336 | 2026-05-28T12:59:41.804Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3337 | 2026-05-28T12:59:41.856Z | Compiling tabled v0.15.0 |
| 3338 | 2026-05-28T12:59:41.953Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3339 | 2026-05-28T12:59:42.000Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3340 | 2026-05-28T12:59:42.126Z | Compiling git-stub v1.0.0 |
| 3341 | 2026-05-28T12:59:42.233Z | Compiling bitfield-struct v0.6.2 |
| 3342 | 2026-05-28T12:59:42.398Z | Compiling nom v8.0.0 |
| 3343 | 2026-05-28T12:59:42.433Z | Compiling git-stub-vcs v0.1.0 |
| 3344 | 2026-05-28T12:59:42.611Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3345 | 2026-05-28T12:59:42.858Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3346 | 2026-05-28T12:59:42.943Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3347 | 2026-05-28T12:59:43.117Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3348 | 2026-05-28T12:59:43.221Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3349 | 2026-05-28T12:59:43.265Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3350 | 2026-05-28T12:59:43.329Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3351 | 2026-05-28T12:59:43.451Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3352 | 2026-05-28T12:59:43.626Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3353 | 2026-05-28T12:59:43.646Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3354 | 2026-05-28T12:59:43.677Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3355 | 2026-05-28T12:59:43.700Z | Compiling xshell-macros v0.2.7 |
| 3356 | 2026-05-28T12:59:43.884Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3357 | 2026-05-28T12:59:43.888Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3358 | 2026-05-28T12:59:43.998Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3359 | 2026-05-28T12:59:44.137Z | Compiling xshell v0.2.7 |
| 3360 | 2026-05-28T12:59:44.290Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3361 | 2026-05-28T12:59:44.293Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3362 | 2026-05-28T12:59:44.416Z | Compiling primeorder v0.13.6 |
| 3363 | 2026-05-28T12:59:44.624Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3364 | 2026-05-28T12:59:44.699Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3365 | 2026-05-28T12:59:44.729Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3366 | 2026-05-28T12:59:44.748Z | Compiling salty v0.3.0 |
| 3367 | 2026-05-28T12:59:44.892Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3368 | 2026-05-28T12:59:44.929Z | Compiling radium v0.7.0 |
| 3369 | 2026-05-28T12:59:45.069Z | Compiling base64 v0.21.7 |
| 3370 | 2026-05-28T12:59:45.177Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3371 | 2026-05-28T12:59:45.259Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3372 | 2026-05-28T12:59:45.484Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3373 | 2026-05-28T12:59:45.544Z | Compiling p384 v0.13.1 |
| 3374 | 2026-05-28T12:59:45.570Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3375 | 2026-05-28T12:59:45.590Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3376 | 2026-05-28T12:59:45.649Z | Compiling typify-impl v0.4.3 |
| 3377 | 2026-05-28T12:59:45.719Z | Compiling maybe-uninit v2.0.0 |
| 3378 | 2026-05-28T12:59:45.924Z | Compiling progenitor v0.14.0 |
| 3379 | 2026-05-28T12:59:45.944Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3380 | 2026-05-28T12:59:46.054Z | Compiling tap v1.0.1 |
| 3381 | 2026-05-28T12:59:46.096Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3382 | 2026-05-28T12:59:46.114Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3383 | 2026-05-28T12:59:46.182Z | Compiling progenitor v0.13.0 |
| 3384 | 2026-05-28T12:59:46.199Z | Compiling wyz v0.5.1 |
| 3385 | 2026-05-28T12:59:46.283Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3386 | 2026-05-28T12:59:46.373Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3387 | 2026-05-28T12:59:46.472Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3388 | 2026-05-28T12:59:46.517Z | Compiling utf-8 v0.7.6 |
| 3389 | 2026-05-28T12:59:46.608Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3390 | 2026-05-28T12:59:46.675Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3391 | 2026-05-28T12:59:46.705Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3392 | 2026-05-28T12:59:46.744Z | Compiling funty v2.0.0 |
| 3393 | 2026-05-28T12:59:46.844Z | Compiling packed_struct v0.10.1 |
| 3394 | 2026-05-28T12:59:46.912Z | Compiling parking_lot_core v0.8.6 |
| 3395 | 2026-05-28T12:59:47.189Z | Compiling bitvec v1.0.1 |
| 3396 | 2026-05-28T12:59:47.245Z | Compiling proc-macro-error2 v2.0.1 |
| 3397 | 2026-05-28T12:59:47.415Z | Compiling tungstenite v0.21.0 |
| 3398 | 2026-05-28T12:59:48.088Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3399 | 2026-05-28T12:59:48.321Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3400 | 2026-05-28T12:59:48.697Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3401 | 2026-05-28T12:59:48.846Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3402 | 2026-05-28T12:59:48.984Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3403 | 2026-05-28T12:59:49.005Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3404 | 2026-05-28T12:59:49.150Z | Compiling polyval v0.6.2 |
| 3405 | 2026-05-28T12:59:49.170Z | Compiling packed_struct_codegen v0.10.1 |
| 3406 | 2026-05-28T12:59:49.373Z | Compiling bitfield-macros v0.19.4 |
| 3407 | 2026-05-28T12:59:49.418Z | Compiling zerocopy-derive v0.6.6 |
| 3408 | 2026-05-28T12:59:49.589Z | Compiling indexmap v1.9.3 |
| 3409 | 2026-05-28T12:59:49.830Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3410 | 2026-05-28T12:59:49.987Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3411 | 2026-05-28T12:59:50.062Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3412 | 2026-05-28T12:59:50.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3413 | 2026-05-28T12:59:50.229Z | Compiling nodrop v0.1.14 |
| 3414 | 2026-05-28T12:59:50.328Z | Compiling typify-macro v0.4.3 |
| 3415 | 2026-05-28T12:59:50.347Z | Compiling crc-catalog v2.4.0 |
| 3416 | 2026-05-28T12:59:50.381Z | Compiling zerocopy v0.6.6 |
| 3417 | 2026-05-28T12:59:50.483Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3418 | 2026-05-28T12:59:50.545Z | Compiling crc v3.4.0 |
| 3419 | 2026-05-28T12:59:50.768Z | Compiling array-init v0.0.4 |
| 3420 | 2026-05-28T12:59:50.811Z | Compiling bitfield v0.19.4 |
| 3421 | 2026-05-28T12:59:50.871Z | Compiling ghash v0.5.1 |
| 3422 | 2026-05-28T12:59:50.874Z | Compiling tokio-tungstenite v0.21.0 |
| 3423 | 2026-05-28T12:59:50.892Z | Compiling tabled_derive v0.11.0 |
| 3424 | 2026-05-28T12:59:50.929Z | Compiling smallvec v0.6.14 |
| 3425 | 2026-05-28T12:59:51.153Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3426 | 2026-05-28T12:59:51.174Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3427 | 2026-05-28T12:59:51.193Z | Compiling papergrid v0.17.0 |
| 3428 | 2026-05-28T12:59:51.250Z | Compiling testing_table v0.3.0 |
| 3429 | 2026-05-28T12:59:51.282Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3430 | 2026-05-28T12:59:51.418Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3431 | 2026-05-28T12:59:51.496Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3432 | 2026-05-28T12:59:51.516Z | Compiling ctr v0.9.2 |
| 3433 | 2026-05-28T12:59:51.567Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3434 | 2026-05-28T12:59:51.703Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3435 | 2026-05-28T12:59:51.755Z | Compiling unicase v2.9.0 |
| 3436 | 2026-05-28T12:59:51.774Z | Compiling hashbrown v0.12.3 |
| 3437 | 2026-05-28T12:59:51.777Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3438 | 2026-05-28T12:59:51.815Z | Compiling corncobs v0.1.4 |
| 3439 | 2026-05-28T12:59:51.872Z | Compiling aes-gcm v0.10.3 |
| 3440 | 2026-05-28T12:59:51.924Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3441 | 2026-05-28T12:59:51.944Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3442 | 2026-05-28T12:59:51.986Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3443 | 2026-05-28T12:59:52.005Z | Compiling mime_guess v2.0.5 |
| 3444 | 2026-05-28T12:59:52.045Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3445 | 2026-05-28T12:59:52.048Z | Compiling parking_lot v0.11.2 |
| 3446 | 2026-05-28T12:59:52.086Z | Compiling serde-hex v0.1.0 |
| 3447 | 2026-05-28T12:59:52.205Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3448 | 2026-05-28T12:59:52.223Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3449 | 2026-05-28T12:59:52.244Z | Compiling typify v0.4.3 |
| 3450 | 2026-05-28T12:59:52.303Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3451 | 2026-05-28T12:59:52.393Z | Compiling progenitor-impl v0.11.2 |
| 3452 | 2026-05-28T12:59:52.436Z | Compiling tabled v0.20.0 |
| 3453 | 2026-05-28T12:59:52.464Z | Compiling ron v0.8.1 |
| 3454 | 2026-05-28T12:59:52.483Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3455 | 2026-05-28T12:59:52.500Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3456 | 2026-05-28T12:59:52.599Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3457 | 2026-05-28T12:59:52.766Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3458 | 2026-05-28T12:59:52.963Z | Compiling hashbrown v0.13.2 |
| 3459 | 2026-05-28T12:59:52.984Z | Compiling progenitor-client v0.11.2 |
| 3460 | 2026-05-28T12:59:53.004Z | Compiling blowfish v0.9.1 |
| 3461 | 2026-05-28T12:59:53.026Z | Compiling ssh-encoding v0.2.0 |
| 3462 | 2026-05-28T12:59:53.046Z | Compiling prefix-trie v0.7.0 |
| 3463 | 2026-05-28T12:59:53.168Z | Compiling fxhash v0.2.1 |
| 3464 | 2026-05-28T12:59:53.287Z | Compiling secrecy v0.8.0 |
| 3465 | 2026-05-28T12:59:53.329Z | Compiling crc-any v2.5.0 |
| 3466 | 2026-05-28T12:59:53.349Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3467 | 2026-05-28T12:59:53.368Z | Compiling sled v0.34.7 |
| 3468 | 2026-05-28T12:59:53.480Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3469 | 2026-05-28T12:59:53.484Z | Compiling object v0.30.4 |
| 3470 | 2026-05-28T12:59:53.517Z | Compiling hickory-server v0.25.2 |
| 3471 | 2026-05-28T12:59:53.607Z | Compiling ssh-cipher v0.2.0 |
| 3472 | 2026-05-28T12:59:53.625Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3473 | 2026-05-28T12:59:53.854Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3474 | 2026-05-28T12:59:53.931Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3475 | 2026-05-28T12:59:54.037Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3476 | 2026-05-28T12:59:54.239Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3477 | 2026-05-28T12:59:54.260Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3478 | 2026-05-28T12:59:54.378Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3479 | 2026-05-28T12:59:54.403Z | Compiling password-hash v0.4.2 |
| 3480 | 2026-05-28T12:59:54.575Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3481 | 2026-05-28T12:59:54.633Z | Compiling half v1.8.3 |
| 3482 | 2026-05-28T12:59:54.826Z | Compiling path-slash v0.1.5 |
| 3483 | 2026-05-28T12:59:54.913Z | Compiling crc8 v0.1.1 |
| 3484 | 2026-05-28T12:59:54.932Z | Compiling http-range v0.1.5 |
| 3485 | 2026-05-28T12:59:54.953Z | Compiling serde_cbor v0.11.2 |
| 3486 | 2026-05-28T12:59:55.005Z | Compiling pbkdf2 v0.11.0 |
| 3487 | 2026-05-28T12:59:55.092Z | Compiling progenitor-macro v0.11.2 |
| 3488 | 2026-05-28T12:59:55.154Z | Compiling illumos-nvpair v0.3.0 |
| 3489 | 2026-05-28T12:59:55.219Z | Compiling ssh-key v0.6.7 |
| 3490 | 2026-05-28T12:59:55.261Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3491 | 2026-05-28T12:59:55.450Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3492 | 2026-05-28T12:59:55.654Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3493 | 2026-05-28T12:59:55.673Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3494 | 2026-05-28T12:59:55.694Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3495 | 2026-05-28T12:59:55.698Z | Compiling p521 v0.13.3 |
| 3496 | 2026-05-28T12:59:55.744Z | Compiling p256 v0.13.2 |
| 3497 | 2026-05-28T12:59:55.879Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3498 | 2026-05-28T12:59:56.154Z | Compiling yasna v0.5.2 |
| 3499 | 2026-05-28T12:59:56.219Z | Compiling kstat-rs v0.2.4 |
| 3500 | 2026-05-28T12:59:56.239Z | Compiling headers-core v0.3.0 |
| 3501 | 2026-05-28T12:59:56.437Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3502 | 2026-05-28T12:59:56.480Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3503 | 2026-05-28T12:59:56.578Z | Compiling nanorand v0.7.0 |
| 3504 | 2026-05-28T12:59:56.599Z | Compiling atty v0.2.14 |
| 3505 | 2026-05-28T12:59:56.713Z | Compiling russh-cryptovec v0.7.3 |
| 3506 | 2026-05-28T12:59:56.733Z | Compiling md5 v0.7.0 |
| 3507 | 2026-05-28T12:59:56.736Z | Compiling home v0.5.12 |
| 3508 | 2026-05-28T12:59:56.771Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3509 | 2026-05-28T12:59:56.771Z | Compiling rcgen v0.12.1 |
| 3510 | 2026-05-28T12:59:56.909Z | Compiling flume v0.11.1 |
| 3511 | 2026-05-28T12:59:56.928Z | Compiling russh-keys v0.45.0 |
| 3512 | 2026-05-28T12:59:56.928Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3513 | 2026-05-28T12:59:56.966Z | Compiling headers v0.4.1 |
| 3514 | 2026-05-28T12:59:56.969Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3515 | 2026-05-28T12:59:57.046Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3516 | 2026-05-28T12:59:57.165Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3517 | 2026-05-28T12:59:57.286Z | Compiling hyper-staticfile v0.10.1 |
| 3518 | 2026-05-28T12:59:57.424Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3519 | 2026-05-28T12:59:57.519Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3520 | 2026-05-28T12:59:57.718Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3521 | 2026-05-28T12:59:57.772Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3522 | 2026-05-28T12:59:57.842Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3523 | 2026-05-28T12:59:57.934Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3524 | 2026-05-28T12:59:57.953Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3525 | 2026-05-28T12:59:58.075Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3526 | 2026-05-28T12:59:58.096Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3527 | 2026-05-28T12:59:58.099Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3528 | 2026-05-28T12:59:58.460Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3529 | 2026-05-28T12:59:58.568Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3530 | 2026-05-28T12:59:58.591Z | Compiling num-bigint v0.4.6 |
| 3531 | 2026-05-28T12:59:58.684Z | Compiling des v0.8.1 |
| 3532 | 2026-05-28T12:59:58.745Z | Compiling subprocess v0.2.15 |
| 3533 | 2026-05-28T12:59:58.837Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3534 | 2026-05-28T12:59:58.894Z | Compiling display-error-chain v0.2.2 |
| 3535 | 2026-05-28T12:59:58.920Z | Compiling hex-literal v0.4.1 |
| 3536 | 2026-05-28T12:59:58.997Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3537 | 2026-05-28T12:59:59.065Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3538 | 2026-05-28T12:59:59.068Z | Compiling colored v2.2.0 |
| 3539 | 2026-05-28T12:59:59.102Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3540 | 2026-05-28T12:59:59.262Z | Compiling internet-checksum v0.2.1 |
| 3541 | 2026-05-28T12:59:59.296Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3542 | 2026-05-28T12:59:59.835Z | Compiling russh v0.45.0 |
| 3543 | 2026-05-28T13:00:00.137Z | Compiling progenitor v0.11.2 |
| 3544 | 2026-05-28T13:00:00.283Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3545 | 2026-05-28T13:00:00.976Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3546 | 2026-05-28T13:00:09.180Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3547 | 2026-05-28T13:00:10.883Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3548 | 2026-05-28T13:00:11.861Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3549 | 2026-05-28T13:00:12.622Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605) |
| 3550 | 2026-05-28T13:00:15.736Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3551 | 2026-05-28T13:00:15.736Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3552 | 2026-05-28T13:00:24.910Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3553 | 2026-05-28T13:00:32.706Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3554 | 2026-05-28T13:00:32.706Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3555 | 2026-05-28T13:00:32.709Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3556 | 2026-05-28T13:00:32.709Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3557 | 2026-05-28T13:00:34.604Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3558 | 2026-05-28T13:00:34.622Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3559 | 2026-05-28T13:00:38.770Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3560 | 2026-05-28T13:01:19.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
| 3561 | 2026-05-28T13:01:19.721Z | |
| 3562 | 2026-05-28T13:01:19.721Z | real 1:52.802445490 |
| 3563 | 2026-05-28T13:01:19.724Z | user 9:49.738078152 |
| 3564 | 2026-05-28T13:01:19.724Z | sys 1:58.010002469 |
| 3565 | 2026-05-28T13:01:19.724Z | trap 0.286988511 |
| 3566 | 2026-05-28T13:01:19.724Z | tflt 0.543482129 |
| 3567 | 2026-05-28T13:01:19.724Z | dflt 1.992647919 |
| 3568 | 2026-05-28T13:01:19.724Z | kflt 0.000351080 |
| 3569 | 2026-05-28T13:01:19.724Z | lock 34:34.816502135 |
| 3570 | 2026-05-28T13:01:19.725Z | slp 22:47.026023338 |
| 3571 | 2026-05-28T13:01:19.725Z | lat 45.571232556 |
| 3572 | 2026-05-28T13:01:19.725Z | stop 3:16.948093951 |
| 3573 | 2026-05-28T13:01:19.725Z | + mkdir tests |
| 3574 | 2026-05-28T13:01:19.729Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3575 | 2026-05-28T13:01:19.729Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3576 | 2026-05-28T13:01:19.837Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-738b52c929acbeda tests/ |
| 3577 | 2026-05-28T13:01:19.865Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-79d90fc5b0b7295e tests/ |
| 3578 | 2026-05-28T13:01:19.893Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d1a29f3bc6214c54 tests/ |
| 3579 | 2026-05-28T13:01:19.922Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f4efb92f44cfa209 tests/ |
| 3580 | 2026-05-28T13:01:20.274Z | + 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) |
| 3581 | 2026-05-28T13:01:20.278Z | + 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-79d90fc5b0b7295e tests/commtest-d1a29f3bc6214c54 tests/dhcp_server-738b52c929acbeda tests/end_to_end_tests-f4efb92f44cfa209 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 |
| 3582 | 2026-05-28T13:02:45.018Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3583 | 2026-05-28T13:02:45.018Z | a .github/buildomat/ci-env.sh 1K |
| 3584 | 2026-05-28T13:02:45.018Z | a out/target/test 1K |
| 3585 | 2026-05-28T13:02:45.018Z | a out/npuzone/npuzone 31102K |
| 3586 | 2026-05-28T13:02:45.018Z | a package-manifest.toml 35K |
| 3587 | 2026-05-28T13:02:45.018Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3588 | 2026-05-28T13:02:45.018Z | a target/release/omicron-package 45209K |
| 3589 | 2026-05-28T13:02:45.018Z | a target/release/xtask 11453K |
| 3590 | 2026-05-28T13:02:45.018Z | a target/debug/bootstrap 408985K |
| 3591 | 2026-05-28T13:02:45.018Z | a tests/bootstrap-79d90fc5b0b7295e 31215K |
| 3592 | 2026-05-28T13:02:45.018Z | a tests/commtest-d1a29f3bc6214c54 32300K |
| 3593 | 2026-05-28T13:02:45.018Z | a tests/dhcp_server-738b52c929acbeda 31215K |
| 3594 | 2026-05-28T13:02:45.018Z | a tests/end_to_end_tests-f4efb92f44cfa209 478529K |
| 3595 | 2026-05-28T13:02:45.018Z | a tools/opte_version 1K |
| 3596 | 2026-05-28T13:02:45.018Z | a tools/opte_version_override 2K |
| 3597 | 2026-05-28T13:02:45.018Z | a out/clickhouse.tar.gz 313500K |
| 3598 | 2026-05-28T13:02:45.018Z | a out/clickhouse_keeper.tar.gz 298540K |
| 3599 | 2026-05-28T13:02:45.018Z | a out/clickhouse_server.tar.gz 313498K |
| 3600 | 2026-05-28T13:02:45.018Z | a out/cockroachdb.tar.gz 157688K |
| 3601 | 2026-05-28T13:02:45.018Z | a out/crucible-pantry-zone.tar.gz 36469K |
| 3602 | 2026-05-28T13:02:45.018Z | a out/crucible-utils.tar 16478K |
| 3603 | 2026-05-28T13:02:45.018Z | a out/crucible-zone.tar.gz 52039K |
| 3604 | 2026-05-28T13:02:45.018Z | a out/external-dns.tar.gz 42396K |
| 3605 | 2026-05-28T13:02:45.018Z | a out/internal-dns.tar.gz 42396K |
| 3606 | 2026-05-28T13:02:45.019Z | a out/mg-ddm-gz.tar 103063K |
| 3607 | 2026-05-28T13:02:45.019Z | a out/nexus.tar.gz 295029K |
| 3608 | 2026-05-28T13:02:45.019Z | a out/ntp.tar.gz 24126K |
| 3609 | 2026-05-28T13:02:45.019Z | a out/omicron-gateway-softnpu.tar.gz 33451K |
| 3610 | 2026-05-28T13:02:45.019Z | a out/omicron-sled-agent.tar 216508K |
| 3611 | 2026-05-28T13:02:45.019Z | a out/overlay.tar.gz 3K |
| 3612 | 2026-05-28T13:02:45.019Z | a out/oximeter.tar.gz 70286K |
| 3613 | 2026-05-28T13:02:45.019Z | a out/oxlog.tar 3782K |
| 3614 | 2026-05-28T13:02:45.019Z | a out/probe.tar.gz 1390K |
| 3615 | 2026-05-28T13:02:45.019Z | a out/propolis-server.tar.gz 34911K |
| 3616 | 2026-05-28T13:02:45.019Z | a out/pumpkind-gz.tar 26647K |
| 3617 | 2026-05-28T13:02:45.019Z | a out/switch-softnpu.tar.gz 464615K |
| 3618 | 2026-05-28T13:02:45.022Z | |
| 3619 | 2026-05-28T13:02:45.022Z | real 1:24.741323235 |
| 3620 | 2026-05-28T13:02:45.022Z | user 1:21.931970774 |
| 3621 | 2026-05-28T13:02:45.022Z | sys 4.703524833 |
| 3622 | 2026-05-28T13:02:45.022Z | trap 0.007603524 |
| 3623 | 2026-05-28T13:02:45.022Z | tflt 0.000000000 |
| 3624 | 2026-05-28T13:02:45.022Z | dflt 0.000000000 |
| 3625 | 2026-05-28T13:02:45.023Z | kflt 0.000000000 |
| 3626 | 2026-05-28T13:02:45.023Z | lock 0.000000000 |
| 3627 | 2026-05-28T13:02:45.023Z | slp 1:21.810864852 |
| 3628 | 2026-05-28T13:02:45.023Z | lat 1.022459459 |
| 3629 | 2026-05-28T13:02:45.023Z | stop 0.000189260 |
| 3630 | 2026-05-28T13:02:45.023Z | process exited: duration 1031800 ms, exit code 0 |
| |
| 3631 | 2026-05-28T13:02:45.039Z | found 1 output files |
| 3632 | 2026-05-28T13:02:45.043Z | uploading: /work/package.tar.gz (2561989642 bytes) |
| 3633 | 2026-05-28T13:03:13.272Z | uploaded: /work/package.tar.gz |