|
|
|
| 1 | 2026-05-28T04:45:51.999Z | job assigned to worker 01KSPECTPPFN1ZSH9H11JPDQ4R [factory aws, i-0413ffe2c31b5983e] (queued for 54 s) |
| |
| 2 | 2026-05-28T04:45:59.076Z | starting task 0: "setup" |
| 3 | 2026-05-28T04:45:59.081Z | ++ uname -s |
| 4 | 2026-05-28T04:45:59.084Z | + kern=SunOS |
| 5 | 2026-05-28T04:45:59.084Z | + build_user=build |
| 6 | 2026-05-28T04:45:59.084Z | + build_uid=12345 |
| 7 | 2026-05-28T04:45:59.084Z | + work_dir=/work |
| 8 | 2026-05-28T04:45:59.084Z | + input_dir=/input |
| 9 | 2026-05-28T04:45:59.084Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T04:45:59.084Z | + case "$kern" in |
| 11 | 2026-05-28T04:45:59.084Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T04:45:59.102Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T04:46:01.093Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T04:46:01.215Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T04:46:01.218Z | + home_fs=zfs |
| 16 | 2026-05-28T04:46:01.218Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T04:46:01.218Z | + mkdir -p /home/build |
| 18 | 2026-05-28T04:46:01.222Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T04:46:03.221Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T04:46:03.224Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-05-28T04:46:03.231Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T04:46:03.237Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T04:46:03.237Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T04:46:03.237Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T04:46:03.237Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-28T04:46:03.237Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T04:46:03.237Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T04:46:03.240Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T04:46:03.240Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T04:46:03.330Z | info: downloading installer |
| 31 | 2026-05-28T04:46:04.691Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T04:46:04.691Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T04:46:04.691Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T04:46:04.691Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T04:46:04.702Z | info: profile set to default |
| 36 | 2026-05-28T04:46:04.702Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T04:46:04.705Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T04:46:04.850Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T04:46:04.853Z | info: downloading 6 components |
| 40 | 2026-05-28T04:46:18.846Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T04:46:18.846Z | |
| 42 | 2026-05-28T04:46:18.877Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T04:46:18.877Z | |
| 44 | 2026-05-28T04:46:18.877Z | |
| 45 | 2026-05-28T04:46:18.877Z | Rust is installed now. Great! |
| 46 | 2026-05-28T04:46:18.877Z | |
| 47 | 2026-05-28T04:46:18.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T04:46:18.877Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T04:46:18.877Z | |
| 50 | 2026-05-28T04:46:18.877Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T04:46:18.877Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T04:46:18.877Z | |
| 53 | 2026-05-28T04:46:18.877Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T04:46:18.877Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T04:46:18.877Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T04:46:18.877Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T04:46:18.877Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T04:46:18.877Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T04:46:18.878Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T04:46:18.880Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T04:46:18.880Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T04:46:18.974Z | + rustup --version |
| 63 | 2026-05-28T04:46:18.980Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T04:46:18.981Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T04:46:19.002Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T04:46:19.005Z | + cargo --version |
| 67 | 2026-05-28T04:46:19.013Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T04:46:19.016Z | + rustc --version |
| 69 | 2026-05-28T04:46:19.037Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T04:46:19.040Z | process exited: duration 15808 ms, exit code 0 |
| |
| 71 | 2026-05-28T04:46:19.045Z | starting task 2: "authentication" |
| 72 | 2026-05-28T04:46:19.063Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-28T04:46:19.070Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T04:46:19.078Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T04:46:19.078Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T04:46:19.117Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T04:46:30.289Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T04:46:30.289Z | + git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 79 | 2026-05-28T04:46:30.537Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T04:46:30.538Z | * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD |
| 81 | 2026-05-28T04:46:30.552Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T04:46:30.556Z | ++ git branch --show-current |
| 83 | 2026-05-28T04:46:30.556Z | + current=main |
| 84 | 2026-05-28T04:46:30.556Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T04:46:30.556Z | + git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 86 | 2026-05-28T04:46:30.560Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T04:46:31.002Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T04:46:31.005Z | + git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 89 | 2026-05-28T04:46:31.041Z | HEAD is now at 59309cb70 merge main + mag update |
| 90 | 2026-05-28T04:46:31.045Z | process exited: duration 11972 ms, exit code 0 |
| |
| 91 | 2026-05-28T04:46:31.051Z | starting task 4: "build" |
| 92 | 2026-05-28T04:46:31.057Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T04:46:31.057Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T04:46:31.057Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T04:46:31.057Z | + cargo --version |
| 96 | 2026-05-28T04:46:31.068Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T04:46:31.071Z | + rustc --version |
| 98 | 2026-05-28T04:46:31.095Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T04:46:31.098Z | + WORK=/work |
| 100 | 2026-05-28T04:46:31.098Z | + pfexec mkdir -p /work |
| 101 | 2026-05-28T04:46:31.101Z | + pfexec chown build /work |
| 102 | 2026-05-28T04:46:31.103Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-28T04:46:32.650Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-28T04:46:32.719Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-28T04:46:32.985Z | Planning: Solver setup ... Done (0.223s) |
| 106 | 2026-05-28T04:46:33.004Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-28T04:46:33.010Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-28T04:46:33.022Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-28T04:46:33.043Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-28T04:46:33.058Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-28T04:46:33.061Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-28T04:46:33.260Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 113 | 2026-05-28T04:46:33.263Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-28T04:46:34.179Z | Planning: Evaluating mediators ... Done (0.919s) |
| 115 | 2026-05-28T04:46:34.183Z | Planning: Planning completed in 1.44 seconds |
| 116 | 2026-05-28T04:46:34.190Z | Packages to install: 2 |
| 117 | 2026-05-28T04:46:34.190Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-28T04:46:34.190Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-28T04:46:34.190Z | Create boot environment: No |
| 120 | 2026-05-28T04:46:34.190Z | Create backup boot environment: No |
| 121 | 2026-05-28T04:46:34.193Z | Rebuild boot archive: No |
| 122 | 2026-05-28T04:46:34.193Z | |
| 123 | 2026-05-28T04:46:34.193Z | Changed packages: |
| 124 | 2026-05-28T04:46:34.193Z | helios |
| 125 | 2026-05-28T04:46:34.193Z | developer/build-essential |
| 126 | 2026-05-28T04:46:34.193Z | None -> 11-3.0 |
| 127 | 2026-05-28T04:46:34.193Z | library/libxmlsec1 |
| 128 | 2026-05-28T04:46:34.193Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-28T04:46:34.218Z | |
| 130 | 2026-05-28T04:46:34.218Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-28T04:46:34.693Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 132 | 2026-05-28T04:46:34.769Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-28T04:46:34.807Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-28T04:46:34.838Z | Finalize: Updating package state database ... Done (0.030s) |
| 135 | 2026-05-28T04:46:34.838Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-28T04:46:34.856Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-28T04:46:37.420Z | Finalize: Creating fast lookup database ... Done (2.541s) |
| 138 | 2026-05-28T04:46:37.486Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-28T04:46:37.489Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-28T04:46:37.573Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-28T04:46:37.870Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-28T04:46:37.974Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-28T04:46:37.977Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-28T04:46:38.133Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-28T04:46:38.136Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-28T04:46:38.158Z | Mediators to change: 2 |
| 147 | 2026-05-28T04:46:38.158Z | Create boot environment: No |
| 148 | 2026-05-28T04:46:38.158Z | Create backup boot environment: No |
| 149 | 2026-05-28T04:46:38.216Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-28T04:46:38.216Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-28T04:46:38.229Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-28T04:46:40.171Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-28T04:46:40.231Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-28T04:46:40.234Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-28T04:46:40.320Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-28T04:46:40.602Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-28T04:46:40.706Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-28T04:46:40.709Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-28T04:46:40.863Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-28T04:46:40.867Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-28T04:46:40.888Z | Mediators to change: 1 |
| 162 | 2026-05-28T04:46:40.888Z | Create boot environment: No |
| 163 | 2026-05-28T04:46:40.888Z | Create backup boot environment: No |
| 164 | 2026-05-28T04:46:40.945Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-28T04:46:40.946Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-28T04:46:40.957Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-28T04:46:42.886Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-28T04:46:42.948Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-28T04:46:42.952Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-28T04:46:43.027Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-28T04:46:43.339Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-28T04:46:43.339Z | apache system 2.4 system |
| 173 | 2026-05-28T04:46:43.339Z | clang system 15 system |
| 174 | 2026-05-28T04:46:43.339Z | csh system system illumos |
| 175 | 2026-05-28T04:46:43.339Z | ctags system system illumos |
| 176 | 2026-05-28T04:46:43.339Z | file vendor vendor darwinsys |
| 177 | 2026-05-28T04:46:43.339Z | file system system illumos |
| 178 | 2026-05-28T04:46:43.339Z | gcc vendor 14 vendor |
| 179 | 2026-05-28T04:46:43.339Z | gcc system 13 system |
| 180 | 2026-05-28T04:46:43.339Z | gcc system 10 system |
| 181 | 2026-05-28T04:46:43.339Z | go system 1.25 system |
| 182 | 2026-05-28T04:46:43.339Z | llvm system 15 system |
| 183 | 2026-05-28T04:46:43.339Z | mariadb system 11.4 system |
| 184 | 2026-05-28T04:46:43.339Z | mta vendor vendor dma |
| 185 | 2026-05-28T04:46:43.339Z | openjdk system 17 system |
| 186 | 2026-05-28T04:46:43.339Z | openjdk system 11 system |
| 187 | 2026-05-28T04:46:43.340Z | openssl vendor 3 vendor |
| 188 | 2026-05-28T04:46:43.340Z | perl system 5.40 system |
| 189 | 2026-05-28T04:46:43.340Z | postgresql system 18 system |
| 190 | 2026-05-28T04:46:43.340Z | postgresql system 17 system |
| 191 | 2026-05-28T04:46:43.340Z | python vendor 3 vendor |
| 192 | 2026-05-28T04:46:43.340Z | python system 2 system |
| 193 | 2026-05-28T04:46:43.340Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-28T04:46:43.340Z | ruby system 3.4 system |
| 195 | 2026-05-28T04:46:43.340Z | ruby system 3.0 system |
| 196 | 2026-05-28T04:46:43.340Z | words vendor vendor american-english |
| 197 | 2026-05-28T04:46:43.340Z | words system system australian-english |
| 198 | 2026-05-28T04:46:43.340Z | words system system british-english |
| 199 | 2026-05-28T04:46:43.340Z | words system system canadian-english |
| 200 | 2026-05-28T04:46:43.340Z | words system system french |
| 201 | 2026-05-28T04:46:43.340Z | words system system italian |
| 202 | 2026-05-28T04:46:43.340Z | words system system ngerman |
| 203 | 2026-05-28T04:46:43.340Z | words system system ogerman |
| 204 | 2026-05-28T04:46:43.340Z | words system system spanish |
| 205 | 2026-05-28T04:46:43.593Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-28T04:46:43.593Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-28T04:46:43.869Z | FMRI IFO |
| 208 | 2026-05-28T04:46:43.869Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-28T04:46:43.869Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-28T04:46:43.869Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-28T04:46:43.869Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-28T04:46:43.869Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-28T04:46:43.869Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-28T04:46:43.869Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-28T04:46:43.869Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-28T04:46:43.869Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-28T04:46:44.118Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-28T04:46:44.400Z | Updating crates.io index |
| 219 | 2026-05-28T04:46:44.403Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-28T04:46:44.925Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-28T04:46:45.225Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-28T04:46:45.793Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-28T04:46:46.835Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-28T04:46:47.379Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-28T04:46:48.857Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-28T04:46:49.589Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-28T04:46:49.954Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-28T04:46:50.949Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-28T04:46:51.271Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-28T04:46:51.679Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-28T04:46:51.943Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-28T04:46:52.921Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-28T04:46:53.372Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-28T04:46:53.742Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-28T04:46:54.042Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-28T04:46:54.481Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-28T04:46:54.789Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-28T04:46:55.115Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-28T04:46:55.359Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-28T04:46:55.581Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-28T04:46:55.945Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-28T04:46:56.414Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-28T04:46:56.663Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-28T04:46:57.137Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-28T04:46:57.356Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-28T04:46:57.830Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-28T04:46:58.140Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-28T04:46:59.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-28T04:47:00.004Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-28T04:47:00.400Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-28T04:47:00.649Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-28T04:47:01.056Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-28T04:47:01.422Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-28T04:47:01.785Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-05-28T04:47:02.353Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-05-28T04:47:02.592Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-05-28T04:47:02.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-05-28T04:47:03.062Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-28T04:47:15.335Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-05-28T04:47:17.234Z | Downloading crates ... |
| 261 | 2026-05-28T04:47:17.272Z | Downloaded block-buffer v0.10.4 |
| 262 | 2026-05-28T04:47:17.279Z | Downloaded anyhow v1.0.102 |
| 263 | 2026-05-28T04:47:17.281Z | Downloaded bytecount v0.6.9 |
| 264 | 2026-05-28T04:47:17.284Z | Downloaded anstream v1.0.0 |
| 265 | 2026-05-28T04:47:17.284Z | Downloaded cargo-platform v0.2.0 |
| 266 | 2026-05-28T04:47:17.289Z | Downloaded serde_derive v1.0.228 |
| 267 | 2026-05-28T04:47:17.289Z | Downloaded thiserror-impl v2.0.18 |
| 268 | 2026-05-28T04:47:17.292Z | Downloaded tempfile v3.25.0 |
| 269 | 2026-05-28T04:47:17.295Z | Downloaded usdt-macro v0.5.0 |
| 270 | 2026-05-28T04:47:17.295Z | Downloaded litemap v0.8.1 |
| 271 | 2026-05-28T04:47:17.295Z | Downloaded utf8parse v0.2.2 |
| 272 | 2026-05-28T04:47:17.298Z | Downloaded tinystr v0.8.2 |
| 273 | 2026-05-28T04:47:17.298Z | Downloaded thiserror v1.0.69 |
| 274 | 2026-05-28T04:47:17.301Z | Downloaded yoke-derive v0.8.1 |
| 275 | 2026-05-28T04:47:17.301Z | Downloaded unicode-xid v0.2.6 |
| 276 | 2026-05-28T04:47:17.304Z | Downloaded zmij v1.0.21 |
| 277 | 2026-05-28T04:47:17.304Z | Downloaded bitflags v2.11.0 |
| 278 | 2026-05-28T04:47:17.306Z | Downloaded icu_properties_data v2.1.2 |
| 279 | 2026-05-28T04:47:17.311Z | Downloaded zerofrom-derive v0.1.6 |
| 280 | 2026-05-28T04:47:17.314Z | Downloaded thiserror-impl v1.0.69 |
| 281 | 2026-05-28T04:47:17.314Z | Downloaded toml_write v0.1.2 |
| 282 | 2026-05-28T04:47:17.314Z | Downloaded synstructure v0.13.2 |
| 283 | 2026-05-28T04:47:17.314Z | Downloaded quote v1.0.45 |
| 284 | 2026-05-28T04:47:17.317Z | Downloaded semver v1.0.28 |
| 285 | 2026-05-28T04:47:17.317Z | Downloaded unicode-ident v1.0.24 |
| 286 | 2026-05-28T04:47:17.320Z | Downloaded heck v0.5.0 |
| 287 | 2026-05-28T04:47:17.320Z | Downloaded anstyle v1.0.14 |
| 288 | 2026-05-28T04:47:17.320Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-05-28T04:47:17.324Z | Downloaded utf8_iter v1.0.4 |
| 290 | 2026-05-28T04:47:17.324Z | Downloaded potential_utf v0.1.4 |
| 291 | 2026-05-28T04:47:17.324Z | Downloaded log v0.4.29 |
| 292 | 2026-05-28T04:47:17.335Z | Downloaded thiserror v2.0.18 |
| 293 | 2026-05-28T04:47:17.335Z | Downloaded percent-encoding v2.3.2 |
| 294 | 2026-05-28T04:47:17.335Z | Downloaded is_terminal_polyfill v1.70.2 |
| 295 | 2026-05-28T04:47:17.335Z | Downloaded cargo_metadata v0.21.0 |
| 296 | 2026-05-28T04:47:17.335Z | Downloaded zerovec-derive v0.11.2 |
| 297 | 2026-05-28T04:47:17.348Z | Downloaded macaddr v1.0.1 |
| 298 | 2026-05-28T04:47:17.348Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-05-28T04:47:17.348Z | Downloaded smawk v0.3.2 |
| 300 | 2026-05-28T04:47:17.348Z | Downloaded yoke v0.8.1 |
| 301 | 2026-05-28T04:47:17.348Z | Downloaded usdt-impl v0.5.0 |
| 302 | 2026-05-28T04:47:17.348Z | Downloaded toml v0.8.23 |
| 303 | 2026-05-28T04:47:17.348Z | Downloaded typeid v1.0.3 |
| 304 | 2026-05-28T04:47:17.348Z | Downloaded byteorder v1.5.0 |
| 305 | 2026-05-28T04:47:17.348Z | Downloaded usdt v0.5.0 |
| 306 | 2026-05-28T04:47:17.348Z | Downloaded displaydoc v0.2.5 |
| 307 | 2026-05-28T04:47:17.348Z | Downloaded zerotrie v0.2.3 |
| 308 | 2026-05-28T04:47:17.351Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-05-28T04:47:17.351Z | Downloaded toml_datetime v0.6.11 |
| 310 | 2026-05-28T04:47:17.351Z | Downloaded ucd-trie v0.1.7 |
| 311 | 2026-05-28T04:47:17.351Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-05-28T04:47:17.351Z | Downloaded unicode-linebreak v0.1.5 |
| 313 | 2026-05-28T04:47:17.354Z | Downloaded equivalent v1.0.2 |
| 314 | 2026-05-28T04:47:17.354Z | Downloaded textwrap v0.16.2 |
| 315 | 2026-05-28T04:47:17.357Z | Downloaded tabled_derive v0.7.0 |
| 316 | 2026-05-28T04:47:17.357Z | Downloaded serde_spanned v0.6.9 |
| 317 | 2026-05-28T04:47:17.357Z | Downloaded version_check v0.9.5 |
| 318 | 2026-05-28T04:47:17.364Z | Downloaded errno v0.3.14 |
| 319 | 2026-05-28T04:47:17.367Z | Downloaded typenum v1.19.0 |
| 320 | 2026-05-28T04:47:17.370Z | Downloaded swrite v0.1.0 |
| 321 | 2026-05-28T04:47:17.370Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2026-05-28T04:47:17.373Z | Downloaded zerocopy-derive v0.7.35 |
| 323 | 2026-05-28T04:47:17.377Z | Downloaded crypto-common v0.1.7 |
| 324 | 2026-05-28T04:47:17.379Z | Downloaded ordered-float v2.10.1 |
| 325 | 2026-05-28T04:47:17.380Z | Downloaded writeable v0.6.2 |
| 326 | 2026-05-28T04:47:17.380Z | Downloaded idna_adapter v1.2.1 |
| 327 | 2026-05-28T04:47:17.382Z | Downloaded url v2.5.8 |
| 328 | 2026-05-28T04:47:17.385Z | Downloaded autocfg v1.5.0 |
| 329 | 2026-05-28T04:47:17.385Z | Downloaded scroll v0.12.0 |
| 330 | 2026-05-28T04:47:17.386Z | Downloaded serde-value v0.7.0 |
| 331 | 2026-05-28T04:47:17.390Z | Downloaded toml_edit v0.22.27 |
| 332 | 2026-05-28T04:47:17.392Z | Downloaded dof v0.3.0 |
| 333 | 2026-05-28T04:47:17.392Z | Downloaded fastrand v2.3.0 |
| 334 | 2026-05-28T04:47:17.392Z | Downloaded cpufeatures v0.2.17 |
| 335 | 2026-05-28T04:47:17.396Z | Downloaded stable_deref_trait v1.2.1 |
| 336 | 2026-05-28T04:47:17.396Z | Downloaded zerocopy v0.7.35 |
| 337 | 2026-05-28T04:47:17.404Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-05-28T04:47:17.407Z | Downloaded zerovec v0.11.5 |
| 339 | 2026-05-28T04:47:17.411Z | Downloaded winnow v0.7.14 |
| 340 | 2026-05-28T04:47:17.414Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-05-28T04:47:17.414Z | Downloaded anstyle-parse v1.0.0 |
| 342 | 2026-05-28T04:47:17.417Z | Downloaded proc-macro-error-attr v1.0.4 |
| 343 | 2026-05-28T04:47:17.417Z | Downloaded plain v0.2.3 |
| 344 | 2026-05-28T04:47:17.417Z | Downloaded cfg-if v1.0.4 |
| 345 | 2026-05-28T04:47:17.417Z | Downloaded itoa v1.0.17 |
| 346 | 2026-05-28T04:47:17.420Z | Downloaded unicode-width v0.1.14 |
| 347 | 2026-05-28T04:47:17.422Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-05-28T04:47:17.425Z | Downloaded sha2 v0.10.9 |
| 349 | 2026-05-28T04:47:17.426Z | Downloaded erased-serde v0.4.9 |
| 350 | 2026-05-28T04:47:17.428Z | Downloaded anstyle-query v1.1.5 |
| 351 | 2026-05-28T04:47:17.428Z | Downloaded form_urlencoded v1.2.2 |
| 352 | 2026-05-28T04:47:17.429Z | Downloaded clap_lex v1.0.0 |
| 353 | 2026-05-28T04:47:17.429Z | Downloaded memmap v0.7.0 |
| 354 | 2026-05-28T04:47:17.432Z | Downloaded fnv v1.0.7 |
| 355 | 2026-05-28T04:47:17.434Z | Downloaded clap_derive v4.6.1 |
| 356 | 2026-05-28T04:47:17.437Z | Downloaded pest_derive v2.8.6 |
| 357 | 2026-05-28T04:47:17.441Z | Downloaded icu_normalizer_data v2.1.1 |
| 358 | 2026-05-28T04:47:17.441Z | Downloaded icu_normalizer v2.1.1 |
| 359 | 2026-05-28T04:47:17.444Z | Downloaded heck v0.4.1 |
| 360 | 2026-05-28T04:47:17.446Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-05-28T04:47:17.447Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-05-28T04:47:17.449Z | Downloaded digest v0.10.7 |
| 363 | 2026-05-28T04:47:17.449Z | Downloaded strsim v0.11.1 |
| 364 | 2026-05-28T04:47:17.449Z | Downloaded camino-tempfile v1.4.1 |
| 365 | 2026-05-28T04:47:17.453Z | Downloaded cargo_toml v0.21.0 |
| 366 | 2026-05-28T04:47:17.457Z | Downloaded once_cell v1.21.3 |
| 367 | 2026-05-28T04:47:17.460Z | Downloaded serde_tokenstream v0.2.3 |
| 368 | 2026-05-28T04:47:17.463Z | Downloaded proc-macro-error v1.0.4 |
| 369 | 2026-05-28T04:47:17.466Z | Downloaded pest_generator v2.8.6 |
| 370 | 2026-05-28T04:47:17.466Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-28T04:47:17.469Z | Downloaded colorchoice v1.0.4 |
| 372 | 2026-05-28T04:47:17.469Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-05-28T04:47:17.472Z | Downloaded num-traits v0.2.19 |
| 374 | 2026-05-28T04:47:17.475Z | Downloaded serde-untagged v0.1.9 |
| 375 | 2026-05-28T04:47:17.478Z | Downloaded icu_locale_core v2.1.1 |
| 376 | 2026-05-28T04:47:17.481Z | Downloaded cargo-util-schemas v0.8.2 |
| 377 | 2026-05-28T04:47:17.484Z | Downloaded getrandom v0.4.1 |
| 378 | 2026-05-28T04:47:17.489Z | Downloaded clap v4.6.1 |
| 379 | 2026-05-28T04:47:17.500Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-28T04:47:17.508Z | Downloaded camino v1.2.2 |
| 381 | 2026-05-28T04:47:17.511Z | Downloaded icu_properties v2.1.2 |
| 382 | 2026-05-28T04:47:17.516Z | Downloaded proc-macro2 v1.0.106 |
| 383 | 2026-05-28T04:47:17.519Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-05-28T04:47:17.521Z | Downloaded icu_provider v2.1.1 |
| 385 | 2026-05-28T04:47:17.527Z | Downloaded idna v1.1.0 |
| 386 | 2026-05-28T04:47:17.538Z | Downloaded icu_collections v2.1.1 |
| 387 | 2026-05-28T04:47:17.545Z | Downloaded memchr v2.8.0 |
| 388 | 2026-05-28T04:47:17.548Z | Downloaded clap_builder v4.6.0 |
| 389 | 2026-05-28T04:47:17.552Z | Downloaded indexmap v2.14.0 |
| 390 | 2026-05-28T04:47:17.555Z | Downloaded serde v1.0.228 |
| 391 | 2026-05-28T04:47:17.567Z | Downloaded pest v2.8.6 |
| 392 | 2026-05-28T04:47:17.571Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-28T04:47:17.574Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-05-28T04:47:17.581Z | Downloaded serde_json v1.0.149 |
| 395 | 2026-05-28T04:47:17.600Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-28T04:47:17.618Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-28T04:47:17.622Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-28T04:47:17.629Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-28T04:47:17.659Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-28T04:47:17.726Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-28T04:47:17.726Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-05-28T04:47:17.726Z | Compiling quote v1.0.45 |
| 403 | 2026-05-28T04:47:17.729Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-28T04:47:17.729Z | Compiling libc v0.2.185 |
| 405 | 2026-05-28T04:47:17.729Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-28T04:47:17.729Z | Compiling serde v1.0.228 |
| 407 | 2026-05-28T04:47:17.729Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-28T04:47:17.729Z | Compiling memchr v2.8.0 |
| 409 | 2026-05-28T04:47:17.729Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-28T04:47:17.729Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-28T04:47:17.729Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-28T04:47:17.915Z | Compiling itoa v1.0.17 |
| 413 | 2026-05-28T04:47:17.918Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-05-28T04:47:17.918Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-28T04:47:18.136Z | Compiling litemap v0.8.1 |
| 416 | 2026-05-28T04:47:18.172Z | Compiling byteorder v1.5.0 |
| 417 | 2026-05-28T04:47:18.400Z | Compiling rustix v1.1.3 |
| 418 | 2026-05-28T04:47:18.403Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-05-28T04:47:18.451Z | Compiling icu_normalizer_data v2.1.1 |
| 420 | 2026-05-28T04:47:18.467Z | Compiling bitflags v2.11.0 |
| 421 | 2026-05-28T04:47:18.502Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-28T04:47:18.592Z | Compiling pest v2.8.6 |
| 423 | 2026-05-28T04:47:18.621Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-28T04:47:18.693Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-28T04:47:18.741Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-28T04:47:18.756Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-28T04:47:18.796Z | Compiling equivalent v1.0.2 |
| 428 | 2026-05-28T04:47:18.863Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-28T04:47:18.867Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-05-28T04:47:18.883Z | Compiling errno v0.3.14 |
| 431 | 2026-05-28T04:47:18.973Z | Compiling thread-id v4.2.2 |
| 432 | 2026-05-28T04:47:18.976Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-28T04:47:18.976Z | Compiling syn v1.0.109 |
| 434 | 2026-05-28T04:47:18.976Z | Compiling toml_write v0.1.2 |
| 435 | 2026-05-28T04:47:19.049Z | Compiling winnow v0.7.14 |
| 436 | 2026-05-28T04:47:19.107Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-05-28T04:47:19.139Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-28T04:47:19.241Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-28T04:47:19.266Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-28T04:47:19.293Z | Compiling plain v0.2.3 |
| 441 | 2026-05-28T04:47:19.338Z | Compiling thiserror v2.0.18 |
| 442 | 2026-05-28T04:47:19.349Z | Compiling camino v1.2.2 |
| 443 | 2026-05-28T04:47:19.355Z | Compiling log v0.4.29 |
| 444 | 2026-05-28T04:47:19.388Z | Compiling syn v2.0.117 |
| 445 | 2026-05-28T04:47:19.426Z | Compiling getrandom v0.4.1 |
| 446 | 2026-05-28T04:47:19.465Z | Compiling utf8_iter v1.0.4 |
| 447 | 2026-05-28T04:47:19.529Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-28T04:47:19.636Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-28T04:47:19.713Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-28T04:47:19.751Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-28T04:47:19.833Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-28T04:47:19.851Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-28T04:47:19.871Z | Compiling is_terminal_polyfill v1.70.2 |
| 454 | 2026-05-28T04:47:19.916Z | Compiling anstyle v1.0.14 |
| 455 | 2026-05-28T04:47:19.936Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-05-28T04:47:19.939Z | Compiling pretty-hex v0.4.1 |
| 457 | 2026-05-28T04:47:20.028Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-28T04:47:20.046Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-05-28T04:47:20.065Z | Compiling clap_lex v1.0.0 |
| 460 | 2026-05-28T04:47:20.085Z | Compiling fnv v1.0.7 |
| 461 | 2026-05-28T04:47:20.104Z | Compiling anstream v1.0.0 |
| 462 | 2026-05-28T04:47:20.107Z | Compiling heck v0.4.1 |
| 463 | 2026-05-28T04:47:20.171Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-28T04:47:20.212Z | Compiling semver v1.0.28 |
| 465 | 2026-05-28T04:47:20.316Z | Compiling unicode-width v0.1.14 |
| 466 | 2026-05-28T04:47:20.335Z | Compiling once_cell v1.21.3 |
| 467 | 2026-05-28T04:47:20.353Z | Compiling anyhow v1.0.102 |
| 468 | 2026-05-28T04:47:20.371Z | Compiling bytecount v0.6.9 |
| 469 | 2026-05-28T04:47:20.439Z | Compiling fastrand v2.3.0 |
| 470 | 2026-05-28T04:47:20.545Z | Compiling strsim v0.11.1 |
| 471 | 2026-05-28T04:47:20.549Z | Compiling heck v0.5.0 |
| 472 | 2026-05-28T04:47:20.582Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-28T04:47:20.637Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-05-28T04:47:20.658Z | Compiling tempfile v3.25.0 |
| 475 | 2026-05-28T04:47:20.711Z | Compiling memmap v0.7.0 |
| 476 | 2026-05-28T04:47:20.729Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-28T04:47:20.747Z | Compiling clap_builder v4.6.0 |
| 478 | 2026-05-28T04:47:20.824Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-28T04:47:20.902Z | Compiling smawk v0.3.2 |
| 480 | 2026-05-28T04:47:20.921Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-28T04:47:20.958Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-28T04:47:20.996Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-05-28T04:47:21.063Z | Compiling textwrap v0.16.2 |
| 484 | 2026-05-28T04:47:21.435Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-28T04:47:21.945Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-28T04:47:21.945Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-28T04:47:22.094Z | Compiling tabled v0.15.0 |
| 488 | 2026-05-28T04:47:22.450Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-28T04:47:22.454Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-28T04:47:22.454Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-28T04:47:22.454Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-28T04:47:22.454Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-28T04:47:22.454Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-28T04:47:22.503Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-28T04:47:22.551Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-28T04:47:22.554Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-28T04:47:22.554Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-28T04:47:22.571Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-28T04:47:23.229Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-28T04:47:23.314Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-28T04:47:23.457Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-28T04:47:23.584Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-28T04:47:23.650Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-28T04:47:23.688Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-28T04:47:23.844Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-28T04:47:23.844Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-28T04:47:23.968Z | Compiling clap v4.6.1 |
| 508 | 2026-05-28T04:47:24.279Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-28T04:47:24.279Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-28T04:47:24.391Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-28T04:47:24.495Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-28T04:47:24.992Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-28T04:47:24.992Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-05-28T04:47:24.995Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-28T04:47:24.995Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-28T04:47:24.995Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-28T04:47:25.030Z | Compiling dof v0.3.0 |
| 518 | 2026-05-28T04:47:25.033Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-05-28T04:47:25.047Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-05-28T04:47:25.165Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-28T04:47:25.341Z | Compiling icu_normalizer v2.1.1 |
| 522 | 2026-05-28T04:47:25.344Z | Compiling icu_properties v2.1.2 |
| 523 | 2026-05-28T04:47:25.762Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-28T04:47:25.762Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-05-28T04:47:26.137Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-28T04:47:26.243Z | Compiling idna v1.1.0 |
| 527 | 2026-05-28T04:47:26.357Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-28T04:47:26.438Z | Compiling toml v0.8.23 |
| 529 | 2026-05-28T04:47:26.504Z | Compiling url v2.5.8 |
| 530 | 2026-05-28T04:47:26.763Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-28T04:47:26.898Z | Compiling cargo-util-schemas v0.8.2 |
| 532 | 2026-05-28T04:47:27.659Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-28T04:47:28.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-28T04:47:30.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.73s |
| 535 | 2026-05-28T04:47:30.935Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-05-28T04:47:31.510Z | Downloading crates ... |
| 537 | 2026-05-28T04:47:31.621Z | Downloaded async-recursion v1.1.1 |
| 538 | 2026-05-28T04:47:31.626Z | Downloaded base16ct v0.2.0 |
| 539 | 2026-05-28T04:47:31.626Z | Downloaded adler2 v2.0.1 |
| 540 | 2026-05-28T04:47:31.626Z | Downloaded arrayvec v0.7.6 |
| 541 | 2026-05-28T04:47:31.626Z | Downloaded aead v0.5.2 |
| 542 | 2026-05-28T04:47:31.629Z | Downloaded cpufeatures v0.3.0 |
| 543 | 2026-05-28T04:47:31.629Z | Downloaded dirs-sys-next v0.1.2 |
| 544 | 2026-05-28T04:47:31.633Z | Downloaded csv-core v0.1.13 |
| 545 | 2026-05-28T04:47:31.633Z | Downloaded crc32fast v1.5.0 |
| 546 | 2026-05-28T04:47:31.637Z | Downloaded camino-tempfile-ext v0.3.3 |
| 547 | 2026-05-28T04:47:31.637Z | Downloaded debug-ignore v1.0.5 |
| 548 | 2026-05-28T04:47:31.640Z | Downloaded bit-vec v0.6.3 |
| 549 | 2026-05-28T04:47:31.640Z | Downloaded float-cmp v0.10.0 |
| 550 | 2026-05-28T04:47:31.640Z | Downloaded fd-lock v4.0.4 |
| 551 | 2026-05-28T04:47:31.644Z | Downloaded flagset v0.4.7 |
| 552 | 2026-05-28T04:47:31.644Z | Downloaded bzip2 v0.4.4 |
| 553 | 2026-05-28T04:47:31.644Z | Downloaded cipher v0.4.4 |
| 554 | 2026-05-28T04:47:31.644Z | Downloaded crossbeam-epoch v0.9.18 |
| 555 | 2026-05-28T04:47:31.647Z | Downloaded dyn-clone v1.0.20 |
| 556 | 2026-05-28T04:47:31.647Z | Downloaded darling_core v0.20.11 |
| 557 | 2026-05-28T04:47:31.652Z | Downloaded diesel_derives v2.3.7 |
| 558 | 2026-05-28T04:47:31.656Z | Downloaded defmt-parser v1.0.0 |
| 559 | 2026-05-28T04:47:31.656Z | Downloaded cookie v0.18.1 |
| 560 | 2026-05-28T04:47:31.660Z | Downloaded ar_archive_writer v0.5.1 |
| 561 | 2026-05-28T04:47:31.661Z | Downloaded bitflags v1.3.2 |
| 562 | 2026-05-28T04:47:31.661Z | Downloaded data-encoding v2.10.0 |
| 563 | 2026-05-28T04:47:31.664Z | Downloaded atomicwrites v0.4.4 |
| 564 | 2026-05-28T04:47:31.664Z | Downloaded crc-any v2.5.0 |
| 565 | 2026-05-28T04:47:31.664Z | Downloaded allocator-api2 v0.2.21 |
| 566 | 2026-05-28T04:47:31.667Z | Downloaded array-init v0.0.4 |
| 567 | 2026-05-28T04:47:31.667Z | Downloaded darling_macro v0.21.3 |
| 568 | 2026-05-28T04:47:31.667Z | Downloaded daft-derive v0.1.7 |
| 569 | 2026-05-28T04:47:31.676Z | Downloaded aes-gcm v0.10.3 |
| 570 | 2026-05-28T04:47:31.683Z | Downloaded cstr-argument v0.1.2 |
| 571 | 2026-05-28T04:47:31.683Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 572 | 2026-05-28T04:47:31.683Z | Downloaded crc v3.4.0 |
| 573 | 2026-05-28T04:47:31.684Z | Downloaded ascii-canvas v3.0.0 |
| 574 | 2026-05-28T04:47:31.684Z | Downloaded derive_builder_macro v0.20.2 |
| 575 | 2026-05-28T04:47:31.684Z | Downloaded darling_macro v0.23.0 |
| 576 | 2026-05-28T04:47:31.684Z | Downloaded ctr v0.9.2 |
| 577 | 2026-05-28T04:47:31.684Z | Downloaded crossbeam-utils v0.8.21 |
| 578 | 2026-05-28T04:47:31.684Z | Downloaded castaway v0.2.4 |
| 579 | 2026-05-28T04:47:31.684Z | Downloaded anstyle-parse v0.2.7 |
| 580 | 2026-05-28T04:47:31.688Z | Downloaded display-error-chain v0.2.2 |
| 581 | 2026-05-28T04:47:31.688Z | Downloaded defmt v0.3.100 |
| 582 | 2026-05-28T04:47:31.688Z | Downloaded darling_core v0.23.0 |
| 583 | 2026-05-28T04:47:31.691Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 584 | 2026-05-28T04:47:31.691Z | Downloaded atty v0.2.14 |
| 585 | 2026-05-28T04:47:31.691Z | Downloaded ciborium-io v0.2.2 |
| 586 | 2026-05-28T04:47:31.691Z | Downloaded diesel-dtrace v0.5.0 |
| 587 | 2026-05-28T04:47:31.691Z | Downloaded derive_builder_core v0.20.2 |
| 588 | 2026-05-28T04:47:31.694Z | Downloaded daft v0.1.7 |
| 589 | 2026-05-28T04:47:31.694Z | Downloaded diff v0.1.13 |
| 590 | 2026-05-28T04:47:31.702Z | Downloaded blowfish v0.9.1 |
| 591 | 2026-05-28T04:47:31.702Z | Downloaded darling_macro v0.13.4 |
| 592 | 2026-05-28T04:47:31.702Z | Downloaded async-stream v0.3.6 |
| 593 | 2026-05-28T04:47:31.705Z | Downloaded cargo-platform v0.3.2 |
| 594 | 2026-05-28T04:47:31.705Z | Downloaded dunce v1.0.5 |
| 595 | 2026-05-28T04:47:31.705Z | Downloaded difflib v0.4.0 |
| 596 | 2026-05-28T04:47:31.705Z | Downloaded darling v0.20.11 |
| 597 | 2026-05-28T04:47:31.705Z | Downloaded env_filter v1.0.0 |
| 598 | 2026-05-28T04:47:31.705Z | Downloaded crc-catalog v2.4.0 |
| 599 | 2026-05-28T04:47:31.708Z | Downloaded assert_matches v1.5.0 |
| 600 | 2026-05-28T04:47:31.708Z | Downloaded chacha20poly1305 v0.10.1 |
| 601 | 2026-05-28T04:47:31.708Z | Downloaded endian-type v0.1.2 |
| 602 | 2026-05-28T04:47:31.708Z | Downloaded convert_case v0.4.0 |
| 603 | 2026-05-28T04:47:31.712Z | Downloaded cfg_aliases v0.2.1 |
| 604 | 2026-05-28T04:47:31.712Z | Downloaded block-padding v0.3.3 |
| 605 | 2026-05-28T04:47:31.712Z | Downloaded bitfield-macros v0.19.4 |
| 606 | 2026-05-28T04:47:31.715Z | Downloaded bit-set v0.5.3 |
| 607 | 2026-05-28T04:47:31.715Z | Downloaded async-stream-impl v0.3.6 |
| 608 | 2026-05-28T04:47:31.715Z | Downloaded dtrace-parser v0.3.0 |
| 609 | 2026-05-28T04:47:31.715Z | Downloaded darling_macro v0.20.11 |
| 610 | 2026-05-28T04:47:31.715Z | Downloaded atomic-waker v1.1.2 |
| 611 | 2026-05-28T04:47:31.719Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 612 | 2026-05-28T04:47:31.719Z | Downloaded document-features v0.2.12 |
| 613 | 2026-05-28T04:47:31.719Z | Downloaded crunchy v0.2.4 |
| 614 | 2026-05-28T04:47:31.723Z | Downloaded compression-core v0.4.31 |
| 615 | 2026-05-28T04:47:31.723Z | Downloaded ciborium-ll v0.2.2 |
| 616 | 2026-05-28T04:47:31.723Z | Downloaded dof v0.4.0 |
| 617 | 2026-05-28T04:47:31.727Z | Downloaded foreign-types-shared v0.1.1 |
| 618 | 2026-05-28T04:47:31.731Z | Downloaded cfg_aliases v0.1.1 |
| 619 | 2026-05-28T04:47:31.734Z | Downloaded embedded-io v0.4.0 |
| 620 | 2026-05-28T04:47:31.734Z | Downloaded dsl_auto_type v0.2.0 |
| 621 | 2026-05-28T04:47:31.737Z | Downloaded crc8 v0.1.1 |
| 622 | 2026-05-28T04:47:31.737Z | Downloaded foreign-types v0.3.2 |
| 623 | 2026-05-28T04:47:31.737Z | Downloaded bit-set v0.8.0 |
| 624 | 2026-05-28T04:47:31.743Z | Downloaded foreign-types v0.5.0 |
| 625 | 2026-05-28T04:47:31.743Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-05-28T04:47:31.746Z | Downloaded ff v0.13.1 |
| 627 | 2026-05-28T04:47:31.746Z | Downloaded derive_more v2.1.1 |
| 628 | 2026-05-28T04:47:31.751Z | Downloaded git-stub v1.0.0 |
| 629 | 2026-05-28T04:47:31.754Z | Downloaded crucible-workspace-hack v0.1.0 |
| 630 | 2026-05-28T04:47:31.754Z | Downloaded futures-io v0.3.32 |
| 631 | 2026-05-28T04:47:31.754Z | Downloaded float-ord v0.3.2 |
| 632 | 2026-05-28T04:47:31.754Z | Downloaded funty v2.0.0 |
| 633 | 2026-05-28T04:47:31.754Z | Downloaded const_format_proc_macros v0.2.34 |
| 634 | 2026-05-28T04:47:31.754Z | Downloaded embedded-io v0.6.1 |
| 635 | 2026-05-28T04:47:31.759Z | Downloaded futures-sink v0.3.32 |
| 636 | 2026-05-28T04:47:31.759Z | Downloaded compression-codecs v0.4.37 |
| 637 | 2026-05-28T04:47:31.764Z | Downloaded cassowary v0.3.0 |
| 638 | 2026-05-28T04:47:31.765Z | Downloaded cobs v0.3.0 |
| 639 | 2026-05-28T04:47:31.765Z | Downloaded downcast-rs v2.0.2 |
| 640 | 2026-05-28T04:47:31.765Z | Downloaded bb8 v0.8.6 |
| 641 | 2026-05-28T04:47:31.765Z | Downloaded gethostname v0.5.0 |
| 642 | 2026-05-28T04:47:31.770Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-05-28T04:47:31.770Z | Downloaded dirs-next v2.0.0 |
| 644 | 2026-05-28T04:47:31.770Z | Downloaded derive-ex v0.1.8 |
| 645 | 2026-05-28T04:47:31.770Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 646 | 2026-05-28T04:47:31.770Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-05-28T04:47:31.770Z | Downloaded darling_core v0.21.3 |
| 648 | 2026-05-28T04:47:31.773Z | Downloaded enum-as-inner v0.6.1 |
| 649 | 2026-05-28T04:47:31.773Z | Downloaded ed25519 v2.2.3 |
| 650 | 2026-05-28T04:47:31.773Z | Downloaded cexpr v0.6.0 |
| 651 | 2026-05-28T04:47:31.776Z | Downloaded bitfield-struct v0.6.2 |
| 652 | 2026-05-28T04:47:31.776Z | Downloaded env_logger v0.11.9 |
| 653 | 2026-05-28T04:47:31.776Z | Downloaded ena v0.14.4 |
| 654 | 2026-05-28T04:47:31.779Z | Downloaded cargo_metadata v0.23.1 |
| 655 | 2026-05-28T04:47:31.779Z | Downloaded foreign-types-shared v0.3.1 |
| 656 | 2026-05-28T04:47:31.783Z | Downloaded constant_time_eq v0.4.2 |
| 657 | 2026-05-28T04:47:31.783Z | Downloaded find-msvc-tools v0.1.9 |
| 658 | 2026-05-28T04:47:31.783Z | Downloaded ecdsa v0.16.9 |
| 659 | 2026-05-28T04:47:31.786Z | Downloaded futures-macro v0.3.32 |
| 660 | 2026-05-28T04:47:31.786Z | Downloaded backoff v0.4.0 |
| 661 | 2026-05-28T04:47:31.786Z | Downloaded fallible-iterator v0.2.0 |
| 662 | 2026-05-28T04:47:31.790Z | Downloaded deranged v0.5.8 |
| 663 | 2026-05-28T04:47:31.790Z | Downloaded defmt-macros v1.0.1 |
| 664 | 2026-05-28T04:47:31.793Z | Downloaded anstream v0.6.21 |
| 665 | 2026-05-28T04:47:31.793Z | Downloaded erased-serde v0.3.31 |
| 666 | 2026-05-28T04:47:31.793Z | Downloaded cbc v0.1.2 |
| 667 | 2026-05-28T04:47:31.797Z | Downloaded const-oid v0.9.6 |
| 668 | 2026-05-28T04:47:31.797Z | Downloaded derive-where v1.6.0 |
| 669 | 2026-05-28T04:47:31.800Z | Downloaded hostname v0.4.2 |
| 670 | 2026-05-28T04:47:31.800Z | Downloaded ghash v0.5.1 |
| 671 | 2026-05-28T04:47:31.805Z | Downloaded fxhash v0.2.1 |
| 672 | 2026-05-28T04:47:31.805Z | Downloaded argon2 v0.5.3 |
| 673 | 2026-05-28T04:47:31.805Z | Downloaded hash32 v0.2.1 |
| 674 | 2026-05-28T04:47:31.805Z | Downloaded fixedbitset v0.4.2 |
| 675 | 2026-05-28T04:47:31.805Z | Downloaded headers-core v0.3.0 |
| 676 | 2026-05-28T04:47:31.809Z | Downloaded filetime v0.2.27 |
| 677 | 2026-05-28T04:47:31.809Z | Downloaded http-body v1.0.1 |
| 678 | 2026-05-28T04:47:31.809Z | Downloaded home v0.5.12 |
| 679 | 2026-05-28T04:47:31.809Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-05-28T04:47:31.812Z | Downloaded hex v0.4.3 |
| 681 | 2026-05-28T04:47:31.812Z | Downloaded either v1.15.0 |
| 682 | 2026-05-28T04:47:31.812Z | Downloaded indent_write v2.2.0 |
| 683 | 2026-05-28T04:47:31.812Z | Downloaded hostname v0.3.1 |
| 684 | 2026-05-28T04:47:31.815Z | Downloaded ident_case v1.0.1 |
| 685 | 2026-05-28T04:47:31.815Z | Downloaded hubpack v0.1.2 |
| 686 | 2026-05-28T04:47:31.815Z | Downloaded foldhash v0.2.0 |
| 687 | 2026-05-28T04:47:31.815Z | Downloaded foldhash v0.1.5 |
| 688 | 2026-05-28T04:47:31.822Z | Downloaded httpdate v1.0.3 |
| 689 | 2026-05-28T04:47:31.822Z | Downloaded cookie_store v0.22.1 |
| 690 | 2026-05-28T04:47:31.822Z | Downloaded bcs v0.1.6 |
| 691 | 2026-05-28T04:47:31.822Z | Downloaded bit-vec v0.8.0 |
| 692 | 2026-05-28T04:47:31.825Z | Downloaded buf-list v1.1.2 |
| 693 | 2026-05-28T04:47:31.825Z | Downloaded derive_builder v0.20.2 |
| 694 | 2026-05-28T04:47:31.828Z | Downloaded group v0.13.0 |
| 695 | 2026-05-28T04:47:31.828Z | Downloaded globwalk v0.9.1 |
| 696 | 2026-05-28T04:47:31.835Z | Downloaded futures-task v0.3.32 |
| 697 | 2026-05-28T04:47:31.835Z | Downloaded futures-executor v0.3.32 |
| 698 | 2026-05-28T04:47:31.835Z | Downloaded http-range v0.1.5 |
| 699 | 2026-05-28T04:47:31.835Z | Downloaded glob v0.3.3 |
| 700 | 2026-05-28T04:47:31.835Z | Downloaded darling v0.21.3 |
| 701 | 2026-05-28T04:47:31.838Z | Downloaded corncobs v0.1.4 |
| 702 | 2026-05-28T04:47:31.838Z | Downloaded chacha20 v0.9.1 |
| 703 | 2026-05-28T04:47:31.839Z | Downloaded crypto-bigint v0.5.5 |
| 704 | 2026-05-28T04:47:31.843Z | Downloaded instability v0.3.11 |
| 705 | 2026-05-28T04:47:31.847Z | Downloaded byte-wrapper v0.1.0 |
| 706 | 2026-05-28T04:47:31.847Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 707 | 2026-05-28T04:47:31.847Z | Downloaded async-trait v0.1.89 |
| 708 | 2026-05-28T04:47:31.850Z | Downloaded git-stub-vcs v0.1.0 |
| 709 | 2026-05-28T04:47:31.850Z | Downloaded blake2 v0.10.6 |
| 710 | 2026-05-28T04:47:31.850Z | Downloaded internet-checksum v0.2.1 |
| 711 | 2026-05-28T04:47:31.850Z | Downloaded indoc v1.0.9 |
| 712 | 2026-05-28T04:47:31.857Z | Downloaded convert_case v0.10.0 |
| 713 | 2026-05-28T04:47:31.857Z | Downloaded keccak v0.1.6 |
| 714 | 2026-05-28T04:47:31.857Z | Downloaded inout v0.1.4 |
| 715 | 2026-05-28T04:47:31.857Z | Downloaded async-bb8-diesel v0.2.1 |
| 716 | 2026-05-28T04:47:31.860Z | Downloaded console v0.15.11 |
| 717 | 2026-05-28T04:47:31.860Z | Downloaded bzip2 v0.6.1 |
| 718 | 2026-05-28T04:47:31.860Z | Downloaded async-compression v0.4.41 |
| 719 | 2026-05-28T04:47:31.863Z | Downloaded kstat-rs v0.2.4 |
| 720 | 2026-05-28T04:47:31.869Z | Downloaded hubpack_derive v0.1.1 |
| 721 | 2026-05-28T04:47:31.869Z | Downloaded highway v1.3.0 |
| 722 | 2026-05-28T04:47:31.869Z | Downloaded is_ci v1.2.0 |
| 723 | 2026-05-28T04:47:31.869Z | Downloaded hash32 v0.3.1 |
| 724 | 2026-05-28T04:47:31.873Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-05-28T04:47:31.873Z | Downloaded is-terminal v0.4.17 |
| 726 | 2026-05-28T04:47:31.873Z | Downloaded lalrpop-util v0.19.12 |
| 727 | 2026-05-28T04:47:31.873Z | Downloaded instant v0.1.13 |
| 728 | 2026-05-28T04:47:31.873Z | Downloaded globset v0.4.18 |
| 729 | 2026-05-28T04:47:31.876Z | Downloaded fixedbitset v0.5.7 |
| 730 | 2026-05-28T04:47:31.876Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2026-05-28T04:47:31.876Z | Downloaded libscf-sys v1.1.0 |
| 732 | 2026-05-28T04:47:31.876Z | Downloaded backon v1.6.0 |
| 733 | 2026-05-28T04:47:31.883Z | Downloaded darling v0.23.0 |
| 734 | 2026-05-28T04:47:31.886Z | Downloaded ciborium v0.2.2 |
| 735 | 2026-05-28T04:47:31.887Z | Downloaded cancel-safe-futures v0.1.5 |
| 736 | 2026-05-28T04:47:31.887Z | Downloaded drift v0.2.0 |
| 737 | 2026-05-28T04:47:31.893Z | Downloaded lru v0.12.5 |
| 738 | 2026-05-28T04:47:31.897Z | Downloaded hyper-tls v0.6.0 |
| 739 | 2026-05-28T04:47:31.897Z | Downloaded hyper-staticfile v0.10.1 |
| 740 | 2026-05-28T04:47:31.897Z | Downloaded maybe-uninit v2.0.0 |
| 741 | 2026-05-28T04:47:31.898Z | Downloaded fs_extra v1.3.0 |
| 742 | 2026-05-28T04:47:31.898Z | Downloaded futures-channel v0.3.32 |
| 743 | 2026-05-28T04:47:31.901Z | Downloaded console v0.16.2 |
| 744 | 2026-05-28T04:47:31.901Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-05-28T04:47:31.901Z | Downloaded match_cfg v0.1.0 |
| 746 | 2026-05-28T04:47:31.901Z | Downloaded managed v0.8.0 |
| 747 | 2026-05-28T04:47:31.901Z | Downloaded lru-cache v0.1.2 |
| 748 | 2026-05-28T04:47:31.904Z | Downloaded derive_more v0.99.20 |
| 749 | 2026-05-28T04:47:31.907Z | Downloaded fs-err v2.11.0 |
| 750 | 2026-05-28T04:47:31.907Z | Downloaded bitfield v0.19.4 |
| 751 | 2026-05-28T04:47:31.910Z | Downloaded md5 v0.7.0 |
| 752 | 2026-05-28T04:47:31.910Z | Downloaded md-5 v0.10.6 |
| 753 | 2026-05-28T04:47:31.910Z | Downloaded lzss v0.8.2 |
| 754 | 2026-05-28T04:47:31.913Z | Downloaded mime v0.3.17 |
| 755 | 2026-05-28T04:47:31.913Z | Downloaded illumos-nvpair v0.3.0 |
| 756 | 2026-05-28T04:47:31.913Z | Downloaded getrandom v0.2.17 |
| 757 | 2026-05-28T04:47:31.917Z | Downloaded nodrop v0.1.14 |
| 758 | 2026-05-28T04:47:31.917Z | Downloaded multimap v0.10.1 |
| 759 | 2026-05-28T04:47:31.917Z | Downloaded http-body-util v0.1.3 |
| 760 | 2026-05-28T04:47:31.920Z | Downloaded des v0.8.1 |
| 761 | 2026-05-28T04:47:31.920Z | Downloaded nonempty v0.12.0 |
| 762 | 2026-05-28T04:47:31.920Z | Downloaded ingot-types v0.1.2 |
| 763 | 2026-05-28T04:47:31.921Z | Downloaded newtype-uuid-macros v0.1.0 |
| 764 | 2026-05-28T04:47:31.923Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-05-28T04:47:31.923Z | Downloaded half v1.8.3 |
| 766 | 2026-05-28T04:47:31.923Z | Downloaded newtype_derive v0.1.6 |
| 767 | 2026-05-28T04:47:31.927Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-05-28T04:47:31.927Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-05-28T04:47:31.927Z | Downloaded num v0.4.3 |
| 770 | 2026-05-28T04:47:31.927Z | Downloaded normalize-line-endings v0.3.0 |
| 771 | 2026-05-28T04:47:31.929Z | Downloaded new_debug_unreachable v1.0.6 |
| 772 | 2026-05-28T04:47:31.929Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 773 | 2026-05-28T04:47:31.930Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-28T04:47:31.933Z | Downloaded getrandom v0.3.4 |
| 775 | 2026-05-28T04:47:31.936Z | Downloaded num-derive v0.3.3 |
| 776 | 2026-05-28T04:47:31.936Z | Downloaded num-iter v0.1.45 |
| 777 | 2026-05-28T04:47:31.936Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-05-28T04:47:31.936Z | Downloaded humantime v2.3.0 |
| 779 | 2026-05-28T04:47:31.939Z | Downloaded dropshot_endpoint v0.17.0 |
| 780 | 2026-05-28T04:47:31.939Z | Downloaded libefi-sys v0.1.0 |
| 781 | 2026-05-28T04:47:31.942Z | Downloaded jobserver v0.1.34 |
| 782 | 2026-05-28T04:47:31.942Z | Downloaded libloading v0.8.9 |
| 783 | 2026-05-28T04:47:31.945Z | Downloaded indoc v2.0.7 |
| 784 | 2026-05-28T04:47:31.945Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-05-28T04:47:31.949Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-05-28T04:47:31.949Z | Downloaded base64ct v1.8.3 |
| 787 | 2026-05-28T04:47:31.952Z | Downloaded chacha20 v0.10.0 |
| 788 | 2026-05-28T04:47:31.952Z | Downloaded maplit v1.0.2 |
| 789 | 2026-05-28T04:47:31.952Z | Downloaded ingot v0.1.1 |
| 790 | 2026-05-28T04:47:31.955Z | Downloaded fatfs v0.3.6 |
| 791 | 2026-05-28T04:47:31.956Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-05-28T04:47:31.956Z | Downloaded darling_core v0.13.4 |
| 793 | 2026-05-28T04:47:31.989Z | Downloaded half v2.7.1 |
| 794 | 2026-05-28T04:47:31.994Z | Downloaded lru-slab v0.1.2 |
| 795 | 2026-05-28T04:47:31.994Z | Downloaded linear-map v1.2.0 |
| 796 | 2026-05-28T04:47:31.994Z | Downloaded openssl-probe v0.2.1 |
| 797 | 2026-05-28T04:47:31.994Z | Downloaded libsw-core v0.3.2 |
| 798 | 2026-05-28T04:47:31.994Z | Downloaded lock_api v0.4.14 |
| 799 | 2026-05-28T04:47:31.994Z | Downloaded libsw v3.5.0 |
| 800 | 2026-05-28T04:47:31.994Z | Downloaded hmac v0.12.1 |
| 801 | 2026-05-28T04:47:31.994Z | Downloaded oso-derive v0.27.3 |
| 802 | 2026-05-28T04:47:31.994Z | Downloaded packed_struct_codegen v0.10.1 |
| 803 | 2026-05-28T04:47:31.994Z | Downloaded openssl-probe v0.1.6 |
| 804 | 2026-05-28T04:47:31.994Z | Downloaded httparse v1.10.1 |
| 805 | 2026-05-28T04:47:31.994Z | Downloaded multer v3.1.0 |
| 806 | 2026-05-28T04:47:31.994Z | Downloaded openssl-macros v0.1.1 |
| 807 | 2026-05-28T04:47:31.994Z | Downloaded futures v0.3.32 |
| 808 | 2026-05-28T04:47:31.994Z | Downloaded colored v2.2.0 |
| 809 | 2026-05-28T04:47:31.994Z | Downloaded clang-sys v1.8.1 |
| 810 | 2026-05-28T04:47:31.994Z | Downloaded mime_guess v2.0.5 |
| 811 | 2026-05-28T04:47:31.994Z | Downloaded colored v3.1.1 |
| 812 | 2026-05-28T04:47:31.994Z | Downloaded ingot-macros v0.1.1 |
| 813 | 2026-05-28T04:47:31.994Z | Downloaded cmake v0.1.57 |
| 814 | 2026-05-28T04:47:31.994Z | Downloaded der_derive v0.7.3 |
| 815 | 2026-05-28T04:47:31.994Z | Downloaded nanorand v0.7.0 |
| 816 | 2026-05-28T04:47:31.994Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-05-28T04:47:31.994Z | Downloaded pbkdf2 v0.12.2 |
| 818 | 2026-05-28T04:47:31.994Z | Downloaded newtype-uuid v1.3.2 |
| 819 | 2026-05-28T04:47:31.994Z | Downloaded defmt v1.0.1 |
| 820 | 2026-05-28T04:47:31.998Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-05-28T04:47:31.998Z | Downloaded parse-size v1.1.0 |
| 822 | 2026-05-28T04:47:31.998Z | Downloaded pbkdf2 v0.11.0 |
| 823 | 2026-05-28T04:47:31.998Z | Downloaded base64 v0.21.7 |
| 824 | 2026-05-28T04:47:32.003Z | Downloaded native-tls v0.2.18 |
| 825 | 2026-05-28T04:47:32.003Z | Downloaded base64 v0.22.1 |
| 826 | 2026-05-28T04:47:32.017Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-05-28T04:47:32.021Z | Downloaded peg-runtime v0.8.5 |
| 828 | 2026-05-28T04:47:32.021Z | Downloaded olpc-cjson v0.1.4 |
| 829 | 2026-05-28T04:47:32.021Z | Downloaded num_enum_derive v0.7.6 |
| 830 | 2026-05-28T04:47:32.026Z | Downloaded num_enum v0.5.11 |
| 831 | 2026-05-28T04:47:32.026Z | Downloaded num-integer v0.1.46 |
| 832 | 2026-05-28T04:47:32.026Z | Downloaded num_enum v0.7.6 |
| 833 | 2026-05-28T04:47:32.029Z | Downloaded hyper-rustls v0.27.7 |
| 834 | 2026-05-28T04:47:32.029Z | Downloaded elliptic-curve v0.13.8 |
| 835 | 2026-05-28T04:47:32.032Z | Downloaded phf_shared v0.11.3 |
| 836 | 2026-05-28T04:47:32.035Z | Downloaded iana-time-zone v0.1.65 |
| 837 | 2026-05-28T04:47:32.035Z | Downloaded compact_str v0.8.1 |
| 838 | 2026-05-28T04:47:32.038Z | Downloaded owo-colors v4.3.0 |
| 839 | 2026-05-28T04:47:32.038Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-05-28T04:47:32.041Z | Downloaded powerfmt v0.2.0 |
| 841 | 2026-05-28T04:47:32.041Z | Downloaded memmap2 v0.9.10 |
| 842 | 2026-05-28T04:47:32.041Z | Downloaded num-rational v0.4.2 |
| 843 | 2026-05-28T04:47:32.044Z | Downloaded litrs v1.0.0 |
| 844 | 2026-05-28T04:47:32.044Z | Downloaded der v0.7.10 |
| 845 | 2026-05-28T04:47:32.047Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-05-28T04:47:32.050Z | Downloaded proc-macro-crate v3.4.0 |
| 847 | 2026-05-28T04:47:32.050Z | Downloaded proc-macro-crate v1.3.1 |
| 848 | 2026-05-28T04:47:32.050Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-05-28T04:47:32.052Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-05-28T04:47:32.053Z | Downloaded oxide-tokio-rt v0.1.4 |
| 851 | 2026-05-28T04:47:32.053Z | Downloaded parking_lot_core v0.8.6 |
| 852 | 2026-05-28T04:47:32.055Z | Downloaded ignore v0.4.25 |
| 853 | 2026-05-28T04:47:32.055Z | Downloaded cc v1.2.56 |
| 854 | 2026-05-28T04:47:32.060Z | Downloaded indexmap v1.9.3 |
| 855 | 2026-05-28T04:47:32.063Z | Downloaded progenitor-client v0.11.2 |
| 856 | 2026-05-28T04:47:32.063Z | Downloaded packed_struct v0.10.1 |
| 857 | 2026-05-28T04:47:32.063Z | Downloaded oxnet v0.1.5 |
| 858 | 2026-05-28T04:47:32.063Z | Downloaded peg-macros v0.8.5 |
| 859 | 2026-05-28T04:47:32.066Z | Downloaded bytes v1.11.1 |
| 860 | 2026-05-28T04:47:32.069Z | Downloaded progenitor-macro v0.13.0 |
| 861 | 2026-05-28T04:47:32.069Z | Downloaded quick-error v1.2.3 |
| 862 | 2026-05-28T04:47:32.069Z | Downloaded psl-types v2.0.11 |
| 863 | 2026-05-28T04:47:32.070Z | Downloaded peg v0.8.5 |
| 864 | 2026-05-28T04:47:32.073Z | Downloaded paste v1.0.15 |
| 865 | 2026-05-28T04:47:32.073Z | Downloaded pin-project-internal v1.1.11 |
| 866 | 2026-05-28T04:47:32.076Z | Downloaded password-hash v0.4.2 |
| 867 | 2026-05-28T04:47:32.076Z | Downloaded crossbeam-channel v0.5.15 |
| 868 | 2026-05-28T04:47:32.079Z | Downloaded heapless v0.7.17 |
| 869 | 2026-05-28T04:47:32.082Z | Downloaded phf v0.13.1 |
| 870 | 2026-05-28T04:47:32.082Z | Downloaded phf_shared v0.13.1 |
| 871 | 2026-05-28T04:47:32.082Z | Downloaded phf v0.12.1 |
| 872 | 2026-05-28T04:47:32.086Z | Downloaded pem-rfc7468 v0.7.0 |
| 873 | 2026-05-28T04:47:32.086Z | Downloaded progenitor-macro v0.14.0 |
| 874 | 2026-05-28T04:47:32.086Z | Downloaded pem v3.0.6 |
| 875 | 2026-05-28T04:47:32.089Z | Downloaded num-complex v0.4.6 |
| 876 | 2026-05-28T04:47:32.089Z | Downloaded derive_more-impl v2.1.1 |
| 877 | 2026-05-28T04:47:32.092Z | Downloaded libbz2-rs-sys v0.2.2 |
| 878 | 2026-05-28T04:47:32.092Z | Downloaded heapless v0.8.0 |
| 879 | 2026-05-28T04:47:32.096Z | Downloaded omicron-zone-package v0.12.2 |
| 880 | 2026-05-28T04:47:32.096Z | Downloaded pin-project-lite v0.2.17 |
| 881 | 2026-05-28T04:47:32.099Z | Downloaded radium v0.7.0 |
| 882 | 2026-05-28T04:47:32.103Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-05-28T04:47:32.103Z | Downloaded pkcs8 v0.10.2 |
| 884 | 2026-05-28T04:47:32.106Z | Downloaded pin-utils v0.1.0 |
| 885 | 2026-05-28T04:47:32.106Z | Downloaded headers v0.4.1 |
| 886 | 2026-05-28T04:47:32.112Z | Downloaded progenitor-macro v0.11.2 |
| 887 | 2026-05-28T04:47:32.112Z | Downloaded postgres-protocol v0.6.10 |
| 888 | 2026-05-28T04:47:32.112Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-05-28T04:47:32.115Z | Downloaded predicates v3.1.4 |
| 890 | 2026-05-28T04:47:32.115Z | Downloaded flume v0.11.1 |
| 891 | 2026-05-28T04:47:32.118Z | Downloaded ppv-lite86 v0.2.21 |
| 892 | 2026-05-28T04:47:32.118Z | Downloaded crossterm v0.29.0 |
| 893 | 2026-05-28T04:47:32.121Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-05-28T04:47:32.121Z | Downloaded recursive v0.1.1 |
| 895 | 2026-05-28T04:47:32.124Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-05-28T04:47:32.124Z | Downloaded parking_lot v0.12.5 |
| 897 | 2026-05-28T04:47:32.127Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-05-28T04:47:32.127Z | Downloaded primeorder v0.13.6 |
| 899 | 2026-05-28T04:47:32.127Z | Downloaded parking_lot v0.11.2 |
| 900 | 2026-05-28T04:47:32.131Z | Downloaded polyval v0.6.2 |
| 901 | 2026-05-28T04:47:32.131Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-05-28T04:47:32.131Z | Downloaded progenitor-extras v0.2.0 |
| 903 | 2026-05-28T04:47:32.135Z | Downloaded rtoolbox v0.0.3 |
| 904 | 2026-05-28T04:47:32.135Z | Downloaded ref-cast-impl v1.0.25 |
| 905 | 2026-05-28T04:47:32.135Z | Downloaded progenitor v0.11.2 |
| 906 | 2026-05-28T04:47:32.135Z | Downloaded proc-macro-error2 v2.0.1 |
| 907 | 2026-05-28T04:47:32.138Z | Downloaded ref-cast v1.0.25 |
| 908 | 2026-05-28T04:47:32.138Z | Downloaded russh-cryptovec v0.7.3 |
| 909 | 2026-05-28T04:47:32.138Z | Downloaded progenitor-client v0.13.0 |
| 910 | 2026-05-28T04:47:32.144Z | Downloaded expectorate v1.2.0 |
| 911 | 2026-05-28T04:47:32.144Z | Downloaded parse-display-derive v0.10.0 |
| 912 | 2026-05-28T04:47:32.144Z | Downloaded progenitor-client v0.14.0 |
| 913 | 2026-05-28T04:47:32.144Z | Downloaded parking_lot_core v0.9.12 |
| 914 | 2026-05-28T04:47:32.147Z | Downloaded bindgen v0.71.1 |
| 915 | 2026-05-28T04:47:32.150Z | Downloaded arc-swap v1.8.2 |
| 916 | 2026-05-28T04:47:32.150Z | Downloaded const_format v0.2.35 |
| 917 | 2026-05-28T04:47:32.153Z | Downloaded psm v0.1.30 |
| 918 | 2026-05-28T04:47:32.156Z | Downloaded nu-ansi-term v0.50.3 |
| 919 | 2026-05-28T04:47:32.156Z | Downloaded ipnet v2.11.0 |
| 920 | 2026-05-28T04:47:32.159Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-05-28T04:47:32.159Z | Downloaded rand_core v0.9.5 |
| 922 | 2026-05-28T04:47:32.159Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-05-28T04:47:32.161Z | Downloaded pkcs1 v0.7.5 |
| 924 | 2026-05-28T04:47:32.161Z | Downloaded darling v0.13.4 |
| 925 | 2026-05-28T04:47:32.164Z | Downloaded rustc_version v0.4.1 |
| 926 | 2026-05-28T04:47:32.164Z | Downloaded hickory-resolver v0.24.4 |
| 927 | 2026-05-28T04:47:32.167Z | Downloaded salsa20 v0.10.2 |
| 928 | 2026-05-28T04:47:32.170Z | Downloaded rand_core v0.10.0 |
| 929 | 2026-05-28T04:47:32.170Z | Downloaded r2d2 v0.8.10 |
| 930 | 2026-05-28T04:47:32.170Z | Downloaded rustc_version v0.1.7 |
| 931 | 2026-05-28T04:47:32.174Z | Downloaded hashbrown v0.12.3 |
| 932 | 2026-05-28T04:47:32.174Z | Downloaded oso v0.27.3 |
| 933 | 2026-05-28T04:47:32.178Z | Downloaded ahash v0.8.12 |
| 934 | 2026-05-28T04:47:32.178Z | Downloaded same-file v1.0.6 |
| 935 | 2026-05-28T04:47:32.182Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-05-28T04:47:32.182Z | Downloaded crossbeam-deque v0.8.6 |
| 937 | 2026-05-28T04:47:32.182Z | Downloaded bumpalo v3.20.2 |
| 938 | 2026-05-28T04:47:32.182Z | Downloaded hashbrown v0.13.2 |
| 939 | 2026-05-28T04:47:32.186Z | Downloaded rand_seeder v0.4.0 |
| 940 | 2026-05-28T04:47:32.186Z | Downloaded rand_chacha v0.9.0 |
| 941 | 2026-05-28T04:47:32.189Z | Downloaded postcard v1.1.3 |
| 942 | 2026-05-28T04:47:32.189Z | Downloaded poly1305 v0.8.0 |
| 943 | 2026-05-28T04:47:32.189Z | Downloaded progenitor v0.14.0 |
| 944 | 2026-05-28T04:47:32.192Z | Downloaded papergrid v0.17.0 |
| 945 | 2026-05-28T04:47:32.195Z | Downloaded scheduled-thread-pool v0.2.7 |
| 946 | 2026-05-28T04:47:32.195Z | Downloaded critical-section v1.2.0 |
| 947 | 2026-05-28T04:47:32.198Z | Downloaded secrecy v0.10.3 |
| 948 | 2026-05-28T04:47:32.198Z | Downloaded scroll_derive v0.13.1 |
| 949 | 2026-05-28T04:47:32.198Z | Downloaded scrypt v0.11.0 |
| 950 | 2026-05-28T04:47:32.198Z | Downloaded scopeguard v1.2.0 |
| 951 | 2026-05-28T04:47:32.203Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-05-28T04:47:32.203Z | Downloaded serde-big-array v0.5.1 |
| 953 | 2026-05-28T04:47:32.203Z | Downloaded secrecy v0.8.0 |
| 954 | 2026-05-28T04:47:32.206Z | Downloaded postgres-types v0.2.12 |
| 955 | 2026-05-28T04:47:32.206Z | Downloaded miniz_oxide v0.8.9 |
| 956 | 2026-05-28T04:47:32.206Z | Downloaded p256 v0.13.2 |
| 957 | 2026-05-28T04:47:32.209Z | Downloaded password-hash v0.5.0 |
| 958 | 2026-05-28T04:47:32.209Z | Downloaded ed25519-dalek v2.2.0 |
| 959 | 2026-05-28T04:47:32.212Z | Downloaded jiff-static v0.2.21 |
| 960 | 2026-05-28T04:47:32.216Z | Downloaded quinn-udp v0.5.14 |
| 961 | 2026-05-28T04:47:32.219Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-05-28T04:47:32.219Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-05-28T04:47:32.222Z | Downloaded pkcs5 v0.7.1 |
| 964 | 2026-05-28T04:47:32.227Z | Downloaded semver v0.1.20 |
| 965 | 2026-05-28T04:47:32.232Z | Downloaded serde_urlencoded v0.7.1 |
| 966 | 2026-05-28T04:47:32.235Z | Downloaded flate2 v1.1.9 |
| 967 | 2026-05-28T04:47:32.238Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-05-28T04:47:32.238Z | Downloaded serde_bytes v0.11.19 |
| 969 | 2026-05-28T04:47:32.241Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-05-28T04:47:32.241Z | Downloaded signal-hook-mio v0.2.5 |
| 971 | 2026-05-28T04:47:32.244Z | Downloaded serde_spanned v1.0.4 |
| 972 | 2026-05-28T04:47:32.244Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-28T04:47:32.244Z | Downloaded serde_plain v1.0.2 |
| 974 | 2026-05-28T04:47:32.249Z | Downloaded signal-hook-tokio v0.3.1 |
| 975 | 2026-05-28T04:47:32.249Z | Downloaded pin-project v1.1.11 |
| 976 | 2026-05-28T04:47:32.254Z | Downloaded sigpipe v0.1.3 |
| 977 | 2026-05-28T04:47:32.257Z | Downloaded rustls-native-certs v0.8.3 |
| 978 | 2026-05-28T04:47:32.257Z | Downloaded signature v2.2.0 |
| 979 | 2026-05-28T04:47:32.257Z | Downloaded rustversion v1.0.22 |
| 980 | 2026-05-28T04:47:32.260Z | Downloaded progenitor-impl v0.11.2 |
| 981 | 2026-05-28T04:47:32.260Z | Downloaded rustls-pemfile v1.0.4 |
| 982 | 2026-05-28T04:47:32.264Z | Downloaded hickory-resolver v0.25.2 |
| 983 | 2026-05-28T04:47:32.267Z | Downloaded scroll v0.13.0 |
| 984 | 2026-05-28T04:47:32.270Z | Downloaded rustls-pemfile v2.2.0 |
| 985 | 2026-05-28T04:47:32.273Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-05-28T04:47:32.273Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-05-28T04:47:32.277Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-05-28T04:47:32.280Z | Downloaded sct v0.7.1 |
| 989 | 2026-05-28T04:47:32.282Z | Downloaded schemars_derive v0.8.22 |
| 990 | 2026-05-28T04:47:32.282Z | Downloaded minimal-lexical v0.2.1 |
| 991 | 2026-05-28T04:47:32.286Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-05-28T04:47:32.289Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-05-28T04:47:32.289Z | Downloaded aes v0.8.4 |
| 994 | 2026-05-28T04:47:32.293Z | Downloaded crossterm v0.28.1 |
| 995 | 2026-05-28T04:47:32.298Z | Downloaded serde-hex v0.1.0 |
| 996 | 2026-05-28T04:47:32.305Z | Downloaded http v1.4.0 |
| 997 | 2026-05-28T04:47:32.308Z | Downloaded serde_path_to_error v0.1.20 |
| 998 | 2026-05-28T04:47:32.311Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2026-05-28T04:47:32.311Z | Downloaded openssl-sys v0.9.115 |
| 1000 | 2026-05-28T04:47:32.314Z | Downloaded ssh-cipher v0.2.0 |
| 1001 | 2026-05-28T04:47:32.314Z | Downloaded shlex v1.3.0 |
| 1002 | 2026-05-28T04:47:32.317Z | Downloaded structmeta-derive v0.3.0 |
| 1003 | 2026-05-28T04:47:32.317Z | Downloaded ssh-encoding v0.2.0 |
| 1004 | 2026-05-28T04:47:32.317Z | Downloaded strsim v0.10.0 |
| 1005 | 2026-05-28T04:47:32.320Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1006 | 2026-05-28T04:47:32.320Z | Downloaded sqlparser_derive v0.5.0 |
| 1007 | 2026-05-28T04:47:32.320Z | Downloaded shell-words v1.1.1 |
| 1008 | 2026-05-28T04:47:32.320Z | Downloaded slab v0.4.12 |
| 1009 | 2026-05-28T04:47:32.324Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-28T04:47:32.324Z | Downloaded serde_with_macros v1.5.2 |
| 1011 | 2026-05-28T04:47:32.333Z | Downloaded strum v0.27.2 |
| 1012 | 2026-05-28T04:47:32.335Z | Downloaded hickory-server v0.25.2 |
| 1013 | 2026-05-28T04:47:32.339Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-28T04:47:32.339Z | Downloaded russh-keys v0.45.0 |
| 1015 | 2026-05-28T04:47:32.343Z | Downloaded supports-color v3.0.2 |
| 1016 | 2026-05-28T04:47:32.343Z | Downloaded strum v0.26.3 |
| 1017 | 2026-05-28T04:47:32.343Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-05-28T04:47:32.343Z | Downloaded dropshot-api-manager v0.7.2 |
| 1019 | 2026-05-28T04:47:32.346Z | Downloaded subtle v2.6.1 |
| 1020 | 2026-05-28T04:47:32.346Z | Downloaded prettyplease v0.2.37 |
| 1021 | 2026-05-28T04:47:32.349Z | Downloaded simd-adler32 v0.3.8 |
| 1022 | 2026-05-28T04:47:32.352Z | Downloaded rcgen v0.12.1 |
| 1023 | 2026-05-28T04:47:32.356Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-05-28T04:47:32.359Z | Downloaded slog-scope v4.4.1 |
| 1025 | 2026-05-28T04:47:32.359Z | Downloaded tagptr v0.2.0 |
| 1026 | 2026-05-28T04:47:32.359Z | Downloaded tabwriter v1.4.1 |
| 1027 | 2026-05-28T04:47:32.359Z | Downloaded smallvec v0.6.14 |
| 1028 | 2026-05-28T04:47:32.362Z | Downloaded slog-term v2.9.2 |
| 1029 | 2026-05-28T04:47:32.362Z | Downloaded snafu-derive v0.8.9 |
| 1030 | 2026-05-28T04:47:32.365Z | Downloaded slog-dtrace v0.3.0 |
| 1031 | 2026-05-28T04:47:32.365Z | Downloaded slog-async v2.8.0 |
| 1032 | 2026-05-28T04:47:32.365Z | Downloaded progenitor-impl v0.13.0 |
| 1033 | 2026-05-28T04:47:32.368Z | Downloaded serde_cbor v0.11.2 |
| 1034 | 2026-05-28T04:47:32.368Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-05-28T04:47:32.373Z | Downloaded slog-json v2.6.1 |
| 1036 | 2026-05-28T04:47:32.373Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-05-28T04:47:32.373Z | Downloaded testing_table v0.3.0 |
| 1038 | 2026-05-28T04:47:32.376Z | Downloaded spki v0.7.3 |
| 1039 | 2026-05-28T04:47:32.376Z | Downloaded thread-id v5.1.0 |
| 1040 | 2026-05-28T04:47:32.376Z | Downloaded hashbrown v0.15.5 |
| 1041 | 2026-05-28T04:47:32.379Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-05-28T04:47:32.382Z | Downloaded serde_with_macros v3.17.0 |
| 1043 | 2026-05-28T04:47:32.382Z | Downloaded itertools v0.10.5 |
| 1044 | 2026-05-28T04:47:32.387Z | Downloaded ron v0.8.1 |
| 1045 | 2026-05-28T04:47:32.390Z | Downloaded stringprep v0.1.5 |
| 1046 | 2026-05-28T04:47:32.392Z | Downloaded static_assertions v1.1.0 |
| 1047 | 2026-05-28T04:47:32.392Z | Downloaded stacker v0.1.23 |
| 1048 | 2026-05-28T04:47:32.396Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-05-28T04:47:32.396Z | Downloaded schemars v0.8.22 |
| 1050 | 2026-05-28T04:47:32.403Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-05-28T04:47:32.406Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-05-28T04:47:32.406Z | Downloaded time-core v0.1.8 |
| 1053 | 2026-05-28T04:47:32.407Z | Downloaded strum_macros v0.27.2 |
| 1054 | 2026-05-28T04:47:32.407Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-05-28T04:47:32.407Z | Downloaded tap v1.0.1 |
| 1056 | 2026-05-28T04:47:32.410Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-05-28T04:47:32.410Z | Downloaded nom v7.1.3 |
| 1058 | 2026-05-28T04:47:32.413Z | Downloaded tabled_derive v0.11.0 |
| 1059 | 2026-05-28T04:47:32.416Z | Downloaded quinn v0.11.9 |
| 1060 | 2026-05-28T04:47:32.418Z | Downloaded qorb v0.4.1 |
| 1061 | 2026-05-28T04:47:32.421Z | Downloaded sync_wrapper v1.0.2 |
| 1062 | 2026-05-28T04:47:32.421Z | Downloaded strum_macros v0.24.3 |
| 1063 | 2026-05-28T04:47:32.424Z | Downloaded smf v0.2.3 |
| 1064 | 2026-05-28T04:47:32.424Z | Downloaded rustls-pki-types v1.14.0 |
| 1065 | 2026-05-28T04:47:32.427Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-05-28T04:47:32.427Z | Downloaded ryu v1.0.23 |
| 1067 | 2026-05-28T04:47:32.430Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1068 | 2026-05-28T04:47:32.433Z | Downloaded hyper-util v0.1.20 |
| 1069 | 2026-05-28T04:47:32.436Z | Downloaded libxml v0.3.3 |
| 1070 | 2026-05-28T04:47:32.447Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-05-28T04:47:32.450Z | Downloaded tower-service v0.3.3 |
| 1072 | 2026-05-28T04:47:32.453Z | Downloaded thread_local v1.1.9 |
| 1073 | 2026-05-28T04:47:32.453Z | Downloaded signal-hook v0.3.18 |
| 1074 | 2026-05-28T04:47:32.456Z | Downloaded tower-layer v0.3.3 |
| 1075 | 2026-05-28T04:47:32.459Z | Downloaded slog v2.8.2 |
| 1076 | 2026-05-28T04:47:32.462Z | Downloaded tiny-keccak v2.0.2 |
| 1077 | 2026-05-28T04:47:32.465Z | Downloaded iri-string v0.7.10 |
| 1078 | 2026-05-28T04:47:32.468Z | Downloaded typify-macro v0.4.3 |
| 1079 | 2026-05-28T04:47:32.471Z | Downloaded trait-variant v0.1.2 |
| 1080 | 2026-05-28T04:47:32.471Z | Downloaded tls_codec_derive v0.4.2 |
| 1081 | 2026-05-28T04:47:32.471Z | Downloaded tls_codec v0.4.2 |
| 1082 | 2026-05-28T04:47:32.474Z | Downloaded time-macros v0.2.27 |
| 1083 | 2026-05-28T04:47:32.474Z | Downloaded thiserror-no-std v2.0.2 |
| 1084 | 2026-05-28T04:47:32.477Z | Downloaded tokio-dtrace v0.1.1 |
| 1085 | 2026-05-28T04:47:32.479Z | Downloaded unarray v0.1.4 |
| 1086 | 2026-05-28T04:47:32.479Z | Downloaded rand v0.8.6 |
| 1087 | 2026-05-28T04:47:32.482Z | Downloaded termios v0.3.3 |
| 1088 | 2026-05-28T04:47:32.482Z | Downloaded num-bigint v0.4.6 |
| 1089 | 2026-05-28T04:47:32.485Z | Downloaded tokio-native-tls v0.3.1 |
| 1090 | 2026-05-28T04:47:32.488Z | Downloaded similar v2.7.0 |
| 1091 | 2026-05-28T04:47:32.491Z | Downloaded publicsuffix v2.3.0 |
| 1092 | 2026-05-28T04:47:32.491Z | Downloaded usdt-attr-macro v0.6.0 |
| 1093 | 2026-05-28T04:47:32.494Z | Downloaded itertools v0.13.0 |
| 1094 | 2026-05-28T04:47:32.497Z | Downloaded rayon-core v1.13.0 |
| 1095 | 2026-05-28T04:47:32.500Z | Downloaded untrusted v0.7.1 |
| 1096 | 2026-05-28T04:47:32.500Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1097 | 2026-05-28T04:47:32.500Z | Downloaded rand v0.9.2 |
| 1098 | 2026-05-28T04:47:32.503Z | Downloaded untrusted v0.9.0 |
| 1099 | 2026-05-28T04:47:32.503Z | Downloaded utf-8 v0.7.6 |
| 1100 | 2026-05-28T04:47:32.506Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-05-28T04:47:32.506Z | Downloaded schemars v0.9.0 |
| 1102 | 2026-05-28T04:47:32.511Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1103 | 2026-05-28T04:47:32.515Z | Downloaded socket2 v0.6.3 |
| 1104 | 2026-05-28T04:47:32.515Z | Downloaded hashbrown v0.16.1 |
| 1105 | 2026-05-28T04:47:32.518Z | Downloaded tokio-tungstenite v0.23.1 |
| 1106 | 2026-05-28T04:47:32.522Z | Downloaded usdt-macro v0.6.0 |
| 1107 | 2026-05-28T04:47:32.522Z | Downloaded tokio-rustls v0.25.0 |
| 1108 | 2026-05-28T04:47:32.525Z | Downloaded term v0.7.0 |
| 1109 | 2026-05-28T04:47:32.525Z | Downloaded itertools v0.12.1 |
| 1110 | 2026-05-28T04:47:32.528Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-05-28T04:47:32.531Z | Downloaded want v0.3.1 |
| 1112 | 2026-05-28T04:47:32.531Z | Downloaded topological-sort v0.2.2 |
| 1113 | 2026-05-28T04:47:32.531Z | Downloaded term v1.2.1 |
| 1114 | 2026-05-28T04:47:32.535Z | Downloaded tui-tree-widget v0.23.1 |
| 1115 | 2026-05-28T04:47:32.535Z | Downloaded rand v0.10.1 |
| 1116 | 2026-05-28T04:47:32.535Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1117 | 2026-05-28T04:47:32.540Z | Downloaded spin v0.9.8 |
| 1118 | 2026-05-28T04:47:32.540Z | Downloaded aho-corasick v1.1.4 |
| 1119 | 2026-05-28T04:47:32.543Z | Downloaded subprocess v0.2.15 |
| 1120 | 2026-05-28T04:47:32.545Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-05-28T04:47:32.545Z | Downloaded rustls-webpki v0.103.9 |
| 1122 | 2026-05-28T04:47:32.548Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-05-28T04:47:32.548Z | Downloaded void v1.0.2 |
| 1124 | 2026-05-28T04:47:32.548Z | Downloaded progenitor-impl v0.14.0 |
| 1125 | 2026-05-28T04:47:32.551Z | Downloaded universal-hash v0.5.1 |
| 1126 | 2026-05-28T04:47:32.551Z | Downloaded unit-prefix v0.5.2 |
| 1127 | 2026-05-28T04:47:32.551Z | Downloaded strum_macros v0.26.4 |
| 1128 | 2026-05-28T04:47:32.555Z | Downloaded unicase v2.9.0 |
| 1129 | 2026-05-28T04:47:32.555Z | Downloaded hyper v1.8.1 |
| 1130 | 2026-05-28T04:47:32.557Z | Downloaded itertools v0.14.0 |
| 1131 | 2026-05-28T04:47:32.562Z | Downloaded uzers v0.12.2 |
| 1132 | 2026-05-28T04:47:32.565Z | Downloaded tokio-stream v0.1.18 |
| 1133 | 2026-05-28T04:47:32.568Z | Downloaded unicode-truncate v1.1.0 |
| 1134 | 2026-05-28T04:47:32.568Z | Downloaded hkdf v0.12.4 |
| 1135 | 2026-05-28T04:47:32.572Z | Downloaded futures-util v0.3.32 |
| 1136 | 2026-05-28T04:47:32.576Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-05-28T04:47:32.578Z | Downloaded xshell-macros v0.2.7 |
| 1138 | 2026-05-28T04:47:32.579Z | Downloaded xattr v1.6.1 |
| 1139 | 2026-05-28T04:47:32.579Z | Downloaded vergen-lib v0.1.6 |
| 1140 | 2026-05-28T04:47:32.582Z | Downloaded tokio-rustls v0.26.4 |
| 1141 | 2026-05-28T04:47:32.582Z | Downloaded tokio-tungstenite v0.21.0 |
| 1142 | 2026-05-28T04:47:32.584Z | Downloaded snafu v0.8.9 |
| 1143 | 2026-05-28T04:47:32.588Z | Downloaded num-bigint-dig v0.8.6 |
| 1144 | 2026-05-28T04:47:32.591Z | Downloaded zone_cfg_derive v0.3.1 |
| 1145 | 2026-05-28T04:47:32.591Z | Downloaded mio v1.2.0 |
| 1146 | 2026-05-28T04:47:32.594Z | Downloaded usdt-impl v0.6.0 |
| 1147 | 2026-05-28T04:47:32.598Z | Downloaded test-strategy v0.4.5 |
| 1148 | 2026-05-28T04:47:32.600Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-05-28T04:47:32.600Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1150 | 2026-05-28T04:47:32.600Z | Downloaded zone v0.3.1 |
| 1151 | 2026-05-28T04:47:32.600Z | Downloaded vergen-git2 v9.1.0 |
| 1152 | 2026-05-28T04:47:32.605Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-05-28T04:47:32.605Z | Downloaded vergen-gitcl v1.0.8 |
| 1154 | 2026-05-28T04:47:32.608Z | Downloaded tinyvec v1.10.0 |
| 1155 | 2026-05-28T04:47:32.608Z | Downloaded walkdir v2.5.0 |
| 1156 | 2026-05-28T04:47:32.608Z | Downloaded schemars v1.2.1 |
| 1157 | 2026-05-28T04:47:32.614Z | Downloaded typify-macro v0.6.2 |
| 1158 | 2026-05-28T04:47:32.617Z | Downloaded libm v0.2.16 |
| 1159 | 2026-05-28T04:47:32.621Z | Downloaded vsss-rs v3.3.4 |
| 1160 | 2026-05-28T04:47:32.623Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-05-28T04:47:32.623Z | Downloaded twox-hash v2.1.2 |
| 1162 | 2026-05-28T04:47:32.626Z | Downloaded tracing-attributes v0.1.31 |
| 1163 | 2026-05-28T04:47:32.626Z | Downloaded samael v0.0.19 |
| 1164 | 2026-05-28T04:47:32.629Z | Downloaded h2 v0.4.13 |
| 1165 | 2026-05-28T04:47:32.635Z | Downloaded tar v0.4.45 |
| 1166 | 2026-05-28T04:47:32.637Z | Downloaded tokio-rustls v0.24.1 |
| 1167 | 2026-05-28T04:47:32.637Z | Downloaded socket2 v0.5.10 |
| 1168 | 2026-05-28T04:47:32.640Z | Downloaded rsa v0.9.10 |
| 1169 | 2026-05-28T04:47:32.644Z | Downloaded zeroize v1.8.2 |
| 1170 | 2026-05-28T04:47:32.644Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-05-28T04:47:32.644Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-05-28T04:47:32.647Z | Downloaded nom v8.0.0 |
| 1173 | 2026-05-28T04:47:32.650Z | Downloaded toml v0.7.8 |
| 1174 | 2026-05-28T04:47:32.653Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-28T04:47:32.668Z | Downloaded zstd v0.13.3 |
| 1176 | 2026-05-28T04:47:32.671Z | Downloaded steno v0.4.1 |
| 1177 | 2026-05-28T04:47:32.675Z | Downloaded typify v0.4.3 |
| 1178 | 2026-05-28T04:47:32.677Z | Downloaded russh v0.45.0 |
| 1179 | 2026-05-28T04:47:32.677Z | Downloaded typify v0.6.2 |
| 1180 | 2026-05-28T04:47:32.682Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2026-05-28T04:47:32.684Z | Downloaded uuid v1.23.0 |
| 1182 | 2026-05-28T04:47:32.684Z | Downloaded vergen v9.1.0 |
| 1183 | 2026-05-28T04:47:32.687Z | Downloaded unicode-bidi v0.3.18 |
| 1184 | 2026-05-28T04:47:32.687Z | Downloaded iddqd v0.4.2 |
| 1185 | 2026-05-28T04:47:32.692Z | Downloaded zerocopy v0.6.6 |
| 1186 | 2026-05-28T04:47:32.694Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1187 | 2026-05-28T04:47:32.697Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-28T04:47:32.700Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-05-28T04:47:32.700Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-05-28T04:47:32.703Z | Downloaded p521 v0.13.3 |
| 1191 | 2026-05-28T04:47:32.706Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1192 | 2026-05-28T04:47:32.736Z | Downloaded vte v0.14.1 |
| 1193 | 2026-05-28T04:47:32.736Z | Downloaded zstd-safe v7.2.4 |
| 1194 | 2026-05-28T04:47:32.736Z | Downloaded ssh-key v0.6.7 |
| 1195 | 2026-05-28T04:47:32.736Z | Downloaded serde_with v1.14.0 |
| 1196 | 2026-05-28T04:47:32.738Z | Downloaded tungstenite v0.21.0 |
| 1197 | 2026-05-28T04:47:32.738Z | Downloaded tokio-postgres v0.7.16 |
| 1198 | 2026-05-28T04:47:32.741Z | Downloaded reedline v0.40.0 |
| 1199 | 2026-05-28T04:47:32.741Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-05-28T04:47:32.741Z | Downloaded blake3 v1.8.3 |
| 1201 | 2026-05-28T04:47:32.754Z | Downloaded regex v1.12.3 |
| 1202 | 2026-05-28T04:47:32.757Z | Downloaded zopfli v0.8.3 |
| 1203 | 2026-05-28T04:47:32.760Z | Downloaded rpassword v7.4.0 |
| 1204 | 2026-05-28T04:47:32.770Z | Downloaded aws-lc-rs v1.16.3 |
| 1205 | 2026-05-28T04:47:32.775Z | Downloaded git2 v0.20.4 |
| 1206 | 2026-05-28T04:47:32.780Z | Downloaded zip v0.6.6 |
| 1207 | 2026-05-28T04:47:32.783Z | Downloaded yansi v1.0.1 |
| 1208 | 2026-05-28T04:47:32.786Z | Downloaded tower v0.5.3 |
| 1209 | 2026-05-28T04:47:32.789Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-05-28T04:47:32.796Z | Downloaded bitvec v1.0.1 |
| 1211 | 2026-05-28T04:47:32.805Z | Downloaded reqwest v0.12.28 |
| 1212 | 2026-05-28T04:47:32.809Z | Downloaded toml_edit v0.19.15 |
| 1213 | 2026-05-28T04:47:32.818Z | Downloaded unicode_categories v0.1.1 |
| 1214 | 2026-05-28T04:47:32.821Z | Downloaded rayon v1.11.0 |
| 1215 | 2026-05-28T04:47:32.824Z | Downloaded zerocopy-derive v0.8.40 |
| 1216 | 2026-05-28T04:47:32.829Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-05-28T04:47:32.836Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-05-28T04:47:32.838Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-05-28T04:47:32.842Z | Downloaded salty v0.3.0 |
| 1220 | 2026-05-28T04:47:32.846Z | Downloaded moka v0.12.13 |
| 1221 | 2026-05-28T04:47:32.850Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-05-28T04:47:32.855Z | Downloaded x509-cert v0.2.5 |
| 1223 | 2026-05-28T04:47:32.859Z | Downloaded curve25519-dalek v4.1.3 |
| 1224 | 2026-05-28T04:47:32.864Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-05-28T04:47:32.872Z | Downloaded unicode-normalization v0.1.25 |
| 1226 | 2026-05-28T04:47:32.875Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-28T04:47:32.878Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-05-28T04:47:32.882Z | Downloaded proptest v1.10.0 |
| 1229 | 2026-05-28T04:47:32.888Z | Downloaded petname v2.0.2 |
| 1230 | 2026-05-28T04:47:32.892Z | Downloaded unicode-segmentation v1.12.0 |
| 1231 | 2026-05-28T04:47:32.894Z | Downloaded tokio-util v0.7.18 |
| 1232 | 2026-05-28T04:47:32.900Z | Downloaded tower-http v0.6.8 |
| 1233 | 2026-05-28T04:47:32.903Z | Downloaded zip v4.6.1 |
| 1234 | 2026-05-28T04:47:32.907Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-05-28T04:47:32.915Z | Downloaded tough v0.22.0 |
| 1236 | 2026-05-28T04:47:32.920Z | Downloaded rustls-webpki v0.102.8 |
| 1237 | 2026-05-28T04:47:32.932Z | Downloaded serde_with v3.17.0 |
| 1238 | 2026-05-28T04:47:32.939Z | Downloaded quinn-proto v0.11.13 |
| 1239 | 2026-05-28T04:47:32.943Z | Downloaded radix_trie v0.2.1 |
| 1240 | 2026-05-28T04:47:32.946Z | Downloaded object v0.30.4 |
| 1241 | 2026-05-28T04:47:32.961Z | Downloaded winnow v0.6.26 |
| 1242 | 2026-05-28T04:47:32.966Z | Downloaded nix v0.27.1 |
| 1243 | 2026-05-28T04:47:32.986Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-05-28T04:47:32.994Z | Downloaded nix v0.28.0 |
| 1245 | 2026-05-28T04:47:33.004Z | Downloaded winnow v1.0.3 |
| 1246 | 2026-05-28T04:47:33.010Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-05-28T04:47:33.015Z | Downloaded bstr v1.12.1 |
| 1248 | 2026-05-28T04:47:33.021Z | Downloaded zlib-rs v0.6.2 |
| 1249 | 2026-05-28T04:47:33.025Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-05-28T04:47:33.047Z | Downloaded tabled v0.20.0 |
| 1251 | 2026-05-28T04:47:33.057Z | Downloaded time v0.3.47 |
| 1252 | 2026-05-28T04:47:33.064Z | Downloaded webpki-roots v1.0.6 |
| 1253 | 2026-05-28T04:47:33.067Z | Downloaded rustls v0.21.12 |
| 1254 | 2026-05-28T04:47:33.072Z | Downloaded regex-syntax v0.6.29 |
| 1255 | 2026-05-28T04:47:33.076Z | Downloaded hickory-proto v0.25.2 |
| 1256 | 2026-05-28T04:47:33.085Z | Downloaded zerocopy v0.8.40 |
| 1257 | 2026-05-28T04:47:33.090Z | Downloaded smoltcp v0.9.1 |
| 1258 | 2026-05-28T04:47:33.095Z | Downloaded regress v0.10.5 |
| 1259 | 2026-05-28T04:47:33.101Z | Downloaded object v0.37.3 |
| 1260 | 2026-05-28T04:47:33.106Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-05-28T04:47:33.114Z | Downloaded smoltcp v0.11.0 |
| 1262 | 2026-05-28T04:47:33.122Z | Downloaded rustls v0.22.4 |
| 1263 | 2026-05-28T04:47:33.129Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-05-28T04:47:33.135Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-05-28T04:47:33.147Z | Downloaded rustls v0.23.37 |
| 1266 | 2026-05-28T04:47:33.154Z | Downloaded sqlparser v0.61.0 |
| 1267 | 2026-05-28T04:47:33.159Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-05-28T04:47:33.172Z | Downloaded regress v0.11.1 |
| 1269 | 2026-05-28T04:47:33.176Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-28T04:47:33.184Z | Downloaded regex-syntax v0.8.10 |
| 1271 | 2026-05-28T04:47:33.189Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-05-28T04:47:33.194Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-28T04:47:33.201Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-28T04:47:33.213Z | Downloaded nix v0.31.2 |
| 1275 | 2026-05-28T04:47:33.236Z | Downloaded petgraph v0.6.5 |
| 1276 | 2026-05-28T04:47:33.254Z | Downloaded sled v0.34.7 |
| 1277 | 2026-05-28T04:47:33.260Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-05-28T04:47:33.271Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-05-28T04:47:33.280Z | Downloaded tracing v0.1.44 |
| 1280 | 2026-05-28T04:47:33.294Z | Downloaded typify-impl v0.4.3 |
| 1281 | 2026-05-28T04:47:33.302Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-05-28T04:47:33.314Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-05-28T04:47:33.322Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-05-28T04:47:33.334Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-05-28T04:47:33.346Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-28T04:47:33.356Z | Downloaded jiff v0.2.21 |
| 1287 | 2026-05-28T04:47:33.366Z | Downloaded csv v1.4.0 |
| 1288 | 2026-05-28T04:47:33.394Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1289 | 2026-05-28T04:47:33.404Z | Downloaded tokio v1.52.1 |
| 1290 | 2026-05-28T04:47:33.462Z | Downloaded encoding_rs v0.8.35 |
| 1291 | 2026-05-28T04:47:33.474Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1292 | 2026-05-28T04:47:33.505Z | Downloaded ring v0.17.14 |
| 1293 | 2026-05-28T04:47:34.001Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-05-28T04:47:34.258Z | Compiling libc v0.2.185 |
| 1295 | 2026-05-28T04:47:34.258Z | Compiling serde v1.0.228 |
| 1296 | 2026-05-28T04:47:34.261Z | Compiling log v0.4.29 |
| 1297 | 2026-05-28T04:47:34.261Z | Compiling shlex v1.3.0 |
| 1298 | 2026-05-28T04:47:34.261Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-05-28T04:47:34.261Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-05-28T04:47:34.261Z | Compiling typenum v1.19.0 |
| 1301 | 2026-05-28T04:47:34.261Z | Compiling subtle v2.6.1 |
| 1302 | 2026-05-28T04:47:34.451Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-05-28T04:47:34.454Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-05-28T04:47:34.477Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-05-28T04:47:34.529Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-05-28T04:47:34.541Z | Compiling syn v2.0.117 |
| 1307 | 2026-05-28T04:47:34.544Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-05-28T04:47:34.544Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-05-28T04:47:34.554Z | Compiling pin-project-lite v0.2.17 |
| 1310 | 2026-05-28T04:47:34.609Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-05-28T04:47:34.625Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-05-28T04:47:34.642Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-05-28T04:47:34.691Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-05-28T04:47:34.736Z | Compiling libm v0.2.16 |
| 1315 | 2026-05-28T04:47:34.752Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-05-28T04:47:34.756Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-05-28T04:47:34.832Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-05-28T04:47:34.848Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-05-28T04:47:34.912Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-05-28T04:47:34.926Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-28T04:47:34.957Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-28T04:47:34.986Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-05-28T04:47:35.001Z | Compiling cpufeatures v0.2.17 |
| 1324 | 2026-05-28T04:47:35.068Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-05-28T04:47:35.088Z | Compiling futures-task v0.3.32 |
| 1326 | 2026-05-28T04:47:35.107Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-05-28T04:47:35.133Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-05-28T04:47:35.176Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-05-28T04:47:35.192Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-05-28T04:47:35.241Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-05-28T04:47:35.279Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-05-28T04:47:35.294Z | Compiling dunce v1.0.5 |
| 1333 | 2026-05-28T04:47:35.308Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-05-28T04:47:35.325Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-05-28T04:47:35.328Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-05-28T04:47:35.351Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-05-28T04:47:35.403Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-05-28T04:47:35.421Z | Compiling errno v0.3.14 |
| 1339 | 2026-05-28T04:47:35.450Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-28T04:47:35.536Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-05-28T04:47:35.548Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-05-28T04:47:35.566Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-05-28T04:47:35.618Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-28T04:47:35.634Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-28T04:47:35.655Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-28T04:47:35.787Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-05-28T04:47:35.805Z | Compiling flagset v0.4.7 |
| 1348 | 2026-05-28T04:47:35.820Z | Compiling rustix v1.1.3 |
| 1349 | 2026-05-28T04:47:35.842Z | Compiling iana-time-zone v0.1.65 |
| 1350 | 2026-05-28T04:47:35.882Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-05-28T04:47:35.948Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-05-28T04:47:35.977Z | Compiling uuid v1.23.0 |
| 1353 | 2026-05-28T04:47:36.009Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-05-28T04:47:36.023Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-05-28T04:47:36.040Z | Compiling base64 v0.22.1 |
| 1356 | 2026-05-28T04:47:36.055Z | Compiling untrusted v0.9.0 |
| 1357 | 2026-05-28T04:47:36.111Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-05-28T04:47:36.191Z | Compiling rand_core v0.9.5 |
| 1359 | 2026-05-28T04:47:36.204Z | Compiling httparse v1.10.1 |
| 1360 | 2026-05-28T04:47:36.233Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-05-28T04:47:36.287Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-05-28T04:47:36.304Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-05-28T04:47:36.318Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-05-28T04:47:36.346Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-28T04:47:36.364Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-05-28T04:47:36.378Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2026-05-28T04:47:36.427Z | Compiling schemars v0.8.22 |
| 1368 | 2026-05-28T04:47:36.483Z | Compiling rustls v0.23.37 |
| 1369 | 2026-05-28T04:47:36.510Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-05-28T04:47:36.513Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-05-28T04:47:36.573Z | Compiling tower-service v0.3.3 |
| 1372 | 2026-05-28T04:47:36.589Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-05-28T04:47:36.634Z | Compiling want v0.3.1 |
| 1374 | 2026-05-28T04:47:36.682Z | Compiling openssl v0.10.79 |
| 1375 | 2026-05-28T04:47:36.685Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-05-28T04:47:36.699Z | Compiling httpdate v1.0.3 |
| 1377 | 2026-05-28T04:47:36.727Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-05-28T04:47:36.730Z | Compiling socket2 v0.5.10 |
| 1379 | 2026-05-28T04:47:36.730Z | Compiling spin v0.9.8 |
| 1380 | 2026-05-28T04:47:36.730Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-05-28T04:47:36.730Z | Compiling time-core v0.1.8 |
| 1382 | 2026-05-28T04:47:36.801Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-05-28T04:47:36.805Z | Compiling powerfmt v0.2.0 |
| 1384 | 2026-05-28T04:47:36.831Z | Compiling crc32fast v1.5.0 |
| 1385 | 2026-05-28T04:47:36.899Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-05-28T04:47:36.923Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-05-28T04:47:36.937Z | Compiling sync_wrapper v1.0.2 |
| 1388 | 2026-05-28T04:47:36.951Z | Compiling usdt-impl v0.6.0 |
| 1389 | 2026-05-28T04:47:36.966Z | Compiling deranged v0.5.8 |
| 1390 | 2026-05-28T04:47:36.981Z | Compiling syn v1.0.109 |
| 1391 | 2026-05-28T04:47:37.009Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-05-28T04:47:37.024Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-05-28T04:47:37.045Z | Compiling time-macros v0.2.27 |
| 1394 | 2026-05-28T04:47:37.060Z | Compiling siphasher v1.0.2 |
| 1395 | 2026-05-28T04:47:37.172Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-28T04:47:37.186Z | Compiling simd-adler32 v0.3.8 |
| 1397 | 2026-05-28T04:47:37.204Z | Compiling aws-lc-sys v0.40.0 |
| 1398 | 2026-05-28T04:47:37.207Z | Compiling ring v0.17.14 |
| 1399 | 2026-05-28T04:47:37.234Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-05-28T04:47:37.237Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1401 | 2026-05-28T04:47:37.237Z | Compiling crossbeam-utils v0.8.21 |
| 1402 | 2026-05-28T04:47:37.278Z | Compiling num_threads v0.1.7 |
| 1403 | 2026-05-28T04:47:37.281Z | Compiling unicode-segmentation v1.12.0 |
| 1404 | 2026-05-28T04:47:37.390Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-05-28T04:47:37.404Z | Compiling serde_derive_internals v0.29.1 |
| 1406 | 2026-05-28T04:47:37.452Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-05-28T04:47:37.573Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-05-28T04:47:37.649Z | Compiling tempfile v3.25.0 |
| 1409 | 2026-05-28T04:47:37.719Z | Compiling darling_core v0.21.3 |
| 1410 | 2026-05-28T04:47:37.742Z | Compiling bit-set v0.8.0 |
| 1411 | 2026-05-28T04:47:37.952Z | Compiling rusty-fork v0.3.1 |
| 1412 | 2026-05-28T04:47:38.057Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-05-28T04:47:38.099Z | Compiling heapless v0.7.17 |
| 1414 | 2026-05-28T04:47:38.117Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-05-28T04:47:38.234Z | Compiling time v0.3.47 |
| 1416 | 2026-05-28T04:47:38.253Z | Compiling slog v2.8.2 |
| 1417 | 2026-05-28T04:47:38.267Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-05-28T04:47:38.307Z | Compiling cookie v0.18.1 |
| 1419 | 2026-05-28T04:47:38.333Z | Compiling ryu v1.0.23 |
| 1420 | 2026-05-28T04:47:38.364Z | Compiling unicode-bidi v0.3.18 |
| 1421 | 2026-05-28T04:47:38.380Z | Compiling unarray v0.1.4 |
| 1422 | 2026-05-28T04:47:38.380Z | Compiling anyhow v1.0.102 |
| 1423 | 2026-05-28T04:47:38.383Z | Compiling adler2 v2.0.1 |
| 1424 | 2026-05-28T04:47:38.424Z | Compiling iri-string v0.7.10 |
| 1425 | 2026-05-28T04:47:38.464Z | Compiling zstd-safe v7.2.4 |
| 1426 | 2026-05-28T04:47:38.506Z | Compiling paste v1.0.15 |
| 1427 | 2026-05-28T04:47:38.520Z | Compiling allocator-api2 v0.2.21 |
| 1428 | 2026-05-28T04:47:38.536Z | Compiling unicode-properties v0.1.4 |
| 1429 | 2026-05-28T04:47:38.557Z | Compiling signal-hook v0.3.18 |
| 1430 | 2026-05-28T04:47:38.750Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-05-28T04:47:38.777Z | Compiling miniz_oxide v0.8.9 |
| 1432 | 2026-05-28T04:47:38.922Z | Compiling heck v0.4.1 |
| 1433 | 2026-05-28T04:47:38.969Z | Compiling num-integer v0.1.46 |
| 1434 | 2026-05-28T04:47:39.167Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2026-05-28T04:47:39.201Z | Compiling serde_derive v1.0.228 |
| 1436 | 2026-05-28T04:47:39.252Z | Compiling zeroize_derive v1.4.3 |
| 1437 | 2026-05-28T04:47:39.323Z | Compiling zerofrom-derive v0.1.6 |
| 1438 | 2026-05-28T04:47:39.399Z | Compiling yoke-derive v0.8.1 |
| 1439 | 2026-05-28T04:47:39.433Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-05-28T04:47:39.533Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-05-28T04:47:39.593Z | Compiling displaydoc v0.2.5 |
| 1442 | 2026-05-28T04:47:39.896Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-05-28T04:47:39.937Z | Compiling zeroize v1.8.2 |
| 1444 | 2026-05-28T04:47:40.005Z | Compiling futures-macro v0.3.32 |
| 1445 | 2026-05-28T04:47:40.039Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-05-28T04:47:40.380Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-05-28T04:47:40.392Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-05-28T04:47:40.605Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-05-28T04:47:40.663Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-05-28T04:47:40.708Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-05-28T04:47:40.739Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-05-28T04:47:40.775Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-05-28T04:47:40.860Z | Compiling block-padding v0.3.3 |
| 1454 | 2026-05-28T04:47:40.864Z | Compiling futures-util v0.3.32 |
| 1455 | 2026-05-28T04:47:40.888Z | Compiling yoke v0.8.1 |
| 1456 | 2026-05-28T04:47:40.917Z | Compiling digest v0.10.7 |
| 1457 | 2026-05-28T04:47:40.935Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-05-28T04:47:41.050Z | Compiling inout v0.1.4 |
| 1459 | 2026-05-28T04:47:41.065Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-05-28T04:47:41.097Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-05-28T04:47:41.135Z | Compiling hmac v0.12.1 |
| 1462 | 2026-05-28T04:47:41.189Z | Compiling cipher v0.4.4 |
| 1463 | 2026-05-28T04:47:41.238Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-05-28T04:47:41.305Z | Compiling der v0.7.10 |
| 1465 | 2026-05-28T04:47:41.420Z | Compiling salsa20 v0.10.2 |
| 1466 | 2026-05-28T04:47:41.476Z | Compiling pbkdf2 v0.12.2 |
| 1467 | 2026-05-28T04:47:41.491Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-28T04:47:41.574Z | Compiling tinystr v0.8.2 |
| 1469 | 2026-05-28T04:47:41.589Z | Compiling potential_utf v0.1.4 |
| 1470 | 2026-05-28T04:47:41.605Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-05-28T04:47:41.651Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-28T04:47:41.772Z | Compiling icu_locale_core v2.1.1 |
| 1473 | 2026-05-28T04:47:41.791Z | Compiling icu_collections v2.1.1 |
| 1474 | 2026-05-28T04:47:41.802Z | Compiling tracing v0.1.44 |
| 1475 | 2026-05-28T04:47:41.914Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-05-28T04:47:42.050Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-05-28T04:47:42.115Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-05-28T04:47:42.177Z | Compiling spki v0.7.3 |
| 1479 | 2026-05-28T04:47:42.283Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2026-05-28T04:47:42.311Z | Compiling rustls-native-certs v0.8.3 |
| 1481 | 2026-05-28T04:47:42.413Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-05-28T04:47:42.576Z | Compiling pkcs5 v0.7.1 |
| 1483 | 2026-05-28T04:47:42.625Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-28T04:47:42.640Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-05-28T04:47:42.689Z | Compiling bytes v1.11.1 |
| 1486 | 2026-05-28T04:47:42.705Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-05-28T04:47:42.708Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-05-28T04:47:42.734Z | Compiling chrono v0.4.44 |
| 1489 | 2026-05-28T04:47:42.752Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-05-28T04:47:42.769Z | Compiling scroll v0.13.0 |
| 1491 | 2026-05-28T04:47:42.798Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-05-28T04:47:42.921Z | Compiling pkcs8 v0.10.2 |
| 1493 | 2026-05-28T04:47:43.109Z | Compiling goblin v0.10.5 |
| 1494 | 2026-05-28T04:47:43.137Z | Compiling signature v2.2.0 |
| 1495 | 2026-05-28T04:47:43.261Z | Compiling tokio v1.52.1 |
| 1496 | 2026-05-28T04:47:43.283Z | Compiling http v1.4.0 |
| 1497 | 2026-05-28T04:47:43.304Z | Compiling webpki-roots v1.0.6 |
| 1498 | 2026-05-28T04:47:43.347Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-05-28T04:47:43.350Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-28T04:47:43.376Z | Compiling serde_urlencoded v0.7.1 |
| 1501 | 2026-05-28T04:47:43.441Z | Compiling toml_datetime v0.6.11 |
| 1502 | 2026-05-28T04:47:43.490Z | Compiling serde_tokenstream v0.2.3 |
| 1503 | 2026-05-28T04:47:43.642Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-05-28T04:47:43.696Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2026-05-28T04:47:43.725Z | Compiling erased-serde v0.3.31 |
| 1506 | 2026-05-28T04:47:43.775Z | Compiling idna v1.1.0 |
| 1507 | 2026-05-28T04:47:43.800Z | Compiling derive_builder_macro v0.20.2 |
| 1508 | 2026-05-28T04:47:43.830Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-05-28T04:47:43.860Z | Compiling darling_macro v0.21.3 |
| 1510 | 2026-05-28T04:47:43.883Z | Compiling bstr v1.12.1 |
| 1511 | 2026-05-28T04:47:44.014Z | Compiling ppv-lite86 v0.2.21 |
| 1512 | 2026-05-28T04:47:44.066Z | Compiling url v2.5.8 |
| 1513 | 2026-05-28T04:47:44.135Z | Compiling http-body v1.0.1 |
| 1514 | 2026-05-28T04:47:44.216Z | Compiling scroll v0.12.0 |
| 1515 | 2026-05-28T04:47:44.234Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-28T04:47:44.249Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-05-28T04:47:44.289Z | Compiling http-body-util v0.1.3 |
| 1518 | 2026-05-28T04:47:44.309Z | Compiling rand_chacha v0.9.0 |
| 1519 | 2026-05-28T04:47:44.353Z | Compiling rand_chacha v0.3.1 |
| 1520 | 2026-05-28T04:47:44.373Z | Compiling zerocopy-derive v0.7.35 |
| 1521 | 2026-05-28T04:47:44.455Z | Compiling vergen-lib v9.1.0 |
| 1522 | 2026-05-28T04:47:44.508Z | Compiling rand v0.9.2 |
| 1523 | 2026-05-28T04:47:44.550Z | Compiling ff v0.13.1 |
| 1524 | 2026-05-28T04:47:44.656Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-05-28T04:47:44.671Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-05-28T04:47:44.701Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-05-28T04:47:44.788Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-05-28T04:47:44.868Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-05-28T04:47:44.894Z | Compiling ref-cast v1.0.25 |
| 1530 | 2026-05-28T04:47:44.912Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-05-28T04:47:45.008Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-05-28T04:47:45.036Z | Compiling litrs v1.0.0 |
| 1533 | 2026-05-28T04:47:45.215Z | Compiling proptest v1.10.0 |
| 1534 | 2026-05-28T04:47:45.229Z | Compiling smoltcp v0.9.1 |
| 1535 | 2026-05-28T04:47:45.251Z | Compiling mime v0.3.17 |
| 1536 | 2026-05-28T04:47:45.297Z | Compiling rustix v0.38.44 |
| 1537 | 2026-05-28T04:47:45.331Z | Compiling cfg_aliases v0.2.1 |
| 1538 | 2026-05-28T04:47:45.346Z | Compiling zlib-rs v0.6.2 |
| 1539 | 2026-05-28T04:47:45.349Z | Compiling base16ct v0.2.0 |
| 1540 | 2026-05-28T04:47:45.398Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-05-28T04:47:45.417Z | Compiling nix v0.31.2 |
| 1542 | 2026-05-28T04:47:45.461Z | Compiling pin-project v1.1.11 |
| 1543 | 2026-05-28T04:47:45.529Z | Compiling sec1 v0.7.3 |
| 1544 | 2026-05-28T04:47:45.564Z | Compiling zerocopy v0.7.35 |
| 1545 | 2026-05-28T04:47:45.586Z | Compiling document-features v0.2.12 |
| 1546 | 2026-05-28T04:47:45.589Z | Compiling postgres-protocol v0.6.10 |
| 1547 | 2026-05-28T04:47:45.681Z | Compiling oxnet v0.1.5 |
| 1548 | 2026-05-28T04:47:45.819Z | Compiling publicsuffix v2.3.0 |
| 1549 | 2026-05-28T04:47:45.849Z | Compiling dof v0.4.0 |
| 1550 | 2026-05-28T04:47:45.935Z | Compiling group v0.13.0 |
| 1551 | 2026-05-28T04:47:45.969Z | Compiling rand v0.8.6 |
| 1552 | 2026-05-28T04:47:45.990Z | Compiling goblin v0.8.2 |
| 1553 | 2026-05-28T04:47:46.006Z | Compiling darling v0.21.3 |
| 1554 | 2026-05-28T04:47:46.101Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-05-28T04:47:46.132Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-05-28T04:47:46.149Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-05-28T04:47:46.167Z | Compiling hex v0.4.3 |
| 1558 | 2026-05-28T04:47:46.203Z | Compiling hkdf v0.12.4 |
| 1559 | 2026-05-28T04:47:46.247Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2026-05-28T04:47:46.387Z | Compiling regex v1.12.3 |
| 1561 | 2026-05-28T04:47:46.439Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-05-28T04:47:46.453Z | Compiling strum_macros v0.27.2 |
| 1563 | 2026-05-28T04:47:46.471Z | Compiling ref-cast-impl v1.0.25 |
| 1564 | 2026-05-28T04:47:46.527Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-05-28T04:47:46.638Z | Compiling daft-derive v0.1.7 |
| 1566 | 2026-05-28T04:47:46.812Z | Compiling snafu-derive v0.8.9 |
| 1567 | 2026-05-28T04:47:47.048Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-05-28T04:47:47.063Z | Compiling tower v0.5.3 |
| 1569 | 2026-05-28T04:47:47.183Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-05-28T04:47:47.212Z | Compiling terminal_size v0.4.3 |
| 1571 | 2026-05-28T04:47:47.369Z | Compiling phf_shared v0.13.1 |
| 1572 | 2026-05-28T04:47:47.385Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-05-28T04:47:47.400Z | Compiling anstyle-parse v0.2.7 |
| 1574 | 2026-05-28T04:47:47.424Z | Compiling vergen v9.1.0 |
| 1575 | 2026-05-28T04:47:47.496Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-28T04:47:47.515Z | Compiling newtype-uuid v1.3.2 |
| 1577 | 2026-05-28T04:47:47.542Z | Compiling cargo-platform v0.3.2 |
| 1578 | 2026-05-28T04:47:47.558Z | Compiling fs-err v3.3.0 |
| 1579 | 2026-05-28T04:47:47.602Z | Compiling ahash v0.8.12 |
| 1580 | 2026-05-28T04:47:47.621Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-05-28T04:47:47.621Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-05-28T04:47:47.776Z | Compiling h2 v0.4.13 |
| 1583 | 2026-05-28T04:47:47.811Z | Compiling foldhash v0.2.0 |
| 1584 | 2026-05-28T04:47:47.828Z | Compiling libbz2-rs-sys v0.2.2 |
| 1585 | 2026-05-28T04:47:47.833Z | Compiling object v0.37.3 |
| 1586 | 2026-05-28T04:47:47.862Z | Compiling bitflags v1.3.2 |
| 1587 | 2026-05-28T04:47:47.900Z | Compiling winnow v0.5.40 |
| 1588 | 2026-05-28T04:47:47.915Z | Compiling managed v0.8.0 |
| 1589 | 2026-05-28T04:47:47.948Z | Compiling same-file v1.0.6 |
| 1590 | 2026-05-28T04:47:48.112Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-05-28T04:47:48.171Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-05-28T04:47:48.187Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-05-28T04:47:48.254Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-05-28T04:47:48.435Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-05-28T04:47:48.461Z | Compiling dof v0.3.0 |
| 1596 | 2026-05-28T04:47:48.490Z | Compiling strum v0.27.2 |
| 1597 | 2026-05-28T04:47:48.651Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-05-28T04:47:48.667Z | Compiling cargo_metadata v0.23.1 |
| 1599 | 2026-05-28T04:47:48.671Z | Compiling daft v0.1.7 |
| 1600 | 2026-05-28T04:47:48.721Z | Compiling clap_builder v4.6.0 |
| 1601 | 2026-05-28T04:47:48.750Z | Compiling phf v0.13.1 |
| 1602 | 2026-05-28T04:47:48.800Z | Compiling anstream v0.6.21 |
| 1603 | 2026-05-28T04:47:48.835Z | Compiling snafu v0.8.9 |
| 1604 | 2026-05-28T04:47:48.929Z | Compiling usdt-macro v0.6.0 |
| 1605 | 2026-05-28T04:47:48.968Z | Compiling usdt-attr-macro v0.6.0 |
| 1606 | 2026-05-28T04:47:48.989Z | Compiling signal-hook-mio v0.2.5 |
| 1607 | 2026-05-28T04:47:49.124Z | Compiling elliptic-curve v0.13.8 |
| 1608 | 2026-05-28T04:47:49.251Z | Compiling cookie_store v0.22.1 |
| 1609 | 2026-05-28T04:47:49.255Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-05-28T04:47:49.340Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-05-28T04:47:49.442Z | Compiling bzip2 v0.4.4 |
| 1612 | 2026-05-28T04:47:49.494Z | Compiling futures v0.3.32 |
| 1613 | 2026-05-28T04:47:49.530Z | Compiling serde_with_macros v3.17.0 |
| 1614 | 2026-05-28T04:47:49.547Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-05-28T04:47:49.589Z | Compiling zstd v0.13.3 |
| 1616 | 2026-05-28T04:47:49.693Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-05-28T04:47:49.734Z | Compiling globset v0.4.18 |
| 1618 | 2026-05-28T04:47:49.825Z | Compiling ed25519 v2.2.3 |
| 1619 | 2026-05-28T04:47:49.873Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-05-28T04:47:49.929Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-05-28T04:47:50.065Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-05-28T04:47:50.088Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-05-28T04:47:50.145Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-05-28T04:47:50.248Z | Compiling enum-as-inner v0.6.1 |
| 1625 | 2026-05-28T04:47:50.292Z | Compiling async-recursion v1.1.1 |
| 1626 | 2026-05-28T04:47:50.309Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-05-28T04:47:50.325Z | Compiling clap_derive v4.6.1 |
| 1628 | 2026-05-28T04:47:50.452Z | Compiling serde_repr v0.1.20 |
| 1629 | 2026-05-28T04:47:50.478Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-05-28T04:47:50.683Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-05-28T04:47:50.726Z | Compiling pem v3.0.6 |
| 1632 | 2026-05-28T04:47:50.771Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-05-28T04:47:50.787Z | Compiling hyper v1.8.1 |
| 1634 | 2026-05-28T04:47:50.815Z | Compiling memmap2 v0.9.10 |
| 1635 | 2026-05-28T04:47:50.855Z | Compiling env_filter v1.0.0 |
| 1636 | 2026-05-28T04:47:50.872Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-05-28T04:47:50.958Z | Compiling difflib v0.4.0 |
| 1638 | 2026-05-28T04:47:50.988Z | Compiling new_debug_unreachable v1.0.6 |
| 1639 | 2026-05-28T04:47:51.020Z | Compiling jiff v0.2.21 |
| 1640 | 2026-05-28T04:47:51.056Z | Compiling typed-path v0.9.3 |
| 1641 | 2026-05-28T04:47:51.074Z | Compiling keccak v0.1.6 |
| 1642 | 2026-05-28T04:47:51.090Z | Compiling data-encoding v2.10.0 |
| 1643 | 2026-05-28T04:47:51.177Z | Compiling whoami v2.1.0 |
| 1644 | 2026-05-28T04:47:51.546Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-05-28T04:47:51.571Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-05-28T04:47:51.688Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-05-28T04:47:51.739Z | Compiling fixedbitset v0.4.2 |
| 1648 | 2026-05-28T04:47:51.797Z | Compiling fixedbitset v0.5.7 |
| 1649 | 2026-05-28T04:47:51.797Z | Compiling predicates v3.1.4 |
| 1650 | 2026-05-28T04:47:51.829Z | Compiling string_cache v0.8.9 |
| 1651 | 2026-05-28T04:47:51.832Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-05-28T04:47:51.903Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-05-28T04:47:51.978Z | Compiling petgraph v0.6.5 |
| 1654 | 2026-05-28T04:47:52.058Z | Compiling petgraph v0.8.3 |
| 1655 | 2026-05-28T04:47:52.084Z | Compiling hickory-proto v0.25.2 |
| 1656 | 2026-05-28T04:47:52.098Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-05-28T04:47:52.132Z | Compiling strum v0.26.3 |
| 1658 | 2026-05-28T04:47:52.147Z | Compiling toml_edit v0.22.27 |
| 1659 | 2026-05-28T04:47:52.165Z | Compiling clap v4.6.1 |
| 1660 | 2026-05-28T04:47:52.258Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1661 | 2026-05-28T04:47:52.281Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-05-28T04:47:52.295Z | Compiling usdt v0.6.0 |
| 1663 | 2026-05-28T04:47:52.416Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-05-28T04:47:52.486Z | Compiling serde_with v3.17.0 |
| 1665 | 2026-05-28T04:47:52.574Z | Compiling toml v0.7.8 |
| 1666 | 2026-05-28T04:47:52.577Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-05-28T04:47:52.647Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-05-28T04:47:53.070Z | Compiling rsa v0.9.10 |
| 1669 | 2026-05-28T04:47:53.086Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-05-28T04:47:53.497Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-05-28T04:47:53.739Z | Compiling zip v4.6.1 |
| 1672 | 2026-05-28T04:47:53.758Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-28T04:47:53.954Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-05-28T04:47:54.267Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-28T04:47:54.374Z | Compiling tokio-stream v0.1.18 |
| 1676 | 2026-05-28T04:47:54.390Z | Compiling buf-list v1.1.2 |
| 1677 | 2026-05-28T04:47:54.537Z | Compiling similar v2.7.0 |
| 1678 | 2026-05-28T04:47:54.567Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1679 | 2026-05-28T04:47:54.687Z | Compiling openapiv3 v2.2.0 |
| 1680 | 2026-05-28T04:47:54.738Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-05-28T04:47:54.790Z | Compiling sha1 v0.10.6 |
| 1682 | 2026-05-28T04:47:54.866Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2026-05-28T04:47:54.898Z | Compiling lalrpop-util v0.19.12 |
| 1684 | 2026-05-28T04:47:54.920Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-05-28T04:47:54.943Z | Compiling either v1.15.0 |
| 1686 | 2026-05-28T04:47:55.037Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-05-28T04:47:55.108Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-05-28T04:47:55.175Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-05-28T04:47:55.198Z | Compiling filetime v0.2.27 |
| 1690 | 2026-05-28T04:47:55.228Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-05-28T04:47:55.242Z | Compiling xattr v1.6.1 |
| 1692 | 2026-05-28T04:47:55.275Z | Compiling term v1.2.1 |
| 1693 | 2026-05-28T04:47:55.291Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-28T04:47:55.392Z | Compiling tar v0.4.45 |
| 1695 | 2026-05-28T04:47:55.571Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-05-28T04:48:13.094Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-05-28T04:48:15.877Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-05-28T04:48:15.878Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-05-28T04:48:16.071Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-05-28T04:48:16.264Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-05-28T04:48:16.264Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-05-28T04:48:17.486Z | Compiling tough v0.22.0 |
| 1703 | 2026-05-28T04:48:20.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-05-28T04:48:20.236Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-05-28T04:48:23.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.05s |
| 1706 | 2026-05-28T04:48:23.206Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-05-28T04:48:23.262Z | May 28 04:48:21.732 INFO Starting download, target: Cockroach |
| 1708 | 2026-05-28T04:48:23.262Z | May 28 04:48:21.733 INFO Starting download, target: MaghemiteDdmd |
| 1709 | 2026-05-28T04:48:23.263Z | May 28 04:48:21.733 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-05-28T04:48:23.265Z | May 28 04:48:21.733 INFO Starting download, target: DendriteStub |
| 1711 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Starting download, target: Clickhouse |
| 1712 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Starting download, target: Console |
| 1713 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1716 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1717 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1718 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1720 | 2026-05-28T04:48:23.266Z | May 28 04:48:21.733 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1721 | 2026-05-28T04:48:23.774Z | May 28 04:48:22.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1722 | 2026-05-28T04:48:23.982Z | May 28 04:48:22.450 INFO Download complete, target: TransceiverControl |
| 1723 | 2026-05-28T04:48:24.237Z | May 28 04:48:22.705 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-05-28T04:48:24.473Z | May 28 04:48:22.943 INFO Download complete, target: Console |
| 1725 | 2026-05-28T04:48:25.186Z | May 28 04:48:23.656 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1726 | 2026-05-28T04:48:25.197Z | May 28 04:48:23.667 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1727 | 2026-05-28T04:48:25.330Z | May 28 04:48:23.797 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-05-28T04:48:25.590Z | May 28 04:48:24.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-05-28T04:48:25.891Z | May 28 04:48:24.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2026-05-28T04:48:25.891Z | May 28 04:48:24.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2026-05-28T04:48:27.214Z | May 28 04:48:25.685 INFO Download complete, target: MaghemiteDdmd |
| 1732 | 2026-05-28T04:48:28.048Z | May 28 04:48:26.519 INFO Download complete, target: DendriteStub |
| 1733 | 2026-05-28T04:48:28.300Z | May 28 04:48:26.771 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-05-28T04:48:30.578Z | May 28 04:48:29.045 INFO Checking that binary works, target: Cockroach |
| 1735 | 2026-05-28T04:48:30.699Z | May 28 04:48:29.170 INFO Download complete, target: Cockroach |
| 1736 | 2026-05-28T04:48:32.139Z | May 28 04:48:30.592 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-05-28T04:48:32.232Z | May 28 04:48:30.688 INFO Download complete, target: Clickhouse |
| 1738 | 2026-05-28T04:48:32.254Z | All prerequisites installed successfully |
| 1739 | 2026-05-28T04:48:32.254Z | |
| 1740 | 2026-05-28T04:48:32.254Z | real 2:01.117297575 |
| 1741 | 2026-05-28T04:48:32.254Z | user 6:58.781980463 |
| 1742 | 2026-05-28T04:48:32.255Z | sys 1:42.396409167 |
| 1743 | 2026-05-28T04:48:32.255Z | trap 0.249564933 |
| 1744 | 2026-05-28T04:48:32.255Z | tflt 1.153787972 |
| 1745 | 2026-05-28T04:48:32.255Z | dflt 1.869397174 |
| 1746 | 2026-05-28T04:48:32.255Z | kflt 0.024355154 |
| 1747 | 2026-05-28T04:48:32.255Z | lock 23:00.325789403 |
| 1748 | 2026-05-28T04:48:32.255Z | slp 18:55.328254574 |
| 1749 | 2026-05-28T04:48:32.255Z | lat 22.391639909 |
| 1750 | 2026-05-28T04:48:32.255Z | stop 2:51.999528621 |
| 1751 | 2026-05-28T04:48:32.255Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-05-28T04:48:32.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1753 | 2026-05-28T04:48:32.806Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-05-28T04:48:33.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1755 | 2026-05-28T04:48:33.654Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-05-28T04:48:33.716Z | May 28 04:48:32.161 INFO Starting download, target: Softnpu |
| 1757 | 2026-05-28T04:48:33.746Z | May 28 04:48:32.162 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-05-28T04:48:34.375Z | May 28 04:48:32.841 INFO Download complete, target: Softnpu |
| 1759 | 2026-05-28T04:48:34.383Z | |
| 1760 | 2026-05-28T04:48:34.383Z | real 2.143110385 |
| 1761 | 2026-05-28T04:48:34.383Z | user 1.411889074 |
| 1762 | 2026-05-28T04:48:34.383Z | sys 0.693578914 |
| 1763 | 2026-05-28T04:48:34.383Z | trap 0.000558730 |
| 1764 | 2026-05-28T04:48:34.383Z | tflt 0.000100530 |
| 1765 | 2026-05-28T04:48:34.383Z | dflt 0.000134860 |
| 1766 | 2026-05-28T04:48:34.383Z | kflt 0.000000000 |
| 1767 | 2026-05-28T04:48:34.383Z | lock 12.265248166 |
| 1768 | 2026-05-28T04:48:34.383Z | slp 0.525720244 |
| 1769 | 2026-05-28T04:48:34.383Z | lat 0.086556393 |
| 1770 | 2026-05-28T04:48:34.384Z | stop 0.000171390 |
| 1771 | 2026-05-28T04:48:34.384Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-28T04:48:34.384Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-28T04:48:34.384Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-05-28T04:48:35.319Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-05-28T04:48:35.319Z | Compiling quote v1.0.45 |
| 1776 | 2026-05-28T04:48:35.319Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-05-28T04:48:35.319Z | Compiling libc v0.2.185 |
| 1778 | 2026-05-28T04:48:35.322Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-05-28T04:48:35.323Z | Compiling serde v1.0.228 |
| 1780 | 2026-05-28T04:48:35.323Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-05-28T04:48:35.323Z | Compiling version_check v0.9.5 |
| 1782 | 2026-05-28T04:48:35.323Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-05-28T04:48:35.323Z | Compiling shlex v1.3.0 |
| 1784 | 2026-05-28T04:48:35.467Z | Compiling typenum v1.19.0 |
| 1785 | 2026-05-28T04:48:35.471Z | Compiling zmij v1.0.21 |
| 1786 | 2026-05-28T04:48:35.471Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-05-28T04:48:35.471Z | Compiling serde_json v1.0.149 |
| 1788 | 2026-05-28T04:48:35.471Z | Compiling memchr v2.8.0 |
| 1789 | 2026-05-28T04:48:35.597Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-05-28T04:48:35.673Z | Compiling libm v0.2.16 |
| 1791 | 2026-05-28T04:48:35.785Z | Compiling generic-array v0.14.7 |
| 1792 | 2026-05-28T04:48:35.907Z | Compiling zerocopy v0.8.40 |
| 1793 | 2026-05-28T04:48:35.910Z | Compiling smallvec v1.15.1 |
| 1794 | 2026-05-28T04:48:35.910Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-05-28T04:48:35.910Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-05-28T04:48:36.004Z | Compiling num-traits v0.2.19 |
| 1797 | 2026-05-28T04:48:36.007Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-05-28T04:48:36.101Z | Compiling itoa v1.0.17 |
| 1799 | 2026-05-28T04:48:36.121Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-05-28T04:48:36.138Z | Compiling log v0.4.29 |
| 1801 | 2026-05-28T04:48:36.206Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-05-28T04:48:36.295Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-05-28T04:48:36.731Z | Compiling subtle v2.6.1 |
| 1804 | 2026-05-28T04:48:36.734Z | Compiling scopeguard v1.2.0 |
| 1805 | 2026-05-28T04:48:36.734Z | Compiling getrandom v0.2.17 |
| 1806 | 2026-05-28T04:48:36.734Z | Compiling errno v0.3.14 |
| 1807 | 2026-05-28T04:48:36.734Z | Compiling lock_api v0.4.14 |
| 1808 | 2026-05-28T04:48:36.734Z | Compiling percent-encoding v2.3.2 |
| 1809 | 2026-05-28T04:48:36.734Z | Compiling jobserver v0.1.34 |
| 1810 | 2026-05-28T04:48:36.734Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-05-28T04:48:36.734Z | Compiling writeable v0.6.2 |
| 1812 | 2026-05-28T04:48:36.751Z | Compiling litemap v0.8.1 |
| 1813 | 2026-05-28T04:48:36.857Z | Compiling syn v2.0.117 |
| 1814 | 2026-05-28T04:48:36.874Z | Compiling cc v1.2.56 |
| 1815 | 2026-05-28T04:48:36.906Z | Compiling pin-project-lite v0.2.17 |
| 1816 | 2026-05-28T04:48:36.941Z | Compiling fnv v1.0.7 |
| 1817 | 2026-05-28T04:48:36.991Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-05-28T04:48:37.035Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-05-28T04:48:37.084Z | Compiling dunce v1.0.5 |
| 1820 | 2026-05-28T04:48:37.084Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-05-28T04:48:37.119Z | Compiling fs_extra v1.3.0 |
| 1822 | 2026-05-28T04:48:37.188Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-05-28T04:48:37.192Z | Compiling schemars v0.8.22 |
| 1824 | 2026-05-28T04:48:37.216Z | Compiling utf8_iter v1.0.4 |
| 1825 | 2026-05-28T04:48:37.230Z | Compiling rand_core v0.10.0 |
| 1826 | 2026-05-28T04:48:37.331Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2026-05-28T04:48:37.432Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-05-28T04:48:37.436Z | Compiling signal-hook-registry v1.4.8 |
| 1829 | 2026-05-28T04:48:37.547Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-05-28T04:48:37.576Z | Compiling rustix v1.1.3 |
| 1831 | 2026-05-28T04:48:37.623Z | Compiling cmake v0.1.57 |
| 1832 | 2026-05-28T04:48:37.641Z | Compiling mio v1.2.0 |
| 1833 | 2026-05-28T04:48:37.704Z | Compiling socket2 v0.6.3 |
| 1834 | 2026-05-28T04:48:37.925Z | Compiling semver v1.0.28 |
| 1835 | 2026-05-28T04:48:37.994Z | Compiling bitflags v2.11.0 |
| 1836 | 2026-05-28T04:48:37.994Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-05-28T04:48:38.012Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-05-28T04:48:38.137Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-05-28T04:48:38.154Z | Compiling const-oid v0.9.6 |
| 1840 | 2026-05-28T04:48:38.221Z | Compiling ring v0.17.14 |
| 1841 | 2026-05-28T04:48:38.248Z | Compiling aws-lc-sys v0.40.0 |
| 1842 | 2026-05-28T04:48:38.285Z | Compiling aws-lc-rs v1.16.3 |
| 1843 | 2026-05-28T04:48:38.300Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-05-28T04:48:38.372Z | Compiling httparse v1.10.1 |
| 1845 | 2026-05-28T04:48:38.458Z | Compiling thiserror v1.0.69 |
| 1846 | 2026-05-28T04:48:38.473Z | Compiling strsim v0.11.1 |
| 1847 | 2026-05-28T04:48:38.597Z | Compiling byteorder v1.5.0 |
| 1848 | 2026-05-28T04:48:38.714Z | Compiling vcpkg v0.2.15 |
| 1849 | 2026-05-28T04:48:38.753Z | Compiling iana-time-zone v0.1.65 |
| 1850 | 2026-05-28T04:48:38.757Z | Compiling ucd-trie v0.1.7 |
| 1851 | 2026-05-28T04:48:38.820Z | Compiling heck v0.5.0 |
| 1852 | 2026-05-28T04:48:38.837Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-05-28T04:48:38.851Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-05-28T04:48:38.878Z | Compiling syn v1.0.109 |
| 1855 | 2026-05-28T04:48:38.899Z | Compiling uuid v1.23.0 |
| 1856 | 2026-05-28T04:48:38.955Z | Compiling pest v2.8.6 |
| 1857 | 2026-05-28T04:48:39.012Z | Compiling rustls v0.23.37 |
| 1858 | 2026-05-28T04:48:39.027Z | Compiling cpufeatures v0.2.17 |
| 1859 | 2026-05-28T04:48:39.208Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-05-28T04:48:39.264Z | Compiling rustc_version v0.4.1 |
| 1861 | 2026-05-28T04:48:39.315Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-05-28T04:48:39.334Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-05-28T04:48:39.388Z | Compiling slab v0.4.12 |
| 1864 | 2026-05-28T04:48:39.514Z | Compiling futures-io v0.3.32 |
| 1865 | 2026-05-28T04:48:39.539Z | Compiling futures-task v0.3.32 |
| 1866 | 2026-05-28T04:48:39.658Z | Compiling aho-corasick v1.1.4 |
| 1867 | 2026-05-28T04:48:39.726Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-05-28T04:48:39.766Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-05-28T04:48:39.770Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-05-28T04:48:39.970Z | Compiling crc32fast v1.5.0 |
| 1871 | 2026-05-28T04:48:39.979Z | Compiling plain v0.2.3 |
| 1872 | 2026-05-28T04:48:39.992Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-05-28T04:48:40.029Z | Compiling base64 v0.22.1 |
| 1874 | 2026-05-28T04:48:40.097Z | Compiling pest_meta v2.8.6 |
| 1875 | 2026-05-28T04:48:40.127Z | Compiling time-core v0.1.8 |
| 1876 | 2026-05-28T04:48:40.146Z | Compiling openssl v0.10.79 |
| 1877 | 2026-05-28T04:48:40.302Z | Compiling time-macros v0.2.27 |
| 1878 | 2026-05-28T04:48:40.332Z | Compiling crossbeam-utils v0.8.21 |
| 1879 | 2026-05-28T04:48:40.428Z | Compiling pretty-hex v0.4.1 |
| 1880 | 2026-05-28T04:48:40.471Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-05-28T04:48:40.528Z | Compiling native-tls v0.2.18 |
| 1882 | 2026-05-28T04:48:40.541Z | Compiling base64ct v1.8.3 |
| 1883 | 2026-05-28T04:48:40.562Z | Compiling anyhow v1.0.102 |
| 1884 | 2026-05-28T04:48:40.594Z | Compiling darling_core v0.21.3 |
| 1885 | 2026-05-28T04:48:40.705Z | Compiling pest_generator v2.8.6 |
| 1886 | 2026-05-28T04:48:40.746Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1887 | 2026-05-28T04:48:40.771Z | Compiling tracing-core v0.1.36 |
| 1888 | 2026-05-28T04:48:40.864Z | Compiling pem-rfc7468 v0.7.0 |
| 1889 | 2026-05-28T04:48:40.955Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-05-28T04:48:40.992Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-05-28T04:48:41.080Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-05-28T04:48:41.105Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-05-28T04:48:41.129Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-05-28T04:48:41.152Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-05-28T04:48:41.283Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-05-28T04:48:41.346Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-05-28T04:48:41.397Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-05-28T04:48:41.570Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-05-28T04:48:41.840Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-05-28T04:48:42.031Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-05-28T04:48:42.053Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-05-28T04:48:42.146Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-05-28T04:48:42.162Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-05-28T04:48:42.205Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-05-28T04:48:42.348Z | Compiling yoke v0.8.1 |
| 1906 | 2026-05-28T04:48:42.385Z | Compiling crypto-common v0.1.7 |
| 1907 | 2026-05-28T04:48:42.548Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-05-28T04:48:42.566Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-05-28T04:48:42.730Z | Compiling block-buffer v0.10.4 |
| 1910 | 2026-05-28T04:48:43.019Z | Compiling digest v0.10.7 |
| 1911 | 2026-05-28T04:48:43.078Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-05-28T04:48:43.144Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-05-28T04:48:43.168Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-05-28T04:48:43.215Z | Compiling futures-util v0.3.32 |
| 1915 | 2026-05-28T04:48:43.258Z | Compiling icu_locale_core v2.1.1 |
| 1916 | 2026-05-28T04:48:43.272Z | Compiling icu_collections v2.1.1 |
| 1917 | 2026-05-28T04:48:43.309Z | Compiling hmac v0.12.1 |
| 1918 | 2026-05-28T04:48:43.360Z | Compiling block-padding v0.3.3 |
| 1919 | 2026-05-28T04:48:43.507Z | Compiling inout v0.1.4 |
| 1920 | 2026-05-28T04:48:43.523Z | Compiling rustls-pki-types v1.14.0 |
| 1921 | 2026-05-28T04:48:43.695Z | Compiling cipher v0.4.4 |
| 1922 | 2026-05-28T04:48:43.906Z | Compiling sha2 v0.10.9 |
| 1923 | 2026-05-28T04:48:44.024Z | Compiling icu_provider v2.1.1 |
| 1924 | 2026-05-28T04:48:44.117Z | Compiling bytes v1.11.1 |
| 1925 | 2026-05-28T04:48:44.134Z | Compiling chrono v0.4.44 |
| 1926 | 2026-05-28T04:48:44.163Z | Compiling serde_tokenstream v0.2.3 |
| 1927 | 2026-05-28T04:48:44.368Z | Compiling icu_properties v2.1.2 |
| 1928 | 2026-05-28T04:48:44.471Z | Compiling icu_normalizer v2.1.1 |
| 1929 | 2026-05-28T04:48:44.488Z | Compiling openssl-macros v0.1.1 |
| 1930 | 2026-05-28T04:48:44.505Z | Compiling scroll_derive v0.13.1 |
| 1931 | 2026-05-28T04:48:44.727Z | Compiling tokio v1.52.1 |
| 1932 | 2026-05-28T04:48:45.083Z | Compiling scroll_derive v0.12.1 |
| 1933 | 2026-05-28T04:48:45.273Z | Compiling idna_adapter v1.2.1 |
| 1934 | 2026-05-28T04:48:45.480Z | Compiling idna v1.1.0 |
| 1935 | 2026-05-28T04:48:45.635Z | Compiling ppv-lite86 v0.2.21 |
| 1936 | 2026-05-28T04:48:45.759Z | Compiling http v1.4.0 |
| 1937 | 2026-05-28T04:48:45.781Z | Compiling url v2.5.8 |
| 1938 | 2026-05-28T04:48:45.847Z | Compiling flagset v0.4.7 |
| 1939 | 2026-05-28T04:48:45.932Z | Compiling untrusted v0.9.0 |
| 1940 | 2026-05-28T04:48:46.001Z | Compiling der v0.7.10 |
| 1941 | 2026-05-28T04:48:46.067Z | Compiling tracing v0.1.44 |
| 1942 | 2026-05-28T04:48:46.160Z | Compiling darling_macro v0.21.3 |
| 1943 | 2026-05-28T04:48:46.208Z | Compiling regex v1.12.3 |
| 1944 | 2026-05-28T04:48:46.299Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-05-28T04:48:46.638Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-05-28T04:48:46.668Z | Compiling slog v2.8.2 |
| 1947 | 2026-05-28T04:48:46.885Z | Compiling cookie v0.18.1 |
| 1948 | 2026-05-28T04:48:47.151Z | Compiling spki v0.7.3 |
| 1949 | 2026-05-28T04:48:47.339Z | Compiling darling v0.21.3 |
| 1950 | 2026-05-28T04:48:47.356Z | Compiling salsa20 v0.10.2 |
| 1951 | 2026-05-28T04:48:47.373Z | Compiling pbkdf2 v0.12.2 |
| 1952 | 2026-05-28T04:48:47.877Z | Compiling camino v1.2.2 |
| 1953 | 2026-05-28T04:48:48.055Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-05-28T04:48:48.163Z | Compiling rand_chacha v0.9.0 |
| 1955 | 2026-05-28T04:48:48.195Z | Compiling http-body v1.0.1 |
| 1956 | 2026-05-28T04:48:48.214Z | Compiling aes v0.8.4 |
| 1957 | 2026-05-28T04:48:48.277Z | Compiling cbc v0.1.2 |
| 1958 | 2026-05-28T04:48:48.394Z | Compiling usdt-impl v0.5.0 |
| 1959 | 2026-05-28T04:48:48.409Z | Compiling tinyvec_macros v0.1.1 |
| 1960 | 2026-05-28T04:48:48.448Z | Compiling atomic-waker v1.1.2 |
| 1961 | 2026-05-28T04:48:48.492Z | Compiling winnow v0.7.14 |
| 1962 | 2026-05-28T04:48:48.547Z | Compiling ref-cast v1.0.25 |
| 1963 | 2026-05-28T04:48:48.579Z | Compiling tokio-util v0.7.18 |
| 1964 | 2026-05-28T04:48:48.596Z | Compiling unicode-segmentation v1.12.0 |
| 1965 | 2026-05-28T04:48:48.627Z | Compiling openssl-probe v0.2.1 |
| 1966 | 2026-05-28T04:48:48.663Z | Compiling usdt-impl v0.6.0 |
| 1967 | 2026-05-28T04:48:48.692Z | Compiling paste v1.0.15 |
| 1968 | 2026-05-28T04:48:48.806Z | Compiling untrusted v0.7.1 |
| 1969 | 2026-05-28T04:48:48.848Z | Compiling pkcs5 v0.7.1 |
| 1970 | 2026-05-28T04:48:48.985Z | Compiling tinyvec v1.10.0 |
| 1971 | 2026-05-28T04:48:49.068Z | Compiling rand v0.9.2 |
| 1972 | 2026-05-28T04:48:49.548Z | Compiling scroll v0.12.0 |
| 1973 | 2026-05-28T04:48:49.582Z | Compiling scroll v0.13.0 |
| 1974 | 2026-05-28T04:48:49.638Z | Compiling serde_spanned v0.6.9 |
| 1975 | 2026-05-28T04:48:49.670Z | Compiling toml_datetime v0.6.11 |
| 1976 | 2026-05-28T04:48:49.782Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-05-28T04:48:49.803Z | Compiling heapless v0.7.17 |
| 1978 | 2026-05-28T04:48:49.876Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-05-28T04:48:49.895Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-05-28T04:48:49.943Z | Compiling litrs v1.0.0 |
| 1981 | 2026-05-28T04:48:49.963Z | Compiling tower-layer v0.3.3 |
| 1982 | 2026-05-28T04:48:49.988Z | Compiling zstd-safe v7.2.4 |
| 1983 | 2026-05-28T04:48:50.050Z | Compiling signal-hook v0.3.18 |
| 1984 | 2026-05-28T04:48:50.185Z | Compiling either v1.15.0 |
| 1985 | 2026-05-28T04:48:50.190Z | Compiling tower-service v0.3.3 |
| 1986 | 2026-05-28T04:48:50.230Z | Compiling fastrand v2.3.0 |
| 1987 | 2026-05-28T04:48:50.409Z | Compiling document-features v0.2.12 |
| 1988 | 2026-05-28T04:48:50.426Z | Compiling h2 v0.4.13 |
| 1989 | 2026-05-28T04:48:50.440Z | Compiling want v0.3.1 |
| 1990 | 2026-05-28T04:48:50.600Z | Compiling goblin v0.10.5 |
| 1991 | 2026-05-28T04:48:50.616Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1992 | 2026-05-28T04:48:50.670Z | Compiling goblin v0.8.2 |
| 1993 | 2026-05-28T04:48:50.729Z | Compiling pkcs8 v0.10.2 |
| 1994 | 2026-05-28T04:48:50.948Z | Compiling heck v0.4.1 |
| 1995 | 2026-05-28T04:48:51.041Z | Compiling zerocopy v0.7.35 |
| 1996 | 2026-05-28T04:48:51.092Z | Compiling ipnet v2.11.0 |
| 1997 | 2026-05-28T04:48:51.188Z | Compiling ref-cast-impl v1.0.25 |
| 1998 | 2026-05-28T04:48:51.327Z | Compiling darling_core v0.20.11 |
| 1999 | 2026-05-28T04:48:51.539Z | Compiling curve25519-dalek v4.1.3 |
| 2000 | 2026-05-28T04:48:51.639Z | Compiling memoffset v0.9.1 |
| 2001 | 2026-05-28T04:48:51.723Z | Compiling pin-utils v0.1.0 |
| 2002 | 2026-05-28T04:48:51.802Z | Compiling rustix v0.38.44 |
| 2003 | 2026-05-28T04:48:51.946Z | Compiling powerfmt v0.2.0 |
| 2004 | 2026-05-28T04:48:51.984Z | Compiling foreign-types-shared v0.1.1 |
| 2005 | 2026-05-28T04:48:52.090Z | Compiling winnow v0.5.40 |
| 2006 | 2026-05-28T04:48:52.147Z | Compiling utf8parse v0.2.2 |
| 2007 | 2026-05-28T04:48:52.276Z | Compiling httpdate v1.0.3 |
| 2008 | 2026-05-28T04:48:52.463Z | Compiling tempfile v3.25.0 |
| 2009 | 2026-05-28T04:48:52.521Z | Compiling deranged v0.5.8 |
| 2010 | 2026-05-28T04:48:52.639Z | Compiling foreign-types v0.3.2 |
| 2011 | 2026-05-28T04:48:53.021Z | Compiling dof v0.3.0 |
| 2012 | 2026-05-28T04:48:53.105Z | Compiling unicode-normalization v0.1.25 |
| 2013 | 2026-05-28T04:48:53.298Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-05-28T04:48:53.380Z | Compiling toml_edit v0.19.15 |
| 2015 | 2026-05-28T04:48:53.460Z | Compiling hyper v1.8.1 |
| 2016 | 2026-05-28T04:48:53.516Z | Compiling dof v0.4.0 |
| 2017 | 2026-05-28T04:48:53.583Z | Compiling dtrace-parser v0.2.0 |
| 2018 | 2026-05-28T04:48:53.775Z | Compiling dtrace-parser v0.3.0 |
| 2019 | 2026-05-28T04:48:53.828Z | Compiling daft-derive v0.1.7 |
| 2020 | 2026-05-28T04:48:53.925Z | Compiling pin-project-internal v1.1.11 |
| 2021 | 2026-05-28T04:48:53.988Z | Compiling spin v0.9.8 |
| 2022 | 2026-05-28T04:48:54.070Z | Compiling thread-id v5.1.0 |
| 2023 | 2026-05-28T04:48:54.175Z | Compiling thread-id v4.2.2 |
| 2024 | 2026-05-28T04:48:54.202Z | Compiling socket2 v0.5.10 |
| 2025 | 2026-05-28T04:48:54.388Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2026-05-28T04:48:54.475Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-05-28T04:48:54.479Z | Compiling anstyle v1.0.14 |
| 2028 | 2026-05-28T04:48:54.543Z | Compiling num_threads v0.1.7 |
| 2029 | 2026-05-28T04:48:54.602Z | Compiling num-bigint-dig v0.8.6 |
| 2030 | 2026-05-28T04:48:54.619Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-05-28T04:48:54.651Z | Compiling time v0.3.47 |
| 2032 | 2026-05-28T04:48:54.656Z | Compiling nix v0.31.2 |
| 2033 | 2026-05-28T04:48:55.048Z | Compiling darling v0.20.11 |
| 2034 | 2026-05-28T04:48:55.289Z | Compiling rustls-native-certs v0.8.3 |
| 2035 | 2026-05-28T04:48:55.373Z | Compiling ipnetwork v0.21.1 |
| 2036 | 2026-05-28T04:48:55.652Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2037 | 2026-05-28T04:48:55.705Z | Compiling strum_macros v0.26.4 |
| 2038 | 2026-05-28T04:48:55.930Z | Compiling sync_wrapper v1.0.2 |
| 2039 | 2026-05-28T04:48:56.063Z | Compiling wait-timeout v0.2.1 |
| 2040 | 2026-05-28T04:48:56.289Z | Compiling quick-error v1.2.3 |
| 2041 | 2026-05-28T04:48:56.332Z | Compiling siphasher v1.0.2 |
| 2042 | 2026-05-28T04:48:56.411Z | Compiling anstyle-query v1.1.5 |
| 2043 | 2026-05-28T04:48:56.415Z | Compiling colorchoice v1.0.4 |
| 2044 | 2026-05-28T04:48:56.542Z | Compiling bit-vec v0.8.0 |
| 2045 | 2026-05-28T04:48:56.547Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-05-28T04:48:56.658Z | Compiling is_terminal_polyfill v1.70.2 |
| 2047 | 2026-05-28T04:48:56.772Z | Compiling bit-set v0.8.0 |
| 2048 | 2026-05-28T04:48:56.859Z | Compiling rusty-fork v0.3.1 |
| 2049 | 2026-05-28T04:48:56.955Z | Compiling tower v0.5.3 |
| 2050 | 2026-05-28T04:48:57.208Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-05-28T04:48:57.269Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-05-28T04:48:57.461Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-05-28T04:48:57.680Z | Compiling webpki-roots v1.0.6 |
| 2054 | 2026-05-28T04:48:57.755Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-05-28T04:48:57.782Z | Compiling signature v2.2.0 |
| 2056 | 2026-05-28T04:48:57.813Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-05-28T04:48:57.846Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-05-28T04:48:57.974Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-05-28T04:48:58.064Z | Compiling ahash v0.8.12 |
| 2060 | 2026-05-28T04:48:58.080Z | Compiling encoding_rs v0.8.35 |
| 2061 | 2026-05-28T04:48:58.193Z | Compiling adler2 v2.0.1 |
| 2062 | 2026-05-28T04:48:58.251Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-05-28T04:48:58.278Z | Compiling unicode-bidi v0.3.18 |
| 2064 | 2026-05-28T04:48:58.338Z | Compiling unarray v0.1.4 |
| 2065 | 2026-05-28T04:48:58.349Z | Compiling unicode-properties v0.1.4 |
| 2066 | 2026-05-28T04:48:58.369Z | Compiling mime v0.3.17 |
| 2067 | 2026-05-28T04:48:58.463Z | Compiling iri-string v0.7.10 |
| 2068 | 2026-05-28T04:48:58.502Z | Compiling object v0.37.3 |
| 2069 | 2026-05-28T04:48:58.586Z | Compiling ryu v1.0.23 |
| 2070 | 2026-05-28T04:48:58.733Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-05-28T04:48:58.779Z | Compiling stringprep v0.1.5 |
| 2072 | 2026-05-28T04:48:58.793Z | Compiling proptest v1.10.0 |
| 2073 | 2026-05-28T04:48:58.864Z | Compiling miniz_oxide v0.8.9 |
| 2074 | 2026-05-28T04:48:58.957Z | Compiling derive_builder_macro v0.20.2 |
| 2075 | 2026-05-28T04:48:59.096Z | Compiling tokio-native-tls v0.3.1 |
| 2076 | 2026-05-28T04:48:59.154Z | Compiling usdt-attr-macro v0.6.0 |
| 2077 | 2026-05-28T04:48:59.276Z | Compiling usdt-macro v0.6.0 |
| 2078 | 2026-05-28T04:48:59.427Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-05-28T04:48:59.630Z | Compiling tower-http v0.6.8 |
| 2080 | 2026-05-28T04:48:59.665Z | Compiling rand_chacha v0.3.1 |
| 2081 | 2026-05-28T04:48:59.699Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-05-28T04:48:59.747Z | Compiling md-5 v0.10.6 |
| 2083 | 2026-05-28T04:48:59.860Z | Compiling bstr v1.12.1 |
| 2084 | 2026-05-28T04:48:59.955Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-05-28T04:49:00.032Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-05-28T04:49:00.062Z | Compiling vergen-lib v9.1.0 |
| 2087 | 2026-05-28T04:49:00.078Z | Compiling ff v0.13.1 |
| 2088 | 2026-05-28T04:49:00.255Z | Compiling zlib-rs v0.6.2 |
| 2089 | 2026-05-28T04:49:00.286Z | Compiling base16ct v0.2.0 |
| 2090 | 2026-05-28T04:49:00.294Z | Compiling psl-types v2.0.11 |
| 2091 | 2026-05-28T04:49:00.351Z | Compiling fallible-iterator v0.2.0 |
| 2092 | 2026-05-28T04:49:00.479Z | Compiling publicsuffix v2.3.0 |
| 2093 | 2026-05-28T04:49:00.482Z | Compiling sec1 v0.7.3 |
| 2094 | 2026-05-28T04:49:00.548Z | Compiling group v0.13.0 |
| 2095 | 2026-05-28T04:49:00.642Z | Compiling postgres-protocol v0.6.10 |
| 2096 | 2026-05-28T04:49:00.669Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-05-28T04:49:00.812Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-05-28T04:49:01.128Z | Compiling rand v0.8.6 |
| 2099 | 2026-05-28T04:49:01.364Z | Compiling anstream v1.0.0 |
| 2100 | 2026-05-28T04:49:01.483Z | Compiling oxnet v0.1.5 |
| 2101 | 2026-05-28T04:49:01.524Z | Compiling derive_builder v0.20.2 |
| 2102 | 2026-05-28T04:49:01.539Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-05-28T04:49:01.699Z | Compiling phf_shared v0.13.1 |
| 2104 | 2026-05-28T04:49:01.794Z | Compiling pin-project v1.1.11 |
| 2105 | 2026-05-28T04:49:01.858Z | Compiling lazy_static v1.5.0 |
| 2106 | 2026-05-28T04:49:01.874Z | Compiling anstyle-parse v0.2.7 |
| 2107 | 2026-05-28T04:49:02.012Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-05-28T04:49:02.024Z | Compiling serde_with_macros v3.17.0 |
| 2109 | 2026-05-28T04:49:02.042Z | Compiling futures-executor v0.3.32 |
| 2110 | 2026-05-28T04:49:02.042Z | Compiling hex v0.4.3 |
| 2111 | 2026-05-28T04:49:02.255Z | Compiling hkdf v0.12.4 |
| 2112 | 2026-05-28T04:49:02.322Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-05-28T04:49:02.328Z | Compiling crypto-bigint v0.5.5 |
| 2114 | 2026-05-28T04:49:02.414Z | Compiling enum-as-inner v0.6.1 |
| 2115 | 2026-05-28T04:49:02.493Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-05-28T04:49:02.524Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-05-28T04:49:02.545Z | Compiling clap_derive v4.6.1 |
| 2118 | 2026-05-28T04:49:02.602Z | Compiling vergen v9.1.0 |
| 2119 | 2026-05-28T04:49:02.605Z | Compiling cargo-platform v0.3.2 |
| 2120 | 2026-05-28T04:49:02.727Z | Compiling foldhash v0.1.5 |
| 2121 | 2026-05-28T04:49:02.771Z | Compiling foldhash v0.2.0 |
| 2122 | 2026-05-28T04:49:02.817Z | Compiling clap_lex v1.0.0 |
| 2123 | 2026-05-28T04:49:02.889Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-05-28T04:49:02.934Z | Compiling bumpalo v3.20.2 |
| 2125 | 2026-05-28T04:49:03.004Z | Compiling libbz2-rs-sys v0.2.2 |
| 2126 | 2026-05-28T04:49:03.033Z | Compiling same-file v1.0.6 |
| 2127 | 2026-05-28T04:49:03.081Z | Compiling managed v0.8.0 |
| 2128 | 2026-05-28T04:49:03.205Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-05-28T04:49:03.235Z | Compiling zopfli v0.8.3 |
| 2130 | 2026-05-28T04:49:03.395Z | Compiling elliptic-curve v0.13.8 |
| 2131 | 2026-05-28T04:49:03.426Z | Compiling bzip2 v0.6.1 |
| 2132 | 2026-05-28T04:49:03.494Z | Compiling clap_builder v4.6.0 |
| 2133 | 2026-05-28T04:49:03.583Z | Compiling hashbrown v0.16.1 |
| 2134 | 2026-05-28T04:49:03.600Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-05-28T04:49:03.663Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-05-28T04:49:03.802Z | Compiling zstd v0.13.3 |
| 2137 | 2026-05-28T04:49:04.071Z | Compiling futures v0.3.32 |
| 2138 | 2026-05-28T04:49:04.182Z | Compiling anstream v0.6.21 |
| 2139 | 2026-05-28T04:49:04.247Z | Compiling phf v0.13.1 |
| 2140 | 2026-05-28T04:49:04.304Z | Compiling snafu v0.8.9 |
| 2141 | 2026-05-28T04:49:04.453Z | Compiling daft v0.1.7 |
| 2142 | 2026-05-28T04:49:04.519Z | Compiling signal-hook-mio v0.2.5 |
| 2143 | 2026-05-28T04:49:04.685Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-05-28T04:49:04.742Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-05-28T04:49:04.913Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-05-28T04:49:04.972Z | Compiling globset v0.4.18 |
| 2147 | 2026-05-28T04:49:05.086Z | Compiling strum v0.27.2 |
| 2148 | 2026-05-28T04:49:05.297Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-05-28T04:49:05.334Z | Compiling ed25519 v2.2.3 |
| 2150 | 2026-05-28T04:49:05.334Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-05-28T04:49:05.443Z | Compiling crossbeam-epoch v0.9.18 |
| 2152 | 2026-05-28T04:49:05.510Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-05-28T04:49:05.528Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-05-28T04:49:05.583Z | Compiling pem v3.0.6 |
| 2155 | 2026-05-28T04:49:05.711Z | Compiling serde_plain v1.0.2 |
| 2156 | 2026-05-28T04:49:05.737Z | Compiling serde-big-array v0.5.1 |
| 2157 | 2026-05-28T04:49:05.761Z | Compiling rfc6979 v0.4.0 |
| 2158 | 2026-05-28T04:49:05.870Z | Compiling float-cmp v0.10.0 |
| 2159 | 2026-05-28T04:49:05.887Z | Compiling memmap2 v0.9.10 |
| 2160 | 2026-05-28T04:49:05.904Z | Compiling env_filter v1.0.0 |
| 2161 | 2026-05-28T04:49:05.919Z | Compiling predicates-core v1.0.10 |
| 2162 | 2026-05-28T04:49:05.922Z | Compiling typed-path v0.9.3 |
| 2163 | 2026-05-28T04:49:05.966Z | Compiling static_assertions v1.1.0 |
| 2164 | 2026-05-28T04:49:06.009Z | Compiling fixedbitset v0.4.2 |
| 2165 | 2026-05-28T04:49:06.038Z | Compiling whoami v2.1.0 |
| 2166 | 2026-05-28T04:49:06.058Z | Compiling jiff v0.2.21 |
| 2167 | 2026-05-28T04:49:06.074Z | Compiling keccak v0.1.6 |
| 2168 | 2026-05-28T04:49:06.104Z | Compiling normalize-line-endings v0.3.0 |
| 2169 | 2026-05-28T04:49:06.119Z | Compiling precomputed-hash v0.1.1 |
| 2170 | 2026-05-28T04:49:06.173Z | Compiling difflib v0.4.0 |
| 2171 | 2026-05-28T04:49:06.221Z | Compiling toml_write v0.1.2 |
| 2172 | 2026-05-28T04:49:06.260Z | Compiling new_debug_unreachable v1.0.6 |
| 2173 | 2026-05-28T04:49:06.263Z | Compiling data-encoding v2.10.0 |
| 2174 | 2026-05-28T04:49:06.366Z | Compiling fixedbitset v0.5.7 |
| 2175 | 2026-05-28T04:49:06.385Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-05-28T04:49:06.457Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-05-28T04:49:06.579Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-05-28T04:49:06.626Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-05-28T04:49:06.640Z | Compiling predicates v3.1.4 |
| 2180 | 2026-05-28T04:49:06.698Z | Compiling tokio-postgres v0.7.16 |
| 2181 | 2026-05-28T04:49:06.796Z | Compiling sha3 v0.10.8 |
| 2182 | 2026-05-28T04:49:06.933Z | Compiling petgraph v0.6.5 |
| 2183 | 2026-05-28T04:49:07.101Z | Compiling env_logger v0.11.9 |
| 2184 | 2026-05-28T04:49:07.218Z | Compiling usdt v0.6.0 |
| 2185 | 2026-05-28T04:49:07.272Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2186 | 2026-05-28T04:49:07.469Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-05-28T04:49:07.487Z | Compiling rsa v0.9.10 |
| 2188 | 2026-05-28T04:49:08.128Z | Compiling ed25519-dalek v2.2.0 |
| 2189 | 2026-05-28T04:49:08.683Z | Compiling zip v4.6.1 |
| 2190 | 2026-05-28T04:49:08.787Z | Compiling crossterm v0.28.1 |
| 2191 | 2026-05-28T04:49:08.830Z | Compiling zip v0.6.6 |
| 2192 | 2026-05-28T04:49:09.227Z | Compiling clap v4.6.1 |
| 2193 | 2026-05-28T04:49:09.357Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-05-28T04:49:09.737Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-05-28T04:49:09.755Z | Compiling similar v2.7.0 |
| 2196 | 2026-05-28T04:49:09.856Z | Compiling strum v0.26.3 |
| 2197 | 2026-05-28T04:49:09.934Z | Compiling toml v0.7.8 |
| 2198 | 2026-05-28T04:49:09.992Z | Compiling tokio-stream v0.1.18 |
| 2199 | 2026-05-28T04:49:10.064Z | Compiling buf-list v1.1.2 |
| 2200 | 2026-05-28T04:49:10.133Z | Compiling x509-cert v0.2.5 |
| 2201 | 2026-05-28T04:49:10.500Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-05-28T04:49:10.607Z | Compiling openapiv3 v2.2.0 |
| 2203 | 2026-05-28T04:49:10.775Z | Compiling sha1 v0.10.6 |
| 2204 | 2026-05-28T04:49:10.948Z | Compiling peg-runtime v0.8.5 |
| 2205 | 2026-05-28T04:49:11.167Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-05-28T04:49:25.614Z | Compiling rustls-webpki v0.103.9 |
| 2207 | 2026-05-28T04:49:26.988Z | Compiling macaddr v1.0.1 |
| 2208 | 2026-05-28T04:49:27.112Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-05-28T04:49:27.288Z | Compiling rayon-core v1.13.0 |
| 2210 | 2026-05-28T04:49:27.501Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-05-28T04:49:27.599Z | Compiling itertools v0.14.0 |
| 2212 | 2026-05-28T04:49:27.735Z | Compiling secrecy v0.10.3 |
| 2213 | 2026-05-28T04:49:27.807Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2214 | 2026-05-28T04:49:27.924Z | Compiling heapless v0.8.0 |
| 2215 | 2026-05-28T04:49:28.012Z | Compiling rustls v0.22.4 |
| 2216 | 2026-05-28T04:49:28.046Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2217 | 2026-05-28T04:49:28.112Z | Compiling structmeta v0.3.0 |
| 2218 | 2026-05-28T04:49:28.224Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2026-05-28T04:49:28.272Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2220 | 2026-05-28T04:49:28.304Z | Compiling crossbeam-deque v0.8.6 |
| 2221 | 2026-05-28T04:49:28.322Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2026-05-28T04:49:28.345Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-05-28T04:49:28.382Z | Compiling multer v3.1.0 |
| 2224 | 2026-05-28T04:49:28.398Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-05-28T04:49:28.420Z | Compiling unicode-width v0.2.0 |
| 2226 | 2026-05-28T04:49:28.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-05-28T04:49:28.531Z | Compiling slog-async v2.8.0 |
| 2228 | 2026-05-28T04:49:28.534Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-05-28T04:49:28.564Z | Compiling compression-core v0.4.31 |
| 2230 | 2026-05-28T04:49:28.599Z | Compiling match_cfg v0.1.0 |
| 2231 | 2026-05-28T04:49:28.700Z | Compiling compression-codecs v0.4.37 |
| 2232 | 2026-05-28T04:49:28.722Z | Compiling hostname v0.3.1 |
| 2233 | 2026-05-28T04:49:28.809Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-05-28T04:49:28.866Z | Compiling ingot-macros v0.1.1 |
| 2235 | 2026-05-28T04:49:28.918Z | Compiling derive-ex v0.1.8 |
| 2236 | 2026-05-28T04:49:28.940Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-05-28T04:49:29.089Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-05-28T04:49:29.200Z | Compiling half v2.7.1 |
| 2239 | 2026-05-28T04:49:29.216Z | Compiling newtype-uuid-macros v0.1.0 |
| 2240 | 2026-05-28T04:49:29.251Z | Compiling cobs v0.3.0 |
| 2241 | 2026-05-28T04:49:29.426Z | Compiling tokio-rustls v0.26.4 |
| 2242 | 2026-05-28T04:49:29.587Z | Compiling rustls-platform-verifier v0.6.2 |
| 2243 | 2026-05-28T04:49:29.604Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-05-28T04:49:29.717Z | Compiling hyper-rustls v0.27.7 |
| 2245 | 2026-05-28T04:49:29.819Z | Compiling universal-hash v0.5.1 |
| 2246 | 2026-05-28T04:49:29.843Z | Compiling async-stream-impl v0.3.6 |
| 2247 | 2026-05-28T04:49:29.968Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-05-28T04:49:29.990Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-05-28T04:49:30.069Z | Compiling serde_spanned v1.0.4 |
| 2250 | 2026-05-28T04:49:30.190Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2251 | 2026-05-28T04:49:30.258Z | Compiling is-terminal v0.4.17 |
| 2252 | 2026-05-28T04:49:30.342Z | Compiling proc-macro-error-attr v1.0.4 |
| 2253 | 2026-05-28T04:49:30.376Z | Compiling dropshot v0.17.0 |
| 2254 | 2026-05-28T04:49:30.435Z | Compiling term v1.2.1 |
| 2255 | 2026-05-28T04:49:30.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2256 | 2026-05-28T04:49:30.564Z | Compiling ciborium-io v0.2.2 |
| 2257 | 2026-05-28T04:49:30.602Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2258 | 2026-05-28T04:49:30.649Z | Compiling convert_case v0.4.0 |
| 2259 | 2026-05-28T04:49:30.668Z | Compiling take_mut v0.2.2 |
| 2260 | 2026-05-28T04:49:30.686Z | Compiling opaque-debug v0.3.1 |
| 2261 | 2026-05-28T04:49:30.731Z | Compiling thiserror-no-std v2.0.2 |
| 2262 | 2026-05-28T04:49:30.807Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2263 | 2026-05-28T04:49:30.845Z | Compiling poly1305 v0.8.0 |
| 2264 | 2026-05-28T04:49:30.876Z | Compiling tokio-rustls v0.25.0 |
| 2265 | 2026-05-28T04:49:30.893Z | Compiling slog-term v2.9.2 |
| 2266 | 2026-05-28T04:49:30.976Z | Compiling derive_more v0.99.20 |
| 2267 | 2026-05-28T04:49:31.089Z | Compiling ciborium-ll v0.2.2 |
| 2268 | 2026-05-28T04:49:31.270Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-05-28T04:49:31.375Z | Compiling async-stream v0.3.6 |
| 2270 | 2026-05-28T04:49:31.499Z | Compiling tough v0.22.0 |
| 2271 | 2026-05-28T04:49:31.515Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-05-28T04:49:31.588Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-05-28T04:49:31.993Z | Compiling ingot v0.1.1 |
| 2274 | 2026-05-28T04:49:32.032Z | Compiling postcard v1.1.3 |
| 2275 | 2026-05-28T04:49:32.261Z | Compiling num_enum_derive v0.7.6 |
| 2276 | 2026-05-28T04:49:32.438Z | Compiling slog-bunyan v2.5.0 |
| 2277 | 2026-05-28T04:49:32.521Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-05-28T04:49:32.648Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2279 | 2026-05-28T04:49:33.028Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-05-28T04:49:33.150Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2281 | 2026-05-28T04:49:33.220Z | Compiling proc-macro-crate v1.3.1 |
| 2282 | 2026-05-28T04:49:33.275Z | Compiling backon v1.6.0 |
| 2283 | 2026-05-28T04:49:33.358Z | Compiling waitgroup v0.1.2 |
| 2284 | 2026-05-28T04:49:33.377Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2285 | 2026-05-28T04:49:33.404Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-05-28T04:49:33.540Z | Compiling chacha20 v0.9.1 |
| 2287 | 2026-05-28T04:49:33.557Z | Compiling dropshot_endpoint v0.17.0 |
| 2288 | 2026-05-28T04:49:33.583Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-05-28T04:49:33.775Z | Compiling blake2 v0.10.6 |
| 2290 | 2026-05-28T04:49:33.832Z | Compiling aead v0.5.2 |
| 2291 | 2026-05-28T04:49:33.906Z | Compiling foreign-types-macros v0.2.3 |
| 2292 | 2026-05-28T04:49:34.157Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-28T04:49:34.205Z | Compiling serde_path_to_error v0.1.20 |
| 2294 | 2026-05-28T04:49:34.293Z | Compiling hostname v0.4.2 |
| 2295 | 2026-05-28T04:49:34.412Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2296 | 2026-05-28T04:49:34.516Z | Compiling proc-macro-error v1.0.4 |
| 2297 | 2026-05-28T04:49:34.531Z | Compiling instant v0.1.13 |
| 2298 | 2026-05-28T04:49:34.548Z | Compiling debug-ignore v1.0.5 |
| 2299 | 2026-05-28T04:49:34.551Z | Compiling foreign-types-shared v0.3.1 |
| 2300 | 2026-05-28T04:49:34.591Z | Compiling typeid v1.0.3 |
| 2301 | 2026-05-28T04:49:34.618Z | Compiling cpufeatures v0.3.0 |
| 2302 | 2026-05-28T04:49:34.674Z | Compiling foreign-types v0.5.0 |
| 2303 | 2026-05-28T04:49:34.691Z | Compiling chacha20 v0.10.0 |
| 2304 | 2026-05-28T04:49:34.694Z | Compiling backoff v0.4.0 |
| 2305 | 2026-05-28T04:49:34.710Z | Compiling parse-display v0.10.0 |
| 2306 | 2026-05-28T04:49:34.744Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2307 | 2026-05-28T04:49:34.780Z | Compiling argon2 v0.5.3 |
| 2308 | 2026-05-28T04:49:34.785Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-05-28T04:49:34.814Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2310 | 2026-05-28T04:49:34.897Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-05-28T04:49:34.941Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-05-28T04:49:34.957Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-05-28T04:49:34.974Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-05-28T04:49:35.040Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-05-28T04:49:35.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2316 | 2026-05-28T04:49:35.376Z | Compiling tabwriter v1.4.1 |
| 2317 | 2026-05-28T04:49:35.396Z | Compiling regress v0.10.5 |
| 2318 | 2026-05-28T04:49:35.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-05-28T04:49:35.637Z | Compiling byte-wrapper v0.1.0 |
| 2320 | 2026-05-28T04:49:35.766Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2321 | 2026-05-28T04:49:35.840Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-05-28T04:49:35.843Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2323 | 2026-05-28T04:49:35.874Z | Compiling cstr-argument v0.1.2 |
| 2324 | 2026-05-28T04:49:35.889Z | Compiling erased-serde v0.4.9 |
| 2325 | 2026-05-28T04:49:36.069Z | Compiling humantime v2.3.0 |
| 2326 | 2026-05-28T04:49:36.131Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 2327 | 2026-05-28T04:49:36.239Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-05-28T04:49:36.289Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2329 | 2026-05-28T04:49:36.367Z | Compiling num_enum v0.5.11 |
| 2330 | 2026-05-28T04:49:36.465Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2331 | 2026-05-28T04:49:36.499Z | Compiling rand v0.10.1 |
| 2332 | 2026-05-28T04:49:36.535Z | Compiling rayon v1.11.0 |
| 2333 | 2026-05-28T04:49:36.577Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2334 | 2026-05-28T04:49:36.592Z | Compiling indent_write v2.2.0 |
| 2335 | 2026-05-28T04:49:36.658Z | Compiling libefi-sys v0.1.0 |
| 2336 | 2026-05-28T04:49:36.685Z | Compiling winnow v1.0.3 |
| 2337 | 2026-05-28T04:49:36.722Z | Compiling colored v3.1.1 |
| 2338 | 2026-05-28T04:49:36.750Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2339 | 2026-05-28T04:49:36.774Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-05-28T04:49:36.880Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-05-28T04:49:36.941Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2342 | 2026-05-28T04:49:36.957Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2343 | 2026-05-28T04:49:37.157Z | Compiling camino-tempfile v1.4.1 |
| 2344 | 2026-05-28T04:49:37.193Z | Compiling itertools v0.12.1 |
| 2345 | 2026-05-28T04:49:37.303Z | Compiling usdt-attr-macro v0.5.0 |
| 2346 | 2026-05-28T04:49:37.393Z | Compiling usdt-macro v0.5.0 |
| 2347 | 2026-05-28T04:49:37.423Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-05-28T04:49:37.492Z | Compiling bitfield-struct v0.6.2 |
| 2349 | 2026-05-28T04:49:37.532Z | Compiling blake3 v1.8.3 |
| 2350 | 2026-05-28T04:49:37.572Z | Compiling ordered-float v2.10.1 |
| 2351 | 2026-05-28T04:49:37.896Z | Compiling sigpipe v0.1.3 |
| 2352 | 2026-05-28T04:49:38.016Z | Compiling memmap v0.7.0 |
| 2353 | 2026-05-28T04:49:38.059Z | Compiling glob v0.3.3 |
| 2354 | 2026-05-28T04:49:38.087Z | Compiling swrite v0.1.0 |
| 2355 | 2026-05-28T04:49:38.110Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2356 | 2026-05-28T04:49:38.164Z | Compiling usdt v0.5.0 |
| 2357 | 2026-05-28T04:49:38.220Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-28T04:49:38.322Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2359 | 2026-05-28T04:49:38.359Z | Compiling serde-value v0.7.0 |
| 2360 | 2026-05-28T04:49:38.569Z | Compiling zone v0.3.1 |
| 2361 | 2026-05-28T04:49:38.657Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-05-28T04:49:38.759Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2363 | 2026-05-28T04:49:38.826Z | Compiling toml v0.8.23 |
| 2364 | 2026-05-28T04:49:39.009Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2365 | 2026-05-28T04:49:39.042Z | Compiling smf v0.2.3 |
| 2366 | 2026-05-28T04:49:39.060Z | Compiling filetime v0.2.27 |
| 2367 | 2026-05-28T04:49:39.078Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-05-28T04:49:39.080Z | Compiling xattr v1.6.1 |
| 2369 | 2026-05-28T04:49:39.080Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-05-28T04:49:39.080Z | Compiling whoami v1.6.1 |
| 2371 | 2026-05-28T04:49:39.210Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-05-28T04:49:39.261Z | Compiling arrayref v0.3.9 |
| 2373 | 2026-05-28T04:49:39.294Z | Compiling unicode-xid v0.2.6 |
| 2374 | 2026-05-28T04:49:39.310Z | Compiling tar v0.4.45 |
| 2375 | 2026-05-28T04:49:39.367Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-05-28T04:49:39.466Z | Compiling cargo-util-schemas v0.8.2 |
| 2377 | 2026-05-28T04:49:39.498Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-05-28T04:49:39.606Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-05-28T04:49:39.751Z | Compiling console v0.16.2 |
| 2380 | 2026-05-28T04:49:39.961Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-05-28T04:49:40.116Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-05-28T04:49:40.134Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-05-28T04:49:40.153Z | Compiling unit-prefix v0.5.2 |
| 2384 | 2026-05-28T04:49:40.181Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-05-28T04:49:40.251Z | Compiling shell-words v1.1.1 |
| 2386 | 2026-05-28T04:49:40.330Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-05-28T04:49:40.346Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-05-28T04:49:40.692Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-05-28T04:49:49.981Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-05-28T04:49:49.981Z | Compiling progenitor-client v0.13.0 |
| 2391 | 2026-05-28T04:49:49.999Z | Compiling omicron-zone-package v0.12.2 |
| 2392 | 2026-05-28T04:49:50.476Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-05-28T04:49:52.809Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-05-28T04:49:52.871Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-05-28T04:49:52.901Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-05-28T04:49:53.036Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-05-28T04:49:53.067Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-05-28T04:49:53.087Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2399 | 2026-05-28T04:49:53.140Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2400 | 2026-05-28T04:49:53.168Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2401 | 2026-05-28T04:49:53.217Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-05-28T04:49:57.135Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-05-28T04:50:04.708Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-28T04:50:07.757Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-05-28T04:50:08.733Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-05-28T04:50:18.554Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2407 | 2026-05-28T04:50:18.711Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-05-28T04:50:18.774Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-05-28T04:50:18.777Z | Created new build target 'test' and set it as active |
| 2410 | 2026-05-28T04:50:18.777Z | |
| 2411 | 2026-05-28T04:50:18.777Z | real 1:44.400383701 |
| 2412 | 2026-05-28T04:50:18.777Z | user 17:04.433846324 |
| 2413 | 2026-05-28T04:50:18.777Z | sys 2:37.507255214 |
| 2414 | 2026-05-28T04:50:18.777Z | trap 0.467775290 |
| 2415 | 2026-05-28T04:50:18.777Z | tflt 3.189839437 |
| 2416 | 2026-05-28T04:50:18.778Z | dflt 4.465006390 |
| 2417 | 2026-05-28T04:50:18.778Z | kflt 0.000431140 |
| 2418 | 2026-05-28T04:50:18.778Z | lock 53:07.365392492 |
| 2419 | 2026-05-28T04:50:18.778Z | slp 43:18.692950083 |
| 2420 | 2026-05-28T04:50:18.778Z | lat 43.445974177 |
| 2421 | 2026-05-28T04:50:18.778Z | stop 5:39.516704972 |
| 2422 | 2026-05-28T04:50:18.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-05-28T04:50:19.689Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2424 | 2026-05-28T04:50:19.760Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-05-28T04:50:19.817Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-05-28T04:50:21.351Z | Compiling heck v0.5.0 |
| 2427 | 2026-05-28T04:50:21.574Z | Compiling regress v0.11.1 |
| 2428 | 2026-05-28T04:50:21.596Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-05-28T04:50:21.643Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-05-28T04:50:21.674Z | Compiling regress v0.10.5 |
| 2431 | 2026-05-28T04:50:21.674Z | Compiling unicode-width v0.1.14 |
| 2432 | 2026-05-28T04:50:21.677Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-05-28T04:50:21.677Z | Compiling prettyplease v0.2.37 |
| 2434 | 2026-05-28T04:50:21.697Z | Compiling derive-where v1.6.0 |
| 2435 | 2026-05-28T04:50:21.700Z | Compiling num-rational v0.4.2 |
| 2436 | 2026-05-28T04:50:21.768Z | Compiling num-complex v0.4.6 |
| 2437 | 2026-05-28T04:50:21.771Z | Compiling rustls v0.22.4 |
| 2438 | 2026-05-28T04:50:21.788Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-05-28T04:50:21.791Z | Compiling thread_local v1.1.9 |
| 2440 | 2026-05-28T04:50:21.809Z | Compiling compression-core v0.4.31 |
| 2441 | 2026-05-28T04:50:21.917Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-05-28T04:50:21.941Z | Compiling float-ord v0.3.2 |
| 2443 | 2026-05-28T04:50:21.966Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-05-28T04:50:22.019Z | Compiling bytecount v0.6.9 |
| 2445 | 2026-05-28T04:50:22.041Z | Compiling hostname v0.3.1 |
| 2446 | 2026-05-28T04:50:22.072Z | Compiling compression-codecs v0.4.37 |
| 2447 | 2026-05-28T04:50:22.096Z | Compiling multer v3.1.0 |
| 2448 | 2026-05-28T04:50:22.099Z | Compiling slog-async v2.8.0 |
| 2449 | 2026-05-28T04:50:22.159Z | Compiling serde_yaml v0.9.34+deprecated |
| 2450 | 2026-05-28T04:50:22.181Z | Compiling crossbeam-channel v0.5.15 |
| 2451 | 2026-05-28T04:50:22.206Z | Compiling num v0.4.3 |
| 2452 | 2026-05-28T04:50:22.228Z | Compiling slog-json v2.6.1 |
| 2453 | 2026-05-28T04:50:22.253Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2454 | 2026-05-28T04:50:22.308Z | Compiling serde_spanned v1.0.4 |
| 2455 | 2026-05-28T04:50:22.330Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2456 | 2026-05-28T04:50:22.350Z | Compiling term v1.2.1 |
| 2457 | 2026-05-28T04:50:22.457Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-05-28T04:50:22.482Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-05-28T04:50:22.527Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2460 | 2026-05-28T04:50:22.561Z | Compiling async-compression v0.4.41 |
| 2461 | 2026-05-28T04:50:22.656Z | Compiling slog-term v2.9.2 |
| 2462 | 2026-05-28T04:50:22.716Z | Compiling console v0.15.11 |
| 2463 | 2026-05-28T04:50:22.777Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2464 | 2026-05-28T04:50:22.897Z | Compiling async-stream v0.3.6 |
| 2465 | 2026-05-28T04:50:22.920Z | Compiling dropshot v0.17.0 |
| 2466 | 2026-05-28T04:50:22.951Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-05-28T04:50:22.994Z | Compiling progenitor-client v0.14.0 |
| 2468 | 2026-05-28T04:50:23.017Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2469 | 2026-05-28T04:50:23.041Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-05-28T04:50:23.044Z | Compiling backon v1.6.0 |
| 2471 | 2026-05-28T04:50:23.094Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-05-28T04:50:23.117Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-05-28T04:50:23.175Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-05-28T04:50:23.208Z | Compiling hostname v0.4.2 |
| 2475 | 2026-05-28T04:50:23.229Z | Compiling instant v0.1.13 |
| 2476 | 2026-05-28T04:50:23.295Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-05-28T04:50:23.344Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-05-28T04:50:23.371Z | Compiling backoff v0.4.0 |
| 2479 | 2026-05-28T04:50:23.393Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2480 | 2026-05-28T04:50:23.436Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2481 | 2026-05-28T04:50:23.468Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-05-28T04:50:23.571Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-05-28T04:50:23.637Z | Compiling atomicwrites v0.4.4 |
| 2484 | 2026-05-28T04:50:23.664Z | Compiling newline-converter v0.3.0 |
| 2485 | 2026-05-28T04:50:23.689Z | Compiling progenitor-client v0.13.0 |
| 2486 | 2026-05-28T04:50:23.735Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2487 | 2026-05-28T04:50:23.794Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-05-28T04:50:23.836Z | Compiling humantime v2.3.0 |
| 2489 | 2026-05-28T04:50:23.963Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-05-28T04:50:24.055Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-05-28T04:50:24.078Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-05-28T04:50:24.110Z | Compiling tokio-rustls v0.25.0 |
| 2493 | 2026-05-28T04:50:24.200Z | Compiling resolv-conf v0.7.6 |
| 2494 | 2026-05-28T04:50:24.203Z | Compiling cancel-safe-futures v0.1.5 |
| 2495 | 2026-05-28T04:50:24.246Z | Compiling owo-colors v4.3.0 |
| 2496 | 2026-05-28T04:50:24.268Z | Compiling libsw-core v0.3.2 |
| 2497 | 2026-05-28T04:50:24.314Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-05-28T04:50:24.314Z | Compiling toml v0.8.23 |
| 2499 | 2026-05-28T04:50:24.508Z | Compiling libsw v3.5.0 |
| 2500 | 2026-05-28T04:50:24.578Z | Compiling nom v7.1.3 |
| 2501 | 2026-05-28T04:50:24.624Z | Compiling num-derive v0.3.3 |
| 2502 | 2026-05-28T04:50:24.746Z | Compiling linear-map v1.2.0 |
| 2503 | 2026-05-28T04:50:24.858Z | Compiling linked-hash-map v0.5.6 |
| 2504 | 2026-05-28T04:50:24.975Z | Compiling hickory-proto v0.24.4 |
| 2505 | 2026-05-28T04:50:25.002Z | Compiling unicode-xid v0.2.6 |
| 2506 | 2026-05-28T04:50:25.052Z | Compiling itertools v0.13.0 |
| 2507 | 2026-05-28T04:50:25.112Z | Compiling lru-cache v0.1.2 |
| 2508 | 2026-05-28T04:50:25.135Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2509 | 2026-05-28T04:50:25.164Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2510 | 2026-05-28T04:50:25.213Z | Compiling csv-core v0.1.13 |
| 2511 | 2026-05-28T04:50:25.288Z | Compiling highway v1.3.0 |
| 2512 | 2026-05-28T04:50:25.549Z | Compiling libscf-sys v1.1.0 |
| 2513 | 2026-05-28T04:50:25.639Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-28T04:50:25.663Z | Compiling csv v1.4.0 |
| 2515 | 2026-05-28T04:50:25.726Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-05-28T04:50:25.852Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-05-28T04:50:25.955Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2518 | 2026-05-28T04:50:26.018Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-28T04:50:26.102Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2520 | 2026-05-28T04:50:26.168Z | Compiling tagptr v0.2.0 |
| 2521 | 2026-05-28T04:50:26.270Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-05-28T04:50:26.362Z | Compiling moka v0.12.13 |
| 2523 | 2026-05-28T04:50:26.528Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2524 | 2026-05-28T04:50:26.560Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2525 | 2026-05-28T04:50:26.591Z | Compiling phf v0.12.1 |
| 2526 | 2026-05-28T04:50:26.655Z | Compiling typify-macro v0.6.2 |
| 2527 | 2026-05-28T04:50:26.680Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-05-28T04:50:26.759Z | Compiling tabled v0.15.0 |
| 2529 | 2026-05-28T04:50:26.796Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2530 | 2026-05-28T04:50:27.150Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2531 | 2026-05-28T04:50:27.248Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2532 | 2026-05-28T04:50:27.465Z | Compiling hickory-resolver v0.24.4 |
| 2533 | 2026-05-28T04:50:27.488Z | Compiling const_format v0.2.35 |
| 2534 | 2026-05-28T04:50:27.671Z | Compiling hickory-resolver v0.25.2 |
| 2535 | 2026-05-28T04:50:28.001Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2536 | 2026-05-28T04:50:28.185Z | Compiling typify v0.6.2 |
| 2537 | 2026-05-28T04:50:28.498Z | Compiling progenitor-impl v0.14.0 |
| 2538 | 2026-05-28T04:50:29.314Z | Compiling progenitor-impl v0.13.0 |
| 2539 | 2026-05-28T04:50:30.718Z | Compiling progenitor-macro v0.14.0 |
| 2540 | 2026-05-28T04:50:31.068Z | Compiling qorb v0.4.1 |
| 2541 | 2026-05-28T04:50:31.537Z | Compiling progenitor-macro v0.13.0 |
| 2542 | 2026-05-28T04:50:32.735Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-05-28T04:50:33.890Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-05-28T04:50:34.128Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2545 | 2026-05-28T04:50:34.290Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2546 | 2026-05-28T04:50:34.456Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2547 | 2026-05-28T04:50:34.673Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2548 | 2026-05-28T04:50:34.749Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-05-28T04:50:34.935Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-28T04:50:35.369Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-28T04:50:35.543Z | Compiling progenitor v0.13.0 |
| 2552 | 2026-05-28T04:50:35.729Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2553 | 2026-05-28T04:50:35.752Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2554 | 2026-05-28T04:50:35.806Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2555 | 2026-05-28T04:50:35.877Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2556 | 2026-05-28T04:50:36.294Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2557 | 2026-05-28T04:50:36.980Z | Compiling semver v0.1.20 |
| 2558 | 2026-05-28T04:50:37.306Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-05-28T04:50:37.454Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2560 | 2026-05-28T04:50:37.634Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2561 | 2026-05-28T04:50:39.073Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2562 | 2026-05-28T04:50:39.210Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2563 | 2026-05-28T04:50:39.326Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-05-28T04:50:39.491Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2565 | 2026-05-28T04:50:39.649Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2566 | 2026-05-28T04:50:39.829Z | Compiling convert_case v0.10.0 |
| 2567 | 2026-05-28T04:50:39.917Z | Compiling smawk v0.3.2 |
| 2568 | 2026-05-28T04:50:40.136Z | Compiling unicode-linebreak v0.1.5 |
| 2569 | 2026-05-28T04:50:40.139Z | Compiling derive_more-impl v2.1.1 |
| 2570 | 2026-05-28T04:50:40.222Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2571 | 2026-05-28T04:50:40.461Z | Compiling textwrap v0.16.2 |
| 2572 | 2026-05-28T04:50:40.601Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2573 | 2026-05-28T04:50:40.829Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2574 | 2026-05-28T04:50:40.977Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2575 | 2026-05-28T04:50:42.120Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2576 | 2026-05-28T04:50:42.183Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2577 | 2026-05-28T04:50:42.394Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2578 | 2026-05-28T04:50:42.640Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2579 | 2026-05-28T04:50:43.075Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2580 | 2026-05-28T04:50:43.291Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2581 | 2026-05-28T04:50:43.487Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2582 | 2026-05-28T04:50:43.565Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2583 | 2026-05-28T04:50:43.642Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2584 | 2026-05-28T04:50:43.700Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2585 | 2026-05-28T04:50:43.816Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2586 | 2026-05-28T04:50:43.882Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2587 | 2026-05-28T04:50:43.998Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2588 | 2026-05-28T04:50:44.040Z | Compiling derive_more v2.1.1 |
| 2589 | 2026-05-28T04:50:44.160Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2590 | 2026-05-28T04:50:44.255Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2591 | 2026-05-28T04:50:44.336Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2592 | 2026-05-28T04:50:44.454Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2593 | 2026-05-28T04:50:44.639Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2594 | 2026-05-28T04:50:44.750Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2595 | 2026-05-28T04:50:44.947Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2596 | 2026-05-28T04:50:45.152Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2597 | 2026-05-28T04:50:45.410Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2598 | 2026-05-28T04:50:45.458Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2599 | 2026-05-28T04:50:45.637Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2600 | 2026-05-28T04:50:46.052Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2601 | 2026-05-28T04:50:46.311Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2602 | 2026-05-28T04:50:46.739Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2603 | 2026-05-28T04:50:47.196Z | Compiling steno v0.4.1 |
| 2604 | 2026-05-28T04:50:48.106Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2605 | 2026-05-28T04:50:48.199Z | Compiling crossterm v0.29.0 |
| 2606 | 2026-05-28T04:50:49.815Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2607 | 2026-05-28T04:50:49.940Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2608 | 2026-05-28T04:50:50.527Z | Compiling vte v0.14.1 |
| 2609 | 2026-05-28T04:50:50.648Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2610 | 2026-05-28T04:50:50.688Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2611 | 2026-05-28T04:50:50.792Z | Compiling strip-ansi-escapes v0.2.1 |
| 2612 | 2026-05-28T04:50:50.956Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2613 | 2026-05-28T04:50:51.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-05-28T04:50:51.368Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-05-28T04:50:51.554Z | Compiling peg-macros v0.8.5 |
| 2616 | 2026-05-28T04:50:51.702Z | Compiling nu-ansi-term v0.50.3 |
| 2617 | 2026-05-28T04:50:52.056Z | Compiling reedline v0.40.0 |
| 2618 | 2026-05-28T04:50:52.299Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2619 | 2026-05-28T04:50:52.835Z | Compiling peg v0.8.5 |
| 2620 | 2026-05-28T04:50:52.916Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2621 | 2026-05-28T04:50:52.949Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2622 | 2026-05-28T04:50:54.504Z | Compiling nom v8.0.0 |
| 2623 | 2026-05-28T04:50:54.749Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2624 | 2026-05-28T04:50:54.837Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2625 | 2026-05-28T04:50:54.998Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2626 | 2026-05-28T04:50:55.262Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2627 | 2026-05-28T04:50:55.532Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2628 | 2026-05-28T04:50:55.676Z | Compiling base64 v0.21.7 |
| 2629 | 2026-05-28T04:50:55.864Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2630 | 2026-05-28T04:50:55.976Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2631 | 2026-05-28T04:50:56.051Z | Compiling utf-8 v0.7.6 |
| 2632 | 2026-05-28T04:50:56.234Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2633 | 2026-05-28T04:50:56.264Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2634 | 2026-05-28T04:50:56.297Z | Compiling tungstenite v0.21.0 |
| 2635 | 2026-05-28T04:50:56.319Z | Compiling radium v0.7.0 |
| 2636 | 2026-05-28T04:50:56.426Z | Compiling maybe-uninit v2.0.0 |
| 2637 | 2026-05-28T04:50:56.502Z | Compiling display-error-chain v0.2.2 |
| 2638 | 2026-05-28T04:50:56.654Z | Compiling tap v1.0.1 |
| 2639 | 2026-05-28T04:50:56.808Z | Compiling wyz v0.5.1 |
| 2640 | 2026-05-28T04:50:56.832Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2641 | 2026-05-28T04:50:56.961Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2642 | 2026-05-28T04:50:57.063Z | Compiling tokio-tungstenite v0.21.0 |
| 2643 | 2026-05-28T04:50:57.085Z | Compiling zerocopy-derive v0.6.6 |
| 2644 | 2026-05-28T04:50:57.181Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2645 | 2026-05-28T04:50:57.454Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2646 | 2026-05-28T04:50:57.590Z | Compiling funty v2.0.0 |
| 2647 | 2026-05-28T04:50:57.865Z | Compiling crc-catalog v2.4.0 |
| 2648 | 2026-05-28T04:50:58.004Z | Compiling packed_struct v0.10.1 |
| 2649 | 2026-05-28T04:50:58.403Z | Compiling crc v3.4.0 |
| 2650 | 2026-05-28T04:50:58.440Z | Compiling bitvec v1.0.1 |
| 2651 | 2026-05-28T04:50:58.569Z | Compiling zerocopy v0.6.6 |
| 2652 | 2026-05-28T04:50:58.636Z | Compiling proc-macro-error2 v2.0.1 |
| 2653 | 2026-05-28T04:50:58.996Z | Compiling itertools v0.10.5 |
| 2654 | 2026-05-28T04:50:59.027Z | Compiling packed_struct_codegen v0.10.1 |
| 2655 | 2026-05-28T04:50:59.082Z | Compiling vergen-lib v0.1.6 |
| 2656 | 2026-05-28T04:50:59.316Z | Compiling bitfield-macros v0.19.4 |
| 2657 | 2026-05-28T04:50:59.681Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2658 | 2026-05-28T04:51:00.043Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2659 | 2026-05-28T04:51:00.065Z | Compiling indexmap v1.9.3 |
| 2660 | 2026-05-28T04:51:00.097Z | Compiling nodrop v0.1.14 |
| 2661 | 2026-05-28T04:51:00.228Z | Compiling array-init v0.0.4 |
| 2662 | 2026-05-28T04:51:00.283Z | Compiling bitfield v0.19.4 |
| 2663 | 2026-05-28T04:51:00.401Z | Compiling smallvec v0.6.14 |
| 2664 | 2026-05-28T04:51:00.622Z | Compiling tabled_derive v0.11.0 |
| 2665 | 2026-05-28T04:51:00.678Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2666 | 2026-05-28T04:51:00.824Z | Compiling papergrid v0.17.0 |
| 2667 | 2026-05-28T04:51:01.003Z | Compiling testing_table v0.3.0 |
| 2668 | 2026-05-28T04:51:01.380Z | Compiling vergen-gitcl v1.0.8 |
| 2669 | 2026-05-28T04:51:01.446Z | Compiling dirs-sys-next v0.1.2 |
| 2670 | 2026-05-28T04:51:01.629Z | Compiling maplit v1.0.2 |
| 2671 | 2026-05-28T04:51:01.683Z | Compiling hashbrown v0.12.3 |
| 2672 | 2026-05-28T04:51:01.729Z | Compiling glob v0.3.3 |
| 2673 | 2026-05-28T04:51:01.756Z | Compiling diesel_derives v2.3.7 |
| 2674 | 2026-05-28T04:51:01.868Z | Compiling crunchy v0.2.4 |
| 2675 | 2026-05-28T04:51:01.988Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2676 | 2026-05-28T04:51:02.110Z | Compiling clang-sys v1.8.1 |
| 2677 | 2026-05-28T04:51:02.193Z | Compiling tabled v0.20.0 |
| 2678 | 2026-05-28T04:51:02.333Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2679 | 2026-05-28T04:51:02.392Z | Compiling dirs-next v2.0.0 |
| 2680 | 2026-05-28T04:51:02.416Z | Compiling serde-hex v0.1.0 |
| 2681 | 2026-05-28T04:51:02.549Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2682 | 2026-05-28T04:51:02.775Z | Compiling ron v0.8.1 |
| 2683 | 2026-05-28T04:51:02.796Z | Compiling hashbrown v0.13.2 |
| 2684 | 2026-05-28T04:51:02.844Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2685 | 2026-05-28T04:51:03.413Z | Compiling scheduled-thread-pool v0.2.7 |
| 2686 | 2026-05-28T04:51:03.581Z | Compiling dsl_auto_type v0.2.0 |
| 2687 | 2026-05-28T04:51:04.028Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2688 | 2026-05-28T04:51:04.140Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2689 | 2026-05-28T04:51:04.260Z | Compiling crc-any v2.5.0 |
| 2690 | 2026-05-28T04:51:04.284Z | Compiling tiny-keccak v2.0.2 |
| 2691 | 2026-05-28T04:51:04.494Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2692 | 2026-05-28T04:51:04.549Z | Compiling r2d2 v0.8.10 |
| 2693 | 2026-05-28T04:51:04.577Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2694 | 2026-05-28T04:51:04.708Z | Compiling object v0.30.4 |
| 2695 | 2026-05-28T04:51:05.184Z | Compiling term v0.7.0 |
| 2696 | 2026-05-28T04:51:05.388Z | Compiling bit-vec v0.6.3 |
| 2697 | 2026-05-28T04:51:05.410Z | Compiling xshell-macros v0.2.7 |
| 2698 | 2026-05-28T04:51:05.643Z | Compiling downcast-rs v2.0.2 |
| 2699 | 2026-05-28T04:51:05.702Z | Compiling path-slash v0.1.5 |
| 2700 | 2026-05-28T04:51:05.822Z | Compiling xshell v0.2.7 |
| 2701 | 2026-05-28T04:51:05.900Z | Compiling bit-set v0.5.3 |
| 2702 | 2026-05-28T04:51:06.096Z | Compiling ascii-canvas v3.0.0 |
| 2703 | 2026-05-28T04:51:06.567Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2704 | 2026-05-28T04:51:06.640Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2705 | 2026-05-28T04:51:07.127Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2706 | 2026-05-28T04:51:07.162Z | Compiling ena v0.14.4 |
| 2707 | 2026-05-28T04:51:07.413Z | Compiling libloading v0.8.9 |
| 2708 | 2026-05-28T04:51:07.655Z | Compiling crc8 v0.1.1 |
| 2709 | 2026-05-28T04:51:07.800Z | Compiling bindgen v0.71.1 |
| 2710 | 2026-05-28T04:51:07.914Z | Compiling diff v0.1.13 |
| 2711 | 2026-05-28T04:51:08.121Z | Compiling regex-syntax v0.6.29 |
| 2712 | 2026-05-28T04:51:08.225Z | Compiling unicase v2.9.0 |
| 2713 | 2026-05-28T04:51:08.405Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2714 | 2026-05-28T04:51:08.857Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2715 | 2026-05-28T04:51:09.029Z | Compiling diesel v2.3.7 |
| 2716 | 2026-05-28T04:51:09.519Z | Compiling lalrpop v0.19.12 |
| 2717 | 2026-05-28T04:51:09.664Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2718 | 2026-05-28T04:51:09.996Z | Compiling cexpr v0.6.0 |
| 2719 | 2026-05-28T04:51:10.037Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2720 | 2026-05-28T04:51:10.178Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2721 | 2026-05-28T04:51:10.273Z | Compiling rustc-hash v2.1.1 |
| 2722 | 2026-05-28T04:51:10.354Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2723 | 2026-05-28T04:51:10.376Z | Compiling headers-core v0.3.0 |
| 2724 | 2026-05-28T04:51:10.535Z | Compiling libxml v0.3.3 |
| 2725 | 2026-05-28T04:51:10.625Z | Compiling headers v0.4.1 |
| 2726 | 2026-05-28T04:51:10.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2727 | 2026-05-28T04:51:10.863Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2728 | 2026-05-28T04:51:11.011Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2729 | 2026-05-28T04:51:11.618Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2730 | 2026-05-28T04:51:11.847Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2731 | 2026-05-28T04:51:12.176Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-05-28T04:51:12.308Z | Compiling strum_macros v0.24.3 |
| 2733 | 2026-05-28T04:51:12.332Z | Compiling indoc v1.0.9 |
| 2734 | 2026-05-28T04:51:12.455Z | Compiling git-stub-vcs v0.1.0 |
| 2735 | 2026-05-28T04:51:12.837Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2736 | 2026-05-28T04:51:13.000Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2737 | 2026-05-28T04:51:13.026Z | Compiling derive_builder v0.20.2 |
| 2738 | 2026-05-28T04:51:13.075Z | Compiling quick-xml v0.37.5 |
| 2739 | 2026-05-28T04:51:13.209Z | Compiling oso-derive v0.27.3 |
| 2740 | 2026-05-28T04:51:13.444Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2741 | 2026-05-28T04:51:13.574Z | Compiling openssl-probe v0.1.6 |
| 2742 | 2026-05-28T04:51:13.760Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2743 | 2026-05-28T04:51:13.888Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2744 | 2026-05-28T04:51:14.492Z | Compiling half v1.8.3 |
| 2745 | 2026-05-28T04:51:14.643Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2746 | 2026-05-28T04:51:14.745Z | Compiling serde_cbor v0.11.2 |
| 2747 | 2026-05-28T04:51:14.993Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2748 | 2026-05-28T04:51:15.032Z | Compiling samael v0.0.19 |
| 2749 | 2026-05-28T04:51:15.222Z | Compiling bb8 v0.8.6 |
| 2750 | 2026-05-28T04:51:15.613Z | Compiling trait-variant v0.1.2 |
| 2751 | 2026-05-28T04:51:15.780Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2752 | 2026-05-28T04:51:15.840Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2753 | 2026-05-28T04:51:15.863Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2754 | 2026-05-28T04:51:16.175Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2755 | 2026-05-28T04:51:16.199Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2756 | 2026-05-28T04:51:16.427Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2757 | 2026-05-28T04:51:16.734Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2758 | 2026-05-28T04:51:17.063Z | Compiling polar-core v0.27.3 |
| 2759 | 2026-05-28T04:51:17.103Z | Compiling typify-impl v0.4.3 |
| 2760 | 2026-05-28T04:51:17.243Z | Compiling fxhash v0.2.1 |
| 2761 | 2026-05-28T04:51:17.419Z | Compiling libz-sys v1.1.24 |
| 2762 | 2026-05-28T04:51:17.857Z | Compiling salty v0.3.0 |
| 2763 | 2026-05-28T04:51:18.069Z | Compiling nonempty v0.12.0 |
| 2764 | 2026-05-28T04:51:18.264Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2765 | 2026-05-28T04:51:18.313Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2766 | 2026-05-28T04:51:18.514Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2767 | 2026-05-28T04:51:18.724Z | Compiling kstat-rs v0.2.4 |
| 2768 | 2026-05-28T04:51:19.239Z | Compiling arc-swap v1.8.2 |
| 2769 | 2026-05-28T04:51:19.649Z | Compiling fs-err v2.11.0 |
| 2770 | 2026-05-28T04:51:20.061Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2771 | 2026-05-28T04:51:20.151Z | Compiling mime_guess v2.0.5 |
| 2772 | 2026-05-28T04:51:20.177Z | Compiling slog-scope v4.4.1 |
| 2773 | 2026-05-28T04:51:20.412Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2774 | 2026-05-28T04:51:20.593Z | Compiling typify-macro v0.4.3 |
| 2775 | 2026-05-28T04:51:20.624Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2776 | 2026-05-28T04:51:20.648Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2777 | 2026-05-28T04:51:21.697Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2778 | 2026-05-28T04:51:21.731Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2779 | 2026-05-28T04:51:22.097Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2780 | 2026-05-28T04:51:22.124Z | Compiling nanorand v0.7.0 |
| 2781 | 2026-05-28T04:51:22.176Z | Compiling darling_core v0.23.0 |
| 2782 | 2026-05-28T04:51:22.548Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2783 | 2026-05-28T04:51:22.980Z | Compiling parking_lot_core v0.8.6 |
| 2784 | 2026-05-28T04:51:23.312Z | Compiling flume v0.11.1 |
| 2785 | 2026-05-28T04:51:23.758Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2786 | 2026-05-28T04:51:24.305Z | Compiling slog-stdlog v4.1.1 |
| 2787 | 2026-05-28T04:51:24.329Z | Compiling darling_macro v0.23.0 |
| 2788 | 2026-05-28T04:51:24.850Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2789 | 2026-05-28T04:51:24.942Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2790 | 2026-05-28T04:51:25.024Z | Compiling primeorder v0.13.6 |
| 2791 | 2026-05-28T04:51:25.349Z | Compiling atty v0.2.14 |
| 2792 | 2026-05-28T04:51:25.511Z | Compiling parse-size v1.1.0 |
| 2793 | 2026-05-28T04:51:25.747Z | Compiling strsim v0.10.0 |
| 2794 | 2026-05-28T04:51:26.147Z | Compiling oso v0.27.3 |
| 2795 | 2026-05-28T04:51:26.787Z | Compiling diesel-dtrace v0.5.0 |
| 2796 | 2026-05-28T04:51:27.120Z | Compiling async-bb8-diesel v0.2.1 |
| 2797 | 2026-05-28T04:51:27.592Z | Compiling http-range v0.1.5 |
| 2798 | 2026-05-28T04:51:27.935Z | Compiling instability v0.3.11 |
| 2799 | 2026-05-28T04:51:28.176Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2800 | 2026-05-28T04:51:28.486Z | Compiling darling_core v0.13.4 |
| 2801 | 2026-05-28T04:51:29.574Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2802 | 2026-05-28T04:51:30.174Z | Compiling p384 v0.13.1 |
| 2803 | 2026-05-28T04:51:31.002Z | Compiling darling v0.23.0 |
| 2804 | 2026-05-28T04:51:31.128Z | Compiling slog-envlogger v2.2.0 |
| 2805 | 2026-05-28T04:51:32.341Z | Compiling typify v0.4.3 |
| 2806 | 2026-05-28T04:51:32.363Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2807 | 2026-05-28T04:51:32.394Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2808 | 2026-05-28T04:51:32.486Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2809 | 2026-05-28T04:51:33.064Z | Compiling ignore v0.4.25 |
| 2810 | 2026-05-28T04:51:33.106Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2811 | 2026-05-28T04:51:33.285Z | Compiling vergen-git2 v9.1.0 |
| 2812 | 2026-05-28T04:51:33.525Z | Compiling castaway v0.2.4 |
| 2813 | 2026-05-28T04:51:33.688Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2814 | 2026-05-28T04:51:33.932Z | Compiling indoc v2.0.7 |
| 2815 | 2026-05-28T04:51:34.228Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2816 | 2026-05-28T04:51:34.604Z | Compiling globwalk v0.9.1 |
| 2817 | 2026-05-28T04:51:35.247Z | Compiling compact_str v0.8.1 |
| 2818 | 2026-05-28T04:51:35.334Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2819 | 2026-05-28T04:51:36.023Z | Compiling progenitor-impl v0.11.2 |
| 2820 | 2026-05-28T04:51:36.050Z | Compiling parking_lot v0.11.2 |
| 2821 | 2026-05-28T04:51:36.392Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2822 | 2026-05-28T04:51:36.975Z | Compiling hyper-staticfile v0.10.1 |
| 2823 | 2026-05-28T04:51:37.074Z | Compiling darling_macro v0.13.4 |
| 2824 | 2026-05-28T04:51:37.884Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2825 | 2026-05-28T04:51:38.102Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-05-28T04:51:38.187Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2827 | 2026-05-28T04:51:38.209Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2828 | 2026-05-28T04:51:38.255Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2829 | 2026-05-28T04:51:38.348Z | Compiling unicode-truncate v1.1.0 |
| 2830 | 2026-05-28T04:51:38.539Z | Compiling predicates-tree v1.0.13 |
| 2831 | 2026-05-28T04:51:38.561Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2832 | 2026-05-28T04:51:38.588Z | Compiling lru v0.12.5 |
| 2833 | 2026-05-28T04:51:38.693Z | Compiling prefix-trie v0.7.0 |
| 2834 | 2026-05-28T04:51:38.800Z | Compiling rand_seeder v0.4.0 |
| 2835 | 2026-05-28T04:51:38.824Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-05-28T04:51:38.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2837 | 2026-05-28T04:51:39.009Z | Compiling cassowary v0.3.0 |
| 2838 | 2026-05-28T04:51:39.066Z | Compiling corncobs v0.1.4 |
| 2839 | 2026-05-28T04:51:39.190Z | Compiling rustls v0.21.12 |
| 2840 | 2026-05-28T04:51:39.214Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2841 | 2026-05-28T04:51:39.286Z | Compiling ratatui v0.29.0 |
| 2842 | 2026-05-28T04:51:39.316Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2843 | 2026-05-28T04:51:39.455Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2844 | 2026-05-28T04:51:39.546Z | Compiling hickory-server v0.25.2 |
| 2845 | 2026-05-28T04:51:40.187Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2846 | 2026-05-28T04:51:40.286Z | Compiling camino-tempfile-ext v0.3.3 |
| 2847 | 2026-05-28T04:51:40.400Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2848 | 2026-05-28T04:51:40.612Z | Compiling progenitor-macro v0.11.2 |
| 2849 | 2026-05-28T04:51:40.934Z | Compiling darling v0.13.4 |
| 2850 | 2026-05-28T04:51:41.053Z | Compiling sled v0.34.7 |
| 2851 | 2026-05-28T04:51:43.977Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2852 | 2026-05-28T04:51:44.218Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2853 | 2026-05-28T04:51:44.551Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2854 | 2026-05-28T04:51:45.498Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2855 | 2026-05-28T04:51:45.958Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2856 | 2026-05-28T04:51:47.608Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2857 | 2026-05-28T04:51:48.572Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2858 | 2026-05-28T04:51:48.621Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2859 | 2026-05-28T04:51:48.777Z | Compiling git2 v0.20.4 |
| 2860 | 2026-05-28T04:51:51.275Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2861 | 2026-05-28T04:51:51.516Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2862 | 2026-05-28T04:51:51.751Z | Compiling progenitor-client v0.11.2 |
| 2863 | 2026-05-28T04:51:51.809Z | Compiling sct v0.7.1 |
| 2864 | 2026-05-28T04:51:51.834Z | Compiling rustls-webpki v0.101.7 |
| 2865 | 2026-05-28T04:51:51.860Z | Compiling secrecy v0.8.0 |
| 2866 | 2026-05-28T04:51:51.981Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2867 | 2026-05-28T04:51:52.058Z | Compiling progenitor v0.11.2 |
| 2868 | 2026-05-28T04:51:52.143Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2869 | 2026-05-28T04:51:52.372Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2870 | 2026-05-28T04:51:52.478Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2871 | 2026-05-28T04:51:52.693Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2872 | 2026-05-28T04:51:52.876Z | Compiling serde_with_macros v1.5.2 |
| 2873 | 2026-05-28T04:51:53.513Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2874 | 2026-05-28T04:51:53.704Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2875 | 2026-05-28T04:51:54.996Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2876 | 2026-05-28T04:51:55.366Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2877 | 2026-05-28T04:51:56.012Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2878 | 2026-05-28T04:51:56.319Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2879 | 2026-05-28T04:51:56.476Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2880 | 2026-05-28T04:51:56.766Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2881 | 2026-05-28T04:51:56.999Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2882 | 2026-05-28T04:51:57.237Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2883 | 2026-05-28T04:51:57.520Z | Compiling void v1.0.2 |
| 2884 | 2026-05-28T04:51:57.680Z | Compiling lzss v0.8.2 |
| 2885 | 2026-05-28T04:51:58.175Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2886 | 2026-05-28T04:51:58.328Z | Compiling illumos-nvpair v0.3.0 |
| 2887 | 2026-05-28T04:51:58.697Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2888 | 2026-05-28T04:51:58.822Z | Compiling tokio-rustls v0.24.1 |
| 2889 | 2026-05-28T04:51:59.120Z | Compiling serde_with v1.14.0 |
| 2890 | 2026-05-28T04:51:59.995Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2891 | 2026-05-28T04:52:00.655Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2892 | 2026-05-28T04:52:00.837Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2893 | 2026-05-28T04:52:01.229Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2894 | 2026-05-28T04:52:01.483Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2895 | 2026-05-28T04:52:02.236Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2896 | 2026-05-28T04:52:02.497Z | Compiling tungstenite v0.23.0 |
| 2897 | 2026-05-28T04:52:02.680Z | Compiling rustls-pemfile v1.0.4 |
| 2898 | 2026-05-28T04:52:03.085Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2899 | 2026-05-28T04:52:03.108Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2900 | 2026-05-28T04:52:03.223Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2901 | 2026-05-28T04:52:03.361Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2902 | 2026-05-28T04:52:03.472Z | Compiling nix v0.27.1 |
| 2903 | 2026-05-28T04:52:04.772Z | Compiling twox-hash v2.1.2 |
| 2904 | 2026-05-28T04:52:04.917Z | Compiling serde_bytes v0.11.19 |
| 2905 | 2026-05-28T04:52:05.240Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2906 | 2026-05-28T04:52:05.341Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2907 | 2026-05-28T04:52:05.372Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2908 | 2026-05-28T04:52:05.709Z | Compiling tokio-tungstenite v0.23.1 |
| 2909 | 2026-05-28T04:52:06.098Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2910 | 2026-05-28T04:52:06.517Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2911 | 2026-05-28T04:52:07.959Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2912 | 2026-05-28T04:52:09.404Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2913 | 2026-05-28T04:52:09.665Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2914 | 2026-05-28T04:52:10.327Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2915 | 2026-05-28T04:52:10.352Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2916 | 2026-05-28T04:52:10.785Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2917 | 2026-05-28T04:52:11.042Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2918 | 2026-05-28T04:52:11.460Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2919 | 2026-05-28T04:52:11.485Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2920 | 2026-05-28T04:52:11.509Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2921 | 2026-05-28T04:52:11.565Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2922 | 2026-05-28T04:52:12.008Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2923 | 2026-05-28T04:52:12.925Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2924 | 2026-05-28T04:52:13.280Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2925 | 2026-05-28T04:52:15.672Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2926 | 2026-05-28T04:52:16.240Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2927 | 2026-05-28T04:52:16.314Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2928 | 2026-05-28T04:52:16.581Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2929 | 2026-05-28T04:52:18.433Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2930 | 2026-05-28T04:52:18.578Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2931 | 2026-05-28T04:52:18.581Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2932 | 2026-05-28T04:52:18.779Z | Compiling signal-hook-tokio v0.3.1 |
| 2933 | 2026-05-28T04:52:18.804Z | Compiling fatfs v0.3.6 |
| 2934 | 2026-05-28T04:52:18.836Z | Compiling yasna v0.5.2 |
| 2935 | 2026-05-28T04:52:18.973Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2936 | 2026-05-28T04:52:19.552Z | Compiling seq-macro v0.3.6 |
| 2937 | 2026-05-28T04:52:19.815Z | Compiling is_ci v1.2.0 |
| 2938 | 2026-05-28T04:52:20.010Z | Compiling assert_matches v1.5.0 |
| 2939 | 2026-05-28T04:52:20.035Z | Compiling supports-color v3.0.2 |
| 2940 | 2026-05-28T04:52:20.038Z | Compiling rcgen v0.12.1 |
| 2941 | 2026-05-28T04:52:20.086Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2942 | 2026-05-28T04:52:20.125Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2943 | 2026-05-28T04:52:20.436Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2944 | 2026-05-28T04:52:20.566Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2945 | 2026-05-28T04:52:20.801Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-05-28T04:52:21.039Z | Compiling subprocess v0.2.15 |
| 2947 | 2026-05-28T04:52:22.684Z | Compiling rtoolbox v0.0.3 |
| 2948 | 2026-05-28T04:52:22.972Z | Compiling rpassword v7.4.0 |
| 2949 | 2026-05-28T04:52:23.226Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2950 | 2026-05-28T04:52:23.297Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2951 | 2026-05-28T04:52:24.423Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2952 | 2026-05-28T04:52:25.019Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2953 | 2026-05-28T04:52:25.122Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2954 | 2026-05-28T04:52:25.170Z | Compiling tui-tree-widget v0.23.1 |
| 2955 | 2026-05-28T04:52:25.477Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2956 | 2026-05-28T04:52:27.633Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2957 | 2026-05-28T04:52:28.161Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2958 | 2026-05-28T04:52:28.618Z | Compiling uzers v0.12.2 |
| 2959 | 2026-05-28T04:52:29.979Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2960 | 2026-05-28T04:52:30.123Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2961 | 2026-05-28T04:52:30.869Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2962 | 2026-05-28T04:52:31.131Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2963 | 2026-05-28T04:52:33.443Z | Compiling support-bundle-viewer v0.1.2 |
| 2964 | 2026-05-28T04:52:35.370Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2965 | 2026-05-28T04:52:37.572Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2966 | 2026-05-28T04:52:42.108Z | Compiling multimap v0.10.1 |
| 2967 | 2026-05-28T04:52:49.840Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2968 | 2026-05-28T04:52:56.147Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2969 | 2026-05-28T04:52:56.599Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2970 | 2026-05-28T04:53:00.391Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2971 | 2026-05-28T05:02:19.703Z | Finished `release` profile [optimized] target(s) in 11m 59s |
| 2972 | 2026-05-28T05:03:08.338Z | |
| 2973 | 2026-05-28T05:03:08.338Z | real 12:49.536371980 |
| 2974 | 2026-05-28T05:03:08.341Z | user 1:28:22.226999026 |
| 2975 | 2026-05-28T05:03:08.341Z | sys 3:57.841673663 |
| 2976 | 2026-05-28T05:03:08.341Z | trap 1.926658289 |
| 2977 | 2026-05-28T05:03:08.341Z | tflt 2.862600871 |
| 2978 | 2026-05-28T05:03:08.341Z | dflt 20.969928621 |
| 2979 | 2026-05-28T05:03:08.341Z | kflt 0.005315862 |
| 2980 | 2026-05-28T05:03:08.341Z | lock 9:26:09.807476537 |
| 2981 | 2026-05-28T05:03:08.341Z | slp 2:44:34.268260465 |
| 2982 | 2026-05-28T05:03:08.341Z | lat 2:58.104379885 |
| 2983 | 2026-05-28T05:03:08.341Z | stop 6:11.492370153 |
| 2984 | 2026-05-28T05:03:08.341Z | + mapfile -t packages |
| 2985 | 2026-05-28T05:03:08.341Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2986 | 2026-05-28T05:03:09.324Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2987 | 2026-05-28T05:03:09.397Z | Running `target/release/omicron-package -t test list-outputs` |
| 2988 | 2026-05-28T05:03:09.460Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2989 | 2026-05-28T05:03:09.464Z | + ptime -m cargo build --locked --release -p xtask |
| 2990 | 2026-05-28T05:03:10.021Z | Compiling libc v0.2.185 |
| 2991 | 2026-05-28T05:03:10.021Z | Compiling serde v1.0.228 |
| 2992 | 2026-05-28T05:03:10.021Z | Compiling serde_core v1.0.228 |
| 2993 | 2026-05-28T05:03:10.025Z | Compiling rustix v1.1.3 |
| 2994 | 2026-05-28T05:03:10.118Z | Compiling serde_json v1.0.149 |
| 2995 | 2026-05-28T05:03:10.128Z | Compiling bitflags v2.11.0 |
| 2996 | 2026-05-28T05:03:10.177Z | Compiling num-traits v0.2.19 |
| 2997 | 2026-05-28T05:03:10.186Z | Compiling syn v2.0.117 |
| 2998 | 2026-05-28T05:03:10.209Z | Compiling smallvec v1.15.1 |
| 2999 | 2026-05-28T05:03:10.213Z | Compiling indexmap v2.14.0 |
| 3000 | 2026-05-28T05:03:10.228Z | Compiling usdt-impl v0.5.0 |
| 3001 | 2026-05-28T05:03:10.242Z | Compiling syn v1.0.109 |
| 3002 | 2026-05-28T05:03:10.254Z | Compiling percent-encoding v2.3.2 |
| 3003 | 2026-05-28T05:03:10.258Z | Compiling log v0.4.29 |
| 3004 | 2026-05-28T05:03:10.430Z | Compiling getrandom v0.4.1 |
| 3005 | 2026-05-28T05:03:10.502Z | Compiling form_urlencoded v1.2.2 |
| 3006 | 2026-05-28T05:03:10.534Z | Compiling fs-err v3.3.0 |
| 3007 | 2026-05-28T05:03:10.549Z | Compiling once_cell v1.21.3 |
| 3008 | 2026-05-28T05:03:10.653Z | Compiling anyhow v1.0.102 |
| 3009 | 2026-05-28T05:03:10.657Z | Compiling heck v0.4.1 |
| 3010 | 2026-05-28T05:03:10.967Z | Compiling errno v0.3.14 |
| 3011 | 2026-05-28T05:03:10.970Z | Compiling thread-id v4.2.2 |
| 3012 | 2026-05-28T05:03:10.970Z | Compiling memmap v0.7.0 |
| 3013 | 2026-05-28T05:03:11.204Z | Compiling ordered-float v2.10.1 |
| 3014 | 2026-05-28T05:03:11.748Z | Compiling proc-macro-error v1.0.4 |
| 3015 | 2026-05-28T05:03:11.993Z | Compiling tabled_derive v0.7.0 |
| 3016 | 2026-05-28T05:03:12.011Z | Compiling terminal_size v0.4.3 |
| 3017 | 2026-05-28T05:03:12.015Z | Compiling tempfile v3.25.0 |
| 3018 | 2026-05-28T05:03:12.110Z | Compiling clap_builder v4.6.0 |
| 3019 | 2026-05-28T05:03:12.110Z | Compiling textwrap v0.16.2 |
| 3020 | 2026-05-28T05:03:12.245Z | Compiling camino-tempfile v1.4.1 |
| 3021 | 2026-05-28T05:03:12.676Z | Compiling tabled v0.15.0 |
| 3022 | 2026-05-28T05:03:12.714Z | Compiling synstructure v0.13.2 |
| 3023 | 2026-05-28T05:03:12.714Z | Compiling pest_generator v2.8.6 |
| 3024 | 2026-05-28T05:03:13.138Z | Compiling serde_derive v1.0.228 |
| 3025 | 2026-05-28T05:03:13.138Z | Compiling zerofrom-derive v0.1.6 |
| 3026 | 2026-05-28T05:03:13.141Z | Compiling yoke-derive v0.8.1 |
| 3027 | 2026-05-28T05:03:13.141Z | Compiling zerovec-derive v0.11.2 |
| 3028 | 2026-05-28T05:03:13.141Z | Compiling displaydoc v0.2.5 |
| 3029 | 2026-05-28T05:03:13.141Z | Compiling thiserror-impl v1.0.69 |
| 3030 | 2026-05-28T05:03:13.228Z | Compiling zerocopy-derive v0.7.35 |
| 3031 | 2026-05-28T05:03:13.714Z | Compiling pest_derive v2.8.6 |
| 3032 | 2026-05-28T05:03:13.752Z | Compiling scroll_derive v0.12.1 |
| 3033 | 2026-05-28T05:03:13.821Z | Compiling thiserror-impl v2.0.18 |
| 3034 | 2026-05-28T05:03:13.855Z | Compiling clap_derive v4.6.1 |
| 3035 | 2026-05-28T05:03:14.050Z | Compiling zerocopy v0.7.35 |
| 3036 | 2026-05-28T05:03:14.280Z | Compiling thiserror v1.0.69 |
| 3037 | 2026-05-28T05:03:14.293Z | Compiling zerofrom v0.1.6 |
| 3038 | 2026-05-28T05:03:14.408Z | Compiling yoke v0.8.1 |
| 3039 | 2026-05-28T05:03:14.429Z | Compiling scroll v0.12.0 |
| 3040 | 2026-05-28T05:03:14.441Z | Compiling dtrace-parser v0.2.0 |
| 3041 | 2026-05-28T05:03:14.628Z | Compiling zerovec v0.11.5 |
| 3042 | 2026-05-28T05:03:14.640Z | Compiling zerotrie v0.2.3 |
| 3043 | 2026-05-28T05:03:14.753Z | Compiling goblin v0.8.2 |
| 3044 | 2026-05-28T05:03:15.015Z | Compiling thiserror v2.0.18 |
| 3045 | 2026-05-28T05:03:15.246Z | Compiling tinystr v0.8.2 |
| 3046 | 2026-05-28T05:03:15.482Z | Compiling icu_locale_core v2.1.1 |
| 3047 | 2026-05-28T05:03:15.495Z | Compiling potential_utf v0.1.4 |
| 3048 | 2026-05-28T05:03:15.694Z | Compiling icu_collections v2.1.1 |
| 3049 | 2026-05-28T05:03:15.746Z | Compiling clap v4.6.1 |
| 3050 | 2026-05-28T05:03:16.311Z | Compiling icu_provider v2.1.1 |
| 3051 | 2026-05-28T05:03:16.385Z | Compiling serde_spanned v0.6.9 |
| 3052 | 2026-05-28T05:03:16.396Z | Compiling toml_datetime v0.6.11 |
| 3053 | 2026-05-28T05:03:16.419Z | Compiling dof v0.3.0 |
| 3054 | 2026-05-28T05:03:16.570Z | Compiling serde_tokenstream v0.2.3 |
| 3055 | 2026-05-28T05:03:16.716Z | Compiling icu_normalizer v2.1.1 |
| 3056 | 2026-05-28T05:03:16.743Z | Compiling icu_properties v2.1.2 |
| 3057 | 2026-05-28T05:03:16.756Z | Compiling toml_edit v0.22.27 |
| 3058 | 2026-05-28T05:03:16.800Z | Compiling serde-value v0.7.0 |
| 3059 | 2026-05-28T05:03:16.890Z | Compiling cargo-platform v0.2.0 |
| 3060 | 2026-05-28T05:03:17.019Z | Compiling macaddr v1.0.1 |
| 3061 | 2026-05-28T05:03:17.313Z | Compiling usdt-attr-macro v0.5.0 |
| 3062 | 2026-05-28T05:03:17.343Z | Compiling usdt-macro v0.5.0 |
| 3063 | 2026-05-28T05:03:17.610Z | Compiling idna_adapter v1.2.1 |
| 3064 | 2026-05-28T05:03:17.729Z | Compiling idna v1.1.0 |
| 3065 | 2026-05-28T05:03:18.121Z | Compiling url v2.5.8 |
| 3066 | 2026-05-28T05:03:18.134Z | Compiling usdt v0.5.0 |
| 3067 | 2026-05-28T05:03:18.327Z | Compiling toml v0.8.23 |
| 3068 | 2026-05-28T05:03:18.794Z | Compiling cargo-util-schemas v0.8.2 |
| 3069 | 2026-05-28T05:03:18.808Z | Compiling cargo_toml v0.21.0 |
| 3070 | 2026-05-28T05:03:19.842Z | Compiling cargo_metadata v0.21.0 |
| 3071 | 2026-05-28T05:03:22.948Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3072 | 2026-05-28T05:03:25.975Z | Finished `release` profile [optimized] target(s) in 16.50s |
| 3073 | 2026-05-28T05:03:26.145Z | |
| 3074 | 2026-05-28T05:03:26.145Z | real 16.640691378 |
| 3075 | 2026-05-28T05:03:26.145Z | user 2:22.837173225 |
| 3076 | 2026-05-28T05:03:26.148Z | sys 16.976581725 |
| 3077 | 2026-05-28T05:03:26.148Z | trap 0.079648528 |
| 3078 | 2026-05-28T05:03:26.148Z | tflt 0.527664518 |
| 3079 | 2026-05-28T05:03:26.148Z | dflt 1.558156343 |
| 3080 | 2026-05-28T05:03:26.148Z | kflt 0.000076710 |
| 3081 | 2026-05-28T05:03:26.148Z | lock 5:11.611281399 |
| 3082 | 2026-05-28T05:03:26.148Z | slp 3:21.048132867 |
| 3083 | 2026-05-28T05:03:26.148Z | lat 5.814897606 |
| 3084 | 2026-05-28T05:03:26.148Z | stop 20.232251050 |
| 3085 | 2026-05-28T05:03:26.148Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3086 | 2026-05-28T05:03:26.148Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3087 | 2026-05-28T05:03:26.148Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3088 | 2026-05-28T05:03:26.148Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3089 | 2026-05-28T05:03:26.148Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3090 | 2026-05-28T05:03:27.216Z | Compiling newtype-uuid-macros v0.1.0 |
| 3091 | 2026-05-28T05:03:27.220Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-05-28T05:03:27.220Z | Compiling debug-ignore v1.0.5 |
| 3093 | 2026-05-28T05:03:27.220Z | Compiling rustls v0.22.4 |
| 3094 | 2026-05-28T05:03:27.220Z | Compiling rustls-webpki v0.102.8 |
| 3095 | 2026-05-28T05:03:27.220Z | Compiling structmeta-derive v0.3.0 |
| 3096 | 2026-05-28T05:03:27.379Z | Compiling multer v3.1.0 |
| 3097 | 2026-05-28T05:03:27.382Z | Compiling match_cfg v0.1.0 |
| 3098 | 2026-05-28T05:03:27.382Z | Compiling compression-core v0.4.31 |
| 3099 | 2026-05-28T05:03:27.383Z | Compiling slog-json v2.6.1 |
| 3100 | 2026-05-28T05:03:27.398Z | Compiling async-stream-impl v0.3.6 |
| 3101 | 2026-05-28T05:03:27.401Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3102 | 2026-05-28T05:03:27.401Z | Compiling serde_spanned v1.0.4 |
| 3103 | 2026-05-28T05:03:27.401Z | Compiling dropshot v0.17.0 |
| 3104 | 2026-05-28T05:03:27.519Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3105 | 2026-05-28T05:03:27.522Z | Compiling progenitor-client v0.14.0 |
| 3106 | 2026-05-28T05:03:27.609Z | Compiling hostname v0.3.1 |
| 3107 | 2026-05-28T05:03:27.628Z | Compiling compression-codecs v0.4.37 |
| 3108 | 2026-05-28T05:03:27.645Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-05-28T05:03:27.702Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-05-28T05:03:27.740Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3111 | 2026-05-28T05:03:27.779Z | Compiling slog-bunyan v2.5.0 |
| 3112 | 2026-05-28T05:03:27.779Z | Compiling dropshot_endpoint v0.17.0 |
| 3113 | 2026-05-28T05:03:27.783Z | Compiling serde_path_to_error v0.1.20 |
| 3114 | 2026-05-28T05:03:27.783Z | Compiling hostname v0.4.2 |
| 3115 | 2026-05-28T05:03:27.857Z | Compiling async-compression v0.4.41 |
| 3116 | 2026-05-28T05:03:27.945Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3117 | 2026-05-28T05:03:27.949Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3118 | 2026-05-28T05:03:27.949Z | Compiling itertools v0.14.0 |
| 3119 | 2026-05-28T05:03:27.949Z | Compiling regress v0.10.5 |
| 3120 | 2026-05-28T05:03:28.002Z | Compiling macaddr v1.0.1 |
| 3121 | 2026-05-28T05:03:28.088Z | Compiling instant v0.1.13 |
| 3122 | 2026-05-28T05:03:28.131Z | Compiling async-stream v0.3.6 |
| 3123 | 2026-05-28T05:03:28.151Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3124 | 2026-05-28T05:03:28.169Z | Compiling progenitor-client v0.13.0 |
| 3125 | 2026-05-28T05:03:28.214Z | Compiling backon v1.6.0 |
| 3126 | 2026-05-28T05:03:28.236Z | Compiling backoff v0.4.0 |
| 3127 | 2026-05-28T05:03:28.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3128 | 2026-05-28T05:03:28.253Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3129 | 2026-05-28T05:03:28.294Z | Compiling humantime v2.3.0 |
| 3130 | 2026-05-28T05:03:28.327Z | Compiling convert_case v0.4.0 |
| 3131 | 2026-05-28T05:03:28.390Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3132 | 2026-05-28T05:03:28.441Z | Compiling progenitor-extras v0.2.0 |
| 3133 | 2026-05-28T05:03:28.463Z | Compiling secrecy v0.10.3 |
| 3134 | 2026-05-28T05:03:28.517Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3135 | 2026-05-28T05:03:28.543Z | Compiling universal-hash v0.5.1 |
| 3136 | 2026-05-28T05:03:28.543Z | Compiling opaque-debug v0.3.1 |
| 3137 | 2026-05-28T05:03:28.580Z | Compiling crucible-workspace-hack v0.1.0 |
| 3138 | 2026-05-28T05:03:28.640Z | Compiling half v2.7.1 |
| 3139 | 2026-05-28T05:03:28.659Z | Compiling ciborium-io v0.2.2 |
| 3140 | 2026-05-28T05:03:28.693Z | Compiling aead v0.5.2 |
| 3141 | 2026-05-28T05:03:28.715Z | Compiling poly1305 v0.8.0 |
| 3142 | 2026-05-28T05:03:28.732Z | Compiling derive_more v0.99.20 |
| 3143 | 2026-05-28T05:03:28.735Z | Compiling chacha20 v0.9.1 |
| 3144 | 2026-05-28T05:03:28.784Z | Compiling byte-wrapper v0.1.0 |
| 3145 | 2026-05-28T05:03:28.803Z | Compiling structmeta v0.3.0 |
| 3146 | 2026-05-28T05:03:28.841Z | Compiling regress v0.11.1 |
| 3147 | 2026-05-28T05:03:28.844Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3148 | 2026-05-28T05:03:28.930Z | Compiling ciborium-ll v0.2.2 |
| 3149 | 2026-05-28T05:03:28.970Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3150 | 2026-05-28T05:03:28.989Z | Compiling blake2 v0.10.6 |
| 3151 | 2026-05-28T05:03:29.032Z | Compiling password-hash v0.5.0 |
| 3152 | 2026-05-28T05:03:29.054Z | Compiling derive-ex v0.1.8 |
| 3153 | 2026-05-28T05:03:29.073Z | Compiling parse-display-derive v0.10.0 |
| 3154 | 2026-05-28T05:03:29.155Z | Compiling ciborium v0.2.2 |
| 3155 | 2026-05-28T05:03:29.184Z | Compiling unsafe-libyaml v0.2.11 |
| 3156 | 2026-05-28T05:03:29.209Z | Compiling chacha20poly1305 v0.10.1 |
| 3157 | 2026-05-28T05:03:29.288Z | Compiling indent_write v2.2.0 |
| 3158 | 2026-05-28T05:03:29.391Z | Compiling argon2 v0.5.3 |
| 3159 | 2026-05-28T05:03:29.455Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3160 | 2026-05-28T05:03:29.474Z | Compiling num-rational v0.4.2 |
| 3161 | 2026-05-28T05:03:29.496Z | Compiling num-complex v0.4.6 |
| 3162 | 2026-05-28T05:03:29.582Z | Compiling heapless v0.8.0 |
| 3163 | 2026-05-28T05:03:29.645Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3164 | 2026-05-28T05:03:29.669Z | Compiling tokio-rustls v0.25.0 |
| 3165 | 2026-05-28T05:03:29.736Z | Compiling serde_yaml v0.9.34+deprecated |
| 3166 | 2026-05-28T05:03:29.754Z | Compiling ingot-macros v0.1.1 |
| 3167 | 2026-05-28T05:03:29.927Z | Compiling num v0.4.3 |
| 3168 | 2026-05-28T05:03:29.962Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-28T05:03:30.039Z | Compiling atomicwrites v0.4.4 |
| 3170 | 2026-05-28T05:03:30.093Z | Compiling camino-tempfile v1.4.1 |
| 3171 | 2026-05-28T05:03:30.112Z | Compiling thiserror-no-std v2.0.2 |
| 3172 | 2026-05-28T05:03:30.128Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3173 | 2026-05-28T05:03:30.227Z | Compiling vsss-rs v3.3.4 |
| 3174 | 2026-05-28T05:03:30.260Z | Compiling proc-macro-crate v3.4.0 |
| 3175 | 2026-05-28T05:03:30.352Z | Compiling hash32 v0.3.1 |
| 3176 | 2026-05-28T05:03:30.373Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3177 | 2026-05-28T05:03:30.481Z | Compiling typify-impl v0.6.2 |
| 3178 | 2026-05-28T05:03:30.534Z | Compiling smoltcp v0.11.0 |
| 3179 | 2026-05-28T05:03:30.618Z | Compiling float-ord v0.3.2 |
| 3180 | 2026-05-28T05:03:30.738Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3181 | 2026-05-28T05:03:30.766Z | Compiling tabwriter v1.4.1 |
| 3182 | 2026-05-28T05:03:30.818Z | Compiling test-strategy v0.4.5 |
| 3183 | 2026-05-28T05:03:30.850Z | Compiling num_enum_derive v0.7.6 |
| 3184 | 2026-05-28T05:03:30.867Z | Compiling parse-display v0.10.0 |
| 3185 | 2026-05-28T05:03:30.958Z | Compiling cobs v0.3.0 |
| 3186 | 2026-05-28T05:03:31.021Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3187 | 2026-05-28T05:03:31.141Z | Compiling postcard v1.1.3 |
| 3188 | 2026-05-28T05:03:31.184Z | Compiling proc-macro-error v1.0.4 |
| 3189 | 2026-05-28T05:03:31.204Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3190 | 2026-05-28T05:03:31.242Z | Compiling proc-macro-crate v1.3.1 |
| 3191 | 2026-05-28T05:03:31.262Z | Compiling foreign-types-macros v0.2.3 |
| 3192 | 2026-05-28T05:03:31.300Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3193 | 2026-05-28T05:03:31.362Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3194 | 2026-05-28T05:03:31.509Z | Compiling foreign-types-shared v0.3.1 |
| 3195 | 2026-05-28T05:03:31.528Z | Compiling rayon-core v1.13.0 |
| 3196 | 2026-05-28T05:03:31.593Z | Compiling cpufeatures v0.3.0 |
| 3197 | 2026-05-28T05:03:31.625Z | Compiling colored v3.1.1 |
| 3198 | 2026-05-28T05:03:31.692Z | Compiling num_enum_derive v0.5.11 |
| 3199 | 2026-05-28T05:03:31.711Z | Compiling chacha20 v0.10.0 |
| 3200 | 2026-05-28T05:03:31.729Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3201 | 2026-05-28T05:03:31.920Z | Compiling crossbeam-deque v0.8.6 |
| 3202 | 2026-05-28T05:03:31.939Z | Compiling foreign-types v0.5.0 |
| 3203 | 2026-05-28T05:03:31.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3204 | 2026-05-28T05:03:31.974Z | Compiling num_enum v0.7.6 |
| 3205 | 2026-05-28T05:03:32.039Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3206 | 2026-05-28T05:03:32.059Z | Compiling cstr-argument v0.1.2 |
| 3207 | 2026-05-28T05:03:32.077Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 3208 | 2026-05-28T05:03:32.202Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 3209 | 2026-05-28T05:03:32.202Z | Compiling rand v0.10.1 |
| 3210 | 2026-05-28T05:03:32.247Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3211 | 2026-05-28T05:03:32.336Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3212 | 2026-05-28T05:03:32.370Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3213 | 2026-05-28T05:03:32.399Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3214 | 2026-05-28T05:03:32.433Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3215 | 2026-05-28T05:03:32.537Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3216 | 2026-05-28T05:03:32.556Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3217 | 2026-05-28T05:03:32.576Z | Compiling winnow v1.0.3 |
| 3218 | 2026-05-28T05:03:32.682Z | Compiling ingot-types v0.1.2 |
| 3219 | 2026-05-28T05:03:32.685Z | Compiling rayon v1.11.0 |
| 3220 | 2026-05-28T05:03:32.702Z | Compiling zone_cfg_derive v0.3.1 |
| 3221 | 2026-05-28T05:03:32.811Z | Compiling num_enum v0.5.11 |
| 3222 | 2026-05-28T05:03:32.845Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3223 | 2026-05-28T05:03:32.925Z | Compiling toml v0.8.23 |
| 3224 | 2026-05-28T05:03:32.991Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3225 | 2026-05-28T05:03:33.010Z | Compiling itertools v0.12.1 |
| 3226 | 2026-05-28T05:03:33.031Z | Compiling num-derive v0.4.2 |
| 3227 | 2026-05-28T05:03:33.069Z | Compiling sigpipe v0.1.3 |
| 3228 | 2026-05-28T05:03:33.186Z | Compiling ingot v0.1.1 |
| 3229 | 2026-05-28T05:03:33.206Z | Compiling glob v0.3.3 |
| 3230 | 2026-05-28T05:03:33.282Z | Compiling smf v0.2.3 |
| 3231 | 2026-05-28T05:03:33.340Z | Compiling whoami v1.6.1 |
| 3232 | 2026-05-28T05:03:33.482Z | Compiling prettyplease v0.2.37 |
| 3233 | 2026-05-28T05:03:33.517Z | Compiling usdt-attr-macro v0.5.0 |
| 3234 | 2026-05-28T05:03:33.571Z | Compiling usdt-macro v0.5.0 |
| 3235 | 2026-05-28T05:03:33.640Z | Compiling gethostname v0.5.0 |
| 3236 | 2026-05-28T05:03:33.664Z | Compiling derive-where v1.6.0 |
| 3237 | 2026-05-28T05:03:33.753Z | Compiling memmap v0.7.0 |
| 3238 | 2026-05-28T05:03:33.790Z | Compiling resolv-conf v0.7.6 |
| 3239 | 2026-05-28T05:03:33.837Z | Compiling console v0.15.11 |
| 3240 | 2026-05-28T05:03:33.976Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3241 | 2026-05-28T05:03:34.030Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3242 | 2026-05-28T05:03:34.165Z | Compiling newline-converter v0.3.0 |
| 3243 | 2026-05-28T05:03:34.316Z | Compiling zone v0.3.1 |
| 3244 | 2026-05-28T05:03:34.335Z | Compiling owo-colors v4.3.0 |
| 3245 | 2026-05-28T05:03:34.370Z | Compiling cancel-safe-futures v0.1.5 |
| 3246 | 2026-05-28T05:03:34.388Z | Compiling usdt v0.5.0 |
| 3247 | 2026-05-28T05:03:34.408Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3248 | 2026-05-28T05:03:34.451Z | Compiling expectorate v1.2.0 |
| 3249 | 2026-05-28T05:03:34.470Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3250 | 2026-05-28T05:03:34.593Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3251 | 2026-05-28T05:03:34.643Z | Compiling libsw-core v0.3.2 |
| 3252 | 2026-05-28T05:03:34.696Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3253 | 2026-05-28T05:03:34.850Z | Compiling libsw v3.5.0 |
| 3254 | 2026-05-28T05:03:34.869Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3255 | 2026-05-28T05:03:34.966Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3256 | 2026-05-28T05:03:34.991Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3257 | 2026-05-28T05:03:35.010Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3258 | 2026-05-28T05:03:35.041Z | Compiling hickory-proto v0.24.4 |
| 3259 | 2026-05-28T05:03:35.045Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3260 | 2026-05-28T05:03:35.079Z | Compiling linear-map v1.2.0 |
| 3261 | 2026-05-28T05:03:35.082Z | Compiling minimal-lexical v0.2.1 |
| 3262 | 2026-05-28T05:03:35.117Z | Compiling typify-macro v0.6.2 |
| 3263 | 2026-05-28T05:03:35.171Z | Compiling linked-hash-map v0.5.6 |
| 3264 | 2026-05-28T05:03:35.205Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3265 | 2026-05-28T05:03:35.281Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3266 | 2026-05-28T05:03:35.309Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3267 | 2026-05-28T05:03:35.328Z | Compiling nom v7.1.3 |
| 3268 | 2026-05-28T05:03:35.385Z | Compiling lru-cache v0.1.2 |
| 3269 | 2026-05-28T05:03:35.403Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3270 | 2026-05-28T05:03:35.455Z | Compiling tokio-dtrace v0.1.1 |
| 3271 | 2026-05-28T05:03:35.477Z | Compiling csv-core v0.1.13 |
| 3272 | 2026-05-28T05:03:35.544Z | Compiling slog-dtrace v0.3.0 |
| 3273 | 2026-05-28T05:03:35.561Z | Compiling tagptr v0.2.0 |
| 3274 | 2026-05-28T05:03:35.578Z | Compiling highway v1.3.0 |
| 3275 | 2026-05-28T05:03:35.697Z | Compiling semver v0.1.20 |
| 3276 | 2026-05-28T05:03:35.743Z | Compiling moka v0.12.13 |
| 3277 | 2026-05-28T05:03:35.746Z | Compiling csv v1.4.0 |
| 3278 | 2026-05-28T05:03:35.781Z | Compiling oxide-tokio-rt v0.1.4 |
| 3279 | 2026-05-28T05:03:35.843Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3280 | 2026-05-28T05:03:36.014Z | Compiling rustc_version v0.1.7 |
| 3281 | 2026-05-28T05:03:36.123Z | Compiling phf_shared v0.12.1 |
| 3282 | 2026-05-28T05:03:36.149Z | Compiling chrono-tz v0.10.4 |
| 3283 | 2026-05-28T05:03:36.168Z | Compiling const_format_proc_macros v0.2.34 |
| 3284 | 2026-05-28T05:03:36.270Z | Compiling newtype_derive v0.1.6 |
| 3285 | 2026-05-28T05:03:36.318Z | Compiling phf v0.12.1 |
| 3286 | 2026-05-28T05:03:36.336Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3287 | 2026-05-28T05:03:36.424Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3288 | 2026-05-28T05:03:36.493Z | Compiling hickory-resolver v0.25.2 |
| 3289 | 2026-05-28T05:03:36.577Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3290 | 2026-05-28T05:03:36.595Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3291 | 2026-05-28T05:03:36.707Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3292 | 2026-05-28T05:03:36.724Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3293 | 2026-05-28T05:03:36.758Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3294 | 2026-05-28T05:03:36.836Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-05-28T05:03:36.971Z | Compiling typify v0.6.2 |
| 3296 | 2026-05-28T05:03:36.995Z | Compiling bcs v0.1.6 |
| 3297 | 2026-05-28T05:03:37.038Z | Compiling const_format v0.2.35 |
| 3298 | 2026-05-28T05:03:37.116Z | Compiling progenitor-impl v0.14.0 |
| 3299 | 2026-05-28T05:03:37.135Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3300 | 2026-05-28T05:03:37.246Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3301 | 2026-05-28T05:03:37.358Z | Compiling hickory-resolver v0.24.4 |
| 3302 | 2026-05-28T05:03:37.397Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3303 | 2026-05-28T05:03:37.415Z | Compiling progenitor-impl v0.13.0 |
| 3304 | 2026-05-28T05:03:37.756Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3305 | 2026-05-28T05:03:37.810Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3306 | 2026-05-28T05:03:37.852Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3307 | 2026-05-28T05:03:38.345Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3308 | 2026-05-28T05:03:38.366Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3309 | 2026-05-28T05:03:38.498Z | Compiling qorb v0.4.1 |
| 3310 | 2026-05-28T05:03:38.725Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3311 | 2026-05-28T05:03:38.815Z | Compiling termtree v0.5.1 |
| 3312 | 2026-05-28T05:03:38.947Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3313 | 2026-05-28T05:03:38.997Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3314 | 2026-05-28T05:03:40.017Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-05-28T05:03:40.020Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3316 | 2026-05-28T05:03:40.020Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3317 | 2026-05-28T05:03:40.020Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3318 | 2026-05-28T05:03:40.020Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3319 | 2026-05-28T05:03:40.020Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3320 | 2026-05-28T05:03:40.020Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3321 | 2026-05-28T05:03:40.020Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3322 | 2026-05-28T05:03:40.020Z | Compiling progenitor-macro v0.14.0 |
| 3323 | 2026-05-28T05:03:40.065Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3324 | 2026-05-28T05:03:40.167Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3325 | 2026-05-28T05:03:40.185Z | Compiling progenitor-macro v0.13.0 |
| 3326 | 2026-05-28T05:03:40.251Z | Compiling tabled_derive v0.7.0 |
| 3327 | 2026-05-28T05:03:40.340Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3328 | 2026-05-28T05:03:40.411Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3329 | 2026-05-28T05:03:40.510Z | Compiling textwrap v0.16.2 |
| 3330 | 2026-05-28T05:03:40.547Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3331 | 2026-05-28T05:03:40.606Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3332 | 2026-05-28T05:03:40.693Z | Compiling steno v0.4.1 |
| 3333 | 2026-05-28T05:03:40.802Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3334 | 2026-05-28T05:03:40.824Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3335 | 2026-05-28T05:03:40.864Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3336 | 2026-05-28T05:03:40.938Z | Compiling libefi-sys v0.1.0 |
| 3337 | 2026-05-28T05:03:40.958Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3338 | 2026-05-28T05:03:41.030Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3339 | 2026-05-28T05:03:41.188Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3340 | 2026-05-28T05:03:41.271Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3341 | 2026-05-28T05:03:41.294Z | Compiling tabled v0.15.0 |
| 3342 | 2026-05-28T05:03:41.330Z | Compiling git-stub v1.0.0 |
| 3343 | 2026-05-28T05:03:41.632Z | Compiling bitfield-struct v0.6.2 |
| 3344 | 2026-05-28T05:03:41.746Z | Compiling nom v8.0.0 |
| 3345 | 2026-05-28T05:03:41.781Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3346 | 2026-05-28T05:03:41.973Z | Compiling git-stub-vcs v0.1.0 |
| 3347 | 2026-05-28T05:03:42.028Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3348 | 2026-05-28T05:03:42.326Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3349 | 2026-05-28T05:03:42.489Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3350 | 2026-05-28T05:03:42.601Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3351 | 2026-05-28T05:03:42.665Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3352 | 2026-05-28T05:03:42.798Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3353 | 2026-05-28T05:03:42.932Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3354 | 2026-05-28T05:03:42.951Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3355 | 2026-05-28T05:03:43.041Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3356 | 2026-05-28T05:03:43.059Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-05-28T05:03:43.085Z | Compiling xshell-macros v0.2.7 |
| 3358 | 2026-05-28T05:03:43.201Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3359 | 2026-05-28T05:03:43.224Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3360 | 2026-05-28T05:03:43.369Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3361 | 2026-05-28T05:03:43.521Z | Compiling xshell v0.2.7 |
| 3362 | 2026-05-28T05:03:43.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3363 | 2026-05-28T05:03:43.725Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3364 | 2026-05-28T05:03:43.760Z | Compiling primeorder v0.13.6 |
| 3365 | 2026-05-28T05:03:44.046Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3366 | 2026-05-28T05:03:44.065Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3367 | 2026-05-28T05:03:44.086Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3368 | 2026-05-28T05:03:44.103Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3369 | 2026-05-28T05:03:44.125Z | Compiling salty v0.3.0 |
| 3370 | 2026-05-28T05:03:44.224Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3371 | 2026-05-28T05:03:44.394Z | Compiling base64 v0.21.7 |
| 3372 | 2026-05-28T05:03:44.431Z | Compiling radium v0.7.0 |
| 3373 | 2026-05-28T05:03:44.764Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3374 | 2026-05-28T05:03:44.826Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3375 | 2026-05-28T05:03:44.938Z | Compiling p384 v0.13.1 |
| 3376 | 2026-05-28T05:03:44.990Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-05-28T05:03:45.011Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3378 | 2026-05-28T05:03:45.034Z | Compiling typify-impl v0.4.3 |
| 3379 | 2026-05-28T05:03:45.058Z | Compiling tap v1.0.1 |
| 3380 | 2026-05-28T05:03:45.180Z | Compiling progenitor v0.14.0 |
| 3381 | 2026-05-28T05:03:45.208Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3382 | 2026-05-28T05:03:45.373Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3383 | 2026-05-28T05:03:45.391Z | Compiling progenitor v0.13.0 |
| 3384 | 2026-05-28T05:03:45.410Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3385 | 2026-05-28T05:03:45.484Z | Compiling maybe-uninit v2.0.0 |
| 3386 | 2026-05-28T05:03:45.539Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3387 | 2026-05-28T05:03:45.559Z | Compiling wyz v0.5.1 |
| 3388 | 2026-05-28T05:03:45.786Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3389 | 2026-05-28T05:03:45.806Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3390 | 2026-05-28T05:03:45.843Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3391 | 2026-05-28T05:03:45.889Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3392 | 2026-05-28T05:03:46.026Z | Compiling packed_struct v0.10.1 |
| 3393 | 2026-05-28T05:03:46.176Z | Compiling parking_lot_core v0.8.6 |
| 3394 | 2026-05-28T05:03:46.325Z | Compiling utf-8 v0.7.6 |
| 3395 | 2026-05-28T05:03:46.329Z | Compiling funty v2.0.0 |
| 3396 | 2026-05-28T05:03:46.474Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3397 | 2026-05-28T05:03:46.545Z | Compiling tungstenite v0.21.0 |
| 3398 | 2026-05-28T05:03:46.893Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3399 | 2026-05-28T05:03:47.203Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3400 | 2026-05-28T05:03:47.427Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3401 | 2026-05-28T05:03:47.734Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3402 | 2026-05-28T05:03:47.896Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3403 | 2026-05-28T05:03:48.149Z | Compiling bitvec v1.0.1 |
| 3404 | 2026-05-28T05:03:48.389Z | Compiling proc-macro-error2 v2.0.1 |
| 3405 | 2026-05-28T05:03:48.746Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3406 | 2026-05-28T05:03:48.767Z | Compiling polyval v0.6.2 |
| 3407 | 2026-05-28T05:03:48.784Z | Compiling packed_struct_codegen v0.10.1 |
| 3408 | 2026-05-28T05:03:49.013Z | Compiling bitfield-macros v0.19.4 |
| 3409 | 2026-05-28T05:03:49.046Z | Compiling zerocopy-derive v0.6.6 |
| 3410 | 2026-05-28T05:03:49.099Z | Compiling indexmap v1.9.3 |
| 3411 | 2026-05-28T05:03:49.338Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3412 | 2026-05-28T05:03:49.623Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3413 | 2026-05-28T05:03:49.653Z | Compiling typify-macro v0.4.3 |
| 3414 | 2026-05-28T05:03:49.676Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3415 | 2026-05-28T05:03:49.739Z | Compiling crc-catalog v2.4.0 |
| 3416 | 2026-05-28T05:03:49.764Z | Compiling nodrop v0.1.14 |
| 3417 | 2026-05-28T05:03:49.822Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3418 | 2026-05-28T05:03:49.877Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3419 | 2026-05-28T05:03:49.900Z | Compiling array-init v0.0.4 |
| 3420 | 2026-05-28T05:03:49.983Z | Compiling zerocopy v0.6.6 |
| 3421 | 2026-05-28T05:03:50.079Z | Compiling crc v3.4.0 |
| 3422 | 2026-05-28T05:03:50.120Z | Compiling bitfield v0.19.4 |
| 3423 | 2026-05-28T05:03:50.170Z | Compiling ghash v0.5.1 |
| 3424 | 2026-05-28T05:03:50.293Z | Compiling tabled_derive v0.11.0 |
| 3425 | 2026-05-28T05:03:50.323Z | Compiling smallvec v0.6.14 |
| 3426 | 2026-05-28T05:03:50.369Z | Compiling tokio-tungstenite v0.21.0 |
| 3427 | 2026-05-28T05:03:50.454Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3428 | 2026-05-28T05:03:50.573Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3429 | 2026-05-28T05:03:50.627Z | Compiling papergrid v0.17.0 |
| 3430 | 2026-05-28T05:03:50.693Z | Compiling testing_table v0.3.0 |
| 3431 | 2026-05-28T05:03:50.712Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3432 | 2026-05-28T05:03:50.736Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3433 | 2026-05-28T05:03:50.878Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3434 | 2026-05-28T05:03:50.898Z | Compiling ctr v0.9.2 |
| 3435 | 2026-05-28T05:03:50.928Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3436 | 2026-05-28T05:03:50.950Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3437 | 2026-05-28T05:03:50.971Z | Compiling corncobs v0.1.4 |
| 3438 | 2026-05-28T05:03:51.083Z | Compiling hashbrown v0.12.3 |
| 3439 | 2026-05-28T05:03:51.132Z | Compiling unicase v2.9.0 |
| 3440 | 2026-05-28T05:03:51.135Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3441 | 2026-05-28T05:03:51.179Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3442 | 2026-05-28T05:03:51.197Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3443 | 2026-05-28T05:03:51.235Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3444 | 2026-05-28T05:03:51.298Z | Compiling aes-gcm v0.10.3 |
| 3445 | 2026-05-28T05:03:51.325Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3446 | 2026-05-28T05:03:51.350Z | Compiling parking_lot v0.11.2 |
| 3447 | 2026-05-28T05:03:51.372Z | Compiling mime_guess v2.0.5 |
| 3448 | 2026-05-28T05:03:51.412Z | Compiling serde-hex v0.1.0 |
| 3449 | 2026-05-28T05:03:51.432Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3450 | 2026-05-28T05:03:51.498Z | Compiling typify v0.4.3 |
| 3451 | 2026-05-28T05:03:51.545Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3452 | 2026-05-28T05:03:51.668Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 3453 | 2026-05-28T05:03:51.668Z | Compiling progenitor-impl v0.11.2 |
| 3454 | 2026-05-28T05:03:51.668Z | Compiling tabled v0.20.0 |
| 3455 | 2026-05-28T05:03:51.761Z | Compiling ron v0.8.1 |
| 3456 | 2026-05-28T05:03:51.779Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3457 | 2026-05-28T05:03:51.797Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3458 | 2026-05-28T05:03:51.988Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3459 | 2026-05-28T05:03:52.076Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3460 | 2026-05-28T05:03:52.231Z | Compiling progenitor-client v0.11.2 |
| 3461 | 2026-05-28T05:03:52.295Z | Compiling hashbrown v0.13.2 |
| 3462 | 2026-05-28T05:03:52.349Z | Compiling blowfish v0.9.1 |
| 3463 | 2026-05-28T05:03:52.380Z | Compiling ssh-encoding v0.2.0 |
| 3464 | 2026-05-28T05:03:52.474Z | Compiling prefix-trie v0.7.0 |
| 3465 | 2026-05-28T05:03:52.497Z | Compiling fxhash v0.2.1 |
| 3466 | 2026-05-28T05:03:52.593Z | Compiling secrecy v0.8.0 |
| 3467 | 2026-05-28T05:03:52.626Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3468 | 2026-05-28T05:03:52.674Z | Compiling crc-any v2.5.0 |
| 3469 | 2026-05-28T05:03:52.677Z | Compiling sled v0.34.7 |
| 3470 | 2026-05-28T05:03:52.773Z | Compiling object v0.30.4 |
| 3471 | 2026-05-28T05:03:52.830Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3472 | 2026-05-28T05:03:52.890Z | Compiling hickory-server v0.25.2 |
| 3473 | 2026-05-28T05:03:52.954Z | Compiling ssh-cipher v0.2.0 |
| 3474 | 2026-05-28T05:03:52.974Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3475 | 2026-05-28T05:03:53.131Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3476 | 2026-05-28T05:03:53.336Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3477 | 2026-05-28T05:03:53.461Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3478 | 2026-05-28T05:03:53.577Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3479 | 2026-05-28T05:03:53.602Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3480 | 2026-05-28T05:03:53.621Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3481 | 2026-05-28T05:03:53.726Z | Compiling password-hash v0.4.2 |
| 3482 | 2026-05-28T05:03:53.891Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3483 | 2026-05-28T05:03:54.014Z | Compiling path-slash v0.1.5 |
| 3484 | 2026-05-28T05:03:54.154Z | Compiling crc8 v0.1.1 |
| 3485 | 2026-05-28T05:03:54.180Z | Compiling http-range v0.1.5 |
| 3486 | 2026-05-28T05:03:54.198Z | Compiling half v1.8.3 |
| 3487 | 2026-05-28T05:03:54.249Z | Compiling pbkdf2 v0.11.0 |
| 3488 | 2026-05-28T05:03:54.304Z | Compiling illumos-nvpair v0.3.0 |
| 3489 | 2026-05-28T05:03:54.329Z | Compiling progenitor-macro v0.11.2 |
| 3490 | 2026-05-28T05:03:54.424Z | Compiling serde_cbor v0.11.2 |
| 3491 | 2026-05-28T05:03:54.497Z | Compiling ssh-key v0.6.7 |
| 3492 | 2026-05-28T05:03:54.589Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3493 | 2026-05-28T05:03:54.761Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3494 | 2026-05-28T05:03:54.951Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3495 | 2026-05-28T05:03:54.991Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3496 | 2026-05-28T05:03:55.043Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3497 | 2026-05-28T05:03:55.062Z | Compiling p256 v0.13.2 |
| 3498 | 2026-05-28T05:03:55.080Z | Compiling p521 v0.13.3 |
| 3499 | 2026-05-28T05:03:55.348Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3500 | 2026-05-28T05:03:55.468Z | Compiling yasna v0.5.2 |
| 3501 | 2026-05-28T05:03:55.512Z | Compiling kstat-rs v0.2.4 |
| 3502 | 2026-05-28T05:03:55.533Z | Compiling headers-core v0.3.0 |
| 3503 | 2026-05-28T05:03:55.687Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3504 | 2026-05-28T05:03:55.782Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3505 | 2026-05-28T05:03:55.841Z | Compiling nanorand v0.7.0 |
| 3506 | 2026-05-28T05:03:55.962Z | Compiling atty v0.2.14 |
| 3507 | 2026-05-28T05:03:55.991Z | Compiling russh-cryptovec v0.7.3 |
| 3508 | 2026-05-28T05:03:56.062Z | Compiling home v0.5.12 |
| 3509 | 2026-05-28T05:03:56.081Z | Compiling md5 v0.7.0 |
| 3510 | 2026-05-28T05:03:56.105Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3511 | 2026-05-28T05:03:56.144Z | Compiling flume v0.11.1 |
| 3512 | 2026-05-28T05:03:56.165Z | Compiling rcgen v0.12.1 |
| 3513 | 2026-05-28T05:03:56.186Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3514 | 2026-05-28T05:03:56.210Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3515 | 2026-05-28T05:03:56.210Z | Compiling headers v0.4.1 |
| 3516 | 2026-05-28T05:03:56.248Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3517 | 2026-05-28T05:03:56.390Z | Compiling russh-keys v0.45.0 |
| 3518 | 2026-05-28T05:03:56.490Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3519 | 2026-05-28T05:03:56.535Z | Compiling hyper-staticfile v0.10.1 |
| 3520 | 2026-05-28T05:03:56.641Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3521 | 2026-05-28T05:03:56.838Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3522 | 2026-05-28T05:03:57.002Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3523 | 2026-05-28T05:03:57.044Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3524 | 2026-05-28T05:03:57.075Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3525 | 2026-05-28T05:03:57.078Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3526 | 2026-05-28T05:03:57.263Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3527 | 2026-05-28T05:03:57.287Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3528 | 2026-05-28T05:03:57.307Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3529 | 2026-05-28T05:03:57.345Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3530 | 2026-05-28T05:03:57.719Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3531 | 2026-05-28T05:03:57.790Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3532 | 2026-05-28T05:03:57.893Z | Compiling num-bigint v0.4.6 |
| 3533 | 2026-05-28T05:03:58.016Z | Compiling des v0.8.1 |
| 3534 | 2026-05-28T05:03:58.035Z | Compiling subprocess v0.2.15 |
| 3535 | 2026-05-28T05:03:58.070Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3536 | 2026-05-28T05:03:58.174Z | Compiling hex-literal v0.4.1 |
| 3537 | 2026-05-28T05:03:58.245Z | Compiling display-error-chain v0.2.2 |
| 3538 | 2026-05-28T05:03:58.325Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3539 | 2026-05-28T05:03:58.388Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3540 | 2026-05-28T05:03:58.413Z | Compiling colored v2.2.0 |
| 3541 | 2026-05-28T05:03:58.416Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3542 | 2026-05-28T05:03:58.533Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3543 | 2026-05-28T05:03:58.556Z | Compiling internet-checksum v0.2.1 |
| 3544 | 2026-05-28T05:03:59.086Z | Compiling russh v0.45.0 |
| 3545 | 2026-05-28T05:03:59.365Z | Compiling progenitor v0.11.2 |
| 3546 | 2026-05-28T05:03:59.548Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3547 | 2026-05-28T05:04:00.159Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3548 | 2026-05-28T05:04:08.345Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3549 | 2026-05-28T05:04:10.032Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3550 | 2026-05-28T05:04:10.968Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3551 | 2026-05-28T05:04:11.741Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3552 | 2026-05-28T05:04:15.139Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3553 | 2026-05-28T05:04:15.139Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3554 | 2026-05-28T05:04:24.183Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3555 | 2026-05-28T05:04:32.016Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3556 | 2026-05-28T05:04:32.016Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3557 | 2026-05-28T05:04:32.019Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3558 | 2026-05-28T05:04:32.019Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3559 | 2026-05-28T05:04:33.873Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3560 | 2026-05-28T05:04:33.948Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3561 | 2026-05-28T05:04:37.986Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3562 | 2026-05-28T05:05:18.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
| 3563 | 2026-05-28T05:05:19.136Z | |
| 3564 | 2026-05-28T05:05:19.139Z | real 1:52.920705752 |
| 3565 | 2026-05-28T05:05:19.140Z | user 9:49.482899977 |
| 3566 | 2026-05-28T05:05:19.140Z | sys 1:57.725751854 |
| 3567 | 2026-05-28T05:05:19.140Z | trap 0.291836577 |
| 3568 | 2026-05-28T05:05:19.140Z | tflt 0.493605051 |
| 3569 | 2026-05-28T05:05:19.140Z | dflt 1.449963957 |
| 3570 | 2026-05-28T05:05:19.140Z | kflt 0.000426340 |
| 3571 | 2026-05-28T05:05:19.140Z | lock 34:37.528120086 |
| 3572 | 2026-05-28T05:05:19.140Z | slp 22:42.721748111 |
| 3573 | 2026-05-28T05:05:19.140Z | lat 45.665114157 |
| 3574 | 2026-05-28T05:05:19.140Z | stop 3:20.103155736 |
| 3575 | 2026-05-28T05:05:19.140Z | + mkdir tests |
| 3576 | 2026-05-28T05:05:19.144Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3577 | 2026-05-28T05:05:19.144Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3578 | 2026-05-28T05:05:19.171Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cba8d6fddddf9297 tests/ |
| 3579 | 2026-05-28T05:05:19.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ec9cf5871ec6069e tests/ |
| 3580 | 2026-05-28T05:05:19.212Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-aab2485e83471ea8 tests/ |
| 3581 | 2026-05-28T05:05:19.232Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f563209677f1187a tests/ |
| 3582 | 2026-05-28T05:05:19.509Z | + 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-28T05:05:19.512Z | + 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-28T05:06:43.995Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3585 | 2026-05-28T05:06:43.995Z | a .github/buildomat/ci-env.sh 1K |
| 3586 | 2026-05-28T05:06:43.995Z | a out/target/test 1K |
| 3587 | 2026-05-28T05:06:43.995Z | a out/npuzone/npuzone 31102K |
| 3588 | 2026-05-28T05:06:43.995Z | a package-manifest.toml 35K |
| 3589 | 2026-05-28T05:06:43.995Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3590 | 2026-05-28T05:06:43.995Z | a target/release/omicron-package 45209K |
| 3591 | 2026-05-28T05:06:43.995Z | a target/release/xtask 11453K |
| 3592 | 2026-05-28T05:06:43.995Z | a target/debug/bootstrap 402852K |
| 3593 | 2026-05-28T05:06:43.995Z | a tests/bootstrap-ec9cf5871ec6069e 31215K |
| 3594 | 2026-05-28T05:06:43.995Z | a tests/commtest-aab2485e83471ea8 32300K |
| 3595 | 2026-05-28T05:06:43.995Z | a tests/dhcp_server-cba8d6fddddf9297 31215K |
| 3596 | 2026-05-28T05:06:43.996Z | a tests/end_to_end_tests-f563209677f1187a 478987K |
| 3597 | 2026-05-28T05:06:43.996Z | a tools/opte_version 1K |
| 3598 | 2026-05-28T05:06:43.996Z | a tools/opte_version_override 2K |
| 3599 | 2026-05-28T05:06:43.996Z | a out/clickhouse.tar.gz 313500K |
| 3600 | 2026-05-28T05:06:43.996Z | a out/clickhouse_keeper.tar.gz 298540K |
| 3601 | 2026-05-28T05:06:43.996Z | a out/clickhouse_server.tar.gz 313498K |
| 3602 | 2026-05-28T05:06:43.996Z | a out/cockroachdb.tar.gz 157688K |
| 3603 | 2026-05-28T05:06:43.996Z | a out/crucible-pantry-zone.tar.gz 36469K |
| 3604 | 2026-05-28T05:06:43.996Z | a out/crucible-utils.tar 16478K |
| 3605 | 2026-05-28T05:06:43.996Z | a out/crucible-zone.tar.gz 52039K |
| 3606 | 2026-05-28T05:06:43.996Z | a out/external-dns.tar.gz 42396K |
| 3607 | 2026-05-28T05:06:43.996Z | a out/internal-dns.tar.gz 42396K |
| 3608 | 2026-05-28T05:06:43.996Z | a out/mg-ddm-gz.tar 103604K |
| 3609 | 2026-05-28T05:06:43.996Z | a out/nexus.tar.gz 295290K |
| 3610 | 2026-05-28T05:06:43.996Z | a out/ntp.tar.gz 24126K |
| 3611 | 2026-05-28T05:06:43.996Z | a out/omicron-gateway-softnpu.tar.gz 33457K |
| 3612 | 2026-05-28T05:06:43.996Z | a out/omicron-sled-agent.tar 216743K |
| 3613 | 2026-05-28T05:06:43.996Z | a out/overlay.tar.gz 3K |
| 3614 | 2026-05-28T05:06:43.996Z | a out/oximeter.tar.gz 70298K |
| 3615 | 2026-05-28T05:06:43.996Z | a out/oxlog.tar 3782K |
| 3616 | 2026-05-28T05:06:43.996Z | a out/probe.tar.gz 1390K |
| 3617 | 2026-05-28T05:06:43.996Z | a out/propolis-server.tar.gz 34911K |
| 3618 | 2026-05-28T05:06:43.998Z | a out/pumpkind-gz.tar 26647K |
| 3619 | 2026-05-28T05:06:43.998Z | a out/switch-softnpu.tar.gz 466295K |
| 3620 | 2026-05-28T05:06:44.003Z | |
| 3621 | 2026-05-28T05:06:44.003Z | real 1:24.482486355 |
| 3622 | 2026-05-28T05:06:44.003Z | user 1:21.709596355 |
| 3623 | 2026-05-28T05:06:44.003Z | sys 4.628390422 |
| 3624 | 2026-05-28T05:06:44.003Z | trap 0.006726837 |
| 3625 | 2026-05-28T05:06:44.003Z | tflt 0.000000000 |
| 3626 | 2026-05-28T05:06:44.003Z | dflt 0.000000000 |
| 3627 | 2026-05-28T05:06:44.003Z | kflt 0.000000000 |
| 3628 | 2026-05-28T05:06:44.003Z | lock 0.000000000 |
| 3629 | 2026-05-28T05:06:44.003Z | slp 1:21.576963754 |
| 3630 | 2026-05-28T05:06:44.003Z | lat 1.036928162 |
| 3631 | 2026-05-28T05:06:44.003Z | stop 0.000223710 |
| 3632 | 2026-05-28T05:06:44.003Z | process exited: duration 1212944 ms, exit code 0 |
| |
| 3633 | 2026-05-28T05:06:44.018Z | found 1 output files |
| 3634 | 2026-05-28T05:06:44.018Z | uploading: /work/package.tar.gz (2563053277 bytes) |
| 3635 | 2026-05-28T05:07:13.981Z | uploaded: /work/package.tar.gz |