|
|
|
| 1 | 2025-09-18T23:12:43.298Z | job assigned to worker 01K5FHHYVJ0QEPPFX8G1GC9882 [factory aws, i-09fc5a98f974932a1] (queued for 2 m 52 s) |
| |
| 2 | 2025-09-18T23:12:51.532Z | starting task 0: "setup" |
| 3 | 2025-09-18T23:12:51.537Z | ++ uname -s |
| 4 | 2025-09-18T23:12:51.540Z | + kern=SunOS |
| 5 | 2025-09-18T23:12:51.540Z | + build_user=build |
| 6 | 2025-09-18T23:12:51.540Z | + build_uid=12345 |
| 7 | 2025-09-18T23:12:51.540Z | + work_dir=/work |
| 8 | 2025-09-18T23:12:51.540Z | + input_dir=/input |
| 9 | 2025-09-18T23:12:51.540Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-18T23:12:51.540Z | + case "$kern" in |
| 11 | 2025-09-18T23:12:51.541Z | + groupadd -g 12345 build |
| 12 | 2025-09-18T23:12:51.543Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-18T23:12:53.550Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-18T23:12:53.670Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-18T23:12:53.675Z | + home_fs=zfs |
| 16 | 2025-09-18T23:12:53.675Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-18T23:12:53.675Z | + mkdir -p /home/build |
| 18 | 2025-09-18T23:12:53.680Z | + chown build:build /home/build /work |
| 19 | 2025-09-18T23:12:54.677Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-18T23:12:54.680Z | process exited: duration 3150 ms, exit code 0 |
| |
| 21 | 2025-09-18T23:12:54.687Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-18T23:12:54.692Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-18T23:12:54.692Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-18T23:12:54.692Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-09-18T23:12:54.692Z | * rust toolchain profile = "default" |
| 26 | 2025-09-18T23:12:54.692Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-18T23:12:54.692Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-18T23:12:54.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-18T23:12:54.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-18T23:12:54.797Z | info: downloading installer |
| 31 | 2025-09-18T23:12:56.170Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-18T23:12:56.170Z | warn: /opt/ooce/bin |
| 33 | 2025-09-18T23:12:56.171Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-18T23:12:56.171Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-18T23:12:56.171Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-18T23:12:56.171Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-18T23:12:56.171Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-18T23:12:56.171Z | error: cannot install while Rust is installed |
| 39 | 2025-09-18T23:12:56.171Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-18T23:12:56.196Z | info: profile set to 'default' |
| 41 | 2025-09-18T23:12:56.196Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-18T23:12:56.225Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-18T23:12:56.362Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-18T23:12:56.362Z | info: downloading component 'cargo' |
| 45 | 2025-09-18T23:12:57.171Z | info: downloading component 'clippy' |
| 46 | 2025-09-18T23:12:57.493Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-18T23:12:58.706Z | info: downloading component 'rust-std' |
| 48 | 2025-09-18T23:13:00.370Z | info: downloading component 'rustc' |
| 49 | 2025-09-18T23:13:07.740Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-18T23:13:07.978Z | info: installing component 'cargo' |
| 51 | 2025-09-18T23:13:08.877Z | info: installing component 'clippy' |
| 52 | 2025-09-18T23:13:09.277Z | info: installing component 'rust-docs' |
| 53 | 2025-09-18T23:13:11.186Z | info: installing component 'rust-std' |
| 54 | 2025-09-18T23:13:13.096Z | info: installing component 'rustc' |
| 55 | 2025-09-18T23:13:19.838Z | info: installing component 'rustfmt' |
| 56 | 2025-09-18T23:13:20.179Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-18T23:13:20.179Z | |
| 58 | 2025-09-18T23:13:20.621Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-18T23:13:20.621Z | |
| 60 | 2025-09-18T23:13:20.625Z | |
| 61 | 2025-09-18T23:13:20.625Z | Rust is installed now. Great! |
| 62 | 2025-09-18T23:13:20.625Z | |
| 63 | 2025-09-18T23:13:20.625Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-18T23:13:20.625Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-18T23:13:20.625Z | |
| 66 | 2025-09-18T23:13:20.625Z | To configure your current shell, you need to source |
| 67 | 2025-09-18T23:13:20.625Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-18T23:13:20.625Z | |
| 69 | 2025-09-18T23:13:20.625Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-18T23:13:20.625Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-18T23:13:20.625Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-18T23:13:20.625Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-18T23:13:20.756Z | + rustup --version |
| 74 | 2025-09-18T23:13:20.769Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-18T23:13:20.773Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-18T23:13:20.854Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-18T23:13:20.857Z | + cargo --version |
| 78 | 2025-09-18T23:13:20.923Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-18T23:13:20.926Z | + rustc --version |
| 80 | 2025-09-18T23:13:20.999Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-18T23:13:21.005Z | process exited: duration 26312 ms, exit code 0 |
| |
| 82 | 2025-09-18T23:13:21.013Z | starting task 2: "authentication" |
| 83 | 2025-09-18T23:13:21.036Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-18T23:13:21.043Z | starting task 3: "clone repository" |
| 85 | 2025-09-18T23:13:21.048Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-18T23:13:21.051Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-18T23:13:21.147Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-18T23:13:31.607Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-18T23:13:31.609Z | + git fetch origin 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 90 | 2025-09-18T23:13:31.965Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-18T23:13:31.965Z | * branch 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 -> FETCH_HEAD |
| 92 | 2025-09-18T23:13:31.977Z | + [[ -n omdb_nexus_gen ]] |
| 93 | 2025-09-18T23:13:31.980Z | ++ git branch --show-current |
| 94 | 2025-09-18T23:13:31.983Z | + current=main |
| 95 | 2025-09-18T23:13:31.983Z | + [[ main != omdb_nexus_gen ]] |
| 96 | 2025-09-18T23:13:31.983Z | + git branch -f omdb_nexus_gen 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 97 | 2025-09-18T23:13:31.986Z | + git checkout -f omdb_nexus_gen |
| 98 | 2025-09-18T23:13:32.239Z | Switched to branch 'omdb_nexus_gen' |
| 99 | 2025-09-18T23:13:32.242Z | + git reset --hard 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 100 | 2025-09-18T23:13:32.270Z | HEAD is now at 2f19f0981 review feedback |
| 101 | 2025-09-18T23:13:32.274Z | process exited: duration 11227 ms, exit code 0 |
| |
| 102 | 2025-09-18T23:13:32.280Z | starting task 4: "build" |
| 103 | 2025-09-18T23:13:32.286Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-18T23:13:32.289Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-18T23:13:32.289Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-18T23:13:32.289Z | + cargo --version |
| 107 | 2025-09-18T23:13:32.345Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-18T23:13:32.349Z | + rustc --version |
| 109 | 2025-09-18T23:13:32.420Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-18T23:13:32.423Z | + WORK=/work |
| 111 | 2025-09-18T23:13:32.423Z | + pfexec mkdir -p /work |
| 112 | 2025-09-18T23:13:32.429Z | + pfexec chown build /work |
| 113 | 2025-09-18T23:13:32.445Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-18T23:13:48.791Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-18T23:13:56.866Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-18T23:14:04.675Z | Planning: Solver setup ... Done (6.554s) |
| 117 | 2025-09-18T23:14:04.736Z | Planning: Running solver ... Done (0.061s) |
| 118 | 2025-09-18T23:14:04.840Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-09-18T23:14:04.853Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-18T23:14:05.022Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-18T23:14:05.073Z | Planning: Package planning ... Done (0.051s) |
| 122 | 2025-09-18T23:14:05.124Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2025-09-18T23:14:05.558Z | Planning: Checking for conflicting actions ... Done (0.434s) |
| 124 | 2025-09-18T23:14:05.571Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2025-09-18T23:14:09.054Z | Planning: Evaluating mediators ... Done (3.482s) |
| 126 | 2025-09-18T23:14:09.064Z | Planning: Planning completed in 12.06 seconds |
| 127 | 2025-09-18T23:14:09.143Z | Packages to install: 4 |
| 128 | 2025-09-18T23:14:09.143Z | Mediators to change: 2 |
| 129 | 2025-09-18T23:14:09.146Z | Services to change: 1 |
| 130 | 2025-09-18T23:14:09.146Z | Estimated space available: 155.49 GB |
| 131 | 2025-09-18T23:14:09.146Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-18T23:14:09.146Z | Create boot environment: No |
| 133 | 2025-09-18T23:14:09.146Z | Create backup boot environment: No |
| 134 | 2025-09-18T23:14:09.146Z | Rebuild boot archive: No |
| 135 | 2025-09-18T23:14:09.146Z | |
| 136 | 2025-09-18T23:14:09.146Z | Changed mediators: |
| 137 | 2025-09-18T23:14:09.146Z | mediator clang: |
| 138 | 2025-09-18T23:14:09.146Z | version: None -> 15 (system default) |
| 139 | 2025-09-18T23:14:09.146Z | |
| 140 | 2025-09-18T23:14:09.146Z | mediator llvm: |
| 141 | 2025-09-18T23:14:09.146Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-18T23:14:09.146Z | |
| 143 | 2025-09-18T23:14:09.146Z | Changed packages: |
| 144 | 2025-09-18T23:14:09.146Z | helios-dev |
| 145 | 2025-09-18T23:14:09.146Z | developer/build-essential |
| 146 | 2025-09-18T23:14:09.147Z | None -> 11-2.0 |
| 147 | 2025-09-18T23:14:09.147Z | library/libxmlsec1 |
| 148 | 2025-09-18T23:14:09.147Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-18T23:14:09.147Z | ooce/developer/clang-15 |
| 150 | 2025-09-18T23:14:09.147Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-18T23:14:09.147Z | ooce/developer/llvm-15 |
| 152 | 2025-09-18T23:14:09.147Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-18T23:14:09.147Z | |
| 154 | 2025-09-18T23:14:09.147Z | Services: |
| 155 | 2025-09-18T23:14:09.147Z | restart_fmri: |
| 156 | 2025-09-18T23:14:09.147Z | svc:/system/update-man-index:default |
| 157 | 2025-09-18T23:14:09.361Z | |
| 158 | 2025-09-18T23:14:09.362Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-18T23:14:14.506Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (24.6M/s) |
| 160 | 2025-09-18T23:14:18.629Z | Download: Completed 212.60 MB in 9.27 seconds (22.9M/s) |
| 161 | 2025-09-18T23:14:18.937Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-09-18T23:14:23.832Z | Actions: Completed 3689 actions in 4.89 seconds. |
| 163 | 2025-09-18T23:14:24.456Z | Done (0.619s) |
| 164 | 2025-09-18T23:14:24.456Z | Done (0.000s) |
| 165 | 2025-09-18T23:14:25.352Z | Done (0.895s) |
| 166 | 2025-09-18T23:14:30.737Z | Done (5.054s) |
| 167 | 2025-09-18T23:14:30.828Z | Done (0.020s) |
| 168 | 2025-09-18T23:14:30.832Z | Done (0.000s) |
| 169 | 2025-09-18T23:14:30.977Z | Done (0.000s) |
| 170 | 2025-09-18T23:14:31.873Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-09-18T23:14:32.052Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-09-18T23:14:32.062Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-09-18T23:14:32.321Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-09-18T23:14:32.325Z | Planning: Planning completed in 0.45 seconds |
| 175 | 2025-09-18T23:14:32.355Z | Mediators to change: 2 |
| 176 | 2025-09-18T23:14:32.355Z | Create boot environment: No |
| 177 | 2025-09-18T23:14:32.359Z | Create backup boot environment: No |
| 178 | 2025-09-18T23:14:32.444Z | Done |
| 179 | 2025-09-18T23:14:32.444Z | Done |
| 180 | 2025-09-18T23:14:33.070Z | Done |
| 181 | 2025-09-18T23:14:36.822Z | Done |
| 182 | 2025-09-18T23:14:36.910Z | Done |
| 183 | 2025-09-18T23:14:36.914Z | Done |
| 184 | 2025-09-18T23:14:37.039Z | Done |
| 185 | 2025-09-18T23:14:37.680Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-09-18T23:14:37.684Z | Planning: Merging actions ... Done |
| 187 | 2025-09-18T23:14:37.876Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-09-18T23:14:37.879Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-09-18T23:14:38.152Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-09-18T23:14:38.210Z | Planning: Planning completed in 0.79 seconds |
| 191 | 2025-09-18T23:14:38.246Z | Packages to change: 1 |
| 192 | 2025-09-18T23:14:38.246Z | Mediators to change: 1 |
| 193 | 2025-09-18T23:14:38.249Z | Services to change: 1 |
| 194 | 2025-09-18T23:14:38.249Z | Create boot environment: No |
| 195 | 2025-09-18T23:14:38.249Z | Create backup boot environment: Yes |
| 196 | 2025-09-18T23:14:40.631Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-09-18T23:14:40.634Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-09-18T23:14:40.634Z | Done |
| 199 | 2025-09-18T23:14:40.634Z | Done |
| 200 | 2025-09-18T23:14:40.812Z | Done |
| 201 | 2025-09-18T23:14:44.664Z | Done |
| 202 | 2025-09-18T23:14:44.752Z | Done |
| 203 | 2025-09-18T23:14:44.755Z | Done |
| 204 | 2025-09-18T23:14:44.913Z | Done |
| 205 | 2025-09-18T23:14:45.359Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-09-18T23:14:45.359Z | clang system 15 system |
| 207 | 2025-09-18T23:14:45.359Z | csh system system illumos |
| 208 | 2025-09-18T23:14:45.359Z | ctags system system illumos |
| 209 | 2025-09-18T23:14:45.359Z | file system system illumos |
| 210 | 2025-09-18T23:14:45.359Z | gcc vendor 12 vendor |
| 211 | 2025-09-18T23:14:45.359Z | gcc system 10 system |
| 212 | 2025-09-18T23:14:45.359Z | gcc system 7 system |
| 213 | 2025-09-18T23:14:45.359Z | go system 1.20 system |
| 214 | 2025-09-18T23:14:45.359Z | go system 1.19 system |
| 215 | 2025-09-18T23:14:45.359Z | llvm system 15 system |
| 216 | 2025-09-18T23:14:45.359Z | llvm system 14 system |
| 217 | 2025-09-18T23:14:45.359Z | mariadb system 10.6 system |
| 218 | 2025-09-18T23:14:45.359Z | mta vendor vendor dma |
| 219 | 2025-09-18T23:14:45.359Z | openjdk system 17 system |
| 220 | 2025-09-18T23:14:45.359Z | openjdk system 11 system |
| 221 | 2025-09-18T23:14:45.359Z | openjdk system 1.8 system |
| 222 | 2025-09-18T23:14:45.359Z | openssl vendor 3 vendor |
| 223 | 2025-09-18T23:14:45.359Z | perl system 5.36 system |
| 224 | 2025-09-18T23:14:45.359Z | postgresql system 15 system |
| 225 | 2025-09-18T23:14:45.359Z | postgresql system 13 system |
| 226 | 2025-09-18T23:14:45.359Z | python vendor 3 vendor |
| 227 | 2025-09-18T23:14:45.359Z | python system 2 system |
| 228 | 2025-09-18T23:14:45.359Z | python3 system 3.11 system |
| 229 | 2025-09-18T23:14:45.359Z | ruby system 3.0 system |
| 230 | 2025-09-18T23:14:45.359Z | words vendor vendor american-english |
| 231 | 2025-09-18T23:14:45.359Z | words system system australian-english |
| 232 | 2025-09-18T23:14:45.359Z | words system system british-english |
| 233 | 2025-09-18T23:14:45.359Z | words system system canadian-english |
| 234 | 2025-09-18T23:14:45.360Z | words system system french |
| 235 | 2025-09-18T23:14:45.360Z | words system system italian |
| 236 | 2025-09-18T23:14:45.360Z | words system system ngerman |
| 237 | 2025-09-18T23:14:45.360Z | words system system ogerman |
| 238 | 2025-09-18T23:14:45.360Z | words system system spanish |
| 239 | 2025-09-18T23:14:45.706Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-09-18T23:14:45.706Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-09-18T23:14:50.664Z | FMRI IFO |
| 242 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-09-18T23:14:50.664Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-09-18T23:14:51.733Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-09-18T23:14:52.016Z | Updating crates.io index |
| 260 | 2025-09-18T23:14:52.019Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-09-18T23:14:52.397Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-09-18T23:14:53.036Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-09-18T23:14:53.282Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-09-18T23:14:53.562Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-09-18T23:14:53.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-09-18T23:14:55.164Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-09-18T23:14:57.278Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-09-18T23:14:58.316Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-09-18T23:14:59.045Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2025-09-18T23:14:59.809Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2025-09-18T23:15:00.084Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2025-09-18T23:15:00.375Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2025-09-18T23:15:00.878Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2025-09-18T23:15:01.363Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-09-18T23:15:01.663Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-09-18T23:15:01.983Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-09-18T23:15:02.289Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-09-18T23:15:02.530Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-09-18T23:15:02.794Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-09-18T23:15:03.079Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-09-18T23:15:03.424Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 282 | 2025-09-18T23:15:03.935Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2025-09-18T23:15:04.235Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2025-09-18T23:15:04.622Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-09-18T23:15:05.082Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 286 | 2025-09-18T23:15:05.491Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2025-09-18T23:15:05.771Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-09-18T23:15:06.107Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-09-18T23:15:06.554Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-09-18T23:15:06.799Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-09-18T23:15:07.083Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-09-18T23:15:07.391Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2025-09-18T23:15:19.704Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 294 | 2025-09-18T23:15:21.070Z | Downloading crates ... |
| 295 | 2025-09-18T23:15:21.132Z | Downloaded scroll_derive v0.12.0 |
| 296 | 2025-09-18T23:15:21.135Z | Downloaded dtrace-parser v0.2.0 |
| 297 | 2025-09-18T23:15:21.135Z | Downloaded anstyle-parse v0.2.5 |
| 298 | 2025-09-18T23:15:21.138Z | Downloaded block-buffer v0.10.4 |
| 299 | 2025-09-18T23:15:21.138Z | Downloaded clap_derive v4.5.41 |
| 300 | 2025-09-18T23:15:21.141Z | Downloaded cargo-util-schemas v0.8.2 |
| 301 | 2025-09-18T23:15:21.144Z | Downloaded anstyle v1.0.11 |
| 302 | 2025-09-18T23:15:21.147Z | Downloaded autocfg v1.4.0 |
| 303 | 2025-09-18T23:15:21.147Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2025-09-18T23:15:21.151Z | Downloaded swrite v0.1.0 |
| 305 | 2025-09-18T23:15:21.151Z | Downloaded heck v0.4.1 |
| 306 | 2025-09-18T23:15:21.154Z | Downloaded terminal_size v0.4.0 |
| 307 | 2025-09-18T23:15:21.154Z | Downloaded thiserror-impl v2.0.16 |
| 308 | 2025-09-18T23:15:21.158Z | Downloaded cfg-if v1.0.1 |
| 309 | 2025-09-18T23:15:21.158Z | Downloaded cpufeatures v0.2.14 |
| 310 | 2025-09-18T23:15:21.163Z | Downloaded anstyle-query v1.1.1 |
| 311 | 2025-09-18T23:15:21.163Z | Downloaded tempfile v3.20.0 |
| 312 | 2025-09-18T23:15:21.163Z | Downloaded writeable v0.5.5 |
| 313 | 2025-09-18T23:15:21.166Z | Downloaded once_cell v1.21.3 |
| 314 | 2025-09-18T23:15:21.166Z | Downloaded usdt-impl v0.5.0 |
| 315 | 2025-09-18T23:15:21.169Z | Downloaded zerofrom v0.1.4 |
| 316 | 2025-09-18T23:15:21.169Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2025-09-18T23:15:21.172Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2025-09-18T23:15:21.172Z | Downloaded serde v1.0.223 |
| 319 | 2025-09-18T23:15:21.172Z | Downloaded yoke-derive v0.7.4 |
| 320 | 2025-09-18T23:15:21.175Z | Downloaded sha2 v0.10.9 |
| 321 | 2025-09-18T23:15:21.178Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2025-09-18T23:15:21.178Z | Downloaded usdt v0.5.0 |
| 323 | 2025-09-18T23:15:21.178Z | Downloaded pest_derive v2.7.14 |
| 324 | 2025-09-18T23:15:21.183Z | Downloaded toml_write v0.1.2 |
| 325 | 2025-09-18T23:15:21.183Z | Downloaded thread-id v4.2.2 |
| 326 | 2025-09-18T23:15:21.186Z | Downloaded proc-macro2 v1.0.101 |
| 327 | 2025-09-18T23:15:21.186Z | Downloaded version_check v0.9.5 |
| 328 | 2025-09-18T23:15:21.189Z | Downloaded utf8_iter v1.0.4 |
| 329 | 2025-09-18T23:15:21.190Z | Downloaded unicode-xid v0.2.6 |
| 330 | 2025-09-18T23:15:21.190Z | Downloaded typeid v1.0.3 |
| 331 | 2025-09-18T23:15:21.193Z | Downloaded serde_core v1.0.223 |
| 332 | 2025-09-18T23:15:21.193Z | Downloaded icu_normalizer v1.5.0 |
| 333 | 2025-09-18T23:15:21.196Z | Downloaded zerovec-derive v0.10.3 |
| 334 | 2025-09-18T23:15:21.199Z | Downloaded zerofrom-derive v0.1.4 |
| 335 | 2025-09-18T23:15:21.199Z | Downloaded memchr v2.7.4 |
| 336 | 2025-09-18T23:15:21.203Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2025-09-18T23:15:21.207Z | Downloaded fnv v1.0.7 |
| 338 | 2025-09-18T23:15:21.210Z | Downloaded textwrap v0.16.2 |
| 339 | 2025-09-18T23:15:21.213Z | Downloaded toml_datetime v0.6.11 |
| 340 | 2025-09-18T23:15:21.213Z | Downloaded thiserror v1.0.69 |
| 341 | 2025-09-18T23:15:21.217Z | Downloaded thiserror-impl v1.0.69 |
| 342 | 2025-09-18T23:15:21.220Z | Downloaded thiserror v2.0.16 |
| 343 | 2025-09-18T23:15:21.224Z | Downloaded unicode-ident v1.0.18 |
| 344 | 2025-09-18T23:15:21.227Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2025-09-18T23:15:21.230Z | Downloaded icu_provider_macros v1.5.0 |
| 346 | 2025-09-18T23:15:21.230Z | Downloaded colorchoice v1.0.2 |
| 347 | 2025-09-18T23:15:21.230Z | Downloaded equivalent v1.0.2 |
| 348 | 2025-09-18T23:15:21.233Z | Downloaded bitflags v2.9.1 |
| 349 | 2025-09-18T23:15:21.236Z | Downloaded serde-value v0.7.0 |
| 350 | 2025-09-18T23:15:21.236Z | Downloaded serde-untagged v0.1.7 |
| 351 | 2025-09-18T23:15:21.239Z | Downloaded macaddr v1.0.1 |
| 352 | 2025-09-18T23:15:21.239Z | Downloaded url v2.5.4 |
| 353 | 2025-09-18T23:15:21.242Z | Downloaded fastrand v2.1.1 |
| 354 | 2025-09-18T23:15:21.243Z | Downloaded digest v0.10.7 |
| 355 | 2025-09-18T23:15:21.246Z | Downloaded toml_edit v0.22.27 |
| 356 | 2025-09-18T23:15:21.249Z | Downloaded zerovec v0.10.4 |
| 357 | 2025-09-18T23:15:21.255Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2025-09-18T23:15:21.262Z | Downloaded plain v0.2.3 |
| 359 | 2025-09-18T23:15:21.262Z | Downloaded cargo-platform v0.2.0 |
| 360 | 2025-09-18T23:15:21.262Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2025-09-18T23:15:21.266Z | Downloaded zerocopy v0.7.35 |
| 362 | 2025-09-18T23:15:21.273Z | Downloaded winnow v0.7.10 |
| 363 | 2025-09-18T23:15:21.281Z | Downloaded smawk v0.3.2 |
| 364 | 2025-09-18T23:15:21.283Z | Downloaded pest_generator v2.7.14 |
| 365 | 2025-09-18T23:15:21.283Z | Downloaded itoa v1.0.11 |
| 366 | 2025-09-18T23:15:21.286Z | Downloaded unicode-width v0.2.0 |
| 367 | 2025-09-18T23:15:21.290Z | Downloaded serde_tokenstream v0.2.2 |
| 368 | 2025-09-18T23:15:21.293Z | Downloaded cargo_toml v0.21.0 |
| 369 | 2025-09-18T23:15:21.293Z | Downloaded bytecount v0.6.8 |
| 370 | 2025-09-18T23:15:21.296Z | Downloaded serde_spanned v0.6.9 |
| 371 | 2025-09-18T23:15:21.296Z | Downloaded scroll v0.12.0 |
| 372 | 2025-09-18T23:15:21.296Z | Downloaded proc-macro-error-attr v1.0.4 |
| 373 | 2025-09-18T23:15:21.299Z | Downloaded camino-tempfile v1.4.1 |
| 374 | 2025-09-18T23:15:21.299Z | Downloaded ordered-float v2.10.1 |
| 375 | 2025-09-18T23:15:21.299Z | Downloaded unicode-width v0.1.14 |
| 376 | 2025-09-18T23:15:21.303Z | Downloaded icu_provider v1.5.0 |
| 377 | 2025-09-18T23:15:21.324Z | Downloaded icu_locid_transform_data v1.5.0 |
| 378 | 2025-09-18T23:15:21.324Z | Downloaded icu_locid v1.5.0 |
| 379 | 2025-09-18T23:15:21.324Z | Downloaded idna v1.0.3 |
| 380 | 2025-09-18T23:15:21.324Z | Downloaded tabled v0.15.0 |
| 381 | 2025-09-18T23:15:21.327Z | Downloaded serde_derive v1.0.223 |
| 382 | 2025-09-18T23:15:21.330Z | Downloaded cargo_metadata v0.21.0 |
| 383 | 2025-09-18T23:15:21.334Z | Downloaded semver v1.0.26 |
| 384 | 2025-09-18T23:15:21.334Z | Downloaded quote v1.0.40 |
| 385 | 2025-09-18T23:15:21.337Z | Downloaded smallvec v1.15.1 |
| 386 | 2025-09-18T23:15:21.337Z | Downloaded clap v4.5.41 |
| 387 | 2025-09-18T23:15:21.347Z | Downloaded pest_meta v2.7.14 |
| 388 | 2025-09-18T23:15:21.350Z | Downloaded ryu v1.0.18 |
| 389 | 2025-09-18T23:15:21.350Z | Downloaded icu_properties v1.5.1 |
| 390 | 2025-09-18T23:15:21.353Z | Downloaded papergrid v0.11.0 |
| 391 | 2025-09-18T23:15:21.356Z | Downloaded num-traits v0.2.19 |
| 392 | 2025-09-18T23:15:21.359Z | Downloaded log v0.4.27 |
| 393 | 2025-09-18T23:15:21.359Z | Downloaded hashbrown v0.15.4 |
| 394 | 2025-09-18T23:15:21.363Z | Downloaded icu_collections v1.5.0 |
| 395 | 2025-09-18T23:15:21.368Z | Downloaded icu_normalizer_data v1.5.0 |
| 396 | 2025-09-18T23:15:21.373Z | Downloaded getrandom v0.3.1 |
| 397 | 2025-09-18T23:15:21.376Z | Downloaded fs-err v3.1.1 |
| 398 | 2025-09-18T23:15:21.376Z | Downloaded dof v0.3.0 |
| 399 | 2025-09-18T23:15:21.376Z | Downloaded crypto-common v0.1.6 |
| 400 | 2025-09-18T23:15:21.379Z | Downloaded byteorder v1.5.0 |
| 401 | 2025-09-18T23:15:21.379Z | Downloaded indexmap v2.11.0 |
| 402 | 2025-09-18T23:15:21.382Z | Downloaded goblin v0.8.2 |
| 403 | 2025-09-18T23:15:21.386Z | Downloaded pest v2.7.14 |
| 404 | 2025-09-18T23:15:21.390Z | Downloaded strsim v0.11.1 |
| 405 | 2025-09-18T23:15:21.393Z | Downloaded memmap v0.7.0 |
| 406 | 2025-09-18T23:15:21.393Z | Downloaded is_terminal_polyfill v1.70.1 |
| 407 | 2025-09-18T23:15:21.396Z | Downloaded idna_adapter v1.2.0 |
| 408 | 2025-09-18T23:15:21.396Z | Downloaded icu_properties_data v1.5.0 |
| 409 | 2025-09-18T23:15:21.403Z | Downloaded serde_json v1.0.145 |
| 410 | 2025-09-18T23:15:21.409Z | Downloaded clap_builder v4.5.41 |
| 411 | 2025-09-18T23:15:21.415Z | Downloaded generic-array v0.14.7 |
| 412 | 2025-09-18T23:15:21.418Z | Downloaded errno v0.3.12 |
| 413 | 2025-09-18T23:15:21.418Z | Downloaded form_urlencoded v1.2.2 |
| 414 | 2025-09-18T23:15:21.418Z | Downloaded erased-serde v0.4.6 |
| 415 | 2025-09-18T23:15:21.422Z | Downloaded clap_lex v0.7.4 |
| 416 | 2025-09-18T23:15:21.422Z | Downloaded anyhow v1.0.99 |
| 417 | 2025-09-18T23:15:21.425Z | Downloaded syn v1.0.109 |
| 418 | 2025-09-18T23:15:21.431Z | Downloaded rustix v1.0.7 |
| 419 | 2025-09-18T23:15:21.451Z | Downloaded yoke v0.7.4 |
| 420 | 2025-09-18T23:15:21.455Z | Downloaded syn v2.0.106 |
| 421 | 2025-09-18T23:15:21.462Z | Downloaded tinystr v0.7.6 |
| 422 | 2025-09-18T23:15:21.465Z | Downloaded utf16_iter v1.0.5 |
| 423 | 2025-09-18T23:15:21.465Z | Downloaded toml v0.8.23 |
| 424 | 2025-09-18T23:15:21.468Z | Downloaded litemap v0.7.3 |
| 425 | 2025-09-18T23:15:21.471Z | Downloaded anstream v0.6.18 |
| 426 | 2025-09-18T23:15:21.471Z | Downloaded camino v1.2.0 |
| 427 | 2025-09-18T23:15:21.474Z | Downloaded write16 v1.0.0 |
| 428 | 2025-09-18T23:15:21.474Z | Downloaded icu_locid_transform v1.5.0 |
| 429 | 2025-09-18T23:15:21.477Z | Downloaded typenum v1.17.0 |
| 430 | 2025-09-18T23:15:21.477Z | Downloaded synstructure v0.13.1 |
| 431 | 2025-09-18T23:15:21.480Z | Downloaded rustix v0.38.37 |
| 432 | 2025-09-18T23:15:21.496Z | Downloaded stable_deref_trait v1.2.0 |
| 433 | 2025-09-18T23:15:21.499Z | Downloaded heck v0.5.0 |
| 434 | 2025-09-18T23:15:21.499Z | Downloaded tabled_derive v0.7.0 |
| 435 | 2025-09-18T23:15:21.499Z | Downloaded displaydoc v0.2.5 |
| 436 | 2025-09-18T23:15:21.502Z | Downloaded utf8parse v0.2.2 |
| 437 | 2025-09-18T23:15:21.510Z | Downloaded libc v0.2.174 |
| 438 | 2025-09-18T23:15:21.591Z | Compiling proc-macro2 v1.0.101 |
| 439 | 2025-09-18T23:15:21.591Z | Compiling unicode-ident v1.0.18 |
| 440 | 2025-09-18T23:15:21.591Z | Compiling serde_core v1.0.223 |
| 441 | 2025-09-18T23:15:21.595Z | Compiling serde v1.0.223 |
| 442 | 2025-09-18T23:15:21.595Z | Compiling version_check v0.9.5 |
| 443 | 2025-09-18T23:15:21.595Z | Compiling libc v0.2.174 |
| 444 | 2025-09-18T23:15:21.595Z | Compiling memchr v2.7.4 |
| 445 | 2025-09-18T23:15:21.595Z | Compiling thiserror v1.0.69 |
| 446 | 2025-09-18T23:15:22.062Z | Compiling stable_deref_trait v1.2.0 |
| 447 | 2025-09-18T23:15:22.198Z | Compiling writeable v0.5.5 |
| 448 | 2025-09-18T23:15:22.632Z | Compiling itoa v1.0.11 |
| 449 | 2025-09-18T23:15:22.852Z | Compiling litemap v0.7.3 |
| 450 | 2025-09-18T23:15:23.001Z | Compiling ucd-trie v0.1.7 |
| 451 | 2025-09-18T23:15:23.004Z | Compiling ryu v1.0.18 |
| 452 | 2025-09-18T23:15:23.213Z | Compiling autocfg v1.4.0 |
| 453 | 2025-09-18T23:15:23.286Z | Compiling once_cell v1.21.3 |
| 454 | 2025-09-18T23:15:23.371Z | Compiling byteorder v1.5.0 |
| 455 | 2025-09-18T23:15:23.534Z | Compiling icu_locid_transform_data v1.5.0 |
| 456 | 2025-09-18T23:15:23.655Z | Compiling bitflags v2.9.1 |
| 457 | 2025-09-18T23:15:24.112Z | Compiling serde_json v1.0.145 |
| 458 | 2025-09-18T23:15:24.138Z | Compiling icu_properties_data v1.5.0 |
| 459 | 2025-09-18T23:15:24.297Z | Compiling quote v1.0.40 |
| 460 | 2025-09-18T23:15:24.400Z | Compiling errno v0.3.12 |
| 461 | 2025-09-18T23:15:24.426Z | Compiling num-traits v0.2.19 |
| 462 | 2025-09-18T23:15:24.491Z | Compiling utf16_iter v1.0.5 |
| 463 | 2025-09-18T23:15:24.639Z | Compiling write16 v1.0.0 |
| 464 | 2025-09-18T23:15:24.702Z | Compiling syn v2.0.106 |
| 465 | 2025-09-18T23:15:24.792Z | Compiling hashbrown v0.15.4 |
| 466 | 2025-09-18T23:15:24.860Z | Compiling equivalent v1.0.2 |
| 467 | 2025-09-18T23:15:24.944Z | Compiling typeid v1.0.3 |
| 468 | 2025-09-18T23:15:24.999Z | Compiling utf8_iter v1.0.4 |
| 469 | 2025-09-18T23:15:25.027Z | Compiling rustix v0.38.37 |
| 470 | 2025-09-18T23:15:25.066Z | Compiling smallvec v1.15.1 |
| 471 | 2025-09-18T23:15:25.273Z | Compiling icu_normalizer_data v1.5.0 |
| 472 | 2025-09-18T23:15:25.610Z | Compiling usdt-impl v0.5.0 |
| 473 | 2025-09-18T23:15:25.734Z | Compiling proc-macro-error-attr v1.0.4 |
| 474 | 2025-09-18T23:15:25.932Z | Compiling winnow v0.7.10 |
| 475 | 2025-09-18T23:15:26.006Z | Compiling indexmap v2.11.0 |
| 476 | 2025-09-18T23:15:26.052Z | Compiling syn v1.0.109 |
| 477 | 2025-09-18T23:15:26.078Z | Compiling toml_write v0.1.2 |
| 478 | 2025-09-18T23:15:26.202Z | Compiling thread-id v4.2.2 |
| 479 | 2025-09-18T23:15:26.915Z | Compiling proc-macro-error v1.0.4 |
| 480 | 2025-09-18T23:15:27.269Z | Compiling plain v0.2.3 |
| 481 | 2025-09-18T23:15:27.362Z | Compiling getrandom v0.3.1 |
| 482 | 2025-09-18T23:15:27.449Z | Compiling thiserror v2.0.16 |
| 483 | 2025-09-18T23:15:28.015Z | Compiling log v0.4.27 |
| 484 | 2025-09-18T23:15:28.068Z | Compiling percent-encoding v2.3.2 |
| 485 | 2025-09-18T23:15:28.108Z | Compiling rustix v1.0.7 |
| 486 | 2025-09-18T23:15:28.380Z | Compiling utf8parse v0.2.2 |
| 487 | 2025-09-18T23:15:28.407Z | Compiling semver v1.0.26 |
| 488 | 2025-09-18T23:15:28.454Z | Compiling camino v1.2.0 |
| 489 | 2025-09-18T23:15:28.575Z | Compiling anstyle-parse v0.2.5 |
| 490 | 2025-09-18T23:15:28.897Z | Compiling form_urlencoded v1.2.2 |
| 491 | 2025-09-18T23:15:28.964Z | Compiling ordered-float v2.10.1 |
| 492 | 2025-09-18T23:15:29.182Z | Compiling terminal_size v0.4.0 |
| 493 | 2025-09-18T23:15:29.476Z | Compiling cfg-if v1.0.1 |
| 494 | 2025-09-18T23:15:29.512Z | Compiling pretty-hex v0.4.1 |
| 495 | 2025-09-18T23:15:29.593Z | Compiling anstyle-query v1.1.1 |
| 496 | 2025-09-18T23:15:29.763Z | Compiling is_terminal_polyfill v1.70.1 |
| 497 | 2025-09-18T23:15:29.822Z | Compiling anstyle v1.0.11 |
| 498 | 2025-09-18T23:15:29.885Z | Compiling colorchoice v1.0.2 |
| 499 | 2025-09-18T23:15:30.252Z | Compiling anstream v0.6.18 |
| 500 | 2025-09-18T23:15:30.428Z | Compiling fs-err v3.1.1 |
| 501 | 2025-09-18T23:15:30.502Z | Compiling strsim v0.11.1 |
| 502 | 2025-09-18T23:15:30.775Z | Compiling heck v0.4.1 |
| 503 | 2025-09-18T23:15:30.866Z | Compiling unicode-xid v0.2.6 |
| 504 | 2025-09-18T23:15:31.032Z | Compiling fastrand v2.1.1 |
| 505 | 2025-09-18T23:15:31.085Z | Compiling heck v0.5.0 |
| 506 | 2025-09-18T23:15:31.207Z | Compiling unicode-width v0.1.14 |
| 507 | 2025-09-18T23:15:31.536Z | Compiling anyhow v1.0.99 |
| 508 | 2025-09-18T23:15:31.566Z | Compiling synstructure v0.13.1 |
| 509 | 2025-09-18T23:15:31.654Z | Compiling clap_lex v0.7.4 |
| 510 | 2025-09-18T23:15:31.764Z | Compiling bytecount v0.6.8 |
| 511 | 2025-09-18T23:15:32.014Z | Compiling fnv v1.0.7 |
| 512 | 2025-09-18T23:15:32.126Z | Compiling clap_builder v4.5.41 |
| 513 | 2025-09-18T23:15:32.395Z | Compiling papergrid v0.11.0 |
| 514 | 2025-09-18T23:15:32.625Z | Compiling tempfile v3.20.0 |
| 515 | 2025-09-18T23:15:32.918Z | Compiling memmap v0.7.0 |
| 516 | 2025-09-18T23:15:32.944Z | Compiling unicode-width v0.2.0 |
| 517 | 2025-09-18T23:15:33.273Z | Compiling unicode-linebreak v0.1.5 |
| 518 | 2025-09-18T23:15:33.465Z | Compiling smawk v0.3.2 |
| 519 | 2025-09-18T23:15:33.489Z | Compiling camino-tempfile v1.4.1 |
| 520 | 2025-09-18T23:15:33.703Z | Compiling textwrap v0.16.2 |
| 521 | 2025-09-18T23:15:34.330Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 522 | 2025-09-18T23:15:34.729Z | Compiling swrite v0.1.0 |
| 523 | 2025-09-18T23:15:34.734Z | Compiling tabled_derive v0.7.0 |
| 524 | 2025-09-18T23:15:35.601Z | Compiling serde_derive v1.0.223 |
| 525 | 2025-09-18T23:15:35.626Z | Compiling zerofrom-derive v0.1.4 |
| 526 | 2025-09-18T23:15:35.679Z | Compiling yoke-derive v0.7.4 |
| 527 | 2025-09-18T23:15:35.742Z | Compiling zerovec-derive v0.10.3 |
| 528 | 2025-09-18T23:15:35.779Z | Compiling thiserror-impl v1.0.69 |
| 529 | 2025-09-18T23:15:36.263Z | Compiling displaydoc v0.2.5 |
| 530 | 2025-09-18T23:15:37.844Z | Compiling icu_provider_macros v1.5.0 |
| 531 | 2025-09-18T23:15:38.218Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2025-09-18T23:15:38.336Z | Compiling scroll_derive v0.12.0 |
| 533 | 2025-09-18T23:15:38.872Z | Compiling pest v2.7.14 |
| 534 | 2025-09-18T23:15:38.898Z | Compiling thiserror-impl v2.0.16 |
| 535 | 2025-09-18T23:15:39.018Z | Compiling zerofrom v0.1.4 |
| 536 | 2025-09-18T23:15:39.268Z | Compiling yoke v0.7.4 |
| 537 | 2025-09-18T23:15:39.654Z | Compiling zerovec v0.10.4 |
| 538 | 2025-09-18T23:15:39.697Z | Compiling clap_derive v4.5.41 |
| 539 | 2025-09-18T23:15:39.723Z | Compiling scroll v0.12.0 |
| 540 | 2025-09-18T23:15:40.309Z | Compiling zerocopy v0.7.35 |
| 541 | 2025-09-18T23:15:40.355Z | Compiling goblin v0.8.2 |
| 542 | 2025-09-18T23:15:41.185Z | Compiling tabled v0.15.0 |
| 543 | 2025-09-18T23:15:41.733Z | Compiling tinystr v0.7.6 |
| 544 | 2025-09-18T23:15:41.822Z | Compiling pest_meta v2.7.14 |
| 545 | 2025-09-18T23:15:41.922Z | Compiling icu_collections v1.5.0 |
| 546 | 2025-09-18T23:15:42.122Z | Compiling icu_locid v1.5.0 |
| 547 | 2025-09-18T23:15:43.176Z | Compiling pest_generator v2.7.14 |
| 548 | 2025-09-18T23:15:43.611Z | Compiling icu_provider v1.5.0 |
| 549 | 2025-09-18T23:15:44.085Z | Compiling clap v4.5.41 |
| 550 | 2025-09-18T23:15:44.228Z | Compiling serde_spanned v0.6.9 |
| 551 | 2025-09-18T23:15:44.361Z | Compiling icu_locid_transform v1.5.0 |
| 552 | 2025-09-18T23:15:44.395Z | Compiling toml_datetime v0.6.11 |
| 553 | 2025-09-18T23:15:44.495Z | Compiling dof v0.3.0 |
| 554 | 2025-09-18T23:15:44.594Z | Compiling serde_tokenstream v0.2.2 |
| 555 | 2025-09-18T23:15:44.927Z | Compiling toml_edit v0.22.27 |
| 556 | 2025-09-18T23:15:44.979Z | Compiling erased-serde v0.4.6 |
| 557 | 2025-09-18T23:15:45.224Z | Compiling serde-value v0.7.0 |
| 558 | 2025-09-18T23:15:46.062Z | Compiling icu_properties v1.5.1 |
| 559 | 2025-09-18T23:15:46.142Z | Compiling serde-untagged v0.1.7 |
| 560 | 2025-09-18T23:15:46.181Z | Compiling pest_derive v2.7.14 |
| 561 | 2025-09-18T23:15:46.184Z | Compiling cargo-platform v0.2.0 |
| 562 | 2025-09-18T23:15:46.723Z | Compiling macaddr v1.0.1 |
| 563 | 2025-09-18T23:15:47.054Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2025-09-18T23:15:48.253Z | Compiling toml v0.8.23 |
| 565 | 2025-09-18T23:15:48.921Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2025-09-18T23:15:48.921Z | Compiling usdt-macro v0.5.0 |
| 567 | 2025-09-18T23:15:49.132Z | Compiling cargo_toml v0.21.0 |
| 568 | 2025-09-18T23:15:49.575Z | Compiling icu_normalizer v1.5.0 |
| 569 | 2025-09-18T23:15:50.140Z | Compiling usdt v0.5.0 |
| 570 | 2025-09-18T23:15:50.298Z | Compiling idna_adapter v1.2.0 |
| 571 | 2025-09-18T23:15:50.467Z | Compiling idna v1.0.3 |
| 572 | 2025-09-18T23:15:50.873Z | Compiling url v2.5.4 |
| 573 | 2025-09-18T23:15:51.733Z | Compiling cargo-util-schemas v0.8.2 |
| 574 | 2025-09-18T23:15:53.224Z | Compiling cargo_metadata v0.21.0 |
| 575 | 2025-09-18T23:15:54.840Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 576 | 2025-09-18T23:15:58.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 577 | 2025-09-18T23:15:58.726Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 578 | 2025-09-18T23:15:59.486Z | Downloading crates ... |
| 579 | 2025-09-18T23:15:59.622Z | Downloaded addr2line v0.24.2 |
| 580 | 2025-09-18T23:15:59.628Z | Downloaded adler2 v2.0.0 |
| 581 | 2025-09-18T23:15:59.631Z | Downloaded cancel-safe-futures v0.1.5 |
| 582 | 2025-09-18T23:15:59.634Z | Downloaded crossbeam-epoch v0.9.18 |
| 583 | 2025-09-18T23:15:59.653Z | Downloaded aho-corasick v1.1.3 |
| 584 | 2025-09-18T23:15:59.660Z | Downloaded group v0.13.0 |
| 585 | 2025-09-18T23:15:59.670Z | Downloaded arrayvec v0.7.6 |
| 586 | 2025-09-18T23:15:59.674Z | Downloaded ahash v0.8.12 |
| 587 | 2025-09-18T23:15:59.677Z | Downloaded globwalk v0.9.1 |
| 588 | 2025-09-18T23:15:59.680Z | Downloaded array-init v0.0.4 |
| 589 | 2025-09-18T23:15:59.683Z | Downloaded half v2.4.1 |
| 590 | 2025-09-18T23:15:59.686Z | Downloaded ascii-canvas v3.0.0 |
| 591 | 2025-09-18T23:15:59.687Z | Downloaded crossterm v0.28.1 |
| 592 | 2025-09-18T23:15:59.695Z | Downloaded iana-time-zone v0.1.63 |
| 593 | 2025-09-18T23:15:59.698Z | Downloaded hostname v0.3.1 |
| 594 | 2025-09-18T23:15:59.705Z | Downloaded bit-set v0.5.3 |
| 595 | 2025-09-18T23:15:59.711Z | Downloaded ignore v0.4.23 |
| 596 | 2025-09-18T23:15:59.711Z | Downloaded httparse v1.9.5 |
| 597 | 2025-09-18T23:15:59.711Z | Downloaded bytes v1.10.1 |
| 598 | 2025-09-18T23:15:59.715Z | Downloaded indicatif v0.18.0 |
| 599 | 2025-09-18T23:15:59.721Z | Downloaded indoc v2.0.6 |
| 600 | 2025-09-18T23:15:59.727Z | Downloaded ingot v0.1.1 |
| 601 | 2025-09-18T23:15:59.730Z | Downloaded indexmap v1.9.3 |
| 602 | 2025-09-18T23:15:59.733Z | Downloaded hubpack_derive v0.1.1 |
| 603 | 2025-09-18T23:15:59.733Z | Downloaded http-range v0.1.5 |
| 604 | 2025-09-18T23:15:59.736Z | Downloaded async-recursion v1.1.1 |
| 605 | 2025-09-18T23:15:59.740Z | Downloaded hmac v0.12.1 |
| 606 | 2025-09-18T23:15:59.743Z | Downloaded atomic-waker v1.1.2 |
| 607 | 2025-09-18T23:15:59.746Z | Downloaded hyper-tls v0.6.0 |
| 608 | 2025-09-18T23:15:59.749Z | Downloaded ident_case v1.0.1 |
| 609 | 2025-09-18T23:15:59.749Z | Downloaded arrayref v0.3.9 |
| 610 | 2025-09-18T23:15:59.752Z | Downloaded bit-vec v0.6.3 |
| 611 | 2025-09-18T23:15:59.757Z | Downloaded is_ci v1.2.0 |
| 612 | 2025-09-18T23:15:59.762Z | Downloaded atty v0.2.14 |
| 613 | 2025-09-18T23:15:59.762Z | Downloaded hostname v0.4.0 |
| 614 | 2025-09-18T23:15:59.765Z | Downloaded hash32 v0.3.1 |
| 615 | 2025-09-18T23:15:59.765Z | Downloaded instant v0.1.13 |
| 616 | 2025-09-18T23:15:59.768Z | Downloaded bitflags v1.3.2 |
| 617 | 2025-09-18T23:15:59.771Z | Downloaded ciborium-io v0.2.2 |
| 618 | 2025-09-18T23:15:59.777Z | Downloaded atomicwrites v0.4.4 |
| 619 | 2025-09-18T23:15:59.778Z | Downloaded bitfield v0.14.0 |
| 620 | 2025-09-18T23:15:59.781Z | Downloaded assert_matches v1.5.0 |
| 621 | 2025-09-18T23:15:59.781Z | Downloaded lru-cache v0.1.2 |
| 622 | 2025-09-18T23:15:59.784Z | Downloaded libz-rs-sys v0.5.1 |
| 623 | 2025-09-18T23:15:59.784Z | Downloaded is-terminal v0.4.13 |
| 624 | 2025-09-18T23:15:59.787Z | Downloaded inout v0.1.3 |
| 625 | 2025-09-18T23:15:59.788Z | Downloaded heck v0.3.3 |
| 626 | 2025-09-18T23:15:59.790Z | Downloaded cfg_aliases v0.1.1 |
| 627 | 2025-09-18T23:15:59.790Z | Downloaded bit-set v0.8.0 |
| 628 | 2025-09-18T23:15:59.794Z | Downloaded crc8 v0.1.1 |
| 629 | 2025-09-18T23:15:59.797Z | Downloaded indicatif v0.17.11 |
| 630 | 2025-09-18T23:15:59.820Z | Downloaded russh-cryptovec v0.7.3 |
| 631 | 2025-09-18T23:15:59.824Z | Downloaded progenitor-client v0.8.0 |
| 632 | 2025-09-18T23:15:59.827Z | Downloaded libsw-core v0.3.1 |
| 633 | 2025-09-18T23:15:59.830Z | Downloaded home v0.5.9 |
| 634 | 2025-09-18T23:15:59.830Z | Downloaded hex-literal v0.4.1 |
| 635 | 2025-09-18T23:15:59.834Z | Downloaded camino-tempfile-ext v0.3.2 |
| 636 | 2025-09-18T23:15:59.838Z | Downloaded libefi-sys v0.1.0 |
| 637 | 2025-09-18T23:15:59.838Z | Downloaded managed v0.8.0 |
| 638 | 2025-09-18T23:15:59.841Z | Downloaded lockfree-object-pool v0.1.6 |
| 639 | 2025-09-18T23:15:59.846Z | Downloaded predicates-tree v1.0.12 |
| 640 | 2025-09-18T23:15:59.846Z | Downloaded lzss v0.8.2 |
| 641 | 2025-09-18T23:15:59.849Z | Downloaded lru v0.12.5 |
| 642 | 2025-09-18T23:15:59.849Z | Downloaded serde-big-array v0.5.1 |
| 643 | 2025-09-18T23:15:59.852Z | Downloaded sigpipe v0.1.3 |
| 644 | 2025-09-18T23:15:59.855Z | Downloaded rand_xorshift v0.4.0 |
| 645 | 2025-09-18T23:15:59.855Z | Downloaded convert_case v0.7.1 |
| 646 | 2025-09-18T23:15:59.858Z | Downloaded rand_seeder v0.4.0 |
| 647 | 2025-09-18T23:15:59.862Z | Downloaded constant_time_eq v0.3.1 |
| 648 | 2025-09-18T23:15:59.866Z | Downloaded time-core v0.1.2 |
| 649 | 2025-09-18T23:15:59.866Z | Downloaded lock_api v0.4.12 |
| 650 | 2025-09-18T23:15:59.869Z | Downloaded linear-map v1.2.0 |
| 651 | 2025-09-18T23:15:59.869Z | Downloaded ipnetwork v0.21.1 |
| 652 | 2025-09-18T23:15:59.872Z | Downloaded primeorder v0.13.6 |
| 653 | 2025-09-18T23:15:59.875Z | Downloaded ppv-lite86 v0.2.20 |
| 654 | 2025-09-18T23:15:59.875Z | Downloaded libloading v0.8.5 |
| 655 | 2025-09-18T23:15:59.879Z | Downloaded jobserver v0.1.32 |
| 656 | 2025-09-18T23:15:59.882Z | Downloaded hickory-client v0.25.2 |
| 657 | 2025-09-18T23:15:59.885Z | Downloaded secrecy v0.10.3 |
| 658 | 2025-09-18T23:15:59.888Z | Downloaded ingot-macros v0.1.1 |
| 659 | 2025-09-18T23:15:59.888Z | Downloaded cargo_metadata v0.18.1 |
| 660 | 2025-09-18T23:15:59.891Z | Downloaded globset v0.4.15 |
| 661 | 2025-09-18T23:15:59.894Z | Downloaded proc-macro-crate v1.3.1 |
| 662 | 2025-09-18T23:15:59.894Z | Downloaded aes v0.8.4 |
| 663 | 2025-09-18T23:15:59.899Z | Downloaded want v0.3.1 |
| 664 | 2025-09-18T23:15:59.902Z | Downloaded crossbeam-deque v0.8.5 |
| 665 | 2025-09-18T23:15:59.905Z | Downloaded const_format_proc_macros v0.2.34 |
| 666 | 2025-09-18T23:15:59.908Z | Downloaded void v1.0.2 |
| 667 | 2025-09-18T23:15:59.908Z | Downloaded subtle v2.6.1 |
| 668 | 2025-09-18T23:15:59.911Z | Downloaded simd-adler32 v0.3.7 |
| 669 | 2025-09-18T23:15:59.914Z | Downloaded signature v2.2.0 |
| 670 | 2025-09-18T23:15:59.914Z | Downloaded termtree v0.5.1 |
| 671 | 2025-09-18T23:15:59.917Z | Downloaded tagptr v0.2.0 |
| 672 | 2025-09-18T23:15:59.920Z | Downloaded ssh-encoding v0.2.0 |
| 673 | 2025-09-18T23:15:59.923Z | Downloaded xshell-macros v0.2.7 |
| 674 | 2025-09-18T23:15:59.923Z | Downloaded colored v2.2.0 |
| 675 | 2025-09-18T23:15:59.926Z | Downloaded supports-color v3.0.2 |
| 676 | 2025-09-18T23:15:59.929Z | Downloaded tokio-macros v2.5.0 |
| 677 | 2025-09-18T23:15:59.929Z | Downloaded tokio-dtrace v0.1.0 |
| 678 | 2025-09-18T23:15:59.932Z | Downloaded const-oid v0.9.6 |
| 679 | 2025-09-18T23:15:59.935Z | Downloaded support-bundle-viewer v0.1.2 |
| 680 | 2025-09-18T23:15:59.936Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 681 | 2025-09-18T23:15:59.939Z | Downloaded time-macros v0.2.18 |
| 682 | 2025-09-18T23:15:59.942Z | Downloaded typify-macro v0.2.0 |
| 683 | 2025-09-18T23:15:59.942Z | Downloaded utf-8 v0.7.6 |
| 684 | 2025-09-18T23:15:59.945Z | Downloaded signal-hook-tokio v0.3.1 |
| 685 | 2025-09-18T23:15:59.948Z | Downloaded crossbeam-utils v0.8.21 |
| 686 | 2025-09-18T23:15:59.951Z | Downloaded foreign-types-shared v0.3.1 |
| 687 | 2025-09-18T23:15:59.951Z | Downloaded foreign-types-shared v0.1.1 |
| 688 | 2025-09-18T23:15:59.954Z | Downloaded endian-type v0.1.2 |
| 689 | 2025-09-18T23:15:59.954Z | Downloaded strum v0.27.2 |
| 690 | 2025-09-18T23:15:59.957Z | Downloaded serde_derive_internals v0.29.1 |
| 691 | 2025-09-18T23:15:59.960Z | Downloaded crc-any v2.5.0 |
| 692 | 2025-09-18T23:15:59.963Z | Downloaded hashbrown v0.13.2 |
| 693 | 2025-09-18T23:15:59.966Z | Downloaded parse-display v0.10.0 |
| 694 | 2025-09-18T23:15:59.969Z | Downloaded zeroize v1.8.1 |
| 695 | 2025-09-18T23:15:59.969Z | Downloaded num-conv v0.1.0 |
| 696 | 2025-09-18T23:15:59.973Z | Downloaded progenitor-impl v0.8.0 |
| 697 | 2025-09-18T23:15:59.976Z | Downloaded opaque-debug v0.3.1 |
| 698 | 2025-09-18T23:15:59.976Z | Downloaded sqlformat v0.3.5 |
| 699 | 2025-09-18T23:15:59.979Z | Downloaded embedded-io v0.4.0 |
| 700 | 2025-09-18T23:15:59.984Z | Downloaded deranged v0.3.11 |
| 701 | 2025-09-18T23:15:59.987Z | Downloaded vergen v8.3.2 |
| 702 | 2025-09-18T23:15:59.990Z | Downloaded either v1.15.0 |
| 703 | 2025-09-18T23:15:59.990Z | Downloaded phf_shared v0.12.1 |
| 704 | 2025-09-18T23:15:59.993Z | Downloaded foreign-types-macros v0.2.3 |
| 705 | 2025-09-18T23:15:59.993Z | Downloaded parse-size v1.1.0 |
| 706 | 2025-09-18T23:15:59.996Z | Downloaded term v0.7.0 |
| 707 | 2025-09-18T23:15:59.999Z | Downloaded mime v0.3.17 |
| 708 | 2025-09-18T23:16:00.002Z | Downloaded ron v0.7.1 |
| 709 | 2025-09-18T23:16:00.007Z | Downloaded olpc-cjson v0.1.4 |
| 710 | 2025-09-18T23:16:00.010Z | Downloaded num_enum_derive v0.5.11 |
| 711 | 2025-09-18T23:16:00.013Z | Downloaded fs-err v2.11.0 |
| 712 | 2025-09-18T23:16:00.013Z | Downloaded yasna v0.5.2 |
| 713 | 2025-09-18T23:16:00.016Z | Downloaded serde_cbor v0.11.2 |
| 714 | 2025-09-18T23:16:00.020Z | Downloaded progenitor-client v0.9.1 |
| 715 | 2025-09-18T23:16:00.023Z | Downloaded rtoolbox v0.0.2 |
| 716 | 2025-09-18T23:16:00.026Z | Downloaded zeroize_derive v1.4.2 |
| 717 | 2025-09-18T23:16:00.026Z | Downloaded embedded-io v0.6.1 |
| 718 | 2025-09-18T23:16:00.029Z | Downloaded cc v1.2.30 |
| 719 | 2025-09-18T23:16:00.032Z | Downloaded ghash v0.5.1 |
| 720 | 2025-09-18T23:16:00.035Z | Downloaded foreign-types v0.5.0 |
| 721 | 2025-09-18T23:16:00.038Z | Downloaded getrandom v0.2.15 |
| 722 | 2025-09-18T23:16:00.041Z | Downloaded derive-ex v0.1.8 |
| 723 | 2025-09-18T23:16:00.044Z | Downloaded try-lock v0.2.5 |
| 724 | 2025-09-18T23:16:00.044Z | Downloaded mime_guess v2.0.5 |
| 725 | 2025-09-18T23:16:00.047Z | Downloaded testing_table v0.3.0 |
| 726 | 2025-09-18T23:16:00.047Z | Downloaded der_derive v0.7.3 |
| 727 | 2025-09-18T23:16:00.050Z | Downloaded progenitor-impl v0.9.1 |
| 728 | 2025-09-18T23:16:00.054Z | Downloaded zone_cfg_derive v0.1.2 |
| 729 | 2025-09-18T23:16:00.058Z | Downloaded predicates-core v1.0.8 |
| 730 | 2025-09-18T23:16:00.058Z | Downloaded omicron-zone-package v0.12.2 |
| 731 | 2025-09-18T23:16:00.061Z | Downloaded rusty-fork v0.3.0 |
| 732 | 2025-09-18T23:16:00.064Z | Downloaded crucible-workspace-hack v0.1.0 |
| 733 | 2025-09-18T23:16:00.064Z | Downloaded rustversion v1.0.17 |
| 734 | 2025-09-18T23:16:00.067Z | Downloaded rustls-pemfile v1.0.4 |
| 735 | 2025-09-18T23:16:00.070Z | Downloaded progenitor-macro v0.10.0 |
| 736 | 2025-09-18T23:16:00.073Z | Downloaded progenitor-macro v0.9.1 |
| 737 | 2025-09-18T23:16:00.076Z | Downloaded siphasher v0.3.11 |
| 738 | 2025-09-18T23:16:00.076Z | Downloaded signal-hook-mio v0.2.4 |
| 739 | 2025-09-18T23:16:00.079Z | Downloaded strip-ansi-escapes v0.2.0 |
| 740 | 2025-09-18T23:16:00.082Z | Downloaded crossbeam-channel v0.5.15 |
| 741 | 2025-09-18T23:16:00.086Z | Downloaded thread_local v1.1.8 |
| 742 | 2025-09-18T23:16:00.089Z | Downloaded proc-macro-error2 v2.0.1 |
| 743 | 2025-09-18T23:16:00.092Z | Downloaded parse-display-derive v0.10.0 |
| 744 | 2025-09-18T23:16:00.095Z | Downloaded typify-macro v0.3.0 |
| 745 | 2025-09-18T23:16:00.095Z | Downloaded predicates v3.1.3 |
| 746 | 2025-09-18T23:16:00.098Z | Downloaded diff v0.1.13 |
| 747 | 2025-09-18T23:16:00.101Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2025-09-18T23:16:00.104Z | Downloaded tokio-tungstenite v0.23.1 |
| 749 | 2025-09-18T23:16:00.107Z | Downloaded wyz v0.5.1 |
| 750 | 2025-09-18T23:16:00.110Z | Downloaded untrusted v0.7.1 |
| 751 | 2025-09-18T23:16:00.110Z | Downloaded progenitor v0.11.0 |
| 752 | 2025-09-18T23:16:00.114Z | Downloaded poly1305 v0.8.0 |
| 753 | 2025-09-18T23:16:00.117Z | Downloaded num_threads v0.1.7 |
| 754 | 2025-09-18T23:16:00.120Z | Downloaded untrusted v0.9.0 |
| 755 | 2025-09-18T23:16:00.123Z | Downloaded enum-as-inner v0.6.1 |
| 756 | 2025-09-18T23:16:00.126Z | Downloaded pretty-hex v0.2.1 |
| 757 | 2025-09-18T23:16:00.126Z | Downloaded dyn-clone v1.0.20 |
| 758 | 2025-09-18T23:16:00.130Z | Downloaded elliptic-curve v0.13.8 |
| 759 | 2025-09-18T23:16:00.133Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 760 | 2025-09-18T23:16:00.136Z | Downloaded flagset v0.4.6 |
| 761 | 2025-09-18T23:16:00.139Z | Downloaded thiserror-no-std v2.0.2 |
| 762 | 2025-09-18T23:16:00.144Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 763 | 2025-09-18T23:16:00.147Z | Downloaded nanorand v0.7.0 |
| 764 | 2025-09-18T23:16:00.151Z | Downloaded ff v0.13.0 |
| 765 | 2025-09-18T23:16:00.154Z | Downloaded nodrop v0.1.14 |
| 766 | 2025-09-18T23:16:00.154Z | Downloaded samael v0.0.19 |
| 767 | 2025-09-18T23:16:00.160Z | Downloaded pbkdf2 v0.12.2 |
| 768 | 2025-09-18T23:16:00.163Z | Downloaded pbkdf2 v0.11.0 |
| 769 | 2025-09-18T23:16:00.167Z | Downloaded sqlparser_derive v0.2.2 |
| 770 | 2025-09-18T23:16:00.170Z | Downloaded serde_repr v0.1.19 |
| 771 | 2025-09-18T23:16:00.173Z | Downloaded polyval v0.6.2 |
| 772 | 2025-09-18T23:16:00.178Z | Downloaded ref-cast-impl v1.0.24 |
| 773 | 2025-09-18T23:16:00.178Z | Downloaded progenitor v0.8.0 |
| 774 | 2025-09-18T23:16:00.183Z | Downloaded num-integer v0.1.46 |
| 775 | 2025-09-18T23:16:00.183Z | Downloaded num_enum v0.5.11 |
| 776 | 2025-09-18T23:16:00.186Z | Downloaded phf_shared v0.11.2 |
| 777 | 2025-09-18T23:16:00.189Z | Downloaded phf v0.12.1 |
| 778 | 2025-09-18T23:16:00.190Z | Downloaded zone_cfg_derive v0.3.0 |
| 779 | 2025-09-18T23:16:00.190Z | Downloaded quinn-udp v0.5.5 |
| 780 | 2025-09-18T23:16:00.192Z | Downloaded toml_edit v0.19.15 |
| 781 | 2025-09-18T23:16:00.207Z | Downloaded foreign-types v0.3.2 |
| 782 | 2025-09-18T23:16:00.211Z | Downloaded iri-string v0.7.8 |
| 783 | 2025-09-18T23:16:00.216Z | Downloaded match_cfg v0.1.0 |
| 784 | 2025-09-18T23:16:00.220Z | Downloaded serde_spanned v1.0.0 |
| 785 | 2025-09-18T23:16:00.220Z | Downloaded serde_plain v1.0.2 |
| 786 | 2025-09-18T23:16:00.223Z | Downloaded md5 v0.7.0 |
| 787 | 2025-09-18T23:16:00.226Z | Downloaded fxhash v0.2.1 |
| 788 | 2025-09-18T23:16:00.226Z | Downloaded termios v0.3.3 |
| 789 | 2025-09-18T23:16:00.230Z | Downloaded tap v1.0.1 |
| 790 | 2025-09-18T23:16:00.233Z | Downloaded normalize-line-endings v0.3.0 |
| 791 | 2025-09-18T23:16:00.233Z | Downloaded tiny-keccak v2.0.2 |
| 792 | 2025-09-18T23:16:00.236Z | Downloaded peg v0.8.5 |
| 793 | 2025-09-18T23:16:00.239Z | Downloaded postgres-types v0.2.9 |
| 794 | 2025-09-18T23:16:00.242Z | Downloaded derive-where v1.5.0 |
| 795 | 2025-09-18T23:16:00.246Z | Downloaded progenitor-impl v0.10.0 |
| 796 | 2025-09-18T23:16:00.249Z | Downloaded zerocopy-derive v0.8.26 |
| 797 | 2025-09-18T23:16:00.258Z | Downloaded defmt-macros v0.3.9 |
| 798 | 2025-09-18T23:16:00.262Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 799 | 2025-09-18T23:16:00.265Z | Downloaded dsl_auto_type v0.1.2 |
| 800 | 2025-09-18T23:16:00.266Z | Downloaded rustc-hash v1.1.0 |
| 801 | 2025-09-18T23:16:00.266Z | Downloaded fixedbitset v0.4.2 |
| 802 | 2025-09-18T23:16:00.270Z | Downloaded float-ord v0.3.2 |
| 803 | 2025-09-18T23:16:00.270Z | Downloaded document-features v0.2.11 |
| 804 | 2025-09-18T23:16:00.274Z | Downloaded strum v0.26.3 |
| 805 | 2025-09-18T23:16:00.274Z | Downloaded md-5 v0.10.6 |
| 806 | 2025-09-18T23:16:00.277Z | Downloaded termcolor v1.4.1 |
| 807 | 2025-09-18T23:16:00.277Z | Downloaded term v1.1.0 |
| 808 | 2025-09-18T23:16:00.281Z | Downloaded darling_macro v0.20.10 |
| 809 | 2025-09-18T23:16:00.285Z | Downloaded tower-service v0.3.3 |
| 810 | 2025-09-18T23:16:00.285Z | Downloaded unarray v0.1.4 |
| 811 | 2025-09-18T23:16:00.285Z | Downloaded darling_macro v0.21.0 |
| 812 | 2025-09-18T23:16:00.288Z | Downloaded flume v0.11.1 |
| 813 | 2025-09-18T23:16:00.293Z | Downloaded oxnet v0.1.3 |
| 814 | 2025-09-18T23:16:00.297Z | Downloaded radium v0.7.0 |
| 815 | 2025-09-18T23:16:00.297Z | Downloaded zstd-safe v7.2.3 |
| 816 | 2025-09-18T23:16:00.300Z | Downloaded mio v1.0.2 |
| 817 | 2025-09-18T23:16:00.305Z | Downloaded quick-error v1.2.3 |
| 818 | 2025-09-18T23:16:00.310Z | Downloaded pin-utils v0.1.0 |
| 819 | 2025-09-18T23:16:00.313Z | Downloaded sec1 v0.7.3 |
| 820 | 2025-09-18T23:16:00.313Z | Downloaded pin-project-lite v0.2.14 |
| 821 | 2025-09-18T23:16:00.318Z | Downloaded rfc6979 v0.4.0 |
| 822 | 2025-09-18T23:16:00.321Z | Downloaded slog-dtrace v0.3.0 |
| 823 | 2025-09-18T23:16:00.324Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2025-09-18T23:16:00.324Z | Downloaded path-slash v0.1.5 |
| 825 | 2025-09-18T23:16:00.329Z | Downloaded shell-words v1.1.0 |
| 826 | 2025-09-18T23:16:00.329Z | Downloaded strum_macros v0.24.3 |
| 827 | 2025-09-18T23:16:00.332Z | Downloaded structmeta-derive v0.3.0 |
| 828 | 2025-09-18T23:16:00.332Z | Downloaded slog-envlogger v2.2.0 |
| 829 | 2025-09-18T23:16:00.335Z | Downloaded peg-macros v0.8.5 |
| 830 | 2025-09-18T23:16:00.338Z | Downloaded itertools v0.13.0 |
| 831 | 2025-09-18T23:16:00.344Z | Downloaded crunchy v0.2.2 |
| 832 | 2025-09-18T23:16:00.347Z | Downloaded scrypt v0.11.0 |
| 833 | 2025-09-18T23:16:00.347Z | Downloaded stringprep v0.1.5 |
| 834 | 2025-09-18T23:16:00.350Z | Downloaded num-derive v0.4.2 |
| 835 | 2025-09-18T23:16:00.350Z | Downloaded daft v0.1.4 |
| 836 | 2025-09-18T23:16:00.354Z | Downloaded filetime v0.2.25 |
| 837 | 2025-09-18T23:16:00.357Z | Downloaded minimal-lexical v0.2.1 |
| 838 | 2025-09-18T23:16:00.360Z | Downloaded darling v0.20.10 |
| 839 | 2025-09-18T23:16:00.364Z | Downloaded rustc-demangle v0.1.24 |
| 840 | 2025-09-18T23:16:00.367Z | Downloaded num-derive v0.3.3 |
| 841 | 2025-09-18T23:16:00.370Z | Downloaded pem-rfc7468 v0.7.0 |
| 842 | 2025-09-18T23:16:00.374Z | Downloaded tough v0.20.0 |
| 843 | 2025-09-18T23:16:00.381Z | Downloaded take_mut v0.2.2 |
| 844 | 2025-09-18T23:16:00.384Z | Downloaded xattr v1.3.1 |
| 845 | 2025-09-18T23:16:00.387Z | Downloaded tokio-native-tls v0.3.1 |
| 846 | 2025-09-18T23:16:00.390Z | Downloaded snafu v0.8.5 |
| 847 | 2025-09-18T23:16:00.394Z | Downloaded p256 v0.13.2 |
| 848 | 2025-09-18T23:16:00.399Z | Downloaded newline-converter v0.3.0 |
| 849 | 2025-09-18T23:16:00.402Z | Downloaded new_debug_unreachable v1.0.6 |
| 850 | 2025-09-18T23:16:00.405Z | Downloaded quinn v0.11.5 |
| 851 | 2025-09-18T23:16:00.409Z | Downloaded darling v0.21.0 |
| 852 | 2025-09-18T23:16:00.413Z | Downloaded float-cmp v0.10.0 |
| 853 | 2025-09-18T23:16:00.418Z | Downloaded ron v0.8.1 |
| 854 | 2025-09-18T23:16:00.421Z | Downloaded fd-lock v4.0.2 |
| 855 | 2025-09-18T23:16:00.425Z | Downloaded pin-project-internal v1.1.6 |
| 856 | 2025-09-18T23:16:00.428Z | Downloaded slog-json v2.6.1 |
| 857 | 2025-09-18T23:16:00.428Z | Downloaded num v0.4.3 |
| 858 | 2025-09-18T23:16:00.431Z | Downloaded nibble_vec v0.1.0 |
| 859 | 2025-09-18T23:16:00.431Z | Downloaded precomputed-hash v0.1.1 |
| 860 | 2025-09-18T23:16:00.435Z | Downloaded slog-bunyan v2.5.0 |
| 861 | 2025-09-18T23:16:00.435Z | Downloaded slog-async v2.8.0 |
| 862 | 2025-09-18T23:16:00.438Z | Downloaded openssl-macros v0.1.1 |
| 863 | 2025-09-18T23:16:00.438Z | Downloaded slab v0.4.9 |
| 864 | 2025-09-18T23:16:00.442Z | Downloaded tokio-rustls v0.24.1 |
| 865 | 2025-09-18T23:16:00.442Z | Downloaded tls_codec_derive v0.4.1 |
| 866 | 2025-09-18T23:16:00.445Z | Downloaded serde_with_macros v3.14.0 |
| 867 | 2025-09-18T23:16:00.448Z | Downloaded password-hash v0.4.2 |
| 868 | 2025-09-18T23:16:00.451Z | Downloaded scheduled-thread-pool v0.2.7 |
| 869 | 2025-09-18T23:16:00.452Z | Downloaded tabwriter v1.4.0 |
| 870 | 2025-09-18T23:16:00.455Z | Downloaded funty v2.0.0 |
| 871 | 2025-09-18T23:16:00.455Z | Downloaded env_filter v0.1.2 |
| 872 | 2025-09-18T23:16:00.458Z | Downloaded quinn-proto v0.11.8 |
| 873 | 2025-09-18T23:16:00.462Z | Downloaded tinyvec_macros v0.1.1 |
| 874 | 2025-09-18T23:16:00.466Z | Downloaded fixedbitset v0.5.7 |
| 875 | 2025-09-18T23:16:00.470Z | Downloaded diesel-dtrace v0.4.2 |
| 876 | 2025-09-18T23:16:00.473Z | Downloaded defmt v0.3.8 |
| 877 | 2025-09-18T23:16:00.476Z | Downloaded tower-layer v0.3.3 |
| 878 | 2025-09-18T23:16:00.476Z | Downloaded pkg-config v0.3.31 |
| 879 | 2025-09-18T23:16:00.482Z | Downloaded schemars_derive v0.8.22 |
| 880 | 2025-09-18T23:16:00.482Z | Downloaded rustc-hash v2.1.1 |
| 881 | 2025-09-18T23:16:00.486Z | Downloaded waitgroup v0.1.2 |
| 882 | 2025-09-18T23:16:00.486Z | Downloaded newtype_derive v0.1.6 |
| 883 | 2025-09-18T23:16:00.486Z | Downloaded unicode-truncate v1.1.0 |
| 884 | 2025-09-18T23:16:00.486Z | Downloaded multimap v0.10.1 |
| 885 | 2025-09-18T23:16:00.490Z | Downloaded fallible-iterator v0.2.0 |
| 886 | 2025-09-18T23:16:00.491Z | Downloaded wait-timeout v0.2.0 |
| 887 | 2025-09-18T23:16:00.494Z | Downloaded slog-stdlog v4.1.1 |
| 888 | 2025-09-18T23:16:00.494Z | Downloaded debug-ignore v1.0.5 |
| 889 | 2025-09-18T23:16:00.498Z | Downloaded darling_core v0.21.0 |
| 890 | 2025-09-18T23:16:00.501Z | Downloaded darling_core v0.20.10 |
| 891 | 2025-09-18T23:16:00.505Z | Downloaded derive_builder_macro v0.20.2 |
| 892 | 2025-09-18T23:16:00.508Z | Downloaded cstr-argument v0.1.2 |
| 893 | 2025-09-18T23:16:00.508Z | Downloaded openssl-probe v0.1.5 |
| 894 | 2025-09-18T23:16:00.511Z | Downloaded sync_wrapper v1.0.1 |
| 895 | 2025-09-18T23:16:00.511Z | Downloaded postcard v1.0.10 |
| 896 | 2025-09-18T23:16:00.514Z | Downloaded data-encoding v2.9.0 |
| 897 | 2025-09-18T23:16:00.518Z | Downloaded unicode-bidi v0.3.17 |
| 898 | 2025-09-18T23:16:00.518Z | Downloaded derive_builder v0.20.2 |
| 899 | 2025-09-18T23:16:00.527Z | Downloaded sync-ptr v0.1.4 |
| 900 | 2025-09-18T23:16:00.530Z | Downloaded owo-colors v4.2.2 |
| 901 | 2025-09-18T23:16:00.530Z | Downloaded powerfmt v0.2.0 |
| 902 | 2025-09-18T23:16:00.530Z | Downloaded fs_extra v1.3.0 |
| 903 | 2025-09-18T23:16:00.533Z | Downloaded newtype-uuid v1.2.4 |
| 904 | 2025-09-18T23:16:00.536Z | Downloaded scopeguard v1.2.0 |
| 905 | 2025-09-18T23:16:00.536Z | Downloaded slog-term v2.9.2 |
| 906 | 2025-09-18T23:16:00.539Z | Downloaded env_logger v0.11.5 |
| 907 | 2025-09-18T23:16:00.542Z | Downloaded derive_builder_core v0.20.2 |
| 908 | 2025-09-18T23:16:00.545Z | Downloaded universal-hash v0.5.1 |
| 909 | 2025-09-18T23:16:00.545Z | Downloaded futures-task v0.3.31 |
| 910 | 2025-09-18T23:16:00.548Z | Downloaded steno v0.4.1 |
| 911 | 2025-09-18T23:16:00.551Z | Downloaded tracing v0.1.40 |
| 912 | 2025-09-18T23:16:00.554Z | Downloaded futures-macro v0.3.31 |
| 913 | 2025-09-18T23:16:00.557Z | Downloaded bindgen v0.71.1 |
| 914 | 2025-09-18T23:16:00.565Z | Downloaded flate2 v1.1.2 |
| 915 | 2025-09-18T23:16:00.568Z | Downloaded tabled_derive v0.10.0 |
| 916 | 2025-09-18T23:16:00.571Z | Downloaded same-file v1.0.6 |
| 917 | 2025-09-18T23:16:00.574Z | Downloaded bindgen v0.69.5 |
| 918 | 2025-09-18T23:16:00.579Z | Downloaded which v4.4.2 |
| 919 | 2025-09-18T23:16:00.582Z | Downloaded futures-sink v0.3.31 |
| 920 | 2025-09-18T23:16:00.582Z | Downloaded ref-cast v1.0.24 |
| 921 | 2025-09-18T23:16:00.585Z | Downloaded rustc_version v0.1.7 |
| 922 | 2025-09-18T23:16:00.588Z | Downloaded toml v0.9.5 |
| 923 | 2025-09-18T23:16:00.592Z | Downloaded whoami v1.5.2 |
| 924 | 2025-09-18T23:16:00.595Z | Downloaded serde_yaml v0.9.34+deprecated |
| 925 | 2025-09-18T23:16:00.598Z | Downloaded lalrpop v0.19.12 |
| 926 | 2025-09-18T23:16:00.610Z | Downloaded env_logger v0.10.2 |
| 927 | 2025-09-18T23:16:00.613Z | Downloaded vte v0.11.1 |
| 928 | 2025-09-18T23:16:00.618Z | Downloaded diesel_derives v2.2.3 |
| 929 | 2025-09-18T23:16:00.621Z | Downloaded oso v0.27.3 |
| 930 | 2025-09-18T23:16:00.625Z | Downloaded crypto-bigint v0.5.5 |
| 931 | 2025-09-18T23:16:00.629Z | Downloaded toml v0.7.8 |
| 932 | 2025-09-18T23:16:00.633Z | Downloaded slog-scope v4.4.0 |
| 933 | 2025-09-18T23:16:00.636Z | Downloaded tinyvec v1.8.0 |
| 934 | 2025-09-18T23:16:00.639Z | Downloaded unsafe-libyaml v0.2.11 |
| 935 | 2025-09-18T23:16:00.642Z | Downloaded rcgen v0.12.1 |
| 936 | 2025-09-18T23:16:00.645Z | Downloaded rayon-core v1.12.1 |
| 937 | 2025-09-18T23:16:00.648Z | Downloaded futures v0.3.31 |
| 938 | 2025-09-18T23:16:00.654Z | Downloaded unicode-properties v0.1.3 |
| 939 | 2025-09-18T23:16:00.658Z | Downloaded fatfs v0.3.6 |
| 940 | 2025-09-18T23:16:00.660Z | Downloaded slog v2.7.0 |
| 941 | 2025-09-18T23:16:00.664Z | Downloaded prefix-trie v0.7.0 |
| 942 | 2025-09-18T23:16:00.668Z | Downloaded schemars v0.8.22 |
| 943 | 2025-09-18T23:16:00.679Z | Downloaded prettyplease v0.2.36 |
| 944 | 2025-09-18T23:16:00.682Z | Downloaded radix_trie v0.2.1 |
| 945 | 2025-09-18T23:16:00.687Z | Downloaded crossterm v0.29.0 |
| 946 | 2025-09-18T23:16:00.694Z | Downloaded unicode-segmentation v1.12.0 |
| 947 | 2025-09-18T23:16:00.697Z | Downloaded num-bigint-dig v0.8.4 |
| 948 | 2025-09-18T23:16:00.702Z | Downloaded proptest v1.7.0 |
| 949 | 2025-09-18T23:16:00.711Z | Downloaded rand v0.8.5 |
| 950 | 2025-09-18T23:16:00.726Z | Downloaded unicode_categories v0.1.1 |
| 951 | 2025-09-18T23:16:00.730Z | Downloaded winnow v0.6.26 |
| 952 | 2025-09-18T23:16:00.730Z | Downloaded derive_more-impl v2.0.1 |
| 953 | 2025-09-18T23:16:00.733Z | Downloaded tokio-util v0.7.15 |
| 954 | 2025-09-18T23:16:00.741Z | Downloaded derive_more v2.0.1 |
| 955 | 2025-09-18T23:16:00.751Z | Downloaded expectorate v1.2.0 |
| 956 | 2025-09-18T23:16:00.755Z | Downloaded futures-util v0.3.31 |
| 957 | 2025-09-18T23:16:00.767Z | Downloaded quick-xml v0.37.2 |
| 958 | 2025-09-18T23:16:00.773Z | Downloaded zerocopy v0.8.26 |
| 959 | 2025-09-18T23:16:00.795Z | Downloaded bstr v1.10.0 |
| 960 | 2025-09-18T23:16:00.805Z | Downloaded moka v0.12.10 |
| 961 | 2025-09-18T23:16:00.816Z | Downloaded tower-http v0.6.6 |
| 962 | 2025-09-18T23:16:00.825Z | Downloaded vcpkg v0.2.15 |
| 963 | 2025-09-18T23:16:00.864Z | Downloaded tabled v0.20.0 |
| 964 | 2025-09-18T23:16:00.882Z | Downloaded portable-atomic v1.11.0 |
| 965 | 2025-09-18T23:16:00.889Z | Downloaded nix v0.27.1 |
| 966 | 2025-09-18T23:16:00.900Z | Downloaded openssl v0.10.73 |
| 967 | 2025-09-18T23:16:00.910Z | Downloaded object v0.36.5 |
| 968 | 2025-09-18T23:16:00.923Z | Downloaded winnow v0.5.40 |
| 969 | 2025-09-18T23:16:00.931Z | Downloaded petname v2.0.2 |
| 970 | 2025-09-18T23:16:00.936Z | Downloaded git2 v0.19.0 |
| 971 | 2025-09-18T23:16:00.945Z | Downloaded smoltcp v0.9.1 |
| 972 | 2025-09-18T23:16:00.955Z | Downloaded nix v0.28.0 |
| 973 | 2025-09-18T23:16:00.967Z | Downloaded nix v0.29.0 |
| 974 | 2025-09-18T23:16:00.979Z | Downloaded reqwest v0.12.22 |
| 975 | 2025-09-18T23:16:00.988Z | Downloaded dropshot v0.16.4 |
| 976 | 2025-09-18T23:16:01.010Z | Downloaded openapiv3 v2.2.0 |
| 977 | 2025-09-18T23:16:01.021Z | Downloaded typify-impl v0.2.0 |
| 978 | 2025-09-18T23:16:01.034Z | Downloaded tabled v0.18.0 |
| 979 | 2025-09-18T23:16:01.052Z | Downloaded regex-syntax v0.6.29 |
| 980 | 2025-09-18T23:16:01.059Z | Downloaded nix v0.30.1 |
| 981 | 2025-09-18T23:16:01.070Z | Downloaded regex v1.11.1 |
| 982 | 2025-09-18T23:16:01.084Z | Downloaded object v0.30.4 |
| 983 | 2025-09-18T23:16:01.094Z | Downloaded diesel v2.2.12 |
| 984 | 2025-09-18T23:16:01.113Z | Downloaded regress v0.10.4 |
| 985 | 2025-09-18T23:16:01.121Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 986 | 2025-09-18T23:16:01.132Z | Downloaded typify-impl v0.4.3 |
| 987 | 2025-09-18T23:16:01.146Z | Downloaded typify-impl v0.3.0 |
| 988 | 2025-09-18T23:16:01.160Z | Downloaded ratatui v0.29.0 |
| 989 | 2025-09-18T23:16:01.178Z | Downloaded regex-syntax v0.8.5 |
| 990 | 2025-09-18T23:16:01.185Z | Downloaded zerocopy-derive v0.6.6 |
| 991 | 2025-09-18T23:16:01.195Z | Downloaded smoltcp v0.11.0 |
| 992 | 2025-09-18T23:16:01.207Z | Downloaded hickory-proto v0.24.4 |
| 993 | 2025-09-18T23:16:01.222Z | Downloaded sled v0.34.7 |
| 994 | 2025-09-18T23:16:01.231Z | Downloaded rustls v0.23.19 |
| 995 | 2025-09-18T23:16:01.242Z | Downloaded chrono-tz v0.10.4 |
| 996 | 2025-09-18T23:16:01.258Z | Downloaded curve25519-dalek v4.1.3 |
| 997 | 2025-09-18T23:16:01.266Z | Downloaded hickory-proto v0.25.2 |
| 998 | 2025-09-18T23:16:01.281Z | Downloaded lzma-sys v0.1.20 |
| 999 | 2025-09-18T23:16:01.307Z | Downloaded reedline v0.40.0 |
| 1000 | 2025-09-18T23:16:01.314Z | Downloaded regex-automata v0.4.8 |
| 1001 | 2025-09-18T23:16:01.329Z | Downloaded jiff v0.2.15 |
| 1002 | 2025-09-18T23:16:01.344Z | Downloaded rayon v1.10.0 |
| 1003 | 2025-09-18T23:16:01.352Z | Downloaded petgraph v0.8.2 |
| 1004 | 2025-09-18T23:16:01.372Z | Downloaded serde_with v3.14.0 |
| 1005 | 2025-09-18T23:16:01.382Z | Downloaded petgraph v0.6.5 |
| 1006 | 2025-09-18T23:16:01.399Z | Downloaded libz-sys v1.1.20 |
| 1007 | 2025-09-18T23:16:01.417Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1008 | 2025-09-18T23:16:01.433Z | Downloaded tokio v1.47.0 |
| 1009 | 2025-09-18T23:16:01.466Z | Downloaded sha3 v0.10.8 |
| 1010 | 2025-09-18T23:16:01.471Z | Downloaded csv v1.3.1 |
| 1011 | 2025-09-18T23:16:01.488Z | Downloaded gimli v0.31.1 |
| 1012 | 2025-09-18T23:16:01.495Z | Downloaded p384 v0.13.0 |
| 1013 | 2025-09-18T23:16:01.500Z | Downloaded polar-core v0.27.3 |
| 1014 | 2025-09-18T23:16:01.508Z | Downloaded rustls v0.22.4 |
| 1015 | 2025-09-18T23:16:01.519Z | Downloaded webpki-roots v1.0.1 |
| 1016 | 2025-09-18T23:16:01.522Z | Downloaded pretty_assertions v1.4.1 |
| 1017 | 2025-09-18T23:16:01.528Z | Downloaded sqlparser v0.45.0 |
| 1018 | 2025-09-18T23:16:01.531Z | Downloaded rustls-webpki v0.102.8 |
| 1019 | 2025-09-18T23:16:01.545Z | Downloaded unicode-normalization v0.1.24 |
| 1020 | 2025-09-18T23:16:01.548Z | Downloaded rustls v0.21.12 |
| 1021 | 2025-09-18T23:16:01.561Z | Downloaded russh v0.45.0 |
| 1022 | 2025-09-18T23:16:01.564Z | Downloaded papergrid v0.14.0 |
| 1023 | 2025-09-18T23:16:01.567Z | Downloaded x509-cert v0.2.5 |
| 1024 | 2025-09-18T23:16:01.575Z | Downloaded rand v0.9.2 |
| 1025 | 2025-09-18T23:16:01.578Z | Downloaded num-bigint v0.4.6 |
| 1026 | 2025-09-18T23:16:01.581Z | Downloaded typed-path v0.9.3 |
| 1027 | 2025-09-18T23:16:01.587Z | Downloaded papergrid v0.17.0 |
| 1028 | 2025-09-18T23:16:01.591Z | Downloaded p521 v0.13.3 |
| 1029 | 2025-09-18T23:16:01.594Z | Downloaded tokio-postgres v0.7.13 |
| 1030 | 2025-09-18T23:16:01.598Z | Downloaded time v0.3.36 |
| 1031 | 2025-09-18T23:16:01.604Z | Downloaded zlib-rs v0.5.1 |
| 1032 | 2025-09-18T23:16:01.608Z | Downloaded rustls-webpki v0.101.7 |
| 1033 | 2025-09-18T23:16:01.621Z | Downloaded rpassword v7.4.0 |
| 1034 | 2025-09-18T23:16:01.624Z | Downloaded nom v7.1.3 |
| 1035 | 2025-09-18T23:16:01.627Z | Downloaded chrono v0.4.41 |
| 1036 | 2025-09-18T23:16:01.633Z | Downloaded openssl-sys v0.9.109 |
| 1037 | 2025-09-18T23:16:01.638Z | Downloaded smallvec v0.6.14 |
| 1038 | 2025-09-18T23:16:01.641Z | Downloaded postgres-protocol v0.6.8 |
| 1039 | 2025-09-18T23:16:01.641Z | Downloaded ring v0.17.14 |
| 1040 | 2025-09-18T23:16:01.679Z | Downloaded multer v3.1.0 |
| 1041 | 2025-09-18T23:16:01.682Z | Downloaded encoding_rs v0.8.34 |
| 1042 | 2025-09-18T23:16:01.700Z | Downloaded memmap2 v0.9.5 |
| 1043 | 2025-09-18T23:16:01.703Z | Downloaded oso-derive v0.27.3 |
| 1044 | 2025-09-18T23:16:01.703Z | Downloaded packed_struct_codegen v0.10.1 |
| 1045 | 2025-09-18T23:16:01.706Z | Downloaded pin-project v1.1.6 |
| 1046 | 2025-09-18T23:16:01.714Z | Downloaded password-hash v0.5.0 |
| 1047 | 2025-09-18T23:16:01.717Z | Downloaded h2 v0.4.6 |
| 1048 | 2025-09-18T23:16:01.722Z | Downloaded daft-derive v0.1.4 |
| 1049 | 2025-09-18T23:16:01.725Z | Downloaded typify v0.2.0 |
| 1050 | 2025-09-18T23:16:01.728Z | Downloaded tungstenite v0.23.0 |
| 1051 | 2025-09-18T23:16:01.732Z | Downloaded tungstenite v0.21.0 |
| 1052 | 2025-09-18T23:16:01.735Z | Downloaded tracing-core v0.1.32 |
| 1053 | 2025-09-18T23:16:01.737Z | Downloaded salty v0.3.0 |
| 1054 | 2025-09-18T23:16:01.742Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1055 | 2025-09-18T23:16:01.745Z | Downloaded tabled_derive v0.11.0 |
| 1056 | 2025-09-18T23:16:01.745Z | Downloaded dunce v1.0.5 |
| 1057 | 2025-09-18T23:16:01.745Z | Downloaded zone v0.1.8 |
| 1058 | 2025-09-18T23:16:01.749Z | Downloaded tls_codec v0.4.1 |
| 1059 | 2025-09-18T23:16:01.749Z | Downloaded structmeta v0.3.0 |
| 1060 | 2025-09-18T23:16:01.749Z | Downloaded pkcs5 v0.7.1 |
| 1061 | 2025-09-18T23:16:01.752Z | Downloaded bitvec v1.0.1 |
| 1062 | 2025-09-18T23:16:01.765Z | Downloaded itertools v0.14.0 |
| 1063 | 2025-09-18T23:16:01.771Z | Downloaded pem v3.0.5 |
| 1064 | 2025-09-18T23:16:01.774Z | Downloaded paste v1.0.15 |
| 1065 | 2025-09-18T23:16:01.777Z | Downloaded rand_chacha v0.3.1 |
| 1066 | 2025-09-18T23:16:01.777Z | Downloaded number_prefix v0.4.0 |
| 1067 | 2025-09-18T23:16:01.777Z | Downloaded sha1 v0.10.6 |
| 1068 | 2025-09-18T23:16:01.780Z | Downloaded unicase v2.7.0 |
| 1069 | 2025-09-18T23:16:01.780Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1070 | 2025-09-18T23:16:01.829Z | Downloaded dropshot_endpoint v0.16.4 |
| 1071 | 2025-09-18T23:16:01.832Z | Downloaded aws-lc-rs v1.12.4 |
| 1072 | 2025-09-18T23:16:01.840Z | Downloaded progenitor v0.9.1 |
| 1073 | 2025-09-18T23:16:01.843Z | Downloaded derive_more v0.99.20 |
| 1074 | 2025-09-18T23:16:01.846Z | Downloaded zopfli v0.8.1 |
| 1075 | 2025-09-18T23:16:01.849Z | Downloaded uuid v1.18.1 |
| 1076 | 2025-09-18T23:16:01.852Z | Downloaded zip v4.2.0 |
| 1077 | 2025-09-18T23:16:01.855Z | Downloaded maplit v1.0.2 |
| 1078 | 2025-09-18T23:16:01.855Z | Downloaded gethostname v0.5.0 |
| 1079 | 2025-09-18T23:16:01.855Z | Downloaded pkcs8 v0.10.2 |
| 1080 | 2025-09-18T23:16:01.858Z | Downloaded string_cache v0.8.9 |
| 1081 | 2025-09-18T23:16:01.861Z | Downloaded ssh-cipher v0.2.0 |
| 1082 | 2025-09-18T23:16:01.861Z | Downloaded foldhash v0.2.0 |
| 1083 | 2025-09-18T23:16:01.861Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2025-09-18T23:16:01.865Z | Downloaded resolv-conf v0.7.0 |
| 1085 | 2025-09-18T23:16:01.869Z | Downloaded progenitor v0.10.0 |
| 1086 | 2025-09-18T23:16:01.869Z | Downloaded zstd v0.13.3 |
| 1087 | 2025-09-18T23:16:01.872Z | Downloaded vsss-rs v3.3.4 |
| 1088 | 2025-09-18T23:16:01.872Z | Downloaded twox-hash v2.1.0 |
| 1089 | 2025-09-18T23:16:01.875Z | Downloaded tracing-attributes v0.1.27 |
| 1090 | 2025-09-18T23:16:01.878Z | Downloaded hashbrown v0.16.0 |
| 1091 | 2025-09-18T23:16:01.881Z | Downloaded tar v0.4.44 |
| 1092 | 2025-09-18T23:16:01.884Z | Downloaded value-bag v1.9.0 |
| 1093 | 2025-09-18T23:16:01.887Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1094 | 2025-09-18T23:16:01.887Z | Downloaded socket2 v0.6.0 |
| 1095 | 2025-09-18T23:16:01.890Z | Downloaded tower v0.5.2 |
| 1096 | 2025-09-18T23:16:01.895Z | Downloaded ed25519-dalek v2.1.1 |
| 1097 | 2025-09-18T23:16:01.899Z | Downloaded num-rational v0.4.2 |
| 1098 | 2025-09-18T23:16:01.902Z | Downloaded sct v0.7.1 |
| 1099 | 2025-09-18T23:16:01.902Z | Downloaded rsa v0.9.6 |
| 1100 | 2025-09-18T23:16:01.906Z | Downloaded hyper v1.7.0 |
| 1101 | 2025-09-18T23:16:01.911Z | Downloaded itertools v0.12.1 |
| 1102 | 2025-09-18T23:16:01.917Z | Downloaded spki v0.7.3 |
| 1103 | 2025-09-18T23:16:01.920Z | Downloaded serde_urlencoded v0.7.1 |
| 1104 | 2025-09-18T23:16:01.923Z | Downloaded ssh-key v0.6.6 |
| 1105 | 2025-09-18T23:16:01.927Z | Downloaded futures-channel v0.3.31 |
| 1106 | 2025-09-18T23:16:01.930Z | Downloaded ecdsa v0.16.9 |
| 1107 | 2025-09-18T23:16:01.933Z | Downloaded tokio-stream v0.1.17 |
| 1108 | 2025-09-18T23:16:01.936Z | Downloaded socket2 v0.5.10 |
| 1109 | 2025-09-18T23:16:01.936Z | Downloaded serde_path_to_error v0.1.17 |
| 1110 | 2025-09-18T23:16:01.939Z | Downloaded secrecy v0.8.0 |
| 1111 | 2025-09-18T23:16:01.939Z | Downloaded rustc_version v0.4.1 |
| 1112 | 2025-09-18T23:16:01.943Z | Downloaded r2d2 v0.8.10 |
| 1113 | 2025-09-18T23:16:01.943Z | Downloaded native-tls v0.2.12 |
| 1114 | 2025-09-18T23:16:01.946Z | Downloaded des v0.8.1 |
| 1115 | 2025-09-18T23:16:01.946Z | Downloaded typify v0.3.0 |
| 1116 | 2025-09-18T23:16:01.949Z | Downloaded miniz_oxide v0.8.5 |
| 1117 | 2025-09-18T23:16:01.952Z | Downloaded zip v0.6.6 |
| 1118 | 2025-09-18T23:16:01.955Z | Downloaded rustyline v14.0.0 |
| 1119 | 2025-09-18T23:16:01.958Z | Downloaded libxml v0.3.3 |
| 1120 | 2025-09-18T23:16:01.962Z | Downloaded rustls-pki-types v1.10.0 |
| 1121 | 2025-09-18T23:16:01.965Z | Downloaded libm v0.2.8 |
| 1122 | 2025-09-18T23:16:01.972Z | Downloaded num-iter v0.1.45 |
| 1123 | 2025-09-18T23:16:01.975Z | Downloaded typify v0.4.3 |
| 1124 | 2025-09-18T23:16:01.978Z | Downloaded futures-io v0.3.31 |
| 1125 | 2025-09-18T23:16:01.978Z | Downloaded foldhash v0.1.5 |
| 1126 | 2025-09-18T23:16:01.981Z | Downloaded uzers v0.12.1 |
| 1127 | 2025-09-18T23:16:01.981Z | Downloaded subprocess v0.2.9 |
| 1128 | 2025-09-18T23:16:01.984Z | Downloaded rustls-pemfile v2.2.0 |
| 1129 | 2025-09-18T23:16:01.987Z | Downloaded phf v0.11.2 |
| 1130 | 2025-09-18T23:16:01.987Z | Downloaded futures-core v0.3.31 |
| 1131 | 2025-09-18T23:16:01.988Z | Downloaded tokio-rustls v0.26.0 |
| 1132 | 2025-09-18T23:16:01.991Z | Downloaded signal-hook v0.3.18 |
| 1133 | 2025-09-18T23:16:01.991Z | Downloaded der v0.7.9 |
| 1134 | 2025-09-18T23:16:01.995Z | Downloaded packed_struct v0.10.1 |
| 1135 | 2025-09-18T23:16:01.999Z | Downloaded futures-executor v0.3.31 |
| 1136 | 2025-09-18T23:16:02.000Z | Downloaded ctr v0.9.2 |
| 1137 | 2025-09-18T23:16:02.004Z | Downloaded csv-core v0.1.11 |
| 1138 | 2025-09-18T23:16:02.004Z | Downloaded tokio-rustls v0.25.0 |
| 1139 | 2025-09-18T23:16:02.004Z | Downloaded rustls-native-certs v0.8.1 |
| 1140 | 2025-09-18T23:16:02.008Z | Downloaded hickory-server v0.25.2 |
| 1141 | 2025-09-18T23:16:02.008Z | Downloaded qorb v0.4.1 |
| 1142 | 2025-09-18T23:16:02.011Z | Downloaded progenitor-impl v0.11.0 |
| 1143 | 2025-09-18T23:16:02.015Z | Downloaded display-error-chain v0.2.2 |
| 1144 | 2025-09-18T23:16:02.015Z | Downloaded dirs-sys-next v0.1.2 |
| 1145 | 2025-09-18T23:16:02.018Z | Downloaded yansi v1.0.1 |
| 1146 | 2025-09-18T23:16:02.018Z | Downloaded http v1.3.1 |
| 1147 | 2025-09-18T23:16:02.021Z | Downloaded blake3 v1.5.4 |
| 1148 | 2025-09-18T23:16:02.028Z | Downloaded strum_macros v0.27.1 |
| 1149 | 2025-09-18T23:16:02.031Z | Downloaded strum_macros v0.26.4 |
| 1150 | 2025-09-18T23:16:02.031Z | Downloaded spin v0.9.8 |
| 1151 | 2025-09-18T23:16:02.035Z | Downloaded defmt-parser v0.3.4 |
| 1152 | 2025-09-18T23:16:02.035Z | Downloaded zone v0.3.1 |
| 1153 | 2025-09-18T23:16:02.038Z | Downloaded shlex v1.3.0 |
| 1154 | 2025-09-18T23:16:02.038Z | Downloaded hyper-util v0.1.16 |
| 1155 | 2025-09-18T23:16:02.042Z | Downloaded itertools v0.10.5 |
| 1156 | 2025-09-18T23:16:02.051Z | Downloaded typify-macro v0.4.3 |
| 1157 | 2025-09-18T23:16:02.054Z | Downloaded tui-tree-widget v0.23.1 |
| 1158 | 2025-09-18T23:16:02.054Z | Downloaded parking_lot_core v0.9.10 |
| 1159 | 2025-09-18T23:16:02.054Z | Downloaded parking_lot_core v0.8.6 |
| 1160 | 2025-09-18T23:16:02.054Z | Downloaded parking_lot v0.12.3 |
| 1161 | 2025-09-18T23:16:02.054Z | Downloaded zerocopy v0.6.6 |
| 1162 | 2025-09-18T23:16:02.058Z | Downloaded test-strategy v0.4.3 |
| 1163 | 2025-09-18T23:16:02.061Z | Downloaded siphasher v1.0.1 |
| 1164 | 2025-09-18T23:16:02.061Z | Downloaded signal-hook-registry v1.4.2 |
| 1165 | 2025-09-18T23:16:02.061Z | Downloaded pkcs1 v0.7.5 |
| 1166 | 2025-09-18T23:16:02.064Z | Downloaded parking_lot v0.11.2 |
| 1167 | 2025-09-18T23:16:02.068Z | Downloaded toml_parser v1.0.2 |
| 1168 | 2025-09-18T23:16:02.068Z | Downloaded progenitor-client v0.11.0 |
| 1169 | 2025-09-18T23:16:02.068Z | Downloaded ena v0.14.3 |
| 1170 | 2025-09-18T23:16:02.071Z | Downloaded iddqd v0.3.13 |
| 1171 | 2025-09-18T23:16:02.075Z | Downloaded psl-types v2.0.11 |
| 1172 | 2025-09-18T23:16:02.078Z | Downloaded progenitor-macro v0.8.0 |
| 1173 | 2025-09-18T23:16:02.078Z | Downloaded progenitor-client v0.10.0 |
| 1174 | 2025-09-18T23:16:02.078Z | Downloaded num-complex v0.4.6 |
| 1175 | 2025-09-18T23:16:02.081Z | Downloaded nu-ansi-term v0.50.1 |
| 1176 | 2025-09-18T23:16:02.081Z | Downloaded xshell v0.2.7 |
| 1177 | 2025-09-18T23:16:02.084Z | Downloaded hkdf v0.12.4 |
| 1178 | 2025-09-18T23:16:02.088Z | Downloaded heapless v0.8.0 |
| 1179 | 2025-09-18T23:16:02.091Z | Downloaded jiff-static v0.2.15 |
| 1180 | 2025-09-18T23:16:02.091Z | Downloaded heapless v0.7.17 |
| 1181 | 2025-09-18T23:16:02.100Z | Downloaded const_format v0.2.34 |
| 1182 | 2025-09-18T23:16:02.100Z | Downloaded base64 v0.21.7 |
| 1183 | 2025-09-18T23:16:02.103Z | Downloaded base64 v0.22.1 |
| 1184 | 2025-09-18T23:16:02.103Z | Downloaded backtrace v0.3.74 |
| 1185 | 2025-09-18T23:16:02.107Z | Downloaded dirs-next v2.0.0 |
| 1186 | 2025-09-18T23:16:02.111Z | Downloaded difflib v0.4.0 |
| 1187 | 2025-09-18T23:16:02.111Z | Downloaded walkdir v2.5.0 |
| 1188 | 2025-09-18T23:16:02.111Z | Downloaded similar v2.7.0 |
| 1189 | 2025-09-18T23:16:02.115Z | Downloaded memoffset v0.9.1 |
| 1190 | 2025-09-18T23:16:02.118Z | Downloaded russh-keys v0.45.0 |
| 1191 | 2025-09-18T23:16:02.120Z | Downloaded ed25519 v2.2.3 |
| 1192 | 2025-09-18T23:16:02.121Z | Downloaded xz2 v0.1.7 |
| 1193 | 2025-09-18T23:16:02.123Z | Downloaded clang-sys v1.8.1 |
| 1194 | 2025-09-18T23:16:02.123Z | Downloaded snafu-derive v0.8.5 |
| 1195 | 2025-09-18T23:16:02.127Z | Downloaded tokio-tungstenite v0.21.0 |
| 1196 | 2025-09-18T23:16:02.127Z | Downloaded compact_str v0.8.0 |
| 1197 | 2025-09-18T23:16:02.129Z | Downloaded chacha20poly1305 v0.10.1 |
| 1198 | 2025-09-18T23:16:02.132Z | Downloaded unit-prefix v0.5.1 |
| 1199 | 2025-09-18T23:16:02.132Z | Downloaded crc32fast v1.4.2 |
| 1200 | 2025-09-18T23:16:02.135Z | Downloaded cookie v0.18.1 |
| 1201 | 2025-09-18T23:16:02.135Z | Downloaded toml_datetime v0.7.0 |
| 1202 | 2025-09-18T23:16:02.138Z | Downloaded topological-sort v0.2.2 |
| 1203 | 2025-09-18T23:16:02.138Z | Downloaded toml_writer v1.0.2 |
| 1204 | 2025-09-18T23:16:02.138Z | Downloaded hickory-resolver v0.25.2 |
| 1205 | 2025-09-18T23:16:02.141Z | Downloaded arc-swap v1.7.1 |
| 1206 | 2025-09-18T23:16:02.144Z | Downloaded allocator-api2 v0.2.21 |
| 1207 | 2025-09-18T23:16:02.148Z | Downloaded static_assertions v1.1.0 |
| 1208 | 2025-09-18T23:16:02.151Z | Downloaded rand_chacha v0.9.0 |
| 1209 | 2025-09-18T23:16:02.151Z | Downloaded cookie_store v0.21.1 |
| 1210 | 2025-09-18T23:16:02.154Z | Downloaded bzip2 v0.4.4 |
| 1211 | 2025-09-18T23:16:02.154Z | Downloaded serde_bytes v0.11.17 |
| 1212 | 2025-09-18T23:16:02.157Z | Downloaded serde-hex v0.1.0 |
| 1213 | 2025-09-18T23:16:02.157Z | Downloaded rand_core v0.9.3 |
| 1214 | 2025-09-18T23:16:02.157Z | Downloaded litrs v0.4.1 |
| 1215 | 2025-09-18T23:16:02.159Z | Downloaded smf v0.2.3 |
| 1216 | 2025-09-18T23:16:02.163Z | Downloaded semver v0.1.20 |
| 1217 | 2025-09-18T23:16:02.163Z | Downloaded salsa20 v0.10.2 |
| 1218 | 2025-09-18T23:16:02.163Z | Downloaded progenitor-macro v0.11.0 |
| 1219 | 2025-09-18T23:16:02.166Z | Downloaded internet-checksum v0.2.1 |
| 1220 | 2025-09-18T23:16:02.166Z | Downloaded highway v1.3.0 |
| 1221 | 2025-09-18T23:16:02.166Z | Downloaded console v0.16.0 |
| 1222 | 2025-09-18T23:16:02.169Z | Downloaded console v0.15.10 |
| 1223 | 2025-09-18T23:16:02.173Z | Downloaded cmake v0.1.51 |
| 1224 | 2025-09-18T23:16:02.173Z | Downloaded cassowary v0.3.0 |
| 1225 | 2025-09-18T23:16:02.173Z | Downloaded bzip2 v0.5.2 |
| 1226 | 2025-09-18T23:16:02.175Z | Downloaded base64 v0.13.1 |
| 1227 | 2025-09-18T23:16:02.178Z | Downloaded glob v0.3.2 |
| 1228 | 2025-09-18T23:16:02.178Z | Downloaded critical-section v1.1.3 |
| 1229 | 2025-09-18T23:16:02.181Z | Downloaded crc-catalog v2.4.0 |
| 1230 | 2025-09-18T23:16:02.181Z | Downloaded ciborium v0.2.2 |
| 1231 | 2025-09-18T23:16:02.184Z | Downloaded bcs v0.1.6 |
| 1232 | 2025-09-18T23:16:02.184Z | Downloaded libsw v3.5.0 |
| 1233 | 2025-09-18T23:16:02.187Z | Downloaded half v1.8.3 |
| 1234 | 2025-09-18T23:16:02.187Z | Downloaded crc v3.2.1 |
| 1235 | 2025-09-18T23:16:02.190Z | Downloaded convert_case v0.4.0 |
| 1236 | 2025-09-18T23:16:02.190Z | Downloaded cobs v0.2.3 |
| 1237 | 2025-09-18T23:16:02.192Z | Downloaded rand_core v0.6.4 |
| 1238 | 2025-09-18T23:16:02.192Z | Downloaded ipnet v2.11.0 |
| 1239 | 2025-09-18T23:16:02.196Z | Downloaded hex v0.4.3 |
| 1240 | 2025-09-18T23:16:02.196Z | Downloaded bumpalo v3.16.0 |
| 1241 | 2025-09-18T23:16:02.199Z | Downloaded keccak v0.1.5 |
| 1242 | 2025-09-18T23:16:02.199Z | Downloaded hyper-staticfile v0.10.1 |
| 1243 | 2025-09-18T23:16:02.202Z | Downloaded chacha20 v0.9.1 |
| 1244 | 2025-09-18T23:16:02.202Z | Downloaded bb8 v0.8.5 |
| 1245 | 2025-09-18T23:16:02.202Z | Downloaded backoff v0.4.0 |
| 1246 | 2025-09-18T23:16:02.205Z | Downloaded async-trait v0.1.89 |
| 1247 | 2025-09-18T23:16:02.208Z | Downloaded async-bb8-diesel v0.2.1 |
| 1248 | 2025-09-18T23:16:02.211Z | Downloaded lazy_static v1.5.0 |
| 1249 | 2025-09-18T23:16:02.211Z | Downloaded cipher v0.4.4 |
| 1250 | 2025-09-18T23:16:02.214Z | Downloaded cargo-platform v0.1.8 |
| 1251 | 2025-09-18T23:16:02.214Z | Downloaded block-padding v0.3.3 |
| 1252 | 2025-09-18T23:16:02.214Z | Downloaded libscf-sys v1.1.0 |
| 1253 | 2025-09-18T23:16:02.214Z | Downloaded lazycell v1.3.0 |
| 1254 | 2025-09-18T23:16:02.217Z | Downloaded lalrpop-util v0.19.12 |
| 1255 | 2025-09-18T23:16:02.217Z | Downloaded kstat-rs v0.2.4 |
| 1256 | 2025-09-18T23:16:02.218Z | Downloaded instability v0.3.2 |
| 1257 | 2025-09-18T23:16:02.218Z | Downloaded ingot-types v0.1.2 |
| 1258 | 2025-09-18T23:16:02.221Z | Downloaded indoc v1.0.9 |
| 1259 | 2025-09-18T23:16:02.224Z | Downloaded hashbrown v0.12.3 |
| 1260 | 2025-09-18T23:16:02.227Z | Downloaded ciborium-ll v0.2.2 |
| 1261 | 2025-09-18T23:16:02.227Z | Downloaded cexpr v0.6.0 |
| 1262 | 2025-09-18T23:16:02.232Z | Downloaded bitfield-struct v0.6.2 |
| 1263 | 2025-09-18T23:16:02.232Z | Downloaded hyper-rustls v0.27.7 |
| 1264 | 2025-09-18T23:16:02.232Z | Downloaded hubpack v0.1.2 |
| 1265 | 2025-09-18T23:16:02.235Z | Downloaded cfg_aliases v0.2.1 |
| 1266 | 2025-09-18T23:16:02.235Z | Downloaded linked-hash-map v0.5.6 |
| 1267 | 2025-09-18T23:16:02.235Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1268 | 2025-09-18T23:16:02.238Z | Downloaded humantime v2.2.0 |
| 1269 | 2025-09-18T23:16:02.238Z | Downloaded cbc v0.1.2 |
| 1270 | 2025-09-18T23:16:02.241Z | Downloaded castaway v0.2.3 |
| 1271 | 2025-09-18T23:16:02.241Z | Downloaded blowfish v0.9.1 |
| 1272 | 2025-09-18T23:16:02.241Z | Downloaded hickory-resolver v0.24.4 |
| 1273 | 2025-09-18T23:16:02.244Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1274 | 2025-09-18T23:16:02.246Z | Downloaded base64ct v1.6.0 |
| 1275 | 2025-09-18T23:16:02.249Z | Downloaded indent_write v2.2.0 |
| 1276 | 2025-09-18T23:16:02.249Z | Downloaded httpdate v1.0.3 |
| 1277 | 2025-09-18T23:16:02.249Z | Downloaded http-body v1.0.1 |
| 1278 | 2025-09-18T23:16:02.249Z | Downloaded base16ct v0.2.0 |
| 1279 | 2025-09-18T23:16:02.252Z | Downloaded async-stream-impl v0.3.6 |
| 1280 | 2025-09-18T23:16:02.252Z | Downloaded aead v0.5.2 |
| 1281 | 2025-09-18T23:16:02.255Z | Downloaded http-body-util v0.1.3 |
| 1282 | 2025-09-18T23:16:02.255Z | Downloaded bit-vec v0.8.0 |
| 1283 | 2025-09-18T23:16:02.257Z | Downloaded aes-gcm v0.10.3 |
| 1284 | 2025-09-18T23:16:02.260Z | Downloaded async-stream v0.3.6 |
| 1285 | 2025-09-18T23:16:02.260Z | Downloaded buf-list v1.0.3 |
| 1286 | 2025-09-18T23:16:02.263Z | Downloaded argon2 v0.5.3 |
| 1287 | 2025-09-18T23:16:02.263Z | Downloaded headers-core v0.3.0 |
| 1288 | 2025-09-18T23:16:02.266Z | Downloaded headers v0.4.1 |
| 1289 | 2025-09-18T23:16:02.269Z | Downloaded hash32 v0.2.1 |
| 1290 | 2025-09-18T23:16:02.271Z | Downloaded blake2 v0.10.6 |
| 1291 | 2025-09-18T23:16:02.446Z | Downloaded aws-lc-sys v0.26.0 |
| 1292 | 2025-09-18T23:16:02.749Z | Compiling value-bag v1.9.0 |
| 1293 | 2025-09-18T23:16:02.749Z | Compiling shlex v1.3.0 |
| 1294 | 2025-09-18T23:16:02.749Z | Compiling lock_api v0.4.12 |
| 1295 | 2025-09-18T23:16:02.752Z | Compiling scopeguard v1.2.0 |
| 1296 | 2025-09-18T23:16:02.753Z | Compiling typenum v1.17.0 |
| 1297 | 2025-09-18T23:16:02.962Z | Compiling syn v2.0.106 |
| 1298 | 2025-09-18T23:16:02.977Z | Compiling getrandom v0.2.15 |
| 1299 | 2025-09-18T23:16:02.980Z | Compiling jobserver v0.1.32 |
| 1300 | 2025-09-18T23:16:03.102Z | Compiling generic-array v0.14.7 |
| 1301 | 2025-09-18T23:16:03.264Z | Compiling rand_core v0.6.4 |
| 1302 | 2025-09-18T23:16:03.385Z | Compiling log v0.4.27 |
| 1303 | 2025-09-18T23:16:03.410Z | Compiling cc v1.2.30 |
| 1304 | 2025-09-18T23:16:03.448Z | Compiling smallvec v1.15.1 |
| 1305 | 2025-09-18T23:16:03.839Z | Compiling portable-atomic v1.11.0 |
| 1306 | 2025-09-18T23:16:03.842Z | Compiling subtle v2.6.1 |
| 1307 | 2025-09-18T23:16:03.879Z | Compiling critical-section v1.1.3 |
| 1308 | 2025-09-18T23:16:03.883Z | Compiling const-oid v0.9.6 |
| 1309 | 2025-09-18T23:16:04.061Z | Compiling pkg-config v0.3.31 |
| 1310 | 2025-09-18T23:16:04.110Z | Compiling pin-project-lite v0.2.14 |
| 1311 | 2025-09-18T23:16:04.180Z | Compiling parking_lot_core v0.9.10 |
| 1312 | 2025-09-18T23:16:04.289Z | Compiling rustix v0.38.37 |
| 1313 | 2025-09-18T23:16:05.324Z | Compiling signal-hook-registry v1.4.2 |
| 1314 | 2025-09-18T23:16:05.397Z | Compiling parking_lot v0.12.3 |
| 1315 | 2025-09-18T23:16:05.419Z | Compiling mio v1.0.2 |
| 1316 | 2025-09-18T23:16:05.472Z | Compiling futures-core v0.3.31 |
| 1317 | 2025-09-18T23:16:05.823Z | Compiling spin v0.9.8 |
| 1318 | 2025-09-18T23:16:06.477Z | Compiling once_cell v1.21.3 |
| 1319 | 2025-09-18T23:16:06.503Z | Compiling libm v0.2.8 |
| 1320 | 2025-09-18T23:16:06.504Z | Compiling socket2 v0.6.0 |
| 1321 | 2025-09-18T23:16:06.504Z | Compiling slab v0.4.9 |
| 1322 | 2025-09-18T23:16:06.504Z | Compiling aho-corasick v1.1.3 |
| 1323 | 2025-09-18T23:16:06.517Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-09-18T23:16:06.534Z | Compiling getrandom v0.3.1 |
| 1325 | 2025-09-18T23:16:06.557Z | Compiling foldhash v0.1.5 |
| 1326 | 2025-09-18T23:16:06.619Z | Compiling regex-syntax v0.8.5 |
| 1327 | 2025-09-18T23:16:06.966Z | Compiling cpufeatures v0.2.14 |
| 1328 | 2025-09-18T23:16:06.971Z | Compiling serde_json v1.0.145 |
| 1329 | 2025-09-18T23:16:06.987Z | Compiling allocator-api2 v0.2.21 |
| 1330 | 2025-09-18T23:16:07.608Z | Compiling futures-sink v0.3.31 |
| 1331 | 2025-09-18T23:16:07.625Z | Compiling glob v0.3.2 |
| 1332 | 2025-09-18T23:16:07.625Z | Compiling either v1.15.0 |
| 1333 | 2025-09-18T23:16:07.639Z | Compiling percent-encoding v2.3.2 |
| 1334 | 2025-09-18T23:16:08.380Z | Compiling hashbrown v0.15.4 |
| 1335 | 2025-09-18T23:16:08.412Z | Compiling futures-channel v0.3.31 |
| 1336 | 2025-09-18T23:16:08.412Z | Compiling clang-sys v1.8.1 |
| 1337 | 2025-09-18T23:16:09.241Z | Compiling futures-io v0.3.31 |
| 1338 | 2025-09-18T23:16:09.260Z | Compiling prettyplease v0.2.36 |
| 1339 | 2025-09-18T23:16:09.260Z | Compiling pin-utils v0.1.0 |
| 1340 | 2025-09-18T23:16:09.299Z | Compiling futures-task v0.3.31 |
| 1341 | 2025-09-18T23:16:09.523Z | Compiling lazy_static v1.5.0 |
| 1342 | 2025-09-18T23:16:09.536Z | Compiling minimal-lexical v0.2.1 |
| 1343 | 2025-09-18T23:16:09.536Z | Compiling libloading v0.8.5 |
| 1344 | 2025-09-18T23:16:09.608Z | Compiling home v0.5.9 |
| 1345 | 2025-09-18T23:16:09.843Z | Compiling bindgen v0.69.5 |
| 1346 | 2025-09-18T23:16:09.893Z | Compiling base64ct v1.6.0 |
| 1347 | 2025-09-18T23:16:10.054Z | Compiling nom v7.1.3 |
| 1348 | 2025-09-18T23:16:10.466Z | Compiling regex-automata v0.4.8 |
| 1349 | 2025-09-18T23:16:10.847Z | Compiling synstructure v0.13.1 |
| 1350 | 2025-09-18T23:16:11.222Z | Compiling pem-rfc7468 v0.7.0 |
| 1351 | 2025-09-18T23:16:11.867Z | Compiling itertools v0.12.1 |
| 1352 | 2025-09-18T23:16:12.266Z | Compiling flagset v0.4.6 |
| 1353 | 2025-09-18T23:16:12.500Z | Compiling lazycell v1.3.0 |
| 1354 | 2025-09-18T23:16:12.533Z | Compiling rustc-hash v1.1.0 |
| 1355 | 2025-09-18T23:16:12.695Z | Compiling cmake v0.1.51 |
| 1356 | 2025-09-18T23:16:12.721Z | Compiling fs_extra v1.3.0 |
| 1357 | 2025-09-18T23:16:13.295Z | Compiling cexpr v0.6.0 |
| 1358 | 2025-09-18T23:16:13.463Z | Compiling dunce v1.0.5 |
| 1359 | 2025-09-18T23:16:13.537Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2025-09-18T23:16:13.629Z | Compiling paste v1.0.15 |
| 1361 | 2025-09-18T23:16:13.876Z | Compiling vcpkg v0.2.15 |
| 1362 | 2025-09-18T23:16:13.900Z | Compiling iana-time-zone v0.1.63 |
| 1363 | 2025-09-18T23:16:14.288Z | Compiling ring v0.17.14 |
| 1364 | 2025-09-18T23:16:14.815Z | Compiling tracing-core v0.1.32 |
| 1365 | 2025-09-18T23:16:14.890Z | Compiling aws-lc-rs v1.12.4 |
| 1366 | 2025-09-18T23:16:15.368Z | Compiling rustls-pki-types v1.10.0 |
| 1367 | 2025-09-18T23:16:15.389Z | Compiling base64 v0.22.1 |
| 1368 | 2025-09-18T23:16:15.586Z | Compiling openssl-sys v0.9.109 |
| 1369 | 2025-09-18T23:16:15.627Z | Compiling serde_derive v1.0.223 |
| 1370 | 2025-09-18T23:16:15.989Z | Compiling zeroize_derive v1.4.2 |
| 1371 | 2025-09-18T23:16:16.047Z | Compiling zerofrom-derive v0.1.4 |
| 1372 | 2025-09-18T23:16:16.319Z | Compiling yoke-derive v0.7.4 |
| 1373 | 2025-09-18T23:16:16.703Z | Compiling zerovec-derive v0.10.3 |
| 1374 | 2025-09-18T23:16:17.340Z | Compiling zeroize v1.8.1 |
| 1375 | 2025-09-18T23:16:18.876Z | Compiling displaydoc v0.2.5 |
| 1376 | 2025-09-18T23:16:18.953Z | Compiling tokio-macros v2.5.0 |
| 1377 | 2025-09-18T23:16:19.082Z | Compiling crypto-common v0.1.6 |
| 1378 | 2025-09-18T23:16:19.335Z | Compiling block-buffer v0.10.4 |
| 1379 | 2025-09-18T23:16:19.357Z | Compiling zerofrom v0.1.4 |
| 1380 | 2025-09-18T23:16:19.601Z | Compiling digest v0.10.7 |
| 1381 | 2025-09-18T23:16:19.624Z | Compiling yoke v0.7.4 |
| 1382 | 2025-09-18T23:16:20.034Z | Compiling zerovec v0.10.4 |
| 1383 | 2025-09-18T23:16:20.081Z | Compiling zerocopy-derive v0.7.35 |
| 1384 | 2025-09-18T23:16:20.136Z | Compiling hmac v0.12.1 |
| 1385 | 2025-09-18T23:16:20.357Z | Compiling icu_provider_macros v1.5.0 |
| 1386 | 2025-09-18T23:16:20.381Z | Compiling block-padding v0.3.3 |
| 1387 | 2025-09-18T23:16:20.422Z | Compiling futures-macro v0.3.31 |
| 1388 | 2025-09-18T23:16:20.636Z | Compiling inout v0.1.3 |
| 1389 | 2025-09-18T23:16:20.660Z | Compiling sha2 v0.10.9 |
| 1390 | 2025-09-18T23:16:20.943Z | Compiling cipher v0.4.4 |
| 1391 | 2025-09-18T23:16:21.405Z | Compiling regex v1.11.1 |
| 1392 | 2025-09-18T23:16:21.444Z | Compiling der_derive v0.7.3 |
| 1393 | 2025-09-18T23:16:21.987Z | Compiling tinystr v0.7.6 |
| 1394 | 2025-09-18T23:16:22.042Z | Compiling zerocopy v0.7.35 |
| 1395 | 2025-09-18T23:16:22.152Z | Compiling futures-util v0.3.31 |
| 1396 | 2025-09-18T23:16:22.294Z | Compiling icu_locid v1.5.0 |
| 1397 | 2025-09-18T23:16:22.364Z | Compiling icu_collections v1.5.0 |
| 1398 | 2025-09-18T23:16:22.676Z | Compiling serde v1.0.223 |
| 1399 | 2025-09-18T23:16:23.102Z | Compiling thiserror-impl v1.0.69 |
| 1400 | 2025-09-18T23:16:23.413Z | Compiling icu_provider v1.5.0 |
| 1401 | 2025-09-18T23:16:23.564Z | Compiling der v0.7.9 |
| 1402 | 2025-09-18T23:16:23.583Z | Compiling ppv-lite86 v0.2.20 |
| 1403 | 2025-09-18T23:16:23.923Z | Compiling bitflags v2.9.1 |
| 1404 | 2025-09-18T23:16:23.993Z | Compiling bytes v1.10.1 |
| 1405 | 2025-09-18T23:16:24.359Z | Compiling semver v1.0.26 |
| 1406 | 2025-09-18T23:16:24.384Z | Compiling icu_locid_transform v1.5.0 |
| 1407 | 2025-09-18T23:16:24.387Z | Compiling indexmap v2.11.0 |
| 1408 | 2025-09-18T23:16:25.150Z | Compiling tokio v1.47.0 |
| 1409 | 2025-09-18T23:16:25.474Z | Compiling salsa20 v0.10.2 |
| 1410 | 2025-09-18T23:16:25.736Z | Compiling icu_properties v1.5.1 |
| 1411 | 2025-09-18T23:16:25.972Z | Compiling spki v0.7.3 |
| 1412 | 2025-09-18T23:16:26.154Z | Compiling thiserror v1.0.69 |
| 1413 | 2025-09-18T23:16:26.330Z | Compiling pbkdf2 v0.12.2 |
| 1414 | 2025-09-18T23:16:26.358Z | Compiling http v1.3.1 |
| 1415 | 2025-09-18T23:16:26.523Z | Compiling scrypt v0.11.0 |
| 1416 | 2025-09-18T23:16:26.583Z | Compiling rustc_version v0.4.1 |
| 1417 | 2025-09-18T23:16:26.728Z | Compiling cbc v0.1.2 |
| 1418 | 2025-09-18T23:16:27.002Z | Compiling aes v0.8.4 |
| 1419 | 2025-09-18T23:16:27.021Z | Compiling pest v2.7.14 |
| 1420 | 2025-09-18T23:16:27.258Z | Compiling chrono v0.4.41 |
| 1421 | 2025-09-18T23:16:27.639Z | Compiling uuid v1.18.1 |
| 1422 | 2025-09-18T23:16:28.612Z | Compiling which v4.4.2 |
| 1423 | 2025-09-18T23:16:29.163Z | Compiling pkcs5 v0.7.1 |
| 1424 | 2025-09-18T23:16:29.353Z | Compiling icu_normalizer v1.5.0 |
| 1425 | 2025-09-18T23:16:29.797Z | Compiling tracing-attributes v0.1.27 |
| 1426 | 2025-09-18T23:16:30.033Z | Compiling pkcs8 v0.10.2 |
| 1427 | 2025-09-18T23:16:30.223Z | Compiling pest_meta v2.7.14 |
| 1428 | 2025-09-18T23:16:30.243Z | Compiling http-body v1.0.1 |
| 1429 | 2025-09-18T23:16:30.521Z | Compiling idna_adapter v1.2.0 |
| 1430 | 2025-09-18T23:16:30.540Z | Compiling scroll_derive v0.12.0 |
| 1431 | 2025-09-18T23:16:30.698Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2025-09-18T23:16:30.755Z | Compiling idna v1.0.3 |
| 1433 | 2025-09-18T23:16:30.808Z | Compiling httparse v1.9.5 |
| 1434 | 2025-09-18T23:16:31.187Z | Compiling rustversion v1.0.17 |
| 1435 | 2025-09-18T23:16:31.507Z | Compiling url v2.5.4 |
| 1436 | 2025-09-18T23:16:31.951Z | Compiling pest_generator v2.7.14 |
| 1437 | 2025-09-18T23:16:31.978Z | Compiling scroll v0.12.0 |
| 1438 | 2025-09-18T23:16:32.341Z | Compiling tinyvec v1.8.0 |
| 1439 | 2025-09-18T23:16:32.540Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-09-18T23:16:33.024Z | Compiling tracing v0.1.40 |
| 1441 | 2025-09-18T23:16:33.262Z | Compiling rand_core v0.9.3 |
| 1442 | 2025-09-18T23:16:33.547Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1443 | 2025-09-18T23:16:33.718Z | Compiling tokio-util v0.7.15 |
| 1444 | 2025-09-18T23:16:33.820Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1445 | 2025-09-18T23:16:33.842Z | Compiling openssl v0.10.73 |
| 1446 | 2025-09-18T23:16:34.076Z | Compiling untrusted v0.9.0 |
| 1447 | 2025-09-18T23:16:34.287Z | Compiling try-lock v0.2.5 |
| 1448 | 2025-09-18T23:16:34.290Z | Compiling untrusted v0.7.1 |
| 1449 | 2025-09-18T23:16:34.471Z | Compiling tower-service v0.3.3 |
| 1450 | 2025-09-18T23:16:34.519Z | Compiling adler2 v2.0.0 |
| 1451 | 2025-09-18T23:16:34.567Z | Compiling openssl-probe v0.1.5 |
| 1452 | 2025-09-18T23:16:34.616Z | Compiling schemars v0.8.22 |
| 1453 | 2025-09-18T23:16:34.640Z | Compiling time-core v0.1.2 |
| 1454 | 2025-09-18T23:16:34.746Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2025-09-18T23:16:34.768Z | Compiling foreign-types-shared v0.1.1 |
| 1456 | 2025-09-18T23:16:34.883Z | Compiling powerfmt v0.2.0 |
| 1457 | 2025-09-18T23:16:34.904Z | Compiling num-conv v0.1.0 |
| 1458 | 2025-09-18T23:16:34.943Z | Compiling foreign-types v0.3.2 |
| 1459 | 2025-09-18T23:16:34.988Z | Compiling goblin v0.8.2 |
| 1460 | 2025-09-18T23:16:35.044Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2025-09-18T23:16:35.066Z | Compiling miniz_oxide v0.8.5 |
| 1462 | 2025-09-18T23:16:35.204Z | Compiling time-macros v0.2.18 |
| 1463 | 2025-09-18T23:16:35.298Z | Compiling h2 v0.4.6 |
| 1464 | 2025-09-18T23:16:36.088Z | Compiling deranged v0.3.11 |
| 1465 | 2025-09-18T23:16:37.516Z | Compiling pest_derive v2.7.14 |
| 1466 | 2025-09-18T23:16:37.948Z | Compiling want v0.3.1 |
| 1467 | 2025-09-18T23:16:38.325Z | Compiling rand_chacha v0.9.0 |
| 1468 | 2025-09-18T23:16:40.442Z | Compiling ipnet v2.11.0 |
| 1469 | 2025-09-18T23:16:40.519Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2025-09-18T23:16:40.928Z | Compiling num_threads v0.1.7 |
| 1471 | 2025-09-18T23:16:41.093Z | Compiling crossbeam-utils v0.8.21 |
| 1472 | 2025-09-18T23:16:41.273Z | Compiling native-tls v0.2.12 |
| 1473 | 2025-09-18T23:16:41.561Z | Compiling dyn-clone v1.0.20 |
| 1474 | 2025-09-18T23:16:41.663Z | Compiling rustls v0.23.19 |
| 1475 | 2025-09-18T23:16:41.683Z | Compiling httpdate v1.0.3 |
| 1476 | 2025-09-18T23:16:41.815Z | Compiling zerocopy v0.8.26 |
| 1477 | 2025-09-18T23:16:41.976Z | Compiling syn v1.0.109 |
| 1478 | 2025-09-18T23:16:42.318Z | Compiling dof v0.3.0 |
| 1479 | 2025-09-18T23:16:42.675Z | Compiling hyper v1.7.0 |
| 1480 | 2025-09-18T23:16:43.787Z | Compiling time v0.3.36 |
| 1481 | 2025-09-18T23:16:44.305Z | Compiling rand v0.9.2 |
| 1482 | 2025-09-18T23:16:45.223Z | Compiling dtrace-parser v0.2.0 |
| 1483 | 2025-09-18T23:16:45.342Z | Compiling unicode-normalization v0.1.24 |
| 1484 | 2025-09-18T23:16:46.154Z | Compiling heapless v0.7.17 |
| 1485 | 2025-09-18T23:16:46.229Z | Compiling signature v2.2.0 |
| 1486 | 2025-09-18T23:16:46.411Z | Compiling zerocopy-derive v0.8.26 |
| 1487 | 2025-09-18T23:16:46.535Z | Compiling cookie v0.18.1 |
| 1488 | 2025-09-18T23:16:46.631Z | Compiling crc32fast v1.4.2 |
| 1489 | 2025-09-18T23:16:46.875Z | Compiling siphasher v0.3.11 |
| 1490 | 2025-09-18T23:16:46.956Z | Compiling signal-hook v0.3.18 |
| 1491 | 2025-09-18T23:16:47.083Z | Compiling slog v2.7.0 |
| 1492 | 2025-09-18T23:16:47.284Z | Compiling zlib-rs v0.5.1 |
| 1493 | 2025-09-18T23:16:47.306Z | Compiling zstd-safe v7.2.3 |
| 1494 | 2025-09-18T23:16:47.622Z | Compiling unicode-properties v0.1.3 |
| 1495 | 2025-09-18T23:16:47.675Z | Compiling unicode-bidi v0.3.17 |
| 1496 | 2025-09-18T23:16:48.162Z | Compiling phf_shared v0.11.2 |
| 1497 | 2025-09-18T23:16:48.392Z | Compiling stringprep v0.1.5 |
| 1498 | 2025-09-18T23:16:48.942Z | Compiling usdt-impl v0.5.0 |
| 1499 | 2025-09-18T23:16:49.138Z | Compiling hyper-util v0.1.16 |
| 1500 | 2025-09-18T23:16:50.430Z | Compiling curve25519-dalek v4.1.3 |
| 1501 | 2025-09-18T23:16:50.594Z | Compiling rand_chacha v0.3.1 |
| 1502 | 2025-09-18T23:16:51.140Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2025-09-18T23:16:51.388Z | Compiling serde_tokenstream v0.2.2 |
| 1504 | 2025-09-18T23:16:51.491Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2025-09-18T23:16:51.972Z | Compiling md-5 v0.10.6 |
| 1506 | 2025-09-18T23:16:52.053Z | Compiling num-integer v0.1.46 |
| 1507 | 2025-09-18T23:16:52.271Z | Compiling sync_wrapper v1.0.1 |
| 1508 | 2025-09-18T23:16:52.461Z | Compiling hash32 v0.2.1 |
| 1509 | 2025-09-18T23:16:52.817Z | Compiling ff v0.13.0 |
| 1510 | 2025-09-18T23:16:52.860Z | Compiling memoffset v0.9.1 |
| 1511 | 2025-09-18T23:16:52.931Z | Compiling psl-types v2.0.11 |
| 1512 | 2025-09-18T23:16:52.957Z | Compiling smoltcp v0.9.1 |
| 1513 | 2025-09-18T23:16:53.047Z | Compiling cfg_aliases v0.2.1 |
| 1514 | 2025-09-18T23:16:53.120Z | Compiling litrs v0.4.1 |
| 1515 | 2025-09-18T23:16:53.139Z | Compiling fallible-iterator v0.2.0 |
| 1516 | 2025-09-18T23:16:53.162Z | Compiling base16ct v0.2.0 |
| 1517 | 2025-09-18T23:16:53.196Z | Compiling gimli v0.31.1 |
| 1518 | 2025-09-18T23:16:53.497Z | Compiling libz-rs-sys v0.5.1 |
| 1519 | 2025-09-18T23:16:53.614Z | Compiling num-bigint-dig v0.8.4 |
| 1520 | 2025-09-18T23:16:53.785Z | Compiling newtype-uuid v1.2.4 |
| 1521 | 2025-09-18T23:16:53.813Z | Compiling tower-layer v0.3.3 |
| 1522 | 2025-09-18T23:16:53.994Z | Compiling postgres-protocol v0.6.8 |
| 1523 | 2025-09-18T23:16:54.111Z | Compiling tower v0.5.2 |
| 1524 | 2025-09-18T23:16:54.164Z | Compiling flate2 v1.1.2 |
| 1525 | 2025-09-18T23:16:54.182Z | Compiling document-features v0.2.11 |
| 1526 | 2025-09-18T23:16:54.315Z | Compiling sec1 v0.7.3 |
| 1527 | 2025-09-18T23:16:54.977Z | Compiling nix v0.29.0 |
| 1528 | 2025-09-18T23:16:55.053Z | Compiling publicsuffix v2.3.0 |
| 1529 | 2025-09-18T23:16:55.109Z | Compiling group v0.13.0 |
| 1530 | 2025-09-18T23:16:55.375Z | Compiling num-iter v0.1.45 |
| 1531 | 2025-09-18T23:16:55.460Z | Compiling rand v0.8.5 |
| 1532 | 2025-09-18T23:16:55.588Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2025-09-18T23:16:56.320Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2025-09-18T23:16:56.683Z | Compiling strum_macros v0.27.1 |
| 1535 | 2025-09-18T23:16:56.713Z | Compiling rustls-native-certs v0.8.1 |
| 1536 | 2025-09-18T23:16:56.811Z | Compiling http-body-util v0.1.3 |
| 1537 | 2025-09-18T23:16:57.172Z | Compiling terminal_size v0.4.0 |
| 1538 | 2025-09-18T23:16:57.253Z | Compiling hkdf v0.12.4 |
| 1539 | 2025-09-18T23:16:57.303Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2025-09-18T23:16:57.427Z | Compiling addr2line v0.24.2 |
| 1541 | 2025-09-18T23:16:57.470Z | Compiling webpki-roots v1.0.1 |
| 1542 | 2025-09-18T23:16:57.552Z | Compiling async-trait v0.1.89 |
| 1543 | 2025-09-18T23:16:57.700Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1544 | 2025-09-18T23:16:58.018Z | Compiling thiserror-impl v2.0.16 |
| 1545 | 2025-09-18T23:16:58.131Z | Compiling ahash v0.8.12 |
| 1546 | 2025-09-18T23:16:58.522Z | Compiling fs-err v3.1.1 |
| 1547 | 2025-09-18T23:16:58.894Z | Compiling object v0.36.5 |
| 1548 | 2025-09-18T23:16:59.147Z | Compiling bitflags v1.3.2 |
| 1549 | 2025-09-18T23:16:59.276Z | Compiling buf-list v1.0.3 |
| 1550 | 2025-09-18T23:16:59.912Z | Compiling bumpalo v3.16.0 |
| 1551 | 2025-09-18T23:17:00.071Z | Compiling lockfree-object-pool v0.1.6 |
| 1552 | 2025-09-18T23:17:00.365Z | Compiling winnow v0.5.40 |
| 1553 | 2025-09-18T23:17:00.426Z | Compiling anyhow v1.0.99 |
| 1554 | 2025-09-18T23:17:01.063Z | Compiling rustc-demangle v0.1.24 |
| 1555 | 2025-09-18T23:17:01.208Z | Compiling simd-adler32 v0.3.7 |
| 1556 | 2025-09-18T23:17:01.327Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2025-09-18T23:17:01.736Z | Compiling rustix v1.0.7 |
| 1558 | 2025-09-18T23:17:01.759Z | Compiling managed v0.8.0 |
| 1559 | 2025-09-18T23:17:01.956Z | Compiling iri-string v0.7.8 |
| 1560 | 2025-09-18T23:17:02.252Z | Compiling hubpack v0.1.2 |
| 1561 | 2025-09-18T23:17:02.645Z | Compiling clap_builder v4.5.41 |
| 1562 | 2025-09-18T23:17:02.685Z | Compiling strum v0.27.2 |
| 1563 | 2025-09-18T23:17:02.883Z | Compiling zopfli v0.8.1 |
| 1564 | 2025-09-18T23:17:03.080Z | Compiling thiserror v2.0.16 |
| 1565 | 2025-09-18T23:17:03.688Z | Compiling toml_edit v0.19.15 |
| 1566 | 2025-09-18T23:17:03.832Z | Compiling elliptic-curve v0.13.8 |
| 1567 | 2025-09-18T23:17:04.695Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2025-09-18T23:17:05.169Z | Compiling tower-http v0.6.6 |
| 1569 | 2025-09-18T23:17:05.765Z | Compiling backtrace v0.3.74 |
| 1570 | 2025-09-18T23:17:06.081Z | Compiling oxnet v0.1.3 |
| 1571 | 2025-09-18T23:17:06.136Z | Compiling cookie_store v0.21.1 |
| 1572 | 2025-09-18T23:17:06.862Z | Compiling signal-hook-mio v0.2.4 |
| 1573 | 2025-09-18T23:17:07.060Z | Compiling zstd v0.13.3 |
| 1574 | 2025-09-18T23:17:07.617Z | Compiling postgres-types v0.2.9 |
| 1575 | 2025-09-18T23:17:08.144Z | Compiling usdt-attr-macro v0.5.0 |
| 1576 | 2025-09-18T23:17:08.579Z | Compiling usdt-macro v0.5.0 |
| 1577 | 2025-09-18T23:17:08.940Z | Compiling phf v0.11.2 |
| 1578 | 2025-09-18T23:17:09.251Z | Compiling ed25519 v2.2.3 |
| 1579 | 2025-09-18T23:17:09.739Z | Compiling bzip2 v0.4.4 |
| 1580 | 2025-09-18T23:17:10.085Z | Compiling bzip2 v0.5.2 |
| 1581 | 2025-09-18T23:17:10.179Z | Compiling strum_macros v0.26.4 |
| 1582 | 2025-09-18T23:17:10.390Z | Compiling pkcs1 v0.7.5 |
| 1583 | 2025-09-18T23:17:10.440Z | Compiling serde_urlencoded v0.7.1 |
| 1584 | 2025-09-18T23:17:10.490Z | Compiling serde-big-array v0.5.1 |
| 1585 | 2025-09-18T23:17:10.749Z | Compiling rfc6979 v0.4.0 |
| 1586 | 2025-09-18T23:17:10.952Z | Compiling bstr v1.10.0 |
| 1587 | 2025-09-18T23:17:10.974Z | Compiling enum-as-inner v0.6.1 |
| 1588 | 2025-09-18T23:17:11.164Z | Compiling clap_derive v4.5.41 |
| 1589 | 2025-09-18T23:17:11.300Z | Compiling daft-derive v0.1.4 |
| 1590 | 2025-09-18T23:17:11.961Z | Compiling serde_repr v0.1.19 |
| 1591 | 2025-09-18T23:17:12.042Z | Compiling float-cmp v0.10.0 |
| 1592 | 2025-09-18T23:17:12.303Z | Compiling socket2 v0.5.10 |
| 1593 | 2025-09-18T23:17:12.485Z | Compiling encoding_rs v0.8.34 |
| 1594 | 2025-09-18T23:17:12.888Z | Compiling unicode-segmentation v1.12.0 |
| 1595 | 2025-09-18T23:17:13.081Z | Compiling whoami v1.5.2 |
| 1596 | 2025-09-18T23:17:13.176Z | Compiling data-encoding v2.9.0 |
| 1597 | 2025-09-18T23:17:13.650Z | Compiling new_debug_unreachable v1.0.6 |
| 1598 | 2025-09-18T23:17:13.748Z | Compiling precomputed-hash v0.1.1 |
| 1599 | 2025-09-18T23:17:13.774Z | Compiling static_assertions v1.1.0 |
| 1600 | 2025-09-18T23:17:13.886Z | Compiling difflib v0.4.0 |
| 1601 | 2025-09-18T23:17:13.910Z | Compiling fixedbitset v0.4.2 |
| 1602 | 2025-09-18T23:17:14.363Z | Compiling mime v0.3.17 |
| 1603 | 2025-09-18T23:17:14.705Z | Compiling normalize-line-endings v0.3.0 |
| 1604 | 2025-09-18T23:17:14.902Z | Compiling predicates-core v1.0.8 |
| 1605 | 2025-09-18T23:17:14.945Z | Compiling strum v0.26.3 |
| 1606 | 2025-09-18T23:17:15.005Z | Compiling toml_edit v0.22.27 |
| 1607 | 2025-09-18T23:17:15.146Z | Compiling predicates v3.1.3 |
| 1608 | 2025-09-18T23:17:15.237Z | Compiling petgraph v0.6.5 |
| 1609 | 2025-09-18T23:17:15.259Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1610 | 2025-09-18T23:17:15.683Z | Compiling clap v4.5.41 |
| 1611 | 2025-09-18T23:17:15.820Z | Compiling string_cache v0.8.9 |
| 1612 | 2025-09-18T23:17:16.251Z | Compiling hickory-proto v0.25.2 |
| 1613 | 2025-09-18T23:17:16.273Z | Compiling similar v2.7.0 |
| 1614 | 2025-09-18T23:17:16.626Z | Compiling tokio-postgres v0.7.13 |
| 1615 | 2025-09-18T23:17:18.071Z | Compiling daft v0.1.4 |
| 1616 | 2025-09-18T23:17:18.351Z | Compiling usdt v0.5.0 |
| 1617 | 2025-09-18T23:17:18.634Z | Compiling ecdsa v0.16.9 |
| 1618 | 2025-09-18T23:17:18.860Z | Compiling rsa v0.9.6 |
| 1619 | 2025-09-18T23:17:18.887Z | Compiling zip v4.2.0 |
| 1620 | 2025-09-18T23:17:19.512Z | Compiling zip v0.6.6 |
| 1621 | 2025-09-18T23:17:20.837Z | Compiling ed25519-dalek v2.1.1 |
| 1622 | 2025-09-18T23:17:22.015Z | Compiling crossterm v0.28.1 |
| 1623 | 2025-09-18T23:17:22.038Z | Compiling toml v0.7.8 |
| 1624 | 2025-09-18T23:17:23.404Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1625 | 2025-09-18T23:17:23.493Z | Compiling crossbeam-epoch v0.9.18 |
| 1626 | 2025-09-18T23:17:23.639Z | Compiling tokio-stream v0.1.17 |
| 1627 | 2025-09-18T23:17:23.857Z | Compiling x509-cert v0.2.5 |
| 1628 | 2025-09-18T23:17:24.198Z | Compiling openapiv3 v2.2.0 |
| 1629 | 2025-09-18T23:17:24.621Z | Compiling sha1 v0.10.6 |
| 1630 | 2025-09-18T23:17:25.087Z | Compiling itertools v0.10.5 |
| 1631 | 2025-09-18T23:17:25.270Z | Compiling itertools v0.13.0 |
| 1632 | 2025-09-18T23:17:26.188Z | Compiling winnow v0.6.26 |
| 1633 | 2025-09-18T23:17:26.684Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2025-09-18T23:17:27.072Z | Compiling rustc-hash v2.1.1 |
| 1635 | 2025-09-18T23:17:27.298Z | Compiling peg-runtime v0.8.5 |
| 1636 | 2025-09-18T23:17:27.676Z | Compiling thread_local v1.1.8 |
| 1637 | 2025-09-18T23:17:27.886Z | Compiling slog-async v2.8.0 |
| 1638 | 2025-09-18T23:17:28.188Z | Compiling crossbeam-channel v0.5.15 |
| 1639 | 2025-09-18T23:17:28.225Z | Compiling xattr v1.3.1 |
| 1640 | 2025-09-18T23:17:28.247Z | Compiling futures-executor v0.3.31 |
| 1641 | 2025-09-18T23:17:28.313Z | Compiling is-terminal v0.4.13 |
| 1642 | 2025-09-18T23:17:28.354Z | Compiling filetime v0.2.25 |
| 1643 | 2025-09-18T23:17:28.469Z | Compiling term v1.1.0 |
| 1644 | 2025-09-18T23:17:28.492Z | Compiling take_mut v0.2.2 |
| 1645 | 2025-09-18T23:17:28.669Z | Compiling tar v0.4.44 |
| 1646 | 2025-09-18T23:17:28.692Z | Compiling futures v0.3.31 |
| 1647 | 2025-09-18T23:17:29.155Z | Compiling slog-term v2.9.2 |
| 1648 | 2025-09-18T23:17:33.101Z | Compiling aws-lc-sys v0.26.0 |
| 1649 | 2025-09-18T23:18:06.036Z | Compiling rustls-webpki v0.102.8 |
| 1650 | 2025-09-18T23:18:10.642Z | Compiling tokio-rustls v0.26.0 |
| 1651 | 2025-09-18T23:18:10.911Z | Compiling hyper-rustls v0.27.7 |
| 1652 | 2025-09-18T23:18:11.257Z | Compiling reqwest v0.12.22 |
| 1653 | 2025-09-18T23:18:14.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1654 | 2025-09-18T23:18:15.068Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1655 | 2025-09-18T23:18:19.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1656 | 2025-09-18T23:18:19.929Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1657 | 2025-09-18T23:18:19.989Z | Sep 18 23:18:18.311 INFO Starting download, target: Clickhouse |
| 1658 | 2025-09-18T23:18:19.989Z | Sep 18 23:18:18.312 INFO Starting download, target: Console |
| 1659 | 2025-09-18T23:18:19.989Z | Sep 18 23:18:18.312 INFO Starting download, target: DendriteStub |
| 1660 | 2025-09-18T23:18:19.992Z | Sep 18 23:18:18.312 INFO Starting download, target: Cockroach |
| 1661 | 2025-09-18T23:18:19.992Z | Sep 18 23:18:18.312 INFO Starting download, target: MaghemiteMgd |
| 1662 | 2025-09-18T23:18:19.992Z | Sep 18 23:18:18.312 INFO Starting download, target: TransceiverControl |
| 1663 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.312 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1664 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.312 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1665 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.312 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1666 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.312 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1667 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.313 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1668 | 2025-09-18T23:18:19.993Z | Sep 18 23:18:18.313 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1669 | 2025-09-18T23:18:20.347Z | Sep 18 23:18:18.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1670 | 2025-09-18T23:18:20.533Z | Sep 18 23:18:18.818 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1671 | 2025-09-18T23:18:20.778Z | Sep 18 23:18:19.049 INFO Download complete, target: TransceiverControl |
| 1672 | 2025-09-18T23:18:20.985Z | Sep 18 23:18:19.288 INFO Download complete, target: Console |
| 1673 | 2025-09-18T23:18:21.153Z | Sep 18 23:18:19.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1674 | 2025-09-18T23:18:21.521Z | Sep 18 23:18:19.844 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1675 | 2025-09-18T23:18:21.980Z | Sep 18 23:18:20.302 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1676 | 2025-09-18T23:18:21.980Z | Sep 18 23:18:20.302 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1677 | 2025-09-18T23:18:22.108Z | Sep 18 23:18:20.431 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1678 | 2025-09-18T23:18:25.570Z | Sep 18 23:18:23.893 INFO Download complete, target: MaghemiteMgd |
| 1679 | 2025-09-18T23:18:26.046Z | Sep 18 23:18:24.368 INFO Download complete, target: DendriteStub |
| 1680 | 2025-09-18T23:18:29.065Z | Sep 18 23:18:27.387 INFO Checking that binary works, target: Cockroach |
| 1681 | 2025-09-18T23:18:29.200Z | Sep 18 23:18:27.523 INFO Download complete, target: Cockroach |
| 1682 | 2025-09-18T23:18:32.835Z | Sep 18 23:18:31.157 INFO Checking that binary works, target: Clickhouse |
| 1683 | 2025-09-18T23:18:33.021Z | Sep 18 23:18:31.343 INFO Download complete, target: Clickhouse |
| 1684 | 2025-09-18T23:18:33.028Z | All prerequisites installed successfully |
| 1685 | 2025-09-18T23:18:33.031Z | |
| 1686 | 2025-09-18T23:18:33.031Z | real 5:00.550237393 |
| 1687 | 2025-09-18T23:18:33.031Z | user 16:48.364497772 |
| 1688 | 2025-09-18T23:18:33.031Z | sys 2:23.598683637 |
| 1689 | 2025-09-18T23:18:33.031Z | trap 0.649857547 |
| 1690 | 2025-09-18T23:18:33.031Z | tflt 3.193791682 |
| 1691 | 2025-09-18T23:18:33.031Z | dflt 3.471602608 |
| 1692 | 2025-09-18T23:18:33.031Z | kflt 0.149733412 |
| 1693 | 2025-09-18T23:18:33.031Z | lock 40:01.636357070 |
| 1694 | 2025-09-18T23:18:33.031Z | slp 1:02:00.349659924 |
| 1695 | 2025-09-18T23:18:33.031Z | lat 1:15.097243666 |
| 1696 | 2025-09-18T23:18:33.031Z | stop 2:58.605365861 |
| 1697 | 2025-09-18T23:18:33.031Z | + ptime -m cargo xtask download softnpu |
| 1698 | 2025-09-18T23:18:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1699 | 2025-09-18T23:18:33.821Z | Running `target/debug/xtask download softnpu` |
| 1700 | 2025-09-18T23:18:34.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 1701 | 2025-09-18T23:18:34.989Z | Running `target/debug/xtask-downloader softnpu` |
| 1702 | 2025-09-18T23:18:35.037Z | Sep 18 23:18:33.359 INFO Starting download, target: Softnpu |
| 1703 | 2025-09-18T23:18:35.041Z | Sep 18 23:18:33.359 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1704 | 2025-09-18T23:18:35.643Z | Sep 18 23:18:33.964 INFO Download complete, target: Softnpu |
| 1705 | 2025-09-18T23:18:35.647Z | |
| 1706 | 2025-09-18T23:18:35.650Z | real 2.611724140 |
| 1707 | 2025-09-18T23:18:35.650Z | user 1.636599926 |
| 1708 | 2025-09-18T23:18:35.651Z | sys 0.714510256 |
| 1709 | 2025-09-18T23:18:35.651Z | trap 0.001109847 |
| 1710 | 2025-09-18T23:18:35.651Z | tflt 0.000084777 |
| 1711 | 2025-09-18T23:18:35.651Z | dflt 0.000130161 |
| 1712 | 2025-09-18T23:18:35.651Z | kflt 0.000000000 |
| 1713 | 2025-09-18T23:18:35.651Z | lock 6.536408683 |
| 1714 | 2025-09-18T23:18:35.651Z | slp 0.499809528 |
| 1715 | 2025-09-18T23:18:35.651Z | lat 0.077584004 |
| 1716 | 2025-09-18T23:18:35.651Z | stop 0.000154506 |
| 1717 | 2025-09-18T23:18:35.651Z | + export CARGO_INCREMENTAL=0 |
| 1718 | 2025-09-18T23:18:35.651Z | + CARGO_INCREMENTAL=0 |
| 1719 | 2025-09-18T23:18:35.651Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1720 | 2025-09-18T23:18:36.977Z | Compiling proc-macro2 v1.0.101 |
| 1721 | 2025-09-18T23:18:36.977Z | Compiling unicode-ident v1.0.18 |
| 1722 | 2025-09-18T23:18:36.980Z | Compiling libc v0.2.174 |
| 1723 | 2025-09-18T23:18:36.980Z | Compiling serde_core v1.0.223 |
| 1724 | 2025-09-18T23:18:36.981Z | Compiling serde v1.0.223 |
| 1725 | 2025-09-18T23:18:36.981Z | Compiling autocfg v1.4.0 |
| 1726 | 2025-09-18T23:18:36.981Z | Compiling cfg-if v1.0.1 |
| 1727 | 2025-09-18T23:18:36.981Z | Compiling version_check v0.9.5 |
| 1728 | 2025-09-18T23:18:37.409Z | Compiling memchr v2.7.4 |
| 1729 | 2025-09-18T23:18:37.431Z | Compiling shlex v1.3.0 |
| 1730 | 2025-09-18T23:18:37.787Z | Compiling portable-atomic v1.11.0 |
| 1731 | 2025-09-18T23:18:37.977Z | Compiling lock_api v0.4.12 |
| 1732 | 2025-09-18T23:18:38.313Z | Compiling typenum v1.17.0 |
| 1733 | 2025-09-18T23:18:38.596Z | Compiling generic-array v0.14.7 |
| 1734 | 2025-09-18T23:18:38.704Z | Compiling value-bag v1.9.0 |
| 1735 | 2025-09-18T23:18:39.155Z | Compiling quote v1.0.40 |
| 1736 | 2025-09-18T23:18:39.205Z | Compiling jobserver v0.1.32 |
| 1737 | 2025-09-18T23:18:39.258Z | Compiling log v0.4.27 |
| 1738 | 2025-09-18T23:18:39.461Z | Compiling libm v0.2.8 |
| 1739 | 2025-09-18T23:18:39.479Z | Compiling getrandom v0.3.1 |
| 1740 | 2025-09-18T23:18:39.763Z | Compiling syn v2.0.106 |
| 1741 | 2025-09-18T23:18:39.852Z | Compiling cc v1.2.30 |
| 1742 | 2025-09-18T23:18:39.855Z | Compiling num-traits v0.2.19 |
| 1743 | 2025-09-18T23:18:39.903Z | Compiling serde_json v1.0.145 |
| 1744 | 2025-09-18T23:18:40.004Z | Compiling parking_lot_core v0.9.10 |
| 1745 | 2025-09-18T23:18:40.256Z | Compiling semver v1.0.26 |
| 1746 | 2025-09-18T23:18:40.397Z | Compiling scopeguard v1.2.0 |
| 1747 | 2025-09-18T23:18:40.466Z | Compiling smallvec v1.15.1 |
| 1748 | 2025-09-18T23:18:40.761Z | Compiling pkg-config v0.3.31 |
| 1749 | 2025-09-18T23:18:40.984Z | Compiling getrandom v0.2.15 |
| 1750 | 2025-09-18T23:18:41.067Z | Compiling itoa v1.0.11 |
| 1751 | 2025-09-18T23:18:41.346Z | Compiling aho-corasick v1.1.3 |
| 1752 | 2025-09-18T23:18:41.368Z | Compiling regex-syntax v0.8.5 |
| 1753 | 2025-09-18T23:18:41.492Z | Compiling rustix v0.38.37 |
| 1754 | 2025-09-18T23:18:42.592Z | Compiling either v1.15.0 |
| 1755 | 2025-09-18T23:18:43.041Z | Compiling stable_deref_trait v1.2.0 |
| 1756 | 2025-09-18T23:18:43.205Z | Compiling critical-section v1.1.3 |
| 1757 | 2025-09-18T23:18:43.248Z | Compiling slab v0.4.9 |
| 1758 | 2025-09-18T23:18:43.314Z | Compiling errno v0.3.12 |
| 1759 | 2025-09-18T23:18:43.550Z | Compiling spin v0.9.8 |
| 1760 | 2025-09-18T23:18:43.573Z | Compiling equivalent v1.0.2 |
| 1761 | 2025-09-18T23:18:43.611Z | Compiling foldhash v0.1.5 |
| 1762 | 2025-09-18T23:18:43.714Z | Compiling allocator-api2 v0.2.21 |
| 1763 | 2025-09-18T23:18:43.836Z | Compiling rand_core v0.6.4 |
| 1764 | 2025-09-18T23:18:44.246Z | Compiling glob v0.3.2 |
| 1765 | 2025-09-18T23:18:44.455Z | Compiling once_cell v1.21.3 |
| 1766 | 2025-09-18T23:18:44.477Z | Compiling hashbrown v0.15.4 |
| 1767 | 2025-09-18T23:18:44.934Z | Compiling regex-automata v0.4.8 |
| 1768 | 2025-09-18T23:18:44.957Z | Compiling clang-sys v1.8.1 |
| 1769 | 2025-09-18T23:18:45.261Z | Compiling pin-project-lite v0.2.14 |
| 1770 | 2025-09-18T23:18:45.431Z | Compiling ryu v1.0.18 |
| 1771 | 2025-09-18T23:18:45.603Z | Compiling subtle v2.6.1 |
| 1772 | 2025-09-18T23:18:45.662Z | Compiling prettyplease v0.2.36 |
| 1773 | 2025-09-18T23:18:46.061Z | Compiling lazy_static v1.5.0 |
| 1774 | 2025-09-18T23:18:46.207Z | Compiling minimal-lexical v0.2.1 |
| 1775 | 2025-09-18T23:18:46.229Z | Compiling schemars v0.8.22 |
| 1776 | 2025-09-18T23:18:46.339Z | Compiling writeable v0.5.5 |
| 1777 | 2025-09-18T23:18:46.550Z | Compiling litemap v0.7.3 |
| 1778 | 2025-09-18T23:18:46.619Z | Compiling nom v7.1.3 |
| 1779 | 2025-09-18T23:18:47.084Z | Compiling synstructure v0.13.1 |
| 1780 | 2025-09-18T23:18:47.188Z | Compiling serde_derive_internals v0.29.1 |
| 1781 | 2025-09-18T23:18:48.154Z | Compiling libloading v0.8.5 |
| 1782 | 2025-09-18T23:18:48.474Z | Compiling bindgen v0.69.5 |
| 1783 | 2025-09-18T23:18:48.530Z | Compiling home v0.5.9 |
| 1784 | 2025-09-18T23:18:48.636Z | Compiling percent-encoding v2.3.2 |
| 1785 | 2025-09-18T23:18:48.950Z | Compiling thiserror v1.0.69 |
| 1786 | 2025-09-18T23:18:49.488Z | Compiling itertools v0.12.1 |
| 1787 | 2025-09-18T23:18:49.965Z | Compiling cexpr v0.6.0 |
| 1788 | 2025-09-18T23:18:50.438Z | Compiling regex v1.11.1 |
| 1789 | 2025-09-18T23:18:50.695Z | Compiling serde_derive v1.0.223 |
| 1790 | 2025-09-18T23:18:51.326Z | Compiling zeroize_derive v1.4.2 |
| 1791 | 2025-09-18T23:18:51.413Z | Compiling zerofrom-derive v0.1.4 |
| 1792 | 2025-09-18T23:18:52.062Z | Compiling yoke-derive v0.7.4 |
| 1793 | 2025-09-18T23:18:52.428Z | Compiling zerovec-derive v0.10.3 |
| 1794 | 2025-09-18T23:18:52.688Z | Compiling displaydoc v0.2.5 |
| 1795 | 2025-09-18T23:18:54.047Z | Compiling icu_provider_macros v1.5.0 |
| 1796 | 2025-09-18T23:18:54.087Z | Compiling tokio-macros v2.5.0 |
| 1797 | 2025-09-18T23:18:54.310Z | Compiling zeroize v1.8.1 |
| 1798 | 2025-09-18T23:18:54.389Z | Compiling zerocopy-derive v0.7.35 |
| 1799 | 2025-09-18T23:18:54.701Z | Compiling zerofrom v0.1.4 |
| 1800 | 2025-09-18T23:18:54.705Z | Compiling futures-macro v0.3.31 |
| 1801 | 2025-09-18T23:18:54.970Z | Compiling yoke v0.7.4 |
| 1802 | 2025-09-18T23:18:55.325Z | Compiling zerovec v0.10.4 |
| 1803 | 2025-09-18T23:18:55.377Z | Compiling schemars_derive v0.8.22 |
| 1804 | 2025-09-18T23:18:55.808Z | Compiling lazycell v1.3.0 |
| 1805 | 2025-09-18T23:18:56.024Z | Compiling rustc-hash v1.1.0 |
| 1806 | 2025-09-18T23:18:56.047Z | Compiling icu_locid_transform_data v1.5.0 |
| 1807 | 2025-09-18T23:18:56.210Z | Compiling thiserror-impl v1.0.69 |
| 1808 | 2025-09-18T23:18:56.586Z | Compiling cmake v0.1.51 |
| 1809 | 2025-09-18T23:18:57.272Z | Compiling signal-hook-registry v1.4.2 |
| 1810 | 2025-09-18T23:18:57.379Z | Compiling fs_extra v1.3.0 |
| 1811 | 2025-09-18T23:18:57.928Z | Compiling tinystr v0.7.6 |
| 1812 | 2025-09-18T23:18:57.928Z | Compiling icu_collections v1.5.0 |
| 1813 | 2025-09-18T23:18:57.993Z | Compiling byteorder v1.5.0 |
| 1814 | 2025-09-18T23:18:58.355Z | Compiling icu_locid v1.5.0 |
| 1815 | 2025-09-18T23:18:58.359Z | Compiling icu_properties_data v1.5.0 |
| 1816 | 2025-09-18T23:18:58.557Z | Compiling bitflags v2.9.1 |
| 1817 | 2025-09-18T23:18:58.642Z | Compiling bytes v1.10.1 |
| 1818 | 2025-09-18T23:18:58.688Z | Compiling fnv v1.0.7 |
| 1819 | 2025-09-18T23:18:58.854Z | Compiling paste v1.0.15 |
| 1820 | 2025-09-18T23:18:59.024Z | Compiling dunce v1.0.5 |
| 1821 | 2025-09-18T23:18:59.471Z | Compiling parking_lot v0.12.3 |
| 1822 | 2025-09-18T23:19:00.038Z | Compiling icu_provider v1.5.0 |
| 1823 | 2025-09-18T23:19:00.575Z | Compiling mio v1.0.2 |
| 1824 | 2025-09-18T23:19:01.054Z | Compiling icu_locid_transform v1.5.0 |
| 1825 | 2025-09-18T23:19:01.487Z | Compiling heck v0.5.0 |
| 1826 | 2025-09-18T23:19:01.968Z | Compiling icu_normalizer_data v1.5.0 |
| 1827 | 2025-09-18T23:19:01.992Z | Compiling utf16_iter v1.0.5 |
| 1828 | 2025-09-18T23:19:02.090Z | Compiling utf8_iter v1.0.4 |
| 1829 | 2025-09-18T23:19:02.192Z | Compiling write16 v1.0.0 |
| 1830 | 2025-09-18T23:19:02.288Z | Compiling crypto-common v0.1.6 |
| 1831 | 2025-09-18T23:19:02.526Z | Compiling socket2 v0.6.0 |
| 1832 | 2025-09-18T23:19:02.546Z | Compiling icu_properties v1.5.1 |
| 1833 | 2025-09-18T23:19:02.829Z | Compiling which v4.4.2 |
| 1834 | 2025-09-18T23:19:02.969Z | Compiling const-oid v0.9.6 |
| 1835 | 2025-09-18T23:19:04.348Z | Compiling tokio v1.47.0 |
| 1836 | 2025-09-18T23:19:04.932Z | Compiling indexmap v2.11.0 |
| 1837 | 2025-09-18T23:19:05.566Z | Compiling form_urlencoded v1.2.2 |
| 1838 | 2025-09-18T23:19:05.827Z | Compiling ring v0.17.14 |
| 1839 | 2025-09-18T23:19:06.433Z | Compiling icu_normalizer v1.5.0 |
| 1840 | 2025-09-18T23:19:06.904Z | Compiling tracing-attributes v0.1.27 |
| 1841 | 2025-09-18T23:19:07.121Z | Compiling der_derive v0.7.3 |
| 1842 | 2025-09-18T23:19:07.534Z | Compiling idna_adapter v1.2.0 |
| 1843 | 2025-09-18T23:19:07.791Z | Compiling idna v1.0.3 |
| 1844 | 2025-09-18T23:19:07.921Z | Compiling vcpkg v0.2.15 |
| 1845 | 2025-09-18T23:19:08.892Z | Compiling thiserror v2.0.16 |
| 1846 | 2025-09-18T23:19:09.278Z | Compiling aws-lc-rs v1.12.4 |
| 1847 | 2025-09-18T23:19:09.502Z | Compiling openssl-sys v0.9.109 |
| 1848 | 2025-09-18T23:19:09.727Z | Compiling url v2.5.4 |
| 1849 | 2025-09-18T23:19:11.563Z | Compiling block-buffer v0.10.4 |
| 1850 | 2025-09-18T23:19:11.751Z | Compiling futures-core v0.3.31 |
| 1851 | 2025-09-18T23:19:11.868Z | Compiling digest v0.10.7 |
| 1852 | 2025-09-18T23:19:12.033Z | Compiling thiserror-impl v2.0.16 |
| 1853 | 2025-09-18T23:19:13.001Z | Compiling httparse v1.9.5 |
| 1854 | 2025-09-18T23:19:13.606Z | Compiling zerocopy v0.7.35 |
| 1855 | 2025-09-18T23:19:14.176Z | Compiling iana-time-zone v0.1.63 |
| 1856 | 2025-09-18T23:19:14.546Z | Compiling chrono v0.4.41 |
| 1857 | 2025-09-18T23:19:14.926Z | Compiling aws-lc-sys v0.26.0 |
| 1858 | 2025-09-18T23:19:15.272Z | Compiling uuid v1.18.1 |
| 1859 | 2025-09-18T23:19:15.427Z | Compiling syn v1.0.109 |
| 1860 | 2025-09-18T23:19:16.671Z | Compiling num-conv v0.1.0 |
| 1861 | 2025-09-18T23:19:16.958Z | Compiling futures-sink v0.3.31 |
| 1862 | 2025-09-18T23:19:17.060Z | Compiling time-core v0.1.2 |
| 1863 | 2025-09-18T23:19:17.171Z | Compiling futures-channel v0.3.31 |
| 1864 | 2025-09-18T23:19:17.282Z | Compiling time-macros v0.2.18 |
| 1865 | 2025-09-18T23:19:18.753Z | Compiling strsim v0.11.1 |
| 1866 | 2025-09-18T23:19:19.130Z | Compiling pin-utils v0.1.0 |
| 1867 | 2025-09-18T23:19:19.263Z | Compiling openssl v0.10.73 |
| 1868 | 2025-09-18T23:19:19.394Z | Compiling futures-task v0.3.31 |
| 1869 | 2025-09-18T23:19:19.627Z | Compiling futures-io v0.3.31 |
| 1870 | 2025-09-18T23:19:19.718Z | Compiling cpufeatures v0.2.14 |
| 1871 | 2025-09-18T23:19:19.857Z | Compiling futures-util v0.3.31 |
| 1872 | 2025-09-18T23:19:19.992Z | Compiling hmac v0.12.1 |
| 1873 | 2025-09-18T23:19:20.110Z | Compiling rustc_version v0.4.1 |
| 1874 | 2025-09-18T23:19:20.257Z | Compiling serde_tokenstream v0.2.2 |
| 1875 | 2025-09-18T23:19:20.692Z | Compiling zerocopy v0.8.26 |
| 1876 | 2025-09-18T23:19:21.040Z | Compiling block-padding v0.3.3 |
| 1877 | 2025-09-18T23:19:21.317Z | Compiling openssl-macros v0.1.1 |
| 1878 | 2025-09-18T23:19:21.452Z | Compiling scroll_derive v0.12.0 |
| 1879 | 2025-09-18T23:19:22.130Z | Compiling dyn-clone v1.0.20 |
| 1880 | 2025-09-18T23:19:22.435Z | Compiling rustls v0.23.19 |
| 1881 | 2025-09-18T23:19:22.798Z | Compiling native-tls v0.2.12 |
| 1882 | 2025-09-18T23:19:22.869Z | Compiling crossbeam-utils v0.8.21 |
| 1883 | 2025-09-18T23:19:22.892Z | Compiling ucd-trie v0.1.7 |
| 1884 | 2025-09-18T23:19:23.177Z | Compiling pest v2.7.14 |
| 1885 | 2025-09-18T23:19:23.366Z | Compiling inout v0.1.3 |
| 1886 | 2025-09-18T23:19:23.425Z | Compiling zerocopy-derive v0.8.26 |
| 1887 | 2025-09-18T23:19:26.152Z | Compiling pest_meta v2.7.14 |
| 1888 | 2025-09-18T23:19:26.340Z | Compiling cipher v0.4.4 |
| 1889 | 2025-09-18T23:19:26.501Z | Compiling sha2 v0.10.9 |
| 1890 | 2025-09-18T23:19:27.333Z | Compiling http v1.3.1 |
| 1891 | 2025-09-18T23:19:28.285Z | Compiling cookie v0.18.1 |
| 1892 | 2025-09-18T23:19:28.559Z | Compiling base64ct v1.6.0 |
| 1893 | 2025-09-18T23:19:29.155Z | Compiling rustversion v1.0.17 |
| 1894 | 2025-09-18T23:19:29.406Z | Compiling pem-rfc7468 v0.7.0 |
| 1895 | 2025-09-18T23:19:29.778Z | Compiling pest_generator v2.7.14 |
| 1896 | 2025-09-18T23:19:29.966Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1897 | 2025-09-18T23:19:30.666Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1898 | 2025-09-18T23:19:31.205Z | Compiling flagset v0.4.6 |
| 1899 | 2025-09-18T23:19:31.356Z | Compiling anyhow v1.0.99 |
| 1900 | 2025-09-18T23:19:31.444Z | Compiling slog v2.7.0 |
| 1901 | 2025-09-18T23:19:31.953Z | Compiling der v0.7.9 |
| 1902 | 2025-09-18T23:19:32.012Z | Compiling pest_derive v2.7.14 |
| 1903 | 2025-09-18T23:19:33.172Z | Compiling serde_spanned v0.6.9 |
| 1904 | 2025-09-18T23:19:33.195Z | Compiling toml_datetime v0.6.11 |
| 1905 | 2025-09-18T23:19:33.416Z | Compiling tracing-core v0.1.32 |
| 1906 | 2025-09-18T23:19:33.499Z | Compiling usdt-impl v0.5.0 |
| 1907 | 2025-09-18T23:19:33.713Z | Compiling rustls-pki-types v1.10.0 |
| 1908 | 2025-09-18T23:19:34.082Z | Compiling spki v0.7.3 |
| 1909 | 2025-09-18T23:19:34.188Z | Compiling salsa20 v0.10.2 |
| 1910 | 2025-09-18T23:19:34.457Z | Compiling tracing v0.1.40 |
| 1911 | 2025-09-18T23:19:34.487Z | Compiling scroll v0.12.0 |
| 1912 | 2025-09-18T23:19:34.625Z | Compiling pbkdf2 v0.12.2 |
| 1913 | 2025-09-18T23:19:34.696Z | Compiling ppv-lite86 v0.2.20 |
| 1914 | 2025-09-18T23:19:35.469Z | Compiling litrs v0.4.1 |
| 1915 | 2025-09-18T23:19:35.493Z | Compiling winnow v0.5.40 |
| 1916 | 2025-09-18T23:19:35.544Z | Compiling rustix v1.0.7 |
| 1917 | 2025-09-18T23:19:35.569Z | Compiling plain v0.2.3 |
| 1918 | 2025-09-18T23:19:35.728Z | Compiling goblin v0.8.2 |
| 1919 | 2025-09-18T23:19:35.794Z | Compiling scrypt v0.11.0 |
| 1920 | 2025-09-18T23:19:36.036Z | Compiling aes v0.8.4 |
| 1921 | 2025-09-18T23:19:36.150Z | Compiling cbc v0.1.2 |
| 1922 | 2025-09-18T23:19:36.244Z | Compiling tokio-util v0.7.15 |
| 1923 | 2025-09-18T23:19:36.424Z | Compiling document-features v0.2.11 |
| 1924 | 2025-09-18T23:19:37.552Z | Compiling newtype-uuid v1.2.4 |
| 1925 | 2025-09-18T23:19:37.891Z | Compiling pretty-hex v0.4.1 |
| 1926 | 2025-09-18T23:19:38.139Z | Compiling untrusted v0.7.1 |
| 1927 | 2025-09-18T23:19:38.356Z | Compiling powerfmt v0.2.0 |
| 1928 | 2025-09-18T23:19:38.853Z | Compiling toml_edit v0.19.15 |
| 1929 | 2025-09-18T23:19:38.898Z | Compiling adler2 v2.0.0 |
| 1930 | 2025-09-18T23:19:39.203Z | Compiling untrusted v0.9.0 |
| 1931 | 2025-09-18T23:19:39.428Z | Compiling miniz_oxide v0.8.5 |
| 1932 | 2025-09-18T23:19:39.650Z | Compiling deranged v0.3.11 |
| 1933 | 2025-09-18T23:19:40.776Z | Compiling pkcs5 v0.7.1 |
| 1934 | 2025-09-18T23:19:41.349Z | Compiling dof v0.3.0 |
| 1935 | 2025-09-18T23:19:42.864Z | Compiling dtrace-parser v0.2.0 |
| 1936 | 2025-09-18T23:19:43.044Z | Compiling http-body v1.0.1 |
| 1937 | 2025-09-18T23:19:43.334Z | Compiling heapless v0.7.17 |
| 1938 | 2025-09-18T23:19:44.223Z | Compiling thread-id v4.2.2 |
| 1939 | 2025-09-18T23:19:44.371Z | Compiling zstd-safe v7.2.3 |
| 1940 | 2025-09-18T23:19:44.400Z | Compiling num_threads v0.1.7 |
| 1941 | 2025-09-18T23:19:44.453Z | Compiling base64 v0.22.1 |
| 1942 | 2025-09-18T23:19:44.697Z | Compiling signal-hook v0.3.18 |
| 1943 | 2025-09-18T23:19:44.866Z | Compiling atomic-waker v1.1.2 |
| 1944 | 2025-09-18T23:19:45.070Z | Compiling time v0.3.36 |
| 1945 | 2025-09-18T23:19:46.292Z | Compiling pkcs8 v0.10.2 |
| 1946 | 2025-09-18T23:19:46.940Z | Compiling tower-service v0.3.3 |
| 1947 | 2025-09-18T23:19:47.106Z | Compiling tinyvec_macros v0.1.1 |
| 1948 | 2025-09-18T23:19:47.809Z | Compiling ident_case v1.0.1 |
| 1949 | 2025-09-18T23:19:48.008Z | Compiling try-lock v0.2.5 |
| 1950 | 2025-09-18T23:19:48.212Z | Compiling want v0.3.1 |
| 1951 | 2025-09-18T23:19:48.531Z | Compiling tinyvec v1.8.0 |
| 1952 | 2025-09-18T23:19:50.039Z | Compiling h2 v0.4.6 |
| 1953 | 2025-09-18T23:19:51.951Z | Compiling curve25519-dalek v4.1.3 |
| 1954 | 2025-09-18T23:19:52.230Z | Compiling rand_core v0.9.3 |
| 1955 | 2025-09-18T23:19:52.431Z | Compiling ipnet v2.11.0 |
| 1956 | 2025-09-18T23:19:52.629Z | Compiling async-trait v0.1.89 |
| 1957 | 2025-09-18T23:19:54.709Z | Compiling memoffset v0.9.1 |
| 1958 | 2025-09-18T23:19:55.022Z | Compiling foreign-types-shared v0.1.1 |
| 1959 | 2025-09-18T23:19:55.090Z | Compiling gimli v0.31.1 |
| 1960 | 2025-09-18T23:19:55.179Z | Compiling httpdate v1.0.3 |
| 1961 | 2025-09-18T23:19:55.353Z | Compiling openssl-probe v0.1.5 |
| 1962 | 2025-09-18T23:19:55.498Z | Compiling smoltcp v0.9.1 |
| 1963 | 2025-09-18T23:19:56.330Z | Compiling num-bigint-dig v0.8.4 |
| 1964 | 2025-09-18T23:19:56.974Z | Compiling foreign-types v0.3.2 |
| 1965 | 2025-09-18T23:19:58.127Z | Compiling rand_chacha v0.9.0 |
| 1966 | 2025-09-18T23:19:59.017Z | Compiling hyper v1.7.0 |
| 1967 | 2025-09-18T23:20:00.895Z | Compiling addr2line v0.24.2 |
| 1968 | 2025-09-18T23:20:03.664Z | Compiling usdt-attr-macro v0.5.0 |
| 1969 | 2025-09-18T23:20:05.107Z | Compiling usdt-macro v0.5.0 |
| 1970 | 2025-09-18T23:20:07.878Z | Compiling strum_macros v0.26.4 |
| 1971 | 2025-09-18T23:20:09.687Z | Compiling ipnetwork v0.21.1 |
| 1972 | 2025-09-18T23:20:11.008Z | Compiling daft-derive v0.1.4 |
| 1973 | 2025-09-18T23:20:11.728Z | Compiling object v0.36.5 |
| 1974 | 2025-09-18T23:20:12.160Z | Compiling cfg_aliases v0.2.1 |
| 1975 | 2025-09-18T23:20:12.274Z | Compiling rustc-demangle v0.1.24 |
| 1976 | 2025-09-18T23:20:14.563Z | Compiling nix v0.29.0 |
| 1977 | 2025-09-18T23:20:18.807Z | Compiling hyper-util v0.1.16 |
| 1978 | 2025-09-18T23:20:20.196Z | Compiling backtrace v0.3.74 |
| 1979 | 2025-09-18T23:20:21.089Z | Compiling rand v0.9.2 |
| 1980 | 2025-09-18T23:20:22.400Z | Compiling unicode-normalization v0.1.24 |
| 1981 | 2025-09-18T23:20:24.013Z | Compiling strum_macros v0.27.1 |
| 1982 | 2025-09-18T23:20:25.850Z | Compiling hubpack_derive v0.1.1 |
| 1983 | 2025-09-18T23:20:26.179Z | Compiling signature v2.2.0 |
| 1984 | 2025-09-18T23:20:26.435Z | Compiling openapiv3 v2.2.0 |
| 1985 | 2025-09-18T23:20:26.738Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1986 | 2025-09-18T23:20:28.669Z | Compiling fs-err v3.1.1 |
| 1987 | 2025-09-18T23:20:29.054Z | Compiling ahash v0.8.12 |
| 1988 | 2025-09-18T23:20:29.464Z | Compiling crc32fast v1.4.2 |
| 1989 | 2025-09-18T23:20:29.821Z | Compiling unicode-bidi v0.3.17 |
| 1990 | 2025-09-18T23:20:30.556Z | Compiling anstyle v1.0.11 |
| 1991 | 2025-09-18T23:20:30.640Z | Compiling siphasher v0.3.11 |
| 1992 | 2025-09-18T23:20:31.003Z | Compiling unicode-properties v0.1.3 |
| 1993 | 2025-09-18T23:20:31.043Z | Compiling utf8parse v0.2.2 |
| 1994 | 2025-09-18T23:20:31.117Z | Compiling buf-list v1.0.3 |
| 1995 | 2025-09-18T23:20:31.121Z | Compiling zlib-rs v0.5.1 |
| 1996 | 2025-09-18T23:20:31.241Z | Compiling anstyle-parse v0.2.5 |
| 1997 | 2025-09-18T23:20:31.423Z | Compiling stringprep v0.1.5 |
| 1998 | 2025-09-18T23:20:31.705Z | Compiling phf_shared v0.11.2 |
| 1999 | 2025-09-18T23:20:35.698Z | Compiling libz-rs-sys v0.5.1 |
| 2000 | 2025-09-18T23:20:41.125Z | Compiling http-body-util v0.1.3 |
| 2001 | 2025-09-18T23:20:41.698Z | Compiling rand_chacha v0.3.1 |
| 2002 | 2025-09-18T23:20:41.973Z | Compiling sync_wrapper v1.0.1 |
| 2003 | 2025-09-18T23:20:42.011Z | Compiling md-5 v0.10.6 |
| 2004 | 2025-09-18T23:20:42.284Z | Compiling num-integer v0.1.46 |
| 2005 | 2025-09-18T23:20:42.353Z | Compiling hash32 v0.2.1 |
| 2006 | 2025-09-18T23:20:42.594Z | Compiling ff v0.13.0 |
| 2007 | 2025-09-18T23:20:42.720Z | Compiling encoding_rs v0.8.34 |
| 2008 | 2025-09-18T23:20:42.844Z | Compiling base16ct v0.2.0 |
| 2009 | 2025-09-18T23:20:42.952Z | Compiling mime v0.3.17 |
| 2010 | 2025-09-18T23:20:43.163Z | Compiling psl-types v2.0.11 |
| 2011 | 2025-09-18T23:20:43.630Z | Compiling colorchoice v1.0.2 |
| 2012 | 2025-09-18T23:20:43.820Z | Compiling anstyle-query v1.1.1 |
| 2013 | 2025-09-18T23:20:43.970Z | Compiling fallible-iterator v0.2.0 |
| 2014 | 2025-09-18T23:20:44.014Z | Compiling is_terminal_polyfill v1.70.1 |
| 2015 | 2025-09-18T23:20:44.175Z | Compiling tower-layer v0.3.3 |
| 2016 | 2025-09-18T23:20:44.664Z | Compiling postgres-protocol v0.6.8 |
| 2017 | 2025-09-18T23:20:44.954Z | Compiling tower v0.5.2 |
| 2018 | 2025-09-18T23:20:45.937Z | Compiling anstream v0.6.18 |
| 2019 | 2025-09-18T23:20:46.549Z | Compiling publicsuffix v2.3.0 |
| 2020 | 2025-09-18T23:20:46.898Z | Compiling sec1 v0.7.3 |
| 2021 | 2025-09-18T23:20:47.071Z | Compiling group v0.13.0 |
| 2022 | 2025-09-18T23:20:47.409Z | Compiling num-iter v0.1.45 |
| 2023 | 2025-09-18T23:20:47.626Z | Compiling rand v0.8.5 |
| 2024 | 2025-09-18T23:20:50.461Z | Compiling tokio-native-tls v0.3.1 |
| 2025 | 2025-09-18T23:20:50.835Z | Compiling flate2 v1.1.2 |
| 2026 | 2025-09-18T23:20:51.776Z | Compiling rustls-webpki v0.102.8 |
| 2027 | 2025-09-18T23:20:52.387Z | Compiling rustls-native-certs v0.8.1 |
| 2028 | 2025-09-18T23:20:53.406Z | Compiling webpki-roots v1.0.1 |
| 2029 | 2025-09-18T23:20:54.053Z | Compiling hkdf v0.12.4 |
| 2030 | 2025-09-18T23:20:54.274Z | Compiling serde_urlencoded v0.7.1 |
| 2031 | 2025-09-18T23:20:54.315Z | Compiling terminal_size v0.4.0 |
| 2032 | 2025-09-18T23:20:54.565Z | Compiling clap_derive v4.5.41 |
| 2033 | 2025-09-18T23:20:54.653Z | Compiling enum-as-inner v0.6.1 |
| 2034 | 2025-09-18T23:20:55.184Z | Compiling crypto-bigint v0.5.5 |
| 2035 | 2025-09-18T23:20:55.480Z | Compiling serde_repr v0.1.19 |
| 2036 | 2025-09-18T23:20:56.021Z | Compiling winnow v0.7.10 |
| 2037 | 2025-09-18T23:20:57.393Z | Compiling bitflags v1.3.2 |
| 2038 | 2025-09-18T23:20:57.537Z | Compiling iri-string v0.7.8 |
| 2039 | 2025-09-18T23:20:58.590Z | Compiling lockfree-object-pool v0.1.6 |
| 2040 | 2025-09-18T23:20:58.645Z | Compiling clap_lex v0.7.4 |
| 2041 | 2025-09-18T23:20:59.545Z | Compiling tokio-rustls v0.26.0 |
| 2042 | 2025-09-18T23:21:00.031Z | Compiling simd-adler32 v0.3.7 |
| 2043 | 2025-09-18T23:21:00.283Z | Compiling managed v0.8.0 |
| 2044 | 2025-09-18T23:21:00.714Z | Compiling bumpalo v3.16.0 |
| 2045 | 2025-09-18T23:21:01.107Z | Compiling zopfli v0.8.1 |
| 2046 | 2025-09-18T23:21:01.164Z | Compiling tower-http v0.6.6 |
| 2047 | 2025-09-18T23:21:02.977Z | Compiling hyper-rustls v0.27.7 |
| 2048 | 2025-09-18T23:21:03.858Z | Compiling clap_builder v4.5.41 |
| 2049 | 2025-09-18T23:21:03.961Z | Compiling elliptic-curve v0.13.8 |
| 2050 | 2025-09-18T23:21:04.761Z | Compiling oxnet v0.1.3 |
| 2051 | 2025-09-18T23:21:06.668Z | Compiling hyper-tls v0.6.0 |
| 2052 | 2025-09-18T23:21:09.373Z | Compiling zstd v0.13.3 |
| 2053 | 2025-09-18T23:21:09.434Z | Compiling signal-hook-mio v0.2.4 |
| 2054 | 2025-09-18T23:21:09.644Z | Compiling cookie_store v0.21.1 |
| 2055 | 2025-09-18T23:21:10.052Z | Compiling postgres-types v0.2.9 |
| 2056 | 2025-09-18T23:21:10.124Z | Compiling phf v0.11.2 |
| 2057 | 2025-09-18T23:21:10.800Z | Compiling strum v0.27.2 |
| 2058 | 2025-09-18T23:21:10.916Z | Compiling hubpack v0.1.2 |
| 2059 | 2025-09-18T23:21:11.026Z | Compiling ed25519 v2.2.3 |
| 2060 | 2025-09-18T23:21:11.074Z | Compiling bzip2 v0.5.2 |
| 2061 | 2025-09-18T23:21:11.203Z | Compiling bzip2 v0.4.4 |
| 2062 | 2025-09-18T23:21:11.470Z | Compiling crossbeam-epoch v0.9.18 |
| 2063 | 2025-09-18T23:21:11.492Z | Compiling pkcs1 v0.7.5 |
| 2064 | 2025-09-18T23:21:12.325Z | Compiling rfc6979 v0.4.0 |
| 2065 | 2025-09-18T23:21:12.536Z | Compiling float-cmp v0.10.0 |
| 2066 | 2025-09-18T23:21:12.604Z | Compiling serde-big-array v0.5.1 |
| 2067 | 2025-09-18T23:21:12.821Z | Compiling bstr v1.10.0 |
| 2068 | 2025-09-18T23:21:12.843Z | Compiling regress v0.10.4 |
| 2069 | 2025-09-18T23:21:12.867Z | Compiling memmap v0.7.0 |
| 2070 | 2025-09-18T23:21:13.196Z | Compiling socket2 v0.5.10 |
| 2071 | 2025-09-18T23:21:13.943Z | Compiling precomputed-hash v0.1.1 |
| 2072 | 2025-09-18T23:21:14.102Z | Compiling fixedbitset v0.4.2 |
| 2073 | 2025-09-18T23:21:14.279Z | Compiling data-encoding v2.9.0 |
| 2074 | 2025-09-18T23:21:14.494Z | Compiling normalize-line-endings v0.3.0 |
| 2075 | 2025-09-18T23:21:14.517Z | Compiling static_assertions v1.1.0 |
| 2076 | 2025-09-18T23:21:15.653Z | Compiling toml_write v0.1.2 |
| 2077 | 2025-09-18T23:21:15.656Z | Compiling whoami v1.5.2 |
| 2078 | 2025-09-18T23:21:15.656Z | Compiling difflib v0.4.0 |
| 2079 | 2025-09-18T23:21:15.656Z | Compiling new_debug_unreachable v1.0.6 |
| 2080 | 2025-09-18T23:21:15.656Z | Compiling predicates-core v1.0.8 |
| 2081 | 2025-09-18T23:21:15.656Z | Compiling unicode-segmentation v1.12.0 |
| 2082 | 2025-09-18T23:21:15.894Z | Compiling reqwest v0.12.22 |
| 2083 | 2025-09-18T23:21:16.452Z | Compiling similar v2.7.0 |
| 2084 | 2025-09-18T23:21:16.638Z | Compiling typify-impl v0.3.0 |
| 2085 | 2025-09-18T23:21:17.955Z | Compiling predicates v3.1.3 |
| 2086 | 2025-09-18T23:21:18.223Z | Compiling string_cache v0.8.9 |
| 2087 | 2025-09-18T23:21:18.635Z | Compiling toml_edit v0.22.27 |
| 2088 | 2025-09-18T23:21:18.890Z | Compiling tokio-postgres v0.7.13 |
| 2089 | 2025-09-18T23:21:19.303Z | Compiling hickory-proto v0.25.2 |
| 2090 | 2025-09-18T23:21:24.260Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2091 | 2025-09-18T23:21:24.721Z | Compiling petgraph v0.6.5 |
| 2092 | 2025-09-18T23:21:24.907Z | Compiling usdt v0.5.0 |
| 2093 | 2025-09-18T23:21:25.399Z | Compiling ecdsa v0.16.9 |
| 2094 | 2025-09-18T23:21:26.788Z | Compiling rsa v0.9.6 |
| 2095 | 2025-09-18T23:21:26.962Z | Compiling zip v0.6.6 |
| 2096 | 2025-09-18T23:21:28.286Z | Compiling zip v4.2.0 |
| 2097 | 2025-09-18T23:21:28.289Z | Compiling ed25519-dalek v2.1.1 |
| 2098 | 2025-09-18T23:21:29.367Z | Compiling crossterm v0.28.1 |
| 2099 | 2025-09-18T23:21:29.659Z | Compiling clap v4.5.41 |
| 2100 | 2025-09-18T23:21:29.791Z | Compiling daft v0.1.4 |
| 2101 | 2025-09-18T23:21:30.187Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2102 | 2025-09-18T23:21:30.307Z | Compiling strum v0.26.3 |
| 2103 | 2025-09-18T23:21:30.446Z | Compiling darling_core v0.21.0 |
| 2104 | 2025-09-18T23:21:30.529Z | Compiling tokio-stream v0.1.17 |
| 2105 | 2025-09-18T23:21:30.600Z | Compiling toml v0.7.8 |
| 2106 | 2025-09-18T23:21:30.907Z | Compiling x509-cert v0.2.5 |
| 2107 | 2025-09-18T23:21:32.841Z | Compiling sha1 v0.10.6 |
| 2108 | 2025-09-18T23:21:34.417Z | Compiling itertools v0.13.0 |
| 2109 | 2025-09-18T23:21:34.805Z | Compiling itertools v0.10.5 |
| 2110 | 2025-09-18T23:21:35.912Z | Compiling winnow v0.6.26 |
| 2111 | 2025-09-18T23:21:36.578Z | Compiling lalrpop-util v0.19.12 |
| 2112 | 2025-09-18T23:21:36.958Z | Compiling unicode-xid v0.2.6 |
| 2113 | 2025-09-18T23:21:37.107Z | Compiling rustc-hash v2.1.1 |
| 2114 | 2025-09-18T23:21:37.167Z | Compiling peg-runtime v0.8.5 |
| 2115 | 2025-09-18T23:21:37.311Z | Compiling darling_macro v0.21.0 |
| 2116 | 2025-09-18T23:21:38.409Z | Compiling typify-macro v0.3.0 |
| 2117 | 2025-09-18T23:21:39.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2118 | 2025-09-18T23:21:40.628Z | Compiling rayon-core v1.12.1 |
| 2119 | 2025-09-18T23:21:41.493Z | Compiling camino v1.2.0 |
| 2120 | 2025-09-18T23:21:47.644Z | Compiling darling v0.21.0 |
| 2121 | 2025-09-18T23:21:47.832Z | Compiling proc-macro-crate v1.3.1 |
| 2122 | 2025-09-18T23:21:47.951Z | Compiling macaddr v1.0.1 |
| 2123 | 2025-09-18T23:21:48.535Z | Compiling structmeta-derive v0.3.0 |
| 2124 | 2025-09-18T23:21:48.968Z | Compiling itertools v0.14.0 |
| 2125 | 2025-09-18T23:21:49.801Z | Compiling ref-cast v1.0.24 |
| 2126 | 2025-09-18T23:21:50.329Z | Compiling fastrand v2.1.1 |
| 2127 | 2025-09-18T23:21:51.709Z | Compiling heapless v0.8.0 |
| 2128 | 2025-09-18T23:21:52.584Z | Compiling ingot-macros v0.1.1 |
| 2129 | 2025-09-18T23:21:54.019Z | Compiling structmeta v0.3.0 |
| 2130 | 2025-09-18T23:21:54.443Z | Compiling tempfile v3.20.0 |
| 2131 | 2025-09-18T23:21:56.334Z | Compiling num_enum_derive v0.5.11 |
| 2132 | 2025-09-18T23:21:59.087Z | Compiling crossbeam-deque v0.8.5 |
| 2133 | 2025-09-18T23:22:00.112Z | Compiling hash32 v0.3.1 |
| 2134 | 2025-09-18T23:22:00.417Z | Compiling ref-cast-impl v1.0.24 |
| 2135 | 2025-09-18T23:22:06.522Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2136 | 2025-09-18T23:22:07.167Z | Compiling smoltcp v0.11.0 |
| 2137 | 2025-09-18T23:22:16.286Z | Compiling ingot-types v0.1.2 |
| 2138 | 2025-09-18T23:22:17.187Z | Compiling num_enum v0.5.11 |
| 2139 | 2025-09-18T23:22:17.515Z | Compiling typify v0.3.0 |
| 2140 | 2025-09-18T23:22:21.925Z | Compiling darling_core v0.20.10 |
| 2141 | 2025-09-18T23:22:22.844Z | Compiling proc-macro-error-attr v1.0.4 |
| 2142 | 2025-09-18T23:22:23.654Z | Compiling rustls v0.22.4 |
| 2143 | 2025-09-18T23:22:24.007Z | Compiling unsafe-libyaml v0.2.11 |
| 2144 | 2025-09-18T23:22:25.080Z | Compiling cobs v0.2.3 |
| 2145 | 2025-09-18T23:22:25.190Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2146 | 2025-09-18T23:22:25.582Z | Compiling serde_yaml v0.9.34+deprecated |
| 2147 | 2025-09-18T23:22:25.612Z | Compiling postcard v1.0.10 |
| 2148 | 2025-09-18T23:22:27.102Z | Compiling darling_macro v0.20.10 |
| 2149 | 2025-09-18T23:22:37.044Z | Compiling progenitor-impl v0.9.1 |
| 2150 | 2025-09-18T23:22:37.927Z | Compiling ingot v0.1.1 |
| 2151 | 2025-09-18T23:22:43.625Z | Compiling futures-executor v0.3.31 |
| 2152 | 2025-09-18T23:22:44.622Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2153 | 2025-09-18T23:22:44.626Z | Compiling hex v0.4.3 |
| 2154 | 2025-09-18T23:22:45.373Z | Compiling foreign-types-macros v0.2.3 |
| 2155 | 2025-09-18T23:22:45.643Z | Compiling thread_local v1.1.8 |
| 2156 | 2025-09-18T23:22:45.900Z | Compiling wait-timeout v0.2.0 |
| 2157 | 2025-09-18T23:22:46.327Z | Compiling multer v3.1.0 |
| 2158 | 2025-09-18T23:22:46.625Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2159 | 2025-09-18T23:22:46.714Z | Compiling proc-macro-error v1.0.4 |
| 2160 | 2025-09-18T23:22:46.875Z | Compiling unicode-width v0.1.14 |
| 2161 | 2025-09-18T23:22:47.032Z | Compiling foreign-types-shared v0.3.1 |
| 2162 | 2025-09-18T23:22:47.100Z | Compiling slog-async v2.8.0 |
| 2163 | 2025-09-18T23:22:47.444Z | Compiling match_cfg v0.1.0 |
| 2164 | 2025-09-18T23:22:47.519Z | Compiling quick-error v1.2.3 |
| 2165 | 2025-09-18T23:22:47.580Z | Compiling bit-vec v0.8.0 |
| 2166 | 2025-09-18T23:22:47.645Z | Compiling hostname v0.3.1 |
| 2167 | 2025-09-18T23:22:47.684Z | Compiling rusty-fork v0.3.0 |
| 2168 | 2025-09-18T23:22:47.707Z | Compiling tabwriter v1.4.0 |
| 2169 | 2025-09-18T23:22:48.081Z | Compiling bit-set v0.8.0 |
| 2170 | 2025-09-18T23:22:48.180Z | Compiling foreign-types v0.5.0 |
| 2171 | 2025-09-18T23:22:48.509Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2172 | 2025-09-18T23:22:48.549Z | Compiling futures v0.3.31 |
| 2173 | 2025-09-18T23:22:48.573Z | Compiling progenitor-macro v0.9.1 |
| 2174 | 2025-09-18T23:22:49.526Z | Compiling darling v0.20.10 |
| 2175 | 2025-09-18T23:22:50.110Z | Compiling derive-ex v0.1.8 |
| 2176 | 2025-09-18T23:22:52.522Z | Compiling progenitor-client v0.9.1 |
| 2177 | 2025-09-18T23:22:53.492Z | Compiling toml_parser v1.0.2 |
| 2178 | 2025-09-18T23:22:53.922Z | Compiling slog-json v2.6.1 |
| 2179 | 2025-09-18T23:22:54.227Z | Compiling rand_xorshift v0.4.0 |
| 2180 | 2025-09-18T23:22:54.410Z | Compiling crossbeam-channel v0.5.15 |
| 2181 | 2025-09-18T23:22:54.528Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2182 | 2025-09-18T23:22:55.353Z | Compiling toml_datetime v0.7.0 |
| 2183 | 2025-09-18T23:22:55.955Z | Compiling serde_spanned v1.0.0 |
| 2184 | 2025-09-18T23:22:56.268Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2185 | 2025-09-18T23:22:56.290Z | Compiling async-stream-impl v0.3.6 |
| 2186 | 2025-09-18T23:22:56.867Z | Compiling cstr-argument v0.1.2 |
| 2187 | 2025-09-18T23:22:57.167Z | Compiling is-terminal v0.4.13 |
| 2188 | 2025-09-18T23:22:57.190Z | Compiling dropshot v0.16.4 |
| 2189 | 2025-09-18T23:22:57.340Z | Compiling toml_writer v1.0.2 |
| 2190 | 2025-09-18T23:22:57.462Z | Compiling typeid v1.0.3 |
| 2191 | 2025-09-18T23:22:57.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2192 | 2025-09-18T23:22:57.900Z | Compiling take_mut v0.2.2 |
| 2193 | 2025-09-18T23:22:57.922Z | Compiling pretty-hex v0.2.1 |
| 2194 | 2025-09-18T23:22:57.962Z | Compiling unarray v0.1.4 |
| 2195 | 2025-09-18T23:22:58.113Z | Compiling crucible-workspace-hack v0.1.0 |
| 2196 | 2025-09-18T23:22:58.171Z | Compiling term v1.1.0 |
| 2197 | 2025-09-18T23:22:58.193Z | Compiling proptest v1.7.0 |
| 2198 | 2025-09-18T23:22:58.483Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2199 | 2025-09-18T23:22:58.945Z | Compiling slog-term v2.9.2 |
| 2200 | 2025-09-18T23:22:59.645Z | Compiling progenitor v0.9.1 |
| 2201 | 2025-09-18T23:23:00.036Z | Compiling toml v0.9.5 |
| 2202 | 2025-09-18T23:23:01.748Z | Compiling async-stream v0.3.6 |
| 2203 | 2025-09-18T23:23:02.117Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2204 | 2025-09-18T23:23:02.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2205 | 2025-09-18T23:23:02.612Z | Compiling tokio-rustls v0.25.0 |
| 2206 | 2025-09-18T23:23:02.980Z | Compiling slog-bunyan v2.5.0 |
| 2207 | 2025-09-18T23:23:03.131Z | Compiling test-strategy v0.4.3 |
| 2208 | 2025-09-18T23:23:03.484Z | Compiling serde_with_macros v3.14.0 |
| 2209 | 2025-09-18T23:23:05.857Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2210 | 2025-09-18T23:23:06.105Z | Compiling rayon v1.10.0 |
| 2211 | 2025-09-18T23:23:06.380Z | Compiling parse-display-derive v0.10.0 |
| 2212 | 2025-09-18T23:23:07.130Z | Compiling colored v2.2.0 |
| 2213 | 2025-09-18T23:23:08.522Z | Compiling waitgroup v0.1.2 |
| 2214 | 2025-09-18T23:23:08.808Z | Compiling rustls-pemfile v2.2.0 |
| 2215 | 2025-09-18T23:23:09.351Z | Compiling dropshot_endpoint v0.16.4 |
| 2216 | 2025-09-18T23:23:09.582Z | Compiling hashbrown v0.16.0 |
| 2217 | 2025-09-18T23:23:09.907Z | Compiling serde_path_to_error v0.1.17 |
| 2218 | 2025-09-18T23:23:10.965Z | Compiling derive-where v1.5.0 |
| 2219 | 2025-09-18T23:23:11.022Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2025-09-18T23:23:11.683Z | Compiling hostname v0.4.0 |
| 2221 | 2025-09-18T23:23:11.801Z | Compiling instant v0.1.13 |
| 2222 | 2025-09-18T23:23:11.991Z | Compiling debug-ignore v1.0.5 |
| 2223 | 2025-09-18T23:23:12.014Z | Compiling foldhash v0.2.0 |
| 2224 | 2025-09-18T23:23:12.201Z | Compiling heck v0.4.1 |
| 2225 | 2025-09-18T23:23:12.613Z | Compiling iddqd v0.3.13 |
| 2226 | 2025-09-18T23:23:12.631Z | Compiling zone_cfg_derive v0.3.0 |
| 2227 | 2025-09-18T23:23:13.289Z | Compiling backoff v0.4.0 |
| 2228 | 2025-09-18T23:23:13.654Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2229 | 2025-09-18T23:23:13.906Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2230 | 2025-09-18T23:23:13.930Z | Compiling parse-display v0.10.0 |
| 2231 | 2025-09-18T23:23:14.298Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2232 | 2025-09-18T23:23:15.855Z | Compiling serde_with v3.14.0 |
| 2233 | 2025-09-18T23:23:16.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2234 | 2025-09-18T23:23:17.358Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2235 | 2025-09-18T23:23:17.971Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2236 | 2025-09-18T23:23:18.179Z | Compiling camino-tempfile v1.4.1 |
| 2237 | 2025-09-18T23:23:18.255Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2238 | 2025-09-18T23:23:18.707Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2239 | 2025-09-18T23:23:19.012Z | Compiling progenitor-client v0.10.0 |
| 2240 | 2025-09-18T23:23:19.383Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2241 | 2025-09-18T23:23:19.833Z | Compiling num-derive v0.4.2 |
| 2242 | 2025-09-18T23:23:19.966Z | Compiling sigpipe v0.1.3 |
| 2243 | 2025-09-18T23:23:21.255Z | Compiling libefi-sys v0.1.0 |
| 2244 | 2025-09-18T23:23:21.648Z | Compiling jiff v0.2.15 |
| 2245 | 2025-09-18T23:23:21.960Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2246 | 2025-09-18T23:23:22.291Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2247 | 2025-09-18T23:23:22.400Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2248 | 2025-09-18T23:23:23.547Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2249 | 2025-09-18T23:23:23.857Z | Compiling erased-serde v0.4.6 |
| 2250 | 2025-09-18T23:23:24.159Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2251 | 2025-09-18T23:23:25.038Z | Compiling zone v0.3.1 |
| 2252 | 2025-09-18T23:23:26.983Z | Compiling smf v0.2.3 |
| 2253 | 2025-09-18T23:23:28.239Z | Compiling bitfield-struct v0.6.2 |
| 2254 | 2025-09-18T23:23:28.909Z | Compiling ordered-float v2.10.1 |
| 2255 | 2025-09-18T23:23:29.121Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2256 | 2025-09-18T23:23:29.514Z | Compiling blake3 v1.5.4 |
| 2257 | 2025-09-18T23:23:29.563Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2258 | 2025-09-18T23:23:29.617Z | Compiling serde-value v0.7.0 |
| 2259 | 2025-09-18T23:23:29.727Z | Compiling serde-untagged v0.1.7 |
| 2260 | 2025-09-18T23:23:30.538Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2261 | 2025-09-18T23:23:30.763Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2262 | 2025-09-18T23:23:30.786Z | Compiling toml v0.8.23 |
| 2263 | 2025-09-18T23:23:31.252Z | Compiling xattr v1.3.1 |
| 2264 | 2025-09-18T23:23:31.608Z | Compiling memmap2 v0.9.5 |
| 2265 | 2025-09-18T23:23:31.935Z | Compiling filetime v0.2.25 |
| 2266 | 2025-09-18T23:23:32.233Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2267 | 2025-09-18T23:23:32.330Z | Compiling constant_time_eq v0.3.1 |
| 2268 | 2025-09-18T23:23:32.389Z | Compiling unicode-width v0.2.0 |
| 2269 | 2025-09-18T23:23:32.555Z | Compiling same-file v1.0.6 |
| 2270 | 2025-09-18T23:23:32.884Z | Compiling arrayref v0.3.9 |
| 2271 | 2025-09-18T23:23:33.023Z | Compiling arrayvec v0.7.6 |
| 2272 | 2025-09-18T23:23:33.050Z | Compiling console v0.16.0 |
| 2273 | 2025-09-18T23:23:35.648Z | Compiling walkdir v2.5.0 |
| 2274 | 2025-09-18T23:23:35.742Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2275 | 2025-09-18T23:23:35.936Z | Compiling tar v0.4.44 |
| 2276 | 2025-09-18T23:23:35.987Z | Compiling cargo-util-schemas v0.8.2 |
| 2277 | 2025-09-18T23:23:37.225Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2278 | 2025-09-18T23:23:37.248Z | Compiling tokio-dtrace v0.1.0 |
| 2279 | 2025-09-18T23:23:37.680Z | Compiling gethostname v0.5.0 |
| 2280 | 2025-09-18T23:23:37.773Z | Compiling cargo-platform v0.2.0 |
| 2281 | 2025-09-18T23:23:37.828Z | Compiling topological-sort v0.2.2 |
| 2282 | 2025-09-18T23:23:37.920Z | Compiling fixedbitset v0.5.7 |
| 2283 | 2025-09-18T23:23:38.155Z | Compiling unit-prefix v0.5.1 |
| 2284 | 2025-09-18T23:23:38.460Z | Compiling petgraph v0.8.2 |
| 2285 | 2025-09-18T23:23:39.102Z | Compiling cargo_metadata v0.21.0 |
| 2286 | 2025-09-18T23:23:41.628Z | Compiling indicatif v0.18.0 |
| 2287 | 2025-09-18T23:23:41.794Z | Compiling omicron-zone-package v0.12.2 |
| 2288 | 2025-09-18T23:23:44.214Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2025-09-18T23:23:45.180Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2290 | 2025-09-18T23:23:46.825Z | Compiling oxide-tokio-rt v0.1.2 |
| 2291 | 2025-09-18T23:23:47.495Z | Compiling indent_write v2.2.0 |
| 2292 | 2025-09-18T23:23:47.773Z | Compiling shell-words v1.1.0 |
| 2293 | 2025-09-18T23:23:47.876Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2294 | 2025-09-18T23:23:48.280Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2295 | 2025-09-18T23:24:10.423Z | Finished `release` profile [optimized] target(s) in 5m 34s |
| 2296 | 2025-09-18T23:24:11.182Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2297 | 2025-09-18T23:24:11.206Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2298 | 2025-09-18T23:24:11.206Z | Created new build target 'test' and set it as active |
| 2299 | 2025-09-18T23:24:11.207Z | |
| 2300 | 2025-09-18T23:24:11.207Z | real 5:34.876792570 |
| 2301 | 2025-09-18T23:24:11.207Z | user 38:31.046316361 |
| 2302 | 2025-09-18T23:24:11.207Z | sys 3:52.300209237 |
| 2303 | 2025-09-18T23:24:11.207Z | trap 1.251995885 |
| 2304 | 2025-09-18T23:24:11.207Z | tflt 2.016370041 |
| 2305 | 2025-09-18T23:24:11.207Z | dflt 1.178368769 |
| 2306 | 2025-09-18T23:24:11.207Z | kflt 0.000080772 |
| 2307 | 2025-09-18T23:24:11.207Z | lock 1:49:39.769067468 |
| 2308 | 2025-09-18T23:24:11.207Z | slp 2:37:22.019344255 |
| 2309 | 2025-09-18T23:24:11.207Z | lat 3:12.085989046 |
| 2310 | 2025-09-18T23:24:11.207Z | stop 5:46.161524038 |
| 2311 | 2025-09-18T23:24:11.207Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2312 | 2025-09-18T23:24:12.262Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2313 | 2025-09-18T23:24:12.262Z | Running `target/release/omicron-package -t test package` |
| 2314 | 2025-09-18T23:24:12.262Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2315 | 2025-09-18T23:24:13.791Z | Compiling typify-impl v0.4.3 |
| 2316 | 2025-09-18T23:24:14.032Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2317 | 2025-09-18T23:24:14.054Z | Compiling convert_case v0.4.0 |
| 2318 | 2025-09-18T23:24:14.058Z | Compiling num-rational v0.4.2 |
| 2319 | 2025-09-18T23:24:14.058Z | Compiling num-complex v0.4.6 |
| 2320 | 2025-09-18T23:24:14.058Z | Compiling float-ord v0.3.2 |
| 2321 | 2025-09-18T23:24:14.079Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2322 | 2025-09-18T23:24:14.263Z | Compiling bytecount v0.6.8 |
| 2323 | 2025-09-18T23:24:14.368Z | Compiling is-terminal v0.4.13 |
| 2324 | 2025-09-18T23:24:14.535Z | Compiling secrecy v0.10.3 |
| 2325 | 2025-09-18T23:24:14.635Z | Compiling swrite v0.1.0 |
| 2326 | 2025-09-18T23:24:14.731Z | Compiling derive_more v0.99.20 |
| 2327 | 2025-09-18T23:24:14.827Z | Compiling console v0.15.10 |
| 2328 | 2025-09-18T23:24:14.856Z | Compiling camino v1.2.0 |
| 2329 | 2025-09-18T23:24:14.950Z | Compiling password-hash v0.5.0 |
| 2330 | 2025-09-18T23:24:14.992Z | Compiling blake2 v0.10.6 |
| 2331 | 2025-09-18T23:24:15.222Z | Compiling num v0.4.3 |
| 2332 | 2025-09-18T23:24:16.189Z | Compiling argon2 v0.5.3 |
| 2333 | 2025-09-18T23:24:16.228Z | Compiling atomicwrites v0.4.4 |
| 2334 | 2025-09-18T23:24:16.301Z | Compiling newline-converter v0.3.0 |
| 2335 | 2025-09-18T23:24:16.553Z | Compiling base64 v0.21.7 |
| 2336 | 2025-09-18T23:24:16.803Z | Compiling expectorate v1.2.0 |
| 2337 | 2025-09-18T23:24:17.183Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2338 | 2025-09-18T23:24:17.215Z | Compiling fastrand v2.1.1 |
| 2339 | 2025-09-18T23:24:17.711Z | Compiling tempfile v3.20.0 |
| 2340 | 2025-09-18T23:24:17.740Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2341 | 2025-09-18T23:24:17.744Z | Compiling rustls v0.22.4 |
| 2342 | 2025-09-18T23:24:17.812Z | Compiling thread_local v1.1.8 |
| 2343 | 2025-09-18T23:24:17.846Z | Compiling wait-timeout v0.2.0 |
| 2344 | 2025-09-18T23:24:18.278Z | Compiling owo-colors v4.2.2 |
| 2345 | 2025-09-18T23:24:18.308Z | Compiling bit-vec v0.8.0 |
| 2346 | 2025-09-18T23:24:18.448Z | Compiling quick-error v1.2.3 |
| 2347 | 2025-09-18T23:24:18.633Z | Compiling cancel-safe-futures v0.1.5 |
| 2348 | 2025-09-18T23:24:18.661Z | Compiling match_cfg v0.1.0 |
| 2349 | 2025-09-18T23:24:18.794Z | Compiling hostname v0.3.1 |
| 2350 | 2025-09-18T23:24:18.823Z | Compiling bit-set v0.8.0 |
| 2351 | 2025-09-18T23:24:18.982Z | Compiling rusty-fork v0.3.0 |
| 2352 | 2025-09-18T23:24:19.071Z | Compiling ref-cast v1.0.24 |
| 2353 | 2025-09-18T23:24:19.162Z | Compiling multer v3.1.0 |
| 2354 | 2025-09-18T23:24:19.191Z | Compiling slog-async v2.8.0 |
| 2355 | 2025-09-18T23:24:19.260Z | Compiling progenitor-client v0.9.1 |
| 2356 | 2025-09-18T23:24:19.290Z | Compiling toml_parser v1.0.2 |
| 2357 | 2025-09-18T23:24:19.602Z | Compiling crossbeam-channel v0.5.15 |
| 2358 | 2025-09-18T23:24:19.805Z | Compiling slog-json v2.6.1 |
| 2359 | 2025-09-18T23:24:20.204Z | Compiling rand_xorshift v0.4.0 |
| 2360 | 2025-09-18T23:24:20.291Z | Compiling libsw-core v0.3.1 |
| 2361 | 2025-09-18T23:24:20.484Z | Compiling futures-executor v0.3.31 |
| 2362 | 2025-09-18T23:24:20.598Z | Compiling toml_datetime v0.7.0 |
| 2363 | 2025-09-18T23:24:20.628Z | Compiling serde_spanned v1.0.0 |
| 2364 | 2025-09-18T23:24:20.657Z | Compiling hex v0.4.3 |
| 2365 | 2025-09-18T23:24:20.922Z | Compiling term v1.1.0 |
| 2366 | 2025-09-18T23:24:20.958Z | Compiling toml_writer v1.0.2 |
| 2367 | 2025-09-18T23:24:21.208Z | Compiling take_mut v0.2.2 |
| 2368 | 2025-09-18T23:24:21.287Z | Compiling unarray v0.1.4 |
| 2369 | 2025-09-18T23:24:21.431Z | Compiling toml v0.9.5 |
| 2370 | 2025-09-18T23:24:21.500Z | Compiling slog-term v2.9.2 |
| 2371 | 2025-09-18T23:24:22.062Z | Compiling proptest v1.7.0 |
| 2372 | 2025-09-18T23:24:22.314Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2373 | 2025-09-18T23:24:22.531Z | Compiling futures v0.3.31 |
| 2374 | 2025-09-18T23:24:22.612Z | Compiling libsw v3.5.0 |
| 2375 | 2025-09-18T23:24:22.700Z | Compiling slog-bunyan v2.5.0 |
| 2376 | 2025-09-18T23:24:22.943Z | Compiling progenitor v0.9.1 |
| 2377 | 2025-09-18T23:24:23.194Z | Compiling typify-macro v0.4.3 |
| 2378 | 2025-09-18T23:24:23.226Z | Compiling tokio-rustls v0.25.0 |
| 2379 | 2025-09-18T23:24:24.312Z | Compiling dropshot v0.16.4 |
| 2380 | 2025-09-18T23:24:24.409Z | Compiling async-stream v0.3.6 |
| 2381 | 2025-09-18T23:24:24.598Z | Compiling waitgroup v0.1.2 |
| 2382 | 2025-09-18T23:24:24.727Z | Compiling rustls-pemfile v2.2.0 |
| 2383 | 2025-09-18T23:24:24.853Z | Compiling hashbrown v0.16.0 |
| 2384 | 2025-09-18T23:24:25.087Z | Compiling serde_path_to_error v0.1.17 |
| 2385 | 2025-09-18T23:24:25.919Z | Compiling hostname v0.4.0 |
| 2386 | 2025-09-18T23:24:26.075Z | Compiling instant v0.1.13 |
| 2387 | 2025-09-18T23:24:26.171Z | Compiling debug-ignore v1.0.5 |
| 2388 | 2025-09-18T23:24:26.277Z | Compiling linear-map v1.2.0 |
| 2389 | 2025-09-18T23:24:26.340Z | Compiling foldhash v0.2.0 |
| 2390 | 2025-09-18T23:24:26.506Z | Compiling backoff v0.4.0 |
| 2391 | 2025-09-18T23:24:26.702Z | Compiling typify v0.4.3 |
| 2392 | 2025-09-18T23:24:26.784Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2393 | 2025-09-18T23:24:26.929Z | Compiling progenitor-impl v0.10.0 |
| 2394 | 2025-09-18T23:24:26.996Z | Compiling iddqd v0.3.13 |
| 2395 | 2025-09-18T23:24:29.170Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2396 | 2025-09-18T23:24:29.693Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2397 | 2025-09-18T23:24:30.339Z | Compiling parse-display v0.10.0 |
| 2398 | 2025-09-18T23:24:30.882Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2399 | 2025-09-18T23:24:31.129Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2400 | 2025-09-18T23:24:31.531Z | Compiling serde_with v3.14.0 |
| 2401 | 2025-09-18T23:24:32.692Z | Compiling progenitor-macro v0.10.0 |
| 2402 | 2025-09-18T23:24:34.105Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2403 | 2025-09-18T23:24:34.733Z | Compiling progenitor-client v0.10.0 |
| 2404 | 2025-09-18T23:24:34.977Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2405 | 2025-09-18T23:24:36.272Z | Compiling macaddr v1.0.1 |
| 2406 | 2025-09-18T23:24:36.463Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2407 | 2025-09-18T23:24:36.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2408 | 2025-09-18T23:24:37.043Z | Compiling async-recursion v1.1.1 |
| 2409 | 2025-09-18T23:24:37.340Z | Compiling utf-8 v0.7.6 |
| 2410 | 2025-09-18T23:24:37.445Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2411 | 2025-09-18T23:24:37.773Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2412 | 2025-09-18T23:24:38.367Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2413 | 2025-09-18T23:24:43.803Z | Compiling progenitor v0.10.0 |
| 2414 | 2025-09-18T23:24:44.100Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2415 | 2025-09-18T23:24:47.742Z | Compiling globset v0.4.15 |
| 2416 | 2025-09-18T23:24:49.002Z | Compiling toml v0.8.23 |
| 2417 | 2025-09-18T23:24:50.424Z | Compiling keccak v0.1.5 |
| 2418 | 2025-09-18T23:24:50.474Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2419 | 2025-09-18T23:24:51.331Z | Compiling sha3 v0.10.8 |
| 2420 | 2025-09-18T23:24:51.965Z | Compiling prettyplease v0.2.36 |
| 2421 | 2025-09-18T23:24:52.013Z | Compiling pin-project-internal v1.1.6 |
| 2422 | 2025-09-18T23:24:53.816Z | Compiling papergrid v0.11.0 |
| 2423 | 2025-09-18T23:24:54.413Z | Compiling tabled_derive v0.7.0 |
| 2424 | 2025-09-18T23:24:54.519Z | Compiling pin-project v1.1.6 |
| 2425 | 2025-09-18T23:24:54.723Z | Compiling pem v3.0.5 |
| 2426 | 2025-09-18T23:24:56.192Z | Compiling csv-core v0.1.11 |
| 2427 | 2025-09-18T23:24:56.450Z | Compiling snafu-derive v0.8.5 |
| 2428 | 2025-09-18T23:24:57.116Z | Compiling highway v1.3.0 |
| 2429 | 2025-09-18T23:24:58.720Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2430 | 2025-09-18T23:25:00.731Z | Compiling snafu v0.8.5 |
| 2431 | 2025-09-18T23:25:00.816Z | Compiling csv v1.3.1 |
| 2432 | 2025-09-18T23:25:01.994Z | Compiling tabled v0.15.0 |
| 2433 | 2025-09-18T23:25:03.028Z | Compiling tungstenite v0.21.0 |
| 2434 | 2025-09-18T23:25:04.659Z | Compiling olpc-cjson v0.1.4 |
| 2435 | 2025-09-18T23:25:04.813Z | Compiling serde_plain v1.0.2 |
| 2436 | 2025-09-18T23:25:05.015Z | Compiling half v2.4.1 |
| 2437 | 2025-09-18T23:25:05.456Z | Compiling ciborium-io v0.2.2 |
| 2438 | 2025-09-18T23:25:05.647Z | Compiling typed-path v0.9.3 |
| 2439 | 2025-09-18T23:25:05.733Z | Compiling semver v0.1.20 |
| 2440 | 2025-09-18T23:25:06.304Z | Compiling rustc_version v0.1.7 |
| 2441 | 2025-09-18T23:25:06.606Z | Compiling ciborium-ll v0.2.2 |
| 2442 | 2025-09-18T23:25:06.736Z | Compiling tokio-tungstenite v0.21.0 |
| 2443 | 2025-09-18T23:25:07.192Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2444 | 2025-09-18T23:25:07.433Z | Compiling ciborium v0.2.2 |
| 2445 | 2025-09-18T23:25:08.038Z | Compiling newtype_derive v0.1.6 |
| 2446 | 2025-09-18T23:25:08.426Z | Compiling tough v0.20.0 |
| 2447 | 2025-09-18T23:25:09.447Z | Compiling smawk v0.3.2 |
| 2448 | 2025-09-18T23:25:09.791Z | Compiling unicode-linebreak v0.1.5 |
| 2449 | 2025-09-18T23:25:10.422Z | Compiling textwrap v0.16.2 |
| 2450 | 2025-09-18T23:25:12.662Z | Compiling humantime v2.2.0 |
| 2451 | 2025-09-18T23:25:12.852Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2452 | 2025-09-18T23:25:13.378Z | Compiling resolv-conf v0.7.0 |
| 2453 | 2025-09-18T23:25:13.581Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2454 | 2025-09-18T23:25:14.174Z | Compiling universal-hash v0.5.1 |
| 2455 | 2025-09-18T23:25:14.469Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2456 | 2025-09-18T23:25:14.584Z | Compiling opaque-debug v0.3.1 |
| 2457 | 2025-09-18T23:25:14.742Z | Compiling poly1305 v0.8.0 |
| 2458 | 2025-09-18T23:25:14.967Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2459 | 2025-09-18T23:25:16.076Z | Compiling steno v0.4.1 |
| 2460 | 2025-09-18T23:25:16.242Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2461 | 2025-09-18T23:25:16.622Z | Compiling chacha20 v0.9.1 |
| 2462 | 2025-09-18T23:25:16.906Z | Compiling thiserror-no-std v2.0.2 |
| 2463 | 2025-09-18T23:25:16.932Z | Compiling aead v0.5.2 |
| 2464 | 2025-09-18T23:25:17.089Z | Compiling vsss-rs v3.3.4 |
| 2465 | 2025-09-18T23:25:17.199Z | Compiling linked-hash-map v0.5.6 |
| 2466 | 2025-09-18T23:25:17.315Z | Compiling chacha20poly1305 v0.10.1 |
| 2467 | 2025-09-18T23:25:17.605Z | Compiling hickory-proto v0.24.4 |
| 2468 | 2025-09-18T23:25:17.660Z | Compiling lru-cache v0.1.2 |
| 2469 | 2025-09-18T23:25:17.952Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2470 | 2025-09-18T23:25:18.327Z | Compiling slog-dtrace v0.3.0 |
| 2471 | 2025-09-18T23:25:18.728Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2472 | 2025-09-18T23:25:18.992Z | Compiling moka v0.12.10 |
| 2473 | 2025-09-18T23:25:19.387Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2474 | 2025-09-18T23:25:21.614Z | Compiling tagptr v0.2.0 |
| 2475 | 2025-09-18T23:25:25.527Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2025-09-18T23:25:28.869Z | Compiling hickory-resolver v0.24.4 |
| 2477 | 2025-09-18T23:25:31.586Z | Compiling qorb v0.4.1 |
| 2478 | 2025-09-18T23:25:36.450Z | Compiling hickory-resolver v0.25.2 |
| 2479 | 2025-09-18T23:25:38.305Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2480 | 2025-09-18T23:25:42.936Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2481 | 2025-09-18T23:25:44.052Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2482 | 2025-09-18T23:25:45.165Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2483 | 2025-09-18T23:25:49.861Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2484 | 2025-09-18T23:25:50.137Z | Compiling nix v0.30.1 |
| 2485 | 2025-09-18T23:25:50.566Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2486 | 2025-09-18T23:25:51.006Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2487 | 2025-09-18T23:25:51.074Z | Compiling display-error-chain v0.2.2 |
| 2488 | 2025-09-18T23:25:51.800Z | Compiling proc-macro-error2 v2.0.1 |
| 2489 | 2025-09-18T23:25:52.015Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2490 | 2025-09-18T23:25:52.413Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2491 | 2025-09-18T23:25:52.665Z | Compiling dirs-sys-next v0.1.2 |
| 2492 | 2025-09-18T23:25:53.197Z | Compiling maplit v1.0.2 |
| 2493 | 2025-09-18T23:25:53.373Z | Compiling crunchy v0.2.2 |
| 2494 | 2025-09-18T23:25:53.649Z | Compiling dirs-next v2.0.0 |
| 2495 | 2025-09-18T23:25:53.864Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2496 | 2025-09-18T23:25:53.939Z | Compiling dsl_auto_type v0.1.2 |
| 2497 | 2025-09-18T23:25:54.174Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2498 | 2025-09-18T23:25:55.153Z | Compiling scheduled-thread-pool v0.2.7 |
| 2499 | 2025-09-18T23:25:56.463Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2500 | 2025-09-18T23:25:56.894Z | Compiling radium v0.7.0 |
| 2501 | 2025-09-18T23:25:57.316Z | Compiling tiny-keccak v2.0.2 |
| 2502 | 2025-09-18T23:25:57.458Z | Compiling diesel_derives v2.2.3 |
| 2503 | 2025-09-18T23:25:57.737Z | Compiling r2d2 v0.8.10 |
| 2504 | 2025-09-18T23:25:58.283Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2505 | 2025-09-18T23:26:00.342Z | Compiling term v0.7.0 |
| 2506 | 2025-09-18T23:26:01.465Z | Compiling const_format_proc_macros v0.2.34 |
| 2507 | 2025-09-18T23:26:01.499Z | Compiling num-derive v0.3.3 |
| 2508 | 2025-09-18T23:26:02.534Z | Compiling zerocopy-derive v0.6.6 |
| 2509 | 2025-09-18T23:26:03.299Z | Compiling tap v1.0.1 |
| 2510 | 2025-09-18T23:26:03.536Z | Compiling bit-vec v0.6.3 |
| 2511 | 2025-09-18T23:26:03.567Z | Compiling maybe-uninit v2.0.0 |
| 2512 | 2025-09-18T23:26:04.001Z | Compiling bit-set v0.5.3 |
| 2513 | 2025-09-18T23:26:04.207Z | Compiling libscf-sys v1.1.0 |
| 2514 | 2025-09-18T23:26:04.248Z | Compiling zerocopy v0.6.6 |
| 2515 | 2025-09-18T23:26:04.315Z | Compiling wyz v0.5.1 |
| 2516 | 2025-09-18T23:26:04.478Z | Compiling const_format v0.2.34 |
| 2517 | 2025-09-18T23:26:04.807Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2518 | 2025-09-18T23:26:05.146Z | Compiling ascii-canvas v3.0.0 |
| 2519 | 2025-09-18T23:26:06.307Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2520 | 2025-09-18T23:26:07.368Z | Compiling ena v0.14.3 |
| 2521 | 2025-09-18T23:26:07.757Z | Compiling diesel v2.2.12 |
| 2522 | 2025-09-18T23:26:07.835Z | Compiling funty v2.0.0 |
| 2523 | 2025-09-18T23:26:09.869Z | Compiling diff v0.1.13 |
| 2524 | 2025-09-18T23:26:10.416Z | Compiling crc-catalog v2.4.0 |
| 2525 | 2025-09-18T23:26:10.642Z | Compiling regex-syntax v0.6.29 |
| 2526 | 2025-09-18T23:26:10.711Z | Compiling packed_struct v0.10.1 |
| 2527 | 2025-09-18T23:26:11.198Z | Compiling bindgen v0.71.1 |
| 2528 | 2025-09-18T23:26:11.866Z | Compiling crc v3.2.1 |
| 2529 | 2025-09-18T23:26:13.956Z | Compiling lalrpop v0.19.12 |
| 2530 | 2025-09-18T23:26:15.447Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2531 | 2025-09-18T23:26:15.946Z | Compiling bitvec v1.0.1 |
| 2532 | 2025-09-18T23:26:19.723Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2533 | 2025-09-18T23:26:20.591Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2534 | 2025-09-18T23:26:21.199Z | Compiling tabled_derive v0.11.0 |
| 2535 | 2025-09-18T23:26:23.375Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2536 | 2025-09-18T23:26:23.715Z | Compiling papergrid v0.17.0 |
| 2537 | 2025-09-18T23:26:24.354Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2538 | 2025-09-18T23:26:24.487Z | Compiling testing_table v0.3.0 |
| 2539 | 2025-09-18T23:26:24.709Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2540 | 2025-09-18T23:26:25.345Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2541 | 2025-09-18T23:26:25.640Z | Compiling packed_struct_codegen v0.10.1 |
| 2542 | 2025-09-18T23:26:28.032Z | Compiling indexmap v1.9.3 |
| 2543 | 2025-09-18T23:26:28.151Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2544 | 2025-09-18T23:26:28.443Z | Compiling nodrop v0.1.14 |
| 2545 | 2025-09-18T23:26:28.645Z | Compiling array-init v0.0.4 |
| 2546 | 2025-09-18T23:26:29.184Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2547 | 2025-09-18T23:26:29.755Z | Compiling tabled v0.20.0 |
| 2548 | 2025-09-18T23:26:32.901Z | Compiling smallvec v0.6.14 |
| 2549 | 2025-09-18T23:26:35.406Z | Compiling polar-core v0.27.3 |
| 2550 | 2025-09-18T23:26:36.745Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2551 | 2025-09-18T23:26:37.139Z | Compiling derive_builder_core v0.20.2 |
| 2552 | 2025-09-18T23:26:37.649Z | Compiling headers-core v0.3.0 |
| 2553 | 2025-09-18T23:26:37.879Z | Compiling libxml v0.3.3 |
| 2554 | 2025-09-18T23:26:38.328Z | Compiling termcolor v1.4.1 |
| 2555 | 2025-09-18T23:26:39.137Z | Compiling hashbrown v0.12.3 |
| 2556 | 2025-09-18T23:26:39.356Z | Compiling bitfield v0.14.0 |
| 2557 | 2025-09-18T23:26:39.719Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2558 | 2025-09-18T23:26:40.202Z | Compiling derive_builder_macro v0.20.2 |
| 2559 | 2025-09-18T23:26:41.093Z | Compiling env_logger v0.10.2 |
| 2560 | 2025-09-18T23:26:41.567Z | Compiling headers v0.4.1 |
| 2561 | 2025-09-18T23:26:45.091Z | Compiling serde-hex v0.1.0 |
| 2562 | 2025-09-18T23:26:46.018Z | Compiling samael v0.0.19 |
| 2563 | 2025-09-18T23:26:48.441Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2564 | 2025-09-18T23:26:49.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2565 | 2025-09-18T23:26:50.353Z | Compiling ron v0.8.1 |
| 2566 | 2025-09-18T23:26:50.543Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2567 | 2025-09-18T23:26:50.922Z | Compiling strum_macros v0.24.3 |
| 2568 | 2025-09-18T23:26:51.266Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2569 | 2025-09-18T23:26:52.094Z | Compiling hashbrown v0.13.2 |
| 2570 | 2025-09-18T23:26:52.574Z | Compiling convert_case v0.7.1 |
| 2571 | 2025-09-18T23:26:53.248Z | Compiling indoc v1.0.9 |
| 2572 | 2025-09-18T23:26:53.395Z | Compiling crc8 v0.1.1 |
| 2573 | 2025-09-18T23:26:53.715Z | Compiling termtree v0.5.1 |
| 2574 | 2025-09-18T23:26:53.779Z | Compiling crc-any v2.5.0 |
| 2575 | 2025-09-18T23:26:54.058Z | Compiling object v0.30.4 |
| 2576 | 2025-09-18T23:26:54.707Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2577 | 2025-09-18T23:26:54.980Z | Compiling derive_more-impl v2.0.1 |
| 2578 | 2025-09-18T23:26:56.112Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2579 | 2025-09-18T23:26:59.964Z | Compiling derive_builder v0.20.2 |
| 2580 | 2025-09-18T23:27:00.224Z | Compiling progenitor-impl v0.11.0 |
| 2581 | 2025-09-18T23:27:02.081Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2582 | 2025-09-18T23:27:02.451Z | Compiling oso-derive v0.27.3 |
| 2583 | 2025-09-18T23:27:03.408Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2584 | 2025-09-18T23:27:05.903Z | Compiling quick-xml v0.37.2 |
| 2585 | 2025-09-18T23:27:06.180Z | Compiling path-slash v0.1.5 |
| 2586 | 2025-09-18T23:27:06.490Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2587 | 2025-09-18T23:27:07.248Z | Compiling progenitor-macro v0.11.0 |
| 2588 | 2025-09-18T23:27:08.967Z | Compiling oso v0.27.3 |
| 2589 | 2025-09-18T23:27:09.102Z | Compiling derive_more v2.0.1 |
| 2590 | 2025-09-18T23:27:09.278Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2591 | 2025-09-18T23:27:18.348Z | Compiling progenitor-client v0.11.0 |
| 2592 | 2025-09-18T23:27:19.345Z | Compiling vte_generate_state_changes v0.1.2 |
| 2593 | 2025-09-18T23:27:20.040Z | Compiling diesel-dtrace v0.4.2 |
| 2594 | 2025-09-18T23:27:20.484Z | Compiling arc-swap v1.7.1 |
| 2595 | 2025-09-18T23:27:21.207Z | Compiling siphasher v1.0.1 |
| 2596 | 2025-09-18T23:27:21.494Z | Compiling slog-scope v4.4.0 |
| 2597 | 2025-09-18T23:27:21.714Z | Compiling phf_shared v0.12.1 |
| 2598 | 2025-09-18T23:27:22.305Z | Compiling vte v0.11.1 |
| 2599 | 2025-09-18T23:27:22.336Z | Compiling progenitor v0.11.0 |
| 2600 | 2025-09-18T23:27:22.639Z | Compiling crossterm v0.29.0 |
| 2601 | 2025-09-18T23:27:23.921Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2602 | 2025-09-18T23:27:25.231Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2603 | 2025-09-18T23:27:30.553Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2604 | 2025-09-18T23:27:30.941Z | Compiling bb8 v0.8.5 |
| 2605 | 2025-09-18T23:27:31.644Z | Compiling unicase v2.7.0 |
| 2606 | 2025-09-18T23:27:32.070Z | Compiling chrono-tz v0.10.4 |
| 2607 | 2025-09-18T23:27:32.474Z | Compiling xshell-macros v0.2.7 |
| 2608 | 2025-09-18T23:27:33.212Z | Compiling xshell v0.2.7 |
| 2609 | 2025-09-18T23:27:36.205Z | Compiling async-bb8-diesel v0.2.1 |
| 2610 | 2025-09-18T23:27:37.165Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2611 | 2025-09-18T23:27:37.882Z | Compiling strip-ansi-escapes v0.2.0 |
| 2612 | 2025-09-18T23:27:39.195Z | Compiling phf v0.12.1 |
| 2613 | 2025-09-18T23:27:39.560Z | Compiling slog-stdlog v4.1.1 |
| 2614 | 2025-09-18T23:27:40.355Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2615 | 2025-09-18T23:27:41.174Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2616 | 2025-09-18T23:27:41.562Z | Compiling fd-lock v4.0.2 |
| 2617 | 2025-09-18T23:27:41.867Z | Compiling peg-macros v0.8.5 |
| 2618 | 2025-09-18T23:27:44.936Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2619 | 2025-09-18T23:27:45.970Z | Compiling nu-ansi-term v0.50.1 |
| 2620 | 2025-09-18T23:27:47.240Z | Compiling reedline v0.40.0 |
| 2621 | 2025-09-18T23:27:47.804Z | Compiling peg v0.8.5 |
| 2622 | 2025-09-18T23:27:48.017Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2623 | 2025-09-18T23:27:55.604Z | Compiling slog-envlogger v2.2.0 |
| 2624 | 2025-09-18T23:28:03.056Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2625 | 2025-09-18T23:28:03.099Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2626 | 2025-09-18T23:28:06.277Z | Compiling typify-impl v0.2.0 |
| 2627 | 2025-09-18T23:28:09.721Z | Compiling bcs v0.1.6 |
| 2628 | 2025-09-18T23:28:10.594Z | Compiling fxhash v0.2.1 |
| 2629 | 2025-09-18T23:28:10.880Z | Compiling libz-sys v1.1.20 |
| 2630 | 2025-09-18T23:28:11.639Z | Compiling half v1.8.3 |
| 2631 | 2025-09-18T23:28:12.247Z | Compiling serde_cbor v0.11.2 |
| 2632 | 2025-09-18T23:28:12.915Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2633 | 2025-09-18T23:28:13.501Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2634 | 2025-09-18T23:28:14.488Z | Compiling kstat-rs v0.2.4 |
| 2635 | 2025-09-18T23:28:15.453Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2636 | 2025-09-18T23:28:15.800Z | Compiling typify-macro v0.2.0 |
| 2637 | 2025-09-18T23:28:15.804Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2638 | 2025-09-18T23:28:16.313Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2639 | 2025-09-18T23:28:18.322Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2640 | 2025-09-18T23:28:18.355Z | Compiling nanorand v0.7.0 |
| 2641 | 2025-09-18T23:28:18.915Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2642 | 2025-09-18T23:28:19.043Z | Compiling parking_lot_core v0.8.6 |
| 2643 | 2025-09-18T23:28:19.326Z | Compiling flume v0.11.1 |
| 2644 | 2025-09-18T23:28:19.577Z | Compiling mime_guess v2.0.5 |
| 2645 | 2025-09-18T23:28:20.855Z | Compiling tabled_derive v0.10.0 |
| 2646 | 2025-09-18T23:28:21.019Z | Compiling ignore v0.4.23 |
| 2647 | 2025-09-18T23:28:23.229Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2648 | 2025-09-18T23:28:30.167Z | Compiling papergrid v0.14.0 |
| 2649 | 2025-09-18T23:28:31.913Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2650 | 2025-09-18T23:28:35.194Z | Compiling castaway v0.2.3 |
| 2651 | 2025-09-18T23:28:35.291Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2652 | 2025-09-18T23:28:35.441Z | Compiling fs-err v2.11.0 |
| 2653 | 2025-09-18T23:28:35.798Z | Compiling compact_str v0.8.0 |
| 2654 | 2025-09-18T23:28:36.048Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2655 | 2025-09-18T23:28:38.406Z | Compiling tabled v0.18.0 |
| 2656 | 2025-09-18T23:28:39.214Z | Compiling globwalk v0.9.1 |
| 2657 | 2025-09-18T23:28:44.079Z | Compiling typify v0.2.0 |
| 2658 | 2025-09-18T23:28:44.307Z | Compiling predicates-tree v1.0.12 |
| 2659 | 2025-09-18T23:28:45.245Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2660 | 2025-09-18T23:28:46.531Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2661 | 2025-09-18T23:28:49.001Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2662 | 2025-09-18T23:28:52.381Z | Compiling unicode-truncate v1.1.0 |
| 2663 | 2025-09-18T23:28:57.668Z | Compiling lru v0.12.5 |
| 2664 | 2025-09-18T23:28:58.096Z | Compiling vergen v8.3.2 |
| 2665 | 2025-09-18T23:28:59.246Z | Compiling nibble_vec v0.1.0 |
| 2666 | 2025-09-18T23:28:59.535Z | Compiling cargo-platform v0.1.8 |
| 2667 | 2025-09-18T23:29:00.070Z | Compiling instability v0.3.2 |
| 2668 | 2025-09-18T23:29:01.128Z | Compiling atty v0.2.14 |
| 2669 | 2025-09-18T23:29:01.357Z | Compiling endian-type v0.1.2 |
| 2670 | 2025-09-18T23:29:01.725Z | Compiling indoc v2.0.6 |
| 2671 | 2025-09-18T23:29:02.634Z | Compiling salty v0.3.0 |
| 2672 | 2025-09-18T23:29:03.137Z | Compiling http-range v0.1.5 |
| 2673 | 2025-09-18T23:29:03.735Z | Compiling cassowary v0.3.0 |
| 2674 | 2025-09-18T23:29:07.117Z | Compiling ratatui v0.29.0 |
| 2675 | 2025-09-18T23:29:09.057Z | Compiling radix_trie v0.2.1 |
| 2676 | 2025-09-18T23:29:09.859Z | Compiling cargo_metadata v0.18.1 |
| 2677 | 2025-09-18T23:29:10.769Z | Compiling git2 v0.19.0 |
| 2678 | 2025-09-18T23:29:13.108Z | Compiling camino-tempfile-ext v0.3.2 |
| 2679 | 2025-09-18T23:29:14.534Z | Compiling progenitor-impl v0.8.0 |
| 2680 | 2025-09-18T23:29:14.673Z | Compiling parking_lot v0.11.2 |
| 2681 | 2025-09-18T23:29:19.755Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2682 | 2025-09-18T23:29:20.225Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2683 | 2025-09-18T23:29:24.308Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2684 | 2025-09-18T23:29:26.898Z | Compiling rand_seeder v0.4.0 |
| 2685 | 2025-09-18T23:29:27.360Z | Compiling prefix-trie v0.7.0 |
| 2686 | 2025-09-18T23:29:28.085Z | Compiling lzma-sys v0.1.20 |
| 2687 | 2025-09-18T23:29:28.423Z | Compiling rustls v0.21.12 |
| 2688 | 2025-09-18T23:29:28.836Z | Compiling parse-size v1.1.0 |
| 2689 | 2025-09-18T23:29:28.948Z | Compiling hickory-server v0.25.2 |
| 2690 | 2025-09-18T23:29:28.980Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2691 | 2025-09-18T23:29:29.194Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2692 | 2025-09-18T23:29:29.295Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2693 | 2025-09-18T23:29:34.583Z | Compiling progenitor-macro v0.8.0 |
| 2694 | 2025-09-18T23:29:35.638Z | Compiling hyper-staticfile v0.10.1 |
| 2695 | 2025-09-18T23:29:39.476Z | Compiling sled v0.34.7 |
| 2696 | 2025-09-18T23:29:39.664Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2697 | 2025-09-18T23:29:45.947Z | Compiling hickory-client v0.25.2 |
| 2698 | 2025-09-18T23:29:47.883Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2699 | 2025-09-18T23:29:48.268Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2700 | 2025-09-18T23:29:49.162Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2701 | 2025-09-18T23:29:49.398Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2702 | 2025-09-18T23:29:55.235Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2703 | 2025-09-18T23:29:55.559Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2704 | 2025-09-18T23:29:55.959Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2705 | 2025-09-18T23:29:56.815Z | Compiling primeorder v0.13.6 |
| 2706 | 2025-09-18T23:29:57.460Z | Compiling progenitor-client v0.8.0 |
| 2707 | 2025-09-18T23:29:57.655Z | Compiling sct v0.7.1 |
| 2708 | 2025-09-18T23:29:58.152Z | Compiling rustls-webpki v0.101.7 |
| 2709 | 2025-09-18T23:29:58.367Z | Compiling heck v0.3.3 |
| 2710 | 2025-09-18T23:29:58.729Z | Compiling env_filter v0.1.2 |
| 2711 | 2025-09-18T23:30:00.319Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2712 | 2025-09-18T23:30:00.715Z | Compiling void v1.0.2 |
| 2713 | 2025-09-18T23:30:00.949Z | Compiling lzss v0.8.2 |
| 2714 | 2025-09-18T23:30:01.931Z | Compiling env_logger v0.11.5 |
| 2715 | 2025-09-18T23:30:01.962Z | Compiling zone_cfg_derive v0.1.2 |
| 2716 | 2025-09-18T23:30:03.311Z | Compiling progenitor v0.8.0 |
| 2717 | 2025-09-18T23:30:03.342Z | Compiling p384 v0.13.0 |
| 2718 | 2025-09-18T23:30:03.615Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2719 | 2025-09-18T23:30:04.736Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2720 | 2025-09-18T23:30:07.668Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2721 | 2025-09-18T23:30:09.349Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2722 | 2025-09-18T23:30:15.020Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2723 | 2025-09-18T23:30:15.217Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2724 | 2025-09-18T23:30:16.283Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2725 | 2025-09-18T23:30:17.633Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2726 | 2025-09-18T23:30:18.106Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2727 | 2025-09-18T23:30:18.504Z | Compiling tungstenite v0.23.0 |
| 2728 | 2025-09-18T23:30:23.983Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2729 | 2025-09-18T23:30:24.382Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2730 | 2025-09-18T23:30:24.614Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2731 | 2025-09-18T23:30:24.777Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2732 | 2025-09-18T23:30:25.013Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2733 | 2025-09-18T23:30:25.173Z | Compiling nix v0.27.1 |
| 2734 | 2025-09-18T23:30:25.780Z | Compiling serde_bytes v0.11.17 |
| 2735 | 2025-09-18T23:30:26.467Z | Compiling base64 v0.13.1 |
| 2736 | 2025-09-18T23:30:26.766Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2737 | 2025-09-18T23:30:27.174Z | Compiling number_prefix v0.4.0 |
| 2738 | 2025-09-18T23:30:27.355Z | Compiling ron v0.7.1 |
| 2739 | 2025-09-18T23:30:27.495Z | Compiling indicatif v0.17.11 |
| 2740 | 2025-09-18T23:30:28.027Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2741 | 2025-09-18T23:30:29.005Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2742 | 2025-09-18T23:30:32.509Z | Compiling tokio-tungstenite v0.23.1 |
| 2743 | 2025-09-18T23:30:33.212Z | Compiling xz2 v0.1.7 |
| 2744 | 2025-09-18T23:30:33.920Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2745 | 2025-09-18T23:30:35.871Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2746 | 2025-09-18T23:30:36.360Z | Compiling tokio-rustls v0.24.1 |
| 2747 | 2025-09-18T23:30:39.623Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2748 | 2025-09-18T23:30:42.802Z | Compiling zone v0.1.8 |
| 2749 | 2025-09-18T23:30:43.983Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2750 | 2025-09-18T23:30:44.198Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2751 | 2025-09-18T23:30:45.858Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2752 | 2025-09-18T23:30:46.217Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2753 | 2025-09-18T23:30:46.742Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2754 | 2025-09-18T23:30:48.593Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2025-09-18T23:30:48.805Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2756 | 2025-09-18T23:30:54.872Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2757 | 2025-09-18T23:30:55.844Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2758 | 2025-09-18T23:30:58.236Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2759 | 2025-09-18T23:30:58.990Z | Compiling rustls-pemfile v1.0.4 |
| 2760 | 2025-09-18T23:30:59.798Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2761 | 2025-09-18T23:31:00.192Z | Compiling signal-hook-tokio v0.3.1 |
| 2762 | 2025-09-18T23:31:00.245Z | Compiling twox-hash v2.1.0 |
| 2763 | 2025-09-18T23:31:00.474Z | Compiling yasna v0.5.2 |
| 2764 | 2025-09-18T23:31:01.247Z | Compiling secrecy v0.8.0 |
| 2765 | 2025-09-18T23:31:01.594Z | Compiling is_ci v1.2.0 |
| 2766 | 2025-09-18T23:31:01.956Z | Compiling supports-color v3.0.2 |
| 2767 | 2025-09-18T23:31:02.462Z | Compiling rcgen v0.12.1 |
| 2768 | 2025-09-18T23:31:04.442Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2025-09-18T23:31:13.047Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2770 | 2025-09-18T23:31:13.649Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2771 | 2025-09-18T23:31:14.472Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2772 | 2025-09-18T23:31:25.600Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2773 | 2025-09-18T23:31:33.815Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2774 | 2025-09-18T23:31:40.240Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2775 | 2025-09-18T23:31:40.745Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2776 | 2025-09-18T23:31:44.554Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2777 | 2025-09-18T23:31:49.311Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2778 | 2025-09-18T23:31:56.007Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2779 | 2025-09-18T23:31:56.848Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2780 | 2025-09-18T23:31:57.245Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2781 | 2025-09-18T23:31:57.641Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2782 | 2025-09-18T23:31:59.368Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2783 | 2025-09-18T23:32:03.153Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2784 | 2025-09-18T23:32:03.494Z | Compiling fatfs v0.3.6 |
| 2785 | 2025-09-18T23:32:06.116Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2786 | 2025-09-18T23:32:06.408Z | Compiling rtoolbox v0.0.2 |
| 2787 | 2025-09-18T23:32:06.824Z | Compiling subprocess v0.2.9 |
| 2788 | 2025-09-18T23:32:06.868Z | Compiling assert_matches v1.5.0 |
| 2789 | 2025-09-18T23:32:07.029Z | Compiling rpassword v7.4.0 |
| 2790 | 2025-09-18T23:32:07.525Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2791 | 2025-09-18T23:32:13.506Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2792 | 2025-09-18T23:32:15.351Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2793 | 2025-09-18T23:32:24.200Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2794 | 2025-09-18T23:32:24.267Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2795 | 2025-09-18T23:32:42.473Z | Compiling tui-tree-widget v0.23.1 |
| 2796 | 2025-09-18T23:32:42.999Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2797 | 2025-09-18T23:32:55.609Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2798 | 2025-09-18T23:32:57.130Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2799 | 2025-09-18T23:32:57.548Z | Compiling uzers v0.12.1 |
| 2800 | 2025-09-18T23:32:58.820Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2801 | 2025-09-18T23:32:59.209Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2802 | 2025-09-18T23:33:01.422Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2803 | 2025-09-18T23:33:17.235Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2804 | 2025-09-18T23:33:29.616Z | Compiling support-bundle-viewer v0.1.2 |
| 2805 | 2025-09-18T23:33:32.432Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2806 | 2025-09-18T23:33:33.597Z | Compiling multimap v0.10.1 |
| 2807 | 2025-09-18T23:35:52.732Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2808 | 2025-09-18T23:36:12.792Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2809 | 2025-09-18T23:45:14.980Z | Finished `release` profile [optimized] target(s) in 21m 02s |
| 2810 | 2025-09-18T23:46:12.158Z | |
| 2811 | 2025-09-18T23:46:12.161Z | real 22:01.368981806 |
| 2812 | 2025-09-18T23:46:12.161Z | user 2:34:56.124344386 |
| 2813 | 2025-09-18T23:46:12.161Z | sys 4:30.941308097 |
| 2814 | 2025-09-18T23:46:12.162Z | trap 4.106582095 |
| 2815 | 2025-09-18T23:46:12.162Z | tflt 2.396207227 |
| 2816 | 2025-09-18T23:46:12.162Z | dflt 6.572982124 |
| 2817 | 2025-09-18T23:46:12.162Z | kflt 0.001764313 |
| 2818 | 2025-09-18T23:46:12.162Z | lock 10:44:10.761978022 |
| 2819 | 2025-09-18T23:46:12.162Z | slp 7:54:58.002262559 |
| 2820 | 2025-09-18T23:46:12.162Z | lat 4:23.025683459 |
| 2821 | 2025-09-18T23:46:12.162Z | stop 4:16.902322608 |
| 2822 | 2025-09-18T23:46:12.162Z | + mapfile -t packages |
| 2823 | 2025-09-18T23:46:12.162Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2824 | 2025-09-18T23:46:13.501Z | Finished `release` profile [optimized] target(s) in 1.27s |
| 2825 | 2025-09-18T23:46:13.567Z | Running `target/release/omicron-package -t test list-outputs` |
| 2826 | 2025-09-18T23:46:13.625Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2827 | 2025-09-18T23:46:13.628Z | + ptime -m cargo build --locked --release -p xtask |
| 2828 | 2025-09-18T23:46:14.440Z | Compiling serde_core v1.0.223 |
| 2829 | 2025-09-18T23:46:14.440Z | Compiling once_cell v1.21.3 |
| 2830 | 2025-09-18T23:46:14.443Z | Compiling syn v2.0.106 |
| 2831 | 2025-09-18T23:46:14.443Z | Compiling serde v1.0.223 |
| 2832 | 2025-09-18T23:46:14.443Z | Compiling bitflags v2.9.1 |
| 2833 | 2025-09-18T23:46:14.563Z | Compiling serde_json v1.0.145 |
| 2834 | 2025-09-18T23:46:14.567Z | Compiling libc v0.2.174 |
| 2835 | 2025-09-18T23:46:14.576Z | Compiling num-traits v0.2.19 |
| 2836 | 2025-09-18T23:46:14.949Z | Compiling rustix v0.38.37 |
| 2837 | 2025-09-18T23:46:15.028Z | Compiling smallvec v1.15.1 |
| 2838 | 2025-09-18T23:46:15.125Z | Compiling hashbrown v0.15.4 |
| 2839 | 2025-09-18T23:46:15.380Z | Compiling usdt-impl v0.5.0 |
| 2840 | 2025-09-18T23:46:15.545Z | Compiling syn v1.0.109 |
| 2841 | 2025-09-18T23:46:16.039Z | Compiling thread-id v4.2.2 |
| 2842 | 2025-09-18T23:46:16.141Z | Compiling percent-encoding v2.3.2 |
| 2843 | 2025-09-18T23:46:16.184Z | Compiling log v0.4.27 |
| 2844 | 2025-09-18T23:46:16.531Z | Compiling indexmap v2.11.0 |
| 2845 | 2025-09-18T23:46:16.642Z | Compiling rustix v1.0.7 |
| 2846 | 2025-09-18T23:46:16.680Z | Compiling getrandom v0.3.1 |
| 2847 | 2025-09-18T23:46:17.186Z | Compiling terminal_size v0.4.0 |
| 2848 | 2025-09-18T23:46:17.466Z | Compiling form_urlencoded v1.2.2 |
| 2849 | 2025-09-18T23:46:17.912Z | Compiling ordered-float v2.10.1 |
| 2850 | 2025-09-18T23:46:18.448Z | Compiling fs-err v3.1.1 |
| 2851 | 2025-09-18T23:46:18.831Z | Compiling anyhow v1.0.99 |
| 2852 | 2025-09-18T23:46:19.034Z | Compiling clap_builder v4.5.41 |
| 2853 | 2025-09-18T23:46:20.180Z | Compiling textwrap v0.16.2 |
| 2854 | 2025-09-18T23:46:21.465Z | Compiling proc-macro-error v1.0.4 |
| 2855 | 2025-09-18T23:46:21.717Z | Compiling synstructure v0.13.1 |
| 2856 | 2025-09-18T23:46:22.046Z | Compiling tempfile v3.20.0 |
| 2857 | 2025-09-18T23:46:22.300Z | Compiling tabled_derive v0.7.0 |
| 2858 | 2025-09-18T23:46:22.935Z | Compiling camino-tempfile v1.4.1 |
| 2859 | 2025-09-18T23:46:24.260Z | Compiling tabled v0.15.0 |
| 2860 | 2025-09-18T23:46:24.532Z | Compiling serde_derive v1.0.223 |
| 2861 | 2025-09-18T23:46:24.561Z | Compiling thiserror-impl v1.0.69 |
| 2862 | 2025-09-18T23:46:25.360Z | Compiling zerofrom-derive v0.1.4 |
| 2863 | 2025-09-18T23:46:26.199Z | Compiling yoke-derive v0.7.4 |
| 2864 | 2025-09-18T23:46:27.276Z | Compiling zerovec-derive v0.10.3 |
| 2865 | 2025-09-18T23:46:28.327Z | Compiling thiserror v1.0.69 |
| 2866 | 2025-09-18T23:46:28.430Z | Compiling zerofrom v0.1.4 |
| 2867 | 2025-09-18T23:46:28.509Z | Compiling displaydoc v0.2.5 |
| 2868 | 2025-09-18T23:46:28.664Z | Compiling pest v2.7.14 |
| 2869 | 2025-09-18T23:46:28.722Z | Compiling yoke v0.7.4 |
| 2870 | 2025-09-18T23:46:29.174Z | Compiling icu_provider_macros v1.5.0 |
| 2871 | 2025-09-18T23:46:29.661Z | Compiling zerovec v0.10.4 |
| 2872 | 2025-09-18T23:46:29.955Z | Compiling zerocopy-derive v0.7.35 |
| 2873 | 2025-09-18T23:46:30.406Z | Compiling scroll_derive v0.12.0 |
| 2874 | 2025-09-18T23:46:31.664Z | Compiling pest_meta v2.7.14 |
| 2875 | 2025-09-18T23:46:31.725Z | Compiling tinystr v0.7.6 |
| 2876 | 2025-09-18T23:46:31.785Z | Compiling icu_collections v1.5.0 |
| 2877 | 2025-09-18T23:46:32.209Z | Compiling icu_locid v1.5.0 |
| 2878 | 2025-09-18T23:46:32.764Z | Compiling serde_spanned v0.6.9 |
| 2879 | 2025-09-18T23:46:33.118Z | Compiling pest_generator v2.7.14 |
| 2880 | 2025-09-18T23:46:34.003Z | Compiling icu_provider v1.5.0 |
| 2881 | 2025-09-18T23:46:34.595Z | Compiling toml_datetime v0.6.11 |
| 2882 | 2025-09-18T23:46:34.819Z | Compiling zerocopy v0.7.35 |
| 2883 | 2025-09-18T23:46:35.271Z | Compiling pest_derive v2.7.14 |
| 2884 | 2025-09-18T23:46:35.451Z | Compiling icu_locid_transform v1.5.0 |
| 2885 | 2025-09-18T23:46:36.118Z | Compiling dtrace-parser v0.2.0 |
| 2886 | 2025-09-18T23:46:36.168Z | Compiling toml_edit v0.22.27 |
| 2887 | 2025-09-18T23:46:36.338Z | Compiling dof v0.3.0 |
| 2888 | 2025-09-18T23:46:37.193Z | Compiling icu_properties v1.5.1 |
| 2889 | 2025-09-18T23:46:37.700Z | Compiling scroll v0.12.0 |
| 2890 | 2025-09-18T23:46:38.401Z | Compiling goblin v0.8.2 |
| 2891 | 2025-09-18T23:46:39.611Z | Compiling serde_tokenstream v0.2.2 |
| 2892 | 2025-09-18T23:46:40.214Z | Compiling toml v0.8.23 |
| 2893 | 2025-09-18T23:46:40.233Z | Compiling erased-serde v0.4.6 |
| 2894 | 2025-09-18T23:46:41.203Z | Compiling icu_normalizer v1.5.0 |
| 2895 | 2025-09-18T23:46:43.343Z | Compiling idna_adapter v1.2.0 |
| 2896 | 2025-09-18T23:46:43.627Z | Compiling idna v1.0.3 |
| 2897 | 2025-09-18T23:46:43.677Z | Compiling thiserror-impl v2.0.16 |
| 2898 | 2025-09-18T23:46:46.529Z | Compiling thiserror v2.0.16 |
| 2899 | 2025-09-18T23:46:46.746Z | Compiling url v2.5.4 |
| 2900 | 2025-09-18T23:46:47.541Z | Compiling serde-untagged v0.1.7 |
| 2901 | 2025-09-18T23:46:48.419Z | Compiling serde-value v0.7.0 |
| 2902 | 2025-09-18T23:46:48.799Z | Compiling semver v1.0.26 |
| 2903 | 2025-09-18T23:46:50.123Z | Compiling cargo-util-schemas v0.8.2 |
| 2904 | 2025-09-18T23:46:52.004Z | Compiling usdt-attr-macro v0.5.0 |
| 2905 | 2025-09-18T23:46:52.195Z | Compiling usdt-macro v0.5.0 |
| 2906 | 2025-09-18T23:46:52.473Z | Compiling cargo-platform v0.2.0 |
| 2907 | 2025-09-18T23:46:53.371Z | Compiling clap_derive v4.5.41 |
| 2908 | 2025-09-18T23:46:53.427Z | Compiling usdt v0.5.0 |
| 2909 | 2025-09-18T23:46:53.692Z | Compiling cargo_metadata v0.21.0 |
| 2910 | 2025-09-18T23:46:54.867Z | Compiling cargo_toml v0.21.0 |
| 2911 | 2025-09-18T23:46:55.797Z | Compiling macaddr v1.0.1 |
| 2912 | 2025-09-18T23:46:57.473Z | Compiling clap v4.5.41 |
| 2913 | 2025-09-18T23:47:06.317Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2914 | 2025-09-18T23:47:12.394Z | Finished `release` profile [optimized] target(s) in 58.69s |
| 2915 | 2025-09-18T23:47:12.537Z | |
| 2916 | 2025-09-18T23:47:12.539Z | real 58.866809424 |
| 2917 | 2025-09-18T23:47:12.539Z | user 6:23.613042167 |
| 2918 | 2025-09-18T23:47:12.539Z | sys 28.327209073 |
| 2919 | 2025-09-18T23:47:12.539Z | trap 0.211532178 |
| 2920 | 2025-09-18T23:47:12.539Z | tflt 0.302559542 |
| 2921 | 2025-09-18T23:47:12.542Z | dflt 0.429254021 |
| 2922 | 2025-09-18T23:47:12.542Z | kflt 0.000013577 |
| 2923 | 2025-09-18T23:47:12.542Z | lock 18:49.975209792 |
| 2924 | 2025-09-18T23:47:12.542Z | slp 21:29.829148932 |
| 2925 | 2025-09-18T23:47:12.543Z | lat 26.198147695 |
| 2926 | 2025-09-18T23:47:12.543Z | stop 32.114771258 |
| 2927 | 2025-09-18T23:47:12.543Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2928 | 2025-09-18T23:47:12.543Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2929 | 2025-09-18T23:47:12.543Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2930 | 2025-09-18T23:47:12.543Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2931 | 2025-09-18T23:47:12.543Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2932 | 2025-09-18T23:47:13.855Z | Compiling regress v0.10.4 |
| 2933 | 2025-09-18T23:47:14.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2934 | 2025-09-18T23:47:14.031Z | Compiling ident_case v1.0.1 |
| 2935 | 2025-09-18T23:47:14.034Z | Compiling unsafe-libyaml v0.2.11 |
| 2936 | 2025-09-18T23:47:14.034Z | Compiling match_cfg v0.1.0 |
| 2937 | 2025-09-18T23:47:14.109Z | Compiling quick-error v1.2.3 |
| 2938 | 2025-09-18T23:47:14.112Z | Compiling tempfile v3.20.0 |
| 2939 | 2025-09-18T23:47:14.112Z | Compiling progenitor-client v0.10.0 |
| 2940 | 2025-09-18T23:47:14.205Z | Compiling hostname v0.3.1 |
| 2941 | 2025-09-18T23:47:14.228Z | Compiling darling_core v0.20.10 |
| 2942 | 2025-09-18T23:47:14.278Z | Compiling structmeta-derive v0.3.0 |
| 2943 | 2025-09-18T23:47:14.443Z | Compiling rustls v0.22.4 |
| 2944 | 2025-09-18T23:47:14.535Z | Compiling hex v0.4.3 |
| 2945 | 2025-09-18T23:47:14.646Z | Compiling multer v3.1.0 |
| 2946 | 2025-09-18T23:47:14.823Z | Compiling debug-ignore v1.0.5 |
| 2947 | 2025-09-18T23:47:15.035Z | Compiling toml_parser v1.0.2 |
| 2948 | 2025-09-18T23:47:15.099Z | Compiling slog-json v2.6.1 |
| 2949 | 2025-09-18T23:47:15.142Z | Compiling macaddr v1.0.1 |
| 2950 | 2025-09-18T23:47:15.490Z | Compiling serde_yaml v0.9.34+deprecated |
| 2951 | 2025-09-18T23:47:15.584Z | Compiling toml_datetime v0.7.0 |
| 2952 | 2025-09-18T23:47:15.837Z | Compiling serde_spanned v1.0.0 |
| 2953 | 2025-09-18T23:47:16.144Z | Compiling async-stream-impl v0.3.6 |
| 2954 | 2025-09-18T23:47:16.208Z | Compiling dropshot v0.16.4 |
| 2955 | 2025-09-18T23:47:16.576Z | Compiling ref-cast v1.0.24 |
| 2956 | 2025-09-18T23:47:16.620Z | Compiling toml_writer v1.0.2 |
| 2957 | 2025-09-18T23:47:16.865Z | Compiling structmeta v0.3.0 |
| 2958 | 2025-09-18T23:47:17.086Z | Compiling toml v0.9.5 |
| 2959 | 2025-09-18T23:47:17.293Z | Compiling slog-bunyan v2.5.0 |
| 2960 | 2025-09-18T23:47:17.462Z | Compiling async-stream v0.3.6 |
| 2961 | 2025-09-18T23:47:17.534Z | Compiling waitgroup v0.1.2 |
| 2962 | 2025-09-18T23:47:17.789Z | Compiling typify-impl v0.3.0 |
| 2963 | 2025-09-18T23:47:17.793Z | Compiling rustls-pemfile v2.2.0 |
| 2964 | 2025-09-18T23:47:18.227Z | Compiling dropshot_endpoint v0.16.4 |
| 2965 | 2025-09-18T23:47:18.299Z | Compiling serde_path_to_error v0.1.17 |
| 2966 | 2025-09-18T23:47:19.029Z | Compiling ref-cast-impl v1.0.24 |
| 2967 | 2025-09-18T23:47:19.170Z | Compiling wait-timeout v0.2.0 |
| 2968 | 2025-09-18T23:47:19.728Z | Compiling tokio-rustls v0.25.0 |
| 2969 | 2025-09-18T23:47:20.092Z | Compiling darling_macro v0.20.10 |
| 2970 | 2025-09-18T23:47:20.180Z | Compiling hostname v0.4.0 |
| 2971 | 2025-09-18T23:47:20.244Z | Compiling bit-vec v0.8.0 |
| 2972 | 2025-09-18T23:47:20.445Z | Compiling rusty-fork v0.3.0 |
| 2973 | 2025-09-18T23:47:20.464Z | Compiling derive-ex v0.1.8 |
| 2974 | 2025-09-18T23:47:20.719Z | Compiling bit-set v0.8.0 |
| 2975 | 2025-09-18T23:47:21.044Z | Compiling rand_xorshift v0.4.0 |
| 2976 | 2025-09-18T23:47:21.082Z | Compiling darling v0.20.10 |
| 2977 | 2025-09-18T23:47:21.132Z | Compiling instant v0.1.13 |
| 2978 | 2025-09-18T23:47:21.232Z | Compiling serde_with_macros v3.14.0 |
| 2979 | 2025-09-18T23:47:21.350Z | Compiling unarray v0.1.4 |
| 2980 | 2025-09-18T23:47:21.373Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2981 | 2025-09-18T23:47:21.554Z | Compiling proptest v1.7.0 |
| 2982 | 2025-09-18T23:47:21.582Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2983 | 2025-09-18T23:47:22.085Z | Compiling progenitor-client v0.9.1 |
| 2984 | 2025-09-18T23:47:22.332Z | Compiling derive-where v1.5.0 |
| 2985 | 2025-09-18T23:47:22.677Z | Compiling parse-display-derive v0.10.0 |
| 2986 | 2025-09-18T23:47:23.338Z | Compiling hashbrown v0.16.0 |
| 2987 | 2025-09-18T23:47:23.793Z | Compiling serde_with v3.14.0 |
| 2988 | 2025-09-18T23:47:24.521Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2989 | 2025-09-18T23:47:24.806Z | Compiling test-strategy v0.4.3 |
| 2990 | 2025-09-18T23:47:25.349Z | Compiling foldhash v0.2.0 |
| 2991 | 2025-09-18T23:47:25.671Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2992 | 2025-09-18T23:47:25.841Z | Compiling iddqd v0.3.13 |
| 2993 | 2025-09-18T23:47:26.065Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2994 | 2025-09-18T23:47:26.282Z | Compiling backoff v0.4.0 |
| 2995 | 2025-09-18T23:47:26.696Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2996 | 2025-09-18T23:47:26.826Z | Compiling parse-display v0.10.0 |
| 2997 | 2025-09-18T23:47:26.921Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2998 | 2025-09-18T23:47:27.488Z | Compiling typify-impl v0.4.3 |
| 2999 | 2025-09-18T23:47:27.509Z | Compiling itertools v0.14.0 |
| 3000 | 2025-09-18T23:47:28.305Z | Compiling darling_core v0.21.0 |
| 3001 | 2025-09-18T23:47:28.520Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3002 | 2025-09-18T23:47:29.225Z | Compiling proc-macro-crate v1.3.1 |
| 3003 | 2025-09-18T23:47:29.795Z | Compiling typify-macro v0.3.0 |
| 3004 | 2025-09-18T23:47:29.821Z | Compiling crucible-workspace-hack v0.1.0 |
| 3005 | 2025-09-18T23:47:30.209Z | Compiling num_enum_derive v0.5.11 |
| 3006 | 2025-09-18T23:47:30.242Z | Compiling proc-macro-error v1.0.4 |
| 3007 | 2025-09-18T23:47:30.607Z | Compiling heapless v0.8.0 |
| 3008 | 2025-09-18T23:47:30.886Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3009 | 2025-09-18T23:47:31.494Z | Compiling hash32 v0.3.1 |
| 3010 | 2025-09-18T23:47:31.602Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3011 | 2025-09-18T23:47:31.798Z | Compiling smoltcp v0.11.0 |
| 3012 | 2025-09-18T23:47:32.009Z | Compiling foreign-types-macros v0.2.3 |
| 3013 | 2025-09-18T23:47:32.515Z | Compiling num_enum v0.5.11 |
| 3014 | 2025-09-18T23:47:32.546Z | Compiling foreign-types-shared v0.3.1 |
| 3015 | 2025-09-18T23:47:32.727Z | Compiling cobs v0.2.3 |
| 3016 | 2025-09-18T23:47:32.953Z | Compiling postcard v1.0.10 |
| 3017 | 2025-09-18T23:47:33.296Z | Compiling tabwriter v1.4.0 |
| 3018 | 2025-09-18T23:47:33.320Z | Compiling foreign-types v0.5.0 |
| 3019 | 2025-09-18T23:47:33.479Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3020 | 2025-09-18T23:47:33.628Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3021 | 2025-09-18T23:47:33.793Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3022 | 2025-09-18T23:47:33.916Z | Compiling typify v0.3.0 |
| 3023 | 2025-09-18T23:47:34.124Z | Compiling progenitor-impl v0.9.1 |
| 3024 | 2025-09-18T23:47:34.179Z | Compiling cstr-argument v0.1.2 |
| 3025 | 2025-09-18T23:47:34.292Z | Compiling rayon-core v1.12.1 |
| 3026 | 2025-09-18T23:47:34.377Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3027 | 2025-09-18T23:47:34.470Z | Compiling darling_macro v0.21.0 |
| 3028 | 2025-09-18T23:47:34.487Z | Compiling pretty-hex v0.2.1 |
| 3029 | 2025-09-18T23:47:34.660Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3030 | 2025-09-18T23:47:34.735Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3031 | 2025-09-18T23:47:34.793Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3032 | 2025-09-18T23:47:35.125Z | Compiling crossbeam-deque v0.8.5 |
| 3033 | 2025-09-18T23:47:35.150Z | Compiling colored v2.2.0 |
| 3034 | 2025-09-18T23:47:35.175Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3035 | 2025-09-18T23:47:35.437Z | Compiling darling v0.21.0 |
| 3036 | 2025-09-18T23:47:35.600Z | Compiling ingot-macros v0.1.1 |
| 3037 | 2025-09-18T23:47:36.081Z | Compiling zone_cfg_derive v0.3.0 |
| 3038 | 2025-09-18T23:47:37.096Z | Compiling rayon v1.10.0 |
| 3039 | 2025-09-18T23:47:37.343Z | Compiling camino-tempfile v1.4.1 |
| 3040 | 2025-09-18T23:47:37.548Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3041 | 2025-09-18T23:47:37.844Z | Compiling smf v0.2.3 |
| 3042 | 2025-09-18T23:47:37.984Z | Compiling num-derive v0.4.2 |
| 3043 | 2025-09-18T23:47:39.135Z | Compiling sigpipe v0.1.3 |
| 3044 | 2025-09-18T23:47:39.312Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3045 | 2025-09-18T23:47:39.669Z | Compiling jiff v0.2.15 |
| 3046 | 2025-09-18T23:47:39.695Z | Compiling typify-macro v0.4.3 |
| 3047 | 2025-09-18T23:47:39.950Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3048 | 2025-09-18T23:47:40.451Z | Compiling zone v0.3.1 |
| 3049 | 2025-09-18T23:47:40.456Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3050 | 2025-09-18T23:47:41.092Z | Compiling progenitor-macro v0.9.1 |
| 3051 | 2025-09-18T23:47:41.321Z | Compiling toml v0.8.23 |
| 3052 | 2025-09-18T23:47:41.551Z | Compiling num-rational v0.4.2 |
| 3053 | 2025-09-18T23:47:41.894Z | Compiling num-complex v0.4.6 |
| 3054 | 2025-09-18T23:47:42.750Z | Compiling ingot-types v0.1.2 |
| 3055 | 2025-09-18T23:47:42.874Z | Compiling num v0.4.3 |
| 3056 | 2025-09-18T23:47:42.900Z | Compiling float-ord v0.3.2 |
| 3057 | 2025-09-18T23:47:43.065Z | Compiling universal-hash v0.5.1 |
| 3058 | 2025-09-18T23:47:43.093Z | Compiling secrecy v0.10.3 |
| 3059 | 2025-09-18T23:47:43.157Z | Compiling opaque-debug v0.3.1 |
| 3060 | 2025-09-18T23:47:43.307Z | Compiling convert_case v0.4.0 |
| 3061 | 2025-09-18T23:47:43.333Z | Compiling password-hash v0.5.0 |
| 3062 | 2025-09-18T23:47:43.396Z | Compiling blake2 v0.10.6 |
| 3063 | 2025-09-18T23:47:43.615Z | Compiling ingot v0.1.1 |
| 3064 | 2025-09-18T23:47:43.789Z | Compiling typify v0.4.3 |
| 3065 | 2025-09-18T23:47:44.006Z | Compiling progenitor-impl v0.10.0 |
| 3066 | 2025-09-18T23:47:44.191Z | Compiling derive_more v0.99.20 |
| 3067 | 2025-09-18T23:47:44.225Z | Compiling indent_write v2.2.0 |
| 3068 | 2025-09-18T23:47:44.488Z | Compiling argon2 v0.5.3 |
| 3069 | 2025-09-18T23:47:44.714Z | Compiling aead v0.5.2 |
| 3070 | 2025-09-18T23:47:45.153Z | Compiling keccak v0.1.5 |
| 3071 | 2025-09-18T23:47:46.514Z | Compiling utf-8 v0.7.6 |
| 3072 | 2025-09-18T23:47:46.898Z | Compiling tungstenite v0.21.0 |
| 3073 | 2025-09-18T23:47:47.418Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3074 | 2025-09-18T23:47:47.772Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3075 | 2025-09-18T23:47:47.821Z | Compiling sha3 v0.10.8 |
| 3076 | 2025-09-18T23:47:48.823Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3077 | 2025-09-18T23:47:48.943Z | Compiling poly1305 v0.8.0 |
| 3078 | 2025-09-18T23:47:49.002Z | Compiling chacha20 v0.9.1 |
| 3079 | 2025-09-18T23:47:49.344Z | Compiling tokio-tungstenite v0.21.0 |
| 3080 | 2025-09-18T23:47:49.556Z | Compiling console v0.15.10 |
| 3081 | 2025-09-18T23:47:50.488Z | Compiling owo-colors v4.2.2 |
| 3082 | 2025-09-18T23:47:50.615Z | Compiling cancel-safe-futures v0.1.5 |
| 3083 | 2025-09-18T23:47:50.712Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3084 | 2025-09-18T23:47:50.904Z | Compiling base64 v0.21.7 |
| 3085 | 2025-09-18T23:47:50.985Z | Compiling libsw-core v0.3.1 |
| 3086 | 2025-09-18T23:47:51.027Z | Compiling progenitor-macro v0.10.0 |
| 3087 | 2025-09-18T23:47:51.089Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3088 | 2025-09-18T23:47:51.229Z | Compiling semver v0.1.20 |
| 3089 | 2025-09-18T23:47:51.321Z | Compiling fixedbitset v0.5.7 |
| 3090 | 2025-09-18T23:47:51.548Z | Compiling libsw v3.5.0 |
| 3091 | 2025-09-18T23:47:51.830Z | Compiling petgraph v0.8.2 |
| 3092 | 2025-09-18T23:47:51.889Z | Compiling rustc_version v0.1.7 |
| 3093 | 2025-09-18T23:47:52.015Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3094 | 2025-09-18T23:47:52.385Z | Compiling atomicwrites v0.4.4 |
| 3095 | 2025-09-18T23:47:52.529Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3096 | 2025-09-18T23:47:52.776Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3097 | 2025-09-18T23:47:52.848Z | Compiling newline-converter v0.3.0 |
| 3098 | 2025-09-18T23:47:52.985Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3099 | 2025-09-18T23:47:53.114Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3100 | 2025-09-18T23:47:53.140Z | Compiling half v2.4.1 |
| 3101 | 2025-09-18T23:47:53.677Z | Compiling ciborium-io v0.2.2 |
| 3102 | 2025-09-18T23:47:53.727Z | Compiling linear-map v1.2.0 |
| 3103 | 2025-09-18T23:47:53.818Z | Compiling ciborium-ll v0.2.2 |
| 3104 | 2025-09-18T23:47:53.852Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3105 | 2025-09-18T23:47:54.140Z | Compiling expectorate v1.2.0 |
| 3106 | 2025-09-18T23:47:54.243Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3107 | 2025-09-18T23:47:54.318Z | Compiling progenitor v0.9.1 |
| 3108 | 2025-09-18T23:47:54.455Z | Compiling newtype_derive v0.1.6 |
| 3109 | 2025-09-18T23:47:54.594Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3110 | 2025-09-18T23:47:54.622Z | Compiling pin-project-internal v1.1.6 |
| 3111 | 2025-09-18T23:47:54.682Z | Compiling ciborium v0.2.2 |
| 3112 | 2025-09-18T23:47:55.253Z | Compiling chacha20poly1305 v0.10.1 |
| 3113 | 2025-09-18T23:47:55.559Z | Compiling typify-impl v0.2.0 |
| 3114 | 2025-09-18T23:47:55.788Z | Compiling thiserror-no-std v2.0.2 |
| 3115 | 2025-09-18T23:47:55.965Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3116 | 2025-09-18T23:47:56.020Z | Compiling vsss-rs v3.3.4 |
| 3117 | 2025-09-18T23:47:56.063Z | Compiling resolv-conf v0.7.0 |
| 3118 | 2025-09-18T23:47:56.808Z | Compiling primeorder v0.13.6 |
| 3119 | 2025-09-18T23:47:57.379Z | Compiling pem v3.0.5 |
| 3120 | 2025-09-18T23:47:57.431Z | Compiling pin-project v1.1.6 |
| 3121 | 2025-09-18T23:47:57.629Z | Compiling snafu-derive v0.8.5 |
| 3122 | 2025-09-18T23:47:58.180Z | Compiling csv-core v0.1.11 |
| 3123 | 2025-09-18T23:47:58.421Z | Compiling moka v0.12.10 |
| 3124 | 2025-09-18T23:47:58.786Z | Compiling same-file v1.0.6 |
| 3125 | 2025-09-18T23:47:58.809Z | Compiling libefi-sys v0.1.0 |
| 3126 | 2025-09-18T23:47:59.136Z | Compiling walkdir v2.5.0 |
| 3127 | 2025-09-18T23:47:59.263Z | Compiling csv v1.3.1 |
| 3128 | 2025-09-18T23:47:59.835Z | Compiling tabled_derive v0.7.0 |
| 3129 | 2025-09-18T23:47:59.961Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3130 | 2025-09-18T23:48:00.381Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3131 | 2025-09-18T23:48:00.562Z | Compiling globset v0.4.15 |
| 3132 | 2025-09-18T23:48:00.927Z | Compiling olpc-cjson v0.1.4 |
| 3133 | 2025-09-18T23:48:01.266Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3134 | 2025-09-18T23:48:01.751Z | Compiling serde_plain v1.0.2 |
| 3135 | 2025-09-18T23:48:02.099Z | Compiling async-recursion v1.1.1 |
| 3136 | 2025-09-18T23:48:02.130Z | Compiling bitfield-struct v0.6.2 |
| 3137 | 2025-09-18T23:48:02.154Z | Compiling unicase v2.7.0 |
| 3138 | 2025-09-18T23:48:02.272Z | Compiling typed-path v0.9.3 |
| 3139 | 2025-09-18T23:48:02.516Z | Compiling tagptr v0.2.0 |
| 3140 | 2025-09-18T23:48:02.540Z | Compiling snafu v0.8.5 |
| 3141 | 2025-09-18T23:48:02.840Z | Compiling highway v1.3.0 |
| 3142 | 2025-09-18T23:48:03.337Z | Compiling arc-swap v1.7.1 |
| 3143 | 2025-09-18T23:48:03.574Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3144 | 2025-09-18T23:48:03.942Z | Compiling slog-scope v4.4.0 |
| 3145 | 2025-09-18T23:48:03.987Z | Compiling textwrap v0.16.2 |
| 3146 | 2025-09-18T23:48:04.354Z | Compiling progenitor v0.10.0 |
| 3147 | 2025-09-18T23:48:04.379Z | Compiling tabled v0.15.0 |
| 3148 | 2025-09-18T23:48:04.558Z | Compiling tough v0.20.0 |
| 3149 | 2025-09-18T23:48:04.637Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3150 | 2025-09-18T23:48:05.045Z | Compiling steno v0.4.1 |
| 3151 | 2025-09-18T23:48:05.365Z | Compiling polyval v0.6.2 |
| 3152 | 2025-09-18T23:48:05.803Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3153 | 2025-09-18T23:48:05.847Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3154 | 2025-09-18T23:48:06.413Z | Compiling hickory-proto v0.24.4 |
| 3155 | 2025-09-18T23:48:06.501Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3156 | 2025-09-18T23:48:07.117Z | Compiling typify-macro v0.2.0 |
| 3157 | 2025-09-18T23:48:07.369Z | Compiling linked-hash-map v0.5.6 |
| 3158 | 2025-09-18T23:48:07.762Z | Compiling parking_lot_core v0.8.6 |
| 3159 | 2025-09-18T23:48:08.333Z | Compiling humantime v2.2.0 |
| 3160 | 2025-09-18T23:48:08.914Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3161 | 2025-09-18T23:48:09.092Z | Compiling salty v0.3.0 |
| 3162 | 2025-09-18T23:48:09.629Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3163 | 2025-09-18T23:48:10.308Z | Compiling lru-cache v0.1.2 |
| 3164 | 2025-09-18T23:48:10.465Z | Compiling proc-macro-error2 v2.0.1 |
| 3165 | 2025-09-18T23:48:10.550Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3166 | 2025-09-18T23:48:10.975Z | Compiling ghash v0.5.1 |
| 3167 | 2025-09-18T23:48:11.016Z | Compiling hickory-resolver v0.25.2 |
| 3168 | 2025-09-18T23:48:11.109Z | Compiling slog-stdlog v4.1.1 |
| 3169 | 2025-09-18T23:48:11.206Z | Compiling typify v0.2.0 |
| 3170 | 2025-09-18T23:48:11.233Z | Compiling p384 v0.13.0 |
| 3171 | 2025-09-18T23:48:11.428Z | Compiling progenitor-impl v0.8.0 |
| 3172 | 2025-09-18T23:48:11.506Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3173 | 2025-09-18T23:48:11.662Z | Compiling nix v0.30.1 |
| 3174 | 2025-09-18T23:48:11.764Z | Compiling ctr v0.9.2 |
| 3175 | 2025-09-18T23:48:12.166Z | Compiling num-derive v0.3.3 |
| 3176 | 2025-09-18T23:48:12.573Z | Compiling lzma-sys v0.1.20 |
| 3177 | 2025-09-18T23:48:12.778Z | Compiling gethostname v0.5.0 |
| 3178 | 2025-09-18T23:48:13.429Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3179 | 2025-09-18T23:48:14.355Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3180 | 2025-09-18T23:48:14.453Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3181 | 2025-09-18T23:48:14.541Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3182 | 2025-09-18T23:48:15.529Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3183 | 2025-09-18T23:48:16.155Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3184 | 2025-09-18T23:48:17.955Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3185 | 2025-09-18T23:48:18.458Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3186 | 2025-09-18T23:48:18.492Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3187 | 2025-09-18T23:48:18.984Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3188 | 2025-09-18T23:48:20.311Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3189 | 2025-09-18T23:48:20.909Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3190 | 2025-09-18T23:48:21.041Z | Compiling slog-dtrace v0.3.0 |
| 3191 | 2025-09-18T23:48:21.438Z | Compiling xshell-macros v0.2.7 |
| 3192 | 2025-09-18T23:48:22.271Z | Compiling xshell v0.2.7 |
| 3193 | 2025-09-18T23:48:22.463Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2025-09-18T23:48:22.489Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3195 | 2025-09-18T23:48:23.487Z | Compiling progenitor-macro v0.8.0 |
| 3196 | 2025-09-18T23:48:23.822Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3197 | 2025-09-18T23:48:24.486Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3198 | 2025-09-18T23:48:24.693Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3199 | 2025-09-18T23:48:25.322Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3200 | 2025-09-18T23:48:26.012Z | Compiling libscf-sys v1.1.0 |
| 3201 | 2025-09-18T23:48:26.364Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3202 | 2025-09-18T23:48:27.375Z | Compiling aes-gcm v0.10.3 |
| 3203 | 2025-09-18T23:48:27.470Z | Compiling mime_guess v2.0.5 |
| 3204 | 2025-09-18T23:48:27.754Z | Compiling hickory-resolver v0.24.4 |
| 3205 | 2025-09-18T23:48:28.643Z | Compiling slog-envlogger v2.2.0 |
| 3206 | 2025-09-18T23:48:29.367Z | Compiling tabled_derive v0.11.0 |
| 3207 | 2025-09-18T23:48:30.545Z | Compiling papergrid v0.17.0 |
| 3208 | 2025-09-18T23:48:31.384Z | Compiling progenitor-impl v0.11.0 |
| 3209 | 2025-09-18T23:48:32.218Z | Compiling testing_table v0.3.0 |
| 3210 | 2025-09-18T23:48:32.528Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3211 | 2025-09-18T23:48:33.516Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3212 | 2025-09-18T23:48:33.746Z | Compiling heck v0.3.3 |
| 3213 | 2025-09-18T23:48:34.176Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3214 | 2025-09-18T23:48:34.677Z | Compiling tokio-dtrace v0.1.0 |
| 3215 | 2025-09-18T23:48:34.799Z | Compiling progenitor-client v0.8.0 |
| 3216 | 2025-09-18T23:48:35.179Z | Compiling ssh-encoding v0.2.0 |
| 3217 | 2025-09-18T23:48:35.373Z | Compiling blowfish v0.9.1 |
| 3218 | 2025-09-18T23:48:35.735Z | Compiling env_filter v0.1.2 |
| 3219 | 2025-09-18T23:48:35.894Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3220 | 2025-09-18T23:48:36.306Z | Compiling nibble_vec v0.1.0 |
| 3221 | 2025-09-18T23:48:36.381Z | Compiling endian-type v0.1.2 |
| 3222 | 2025-09-18T23:48:36.556Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3223 | 2025-09-18T23:48:36.642Z | Compiling radix_trie v0.2.1 |
| 3224 | 2025-09-18T23:48:36.675Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3225 | 2025-09-18T23:48:36.720Z | Compiling progenitor v0.8.0 |
| 3226 | 2025-09-18T23:48:36.976Z | Compiling env_logger v0.11.5 |
| 3227 | 2025-09-18T23:48:37.002Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3228 | 2025-09-18T23:48:37.030Z | Compiling ssh-cipher v0.2.0 |
| 3229 | 2025-09-18T23:48:37.268Z | Compiling oxide-tokio-rt v0.1.2 |
| 3230 | 2025-09-18T23:48:37.625Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3231 | 2025-09-18T23:48:37.671Z | Compiling zone_cfg_derive v0.1.2 |
| 3232 | 2025-09-18T23:48:37.674Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3233 | 2025-09-18T23:48:38.180Z | Compiling tabled v0.20.0 |
| 3234 | 2025-09-18T23:48:38.214Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3235 | 2025-09-18T23:48:38.414Z | Compiling progenitor-macro v0.11.0 |
| 3236 | 2025-09-18T23:48:38.439Z | Compiling parking_lot v0.11.2 |
| 3237 | 2025-09-18T23:48:39.075Z | Compiling qorb v0.4.1 |
| 3238 | 2025-09-18T23:48:39.259Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3239 | 2025-09-18T23:48:40.167Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3240 | 2025-09-18T23:48:40.753Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3241 | 2025-09-18T23:48:41.589Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3242 | 2025-09-18T23:48:41.968Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3243 | 2025-09-18T23:48:42.968Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3244 | 2025-09-18T23:48:43.453Z | Compiling progenitor-client v0.11.0 |
| 3245 | 2025-09-18T23:48:43.487Z | Compiling password-hash v0.4.2 |
| 3246 | 2025-09-18T23:48:43.790Z | Compiling prefix-trie v0.7.0 |
| 3247 | 2025-09-18T23:48:44.011Z | Compiling fxhash v0.2.1 |
| 3248 | 2025-09-18T23:48:44.047Z | Compiling number_prefix v0.4.0 |
| 3249 | 2025-09-18T23:48:44.080Z | Compiling base64 v0.13.1 |
| 3250 | 2025-09-18T23:48:44.159Z | Compiling http-range v0.1.5 |
| 3251 | 2025-09-18T23:48:44.276Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3252 | 2025-09-18T23:48:44.321Z | Compiling indicatif v0.17.11 |
| 3253 | 2025-09-18T23:48:44.325Z | Compiling sled v0.34.7 |
| 3254 | 2025-09-18T23:48:44.536Z | Compiling hickory-server v0.25.2 |
| 3255 | 2025-09-18T23:48:44.627Z | Compiling ron v0.7.1 |
| 3256 | 2025-09-18T23:48:44.627Z | Compiling pbkdf2 v0.11.0 |
| 3257 | 2025-09-18T23:48:44.714Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3258 | 2025-09-18T23:48:45.044Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3259 | 2025-09-18T23:48:45.421Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3260 | 2025-09-18T23:48:46.831Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3261 | 2025-09-18T23:48:48.967Z | Compiling xz2 v0.1.7 |
| 3262 | 2025-09-18T23:48:49.458Z | Compiling zone v0.1.8 |
| 3263 | 2025-09-18T23:48:49.578Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3264 | 2025-09-18T23:48:50.044Z | Compiling ssh-key v0.6.6 |
| 3265 | 2025-09-18T23:48:50.648Z | Compiling hickory-client v0.25.2 |
| 3266 | 2025-09-18T23:48:51.157Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3267 | 2025-09-18T23:48:51.293Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3268 | 2025-09-18T23:48:51.334Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3269 | 2025-09-18T23:48:51.485Z | Compiling progenitor v0.11.0 |
| 3270 | 2025-09-18T23:48:51.777Z | Compiling p256 v0.13.2 |
| 3271 | 2025-09-18T23:48:52.421Z | Compiling p521 v0.13.3 |
| 3272 | 2025-09-18T23:48:52.603Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3273 | 2025-09-18T23:48:52.792Z | Compiling yasna v0.5.2 |
| 3274 | 2025-09-18T23:48:53.778Z | Compiling headers-core v0.3.0 |
| 3275 | 2025-09-18T23:48:54.010Z | Compiling kstat-rs v0.2.4 |
| 3276 | 2025-09-18T23:48:54.116Z | Compiling secrecy v0.8.0 |
| 3277 | 2025-09-18T23:48:54.160Z | Compiling nanorand v0.7.0 |
| 3278 | 2025-09-18T23:48:54.420Z | Compiling russh-cryptovec v0.7.3 |
| 3279 | 2025-09-18T23:48:54.446Z | Compiling atty v0.2.14 |
| 3280 | 2025-09-18T23:48:54.594Z | Compiling md5 v0.7.0 |
| 3281 | 2025-09-18T23:48:54.649Z | Compiling crc8 v0.1.1 |
| 3282 | 2025-09-18T23:48:54.674Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3283 | 2025-09-18T23:48:54.721Z | Compiling flume v0.11.1 |
| 3284 | 2025-09-18T23:48:54.768Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3285 | 2025-09-18T23:48:54.856Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3286 | 2025-09-18T23:48:55.158Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3287 | 2025-09-18T23:48:55.400Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3288 | 2025-09-18T23:48:57.928Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3289 | 2025-09-18T23:48:59.245Z | Compiling russh-keys v0.45.0 |
| 3290 | 2025-09-18T23:49:00.560Z | Compiling headers v0.4.1 |
| 3291 | 2025-09-18T23:49:01.485Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3292 | 2025-09-18T23:49:02.391Z | Compiling rcgen v0.12.1 |
| 3293 | 2025-09-18T23:49:02.544Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3294 | 2025-09-18T23:49:02.975Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3295 | 2025-09-18T23:49:03.535Z | Compiling hyper-staticfile v0.10.1 |
| 3296 | 2025-09-18T23:49:04.514Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3297 | 2025-09-18T23:49:04.621Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3298 | 2025-09-18T23:49:05.137Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3299 | 2025-09-18T23:49:05.180Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3300 | 2025-09-18T23:49:06.373Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3301 | 2025-09-18T23:49:07.254Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3302 | 2025-09-18T23:49:08.116Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3303 | 2025-09-18T23:49:08.247Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3304 | 2025-09-18T23:49:09.872Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3305 | 2025-09-18T23:49:10.009Z | Compiling num-bigint v0.4.6 |
| 3306 | 2025-09-18T23:49:11.394Z | Compiling des v0.8.1 |
| 3307 | 2025-09-18T23:49:11.426Z | Compiling subprocess v0.2.9 |
| 3308 | 2025-09-18T23:49:11.801Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3309 | 2025-09-18T23:49:12.739Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3310 | 2025-09-18T23:49:12.844Z | Compiling display-error-chain v0.2.2 |
| 3311 | 2025-09-18T23:49:13.105Z | Compiling hex-literal v0.4.1 |
| 3312 | 2025-09-18T23:49:13.138Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3313 | 2025-09-18T23:49:13.327Z | Compiling russh v0.45.0 |
| 3314 | 2025-09-18T23:49:14.000Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3315 | 2025-09-18T23:49:15.983Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3316 | 2025-09-18T23:49:16.172Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3317 | 2025-09-18T23:49:16.692Z | Compiling internet-checksum v0.2.1 |
| 3318 | 2025-09-18T23:49:18.626Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3319 | 2025-09-18T23:49:47.318Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3320 | 2025-09-18T23:50:12.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
| 3321 | 2025-09-18T23:50:12.960Z | |
| 3322 | 2025-09-18T23:50:12.960Z | real 3:00.337792776 |
| 3323 | 2025-09-18T23:50:12.960Z | user 16:42.166415053 |
| 3324 | 2025-09-18T23:50:12.960Z | sys 2:21.938170378 |
| 3325 | 2025-09-18T23:50:12.963Z | trap 0.536712540 |
| 3326 | 2025-09-18T23:50:12.963Z | tflt 0.246757798 |
| 3327 | 2025-09-18T23:50:12.964Z | dflt 0.600820389 |
| 3328 | 2025-09-18T23:50:12.964Z | kflt 0.000420588 |
| 3329 | 2025-09-18T23:50:12.964Z | lock 46:12.821572853 |
| 3330 | 2025-09-18T23:50:12.964Z | slp 1:02:08.109186696 |
| 3331 | 2025-09-18T23:50:12.964Z | lat 59.632259860 |
| 3332 | 2025-09-18T23:50:12.964Z | stop 2:20.617884696 |
| 3333 | 2025-09-18T23:50:12.964Z | + mkdir tests |
| 3334 | 2025-09-18T23:50:12.967Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3335 | 2025-09-18T23:50:12.967Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3336 | 2025-09-18T23:50:13.005Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1d2c7c458cf40b43 tests/ |
| 3337 | 2025-09-18T23:50:13.025Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abe74b4c57630ae5 tests/ |
| 3338 | 2025-09-18T23:50:13.046Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b4b2d87da7be889d tests/ |
| 3339 | 2025-09-18T23:50:13.066Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9358d27ff329b963 tests/ |
| 3340 | 2025-09-18T23:50:13.329Z | + 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/*) |
| 3341 | 2025-09-18T23:50:13.333Z | + 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-1d2c7c458cf40b43 tests/commtest-b4b2d87da7be889d tests/dhcp_server-abe74b4c57630ae5 tests/end_to_end_tests-9358d27ff329b963 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 |
| 3342 | 2025-09-18T23:51:53.936Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3343 | 2025-09-18T23:51:53.936Z | a .github/buildomat/ci-env.sh 1K |
| 3344 | 2025-09-18T23:51:53.936Z | a out/target/test 1K |
| 3345 | 2025-09-18T23:51:53.936Z | a out/npuzone/npuzone 23144K |
| 3346 | 2025-09-18T23:51:53.936Z | a package-manifest.toml 34K |
| 3347 | 2025-09-18T23:51:53.936Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3348 | 2025-09-18T23:51:53.936Z | a target/release/omicron-package 41340K |
| 3349 | 2025-09-18T23:51:53.936Z | a target/release/xtask 11727K |
| 3350 | 2025-09-18T23:51:53.936Z | a target/debug/bootstrap 305768K |
| 3351 | 2025-09-18T23:51:53.936Z | a tests/bootstrap-1d2c7c458cf40b43 23730K |
| 3352 | 2025-09-18T23:51:53.936Z | a tests/commtest-b4b2d87da7be889d 23829K |
| 3353 | 2025-09-18T23:51:53.936Z | a tests/dhcp_server-abe74b4c57630ae5 23730K |
| 3354 | 2025-09-18T23:51:53.936Z | a tests/end_to_end_tests-9358d27ff329b963 347253K |
| 3355 | 2025-09-18T23:51:53.936Z | a out/clickhouse.tar.gz 316192K |
| 3356 | 2025-09-18T23:51:53.936Z | a out/clickhouse_keeper.tar.gz 299912K |
| 3357 | 2025-09-18T23:51:53.936Z | a out/clickhouse_server.tar.gz 316192K |
| 3358 | 2025-09-18T23:51:53.936Z | a out/cockroachdb.tar.gz 165681K |
| 3359 | 2025-09-18T23:51:53.936Z | a out/crucible-dtrace.tar 99K |
| 3360 | 2025-09-18T23:51:53.936Z | a out/crucible-pantry-zone.tar.gz 38329K |
| 3361 | 2025-09-18T23:51:53.936Z | a out/crucible-zone.tar.gz 48132K |
| 3362 | 2025-09-18T23:51:53.936Z | a out/external-dns.tar.gz 50977K |
| 3363 | 2025-09-18T23:51:53.937Z | a out/internal-dns.tar.gz 50976K |
| 3364 | 2025-09-18T23:51:53.937Z | a out/mg-ddm-gz.tar 118403K |
| 3365 | 2025-09-18T23:51:53.937Z | a out/nexus.tar.gz 135804K |
| 3366 | 2025-09-18T23:51:53.937Z | a out/ntp.tar.gz 33336K |
| 3367 | 2025-09-18T23:51:53.937Z | a out/omicron-gateway-softnpu.tar.gz 31359K |
| 3368 | 2025-09-18T23:51:53.937Z | a out/omicron-sled-agent.tar 143282K |
| 3369 | 2025-09-18T23:51:53.937Z | a out/overlay.tar.gz 3K |
| 3370 | 2025-09-18T23:51:53.937Z | a out/oximeter.tar.gz 63977K |
| 3371 | 2025-09-18T23:51:53.937Z | a out/oxlog.tar 4011K |
| 3372 | 2025-09-18T23:51:53.937Z | a out/probe.tar.gz 3037K |
| 3373 | 2025-09-18T23:51:53.937Z | a out/propolis-server.tar.gz 68586K |
| 3374 | 2025-09-18T23:51:53.937Z | a out/pumpkind-gz.tar 26648K |
| 3375 | 2025-09-18T23:51:53.937Z | a out/switch-softnpu.tar.gz 390972K |
| 3376 | 2025-09-18T23:51:53.940Z | |
| 3377 | 2025-09-18T23:51:53.941Z | real 1:40.590827333 |
| 3378 | 2025-09-18T23:51:53.941Z | user 1:36.201347059 |
| 3379 | 2025-09-18T23:51:53.941Z | sys 6.227933618 |
| 3380 | 2025-09-18T23:51:53.941Z | trap 0.025331344 |
| 3381 | 2025-09-18T23:51:53.941Z | tflt 0.000000000 |
| 3382 | 2025-09-18T23:51:53.941Z | dflt 0.000000000 |
| 3383 | 2025-09-18T23:51:53.941Z | kflt 0.000000000 |
| 3384 | 2025-09-18T23:51:53.941Z | lock 0.000000000 |
| 3385 | 2025-09-18T23:51:53.941Z | slp 1:36.051370728 |
| 3386 | 2025-09-18T23:51:53.941Z | lat 2.670998573 |
| 3387 | 2025-09-18T23:51:53.941Z | stop 0.000195206 |
| 3388 | 2025-09-18T23:51:53.944Z | process exited: duration 2301328 ms, exit code 0 |
| |
| 3389 | 2025-09-18T23:51:53.961Z | found 1 output files |
| 3390 | 2025-09-18T23:51:53.961Z | uploading: /work/package.tar.gz (2308915257 bytes) |
| 3391 | 2025-09-18T23:52:46.237Z | uploaded: /work/package.tar.gz |