|
|
|
| 1 | 2026-02-11T22:51:32.870Z | job assigned to worker 01KH7ED9R2XRNA69BQ251WVV6M [factory gimlet-EVT22200007-propolis, EVT22200007/57872] (queued for 29 s) |
| |
| 2 | 2026-02-11T22:51:41.473Z | starting task 0: "setup" |
| 3 | 2026-02-11T22:51:41.497Z | ++ uname -s |
| 4 | 2026-02-11T22:51:41.497Z | + kern=SunOS |
| 5 | 2026-02-11T22:51:41.497Z | + build_user=build |
| 6 | 2026-02-11T22:51:41.497Z | + build_uid=12345 |
| 7 | 2026-02-11T22:51:41.497Z | + work_dir=/work |
| 8 | 2026-02-11T22:51:41.498Z | + input_dir=/input |
| 9 | 2026-02-11T22:51:41.498Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-11T22:51:41.498Z | + case "$kern" in |
| 11 | 2026-02-11T22:51:41.498Z | + groupadd -g 12345 build |
| 12 | 2026-02-11T22:51:41.498Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-11T22:51:42.498Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-11T22:51:42.537Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-11T22:51:42.561Z | + home_fs=zfs |
| 16 | 2026-02-11T22:51:42.562Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-11T22:51:42.562Z | + mkdir -p /home/build |
| 18 | 2026-02-11T22:51:42.562Z | + chown build:build /home/build /work |
| 19 | 2026-02-11T22:51:44.550Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-11T22:51:44.578Z | process exited: duration 3081 ms, exit code 0 |
| |
| 21 | 2026-02-11T22:51:44.629Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-11T22:51:44.655Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-11T22:51:44.655Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-11T22:51:44.655Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-11T22:51:44.655Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-02-11T22:51:44.655Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-02-11T22:51:44.655Z | * rust toolchain profile = "default" |
| 28 | 2026-02-11T22:51:44.655Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-11T22:51:44.655Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-11T22:51:44.784Z | info: downloading installer |
| 31 | 2026-02-11T22:51:46.112Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-11T22:51:46.112Z | warn: /opt/ooce/bin |
| 33 | 2026-02-11T22:51:46.112Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-11T22:51:46.112Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-11T22:51:46.112Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-11T22:51:46.112Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-11T22:51:46.112Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-11T22:51:46.112Z | error: cannot install while Rust is installed |
| 39 | 2026-02-11T22:51:46.112Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-11T22:51:46.136Z | info: profile set to 'default' |
| 41 | 2026-02-11T22:51:46.136Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-11T22:51:46.136Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-11T22:51:46.266Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-11T22:51:46.266Z | info: downloading component 'cargo' |
| 45 | 2026-02-11T22:51:46.540Z | info: downloading component 'clippy' |
| 46 | 2026-02-11T22:51:46.644Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-11T22:51:47.082Z | info: downloading component 'rust-std' |
| 48 | 2026-02-11T22:51:47.587Z | info: downloading component 'rustc' |
| 49 | 2026-02-11T22:51:50.769Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-11T22:51:50.859Z | info: installing component 'cargo' |
| 51 | 2026-02-11T22:51:52.157Z | info: installing component 'clippy' |
| 52 | 2026-02-11T22:51:52.647Z | info: installing component 'rust-docs' |
| 53 | 2026-02-11T22:51:56.281Z | info: installing component 'rust-std' |
| 54 | 2026-02-11T22:51:58.464Z | info: installing component 'rustc' |
| 55 | 2026-02-11T22:52:07.004Z | info: installing component 'rustfmt' |
| 56 | 2026-02-11T22:52:07.411Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-11T22:52:07.411Z | |
| 58 | 2026-02-11T22:52:07.593Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-11T22:52:07.593Z | |
| 60 | 2026-02-11T22:52:07.593Z | |
| 61 | 2026-02-11T22:52:07.593Z | Rust is installed now. Great! |
| 62 | 2026-02-11T22:52:07.593Z | |
| 63 | 2026-02-11T22:52:07.593Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-11T22:52:07.593Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-11T22:52:07.593Z | |
| 66 | 2026-02-11T22:52:07.617Z | To configure your current shell, you need to source |
| 67 | 2026-02-11T22:52:07.617Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-11T22:52:07.617Z | |
| 69 | 2026-02-11T22:52:07.617Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-11T22:52:07.617Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-11T22:52:07.617Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-11T22:52:07.617Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-11T22:52:07.720Z | + rustup --version |
| 74 | 2026-02-11T22:52:07.744Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-11T22:52:07.744Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-11T22:52:07.859Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-11T22:52:07.884Z | + cargo --version |
| 78 | 2026-02-11T22:52:07.970Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-11T22:52:07.994Z | + rustc --version |
| 80 | 2026-02-11T22:52:08.089Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-11T22:52:08.113Z | process exited: duration 23467 ms, exit code 0 |
| |
| 82 | 2026-02-11T22:52:08.161Z | starting task 2: "authentication" |
| 83 | 2026-02-11T22:52:08.214Z | process exited: duration 53 ms, exit code 0 |
| |
| 84 | 2026-02-11T22:52:08.263Z | starting task 3: "clone repository" |
| 85 | 2026-02-11T22:52:08.287Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-11T22:52:08.287Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-11T22:52:08.311Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-11T22:52:36.975Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-11T22:52:36.975Z | + git fetch origin b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 90 | 2026-02-11T22:52:37.598Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-11T22:52:37.598Z | * branch b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 -> FETCH_HEAD |
| 92 | 2026-02-11T22:52:37.622Z | + [[ -n luqmana/bump-propolis ]] |
| 93 | 2026-02-11T22:52:37.622Z | ++ git branch --show-current |
| 94 | 2026-02-11T22:52:37.646Z | + current=main |
| 95 | 2026-02-11T22:52:37.646Z | + [[ main != luqmana/bump-propolis ]] |
| 96 | 2026-02-11T22:52:37.646Z | + git branch -f luqmana/bump-propolis b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 97 | 2026-02-11T22:52:37.646Z | + git checkout -f luqmana/bump-propolis |
| 98 | 2026-02-11T22:52:38.263Z | Switched to branch 'luqmana/bump-propolis' |
| 99 | 2026-02-11T22:52:38.288Z | + git reset --hard b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 100 | 2026-02-11T22:52:38.312Z | HEAD is now at b94ffbfef Bump propolis |
| 101 | 2026-02-11T22:52:38.313Z | process exited: duration 30041 ms, exit code 0 |
| |
| 102 | 2026-02-11T22:52:38.365Z | starting task 4: "build" |
| 103 | 2026-02-11T22:52:38.389Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-11T22:52:38.389Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-11T22:52:38.389Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-11T22:52:38.389Z | + cargo --version |
| 107 | 2026-02-11T22:52:38.464Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-11T22:52:38.488Z | + rustc --version |
| 109 | 2026-02-11T22:52:38.574Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-11T22:52:38.599Z | + WORK=/work |
| 111 | 2026-02-11T22:52:38.599Z | + pfexec mkdir -p /work |
| 112 | 2026-02-11T22:52:38.599Z | + pfexec chown build /work |
| 113 | 2026-02-11T22:52:38.599Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-02-11T22:52:58.526Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-02-11T22:53:12.454Z | Startup: Caching catalogs ... Done |
| 116 | 2026-02-11T22:53:49.710Z | Planning: Solver setup ... Done (34.296s) |
| 117 | 2026-02-11T22:53:49.939Z | Planning: Running solver ... Done (0.228s) |
| 118 | 2026-02-11T22:53:50.123Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-02-11T22:53:50.642Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-02-11T22:53:51.115Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-02-11T22:53:51.191Z | Planning: Package planning ... Done (0.076s) |
| 122 | 2026-02-11T22:53:51.272Z | Planning: Merging actions ... Done (0.081s) |
| 123 | 2026-02-11T22:53:51.624Z | Planning: Checking for conflicting actions ... Done (0.352s) |
| 124 | 2026-02-11T22:53:51.647Z | Planning: Consolidating action changes ... Done (0.014s) |
| 125 | 2026-02-11T22:53:52.417Z | Planning: Evaluating mediators ... Done (0.779s) |
| 126 | 2026-02-11T22:53:52.442Z | Planning: Planning completed in 39.82 seconds |
| 127 | 2026-02-11T22:53:52.466Z | Packages to install: 4 |
| 128 | 2026-02-11T22:53:52.466Z | Mediators to change: 2 |
| 129 | 2026-02-11T22:53:52.466Z | Services to change: 1 |
| 130 | 2026-02-11T22:53:52.466Z | Estimated space available: 154.94 GB |
| 131 | 2026-02-11T22:53:52.466Z | Estimated space to be consumed: 1.81 GB |
| 132 | 2026-02-11T22:53:52.466Z | Create boot environment: No |
| 133 | 2026-02-11T22:53:52.466Z | Create backup boot environment: No |
| 134 | 2026-02-11T22:53:52.466Z | Rebuild boot archive: No |
| 135 | 2026-02-11T22:53:52.466Z | |
| 136 | 2026-02-11T22:53:52.466Z | Changed mediators: |
| 137 | 2026-02-11T22:53:52.467Z | mediator clang: |
| 138 | 2026-02-11T22:53:52.467Z | version: None -> 15 (system default) |
| 139 | 2026-02-11T22:53:52.467Z | |
| 140 | 2026-02-11T22:53:52.467Z | mediator llvm: |
| 141 | 2026-02-11T22:53:52.467Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-02-11T22:53:52.467Z | |
| 143 | 2026-02-11T22:53:52.467Z | Changed packages: |
| 144 | 2026-02-11T22:53:52.467Z | helios-dev |
| 145 | 2026-02-11T22:53:52.467Z | developer/build-essential |
| 146 | 2026-02-11T22:53:52.467Z | None -> 11-2.0 |
| 147 | 2026-02-11T22:53:52.467Z | library/libxmlsec1 |
| 148 | 2026-02-11T22:53:52.467Z | None -> 1.2.35-2.0 |
| 149 | 2026-02-11T22:53:52.467Z | ooce/developer/clang-15 |
| 150 | 2026-02-11T22:53:52.467Z | None -> 15.0.7-2.0 |
| 151 | 2026-02-11T22:53:52.467Z | ooce/developer/llvm-15 |
| 152 | 2026-02-11T22:53:52.467Z | None -> 15.0.7-2.0 |
| 153 | 2026-02-11T22:53:52.467Z | |
| 154 | 2026-02-11T22:53:52.467Z | Services: |
| 155 | 2026-02-11T22:53:52.467Z | restart_fmri: |
| 156 | 2026-02-11T22:53:52.467Z | svc:/system/update-man-index:default |
| 157 | 2026-02-11T22:53:52.513Z | |
| 158 | 2026-02-11T22:53:52.513Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-02-11T22:53:57.514Z | Download: 1144/3290 items 41.5/212.6MB 19% complete (8.2M/s) |
| 160 | 2026-02-11T22:54:02.513Z | Download: 1532/3290 items 109.6/212.6MB 51% complete (11.0M/s) |
| 161 | 2026-02-11T22:54:07.514Z | Download: 3234/3290 items 164.5/212.6MB 77% complete (12.3M/s) |
| 162 | 2026-02-11T22:55:10.785Z | Download: 3289/3290 items 212.6/212.6MB 99% complete |
| 163 | 2026-02-11T22:55:10.845Z | Download: Completed 212.60 MB in 78.33 seconds (2.7M/s) |
| 164 | 2026-02-11T22:55:10.997Z | Actions: 1/3689 actions (Installing new actions) |
| 165 | 2026-02-11T22:55:16.199Z | Actions: 3027/3689 actions (Installing new actions) |
| 166 | 2026-02-11T22:55:16.916Z | Actions: Completed 3689 actions in 5.92 seconds. |
| 167 | 2026-02-11T22:55:17.564Z | Done (0.642s) |
| 168 | 2026-02-11T22:55:17.564Z | Done (0.000s) |
| 169 | 2026-02-11T22:55:18.855Z | Done (1.290s) |
| 170 | 2026-02-11T22:55:24.616Z | Done (5.500s) |
| 171 | 2026-02-11T22:55:24.722Z | Done (0.018s) |
| 172 | 2026-02-11T22:55:24.747Z | Done (0.000s) |
| 173 | 2026-02-11T22:55:24.909Z | Done (0.000s) |
| 174 | 2026-02-11T22:55:26.072Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-02-11T22:55:26.336Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-02-11T22:55:26.361Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-02-11T22:55:26.703Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-02-11T22:55:26.728Z | Planning: Planning completed in 0.63 seconds |
| 179 | 2026-02-11T22:55:26.752Z | Mediators to change: 2 |
| 180 | 2026-02-11T22:55:26.752Z | Create boot environment: No |
| 181 | 2026-02-11T22:55:26.753Z | Create backup boot environment: No |
| 182 | 2026-02-11T22:55:26.807Z | Done |
| 183 | 2026-02-11T22:55:26.807Z | Done |
| 184 | 2026-02-11T22:55:27.918Z | Done |
| 185 | 2026-02-11T22:55:32.799Z | Done |
| 186 | 2026-02-11T22:55:32.887Z | Done |
| 187 | 2026-02-11T22:55:32.888Z | Done |
| 188 | 2026-02-11T22:55:32.952Z | Done |
| 189 | 2026-02-11T22:55:33.744Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2026-02-11T22:55:33.768Z | Planning: Merging actions ... Done |
| 191 | 2026-02-11T22:55:33.989Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-02-11T22:55:34.026Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-02-11T22:55:34.350Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-02-11T22:55:34.420Z | Planning: Planning completed in 1.00 seconds |
| 195 | 2026-02-11T22:55:34.464Z | Packages to change: 1 |
| 196 | 2026-02-11T22:55:34.464Z | Mediators to change: 1 |
| 197 | 2026-02-11T22:55:34.464Z | Services to change: 1 |
| 198 | 2026-02-11T22:55:34.464Z | Create boot environment: No |
| 199 | 2026-02-11T22:55:34.464Z | Create backup boot environment: Yes |
| 200 | 2026-02-11T22:55:36.489Z | Actions: 1/6 actions (Updating modified actions) |
| 201 | 2026-02-11T22:55:36.490Z | Actions: Completed 6 actions in 0.00 seconds. |
| 202 | 2026-02-11T22:55:36.490Z | Done |
| 203 | 2026-02-11T22:55:36.490Z | Done |
| 204 | 2026-02-11T22:55:36.760Z | Done |
| 205 | 2026-02-11T22:55:41.642Z | Done |
| 206 | 2026-02-11T22:55:41.735Z | Done |
| 207 | 2026-02-11T22:55:41.735Z | Done |
| 208 | 2026-02-11T22:55:41.788Z | Done |
| 209 | 2026-02-11T22:55:42.407Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 210 | 2026-02-11T22:55:42.407Z | clang system 15 system |
| 211 | 2026-02-11T22:55:42.407Z | csh system system illumos |
| 212 | 2026-02-11T22:55:42.407Z | ctags system system illumos |
| 213 | 2026-02-11T22:55:42.407Z | file system system illumos |
| 214 | 2026-02-11T22:55:42.407Z | gcc vendor 12 vendor |
| 215 | 2026-02-11T22:55:42.407Z | gcc system 10 system |
| 216 | 2026-02-11T22:55:42.407Z | gcc system 7 system |
| 217 | 2026-02-11T22:55:42.407Z | go system 1.20 system |
| 218 | 2026-02-11T22:55:42.407Z | go system 1.19 system |
| 219 | 2026-02-11T22:55:42.407Z | llvm system 15 system |
| 220 | 2026-02-11T22:55:42.407Z | llvm system 14 system |
| 221 | 2026-02-11T22:55:42.407Z | mariadb system 10.6 system |
| 222 | 2026-02-11T22:55:42.407Z | mta vendor vendor dma |
| 223 | 2026-02-11T22:55:42.407Z | openjdk system 17 system |
| 224 | 2026-02-11T22:55:42.407Z | openjdk system 11 system |
| 225 | 2026-02-11T22:55:42.407Z | openjdk system 1.8 system |
| 226 | 2026-02-11T22:55:42.407Z | openssl vendor 3 vendor |
| 227 | 2026-02-11T22:55:42.407Z | perl system 5.36 system |
| 228 | 2026-02-11T22:55:42.408Z | postgresql system 15 system |
| 229 | 2026-02-11T22:55:42.408Z | postgresql system 13 system |
| 230 | 2026-02-11T22:55:42.408Z | python vendor 3 vendor |
| 231 | 2026-02-11T22:55:42.408Z | python system 2 system |
| 232 | 2026-02-11T22:55:42.408Z | python3 system 3.11 system |
| 233 | 2026-02-11T22:55:42.408Z | ruby system 3.0 system |
| 234 | 2026-02-11T22:55:42.408Z | words vendor vendor american-english |
| 235 | 2026-02-11T22:55:42.408Z | words system system australian-english |
| 236 | 2026-02-11T22:55:42.408Z | words system system british-english |
| 237 | 2026-02-11T22:55:42.408Z | words system system canadian-english |
| 238 | 2026-02-11T22:55:42.408Z | words system system french |
| 239 | 2026-02-11T22:55:42.408Z | words system system italian |
| 240 | 2026-02-11T22:55:42.408Z | words system system ngerman |
| 241 | 2026-02-11T22:55:42.408Z | words system system ogerman |
| 242 | 2026-02-11T22:55:42.408Z | words system system spanish |
| 243 | 2026-02-11T22:55:42.882Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2026-02-11T22:55:42.882Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2026-02-11T22:55:51.936Z | FMRI IFO |
| 246 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 252 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 253 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 254 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 255 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 256 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 257 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 258 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 259 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 260 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 261 | 2026-02-11T22:55:51.937Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 262 | 2026-02-11T22:55:53.451Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 263 | 2026-02-11T22:55:54.110Z | Updating crates.io index |
| 264 | 2026-02-11T22:55:54.168Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-02-11T22:55:54.883Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 266 | 2026-02-11T22:55:55.615Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 267 | 2026-02-11T22:55:57.150Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-02-11T22:55:57.703Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-02-11T22:55:58.463Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 270 | 2026-02-11T22:56:00.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-02-11T22:56:04.737Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 272 | 2026-02-11T22:56:06.491Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 273 | 2026-02-11T22:56:07.227Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 274 | 2026-02-11T22:56:08.801Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2026-02-11T22:56:09.866Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-02-11T22:56:10.596Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 277 | 2026-02-11T22:56:11.549Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 278 | 2026-02-11T22:56:12.182Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 279 | 2026-02-11T22:56:13.619Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-02-11T22:56:14.650Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-02-11T22:56:15.215Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 282 | 2026-02-11T22:56:15.947Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 283 | 2026-02-11T22:56:16.795Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 284 | 2026-02-11T22:56:17.306Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 285 | 2026-02-11T22:56:17.827Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 286 | 2026-02-11T22:56:18.460Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 287 | 2026-02-11T22:56:19.333Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 288 | 2026-02-11T22:56:20.191Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 289 | 2026-02-11T22:56:21.211Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 290 | 2026-02-11T22:56:21.834Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 291 | 2026-02-11T22:56:22.586Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2026-02-11T22:56:23.625Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2026-02-11T22:56:24.721Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2026-02-11T22:56:25.520Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 295 | 2026-02-11T22:56:26.086Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 296 | 2026-02-11T22:56:26.869Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2026-02-11T22:56:27.468Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 298 | 2026-02-11T22:56:28.422Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 299 | 2026-02-11T22:56:28.970Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 300 | 2026-02-11T22:56:29.626Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 301 | 2026-02-11T22:56:30.188Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 302 | 2026-02-11T22:56:30.891Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 303 | 2026-02-11T22:56:53.623Z | Downloading crates ... |
| 304 | 2026-02-11T22:56:53.692Z | Downloaded anyhow v1.0.99 |
| 305 | 2026-02-11T22:56:53.723Z | Downloaded icu_locid_transform v1.5.0 |
| 306 | 2026-02-11T22:56:53.723Z | Downloaded digest v0.10.7 |
| 307 | 2026-02-11T22:56:53.723Z | Downloaded clap_derive v4.5.47 |
| 308 | 2026-02-11T22:56:53.723Z | Downloaded cpufeatures v0.2.14 |
| 309 | 2026-02-11T22:56:53.723Z | Downloaded clap_lex v0.7.4 |
| 310 | 2026-02-11T22:56:53.748Z | Downloaded displaydoc v0.2.5 |
| 311 | 2026-02-11T22:56:53.748Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2026-02-11T22:56:53.748Z | Downloaded toml v0.8.23 |
| 313 | 2026-02-11T22:56:53.748Z | Downloaded zerovec-derive v0.10.3 |
| 314 | 2026-02-11T22:56:53.749Z | Downloaded zerofrom-derive v0.1.4 |
| 315 | 2026-02-11T22:56:53.749Z | Downloaded thiserror-impl v2.0.18 |
| 316 | 2026-02-11T22:56:53.775Z | Downloaded write16 v1.0.0 |
| 317 | 2026-02-11T22:56:53.775Z | Downloaded zmij v1.0.15 |
| 318 | 2026-02-11T22:56:53.775Z | Downloaded yoke-derive v0.7.4 |
| 319 | 2026-02-11T22:56:53.775Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-02-11T22:56:53.775Z | Downloaded unicode-width v0.2.0 |
| 321 | 2026-02-11T22:56:53.775Z | Downloaded scroll v0.12.0 |
| 322 | 2026-02-11T22:56:53.802Z | Downloaded swrite v0.1.0 |
| 323 | 2026-02-11T22:56:53.803Z | Downloaded pest_meta v2.8.2 |
| 324 | 2026-02-11T22:56:53.803Z | Downloaded synstructure v0.13.1 |
| 325 | 2026-02-11T22:56:53.803Z | Downloaded textwrap v0.16.2 |
| 326 | 2026-02-11T22:56:53.803Z | Downloaded syn v1.0.109 |
| 327 | 2026-02-11T22:56:53.827Z | Downloaded serde_json v1.0.149 |
| 328 | 2026-02-11T22:56:53.827Z | Downloaded hashbrown v0.16.1 |
| 329 | 2026-02-11T22:56:53.827Z | Downloaded idna v1.0.3 |
| 330 | 2026-02-11T22:56:53.827Z | Downloaded tempfile v3.24.0 |
| 331 | 2026-02-11T22:56:53.827Z | Downloaded rustix v0.38.37 |
| 332 | 2026-02-11T22:56:53.854Z | Downloaded zerofrom v0.1.4 |
| 333 | 2026-02-11T22:56:53.878Z | Downloaded typeid v1.0.3 |
| 334 | 2026-02-11T22:56:53.878Z | Downloaded writeable v0.5.5 |
| 335 | 2026-02-11T22:56:53.878Z | Downloaded zerocopy v0.7.35 |
| 336 | 2026-02-11T22:56:53.902Z | Downloaded unicode-ident v1.0.19 |
| 337 | 2026-02-11T22:56:53.904Z | Downloaded toml_edit v0.22.27 |
| 338 | 2026-02-11T22:56:53.904Z | Downloaded thiserror v1.0.69 |
| 339 | 2026-02-11T22:56:53.904Z | Downloaded yoke v0.7.4 |
| 340 | 2026-02-11T22:56:53.904Z | Downloaded zerovec v0.10.4 |
| 341 | 2026-02-11T22:56:53.928Z | Downloaded memchr v2.7.4 |
| 342 | 2026-02-11T22:56:53.928Z | Downloaded indexmap v2.13.0 |
| 343 | 2026-02-11T22:56:53.928Z | Downloaded libc v0.2.180 |
| 344 | 2026-02-11T22:56:53.960Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2026-02-11T22:56:53.984Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-02-11T22:56:53.984Z | Downloaded thread-id v4.2.2 |
| 347 | 2026-02-11T22:56:53.984Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-02-11T22:56:53.984Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2026-02-11T22:56:53.984Z | Downloaded serde v1.0.228 |
| 350 | 2026-02-11T22:56:53.984Z | Downloaded rustix v1.1.3 |
| 351 | 2026-02-11T22:56:54.010Z | Downloaded pest v2.8.2 |
| 352 | 2026-02-11T22:56:54.011Z | Downloaded papergrid v0.11.0 |
| 353 | 2026-02-11T22:56:54.035Z | Downloaded unicode-width v0.1.14 |
| 354 | 2026-02-11T22:56:54.035Z | Downloaded num-traits v0.2.19 |
| 355 | 2026-02-11T22:56:54.035Z | Downloaded icu_properties v1.5.1 |
| 356 | 2026-02-11T22:56:54.035Z | Downloaded terminal_size v0.4.0 |
| 357 | 2026-02-11T22:56:54.035Z | Downloaded syn v2.0.114 |
| 358 | 2026-02-11T22:56:54.060Z | Downloaded tabled v0.15.0 |
| 359 | 2026-02-11T22:56:54.061Z | Downloaded serde-untagged v0.1.7 |
| 360 | 2026-02-11T22:56:54.061Z | Downloaded proc-macro2 v1.0.101 |
| 361 | 2026-02-11T22:56:54.087Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-02-11T22:56:54.087Z | Downloaded fs-err v3.1.1 |
| 363 | 2026-02-11T22:56:54.087Z | Downloaded pest_derive v2.8.2 |
| 364 | 2026-02-11T22:56:54.087Z | Downloaded litemap v0.7.3 |
| 365 | 2026-02-11T22:56:54.087Z | Downloaded heck v0.5.0 |
| 366 | 2026-02-11T22:56:54.087Z | Downloaded stable_deref_trait v1.2.0 |
| 367 | 2026-02-11T22:56:54.087Z | Downloaded smallvec v1.15.1 |
| 368 | 2026-02-11T22:56:54.087Z | Downloaded serde_tokenstream v0.2.2 |
| 369 | 2026-02-11T22:56:54.087Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-02-11T22:56:54.087Z | Downloaded serde_core v1.0.228 |
| 371 | 2026-02-11T22:56:54.087Z | Downloaded scroll_derive v0.12.0 |
| 372 | 2026-02-11T22:56:54.111Z | Downloaded proc-macro-error-attr v1.0.4 |
| 373 | 2026-02-11T22:56:54.111Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-02-11T22:56:54.112Z | Downloaded pretty-hex v0.4.1 |
| 375 | 2026-02-11T22:56:54.112Z | Downloaded plain v0.2.3 |
| 376 | 2026-02-11T22:56:54.112Z | Downloaded percent-encoding v2.3.2 |
| 377 | 2026-02-11T22:56:54.112Z | Downloaded ordered-float v2.10.1 |
| 378 | 2026-02-11T22:56:54.112Z | Downloaded memmap v0.7.0 |
| 379 | 2026-02-11T22:56:54.112Z | Downloaded is_terminal_polyfill v1.70.1 |
| 380 | 2026-02-11T22:56:54.112Z | Downloaded idna_adapter v1.2.0 |
| 381 | 2026-02-11T22:56:54.112Z | Downloaded icu_provider_macros v1.5.0 |
| 382 | 2026-02-11T22:56:54.112Z | Downloaded icu_normalizer_data v1.5.0 |
| 383 | 2026-02-11T22:56:54.112Z | Downloaded form_urlencoded v1.2.2 |
| 384 | 2026-02-11T22:56:54.112Z | Downloaded errno v0.3.12 |
| 385 | 2026-02-11T22:56:54.112Z | Downloaded quote v1.0.40 |
| 386 | 2026-02-11T22:56:54.112Z | Downloaded macaddr v1.0.1 |
| 387 | 2026-02-11T22:56:54.112Z | Downloaded itoa v1.0.11 |
| 388 | 2026-02-11T22:56:54.136Z | Downloaded smawk v0.3.2 |
| 389 | 2026-02-11T22:56:54.136Z | Downloaded serde_derive v1.0.228 |
| 390 | 2026-02-11T22:56:54.136Z | Downloaded semver v1.0.27 |
| 391 | 2026-02-11T22:56:54.136Z | Downloaded getrandom v0.3.4 |
| 392 | 2026-02-11T22:56:54.137Z | Downloaded serde-value v0.7.0 |
| 393 | 2026-02-11T22:56:54.137Z | Downloaded pest_generator v2.8.2 |
| 394 | 2026-02-11T22:56:54.137Z | Downloaded log v0.4.29 |
| 395 | 2026-02-11T22:56:54.137Z | Downloaded icu_properties_data v1.5.0 |
| 396 | 2026-02-11T22:56:54.161Z | Downloaded heck v0.4.1 |
| 397 | 2026-02-11T22:56:54.161Z | Downloaded generic-array v0.14.7 |
| 398 | 2026-02-11T22:56:54.161Z | Downloaded fnv v1.0.7 |
| 399 | 2026-02-11T22:56:54.161Z | Downloaded anstyle-query v1.1.1 |
| 400 | 2026-02-11T22:56:54.161Z | Downloaded version_check v0.9.5 |
| 401 | 2026-02-11T22:56:54.161Z | Downloaded unicode-linebreak v0.1.5 |
| 402 | 2026-02-11T22:56:54.161Z | Downloaded strsim v0.11.1 |
| 403 | 2026-02-11T22:56:54.161Z | Downloaded icu_provider v1.5.0 |
| 404 | 2026-02-11T22:56:54.161Z | Downloaded icu_normalizer v1.5.0 |
| 405 | 2026-02-11T22:56:54.161Z | Downloaded icu_locid_transform_data v1.5.0 |
| 406 | 2026-02-11T22:56:54.161Z | Downloaded crypto-common v0.1.6 |
| 407 | 2026-02-11T22:56:54.185Z | Downloaded zerocopy-derive v0.7.35 |
| 408 | 2026-02-11T22:56:54.185Z | Downloaded icu_locid v1.5.0 |
| 409 | 2026-02-11T22:56:54.185Z | Downloaded dtrace-parser v0.2.0 |
| 410 | 2026-02-11T22:56:54.185Z | Downloaded colorchoice v1.0.2 |
| 411 | 2026-02-11T22:56:54.185Z | Downloaded winnow v0.7.14 |
| 412 | 2026-02-11T22:56:54.185Z | Downloaded utf8_iter v1.0.4 |
| 413 | 2026-02-11T22:56:54.211Z | Downloaded unicode-xid v0.2.6 |
| 414 | 2026-02-11T22:56:54.211Z | Downloaded icu_collections v1.5.0 |
| 415 | 2026-02-11T22:56:54.212Z | Downloaded goblin v0.8.2 |
| 416 | 2026-02-11T22:56:54.212Z | Downloaded thiserror-impl v1.0.69 |
| 417 | 2026-02-11T22:56:54.212Z | Downloaded tabled_derive v0.7.0 |
| 418 | 2026-02-11T22:56:54.212Z | Downloaded utf16_iter v1.0.5 |
| 419 | 2026-02-11T22:56:54.212Z | Downloaded usdt-attr-macro v0.5.0 |
| 420 | 2026-02-11T22:56:54.212Z | Downloaded usdt v0.5.0 |
| 421 | 2026-02-11T22:56:54.212Z | Downloaded url v2.5.4 |
| 422 | 2026-02-11T22:56:54.236Z | Downloaded toml_write v0.1.2 |
| 423 | 2026-02-11T22:56:54.236Z | Downloaded fastrand v2.1.1 |
| 424 | 2026-02-11T22:56:54.236Z | Downloaded camino v1.2.2 |
| 425 | 2026-02-11T22:56:54.237Z | Downloaded utf8parse v0.2.2 |
| 426 | 2026-02-11T22:56:54.237Z | Downloaded typenum v1.17.0 |
| 427 | 2026-02-11T22:56:54.237Z | Downloaded erased-serde v0.4.6 |
| 428 | 2026-02-11T22:56:54.237Z | Downloaded dof v0.3.0 |
| 429 | 2026-02-11T22:56:54.237Z | Downloaded clap_builder v4.5.48 |
| 430 | 2026-02-11T22:56:54.237Z | Downloaded cargo_toml v0.21.0 |
| 431 | 2026-02-11T22:56:54.237Z | Downloaded byteorder v1.5.0 |
| 432 | 2026-02-11T22:56:54.237Z | Downloaded bitflags v2.9.4 |
| 433 | 2026-02-11T22:56:54.261Z | Downloaded tinystr v0.7.6 |
| 434 | 2026-02-11T22:56:54.261Z | Downloaded equivalent v1.0.2 |
| 435 | 2026-02-11T22:56:54.261Z | Downloaded cfg-if v1.0.4 |
| 436 | 2026-02-11T22:56:54.261Z | Downloaded autocfg v1.4.0 |
| 437 | 2026-02-11T22:56:54.261Z | Downloaded cargo_metadata v0.21.0 |
| 438 | 2026-02-11T22:56:54.261Z | Downloaded cargo-util-schemas v0.8.2 |
| 439 | 2026-02-11T22:56:54.261Z | Downloaded clap v4.5.48 |
| 440 | 2026-02-11T22:56:54.285Z | Downloaded cargo-platform v0.2.0 |
| 441 | 2026-02-11T22:56:54.285Z | Downloaded camino-tempfile v1.4.1 |
| 442 | 2026-02-11T22:56:54.285Z | Downloaded anstyle-parse v0.2.5 |
| 443 | 2026-02-11T22:56:54.285Z | Downloaded anstyle v1.0.11 |
| 444 | 2026-02-11T22:56:54.285Z | Downloaded anstream v0.6.18 |
| 445 | 2026-02-11T22:56:54.285Z | Downloaded bytecount v0.6.8 |
| 446 | 2026-02-11T22:56:54.285Z | Downloaded block-buffer v0.10.4 |
| 447 | 2026-02-11T22:56:54.366Z | Compiling proc-macro2 v1.0.101 |
| 448 | 2026-02-11T22:56:54.366Z | Compiling unicode-ident v1.0.19 |
| 449 | 2026-02-11T22:56:54.366Z | Compiling serde_core v1.0.228 |
| 450 | 2026-02-11T22:56:54.390Z | Compiling serde v1.0.228 |
| 451 | 2026-02-11T22:56:54.390Z | Compiling version_check v0.9.5 |
| 452 | 2026-02-11T22:56:54.390Z | Compiling libc v0.2.180 |
| 453 | 2026-02-11T22:56:54.390Z | Compiling memchr v2.7.4 |
| 454 | 2026-02-11T22:56:54.390Z | Compiling stable_deref_trait v1.2.0 |
| 455 | 2026-02-11T22:56:54.709Z | Compiling thiserror v2.0.18 |
| 456 | 2026-02-11T22:56:54.737Z | Compiling zmij v1.0.15 |
| 457 | 2026-02-11T22:56:55.430Z | Compiling litemap v0.7.3 |
| 458 | 2026-02-11T22:56:55.942Z | Compiling writeable v0.5.5 |
| 459 | 2026-02-11T22:56:55.977Z | Compiling thiserror v1.0.69 |
| 460 | 2026-02-11T22:56:56.008Z | Compiling ucd-trie v0.1.7 |
| 461 | 2026-02-11T22:56:56.060Z | Compiling autocfg v1.4.0 |
| 462 | 2026-02-11T22:56:56.118Z | Compiling itoa v1.0.11 |
| 463 | 2026-02-11T22:56:56.560Z | Compiling bitflags v2.9.4 |
| 464 | 2026-02-11T22:56:57.101Z | Compiling quote v1.0.40 |
| 465 | 2026-02-11T22:56:57.135Z | Compiling errno v0.3.12 |
| 466 | 2026-02-11T22:56:57.159Z | Compiling icu_locid_transform_data v1.5.0 |
| 467 | 2026-02-11T22:56:57.195Z | Compiling byteorder v1.5.0 |
| 468 | 2026-02-11T22:56:57.321Z | Compiling serde_json v1.0.149 |
| 469 | 2026-02-11T22:56:57.427Z | Compiling icu_properties_data v1.5.0 |
| 470 | 2026-02-11T22:56:57.494Z | Compiling num-traits v0.2.19 |
| 471 | 2026-02-11T22:56:57.672Z | Compiling syn v2.0.114 |
| 472 | 2026-02-11T22:56:57.734Z | Compiling icu_normalizer_data v1.5.0 |
| 473 | 2026-02-11T22:56:57.779Z | Compiling utf8_iter v1.0.4 |
| 474 | 2026-02-11T22:56:57.812Z | Compiling typeid v1.0.3 |
| 475 | 2026-02-11T22:56:57.846Z | Compiling write16 v1.0.0 |
| 476 | 2026-02-11T22:56:57.880Z | Compiling hashbrown v0.16.1 |
| 477 | 2026-02-11T22:56:58.018Z | Compiling rustix v0.38.37 |
| 478 | 2026-02-11T22:56:58.341Z | Compiling smallvec v1.15.1 |
| 479 | 2026-02-11T22:56:58.412Z | Compiling equivalent v1.0.2 |
| 480 | 2026-02-11T22:56:58.469Z | Compiling utf16_iter v1.0.5 |
| 481 | 2026-02-11T22:56:58.818Z | Compiling proc-macro-error-attr v1.0.4 |
| 482 | 2026-02-11T22:56:58.912Z | Compiling usdt-impl v0.5.0 |
| 483 | 2026-02-11T22:56:59.079Z | Compiling indexmap v2.13.0 |
| 484 | 2026-02-11T22:56:59.144Z | Compiling winnow v0.7.14 |
| 485 | 2026-02-11T22:56:59.181Z | Compiling toml_write v0.1.2 |
| 486 | 2026-02-11T22:56:59.287Z | Compiling syn v1.0.109 |
| 487 | 2026-02-11T22:56:59.580Z | Compiling thread-id v4.2.2 |
| 488 | 2026-02-11T22:57:00.546Z | Compiling proc-macro-error v1.0.4 |
| 489 | 2026-02-11T22:57:00.656Z | Compiling plain v0.2.3 |
| 490 | 2026-02-11T22:57:00.870Z | Compiling percent-encoding v2.3.2 |
| 491 | 2026-02-11T22:57:00.944Z | Compiling log v0.4.29 |
| 492 | 2026-02-11T22:57:01.276Z | Compiling camino v1.2.2 |
| 493 | 2026-02-11T22:57:01.363Z | Compiling utf8parse v0.2.2 |
| 494 | 2026-02-11T22:57:01.394Z | Compiling rustix v1.1.3 |
| 495 | 2026-02-11T22:57:01.654Z | Compiling getrandom v0.3.4 |
| 496 | 2026-02-11T22:57:01.823Z | Compiling anstyle-parse v0.2.5 |
| 497 | 2026-02-11T22:57:02.153Z | Compiling ordered-float v2.10.1 |
| 498 | 2026-02-11T22:57:02.310Z | Compiling form_urlencoded v1.2.2 |
| 499 | 2026-02-11T22:57:02.572Z | Compiling terminal_size v0.4.0 |
| 500 | 2026-02-11T22:57:03.001Z | Compiling anstyle v1.0.11 |
| 501 | 2026-02-11T22:57:03.098Z | Compiling is_terminal_polyfill v1.70.1 |
| 502 | 2026-02-11T22:57:03.191Z | Compiling colorchoice v1.0.2 |
| 503 | 2026-02-11T22:57:03.269Z | Compiling pretty-hex v0.4.1 |
| 504 | 2026-02-11T22:57:03.308Z | Compiling cfg-if v1.0.4 |
| 505 | 2026-02-11T22:57:03.398Z | Compiling anstyle-query v1.1.1 |
| 506 | 2026-02-11T22:57:03.588Z | Compiling anstream v0.6.18 |
| 507 | 2026-02-11T22:57:03.694Z | Compiling semver v1.0.27 |
| 508 | 2026-02-11T22:57:04.212Z | Compiling fs-err v3.1.1 |
| 509 | 2026-02-11T22:57:04.398Z | Compiling anyhow v1.0.99 |
| 510 | 2026-02-11T22:57:04.482Z | Compiling fastrand v2.1.1 |
| 511 | 2026-02-11T22:57:04.529Z | Compiling heck v0.4.1 |
| 512 | 2026-02-11T22:57:04.564Z | Compiling strsim v0.11.1 |
| 513 | 2026-02-11T22:57:04.968Z | Compiling synstructure v0.13.1 |
| 514 | 2026-02-11T22:57:04.995Z | Compiling unicode-width v0.1.14 |
| 515 | 2026-02-11T22:57:05.038Z | Compiling bytecount v0.6.8 |
| 516 | 2026-02-11T22:57:05.267Z | Compiling fnv v1.0.7 |
| 517 | 2026-02-11T22:57:05.299Z | Compiling clap_lex v0.7.4 |
| 518 | 2026-02-11T22:57:05.428Z | Compiling unicode-xid v0.2.6 |
| 519 | 2026-02-11T22:57:05.514Z | Compiling heck v0.5.0 |
| 520 | 2026-02-11T22:57:05.638Z | Compiling once_cell v1.21.3 |
| 521 | 2026-02-11T22:57:05.754Z | Compiling clap_builder v4.5.48 |
| 522 | 2026-02-11T22:57:06.022Z | Compiling tempfile v3.24.0 |
| 523 | 2026-02-11T22:57:06.054Z | Compiling papergrid v0.11.0 |
| 524 | 2026-02-11T22:57:06.539Z | Compiling memmap v0.7.0 |
| 525 | 2026-02-11T22:57:06.715Z | Compiling smawk v0.3.2 |
| 526 | 2026-02-11T22:57:06.950Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2026-02-11T22:57:06.996Z | Compiling unicode-width v0.2.0 |
| 528 | 2026-02-11T22:57:07.527Z | Compiling textwrap v0.16.2 |
| 529 | 2026-02-11T22:57:07.823Z | Compiling camino-tempfile v1.4.1 |
| 530 | 2026-02-11T22:57:08.072Z | Compiling tabled_derive v0.7.0 |
| 531 | 2026-02-11T22:57:08.184Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 532 | 2026-02-11T22:57:08.310Z | Compiling swrite v0.1.0 |
| 533 | 2026-02-11T22:57:09.154Z | Compiling serde_derive v1.0.228 |
| 534 | 2026-02-11T22:57:09.154Z | Compiling zerofrom-derive v0.1.4 |
| 535 | 2026-02-11T22:57:09.216Z | Compiling yoke-derive v0.7.4 |
| 536 | 2026-02-11T22:57:09.240Z | Compiling thiserror-impl v2.0.18 |
| 537 | 2026-02-11T22:57:09.240Z | Compiling zerovec-derive v0.10.3 |
| 538 | 2026-02-11T22:57:09.620Z | Compiling displaydoc v0.2.5 |
| 539 | 2026-02-11T22:57:11.112Z | Compiling icu_provider_macros v1.5.0 |
| 540 | 2026-02-11T22:57:11.606Z | Compiling thiserror-impl v1.0.69 |
| 541 | 2026-02-11T22:57:11.970Z | Compiling zerocopy-derive v0.7.35 |
| 542 | 2026-02-11T22:57:12.213Z | Compiling scroll_derive v0.12.0 |
| 543 | 2026-02-11T22:57:12.506Z | Compiling zerofrom v0.1.4 |
| 544 | 2026-02-11T22:57:12.588Z | Compiling pest v2.8.2 |
| 545 | 2026-02-11T22:57:12.772Z | Compiling yoke v0.7.4 |
| 546 | 2026-02-11T22:57:13.187Z | Compiling zerovec v0.10.4 |
| 547 | 2026-02-11T22:57:13.502Z | Compiling scroll v0.12.0 |
| 548 | 2026-02-11T22:57:13.753Z | Compiling clap_derive v4.5.47 |
| 549 | 2026-02-11T22:57:13.974Z | Compiling zerocopy v0.7.35 |
| 550 | 2026-02-11T22:57:14.110Z | Compiling goblin v0.8.2 |
| 551 | 2026-02-11T22:57:14.407Z | Compiling tabled v0.15.0 |
| 552 | 2026-02-11T22:57:15.190Z | Compiling tinystr v0.7.6 |
| 553 | 2026-02-11T22:57:15.396Z | Compiling pest_meta v2.8.2 |
| 554 | 2026-02-11T22:57:15.428Z | Compiling icu_collections v1.5.0 |
| 555 | 2026-02-11T22:57:15.585Z | Compiling icu_locid v1.5.0 |
| 556 | 2026-02-11T22:57:16.747Z | Compiling icu_provider v1.5.0 |
| 557 | 2026-02-11T22:57:17.453Z | Compiling pest_generator v2.8.2 |
| 558 | 2026-02-11T22:57:17.707Z | Compiling icu_locid_transform v1.5.0 |
| 559 | 2026-02-11T22:57:17.735Z | Compiling toml_datetime v0.6.11 |
| 560 | 2026-02-11T22:57:17.760Z | Compiling serde_spanned v0.6.9 |
| 561 | 2026-02-11T22:57:17.936Z | Compiling dof v0.3.0 |
| 562 | 2026-02-11T22:57:18.053Z | Compiling serde_tokenstream v0.2.2 |
| 563 | 2026-02-11T22:57:18.294Z | Compiling toml_edit v0.22.27 |
| 564 | 2026-02-11T22:57:18.650Z | Compiling erased-serde v0.4.6 |
| 565 | 2026-02-11T22:57:18.856Z | Compiling serde-value v0.7.0 |
| 566 | 2026-02-11T22:57:19.139Z | Compiling icu_properties v1.5.1 |
| 567 | 2026-02-11T22:57:19.676Z | Compiling serde-untagged v0.1.7 |
| 568 | 2026-02-11T22:57:19.774Z | Compiling pest_derive v2.8.2 |
| 569 | 2026-02-11T22:57:19.810Z | Compiling cargo-platform v0.2.0 |
| 570 | 2026-02-11T22:57:20.091Z | Compiling clap v4.5.48 |
| 571 | 2026-02-11T22:57:20.284Z | Compiling macaddr v1.0.1 |
| 572 | 2026-02-11T22:57:20.539Z | Compiling dtrace-parser v0.2.0 |
| 573 | 2026-02-11T22:57:21.983Z | Compiling toml v0.8.23 |
| 574 | 2026-02-11T22:57:22.486Z | Compiling usdt-attr-macro v0.5.0 |
| 575 | 2026-02-11T22:57:22.518Z | Compiling usdt-macro v0.5.0 |
| 576 | 2026-02-11T22:57:22.982Z | Compiling icu_normalizer v1.5.0 |
| 577 | 2026-02-11T22:57:23.164Z | Compiling cargo_toml v0.21.0 |
| 578 | 2026-02-11T22:57:23.832Z | Compiling usdt v0.5.0 |
| 579 | 2026-02-11T22:57:23.950Z | Compiling idna_adapter v1.2.0 |
| 580 | 2026-02-11T22:57:24.165Z | Compiling idna v1.0.3 |
| 581 | 2026-02-11T22:57:24.794Z | Compiling url v2.5.4 |
| 582 | 2026-02-11T22:57:25.717Z | Compiling cargo-util-schemas v0.8.2 |
| 583 | 2026-02-11T22:57:28.140Z | Compiling cargo_metadata v0.21.0 |
| 584 | 2026-02-11T22:57:30.733Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 585 | 2026-02-11T22:57:36.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 586 | 2026-02-11T22:57:36.879Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 587 | 2026-02-11T22:57:38.307Z | Downloading crates ... |
| 588 | 2026-02-11T22:57:38.525Z | Downloaded adler2 v2.0.0 |
| 589 | 2026-02-11T22:57:38.553Z | Downloaded arc-swap v1.7.1 |
| 590 | 2026-02-11T22:57:38.553Z | Downloaded ascii-canvas v3.0.0 |
| 591 | 2026-02-11T22:57:38.581Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 592 | 2026-02-11T22:57:38.582Z | Downloaded dunce v1.0.5 |
| 593 | 2026-02-11T22:57:38.582Z | Downloaded flate2 v1.1.2 |
| 594 | 2026-02-11T22:57:38.620Z | Downloaded futures-channel v0.3.31 |
| 595 | 2026-02-11T22:57:38.621Z | Downloaded headers-core v0.3.0 |
| 596 | 2026-02-11T22:57:38.653Z | Downloaded hubpack v0.1.2 |
| 597 | 2026-02-11T22:57:38.653Z | Downloaded indent_write v2.2.0 |
| 598 | 2026-02-11T22:57:38.654Z | Downloaded ingot-macros v0.1.1 |
| 599 | 2026-02-11T22:57:38.678Z | Downloaded libsw-core v0.3.1 |
| 600 | 2026-02-11T22:57:38.678Z | Downloaded num_enum v0.5.11 |
| 601 | 2026-02-11T22:57:38.706Z | Downloaded memmap2 v0.9.8 |
| 602 | 2026-02-11T22:57:38.706Z | Downloaded minimal-lexical v0.2.1 |
| 603 | 2026-02-11T22:57:38.736Z | Downloaded litrs v0.4.1 |
| 604 | 2026-02-11T22:57:38.737Z | Downloaded pkcs5 v0.7.1 |
| 605 | 2026-02-11T22:57:38.763Z | Downloaded pbkdf2 v0.11.0 |
| 606 | 2026-02-11T22:57:38.763Z | Downloaded ppv-lite86 v0.2.20 |
| 607 | 2026-02-11T22:57:38.763Z | Downloaded progenitor-macro v0.11.2 |
| 608 | 2026-02-11T22:57:38.789Z | Downloaded progenitor-client v0.11.2 |
| 609 | 2026-02-11T22:57:38.789Z | Downloaded rand_chacha v0.3.1 |
| 610 | 2026-02-11T22:57:38.789Z | Downloaded progenitor v0.11.2 |
| 611 | 2026-02-11T22:57:38.814Z | Downloaded ref-cast-impl v1.0.25 |
| 612 | 2026-02-11T22:57:38.814Z | Downloaded serde-big-array v0.5.1 |
| 613 | 2026-02-11T22:57:38.814Z | Downloaded schemars v1.0.4 |
| 614 | 2026-02-11T22:57:38.839Z | Downloaded slog-term v2.9.2 |
| 615 | 2026-02-11T22:57:38.876Z | Downloaded sha1 v0.10.6 |
| 616 | 2026-02-11T22:57:38.876Z | Downloaded siphasher v1.0.1 |
| 617 | 2026-02-11T22:57:38.876Z | Downloaded seq-macro v0.3.6 |
| 618 | 2026-02-11T22:57:38.902Z | Downloaded subtle v2.6.1 |
| 619 | 2026-02-11T22:57:38.929Z | Downloaded time-core v0.1.6 |
| 620 | 2026-02-11T22:57:38.929Z | Downloaded topological-sort v0.2.2 |
| 621 | 2026-02-11T22:57:38.929Z | Downloaded qorb v0.4.1 |
| 622 | 2026-02-11T22:57:38.929Z | Downloaded spin v0.9.8 |
| 623 | 2026-02-11T22:57:38.929Z | Downloaded quinn-proto v0.11.8 |
| 624 | 2026-02-11T22:57:38.955Z | Downloaded tui-tree-widget v0.23.1 |
| 625 | 2026-02-11T22:57:38.955Z | Downloaded tracing v0.1.40 |
| 626 | 2026-02-11T22:57:38.955Z | Downloaded zstd v0.13.3 |
| 627 | 2026-02-11T22:57:38.983Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 628 | 2026-02-11T22:57:38.983Z | Downloaded tokio-native-tls v0.3.1 |
| 629 | 2026-02-11T22:57:38.983Z | Downloaded zip v4.2.0 |
| 630 | 2026-02-11T22:57:38.983Z | Downloaded zerocopy-derive v0.6.6 |
| 631 | 2026-02-11T22:57:39.009Z | Downloaded typify-macro v0.4.3 |
| 632 | 2026-02-11T22:57:39.009Z | Downloaded tracing-core v0.1.32 |
| 633 | 2026-02-11T22:57:39.009Z | Downloaded zeroize v1.8.1 |
| 634 | 2026-02-11T22:57:39.035Z | Downloaded vergen-git2 v1.0.7 |
| 635 | 2026-02-11T22:57:39.035Z | Downloaded uuid v1.19.0 |
| 636 | 2026-02-11T22:57:39.035Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 637 | 2026-02-11T22:57:39.059Z | Downloaded zone_cfg_derive v0.3.0 |
| 638 | 2026-02-11T22:57:39.059Z | Downloaded wyz v0.5.1 |
| 639 | 2026-02-11T22:57:39.084Z | Downloaded zerocopy v0.6.6 |
| 640 | 2026-02-11T22:57:39.084Z | Downloaded zopfli v0.8.1 |
| 641 | 2026-02-11T22:57:39.084Z | Downloaded zone_cfg_derive v0.1.2 |
| 642 | 2026-02-11T22:57:39.084Z | Downloaded sync-ptr v0.1.4 |
| 643 | 2026-02-11T22:57:39.084Z | Downloaded xz2 v0.1.7 |
| 644 | 2026-02-11T22:57:39.084Z | Downloaded openssl v0.10.73 |
| 645 | 2026-02-11T22:57:39.109Z | Downloaded zeroize_derive v1.4.2 |
| 646 | 2026-02-11T22:57:39.109Z | Downloaded vergen-lib v0.1.6 |
| 647 | 2026-02-11T22:57:39.109Z | Downloaded yansi v1.0.1 |
| 648 | 2026-02-11T22:57:39.134Z | Downloaded waitgroup v0.1.2 |
| 649 | 2026-02-11T22:57:39.134Z | Downloaded zstd-safe v7.2.3 |
| 650 | 2026-02-11T22:57:39.135Z | Downloaded vergen v9.0.6 |
| 651 | 2026-02-11T22:57:39.135Z | Downloaded winnow v0.6.26 |
| 652 | 2026-02-11T22:57:39.135Z | Downloaded value-bag v1.12.0 |
| 653 | 2026-02-11T22:57:39.176Z | Downloaded winnow v0.5.40 |
| 654 | 2026-02-11T22:57:39.176Z | Downloaded csv v1.3.1 |
| 655 | 2026-02-11T22:57:39.200Z | Downloaded smoltcp v0.11.0 |
| 656 | 2026-02-11T22:57:39.200Z | Downloaded webpki-roots v1.0.1 |
| 657 | 2026-02-11T22:57:39.200Z | Downloaded universal-hash v0.5.1 |
| 658 | 2026-02-11T22:57:39.200Z | Downloaded regress v0.10.4 |
| 659 | 2026-02-11T22:57:39.224Z | Downloaded jiff v0.2.15 |
| 660 | 2026-02-11T22:57:39.248Z | Downloaded regex-syntax v0.8.5 |
| 661 | 2026-02-11T22:57:39.248Z | Downloaded sled v0.34.7 |
| 662 | 2026-02-11T22:57:39.272Z | Downloaded lzma-sys v0.1.20 |
| 663 | 2026-02-11T22:57:39.297Z | Downloaded openapiv3 v2.2.0 |
| 664 | 2026-02-11T22:57:39.321Z | Downloaded x509-cert v0.2.5 |
| 665 | 2026-02-11T22:57:39.321Z | Downloaded unicode-segmentation v1.12.0 |
| 666 | 2026-02-11T22:57:39.345Z | Downloaded typify-impl v0.4.3 |
| 667 | 2026-02-11T22:57:39.345Z | Downloaded tabled v0.18.0 |
| 668 | 2026-02-11T22:57:39.371Z | Downloaded regex-automata v0.4.11 |
| 669 | 2026-02-11T22:57:39.400Z | Downloaded typify-impl v0.2.0 |
| 670 | 2026-02-11T22:57:39.424Z | Downloaded petgraph v0.6.5 |
| 671 | 2026-02-11T22:57:39.448Z | Downloaded libz-sys v1.1.20 |
| 672 | 2026-02-11T22:57:39.472Z | Downloaded smoltcp v0.9.1 |
| 673 | 2026-02-11T22:57:39.473Z | Downloaded typed-path v0.9.3 |
| 674 | 2026-02-11T22:57:39.497Z | Downloaded trait-variant v0.1.2 |
| 675 | 2026-02-11T22:57:39.498Z | Downloaded petgraph v0.8.2 |
| 676 | 2026-02-11T22:57:39.525Z | Downloaded regex-syntax v0.6.29 |
| 677 | 2026-02-11T22:57:39.525Z | Downloaded untrusted v0.9.0 |
| 678 | 2026-02-11T22:57:39.525Z | Downloaded unicode-normalization v0.1.24 |
| 679 | 2026-02-11T22:57:39.557Z | Downloaded unicode-bidi v0.3.17 |
| 680 | 2026-02-11T22:57:39.557Z | Downloaded thread-id v5.0.0 |
| 681 | 2026-02-11T22:57:39.557Z | Downloaded sha3 v0.10.8 |
| 682 | 2026-02-11T22:57:39.557Z | Downloaded unicode_categories v0.1.1 |
| 683 | 2026-02-11T22:57:39.557Z | Downloaded tabled_derive v0.11.0 |
| 684 | 2026-02-11T22:57:39.557Z | Downloaded string_cache v0.8.9 |
| 685 | 2026-02-11T22:57:39.557Z | Downloaded tokio v1.49.0 |
| 686 | 2026-02-11T22:57:40.031Z | Downloaded object v0.36.5 |
| 687 | 2026-02-11T22:57:40.178Z | Downloaded nix v0.29.0 |
| 688 | 2026-02-11T22:57:40.178Z | Downloaded void v1.0.2 |
| 689 | 2026-02-11T22:57:40.178Z | Downloaded encoding_rs v0.8.34 |
| 690 | 2026-02-11T22:57:40.178Z | Downloaded radix_trie v0.2.1 |
| 691 | 2026-02-11T22:57:40.178Z | Downloaded polar-core v0.27.3 |
| 692 | 2026-02-11T22:57:40.178Z | Downloaded nix v0.30.1 |
| 693 | 2026-02-11T22:57:40.178Z | Downloaded walkdir v2.5.0 |
| 694 | 2026-02-11T22:57:40.180Z | Downloaded tough v0.20.0 |
| 695 | 2026-02-11T22:57:40.180Z | Downloaded tokio-rustls v0.25.0 |
| 696 | 2026-02-11T22:57:40.180Z | Downloaded serde_with v3.16.1 |
| 697 | 2026-02-11T22:57:40.180Z | Downloaded zone v0.1.8 |
| 698 | 2026-02-11T22:57:40.180Z | Downloaded unicode-properties v0.1.3 |
| 699 | 2026-02-11T22:57:40.180Z | Downloaded unicase v2.8.1 |
| 700 | 2026-02-11T22:57:40.180Z | Downloaded time v0.3.43 |
| 701 | 2026-02-11T22:57:40.180Z | Downloaded structmeta v0.3.0 |
| 702 | 2026-02-11T22:57:40.180Z | Downloaded sqlparser v0.45.0 |
| 703 | 2026-02-11T22:57:40.180Z | Downloaded rustls-webpki v0.102.8 |
| 704 | 2026-02-11T22:57:40.180Z | Downloaded rustls v0.21.12 |
| 705 | 2026-02-11T22:57:40.180Z | Downloaded tower-http v0.6.6 |
| 706 | 2026-02-11T22:57:40.181Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 707 | 2026-02-11T22:57:40.181Z | Downloaded slog-dtrace v0.3.0 |
| 708 | 2026-02-11T22:57:40.181Z | Downloaded nix v0.28.0 |
| 709 | 2026-02-11T22:57:40.181Z | Downloaded yasna v0.5.2 |
| 710 | 2026-02-11T22:57:40.181Z | Downloaded xattr v1.3.1 |
| 711 | 2026-02-11T22:57:40.181Z | Downloaded tokio-util v0.7.15 |
| 712 | 2026-02-11T22:57:40.181Z | Downloaded spki v0.7.3 |
| 713 | 2026-02-11T22:57:40.181Z | Downloaded socket2 v0.6.1 |
| 714 | 2026-02-11T22:57:40.181Z | Downloaded slog-json v2.6.1 |
| 715 | 2026-02-11T22:57:40.181Z | Downloaded ring v0.17.14 |
| 716 | 2026-02-11T22:57:40.181Z | Downloaded proptest v1.7.0 |
| 717 | 2026-02-11T22:57:40.181Z | Downloaded vcpkg v0.2.15 |
| 718 | 2026-02-11T22:57:40.181Z | Downloaded test-strategy v0.4.3 |
| 719 | 2026-02-11T22:57:40.181Z | Downloaded rustls-webpki v0.101.7 |
| 720 | 2026-02-11T22:57:40.181Z | Downloaded object v0.30.4 |
| 721 | 2026-02-11T22:57:40.181Z | Downloaded zlib-rs v0.5.1 |
| 722 | 2026-02-11T22:57:40.182Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 723 | 2026-02-11T22:57:40.206Z | Downloaded zerocopy v0.8.27 |
| 724 | 2026-02-11T22:57:40.206Z | Downloaded xshell-macros v0.2.7 |
| 725 | 2026-02-11T22:57:40.206Z | Downloaded xshell v0.2.7 |
| 726 | 2026-02-11T22:57:40.206Z | Downloaded which v4.4.2 |
| 727 | 2026-02-11T22:57:40.206Z | Downloaded want v0.3.1 |
| 728 | 2026-02-11T22:57:40.206Z | Downloaded tower v0.5.2 |
| 729 | 2026-02-11T22:57:40.206Z | Downloaded zone v0.3.1 |
| 730 | 2026-02-11T22:57:40.206Z | Downloaded zip v0.6.6 |
| 731 | 2026-02-11T22:57:40.206Z | Downloaded zerocopy-derive v0.8.27 |
| 732 | 2026-02-11T22:57:40.206Z | Downloaded vte_generate_state_changes v0.1.2 |
| 733 | 2026-02-11T22:57:40.206Z | Downloaded vsss-rs v3.3.4 |
| 734 | 2026-02-11T22:57:40.206Z | Downloaded usdt-impl v0.6.0 |
| 735 | 2026-02-11T22:57:40.206Z | Downloaded typify v0.4.3 |
| 736 | 2026-02-11T22:57:40.206Z | Downloaded twox-hash v2.1.0 |
| 737 | 2026-02-11T22:57:40.206Z | Downloaded tungstenite v0.23.0 |
| 738 | 2026-02-11T22:57:40.206Z | Downloaded tungstenite v0.21.0 |
| 739 | 2026-02-11T22:57:40.206Z | Downloaded toml_edit v0.19.15 |
| 740 | 2026-02-11T22:57:40.206Z | Downloaded aws-lc-sys v0.26.0 |
| 741 | 2026-02-11T22:57:40.449Z | Downloaded slog-stdlog v4.1.1 |
| 742 | 2026-02-11T22:57:40.473Z | Downloaded reedline v0.40.0 |
| 743 | 2026-02-11T22:57:40.473Z | Downloaded sapling-renderdag v0.1.0 |
| 744 | 2026-02-11T22:57:40.473Z | Downloaded reqwest v0.12.24 |
| 745 | 2026-02-11T22:57:40.473Z | Downloaded whoami v1.5.2 |
| 746 | 2026-02-11T22:57:40.473Z | Downloaded usdt v0.6.0 |
| 747 | 2026-02-11T22:57:40.473Z | Downloaded unsafe-libyaml v0.2.11 |
| 748 | 2026-02-11T22:57:40.498Z | Downloaded unicode-truncate v1.1.0 |
| 749 | 2026-02-11T22:57:40.498Z | Downloaded rustls v0.22.4 |
| 750 | 2026-02-11T22:57:40.498Z | Downloaded rpassword v7.4.0 |
| 751 | 2026-02-11T22:57:40.498Z | Downloaded tower-layer v0.3.3 |
| 752 | 2026-02-11T22:57:40.522Z | Downloaded toml v0.7.8 |
| 753 | 2026-02-11T22:57:40.522Z | Downloaded scheduled-thread-pool v0.2.7 |
| 754 | 2026-02-11T22:57:40.522Z | Downloaded ryu v1.0.18 |
| 755 | 2026-02-11T22:57:40.522Z | Downloaded ratatui v0.29.0 |
| 756 | 2026-02-11T22:57:40.548Z | Downloaded portable-atomic v1.11.0 |
| 757 | 2026-02-11T22:57:40.572Z | Downloaded typify v0.2.0 |
| 758 | 2026-02-11T22:57:40.572Z | Downloaded tracing-attributes v0.1.27 |
| 759 | 2026-02-11T22:57:40.572Z | Downloaded tower-service v0.3.3 |
| 760 | 2026-02-11T22:57:40.572Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 761 | 2026-02-11T22:57:40.596Z | Downloaded tokio-stream v0.1.17 |
| 762 | 2026-02-11T22:57:40.596Z | Downloaded regex v1.11.3 |
| 763 | 2026-02-11T22:57:40.620Z | Downloaded unarray v0.1.4 |
| 764 | 2026-02-11T22:57:40.621Z | Downloaded typify-macro v0.2.0 |
| 765 | 2026-02-11T22:57:40.621Z | Downloaded tokio-tungstenite v0.21.0 |
| 766 | 2026-02-11T22:57:40.621Z | Downloaded tokio-rustls v0.26.0 |
| 767 | 2026-02-11T22:57:40.621Z | Downloaded tinyvec v1.8.0 |
| 768 | 2026-02-11T22:57:40.621Z | Downloaded rustyline v14.0.0 |
| 769 | 2026-02-11T22:57:40.648Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 770 | 2026-02-11T22:57:40.648Z | Downloaded subprocess v0.2.9 |
| 771 | 2026-02-11T22:57:40.649Z | Downloaded serde-hex v0.1.0 |
| 772 | 2026-02-11T22:57:40.649Z | Downloaded snafu v0.8.5 |
| 773 | 2026-02-11T22:57:40.673Z | Downloaded sigpipe v0.1.3 |
| 774 | 2026-02-11T22:57:40.673Z | Downloaded russh v0.45.0 |
| 775 | 2026-02-11T22:57:40.674Z | Downloaded tokio-tungstenite v0.23.1 |
| 776 | 2026-02-11T22:57:40.674Z | Downloaded tokio-macros v2.6.0 |
| 777 | 2026-02-11T22:57:40.674Z | Downloaded tls_codec_derive v0.4.1 |
| 778 | 2026-02-11T22:57:40.674Z | Downloaded tls_codec v0.4.1 |
| 779 | 2026-02-11T22:57:40.674Z | Downloaded tiny-keccak v2.0.2 |
| 780 | 2026-02-11T22:57:40.674Z | Downloaded similar v2.7.0 |
| 781 | 2026-02-11T22:57:40.698Z | Downloaded serde_yaml v0.9.34+deprecated |
| 782 | 2026-02-11T22:57:40.698Z | Downloaded wait-timeout v0.2.0 |
| 783 | 2026-02-11T22:57:40.698Z | Downloaded vte v0.11.1 |
| 784 | 2026-02-11T22:57:40.698Z | Downloaded vergen-gitcl v1.0.8 |
| 785 | 2026-02-11T22:57:40.698Z | Downloaded uzers v0.12.1 |
| 786 | 2026-02-11T22:57:40.698Z | Downloaded utf-8 v0.7.6 |
| 787 | 2026-02-11T22:57:40.699Z | Downloaded usdt-macro v0.6.0 |
| 788 | 2026-02-11T22:57:40.699Z | Downloaded usdt-attr-macro v0.6.0 |
| 789 | 2026-02-11T22:57:40.699Z | Downloaded untrusted v0.7.1 |
| 790 | 2026-02-11T22:57:40.699Z | Downloaded unit-prefix v0.5.1 |
| 791 | 2026-02-11T22:57:40.699Z | Downloaded tokio-rustls v0.24.1 |
| 792 | 2026-02-11T22:57:40.699Z | Downloaded steno v0.4.1 |
| 793 | 2026-02-11T22:57:40.723Z | Downloaded ssh-key v0.6.6 |
| 794 | 2026-02-11T22:57:40.723Z | Downloaded samael v0.0.19 |
| 795 | 2026-02-11T22:57:40.723Z | Downloaded rustc-hash v2.1.1 |
| 796 | 2026-02-11T22:57:40.747Z | Downloaded rustc-demangle v0.1.24 |
| 797 | 2026-02-11T22:57:40.747Z | Downloaded quinn v0.11.5 |
| 798 | 2026-02-11T22:57:40.747Z | Downloaded tokio-dtrace v0.1.0 |
| 799 | 2026-02-11T22:57:40.747Z | Downloaded time-macros v0.2.24 |
| 800 | 2026-02-11T22:57:40.747Z | Downloaded thiserror-no-std v2.0.2 |
| 801 | 2026-02-11T22:57:40.747Z | Downloaded termtree v0.5.1 |
| 802 | 2026-02-11T22:57:40.747Z | Downloaded termios v0.3.3 |
| 803 | 2026-02-11T22:57:40.747Z | Downloaded term v1.1.0 |
| 804 | 2026-02-11T22:57:40.771Z | Downloaded term v0.7.0 |
| 805 | 2026-02-11T22:57:40.771Z | Downloaded tar v0.4.44 |
| 806 | 2026-02-11T22:57:40.771Z | Downloaded tagptr v0.2.0 |
| 807 | 2026-02-11T22:57:40.771Z | Downloaded tabled v0.20.0 |
| 808 | 2026-02-11T22:57:40.795Z | Downloaded sync_wrapper v1.0.1 |
| 809 | 2026-02-11T22:57:40.795Z | Downloaded rayon-core v1.12.1 |
| 810 | 2026-02-11T22:57:40.819Z | Downloaded quinn-udp v0.5.5 |
| 811 | 2026-02-11T22:57:40.819Z | Downloaded p521 v0.13.3 |
| 812 | 2026-02-11T22:57:40.819Z | Downloaded try-lock v0.2.5 |
| 813 | 2026-02-11T22:57:40.819Z | Downloaded tokio-postgres v0.7.13 |
| 814 | 2026-02-11T22:57:40.819Z | Downloaded take_mut v0.2.2 |
| 815 | 2026-02-11T22:57:40.819Z | Downloaded tabled_derive v0.10.0 |
| 816 | 2026-02-11T22:57:40.819Z | Downloaded support-bundle-viewer v0.1.2 |
| 817 | 2026-02-11T22:57:40.819Z | Downloaded strip-ansi-escapes v0.2.0 |
| 818 | 2026-02-11T22:57:40.844Z | Downloaded psl-types v2.0.11 |
| 819 | 2026-02-11T22:57:40.844Z | Downloaded postgres-types v0.2.9 |
| 820 | 2026-02-11T22:57:40.844Z | Downloaded phf_shared v0.11.2 |
| 821 | 2026-02-11T22:57:40.844Z | Downloaded petname v2.0.2 |
| 822 | 2026-02-11T22:57:40.844Z | Downloaded nix v0.27.1 |
| 823 | 2026-02-11T22:57:40.872Z | Downloaded rand_seeder v0.4.0 |
| 824 | 2026-02-11T22:57:40.872Z | Downloaded tinyvec_macros v0.1.1 |
| 825 | 2026-02-11T22:57:40.872Z | Downloaded strum_macros v0.27.2 |
| 826 | 2026-02-11T22:57:40.872Z | Downloaded strum_macros v0.24.3 |
| 827 | 2026-02-11T22:57:40.872Z | Downloaded slog-async v2.8.0 |
| 828 | 2026-02-11T22:57:40.872Z | Downloaded slog v2.8.2 |
| 829 | 2026-02-11T22:57:40.872Z | Downloaded signal-hook v0.3.18 |
| 830 | 2026-02-11T22:57:40.872Z | Downloaded schemars v0.9.0 |
| 831 | 2026-02-11T22:57:40.897Z | Downloaded rsa v0.9.8 |
| 832 | 2026-02-11T22:57:40.897Z | Downloaded proc-macro-crate v1.3.1 |
| 833 | 2026-02-11T22:57:40.897Z | Downloaded precomputed-hash v0.1.1 |
| 834 | 2026-02-11T22:57:40.897Z | Downloaded omicron-zone-package v0.12.2 |
| 835 | 2026-02-11T22:57:40.897Z | Downloaded mio v1.0.2 |
| 836 | 2026-02-11T22:57:40.921Z | Downloaded thread_local v1.1.8 |
| 837 | 2026-02-11T22:57:40.921Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 838 | 2026-02-11T22:57:40.921Z | Downloaded testing_table v0.3.0 |
| 839 | 2026-02-11T22:57:40.921Z | Downloaded tap v1.0.1 |
| 840 | 2026-02-11T22:57:40.921Z | Downloaded tabwriter v1.4.0 |
| 841 | 2026-02-11T22:57:40.921Z | Downloaded supports-color v3.0.2 |
| 842 | 2026-02-11T22:57:40.921Z | Downloaded strum_macros v0.26.4 |
| 843 | 2026-02-11T22:57:40.921Z | Downloaded strum v0.27.2 |
| 844 | 2026-02-11T22:57:40.921Z | Downloaded strum v0.26.3 |
| 845 | 2026-02-11T22:57:40.921Z | Downloaded stringprep v0.1.5 |
| 846 | 2026-02-11T22:57:40.921Z | Downloaded static_assertions v1.1.0 |
| 847 | 2026-02-11T22:57:40.921Z | Downloaded sqlformat v0.3.5 |
| 848 | 2026-02-11T22:57:40.947Z | Downloaded smf v0.2.3 |
| 849 | 2026-02-11T22:57:40.947Z | Downloaded smallvec v0.6.14 |
| 850 | 2026-02-11T22:57:40.947Z | Downloaded slog-scope v4.4.0 |
| 851 | 2026-02-11T22:57:40.947Z | Downloaded slog-envlogger v2.2.0 |
| 852 | 2026-02-11T22:57:40.947Z | Downloaded signal-hook-tokio v0.3.1 |
| 853 | 2026-02-11T22:57:40.947Z | Downloaded serde_with_macros v3.16.1 |
| 854 | 2026-02-11T22:57:40.947Z | Downloaded serde_cbor v0.11.2 |
| 855 | 2026-02-11T22:57:40.947Z | Downloaded serde_bytes v0.11.19 |
| 856 | 2026-02-11T22:57:40.947Z | Downloaded same-file v1.0.6 |
| 857 | 2026-02-11T22:57:40.947Z | Downloaded rustls-native-certs v0.8.1 |
| 858 | 2026-02-11T22:57:40.947Z | Downloaded rustc_version v0.4.1 |
| 859 | 2026-02-11T22:57:40.974Z | Downloaded rustc-hash v1.1.0 |
| 860 | 2026-02-11T22:57:40.974Z | Downloaded russh-keys v0.45.0 |
| 861 | 2026-02-11T22:57:40.974Z | Downloaded ron v0.7.1 |
| 862 | 2026-02-11T22:57:40.974Z | Downloaded rand v0.9.2 |
| 863 | 2026-02-11T22:57:40.974Z | Downloaded rand v0.8.5 |
| 864 | 2026-02-11T22:57:40.974Z | Downloaded progenitor v0.8.0 |
| 865 | 2026-02-11T22:57:40.974Z | Downloaded predicates v3.1.3 |
| 866 | 2026-02-11T22:57:41.000Z | Downloaded postgres-protocol v0.6.8 |
| 867 | 2026-02-11T22:57:41.000Z | Downloaded phf v0.11.2 |
| 868 | 2026-02-11T22:57:41.000Z | Downloaded paste v1.0.15 |
| 869 | 2026-02-11T22:57:41.000Z | Downloaded parse-size v1.1.0 |
| 870 | 2026-02-11T22:57:41.000Z | Downloaded parse-display v0.10.0 |
| 871 | 2026-02-11T22:57:41.000Z | Downloaded num-bigint-dig v0.8.6 |
| 872 | 2026-02-11T22:57:41.000Z | Downloaded nom v7.1.3 |
| 873 | 2026-02-11T22:57:41.000Z | Downloaded newtype-uuid-macros v0.1.0 |
| 874 | 2026-02-11T22:57:41.000Z | Downloaded itertools v0.14.0 |
| 875 | 2026-02-11T22:57:41.024Z | Downloaded itertools v0.10.5 |
| 876 | 2026-02-11T22:57:41.024Z | Downloaded hickory-proto v0.25.2 |
| 877 | 2026-02-11T22:57:41.048Z | Downloaded hickory-proto v0.24.4 |
| 878 | 2026-02-11T22:57:41.074Z | Downloaded structmeta-derive v0.3.0 |
| 879 | 2026-02-11T22:57:41.074Z | Downloaded ssh-encoding v0.2.0 |
| 880 | 2026-02-11T22:57:41.075Z | Downloaded ssh-cipher v0.2.0 |
| 881 | 2026-02-11T22:57:41.075Z | Downloaded sqlparser_derive v0.2.2 |
| 882 | 2026-02-11T22:57:41.075Z | Downloaded socket2 v0.5.10 |
| 883 | 2026-02-11T22:57:41.075Z | Downloaded snafu-derive v0.8.5 |
| 884 | 2026-02-11T22:57:41.075Z | Downloaded slab v0.4.9 |
| 885 | 2026-02-11T22:57:41.076Z | Downloaded signal-hook-registry v1.4.2 |
| 886 | 2026-02-11T22:57:41.076Z | Downloaded shlex v1.3.0 |
| 887 | 2026-02-11T22:57:41.076Z | Downloaded serde_plain v1.0.2 |
| 888 | 2026-02-11T22:57:41.076Z | Downloaded serde_path_to_error v0.1.20 |
| 889 | 2026-02-11T22:57:41.100Z | Downloaded serde_derive_internals v0.29.1 |
| 890 | 2026-02-11T22:57:41.100Z | Downloaded schemars_derive v0.8.22 |
| 891 | 2026-02-11T22:57:41.100Z | Downloaded salsa20 v0.10.2 |
| 892 | 2026-02-11T22:57:41.100Z | Downloaded rustls-pki-types v1.10.0 |
| 893 | 2026-02-11T22:57:41.100Z | Downloaded ron v0.8.1 |
| 894 | 2026-02-11T22:57:41.100Z | Downloaded rand_xorshift v0.4.0 |
| 895 | 2026-02-11T22:57:41.100Z | Downloaded rand_core v0.6.4 |
| 896 | 2026-02-11T22:57:41.100Z | Downloaded quick-error v1.2.3 |
| 897 | 2026-02-11T22:57:41.100Z | Downloaded pretty_assertions v1.4.1 |
| 898 | 2026-02-11T22:57:41.100Z | Downloaded moka v0.12.10 |
| 899 | 2026-02-11T22:57:41.125Z | Downloaded maybe-uninit v2.0.0 |
| 900 | 2026-02-11T22:57:41.125Z | Downloaded sec1 v0.7.3 |
| 901 | 2026-02-11T22:57:41.125Z | Downloaded sct v0.7.1 |
| 902 | 2026-02-11T22:57:41.125Z | Downloaded parse-display-derive v0.10.0 |
| 903 | 2026-02-11T22:57:41.125Z | Downloaded multer v3.1.0 |
| 904 | 2026-02-11T22:57:41.149Z | Downloaded hashbrown v0.15.4 |
| 905 | 2026-02-11T22:57:41.149Z | Downloaded siphasher v0.3.11 |
| 906 | 2026-02-11T22:57:41.149Z | Downloaded simd-adler32 v0.3.7 |
| 907 | 2026-02-11T22:57:41.149Z | Downloaded signature v2.2.0 |
| 908 | 2026-02-11T22:57:41.149Z | Downloaded signal-hook-mio v0.2.4 |
| 909 | 2026-02-11T22:57:41.149Z | Downloaded shell-words v1.1.0 |
| 910 | 2026-02-11T22:57:41.149Z | Downloaded serde_repr v0.1.19 |
| 911 | 2026-02-11T22:57:41.149Z | Downloaded scroll v0.13.0 |
| 912 | 2026-02-11T22:57:41.149Z | Downloaded rcgen v0.12.1 |
| 913 | 2026-02-11T22:57:41.149Z | Downloaded parking_lot_core v0.9.10 |
| 914 | 2026-02-11T22:57:41.173Z | Downloaded itertools v0.13.0 |
| 915 | 2026-02-11T22:57:41.173Z | Downloaded hashbrown v0.12.3 |
| 916 | 2026-02-11T22:57:41.173Z | Downloaded serde_urlencoded v0.7.1 |
| 917 | 2026-02-11T22:57:41.173Z | Downloaded serde_spanned v1.0.4 |
| 918 | 2026-02-11T22:57:41.173Z | Downloaded rusty-fork v0.3.0 |
| 919 | 2026-02-11T22:57:41.173Z | Downloaded rustversion v1.0.22 |
| 920 | 2026-02-11T22:57:41.197Z | Downloaded rustls-pemfile v2.2.0 |
| 921 | 2026-02-11T22:57:41.197Z | Downloaded rustls-pemfile v1.0.4 |
| 922 | 2026-02-11T22:57:41.197Z | Downloaded progenitor-impl v0.11.2 |
| 923 | 2026-02-11T22:57:41.197Z | Downloaded progenitor-impl v0.10.0 |
| 924 | 2026-02-11T22:57:41.197Z | Downloaded proc-macro-error2 v2.0.1 |
| 925 | 2026-02-11T22:57:41.197Z | Downloaded prettyplease v0.2.36 |
| 926 | 2026-02-11T22:57:41.197Z | Downloaded pin-project v1.1.6 |
| 927 | 2026-02-11T22:57:41.222Z | Downloaded password-hash v0.4.2 |
| 928 | 2026-02-11T22:57:41.222Z | Downloaded opaque-debug v0.3.1 |
| 929 | 2026-02-11T22:57:41.222Z | Downloaded num-bigint v0.4.6 |
| 930 | 2026-02-11T22:57:41.222Z | Downloaded newtype-uuid v1.3.2 |
| 931 | 2026-02-11T22:57:41.246Z | Downloaded nanorand v0.7.0 |
| 932 | 2026-02-11T22:57:41.246Z | Downloaded multimap v0.10.1 |
| 933 | 2026-02-11T22:57:41.246Z | Downloaded miniz_oxide v0.8.5 |
| 934 | 2026-02-11T22:57:41.246Z | Downloaded mime_guess v2.0.5 |
| 935 | 2026-02-11T22:57:41.246Z | Downloaded mime v0.3.17 |
| 936 | 2026-02-11T22:57:41.246Z | Downloaded memoffset v0.9.1 |
| 937 | 2026-02-11T22:57:41.246Z | Downloaded md-5 v0.10.6 |
| 938 | 2026-02-11T22:57:41.246Z | Downloaded lalrpop v0.19.12 |
| 939 | 2026-02-11T22:57:41.271Z | Downloaded is_ci v1.2.0 |
| 940 | 2026-02-11T22:57:41.271Z | Downloaded is-terminal v0.4.13 |
| 941 | 2026-02-11T22:57:41.272Z | Downloaded instant v0.1.13 |
| 942 | 2026-02-11T22:57:41.272Z | Downloaded httparse v1.9.5 |
| 943 | 2026-02-11T22:57:41.272Z | Downloaded http-body-util v0.1.3 |
| 944 | 2026-02-11T22:57:41.272Z | Downloaded hostname v0.3.1 |
| 945 | 2026-02-11T22:57:41.272Z | Downloaded hex v0.4.3 |
| 946 | 2026-02-11T22:57:41.272Z | Downloaded heck v0.3.3 |
| 947 | 2026-02-11T22:57:41.272Z | Downloaded headers v0.4.1 |
| 948 | 2026-02-11T22:57:41.296Z | Downloaded hashbrown v0.13.2 |
| 949 | 2026-02-11T22:57:41.296Z | Downloaded git2 v0.20.2 |
| 950 | 2026-02-11T22:57:41.296Z | Downloaded slog-bunyan v2.5.0 |
| 951 | 2026-02-11T22:57:41.296Z | Downloaded semver v0.1.20 |
| 952 | 2026-02-11T22:57:41.321Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-02-11T22:57:41.321Z | Downloaded secrecy v0.8.0 |
| 954 | 2026-02-11T22:57:41.321Z | Downloaded scrypt v0.11.0 |
| 955 | 2026-02-11T22:57:41.321Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-02-11T22:57:41.321Z | Downloaded scopeguard v1.2.0 |
| 957 | 2026-02-11T22:57:41.321Z | Downloaded salty v0.3.0 |
| 958 | 2026-02-11T22:57:41.321Z | Downloaded rustls v0.23.19 |
| 959 | 2026-02-11T22:57:41.345Z | Downloaded rtoolbox v0.0.2 |
| 960 | 2026-02-11T22:57:41.345Z | Downloaded resolv-conf v0.7.0 |
| 961 | 2026-02-11T22:57:41.345Z | Downloaded internet-checksum v0.2.1 |
| 962 | 2026-02-11T22:57:41.346Z | Downloaded http-body v1.0.1 |
| 963 | 2026-02-11T22:57:41.346Z | Downloaded hostname v0.4.2 |
| 964 | 2026-02-11T22:57:41.346Z | Downloaded russh-cryptovec v0.7.3 |
| 965 | 2026-02-11T22:57:41.346Z | Downloaded rfc6979 v0.4.0 |
| 966 | 2026-02-11T22:57:41.346Z | Downloaded ref-cast v1.0.25 |
| 967 | 2026-02-11T22:57:41.346Z | Downloaded rayon v1.10.0 |
| 968 | 2026-02-11T22:57:41.371Z | Downloaded quick-xml v0.37.2 |
| 969 | 2026-02-11T22:57:41.371Z | Downloaded progenitor-impl v0.8.0 |
| 970 | 2026-02-11T22:57:41.371Z | Downloaded openssl-sys v0.9.109 |
| 971 | 2026-02-11T22:57:41.397Z | Downloaded nibble_vec v0.1.0 |
| 972 | 2026-02-11T22:57:41.397Z | Downloaded md5 v0.7.0 |
| 973 | 2026-02-11T22:57:41.398Z | Downloaded schemars v0.8.22 |
| 974 | 2026-02-11T22:57:41.398Z | Downloaded rustc_version v0.1.7 |
| 975 | 2026-02-11T22:57:41.398Z | Downloaded rand_core v0.9.3 |
| 976 | 2026-02-11T22:57:41.398Z | Downloaded r2d2 v0.8.10 |
| 977 | 2026-02-11T22:57:41.398Z | Downloaded publicsuffix v2.3.0 |
| 978 | 2026-02-11T22:57:41.425Z | Downloaded pkcs1 v0.7.5 |
| 979 | 2026-02-11T22:57:41.425Z | Downloaded parking_lot v0.11.2 |
| 980 | 2026-02-11T22:57:41.425Z | Downloaded papergrid v0.14.0 |
| 981 | 2026-02-11T22:57:41.425Z | Downloaded p256 v0.13.2 |
| 982 | 2026-02-11T22:57:41.425Z | Downloaded newtype_derive v0.1.6 |
| 983 | 2026-02-11T22:57:41.425Z | Downloaded itertools v0.12.1 |
| 984 | 2026-02-11T22:57:41.452Z | Downloaded hubpack_derive v0.1.1 |
| 985 | 2026-02-11T22:57:41.452Z | Downloaded futures-util v0.3.31 |
| 986 | 2026-02-11T22:57:41.452Z | Downloaded rand_chacha v0.9.0 |
| 987 | 2026-02-11T22:57:41.452Z | Downloaded prefix-trie v0.7.0 |
| 988 | 2026-02-11T22:57:41.528Z | Downloaded postcard v1.0.10 |
| 989 | 2026-02-11T22:57:41.528Z | Downloaded pem v3.0.5 |
| 990 | 2026-02-11T22:57:41.528Z | Downloaded papergrid v0.17.0 |
| 991 | 2026-02-11T22:57:41.556Z | Downloaded oso v0.27.3 |
| 992 | 2026-02-11T22:57:41.556Z | Downloaded heapless v0.8.0 |
| 993 | 2026-02-11T22:57:41.556Z | Downloaded radium v0.7.0 |
| 994 | 2026-02-11T22:57:41.556Z | Downloaded progenitor v0.10.0 |
| 995 | 2026-02-11T22:57:41.556Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 996 | 2026-02-11T22:57:41.556Z | Downloaded primeorder v0.13.6 |
| 997 | 2026-02-11T22:57:41.556Z | Downloaded pin-project-internal v1.1.6 |
| 998 | 2026-02-11T22:57:41.556Z | Downloaded parking_lot v0.12.3 |
| 999 | 2026-02-11T22:57:41.556Z | Downloaded owo-colors v4.2.2 |
| 1000 | 2026-02-11T22:57:41.556Z | Downloaded libxml v0.3.3 |
| 1001 | 2026-02-11T22:57:41.556Z | Downloaded progenitor-client v0.10.0 |
| 1002 | 2026-02-11T22:57:41.556Z | Downloaded polyval v0.6.2 |
| 1003 | 2026-02-11T22:57:41.556Z | Downloaded poly1305 v0.8.0 |
| 1004 | 2026-02-11T22:57:41.557Z | Downloaded pkg-config v0.3.31 |
| 1005 | 2026-02-11T22:57:41.557Z | Downloaded pkcs8 v0.10.2 |
| 1006 | 2026-02-11T22:57:41.557Z | Downloaded pin-project-lite v0.2.14 |
| 1007 | 2026-02-11T22:57:41.557Z | Downloaded peg-macros v0.8.5 |
| 1008 | 2026-02-11T22:57:41.557Z | Downloaded chrono-tz v0.10.4 |
| 1009 | 2026-02-11T22:57:41.582Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1010 | 2026-02-11T22:57:41.582Z | Downloaded bindgen v0.69.5 |
| 1011 | 2026-02-11T22:57:41.606Z | Downloaded progenitor-macro v0.10.0 |
| 1012 | 2026-02-11T22:57:41.606Z | Downloaded progenitor-macro v0.8.0 |
| 1013 | 2026-02-11T22:57:41.606Z | Downloaded progenitor-client v0.8.0 |
| 1014 | 2026-02-11T22:57:41.606Z | Downloaded pretty-hex v0.2.1 |
| 1015 | 2026-02-11T22:57:41.606Z | Downloaded predicates-tree v1.0.12 |
| 1016 | 2026-02-11T22:57:41.606Z | Downloaded predicates-core v1.0.8 |
| 1017 | 2026-02-11T22:57:41.606Z | Downloaded powerfmt v0.2.0 |
| 1018 | 2026-02-11T22:57:41.607Z | Downloaded phf v0.12.1 |
| 1019 | 2026-02-11T22:57:41.607Z | Downloaded pem-rfc7468 v0.7.0 |
| 1020 | 2026-02-11T22:57:41.607Z | Downloaded peg v0.8.5 |
| 1021 | 2026-02-11T22:57:41.607Z | Downloaded packed_struct v0.10.1 |
| 1022 | 2026-02-11T22:57:41.607Z | Downloaded num-complex v0.4.6 |
| 1023 | 2026-02-11T22:57:41.607Z | Downloaded globset v0.4.15 |
| 1024 | 2026-02-11T22:57:41.631Z | Downloaded gimli v0.31.1 |
| 1025 | 2026-02-11T22:57:41.631Z | Downloaded futures-sink v0.3.31 |
| 1026 | 2026-02-11T22:57:41.631Z | Downloaded crossbeam-epoch v0.9.18 |
| 1027 | 2026-02-11T22:57:41.631Z | Downloaded corncobs v0.1.4 |
| 1028 | 2026-02-11T22:57:41.631Z | Downloaded cookie v0.18.1 |
| 1029 | 2026-02-11T22:57:41.631Z | Downloaded base64ct v1.6.0 |
| 1030 | 2026-02-11T22:57:41.631Z | Downloaded aws-lc-rs v1.12.4 |
| 1031 | 2026-02-11T22:57:41.656Z | Downloaded pin-utils v0.1.0 |
| 1032 | 2026-02-11T22:57:41.656Z | Downloaded phf_shared v0.12.1 |
| 1033 | 2026-02-11T22:57:41.657Z | Downloaded peg-runtime v0.8.5 |
| 1034 | 2026-02-11T22:57:41.657Z | Downloaded pbkdf2 v0.12.2 |
| 1035 | 2026-02-11T22:57:41.657Z | Downloaded path-slash v0.1.5 |
| 1036 | 2026-02-11T22:57:41.657Z | Downloaded password-hash v0.5.0 |
| 1037 | 2026-02-11T22:57:41.657Z | Downloaded parking_lot_core v0.8.6 |
| 1038 | 2026-02-11T22:57:41.657Z | Downloaded p384 v0.13.1 |
| 1039 | 2026-02-11T22:57:41.681Z | Downloaded oxnet v0.1.4 |
| 1040 | 2026-02-11T22:57:41.682Z | Downloaded num-rational v0.4.2 |
| 1041 | 2026-02-11T22:57:41.682Z | Downloaded nu-ansi-term v0.50.1 |
| 1042 | 2026-02-11T22:57:41.682Z | Downloaded goblin v0.10.2 |
| 1043 | 2026-02-11T22:57:41.682Z | Downloaded colored v3.0.0 |
| 1044 | 2026-02-11T22:57:41.682Z | Downloaded cfg_aliases v0.1.1 |
| 1045 | 2026-02-11T22:57:41.682Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1046 | 2026-02-11T22:57:41.682Z | Downloaded block-padding v0.3.3 |
| 1047 | 2026-02-11T22:57:41.682Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1048 | 2026-02-11T22:57:41.706Z | Downloaded packed_struct_codegen v0.10.1 |
| 1049 | 2026-02-11T22:57:41.706Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1050 | 2026-02-11T22:57:41.706Z | Downloaded oso-derive v0.27.3 |
| 1051 | 2026-02-11T22:57:41.706Z | Downloaded openssl-probe v0.1.5 |
| 1052 | 2026-02-11T22:57:41.706Z | Downloaded number_prefix v0.4.0 |
| 1053 | 2026-02-11T22:57:41.706Z | Downloaded num-integer v0.1.46 |
| 1054 | 2026-02-11T22:57:41.706Z | Downloaded num-conv v0.1.0 |
| 1055 | 2026-02-11T22:57:41.706Z | Downloaded nodrop v0.1.14 |
| 1056 | 2026-02-11T22:57:41.706Z | Downloaded openssl-macros v0.1.1 |
| 1057 | 2026-02-11T22:57:41.706Z | Downloaded olpc-cjson v0.1.4 |
| 1058 | 2026-02-11T22:57:41.706Z | Downloaded num_threads v0.1.7 |
| 1059 | 2026-02-11T22:57:41.706Z | Downloaded num_enum_derive v0.5.11 |
| 1060 | 2026-02-11T22:57:41.706Z | Downloaded num-iter v0.1.45 |
| 1061 | 2026-02-11T22:57:41.706Z | Downloaded num-derive v0.4.2 |
| 1062 | 2026-02-11T22:57:41.706Z | Downloaded num v0.4.3 |
| 1063 | 2026-02-11T22:57:41.707Z | Downloaded normalize-line-endings v0.3.0 |
| 1064 | 2026-02-11T22:57:41.707Z | Downloaded nonempty v0.12.0 |
| 1065 | 2026-02-11T22:57:41.707Z | Downloaded h2 v0.4.6 |
| 1066 | 2026-02-11T22:57:41.731Z | Downloaded dropshot v0.16.7 |
| 1067 | 2026-02-11T22:57:41.755Z | Downloaded convert_case v0.7.1 |
| 1068 | 2026-02-11T22:57:41.755Z | Downloaded clang-sys v1.8.1 |
| 1069 | 2026-02-11T22:57:41.755Z | Downloaded cfg_aliases v0.2.1 |
| 1070 | 2026-02-11T22:57:41.755Z | Downloaded bstr v1.10.0 |
| 1071 | 2026-02-11T22:57:41.782Z | Downloaded blowfish v0.9.1 |
| 1072 | 2026-02-11T22:57:41.782Z | Downloaded blake3 v1.5.4 |
| 1073 | 2026-02-11T22:57:41.782Z | Downloaded bitfield-macros v0.19.2 |
| 1074 | 2026-02-11T22:57:41.782Z | Downloaded libz-rs-sys v0.5.1 |
| 1075 | 2026-02-11T22:57:41.782Z | Downloaded libm v0.2.8 |
| 1076 | 2026-02-11T22:57:41.837Z | Downloaded libefi-sys v0.1.0 |
| 1077 | 2026-02-11T22:57:41.861Z | Downloaded iri-string v0.7.8 |
| 1078 | 2026-02-11T22:57:41.861Z | Downloaded iddqd v0.3.16 |
| 1079 | 2026-02-11T22:57:41.885Z | Downloaded hkdf v0.12.4 |
| 1080 | 2026-02-11T22:57:41.885Z | Downloaded const_format_proc_macros v0.2.34 |
| 1081 | 2026-02-11T22:57:41.912Z | Downloaded const_format v0.2.34 |
| 1082 | 2026-02-11T22:57:41.912Z | Downloaded cc v1.2.30 |
| 1083 | 2026-02-11T22:57:41.912Z | Downloaded cancel-safe-futures v0.1.5 |
| 1084 | 2026-02-11T22:57:41.937Z | Downloaded bb8 v0.8.5 |
| 1085 | 2026-02-11T22:57:41.937Z | Downloaded atomic-waker v1.1.2 |
| 1086 | 2026-02-11T22:57:41.938Z | Downloaded assert_matches v1.5.0 |
| 1087 | 2026-02-11T22:57:41.938Z | Downloaded managed v0.8.0 |
| 1088 | 2026-02-11T22:57:41.938Z | Downloaded lru-cache v0.1.2 |
| 1089 | 2026-02-11T22:57:41.938Z | Downloaded lockfree-object-pool v0.1.6 |
| 1090 | 2026-02-11T22:57:41.938Z | Downloaded linear-map v1.2.0 |
| 1091 | 2026-02-11T22:57:41.938Z | Downloaded lazy_static v1.5.0 |
| 1092 | 2026-02-11T22:57:41.938Z | Downloaded lalrpop-util v0.19.12 |
| 1093 | 2026-02-11T22:57:41.938Z | Downloaded kstat-rs v0.2.4 |
| 1094 | 2026-02-11T22:57:41.938Z | Downloaded jobserver v0.1.32 |
| 1095 | 2026-02-11T22:57:41.963Z | Downloaded jiff-static v0.2.15 |
| 1096 | 2026-02-11T22:57:41.963Z | Downloaded hyper-util v0.1.19 |
| 1097 | 2026-02-11T22:57:41.963Z | Downloaded hyper v1.8.1 |
| 1098 | 2026-02-11T22:57:41.987Z | Downloaded half v1.8.3 |
| 1099 | 2026-02-11T22:57:41.987Z | Downloaded diesel v2.2.12 |
| 1100 | 2026-02-11T22:57:42.011Z | Downloaded cexpr v0.6.0 |
| 1101 | 2026-02-11T22:57:42.035Z | Downloaded bit-set v0.5.3 |
| 1102 | 2026-02-11T22:57:42.035Z | Downloaded maplit v1.0.2 |
| 1103 | 2026-02-11T22:57:42.035Z | Downloaded lzss v0.8.2 |
| 1104 | 2026-02-11T22:57:42.035Z | Downloaded lru v0.12.5 |
| 1105 | 2026-02-11T22:57:42.035Z | Downloaded lock_api v0.4.12 |
| 1106 | 2026-02-11T22:57:42.035Z | Downloaded libscf-sys v1.1.0 |
| 1107 | 2026-02-11T22:57:42.035Z | Downloaded libloading v0.8.5 |
| 1108 | 2026-02-11T22:57:42.035Z | Downloaded hickory-resolver v0.25.2 |
| 1109 | 2026-02-11T22:57:42.059Z | Downloaded chrono v0.4.43 |
| 1110 | 2026-02-11T22:57:42.059Z | Downloaded bitvec v1.0.1 |
| 1111 | 2026-02-11T22:57:42.089Z | Downloaded bindgen v0.71.1 |
| 1112 | 2026-02-11T22:57:42.113Z | Downloaded async-trait v0.1.89 |
| 1113 | 2026-02-11T22:57:42.113Z | Downloaded aes v0.8.4 |
| 1114 | 2026-02-11T22:57:42.137Z | Downloaded num-derive v0.3.3 |
| 1115 | 2026-02-11T22:57:42.137Z | Downloaded newline-converter v0.3.0 |
| 1116 | 2026-02-11T22:57:42.137Z | Downloaded new_debug_unreachable v1.0.6 |
| 1117 | 2026-02-11T22:57:42.137Z | Downloaded native-tls v0.2.12 |
| 1118 | 2026-02-11T22:57:42.137Z | Downloaded match_cfg v0.1.0 |
| 1119 | 2026-02-11T22:57:42.137Z | Downloaded linked-hash-map v0.5.6 |
| 1120 | 2026-02-11T22:57:42.137Z | Downloaded lazycell v1.3.0 |
| 1121 | 2026-02-11T22:57:42.137Z | Downloaded keccak v0.1.5 |
| 1122 | 2026-02-11T22:57:42.161Z | Downloaded ingot v0.1.1 |
| 1123 | 2026-02-11T22:57:42.161Z | Downloaded indoc v1.0.9 |
| 1124 | 2026-02-11T22:57:42.161Z | Downloaded indicatif v0.18.0 |
| 1125 | 2026-02-11T22:57:42.186Z | Downloaded indicatif v0.17.11 |
| 1126 | 2026-02-11T22:57:42.186Z | Downloaded hyper-rustls v0.27.7 |
| 1127 | 2026-02-11T22:57:42.186Z | Downloaded hickory-resolver v0.24.4 |
| 1128 | 2026-02-11T22:57:42.211Z | Downloaded expectorate v1.2.0 |
| 1129 | 2026-02-11T22:57:42.211Z | Downloaded constant_time_eq v0.3.1 |
| 1130 | 2026-02-11T22:57:42.211Z | Downloaded base64 v0.13.1 |
| 1131 | 2026-02-11T22:57:42.211Z | Downloaded libsw v3.5.0 |
| 1132 | 2026-02-11T22:57:42.211Z | Downloaded ipnetwork v0.21.1 |
| 1133 | 2026-02-11T22:57:42.235Z | Downloaded ipnet v2.11.0 |
| 1134 | 2026-02-11T22:57:42.235Z | Downloaded instability v0.3.2 |
| 1135 | 2026-02-11T22:57:42.235Z | Downloaded inout v0.1.3 |
| 1136 | 2026-02-11T22:57:42.235Z | Downloaded ingot-types v0.1.2 |
| 1137 | 2026-02-11T22:57:42.235Z | Downloaded indoc v2.0.6 |
| 1138 | 2026-02-11T22:57:42.235Z | Downloaded indexmap v1.9.3 |
| 1139 | 2026-02-11T22:57:42.258Z | Downloaded ignore v0.4.23 |
| 1140 | 2026-02-11T22:57:42.258Z | Downloaded ident_case v1.0.1 |
| 1141 | 2026-02-11T22:57:42.258Z | Downloaded iana-time-zone v0.1.63 |
| 1142 | 2026-02-11T22:57:42.258Z | Downloaded humantime v2.2.0 |
| 1143 | 2026-02-11T22:57:42.258Z | Downloaded http v1.4.0 |
| 1144 | 2026-02-11T22:57:42.282Z | Downloaded hmac v0.12.1 |
| 1145 | 2026-02-11T22:57:42.282Z | Downloaded hickory-server v0.25.2 |
| 1146 | 2026-02-11T22:57:42.282Z | Downloaded glob v0.3.2 |
| 1147 | 2026-02-11T22:57:42.282Z | Downloaded hyper-staticfile v0.10.1 |
| 1148 | 2026-02-11T22:57:42.306Z | Downloaded highway v1.3.0 |
| 1149 | 2026-02-11T22:57:42.306Z | Downloaded half v2.4.1 |
| 1150 | 2026-02-11T22:57:42.307Z | Downloaded either v1.15.0 |
| 1151 | 2026-02-11T22:57:42.307Z | Downloaded ed25519-dalek v2.1.1 |
| 1152 | 2026-02-11T22:57:42.331Z | Downloaded dropshot-api-manager v0.2.4 |
| 1153 | 2026-02-11T22:57:42.331Z | Downloaded atty v0.2.14 |
| 1154 | 2026-02-11T22:57:42.331Z | Downloaded allocator-api2 v0.2.21 |
| 1155 | 2026-02-11T22:57:42.331Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1156 | 2026-02-11T22:57:42.331Z | Downloaded hyper-tls v0.6.0 |
| 1157 | 2026-02-11T22:57:42.357Z | Downloaded home v0.5.9 |
| 1158 | 2026-02-11T22:57:42.357Z | Downloaded hickory-client v0.25.2 |
| 1159 | 2026-02-11T22:57:42.357Z | Downloaded group v0.13.0 |
| 1160 | 2026-02-11T22:57:42.357Z | Downloaded ghash v0.5.1 |
| 1161 | 2026-02-11T22:57:42.357Z | Downloaded getrandom v0.2.15 |
| 1162 | 2026-02-11T22:57:42.357Z | Downloaded futures-macro v0.3.31 |
| 1163 | 2026-02-11T22:57:42.358Z | Downloaded fs-err v2.11.0 |
| 1164 | 2026-02-11T22:57:42.358Z | Downloaded flume v0.11.1 |
| 1165 | 2026-02-11T22:57:42.358Z | Downloaded filetime v0.2.26 |
| 1166 | 2026-02-11T22:57:42.358Z | Downloaded fatfs v0.3.6 |
| 1167 | 2026-02-11T22:57:42.382Z | Downloaded httpdate v1.0.3 |
| 1168 | 2026-02-11T22:57:42.382Z | Downloaded http-range v0.1.5 |
| 1169 | 2026-02-11T22:57:42.382Z | Downloaded hex-literal v0.4.1 |
| 1170 | 2026-02-11T22:57:42.382Z | Downloaded heapless v0.7.17 |
| 1171 | 2026-02-11T22:57:42.382Z | Downloaded hash32 v0.2.1 |
| 1172 | 2026-02-11T22:57:42.382Z | Downloaded fxhash v0.2.1 |
| 1173 | 2026-02-11T22:57:42.382Z | Downloaded futures-task v0.3.31 |
| 1174 | 2026-02-11T22:57:42.382Z | Downloaded futures-executor v0.3.31 |
| 1175 | 2026-02-11T22:57:42.382Z | Downloaded futures-core v0.3.31 |
| 1176 | 2026-02-11T22:57:42.382Z | Downloaded futures v0.3.31 |
| 1177 | 2026-02-11T22:57:42.383Z | Downloaded foreign-types-shared v0.3.1 |
| 1178 | 2026-02-11T22:57:42.407Z | Downloaded foreign-types-macros v0.2.3 |
| 1179 | 2026-02-11T22:57:42.407Z | Downloaded foreign-types v0.5.0 |
| 1180 | 2026-02-11T22:57:42.407Z | Downloaded foreign-types v0.3.2 |
| 1181 | 2026-02-11T22:57:42.407Z | Downloaded foldhash v0.1.5 |
| 1182 | 2026-02-11T22:57:42.407Z | Downloaded float-ord v0.3.2 |
| 1183 | 2026-02-11T22:57:42.407Z | Downloaded float-cmp v0.10.0 |
| 1184 | 2026-02-11T22:57:42.407Z | Downloaded flagset v0.4.6 |
| 1185 | 2026-02-11T22:57:42.407Z | Downloaded fd-lock v4.0.2 |
| 1186 | 2026-02-11T22:57:42.407Z | Downloaded env_logger v0.11.8 |
| 1187 | 2026-02-11T22:57:42.407Z | Downloaded enum-as-inner v0.6.1 |
| 1188 | 2026-02-11T22:57:42.407Z | Downloaded elliptic-curve v0.13.8 |
| 1189 | 2026-02-11T22:57:42.407Z | Downloaded ed25519 v2.2.3 |
| 1190 | 2026-02-11T22:57:42.431Z | Downloaded dyn-clone v1.0.20 |
| 1191 | 2026-02-11T22:57:42.431Z | Downloaded dtrace-parser v0.3.0 |
| 1192 | 2026-02-11T22:57:42.431Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1193 | 2026-02-11T22:57:42.431Z | Downloaded dof v0.4.0 |
| 1194 | 2026-02-11T22:57:42.431Z | Downloaded document-features v0.2.11 |
| 1195 | 2026-02-11T22:57:42.431Z | Downloaded diff v0.1.13 |
| 1196 | 2026-02-11T22:57:42.431Z | Downloaded diesel_derives v2.2.3 |
| 1197 | 2026-02-11T22:57:42.431Z | Downloaded crossbeam-utils v0.8.21 |
| 1198 | 2026-02-11T22:57:42.431Z | Downloaded crossbeam-channel v0.5.15 |
| 1199 | 2026-02-11T22:57:42.431Z | Downloaded cookie_store v0.21.1 |
| 1200 | 2026-02-11T22:57:42.455Z | Downloaded console v0.15.10 |
| 1201 | 2026-02-11T22:57:42.455Z | Downloaded compact_str v0.8.0 |
| 1202 | 2026-02-11T22:57:42.455Z | Downloaded colored v2.2.0 |
| 1203 | 2026-02-11T22:57:42.455Z | Downloaded cipher v0.4.4 |
| 1204 | 2026-02-11T22:57:42.455Z | Downloaded ciborium v0.2.2 |
| 1205 | 2026-02-11T22:57:42.455Z | Downloaded bzip2 v0.4.4 |
| 1206 | 2026-02-11T22:57:42.455Z | Downloaded bytes v1.11.1 |
| 1207 | 2026-02-11T22:57:42.480Z | Downloaded bumpalo v3.16.0 |
| 1208 | 2026-02-11T22:57:42.480Z | Downloaded blake2 v0.10.6 |
| 1209 | 2026-02-11T22:57:42.480Z | Downloaded bit-vec v0.6.3 |
| 1210 | 2026-02-11T22:57:42.480Z | Downloaded bcs v0.1.6 |
| 1211 | 2026-02-11T22:57:42.480Z | Downloaded base64 v0.22.1 |
| 1212 | 2026-02-11T22:57:42.480Z | Downloaded async-bb8-diesel v0.2.1 |
| 1213 | 2026-02-11T22:57:42.480Z | Downloaded hash32 v0.3.1 |
| 1214 | 2026-02-11T22:57:42.480Z | Downloaded globwalk v0.9.1 |
| 1215 | 2026-02-11T22:57:42.480Z | Downloaded gethostname v0.5.0 |
| 1216 | 2026-02-11T22:57:42.480Z | Downloaded futures-io v0.3.31 |
| 1217 | 2026-02-11T22:57:42.504Z | Downloaded funty v2.0.0 |
| 1218 | 2026-02-11T22:57:42.504Z | Downloaded fs_extra v1.3.0 |
| 1219 | 2026-02-11T22:57:42.504Z | Downloaded foreign-types-shared v0.1.1 |
| 1220 | 2026-02-11T22:57:42.504Z | Downloaded foldhash v0.2.0 |
| 1221 | 2026-02-11T22:57:42.504Z | Downloaded fixedbitset v0.5.7 |
| 1222 | 2026-02-11T22:57:42.504Z | Downloaded fixedbitset v0.4.2 |
| 1223 | 2026-02-11T22:57:42.504Z | Downloaded fallible-iterator v0.2.0 |
| 1224 | 2026-02-11T22:57:42.504Z | Downloaded env_filter v0.1.2 |
| 1225 | 2026-02-11T22:57:42.504Z | Downloaded endian-type v0.1.2 |
| 1226 | 2026-02-11T22:57:42.504Z | Downloaded ena v0.14.3 |
| 1227 | 2026-02-11T22:57:42.504Z | Downloaded embedded-io v0.6.1 |
| 1228 | 2026-02-11T22:57:42.504Z | Downloaded embedded-io v0.4.0 |
| 1229 | 2026-02-11T22:57:42.504Z | Downloaded ecdsa v0.16.9 |
| 1230 | 2026-02-11T22:57:42.504Z | Downloaded dsl_auto_type v0.1.2 |
| 1231 | 2026-02-11T22:57:42.504Z | Downloaded dropshot_endpoint v0.16.7 |
| 1232 | 2026-02-11T22:57:42.529Z | Downloaded drift v0.1.3 |
| 1233 | 2026-02-11T22:57:42.529Z | Downloaded dirs-sys-next v0.1.2 |
| 1234 | 2026-02-11T22:57:42.529Z | Downloaded dirs-next v2.0.0 |
| 1235 | 2026-02-11T22:57:42.529Z | Downloaded difflib v0.4.0 |
| 1236 | 2026-02-11T22:57:42.529Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1237 | 2026-02-11T22:57:42.529Z | Downloaded des v0.8.1 |
| 1238 | 2026-02-11T22:57:42.529Z | Downloaded derive_more v0.99.20 |
| 1239 | 2026-02-11T22:57:42.529Z | Downloaded derive_builder_core v0.20.2 |
| 1240 | 2026-02-11T22:57:42.553Z | Downloaded der v0.7.10 |
| 1241 | 2026-02-11T22:57:42.553Z | Downloaded defmt-macros v0.3.9 |
| 1242 | 2026-02-11T22:57:42.554Z | Downloaded data-encoding v2.9.0 |
| 1243 | 2026-02-11T22:57:42.554Z | Downloaded darling_core v0.21.0 |
| 1244 | 2026-02-11T22:57:42.554Z | Downloaded darling v0.20.10 |
| 1245 | 2026-02-11T22:57:42.579Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-02-11T22:57:42.579Z | Downloaded cstr-argument v0.1.2 |
| 1247 | 2026-02-11T22:57:42.579Z | Downloaded crc8 v0.1.1 |
| 1248 | 2026-02-11T22:57:42.579Z | Downloaded crc v3.2.1 |
| 1249 | 2026-02-11T22:57:42.579Z | Downloaded console v0.16.0 |
| 1250 | 2026-02-11T22:57:42.605Z | Downloaded cmake v0.1.51 |
| 1251 | 2026-02-11T22:57:42.605Z | Downloaded ciborium-io v0.2.2 |
| 1252 | 2026-02-11T22:57:42.605Z | Downloaded chacha20 v0.9.1 |
| 1253 | 2026-02-11T22:57:42.605Z | Downloaded cbc v0.1.2 |
| 1254 | 2026-02-11T22:57:42.605Z | Downloaded bzip2 v0.5.2 |
| 1255 | 2026-02-11T22:57:42.605Z | Downloaded bitfield v0.19.2 |
| 1256 | 2026-02-11T22:57:42.605Z | Downloaded array-init v0.0.4 |
| 1257 | 2026-02-11T22:57:42.605Z | Downloaded diesel-dtrace v0.4.2 |
| 1258 | 2026-02-11T22:57:42.605Z | Downloaded derive_more-impl v2.0.1 |
| 1259 | 2026-02-11T22:57:42.630Z | Downloaded derive_more v2.0.1 |
| 1260 | 2026-02-11T22:57:42.654Z | Downloaded derive_builder_macro v0.20.2 |
| 1261 | 2026-02-11T22:57:42.654Z | Downloaded derive_builder v0.20.2 |
| 1262 | 2026-02-11T22:57:42.654Z | Downloaded derive-where v1.5.0 |
| 1263 | 2026-02-11T22:57:42.654Z | Downloaded derive-ex v0.1.8 |
| 1264 | 2026-02-11T22:57:42.654Z | Downloaded deranged v0.5.3 |
| 1265 | 2026-02-11T22:57:42.654Z | Downloaded defmt-parser v0.3.4 |
| 1266 | 2026-02-11T22:57:42.654Z | Downloaded defmt v0.3.8 |
| 1267 | 2026-02-11T22:57:42.678Z | Downloaded debug-ignore v1.0.5 |
| 1268 | 2026-02-11T22:57:42.678Z | Downloaded darling_macro v0.21.0 |
| 1269 | 2026-02-11T22:57:42.678Z | Downloaded darling_core v0.20.10 |
| 1270 | 2026-02-11T22:57:42.678Z | Downloaded daft-derive v0.1.4 |
| 1271 | 2026-02-11T22:57:42.678Z | Downloaded ctr v0.9.2 |
| 1272 | 2026-02-11T22:57:42.678Z | Downloaded crypto-bigint v0.5.5 |
| 1273 | 2026-02-11T22:57:42.702Z | Downloaded crossterm v0.29.0 |
| 1274 | 2026-02-11T22:57:42.702Z | Downloaded crossterm v0.28.1 |
| 1275 | 2026-02-11T22:57:42.726Z | Downloaded crc32fast v1.4.2 |
| 1276 | 2026-02-11T22:57:42.726Z | Downloaded crc-catalog v2.4.0 |
| 1277 | 2026-02-11T22:57:42.726Z | Downloaded const-oid v0.9.6 |
| 1278 | 2026-02-11T22:57:42.726Z | Downloaded cobs v0.2.3 |
| 1279 | 2026-02-11T22:57:42.727Z | Downloaded ciborium-ll v0.2.2 |
| 1280 | 2026-02-11T22:57:42.727Z | Downloaded chacha20poly1305 v0.10.1 |
| 1281 | 2026-02-11T22:57:42.727Z | Downloaded buf-list v1.0.3 |
| 1282 | 2026-02-11T22:57:42.727Z | Downloaded bitflags v1.3.2 |
| 1283 | 2026-02-11T22:57:42.727Z | Downloaded backoff v0.4.0 |
| 1284 | 2026-02-11T22:57:42.750Z | Downloaded atomicwrites v0.4.4 |
| 1285 | 2026-02-11T22:57:42.750Z | Downloaded ff v0.13.0 |
| 1286 | 2026-02-11T22:57:42.750Z | Downloaded erased-serde v0.3.31 |
| 1287 | 2026-02-11T22:57:42.750Z | Downloaded display-error-chain v0.2.2 |
| 1288 | 2026-02-11T22:57:42.750Z | Downloaded der_derive v0.7.3 |
| 1289 | 2026-02-11T22:57:42.750Z | Downloaded darling_macro v0.20.10 |
| 1290 | 2026-02-11T22:57:42.750Z | Downloaded daft v0.1.4 |
| 1291 | 2026-02-11T22:57:42.751Z | Downloaded csv-core v0.1.11 |
| 1292 | 2026-02-11T22:57:42.751Z | Downloaded crunchy v0.2.2 |
| 1293 | 2026-02-11T22:57:42.751Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1294 | 2026-02-11T22:57:42.751Z | Downloaded crossbeam-deque v0.8.5 |
| 1295 | 2026-02-11T22:57:42.751Z | Downloaded critical-section v1.1.3 |
| 1296 | 2026-02-11T22:57:42.751Z | Downloaded crc-any v2.5.0 |
| 1297 | 2026-02-11T22:57:42.751Z | Downloaded convert_case v0.4.0 |
| 1298 | 2026-02-11T22:57:42.775Z | Downloaded castaway v0.2.3 |
| 1299 | 2026-02-11T22:57:42.775Z | Downloaded cargo_metadata v0.19.2 |
| 1300 | 2026-02-11T22:57:42.776Z | Downloaded cargo-platform v0.1.8 |
| 1301 | 2026-02-11T22:57:42.776Z | Downloaded bit-vec v0.8.0 |
| 1302 | 2026-02-11T22:57:42.776Z | Downloaded bit-set v0.8.0 |
| 1303 | 2026-02-11T22:57:42.776Z | Downloaded arrayvec v0.7.6 |
| 1304 | 2026-02-11T22:57:42.776Z | Downloaded ahash v0.8.12 |
| 1305 | 2026-02-11T22:57:42.776Z | Downloaded darling v0.21.0 |
| 1306 | 2026-02-11T22:57:42.776Z | Downloaded cassowary v0.3.0 |
| 1307 | 2026-02-11T22:57:42.776Z | Downloaded bitfield-struct v0.6.2 |
| 1308 | 2026-02-11T22:57:42.799Z | Downloaded base64 v0.21.7 |
| 1309 | 2026-02-11T22:57:42.799Z | Downloaded base16ct v0.2.0 |
| 1310 | 2026-02-11T22:57:42.799Z | Downloaded backtrace v0.3.74 |
| 1311 | 2026-02-11T22:57:42.799Z | Downloaded async-stream-impl v0.3.6 |
| 1312 | 2026-02-11T22:57:42.799Z | Downloaded async-stream v0.3.6 |
| 1313 | 2026-02-11T22:57:42.799Z | Downloaded async-recursion v1.1.1 |
| 1314 | 2026-02-11T22:57:42.799Z | Downloaded addr2line v0.24.2 |
| 1315 | 2026-02-11T22:57:42.823Z | Downloaded arrayref v0.3.9 |
| 1316 | 2026-02-11T22:57:42.823Z | Downloaded argon2 v0.5.3 |
| 1317 | 2026-02-11T22:57:42.823Z | Downloaded aho-corasick v1.1.3 |
| 1318 | 2026-02-11T22:57:42.823Z | Downloaded aead v0.5.2 |
| 1319 | 2026-02-11T22:57:42.823Z | Downloaded aes-gcm v0.10.3 |
| 1320 | 2026-02-11T22:57:43.106Z | Compiling value-bag v1.12.0 |
| 1321 | 2026-02-11T22:57:43.106Z | Compiling lock_api v0.4.12 |
| 1322 | 2026-02-11T22:57:43.106Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-02-11T22:57:43.131Z | Compiling shlex v1.3.0 |
| 1324 | 2026-02-11T22:57:43.132Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-02-11T22:57:43.132Z | Compiling syn v2.0.114 |
| 1326 | 2026-02-11T22:57:43.132Z | Compiling getrandom v0.2.15 |
| 1327 | 2026-02-11T22:57:43.159Z | Compiling jobserver v0.1.32 |
| 1328 | 2026-02-11T22:57:43.432Z | Compiling typenum v1.17.0 |
| 1329 | 2026-02-11T22:57:43.700Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-02-11T22:57:43.756Z | Compiling log v0.4.29 |
| 1331 | 2026-02-11T22:57:43.843Z | Compiling cc v1.2.30 |
| 1332 | 2026-02-11T22:57:43.869Z | Compiling generic-array v0.14.7 |
| 1333 | 2026-02-11T22:57:44.171Z | Compiling subtle v2.6.1 |
| 1334 | 2026-02-11T22:57:44.305Z | Compiling portable-atomic v1.11.0 |
| 1335 | 2026-02-11T22:57:44.330Z | Compiling const-oid v0.9.6 |
| 1336 | 2026-02-11T22:57:44.425Z | Compiling critical-section v1.1.3 |
| 1337 | 2026-02-11T22:57:44.525Z | Compiling pkg-config v0.3.31 |
| 1338 | 2026-02-11T22:57:44.602Z | Compiling serde_json v1.0.149 |
| 1339 | 2026-02-11T22:57:44.634Z | Compiling getrandom v0.3.4 |
| 1340 | 2026-02-11T22:57:45.020Z | Compiling spin v0.9.8 |
| 1341 | 2026-02-11T22:57:45.456Z | Compiling pin-project-lite v0.2.14 |
| 1342 | 2026-02-11T22:57:45.608Z | Compiling regex-syntax v0.8.5 |
| 1343 | 2026-02-11T22:57:45.945Z | Compiling parking_lot_core v0.9.10 |
| 1344 | 2026-02-11T22:57:46.406Z | Compiling rustix v0.38.37 |
| 1345 | 2026-02-11T22:57:46.530Z | Compiling libm v0.2.8 |
| 1346 | 2026-02-11T22:57:47.007Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-02-11T22:57:47.213Z | Compiling signal-hook-registry v1.4.2 |
| 1348 | 2026-02-11T22:57:47.474Z | Compiling num-traits v0.2.19 |
| 1349 | 2026-02-11T22:57:47.554Z | Compiling allocator-api2 v0.2.21 |
| 1350 | 2026-02-11T22:57:47.578Z | Compiling parking_lot v0.12.3 |
| 1351 | 2026-02-11T22:57:48.223Z | Compiling mio v1.0.2 |
| 1352 | 2026-02-11T22:57:48.349Z | Compiling futures-core v0.3.31 |
| 1353 | 2026-02-11T22:57:48.380Z | Compiling lazy_static v1.5.0 |
| 1354 | 2026-02-11T22:57:48.472Z | Compiling aho-corasick v1.1.3 |
| 1355 | 2026-02-11T22:57:48.535Z | Compiling percent-encoding v2.3.2 |
| 1356 | 2026-02-11T22:57:48.652Z | Compiling socket2 v0.6.1 |
| 1357 | 2026-02-11T22:57:48.960Z | Compiling slab v0.4.9 |
| 1358 | 2026-02-11T22:57:49.317Z | Compiling cpufeatures v0.2.14 |
| 1359 | 2026-02-11T22:57:49.463Z | Compiling futures-sink v0.3.31 |
| 1360 | 2026-02-11T22:57:49.486Z | Compiling either v1.15.0 |
| 1361 | 2026-02-11T22:57:49.516Z | Compiling glob v0.3.2 |
| 1362 | 2026-02-11T22:57:49.611Z | Compiling futures-channel v0.3.31 |
| 1363 | 2026-02-11T22:57:49.926Z | Compiling hashbrown v0.16.1 |
| 1364 | 2026-02-11T22:57:49.957Z | Compiling futures-io v0.3.31 |
| 1365 | 2026-02-11T22:57:50.075Z | Compiling pin-utils v0.1.0 |
| 1366 | 2026-02-11T22:57:50.205Z | Compiling prettyplease v0.2.36 |
| 1367 | 2026-02-11T22:57:50.271Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-02-11T22:57:50.378Z | Compiling clang-sys v1.8.1 |
| 1369 | 2026-02-11T22:57:50.579Z | Compiling regex-automata v0.4.11 |
| 1370 | 2026-02-11T22:57:50.926Z | Compiling futures-task v0.3.31 |
| 1371 | 2026-02-11T22:57:51.125Z | Compiling minimal-lexical v0.2.1 |
| 1372 | 2026-02-11T22:57:51.149Z | Compiling indexmap v2.13.0 |
| 1373 | 2026-02-11T22:57:51.252Z | Compiling libloading v0.8.5 |
| 1374 | 2026-02-11T22:57:51.654Z | Compiling synstructure v0.13.1 |
| 1375 | 2026-02-11T22:57:51.681Z | Compiling nom v7.1.3 |
| 1376 | 2026-02-11T22:57:52.297Z | Compiling home v0.5.9 |
| 1377 | 2026-02-11T22:57:52.504Z | Compiling bindgen v0.69.5 |
| 1378 | 2026-02-11T22:57:52.581Z | Compiling ident_case v1.0.1 |
| 1379 | 2026-02-11T22:57:52.821Z | Compiling base64ct v1.6.0 |
| 1380 | 2026-02-11T22:57:53.379Z | Compiling pem-rfc7468 v0.7.0 |
| 1381 | 2026-02-11T22:57:53.455Z | Compiling itertools v0.12.1 |
| 1382 | 2026-02-11T22:57:53.598Z | Compiling form_urlencoded v1.2.2 |
| 1383 | 2026-02-11T22:57:53.956Z | Compiling flagset v0.4.6 |
| 1384 | 2026-02-11T22:57:54.107Z | Compiling lazycell v1.3.0 |
| 1385 | 2026-02-11T22:57:54.182Z | Compiling rustc-hash v1.1.0 |
| 1386 | 2026-02-11T22:57:54.303Z | Compiling rand_core v0.9.3 |
| 1387 | 2026-02-11T22:57:54.368Z | Compiling cmake v0.1.51 |
| 1388 | 2026-02-11T22:57:54.925Z | Compiling foldhash v0.1.5 |
| 1389 | 2026-02-11T22:57:55.274Z | Compiling cexpr v0.6.0 |
| 1390 | 2026-02-11T22:57:55.300Z | Compiling dunce v1.0.5 |
| 1391 | 2026-02-11T22:57:55.335Z | Compiling paste v1.0.15 |
| 1392 | 2026-02-11T22:57:55.478Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-02-11T22:57:55.861Z | Compiling iana-time-zone v0.1.63 |
| 1394 | 2026-02-11T22:57:56.171Z | Compiling hashbrown v0.15.4 |
| 1395 | 2026-02-11T22:57:56.199Z | Compiling rustc_version v0.4.1 |
| 1396 | 2026-02-11T22:57:56.232Z | Compiling uuid v1.19.0 |
| 1397 | 2026-02-11T22:57:56.491Z | Compiling serde_derive v1.0.228 |
| 1398 | 2026-02-11T22:57:56.524Z | Compiling zeroize_derive v1.4.2 |
| 1399 | 2026-02-11T22:57:56.891Z | Compiling zerofrom-derive v0.1.4 |
| 1400 | 2026-02-11T22:57:56.950Z | Compiling yoke-derive v0.7.4 |
| 1401 | 2026-02-11T22:57:57.635Z | Compiling zerovec-derive v0.10.3 |
| 1402 | 2026-02-11T22:57:58.013Z | Compiling displaydoc v0.2.5 |
| 1403 | 2026-02-11T22:57:58.043Z | Compiling zeroize v1.8.1 |
| 1404 | 2026-02-11T22:57:59.648Z | Compiling icu_provider_macros v1.5.0 |
| 1405 | 2026-02-11T22:57:59.797Z | Compiling zerocopy-derive v0.7.35 |
| 1406 | 2026-02-11T22:57:59.918Z | Compiling crypto-common v0.1.6 |
| 1407 | 2026-02-11T22:58:00.161Z | Compiling block-buffer v0.10.4 |
| 1408 | 2026-02-11T22:58:00.233Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-02-11T22:58:00.316Z | Compiling zerofrom v0.1.4 |
| 1410 | 2026-02-11T22:58:00.485Z | Compiling digest v0.10.7 |
| 1411 | 2026-02-11T22:58:00.589Z | Compiling yoke v0.7.4 |
| 1412 | 2026-02-11T22:58:00.722Z | Compiling thiserror-impl v2.0.18 |
| 1413 | 2026-02-11T22:58:01.008Z | Compiling zerovec v0.10.4 |
| 1414 | 2026-02-11T22:58:01.032Z | Compiling hmac v0.12.1 |
| 1415 | 2026-02-11T22:58:01.337Z | Compiling block-padding v0.3.3 |
| 1416 | 2026-02-11T22:58:01.635Z | Compiling futures-macro v0.3.31 |
| 1417 | 2026-02-11T22:58:01.818Z | Compiling zerocopy v0.7.35 |
| 1418 | 2026-02-11T22:58:01.879Z | Compiling inout v0.1.3 |
| 1419 | 2026-02-11T22:58:02.094Z | Compiling regex v1.11.3 |
| 1420 | 2026-02-11T22:58:02.236Z | Compiling cipher v0.4.4 |
| 1421 | 2026-02-11T22:58:02.871Z | Compiling sha2 v0.10.9 |
| 1422 | 2026-02-11T22:58:03.084Z | Compiling tinystr v0.7.6 |
| 1423 | 2026-02-11T22:58:03.228Z | Compiling icu_collections v1.5.0 |
| 1424 | 2026-02-11T22:58:03.520Z | Compiling icu_locid v1.5.0 |
| 1425 | 2026-02-11T22:58:03.545Z | Compiling ppv-lite86 v0.2.20 |
| 1426 | 2026-02-11T22:58:03.699Z | Compiling futures-util v0.3.31 |
| 1427 | 2026-02-11T22:58:03.788Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-02-11T22:58:03.920Z | Compiling serde v1.0.228 |
| 1429 | 2026-02-11T22:58:04.147Z | Compiling thiserror v2.0.18 |
| 1430 | 2026-02-11T22:58:04.336Z | Compiling pest v2.8.2 |
| 1431 | 2026-02-11T22:58:04.364Z | Compiling salsa20 v0.10.2 |
| 1432 | 2026-02-11T22:58:04.540Z | Compiling pbkdf2 v0.12.2 |
| 1433 | 2026-02-11T22:58:04.646Z | Compiling vcpkg v0.2.15 |
| 1434 | 2026-02-11T22:58:04.776Z | Compiling zerocopy v0.8.27 |
| 1435 | 2026-02-11T22:58:05.197Z | Compiling bitflags v2.9.4 |
| 1436 | 2026-02-11T22:58:05.608Z | Compiling bytes v1.11.1 |
| 1437 | 2026-02-11T22:58:05.683Z | Compiling icu_provider v1.5.0 |
| 1438 | 2026-02-11T22:58:06.103Z | Compiling der v0.7.10 |
| 1439 | 2026-02-11T22:58:06.143Z | Compiling chrono v0.4.43 |
| 1440 | 2026-02-11T22:58:06.604Z | Compiling icu_locid_transform v1.5.0 |
| 1441 | 2026-02-11T22:58:06.793Z | Compiling openssl-sys v0.9.109 |
| 1442 | 2026-02-11T22:58:07.228Z | Compiling tokio v1.49.0 |
| 1443 | 2026-02-11T22:58:08.006Z | Compiling pest_meta v2.8.2 |
| 1444 | 2026-02-11T22:58:08.034Z | Compiling http v1.4.0 |
| 1445 | 2026-02-11T22:58:09.100Z | Compiling icu_properties v1.5.1 |
| 1446 | 2026-02-11T22:58:09.383Z | Compiling spki v0.7.3 |
| 1447 | 2026-02-11T22:58:09.617Z | Compiling which v4.4.2 |
| 1448 | 2026-02-11T22:58:09.711Z | Compiling scrypt v0.11.0 |
| 1449 | 2026-02-11T22:58:09.829Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-02-11T22:58:10.315Z | Compiling aes v0.8.4 |
| 1451 | 2026-02-11T22:58:10.441Z | Compiling cbc v0.1.2 |
| 1452 | 2026-02-11T22:58:10.672Z | Compiling zerocopy-derive v0.8.27 |
| 1453 | 2026-02-11T22:58:11.685Z | Compiling pkcs5 v0.7.1 |
| 1454 | 2026-02-11T22:58:11.886Z | Compiling rand v0.9.2 |
| 1455 | 2026-02-11T22:58:12.647Z | Compiling pest_generator v2.8.2 |
| 1456 | 2026-02-11T22:58:13.115Z | Compiling tracing-attributes v0.1.27 |
| 1457 | 2026-02-11T22:58:13.422Z | Compiling icu_normalizer v1.5.0 |
| 1458 | 2026-02-11T22:58:13.814Z | Compiling serde_derive_internals v0.29.1 |
| 1459 | 2026-02-11T22:58:14.230Z | Compiling ring v0.17.14 |
| 1460 | 2026-02-11T22:58:14.378Z | Compiling idna_adapter v1.2.0 |
| 1461 | 2026-02-11T22:58:14.637Z | Compiling idna v1.0.3 |
| 1462 | 2026-02-11T22:58:15.025Z | Compiling tracing-core v0.1.32 |
| 1463 | 2026-02-11T22:58:15.335Z | Compiling url v2.5.4 |
| 1464 | 2026-02-11T22:58:16.117Z | Compiling adler2 v2.0.0 |
| 1465 | 2026-02-11T22:58:16.149Z | Compiling rustix v1.1.3 |
| 1466 | 2026-02-11T22:58:16.299Z | Compiling schemars v0.8.22 |
| 1467 | 2026-02-11T22:58:16.428Z | Compiling aws-lc-rs v1.12.4 |
| 1468 | 2026-02-11T22:58:16.460Z | Compiling tracing v0.1.40 |
| 1469 | 2026-02-11T22:58:16.783Z | Compiling miniz_oxide v0.8.5 |
| 1470 | 2026-02-11T22:58:17.027Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-02-11T22:58:17.320Z | Compiling pest_derive v2.8.2 |
| 1472 | 2026-02-11T22:58:17.435Z | Compiling tokio-util v0.7.15 |
| 1473 | 2026-02-11T22:58:17.957Z | Compiling pkcs8 v0.10.2 |
| 1474 | 2026-02-11T22:58:18.203Z | Compiling http-body v1.0.1 |
| 1475 | 2026-02-11T22:58:18.401Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-02-11T22:58:18.533Z | Compiling darling_core v0.20.10 |
| 1477 | 2026-02-11T22:58:18.718Z | Compiling base64 v0.22.1 |
| 1478 | 2026-02-11T22:58:19.414Z | Compiling httparse v1.9.5 |
| 1479 | 2026-02-11T22:58:20.026Z | Compiling rustls-pki-types v1.10.0 |
| 1480 | 2026-02-11T22:58:20.119Z | Compiling tinyvec_macros v0.1.1 |
| 1481 | 2026-02-11T22:58:20.653Z | Compiling dyn-clone v1.0.20 |
| 1482 | 2026-02-11T22:58:20.683Z | Compiling tinyvec v1.8.0 |
| 1483 | 2026-02-11T22:58:20.695Z | Compiling scroll v0.13.0 |
| 1484 | 2026-02-11T22:58:24.179Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1485 | 2026-02-11T22:58:24.277Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1486 | 2026-02-11T22:58:24.277Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-02-11T22:58:24.277Z | Compiling foreign-types-shared v0.1.1 |
| 1488 | 2026-02-11T22:58:24.277Z | Compiling try-lock v0.2.5 |
| 1489 | 2026-02-11T22:58:24.277Z | Compiling powerfmt v0.2.0 |
| 1490 | 2026-02-11T22:58:24.277Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-02-11T22:58:24.277Z | Compiling tower-service v0.3.3 |
| 1492 | 2026-02-11T22:58:24.278Z | Compiling untrusted v0.9.0 |
| 1493 | 2026-02-11T22:58:24.278Z | Compiling time-core v0.1.6 |
| 1494 | 2026-02-11T22:58:24.278Z | Compiling untrusted v0.7.1 |
| 1495 | 2026-02-11T22:58:24.278Z | Compiling openssl-probe v0.1.5 |
| 1496 | 2026-02-11T22:58:24.278Z | Compiling openssl v0.10.73 |
| 1497 | 2026-02-11T22:58:24.278Z | Compiling num-conv v0.1.0 |
| 1498 | 2026-02-11T22:58:24.278Z | Compiling deranged v0.5.3 |
| 1499 | 2026-02-11T22:58:24.278Z | Compiling time-macros v0.2.24 |
| 1500 | 2026-02-11T22:58:24.278Z | Compiling tempfile v3.24.0 |
| 1501 | 2026-02-11T22:58:24.278Z | Compiling want v0.3.1 |
| 1502 | 2026-02-11T22:58:24.278Z | Compiling foreign-types v0.3.2 |
| 1503 | 2026-02-11T22:58:24.278Z | Compiling h2 v0.4.6 |
| 1504 | 2026-02-11T22:58:24.509Z | Compiling darling_macro v0.20.10 |
| 1505 | 2026-02-11T22:58:25.352Z | Compiling darling v0.20.10 |
| 1506 | 2026-02-11T22:58:25.495Z | Compiling goblin v0.10.2 |
| 1507 | 2026-02-11T22:58:25.858Z | Compiling ipnet v2.11.0 |
| 1508 | 2026-02-11T22:58:26.122Z | Compiling openssl-macros v0.1.1 |
| 1509 | 2026-02-11T22:58:26.901Z | Compiling wait-timeout v0.2.0 |
| 1510 | 2026-02-11T22:58:27.051Z | Compiling quick-error v1.2.3 |
| 1511 | 2026-02-11T22:58:27.088Z | Compiling httpdate v1.0.3 |
| 1512 | 2026-02-11T22:58:27.234Z | Compiling gimli v0.31.1 |
| 1513 | 2026-02-11T22:58:27.324Z | Compiling bit-vec v0.8.0 |
| 1514 | 2026-02-11T22:58:27.439Z | Compiling syn v1.0.109 |
| 1515 | 2026-02-11T22:58:27.556Z | Compiling native-tls v0.2.12 |
| 1516 | 2026-02-11T22:58:27.788Z | Compiling usdt-impl v0.6.0 |
| 1517 | 2026-02-11T22:58:27.934Z | Compiling crossbeam-utils v0.8.21 |
| 1518 | 2026-02-11T22:58:28.039Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-02-11T22:58:28.158Z | Compiling rustls v0.23.19 |
| 1520 | 2026-02-11T22:58:28.207Z | Compiling time v0.3.43 |
| 1521 | 2026-02-11T22:58:28.563Z | Compiling bit-set v0.8.0 |
| 1522 | 2026-02-11T22:58:28.589Z | Compiling rusty-fork v0.3.0 |
| 1523 | 2026-02-11T22:58:29.368Z | Compiling derive_builder_core v0.20.2 |
| 1524 | 2026-02-11T22:58:31.295Z | Compiling addr2line v0.24.2 |
| 1525 | 2026-02-11T22:58:31.580Z | Compiling hyper v1.8.1 |
| 1526 | 2026-02-11T22:58:31.604Z | Compiling unicode-normalization v0.1.24 |
| 1527 | 2026-02-11T22:58:31.980Z | Compiling dtrace-parser v0.3.0 |
| 1528 | 2026-02-11T22:58:32.719Z | Compiling dof v0.4.0 |
| 1529 | 2026-02-11T22:58:33.398Z | Compiling signature v2.2.0 |
| 1530 | 2026-02-11T22:58:33.704Z | Compiling heapless v0.7.17 |
| 1531 | 2026-02-11T22:58:33.764Z | Compiling scroll_derive v0.12.0 |
| 1532 | 2026-02-11T22:58:34.114Z | Compiling thiserror-impl v1.0.69 |
| 1533 | 2026-02-11T22:58:34.862Z | Compiling rand_xorshift v0.4.0 |
| 1534 | 2026-02-11T22:58:34.973Z | Compiling darling_core v0.21.0 |
| 1535 | 2026-02-11T22:58:35.164Z | Compiling slog v2.8.2 |
| 1536 | 2026-02-11T22:58:35.235Z | Compiling thread-id v5.0.0 |
| 1537 | 2026-02-11T22:58:35.395Z | Compiling cookie v0.18.1 |
| 1538 | 2026-02-11T22:58:35.488Z | Compiling crc32fast v1.4.2 |
| 1539 | 2026-02-11T22:58:35.708Z | Compiling object v0.36.5 |
| 1540 | 2026-02-11T22:58:35.738Z | Compiling anyhow v1.0.99 |
| 1541 | 2026-02-11T22:58:35.838Z | Compiling signal-hook v0.3.18 |
| 1542 | 2026-02-11T22:58:35.862Z | Compiling zlib-rs v0.5.1 |
| 1543 | 2026-02-11T22:58:36.147Z | Compiling siphasher v0.3.11 |
| 1544 | 2026-02-11T22:58:36.332Z | Compiling unicode-properties v0.1.3 |
| 1545 | 2026-02-11T22:58:36.577Z | Compiling rustc-demangle v0.1.24 |
| 1546 | 2026-02-11T22:58:36.756Z | Compiling unarray v0.1.4 |
| 1547 | 2026-02-11T22:58:36.925Z | Compiling zstd-safe v7.2.3 |
| 1548 | 2026-02-11T22:58:36.949Z | Compiling unicode-bidi v0.3.17 |
| 1549 | 2026-02-11T22:58:37.000Z | Compiling proptest v1.7.0 |
| 1550 | 2026-02-11T22:58:37.509Z | Compiling thiserror v1.0.69 |
| 1551 | 2026-02-11T22:58:37.533Z | Compiling phf_shared v0.11.2 |
| 1552 | 2026-02-11T22:58:37.903Z | Compiling stringprep v0.1.5 |
| 1553 | 2026-02-11T22:58:38.310Z | Compiling scroll v0.12.0 |
| 1554 | 2026-02-11T22:58:38.946Z | Compiling hyper-util v0.1.19 |
| 1555 | 2026-02-11T22:58:39.412Z | Compiling derive_builder_macro v0.20.2 |
| 1556 | 2026-02-11T22:58:40.847Z | Compiling darling_macro v0.21.0 |
| 1557 | 2026-02-11T22:58:41.284Z | Compiling ipnetwork v0.21.1 |
| 1558 | 2026-02-11T22:58:41.791Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-02-11T22:58:42.306Z | Compiling serde_spanned v0.6.9 |
| 1560 | 2026-02-11T22:58:42.553Z | Compiling backtrace v0.3.74 |
| 1561 | 2026-02-11T22:58:42.960Z | Compiling libz-rs-sys v0.5.1 |
| 1562 | 2026-02-11T22:58:43.070Z | Compiling serde_tokenstream v0.2.2 |
| 1563 | 2026-02-11T22:58:43.132Z | Compiling toml_datetime v0.6.11 |
| 1564 | 2026-02-11T22:58:43.316Z | Compiling rand_chacha v0.3.1 |
| 1565 | 2026-02-11T22:58:43.612Z | Compiling md-5 v0.10.6 |
| 1566 | 2026-02-11T22:58:43.660Z | Compiling curve25519-dalek v4.1.3 |
| 1567 | 2026-02-11T22:58:43.727Z | Compiling vergen-lib v0.1.6 |
| 1568 | 2026-02-11T22:58:43.913Z | Compiling num-integer v0.1.46 |
| 1569 | 2026-02-11T22:58:44.033Z | Compiling sync_wrapper v1.0.1 |
| 1570 | 2026-02-11T22:58:44.208Z | Compiling hash32 v0.2.1 |
| 1571 | 2026-02-11T22:58:44.341Z | Compiling ff v0.13.0 |
| 1572 | 2026-02-11T22:58:44.573Z | Compiling memoffset v0.9.1 |
| 1573 | 2026-02-11T22:58:44.599Z | Compiling fallible-iterator v0.2.0 |
| 1574 | 2026-02-11T22:58:44.623Z | Compiling smoltcp v0.9.1 |
| 1575 | 2026-02-11T22:58:44.887Z | Compiling litrs v0.4.1 |
| 1576 | 2026-02-11T22:58:45.004Z | Compiling cfg_aliases v0.2.1 |
| 1577 | 2026-02-11T22:58:45.123Z | Compiling num-bigint-dig v0.8.6 |
| 1578 | 2026-02-11T22:58:45.186Z | Compiling base16ct v0.2.0 |
| 1579 | 2026-02-11T22:58:45.242Z | Compiling psl-types v2.0.11 |
| 1580 | 2026-02-11T22:58:45.268Z | Compiling ref-cast v1.0.25 |
| 1581 | 2026-02-11T22:58:45.479Z | Compiling publicsuffix v2.3.0 |
| 1582 | 2026-02-11T22:58:45.508Z | Compiling sec1 v0.7.3 |
| 1583 | 2026-02-11T22:58:45.639Z | Compiling postgres-protocol v0.6.8 |
| 1584 | 2026-02-11T22:58:45.820Z | Compiling nix v0.29.0 |
| 1585 | 2026-02-11T22:58:45.956Z | Compiling document-features v0.2.11 |
| 1586 | 2026-02-11T22:58:46.070Z | Compiling group v0.13.0 |
| 1587 | 2026-02-11T22:58:46.401Z | Compiling num-iter v0.1.45 |
| 1588 | 2026-02-11T22:58:46.618Z | Compiling tower v0.5.2 |
| 1589 | 2026-02-11T22:58:46.750Z | Compiling rand v0.8.5 |
| 1590 | 2026-02-11T22:58:47.221Z | Compiling flate2 v1.1.2 |
| 1591 | 2026-02-11T22:58:47.273Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-02-11T22:58:47.733Z | Compiling oxnet v0.1.4 |
| 1593 | 2026-02-11T22:58:47.953Z | Compiling darling v0.21.0 |
| 1594 | 2026-02-11T22:58:48.081Z | Compiling derive_builder v0.20.2 |
| 1595 | 2026-02-11T22:58:48.126Z | Compiling tokio-native-tls v0.3.1 |
| 1596 | 2026-02-11T22:58:48.278Z | Compiling goblin v0.8.2 |
| 1597 | 2026-02-11T22:58:48.656Z | Compiling rustls-native-certs v0.8.1 |
| 1598 | 2026-02-11T22:58:48.942Z | Compiling webpki-roots v1.0.1 |
| 1599 | 2026-02-11T22:58:49.150Z | Compiling http-body-util v0.1.3 |
| 1600 | 2026-02-11T22:58:49.174Z | Compiling strum_macros v0.27.2 |
| 1601 | 2026-02-11T22:58:49.318Z | Compiling terminal_size v0.4.0 |
| 1602 | 2026-02-11T22:58:49.498Z | Compiling cargo-platform v0.1.8 |
| 1603 | 2026-02-11T22:58:49.546Z | Compiling hkdf v0.12.4 |
| 1604 | 2026-02-11T22:58:49.662Z | Compiling crypto-bigint v0.5.5 |
| 1605 | 2026-02-11T22:58:49.835Z | Compiling ref-cast-impl v1.0.25 |
| 1606 | 2026-02-11T22:58:49.998Z | Compiling async-trait v0.1.89 |
| 1607 | 2026-02-11T22:58:50.858Z | Compiling hubpack_derive v0.1.1 |
| 1608 | 2026-02-11T22:58:50.973Z | Compiling daft-derive v0.1.4 |
| 1609 | 2026-02-11T22:58:51.767Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1610 | 2026-02-11T22:58:52.360Z | Compiling vergen v9.0.6 |
| 1611 | 2026-02-11T22:58:52.578Z | Compiling ahash v0.8.12 |
| 1612 | 2026-02-11T22:58:52.706Z | Compiling fs-err v3.1.1 |
| 1613 | 2026-02-11T22:58:53.002Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-02-11T22:58:53.049Z | Compiling unicode-segmentation v1.12.0 |
| 1615 | 2026-02-11T22:58:53.114Z | Compiling iri-string v0.7.8 |
| 1616 | 2026-02-11T22:58:53.138Z | Compiling lockfree-object-pool v0.1.6 |
| 1617 | 2026-02-11T22:58:53.394Z | Compiling buf-list v1.0.3 |
| 1618 | 2026-02-11T22:58:53.419Z | Compiling managed v0.8.0 |
| 1619 | 2026-02-11T22:58:53.838Z | Compiling ryu v1.0.18 |
| 1620 | 2026-02-11T22:58:53.862Z | Compiling winnow v0.5.40 |
| 1621 | 2026-02-11T22:58:53.920Z | Compiling simd-adler32 v0.3.7 |
| 1622 | 2026-02-11T22:58:54.153Z | Compiling bumpalo v3.16.0 |
| 1623 | 2026-02-11T22:58:54.388Z | Compiling serde_urlencoded v0.7.1 |
| 1624 | 2026-02-11T22:58:54.614Z | Compiling zopfli v0.8.1 |
| 1625 | 2026-02-11T22:58:54.863Z | Compiling dof v0.3.0 |
| 1626 | 2026-02-11T22:58:55.963Z | Compiling tower-http v0.6.6 |
| 1627 | 2026-02-11T22:58:56.311Z | Compiling strum v0.27.2 |
| 1628 | 2026-02-11T22:58:56.435Z | Compiling clap_builder v4.5.48 |
| 1629 | 2026-02-11T22:58:56.609Z | Compiling toml_edit v0.19.15 |
| 1630 | 2026-02-11T22:58:56.701Z | Compiling daft v0.1.4 |
| 1631 | 2026-02-11T22:58:56.768Z | Compiling elliptic-curve v0.13.8 |
| 1632 | 2026-02-11T22:58:56.834Z | Compiling hubpack v0.1.2 |
| 1633 | 2026-02-11T22:58:57.312Z | Compiling cargo_metadata v0.19.2 |
| 1634 | 2026-02-11T22:58:57.442Z | Compiling hyper-tls v0.6.0 |
| 1635 | 2026-02-11T22:58:57.603Z | Compiling cookie_store v0.21.1 |
| 1636 | 2026-02-11T22:58:57.804Z | Compiling signal-hook-mio v0.2.4 |
| 1637 | 2026-02-11T22:58:57.976Z | Compiling zstd v0.13.3 |
| 1638 | 2026-02-11T22:58:59.204Z | Compiling serde_with_macros v3.16.1 |
| 1639 | 2026-02-11T22:59:00.287Z | Compiling postgres-types v0.2.9 |
| 1640 | 2026-02-11T22:59:00.989Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-02-11T22:59:01.317Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-02-11T22:59:01.433Z | Compiling phf v0.11.2 |
| 1643 | 2026-02-11T22:59:01.709Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-02-11T22:59:02.466Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-02-11T22:59:02.595Z | Compiling bzip2 v0.5.2 |
| 1646 | 2026-02-11T22:59:02.639Z | Compiling bzip2 v0.4.4 |
| 1647 | 2026-02-11T22:59:02.964Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-02-11T22:59:03.010Z | Compiling clap_derive v4.5.47 |
| 1649 | 2026-02-11T22:59:03.112Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-02-11T22:59:03.305Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-02-11T22:59:03.466Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-02-11T22:59:03.689Z | Compiling hex v0.4.3 |
| 1653 | 2026-02-11T22:59:03.807Z | Compiling rfc6979 v0.4.0 |
| 1654 | 2026-02-11T22:59:03.991Z | Compiling bstr v1.10.0 |
| 1655 | 2026-02-11T22:59:04.025Z | Compiling serde_repr v0.1.19 |
| 1656 | 2026-02-11T22:59:04.233Z | Compiling float-cmp v0.10.0 |
| 1657 | 2026-02-11T22:59:04.318Z | Compiling env_filter v0.1.2 |
| 1658 | 2026-02-11T22:59:04.498Z | Compiling memmap2 v0.9.8 |
| 1659 | 2026-02-11T22:59:04.889Z | Compiling socket2 v0.5.10 |
| 1660 | 2026-02-11T22:59:04.929Z | Compiling encoding_rs v0.8.34 |
| 1661 | 2026-02-11T22:59:04.954Z | Compiling mime v0.3.17 |
| 1662 | 2026-02-11T22:59:05.313Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-02-11T22:59:05.447Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-02-11T22:59:05.473Z | Compiling rustc-hash v2.1.1 |
| 1665 | 2026-02-11T22:59:05.680Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-02-11T22:59:05.726Z | Compiling jiff v0.2.15 |
| 1667 | 2026-02-11T22:59:05.851Z | Compiling data-encoding v2.9.0 |
| 1668 | 2026-02-11T22:59:06.314Z | Compiling predicates-core v1.0.8 |
| 1669 | 2026-02-11T22:59:06.631Z | Compiling foldhash v0.2.0 |
| 1670 | 2026-02-11T22:59:06.725Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-02-11T22:59:06.949Z | Compiling keccak v0.1.5 |
| 1672 | 2026-02-11T22:59:07.027Z | Compiling new_debug_unreachable v1.0.6 |
| 1673 | 2026-02-11T22:59:07.079Z | Compiling difflib v0.4.0 |
| 1674 | 2026-02-11T22:59:07.169Z | Compiling static_assertions v1.1.0 |
| 1675 | 2026-02-11T22:59:07.300Z | Compiling whoami v1.5.2 |
| 1676 | 2026-02-11T22:59:07.353Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-02-11T22:59:07.832Z | Compiling tokio-postgres v0.7.13 |
| 1678 | 2026-02-11T22:59:08.156Z | Compiling predicates v3.1.3 |
| 1679 | 2026-02-11T22:59:08.228Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1680 | 2026-02-11T22:59:08.278Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-02-11T22:59:08.671Z | Compiling strum v0.26.3 |
| 1682 | 2026-02-11T22:59:08.777Z | Compiling iddqd v0.3.16 |
| 1683 | 2026-02-11T22:59:08.875Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-02-11T22:59:09.508Z | Compiling clap v4.5.48 |
| 1685 | 2026-02-11T22:59:09.639Z | Compiling hickory-proto v0.25.2 |
| 1686 | 2026-02-11T22:59:10.264Z | Compiling petgraph v0.8.2 |
| 1687 | 2026-02-11T22:59:11.124Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-02-11T22:59:12.629Z | Compiling zip v4.2.0 |
| 1689 | 2026-02-11T22:59:14.052Z | Compiling similar v2.7.0 |
| 1690 | 2026-02-11T22:59:14.379Z | Compiling usdt v0.6.0 |
| 1691 | 2026-02-11T22:59:14.509Z | Compiling env_logger v0.11.8 |
| 1692 | 2026-02-11T22:59:14.650Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-02-11T22:59:14.844Z | Compiling serde_with v3.16.1 |
| 1694 | 2026-02-11T22:59:15.067Z | Compiling ecdsa v0.16.9 |
| 1695 | 2026-02-11T22:59:15.209Z | Compiling rsa v0.9.8 |
| 1696 | 2026-02-11T22:59:15.818Z | Compiling zip v0.6.6 |
| 1697 | 2026-02-11T22:59:15.909Z | Compiling ed25519-dalek v2.1.1 |
| 1698 | 2026-02-11T22:59:16.041Z | Compiling toml v0.7.8 |
| 1699 | 2026-02-11T22:59:17.136Z | Compiling crossterm v0.28.1 |
| 1700 | 2026-02-11T22:59:18.098Z | Compiling heck v0.4.1 |
| 1701 | 2026-02-11T22:59:18.279Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-02-11T22:59:18.382Z | Compiling tokio-stream v0.1.17 |
| 1703 | 2026-02-11T22:59:18.510Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1704 | 2026-02-11T22:59:18.768Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-02-11T22:59:18.910Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-02-11T22:59:18.939Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-02-11T22:59:19.306Z | Compiling itertools v0.13.0 |
| 1708 | 2026-02-11T22:59:19.337Z | Compiling itertools v0.10.5 |
| 1709 | 2026-02-11T22:59:19.911Z | Compiling winnow v0.6.26 |
| 1710 | 2026-02-11T22:59:20.270Z | Compiling peg-runtime v0.8.5 |
| 1711 | 2026-02-11T22:59:20.810Z | Compiling lalrpop-util v0.19.12 |
| 1712 | 2026-02-11T22:59:21.165Z | Compiling thread_local v1.1.8 |
| 1713 | 2026-02-11T22:59:21.608Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-02-11T22:59:21.744Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-02-11T22:59:22.000Z | Compiling xattr v1.3.1 |
| 1716 | 2026-02-11T22:59:22.159Z | Compiling futures-executor v0.3.31 |
| 1717 | 2026-02-11T22:59:22.239Z | Compiling filetime v0.2.26 |
| 1718 | 2026-02-11T22:59:22.267Z | Compiling is-terminal v0.4.13 |
| 1719 | 2026-02-11T22:59:22.435Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-02-11T22:59:22.466Z | Compiling term v1.1.0 |
| 1721 | 2026-02-11T22:59:22.632Z | Compiling tar v0.4.44 |
| 1722 | 2026-02-11T22:59:22.659Z | Compiling futures v0.3.31 |
| 1723 | 2026-02-11T22:59:23.250Z | Compiling slog-term v2.9.2 |
| 1724 | 2026-02-11T22:59:26.001Z | Compiling aws-lc-sys v0.26.0 |
| 1725 | 2026-02-11T23:00:03.258Z | Compiling rustls-webpki v0.102.8 |
| 1726 | 2026-02-11T23:00:09.970Z | Compiling tokio-rustls v0.26.0 |
| 1727 | 2026-02-11T23:00:10.328Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-02-11T23:00:10.731Z | Compiling reqwest v0.12.24 |
| 1729 | 2026-02-11T23:00:15.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-02-11T23:00:16.314Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-02-11T23:00:22.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
| 1732 | 2026-02-11T23:00:22.427Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1733 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.026 INFO Starting download, target: Clickhouse |
| 1734 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.027 INFO Starting download, target: Cockroach |
| 1735 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.027 INFO Starting download, target: Console |
| 1736 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.027 INFO Starting download, target: DendriteStub |
| 1737 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.027 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-02-11T23:00:22.503Z | Feb 11 23:00:22.027 INFO Starting download, target: TransceiverControl |
| 1739 | 2026-02-11T23:00:22.527Z | Feb 11 23:00:22.028 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1740 | 2026-02-11T23:00:22.528Z | Feb 11 23:00:22.028 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-02-11T23:00:22.528Z | Feb 11 23:00:22.028 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-02-11T23:00:22.528Z | Feb 11 23:00:22.029 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-02-11T23:00:22.528Z | Feb 11 23:00:22.029 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1744 | 2026-02-11T23:00:22.528Z | Feb 11 23:00:22.029 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1745 | 2026-02-11T23:00:23.259Z | Feb 11 23:00:22.770 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1746 | 2026-02-11T23:00:23.638Z | Feb 11 23:00:23.159 INFO Download complete, target: TransceiverControl |
| 1747 | 2026-02-11T23:00:25.434Z | Feb 11 23:00:24.958 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-02-11T23:00:26.735Z | Feb 11 23:00:26.259 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1749 | 2026-02-11T23:00:27.891Z | Feb 11 23:00:27.415 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-02-11T23:00:28.394Z | Feb 11 23:00:27.917 INFO Download complete, target: Console |
| 1751 | 2026-02-11T23:00:28.608Z | Feb 11 23:00:28.132 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1752 | 2026-02-11T23:00:28.608Z | Feb 11 23:00:28.132 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1753 | 2026-02-11T23:00:29.654Z | Feb 11 23:00:29.178 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-02-11T23:00:31.213Z | Feb 11 23:00:30.737 INFO Download complete, target: DendriteStub |
| 1755 | 2026-02-11T23:00:38.044Z | Feb 11 23:00:37.568 INFO Checking that binary works, target: Cockroach |
| 1756 | 2026-02-11T23:00:38.363Z | Feb 11 23:00:37.887 INFO Download complete, target: Cockroach |
| 1757 | 2026-02-11T23:00:39.953Z | Feb 11 23:00:39.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1758 | 2026-02-11T23:00:52.322Z | Feb 11 23:00:51.846 INFO Checking that binary works, target: Clickhouse |
| 1759 | 2026-02-11T23:00:52.504Z | Feb 11 23:00:52.028 INFO Download complete, target: Clickhouse |
| 1760 | 2026-02-11T23:00:52.528Z | All prerequisites installed successfully |
| 1761 | 2026-02-11T23:00:52.528Z | |
| 1762 | 2026-02-11T23:00:52.528Z | real 8:13.935537012 |
| 1763 | 2026-02-11T23:00:52.528Z | user 19:25.208192428 |
| 1764 | 2026-02-11T23:00:52.528Z | sys 3:02.077320613 |
| 1765 | 2026-02-11T23:00:52.528Z | trap 0.795973249 |
| 1766 | 2026-02-11T23:00:52.528Z | tflt 0.488491958 |
| 1767 | 2026-02-11T23:00:52.528Z | dflt 1.053345461 |
| 1768 | 2026-02-11T23:00:52.528Z | kflt 0.010040078 |
| 1769 | 2026-02-11T23:00:52.528Z | lock 49:59.223036569 |
| 1770 | 2026-02-11T23:00:52.528Z | slp 1:13:42.488738332 |
| 1771 | 2026-02-11T23:00:52.529Z | lat 1:27.017329450 |
| 1772 | 2026-02-11T23:00:52.529Z | stop 3:15.361985280 |
| 1773 | 2026-02-11T23:00:52.529Z | + ptime -m cargo xtask download softnpu |
| 1774 | 2026-02-11T23:00:53.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 1775 | 2026-02-11T23:00:53.766Z | Running `target/debug/xtask download softnpu` |
| 1776 | 2026-02-11T23:00:55.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 1777 | 2026-02-11T23:00:55.333Z | Running `target/debug/xtask-downloader softnpu` |
| 1778 | 2026-02-11T23:00:55.390Z | Feb 11 23:00:54.914 INFO Starting download, target: Softnpu |
| 1779 | 2026-02-11T23:00:55.414Z | Feb 11 23:00:54.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1780 | 2026-02-11T23:00:57.220Z | Feb 11 23:00:56.745 INFO Download complete, target: Softnpu |
| 1781 | 2026-02-11T23:00:57.245Z | |
| 1782 | 2026-02-11T23:00:57.245Z | real 4.703972895 |
| 1783 | 2026-02-11T23:00:57.245Z | user 2.296191101 |
| 1784 | 2026-02-11T23:00:57.245Z | sys 1.395391798 |
| 1785 | 2026-02-11T23:00:57.245Z | trap 0.000757378 |
| 1786 | 2026-02-11T23:00:57.245Z | tflt 0.000085700 |
| 1787 | 2026-02-11T23:00:57.245Z | dflt 0.000154785 |
| 1788 | 2026-02-11T23:00:57.245Z | kflt 0.000000000 |
| 1789 | 2026-02-11T23:00:57.245Z | lock 21.173071840 |
| 1790 | 2026-02-11T23:00:57.245Z | slp 1.536438336 |
| 1791 | 2026-02-11T23:00:57.245Z | lat 0.231757514 |
| 1792 | 2026-02-11T23:00:57.245Z | stop 0.000337190 |
| 1793 | 2026-02-11T23:00:57.245Z | + export CARGO_INCREMENTAL=0 |
| 1794 | 2026-02-11T23:00:57.245Z | + CARGO_INCREMENTAL=0 |
| 1795 | 2026-02-11T23:00:57.245Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1796 | 2026-02-11T23:00:59.057Z | Compiling proc-macro2 v1.0.101 |
| 1797 | 2026-02-11T23:00:59.057Z | Compiling unicode-ident v1.0.19 |
| 1798 | 2026-02-11T23:00:59.057Z | Compiling libc v0.2.180 |
| 1799 | 2026-02-11T23:00:59.081Z | Compiling serde_core v1.0.228 |
| 1800 | 2026-02-11T23:00:59.081Z | Compiling serde v1.0.228 |
| 1801 | 2026-02-11T23:00:59.081Z | Compiling autocfg v1.4.0 |
| 1802 | 2026-02-11T23:00:59.081Z | Compiling cfg-if v1.0.4 |
| 1803 | 2026-02-11T23:00:59.274Z | Compiling version_check v0.9.5 |
| 1804 | 2026-02-11T23:00:59.311Z | Compiling memchr v2.7.4 |
| 1805 | 2026-02-11T23:00:59.335Z | Compiling shlex v1.3.0 |
| 1806 | 2026-02-11T23:00:59.712Z | Compiling value-bag v1.12.0 |
| 1807 | 2026-02-11T23:01:00.049Z | Compiling lock_api v0.4.12 |
| 1808 | 2026-02-11T23:01:00.246Z | Compiling log v0.4.29 |
| 1809 | 2026-02-11T23:01:00.356Z | Compiling zmij v1.0.15 |
| 1810 | 2026-02-11T23:01:00.422Z | Compiling typenum v1.17.0 |
| 1811 | 2026-02-11T23:01:00.858Z | Compiling portable-atomic v1.11.0 |
| 1812 | 2026-02-11T23:01:00.985Z | Compiling serde_json v1.0.149 |
| 1813 | 2026-02-11T23:01:01.233Z | Compiling quote v1.0.40 |
| 1814 | 2026-02-11T23:01:01.320Z | Compiling jobserver v0.1.32 |
| 1815 | 2026-02-11T23:01:01.392Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-02-11T23:01:01.587Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-02-11T23:01:01.776Z | Compiling syn v2.0.114 |
| 1818 | 2026-02-11T23:01:01.800Z | Compiling cc v1.2.30 |
| 1819 | 2026-02-11T23:01:01.849Z | Compiling libm v0.2.8 |
| 1820 | 2026-02-11T23:01:02.085Z | Compiling num-traits v0.2.19 |
| 1821 | 2026-02-11T23:01:02.242Z | Compiling scopeguard v1.2.0 |
| 1822 | 2026-02-11T23:01:02.358Z | Compiling parking_lot_core v0.9.10 |
| 1823 | 2026-02-11T23:01:02.472Z | Compiling smallvec v1.15.1 |
| 1824 | 2026-02-11T23:01:02.763Z | Compiling regex-syntax v0.8.5 |
| 1825 | 2026-02-11T23:01:02.949Z | Compiling itoa v1.0.11 |
| 1826 | 2026-02-11T23:01:03.644Z | Compiling getrandom v0.2.15 |
| 1827 | 2026-02-11T23:01:03.790Z | Compiling pkg-config v0.3.31 |
| 1828 | 2026-02-11T23:01:04.013Z | Compiling thiserror v2.0.18 |
| 1829 | 2026-02-11T23:01:04.211Z | Compiling aho-corasick v1.1.3 |
| 1830 | 2026-02-11T23:01:04.302Z | Compiling rustix v0.38.37 |
| 1831 | 2026-02-11T23:01:04.809Z | Compiling errno v0.3.12 |
| 1832 | 2026-02-11T23:01:04.841Z | Compiling stable_deref_trait v1.2.0 |
| 1833 | 2026-02-11T23:01:04.970Z | Compiling either v1.15.0 |
| 1834 | 2026-02-11T23:01:05.047Z | Compiling spin v0.9.8 |
| 1835 | 2026-02-11T23:01:05.183Z | Compiling slab v0.4.9 |
| 1836 | 2026-02-11T23:01:05.274Z | Compiling allocator-api2 v0.2.21 |
| 1837 | 2026-02-11T23:01:05.444Z | Compiling equivalent v1.0.2 |
| 1838 | 2026-02-11T23:01:05.530Z | Compiling semver v1.0.27 |
| 1839 | 2026-02-11T23:01:05.620Z | Compiling lazy_static v1.5.0 |
| 1840 | 2026-02-11T23:01:06.082Z | Compiling regex-automata v0.4.11 |
| 1841 | 2026-02-11T23:01:06.297Z | Compiling schemars v0.8.22 |
| 1842 | 2026-02-11T23:01:07.326Z | Compiling rand_core v0.6.4 |
| 1843 | 2026-02-11T23:01:08.109Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-02-11T23:01:08.227Z | Compiling critical-section v1.1.3 |
| 1845 | 2026-02-11T23:01:08.435Z | Compiling once_cell v1.21.3 |
| 1846 | 2026-02-11T23:01:08.650Z | Compiling synstructure v0.13.1 |
| 1847 | 2026-02-11T23:01:08.675Z | Compiling serde_derive_internals v0.29.1 |
| 1848 | 2026-02-11T23:01:09.366Z | Compiling subtle v2.6.1 |
| 1849 | 2026-02-11T23:01:09.598Z | Compiling litemap v0.7.3 |
| 1850 | 2026-02-11T23:01:09.810Z | Compiling glob v0.3.2 |
| 1851 | 2026-02-11T23:01:09.834Z | Compiling writeable v0.5.5 |
| 1852 | 2026-02-11T23:01:10.163Z | Compiling pin-project-lite v0.2.14 |
| 1853 | 2026-02-11T23:01:10.328Z | Compiling prettyplease v0.2.36 |
| 1854 | 2026-02-11T23:01:10.413Z | Compiling percent-encoding v2.3.2 |
| 1855 | 2026-02-11T23:01:10.476Z | Compiling clang-sys v1.8.1 |
| 1856 | 2026-02-11T23:01:10.833Z | Compiling minimal-lexical v0.2.1 |
| 1857 | 2026-02-11T23:01:10.964Z | Compiling fnv v1.0.7 |
| 1858 | 2026-02-11T23:01:10.997Z | Compiling icu_locid_transform_data v1.5.0 |
| 1859 | 2026-02-11T23:01:11.331Z | Compiling nom v7.1.3 |
| 1860 | 2026-02-11T23:01:11.356Z | Compiling libloading v0.8.5 |
| 1861 | 2026-02-11T23:01:11.416Z | Compiling regex v1.11.3 |
| 1862 | 2026-02-11T23:01:11.724Z | Compiling home v0.5.9 |
| 1863 | 2026-02-11T23:01:11.799Z | Compiling serde_derive v1.0.228 |
| 1864 | 2026-02-11T23:01:11.954Z | Compiling zeroize_derive v1.4.2 |
| 1865 | 2026-02-11T23:01:11.978Z | Compiling zerofrom-derive v0.1.4 |
| 1866 | 2026-02-11T23:01:12.144Z | Compiling yoke-derive v0.7.4 |
| 1867 | 2026-02-11T23:01:12.333Z | Compiling zerovec-derive v0.10.3 |
| 1868 | 2026-02-11T23:01:12.414Z | Compiling displaydoc v0.2.5 |
| 1869 | 2026-02-11T23:01:13.081Z | Compiling icu_provider_macros v1.5.0 |
| 1870 | 2026-02-11T23:01:13.693Z | Compiling tokio-macros v2.6.0 |
| 1871 | 2026-02-11T23:01:13.957Z | Compiling zeroize v1.8.1 |
| 1872 | 2026-02-11T23:01:14.143Z | Compiling thiserror-impl v2.0.18 |
| 1873 | 2026-02-11T23:01:14.386Z | Compiling zerocopy-derive v0.7.35 |
| 1874 | 2026-02-11T23:01:14.469Z | Compiling zerofrom v0.1.4 |
| 1875 | 2026-02-11T23:01:14.510Z | Compiling futures-macro v0.3.31 |
| 1876 | 2026-02-11T23:01:14.545Z | Compiling schemars_derive v0.8.22 |
| 1877 | 2026-02-11T23:01:14.744Z | Compiling yoke v0.7.4 |
| 1878 | 2026-02-11T23:01:15.147Z | Compiling zerovec v0.10.4 |
| 1879 | 2026-02-11T23:01:16.001Z | Compiling bindgen v0.69.5 |
| 1880 | 2026-02-11T23:01:16.106Z | Compiling icu_properties_data v1.5.0 |
| 1881 | 2026-02-11T23:01:16.409Z | Compiling cexpr v0.6.0 |
| 1882 | 2026-02-11T23:01:17.365Z | Compiling itertools v0.12.1 |
| 1883 | 2026-02-11T23:01:17.873Z | Compiling tinystr v0.7.6 |
| 1884 | 2026-02-11T23:01:18.264Z | Compiling icu_locid v1.5.0 |
| 1885 | 2026-02-11T23:01:18.312Z | Compiling icu_collections v1.5.0 |
| 1886 | 2026-02-11T23:01:18.500Z | Compiling write16 v1.0.0 |
| 1887 | 2026-02-11T23:01:18.665Z | Compiling paste v1.0.15 |
| 1888 | 2026-02-11T23:01:19.096Z | Compiling bitflags v2.9.4 |
| 1889 | 2026-02-11T23:01:19.155Z | Compiling bytes v1.11.1 |
| 1890 | 2026-02-11T23:01:20.247Z | Compiling icu_provider v1.5.0 |
| 1891 | 2026-02-11T23:01:20.351Z | Compiling rustc-hash v1.1.0 |
| 1892 | 2026-02-11T23:01:20.540Z | Compiling utf8_iter v1.0.4 |
| 1893 | 2026-02-11T23:01:20.618Z | Compiling lazycell v1.3.0 |
| 1894 | 2026-02-11T23:01:20.831Z | Compiling icu_normalizer_data v1.5.0 |
| 1895 | 2026-02-11T23:01:20.886Z | Compiling heck v0.5.0 |
| 1896 | 2026-02-11T23:01:20.911Z | Compiling utf16_iter v1.0.5 |
| 1897 | 2026-02-11T23:01:21.166Z | Compiling cmake v0.1.51 |
| 1898 | 2026-02-11T23:01:21.214Z | Compiling icu_locid_transform v1.5.0 |
| 1899 | 2026-02-11T23:01:21.340Z | Compiling signal-hook-registry v1.4.2 |
| 1900 | 2026-02-11T23:01:21.956Z | Compiling dunce v1.0.5 |
| 1901 | 2026-02-11T23:01:22.000Z | Compiling fs_extra v1.3.0 |
| 1902 | 2026-02-11T23:01:22.118Z | Compiling parking_lot v0.12.3 |
| 1903 | 2026-02-11T23:01:22.815Z | Compiling icu_properties v1.5.1 |
| 1904 | 2026-02-11T23:01:22.933Z | Compiling crypto-common v0.1.6 |
| 1905 | 2026-02-11T23:01:23.184Z | Compiling which v4.4.2 |
| 1906 | 2026-02-11T23:01:23.434Z | Compiling hashbrown v0.16.1 |
| 1907 | 2026-02-11T23:01:23.952Z | Compiling mio v1.0.2 |
| 1908 | 2026-02-11T23:01:25.241Z | Compiling form_urlencoded v1.2.2 |
| 1909 | 2026-02-11T23:01:25.368Z | Compiling rustversion v1.0.22 |
| 1910 | 2026-02-11T23:01:25.591Z | Compiling const-oid v0.9.6 |
| 1911 | 2026-02-11T23:01:26.075Z | Compiling indexmap v2.13.0 |
| 1912 | 2026-02-11T23:01:26.135Z | Compiling socket2 v0.6.1 |
| 1913 | 2026-02-11T23:01:26.725Z | Compiling icu_normalizer v1.5.0 |
| 1914 | 2026-02-11T23:01:27.590Z | Compiling tokio v1.49.0 |
| 1915 | 2026-02-11T23:01:27.765Z | Compiling idna_adapter v1.2.0 |
| 1916 | 2026-02-11T23:01:28.023Z | Compiling idna v1.0.3 |
| 1917 | 2026-02-11T23:01:28.819Z | Compiling url v2.5.4 |
| 1918 | 2026-02-11T23:01:28.954Z | Compiling ring v0.17.14 |
| 1919 | 2026-02-11T23:01:29.272Z | Compiling zerocopy v0.8.27 |
| 1920 | 2026-02-11T23:01:29.859Z | Compiling block-buffer v0.10.4 |
| 1921 | 2026-02-11T23:01:29.928Z | Compiling der_derive v0.7.3 |
| 1922 | 2026-02-11T23:01:30.150Z | Compiling tracing-attributes v0.1.27 |
| 1923 | 2026-02-11T23:01:31.670Z | Compiling vcpkg v0.2.15 |
| 1924 | 2026-02-11T23:01:31.837Z | Compiling aws-lc-rs v1.12.4 |
| 1925 | 2026-02-11T23:01:32.230Z | Compiling thiserror v1.0.69 |
| 1926 | 2026-02-11T23:01:32.981Z | Compiling openssl-sys v0.9.109 |
| 1927 | 2026-02-11T23:01:33.013Z | Compiling digest v0.10.7 |
| 1928 | 2026-02-11T23:01:33.415Z | Compiling zerocopy-derive v0.8.27 |
| 1929 | 2026-02-11T23:01:33.762Z | Compiling futures-core v0.3.31 |
| 1930 | 2026-02-11T23:01:33.822Z | Compiling strsim v0.11.1 |
| 1931 | 2026-02-11T23:01:33.935Z | Compiling zerocopy v0.7.35 |
| 1932 | 2026-02-11T23:01:34.303Z | Compiling thiserror-impl v1.0.69 |
| 1933 | 2026-02-11T23:01:34.364Z | Compiling aws-lc-sys v0.26.0 |
| 1934 | 2026-02-11T23:01:34.412Z | Compiling ucd-trie v0.1.7 |
| 1935 | 2026-02-11T23:01:34.538Z | Compiling iana-time-zone v0.1.63 |
| 1936 | 2026-02-11T23:01:34.836Z | Compiling chrono v0.4.43 |
| 1937 | 2026-02-11T23:01:35.249Z | Compiling pest v2.8.2 |
| 1938 | 2026-02-11T23:01:35.585Z | Compiling serde_tokenstream v0.2.2 |
| 1939 | 2026-02-11T23:01:35.797Z | Compiling uuid v1.19.0 |
| 1940 | 2026-02-11T23:01:36.082Z | Compiling ident_case v1.0.1 |
| 1941 | 2026-02-11T23:01:36.159Z | Compiling foldhash v0.1.5 |
| 1942 | 2026-02-11T23:01:36.297Z | Compiling httparse v1.9.5 |
| 1943 | 2026-02-11T23:01:36.534Z | Compiling hashbrown v0.15.4 |
| 1944 | 2026-02-11T23:01:37.849Z | Compiling rustix v1.1.3 |
| 1945 | 2026-02-11T23:01:38.527Z | Compiling pest_meta v2.8.2 |
| 1946 | 2026-02-11T23:01:38.781Z | Compiling syn v1.0.109 |
| 1947 | 2026-02-11T23:01:39.694Z | Compiling time-core v0.1.6 |
| 1948 | 2026-02-11T23:01:40.007Z | Compiling pest_generator v2.8.2 |
| 1949 | 2026-02-11T23:01:40.081Z | Compiling num-conv v0.1.0 |
| 1950 | 2026-02-11T23:01:40.116Z | Compiling futures-sink v0.3.31 |
| 1951 | 2026-02-11T23:01:40.304Z | Compiling futures-channel v0.3.31 |
| 1952 | 2026-02-11T23:01:40.381Z | Compiling time-macros v0.2.24 |
| 1953 | 2026-02-11T23:01:41.487Z | Compiling rustc_version v0.4.1 |
| 1954 | 2026-02-11T23:01:41.678Z | Compiling pest_derive v2.8.2 |
| 1955 | 2026-02-11T23:01:42.003Z | Compiling openssl v0.10.73 |
| 1956 | 2026-02-11T23:01:42.259Z | Compiling futures-task v0.3.31 |
| 1957 | 2026-02-11T23:01:42.366Z | Compiling futures-io v0.3.31 |
| 1958 | 2026-02-11T23:01:42.413Z | Compiling dyn-clone v1.0.20 |
| 1959 | 2026-02-11T23:01:42.580Z | Compiling cpufeatures v0.2.14 |
| 1960 | 2026-02-11T23:01:42.644Z | Compiling pin-utils v0.1.0 |
| 1961 | 2026-02-11T23:01:42.720Z | Compiling hmac v0.12.1 |
| 1962 | 2026-02-11T23:01:42.774Z | Compiling futures-util v0.3.31 |
| 1963 | 2026-02-11T23:01:42.979Z | Compiling plain v0.2.3 |
| 1964 | 2026-02-11T23:01:43.206Z | Compiling block-padding v0.3.3 |
| 1965 | 2026-02-11T23:01:43.456Z | Compiling openssl-macros v0.1.1 |
| 1966 | 2026-02-11T23:01:44.071Z | Compiling crossbeam-utils v0.8.21 |
| 1967 | 2026-02-11T23:01:44.470Z | Compiling native-tls v0.2.12 |
| 1968 | 2026-02-11T23:01:44.534Z | Compiling rustls v0.23.19 |
| 1969 | 2026-02-11T23:01:44.811Z | Compiling inout v0.1.3 |
| 1970 | 2026-02-11T23:01:44.850Z | Compiling ppv-lite86 v0.2.20 |
| 1971 | 2026-02-11T23:01:46.119Z | Compiling pretty-hex v0.4.1 |
| 1972 | 2026-02-11T23:01:46.368Z | Compiling cipher v0.4.4 |
| 1973 | 2026-02-11T23:01:46.572Z | Compiling sha2 v0.10.9 |
| 1974 | 2026-02-11T23:01:46.825Z | Compiling http v1.4.0 |
| 1975 | 2026-02-11T23:01:47.258Z | Compiling scroll_derive v0.13.1 |
| 1976 | 2026-02-11T23:01:48.721Z | Compiling scroll_derive v0.12.0 |
| 1977 | 2026-02-11T23:01:48.765Z | Compiling cookie v0.18.1 |
| 1978 | 2026-02-11T23:01:49.068Z | Compiling base64ct v1.6.0 |
| 1979 | 2026-02-11T23:01:49.530Z | Compiling anyhow v1.0.99 |
| 1980 | 2026-02-11T23:01:49.630Z | Compiling pem-rfc7468 v0.7.0 |
| 1981 | 2026-02-11T23:01:50.048Z | Compiling darling_core v0.21.0 |
| 1982 | 2026-02-11T23:01:50.135Z | Compiling slog v2.8.2 |
| 1983 | 2026-02-11T23:01:51.513Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1984 | 2026-02-11T23:01:51.639Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1985 | 2026-02-11T23:01:51.973Z | Compiling flagset v0.4.6 |
| 1986 | 2026-02-11T23:01:52.274Z | Compiling der v0.7.10 |
| 1987 | 2026-02-11T23:01:54.302Z | Compiling serde_spanned v0.6.9 |
| 1988 | 2026-02-11T23:01:54.571Z | Compiling toml_datetime v0.6.11 |
| 1989 | 2026-02-11T23:01:54.650Z | Compiling rand_core v0.9.3 |
| 1990 | 2026-02-11T23:01:54.984Z | Compiling tracing-core v0.1.32 |
| 1991 | 2026-02-11T23:01:55.011Z | Compiling darling_macro v0.21.0 |
| 1992 | 2026-02-11T23:01:55.045Z | Compiling rustls-pki-types v1.10.0 |
| 1993 | 2026-02-11T23:01:55.073Z | Compiling spki v0.7.3 |
| 1994 | 2026-02-11T23:01:55.448Z | Compiling salsa20 v0.10.2 |
| 1995 | 2026-02-11T23:01:55.603Z | Compiling pbkdf2 v0.12.2 |
| 1996 | 2026-02-11T23:01:55.936Z | Compiling darling v0.21.0 |
| 1997 | 2026-02-11T23:01:56.065Z | Compiling tracing v0.1.40 |
| 1998 | 2026-02-11T23:01:56.356Z | Compiling winnow v0.5.40 |
| 1999 | 2026-02-11T23:01:56.759Z | Compiling base64 v0.22.1 |
| 2000 | 2026-02-11T23:01:56.863Z | Compiling camino v1.2.2 |
| 2001 | 2026-02-11T23:01:57.164Z | Compiling litrs v0.4.1 |
| 2002 | 2026-02-11T23:01:58.073Z | Compiling document-features v0.2.11 |
| 2003 | 2026-02-11T23:01:58.097Z | Compiling scrypt v0.11.0 |
| 2004 | 2026-02-11T23:01:58.588Z | Compiling rand_chacha v0.9.0 |
| 2005 | 2026-02-11T23:01:58.789Z | Compiling tokio-util v0.7.15 |
| 2006 | 2026-02-11T23:01:59.057Z | Compiling cbc v0.1.2 |
| 2007 | 2026-02-11T23:01:59.289Z | Compiling aes v0.8.4 |
| 2008 | 2026-02-11T23:01:59.685Z | Compiling toml_edit v0.19.15 |
| 2009 | 2026-02-11T23:02:02.103Z | Compiling usdt-impl v0.5.0 |
| 2010 | 2026-02-11T23:02:02.127Z | Compiling usdt-impl v0.6.0 |
| 2011 | 2026-02-11T23:02:02.458Z | Compiling ref-cast v1.0.25 |
| 2012 | 2026-02-11T23:02:02.483Z | Compiling powerfmt v0.2.0 |
| 2013 | 2026-02-11T23:02:02.934Z | Compiling untrusted v0.7.1 |
| 2014 | 2026-02-11T23:02:02.966Z | Compiling untrusted v0.9.0 |
| 2015 | 2026-02-11T23:02:03.007Z | Compiling deranged v0.5.3 |
| 2016 | 2026-02-11T23:02:03.404Z | Compiling pkcs5 v0.7.1 |
| 2017 | 2026-02-11T23:02:04.353Z | Compiling rand v0.9.2 |
| 2018 | 2026-02-11T23:02:06.107Z | Compiling http-body v1.0.1 |
| 2019 | 2026-02-11T23:02:06.385Z | Compiling scroll v0.12.0 |
| 2020 | 2026-02-11T23:02:06.958Z | Compiling scroll v0.13.0 |
| 2021 | 2026-02-11T23:02:07.032Z | Compiling heapless v0.7.17 |
| 2022 | 2026-02-11T23:02:07.521Z | Compiling atomic-waker v1.1.2 |
| 2023 | 2026-02-11T23:02:07.774Z | Compiling zstd-safe v7.2.3 |
| 2024 | 2026-02-11T23:02:07.982Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-02-11T23:02:08.006Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2026-02-11T23:02:08.127Z | Compiling adler2 v2.0.0 |
| 2027 | 2026-02-11T23:02:08.401Z | Compiling signal-hook v0.3.18 |
| 2028 | 2026-02-11T23:02:08.494Z | Compiling miniz_oxide v0.8.5 |
| 2029 | 2026-02-11T23:02:08.715Z | Compiling time v0.3.43 |
| 2030 | 2026-02-11T23:02:10.296Z | Compiling goblin v0.10.2 |
| 2031 | 2026-02-11T23:02:11.352Z | Compiling goblin v0.8.2 |
| 2032 | 2026-02-11T23:02:11.923Z | Compiling pkcs8 v0.10.2 |
| 2033 | 2026-02-11T23:02:12.827Z | Compiling ipnetwork v0.21.1 |
| 2034 | 2026-02-11T23:02:15.100Z | Compiling darling_core v0.20.10 |
| 2035 | 2026-02-11T23:02:16.286Z | Compiling ref-cast-impl v1.0.25 |
| 2036 | 2026-02-11T23:02:17.348Z | Compiling memoffset v0.9.1 |
| 2037 | 2026-02-11T23:02:18.564Z | Compiling tower-layer v0.3.3 |
| 2038 | 2026-02-11T23:02:19.046Z | Compiling tinyvec_macros v0.1.1 |
| 2039 | 2026-02-11T23:02:19.164Z | Compiling try-lock v0.2.5 |
| 2040 | 2026-02-11T23:02:19.360Z | Compiling tower-service v0.3.3 |
| 2041 | 2026-02-11T23:02:19.561Z | Compiling want v0.3.1 |
| 2042 | 2026-02-11T23:02:19.876Z | Compiling tinyvec v1.8.0 |
| 2043 | 2026-02-11T23:02:19.901Z | Compiling darling_macro v0.20.10 |
| 2044 | 2026-02-11T23:02:20.085Z | Compiling dof v0.4.0 |
| 2045 | 2026-02-11T23:02:20.207Z | Compiling dof v0.3.0 |
| 2046 | 2026-02-11T23:02:21.779Z | Compiling h2 v0.4.6 |
| 2047 | 2026-02-11T23:02:22.052Z | Compiling dtrace-parser v0.2.0 |
| 2048 | 2026-02-11T23:02:23.137Z | Compiling dtrace-parser v0.3.0 |
| 2049 | 2026-02-11T23:02:23.460Z | Compiling curve25519-dalek v4.1.3 |
| 2050 | 2026-02-11T23:02:23.983Z | Compiling ipnet v2.11.0 |
| 2051 | 2026-02-11T23:02:24.008Z | Compiling async-trait v0.1.89 |
| 2052 | 2026-02-11T23:02:24.571Z | Compiling daft-derive v0.1.4 |
| 2053 | 2026-02-11T23:02:25.969Z | Compiling thread-id v4.2.2 |
| 2054 | 2026-02-11T23:02:25.998Z | Compiling thread-id v5.0.0 |
| 2055 | 2026-02-11T23:02:26.132Z | Compiling ryu v1.0.18 |
| 2056 | 2026-02-11T23:02:26.165Z | Compiling openssl-probe v0.1.5 |
| 2057 | 2026-02-11T23:02:26.721Z | Compiling foreign-types-shared v0.1.1 |
| 2058 | 2026-02-11T23:02:26.886Z | Compiling httpdate v1.0.3 |
| 2059 | 2026-02-11T23:02:26.924Z | Compiling smoltcp v0.9.1 |
| 2060 | 2026-02-11T23:02:27.488Z | Compiling num-bigint-dig v0.8.6 |
| 2061 | 2026-02-11T23:02:27.514Z | Compiling fastrand v2.1.1 |
| 2062 | 2026-02-11T23:02:27.668Z | Compiling foreign-types v0.3.2 |
| 2063 | 2026-02-11T23:02:27.926Z | Compiling tempfile v3.24.0 |
| 2064 | 2026-02-11T23:02:30.012Z | Compiling hyper v1.8.1 |
| 2065 | 2026-02-11T23:02:34.106Z | Compiling darling v0.20.10 |
| 2066 | 2026-02-11T23:02:36.816Z | Compiling strum_macros v0.26.4 |
| 2067 | 2026-02-11T23:02:39.002Z | Compiling wait-timeout v0.2.0 |
| 2068 | 2026-02-11T23:02:39.440Z | Compiling gimli v0.31.1 |
| 2069 | 2026-02-11T23:02:40.036Z | Compiling bit-vec v0.8.0 |
| 2070 | 2026-02-11T23:02:40.363Z | Compiling anstyle v1.0.11 |
| 2071 | 2026-02-11T23:02:40.516Z | Compiling utf8parse v0.2.2 |
| 2072 | 2026-02-11T23:02:41.205Z | Compiling quick-error v1.2.3 |
| 2073 | 2026-02-11T23:02:41.924Z | Compiling rusty-fork v0.3.0 |
| 2074 | 2026-02-11T23:02:44.042Z | Compiling addr2line v0.24.2 |
| 2075 | 2026-02-11T23:02:45.043Z | Compiling anstyle-parse v0.2.5 |
| 2076 | 2026-02-11T23:02:45.152Z | Compiling bit-set v0.8.0 |
| 2077 | 2026-02-11T23:02:47.918Z | Compiling derive_builder_core v0.20.2 |
| 2078 | 2026-02-11T23:02:48.031Z | Compiling hyper-util v0.1.19 |
| 2079 | 2026-02-11T23:02:48.802Z | Compiling unicode-normalization v0.1.24 |
| 2080 | 2026-02-11T23:02:49.659Z | Compiling nix v0.29.0 |
| 2081 | 2026-02-11T23:02:50.608Z | Compiling rand_xorshift v0.4.0 |
| 2082 | 2026-02-11T23:02:50.877Z | Compiling hubpack_derive v0.1.1 |
| 2083 | 2026-02-11T23:02:51.714Z | Compiling signature v2.2.0 |
| 2084 | 2026-02-11T23:02:51.995Z | Compiling openapiv3 v2.2.0 |
| 2085 | 2026-02-11T23:02:52.095Z | Compiling strum_macros v0.27.2 |
| 2086 | 2026-02-11T23:02:53.112Z | Compiling erased-serde v0.3.31 |
| 2087 | 2026-02-11T23:02:54.630Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2088 | 2026-02-11T23:02:55.625Z | Compiling object v0.36.5 |
| 2089 | 2026-02-11T23:02:56.008Z | Compiling fs-err v3.1.1 |
| 2090 | 2026-02-11T23:02:56.374Z | Compiling ahash v0.8.12 |
| 2091 | 2026-02-11T23:02:56.741Z | Compiling crc32fast v1.4.2 |
| 2092 | 2026-02-11T23:02:57.066Z | Compiling unarray v0.1.4 |
| 2093 | 2026-02-11T23:02:57.260Z | Compiling is_terminal_polyfill v1.70.1 |
| 2094 | 2026-02-11T23:02:57.422Z | Compiling unicode-bidi v0.3.17 |
| 2095 | 2026-02-11T23:02:58.372Z | Compiling zlib-rs v0.5.1 |
| 2096 | 2026-02-11T23:02:59.883Z | Compiling buf-list v1.0.3 |
| 2097 | 2026-02-11T23:03:00.465Z | Compiling unicode-segmentation v1.12.0 |
| 2098 | 2026-02-11T23:03:01.062Z | Compiling colorchoice v1.0.2 |
| 2099 | 2026-02-11T23:03:01.301Z | Compiling rustc-demangle v0.1.24 |
| 2100 | 2026-02-11T23:03:01.433Z | Compiling siphasher v0.3.11 |
| 2101 | 2026-02-11T23:03:02.094Z | Compiling anstyle-query v1.1.1 |
| 2102 | 2026-02-11T23:03:02.474Z | Compiling unicode-properties v0.1.3 |
| 2103 | 2026-02-11T23:03:02.873Z | Compiling stringprep v0.1.5 |
| 2104 | 2026-02-11T23:03:02.972Z | Compiling backtrace v0.3.74 |
| 2105 | 2026-02-11T23:03:03.528Z | Compiling libz-rs-sys v0.5.1 |
| 2106 | 2026-02-11T23:03:03.659Z | Compiling anstream v0.6.18 |
| 2107 | 2026-02-11T23:03:03.936Z | Compiling phf_shared v0.11.2 |
| 2108 | 2026-02-11T23:03:04.312Z | Compiling proptest v1.7.0 |
| 2109 | 2026-02-11T23:03:08.654Z | Compiling derive_builder_macro v0.20.2 |
| 2110 | 2026-02-11T23:03:11.335Z | Compiling usdt-attr-macro v0.6.0 |
| 2111 | 2026-02-11T23:03:11.360Z | Compiling usdt-macro v0.6.0 |
| 2112 | 2026-02-11T23:03:12.242Z | Compiling rustls-webpki v0.102.8 |
| 2113 | 2026-02-11T23:03:12.599Z | Compiling oxnet v0.1.4 |
| 2114 | 2026-02-11T23:03:12.761Z | Compiling http-body-util v0.1.3 |
| 2115 | 2026-02-11T23:03:13.464Z | Compiling rand_chacha v0.3.1 |
| 2116 | 2026-02-11T23:03:13.558Z | Compiling sync_wrapper v1.0.1 |
| 2117 | 2026-02-11T23:03:13.749Z | Compiling md-5 v0.10.6 |
| 2118 | 2026-02-11T23:03:13.885Z | Compiling vergen-lib v0.1.6 |
| 2119 | 2026-02-11T23:03:14.022Z | Compiling num-integer v0.1.46 |
| 2120 | 2026-02-11T23:03:14.211Z | Compiling ff v0.13.0 |
| 2121 | 2026-02-11T23:03:14.236Z | Compiling hash32 v0.2.1 |
| 2122 | 2026-02-11T23:03:14.260Z | Compiling encoding_rs v0.8.34 |
| 2123 | 2026-02-11T23:03:14.458Z | Compiling psl-types v2.0.11 |
| 2124 | 2026-02-11T23:03:14.649Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-02-11T23:03:14.681Z | Compiling fallible-iterator v0.2.0 |
| 2126 | 2026-02-11T23:03:14.876Z | Compiling mime v0.3.17 |
| 2127 | 2026-02-11T23:03:15.350Z | Compiling postgres-protocol v0.6.8 |
| 2128 | 2026-02-11T23:03:15.511Z | Compiling serde_urlencoded v0.7.1 |
| 2129 | 2026-02-11T23:03:15.803Z | Compiling sec1 v0.7.3 |
| 2130 | 2026-02-11T23:03:15.842Z | Compiling publicsuffix v2.3.0 |
| 2131 | 2026-02-11T23:03:16.391Z | Compiling num-iter v0.1.45 |
| 2132 | 2026-02-11T23:03:16.440Z | Compiling group v0.13.0 |
| 2133 | 2026-02-11T23:03:16.646Z | Compiling rand v0.8.5 |
| 2134 | 2026-02-11T23:03:16.772Z | Compiling tower v0.5.2 |
| 2135 | 2026-02-11T23:03:19.367Z | Compiling derive_builder v0.20.2 |
| 2136 | 2026-02-11T23:03:19.450Z | Compiling newtype-uuid v1.3.2 |
| 2137 | 2026-02-11T23:03:19.609Z | Compiling tokio-native-tls v0.3.1 |
| 2138 | 2026-02-11T23:03:19.943Z | Compiling tokio-rustls v0.26.0 |
| 2139 | 2026-02-11T23:03:20.418Z | Compiling flate2 v1.1.2 |
| 2140 | 2026-02-11T23:03:20.467Z | Compiling heck v0.4.1 |
| 2141 | 2026-02-11T23:03:20.874Z | Compiling rustls-native-certs v0.8.1 |
| 2142 | 2026-02-11T23:03:21.391Z | Compiling webpki-roots v1.0.1 |
| 2143 | 2026-02-11T23:03:21.753Z | Compiling serde_with_macros v3.16.1 |
| 2144 | 2026-02-11T23:03:22.155Z | Compiling hkdf v0.12.4 |
| 2145 | 2026-02-11T23:03:22.300Z | Compiling regress v0.10.4 |
| 2146 | 2026-02-11T23:03:22.324Z | Compiling vergen v9.0.6 |
| 2147 | 2026-02-11T23:03:22.428Z | Compiling terminal_size v0.4.0 |
| 2148 | 2026-02-11T23:03:22.667Z | Compiling clap_derive v4.5.47 |
| 2149 | 2026-02-11T23:03:22.692Z | Compiling enum-as-inner v0.6.1 |
| 2150 | 2026-02-11T23:03:23.853Z | Compiling cargo-platform v0.1.8 |
| 2151 | 2026-02-11T23:03:23.997Z | Compiling crypto-bigint v0.5.5 |
| 2152 | 2026-02-11T23:03:24.026Z | Compiling serde_repr v0.1.19 |
| 2153 | 2026-02-11T23:03:24.769Z | Compiling simd-adler32 v0.3.7 |
| 2154 | 2026-02-11T23:03:24.916Z | Compiling bumpalo v3.16.0 |
| 2155 | 2026-02-11T23:03:25.248Z | Compiling clap_lex v0.7.4 |
| 2156 | 2026-02-11T23:03:25.273Z | Compiling bitflags v1.3.2 |
| 2157 | 2026-02-11T23:03:25.491Z | Compiling winnow v0.7.14 |
| 2158 | 2026-02-11T23:03:25.694Z | Compiling managed v0.8.0 |
| 2159 | 2026-02-11T23:03:26.105Z | Compiling lockfree-object-pool v0.1.6 |
| 2160 | 2026-02-11T23:03:26.443Z | Compiling iri-string v0.7.8 |
| 2161 | 2026-02-11T23:03:27.221Z | Compiling elliptic-curve v0.13.8 |
| 2162 | 2026-02-11T23:03:27.942Z | Compiling zopfli v0.8.1 |
| 2163 | 2026-02-11T23:03:28.676Z | Compiling typify-impl v0.4.3 |
| 2164 | 2026-02-11T23:03:29.191Z | Compiling clap_builder v4.5.48 |
| 2165 | 2026-02-11T23:03:29.468Z | Compiling tower-http v0.6.6 |
| 2166 | 2026-02-11T23:03:29.839Z | Compiling cargo_metadata v0.19.2 |
| 2167 | 2026-02-11T23:03:32.484Z | Compiling hyper-tls v0.6.0 |
| 2168 | 2026-02-11T23:03:32.695Z | Compiling hyper-rustls v0.27.7 |
| 2169 | 2026-02-11T23:03:33.280Z | Compiling daft v0.1.4 |
| 2170 | 2026-02-11T23:03:33.799Z | Compiling zstd v0.13.3 |
| 2171 | 2026-02-11T23:03:33.990Z | Compiling signal-hook-mio v0.2.4 |
| 2172 | 2026-02-11T23:03:34.331Z | Compiling cookie_store v0.21.1 |
| 2173 | 2026-02-11T23:03:35.068Z | Compiling postgres-types v0.2.9 |
| 2174 | 2026-02-11T23:03:36.184Z | Compiling phf v0.11.2 |
| 2175 | 2026-02-11T23:03:36.564Z | Compiling strum v0.27.2 |
| 2176 | 2026-02-11T23:03:36.729Z | Compiling ed25519 v2.2.3 |
| 2177 | 2026-02-11T23:03:36.774Z | Compiling hubpack v0.1.2 |
| 2178 | 2026-02-11T23:03:37.256Z | Compiling bzip2 v0.5.2 |
| 2179 | 2026-02-11T23:03:37.283Z | Compiling bzip2 v0.4.4 |
| 2180 | 2026-02-11T23:03:37.320Z | Compiling crossbeam-epoch v0.9.18 |
| 2181 | 2026-02-11T23:03:37.651Z | Compiling pkcs1 v0.7.5 |
| 2182 | 2026-02-11T23:03:38.278Z | Compiling rfc6979 v0.4.0 |
| 2183 | 2026-02-11T23:03:38.389Z | Compiling float-cmp v0.10.0 |
| 2184 | 2026-02-11T23:03:38.482Z | Compiling serde-big-array v0.5.1 |
| 2185 | 2026-02-11T23:03:38.507Z | Compiling hex v0.4.3 |
| 2186 | 2026-02-11T23:03:38.537Z | Compiling bstr v1.10.0 |
| 2187 | 2026-02-11T23:03:38.651Z | Compiling memmap2 v0.9.8 |
| 2188 | 2026-02-11T23:03:38.759Z | Compiling socket2 v0.5.10 |
| 2189 | 2026-02-11T23:03:39.043Z | Compiling env_filter v0.1.2 |
| 2190 | 2026-02-11T23:03:39.340Z | Compiling foldhash v0.2.0 |
| 2191 | 2026-02-11T23:03:39.534Z | Compiling keccak v0.1.5 |
| 2192 | 2026-02-11T23:03:39.581Z | Compiling predicates-core v1.0.8 |
| 2193 | 2026-02-11T23:03:39.728Z | Compiling difflib v0.4.0 |
| 2194 | 2026-02-11T23:03:39.755Z | Compiling normalize-line-endings v0.3.0 |
| 2195 | 2026-02-11T23:03:39.852Z | Compiling precomputed-hash v0.1.1 |
| 2196 | 2026-02-11T23:03:39.957Z | Compiling fixedbitset v0.5.7 |
| 2197 | 2026-02-11T23:03:39.990Z | Compiling new_debug_unreachable v1.0.6 |
| 2198 | 2026-02-11T23:03:40.025Z | Compiling toml_write v0.1.2 |
| 2199 | 2026-02-11T23:03:40.025Z | Compiling whoami v1.5.2 |
| 2200 | 2026-02-11T23:03:40.133Z | Compiling jiff v0.2.15 |
| 2201 | 2026-02-11T23:03:40.431Z | Compiling fixedbitset v0.4.2 |
| 2202 | 2026-02-11T23:03:40.533Z | Compiling rustc-hash v2.1.1 |
| 2203 | 2026-02-11T23:03:40.561Z | Compiling data-encoding v2.9.0 |
| 2204 | 2026-02-11T23:03:40.752Z | Compiling static_assertions v1.1.0 |
| 2205 | 2026-02-11T23:03:40.826Z | Compiling petgraph v0.6.5 |
| 2206 | 2026-02-11T23:03:40.906Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2207 | 2026-02-11T23:03:41.236Z | Compiling hickory-proto v0.25.2 |
| 2208 | 2026-02-11T23:03:41.857Z | Compiling reqwest v0.12.24 |
| 2209 | 2026-02-11T23:03:42.014Z | Compiling iddqd v0.3.16 |
| 2210 | 2026-02-11T23:03:44.671Z | Compiling toml_edit v0.22.27 |
| 2211 | 2026-02-11T23:03:45.809Z | Compiling tokio-postgres v0.7.13 |
| 2212 | 2026-02-11T23:03:47.484Z | Compiling zip v4.2.0 |
| 2213 | 2026-02-11T23:03:49.440Z | Compiling petgraph v0.8.2 |
| 2214 | 2026-02-11T23:03:49.620Z | Compiling predicates v3.1.3 |
| 2215 | 2026-02-11T23:03:50.535Z | Compiling string_cache v0.8.9 |
| 2216 | 2026-02-11T23:03:50.706Z | Compiling sha3 v0.10.8 |
| 2217 | 2026-02-11T23:03:51.006Z | Compiling similar v2.7.0 |
| 2218 | 2026-02-11T23:03:51.350Z | Compiling env_logger v0.11.8 |
| 2219 | 2026-02-11T23:03:51.773Z | Compiling serde_with v3.16.1 |
| 2220 | 2026-02-11T23:03:51.873Z | Compiling usdt v0.6.0 |
| 2221 | 2026-02-11T23:03:52.082Z | Compiling ecdsa v0.16.9 |
| 2222 | 2026-02-11T23:03:52.998Z | Compiling rsa v0.9.8 |
| 2223 | 2026-02-11T23:03:53.710Z | Compiling zip v0.6.6 |
| 2224 | 2026-02-11T23:03:54.361Z | Compiling typify-macro v0.4.3 |
| 2225 | 2026-02-11T23:03:54.836Z | Compiling ed25519-dalek v2.1.1 |
| 2226 | 2026-02-11T23:03:56.326Z | Compiling crossterm v0.28.1 |
| 2227 | 2026-02-11T23:03:56.646Z | Compiling clap v4.5.48 |
| 2228 | 2026-02-11T23:03:57.464Z | Compiling strum v0.26.3 |
| 2229 | 2026-02-11T23:03:57.584Z | Compiling tokio-stream v0.1.17 |
| 2230 | 2026-02-11T23:03:57.778Z | Compiling toml v0.7.8 |
| 2231 | 2026-02-11T23:03:58.573Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2232 | 2026-02-11T23:03:58.990Z | Compiling x509-cert v0.2.5 |
| 2233 | 2026-02-11T23:04:00.320Z | Compiling sha1 v0.10.6 |
| 2234 | 2026-02-11T23:04:00.737Z | Compiling itertools v0.10.5 |
| 2235 | 2026-02-11T23:04:02.543Z | Compiling itertools v0.13.0 |
| 2236 | 2026-02-11T23:04:03.350Z | Compiling winnow v0.6.26 |
| 2237 | 2026-02-11T23:04:05.598Z | Compiling peg-runtime v0.8.5 |
| 2238 | 2026-02-11T23:04:06.104Z | Compiling rayon-core v1.12.1 |
| 2239 | 2026-02-11T23:04:06.419Z | Compiling lalrpop-util v0.19.12 |
| 2240 | 2026-02-11T23:04:06.842Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2241 | 2026-02-11T23:04:13.415Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-02-11T23:04:15.086Z | Compiling macaddr v1.0.1 |
| 2243 | 2026-02-11T23:04:15.518Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-02-11T23:04:15.669Z | Compiling itertools v0.14.0 |
| 2245 | 2026-02-11T23:04:18.551Z | Compiling heapless v0.8.0 |
| 2246 | 2026-02-11T23:04:19.505Z | Compiling ingot-macros v0.1.1 |
| 2247 | 2026-02-11T23:04:20.757Z | Compiling structmeta v0.3.0 |
| 2248 | 2026-02-11T23:04:23.636Z | Compiling num_enum_derive v0.5.11 |
| 2249 | 2026-02-11T23:04:26.855Z | Compiling crossbeam-deque v0.8.5 |
| 2250 | 2026-02-11T23:04:28.176Z | Compiling hash32 v0.3.1 |
| 2251 | 2026-02-11T23:04:29.879Z | Compiling smoltcp v0.11.0 |
| 2252 | 2026-02-11T23:04:30.243Z | Compiling unicode-width v0.1.14 |
| 2253 | 2026-02-11T23:04:30.428Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2254 | 2026-02-11T23:04:30.916Z | Compiling tabwriter v1.4.0 |
| 2255 | 2026-02-11T23:04:38.161Z | Compiling num_enum v0.5.11 |
| 2256 | 2026-02-11T23:04:38.445Z | Compiling ingot-types v0.1.2 |
| 2257 | 2026-02-11T23:04:38.519Z | Compiling typify v0.4.3 |
| 2258 | 2026-02-11T23:04:39.302Z | Compiling proc-macro-error-attr v1.0.4 |
| 2259 | 2026-02-11T23:04:39.803Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2260 | 2026-02-11T23:04:40.134Z | Compiling unsafe-libyaml v0.2.11 |
| 2261 | 2026-02-11T23:04:40.783Z | Compiling rustls v0.22.4 |
| 2262 | 2026-02-11T23:04:41.567Z | Compiling cobs v0.2.3 |
| 2263 | 2026-02-11T23:04:41.875Z | Compiling postcard v1.0.10 |
| 2264 | 2026-02-11T23:04:42.635Z | Compiling serde_yaml v0.9.34+deprecated |
| 2265 | 2026-02-11T23:04:43.171Z | Compiling ingot v0.1.1 |
| 2266 | 2026-02-11T23:04:46.333Z | Compiling progenitor-impl v0.11.2 |
| 2267 | 2026-02-11T23:04:55.705Z | Compiling futures-executor v0.3.31 |
| 2268 | 2026-02-11T23:04:56.008Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2269 | 2026-02-11T23:04:56.773Z | Compiling foreign-types-macros v0.2.3 |
| 2270 | 2026-02-11T23:04:56.994Z | Compiling thread_local v1.1.8 |
| 2271 | 2026-02-11T23:04:57.090Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2272 | 2026-02-11T23:04:57.116Z | Compiling multer v3.1.0 |
| 2273 | 2026-02-11T23:04:57.146Z | Compiling proc-macro-error v1.0.4 |
| 2274 | 2026-02-11T23:04:57.484Z | Compiling slog-async v2.8.0 |
| 2275 | 2026-02-11T23:04:57.511Z | Compiling foreign-types-shared v0.3.1 |
| 2276 | 2026-02-11T23:04:58.149Z | Compiling match_cfg v0.1.0 |
| 2277 | 2026-02-11T23:05:05.207Z | Compiling hostname v0.3.1 |
| 2278 | 2026-02-11T23:05:06.688Z | Compiling foreign-types v0.5.0 |
| 2279 | 2026-02-11T23:05:11.828Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2280 | 2026-02-11T23:05:13.139Z | Compiling futures v0.3.31 |
| 2281 | 2026-02-11T23:05:16.724Z | Compiling progenitor-macro v0.11.2 |
| 2282 | 2026-02-11T23:05:21.257Z | Compiling derive-ex v0.1.8 |
| 2283 | 2026-02-11T23:05:24.747Z | Compiling progenitor-client v0.11.2 |
| 2284 | 2026-02-11T23:05:25.711Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2285 | 2026-02-11T23:05:28.485Z | Compiling slog-json v2.6.1 |
| 2286 | 2026-02-11T23:05:28.956Z | Compiling crossbeam-channel v0.5.15 |
| 2287 | 2026-02-11T23:05:29.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2288 | 2026-02-11T23:05:30.264Z | Compiling async-stream-impl v0.3.6 |
| 2289 | 2026-02-11T23:05:30.325Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2290 | 2026-02-11T23:05:30.394Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2291 | 2026-02-11T23:05:30.592Z | Compiling serde_spanned v1.0.4 |
| 2292 | 2026-02-11T23:05:30.927Z | Compiling cstr-argument v0.1.2 |
| 2293 | 2026-02-11T23:05:31.211Z | Compiling is-terminal v0.4.13 |
| 2294 | 2026-02-11T23:05:31.275Z | Compiling dropshot v0.16.7 |
| 2295 | 2026-02-11T23:05:31.434Z | Compiling typeid v1.0.3 |
| 2296 | 2026-02-11T23:05:31.636Z | Compiling pretty-hex v0.2.1 |
| 2297 | 2026-02-11T23:05:31.864Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2298 | 2026-02-11T23:05:31.895Z | Compiling take_mut v0.2.2 |
| 2299 | 2026-02-11T23:05:31.963Z | Compiling crucible-workspace-hack v0.1.0 |
| 2300 | 2026-02-11T23:05:32.111Z | Compiling term v1.1.0 |
| 2301 | 2026-02-11T23:05:32.288Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2302 | 2026-02-11T23:05:32.392Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2303 | 2026-02-11T23:05:32.676Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2304 | 2026-02-11T23:05:32.914Z | Compiling slog-term v2.9.2 |
| 2305 | 2026-02-11T23:05:33.245Z | Compiling async-stream v0.3.6 |
| 2306 | 2026-02-11T23:05:35.071Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2307 | 2026-02-11T23:05:35.426Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2308 | 2026-02-11T23:05:35.649Z | Compiling slog-bunyan v2.5.0 |
| 2309 | 2026-02-11T23:05:35.909Z | Compiling progenitor v0.11.2 |
| 2310 | 2026-02-11T23:05:35.994Z | Compiling tokio-rustls v0.25.0 |
| 2311 | 2026-02-11T23:05:36.067Z | Compiling test-strategy v0.4.3 |
| 2312 | 2026-02-11T23:05:36.569Z | Compiling rayon v1.10.0 |
| 2313 | 2026-02-11T23:05:36.700Z | Compiling parse-display-derive v0.10.0 |
| 2314 | 2026-02-11T23:05:38.592Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2315 | 2026-02-11T23:05:38.886Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2316 | 2026-02-11T23:05:38.935Z | Compiling colored v2.2.0 |
| 2317 | 2026-02-11T23:05:39.614Z | Compiling nix v0.30.1 |
| 2318 | 2026-02-11T23:05:39.791Z | Compiling waitgroup v0.1.2 |
| 2319 | 2026-02-11T23:05:40.065Z | Compiling rustls-pemfile v2.2.0 |
| 2320 | 2026-02-11T23:05:40.255Z | Compiling dropshot_endpoint v0.16.7 |
| 2321 | 2026-02-11T23:05:40.397Z | Compiling newtype-uuid-macros v0.1.0 |
| 2322 | 2026-02-11T23:05:40.582Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2323 | 2026-02-11T23:05:41.318Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2324 | 2026-02-11T23:05:41.407Z | Compiling serde_path_to_error v0.1.20 |
| 2325 | 2026-02-11T23:05:41.436Z | Compiling hostname v0.4.2 |
| 2326 | 2026-02-11T23:05:41.737Z | Compiling instant v0.1.13 |
| 2327 | 2026-02-11T23:05:41.762Z | Compiling colored v3.0.0 |
| 2328 | 2026-02-11T23:05:41.927Z | Compiling debug-ignore v1.0.5 |
| 2329 | 2026-02-11T23:05:41.952Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2330 | 2026-02-11T23:05:41.989Z | Compiling backoff v0.4.0 |
| 2331 | 2026-02-11T23:05:42.308Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2332 | 2026-02-11T23:05:42.418Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2333 | 2026-02-11T23:05:42.479Z | Compiling parse-display v0.10.0 |
| 2334 | 2026-02-11T23:05:43.086Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2335 | 2026-02-11T23:05:44.314Z | Compiling zone_cfg_derive v0.3.0 |
| 2336 | 2026-02-11T23:05:45.481Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2337 | 2026-02-11T23:05:45.879Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-02-11T23:05:46.496Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2339 | 2026-02-11T23:05:46.521Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2340 | 2026-02-11T23:05:46.898Z | Compiling camino-tempfile v1.4.1 |
| 2341 | 2026-02-11T23:05:46.966Z | Compiling progenitor-client v0.10.0 |
| 2342 | 2026-02-11T23:05:47.688Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2343 | 2026-02-11T23:05:47.915Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-02-11T23:05:49.651Z | Compiling sigpipe v0.1.3 |
| 2345 | 2026-02-11T23:05:49.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2346 | 2026-02-11T23:05:50.171Z | Compiling libefi-sys v0.1.0 |
| 2347 | 2026-02-11T23:05:50.588Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-02-11T23:05:51.314Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2349 | 2026-02-11T23:05:51.727Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2350 | 2026-02-11T23:05:52.133Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2351 | 2026-02-11T23:05:52.570Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2352 | 2026-02-11T23:05:53.178Z | Compiling erased-serde v0.4.6 |
| 2353 | 2026-02-11T23:05:53.617Z | Compiling zone v0.3.1 |
| 2354 | 2026-02-11T23:05:55.024Z | Compiling usdt-macro v0.5.0 |
| 2355 | 2026-02-11T23:05:56.221Z | Compiling usdt-attr-macro v0.5.0 |
| 2356 | 2026-02-11T23:05:56.409Z | Compiling smf v0.2.3 |
| 2357 | 2026-02-11T23:05:57.091Z | Compiling bitfield-struct v0.6.2 |
| 2358 | 2026-02-11T23:05:57.612Z | Compiling ordered-float v2.10.1 |
| 2359 | 2026-02-11T23:05:58.245Z | Compiling blake3 v1.5.4 |
| 2360 | 2026-02-11T23:05:58.282Z | Compiling memmap v0.7.0 |
| 2361 | 2026-02-11T23:05:58.768Z | Compiling usdt v0.5.0 |
| 2362 | 2026-02-11T23:05:58.871Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-02-11T23:05:59.309Z | Compiling serde-value v0.7.0 |
| 2364 | 2026-02-11T23:05:59.446Z | Compiling serde-untagged v0.1.7 |
| 2365 | 2026-02-11T23:06:00.037Z | Compiling toml v0.8.23 |
| 2366 | 2026-02-11T23:06:00.067Z | Compiling xattr v1.3.1 |
| 2367 | 2026-02-11T23:06:00.197Z | Compiling filetime v0.2.26 |
| 2368 | 2026-02-11T23:06:00.222Z | Compiling unicode-xid v0.2.6 |
| 2369 | 2026-02-11T23:06:00.487Z | Compiling unicode-width v0.2.0 |
| 2370 | 2026-02-11T23:06:00.521Z | Compiling constant_time_eq v0.3.1 |
| 2371 | 2026-02-11T23:06:00.610Z | Compiling arrayvec v0.7.6 |
| 2372 | 2026-02-11T23:06:00.777Z | Compiling same-file v1.0.6 |
| 2373 | 2026-02-11T23:06:00.802Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2374 | 2026-02-11T23:06:01.001Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-02-11T23:06:01.158Z | Compiling cargo-util-schemas v0.8.2 |
| 2376 | 2026-02-11T23:06:01.189Z | Compiling walkdir v2.5.0 |
| 2377 | 2026-02-11T23:06:01.218Z | Compiling console v0.16.0 |
| 2378 | 2026-02-11T23:06:02.726Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2379 | 2026-02-11T23:06:02.754Z | Compiling tar v0.4.44 |
| 2380 | 2026-02-11T23:06:03.404Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2381 | 2026-02-11T23:06:03.731Z | Compiling tokio-dtrace v0.1.0 |
| 2382 | 2026-02-11T23:06:03.840Z | Compiling gethostname v0.5.0 |
| 2383 | 2026-02-11T23:06:04.090Z | Compiling cargo-platform v0.2.0 |
| 2384 | 2026-02-11T23:06:04.185Z | Compiling topological-sort v0.2.2 |
| 2385 | 2026-02-11T23:06:04.252Z | Compiling unit-prefix v0.5.1 |
| 2386 | 2026-02-11T23:06:04.537Z | Compiling cargo_metadata v0.21.0 |
| 2387 | 2026-02-11T23:06:04.562Z | Compiling omicron-zone-package v0.12.2 |
| 2388 | 2026-02-11T23:06:05.265Z | Compiling indicatif v0.18.0 |
| 2389 | 2026-02-11T23:06:05.289Z | Compiling oxide-tokio-rt v0.1.2 |
| 2390 | 2026-02-11T23:06:05.905Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2391 | 2026-02-11T23:06:06.283Z | Compiling indent_write v2.2.0 |
| 2392 | 2026-02-11T23:06:06.583Z | Compiling shell-words v1.1.0 |
| 2393 | 2026-02-11T23:06:13.310Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-02-11T23:06:15.732Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2395 | 2026-02-11T23:06:20.325Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2396 | 2026-02-11T23:06:38.558Z | Finished `release` profile [optimized] target(s) in 5m 41s |
| 2397 | 2026-02-11T23:06:38.761Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2398 | 2026-02-11T23:06:38.852Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2399 | 2026-02-11T23:06:38.876Z | Created new build target 'test' and set it as active |
| 2400 | 2026-02-11T23:06:38.876Z | |
| 2401 | 2026-02-11T23:06:38.876Z | real 5:41.633383358 |
| 2402 | 2026-02-11T23:06:38.876Z | user 38:17.697306256 |
| 2403 | 2026-02-11T23:06:38.876Z | sys 4:25.411393048 |
| 2404 | 2026-02-11T23:06:38.876Z | trap 1.678566917 |
| 2405 | 2026-02-11T23:06:38.876Z | tflt 1.188923838 |
| 2406 | 2026-02-11T23:06:38.876Z | dflt 1.057101091 |
| 2407 | 2026-02-11T23:06:38.876Z | kflt 0.000316470 |
| 2408 | 2026-02-11T23:06:38.876Z | lock 1:48:55.288716775 |
| 2409 | 2026-02-11T23:06:38.877Z | slp 2:36:12.095855412 |
| 2410 | 2026-02-11T23:06:38.877Z | lat 3:07.736408298 |
| 2411 | 2026-02-11T23:06:38.877Z | stop 5:36.907340988 |
| 2412 | 2026-02-11T23:06:38.877Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2413 | 2026-02-11T23:06:40.874Z | Finished `release` profile [optimized] target(s) in 1.90s |
| 2414 | 2026-02-11T23:06:40.981Z | Running `target/release/omicron-package -t test package` |
| 2415 | 2026-02-11T23:06:41.078Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2416 | 2026-02-11T23:06:44.295Z | Compiling convert_case v0.4.0 |
| 2417 | 2026-02-11T23:06:44.320Z | Compiling progenitor-impl v0.10.0 |
| 2418 | 2026-02-11T23:06:44.320Z | Compiling secrecy v0.10.3 |
| 2419 | 2026-02-11T23:06:44.320Z | Compiling is-terminal v0.4.13 |
| 2420 | 2026-02-11T23:06:44.320Z | Compiling half v2.4.1 |
| 2421 | 2026-02-11T23:06:44.461Z | Compiling ciborium-io v0.2.2 |
| 2422 | 2026-02-11T23:06:44.531Z | Compiling rustls v0.22.4 |
| 2423 | 2026-02-11T23:06:44.615Z | Compiling thread_local v1.1.8 |
| 2424 | 2026-02-11T23:06:44.721Z | Compiling bytecount v0.6.8 |
| 2425 | 2026-02-11T23:06:44.755Z | Compiling match_cfg v0.1.0 |
| 2426 | 2026-02-11T23:06:44.910Z | Compiling hostname v0.3.1 |
| 2427 | 2026-02-11T23:06:45.022Z | Compiling derive_more v0.99.20 |
| 2428 | 2026-02-11T23:06:45.084Z | Compiling ciborium-ll v0.2.2 |
| 2429 | 2026-02-11T23:06:45.122Z | Compiling multer v3.1.0 |
| 2430 | 2026-02-11T23:06:45.161Z | Compiling slog-async v2.8.0 |
| 2431 | 2026-02-11T23:06:45.195Z | Compiling progenitor-client v0.11.2 |
| 2432 | 2026-02-11T23:06:45.232Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2433 | 2026-02-11T23:06:45.269Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-02-11T23:06:45.615Z | Compiling ciborium v0.2.2 |
| 2435 | 2026-02-11T23:06:45.761Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-02-11T23:06:46.158Z | Compiling futures-executor v0.3.31 |
| 2437 | 2026-02-11T23:06:46.252Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-02-11T23:06:46.593Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2439 | 2026-02-11T23:06:46.625Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2440 | 2026-02-11T23:06:46.660Z | Compiling unicode-width v0.1.14 |
| 2441 | 2026-02-11T23:06:47.080Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-02-11T23:06:47.201Z | Compiling term v1.1.0 |
| 2443 | 2026-02-11T23:06:47.234Z | Compiling tabwriter v1.4.0 |
| 2444 | 2026-02-11T23:06:47.470Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2445 | 2026-02-11T23:06:47.636Z | Compiling futures v0.3.31 |
| 2446 | 2026-02-11T23:06:47.788Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-02-11T23:06:48.215Z | Compiling slog-bunyan v2.5.0 |
| 2448 | 2026-02-11T23:06:48.263Z | Compiling progenitor v0.11.2 |
| 2449 | 2026-02-11T23:06:48.536Z | Compiling async-stream v0.3.6 |
| 2450 | 2026-02-11T23:06:48.831Z | Compiling dropshot v0.16.7 |
| 2451 | 2026-02-11T23:06:48.920Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2452 | 2026-02-11T23:06:48.952Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2453 | 2026-02-11T23:06:49.171Z | Compiling tokio-rustls v0.25.0 |
| 2454 | 2026-02-11T23:06:49.364Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-02-11T23:06:49.396Z | Compiling progenitor-macro v0.10.0 |
| 2456 | 2026-02-11T23:06:49.592Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-02-11T23:06:49.629Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-02-11T23:06:49.662Z | Compiling hostname v0.4.2 |
| 2459 | 2026-02-11T23:06:49.922Z | Compiling instant v0.1.13 |
| 2460 | 2026-02-11T23:06:49.963Z | Compiling swrite v0.1.0 |
| 2461 | 2026-02-11T23:06:50.021Z | Compiling colored v3.0.0 |
| 2462 | 2026-02-11T23:06:50.133Z | Compiling debug-ignore v1.0.5 |
| 2463 | 2026-02-11T23:06:50.166Z | Compiling backoff v0.4.0 |
| 2464 | 2026-02-11T23:06:50.194Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2465 | 2026-02-11T23:06:50.389Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2466 | 2026-02-11T23:06:50.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2467 | 2026-02-11T23:06:50.757Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-02-11T23:06:51.314Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2469 | 2026-02-11T23:06:51.349Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-02-11T23:06:51.576Z | Compiling password-hash v0.5.0 |
| 2471 | 2026-02-11T23:06:51.694Z | Compiling blake2 v0.10.6 |
| 2472 | 2026-02-11T23:06:52.534Z | Compiling progenitor-client v0.10.0 |
| 2473 | 2026-02-11T23:06:52.810Z | Compiling universal-hash v0.5.1 |
| 2474 | 2026-02-11T23:06:53.086Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2475 | 2026-02-11T23:06:53.131Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2476 | 2026-02-11T23:06:53.555Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2477 | 2026-02-11T23:06:54.071Z | Compiling macaddr v1.0.1 |
| 2478 | 2026-02-11T23:06:54.539Z | Compiling derive-where v1.5.0 |
| 2479 | 2026-02-11T23:06:55.070Z | Compiling opaque-debug v0.3.1 |
| 2480 | 2026-02-11T23:06:55.242Z | Compiling poly1305 v0.8.0 |
| 2481 | 2026-02-11T23:06:55.303Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2482 | 2026-02-11T23:06:55.532Z | Compiling thiserror-no-std v2.0.2 |
| 2483 | 2026-02-11T23:06:55.708Z | Compiling argon2 v0.5.3 |
| 2484 | 2026-02-11T23:06:56.572Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2485 | 2026-02-11T23:06:57.039Z | Compiling chacha20 v0.9.1 |
| 2486 | 2026-02-11T23:06:57.535Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2487 | 2026-02-11T23:06:57.889Z | Compiling num-rational v0.4.2 |
| 2488 | 2026-02-11T23:06:58.816Z | Compiling progenitor v0.10.0 |
| 2489 | 2026-02-11T23:06:59.039Z | Compiling aead v0.5.2 |
| 2490 | 2026-02-11T23:06:59.098Z | Compiling num-complex v0.4.6 |
| 2491 | 2026-02-11T23:06:59.144Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2492 | 2026-02-11T23:06:59.199Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2493 | 2026-02-11T23:06:59.438Z | Compiling chacha20poly1305 v0.10.1 |
| 2494 | 2026-02-11T23:06:59.713Z | Compiling vsss-rs v3.3.4 |
| 2495 | 2026-02-11T23:06:59.813Z | Compiling console v0.15.10 |
| 2496 | 2026-02-11T23:07:00.035Z | Compiling num v0.4.3 |
| 2497 | 2026-02-11T23:07:02.260Z | Compiling float-ord v0.3.2 |
| 2498 | 2026-02-11T23:07:02.518Z | Compiling toml v0.8.23 |
| 2499 | 2026-02-11T23:07:02.543Z | Compiling newline-converter v0.3.0 |
| 2500 | 2026-02-11T23:07:02.725Z | Compiling atomicwrites v0.4.4 |
| 2501 | 2026-02-11T23:07:02.827Z | Compiling prettyplease v0.2.36 |
| 2502 | 2026-02-11T23:07:02.892Z | Compiling slog-dtrace v0.3.0 |
| 2503 | 2026-02-11T23:07:03.241Z | Compiling expectorate v1.2.0 |
| 2504 | 2026-02-11T23:07:03.349Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2505 | 2026-02-11T23:07:03.719Z | Compiling owo-colors v4.2.2 |
| 2506 | 2026-02-11T23:07:03.853Z | Compiling cancel-safe-futures v0.1.5 |
| 2507 | 2026-02-11T23:07:04.427Z | Compiling resolv-conf v0.7.0 |
| 2508 | 2026-02-11T23:07:05.731Z | Compiling libsw-core v0.3.1 |
| 2509 | 2026-02-11T23:07:05.852Z | Compiling async-recursion v1.1.1 |
| 2510 | 2026-02-11T23:07:06.120Z | Compiling libsw v3.5.0 |
| 2511 | 2026-02-11T23:07:07.096Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2512 | 2026-02-11T23:07:08.777Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2513 | 2026-02-11T23:07:09.017Z | Compiling linear-map v1.2.0 |
| 2514 | 2026-02-11T23:07:09.057Z | Compiling linked-hash-map v0.5.6 |
| 2515 | 2026-02-11T23:07:09.464Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2516 | 2026-02-11T23:07:09.500Z | Compiling lru-cache v0.1.2 |
| 2517 | 2026-02-11T23:07:09.545Z | Compiling unicode-xid v0.2.6 |
| 2518 | 2026-02-11T23:07:09.798Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2519 | 2026-02-11T23:07:09.832Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2520 | 2026-02-11T23:07:13.284Z | Compiling hickory-proto v0.24.4 |
| 2521 | 2026-02-11T23:07:16.164Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2522 | 2026-02-11T23:07:16.434Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2523 | 2026-02-11T23:07:18.049Z | Compiling globset v0.4.15 |
| 2524 | 2026-02-11T23:07:21.522Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2525 | 2026-02-11T23:07:21.823Z | Compiling hickory-resolver v0.24.4 |
| 2526 | 2026-02-11T23:07:22.871Z | Compiling convert_case v0.7.1 |
| 2527 | 2026-02-11T23:07:23.568Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2528 | 2026-02-11T23:07:23.680Z | Compiling derive_more-impl v2.0.1 |
| 2529 | 2026-02-11T23:07:23.756Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2530 | 2026-02-11T23:07:25.206Z | Compiling qorb v0.4.1 |
| 2531 | 2026-02-11T23:07:28.816Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2532 | 2026-02-11T23:07:29.287Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2533 | 2026-02-11T23:07:30.842Z | Compiling derive_more v2.0.1 |
| 2534 | 2026-02-11T23:07:31.025Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2535 | 2026-02-11T23:07:31.367Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2536 | 2026-02-11T23:07:31.807Z | Compiling pin-project-internal v1.1.6 |
| 2537 | 2026-02-11T23:07:31.942Z | Compiling vte_generate_state_changes v0.1.2 |
| 2538 | 2026-02-11T23:07:32.571Z | Compiling siphasher v1.0.1 |
| 2539 | 2026-02-11T23:07:33.004Z | Compiling termtree v0.5.1 |
| 2540 | 2026-02-11T23:07:33.377Z | Compiling phf_shared v0.12.1 |
| 2541 | 2026-02-11T23:07:33.857Z | Compiling vte v0.11.1 |
| 2542 | 2026-02-11T23:07:34.060Z | Compiling pin-project v1.1.6 |
| 2543 | 2026-02-11T23:07:34.116Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2544 | 2026-02-11T23:07:34.273Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-02-11T23:07:35.285Z | Compiling crossterm v0.29.0 |
| 2546 | 2026-02-11T23:07:40.113Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2547 | 2026-02-11T23:07:42.406Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2548 | 2026-02-11T23:07:43.434Z | Compiling pem v3.0.5 |
| 2549 | 2026-02-11T23:07:44.031Z | Compiling snafu-derive v0.8.5 |
| 2550 | 2026-02-11T23:07:44.675Z | Compiling csv-core v0.1.11 |
| 2551 | 2026-02-11T23:07:44.792Z | Compiling chrono-tz v0.10.4 |
| 2552 | 2026-02-11T23:07:45.213Z | Compiling csv v1.3.1 |
| 2553 | 2026-02-11T23:07:45.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2554 | 2026-02-11T23:07:46.020Z | Compiling strip-ansi-escapes v0.2.0 |
| 2555 | 2026-02-11T23:07:46.371Z | Compiling phf v0.12.1 |
| 2556 | 2026-02-11T23:07:46.733Z | Compiling const_format_proc_macros v0.2.34 |
| 2557 | 2026-02-11T23:07:46.767Z | Compiling papergrid v0.11.0 |
| 2558 | 2026-02-11T23:07:47.206Z | Compiling tabled_derive v0.7.0 |
| 2559 | 2026-02-11T23:07:47.656Z | Compiling snafu v0.8.5 |
| 2560 | 2026-02-11T23:07:48.244Z | Compiling olpc-cjson v0.1.4 |
| 2561 | 2026-02-11T23:07:48.666Z | Compiling fd-lock v4.0.2 |
| 2562 | 2026-02-11T23:07:48.848Z | Compiling peg-macros v0.8.5 |
| 2563 | 2026-02-11T23:07:48.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2564 | 2026-02-11T23:07:48.942Z | Compiling serde_plain v1.0.2 |
| 2565 | 2026-02-11T23:07:48.967Z | Compiling typed-path v0.9.3 |
| 2566 | 2026-02-11T23:07:49.524Z | Compiling nu-ansi-term v0.50.1 |
| 2567 | 2026-02-11T23:07:49.722Z | Compiling highway v1.3.0 |
| 2568 | 2026-02-11T23:07:50.566Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2569 | 2026-02-11T23:07:51.187Z | Compiling reedline v0.40.0 |
| 2570 | 2026-02-11T23:07:51.420Z | Compiling tabled v0.15.0 |
| 2571 | 2026-02-11T23:07:51.580Z | Compiling peg v0.8.5 |
| 2572 | 2026-02-11T23:07:51.771Z | Compiling tough v0.20.0 |
| 2573 | 2026-02-11T23:07:54.000Z | Compiling const_format v0.2.34 |
| 2574 | 2026-02-11T23:07:55.291Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2575 | 2026-02-11T23:07:58.454Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2576 | 2026-02-11T23:08:02.113Z | Compiling bcs v0.1.6 |
| 2577 | 2026-02-11T23:08:02.914Z | Compiling base64 v0.21.7 |
| 2578 | 2026-02-11T23:08:03.757Z | Compiling semver v0.1.20 |
| 2579 | 2026-02-11T23:08:03.906Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2580 | 2026-02-11T23:08:04.279Z | Compiling rustc_version v0.1.7 |
| 2581 | 2026-02-11T23:08:04.310Z | Compiling humantime v2.2.0 |
| 2582 | 2026-02-11T23:08:04.660Z | Compiling newtype_derive v0.1.6 |
| 2583 | 2026-02-11T23:08:05.082Z | Compiling unicode-linebreak v0.1.5 |
| 2584 | 2026-02-11T23:08:05.721Z | Compiling smawk v0.3.2 |
| 2585 | 2026-02-11T23:08:06.081Z | Compiling textwrap v0.16.2 |
| 2586 | 2026-02-11T23:08:06.250Z | Compiling dropshot-api-manager-types v0.2.4 |
| 2587 | 2026-02-11T23:08:07.473Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2588 | 2026-02-11T23:08:07.744Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2589 | 2026-02-11T23:08:08.161Z | Compiling steno v0.4.1 |
| 2590 | 2026-02-11T23:08:08.273Z | Compiling utf-8 v0.7.6 |
| 2591 | 2026-02-11T23:08:08.672Z | Compiling moka v0.12.10 |
| 2592 | 2026-02-11T23:08:09.045Z | Compiling tagptr v0.2.0 |
| 2593 | 2026-02-11T23:08:09.408Z | Compiling tungstenite v0.21.0 |
| 2594 | 2026-02-11T23:08:12.335Z | Compiling hickory-resolver v0.25.2 |
| 2595 | 2026-02-11T23:08:13.951Z | Compiling tokio-tungstenite v0.21.0 |
| 2596 | 2026-02-11T23:08:14.044Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2597 | 2026-02-11T23:08:14.304Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2598 | 2026-02-11T23:08:14.603Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2599 | 2026-02-11T23:08:18.549Z | Compiling radium v0.7.0 |
| 2600 | 2026-02-11T23:08:19.041Z | Compiling tap v1.0.1 |
| 2601 | 2026-02-11T23:08:19.274Z | Compiling maybe-uninit v2.0.0 |
| 2602 | 2026-02-11T23:08:19.849Z | Compiling wyz v0.5.1 |
| 2603 | 2026-02-11T23:08:20.784Z | Compiling zerocopy-derive v0.6.6 |
| 2604 | 2026-02-11T23:08:20.833Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2605 | 2026-02-11T23:08:21.589Z | Compiling crc-catalog v2.4.0 |
| 2606 | 2026-02-11T23:08:21.789Z | Compiling funty v2.0.0 |
| 2607 | 2026-02-11T23:08:22.282Z | Compiling packed_struct v0.10.1 |
| 2608 | 2026-02-11T23:08:22.728Z | Compiling display-error-chain v0.2.2 |
| 2609 | 2026-02-11T23:08:22.990Z | Compiling bitvec v1.0.1 |
| 2610 | 2026-02-11T23:08:24.088Z | Compiling zerocopy v0.6.6 |
| 2611 | 2026-02-11T23:08:24.932Z | Compiling crc v3.2.1 |
| 2612 | 2026-02-11T23:08:25.803Z | Compiling proc-macro-error2 v2.0.1 |
| 2613 | 2026-02-11T23:08:26.262Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2614 | 2026-02-11T23:08:26.617Z | Compiling packed_struct_codegen v0.10.1 |
| 2615 | 2026-02-11T23:08:26.731Z | Compiling bitfield-macros v0.19.2 |
| 2616 | 2026-02-11T23:08:27.192Z | Compiling indexmap v1.9.3 |
| 2617 | 2026-02-11T23:08:27.548Z | Compiling nodrop v0.1.14 |
| 2618 | 2026-02-11T23:08:27.743Z | Compiling array-init v0.0.4 |
| 2619 | 2026-02-11T23:08:28.001Z | Compiling bitfield v0.19.2 |
| 2620 | 2026-02-11T23:08:28.209Z | Compiling smallvec v0.6.14 |
| 2621 | 2026-02-11T23:08:28.490Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2622 | 2026-02-11T23:08:28.738Z | Compiling num-derive v0.3.3 |
| 2623 | 2026-02-11T23:08:28.771Z | Compiling hashbrown v0.12.3 |
| 2624 | 2026-02-11T23:08:30.416Z | Compiling libscf-sys v1.1.0 |
| 2625 | 2026-02-11T23:08:30.684Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2626 | 2026-02-11T23:08:30.721Z | Compiling serde-hex v0.1.0 |
| 2627 | 2026-02-11T23:08:31.129Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-02-11T23:08:31.529Z | Compiling ron v0.8.1 |
| 2629 | 2026-02-11T23:08:32.764Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2630 | 2026-02-11T23:08:34.794Z | Compiling hashbrown v0.13.2 |
| 2631 | 2026-02-11T23:08:35.079Z | Compiling vergen-gitcl v1.0.8 |
| 2632 | 2026-02-11T23:08:35.444Z | Compiling dirs-sys-next v0.1.2 |
| 2633 | 2026-02-11T23:08:35.654Z | Compiling crunchy v0.2.2 |
| 2634 | 2026-02-11T23:08:35.920Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-02-11T23:08:36.096Z | Compiling maplit v1.0.2 |
| 2636 | 2026-02-11T23:08:36.181Z | Compiling object v0.30.4 |
| 2637 | 2026-02-11T23:08:36.279Z | Compiling dirs-next v2.0.0 |
| 2638 | 2026-02-11T23:08:36.556Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-02-11T23:08:36.674Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2640 | 2026-02-11T23:08:36.798Z | Compiling dsl_auto_type v0.1.2 |
| 2641 | 2026-02-11T23:08:37.866Z | Compiling scheduled-thread-pool v0.2.7 |
| 2642 | 2026-02-11T23:08:37.930Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2643 | 2026-02-11T23:08:38.028Z | Compiling path-slash v0.1.5 |
| 2644 | 2026-02-11T23:08:38.322Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-02-11T23:08:38.355Z | Compiling diesel_derives v2.2.3 |
| 2646 | 2026-02-11T23:08:38.747Z | Compiling r2d2 v0.8.10 |
| 2647 | 2026-02-11T23:08:39.243Z | Compiling term v0.7.0 |
| 2648 | 2026-02-11T23:08:40.250Z | Compiling tabled_derive v0.11.0 |
| 2649 | 2026-02-11T23:08:40.315Z | Compiling papergrid v0.17.0 |
| 2650 | 2026-02-11T23:08:42.514Z | Compiling testing_table v0.3.0 |
| 2651 | 2026-02-11T23:08:43.264Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2652 | 2026-02-11T23:08:47.038Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2653 | 2026-02-11T23:08:47.334Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2654 | 2026-02-11T23:08:47.778Z | Compiling bit-vec v0.6.3 |
| 2655 | 2026-02-11T23:08:48.242Z | Compiling arc-swap v1.7.1 |
| 2656 | 2026-02-11T23:08:48.959Z | Compiling xshell-macros v0.2.7 |
| 2657 | 2026-02-11T23:08:49.745Z | Compiling xshell v0.2.7 |
| 2658 | 2026-02-11T23:08:50.277Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2659 | 2026-02-11T23:08:52.667Z | Compiling slog-scope v4.4.0 |
| 2660 | 2026-02-11T23:08:52.864Z | Compiling bit-set v0.5.3 |
| 2661 | 2026-02-11T23:08:53.295Z | Compiling diesel v2.2.12 |
| 2662 | 2026-02-11T23:08:53.458Z | Compiling tabled v0.20.0 |
| 2663 | 2026-02-11T23:08:56.089Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2664 | 2026-02-11T23:09:00.092Z | Compiling ascii-canvas v3.0.0 |
| 2665 | 2026-02-11T23:09:00.382Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2666 | 2026-02-11T23:09:00.561Z | Compiling ena v0.14.3 |
| 2667 | 2026-02-11T23:09:01.040Z | Compiling unicase v2.8.1 |
| 2668 | 2026-02-11T23:09:01.233Z | Compiling diff v0.1.13 |
| 2669 | 2026-02-11T23:09:01.698Z | Compiling bindgen v0.71.1 |
| 2670 | 2026-02-11T23:09:01.738Z | Compiling regex-syntax v0.6.29 |
| 2671 | 2026-02-11T23:09:02.276Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2672 | 2026-02-11T23:09:05.494Z | Compiling lalrpop v0.19.12 |
| 2673 | 2026-02-11T23:09:06.250Z | Compiling slog-stdlog v4.1.1 |
| 2674 | 2026-02-11T23:09:07.166Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2675 | 2026-02-11T23:09:09.553Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2676 | 2026-02-11T23:09:09.627Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2677 | 2026-02-11T23:09:09.975Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2678 | 2026-02-11T23:09:10.251Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-02-11T23:09:10.366Z | Compiling slog-envlogger v2.2.0 |
| 2680 | 2026-02-11T23:09:10.616Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2681 | 2026-02-11T23:09:12.738Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2682 | 2026-02-11T23:09:13.570Z | Compiling headers-core v0.3.0 |
| 2683 | 2026-02-11T23:09:13.801Z | Compiling libxml v0.3.3 |
| 2684 | 2026-02-11T23:09:14.266Z | Compiling headers v0.4.1 |
| 2685 | 2026-02-11T23:09:17.852Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2686 | 2026-02-11T23:09:20.355Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2687 | 2026-02-11T23:09:20.747Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2688 | 2026-02-11T23:09:21.636Z | Compiling samael v0.0.19 |
| 2689 | 2026-02-11T23:09:21.687Z | Compiling strum_macros v0.24.3 |
| 2690 | 2026-02-11T23:09:23.365Z | Compiling indoc v1.0.9 |
| 2691 | 2026-02-11T23:09:24.129Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2692 | 2026-02-11T23:09:24.184Z | Compiling polar-core v0.27.3 |
| 2693 | 2026-02-11T23:09:24.361Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2694 | 2026-02-11T23:09:24.715Z | Compiling derive_builder v0.20.2 |
| 2695 | 2026-02-11T23:09:24.971Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2696 | 2026-02-11T23:09:26.201Z | Compiling oso-derive v0.27.3 |
| 2697 | 2026-02-11T23:09:26.677Z | Compiling quick-xml v0.37.2 |
| 2698 | 2026-02-11T23:09:27.061Z | Compiling half v1.8.3 |
| 2699 | 2026-02-11T23:09:27.898Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2700 | 2026-02-11T23:09:28.215Z | Compiling serde_cbor v0.11.2 |
| 2701 | 2026-02-11T23:09:29.912Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2702 | 2026-02-11T23:09:30.306Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2026-02-11T23:09:31.316Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2704 | 2026-02-11T23:09:35.463Z | Compiling diesel-dtrace v0.4.2 |
| 2705 | 2026-02-11T23:09:37.091Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2706 | 2026-02-11T23:09:42.057Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2707 | 2026-02-11T23:09:42.390Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2708 | 2026-02-11T23:09:45.147Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2709 | 2026-02-11T23:09:46.169Z | Compiling bb8 v0.8.5 |
| 2710 | 2026-02-11T23:09:46.943Z | Compiling oso v0.27.3 |
| 2711 | 2026-02-11T23:09:48.189Z | Compiling trait-variant v0.1.2 |
| 2712 | 2026-02-11T23:09:48.323Z | Compiling async-bb8-diesel v0.2.1 |
| 2713 | 2026-02-11T23:09:49.125Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2714 | 2026-02-11T23:09:49.157Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2715 | 2026-02-11T23:09:50.252Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2716 | 2026-02-11T23:09:51.103Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2717 | 2026-02-11T23:09:51.767Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2718 | 2026-02-11T23:09:54.607Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2719 | 2026-02-11T23:09:54.746Z | Compiling fxhash v0.2.1 |
| 2720 | 2026-02-11T23:09:54.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2721 | 2026-02-11T23:09:55.120Z | Compiling typify-impl v0.2.0 |
| 2722 | 2026-02-11T23:09:55.368Z | Compiling kstat-rs v0.2.4 |
| 2723 | 2026-02-11T23:09:56.252Z | Compiling libz-sys v1.1.20 |
| 2724 | 2026-02-11T23:09:56.861Z | Compiling nonempty v0.12.0 |
| 2725 | 2026-02-11T23:09:57.237Z | Compiling salty v0.3.0 |
| 2726 | 2026-02-11T23:09:57.821Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2727 | 2026-02-11T23:10:01.714Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2026-02-11T23:10:02.763Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2729 | 2026-02-11T23:10:03.509Z | Compiling typify-macro v0.2.0 |
| 2730 | 2026-02-11T23:10:06.621Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2731 | 2026-02-11T23:10:11.343Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 2732 | 2026-02-11T23:10:15.871Z | Compiling nanorand v0.7.0 |
| 2733 | 2026-02-11T23:10:16.610Z | Compiling fs-err v2.11.0 |
| 2734 | 2026-02-11T23:10:16.991Z | Compiling parking_lot_core v0.8.6 |
| 2735 | 2026-02-11T23:10:17.162Z | Compiling mime_guess v2.0.5 |
| 2736 | 2026-02-11T23:10:17.502Z | Compiling flume v0.11.1 |
| 2737 | 2026-02-11T23:10:17.560Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 2738 | 2026-02-11T23:10:18.144Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2739 | 2026-02-11T23:10:20.877Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2740 | 2026-02-11T23:10:25.218Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2741 | 2026-02-11T23:10:26.024Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2742 | 2026-02-11T23:10:43.502Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2743 | 2026-02-11T23:10:46.558Z | Compiling tabled_derive v0.10.0 |
| 2744 | 2026-02-11T23:10:47.170Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2745 | 2026-02-11T23:10:48.631Z | Compiling ignore v0.4.23 |
| 2746 | 2026-02-11T23:10:53.748Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2747 | 2026-02-11T23:10:55.571Z | Compiling papergrid v0.14.0 |
| 2748 | 2026-02-11T23:10:56.175Z | Compiling primeorder v0.13.6 |
| 2749 | 2026-02-11T23:10:56.359Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2750 | 2026-02-11T23:10:56.815Z | Compiling castaway v0.2.3 |
| 2751 | 2026-02-11T23:10:57.095Z | Compiling nibble_vec v0.1.0 |
| 2752 | 2026-02-11T23:10:57.452Z | Compiling atty v0.2.14 |
| 2753 | 2026-02-11T23:10:57.676Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2754 | 2026-02-11T23:10:58.038Z | Compiling endian-type v0.1.2 |
| 2755 | 2026-02-11T23:10:58.339Z | Compiling http-range v0.1.5 |
| 2756 | 2026-02-11T23:10:58.649Z | Compiling parse-size v1.1.0 |
| 2757 | 2026-02-11T23:10:58.882Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2758 | 2026-02-11T23:10:58.936Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2759 | 2026-02-11T23:10:59.015Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2760 | 2026-02-11T23:10:59.317Z | Compiling radix_trie v0.2.1 |
| 2761 | 2026-02-11T23:10:59.548Z | Compiling tabled v0.18.0 |
| 2762 | 2026-02-11T23:11:00.130Z | Compiling compact_str v0.8.0 |
| 2763 | 2026-02-11T23:11:02.612Z | Compiling p384 v0.13.1 |
| 2764 | 2026-02-11T23:11:07.240Z | Compiling globwalk v0.9.1 |
| 2765 | 2026-02-11T23:11:07.288Z | Compiling parking_lot v0.11.2 |
| 2766 | 2026-02-11T23:11:08.583Z | Compiling typify v0.2.0 |
| 2767 | 2026-02-11T23:11:08.819Z | Compiling predicates-tree v1.0.12 |
| 2768 | 2026-02-11T23:11:09.218Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-02-11T23:11:09.705Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2770 | 2026-02-11T23:11:10.160Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-02-11T23:11:10.798Z | Compiling prefix-trie v0.7.0 |
| 2772 | 2026-02-11T23:11:11.866Z | Compiling lru v0.12.5 |
| 2773 | 2026-02-11T23:11:12.265Z | Compiling vergen-git2 v1.0.7 |
| 2774 | 2026-02-11T23:11:12.634Z | Compiling instability v0.3.2 |
| 2775 | 2026-02-11T23:11:13.590Z | Compiling indoc v2.0.6 |
| 2776 | 2026-02-11T23:11:13.807Z | Compiling cassowary v0.3.0 |
| 2777 | 2026-02-11T23:11:14.205Z | Compiling git2 v0.20.2 |
| 2778 | 2026-02-11T23:11:14.369Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-02-11T23:11:16.484Z | Compiling hickory-server v0.25.2 |
| 2780 | 2026-02-11T23:11:16.940Z | Compiling hyper-staticfile v0.10.1 |
| 2781 | 2026-02-11T23:11:17.345Z | Compiling camino-tempfile-ext v0.3.2 |
| 2782 | 2026-02-11T23:11:18.638Z | Compiling progenitor-impl v0.8.0 |
| 2783 | 2026-02-11T23:11:19.215Z | Compiling sled v0.34.7 |
| 2784 | 2026-02-11T23:11:23.541Z | Compiling hickory-client v0.25.2 |
| 2785 | 2026-02-11T23:11:25.815Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2786 | 2026-02-11T23:11:26.969Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2787 | 2026-02-11T23:11:27.087Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-02-11T23:11:27.294Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2789 | 2026-02-11T23:11:31.465Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2790 | 2026-02-11T23:11:32.902Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2791 | 2026-02-11T23:11:35.842Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2792 | 2026-02-11T23:11:37.532Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2793 | 2026-02-11T23:11:38.335Z | Compiling rand_seeder v0.4.0 |
| 2794 | 2026-02-11T23:11:38.852Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-02-11T23:11:39.631Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 2796 | 2026-02-11T23:11:40.016Z | Compiling lzma-sys v0.1.20 |
| 2797 | 2026-02-11T23:11:40.677Z | Compiling rustls v0.21.12 |
| 2798 | 2026-02-11T23:11:41.028Z | Compiling corncobs v0.1.4 |
| 2799 | 2026-02-11T23:11:41.474Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2800 | 2026-02-11T23:11:41.834Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-02-11T23:11:43.309Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2802 | 2026-02-11T23:11:43.616Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2803 | 2026-02-11T23:11:44.630Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2804 | 2026-02-11T23:11:48.591Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2805 | 2026-02-11T23:11:51.993Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2806 | 2026-02-11T23:11:57.842Z | Compiling progenitor-macro v0.8.0 |
| 2807 | 2026-02-11T23:11:57.885Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-02-11T23:12:03.236Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2809 | 2026-02-11T23:12:05.275Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2810 | 2026-02-11T23:12:09.724Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2811 | 2026-02-11T23:12:11.641Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2812 | 2026-02-11T23:12:11.977Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2813 | 2026-02-11T23:12:12.344Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2814 | 2026-02-11T23:12:12.696Z | Compiling progenitor-client v0.8.0 |
| 2815 | 2026-02-11T23:12:13.631Z | Compiling sct v0.7.1 |
| 2816 | 2026-02-11T23:12:13.879Z | Compiling rustls-webpki v0.101.7 |
| 2817 | 2026-02-11T23:12:14.104Z | Compiling heck v0.3.3 |
| 2818 | 2026-02-11T23:12:14.454Z | Compiling secrecy v0.8.0 |
| 2819 | 2026-02-11T23:12:14.832Z | Compiling void v1.0.2 |
| 2820 | 2026-02-11T23:12:15.065Z | Compiling lzss v0.8.2 |
| 2821 | 2026-02-11T23:12:20.238Z | Compiling zone_cfg_derive v0.1.2 |
| 2822 | 2026-02-11T23:12:21.394Z | Compiling progenitor v0.8.0 |
| 2823 | 2026-02-11T23:12:21.764Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2824 | 2026-02-11T23:12:22.818Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2825 | 2026-02-11T23:12:25.292Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2826 | 2026-02-11T23:12:26.515Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2827 | 2026-02-11T23:12:28.866Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2828 | 2026-02-11T23:12:30.208Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2829 | 2026-02-11T23:12:30.281Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2830 | 2026-02-11T23:12:33.123Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2831 | 2026-02-11T23:12:33.594Z | Compiling tungstenite v0.23.0 |
| 2832 | 2026-02-11T23:12:37.341Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2833 | 2026-02-11T23:12:37.502Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2834 | 2026-02-11T23:12:37.672Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-02-11T23:12:37.854Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2836 | 2026-02-11T23:12:38.010Z | Compiling nix v0.27.1 |
| 2837 | 2026-02-11T23:12:38.203Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2838 | 2026-02-11T23:12:38.605Z | Compiling serde_bytes v0.11.19 |
| 2839 | 2026-02-11T23:12:38.863Z | Compiling number_prefix v0.4.0 |
| 2840 | 2026-02-11T23:12:39.183Z | Compiling base64 v0.13.1 |
| 2841 | 2026-02-11T23:12:39.213Z | Compiling indicatif v0.17.11 |
| 2842 | 2026-02-11T23:12:39.939Z | Compiling ron v0.7.1 |
| 2843 | 2026-02-11T23:12:40.513Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2844 | 2026-02-11T23:12:43.077Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2845 | 2026-02-11T23:12:44.009Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2846 | 2026-02-11T23:12:44.376Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-02-11T23:12:44.999Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2848 | 2026-02-11T23:12:45.032Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2849 | 2026-02-11T23:12:50.865Z | Compiling xz2 v0.1.7 |
| 2850 | 2026-02-11T23:12:51.231Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2851 | 2026-02-11T23:12:55.621Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2852 | 2026-02-11T23:13:10.320Z | Compiling zone v0.1.8 |
| 2853 | 2026-02-11T23:13:10.941Z | Compiling tokio-rustls v0.24.1 |
| 2854 | 2026-02-11T23:13:11.420Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2855 | 2026-02-11T23:13:13.704Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2856 | 2026-02-11T23:13:16.526Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2857 | 2026-02-11T23:13:17.928Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2858 | 2026-02-11T23:13:22.577Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2859 | 2026-02-11T23:13:23.761Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2860 | 2026-02-11T23:13:25.505Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2861 | 2026-02-11T23:13:25.855Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2862 | 2026-02-11T23:13:33.972Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-02-11T23:13:39.042Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-02-11T23:13:40.618Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2865 | 2026-02-11T23:13:47.264Z | Compiling rustls-pemfile v1.0.4 |
| 2866 | 2026-02-11T23:13:47.348Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2867 | 2026-02-11T23:13:48.090Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2868 | 2026-02-11T23:13:48.466Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2869 | 2026-02-11T23:13:50.352Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2870 | 2026-02-11T23:13:51.817Z | Compiling signal-hook-tokio v0.3.1 |
| 2871 | 2026-02-11T23:13:51.853Z | Compiling twox-hash v2.1.0 |
| 2872 | 2026-02-11T23:13:52.109Z | Compiling yasna v0.5.2 |
| 2873 | 2026-02-11T23:13:52.865Z | Compiling is_ci v1.2.0 |
| 2874 | 2026-02-11T23:13:53.194Z | Compiling rcgen v0.12.1 |
| 2875 | 2026-02-11T23:13:54.089Z | Compiling supports-color v3.0.2 |
| 2876 | 2026-02-11T23:13:55.247Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2877 | 2026-02-11T23:14:03.167Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2878 | 2026-02-11T23:14:04.523Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2879 | 2026-02-11T23:14:05.249Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2880 | 2026-02-11T23:14:19.188Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2881 | 2026-02-11T23:14:35.363Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2882 | 2026-02-11T23:14:37.211Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2883 | 2026-02-11T23:14:46.067Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2884 | 2026-02-11T23:14:47.472Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2885 | 2026-02-11T23:14:58.093Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2886 | 2026-02-11T23:15:02.492Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2026-02-11T23:15:02.856Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2888 | 2026-02-11T23:15:03.239Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2889 | 2026-02-11T23:15:03.583Z | Compiling fatfs v0.3.6 |
| 2890 | 2026-02-11T23:15:04.392Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2891 | 2026-02-11T23:15:06.082Z | Compiling rtoolbox v0.0.2 |
| 2892 | 2026-02-11T23:15:06.551Z | Compiling subprocess v0.2.9 |
| 2893 | 2026-02-11T23:15:06.586Z | Compiling assert_matches v1.5.0 |
| 2894 | 2026-02-11T23:15:06.758Z | Compiling seq-macro v0.3.6 |
| 2895 | 2026-02-11T23:15:07.727Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2896 | 2026-02-11T23:15:13.030Z | Compiling rpassword v7.4.0 |
| 2897 | 2026-02-11T23:15:13.615Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2898 | 2026-02-11T23:15:18.469Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2899 | 2026-02-11T23:15:18.671Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2900 | 2026-02-11T23:15:23.707Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2901 | 2026-02-11T23:15:44.709Z | Compiling tui-tree-widget v0.23.1 |
| 2902 | 2026-02-11T23:15:45.268Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2903 | 2026-02-11T23:15:50.073Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2904 | 2026-02-11T23:15:50.889Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2905 | 2026-02-11T23:15:55.407Z | Compiling uzers v0.12.1 |
| 2906 | 2026-02-11T23:15:56.491Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2907 | 2026-02-11T23:15:58.553Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2908 | 2026-02-11T23:16:09.282Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2909 | 2026-02-11T23:16:20.003Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2910 | 2026-02-11T23:16:36.683Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2911 | 2026-02-11T23:16:38.440Z | Compiling support-bundle-viewer v0.1.2 |
| 2912 | 2026-02-11T23:16:40.278Z | Compiling multimap v0.10.1 |
| 2913 | 2026-02-11T23:18:35.658Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2914 | 2026-02-11T23:18:52.795Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2915 | 2026-02-11T23:30:18.763Z | Finished `release` profile [optimized] target(s) in 23m 37s |
| 2916 | 2026-02-11T23:31:57.840Z | |
| 2917 | 2026-02-11T23:31:57.840Z | real 25:18.984865115 |
| 2918 | 2026-02-11T23:31:57.865Z | user 2:50:30.634074883 |
| 2919 | 2026-02-11T23:31:57.865Z | sys 5:17.403585207 |
| 2920 | 2026-02-11T23:31:57.865Z | trap 6.153135785 |
| 2921 | 2026-02-11T23:31:57.865Z | tflt 1.648663537 |
| 2922 | 2026-02-11T23:31:57.865Z | dflt 6.392553552 |
| 2923 | 2026-02-11T23:31:57.865Z | kflt 0.000576576 |
| 2924 | 2026-02-11T23:31:57.865Z | lock 11:58:03.240774079 |
| 2925 | 2026-02-11T23:31:57.865Z | slp 8:02:13.539320824 |
| 2926 | 2026-02-11T23:31:57.865Z | lat 4:40.942119222 |
| 2927 | 2026-02-11T23:31:57.865Z | stop 4:11.107753469 |
| 2928 | 2026-02-11T23:31:57.865Z | + mapfile -t packages |
| 2929 | 2026-02-11T23:31:57.865Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2930 | 2026-02-11T23:32:00.044Z | Finished `release` profile [optimized] target(s) in 2.08s |
| 2931 | 2026-02-11T23:32:00.136Z | Running `target/release/omicron-package -t test list-outputs` |
| 2932 | 2026-02-11T23:32:00.218Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2933 | 2026-02-11T23:32:00.242Z | + ptime -m cargo build --locked --release -p xtask |
| 2934 | 2026-02-11T23:32:01.498Z | Compiling serde_core v1.0.228 |
| 2935 | 2026-02-11T23:32:01.499Z | Compiling syn v2.0.114 |
| 2936 | 2026-02-11T23:32:01.499Z | Compiling bitflags v2.9.4 |
| 2937 | 2026-02-11T23:32:01.523Z | Compiling serde v1.0.228 |
| 2938 | 2026-02-11T23:32:01.523Z | Compiling serde_json v1.0.149 |
| 2939 | 2026-02-11T23:32:01.523Z | Compiling libc v0.2.180 |
| 2940 | 2026-02-11T23:32:01.523Z | Compiling num-traits v0.2.19 |
| 2941 | 2026-02-11T23:32:01.523Z | Compiling smallvec v1.15.1 |
| 2942 | 2026-02-11T23:32:01.993Z | Compiling rustix v0.38.37 |
| 2943 | 2026-02-11T23:32:02.155Z | Compiling hashbrown v0.16.1 |
| 2944 | 2026-02-11T23:32:02.385Z | Compiling usdt-impl v0.5.0 |
| 2945 | 2026-02-11T23:32:02.432Z | Compiling syn v1.0.109 |
| 2946 | 2026-02-11T23:32:03.055Z | Compiling percent-encoding v2.3.2 |
| 2947 | 2026-02-11T23:32:03.487Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-02-11T23:32:03.566Z | Compiling rustix v1.1.3 |
| 2949 | 2026-02-11T23:32:03.642Z | Compiling getrandom v0.3.4 |
| 2950 | 2026-02-11T23:32:03.831Z | Compiling indexmap v2.13.0 |
| 2951 | 2026-02-11T23:32:04.244Z | Compiling log v0.4.29 |
| 2952 | 2026-02-11T23:32:04.694Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-02-11T23:32:04.719Z | Compiling terminal_size v0.4.0 |
| 2954 | 2026-02-11T23:32:04.889Z | Compiling form_urlencoded v1.2.2 |
| 2955 | 2026-02-11T23:32:05.450Z | Compiling fs-err v3.1.1 |
| 2956 | 2026-02-11T23:32:05.738Z | Compiling heck v0.4.1 |
| 2957 | 2026-02-11T23:32:05.800Z | Compiling anyhow v1.0.99 |
| 2958 | 2026-02-11T23:32:06.130Z | Compiling once_cell v1.21.3 |
| 2959 | 2026-02-11T23:32:06.380Z | Compiling clap_builder v4.5.48 |
| 2960 | 2026-02-11T23:32:07.284Z | Compiling tempfile v3.24.0 |
| 2961 | 2026-02-11T23:32:08.621Z | Compiling synstructure v0.13.1 |
| 2962 | 2026-02-11T23:32:08.828Z | Compiling proc-macro-error v1.0.4 |
| 2963 | 2026-02-11T23:32:09.041Z | Compiling textwrap v0.16.2 |
| 2964 | 2026-02-11T23:32:09.320Z | Compiling camino-tempfile v1.4.1 |
| 2965 | 2026-02-11T23:32:09.508Z | Compiling tabled_derive v0.7.0 |
| 2966 | 2026-02-11T23:32:10.933Z | Compiling serde_derive v1.0.228 |
| 2967 | 2026-02-11T23:32:10.964Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-02-11T23:32:11.120Z | Compiling zerofrom-derive v0.1.4 |
| 2969 | 2026-02-11T23:32:11.226Z | Compiling yoke-derive v0.7.4 |
| 2970 | 2026-02-11T23:32:11.335Z | Compiling zerovec-derive v0.10.3 |
| 2971 | 2026-02-11T23:32:12.543Z | Compiling displaydoc v0.2.5 |
| 2972 | 2026-02-11T23:32:13.273Z | Compiling thiserror-impl v1.0.69 |
| 2973 | 2026-02-11T23:32:13.394Z | Compiling icu_provider_macros v1.5.0 |
| 2974 | 2026-02-11T23:32:13.436Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-02-11T23:32:13.555Z | Compiling zerofrom v0.1.4 |
| 2976 | 2026-02-11T23:32:13.642Z | Compiling pest v2.8.2 |
| 2977 | 2026-02-11T23:32:13.852Z | Compiling yoke v0.7.4 |
| 2978 | 2026-02-11T23:32:13.889Z | Compiling zerocopy-derive v0.7.35 |
| 2979 | 2026-02-11T23:32:14.275Z | Compiling zerovec v0.10.4 |
| 2980 | 2026-02-11T23:32:14.625Z | Compiling scroll_derive v0.12.0 |
| 2981 | 2026-02-11T23:32:15.536Z | Compiling zerocopy v0.7.35 |
| 2982 | 2026-02-11T23:32:15.642Z | Compiling thiserror v1.0.69 |
| 2983 | 2026-02-11T23:32:15.837Z | Compiling scroll v0.12.0 |
| 2984 | 2026-02-11T23:32:16.522Z | Compiling tinystr v0.7.6 |
| 2985 | 2026-02-11T23:32:16.733Z | Compiling pest_meta v2.8.2 |
| 2986 | 2026-02-11T23:32:16.834Z | Compiling icu_collections v1.5.0 |
| 2987 | 2026-02-11T23:32:17.036Z | Compiling icu_locid v1.5.0 |
| 2988 | 2026-02-11T23:32:17.668Z | Compiling goblin v0.8.2 |
| 2989 | 2026-02-11T23:32:18.394Z | Compiling icu_provider v1.5.0 |
| 2990 | 2026-02-11T23:32:18.531Z | Compiling pest_generator v2.8.2 |
| 2991 | 2026-02-11T23:32:19.412Z | Compiling icu_locid_transform v1.5.0 |
| 2992 | 2026-02-11T23:32:19.987Z | Compiling serde_spanned v0.6.9 |
| 2993 | 2026-02-11T23:32:20.032Z | Compiling pest_derive v2.8.2 |
| 2994 | 2026-02-11T23:32:20.284Z | Compiling toml_datetime v0.6.11 |
| 2995 | 2026-02-11T23:32:20.498Z | Compiling dof v0.3.0 |
| 2996 | 2026-02-11T23:32:20.795Z | Compiling dtrace-parser v0.2.0 |
| 2997 | 2026-02-11T23:32:21.096Z | Compiling icu_properties v1.5.1 |
| 2998 | 2026-02-11T23:32:21.326Z | Compiling toml_edit v0.22.27 |
| 2999 | 2026-02-11T23:32:23.517Z | Compiling serde_tokenstream v0.2.2 |
| 3000 | 2026-02-11T23:32:24.163Z | Compiling erased-serde v0.4.6 |
| 3001 | 2026-02-11T23:32:24.775Z | Compiling icu_normalizer v1.5.0 |
| 3002 | 2026-02-11T23:32:25.673Z | Compiling toml v0.8.23 |
| 3003 | 2026-02-11T23:32:26.684Z | Compiling idna_adapter v1.2.0 |
| 3004 | 2026-02-11T23:32:26.956Z | Compiling idna v1.0.3 |
| 3005 | 2026-02-11T23:32:28.094Z | Compiling url v2.5.4 |
| 3006 | 2026-02-11T23:32:29.438Z | Compiling serde-untagged v0.1.7 |
| 3007 | 2026-02-11T23:32:31.023Z | Compiling serde-value v0.7.0 |
| 3008 | 2026-02-11T23:32:31.887Z | Compiling cargo-util-schemas v0.8.2 |
| 3009 | 2026-02-11T23:32:33.178Z | Compiling usdt-macro v0.5.0 |
| 3010 | 2026-02-11T23:32:33.893Z | Compiling usdt-attr-macro v0.5.0 |
| 3011 | 2026-02-11T23:32:34.297Z | Compiling cargo-platform v0.2.0 |
| 3012 | 2026-02-11T23:32:35.089Z | Compiling clap_derive v4.5.47 |
| 3013 | 2026-02-11T23:32:35.458Z | Compiling usdt v0.5.0 |
| 3014 | 2026-02-11T23:32:35.622Z | Compiling cargo_metadata v0.21.0 |
| 3015 | 2026-02-11T23:32:36.733Z | Compiling cargo_toml v0.21.0 |
| 3016 | 2026-02-11T23:32:36.990Z | Compiling macaddr v1.0.1 |
| 3017 | 2026-02-11T23:32:37.588Z | Compiling tabled v0.15.0 |
| 3018 | 2026-02-11T23:32:38.807Z | Compiling clap v4.5.48 |
| 3019 | 2026-02-11T23:32:49.516Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3020 | 2026-02-11T23:32:56.756Z | Finished `release` profile [optimized] target(s) in 56.42s |
| 3021 | 2026-02-11T23:32:56.917Z | |
| 3022 | 2026-02-11T23:32:56.917Z | real 56.639022442 |
| 3023 | 2026-02-11T23:32:56.917Z | user 5:54.098407150 |
| 3024 | 2026-02-11T23:32:56.917Z | sys 30.666263392 |
| 3025 | 2026-02-11T23:32:56.917Z | trap 0.237973886 |
| 3026 | 2026-02-11T23:32:56.917Z | tflt 0.132391744 |
| 3027 | 2026-02-11T23:32:56.917Z | dflt 0.632608439 |
| 3028 | 2026-02-11T23:32:56.917Z | kflt 0.000010390 |
| 3029 | 2026-02-11T23:32:56.917Z | lock 16:59.069222784 |
| 3030 | 2026-02-11T23:32:56.917Z | slp 19:33.784622452 |
| 3031 | 2026-02-11T23:32:56.917Z | lat 24.671586143 |
| 3032 | 2026-02-11T23:32:56.917Z | stop 32.892471068 |
| 3033 | 2026-02-11T23:32:56.942Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3034 | 2026-02-11T23:32:56.942Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3035 | 2026-02-11T23:32:56.942Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3036 | 2026-02-11T23:32:56.942Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3037 | 2026-02-11T23:32:56.942Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3038 | 2026-02-11T23:32:59.088Z | Compiling regress v0.10.4 |
| 3039 | 2026-02-11T23:32:59.141Z | Compiling unsafe-libyaml v0.2.11 |
| 3040 | 2026-02-11T23:32:59.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3041 | 2026-02-11T23:32:59.165Z | Compiling match_cfg v0.1.0 |
| 3042 | 2026-02-11T23:32:59.238Z | Compiling structmeta-derive v0.3.0 |
| 3043 | 2026-02-11T23:32:59.239Z | Compiling rustls v0.22.4 |
| 3044 | 2026-02-11T23:32:59.263Z | Compiling newtype-uuid-macros v0.1.0 |
| 3045 | 2026-02-11T23:32:59.263Z | Compiling multer v3.1.0 |
| 3046 | 2026-02-11T23:32:59.367Z | Compiling hostname v0.3.1 |
| 3047 | 2026-02-11T23:32:59.654Z | Compiling debug-ignore v1.0.5 |
| 3048 | 2026-02-11T23:32:59.792Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3049 | 2026-02-11T23:32:59.869Z | Compiling progenitor-client v0.10.0 |
| 3050 | 2026-02-11T23:32:59.900Z | Compiling slog-json v2.6.1 |
| 3051 | 2026-02-11T23:33:00.304Z | Compiling async-stream-impl v0.3.6 |
| 3052 | 2026-02-11T23:33:00.482Z | Compiling serde_yaml v0.9.34+deprecated |
| 3053 | 2026-02-11T23:33:00.907Z | Compiling serde_spanned v1.0.4 |
| 3054 | 2026-02-11T23:33:00.996Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3055 | 2026-02-11T23:33:01.230Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3056 | 2026-02-11T23:33:01.298Z | Compiling dropshot v0.16.7 |
| 3057 | 2026-02-11T23:33:01.584Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3058 | 2026-02-11T23:33:01.745Z | Compiling async-stream v0.3.6 |
| 3059 | 2026-02-11T23:33:01.800Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-02-11T23:33:01.837Z | Compiling slog-bunyan v2.5.0 |
| 3061 | 2026-02-11T23:33:02.022Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3062 | 2026-02-11T23:33:02.111Z | Compiling waitgroup v0.1.2 |
| 3063 | 2026-02-11T23:33:02.243Z | Compiling rustls-pemfile v2.2.0 |
| 3064 | 2026-02-11T23:33:02.313Z | Compiling dropshot_endpoint v0.16.7 |
| 3065 | 2026-02-11T23:33:02.396Z | Compiling itertools v0.14.0 |
| 3066 | 2026-02-11T23:33:02.619Z | Compiling typify-impl v0.4.3 |
| 3067 | 2026-02-11T23:33:03.046Z | Compiling serde_path_to_error v0.1.20 |
| 3068 | 2026-02-11T23:33:03.910Z | Compiling hostname v0.4.2 |
| 3069 | 2026-02-11T23:33:03.939Z | Compiling tokio-rustls v0.25.0 |
| 3070 | 2026-02-11T23:33:04.175Z | Compiling derive-ex v0.1.8 |
| 3071 | 2026-02-11T23:33:04.406Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3072 | 2026-02-11T23:33:04.650Z | Compiling macaddr v1.0.1 |
| 3073 | 2026-02-11T23:33:05.111Z | Compiling tabwriter v1.4.0 |
| 3074 | 2026-02-11T23:33:05.212Z | Compiling instant v0.1.13 |
| 3075 | 2026-02-11T23:33:05.239Z | Compiling progenitor-client v0.11.2 |
| 3076 | 2026-02-11T23:33:05.411Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3077 | 2026-02-11T23:33:05.579Z | Compiling parse-display-derive v0.10.0 |
| 3078 | 2026-02-11T23:33:05.866Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3079 | 2026-02-11T23:33:06.189Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3080 | 2026-02-11T23:33:06.243Z | Compiling colored v3.0.0 |
| 3081 | 2026-02-11T23:33:06.442Z | Compiling backoff v0.4.0 |
| 3082 | 2026-02-11T23:33:06.531Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3083 | 2026-02-11T23:33:06.869Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3084 | 2026-02-11T23:33:06.986Z | Compiling proc-macro-crate v1.3.1 |
| 3085 | 2026-02-11T23:33:07.290Z | Compiling crucible-workspace-hack v0.1.0 |
| 3086 | 2026-02-11T23:33:07.666Z | Compiling proc-macro-error v1.0.4 |
| 3087 | 2026-02-11T23:33:07.711Z | Compiling heapless v0.8.0 |
| 3088 | 2026-02-11T23:33:07.909Z | Compiling num_enum_derive v0.5.11 |
| 3089 | 2026-02-11T23:33:08.049Z | Compiling test-strategy v0.4.3 |
| 3090 | 2026-02-11T23:33:08.277Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3091 | 2026-02-11T23:33:08.786Z | Compiling ingot-macros v0.1.1 |
| 3092 | 2026-02-11T23:33:08.882Z | Compiling hash32 v0.3.1 |
| 3093 | 2026-02-11T23:33:08.978Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3094 | 2026-02-11T23:33:09.179Z | Compiling smoltcp v0.11.0 |
| 3095 | 2026-02-11T23:33:09.350Z | Compiling parse-display v0.10.0 |
| 3096 | 2026-02-11T23:33:09.883Z | Compiling foreign-types-macros v0.2.3 |
| 3097 | 2026-02-11T23:33:10.002Z | Compiling foreign-types-shared v0.3.1 |
| 3098 | 2026-02-11T23:33:10.170Z | Compiling num_enum v0.5.11 |
| 3099 | 2026-02-11T23:33:10.200Z | Compiling cobs v0.2.3 |
| 3100 | 2026-02-11T23:33:10.537Z | Compiling postcard v1.0.10 |
| 3101 | 2026-02-11T23:33:10.914Z | Compiling nix v0.30.1 |
| 3102 | 2026-02-11T23:33:11.083Z | Compiling foreign-types v0.5.0 |
| 3103 | 2026-02-11T23:33:11.221Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-02-11T23:33:11.250Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3105 | 2026-02-11T23:33:11.396Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3106 | 2026-02-11T23:33:11.792Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3107 | 2026-02-11T23:33:11.939Z | Compiling cstr-argument v0.1.2 |
| 3108 | 2026-02-11T23:33:12.085Z | Compiling rayon-core v1.12.1 |
| 3109 | 2026-02-11T23:33:12.166Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3110 | 2026-02-11T23:33:12.257Z | Compiling pretty-hex v0.2.1 |
| 3111 | 2026-02-11T23:33:12.494Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3112 | 2026-02-11T23:33:12.599Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3113 | 2026-02-11T23:33:12.647Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-02-11T23:33:12.722Z | Compiling crossbeam-deque v0.8.5 |
| 3115 | 2026-02-11T23:33:12.871Z | Compiling colored v2.2.0 |
| 3116 | 2026-02-11T23:33:12.939Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3117 | 2026-02-11T23:33:13.844Z | Compiling typify-macro v0.4.3 |
| 3118 | 2026-02-11T23:33:13.873Z | Compiling camino-tempfile v1.4.1 |
| 3119 | 2026-02-11T23:33:14.391Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3120 | 2026-02-11T23:33:14.702Z | Compiling rayon v1.10.0 |
| 3121 | 2026-02-11T23:33:14.826Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3122 | 2026-02-11T23:33:14.998Z | Compiling ingot-types v0.1.2 |
| 3123 | 2026-02-11T23:33:15.022Z | Compiling zone_cfg_derive v0.3.0 |
| 3124 | 2026-02-11T23:33:15.471Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3125 | 2026-02-11T23:33:15.854Z | Compiling ingot v0.1.1 |
| 3126 | 2026-02-11T23:33:15.887Z | Compiling smf v0.2.3 |
| 3127 | 2026-02-11T23:33:16.226Z | Compiling num-derive v0.4.2 |
| 3128 | 2026-02-11T23:33:16.389Z | Compiling sigpipe v0.1.3 |
| 3129 | 2026-02-11T23:33:16.563Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3130 | 2026-02-11T23:33:16.966Z | Compiling zone v0.3.1 |
| 3131 | 2026-02-11T23:33:17.090Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3132 | 2026-02-11T23:33:17.568Z | Compiling toml v0.8.23 |
| 3133 | 2026-02-11T23:33:17.635Z | Compiling typify v0.4.3 |
| 3134 | 2026-02-11T23:33:17.839Z | Compiling progenitor-impl v0.11.2 |
| 3135 | 2026-02-11T23:33:17.871Z | Compiling convert_case v0.4.0 |
| 3136 | 2026-02-11T23:33:18.147Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3137 | 2026-02-11T23:33:18.468Z | Compiling universal-hash v0.5.1 |
| 3138 | 2026-02-11T23:33:18.716Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3139 | 2026-02-11T23:33:18.790Z | Compiling derive_more v0.99.20 |
| 3140 | 2026-02-11T23:33:19.046Z | Compiling opaque-debug v0.3.1 |
| 3141 | 2026-02-11T23:33:19.103Z | Compiling secrecy v0.10.3 |
| 3142 | 2026-02-11T23:33:19.133Z | Compiling half v2.4.1 |
| 3143 | 2026-02-11T23:33:19.195Z | Compiling ciborium-io v0.2.2 |
| 3144 | 2026-02-11T23:33:19.233Z | Compiling progenitor-impl v0.10.0 |
| 3145 | 2026-02-11T23:33:19.387Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3146 | 2026-02-11T23:33:19.415Z | Compiling aead v0.5.2 |
| 3147 | 2026-02-11T23:33:19.702Z | Compiling ciborium-ll v0.2.2 |
| 3148 | 2026-02-11T23:33:19.731Z | Compiling poly1305 v0.8.0 |
| 3149 | 2026-02-11T23:33:19.817Z | Compiling chacha20 v0.9.1 |
| 3150 | 2026-02-11T23:33:20.069Z | Compiling ciborium v0.2.2 |
| 3151 | 2026-02-11T23:33:20.177Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3152 | 2026-02-11T23:33:20.349Z | Compiling num-rational v0.4.2 |
| 3153 | 2026-02-11T23:33:21.253Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3154 | 2026-02-11T23:33:21.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3155 | 2026-02-11T23:33:21.855Z | Compiling num-complex v0.4.6 |
| 3156 | 2026-02-11T23:33:21.885Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3157 | 2026-02-11T23:33:22.137Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3158 | 2026-02-11T23:33:22.325Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3159 | 2026-02-11T23:33:22.760Z | Compiling num v0.4.3 |
| 3160 | 2026-02-11T23:33:22.911Z | Compiling password-hash v0.5.0 |
| 3161 | 2026-02-11T23:33:23.846Z | Compiling thiserror-no-std v2.0.2 |
| 3162 | 2026-02-11T23:33:23.872Z | Compiling blake2 v0.10.6 |
| 3163 | 2026-02-11T23:33:24.023Z | Compiling indent_write v2.2.0 |
| 3164 | 2026-02-11T23:33:24.302Z | Compiling float-ord v0.3.2 |
| 3165 | 2026-02-11T23:33:24.331Z | Compiling progenitor-macro v0.11.2 |
| 3166 | 2026-02-11T23:33:24.535Z | Compiling argon2 v0.5.3 |
| 3167 | 2026-02-11T23:33:24.873Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3168 | 2026-02-11T23:33:25.004Z | Compiling vsss-rs v3.3.4 |
| 3169 | 2026-02-11T23:33:25.135Z | Compiling chacha20poly1305 v0.10.1 |
| 3170 | 2026-02-11T23:33:25.417Z | Compiling progenitor-macro v0.10.0 |
| 3171 | 2026-02-11T23:33:25.446Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-02-11T23:33:26.010Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-02-11T23:33:26.264Z | Compiling usdt-macro v0.5.0 |
| 3174 | 2026-02-11T23:33:26.539Z | Compiling usdt-attr-macro v0.5.0 |
| 3175 | 2026-02-11T23:33:26.999Z | Compiling derive-where v1.5.0 |
| 3176 | 2026-02-11T23:33:27.049Z | Compiling cancel-safe-futures v0.1.5 |
| 3177 | 2026-02-11T23:33:27.353Z | Compiling owo-colors v4.2.2 |
| 3178 | 2026-02-11T23:33:27.503Z | Compiling console v0.15.10 |
| 3179 | 2026-02-11T23:33:27.719Z | Compiling resolv-conf v0.7.0 |
| 3180 | 2026-02-11T23:33:28.059Z | Compiling libsw-core v0.3.1 |
| 3181 | 2026-02-11T23:33:28.094Z | Compiling usdt v0.5.0 |
| 3182 | 2026-02-11T23:33:28.379Z | Compiling libsw v3.5.0 |
| 3183 | 2026-02-11T23:33:28.687Z | Compiling async-recursion v1.1.1 |
| 3184 | 2026-02-11T23:33:28.787Z | Compiling libefi-sys v0.1.0 |
| 3185 | 2026-02-11T23:33:29.108Z | Compiling linear-map v1.2.0 |
| 3186 | 2026-02-11T23:33:29.312Z | Compiling hickory-proto v0.24.4 |
| 3187 | 2026-02-11T23:33:29.352Z | Compiling newline-converter v0.3.0 |
| 3188 | 2026-02-11T23:33:29.494Z | Compiling atomicwrites v0.4.4 |
| 3189 | 2026-02-11T23:33:29.580Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-02-11T23:33:29.882Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-02-11T23:33:29.920Z | Compiling semver v0.1.20 |
| 3192 | 2026-02-11T23:33:30.110Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-02-11T23:33:30.245Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3194 | 2026-02-11T23:33:30.402Z | Compiling rustc_version v0.1.7 |
| 3195 | 2026-02-11T23:33:30.432Z | Compiling lru-cache v0.1.2 |
| 3196 | 2026-02-11T23:33:30.702Z | Compiling slog-dtrace v0.3.0 |
| 3197 | 2026-02-11T23:33:30.877Z | Compiling siphasher v1.0.1 |
| 3198 | 2026-02-11T23:33:30.952Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-02-11T23:33:31.029Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-02-11T23:33:31.177Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3201 | 2026-02-11T23:33:31.213Z | Compiling newtype_derive v0.1.6 |
| 3202 | 2026-02-11T23:33:31.331Z | Compiling phf_shared v0.12.1 |
| 3203 | 2026-02-11T23:33:31.599Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-02-11T23:33:31.628Z | Compiling tokio-dtrace v0.1.0 |
| 3205 | 2026-02-11T23:33:31.688Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3206 | 2026-02-11T23:33:31.730Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3207 | 2026-02-11T23:33:32.105Z | Compiling pin-project-internal v1.1.6 |
| 3208 | 2026-02-11T23:33:32.413Z | Compiling csv-core v0.1.11 |
| 3209 | 2026-02-11T23:33:32.490Z | Compiling xshell-macros v0.2.7 |
| 3210 | 2026-02-11T23:33:32.736Z | Compiling base64 v0.21.7 |
| 3211 | 2026-02-11T23:33:32.928Z | Compiling chrono-tz v0.10.4 |
| 3212 | 2026-02-11T23:33:33.281Z | Compiling xshell v0.2.7 |
| 3213 | 2026-02-11T23:33:33.353Z | Compiling csv v1.3.1 |
| 3214 | 2026-02-11T23:33:33.474Z | Compiling const_format_proc_macros v0.2.34 |
| 3215 | 2026-02-11T23:33:34.079Z | Compiling oxide-tokio-rt v0.1.2 |
| 3216 | 2026-02-11T23:33:34.489Z | Compiling hickory-resolver v0.24.4 |
| 3217 | 2026-02-11T23:33:34.525Z | Compiling phf v0.12.1 |
| 3218 | 2026-02-11T23:33:34.813Z | Compiling pin-project v1.1.6 |
| 3219 | 2026-02-11T23:33:34.910Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3220 | 2026-02-11T23:33:35.017Z | Compiling snafu-derive v0.8.5 |
| 3221 | 2026-02-11T23:33:35.554Z | Compiling primeorder v0.13.6 |
| 3222 | 2026-02-11T23:33:35.583Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-02-11T23:33:36.164Z | Compiling pem v3.0.5 |
| 3224 | 2026-02-11T23:33:36.235Z | Compiling progenitor v0.11.2 |
| 3225 | 2026-02-11T23:33:36.513Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3226 | 2026-02-11T23:33:36.595Z | Compiling highway v1.3.0 |
| 3227 | 2026-02-11T23:33:36.954Z | Compiling qorb v0.4.1 |
| 3228 | 2026-02-11T23:33:37.189Z | Compiling same-file v1.0.6 |
| 3229 | 2026-02-11T23:33:37.386Z | Compiling progenitor v0.10.0 |
| 3230 | 2026-02-11T23:33:37.437Z | Compiling walkdir v2.5.0 |
| 3231 | 2026-02-11T23:33:37.597Z | Compiling const_format v0.2.34 |
| 3232 | 2026-02-11T23:33:38.256Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3233 | 2026-02-11T23:33:38.320Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-02-11T23:33:39.550Z | Compiling snafu v0.8.5 |
| 3235 | 2026-02-11T23:33:39.997Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3236 | 2026-02-11T23:33:40.022Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3237 | 2026-02-11T23:33:40.179Z | Compiling tabled_derive v0.7.0 |
| 3238 | 2026-02-11T23:33:40.344Z | Compiling globset v0.4.15 |
| 3239 | 2026-02-11T23:33:40.382Z | Compiling olpc-cjson v0.1.4 |
| 3240 | 2026-02-11T23:33:40.724Z | Compiling bcs v0.1.6 |
| 3241 | 2026-02-11T23:33:41.267Z | Compiling serde_plain v1.0.2 |
| 3242 | 2026-02-11T23:33:41.294Z | Compiling termtree v0.5.1 |
| 3243 | 2026-02-11T23:33:41.392Z | Compiling radium v0.7.0 |
| 3244 | 2026-02-11T23:33:41.604Z | Compiling typed-path v0.9.3 |
| 3245 | 2026-02-11T23:33:41.687Z | Compiling utf-8 v0.7.6 |
| 3246 | 2026-02-11T23:33:41.726Z | Compiling salty v0.3.0 |
| 3247 | 2026-02-11T23:33:41.856Z | Compiling textwrap v0.16.2 |
| 3248 | 2026-02-11T23:33:41.948Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3249 | 2026-02-11T23:33:42.085Z | Compiling tungstenite v0.21.0 |
| 3250 | 2026-02-11T23:33:42.234Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3251 | 2026-02-11T23:33:42.260Z | Compiling tabled v0.15.0 |
| 3252 | 2026-02-11T23:33:42.627Z | Compiling steno v0.4.1 |
| 3253 | 2026-02-11T23:33:42.873Z | Compiling typify-impl v0.2.0 |
| 3254 | 2026-02-11T23:33:44.020Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3255 | 2026-02-11T23:33:44.631Z | Compiling tough v0.20.0 |
| 3256 | 2026-02-11T23:33:45.725Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-02-11T23:33:45.976Z | Compiling tap v1.0.1 |
| 3258 | 2026-02-11T23:33:46.221Z | Compiling moka v0.12.10 |
| 3259 | 2026-02-11T23:33:46.606Z | Compiling maybe-uninit v2.0.0 |
| 3260 | 2026-02-11T23:33:47.234Z | Compiling humantime v2.2.0 |
| 3261 | 2026-02-11T23:33:47.957Z | Compiling wyz v0.5.1 |
| 3262 | 2026-02-11T23:33:48.002Z | Compiling tokio-tungstenite v0.21.0 |
| 3263 | 2026-02-11T23:33:48.419Z | Compiling p384 v0.13.1 |
| 3264 | 2026-02-11T23:33:48.501Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3265 | 2026-02-11T23:33:48.680Z | Compiling funty v2.0.0 |
| 3266 | 2026-02-11T23:33:48.943Z | Compiling arc-swap v1.7.1 |
| 3267 | 2026-02-11T23:33:49.090Z | Compiling packed_struct v0.10.1 |
| 3268 | 2026-02-11T23:33:49.548Z | Compiling tagptr v0.2.0 |
| 3269 | 2026-02-11T23:33:49.626Z | Compiling bitvec v1.0.1 |
| 3270 | 2026-02-11T23:33:49.656Z | Compiling slog-scope v4.4.0 |
| 3271 | 2026-02-11T23:33:50.224Z | Compiling polyval v0.6.2 |
| 3272 | 2026-02-11T23:33:50.344Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3273 | 2026-02-11T23:33:50.658Z | Compiling packed_struct_codegen v0.10.1 |
| 3274 | 2026-02-11T23:33:51.010Z | Compiling zerocopy-derive v0.6.6 |
| 3275 | 2026-02-11T23:33:51.603Z | Compiling bitfield-macros v0.19.2 |
| 3276 | 2026-02-11T23:33:52.797Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-02-11T23:33:52.928Z | Compiling indexmap v1.9.3 |
| 3278 | 2026-02-11T23:33:52.960Z | Compiling nodrop v0.1.14 |
| 3279 | 2026-02-11T23:33:53.002Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3280 | 2026-02-11T23:33:53.033Z | Compiling parking_lot_core v0.8.6 |
| 3281 | 2026-02-11T23:33:53.152Z | Compiling crc-catalog v2.4.0 |
| 3282 | 2026-02-11T23:33:53.373Z | Compiling crc v3.2.1 |
| 3283 | 2026-02-11T23:33:53.437Z | Compiling array-init v0.0.4 |
| 3284 | 2026-02-11T23:33:53.483Z | Compiling bitfield v0.19.2 |
| 3285 | 2026-02-11T23:33:53.627Z | Compiling proc-macro-error2 v2.0.1 |
| 3286 | 2026-02-11T23:33:53.697Z | Compiling typify-macro v0.2.0 |
| 3287 | 2026-02-11T23:33:53.887Z | Compiling zerocopy v0.6.6 |
| 3288 | 2026-02-11T23:33:54.047Z | Compiling hickory-resolver v0.25.2 |
| 3289 | 2026-02-11T23:33:54.073Z | Compiling ghash v0.5.1 |
| 3290 | 2026-02-11T23:33:54.342Z | Compiling smallvec v0.6.14 |
| 3291 | 2026-02-11T23:33:54.373Z | Compiling slog-stdlog v4.1.1 |
| 3292 | 2026-02-11T23:33:54.509Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3293 | 2026-02-11T23:33:54.640Z | Compiling ctr v0.9.2 |
| 3294 | 2026-02-11T23:33:54.804Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-02-11T23:33:54.833Z | Compiling lzma-sys v0.1.20 |
| 3296 | 2026-02-11T23:33:55.052Z | Compiling unicase v2.8.1 |
| 3297 | 2026-02-11T23:33:55.375Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3298 | 2026-02-11T23:33:55.469Z | Compiling hashbrown v0.12.3 |
| 3299 | 2026-02-11T23:33:55.616Z | Compiling mime_guess v2.0.5 |
| 3300 | 2026-02-11T23:33:55.766Z | Compiling aes-gcm v0.10.3 |
| 3301 | 2026-02-11T23:33:56.112Z | Compiling serde-hex v0.1.0 |
| 3302 | 2026-02-11T23:33:56.539Z | Compiling libscf-sys v1.1.0 |
| 3303 | 2026-02-11T23:33:56.646Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3304 | 2026-02-11T23:33:56.811Z | Compiling slog-envlogger v2.2.0 |
| 3305 | 2026-02-11T23:33:57.069Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3306 | 2026-02-11T23:33:57.415Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3307 | 2026-02-11T23:33:57.444Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3308 | 2026-02-11T23:33:57.563Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3309 | 2026-02-11T23:33:58.238Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3310 | 2026-02-11T23:33:58.520Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3311 | 2026-02-11T23:33:58.583Z | Compiling typify v0.2.0 |
| 3312 | 2026-02-11T23:33:58.847Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3313 | 2026-02-11T23:33:59.492Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3314 | 2026-02-11T23:34:00.219Z | Compiling progenitor-impl v0.8.0 |
| 3315 | 2026-02-11T23:34:00.966Z | Compiling tabled_derive v0.11.0 |
| 3316 | 2026-02-11T23:34:02.536Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3317 | 2026-02-11T23:34:02.711Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3318 | 2026-02-11T23:34:03.547Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3319 | 2026-02-11T23:34:03.899Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3320 | 2026-02-11T23:34:04.572Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3321 | 2026-02-11T23:34:05.648Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3322 | 2026-02-11T23:34:06.157Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3323 | 2026-02-11T23:34:06.253Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3324 | 2026-02-11T23:34:06.402Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3325 | 2026-02-11T23:34:06.599Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3326 | 2026-02-11T23:34:06.633Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3327 | 2026-02-11T23:34:06.831Z | Compiling progenitor-macro v0.8.0 |
| 3328 | 2026-02-11T23:34:07.622Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-02-11T23:34:07.783Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3330 | 2026-02-11T23:34:08.500Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3331 | 2026-02-11T23:34:08.859Z | Compiling ron v0.8.1 |
| 3332 | 2026-02-11T23:34:09.565Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3333 | 2026-02-11T23:34:09.595Z | Compiling papergrid v0.17.0 |
| 3334 | 2026-02-11T23:34:09.940Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3335 | 2026-02-11T23:34:11.091Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3336 | 2026-02-11T23:34:11.514Z | Compiling testing_table v0.3.0 |
| 3337 | 2026-02-11T23:34:11.829Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3338 | 2026-02-11T23:34:12.251Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3339 | 2026-02-11T23:34:12.950Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-02-11T23:34:13.530Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3341 | 2026-02-11T23:34:14.091Z | Compiling progenitor-client v0.8.0 |
| 3342 | 2026-02-11T23:34:14.125Z | Compiling heck v0.3.3 |
| 3343 | 2026-02-11T23:34:14.540Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3344 | 2026-02-11T23:34:14.663Z | Compiling ssh-encoding v0.2.0 |
| 3345 | 2026-02-11T23:34:14.944Z | Compiling blowfish v0.9.1 |
| 3346 | 2026-02-11T23:34:15.196Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3347 | 2026-02-11T23:34:15.428Z | Compiling nibble_vec v0.1.0 |
| 3348 | 2026-02-11T23:34:15.493Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3349 | 2026-02-11T23:34:15.704Z | Compiling crc-any v2.5.0 |
| 3350 | 2026-02-11T23:34:15.867Z | Compiling corncobs v0.1.4 |
| 3351 | 2026-02-11T23:34:15.898Z | Compiling endian-type v0.1.2 |
| 3352 | 2026-02-11T23:34:15.932Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3353 | 2026-02-11T23:34:16.196Z | Compiling radix_trie v0.2.1 |
| 3354 | 2026-02-11T23:34:16.230Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-02-11T23:34:16.264Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3356 | 2026-02-11T23:34:16.484Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3357 | 2026-02-11T23:34:16.843Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3358 | 2026-02-11T23:34:17.097Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3359 | 2026-02-11T23:34:17.330Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-02-11T23:34:17.836Z | Compiling zone_cfg_derive v0.1.2 |
| 3361 | 2026-02-11T23:34:18.692Z | Compiling progenitor v0.8.0 |
| 3362 | 2026-02-11T23:34:18.874Z | Compiling object v0.30.4 |
| 3363 | 2026-02-11T23:34:19.088Z | Compiling tabled v0.20.0 |
| 3364 | 2026-02-11T23:34:19.446Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3365 | 2026-02-11T23:34:20.095Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-02-11T23:34:20.158Z | Compiling parking_lot v0.11.2 |
| 3367 | 2026-02-11T23:34:20.980Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3368 | 2026-02-11T23:34:22.193Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3369 | 2026-02-11T23:34:22.486Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3370 | 2026-02-11T23:34:22.977Z | Compiling prefix-trie v0.7.0 |
| 3371 | 2026-02-11T23:34:23.937Z | Compiling password-hash v0.4.2 |
| 3372 | 2026-02-11T23:34:24.780Z | Compiling fxhash v0.2.1 |
| 3373 | 2026-02-11T23:34:24.851Z | Compiling secrecy v0.8.0 |
| 3374 | 2026-02-11T23:34:25.066Z | Compiling base64 v0.13.1 |
| 3375 | 2026-02-11T23:34:25.184Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3376 | 2026-02-11T23:34:25.677Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3377 | 2026-02-11T23:34:25.757Z | Compiling path-slash v0.1.5 |
| 3378 | 2026-02-11T23:34:26.021Z | Compiling http-range v0.1.5 |
| 3379 | 2026-02-11T23:34:26.430Z | Compiling half v1.8.3 |
| 3380 | 2026-02-11T23:34:26.684Z | Compiling number_prefix v0.4.0 |
| 3381 | 2026-02-11T23:34:26.991Z | Compiling indicatif v0.17.11 |
| 3382 | 2026-02-11T23:34:27.021Z | Compiling serde_cbor v0.11.2 |
| 3383 | 2026-02-11T23:34:28.357Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3384 | 2026-02-11T23:34:29.004Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3385 | 2026-02-11T23:34:30.054Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3386 | 2026-02-11T23:34:30.169Z | Compiling ron v0.7.1 |
| 3387 | 2026-02-11T23:34:31.550Z | Compiling sled v0.34.7 |
| 3388 | 2026-02-11T23:34:32.121Z | Compiling pbkdf2 v0.11.0 |
| 3389 | 2026-02-11T23:34:32.541Z | Compiling hickory-server v0.25.2 |
| 3390 | 2026-02-11T23:34:32.654Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3391 | 2026-02-11T23:34:33.522Z | Compiling xz2 v0.1.7 |
| 3392 | 2026-02-11T23:34:34.784Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3393 | 2026-02-11T23:34:34.961Z | Compiling zone v0.1.8 |
| 3394 | 2026-02-11T23:34:35.857Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3395 | 2026-02-11T23:34:36.227Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3396 | 2026-02-11T23:34:36.255Z | Compiling ssh-key v0.6.6 |
| 3397 | 2026-02-11T23:34:36.673Z | Compiling hickory-client v0.25.2 |
| 3398 | 2026-02-11T23:34:37.390Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3399 | 2026-02-11T23:34:39.083Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3400 | 2026-02-11T23:34:39.169Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3401 | 2026-02-11T23:34:39.206Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3402 | 2026-02-11T23:34:40.185Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3403 | 2026-02-11T23:34:40.369Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3404 | 2026-02-11T23:34:40.554Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3405 | 2026-02-11T23:34:40.689Z | Compiling p256 v0.13.2 |
| 3406 | 2026-02-11T23:34:41.261Z | Compiling p521 v0.13.3 |
| 3407 | 2026-02-11T23:34:41.473Z | Compiling yasna v0.5.2 |
| 3408 | 2026-02-11T23:34:42.159Z | Compiling headers-core v0.3.0 |
| 3409 | 2026-02-11T23:34:42.253Z | Compiling kstat-rs v0.2.4 |
| 3410 | 2026-02-11T23:34:42.412Z | Compiling nanorand v0.7.0 |
| 3411 | 2026-02-11T23:34:42.776Z | Compiling atty v0.2.14 |
| 3412 | 2026-02-11T23:34:42.808Z | Compiling russh-cryptovec v0.7.3 |
| 3413 | 2026-02-11T23:34:42.856Z | Compiling md5 v0.7.0 |
| 3414 | 2026-02-11T23:34:42.995Z | Compiling crc8 v0.1.1 |
| 3415 | 2026-02-11T23:34:43.031Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3416 | 2026-02-11T23:34:43.074Z | Compiling flume v0.11.1 |
| 3417 | 2026-02-11T23:34:43.187Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3418 | 2026-02-11T23:34:43.219Z | Compiling russh-keys v0.45.0 |
| 3419 | 2026-02-11T23:34:43.256Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3420 | 2026-02-11T23:34:43.440Z | Compiling rcgen v0.12.1 |
| 3421 | 2026-02-11T23:34:43.793Z | Compiling headers v0.4.1 |
| 3422 | 2026-02-11T23:34:45.356Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3423 | 2026-02-11T23:34:45.430Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3424 | 2026-02-11T23:34:45.477Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3425 | 2026-02-11T23:34:46.340Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3426 | 2026-02-11T23:34:46.547Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3427 | 2026-02-11T23:34:48.406Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3428 | 2026-02-11T23:34:48.518Z | Compiling hyper-staticfile v0.10.1 |
| 3429 | 2026-02-11T23:34:49.579Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-02-11T23:34:50.868Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3431 | 2026-02-11T23:34:51.524Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-02-11T23:34:53.341Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3433 | 2026-02-11T23:34:53.740Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3434 | 2026-02-11T23:34:53.891Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-02-11T23:34:54.742Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3436 | 2026-02-11T23:34:56.147Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3437 | 2026-02-11T23:34:56.495Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3438 | 2026-02-11T23:34:57.762Z | Compiling num-bigint v0.4.6 |
| 3439 | 2026-02-11T23:34:58.004Z | Compiling des v0.8.1 |
| 3440 | 2026-02-11T23:34:58.380Z | Compiling subprocess v0.2.9 |
| 3441 | 2026-02-11T23:34:58.408Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-02-11T23:34:59.306Z | Compiling display-error-chain v0.2.2 |
| 3443 | 2026-02-11T23:34:59.415Z | Compiling hex-literal v0.4.1 |
| 3444 | 2026-02-11T23:34:59.587Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3445 | 2026-02-11T23:34:59.643Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3446 | 2026-02-11T23:35:00.049Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3447 | 2026-02-11T23:35:00.562Z | Compiling internet-checksum v0.2.1 |
| 3448 | 2026-02-11T23:35:00.826Z | Compiling russh v0.45.0 |
| 3449 | 2026-02-11T23:35:04.541Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-02-11T23:35:04.923Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-02-11T23:35:07.562Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-02-11T23:35:09.073Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-02-11T23:35:09.309Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3454 | 2026-02-11T23:35:09.399Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3455 | 2026-02-11T23:35:23.919Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3456 | 2026-02-11T23:36:17.250Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3457 | 2026-02-11T23:36:57.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s |
| 3458 | 2026-02-11T23:36:58.083Z | |
| 3459 | 2026-02-11T23:36:58.083Z | real 4:01.082762619 |
| 3460 | 2026-02-11T23:36:58.083Z | user 18:54.764986447 |
| 3461 | 2026-02-11T23:36:58.084Z | sys 2:50.475225443 |
| 3462 | 2026-02-11T23:36:58.084Z | trap 0.667402279 |
| 3463 | 2026-02-11T23:36:58.084Z | tflt 0.129661696 |
| 3464 | 2026-02-11T23:36:58.084Z | dflt 0.988091387 |
| 3465 | 2026-02-11T23:36:58.084Z | kflt 0.000255452 |
| 3466 | 2026-02-11T23:36:58.084Z | lock 51:53.785181851 |
| 3467 | 2026-02-11T23:36:58.084Z | slp 1:07:30.581517342 |
| 3468 | 2026-02-11T23:36:58.084Z | lat 1:04.177423110 |
| 3469 | 2026-02-11T23:36:58.084Z | stop 2:40.881051160 |
| 3470 | 2026-02-11T23:36:58.108Z | + mkdir tests |
| 3471 | 2026-02-11T23:36:58.108Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3472 | 2026-02-11T23:36:58.108Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3473 | 2026-02-11T23:36:58.142Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-442ea0d2ec78026e tests/ |
| 3474 | 2026-02-11T23:36:58.180Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4615fce1534b0741 tests/ |
| 3475 | 2026-02-11T23:36:58.216Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e09fb46a8fe4b3d7 tests/ |
| 3476 | 2026-02-11T23:36:58.253Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-10d7d1e4ba944eaa tests/ |
| 3477 | 2026-02-11T23:36:58.611Z | + 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/*) |
| 3478 | 2026-02-11T23:36:58.636Z | + 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-4615fce1534b0741 tests/commtest-e09fb46a8fe4b3d7 tests/dhcp_server-442ea0d2ec78026e tests/end_to_end_tests-10d7d1e4ba944eaa 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 |
| 3479 | 2026-02-11T23:39:12.589Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3480 | 2026-02-11T23:39:12.589Z | a .github/buildomat/ci-env.sh 1K |
| 3481 | 2026-02-11T23:39:12.589Z | a out/target/test 1K |
| 3482 | 2026-02-11T23:39:12.589Z | a out/npuzone/npuzone 27402K |
| 3483 | 2026-02-11T23:39:12.589Z | a package-manifest.toml 35K |
| 3484 | 2026-02-11T23:39:12.589Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3485 | 2026-02-11T23:39:12.589Z | a target/release/omicron-package 43162K |
| 3486 | 2026-02-11T23:39:12.589Z | a target/release/xtask 11507K |
| 3487 | 2026-02-11T23:39:12.589Z | a target/debug/bootstrap 322232K |
| 3488 | 2026-02-11T23:39:12.589Z | a tests/bootstrap-4615fce1534b0741 31130K |
| 3489 | 2026-02-11T23:39:12.589Z | a tests/commtest-e09fb46a8fe4b3d7 31626K |
| 3490 | 2026-02-11T23:39:12.589Z | a tests/dhcp_server-442ea0d2ec78026e 31130K |
| 3491 | 2026-02-11T23:39:12.589Z | a tests/end_to_end_tests-10d7d1e4ba944eaa 366563K |
| 3492 | 2026-02-11T23:39:12.589Z | a out/clickhouse.tar.gz 319512K |
| 3493 | 2026-02-11T23:39:12.589Z | a out/clickhouse_keeper.tar.gz 302501K |
| 3494 | 2026-02-11T23:39:12.590Z | a out/clickhouse_server.tar.gz 319512K |
| 3495 | 2026-02-11T23:39:12.590Z | a out/cockroachdb.tar.gz 165102K |
| 3496 | 2026-02-11T23:39:12.590Z | a out/crucible-pantry-zone.tar.gz 41540K |
| 3497 | 2026-02-11T23:39:12.590Z | a out/crucible-utils.tar 17744K |
| 3498 | 2026-02-11T23:39:12.590Z | a out/crucible-zone.tar.gz 55678K |
| 3499 | 2026-02-11T23:39:12.590Z | a out/external-dns.tar.gz 48773K |
| 3500 | 2026-02-11T23:39:12.590Z | a out/internal-dns.tar.gz 48773K |
| 3501 | 2026-02-11T23:39:12.590Z | a out/mg-ddm-gz.tar 79965K |
| 3502 | 2026-02-11T23:39:12.590Z | a out/nexus.tar.gz 210330K |
| 3503 | 2026-02-11T23:39:12.590Z | a out/ntp.tar.gz 29643K |
| 3504 | 2026-02-11T23:39:12.590Z | a out/omicron-gateway-softnpu.tar.gz 28429K |
| 3505 | 2026-02-11T23:39:12.590Z | a out/omicron-sled-agent.tar 193192K |
| 3506 | 2026-02-11T23:39:12.590Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-02-11T23:39:12.590Z | a out/oximeter.tar.gz 64951K |
| 3508 | 2026-02-11T23:39:12.590Z | a out/oxlog.tar 3946K |
| 3509 | 2026-02-11T23:39:12.590Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-02-11T23:39:12.590Z | a out/propolis-server.tar.gz 74629K |
| 3511 | 2026-02-11T23:39:12.590Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-02-11T23:39:12.590Z | a out/switch-softnpu.tar.gz 372717K |
| 3513 | 2026-02-11T23:39:12.614Z | |
| 3514 | 2026-02-11T23:39:12.614Z | real 2:13.978792397 |
| 3515 | 2026-02-11T23:39:12.614Z | user 2:03.565834821 |
| 3516 | 2026-02-11T23:39:12.614Z | sys 13.008187851 |
| 3517 | 2026-02-11T23:39:12.614Z | trap 0.044924995 |
| 3518 | 2026-02-11T23:39:12.614Z | tflt 0.000000000 |
| 3519 | 2026-02-11T23:39:12.614Z | dflt 0.000000000 |
| 3520 | 2026-02-11T23:39:12.614Z | kflt 0.000000000 |
| 3521 | 2026-02-11T23:39:12.614Z | lock 0.000000000 |
| 3522 | 2026-02-11T23:39:12.614Z | slp 2:03.411746793 |
| 3523 | 2026-02-11T23:39:12.614Z | lat 7.917372560 |
| 3524 | 2026-02-11T23:39:12.614Z | stop 0.001383092 |
| 3525 | 2026-02-11T23:39:12.615Z | process exited: duration 2794307 ms, exit code 0 |
| |
| 3526 | 2026-02-11T23:39:12.700Z | found 1 output files |
| 3527 | 2026-02-11T23:39:12.700Z | uploading: /work/package.tar.gz (2409516947 bytes) |
| 3528 | 2026-02-11T23:42:06.571Z | uploaded: /work/package.tar.gz |