|
|
|
| 1 | 2025-08-30T04:26:13.701Z | job assigned to worker 01K3WKHY4TH338QKSZC5XYKRH1 [factory aws, i-04e4fc8731fca42b4] (queued for 57 s) |
| |
| 2 | 2025-08-30T04:26:22.209Z | starting task 0: "setup" |
| 3 | 2025-08-30T04:26:22.214Z | ++ uname -s |
| 4 | 2025-08-30T04:26:22.217Z | + kern=SunOS |
| 5 | 2025-08-30T04:26:22.217Z | + build_user=build |
| 6 | 2025-08-30T04:26:22.217Z | + build_uid=12345 |
| 7 | 2025-08-30T04:26:22.217Z | + work_dir=/work |
| 8 | 2025-08-30T04:26:22.217Z | + input_dir=/input |
| 9 | 2025-08-30T04:26:22.217Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-30T04:26:22.217Z | + case "$kern" in |
| 11 | 2025-08-30T04:26:22.217Z | + groupadd -g 12345 build |
| 12 | 2025-08-30T04:26:22.221Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-30T04:26:24.228Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-30T04:26:24.342Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-30T04:26:24.345Z | + home_fs=zfs |
| 16 | 2025-08-30T04:26:24.345Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-30T04:26:24.346Z | + mkdir -p /home/build |
| 18 | 2025-08-30T04:26:24.349Z | + chown build:build /home/build /work |
| 19 | 2025-08-30T04:26:26.349Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-30T04:26:26.353Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2025-08-30T04:26:26.360Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-30T04:26:26.365Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-08-30T04:26:26.366Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-08-30T04:26:26.366Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-08-30T04:26:26.366Z | * rust toolchain profile = "default" |
| 26 | 2025-08-30T04:26:26.366Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-30T04:26:26.366Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-30T04:26:26.369Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-30T04:26:26.369Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-30T04:26:26.481Z | info: downloading installer |
| 31 | 2025-08-30T04:26:27.929Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-30T04:26:27.929Z | warn: /opt/ooce/bin |
| 33 | 2025-08-30T04:26:27.929Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-30T04:26:27.929Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-30T04:26:27.929Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-30T04:26:27.929Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-30T04:26:27.929Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-30T04:26:27.929Z | error: cannot install while Rust is installed |
| 39 | 2025-08-30T04:26:27.929Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-30T04:26:27.946Z | info: profile set to 'default' |
| 41 | 2025-08-30T04:26:27.946Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-30T04:26:27.950Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-30T04:26:28.111Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-30T04:26:28.111Z | info: downloading component 'cargo' |
| 45 | 2025-08-30T04:26:28.925Z | info: downloading component 'clippy' |
| 46 | 2025-08-30T04:26:29.298Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-30T04:26:30.485Z | info: downloading component 'rust-std' |
| 48 | 2025-08-30T04:26:32.199Z | info: downloading component 'rustc' |
| 49 | 2025-08-30T04:26:39.414Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-30T04:26:39.689Z | info: installing component 'cargo' |
| 51 | 2025-08-30T04:26:40.590Z | info: installing component 'clippy' |
| 52 | 2025-08-30T04:26:40.986Z | info: installing component 'rust-docs' |
| 53 | 2025-08-30T04:26:42.839Z | info: installing component 'rust-std' |
| 54 | 2025-08-30T04:26:44.745Z | info: installing component 'rustc' |
| 55 | 2025-08-30T04:26:51.365Z | info: installing component 'rustfmt' |
| 56 | 2025-08-30T04:26:51.701Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-08-30T04:26:51.701Z | |
| 58 | 2025-08-30T04:26:52.130Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-30T04:26:52.130Z | |
| 60 | 2025-08-30T04:26:52.133Z | |
| 61 | 2025-08-30T04:26:52.133Z | Rust is installed now. Great! |
| 62 | 2025-08-30T04:26:52.133Z | |
| 63 | 2025-08-30T04:26:52.133Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-30T04:26:52.133Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-30T04:26:52.133Z | |
| 66 | 2025-08-30T04:26:52.134Z | To configure your current shell, you need to source |
| 67 | 2025-08-30T04:26:52.134Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-30T04:26:52.134Z | |
| 69 | 2025-08-30T04:26:52.134Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-30T04:26:52.134Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-30T04:26:52.134Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-30T04:26:52.134Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-30T04:26:52.229Z | + rustup --version |
| 74 | 2025-08-30T04:26:52.244Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-30T04:26:52.248Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-30T04:26:52.354Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-30T04:26:52.358Z | + cargo --version |
| 78 | 2025-08-30T04:26:52.424Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-30T04:26:52.427Z | + rustc --version |
| 80 | 2025-08-30T04:26:52.499Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-30T04:26:52.503Z | process exited: duration 26140 ms, exit code 0 |
| |
| 82 | 2025-08-30T04:26:52.510Z | starting task 2: "authentication" |
| 83 | 2025-08-30T04:26:52.532Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-08-30T04:26:52.541Z | starting task 3: "clone repository" |
| 85 | 2025-08-30T04:26:52.544Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-30T04:26:52.547Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-30T04:26:52.589Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-30T04:27:01.433Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-30T04:27:01.433Z | + git fetch origin 77576773b7584c9c76348276726ace6b2f6b17f7 |
| 90 | 2025-08-30T04:27:01.771Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-30T04:27:01.771Z | * branch 77576773b7584c9c76348276726ace6b2f6b17f7 -> FETCH_HEAD |
| 92 | 2025-08-30T04:27:01.790Z | + [[ -n nexus_gen_schema ]] |
| 93 | 2025-08-30T04:27:01.790Z | ++ git branch --show-current |
| 94 | 2025-08-30T04:27:01.790Z | + current=main |
| 95 | 2025-08-30T04:27:01.790Z | + [[ main != nexus_gen_schema ]] |
| 96 | 2025-08-30T04:27:01.790Z | + git branch -f nexus_gen_schema 77576773b7584c9c76348276726ace6b2f6b17f7 |
| 97 | 2025-08-30T04:27:01.796Z | + git checkout -f nexus_gen_schema |
| 98 | 2025-08-30T04:27:02.027Z | Switched to branch 'nexus_gen_schema' |
| 99 | 2025-08-30T04:27:02.030Z | + git reset --hard 77576773b7584c9c76348276726ace6b2f6b17f7 |
| 100 | 2025-08-30T04:27:02.283Z | HEAD is now at 77576773b patch expectorate output |
| 101 | 2025-08-30T04:27:02.286Z | process exited: duration 9744 ms, exit code 0 |
| |
| 102 | 2025-08-30T04:27:02.293Z | starting task 4: "build" |
| 103 | 2025-08-30T04:27:02.298Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-30T04:27:02.301Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-30T04:27:02.302Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-30T04:27:02.302Z | + cargo --version |
| 107 | 2025-08-30T04:27:02.357Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-30T04:27:02.360Z | + rustc --version |
| 109 | 2025-08-30T04:27:02.431Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-30T04:27:02.435Z | + WORK=/work |
| 111 | 2025-08-30T04:27:02.435Z | + pfexec mkdir -p /work |
| 112 | 2025-08-30T04:27:02.438Z | + pfexec chown build /work |
| 113 | 2025-08-30T04:27:02.442Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-08-30T04:27:14.402Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-08-30T04:27:21.790Z | Startup: Caching catalogs ... Done |
| 116 | 2025-08-30T04:27:28.136Z | Planning: Solver setup ... Done (5.034s) |
| 117 | 2025-08-30T04:27:28.184Z | Planning: Running solver ... Done (0.049s) |
| 118 | 2025-08-30T04:27:28.285Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-08-30T04:27:28.300Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-08-30T04:27:28.446Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-08-30T04:27:28.495Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2025-08-30T04:27:28.548Z | Planning: Merging actions ... Done (0.053s) |
| 123 | 2025-08-30T04:27:28.839Z | Planning: Checking for conflicting actions ... Done (0.291s) |
| 124 | 2025-08-30T04:27:28.851Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-08-30T04:27:30.127Z | Planning: Evaluating mediators ... Done (1.275s) |
| 126 | 2025-08-30T04:27:30.137Z | Planning: Planning completed in 8.22 seconds |
| 127 | 2025-08-30T04:27:30.153Z | Packages to install: 4 |
| 128 | 2025-08-30T04:27:30.153Z | Mediators to change: 2 |
| 129 | 2025-08-30T04:27:30.156Z | Services to change: 1 |
| 130 | 2025-08-30T04:27:30.157Z | Estimated space available: 155.50 GB |
| 131 | 2025-08-30T04:27:30.157Z | Estimated space to be consumed: 1.71 GB |
| 132 | 2025-08-30T04:27:30.157Z | Create boot environment: No |
| 133 | 2025-08-30T04:27:30.157Z | Create backup boot environment: No |
| 134 | 2025-08-30T04:27:30.157Z | Rebuild boot archive: No |
| 135 | 2025-08-30T04:27:30.157Z | |
| 136 | 2025-08-30T04:27:30.157Z | Changed mediators: |
| 137 | 2025-08-30T04:27:30.157Z | mediator clang: |
| 138 | 2025-08-30T04:27:30.157Z | version: None -> 15 (system default) |
| 139 | 2025-08-30T04:27:30.157Z | |
| 140 | 2025-08-30T04:27:30.157Z | mediator llvm: |
| 141 | 2025-08-30T04:27:30.157Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-08-30T04:27:30.157Z | |
| 143 | 2025-08-30T04:27:30.157Z | Changed packages: |
| 144 | 2025-08-30T04:27:30.157Z | helios-dev |
| 145 | 2025-08-30T04:27:30.157Z | developer/build-essential |
| 146 | 2025-08-30T04:27:30.157Z | None -> 11-2.0 |
| 147 | 2025-08-30T04:27:30.157Z | library/libxmlsec1 |
| 148 | 2025-08-30T04:27:30.157Z | None -> 1.2.35-2.0 |
| 149 | 2025-08-30T04:27:30.157Z | ooce/developer/clang-15 |
| 150 | 2025-08-30T04:27:30.157Z | None -> 15.0.7-2.0 |
| 151 | 2025-08-30T04:27:30.157Z | ooce/developer/llvm-15 |
| 152 | 2025-08-30T04:27:30.157Z | None -> 15.0.7-2.0 |
| 153 | 2025-08-30T04:27:30.157Z | |
| 154 | 2025-08-30T04:27:30.157Z | Services: |
| 155 | 2025-08-30T04:27:30.157Z | restart_fmri: |
| 156 | 2025-08-30T04:27:30.157Z | svc:/system/update-man-index:default |
| 157 | 2025-08-30T04:27:30.210Z | |
| 158 | 2025-08-30T04:27:30.210Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-08-30T04:27:35.212Z | Download: 1867/3290 items 118.4/212.6MB 55% complete (23.9M/s) |
| 160 | 2025-08-30T04:27:38.683Z | Download: Completed 212.60 MB in 8.47 seconds (25.1M/s) |
| 161 | 2025-08-30T04:27:39.206Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-08-30T04:27:43.758Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 163 | 2025-08-30T04:27:44.115Z | Done (0.353s) |
| 164 | 2025-08-30T04:27:44.116Z | Done (0.000s) |
| 165 | 2025-08-30T04:27:44.984Z | Done (0.868s) |
| 166 | 2025-08-30T04:27:49.620Z | Done (4.323s) |
| 167 | 2025-08-30T04:27:49.707Z | Done (0.019s) |
| 168 | 2025-08-30T04:27:49.710Z | Done (0.000s) |
| 169 | 2025-08-30T04:27:49.880Z | Done (0.000s) |
| 170 | 2025-08-30T04:27:50.722Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-08-30T04:27:50.884Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-08-30T04:27:50.887Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-08-30T04:27:51.160Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-08-30T04:27:51.165Z | Planning: Planning completed in 0.44 seconds |
| 175 | 2025-08-30T04:27:51.194Z | Mediators to change: 2 |
| 176 | 2025-08-30T04:27:51.194Z | Create boot environment: No |
| 177 | 2025-08-30T04:27:51.197Z | Create backup boot environment: No |
| 178 | 2025-08-30T04:27:51.263Z | Done |
| 179 | 2025-08-30T04:27:51.263Z | Done |
| 180 | 2025-08-30T04:27:51.868Z | Done |
| 181 | 2025-08-30T04:27:55.510Z | Done |
| 182 | 2025-08-30T04:27:55.591Z | Done |
| 183 | 2025-08-30T04:27:55.595Z | Done |
| 184 | 2025-08-30T04:27:55.738Z | Done |
| 185 | 2025-08-30T04:27:56.366Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-08-30T04:27:56.369Z | Planning: Merging actions ... Done |
| 187 | 2025-08-30T04:27:56.556Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-08-30T04:27:56.560Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-08-30T04:27:56.829Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-08-30T04:27:56.887Z | Planning: Planning completed in 0.77 seconds |
| 191 | 2025-08-30T04:27:56.921Z | Packages to change: 1 |
| 192 | 2025-08-30T04:27:56.921Z | Mediators to change: 1 |
| 193 | 2025-08-30T04:27:56.925Z | Services to change: 1 |
| 194 | 2025-08-30T04:27:56.925Z | Create boot environment: No |
| 195 | 2025-08-30T04:27:56.925Z | Create backup boot environment: Yes |
| 196 | 2025-08-30T04:27:59.336Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-08-30T04:27:59.340Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-08-30T04:27:59.340Z | Done |
| 199 | 2025-08-30T04:27:59.340Z | Done |
| 200 | 2025-08-30T04:27:59.512Z | Done |
| 201 | 2025-08-30T04:28:03.082Z | Done |
| 202 | 2025-08-30T04:28:03.169Z | Done |
| 203 | 2025-08-30T04:28:03.173Z | Done |
| 204 | 2025-08-30T04:28:03.315Z | Done |
| 205 | 2025-08-30T04:28:03.756Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-08-30T04:28:03.756Z | clang system 15 system |
| 207 | 2025-08-30T04:28:03.756Z | csh system system illumos |
| 208 | 2025-08-30T04:28:03.756Z | ctags system system illumos |
| 209 | 2025-08-30T04:28:03.756Z | file system system illumos |
| 210 | 2025-08-30T04:28:03.757Z | gcc vendor 12 vendor |
| 211 | 2025-08-30T04:28:03.757Z | gcc system 10 system |
| 212 | 2025-08-30T04:28:03.757Z | gcc system 7 system |
| 213 | 2025-08-30T04:28:03.757Z | go system 1.20 system |
| 214 | 2025-08-30T04:28:03.757Z | go system 1.19 system |
| 215 | 2025-08-30T04:28:03.757Z | llvm system 15 system |
| 216 | 2025-08-30T04:28:03.757Z | llvm system 14 system |
| 217 | 2025-08-30T04:28:03.757Z | mariadb system 10.6 system |
| 218 | 2025-08-30T04:28:03.758Z | mta vendor vendor dma |
| 219 | 2025-08-30T04:28:03.758Z | openjdk system 17 system |
| 220 | 2025-08-30T04:28:03.758Z | openjdk system 11 system |
| 221 | 2025-08-30T04:28:03.758Z | openjdk system 1.8 system |
| 222 | 2025-08-30T04:28:03.758Z | openssl vendor 3 vendor |
| 223 | 2025-08-30T04:28:03.758Z | perl system 5.36 system |
| 224 | 2025-08-30T04:28:03.758Z | postgresql system 15 system |
| 225 | 2025-08-30T04:28:03.758Z | postgresql system 13 system |
| 226 | 2025-08-30T04:28:03.758Z | python vendor 3 vendor |
| 227 | 2025-08-30T04:28:03.758Z | python system 2 system |
| 228 | 2025-08-30T04:28:03.758Z | python3 system 3.11 system |
| 229 | 2025-08-30T04:28:03.758Z | ruby system 3.0 system |
| 230 | 2025-08-30T04:28:03.758Z | words vendor vendor american-english |
| 231 | 2025-08-30T04:28:03.758Z | words system system australian-english |
| 232 | 2025-08-30T04:28:03.758Z | words system system british-english |
| 233 | 2025-08-30T04:28:03.758Z | words system system canadian-english |
| 234 | 2025-08-30T04:28:03.758Z | words system system french |
| 235 | 2025-08-30T04:28:03.758Z | words system system italian |
| 236 | 2025-08-30T04:28:03.758Z | words system system ngerman |
| 237 | 2025-08-30T04:28:03.758Z | words system system ogerman |
| 238 | 2025-08-30T04:28:03.758Z | words system system spanish |
| 239 | 2025-08-30T04:28:04.092Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-08-30T04:28:04.092Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-08-30T04:28:08.874Z | FMRI IFO |
| 242 | 2025-08-30T04:28:08.875Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-08-30T04:28:08.875Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-08-30T04:28:08.875Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-08-30T04:28:08.875Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-08-30T04:28:08.876Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-08-30T04:28:08.877Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-08-30T04:28:08.877Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-08-30T04:28:08.877Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-08-30T04:28:08.877Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-08-30T04:28:08.878Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-08-30T04:28:09.877Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-08-30T04:28:10.147Z | Updating crates.io index |
| 260 | 2025-08-30T04:28:10.198Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-08-30T04:28:10.496Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-08-30T04:28:11.097Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-08-30T04:28:11.361Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-08-30T04:28:11.619Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-08-30T04:28:11.919Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-08-30T04:28:13.085Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-08-30T04:28:15.109Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-08-30T04:28:16.023Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-08-30T04:28:16.689Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 270 | 2025-08-30T04:28:16.962Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2025-08-30T04:28:17.324Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2025-08-30T04:28:18.029Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2025-08-30T04:28:18.472Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2025-08-30T04:28:18.951Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-08-30T04:28:19.270Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-08-30T04:28:19.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-08-30T04:28:19.830Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-08-30T04:28:20.074Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-08-30T04:28:20.305Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-08-30T04:28:20.589Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-08-30T04:28:20.990Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 282 | 2025-08-30T04:28:21.301Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2025-08-30T04:28:21.715Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2025-08-30T04:28:22.177Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 285 | 2025-08-30T04:28:22.552Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 286 | 2025-08-30T04:28:22.823Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 287 | 2025-08-30T04:28:23.232Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 288 | 2025-08-30T04:28:23.659Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2025-08-30T04:28:23.900Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2025-08-30T04:28:24.177Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2025-08-30T04:28:24.471Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 292 | 2025-08-30T04:28:32.894Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 293 | 2025-08-30T04:28:34.376Z | Downloading crates ... |
| 294 | 2025-08-30T04:28:34.439Z | Downloaded block-buffer v0.10.4 |
| 295 | 2025-08-30T04:28:34.445Z | Downloaded cargo-util-schemas v0.8.2 |
| 296 | 2025-08-30T04:28:34.449Z | Downloaded ordered-float v2.10.1 |
| 297 | 2025-08-30T04:28:34.449Z | Downloaded getrandom v0.3.1 |
| 298 | 2025-08-30T04:28:34.452Z | Downloaded serde-untagged v0.1.7 |
| 299 | 2025-08-30T04:28:34.455Z | Downloaded quote v1.0.40 |
| 300 | 2025-08-30T04:28:34.459Z | Downloaded autocfg v1.4.0 |
| 301 | 2025-08-30T04:28:34.459Z | Downloaded anstyle-parse v0.2.5 |
| 302 | 2025-08-30T04:28:34.462Z | Downloaded anstyle-query v1.1.1 |
| 303 | 2025-08-30T04:28:34.462Z | Downloaded anstream v0.6.18 |
| 304 | 2025-08-30T04:28:34.465Z | Downloaded serde_json v1.0.142 |
| 305 | 2025-08-30T04:28:34.469Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2025-08-30T04:28:34.473Z | Downloaded cargo_toml v0.21.0 |
| 307 | 2025-08-30T04:28:34.473Z | Downloaded anstyle v1.0.11 |
| 308 | 2025-08-30T04:28:34.476Z | Downloaded camino-tempfile v1.4.1 |
| 309 | 2025-08-30T04:28:34.476Z | Downloaded typenum v1.17.0 |
| 310 | 2025-08-30T04:28:34.479Z | Downloaded cfg-if v1.0.1 |
| 311 | 2025-08-30T04:28:34.479Z | Downloaded unicode-ident v1.0.18 |
| 312 | 2025-08-30T04:28:34.483Z | Downloaded zerofrom-derive v0.1.4 |
| 313 | 2025-08-30T04:28:34.483Z | Downloaded writeable v0.5.5 |
| 314 | 2025-08-30T04:28:34.486Z | Downloaded zerocopy-derive v0.7.35 |
| 315 | 2025-08-30T04:28:34.489Z | Downloaded camino v1.1.11 |
| 316 | 2025-08-30T04:28:34.493Z | Downloaded cargo-platform v0.2.0 |
| 317 | 2025-08-30T04:28:34.493Z | Downloaded version_check v0.9.5 |
| 318 | 2025-08-30T04:28:34.493Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2025-08-30T04:28:34.496Z | Downloaded anyhow v1.0.99 |
| 320 | 2025-08-30T04:28:34.500Z | Downloaded write16 v1.0.0 |
| 321 | 2025-08-30T04:28:34.500Z | Downloaded form_urlencoded v1.2.1 |
| 322 | 2025-08-30T04:28:34.500Z | Downloaded memmap v0.7.0 |
| 323 | 2025-08-30T04:28:34.503Z | Downloaded zerofrom v0.1.4 |
| 324 | 2025-08-30T04:28:34.503Z | Downloaded utf16_iter v1.0.5 |
| 325 | 2025-08-30T04:28:34.503Z | Downloaded utf8_iter v1.0.4 |
| 326 | 2025-08-30T04:28:34.506Z | Downloaded heck v0.5.0 |
| 327 | 2025-08-30T04:28:34.506Z | Downloaded bytecount v0.6.8 |
| 328 | 2025-08-30T04:28:34.512Z | Downloaded equivalent v1.0.2 |
| 329 | 2025-08-30T04:28:34.512Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2025-08-30T04:28:34.512Z | Downloaded cargo_metadata v0.21.0 |
| 331 | 2025-08-30T04:28:34.516Z | Downloaded typeid v1.0.3 |
| 332 | 2025-08-30T04:28:34.516Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2025-08-30T04:28:34.516Z | Downloaded proc-macro-error-attr v1.0.4 |
| 334 | 2025-08-30T04:28:34.516Z | Downloaded log v0.4.27 |
| 335 | 2025-08-30T04:28:34.521Z | Downloaded unicode-xid v0.2.6 |
| 336 | 2025-08-30T04:28:34.521Z | Downloaded utf8parse v0.2.2 |
| 337 | 2025-08-30T04:28:34.521Z | Downloaded fastrand v2.1.1 |
| 338 | 2025-08-30T04:28:34.525Z | Downloaded yoke-derive v0.7.4 |
| 339 | 2025-08-30T04:28:34.525Z | Downloaded thread-id v4.2.2 |
| 340 | 2025-08-30T04:28:34.525Z | Downloaded clap_builder v4.5.41 |
| 341 | 2025-08-30T04:28:34.528Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2025-08-30T04:28:34.533Z | Downloaded thiserror v1.0.69 |
| 343 | 2025-08-30T04:28:34.537Z | Downloaded toml v0.8.23 |
| 344 | 2025-08-30T04:28:34.537Z | Downloaded icu_locid v1.5.0 |
| 345 | 2025-08-30T04:28:34.540Z | Downloaded yoke v0.7.4 |
| 346 | 2025-08-30T04:28:34.543Z | Downloaded cpufeatures v0.2.14 |
| 347 | 2025-08-30T04:28:34.543Z | Downloaded textwrap v0.16.2 |
| 348 | 2025-08-30T04:28:34.546Z | Downloaded proc-macro-error v1.0.4 |
| 349 | 2025-08-30T04:28:34.549Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2025-08-30T04:28:34.549Z | Downloaded dof v0.3.0 |
| 351 | 2025-08-30T04:28:34.553Z | Downloaded crypto-common v0.1.6 |
| 352 | 2025-08-30T04:28:34.553Z | Downloaded memchr v2.7.4 |
| 353 | 2025-08-30T04:28:34.556Z | Downloaded digest v0.10.7 |
| 354 | 2025-08-30T04:28:34.560Z | Downloaded toml_edit v0.22.27 |
| 355 | 2025-08-30T04:28:34.563Z | Downloaded url v2.5.4 |
| 356 | 2025-08-30T04:28:34.567Z | Downloaded icu_provider_macros v1.5.0 |
| 357 | 2025-08-30T04:28:34.567Z | Downloaded pretty-hex v0.4.1 |
| 358 | 2025-08-30T04:28:34.567Z | Downloaded terminal_size v0.4.0 |
| 359 | 2025-08-30T04:28:34.570Z | Downloaded swrite v0.1.0 |
| 360 | 2025-08-30T04:28:34.570Z | Downloaded usdt-impl v0.5.0 |
| 361 | 2025-08-30T04:28:34.570Z | Downloaded clap v4.5.41 |
| 362 | 2025-08-30T04:28:34.578Z | Downloaded zerovec v0.10.4 |
| 363 | 2025-08-30T04:28:34.582Z | Downloaded zerocopy v0.7.35 |
| 364 | 2025-08-30T04:28:34.597Z | Downloaded synstructure v0.13.1 |
| 365 | 2025-08-30T04:28:34.601Z | Downloaded winnow v0.7.10 |
| 366 | 2025-08-30T04:28:34.604Z | Downloaded smawk v0.3.2 |
| 367 | 2025-08-30T04:28:34.607Z | Downloaded colorchoice v1.0.2 |
| 368 | 2025-08-30T04:28:34.607Z | Downloaded percent-encoding v2.3.1 |
| 369 | 2025-08-30T04:28:34.611Z | Downloaded unicode-width v0.2.0 |
| 370 | 2025-08-30T04:28:34.614Z | Downloaded erased-serde v0.4.6 |
| 371 | 2025-08-30T04:28:34.617Z | Downloaded unicode-width v0.1.14 |
| 372 | 2025-08-30T04:28:34.620Z | Downloaded serde-value v0.7.0 |
| 373 | 2025-08-30T04:28:34.620Z | Downloaded fs-err v3.1.1 |
| 374 | 2025-08-30T04:28:34.625Z | Downloaded fnv v1.0.7 |
| 375 | 2025-08-30T04:28:34.625Z | Downloaded clap_lex v0.7.4 |
| 376 | 2025-08-30T04:28:34.625Z | Downloaded icu_locid_transform_data v1.5.0 |
| 377 | 2025-08-30T04:28:34.634Z | Downloaded thiserror-impl v1.0.69 |
| 378 | 2025-08-30T04:28:34.634Z | Downloaded semver v1.0.26 |
| 379 | 2025-08-30T04:28:34.634Z | Downloaded once_cell v1.21.3 |
| 380 | 2025-08-30T04:28:34.634Z | Downloaded litemap v0.7.3 |
| 381 | 2025-08-30T04:28:34.634Z | Downloaded scroll v0.12.0 |
| 382 | 2025-08-30T04:28:34.634Z | Downloaded sha2 v0.10.9 |
| 383 | 2025-08-30T04:28:34.637Z | Downloaded proc-macro2 v1.0.95 |
| 384 | 2025-08-30T04:28:34.638Z | Downloaded indexmap v2.10.0 |
| 385 | 2025-08-30T04:28:34.641Z | Downloaded icu_provider v1.5.0 |
| 386 | 2025-08-30T04:28:34.644Z | Downloaded icu_locid_transform v1.5.0 |
| 387 | 2025-08-30T04:28:34.644Z | Downloaded icu_normalizer v1.5.0 |
| 388 | 2025-08-30T04:28:34.648Z | Downloaded thiserror v2.0.12 |
| 389 | 2025-08-30T04:28:34.651Z | Downloaded strsim v0.11.1 |
| 390 | 2025-08-30T04:28:34.655Z | Downloaded displaydoc v0.2.5 |
| 391 | 2025-08-30T04:28:34.655Z | Downloaded clap_derive v4.5.41 |
| 392 | 2025-08-30T04:28:34.658Z | Downloaded icu_normalizer_data v1.5.0 |
| 393 | 2025-08-30T04:28:34.662Z | Downloaded stable_deref_trait v1.2.0 |
| 394 | 2025-08-30T04:28:34.662Z | Downloaded serde_spanned v0.6.9 |
| 395 | 2025-08-30T04:28:34.662Z | Downloaded tempfile v3.20.0 |
| 396 | 2025-08-30T04:28:34.665Z | Downloaded smallvec v1.15.1 |
| 397 | 2025-08-30T04:28:34.665Z | Downloaded serde_derive v1.0.219 |
| 398 | 2025-08-30T04:28:34.669Z | Downloaded icu_properties v1.5.1 |
| 399 | 2025-08-30T04:28:34.669Z | Downloaded pest_meta v2.7.14 |
| 400 | 2025-08-30T04:28:34.672Z | Downloaded pest_derive v2.7.14 |
| 401 | 2025-08-30T04:28:34.672Z | Downloaded papergrid v0.11.0 |
| 402 | 2025-08-30T04:28:34.676Z | Downloaded serde v1.0.219 |
| 403 | 2025-08-30T04:28:34.679Z | Downloaded ryu v1.0.18 |
| 404 | 2025-08-30T04:28:34.683Z | Downloaded is_terminal_polyfill v1.70.1 |
| 405 | 2025-08-30T04:28:34.683Z | Downloaded itoa v1.0.11 |
| 406 | 2025-08-30T04:28:34.686Z | Downloaded heck v0.4.1 |
| 407 | 2025-08-30T04:28:34.686Z | Downloaded serde_tokenstream v0.2.2 |
| 408 | 2025-08-30T04:28:34.686Z | Downloaded scroll_derive v0.12.0 |
| 409 | 2025-08-30T04:28:34.686Z | Downloaded pest_generator v2.7.14 |
| 410 | 2025-08-30T04:28:34.691Z | Downloaded macaddr v1.0.1 |
| 411 | 2025-08-30T04:28:34.691Z | Downloaded idna v1.0.3 |
| 412 | 2025-08-30T04:28:34.694Z | Downloaded idna_adapter v1.2.0 |
| 413 | 2025-08-30T04:28:34.694Z | Downloaded plain v0.2.3 |
| 414 | 2025-08-30T04:28:34.694Z | Downloaded num-traits v0.2.19 |
| 415 | 2025-08-30T04:28:34.698Z | Downloaded errno v0.3.12 |
| 416 | 2025-08-30T04:28:34.698Z | Downloaded thiserror-impl v2.0.12 |
| 417 | 2025-08-30T04:28:34.699Z | Downloaded usdt v0.5.0 |
| 418 | 2025-08-30T04:28:34.703Z | Downloaded toml_write v0.1.2 |
| 419 | 2025-08-30T04:28:34.703Z | Downloaded ucd-trie v0.1.7 |
| 420 | 2025-08-30T04:28:34.703Z | Downloaded icu_collections v1.5.0 |
| 421 | 2025-08-30T04:28:34.707Z | Downloaded pest v2.7.14 |
| 422 | 2025-08-30T04:28:34.710Z | Downloaded hashbrown v0.15.4 |
| 423 | 2025-08-30T04:28:34.714Z | Downloaded generic-array v0.14.7 |
| 424 | 2025-08-30T04:28:34.718Z | Downloaded tinystr v0.7.6 |
| 425 | 2025-08-30T04:28:34.719Z | Downloaded zerovec-derive v0.10.3 |
| 426 | 2025-08-30T04:28:34.722Z | Downloaded byteorder v1.5.0 |
| 427 | 2025-08-30T04:28:34.722Z | Downloaded bitflags v2.9.1 |
| 428 | 2025-08-30T04:28:34.726Z | Downloaded icu_properties_data v1.5.0 |
| 429 | 2025-08-30T04:28:34.731Z | Downloaded goblin v0.8.2 |
| 430 | 2025-08-30T04:28:34.739Z | Downloaded tabled v0.15.0 |
| 431 | 2025-08-30T04:28:34.752Z | Downloaded syn v1.0.109 |
| 432 | 2025-08-30T04:28:34.761Z | Downloaded syn v2.0.104 |
| 433 | 2025-08-30T04:28:34.781Z | Downloaded rustix v1.0.7 |
| 434 | 2025-08-30T04:28:34.800Z | Downloaded rustix v0.38.37 |
| 435 | 2025-08-30T04:28:34.827Z | Downloaded libc v0.2.174 |
| 436 | 2025-08-30T04:28:34.907Z | Compiling proc-macro2 v1.0.95 |
| 437 | 2025-08-30T04:28:34.907Z | Compiling unicode-ident v1.0.18 |
| 438 | 2025-08-30T04:28:34.911Z | Compiling serde v1.0.219 |
| 439 | 2025-08-30T04:28:34.911Z | Compiling version_check v0.9.5 |
| 440 | 2025-08-30T04:28:34.911Z | Compiling libc v0.2.174 |
| 441 | 2025-08-30T04:28:34.911Z | Compiling memchr v2.7.4 |
| 442 | 2025-08-30T04:28:34.911Z | Compiling thiserror v1.0.69 |
| 443 | 2025-08-30T04:28:34.911Z | Compiling stable_deref_trait v1.2.0 |
| 444 | 2025-08-30T04:28:35.331Z | Compiling itoa v1.0.11 |
| 445 | 2025-08-30T04:28:35.356Z | Compiling litemap v0.7.3 |
| 446 | 2025-08-30T04:28:35.574Z | Compiling ryu v1.0.18 |
| 447 | 2025-08-30T04:28:35.737Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-08-30T04:28:35.831Z | Compiling writeable v0.5.5 |
| 449 | 2025-08-30T04:28:35.881Z | Compiling autocfg v1.4.0 |
| 450 | 2025-08-30T04:28:35.928Z | Compiling once_cell v1.21.3 |
| 451 | 2025-08-30T04:28:36.225Z | Compiling icu_locid_transform_data v1.5.0 |
| 452 | 2025-08-30T04:28:36.284Z | Compiling bitflags v2.9.1 |
| 453 | 2025-08-30T04:28:36.354Z | Compiling byteorder v1.5.0 |
| 454 | 2025-08-30T04:28:36.622Z | Compiling serde_json v1.0.142 |
| 455 | 2025-08-30T04:28:36.750Z | Compiling icu_properties_data v1.5.0 |
| 456 | 2025-08-30T04:28:36.774Z | Compiling num-traits v0.2.19 |
| 457 | 2025-08-30T04:28:36.804Z | Compiling utf8_iter v1.0.4 |
| 458 | 2025-08-30T04:28:36.829Z | Compiling icu_normalizer_data v1.5.0 |
| 459 | 2025-08-30T04:28:36.948Z | Compiling write16 v1.0.0 |
| 460 | 2025-08-30T04:28:36.998Z | Compiling quote v1.0.40 |
| 461 | 2025-08-30T04:28:37.030Z | Compiling typeid v1.0.3 |
| 462 | 2025-08-30T04:28:37.056Z | Compiling equivalent v1.0.2 |
| 463 | 2025-08-30T04:28:37.081Z | Compiling errno v0.3.12 |
| 464 | 2025-08-30T04:28:37.129Z | Compiling rustix v0.38.37 |
| 465 | 2025-08-30T04:28:37.177Z | Compiling hashbrown v0.15.4 |
| 466 | 2025-08-30T04:28:37.204Z | Compiling utf16_iter v1.0.5 |
| 467 | 2025-08-30T04:28:37.321Z | Compiling smallvec v1.15.1 |
| 468 | 2025-08-30T04:28:37.429Z | Compiling syn v2.0.104 |
| 469 | 2025-08-30T04:28:37.611Z | Compiling proc-macro-error-attr v1.0.4 |
| 470 | 2025-08-30T04:28:37.657Z | Compiling usdt-impl v0.5.0 |
| 471 | 2025-08-30T04:28:37.704Z | Compiling toml_write v0.1.2 |
| 472 | 2025-08-30T04:28:37.871Z | Compiling winnow v0.7.10 |
| 473 | 2025-08-30T04:28:37.912Z | Compiling syn v1.0.109 |
| 474 | 2025-08-30T04:28:38.334Z | Compiling indexmap v2.10.0 |
| 475 | 2025-08-30T04:28:38.343Z | Compiling thread-id v4.2.2 |
| 476 | 2025-08-30T04:28:38.369Z | Compiling proc-macro-error v1.0.4 |
| 477 | 2025-08-30T04:28:38.475Z | Compiling thiserror v2.0.12 |
| 478 | 2025-08-30T04:28:38.625Z | Compiling camino v1.1.11 |
| 479 | 2025-08-30T04:28:38.692Z | Compiling semver v1.0.26 |
| 480 | 2025-08-30T04:28:39.123Z | Compiling percent-encoding v2.3.1 |
| 481 | 2025-08-30T04:28:39.235Z | Compiling rustix v1.0.7 |
| 482 | 2025-08-30T04:28:39.280Z | Compiling utf8parse v0.2.2 |
| 483 | 2025-08-30T04:28:39.399Z | Compiling getrandom v0.3.1 |
| 484 | 2025-08-30T04:28:39.486Z | Compiling plain v0.2.3 |
| 485 | 2025-08-30T04:28:39.489Z | Compiling log v0.4.27 |
| 486 | 2025-08-30T04:28:39.639Z | Compiling anstyle-parse v0.2.5 |
| 487 | 2025-08-30T04:28:39.677Z | Compiling form_urlencoded v1.2.1 |
| 488 | 2025-08-30T04:28:39.874Z | Compiling ordered-float v2.10.1 |
| 489 | 2025-08-30T04:28:40.057Z | Compiling terminal_size v0.4.0 |
| 490 | 2025-08-30T04:28:40.284Z | Compiling cfg-if v1.0.1 |
| 491 | 2025-08-30T04:28:40.373Z | Compiling is_terminal_polyfill v1.70.1 |
| 492 | 2025-08-30T04:28:40.400Z | Compiling anstyle-query v1.1.1 |
| 493 | 2025-08-30T04:28:40.426Z | Compiling anstyle v1.0.11 |
| 494 | 2025-08-30T04:28:40.513Z | Compiling pretty-hex v0.4.1 |
| 495 | 2025-08-30T04:28:40.588Z | Compiling colorchoice v1.0.2 |
| 496 | 2025-08-30T04:28:40.810Z | Compiling anstream v0.6.18 |
| 497 | 2025-08-30T04:28:41.071Z | Compiling fs-err v3.1.1 |
| 498 | 2025-08-30T04:28:41.074Z | Compiling fnv v1.0.7 |
| 499 | 2025-08-30T04:28:41.249Z | Compiling fastrand v2.1.1 |
| 500 | 2025-08-30T04:28:41.347Z | Compiling clap_lex v0.7.4 |
| 501 | 2025-08-30T04:28:41.405Z | Compiling unicode-width v0.1.14 |
| 502 | 2025-08-30T04:28:41.431Z | Compiling bytecount v0.6.8 |
| 503 | 2025-08-30T04:28:41.642Z | Compiling heck v0.4.1 |
| 504 | 2025-08-30T04:28:41.764Z | Compiling anyhow v1.0.99 |
| 505 | 2025-08-30T04:28:41.926Z | Compiling heck v0.5.0 |
| 506 | 2025-08-30T04:28:42.079Z | Compiling unicode-xid v0.2.6 |
| 507 | 2025-08-30T04:28:42.176Z | Compiling strsim v0.11.1 |
| 508 | 2025-08-30T04:28:42.281Z | Compiling papergrid v0.11.0 |
| 509 | 2025-08-30T04:28:42.431Z | Compiling tempfile v3.20.0 |
| 510 | 2025-08-30T04:28:42.842Z | Compiling clap_builder v4.5.41 |
| 511 | 2025-08-30T04:28:43.054Z | Compiling memmap v0.7.0 |
| 512 | 2025-08-30T04:28:43.159Z | Compiling unicode-linebreak v0.1.5 |
| 513 | 2025-08-30T04:28:43.416Z | Compiling unicode-width v0.2.0 |
| 514 | 2025-08-30T04:28:43.442Z | Compiling smawk v0.3.2 |
| 515 | 2025-08-30T04:28:43.984Z | Compiling textwrap v0.16.2 |
| 516 | 2025-08-30T04:28:44.266Z | Compiling synstructure v0.13.1 |
| 517 | 2025-08-30T04:28:44.480Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 518 | 2025-08-30T04:28:44.934Z | Compiling swrite v0.1.0 |
| 519 | 2025-08-30T04:28:45.197Z | Compiling tabled_derive v0.7.0 |
| 520 | 2025-08-30T04:28:46.351Z | Compiling serde_derive v1.0.219 |
| 521 | 2025-08-30T04:28:46.351Z | Compiling zerofrom-derive v0.1.4 |
| 522 | 2025-08-30T04:28:46.354Z | Compiling yoke-derive v0.7.4 |
| 523 | 2025-08-30T04:28:46.354Z | Compiling zerovec-derive v0.10.3 |
| 524 | 2025-08-30T04:28:46.354Z | Compiling thiserror-impl v1.0.69 |
| 525 | 2025-08-30T04:28:46.716Z | Compiling displaydoc v0.2.5 |
| 526 | 2025-08-30T04:28:48.253Z | Compiling icu_provider_macros v1.5.0 |
| 527 | 2025-08-30T04:28:48.868Z | Compiling zerocopy-derive v0.7.35 |
| 528 | 2025-08-30T04:28:48.978Z | Compiling scroll_derive v0.12.0 |
| 529 | 2025-08-30T04:28:49.302Z | Compiling thiserror-impl v2.0.12 |
| 530 | 2025-08-30T04:28:49.451Z | Compiling pest v2.7.14 |
| 531 | 2025-08-30T04:28:49.806Z | Compiling zerofrom v0.1.4 |
| 532 | 2025-08-30T04:28:50.086Z | Compiling yoke v0.7.4 |
| 533 | 2025-08-30T04:28:50.113Z | Compiling clap_derive v4.5.41 |
| 534 | 2025-08-30T04:28:50.309Z | Compiling scroll v0.12.0 |
| 535 | 2025-08-30T04:28:50.470Z | Compiling zerovec v0.10.4 |
| 536 | 2025-08-30T04:28:50.785Z | Compiling zerocopy v0.7.35 |
| 537 | 2025-08-30T04:28:50.828Z | Compiling goblin v0.8.2 |
| 538 | 2025-08-30T04:28:51.258Z | Compiling tabled v0.15.0 |
| 539 | 2025-08-30T04:28:52.134Z | Compiling pest_meta v2.7.14 |
| 540 | 2025-08-30T04:28:52.299Z | Compiling tinystr v0.7.6 |
| 541 | 2025-08-30T04:28:52.326Z | Compiling icu_collections v1.5.0 |
| 542 | 2025-08-30T04:28:52.657Z | Compiling icu_locid v1.5.0 |
| 543 | 2025-08-30T04:28:53.503Z | Compiling pest_generator v2.7.14 |
| 544 | 2025-08-30T04:28:53.983Z | Compiling icu_provider v1.5.0 |
| 545 | 2025-08-30T04:28:54.722Z | Compiling icu_locid_transform v1.5.0 |
| 546 | 2025-08-30T04:28:54.930Z | Compiling clap v4.5.41 |
| 547 | 2025-08-30T04:28:55.729Z | Compiling pest_derive v2.7.14 |
| 548 | 2025-08-30T04:28:56.019Z | Compiling icu_properties v1.5.1 |
| 549 | 2025-08-30T04:28:56.500Z | Compiling dtrace-parser v0.2.0 |
| 550 | 2025-08-30T04:28:58.172Z | Compiling serde_tokenstream v0.2.2 |
| 551 | 2025-08-30T04:28:58.227Z | Compiling toml_datetime v0.6.11 |
| 552 | 2025-08-30T04:28:58.231Z | Compiling serde_spanned v0.6.9 |
| 553 | 2025-08-30T04:28:58.404Z | Compiling erased-serde v0.4.6 |
| 554 | 2025-08-30T04:28:58.780Z | Compiling toml_edit v0.22.27 |
| 555 | 2025-08-30T04:28:58.807Z | Compiling serde-value v0.7.0 |
| 556 | 2025-08-30T04:28:59.197Z | Compiling icu_normalizer v1.5.0 |
| 557 | 2025-08-30T04:28:59.382Z | Compiling serde-untagged v0.1.7 |
| 558 | 2025-08-30T04:28:59.533Z | Compiling cargo-platform v0.2.0 |
| 559 | 2025-08-30T04:28:59.593Z | Compiling camino-tempfile v1.4.1 |
| 560 | 2025-08-30T04:28:59.889Z | Compiling dof v0.3.0 |
| 561 | 2025-08-30T04:29:00.072Z | Compiling idna_adapter v1.2.0 |
| 562 | 2025-08-30T04:29:00.077Z | Compiling macaddr v1.0.1 |
| 563 | 2025-08-30T04:29:00.323Z | Compiling idna v1.0.3 |
| 564 | 2025-08-30T04:29:00.904Z | Compiling url v2.5.4 |
| 565 | 2025-08-30T04:29:01.484Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2025-08-30T04:29:01.484Z | Compiling usdt-macro v0.5.0 |
| 567 | 2025-08-30T04:29:01.983Z | Compiling toml v0.8.23 |
| 568 | 2025-08-30T04:29:02.534Z | Compiling usdt v0.5.0 |
| 569 | 2025-08-30T04:29:02.768Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2025-08-30T04:29:02.768Z | Compiling cargo_toml v0.21.0 |
| 571 | 2025-08-30T04:29:04.215Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2025-08-30T04:29:05.970Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2025-08-30T04:29:09.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.78s |
| 574 | 2025-08-30T04:29:09.689Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2025-08-30T04:29:10.395Z | Downloading crates ... |
| 576 | 2025-08-30T04:29:10.521Z | Downloaded async-stream-impl v0.3.6 |
| 577 | 2025-08-30T04:29:10.531Z | Downloaded async-bb8-diesel v0.2.1 |
| 578 | 2025-08-30T04:29:10.535Z | Downloaded atomicwrites v0.4.4 |
| 579 | 2025-08-30T04:29:10.538Z | Downloaded adler2 v2.0.0 |
| 580 | 2025-08-30T04:29:10.547Z | Downloaded atty v0.2.14 |
| 581 | 2025-08-30T04:29:10.551Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 582 | 2025-08-30T04:29:10.554Z | Downloaded cexpr v0.6.0 |
| 583 | 2025-08-30T04:29:10.558Z | Downloaded castaway v0.2.3 |
| 584 | 2025-08-30T04:29:10.558Z | Downloaded constant_time_eq v0.3.1 |
| 585 | 2025-08-30T04:29:10.562Z | Downloaded chacha20 v0.9.1 |
| 586 | 2025-08-30T04:29:10.562Z | Downloaded bb8 v0.8.5 |
| 587 | 2025-08-30T04:29:10.565Z | Downloaded atomic-waker v1.1.2 |
| 588 | 2025-08-30T04:29:10.565Z | Downloaded crc v3.2.1 |
| 589 | 2025-08-30T04:29:10.570Z | Downloaded bitfield v0.14.0 |
| 590 | 2025-08-30T04:29:10.573Z | Downloaded array-init v0.0.4 |
| 591 | 2025-08-30T04:29:10.573Z | Downloaded aead v0.5.2 |
| 592 | 2025-08-30T04:29:10.573Z | Downloaded arrayvec v0.7.6 |
| 593 | 2025-08-30T04:29:10.577Z | Downloaded ascii-canvas v3.0.0 |
| 594 | 2025-08-30T04:29:10.583Z | Downloaded arrayref v0.3.9 |
| 595 | 2025-08-30T04:29:10.583Z | Downloaded async-stream v0.3.6 |
| 596 | 2025-08-30T04:29:10.583Z | Downloaded addr2line v0.24.2 |
| 597 | 2025-08-30T04:29:10.588Z | Downloaded buf-list v1.0.3 |
| 598 | 2025-08-30T04:29:10.588Z | Downloaded crossbeam-utils v0.8.21 |
| 599 | 2025-08-30T04:29:10.596Z | Downloaded const-oid v0.9.6 |
| 600 | 2025-08-30T04:29:10.600Z | Downloaded cfg_aliases v0.2.1 |
| 601 | 2025-08-30T04:29:10.600Z | Downloaded allocator-api2 v0.2.21 |
| 602 | 2025-08-30T04:29:10.600Z | Downloaded ciborium-io v0.2.2 |
| 603 | 2025-08-30T04:29:10.605Z | Downloaded cfg_aliases v0.1.1 |
| 604 | 2025-08-30T04:29:10.605Z | Downloaded crc32fast v1.4.2 |
| 605 | 2025-08-30T04:29:10.605Z | Downloaded async-trait v0.1.88 |
| 606 | 2025-08-30T04:29:10.609Z | Downloaded hickory-resolver v0.24.4 |
| 607 | 2025-08-30T04:29:10.613Z | Downloaded highway v1.3.0 |
| 608 | 2025-08-30T04:29:10.617Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 609 | 2025-08-30T04:29:10.620Z | Downloaded arc-swap v1.7.1 |
| 610 | 2025-08-30T04:29:10.626Z | Downloaded heck v0.3.3 |
| 611 | 2025-08-30T04:29:10.626Z | Downloaded blowfish v0.9.1 |
| 612 | 2025-08-30T04:29:10.630Z | Downloaded http-body v1.0.1 |
| 613 | 2025-08-30T04:29:10.631Z | Downloaded ciborium-ll v0.2.2 |
| 614 | 2025-08-30T04:29:10.631Z | Downloaded hashbrown v0.12.3 |
| 615 | 2025-08-30T04:29:10.635Z | Downloaded hex-literal v0.4.1 |
| 616 | 2025-08-30T04:29:10.638Z | Downloaded half v1.8.3 |
| 617 | 2025-08-30T04:29:10.641Z | Downloaded hex v0.4.3 |
| 618 | 2025-08-30T04:29:10.646Z | Downloaded hash32 v0.2.1 |
| 619 | 2025-08-30T04:29:10.646Z | Downloaded progenitor v0.8.0 |
| 620 | 2025-08-30T04:29:10.653Z | Downloaded hickory-client v0.25.2 |
| 621 | 2025-08-30T04:29:10.653Z | Downloaded http-range v0.1.5 |
| 622 | 2025-08-30T04:29:10.658Z | Downloaded precomputed-hash v0.1.1 |
| 623 | 2025-08-30T04:29:10.658Z | Downloaded http-body-util v0.1.3 |
| 624 | 2025-08-30T04:29:10.658Z | Downloaded compact_str v0.8.0 |
| 625 | 2025-08-30T04:29:10.662Z | Downloaded ident_case v1.0.1 |
| 626 | 2025-08-30T04:29:10.662Z | Downloaded httparse v1.9.5 |
| 627 | 2025-08-30T04:29:10.666Z | Downloaded rand_core v0.6.4 |
| 628 | 2025-08-30T04:29:10.669Z | Downloaded lazy_static v1.5.0 |
| 629 | 2025-08-30T04:29:10.672Z | Downloaded psl-types v2.0.11 |
| 630 | 2025-08-30T04:29:10.672Z | Downloaded instant v0.1.13 |
| 631 | 2025-08-30T04:29:10.674Z | Downloaded hubpack v0.1.2 |
| 632 | 2025-08-30T04:29:10.677Z | Downloaded hubpack_derive v0.1.1 |
| 633 | 2025-08-30T04:29:10.677Z | Downloaded internet-checksum v0.2.1 |
| 634 | 2025-08-30T04:29:10.680Z | Downloaded aes-gcm v0.10.3 |
| 635 | 2025-08-30T04:29:10.683Z | Downloaded convert_case v0.7.1 |
| 636 | 2025-08-30T04:29:10.687Z | Downloaded const_format_proc_macros v0.2.34 |
| 637 | 2025-08-30T04:29:10.689Z | Downloaded keccak v0.1.5 |
| 638 | 2025-08-30T04:29:10.692Z | Downloaded ref-cast-impl v1.0.24 |
| 639 | 2025-08-30T04:29:10.695Z | Downloaded strum v0.27.2 |
| 640 | 2025-08-30T04:29:10.695Z | Downloaded hickory-resolver v0.25.2 |
| 641 | 2025-08-30T04:29:10.700Z | Downloaded libefi-sys v0.1.0 |
| 642 | 2025-08-30T04:29:10.703Z | Downloaded heapless v0.8.0 |
| 643 | 2025-08-30T04:29:10.707Z | Downloaded rustls-pemfile v1.0.4 |
| 644 | 2025-08-30T04:29:10.710Z | Downloaded crossbeam-deque v0.8.5 |
| 645 | 2025-08-30T04:29:10.713Z | Downloaded match_cfg v0.1.0 |
| 646 | 2025-08-30T04:29:10.716Z | Downloaded bzip2 v0.4.4 |
| 647 | 2025-08-30T04:29:10.719Z | Downloaded ppv-lite86 v0.2.20 |
| 648 | 2025-08-30T04:29:10.723Z | Downloaded sqlparser_derive v0.2.2 |
| 649 | 2025-08-30T04:29:10.723Z | Downloaded lalrpop-util v0.19.12 |
| 650 | 2025-08-30T04:29:10.723Z | Downloaded secrecy v0.10.3 |
| 651 | 2025-08-30T04:29:10.725Z | Downloaded linear-map v1.2.0 |
| 652 | 2025-08-30T04:29:10.728Z | Downloaded rand_chacha v0.9.0 |
| 653 | 2025-08-30T04:29:10.728Z | Downloaded rand_chacha v0.3.1 |
| 654 | 2025-08-30T04:29:10.766Z | Downloaded bcs v0.1.6 |
| 655 | 2025-08-30T04:29:10.766Z | Downloaded ipnet v2.11.0 |
| 656 | 2025-08-30T04:29:10.766Z | Downloaded serde_plain v1.0.2 |
| 657 | 2025-08-30T04:29:10.766Z | Downloaded strum v0.26.3 |
| 658 | 2025-08-30T04:29:10.767Z | Downloaded schemars_derive v0.8.22 |
| 659 | 2025-08-30T04:29:10.767Z | Downloaded semver v0.1.20 |
| 660 | 2025-08-30T04:29:10.767Z | Downloaded void v1.0.2 |
| 661 | 2025-08-30T04:29:10.767Z | Downloaded tower-service v0.3.3 |
| 662 | 2025-08-30T04:29:10.767Z | Downloaded tower-layer v0.3.3 |
| 663 | 2025-08-30T04:29:10.767Z | Downloaded base64 v0.22.1 |
| 664 | 2025-08-30T04:29:10.770Z | Downloaded slab v0.4.9 |
| 665 | 2025-08-30T04:29:10.770Z | Downloaded derive_builder_macro v0.20.2 |
| 666 | 2025-08-30T04:29:10.773Z | Downloaded iana-time-zone v0.1.63 |
| 667 | 2025-08-30T04:29:10.776Z | Downloaded tabwriter v1.4.0 |
| 668 | 2025-08-30T04:29:10.779Z | Downloaded tabled_derive v0.10.0 |
| 669 | 2025-08-30T04:29:10.779Z | Downloaded rustc-demangle v0.1.24 |
| 670 | 2025-08-30T04:29:10.783Z | Downloaded libloading v0.8.5 |
| 671 | 2025-08-30T04:29:10.786Z | Downloaded time-core v0.1.2 |
| 672 | 2025-08-30T04:29:10.786Z | Downloaded termios v0.3.3 |
| 673 | 2025-08-30T04:29:10.789Z | Downloaded strum_macros v0.24.3 |
| 674 | 2025-08-30T04:29:10.793Z | Downloaded unicase v2.7.0 |
| 675 | 2025-08-30T04:29:10.796Z | Downloaded termcolor v1.4.1 |
| 676 | 2025-08-30T04:29:10.796Z | Downloaded signal-hook-mio v0.2.4 |
| 677 | 2025-08-30T04:29:10.799Z | Downloaded float-ord v0.3.2 |
| 678 | 2025-08-30T04:29:10.802Z | Downloaded env_filter v0.1.2 |
| 679 | 2025-08-30T04:29:10.802Z | Downloaded smallvec v0.6.14 |
| 680 | 2025-08-30T04:29:10.805Z | Downloaded memoffset v0.9.1 |
| 681 | 2025-08-30T04:29:10.809Z | Downloaded new_debug_unreachable v1.0.6 |
| 682 | 2025-08-30T04:29:10.809Z | Downloaded console v0.15.10 |
| 683 | 2025-08-30T04:29:10.812Z | Downloaded universal-hash v0.5.1 |
| 684 | 2025-08-30T04:29:10.815Z | Downloaded slog-stdlog v4.1.1 |
| 685 | 2025-08-30T04:29:10.815Z | Downloaded slog-scope v4.4.0 |
| 686 | 2025-08-30T04:29:10.818Z | Downloaded num_threads v0.1.7 |
| 687 | 2025-08-30T04:29:10.822Z | Downloaded peg-runtime v0.8.5 |
| 688 | 2025-08-30T04:29:10.822Z | Downloaded parse-size v1.1.0 |
| 689 | 2025-08-30T04:29:10.825Z | Downloaded openssl-probe v0.1.5 |
| 690 | 2025-08-30T04:29:10.828Z | Downloaded openssl-macros v0.1.1 |
| 691 | 2025-08-30T04:29:10.828Z | Downloaded ingot-macros v0.1.1 |
| 692 | 2025-08-30T04:29:10.831Z | Downloaded newline-converter v0.3.0 |
| 693 | 2025-08-30T04:29:10.832Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 694 | 2025-08-30T04:29:10.835Z | Downloaded path-slash v0.1.5 |
| 695 | 2025-08-30T04:29:10.835Z | Downloaded slog-term v2.9.1 |
| 696 | 2025-08-30T04:29:10.838Z | Downloaded heapless v0.7.17 |
| 697 | 2025-08-30T04:29:10.842Z | Downloaded phf_shared v0.11.2 |
| 698 | 2025-08-30T04:29:10.845Z | Downloaded daft v0.1.4 |
| 699 | 2025-08-30T04:29:10.849Z | Downloaded proc-macro-crate v1.3.1 |
| 700 | 2025-08-30T04:29:10.852Z | Downloaded litrs v0.4.1 |
| 701 | 2025-08-30T04:29:10.855Z | Downloaded base64 v0.13.1 |
| 702 | 2025-08-30T04:29:10.858Z | Downloaded gethostname v0.5.0 |
| 703 | 2025-08-30T04:29:10.862Z | Downloaded env_logger v0.11.5 |
| 704 | 2025-08-30T04:29:10.865Z | Downloaded russh-cryptovec v0.7.3 |
| 705 | 2025-08-30T04:29:10.865Z | Downloaded nu-ansi-term v0.50.1 |
| 706 | 2025-08-30T04:29:10.868Z | Downloaded mime v0.3.17 |
| 707 | 2025-08-30T04:29:10.871Z | Downloaded num_enum_derive v0.5.11 |
| 708 | 2025-08-30T04:29:10.871Z | Downloaded aes v0.8.4 |
| 709 | 2025-08-30T04:29:10.876Z | Downloaded rustc_version v0.1.7 |
| 710 | 2025-08-30T04:29:10.879Z | Downloaded rustc-hash v1.1.0 |
| 711 | 2025-08-30T04:29:10.879Z | Downloaded num v0.4.3 |
| 712 | 2025-08-30T04:29:10.882Z | Downloaded newtype-uuid v1.2.4 |
| 713 | 2025-08-30T04:29:10.885Z | Downloaded phf v0.11.2 |
| 714 | 2025-08-30T04:29:10.885Z | Downloaded serde_yaml v0.9.34+deprecated |
| 715 | 2025-08-30T04:29:10.890Z | Downloaded ron v0.7.1 |
| 716 | 2025-08-30T04:29:10.894Z | Downloaded want v0.3.1 |
| 717 | 2025-08-30T04:29:10.898Z | Downloaded quinn-udp v0.5.5 |
| 718 | 2025-08-30T04:29:10.901Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 719 | 2025-08-30T04:29:10.901Z | Downloaded phf v0.12.1 |
| 720 | 2025-08-30T04:29:10.908Z | Downloaded futures-channel v0.3.31 |
| 721 | 2025-08-30T04:29:10.911Z | Downloaded xshell-macros v0.2.7 |
| 722 | 2025-08-30T04:29:10.911Z | Downloaded whoami v1.5.2 |
| 723 | 2025-08-30T04:29:10.911Z | Downloaded getrandom v0.2.15 |
| 724 | 2025-08-30T04:29:10.914Z | Downloaded defmt-parser v0.3.4 |
| 725 | 2025-08-30T04:29:10.917Z | Downloaded resolv-conf v0.7.0 |
| 726 | 2025-08-30T04:29:10.920Z | Downloaded rustc_version v0.4.1 |
| 727 | 2025-08-30T04:29:10.920Z | Downloaded darling_macro v0.21.0 |
| 728 | 2025-08-30T04:29:10.924Z | Downloaded rustc-hash v2.1.1 |
| 729 | 2025-08-30T04:29:10.924Z | Downloaded ref-cast v1.0.24 |
| 730 | 2025-08-30T04:29:10.928Z | Downloaded tap v1.0.1 |
| 731 | 2025-08-30T04:29:10.931Z | Downloaded static_assertions v1.1.0 |
| 732 | 2025-08-30T04:29:10.934Z | Downloaded ssh-encoding v0.2.0 |
| 733 | 2025-08-30T04:29:10.935Z | Downloaded schemars v0.8.22 |
| 734 | 2025-08-30T04:29:10.949Z | Downloaded oso-derive v0.27.3 |
| 735 | 2025-08-30T04:29:10.952Z | Downloaded globwalk v0.9.1 |
| 736 | 2025-08-30T04:29:10.952Z | Downloaded funty v2.0.0 |
| 737 | 2025-08-30T04:29:10.957Z | Downloaded fixedbitset v0.4.2 |
| 738 | 2025-08-30T04:29:10.960Z | Downloaded progenitor-client v0.9.1 |
| 739 | 2025-08-30T04:29:10.960Z | Downloaded unicode-bidi v0.3.17 |
| 740 | 2025-08-30T04:29:10.963Z | Downloaded darling_core v0.20.10 |
| 741 | 2025-08-30T04:29:10.966Z | Downloaded data-encoding v2.9.0 |
| 742 | 2025-08-30T04:29:10.970Z | Downloaded xz2 v0.1.7 |
| 743 | 2025-08-30T04:29:10.973Z | Downloaded serde-big-array v0.5.1 |
| 744 | 2025-08-30T04:29:10.976Z | Downloaded progenitor-client v0.8.0 |
| 745 | 2025-08-30T04:29:10.976Z | Downloaded postgres-types v0.2.9 |
| 746 | 2025-08-30T04:29:10.979Z | Downloaded ff v0.13.0 |
| 747 | 2025-08-30T04:29:10.982Z | Downloaded fd-lock v4.0.2 |
| 748 | 2025-08-30T04:29:10.986Z | Downloaded futures-executor v0.3.31 |
| 749 | 2025-08-30T04:29:10.989Z | Downloaded filetime v0.2.25 |
| 750 | 2025-08-30T04:29:10.989Z | Downloaded ena v0.14.3 |
| 751 | 2025-08-30T04:29:10.992Z | Downloaded glob v0.3.2 |
| 752 | 2025-08-30T04:29:10.995Z | Downloaded derive_more v2.0.1 |
| 753 | 2025-08-30T04:29:11.003Z | Downloaded signal-hook-tokio v0.3.1 |
| 754 | 2025-08-30T04:29:11.007Z | Downloaded term v0.7.0 |
| 755 | 2025-08-30T04:29:11.010Z | Downloaded cc v1.2.30 |
| 756 | 2025-08-30T04:29:11.014Z | Downloaded opaque-debug v0.3.1 |
| 757 | 2025-08-30T04:29:11.018Z | Downloaded group v0.13.0 |
| 758 | 2025-08-30T04:29:11.021Z | Downloaded defmt-macros v0.3.9 |
| 759 | 2025-08-30T04:29:11.025Z | Downloaded oxide-tokio-rt v0.1.2 |
| 760 | 2025-08-30T04:29:11.028Z | Downloaded num-iter v0.1.45 |
| 761 | 2025-08-30T04:29:11.028Z | Downloaded zone v0.3.1 |
| 762 | 2025-08-30T04:29:11.031Z | Downloaded zone_cfg_derive v0.1.2 |
| 763 | 2025-08-30T04:29:11.031Z | Downloaded which v4.4.2 |
| 764 | 2025-08-30T04:29:11.034Z | Downloaded phf_shared v0.12.1 |
| 765 | 2025-08-30T04:29:11.038Z | Downloaded secrecy v0.8.0 |
| 766 | 2025-08-30T04:29:11.038Z | Downloaded rand_seeder v0.4.0 |
| 767 | 2025-08-30T04:29:11.041Z | Downloaded csv-core v0.1.11 |
| 768 | 2025-08-30T04:29:11.044Z | Downloaded foreign-types-shared v0.1.1 |
| 769 | 2025-08-30T04:29:11.044Z | Downloaded toml v0.7.8 |
| 770 | 2025-08-30T04:29:11.049Z | Downloaded foreign-types v0.3.2 |
| 771 | 2025-08-30T04:29:11.052Z | Downloaded sha1 v0.10.6 |
| 772 | 2025-08-30T04:29:11.052Z | Downloaded endian-type v0.1.2 |
| 773 | 2025-08-30T04:29:11.052Z | Downloaded tar v0.4.44 |
| 774 | 2025-08-30T04:29:11.056Z | Downloaded number_prefix v0.4.0 |
| 775 | 2025-08-30T04:29:11.060Z | Downloaded structmeta v0.3.0 |
| 776 | 2025-08-30T04:29:11.060Z | Downloaded strip-ansi-escapes v0.2.0 |
| 777 | 2025-08-30T04:29:11.065Z | Downloaded stringprep v0.1.5 |
| 778 | 2025-08-30T04:29:11.065Z | Downloaded flagset v0.4.6 |
| 779 | 2025-08-30T04:29:11.069Z | Downloaded typify-macro v0.2.0 |
| 780 | 2025-08-30T04:29:11.069Z | Downloaded flate2 v1.1.2 |
| 781 | 2025-08-30T04:29:11.073Z | Downloaded topological-sort v0.2.2 |
| 782 | 2025-08-30T04:29:11.076Z | Downloaded subtle v2.6.1 |
| 783 | 2025-08-30T04:29:11.079Z | Downloaded pbkdf2 v0.11.0 |
| 784 | 2025-08-30T04:29:11.083Z | Downloaded zone v0.1.8 |
| 785 | 2025-08-30T04:29:11.083Z | Downloaded unicode-truncate v1.1.0 |
| 786 | 2025-08-30T04:29:11.087Z | Downloaded serde_urlencoded v0.7.1 |
| 787 | 2025-08-30T04:29:11.087Z | Downloaded wyz v0.5.1 |
| 788 | 2025-08-30T04:29:11.090Z | Downloaded pin-project-lite v0.2.14 |
| 789 | 2025-08-30T04:29:11.095Z | Downloaded derive-ex v0.1.8 |
| 790 | 2025-08-30T04:29:11.099Z | Downloaded sync_wrapper v1.0.1 |
| 791 | 2025-08-30T04:29:11.102Z | Downloaded sync-ptr v0.1.4 |
| 792 | 2025-08-30T04:29:11.105Z | Downloaded foreign-types-macros v0.2.3 |
| 793 | 2025-08-30T04:29:11.105Z | Downloaded foreign-types v0.5.0 |
| 794 | 2025-08-30T04:29:11.108Z | Downloaded tracing v0.1.40 |
| 795 | 2025-08-30T04:29:11.111Z | Downloaded serde_with_macros v3.14.0 |
| 796 | 2025-08-30T04:29:11.114Z | Downloaded typify-macro v0.4.1 |
| 797 | 2025-08-30T04:29:11.118Z | Downloaded foldhash v0.1.5 |
| 798 | 2025-08-30T04:29:11.118Z | Downloaded fixedbitset v0.5.7 |
| 799 | 2025-08-30T04:29:11.121Z | Downloaded darling_macro v0.20.10 |
| 800 | 2025-08-30T04:29:11.124Z | Downloaded embedded-io v0.6.1 |
| 801 | 2025-08-30T04:29:11.124Z | Downloaded tokio-tungstenite v0.23.1 |
| 802 | 2025-08-30T04:29:11.127Z | Downloaded strum_macros v0.27.1 |
| 803 | 2025-08-30T04:29:11.130Z | Downloaded oso v0.27.3 |
| 804 | 2025-08-30T04:29:11.136Z | Downloaded num-derive v0.3.3 |
| 805 | 2025-08-30T04:29:11.139Z | Downloaded normalize-line-endings v0.3.0 |
| 806 | 2025-08-30T04:29:11.139Z | Downloaded radium v0.7.0 |
| 807 | 2025-08-30T04:29:11.142Z | Downloaded serde_repr v0.1.19 |
| 808 | 2025-08-30T04:29:11.145Z | Downloaded derive_builder_core v0.20.2 |
| 809 | 2025-08-30T04:29:11.148Z | Downloaded r2d2 v0.8.10 |
| 810 | 2025-08-30T04:29:11.153Z | Downloaded sigpipe v0.1.3 |
| 811 | 2025-08-30T04:29:11.153Z | Downloaded unarray v0.1.4 |
| 812 | 2025-08-30T04:29:11.157Z | Downloaded typify-macro v0.3.0 |
| 813 | 2025-08-30T04:29:11.157Z | Downloaded parking_lot_core v0.9.10 |
| 814 | 2025-08-30T04:29:11.161Z | Downloaded derive_builder v0.20.2 |
| 815 | 2025-08-30T04:29:11.164Z | Downloaded tinyvec_macros v0.1.1 |
| 816 | 2025-08-30T04:29:11.167Z | Downloaded bindgen v0.69.5 |
| 817 | 2025-08-30T04:29:11.173Z | Downloaded subprocess v0.2.9 |
| 818 | 2025-08-30T04:29:11.177Z | Downloaded waitgroup v0.1.2 |
| 819 | 2025-08-30T04:29:11.181Z | Downloaded supports-color v3.0.2 |
| 820 | 2025-08-30T04:29:11.181Z | Downloaded sqlformat v0.3.5 |
| 821 | 2025-08-30T04:29:11.184Z | Downloaded vte_generate_state_changes v0.1.2 |
| 822 | 2025-08-30T04:29:11.187Z | Downloaded fallible-iterator v0.2.0 |
| 823 | 2025-08-30T04:29:11.187Z | Downloaded prettyplease v0.2.36 |
| 824 | 2025-08-30T04:29:11.191Z | Downloaded newtype_derive v0.1.6 |
| 825 | 2025-08-30T04:29:11.195Z | Downloaded postcard v1.0.10 |
| 826 | 2025-08-30T04:29:11.200Z | Downloaded password-hash v0.5.0 |
| 827 | 2025-08-30T04:29:11.203Z | Downloaded dirs-next v2.0.0 |
| 828 | 2025-08-30T04:29:11.203Z | Downloaded pem v3.0.5 |
| 829 | 2025-08-30T04:29:11.206Z | Downloaded libm v0.2.8 |
| 830 | 2025-08-30T04:29:11.215Z | Downloaded smf v0.2.3 |
| 831 | 2025-08-30T04:29:11.219Z | Downloaded bitvec v1.0.1 |
| 832 | 2025-08-30T04:29:11.235Z | Downloaded crucible-workspace-hack v0.1.0 |
| 833 | 2025-08-30T04:29:11.238Z | Downloaded slog-bunyan v2.5.0 |
| 834 | 2025-08-30T04:29:11.238Z | Downloaded wait-timeout v0.2.0 |
| 835 | 2025-08-30T04:29:11.238Z | Downloaded tiny-keccak v2.0.2 |
| 836 | 2025-08-30T04:29:11.242Z | Downloaded pin-utils v0.1.0 |
| 837 | 2025-08-30T04:29:11.245Z | Downloaded utf-8 v0.7.6 |
| 838 | 2025-08-30T04:29:11.245Z | Downloaded signature v2.2.0 |
| 839 | 2025-08-30T04:29:11.248Z | Downloaded fxhash v0.2.1 |
| 840 | 2025-08-30T04:29:11.251Z | Downloaded display-error-chain v0.2.2 |
| 841 | 2025-08-30T04:29:11.251Z | Downloaded thread_local v1.1.8 |
| 842 | 2025-08-30T04:29:11.255Z | Downloaded thiserror-no-std v2.0.2 |
| 843 | 2025-08-30T04:29:11.258Z | Downloaded take_mut v0.2.2 |
| 844 | 2025-08-30T04:29:11.261Z | Downloaded itertools v0.12.1 |
| 845 | 2025-08-30T04:29:11.267Z | Downloaded same-file v1.0.6 |
| 846 | 2025-08-30T04:29:11.270Z | Downloaded dirs-sys-next v0.1.2 |
| 847 | 2025-08-30T04:29:11.273Z | Downloaded der_derive v0.7.3 |
| 848 | 2025-08-30T04:29:11.273Z | Downloaded openssl-sys v0.9.109 |
| 849 | 2025-08-30T04:29:11.278Z | Downloaded slog-envlogger v2.2.0 |
| 850 | 2025-08-30T04:29:11.281Z | Downloaded progenitor v0.10.0 |
| 851 | 2025-08-30T04:29:11.284Z | Downloaded slog-dtrace v0.3.0 |
| 852 | 2025-08-30T04:29:11.287Z | Downloaded difflib v0.4.0 |
| 853 | 2025-08-30T04:29:11.288Z | Downloaded tokio-native-tls v0.3.1 |
| 854 | 2025-08-30T04:29:11.291Z | Downloaded progenitor v0.9.1 |
| 855 | 2025-08-30T04:29:11.291Z | Downloaded ctr v0.9.2 |
| 856 | 2025-08-30T04:29:11.295Z | Downloaded time-macros v0.2.18 |
| 857 | 2025-08-30T04:29:11.298Z | Downloaded zip v0.6.6 |
| 858 | 2025-08-30T04:29:11.301Z | Downloaded crunchy v0.2.2 |
| 859 | 2025-08-30T04:29:11.304Z | Downloaded olpc-cjson v0.1.4 |
| 860 | 2025-08-30T04:29:11.307Z | Downloaded multer v3.1.0 |
| 861 | 2025-08-30T04:29:11.307Z | Downloaded tungstenite v0.21.0 |
| 862 | 2025-08-30T04:29:11.311Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 863 | 2025-08-30T04:29:11.316Z | Downloaded try-lock v0.2.5 |
| 864 | 2025-08-30T04:29:11.316Z | Downloaded twox-hash v2.1.0 |
| 865 | 2025-08-30T04:29:11.319Z | Downloaded blake3 v1.5.4 |
| 866 | 2025-08-30T04:29:11.325Z | Downloaded tokio-dtrace v0.1.0 |
| 867 | 2025-08-30T04:29:11.328Z | Downloaded mime_guess v2.0.5 |
| 868 | 2025-08-30T04:29:11.332Z | Downloaded russh v0.45.0 |
| 869 | 2025-08-30T04:29:11.335Z | Downloaded tokio-macros v2.5.0 |
| 870 | 2025-08-30T04:29:11.338Z | Downloaded rpassword v7.4.0 |
| 871 | 2025-08-30T04:29:11.342Z | Downloaded md5 v0.7.0 |
| 872 | 2025-08-30T04:29:11.342Z | Downloaded siphasher v0.3.11 |
| 873 | 2025-08-30T04:29:11.345Z | Downloaded polyval v0.6.2 |
| 874 | 2025-08-30T04:29:11.345Z | Downloaded parse-display-derive v0.10.0 |
| 875 | 2025-08-30T04:29:11.348Z | Downloaded either v1.15.0 |
| 876 | 2025-08-30T04:29:11.351Z | Downloaded vergen v8.3.2 |
| 877 | 2025-08-30T04:29:11.354Z | Downloaded pkcs5 v0.7.1 |
| 878 | 2025-08-30T04:29:11.358Z | Downloaded packed_struct_codegen v0.10.1 |
| 879 | 2025-08-30T04:29:11.361Z | Downloaded spki v0.7.3 |
| 880 | 2025-08-30T04:29:11.361Z | Downloaded itertools v0.13.0 |
| 881 | 2025-08-30T04:29:11.369Z | Downloaded nodrop v0.1.14 |
| 882 | 2025-08-30T04:29:11.372Z | Downloaded aho-corasick v1.1.3 |
| 883 | 2025-08-30T04:29:11.376Z | Downloaded rustversion v1.0.17 |
| 884 | 2025-08-30T04:29:11.379Z | Downloaded untrusted v0.9.0 |
| 885 | 2025-08-30T04:29:11.383Z | Downloaded parse-display v0.10.0 |
| 886 | 2025-08-30T04:29:11.383Z | Downloaded zeroize v1.8.1 |
| 887 | 2025-08-30T04:29:11.387Z | Downloaded siphasher v1.0.1 |
| 888 | 2025-08-30T04:29:11.387Z | Downloaded sec1 v0.7.3 |
| 889 | 2025-08-30T04:29:11.390Z | Downloaded scrypt v0.11.0 |
| 890 | 2025-08-30T04:29:11.391Z | Downloaded serde-hex v0.1.0 |
| 891 | 2025-08-30T04:29:11.395Z | Downloaded quinn v0.11.5 |
| 892 | 2025-08-30T04:29:11.395Z | Downloaded ssh-key v0.6.6 |
| 893 | 2025-08-30T04:29:11.402Z | Downloaded embedded-io v0.4.0 |
| 894 | 2025-08-30T04:29:11.405Z | Downloaded tui-tree-widget v0.23.1 |
| 895 | 2025-08-30T04:29:11.408Z | Downloaded num-rational v0.4.2 |
| 896 | 2025-08-30T04:29:11.408Z | Downloaded pkcs1 v0.7.5 |
| 897 | 2025-08-30T04:29:11.411Z | Downloaded poly1305 v0.8.0 |
| 898 | 2025-08-30T04:29:11.415Z | Downloaded untrusted v0.7.1 |
| 899 | 2025-08-30T04:29:11.418Z | Downloaded xshell v0.2.7 |
| 900 | 2025-08-30T04:29:11.418Z | Downloaded scopeguard v1.2.0 |
| 901 | 2025-08-30T04:29:11.421Z | Downloaded parking_lot_core v0.8.6 |
| 902 | 2025-08-30T04:29:11.424Z | Downloaded parking_lot v0.12.3 |
| 903 | 2025-08-30T04:29:11.424Z | Downloaded parking_lot v0.11.2 |
| 904 | 2025-08-30T04:29:11.428Z | Downloaded expectorate v1.2.0 |
| 905 | 2025-08-30T04:29:11.431Z | Downloaded unicode-segmentation v1.12.0 |
| 906 | 2025-08-30T04:29:11.434Z | Downloaded similar v2.7.0 |
| 907 | 2025-08-30T04:29:11.439Z | Downloaded xattr v1.3.1 |
| 908 | 2025-08-30T04:29:11.442Z | Downloaded miniz_oxide v0.8.5 |
| 909 | 2025-08-30T04:29:11.446Z | Downloaded winnow v0.6.26 |
| 910 | 2025-08-30T04:29:11.454Z | Downloaded progenitor-macro v0.9.1 |
| 911 | 2025-08-30T04:29:11.457Z | Downloaded snafu-derive v0.8.5 |
| 912 | 2025-08-30T04:29:11.457Z | Downloaded elliptic-curve v0.13.8 |
| 913 | 2025-08-30T04:29:11.461Z | Downloaded darling_core v0.21.0 |
| 914 | 2025-08-30T04:29:11.467Z | Downloaded prefix-trie v0.7.0 |
| 915 | 2025-08-30T04:29:11.471Z | Downloaded p256 v0.13.2 |
| 916 | 2025-08-30T04:29:11.474Z | Downloaded omicron-zone-package v0.12.2 |
| 917 | 2025-08-30T04:29:11.478Z | Downloaded reedline v0.40.0 |
| 918 | 2025-08-30T04:29:11.486Z | Downloaded diff v0.1.13 |
| 919 | 2025-08-30T04:29:11.489Z | Downloaded samael v0.0.19 |
| 920 | 2025-08-30T04:29:11.495Z | Downloaded lalrpop v0.19.12 |
| 921 | 2025-08-30T04:29:11.507Z | Downloaded snafu v0.8.5 |
| 922 | 2025-08-30T04:29:11.513Z | Downloaded bindgen v0.71.1 |
| 923 | 2025-08-30T04:29:11.520Z | Downloaded diesel_derives v2.2.3 |
| 924 | 2025-08-30T04:29:11.525Z | Downloaded tracing-core v0.1.32 |
| 925 | 2025-08-30T04:29:11.529Z | Downloaded socket2 v0.5.10 |
| 926 | 2025-08-30T04:29:11.532Z | Downloaded x509-cert v0.2.5 |
| 927 | 2025-08-30T04:29:11.537Z | Downloaded tokio-postgres v0.7.13 |
| 928 | 2025-08-30T04:29:11.542Z | Downloaded crypto-bigint v0.5.5 |
| 929 | 2025-08-30T04:29:11.550Z | Downloaded progenitor-impl v0.10.0 |
| 930 | 2025-08-30T04:29:11.553Z | Downloaded h2 v0.4.6 |
| 931 | 2025-08-30T04:29:11.559Z | Downloaded mio v1.0.2 |
| 932 | 2025-08-30T04:29:11.565Z | Downloaded regex v1.11.1 |
| 933 | 2025-08-30T04:29:11.579Z | Downloaded papergrid v0.14.0 |
| 934 | 2025-08-30T04:29:11.583Z | Downloaded num-bigint-dig v0.8.4 |
| 935 | 2025-08-30T04:29:11.588Z | Downloaded rayon v1.10.0 |
| 936 | 2025-08-30T04:29:11.598Z | Downloaded minimal-lexical v0.2.1 |
| 937 | 2025-08-30T04:29:11.604Z | Downloaded rustyline v14.0.0 |
| 938 | 2025-08-30T04:29:11.607Z | Downloaded serde_with v3.14.0 |
| 939 | 2025-08-30T04:29:11.621Z | Downloaded tower v0.5.2 |
| 940 | 2025-08-30T04:29:11.629Z | Downloaded futures-util v0.3.31 |
| 941 | 2025-08-30T04:29:11.641Z | Downloaded tough v0.20.0 |
| 942 | 2025-08-30T04:29:11.650Z | Downloaded nom v7.1.3 |
| 943 | 2025-08-30T04:29:11.655Z | Downloaded tower-http v0.6.6 |
| 944 | 2025-08-30T04:29:11.673Z | Downloaded unicode-normalization v0.1.24 |
| 945 | 2025-08-30T04:29:11.677Z | Downloaded salty v0.3.0 |
| 946 | 2025-08-30T04:29:11.677Z | Downloaded hickory-proto v0.24.4 |
| 947 | 2025-08-30T04:29:11.690Z | Downloaded crossterm v0.29.0 |
| 948 | 2025-08-30T04:29:11.696Z | Downloaded openssl v0.10.73 |
| 949 | 2025-08-30T04:29:11.706Z | Downloaded rustls-webpki v0.102.8 |
| 950 | 2025-08-30T04:29:11.726Z | Downloaded curve25519-dalek v4.1.3 |
| 951 | 2025-08-30T04:29:11.732Z | Downloaded quick-xml v0.37.2 |
| 952 | 2025-08-30T04:29:11.738Z | Downloaded nix v0.27.1 |
| 953 | 2025-08-30T04:29:11.749Z | Downloaded proptest v1.7.0 |
| 954 | 2025-08-30T04:29:11.758Z | Downloaded zerocopy v0.8.26 |
| 955 | 2025-08-30T04:29:11.779Z | Downloaded vcpkg v0.2.15 |
| 956 | 2025-08-30T04:29:11.816Z | Downloaded webpki-roots v1.0.1 |
| 957 | 2025-08-30T04:29:11.820Z | Downloaded nix v0.28.0 |
| 958 | 2025-08-30T04:29:11.830Z | Downloaded moka v0.12.10 |
| 959 | 2025-08-30T04:29:11.841Z | Downloaded nix v0.29.0 |
| 960 | 2025-08-30T04:29:11.852Z | Downloaded rustls v0.23.19 |
| 961 | 2025-08-30T04:29:11.863Z | Downloaded git2 v0.19.0 |
| 962 | 2025-08-30T04:29:11.871Z | Downloaded regex-syntax v0.8.5 |
| 963 | 2025-08-30T04:29:11.879Z | Downloaded gimli v0.31.1 |
| 964 | 2025-08-30T04:29:11.887Z | Downloaded openapiv3 v2.2.0 |
| 965 | 2025-08-30T04:29:11.899Z | Downloaded smoltcp v0.11.0 |
| 966 | 2025-08-30T04:29:11.911Z | Downloaded diesel v2.2.12 |
| 967 | 2025-08-30T04:29:11.929Z | Downloaded object v0.36.5 |
| 968 | 2025-08-30T04:29:11.939Z | Downloaded polar-core v0.27.3 |
| 969 | 2025-08-30T04:29:11.949Z | Downloaded dropshot v0.16.3 |
| 970 | 2025-08-30T04:29:11.969Z | Downloaded regress v0.10.4 |
| 971 | 2025-08-30T04:29:11.976Z | Downloaded typify-impl v0.2.0 |
| 972 | 2025-08-30T04:29:11.989Z | Downloaded rustls v0.22.4 |
| 973 | 2025-08-30T04:29:12.003Z | Downloaded typify-impl v0.4.1 |
| 974 | 2025-08-30T04:29:12.015Z | Downloaded nix v0.30.1 |
| 975 | 2025-08-30T04:29:12.027Z | Downloaded zerocopy-derive v0.6.6 |
| 976 | 2025-08-30T04:29:12.037Z | Downloaded ratatui v0.29.0 |
| 977 | 2025-08-30T04:29:12.055Z | Downloaded typify-impl v0.3.0 |
| 978 | 2025-08-30T04:29:12.067Z | Downloaded regex-automata v0.4.8 |
| 979 | 2025-08-30T04:29:12.082Z | Downloaded sled v0.34.7 |
| 980 | 2025-08-30T04:29:12.091Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 981 | 2025-08-30T04:29:12.101Z | Downloaded bstr v1.10.0 |
| 982 | 2025-08-30T04:29:12.127Z | Downloaded chrono-tz v0.10.4 |
| 983 | 2025-08-30T04:29:12.131Z | Downloaded jiff v0.2.15 |
| 984 | 2025-08-30T04:29:12.142Z | Downloaded smoltcp v0.9.1 |
| 985 | 2025-08-30T04:29:12.154Z | Downloaded tabled v0.18.0 |
| 986 | 2025-08-30T04:29:12.168Z | Downloaded lzma-sys v0.1.20 |
| 987 | 2025-08-30T04:29:12.193Z | Downloaded radix_trie v0.2.1 |
| 988 | 2025-08-30T04:29:12.197Z | Downloaded hickory-proto v0.25.2 |
| 989 | 2025-08-30T04:29:12.211Z | Downloaded object v0.30.4 |
| 990 | 2025-08-30T04:29:12.221Z | Downloaded regex-syntax v0.6.29 |
| 991 | 2025-08-30T04:29:12.229Z | Downloaded petname v2.0.2 |
| 992 | 2025-08-30T04:29:12.232Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 993 | 2025-08-30T04:29:12.247Z | Downloaded petgraph v0.6.5 |
| 994 | 2025-08-30T04:29:12.263Z | Downloaded sha3 v0.10.8 |
| 995 | 2025-08-30T04:29:12.268Z | Downloaded tokio v1.47.0 |
| 996 | 2025-08-30T04:29:12.300Z | Downloaded libz-sys v1.1.20 |
| 997 | 2025-08-30T04:29:12.319Z | Downloaded petgraph v0.8.2 |
| 998 | 2025-08-30T04:29:12.337Z | Downloaded rustls v0.21.12 |
| 999 | 2025-08-30T04:29:12.346Z | Downloaded sqlparser v0.45.0 |
| 1000 | 2025-08-30T04:29:12.351Z | Downloaded rustls-webpki v0.101.7 |
| 1001 | 2025-08-30T04:29:12.364Z | Downloaded p384 v0.13.0 |
| 1002 | 2025-08-30T04:29:12.369Z | Downloaded quinn-proto v0.11.8 |
| 1003 | 2025-08-30T04:29:12.375Z | Downloaded portable-atomic v1.11.0 |
| 1004 | 2025-08-30T04:29:12.382Z | Downloaded zlib-rs v0.5.1 |
| 1005 | 2025-08-30T04:29:12.387Z | Downloaded reqwest v0.12.22 |
| 1006 | 2025-08-30T04:29:12.394Z | Downloaded csv v1.3.1 |
| 1007 | 2025-08-30T04:29:12.412Z | Downloaded chrono v0.4.41 |
| 1008 | 2025-08-30T04:29:12.418Z | Downloaded password-hash v0.4.2 |
| 1009 | 2025-08-30T04:29:12.421Z | Downloaded uuid v1.17.0 |
| 1010 | 2025-08-30T04:29:12.424Z | Downloaded tungstenite v0.23.0 |
| 1011 | 2025-08-30T04:29:12.427Z | Downloaded tokio-util v0.7.15 |
| 1012 | 2025-08-30T04:29:12.431Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1013 | 2025-08-30T04:29:12.434Z | Downloaded rusty-fork v0.3.0 |
| 1014 | 2025-08-30T04:29:12.434Z | Downloaded slog v2.7.0 |
| 1015 | 2025-08-30T04:29:12.437Z | Downloaded sct v0.7.1 |
| 1016 | 2025-08-30T04:29:12.440Z | Downloaded rand v0.9.2 |
| 1017 | 2025-08-30T04:29:12.444Z | Downloaded progenitor-macro v0.8.0 |
| 1018 | 2025-08-30T04:29:12.447Z | Downloaded p521 v0.13.3 |
| 1019 | 2025-08-30T04:29:12.451Z | Downloaded tls_codec v0.4.1 |
| 1020 | 2025-08-30T04:29:12.451Z | Downloaded pem-rfc7468 v0.7.0 |
| 1021 | 2025-08-30T04:29:12.454Z | Downloaded peg v0.8.5 |
| 1022 | 2025-08-30T04:29:12.457Z | Downloaded fs-err v2.11.0 |
| 1023 | 2025-08-30T04:29:12.457Z | Downloaded multimap v0.10.1 |
| 1024 | 2025-08-30T04:29:12.461Z | Downloaded aws-lc-rs v1.12.4 |
| 1025 | 2025-08-30T04:29:12.466Z | Downloaded slog-async v2.8.0 |
| 1026 | 2025-08-30T04:29:12.470Z | Downloaded tinyvec v1.8.0 |
| 1027 | 2025-08-30T04:29:12.474Z | Downloaded encoding_rs v0.8.34 |
| 1028 | 2025-08-30T04:29:12.490Z | Downloaded winnow v0.5.40 |
| 1029 | 2025-08-30T04:29:12.497Z | Downloaded itertools v0.14.0 |
| 1030 | 2025-08-30T04:29:12.503Z | Downloaded tagptr v0.2.0 |
| 1031 | 2025-08-30T04:29:12.506Z | Downloaded ring v0.17.14 |
| 1032 | 2025-08-30T04:29:12.540Z | Downloaded simd-adler32 v0.3.7 |
| 1033 | 2025-08-30T04:29:12.543Z | Downloaded rustls-pki-types v1.10.0 |
| 1034 | 2025-08-30T04:29:12.546Z | Downloaded typed-path v0.9.3 |
| 1035 | 2025-08-30T04:29:12.549Z | Downloaded diesel-dtrace v0.4.2 |
| 1036 | 2025-08-30T04:29:12.553Z | Downloaded unicode_categories v0.1.1 |
| 1037 | 2025-08-30T04:29:12.553Z | Downloaded iri-string v0.7.8 |
| 1038 | 2025-08-30T04:29:12.560Z | Downloaded hyper v1.6.0 |
| 1039 | 2025-08-30T04:29:12.564Z | Downloaded document-features v0.2.11 |
| 1040 | 2025-08-30T04:29:12.567Z | Downloaded fatfs v0.3.6 |
| 1041 | 2025-08-30T04:29:12.570Z | Downloaded zerocopy-derive v0.8.26 |
| 1042 | 2025-08-30T04:29:12.573Z | Downloaded socket2 v0.6.0 |
| 1043 | 2025-08-30T04:29:12.577Z | Downloaded foreign-types-shared v0.3.1 |
| 1044 | 2025-08-30T04:29:12.577Z | Downloaded num-complex v0.4.6 |
| 1045 | 2025-08-30T04:29:12.580Z | Downloaded serde_derive_internals v0.29.1 |
| 1046 | 2025-08-30T04:29:12.580Z | Downloaded pin-project v1.1.6 |
| 1047 | 2025-08-30T04:29:12.588Z | Downloaded serde_bytes v0.11.17 |
| 1048 | 2025-08-30T04:29:12.591Z | Downloaded tokio-rustls v0.24.1 |
| 1049 | 2025-08-30T04:29:12.594Z | Downloaded progenitor-macro v0.10.0 |
| 1050 | 2025-08-30T04:29:12.594Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1051 | 2025-08-30T04:29:12.640Z | Downloaded predicates-tree v1.0.12 |
| 1052 | 2025-08-30T04:29:12.643Z | Downloaded predicates-core v1.0.8 |
| 1053 | 2025-08-30T04:29:12.643Z | Downloaded derive-where v1.5.0 |
| 1054 | 2025-08-30T04:29:12.646Z | Downloaded zip v4.2.0 |
| 1055 | 2025-08-30T04:29:12.650Z | Downloaded itertools v0.10.5 |
| 1056 | 2025-08-30T04:29:12.654Z | Downloaded zstd-safe v7.2.3 |
| 1057 | 2025-08-30T04:29:12.657Z | Downloaded serde_cbor v0.11.2 |
| 1058 | 2025-08-30T04:29:12.661Z | Downloaded steno v0.4.1 |
| 1059 | 2025-08-30T04:29:12.664Z | Downloaded num-bigint v0.4.6 |
| 1060 | 2025-08-30T04:29:12.668Z | Downloaded futures-sink v0.3.31 |
| 1061 | 2025-08-30T04:29:12.669Z | Downloaded futures-macro v0.3.31 |
| 1062 | 2025-08-30T04:29:12.669Z | Downloaded futures-io v0.3.31 |
| 1063 | 2025-08-30T04:29:12.669Z | Downloaded unicode-properties v0.1.3 |
| 1064 | 2025-08-30T04:29:12.672Z | Downloaded paste v1.0.15 |
| 1065 | 2025-08-30T04:29:12.672Z | Downloaded yansi v1.0.1 |
| 1066 | 2025-08-30T04:29:12.675Z | Downloaded pretty_assertions v1.4.1 |
| 1067 | 2025-08-30T04:29:12.678Z | Downloaded tokio-stream v0.1.17 |
| 1068 | 2025-08-30T04:29:12.681Z | Downloaded der v0.7.9 |
| 1069 | 2025-08-30T04:29:12.686Z | Downloaded num-derive v0.4.2 |
| 1070 | 2025-08-30T04:29:12.689Z | Downloaded serde_spanned v1.0.0 |
| 1071 | 2025-08-30T04:29:12.689Z | Downloaded time v0.3.36 |
| 1072 | 2025-08-30T04:29:12.693Z | Downloaded nanorand v0.7.0 |
| 1073 | 2025-08-30T04:29:12.696Z | Downloaded futures-task v0.3.31 |
| 1074 | 2025-08-30T04:29:12.696Z | Downloaded dunce v1.0.5 |
| 1075 | 2025-08-30T04:29:12.696Z | Downloaded deranged v0.3.11 |
| 1076 | 2025-08-30T04:29:12.699Z | Downloaded zstd v0.13.3 |
| 1077 | 2025-08-30T04:29:12.699Z | Downloaded zeroize_derive v1.4.2 |
| 1078 | 2025-08-30T04:29:12.702Z | Downloaded libxml v0.3.3 |
| 1079 | 2025-08-30T04:29:12.707Z | Downloaded iddqd v0.3.9 |
| 1080 | 2025-08-30T04:29:12.712Z | Downloaded rand v0.8.5 |
| 1081 | 2025-08-30T04:29:12.715Z | Downloaded num-conv v0.1.0 |
| 1082 | 2025-08-30T04:29:12.715Z | Downloaded toml v0.9.5 |
| 1083 | 2025-08-30T04:29:12.718Z | Downloaded strum_macros v0.26.4 |
| 1084 | 2025-08-30T04:29:12.721Z | Downloaded tokio-tungstenite v0.21.0 |
| 1085 | 2025-08-30T04:29:12.721Z | Downloaded predicates v3.1.3 |
| 1086 | 2025-08-30T04:29:12.724Z | Downloaded powerfmt v0.2.0 |
| 1087 | 2025-08-30T04:29:12.724Z | Downloaded pbkdf2 v0.12.2 |
| 1088 | 2025-08-30T04:29:12.728Z | Downloaded rsa v0.9.6 |
| 1089 | 2025-08-30T04:29:12.731Z | Downloaded derive_more-impl v2.0.1 |
| 1090 | 2025-08-30T04:29:12.734Z | Downloaded rustls-native-certs v0.8.1 |
| 1091 | 2025-08-30T04:29:12.738Z | Downloaded fs_extra v1.3.0 |
| 1092 | 2025-08-30T04:29:12.741Z | Downloaded value-bag v1.9.0 |
| 1093 | 2025-08-30T04:29:12.741Z | Downloaded spin v0.9.8 |
| 1094 | 2025-08-30T04:29:12.744Z | Downloaded progenitor-impl v0.9.1 |
| 1095 | 2025-08-30T04:29:12.748Z | Downloaded typify v0.3.0 |
| 1096 | 2025-08-30T04:29:12.752Z | Downloaded ed25519-dalek v2.1.1 |
| 1097 | 2025-08-30T04:29:12.755Z | Downloaded pin-project-internal v1.1.6 |
| 1098 | 2025-08-30T04:29:12.755Z | Downloaded owo-colors v4.2.2 |
| 1099 | 2025-08-30T04:29:12.755Z | Downloaded rcgen v0.12.1 |
| 1100 | 2025-08-30T04:29:12.759Z | Downloaded rayon-core v1.12.1 |
| 1101 | 2025-08-30T04:29:12.763Z | Downloaded toml_writer v1.0.2 |
| 1102 | 2025-08-30T04:29:12.766Z | Downloaded support-bundle-viewer v0.1.2 |
| 1103 | 2025-08-30T04:29:12.766Z | Downloaded test-strategy v0.4.3 |
| 1104 | 2025-08-30T04:29:12.766Z | Downloaded dyn-clone v1.0.20 |
| 1105 | 2025-08-30T04:29:12.770Z | Downloaded signal-hook-registry v1.4.2 |
| 1106 | 2025-08-30T04:29:12.770Z | Downloaded shlex v1.3.0 |
| 1107 | 2025-08-30T04:29:12.770Z | Downloaded rand_core v0.9.3 |
| 1108 | 2025-08-30T04:29:12.773Z | Downloaded flume v0.11.1 |
| 1109 | 2025-08-30T04:29:12.776Z | Downloaded toml_edit v0.19.15 |
| 1110 | 2025-08-30T04:29:12.792Z | Downloaded qorb v0.4.1 |
| 1111 | 2025-08-30T04:29:12.795Z | Downloaded oxnet v0.1.3 |
| 1112 | 2025-08-30T04:29:12.795Z | Downloaded hickory-server v0.25.2 |
| 1113 | 2025-08-30T04:29:12.799Z | Downloaded uzers v0.12.1 |
| 1114 | 2025-08-30T04:29:12.802Z | Downloaded toml_parser v1.0.2 |
| 1115 | 2025-08-30T04:29:12.802Z | Downloaded hyper-util v0.1.16 |
| 1116 | 2025-08-30T04:29:12.805Z | Downloaded shell-words v1.1.0 |
| 1117 | 2025-08-30T04:29:12.809Z | Downloaded num-integer v0.1.46 |
| 1118 | 2025-08-30T04:29:12.809Z | Downloaded nibble_vec v0.1.0 |
| 1119 | 2025-08-30T04:29:12.813Z | Downloaded walkdir v2.5.0 |
| 1120 | 2025-08-30T04:29:12.813Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1121 | 2025-08-30T04:29:12.813Z | Downloaded unsafe-libyaml v0.2.11 |
| 1122 | 2025-08-30T04:29:12.816Z | Downloaded dsl_auto_type v0.1.2 |
| 1123 | 2025-08-30T04:29:12.816Z | Downloaded defmt v0.3.8 |
| 1124 | 2025-08-30T04:29:12.819Z | Downloaded debug-ignore v1.0.5 |
| 1125 | 2025-08-30T04:29:12.823Z | Downloaded derive_more v0.99.20 |
| 1126 | 2025-08-30T04:29:12.827Z | Downloaded indicatif v0.18.0 |
| 1127 | 2025-08-30T04:29:12.830Z | Downloaded dropshot_endpoint v0.16.3 |
| 1128 | 2025-08-30T04:29:12.830Z | Downloaded jiff-static v0.2.15 |
| 1129 | 2025-08-30T04:29:12.833Z | Downloaded bumpalo v3.16.0 |
| 1130 | 2025-08-30T04:29:12.836Z | Downloaded typify v0.2.0 |
| 1131 | 2025-08-30T04:29:12.842Z | Downloaded string_cache v0.8.9 |
| 1132 | 2025-08-30T04:29:12.842Z | Downloaded rtoolbox v0.0.2 |
| 1133 | 2025-08-30T04:29:12.842Z | Downloaded postgres-protocol v0.6.8 |
| 1134 | 2025-08-30T04:29:12.846Z | Downloaded pkcs8 v0.10.2 |
| 1135 | 2025-08-30T04:29:12.846Z | Downloaded peg-macros v0.8.5 |
| 1136 | 2025-08-30T04:29:12.846Z | Downloaded futures v0.3.31 |
| 1137 | 2025-08-30T04:29:12.849Z | Downloaded zopfli v0.8.1 |
| 1138 | 2025-08-30T04:29:12.855Z | Downloaded ignore v0.4.23 |
| 1139 | 2025-08-30T04:29:12.858Z | Downloaded zerocopy v0.6.6 |
| 1140 | 2025-08-30T04:29:12.858Z | Downloaded rand_xorshift v0.4.0 |
| 1141 | 2025-08-30T04:29:12.858Z | Downloaded env_logger v0.10.2 |
| 1142 | 2025-08-30T04:29:12.858Z | Downloaded rfc6979 v0.4.0 |
| 1143 | 2025-08-30T04:29:12.863Z | Downloaded native-tls v0.2.12 |
| 1144 | 2025-08-30T04:29:12.863Z | Downloaded memmap2 v0.9.5 |
| 1145 | 2025-08-30T04:29:12.868Z | Downloaded des v0.8.1 |
| 1146 | 2025-08-30T04:29:12.868Z | Downloaded tokio-rustls v0.25.0 |
| 1147 | 2025-08-30T04:29:12.868Z | Downloaded darling v0.21.0 |
| 1148 | 2025-08-30T04:29:12.871Z | Downloaded darling v0.20.10 |
| 1149 | 2025-08-30T04:29:12.874Z | Downloaded daft-derive v0.1.4 |
| 1150 | 2025-08-30T04:29:12.877Z | Downloaded chacha20poly1305 v0.10.1 |
| 1151 | 2025-08-30T04:29:12.881Z | Downloaded backtrace v0.3.74 |
| 1152 | 2025-08-30T04:29:12.884Z | Downloaded termtree v0.5.1 |
| 1153 | 2025-08-30T04:29:12.887Z | Downloaded primeorder v0.13.6 |
| 1154 | 2025-08-30T04:29:12.887Z | Downloaded pkg-config v0.3.31 |
| 1155 | 2025-08-30T04:29:12.887Z | Downloaded packed_struct v0.10.1 |
| 1156 | 2025-08-30T04:29:12.893Z | Downloaded ecdsa v0.16.9 |
| 1157 | 2025-08-30T04:29:12.893Z | Downloaded progenitor-impl v0.8.0 |
| 1158 | 2025-08-30T04:29:12.896Z | Downloaded hkdf v0.12.4 |
| 1159 | 2025-08-30T04:29:12.896Z | Downloaded num_enum v0.5.11 |
| 1160 | 2025-08-30T04:29:12.899Z | Downloaded ron v0.8.1 |
| 1161 | 2025-08-30T04:29:12.902Z | Downloaded yasna v0.5.2 |
| 1162 | 2025-08-30T04:29:12.905Z | Downloaded vte v0.11.1 |
| 1163 | 2025-08-30T04:29:12.905Z | Downloaded tracing-attributes v0.1.27 |
| 1164 | 2025-08-30T04:29:12.909Z | Downloaded vsss-rs v3.3.4 |
| 1165 | 2025-08-30T04:29:12.912Z | Downloaded unit-prefix v0.5.1 |
| 1166 | 2025-08-30T04:29:12.912Z | Downloaded tokio-rustls v0.26.0 |
| 1167 | 2025-08-30T04:29:12.912Z | Downloaded publicsuffix v2.3.0 |
| 1168 | 2025-08-30T04:29:12.916Z | Downloaded indexmap v1.9.3 |
| 1169 | 2025-08-30T04:29:12.919Z | Downloaded const_format v0.2.34 |
| 1170 | 2025-08-30T04:29:12.923Z | Downloaded ghash v0.5.1 |
| 1171 | 2025-08-30T04:29:12.923Z | Downloaded float-cmp v0.10.0 |
| 1172 | 2025-08-30T04:29:12.923Z | Downloaded enum-as-inner v0.6.1 |
| 1173 | 2025-08-30T04:29:12.926Z | Downloaded typify v0.4.1 |
| 1174 | 2025-08-30T04:29:12.929Z | Downloaded signal-hook v0.3.18 |
| 1175 | 2025-08-30T04:29:12.932Z | Downloaded colored v2.2.0 |
| 1176 | 2025-08-30T04:29:12.935Z | Downloaded ed25519 v2.2.3 |
| 1177 | 2025-08-30T04:29:12.935Z | Downloaded toml_datetime v0.7.0 |
| 1178 | 2025-08-30T04:29:12.935Z | Downloaded http v1.3.1 |
| 1179 | 2025-08-30T04:29:12.939Z | Downloaded tls_codec_derive v0.4.1 |
| 1180 | 2025-08-30T04:29:12.942Z | Downloaded russh-keys v0.45.0 |
| 1181 | 2025-08-30T04:29:12.942Z | Downloaded libsw v3.5.0 |
| 1182 | 2025-08-30T04:29:12.945Z | Downloaded proc-macro-error2 v2.0.1 |
| 1183 | 2025-08-30T04:29:12.948Z | Downloaded hyper-rustls v0.27.7 |
| 1184 | 2025-08-30T04:29:12.948Z | Downloaded base64 v0.21.7 |
| 1185 | 2025-08-30T04:29:12.952Z | Downloaded futures-core v0.3.31 |
| 1186 | 2025-08-30T04:29:12.956Z | Downloaded humantime v2.2.0 |
| 1187 | 2025-08-30T04:29:12.956Z | Downloaded clang-sys v1.8.1 |
| 1188 | 2025-08-30T04:29:12.959Z | Downloaded jobserver v0.1.32 |
| 1189 | 2025-08-30T04:29:12.959Z | Downloaded rustls-pemfile v2.2.0 |
| 1190 | 2025-08-30T04:29:12.959Z | Downloaded indicatif v0.17.11 |
| 1191 | 2025-08-30T04:29:12.963Z | Downloaded bzip2 v0.5.2 |
| 1192 | 2025-08-30T04:29:12.967Z | Downloaded hmac v0.12.1 |
| 1193 | 2025-08-30T04:29:12.967Z | Downloaded cstr-argument v0.1.2 |
| 1194 | 2025-08-30T04:29:12.967Z | Downloaded zone_cfg_derive v0.3.0 |
| 1195 | 2025-08-30T04:29:12.970Z | Downloaded structmeta-derive v0.3.0 |
| 1196 | 2025-08-30T04:29:12.970Z | Downloaded ssh-cipher v0.2.0 |
| 1197 | 2025-08-30T04:29:12.970Z | Downloaded slog-json v2.6.1 |
| 1198 | 2025-08-30T04:29:12.974Z | Downloaded maybe-uninit v2.0.0 |
| 1199 | 2025-08-30T04:29:12.974Z | Downloaded maplit v1.0.2 |
| 1200 | 2025-08-30T04:29:12.974Z | Downloaded lzss v0.8.2 |
| 1201 | 2025-08-30T04:29:12.974Z | Downloaded lru-cache v0.1.2 |
| 1202 | 2025-08-30T04:29:12.977Z | Downloaded lru v0.12.5 |
| 1203 | 2025-08-30T04:29:12.977Z | Downloaded lockfree-object-pool v0.1.6 |
| 1204 | 2025-08-30T04:29:12.980Z | Downloaded lock_api v0.4.12 |
| 1205 | 2025-08-30T04:29:12.980Z | Downloaded lazycell v1.3.0 |
| 1206 | 2025-08-30T04:29:12.980Z | Downloaded ipnetwork v0.21.1 |
| 1207 | 2025-08-30T04:29:12.983Z | Downloaded instability v0.3.2 |
| 1208 | 2025-08-30T04:29:12.983Z | Downloaded ingot-types v0.1.2 |
| 1209 | 2025-08-30T04:29:12.986Z | Downloaded ingot v0.1.1 |
| 1210 | 2025-08-30T04:29:12.986Z | Downloaded hyper-tls v0.6.0 |
| 1211 | 2025-08-30T04:29:12.986Z | Downloaded globset v0.4.15 |
| 1212 | 2025-08-30T04:29:12.993Z | Downloaded crossbeam-channel v0.5.15 |
| 1213 | 2025-08-30T04:29:12.997Z | Downloaded cookie v0.18.1 |
| 1214 | 2025-08-30T04:29:12.997Z | Downloaded blake2 v0.10.6 |
| 1215 | 2025-08-30T04:29:12.997Z | Downloaded backoff v0.4.0 |
| 1216 | 2025-08-30T04:29:13.001Z | Downloaded ahash v0.8.12 |
| 1217 | 2025-08-30T04:29:13.004Z | Downloaded md-5 v0.10.6 |
| 1218 | 2025-08-30T04:29:13.004Z | Downloaded inout v0.1.3 |
| 1219 | 2025-08-30T04:29:13.004Z | Downloaded linked-hash-map v0.5.6 |
| 1220 | 2025-08-30T04:29:13.004Z | Downloaded salsa20 v0.10.2 |
| 1221 | 2025-08-30T04:29:13.007Z | Downloaded hyper-staticfile v0.10.1 |
| 1222 | 2025-08-30T04:29:13.007Z | Downloaded crossbeam-epoch v0.9.18 |
| 1223 | 2025-08-30T04:29:13.010Z | Downloaded serde_path_to_error v0.1.17 |
| 1224 | 2025-08-30T04:29:13.010Z | Downloaded hostname v0.4.0 |
| 1225 | 2025-08-30T04:29:13.013Z | Downloaded libz-rs-sys v0.5.1 |
| 1226 | 2025-08-30T04:29:13.013Z | Downloaded indoc v2.0.6 |
| 1227 | 2025-08-30T04:29:13.016Z | Downloaded quick-error v1.2.3 |
| 1228 | 2025-08-30T04:29:13.016Z | Downloaded progenitor-client v0.10.0 |
| 1229 | 2025-08-30T04:29:13.016Z | Downloaded indoc v1.0.9 |
| 1230 | 2025-08-30T04:29:13.019Z | Downloaded managed v0.8.0 |
| 1231 | 2025-08-30T04:29:13.019Z | Downloaded libscf-sys v1.1.0 |
| 1232 | 2025-08-30T04:29:13.023Z | Downloaded ciborium v0.2.2 |
| 1233 | 2025-08-30T04:29:13.023Z | Downloaded bit-vec v0.8.0 |
| 1234 | 2025-08-30T04:29:13.026Z | Downloaded crc-any v2.5.0 |
| 1235 | 2025-08-30T04:29:13.026Z | Downloaded console v0.16.0 |
| 1236 | 2025-08-30T04:29:13.029Z | Downloaded pretty-hex v0.2.1 |
| 1237 | 2025-08-30T04:29:13.029Z | Downloaded kstat-rs v0.2.4 |
| 1238 | 2025-08-30T04:29:13.032Z | Downloaded headers v0.4.1 |
| 1239 | 2025-08-30T04:29:13.035Z | Downloaded cookie_store v0.21.1 |
| 1240 | 2025-08-30T04:29:13.038Z | Downloaded argon2 v0.5.3 |
| 1241 | 2025-08-30T04:29:13.038Z | Downloaded is_ci v1.2.0 |
| 1242 | 2025-08-30T04:29:13.041Z | Downloaded cbc v0.1.2 |
| 1243 | 2025-08-30T04:29:13.041Z | Downloaded bitflags v1.3.2 |
| 1244 | 2025-08-30T04:29:13.045Z | Downloaded cipher v0.4.4 |
| 1245 | 2025-08-30T04:29:13.045Z | Downloaded cassowary v0.3.0 |
| 1246 | 2025-08-30T04:29:13.048Z | Downloaded libsw-core v0.3.1 |
| 1247 | 2025-08-30T04:29:13.048Z | Downloaded crc-catalog v2.4.0 |
| 1248 | 2025-08-30T04:29:13.048Z | Downloaded cancel-safe-futures v0.1.5 |
| 1249 | 2025-08-30T04:29:13.051Z | Downloaded base64ct v1.6.0 |
| 1250 | 2025-08-30T04:29:13.054Z | Downloaded is-terminal v0.4.13 |
| 1251 | 2025-08-30T04:29:13.054Z | Downloaded indent_write v2.2.0 |
| 1252 | 2025-08-30T04:29:13.054Z | Downloaded httpdate v1.0.3 |
| 1253 | 2025-08-30T04:29:13.057Z | Downloaded hashbrown v0.13.2 |
| 1254 | 2025-08-30T04:29:13.060Z | Downloaded critical-section v1.1.3 |
| 1255 | 2025-08-30T04:29:13.061Z | Downloaded cargo_metadata v0.18.1 |
| 1256 | 2025-08-30T04:29:13.064Z | Downloaded home v0.5.9 |
| 1257 | 2025-08-30T04:29:13.064Z | Downloaded convert_case v0.4.0 |
| 1258 | 2025-08-30T04:29:13.064Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1259 | 2025-08-30T04:29:13.067Z | Downloaded cmake v0.1.51 |
| 1260 | 2025-08-30T04:29:13.067Z | Downloaded headers-core v0.3.0 |
| 1261 | 2025-08-30T04:29:13.067Z | Downloaded bitfield-struct v0.6.2 |
| 1262 | 2025-08-30T04:29:13.068Z | Downloaded base16ct v0.2.0 |
| 1263 | 2025-08-30T04:29:13.071Z | Downloaded cobs v0.2.3 |
| 1264 | 2025-08-30T04:29:13.071Z | Downloaded hash32 v0.3.1 |
| 1265 | 2025-08-30T04:29:13.071Z | Downloaded half v2.4.1 |
| 1266 | 2025-08-30T04:29:13.074Z | Downloaded async-recursion v1.1.1 |
| 1267 | 2025-08-30T04:29:13.077Z | Downloaded hostname v0.3.1 |
| 1268 | 2025-08-30T04:29:13.077Z | Downloaded crossterm v0.28.1 |
| 1269 | 2025-08-30T04:29:13.083Z | Downloaded bytes v1.10.1 |
| 1270 | 2025-08-30T04:29:13.086Z | Downloaded bit-vec v0.6.3 |
| 1271 | 2025-08-30T04:29:13.089Z | Downloaded bit-set v0.5.3 |
| 1272 | 2025-08-30T04:29:13.089Z | Downloaded crc8 v0.1.1 |
| 1273 | 2025-08-30T04:29:13.089Z | Downloaded cargo-platform v0.1.8 |
| 1274 | 2025-08-30T04:29:13.092Z | Downloaded block-padding v0.3.3 |
| 1275 | 2025-08-30T04:29:13.092Z | Downloaded bit-set v0.8.0 |
| 1276 | 2025-08-30T04:29:13.093Z | Downloaded assert_matches v1.5.0 |
| 1277 | 2025-08-30T04:29:13.286Z | Downloaded aws-lc-sys v0.26.0 |
| 1278 | 2025-08-30T04:29:13.589Z | Compiling value-bag v1.9.0 |
| 1279 | 2025-08-30T04:29:13.589Z | Compiling shlex v1.3.0 |
| 1280 | 2025-08-30T04:29:13.589Z | Compiling lock_api v0.4.12 |
| 1281 | 2025-08-30T04:29:13.593Z | Compiling scopeguard v1.2.0 |
| 1282 | 2025-08-30T04:29:13.593Z | Compiling typenum v1.17.0 |
| 1283 | 2025-08-30T04:29:13.593Z | Compiling generic-array v0.14.7 |
| 1284 | 2025-08-30T04:29:13.593Z | Compiling syn v2.0.104 |
| 1285 | 2025-08-30T04:29:13.593Z | Compiling getrandom v0.2.15 |
| 1286 | 2025-08-30T04:29:13.909Z | Compiling jobserver v0.1.32 |
| 1287 | 2025-08-30T04:29:14.159Z | Compiling rand_core v0.6.4 |
| 1288 | 2025-08-30T04:29:14.194Z | Compiling log v0.4.27 |
| 1289 | 2025-08-30T04:29:14.248Z | Compiling smallvec v1.15.1 |
| 1290 | 2025-08-30T04:29:14.365Z | Compiling cc v1.2.30 |
| 1291 | 2025-08-30T04:29:14.649Z | Compiling portable-atomic v1.11.0 |
| 1292 | 2025-08-30T04:29:14.690Z | Compiling subtle v2.6.1 |
| 1293 | 2025-08-30T04:29:14.729Z | Compiling critical-section v1.1.3 |
| 1294 | 2025-08-30T04:29:14.748Z | Compiling const-oid v0.9.6 |
| 1295 | 2025-08-30T04:29:14.907Z | Compiling pkg-config v0.3.31 |
| 1296 | 2025-08-30T04:29:14.959Z | Compiling pin-project-lite v0.2.14 |
| 1297 | 2025-08-30T04:29:15.083Z | Compiling parking_lot_core v0.9.10 |
| 1298 | 2025-08-30T04:29:15.108Z | Compiling rustix v0.38.37 |
| 1299 | 2025-08-30T04:29:15.910Z | Compiling signal-hook-registry v1.4.2 |
| 1300 | 2025-08-30T04:29:16.073Z | Compiling parking_lot v0.12.3 |
| 1301 | 2025-08-30T04:29:16.132Z | Compiling mio v1.0.2 |
| 1302 | 2025-08-30T04:29:16.154Z | Compiling futures-core v0.3.31 |
| 1303 | 2025-08-30T04:29:16.432Z | Compiling spin v0.9.8 |
| 1304 | 2025-08-30T04:29:16.615Z | Compiling socket2 v0.6.0 |
| 1305 | 2025-08-30T04:29:16.806Z | Compiling once_cell v1.21.3 |
| 1306 | 2025-08-30T04:29:16.826Z | Compiling slab v0.4.9 |
| 1307 | 2025-08-30T04:29:16.900Z | Compiling aho-corasick v1.1.3 |
| 1308 | 2025-08-30T04:29:16.927Z | Compiling cpufeatures v0.2.14 |
| 1309 | 2025-08-30T04:29:17.072Z | Compiling libm v0.2.8 |
| 1310 | 2025-08-30T04:29:17.176Z | Compiling serde_json v1.0.142 |
| 1311 | 2025-08-30T04:29:17.196Z | Compiling getrandom v0.3.1 |
| 1312 | 2025-08-30T04:29:17.218Z | Compiling regex-syntax v0.8.5 |
| 1313 | 2025-08-30T04:29:17.425Z | Compiling allocator-api2 v0.2.21 |
| 1314 | 2025-08-30T04:29:17.491Z | Compiling foldhash v0.1.5 |
| 1315 | 2025-08-30T04:29:17.739Z | Compiling num-traits v0.2.19 |
| 1316 | 2025-08-30T04:29:17.895Z | Compiling percent-encoding v2.3.1 |
| 1317 | 2025-08-30T04:29:17.916Z | Compiling futures-sink v0.3.31 |
| 1318 | 2025-08-30T04:29:18.068Z | Compiling hashbrown v0.15.4 |
| 1319 | 2025-08-30T04:29:18.088Z | Compiling glob v0.3.2 |
| 1320 | 2025-08-30T04:29:18.110Z | Compiling either v1.15.0 |
| 1321 | 2025-08-30T04:29:18.188Z | Compiling futures-channel v0.3.31 |
| 1322 | 2025-08-30T04:29:18.820Z | Compiling futures-io v0.3.31 |
| 1323 | 2025-08-30T04:29:18.874Z | Compiling futures-task v0.3.31 |
| 1324 | 2025-08-30T04:29:18.877Z | Compiling clang-sys v1.8.1 |
| 1325 | 2025-08-30T04:29:19.119Z | Compiling pin-utils v0.1.0 |
| 1326 | 2025-08-30T04:29:19.195Z | Compiling prettyplease v0.2.36 |
| 1327 | 2025-08-30T04:29:19.233Z | Compiling lazy_static v1.5.0 |
| 1328 | 2025-08-30T04:29:19.373Z | Compiling minimal-lexical v0.2.1 |
| 1329 | 2025-08-30T04:29:19.376Z | Compiling libloading v0.8.5 |
| 1330 | 2025-08-30T04:29:19.576Z | Compiling bindgen v0.69.5 |
| 1331 | 2025-08-30T04:29:19.732Z | Compiling base64ct v1.6.0 |
| 1332 | 2025-08-30T04:29:19.861Z | Compiling nom v7.1.3 |
| 1333 | 2025-08-30T04:29:19.948Z | Compiling home v0.5.9 |
| 1334 | 2025-08-30T04:29:20.176Z | Compiling pem-rfc7468 v0.7.0 |
| 1335 | 2025-08-30T04:29:20.542Z | Compiling itertools v0.12.1 |
| 1336 | 2025-08-30T04:29:20.805Z | Compiling regex-automata v0.4.8 |
| 1337 | 2025-08-30T04:29:21.171Z | Compiling synstructure v0.13.1 |
| 1338 | 2025-08-30T04:29:22.581Z | Compiling lazycell v1.3.0 |
| 1339 | 2025-08-30T04:29:22.766Z | Compiling rustc-hash v1.1.0 |
| 1340 | 2025-08-30T04:29:22.923Z | Compiling cexpr v0.6.0 |
| 1341 | 2025-08-30T04:29:23.008Z | Compiling flagset v0.4.6 |
| 1342 | 2025-08-30T04:29:23.152Z | Compiling cmake v0.1.51 |
| 1343 | 2025-08-30T04:29:23.283Z | Compiling fs_extra v1.3.0 |
| 1344 | 2025-08-30T04:29:23.407Z | Compiling dunce v1.0.5 |
| 1345 | 2025-08-30T04:29:23.563Z | Compiling form_urlencoded v1.2.1 |
| 1346 | 2025-08-30T04:29:23.823Z | Compiling vcpkg v0.2.15 |
| 1347 | 2025-08-30T04:29:23.889Z | Compiling paste v1.0.15 |
| 1348 | 2025-08-30T04:29:23.983Z | Compiling ring v0.17.14 |
| 1349 | 2025-08-30T04:29:24.196Z | Compiling tracing-core v0.1.32 |
| 1350 | 2025-08-30T04:29:24.433Z | Compiling iana-time-zone v0.1.63 |
| 1351 | 2025-08-30T04:29:24.796Z | Compiling aws-lc-rs v1.12.4 |
| 1352 | 2025-08-30T04:29:25.246Z | Compiling rustls-pki-types v1.10.0 |
| 1353 | 2025-08-30T04:29:25.389Z | Compiling httparse v1.9.5 |
| 1354 | 2025-08-30T04:29:25.415Z | Compiling openssl-sys v0.9.109 |
| 1355 | 2025-08-30T04:29:25.535Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2025-08-30T04:29:25.646Z | Compiling base64 v0.22.1 |
| 1357 | 2025-08-30T04:29:26.020Z | Compiling regex v1.11.1 |
| 1358 | 2025-08-30T04:29:26.044Z | Compiling serde_derive v1.0.219 |
| 1359 | 2025-08-30T04:29:26.123Z | Compiling zeroize_derive v1.4.2 |
| 1360 | 2025-08-30T04:29:26.298Z | Compiling zerofrom-derive v0.1.4 |
| 1361 | 2025-08-30T04:29:26.387Z | Compiling yoke-derive v0.7.4 |
| 1362 | 2025-08-30T04:29:26.934Z | Compiling zerovec-derive v0.10.3 |
| 1363 | 2025-08-30T04:29:27.459Z | Compiling zeroize v1.8.1 |
| 1364 | 2025-08-30T04:29:28.910Z | Compiling displaydoc v0.2.5 |
| 1365 | 2025-08-30T04:29:29.206Z | Compiling crypto-common v0.1.6 |
| 1366 | 2025-08-30T04:29:29.365Z | Compiling block-buffer v0.10.4 |
| 1367 | 2025-08-30T04:29:29.410Z | Compiling zerocopy-derive v0.7.35 |
| 1368 | 2025-08-30T04:29:29.585Z | Compiling digest v0.10.7 |
| 1369 | 2025-08-30T04:29:29.633Z | Compiling zerofrom v0.1.4 |
| 1370 | 2025-08-30T04:29:29.867Z | Compiling yoke v0.7.4 |
| 1371 | 2025-08-30T04:29:30.023Z | Compiling tokio-macros v2.5.0 |
| 1372 | 2025-08-30T04:29:30.181Z | Compiling zerovec v0.10.4 |
| 1373 | 2025-08-30T04:29:30.203Z | Compiling hmac v0.12.1 |
| 1374 | 2025-08-30T04:29:30.395Z | Compiling icu_provider_macros v1.5.0 |
| 1375 | 2025-08-30T04:29:30.442Z | Compiling block-padding v0.3.3 |
| 1376 | 2025-08-30T04:29:30.621Z | Compiling futures-macro v0.3.31 |
| 1377 | 2025-08-30T04:29:30.686Z | Compiling inout v0.1.3 |
| 1378 | 2025-08-30T04:29:30.713Z | Compiling sha2 v0.10.9 |
| 1379 | 2025-08-30T04:29:31.005Z | Compiling cipher v0.4.4 |
| 1380 | 2025-08-30T04:29:31.339Z | Compiling zerocopy v0.7.35 |
| 1381 | 2025-08-30T04:29:31.430Z | Compiling der_derive v0.7.3 |
| 1382 | 2025-08-30T04:29:31.473Z | Compiling thiserror-impl v1.0.69 |
| 1383 | 2025-08-30T04:29:31.488Z | Compiling salsa20 v0.10.2 |
| 1384 | 2025-08-30T04:29:31.733Z | Compiling pbkdf2 v0.12.2 |
| 1385 | 2025-08-30T04:29:31.925Z | Compiling tinystr v0.7.6 |
| 1386 | 2025-08-30T04:29:32.092Z | Compiling icu_collections v1.5.0 |
| 1387 | 2025-08-30T04:29:32.312Z | Compiling icu_locid v1.5.0 |
| 1388 | 2025-08-30T04:29:32.448Z | Compiling futures-util v0.3.31 |
| 1389 | 2025-08-30T04:29:32.697Z | Compiling ppv-lite86 v0.2.20 |
| 1390 | 2025-08-30T04:29:33.092Z | Compiling serde v1.0.219 |
| 1391 | 2025-08-30T04:29:33.297Z | Compiling scrypt v0.11.0 |
| 1392 | 2025-08-30T04:29:33.505Z | Compiling icu_provider v1.5.0 |
| 1393 | 2025-08-30T04:29:33.763Z | Compiling der v0.7.9 |
| 1394 | 2025-08-30T04:29:33.809Z | Compiling aes v0.8.4 |
| 1395 | 2025-08-30T04:29:34.173Z | Compiling cbc v0.1.2 |
| 1396 | 2025-08-30T04:29:34.336Z | Compiling icu_locid_transform v1.5.0 |
| 1397 | 2025-08-30T04:29:34.367Z | Compiling thiserror v1.0.69 |
| 1398 | 2025-08-30T04:29:34.432Z | Compiling tracing-attributes v0.1.27 |
| 1399 | 2025-08-30T04:29:34.519Z | Compiling pest v2.7.14 |
| 1400 | 2025-08-30T04:29:34.542Z | Compiling scroll_derive v0.12.0 |
| 1401 | 2025-08-30T04:29:35.949Z | Compiling icu_properties v1.5.1 |
| 1402 | 2025-08-30T04:29:36.617Z | Compiling spki v0.7.3 |
| 1403 | 2025-08-30T04:29:36.639Z | Compiling rustversion v1.0.17 |
| 1404 | 2025-08-30T04:29:36.658Z | Compiling scroll v0.12.0 |
| 1405 | 2025-08-30T04:29:36.984Z | Compiling pkcs5 v0.7.1 |
| 1406 | 2025-08-30T04:29:37.178Z | Compiling pest_meta v2.7.14 |
| 1407 | 2025-08-30T04:29:37.368Z | Compiling tinyvec v1.8.0 |
| 1408 | 2025-08-30T04:29:37.466Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2025-08-30T04:29:37.517Z | Compiling tracing v0.1.40 |
| 1410 | 2025-08-30T04:29:37.700Z | Compiling pkcs8 v0.10.2 |
| 1411 | 2025-08-30T04:29:37.996Z | Compiling rand_core v0.9.3 |
| 1412 | 2025-08-30T04:29:38.017Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2025-08-30T04:29:38.342Z | Compiling bitflags v2.9.1 |
| 1414 | 2025-08-30T04:29:38.536Z | Compiling bytes v1.10.1 |
| 1415 | 2025-08-30T04:29:38.562Z | Compiling semver v1.0.26 |
| 1416 | 2025-08-30T04:29:38.880Z | Compiling indexmap v2.10.0 |
| 1417 | 2025-08-30T04:29:39.258Z | Compiling rustc_version v0.4.1 |
| 1418 | 2025-08-30T04:29:39.693Z | Compiling tokio v1.47.0 |
| 1419 | 2025-08-30T04:29:39.881Z | Compiling icu_normalizer v1.5.0 |
| 1420 | 2025-08-30T04:29:39.991Z | Compiling http v1.3.1 |
| 1421 | 2025-08-30T04:29:40.304Z | Compiling uuid v1.17.0 |
| 1422 | 2025-08-30T04:29:40.388Z | Compiling chrono v0.4.41 |
| 1423 | 2025-08-30T04:29:41.342Z | Compiling idna_adapter v1.2.0 |
| 1424 | 2025-08-30T04:29:41.499Z | Compiling http-body v1.0.1 |
| 1425 | 2025-08-30T04:29:41.566Z | Compiling idna v1.0.3 |
| 1426 | 2025-08-30T04:29:41.587Z | Compiling pest_generator v2.7.14 |
| 1427 | 2025-08-30T04:29:41.743Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1428 | 2025-08-30T04:29:41.764Z | Compiling atomic-waker v1.1.2 |
| 1429 | 2025-08-30T04:29:41.953Z | Compiling tower-service v0.3.3 |
| 1430 | 2025-08-30T04:29:42.097Z | Compiling foreign-types-shared v0.1.1 |
| 1431 | 2025-08-30T04:29:42.168Z | Compiling url v2.5.4 |
| 1432 | 2025-08-30T04:29:42.229Z | Compiling openssl-probe v0.1.5 |
| 1433 | 2025-08-30T04:29:42.493Z | Compiling which v4.4.2 |
| 1434 | 2025-08-30T04:29:42.546Z | Compiling adler2 v2.0.0 |
| 1435 | 2025-08-30T04:29:42.775Z | Compiling time-core v0.1.2 |
| 1436 | 2025-08-30T04:29:43.010Z | Compiling untrusted v0.7.1 |
| 1437 | 2025-08-30T04:29:43.038Z | Compiling openssl v0.10.73 |
| 1438 | 2025-08-30T04:29:43.230Z | Compiling try-lock v0.2.5 |
| 1439 | 2025-08-30T04:29:43.308Z | Compiling num-conv v0.1.0 |
| 1440 | 2025-08-30T04:29:43.335Z | Compiling untrusted v0.9.0 |
| 1441 | 2025-08-30T04:29:43.410Z | Compiling powerfmt v0.2.0 |
| 1442 | 2025-08-30T04:29:43.507Z | Compiling schemars v0.8.22 |
| 1443 | 2025-08-30T04:29:43.594Z | Compiling time-macros v0.2.18 |
| 1444 | 2025-08-30T04:29:43.708Z | Compiling deranged v0.3.11 |
| 1445 | 2025-08-30T04:29:43.823Z | Compiling want v0.3.1 |
| 1446 | 2025-08-30T04:29:43.905Z | Compiling pest_derive v2.7.14 |
| 1447 | 2025-08-30T04:29:43.932Z | Compiling goblin v0.8.2 |
| 1448 | 2025-08-30T04:29:44.095Z | Compiling miniz_oxide v0.8.5 |
| 1449 | 2025-08-30T04:29:45.112Z | Compiling foreign-types v0.3.2 |
| 1450 | 2025-08-30T04:29:45.225Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2025-08-30T04:29:46.541Z | Compiling rand_chacha v0.9.0 |
| 1452 | 2025-08-30T04:29:47.021Z | Compiling ipnet v2.11.0 |
| 1453 | 2025-08-30T04:29:47.825Z | Compiling tokio-util v0.7.15 |
| 1454 | 2025-08-30T04:29:48.598Z | Compiling openssl-macros v0.1.1 |
| 1455 | 2025-08-30T04:29:49.307Z | Compiling h2 v0.4.6 |
| 1456 | 2025-08-30T04:29:49.332Z | Compiling zerocopy v0.8.26 |
| 1457 | 2025-08-30T04:29:49.452Z | Compiling rustls v0.23.19 |
| 1458 | 2025-08-30T04:29:49.759Z | Compiling num_threads v0.1.7 |
| 1459 | 2025-08-30T04:29:49.907Z | Compiling crossbeam-utils v0.8.21 |
| 1460 | 2025-08-30T04:29:50.070Z | Compiling native-tls v0.2.12 |
| 1461 | 2025-08-30T04:29:50.098Z | Compiling httpdate v1.0.3 |
| 1462 | 2025-08-30T04:29:50.428Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2025-08-30T04:29:50.454Z | Compiling syn v1.0.109 |
| 1464 | 2025-08-30T04:29:50.655Z | Compiling time v0.3.36 |
| 1465 | 2025-08-30T04:29:51.117Z | Compiling dof v0.3.0 |
| 1466 | 2025-08-30T04:29:52.805Z | Compiling rand v0.9.2 |
| 1467 | 2025-08-30T04:29:52.885Z | Compiling dtrace-parser v0.2.0 |
| 1468 | 2025-08-30T04:29:53.847Z | Compiling heapless v0.7.17 |
| 1469 | 2025-08-30T04:29:54.302Z | Compiling unicode-normalization v0.1.24 |
| 1470 | 2025-08-30T04:29:54.537Z | Compiling signature v2.2.0 |
| 1471 | 2025-08-30T04:29:54.753Z | Compiling zerocopy-derive v0.8.26 |
| 1472 | 2025-08-30T04:29:54.832Z | Compiling cookie v0.18.1 |
| 1473 | 2025-08-30T04:29:54.918Z | Compiling crc32fast v1.4.2 |
| 1474 | 2025-08-30T04:29:55.159Z | Compiling zlib-rs v0.5.1 |
| 1475 | 2025-08-30T04:29:55.247Z | Compiling signal-hook v0.3.18 |
| 1476 | 2025-08-30T04:29:55.337Z | Compiling zstd-safe v7.2.3 |
| 1477 | 2025-08-30T04:29:55.566Z | Compiling slog v2.7.0 |
| 1478 | 2025-08-30T04:29:55.677Z | Compiling unicode-bidi v0.3.17 |
| 1479 | 2025-08-30T04:29:56.084Z | Compiling siphasher v0.3.11 |
| 1480 | 2025-08-30T04:29:56.493Z | Compiling hyper v1.6.0 |
| 1481 | 2025-08-30T04:29:56.818Z | Compiling unicode-properties v0.1.3 |
| 1482 | 2025-08-30T04:29:57.222Z | Compiling stringprep v0.1.5 |
| 1483 | 2025-08-30T04:29:58.183Z | Compiling phf_shared v0.11.2 |
| 1484 | 2025-08-30T04:29:58.856Z | Compiling hyper-util v0.1.16 |
| 1485 | 2025-08-30T04:29:59.008Z | Compiling usdt-impl v0.5.0 |
| 1486 | 2025-08-30T04:30:00.109Z | Compiling curve25519-dalek v4.1.3 |
| 1487 | 2025-08-30T04:30:00.260Z | Compiling toml_datetime v0.6.11 |
| 1488 | 2025-08-30T04:30:00.767Z | Compiling serde_spanned v0.6.9 |
| 1489 | 2025-08-30T04:30:00.819Z | Compiling serde_tokenstream v0.2.2 |
| 1490 | 2025-08-30T04:30:01.006Z | Compiling rand_chacha v0.3.1 |
| 1491 | 2025-08-30T04:30:01.103Z | Compiling libz-rs-sys v0.5.1 |
| 1492 | 2025-08-30T04:30:01.254Z | Compiling md-5 v0.10.6 |
| 1493 | 2025-08-30T04:30:01.387Z | Compiling num-integer v0.1.46 |
| 1494 | 2025-08-30T04:30:01.408Z | Compiling sync_wrapper v1.0.1 |
| 1495 | 2025-08-30T04:30:01.537Z | Compiling hash32 v0.2.1 |
| 1496 | 2025-08-30T04:30:01.586Z | Compiling ff v0.13.0 |
| 1497 | 2025-08-30T04:30:01.837Z | Compiling memoffset v0.9.1 |
| 1498 | 2025-08-30T04:30:01.913Z | Compiling psl-types v2.0.11 |
| 1499 | 2025-08-30T04:30:02.046Z | Compiling newtype-uuid v1.2.4 |
| 1500 | 2025-08-30T04:30:02.091Z | Compiling cfg_aliases v0.2.1 |
| 1501 | 2025-08-30T04:30:02.125Z | Compiling gimli v0.31.1 |
| 1502 | 2025-08-30T04:30:02.184Z | Compiling smoltcp v0.9.1 |
| 1503 | 2025-08-30T04:30:02.206Z | Compiling litrs v0.4.1 |
| 1504 | 2025-08-30T04:30:02.380Z | Compiling base16ct v0.2.0 |
| 1505 | 2025-08-30T04:30:02.448Z | Compiling tower-layer v0.3.3 |
| 1506 | 2025-08-30T04:30:02.692Z | Compiling fallible-iterator v0.2.0 |
| 1507 | 2025-08-30T04:30:02.734Z | Compiling num-bigint-dig v0.8.4 |
| 1508 | 2025-08-30T04:30:02.878Z | Compiling tower v0.5.2 |
| 1509 | 2025-08-30T04:30:03.118Z | Compiling sec1 v0.7.3 |
| 1510 | 2025-08-30T04:30:03.203Z | Compiling document-features v0.2.11 |
| 1511 | 2025-08-30T04:30:03.297Z | Compiling nix v0.29.0 |
| 1512 | 2025-08-30T04:30:03.411Z | Compiling postgres-protocol v0.6.8 |
| 1513 | 2025-08-30T04:30:03.763Z | Compiling publicsuffix v2.3.0 |
| 1514 | 2025-08-30T04:30:03.840Z | Compiling num-iter v0.1.45 |
| 1515 | 2025-08-30T04:30:04.077Z | Compiling group v0.13.0 |
| 1516 | 2025-08-30T04:30:04.153Z | Compiling rand v0.8.5 |
| 1517 | 2025-08-30T04:30:04.412Z | Compiling flate2 v1.1.2 |
| 1518 | 2025-08-30T04:30:05.077Z | Compiling tokio-native-tls v0.3.1 |
| 1519 | 2025-08-30T04:30:05.413Z | Compiling ipnetwork v0.21.1 |
| 1520 | 2025-08-30T04:30:05.513Z | Compiling strum_macros v0.27.1 |
| 1521 | 2025-08-30T04:30:05.696Z | Compiling rustls-native-certs v0.8.1 |
| 1522 | 2025-08-30T04:30:06.070Z | Compiling terminal_size v0.4.0 |
| 1523 | 2025-08-30T04:30:06.161Z | Compiling addr2line v0.24.2 |
| 1524 | 2025-08-30T04:30:06.214Z | Compiling http-body-util v0.1.3 |
| 1525 | 2025-08-30T04:30:06.239Z | Compiling hkdf v0.12.4 |
| 1526 | 2025-08-30T04:30:06.314Z | Compiling crypto-bigint v0.5.5 |
| 1527 | 2025-08-30T04:30:06.524Z | Compiling async-trait v0.1.88 |
| 1528 | 2025-08-30T04:30:06.669Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1529 | 2025-08-30T04:30:06.693Z | Compiling thiserror-impl v2.0.12 |
| 1530 | 2025-08-30T04:30:06.835Z | Compiling webpki-roots v1.0.1 |
| 1531 | 2025-08-30T04:30:07.062Z | Compiling fs-err v3.1.1 |
| 1532 | 2025-08-30T04:30:07.413Z | Compiling ahash v0.8.12 |
| 1533 | 2025-08-30T04:30:07.781Z | Compiling object v0.36.5 |
| 1534 | 2025-08-30T04:30:08.001Z | Compiling bitflags v1.3.2 |
| 1535 | 2025-08-30T04:30:08.127Z | Compiling buf-list v1.0.3 |
| 1536 | 2025-08-30T04:30:08.780Z | Compiling rustix v1.0.7 |
| 1537 | 2025-08-30T04:30:08.984Z | Compiling winnow v0.5.40 |
| 1538 | 2025-08-30T04:30:09.475Z | Compiling lockfree-object-pool v0.1.6 |
| 1539 | 2025-08-30T04:30:09.736Z | Compiling anyhow v1.0.99 |
| 1540 | 2025-08-30T04:30:09.794Z | Compiling rustc-demangle v0.1.24 |
| 1541 | 2025-08-30T04:30:10.301Z | Compiling managed v0.8.0 |
| 1542 | 2025-08-30T04:30:10.370Z | Compiling bumpalo v3.16.0 |
| 1543 | 2025-08-30T04:30:10.666Z | Compiling iri-string v0.7.8 |
| 1544 | 2025-08-30T04:30:10.751Z | Compiling simd-adler32 v0.3.7 |
| 1545 | 2025-08-30T04:30:10.772Z | Compiling hubpack_derive v0.1.1 |
| 1546 | 2025-08-30T04:30:11.304Z | Compiling zopfli v0.8.1 |
| 1547 | 2025-08-30T04:30:11.653Z | Compiling hubpack v0.1.2 |
| 1548 | 2025-08-30T04:30:12.084Z | Compiling strum v0.27.2 |
| 1549 | 2025-08-30T04:30:12.291Z | Compiling toml_edit v0.19.15 |
| 1550 | 2025-08-30T04:30:12.407Z | Compiling thiserror v2.0.12 |
| 1551 | 2025-08-30T04:30:12.576Z | Compiling elliptic-curve v0.13.8 |
| 1552 | 2025-08-30T04:30:12.700Z | Compiling clap_builder v4.5.41 |
| 1553 | 2025-08-30T04:30:13.033Z | Compiling hyper-tls v0.6.0 |
| 1554 | 2025-08-30T04:30:13.399Z | Compiling oxnet v0.1.3 |
| 1555 | 2025-08-30T04:30:13.483Z | Compiling zstd v0.13.3 |
| 1556 | 2025-08-30T04:30:14.029Z | Compiling tower-http v0.6.6 |
| 1557 | 2025-08-30T04:30:14.179Z | Compiling backtrace v0.3.74 |
| 1558 | 2025-08-30T04:30:14.677Z | Compiling cookie_store v0.21.1 |
| 1559 | 2025-08-30T04:30:14.890Z | Compiling signal-hook-mio v0.2.4 |
| 1560 | 2025-08-30T04:30:15.084Z | Compiling postgres-types v0.2.9 |
| 1561 | 2025-08-30T04:30:16.330Z | Compiling usdt-attr-macro v0.5.0 |
| 1562 | 2025-08-30T04:30:16.643Z | Compiling usdt-macro v0.5.0 |
| 1563 | 2025-08-30T04:30:17.007Z | Compiling phf v0.11.2 |
| 1564 | 2025-08-30T04:30:17.290Z | Compiling ed25519 v2.2.3 |
| 1565 | 2025-08-30T04:30:17.906Z | Compiling bzip2 v0.4.4 |
| 1566 | 2025-08-30T04:30:18.043Z | Compiling bzip2 v0.5.2 |
| 1567 | 2025-08-30T04:30:18.302Z | Compiling strum_macros v0.26.4 |
| 1568 | 2025-08-30T04:30:18.471Z | Compiling serde-big-array v0.5.1 |
| 1569 | 2025-08-30T04:30:18.742Z | Compiling serde_urlencoded v0.7.1 |
| 1570 | 2025-08-30T04:30:18.793Z | Compiling pkcs1 v0.7.5 |
| 1571 | 2025-08-30T04:30:19.262Z | Compiling rfc6979 v0.4.0 |
| 1572 | 2025-08-30T04:30:19.265Z | Compiling enum-as-inner v0.6.1 |
| 1573 | 2025-08-30T04:30:19.471Z | Compiling serde_repr v0.1.19 |
| 1574 | 2025-08-30T04:30:19.648Z | Compiling clap_derive v4.5.41 |
| 1575 | 2025-08-30T04:30:20.141Z | Compiling daft-derive v0.1.4 |
| 1576 | 2025-08-30T04:30:20.311Z | Compiling bstr v1.10.0 |
| 1577 | 2025-08-30T04:30:20.337Z | Compiling float-cmp v0.10.0 |
| 1578 | 2025-08-30T04:30:20.573Z | Compiling socket2 v0.5.10 |
| 1579 | 2025-08-30T04:30:20.604Z | Compiling encoding_rs v0.8.34 |
| 1580 | 2025-08-30T04:30:21.500Z | Compiling whoami v1.5.2 |
| 1581 | 2025-08-30T04:30:21.700Z | Compiling data-encoding v2.9.0 |
| 1582 | 2025-08-30T04:30:21.783Z | Compiling predicates-core v1.0.8 |
| 1583 | 2025-08-30T04:30:22.021Z | Compiling new_debug_unreachable v1.0.6 |
| 1584 | 2025-08-30T04:30:22.097Z | Compiling normalize-line-endings v0.3.0 |
| 1585 | 2025-08-30T04:30:22.141Z | Compiling unicode-segmentation v1.12.0 |
| 1586 | 2025-08-30T04:30:22.254Z | Compiling mime v0.3.17 |
| 1587 | 2025-08-30T04:30:22.673Z | Compiling static_assertions v1.1.0 |
| 1588 | 2025-08-30T04:30:22.738Z | Compiling precomputed-hash v0.1.1 |
| 1589 | 2025-08-30T04:30:22.796Z | Compiling difflib v0.4.0 |
| 1590 | 2025-08-30T04:30:22.872Z | Compiling fixedbitset v0.4.2 |
| 1591 | 2025-08-30T04:30:22.985Z | Compiling string_cache v0.8.9 |
| 1592 | 2025-08-30T04:30:23.322Z | Compiling predicates v3.1.3 |
| 1593 | 2025-08-30T04:30:23.448Z | Compiling petgraph v0.6.5 |
| 1594 | 2025-08-30T04:30:23.469Z | Compiling similar v2.7.0 |
| 1595 | 2025-08-30T04:30:23.977Z | Compiling clap v4.5.41 |
| 1596 | 2025-08-30T04:30:24.075Z | Compiling toml_edit v0.22.27 |
| 1597 | 2025-08-30T04:30:24.124Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1598 | 2025-08-30T04:30:24.225Z | Compiling strum v0.26.3 |
| 1599 | 2025-08-30T04:30:24.435Z | Compiling hickory-proto v0.25.2 |
| 1600 | 2025-08-30T04:30:24.743Z | Compiling tokio-postgres v0.7.13 |
| 1601 | 2025-08-30T04:30:25.437Z | Compiling console v0.15.10 |
| 1602 | 2025-08-30T04:30:26.729Z | Compiling daft v0.1.4 |
| 1603 | 2025-08-30T04:30:26.988Z | Compiling usdt v0.5.0 |
| 1604 | 2025-08-30T04:30:27.107Z | Compiling ecdsa v0.16.9 |
| 1605 | 2025-08-30T04:30:27.271Z | Compiling rsa v0.9.6 |
| 1606 | 2025-08-30T04:30:27.449Z | Compiling zip v4.2.0 |
| 1607 | 2025-08-30T04:30:27.916Z | Compiling zip v0.6.6 |
| 1608 | 2025-08-30T04:30:29.172Z | Compiling ed25519-dalek v2.1.1 |
| 1609 | 2025-08-30T04:30:29.972Z | Compiling toml v0.7.8 |
| 1610 | 2025-08-30T04:30:30.778Z | Compiling crossterm v0.28.1 |
| 1611 | 2025-08-30T04:30:31.804Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1612 | 2025-08-30T04:30:31.804Z | Compiling crossbeam-epoch v0.9.18 |
| 1613 | 2025-08-30T04:30:31.920Z | Compiling tokio-stream v0.1.17 |
| 1614 | 2025-08-30T04:30:32.232Z | Compiling openapiv3 v2.2.0 |
| 1615 | 2025-08-30T04:30:32.499Z | Compiling x509-cert v0.2.5 |
| 1616 | 2025-08-30T04:30:32.849Z | Compiling sha1 v0.10.6 |
| 1617 | 2025-08-30T04:30:33.317Z | Compiling itertools v0.10.5 |
| 1618 | 2025-08-30T04:30:33.889Z | Compiling itertools v0.13.0 |
| 1619 | 2025-08-30T04:30:34.453Z | Compiling dirs-sys-next v0.1.2 |
| 1620 | 2025-08-30T04:30:34.739Z | Compiling winnow v0.6.26 |
| 1621 | 2025-08-30T04:30:35.010Z | Compiling rustc-hash v2.1.1 |
| 1622 | 2025-08-30T04:30:35.227Z | Compiling lalrpop-util v0.19.12 |
| 1623 | 2025-08-30T04:30:35.581Z | Compiling peg-runtime v0.8.5 |
| 1624 | 2025-08-30T04:30:35.818Z | Compiling dirs-next v2.0.0 |
| 1625 | 2025-08-30T04:30:35.986Z | Compiling thread_local v1.1.8 |
| 1626 | 2025-08-30T04:30:36.023Z | Compiling slog-async v2.8.0 |
| 1627 | 2025-08-30T04:30:36.155Z | Compiling term v0.7.0 |
| 1628 | 2025-08-30T04:30:36.201Z | Compiling crossbeam-channel v0.5.15 |
| 1629 | 2025-08-30T04:30:36.466Z | Compiling xattr v1.3.1 |
| 1630 | 2025-08-30T04:30:36.616Z | Compiling futures-executor v0.3.31 |
| 1631 | 2025-08-30T04:30:36.729Z | Compiling filetime v0.2.25 |
| 1632 | 2025-08-30T04:30:36.770Z | Compiling is-terminal v0.4.13 |
| 1633 | 2025-08-30T04:30:36.798Z | Compiling take_mut v0.2.2 |
| 1634 | 2025-08-30T04:30:36.929Z | Compiling slog-term v2.9.1 |
| 1635 | 2025-08-30T04:30:37.042Z | Compiling tar v0.4.44 |
| 1636 | 2025-08-30T04:30:37.090Z | Compiling futures v0.3.31 |
| 1637 | 2025-08-30T04:30:37.165Z | Compiling camino v1.1.11 |
| 1638 | 2025-08-30T04:30:41.764Z | Compiling aws-lc-sys v0.26.0 |
| 1639 | 2025-08-30T04:31:11.185Z | Compiling rustls-webpki v0.102.8 |
| 1640 | 2025-08-30T04:31:15.574Z | Compiling tokio-rustls v0.26.0 |
| 1641 | 2025-08-30T04:31:15.866Z | Compiling hyper-rustls v0.27.7 |
| 1642 | 2025-08-30T04:31:16.227Z | Compiling reqwest v0.12.22 |
| 1643 | 2025-08-30T04:31:19.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1644 | 2025-08-30T04:31:19.774Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1645 | 2025-08-30T04:31:24.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1646 | 2025-08-30T04:31:24.497Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1647 | 2025-08-30T04:31:24.551Z | Aug 30 04:31:23.461 INFO Starting download, target: Clickhouse |
| 1648 | 2025-08-30T04:31:24.552Z | Aug 30 04:31:23.461 INFO Starting download, target: Console |
| 1649 | 2025-08-30T04:31:24.552Z | Aug 30 04:31:23.461 INFO Starting download, target: Cockroach |
| 1650 | 2025-08-30T04:31:24.552Z | Aug 30 04:31:23.461 INFO Starting download, target: DendriteStub |
| 1651 | 2025-08-30T04:31:24.555Z | Aug 30 04:31:23.461 INFO Starting download, target: MaghemiteMgd |
| 1652 | 2025-08-30T04:31:24.555Z | Aug 30 04:31:23.461 INFO Starting download, target: TransceiverControl |
| 1653 | 2025-08-30T04:31:24.555Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1654 | 2025-08-30T04:31:24.556Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1655 | 2025-08-30T04:31:24.556Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1656 | 2025-08-30T04:31:24.556Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1657 | 2025-08-30T04:31:24.556Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1658 | 2025-08-30T04:31:24.556Z | Aug 30 04:31:23.462 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1659 | 2025-08-30T04:31:24.913Z | Aug 30 04:31:23.813 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1660 | 2025-08-30T04:31:25.210Z | Aug 30 04:31:24.114 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1661 | 2025-08-30T04:31:25.332Z | Aug 30 04:31:24.239 INFO Download complete, target: TransceiverControl |
| 1662 | 2025-08-30T04:31:25.653Z | Aug 30 04:31:24.561 INFO Download complete, target: Console |
| 1663 | 2025-08-30T04:31:25.705Z | Aug 30 04:31:24.614 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1664 | 2025-08-30T04:31:25.815Z | Aug 30 04:31:24.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1665 | 2025-08-30T04:31:26.559Z | Aug 30 04:31:25.470 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1666 | 2025-08-30T04:31:26.559Z | Aug 30 04:31:25.470 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1667 | 2025-08-30T04:31:26.868Z | Aug 30 04:31:25.779 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1668 | 2025-08-30T04:31:29.258Z | Aug 30 04:31:28.169 INFO Download complete, target: MaghemiteMgd |
| 1669 | 2025-08-30T04:31:29.281Z | Aug 30 04:31:28.191 INFO Download complete, target: DendriteStub |
| 1670 | 2025-08-30T04:31:33.347Z | Aug 30 04:31:32.257 INFO Checking that binary works, target: Cockroach |
| 1671 | 2025-08-30T04:31:33.500Z | Aug 30 04:31:32.410 INFO Download complete, target: Cockroach |
| 1672 | 2025-08-30T04:31:37.547Z | Aug 30 04:31:36.455 INFO Checking that binary works, target: Clickhouse |
| 1673 | 2025-08-30T04:31:37.710Z | Aug 30 04:31:36.619 INFO Download complete, target: Clickhouse |
| 1674 | 2025-08-30T04:31:37.716Z | All prerequisites installed successfully |
| 1675 | 2025-08-30T04:31:37.720Z | |
| 1676 | 2025-08-30T04:31:37.720Z | real 4:35.248888899 |
| 1677 | 2025-08-30T04:31:37.720Z | user 16:17.359559925 |
| 1678 | 2025-08-30T04:31:37.720Z | sys 2:17.115406728 |
| 1679 | 2025-08-30T04:31:37.720Z | trap 0.576230751 |
| 1680 | 2025-08-30T04:31:37.720Z | tflt 0.851809856 |
| 1681 | 2025-08-30T04:31:37.720Z | dflt 1.368657398 |
| 1682 | 2025-08-30T04:31:37.720Z | kflt 0.028796173 |
| 1683 | 2025-08-30T04:31:37.720Z | lock 38:07.754000334 |
| 1684 | 2025-08-30T04:31:37.721Z | slp 58:50.162867844 |
| 1685 | 2025-08-30T04:31:37.721Z | lat 1:12.470602763 |
| 1686 | 2025-08-30T04:31:37.721Z | stop 2:52.218691721 |
| 1687 | 2025-08-30T04:31:37.721Z | + ptime -m cargo xtask download softnpu |
| 1688 | 2025-08-30T04:31:38.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1689 | 2025-08-30T04:31:38.465Z | Running `target/debug/xtask download softnpu` |
| 1690 | 2025-08-30T04:31:39.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1691 | 2025-08-30T04:31:39.555Z | Running `target/debug/xtask-downloader softnpu` |
| 1692 | 2025-08-30T04:31:39.595Z | Aug 30 04:31:38.504 INFO Starting download, target: Softnpu |
| 1693 | 2025-08-30T04:31:39.598Z | Aug 30 04:31:38.505 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1694 | 2025-08-30T04:31:40.260Z | Aug 30 04:31:39.170 INFO Download complete, target: Softnpu |
| 1695 | 2025-08-30T04:31:40.264Z | |
| 1696 | 2025-08-30T04:31:40.267Z | real 2.541321324 |
| 1697 | 2025-08-30T04:31:40.267Z | user 1.566996309 |
| 1698 | 2025-08-30T04:31:40.267Z | sys 0.652697821 |
| 1699 | 2025-08-30T04:31:40.267Z | trap 0.000989790 |
| 1700 | 2025-08-30T04:31:40.267Z | tflt 0.000144315 |
| 1701 | 2025-08-30T04:31:40.267Z | dflt 0.000182245 |
| 1702 | 2025-08-30T04:31:40.267Z | kflt 0.000000000 |
| 1703 | 2025-08-30T04:31:40.267Z | lock 7.153955906 |
| 1704 | 2025-08-30T04:31:40.267Z | slp 0.522477789 |
| 1705 | 2025-08-30T04:31:40.267Z | lat 0.071350146 |
| 1706 | 2025-08-30T04:31:40.267Z | stop 0.000162588 |
| 1707 | 2025-08-30T04:31:40.268Z | + export CARGO_INCREMENTAL=0 |
| 1708 | 2025-08-30T04:31:40.268Z | + CARGO_INCREMENTAL=0 |
| 1709 | 2025-08-30T04:31:40.268Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1710 | 2025-08-30T04:31:41.539Z | Compiling proc-macro2 v1.0.95 |
| 1711 | 2025-08-30T04:31:41.539Z | Compiling unicode-ident v1.0.18 |
| 1712 | 2025-08-30T04:31:41.560Z | Compiling libc v0.2.174 |
| 1713 | 2025-08-30T04:31:41.574Z | Compiling serde v1.0.219 |
| 1714 | 2025-08-30T04:31:41.575Z | Compiling autocfg v1.4.0 |
| 1715 | 2025-08-30T04:31:41.575Z | Compiling cfg-if v1.0.1 |
| 1716 | 2025-08-30T04:31:41.575Z | Compiling version_check v0.9.5 |
| 1717 | 2025-08-30T04:31:41.853Z | Compiling memchr v2.7.4 |
| 1718 | 2025-08-30T04:31:41.887Z | Compiling shlex v1.3.0 |
| 1719 | 2025-08-30T04:31:41.916Z | Compiling portable-atomic v1.11.0 |
| 1720 | 2025-08-30T04:31:42.314Z | Compiling typenum v1.17.0 |
| 1721 | 2025-08-30T04:31:42.359Z | Compiling generic-array v0.14.7 |
| 1722 | 2025-08-30T04:31:42.394Z | Compiling lock_api v0.4.12 |
| 1723 | 2025-08-30T04:31:42.630Z | Compiling value-bag v1.9.0 |
| 1724 | 2025-08-30T04:31:42.709Z | Compiling getrandom v0.3.1 |
| 1725 | 2025-08-30T04:31:43.021Z | Compiling libm v0.2.8 |
| 1726 | 2025-08-30T04:31:43.108Z | Compiling log v0.4.27 |
| 1727 | 2025-08-30T04:31:43.139Z | Compiling serde_json v1.0.142 |
| 1728 | 2025-08-30T04:31:43.167Z | Compiling num-traits v0.2.19 |
| 1729 | 2025-08-30T04:31:43.399Z | Compiling quote v1.0.40 |
| 1730 | 2025-08-30T04:31:43.490Z | Compiling jobserver v0.1.32 |
| 1731 | 2025-08-30T04:31:43.512Z | Compiling parking_lot_core v0.9.10 |
| 1732 | 2025-08-30T04:31:43.728Z | Compiling scopeguard v1.2.0 |
| 1733 | 2025-08-30T04:31:43.782Z | Compiling syn v2.0.104 |
| 1734 | 2025-08-30T04:31:43.802Z | Compiling semver v1.0.26 |
| 1735 | 2025-08-30T04:31:43.872Z | Compiling smallvec v1.15.1 |
| 1736 | 2025-08-30T04:31:43.901Z | Compiling cc v1.2.30 |
| 1737 | 2025-08-30T04:31:43.975Z | Compiling pkg-config v0.3.31 |
| 1738 | 2025-08-30T04:31:44.138Z | Compiling getrandom v0.2.15 |
| 1739 | 2025-08-30T04:31:44.279Z | Compiling itoa v1.0.11 |
| 1740 | 2025-08-30T04:31:44.358Z | Compiling aho-corasick v1.1.3 |
| 1741 | 2025-08-30T04:31:44.384Z | Compiling rustix v0.38.37 |
| 1742 | 2025-08-30T04:31:44.497Z | Compiling regex-syntax v0.8.5 |
| 1743 | 2025-08-30T04:31:45.286Z | Compiling either v1.15.0 |
| 1744 | 2025-08-30T04:31:45.723Z | Compiling critical-section v1.1.3 |
| 1745 | 2025-08-30T04:31:45.900Z | Compiling stable_deref_trait v1.2.0 |
| 1746 | 2025-08-30T04:31:45.927Z | Compiling slab v0.4.9 |
| 1747 | 2025-08-30T04:31:46.079Z | Compiling errno v0.3.12 |
| 1748 | 2025-08-30T04:31:46.330Z | Compiling spin v0.9.8 |
| 1749 | 2025-08-30T04:31:46.454Z | Compiling once_cell v1.21.3 |
| 1750 | 2025-08-30T04:31:46.573Z | Compiling foldhash v0.1.5 |
| 1751 | 2025-08-30T04:31:46.594Z | Compiling allocator-api2 v0.2.21 |
| 1752 | 2025-08-30T04:31:46.741Z | Compiling equivalent v1.0.2 |
| 1753 | 2025-08-30T04:31:46.832Z | Compiling rand_core v0.6.4 |
| 1754 | 2025-08-30T04:31:47.118Z | Compiling glob v0.3.2 |
| 1755 | 2025-08-30T04:31:47.242Z | Compiling hashbrown v0.15.4 |
| 1756 | 2025-08-30T04:31:47.376Z | Compiling pin-project-lite v0.2.14 |
| 1757 | 2025-08-30T04:31:47.547Z | Compiling prettyplease v0.2.36 |
| 1758 | 2025-08-30T04:31:47.551Z | Compiling ryu v1.0.18 |
| 1759 | 2025-08-30T04:31:47.777Z | Compiling clang-sys v1.8.1 |
| 1760 | 2025-08-30T04:31:47.880Z | Compiling subtle v2.6.1 |
| 1761 | 2025-08-30T04:31:48.179Z | Compiling regex-automata v0.4.8 |
| 1762 | 2025-08-30T04:31:48.453Z | Compiling lazy_static v1.5.0 |
| 1763 | 2025-08-30T04:31:48.620Z | Compiling litemap v0.7.3 |
| 1764 | 2025-08-30T04:31:48.770Z | Compiling minimal-lexical v0.2.1 |
| 1765 | 2025-08-30T04:31:48.818Z | Compiling schemars v0.8.22 |
| 1766 | 2025-08-30T04:31:49.053Z | Compiling writeable v0.5.5 |
| 1767 | 2025-08-30T04:31:49.202Z | Compiling nom v7.1.3 |
| 1768 | 2025-08-30T04:31:49.668Z | Compiling libloading v0.8.5 |
| 1769 | 2025-08-30T04:31:49.825Z | Compiling home v0.5.9 |
| 1770 | 2025-08-30T04:31:50.043Z | Compiling percent-encoding v2.3.1 |
| 1771 | 2025-08-30T04:31:50.175Z | Compiling thiserror v1.0.69 |
| 1772 | 2025-08-30T04:31:50.324Z | Compiling bindgen v0.69.5 |
| 1773 | 2025-08-30T04:31:50.796Z | Compiling synstructure v0.13.1 |
| 1774 | 2025-08-30T04:31:51.084Z | Compiling serde_derive_internals v0.29.1 |
| 1775 | 2025-08-30T04:31:51.999Z | Compiling itertools v0.12.1 |
| 1776 | 2025-08-30T04:31:52.382Z | Compiling cexpr v0.6.0 |
| 1777 | 2025-08-30T04:31:52.453Z | Compiling icu_locid_transform_data v1.5.0 |
| 1778 | 2025-08-30T04:31:52.588Z | Compiling rustc-hash v1.1.0 |
| 1779 | 2025-08-30T04:31:52.767Z | Compiling lazycell v1.3.0 |
| 1780 | 2025-08-30T04:31:52.983Z | Compiling cmake v0.1.51 |
| 1781 | 2025-08-30T04:31:53.708Z | Compiling regex v1.11.1 |
| 1782 | 2025-08-30T04:31:53.711Z | Compiling signal-hook-registry v1.4.2 |
| 1783 | 2025-08-30T04:31:53.781Z | Compiling dunce v1.0.5 |
| 1784 | 2025-08-30T04:31:53.946Z | Compiling icu_properties_data v1.5.0 |
| 1785 | 2025-08-30T04:31:54.222Z | Compiling fs_extra v1.3.0 |
| 1786 | 2025-08-30T04:31:54.261Z | Compiling fnv v1.0.7 |
| 1787 | 2025-08-30T04:31:54.428Z | Compiling byteorder v1.5.0 |
| 1788 | 2025-08-30T04:31:54.494Z | Compiling serde_derive v1.0.219 |
| 1789 | 2025-08-30T04:31:54.618Z | Compiling zeroize_derive v1.4.2 |
| 1790 | 2025-08-30T04:31:54.728Z | Compiling zerofrom-derive v0.1.4 |
| 1791 | 2025-08-30T04:31:54.761Z | Compiling yoke-derive v0.7.4 |
| 1792 | 2025-08-30T04:31:54.942Z | Compiling zerovec-derive v0.10.3 |
| 1793 | 2025-08-30T04:31:55.129Z | Compiling displaydoc v0.2.5 |
| 1794 | 2025-08-30T04:31:55.902Z | Compiling icu_provider_macros v1.5.0 |
| 1795 | 2025-08-30T04:31:56.544Z | Compiling tokio-macros v2.5.0 |
| 1796 | 2025-08-30T04:31:56.785Z | Compiling zeroize v1.8.1 |
| 1797 | 2025-08-30T04:31:57.011Z | Compiling zerocopy-derive v0.7.35 |
| 1798 | 2025-08-30T04:31:57.153Z | Compiling futures-macro v0.3.31 |
| 1799 | 2025-08-30T04:31:57.301Z | Compiling schemars_derive v0.8.22 |
| 1800 | 2025-08-30T04:31:57.598Z | Compiling zerofrom v0.1.4 |
| 1801 | 2025-08-30T04:31:57.867Z | Compiling yoke v0.7.4 |
| 1802 | 2025-08-30T04:31:58.286Z | Compiling zerovec v0.10.4 |
| 1803 | 2025-08-30T04:31:58.556Z | Compiling thiserror-impl v1.0.69 |
| 1804 | 2025-08-30T04:31:58.787Z | Compiling paste v1.0.15 |
| 1805 | 2025-08-30T04:31:59.081Z | Compiling parking_lot v0.12.3 |
| 1806 | 2025-08-30T04:31:59.366Z | Compiling mio v1.0.2 |
| 1807 | 2025-08-30T04:31:59.838Z | Compiling icu_normalizer_data v1.5.0 |
| 1808 | 2025-08-30T04:31:59.940Z | Compiling utf8_iter v1.0.4 |
| 1809 | 2025-08-30T04:31:59.975Z | Compiling utf16_iter v1.0.5 |
| 1810 | 2025-08-30T04:32:00.256Z | Compiling heck v0.5.0 |
| 1811 | 2025-08-30T04:32:00.279Z | Compiling write16 v1.0.0 |
| 1812 | 2025-08-30T04:32:00.458Z | Compiling tinystr v0.7.6 |
| 1813 | 2025-08-30T04:32:00.715Z | Compiling icu_collections v1.5.0 |
| 1814 | 2025-08-30T04:32:00.903Z | Compiling icu_locid v1.5.0 |
| 1815 | 2025-08-30T04:32:00.906Z | Compiling crypto-common v0.1.6 |
| 1816 | 2025-08-30T04:32:01.714Z | Compiling socket2 v0.6.0 |
| 1817 | 2025-08-30T04:32:01.796Z | Compiling const-oid v0.9.6 |
| 1818 | 2025-08-30T04:32:02.368Z | Compiling icu_provider v1.5.0 |
| 1819 | 2025-08-30T04:32:03.383Z | Compiling icu_locid_transform v1.5.0 |
| 1820 | 2025-08-30T04:32:03.756Z | Compiling form_urlencoded v1.2.1 |
| 1821 | 2025-08-30T04:32:03.912Z | Compiling ring v0.17.14 |
| 1822 | 2025-08-30T04:32:04.814Z | Compiling icu_properties v1.5.1 |
| 1823 | 2025-08-30T04:32:05.170Z | Compiling der_derive v0.7.3 |
| 1824 | 2025-08-30T04:32:05.875Z | Compiling tracing-attributes v0.1.27 |
| 1825 | 2025-08-30T04:32:06.553Z | Compiling bitflags v2.9.1 |
| 1826 | 2025-08-30T04:32:06.813Z | Compiling bytes v1.10.1 |
| 1827 | 2025-08-30T04:32:08.692Z | Compiling icu_normalizer v1.5.0 |
| 1828 | 2025-08-30T04:32:08.901Z | Compiling tokio v1.47.0 |
| 1829 | 2025-08-30T04:32:08.925Z | Compiling indexmap v2.10.0 |
| 1830 | 2025-08-30T04:32:09.341Z | Compiling thiserror v2.0.12 |
| 1831 | 2025-08-30T04:32:09.896Z | Compiling idna_adapter v1.2.0 |
| 1832 | 2025-08-30T04:32:10.156Z | Compiling idna v1.0.3 |
| 1833 | 2025-08-30T04:32:10.352Z | Compiling aws-lc-rs v1.12.4 |
| 1834 | 2025-08-30T04:32:10.801Z | Compiling which v4.4.2 |
| 1835 | 2025-08-30T04:32:10.805Z | Compiling vcpkg v0.2.15 |
| 1836 | 2025-08-30T04:32:11.545Z | Compiling url v2.5.4 |
| 1837 | 2025-08-30T04:32:12.226Z | Compiling openssl-sys v0.9.109 |
| 1838 | 2025-08-30T04:32:13.911Z | Compiling block-buffer v0.10.4 |
| 1839 | 2025-08-30T04:32:14.268Z | Compiling futures-core v0.3.31 |
| 1840 | 2025-08-30T04:32:14.574Z | Compiling digest v0.10.7 |
| 1841 | 2025-08-30T04:32:14.706Z | Compiling thiserror-impl v2.0.12 |
| 1842 | 2025-08-30T04:32:15.469Z | Compiling httparse v1.9.5 |
| 1843 | 2025-08-30T04:32:16.057Z | Compiling zerocopy v0.7.35 |
| 1844 | 2025-08-30T04:32:17.121Z | Compiling uuid v1.17.0 |
| 1845 | 2025-08-30T04:32:17.462Z | Compiling iana-time-zone v0.1.63 |
| 1846 | 2025-08-30T04:32:17.482Z | Compiling syn v1.0.109 |
| 1847 | 2025-08-30T04:32:18.098Z | Compiling chrono v0.4.41 |
| 1848 | 2025-08-30T04:32:18.545Z | Compiling futures-sink v0.3.31 |
| 1849 | 2025-08-30T04:32:18.745Z | Compiling num-conv v0.1.0 |
| 1850 | 2025-08-30T04:32:18.881Z | Compiling time-core v0.1.2 |
| 1851 | 2025-08-30T04:32:19.017Z | Compiling futures-channel v0.3.31 |
| 1852 | 2025-08-30T04:32:19.412Z | Compiling time-macros v0.2.18 |
| 1853 | 2025-08-30T04:32:21.562Z | Compiling futures-io v0.3.31 |
| 1854 | 2025-08-30T04:32:21.766Z | Compiling futures-task v0.3.31 |
| 1855 | 2025-08-30T04:32:21.943Z | Compiling strsim v0.11.1 |
| 1856 | 2025-08-30T04:32:22.083Z | Compiling cpufeatures v0.2.14 |
| 1857 | 2025-08-30T04:32:22.086Z | Compiling pin-utils v0.1.0 |
| 1858 | 2025-08-30T04:32:22.208Z | Compiling openssl v0.10.73 |
| 1859 | 2025-08-30T04:32:22.261Z | Compiling futures-util v0.3.31 |
| 1860 | 2025-08-30T04:32:22.540Z | Compiling aws-lc-sys v0.26.0 |
| 1861 | 2025-08-30T04:32:22.826Z | Compiling hmac v0.12.1 |
| 1862 | 2025-08-30T04:32:23.068Z | Compiling rustc_version v0.4.1 |
| 1863 | 2025-08-30T04:32:23.632Z | Compiling serde_tokenstream v0.2.2 |
| 1864 | 2025-08-30T04:32:24.199Z | Compiling zerocopy v0.8.26 |
| 1865 | 2025-08-30T04:32:25.076Z | Compiling block-padding v0.3.3 |
| 1866 | 2025-08-30T04:32:25.103Z | Compiling scroll_derive v0.12.0 |
| 1867 | 2025-08-30T04:32:25.332Z | Compiling openssl-macros v0.1.1 |
| 1868 | 2025-08-30T04:32:25.497Z | Compiling dyn-clone v1.0.20 |
| 1869 | 2025-08-30T04:32:25.776Z | Compiling native-tls v0.2.12 |
| 1870 | 2025-08-30T04:32:26.165Z | Compiling crossbeam-utils v0.8.21 |
| 1871 | 2025-08-30T04:32:26.209Z | Compiling ucd-trie v0.1.7 |
| 1872 | 2025-08-30T04:32:26.424Z | Compiling rustls v0.23.19 |
| 1873 | 2025-08-30T04:32:26.489Z | Compiling pest v2.7.14 |
| 1874 | 2025-08-30T04:32:26.703Z | Compiling inout v0.1.3 |
| 1875 | 2025-08-30T04:32:26.763Z | Compiling zerocopy-derive v0.8.26 |
| 1876 | 2025-08-30T04:32:29.040Z | Compiling pest_meta v2.7.14 |
| 1877 | 2025-08-30T04:32:29.334Z | Compiling cipher v0.4.4 |
| 1878 | 2025-08-30T04:32:29.793Z | Compiling sha2 v0.10.9 |
| 1879 | 2025-08-30T04:32:29.928Z | Compiling http v1.3.1 |
| 1880 | 2025-08-30T04:32:30.579Z | Compiling cookie v0.18.1 |
| 1881 | 2025-08-30T04:32:31.272Z | Compiling base64ct v1.6.0 |
| 1882 | 2025-08-30T04:32:31.339Z | Compiling rustversion v1.0.17 |
| 1883 | 2025-08-30T04:32:31.851Z | Compiling pem-rfc7468 v0.7.0 |
| 1884 | 2025-08-30T04:32:32.239Z | Compiling pest_generator v2.7.14 |
| 1885 | 2025-08-30T04:32:32.406Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1886 | 2025-08-30T04:32:33.112Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1887 | 2025-08-30T04:32:33.638Z | Compiling slog v2.7.0 |
| 1888 | 2025-08-30T04:32:33.786Z | Compiling anyhow v1.0.99 |
| 1889 | 2025-08-30T04:32:34.121Z | Compiling flagset v0.4.6 |
| 1890 | 2025-08-30T04:32:34.336Z | Compiling der v0.7.9 |
| 1891 | 2025-08-30T04:32:34.359Z | Compiling pest_derive v2.7.14 |
| 1892 | 2025-08-30T04:32:35.517Z | Compiling toml_datetime v0.6.11 |
| 1893 | 2025-08-30T04:32:35.855Z | Compiling serde_spanned v0.6.9 |
| 1894 | 2025-08-30T04:32:35.977Z | Compiling tracing-core v0.1.32 |
| 1895 | 2025-08-30T04:32:36.134Z | Compiling usdt-impl v0.5.0 |
| 1896 | 2025-08-30T04:32:36.521Z | Compiling rustls-pki-types v1.10.0 |
| 1897 | 2025-08-30T04:32:36.550Z | Compiling spki v0.7.3 |
| 1898 | 2025-08-30T04:32:36.740Z | Compiling salsa20 v0.10.2 |
| 1899 | 2025-08-30T04:32:36.944Z | Compiling tracing v0.1.40 |
| 1900 | 2025-08-30T04:32:36.997Z | Compiling scroll v0.12.0 |
| 1901 | 2025-08-30T04:32:37.021Z | Compiling pbkdf2 v0.12.2 |
| 1902 | 2025-08-30T04:32:37.220Z | Compiling ppv-lite86 v0.2.20 |
| 1903 | 2025-08-30T04:32:37.967Z | Compiling rustix v1.0.7 |
| 1904 | 2025-08-30T04:32:38.014Z | Compiling plain v0.2.3 |
| 1905 | 2025-08-30T04:32:38.036Z | Compiling litrs v0.4.1 |
| 1906 | 2025-08-30T04:32:38.056Z | Compiling winnow v0.5.40 |
| 1907 | 2025-08-30T04:32:38.189Z | Compiling goblin v0.8.2 |
| 1908 | 2025-08-30T04:32:38.332Z | Compiling scrypt v0.11.0 |
| 1909 | 2025-08-30T04:32:38.496Z | Compiling cbc v0.1.2 |
| 1910 | 2025-08-30T04:32:38.558Z | Compiling aes v0.8.4 |
| 1911 | 2025-08-30T04:32:38.718Z | Compiling tokio-util v0.7.15 |
| 1912 | 2025-08-30T04:32:38.949Z | Compiling document-features v0.2.11 |
| 1913 | 2025-08-30T04:32:40.005Z | Compiling newtype-uuid v1.2.4 |
| 1914 | 2025-08-30T04:32:40.348Z | Compiling untrusted v0.9.0 |
| 1915 | 2025-08-30T04:32:40.577Z | Compiling powerfmt v0.2.0 |
| 1916 | 2025-08-30T04:32:41.106Z | Compiling toml_edit v0.19.15 |
| 1917 | 2025-08-30T04:32:41.300Z | Compiling untrusted v0.7.1 |
| 1918 | 2025-08-30T04:32:41.497Z | Compiling adler2 v2.0.0 |
| 1919 | 2025-08-30T04:32:41.821Z | Compiling pretty-hex v0.4.1 |
| 1920 | 2025-08-30T04:32:41.978Z | Compiling miniz_oxide v0.8.5 |
| 1921 | 2025-08-30T04:32:42.046Z | Compiling deranged v0.3.11 |
| 1922 | 2025-08-30T04:32:43.010Z | Compiling pkcs5 v0.7.1 |
| 1923 | 2025-08-30T04:32:43.692Z | Compiling dof v0.3.0 |
| 1924 | 2025-08-30T04:32:45.125Z | Compiling dtrace-parser v0.2.0 |
| 1925 | 2025-08-30T04:32:45.160Z | Compiling http-body v1.0.1 |
| 1926 | 2025-08-30T04:32:45.446Z | Compiling heapless v0.7.17 |
| 1927 | 2025-08-30T04:32:46.493Z | Compiling thread-id v4.2.2 |
| 1928 | 2025-08-30T04:32:46.663Z | Compiling zstd-safe v7.2.3 |
| 1929 | 2025-08-30T04:32:46.900Z | Compiling base64 v0.22.1 |
| 1930 | 2025-08-30T04:32:46.979Z | Compiling num_threads v0.1.7 |
| 1931 | 2025-08-30T04:32:47.025Z | Compiling signal-hook v0.3.18 |
| 1932 | 2025-08-30T04:32:47.125Z | Compiling atomic-waker v1.1.2 |
| 1933 | 2025-08-30T04:32:47.159Z | Compiling time v0.3.36 |
| 1934 | 2025-08-30T04:32:48.759Z | Compiling pkcs8 v0.10.2 |
| 1935 | 2025-08-30T04:32:49.110Z | Compiling try-lock v0.2.5 |
| 1936 | 2025-08-30T04:32:49.311Z | Compiling tinyvec_macros v0.1.1 |
| 1937 | 2025-08-30T04:32:49.338Z | Compiling tower-service v0.3.3 |
| 1938 | 2025-08-30T04:32:50.100Z | Compiling ident_case v1.0.1 |
| 1939 | 2025-08-30T04:32:50.301Z | Compiling tinyvec v1.8.0 |
| 1940 | 2025-08-30T04:32:51.648Z | Compiling want v0.3.1 |
| 1941 | 2025-08-30T04:32:51.941Z | Compiling h2 v0.4.6 |
| 1942 | 2025-08-30T04:32:53.770Z | Compiling curve25519-dalek v4.1.3 |
| 1943 | 2025-08-30T04:32:54.158Z | Compiling ipnet v2.11.0 |
| 1944 | 2025-08-30T04:32:54.243Z | Compiling rand_core v0.9.3 |
| 1945 | 2025-08-30T04:32:54.650Z | Compiling async-trait v0.1.88 |
| 1946 | 2025-08-30T04:32:56.744Z | Compiling memoffset v0.9.1 |
| 1947 | 2025-08-30T04:32:57.317Z | Compiling openssl-probe v0.1.5 |
| 1948 | 2025-08-30T04:32:57.340Z | Compiling httpdate v1.0.3 |
| 1949 | 2025-08-30T04:32:57.402Z | Compiling foreign-types-shared v0.1.1 |
| 1950 | 2025-08-30T04:32:57.761Z | Compiling gimli v0.31.1 |
| 1951 | 2025-08-30T04:32:58.110Z | Compiling smoltcp v0.9.1 |
| 1952 | 2025-08-30T04:32:58.608Z | Compiling num-bigint-dig v0.8.4 |
| 1953 | 2025-08-30T04:32:58.861Z | Compiling foreign-types v0.3.2 |
| 1954 | 2025-08-30T04:33:00.181Z | Compiling hyper v1.6.0 |
| 1955 | 2025-08-30T04:33:03.149Z | Compiling addr2line v0.24.2 |
| 1956 | 2025-08-30T04:33:04.094Z | Compiling rand_chacha v0.9.0 |
| 1957 | 2025-08-30T04:33:06.665Z | Compiling usdt-attr-macro v0.5.0 |
| 1958 | 2025-08-30T04:33:08.043Z | Compiling usdt-macro v0.5.0 |
| 1959 | 2025-08-30T04:33:09.402Z | Compiling strum_macros v0.26.4 |
| 1960 | 2025-08-30T04:33:11.021Z | Compiling ipnetwork v0.21.1 |
| 1961 | 2025-08-30T04:33:12.318Z | Compiling daft-derive v0.1.4 |
| 1962 | 2025-08-30T04:33:13.098Z | Compiling object v0.36.5 |
| 1963 | 2025-08-30T04:33:13.481Z | Compiling cfg_aliases v0.2.1 |
| 1964 | 2025-08-30T04:33:13.600Z | Compiling rustc-demangle v0.1.24 |
| 1965 | 2025-08-30T04:33:15.805Z | Compiling nix v0.29.0 |
| 1966 | 2025-08-30T04:33:19.981Z | Compiling rand v0.9.2 |
| 1967 | 2025-08-30T04:33:21.238Z | Compiling backtrace v0.3.74 |
| 1968 | 2025-08-30T04:33:21.294Z | Compiling hyper-util v0.1.16 |
| 1969 | 2025-08-30T04:33:23.446Z | Compiling unicode-normalization v0.1.24 |
| 1970 | 2025-08-30T04:33:25.842Z | Compiling strum_macros v0.27.1 |
| 1971 | 2025-08-30T04:33:27.447Z | Compiling hubpack_derive v0.1.1 |
| 1972 | 2025-08-30T04:33:27.845Z | Compiling signature v2.2.0 |
| 1973 | 2025-08-30T04:33:28.091Z | Compiling openapiv3 v2.2.0 |
| 1974 | 2025-08-30T04:33:28.328Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1975 | 2025-08-30T04:33:30.253Z | Compiling fs-err v3.1.1 |
| 1976 | 2025-08-30T04:33:30.626Z | Compiling ahash v0.8.12 |
| 1977 | 2025-08-30T04:33:31.008Z | Compiling crc32fast v1.4.2 |
| 1978 | 2025-08-30T04:33:31.124Z | Compiling anstyle v1.0.11 |
| 1979 | 2025-08-30T04:33:31.353Z | Compiling zlib-rs v0.5.1 |
| 1980 | 2025-08-30T04:33:31.442Z | Compiling utf8parse v0.2.2 |
| 1981 | 2025-08-30T04:33:31.561Z | Compiling siphasher v0.3.11 |
| 1982 | 2025-08-30T04:33:31.635Z | Compiling unicode-properties v0.1.3 |
| 1983 | 2025-08-30T04:33:31.938Z | Compiling unicode-bidi v0.3.17 |
| 1984 | 2025-08-30T04:33:32.050Z | Compiling buf-list v1.0.3 |
| 1985 | 2025-08-30T04:33:32.072Z | Compiling phf_shared v0.11.2 |
| 1986 | 2025-08-30T04:33:32.618Z | Compiling anstyle-parse v0.2.5 |
| 1987 | 2025-08-30T04:33:32.960Z | Compiling stringprep v0.1.5 |
| 1988 | 2025-08-30T04:33:36.204Z | Compiling libz-rs-sys v0.5.1 |
| 1989 | 2025-08-30T04:33:41.763Z | Compiling http-body-util v0.1.3 |
| 1990 | 2025-08-30T04:33:42.325Z | Compiling rand_chacha v0.3.1 |
| 1991 | 2025-08-30T04:33:42.803Z | Compiling sync_wrapper v1.0.1 |
| 1992 | 2025-08-30T04:33:42.979Z | Compiling md-5 v0.10.6 |
| 1993 | 2025-08-30T04:33:43.093Z | Compiling num-integer v0.1.46 |
| 1994 | 2025-08-30T04:33:43.236Z | Compiling hash32 v0.2.1 |
| 1995 | 2025-08-30T04:33:43.360Z | Compiling ff v0.13.0 |
| 1996 | 2025-08-30T04:33:43.611Z | Compiling encoding_rs v0.8.34 |
| 1997 | 2025-08-30T04:33:43.630Z | Compiling anstyle-query v1.1.1 |
| 1998 | 2025-08-30T04:33:43.718Z | Compiling tower-layer v0.3.3 |
| 1999 | 2025-08-30T04:33:43.796Z | Compiling colorchoice v1.0.2 |
| 2000 | 2025-08-30T04:33:43.990Z | Compiling base16ct v0.2.0 |
| 2001 | 2025-08-30T04:33:44.011Z | Compiling fallible-iterator v0.2.0 |
| 2002 | 2025-08-30T04:33:44.280Z | Compiling psl-types v2.0.11 |
| 2003 | 2025-08-30T04:33:44.530Z | Compiling mime v0.3.17 |
| 2004 | 2025-08-30T04:33:45.076Z | Compiling is_terminal_polyfill v1.70.1 |
| 2005 | 2025-08-30T04:33:45.324Z | Compiling publicsuffix v2.3.0 |
| 2006 | 2025-08-30T04:33:45.509Z | Compiling anstream v0.6.18 |
| 2007 | 2025-08-30T04:33:45.638Z | Compiling tower v0.5.2 |
| 2008 | 2025-08-30T04:33:46.089Z | Compiling postgres-protocol v0.6.8 |
| 2009 | 2025-08-30T04:33:46.988Z | Compiling sec1 v0.7.3 |
| 2010 | 2025-08-30T04:33:47.533Z | Compiling num-iter v0.1.45 |
| 2011 | 2025-08-30T04:33:47.989Z | Compiling group v0.13.0 |
| 2012 | 2025-08-30T04:33:48.808Z | Compiling rand v0.8.5 |
| 2013 | 2025-08-30T04:33:50.879Z | Compiling rustls-webpki v0.102.8 |
| 2014 | 2025-08-30T04:33:51.003Z | Compiling tokio-native-tls v0.3.1 |
| 2015 | 2025-08-30T04:33:51.637Z | Compiling flate2 v1.1.2 |
| 2016 | 2025-08-30T04:33:52.595Z | Compiling rustls-native-certs v0.8.1 |
| 2017 | 2025-08-30T04:33:53.813Z | Compiling webpki-roots v1.0.1 |
| 2018 | 2025-08-30T04:33:54.383Z | Compiling hkdf v0.12.4 |
| 2019 | 2025-08-30T04:33:54.387Z | Compiling terminal_size v0.4.0 |
| 2020 | 2025-08-30T04:33:54.614Z | Compiling serde_urlencoded v0.7.1 |
| 2021 | 2025-08-30T04:33:54.980Z | Compiling enum-as-inner v0.6.1 |
| 2022 | 2025-08-30T04:33:55.179Z | Compiling clap_derive v4.5.41 |
| 2023 | 2025-08-30T04:33:55.232Z | Compiling crypto-bigint v0.5.5 |
| 2024 | 2025-08-30T04:33:55.434Z | Compiling serde_repr v0.1.19 |
| 2025 | 2025-08-30T04:33:56.472Z | Compiling lockfree-object-pool v0.1.6 |
| 2026 | 2025-08-30T04:33:56.758Z | Compiling iri-string v0.7.8 |
| 2027 | 2025-08-30T04:33:58.929Z | Compiling winnow v0.7.10 |
| 2028 | 2025-08-30T04:33:59.137Z | Compiling tokio-rustls v0.26.0 |
| 2029 | 2025-08-30T04:34:00.495Z | Compiling simd-adler32 v0.3.7 |
| 2030 | 2025-08-30T04:34:01.005Z | Compiling managed v0.8.0 |
| 2031 | 2025-08-30T04:34:01.540Z | Compiling bitflags v1.3.2 |
| 2032 | 2025-08-30T04:34:01.671Z | Compiling bumpalo v3.16.0 |
| 2033 | 2025-08-30T04:34:02.111Z | Compiling clap_lex v0.7.4 |
| 2034 | 2025-08-30T04:34:03.621Z | Compiling tower-http v0.6.6 |
| 2035 | 2025-08-30T04:34:03.964Z | Compiling clap_builder v4.5.41 |
| 2036 | 2025-08-30T04:34:04.481Z | Compiling zopfli v0.8.1 |
| 2037 | 2025-08-30T04:34:05.790Z | Compiling hyper-rustls v0.27.7 |
| 2038 | 2025-08-30T04:34:06.079Z | Compiling elliptic-curve v0.13.8 |
| 2039 | 2025-08-30T04:34:06.420Z | Compiling oxnet v0.1.3 |
| 2040 | 2025-08-30T04:34:06.946Z | Compiling hyper-tls v0.6.0 |
| 2041 | 2025-08-30T04:34:09.718Z | Compiling zstd v0.13.3 |
| 2042 | 2025-08-30T04:34:09.905Z | Compiling signal-hook-mio v0.2.4 |
| 2043 | 2025-08-30T04:34:10.001Z | Compiling cookie_store v0.21.1 |
| 2044 | 2025-08-30T04:34:10.228Z | Compiling postgres-types v0.2.9 |
| 2045 | 2025-08-30T04:34:10.376Z | Compiling phf v0.11.2 |
| 2046 | 2025-08-30T04:34:10.928Z | Compiling strum v0.27.2 |
| 2047 | 2025-08-30T04:34:11.096Z | Compiling hubpack v0.1.2 |
| 2048 | 2025-08-30T04:34:11.162Z | Compiling ed25519 v2.2.3 |
| 2049 | 2025-08-30T04:34:11.350Z | Compiling bzip2 v0.4.4 |
| 2050 | 2025-08-30T04:34:11.353Z | Compiling bzip2 v0.5.2 |
| 2051 | 2025-08-30T04:34:11.581Z | Compiling crossbeam-epoch v0.9.18 |
| 2052 | 2025-08-30T04:34:11.611Z | Compiling pkcs1 v0.7.5 |
| 2053 | 2025-08-30T04:34:12.375Z | Compiling rfc6979 v0.4.0 |
| 2054 | 2025-08-30T04:34:12.593Z | Compiling float-cmp v0.10.0 |
| 2055 | 2025-08-30T04:34:12.619Z | Compiling serde-big-array v0.5.1 |
| 2056 | 2025-08-30T04:34:12.853Z | Compiling bstr v1.10.0 |
| 2057 | 2025-08-30T04:34:12.875Z | Compiling regress v0.10.4 |
| 2058 | 2025-08-30T04:34:12.961Z | Compiling socket2 v0.5.10 |
| 2059 | 2025-08-30T04:34:13.423Z | Compiling memmap v0.7.0 |
| 2060 | 2025-08-30T04:34:13.793Z | Compiling whoami v1.5.2 |
| 2061 | 2025-08-30T04:34:13.893Z | Compiling toml_write v0.1.2 |
| 2062 | 2025-08-30T04:34:14.249Z | Compiling difflib v0.4.0 |
| 2063 | 2025-08-30T04:34:14.303Z | Compiling unicode-segmentation v1.12.0 |
| 2064 | 2025-08-30T04:34:15.105Z | Compiling predicates-core v1.0.8 |
| 2065 | 2025-08-30T04:34:15.263Z | Compiling new_debug_unreachable v1.0.6 |
| 2066 | 2025-08-30T04:34:15.387Z | Compiling fixedbitset v0.4.2 |
| 2067 | 2025-08-30T04:34:15.418Z | Compiling normalize-line-endings v0.3.0 |
| 2068 | 2025-08-30T04:34:15.576Z | Compiling static_assertions v1.1.0 |
| 2069 | 2025-08-30T04:34:15.702Z | Compiling unicode-width v0.2.0 |
| 2070 | 2025-08-30T04:34:15.789Z | Compiling precomputed-hash v0.1.1 |
| 2071 | 2025-08-30T04:34:15.867Z | Compiling data-encoding v2.9.0 |
| 2072 | 2025-08-30T04:34:15.940Z | Compiling string_cache v0.8.9 |
| 2073 | 2025-08-30T04:34:16.280Z | Compiling console v0.15.10 |
| 2074 | 2025-08-30T04:34:16.368Z | Compiling reqwest v0.12.22 |
| 2075 | 2025-08-30T04:34:16.836Z | Compiling typify-impl v0.3.0 |
| 2076 | 2025-08-30T04:34:17.209Z | Compiling hickory-proto v0.25.2 |
| 2077 | 2025-08-30T04:34:17.640Z | Compiling toml_edit v0.22.27 |
| 2078 | 2025-08-30T04:34:17.798Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2079 | 2025-08-30T04:34:23.635Z | Compiling petgraph v0.6.5 |
| 2080 | 2025-08-30T04:34:24.558Z | Compiling predicates v3.1.3 |
| 2081 | 2025-08-30T04:34:24.841Z | Compiling similar v2.7.0 |
| 2082 | 2025-08-30T04:34:25.794Z | Compiling tokio-postgres v0.7.13 |
| 2083 | 2025-08-30T04:34:26.132Z | Compiling usdt v0.5.0 |
| 2084 | 2025-08-30T04:34:26.564Z | Compiling ecdsa v0.16.9 |
| 2085 | 2025-08-30T04:34:27.367Z | Compiling rsa v0.9.6 |
| 2086 | 2025-08-30T04:34:27.664Z | Compiling zip v0.6.6 |
| 2087 | 2025-08-30T04:34:27.921Z | Compiling zip v4.2.0 |
| 2088 | 2025-08-30T04:34:28.746Z | Compiling ed25519-dalek v2.1.1 |
| 2089 | 2025-08-30T04:34:29.436Z | Compiling crossterm v0.28.1 |
| 2090 | 2025-08-30T04:34:29.747Z | Compiling clap v4.5.41 |
| 2091 | 2025-08-30T04:34:29.852Z | Compiling daft v0.1.4 |
| 2092 | 2025-08-30T04:34:29.905Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2093 | 2025-08-30T04:34:30.197Z | Compiling strum v0.26.3 |
| 2094 | 2025-08-30T04:34:30.304Z | Compiling darling_core v0.21.0 |
| 2095 | 2025-08-30T04:34:30.369Z | Compiling tokio-stream v0.1.17 |
| 2096 | 2025-08-30T04:34:30.417Z | Compiling toml v0.7.8 |
| 2097 | 2025-08-30T04:34:30.731Z | Compiling x509-cert v0.2.5 |
| 2098 | 2025-08-30T04:34:32.673Z | Compiling sha1 v0.10.6 |
| 2099 | 2025-08-30T04:34:33.054Z | Compiling itertools v0.10.5 |
| 2100 | 2025-08-30T04:34:34.804Z | Compiling itertools v0.13.0 |
| 2101 | 2025-08-30T04:34:35.544Z | Compiling winnow v0.6.26 |
| 2102 | 2025-08-30T04:34:35.645Z | Compiling rustc-hash v2.1.1 |
| 2103 | 2025-08-30T04:34:35.859Z | Compiling peg-runtime v0.8.5 |
| 2104 | 2025-08-30T04:34:36.353Z | Compiling lalrpop-util v0.19.12 |
| 2105 | 2025-08-30T04:34:36.733Z | Compiling unicode-xid v0.2.6 |
| 2106 | 2025-08-30T04:34:36.951Z | Compiling darling_macro v0.21.0 |
| 2107 | 2025-08-30T04:34:38.203Z | Compiling typify-macro v0.3.0 |
| 2108 | 2025-08-30T04:34:38.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2109 | 2025-08-30T04:34:41.614Z | Compiling rayon-core v1.12.1 |
| 2110 | 2025-08-30T04:34:42.569Z | Compiling camino v1.1.11 |
| 2111 | 2025-08-30T04:34:45.994Z | Compiling darling v0.21.0 |
| 2112 | 2025-08-30T04:34:46.390Z | Compiling proc-macro-crate v1.3.1 |
| 2113 | 2025-08-30T04:34:46.737Z | Compiling macaddr v1.0.1 |
| 2114 | 2025-08-30T04:34:47.116Z | Compiling structmeta-derive v0.3.0 |
| 2115 | 2025-08-30T04:34:47.622Z | Compiling itertools v0.14.0 |
| 2116 | 2025-08-30T04:34:49.569Z | Compiling heapless v0.8.0 |
| 2117 | 2025-08-30T04:34:50.140Z | Compiling fastrand v2.1.1 |
| 2118 | 2025-08-30T04:34:50.719Z | Compiling ref-cast v1.0.24 |
| 2119 | 2025-08-30T04:34:51.297Z | Compiling tempfile v3.20.0 |
| 2120 | 2025-08-30T04:34:51.996Z | Compiling ingot-macros v0.1.1 |
| 2121 | 2025-08-30T04:34:53.784Z | Compiling structmeta v0.3.0 |
| 2122 | 2025-08-30T04:34:55.785Z | Compiling num_enum_derive v0.5.11 |
| 2123 | 2025-08-30T04:34:58.244Z | Compiling crossbeam-deque v0.8.5 |
| 2124 | 2025-08-30T04:34:59.066Z | Compiling hash32 v0.3.1 |
| 2125 | 2025-08-30T04:34:59.357Z | Compiling ref-cast-impl v1.0.24 |
| 2126 | 2025-08-30T04:35:04.423Z | Compiling smoltcp v0.11.0 |
| 2127 | 2025-08-30T04:35:06.412Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2128 | 2025-08-30T04:35:14.494Z | Compiling ingot-types v0.1.2 |
| 2129 | 2025-08-30T04:35:15.489Z | Compiling num_enum v0.5.11 |
| 2130 | 2025-08-30T04:35:16.260Z | Compiling typify v0.3.0 |
| 2131 | 2025-08-30T04:35:20.537Z | Compiling darling_core v0.20.10 |
| 2132 | 2025-08-30T04:35:21.141Z | Compiling dirs-sys-next v0.1.2 |
| 2133 | 2025-08-30T04:35:21.163Z | Compiling proc-macro-error-attr v1.0.4 |
| 2134 | 2025-08-30T04:35:21.524Z | Compiling rustls v0.22.4 |
| 2135 | 2025-08-30T04:35:21.683Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2136 | 2025-08-30T04:35:22.090Z | Compiling cobs v0.2.3 |
| 2137 | 2025-08-30T04:35:22.205Z | Compiling unsafe-libyaml v0.2.11 |
| 2138 | 2025-08-30T04:35:23.865Z | Compiling serde_yaml v0.9.34+deprecated |
| 2139 | 2025-08-30T04:35:25.637Z | Compiling darling_macro v0.20.10 |
| 2140 | 2025-08-30T04:35:27.822Z | Compiling postcard v1.0.10 |
| 2141 | 2025-08-30T04:35:31.334Z | Compiling dirs-next v2.0.0 |
| 2142 | 2025-08-30T04:35:36.017Z | Compiling progenitor-impl v0.9.1 |
| 2143 | 2025-08-30T04:35:38.181Z | Compiling ingot v0.1.1 |
| 2144 | 2025-08-30T04:35:44.147Z | Compiling futures-executor v0.3.31 |
| 2145 | 2025-08-30T04:35:44.196Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2146 | 2025-08-30T04:35:44.701Z | Compiling hex v0.4.3 |
| 2147 | 2025-08-30T04:35:45.091Z | Compiling foreign-types-macros v0.2.3 |
| 2148 | 2025-08-30T04:35:45.120Z | Compiling thread_local v1.1.8 |
| 2149 | 2025-08-30T04:35:45.384Z | Compiling wait-timeout v0.2.0 |
| 2150 | 2025-08-30T04:35:45.605Z | Compiling proc-macro-error v1.0.4 |
| 2151 | 2025-08-30T04:35:45.785Z | Compiling multer v3.1.0 |
| 2152 | 2025-08-30T04:35:45.954Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2153 | 2025-08-30T04:35:46.154Z | Compiling bit-vec v0.8.0 |
| 2154 | 2025-08-30T04:35:46.221Z | Compiling foreign-types-shared v0.3.1 |
| 2155 | 2025-08-30T04:35:46.299Z | Compiling quick-error v1.2.3 |
| 2156 | 2025-08-30T04:35:46.330Z | Compiling match_cfg v0.1.0 |
| 2157 | 2025-08-30T04:35:46.393Z | Compiling slog-async v2.8.0 |
| 2158 | 2025-08-30T04:35:46.463Z | Compiling unicode-width v0.1.14 |
| 2159 | 2025-08-30T04:35:46.894Z | Compiling bit-set v0.8.0 |
| 2160 | 2025-08-30T04:35:46.929Z | Compiling tabwriter v1.4.0 |
| 2161 | 2025-08-30T04:35:47.065Z | Compiling rusty-fork v0.3.0 |
| 2162 | 2025-08-30T04:35:47.270Z | Compiling hostname v0.3.1 |
| 2163 | 2025-08-30T04:35:47.327Z | Compiling foreign-types v0.5.0 |
| 2164 | 2025-08-30T04:35:47.632Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2165 | 2025-08-30T04:35:47.656Z | Compiling futures v0.3.31 |
| 2166 | 2025-08-30T04:35:47.676Z | Compiling progenitor-macro v0.9.1 |
| 2167 | 2025-08-30T04:35:47.794Z | Compiling term v0.7.0 |
| 2168 | 2025-08-30T04:35:51.697Z | Compiling darling v0.20.10 |
| 2169 | 2025-08-30T04:35:51.899Z | Compiling derive-ex v0.1.8 |
| 2170 | 2025-08-30T04:35:52.088Z | Compiling progenitor-client v0.9.1 |
| 2171 | 2025-08-30T04:35:52.279Z | Compiling toml_parser v1.0.2 |
| 2172 | 2025-08-30T04:35:53.023Z | Compiling slog-json v2.6.1 |
| 2173 | 2025-08-30T04:35:53.485Z | Compiling rand_xorshift v0.4.0 |
| 2174 | 2025-08-30T04:35:53.513Z | Compiling crossbeam-channel v0.5.15 |
| 2175 | 2025-08-30T04:35:53.766Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2176 | 2025-08-30T04:35:54.574Z | Compiling serde_spanned v1.0.0 |
| 2177 | 2025-08-30T04:35:54.875Z | Compiling toml_datetime v0.7.0 |
| 2178 | 2025-08-30T04:35:55.057Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2179 | 2025-08-30T04:35:55.566Z | Compiling async-stream-impl v0.3.6 |
| 2180 | 2025-08-30T04:35:55.588Z | Compiling cstr-argument v0.1.2 |
| 2181 | 2025-08-30T04:35:55.749Z | Compiling is-terminal v0.4.13 |
| 2182 | 2025-08-30T04:35:55.877Z | Compiling dropshot v0.16.3 |
| 2183 | 2025-08-30T04:35:55.902Z | Compiling pretty-hex v0.2.1 |
| 2184 | 2025-08-30T04:35:55.922Z | Compiling unarray v0.1.4 |
| 2185 | 2025-08-30T04:35:56.160Z | Compiling typeid v1.0.3 |
| 2186 | 2025-08-30T04:35:56.184Z | Compiling take_mut v0.2.2 |
| 2187 | 2025-08-30T04:35:56.269Z | Compiling crucible-workspace-hack v0.1.0 |
| 2188 | 2025-08-30T04:35:56.388Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2189 | 2025-08-30T04:35:56.603Z | Compiling toml_writer v1.0.2 |
| 2190 | 2025-08-30T04:35:56.705Z | Compiling async-stream v0.3.6 |
| 2191 | 2025-08-30T04:35:56.875Z | Compiling proptest v1.7.0 |
| 2192 | 2025-08-30T04:35:57.018Z | Compiling toml v0.9.5 |
| 2193 | 2025-08-30T04:35:57.125Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2194 | 2025-08-30T04:35:58.372Z | Compiling progenitor v0.9.1 |
| 2195 | 2025-08-30T04:35:58.633Z | Compiling slog-term v2.9.1 |
| 2196 | 2025-08-30T04:35:59.218Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2197 | 2025-08-30T04:35:59.364Z | Compiling test-strategy v0.4.3 |
| 2198 | 2025-08-30T04:36:00.086Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2199 | 2025-08-30T04:36:00.307Z | Compiling tokio-rustls v0.25.0 |
| 2200 | 2025-08-30T04:36:00.810Z | Compiling slog-bunyan v2.5.0 |
| 2201 | 2025-08-30T04:36:01.197Z | Compiling serde_with_macros v3.14.0 |
| 2202 | 2025-08-30T04:36:02.503Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2203 | 2025-08-30T04:36:02.726Z | Compiling rayon v1.10.0 |
| 2204 | 2025-08-30T04:36:03.504Z | Compiling parse-display-derive v0.10.0 |
| 2205 | 2025-08-30T04:36:04.396Z | Compiling colored v2.2.0 |
| 2206 | 2025-08-30T04:36:05.812Z | Compiling waitgroup v0.1.2 |
| 2207 | 2025-08-30T04:36:06.103Z | Compiling rustls-pemfile v2.2.0 |
| 2208 | 2025-08-30T04:36:06.485Z | Compiling dropshot_endpoint v0.16.3 |
| 2209 | 2025-08-30T04:36:06.614Z | Compiling serde_path_to_error v0.1.17 |
| 2210 | 2025-08-30T04:36:06.948Z | Compiling derive-where v1.5.0 |
| 2211 | 2025-08-30T04:36:07.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2025-08-30T04:36:08.048Z | Compiling hostname v0.4.0 |
| 2213 | 2025-08-30T04:36:08.347Z | Compiling instant v0.1.13 |
| 2214 | 2025-08-30T04:36:08.377Z | Compiling heck v0.4.1 |
| 2215 | 2025-08-30T04:36:08.548Z | Compiling debug-ignore v1.0.5 |
| 2216 | 2025-08-30T04:36:08.742Z | Compiling backoff v0.4.0 |
| 2217 | 2025-08-30T04:36:08.833Z | Compiling zone_cfg_derive v0.3.0 |
| 2218 | 2025-08-30T04:36:09.125Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2025-08-30T04:36:09.372Z | Compiling parse-display v0.10.0 |
| 2220 | 2025-08-30T04:36:09.679Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2221 | 2025-08-30T04:36:10.101Z | Compiling serde_with v3.14.0 |
| 2222 | 2025-08-30T04:36:10.121Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2223 | 2025-08-30T04:36:11.265Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2224 | 2025-08-30T04:36:12.013Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2225 | 2025-08-30T04:36:13.452Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2226 | 2025-08-30T04:36:14.041Z | Compiling iddqd v0.3.9 |
| 2227 | 2025-08-30T04:36:16.176Z | Compiling camino-tempfile v1.4.1 |
| 2228 | 2025-08-30T04:36:16.987Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2229 | 2025-08-30T04:36:17.309Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2230 | 2025-08-30T04:36:17.423Z | Compiling progenitor-client v0.10.0 |
| 2231 | 2025-08-30T04:36:17.614Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2232 | 2025-08-30T04:36:17.832Z | Compiling num-derive v0.4.2 |
| 2233 | 2025-08-30T04:36:18.333Z | Compiling sigpipe v0.1.3 |
| 2234 | 2025-08-30T04:36:18.498Z | Compiling libefi-sys v0.1.0 |
| 2235 | 2025-08-30T04:36:18.858Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2236 | 2025-08-30T04:36:19.216Z | Compiling jiff v0.2.15 |
| 2237 | 2025-08-30T04:36:19.404Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2238 | 2025-08-30T04:36:19.994Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2239 | 2025-08-30T04:36:20.436Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2240 | 2025-08-30T04:36:21.048Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2241 | 2025-08-30T04:36:21.569Z | Compiling erased-serde v0.4.6 |
| 2242 | 2025-08-30T04:36:23.110Z | Compiling zone v0.3.1 |
| 2243 | 2025-08-30T04:36:24.952Z | Compiling smf v0.2.3 |
| 2244 | 2025-08-30T04:36:26.200Z | Compiling bitfield-struct v0.6.2 |
| 2245 | 2025-08-30T04:36:27.143Z | Compiling ordered-float v2.10.1 |
| 2246 | 2025-08-30T04:36:27.303Z | Compiling blake3 v1.5.4 |
| 2247 | 2025-08-30T04:36:27.496Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2248 | 2025-08-30T04:36:27.518Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2249 | 2025-08-30T04:36:27.817Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2250 | 2025-08-30T04:36:28.060Z | Compiling serde-value v0.7.0 |
| 2251 | 2025-08-30T04:36:28.274Z | Compiling serde-untagged v0.1.7 |
| 2252 | 2025-08-30T04:36:28.931Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2253 | 2025-08-30T04:36:29.064Z | Compiling toml v0.8.23 |
| 2254 | 2025-08-30T04:36:29.141Z | Compiling xattr v1.3.1 |
| 2255 | 2025-08-30T04:36:29.501Z | Compiling memmap2 v0.9.5 |
| 2256 | 2025-08-30T04:36:29.656Z | Compiling filetime v0.2.25 |
| 2257 | 2025-08-30T04:36:30.039Z | Compiling arrayvec v0.7.6 |
| 2258 | 2025-08-30T04:36:30.077Z | Compiling constant_time_eq v0.3.1 |
| 2259 | 2025-08-30T04:36:30.080Z | Compiling same-file v1.0.6 |
| 2260 | 2025-08-30T04:36:30.296Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2261 | 2025-08-30T04:36:30.400Z | Compiling arrayref v0.3.9 |
| 2262 | 2025-08-30T04:36:30.461Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2263 | 2025-08-30T04:36:30.533Z | Compiling walkdir v2.5.0 |
| 2264 | 2025-08-30T04:36:31.914Z | Compiling cargo-util-schemas v0.8.2 |
| 2265 | 2025-08-30T04:36:32.078Z | Compiling tar v0.4.44 |
| 2266 | 2025-08-30T04:36:32.944Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2267 | 2025-08-30T04:36:33.961Z | Compiling console v0.16.0 |
| 2268 | 2025-08-30T04:36:34.758Z | Compiling tokio-dtrace v0.1.0 |
| 2269 | 2025-08-30T04:36:35.288Z | Compiling gethostname v0.5.0 |
| 2270 | 2025-08-30T04:36:35.529Z | Compiling cargo-platform v0.2.0 |
| 2271 | 2025-08-30T04:36:36.603Z | Compiling topological-sort v0.2.2 |
| 2272 | 2025-08-30T04:36:36.719Z | Compiling fixedbitset v0.5.7 |
| 2273 | 2025-08-30T04:36:36.928Z | Compiling unit-prefix v0.5.1 |
| 2274 | 2025-08-30T04:36:37.211Z | Compiling petgraph v0.8.2 |
| 2275 | 2025-08-30T04:36:37.277Z | Compiling indicatif v0.18.0 |
| 2276 | 2025-08-30T04:36:37.754Z | Compiling omicron-zone-package v0.12.2 |
| 2277 | 2025-08-30T04:36:37.873Z | Compiling cargo_metadata v0.21.0 |
| 2278 | 2025-08-30T04:36:40.525Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2279 | 2025-08-30T04:36:42.660Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2280 | 2025-08-30T04:36:43.046Z | Compiling oxide-tokio-rt v0.1.2 |
| 2281 | 2025-08-30T04:36:43.338Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2282 | 2025-08-30T04:36:43.671Z | Compiling shell-words v1.1.0 |
| 2283 | 2025-08-30T04:36:43.699Z | Compiling indent_write v2.2.0 |
| 2284 | 2025-08-30T04:36:45.180Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2285 | 2025-08-30T04:37:05.253Z | Finished `release` profile [optimized] target(s) in 5m 24s |
| 2286 | 2025-08-30T04:37:05.446Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2287 | 2025-08-30T04:37:05.502Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2288 | 2025-08-30T04:37:05.505Z | Created new build target 'test' and set it as active |
| 2289 | 2025-08-30T04:37:05.505Z | |
| 2290 | 2025-08-30T04:37:05.505Z | real 5:25.207644900 |
| 2291 | 2025-08-30T04:37:05.505Z | user 37:31.967438373 |
| 2292 | 2025-08-30T04:37:05.505Z | sys 3:42.722691196 |
| 2293 | 2025-08-30T04:37:05.505Z | trap 1.148935062 |
| 2294 | 2025-08-30T04:37:05.505Z | tflt 1.934638940 |
| 2295 | 2025-08-30T04:37:05.505Z | dflt 1.026369044 |
| 2296 | 2025-08-30T04:37:05.505Z | kflt 0.000136826 |
| 2297 | 2025-08-30T04:37:05.505Z | lock 1:46:48.014088079 |
| 2298 | 2025-08-30T04:37:05.505Z | slp 2:33:15.684778298 |
| 2299 | 2025-08-30T04:37:05.505Z | lat 3:05.998520012 |
| 2300 | 2025-08-30T04:37:05.505Z | stop 5:32.287429687 |
| 2301 | 2025-08-30T04:37:05.505Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2302 | 2025-08-30T04:37:06.732Z | Finished `release` profile [optimized] target(s) in 1.16s |
| 2303 | 2025-08-30T04:37:06.789Z | Running `target/release/omicron-package -t test package` |
| 2304 | 2025-08-30T04:37:06.841Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2305 | 2025-08-30T04:37:08.642Z | Compiling typify-impl v0.4.1 |
| 2306 | 2025-08-30T04:37:08.876Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2307 | 2025-08-30T04:37:08.896Z | Compiling convert_case v0.4.0 |
| 2308 | 2025-08-30T04:37:08.899Z | Compiling num-rational v0.4.2 |
| 2309 | 2025-08-30T04:37:08.899Z | Compiling num-complex v0.4.6 |
| 2310 | 2025-08-30T04:37:08.899Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2311 | 2025-08-30T04:37:08.940Z | Compiling dirs-sys-next v0.1.2 |
| 2312 | 2025-08-30T04:37:09.095Z | Compiling float-ord v0.3.2 |
| 2313 | 2025-08-30T04:37:09.310Z | Compiling dirs-next v2.0.0 |
| 2314 | 2025-08-30T04:37:09.441Z | Compiling is-terminal v0.4.13 |
| 2315 | 2025-08-30T04:37:09.501Z | Compiling term v0.7.0 |
| 2316 | 2025-08-30T04:37:09.530Z | Compiling derive_more v0.99.20 |
| 2317 | 2025-08-30T04:37:09.607Z | Compiling bytecount v0.6.8 |
| 2318 | 2025-08-30T04:37:09.641Z | Compiling camino v1.1.11 |
| 2319 | 2025-08-30T04:37:09.732Z | Compiling secrecy v0.10.3 |
| 2320 | 2025-08-30T04:37:09.949Z | Compiling num v0.4.3 |
| 2321 | 2025-08-30T04:37:10.081Z | Compiling swrite v0.1.0 |
| 2322 | 2025-08-30T04:37:10.111Z | Compiling password-hash v0.5.0 |
| 2323 | 2025-08-30T04:37:10.252Z | Compiling blake2 v0.10.6 |
| 2324 | 2025-08-30T04:37:10.539Z | Compiling base64 v0.21.7 |
| 2325 | 2025-08-30T04:37:10.799Z | Compiling argon2 v0.5.3 |
| 2326 | 2025-08-30T04:37:11.196Z | Compiling atomicwrites v0.4.4 |
| 2327 | 2025-08-30T04:37:11.411Z | Compiling fastrand v2.1.1 |
| 2328 | 2025-08-30T04:37:11.655Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2329 | 2025-08-30T04:37:11.781Z | Compiling tempfile v3.20.0 |
| 2330 | 2025-08-30T04:37:11.893Z | Compiling rustls v0.22.4 |
| 2331 | 2025-08-30T04:37:11.940Z | Compiling newline-converter v0.3.0 |
| 2332 | 2025-08-30T04:37:12.178Z | Compiling thread_local v1.1.8 |
| 2333 | 2025-08-30T04:37:12.208Z | Compiling wait-timeout v0.2.0 |
| 2334 | 2025-08-30T04:37:12.335Z | Compiling match_cfg v0.1.0 |
| 2335 | 2025-08-30T04:37:12.425Z | Compiling bit-vec v0.8.0 |
| 2336 | 2025-08-30T04:37:12.486Z | Compiling quick-error v1.2.3 |
| 2337 | 2025-08-30T04:37:12.625Z | Compiling hostname v0.3.1 |
| 2338 | 2025-08-30T04:37:12.653Z | Compiling expectorate v1.2.0 |
| 2339 | 2025-08-30T04:37:12.682Z | Compiling rusty-fork v0.3.0 |
| 2340 | 2025-08-30T04:37:12.862Z | Compiling bit-set v0.8.0 |
| 2341 | 2025-08-30T04:37:13.020Z | Compiling ref-cast v1.0.24 |
| 2342 | 2025-08-30T04:37:13.113Z | Compiling multer v3.1.0 |
| 2343 | 2025-08-30T04:37:13.180Z | Compiling slog-async v2.8.0 |
| 2344 | 2025-08-30T04:37:13.209Z | Compiling crossbeam-channel v0.5.15 |
| 2345 | 2025-08-30T04:37:13.214Z | Compiling progenitor-client v0.9.1 |
| 2346 | 2025-08-30T04:37:13.268Z | Compiling toml_parser v1.0.2 |
| 2347 | 2025-08-30T04:37:13.272Z | Compiling slog-json v2.6.1 |
| 2348 | 2025-08-30T04:37:13.662Z | Compiling rand_xorshift v0.4.0 |
| 2349 | 2025-08-30T04:37:13.740Z | Compiling futures-executor v0.3.31 |
| 2350 | 2025-08-30T04:37:13.926Z | Compiling serde_spanned v1.0.0 |
| 2351 | 2025-08-30T04:37:14.174Z | Compiling toml_datetime v0.7.0 |
| 2352 | 2025-08-30T04:37:14.174Z | Compiling hex v0.4.3 |
| 2353 | 2025-08-30T04:37:14.227Z | Compiling take_mut v0.2.2 |
| 2354 | 2025-08-30T04:37:14.423Z | Compiling unarray v0.1.4 |
| 2355 | 2025-08-30T04:37:14.587Z | Compiling toml_writer v1.0.2 |
| 2356 | 2025-08-30T04:37:14.617Z | Compiling proptest v1.7.0 |
| 2357 | 2025-08-30T04:37:14.751Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2358 | 2025-08-30T04:37:14.884Z | Compiling futures v0.3.31 |
| 2359 | 2025-08-30T04:37:14.952Z | Compiling toml v0.9.5 |
| 2360 | 2025-08-30T04:37:15.004Z | Compiling progenitor v0.9.1 |
| 2361 | 2025-08-30T04:37:15.032Z | Compiling slog-bunyan v2.5.0 |
| 2362 | 2025-08-30T04:37:15.481Z | Compiling slog-term v2.9.1 |
| 2363 | 2025-08-30T04:37:15.664Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2364 | 2025-08-30T04:37:16.093Z | Compiling dropshot v0.16.3 |
| 2365 | 2025-08-30T04:37:16.189Z | Compiling async-stream v0.3.6 |
| 2366 | 2025-08-30T04:37:16.510Z | Compiling waitgroup v0.1.2 |
| 2367 | 2025-08-30T04:37:16.540Z | Compiling rustls-pemfile v2.2.0 |
| 2368 | 2025-08-30T04:37:16.763Z | Compiling serde_path_to_error v0.1.17 |
| 2369 | 2025-08-30T04:37:16.889Z | Compiling hostname v0.4.0 |
| 2370 | 2025-08-30T04:37:17.134Z | Compiling tokio-rustls v0.25.0 |
| 2371 | 2025-08-30T04:37:17.558Z | Compiling instant v0.1.13 |
| 2372 | 2025-08-30T04:37:17.590Z | Compiling debug-ignore v1.0.5 |
| 2373 | 2025-08-30T04:37:17.718Z | Compiling owo-colors v4.2.2 |
| 2374 | 2025-08-30T04:37:17.747Z | Compiling cancel-safe-futures v0.1.5 |
| 2375 | 2025-08-30T04:37:17.777Z | Compiling typify-macro v0.4.1 |
| 2376 | 2025-08-30T04:37:18.174Z | Compiling backoff v0.4.0 |
| 2377 | 2025-08-30T04:37:18.376Z | Compiling iddqd v0.3.9 |
| 2378 | 2025-08-30T04:37:18.558Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2379 | 2025-08-30T04:37:19.930Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2380 | 2025-08-30T04:37:20.494Z | Compiling parse-display v0.10.0 |
| 2381 | 2025-08-30T04:37:21.014Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2382 | 2025-08-30T04:37:21.081Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2383 | 2025-08-30T04:37:21.183Z | Compiling typify v0.4.1 |
| 2384 | 2025-08-30T04:37:21.391Z | Compiling progenitor-impl v0.10.0 |
| 2385 | 2025-08-30T04:37:21.481Z | Compiling serde_with v3.14.0 |
| 2386 | 2025-08-30T04:37:22.057Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2387 | 2025-08-30T04:37:24.182Z | Compiling progenitor-client v0.10.0 |
| 2388 | 2025-08-30T04:37:24.490Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2389 | 2025-08-30T04:37:24.765Z | Compiling libsw-core v0.3.1 |
| 2390 | 2025-08-30T04:37:25.482Z | Compiling macaddr v1.0.1 |
| 2391 | 2025-08-30T04:37:25.944Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2025-08-30T04:37:25.977Z | Compiling libsw v3.5.0 |
| 2393 | 2025-08-30T04:37:26.413Z | Compiling linear-map v1.2.0 |
| 2394 | 2025-08-30T04:37:26.855Z | Compiling utf-8 v0.7.6 |
| 2395 | 2025-08-30T04:37:26.909Z | Compiling progenitor-macro v0.10.0 |
| 2396 | 2025-08-30T04:37:27.216Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2397 | 2025-08-30T04:37:27.262Z | Compiling toml v0.8.23 |
| 2398 | 2025-08-30T04:37:28.546Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2399 | 2025-08-30T04:37:28.944Z | Compiling async-recursion v1.1.1 |
| 2400 | 2025-08-30T04:37:30.265Z | Compiling keccak v0.1.5 |
| 2401 | 2025-08-30T04:37:31.532Z | Compiling sha3 v0.10.8 |
| 2402 | 2025-08-30T04:37:32.437Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2403 | 2025-08-30T04:37:35.326Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2025-08-30T04:37:35.603Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2405 | 2025-08-30T04:37:37.737Z | Compiling progenitor v0.10.0 |
| 2406 | 2025-08-30T04:37:38.012Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2025-08-30T04:37:41.554Z | Compiling globset v0.4.15 |
| 2408 | 2025-08-30T04:37:41.703Z | Compiling prettyplease v0.2.36 |
| 2409 | 2025-08-30T04:37:42.755Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2410 | 2025-08-30T04:37:46.272Z | Compiling tungstenite v0.21.0 |
| 2411 | 2025-08-30T04:37:47.102Z | Compiling pem v3.0.5 |
| 2412 | 2025-08-30T04:37:47.508Z | Compiling pin-project-internal v1.1.6 |
| 2413 | 2025-08-30T04:37:48.493Z | Compiling half v2.4.1 |
| 2414 | 2025-08-30T04:37:49.203Z | Compiling ciborium-io v0.2.2 |
| 2415 | 2025-08-30T04:37:49.393Z | Compiling ciborium-ll v0.2.2 |
| 2416 | 2025-08-30T04:37:49.918Z | Compiling pin-project v1.1.6 |
| 2417 | 2025-08-30T04:37:49.947Z | Compiling tokio-tungstenite v0.21.0 |
| 2418 | 2025-08-30T04:37:50.115Z | Compiling papergrid v0.11.0 |
| 2419 | 2025-08-30T04:37:50.610Z | Compiling tabled_derive v0.7.0 |
| 2420 | 2025-08-30T04:37:51.078Z | Compiling csv-core v0.1.11 |
| 2421 | 2025-08-30T04:37:51.947Z | Compiling snafu-derive v0.8.5 |
| 2422 | 2025-08-30T04:37:52.576Z | Compiling highway v1.3.0 |
| 2423 | 2025-08-30T04:37:54.161Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2424 | 2025-08-30T04:37:54.917Z | Compiling tabled v0.15.0 |
| 2425 | 2025-08-30T04:37:56.084Z | Compiling snafu v0.8.5 |
| 2426 | 2025-08-30T04:37:56.495Z | Compiling csv v1.3.1 |
| 2427 | 2025-08-30T04:37:56.748Z | Compiling ciborium v0.2.2 |
| 2428 | 2025-08-30T04:37:57.307Z | Compiling olpc-cjson v0.1.4 |
| 2429 | 2025-08-30T04:37:57.655Z | Compiling serde_plain v1.0.2 |
| 2430 | 2025-08-30T04:37:58.238Z | Compiling typed-path v0.9.3 |
| 2431 | 2025-08-30T04:37:58.628Z | Compiling semver v0.1.20 |
| 2432 | 2025-08-30T04:37:58.704Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2433 | 2025-08-30T04:37:59.201Z | Compiling rustc_version v0.1.7 |
| 2434 | 2025-08-30T04:37:59.607Z | Compiling newtype_derive v0.1.6 |
| 2435 | 2025-08-30T04:37:59.992Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2436 | 2025-08-30T04:38:02.708Z | Compiling tough v0.20.0 |
| 2437 | 2025-08-30T04:38:03.299Z | Compiling resolv-conf v0.7.0 |
| 2438 | 2025-08-30T04:38:03.919Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2439 | 2025-08-30T04:38:04.051Z | Compiling universal-hash v0.5.1 |
| 2440 | 2025-08-30T04:38:04.345Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2441 | 2025-08-30T04:38:04.806Z | Compiling opaque-debug v0.3.1 |
| 2442 | 2025-08-30T04:38:04.954Z | Compiling unicode-linebreak v0.1.5 |
| 2443 | 2025-08-30T04:38:04.983Z | Compiling smawk v0.3.2 |
| 2444 | 2025-08-30T04:38:05.313Z | Compiling poly1305 v0.8.0 |
| 2445 | 2025-08-30T04:38:05.552Z | Compiling textwrap v0.16.2 |
| 2446 | 2025-08-30T04:38:06.336Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2447 | 2025-08-30T04:38:06.738Z | Compiling thiserror-no-std v2.0.2 |
| 2448 | 2025-08-30T04:38:06.804Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2449 | 2025-08-30T04:38:06.913Z | Compiling chacha20 v0.9.1 |
| 2450 | 2025-08-30T04:38:07.162Z | Compiling aead v0.5.2 |
| 2451 | 2025-08-30T04:38:07.419Z | Compiling humantime v2.2.0 |
| 2452 | 2025-08-30T04:38:07.546Z | Compiling chacha20poly1305 v0.10.1 |
| 2453 | 2025-08-30T04:38:07.882Z | Compiling vsss-rs v3.3.4 |
| 2454 | 2025-08-30T04:38:08.336Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2025-08-30T04:38:08.401Z | Compiling steno v0.4.1 |
| 2456 | 2025-08-30T04:38:08.775Z | Compiling lru-cache v0.1.2 |
| 2457 | 2025-08-30T04:38:09.051Z | Compiling hickory-proto v0.24.4 |
| 2458 | 2025-08-30T04:38:09.193Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2459 | 2025-08-30T04:38:10.226Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2460 | 2025-08-30T04:38:12.979Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2461 | 2025-08-30T04:38:13.935Z | Compiling slog-dtrace v0.3.0 |
| 2462 | 2025-08-30T04:38:14.312Z | Compiling moka v0.12.10 |
| 2463 | 2025-08-30T04:38:14.722Z | Compiling hickory-resolver v0.24.4 |
| 2464 | 2025-08-30T04:38:19.954Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2465 | 2025-08-30T04:38:20.752Z | Compiling qorb v0.4.1 |
| 2466 | 2025-08-30T04:38:26.935Z | Compiling tagptr v0.2.0 |
| 2467 | 2025-08-30T04:38:29.801Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2468 | 2025-08-30T04:38:30.621Z | Compiling hickory-resolver v0.25.2 |
| 2469 | 2025-08-30T04:38:34.997Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2470 | 2025-08-30T04:38:35.249Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2471 | 2025-08-30T04:38:36.008Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2472 | 2025-08-30T04:38:36.272Z | Compiling display-error-chain v0.2.2 |
| 2473 | 2025-08-30T04:38:36.548Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2474 | 2025-08-30T04:38:37.848Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2475 | 2025-08-30T04:38:41.985Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2476 | 2025-08-30T04:38:42.990Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2477 | 2025-08-30T04:38:43.079Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2478 | 2025-08-30T04:38:43.564Z | Compiling crunchy v0.2.2 |
| 2479 | 2025-08-30T04:38:44.064Z | Compiling maplit v1.0.2 |
| 2480 | 2025-08-30T04:38:44.286Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2481 | 2025-08-30T04:38:46.605Z | Compiling dsl_auto_type v0.1.2 |
| 2482 | 2025-08-30T04:38:46.810Z | Compiling scheduled-thread-pool v0.2.7 |
| 2483 | 2025-08-30T04:38:47.814Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2484 | 2025-08-30T04:38:48.114Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2485 | 2025-08-30T04:38:48.218Z | Compiling tiny-keccak v2.0.2 |
| 2486 | 2025-08-30T04:38:48.584Z | Compiling radium v0.7.0 |
| 2487 | 2025-08-30T04:38:48.902Z | Compiling proc-macro-error2 v2.0.1 |
| 2488 | 2025-08-30T04:38:49.204Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2489 | 2025-08-30T04:38:49.465Z | Compiling diesel_derives v2.2.3 |
| 2490 | 2025-08-30T04:38:49.755Z | Compiling r2d2 v0.8.10 |
| 2491 | 2025-08-30T04:38:50.679Z | Compiling const_format_proc_macros v0.2.34 |
| 2492 | 2025-08-30T04:38:52.192Z | Compiling num-derive v0.3.3 |
| 2493 | 2025-08-30T04:38:52.424Z | Compiling zerocopy-derive v0.6.6 |
| 2494 | 2025-08-30T04:38:53.331Z | Compiling bit-vec v0.6.3 |
| 2495 | 2025-08-30T04:38:53.762Z | Compiling tap v1.0.1 |
| 2496 | 2025-08-30T04:38:53.987Z | Compiling maybe-uninit v2.0.0 |
| 2497 | 2025-08-30T04:38:54.082Z | Compiling zerocopy v0.6.6 |
| 2498 | 2025-08-30T04:38:54.208Z | Compiling libscf-sys v1.1.0 |
| 2499 | 2025-08-30T04:38:54.491Z | Compiling wyz v0.5.1 |
| 2500 | 2025-08-30T04:38:54.614Z | Compiling bit-set v0.5.3 |
| 2501 | 2025-08-30T04:38:54.955Z | Compiling const_format v0.2.34 |
| 2502 | 2025-08-30T04:38:54.983Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2503 | 2025-08-30T04:38:56.699Z | Compiling tabled_derive v0.10.0 |
| 2504 | 2025-08-30T04:38:59.357Z | Compiling diesel v2.2.12 |
| 2505 | 2025-08-30T04:38:59.567Z | Compiling ascii-canvas v3.0.0 |
| 2506 | 2025-08-30T04:38:59.996Z | Compiling papergrid v0.14.0 |
| 2507 | 2025-08-30T04:39:00.055Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2508 | 2025-08-30T04:39:01.241Z | Compiling ena v0.14.3 |
| 2509 | 2025-08-30T04:39:01.667Z | Compiling packed_struct v0.10.1 |
| 2510 | 2025-08-30T04:39:02.128Z | Compiling bindgen v0.71.1 |
| 2511 | 2025-08-30T04:39:02.635Z | Compiling crc-catalog v2.4.0 |
| 2512 | 2025-08-30T04:39:02.841Z | Compiling diff v0.1.13 |
| 2513 | 2025-08-30T04:39:03.332Z | Compiling regex-syntax v0.6.29 |
| 2514 | 2025-08-30T04:39:07.824Z | Compiling funty v2.0.0 |
| 2515 | 2025-08-30T04:39:07.996Z | Compiling lalrpop v0.19.12 |
| 2516 | 2025-08-30T04:39:10.515Z | Compiling bitvec v1.0.1 |
| 2517 | 2025-08-30T04:39:12.463Z | Compiling crc v3.2.1 |
| 2518 | 2025-08-30T04:39:12.646Z | Compiling tabled v0.18.0 |
| 2519 | 2025-08-30T04:39:14.494Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2520 | 2025-08-30T04:39:14.986Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2521 | 2025-08-30T04:39:15.027Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2522 | 2025-08-30T04:39:16.528Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2523 | 2025-08-30T04:39:17.593Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2524 | 2025-08-30T04:39:17.701Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2525 | 2025-08-30T04:39:17.990Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2526 | 2025-08-30T04:39:18.267Z | Compiling packed_struct_codegen v0.10.1 |
| 2527 | 2025-08-30T04:39:20.539Z | Compiling indexmap v1.9.3 |
| 2528 | 2025-08-30T04:39:20.940Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2529 | 2025-08-30T04:39:20.984Z | Compiling nodrop v0.1.14 |
| 2530 | 2025-08-30T04:39:21.194Z | Compiling array-init v0.0.4 |
| 2531 | 2025-08-30T04:39:21.456Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2532 | 2025-08-30T04:39:22.321Z | Compiling smallvec v0.6.14 |
| 2533 | 2025-08-30T04:39:24.472Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2534 | 2025-08-30T04:39:24.838Z | Compiling derive_builder_core v0.20.2 |
| 2535 | 2025-08-30T04:39:25.088Z | Compiling headers-core v0.3.0 |
| 2536 | 2025-08-30T04:39:25.322Z | Compiling libxml v0.3.3 |
| 2537 | 2025-08-30T04:39:25.778Z | Compiling termcolor v1.4.1 |
| 2538 | 2025-08-30T04:39:26.827Z | Compiling bitfield v0.14.0 |
| 2539 | 2025-08-30T04:39:26.830Z | Compiling hashbrown v0.12.3 |
| 2540 | 2025-08-30T04:39:27.194Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2541 | 2025-08-30T04:39:28.650Z | Compiling polar-core v0.27.3 |
| 2542 | 2025-08-30T04:39:29.205Z | Compiling derive_builder_macro v0.20.2 |
| 2543 | 2025-08-30T04:39:30.079Z | Compiling env_logger v0.10.2 |
| 2544 | 2025-08-30T04:39:31.846Z | Compiling headers v0.4.1 |
| 2545 | 2025-08-30T04:39:32.980Z | Compiling serde-hex v0.1.0 |
| 2546 | 2025-08-30T04:39:34.891Z | Compiling samael v0.0.19 |
| 2547 | 2025-08-30T04:39:35.433Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2548 | 2025-08-30T04:39:36.541Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2549 | 2025-08-30T04:39:36.924Z | Compiling ron v0.8.1 |
| 2550 | 2025-08-30T04:39:37.877Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2551 | 2025-08-30T04:39:38.138Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2552 | 2025-08-30T04:39:38.238Z | Compiling strum_macros v0.24.3 |
| 2553 | 2025-08-30T04:39:38.910Z | Compiling hashbrown v0.13.2 |
| 2554 | 2025-08-30T04:39:40.256Z | Compiling convert_case v0.7.1 |
| 2555 | 2025-08-30T04:39:40.950Z | Compiling termtree v0.5.1 |
| 2556 | 2025-08-30T04:39:40.976Z | Compiling crc8 v0.1.1 |
| 2557 | 2025-08-30T04:39:41.027Z | Compiling crc-any v2.5.0 |
| 2558 | 2025-08-30T04:39:41.285Z | Compiling indoc v1.0.9 |
| 2559 | 2025-08-30T04:39:41.371Z | Compiling derive_more-impl v2.0.1 |
| 2560 | 2025-08-30T04:39:41.961Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2561 | 2025-08-30T04:39:42.419Z | Compiling object v0.30.4 |
| 2562 | 2025-08-30T04:39:42.999Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2563 | 2025-08-30T04:39:47.421Z | Compiling derive_builder v0.20.2 |
| 2564 | 2025-08-30T04:39:47.657Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2565 | 2025-08-30T04:39:48.045Z | Compiling oso-derive v0.27.3 |
| 2566 | 2025-08-30T04:39:48.673Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2567 | 2025-08-30T04:39:48.991Z | Compiling quick-xml v0.37.2 |
| 2568 | 2025-08-30T04:39:53.705Z | Compiling path-slash v0.1.5 |
| 2569 | 2025-08-30T04:39:54.000Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2570 | 2025-08-30T04:39:54.060Z | Compiling oso v0.27.3 |
| 2571 | 2025-08-30T04:39:54.238Z | Compiling derive_more v2.0.1 |
| 2572 | 2025-08-30T04:39:54.402Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2573 | 2025-08-30T04:39:55.791Z | Compiling vte_generate_state_changes v0.1.2 |
| 2574 | 2025-08-30T04:39:55.885Z | Compiling diesel-dtrace v0.4.2 |
| 2575 | 2025-08-30T04:39:56.301Z | Compiling siphasher v1.0.1 |
| 2576 | 2025-08-30T04:39:56.475Z | Compiling arc-swap v1.7.1 |
| 2577 | 2025-08-30T04:39:56.750Z | Compiling phf_shared v0.12.1 |
| 2578 | 2025-08-30T04:39:57.196Z | Compiling slog-scope v4.4.0 |
| 2579 | 2025-08-30T04:39:57.238Z | Compiling vte v0.11.1 |
| 2580 | 2025-08-30T04:39:58.056Z | Compiling crossterm v0.29.0 |
| 2581 | 2025-08-30T04:39:58.787Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2582 | 2025-08-30T04:40:05.636Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2583 | 2025-08-30T04:40:08.816Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2584 | 2025-08-30T04:40:09.200Z | Compiling bb8 v0.8.5 |
| 2585 | 2025-08-30T04:40:09.409Z | Compiling unicase v2.7.0 |
| 2586 | 2025-08-30T04:40:09.807Z | Compiling xshell-macros v0.2.7 |
| 2587 | 2025-08-30T04:40:09.867Z | Compiling chrono-tz v0.10.4 |
| 2588 | 2025-08-30T04:40:10.293Z | Compiling async-bb8-diesel v0.2.1 |
| 2589 | 2025-08-30T04:40:10.538Z | Compiling xshell v0.2.7 |
| 2590 | 2025-08-30T04:40:11.217Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2591 | 2025-08-30T04:40:11.946Z | Compiling strip-ansi-escapes v0.2.0 |
| 2592 | 2025-08-30T04:40:13.253Z | Compiling slog-stdlog v4.1.1 |
| 2593 | 2025-08-30T04:40:13.428Z | Compiling phf v0.12.1 |
| 2594 | 2025-08-30T04:40:13.811Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2595 | 2025-08-30T04:40:14.034Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2596 | 2025-08-30T04:40:14.423Z | Compiling fd-lock v4.0.2 |
| 2597 | 2025-08-30T04:40:14.604Z | Compiling peg-macros v0.8.5 |
| 2598 | 2025-08-30T04:40:14.702Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2599 | 2025-08-30T04:40:15.705Z | Compiling nu-ansi-term v0.50.1 |
| 2600 | 2025-08-30T04:40:16.889Z | Compiling reedline v0.40.0 |
| 2601 | 2025-08-30T04:40:17.682Z | Compiling peg v0.8.5 |
| 2602 | 2025-08-30T04:40:17.802Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2603 | 2025-08-30T04:40:38.811Z | Compiling slog-envlogger v2.2.0 |
| 2604 | 2025-08-30T04:40:40.496Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2605 | 2025-08-30T04:40:41.121Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2606 | 2025-08-30T04:40:43.612Z | Compiling typify-impl v0.2.0 |
| 2607 | 2025-08-30T04:40:44.201Z | Compiling bcs v0.1.6 |
| 2608 | 2025-08-30T04:40:45.032Z | Compiling fxhash v0.2.1 |
| 2609 | 2025-08-30T04:40:45.324Z | Compiling libz-sys v1.1.20 |
| 2610 | 2025-08-30T04:40:46.080Z | Compiling half v1.8.3 |
| 2611 | 2025-08-30T04:40:47.035Z | Compiling serde_cbor v0.11.2 |
| 2612 | 2025-08-30T04:40:49.576Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2613 | 2025-08-30T04:40:51.064Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2614 | 2025-08-30T04:40:51.242Z | Compiling kstat-rs v0.2.4 |
| 2615 | 2025-08-30T04:40:52.155Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2616 | 2025-08-30T04:40:52.370Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2617 | 2025-08-30T04:40:52.633Z | Compiling typify-macro v0.2.0 |
| 2618 | 2025-08-30T04:40:52.990Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2619 | 2025-08-30T04:40:55.240Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2620 | 2025-08-30T04:40:55.712Z | Compiling nix v0.30.1 |
| 2621 | 2025-08-30T04:40:55.834Z | Compiling nanorand v0.7.0 |
| 2622 | 2025-08-30T04:40:56.020Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2623 | 2025-08-30T04:40:56.563Z | Compiling parking_lot_core v0.8.6 |
| 2624 | 2025-08-30T04:40:56.640Z | Compiling flume v0.11.1 |
| 2625 | 2025-08-30T04:40:57.077Z | Compiling mime_guess v2.0.5 |
| 2626 | 2025-08-30T04:40:58.207Z | Compiling ignore v0.4.23 |
| 2627 | 2025-08-30T04:40:58.335Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2628 | 2025-08-30T04:41:05.150Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2629 | 2025-08-30T04:41:08.205Z | Compiling castaway v0.2.3 |
| 2630 | 2025-08-30T04:41:08.450Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2631 | 2025-08-30T04:41:08.846Z | Compiling fs-err v2.11.0 |
| 2632 | 2025-08-30T04:41:08.966Z | Compiling compact_str v0.8.0 |
| 2633 | 2025-08-30T04:41:09.435Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2634 | 2025-08-30T04:41:11.362Z | Compiling globwalk v0.9.1 |
| 2635 | 2025-08-30T04:41:12.819Z | Compiling typify v0.2.0 |
| 2636 | 2025-08-30T04:41:13.015Z | Compiling predicates-tree v1.0.12 |
| 2637 | 2025-08-30T04:41:13.911Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2638 | 2025-08-30T04:41:15.029Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2639 | 2025-08-30T04:41:15.306Z | Compiling unicode-truncate v1.1.0 |
| 2640 | 2025-08-30T04:41:17.540Z | Compiling lru v0.12.5 |
| 2641 | 2025-08-30T04:41:17.891Z | Compiling vergen v8.3.2 |
| 2642 | 2025-08-30T04:41:18.280Z | Compiling nibble_vec v0.1.0 |
| 2643 | 2025-08-30T04:41:18.542Z | Compiling cargo-platform v0.1.8 |
| 2644 | 2025-08-30T04:41:19.024Z | Compiling instability v0.3.2 |
| 2645 | 2025-08-30T04:41:19.772Z | Compiling atty v0.2.14 |
| 2646 | 2025-08-30T04:41:19.990Z | Compiling http-range v0.1.5 |
| 2647 | 2025-08-30T04:41:20.031Z | Compiling salty v0.3.0 |
| 2648 | 2025-08-30T04:41:20.483Z | Compiling cassowary v0.3.0 |
| 2649 | 2025-08-30T04:41:20.584Z | Compiling indoc v2.0.6 |
| 2650 | 2025-08-30T04:41:20.611Z | Compiling endian-type v0.1.2 |
| 2651 | 2025-08-30T04:41:20.909Z | Compiling radix_trie v0.2.1 |
| 2652 | 2025-08-30T04:41:21.427Z | Compiling ratatui v0.29.0 |
| 2653 | 2025-08-30T04:41:22.080Z | Compiling cargo_metadata v0.18.1 |
| 2654 | 2025-08-30T04:41:25.286Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2655 | 2025-08-30T04:41:39.007Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2656 | 2025-08-30T04:41:39.699Z | Compiling camino-tempfile-ext v0.3.2 |
| 2657 | 2025-08-30T04:41:41.061Z | Compiling progenitor-impl v0.8.0 |
| 2658 | 2025-08-30T04:41:46.701Z | Compiling parking_lot v0.11.2 |
| 2659 | 2025-08-30T04:41:46.842Z | Compiling git2 v0.19.0 |
| 2660 | 2025-08-30T04:41:50.938Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2661 | 2025-08-30T04:41:51.500Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2662 | 2025-08-30T04:41:54.228Z | Compiling rand_seeder v0.4.0 |
| 2663 | 2025-08-30T04:41:54.680Z | Compiling prefix-trie v0.7.0 |
| 2664 | 2025-08-30T04:41:54.710Z | Compiling lzma-sys v0.1.20 |
| 2665 | 2025-08-30T04:41:55.406Z | Compiling rustls v0.21.12 |
| 2666 | 2025-08-30T04:41:55.454Z | Compiling parse-size v1.1.0 |
| 2667 | 2025-08-30T04:41:55.669Z | Compiling hickory-server v0.25.2 |
| 2668 | 2025-08-30T04:41:55.850Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2669 | 2025-08-30T04:41:55.938Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2670 | 2025-08-30T04:41:57.651Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2671 | 2025-08-30T04:41:59.110Z | Compiling hyper-staticfile v0.10.1 |
| 2672 | 2025-08-30T04:42:01.629Z | Compiling sled v0.34.7 |
| 2673 | 2025-08-30T04:42:07.356Z | Compiling progenitor-macro v0.8.0 |
| 2674 | 2025-08-30T04:42:07.950Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2675 | 2025-08-30T04:42:16.206Z | Compiling hickory-client v0.25.2 |
| 2676 | 2025-08-30T04:42:17.976Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2677 | 2025-08-30T04:42:18.131Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2678 | 2025-08-30T04:42:18.161Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2679 | 2025-08-30T04:42:19.197Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2680 | 2025-08-30T04:42:19.227Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2681 | 2025-08-30T04:42:24.258Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2682 | 2025-08-30T04:42:24.643Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2683 | 2025-08-30T04:42:24.771Z | Compiling primeorder v0.13.6 |
| 2684 | 2025-08-30T04:42:25.353Z | Compiling progenitor-client v0.8.0 |
| 2685 | 2025-08-30T04:42:26.236Z | Compiling sct v0.7.1 |
| 2686 | 2025-08-30T04:42:26.275Z | Compiling rustls-webpki v0.101.7 |
| 2687 | 2025-08-30T04:42:26.709Z | Compiling heck v0.3.3 |
| 2688 | 2025-08-30T04:42:27.070Z | Compiling env_filter v0.1.2 |
| 2689 | 2025-08-30T04:42:28.606Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2690 | 2025-08-30T04:42:28.993Z | Compiling void v1.0.2 |
| 2691 | 2025-08-30T04:42:29.220Z | Compiling lzss v0.8.2 |
| 2692 | 2025-08-30T04:42:29.803Z | Compiling env_logger v0.11.5 |
| 2693 | 2025-08-30T04:42:31.173Z | Compiling zone_cfg_derive v0.1.2 |
| 2694 | 2025-08-30T04:42:31.368Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2695 | 2025-08-30T04:42:32.375Z | Compiling progenitor v0.8.0 |
| 2696 | 2025-08-30T04:42:32.508Z | Compiling p384 v0.13.0 |
| 2697 | 2025-08-30T04:42:32.689Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2698 | 2025-08-30T04:42:32.739Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2699 | 2025-08-30T04:42:35.922Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2700 | 2025-08-30T04:42:38.435Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2701 | 2025-08-30T04:42:38.468Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2702 | 2025-08-30T04:42:39.575Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2703 | 2025-08-30T04:42:46.300Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2704 | 2025-08-30T04:42:47.881Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2705 | 2025-08-30T04:42:48.276Z | Compiling tungstenite v0.23.0 |
| 2706 | 2025-08-30T04:42:51.414Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2707 | 2025-08-30T04:42:51.790Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2708 | 2025-08-30T04:42:52.176Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2709 | 2025-08-30T04:42:52.565Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2710 | 2025-08-30T04:42:52.944Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2711 | 2025-08-30T04:42:53.588Z | Compiling nix v0.27.1 |
| 2712 | 2025-08-30T04:42:53.651Z | Compiling serde_bytes v0.11.17 |
| 2713 | 2025-08-30T04:42:54.071Z | Compiling base64 v0.13.1 |
| 2714 | 2025-08-30T04:42:54.220Z | Compiling number_prefix v0.4.0 |
| 2715 | 2025-08-30T04:42:54.534Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2716 | 2025-08-30T04:42:54.886Z | Compiling ron v0.7.1 |
| 2717 | 2025-08-30T04:42:54.999Z | Compiling indicatif v0.17.11 |
| 2718 | 2025-08-30T04:42:56.266Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2719 | 2025-08-30T04:42:57.196Z | Compiling tokio-tungstenite v0.23.1 |
| 2720 | 2025-08-30T04:42:57.875Z | Compiling xz2 v0.1.7 |
| 2721 | 2025-08-30T04:42:58.765Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2722 | 2025-08-30T04:43:01.267Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2723 | 2025-08-30T04:43:03.260Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2724 | 2025-08-30T04:43:05.472Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2725 | 2025-08-30T04:43:05.612Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2726 | 2025-08-30T04:43:06.164Z | Compiling tokio-rustls v0.24.1 |
| 2727 | 2025-08-30T04:43:06.689Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2728 | 2025-08-30T04:43:06.718Z | Compiling zone v0.1.8 |
| 2729 | 2025-08-30T04:43:07.757Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2730 | 2025-08-30T04:43:08.288Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2731 | 2025-08-30T04:43:09.938Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2025-08-30T04:43:11.393Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2733 | 2025-08-30T04:43:12.021Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2734 | 2025-08-30T04:43:21.113Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2025-08-30T04:43:21.554Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2736 | 2025-08-30T04:43:21.854Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2737 | 2025-08-30T04:43:24.412Z | Compiling rustls-pemfile v1.0.4 |
| 2738 | 2025-08-30T04:43:24.510Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2739 | 2025-08-30T04:43:24.900Z | Compiling signal-hook-tokio v0.3.1 |
| 2740 | 2025-08-30T04:43:25.173Z | Compiling twox-hash v2.1.0 |
| 2741 | 2025-08-30T04:43:25.202Z | Compiling yasna v0.5.2 |
| 2742 | 2025-08-30T04:43:26.201Z | Compiling secrecy v0.8.0 |
| 2743 | 2025-08-30T04:43:26.534Z | Compiling is_ci v1.2.0 |
| 2744 | 2025-08-30T04:43:26.885Z | Compiling supports-color v3.0.2 |
| 2745 | 2025-08-30T04:43:27.881Z | Compiling rcgen v0.12.1 |
| 2746 | 2025-08-30T04:43:35.207Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2747 | 2025-08-30T04:43:38.230Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2748 | 2025-08-30T04:43:38.616Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2749 | 2025-08-30T04:43:43.506Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2750 | 2025-08-30T04:43:46.514Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2751 | 2025-08-30T04:44:00.081Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2752 | 2025-08-30T04:44:04.480Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2753 | 2025-08-30T04:44:05.466Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2754 | 2025-08-30T04:44:06.721Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2755 | 2025-08-30T04:44:10.672Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2756 | 2025-08-30T04:44:17.833Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2757 | 2025-08-30T04:44:19.108Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2758 | 2025-08-30T04:44:19.489Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2759 | 2025-08-30T04:44:19.880Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2760 | 2025-08-30T04:44:21.526Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2761 | 2025-08-30T04:44:26.988Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2762 | 2025-08-30T04:44:27.315Z | Compiling fatfs v0.3.6 |
| 2763 | 2025-08-30T04:44:27.870Z | Compiling rtoolbox v0.0.2 |
| 2764 | 2025-08-30T04:44:28.324Z | Compiling subprocess v0.2.9 |
| 2765 | 2025-08-30T04:44:28.621Z | Compiling assert_matches v1.5.0 |
| 2766 | 2025-08-30T04:44:30.121Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2767 | 2025-08-30T04:44:32.856Z | Compiling rpassword v7.4.0 |
| 2768 | 2025-08-30T04:44:33.355Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2769 | 2025-08-30T04:44:36.299Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2770 | 2025-08-30T04:44:37.805Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2771 | 2025-08-30T04:44:41.720Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2772 | 2025-08-30T04:45:01.905Z | Compiling tui-tree-widget v0.23.1 |
| 2773 | 2025-08-30T04:45:02.426Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2774 | 2025-08-30T04:45:15.197Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2775 | 2025-08-30T04:45:15.950Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2776 | 2025-08-30T04:45:16.349Z | Compiling uzers v0.12.1 |
| 2777 | 2025-08-30T04:45:19.464Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2778 | 2025-08-30T04:45:20.111Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2779 | 2025-08-30T04:45:22.174Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2780 | 2025-08-30T04:45:37.855Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2781 | 2025-08-30T04:45:49.317Z | Compiling support-bundle-viewer v0.1.2 |
| 2782 | 2025-08-30T04:45:51.377Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2783 | 2025-08-30T04:45:52.971Z | Compiling multimap v0.10.1 |
| 2784 | 2025-08-30T04:48:07.042Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2785 | 2025-08-30T04:48:26.583Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2786 | 2025-08-30T04:56:31.474Z | Finished `release` profile [optimized] target(s) in 19m 24s |
| 2787 | 2025-08-30T04:57:28.726Z | |
| 2788 | 2025-08-30T04:57:28.729Z | real 20:23.097314406 |
| 2789 | 2025-08-30T04:57:28.729Z | user 2:25:43.869104992 |
| 2790 | 2025-08-30T04:57:28.729Z | sys 4:13.125831069 |
| 2791 | 2025-08-30T04:57:28.729Z | trap 3.587974383 |
| 2792 | 2025-08-30T04:57:28.729Z | tflt 2.473369495 |
| 2793 | 2025-08-30T04:57:28.729Z | dflt 6.478080198 |
| 2794 | 2025-08-30T04:57:28.729Z | kflt 0.034293746 |
| 2795 | 2025-08-30T04:57:28.729Z | lock 10:01:51.006332986 |
| 2796 | 2025-08-30T04:57:28.729Z | slp 7:30:08.149555461 |
| 2797 | 2025-08-30T04:57:28.729Z | lat 4:08.545540841 |
| 2798 | 2025-08-30T04:57:28.729Z | stop 4:06.503493362 |
| 2799 | 2025-08-30T04:57:28.729Z | + mapfile -t packages |
| 2800 | 2025-08-30T04:57:28.729Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2801 | 2025-08-30T04:57:30.021Z | Finished `release` profile [optimized] target(s) in 1.23s |
| 2802 | 2025-08-30T04:57:30.082Z | Running `target/release/omicron-package -t test list-outputs` |
| 2803 | 2025-08-30T04:57:30.138Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2804 | 2025-08-30T04:57:30.141Z | + ptime -m cargo build --locked --release -p xtask |
| 2805 | 2025-08-30T04:57:30.897Z | Compiling once_cell v1.21.3 |
| 2806 | 2025-08-30T04:57:30.900Z | Compiling serde v1.0.219 |
| 2807 | 2025-08-30T04:57:30.900Z | Compiling bitflags v2.9.1 |
| 2808 | 2025-08-30T04:57:30.900Z | Compiling syn v2.0.104 |
| 2809 | 2025-08-30T04:57:30.900Z | Compiling serde_json v1.0.142 |
| 2810 | 2025-08-30T04:57:30.900Z | Compiling libc v0.2.174 |
| 2811 | 2025-08-30T04:57:30.900Z | Compiling num-traits v0.2.19 |
| 2812 | 2025-08-30T04:57:31.010Z | Compiling smallvec v1.15.1 |
| 2813 | 2025-08-30T04:57:31.451Z | Compiling hashbrown v0.15.4 |
| 2814 | 2025-08-30T04:57:31.471Z | Compiling rustix v0.38.37 |
| 2815 | 2025-08-30T04:57:31.566Z | Compiling usdt-impl v0.5.0 |
| 2816 | 2025-08-30T04:57:31.781Z | Compiling syn v1.0.109 |
| 2817 | 2025-08-30T04:57:31.810Z | Compiling percent-encoding v2.3.1 |
| 2818 | 2025-08-30T04:57:32.147Z | Compiling getrandom v0.3.1 |
| 2819 | 2025-08-30T04:57:32.289Z | Compiling log v0.4.27 |
| 2820 | 2025-08-30T04:57:32.399Z | Compiling rustix v1.0.7 |
| 2821 | 2025-08-30T04:57:32.528Z | Compiling thread-id v4.2.2 |
| 2822 | 2025-08-30T04:57:32.624Z | Compiling indexmap v2.10.0 |
| 2823 | 2025-08-30T04:57:32.744Z | Compiling form_urlencoded v1.2.1 |
| 2824 | 2025-08-30T04:57:33.341Z | Compiling fs-err v3.1.1 |
| 2825 | 2025-08-30T04:57:33.729Z | Compiling ordered-float v2.10.1 |
| 2826 | 2025-08-30T04:57:33.967Z | Compiling terminal_size v0.4.0 |
| 2827 | 2025-08-30T04:57:34.216Z | Compiling anyhow v1.0.99 |
| 2828 | 2025-08-30T04:57:34.384Z | Compiling clap_builder v4.5.41 |
| 2829 | 2025-08-30T04:57:34.621Z | Compiling textwrap v0.16.2 |
| 2830 | 2025-08-30T04:57:35.242Z | Compiling tempfile v3.20.0 |
| 2831 | 2025-08-30T04:57:35.634Z | Compiling proc-macro-error v1.0.4 |
| 2832 | 2025-08-30T04:57:37.421Z | Compiling tabled_derive v0.7.0 |
| 2833 | 2025-08-30T04:57:37.650Z | Compiling synstructure v0.13.1 |
| 2834 | 2025-08-30T04:57:38.788Z | Compiling tabled v0.15.0 |
| 2835 | 2025-08-30T04:57:38.908Z | Compiling serde_derive v1.0.219 |
| 2836 | 2025-08-30T04:57:38.908Z | Compiling thiserror-impl v1.0.69 |
| 2837 | 2025-08-30T04:57:38.911Z | Compiling zerofrom-derive v0.1.4 |
| 2838 | 2025-08-30T04:57:38.911Z | Compiling yoke-derive v0.7.4 |
| 2839 | 2025-08-30T04:57:38.911Z | Compiling zerovec-derive v0.10.3 |
| 2840 | 2025-08-30T04:57:41.207Z | Compiling displaydoc v0.2.5 |
| 2841 | 2025-08-30T04:57:41.240Z | Compiling zerocopy-derive v0.7.35 |
| 2842 | 2025-08-30T04:57:41.532Z | Compiling thiserror v1.0.69 |
| 2843 | 2025-08-30T04:57:41.728Z | Compiling pest v2.7.14 |
| 2844 | 2025-08-30T04:57:41.794Z | Compiling zerofrom v0.1.4 |
| 2845 | 2025-08-30T04:57:42.077Z | Compiling yoke v0.7.4 |
| 2846 | 2025-08-30T04:57:42.518Z | Compiling zerovec v0.10.4 |
| 2847 | 2025-08-30T04:57:42.575Z | Compiling icu_provider_macros v1.5.0 |
| 2848 | 2025-08-30T04:57:42.914Z | Compiling zerocopy v0.7.35 |
| 2849 | 2025-08-30T04:57:43.876Z | Compiling scroll_derive v0.12.0 |
| 2850 | 2025-08-30T04:57:44.327Z | Compiling pest_meta v2.7.14 |
| 2851 | 2025-08-30T04:57:44.661Z | Compiling tinystr v0.7.6 |
| 2852 | 2025-08-30T04:57:45.104Z | Compiling icu_locid v1.5.0 |
| 2853 | 2025-08-30T04:57:45.202Z | Compiling icu_collections v1.5.0 |
| 2854 | 2025-08-30T04:57:47.694Z | Compiling icu_provider v1.5.0 |
| 2855 | 2025-08-30T04:57:47.824Z | Compiling pest_generator v2.7.14 |
| 2856 | 2025-08-30T04:57:49.484Z | Compiling pest_derive v2.7.14 |
| 2857 | 2025-08-30T04:57:49.853Z | Compiling icu_locid_transform v1.5.0 |
| 2858 | 2025-08-30T04:57:50.331Z | Compiling dtrace-parser v0.2.0 |
| 2859 | 2025-08-30T04:57:51.705Z | Compiling icu_properties v1.5.1 |
| 2860 | 2025-08-30T04:57:51.883Z | Compiling toml_datetime v0.6.11 |
| 2861 | 2025-08-30T04:57:52.253Z | Compiling serde_spanned v0.6.9 |
| 2862 | 2025-08-30T04:57:52.560Z | Compiling toml_edit v0.22.27 |
| 2863 | 2025-08-30T04:57:53.579Z | Compiling dof v0.3.0 |
| 2864 | 2025-08-30T04:57:54.467Z | Compiling scroll v0.12.0 |
| 2865 | 2025-08-30T04:57:55.154Z | Compiling goblin v0.8.2 |
| 2866 | 2025-08-30T04:57:56.611Z | Compiling icu_normalizer v1.5.0 |
| 2867 | 2025-08-30T04:57:57.714Z | Compiling idna_adapter v1.2.0 |
| 2868 | 2025-08-30T04:57:57.993Z | Compiling idna v1.0.3 |
| 2869 | 2025-08-30T04:57:58.033Z | Compiling toml v0.8.23 |
| 2870 | 2025-08-30T04:57:58.334Z | Compiling erased-serde v0.4.6 |
| 2871 | 2025-08-30T04:57:58.704Z | Compiling serde_tokenstream v0.2.2 |
| 2872 | 2025-08-30T04:58:01.403Z | Compiling thiserror-impl v2.0.12 |
| 2873 | 2025-08-30T04:58:03.201Z | Compiling serde-untagged v0.1.7 |
| 2874 | 2025-08-30T04:58:03.994Z | Compiling url v2.5.4 |
| 2875 | 2025-08-30T04:58:04.035Z | Compiling semver v1.0.26 |
| 2876 | 2025-08-30T04:58:04.221Z | Compiling thiserror v2.0.12 |
| 2877 | 2025-08-30T04:58:04.465Z | Compiling camino v1.1.11 |
| 2878 | 2025-08-30T04:58:05.461Z | Compiling serde-value v0.7.0 |
| 2879 | 2025-08-30T04:58:07.085Z | Compiling cargo-util-schemas v0.8.2 |
| 2880 | 2025-08-30T04:58:07.425Z | Compiling usdt-attr-macro v0.5.0 |
| 2881 | 2025-08-30T04:58:08.795Z | Compiling usdt-macro v0.5.0 |
| 2882 | 2025-08-30T04:58:08.827Z | Compiling cargo-platform v0.2.0 |
| 2883 | 2025-08-30T04:58:09.429Z | Compiling clap_derive v4.5.41 |
| 2884 | 2025-08-30T04:58:10.011Z | Compiling cargo_metadata v0.21.0 |
| 2885 | 2025-08-30T04:58:10.014Z | Compiling usdt v0.5.0 |
| 2886 | 2025-08-30T04:58:11.372Z | Compiling camino-tempfile v1.4.1 |
| 2887 | 2025-08-30T04:58:12.174Z | Compiling cargo_toml v0.21.0 |
| 2888 | 2025-08-30T04:58:12.642Z | Compiling macaddr v1.0.1 |
| 2889 | 2025-08-30T04:58:13.576Z | Compiling clap v4.5.41 |
| 2890 | 2025-08-30T04:58:22.997Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2891 | 2025-08-30T04:58:28.555Z | Finished `release` profile [optimized] target(s) in 58.34s |
| 2892 | 2025-08-30T04:58:28.696Z | |
| 2893 | 2025-08-30T04:58:28.699Z | real 58.516606670 |
| 2894 | 2025-08-30T04:58:28.700Z | user 6:20.458259393 |
| 2895 | 2025-08-30T04:58:28.700Z | sys 27.844480493 |
| 2896 | 2025-08-30T04:58:28.700Z | trap 0.188148571 |
| 2897 | 2025-08-30T04:58:28.700Z | tflt 0.343748546 |
| 2898 | 2025-08-30T04:58:28.700Z | dflt 0.504659822 |
| 2899 | 2025-08-30T04:58:28.700Z | kflt 0.000044036 |
| 2900 | 2025-08-30T04:58:28.700Z | lock 18:50.250103578 |
| 2901 | 2025-08-30T04:58:28.700Z | slp 21:19.066497170 |
| 2902 | 2025-08-30T04:58:28.700Z | lat 26.379524002 |
| 2903 | 2025-08-30T04:58:28.700Z | stop 35.172958492 |
| 2904 | 2025-08-30T04:58:28.701Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2905 | 2025-08-30T04:58:28.701Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2906 | 2025-08-30T04:58:28.701Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2907 | 2025-08-30T04:58:28.701Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2908 | 2025-08-30T04:58:28.701Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2909 | 2025-08-30T04:58:29.931Z | Compiling regress v0.10.4 |
| 2910 | 2025-08-30T04:58:30.101Z | Compiling ident_case v1.0.1 |
| 2911 | 2025-08-30T04:58:30.101Z | Compiling unsafe-libyaml v0.2.11 |
| 2912 | 2025-08-30T04:58:30.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2913 | 2025-08-30T04:58:30.104Z | Compiling match_cfg v0.1.0 |
| 2914 | 2025-08-30T04:58:30.174Z | Compiling quick-error v1.2.3 |
| 2915 | 2025-08-30T04:58:30.178Z | Compiling tempfile v3.20.0 |
| 2916 | 2025-08-30T04:58:30.178Z | Compiling progenitor-client v0.10.0 |
| 2917 | 2025-08-30T04:58:30.245Z | Compiling hostname v0.3.1 |
| 2918 | 2025-08-30T04:58:30.306Z | Compiling darling_core v0.20.10 |
| 2919 | 2025-08-30T04:58:30.352Z | Compiling structmeta-derive v0.3.0 |
| 2920 | 2025-08-30T04:58:30.480Z | Compiling rustls v0.22.4 |
| 2921 | 2025-08-30T04:58:30.692Z | Compiling hex v0.4.3 |
| 2922 | 2025-08-30T04:58:30.786Z | Compiling multer v3.1.0 |
| 2923 | 2025-08-30T04:58:30.849Z | Compiling debug-ignore v1.0.5 |
| 2924 | 2025-08-30T04:58:31.043Z | Compiling toml_parser v1.0.2 |
| 2925 | 2025-08-30T04:58:31.255Z | Compiling slog-json v2.6.1 |
| 2926 | 2025-08-30T04:58:31.280Z | Compiling macaddr v1.0.1 |
| 2927 | 2025-08-30T04:58:31.653Z | Compiling serde_yaml v0.9.34+deprecated |
| 2928 | 2025-08-30T04:58:31.740Z | Compiling toml_datetime v0.7.0 |
| 2929 | 2025-08-30T04:58:31.861Z | Compiling serde_spanned v1.0.0 |
| 2930 | 2025-08-30T04:58:32.163Z | Compiling async-stream-impl v0.3.6 |
| 2931 | 2025-08-30T04:58:32.355Z | Compiling dropshot v0.16.3 |
| 2932 | 2025-08-30T04:58:32.551Z | Compiling toml_writer v1.0.2 |
| 2933 | 2025-08-30T04:58:32.738Z | Compiling ref-cast v1.0.24 |
| 2934 | 2025-08-30T04:58:32.842Z | Compiling structmeta v0.3.0 |
| 2935 | 2025-08-30T04:58:33.005Z | Compiling toml v0.9.5 |
| 2936 | 2025-08-30T04:58:33.399Z | Compiling slog-bunyan v2.5.0 |
| 2937 | 2025-08-30T04:58:33.497Z | Compiling async-stream v0.3.6 |
| 2938 | 2025-08-30T04:58:33.657Z | Compiling typify-impl v0.3.0 |
| 2939 | 2025-08-30T04:58:33.813Z | Compiling waitgroup v0.1.2 |
| 2940 | 2025-08-30T04:58:34.068Z | Compiling rustls-pemfile v2.2.0 |
| 2941 | 2025-08-30T04:58:34.414Z | Compiling dropshot_endpoint v0.16.3 |
| 2942 | 2025-08-30T04:58:34.439Z | Compiling serde_path_to_error v0.1.17 |
| 2943 | 2025-08-30T04:58:35.168Z | Compiling tokio-rustls v0.25.0 |
| 2944 | 2025-08-30T04:58:35.248Z | Compiling ref-cast-impl v1.0.24 |
| 2945 | 2025-08-30T04:58:35.629Z | Compiling wait-timeout v0.2.0 |
| 2946 | 2025-08-30T04:58:36.070Z | Compiling darling_macro v0.20.10 |
| 2947 | 2025-08-30T04:58:36.136Z | Compiling hostname v0.4.0 |
| 2948 | 2025-08-30T04:58:36.168Z | Compiling bit-vec v0.8.0 |
| 2949 | 2025-08-30T04:58:36.411Z | Compiling rusty-fork v0.3.0 |
| 2950 | 2025-08-30T04:58:36.631Z | Compiling bit-set v0.8.0 |
| 2951 | 2025-08-30T04:58:36.654Z | Compiling derive-ex v0.1.8 |
| 2952 | 2025-08-30T04:58:36.952Z | Compiling rand_xorshift v0.4.0 |
| 2953 | 2025-08-30T04:58:37.021Z | Compiling darling v0.20.10 |
| 2954 | 2025-08-30T04:58:37.110Z | Compiling instant v0.1.13 |
| 2955 | 2025-08-30T04:58:37.175Z | Compiling serde_with_macros v3.14.0 |
| 2956 | 2025-08-30T04:58:37.277Z | Compiling unarray v0.1.4 |
| 2957 | 2025-08-30T04:58:37.317Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2958 | 2025-08-30T04:58:37.490Z | Compiling proptest v1.7.0 |
| 2959 | 2025-08-30T04:58:37.528Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2960 | 2025-08-30T04:58:37.781Z | Compiling progenitor-client v0.9.1 |
| 2961 | 2025-08-30T04:58:38.264Z | Compiling derive-where v1.5.0 |
| 2962 | 2025-08-30T04:58:38.395Z | Compiling parse-display-derive v0.10.0 |
| 2963 | 2025-08-30T04:58:39.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2964 | 2025-08-30T04:58:39.720Z | Compiling serde_with v3.14.0 |
| 2965 | 2025-08-30T04:58:40.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2966 | 2025-08-30T04:58:40.239Z | Compiling backoff v0.4.0 |
| 2967 | 2025-08-30T04:58:40.648Z | Compiling iddqd v0.3.9 |
| 2968 | 2025-08-30T04:58:40.908Z | Compiling test-strategy v0.4.3 |
| 2969 | 2025-08-30T04:58:41.394Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2970 | 2025-08-30T04:58:41.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2971 | 2025-08-30T04:58:42.315Z | Compiling parse-display v0.10.0 |
| 2972 | 2025-08-30T04:58:42.583Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2973 | 2025-08-30T04:58:42.634Z | Compiling itertools v0.14.0 |
| 2974 | 2025-08-30T04:58:42.858Z | Compiling darling_core v0.21.0 |
| 2975 | 2025-08-30T04:58:42.911Z | Compiling proc-macro-crate v1.3.1 |
| 2976 | 2025-08-30T04:58:43.869Z | Compiling num_enum_derive v0.5.11 |
| 2977 | 2025-08-30T04:58:44.501Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2978 | 2025-08-30T04:58:44.759Z | Compiling proc-macro-error v1.0.4 |
| 2979 | 2025-08-30T04:58:45.304Z | Compiling typify-macro v0.3.0 |
| 2980 | 2025-08-30T04:58:45.407Z | Compiling crucible-workspace-hack v0.1.0 |
| 2981 | 2025-08-30T04:58:45.672Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2982 | 2025-08-30T04:58:45.707Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2983 | 2025-08-30T04:58:45.804Z | Compiling heapless v0.8.0 |
| 2984 | 2025-08-30T04:58:46.150Z | Compiling typify-impl v0.4.1 |
| 2985 | 2025-08-30T04:58:46.173Z | Compiling num_enum v0.5.11 |
| 2986 | 2025-08-30T04:58:46.262Z | Compiling hash32 v0.3.1 |
| 2987 | 2025-08-30T04:58:46.389Z | Compiling foreign-types-macros v0.2.3 |
| 2988 | 2025-08-30T04:58:46.549Z | Compiling smoltcp v0.11.0 |
| 2989 | 2025-08-30T04:58:46.776Z | Compiling foreign-types-shared v0.3.1 |
| 2990 | 2025-08-30T04:58:47.599Z | Compiling tabwriter v1.4.0 |
| 2991 | 2025-08-30T04:58:47.691Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2992 | 2025-08-30T04:58:47.715Z | Compiling foreign-types v0.5.0 |
| 2993 | 2025-08-30T04:58:47.866Z | Compiling cstr-argument v0.1.2 |
| 2994 | 2025-08-30T04:58:47.979Z | Compiling pretty-hex v0.2.1 |
| 2995 | 2025-08-30T04:58:48.092Z | Compiling cobs v0.2.3 |
| 2996 | 2025-08-30T04:58:48.206Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2997 | 2025-08-30T04:58:48.231Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2998 | 2025-08-30T04:58:48.427Z | Compiling postcard v1.0.10 |
| 2999 | 2025-08-30T04:58:48.546Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2025-08-30T04:58:48.612Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3001 | 2025-08-30T04:58:48.763Z | Compiling colored v2.2.0 |
| 3002 | 2025-08-30T04:58:49.096Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3003 | 2025-08-30T04:58:49.099Z | Compiling darling_macro v0.21.0 |
| 3004 | 2025-08-30T04:58:49.164Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3005 | 2025-08-30T04:58:49.194Z | Compiling typify v0.3.0 |
| 3006 | 2025-08-30T04:58:49.403Z | Compiling progenitor-impl v0.9.1 |
| 3007 | 2025-08-30T04:58:49.548Z | Compiling rayon-core v1.12.1 |
| 3008 | 2025-08-30T04:58:49.733Z | Compiling crossbeam-deque v0.8.5 |
| 3009 | 2025-08-30T04:58:49.942Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3010 | 2025-08-30T04:58:50.060Z | Compiling darling v0.21.0 |
| 3011 | 2025-08-30T04:58:50.217Z | Compiling ingot-macros v0.1.1 |
| 3012 | 2025-08-30T04:58:50.875Z | Compiling camino-tempfile v1.4.1 |
| 3013 | 2025-08-30T04:58:51.336Z | Compiling smf v0.2.3 |
| 3014 | 2025-08-30T04:58:51.673Z | Compiling rayon v1.10.0 |
| 3015 | 2025-08-30T04:58:52.518Z | Compiling zone_cfg_derive v0.3.0 |
| 3016 | 2025-08-30T04:58:52.927Z | Compiling toml v0.8.23 |
| 3017 | 2025-08-30T04:58:53.433Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3018 | 2025-08-30T04:58:53.902Z | Compiling num-derive v0.4.2 |
| 3019 | 2025-08-30T04:58:53.978Z | Compiling sigpipe v0.1.3 |
| 3020 | 2025-08-30T04:58:54.151Z | Compiling jiff v0.2.15 |
| 3021 | 2025-08-30T04:58:54.533Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3022 | 2025-08-30T04:58:54.940Z | Compiling zone v0.3.1 |
| 3023 | 2025-08-30T04:58:56.090Z | Compiling progenitor-macro v0.9.1 |
| 3024 | 2025-08-30T04:58:56.164Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3025 | 2025-08-30T04:58:56.194Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3026 | 2025-08-30T04:58:56.403Z | Compiling num-rational v0.4.2 |
| 3027 | 2025-08-30T04:58:56.684Z | Compiling universal-hash v0.5.1 |
| 3028 | 2025-08-30T04:58:56.926Z | Compiling num-complex v0.4.6 |
| 3029 | 2025-08-30T04:58:56.975Z | Compiling opaque-debug v0.3.1 |
| 3030 | 2025-08-30T04:58:57.118Z | Compiling float-ord v0.3.2 |
| 3031 | 2025-08-30T04:58:57.158Z | Compiling ingot-types v0.1.2 |
| 3032 | 2025-08-30T04:58:57.349Z | Compiling secrecy v0.10.3 |
| 3033 | 2025-08-30T04:58:57.662Z | Compiling aead v0.5.2 |
| 3034 | 2025-08-30T04:58:57.908Z | Compiling num v0.4.3 |
| 3035 | 2025-08-30T04:58:57.933Z | Compiling keccak v0.1.5 |
| 3036 | 2025-08-30T04:58:57.991Z | Compiling typify-macro v0.4.1 |
| 3037 | 2025-08-30T04:58:58.050Z | Compiling ingot v0.1.1 |
| 3038 | 2025-08-30T04:58:58.091Z | Compiling utf-8 v0.7.6 |
| 3039 | 2025-08-30T04:58:58.123Z | Compiling convert_case v0.4.0 |
| 3040 | 2025-08-30T04:58:58.446Z | Compiling tungstenite v0.21.0 |
| 3041 | 2025-08-30T04:58:58.991Z | Compiling derive_more v0.99.20 |
| 3042 | 2025-08-30T04:58:59.279Z | Compiling sha3 v0.10.8 |
| 3043 | 2025-08-30T04:59:00.367Z | Compiling poly1305 v0.8.0 |
| 3044 | 2025-08-30T04:59:00.393Z | Compiling password-hash v0.5.0 |
| 3045 | 2025-08-30T04:59:01.294Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3046 | 2025-08-30T04:59:02.034Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3047 | 2025-08-30T04:59:02.037Z | Compiling typify v0.4.1 |
| 3048 | 2025-08-30T04:59:02.094Z | Compiling chacha20 v0.9.1 |
| 3049 | 2025-08-30T04:59:02.245Z | Compiling progenitor-impl v0.10.0 |
| 3050 | 2025-08-30T04:59:02.576Z | Compiling blake2 v0.10.6 |
| 3051 | 2025-08-30T04:59:02.614Z | Compiling indent_write v2.2.0 |
| 3052 | 2025-08-30T04:59:02.892Z | Compiling tokio-tungstenite v0.21.0 |
| 3053 | 2025-08-30T04:59:03.370Z | Compiling argon2 v0.5.3 |
| 3054 | 2025-08-30T04:59:03.542Z | Compiling base64 v0.21.7 |
| 3055 | 2025-08-30T04:59:03.853Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3056 | 2025-08-30T04:59:04.668Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3057 | 2025-08-30T04:59:04.744Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3058 | 2025-08-30T04:59:05.172Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3059 | 2025-08-30T04:59:05.198Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3060 | 2025-08-30T04:59:05.516Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3061 | 2025-08-30T04:59:05.540Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3062 | 2025-08-30T04:59:05.569Z | Compiling half v2.4.1 |
| 3063 | 2025-08-30T04:59:05.809Z | Compiling owo-colors v4.2.2 |
| 3064 | 2025-08-30T04:59:06.143Z | Compiling ciborium-io v0.2.2 |
| 3065 | 2025-08-30T04:59:06.193Z | Compiling cancel-safe-futures v0.1.5 |
| 3066 | 2025-08-30T04:59:06.300Z | Compiling ciborium-ll v0.2.2 |
| 3067 | 2025-08-30T04:59:06.325Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3068 | 2025-08-30T04:59:06.561Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3069 | 2025-08-30T04:59:06.632Z | Compiling atomicwrites v0.4.4 |
| 3070 | 2025-08-30T04:59:06.729Z | Compiling libsw-core v0.3.1 |
| 3071 | 2025-08-30T04:59:06.935Z | Compiling semver v0.1.20 |
| 3072 | 2025-08-30T04:59:07.006Z | Compiling fixedbitset v0.5.7 |
| 3073 | 2025-08-30T04:59:07.059Z | Compiling libsw v3.5.0 |
| 3074 | 2025-08-30T04:59:07.397Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3075 | 2025-08-30T04:59:07.495Z | Compiling petgraph v0.8.2 |
| 3076 | 2025-08-30T04:59:07.540Z | Compiling rustc_version v0.1.7 |
| 3077 | 2025-08-30T04:59:08.019Z | Compiling ciborium v0.2.2 |
| 3078 | 2025-08-30T04:59:08.287Z | Compiling thiserror-no-std v2.0.2 |
| 3079 | 2025-08-30T04:59:08.462Z | Compiling vsss-rs v3.3.4 |
| 3080 | 2025-08-30T04:59:09.034Z | Compiling progenitor-macro v0.10.0 |
| 3081 | 2025-08-30T04:59:09.066Z | Compiling progenitor v0.9.1 |
| 3082 | 2025-08-30T04:59:09.324Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3083 | 2025-08-30T04:59:09.350Z | Compiling chacha20poly1305 v0.10.1 |
| 3084 | 2025-08-30T04:59:09.493Z | Compiling typify-impl v0.2.0 |
| 3085 | 2025-08-30T04:59:09.612Z | Compiling resolv-conf v0.7.0 |
| 3086 | 2025-08-30T04:59:10.341Z | Compiling newline-converter v0.3.0 |
| 3087 | 2025-08-30T04:59:10.416Z | Compiling primeorder v0.13.6 |
| 3088 | 2025-08-30T04:59:10.570Z | Compiling moka v0.12.10 |
| 3089 | 2025-08-30T04:59:10.768Z | Compiling linear-map v1.2.0 |
| 3090 | 2025-08-30T04:59:10.936Z | Compiling libefi-sys v0.1.0 |
| 3091 | 2025-08-30T04:59:11.035Z | Compiling expectorate v1.2.0 |
| 3092 | 2025-08-30T04:59:11.171Z | Compiling newtype_derive v0.1.6 |
| 3093 | 2025-08-30T04:59:11.359Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3094 | 2025-08-30T04:59:11.378Z | Compiling pem v3.0.5 |
| 3095 | 2025-08-30T04:59:11.524Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3096 | 2025-08-30T04:59:11.635Z | Compiling bitfield-struct v0.6.2 |
| 3097 | 2025-08-30T04:59:12.021Z | Compiling pin-project-internal v1.1.6 |
| 3098 | 2025-08-30T04:59:12.074Z | Compiling unicase v2.7.0 |
| 3099 | 2025-08-30T04:59:12.474Z | Compiling same-file v1.0.6 |
| 3100 | 2025-08-30T04:59:12.715Z | Compiling arc-swap v1.7.1 |
| 3101 | 2025-08-30T04:59:12.810Z | Compiling tagptr v0.2.0 |
| 3102 | 2025-08-30T04:59:13.096Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3103 | 2025-08-30T04:59:13.385Z | Compiling slog-scope v4.4.0 |
| 3104 | 2025-08-30T04:59:13.873Z | Compiling walkdir v2.5.0 |
| 3105 | 2025-08-30T04:59:14.546Z | Compiling polyval v0.6.2 |
| 3106 | 2025-08-30T04:59:14.812Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3107 | 2025-08-30T04:59:14.839Z | Compiling pin-project v1.1.6 |
| 3108 | 2025-08-30T04:59:14.877Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3109 | 2025-08-30T04:59:14.972Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3110 | 2025-08-30T04:59:15.014Z | Compiling hickory-proto v0.24.4 |
| 3111 | 2025-08-30T04:59:15.075Z | Compiling snafu-derive v0.8.5 |
| 3112 | 2025-08-30T04:59:15.503Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3113 | 2025-08-30T04:59:15.541Z | Compiling csv-core v0.1.11 |
| 3114 | 2025-08-30T04:59:16.126Z | Compiling salty v0.3.0 |
| 3115 | 2025-08-30T04:59:16.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3116 | 2025-08-30T04:59:16.468Z | Compiling linked-hash-map v0.5.6 |
| 3117 | 2025-08-30T04:59:16.549Z | Compiling parking_lot_core v0.8.6 |
| 3118 | 2025-08-30T04:59:16.665Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3119 | 2025-08-30T04:59:16.838Z | Compiling lru-cache v0.1.2 |
| 3120 | 2025-08-30T04:59:17.067Z | Compiling proc-macro-error2 v2.0.1 |
| 3121 | 2025-08-30T04:59:17.133Z | Compiling csv v1.3.1 |
| 3122 | 2025-08-30T04:59:17.719Z | Compiling ghash v0.5.1 |
| 3123 | 2025-08-30T04:59:17.997Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3124 | 2025-08-30T04:59:18.067Z | Compiling hickory-resolver v0.25.2 |
| 3125 | 2025-08-30T04:59:18.555Z | Compiling slog-stdlog v4.1.1 |
| 3126 | 2025-08-30T04:59:18.853Z | Compiling p384 v0.13.0 |
| 3127 | 2025-08-30T04:59:18.966Z | Compiling tabled_derive v0.7.0 |
| 3128 | 2025-08-30T04:59:19.806Z | Compiling snafu v0.8.5 |
| 3129 | 2025-08-30T04:59:20.335Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3130 | 2025-08-30T04:59:20.533Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3131 | 2025-08-30T04:59:20.786Z | Compiling globset v0.4.15 |
| 3132 | 2025-08-30T04:59:20.873Z | Compiling typify-macro v0.2.0 |
| 3133 | 2025-08-30T04:59:21.200Z | Compiling olpc-cjson v0.1.4 |
| 3134 | 2025-08-30T04:59:21.287Z | Compiling num-derive v0.3.3 |
| 3135 | 2025-08-30T04:59:21.530Z | Compiling ctr v0.9.2 |
| 3136 | 2025-08-30T04:59:21.937Z | Compiling progenitor v0.10.0 |
| 3137 | 2025-08-30T04:59:21.963Z | Compiling gethostname v0.5.0 |
| 3138 | 2025-08-30T04:59:22.197Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3139 | 2025-08-30T04:59:22.222Z | Compiling lzma-sys v0.1.20 |
| 3140 | 2025-08-30T04:59:22.260Z | Compiling serde_plain v1.0.2 |
| 3141 | 2025-08-30T04:59:22.583Z | Compiling async-recursion v1.1.1 |
| 3142 | 2025-08-30T04:59:22.610Z | Compiling slog-dtrace v0.3.0 |
| 3143 | 2025-08-30T04:59:22.673Z | Compiling xshell-macros v0.2.7 |
| 3144 | 2025-08-30T04:59:23.031Z | Compiling typed-path v0.9.3 |
| 3145 | 2025-08-30T04:59:23.053Z | Compiling highway v1.3.0 |
| 3146 | 2025-08-30T04:59:23.444Z | Compiling textwrap v0.16.2 |
| 3147 | 2025-08-30T04:59:23.502Z | Compiling xshell v0.2.7 |
| 3148 | 2025-08-30T04:59:23.932Z | Compiling libscf-sys v1.1.0 |
| 3149 | 2025-08-30T04:59:24.210Z | Compiling aes-gcm v0.10.3 |
| 3150 | 2025-08-30T04:59:24.240Z | Compiling tabled v0.15.0 |
| 3151 | 2025-08-30T04:59:24.526Z | Compiling hickory-resolver v0.24.4 |
| 3152 | 2025-08-30T04:59:24.552Z | Compiling mime_guess v2.0.5 |
| 3153 | 2025-08-30T04:59:24.579Z | Compiling slog-envlogger v2.2.0 |
| 3154 | 2025-08-30T04:59:24.801Z | Compiling typify v0.2.0 |
| 3155 | 2025-08-30T04:59:25.022Z | Compiling progenitor-impl v0.8.0 |
| 3156 | 2025-08-30T04:59:25.279Z | Compiling tough v0.20.0 |
| 3157 | 2025-08-30T04:59:25.741Z | Compiling steno v0.4.1 |
| 3158 | 2025-08-30T04:59:26.027Z | Compiling tabled_derive v0.10.0 |
| 3159 | 2025-08-30T04:59:28.795Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3160 | 2025-08-30T04:59:30.070Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3161 | 2025-08-30T04:59:30.126Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3162 | 2025-08-30T04:59:31.827Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3163 | 2025-08-30T04:59:32.030Z | Compiling progenitor-macro v0.8.0 |
| 3164 | 2025-08-30T04:59:32.407Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3165 | 2025-08-30T04:59:33.522Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3166 | 2025-08-30T04:59:35.111Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3167 | 2025-08-30T04:59:35.601Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3168 | 2025-08-30T04:59:35.653Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3169 | 2025-08-30T04:59:36.296Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3170 | 2025-08-30T04:59:36.890Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3171 | 2025-08-30T04:59:38.653Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3172 | 2025-08-30T04:59:39.047Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3173 | 2025-08-30T04:59:39.154Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3174 | 2025-08-30T04:59:39.704Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3175 | 2025-08-30T04:59:41.836Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3176 | 2025-08-30T04:59:42.387Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3177 | 2025-08-30T04:59:42.891Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3178 | 2025-08-30T04:59:43.999Z | Compiling papergrid v0.14.0 |
| 3179 | 2025-08-30T04:59:44.534Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3180 | 2025-08-30T04:59:44.724Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3181 | 2025-08-30T04:59:44.758Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3182 | 2025-08-30T04:59:45.041Z | Compiling tokio-dtrace v0.1.0 |
| 3183 | 2025-08-30T04:59:45.519Z | Compiling heck v0.3.3 |
| 3184 | 2025-08-30T04:59:45.636Z | Compiling progenitor-client v0.8.0 |
| 3185 | 2025-08-30T04:59:45.841Z | Compiling ssh-encoding v0.2.0 |
| 3186 | 2025-08-30T04:59:45.907Z | Compiling blowfish v0.9.1 |
| 3187 | 2025-08-30T04:59:46.166Z | Compiling env_filter v0.1.2 |
| 3188 | 2025-08-30T04:59:46.393Z | Compiling nibble_vec v0.1.0 |
| 3189 | 2025-08-30T04:59:46.413Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3190 | 2025-08-30T04:59:46.662Z | Compiling humantime v2.2.0 |
| 3191 | 2025-08-30T04:59:46.794Z | Compiling endian-type v0.1.2 |
| 3192 | 2025-08-30T04:59:46.827Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3193 | 2025-08-30T04:59:47.020Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3194 | 2025-08-30T04:59:47.070Z | Compiling radix_trie v0.2.1 |
| 3195 | 2025-08-30T04:59:47.096Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3196 | 2025-08-30T04:59:47.168Z | Compiling env_logger v0.11.5 |
| 3197 | 2025-08-30T04:59:47.238Z | Compiling ssh-cipher v0.2.0 |
| 3198 | 2025-08-30T04:59:47.605Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3199 | 2025-08-30T04:59:47.711Z | Compiling progenitor v0.8.0 |
| 3200 | 2025-08-30T04:59:47.838Z | Compiling zone_cfg_derive v0.1.2 |
| 3201 | 2025-08-30T04:59:48.072Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3202 | 2025-08-30T04:59:48.376Z | Compiling tabled v0.18.0 |
| 3203 | 2025-08-30T04:59:48.598Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3204 | 2025-08-30T04:59:48.793Z | Compiling oxide-tokio-rt v0.1.2 |
| 3205 | 2025-08-30T04:59:49.118Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3206 | 2025-08-30T04:59:49.144Z | Compiling parking_lot v0.11.2 |
| 3207 | 2025-08-30T04:59:49.441Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3208 | 2025-08-30T04:59:50.017Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2025-08-30T04:59:50.043Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3210 | 2025-08-30T04:59:50.742Z | Compiling qorb v0.4.1 |
| 3211 | 2025-08-30T04:59:51.669Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3212 | 2025-08-30T04:59:52.077Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3213 | 2025-08-30T04:59:52.494Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3214 | 2025-08-30T04:59:52.952Z | Compiling prefix-trie v0.7.0 |
| 3215 | 2025-08-30T04:59:53.057Z | Compiling password-hash v0.4.2 |
| 3216 | 2025-08-30T04:59:53.240Z | Compiling fxhash v0.2.1 |
| 3217 | 2025-08-30T04:59:53.513Z | Compiling http-range v0.1.5 |
| 3218 | 2025-08-30T04:59:53.742Z | Compiling number_prefix v0.4.0 |
| 3219 | 2025-08-30T04:59:53.835Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3220 | 2025-08-30T04:59:53.866Z | Compiling base64 v0.13.1 |
| 3221 | 2025-08-30T04:59:53.899Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3222 | 2025-08-30T04:59:54.019Z | Compiling indicatif v0.17.11 |
| 3223 | 2025-08-30T04:59:54.248Z | Compiling hickory-server v0.25.2 |
| 3224 | 2025-08-30T04:59:54.425Z | Compiling ron v0.7.1 |
| 3225 | 2025-08-30T04:59:54.518Z | Compiling pbkdf2 v0.11.0 |
| 3226 | 2025-08-30T04:59:54.539Z | Compiling sled v0.34.7 |
| 3227 | 2025-08-30T04:59:54.910Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3228 | 2025-08-30T04:59:55.386Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2025-08-30T04:59:55.596Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3230 | 2025-08-30T04:59:55.983Z | Compiling xz2 v0.1.7 |
| 3231 | 2025-08-30T04:59:57.536Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3232 | 2025-08-30T04:59:57.859Z | Compiling zone v0.1.8 |
| 3233 | 2025-08-30T04:59:58.571Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3234 | 2025-08-30T04:59:58.631Z | Compiling ssh-key v0.6.6 |
| 3235 | 2025-08-30T04:59:59.167Z | Compiling hickory-client v0.25.2 |
| 3236 | 2025-08-30T04:59:59.689Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3237 | 2025-08-30T04:59:59.765Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3238 | 2025-08-30T04:59:59.849Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2025-08-30T05:00:00.827Z | Compiling p256 v0.13.2 |
| 3240 | 2025-08-30T05:00:01.204Z | Compiling p521 v0.13.3 |
| 3241 | 2025-08-30T05:00:01.670Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3242 | 2025-08-30T05:00:02.742Z | Compiling yasna v0.5.2 |
| 3243 | 2025-08-30T05:00:03.200Z | Compiling headers-core v0.3.0 |
| 3244 | 2025-08-30T05:00:03.336Z | Compiling kstat-rs v0.2.4 |
| 3245 | 2025-08-30T05:00:03.395Z | Compiling secrecy v0.8.0 |
| 3246 | 2025-08-30T05:00:03.419Z | Compiling nanorand v0.7.0 |
| 3247 | 2025-08-30T05:00:03.683Z | Compiling atty v0.2.14 |
| 3248 | 2025-08-30T05:00:03.823Z | Compiling russh-cryptovec v0.7.3 |
| 3249 | 2025-08-30T05:00:03.882Z | Compiling crc8 v0.1.1 |
| 3250 | 2025-08-30T05:00:03.943Z | Compiling md5 v0.7.0 |
| 3251 | 2025-08-30T05:00:03.992Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3252 | 2025-08-30T05:00:04.094Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3253 | 2025-08-30T05:00:04.166Z | Compiling flume v0.11.1 |
| 3254 | 2025-08-30T05:00:04.275Z | Compiling russh-keys v0.45.0 |
| 3255 | 2025-08-30T05:00:04.538Z | Compiling rcgen v0.12.1 |
| 3256 | 2025-08-30T05:00:04.812Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3257 | 2025-08-30T05:00:06.659Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3258 | 2025-08-30T05:00:07.180Z | Compiling headers v0.4.1 |
| 3259 | 2025-08-30T05:00:07.869Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3260 | 2025-08-30T05:00:08.926Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3261 | 2025-08-30T05:00:09.000Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3262 | 2025-08-30T05:00:09.616Z | Compiling hyper-staticfile v0.10.1 |
| 3263 | 2025-08-30T05:00:10.393Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3264 | 2025-08-30T05:00:10.686Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3265 | 2025-08-30T05:00:11.068Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3266 | 2025-08-30T05:00:11.228Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3267 | 2025-08-30T05:00:12.110Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3268 | 2025-08-30T05:00:12.177Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3269 | 2025-08-30T05:00:12.983Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3270 | 2025-08-30T05:00:13.056Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3271 | 2025-08-30T05:00:14.438Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3272 | 2025-08-30T05:00:14.654Z | Compiling num-bigint v0.4.6 |
| 3273 | 2025-08-30T05:00:14.654Z | Compiling des v0.8.1 |
| 3274 | 2025-08-30T05:00:15.031Z | Compiling subprocess v0.2.9 |
| 3275 | 2025-08-30T05:00:15.894Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3276 | 2025-08-30T05:00:16.726Z | Compiling display-error-chain v0.2.2 |
| 3277 | 2025-08-30T05:00:16.817Z | Compiling hex-literal v0.4.1 |
| 3278 | 2025-08-30T05:00:16.952Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3279 | 2025-08-30T05:00:16.976Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3280 | 2025-08-30T05:00:17.026Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3281 | 2025-08-30T05:00:19.949Z | Compiling russh v0.45.0 |
| 3282 | 2025-08-30T05:00:20.008Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3283 | 2025-08-30T05:00:21.027Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3284 | 2025-08-30T05:00:21.592Z | Compiling internet-checksum v0.2.1 |
| 3285 | 2025-08-30T05:00:31.007Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3286 | 2025-08-30T05:00:32.774Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3287 | 2025-08-30T05:00:58.177Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3288 | 2025-08-30T05:01:22.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s |
| 3289 | 2025-08-30T05:01:23.210Z | |
| 3290 | 2025-08-30T05:01:23.210Z | real 2:54.439173951 |
| 3291 | 2025-08-30T05:01:23.210Z | user 15:40.383629776 |
| 3292 | 2025-08-30T05:01:23.213Z | sys 2:14.822908082 |
| 3293 | 2025-08-30T05:01:23.214Z | trap 0.464202368 |
| 3294 | 2025-08-30T05:01:23.214Z | tflt 0.174802113 |
| 3295 | 2025-08-30T05:01:23.214Z | dflt 0.945699959 |
| 3296 | 2025-08-30T05:01:23.214Z | kflt 0.000045695 |
| 3297 | 2025-08-30T05:01:23.214Z | lock 42:29.029189906 |
| 3298 | 2025-08-30T05:01:23.214Z | slp 57:02.959844416 |
| 3299 | 2025-08-30T05:01:23.214Z | lat 55.635668513 |
| 3300 | 2025-08-30T05:01:23.214Z | stop 2:18.183796832 |
| 3301 | 2025-08-30T05:01:23.214Z | + mkdir tests |
| 3302 | 2025-08-30T05:01:23.217Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3303 | 2025-08-30T05:01:23.217Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3304 | 2025-08-30T05:01:23.257Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-677ce97e216c6377 tests/ |
| 3305 | 2025-08-30T05:01:23.278Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-87b4dfb96627849a tests/ |
| 3306 | 2025-08-30T05:01:23.298Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-22f0170ce5147a39 tests/ |
| 3307 | 2025-08-30T05:01:23.319Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7af6aec600e73037 tests/ |
| 3308 | 2025-08-30T05:01:23.586Z | + 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/*) |
| 3309 | 2025-08-30T05:01:23.589Z | + 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-87b4dfb96627849a tests/commtest-22f0170ce5147a39 tests/dhcp_server-677ce97e216c6377 tests/end_to_end_tests-7af6aec600e73037 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3310 | 2025-08-30T05:03:00.634Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3311 | 2025-08-30T05:03:00.634Z | a .github/buildomat/ci-env.sh 1K |
| 3312 | 2025-08-30T05:03:00.634Z | a out/target/test 1K |
| 3313 | 2025-08-30T05:03:00.634Z | a out/npuzone/npuzone 23144K |
| 3314 | 2025-08-30T05:03:00.634Z | a package-manifest.toml 34K |
| 3315 | 2025-08-30T05:03:00.634Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3316 | 2025-08-30T05:03:00.634Z | a target/release/omicron-package 41329K |
| 3317 | 2025-08-30T05:03:00.634Z | a target/release/xtask 11796K |
| 3318 | 2025-08-30T05:03:00.634Z | a target/debug/bootstrap 245024K |
| 3319 | 2025-08-30T05:03:00.634Z | a tests/bootstrap-87b4dfb96627849a 23635K |
| 3320 | 2025-08-30T05:03:00.634Z | a tests/commtest-22f0170ce5147a39 25722K |
| 3321 | 2025-08-30T05:03:00.634Z | a tests/dhcp_server-677ce97e216c6377 23635K |
| 3322 | 2025-08-30T05:03:00.635Z | a tests/end_to_end_tests-7af6aec600e73037 345295K |
| 3323 | 2025-08-30T05:03:00.635Z | a out/clickhouse.tar.gz 316051K |
| 3324 | 2025-08-30T05:03:00.635Z | a out/clickhouse_keeper.tar.gz 299743K |
| 3325 | 2025-08-30T05:03:00.635Z | a out/clickhouse_server.tar.gz 316050K |
| 3326 | 2025-08-30T05:03:00.635Z | a out/cockroachdb.tar.gz 160443K |
| 3327 | 2025-08-30T05:03:00.635Z | a out/crucible-dtrace.tar 99K |
| 3328 | 2025-08-30T05:03:00.635Z | a out/crucible-pantry-zone.tar.gz 38363K |
| 3329 | 2025-08-30T05:03:00.635Z | a out/crucible-zone.tar.gz 48166K |
| 3330 | 2025-08-30T05:03:00.635Z | a out/external-dns.tar.gz 51084K |
| 3331 | 2025-08-30T05:03:00.635Z | a out/internal-dns.tar.gz 51084K |
| 3332 | 2025-08-30T05:03:00.635Z | a out/mg-ddm-gz.tar 90846K |
| 3333 | 2025-08-30T05:03:00.635Z | a out/nexus.tar.gz 134779K |
| 3334 | 2025-08-30T05:03:00.635Z | a out/ntp.tar.gz 33401K |
| 3335 | 2025-08-30T05:03:00.635Z | a out/omicron-gateway-softnpu.tar.gz 31340K |
| 3336 | 2025-08-30T05:03:00.635Z | a out/omicron-sled-agent.tar 142945K |
| 3337 | 2025-08-30T05:03:00.635Z | a out/overlay.tar.gz 3K |
| 3338 | 2025-08-30T05:03:00.635Z | a out/oximeter.tar.gz 63807K |
| 3339 | 2025-08-30T05:03:00.635Z | a out/oxlog.tar 4004K |
| 3340 | 2025-08-30T05:03:00.635Z | a out/probe.tar.gz 3037K |
| 3341 | 2025-08-30T05:03:00.635Z | a out/propolis-server.tar.gz 68586K |
| 3342 | 2025-08-30T05:03:00.635Z | a out/pumpkind-gz.tar 26648K |
| 3343 | 2025-08-30T05:03:00.635Z | a out/switch-softnpu.tar.gz 347730K |
| 3344 | 2025-08-30T05:03:00.639Z | |
| 3345 | 2025-08-30T05:03:00.639Z | real 1:37.036520353 |
| 3346 | 2025-08-30T05:03:00.639Z | user 1:32.915884619 |
| 3347 | 2025-08-30T05:03:00.639Z | sys 5.816819425 |
| 3348 | 2025-08-30T05:03:00.639Z | trap 0.023614945 |
| 3349 | 2025-08-30T05:03:00.639Z | tflt 0.000000000 |
| 3350 | 2025-08-30T05:03:00.639Z | dflt 0.000000000 |
| 3351 | 2025-08-30T05:03:00.639Z | kflt 0.000000000 |
| 3352 | 2025-08-30T05:03:00.639Z | lock 0.000000000 |
| 3353 | 2025-08-30T05:03:00.639Z | slp 1:32.774195463 |
| 3354 | 2025-08-30T05:03:00.639Z | lat 2.537729714 |
| 3355 | 2025-08-30T05:03:00.639Z | stop 0.000184976 |
| 3356 | 2025-08-30T05:03:00.639Z | process exited: duration 2158159 ms, exit code 0 |
| |
| 3357 | 2025-08-30T05:03:00.659Z | found 1 output files |
| 3358 | 2025-08-30T05:03:00.659Z | uploading: /work/package.tar.gz (2237888630 bytes) |
| 3359 | 2025-08-30T05:03:53.642Z | uploaded: /work/package.tar.gz |