|
|
|
| 1 | 2026-05-28T08:44:31.169Z | job assigned to worker 01KSPW248TRS5P6P6ACJ67RBBT [factory aws, i-04d03b251542a3f7c] (queued for 44 s) |
| |
| 2 | 2026-05-28T08:44:38.781Z | starting task 0: "setup" |
| 3 | 2026-05-28T08:44:38.786Z | ++ uname -s |
| 4 | 2026-05-28T08:44:38.794Z | + kern=SunOS |
| 5 | 2026-05-28T08:44:38.794Z | + build_user=build |
| 6 | 2026-05-28T08:44:38.794Z | + build_uid=12345 |
| 7 | 2026-05-28T08:44:38.794Z | + work_dir=/work |
| 8 | 2026-05-28T08:44:38.794Z | + input_dir=/input |
| 9 | 2026-05-28T08:44:38.794Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T08:44:38.794Z | + case "$kern" in |
| 11 | 2026-05-28T08:44:38.794Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T08:44:38.794Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T08:44:40.799Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T08:44:40.922Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T08:44:40.926Z | + home_fs=zfs |
| 16 | 2026-05-28T08:44:40.926Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T08:44:40.926Z | + mkdir -p /home/build |
| 18 | 2026-05-28T08:44:40.931Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T08:44:42.928Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T08:44:42.931Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-05-28T08:44:42.938Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T08:44:42.944Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T08:44:42.944Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T08:44:42.944Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T08:44:42.944Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T08:44:42.944Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T08:44:42.944Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T08:44:42.947Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T08:44:42.947Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T08:44:43.066Z | info: downloading installer |
| 31 | 2026-05-28T08:44:44.456Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T08:44:44.456Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T08:44:44.456Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T08:44:44.456Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T08:44:44.469Z | info: profile set to default |
| 36 | 2026-05-28T08:44:44.469Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T08:44:44.472Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T08:44:44.602Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T08:44:44.605Z | info: downloading 6 components |
| 40 | 2026-05-28T08:44:58.869Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T08:44:58.869Z | |
| 42 | 2026-05-28T08:44:58.907Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T08:44:58.907Z | |
| 44 | 2026-05-28T08:44:58.907Z | |
| 45 | 2026-05-28T08:44:58.907Z | Rust is installed now. Great! |
| 46 | 2026-05-28T08:44:58.907Z | |
| 47 | 2026-05-28T08:44:58.907Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T08:44:58.907Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T08:44:58.907Z | |
| 50 | 2026-05-28T08:44:58.907Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T08:44:58.907Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T08:44:58.907Z | |
| 53 | 2026-05-28T08:44:58.907Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T08:44:58.910Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T08:44:58.910Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T08:44:58.910Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T08:44:58.910Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T08:44:58.910Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T08:44:58.911Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T08:44:58.911Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T08:44:58.911Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T08:44:59.005Z | + rustup --version |
| 63 | 2026-05-28T08:44:59.011Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T08:44:59.014Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T08:44:59.032Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T08:44:59.035Z | + cargo --version |
| 67 | 2026-05-28T08:44:59.043Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T08:44:59.046Z | + rustc --version |
| 69 | 2026-05-28T08:44:59.067Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T08:44:59.069Z | process exited: duration 16131 ms, exit code 0 |
| |
| 71 | 2026-05-28T08:44:59.076Z | starting task 2: "authentication" |
| 72 | 2026-05-28T08:44:59.094Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-28T08:44:59.101Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T08:44:59.105Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T08:44:59.108Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T08:44:59.148Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T08:45:10.440Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T08:45:10.440Z | + git fetch origin 93671368d047a190461d9392a97ae5d769a476f4 |
| 79 | 2026-05-28T08:45:10.699Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T08:45:10.699Z | * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD |
| 81 | 2026-05-28T08:45:10.714Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T08:45:10.716Z | ++ git branch --show-current |
| 83 | 2026-05-28T08:45:10.719Z | + current=main |
| 84 | 2026-05-28T08:45:10.719Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T08:45:10.719Z | + git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4 |
| 86 | 2026-05-28T08:45:10.722Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T08:45:10.959Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T08:45:10.961Z | + git reset --hard 93671368d047a190461d9392a97ae5d769a476f4 |
| 89 | 2026-05-28T08:45:11.193Z | HEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc |
| 90 | 2026-05-28T08:45:11.196Z | process exited: duration 12094 ms, exit code 0 |
| |
| 91 | 2026-05-28T08:45:11.202Z | starting task 4: "build" |
| 92 | 2026-05-28T08:45:11.208Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T08:45:11.208Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T08:45:11.209Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T08:45:11.209Z | + cargo --version |
| 96 | 2026-05-28T08:45:11.219Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T08:45:11.222Z | + rustc --version |
| 98 | 2026-05-28T08:45:11.243Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T08:45:11.246Z | + WORK=/work |
| 100 | 2026-05-28T08:45:11.246Z | + pfexec mkdir -p /work |
| 101 | 2026-05-28T08:45:11.249Z | + pfexec chown build /work |
| 102 | 2026-05-28T08:45:11.252Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-28T08:45:12.883Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-28T08:45:12.954Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-28T08:45:13.214Z | Planning: Solver setup ... Done (0.225s) |
| 106 | 2026-05-28T08:45:13.232Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-28T08:45:13.239Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-28T08:45:13.251Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-28T08:45:13.267Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-28T08:45:13.283Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-28T08:45:13.285Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-28T08:45:13.475Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 113 | 2026-05-28T08:45:13.479Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-28T08:45:14.383Z | Planning: Evaluating mediators ... Done (0.907s) |
| 115 | 2026-05-28T08:45:14.386Z | Planning: Planning completed in 1.41 seconds |
| 116 | 2026-05-28T08:45:14.393Z | Packages to install: 2 |
| 117 | 2026-05-28T08:45:14.393Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-28T08:45:14.393Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-28T08:45:14.393Z | Create boot environment: No |
| 120 | 2026-05-28T08:45:14.393Z | Create backup boot environment: No |
| 121 | 2026-05-28T08:45:14.393Z | Rebuild boot archive: No |
| 122 | 2026-05-28T08:45:14.396Z | |
| 123 | 2026-05-28T08:45:14.396Z | Changed packages: |
| 124 | 2026-05-28T08:45:14.396Z | helios |
| 125 | 2026-05-28T08:45:14.396Z | developer/build-essential |
| 126 | 2026-05-28T08:45:14.396Z | None -> 11-3.0 |
| 127 | 2026-05-28T08:45:14.396Z | library/libxmlsec1 |
| 128 | 2026-05-28T08:45:14.396Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-28T08:45:14.419Z | |
| 130 | 2026-05-28T08:45:14.419Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-28T08:45:15.131Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 132 | 2026-05-28T08:45:15.198Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-28T08:45:15.237Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-28T08:45:15.272Z | Finalize: Updating package state database ... Done (0.035s) |
| 135 | 2026-05-28T08:45:15.272Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-28T08:45:15.291Z | Finalize: Updating image state ... Done (0.019s) |
| 137 | 2026-05-28T08:45:17.838Z | Finalize: Creating fast lookup database ... Done (2.524s) |
| 138 | 2026-05-28T08:45:17.907Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-28T08:45:17.910Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-28T08:45:18.014Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-28T08:45:18.312Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-28T08:45:18.415Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-28T08:45:18.418Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-28T08:45:18.572Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-28T08:45:18.575Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-28T08:45:18.596Z | Mediators to change: 2 |
| 147 | 2026-05-28T08:45:18.597Z | Create boot environment: No |
| 148 | 2026-05-28T08:45:18.597Z | Create backup boot environment: No |
| 149 | 2026-05-28T08:45:18.669Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-28T08:45:18.669Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-28T08:45:18.681Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-28T08:45:20.639Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-28T08:45:20.699Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-28T08:45:20.702Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-28T08:45:20.774Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-28T08:45:21.057Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-28T08:45:21.162Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-28T08:45:21.165Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-28T08:45:21.318Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-28T08:45:21.321Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-28T08:45:21.342Z | Mediators to change: 1 |
| 162 | 2026-05-28T08:45:21.342Z | Create boot environment: No |
| 163 | 2026-05-28T08:45:21.342Z | Create backup boot environment: No |
| 164 | 2026-05-28T08:45:21.397Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-28T08:45:21.397Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-28T08:45:21.411Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-28T08:45:23.328Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-28T08:45:23.389Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-28T08:45:23.392Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-28T08:45:23.465Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-28T08:45:23.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-28T08:45:23.772Z | apache system 2.4 system |
| 173 | 2026-05-28T08:45:23.772Z | clang system 15 system |
| 174 | 2026-05-28T08:45:23.772Z | csh system system illumos |
| 175 | 2026-05-28T08:45:23.772Z | ctags system system illumos |
| 176 | 2026-05-28T08:45:23.772Z | file vendor vendor darwinsys |
| 177 | 2026-05-28T08:45:23.772Z | file system system illumos |
| 178 | 2026-05-28T08:45:23.772Z | gcc vendor 14 vendor |
| 179 | 2026-05-28T08:45:23.772Z | gcc system 13 system |
| 180 | 2026-05-28T08:45:23.772Z | gcc system 10 system |
| 181 | 2026-05-28T08:45:23.772Z | go system 1.25 system |
| 182 | 2026-05-28T08:45:23.772Z | llvm system 15 system |
| 183 | 2026-05-28T08:45:23.772Z | mariadb system 11.4 system |
| 184 | 2026-05-28T08:45:23.772Z | mta vendor vendor dma |
| 185 | 2026-05-28T08:45:23.772Z | openjdk system 17 system |
| 186 | 2026-05-28T08:45:23.772Z | openjdk system 11 system |
| 187 | 2026-05-28T08:45:23.772Z | openssl vendor 3 vendor |
| 188 | 2026-05-28T08:45:23.772Z | perl system 5.40 system |
| 189 | 2026-05-28T08:45:23.772Z | postgresql system 18 system |
| 190 | 2026-05-28T08:45:23.773Z | postgresql system 17 system |
| 191 | 2026-05-28T08:45:23.773Z | python vendor 3 vendor |
| 192 | 2026-05-28T08:45:23.773Z | python system 2 system |
| 193 | 2026-05-28T08:45:23.773Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-28T08:45:23.773Z | ruby system 3.4 system |
| 195 | 2026-05-28T08:45:23.773Z | ruby system 3.0 system |
| 196 | 2026-05-28T08:45:23.773Z | words vendor vendor american-english |
| 197 | 2026-05-28T08:45:23.773Z | words system system australian-english |
| 198 | 2026-05-28T08:45:23.773Z | words system system british-english |
| 199 | 2026-05-28T08:45:23.773Z | words system system canadian-english |
| 200 | 2026-05-28T08:45:23.773Z | words system system french |
| 201 | 2026-05-28T08:45:23.773Z | words system system italian |
| 202 | 2026-05-28T08:45:23.773Z | words system system ngerman |
| 203 | 2026-05-28T08:45:23.773Z | words system system ogerman |
| 204 | 2026-05-28T08:45:23.773Z | words system system spanish |
| 205 | 2026-05-28T08:45:24.026Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-28T08:45:24.026Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-28T08:45:24.300Z | FMRI IFO |
| 208 | 2026-05-28T08:45:24.300Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-28T08:45:24.301Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-28T08:45:24.301Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-28T08:45:24.301Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-28T08:45:24.301Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-28T08:45:24.301Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-28T08:45:24.301Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-28T08:45:24.301Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-28T08:45:24.301Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-28T08:45:24.542Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-28T08:45:24.877Z | Updating crates.io index |
| 219 | 2026-05-28T08:45:24.880Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-28T08:45:25.380Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-28T08:45:25.780Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-28T08:45:26.303Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-28T08:45:27.161Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-28T08:45:27.655Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-28T08:45:29.196Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-28T08:45:30.011Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-28T08:45:30.365Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-28T08:45:31.397Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-28T08:45:31.743Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-28T08:45:32.298Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-28T08:45:32.681Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-28T08:45:33.692Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-28T08:45:34.188Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-28T08:45:34.528Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-28T08:45:34.914Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-28T08:45:35.205Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-28T08:45:35.683Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-28T08:45:35.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-28T08:45:36.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-28T08:45:36.474Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-28T08:45:36.840Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-28T08:45:37.313Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-28T08:45:37.574Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-28T08:45:38.020Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-28T08:45:38.292Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-28T08:45:38.605Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-28T08:45:39.665Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-28T08:45:40.231Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-28T08:45:40.690Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-28T08:45:41.197Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-28T08:45:41.524Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-28T08:45:41.833Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-28T08:45:42.133Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-28T08:45:42.476Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-05-28T08:45:43.160Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-05-28T08:45:43.490Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-05-28T08:45:43.761Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-05-28T08:45:44.021Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-28T08:45:56.221Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-05-28T08:45:58.180Z | Downloading crates ... |
| 261 | 2026-05-28T08:45:58.236Z | Downloaded anstyle-query v1.1.5 |
| 262 | 2026-05-28T08:45:58.239Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-05-28T08:45:58.239Z | Downloaded crypto-common v0.1.7 |
| 264 | 2026-05-28T08:45:58.242Z | Downloaded anstyle v1.0.14 |
| 265 | 2026-05-28T08:45:58.242Z | Downloaded anstream v1.0.0 |
| 266 | 2026-05-28T08:45:58.245Z | Downloaded colorchoice v1.0.4 |
| 267 | 2026-05-28T08:45:58.245Z | Downloaded form_urlencoded v1.2.2 |
| 268 | 2026-05-28T08:45:58.245Z | Downloaded cfg-if v1.0.4 |
| 269 | 2026-05-28T08:45:58.248Z | Downloaded cpufeatures v0.2.17 |
| 270 | 2026-05-28T08:45:58.250Z | Downloaded textwrap v0.16.2 |
| 271 | 2026-05-28T08:45:58.253Z | Downloaded unicode-xid v0.2.6 |
| 272 | 2026-05-28T08:45:58.253Z | Downloaded thread-id v4.2.2 |
| 273 | 2026-05-28T08:45:58.253Z | Downloaded generic-array v0.14.7 |
| 274 | 2026-05-28T08:45:58.256Z | Downloaded typeid v1.0.3 |
| 275 | 2026-05-28T08:45:58.256Z | Downloaded toml_datetime v0.6.11 |
| 276 | 2026-05-28T08:45:58.258Z | Downloaded usdt-attr-macro v0.5.0 |
| 277 | 2026-05-28T08:45:58.258Z | Downloaded toml_write v0.1.2 |
| 278 | 2026-05-28T08:45:58.258Z | Downloaded utf8_iter v1.0.4 |
| 279 | 2026-05-28T08:45:58.261Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-05-28T08:45:58.261Z | Downloaded fnv v1.0.7 |
| 281 | 2026-05-28T08:45:58.264Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-05-28T08:45:58.266Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-05-28T08:45:58.266Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-05-28T08:45:58.269Z | Downloaded cargo-platform v0.2.0 |
| 285 | 2026-05-28T08:45:58.269Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-05-28T08:45:58.272Z | Downloaded zerofrom v0.1.6 |
| 287 | 2026-05-28T08:45:58.274Z | Downloaded version_check v0.9.5 |
| 288 | 2026-05-28T08:45:58.274Z | Downloaded utf8parse v0.2.2 |
| 289 | 2026-05-28T08:45:58.274Z | Downloaded heck v0.4.1 |
| 290 | 2026-05-28T08:45:58.274Z | Downloaded usdt-impl v0.5.0 |
| 291 | 2026-05-28T08:45:58.277Z | Downloaded errno v0.3.14 |
| 292 | 2026-05-28T08:45:58.278Z | Downloaded yoke-derive v0.8.1 |
| 293 | 2026-05-28T08:45:58.278Z | Downloaded fastrand v2.3.0 |
| 294 | 2026-05-28T08:45:58.280Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-05-28T08:45:58.280Z | Downloaded erased-serde v0.4.9 |
| 296 | 2026-05-28T08:45:58.280Z | Downloaded dof v0.3.0 |
| 297 | 2026-05-28T08:45:58.285Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2026-05-28T08:45:58.285Z | Downloaded byteorder v1.5.0 |
| 299 | 2026-05-28T08:45:58.285Z | Downloaded usdt v0.5.0 |
| 300 | 2026-05-28T08:45:58.287Z | Downloaded smawk v0.3.2 |
| 301 | 2026-05-28T08:45:58.288Z | Downloaded cargo_metadata v0.21.0 |
| 302 | 2026-05-28T08:45:58.288Z | Downloaded zerovec-derive v0.11.2 |
| 303 | 2026-05-28T08:45:58.288Z | Downloaded thiserror-impl v1.0.69 |
| 304 | 2026-05-28T08:45:58.288Z | Downloaded bytecount v0.6.9 |
| 305 | 2026-05-28T08:45:58.290Z | Downloaded autocfg v1.5.0 |
| 306 | 2026-05-28T08:45:58.290Z | Downloaded plain v0.2.3 |
| 307 | 2026-05-28T08:45:58.293Z | Downloaded zmij v1.0.21 |
| 308 | 2026-05-28T08:45:58.293Z | Downloaded yoke v0.8.1 |
| 309 | 2026-05-28T08:45:58.293Z | Downloaded clap_derive v4.6.1 |
| 310 | 2026-05-28T08:45:58.296Z | Downloaded displaydoc v0.2.5 |
| 311 | 2026-05-28T08:45:58.299Z | Downloaded digest v0.10.7 |
| 312 | 2026-05-28T08:45:58.299Z | Downloaded writeable v0.6.2 |
| 313 | 2026-05-28T08:45:58.299Z | Downloaded thiserror-impl v2.0.18 |
| 314 | 2026-05-28T08:45:58.301Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-05-28T08:45:58.304Z | Downloaded zerocopy-derive v0.7.35 |
| 316 | 2026-05-28T08:45:58.304Z | Downloaded serde-value v0.7.0 |
| 317 | 2026-05-28T08:45:58.307Z | Downloaded toml v0.8.23 |
| 318 | 2026-05-28T08:45:58.307Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-05-28T08:45:58.310Z | Downloaded unicode-ident v1.0.24 |
| 320 | 2026-05-28T08:45:58.312Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-05-28T08:45:58.312Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-05-28T08:45:58.312Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2026-05-28T08:45:58.315Z | Downloaded percent-encoding v2.3.2 |
| 324 | 2026-05-28T08:45:58.315Z | Downloaded ordered-float v2.10.1 |
| 325 | 2026-05-28T08:45:58.315Z | Downloaded serde_spanned v0.6.9 |
| 326 | 2026-05-28T08:45:58.315Z | Downloaded macaddr v1.0.1 |
| 327 | 2026-05-28T08:45:58.318Z | Downloaded is_terminal_polyfill v1.70.2 |
| 328 | 2026-05-28T08:45:58.318Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-05-28T08:45:58.318Z | Downloaded serde_tokenstream v0.2.3 |
| 330 | 2026-05-28T08:45:58.318Z | Downloaded fs-err v3.3.0 |
| 331 | 2026-05-28T08:45:58.320Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-05-28T08:45:58.320Z | Downloaded potential_utf v0.1.4 |
| 333 | 2026-05-28T08:45:58.320Z | Downloaded heck v0.5.0 |
| 334 | 2026-05-28T08:45:58.320Z | Downloaded typenum v1.19.0 |
| 335 | 2026-05-28T08:45:58.323Z | Downloaded camino-tempfile v1.4.1 |
| 336 | 2026-05-28T08:45:58.323Z | Downloaded memmap v0.7.0 |
| 337 | 2026-05-28T08:45:58.326Z | Downloaded toml_edit v0.22.27 |
| 338 | 2026-05-28T08:45:58.329Z | Downloaded idna_adapter v1.2.1 |
| 339 | 2026-05-28T08:45:58.329Z | Downloaded clap_lex v1.0.0 |
| 340 | 2026-05-28T08:45:58.329Z | Downloaded itoa v1.0.17 |
| 341 | 2026-05-28T08:45:58.329Z | Downloaded tinystr v0.8.2 |
| 342 | 2026-05-28T08:45:58.332Z | Downloaded zerotrie v0.2.3 |
| 343 | 2026-05-28T08:45:58.332Z | Downloaded url v2.5.8 |
| 344 | 2026-05-28T08:45:58.337Z | Downloaded cargo_toml v0.21.0 |
| 345 | 2026-05-28T08:45:58.340Z | Downloaded scroll v0.12.0 |
| 346 | 2026-05-28T08:45:58.343Z | Downloaded cargo-util-schemas v0.8.2 |
| 347 | 2026-05-28T08:45:58.345Z | Downloaded zerovec v0.11.5 |
| 348 | 2026-05-28T08:45:58.348Z | Downloaded litemap v0.8.1 |
| 349 | 2026-05-28T08:45:58.348Z | Downloaded quote v1.0.45 |
| 350 | 2026-05-28T08:45:58.351Z | Downloaded zerocopy v0.7.35 |
| 351 | 2026-05-28T08:45:58.357Z | Downloaded synstructure v0.13.2 |
| 352 | 2026-05-28T08:45:58.360Z | Downloaded strsim v0.11.1 |
| 353 | 2026-05-28T08:45:58.360Z | Downloaded winnow v0.7.14 |
| 354 | 2026-05-28T08:45:58.365Z | Downloaded stable_deref_trait v1.2.1 |
| 355 | 2026-05-28T08:45:58.368Z | Downloaded semver v1.0.28 |
| 356 | 2026-05-28T08:45:58.368Z | Downloaded swrite v0.1.0 |
| 357 | 2026-05-28T08:45:58.368Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-05-28T08:45:58.370Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-05-28T08:45:58.373Z | Downloaded proc-macro-error v1.0.4 |
| 360 | 2026-05-28T08:45:58.376Z | Downloaded sha2 v0.10.9 |
| 361 | 2026-05-28T08:45:58.376Z | Downloaded serde-untagged v0.1.9 |
| 362 | 2026-05-28T08:45:58.379Z | Downloaded scroll_derive v0.12.1 |
| 363 | 2026-05-28T08:45:58.379Z | Downloaded clap v4.6.1 |
| 364 | 2026-05-28T08:45:58.383Z | Downloaded camino v1.2.2 |
| 365 | 2026-05-28T08:45:58.386Z | Downloaded getrandom v0.4.1 |
| 366 | 2026-05-28T08:45:58.386Z | Downloaded bitflags v2.11.0 |
| 367 | 2026-05-28T08:45:58.388Z | Downloaded pest_derive v2.8.6 |
| 368 | 2026-05-28T08:45:58.392Z | Downloaded proc-macro2 v1.0.106 |
| 369 | 2026-05-28T08:45:58.394Z | Downloaded icu_provider v2.1.1 |
| 370 | 2026-05-28T08:45:58.398Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-28T08:45:58.401Z | Downloaded once_cell v1.21.3 |
| 372 | 2026-05-28T08:45:58.401Z | Downloaded tempfile v3.25.0 |
| 373 | 2026-05-28T08:45:58.405Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-05-28T08:45:58.408Z | Downloaded pest_generator v2.8.6 |
| 375 | 2026-05-28T08:45:58.416Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-05-28T08:45:58.419Z | Downloaded papergrid v0.11.0 |
| 377 | 2026-05-28T08:45:58.422Z | Downloaded num-traits v0.2.19 |
| 378 | 2026-05-28T08:45:58.424Z | Downloaded log v0.4.29 |
| 379 | 2026-05-28T08:45:58.438Z | Downloaded serde v1.0.228 |
| 380 | 2026-05-28T08:45:58.441Z | Downloaded icu_properties v2.1.2 |
| 381 | 2026-05-28T08:45:58.444Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-05-28T08:45:58.447Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-28T08:45:58.447Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-05-28T08:45:58.457Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-28T08:45:58.460Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-28T08:45:58.463Z | Downloaded icu_collections v2.1.1 |
| 387 | 2026-05-28T08:45:58.465Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-05-28T08:45:58.488Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-28T08:45:58.503Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-05-28T08:45:58.506Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-28T08:45:58.509Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-28T08:45:58.513Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-05-28T08:45:58.517Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-28T08:45:58.520Z | Downloaded serde_json v1.0.149 |
| 395 | 2026-05-28T08:45:58.523Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-28T08:45:58.544Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-28T08:45:58.549Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-28T08:45:58.559Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-28T08:45:58.588Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-28T08:45:58.653Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-28T08:45:58.656Z | Compiling quote v1.0.45 |
| 402 | 2026-05-28T08:45:58.656Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-28T08:45:58.656Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-28T08:45:58.656Z | Compiling libc v0.2.185 |
| 405 | 2026-05-28T08:45:58.656Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-28T08:45:58.656Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-28T08:45:58.656Z | Compiling serde v1.0.228 |
| 408 | 2026-05-28T08:45:58.656Z | Compiling stable_deref_trait v1.2.1 |
| 409 | 2026-05-28T08:45:58.656Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-28T08:45:58.840Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-28T08:45:58.844Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-28T08:45:58.844Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-28T08:45:58.844Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-05-28T08:45:58.844Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-28T08:45:58.999Z | Compiling writeable v0.6.2 |
| 416 | 2026-05-28T08:45:59.109Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-28T08:45:59.266Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-28T08:45:59.322Z | Compiling pest v2.8.6 |
| 419 | 2026-05-28T08:45:59.340Z | Compiling icu_normalizer_data v2.1.1 |
| 420 | 2026-05-28T08:45:59.371Z | Compiling icu_properties_data v2.1.2 |
| 421 | 2026-05-28T08:45:59.373Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-28T08:45:59.455Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-28T08:45:59.472Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-28T08:45:59.540Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-28T08:45:59.577Z | Compiling equivalent v1.0.2 |
| 426 | 2026-05-28T08:45:59.582Z | Compiling smallvec v1.15.1 |
| 427 | 2026-05-28T08:45:59.715Z | Compiling typeid v1.0.3 |
| 428 | 2026-05-28T08:45:59.731Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-28T08:45:59.749Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-05-28T08:45:59.819Z | Compiling syn v1.0.109 |
| 431 | 2026-05-28T08:45:59.821Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-28T08:45:59.835Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-28T08:45:59.868Z | Compiling winnow v0.7.14 |
| 434 | 2026-05-28T08:45:59.888Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-28T08:45:59.933Z | Compiling utf8_iter v1.0.4 |
| 436 | 2026-05-28T08:45:59.960Z | Compiling errno v0.3.14 |
| 437 | 2026-05-28T08:45:59.990Z | Compiling thread-id v4.2.2 |
| 438 | 2026-05-28T08:46:00.046Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-28T08:46:00.127Z | Compiling thiserror v2.0.18 |
| 440 | 2026-05-28T08:46:00.176Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-28T08:46:00.209Z | Compiling log v0.4.29 |
| 442 | 2026-05-28T08:46:00.244Z | Compiling syn v2.0.117 |
| 443 | 2026-05-28T08:46:00.262Z | Compiling plain v0.2.3 |
| 444 | 2026-05-28T08:46:00.281Z | Compiling camino v1.2.2 |
| 445 | 2026-05-28T08:46:00.297Z | Compiling utf8parse v0.2.2 |
| 446 | 2026-05-28T08:46:00.317Z | Compiling getrandom v0.4.1 |
| 447 | 2026-05-28T08:46:00.426Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-28T08:46:00.450Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-28T08:46:00.467Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-05-28T08:46:00.695Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-28T08:46:00.712Z | Compiling anstyle v1.0.14 |
| 452 | 2026-05-28T08:46:00.733Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-05-28T08:46:00.769Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-05-28T08:46:00.788Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-28T08:46:00.804Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-28T08:46:00.807Z | Compiling cfg-if v1.0.4 |
| 457 | 2026-05-28T08:46:00.910Z | Compiling anstream v1.0.0 |
| 458 | 2026-05-28T08:46:00.912Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-28T08:46:00.912Z | Compiling once_cell v1.21.3 |
| 460 | 2026-05-28T08:46:00.981Z | Compiling terminal_size v0.4.3 |
| 461 | 2026-05-28T08:46:00.984Z | Compiling heck v0.4.1 |
| 462 | 2026-05-28T08:46:00.984Z | Compiling fnv v1.0.7 |
| 463 | 2026-05-28T08:46:01.159Z | Compiling semver v1.0.28 |
| 464 | 2026-05-28T08:46:01.162Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-05-28T08:46:01.209Z | Compiling strsim v0.11.1 |
| 466 | 2026-05-28T08:46:01.234Z | Compiling fastrand v2.3.0 |
| 467 | 2026-05-28T08:46:01.252Z | Compiling clap_lex v1.0.0 |
| 468 | 2026-05-28T08:46:01.305Z | Compiling unicode-xid v0.2.6 |
| 469 | 2026-05-28T08:46:01.323Z | Compiling anyhow v1.0.102 |
| 470 | 2026-05-28T08:46:01.377Z | Compiling heck v0.5.0 |
| 471 | 2026-05-28T08:46:01.444Z | Compiling bytecount v0.6.9 |
| 472 | 2026-05-28T08:46:01.497Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-05-28T08:46:01.516Z | Compiling tempfile v3.25.0 |
| 474 | 2026-05-28T08:46:01.519Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-05-28T08:46:01.590Z | Compiling papergrid v0.11.0 |
| 476 | 2026-05-28T08:46:01.590Z | Compiling memmap v0.7.0 |
| 477 | 2026-05-28T08:46:01.625Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-28T08:46:01.643Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-28T08:46:01.680Z | Compiling smawk v0.3.2 |
| 480 | 2026-05-28T08:46:01.759Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-28T08:46:01.841Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-28T08:46:01.890Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-28T08:46:01.909Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 484 | 2026-05-28T08:46:02.212Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-28T08:46:02.752Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-28T08:46:02.753Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-28T08:46:02.875Z | Compiling tabled v0.15.0 |
| 488 | 2026-05-28T08:46:03.269Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-28T08:46:03.269Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-28T08:46:03.269Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-28T08:46:03.272Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-28T08:46:03.272Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-28T08:46:03.317Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-28T08:46:03.350Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-28T08:46:03.354Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-28T08:46:03.370Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-28T08:46:03.370Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-28T08:46:03.476Z | Compiling clap_derive v4.6.1 |
| 499 | 2026-05-28T08:46:04.139Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-28T08:46:04.234Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-28T08:46:04.367Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-28T08:46:04.396Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-28T08:46:04.496Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-28T08:46:04.509Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-28T08:46:04.665Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-28T08:46:04.665Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-28T08:46:04.846Z | Compiling clap v4.6.1 |
| 508 | 2026-05-28T08:46:05.096Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-28T08:46:05.096Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-28T08:46:05.204Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-28T08:46:05.259Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-28T08:46:05.799Z | Compiling dof v0.3.0 |
| 513 | 2026-05-28T08:46:05.799Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-05-28T08:46:05.815Z | Compiling icu_provider v2.1.1 |
| 515 | 2026-05-28T08:46:05.832Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-05-28T08:46:05.835Z | Compiling toml_datetime v0.6.11 |
| 517 | 2026-05-28T08:46:05.835Z | Compiling serde-value v0.7.0 |
| 518 | 2026-05-28T08:46:05.835Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-05-28T08:46:05.835Z | Compiling macaddr v1.0.1 |
| 520 | 2026-05-28T08:46:06.016Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-28T08:46:06.061Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-28T08:46:06.065Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-05-28T08:46:06.482Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-28T08:46:06.482Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-05-28T08:46:06.881Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-28T08:46:07.009Z | Compiling idna v1.1.0 |
| 527 | 2026-05-28T08:46:07.148Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-28T08:46:07.244Z | Compiling url v2.5.8 |
| 529 | 2026-05-28T08:46:07.306Z | Compiling toml v0.8.23 |
| 530 | 2026-05-28T08:46:07.633Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-28T08:46:07.649Z | Compiling cargo-util-schemas v0.8.2 |
| 532 | 2026-05-28T08:46:08.406Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-28T08:46:09.343Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-28T08:46:11.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.06s |
| 535 | 2026-05-28T08:46:11.689Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-05-28T08:46:12.261Z | Downloading crates ... |
| 537 | 2026-05-28T08:46:12.352Z | Downloaded aead v0.5.2 |
| 538 | 2026-05-28T08:46:12.357Z | Downloaded array-init v0.0.4 |
| 539 | 2026-05-28T08:46:12.362Z | Downloaded adler2 v2.0.1 |
| 540 | 2026-05-28T08:46:12.365Z | Downloaded argon2 v0.5.3 |
| 541 | 2026-05-28T08:46:12.366Z | Downloaded anstyle-parse v0.2.7 |
| 542 | 2026-05-28T08:46:12.373Z | Downloaded arc-swap v1.8.2 |
| 543 | 2026-05-28T08:46:12.376Z | Downloaded crunchy v0.2.4 |
| 544 | 2026-05-28T08:46:12.379Z | Downloaded ar_archive_writer v0.5.1 |
| 545 | 2026-05-28T08:46:12.379Z | Downloaded crossbeam-deque v0.8.6 |
| 546 | 2026-05-28T08:46:12.383Z | Downloaded crossbeam-epoch v0.9.18 |
| 547 | 2026-05-28T08:46:12.383Z | Downloaded debug-ignore v1.0.5 |
| 548 | 2026-05-28T08:46:12.385Z | Downloaded crc-any v2.5.0 |
| 549 | 2026-05-28T08:46:12.386Z | Downloaded cpufeatures v0.3.0 |
| 550 | 2026-05-28T08:46:12.389Z | Downloaded daft v0.1.7 |
| 551 | 2026-05-28T08:46:12.389Z | Downloaded anstream v0.6.21 |
| 552 | 2026-05-28T08:46:12.393Z | Downloaded csv-core v0.1.13 |
| 553 | 2026-05-28T08:46:12.393Z | Downloaded derive_builder v0.20.2 |
| 554 | 2026-05-28T08:46:12.396Z | Downloaded darling v0.23.0 |
| 555 | 2026-05-28T08:46:12.399Z | Downloaded daft-derive v0.1.7 |
| 556 | 2026-05-28T08:46:12.399Z | Downloaded dof v0.4.0 |
| 557 | 2026-05-28T08:46:12.402Z | Downloaded cancel-safe-futures v0.1.5 |
| 558 | 2026-05-28T08:46:12.402Z | Downloaded constant_time_eq v0.4.2 |
| 559 | 2026-05-28T08:46:12.405Z | Downloaded dyn-clone v1.0.20 |
| 560 | 2026-05-28T08:46:12.405Z | Downloaded darling_macro v0.20.11 |
| 561 | 2026-05-28T08:46:12.408Z | Downloaded dtrace-parser v0.3.0 |
| 562 | 2026-05-28T08:46:12.408Z | Downloaded crucible-workspace-hack v0.1.0 |
| 563 | 2026-05-28T08:46:12.408Z | Downloaded derive_builder_macro v0.20.2 |
| 564 | 2026-05-28T08:46:12.408Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 565 | 2026-05-28T08:46:12.411Z | Downloaded compression-core v0.4.31 |
| 566 | 2026-05-28T08:46:12.411Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-05-28T08:46:12.411Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-05-28T08:46:12.411Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 569 | 2026-05-28T08:46:12.414Z | Downloaded derive-where v1.6.0 |
| 570 | 2026-05-28T08:46:12.417Z | Downloaded downcast-rs v2.0.2 |
| 571 | 2026-05-28T08:46:12.417Z | Downloaded async-stream-impl v0.3.6 |
| 572 | 2026-05-28T08:46:12.417Z | Downloaded endian-type v0.1.2 |
| 573 | 2026-05-28T08:46:12.417Z | Downloaded darling_macro v0.21.3 |
| 574 | 2026-05-28T08:46:12.421Z | Downloaded base16ct v0.2.0 |
| 575 | 2026-05-28T08:46:12.421Z | Downloaded async-stream v0.3.6 |
| 576 | 2026-05-28T08:46:12.421Z | Downloaded cstr-argument v0.1.2 |
| 577 | 2026-05-28T08:46:12.424Z | Downloaded diesel-dtrace v0.5.0 |
| 578 | 2026-05-28T08:46:12.424Z | Downloaded assert_matches v1.5.0 |
| 579 | 2026-05-28T08:46:12.424Z | Downloaded atomic-waker v1.1.2 |
| 580 | 2026-05-28T08:46:12.429Z | Downloaded defmt-parser v1.0.0 |
| 581 | 2026-05-28T08:46:12.429Z | Downloaded darling_macro v0.23.0 |
| 582 | 2026-05-28T08:46:12.429Z | Downloaded darling_macro v0.13.4 |
| 583 | 2026-05-28T08:46:12.429Z | Downloaded crc8 v0.1.1 |
| 584 | 2026-05-28T08:46:12.429Z | Downloaded ascii-canvas v3.0.0 |
| 585 | 2026-05-28T08:46:12.432Z | Downloaded flagset v0.4.7 |
| 586 | 2026-05-28T08:46:12.432Z | Downloaded cobs v0.3.0 |
| 587 | 2026-05-28T08:46:12.432Z | Downloaded env_filter v1.0.0 |
| 588 | 2026-05-28T08:46:12.432Z | Downloaded float-ord v0.3.2 |
| 589 | 2026-05-28T08:46:12.432Z | Downloaded fd-lock v4.0.4 |
| 590 | 2026-05-28T08:46:12.436Z | Downloaded dsl_auto_type v0.2.0 |
| 591 | 2026-05-28T08:46:12.436Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 592 | 2026-05-28T08:46:12.436Z | Downloaded bitfield-struct v0.6.2 |
| 593 | 2026-05-28T08:46:12.439Z | Downloaded der_derive v0.7.3 |
| 594 | 2026-05-28T08:46:12.439Z | Downloaded des v0.8.1 |
| 595 | 2026-05-28T08:46:12.439Z | Downloaded darling v0.20.11 |
| 596 | 2026-05-28T08:46:12.442Z | Downloaded data-encoding v2.10.0 |
| 597 | 2026-05-28T08:46:12.442Z | Downloaded block-padding v0.3.3 |
| 598 | 2026-05-28T08:46:12.445Z | Downloaded async-recursion v1.1.1 |
| 599 | 2026-05-28T08:46:12.445Z | Downloaded enum-as-inner v0.6.1 |
| 600 | 2026-05-28T08:46:12.448Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-28T08:46:12.448Z | Downloaded fixedbitset v0.4.2 |
| 602 | 2026-05-28T08:46:12.448Z | Downloaded ctr v0.9.2 |
| 603 | 2026-05-28T08:46:12.452Z | Downloaded cfg_aliases v0.2.1 |
| 604 | 2026-05-28T08:46:12.452Z | Downloaded cargo-platform v0.3.2 |
| 605 | 2026-05-28T08:46:12.452Z | Downloaded crc-catalog v2.4.0 |
| 606 | 2026-05-28T08:46:12.455Z | Downloaded display-error-chain v0.2.2 |
| 607 | 2026-05-28T08:46:12.455Z | Downloaded difflib v0.4.0 |
| 608 | 2026-05-28T08:46:12.455Z | Downloaded bb8 v0.8.6 |
| 609 | 2026-05-28T08:46:12.455Z | Downloaded cexpr v0.6.0 |
| 610 | 2026-05-28T08:46:12.458Z | Downloaded float-cmp v0.10.0 |
| 611 | 2026-05-28T08:46:12.458Z | Downloaded base64ct v1.8.3 |
| 612 | 2026-05-28T08:46:12.458Z | Downloaded castaway v0.2.4 |
| 613 | 2026-05-28T08:46:12.461Z | Downloaded dirs-next v2.0.0 |
| 614 | 2026-05-28T08:46:12.464Z | Downloaded atomicwrites v0.4.4 |
| 615 | 2026-05-28T08:46:12.464Z | Downloaded embedded-io v0.6.1 |
| 616 | 2026-05-28T08:46:12.464Z | Downloaded bit-set v0.8.0 |
| 617 | 2026-05-28T08:46:12.467Z | Downloaded blake2 v0.10.6 |
| 618 | 2026-05-28T08:46:12.467Z | Downloaded foreign-types v0.5.0 |
| 619 | 2026-05-28T08:46:12.467Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-05-28T08:46:12.470Z | Downloaded foreign-types-shared v0.3.1 |
| 621 | 2026-05-28T08:46:12.470Z | Downloaded ciborium-io v0.2.2 |
| 622 | 2026-05-28T08:46:12.470Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 623 | 2026-05-28T08:46:12.470Z | Downloaded dirs-sys-next v0.1.2 |
| 624 | 2026-05-28T08:46:12.473Z | Downloaded defmt v0.3.100 |
| 625 | 2026-05-28T08:46:12.473Z | Downloaded atty v0.2.14 |
| 626 | 2026-05-28T08:46:12.473Z | Downloaded arrayref v0.3.9 |
| 627 | 2026-05-28T08:46:12.473Z | Downloaded futures-io v0.3.32 |
| 628 | 2026-05-28T08:46:12.476Z | Downloaded funty v2.0.0 |
| 629 | 2026-05-28T08:46:12.476Z | Downloaded document-features v0.2.12 |
| 630 | 2026-05-28T08:46:12.477Z | Downloaded foreign-types-macros v0.2.3 |
| 631 | 2026-05-28T08:46:12.479Z | Downloaded deranged v0.5.8 |
| 632 | 2026-05-28T08:46:12.479Z | Downloaded defmt-macros v1.0.1 |
| 633 | 2026-05-28T08:46:12.482Z | Downloaded futures-task v0.3.32 |
| 634 | 2026-05-28T08:46:12.483Z | Downloaded critical-section v1.2.0 |
| 635 | 2026-05-28T08:46:12.483Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-05-28T08:46:12.485Z | Downloaded fxhash v0.2.1 |
| 637 | 2026-05-28T08:46:12.485Z | Downloaded futures-sink v0.3.32 |
| 638 | 2026-05-28T08:46:12.485Z | Downloaded futures-macro v0.3.32 |
| 639 | 2026-05-28T08:46:12.485Z | Downloaded futures-core v0.3.32 |
| 640 | 2026-05-28T08:46:12.488Z | Downloaded crc v3.4.0 |
| 641 | 2026-05-28T08:46:12.488Z | Downloaded globwalk v0.9.1 |
| 642 | 2026-05-28T08:46:12.488Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-05-28T08:46:12.491Z | Downloaded gethostname v0.5.0 |
| 644 | 2026-05-28T08:46:12.491Z | Downloaded bit-vec v0.8.0 |
| 645 | 2026-05-28T08:46:12.491Z | Downloaded bitfield-macros v0.19.4 |
| 646 | 2026-05-28T08:46:12.494Z | Downloaded byte-wrapper v0.1.0 |
| 647 | 2026-05-28T08:46:12.494Z | Downloaded bit-vec v0.6.3 |
| 648 | 2026-05-28T08:46:12.494Z | Downloaded ghash v0.5.1 |
| 649 | 2026-05-28T08:46:12.497Z | Downloaded convert_case v0.10.0 |
| 650 | 2026-05-28T08:46:12.497Z | Downloaded const_format_proc_macros v0.2.34 |
| 651 | 2026-05-28T08:46:12.500Z | Downloaded headers-core v0.3.0 |
| 652 | 2026-05-28T08:46:12.500Z | Downloaded chacha20poly1305 v0.10.1 |
| 653 | 2026-05-28T08:46:12.500Z | Downloaded hash32 v0.2.1 |
| 654 | 2026-05-28T08:46:12.503Z | Downloaded backoff v0.4.0 |
| 655 | 2026-05-28T08:46:12.503Z | Downloaded hex-literal v0.4.1 |
| 656 | 2026-05-28T08:46:12.503Z | Downloaded bitfield v0.19.4 |
| 657 | 2026-05-28T08:46:12.507Z | Downloaded bit-set v0.5.3 |
| 658 | 2026-05-28T08:46:12.507Z | Downloaded cipher v0.4.4 |
| 659 | 2026-05-28T08:46:12.507Z | Downloaded home v0.5.12 |
| 660 | 2026-05-28T08:46:12.510Z | Downloaded chacha20 v0.9.1 |
| 661 | 2026-05-28T08:46:12.510Z | Downloaded cbc v0.1.2 |
| 662 | 2026-05-28T08:46:12.510Z | Downloaded ena v0.14.4 |
| 663 | 2026-05-28T08:46:12.513Z | Downloaded blowfish v0.9.1 |
| 664 | 2026-05-28T08:46:12.513Z | Downloaded bitflags v1.3.2 |
| 665 | 2026-05-28T08:46:12.513Z | Downloaded async-trait v0.1.89 |
| 666 | 2026-05-28T08:46:12.516Z | Downloaded arrayvec v0.7.6 |
| 667 | 2026-05-28T08:46:12.519Z | Downloaded hash32 v0.3.1 |
| 668 | 2026-05-28T08:46:12.519Z | Downloaded embedded-io v0.4.0 |
| 669 | 2026-05-28T08:46:12.519Z | Downloaded defmt v1.0.1 |
| 670 | 2026-05-28T08:46:12.522Z | Downloaded fallible-iterator v0.2.0 |
| 671 | 2026-05-28T08:46:12.522Z | Downloaded ff v0.13.1 |
| 672 | 2026-05-28T08:46:12.525Z | Downloaded env_logger v0.11.9 |
| 673 | 2026-05-28T08:46:12.525Z | Downloaded http-body v1.0.1 |
| 674 | 2026-05-28T08:46:12.528Z | Downloaded fs-err v2.11.0 |
| 675 | 2026-05-28T08:46:12.528Z | Downloaded fixedbitset v0.5.7 |
| 676 | 2026-05-28T08:46:12.528Z | Downloaded hostname v0.4.2 |
| 677 | 2026-05-28T08:46:12.532Z | Downloaded filetime v0.2.27 |
| 678 | 2026-05-28T08:46:12.532Z | Downloaded httpdate v1.0.3 |
| 679 | 2026-05-28T08:46:12.532Z | Downloaded hostname v0.3.1 |
| 680 | 2026-05-28T08:46:12.535Z | Downloaded erased-serde v0.3.31 |
| 681 | 2026-05-28T08:46:12.535Z | Downloaded fs_extra v1.3.0 |
| 682 | 2026-05-28T08:46:12.538Z | Downloaded either v1.15.0 |
| 683 | 2026-05-28T08:46:12.538Z | Downloaded derive_builder_core v0.20.2 |
| 684 | 2026-05-28T08:46:12.538Z | Downloaded derive-ex v0.1.8 |
| 685 | 2026-05-28T08:46:12.541Z | Downloaded cmake v0.1.57 |
| 686 | 2026-05-28T08:46:12.542Z | Downloaded http-range v0.1.5 |
| 687 | 2026-05-28T08:46:12.542Z | Downloaded hubpack v0.1.2 |
| 688 | 2026-05-28T08:46:12.545Z | Downloaded foldhash v0.2.0 |
| 689 | 2026-05-28T08:46:12.545Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-05-28T08:46:12.545Z | Downloaded ident_case v1.0.1 |
| 691 | 2026-05-28T08:46:12.545Z | Downloaded foldhash v0.1.5 |
| 692 | 2026-05-28T08:46:12.548Z | Downloaded futures-executor v0.3.32 |
| 693 | 2026-05-28T08:46:12.548Z | Downloaded corncobs v0.1.4 |
| 694 | 2026-05-28T08:46:12.548Z | Downloaded convert_case v0.4.0 |
| 695 | 2026-05-28T08:46:12.551Z | Downloaded cassowary v0.3.0 |
| 696 | 2026-05-28T08:46:12.551Z | Downloaded glob v0.3.3 |
| 697 | 2026-05-28T08:46:12.552Z | Downloaded illumos-nvpair v0.3.0 |
| 698 | 2026-05-28T08:46:12.554Z | Downloaded hubpack_derive v0.1.1 |
| 699 | 2026-05-28T08:46:12.554Z | Downloaded git-stub-vcs v0.1.0 |
| 700 | 2026-05-28T08:46:12.555Z | Downloaded indent_write v2.2.0 |
| 701 | 2026-05-28T08:46:12.555Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 702 | 2026-05-28T08:46:12.558Z | Downloaded compression-codecs v0.4.37 |
| 703 | 2026-05-28T08:46:12.558Z | Downloaded buf-list v1.1.2 |
| 704 | 2026-05-28T08:46:12.562Z | Downloaded globset v0.4.18 |
| 705 | 2026-05-28T08:46:12.562Z | Downloaded group v0.13.0 |
| 706 | 2026-05-28T08:46:12.565Z | Downloaded colored v3.1.1 |
| 707 | 2026-05-28T08:46:12.565Z | Downloaded colored v2.2.0 |
| 708 | 2026-05-28T08:46:12.565Z | Downloaded clang-sys v1.8.1 |
| 709 | 2026-05-28T08:46:12.568Z | Downloaded cookie v0.18.1 |
| 710 | 2026-05-28T08:46:12.568Z | Downloaded chacha20 v0.10.0 |
| 711 | 2026-05-28T08:46:12.571Z | Downloaded instant v0.1.13 |
| 712 | 2026-05-28T08:46:12.571Z | Downloaded is_ci v1.2.0 |
| 713 | 2026-05-28T08:46:12.571Z | Downloaded is-terminal v0.4.17 |
| 714 | 2026-05-28T08:46:12.575Z | Downloaded internet-checksum v0.2.1 |
| 715 | 2026-05-28T08:46:12.575Z | Downloaded instability v0.3.11 |
| 716 | 2026-05-28T08:46:12.575Z | Downloaded inout v0.1.4 |
| 717 | 2026-05-28T08:46:12.575Z | Downloaded indoc v1.0.9 |
| 718 | 2026-05-28T08:46:12.578Z | Downloaded ahash v0.8.12 |
| 719 | 2026-05-28T08:46:12.578Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-05-28T08:46:12.581Z | Downloaded console v0.15.11 |
| 721 | 2026-05-28T08:46:12.581Z | Downloaded diff v0.1.13 |
| 722 | 2026-05-28T08:46:12.584Z | Downloaded camino-tempfile-ext v0.3.3 |
| 723 | 2026-05-28T08:46:12.584Z | Downloaded cargo_metadata v0.23.1 |
| 724 | 2026-05-28T08:46:12.584Z | Downloaded darling v0.21.3 |
| 725 | 2026-05-28T08:46:12.587Z | Downloaded ed25519 v2.2.3 |
| 726 | 2026-05-28T08:46:12.590Z | Downloaded darling v0.13.4 |
| 727 | 2026-05-28T08:46:12.590Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-05-28T08:46:12.593Z | Downloaded keccak v0.1.6 |
| 729 | 2026-05-28T08:46:12.593Z | Downloaded kstat-rs v0.2.4 |
| 730 | 2026-05-28T08:46:12.596Z | Downloaded crossbeam-utils v0.8.21 |
| 731 | 2026-05-28T08:46:12.596Z | Downloaded hex v0.4.3 |
| 732 | 2026-05-28T08:46:12.596Z | Downloaded highway v1.3.0 |
| 733 | 2026-05-28T08:46:12.599Z | Downloaded bytes v1.11.1 |
| 734 | 2026-05-28T08:46:12.602Z | Downloaded lru-slab v0.1.2 |
| 735 | 2026-05-28T08:46:12.602Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-05-28T08:46:12.602Z | Downloaded lru v0.12.5 |
| 737 | 2026-05-28T08:46:12.605Z | Downloaded http-body-util v0.1.3 |
| 738 | 2026-05-28T08:46:12.605Z | Downloaded ecdsa v0.16.9 |
| 739 | 2026-05-28T08:46:12.605Z | Downloaded bzip2 v0.6.1 |
| 740 | 2026-05-28T08:46:12.608Z | Downloaded async-bb8-diesel v0.2.1 |
| 741 | 2026-05-28T08:46:12.608Z | Downloaded bcs v0.1.6 |
| 742 | 2026-05-28T08:46:12.611Z | Downloaded drift v0.2.0 |
| 743 | 2026-05-28T08:46:12.615Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-05-28T08:46:12.618Z | Downloaded futures-channel v0.3.32 |
| 745 | 2026-05-28T08:46:12.618Z | Downloaded linked-hash-map v0.5.6 |
| 746 | 2026-05-28T08:46:12.621Z | Downloaded maplit v1.0.2 |
| 747 | 2026-05-28T08:46:12.621Z | Downloaded managed v0.8.0 |
| 748 | 2026-05-28T08:46:12.621Z | Downloaded multimap v0.10.1 |
| 749 | 2026-05-28T08:46:12.621Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-28T08:46:12.624Z | Downloaded maybe-uninit v2.0.0 |
| 751 | 2026-05-28T08:46:12.624Z | Downloaded match_cfg v0.1.0 |
| 752 | 2026-05-28T08:46:12.624Z | Downloaded lzss v0.8.2 |
| 753 | 2026-05-28T08:46:12.627Z | Downloaded md5 v0.7.0 |
| 754 | 2026-05-28T08:46:12.627Z | Downloaded mime v0.3.17 |
| 755 | 2026-05-28T08:46:12.627Z | Downloaded darling_core v0.13.4 |
| 756 | 2026-05-28T08:46:12.630Z | Downloaded indoc v2.0.7 |
| 757 | 2026-05-28T08:46:12.633Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-05-28T08:46:12.633Z | Downloaded half v1.8.3 |
| 759 | 2026-05-28T08:46:12.636Z | Downloaded getrandom v0.2.17 |
| 760 | 2026-05-28T08:46:12.636Z | Downloaded ingot v0.1.1 |
| 761 | 2026-05-28T08:46:12.639Z | Downloaded console v0.16.2 |
| 762 | 2026-05-28T08:46:12.639Z | Downloaded newtype_derive v0.1.6 |
| 763 | 2026-05-28T08:46:12.639Z | Downloaded ipnet v2.11.0 |
| 764 | 2026-05-28T08:46:12.642Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-05-28T08:46:12.642Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-05-28T08:46:12.642Z | Downloaded new_debug_unreachable v1.0.6 |
| 767 | 2026-05-28T08:46:12.645Z | Downloaded num-derive v0.3.3 |
| 768 | 2026-05-28T08:46:12.645Z | Downloaded num v0.4.3 |
| 769 | 2026-05-28T08:46:12.645Z | Downloaded num-conv v0.2.0 |
| 770 | 2026-05-28T08:46:12.645Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-05-28T08:46:12.648Z | Downloaded newtype-uuid-macros v0.1.0 |
| 772 | 2026-05-28T08:46:12.648Z | Downloaded num-derive v0.4.2 |
| 773 | 2026-05-28T08:46:12.649Z | Downloaded newline-converter v0.3.0 |
| 774 | 2026-05-28T08:46:12.652Z | Downloaded nonempty v0.12.0 |
| 775 | 2026-05-28T08:46:12.652Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-05-28T08:46:12.652Z | Downloaded bzip2 v0.4.4 |
| 777 | 2026-05-28T08:46:12.655Z | Downloaded const-oid v0.9.6 |
| 778 | 2026-05-28T08:46:12.655Z | Downloaded ciborium v0.2.2 |
| 779 | 2026-05-28T08:46:12.655Z | Downloaded backon v1.6.0 |
| 780 | 2026-05-28T08:46:12.658Z | Downloaded aho-corasick v1.1.4 |
| 781 | 2026-05-28T08:46:12.661Z | Downloaded find-msvc-tools v0.1.9 |
| 782 | 2026-05-28T08:46:12.661Z | Downloaded libloading v0.8.9 |
| 783 | 2026-05-28T08:46:12.664Z | Downloaded hmac v0.12.1 |
| 784 | 2026-05-28T08:46:12.664Z | Downloaded libsw-core v0.3.2 |
| 785 | 2026-05-28T08:46:12.667Z | Downloaded libsw v3.5.0 |
| 786 | 2026-05-28T08:46:12.667Z | Downloaded libefi-sys v0.1.0 |
| 787 | 2026-05-28T08:46:12.667Z | Downloaded libscf-sys v1.1.0 |
| 788 | 2026-05-28T08:46:12.670Z | Downloaded num_threads v0.1.7 |
| 789 | 2026-05-28T08:46:12.670Z | Downloaded num_enum_derive v0.5.11 |
| 790 | 2026-05-28T08:46:12.670Z | Downloaded num-iter v0.1.45 |
| 791 | 2026-05-28T08:46:12.670Z | Downloaded httparse v1.10.1 |
| 792 | 2026-05-28T08:46:12.673Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-05-28T08:46:12.673Z | Downloaded dropshot_endpoint v0.17.0 |
| 794 | 2026-05-28T08:46:12.676Z | Downloaded openssl-probe v0.1.6 |
| 795 | 2026-05-28T08:46:12.676Z | Downloaded openssl-macros v0.1.1 |
| 796 | 2026-05-28T08:46:12.679Z | Downloaded hyper-staticfile v0.10.1 |
| 797 | 2026-05-28T08:46:12.679Z | Downloaded hyper-rustls v0.27.7 |
| 798 | 2026-05-28T08:46:12.682Z | Downloaded lock_api v0.4.14 |
| 799 | 2026-05-28T08:46:12.682Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-05-28T08:46:12.682Z | Downloaded olpc-cjson v0.1.4 |
| 801 | 2026-05-28T08:46:12.682Z | Downloaded cookie_store v0.22.1 |
| 802 | 2026-05-28T08:46:12.685Z | Downloaded fatfs v0.3.6 |
| 803 | 2026-05-28T08:46:12.687Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-05-28T08:46:12.688Z | Downloaded darling_core v0.23.0 |
| 805 | 2026-05-28T08:46:12.690Z | Downloaded linear-map v1.2.0 |
| 806 | 2026-05-28T08:46:12.690Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-05-28T08:46:12.693Z | Downloaded multer v3.1.0 |
| 808 | 2026-05-28T08:46:12.693Z | Downloaded humantime v2.3.0 |
| 809 | 2026-05-28T08:46:12.696Z | Downloaded derive_more v0.99.20 |
| 810 | 2026-05-28T08:46:12.699Z | Downloaded flume v0.11.1 |
| 811 | 2026-05-28T08:46:12.699Z | Downloaded native-tls v0.2.18 |
| 812 | 2026-05-28T08:46:12.702Z | Downloaded half v2.7.1 |
| 813 | 2026-05-28T08:46:12.705Z | Downloaded ingot-types v0.1.2 |
| 814 | 2026-05-28T08:46:12.705Z | Downloaded base64 v0.21.7 |
| 815 | 2026-05-28T08:46:12.708Z | Downloaded packed_struct_codegen v0.10.1 |
| 816 | 2026-05-28T08:46:12.708Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-28T08:46:12.708Z | Downloaded getrandom v0.3.4 |
| 818 | 2026-05-28T08:46:12.711Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-28T08:46:12.711Z | Downloaded newtype-uuid v1.3.2 |
| 820 | 2026-05-28T08:46:12.714Z | Downloaded peg-runtime v0.8.5 |
| 821 | 2026-05-28T08:46:12.714Z | Downloaded path-slash v0.1.5 |
| 822 | 2026-05-28T08:46:12.714Z | Downloaded crc32fast v1.5.0 |
| 823 | 2026-05-28T08:46:12.717Z | Downloaded phf_shared v0.11.3 |
| 824 | 2026-05-28T08:46:12.717Z | Downloaded phf_shared v0.12.1 |
| 825 | 2026-05-28T08:46:12.717Z | Downloaded parse-size v1.1.0 |
| 826 | 2026-05-28T08:46:12.717Z | Downloaded pbkdf2 v0.12.2 |
| 827 | 2026-05-28T08:46:12.720Z | Downloaded darling_core v0.20.11 |
| 828 | 2026-05-28T08:46:12.723Z | Downloaded elliptic-curve v0.13.8 |
| 829 | 2026-05-28T08:46:12.727Z | Downloaded darling_core v0.21.3 |
| 830 | 2026-05-28T08:46:12.730Z | Downloaded jobserver v0.1.34 |
| 831 | 2026-05-28T08:46:12.733Z | Downloaded nu-ansi-term v0.50.3 |
| 832 | 2026-05-28T08:46:12.736Z | Downloaded num-complex v0.4.6 |
| 833 | 2026-05-28T08:46:12.736Z | Downloaded num-rational v0.4.2 |
| 834 | 2026-05-28T08:46:12.739Z | Downloaded num-integer v0.1.46 |
| 835 | 2026-05-28T08:46:12.739Z | Downloaded num_enum_derive v0.7.6 |
| 836 | 2026-05-28T08:46:12.739Z | Downloaded pin-utils v0.1.0 |
| 837 | 2026-05-28T08:46:12.744Z | Downloaded phf_shared v0.13.1 |
| 838 | 2026-05-28T08:46:12.747Z | Downloaded powerfmt v0.2.0 |
| 839 | 2026-05-28T08:46:12.747Z | Downloaded num_enum v0.7.6 |
| 840 | 2026-05-28T08:46:12.750Z | Downloaded litrs v1.0.0 |
| 841 | 2026-05-28T08:46:12.753Z | Downloaded allocator-api2 v0.2.21 |
| 842 | 2026-05-28T08:46:12.767Z | Downloaded predicates-tree v1.0.13 |
| 843 | 2026-05-28T08:46:12.771Z | Downloaded base64 v0.22.1 |
| 844 | 2026-05-28T08:46:12.774Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-05-28T08:46:12.774Z | Downloaded predicates-core v1.0.10 |
| 846 | 2026-05-28T08:46:12.774Z | Downloaded precomputed-hash v0.1.1 |
| 847 | 2026-05-28T08:46:12.774Z | Downloaded oxide-tokio-rt v0.1.4 |
| 848 | 2026-05-28T08:46:12.774Z | Downloaded proc-macro-crate v3.4.0 |
| 849 | 2026-05-28T08:46:12.777Z | Downloaded packed_struct v0.10.1 |
| 850 | 2026-05-28T08:46:12.777Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 851 | 2026-05-28T08:46:12.777Z | Downloaded pem-rfc7468 v0.7.0 |
| 852 | 2026-05-28T08:46:12.780Z | Downloaded paste v1.0.15 |
| 853 | 2026-05-28T08:46:12.780Z | Downloaded parse-display-derive v0.10.0 |
| 854 | 2026-05-28T08:46:12.784Z | Downloaded progenitor-client v0.11.2 |
| 855 | 2026-05-28T08:46:12.784Z | Downloaded heapless v0.7.17 |
| 856 | 2026-05-28T08:46:12.787Z | Downloaded quick-error v1.2.3 |
| 857 | 2026-05-28T08:46:12.787Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2026-05-28T08:46:12.787Z | Downloaded crossterm v0.29.0 |
| 859 | 2026-05-28T08:46:12.791Z | Downloaded progenitor-macro v0.11.2 |
| 860 | 2026-05-28T08:46:12.793Z | Downloaded progenitor-client v0.14.0 |
| 861 | 2026-05-28T08:46:12.794Z | Downloaded password-hash v0.5.0 |
| 862 | 2026-05-28T08:46:12.794Z | Downloaded password-hash v0.4.2 |
| 863 | 2026-05-28T08:46:12.796Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-05-28T08:46:12.797Z | Downloaded peg-macros v0.8.5 |
| 865 | 2026-05-28T08:46:12.799Z | Downloaded libbz2-rs-sys v0.2.2 |
| 866 | 2026-05-28T08:46:12.799Z | Downloaded progenitor-macro v0.14.0 |
| 867 | 2026-05-28T08:46:12.799Z | Downloaded progenitor-macro v0.13.0 |
| 868 | 2026-05-28T08:46:12.802Z | Downloaded heapless v0.8.0 |
| 869 | 2026-05-28T08:46:12.802Z | Downloaded headers v0.4.1 |
| 870 | 2026-05-28T08:46:12.805Z | Downloaded omicron-zone-package v0.12.2 |
| 871 | 2026-05-28T08:46:12.811Z | Downloaded phf v0.13.1 |
| 872 | 2026-05-28T08:46:12.814Z | Downloaded pem v3.0.6 |
| 873 | 2026-05-28T08:46:12.814Z | Downloaded pkcs8 v0.10.2 |
| 874 | 2026-05-28T08:46:12.814Z | Downloaded num_enum v0.5.11 |
| 875 | 2026-05-28T08:46:12.814Z | Downloaded peg v0.8.5 |
| 876 | 2026-05-28T08:46:12.817Z | Downloaded rand_chacha v0.3.1 |
| 877 | 2026-05-28T08:46:12.817Z | Downloaded rand_xorshift v0.4.0 |
| 878 | 2026-05-28T08:46:12.821Z | Downloaded radium v0.7.0 |
| 879 | 2026-05-28T08:46:12.821Z | Downloaded phf v0.12.1 |
| 880 | 2026-05-28T08:46:12.821Z | Downloaded crossbeam-channel v0.5.15 |
| 881 | 2026-05-28T08:46:12.824Z | Downloaded polyval v0.6.2 |
| 882 | 2026-05-28T08:46:12.824Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-05-28T08:46:12.826Z | Downloaded owo-colors v4.3.0 |
| 884 | 2026-05-28T08:46:12.827Z | Downloaded nanorand v0.7.0 |
| 885 | 2026-05-28T08:46:12.829Z | Downloaded mime_guess v2.0.5 |
| 886 | 2026-05-28T08:46:12.829Z | Downloaded recursive v0.1.1 |
| 887 | 2026-05-28T08:46:12.833Z | Downloaded poly1305 v0.8.0 |
| 888 | 2026-05-28T08:46:12.833Z | Downloaded oxnet v0.1.5 |
| 889 | 2026-05-28T08:46:12.833Z | Downloaded indicatif v0.18.4 |
| 890 | 2026-05-28T08:46:12.836Z | Downloaded async-compression v0.4.41 |
| 891 | 2026-05-28T08:46:12.839Z | Downloaded ref-cast-impl v1.0.25 |
| 892 | 2026-05-28T08:46:12.842Z | Downloaded ref-cast v1.0.25 |
| 893 | 2026-05-28T08:46:12.842Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-05-28T08:46:12.842Z | Downloaded progenitor v0.11.2 |
| 895 | 2026-05-28T08:46:12.845Z | Downloaded hickory-resolver v0.25.2 |
| 896 | 2026-05-28T08:46:12.848Z | Downloaded psm v0.1.30 |
| 897 | 2026-05-28T08:46:12.848Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-28T08:46:12.850Z | Downloaded progenitor v0.14.0 |
| 899 | 2026-05-28T08:46:12.850Z | Downloaded proc-macro-error2 v2.0.1 |
| 900 | 2026-05-28T08:46:12.853Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-05-28T08:46:12.853Z | Downloaded rfc6979 v0.4.0 |
| 902 | 2026-05-28T08:46:12.853Z | Downloaded pbkdf2 v0.11.0 |
| 903 | 2026-05-28T08:46:12.856Z | Downloaded parking_lot_core v0.9.12 |
| 904 | 2026-05-28T08:46:12.856Z | Downloaded rustc_version v0.4.1 |
| 905 | 2026-05-28T08:46:12.859Z | Downloaded rustc_version v0.1.7 |
| 906 | 2026-05-28T08:46:12.859Z | Downloaded parking_lot v0.11.2 |
| 907 | 2026-05-28T08:46:12.859Z | Downloaded r2d2 v0.8.10 |
| 908 | 2026-05-28T08:46:12.862Z | Downloaded primeorder v0.13.6 |
| 909 | 2026-05-28T08:46:12.862Z | Downloaded cc v1.2.56 |
| 910 | 2026-05-28T08:46:12.865Z | Downloaded flate2 v1.1.9 |
| 911 | 2026-05-28T08:46:12.868Z | Downloaded crypto-bigint v0.5.5 |
| 912 | 2026-05-28T08:46:12.871Z | Downloaded rustc-hash v2.1.1 |
| 913 | 2026-05-28T08:46:12.871Z | Downloaded russh-cryptovec v0.7.3 |
| 914 | 2026-05-28T08:46:12.871Z | Downloaded pin-project-lite v0.2.17 |
| 915 | 2026-05-28T08:46:12.874Z | Downloaded pin-project-internal v1.1.11 |
| 916 | 2026-05-28T08:46:12.877Z | Downloaded pkcs5 v0.7.1 |
| 917 | 2026-05-28T08:46:12.880Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-05-28T08:46:12.880Z | Downloaded ed25519-dalek v2.2.0 |
| 919 | 2026-05-28T08:46:12.883Z | Downloaded rtoolbox v0.0.3 |
| 920 | 2026-05-28T08:46:12.883Z | Downloaded rand_chacha v0.9.0 |
| 921 | 2026-05-28T08:46:12.883Z | Downloaded derive_more-impl v2.1.1 |
| 922 | 2026-05-28T08:46:12.887Z | Downloaded same-file v1.0.6 |
| 923 | 2026-05-28T08:46:12.890Z | Downloaded salsa20 v0.10.2 |
| 924 | 2026-05-28T08:46:12.890Z | Downloaded predicates v3.1.4 |
| 925 | 2026-05-28T08:46:12.890Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-05-28T08:46:12.893Z | Downloaded p256 v0.13.2 |
| 927 | 2026-05-28T08:46:12.893Z | Downloaded miniz_oxide v0.8.9 |
| 928 | 2026-05-28T08:46:12.896Z | Downloaded oso v0.27.3 |
| 929 | 2026-05-28T08:46:12.899Z | Downloaded rand_seeder v0.4.0 |
| 930 | 2026-05-28T08:46:12.899Z | Downloaded scopeguard v1.2.0 |
| 931 | 2026-05-28T08:46:12.899Z | Downloaded scheduled-thread-pool v0.2.7 |
| 932 | 2026-05-28T08:46:12.902Z | Downloaded sapling-renderdag v0.1.0 |
| 933 | 2026-05-28T08:46:12.902Z | Downloaded progenitor v0.13.0 |
| 934 | 2026-05-28T08:46:12.902Z | Downloaded rand_core v0.10.0 |
| 935 | 2026-05-28T08:46:12.905Z | Downloaded rand_core v0.9.5 |
| 936 | 2026-05-28T08:46:12.905Z | Downloaded scrypt v0.11.0 |
| 937 | 2026-05-28T08:46:12.905Z | Downloaded postgres-protocol v0.6.10 |
| 938 | 2026-05-28T08:46:12.908Z | Downloaded postcard v1.1.3 |
| 939 | 2026-05-28T08:46:12.908Z | Downloaded ppv-lite86 v0.2.21 |
| 940 | 2026-05-28T08:46:12.910Z | Downloaded parking_lot v0.12.5 |
| 941 | 2026-05-28T08:46:12.910Z | Downloaded bumpalo v3.20.2 |
| 942 | 2026-05-28T08:46:12.913Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-05-28T08:46:12.916Z | Downloaded crossterm v0.28.1 |
| 944 | 2026-05-28T08:46:12.919Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-05-28T08:46:12.922Z | Downloaded serde-big-array v0.5.1 |
| 946 | 2026-05-28T08:46:12.922Z | Downloaded secrecy v0.10.3 |
| 947 | 2026-05-28T08:46:12.922Z | Downloaded secrecy v0.8.0 |
| 948 | 2026-05-28T08:46:12.925Z | Downloaded expectorate v1.2.0 |
| 949 | 2026-05-28T08:46:12.925Z | Downloaded der v0.7.10 |
| 950 | 2026-05-28T08:46:12.928Z | Downloaded scroll_derive v0.13.1 |
| 951 | 2026-05-28T08:46:12.929Z | Downloaded memmap2 v0.9.10 |
| 952 | 2026-05-28T08:46:12.929Z | Downloaded indexmap v1.9.3 |
| 953 | 2026-05-28T08:46:12.933Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-28T08:46:12.933Z | Downloaded serde_urlencoded v0.7.1 |
| 955 | 2026-05-28T08:46:12.936Z | Downloaded serde_spanned v1.0.4 |
| 956 | 2026-05-28T08:46:12.936Z | Downloaded rustversion v1.0.22 |
| 957 | 2026-05-28T08:46:12.936Z | Downloaded resolv-conf v0.7.6 |
| 958 | 2026-05-28T08:46:12.939Z | Downloaded rustls-pemfile v1.0.4 |
| 959 | 2026-05-28T08:46:12.939Z | Downloaded hickory-resolver v0.24.4 |
| 960 | 2026-05-28T08:46:12.942Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-05-28T08:46:12.944Z | Downloaded hashbrown v0.12.3 |
| 962 | 2026-05-28T08:46:12.947Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-05-28T08:46:12.947Z | Downloaded serde_plain v1.0.2 |
| 964 | 2026-05-28T08:46:12.947Z | Downloaded quinn-udp v0.5.14 |
| 965 | 2026-05-28T08:46:12.950Z | Downloaded pin-project v1.1.11 |
| 966 | 2026-05-28T08:46:12.954Z | Downloaded sigpipe v0.1.3 |
| 967 | 2026-05-28T08:46:12.957Z | Downloaded signature v2.2.0 |
| 968 | 2026-05-28T08:46:12.957Z | Downloaded rustls-native-certs v0.8.3 |
| 969 | 2026-05-28T08:46:12.960Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-05-28T08:46:12.960Z | Downloaded rusty-fork v0.3.1 |
| 971 | 2026-05-28T08:46:12.963Z | Downloaded sha1 v0.10.6 |
| 972 | 2026-05-28T08:46:12.963Z | Downloaded ignore v0.4.25 |
| 973 | 2026-05-28T08:46:12.963Z | Downloaded slog-bunyan v2.5.0 |
| 974 | 2026-05-28T08:46:12.967Z | Downloaded signal-hook-mio v0.2.5 |
| 975 | 2026-05-28T08:46:12.967Z | Downloaded shell-words v1.1.1 |
| 976 | 2026-05-28T08:46:12.967Z | Downloaded futures v0.3.32 |
| 977 | 2026-05-28T08:46:12.970Z | Downloaded sct v0.7.1 |
| 978 | 2026-05-28T08:46:12.973Z | Downloaded derive_more v2.1.1 |
| 979 | 2026-05-28T08:46:12.978Z | Downloaded progenitor-impl v0.11.2 |
| 980 | 2026-05-28T08:46:12.981Z | Downloaded slog-envlogger v2.2.0 |
| 981 | 2026-05-28T08:46:12.981Z | Downloaded semver v0.1.20 |
| 982 | 2026-05-28T08:46:12.983Z | Downloaded prefix-trie v0.7.0 |
| 983 | 2026-05-28T08:46:12.984Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2026-05-28T08:46:12.987Z | Downloaded const_format v0.2.35 |
| 985 | 2026-05-28T08:46:12.987Z | Downloaded compact_str v0.8.1 |
| 986 | 2026-05-28T08:46:12.989Z | Downloaded serde_path_to_error v0.1.20 |
| 987 | 2026-05-28T08:46:12.992Z | Downloaded russh-keys v0.45.0 |
| 988 | 2026-05-28T08:46:12.998Z | Downloaded serde-hex v0.1.0 |
| 989 | 2026-05-28T08:46:13.002Z | Downloaded seq-macro v0.3.6 |
| 990 | 2026-05-28T08:46:13.002Z | Downloaded serde_derive_internals v0.29.1 |
| 991 | 2026-05-28T08:46:13.005Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-05-28T08:46:13.005Z | Downloaded scroll v0.13.0 |
| 993 | 2026-05-28T08:46:13.005Z | Downloaded ssh-cipher v0.2.0 |
| 994 | 2026-05-28T08:46:13.005Z | Downloaded schemars_derive v0.8.22 |
| 995 | 2026-05-28T08:46:13.008Z | Downloaded sqlparser_derive v0.5.0 |
| 996 | 2026-05-28T08:46:13.012Z | Downloaded ssh-encoding v0.2.0 |
| 997 | 2026-05-28T08:46:13.012Z | Downloaded openssl-sys v0.9.115 |
| 998 | 2026-05-28T08:46:13.015Z | Downloaded hashbrown v0.13.2 |
| 999 | 2026-05-28T08:46:13.015Z | Downloaded hyper-util v0.1.20 |
| 1000 | 2026-05-28T08:46:13.018Z | Downloaded http v1.4.0 |
| 1001 | 2026-05-28T08:46:13.021Z | Downloaded serde_with_macros v1.5.2 |
| 1002 | 2026-05-28T08:46:13.024Z | Downloaded strum v0.26.3 |
| 1003 | 2026-05-28T08:46:13.024Z | Downloaded strsim v0.10.0 |
| 1004 | 2026-05-28T08:46:13.027Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1005 | 2026-05-28T08:46:13.027Z | Downloaded strum v0.27.2 |
| 1006 | 2026-05-28T08:46:13.027Z | Downloaded structmeta-derive v0.3.0 |
| 1007 | 2026-05-28T08:46:13.027Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-05-28T08:46:13.030Z | Downloaded mio v1.2.0 |
| 1009 | 2026-05-28T08:46:13.033Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-28T08:46:13.033Z | Downloaded pretty_assertions v1.4.1 |
| 1011 | 2026-05-28T08:46:13.036Z | Downloaded shlex v1.3.0 |
| 1012 | 2026-05-28T08:46:13.036Z | Downloaded rcgen v0.12.1 |
| 1013 | 2026-05-28T08:46:13.036Z | Downloaded supports-color v3.0.2 |
| 1014 | 2026-05-28T08:46:13.039Z | Downloaded slog-async v2.8.0 |
| 1015 | 2026-05-28T08:46:13.039Z | Downloaded slab v0.4.12 |
| 1016 | 2026-05-28T08:46:13.039Z | Downloaded siphasher v1.0.2 |
| 1017 | 2026-05-28T08:46:13.042Z | Downloaded prettyplease v0.2.37 |
| 1018 | 2026-05-28T08:46:13.045Z | Downloaded sync_wrapper v1.0.2 |
| 1019 | 2026-05-28T08:46:13.045Z | Downloaded sync-ptr v0.1.4 |
| 1020 | 2026-05-28T08:46:13.045Z | Downloaded aes v0.8.4 |
| 1021 | 2026-05-28T08:46:13.048Z | Downloaded slog-dtrace v0.3.0 |
| 1022 | 2026-05-28T08:46:13.048Z | Downloaded subtle v2.6.1 |
| 1023 | 2026-05-28T08:46:13.048Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-05-28T08:46:13.050Z | Downloaded tabwriter v1.4.1 |
| 1025 | 2026-05-28T08:46:13.055Z | Downloaded minimal-lexical v0.2.1 |
| 1026 | 2026-05-28T08:46:13.058Z | Downloaded slog-term v2.9.2 |
| 1027 | 2026-05-28T08:46:13.058Z | Downloaded tap v1.0.1 |
| 1028 | 2026-05-28T08:46:13.058Z | Downloaded take_mut v0.2.2 |
| 1029 | 2026-05-28T08:46:13.061Z | Downloaded slog-scope v4.4.1 |
| 1030 | 2026-05-28T08:46:13.061Z | Downloaded tabled_derive v0.11.0 |
| 1031 | 2026-05-28T08:46:13.061Z | Downloaded tagptr v0.2.0 |
| 1032 | 2026-05-28T08:46:13.061Z | Downloaded aes-gcm v0.10.3 |
| 1033 | 2026-05-28T08:46:13.064Z | Downloaded serde_cbor v0.11.2 |
| 1034 | 2026-05-28T08:46:13.066Z | Downloaded progenitor-impl v0.14.0 |
| 1035 | 2026-05-28T08:46:13.066Z | Downloaded progenitor-impl v0.13.0 |
| 1036 | 2026-05-28T08:46:13.069Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-28T08:46:13.069Z | Downloaded ron v0.8.1 |
| 1038 | 2026-05-28T08:46:13.072Z | Downloaded smf v0.2.3 |
| 1039 | 2026-05-28T08:46:13.075Z | Downloaded sqlformat v0.3.5 |
| 1040 | 2026-05-28T08:46:13.075Z | Downloaded spki v0.7.3 |
| 1041 | 2026-05-28T08:46:13.075Z | Downloaded termtree v0.5.1 |
| 1042 | 2026-05-28T08:46:13.078Z | Downloaded snafu-derive v0.8.9 |
| 1043 | 2026-05-28T08:46:13.078Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-05-28T08:46:13.078Z | Downloaded smallvec v0.6.14 |
| 1045 | 2026-05-28T08:46:13.083Z | Downloaded stringprep v0.1.5 |
| 1046 | 2026-05-28T08:46:13.083Z | Downloaded static_assertions v1.1.0 |
| 1047 | 2026-05-28T08:46:13.083Z | Downloaded stacker v0.1.23 |
| 1048 | 2026-05-28T08:46:13.086Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-05-28T08:46:13.086Z | Downloaded dropshot-api-manager v0.7.2 |
| 1050 | 2026-05-28T08:46:13.089Z | Downloaded rayon-core v1.13.0 |
| 1051 | 2026-05-28T08:46:13.089Z | Downloaded hickory-server v0.25.2 |
| 1052 | 2026-05-28T08:46:13.091Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-05-28T08:46:13.094Z | Downloaded time-core v0.1.8 |
| 1054 | 2026-05-28T08:46:13.094Z | Downloaded serde_with_macros v3.17.0 |
| 1055 | 2026-05-28T08:46:13.098Z | Downloaded simd-adler32 v0.3.8 |
| 1056 | 2026-05-28T08:46:13.098Z | Downloaded slog-stdlog v4.1.1 |
| 1057 | 2026-05-28T08:46:13.101Z | Downloaded schemars v0.8.22 |
| 1058 | 2026-05-28T08:46:13.107Z | Downloaded thread-id v5.1.0 |
| 1059 | 2026-05-28T08:46:13.115Z | Downloaded strum_macros v0.26.4 |
| 1060 | 2026-05-28T08:46:13.115Z | Downloaded strum_macros v0.24.3 |
| 1061 | 2026-05-28T08:46:13.115Z | Downloaded publicsuffix v2.3.0 |
| 1062 | 2026-05-28T08:46:13.119Z | Downloaded nom v7.1.3 |
| 1063 | 2026-05-28T08:46:13.122Z | Downloaded strum_macros v0.27.2 |
| 1064 | 2026-05-28T08:46:13.124Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-05-28T08:46:13.124Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-05-28T08:46:13.128Z | Downloaded ryu v1.0.23 |
| 1067 | 2026-05-28T08:46:13.131Z | Downloaded tokio-macros v2.7.0 |
| 1068 | 2026-05-28T08:46:13.134Z | Downloaded diesel_derives v2.3.7 |
| 1069 | 2026-05-28T08:46:13.137Z | Downloaded quinn v0.11.9 |
| 1070 | 2026-05-28T08:46:13.141Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-28T08:46:13.145Z | Downloaded spin v0.9.8 |
| 1072 | 2026-05-28T08:46:13.147Z | Downloaded tower-layer v0.3.3 |
| 1073 | 2026-05-28T08:46:13.147Z | Downloaded termios v0.3.3 |
| 1074 | 2026-05-28T08:46:13.152Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-05-28T08:46:13.154Z | Downloaded topological-sort v0.2.2 |
| 1076 | 2026-05-28T08:46:13.154Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-05-28T08:46:13.157Z | Downloaded hashbrown v0.16.1 |
| 1078 | 2026-05-28T08:46:13.160Z | Downloaded try-lock v0.2.5 |
| 1079 | 2026-05-28T08:46:13.160Z | Downloaded itertools v0.10.5 |
| 1080 | 2026-05-28T08:46:13.164Z | Downloaded libxml v0.3.3 |
| 1081 | 2026-05-28T08:46:13.168Z | Downloaded trait-variant v0.1.2 |
| 1082 | 2026-05-28T08:46:13.171Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-05-28T08:46:13.174Z | Downloaded rand v0.8.6 |
| 1084 | 2026-05-28T08:46:13.177Z | Downloaded tiny-keccak v2.0.2 |
| 1085 | 2026-05-28T08:46:13.177Z | Downloaded signal-hook v0.3.18 |
| 1086 | 2026-05-28T08:46:13.180Z | Downloaded typify-macro v0.4.3 |
| 1087 | 2026-05-28T08:46:13.180Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-05-28T08:46:13.183Z | Downloaded unarray v0.1.4 |
| 1089 | 2026-05-28T08:46:13.183Z | Downloaded untrusted v0.9.0 |
| 1090 | 2026-05-28T08:46:13.183Z | Downloaded tokio-native-tls v0.3.1 |
| 1091 | 2026-05-28T08:46:13.186Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-05-28T08:46:13.186Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1093 | 2026-05-28T08:46:13.188Z | Downloaded unit-prefix v0.5.2 |
| 1094 | 2026-05-28T08:46:13.188Z | Downloaded unicode-truncate v1.1.0 |
| 1095 | 2026-05-28T08:46:13.189Z | Downloaded iri-string v0.7.10 |
| 1096 | 2026-05-28T08:46:13.193Z | Downloaded qorb v0.4.1 |
| 1097 | 2026-05-28T08:46:13.196Z | Downloaded slog v2.8.2 |
| 1098 | 2026-05-28T08:46:13.199Z | Downloaded similar v2.7.0 |
| 1099 | 2026-05-28T08:46:13.201Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-05-28T08:46:13.208Z | Downloaded utf-8 v0.7.6 |
| 1101 | 2026-05-28T08:46:13.213Z | Downloaded void v1.0.2 |
| 1102 | 2026-05-28T08:46:13.213Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1103 | 2026-05-28T08:46:13.213Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-05-28T08:46:13.213Z | Downloaded tls_codec v0.4.2 |
| 1105 | 2026-05-28T08:46:13.216Z | Downloaded usdt-attr-macro v0.6.0 |
| 1106 | 2026-05-28T08:46:13.216Z | Downloaded tokio-dtrace v0.1.1 |
| 1107 | 2026-05-28T08:46:13.216Z | Downloaded num-bigint-dig v0.8.6 |
| 1108 | 2026-05-28T08:46:13.216Z | Downloaded tls_codec_derive v0.4.2 |
| 1109 | 2026-05-28T08:46:13.219Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2026-05-28T08:46:13.219Z | Downloaded usdt v0.6.0 |
| 1111 | 2026-05-28T08:46:13.219Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-05-28T08:46:13.222Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-05-28T08:46:13.222Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1114 | 2026-05-28T08:46:13.225Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1115 | 2026-05-28T08:46:13.225Z | Downloaded socket2 v0.6.3 |
| 1116 | 2026-05-28T08:46:13.228Z | Downloaded term v1.2.1 |
| 1117 | 2026-05-28T08:46:13.228Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1118 | 2026-05-28T08:46:13.231Z | Downloaded term v0.7.0 |
| 1119 | 2026-05-28T08:46:13.231Z | Downloaded want v0.3.1 |
| 1120 | 2026-05-28T08:46:13.234Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-05-28T08:46:13.234Z | Downloaded wait-timeout v0.2.1 |
| 1122 | 2026-05-28T08:46:13.237Z | Downloaded samael v0.0.19 |
| 1123 | 2026-05-28T08:46:13.239Z | Downloaded tui-tree-widget v0.23.1 |
| 1124 | 2026-05-28T08:46:13.240Z | Downloaded hashbrown v0.15.5 |
| 1125 | 2026-05-28T08:46:13.242Z | Downloaded hyper v1.8.1 |
| 1126 | 2026-05-28T08:46:13.246Z | Downloaded itertools v0.12.1 |
| 1127 | 2026-05-28T08:46:13.249Z | Downloaded rand v0.9.2 |
| 1128 | 2026-05-28T08:46:13.252Z | Downloaded xattr v1.6.1 |
| 1129 | 2026-05-28T08:46:13.255Z | Downloaded xshell-macros v0.2.7 |
| 1130 | 2026-05-28T08:46:13.255Z | Downloaded h2 v0.4.13 |
| 1131 | 2026-05-28T08:46:13.258Z | Downloaded rustls-webpki v0.103.9 |
| 1132 | 2026-05-28T08:46:13.261Z | Downloaded itertools v0.14.0 |
| 1133 | 2026-05-28T08:46:13.264Z | Downloaded unicase v2.9.0 |
| 1134 | 2026-05-28T08:46:13.267Z | Downloaded tokio-tungstenite v0.23.1 |
| 1135 | 2026-05-28T08:46:13.267Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-28T08:46:13.270Z | Downloaded tokio-rustls v0.24.1 |
| 1137 | 2026-05-28T08:46:13.270Z | Downloaded uzers v0.12.2 |
| 1138 | 2026-05-28T08:46:13.273Z | Downloaded vergen-lib v0.1.6 |
| 1139 | 2026-05-28T08:46:13.273Z | Downloaded vergen-git2 v9.1.0 |
| 1140 | 2026-05-28T08:46:13.276Z | Downloaded zone v0.3.1 |
| 1141 | 2026-05-28T08:46:13.279Z | Downloaded vergen-gitcl v1.0.8 |
| 1142 | 2026-05-28T08:46:13.286Z | Downloaded hkdf v0.12.4 |
| 1143 | 2026-05-28T08:46:13.289Z | Downloaded usdt-impl v0.6.0 |
| 1144 | 2026-05-28T08:46:13.289Z | Downloaded socket2 v0.5.10 |
| 1145 | 2026-05-28T08:46:13.292Z | Downloaded schemars v1.2.1 |
| 1146 | 2026-05-28T08:46:13.298Z | Downloaded zone_cfg_derive v0.3.1 |
| 1147 | 2026-05-28T08:46:13.301Z | Downloaded zeroize_derive v1.4.3 |
| 1148 | 2026-05-28T08:46:13.301Z | Downloaded tokio-rustls v0.25.0 |
| 1149 | 2026-05-28T08:46:13.308Z | Downloaded tinyvec v1.10.0 |
| 1150 | 2026-05-28T08:46:13.311Z | Downloaded p521 v0.13.3 |
| 1151 | 2026-05-28T08:46:13.314Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-05-28T08:46:13.314Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-05-28T08:46:13.317Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-05-28T08:46:13.317Z | Downloaded twox-hash v2.1.2 |
| 1155 | 2026-05-28T08:46:13.320Z | Downloaded futures-util v0.3.32 |
| 1156 | 2026-05-28T08:46:13.325Z | Downloaded toml v0.7.8 |
| 1157 | 2026-05-28T08:46:13.328Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-05-28T08:46:13.331Z | Downloaded tar v0.4.45 |
| 1159 | 2026-05-28T08:46:13.333Z | Downloaded rand v0.10.1 |
| 1160 | 2026-05-28T08:46:13.334Z | Downloaded libm v0.2.16 |
| 1161 | 2026-05-28T08:46:13.340Z | Downloaded wyz v0.5.1 |
| 1162 | 2026-05-28T08:46:13.343Z | Downloaded whoami v1.6.1 |
| 1163 | 2026-05-28T08:46:13.343Z | Downloaded unicode-properties v0.1.4 |
| 1164 | 2026-05-28T08:46:13.343Z | Downloaded nom v8.0.0 |
| 1165 | 2026-05-28T08:46:13.346Z | Downloaded vergen-lib v9.1.0 |
| 1166 | 2026-05-28T08:46:13.349Z | Downloaded snafu v0.8.9 |
| 1167 | 2026-05-28T08:46:13.352Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1168 | 2026-05-28T08:46:13.352Z | Downloaded subprocess v0.2.15 |
| 1169 | 2026-05-28T08:46:13.355Z | Downloaded tracing-attributes v0.1.31 |
| 1170 | 2026-05-28T08:46:13.358Z | Downloaded tracing-core v0.1.36 |
| 1171 | 2026-05-28T08:46:13.361Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-05-28T08:46:13.364Z | Downloaded zstd-safe v7.2.4 |
| 1173 | 2026-05-28T08:46:13.364Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-05-28T08:46:13.367Z | Downloaded rsa v0.9.10 |
| 1175 | 2026-05-28T08:46:13.370Z | Downloaded typify v0.4.3 |
| 1176 | 2026-05-28T08:46:13.373Z | Downloaded tungstenite v0.21.0 |
| 1177 | 2026-05-28T08:46:13.375Z | Downloaded xshell v0.2.7 |
| 1178 | 2026-05-28T08:46:13.379Z | Downloaded walkdir v2.5.0 |
| 1179 | 2026-05-28T08:46:13.379Z | Downloaded itertools v0.13.0 |
| 1180 | 2026-05-28T08:46:13.382Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2026-05-28T08:46:13.386Z | Downloaded zerocopy v0.6.6 |
| 1182 | 2026-05-28T08:46:13.386Z | Downloaded vergen v9.1.0 |
| 1183 | 2026-05-28T08:46:13.386Z | Downloaded uuid v1.23.0 |
| 1184 | 2026-05-28T08:46:13.389Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1185 | 2026-05-28T08:46:13.392Z | Downloaded typify v0.6.2 |
| 1186 | 2026-05-28T08:46:13.396Z | Downloaded steno v0.4.1 |
| 1187 | 2026-05-28T08:46:13.396Z | Downloaded unicode-bidi v0.3.18 |
| 1188 | 2026-05-28T08:46:13.399Z | Downloaded russh v0.45.0 |
| 1189 | 2026-05-28T08:46:13.402Z | Downloaded rustyline v14.0.0 |
| 1190 | 2026-05-28T08:46:13.405Z | Downloaded vte v0.14.1 |
| 1191 | 2026-05-28T08:46:13.407Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-05-28T08:46:13.422Z | Downloaded yasna v0.5.2 |
| 1193 | 2026-05-28T08:46:13.428Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-05-28T08:46:13.431Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-05-28T08:46:13.443Z | Downloaded rpassword v7.4.0 |
| 1196 | 2026-05-28T08:46:13.446Z | Downloaded serde_with v1.14.0 |
| 1197 | 2026-05-28T08:46:13.449Z | Downloaded blake3 v1.8.3 |
| 1198 | 2026-05-28T08:46:13.464Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-05-28T08:46:13.474Z | Downloaded zip v0.6.6 |
| 1200 | 2026-05-28T08:46:13.488Z | Downloaded ssh-key v0.6.7 |
| 1201 | 2026-05-28T08:46:13.494Z | Downloaded rayon v1.11.0 |
| 1202 | 2026-05-28T08:46:13.499Z | Downloaded iddqd v0.4.2 |
| 1203 | 2026-05-28T08:46:13.504Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-05-28T08:46:13.507Z | Downloaded unicode_categories v0.1.1 |
| 1205 | 2026-05-28T08:46:13.507Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-05-28T08:46:13.509Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-05-28T08:46:13.512Z | Downloaded reedline v0.40.0 |
| 1208 | 2026-05-28T08:46:13.516Z | Downloaded git2 v0.20.4 |
| 1209 | 2026-05-28T08:46:13.521Z | Downloaded reqwest v0.12.28 |
| 1210 | 2026-05-28T08:46:13.525Z | Downloaded aws-lc-rs v1.16.3 |
| 1211 | 2026-05-28T08:46:13.533Z | Downloaded p384 v0.13.1 |
| 1212 | 2026-05-28T08:46:13.536Z | Downloaded bindgen v0.71.1 |
| 1213 | 2026-05-28T08:46:13.540Z | Downloaded unicode-segmentation v1.12.0 |
| 1214 | 2026-05-28T08:46:13.544Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-05-28T08:46:13.547Z | Downloaded zerocopy-derive v0.8.40 |
| 1216 | 2026-05-28T08:46:13.551Z | Downloaded regex v1.12.3 |
| 1217 | 2026-05-28T08:46:13.554Z | Downloaded tower v0.5.3 |
| 1218 | 2026-05-28T08:46:13.558Z | Downloaded proptest v1.10.0 |
| 1219 | 2026-05-28T08:46:13.563Z | Downloaded bitvec v1.0.1 |
| 1220 | 2026-05-28T08:46:13.571Z | Downloaded tower-http v0.6.8 |
| 1221 | 2026-05-28T08:46:13.575Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-28T08:46:13.579Z | Downloaded x509-cert v0.2.5 |
| 1223 | 2026-05-28T08:46:13.582Z | Downloaded zip v4.6.1 |
| 1224 | 2026-05-28T08:46:13.585Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-05-28T08:46:13.593Z | Downloaded quick-xml v0.37.5 |
| 1226 | 2026-05-28T08:46:13.596Z | Downloaded curve25519-dalek v4.1.3 |
| 1227 | 2026-05-28T08:46:13.601Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-05-28T08:46:13.604Z | Downloaded serde_with v3.17.0 |
| 1229 | 2026-05-28T08:46:13.610Z | Downloaded chrono v0.4.44 |
| 1230 | 2026-05-28T08:46:13.614Z | Downloaded salty v0.3.0 |
| 1231 | 2026-05-28T08:46:13.618Z | Downloaded moka v0.12.13 |
| 1232 | 2026-05-28T08:46:13.624Z | Downloaded tough v0.22.0 |
| 1233 | 2026-05-28T08:46:13.627Z | Downloaded lalrpop v0.19.12 |
| 1234 | 2026-05-28T08:46:13.633Z | Downloaded rustls-webpki v0.102.8 |
| 1235 | 2026-05-28T08:46:13.644Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-28T08:46:13.648Z | Downloaded petname v2.0.2 |
| 1237 | 2026-05-28T08:46:13.651Z | Downloaded portable-atomic v1.13.1 |
| 1238 | 2026-05-28T08:46:13.655Z | Downloaded goblin v0.10.5 |
| 1239 | 2026-05-28T08:46:13.672Z | Downloaded radix_trie v0.2.1 |
| 1240 | 2026-05-28T08:46:13.677Z | Downloaded nix v0.27.1 |
| 1241 | 2026-05-28T08:46:13.686Z | Downloaded winnow v0.5.40 |
| 1242 | 2026-05-28T08:46:13.700Z | Downloaded winnow v1.0.3 |
| 1243 | 2026-05-28T08:46:13.703Z | Downloaded object v0.30.4 |
| 1244 | 2026-05-28T08:46:13.708Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-05-28T08:46:13.713Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-05-28T08:46:13.717Z | Downloaded nix v0.28.0 |
| 1247 | 2026-05-28T08:46:13.723Z | Downloaded time v0.3.47 |
| 1248 | 2026-05-28T08:46:13.733Z | Downloaded smoltcp v0.9.1 |
| 1249 | 2026-05-28T08:46:13.738Z | Downloaded tabled v0.20.0 |
| 1250 | 2026-05-28T08:46:13.748Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-05-28T08:46:13.752Z | Downloaded dropshot v0.17.0 |
| 1252 | 2026-05-28T08:46:13.764Z | Downloaded zlib-rs v0.6.2 |
| 1253 | 2026-05-28T08:46:13.773Z | Downloaded rustls v0.21.12 |
| 1254 | 2026-05-28T08:46:13.781Z | Downloaded hickory-proto v0.24.4 |
| 1255 | 2026-05-28T08:46:13.788Z | Downloaded zerocopy v0.8.40 |
| 1256 | 2026-05-28T08:46:13.793Z | Downloaded openssl v0.10.79 |
| 1257 | 2026-05-28T08:46:13.798Z | Downloaded object v0.37.3 |
| 1258 | 2026-05-28T08:46:13.804Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-05-28T08:46:13.826Z | Downloaded webpki-roots v1.0.6 |
| 1260 | 2026-05-28T08:46:13.829Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-05-28T08:46:13.842Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-05-28T08:46:13.847Z | Downloaded rustls v0.23.37 |
| 1263 | 2026-05-28T08:46:13.854Z | Downloaded rustls v0.22.4 |
| 1264 | 2026-05-28T08:46:13.861Z | Downloaded regex-syntax v0.8.10 |
| 1265 | 2026-05-28T08:46:13.867Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-05-28T08:46:13.876Z | Downloaded regress v0.11.1 |
| 1267 | 2026-05-28T08:46:13.881Z | Downloaded regress v0.10.5 |
| 1268 | 2026-05-28T08:46:13.886Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-05-28T08:46:13.900Z | Downloaded smoltcp v0.11.0 |
| 1270 | 2026-05-28T08:46:13.906Z | Downloaded nix v0.31.2 |
| 1271 | 2026-05-28T08:46:13.913Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-05-28T08:46:13.921Z | Downloaded sled v0.34.7 |
| 1273 | 2026-05-28T08:46:13.940Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-05-28T08:46:13.947Z | Downloaded tracing v0.1.44 |
| 1275 | 2026-05-28T08:46:13.967Z | Downloaded zerocopy-derive v0.6.6 |
| 1276 | 2026-05-28T08:46:13.996Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-05-28T08:46:14.006Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-05-28T08:46:14.013Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-05-28T08:46:14.020Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-05-28T08:46:14.030Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1281 | 2026-05-28T08:46:14.037Z | Downloaded jiff v0.2.21 |
| 1282 | 2026-05-28T08:46:14.047Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-05-28T08:46:14.056Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-05-28T08:46:14.068Z | Downloaded csv v1.4.0 |
| 1285 | 2026-05-28T08:46:14.081Z | Downloaded chrono-tz v0.10.4 |
| 1286 | 2026-05-28T08:46:14.092Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1287 | 2026-05-28T08:46:14.103Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-05-28T08:46:14.141Z | Downloaded encoding_rs v0.8.35 |
| 1289 | 2026-05-28T08:46:14.161Z | Downloaded sha3 v0.10.8 |
| 1290 | 2026-05-28T08:46:14.182Z | Downloaded tokio v1.52.1 |
| 1291 | 2026-05-28T08:46:14.278Z | Downloaded ring v0.17.14 |
| 1292 | 2026-05-28T08:46:14.331Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1293 | 2026-05-28T08:46:14.820Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-05-28T08:46:15.085Z | Compiling libc v0.2.185 |
| 1295 | 2026-05-28T08:46:15.085Z | Compiling serde v1.0.228 |
| 1296 | 2026-05-28T08:46:15.089Z | Compiling log v0.4.29 |
| 1297 | 2026-05-28T08:46:15.090Z | Compiling shlex v1.3.0 |
| 1298 | 2026-05-28T08:46:15.090Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-05-28T08:46:15.090Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-05-28T08:46:15.090Z | Compiling typenum v1.19.0 |
| 1301 | 2026-05-28T08:46:15.090Z | Compiling subtle v2.6.1 |
| 1302 | 2026-05-28T08:46:15.240Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-05-28T08:46:15.252Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-05-28T08:46:15.312Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-05-28T08:46:15.327Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-05-28T08:46:15.354Z | Compiling syn v2.0.117 |
| 1307 | 2026-05-28T08:46:15.367Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-05-28T08:46:15.370Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-05-28T08:46:15.380Z | Compiling parking_lot_core v0.9.12 |
| 1310 | 2026-05-28T08:46:15.420Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-05-28T08:46:15.436Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-05-28T08:46:15.471Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-05-28T08:46:15.509Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-05-28T08:46:15.521Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-05-28T08:46:15.536Z | Compiling libm v0.2.16 |
| 1316 | 2026-05-28T08:46:15.551Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-05-28T08:46:15.580Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-05-28T08:46:15.701Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-05-28T08:46:15.753Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-05-28T08:46:15.767Z | Compiling slab v0.4.12 |
| 1321 | 2026-05-28T08:46:15.796Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-05-28T08:46:15.800Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-05-28T08:46:15.853Z | Compiling futures-channel v0.3.32 |
| 1324 | 2026-05-28T08:46:15.889Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-05-28T08:46:15.919Z | Compiling futures-io v0.3.32 |
| 1326 | 2026-05-28T08:46:15.922Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-05-28T08:46:15.949Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-05-28T08:46:15.994Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-05-28T08:46:16.010Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-05-28T08:46:16.074Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-05-28T08:46:16.091Z | Compiling dunce v1.0.5 |
| 1332 | 2026-05-28T08:46:16.091Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-05-28T08:46:16.119Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-05-28T08:46:16.123Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-05-28T08:46:16.158Z | Compiling rustix v1.1.3 |
| 1336 | 2026-05-28T08:46:16.209Z | Compiling flagset v0.4.7 |
| 1337 | 2026-05-28T08:46:16.268Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-28T08:46:16.268Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-28T08:46:16.295Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-28T08:46:16.365Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-28T08:46:16.381Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-28T08:46:16.431Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-05-28T08:46:16.461Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-28T08:46:16.475Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-28T08:46:16.509Z | Compiling cc v1.2.56 |
| 1346 | 2026-05-28T08:46:16.546Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-05-28T08:46:16.606Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-05-28T08:46:16.631Z | Compiling iana-time-zone v0.1.65 |
| 1349 | 2026-05-28T08:46:16.652Z | Compiling regex-syntax v0.8.10 |
| 1350 | 2026-05-28T08:46:16.701Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-05-28T08:46:16.746Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-05-28T08:46:16.760Z | Compiling tracing-core v0.1.36 |
| 1353 | 2026-05-28T08:46:16.817Z | Compiling uuid v1.23.0 |
| 1354 | 2026-05-28T08:46:16.847Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-05-28T08:46:16.862Z | Compiling base64 v0.22.1 |
| 1356 | 2026-05-28T08:46:16.865Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-28T08:46:16.999Z | Compiling rand_core v0.9.5 |
| 1358 | 2026-05-28T08:46:17.014Z | Compiling untrusted v0.7.1 |
| 1359 | 2026-05-28T08:46:17.017Z | Compiling httparse v1.10.1 |
| 1360 | 2026-05-28T08:46:17.042Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-05-28T08:46:17.127Z | Compiling openssl-probe v0.2.1 |
| 1362 | 2026-05-28T08:46:17.141Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-05-28T08:46:17.155Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-05-28T08:46:17.170Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-05-28T08:46:17.195Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-05-28T08:46:17.210Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-28T08:46:17.282Z | Compiling cmake v0.1.57 |
| 1368 | 2026-05-28T08:46:17.298Z | Compiling dyn-clone v1.0.20 |
| 1369 | 2026-05-28T08:46:17.312Z | Compiling rustls v0.23.37 |
| 1370 | 2026-05-28T08:46:17.325Z | Compiling atomic-waker v1.1.2 |
| 1371 | 2026-05-28T08:46:17.371Z | Compiling try-lock v0.2.5 |
| 1372 | 2026-05-28T08:46:17.424Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-05-28T08:46:17.467Z | Compiling want v0.3.1 |
| 1374 | 2026-05-28T08:46:17.470Z | Compiling httpdate v1.0.3 |
| 1375 | 2026-05-28T08:46:17.483Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-05-28T08:46:17.511Z | Compiling openssl v0.10.79 |
| 1377 | 2026-05-28T08:46:17.514Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-05-28T08:46:17.514Z | Compiling socket2 v0.5.10 |
| 1379 | 2026-05-28T08:46:17.541Z | Compiling spin v0.9.8 |
| 1380 | 2026-05-28T08:46:17.570Z | Compiling foreign-types v0.3.2 |
| 1381 | 2026-05-28T08:46:17.570Z | Compiling num-conv v0.2.0 |
| 1382 | 2026-05-28T08:46:17.599Z | Compiling powerfmt v0.2.0 |
| 1383 | 2026-05-28T08:46:17.641Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-05-28T08:46:17.655Z | Compiling crc32fast v1.5.0 |
| 1385 | 2026-05-28T08:46:17.705Z | Compiling time-core v0.1.8 |
| 1386 | 2026-05-28T08:46:17.720Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-05-28T08:46:17.733Z | Compiling sync_wrapper v1.0.2 |
| 1388 | 2026-05-28T08:46:17.769Z | Compiling deranged v0.5.8 |
| 1389 | 2026-05-28T08:46:17.784Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-05-28T08:46:17.787Z | Compiling unicode-segmentation v1.12.0 |
| 1391 | 2026-05-28T08:46:17.817Z | Compiling syn v1.0.109 |
| 1392 | 2026-05-28T08:46:17.856Z | Compiling tempfile v3.25.0 |
| 1393 | 2026-05-28T08:46:17.871Z | Compiling time-macros v0.2.27 |
| 1394 | 2026-05-28T08:46:17.873Z | Compiling num_threads v0.1.7 |
| 1395 | 2026-05-28T08:46:17.964Z | Compiling bit-vec v0.8.0 |
| 1396 | 2026-05-28T08:46:17.994Z | Compiling simd-adler32 v0.3.8 |
| 1397 | 2026-05-28T08:46:18.010Z | Compiling siphasher v1.0.2 |
| 1398 | 2026-05-28T08:46:18.013Z | Compiling quick-error v1.2.3 |
| 1399 | 2026-05-28T08:46:18.038Z | Compiling usdt-impl v0.6.0 |
| 1400 | 2026-05-28T08:46:18.104Z | Compiling regex-automata v0.4.14 |
| 1401 | 2026-05-28T08:46:18.121Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-05-28T08:46:18.135Z | Compiling ring v0.17.14 |
| 1403 | 2026-05-28T08:46:18.151Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-05-28T08:46:18.153Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-05-28T08:46:18.216Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-05-28T08:46:18.219Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-05-28T08:46:18.219Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-05-28T08:46:18.258Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-05-28T08:46:18.273Z | Compiling bit-set v0.8.0 |
| 1410 | 2026-05-28T08:46:18.308Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-05-28T08:46:18.584Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1412 | 2026-05-28T08:46:18.865Z | Compiling rusty-fork v0.3.1 |
| 1413 | 2026-05-28T08:46:18.936Z | Compiling heapless v0.7.17 |
| 1414 | 2026-05-28T08:46:18.983Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-05-28T08:46:19.041Z | Compiling slog v2.8.2 |
| 1416 | 2026-05-28T08:46:19.043Z | Compiling time v0.3.47 |
| 1417 | 2026-05-28T08:46:19.068Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-05-28T08:46:19.140Z | Compiling cookie v0.18.1 |
| 1419 | 2026-05-28T08:46:19.164Z | Compiling allocator-api2 v0.2.21 |
| 1420 | 2026-05-28T08:46:19.178Z | Compiling zstd-safe v7.2.4 |
| 1421 | 2026-05-28T08:46:19.191Z | Compiling ryu v1.0.23 |
| 1422 | 2026-05-28T08:46:19.206Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-05-28T08:46:19.232Z | Compiling anyhow v1.0.102 |
| 1424 | 2026-05-28T08:46:19.247Z | Compiling unarray v0.1.4 |
| 1425 | 2026-05-28T08:46:19.343Z | Compiling iri-string v0.7.10 |
| 1426 | 2026-05-28T08:46:19.366Z | Compiling paste v1.0.15 |
| 1427 | 2026-05-28T08:46:19.380Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-05-28T08:46:19.395Z | Compiling signal-hook v0.3.18 |
| 1429 | 2026-05-28T08:46:19.398Z | Compiling unicode-bidi v0.3.18 |
| 1430 | 2026-05-28T08:46:19.482Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-05-28T08:46:19.706Z | Compiling heck v0.4.1 |
| 1432 | 2026-05-28T08:46:19.799Z | Compiling stringprep v0.1.5 |
| 1433 | 2026-05-28T08:46:19.949Z | Compiling num-integer v0.1.46 |
| 1434 | 2026-05-28T08:46:19.979Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2026-05-28T08:46:20.021Z | Compiling serde_derive v1.0.228 |
| 1436 | 2026-05-28T08:46:20.067Z | Compiling zeroize_derive v1.4.3 |
| 1437 | 2026-05-28T08:46:20.118Z | Compiling zerofrom-derive v0.1.6 |
| 1438 | 2026-05-28T08:46:20.284Z | Compiling yoke-derive v0.8.1 |
| 1439 | 2026-05-28T08:46:20.299Z | Compiling zerovec-derive v0.11.2 |
| 1440 | 2026-05-28T08:46:20.342Z | Compiling zerocopy-derive v0.8.40 |
| 1441 | 2026-05-28T08:46:20.362Z | Compiling displaydoc v0.2.5 |
| 1442 | 2026-05-28T08:46:20.677Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-05-28T08:46:20.697Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-05-28T08:46:20.759Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-05-28T08:46:20.981Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-05-28T08:46:20.997Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-05-28T08:46:21.163Z | Compiling thiserror-impl v2.0.18 |
| 1448 | 2026-05-28T08:46:21.441Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-05-28T08:46:21.481Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-05-28T08:46:21.496Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-28T08:46:21.511Z | Compiling tracing-attributes v0.1.31 |
| 1452 | 2026-05-28T08:46:21.525Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-05-28T08:46:21.565Z | Compiling futures-util v0.3.32 |
| 1454 | 2026-05-28T08:46:21.586Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-05-28T08:46:21.610Z | Compiling pest_derive v2.8.6 |
| 1456 | 2026-05-28T08:46:21.675Z | Compiling digest v0.10.7 |
| 1457 | 2026-05-28T08:46:21.675Z | Compiling inout v0.1.4 |
| 1458 | 2026-05-28T08:46:21.733Z | Compiling yoke v0.8.1 |
| 1459 | 2026-05-28T08:46:21.869Z | Compiling cipher v0.4.4 |
| 1460 | 2026-05-28T08:46:21.938Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-05-28T08:46:21.964Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-05-28T08:46:22.006Z | Compiling hmac v0.12.1 |
| 1463 | 2026-05-28T08:46:22.082Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-05-28T08:46:22.155Z | Compiling der v0.7.10 |
| 1465 | 2026-05-28T08:46:22.183Z | Compiling pbkdf2 v0.12.2 |
| 1466 | 2026-05-28T08:46:22.294Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-28T08:46:22.317Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-28T08:46:22.403Z | Compiling tinystr v0.8.2 |
| 1469 | 2026-05-28T08:46:22.450Z | Compiling potential_utf v0.1.4 |
| 1470 | 2026-05-28T08:46:22.477Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-05-28T08:46:22.491Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-28T08:46:22.579Z | Compiling icu_locale_core v2.1.1 |
| 1473 | 2026-05-28T08:46:22.625Z | Compiling icu_collections v2.1.1 |
| 1474 | 2026-05-28T08:46:22.640Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-05-28T08:46:22.758Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-05-28T08:46:22.778Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-28T08:46:22.879Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-28T08:46:22.931Z | Compiling tracing v0.1.44 |
| 1479 | 2026-05-28T08:46:23.143Z | Compiling spki v0.7.3 |
| 1480 | 2026-05-28T08:46:23.222Z | Compiling icu_provider v2.1.1 |
| 1481 | 2026-05-28T08:46:23.287Z | Compiling darling v0.20.11 |
| 1482 | 2026-05-28T08:46:23.313Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-05-28T08:46:23.387Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-28T08:46:23.409Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-05-28T08:46:23.512Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-05-28T08:46:23.551Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-05-28T08:46:23.591Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-28T08:46:23.633Z | Compiling chrono v0.4.44 |
| 1489 | 2026-05-28T08:46:23.648Z | Compiling pkcs8 v0.10.2 |
| 1490 | 2026-05-28T08:46:23.664Z | Compiling ipnet v2.11.0 |
| 1491 | 2026-05-28T08:46:23.667Z | Compiling scroll v0.13.0 |
| 1492 | 2026-05-28T08:46:23.762Z | Compiling dtrace-parser v0.3.0 |
| 1493 | 2026-05-28T08:46:23.845Z | Compiling signature v2.2.0 |
| 1494 | 2026-05-28T08:46:23.966Z | Compiling goblin v0.10.5 |
| 1495 | 2026-05-28T08:46:23.982Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-28T08:46:23.998Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-05-28T08:46:24.052Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-05-28T08:46:24.084Z | Compiling tokio v1.52.1 |
| 1499 | 2026-05-28T08:46:24.117Z | Compiling http v1.4.0 |
| 1500 | 2026-05-28T08:46:24.196Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-05-28T08:46:24.230Z | Compiling serde_urlencoded v0.7.1 |
| 1502 | 2026-05-28T08:46:24.361Z | Compiling erased-serde v0.3.31 |
| 1503 | 2026-05-28T08:46:24.383Z | Compiling derive_builder_macro v0.20.2 |
| 1504 | 2026-05-28T08:46:24.506Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-05-28T08:46:24.531Z | Compiling toml_datetime v0.6.11 |
| 1506 | 2026-05-28T08:46:24.668Z | Compiling idna v1.1.0 |
| 1507 | 2026-05-28T08:46:24.708Z | Compiling serde_tokenstream v0.2.3 |
| 1508 | 2026-05-28T08:46:24.724Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-05-28T08:46:24.762Z | Compiling scroll v0.12.0 |
| 1510 | 2026-05-28T08:46:24.811Z | Compiling ppv-lite86 v0.2.21 |
| 1511 | 2026-05-28T08:46:24.861Z | Compiling http-body v1.0.1 |
| 1512 | 2026-05-28T08:46:24.875Z | Compiling darling_macro v0.21.3 |
| 1513 | 2026-05-28T08:46:24.904Z | Compiling bstr v1.12.1 |
| 1514 | 2026-05-28T08:46:25.014Z | Compiling url v2.5.8 |
| 1515 | 2026-05-28T08:46:25.033Z | Compiling http-body-util v0.1.3 |
| 1516 | 2026-05-28T08:46:25.048Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-05-28T08:46:25.052Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-05-28T08:46:25.080Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-05-28T08:46:25.097Z | Compiling vergen-lib v9.1.0 |
| 1520 | 2026-05-28T08:46:25.159Z | Compiling rand_chacha v0.9.0 |
| 1521 | 2026-05-28T08:46:25.290Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-05-28T08:46:25.305Z | Compiling ff v0.13.1 |
| 1523 | 2026-05-28T08:46:25.337Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-05-28T08:46:25.367Z | Compiling rand v0.9.2 |
| 1525 | 2026-05-28T08:46:25.391Z | Compiling hash32 v0.2.1 |
| 1526 | 2026-05-28T08:46:25.457Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-05-28T08:46:25.471Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-05-28T08:46:25.606Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-28T08:46:25.692Z | Compiling mime v0.3.17 |
| 1530 | 2026-05-28T08:46:25.836Z | Compiling smoltcp v0.9.1 |
| 1531 | 2026-05-28T08:46:25.883Z | Compiling rustix v0.38.44 |
| 1532 | 2026-05-28T08:46:25.973Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-28T08:46:25.987Z | Compiling psl-types v2.0.11 |
| 1534 | 2026-05-28T08:46:26.005Z | Compiling num-bigint-dig v0.8.6 |
| 1535 | 2026-05-28T08:46:26.124Z | Compiling litrs v1.0.0 |
| 1536 | 2026-05-28T08:46:26.138Z | Compiling zlib-rs v0.6.2 |
| 1537 | 2026-05-28T08:46:26.141Z | Compiling ref-cast v1.0.25 |
| 1538 | 2026-05-28T08:46:26.205Z | Compiling fallible-iterator v0.2.0 |
| 1539 | 2026-05-28T08:46:26.208Z | Compiling base16ct v0.2.0 |
| 1540 | 2026-05-28T08:46:26.269Z | Compiling pin-project v1.1.11 |
| 1541 | 2026-05-28T08:46:26.310Z | Compiling publicsuffix v2.3.0 |
| 1542 | 2026-05-28T08:46:26.398Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-05-28T08:46:26.401Z | Compiling sec1 v0.7.3 |
| 1544 | 2026-05-28T08:46:26.429Z | Compiling zerocopy v0.7.35 |
| 1545 | 2026-05-28T08:46:26.492Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-05-28T08:46:26.496Z | Compiling nix v0.31.2 |
| 1547 | 2026-05-28T08:46:26.538Z | Compiling rand v0.8.6 |
| 1548 | 2026-05-28T08:46:26.632Z | Compiling oxnet v0.1.5 |
| 1549 | 2026-05-28T08:46:26.646Z | Compiling document-features v0.2.12 |
| 1550 | 2026-05-28T08:46:26.706Z | Compiling dof v0.4.0 |
| 1551 | 2026-05-28T08:46:26.812Z | Compiling group v0.13.0 |
| 1552 | 2026-05-28T08:46:26.896Z | Compiling darling v0.21.3 |
| 1553 | 2026-05-28T08:46:26.930Z | Compiling goblin v0.8.2 |
| 1554 | 2026-05-28T08:46:26.986Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-05-28T08:46:27.014Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-05-28T08:46:27.030Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-05-28T08:46:27.035Z | Compiling hex v0.4.3 |
| 1558 | 2026-05-28T08:46:27.060Z | Compiling hkdf v0.12.4 |
| 1559 | 2026-05-28T08:46:27.065Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2026-05-28T08:46:27.125Z | Compiling regex v1.12.3 |
| 1561 | 2026-05-28T08:46:27.308Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-05-28T08:46:27.360Z | Compiling strum_macros v0.27.2 |
| 1563 | 2026-05-28T08:46:27.375Z | Compiling ref-cast-impl v1.0.25 |
| 1564 | 2026-05-28T08:46:27.395Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-05-28T08:46:27.439Z | Compiling snafu-derive v0.8.9 |
| 1566 | 2026-05-28T08:46:27.525Z | Compiling daft-derive v0.1.7 |
| 1567 | 2026-05-28T08:46:27.849Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-05-28T08:46:27.903Z | Compiling tower v0.5.3 |
| 1569 | 2026-05-28T08:46:27.943Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-05-28T08:46:28.080Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-05-28T08:46:28.133Z | Compiling terminal_size v0.4.3 |
| 1572 | 2026-05-28T08:46:28.276Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-28T08:46:28.291Z | Compiling lazy_static v1.5.0 |
| 1574 | 2026-05-28T08:46:28.305Z | Compiling anstyle-parse v0.2.7 |
| 1575 | 2026-05-28T08:46:28.333Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-28T08:46:28.337Z | Compiling vergen v9.1.0 |
| 1577 | 2026-05-28T08:46:28.403Z | Compiling cargo-platform v0.3.2 |
| 1578 | 2026-05-28T08:46:28.418Z | Compiling fs-err v3.3.0 |
| 1579 | 2026-05-28T08:46:28.527Z | Compiling ahash v0.8.12 |
| 1580 | 2026-05-28T08:46:28.552Z | Compiling winnow v0.5.40 |
| 1581 | 2026-05-28T08:46:28.580Z | Compiling h2 v0.4.13 |
| 1582 | 2026-05-28T08:46:28.665Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-05-28T08:46:28.682Z | Compiling same-file v1.0.6 |
| 1584 | 2026-05-28T08:46:28.755Z | Compiling managed v0.8.0 |
| 1585 | 2026-05-28T08:46:28.770Z | Compiling foldhash v0.2.0 |
| 1586 | 2026-05-28T08:46:28.803Z | Compiling object v0.37.3 |
| 1587 | 2026-05-28T08:46:28.864Z | Compiling foldhash v0.1.5 |
| 1588 | 2026-05-28T08:46:28.931Z | Compiling bitflags v1.3.2 |
| 1589 | 2026-05-28T08:46:28.948Z | Compiling libbz2-rs-sys v0.2.2 |
| 1590 | 2026-05-28T08:46:28.981Z | Compiling clap_builder v4.6.0 |
| 1591 | 2026-05-28T08:46:29.014Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-05-28T08:46:29.051Z | Compiling hashbrown v0.15.5 |
| 1593 | 2026-05-28T08:46:29.148Z | Compiling hashbrown v0.16.1 |
| 1594 | 2026-05-28T08:46:29.253Z | Compiling dof v0.3.0 |
| 1595 | 2026-05-28T08:46:29.376Z | Compiling strum v0.27.2 |
| 1596 | 2026-05-28T08:46:29.407Z | Compiling bzip2 v0.6.1 |
| 1597 | 2026-05-28T08:46:29.458Z | Compiling zopfli v0.8.3 |
| 1598 | 2026-05-28T08:46:29.471Z | Compiling snafu v0.8.9 |
| 1599 | 2026-05-28T08:46:29.523Z | Compiling walkdir v2.5.0 |
| 1600 | 2026-05-28T08:46:29.670Z | Compiling cargo_metadata v0.23.1 |
| 1601 | 2026-05-28T08:46:29.710Z | Compiling daft v0.1.7 |
| 1602 | 2026-05-28T08:46:29.766Z | Compiling anstream v0.6.21 |
| 1603 | 2026-05-28T08:46:29.834Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-05-28T08:46:29.849Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-05-28T08:46:29.865Z | Compiling usdt-attr-macro v0.6.0 |
| 1606 | 2026-05-28T08:46:29.879Z | Compiling phf v0.13.1 |
| 1607 | 2026-05-28T08:46:29.994Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-05-28T08:46:30.018Z | Compiling elliptic-curve v0.13.8 |
| 1609 | 2026-05-28T08:46:30.126Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-05-28T08:46:30.159Z | Compiling hubpack v0.1.2 |
| 1611 | 2026-05-28T08:46:30.176Z | Compiling bzip2 v0.4.4 |
| 1612 | 2026-05-28T08:46:30.395Z | Compiling futures v0.3.32 |
| 1613 | 2026-05-28T08:46:30.411Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-05-28T08:46:30.480Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-05-28T08:46:30.513Z | Compiling zstd v0.13.3 |
| 1616 | 2026-05-28T08:46:30.595Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-05-28T08:46:30.617Z | Compiling globset v0.4.18 |
| 1618 | 2026-05-28T08:46:30.715Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-05-28T08:46:30.796Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-05-28T08:46:30.813Z | Compiling olpc-cjson v0.1.4 |
| 1621 | 2026-05-28T08:46:30.993Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-05-28T08:46:31.069Z | Compiling serde-big-array v0.5.1 |
| 1623 | 2026-05-28T08:46:31.084Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-05-28T08:46:31.211Z | Compiling serde_repr v0.1.20 |
| 1625 | 2026-05-28T08:46:31.226Z | Compiling clap_derive v4.6.1 |
| 1626 | 2026-05-28T08:46:31.240Z | Compiling enum-as-inner v0.6.1 |
| 1627 | 2026-05-28T08:46:31.243Z | Compiling async-recursion v1.1.1 |
| 1628 | 2026-05-28T08:46:31.320Z | Compiling strum_macros v0.26.4 |
| 1629 | 2026-05-28T08:46:31.373Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-05-28T08:46:31.579Z | Compiling hyper v1.8.1 |
| 1631 | 2026-05-28T08:46:31.593Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-05-28T08:46:31.640Z | Compiling pem v3.0.6 |
| 1633 | 2026-05-28T08:46:31.655Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-05-28T08:46:31.762Z | Compiling thread-id v4.2.2 |
| 1635 | 2026-05-28T08:46:31.776Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-05-28T08:46:31.791Z | Compiling difflib v0.4.0 |
| 1637 | 2026-05-28T08:46:31.861Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-28T08:46:31.889Z | Compiling jiff v0.2.21 |
| 1639 | 2026-05-28T08:46:31.944Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-05-28T08:46:31.991Z | Compiling normalize-line-endings v0.3.0 |
| 1641 | 2026-05-28T08:46:32.050Z | Compiling data-encoding v2.10.0 |
| 1642 | 2026-05-28T08:46:32.065Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-05-28T08:46:32.096Z | Compiling predicates-core v1.0.10 |
| 1644 | 2026-05-28T08:46:32.110Z | Compiling new_debug_unreachable v1.0.6 |
| 1645 | 2026-05-28T08:46:32.155Z | Compiling keccak v0.1.6 |
| 1646 | 2026-05-28T08:46:32.194Z | Compiling fixedbitset v0.4.2 |
| 1647 | 2026-05-28T08:46:32.290Z | Compiling fixedbitset v0.5.7 |
| 1648 | 2026-05-28T08:46:32.382Z | Compiling whoami v2.1.0 |
| 1649 | 2026-05-28T08:46:32.437Z | Compiling hickory-proto v0.25.2 |
| 1650 | 2026-05-28T08:46:32.528Z | Compiling petgraph v0.8.3 |
| 1651 | 2026-05-28T08:46:32.614Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-05-28T08:46:32.629Z | Compiling petgraph v0.6.5 |
| 1653 | 2026-05-28T08:46:32.773Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-05-28T08:46:32.789Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-05-28T08:46:32.982Z | Compiling predicates v3.1.4 |
| 1656 | 2026-05-28T08:46:33.046Z | Compiling clap v4.6.1 |
| 1657 | 2026-05-28T08:46:33.084Z | Compiling string_cache v0.8.9 |
| 1658 | 2026-05-28T08:46:33.111Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1659 | 2026-05-28T08:46:33.114Z | Compiling strum v0.26.3 |
| 1660 | 2026-05-28T08:46:33.144Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-05-28T08:46:33.209Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-05-28T08:46:33.264Z | Compiling usdt-impl v0.5.0 |
| 1663 | 2026-05-28T08:46:33.278Z | Compiling usdt v0.6.0 |
| 1664 | 2026-05-28T08:46:33.328Z | Compiling serde_with v3.17.0 |
| 1665 | 2026-05-28T08:46:33.582Z | Compiling crossterm v0.28.1 |
| 1666 | 2026-05-28T08:46:33.606Z | Compiling toml v0.7.8 |
| 1667 | 2026-05-28T08:46:33.712Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-05-28T08:46:33.928Z | Compiling rsa v0.9.10 |
| 1669 | 2026-05-28T08:46:34.125Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-05-28T08:46:34.237Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-05-28T08:46:34.511Z | Compiling zip v4.6.1 |
| 1672 | 2026-05-28T08:46:34.595Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-28T08:46:34.807Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-05-28T08:46:35.114Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-28T08:46:35.184Z | Compiling tokio-stream v0.1.18 |
| 1676 | 2026-05-28T08:46:35.199Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-28T08:46:35.316Z | Compiling similar v2.7.0 |
| 1678 | 2026-05-28T08:46:35.478Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-05-28T08:46:35.505Z | Compiling openapiv3 v2.2.0 |
| 1680 | 2026-05-28T08:46:35.522Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-05-28T08:46:35.679Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-05-28T08:46:35.716Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-05-28T08:46:35.771Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-28T08:46:35.807Z | Compiling either v1.15.0 |
| 1685 | 2026-05-28T08:46:35.924Z | Compiling peg-runtime v0.8.5 |
| 1686 | 2026-05-28T08:46:35.956Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-05-28T08:46:35.983Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-05-28T08:46:36.031Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-05-28T08:46:36.055Z | Compiling filetime v0.2.27 |
| 1690 | 2026-05-28T08:46:36.070Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-05-28T08:46:36.147Z | Compiling xattr v1.6.1 |
| 1692 | 2026-05-28T08:46:36.179Z | Compiling term v1.2.1 |
| 1693 | 2026-05-28T08:46:36.194Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-28T08:46:36.315Z | Compiling tar v0.4.45 |
| 1695 | 2026-05-28T08:46:36.497Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-05-28T08:46:54.065Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-05-28T08:46:56.825Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-05-28T08:46:56.826Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-05-28T08:46:57.028Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-05-28T08:46:57.219Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-05-28T08:46:57.219Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-05-28T08:46:58.434Z | Compiling tough v0.22.0 |
| 1703 | 2026-05-28T08:47:00.917Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-05-28T08:47:01.146Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-05-28T08:47:03.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s |
| 1706 | 2026-05-28T08:47:04.143Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-05-28T08:47:04.198Z | May 28 08:47:04.184 INFO Starting download, target: Clickhouse |
| 1708 | 2026-05-28T08:47:04.198Z | May 28 08:47:04.185 INFO Starting download, target: Cockroach |
| 1709 | 2026-05-28T08:47:04.198Z | May 28 08:47:04.185 INFO Starting download, target: Console |
| 1710 | 2026-05-28T08:47:04.198Z | May 28 08:47:04.185 INFO Starting download, target: DendriteStub |
| 1711 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Starting download, target: MaghemiteDdmd |
| 1713 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1718 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-05-28T08:47:04.202Z | May 28 08:47:04.185 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2026-05-28T08:47:05.310Z | May 28 08:47:05.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1722 | 2026-05-28T08:47:05.541Z | May 28 08:47:05.528 INFO Download complete, target: Console |
| 1723 | 2026-05-28T08:47:06.010Z | May 28 08:47:05.997 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1724 | 2026-05-28T08:47:06.474Z | May 28 08:47:06.452 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-05-28T08:47:06.679Z | May 28 08:47:06.662 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-05-28T08:47:08.070Z | May 28 08:47:08.047 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2026-05-28T08:47:08.276Z | May 28 08:47:08.177 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-05-28T08:47:08.956Z | May 28 08:47:08.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-05-28T08:47:09.155Z | May 28 08:47:09.142 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2026-05-28T08:47:09.155Z | May 28 08:47:09.142 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2026-05-28T08:47:10.240Z | May 28 08:47:10.222 INFO Download complete, target: MaghemiteDdmd |
| 1732 | 2026-05-28T08:47:10.790Z | May 28 08:47:10.777 INFO Download complete, target: DendriteStub |
| 1733 | 2026-05-28T08:47:11.451Z | May 28 08:47:11.437 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-05-28T08:47:12.829Z | May 28 08:47:12.814 INFO Checking that binary works, target: Clickhouse |
| 1735 | 2026-05-28T08:47:12.920Z | May 28 08:47:12.907 INFO Download complete, target: Clickhouse |
| 1736 | 2026-05-28T08:47:13.824Z | May 28 08:47:13.811 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-05-28T08:47:13.949Z | May 28 08:47:13.936 INFO Download complete, target: Cockroach |
| 1738 | 2026-05-28T08:47:13.956Z | All prerequisites installed successfully |
| 1739 | 2026-05-28T08:47:13.960Z | |
| 1740 | 2026-05-28T08:47:13.960Z | real 2:02.699971341 |
| 1741 | 2026-05-28T08:47:13.960Z | user 6:58.449257117 |
| 1742 | 2026-05-28T08:47:13.960Z | sys 1:41.647236866 |
| 1743 | 2026-05-28T08:47:13.960Z | trap 0.259811808 |
| 1744 | 2026-05-28T08:47:13.961Z | tflt 1.156982634 |
| 1745 | 2026-05-28T08:47:13.961Z | dflt 1.782317309 |
| 1746 | 2026-05-28T08:47:13.961Z | kflt 0.027574628 |
| 1747 | 2026-05-28T08:47:13.961Z | lock 23:30.239818342 |
| 1748 | 2026-05-28T08:47:13.961Z | slp 18:52.279661820 |
| 1749 | 2026-05-28T08:47:13.961Z | lat 24.156920623 |
| 1750 | 2026-05-28T08:47:13.961Z | stop 2:53.057396002 |
| 1751 | 2026-05-28T08:47:13.961Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-05-28T08:47:14.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1753 | 2026-05-28T08:47:14.527Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-05-28T08:47:15.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1755 | 2026-05-28T08:47:15.379Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-05-28T08:47:15.452Z | May 28 08:47:15.399 INFO Starting download, target: Softnpu |
| 1757 | 2026-05-28T08:47:15.505Z | May 28 08:47:15.400 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-05-28T08:47:18.874Z | May 28 08:47:18.853 INFO Download complete, target: Softnpu |
| 1759 | 2026-05-28T08:47:18.884Z | |
| 1760 | 2026-05-28T08:47:18.884Z | real 4.907470689 |
| 1761 | 2026-05-28T08:47:18.884Z | user 1.435548752 |
| 1762 | 2026-05-28T08:47:18.884Z | sys 0.697966809 |
| 1763 | 2026-05-28T08:47:18.884Z | trap 0.000773460 |
| 1764 | 2026-05-28T08:47:18.884Z | tflt 0.000065630 |
| 1765 | 2026-05-28T08:47:18.884Z | dflt 0.000449380 |
| 1766 | 2026-05-28T08:47:18.884Z | kflt 0.000000000 |
| 1767 | 2026-05-28T08:47:18.884Z | lock 1:05.009288182 |
| 1768 | 2026-05-28T08:47:18.884Z | slp 3.238014032 |
| 1769 | 2026-05-28T08:47:18.885Z | lat 0.118923111 |
| 1770 | 2026-05-28T08:47:18.885Z | stop 0.000179230 |
| 1771 | 2026-05-28T08:47:18.885Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-28T08:47:18.885Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-28T08:47:18.885Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-05-28T08:47:19.824Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-05-28T08:47:19.825Z | Compiling quote v1.0.45 |
| 1776 | 2026-05-28T08:47:19.825Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-05-28T08:47:19.841Z | Compiling libc v0.2.185 |
| 1778 | 2026-05-28T08:47:19.841Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-05-28T08:47:19.841Z | Compiling serde v1.0.228 |
| 1780 | 2026-05-28T08:47:19.841Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-05-28T08:47:19.841Z | Compiling version_check v0.9.5 |
| 1782 | 2026-05-28T08:47:19.974Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-05-28T08:47:19.980Z | Compiling shlex v1.3.0 |
| 1784 | 2026-05-28T08:47:19.981Z | Compiling typenum v1.19.0 |
| 1785 | 2026-05-28T08:47:19.981Z | Compiling zmij v1.0.21 |
| 1786 | 2026-05-28T08:47:19.981Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-05-28T08:47:19.981Z | Compiling serde_json v1.0.149 |
| 1788 | 2026-05-28T08:47:19.981Z | Compiling memchr v2.8.0 |
| 1789 | 2026-05-28T08:47:20.251Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-05-28T08:47:20.279Z | Compiling libm v0.2.16 |
| 1791 | 2026-05-28T08:47:20.279Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-05-28T08:47:20.378Z | Compiling parking_lot_core v0.9.12 |
| 1793 | 2026-05-28T08:47:20.392Z | Compiling generic-array v0.14.7 |
| 1794 | 2026-05-28T08:47:20.408Z | Compiling smallvec v1.15.1 |
| 1795 | 2026-05-28T08:47:20.439Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-05-28T08:47:20.476Z | Compiling icu_normalizer_data v2.1.1 |
| 1797 | 2026-05-28T08:47:20.491Z | Compiling itoa v1.0.17 |
| 1798 | 2026-05-28T08:47:20.649Z | Compiling num-traits v0.2.19 |
| 1799 | 2026-05-28T08:47:20.659Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-05-28T08:47:20.688Z | Compiling log v0.4.29 |
| 1801 | 2026-05-28T08:47:20.719Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-05-28T08:47:20.734Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-05-28T08:47:20.734Z | Compiling subtle v2.6.1 |
| 1804 | 2026-05-28T08:47:20.920Z | Compiling scopeguard v1.2.0 |
| 1805 | 2026-05-28T08:47:20.980Z | Compiling writeable v0.6.2 |
| 1806 | 2026-05-28T08:47:20.986Z | Compiling percent-encoding v2.3.2 |
| 1807 | 2026-05-28T08:47:21.024Z | Compiling lock_api v0.4.14 |
| 1808 | 2026-05-28T08:47:21.112Z | Compiling jobserver v0.1.34 |
| 1809 | 2026-05-28T08:47:21.141Z | Compiling getrandom v0.2.17 |
| 1810 | 2026-05-28T08:47:21.211Z | Compiling errno v0.3.14 |
| 1811 | 2026-05-28T08:47:21.211Z | Compiling litemap v0.8.1 |
| 1812 | 2026-05-28T08:47:21.236Z | Compiling syn v2.0.117 |
| 1813 | 2026-05-28T08:47:21.285Z | Compiling rand_core v0.6.4 |
| 1814 | 2026-05-28T08:47:21.372Z | Compiling cc v1.2.56 |
| 1815 | 2026-05-28T08:47:21.387Z | Compiling pin-project-lite v0.2.17 |
| 1816 | 2026-05-28T08:47:21.404Z | Compiling fnv v1.0.7 |
| 1817 | 2026-05-28T08:47:21.461Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-05-28T08:47:21.526Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-05-28T08:47:21.529Z | Compiling dunce v1.0.5 |
| 1820 | 2026-05-28T08:47:21.558Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-05-28T08:47:21.572Z | Compiling fs_extra v1.3.0 |
| 1822 | 2026-05-28T08:47:21.616Z | Compiling schemars v0.8.22 |
| 1823 | 2026-05-28T08:47:21.662Z | Compiling rand_core v0.10.0 |
| 1824 | 2026-05-28T08:47:21.679Z | Compiling rustversion v1.0.22 |
| 1825 | 2026-05-28T08:47:21.682Z | Compiling utf8_iter v1.0.4 |
| 1826 | 2026-05-28T08:47:21.804Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2026-05-28T08:47:21.889Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-05-28T08:47:21.903Z | Compiling signal-hook-registry v1.4.8 |
| 1829 | 2026-05-28T08:47:21.975Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-05-28T08:47:21.992Z | Compiling rustix v1.1.3 |
| 1831 | 2026-05-28T08:47:22.010Z | Compiling mio v1.2.0 |
| 1832 | 2026-05-28T08:47:22.095Z | Compiling socket2 v0.6.3 |
| 1833 | 2026-05-28T08:47:22.148Z | Compiling cmake v0.1.57 |
| 1834 | 2026-05-28T08:47:22.412Z | Compiling bitflags v2.11.0 |
| 1835 | 2026-05-28T08:47:22.434Z | Compiling semver v1.0.28 |
| 1836 | 2026-05-28T08:47:22.449Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-05-28T08:47:22.510Z | Compiling indexmap v2.14.0 |
| 1838 | 2026-05-28T08:47:22.541Z | Compiling parking_lot v0.12.5 |
| 1839 | 2026-05-28T08:47:22.584Z | Compiling const-oid v0.9.6 |
| 1840 | 2026-05-28T08:47:22.690Z | Compiling aws-lc-rs v1.16.3 |
| 1841 | 2026-05-28T08:47:22.706Z | Compiling ring v0.17.14 |
| 1842 | 2026-05-28T08:47:22.720Z | Compiling aws-lc-sys v0.40.0 |
| 1843 | 2026-05-28T08:47:22.744Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-05-28T08:47:22.778Z | Compiling httparse v1.10.1 |
| 1845 | 2026-05-28T08:47:22.869Z | Compiling thiserror v1.0.69 |
| 1846 | 2026-05-28T08:47:22.886Z | Compiling strsim v0.11.1 |
| 1847 | 2026-05-28T08:47:23.006Z | Compiling vcpkg v0.2.15 |
| 1848 | 2026-05-28T08:47:23.112Z | Compiling iana-time-zone v0.1.65 |
| 1849 | 2026-05-28T08:47:23.186Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2026-05-28T08:47:23.190Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-05-28T08:47:23.219Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-05-28T08:47:23.270Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-05-28T08:47:23.336Z | Compiling syn v1.0.109 |
| 1854 | 2026-05-28T08:47:23.351Z | Compiling pest v2.8.6 |
| 1855 | 2026-05-28T08:47:23.377Z | Compiling heck v0.5.0 |
| 1856 | 2026-05-28T08:47:23.393Z | Compiling uuid v1.23.0 |
| 1857 | 2026-05-28T08:47:23.482Z | Compiling cpufeatures v0.2.17 |
| 1858 | 2026-05-28T08:47:23.499Z | Compiling rustls v0.23.37 |
| 1859 | 2026-05-28T08:47:23.606Z | Compiling openssl-sys v0.9.115 |
| 1860 | 2026-05-28T08:47:23.664Z | Compiling futures-sink v0.3.32 |
| 1861 | 2026-05-28T08:47:23.738Z | Compiling rustc_version v0.4.1 |
| 1862 | 2026-05-28T08:47:23.775Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-05-28T08:47:23.811Z | Compiling futures-task v0.3.32 |
| 1864 | 2026-05-28T08:47:23.825Z | Compiling slab v0.4.12 |
| 1865 | 2026-05-28T08:47:23.982Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-05-28T08:47:24.039Z | Compiling synstructure v0.13.2 |
| 1867 | 2026-05-28T08:47:24.056Z | Compiling serde_derive_internals v0.29.1 |
| 1868 | 2026-05-28T08:47:24.103Z | Compiling aho-corasick v1.1.4 |
| 1869 | 2026-05-28T08:47:24.251Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-05-28T08:47:24.390Z | Compiling num-conv v0.2.0 |
| 1871 | 2026-05-28T08:47:24.394Z | Compiling base64 v0.22.1 |
| 1872 | 2026-05-28T08:47:24.440Z | Compiling pest_meta v2.8.6 |
| 1873 | 2026-05-28T08:47:24.517Z | Compiling plain v0.2.3 |
| 1874 | 2026-05-28T08:47:24.539Z | Compiling crc32fast v1.5.0 |
| 1875 | 2026-05-28T08:47:24.555Z | Compiling time-core v0.1.8 |
| 1876 | 2026-05-28T08:47:24.585Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-05-28T08:47:24.722Z | Compiling time-macros v0.2.27 |
| 1878 | 2026-05-28T08:47:24.767Z | Compiling openssl v0.10.79 |
| 1879 | 2026-05-28T08:47:24.850Z | Compiling pretty-hex v0.4.1 |
| 1880 | 2026-05-28T08:47:24.888Z | Compiling anyhow v1.0.102 |
| 1881 | 2026-05-28T08:47:24.922Z | Compiling regex-automata v0.4.14 |
| 1882 | 2026-05-28T08:47:24.952Z | Compiling base64ct v1.8.3 |
| 1883 | 2026-05-28T08:47:24.986Z | Compiling native-tls v0.2.18 |
| 1884 | 2026-05-28T08:47:25.004Z | Compiling darling_core v0.21.3 |
| 1885 | 2026-05-28T08:47:25.063Z | Compiling pest_generator v2.8.6 |
| 1886 | 2026-05-28T08:47:25.195Z | Compiling pem-rfc7468 v0.7.0 |
| 1887 | 2026-05-28T08:47:25.211Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1888 | 2026-05-28T08:47:25.228Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-05-28T08:47:25.295Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-05-28T08:47:25.373Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-05-28T08:47:25.475Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-05-28T08:47:25.490Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-05-28T08:47:25.525Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-05-28T08:47:25.586Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-05-28T08:47:25.691Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-05-28T08:47:25.695Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-05-28T08:47:25.723Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-05-28T08:47:25.972Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-05-28T08:47:26.281Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-05-28T08:47:26.443Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-05-28T08:47:26.459Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-05-28T08:47:26.506Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-05-28T08:47:26.571Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-05-28T08:47:26.617Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-05-28T08:47:26.756Z | Compiling yoke v0.8.1 |
| 1906 | 2026-05-28T08:47:26.830Z | Compiling crypto-common v0.1.7 |
| 1907 | 2026-05-28T08:47:26.966Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-05-28T08:47:26.997Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-05-28T08:47:27.141Z | Compiling block-buffer v0.10.4 |
| 1910 | 2026-05-28T08:47:27.405Z | Compiling digest v0.10.7 |
| 1911 | 2026-05-28T08:47:27.493Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-05-28T08:47:27.556Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-05-28T08:47:27.586Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-05-28T08:47:27.613Z | Compiling futures-util v0.3.32 |
| 1915 | 2026-05-28T08:47:27.638Z | Compiling hmac v0.12.1 |
| 1916 | 2026-05-28T08:47:27.716Z | Compiling icu_locale_core v2.1.1 |
| 1917 | 2026-05-28T08:47:27.732Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-05-28T08:47:27.765Z | Compiling block-padding v0.3.3 |
| 1919 | 2026-05-28T08:47:27.790Z | Compiling rustls-pki-types v1.14.0 |
| 1920 | 2026-05-28T08:47:28.024Z | Compiling inout v0.1.4 |
| 1921 | 2026-05-28T08:47:28.225Z | Compiling cipher v0.4.4 |
| 1922 | 2026-05-28T08:47:28.358Z | Compiling sha2 v0.10.9 |
| 1923 | 2026-05-28T08:47:28.475Z | Compiling bytes v1.11.1 |
| 1924 | 2026-05-28T08:47:28.492Z | Compiling icu_provider v2.1.1 |
| 1925 | 2026-05-28T08:47:28.521Z | Compiling chrono v0.4.44 |
| 1926 | 2026-05-28T08:47:28.597Z | Compiling serde_tokenstream v0.2.3 |
| 1927 | 2026-05-28T08:47:28.713Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-05-28T08:47:28.841Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-05-28T08:47:28.913Z | Compiling icu_normalizer v2.1.1 |
| 1930 | 2026-05-28T08:47:28.956Z | Compiling scroll_derive v0.13.1 |
| 1931 | 2026-05-28T08:47:29.086Z | Compiling tokio v1.52.1 |
| 1932 | 2026-05-28T08:47:29.716Z | Compiling openssl-macros v0.1.1 |
| 1933 | 2026-05-28T08:47:29.886Z | Compiling idna_adapter v1.2.1 |
| 1934 | 2026-05-28T08:47:29.921Z | Compiling ppv-lite86 v0.2.21 |
| 1935 | 2026-05-28T08:47:30.042Z | Compiling idna v1.1.0 |
| 1936 | 2026-05-28T08:47:30.143Z | Compiling http v1.4.0 |
| 1937 | 2026-05-28T08:47:30.306Z | Compiling flagset v0.4.7 |
| 1938 | 2026-05-28T08:47:30.322Z | Compiling untrusted v0.9.0 |
| 1939 | 2026-05-28T08:47:30.390Z | Compiling url v2.5.8 |
| 1940 | 2026-05-28T08:47:30.429Z | Compiling der v0.7.10 |
| 1941 | 2026-05-28T08:47:30.460Z | Compiling tracing v0.1.44 |
| 1942 | 2026-05-28T08:47:30.478Z | Compiling darling_macro v0.21.3 |
| 1943 | 2026-05-28T08:47:30.603Z | Compiling regex v1.12.3 |
| 1944 | 2026-05-28T08:47:30.625Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-05-28T08:47:30.946Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-05-28T08:47:30.969Z | Compiling slog v2.8.2 |
| 1947 | 2026-05-28T08:47:31.207Z | Compiling cookie v0.18.1 |
| 1948 | 2026-05-28T08:47:31.416Z | Compiling spki v0.7.3 |
| 1949 | 2026-05-28T08:47:31.599Z | Compiling darling v0.21.3 |
| 1950 | 2026-05-28T08:47:31.628Z | Compiling salsa20 v0.10.2 |
| 1951 | 2026-05-28T08:47:31.643Z | Compiling pbkdf2 v0.12.2 |
| 1952 | 2026-05-28T08:47:32.183Z | Compiling camino v1.2.2 |
| 1953 | 2026-05-28T08:47:32.434Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-05-28T08:47:32.471Z | Compiling rand_chacha v0.9.0 |
| 1955 | 2026-05-28T08:47:32.491Z | Compiling http-body v1.0.1 |
| 1956 | 2026-05-28T08:47:32.595Z | Compiling cbc v0.1.2 |
| 1957 | 2026-05-28T08:47:32.660Z | Compiling aes v0.8.4 |
| 1958 | 2026-05-28T08:47:32.758Z | Compiling usdt-impl v0.5.0 |
| 1959 | 2026-05-28T08:47:32.799Z | Compiling paste v1.0.15 |
| 1960 | 2026-05-28T08:47:32.871Z | Compiling tokio-util v0.7.18 |
| 1961 | 2026-05-28T08:47:32.895Z | Compiling openssl-probe v0.2.1 |
| 1962 | 2026-05-28T08:47:32.912Z | Compiling ref-cast v1.0.25 |
| 1963 | 2026-05-28T08:47:32.928Z | Compiling unicode-segmentation v1.12.0 |
| 1964 | 2026-05-28T08:47:32.996Z | Compiling usdt-impl v0.6.0 |
| 1965 | 2026-05-28T08:47:33.073Z | Compiling tinyvec_macros v0.1.1 |
| 1966 | 2026-05-28T08:47:33.077Z | Compiling winnow v0.7.14 |
| 1967 | 2026-05-28T08:47:33.138Z | Compiling untrusted v0.7.1 |
| 1968 | 2026-05-28T08:47:33.237Z | Compiling atomic-waker v1.1.2 |
| 1969 | 2026-05-28T08:47:33.252Z | Compiling tinyvec v1.10.0 |
| 1970 | 2026-05-28T08:47:33.332Z | Compiling pkcs5 v0.7.1 |
| 1971 | 2026-05-28T08:47:33.467Z | Compiling rand v0.9.2 |
| 1972 | 2026-05-28T08:47:33.889Z | Compiling scroll v0.13.0 |
| 1973 | 2026-05-28T08:47:33.904Z | Compiling scroll v0.12.0 |
| 1974 | 2026-05-28T08:47:33.920Z | Compiling toml_datetime v0.6.11 |
| 1975 | 2026-05-28T08:47:34.053Z | Compiling serde_spanned v0.6.9 |
| 1976 | 2026-05-28T08:47:34.171Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-05-28T08:47:34.188Z | Compiling heapless v0.7.17 |
| 1978 | 2026-05-28T08:47:34.222Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-05-28T08:47:34.257Z | Compiling fastrand v2.3.0 |
| 1980 | 2026-05-28T08:47:34.274Z | Compiling tower-layer v0.3.3 |
| 1981 | 2026-05-28T08:47:34.437Z | Compiling tower-service v0.3.3 |
| 1982 | 2026-05-28T08:47:34.498Z | Compiling either v1.15.0 |
| 1983 | 2026-05-28T08:47:34.522Z | Compiling try-lock v0.2.5 |
| 1984 | 2026-05-28T08:47:34.555Z | Compiling litrs v1.0.0 |
| 1985 | 2026-05-28T08:47:34.652Z | Compiling signal-hook v0.3.18 |
| 1986 | 2026-05-28T08:47:34.723Z | Compiling zstd-safe v7.2.4 |
| 1987 | 2026-05-28T08:47:34.755Z | Compiling h2 v0.4.13 |
| 1988 | 2026-05-28T08:47:34.786Z | Compiling want v0.3.1 |
| 1989 | 2026-05-28T08:47:34.902Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1990 | 2026-05-28T08:47:34.965Z | Compiling goblin v0.8.2 |
| 1991 | 2026-05-28T08:47:35.029Z | Compiling document-features v0.2.12 |
| 1992 | 2026-05-28T08:47:35.045Z | Compiling goblin v0.10.5 |
| 1993 | 2026-05-28T08:47:35.175Z | Compiling pkcs8 v0.10.2 |
| 1994 | 2026-05-28T08:47:35.347Z | Compiling heck v0.4.1 |
| 1995 | 2026-05-28T08:47:35.470Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-05-28T08:47:35.486Z | Compiling ipnet v2.11.0 |
| 1997 | 2026-05-28T08:47:35.566Z | Compiling ref-cast-impl v1.0.25 |
| 1998 | 2026-05-28T08:47:35.707Z | Compiling curve25519-dalek v4.1.3 |
| 1999 | 2026-05-28T08:47:35.950Z | Compiling darling_core v0.20.11 |
| 2000 | 2026-05-28T08:47:35.994Z | Compiling memoffset v0.9.1 |
| 2001 | 2026-05-28T08:47:36.032Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-05-28T08:47:36.101Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-05-28T08:47:36.134Z | Compiling powerfmt v0.2.0 |
| 2004 | 2026-05-28T08:47:36.235Z | Compiling rustix v0.38.44 |
| 2005 | 2026-05-28T08:47:36.375Z | Compiling httpdate v1.0.3 |
| 2006 | 2026-05-28T08:47:36.418Z | Compiling pin-utils v0.1.0 |
| 2007 | 2026-05-28T08:47:36.785Z | Compiling winnow v0.5.40 |
| 2008 | 2026-05-28T08:47:36.789Z | Compiling tempfile v3.25.0 |
| 2009 | 2026-05-28T08:47:36.822Z | Compiling deranged v0.5.8 |
| 2010 | 2026-05-28T08:47:36.828Z | Compiling foreign-types v0.3.2 |
| 2011 | 2026-05-28T08:47:37.145Z | Compiling dof v0.3.0 |
| 2012 | 2026-05-28T08:47:37.379Z | Compiling unicode-normalization v0.1.25 |
| 2013 | 2026-05-28T08:47:37.780Z | Compiling dof v0.4.0 |
| 2014 | 2026-05-28T08:47:37.795Z | Compiling hyper v1.8.1 |
| 2015 | 2026-05-28T08:47:37.812Z | Compiling dtrace-parser v0.2.0 |
| 2016 | 2026-05-28T08:47:37.910Z | Compiling darling_macro v0.20.11 |
| 2017 | 2026-05-28T08:47:38.053Z | Compiling dtrace-parser v0.3.0 |
| 2018 | 2026-05-28T08:47:38.214Z | Compiling toml_edit v0.19.15 |
| 2019 | 2026-05-28T08:47:38.230Z | Compiling pin-project-internal v1.1.11 |
| 2020 | 2026-05-28T08:47:38.263Z | Compiling daft-derive v0.1.7 |
| 2021 | 2026-05-28T08:47:38.450Z | Compiling spin v0.9.8 |
| 2022 | 2026-05-28T08:47:38.465Z | Compiling socket2 v0.5.10 |
| 2023 | 2026-05-28T08:47:38.469Z | Compiling thread-id v4.2.2 |
| 2024 | 2026-05-28T08:47:38.675Z | Compiling thread-id v5.1.0 |
| 2025 | 2026-05-28T08:47:38.778Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-05-28T08:47:38.809Z | Compiling cfg_aliases v0.2.1 |
| 2027 | 2026-05-28T08:47:38.872Z | Compiling smoltcp v0.9.1 |
| 2028 | 2026-05-28T08:47:38.889Z | Compiling num-bigint-dig v0.8.6 |
| 2029 | 2026-05-28T08:47:38.903Z | Compiling anstyle v1.0.14 |
| 2030 | 2026-05-28T08:47:38.955Z | Compiling nix v0.31.2 |
| 2031 | 2026-05-28T08:47:38.989Z | Compiling hyper-util v0.1.20 |
| 2032 | 2026-05-28T08:47:39.041Z | Compiling time v0.3.47 |
| 2033 | 2026-05-28T08:47:39.261Z | Compiling darling v0.20.11 |
| 2034 | 2026-05-28T08:47:39.637Z | Compiling rustls-native-certs v0.8.3 |
| 2035 | 2026-05-28T08:47:39.696Z | Compiling ipnetwork v0.21.1 |
| 2036 | 2026-05-28T08:47:39.915Z | Compiling strum_macros v0.26.4 |
| 2037 | 2026-05-28T08:47:39.932Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2038 | 2026-05-28T08:47:40.326Z | Compiling sync_wrapper v1.0.2 |
| 2039 | 2026-05-28T08:47:40.453Z | Compiling wait-timeout v0.2.1 |
| 2040 | 2026-05-28T08:47:40.630Z | Compiling is_terminal_polyfill v1.70.2 |
| 2041 | 2026-05-28T08:47:40.712Z | Compiling bit-vec v0.8.0 |
| 2042 | 2026-05-28T08:47:40.801Z | Compiling anstyle-query v1.1.5 |
| 2043 | 2026-05-28T08:47:40.854Z | Compiling quick-error v1.2.3 |
| 2044 | 2026-05-28T08:47:40.927Z | Compiling siphasher v1.0.2 |
| 2045 | 2026-05-28T08:47:40.948Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-05-28T08:47:40.964Z | Compiling colorchoice v1.0.4 |
| 2047 | 2026-05-28T08:47:40.981Z | Compiling rusty-fork v0.3.1 |
| 2048 | 2026-05-28T08:47:41.094Z | Compiling bit-set v0.8.0 |
| 2049 | 2026-05-28T08:47:41.285Z | Compiling tower v0.5.3 |
| 2050 | 2026-05-28T08:47:41.418Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-05-28T08:47:41.492Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-05-28T08:47:41.794Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-05-28T08:47:42.072Z | Compiling webpki-roots v1.0.6 |
| 2054 | 2026-05-28T08:47:42.106Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-05-28T08:47:42.129Z | Compiling signature v2.2.0 |
| 2056 | 2026-05-28T08:47:42.185Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-05-28T08:47:42.201Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-05-28T08:47:42.286Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-05-28T08:47:42.289Z | Compiling ahash v0.8.12 |
| 2060 | 2026-05-28T08:47:42.453Z | Compiling encoding_rs v0.8.35 |
| 2061 | 2026-05-28T08:47:42.500Z | Compiling unarray v0.1.4 |
| 2062 | 2026-05-28T08:47:42.538Z | Compiling adler2 v2.0.1 |
| 2063 | 2026-05-28T08:47:42.561Z | Compiling mime v0.3.17 |
| 2064 | 2026-05-28T08:47:42.629Z | Compiling object v0.37.3 |
| 2065 | 2026-05-28T08:47:42.671Z | Compiling ryu v1.0.23 |
| 2066 | 2026-05-28T08:47:42.689Z | Compiling unicode-properties v0.1.4 |
| 2067 | 2026-05-28T08:47:42.710Z | Compiling allocator-api2 v0.2.21 |
| 2068 | 2026-05-28T08:47:42.863Z | Compiling unicode-bidi v0.3.18 |
| 2069 | 2026-05-28T08:47:42.903Z | Compiling iri-string v0.7.10 |
| 2070 | 2026-05-28T08:47:42.982Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-05-28T08:47:43.105Z | Compiling miniz_oxide v0.8.9 |
| 2072 | 2026-05-28T08:47:43.135Z | Compiling proptest v1.10.0 |
| 2073 | 2026-05-28T08:47:43.296Z | Compiling stringprep v0.1.5 |
| 2074 | 2026-05-28T08:47:43.350Z | Compiling derive_builder_macro v0.20.2 |
| 2075 | 2026-05-28T08:47:43.570Z | Compiling tokio-native-tls v0.3.1 |
| 2076 | 2026-05-28T08:47:43.593Z | Compiling usdt-macro v0.6.0 |
| 2077 | 2026-05-28T08:47:43.673Z | Compiling usdt-attr-macro v0.6.0 |
| 2078 | 2026-05-28T08:47:43.771Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-05-28T08:47:43.997Z | Compiling rand_chacha v0.3.1 |
| 2080 | 2026-05-28T08:47:44.018Z | Compiling erased-serde v0.3.31 |
| 2081 | 2026-05-28T08:47:44.047Z | Compiling md-5 v0.10.6 |
| 2082 | 2026-05-28T08:47:44.061Z | Compiling bstr v1.12.1 |
| 2083 | 2026-05-28T08:47:44.168Z | Compiling tower-http v0.6.8 |
| 2084 | 2026-05-28T08:47:44.321Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-05-28T08:47:44.383Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-05-28T08:47:44.445Z | Compiling vergen-lib v9.1.0 |
| 2087 | 2026-05-28T08:47:44.463Z | Compiling ff v0.13.1 |
| 2088 | 2026-05-28T08:47:44.612Z | Compiling psl-types v2.0.11 |
| 2089 | 2026-05-28T08:47:44.626Z | Compiling base16ct v0.2.0 |
| 2090 | 2026-05-28T08:47:44.630Z | Compiling fallible-iterator v0.2.0 |
| 2091 | 2026-05-28T08:47:44.659Z | Compiling zlib-rs v0.6.2 |
| 2092 | 2026-05-28T08:47:44.719Z | Compiling publicsuffix v2.3.0 |
| 2093 | 2026-05-28T08:47:44.762Z | Compiling sec1 v0.7.3 |
| 2094 | 2026-05-28T08:47:44.831Z | Compiling group v0.13.0 |
| 2095 | 2026-05-28T08:47:44.883Z | Compiling num-iter v0.1.45 |
| 2096 | 2026-05-28T08:47:44.959Z | Compiling postgres-protocol v0.6.10 |
| 2097 | 2026-05-28T08:47:45.048Z | Compiling rand v0.8.6 |
| 2098 | 2026-05-28T08:47:45.291Z | Compiling newtype-uuid v1.3.2 |
| 2099 | 2026-05-28T08:47:45.655Z | Compiling oxnet v0.1.5 |
| 2100 | 2026-05-28T08:47:45.670Z | Compiling anstream v1.0.0 |
| 2101 | 2026-05-28T08:47:45.705Z | Compiling derive_builder v0.20.2 |
| 2102 | 2026-05-28T08:47:45.851Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-05-28T08:47:45.869Z | Compiling phf_shared v0.13.1 |
| 2104 | 2026-05-28T08:47:46.058Z | Compiling pin-project v1.1.11 |
| 2105 | 2026-05-28T08:47:46.125Z | Compiling lazy_static v1.5.0 |
| 2106 | 2026-05-28T08:47:46.175Z | Compiling anstyle-parse v0.2.7 |
| 2107 | 2026-05-28T08:47:46.271Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-05-28T08:47:46.286Z | Compiling serde_with_macros v3.17.0 |
| 2109 | 2026-05-28T08:47:46.289Z | Compiling futures-executor v0.3.32 |
| 2110 | 2026-05-28T08:47:46.338Z | Compiling hex v0.4.3 |
| 2111 | 2026-05-28T08:47:46.536Z | Compiling hkdf v0.12.4 |
| 2112 | 2026-05-28T08:47:46.558Z | Compiling crypto-bigint v0.5.5 |
| 2113 | 2026-05-28T08:47:46.618Z | Compiling enum-as-inner v0.6.1 |
| 2114 | 2026-05-28T08:47:46.634Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-05-28T08:47:46.701Z | Compiling flate2 v1.1.9 |
| 2116 | 2026-05-28T08:47:46.742Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-05-28T08:47:46.759Z | Compiling clap_derive v4.6.1 |
| 2118 | 2026-05-28T08:47:46.890Z | Compiling vergen v9.1.0 |
| 2119 | 2026-05-28T08:47:46.929Z | Compiling cargo-platform v0.3.2 |
| 2120 | 2026-05-28T08:47:47.104Z | Compiling clap_lex v1.0.0 |
| 2121 | 2026-05-28T08:47:47.122Z | Compiling managed v0.8.0 |
| 2122 | 2026-05-28T08:47:47.140Z | Compiling bitflags v1.3.2 |
| 2123 | 2026-05-28T08:47:47.143Z | Compiling same-file v1.0.6 |
| 2124 | 2026-05-28T08:47:47.268Z | Compiling bumpalo v3.20.2 |
| 2125 | 2026-05-28T08:47:47.370Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-05-28T08:47:47.399Z | Compiling libbz2-rs-sys v0.2.2 |
| 2127 | 2026-05-28T08:47:47.449Z | Compiling foldhash v0.2.0 |
| 2128 | 2026-05-28T08:47:47.495Z | Compiling zopfli v0.8.3 |
| 2129 | 2026-05-28T08:47:47.511Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-05-28T08:47:47.531Z | Compiling elliptic-curve v0.13.8 |
| 2131 | 2026-05-28T08:47:47.646Z | Compiling hashbrown v0.16.1 |
| 2132 | 2026-05-28T08:47:47.775Z | Compiling walkdir v2.5.0 |
| 2133 | 2026-05-28T08:47:47.886Z | Compiling bzip2 v0.6.1 |
| 2134 | 2026-05-28T08:47:47.979Z | Compiling clap_builder v4.6.0 |
| 2135 | 2026-05-28T08:47:48.064Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-05-28T08:47:48.110Z | Compiling zstd v0.13.3 |
| 2137 | 2026-05-28T08:47:48.128Z | Compiling futures v0.3.32 |
| 2138 | 2026-05-28T08:47:48.221Z | Compiling anstream v0.6.21 |
| 2139 | 2026-05-28T08:47:48.537Z | Compiling snafu v0.8.9 |
| 2140 | 2026-05-28T08:47:48.553Z | Compiling phf v0.13.1 |
| 2141 | 2026-05-28T08:47:48.603Z | Compiling signal-hook-mio v0.2.5 |
| 2142 | 2026-05-28T08:47:48.731Z | Compiling daft v0.1.7 |
| 2143 | 2026-05-28T08:47:48.888Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-05-28T08:47:49.037Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-05-28T08:47:49.056Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-05-28T08:47:49.159Z | Compiling globset v0.4.18 |
| 2147 | 2026-05-28T08:47:49.280Z | Compiling strum v0.27.2 |
| 2148 | 2026-05-28T08:47:49.435Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-05-28T08:47:49.534Z | Compiling ed25519 v2.2.3 |
| 2150 | 2026-05-28T08:47:49.552Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-05-28T08:47:49.610Z | Compiling crossbeam-epoch v0.9.18 |
| 2152 | 2026-05-28T08:47:49.689Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-05-28T08:47:49.745Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-05-28T08:47:49.789Z | Compiling pem v3.0.6 |
| 2155 | 2026-05-28T08:47:49.929Z | Compiling serde_plain v1.0.2 |
| 2156 | 2026-05-28T08:47:49.945Z | Compiling serde-big-array v0.5.1 |
| 2157 | 2026-05-28T08:47:50.091Z | Compiling rfc6979 v0.4.0 |
| 2158 | 2026-05-28T08:47:50.112Z | Compiling float-cmp v0.10.0 |
| 2159 | 2026-05-28T08:47:50.129Z | Compiling memmap2 v0.9.10 |
| 2160 | 2026-05-28T08:47:50.146Z | Compiling env_filter v1.0.0 |
| 2161 | 2026-05-28T08:47:50.146Z | Compiling typed-path v0.9.3 |
| 2162 | 2026-05-28T08:47:50.179Z | Compiling fixedbitset v0.4.2 |
| 2163 | 2026-05-28T08:47:50.228Z | Compiling keccak v0.1.6 |
| 2164 | 2026-05-28T08:47:50.277Z | Compiling data-encoding v2.10.0 |
| 2165 | 2026-05-28T08:47:50.303Z | Compiling predicates-core v1.0.10 |
| 2166 | 2026-05-28T08:47:50.346Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-05-28T08:47:50.432Z | Compiling difflib v0.4.0 |
| 2168 | 2026-05-28T08:47:50.448Z | Compiling precomputed-hash v0.1.1 |
| 2169 | 2026-05-28T08:47:50.451Z | Compiling jiff v0.2.21 |
| 2170 | 2026-05-28T08:47:50.480Z | Compiling new_debug_unreachable v1.0.6 |
| 2171 | 2026-05-28T08:47:50.497Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-05-28T08:47:50.552Z | Compiling toml_write v0.1.2 |
| 2173 | 2026-05-28T08:47:50.568Z | Compiling normalize-line-endings v0.3.0 |
| 2174 | 2026-05-28T08:47:50.570Z | Compiling whoami v2.1.0 |
| 2175 | 2026-05-28T08:47:50.665Z | Compiling predicates v3.1.4 |
| 2176 | 2026-05-28T08:47:50.788Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-05-28T08:47:50.814Z | Compiling tokio-postgres v0.7.16 |
| 2178 | 2026-05-28T08:47:50.894Z | Compiling petgraph v0.8.3 |
| 2179 | 2026-05-28T08:47:50.934Z | Compiling hickory-proto v0.25.2 |
| 2180 | 2026-05-28T08:47:51.127Z | Compiling string_cache v0.8.9 |
| 2181 | 2026-05-28T08:47:51.289Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2182 | 2026-05-28T08:47:51.363Z | Compiling sha3 v0.10.8 |
| 2183 | 2026-05-28T08:47:51.465Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-05-28T08:47:51.648Z | Compiling env_logger v0.11.9 |
| 2185 | 2026-05-28T08:47:51.715Z | Compiling usdt v0.6.0 |
| 2186 | 2026-05-28T08:47:51.785Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-05-28T08:47:51.998Z | Compiling rsa v0.9.10 |
| 2188 | 2026-05-28T08:47:52.637Z | Compiling ed25519-dalek v2.2.0 |
| 2189 | 2026-05-28T08:47:53.149Z | Compiling zip v4.6.1 |
| 2190 | 2026-05-28T08:47:53.172Z | Compiling clap v4.6.1 |
| 2191 | 2026-05-28T08:47:53.270Z | Compiling crossterm v0.28.1 |
| 2192 | 2026-05-28T08:47:53.301Z | Compiling zip v0.6.6 |
| 2193 | 2026-05-28T08:47:53.552Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-05-28T08:47:54.107Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-05-28T08:47:54.184Z | Compiling similar v2.7.0 |
| 2196 | 2026-05-28T08:47:54.216Z | Compiling strum v0.26.3 |
| 2197 | 2026-05-28T08:47:54.219Z | Compiling toml v0.7.8 |
| 2198 | 2026-05-28T08:47:54.368Z | Compiling tokio-stream v0.1.18 |
| 2199 | 2026-05-28T08:47:54.467Z | Compiling buf-list v1.1.2 |
| 2200 | 2026-05-28T08:47:54.540Z | Compiling x509-cert v0.2.5 |
| 2201 | 2026-05-28T08:47:54.806Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-05-28T08:47:54.850Z | Compiling openapiv3 v2.2.0 |
| 2203 | 2026-05-28T08:47:54.918Z | Compiling sha1 v0.10.6 |
| 2204 | 2026-05-28T08:47:55.152Z | Compiling peg-runtime v0.8.5 |
| 2205 | 2026-05-28T08:47:55.426Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-05-28T08:48:09.756Z | Compiling rustls-webpki v0.103.9 |
| 2207 | 2026-05-28T08:48:10.985Z | Compiling macaddr v1.0.1 |
| 2208 | 2026-05-28T08:48:11.158Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-05-28T08:48:11.272Z | Compiling crucible-workspace-hack v0.1.0 |
| 2210 | 2026-05-28T08:48:11.288Z | Compiling rayon-core v1.13.0 |
| 2211 | 2026-05-28T08:48:11.493Z | Compiling itertools v0.14.0 |
| 2212 | 2026-05-28T08:48:11.510Z | Compiling secrecy v0.10.3 |
| 2213 | 2026-05-28T08:48:11.549Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2214 | 2026-05-28T08:48:11.595Z | Compiling heapless v0.8.0 |
| 2215 | 2026-05-28T08:48:11.697Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-05-28T08:48:11.893Z | Compiling rustls v0.22.4 |
| 2217 | 2026-05-28T08:48:11.970Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-05-28T08:48:12.116Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2219 | 2026-05-28T08:48:12.152Z | Compiling crossbeam-deque v0.8.6 |
| 2220 | 2026-05-28T08:48:12.155Z | Compiling structmeta v0.3.0 |
| 2221 | 2026-05-28T08:48:12.193Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2026-05-28T08:48:12.223Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-05-28T08:48:12.393Z | Compiling multer v3.1.0 |
| 2224 | 2026-05-28T08:48:12.409Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-05-28T08:48:12.412Z | Compiling unicode-width v0.2.0 |
| 2226 | 2026-05-28T08:48:12.441Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-05-28T08:48:12.518Z | Compiling compression-core v0.4.31 |
| 2228 | 2026-05-28T08:48:12.615Z | Compiling slog-async v2.8.0 |
| 2229 | 2026-05-28T08:48:12.633Z | Compiling match_cfg v0.1.0 |
| 2230 | 2026-05-28T08:48:12.677Z | Compiling smoltcp v0.11.0 |
| 2231 | 2026-05-28T08:48:12.720Z | Compiling hostname v0.3.1 |
| 2232 | 2026-05-28T08:48:12.758Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-05-28T08:48:12.795Z | Compiling compression-codecs v0.4.37 |
| 2234 | 2026-05-28T08:48:12.795Z | Compiling ingot-macros v0.1.1 |
| 2235 | 2026-05-28T08:48:12.951Z | Compiling derive-ex v0.1.8 |
| 2236 | 2026-05-28T08:48:13.045Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-05-28T08:48:13.061Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-05-28T08:48:13.175Z | Compiling half v2.7.1 |
| 2239 | 2026-05-28T08:48:13.206Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-05-28T08:48:13.335Z | Compiling cobs v0.3.0 |
| 2241 | 2026-05-28T08:48:13.543Z | Compiling tokio-rustls v0.26.4 |
| 2242 | 2026-05-28T08:48:13.562Z | Compiling rustls-platform-verifier v0.6.2 |
| 2243 | 2026-05-28T08:48:13.634Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-05-28T08:48:13.785Z | Compiling universal-hash v0.5.1 |
| 2245 | 2026-05-28T08:48:13.802Z | Compiling hyper-rustls v0.27.7 |
| 2246 | 2026-05-28T08:48:13.838Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-05-28T08:48:13.932Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2248 | 2026-05-28T08:48:13.950Z | Compiling serde_spanned v1.0.4 |
| 2249 | 2026-05-28T08:48:14.044Z | Compiling reqwest v0.12.28 |
| 2250 | 2026-05-28T08:48:14.141Z | Compiling reqwest v0.13.2 |
| 2251 | 2026-05-28T08:48:14.144Z | Compiling is-terminal v0.4.17 |
| 2252 | 2026-05-28T08:48:14.278Z | Compiling dropshot v0.17.0 |
| 2253 | 2026-05-28T08:48:14.382Z | Compiling proc-macro-error-attr v1.0.4 |
| 2254 | 2026-05-28T08:48:14.413Z | Compiling term v1.2.1 |
| 2255 | 2026-05-28T08:48:14.498Z | Compiling take_mut v0.2.2 |
| 2256 | 2026-05-28T08:48:14.516Z | Compiling ciborium-io v0.2.2 |
| 2257 | 2026-05-28T08:48:14.516Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2258 | 2026-05-28T08:48:14.601Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2259 | 2026-05-28T08:48:14.638Z | Compiling convert_case v0.4.0 |
| 2260 | 2026-05-28T08:48:14.654Z | Compiling opaque-debug v0.3.1 |
| 2261 | 2026-05-28T08:48:14.677Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-05-28T08:48:14.747Z | Compiling poly1305 v0.8.0 |
| 2263 | 2026-05-28T08:48:14.791Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-05-28T08:48:14.808Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2265 | 2026-05-28T08:48:14.810Z | Compiling ciborium-ll v0.2.2 |
| 2266 | 2026-05-28T08:48:14.861Z | Compiling tokio-rustls v0.25.0 |
| 2267 | 2026-05-28T08:48:14.959Z | Compiling derive_more v0.99.20 |
| 2268 | 2026-05-28T08:48:15.155Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-05-28T08:48:15.248Z | Compiling async-stream v0.3.6 |
| 2270 | 2026-05-28T08:48:15.381Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2271 | 2026-05-28T08:48:15.440Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-05-28T08:48:15.902Z | Compiling tough v0.22.0 |
| 2273 | 2026-05-28T08:48:16.028Z | Compiling ingot v0.1.1 |
| 2274 | 2026-05-28T08:48:16.194Z | Compiling postcard v1.1.3 |
| 2275 | 2026-05-28T08:48:16.391Z | Compiling slog-bunyan v2.5.0 |
| 2276 | 2026-05-28T08:48:16.441Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-05-28T08:48:16.608Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-05-28T08:48:17.013Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-05-28T08:48:17.095Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2280 | 2026-05-28T08:48:17.115Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-05-28T08:48:17.118Z | Compiling proc-macro-crate v1.3.1 |
| 2282 | 2026-05-28T08:48:17.370Z | Compiling backon v1.6.0 |
| 2283 | 2026-05-28T08:48:17.439Z | Compiling waitgroup v0.1.2 |
| 2284 | 2026-05-28T08:48:17.454Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2285 | 2026-05-28T08:48:17.454Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-05-28T08:48:17.490Z | Compiling chacha20 v0.9.1 |
| 2287 | 2026-05-28T08:48:17.610Z | Compiling dropshot_endpoint v0.17.0 |
| 2288 | 2026-05-28T08:48:17.676Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-05-28T08:48:17.756Z | Compiling blake2 v0.10.6 |
| 2290 | 2026-05-28T08:48:17.809Z | Compiling aead v0.5.2 |
| 2291 | 2026-05-28T08:48:18.045Z | Compiling foreign-types-macros v0.2.3 |
| 2292 | 2026-05-28T08:48:18.064Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-28T08:48:18.297Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-05-28T08:48:18.383Z | Compiling hostname v0.4.2 |
| 2295 | 2026-05-28T08:48:18.454Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2296 | 2026-05-28T08:48:18.494Z | Compiling proc-macro-error v1.0.4 |
| 2297 | 2026-05-28T08:48:18.537Z | Compiling instant v0.1.13 |
| 2298 | 2026-05-28T08:48:18.552Z | Compiling typeid v1.0.3 |
| 2299 | 2026-05-28T08:48:18.567Z | Compiling debug-ignore v1.0.5 |
| 2300 | 2026-05-28T08:48:18.663Z | Compiling foreign-types-shared v0.3.1 |
| 2301 | 2026-05-28T08:48:18.681Z | Compiling cpufeatures v0.3.0 |
| 2302 | 2026-05-28T08:48:18.715Z | Compiling backoff v0.4.0 |
| 2303 | 2026-05-28T08:48:18.747Z | Compiling parse-display v0.10.0 |
| 2304 | 2026-05-28T08:48:18.764Z | Compiling foreign-types v0.5.0 |
| 2305 | 2026-05-28T08:48:18.784Z | Compiling chacha20 v0.10.0 |
| 2306 | 2026-05-28T08:48:18.787Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2307 | 2026-05-28T08:48:18.787Z | Compiling argon2 v0.5.3 |
| 2308 | 2026-05-28T08:48:18.851Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-05-28T08:48:18.865Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2310 | 2026-05-28T08:48:18.882Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-05-28T08:48:18.897Z | Compiling num_enum v0.7.6 |
| 2312 | 2026-05-28T08:48:18.953Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-05-28T08:48:19.020Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-05-28T08:48:19.101Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-05-28T08:48:19.208Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-05-28T08:48:19.327Z | Compiling regress v0.10.5 |
| 2317 | 2026-05-28T08:48:19.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2318 | 2026-05-28T08:48:19.590Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-05-28T08:48:19.644Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2320 | 2026-05-28T08:48:19.832Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-05-28T08:48:19.848Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2322 | 2026-05-28T08:48:19.868Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2323 | 2026-05-28T08:48:19.886Z | Compiling cstr-argument v0.1.2 |
| 2324 | 2026-05-28T08:48:20.071Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 2325 | 2026-05-28T08:48:20.275Z | Compiling erased-serde v0.4.9 |
| 2326 | 2026-05-28T08:48:20.278Z | Compiling humantime v2.3.0 |
| 2327 | 2026-05-28T08:48:20.342Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-05-28T08:48:20.358Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-05-28T08:48:20.461Z | Compiling num_enum v0.5.11 |
| 2330 | 2026-05-28T08:48:20.504Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2331 | 2026-05-28T08:48:20.533Z | Compiling rand v0.10.1 |
| 2332 | 2026-05-28T08:48:20.633Z | Compiling rayon v1.11.0 |
| 2333 | 2026-05-28T08:48:20.637Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2334 | 2026-05-28T08:48:20.745Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2335 | 2026-05-28T08:48:20.771Z | Compiling libefi-sys v0.1.0 |
| 2336 | 2026-05-28T08:48:20.774Z | Compiling indent_write v2.2.0 |
| 2337 | 2026-05-28T08:48:20.804Z | Compiling colored v3.1.1 |
| 2338 | 2026-05-28T08:48:20.820Z | Compiling winnow v1.0.3 |
| 2339 | 2026-05-28T08:48:20.859Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-05-28T08:48:20.954Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-05-28T08:48:21.011Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2342 | 2026-05-28T08:48:21.025Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2343 | 2026-05-28T08:48:21.155Z | Compiling camino-tempfile v1.4.1 |
| 2344 | 2026-05-28T08:48:21.258Z | Compiling itertools v0.12.1 |
| 2345 | 2026-05-28T08:48:21.350Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-05-28T08:48:21.475Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-05-28T08:48:21.491Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-05-28T08:48:21.508Z | Compiling bitfield-struct v0.6.2 |
| 2349 | 2026-05-28T08:48:21.566Z | Compiling blake3 v1.8.3 |
| 2350 | 2026-05-28T08:48:21.581Z | Compiling ordered-float v2.10.1 |
| 2351 | 2026-05-28T08:48:21.935Z | Compiling sigpipe v0.1.3 |
| 2352 | 2026-05-28T08:48:22.045Z | Compiling memmap v0.7.0 |
| 2353 | 2026-05-28T08:48:22.060Z | Compiling swrite v0.1.0 |
| 2354 | 2026-05-28T08:48:22.143Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-05-28T08:48:22.184Z | Compiling glob v0.3.3 |
| 2356 | 2026-05-28T08:48:22.213Z | Compiling usdt v0.5.0 |
| 2357 | 2026-05-28T08:48:22.275Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-28T08:48:22.378Z | Compiling serde-value v0.7.0 |
| 2359 | 2026-05-28T08:48:22.393Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2360 | 2026-05-28T08:48:22.611Z | Compiling zone v0.3.1 |
| 2361 | 2026-05-28T08:48:22.651Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-05-28T08:48:22.792Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2363 | 2026-05-28T08:48:22.853Z | Compiling toml v0.8.23 |
| 2364 | 2026-05-28T08:48:23.022Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2365 | 2026-05-28T08:48:23.025Z | Compiling smf v0.2.3 |
| 2366 | 2026-05-28T08:48:23.085Z | Compiling filetime v0.2.27 |
| 2367 | 2026-05-28T08:48:23.101Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-05-28T08:48:23.116Z | Compiling xattr v1.6.1 |
| 2369 | 2026-05-28T08:48:23.119Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-05-28T08:48:23.146Z | Compiling whoami v1.6.1 |
| 2371 | 2026-05-28T08:48:23.249Z | Compiling arrayref v0.3.9 |
| 2372 | 2026-05-28T08:48:23.265Z | Compiling constant_time_eq v0.4.2 |
| 2373 | 2026-05-28T08:48:23.326Z | Compiling unicode-xid v0.2.6 |
| 2374 | 2026-05-28T08:48:23.344Z | Compiling tar v0.4.45 |
| 2375 | 2026-05-28T08:48:23.370Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-05-28T08:48:23.386Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-05-28T08:48:23.480Z | Compiling cargo-util-schemas v0.8.2 |
| 2378 | 2026-05-28T08:48:23.642Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-05-28T08:48:23.660Z | Compiling console v0.16.2 |
| 2380 | 2026-05-28T08:48:24.013Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-05-28T08:48:24.044Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-05-28T08:48:24.074Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-05-28T08:48:24.172Z | Compiling unit-prefix v0.5.2 |
| 2384 | 2026-05-28T08:48:24.218Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-05-28T08:48:24.249Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2386 | 2026-05-28T08:48:24.280Z | Compiling shell-words v1.1.1 |
| 2387 | 2026-05-28T08:48:24.352Z | Compiling indicatif v0.18.4 |
| 2388 | 2026-05-28T08:48:24.747Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-05-28T08:48:33.906Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-05-28T08:48:33.906Z | Compiling progenitor-client v0.13.0 |
| 2391 | 2026-05-28T08:48:33.960Z | Compiling omicron-zone-package v0.12.2 |
| 2392 | 2026-05-28T08:48:34.389Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-05-28T08:48:36.626Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-05-28T08:48:36.626Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-05-28T08:48:36.654Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-05-28T08:48:36.669Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-05-28T08:48:36.689Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-05-28T08:48:36.775Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2399 | 2026-05-28T08:48:36.899Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2400 | 2026-05-28T08:48:36.960Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2401 | 2026-05-28T08:48:37.004Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2402 | 2026-05-28T08:48:40.936Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-05-28T08:48:48.502Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-28T08:48:51.526Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-05-28T08:48:52.539Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-05-28T08:49:02.175Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2407 | 2026-05-28T08:49:02.329Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-05-28T08:49:02.396Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-05-28T08:49:02.399Z | Created new build target 'test' and set it as active |
| 2410 | 2026-05-28T08:49:02.401Z | |
| 2411 | 2026-05-28T08:49:02.402Z | real 1:43.524663892 |
| 2412 | 2026-05-28T08:49:02.402Z | user 16:58.898546543 |
| 2413 | 2026-05-28T08:49:02.402Z | sys 2:35.328536543 |
| 2414 | 2026-05-28T08:49:02.402Z | trap 0.466136811 |
| 2415 | 2026-05-28T08:49:02.402Z | tflt 2.901857847 |
| 2416 | 2026-05-28T08:49:02.402Z | dflt 4.310921907 |
| 2417 | 2026-05-28T08:49:02.402Z | kflt 0.000455880 |
| 2418 | 2026-05-28T08:49:02.402Z | lock 52:40.937466762 |
| 2419 | 2026-05-28T08:49:02.402Z | slp 43:07.302989252 |
| 2420 | 2026-05-28T08:49:02.402Z | lat 42.298300633 |
| 2421 | 2026-05-28T08:49:02.402Z | stop 5:28.017429640 |
| 2422 | 2026-05-28T08:49:02.402Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-05-28T08:49:03.321Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2424 | 2026-05-28T08:49:03.402Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-05-28T08:49:03.459Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-05-28T08:49:04.979Z | Compiling heck v0.5.0 |
| 2427 | 2026-05-28T08:49:04.982Z | Compiling regress v0.11.1 |
| 2428 | 2026-05-28T08:49:05.201Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-05-28T08:49:05.272Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-05-28T08:49:05.299Z | Compiling regress v0.10.5 |
| 2431 | 2026-05-28T08:49:05.302Z | Compiling unicode-width v0.1.14 |
| 2432 | 2026-05-28T08:49:05.302Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-05-28T08:49:05.302Z | Compiling prettyplease v0.2.37 |
| 2434 | 2026-05-28T08:49:05.302Z | Compiling derive-where v1.6.0 |
| 2435 | 2026-05-28T08:49:05.322Z | Compiling num-rational v0.4.2 |
| 2436 | 2026-05-28T08:49:05.371Z | Compiling num-complex v0.4.6 |
| 2437 | 2026-05-28T08:49:05.388Z | Compiling rustls v0.22.4 |
| 2438 | 2026-05-28T08:49:05.391Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-05-28T08:49:05.391Z | Compiling thread_local v1.1.9 |
| 2440 | 2026-05-28T08:49:05.411Z | Compiling float-ord v0.3.2 |
| 2441 | 2026-05-28T08:49:05.520Z | Compiling compression-core v0.4.31 |
| 2442 | 2026-05-28T08:49:05.573Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2443 | 2026-05-28T08:49:05.595Z | Compiling bytecount v0.6.9 |
| 2444 | 2026-05-28T08:49:05.644Z | Compiling match_cfg v0.1.0 |
| 2445 | 2026-05-28T08:49:05.668Z | Compiling multer v3.1.0 |
| 2446 | 2026-05-28T08:49:05.668Z | Compiling slog-async v2.8.0 |
| 2447 | 2026-05-28T08:49:05.722Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-05-28T08:49:05.747Z | Compiling hostname v0.3.1 |
| 2449 | 2026-05-28T08:49:05.747Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-05-28T08:49:05.794Z | Compiling crossbeam-channel v0.5.15 |
| 2451 | 2026-05-28T08:49:05.797Z | Compiling slog-json v2.6.1 |
| 2452 | 2026-05-28T08:49:05.819Z | Compiling serde_spanned v1.0.4 |
| 2453 | 2026-05-28T08:49:05.883Z | Compiling num v0.4.3 |
| 2454 | 2026-05-28T08:49:05.969Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2455 | 2026-05-28T08:49:05.992Z | Compiling take_mut v0.2.2 |
| 2456 | 2026-05-28T08:49:06.015Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2457 | 2026-05-28T08:49:06.035Z | Compiling term v1.2.1 |
| 2458 | 2026-05-28T08:49:06.073Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-05-28T08:49:06.129Z | Compiling async-compression v0.4.41 |
| 2460 | 2026-05-28T08:49:06.240Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2461 | 2026-05-28T08:49:06.311Z | Compiling console v0.15.11 |
| 2462 | 2026-05-28T08:49:06.343Z | Compiling slog-term v2.9.2 |
| 2463 | 2026-05-28T08:49:06.364Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2464 | 2026-05-28T08:49:06.465Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2465 | 2026-05-28T08:49:06.559Z | Compiling dropshot v0.17.0 |
| 2466 | 2026-05-28T08:49:06.582Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-05-28T08:49:06.607Z | Compiling progenitor-client v0.14.0 |
| 2468 | 2026-05-28T08:49:06.634Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2469 | 2026-05-28T08:49:06.637Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-05-28T08:49:06.660Z | Compiling backon v1.6.0 |
| 2471 | 2026-05-28T08:49:06.711Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-05-28T08:49:06.783Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-05-28T08:49:06.823Z | Compiling hostname v0.4.2 |
| 2474 | 2026-05-28T08:49:06.844Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-05-28T08:49:06.864Z | Compiling instant v0.1.13 |
| 2476 | 2026-05-28T08:49:06.913Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-05-28T08:49:06.936Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-05-28T08:49:06.939Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2479 | 2026-05-28T08:49:07.009Z | Compiling backoff v0.4.0 |
| 2480 | 2026-05-28T08:49:07.031Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2481 | 2026-05-28T08:49:07.059Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-05-28T08:49:07.204Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-05-28T08:49:07.227Z | Compiling atomicwrites v0.4.4 |
| 2484 | 2026-05-28T08:49:07.248Z | Compiling newline-converter v0.3.0 |
| 2485 | 2026-05-28T08:49:07.271Z | Compiling progenitor-client v0.13.0 |
| 2486 | 2026-05-28T08:49:07.332Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2487 | 2026-05-28T08:49:07.380Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-05-28T08:49:07.416Z | Compiling humantime v2.3.0 |
| 2489 | 2026-05-28T08:49:07.533Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-05-28T08:49:07.620Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-05-28T08:49:07.648Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-05-28T08:49:07.694Z | Compiling resolv-conf v0.7.6 |
| 2493 | 2026-05-28T08:49:07.744Z | Compiling tokio-rustls v0.25.0 |
| 2494 | 2026-05-28T08:49:07.774Z | Compiling cancel-safe-futures v0.1.5 |
| 2495 | 2026-05-28T08:49:07.824Z | Compiling owo-colors v4.3.0 |
| 2496 | 2026-05-28T08:49:07.850Z | Compiling libsw-core v0.3.2 |
| 2497 | 2026-05-28T08:49:07.893Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-05-28T08:49:07.896Z | Compiling toml v0.8.23 |
| 2499 | 2026-05-28T08:49:08.063Z | Compiling libsw v3.5.0 |
| 2500 | 2026-05-28T08:49:08.145Z | Compiling nom v7.1.3 |
| 2501 | 2026-05-28T08:49:08.184Z | Compiling num-derive v0.3.3 |
| 2502 | 2026-05-28T08:49:08.320Z | Compiling linked-hash-map v0.5.6 |
| 2503 | 2026-05-28T08:49:08.356Z | Compiling linear-map v1.2.0 |
| 2504 | 2026-05-28T08:49:08.555Z | Compiling lru-cache v0.1.2 |
| 2505 | 2026-05-28T08:49:08.606Z | Compiling hickory-proto v0.24.4 |
| 2506 | 2026-05-28T08:49:08.631Z | Compiling unicode-xid v0.2.6 |
| 2507 | 2026-05-28T08:49:08.634Z | Compiling itertools v0.13.0 |
| 2508 | 2026-05-28T08:49:08.677Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2509 | 2026-05-28T08:49:08.733Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2510 | 2026-05-28T08:49:08.786Z | Compiling csv-core v0.1.13 |
| 2511 | 2026-05-28T08:49:08.810Z | Compiling highway v1.3.0 |
| 2512 | 2026-05-28T08:49:09.108Z | Compiling libscf-sys v1.1.0 |
| 2513 | 2026-05-28T08:49:09.227Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-28T08:49:09.249Z | Compiling csv v1.4.0 |
| 2515 | 2026-05-28T08:49:09.291Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-05-28T08:49:09.428Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-05-28T08:49:09.538Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2518 | 2026-05-28T08:49:09.561Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-28T08:49:09.606Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2520 | 2026-05-28T08:49:09.737Z | Compiling chrono-tz v0.10.4 |
| 2521 | 2026-05-28T08:49:09.811Z | Compiling tagptr v0.2.0 |
| 2522 | 2026-05-28T08:49:09.980Z | Compiling moka v0.12.13 |
| 2523 | 2026-05-28T08:49:10.002Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2524 | 2026-05-28T08:49:10.075Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2525 | 2026-05-28T08:49:10.191Z | Compiling phf v0.12.1 |
| 2526 | 2026-05-28T08:49:10.241Z | Compiling const_format_proc_macros v0.2.34 |
| 2527 | 2026-05-28T08:49:10.278Z | Compiling typify-macro v0.6.2 |
| 2528 | 2026-05-28T08:49:10.327Z | Compiling tabled v0.15.0 |
| 2529 | 2026-05-28T08:49:10.380Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2530 | 2026-05-28T08:49:10.725Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2531 | 2026-05-28T08:49:10.874Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2532 | 2026-05-28T08:49:11.005Z | Compiling const_format v0.2.35 |
| 2533 | 2026-05-28T08:49:11.044Z | Compiling hickory-resolver v0.24.4 |
| 2534 | 2026-05-28T08:49:11.104Z | Compiling hickory-resolver v0.25.2 |
| 2535 | 2026-05-28T08:49:11.524Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2536 | 2026-05-28T08:49:11.859Z | Compiling typify v0.6.2 |
| 2537 | 2026-05-28T08:49:12.152Z | Compiling progenitor-impl v0.14.0 |
| 2538 | 2026-05-28T08:49:12.923Z | Compiling progenitor-impl v0.13.0 |
| 2539 | 2026-05-28T08:49:14.299Z | Compiling progenitor-macro v0.14.0 |
| 2540 | 2026-05-28T08:49:14.629Z | Compiling qorb v0.4.1 |
| 2541 | 2026-05-28T08:49:15.120Z | Compiling progenitor-macro v0.13.0 |
| 2542 | 2026-05-28T08:49:16.296Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-05-28T08:49:17.364Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-05-28T08:49:17.630Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2545 | 2026-05-28T08:49:17.856Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2546 | 2026-05-28T08:49:17.883Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2547 | 2026-05-28T08:49:18.197Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2548 | 2026-05-28T08:49:18.373Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-05-28T08:49:18.594Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-28T08:49:18.888Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-28T08:49:19.154Z | Compiling progenitor v0.13.0 |
| 2552 | 2026-05-28T08:49:19.357Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2553 | 2026-05-28T08:49:19.361Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2554 | 2026-05-28T08:49:19.402Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2555 | 2026-05-28T08:49:19.428Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2556 | 2026-05-28T08:49:19.855Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2557 | 2026-05-28T08:49:20.632Z | Compiling semver v0.1.20 |
| 2558 | 2026-05-28T08:49:20.938Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-05-28T08:49:21.033Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2560 | 2026-05-28T08:49:21.177Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2561 | 2026-05-28T08:49:22.622Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2562 | 2026-05-28T08:49:22.691Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2563 | 2026-05-28T08:49:22.919Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-05-28T08:49:22.947Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2565 | 2026-05-28T08:49:23.187Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2566 | 2026-05-28T08:49:23.293Z | Compiling convert_case v0.10.0 |
| 2567 | 2026-05-28T08:49:23.398Z | Compiling smawk v0.3.2 |
| 2568 | 2026-05-28T08:49:23.610Z | Compiling unicode-linebreak v0.1.5 |
| 2569 | 2026-05-28T08:49:23.637Z | Compiling derive_more-impl v2.1.1 |
| 2570 | 2026-05-28T08:49:23.774Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2571 | 2026-05-28T08:49:23.930Z | Compiling textwrap v0.16.2 |
| 2572 | 2026-05-28T08:49:24.161Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2573 | 2026-05-28T08:49:24.378Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2574 | 2026-05-28T08:49:24.427Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2575 | 2026-05-28T08:49:25.668Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2576 | 2026-05-28T08:49:25.760Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2577 | 2026-05-28T08:49:25.948Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2578 | 2026-05-28T08:49:26.225Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2579 | 2026-05-28T08:49:26.535Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2580 | 2026-05-28T08:49:26.820Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2581 | 2026-05-28T08:49:26.968Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2582 | 2026-05-28T08:49:27.087Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2583 | 2026-05-28T08:49:27.113Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2584 | 2026-05-28T08:49:27.137Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2585 | 2026-05-28T08:49:27.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2586 | 2026-05-28T08:49:27.408Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2587 | 2026-05-28T08:49:27.446Z | Compiling derive_more v2.1.1 |
| 2588 | 2026-05-28T08:49:27.591Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2589 | 2026-05-28T08:49:27.640Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2590 | 2026-05-28T08:49:27.770Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2591 | 2026-05-28T08:49:27.847Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2592 | 2026-05-28T08:49:27.931Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2593 | 2026-05-28T08:49:28.098Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2594 | 2026-05-28T08:49:28.212Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2595 | 2026-05-28T08:49:28.367Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2596 | 2026-05-28T08:49:28.639Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2597 | 2026-05-28T08:49:28.808Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2598 | 2026-05-28T08:49:29.011Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2599 | 2026-05-28T08:49:29.036Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2600 | 2026-05-28T08:49:29.526Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2601 | 2026-05-28T08:49:29.874Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2602 | 2026-05-28T08:49:30.127Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2603 | 2026-05-28T08:49:31.188Z | Compiling steno v0.4.1 |
| 2604 | 2026-05-28T08:49:31.657Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2605 | 2026-05-28T08:49:31.696Z | Compiling crossterm v0.29.0 |
| 2606 | 2026-05-28T08:49:33.306Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2607 | 2026-05-28T08:49:33.329Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2608 | 2026-05-28T08:49:33.810Z | Compiling vte v0.14.1 |
| 2609 | 2026-05-28T08:49:33.898Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2610 | 2026-05-28T08:49:34.089Z | Compiling strip-ansi-escapes v0.2.1 |
| 2611 | 2026-05-28T08:49:34.091Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2612 | 2026-05-28T08:49:34.203Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2613 | 2026-05-28T08:49:34.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-05-28T08:49:34.686Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-05-28T08:49:34.864Z | Compiling peg-macros v0.8.5 |
| 2616 | 2026-05-28T08:49:35.130Z | Compiling nu-ansi-term v0.50.3 |
| 2617 | 2026-05-28T08:49:35.420Z | Compiling reedline v0.40.0 |
| 2618 | 2026-05-28T08:49:35.712Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2619 | 2026-05-28T08:49:36.157Z | Compiling peg v0.8.5 |
| 2620 | 2026-05-28T08:49:36.267Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2621 | 2026-05-28T08:49:36.387Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2622 | 2026-05-28T08:49:37.836Z | Compiling nom v8.0.0 |
| 2623 | 2026-05-28T08:49:38.101Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2624 | 2026-05-28T08:49:38.354Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2625 | 2026-05-28T08:49:38.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2626 | 2026-05-28T08:49:38.643Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2627 | 2026-05-28T08:49:39.056Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2628 | 2026-05-28T08:49:39.116Z | Compiling base64 v0.21.7 |
| 2629 | 2026-05-28T08:49:39.394Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2630 | 2026-05-28T08:49:39.489Z | Compiling utf-8 v0.7.6 |
| 2631 | 2026-05-28T08:49:39.667Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2632 | 2026-05-28T08:49:39.713Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2633 | 2026-05-28T08:49:39.736Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2634 | 2026-05-28T08:49:39.740Z | Compiling tungstenite v0.21.0 |
| 2635 | 2026-05-28T08:49:39.885Z | Compiling radium v0.7.0 |
| 2636 | 2026-05-28T08:49:39.945Z | Compiling display-error-chain v0.2.2 |
| 2637 | 2026-05-28T08:49:40.003Z | Compiling tap v1.0.1 |
| 2638 | 2026-05-28T08:49:40.129Z | Compiling maybe-uninit v2.0.0 |
| 2639 | 2026-05-28T08:49:40.153Z | Compiling wyz v0.5.1 |
| 2640 | 2026-05-28T08:49:40.240Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2641 | 2026-05-28T08:49:40.369Z | Compiling tokio-tungstenite v0.21.0 |
| 2642 | 2026-05-28T08:49:40.495Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2643 | 2026-05-28T08:49:40.524Z | Compiling zerocopy-derive v0.6.6 |
| 2644 | 2026-05-28T08:49:40.695Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2645 | 2026-05-28T08:49:40.771Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2646 | 2026-05-28T08:49:41.175Z | Compiling crc-catalog v2.4.0 |
| 2647 | 2026-05-28T08:49:41.311Z | Compiling funty v2.0.0 |
| 2648 | 2026-05-28T08:49:41.334Z | Compiling packed_struct v0.10.1 |
| 2649 | 2026-05-28T08:49:41.650Z | Compiling zerocopy v0.6.6 |
| 2650 | 2026-05-28T08:49:41.952Z | Compiling bitvec v1.0.1 |
| 2651 | 2026-05-28T08:49:42.064Z | Compiling crc v3.4.0 |
| 2652 | 2026-05-28T08:49:42.223Z | Compiling proc-macro-error2 v2.0.1 |
| 2653 | 2026-05-28T08:49:42.300Z | Compiling itertools v0.10.5 |
| 2654 | 2026-05-28T08:49:42.393Z | Compiling packed_struct_codegen v0.10.1 |
| 2655 | 2026-05-28T08:49:42.541Z | Compiling vergen-lib v0.1.6 |
| 2656 | 2026-05-28T08:49:42.774Z | Compiling bitfield-macros v0.19.4 |
| 2657 | 2026-05-28T08:49:43.325Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2658 | 2026-05-28T08:49:43.406Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2659 | 2026-05-28T08:49:43.431Z | Compiling indexmap v1.9.3 |
| 2660 | 2026-05-28T08:49:43.490Z | Compiling nodrop v0.1.14 |
| 2661 | 2026-05-28T08:49:43.556Z | Compiling bitfield v0.19.4 |
| 2662 | 2026-05-28T08:49:43.634Z | Compiling array-init v0.0.4 |
| 2663 | 2026-05-28T08:49:43.834Z | Compiling tabled_derive v0.11.0 |
| 2664 | 2026-05-28T08:49:43.866Z | Compiling smallvec v0.6.14 |
| 2665 | 2026-05-28T08:49:44.028Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2666 | 2026-05-28T08:49:44.058Z | Compiling papergrid v0.17.0 |
| 2667 | 2026-05-28T08:49:44.145Z | Compiling testing_table v0.3.0 |
| 2668 | 2026-05-28T08:49:44.580Z | Compiling vergen-gitcl v1.0.8 |
| 2669 | 2026-05-28T08:49:44.734Z | Compiling dirs-sys-next v0.1.2 |
| 2670 | 2026-05-28T08:49:44.821Z | Compiling glob v0.3.3 |
| 2671 | 2026-05-28T08:49:44.888Z | Compiling diesel_derives v2.3.7 |
| 2672 | 2026-05-28T08:49:45.014Z | Compiling maplit v1.0.2 |
| 2673 | 2026-05-28T08:49:45.117Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2674 | 2026-05-28T08:49:45.140Z | Compiling crunchy v0.2.4 |
| 2675 | 2026-05-28T08:49:45.194Z | Compiling hashbrown v0.12.3 |
| 2676 | 2026-05-28T08:49:45.289Z | Compiling tabled v0.20.0 |
| 2677 | 2026-05-28T08:49:45.384Z | Compiling clang-sys v1.8.1 |
| 2678 | 2026-05-28T08:49:45.491Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2679 | 2026-05-28T08:49:45.646Z | Compiling dirs-next v2.0.0 |
| 2680 | 2026-05-28T08:49:45.786Z | Compiling serde-hex v0.1.0 |
| 2681 | 2026-05-28T08:49:45.810Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2682 | 2026-05-28T08:49:46.083Z | Compiling ron v0.8.1 |
| 2683 | 2026-05-28T08:49:46.154Z | Compiling hashbrown v0.13.2 |
| 2684 | 2026-05-28T08:49:46.262Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2685 | 2026-05-28T08:49:46.770Z | Compiling scheduled-thread-pool v0.2.7 |
| 2686 | 2026-05-28T08:49:46.955Z | Compiling dsl_auto_type v0.2.0 |
| 2687 | 2026-05-28T08:49:47.366Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2688 | 2026-05-28T08:49:47.510Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2689 | 2026-05-28T08:49:47.567Z | Compiling crc-any v2.5.0 |
| 2690 | 2026-05-28T08:49:47.611Z | Compiling tiny-keccak v2.0.2 |
| 2691 | 2026-05-28T08:49:47.828Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2692 | 2026-05-28T08:49:47.882Z | Compiling r2d2 v0.8.10 |
| 2693 | 2026-05-28T08:49:47.903Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2694 | 2026-05-28T08:49:48.020Z | Compiling object v0.30.4 |
| 2695 | 2026-05-28T08:49:48.475Z | Compiling term v0.7.0 |
| 2696 | 2026-05-28T08:49:48.728Z | Compiling path-slash v0.1.5 |
| 2697 | 2026-05-28T08:49:48.755Z | Compiling bit-vec v0.6.3 |
| 2698 | 2026-05-28T08:49:48.935Z | Compiling xshell-macros v0.2.7 |
| 2699 | 2026-05-28T08:49:49.004Z | Compiling downcast-rs v2.0.2 |
| 2700 | 2026-05-28T08:49:49.151Z | Compiling bit-set v0.5.3 |
| 2701 | 2026-05-28T08:49:49.343Z | Compiling ascii-canvas v3.0.0 |
| 2702 | 2026-05-28T08:49:49.347Z | Compiling xshell v0.2.7 |
| 2703 | 2026-05-28T08:49:49.792Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2704 | 2026-05-28T08:49:49.867Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2705 | 2026-05-28T08:49:50.335Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2706 | 2026-05-28T08:49:50.661Z | Compiling ena v0.14.4 |
| 2707 | 2026-05-28T08:49:50.691Z | Compiling libloading v0.8.9 |
| 2708 | 2026-05-28T08:49:50.910Z | Compiling regex-syntax v0.6.29 |
| 2709 | 2026-05-28T08:49:50.934Z | Compiling bindgen v0.71.1 |
| 2710 | 2026-05-28T08:49:51.226Z | Compiling crc8 v0.1.1 |
| 2711 | 2026-05-28T08:49:51.374Z | Compiling diff v0.1.13 |
| 2712 | 2026-05-28T08:49:51.589Z | Compiling unicase v2.9.0 |
| 2713 | 2026-05-28T08:49:51.681Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2714 | 2026-05-28T08:49:52.172Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2715 | 2026-05-28T08:49:52.366Z | Compiling diesel v2.3.7 |
| 2716 | 2026-05-28T08:49:52.765Z | Compiling lalrpop v0.19.12 |
| 2717 | 2026-05-28T08:49:52.813Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2718 | 2026-05-28T08:49:52.875Z | Compiling cexpr v0.6.0 |
| 2719 | 2026-05-28T08:49:53.032Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2720 | 2026-05-28T08:49:53.333Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2721 | 2026-05-28T08:49:53.460Z | Compiling rustc-hash v2.1.1 |
| 2722 | 2026-05-28T08:49:53.518Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2723 | 2026-05-28T08:49:53.542Z | Compiling headers-core v0.3.0 |
| 2724 | 2026-05-28T08:49:53.564Z | Compiling libxml v0.3.3 |
| 2725 | 2026-05-28T08:49:53.708Z | Compiling headers v0.4.1 |
| 2726 | 2026-05-28T08:49:53.886Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2727 | 2026-05-28T08:49:53.909Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2728 | 2026-05-28T08:49:54.065Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2729 | 2026-05-28T08:49:54.998Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2730 | 2026-05-28T08:49:55.087Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2731 | 2026-05-28T08:49:55.434Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-05-28T08:49:55.459Z | Compiling strum_macros v0.24.3 |
| 2733 | 2026-05-28T08:49:55.569Z | Compiling indoc v1.0.9 |
| 2734 | 2026-05-28T08:49:55.712Z | Compiling git-stub-vcs v0.1.0 |
| 2735 | 2026-05-28T08:49:56.055Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2736 | 2026-05-28T08:49:56.094Z | Compiling derive_builder v0.20.2 |
| 2737 | 2026-05-28T08:49:56.187Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2738 | 2026-05-28T08:49:56.285Z | Compiling oso-derive v0.27.3 |
| 2739 | 2026-05-28T08:49:56.307Z | Compiling quick-xml v0.37.5 |
| 2740 | 2026-05-28T08:49:56.645Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2741 | 2026-05-28T08:49:56.717Z | Compiling openssl-probe v0.1.6 |
| 2742 | 2026-05-28T08:49:56.880Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2743 | 2026-05-28T08:49:57.017Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2744 | 2026-05-28T08:49:57.592Z | Compiling half v1.8.3 |
| 2745 | 2026-05-28T08:49:57.885Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2746 | 2026-05-28T08:49:57.914Z | Compiling serde_cbor v0.11.2 |
| 2747 | 2026-05-28T08:49:58.039Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2748 | 2026-05-28T08:49:58.261Z | Compiling samael v0.0.19 |
| 2749 | 2026-05-28T08:49:58.291Z | Compiling bb8 v0.8.6 |
| 2750 | 2026-05-28T08:49:58.718Z | Compiling trait-variant v0.1.2 |
| 2751 | 2026-05-28T08:49:58.961Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2752 | 2026-05-28T08:49:59.010Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2753 | 2026-05-28T08:49:59.041Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2754 | 2026-05-28T08:49:59.290Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2755 | 2026-05-28T08:49:59.382Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2756 | 2026-05-28T08:49:59.610Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2757 | 2026-05-28T08:49:59.911Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2758 | 2026-05-28T08:50:00.048Z | Compiling typify-impl v0.4.3 |
| 2759 | 2026-05-28T08:50:00.188Z | Compiling fxhash v0.2.1 |
| 2760 | 2026-05-28T08:50:00.239Z | Compiling polar-core v0.27.3 |
| 2761 | 2026-05-28T08:50:00.378Z | Compiling libz-sys v1.1.24 |
| 2762 | 2026-05-28T08:50:00.783Z | Compiling nonempty v0.12.0 |
| 2763 | 2026-05-28T08:50:01.047Z | Compiling salty v0.3.0 |
| 2764 | 2026-05-28T08:50:01.358Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2765 | 2026-05-28T08:50:01.385Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2766 | 2026-05-28T08:50:01.604Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2767 | 2026-05-28T08:50:01.976Z | Compiling kstat-rs v0.2.4 |
| 2768 | 2026-05-28T08:50:02.463Z | Compiling arc-swap v1.8.2 |
| 2769 | 2026-05-28T08:50:02.857Z | Compiling fs-err v2.11.0 |
| 2770 | 2026-05-28T08:50:03.169Z | Compiling slog-scope v4.4.1 |
| 2771 | 2026-05-28T08:50:03.275Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2772 | 2026-05-28T08:50:03.364Z | Compiling mime_guess v2.0.5 |
| 2773 | 2026-05-28T08:50:03.457Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2774 | 2026-05-28T08:50:03.637Z | Compiling typify-macro v0.4.3 |
| 2775 | 2026-05-28T08:50:03.662Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2776 | 2026-05-28T08:50:03.861Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2777 | 2026-05-28T08:50:04.790Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2778 | 2026-05-28T08:50:04.934Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2779 | 2026-05-28T08:50:05.145Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2780 | 2026-05-28T08:50:05.169Z | Compiling nanorand v0.7.0 |
| 2781 | 2026-05-28T08:50:05.268Z | Compiling darling_core v0.23.0 |
| 2782 | 2026-05-28T08:50:05.587Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2783 | 2026-05-28T08:50:06.009Z | Compiling parking_lot_core v0.8.6 |
| 2784 | 2026-05-28T08:50:06.346Z | Compiling flume v0.11.1 |
| 2785 | 2026-05-28T08:50:06.802Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2786 | 2026-05-28T08:50:07.425Z | Compiling darling_macro v0.23.0 |
| 2787 | 2026-05-28T08:50:07.529Z | Compiling slog-stdlog v4.1.1 |
| 2788 | 2026-05-28T08:50:07.983Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2789 | 2026-05-28T08:50:08.005Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2790 | 2026-05-28T08:50:08.095Z | Compiling primeorder v0.13.6 |
| 2791 | 2026-05-28T08:50:08.438Z | Compiling atty v0.2.14 |
| 2792 | 2026-05-28T08:50:08.599Z | Compiling instability v0.3.11 |
| 2793 | 2026-05-28T08:50:08.837Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2794 | 2026-05-28T08:50:09.086Z | Compiling strsim v0.10.0 |
| 2795 | 2026-05-28T08:50:09.221Z | Compiling oso v0.27.3 |
| 2796 | 2026-05-28T08:50:09.789Z | Compiling diesel-dtrace v0.5.0 |
| 2797 | 2026-05-28T08:50:10.122Z | Compiling async-bb8-diesel v0.2.1 |
| 2798 | 2026-05-28T08:50:10.578Z | Compiling parse-size v1.1.0 |
| 2799 | 2026-05-28T08:50:10.840Z | Compiling http-range v0.1.5 |
| 2800 | 2026-05-28T08:50:11.183Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2801 | 2026-05-28T08:50:12.905Z | Compiling darling_core v0.13.4 |
| 2802 | 2026-05-28T08:50:14.178Z | Compiling p384 v0.13.1 |
| 2803 | 2026-05-28T08:50:14.274Z | Compiling darling v0.23.0 |
| 2804 | 2026-05-28T08:50:14.394Z | Compiling slog-envlogger v2.2.0 |
| 2805 | 2026-05-28T08:50:15.356Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2806 | 2026-05-28T08:50:15.658Z | Compiling typify v0.4.3 |
| 2807 | 2026-05-28T08:50:15.802Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2808 | 2026-05-28T08:50:15.962Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2809 | 2026-05-28T08:50:16.041Z | Compiling ignore v0.4.25 |
| 2810 | 2026-05-28T08:50:16.300Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2811 | 2026-05-28T08:50:16.728Z | Compiling vergen-git2 v9.1.0 |
| 2812 | 2026-05-28T08:50:16.964Z | Compiling castaway v0.2.4 |
| 2813 | 2026-05-28T08:50:17.132Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2814 | 2026-05-28T08:50:17.161Z | Compiling indoc v2.0.7 |
| 2815 | 2026-05-28T08:50:17.442Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2816 | 2026-05-28T08:50:17.737Z | Compiling compact_str v0.8.1 |
| 2817 | 2026-05-28T08:50:18.506Z | Compiling globwalk v0.9.1 |
| 2818 | 2026-05-28T08:50:18.893Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2819 | 2026-05-28T08:50:19.220Z | Compiling parking_lot v0.11.2 |
| 2820 | 2026-05-28T08:50:19.514Z | Compiling progenitor-impl v0.11.2 |
| 2821 | 2026-05-28T08:50:19.558Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2822 | 2026-05-28T08:50:20.050Z | Compiling hyper-staticfile v0.10.1 |
| 2823 | 2026-05-28T08:50:20.155Z | Compiling darling_macro v0.13.4 |
| 2824 | 2026-05-28T08:50:20.978Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2825 | 2026-05-28T08:50:21.063Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-05-28T08:50:21.118Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2827 | 2026-05-28T08:50:21.289Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2828 | 2026-05-28T08:50:21.438Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2829 | 2026-05-28T08:50:21.596Z | Compiling unicode-truncate v1.1.0 |
| 2830 | 2026-05-28T08:50:21.665Z | Compiling predicates-tree v1.0.13 |
| 2831 | 2026-05-28T08:50:21.689Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2832 | 2026-05-28T08:50:21.715Z | Compiling lru v0.12.5 |
| 2833 | 2026-05-28T08:50:21.817Z | Compiling rand_seeder v0.4.0 |
| 2834 | 2026-05-28T08:50:21.878Z | Compiling prefix-trie v0.7.0 |
| 2835 | 2026-05-28T08:50:21.919Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-05-28T08:50:21.948Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2837 | 2026-05-28T08:50:22.078Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2838 | 2026-05-28T08:50:22.130Z | Compiling cassowary v0.3.0 |
| 2839 | 2026-05-28T08:50:22.205Z | Compiling rustls v0.21.12 |
| 2840 | 2026-05-28T08:50:22.312Z | Compiling corncobs v0.1.4 |
| 2841 | 2026-05-28T08:50:22.388Z | Compiling hickory-server v0.25.2 |
| 2842 | 2026-05-28T08:50:22.420Z | Compiling ratatui v0.29.0 |
| 2843 | 2026-05-28T08:50:22.476Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2844 | 2026-05-28T08:50:22.579Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2845 | 2026-05-28T08:50:23.180Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2846 | 2026-05-28T08:50:23.238Z | Compiling camino-tempfile-ext v0.3.3 |
| 2847 | 2026-05-28T08:50:23.401Z | Compiling progenitor-macro v0.11.2 |
| 2848 | 2026-05-28T08:50:23.784Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2849 | 2026-05-28T08:50:23.900Z | Compiling darling v0.13.4 |
| 2850 | 2026-05-28T08:50:24.020Z | Compiling sled v0.34.7 |
| 2851 | 2026-05-28T08:50:27.102Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2852 | 2026-05-28T08:50:27.375Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2853 | 2026-05-28T08:50:27.422Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2854 | 2026-05-28T08:50:27.524Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2855 | 2026-05-28T08:50:28.920Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2856 | 2026-05-28T08:50:30.614Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2857 | 2026-05-28T08:50:30.710Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2858 | 2026-05-28T08:50:31.560Z | Compiling git2 v0.20.4 |
| 2859 | 2026-05-28T08:50:31.692Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2860 | 2026-05-28T08:50:33.385Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2861 | 2026-05-28T08:50:33.618Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2862 | 2026-05-28T08:50:33.996Z | Compiling progenitor-client v0.11.2 |
| 2863 | 2026-05-28T08:50:34.375Z | Compiling rustls-webpki v0.101.7 |
| 2864 | 2026-05-28T08:50:34.555Z | Compiling sct v0.7.1 |
| 2865 | 2026-05-28T08:50:34.660Z | Compiling secrecy v0.8.0 |
| 2866 | 2026-05-28T08:50:34.838Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2867 | 2026-05-28T08:50:35.003Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2868 | 2026-05-28T08:50:35.053Z | Compiling progenitor v0.11.2 |
| 2869 | 2026-05-28T08:50:35.238Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2870 | 2026-05-28T08:50:35.262Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2871 | 2026-05-28T08:50:35.529Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2872 | 2026-05-28T08:50:35.729Z | Compiling serde_with_macros v1.5.2 |
| 2873 | 2026-05-28T08:50:36.061Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2874 | 2026-05-28T08:50:36.562Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2875 | 2026-05-28T08:50:37.875Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2876 | 2026-05-28T08:50:38.179Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2877 | 2026-05-28T08:50:38.543Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2878 | 2026-05-28T08:50:38.779Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2879 | 2026-05-28T08:50:39.018Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2880 | 2026-05-28T08:50:39.246Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2881 | 2026-05-28T08:50:39.542Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2882 | 2026-05-28T08:50:39.773Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2883 | 2026-05-28T08:50:40.007Z | Compiling void v1.0.2 |
| 2884 | 2026-05-28T08:50:40.311Z | Compiling lzss v0.8.2 |
| 2885 | 2026-05-28T08:50:40.748Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2886 | 2026-05-28T08:50:41.480Z | Compiling illumos-nvpair v0.3.0 |
| 2887 | 2026-05-28T08:50:41.504Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2888 | 2026-05-28T08:50:41.738Z | Compiling tokio-rustls v0.24.1 |
| 2889 | 2026-05-28T08:50:41.978Z | Compiling serde_with v1.14.0 |
| 2890 | 2026-05-28T08:50:42.889Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2891 | 2026-05-28T08:50:43.170Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2892 | 2026-05-28T08:50:43.699Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2893 | 2026-05-28T08:50:43.992Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2894 | 2026-05-28T08:50:44.390Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2895 | 2026-05-28T08:50:45.120Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2896 | 2026-05-28T08:50:45.375Z | Compiling tungstenite v0.23.0 |
| 2897 | 2026-05-28T08:50:45.469Z | Compiling rustls-pemfile v1.0.4 |
| 2898 | 2026-05-28T08:50:45.908Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2899 | 2026-05-28T08:50:45.992Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2900 | 2026-05-28T08:50:46.017Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2901 | 2026-05-28T08:50:46.236Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2902 | 2026-05-28T08:50:46.260Z | Compiling nix v0.27.1 |
| 2903 | 2026-05-28T08:50:47.438Z | Compiling twox-hash v2.1.2 |
| 2904 | 2026-05-28T08:50:47.733Z | Compiling serde_bytes v0.11.19 |
| 2905 | 2026-05-28T08:50:47.950Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2906 | 2026-05-28T08:50:48.040Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2907 | 2026-05-28T08:50:48.102Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2908 | 2026-05-28T08:50:48.365Z | Compiling tokio-tungstenite v0.23.1 |
| 2909 | 2026-05-28T08:50:48.755Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2910 | 2026-05-28T08:50:49.354Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2911 | 2026-05-28T08:50:50.907Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2912 | 2026-05-28T08:50:52.361Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2913 | 2026-05-28T08:50:52.386Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2914 | 2026-05-28T08:50:53.029Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2915 | 2026-05-28T08:50:53.079Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2916 | 2026-05-28T08:50:53.545Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2917 | 2026-05-28T08:50:53.734Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2918 | 2026-05-28T08:50:54.002Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2919 | 2026-05-28T08:50:54.191Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2920 | 2026-05-28T08:50:54.524Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2921 | 2026-05-28T08:50:54.735Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2922 | 2026-05-28T08:50:55.110Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2923 | 2026-05-28T08:50:56.110Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2924 | 2026-05-28T08:50:56.482Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2925 | 2026-05-28T08:50:58.146Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2926 | 2026-05-28T08:50:58.824Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2927 | 2026-05-28T08:50:59.188Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2928 | 2026-05-28T08:51:00.407Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2929 | 2026-05-28T08:51:00.911Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2930 | 2026-05-28T08:51:01.583Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2931 | 2026-05-28T08:51:01.637Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2932 | 2026-05-28T08:51:01.697Z | Compiling signal-hook-tokio v0.3.1 |
| 2933 | 2026-05-28T08:51:01.725Z | Compiling fatfs v0.3.6 |
| 2934 | 2026-05-28T08:51:01.804Z | Compiling yasna v0.5.2 |
| 2935 | 2026-05-28T08:51:01.892Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2936 | 2026-05-28T08:51:01.989Z | Compiling seq-macro v0.3.6 |
| 2937 | 2026-05-28T08:51:02.482Z | Compiling assert_matches v1.5.0 |
| 2938 | 2026-05-28T08:51:02.568Z | Compiling is_ci v1.2.0 |
| 2939 | 2026-05-28T08:51:02.603Z | Compiling rcgen v0.12.1 |
| 2940 | 2026-05-28T08:51:02.785Z | Compiling supports-color v3.0.2 |
| 2941 | 2026-05-28T08:51:02.833Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2942 | 2026-05-28T08:51:03.064Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2943 | 2026-05-28T08:51:03.379Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2944 | 2026-05-28T08:51:04.137Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2945 | 2026-05-28T08:51:04.373Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2946 | 2026-05-28T08:51:04.607Z | Compiling rtoolbox v0.0.3 |
| 2947 | 2026-05-28T08:51:04.890Z | Compiling subprocess v0.2.15 |
| 2948 | 2026-05-28T08:51:05.560Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2949 | 2026-05-28T08:51:06.946Z | Compiling rpassword v7.4.0 |
| 2950 | 2026-05-28T08:51:07.041Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2951 | 2026-05-28T08:51:07.194Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2952 | 2026-05-28T08:51:07.239Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-05-28T08:51:07.390Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2954 | 2026-05-28T08:51:07.593Z | Compiling tui-tree-widget v0.23.1 |
| 2955 | 2026-05-28T08:51:07.931Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2956 | 2026-05-28T08:51:09.731Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2957 | 2026-05-28T08:51:10.260Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2958 | 2026-05-28T08:51:10.904Z | Compiling uzers v0.12.2 |
| 2959 | 2026-05-28T08:51:12.219Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2960 | 2026-05-28T08:51:12.357Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2961 | 2026-05-28T08:51:12.936Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2962 | 2026-05-28T08:51:13.601Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2963 | 2026-05-28T08:51:14.300Z | Compiling support-bundle-viewer v0.1.2 |
| 2964 | 2026-05-28T08:51:16.383Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2965 | 2026-05-28T08:51:18.557Z | Compiling multimap v0.10.1 |
| 2966 | 2026-05-28T08:51:24.340Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2967 | 2026-05-28T08:51:32.363Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2968 | 2026-05-28T08:51:38.468Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2969 | 2026-05-28T08:51:39.506Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2970 | 2026-05-28T08:51:42.471Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2971 | 2026-05-28T08:59:16.274Z | Finished `release` profile [optimized] target(s) in 10m 12s |
| 2972 | 2026-05-28T09:00:04.130Z | |
| 2973 | 2026-05-28T09:00:04.130Z | real 11:01.705527405 |
| 2974 | 2026-05-28T09:00:04.130Z | user 1:25:54.920643173 |
| 2975 | 2026-05-28T09:00:04.134Z | sys 3:53.131171213 |
| 2976 | 2026-05-28T09:00:04.134Z | trap 1.911605558 |
| 2977 | 2026-05-28T09:00:04.134Z | tflt 2.627975155 |
| 2978 | 2026-05-28T09:00:04.134Z | dflt 18.479140243 |
| 2979 | 2026-05-28T09:00:04.134Z | kflt 0.076860201 |
| 2980 | 2026-05-28T09:00:04.134Z | lock 8:23:26.495508435 |
| 2981 | 2026-05-28T09:00:04.134Z | slp 2:36:21.531727231 |
| 2982 | 2026-05-28T09:00:04.134Z | lat 2:51.619009508 |
| 2983 | 2026-05-28T09:00:04.134Z | stop 6:32.313447929 |
| 2984 | 2026-05-28T09:00:04.134Z | + mapfile -t packages |
| 2985 | 2026-05-28T09:00:04.134Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2986 | 2026-05-28T09:00:05.141Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2987 | 2026-05-28T09:00:05.225Z | Running `target/release/omicron-package -t test list-outputs` |
| 2988 | 2026-05-28T09:00:05.288Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2989 | 2026-05-28T09:00:05.292Z | + ptime -m cargo build --locked --release -p xtask |
| 2990 | 2026-05-28T09:00:05.858Z | Compiling libc v0.2.185 |
| 2991 | 2026-05-28T09:00:05.858Z | Compiling serde v1.0.228 |
| 2992 | 2026-05-28T09:00:05.862Z | Compiling serde_core v1.0.228 |
| 2993 | 2026-05-28T09:00:05.862Z | Compiling rustix v1.1.3 |
| 2994 | 2026-05-28T09:00:05.956Z | Compiling serde_json v1.0.149 |
| 2995 | 2026-05-28T09:00:05.961Z | Compiling bitflags v2.11.0 |
| 2996 | 2026-05-28T09:00:06.008Z | Compiling num-traits v0.2.19 |
| 2997 | 2026-05-28T09:00:06.019Z | Compiling syn v2.0.117 |
| 2998 | 2026-05-28T09:00:06.030Z | Compiling smallvec v1.15.1 |
| 2999 | 2026-05-28T09:00:06.054Z | Compiling indexmap v2.14.0 |
| 3000 | 2026-05-28T09:00:06.054Z | Compiling usdt-impl v0.5.0 |
| 3001 | 2026-05-28T09:00:06.074Z | Compiling syn v1.0.109 |
| 3002 | 2026-05-28T09:00:06.088Z | Compiling getrandom v0.4.1 |
| 3003 | 2026-05-28T09:00:06.088Z | Compiling log v0.4.29 |
| 3004 | 2026-05-28T09:00:06.243Z | Compiling percent-encoding v2.3.2 |
| 3005 | 2026-05-28T09:00:06.341Z | Compiling fs-err v3.3.0 |
| 3006 | 2026-05-28T09:00:06.346Z | Compiling anyhow v1.0.102 |
| 3007 | 2026-05-28T09:00:06.444Z | Compiling form_urlencoded v1.2.2 |
| 3008 | 2026-05-28T09:00:06.455Z | Compiling once_cell v1.21.3 |
| 3009 | 2026-05-28T09:00:06.538Z | Compiling heck v0.4.1 |
| 3010 | 2026-05-28T09:00:06.768Z | Compiling thread-id v4.2.2 |
| 3011 | 2026-05-28T09:00:06.809Z | Compiling errno v0.3.14 |
| 3012 | 2026-05-28T09:00:06.814Z | Compiling memmap v0.7.0 |
| 3013 | 2026-05-28T09:00:07.101Z | Compiling ordered-float v2.10.1 |
| 3014 | 2026-05-28T09:00:07.598Z | Compiling proc-macro-error v1.0.4 |
| 3015 | 2026-05-28T09:00:07.807Z | Compiling terminal_size v0.4.3 |
| 3016 | 2026-05-28T09:00:07.807Z | Compiling tempfile v3.25.0 |
| 3017 | 2026-05-28T09:00:07.846Z | Compiling tabled_derive v0.7.0 |
| 3018 | 2026-05-28T09:00:07.904Z | Compiling clap_builder v4.6.0 |
| 3019 | 2026-05-28T09:00:07.904Z | Compiling textwrap v0.16.2 |
| 3020 | 2026-05-28T09:00:08.046Z | Compiling camino-tempfile v1.4.1 |
| 3021 | 2026-05-28T09:00:08.491Z | Compiling tabled v0.15.0 |
| 3022 | 2026-05-28T09:00:08.503Z | Compiling synstructure v0.13.2 |
| 3023 | 2026-05-28T09:00:08.506Z | Compiling pest_generator v2.8.6 |
| 3024 | 2026-05-28T09:00:08.892Z | Compiling serde_derive v1.0.228 |
| 3025 | 2026-05-28T09:00:08.896Z | Compiling zerovec-derive v0.11.2 |
| 3026 | 2026-05-28T09:00:08.896Z | Compiling displaydoc v0.2.5 |
| 3027 | 2026-05-28T09:00:08.896Z | Compiling thiserror-impl v1.0.69 |
| 3028 | 2026-05-28T09:00:08.896Z | Compiling zerocopy-derive v0.7.35 |
| 3029 | 2026-05-28T09:00:08.896Z | Compiling scroll_derive v0.12.1 |
| 3030 | 2026-05-28T09:00:08.896Z | Compiling thiserror-impl v2.0.18 |
| 3031 | 2026-05-28T09:00:08.896Z | Compiling clap_derive v4.6.1 |
| 3032 | 2026-05-28T09:00:08.938Z | Compiling zerofrom-derive v0.1.6 |
| 3033 | 2026-05-28T09:00:08.950Z | Compiling yoke-derive v0.8.1 |
| 3034 | 2026-05-28T09:00:09.033Z | Compiling pest_derive v2.8.6 |
| 3035 | 2026-05-28T09:00:09.590Z | Compiling scroll v0.12.0 |
| 3036 | 2026-05-28T09:00:09.796Z | Compiling zerocopy v0.7.35 |
| 3037 | 2026-05-28T09:00:09.884Z | Compiling goblin v0.8.2 |
| 3038 | 2026-05-28T09:00:10.034Z | Compiling thiserror v1.0.69 |
| 3039 | 2026-05-28T09:00:10.100Z | Compiling zerofrom v0.1.6 |
| 3040 | 2026-05-28T09:00:10.138Z | Compiling dtrace-parser v0.2.0 |
| 3041 | 2026-05-28T09:00:10.168Z | Compiling thiserror v2.0.18 |
| 3042 | 2026-05-28T09:00:10.261Z | Compiling yoke v0.8.1 |
| 3043 | 2026-05-28T09:00:10.485Z | Compiling zerovec v0.11.5 |
| 3044 | 2026-05-28T09:00:10.549Z | Compiling zerotrie v0.2.3 |
| 3045 | 2026-05-28T09:00:10.568Z | Compiling clap v4.6.1 |
| 3046 | 2026-05-28T09:00:11.015Z | Compiling tinystr v0.8.2 |
| 3047 | 2026-05-28T09:00:11.089Z | Compiling potential_utf v0.1.4 |
| 3048 | 2026-05-28T09:00:11.269Z | Compiling icu_locale_core v2.1.1 |
| 3049 | 2026-05-28T09:00:11.314Z | Compiling icu_collections v2.1.1 |
| 3050 | 2026-05-28T09:00:12.067Z | Compiling icu_provider v2.1.1 |
| 3051 | 2026-05-28T09:00:12.110Z | Compiling serde_spanned v0.6.9 |
| 3052 | 2026-05-28T09:00:12.148Z | Compiling toml_datetime v0.6.11 |
| 3053 | 2026-05-28T09:00:12.296Z | Compiling serde-value v0.7.0 |
| 3054 | 2026-05-28T09:00:12.420Z | Compiling icu_properties v2.1.2 |
| 3055 | 2026-05-28T09:00:12.506Z | Compiling icu_normalizer v2.1.1 |
| 3056 | 2026-05-28T09:00:12.546Z | Compiling dof v0.3.0 |
| 3057 | 2026-05-28T09:00:12.611Z | Compiling toml_edit v0.22.27 |
| 3058 | 2026-05-28T09:00:12.661Z | Compiling serde_tokenstream v0.2.3 |
| 3059 | 2026-05-28T09:00:13.003Z | Compiling cargo-platform v0.2.0 |
| 3060 | 2026-05-28T09:00:13.015Z | Compiling macaddr v1.0.1 |
| 3061 | 2026-05-28T09:00:13.315Z | Compiling idna_adapter v1.2.1 |
| 3062 | 2026-05-28T09:00:13.441Z | Compiling idna v1.1.0 |
| 3063 | 2026-05-28T09:00:13.458Z | Compiling usdt-attr-macro v0.5.0 |
| 3064 | 2026-05-28T09:00:13.469Z | Compiling usdt-macro v0.5.0 |
| 3065 | 2026-05-28T09:00:13.843Z | Compiling url v2.5.8 |
| 3066 | 2026-05-28T09:00:14.104Z | Compiling usdt v0.5.0 |
| 3067 | 2026-05-28T09:00:14.155Z | Compiling toml v0.8.23 |
| 3068 | 2026-05-28T09:00:14.595Z | Compiling cargo-util-schemas v0.8.2 |
| 3069 | 2026-05-28T09:00:14.623Z | Compiling cargo_toml v0.21.0 |
| 3070 | 2026-05-28T09:00:15.613Z | Compiling cargo_metadata v0.21.0 |
| 3071 | 2026-05-28T09:00:18.699Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3072 | 2026-05-28T09:00:21.701Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 3073 | 2026-05-28T09:00:21.872Z | |
| 3074 | 2026-05-28T09:00:21.872Z | real 16.541417204 |
| 3075 | 2026-05-28T09:00:21.872Z | user 2:21.464549626 |
| 3076 | 2026-05-28T09:00:21.872Z | sys 16.910937847 |
| 3077 | 2026-05-28T09:00:21.872Z | trap 0.080693218 |
| 3078 | 2026-05-28T09:00:21.872Z | tflt 0.463553759 |
| 3079 | 2026-05-28T09:00:21.872Z | dflt 1.353640632 |
| 3080 | 2026-05-28T09:00:21.872Z | kflt 0.006627637 |
| 3081 | 2026-05-28T09:00:21.875Z | lock 5:17.532577498 |
| 3082 | 2026-05-28T09:00:21.875Z | slp 3:24.895048897 |
| 3083 | 2026-05-28T09:00:21.875Z | lat 6.176745714 |
| 3084 | 2026-05-28T09:00:21.875Z | stop 20.612689995 |
| 3085 | 2026-05-28T09:00:21.875Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3086 | 2026-05-28T09:00:21.876Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3087 | 2026-05-28T09:00:21.876Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3088 | 2026-05-28T09:00:21.876Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3089 | 2026-05-28T09:00:21.876Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3090 | 2026-05-28T09:00:22.914Z | Compiling newtype-uuid-macros v0.1.0 |
| 3091 | 2026-05-28T09:00:22.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-05-28T09:00:22.918Z | Compiling debug-ignore v1.0.5 |
| 3093 | 2026-05-28T09:00:22.918Z | Compiling rustls v0.22.4 |
| 3094 | 2026-05-28T09:00:22.918Z | Compiling rustls-webpki v0.102.8 |
| 3095 | 2026-05-28T09:00:22.918Z | Compiling structmeta-derive v0.3.0 |
| 3096 | 2026-05-28T09:00:22.918Z | Compiling multer v3.1.0 |
| 3097 | 2026-05-28T09:00:23.076Z | Compiling compression-core v0.4.31 |
| 3098 | 2026-05-28T09:00:23.080Z | Compiling match_cfg v0.1.0 |
| 3099 | 2026-05-28T09:00:23.080Z | Compiling slog-json v2.6.1 |
| 3100 | 2026-05-28T09:00:23.093Z | Compiling async-stream-impl v0.3.6 |
| 3101 | 2026-05-28T09:00:23.096Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3102 | 2026-05-28T09:00:23.096Z | Compiling serde_spanned v1.0.4 |
| 3103 | 2026-05-28T09:00:23.096Z | Compiling dropshot v0.17.0 |
| 3104 | 2026-05-28T09:00:23.216Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3105 | 2026-05-28T09:00:23.219Z | Compiling progenitor-client v0.14.0 |
| 3106 | 2026-05-28T09:00:23.305Z | Compiling hostname v0.3.1 |
| 3107 | 2026-05-28T09:00:23.362Z | Compiling compression-codecs v0.4.37 |
| 3108 | 2026-05-28T09:00:23.399Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-05-28T09:00:23.402Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-05-28T09:00:23.402Z | Compiling dropshot_endpoint v0.17.0 |
| 3111 | 2026-05-28T09:00:23.454Z | Compiling slog-bunyan v2.5.0 |
| 3112 | 2026-05-28T09:00:23.458Z | Compiling serde_path_to_error v0.1.20 |
| 3113 | 2026-05-28T09:00:23.512Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3114 | 2026-05-28T09:00:23.567Z | Compiling async-compression v0.4.41 |
| 3115 | 2026-05-28T09:00:23.571Z | Compiling hostname v0.4.2 |
| 3116 | 2026-05-28T09:00:23.660Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3117 | 2026-05-28T09:00:23.664Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3118 | 2026-05-28T09:00:23.664Z | Compiling itertools v0.14.0 |
| 3119 | 2026-05-28T09:00:23.664Z | Compiling regress v0.10.5 |
| 3120 | 2026-05-28T09:00:23.735Z | Compiling async-stream v0.3.6 |
| 3121 | 2026-05-28T09:00:23.758Z | Compiling macaddr v1.0.1 |
| 3122 | 2026-05-28T09:00:23.778Z | Compiling instant v0.1.13 |
| 3123 | 2026-05-28T09:00:23.821Z | Compiling progenitor-client v0.13.0 |
| 3124 | 2026-05-28T09:00:23.838Z | Compiling backon v1.6.0 |
| 3125 | 2026-05-28T09:00:23.860Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3126 | 2026-05-28T09:00:23.898Z | Compiling backoff v0.4.0 |
| 3127 | 2026-05-28T09:00:23.917Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3128 | 2026-05-28T09:00:23.921Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3129 | 2026-05-28T09:00:23.953Z | Compiling humantime v2.3.0 |
| 3130 | 2026-05-28T09:00:24.008Z | Compiling progenitor-extras v0.2.0 |
| 3131 | 2026-05-28T09:00:24.059Z | Compiling convert_case v0.4.0 |
| 3132 | 2026-05-28T09:00:24.076Z | Compiling secrecy v0.10.3 |
| 3133 | 2026-05-28T09:00:24.096Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3134 | 2026-05-28T09:00:24.135Z | Compiling universal-hash v0.5.1 |
| 3135 | 2026-05-28T09:00:24.159Z | Compiling crucible-workspace-hack v0.1.0 |
| 3136 | 2026-05-28T09:00:24.236Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3137 | 2026-05-28T09:00:24.260Z | Compiling opaque-debug v0.3.1 |
| 3138 | 2026-05-28T09:00:24.279Z | Compiling half v2.7.1 |
| 3139 | 2026-05-28T09:00:24.299Z | Compiling ciborium-io v0.2.2 |
| 3140 | 2026-05-28T09:00:24.319Z | Compiling aead v0.5.2 |
| 3141 | 2026-05-28T09:00:24.356Z | Compiling poly1305 v0.8.0 |
| 3142 | 2026-05-28T09:00:24.396Z | Compiling chacha20 v0.9.1 |
| 3143 | 2026-05-28T09:00:24.416Z | Compiling structmeta v0.3.0 |
| 3144 | 2026-05-28T09:00:24.436Z | Compiling byte-wrapper v0.1.0 |
| 3145 | 2026-05-28T09:00:24.475Z | Compiling derive_more v0.99.20 |
| 3146 | 2026-05-28T09:00:24.521Z | Compiling regress v0.11.1 |
| 3147 | 2026-05-28T09:00:24.539Z | Compiling ciborium-ll v0.2.2 |
| 3148 | 2026-05-28T09:00:24.556Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3149 | 2026-05-28T09:00:24.559Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3150 | 2026-05-28T09:00:24.600Z | Compiling password-hash v0.5.0 |
| 3151 | 2026-05-28T09:00:24.665Z | Compiling derive-ex v0.1.8 |
| 3152 | 2026-05-28T09:00:24.683Z | Compiling parse-display-derive v0.10.0 |
| 3153 | 2026-05-28T09:00:24.780Z | Compiling ciborium v0.2.2 |
| 3154 | 2026-05-28T09:00:24.811Z | Compiling blake2 v0.10.6 |
| 3155 | 2026-05-28T09:00:24.864Z | Compiling unsafe-libyaml v0.2.11 |
| 3156 | 2026-05-28T09:00:24.883Z | Compiling chacha20poly1305 v0.10.1 |
| 3157 | 2026-05-28T09:00:24.989Z | Compiling indent_write v2.2.0 |
| 3158 | 2026-05-28T09:00:25.041Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3159 | 2026-05-28T09:00:25.065Z | Compiling argon2 v0.5.3 |
| 3160 | 2026-05-28T09:00:25.137Z | Compiling num-rational v0.4.2 |
| 3161 | 2026-05-28T09:00:25.159Z | Compiling num-complex v0.4.6 |
| 3162 | 2026-05-28T09:00:25.255Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3163 | 2026-05-28T09:00:25.273Z | Compiling heapless v0.8.0 |
| 3164 | 2026-05-28T09:00:25.318Z | Compiling ingot-macros v0.1.1 |
| 3165 | 2026-05-28T09:00:25.392Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3166 | 2026-05-28T09:00:25.410Z | Compiling serde_yaml v0.9.34+deprecated |
| 3167 | 2026-05-28T09:00:25.593Z | Compiling tokio-rustls v0.25.0 |
| 3168 | 2026-05-28T09:00:25.651Z | Compiling num v0.4.3 |
| 3169 | 2026-05-28T09:00:25.756Z | Compiling atomicwrites v0.4.4 |
| 3170 | 2026-05-28T09:00:25.800Z | Compiling camino-tempfile v1.4.1 |
| 3171 | 2026-05-28T09:00:25.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3172 | 2026-05-28T09:00:25.822Z | Compiling hash32 v0.3.1 |
| 3173 | 2026-05-28T09:00:25.879Z | Compiling thiserror-no-std v2.0.2 |
| 3174 | 2026-05-28T09:00:25.978Z | Compiling vsss-rs v3.3.4 |
| 3175 | 2026-05-28T09:00:25.996Z | Compiling proc-macro-crate v3.4.0 |
| 3176 | 2026-05-28T09:00:26.024Z | Compiling smoltcp v0.11.0 |
| 3177 | 2026-05-28T09:00:26.070Z | Compiling float-ord v0.3.2 |
| 3178 | 2026-05-28T09:00:26.171Z | Compiling typify-impl v0.6.2 |
| 3179 | 2026-05-28T09:00:26.220Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3180 | 2026-05-28T09:00:26.313Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3181 | 2026-05-28T09:00:26.443Z | Compiling test-strategy v0.4.5 |
| 3182 | 2026-05-28T09:00:26.482Z | Compiling parse-display v0.10.0 |
| 3183 | 2026-05-28T09:00:26.501Z | Compiling tabwriter v1.4.1 |
| 3184 | 2026-05-28T09:00:26.518Z | Compiling cobs v0.3.0 |
| 3185 | 2026-05-28T09:00:26.605Z | Compiling num_enum_derive v0.7.6 |
| 3186 | 2026-05-28T09:00:26.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3187 | 2026-05-28T09:00:26.765Z | Compiling postcard v1.1.3 |
| 3188 | 2026-05-28T09:00:26.847Z | Compiling proc-macro-error v1.0.4 |
| 3189 | 2026-05-28T09:00:26.878Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3190 | 2026-05-28T09:00:26.943Z | Compiling proc-macro-crate v1.3.1 |
| 3191 | 2026-05-28T09:00:26.997Z | Compiling foreign-types-macros v0.2.3 |
| 3192 | 2026-05-28T09:00:27.064Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3193 | 2026-05-28T09:00:27.150Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3194 | 2026-05-28T09:00:27.169Z | Compiling cpufeatures v0.3.0 |
| 3195 | 2026-05-28T09:00:27.196Z | Compiling rayon-core v1.13.0 |
| 3196 | 2026-05-28T09:00:27.271Z | Compiling foreign-types-shared v0.3.1 |
| 3197 | 2026-05-28T09:00:27.371Z | Compiling colored v3.1.1 |
| 3198 | 2026-05-28T09:00:27.407Z | Compiling num_enum_derive v0.5.11 |
| 3199 | 2026-05-28T09:00:27.410Z | Compiling chacha20 v0.10.0 |
| 3200 | 2026-05-28T09:00:27.463Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3201 | 2026-05-28T09:00:27.641Z | Compiling crossbeam-deque v0.8.6 |
| 3202 | 2026-05-28T09:00:27.659Z | Compiling foreign-types v0.5.0 |
| 3203 | 2026-05-28T09:00:27.732Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3204 | 2026-05-28T09:00:27.750Z | Compiling num_enum v0.7.6 |
| 3205 | 2026-05-28T09:00:27.768Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3206 | 2026-05-28T09:00:27.771Z | Compiling cstr-argument v0.1.2 |
| 3207 | 2026-05-28T09:00:27.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 3208 | 2026-05-28T09:00:27.864Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3209 | 2026-05-28T09:00:27.903Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3210 | 2026-05-28T09:00:27.961Z | Compiling rand v0.10.1 |
| 3211 | 2026-05-28T09:00:28.005Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3212 | 2026-05-28T09:00:28.036Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3213 | 2026-05-28T09:00:28.125Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3214 | 2026-05-28T09:00:28.166Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3215 | 2026-05-28T09:00:28.185Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3216 | 2026-05-28T09:00:28.214Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3217 | 2026-05-28T09:00:28.285Z | Compiling winnow v1.0.3 |
| 3218 | 2026-05-28T09:00:28.317Z | Compiling ingot-types v0.1.2 |
| 3219 | 2026-05-28T09:00:28.365Z | Compiling rayon v1.11.0 |
| 3220 | 2026-05-28T09:00:28.467Z | Compiling zone_cfg_derive v0.3.1 |
| 3221 | 2026-05-28T09:00:28.516Z | Compiling num_enum v0.5.11 |
| 3222 | 2026-05-28T09:00:28.570Z | Compiling toml v0.8.23 |
| 3223 | 2026-05-28T09:00:28.592Z | Compiling itertools v0.12.1 |
| 3224 | 2026-05-28T09:00:28.616Z | Compiling num-derive v0.4.2 |
| 3225 | 2026-05-28T09:00:28.636Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3226 | 2026-05-28T09:00:28.639Z | Compiling sigpipe v0.1.3 |
| 3227 | 2026-05-28T09:00:28.672Z | Compiling glob v0.3.3 |
| 3228 | 2026-05-28T09:00:28.772Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3229 | 2026-05-28T09:00:28.790Z | Compiling ingot v0.1.1 |
| 3230 | 2026-05-28T09:00:28.899Z | Compiling smf v0.2.3 |
| 3231 | 2026-05-28T09:00:28.973Z | Compiling whoami v1.6.1 |
| 3232 | 2026-05-28T09:00:29.093Z | Compiling prettyplease v0.2.37 |
| 3233 | 2026-05-28T09:00:29.137Z | Compiling usdt-macro v0.5.0 |
| 3234 | 2026-05-28T09:00:29.160Z | Compiling usdt-attr-macro v0.5.0 |
| 3235 | 2026-05-28T09:00:29.229Z | Compiling gethostname v0.5.0 |
| 3236 | 2026-05-28T09:00:29.288Z | Compiling derive-where v1.6.0 |
| 3237 | 2026-05-28T09:00:29.354Z | Compiling memmap v0.7.0 |
| 3238 | 2026-05-28T09:00:29.413Z | Compiling resolv-conf v0.7.6 |
| 3239 | 2026-05-28T09:00:29.459Z | Compiling console v0.15.11 |
| 3240 | 2026-05-28T09:00:29.576Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3241 | 2026-05-28T09:00:29.595Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3242 | 2026-05-28T09:00:29.787Z | Compiling zone v0.3.1 |
| 3243 | 2026-05-28T09:00:29.843Z | Compiling newline-converter v0.3.0 |
| 3244 | 2026-05-28T09:00:29.947Z | Compiling cancel-safe-futures v0.1.5 |
| 3245 | 2026-05-28T09:00:29.986Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3246 | 2026-05-28T09:00:30.005Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-05-28T09:00:30.008Z | Compiling expectorate v1.2.0 |
| 3248 | 2026-05-28T09:00:30.039Z | Compiling usdt v0.5.0 |
| 3249 | 2026-05-28T09:00:30.079Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3250 | 2026-05-28T09:00:30.156Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3251 | 2026-05-28T09:00:30.212Z | Compiling libsw-core v0.3.2 |
| 3252 | 2026-05-28T09:00:30.349Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3253 | 2026-05-28T09:00:30.424Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3254 | 2026-05-28T09:00:30.502Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3255 | 2026-05-28T09:00:30.522Z | Compiling libsw v3.5.0 |
| 3256 | 2026-05-28T09:00:30.522Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3257 | 2026-05-28T09:00:30.557Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3258 | 2026-05-28T09:00:30.579Z | Compiling hickory-proto v0.24.4 |
| 3259 | 2026-05-28T09:00:30.608Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3260 | 2026-05-28T09:00:30.684Z | Compiling linear-map v1.2.0 |
| 3261 | 2026-05-28T09:00:30.769Z | Compiling minimal-lexical v0.2.1 |
| 3262 | 2026-05-28T09:00:30.815Z | Compiling linked-hash-map v0.5.6 |
| 3263 | 2026-05-28T09:00:30.818Z | Compiling typify-macro v0.6.2 |
| 3264 | 2026-05-28T09:00:30.869Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3265 | 2026-05-28T09:00:30.888Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3266 | 2026-05-28T09:00:30.909Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3267 | 2026-05-28T09:00:30.961Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3268 | 2026-05-28T09:00:31.040Z | Compiling nom v7.1.3 |
| 3269 | 2026-05-28T09:00:31.085Z | Compiling lru-cache v0.1.2 |
| 3270 | 2026-05-28T09:00:31.133Z | Compiling tokio-dtrace v0.1.1 |
| 3271 | 2026-05-28T09:00:31.151Z | Compiling csv-core v0.1.13 |
| 3272 | 2026-05-28T09:00:31.253Z | Compiling slog-dtrace v0.3.0 |
| 3273 | 2026-05-28T09:00:31.273Z | Compiling semver v0.1.20 |
| 3274 | 2026-05-28T09:00:31.293Z | Compiling highway v1.3.0 |
| 3275 | 2026-05-28T09:00:31.388Z | Compiling tagptr v0.2.0 |
| 3276 | 2026-05-28T09:00:31.439Z | Compiling csv v1.4.0 |
| 3277 | 2026-05-28T09:00:31.457Z | Compiling oxide-tokio-rt v0.1.4 |
| 3278 | 2026-05-28T09:00:31.575Z | Compiling moka v0.12.13 |
| 3279 | 2026-05-28T09:00:31.601Z | Compiling rustc_version v0.1.7 |
| 3280 | 2026-05-28T09:00:31.629Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3281 | 2026-05-28T09:00:31.706Z | Compiling phf_shared v0.12.1 |
| 3282 | 2026-05-28T09:00:31.780Z | Compiling chrono-tz v0.10.4 |
| 3283 | 2026-05-28T09:00:31.825Z | Compiling const_format_proc_macros v0.2.34 |
| 3284 | 2026-05-28T09:00:31.869Z | Compiling newtype_derive v0.1.6 |
| 3285 | 2026-05-28T09:00:31.913Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3286 | 2026-05-28T09:00:32.017Z | Compiling phf v0.12.1 |
| 3287 | 2026-05-28T09:00:32.081Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3288 | 2026-05-28T09:00:32.202Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3289 | 2026-05-28T09:00:32.220Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3290 | 2026-05-28T09:00:32.411Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3291 | 2026-05-28T09:00:32.429Z | Compiling hickory-resolver v0.25.2 |
| 3292 | 2026-05-28T09:00:32.469Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3293 | 2026-05-28T09:00:32.487Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3294 | 2026-05-28T09:00:32.542Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-05-28T09:00:32.653Z | Compiling bcs v0.1.6 |
| 3296 | 2026-05-28T09:00:32.700Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3297 | 2026-05-28T09:00:32.731Z | Compiling typify v0.6.2 |
| 3298 | 2026-05-28T09:00:32.749Z | Compiling const_format v0.2.35 |
| 3299 | 2026-05-28T09:00:32.873Z | Compiling progenitor-impl v0.14.0 |
| 3300 | 2026-05-28T09:00:32.933Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3301 | 2026-05-28T09:00:33.013Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3302 | 2026-05-28T09:00:33.035Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3303 | 2026-05-28T09:00:33.102Z | Compiling hickory-resolver v0.24.4 |
| 3304 | 2026-05-28T09:00:33.151Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3305 | 2026-05-28T09:00:33.378Z | Compiling progenitor-impl v0.13.0 |
| 3306 | 2026-05-28T09:00:33.500Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3307 | 2026-05-28T09:00:33.519Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3308 | 2026-05-28T09:00:33.933Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3309 | 2026-05-28T09:00:33.974Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3310 | 2026-05-28T09:00:34.165Z | Compiling qorb v0.4.1 |
| 3311 | 2026-05-28T09:00:34.371Z | Compiling termtree v0.5.1 |
| 3312 | 2026-05-28T09:00:34.393Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3313 | 2026-05-28T09:00:34.459Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3314 | 2026-05-28T09:00:34.561Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-05-28T09:00:34.740Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3316 | 2026-05-28T09:00:34.780Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3317 | 2026-05-28T09:00:34.868Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3318 | 2026-05-28T09:00:35.012Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3319 | 2026-05-28T09:00:35.203Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3320 | 2026-05-28T09:00:35.224Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3321 | 2026-05-28T09:00:35.399Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3322 | 2026-05-28T09:00:35.467Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3323 | 2026-05-28T09:00:35.612Z | Compiling progenitor-macro v0.14.0 |
| 3324 | 2026-05-28T09:00:35.664Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-05-28T09:00:35.760Z | Compiling tabled_derive v0.7.0 |
| 3326 | 2026-05-28T09:00:35.873Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3327 | 2026-05-28T09:00:35.954Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3328 | 2026-05-28T09:00:36.039Z | Compiling textwrap v0.16.2 |
| 3329 | 2026-05-28T09:00:36.060Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3330 | 2026-05-28T09:00:36.093Z | Compiling progenitor-macro v0.13.0 |
| 3331 | 2026-05-28T09:00:36.203Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3332 | 2026-05-28T09:00:36.299Z | Compiling steno v0.4.1 |
| 3333 | 2026-05-28T09:00:36.391Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3334 | 2026-05-28T09:00:36.421Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3335 | 2026-05-28T09:00:36.460Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3336 | 2026-05-28T09:00:36.565Z | Compiling libefi-sys v0.1.0 |
| 3337 | 2026-05-28T09:00:36.746Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3338 | 2026-05-28T09:00:36.823Z | Compiling tabled v0.15.0 |
| 3339 | 2026-05-28T09:00:36.849Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3340 | 2026-05-28T09:00:36.968Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3341 | 2026-05-28T09:00:36.999Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3342 | 2026-05-28T09:00:37.036Z | Compiling git-stub v1.0.0 |
| 3343 | 2026-05-28T09:00:37.346Z | Compiling bitfield-struct v0.6.2 |
| 3344 | 2026-05-28T09:00:37.370Z | Compiling nom v8.0.0 |
| 3345 | 2026-05-28T09:00:37.390Z | Compiling git-stub-vcs v0.1.0 |
| 3346 | 2026-05-28T09:00:37.748Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3347 | 2026-05-28T09:00:37.782Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3348 | 2026-05-28T09:00:38.033Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3349 | 2026-05-28T09:00:38.136Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3350 | 2026-05-28T09:00:38.234Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3351 | 2026-05-28T09:00:38.368Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3352 | 2026-05-28T09:00:38.604Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3353 | 2026-05-28T09:00:38.629Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3354 | 2026-05-28T09:00:38.658Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3355 | 2026-05-28T09:00:38.721Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3356 | 2026-05-28T09:00:38.739Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-05-28T09:00:38.855Z | Compiling xshell-macros v0.2.7 |
| 3358 | 2026-05-28T09:00:38.874Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3359 | 2026-05-28T09:00:38.874Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3360 | 2026-05-28T09:00:39.151Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3361 | 2026-05-28T09:00:39.247Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3362 | 2026-05-28T09:00:39.348Z | Compiling xshell v0.2.7 |
| 3363 | 2026-05-28T09:00:39.412Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3364 | 2026-05-28T09:00:39.639Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3365 | 2026-05-28T09:00:39.671Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3366 | 2026-05-28T09:00:39.731Z | Compiling primeorder v0.13.6 |
| 3367 | 2026-05-28T09:00:39.869Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3368 | 2026-05-28T09:00:39.927Z | Compiling salty v0.3.0 |
| 3369 | 2026-05-28T09:00:40.003Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3370 | 2026-05-28T09:00:40.027Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3371 | 2026-05-28T09:00:40.045Z | Compiling base64 v0.21.7 |
| 3372 | 2026-05-28T09:00:40.204Z | Compiling radium v0.7.0 |
| 3373 | 2026-05-28T09:00:40.409Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3374 | 2026-05-28T09:00:40.516Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3375 | 2026-05-28T09:00:40.657Z | Compiling p384 v0.13.1 |
| 3376 | 2026-05-28T09:00:40.681Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3377 | 2026-05-28T09:00:40.742Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3378 | 2026-05-28T09:00:40.808Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3379 | 2026-05-28T09:00:40.830Z | Compiling typify-impl v0.4.3 |
| 3380 | 2026-05-28T09:00:40.848Z | Compiling progenitor v0.14.0 |
| 3381 | 2026-05-28T09:00:40.969Z | Compiling maybe-uninit v2.0.0 |
| 3382 | 2026-05-28T09:00:40.990Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3383 | 2026-05-28T09:00:41.035Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3384 | 2026-05-28T09:00:41.278Z | Compiling tap v1.0.1 |
| 3385 | 2026-05-28T09:00:41.297Z | Compiling progenitor v0.13.0 |
| 3386 | 2026-05-28T09:00:41.391Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3387 | 2026-05-28T09:00:41.429Z | Compiling wyz v0.5.1 |
| 3388 | 2026-05-28T09:00:41.488Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3389 | 2026-05-28T09:00:41.512Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3390 | 2026-05-28T09:00:41.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3391 | 2026-05-28T09:00:41.615Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3392 | 2026-05-28T09:00:41.661Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3393 | 2026-05-28T09:00:41.763Z | Compiling funty v2.0.0 |
| 3394 | 2026-05-28T09:00:41.902Z | Compiling packed_struct v0.10.1 |
| 3395 | 2026-05-28T09:00:42.080Z | Compiling utf-8 v0.7.6 |
| 3396 | 2026-05-28T09:00:42.277Z | Compiling parking_lot_core v0.8.6 |
| 3397 | 2026-05-28T09:00:42.364Z | Compiling tungstenite v0.21.0 |
| 3398 | 2026-05-28T09:00:42.448Z | Compiling bitvec v1.0.1 |
| 3399 | 2026-05-28T09:00:42.709Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3400 | 2026-05-28T09:00:42.912Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3401 | 2026-05-28T09:00:43.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3402 | 2026-05-28T09:00:43.804Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3403 | 2026-05-28T09:00:43.824Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3404 | 2026-05-28T09:00:43.976Z | Compiling proc-macro-error2 v2.0.1 |
| 3405 | 2026-05-28T09:00:44.154Z | Compiling polyval v0.6.2 |
| 3406 | 2026-05-28T09:00:44.306Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3407 | 2026-05-28T09:00:44.340Z | Compiling packed_struct_codegen v0.10.1 |
| 3408 | 2026-05-28T09:00:44.433Z | Compiling bitfield-macros v0.19.4 |
| 3409 | 2026-05-28T09:00:44.579Z | Compiling zerocopy-derive v0.6.6 |
| 3410 | 2026-05-28T09:00:44.602Z | Compiling indexmap v1.9.3 |
| 3411 | 2026-05-28T09:00:44.790Z | Compiling nodrop v0.1.14 |
| 3412 | 2026-05-28T09:00:44.843Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3413 | 2026-05-28T09:00:44.928Z | Compiling crc-catalog v2.4.0 |
| 3414 | 2026-05-28T09:00:45.057Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3415 | 2026-05-28T09:00:45.088Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3416 | 2026-05-28T09:00:45.218Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3417 | 2026-05-28T09:00:45.290Z | Compiling bitfield v0.19.4 |
| 3418 | 2026-05-28T09:00:45.501Z | Compiling crc v3.4.0 |
| 3419 | 2026-05-28T09:00:45.520Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3420 | 2026-05-28T09:00:45.541Z | Compiling zerocopy v0.6.6 |
| 3421 | 2026-05-28T09:00:45.544Z | Compiling typify-macro v0.4.3 |
| 3422 | 2026-05-28T09:00:45.683Z | Compiling array-init v0.0.4 |
| 3423 | 2026-05-28T09:00:45.800Z | Compiling tabled_derive v0.11.0 |
| 3424 | 2026-05-28T09:00:45.803Z | Compiling ghash v0.5.1 |
| 3425 | 2026-05-28T09:00:45.803Z | Compiling smallvec v0.6.14 |
| 3426 | 2026-05-28T09:00:46.067Z | Compiling tokio-tungstenite v0.21.0 |
| 3427 | 2026-05-28T09:00:46.129Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3428 | 2026-05-28T09:00:46.147Z | Compiling papergrid v0.17.0 |
| 3429 | 2026-05-28T09:00:46.219Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3430 | 2026-05-28T09:00:46.237Z | Compiling testing_table v0.3.0 |
| 3431 | 2026-05-28T09:00:46.362Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3432 | 2026-05-28T09:00:46.429Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3433 | 2026-05-28T09:00:46.446Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3434 | 2026-05-28T09:00:46.483Z | Compiling ctr v0.9.2 |
| 3435 | 2026-05-28T09:00:46.565Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3436 | 2026-05-28T09:00:46.701Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3437 | 2026-05-28T09:00:46.719Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3438 | 2026-05-28T09:00:46.738Z | Compiling unicase v2.9.0 |
| 3439 | 2026-05-28T09:00:46.741Z | Compiling hashbrown v0.12.3 |
| 3440 | 2026-05-28T09:00:46.786Z | Compiling corncobs v0.1.4 |
| 3441 | 2026-05-28T09:00:46.911Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3442 | 2026-05-28T09:00:46.991Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3443 | 2026-05-28T09:00:46.991Z | Compiling mime_guess v2.0.5 |
| 3444 | 2026-05-28T09:00:47.032Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3445 | 2026-05-28T09:00:47.035Z | Compiling aes-gcm v0.10.3 |
| 3446 | 2026-05-28T09:00:47.035Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3447 | 2026-05-28T09:00:47.070Z | Compiling parking_lot v0.11.2 |
| 3448 | 2026-05-28T09:00:47.091Z | Compiling serde-hex v0.1.0 |
| 3449 | 2026-05-28T09:00:47.166Z | Compiling tabled v0.20.0 |
| 3450 | 2026-05-28T09:00:47.277Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3451 | 2026-05-28T09:00:47.399Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3452 | 2026-05-28T09:00:47.418Z | Compiling typify v0.4.3 |
| 3453 | 2026-05-28T09:00:47.481Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3454 | 2026-05-28T09:00:47.520Z | Compiling ron v0.8.1 |
| 3455 | 2026-05-28T09:00:47.566Z | Compiling progenitor-impl v0.11.2 |
| 3456 | 2026-05-28T09:00:47.594Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3457 | 2026-05-28T09:00:47.628Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3458 | 2026-05-28T09:00:47.687Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3459 | 2026-05-28T09:00:47.723Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3460 | 2026-05-28T09:00:47.904Z | Compiling progenitor-client v0.11.2 |
| 3461 | 2026-05-28T09:00:48.045Z | Compiling hashbrown v0.13.2 |
| 3462 | 2026-05-28T09:00:48.125Z | Compiling prefix-trie v0.7.0 |
| 3463 | 2026-05-28T09:00:48.143Z | Compiling blowfish v0.9.1 |
| 3464 | 2026-05-28T09:00:48.173Z | Compiling ssh-encoding v0.2.0 |
| 3465 | 2026-05-28T09:00:48.270Z | Compiling fxhash v0.2.1 |
| 3466 | 2026-05-28T09:00:48.432Z | Compiling secrecy v0.8.0 |
| 3467 | 2026-05-28T09:00:48.435Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3468 | 2026-05-28T09:00:48.468Z | Compiling crc-any v2.5.0 |
| 3469 | 2026-05-28T09:00:48.488Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3470 | 2026-05-28T09:00:48.536Z | Compiling object v0.30.4 |
| 3471 | 2026-05-28T09:00:48.554Z | Compiling hickory-server v0.25.2 |
| 3472 | 2026-05-28T09:00:48.579Z | Compiling sled v0.34.7 |
| 3473 | 2026-05-28T09:00:48.746Z | Compiling ssh-cipher v0.2.0 |
| 3474 | 2026-05-28T09:00:48.827Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3475 | 2026-05-28T09:00:48.897Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3476 | 2026-05-28T09:00:49.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3477 | 2026-05-28T09:00:49.190Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3478 | 2026-05-28T09:00:49.415Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3479 | 2026-05-28T09:00:49.433Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3480 | 2026-05-28T09:00:49.455Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3481 | 2026-05-28T09:00:49.455Z | Compiling password-hash v0.4.2 |
| 3482 | 2026-05-28T09:00:49.554Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3483 | 2026-05-28T09:00:49.627Z | Compiling half v1.8.3 |
| 3484 | 2026-05-28T09:00:49.730Z | Compiling http-range v0.1.5 |
| 3485 | 2026-05-28T09:00:49.881Z | Compiling path-slash v0.1.5 |
| 3486 | 2026-05-28T09:00:49.922Z | Compiling crc8 v0.1.1 |
| 3487 | 2026-05-28T09:00:49.941Z | Compiling serde_cbor v0.11.2 |
| 3488 | 2026-05-28T09:00:49.959Z | Compiling pbkdf2 v0.11.0 |
| 3489 | 2026-05-28T09:00:50.049Z | Compiling illumos-nvpair v0.3.0 |
| 3490 | 2026-05-28T09:00:50.089Z | Compiling ssh-key v0.6.7 |
| 3491 | 2026-05-28T09:00:50.249Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3492 | 2026-05-28T09:00:50.283Z | Compiling progenitor-macro v0.11.2 |
| 3493 | 2026-05-28T09:00:50.452Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3494 | 2026-05-28T09:00:50.541Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3495 | 2026-05-28T09:00:50.568Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3496 | 2026-05-28T09:00:50.628Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3497 | 2026-05-28T09:00:50.667Z | Compiling p521 v0.13.3 |
| 3498 | 2026-05-28T09:00:50.687Z | Compiling p256 v0.13.2 |
| 3499 | 2026-05-28T09:00:51.094Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3500 | 2026-05-28T09:00:51.130Z | Compiling yasna v0.5.2 |
| 3501 | 2026-05-28T09:00:51.212Z | Compiling kstat-rs v0.2.4 |
| 3502 | 2026-05-28T09:00:51.232Z | Compiling headers-core v0.3.0 |
| 3503 | 2026-05-28T09:00:51.392Z | Compiling nanorand v0.7.0 |
| 3504 | 2026-05-28T09:00:51.497Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3505 | 2026-05-28T09:00:51.530Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3506 | 2026-05-28T09:00:51.548Z | Compiling atty v0.2.14 |
| 3507 | 2026-05-28T09:00:51.686Z | Compiling russh-cryptovec v0.7.3 |
| 3508 | 2026-05-28T09:00:51.705Z | Compiling md5 v0.7.0 |
| 3509 | 2026-05-28T09:00:51.705Z | Compiling home v0.5.12 |
| 3510 | 2026-05-28T09:00:51.740Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3511 | 2026-05-28T09:00:51.798Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3512 | 2026-05-28T09:00:51.849Z | Compiling flume v0.11.1 |
| 3513 | 2026-05-28T09:00:51.876Z | Compiling rcgen v0.12.1 |
| 3514 | 2026-05-28T09:00:51.896Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3515 | 2026-05-28T09:00:51.899Z | Compiling headers v0.4.1 |
| 3516 | 2026-05-28T09:00:51.954Z | Compiling russh-keys v0.45.0 |
| 3517 | 2026-05-28T09:00:52.028Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3518 | 2026-05-28T09:00:52.187Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3519 | 2026-05-28T09:00:52.205Z | Compiling hyper-staticfile v0.10.1 |
| 3520 | 2026-05-28T09:00:52.379Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3521 | 2026-05-28T09:00:52.538Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3522 | 2026-05-28T09:00:52.722Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3523 | 2026-05-28T09:00:52.769Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3524 | 2026-05-28T09:00:52.788Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3525 | 2026-05-28T09:00:52.808Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3526 | 2026-05-28T09:00:52.986Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3527 | 2026-05-28T09:00:53.016Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3528 | 2026-05-28T09:00:53.077Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3529 | 2026-05-28T09:00:53.097Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3530 | 2026-05-28T09:00:53.449Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3531 | 2026-05-28T09:00:53.566Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3532 | 2026-05-28T09:00:53.596Z | Compiling num-bigint v0.4.6 |
| 3533 | 2026-05-28T09:00:53.616Z | Compiling des v0.8.1 |
| 3534 | 2026-05-28T09:00:53.709Z | Compiling subprocess v0.2.15 |
| 3535 | 2026-05-28T09:00:53.775Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3536 | 2026-05-28T09:00:53.846Z | Compiling display-error-chain v0.2.2 |
| 3537 | 2026-05-28T09:00:53.909Z | Compiling hex-literal v0.4.1 |
| 3538 | 2026-05-28T09:00:54.020Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3539 | 2026-05-28T09:00:54.077Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3540 | 2026-05-28T09:00:54.096Z | Compiling colored v2.2.0 |
| 3541 | 2026-05-28T09:00:54.221Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3542 | 2026-05-28T09:00:54.251Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3543 | 2026-05-28T09:00:54.299Z | Compiling internet-checksum v0.2.1 |
| 3544 | 2026-05-28T09:00:54.715Z | Compiling russh v0.45.0 |
| 3545 | 2026-05-28T09:00:55.314Z | Compiling progenitor v0.11.2 |
| 3546 | 2026-05-28T09:00:55.448Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3547 | 2026-05-28T09:00:56.045Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3548 | 2026-05-28T09:01:04.127Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3549 | 2026-05-28T09:01:05.834Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3550 | 2026-05-28T09:01:06.804Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3551 | 2026-05-28T09:01:07.579Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3552 | 2026-05-28T09:01:10.992Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3553 | 2026-05-28T09:01:10.993Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3554 | 2026-05-28T09:01:19.989Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3555 | 2026-05-28T09:01:27.708Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3556 | 2026-05-28T09:01:27.708Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3557 | 2026-05-28T09:01:27.708Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3558 | 2026-05-28T09:01:27.712Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3559 | 2026-05-28T09:01:29.611Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3560 | 2026-05-28T09:01:29.632Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3561 | 2026-05-28T09:01:33.678Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3562 | 2026-05-28T09:02:14.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
| 3563 | 2026-05-28T09:02:14.891Z | |
| 3564 | 2026-05-28T09:02:14.891Z | real 1:52.948662055 |
| 3565 | 2026-05-28T09:02:14.891Z | user 9:48.779783364 |
| 3566 | 2026-05-28T09:02:14.891Z | sys 1:58.020782766 |
| 3567 | 2026-05-28T09:02:14.891Z | trap 0.308168437 |
| 3568 | 2026-05-28T09:02:14.891Z | tflt 0.614571082 |
| 3569 | 2026-05-28T09:02:14.895Z | dflt 1.519447211 |
| 3570 | 2026-05-28T09:02:14.895Z | kflt 0.000449290 |
| 3571 | 2026-05-28T09:02:14.895Z | lock 36:18.962109867 |
| 3572 | 2026-05-28T09:02:14.895Z | slp 22:45.438087060 |
| 3573 | 2026-05-28T09:02:14.895Z | lat 46.154941678 |
| 3574 | 2026-05-28T09:02:14.895Z | stop 3:29.449127167 |
| 3575 | 2026-05-28T09:02:14.895Z | + mkdir tests |
| 3576 | 2026-05-28T09:02:14.898Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3577 | 2026-05-28T09:02:14.898Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3578 | 2026-05-28T09:02:14.924Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cba8d6fddddf9297 tests/ |
| 3579 | 2026-05-28T09:02:14.953Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec9cf5871ec6069e tests/ |
| 3580 | 2026-05-28T09:02:14.982Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-aab2485e83471ea8 tests/ |
| 3581 | 2026-05-28T09:02:15.006Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f563209677f1187a tests/ |
| 3582 | 2026-05-28T09:02:15.284Z | + 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) |
| 3583 | 2026-05-28T09:02:15.287Z | + 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-ec9cf5871ec6069e tests/commtest-aab2485e83471ea8 tests/dhcp_server-cba8d6fddddf9297 tests/end_to_end_tests-f563209677f1187a 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 |
| 3584 | 2026-05-28T09:03:39.720Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3585 | 2026-05-28T09:03:39.720Z | a .github/buildomat/ci-env.sh 1K |
| 3586 | 2026-05-28T09:03:39.720Z | a out/target/test 1K |
| 3587 | 2026-05-28T09:03:39.720Z | a out/npuzone/npuzone 31102K |
| 3588 | 2026-05-28T09:03:39.720Z | a package-manifest.toml 35K |
| 3589 | 2026-05-28T09:03:39.721Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3590 | 2026-05-28T09:03:39.721Z | a target/release/omicron-package 45209K |
| 3591 | 2026-05-28T09:03:39.721Z | a target/release/xtask 11453K |
| 3592 | 2026-05-28T09:03:39.721Z | a target/debug/bootstrap 402852K |
| 3593 | 2026-05-28T09:03:39.721Z | a tests/bootstrap-ec9cf5871ec6069e 31215K |
| 3594 | 2026-05-28T09:03:39.721Z | a tests/commtest-aab2485e83471ea8 32300K |
| 3595 | 2026-05-28T09:03:39.721Z | a tests/dhcp_server-cba8d6fddddf9297 31215K |
| 3596 | 2026-05-28T09:03:39.721Z | a tests/end_to_end_tests-f563209677f1187a 478987K |
| 3597 | 2026-05-28T09:03:39.721Z | a tools/opte_version 1K |
| 3598 | 2026-05-28T09:03:39.721Z | a tools/opte_version_override 2K |
| 3599 | 2026-05-28T09:03:39.721Z | a out/clickhouse.tar.gz 313500K |
| 3600 | 2026-05-28T09:03:39.721Z | a out/clickhouse_keeper.tar.gz 298540K |
| 3601 | 2026-05-28T09:03:39.721Z | a out/clickhouse_server.tar.gz 313498K |
| 3602 | 2026-05-28T09:03:39.721Z | a out/cockroachdb.tar.gz 157688K |
| 3603 | 2026-05-28T09:03:39.721Z | a out/crucible-pantry-zone.tar.gz 36469K |
| 3604 | 2026-05-28T09:03:39.721Z | a out/crucible-utils.tar 16478K |
| 3605 | 2026-05-28T09:03:39.721Z | a out/crucible-zone.tar.gz 52039K |
| 3606 | 2026-05-28T09:03:39.721Z | a out/external-dns.tar.gz 42396K |
| 3607 | 2026-05-28T09:03:39.721Z | a out/internal-dns.tar.gz 42396K |
| 3608 | 2026-05-28T09:03:39.721Z | a out/mg-ddm-gz.tar 103604K |
| 3609 | 2026-05-28T09:03:39.721Z | a out/nexus.tar.gz 295293K |
| 3610 | 2026-05-28T09:03:39.721Z | a out/ntp.tar.gz 24126K |
| 3611 | 2026-05-28T09:03:39.721Z | a out/omicron-gateway-softnpu.tar.gz 33457K |
| 3612 | 2026-05-28T09:03:39.721Z | a out/omicron-sled-agent.tar 216743K |
| 3613 | 2026-05-28T09:03:39.721Z | a out/overlay.tar.gz 3K |
| 3614 | 2026-05-28T09:03:39.721Z | a out/oximeter.tar.gz 70298K |
| 3615 | 2026-05-28T09:03:39.721Z | a out/oxlog.tar 3782K |
| 3616 | 2026-05-28T09:03:39.721Z | a out/probe.tar.gz 1390K |
| 3617 | 2026-05-28T09:03:39.721Z | a out/propolis-server.tar.gz 34911K |
| 3618 | 2026-05-28T09:03:39.721Z | a out/pumpkind-gz.tar 26647K |
| 3619 | 2026-05-28T09:03:39.721Z | a out/switch-softnpu.tar.gz 466297K |
| 3620 | 2026-05-28T09:03:39.725Z | |
| 3621 | 2026-05-28T09:03:39.725Z | real 1:24.433330348 |
| 3622 | 2026-05-28T09:03:39.725Z | user 1:21.633709518 |
| 3623 | 2026-05-28T09:03:39.725Z | sys 4.630884614 |
| 3624 | 2026-05-28T09:03:39.725Z | trap 0.007679938 |
| 3625 | 2026-05-28T09:03:39.725Z | tflt 0.000000000 |
| 3626 | 2026-05-28T09:03:39.725Z | dflt 0.000000000 |
| 3627 | 2026-05-28T09:03:39.725Z | kflt 0.000000000 |
| 3628 | 2026-05-28T09:03:39.725Z | lock 0.000000000 |
| 3629 | 2026-05-28T09:03:39.725Z | slp 1:21.527147766 |
| 3630 | 2026-05-28T09:03:39.725Z | lat 1.060635340 |
| 3631 | 2026-05-28T09:03:39.725Z | stop 0.000286160 |
| 3632 | 2026-05-28T09:03:39.725Z | process exited: duration 1108515 ms, exit code 0 |
| |
| 3633 | 2026-05-28T09:03:39.739Z | found 1 output files |
| 3634 | 2026-05-28T09:03:39.739Z | uploading: /work/package.tar.gz (2563046751 bytes) |
| 3635 | 2026-05-28T09:04:09.998Z | uploaded: /work/package.tar.gz |