|
|
|
| 1 | 2025-10-03T20:02:32.765Z | job assigned to worker 01K6NTNQKB4A29BYV759Y50HFG [factory gimlet-EVT22200007-propolis, EVT22200007/43711] (queued for 28 s) |
| |
| 2 | 2025-10-03T20:02:41.757Z | starting task 0: "setup" |
| 3 | 2025-10-03T20:02:41.782Z | ++ uname -s |
| 4 | 2025-10-03T20:02:41.782Z | + kern=SunOS |
| 5 | 2025-10-03T20:02:41.782Z | + build_user=build |
| 6 | 2025-10-03T20:02:41.782Z | + build_uid=12345 |
| 7 | 2025-10-03T20:02:41.783Z | + work_dir=/work |
| 8 | 2025-10-03T20:02:41.783Z | + input_dir=/input |
| 9 | 2025-10-03T20:02:41.783Z | + [[ 0 == 12345 ]] |
| 10 | 2025-10-03T20:02:41.783Z | + case "$kern" in |
| 11 | 2025-10-03T20:02:41.783Z | + groupadd -g 12345 build |
| 12 | 2025-10-03T20:02:41.783Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-10-03T20:02:43.786Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-10-03T20:02:43.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-10-03T20:02:43.852Z | + home_fs=zfs |
| 16 | 2025-10-03T20:02:43.852Z | + [[ zfs == autofs ]] |
| 17 | 2025-10-03T20:02:43.852Z | + mkdir -p /home/build |
| 18 | 2025-10-03T20:02:43.852Z | + chown build:build /home/build /work |
| 19 | 2025-10-03T20:02:45.838Z | + chmod 0700 /home/build /work |
| 20 | 2025-10-03T20:02:45.862Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2025-10-03T20:02:45.912Z | starting task 1: "rust-toolchain" |
| 22 | 2025-10-03T20:02:45.938Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-10-03T20:02:45.938Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-10-03T20:02:45.938Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-10-03T20:02:45.938Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-10-03T20:02:45.938Z | * rust toolchain channel = "1.89.0" |
| 27 | 2025-10-03T20:02:45.938Z | * rust toolchain profile = "default" |
| 28 | 2025-10-03T20:02:45.938Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-10-03T20:02:45.938Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-10-03T20:02:46.084Z | info: downloading installer |
| 31 | 2025-10-03T20:02:47.419Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-10-03T20:02:47.419Z | warn: /opt/ooce/bin |
| 33 | 2025-10-03T20:02:47.419Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-10-03T20:02:47.419Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-10-03T20:02:47.419Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-10-03T20:02:47.420Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-10-03T20:02:47.420Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-10-03T20:02:47.420Z | error: cannot install while Rust is installed |
| 39 | 2025-10-03T20:02:47.420Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-10-03T20:02:47.445Z | info: profile set to 'default' |
| 41 | 2025-10-03T20:02:47.445Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-10-03T20:02:47.445Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-10-03T20:02:47.588Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-10-03T20:02:47.588Z | info: downloading component 'cargo' |
| 45 | 2025-10-03T20:02:47.794Z | info: downloading component 'clippy' |
| 46 | 2025-10-03T20:02:47.881Z | info: downloading component 'rust-docs' |
| 47 | 2025-10-03T20:02:48.182Z | info: downloading component 'rust-std' |
| 48 | 2025-10-03T20:02:48.591Z | info: downloading component 'rustc' |
| 49 | 2025-10-03T20:02:50.175Z | info: downloading component 'rustfmt' |
| 50 | 2025-10-03T20:02:50.343Z | info: installing component 'cargo' |
| 51 | 2025-10-03T20:02:51.642Z | info: installing component 'clippy' |
| 52 | 2025-10-03T20:02:52.217Z | info: installing component 'rust-docs' |
| 53 | 2025-10-03T20:02:55.740Z | info: installing component 'rust-std' |
| 54 | 2025-10-03T20:02:58.089Z | info: installing component 'rustc' |
| 55 | 2025-10-03T20:03:07.150Z | info: installing component 'rustfmt' |
| 56 | 2025-10-03T20:03:07.572Z | |
| 57 | 2025-10-03T20:03:07.572Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-10-03T20:03:07.766Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-10-03T20:03:07.766Z | |
| 60 | 2025-10-03T20:03:07.766Z | |
| 61 | 2025-10-03T20:03:07.766Z | Rust is installed now. Great! |
| 62 | 2025-10-03T20:03:07.766Z | |
| 63 | 2025-10-03T20:03:07.766Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-10-03T20:03:07.766Z | environment variable. This has not been done automatically. |
| 65 | 2025-10-03T20:03:07.766Z | |
| 66 | 2025-10-03T20:03:07.797Z | To configure your current shell, you need to source |
| 67 | 2025-10-03T20:03:07.797Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-10-03T20:03:07.797Z | |
| 69 | 2025-10-03T20:03:07.797Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-10-03T20:03:07.797Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-10-03T20:03:07.797Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-10-03T20:03:07.797Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-10-03T20:03:07.892Z | + rustup --version |
| 74 | 2025-10-03T20:03:07.917Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-10-03T20:03:07.941Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-10-03T20:03:08.079Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-10-03T20:03:08.103Z | + cargo --version |
| 78 | 2025-10-03T20:03:08.217Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-10-03T20:03:08.241Z | + rustc --version |
| 80 | 2025-10-03T20:03:08.381Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-10-03T20:03:08.405Z | process exited: duration 22475 ms, exit code 0 |
| |
| 82 | 2025-10-03T20:03:08.454Z | starting task 2: "authentication" |
| 83 | 2025-10-03T20:03:08.517Z | process exited: duration 62 ms, exit code 0 |
| |
| 84 | 2025-10-03T20:03:08.570Z | starting task 3: "clone repository" |
| 85 | 2025-10-03T20:03:08.594Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-10-03T20:03:08.594Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-10-03T20:03:08.619Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-10-03T20:03:20.557Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-10-03T20:03:20.558Z | + git fetch origin c0a340c061c47294dcde5f1664d4cd4aedbed456 |
| 90 | 2025-10-03T20:03:21.136Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-10-03T20:03:21.136Z | * branch c0a340c061c47294dcde5f1664d4cd4aedbed456 -> FETCH_HEAD |
| 92 | 2025-10-03T20:03:21.161Z | + [[ -n nexus-generation-bump-test ]] |
| 93 | 2025-10-03T20:03:21.161Z | ++ git branch --show-current |
| 94 | 2025-10-03T20:03:21.161Z | + current=main |
| 95 | 2025-10-03T20:03:21.161Z | + [[ main != nexus-generation-bump-test ]] |
| 96 | 2025-10-03T20:03:21.161Z | + git branch -f nexus-generation-bump-test c0a340c061c47294dcde5f1664d4cd4aedbed456 |
| 97 | 2025-10-03T20:03:21.186Z | + git checkout -f nexus-generation-bump-test |
| 98 | 2025-10-03T20:03:21.537Z | Switched to branch 'nexus-generation-bump-test' |
| 99 | 2025-10-03T20:03:21.562Z | + git reset --hard c0a340c061c47294dcde5f1664d4cd4aedbed456 |
| 100 | 2025-10-03T20:03:21.603Z | HEAD is now at c0a340c06 review feedback |
| 101 | 2025-10-03T20:03:21.628Z | process exited: duration 13039 ms, exit code 0 |
| |
| 102 | 2025-10-03T20:03:21.687Z | starting task 4: "build" |
| 103 | 2025-10-03T20:03:21.711Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-10-03T20:03:21.711Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-10-03T20:03:21.711Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-10-03T20:03:21.711Z | + cargo --version |
| 107 | 2025-10-03T20:03:22.374Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-10-03T20:03:22.374Z | + rustc --version |
| 109 | 2025-10-03T20:03:22.374Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-10-03T20:03:22.375Z | + WORK=/work |
| 111 | 2025-10-03T20:03:22.375Z | + pfexec mkdir -p /work |
| 112 | 2025-10-03T20:03:22.375Z | + pfexec chown build /work |
| 113 | 2025-10-03T20:03:22.375Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-10-03T20:03:38.118Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-10-03T20:03:51.847Z | Startup: Caching catalogs ... Done |
| 116 | 2025-10-03T20:04:07.367Z | Planning: Solver setup ... Done (13.229s) |
| 117 | 2025-10-03T20:04:07.479Z | Planning: Running solver ... Done (0.112s) |
| 118 | 2025-10-03T20:04:07.603Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2025-10-03T20:04:07.695Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-10-03T20:04:08.147Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-10-03T20:04:08.225Z | Planning: Package planning ... Done (0.078s) |
| 122 | 2025-10-03T20:04:08.298Z | Planning: Merging actions ... Done (0.073s) |
| 123 | 2025-10-03T20:04:08.759Z | Planning: Checking for conflicting actions ... Done (0.460s) |
| 124 | 2025-10-03T20:04:08.783Z | Planning: Consolidating action changes ... Done (0.022s) |
| 125 | 2025-10-03T20:04:09.633Z | Planning: Evaluating mediators ... Done (0.851s) |
| 126 | 2025-10-03T20:04:09.657Z | Planning: Planning completed in 17.69 seconds |
| 127 | 2025-10-03T20:04:09.682Z | Packages to install: 4 |
| 128 | 2025-10-03T20:04:09.682Z | Mediators to change: 2 |
| 129 | 2025-10-03T20:04:09.682Z | Services to change: 1 |
| 130 | 2025-10-03T20:04:09.682Z | Estimated space available: 155.00 GB |
| 131 | 2025-10-03T20:04:09.682Z | Estimated space to be consumed: 1.74 GB |
| 132 | 2025-10-03T20:04:09.682Z | Create boot environment: No |
| 133 | 2025-10-03T20:04:09.682Z | Create backup boot environment: No |
| 134 | 2025-10-03T20:04:09.682Z | Rebuild boot archive: No |
| 135 | 2025-10-03T20:04:09.682Z | |
| 136 | 2025-10-03T20:04:09.682Z | Changed mediators: |
| 137 | 2025-10-03T20:04:09.682Z | mediator clang: |
| 138 | 2025-10-03T20:04:09.682Z | version: None -> 15 (system default) |
| 139 | 2025-10-03T20:04:09.682Z | |
| 140 | 2025-10-03T20:04:09.682Z | mediator llvm: |
| 141 | 2025-10-03T20:04:09.682Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-10-03T20:04:09.682Z | |
| 143 | 2025-10-03T20:04:09.682Z | Changed packages: |
| 144 | 2025-10-03T20:04:09.682Z | helios-dev |
| 145 | 2025-10-03T20:04:09.682Z | developer/build-essential |
| 146 | 2025-10-03T20:04:09.682Z | None -> 11-2.0 |
| 147 | 2025-10-03T20:04:09.682Z | library/libxmlsec1 |
| 148 | 2025-10-03T20:04:09.682Z | None -> 1.2.35-2.0 |
| 149 | 2025-10-03T20:04:09.683Z | ooce/developer/clang-15 |
| 150 | 2025-10-03T20:04:09.683Z | None -> 15.0.7-2.0 |
| 151 | 2025-10-03T20:04:09.683Z | ooce/developer/llvm-15 |
| 152 | 2025-10-03T20:04:09.683Z | None -> 15.0.7-2.0 |
| 153 | 2025-10-03T20:04:09.683Z | |
| 154 | 2025-10-03T20:04:09.683Z | Services: |
| 155 | 2025-10-03T20:04:09.683Z | restart_fmri: |
| 156 | 2025-10-03T20:04:09.683Z | svc:/system/update-man-index:default |
| 157 | 2025-10-03T20:04:09.745Z | |
| 158 | 2025-10-03T20:04:09.745Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-10-03T20:04:14.747Z | Download: 454/3290 items 5.6/212.6MB 2% complete (1010k/s) |
| 160 | 2025-10-03T20:04:19.750Z | Download: 1861/3290 items 115.7/212.6MB 54% complete (11.6M/s) |
| 161 | 2025-10-03T20:04:24.760Z | Download: 3247/3290 items 175.7/212.6MB 82% complete (17.0M/s) |
| 162 | 2025-10-03T20:04:27.900Z | Download: Completed 212.60 MB in 18.15 seconds (11.7M/s) |
| 163 | 2025-10-03T20:04:28.192Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-10-03T20:04:33.195Z | Actions: 2904/3689 actions (Installing new actions) |
| 165 | 2025-10-03T20:04:34.565Z | Actions: Completed 3689 actions in 6.37 seconds. |
| 166 | 2025-10-03T20:04:35.255Z | Done (0.684s) |
| 167 | 2025-10-03T20:04:35.255Z | Done (0.000s) |
| 168 | 2025-10-03T20:04:36.460Z | Done (1.205s) |
| 169 | 2025-10-03T20:04:42.790Z | Done (6.062s) |
| 170 | 2025-10-03T20:04:42.905Z | Done (0.021s) |
| 171 | 2025-10-03T20:04:42.929Z | Done (0.000s) |
| 172 | 2025-10-03T20:04:43.114Z | Done (0.000s) |
| 173 | 2025-10-03T20:04:44.227Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2025-10-03T20:04:44.514Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2025-10-03T20:04:44.539Z | Planning: Consolidating action changes ... Done |
| 176 | 2025-10-03T20:04:44.874Z | Planning: Evaluating mediators ... Done |
| 177 | 2025-10-03T20:04:44.898Z | Planning: Planning completed in 0.65 seconds |
| 178 | 2025-10-03T20:04:44.923Z | Mediators to change: 2 |
| 179 | 2025-10-03T20:04:44.923Z | Create boot environment: No |
| 180 | 2025-10-03T20:04:44.923Z | Create backup boot environment: No |
| 181 | 2025-10-03T20:04:44.983Z | Done |
| 182 | 2025-10-03T20:04:44.983Z | Done |
| 183 | 2025-10-03T20:04:46.037Z | Done |
| 184 | 2025-10-03T20:04:51.893Z | Done |
| 185 | 2025-10-03T20:04:52.009Z | Done |
| 186 | 2025-10-03T20:04:52.034Z | Done |
| 187 | 2025-10-03T20:04:52.081Z | Done |
| 188 | 2025-10-03T20:04:52.975Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2025-10-03T20:04:53.000Z | Planning: Merging actions ... Done |
| 190 | 2025-10-03T20:04:53.294Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2025-10-03T20:04:53.318Z | Planning: Consolidating action changes ... Done |
| 192 | 2025-10-03T20:04:53.661Z | Planning: Evaluating mediators ... Done |
| 193 | 2025-10-03T20:04:53.755Z | Planning: Planning completed in 1.16 seconds |
| 194 | 2025-10-03T20:04:53.802Z | Packages to change: 1 |
| 195 | 2025-10-03T20:04:53.802Z | Mediators to change: 1 |
| 196 | 2025-10-03T20:04:53.802Z | Services to change: 1 |
| 197 | 2025-10-03T20:04:53.802Z | Create boot environment: No |
| 198 | 2025-10-03T20:04:53.802Z | Create backup boot environment: Yes |
| 199 | 2025-10-03T20:04:55.825Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2025-10-03T20:04:55.850Z | Actions: Completed 6 actions in 0.00 seconds. |
| 201 | 2025-10-03T20:04:55.850Z | Done |
| 202 | 2025-10-03T20:04:55.850Z | Done |
| 203 | 2025-10-03T20:04:56.119Z | Done |
| 204 | 2025-10-03T20:05:01.862Z | Done |
| 205 | 2025-10-03T20:05:01.996Z | Done |
| 206 | 2025-10-03T20:05:02.021Z | Done |
| 207 | 2025-10-03T20:05:02.064Z | Done |
| 208 | 2025-10-03T20:05:02.701Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2025-10-03T20:05:02.701Z | clang system 15 system |
| 210 | 2025-10-03T20:05:02.701Z | csh system system illumos |
| 211 | 2025-10-03T20:05:02.701Z | ctags system system illumos |
| 212 | 2025-10-03T20:05:02.701Z | file system system illumos |
| 213 | 2025-10-03T20:05:02.701Z | gcc vendor 12 vendor |
| 214 | 2025-10-03T20:05:02.701Z | gcc system 10 system |
| 215 | 2025-10-03T20:05:02.701Z | gcc system 7 system |
| 216 | 2025-10-03T20:05:02.701Z | go system 1.20 system |
| 217 | 2025-10-03T20:05:02.701Z | go system 1.19 system |
| 218 | 2025-10-03T20:05:02.701Z | llvm system 15 system |
| 219 | 2025-10-03T20:05:02.701Z | llvm system 14 system |
| 220 | 2025-10-03T20:05:02.701Z | mariadb system 10.6 system |
| 221 | 2025-10-03T20:05:02.701Z | mta vendor vendor dma |
| 222 | 2025-10-03T20:05:02.701Z | openjdk system 17 system |
| 223 | 2025-10-03T20:05:02.701Z | openjdk system 11 system |
| 224 | 2025-10-03T20:05:02.701Z | openjdk system 1.8 system |
| 225 | 2025-10-03T20:05:02.701Z | openssl vendor 3 vendor |
| 226 | 2025-10-03T20:05:02.701Z | perl system 5.36 system |
| 227 | 2025-10-03T20:05:02.701Z | postgresql system 15 system |
| 228 | 2025-10-03T20:05:02.701Z | postgresql system 13 system |
| 229 | 2025-10-03T20:05:02.701Z | python vendor 3 vendor |
| 230 | 2025-10-03T20:05:02.701Z | python system 2 system |
| 231 | 2025-10-03T20:05:02.701Z | python3 system 3.11 system |
| 232 | 2025-10-03T20:05:02.701Z | ruby system 3.0 system |
| 233 | 2025-10-03T20:05:02.701Z | words vendor vendor american-english |
| 234 | 2025-10-03T20:05:02.701Z | words system system australian-english |
| 235 | 2025-10-03T20:05:02.702Z | words system system british-english |
| 236 | 2025-10-03T20:05:02.702Z | words system system canadian-english |
| 237 | 2025-10-03T20:05:02.702Z | words system system french |
| 238 | 2025-10-03T20:05:02.702Z | words system system italian |
| 239 | 2025-10-03T20:05:02.702Z | words system system ngerman |
| 240 | 2025-10-03T20:05:02.702Z | words system system ogerman |
| 241 | 2025-10-03T20:05:02.702Z | words system system spanish |
| 242 | 2025-10-03T20:05:03.148Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2025-10-03T20:05:03.148Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 244 | 2025-10-03T20:05:10.838Z | FMRI IFO |
| 245 | 2025-10-03T20:05:10.838Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 246 | 2025-10-03T20:05:10.838Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 247 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 248 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 249 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 250 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 251 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 253 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 256 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 259 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2025-10-03T20:05:10.839Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2025-10-03T20:05:12.239Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2025-10-03T20:05:12.718Z | Updating crates.io index |
| 263 | 2025-10-03T20:05:12.743Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2025-10-03T20:05:13.236Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2025-10-03T20:05:14.181Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2025-10-03T20:05:14.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2025-10-03T20:05:14.990Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2025-10-03T20:05:15.513Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2025-10-03T20:05:17.046Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2025-10-03T20:05:19.582Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2025-10-03T20:05:20.907Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2025-10-03T20:05:21.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2025-10-03T20:05:22.608Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2025-10-03T20:05:23.018Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2025-10-03T20:05:23.498Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2025-10-03T20:05:24.241Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2025-10-03T20:05:24.912Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2025-10-03T20:05:25.302Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2025-10-03T20:05:25.776Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 280 | 2025-10-03T20:05:26.202Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2025-10-03T20:05:26.565Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2025-10-03T20:05:26.986Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2025-10-03T20:05:27.401Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2025-10-03T20:05:27.874Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2025-10-03T20:05:28.562Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 286 | 2025-10-03T20:05:29.093Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2025-10-03T20:05:29.536Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2025-10-03T20:05:30.339Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 289 | 2025-10-03T20:05:30.926Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2025-10-03T20:05:31.355Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2025-10-03T20:05:31.850Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 292 | 2025-10-03T20:05:32.412Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2025-10-03T20:05:32.860Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2025-10-03T20:05:33.265Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2025-10-03T20:05:33.674Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2025-10-03T20:05:46.852Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2025-10-03T20:05:48.595Z | Downloading crates ... |
| 298 | 2025-10-03T20:05:48.669Z | Downloaded icu_normalizer_data v1.5.0 |
| 299 | 2025-10-03T20:05:48.693Z | Downloaded serde_json v1.0.145 |
| 300 | 2025-10-03T20:05:48.693Z | Downloaded zerovec-derive v0.10.3 |
| 301 | 2025-10-03T20:05:48.693Z | Downloaded zerofrom v0.1.4 |
| 302 | 2025-10-03T20:05:48.694Z | Downloaded fnv v1.0.7 |
| 303 | 2025-10-03T20:05:48.694Z | Downloaded cargo-util-schemas v0.8.2 |
| 304 | 2025-10-03T20:05:48.719Z | Downloaded dof v0.3.0 |
| 305 | 2025-10-03T20:05:48.719Z | Downloaded typeid v1.0.3 |
| 306 | 2025-10-03T20:05:48.719Z | Downloaded typenum v1.17.0 |
| 307 | 2025-10-03T20:05:48.719Z | Downloaded thiserror v2.0.17 |
| 308 | 2025-10-03T20:05:48.719Z | Downloaded thread-id v4.2.2 |
| 309 | 2025-10-03T20:05:48.719Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2025-10-03T20:05:48.719Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2025-10-03T20:05:48.744Z | Downloaded write16 v1.0.0 |
| 312 | 2025-10-03T20:05:48.744Z | Downloaded thiserror v1.0.69 |
| 313 | 2025-10-03T20:05:48.744Z | Downloaded zerofrom-derive v0.1.4 |
| 314 | 2025-10-03T20:05:48.744Z | Downloaded zerocopy v0.7.35 |
| 315 | 2025-10-03T20:05:48.769Z | Downloaded strsim v0.11.1 |
| 316 | 2025-10-03T20:05:48.769Z | Downloaded toml v0.8.23 |
| 317 | 2025-10-03T20:05:48.769Z | Downloaded zerovec v0.10.4 |
| 318 | 2025-10-03T20:05:48.793Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2025-10-03T20:05:48.793Z | Downloaded idna v1.0.3 |
| 320 | 2025-10-03T20:05:48.793Z | Downloaded icu_properties v1.5.1 |
| 321 | 2025-10-03T20:05:48.793Z | Downloaded winnow v0.7.13 |
| 322 | 2025-10-03T20:05:48.818Z | Downloaded fastrand v2.1.1 |
| 323 | 2025-10-03T20:05:48.818Z | Downloaded pest v2.8.2 |
| 324 | 2025-10-03T20:05:48.818Z | Downloaded hashbrown v0.16.0 |
| 325 | 2025-10-03T20:05:48.843Z | Downloaded clap_builder v4.5.48 |
| 326 | 2025-10-03T20:05:48.843Z | Downloaded icu_collections v1.5.0 |
| 327 | 2025-10-03T20:05:48.843Z | Downloaded goblin v0.8.2 |
| 328 | 2025-10-03T20:05:48.867Z | Downloaded tempfile v3.20.0 |
| 329 | 2025-10-03T20:05:48.867Z | Downloaded syn v2.0.106 |
| 330 | 2025-10-03T20:05:48.867Z | Downloaded memmap v0.7.0 |
| 331 | 2025-10-03T20:05:48.867Z | Downloaded syn v1.0.109 |
| 332 | 2025-10-03T20:05:48.892Z | Downloaded unicode-width v0.1.14 |
| 333 | 2025-10-03T20:05:48.892Z | Downloaded rustix v0.38.37 |
| 334 | 2025-10-03T20:05:48.916Z | Downloaded rustix v1.0.7 |
| 335 | 2025-10-03T20:05:48.941Z | Downloaded smallvec v1.15.1 |
| 336 | 2025-10-03T20:05:48.941Z | Downloaded serde_derive v1.0.226 |
| 337 | 2025-10-03T20:05:48.941Z | Downloaded scroll v0.12.0 |
| 338 | 2025-10-03T20:05:48.941Z | Downloaded url v2.5.4 |
| 339 | 2025-10-03T20:05:48.969Z | Downloaded unicode-width v0.2.0 |
| 340 | 2025-10-03T20:05:48.969Z | Downloaded quote v1.0.40 |
| 341 | 2025-10-03T20:05:48.969Z | Downloaded icu_locid v1.5.0 |
| 342 | 2025-10-03T20:05:48.969Z | Downloaded tinystr v0.7.6 |
| 343 | 2025-10-03T20:05:48.969Z | Downloaded terminal_size v0.4.0 |
| 344 | 2025-10-03T20:05:48.969Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2025-10-03T20:05:48.969Z | Downloaded swrite v0.1.0 |
| 346 | 2025-10-03T20:05:48.969Z | Downloaded serde_tokenstream v0.2.2 |
| 347 | 2025-10-03T20:05:48.969Z | Downloaded serde_core v1.0.226 |
| 348 | 2025-10-03T20:05:48.969Z | Downloaded serde-untagged v0.1.7 |
| 349 | 2025-10-03T20:05:48.969Z | Downloaded semver v1.0.27 |
| 350 | 2025-10-03T20:05:49.002Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2025-10-03T20:05:49.003Z | Downloaded papergrid v0.11.0 |
| 352 | 2025-10-03T20:05:49.003Z | Downloaded memchr v2.7.4 |
| 353 | 2025-10-03T20:05:49.003Z | Downloaded log v0.4.27 |
| 354 | 2025-10-03T20:05:49.003Z | Downloaded indexmap v2.11.4 |
| 355 | 2025-10-03T20:05:49.003Z | Downloaded icu_locid_transform v1.5.0 |
| 356 | 2025-10-03T20:05:49.003Z | Downloaded libc v0.2.174 |
| 357 | 2025-10-03T20:05:49.031Z | Downloaded heck v0.4.1 |
| 358 | 2025-10-03T20:05:49.031Z | Downloaded stable_deref_trait v1.2.0 |
| 359 | 2025-10-03T20:05:49.031Z | Downloaded smawk v0.3.2 |
| 360 | 2025-10-03T20:05:49.031Z | Downloaded serde_spanned v0.6.9 |
| 361 | 2025-10-03T20:05:49.031Z | Downloaded serde-value v0.7.0 |
| 362 | 2025-10-03T20:05:49.031Z | Downloaded serde v1.0.226 |
| 363 | 2025-10-03T20:05:49.031Z | Downloaded pretty-hex v0.4.1 |
| 364 | 2025-10-03T20:05:49.031Z | Downloaded plain v0.2.3 |
| 365 | 2025-10-03T20:05:49.055Z | Downloaded macaddr v1.0.1 |
| 366 | 2025-10-03T20:05:49.055Z | Downloaded num-traits v0.2.19 |
| 367 | 2025-10-03T20:05:49.055Z | Downloaded heck v0.5.0 |
| 368 | 2025-10-03T20:05:49.055Z | Downloaded zerocopy-derive v0.7.35 |
| 369 | 2025-10-03T20:05:49.055Z | Downloaded utf8_iter v1.0.4 |
| 370 | 2025-10-03T20:05:49.055Z | Downloaded usdt-macro v0.5.0 |
| 371 | 2025-10-03T20:05:49.055Z | Downloaded unicode-ident v1.0.18 |
| 372 | 2025-10-03T20:05:49.055Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2025-10-03T20:05:49.055Z | Downloaded synstructure v0.13.1 |
| 374 | 2025-10-03T20:05:49.055Z | Downloaded sha2 v0.10.9 |
| 375 | 2025-10-03T20:05:49.055Z | Downloaded scroll_derive v0.12.0 |
| 376 | 2025-10-03T20:05:49.055Z | Downloaded ryu v1.0.18 |
| 377 | 2025-10-03T20:05:49.055Z | Downloaded pest_generator v2.8.2 |
| 378 | 2025-10-03T20:05:49.080Z | Downloaded percent-encoding v2.3.2 |
| 379 | 2025-10-03T20:05:49.080Z | Downloaded ordered-float v2.10.1 |
| 380 | 2025-10-03T20:05:49.080Z | Downloaded once_cell v1.21.3 |
| 381 | 2025-10-03T20:05:49.080Z | Downloaded litemap v0.7.3 |
| 382 | 2025-10-03T20:05:49.080Z | Downloaded itoa v1.0.11 |
| 383 | 2025-10-03T20:05:49.080Z | Downloaded version_check v0.9.5 |
| 384 | 2025-10-03T20:05:49.080Z | Downloaded utf16_iter v1.0.5 |
| 385 | 2025-10-03T20:05:49.080Z | Downloaded usdt-impl v0.5.0 |
| 386 | 2025-10-03T20:05:49.080Z | Downloaded usdt v0.5.0 |
| 387 | 2025-10-03T20:05:49.081Z | Downloaded proc-macro2 v1.0.101 |
| 388 | 2025-10-03T20:05:49.081Z | Downloaded pest_meta v2.8.2 |
| 389 | 2025-10-03T20:05:49.081Z | Downloaded pest_derive v2.8.2 |
| 390 | 2025-10-03T20:05:49.081Z | Downloaded icu_provider v1.5.0 |
| 391 | 2025-10-03T20:05:49.081Z | Downloaded icu_properties_data v1.5.0 |
| 392 | 2025-10-03T20:05:49.105Z | Downloaded icu_locid_transform_data v1.5.0 |
| 393 | 2025-10-03T20:05:49.106Z | Downloaded fs-err v3.1.1 |
| 394 | 2025-10-03T20:05:49.106Z | Downloaded equivalent v1.0.2 |
| 395 | 2025-10-03T20:05:49.106Z | Downloaded dtrace-parser v0.2.0 |
| 396 | 2025-10-03T20:05:49.106Z | Downloaded cfg-if v1.0.1 |
| 397 | 2025-10-03T20:05:49.106Z | Downloaded thiserror-impl v2.0.17 |
| 398 | 2025-10-03T20:05:49.106Z | Downloaded thiserror-impl v1.0.69 |
| 399 | 2025-10-03T20:05:49.106Z | Downloaded textwrap v0.16.2 |
| 400 | 2025-10-03T20:05:49.106Z | Downloaded yoke-derive v0.7.4 |
| 401 | 2025-10-03T20:05:49.106Z | Downloaded idna_adapter v1.2.0 |
| 402 | 2025-10-03T20:05:49.131Z | Downloaded icu_provider_macros v1.5.0 |
| 403 | 2025-10-03T20:05:49.131Z | Downloaded getrandom v0.3.1 |
| 404 | 2025-10-03T20:05:49.131Z | Downloaded erased-serde v0.4.6 |
| 405 | 2025-10-03T20:05:49.131Z | Downloaded clap v4.5.48 |
| 406 | 2025-10-03T20:05:49.131Z | Downloaded yoke v0.7.4 |
| 407 | 2025-10-03T20:05:49.131Z | Downloaded writeable v0.5.5 |
| 408 | 2025-10-03T20:05:49.131Z | Downloaded utf8parse v0.2.2 |
| 409 | 2025-10-03T20:05:49.131Z | Downloaded usdt-attr-macro v0.5.0 |
| 410 | 2025-10-03T20:05:49.131Z | Downloaded unicode-xid v0.2.6 |
| 411 | 2025-10-03T20:05:49.155Z | Downloaded toml_edit v0.22.27 |
| 412 | 2025-10-03T20:05:49.155Z | Downloaded tabled v0.15.0 |
| 413 | 2025-10-03T20:05:49.155Z | Downloaded icu_normalizer v1.5.0 |
| 414 | 2025-10-03T20:05:49.180Z | Downloaded errno v0.3.12 |
| 415 | 2025-10-03T20:05:49.180Z | Downloaded camino v1.2.0 |
| 416 | 2025-10-03T20:05:49.180Z | Downloaded cpufeatures v0.2.14 |
| 417 | 2025-10-03T20:05:49.180Z | Downloaded clap_lex v0.7.4 |
| 418 | 2025-10-03T20:05:49.180Z | Downloaded is_terminal_polyfill v1.70.1 |
| 419 | 2025-10-03T20:05:49.180Z | Downloaded cargo_toml v0.21.0 |
| 420 | 2025-10-03T20:05:49.180Z | Downloaded block-buffer v0.10.4 |
| 421 | 2025-10-03T20:05:49.180Z | Downloaded displaydoc v0.2.5 |
| 422 | 2025-10-03T20:05:49.180Z | Downloaded cargo-platform v0.2.0 |
| 423 | 2025-10-03T20:05:49.180Z | Downloaded byteorder v1.5.0 |
| 424 | 2025-10-03T20:05:49.180Z | Downloaded autocfg v1.4.0 |
| 425 | 2025-10-03T20:05:49.180Z | Downloaded anyhow v1.0.99 |
| 426 | 2025-10-03T20:05:49.180Z | Downloaded anstyle-query v1.1.1 |
| 427 | 2025-10-03T20:05:49.205Z | Downloaded anstream v0.6.18 |
| 428 | 2025-10-03T20:05:49.205Z | Downloaded toml_write v0.1.2 |
| 429 | 2025-10-03T20:05:49.205Z | Downloaded generic-array v0.14.7 |
| 430 | 2025-10-03T20:05:49.205Z | Downloaded form_urlencoded v1.2.2 |
| 431 | 2025-10-03T20:05:49.205Z | Downloaded digest v0.10.7 |
| 432 | 2025-10-03T20:05:49.205Z | Downloaded colorchoice v1.0.2 |
| 433 | 2025-10-03T20:05:49.205Z | Downloaded clap_derive v4.5.47 |
| 434 | 2025-10-03T20:05:49.205Z | Downloaded cargo_metadata v0.21.0 |
| 435 | 2025-10-03T20:05:49.205Z | Downloaded camino-tempfile v1.4.1 |
| 436 | 2025-10-03T20:05:49.205Z | Downloaded anstyle-parse v0.2.5 |
| 437 | 2025-10-03T20:05:49.205Z | Downloaded bitflags v2.9.4 |
| 438 | 2025-10-03T20:05:49.205Z | Downloaded anstyle v1.0.11 |
| 439 | 2025-10-03T20:05:49.230Z | Downloaded crypto-common v0.1.6 |
| 440 | 2025-10-03T20:05:49.230Z | Downloaded bytecount v0.6.8 |
| 441 | 2025-10-03T20:05:49.303Z | Compiling proc-macro2 v1.0.101 |
| 442 | 2025-10-03T20:05:49.303Z | Compiling unicode-ident v1.0.18 |
| 443 | 2025-10-03T20:05:49.303Z | Compiling serde_core v1.0.226 |
| 444 | 2025-10-03T20:05:49.328Z | Compiling version_check v0.9.5 |
| 445 | 2025-10-03T20:05:49.328Z | Compiling serde v1.0.226 |
| 446 | 2025-10-03T20:05:49.328Z | Compiling libc v0.2.174 |
| 447 | 2025-10-03T20:05:49.328Z | Compiling memchr v2.7.4 |
| 448 | 2025-10-03T20:05:49.328Z | Compiling stable_deref_trait v1.2.0 |
| 449 | 2025-10-03T20:05:49.573Z | Compiling thiserror v2.0.17 |
| 450 | 2025-10-03T20:05:49.632Z | Compiling autocfg v1.4.0 |
| 451 | 2025-10-03T20:05:50.235Z | Compiling ryu v1.0.18 |
| 452 | 2025-10-03T20:05:50.273Z | Compiling thiserror v1.0.69 |
| 453 | 2025-10-03T20:05:50.584Z | Compiling ucd-trie v0.1.7 |
| 454 | 2025-10-03T20:05:50.660Z | Compiling itoa v1.0.11 |
| 455 | 2025-10-03T20:05:50.750Z | Compiling writeable v0.5.5 |
| 456 | 2025-10-03T20:05:50.954Z | Compiling litemap v0.7.3 |
| 457 | 2025-10-03T20:05:51.238Z | Compiling icu_locid_transform_data v1.5.0 |
| 458 | 2025-10-03T20:05:51.338Z | Compiling bitflags v2.9.4 |
| 459 | 2025-10-03T20:05:51.409Z | Compiling byteorder v1.5.0 |
| 460 | 2025-10-03T20:05:51.409Z | Compiling icu_properties_data v1.5.0 |
| 461 | 2025-10-03T20:05:51.750Z | Compiling quote v1.0.40 |
| 462 | 2025-10-03T20:05:51.869Z | Compiling errno v0.3.12 |
| 463 | 2025-10-03T20:05:51.902Z | Compiling serde_json v1.0.145 |
| 464 | 2025-10-03T20:05:52.172Z | Compiling num-traits v0.2.19 |
| 465 | 2025-10-03T20:05:52.348Z | Compiling syn v2.0.106 |
| 466 | 2025-10-03T20:05:52.494Z | Compiling equivalent v1.0.2 |
| 467 | 2025-10-03T20:05:52.595Z | Compiling utf8_iter v1.0.4 |
| 468 | 2025-10-03T20:05:52.641Z | Compiling hashbrown v0.16.0 |
| 469 | 2025-10-03T20:05:52.680Z | Compiling icu_normalizer_data v1.5.0 |
| 470 | 2025-10-03T20:05:52.824Z | Compiling rustix v0.38.37 |
| 471 | 2025-10-03T20:05:52.889Z | Compiling smallvec v1.15.1 |
| 472 | 2025-10-03T20:05:52.922Z | Compiling write16 v1.0.0 |
| 473 | 2025-10-03T20:05:53.077Z | Compiling utf16_iter v1.0.5 |
| 474 | 2025-10-03T20:05:53.129Z | Compiling typeid v1.0.3 |
| 475 | 2025-10-03T20:05:53.695Z | Compiling proc-macro-error-attr v1.0.4 |
| 476 | 2025-10-03T20:05:53.727Z | Compiling usdt-impl v0.5.0 |
| 477 | 2025-10-03T20:05:53.752Z | Compiling syn v1.0.109 |
| 478 | 2025-10-03T20:05:53.919Z | Compiling indexmap v2.11.4 |
| 479 | 2025-10-03T20:05:54.083Z | Compiling winnow v0.7.13 |
| 480 | 2025-10-03T20:05:54.136Z | Compiling toml_write v0.1.2 |
| 481 | 2025-10-03T20:05:54.473Z | Compiling thread-id v4.2.2 |
| 482 | 2025-10-03T20:05:54.775Z | Compiling proc-macro-error v1.0.4 |
| 483 | 2025-10-03T20:05:55.140Z | Compiling utf8parse v0.2.2 |
| 484 | 2025-10-03T20:05:55.528Z | Compiling percent-encoding v2.3.2 |
| 485 | 2025-10-03T20:05:55.566Z | Compiling log v0.4.27 |
| 486 | 2025-10-03T20:05:55.941Z | Compiling rustix v1.0.7 |
| 487 | 2025-10-03T20:05:56.166Z | Compiling camino v1.2.0 |
| 488 | 2025-10-03T20:05:56.195Z | Compiling getrandom v0.3.1 |
| 489 | 2025-10-03T20:05:56.710Z | Compiling plain v0.2.3 |
| 490 | 2025-10-03T20:05:56.980Z | Compiling ordered-float v2.10.1 |
| 491 | 2025-10-03T20:05:57.011Z | Compiling form_urlencoded v1.2.2 |
| 492 | 2025-10-03T20:05:57.114Z | Compiling terminal_size v0.4.0 |
| 493 | 2025-10-03T20:05:57.168Z | Compiling anstyle-parse v0.2.5 |
| 494 | 2025-10-03T20:05:57.741Z | Compiling is_terminal_polyfill v1.70.1 |
| 495 | 2025-10-03T20:05:57.927Z | Compiling colorchoice v1.0.2 |
| 496 | 2025-10-03T20:05:58.064Z | Compiling pretty-hex v0.4.1 |
| 497 | 2025-10-03T20:05:58.151Z | Compiling anstyle v1.0.11 |
| 498 | 2025-10-03T20:05:58.183Z | Compiling cfg-if v1.0.1 |
| 499 | 2025-10-03T20:05:58.277Z | Compiling anstyle-query v1.1.1 |
| 500 | 2025-10-03T20:05:58.617Z | Compiling anstream v0.6.18 |
| 501 | 2025-10-03T20:05:58.706Z | Compiling semver v1.0.27 |
| 502 | 2025-10-03T20:05:59.374Z | Compiling fs-err v3.1.1 |
| 503 | 2025-10-03T20:05:59.423Z | Compiling fastrand v2.1.1 |
| 504 | 2025-10-03T20:05:59.474Z | Compiling once_cell v1.21.3 |
| 505 | 2025-10-03T20:05:59.512Z | Compiling heck v0.5.0 |
| 506 | 2025-10-03T20:05:59.748Z | Compiling fnv v1.0.7 |
| 507 | 2025-10-03T20:05:59.968Z | Compiling unicode-xid v0.2.6 |
| 508 | 2025-10-03T20:06:00.004Z | Compiling strsim v0.11.1 |
| 509 | 2025-10-03T20:06:00.052Z | Compiling bytecount v0.6.8 |
| 510 | 2025-10-03T20:06:00.085Z | Compiling anyhow v1.0.99 |
| 511 | 2025-10-03T20:06:00.261Z | Compiling synstructure v0.13.1 |
| 512 | 2025-10-03T20:06:00.339Z | Compiling clap_lex v0.7.4 |
| 513 | 2025-10-03T20:06:00.843Z | Compiling heck v0.4.1 |
| 514 | 2025-10-03T20:06:00.871Z | Compiling unicode-width v0.1.14 |
| 515 | 2025-10-03T20:06:01.403Z | Compiling clap_builder v4.5.48 |
| 516 | 2025-10-03T20:06:01.442Z | Compiling tempfile v3.20.0 |
| 517 | 2025-10-03T20:06:01.582Z | Compiling papergrid v0.11.0 |
| 518 | 2025-10-03T20:06:01.840Z | Compiling memmap v0.7.0 |
| 519 | 2025-10-03T20:06:01.894Z | Compiling unicode-width v0.2.0 |
| 520 | 2025-10-03T20:06:02.306Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2025-10-03T20:06:02.434Z | Compiling smawk v0.3.2 |
| 522 | 2025-10-03T20:06:02.662Z | Compiling camino-tempfile v1.4.1 |
| 523 | 2025-10-03T20:06:02.783Z | Compiling textwrap v0.16.2 |
| 524 | 2025-10-03T20:06:03.563Z | Compiling tabled_derive v0.7.0 |
| 525 | 2025-10-03T20:06:03.608Z | Compiling swrite v0.1.0 |
| 526 | 2025-10-03T20:06:03.794Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 527 | 2025-10-03T20:06:05.025Z | Compiling serde_derive v1.0.226 |
| 528 | 2025-10-03T20:06:05.025Z | Compiling zerofrom-derive v0.1.4 |
| 529 | 2025-10-03T20:06:05.049Z | Compiling yoke-derive v0.7.4 |
| 530 | 2025-10-03T20:06:05.049Z | Compiling thiserror-impl v2.0.17 |
| 531 | 2025-10-03T20:06:05.049Z | Compiling zerovec-derive v0.10.3 |
| 532 | 2025-10-03T20:06:05.378Z | Compiling displaydoc v0.2.5 |
| 533 | 2025-10-03T20:06:06.882Z | Compiling icu_provider_macros v1.5.0 |
| 534 | 2025-10-03T20:06:07.805Z | Compiling thiserror-impl v1.0.69 |
| 535 | 2025-10-03T20:06:07.905Z | Compiling zerocopy-derive v0.7.35 |
| 536 | 2025-10-03T20:06:08.169Z | Compiling scroll_derive v0.12.0 |
| 537 | 2025-10-03T20:06:08.726Z | Compiling zerofrom v0.1.4 |
| 538 | 2025-10-03T20:06:08.821Z | Compiling pest v2.8.2 |
| 539 | 2025-10-03T20:06:08.995Z | Compiling yoke v0.7.4 |
| 540 | 2025-10-03T20:06:09.387Z | Compiling zerovec v0.10.4 |
| 541 | 2025-10-03T20:06:09.516Z | Compiling scroll v0.12.0 |
| 542 | 2025-10-03T20:06:09.907Z | Compiling zerocopy v0.7.35 |
| 543 | 2025-10-03T20:06:10.094Z | Compiling goblin v0.8.2 |
| 544 | 2025-10-03T20:06:10.207Z | Compiling clap_derive v4.5.47 |
| 545 | 2025-10-03T20:06:10.730Z | Compiling tabled v0.15.0 |
| 546 | 2025-10-03T20:06:11.383Z | Compiling tinystr v0.7.6 |
| 547 | 2025-10-03T20:06:11.420Z | Compiling icu_collections v1.5.0 |
| 548 | 2025-10-03T20:06:11.723Z | Compiling pest_meta v2.8.2 |
| 549 | 2025-10-03T20:06:11.839Z | Compiling icu_locid v1.5.0 |
| 550 | 2025-10-03T20:06:13.143Z | Compiling icu_provider v1.5.0 |
| 551 | 2025-10-03T20:06:14.001Z | Compiling icu_locid_transform v1.5.0 |
| 552 | 2025-10-03T20:06:14.043Z | Compiling pest_generator v2.8.2 |
| 553 | 2025-10-03T20:06:14.096Z | Compiling serde_spanned v0.6.9 |
| 554 | 2025-10-03T20:06:14.172Z | Compiling toml_datetime v0.6.11 |
| 555 | 2025-10-03T20:06:14.232Z | Compiling dof v0.3.0 |
| 556 | 2025-10-03T20:06:14.376Z | Compiling serde_tokenstream v0.2.2 |
| 557 | 2025-10-03T20:06:14.758Z | Compiling toml_edit v0.22.27 |
| 558 | 2025-10-03T20:06:14.995Z | Compiling erased-serde v0.4.6 |
| 559 | 2025-10-03T20:06:15.192Z | Compiling serde-value v0.7.0 |
| 560 | 2025-10-03T20:06:15.997Z | Compiling icu_properties v1.5.1 |
| 561 | 2025-10-03T20:06:16.157Z | Compiling serde-untagged v0.1.7 |
| 562 | 2025-10-03T20:06:16.242Z | Compiling cargo-platform v0.2.0 |
| 563 | 2025-10-03T20:06:16.405Z | Compiling pest_derive v2.8.2 |
| 564 | 2025-10-03T20:06:16.707Z | Compiling clap v4.5.48 |
| 565 | 2025-10-03T20:06:16.829Z | Compiling macaddr v1.0.1 |
| 566 | 2025-10-03T20:06:17.239Z | Compiling dtrace-parser v0.2.0 |
| 567 | 2025-10-03T20:06:18.505Z | Compiling toml v0.8.23 |
| 568 | 2025-10-03T20:06:19.392Z | Compiling usdt-attr-macro v0.5.0 |
| 569 | 2025-10-03T20:06:19.392Z | Compiling usdt-macro v0.5.0 |
| 570 | 2025-10-03T20:06:19.564Z | Compiling cargo_toml v0.21.0 |
| 571 | 2025-10-03T20:06:19.941Z | Compiling icu_normalizer v1.5.0 |
| 572 | 2025-10-03T20:06:20.603Z | Compiling usdt v0.5.0 |
| 573 | 2025-10-03T20:06:20.829Z | Compiling idna_adapter v1.2.0 |
| 574 | 2025-10-03T20:06:21.048Z | Compiling idna v1.0.3 |
| 575 | 2025-10-03T20:06:21.696Z | Compiling url v2.5.4 |
| 576 | 2025-10-03T20:06:22.769Z | Compiling cargo-util-schemas v0.8.2 |
| 577 | 2025-10-03T20:06:25.037Z | Compiling cargo_metadata v0.21.0 |
| 578 | 2025-10-03T20:06:27.614Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 579 | 2025-10-03T20:06:32.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 580 | 2025-10-03T20:06:33.076Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 581 | 2025-10-03T20:06:34.274Z | Downloading crates ... |
| 582 | 2025-10-03T20:06:34.488Z | Downloaded crossbeam-utils v0.8.21 |
| 583 | 2025-10-03T20:06:35.101Z | Downloaded litrs v0.4.1 |
| 584 | 2025-10-03T20:06:35.101Z | Downloaded ghash v0.5.1 |
| 585 | 2025-10-03T20:06:35.101Z | Downloaded ascii-canvas v3.0.0 |
| 586 | 2025-10-03T20:06:35.101Z | Downloaded addr2line v0.24.2 |
| 587 | 2025-10-03T20:06:35.101Z | Downloaded async-bb8-diesel v0.2.1 |
| 588 | 2025-10-03T20:06:35.101Z | Downloaded hickory-resolver v0.25.2 |
| 589 | 2025-10-03T20:06:35.101Z | Downloaded hostname v0.3.1 |
| 590 | 2025-10-03T20:06:35.101Z | Downloaded hostname v0.4.0 |
| 591 | 2025-10-03T20:06:35.101Z | Downloaded is_ci v1.2.0 |
| 592 | 2025-10-03T20:06:35.101Z | Downloaded lockfree-object-pool v0.1.6 |
| 593 | 2025-10-03T20:06:35.101Z | Downloaded russh-cryptovec v0.7.3 |
| 594 | 2025-10-03T20:06:35.101Z | Downloaded rand_core v0.6.4 |
| 595 | 2025-10-03T20:06:35.101Z | Downloaded rustc_version v0.4.1 |
| 596 | 2025-10-03T20:06:35.101Z | Downloaded tinyvec_macros v0.1.1 |
| 597 | 2025-10-03T20:06:35.101Z | Downloaded slog-dtrace v0.3.0 |
| 598 | 2025-10-03T20:06:35.101Z | Downloaded want v0.3.1 |
| 599 | 2025-10-03T20:06:35.102Z | Downloaded tls_codec_derive v0.4.1 |
| 600 | 2025-10-03T20:06:35.102Z | Downloaded endian-type v0.1.2 |
| 601 | 2025-10-03T20:06:35.102Z | Downloaded wyz v0.5.1 |
| 602 | 2025-10-03T20:06:35.102Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 603 | 2025-10-03T20:06:35.102Z | Downloaded env_filter v0.1.2 |
| 604 | 2025-10-03T20:06:35.102Z | Downloaded termios v0.3.3 |
| 605 | 2025-10-03T20:06:35.102Z | Downloaded utf-8 v0.7.6 |
| 606 | 2025-10-03T20:06:35.102Z | Downloaded untrusted v0.9.0 |
| 607 | 2025-10-03T20:06:35.102Z | Downloaded ff v0.13.0 |
| 608 | 2025-10-03T20:06:35.102Z | Downloaded precomputed-hash v0.1.1 |
| 609 | 2025-10-03T20:06:35.102Z | Downloaded num v0.4.3 |
| 610 | 2025-10-03T20:06:35.102Z | Downloaded sync_wrapper v1.0.1 |
| 611 | 2025-10-03T20:06:35.102Z | Downloaded oxnet v0.1.3 |
| 612 | 2025-10-03T20:06:35.102Z | Downloaded serde_urlencoded v0.7.1 |
| 613 | 2025-10-03T20:06:35.102Z | Downloaded rand_chacha v0.3.1 |
| 614 | 2025-10-03T20:06:35.102Z | Downloaded tagptr v0.2.0 |
| 615 | 2025-10-03T20:06:35.102Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2025-10-03T20:06:35.102Z | Downloaded support-bundle-viewer v0.1.2 |
| 617 | 2025-10-03T20:06:35.102Z | Downloaded crucible-workspace-hack v0.1.0 |
| 618 | 2025-10-03T20:06:35.102Z | Downloaded unicode-properties v0.1.3 |
| 619 | 2025-10-03T20:06:35.102Z | Downloaded fxhash v0.2.1 |
| 620 | 2025-10-03T20:06:35.102Z | Downloaded tabwriter v1.4.0 |
| 621 | 2025-10-03T20:06:35.102Z | Downloaded num-iter v0.1.45 |
| 622 | 2025-10-03T20:06:35.102Z | Downloaded peg-runtime v0.8.5 |
| 623 | 2025-10-03T20:06:35.102Z | Downloaded unsafe-libyaml v0.2.11 |
| 624 | 2025-10-03T20:06:35.102Z | Downloaded progenitor v0.9.1 |
| 625 | 2025-10-03T20:06:35.102Z | Downloaded futures-core v0.3.31 |
| 626 | 2025-10-03T20:06:35.102Z | Downloaded strum v0.26.3 |
| 627 | 2025-10-03T20:06:35.102Z | Downloaded lru-cache v0.1.2 |
| 628 | 2025-10-03T20:06:35.102Z | Downloaded lru v0.12.5 |
| 629 | 2025-10-03T20:06:35.102Z | Downloaded structmeta-derive v0.3.0 |
| 630 | 2025-10-03T20:06:35.103Z | Downloaded libxml v0.3.3 |
| 631 | 2025-10-03T20:06:35.103Z | Downloaded try-lock v0.2.5 |
| 632 | 2025-10-03T20:06:35.103Z | Downloaded xshell-macros v0.2.7 |
| 633 | 2025-10-03T20:06:35.103Z | Downloaded sec1 v0.7.3 |
| 634 | 2025-10-03T20:06:35.103Z | Downloaded cstr-argument v0.1.2 |
| 635 | 2025-10-03T20:06:35.103Z | Downloaded toml_writer v1.0.2 |
| 636 | 2025-10-03T20:06:35.103Z | Downloaded futures-channel v0.3.31 |
| 637 | 2025-10-03T20:06:35.103Z | Downloaded pbkdf2 v0.12.2 |
| 638 | 2025-10-03T20:06:35.103Z | Downloaded deranged v0.5.3 |
| 639 | 2025-10-03T20:06:35.103Z | Downloaded funty v2.0.0 |
| 640 | 2025-10-03T20:06:35.103Z | Downloaded fs-err v2.11.0 |
| 641 | 2025-10-03T20:06:35.103Z | Downloaded tower-service v0.3.3 |
| 642 | 2025-10-03T20:06:35.103Z | Downloaded paste v1.0.15 |
| 643 | 2025-10-03T20:06:35.103Z | Downloaded md5 v0.7.0 |
| 644 | 2025-10-03T20:06:35.103Z | Downloaded parse-size v1.1.0 |
| 645 | 2025-10-03T20:06:35.103Z | Downloaded serde-big-array v0.5.1 |
| 646 | 2025-10-03T20:06:35.103Z | Downloaded fs_extra v1.3.0 |
| 647 | 2025-10-03T20:06:35.103Z | Downloaded tui-tree-widget v0.23.1 |
| 648 | 2025-10-03T20:06:35.103Z | Downloaded radium v0.7.0 |
| 649 | 2025-10-03T20:06:35.103Z | Downloaded foreign-types-shared v0.3.1 |
| 650 | 2025-10-03T20:06:35.103Z | Downloaded foreign-types-shared v0.1.1 |
| 651 | 2025-10-03T20:06:35.103Z | Downloaded pkcs5 v0.7.1 |
| 652 | 2025-10-03T20:06:35.128Z | Downloaded serde_bytes v0.11.19 |
| 653 | 2025-10-03T20:06:35.128Z | Downloaded ssh-encoding v0.2.0 |
| 654 | 2025-10-03T20:06:35.128Z | Downloaded darling_macro v0.20.10 |
| 655 | 2025-10-03T20:06:35.128Z | Downloaded num_enum_derive v0.5.11 |
| 656 | 2025-10-03T20:06:35.128Z | Downloaded newtype_derive v0.1.6 |
| 657 | 2025-10-03T20:06:35.128Z | Downloaded reqwest v0.12.22 |
| 658 | 2025-10-03T20:06:35.129Z | Downloaded phf_shared v0.12.1 |
| 659 | 2025-10-03T20:06:35.129Z | Downloaded parking_lot_core v0.9.10 |
| 660 | 2025-10-03T20:06:35.129Z | Downloaded zeroize_derive v1.4.2 |
| 661 | 2025-10-03T20:06:35.129Z | Downloaded smf v0.2.3 |
| 662 | 2025-10-03T20:06:35.129Z | Downloaded derive_more v2.0.1 |
| 663 | 2025-10-03T20:06:35.153Z | Downloaded progenitor-client v0.9.1 |
| 664 | 2025-10-03T20:06:35.154Z | Downloaded semver v0.1.20 |
| 665 | 2025-10-03T20:06:35.154Z | Downloaded snafu-derive v0.8.5 |
| 666 | 2025-10-03T20:06:35.154Z | Downloaded salsa20 v0.10.2 |
| 667 | 2025-10-03T20:06:35.154Z | Downloaded scheduled-thread-pool v0.2.7 |
| 668 | 2025-10-03T20:06:35.179Z | Downloaded diff v0.1.13 |
| 669 | 2025-10-03T20:06:35.179Z | Downloaded nibble_vec v0.1.0 |
| 670 | 2025-10-03T20:06:35.179Z | Downloaded foreign-types v0.5.0 |
| 671 | 2025-10-03T20:06:35.179Z | Downloaded progenitor v0.11.0 |
| 672 | 2025-10-03T20:06:35.179Z | Downloaded managed v0.8.0 |
| 673 | 2025-10-03T20:06:35.179Z | Downloaded mio v1.0.2 |
| 674 | 2025-10-03T20:06:35.203Z | Downloaded same-file v1.0.6 |
| 675 | 2025-10-03T20:06:35.203Z | Downloaded yasna v0.5.2 |
| 676 | 2025-10-03T20:06:35.203Z | Downloaded diesel_derives v2.2.3 |
| 677 | 2025-10-03T20:06:35.228Z | Downloaded pin-project-lite v0.2.14 |
| 678 | 2025-10-03T20:06:35.252Z | Downloaded serde_derive_internals v0.29.1 |
| 679 | 2025-10-03T20:06:35.252Z | Downloaded pkcs1 v0.7.5 |
| 680 | 2025-10-03T20:06:35.252Z | Downloaded darling_core v0.21.0 |
| 681 | 2025-10-03T20:06:35.252Z | Downloaded snafu v0.8.5 |
| 682 | 2025-10-03T20:06:35.278Z | Downloaded tokio-postgres v0.7.13 |
| 683 | 2025-10-03T20:06:35.278Z | Downloaded winnow v0.5.40 |
| 684 | 2025-10-03T20:06:35.302Z | Downloaded schemars v0.8.22 |
| 685 | 2025-10-03T20:06:35.329Z | Downloaded progenitor-impl v0.11.0 |
| 686 | 2025-10-03T20:06:35.354Z | Downloaded zerocopy-derive v0.8.27 |
| 687 | 2025-10-03T20:06:35.378Z | Downloaded zip v4.2.0 |
| 688 | 2025-10-03T20:06:35.404Z | Downloaded zlib-rs v0.5.1 |
| 689 | 2025-10-03T20:06:35.404Z | Downloaded sqlparser v0.45.0 |
| 690 | 2025-10-03T20:06:35.428Z | Downloaded moka v0.12.10 |
| 691 | 2025-10-03T20:06:35.452Z | Downloaded nix v0.30.1 |
| 692 | 2025-10-03T20:06:35.476Z | Downloaded nix v0.29.0 |
| 693 | 2025-10-03T20:06:35.476Z | Downloaded rustls-webpki v0.102.8 |
| 694 | 2025-10-03T20:06:35.506Z | Downloaded smoltcp v0.9.1 |
| 695 | 2025-10-03T20:06:35.530Z | Downloaded zerocopy v0.8.27 |
| 696 | 2025-10-03T20:06:35.555Z | Downloaded nix v0.27.1 |
| 697 | 2025-10-03T20:06:35.579Z | Downloaded smoltcp v0.11.0 |
| 698 | 2025-10-03T20:06:35.605Z | Downloaded object v0.36.5 |
| 699 | 2025-10-03T20:06:35.630Z | Downloaded openapiv3 v2.2.0 |
| 700 | 2025-10-03T20:06:35.630Z | Downloaded typify-impl v0.4.3 |
| 701 | 2025-10-03T20:06:35.654Z | Downloaded typify-impl v0.3.0 |
| 702 | 2025-10-03T20:06:35.687Z | Downloaded typify-impl v0.2.0 |
| 703 | 2025-10-03T20:06:35.687Z | Downloaded diesel v2.2.12 |
| 704 | 2025-10-03T20:06:35.711Z | Downloaded ratatui v0.29.0 |
| 705 | 2025-10-03T20:06:35.736Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 706 | 2025-10-03T20:06:35.760Z | Downloaded sled v0.34.7 |
| 707 | 2025-10-03T20:06:35.760Z | Downloaded curve25519-dalek v4.1.3 |
| 708 | 2025-10-03T20:06:35.785Z | Downloaded rustls v0.23.19 |
| 709 | 2025-10-03T20:06:35.809Z | Downloaded zerocopy-derive v0.6.6 |
| 710 | 2025-10-03T20:06:35.809Z | Downloaded object v0.30.4 |
| 711 | 2025-10-03T20:06:35.833Z | Downloaded regex-automata v0.4.11 |
| 712 | 2025-10-03T20:06:35.857Z | Downloaded jiff v0.2.15 |
| 713 | 2025-10-03T20:06:35.881Z | Downloaded rustls v0.22.4 |
| 714 | 2025-10-03T20:06:35.881Z | Downloaded chrono-tz v0.10.4 |
| 715 | 2025-10-03T20:06:35.906Z | Downloaded regex-syntax v0.8.5 |
| 716 | 2025-10-03T20:06:35.906Z | Downloaded petgraph v0.6.5 |
| 717 | 2025-10-03T20:06:35.930Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 718 | 2025-10-03T20:06:35.958Z | Downloaded libz-sys v1.1.20 |
| 719 | 2025-10-03T20:06:35.983Z | Downloaded tokio v1.47.0 |
| 720 | 2025-10-03T20:06:36.039Z | Downloaded sha3 v0.10.8 |
| 721 | 2025-10-03T20:06:36.063Z | Downloaded petgraph v0.8.2 |
| 722 | 2025-10-03T20:06:36.087Z | Downloaded lzma-sys v0.1.20 |
| 723 | 2025-10-03T20:06:36.112Z | Downloaded petname v2.0.2 |
| 724 | 2025-10-03T20:06:36.136Z | Downloaded openssl v0.10.73 |
| 725 | 2025-10-03T20:06:36.136Z | Downloaded dropshot v0.16.4 |
| 726 | 2025-10-03T20:06:36.169Z | Downloaded nix v0.28.0 |
| 727 | 2025-10-03T20:06:36.193Z | Downloaded csv v1.3.1 |
| 728 | 2025-10-03T20:06:36.224Z | Downloaded hickory-proto v0.25.2 |
| 729 | 2025-10-03T20:06:36.249Z | Downloaded bstr v1.10.0 |
| 730 | 2025-10-03T20:06:36.273Z | Downloaded regex-syntax v0.6.29 |
| 731 | 2025-10-03T20:06:36.273Z | Downloaded proptest v1.7.0 |
| 732 | 2025-10-03T20:06:36.298Z | Downloaded radix_trie v0.2.1 |
| 733 | 2025-10-03T20:06:36.298Z | Downloaded regress v0.10.4 |
| 734 | 2025-10-03T20:06:36.298Z | Downloaded salty v0.3.0 |
| 735 | 2025-10-03T20:06:36.322Z | Downloaded tabled v0.18.0 |
| 736 | 2025-10-03T20:06:36.347Z | Downloaded hickory-proto v0.24.4 |
| 737 | 2025-10-03T20:06:36.347Z | Downloaded quinn-proto v0.11.8 |
| 738 | 2025-10-03T20:06:36.372Z | Downloaded tabled v0.20.0 |
| 739 | 2025-10-03T20:06:36.396Z | Downloaded serde_with v3.14.0 |
| 740 | 2025-10-03T20:06:36.396Z | Downloaded p384 v0.13.0 |
| 741 | 2025-10-03T20:06:36.420Z | Downloaded rustls v0.21.12 |
| 742 | 2025-10-03T20:06:36.420Z | Downloaded rustyline v14.0.0 |
| 743 | 2025-10-03T20:06:36.445Z | Downloaded tower-http v0.6.6 |
| 744 | 2025-10-03T20:06:36.445Z | Downloaded tough v0.20.0 |
| 745 | 2025-10-03T20:06:36.445Z | Downloaded rustls-webpki v0.101.7 |
| 746 | 2025-10-03T20:06:36.469Z | Downloaded portable-atomic v1.11.0 |
| 747 | 2025-10-03T20:06:36.493Z | Downloaded webpki-roots v1.0.1 |
| 748 | 2025-10-03T20:06:36.494Z | Downloaded vcpkg v0.2.15 |
| 749 | 2025-10-03T20:06:36.526Z | Downloaded polar-core v0.27.3 |
| 750 | 2025-10-03T20:06:36.550Z | Downloaded yansi v1.0.1 |
| 751 | 2025-10-03T20:06:36.550Z | Downloaded encoding_rs v0.8.34 |
| 752 | 2025-10-03T20:06:36.574Z | Downloaded ssh-key v0.6.6 |
| 753 | 2025-10-03T20:06:36.575Z | Downloaded rayon v1.10.0 |
| 754 | 2025-10-03T20:06:36.599Z | Downloaded zip v0.6.6 |
| 755 | 2025-10-03T20:06:36.599Z | Downloaded tokio-util v0.7.15 |
| 756 | 2025-10-03T20:06:36.599Z | Downloaded futures-util v0.3.31 |
| 757 | 2025-10-03T20:06:36.623Z | Downloaded regex v1.11.3 |
| 758 | 2025-10-03T20:06:36.623Z | Downloaded ring v0.17.14 |
| 759 | 2025-10-03T20:06:36.675Z | Downloaded reedline v0.40.0 |
| 760 | 2025-10-03T20:06:36.699Z | Downloaded winnow v0.6.26 |
| 761 | 2025-10-03T20:06:36.700Z | Downloaded gimli v0.31.1 |
| 762 | 2025-10-03T20:06:36.724Z | Downloaded samael v0.0.19 |
| 763 | 2025-10-03T20:06:36.724Z | Downloaded lalrpop v0.19.12 |
| 764 | 2025-10-03T20:06:36.748Z | Downloaded flume v0.11.1 |
| 765 | 2025-10-03T20:06:36.748Z | Downloaded darling_core v0.20.10 |
| 766 | 2025-10-03T20:06:36.748Z | Downloaded tower v0.5.2 |
| 767 | 2025-10-03T20:06:36.772Z | Downloaded chrono v0.4.42 |
| 768 | 2025-10-03T20:06:36.803Z | Downloaded serde_cbor v0.11.2 |
| 769 | 2025-10-03T20:06:36.803Z | Downloaded toml v0.9.5 |
| 770 | 2025-10-03T20:06:36.803Z | Downloaded zerocopy v0.6.6 |
| 771 | 2025-10-03T20:06:36.803Z | Downloaded pin-project v1.1.6 |
| 772 | 2025-10-03T20:06:36.803Z | Downloaded darling v0.20.10 |
| 773 | 2025-10-03T20:06:36.803Z | Downloaded toml v0.7.8 |
| 774 | 2025-10-03T20:06:36.803Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 775 | 2025-10-03T20:06:36.865Z | Downloaded tracing v0.1.40 |
| 776 | 2025-10-03T20:06:36.890Z | Downloaded toml_edit v0.19.15 |
| 777 | 2025-10-03T20:06:36.915Z | Downloaded quinn v0.11.5 |
| 778 | 2025-10-03T20:06:36.915Z | Downloaded x509-cert v0.2.5 |
| 779 | 2025-10-03T20:06:36.915Z | Downloaded crossterm v0.29.0 |
| 780 | 2025-10-03T20:06:36.939Z | Downloaded crossterm v0.28.1 |
| 781 | 2025-10-03T20:06:36.940Z | Downloaded memmap2 v0.9.5 |
| 782 | 2025-10-03T20:06:36.940Z | Downloaded flate2 v1.1.2 |
| 783 | 2025-10-03T20:06:36.940Z | Downloaded tokio-rustls v0.26.0 |
| 784 | 2025-10-03T20:06:36.940Z | Downloaded derive_more-impl v2.0.1 |
| 785 | 2025-10-03T20:06:36.966Z | Downloaded crypto-bigint v0.5.5 |
| 786 | 2025-10-03T20:06:36.966Z | Downloaded minimal-lexical v0.2.1 |
| 787 | 2025-10-03T20:06:36.966Z | Downloaded foldhash v0.2.0 |
| 788 | 2025-10-03T20:06:36.966Z | Downloaded darling v0.21.0 |
| 789 | 2025-10-03T20:06:36.991Z | Downloaded tokio-stream v0.1.17 |
| 790 | 2025-10-03T20:06:36.991Z | Downloaded pin-utils v0.1.0 |
| 791 | 2025-10-03T20:06:36.991Z | Downloaded foreign-types-macros v0.2.3 |
| 792 | 2025-10-03T20:06:36.991Z | Downloaded zeroize v1.8.1 |
| 793 | 2025-10-03T20:06:36.991Z | Downloaded pin-project-internal v1.1.6 |
| 794 | 2025-10-03T20:06:36.991Z | Downloaded git2 v0.20.2 |
| 795 | 2025-10-03T20:06:36.991Z | Downloaded unicase v2.7.0 |
| 796 | 2025-10-03T20:06:36.992Z | Downloaded omicron-zone-package v0.12.2 |
| 797 | 2025-10-03T20:06:37.017Z | Downloaded steno v0.4.1 |
| 798 | 2025-10-03T20:06:37.017Z | Downloaded p521 v0.13.3 |
| 799 | 2025-10-03T20:06:37.017Z | Downloaded secrecy v0.10.3 |
| 800 | 2025-10-03T20:06:37.017Z | Downloaded progenitor-client v0.11.0 |
| 801 | 2025-10-03T20:06:37.017Z | Downloaded daft v0.1.4 |
| 802 | 2025-10-03T20:06:37.017Z | Downloaded lzss v0.8.2 |
| 803 | 2025-10-03T20:06:37.017Z | Downloaded quick-xml v0.37.2 |
| 804 | 2025-10-03T20:06:37.017Z | Downloaded foreign-types v0.3.2 |
| 805 | 2025-10-03T20:06:37.042Z | Downloaded phf_shared v0.11.2 |
| 806 | 2025-10-03T20:06:37.042Z | Downloaded newtype-uuid v1.2.4 |
| 807 | 2025-10-03T20:06:37.042Z | Downloaded progenitor-client v0.10.0 |
| 808 | 2025-10-03T20:06:37.042Z | Downloaded num-complex v0.4.6 |
| 809 | 2025-10-03T20:06:37.042Z | Downloaded foldhash v0.1.5 |
| 810 | 2025-10-03T20:06:37.042Z | Downloaded float-ord v0.3.2 |
| 811 | 2025-10-03T20:06:37.042Z | Downloaded data-encoding v2.9.0 |
| 812 | 2025-10-03T20:06:37.042Z | Downloaded daft-derive v0.1.4 |
| 813 | 2025-10-03T20:06:37.042Z | Downloaded tokio-tungstenite v0.23.1 |
| 814 | 2025-10-03T20:06:37.042Z | Downloaded rustversion v1.0.22 |
| 815 | 2025-10-03T20:06:37.042Z | Downloaded num-rational v0.4.2 |
| 816 | 2025-10-03T20:06:37.042Z | Downloaded tokio-tungstenite v0.21.0 |
| 817 | 2025-10-03T20:06:37.080Z | Downloaded tokio-rustls v0.25.0 |
| 818 | 2025-10-03T20:06:37.080Z | Downloaded tokio-rustls v0.24.1 |
| 819 | 2025-10-03T20:06:37.080Z | Downloaded tungstenite v0.21.0 |
| 820 | 2025-10-03T20:06:37.080Z | Downloaded derive_builder v0.20.2 |
| 821 | 2025-10-03T20:06:37.080Z | Downloaded num-bigint-dig v0.8.4 |
| 822 | 2025-10-03T20:06:37.105Z | Downloaded nom v7.1.3 |
| 823 | 2025-10-03T20:06:37.130Z | Downloaded unicode-normalization v0.1.24 |
| 824 | 2025-10-03T20:06:37.130Z | Downloaded serde_path_to_error v0.1.17 |
| 825 | 2025-10-03T20:06:37.156Z | Downloaded csv-core v0.1.11 |
| 826 | 2025-10-03T20:06:37.156Z | Downloaded toml_datetime v0.7.0 |
| 827 | 2025-10-03T20:06:37.156Z | Downloaded defmt v0.3.8 |
| 828 | 2025-10-03T20:06:37.156Z | Downloaded tracing-core v0.1.32 |
| 829 | 2025-10-03T20:06:37.181Z | Downloaded bindgen v0.71.1 |
| 830 | 2025-10-03T20:06:37.181Z | Downloaded newline-converter v0.3.0 |
| 831 | 2025-10-03T20:06:37.181Z | Downloaded new_debug_unreachable v1.0.6 |
| 832 | 2025-10-03T20:06:37.181Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 833 | 2025-10-03T20:06:37.181Z | Downloaded ctr v0.9.2 |
| 834 | 2025-10-03T20:06:37.181Z | Downloaded phf v0.12.1 |
| 835 | 2025-10-03T20:06:37.181Z | Downloaded phf v0.11.2 |
| 836 | 2025-10-03T20:06:37.206Z | Downloaded serde-hex v0.1.0 |
| 837 | 2025-10-03T20:06:37.206Z | Downloaded diesel-dtrace v0.4.2 |
| 838 | 2025-10-03T20:06:37.206Z | Downloaded tracing-attributes v0.1.27 |
| 839 | 2025-10-03T20:06:37.206Z | Downloaded miniz_oxide v0.8.5 |
| 840 | 2025-10-03T20:06:37.206Z | Downloaded derive-where v1.5.0 |
| 841 | 2025-10-03T20:06:37.206Z | Downloaded der v0.7.9 |
| 842 | 2025-10-03T20:06:37.231Z | Downloaded time v0.3.43 |
| 843 | 2025-10-03T20:06:37.231Z | Downloaded rusty-fork v0.3.0 |
| 844 | 2025-10-03T20:06:37.231Z | Downloaded num_enum v0.5.11 |
| 845 | 2025-10-03T20:06:37.256Z | Downloaded tokio-native-tls v0.3.1 |
| 846 | 2025-10-03T20:06:37.256Z | Downloaded structmeta v0.3.0 |
| 847 | 2025-10-03T20:06:37.256Z | Downloaded static_assertions v1.1.0 |
| 848 | 2025-10-03T20:06:37.256Z | Downloaded num_threads v0.1.7 |
| 849 | 2025-10-03T20:06:37.256Z | Downloaded des v0.8.1 |
| 850 | 2025-10-03T20:06:37.280Z | Downloaded typed-path v0.9.3 |
| 851 | 2025-10-03T20:06:37.281Z | Downloaded bitvec v1.0.1 |
| 852 | 2025-10-03T20:06:37.306Z | Downloaded ssh-cipher v0.2.0 |
| 853 | 2025-10-03T20:06:37.306Z | Downloaded password-hash v0.4.2 |
| 854 | 2025-10-03T20:06:37.306Z | Downloaded parse-display-derive v0.10.0 |
| 855 | 2025-10-03T20:06:37.306Z | Downloaded rand v0.9.2 |
| 856 | 2025-10-03T20:06:37.331Z | Downloaded parse-display v0.10.0 |
| 857 | 2025-10-03T20:06:37.331Z | Downloaded olpc-cjson v0.1.4 |
| 858 | 2025-10-03T20:06:37.331Z | Downloaded md-5 v0.10.6 |
| 859 | 2025-10-03T20:06:37.331Z | Downloaded maybe-uninit v2.0.0 |
| 860 | 2025-10-03T20:06:37.331Z | Downloaded unarray v0.1.4 |
| 861 | 2025-10-03T20:06:37.331Z | Downloaded typify-macro v0.4.3 |
| 862 | 2025-10-03T20:06:37.331Z | Downloaded native-tls v0.2.12 |
| 863 | 2025-10-03T20:06:37.331Z | Downloaded multer v3.1.0 |
| 864 | 2025-10-03T20:06:37.356Z | Downloaded futures v0.3.31 |
| 865 | 2025-10-03T20:06:37.356Z | Downloaded socket2 v0.6.0 |
| 866 | 2025-10-03T20:06:37.356Z | Downloaded socket2 v0.5.10 |
| 867 | 2025-10-03T20:06:37.381Z | Downloaded openssl-sys v0.9.109 |
| 868 | 2025-10-03T20:06:37.381Z | Downloaded pretty_assertions v1.4.1 |
| 869 | 2025-10-03T20:06:37.381Z | Downloaded num-bigint v0.4.6 |
| 870 | 2025-10-03T20:06:37.407Z | Downloaded hyper v1.7.0 |
| 871 | 2025-10-03T20:06:37.432Z | Downloaded maplit v1.0.2 |
| 872 | 2025-10-03T20:06:37.432Z | Downloaded strip-ansi-escapes v0.2.0 |
| 873 | 2025-10-03T20:06:37.432Z | Downloaded float-cmp v0.10.0 |
| 874 | 2025-10-03T20:06:37.432Z | Downloaded sqlparser_derive v0.2.2 |
| 875 | 2025-10-03T20:06:37.432Z | Downloaded debug-ignore v1.0.5 |
| 876 | 2025-10-03T20:06:37.432Z | Downloaded password-hash v0.5.0 |
| 877 | 2025-10-03T20:06:37.432Z | Downloaded mime_guess v2.0.5 |
| 878 | 2025-10-03T20:06:37.457Z | Downloaded r2d2 v0.8.10 |
| 879 | 2025-10-03T20:06:37.457Z | Downloaded xshell v0.2.7 |
| 880 | 2025-10-03T20:06:37.457Z | Downloaded rustls-pki-types v1.10.0 |
| 881 | 2025-10-03T20:06:37.457Z | Downloaded proc-macro-error2 v2.0.1 |
| 882 | 2025-10-03T20:06:37.482Z | Downloaded hkdf v0.12.4 |
| 883 | 2025-10-03T20:06:37.482Z | Downloaded quinn-udp v0.5.5 |
| 884 | 2025-10-03T20:06:37.482Z | Downloaded derive-ex v0.1.8 |
| 885 | 2025-10-03T20:06:37.482Z | Downloaded der_derive v0.7.3 |
| 886 | 2025-10-03T20:06:37.482Z | Downloaded defmt-macros v0.3.9 |
| 887 | 2025-10-03T20:06:37.507Z | Downloaded number_prefix v0.4.0 |
| 888 | 2025-10-03T20:06:37.507Z | Downloaded rcgen v0.12.1 |
| 889 | 2025-10-03T20:06:37.507Z | Downloaded unicode-segmentation v1.12.0 |
| 890 | 2025-10-03T20:06:37.507Z | Downloaded opaque-debug v0.3.1 |
| 891 | 2025-10-03T20:06:37.507Z | Downloaded stringprep v0.1.5 |
| 892 | 2025-10-03T20:06:37.532Z | Downloaded typify v0.4.3 |
| 893 | 2025-10-03T20:06:37.532Z | Downloaded match_cfg v0.1.0 |
| 894 | 2025-10-03T20:06:37.532Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 895 | 2025-10-03T20:06:37.532Z | Downloaded string_cache v0.8.9 |
| 896 | 2025-10-03T20:06:37.532Z | Downloaded psl-types v2.0.11 |
| 897 | 2025-10-03T20:06:37.532Z | Downloaded progenitor-macro v0.11.0 |
| 898 | 2025-10-03T20:06:37.532Z | Downloaded progenitor-macro v0.10.0 |
| 899 | 2025-10-03T20:06:37.532Z | Downloaded progenitor-macro v0.9.1 |
| 900 | 2025-10-03T20:06:37.532Z | Downloaded progenitor-macro v0.8.0 |
| 901 | 2025-10-03T20:06:37.532Z | Downloaded peg v0.8.5 |
| 902 | 2025-10-03T20:06:37.557Z | Downloaded pbkdf2 v0.11.0 |
| 903 | 2025-10-03T20:06:37.557Z | Downloaded nanorand v0.7.0 |
| 904 | 2025-10-03T20:06:37.557Z | Downloaded multimap v0.10.1 |
| 905 | 2025-10-03T20:06:37.557Z | Downloaded toml_parser v1.0.2 |
| 906 | 2025-10-03T20:06:37.557Z | Downloaded sqlformat v0.3.5 |
| 907 | 2025-10-03T20:06:37.557Z | Downloaded rayon-core v1.12.1 |
| 908 | 2025-10-03T20:06:37.557Z | Downloaded memoffset v0.9.1 |
| 909 | 2025-10-03T20:06:37.557Z | Downloaded derive_builder_core v0.20.2 |
| 910 | 2025-10-03T20:06:37.583Z | Downloaded papergrid v0.17.0 |
| 911 | 2025-10-03T20:06:37.583Z | Downloaded expectorate v1.2.0 |
| 912 | 2025-10-03T20:06:37.583Z | Downloaded tower-layer v0.3.3 |
| 913 | 2025-10-03T20:06:37.583Z | Downloaded zone_cfg_derive v0.1.2 |
| 914 | 2025-10-03T20:06:37.583Z | Downloaded zone v0.3.1 |
| 915 | 2025-10-03T20:06:37.583Z | Downloaded xz2 v0.1.7 |
| 916 | 2025-10-03T20:06:37.583Z | Downloaded ed25519-dalek v2.1.1 |
| 917 | 2025-10-03T20:06:37.583Z | Downloaded topological-sort v0.2.2 |
| 918 | 2025-10-03T20:06:37.583Z | Downloaded spin v0.9.8 |
| 919 | 2025-10-03T20:06:37.583Z | Downloaded sct v0.7.1 |
| 920 | 2025-10-03T20:06:37.609Z | Downloaded rustls-pemfile v2.2.0 |
| 921 | 2025-10-03T20:06:37.609Z | Downloaded itertools v0.13.0 |
| 922 | 2025-10-03T20:06:37.609Z | Downloaded rustls-native-certs v0.8.1 |
| 923 | 2025-10-03T20:06:37.609Z | Downloaded derive_more v0.99.20 |
| 924 | 2025-10-03T20:06:37.634Z | Downloaded rand v0.8.5 |
| 925 | 2025-10-03T20:06:37.634Z | Downloaded zone v0.1.8 |
| 926 | 2025-10-03T20:06:37.634Z | Downloaded tungstenite v0.23.0 |
| 927 | 2025-10-03T20:06:37.634Z | Downloaded path-slash v0.1.5 |
| 928 | 2025-10-03T20:06:37.634Z | Downloaded mime v0.3.17 |
| 929 | 2025-10-03T20:06:37.634Z | Downloaded xattr v1.3.1 |
| 930 | 2025-10-03T20:06:37.659Z | Downloaded tokio-macros v2.5.0 |
| 931 | 2025-10-03T20:06:37.659Z | Downloaded tokio-dtrace v0.1.0 |
| 932 | 2025-10-03T20:06:37.659Z | Downloaded strum_macros v0.24.3 |
| 933 | 2025-10-03T20:06:37.660Z | Downloaded spki v0.7.3 |
| 934 | 2025-10-03T20:06:37.660Z | Downloaded pem-rfc7468 v0.7.0 |
| 935 | 2025-10-03T20:06:37.660Z | Downloaded peg-macros v0.8.5 |
| 936 | 2025-10-03T20:06:37.660Z | Downloaded parking_lot_core v0.8.6 |
| 937 | 2025-10-03T20:06:37.660Z | Downloaded subprocess v0.2.9 |
| 938 | 2025-10-03T20:06:37.685Z | Downloaded prettyplease v0.2.36 |
| 939 | 2025-10-03T20:06:37.685Z | Downloaded iddqd v0.3.13 |
| 940 | 2025-10-03T20:06:37.710Z | Downloaded blake3 v1.5.4 |
| 941 | 2025-10-03T20:06:37.710Z | Downloaded crunchy v0.2.2 |
| 942 | 2025-10-03T20:06:37.710Z | Downloaded zone_cfg_derive v0.3.0 |
| 943 | 2025-10-03T20:06:37.710Z | Downloaded strum v0.27.2 |
| 944 | 2025-10-03T20:06:37.710Z | Downloaded secrecy v0.8.0 |
| 945 | 2025-10-03T20:06:37.710Z | Downloaded scrypt v0.11.0 |
| 946 | 2025-10-03T20:06:37.710Z | Downloaded scopeguard v1.2.0 |
| 947 | 2025-10-03T20:06:37.710Z | Downloaded schemars_derive v0.8.22 |
| 948 | 2025-10-03T20:06:37.710Z | Downloaded getrandom v0.2.15 |
| 949 | 2025-10-03T20:06:37.710Z | Downloaded fixedbitset v0.5.7 |
| 950 | 2025-10-03T20:06:37.735Z | Downloaded zstd v0.13.3 |
| 951 | 2025-10-03T20:06:37.735Z | Downloaded zopfli v0.8.1 |
| 952 | 2025-10-03T20:06:37.735Z | Downloaded rpassword v7.4.0 |
| 953 | 2025-10-03T20:06:37.735Z | Downloaded progenitor v0.10.0 |
| 954 | 2025-10-03T20:06:37.735Z | Downloaded progenitor v0.8.0 |
| 955 | 2025-10-03T20:06:37.735Z | Downloaded primeorder v0.13.6 |
| 956 | 2025-10-03T20:06:37.735Z | Downloaded serde_yaml v0.9.34+deprecated |
| 957 | 2025-10-03T20:06:37.735Z | Downloaded rustls-pemfile v1.0.4 |
| 958 | 2025-10-03T20:06:37.735Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 959 | 2025-10-03T20:06:37.735Z | Downloaded proc-macro-crate v1.3.1 |
| 960 | 2025-10-03T20:06:37.735Z | Downloaded unicode_categories v0.1.1 |
| 961 | 2025-10-03T20:06:37.760Z | Downloaded itertools v0.12.1 |
| 962 | 2025-10-03T20:06:37.760Z | Downloaded iri-string v0.7.8 |
| 963 | 2025-10-03T20:06:37.760Z | Downloaded pem v3.0.5 |
| 964 | 2025-10-03T20:06:37.760Z | Downloaded num-derive v0.3.3 |
| 965 | 2025-10-03T20:06:37.760Z | Downloaded futures-executor v0.3.31 |
| 966 | 2025-10-03T20:06:37.760Z | Downloaded strum_macros v0.26.4 |
| 967 | 2025-10-03T20:06:37.785Z | Downloaded serde_with_macros v3.14.0 |
| 968 | 2025-10-03T20:06:37.786Z | Downloaded p256 v0.13.2 |
| 969 | 2025-10-03T20:06:37.786Z | Downloaded oso v0.27.3 |
| 970 | 2025-10-03T20:06:37.786Z | Downloaded elliptic-curve v0.13.8 |
| 971 | 2025-10-03T20:06:37.786Z | Downloaded dropshot-api-manager v0.2.1 |
| 972 | 2025-10-03T20:06:37.786Z | Downloaded uuid v1.18.1 |
| 973 | 2025-10-03T20:06:37.811Z | Downloaded russh v0.45.0 |
| 974 | 2025-10-03T20:06:37.811Z | Downloaded num-integer v0.1.46 |
| 975 | 2025-10-03T20:06:37.811Z | Downloaded futures-sink v0.3.31 |
| 976 | 2025-10-03T20:06:37.811Z | Downloaded futures-io v0.3.31 |
| 977 | 2025-10-03T20:06:37.811Z | Downloaded futures-task v0.3.31 |
| 978 | 2025-10-03T20:06:37.811Z | Downloaded futures-macro v0.3.31 |
| 979 | 2025-10-03T20:06:37.811Z | Downloaded flagset v0.4.6 |
| 980 | 2025-10-03T20:06:37.811Z | Downloaded display-error-chain v0.2.2 |
| 981 | 2025-10-03T20:06:37.811Z | Downloaded dirs-sys-next v0.1.2 |
| 982 | 2025-10-03T20:06:37.811Z | Downloaded difflib v0.4.0 |
| 983 | 2025-10-03T20:06:37.811Z | Downloaded zstd-safe v7.2.3 |
| 984 | 2025-10-03T20:06:37.836Z | Downloaded parking_lot v0.12.3 |
| 985 | 2025-10-03T20:06:37.836Z | Downloaded nu-ansi-term v0.50.1 |
| 986 | 2025-10-03T20:06:37.836Z | Downloaded hyper-util v0.1.17 |
| 987 | 2025-10-03T20:06:37.836Z | Downloaded smallvec v0.6.14 |
| 988 | 2025-10-03T20:06:37.836Z | Downloaded slog-term v2.9.2 |
| 989 | 2025-10-03T20:06:37.836Z | Downloaded papergrid v0.14.0 |
| 990 | 2025-10-03T20:06:37.861Z | Downloaded dropshot_endpoint v0.16.4 |
| 991 | 2025-10-03T20:06:37.861Z | Downloaded libm v0.2.8 |
| 992 | 2025-10-03T20:06:37.861Z | Downloaded aho-corasick v1.1.3 |
| 993 | 2025-10-03T20:06:37.861Z | Downloaded fixedbitset v0.4.2 |
| 994 | 2025-10-03T20:06:37.861Z | Downloaded dirs-next v2.0.0 |
| 995 | 2025-10-03T20:06:37.886Z | Downloaded typify-macro v0.3.0 |
| 996 | 2025-10-03T20:06:37.886Z | Downloaded typify v0.3.0 |
| 997 | 2025-10-03T20:06:37.886Z | Downloaded typify v0.2.0 |
| 998 | 2025-10-03T20:06:37.886Z | Downloaded twox-hash v2.1.0 |
| 999 | 2025-10-03T20:06:37.886Z | Downloaded strum_macros v0.27.2 |
| 1000 | 2025-10-03T20:06:37.886Z | Downloaded sha1 v0.10.6 |
| 1001 | 2025-10-03T20:06:37.886Z | Downloaded fatfs v0.3.6 |
| 1002 | 2025-10-03T20:06:37.886Z | Downloaded env_logger v0.11.5 |
| 1003 | 2025-10-03T20:06:37.911Z | Downloaded unicode-bidi v0.3.17 |
| 1004 | 2025-10-03T20:06:37.911Z | Downloaded test-strategy v0.4.3 |
| 1005 | 2025-10-03T20:06:37.911Z | Downloaded tar v0.4.44 |
| 1006 | 2025-10-03T20:06:37.911Z | Downloaded openssl-probe v0.1.5 |
| 1007 | 2025-10-03T20:06:37.911Z | Downloaded openssl-macros v0.1.1 |
| 1008 | 2025-10-03T20:06:37.911Z | Downloaded num-derive v0.4.2 |
| 1009 | 2025-10-03T20:06:37.911Z | Downloaded num-conv v0.1.0 |
| 1010 | 2025-10-03T20:06:37.911Z | Downloaded predicates v3.1.3 |
| 1011 | 2025-10-03T20:06:37.936Z | Downloaded postgres-types v0.2.9 |
| 1012 | 2025-10-03T20:06:37.936Z | Downloaded postgres-protocol v0.6.8 |
| 1013 | 2025-10-03T20:06:37.936Z | Downloaded gethostname v0.5.0 |
| 1014 | 2025-10-03T20:06:37.936Z | Downloaded defmt-parser v0.3.4 |
| 1015 | 2025-10-03T20:06:37.936Z | Downloaded ppv-lite86 v0.2.20 |
| 1016 | 2025-10-03T20:06:37.936Z | Downloaded parking_lot v0.11.2 |
| 1017 | 2025-10-03T20:06:37.936Z | Downloaded http v1.3.1 |
| 1018 | 2025-10-03T20:06:37.936Z | Downloaded h2 v0.4.6 |
| 1019 | 2025-10-03T20:06:37.961Z | Downloaded tabled_derive v0.11.0 |
| 1020 | 2025-10-03T20:06:37.961Z | Downloaded tabled_derive v0.10.0 |
| 1021 | 2025-10-03T20:06:37.961Z | Downloaded vte v0.11.1 |
| 1022 | 2025-10-03T20:06:37.961Z | Downloaded itertools v0.10.5 |
| 1023 | 2025-10-03T20:06:37.961Z | Downloaded slog-scope v4.4.0 |
| 1024 | 2025-10-03T20:06:37.961Z | Downloaded term v1.1.0 |
| 1025 | 2025-10-03T20:06:37.961Z | Downloaded rsa v0.9.6 |
| 1026 | 2025-10-03T20:06:37.986Z | Downloaded supports-color v3.0.2 |
| 1027 | 2025-10-03T20:06:37.986Z | Downloaded subtle v2.6.1 |
| 1028 | 2025-10-03T20:06:37.986Z | Downloaded slog-stdlog v4.1.1 |
| 1029 | 2025-10-03T20:06:37.986Z | Downloaded document-features v0.2.11 |
| 1030 | 2025-10-03T20:06:37.986Z | Downloaded vsss-rs v3.3.4 |
| 1031 | 2025-10-03T20:06:37.986Z | Downloaded ref-cast-impl v1.0.24 |
| 1032 | 2025-10-03T20:06:37.986Z | Downloaded ref-cast v1.0.24 |
| 1033 | 2025-10-03T20:06:37.986Z | Downloaded owo-colors v4.2.2 |
| 1034 | 2025-10-03T20:06:37.986Z | Downloaded value-bag v1.9.0 |
| 1035 | 2025-10-03T20:06:37.986Z | Downloaded darling_macro v0.21.0 |
| 1036 | 2025-10-03T20:06:38.012Z | Downloaded typify-macro v0.2.0 |
| 1037 | 2025-10-03T20:06:38.012Z | Downloaded serde_spanned v1.0.0 |
| 1038 | 2025-10-03T20:06:38.012Z | Downloaded serde_repr v0.1.19 |
| 1039 | 2025-10-03T20:06:38.012Z | Downloaded postcard v1.0.10 |
| 1040 | 2025-10-03T20:06:38.012Z | Downloaded powerfmt v0.2.0 |
| 1041 | 2025-10-03T20:06:38.012Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1042 | 2025-10-03T20:06:38.012Z | Downloaded ecdsa v0.16.9 |
| 1043 | 2025-10-03T20:06:38.012Z | Downloaded uzers v0.12.1 |
| 1044 | 2025-10-03T20:06:38.012Z | Downloaded packed_struct v0.10.1 |
| 1045 | 2025-10-03T20:06:38.012Z | Downloaded embedded-io v0.6.1 |
| 1046 | 2025-10-03T20:06:38.012Z | Downloaded whoami v1.5.2 |
| 1047 | 2025-10-03T20:06:38.012Z | Downloaded tinyvec v1.8.0 |
| 1048 | 2025-10-03T20:06:38.037Z | Downloaded similar v2.7.0 |
| 1049 | 2025-10-03T20:06:38.037Z | Downloaded qorb v0.4.1 |
| 1050 | 2025-10-03T20:06:38.037Z | Downloaded hashbrown v0.15.4 |
| 1051 | 2025-10-03T20:06:38.037Z | Downloaded serde_plain v1.0.2 |
| 1052 | 2025-10-03T20:06:38.037Z | Downloaded polyval v0.6.2 |
| 1053 | 2025-10-03T20:06:38.062Z | Downloaded packed_struct_codegen v0.10.1 |
| 1054 | 2025-10-03T20:06:38.062Z | Downloaded dyn-clone v1.0.20 |
| 1055 | 2025-10-03T20:06:38.062Z | Downloaded ed25519 v2.2.3 |
| 1056 | 2025-10-03T20:06:38.062Z | Downloaded vergen-git2 v1.0.7 |
| 1057 | 2025-10-03T20:06:38.062Z | Downloaded vergen v9.0.6 |
| 1058 | 2025-10-03T20:06:38.062Z | Downloaded ron v0.7.1 |
| 1059 | 2025-10-03T20:06:38.062Z | Downloaded sync-ptr v0.1.4 |
| 1060 | 2025-10-03T20:06:38.062Z | Downloaded nodrop v0.1.14 |
| 1061 | 2025-10-03T20:06:38.062Z | Downloaded vergen-gitcl v1.0.8 |
| 1062 | 2025-10-03T20:06:38.062Z | Downloaded untrusted v0.7.1 |
| 1063 | 2025-10-03T20:06:38.062Z | Downloaded normalize-line-endings v0.3.0 |
| 1064 | 2025-10-03T20:06:38.062Z | Downloaded filetime v0.2.25 |
| 1065 | 2025-10-03T20:06:38.087Z | Downloaded fd-lock v4.0.2 |
| 1066 | 2025-10-03T20:06:38.087Z | Downloaded fallible-iterator v0.2.0 |
| 1067 | 2025-10-03T20:06:38.087Z | Downloaded enum-as-inner v0.6.1 |
| 1068 | 2025-10-03T20:06:38.087Z | Downloaded ena v0.14.3 |
| 1069 | 2025-10-03T20:06:38.087Z | Downloaded either v1.15.0 |
| 1070 | 2025-10-03T20:06:38.087Z | Downloaded dunce v1.0.5 |
| 1071 | 2025-10-03T20:06:38.087Z | Downloaded dropshot-api-manager-types v0.2.1 |
| 1072 | 2025-10-03T20:06:38.087Z | Downloaded universal-hash v0.5.1 |
| 1073 | 2025-10-03T20:06:38.087Z | Downloaded term v0.7.0 |
| 1074 | 2025-10-03T20:06:38.087Z | Downloaded publicsuffix v2.3.0 |
| 1075 | 2025-10-03T20:06:38.087Z | Downloaded oso-derive v0.27.3 |
| 1076 | 2025-10-03T20:06:38.087Z | Downloaded dsl_auto_type v0.1.2 |
| 1077 | 2025-10-03T20:06:38.112Z | Downloaded drift v0.1.0 |
| 1078 | 2025-10-03T20:06:38.112Z | Downloaded unicode-truncate v1.1.0 |
| 1079 | 2025-10-03T20:06:38.112Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2025-10-03T20:06:38.113Z | Downloaded ron v0.8.1 |
| 1081 | 2025-10-03T20:06:38.113Z | Downloaded unit-prefix v0.5.1 |
| 1082 | 2025-10-03T20:06:38.113Z | Downloaded slog v2.7.0 |
| 1083 | 2025-10-03T20:06:38.113Z | Downloaded tap v1.0.1 |
| 1084 | 2025-10-03T20:06:38.137Z | Downloaded rand_chacha v0.9.0 |
| 1085 | 2025-10-03T20:06:38.137Z | Downloaded indexmap v1.9.3 |
| 1086 | 2025-10-03T20:06:38.137Z | Downloaded compact_str v0.8.0 |
| 1087 | 2025-10-03T20:06:38.137Z | Downloaded cc v1.2.30 |
| 1088 | 2025-10-03T20:06:38.137Z | Downloaded which v4.4.2 |
| 1089 | 2025-10-03T20:06:38.137Z | Downloaded walkdir v2.5.0 |
| 1090 | 2025-10-03T20:06:38.137Z | Downloaded wait-timeout v0.2.0 |
| 1091 | 2025-10-03T20:06:38.138Z | Downloaded vergen-lib v0.1.6 |
| 1092 | 2025-10-03T20:06:38.138Z | Downloaded thiserror-no-std v2.0.2 |
| 1093 | 2025-10-03T20:06:38.162Z | Downloaded termtree v0.5.1 |
| 1094 | 2025-10-03T20:06:38.162Z | Downloaded take_mut v0.2.2 |
| 1095 | 2025-10-03T20:06:38.162Z | Downloaded signal-hook-tokio v0.3.1 |
| 1096 | 2025-10-03T20:06:38.163Z | Downloaded progenitor-impl v0.10.0 |
| 1097 | 2025-10-03T20:06:38.163Z | Downloaded pkcs8 v0.10.2 |
| 1098 | 2025-10-03T20:06:38.163Z | Downloaded embedded-io v0.4.0 |
| 1099 | 2025-10-03T20:06:38.163Z | Downloaded testing_table v0.3.0 |
| 1100 | 2025-10-03T20:06:38.163Z | Downloaded siphasher v0.3.11 |
| 1101 | 2025-10-03T20:06:38.163Z | Downloaded simd-adler32 v0.3.7 |
| 1102 | 2025-10-03T20:06:38.163Z | Downloaded shell-words v1.1.0 |
| 1103 | 2025-10-03T20:06:38.163Z | Downloaded russh-keys v0.45.0 |
| 1104 | 2025-10-03T20:06:38.163Z | Downloaded prefix-trie v0.7.0 |
| 1105 | 2025-10-03T20:06:38.188Z | Downloaded indicatif v0.17.11 |
| 1106 | 2025-10-03T20:06:38.188Z | Downloaded half v1.8.3 |
| 1107 | 2025-10-03T20:06:38.188Z | Downloaded crossbeam-channel v0.5.15 |
| 1108 | 2025-10-03T20:06:38.188Z | Downloaded const-oid v0.9.6 |
| 1109 | 2025-10-03T20:06:38.188Z | Downloaded chacha20poly1305 v0.10.1 |
| 1110 | 2025-10-03T20:06:38.188Z | Downloaded bytes v1.10.1 |
| 1111 | 2025-10-03T20:06:38.213Z | Downloaded tls_codec v0.4.1 |
| 1112 | 2025-10-03T20:06:38.213Z | Downloaded tiny-keccak v2.0.2 |
| 1113 | 2025-10-03T20:06:38.213Z | Downloaded time-macros v0.2.24 |
| 1114 | 2025-10-03T20:06:38.213Z | Downloaded time-core v0.1.6 |
| 1115 | 2025-10-03T20:06:38.213Z | Downloaded thread_local v1.1.8 |
| 1116 | 2025-10-03T20:06:38.213Z | Downloaded sigpipe v0.1.3 |
| 1117 | 2025-10-03T20:06:38.213Z | Downloaded signature v2.2.0 |
| 1118 | 2025-10-03T20:06:38.213Z | Downloaded signal-hook-registry v1.4.2 |
| 1119 | 2025-10-03T20:06:38.238Z | Downloaded signal-hook-mio v0.2.4 |
| 1120 | 2025-10-03T20:06:38.238Z | Downloaded shlex v1.3.0 |
| 1121 | 2025-10-03T20:06:38.238Z | Downloaded bumpalo v3.16.0 |
| 1122 | 2025-10-03T20:06:38.238Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2025-10-03T20:06:38.238Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1124 | 2025-10-03T20:06:38.238Z | Downloaded void v1.0.2 |
| 1125 | 2025-10-03T20:06:38.238Z | Downloaded slog-json v2.6.1 |
| 1126 | 2025-10-03T20:06:38.238Z | Downloaded slog-envlogger v2.2.0 |
| 1127 | 2025-10-03T20:06:38.238Z | Downloaded slab v0.4.9 |
| 1128 | 2025-10-03T20:06:38.238Z | Downloaded rustc-demangle v0.1.24 |
| 1129 | 2025-10-03T20:06:38.238Z | Downloaded rtoolbox v0.0.2 |
| 1130 | 2025-10-03T20:06:38.238Z | Downloaded progenitor-impl v0.9.1 |
| 1131 | 2025-10-03T20:06:38.238Z | Downloaded hickory-resolver v0.24.4 |
| 1132 | 2025-10-03T20:06:38.263Z | Downloaded crossbeam-epoch v0.9.18 |
| 1133 | 2025-10-03T20:06:38.263Z | Downloaded crc-any v2.5.0 |
| 1134 | 2025-10-03T20:06:38.263Z | Downloaded const_format v0.2.34 |
| 1135 | 2025-10-03T20:06:38.289Z | Downloaded console v0.15.10 |
| 1136 | 2025-10-03T20:06:38.289Z | Downloaded slog-bunyan v2.5.0 |
| 1137 | 2025-10-03T20:06:38.289Z | Downloaded slog-async v2.8.0 |
| 1138 | 2025-10-03T20:06:38.289Z | Downloaded predicates-tree v1.0.12 |
| 1139 | 2025-10-03T20:06:38.289Z | Downloaded poly1305 v0.8.0 |
| 1140 | 2025-10-03T20:06:38.289Z | Downloaded ignore v0.4.23 |
| 1141 | 2025-10-03T20:06:38.289Z | Downloaded iana-time-zone v0.1.63 |
| 1142 | 2025-10-03T20:06:38.289Z | Downloaded hickory-server v0.25.2 |
| 1143 | 2025-10-03T20:06:38.314Z | Downloaded hashbrown v0.13.2 |
| 1144 | 2025-10-03T20:06:38.314Z | Downloaded cookie v0.18.1 |
| 1145 | 2025-10-03T20:06:38.314Z | Downloaded clang-sys v1.8.1 |
| 1146 | 2025-10-03T20:06:38.314Z | Downloaded siphasher v1.0.1 |
| 1147 | 2025-10-03T20:06:38.314Z | Downloaded rustc_version v0.1.7 |
| 1148 | 2025-10-03T20:06:38.314Z | Downloaded rfc6979 v0.4.0 |
| 1149 | 2025-10-03T20:06:38.314Z | Downloaded progenitor-impl v0.8.0 |
| 1150 | 2025-10-03T20:06:38.314Z | Downloaded ingot-macros v0.1.1 |
| 1151 | 2025-10-03T20:06:38.314Z | Downloaded hyper-staticfile v0.10.1 |
| 1152 | 2025-10-03T20:06:38.314Z | Downloaded httparse v1.9.5 |
| 1153 | 2025-10-03T20:06:38.339Z | Downloaded cookie_store v0.21.1 |
| 1154 | 2025-10-03T20:06:38.339Z | Downloaded const_format_proc_macros v0.2.34 |
| 1155 | 2025-10-03T20:06:38.339Z | Downloaded colored v2.2.0 |
| 1156 | 2025-10-03T20:06:38.339Z | Downloaded ciborium v0.2.2 |
| 1157 | 2025-10-03T20:06:38.339Z | Downloaded aws-lc-sys v0.26.0 |
| 1158 | 2025-10-03T20:06:38.575Z | Downloaded blake2 v0.10.6 |
| 1159 | 2025-10-03T20:06:38.600Z | Downloaded allocator-api2 v0.2.21 |
| 1160 | 2025-10-03T20:06:38.600Z | Downloaded rustc-hash v2.1.1 |
| 1161 | 2025-10-03T20:06:38.600Z | Downloaded rustc-hash v1.1.0 |
| 1162 | 2025-10-03T20:06:38.600Z | Downloaded rand_seeder v0.4.0 |
| 1163 | 2025-10-03T20:06:38.600Z | Downloaded rand_core v0.9.3 |
| 1164 | 2025-10-03T20:06:38.600Z | Downloaded lock_api v0.4.12 |
| 1165 | 2025-10-03T20:06:38.600Z | Downloaded jiff-static v0.2.15 |
| 1166 | 2025-10-03T20:06:38.600Z | Downloaded ingot-types v0.1.2 |
| 1167 | 2025-10-03T20:06:38.600Z | Downloaded crc-catalog v2.4.0 |
| 1168 | 2025-10-03T20:06:38.625Z | Downloaded cargo_metadata v0.19.2 |
| 1169 | 2025-10-03T20:06:38.625Z | Downloaded quick-error v1.2.3 |
| 1170 | 2025-10-03T20:06:38.625Z | Downloaded progenitor-client v0.8.0 |
| 1171 | 2025-10-03T20:06:38.625Z | Downloaded pretty-hex v0.2.1 |
| 1172 | 2025-10-03T20:06:38.625Z | Downloaded predicates-core v1.0.8 |
| 1173 | 2025-10-03T20:06:38.625Z | Downloaded pkg-config v0.3.31 |
| 1174 | 2025-10-03T20:06:38.625Z | Downloaded linked-hash-map v0.5.6 |
| 1175 | 2025-10-03T20:06:38.625Z | Downloaded libsw v3.5.0 |
| 1176 | 2025-10-03T20:06:38.625Z | Downloaded libefi-sys v0.1.0 |
| 1177 | 2025-10-03T20:06:38.625Z | Downloaded inout v0.1.3 |
| 1178 | 2025-10-03T20:06:38.650Z | Downloaded indoc v1.0.9 |
| 1179 | 2025-10-03T20:06:38.650Z | Downloaded hyper-rustls v0.27.7 |
| 1180 | 2025-10-03T20:06:38.650Z | Downloaded humantime v2.2.0 |
| 1181 | 2025-10-03T20:06:38.650Z | Downloaded hubpack v0.1.2 |
| 1182 | 2025-10-03T20:06:38.650Z | Downloaded httpdate v1.0.3 |
| 1183 | 2025-10-03T20:06:38.650Z | Downloaded highway v1.3.0 |
| 1184 | 2025-10-03T20:06:38.650Z | Downloaded half v2.4.1 |
| 1185 | 2025-10-03T20:06:38.675Z | Downloaded critical-section v1.1.3 |
| 1186 | 2025-10-03T20:06:38.675Z | Downloaded crc32fast v1.4.2 |
| 1187 | 2025-10-03T20:06:38.675Z | Downloaded constant_time_eq v0.3.1 |
| 1188 | 2025-10-03T20:06:38.675Z | Downloaded console v0.16.0 |
| 1189 | 2025-10-03T20:06:38.675Z | Downloaded cmake v0.1.51 |
| 1190 | 2025-10-03T20:06:38.675Z | Downloaded cipher v0.4.4 |
| 1191 | 2025-10-03T20:06:38.675Z | Downloaded ciborium-ll v0.2.2 |
| 1192 | 2025-10-03T20:06:38.675Z | Downloaded castaway v0.2.3 |
| 1193 | 2025-10-03T20:06:38.700Z | Downloaded cancel-safe-futures v0.1.5 |
| 1194 | 2025-10-03T20:06:38.700Z | Downloaded bzip2 v0.4.4 |
| 1195 | 2025-10-03T20:06:38.700Z | Downloaded base64 v0.21.7 |
| 1196 | 2025-10-03T20:06:38.700Z | Downloaded resolv-conf v0.7.0 |
| 1197 | 2025-10-03T20:06:38.700Z | Downloaded rand_xorshift v0.4.0 |
| 1198 | 2025-10-03T20:06:38.700Z | Downloaded linear-map v1.2.0 |
| 1199 | 2025-10-03T20:06:38.700Z | Downloaded libz-rs-sys v0.5.1 |
| 1200 | 2025-10-03T20:06:38.700Z | Downloaded libscf-sys v1.1.0 |
| 1201 | 2025-10-03T20:06:38.700Z | Downloaded libloading v0.8.5 |
| 1202 | 2025-10-03T20:06:38.727Z | Downloaded lazy_static v1.5.0 |
| 1203 | 2025-10-03T20:06:38.727Z | Downloaded lalrpop-util v0.19.12 |
| 1204 | 2025-10-03T20:06:38.727Z | Downloaded kstat-rs v0.2.4 |
| 1205 | 2025-10-03T20:06:38.727Z | Downloaded jobserver v0.1.32 |
| 1206 | 2025-10-03T20:06:38.727Z | Downloaded ipnet v2.11.0 |
| 1207 | 2025-10-03T20:06:38.727Z | Downloaded ingot v0.1.1 |
| 1208 | 2025-10-03T20:06:38.727Z | Downloaded indoc v2.0.6 |
| 1209 | 2025-10-03T20:06:38.727Z | Downloaded indent_write v2.2.0 |
| 1210 | 2025-10-03T20:06:38.727Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1211 | 2025-10-03T20:06:38.727Z | Downloaded hyper-tls v0.6.0 |
| 1212 | 2025-10-03T20:06:38.727Z | Downloaded http-body-util v0.1.3 |
| 1213 | 2025-10-03T20:06:38.727Z | Downloaded headers v0.4.1 |
| 1214 | 2025-10-03T20:06:38.753Z | Downloaded crossbeam-deque v0.8.5 |
| 1215 | 2025-10-03T20:06:38.753Z | Downloaded chacha20 v0.9.1 |
| 1216 | 2025-10-03T20:06:38.753Z | Downloaded cfg_aliases v0.1.1 |
| 1217 | 2025-10-03T20:06:38.753Z | Downloaded cexpr v0.6.0 |
| 1218 | 2025-10-03T20:06:38.753Z | Downloaded cbc v0.1.2 |
| 1219 | 2025-10-03T20:06:38.753Z | Downloaded cassowary v0.3.0 |
| 1220 | 2025-10-03T20:06:38.753Z | Downloaded cargo-platform v0.1.8 |
| 1221 | 2025-10-03T20:06:38.753Z | Downloaded bzip2 v0.5.2 |
| 1222 | 2025-10-03T20:06:38.753Z | Downloaded buf-list v1.0.3 |
| 1223 | 2025-10-03T20:06:38.753Z | Downloaded blowfish v0.9.1 |
| 1224 | 2025-10-03T20:06:38.753Z | Downloaded block-padding v0.3.3 |
| 1225 | 2025-10-03T20:06:38.753Z | Downloaded bitflags v1.3.2 |
| 1226 | 2025-10-03T20:06:38.778Z | Downloaded bitfield-struct v0.6.2 |
| 1227 | 2025-10-03T20:06:38.778Z | Downloaded bit-vec v0.8.0 |
| 1228 | 2025-10-03T20:06:38.778Z | Downloaded bcs v0.1.6 |
| 1229 | 2025-10-03T20:06:38.778Z | Downloaded libsw-core v0.3.1 |
| 1230 | 2025-10-03T20:06:38.778Z | Downloaded lazycell v1.3.0 |
| 1231 | 2025-10-03T20:06:38.778Z | Downloaded keccak v0.1.5 |
| 1232 | 2025-10-03T20:06:38.778Z | Downloaded ipnetwork v0.21.1 |
| 1233 | 2025-10-03T20:06:38.778Z | Downloaded internet-checksum v0.2.1 |
| 1234 | 2025-10-03T20:06:38.778Z | Downloaded instant v0.1.13 |
| 1235 | 2025-10-03T20:06:38.778Z | Downloaded ident_case v1.0.1 |
| 1236 | 2025-10-03T20:06:38.778Z | Downloaded home v0.5.9 |
| 1237 | 2025-10-03T20:06:38.778Z | Downloaded hex-literal v0.4.1 |
| 1238 | 2025-10-03T20:06:38.778Z | Downloaded crc v3.2.1 |
| 1239 | 2025-10-03T20:06:38.778Z | Downloaded convert_case v0.7.1 |
| 1240 | 2025-10-03T20:06:38.804Z | Downloaded convert_case v0.4.0 |
| 1241 | 2025-10-03T20:06:38.804Z | Downloaded cobs v0.2.3 |
| 1242 | 2025-10-03T20:06:38.804Z | Downloaded cfg_aliases v0.2.1 |
| 1243 | 2025-10-03T20:06:38.804Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1244 | 2025-10-03T20:06:38.804Z | Downloaded bitfield-macros v0.19.2 |
| 1245 | 2025-10-03T20:06:38.804Z | Downloaded bit-set v0.5.3 |
| 1246 | 2025-10-03T20:06:38.804Z | Downloaded base64 v0.22.1 |
| 1247 | 2025-10-03T20:06:38.804Z | Downloaded atty v0.2.14 |
| 1248 | 2025-10-03T20:06:38.804Z | Downloaded atomic-waker v1.1.2 |
| 1249 | 2025-10-03T20:06:38.804Z | Downloaded is-terminal v0.4.13 |
| 1250 | 2025-10-03T20:06:38.804Z | Downloaded instability v0.3.2 |
| 1251 | 2025-10-03T20:06:38.804Z | Downloaded hubpack_derive v0.1.1 |
| 1252 | 2025-10-03T20:06:38.804Z | Downloaded http-range v0.1.5 |
| 1253 | 2025-10-03T20:06:38.804Z | Downloaded http-body v1.0.1 |
| 1254 | 2025-10-03T20:06:38.804Z | Downloaded heapless v0.8.0 |
| 1255 | 2025-10-03T20:06:38.831Z | Downloaded heapless v0.7.17 |
| 1256 | 2025-10-03T20:06:38.831Z | Downloaded group v0.13.0 |
| 1257 | 2025-10-03T20:06:38.831Z | Downloaded crc8 v0.1.1 |
| 1258 | 2025-10-03T20:06:38.831Z | Downloaded ciborium-io v0.2.2 |
| 1259 | 2025-10-03T20:06:38.831Z | Downloaded bitfield v0.19.2 |
| 1260 | 2025-10-03T20:06:38.831Z | Downloaded bit-vec v0.6.3 |
| 1261 | 2025-10-03T20:06:38.831Z | Downloaded bit-set v0.8.0 |
| 1262 | 2025-10-03T20:06:38.831Z | Downloaded bindgen v0.69.5 |
| 1263 | 2025-10-03T20:06:38.831Z | Downloaded bb8 v0.8.5 |
| 1264 | 2025-10-03T20:06:38.831Z | Downloaded base64 v0.13.1 |
| 1265 | 2025-10-03T20:06:38.832Z | Downloaded atomicwrites v0.4.4 |
| 1266 | 2025-10-03T20:06:38.857Z | Downloaded async-stream v0.3.6 |
| 1267 | 2025-10-03T20:06:38.857Z | Downloaded assert_matches v1.5.0 |
| 1268 | 2025-10-03T20:06:38.857Z | Downloaded arc-swap v1.7.1 |
| 1269 | 2025-10-03T20:06:38.857Z | Downloaded hex v0.4.3 |
| 1270 | 2025-10-03T20:06:38.857Z | Downloaded heck v0.3.3 |
| 1271 | 2025-10-03T20:06:38.857Z | Downloaded headers-core v0.3.0 |
| 1272 | 2025-10-03T20:06:38.857Z | Downloaded hashbrown v0.12.3 |
| 1273 | 2025-10-03T20:06:38.857Z | Downloaded hash32 v0.3.1 |
| 1274 | 2025-10-03T20:06:38.857Z | Downloaded hash32 v0.2.1 |
| 1275 | 2025-10-03T20:06:38.857Z | Downloaded globwalk v0.9.1 |
| 1276 | 2025-10-03T20:06:38.857Z | Downloaded glob v0.3.2 |
| 1277 | 2025-10-03T20:06:38.882Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1278 | 2025-10-03T20:06:38.882Z | Downloaded base64ct v1.6.0 |
| 1279 | 2025-10-03T20:06:38.882Z | Downloaded aws-lc-rs v1.12.4 |
| 1280 | 2025-10-03T20:06:38.882Z | Downloaded async-trait v0.1.89 |
| 1281 | 2025-10-03T20:06:38.882Z | Downloaded async-stream-impl v0.3.6 |
| 1282 | 2025-10-03T20:06:38.882Z | Downloaded arrayref v0.3.9 |
| 1283 | 2025-10-03T20:06:38.882Z | Downloaded array-init v0.0.4 |
| 1284 | 2025-10-03T20:06:38.907Z | Downloaded ahash v0.8.12 |
| 1285 | 2025-10-03T20:06:38.907Z | Downloaded aes-gcm v0.10.3 |
| 1286 | 2025-10-03T20:06:38.907Z | Downloaded adler2 v2.0.0 |
| 1287 | 2025-10-03T20:06:38.907Z | Downloaded hmac v0.12.1 |
| 1288 | 2025-10-03T20:06:38.907Z | Downloaded hickory-client v0.25.2 |
| 1289 | 2025-10-03T20:06:38.907Z | Downloaded backtrace v0.3.74 |
| 1290 | 2025-10-03T20:06:38.907Z | Downloaded backoff v0.4.0 |
| 1291 | 2025-10-03T20:06:38.907Z | Downloaded globset v0.4.15 |
| 1292 | 2025-10-03T20:06:38.907Z | Downloaded base16ct v0.2.0 |
| 1293 | 2025-10-03T20:06:38.932Z | Downloaded async-recursion v1.1.1 |
| 1294 | 2025-10-03T20:06:38.932Z | Downloaded arrayvec v0.7.6 |
| 1295 | 2025-10-03T20:06:38.932Z | Downloaded argon2 v0.5.3 |
| 1296 | 2025-10-03T20:06:38.932Z | Downloaded aes v0.8.4 |
| 1297 | 2025-10-03T20:06:38.932Z | Downloaded aead v0.5.2 |
| 1298 | 2025-10-03T20:06:38.932Z | Downloaded itertools v0.14.0 |
| 1299 | 2025-10-03T20:06:38.932Z | Downloaded indicatif v0.18.0 |
| 1300 | 2025-10-03T20:06:39.177Z | Compiling value-bag v1.9.0 |
| 1301 | 2025-10-03T20:06:39.177Z | Compiling lock_api v0.4.12 |
| 1302 | 2025-10-03T20:06:39.177Z | Compiling scopeguard v1.2.0 |
| 1303 | 2025-10-03T20:06:39.201Z | Compiling shlex v1.3.0 |
| 1304 | 2025-10-03T20:06:39.201Z | Compiling typenum v1.17.0 |
| 1305 | 2025-10-03T20:06:39.201Z | Compiling syn v2.0.106 |
| 1306 | 2025-10-03T20:06:39.226Z | Compiling getrandom v0.2.15 |
| 1307 | 2025-10-03T20:06:39.226Z | Compiling jobserver v0.1.32 |
| 1308 | 2025-10-03T20:06:39.475Z | Compiling smallvec v1.15.1 |
| 1309 | 2025-10-03T20:06:39.738Z | Compiling log v0.4.27 |
| 1310 | 2025-10-03T20:06:39.855Z | Compiling cc v1.2.30 |
| 1311 | 2025-10-03T20:06:39.901Z | Compiling rand_core v0.6.4 |
| 1312 | 2025-10-03T20:06:39.957Z | Compiling generic-array v0.14.7 |
| 1313 | 2025-10-03T20:06:40.302Z | Compiling subtle v2.6.1 |
| 1314 | 2025-10-03T20:06:40.487Z | Compiling portable-atomic v1.11.0 |
| 1315 | 2025-10-03T20:06:40.514Z | Compiling critical-section v1.1.3 |
| 1316 | 2025-10-03T20:06:40.614Z | Compiling const-oid v0.9.6 |
| 1317 | 2025-10-03T20:06:40.652Z | Compiling pkg-config v0.3.31 |
| 1318 | 2025-10-03T20:06:40.733Z | Compiling spin v0.9.8 |
| 1319 | 2025-10-03T20:06:40.778Z | Compiling getrandom v0.3.1 |
| 1320 | 2025-10-03T20:06:41.212Z | Compiling regex-syntax v0.8.5 |
| 1321 | 2025-10-03T20:06:41.576Z | Compiling parking_lot_core v0.9.10 |
| 1322 | 2025-10-03T20:06:41.872Z | Compiling pin-project-lite v0.2.14 |
| 1323 | 2025-10-03T20:06:42.271Z | Compiling rustix v0.38.37 |
| 1324 | 2025-10-03T20:06:42.916Z | Compiling signal-hook-registry v1.4.2 |
| 1325 | 2025-10-03T20:06:43.135Z | Compiling once_cell v1.21.3 |
| 1326 | 2025-10-03T20:06:43.204Z | Compiling serde_json v1.0.145 |
| 1327 | 2025-10-03T20:06:43.344Z | Compiling libm v0.2.8 |
| 1328 | 2025-10-03T20:06:43.369Z | Compiling parking_lot v0.12.3 |
| 1329 | 2025-10-03T20:06:43.634Z | Compiling mio v1.0.2 |
| 1330 | 2025-10-03T20:06:43.668Z | Compiling num-traits v0.2.19 |
| 1331 | 2025-10-03T20:06:43.775Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-10-03T20:06:43.822Z | Compiling futures-core v0.3.31 |
| 1333 | 2025-10-03T20:06:44.374Z | Compiling lazy_static v1.5.0 |
| 1334 | 2025-10-03T20:06:44.593Z | Compiling aho-corasick v1.1.3 |
| 1335 | 2025-10-03T20:06:44.631Z | Compiling socket2 v0.6.0 |
| 1336 | 2025-10-03T20:06:44.676Z | Compiling slab v0.4.9 |
| 1337 | 2025-10-03T20:06:44.952Z | Compiling cpufeatures v0.2.14 |
| 1338 | 2025-10-03T20:06:45.077Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2025-10-03T20:06:45.498Z | Compiling either v1.15.0 |
| 1340 | 2025-10-03T20:06:45.628Z | Compiling glob v0.3.2 |
| 1341 | 2025-10-03T20:06:45.689Z | Compiling futures-sink v0.3.31 |
| 1342 | 2025-10-03T20:06:45.893Z | Compiling futures-channel v0.3.31 |
| 1343 | 2025-10-03T20:06:46.348Z | Compiling pin-utils v0.1.0 |
| 1344 | 2025-10-03T20:06:46.383Z | Compiling futures-io v0.3.31 |
| 1345 | 2025-10-03T20:06:46.528Z | Compiling prettyplease v0.2.36 |
| 1346 | 2025-10-03T20:06:46.589Z | Compiling clang-sys v1.8.1 |
| 1347 | 2025-10-03T20:06:46.753Z | Compiling futures-task v0.3.31 |
| 1348 | 2025-10-03T20:06:47.037Z | Compiling regex-automata v0.4.11 |
| 1349 | 2025-10-03T20:06:47.274Z | Compiling hashbrown v0.16.0 |
| 1350 | 2025-10-03T20:06:47.550Z | Compiling minimal-lexical v0.2.1 |
| 1351 | 2025-10-03T20:06:47.703Z | Compiling libloading v0.8.5 |
| 1352 | 2025-10-03T20:06:47.916Z | Compiling base64ct v1.6.0 |
| 1353 | 2025-10-03T20:06:48.213Z | Compiling synstructure v0.13.1 |
| 1354 | 2025-10-03T20:06:48.251Z | Compiling nom v7.1.3 |
| 1355 | 2025-10-03T20:06:48.561Z | Compiling home v0.5.9 |
| 1356 | 2025-10-03T20:06:48.665Z | Compiling bindgen v0.69.5 |
| 1357 | 2025-10-03T20:06:48.754Z | Compiling indexmap v2.11.4 |
| 1358 | 2025-10-03T20:06:48.874Z | Compiling pem-rfc7468 v0.7.0 |
| 1359 | 2025-10-03T20:06:49.866Z | Compiling itertools v0.12.1 |
| 1360 | 2025-10-03T20:06:50.036Z | Compiling lazycell v1.3.0 |
| 1361 | 2025-10-03T20:06:50.268Z | Compiling rustc-hash v1.1.0 |
| 1362 | 2025-10-03T20:06:50.454Z | Compiling flagset v0.4.6 |
| 1363 | 2025-10-03T20:06:50.479Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2025-10-03T20:06:50.725Z | Compiling rand_core v0.9.3 |
| 1365 | 2025-10-03T20:06:50.843Z | Compiling cmake v0.1.51 |
| 1366 | 2025-10-03T20:06:51.465Z | Compiling dunce v1.0.5 |
| 1367 | 2025-10-03T20:06:51.641Z | Compiling paste v1.0.15 |
| 1368 | 2025-10-03T20:06:51.977Z | Compiling cexpr v0.6.0 |
| 1369 | 2025-10-03T20:06:52.208Z | Compiling fs_extra v1.3.0 |
| 1370 | 2025-10-03T20:06:52.439Z | Compiling rustc_version v0.4.1 |
| 1371 | 2025-10-03T20:06:52.832Z | Compiling iana-time-zone v0.1.63 |
| 1372 | 2025-10-03T20:06:53.179Z | Compiling vcpkg v0.2.15 |
| 1373 | 2025-10-03T20:06:53.208Z | Compiling rustversion v1.0.22 |
| 1374 | 2025-10-03T20:06:53.270Z | Compiling foldhash v0.1.5 |
| 1375 | 2025-10-03T20:06:53.693Z | Compiling hashbrown v0.15.4 |
| 1376 | 2025-10-03T20:06:53.753Z | Compiling serde_derive v1.0.226 |
| 1377 | 2025-10-03T20:06:53.870Z | Compiling zeroize_derive v1.4.2 |
| 1378 | 2025-10-03T20:06:53.996Z | Compiling zerofrom-derive v0.1.4 |
| 1379 | 2025-10-03T20:06:54.562Z | Compiling yoke-derive v0.7.4 |
| 1380 | 2025-10-03T20:06:54.985Z | Compiling zerocopy-derive v0.7.35 |
| 1381 | 2025-10-03T20:06:55.156Z | Compiling zerovec-derive v0.10.3 |
| 1382 | 2025-10-03T20:06:55.482Z | Compiling zeroize v1.8.1 |
| 1383 | 2025-10-03T20:06:57.257Z | Compiling zerocopy v0.7.35 |
| 1384 | 2025-10-03T20:06:57.550Z | Compiling displaydoc v0.2.5 |
| 1385 | 2025-10-03T20:06:57.701Z | Compiling crypto-common v0.1.6 |
| 1386 | 2025-10-03T20:06:57.817Z | Compiling block-buffer v0.10.4 |
| 1387 | 2025-10-03T20:06:57.997Z | Compiling zerofrom v0.1.4 |
| 1388 | 2025-10-03T20:06:58.039Z | Compiling icu_provider_macros v1.5.0 |
| 1389 | 2025-10-03T20:06:58.170Z | Compiling digest v0.10.7 |
| 1390 | 2025-10-03T20:06:58.288Z | Compiling yoke v0.7.4 |
| 1391 | 2025-10-03T20:06:58.754Z | Compiling zerovec v0.10.4 |
| 1392 | 2025-10-03T20:06:58.783Z | Compiling tokio-macros v2.5.0 |
| 1393 | 2025-10-03T20:06:58.815Z | Compiling hmac v0.12.1 |
| 1394 | 2025-10-03T20:06:59.163Z | Compiling block-padding v0.3.3 |
| 1395 | 2025-10-03T20:06:59.193Z | Compiling futures-macro v0.3.31 |
| 1396 | 2025-10-03T20:06:59.260Z | Compiling ppv-lite86 v0.2.20 |
| 1397 | 2025-10-03T20:06:59.526Z | Compiling inout v0.1.3 |
| 1398 | 2025-10-03T20:06:59.710Z | Compiling regex v1.11.3 |
| 1399 | 2025-10-03T20:06:59.956Z | Compiling cipher v0.4.4 |
| 1400 | 2025-10-03T20:07:00.281Z | Compiling sha2 v0.10.9 |
| 1401 | 2025-10-03T20:07:00.405Z | Compiling thiserror-impl v2.0.17 |
| 1402 | 2025-10-03T20:07:00.594Z | Compiling der_derive v0.7.3 |
| 1403 | 2025-10-03T20:07:00.793Z | Compiling tinystr v0.7.6 |
| 1404 | 2025-10-03T20:07:01.140Z | Compiling icu_collections v1.5.0 |
| 1405 | 2025-10-03T20:07:01.205Z | Compiling futures-util v0.3.31 |
| 1406 | 2025-10-03T20:07:01.335Z | Compiling icu_locid v1.5.0 |
| 1407 | 2025-10-03T20:07:01.465Z | Compiling salsa20 v0.10.2 |
| 1408 | 2025-10-03T20:07:01.792Z | Compiling pbkdf2 v0.12.2 |
| 1409 | 2025-10-03T20:07:02.022Z | Compiling scrypt v0.11.0 |
| 1410 | 2025-10-03T20:07:02.079Z | Compiling serde v1.0.226 |
| 1411 | 2025-10-03T20:07:02.688Z | Compiling aes v0.8.4 |
| 1412 | 2025-10-03T20:07:02.828Z | Compiling cbc v0.1.2 |
| 1413 | 2025-10-03T20:07:03.124Z | Compiling icu_provider v1.5.0 |
| 1414 | 2025-10-03T20:07:03.166Z | Compiling der v0.7.9 |
| 1415 | 2025-10-03T20:07:03.649Z | Compiling bitflags v2.9.4 |
| 1416 | 2025-10-03T20:07:03.832Z | Compiling bytes v1.10.1 |
| 1417 | 2025-10-03T20:07:03.869Z | Compiling uuid v1.18.1 |
| 1418 | 2025-10-03T20:07:03.951Z | Compiling thiserror v2.0.17 |
| 1419 | 2025-10-03T20:07:04.186Z | Compiling icu_locid_transform v1.5.0 |
| 1420 | 2025-10-03T20:07:04.356Z | Compiling chrono v0.4.42 |
| 1421 | 2025-10-03T20:07:05.561Z | Compiling tokio v1.47.0 |
| 1422 | 2025-10-03T20:07:05.607Z | Compiling spki v0.7.3 |
| 1423 | 2025-10-03T20:07:05.724Z | Compiling http v1.3.1 |
| 1424 | 2025-10-03T20:07:06.033Z | Compiling icu_properties v1.5.1 |
| 1425 | 2025-10-03T20:07:06.543Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2025-10-03T20:07:06.881Z | Compiling openssl-sys v0.9.109 |
| 1427 | 2025-10-03T20:07:08.029Z | Compiling pest v2.8.2 |
| 1428 | 2025-10-03T20:07:08.335Z | Compiling which v4.4.2 |
| 1429 | 2025-10-03T20:07:08.530Z | Compiling rand v0.9.2 |
| 1430 | 2025-10-03T20:07:09.043Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2025-10-03T20:07:09.539Z | Compiling tracing-attributes v0.1.27 |
| 1432 | 2025-10-03T20:07:09.760Z | Compiling ring v0.17.14 |
| 1433 | 2025-10-03T20:07:10.491Z | Compiling icu_normalizer v1.5.0 |
| 1434 | 2025-10-03T20:07:10.601Z | Compiling tracing-core v0.1.32 |
| 1435 | 2025-10-03T20:07:10.917Z | Compiling ident_case v1.0.1 |
| 1436 | 2025-10-03T20:07:11.181Z | Compiling aws-lc-rs v1.12.4 |
| 1437 | 2025-10-03T20:07:11.251Z | Compiling rustix v1.0.7 |
| 1438 | 2025-10-03T20:07:11.485Z | Compiling adler2 v2.0.0 |
| 1439 | 2025-10-03T20:07:11.703Z | Compiling idna_adapter v1.2.0 |
| 1440 | 2025-10-03T20:07:11.807Z | Compiling miniz_oxide v0.8.5 |
| 1441 | 2025-10-03T20:07:12.042Z | Compiling idna v1.0.3 |
| 1442 | 2025-10-03T20:07:12.109Z | Compiling darling_core v0.20.10 |
| 1443 | 2025-10-03T20:07:12.530Z | Compiling pest_meta v2.8.2 |
| 1444 | 2025-10-03T20:07:13.135Z | Compiling url v2.5.4 |
| 1445 | 2025-10-03T20:07:13.500Z | Compiling tracing v0.1.40 |
| 1446 | 2025-10-03T20:07:13.819Z | Compiling pkcs8 v0.10.2 |
| 1447 | 2025-10-03T20:07:14.106Z | Compiling http-body v1.0.1 |
| 1448 | 2025-10-03T20:07:14.416Z | Compiling thiserror-impl v1.0.69 |
| 1449 | 2025-10-03T20:07:14.636Z | Compiling scroll_derive v0.12.0 |
| 1450 | 2025-10-03T20:07:15.256Z | Compiling serde_derive_internals v0.29.1 |
| 1451 | 2025-10-03T20:07:16.152Z | Compiling tokio-util v0.7.15 |
| 1452 | 2025-10-03T20:07:17.864Z | Compiling rustls-pki-types v1.10.0 |
| 1453 | 2025-10-03T20:07:17.909Z | Compiling httparse v1.9.5 |
| 1454 | 2025-10-03T20:07:17.942Z | Compiling schemars v0.8.22 |
| 1455 | 2025-10-03T20:07:18.061Z | Compiling tinyvec_macros v0.1.1 |
| 1456 | 2025-10-03T20:07:18.231Z | Compiling base64 v0.22.1 |
| 1457 | 2025-10-03T20:07:18.470Z | Compiling tinyvec v1.8.0 |
| 1458 | 2025-10-03T20:07:18.870Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2025-10-03T20:07:18.945Z | Compiling darling_macro v0.20.10 |
| 1460 | 2025-10-03T20:07:19.036Z | Compiling thiserror v1.0.69 |
| 1461 | 2025-10-03T20:07:19.125Z | Compiling scroll v0.12.0 |
| 1462 | 2025-10-03T20:07:19.159Z | Compiling pest_generator v2.8.2 |
| 1463 | 2025-10-03T20:07:19.854Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1464 | 2025-10-03T20:07:20.164Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1465 | 2025-10-03T20:07:20.198Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2025-10-03T20:07:20.364Z | Compiling untrusted v0.9.0 |
| 1467 | 2025-10-03T20:07:20.447Z | Compiling openssl v0.10.73 |
| 1468 | 2025-10-03T20:07:20.619Z | Compiling untrusted v0.7.1 |
| 1469 | 2025-10-03T20:07:20.886Z | Compiling try-lock v0.2.5 |
| 1470 | 2025-10-03T20:07:20.939Z | Compiling tower-service v0.3.3 |
| 1471 | 2025-10-03T20:07:21.020Z | Compiling openssl-probe v0.1.5 |
| 1472 | 2025-10-03T20:07:21.101Z | Compiling num-conv v0.1.0 |
| 1473 | 2025-10-03T20:07:21.146Z | Compiling atomic-waker v1.1.2 |
| 1474 | 2025-10-03T20:07:21.345Z | Compiling dyn-clone v1.0.20 |
| 1475 | 2025-10-03T20:07:21.409Z | Compiling powerfmt v0.2.0 |
| 1476 | 2025-10-03T20:07:21.448Z | Compiling time-core v0.1.6 |
| 1477 | 2025-10-03T20:07:21.475Z | Compiling goblin v0.8.2 |
| 1478 | 2025-10-03T20:07:21.661Z | Compiling pest_derive v2.8.2 |
| 1479 | 2025-10-03T20:07:21.799Z | Compiling deranged v0.5.3 |
| 1480 | 2025-10-03T20:07:21.867Z | Compiling time-macros v0.2.24 |
| 1481 | 2025-10-03T20:07:21.893Z | Compiling h2 v0.4.6 |
| 1482 | 2025-10-03T20:07:22.575Z | Compiling tempfile v3.20.0 |
| 1483 | 2025-10-03T20:07:22.998Z | Compiling want v0.3.1 |
| 1484 | 2025-10-03T20:07:24.893Z | Compiling foreign-types v0.3.2 |
| 1485 | 2025-10-03T20:07:25.029Z | Compiling darling v0.20.10 |
| 1486 | 2025-10-03T20:07:26.433Z | Compiling ipnet v2.11.0 |
| 1487 | 2025-10-03T20:07:26.539Z | Compiling openssl-macros v0.1.1 |
| 1488 | 2025-10-03T20:07:27.464Z | Compiling socket2 v0.5.10 |
| 1489 | 2025-10-03T20:07:27.489Z | Compiling wait-timeout v0.2.0 |
| 1490 | 2025-10-03T20:07:27.783Z | Compiling native-tls v0.2.12 |
| 1491 | 2025-10-03T20:07:28.125Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2025-10-03T20:07:28.208Z | Compiling zerocopy v0.8.27 |
| 1493 | 2025-10-03T20:07:28.537Z | Compiling syn v1.0.109 |
| 1494 | 2025-10-03T20:07:28.692Z | Compiling gimli v0.31.1 |
| 1495 | 2025-10-03T20:07:28.778Z | Compiling bit-vec v0.8.0 |
| 1496 | 2025-10-03T20:07:29.069Z | Compiling httpdate v1.0.3 |
| 1497 | 2025-10-03T20:07:29.224Z | Compiling num_threads v0.1.7 |
| 1498 | 2025-10-03T20:07:29.355Z | Compiling quick-error v1.2.3 |
| 1499 | 2025-10-03T20:07:29.429Z | Compiling rustls v0.23.19 |
| 1500 | 2025-10-03T20:07:29.541Z | Compiling rusty-fork v0.3.0 |
| 1501 | 2025-10-03T20:07:29.582Z | Compiling time v0.3.43 |
| 1502 | 2025-10-03T20:07:29.787Z | Compiling bit-set v0.8.0 |
| 1503 | 2025-10-03T20:07:30.463Z | Compiling dof v0.3.0 |
| 1504 | 2025-10-03T20:07:31.959Z | Compiling hyper v1.7.0 |
| 1505 | 2025-10-03T20:07:32.817Z | Compiling derive_builder_core v0.20.2 |
| 1506 | 2025-10-03T20:07:33.969Z | Compiling addr2line v0.24.2 |
| 1507 | 2025-10-03T20:07:34.292Z | Compiling dtrace-parser v0.2.0 |
| 1508 | 2025-10-03T20:07:34.386Z | Compiling unicode-normalization v0.1.24 |
| 1509 | 2025-10-03T20:07:34.785Z | Compiling signature v2.2.0 |
| 1510 | 2025-10-03T20:07:35.212Z | Compiling zerocopy-derive v0.8.27 |
| 1511 | 2025-10-03T20:07:35.517Z | Compiling heapless v0.7.17 |
| 1512 | 2025-10-03T20:07:35.644Z | Compiling rand_xorshift v0.4.0 |
| 1513 | 2025-10-03T20:07:36.062Z | Compiling cookie v0.18.1 |
| 1514 | 2025-10-03T20:07:36.089Z | Compiling object v0.36.5 |
| 1515 | 2025-10-03T20:07:36.257Z | Compiling crc32fast v1.4.2 |
| 1516 | 2025-10-03T20:07:36.466Z | Compiling newtype-uuid v1.2.4 |
| 1517 | 2025-10-03T20:07:36.637Z | Compiling unarray v0.1.4 |
| 1518 | 2025-10-03T20:07:36.718Z | Compiling unicode-bidi v0.3.17 |
| 1519 | 2025-10-03T20:07:36.826Z | Compiling slog v2.7.0 |
| 1520 | 2025-10-03T20:07:36.903Z | Compiling zstd-safe v7.2.3 |
| 1521 | 2025-10-03T20:07:37.397Z | Compiling siphasher v0.3.11 |
| 1522 | 2025-10-03T20:07:37.485Z | Compiling zlib-rs v0.5.1 |
| 1523 | 2025-10-03T20:07:37.791Z | Compiling rustc-demangle v0.1.24 |
| 1524 | 2025-10-03T20:07:37.890Z | Compiling unicode-properties v0.1.3 |
| 1525 | 2025-10-03T20:07:38.266Z | Compiling signal-hook v0.3.18 |
| 1526 | 2025-10-03T20:07:38.440Z | Compiling anyhow v1.0.99 |
| 1527 | 2025-10-03T20:07:38.652Z | Compiling stringprep v0.1.5 |
| 1528 | 2025-10-03T20:07:39.304Z | Compiling phf_shared v0.11.2 |
| 1529 | 2025-10-03T20:07:39.789Z | Compiling proptest v1.7.0 |
| 1530 | 2025-10-03T20:07:39.959Z | Compiling usdt-impl v0.5.0 |
| 1531 | 2025-10-03T20:07:39.991Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2025-10-03T20:07:40.321Z | Compiling hyper-util v0.1.17 |
| 1533 | 2025-10-03T20:07:42.491Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2025-10-03T20:07:43.569Z | Compiling vergen-lib v0.1.6 |
| 1535 | 2025-10-03T20:07:43.704Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2025-10-03T20:07:43.945Z | Compiling backtrace v0.3.74 |
| 1537 | 2025-10-03T20:07:44.090Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2025-10-03T20:07:44.572Z | Compiling libz-rs-sys v0.5.1 |
| 1539 | 2025-10-03T20:07:44.692Z | Compiling serde_tokenstream v0.2.2 |
| 1540 | 2025-10-03T20:07:44.905Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2025-10-03T20:07:44.987Z | Compiling md-5 v0.10.6 |
| 1542 | 2025-10-03T20:07:45.333Z | Compiling curve25519-dalek v4.1.3 |
| 1543 | 2025-10-03T20:07:45.423Z | Compiling num-integer v0.1.46 |
| 1544 | 2025-10-03T20:07:45.570Z | Compiling sync_wrapper v1.0.1 |
| 1545 | 2025-10-03T20:07:45.775Z | Compiling ff v0.13.0 |
| 1546 | 2025-10-03T20:07:46.105Z | Compiling hash32 v0.2.1 |
| 1547 | 2025-10-03T20:07:46.218Z | Compiling memoffset v0.9.1 |
| 1548 | 2025-10-03T20:07:46.412Z | Compiling psl-types v2.0.11 |
| 1549 | 2025-10-03T20:07:46.586Z | Compiling num-bigint-dig v0.8.4 |
| 1550 | 2025-10-03T20:07:46.648Z | Compiling smoltcp v0.9.1 |
| 1551 | 2025-10-03T20:07:46.706Z | Compiling fallible-iterator v0.2.0 |
| 1552 | 2025-10-03T20:07:47.017Z | Compiling base16ct v0.2.0 |
| 1553 | 2025-10-03T20:07:47.415Z | Compiling litrs v0.4.1 |
| 1554 | 2025-10-03T20:07:47.450Z | Compiling tower-layer v0.3.3 |
| 1555 | 2025-10-03T20:07:47.475Z | Compiling ref-cast v1.0.24 |
| 1556 | 2025-10-03T20:07:47.637Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2025-10-03T20:07:47.780Z | Compiling nix v0.29.0 |
| 1558 | 2025-10-03T20:07:47.871Z | Compiling tower v0.5.2 |
| 1559 | 2025-10-03T20:07:48.148Z | Compiling postgres-protocol v0.6.8 |
| 1560 | 2025-10-03T20:07:48.267Z | Compiling sec1 v0.7.3 |
| 1561 | 2025-10-03T20:07:48.683Z | Compiling document-features v0.2.11 |
| 1562 | 2025-10-03T20:07:48.754Z | Compiling publicsuffix v2.3.0 |
| 1563 | 2025-10-03T20:07:49.183Z | Compiling num-iter v0.1.45 |
| 1564 | 2025-10-03T20:07:49.321Z | Compiling group v0.13.0 |
| 1565 | 2025-10-03T20:07:49.503Z | Compiling rand v0.8.5 |
| 1566 | 2025-10-03T20:07:49.789Z | Compiling flate2 v1.1.2 |
| 1567 | 2025-10-03T20:07:50.184Z | Compiling oxnet v0.1.3 |
| 1568 | 2025-10-03T20:07:50.491Z | Compiling derive_builder v0.20.2 |
| 1569 | 2025-10-03T20:07:50.652Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2025-10-03T20:07:51.666Z | Compiling rustls-native-certs v0.8.1 |
| 1571 | 2025-10-03T20:07:52.048Z | Compiling webpki-roots v1.0.1 |
| 1572 | 2025-10-03T20:07:52.096Z | Compiling http-body-util v0.1.3 |
| 1573 | 2025-10-03T20:07:52.240Z | Compiling vergen v9.0.6 |
| 1574 | 2025-10-03T20:07:52.311Z | Compiling terminal_size v0.4.0 |
| 1575 | 2025-10-03T20:07:52.338Z | Compiling strum_macros v0.27.2 |
| 1576 | 2025-10-03T20:07:52.369Z | Compiling cargo-platform v0.1.8 |
| 1577 | 2025-10-03T20:07:52.603Z | Compiling hkdf v0.12.4 |
| 1578 | 2025-10-03T20:07:52.637Z | Compiling crypto-bigint v0.5.5 |
| 1579 | 2025-10-03T20:07:52.715Z | Compiling daft-derive v0.1.4 |
| 1580 | 2025-10-03T20:07:52.947Z | Compiling async-trait v0.1.89 |
| 1581 | 2025-10-03T20:07:53.048Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1582 | 2025-10-03T20:07:54.439Z | Compiling ref-cast-impl v1.0.24 |
| 1583 | 2025-10-03T20:07:54.635Z | Compiling ahash v0.8.12 |
| 1584 | 2025-10-03T20:07:55.068Z | Compiling fs-err v3.1.1 |
| 1585 | 2025-10-03T20:07:55.455Z | Compiling buf-list v1.0.3 |
| 1586 | 2025-10-03T20:07:55.666Z | Compiling lockfree-object-pool v0.1.6 |
| 1587 | 2025-10-03T20:07:55.712Z | Compiling bumpalo v3.16.0 |
| 1588 | 2025-10-03T20:07:56.035Z | Compiling hubpack_derive v0.1.1 |
| 1589 | 2025-10-03T20:07:56.073Z | Compiling bitflags v1.3.2 |
| 1590 | 2025-10-03T20:07:56.171Z | Compiling iri-string v0.7.8 |
| 1591 | 2025-10-03T20:07:56.210Z | Compiling winnow v0.5.40 |
| 1592 | 2025-10-03T20:07:56.376Z | Compiling managed v0.8.0 |
| 1593 | 2025-10-03T20:07:56.944Z | Compiling simd-adler32 v0.3.7 |
| 1594 | 2025-10-03T20:07:57.035Z | Compiling clap_builder v4.5.48 |
| 1595 | 2025-10-03T20:07:57.649Z | Compiling zopfli v0.8.1 |
| 1596 | 2025-10-03T20:07:58.467Z | Compiling strum v0.27.2 |
| 1597 | 2025-10-03T20:07:58.707Z | Compiling hubpack v0.1.2 |
| 1598 | 2025-10-03T20:07:59.465Z | Compiling elliptic-curve v0.13.8 |
| 1599 | 2025-10-03T20:07:59.873Z | Compiling tower-http v0.6.6 |
| 1600 | 2025-10-03T20:08:00.538Z | Compiling toml_edit v0.19.15 |
| 1601 | 2025-10-03T20:08:01.126Z | Compiling daft v0.1.4 |
| 1602 | 2025-10-03T20:08:01.164Z | Compiling cargo_metadata v0.19.2 |
| 1603 | 2025-10-03T20:08:01.589Z | Compiling hyper-tls v0.6.0 |
| 1604 | 2025-10-03T20:08:01.914Z | Compiling signal-hook-mio v0.2.4 |
| 1605 | 2025-10-03T20:08:02.076Z | Compiling zstd v0.13.3 |
| 1606 | 2025-10-03T20:08:02.173Z | Compiling cookie_store v0.21.1 |
| 1607 | 2025-10-03T20:08:04.903Z | Compiling postgres-types v0.2.9 |
| 1608 | 2025-10-03T20:08:05.353Z | Compiling usdt-attr-macro v0.5.0 |
| 1609 | 2025-10-03T20:08:06.466Z | Compiling usdt-macro v0.5.0 |
| 1610 | 2025-10-03T20:08:06.811Z | Compiling phf v0.11.2 |
| 1611 | 2025-10-03T20:08:07.171Z | Compiling ed25519 v2.2.3 |
| 1612 | 2025-10-03T20:08:07.284Z | Compiling bzip2 v0.4.4 |
| 1613 | 2025-10-03T20:08:07.802Z | Compiling bzip2 v0.5.2 |
| 1614 | 2025-10-03T20:08:08.384Z | Compiling pkcs1 v0.7.5 |
| 1615 | 2025-10-03T20:08:08.419Z | Compiling strum_macros v0.26.4 |
| 1616 | 2025-10-03T20:08:08.567Z | Compiling clap_derive v4.5.47 |
| 1617 | 2025-10-03T20:08:09.450Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2025-10-03T20:08:09.530Z | Compiling serde_urlencoded v0.7.1 |
| 1619 | 2025-10-03T20:08:09.844Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2025-10-03T20:08:10.216Z | Compiling rfc6979 v0.4.0 |
| 1621 | 2025-10-03T20:08:10.284Z | Compiling bstr v1.10.0 |
| 1622 | 2025-10-03T20:08:10.556Z | Compiling serde_repr v0.1.19 |
| 1623 | 2025-10-03T20:08:10.794Z | Compiling float-cmp v0.10.0 |
| 1624 | 2025-10-03T20:08:11.149Z | Compiling env_filter v0.1.2 |
| 1625 | 2025-10-03T20:08:11.862Z | Compiling encoding_rs v0.8.34 |
| 1626 | 2025-10-03T20:08:11.888Z | Compiling rustc-hash v2.1.1 |
| 1627 | 2025-10-03T20:08:12.178Z | Compiling unicode-segmentation v1.12.0 |
| 1628 | 2025-10-03T20:08:12.280Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2025-10-03T20:08:12.425Z | Compiling whoami v1.5.2 |
| 1630 | 2025-10-03T20:08:12.488Z | Compiling mime v0.3.17 |
| 1631 | 2025-10-03T20:08:13.133Z | Compiling data-encoding v2.9.0 |
| 1632 | 2025-10-03T20:08:13.161Z | Compiling difflib v0.4.0 |
| 1633 | 2025-10-03T20:08:13.186Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2025-10-03T20:08:13.398Z | Compiling fixedbitset v0.4.2 |
| 1635 | 2025-10-03T20:08:13.531Z | Compiling predicates-core v1.0.8 |
| 1636 | 2025-10-03T20:08:13.601Z | Compiling precomputed-hash v0.1.1 |
| 1637 | 2025-10-03T20:08:13.773Z | Compiling foldhash v0.2.0 |
| 1638 | 2025-10-03T20:08:13.913Z | Compiling static_assertions v1.1.0 |
| 1639 | 2025-10-03T20:08:13.956Z | Compiling predicates v3.1.3 |
| 1640 | 2025-10-03T20:08:14.065Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1641 | 2025-10-03T20:08:14.262Z | Compiling iddqd v0.3.13 |
| 1642 | 2025-10-03T20:08:14.598Z | Compiling hickory-proto v0.25.2 |
| 1643 | 2025-10-03T20:08:15.278Z | Compiling string_cache v0.8.9 |
| 1644 | 2025-10-03T20:08:15.642Z | Compiling petgraph v0.6.5 |
| 1645 | 2025-10-03T20:08:15.754Z | Compiling clap v4.5.48 |
| 1646 | 2025-10-03T20:08:15.906Z | Compiling strum v0.26.3 |
| 1647 | 2025-10-03T20:08:16.189Z | Compiling similar v2.7.0 |
| 1648 | 2025-10-03T20:08:16.285Z | Compiling tokio-postgres v0.7.13 |
| 1649 | 2025-10-03T20:08:17.102Z | Compiling toml_edit v0.22.27 |
| 1650 | 2025-10-03T20:08:18.272Z | Compiling usdt v0.5.0 |
| 1651 | 2025-10-03T20:08:18.435Z | Compiling env_logger v0.11.5 |
| 1652 | 2025-10-03T20:08:18.800Z | Compiling ecdsa v0.16.9 |
| 1653 | 2025-10-03T20:08:19.272Z | Compiling rsa v0.9.6 |
| 1654 | 2025-10-03T20:08:19.815Z | Compiling zip v4.2.0 |
| 1655 | 2025-10-03T20:08:19.844Z | Compiling zip v0.6.6 |
| 1656 | 2025-10-03T20:08:21.206Z | Compiling ed25519-dalek v2.1.1 |
| 1657 | 2025-10-03T20:08:22.198Z | Compiling toml v0.7.8 |
| 1658 | 2025-10-03T20:08:22.805Z | Compiling crossterm v0.28.1 |
| 1659 | 2025-10-03T20:08:24.287Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1660 | 2025-10-03T20:08:24.340Z | Compiling crossbeam-epoch v0.9.18 |
| 1661 | 2025-10-03T20:08:24.575Z | Compiling tokio-stream v0.1.17 |
| 1662 | 2025-10-03T20:08:24.758Z | Compiling x509-cert v0.2.5 |
| 1663 | 2025-10-03T20:08:24.946Z | Compiling openapiv3 v2.2.0 |
| 1664 | 2025-10-03T20:08:25.136Z | Compiling sha1 v0.10.6 |
| 1665 | 2025-10-03T20:08:25.603Z | Compiling itertools v0.13.0 |
| 1666 | 2025-10-03T20:08:25.661Z | Compiling itertools v0.10.5 |
| 1667 | 2025-10-03T20:08:26.307Z | Compiling winnow v0.6.26 |
| 1668 | 2025-10-03T20:08:27.535Z | Compiling lalrpop-util v0.19.12 |
| 1669 | 2025-10-03T20:08:27.918Z | Compiling peg-runtime v0.8.5 |
| 1670 | 2025-10-03T20:08:27.950Z | Compiling thread_local v1.1.8 |
| 1671 | 2025-10-03T20:08:28.436Z | Compiling slog-async v2.8.0 |
| 1672 | 2025-10-03T20:08:28.523Z | Compiling crossbeam-channel v0.5.15 |
| 1673 | 2025-10-03T20:08:28.570Z | Compiling xattr v1.3.1 |
| 1674 | 2025-10-03T20:08:28.746Z | Compiling futures-executor v0.3.31 |
| 1675 | 2025-10-03T20:08:28.883Z | Compiling is-terminal v0.4.13 |
| 1676 | 2025-10-03T20:08:28.963Z | Compiling filetime v0.2.25 |
| 1677 | 2025-10-03T20:08:29.066Z | Compiling take_mut v0.2.2 |
| 1678 | 2025-10-03T20:08:29.135Z | Compiling term v1.1.0 |
| 1679 | 2025-10-03T20:08:29.161Z | Compiling futures v0.3.31 |
| 1680 | 2025-10-03T20:08:29.291Z | Compiling tar v0.4.44 |
| 1681 | 2025-10-03T20:08:29.926Z | Compiling slog-term v2.9.2 |
| 1682 | 2025-10-03T20:08:33.194Z | Compiling aws-lc-sys v0.26.0 |
| 1683 | 2025-10-03T20:09:10.684Z | Compiling rustls-webpki v0.102.8 |
| 1684 | 2025-10-03T20:09:17.659Z | Compiling tokio-rustls v0.26.0 |
| 1685 | 2025-10-03T20:09:18.039Z | Compiling hyper-rustls v0.27.7 |
| 1686 | 2025-10-03T20:09:18.476Z | Compiling reqwest v0.12.22 |
| 1687 | 2025-10-03T20:09:23.767Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1688 | 2025-10-03T20:09:24.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1689 | 2025-10-03T20:09:30.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 57s |
| 1690 | 2025-10-03T20:09:30.995Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1691 | 2025-10-03T20:09:31.080Z | Oct 03 20:09:30.101 INFO Starting download, target: Clickhouse |
| 1692 | 2025-10-03T20:09:31.080Z | Oct 03 20:09:30.103 INFO Starting download, target: Cockroach |
| 1693 | 2025-10-03T20:09:31.080Z | Oct 03 20:09:30.103 INFO Starting download, target: Console |
| 1694 | 2025-10-03T20:09:31.080Z | Oct 03 20:09:30.103 INFO Starting download, target: DendriteStub |
| 1695 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.103 INFO Starting download, target: MaghemiteMgd |
| 1696 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.103 INFO Starting download, target: TransceiverControl |
| 1697 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1698 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1699 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1700 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1701 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1702 | 2025-10-03T20:09:31.106Z | Oct 03 20:09:30.104 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1703 | 2025-10-03T20:09:31.538Z | Oct 03 20:09:30.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1704 | 2025-10-03T20:09:32.130Z | Oct 03 20:09:31.149 INFO Download complete, target: Console |
| 1705 | 2025-10-03T20:09:32.197Z | Oct 03 20:09:31.220 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1706 | 2025-10-03T20:09:32.723Z | Oct 03 20:09:31.744 INFO Download complete, target: TransceiverControl |
| 1707 | 2025-10-03T20:09:35.330Z | Oct 03 20:09:34.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1708 | 2025-10-03T20:09:37.134Z | Oct 03 20:09:36.157 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1709 | 2025-10-03T20:09:40.202Z | Oct 03 20:09:39.226 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1710 | 2025-10-03T20:09:40.203Z | Oct 03 20:09:39.226 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1711 | 2025-10-03T20:09:42.488Z | Oct 03 20:09:41.511 INFO Download complete, target: DendriteStub |
| 1712 | 2025-10-03T20:09:44.166Z | Oct 03 20:09:43.189 INFO Download complete, target: MaghemiteMgd |
| 1713 | 2025-10-03T20:09:52.082Z | Oct 03 20:09:51.106 INFO Checking that binary works, target: Cockroach |
| 1714 | 2025-10-03T20:09:52.204Z | Oct 03 20:09:51.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1715 | 2025-10-03T20:09:52.288Z | Oct 03 20:09:51.311 INFO Download complete, target: Cockroach |
| 1716 | 2025-10-03T20:10:06.810Z | Oct 03 20:10:05.833 INFO Checking that binary works, target: Clickhouse |
| 1717 | 2025-10-03T20:10:06.993Z | Oct 03 20:10:06.016 INFO Download complete, target: Clickhouse |
| 1718 | 2025-10-03T20:10:07.017Z | All prerequisites installed successfully |
| 1719 | 2025-10-03T20:10:07.017Z | |
| 1720 | 2025-10-03T20:10:07.017Z | real 6:45.100072974 |
| 1721 | 2025-10-03T20:10:07.017Z | user 20:38.864096577 |
| 1722 | 2025-10-03T20:10:07.017Z | sys 3:18.073418812 |
| 1723 | 2025-10-03T20:10:07.017Z | trap 0.935240635 |
| 1724 | 2025-10-03T20:10:07.017Z | tflt 0.465430974 |
| 1725 | 2025-10-03T20:10:07.017Z | dflt 1.311423982 |
| 1726 | 2025-10-03T20:10:07.018Z | kflt 0.012065450 |
| 1727 | 2025-10-03T20:10:07.018Z | lock 56:40.012228030 |
| 1728 | 2025-10-03T20:10:07.018Z | slp 1:16:29.603852952 |
| 1729 | 2025-10-03T20:10:07.018Z | lat 1:27.431532676 |
| 1730 | 2025-10-03T20:10:07.018Z | stop 3:21.996434102 |
| 1731 | 2025-10-03T20:10:07.018Z | + ptime -m cargo xtask download softnpu |
| 1732 | 2025-10-03T20:10:08.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 1733 | 2025-10-03T20:10:08.348Z | Running `target/debug/xtask download softnpu` |
| 1734 | 2025-10-03T20:10:10.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
| 1735 | 2025-10-03T20:10:10.251Z | Running `target/debug/xtask-downloader softnpu` |
| 1736 | 2025-10-03T20:10:10.312Z | Oct 03 20:10:09.335 INFO Starting download, target: Softnpu |
| 1737 | 2025-10-03T20:10:10.336Z | Oct 03 20:10:09.336 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1738 | 2025-10-03T20:10:11.777Z | Oct 03 20:10:10.801 INFO Download complete, target: Softnpu |
| 1739 | 2025-10-03T20:10:11.803Z | |
| 1740 | 2025-10-03T20:10:11.803Z | real 4.769129211 |
| 1741 | 2025-10-03T20:10:11.803Z | user 2.371264180 |
| 1742 | 2025-10-03T20:10:11.803Z | sys 1.589652191 |
| 1743 | 2025-10-03T20:10:11.803Z | trap 0.000873760 |
| 1744 | 2025-10-03T20:10:11.803Z | tflt 0.000583624 |
| 1745 | 2025-10-03T20:10:11.803Z | dflt 0.000218671 |
| 1746 | 2025-10-03T20:10:11.803Z | kflt 0.000000000 |
| 1747 | 2025-10-03T20:10:11.803Z | lock 16.007251491 |
| 1748 | 2025-10-03T20:10:11.803Z | slp 1.211584468 |
| 1749 | 2025-10-03T20:10:11.803Z | lat 0.172550420 |
| 1750 | 2025-10-03T20:10:11.803Z | stop 0.000279292 |
| 1751 | 2025-10-03T20:10:11.803Z | + export CARGO_INCREMENTAL=0 |
| 1752 | 2025-10-03T20:10:11.803Z | + CARGO_INCREMENTAL=0 |
| 1753 | 2025-10-03T20:10:11.803Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1754 | 2025-10-03T20:10:13.643Z | Compiling proc-macro2 v1.0.101 |
| 1755 | 2025-10-03T20:10:13.644Z | Compiling unicode-ident v1.0.18 |
| 1756 | 2025-10-03T20:10:13.644Z | Compiling libc v0.2.174 |
| 1757 | 2025-10-03T20:10:13.644Z | Compiling serde_core v1.0.226 |
| 1758 | 2025-10-03T20:10:13.668Z | Compiling serde v1.0.226 |
| 1759 | 2025-10-03T20:10:13.692Z | Compiling autocfg v1.4.0 |
| 1760 | 2025-10-03T20:10:13.692Z | Compiling cfg-if v1.0.1 |
| 1761 | 2025-10-03T20:10:13.859Z | Compiling version_check v0.9.5 |
| 1762 | 2025-10-03T20:10:13.916Z | Compiling memchr v2.7.4 |
| 1763 | 2025-10-03T20:10:13.945Z | Compiling shlex v1.3.0 |
| 1764 | 2025-10-03T20:10:14.604Z | Compiling portable-atomic v1.11.0 |
| 1765 | 2025-10-03T20:10:14.632Z | Compiling lock_api v0.4.12 |
| 1766 | 2025-10-03T20:10:14.942Z | Compiling typenum v1.17.0 |
| 1767 | 2025-10-03T20:10:15.121Z | Compiling value-bag v1.9.0 |
| 1768 | 2025-10-03T20:10:15.384Z | Compiling generic-array v0.14.7 |
| 1769 | 2025-10-03T20:10:15.640Z | Compiling jobserver v0.1.32 |
| 1770 | 2025-10-03T20:10:15.664Z | Compiling log v0.4.27 |
| 1771 | 2025-10-03T20:10:15.756Z | Compiling quote v1.0.40 |
| 1772 | 2025-10-03T20:10:15.892Z | Compiling getrandom v0.3.1 |
| 1773 | 2025-10-03T20:10:16.168Z | Compiling syn v2.0.106 |
| 1774 | 2025-10-03T20:10:16.238Z | Compiling cc v1.2.30 |
| 1775 | 2025-10-03T20:10:16.265Z | Compiling libm v0.2.8 |
| 1776 | 2025-10-03T20:10:16.297Z | Compiling serde_json v1.0.145 |
| 1777 | 2025-10-03T20:10:16.326Z | Compiling num-traits v0.2.19 |
| 1778 | 2025-10-03T20:10:16.625Z | Compiling scopeguard v1.2.0 |
| 1779 | 2025-10-03T20:10:16.652Z | Compiling parking_lot_core v0.9.10 |
| 1780 | 2025-10-03T20:10:16.804Z | Compiling smallvec v1.15.1 |
| 1781 | 2025-10-03T20:10:17.039Z | Compiling regex-syntax v0.8.5 |
| 1782 | 2025-10-03T20:10:17.184Z | Compiling pkg-config v0.3.31 |
| 1783 | 2025-10-03T20:10:17.278Z | Compiling getrandom v0.2.15 |
| 1784 | 2025-10-03T20:10:17.708Z | Compiling aho-corasick v1.1.3 |
| 1785 | 2025-10-03T20:10:18.024Z | Compiling rustix v0.38.37 |
| 1786 | 2025-10-03T20:10:19.309Z | Compiling itoa v1.0.11 |
| 1787 | 2025-10-03T20:10:19.375Z | Compiling errno v0.3.12 |
| 1788 | 2025-10-03T20:10:19.621Z | Compiling either v1.15.0 |
| 1789 | 2025-10-03T20:10:19.677Z | Compiling stable_deref_trait v1.2.0 |
| 1790 | 2025-10-03T20:10:19.702Z | Compiling spin v0.9.8 |
| 1791 | 2025-10-03T20:10:19.749Z | Compiling slab v0.4.9 |
| 1792 | 2025-10-03T20:10:19.853Z | Compiling fnv v1.0.7 |
| 1793 | 2025-10-03T20:10:20.013Z | Compiling thiserror v2.0.17 |
| 1794 | 2025-10-03T20:10:20.056Z | Compiling allocator-api2 v0.2.21 |
| 1795 | 2025-10-03T20:10:20.083Z | Compiling equivalent v1.0.2 |
| 1796 | 2025-10-03T20:10:20.131Z | Compiling lazy_static v1.5.0 |
| 1797 | 2025-10-03T20:10:20.238Z | Compiling semver v1.0.27 |
| 1798 | 2025-10-03T20:10:20.328Z | Compiling critical-section v1.1.3 |
| 1799 | 2025-10-03T20:10:20.543Z | Compiling regex-automata v0.4.11 |
| 1800 | 2025-10-03T20:10:20.569Z | Compiling rand_core v0.6.4 |
| 1801 | 2025-10-03T20:10:21.010Z | Compiling glob v0.3.2 |
| 1802 | 2025-10-03T20:10:21.100Z | Compiling ryu v1.0.18 |
| 1803 | 2025-10-03T20:10:21.659Z | Compiling once_cell v1.21.3 |
| 1804 | 2025-10-03T20:10:21.705Z | Compiling clang-sys v1.8.1 |
| 1805 | 2025-10-03T20:10:22.023Z | Compiling subtle v2.6.1 |
| 1806 | 2025-10-03T20:10:22.055Z | Compiling pin-project-lite v0.2.14 |
| 1807 | 2025-10-03T20:10:22.122Z | Compiling byteorder v1.5.0 |
| 1808 | 2025-10-03T20:10:22.224Z | Compiling schemars v0.8.22 |
| 1809 | 2025-10-03T20:10:22.314Z | Compiling prettyplease v0.2.36 |
| 1810 | 2025-10-03T20:10:22.748Z | Compiling litemap v0.7.3 |
| 1811 | 2025-10-03T20:10:22.783Z | Compiling writeable v0.5.5 |
| 1812 | 2025-10-03T20:10:23.006Z | Compiling synstructure v0.13.1 |
| 1813 | 2025-10-03T20:10:23.246Z | Compiling serde_derive_internals v0.29.1 |
| 1814 | 2025-10-03T20:10:23.521Z | Compiling minimal-lexical v0.2.1 |
| 1815 | 2025-10-03T20:10:23.974Z | Compiling nom v7.1.3 |
| 1816 | 2025-10-03T20:10:24.389Z | Compiling libloading v0.8.5 |
| 1817 | 2025-10-03T20:10:24.514Z | Compiling home v0.5.9 |
| 1818 | 2025-10-03T20:10:24.721Z | Compiling bindgen v0.69.5 |
| 1819 | 2025-10-03T20:10:24.745Z | Compiling percent-encoding v2.3.2 |
| 1820 | 2025-10-03T20:10:26.082Z | Compiling serde_derive v1.0.226 |
| 1821 | 2025-10-03T20:10:26.230Z | Compiling zeroize_derive v1.4.2 |
| 1822 | 2025-10-03T20:10:26.396Z | Compiling zerofrom-derive v0.1.4 |
| 1823 | 2025-10-03T20:10:26.851Z | Compiling yoke-derive v0.7.4 |
| 1824 | 2025-10-03T20:10:27.331Z | Compiling zerovec-derive v0.10.3 |
| 1825 | 2025-10-03T20:10:27.438Z | Compiling displaydoc v0.2.5 |
| 1826 | 2025-10-03T20:10:28.527Z | Compiling icu_provider_macros v1.5.0 |
| 1827 | 2025-10-03T20:10:28.666Z | Compiling zerocopy-derive v0.7.35 |
| 1828 | 2025-10-03T20:10:28.786Z | Compiling tokio-macros v2.5.0 |
| 1829 | 2025-10-03T20:10:28.829Z | Compiling zeroize v1.8.1 |
| 1830 | 2025-10-03T20:10:29.357Z | Compiling regex v1.11.3 |
| 1831 | 2025-10-03T20:10:29.462Z | Compiling thiserror-impl v2.0.17 |
| 1832 | 2025-10-03T20:10:29.568Z | Compiling zerofrom v0.1.4 |
| 1833 | 2025-10-03T20:10:29.679Z | Compiling futures-macro v0.3.31 |
| 1834 | 2025-10-03T20:10:29.816Z | Compiling yoke v0.7.4 |
| 1835 | 2025-10-03T20:10:30.193Z | Compiling zerovec v0.10.4 |
| 1836 | 2025-10-03T20:10:30.246Z | Compiling schemars_derive v0.8.22 |
| 1837 | 2025-10-03T20:10:30.823Z | Compiling cexpr v0.6.0 |
| 1838 | 2025-10-03T20:10:31.094Z | Compiling itertools v0.12.1 |
| 1839 | 2025-10-03T20:10:31.823Z | Compiling lazycell v1.3.0 |
| 1840 | 2025-10-03T20:10:32.000Z | Compiling rustc-hash v1.1.0 |
| 1841 | 2025-10-03T20:10:32.025Z | Compiling paste v1.0.15 |
| 1842 | 2025-10-03T20:10:32.193Z | Compiling tinystr v0.7.6 |
| 1843 | 2025-10-03T20:10:32.473Z | Compiling icu_locid_transform_data v1.5.0 |
| 1844 | 2025-10-03T20:10:32.537Z | Compiling bitflags v2.9.4 |
| 1845 | 2025-10-03T20:10:32.594Z | Compiling bytes v1.10.1 |
| 1846 | 2025-10-03T20:10:32.624Z | Compiling icu_locid v1.5.0 |
| 1847 | 2025-10-03T20:10:32.953Z | Compiling icu_collections v1.5.0 |
| 1848 | 2025-10-03T20:10:33.972Z | Compiling icu_provider v1.5.0 |
| 1849 | 2025-10-03T20:10:34.284Z | Compiling cmake v0.1.51 |
| 1850 | 2025-10-03T20:10:34.480Z | Compiling signal-hook-registry v1.4.2 |
| 1851 | 2025-10-03T20:10:34.750Z | Compiling icu_locid_transform v1.5.0 |
| 1852 | 2025-10-03T20:10:35.000Z | Compiling icu_properties_data v1.5.0 |
| 1853 | 2025-10-03T20:10:35.261Z | Compiling dunce v1.0.5 |
| 1854 | 2025-10-03T20:10:35.308Z | Compiling fs_extra v1.3.0 |
| 1855 | 2025-10-03T20:10:35.443Z | Compiling parking_lot v0.12.3 |
| 1856 | 2025-10-03T20:10:35.798Z | Compiling mio v1.0.2 |
| 1857 | 2025-10-03T20:10:35.929Z | Compiling heck v0.5.0 |
| 1858 | 2025-10-03T20:10:36.128Z | Compiling icu_properties v1.5.1 |
| 1859 | 2025-10-03T20:10:36.326Z | Compiling which v4.4.2 |
| 1860 | 2025-10-03T20:10:36.445Z | Compiling utf16_iter v1.0.5 |
| 1861 | 2025-10-03T20:10:36.894Z | Compiling utf8_iter v1.0.4 |
| 1862 | 2025-10-03T20:10:37.175Z | Compiling icu_normalizer_data v1.5.0 |
| 1863 | 2025-10-03T20:10:37.202Z | Compiling write16 v1.0.0 |
| 1864 | 2025-10-03T20:10:37.384Z | Compiling crypto-common v0.1.6 |
| 1865 | 2025-10-03T20:10:37.409Z | Compiling hashbrown v0.16.0 |
| 1866 | 2025-10-03T20:10:38.328Z | Compiling socket2 v0.6.0 |
| 1867 | 2025-10-03T20:10:38.857Z | Compiling const-oid v0.9.6 |
| 1868 | 2025-10-03T20:10:38.886Z | Compiling thiserror v1.0.69 |
| 1869 | 2025-10-03T20:10:38.911Z | Compiling tokio v1.47.0 |
| 1870 | 2025-10-03T20:10:39.554Z | Compiling icu_normalizer v1.5.0 |
| 1871 | 2025-10-03T20:10:40.013Z | Compiling indexmap v2.11.4 |
| 1872 | 2025-10-03T20:10:40.290Z | Compiling form_urlencoded v1.2.2 |
| 1873 | 2025-10-03T20:10:40.596Z | Compiling idna_adapter v1.2.0 |
| 1874 | 2025-10-03T20:10:40.786Z | Compiling idna v1.0.3 |
| 1875 | 2025-10-03T20:10:40.837Z | Compiling ring v0.17.14 |
| 1876 | 2025-10-03T20:10:41.703Z | Compiling zerocopy v0.7.35 |
| 1877 | 2025-10-03T20:10:41.899Z | Compiling tracing-attributes v0.1.27 |
| 1878 | 2025-10-03T20:10:42.584Z | Compiling der_derive v0.7.3 |
| 1879 | 2025-10-03T20:10:42.966Z | Compiling thiserror-impl v1.0.69 |
| 1880 | 2025-10-03T20:10:43.327Z | Compiling aws-lc-rs v1.12.4 |
| 1881 | 2025-10-03T20:10:43.744Z | Compiling vcpkg v0.2.15 |
| 1882 | 2025-10-03T20:10:44.378Z | Compiling url v2.5.4 |
| 1883 | 2025-10-03T20:10:44.598Z | Compiling block-buffer v0.10.4 |
| 1884 | 2025-10-03T20:10:45.076Z | Compiling openssl-sys v0.9.109 |
| 1885 | 2025-10-03T20:10:45.423Z | Compiling futures-core v0.3.31 |
| 1886 | 2025-10-03T20:10:45.558Z | Compiling digest v0.10.7 |
| 1887 | 2025-10-03T20:10:45.707Z | Compiling strsim v0.11.1 |
| 1888 | 2025-10-03T20:10:46.023Z | Compiling httparse v1.9.5 |
| 1889 | 2025-10-03T20:10:46.957Z | Compiling aws-lc-sys v0.26.0 |
| 1890 | 2025-10-03T20:10:47.240Z | Compiling foldhash v0.1.5 |
| 1891 | 2025-10-03T20:10:47.555Z | Compiling rustix v1.0.7 |
| 1892 | 2025-10-03T20:10:47.580Z | Compiling ident_case v1.0.1 |
| 1893 | 2025-10-03T20:10:47.879Z | Compiling iana-time-zone v0.1.63 |
| 1894 | 2025-10-03T20:10:48.111Z | Compiling chrono v0.4.42 |
| 1895 | 2025-10-03T20:10:48.217Z | Compiling hashbrown v0.15.4 |
| 1896 | 2025-10-03T20:10:49.224Z | Compiling uuid v1.18.1 |
| 1897 | 2025-10-03T20:10:49.353Z | Compiling syn v1.0.109 |
| 1898 | 2025-10-03T20:10:50.309Z | Compiling num-conv v0.1.0 |
| 1899 | 2025-10-03T20:10:50.469Z | Compiling time-core v0.1.6 |
| 1900 | 2025-10-03T20:10:50.601Z | Compiling futures-sink v0.3.31 |
| 1901 | 2025-10-03T20:10:50.769Z | Compiling time-macros v0.2.24 |
| 1902 | 2025-10-03T20:10:50.803Z | Compiling futures-channel v0.3.31 |
| 1903 | 2025-10-03T20:10:51.440Z | Compiling rustc_version v0.4.1 |
| 1904 | 2025-10-03T20:10:51.548Z | Compiling futures-task v0.3.31 |
| 1905 | 2025-10-03T20:10:51.872Z | Compiling pin-utils v0.1.0 |
| 1906 | 2025-10-03T20:10:52.002Z | Compiling futures-io v0.3.31 |
| 1907 | 2025-10-03T20:10:52.231Z | Compiling cpufeatures v0.2.14 |
| 1908 | 2025-10-03T20:10:52.258Z | Compiling openssl v0.10.73 |
| 1909 | 2025-10-03T20:10:52.362Z | Compiling futures-util v0.3.31 |
| 1910 | 2025-10-03T20:10:52.695Z | Compiling hmac v0.12.1 |
| 1911 | 2025-10-03T20:10:52.973Z | Compiling serde_tokenstream v0.2.2 |
| 1912 | 2025-10-03T20:10:53.016Z | Compiling zerocopy v0.8.27 |
| 1913 | 2025-10-03T20:10:53.594Z | Compiling block-padding v0.3.3 |
| 1914 | 2025-10-03T20:10:53.759Z | Compiling openssl-macros v0.1.1 |
| 1915 | 2025-10-03T20:10:53.971Z | Compiling scroll_derive v0.12.0 |
| 1916 | 2025-10-03T20:10:54.528Z | Compiling crossbeam-utils v0.8.21 |
| 1917 | 2025-10-03T20:10:55.040Z | Compiling ucd-trie v0.1.7 |
| 1918 | 2025-10-03T20:10:55.281Z | Compiling dyn-clone v1.0.20 |
| 1919 | 2025-10-03T20:10:55.438Z | Compiling native-tls v0.2.12 |
| 1920 | 2025-10-03T20:10:55.546Z | Compiling rustls v0.23.19 |
| 1921 | 2025-10-03T20:10:55.906Z | Compiling pest v2.8.2 |
| 1922 | 2025-10-03T20:10:55.937Z | Compiling inout v0.1.3 |
| 1923 | 2025-10-03T20:10:56.239Z | Compiling ppv-lite86 v0.2.20 |
| 1924 | 2025-10-03T20:10:57.850Z | Compiling zerocopy-derive v0.8.27 |
| 1925 | 2025-10-03T20:10:59.030Z | Compiling anyhow v1.0.99 |
| 1926 | 2025-10-03T20:10:59.223Z | Compiling rustversion v1.0.22 |
| 1927 | 2025-10-03T20:10:59.778Z | Compiling pest_meta v2.8.2 |
| 1928 | 2025-10-03T20:10:59.891Z | Compiling cipher v0.4.4 |
| 1929 | 2025-10-03T20:11:00.060Z | Compiling sha2 v0.10.9 |
| 1930 | 2025-10-03T20:11:00.393Z | Compiling http v1.3.1 |
| 1931 | 2025-10-03T20:11:00.791Z | Compiling cookie v0.18.1 |
| 1932 | 2025-10-03T20:11:01.021Z | Compiling base64ct v1.6.0 |
| 1933 | 2025-10-03T20:11:01.562Z | Compiling pem-rfc7468 v0.7.0 |
| 1934 | 2025-10-03T20:11:02.100Z | Compiling pest_generator v2.8.2 |
| 1935 | 2025-10-03T20:11:03.663Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1936 | 2025-10-03T20:11:03.985Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1937 | 2025-10-03T20:11:04.152Z | Compiling flagset v0.4.6 |
| 1938 | 2025-10-03T20:11:04.358Z | Compiling slog v2.7.0 |
| 1939 | 2025-10-03T20:11:04.391Z | Compiling der v0.7.9 |
| 1940 | 2025-10-03T20:11:04.669Z | Compiling pest_derive v2.8.2 |
| 1941 | 2025-10-03T20:11:05.188Z | Compiling rand_core v0.9.3 |
| 1942 | 2025-10-03T20:11:05.368Z | Compiling toml_datetime v0.6.11 |
| 1943 | 2025-10-03T20:11:05.420Z | Compiling serde_spanned v0.6.9 |
| 1944 | 2025-10-03T20:11:05.609Z | Compiling tracing-core v0.1.32 |
| 1945 | 2025-10-03T20:11:05.678Z | Compiling usdt-impl v0.5.0 |
| 1946 | 2025-10-03T20:11:05.840Z | Compiling rustls-pki-types v1.10.0 |
| 1947 | 2025-10-03T20:11:06.189Z | Compiling salsa20 v0.10.2 |
| 1948 | 2025-10-03T20:11:06.479Z | Compiling tracing v0.1.40 |
| 1949 | 2025-10-03T20:11:06.902Z | Compiling spki v0.7.3 |
| 1950 | 2025-10-03T20:11:06.990Z | Compiling scroll v0.12.0 |
| 1951 | 2025-10-03T20:11:07.028Z | Compiling pbkdf2 v0.12.2 |
| 1952 | 2025-10-03T20:11:07.292Z | Compiling winnow v0.5.40 |
| 1953 | 2025-10-03T20:11:07.391Z | Compiling newtype-uuid v1.2.4 |
| 1954 | 2025-10-03T20:11:07.517Z | Compiling plain v0.2.3 |
| 1955 | 2025-10-03T20:11:07.541Z | Compiling camino v1.2.0 |
| 1956 | 2025-10-03T20:11:07.657Z | Compiling litrs v0.4.1 |
| 1957 | 2025-10-03T20:11:07.748Z | Compiling goblin v0.8.2 |
| 1958 | 2025-10-03T20:11:08.082Z | Compiling scrypt v0.11.0 |
| 1959 | 2025-10-03T20:11:08.112Z | Compiling rand_chacha v0.9.0 |
| 1960 | 2025-10-03T20:11:08.508Z | Compiling cbc v0.1.2 |
| 1961 | 2025-10-03T20:11:08.608Z | Compiling document-features v0.2.11 |
| 1962 | 2025-10-03T20:11:08.739Z | Compiling aes v0.8.4 |
| 1963 | 2025-10-03T20:11:09.674Z | Compiling tokio-util v0.7.15 |
| 1964 | 2025-10-03T20:11:10.773Z | Compiling toml_edit v0.19.15 |
| 1965 | 2025-10-03T20:11:11.745Z | Compiling darling_core v0.20.10 |
| 1966 | 2025-10-03T20:11:14.221Z | Compiling untrusted v0.7.1 |
| 1967 | 2025-10-03T20:11:14.453Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2025-10-03T20:11:14.766Z | Compiling powerfmt v0.2.0 |
| 1969 | 2025-10-03T20:11:15.288Z | Compiling ref-cast v1.0.24 |
| 1970 | 2025-10-03T20:11:15.758Z | Compiling adler2 v2.0.0 |
| 1971 | 2025-10-03T20:11:16.058Z | Compiling untrusted v0.9.0 |
| 1972 | 2025-10-03T20:11:16.119Z | Compiling miniz_oxide v0.8.5 |
| 1973 | 2025-10-03T20:11:16.302Z | Compiling deranged v0.5.3 |
| 1974 | 2025-10-03T20:11:16.554Z | Compiling dof v0.3.0 |
| 1975 | 2025-10-03T20:11:16.798Z | Compiling darling_macro v0.20.10 |
| 1976 | 2025-10-03T20:11:17.683Z | Compiling pkcs5 v0.7.1 |
| 1977 | 2025-10-03T20:11:17.997Z | Compiling rand v0.9.2 |
| 1978 | 2025-10-03T20:11:19.326Z | Compiling dtrace-parser v0.2.0 |
| 1979 | 2025-10-03T20:11:19.395Z | Compiling http-body v1.0.1 |
| 1980 | 2025-10-03T20:11:19.562Z | Compiling heapless v0.7.17 |
| 1981 | 2025-10-03T20:11:20.545Z | Compiling socket2 v0.5.10 |
| 1982 | 2025-10-03T20:11:20.792Z | Compiling thread-id v4.2.2 |
| 1983 | 2025-10-03T20:11:21.464Z | Compiling zstd-safe v7.2.3 |
| 1984 | 2025-10-03T20:11:21.843Z | Compiling base64 v0.22.1 |
| 1985 | 2025-10-03T20:11:22.027Z | Compiling num_threads v0.1.7 |
| 1986 | 2025-10-03T20:11:22.187Z | Compiling signal-hook v0.3.18 |
| 1987 | 2025-10-03T20:11:22.273Z | Compiling atomic-waker v1.1.2 |
| 1988 | 2025-10-03T20:11:22.509Z | Compiling time v0.3.43 |
| 1989 | 2025-10-03T20:11:24.114Z | Compiling pkcs8 v0.10.2 |
| 1990 | 2025-10-03T20:11:24.488Z | Compiling darling v0.20.10 |
| 1991 | 2025-10-03T20:11:24.927Z | Compiling ref-cast-impl v1.0.24 |
| 1992 | 2025-10-03T20:11:25.021Z | Compiling try-lock v0.2.5 |
| 1993 | 2025-10-03T20:11:25.536Z | Compiling tinyvec_macros v0.1.1 |
| 1994 | 2025-10-03T20:11:26.020Z | Compiling tower-service v0.3.3 |
| 1995 | 2025-10-03T20:11:26.191Z | Compiling tinyvec v1.8.0 |
| 1996 | 2025-10-03T20:11:26.605Z | Compiling want v0.3.1 |
| 1997 | 2025-10-03T20:11:27.693Z | Compiling h2 v0.4.6 |
| 1998 | 2025-10-03T20:11:29.786Z | Compiling curve25519-dalek v4.1.3 |
| 1999 | 2025-10-03T20:11:30.025Z | Compiling ipnet v2.11.0 |
| 2000 | 2025-10-03T20:11:30.085Z | Compiling daft-derive v0.1.4 |
| 2001 | 2025-10-03T20:11:30.272Z | Compiling async-trait v0.1.89 |
| 2002 | 2025-10-03T20:11:31.038Z | Compiling memoffset v0.9.1 |
| 2003 | 2025-10-03T20:11:31.398Z | Compiling num-bigint-dig v0.8.4 |
| 2004 | 2025-10-03T20:11:31.736Z | Compiling gimli v0.31.1 |
| 2005 | 2025-10-03T20:11:31.960Z | Compiling foreign-types-shared v0.1.1 |
| 2006 | 2025-10-03T20:11:32.205Z | Compiling openssl-probe v0.1.5 |
| 2007 | 2025-10-03T20:11:32.335Z | Compiling smoltcp v0.9.1 |
| 2008 | 2025-10-03T20:11:33.157Z | Compiling fastrand v2.1.1 |
| 2009 | 2025-10-03T20:11:33.185Z | Compiling httpdate v1.0.3 |
| 2010 | 2025-10-03T20:11:33.323Z | Compiling foreign-types v0.3.2 |
| 2011 | 2025-10-03T20:11:33.691Z | Compiling tempfile v3.20.0 |
| 2012 | 2025-10-03T20:11:37.511Z | Compiling addr2line v0.24.2 |
| 2013 | 2025-10-03T20:11:38.076Z | Compiling hyper v1.7.0 |
| 2014 | 2025-10-03T20:11:38.790Z | Compiling usdt-macro v0.5.0 |
| 2015 | 2025-10-03T20:11:39.185Z | Compiling usdt-attr-macro v0.5.0 |
| 2016 | 2025-10-03T20:11:43.482Z | Compiling strum_macros v0.26.4 |
| 2017 | 2025-10-03T20:11:43.651Z | Compiling ipnetwork v0.21.1 |
| 2018 | 2025-10-03T20:11:47.560Z | Compiling object v0.36.5 |
| 2019 | 2025-10-03T20:11:47.649Z | Compiling wait-timeout v0.2.0 |
| 2020 | 2025-10-03T20:11:48.179Z | Compiling utf8parse v0.2.2 |
| 2021 | 2025-10-03T20:11:48.418Z | Compiling rustc-demangle v0.1.24 |
| 2022 | 2025-10-03T20:11:48.657Z | Compiling bit-vec v0.8.0 |
| 2023 | 2025-10-03T20:11:50.032Z | Compiling quick-error v1.2.3 |
| 2024 | 2025-10-03T20:11:50.263Z | Compiling anstyle v1.0.11 |
| 2025 | 2025-10-03T20:11:50.759Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2025-10-03T20:11:50.900Z | Compiling nix v0.29.0 |
| 2027 | 2025-10-03T20:11:51.688Z | Compiling rusty-fork v0.3.0 |
| 2028 | 2025-10-03T20:11:54.213Z | Compiling bit-set v0.8.0 |
| 2029 | 2025-10-03T20:11:54.530Z | Compiling anstyle-parse v0.2.5 |
| 2030 | 2025-10-03T20:11:55.899Z | Compiling backtrace v0.3.74 |
| 2031 | 2025-10-03T20:11:57.053Z | Compiling hyper-util v0.1.17 |
| 2032 | 2025-10-03T20:11:58.912Z | Compiling unicode-normalization v0.1.24 |
| 2033 | 2025-10-03T20:11:59.941Z | Compiling derive_builder_core v0.20.2 |
| 2034 | 2025-10-03T20:12:03.567Z | Compiling rand_xorshift v0.4.0 |
| 2035 | 2025-10-03T20:12:03.978Z | Compiling hubpack_derive v0.1.1 |
| 2036 | 2025-10-03T20:12:04.464Z | Compiling signature v2.2.0 |
| 2037 | 2025-10-03T20:12:04.545Z | Compiling openapiv3 v2.2.0 |
| 2038 | 2025-10-03T20:12:04.766Z | Compiling strum_macros v0.27.2 |
| 2039 | 2025-10-03T20:12:04.869Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2040 | 2025-10-03T20:12:08.605Z | Compiling fs-err v3.1.1 |
| 2041 | 2025-10-03T20:12:09.013Z | Compiling ahash v0.8.12 |
| 2042 | 2025-10-03T20:12:09.437Z | Compiling crc32fast v1.4.2 |
| 2043 | 2025-10-03T20:12:09.835Z | Compiling is_terminal_polyfill v1.70.1 |
| 2044 | 2025-10-03T20:12:10.012Z | Compiling unicode-properties v0.1.3 |
| 2045 | 2025-10-03T20:12:10.315Z | Compiling unicode-bidi v0.3.17 |
| 2046 | 2025-10-03T20:12:10.640Z | Compiling siphasher v0.3.11 |
| 2047 | 2025-10-03T20:12:11.073Z | Compiling buf-list v1.0.3 |
| 2048 | 2025-10-03T20:12:11.399Z | Compiling colorchoice v1.0.2 |
| 2049 | 2025-10-03T20:12:11.502Z | Compiling zlib-rs v0.5.1 |
| 2050 | 2025-10-03T20:12:11.625Z | Compiling anstyle-query v1.1.1 |
| 2051 | 2025-10-03T20:12:11.649Z | Compiling unarray v0.1.4 |
| 2052 | 2025-10-03T20:12:11.808Z | Compiling anstream v0.6.18 |
| 2053 | 2025-10-03T20:12:11.878Z | Compiling proptest v1.7.0 |
| 2054 | 2025-10-03T20:12:12.418Z | Compiling stringprep v0.1.5 |
| 2055 | 2025-10-03T20:12:13.328Z | Compiling phf_shared v0.11.2 |
| 2056 | 2025-10-03T20:12:16.008Z | Compiling libz-rs-sys v0.5.1 |
| 2057 | 2025-10-03T20:12:21.783Z | Compiling derive_builder_macro v0.20.2 |
| 2058 | 2025-10-03T20:12:23.543Z | Compiling http-body-util v0.1.3 |
| 2059 | 2025-10-03T20:12:24.176Z | Compiling vergen-lib v0.1.6 |
| 2060 | 2025-10-03T20:12:24.443Z | Compiling rand_chacha v0.3.1 |
| 2061 | 2025-10-03T20:12:24.807Z | Compiling sync_wrapper v1.0.1 |
| 2062 | 2025-10-03T20:12:25.002Z | Compiling md-5 v0.10.6 |
| 2063 | 2025-10-03T20:12:25.318Z | Compiling num-integer v0.1.46 |
| 2064 | 2025-10-03T20:12:25.342Z | Compiling hash32 v0.2.1 |
| 2065 | 2025-10-03T20:12:25.502Z | Compiling rustls-webpki v0.102.8 |
| 2066 | 2025-10-03T20:12:25.744Z | Compiling ff v0.13.0 |
| 2067 | 2025-10-03T20:12:26.017Z | Compiling encoding_rs v0.8.34 |
| 2068 | 2025-10-03T20:12:26.042Z | Compiling tower-layer v0.3.3 |
| 2069 | 2025-10-03T20:12:26.263Z | Compiling psl-types v2.0.11 |
| 2070 | 2025-10-03T20:12:26.546Z | Compiling base16ct v0.2.0 |
| 2071 | 2025-10-03T20:12:26.823Z | Compiling fallible-iterator v0.2.0 |
| 2072 | 2025-10-03T20:12:26.869Z | Compiling mime v0.3.17 |
| 2073 | 2025-10-03T20:12:27.455Z | Compiling publicsuffix v2.3.0 |
| 2074 | 2025-10-03T20:12:27.618Z | Compiling postgres-protocol v0.6.8 |
| 2075 | 2025-10-03T20:12:27.821Z | Compiling sec1 v0.7.3 |
| 2076 | 2025-10-03T20:12:27.887Z | Compiling tower v0.5.2 |
| 2077 | 2025-10-03T20:12:28.882Z | Compiling group v0.13.0 |
| 2078 | 2025-10-03T20:12:28.909Z | Compiling num-iter v0.1.45 |
| 2079 | 2025-10-03T20:12:29.263Z | Compiling oxnet v0.1.3 |
| 2080 | 2025-10-03T20:12:29.651Z | Compiling rand v0.8.5 |
| 2081 | 2025-10-03T20:12:32.470Z | Compiling derive_builder v0.20.2 |
| 2082 | 2025-10-03T20:12:32.612Z | Compiling tokio-native-tls v0.3.1 |
| 2083 | 2025-10-03T20:12:33.024Z | Compiling flate2 v1.1.2 |
| 2084 | 2025-10-03T20:12:33.238Z | Compiling rustls-native-certs v0.8.1 |
| 2085 | 2025-10-03T20:12:33.819Z | Compiling tokio-rustls v0.26.0 |
| 2086 | 2025-10-03T20:12:34.385Z | Compiling webpki-roots v1.0.1 |
| 2087 | 2025-10-03T20:12:34.974Z | Compiling vergen v9.0.6 |
| 2088 | 2025-10-03T20:12:35.163Z | Compiling hkdf v0.12.4 |
| 2089 | 2025-10-03T20:12:35.194Z | Compiling serde_urlencoded v0.7.1 |
| 2090 | 2025-10-03T20:12:35.337Z | Compiling enum-as-inner v0.6.1 |
| 2091 | 2025-10-03T20:12:35.458Z | Compiling clap_derive v4.5.47 |
| 2092 | 2025-10-03T20:12:35.660Z | Compiling terminal_size v0.4.0 |
| 2093 | 2025-10-03T20:12:36.259Z | Compiling cargo-platform v0.1.8 |
| 2094 | 2025-10-03T20:12:36.284Z | Compiling crypto-bigint v0.5.5 |
| 2095 | 2025-10-03T20:12:36.373Z | Compiling serde_repr v0.1.19 |
| 2096 | 2025-10-03T20:12:36.775Z | Compiling winnow v0.7.13 |
| 2097 | 2025-10-03T20:12:37.897Z | Compiling managed v0.8.0 |
| 2098 | 2025-10-03T20:12:38.274Z | Compiling iri-string v0.7.8 |
| 2099 | 2025-10-03T20:12:39.186Z | Compiling bumpalo v3.16.0 |
| 2100 | 2025-10-03T20:12:39.588Z | Compiling bitflags v1.3.2 |
| 2101 | 2025-10-03T20:12:39.737Z | Compiling lockfree-object-pool v0.1.6 |
| 2102 | 2025-10-03T20:12:40.051Z | Compiling simd-adler32 v0.3.7 |
| 2103 | 2025-10-03T20:12:40.342Z | Compiling clap_lex v0.7.4 |
| 2104 | 2025-10-03T20:12:40.612Z | Compiling zopfli v0.8.1 |
| 2105 | 2025-10-03T20:12:40.835Z | Compiling clap_builder v4.5.48 |
| 2106 | 2025-10-03T20:12:41.498Z | Compiling tower-http v0.6.6 |
| 2107 | 2025-10-03T20:12:43.983Z | Compiling elliptic-curve v0.13.8 |
| 2108 | 2025-10-03T20:12:44.770Z | Compiling cargo_metadata v0.19.2 |
| 2109 | 2025-10-03T20:12:45.988Z | Compiling hyper-tls v0.6.0 |
| 2110 | 2025-10-03T20:12:46.680Z | Compiling hyper-rustls v0.27.7 |
| 2111 | 2025-10-03T20:12:48.153Z | Compiling zstd v0.13.3 |
| 2112 | 2025-10-03T20:12:48.223Z | Compiling signal-hook-mio v0.2.4 |
| 2113 | 2025-10-03T20:12:48.441Z | Compiling daft v0.1.4 |
| 2114 | 2025-10-03T20:12:48.841Z | Compiling cookie_store v0.21.1 |
| 2115 | 2025-10-03T20:12:49.097Z | Compiling postgres-types v0.2.9 |
| 2116 | 2025-10-03T20:12:49.484Z | Compiling phf v0.11.2 |
| 2117 | 2025-10-03T20:12:50.042Z | Compiling strum v0.27.2 |
| 2118 | 2025-10-03T20:12:50.384Z | Compiling hubpack v0.1.2 |
| 2119 | 2025-10-03T20:12:50.409Z | Compiling ed25519 v2.2.3 |
| 2120 | 2025-10-03T20:12:50.494Z | Compiling bzip2 v0.5.2 |
| 2121 | 2025-10-03T20:12:50.582Z | Compiling bzip2 v0.4.4 |
| 2122 | 2025-10-03T20:12:50.914Z | Compiling crossbeam-epoch v0.9.18 |
| 2123 | 2025-10-03T20:12:50.941Z | Compiling pkcs1 v0.7.5 |
| 2124 | 2025-10-03T20:12:52.098Z | Compiling rfc6979 v0.4.0 |
| 2125 | 2025-10-03T20:12:52.320Z | Compiling regress v0.10.4 |
| 2126 | 2025-10-03T20:12:54.269Z | Compiling float-cmp v0.10.0 |
| 2127 | 2025-10-03T20:12:54.550Z | Compiling serde-big-array v0.5.1 |
| 2128 | 2025-10-03T20:12:54.661Z | Compiling bstr v1.10.0 |
| 2129 | 2025-10-03T20:12:54.830Z | Compiling env_filter v0.1.2 |
| 2130 | 2025-10-03T20:12:55.061Z | Compiling memmap v0.7.0 |
| 2131 | 2025-10-03T20:12:55.460Z | Compiling whoami v1.5.2 |
| 2132 | 2025-10-03T20:12:56.275Z | Compiling new_debug_unreachable v1.0.6 |
| 2133 | 2025-10-03T20:12:56.305Z | Compiling precomputed-hash v0.1.1 |
| 2134 | 2025-10-03T20:12:56.418Z | Compiling predicates-core v1.0.8 |
| 2135 | 2025-10-03T20:12:56.471Z | Compiling static_assertions v1.1.0 |
| 2136 | 2025-10-03T20:12:56.612Z | Compiling fixedbitset v0.4.2 |
| 2137 | 2025-10-03T20:12:56.777Z | Compiling data-encoding v2.9.0 |
| 2138 | 2025-10-03T20:12:57.067Z | Compiling foldhash v0.2.0 |
| 2139 | 2025-10-03T20:12:57.409Z | Compiling toml_write v0.1.2 |
| 2140 | 2025-10-03T20:12:57.443Z | Compiling unicode-segmentation v1.12.0 |
| 2141 | 2025-10-03T20:12:57.502Z | Compiling difflib v0.4.0 |
| 2142 | 2025-10-03T20:12:58.195Z | Compiling normalize-line-endings v0.3.0 |
| 2143 | 2025-10-03T20:12:58.368Z | Compiling rustc-hash v2.1.1 |
| 2144 | 2025-10-03T20:12:58.444Z | Compiling predicates v3.1.3 |
| 2145 | 2025-10-03T20:12:58.584Z | Compiling iddqd v0.3.13 |
| 2146 | 2025-10-03T20:12:58.613Z | Compiling similar v2.7.0 |
| 2147 | 2025-10-03T20:12:59.865Z | Compiling toml_edit v0.22.27 |
| 2148 | 2025-10-03T20:12:59.893Z | Compiling reqwest v0.12.22 |
| 2149 | 2025-10-03T20:13:00.376Z | Compiling hickory-proto v0.25.2 |
| 2150 | 2025-10-03T20:13:00.946Z | Compiling petgraph v0.6.5 |
| 2151 | 2025-10-03T20:13:04.806Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2152 | 2025-10-03T20:13:04.907Z | Compiling string_cache v0.8.9 |
| 2153 | 2025-10-03T20:13:05.409Z | Compiling typify-impl v0.4.3 |
| 2154 | 2025-10-03T20:13:07.372Z | Compiling tokio-postgres v0.7.13 |
| 2155 | 2025-10-03T20:13:09.264Z | Compiling usdt v0.5.0 |
| 2156 | 2025-10-03T20:13:09.739Z | Compiling env_logger v0.11.5 |
| 2157 | 2025-10-03T20:13:10.456Z | Compiling ecdsa v0.16.9 |
| 2158 | 2025-10-03T20:13:11.540Z | Compiling rsa v0.9.6 |
| 2159 | 2025-10-03T20:13:12.328Z | Compiling zip v0.6.6 |
| 2160 | 2025-10-03T20:13:13.092Z | Compiling zip v4.2.0 |
| 2161 | 2025-10-03T20:13:13.181Z | Compiling ed25519-dalek v2.1.1 |
| 2162 | 2025-10-03T20:13:14.335Z | Compiling crossterm v0.28.1 |
| 2163 | 2025-10-03T20:13:15.128Z | Compiling clap v4.5.48 |
| 2164 | 2025-10-03T20:13:15.282Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2165 | 2025-10-03T20:13:15.579Z | Compiling strum v0.26.3 |
| 2166 | 2025-10-03T20:13:15.747Z | Compiling tokio-stream v0.1.17 |
| 2167 | 2025-10-03T20:13:15.910Z | Compiling toml v0.7.8 |
| 2168 | 2025-10-03T20:13:16.739Z | Compiling x509-cert v0.2.5 |
| 2169 | 2025-10-03T20:13:17.704Z | Compiling sha1 v0.10.6 |
| 2170 | 2025-10-03T20:13:18.114Z | Compiling darling_core v0.21.0 |
| 2171 | 2025-10-03T20:13:18.411Z | Compiling itertools v0.13.0 |
| 2172 | 2025-10-03T20:13:20.425Z | Compiling itertools v0.10.5 |
| 2173 | 2025-10-03T20:13:20.617Z | Compiling winnow v0.6.26 |
| 2174 | 2025-10-03T20:13:22.092Z | Compiling peg-runtime v0.8.5 |
| 2175 | 2025-10-03T20:13:22.575Z | Compiling lalrpop-util v0.19.12 |
| 2176 | 2025-10-03T20:13:23.345Z | Compiling darling_macro v0.21.0 |
| 2177 | 2025-10-03T20:13:23.894Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2178 | 2025-10-03T20:13:24.241Z | Compiling typify-macro v0.4.3 |
| 2179 | 2025-10-03T20:13:29.031Z | Compiling rayon-core v1.12.1 |
| 2180 | 2025-10-03T20:13:31.924Z | Compiling darling v0.21.0 |
| 2181 | 2025-10-03T20:13:32.351Z | Compiling proc-macro-crate v1.3.1 |
| 2182 | 2025-10-03T20:13:32.671Z | Compiling macaddr v1.0.1 |
| 2183 | 2025-10-03T20:13:32.771Z | Compiling structmeta-derive v0.3.0 |
| 2184 | 2025-10-03T20:13:33.976Z | Compiling itertools v0.14.0 |
| 2185 | 2025-10-03T20:13:34.000Z | Compiling heapless v0.8.0 |
| 2186 | 2025-10-03T20:13:36.697Z | Compiling ingot-macros v0.1.1 |
| 2187 | 2025-10-03T20:13:36.831Z | Compiling structmeta v0.3.0 |
| 2188 | 2025-10-03T20:13:37.980Z | Compiling num_enum_derive v0.5.11 |
| 2189 | 2025-10-03T20:13:39.445Z | Compiling crossbeam-deque v0.8.5 |
| 2190 | 2025-10-03T20:13:40.976Z | Compiling hash32 v0.3.1 |
| 2191 | 2025-10-03T20:13:45.004Z | Compiling smoltcp v0.11.0 |
| 2192 | 2025-10-03T20:13:45.535Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2193 | 2025-10-03T20:13:47.736Z | Compiling ingot-types v0.1.2 |
| 2194 | 2025-10-03T20:13:52.645Z | Compiling num_enum v0.5.11 |
| 2195 | 2025-10-03T20:13:55.096Z | Compiling typify v0.4.3 |
| 2196 | 2025-10-03T20:13:58.137Z | Compiling proc-macro-error-attr v1.0.4 |
| 2197 | 2025-10-03T20:13:59.081Z | Compiling rustls v0.22.4 |
| 2198 | 2025-10-03T20:13:59.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2199 | 2025-10-03T20:13:59.319Z | Compiling cobs v0.2.3 |
| 2200 | 2025-10-03T20:13:59.759Z | Compiling unsafe-libyaml v0.2.11 |
| 2201 | 2025-10-03T20:14:00.925Z | Compiling serde_yaml v0.9.34+deprecated |
| 2202 | 2025-10-03T20:14:05.523Z | Compiling postcard v1.0.10 |
| 2203 | 2025-10-03T20:14:12.378Z | Compiling progenitor-impl v0.11.0 |
| 2204 | 2025-10-03T20:14:15.036Z | Compiling ingot v0.1.1 |
| 2205 | 2025-10-03T20:14:19.440Z | Compiling futures-executor v0.3.31 |
| 2206 | 2025-10-03T20:14:20.341Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2207 | 2025-10-03T20:14:20.365Z | Compiling hex v0.4.3 |
| 2208 | 2025-10-03T20:14:20.565Z | Compiling foreign-types-macros v0.2.3 |
| 2209 | 2025-10-03T20:14:20.859Z | Compiling thread_local v1.1.8 |
| 2210 | 2025-10-03T20:14:21.014Z | Compiling proc-macro-error v1.0.4 |
| 2211 | 2025-10-03T20:14:21.207Z | Compiling multer v3.1.0 |
| 2212 | 2025-10-03T20:14:21.336Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2213 | 2025-10-03T20:14:21.522Z | Compiling match_cfg v0.1.0 |
| 2214 | 2025-10-03T20:14:21.553Z | Compiling unicode-width v0.1.14 |
| 2215 | 2025-10-03T20:14:21.670Z | Compiling foreign-types-shared v0.3.1 |
| 2216 | 2025-10-03T20:14:21.702Z | Compiling slog-async v2.8.0 |
| 2217 | 2025-10-03T20:14:22.180Z | Compiling tabwriter v1.4.0 |
| 2218 | 2025-10-03T20:14:22.254Z | Compiling foreign-types v0.5.0 |
| 2219 | 2025-10-03T20:14:22.384Z | Compiling hostname v0.3.1 |
| 2220 | 2025-10-03T20:14:22.493Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2221 | 2025-10-03T20:14:22.610Z | Compiling futures v0.3.31 |
| 2222 | 2025-10-03T20:14:22.678Z | Compiling progenitor-macro v0.11.0 |
| 2223 | 2025-10-03T20:14:23.923Z | Compiling derive-ex v0.1.8 |
| 2224 | 2025-10-03T20:14:26.056Z | Compiling progenitor-client v0.11.0 |
| 2225 | 2025-10-03T20:14:26.947Z | Compiling toml_parser v1.0.2 |
| 2226 | 2025-10-03T20:14:27.212Z | Compiling slog-json v2.6.1 |
| 2227 | 2025-10-03T20:14:27.677Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2025-10-03T20:14:28.603Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2229 | 2025-10-03T20:14:28.836Z | Compiling toml_datetime v0.7.0 |
| 2230 | 2025-10-03T20:14:29.162Z | Compiling serde_spanned v1.0.0 |
| 2231 | 2025-10-03T20:14:29.350Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2232 | 2025-10-03T20:14:29.472Z | Compiling async-stream-impl v0.3.6 |
| 2233 | 2025-10-03T20:14:29.658Z | Compiling cstr-argument v0.1.2 |
| 2234 | 2025-10-03T20:14:29.834Z | Compiling is-terminal v0.4.13 |
| 2235 | 2025-10-03T20:14:29.952Z | Compiling dropshot v0.16.4 |
| 2236 | 2025-10-03T20:14:30.005Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2237 | 2025-10-03T20:14:30.111Z | Compiling term v1.1.0 |
| 2238 | 2025-10-03T20:14:30.302Z | Compiling crucible-workspace-hack v0.1.0 |
| 2239 | 2025-10-03T20:14:30.337Z | Compiling pretty-hex v0.2.1 |
| 2240 | 2025-10-03T20:14:30.499Z | Compiling typeid v1.0.3 |
| 2241 | 2025-10-03T20:14:30.597Z | Compiling toml_writer v1.0.2 |
| 2242 | 2025-10-03T20:14:30.625Z | Compiling take_mut v0.2.2 |
| 2243 | 2025-10-03T20:14:31.016Z | Compiling toml v0.9.5 |
| 2244 | 2025-10-03T20:14:31.125Z | Compiling slog-term v2.9.2 |
| 2245 | 2025-10-03T20:14:31.928Z | Compiling progenitor v0.11.0 |
| 2246 | 2025-10-03T20:14:32.192Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2247 | 2025-10-03T20:14:32.591Z | Compiling async-stream v0.3.6 |
| 2248 | 2025-10-03T20:14:33.061Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2249 | 2025-10-03T20:14:33.639Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2250 | 2025-10-03T20:14:33.672Z | Compiling slog-bunyan v2.5.0 |
| 2251 | 2025-10-03T20:14:33.869Z | Compiling tokio-rustls v0.25.0 |
| 2252 | 2025-10-03T20:14:33.893Z | Compiling test-strategy v0.4.3 |
| 2253 | 2025-10-03T20:14:34.737Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2254 | 2025-10-03T20:14:34.762Z | Compiling rayon v1.10.0 |
| 2255 | 2025-10-03T20:14:34.968Z | Compiling parse-display-derive v0.10.0 |
| 2256 | 2025-10-03T20:14:36.553Z | Compiling colored v2.2.0 |
| 2257 | 2025-10-03T20:14:36.598Z | Compiling serde_with_macros v3.14.0 |
| 2258 | 2025-10-03T20:14:37.801Z | Compiling waitgroup v0.1.2 |
| 2259 | 2025-10-03T20:14:37.847Z | Compiling rustls-pemfile v2.2.0 |
| 2260 | 2025-10-03T20:14:38.086Z | Compiling dropshot_endpoint v0.16.4 |
| 2261 | 2025-10-03T20:14:38.383Z | Compiling serde_path_to_error v0.1.17 |
| 2262 | 2025-10-03T20:14:38.557Z | Compiling derive-where v1.5.0 |
| 2263 | 2025-10-03T20:14:39.325Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2264 | 2025-10-03T20:14:39.387Z | Compiling hostname v0.4.0 |
| 2265 | 2025-10-03T20:14:39.682Z | Compiling instant v0.1.13 |
| 2266 | 2025-10-03T20:14:39.720Z | Compiling heck v0.4.1 |
| 2267 | 2025-10-03T20:14:39.882Z | Compiling debug-ignore v1.0.5 |
| 2268 | 2025-10-03T20:14:39.960Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2269 | 2025-10-03T20:14:40.068Z | Compiling backoff v0.4.0 |
| 2270 | 2025-10-03T20:14:40.105Z | Compiling zone_cfg_derive v0.3.0 |
| 2271 | 2025-10-03T20:14:40.210Z | Compiling serde_with v3.14.0 |
| 2272 | 2025-10-03T20:14:40.432Z | Compiling parse-display v0.10.0 |
| 2273 | 2025-10-03T20:14:41.012Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2274 | 2025-10-03T20:14:41.430Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2275 | 2025-10-03T20:14:42.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2276 | 2025-10-03T20:14:42.675Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2277 | 2025-10-03T20:14:43.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2278 | 2025-10-03T20:14:44.338Z | Compiling camino-tempfile v1.4.1 |
| 2279 | 2025-10-03T20:14:44.426Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2280 | 2025-10-03T20:14:45.047Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2281 | 2025-10-03T20:14:45.410Z | Compiling progenitor-client v0.10.0 |
| 2282 | 2025-10-03T20:14:45.480Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2283 | 2025-10-03T20:14:46.132Z | Compiling num-derive v0.4.2 |
| 2284 | 2025-10-03T20:14:46.295Z | Compiling sigpipe v0.1.3 |
| 2285 | 2025-10-03T20:14:46.480Z | Compiling jiff v0.2.15 |
| 2286 | 2025-10-03T20:14:47.762Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2287 | 2025-10-03T20:14:48.060Z | Compiling libefi-sys v0.1.0 |
| 2288 | 2025-10-03T20:14:48.553Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 2289 | 2025-10-03T20:14:49.428Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2290 | 2025-10-03T20:14:49.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2291 | 2025-10-03T20:14:49.988Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2292 | 2025-10-03T20:14:50.463Z | Compiling erased-serde v0.4.6 |
| 2293 | 2025-10-03T20:14:51.816Z | Compiling zone v0.3.1 |
| 2294 | 2025-10-03T20:14:54.393Z | Compiling smf v0.2.3 |
| 2295 | 2025-10-03T20:14:54.672Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2296 | 2025-10-03T20:14:55.238Z | Compiling bitfield-struct v0.6.2 |
| 2297 | 2025-10-03T20:14:55.542Z | Compiling ordered-float v2.10.1 |
| 2298 | 2025-10-03T20:14:56.155Z | Compiling blake3 v1.5.4 |
| 2299 | 2025-10-03T20:14:56.397Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2300 | 2025-10-03T20:14:56.632Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2301 | 2025-10-03T20:14:56.944Z | Compiling serde-value v0.7.0 |
| 2302 | 2025-10-03T20:14:57.348Z | Compiling serde-untagged v0.1.7 |
| 2303 | 2025-10-03T20:14:57.827Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2304 | 2025-10-03T20:14:58.165Z | Compiling toml v0.8.23 |
| 2305 | 2025-10-03T20:14:58.522Z | Compiling xattr v1.3.1 |
| 2306 | 2025-10-03T20:14:58.860Z | Compiling filetime v0.2.25 |
| 2307 | 2025-10-03T20:14:58.920Z | Compiling memmap2 v0.9.5 |
| 2308 | 2025-10-03T20:14:59.226Z | Compiling arrayvec v0.7.6 |
| 2309 | 2025-10-03T20:14:59.272Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2310 | 2025-10-03T20:14:59.297Z | Compiling same-file v1.0.6 |
| 2311 | 2025-10-03T20:14:59.434Z | Compiling unicode-xid v0.2.6 |
| 2312 | 2025-10-03T20:14:59.518Z | Compiling arrayref v0.3.9 |
| 2313 | 2025-10-03T20:14:59.599Z | Compiling constant_time_eq v0.3.1 |
| 2314 | 2025-10-03T20:14:59.649Z | Compiling unicode-width v0.2.0 |
| 2315 | 2025-10-03T20:14:59.695Z | Compiling cargo-util-schemas v0.8.2 |
| 2316 | 2025-10-03T20:14:59.742Z | Compiling walkdir v2.5.0 |
| 2317 | 2025-10-03T20:15:00.208Z | Compiling console v0.16.0 |
| 2318 | 2025-10-03T20:15:01.187Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2319 | 2025-10-03T20:15:02.028Z | Compiling tar v0.4.44 |
| 2320 | 2025-10-03T20:15:03.395Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2321 | 2025-10-03T20:15:03.761Z | Compiling tokio-dtrace v0.1.0 |
| 2322 | 2025-10-03T20:15:03.835Z | Compiling gethostname v0.5.0 |
| 2323 | 2025-10-03T20:15:04.082Z | Compiling cargo-platform v0.2.0 |
| 2324 | 2025-10-03T20:15:04.314Z | Compiling unit-prefix v0.5.1 |
| 2325 | 2025-10-03T20:15:04.588Z | Compiling topological-sort v0.2.2 |
| 2326 | 2025-10-03T20:15:04.828Z | Compiling fixedbitset v0.5.7 |
| 2327 | 2025-10-03T20:15:04.906Z | Compiling omicron-zone-package v0.12.2 |
| 2328 | 2025-10-03T20:15:05.237Z | Compiling cargo_metadata v0.21.0 |
| 2329 | 2025-10-03T20:15:06.055Z | Compiling petgraph v0.8.2 |
| 2330 | 2025-10-03T20:15:07.498Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2331 | 2025-10-03T20:15:10.099Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2332 | 2025-10-03T20:15:10.423Z | Compiling indicatif v0.18.0 |
| 2333 | 2025-10-03T20:15:11.500Z | Compiling oxide-tokio-rt v0.1.2 |
| 2334 | 2025-10-03T20:15:11.894Z | Compiling shell-words v1.1.0 |
| 2335 | 2025-10-03T20:15:12.107Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2336 | 2025-10-03T20:15:12.393Z | Compiling indent_write v2.2.0 |
| 2337 | 2025-10-03T20:15:12.673Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2338 | 2025-10-03T20:15:34.778Z | Finished `release` profile [optimized] target(s) in 5m 22s |
| 2339 | 2025-10-03T20:15:34.972Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2340 | 2025-10-03T20:15:35.068Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2341 | 2025-10-03T20:15:35.092Z | Created new build target 'test' and set it as active |
| 2342 | 2025-10-03T20:15:35.093Z | |
| 2343 | 2025-10-03T20:15:35.093Z | real 5:23.283828862 |
| 2344 | 2025-10-03T20:15:35.093Z | user 36:00.727288058 |
| 2345 | 2025-10-03T20:15:35.093Z | sys 4:23.563062602 |
| 2346 | 2025-10-03T20:15:35.093Z | trap 1.592425848 |
| 2347 | 2025-10-03T20:15:35.093Z | tflt 0.948842623 |
| 2348 | 2025-10-03T20:15:35.093Z | dflt 0.898525557 |
| 2349 | 2025-10-03T20:15:35.093Z | kflt 0.000728379 |
| 2350 | 2025-10-03T20:15:35.093Z | lock 1:42:52.070156797 |
| 2351 | 2025-10-03T20:15:35.093Z | slp 2:29:34.424529459 |
| 2352 | 2025-10-03T20:15:35.093Z | lat 3:03.127936839 |
| 2353 | 2025-10-03T20:15:35.093Z | stop 5:48.423126487 |
| 2354 | 2025-10-03T20:15:35.093Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2355 | 2025-10-03T20:15:36.965Z | Finished `release` profile [optimized] target(s) in 1.80s |
| 2356 | 2025-10-03T20:15:37.065Z | Running `target/release/omicron-package -t test package` |
| 2357 | 2025-10-03T20:15:37.143Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2358 | 2025-10-03T20:15:40.035Z | Compiling progenitor-impl v0.10.0 |
| 2359 | 2025-10-03T20:15:40.060Z | Compiling is-terminal v0.4.13 |
| 2360 | 2025-10-03T20:15:40.160Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2361 | 2025-10-03T20:15:40.184Z | Compiling rustls v0.22.4 |
| 2362 | 2025-10-03T20:15:40.209Z | Compiling thread_local v1.1.8 |
| 2363 | 2025-10-03T20:15:40.209Z | Compiling match_cfg v0.1.0 |
| 2364 | 2025-10-03T20:15:40.233Z | Compiling multer v3.1.0 |
| 2365 | 2025-10-03T20:15:40.336Z | Compiling slog-async v2.8.0 |
| 2366 | 2025-10-03T20:15:40.402Z | Compiling hostname v0.3.1 |
| 2367 | 2025-10-03T20:15:40.435Z | Compiling progenitor-client v0.11.0 |
| 2368 | 2025-10-03T20:15:40.472Z | Compiling crossbeam-channel v0.5.15 |
| 2369 | 2025-10-03T20:15:40.507Z | Compiling toml_parser v1.0.2 |
| 2370 | 2025-10-03T20:15:40.630Z | Compiling slog-json v2.6.1 |
| 2371 | 2025-10-03T20:15:40.667Z | Compiling futures-executor v0.3.31 |
| 2372 | 2025-10-03T20:15:40.995Z | Compiling toml_datetime v0.7.0 |
| 2373 | 2025-10-03T20:15:41.023Z | Compiling hex v0.4.3 |
| 2374 | 2025-10-03T20:15:41.090Z | Compiling serde_spanned v1.0.0 |
| 2375 | 2025-10-03T20:15:41.371Z | Compiling convert_case v0.4.0 |
| 2376 | 2025-10-03T20:15:41.405Z | Compiling toml_writer v1.0.2 |
| 2377 | 2025-10-03T20:15:41.540Z | Compiling term v1.1.0 |
| 2378 | 2025-10-03T20:15:41.625Z | Compiling take_mut v0.2.2 |
| 2379 | 2025-10-03T20:15:41.837Z | Compiling toml v0.9.5 |
| 2380 | 2025-10-03T20:15:41.861Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2381 | 2025-10-03T20:15:42.052Z | Compiling derive_more v0.99.20 |
| 2382 | 2025-10-03T20:15:42.092Z | Compiling futures v0.3.31 |
| 2383 | 2025-10-03T20:15:42.248Z | Compiling slog-term v2.9.2 |
| 2384 | 2025-10-03T20:15:42.596Z | Compiling slog-bunyan v2.5.0 |
| 2385 | 2025-10-03T20:15:42.632Z | Compiling progenitor v0.11.0 |
| 2386 | 2025-10-03T20:15:42.902Z | Compiling async-stream v0.3.6 |
| 2387 | 2025-10-03T20:15:43.220Z | Compiling dropshot v0.16.4 |
| 2388 | 2025-10-03T20:15:43.312Z | Compiling waitgroup v0.1.2 |
| 2389 | 2025-10-03T20:15:43.339Z | Compiling rustls-pemfile v2.2.0 |
| 2390 | 2025-10-03T20:15:43.546Z | Compiling serde_path_to_error v0.1.17 |
| 2391 | 2025-10-03T20:15:43.677Z | Compiling hostname v0.4.0 |
| 2392 | 2025-10-03T20:15:43.710Z | Compiling instant v0.1.13 |
| 2393 | 2025-10-03T20:15:43.916Z | Compiling debug-ignore v1.0.5 |
| 2394 | 2025-10-03T20:15:43.952Z | Compiling backoff v0.4.0 |
| 2395 | 2025-10-03T20:15:44.186Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2396 | 2025-10-03T20:15:44.324Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2397 | 2025-10-03T20:15:44.358Z | Compiling parse-display v0.10.0 |
| 2398 | 2025-10-03T20:15:44.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2399 | 2025-10-03T20:15:44.705Z | Compiling tokio-rustls v0.25.0 |
| 2400 | 2025-10-03T20:15:44.843Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2401 | 2025-10-03T20:15:45.197Z | Compiling progenitor-macro v0.10.0 |
| 2402 | 2025-10-03T20:15:45.228Z | Compiling serde_with v3.14.0 |
| 2403 | 2025-10-03T20:15:45.396Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2404 | 2025-10-03T20:15:46.109Z | Compiling progenitor-client v0.10.0 |
| 2405 | 2025-10-03T20:15:46.639Z | Compiling num-rational v0.4.2 |
| 2406 | 2025-10-03T20:15:47.106Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2407 | 2025-10-03T20:15:47.142Z | Compiling num-complex v0.4.6 |
| 2408 | 2025-10-03T20:15:47.831Z | Compiling macaddr v1.0.1 |
| 2409 | 2025-10-03T20:15:48.041Z | Compiling num v0.4.3 |
| 2410 | 2025-10-03T20:15:48.283Z | Compiling float-ord v0.3.2 |
| 2411 | 2025-10-03T20:15:48.723Z | Compiling toml v0.8.23 |
| 2412 | 2025-10-03T20:15:48.916Z | Compiling prettyplease v0.2.36 |
| 2413 | 2025-10-03T20:15:48.960Z | Compiling bytecount v0.6.8 |
| 2414 | 2025-10-03T20:15:49.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2415 | 2025-10-03T20:15:50.039Z | Compiling secrecy v0.10.3 |
| 2416 | 2025-10-03T20:15:50.169Z | Compiling console v0.15.10 |
| 2417 | 2025-10-03T20:15:50.223Z | Compiling swrite v0.1.0 |
| 2418 | 2025-10-03T20:15:50.368Z | Compiling password-hash v0.5.0 |
| 2419 | 2025-10-03T20:15:50.422Z | Compiling blake2 v0.10.6 |
| 2420 | 2025-10-03T20:15:51.018Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2421 | 2025-10-03T20:15:51.445Z | Compiling argon2 v0.5.3 |
| 2422 | 2025-10-03T20:15:52.341Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2025-10-03T20:15:52.783Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2424 | 2025-10-03T20:15:52.817Z | Compiling newline-converter v0.3.0 |
| 2425 | 2025-10-03T20:15:53.079Z | Compiling atomicwrites v0.4.4 |
| 2426 | 2025-10-03T20:15:53.404Z | Compiling expectorate v1.2.0 |
| 2427 | 2025-10-03T20:15:53.586Z | Compiling resolv-conf v0.7.0 |
| 2428 | 2025-10-03T20:15:53.619Z | Compiling base64 v0.21.7 |
| 2429 | 2025-10-03T20:15:53.796Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2430 | 2025-10-03T20:15:54.442Z | Compiling owo-colors v4.2.2 |
| 2431 | 2025-10-03T20:15:54.677Z | Compiling cancel-safe-futures v0.1.5 |
| 2432 | 2025-10-03T20:15:54.716Z | Compiling progenitor v0.10.0 |
| 2433 | 2025-10-03T20:15:55.022Z | Compiling libsw-core v0.3.1 |
| 2434 | 2025-10-03T20:15:55.047Z | Compiling linked-hash-map v0.5.6 |
| 2435 | 2025-10-03T20:15:55.368Z | Compiling libsw v3.5.0 |
| 2436 | 2025-10-03T20:15:55.481Z | Compiling lru-cache v0.1.2 |
| 2437 | 2025-10-03T20:15:55.713Z | Compiling unicode-xid v0.2.6 |
| 2438 | 2025-10-03T20:15:55.773Z | Compiling linear-map v1.2.0 |
| 2439 | 2025-10-03T20:15:55.848Z | Compiling hickory-proto v0.24.4 |
| 2440 | 2025-10-03T20:15:55.953Z | Compiling async-recursion v1.1.1 |
| 2441 | 2025-10-03T20:15:56.228Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2442 | 2025-10-03T20:15:57.048Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2443 | 2025-10-03T20:15:57.327Z | Compiling globset v0.4.15 |
| 2444 | 2025-10-03T20:16:02.739Z | Compiling hickory-resolver v0.24.4 |
| 2445 | 2025-10-03T20:16:03.605Z | Compiling convert_case v0.7.1 |
| 2446 | 2025-10-03T20:16:04.317Z | Compiling derive_more-impl v2.0.1 |
| 2447 | 2025-10-03T20:16:05.867Z | Compiling qorb v0.4.1 |
| 2448 | 2025-10-03T20:16:06.324Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2449 | 2025-10-03T20:16:09.163Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2450 | 2025-10-03T20:16:11.861Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2451 | 2025-10-03T20:16:11.909Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2452 | 2025-10-03T20:16:13.130Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2453 | 2025-10-03T20:16:14.769Z | Compiling derive_more v2.0.1 |
| 2454 | 2025-10-03T20:16:14.932Z | Compiling pin-project-internal v1.1.6 |
| 2455 | 2025-10-03T20:16:15.534Z | Compiling vte_generate_state_changes v0.1.2 |
| 2456 | 2025-10-03T20:16:16.069Z | Compiling siphasher v1.0.1 |
| 2457 | 2025-10-03T20:16:16.154Z | Compiling utf-8 v0.7.6 |
| 2458 | 2025-10-03T20:16:16.531Z | Compiling termtree v0.5.1 |
| 2459 | 2025-10-03T20:16:16.560Z | Compiling phf_shared v0.12.1 |
| 2460 | 2025-10-03T20:16:16.847Z | Compiling vte v0.11.1 |
| 2461 | 2025-10-03T20:16:17.034Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2462 | 2025-10-03T20:16:17.228Z | Compiling pin-project v1.1.6 |
| 2463 | 2025-10-03T20:16:17.439Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2464 | 2025-10-03T20:16:18.373Z | Compiling crossterm v0.29.0 |
| 2465 | 2025-10-03T20:16:21.882Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2466 | 2025-10-03T20:16:22.410Z | Compiling pem v3.0.5 |
| 2467 | 2025-10-03T20:16:22.643Z | Compiling snafu-derive v0.8.5 |
| 2468 | 2025-10-03T20:16:22.931Z | Compiling chrono-tz v0.10.4 |
| 2469 | 2025-10-03T20:16:23.307Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2470 | 2025-10-03T20:16:23.763Z | Compiling strip-ansi-escapes v0.2.0 |
| 2471 | 2025-10-03T20:16:23.792Z | Compiling phf v0.12.1 |
| 2472 | 2025-10-03T20:16:24.234Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2025-10-03T20:16:24.468Z | Compiling papergrid v0.11.0 |
| 2474 | 2025-10-03T20:16:25.337Z | Compiling tabled_derive v0.7.0 |
| 2475 | 2025-10-03T20:16:25.750Z | Compiling olpc-cjson v0.1.4 |
| 2476 | 2025-10-03T20:16:26.093Z | Compiling fd-lock v4.0.2 |
| 2477 | 2025-10-03T20:16:26.277Z | Compiling snafu v0.8.5 |
| 2478 | 2025-10-03T20:16:26.354Z | Compiling peg-macros v0.8.5 |
| 2479 | 2025-10-03T20:16:26.524Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2480 | 2025-10-03T20:16:27.012Z | Compiling csv-core v0.1.11 |
| 2481 | 2025-10-03T20:16:27.330Z | Compiling serde_plain v1.0.2 |
| 2482 | 2025-10-03T20:16:27.386Z | Compiling typed-path v0.9.3 |
| 2483 | 2025-10-03T20:16:27.812Z | Compiling keccak v0.1.5 |
| 2484 | 2025-10-03T20:16:27.855Z | Compiling nu-ansi-term v0.50.1 |
| 2485 | 2025-10-03T20:16:28.773Z | Compiling highway v1.3.0 |
| 2486 | 2025-10-03T20:16:28.913Z | Compiling reedline v0.40.0 |
| 2487 | 2025-10-03T20:16:28.937Z | Compiling peg v0.8.5 |
| 2488 | 2025-10-03T20:16:29.136Z | Compiling sha3 v0.10.8 |
| 2489 | 2025-10-03T20:16:29.175Z | Compiling csv v1.3.1 |
| 2490 | 2025-10-03T20:16:29.861Z | Compiling tough v0.20.0 |
| 2491 | 2025-10-03T20:16:29.927Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2492 | 2025-10-03T20:16:30.264Z | Compiling tabled v0.15.0 |
| 2493 | 2025-10-03T20:16:31.161Z | Compiling const_format v0.2.34 |
| 2494 | 2025-10-03T20:16:32.560Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2495 | 2025-10-03T20:16:33.536Z | Compiling bcs v0.1.6 |
| 2496 | 2025-10-03T20:16:34.367Z | Compiling semver v0.1.20 |
| 2497 | 2025-10-03T20:16:34.884Z | Compiling rustc_version v0.1.7 |
| 2498 | 2025-10-03T20:16:35.296Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2499 | 2025-10-03T20:16:35.695Z | Compiling newtype_derive v0.1.6 |
| 2500 | 2025-10-03T20:16:36.039Z | Compiling tungstenite v0.21.0 |
| 2501 | 2025-10-03T20:16:40.240Z | Compiling half v2.4.1 |
| 2502 | 2025-10-03T20:16:40.710Z | Compiling ciborium-io v0.2.2 |
| 2503 | 2025-10-03T20:16:40.896Z | Compiling unicode-linebreak v0.1.5 |
| 2504 | 2025-10-03T20:16:40.929Z | Compiling humantime v2.2.0 |
| 2505 | 2025-10-03T20:16:41.434Z | Compiling smawk v0.3.2 |
| 2506 | 2025-10-03T20:16:41.737Z | Compiling textwrap v0.16.2 |
| 2507 | 2025-10-03T20:16:41.788Z | Compiling ciborium-ll v0.2.2 |
| 2508 | 2025-10-03T20:16:42.320Z | Compiling tokio-tungstenite v0.21.0 |
| 2509 | 2025-10-03T20:16:43.091Z | Compiling ciborium v0.2.2 |
| 2510 | 2025-10-03T20:16:43.292Z | Compiling steno v0.4.1 |
| 2511 | 2025-10-03T20:16:43.508Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 2512 | 2025-10-03T20:16:44.910Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2513 | 2025-10-03T20:16:45.025Z | Compiling universal-hash v0.5.1 |
| 2514 | 2025-10-03T20:16:45.318Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2515 | 2025-10-03T20:16:47.156Z | Compiling opaque-debug v0.3.1 |
| 2516 | 2025-10-03T20:16:47.201Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2517 | 2025-10-03T20:16:47.280Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2518 | 2025-10-03T20:16:47.328Z | Compiling poly1305 v0.8.0 |
| 2519 | 2025-10-03T20:16:47.409Z | Compiling thiserror-no-std v2.0.2 |
| 2520 | 2025-10-03T20:16:47.595Z | Compiling chacha20 v0.9.1 |
| 2521 | 2025-10-03T20:16:47.630Z | Compiling aead v0.5.2 |
| 2522 | 2025-10-03T20:16:48.003Z | Compiling chacha20poly1305 v0.10.1 |
| 2523 | 2025-10-03T20:16:48.149Z | Compiling vsss-rs v3.3.4 |
| 2524 | 2025-10-03T20:16:48.269Z | Compiling dropshot-api-manager-types v0.2.1 |
| 2525 | 2025-10-03T20:16:48.518Z | Compiling moka v0.12.10 |
| 2526 | 2025-10-03T20:16:48.880Z | Compiling tagptr v0.2.0 |
| 2527 | 2025-10-03T20:16:49.346Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2528 | 2025-10-03T20:16:49.604Z | Compiling nix v0.30.1 |
| 2529 | 2025-10-03T20:16:50.251Z | Compiling display-error-chain v0.2.2 |
| 2530 | 2025-10-03T20:16:50.510Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2531 | 2025-10-03T20:16:50.955Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2532 | 2025-10-03T20:16:52.201Z | Compiling hickory-resolver v0.25.2 |
| 2533 | 2025-10-03T20:16:59.456Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2025-10-03T20:16:59.881Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2535 | 2025-10-03T20:17:00.077Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2536 | 2025-10-03T20:17:00.768Z | Compiling proc-macro-error2 v2.0.1 |
| 2537 | 2025-10-03T20:17:01.772Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2538 | 2025-10-03T20:17:03.752Z | Compiling vergen-gitcl v1.0.8 |
| 2539 | 2025-10-03T20:17:04.128Z | Compiling dirs-sys-next v0.1.2 |
| 2540 | 2025-10-03T20:17:04.591Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2541 | 2025-10-03T20:17:05.077Z | Compiling crunchy v0.2.2 |
| 2542 | 2025-10-03T20:17:05.491Z | Compiling maplit v1.0.2 |
| 2543 | 2025-10-03T20:17:05.654Z | Compiling radium v0.7.0 |
| 2544 | 2025-10-03T20:17:05.835Z | Compiling dirs-next v2.0.0 |
| 2545 | 2025-10-03T20:17:06.124Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2546 | 2025-10-03T20:17:06.155Z | Compiling dsl_auto_type v0.1.2 |
| 2547 | 2025-10-03T20:17:06.411Z | Compiling scheduled-thread-pool v0.2.7 |
| 2548 | 2025-10-03T20:17:07.209Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2549 | 2025-10-03T20:17:07.492Z | Compiling maybe-uninit v2.0.0 |
| 2550 | 2025-10-03T20:17:07.587Z | Compiling tap v1.0.1 |
| 2551 | 2025-10-03T20:17:08.126Z | Compiling tiny-keccak v2.0.2 |
| 2552 | 2025-10-03T20:17:08.126Z | Compiling wyz v0.5.1 |
| 2553 | 2025-10-03T20:17:08.246Z | Compiling diesel_derives v2.2.3 |
| 2554 | 2025-10-03T20:17:08.575Z | Compiling r2d2 v0.8.10 |
| 2555 | 2025-10-03T20:17:09.570Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2556 | 2025-10-03T20:17:12.237Z | Compiling term v0.7.0 |
| 2557 | 2025-10-03T20:17:13.282Z | Compiling num-derive v0.3.3 |
| 2558 | 2025-10-03T20:17:15.093Z | Compiling zerocopy-derive v0.6.6 |
| 2559 | 2025-10-03T20:17:15.658Z | Compiling bit-vec v0.6.3 |
| 2560 | 2025-10-03T20:17:16.153Z | Compiling packed_struct v0.10.1 |
| 2561 | 2025-10-03T20:17:16.716Z | Compiling funty v2.0.0 |
| 2562 | 2025-10-03T20:17:16.814Z | Compiling crc-catalog v2.4.0 |
| 2563 | 2025-10-03T20:17:17.022Z | Compiling diesel v2.2.12 |
| 2564 | 2025-10-03T20:17:17.058Z | Compiling crc v3.2.1 |
| 2565 | 2025-10-03T20:17:19.038Z | Compiling bitvec v1.0.1 |
| 2566 | 2025-10-03T20:17:22.073Z | Compiling zerocopy v0.6.6 |
| 2567 | 2025-10-03T20:17:23.166Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2568 | 2025-10-03T20:17:30.037Z | Compiling bit-set v0.5.3 |
| 2569 | 2025-10-03T20:17:30.424Z | Compiling libscf-sys v1.1.0 |
| 2570 | 2025-10-03T20:17:30.763Z | Compiling ascii-canvas v3.0.0 |
| 2571 | 2025-10-03T20:17:31.889Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2572 | 2025-10-03T20:17:33.063Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2573 | 2025-10-03T20:17:33.198Z | Compiling packed_struct_codegen v0.10.1 |
| 2574 | 2025-10-03T20:17:34.176Z | Compiling ena v0.14.3 |
| 2575 | 2025-10-03T20:17:34.683Z | Compiling bitfield-macros v0.19.2 |
| 2576 | 2025-10-03T20:17:35.408Z | Compiling indexmap v1.9.3 |
| 2577 | 2025-10-03T20:17:35.767Z | Compiling nodrop v0.1.14 |
| 2578 | 2025-10-03T20:17:35.966Z | Compiling regex-syntax v0.6.29 |
| 2579 | 2025-10-03T20:17:36.081Z | Compiling arc-swap v1.7.1 |
| 2580 | 2025-10-03T20:17:36.789Z | Compiling bindgen v0.71.1 |
| 2581 | 2025-10-03T20:17:37.194Z | Compiling diff v0.1.13 |
| 2582 | 2025-10-03T20:17:37.302Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2583 | 2025-10-03T20:17:37.712Z | Compiling slog-scope v4.4.0 |
| 2584 | 2025-10-03T20:17:37.797Z | Compiling bitfield v0.19.2 |
| 2585 | 2025-10-03T20:17:38.349Z | Compiling array-init v0.0.4 |
| 2586 | 2025-10-03T20:17:39.466Z | Compiling lalrpop v0.19.12 |
| 2587 | 2025-10-03T20:17:40.485Z | Compiling smallvec v0.6.14 |
| 2588 | 2025-10-03T20:17:40.994Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2589 | 2025-10-03T20:17:42.364Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2590 | 2025-10-03T20:17:42.539Z | Compiling tabled_derive v0.11.0 |
| 2591 | 2025-10-03T20:17:44.812Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2592 | 2025-10-03T20:17:44.984Z | Compiling papergrid v0.17.0 |
| 2593 | 2025-10-03T20:17:45.862Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2594 | 2025-10-03T20:17:46.229Z | Compiling testing_table v0.3.0 |
| 2595 | 2025-10-03T20:17:47.006Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2596 | 2025-10-03T20:17:49.779Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2597 | 2025-10-03T20:17:50.051Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2598 | 2025-10-03T20:17:50.150Z | Compiling hashbrown v0.12.3 |
| 2599 | 2025-10-03T20:17:50.528Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2600 | 2025-10-03T20:17:52.631Z | Compiling tabled v0.20.0 |
| 2601 | 2025-10-03T20:17:56.784Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2602 | 2025-10-03T20:17:57.648Z | Compiling serde-hex v0.1.0 |
| 2603 | 2025-10-03T20:17:59.351Z | Compiling polar-core v0.27.3 |
| 2604 | 2025-10-03T20:17:59.438Z | Compiling slog-stdlog v4.1.1 |
| 2605 | 2025-10-03T20:18:00.651Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2606 | 2025-10-03T20:18:00.849Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2607 | 2025-10-03T20:18:01.064Z | Compiling ron v0.8.1 |
| 2608 | 2025-10-03T20:18:01.770Z | Compiling hashbrown v0.13.2 |
| 2609 | 2025-10-03T20:18:02.058Z | Compiling headers-core v0.3.0 |
| 2610 | 2025-10-03T20:18:02.298Z | Compiling libxml v0.3.3 |
| 2611 | 2025-10-03T20:18:02.732Z | Compiling crc-any v2.5.0 |
| 2612 | 2025-10-03T20:18:02.828Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2613 | 2025-10-03T20:18:03.118Z | Compiling object v0.30.4 |
| 2614 | 2025-10-03T20:18:03.653Z | Compiling headers v0.4.1 |
| 2615 | 2025-10-03T20:18:06.447Z | Compiling slog-envlogger v2.2.0 |
| 2616 | 2025-10-03T20:18:07.243Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2617 | 2025-10-03T20:18:12.268Z | Compiling samael v0.0.19 |
| 2618 | 2025-10-03T20:18:13.524Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2619 | 2025-10-03T20:18:13.913Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2620 | 2025-10-03T20:18:14.376Z | Compiling strum_macros v0.24.3 |
| 2621 | 2025-10-03T20:18:14.591Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2025-10-03T20:18:15.017Z | Compiling indoc v1.0.9 |
| 2623 | 2025-10-03T20:18:15.460Z | Compiling crc8 v0.1.1 |
| 2624 | 2025-10-03T20:18:15.866Z | Compiling path-slash v0.1.5 |
| 2625 | 2025-10-03T20:18:16.216Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2626 | 2025-10-03T20:18:18.944Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2627 | 2025-10-03T20:18:19.340Z | Compiling derive_builder v0.20.2 |
| 2628 | 2025-10-03T20:18:19.622Z | Compiling oso-derive v0.27.3 |
| 2629 | 2025-10-03T20:18:20.579Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2630 | 2025-10-03T20:18:21.101Z | Compiling quick-xml v0.37.2 |
| 2631 | 2025-10-03T20:18:21.800Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2632 | 2025-10-03T20:18:22.654Z | Compiling diesel-dtrace v0.4.2 |
| 2633 | 2025-10-03T20:18:23.157Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095) |
| 2634 | 2025-10-03T20:18:23.208Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2635 | 2025-10-03T20:18:26.109Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2636 | 2025-10-03T20:18:26.571Z | Compiling bb8 v0.8.5 |
| 2637 | 2025-10-03T20:18:27.296Z | Compiling unicase v2.7.0 |
| 2638 | 2025-10-03T20:18:27.685Z | Compiling oso v0.27.3 |
| 2639 | 2025-10-03T20:18:30.737Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2025-10-03T20:18:31.444Z | Compiling xshell v0.2.7 |
| 2641 | 2025-10-03T20:18:34.193Z | Compiling async-bb8-diesel v0.2.1 |
| 2642 | 2025-10-03T20:18:35.073Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095) |
| 2643 | 2025-10-03T20:18:36.906Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2644 | 2025-10-03T20:18:37.726Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2645 | 2025-10-03T20:18:38.109Z | Compiling typify-impl v0.3.0 |
| 2646 | 2025-10-03T20:18:43.860Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2647 | 2025-10-03T20:18:47.497Z | Compiling typify-macro v0.3.0 |
| 2648 | 2025-10-03T20:18:51.092Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2649 | 2025-10-03T20:18:51.524Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2650 | 2025-10-03T20:18:51.740Z | Compiling typify-impl v0.2.0 |
| 2651 | 2025-10-03T20:18:54.763Z | Compiling fxhash v0.2.1 |
| 2652 | 2025-10-03T20:18:55.084Z | Compiling libz-sys v1.1.20 |
| 2653 | 2025-10-03T20:18:55.787Z | Compiling half v1.8.3 |
| 2654 | 2025-10-03T20:18:56.854Z | Compiling serde_cbor v0.11.2 |
| 2655 | 2025-10-03T20:18:59.930Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2656 | 2025-10-03T20:19:01.027Z | Compiling typify-macro v0.2.0 |
| 2657 | 2025-10-03T20:19:04.712Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2658 | 2025-10-03T20:19:05.031Z | Compiling kstat-rs v0.2.4 |
| 2659 | 2025-10-03T20:19:06.002Z | Compiling fs-err v2.11.0 |
| 2660 | 2025-10-03T20:19:06.439Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2661 | 2025-10-03T20:19:07.133Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2662 | 2025-10-03T20:19:08.035Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2663 | 2025-10-03T20:19:15.428Z | Compiling nanorand v0.7.0 |
| 2664 | 2025-10-03T20:19:16.236Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2665 | 2025-10-03T20:19:17.054Z | Compiling parking_lot_core v0.8.6 |
| 2666 | 2025-10-03T20:19:18.312Z | Compiling flume v0.11.1 |
| 2667 | 2025-10-03T20:19:19.264Z | Compiling mime_guess v2.0.5 |
| 2668 | 2025-10-03T20:19:21.071Z | Compiling typify v0.3.0 |
| 2669 | 2025-10-03T20:19:21.300Z | Compiling tabled_derive v0.10.0 |
| 2670 | 2025-10-03T20:19:21.464Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2671 | 2025-10-03T20:19:23.568Z | Compiling ignore v0.4.23 |
| 2672 | 2025-10-03T20:19:27.560Z | Compiling papergrid v0.14.0 |
| 2673 | 2025-10-03T20:19:33.092Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2674 | 2025-10-03T20:19:34.632Z | Compiling castaway v0.2.3 |
| 2675 | 2025-10-03T20:19:34.891Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2676 | 2025-10-03T20:19:35.257Z | Compiling parse-size v1.1.0 |
| 2677 | 2025-10-03T20:19:35.673Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2678 | 2025-10-03T20:19:36.647Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2679 | 2025-10-03T20:19:37.880Z | Compiling compact_str v0.8.0 |
| 2680 | 2025-10-03T20:19:40.476Z | Compiling tabled v0.18.0 |
| 2681 | 2025-10-03T20:19:40.594Z | Compiling globwalk v0.9.1 |
| 2682 | 2025-10-03T20:19:42.568Z | Compiling progenitor-impl v0.9.1 |
| 2683 | 2025-10-03T20:19:48.485Z | Compiling typify v0.2.0 |
| 2684 | 2025-10-03T20:19:48.519Z | Compiling predicates-tree v1.0.12 |
| 2685 | 2025-10-03T20:19:48.721Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2686 | 2025-10-03T20:19:49.532Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2687 | 2025-10-03T20:19:52.250Z | Compiling unicode-truncate v1.1.0 |
| 2688 | 2025-10-03T20:19:56.060Z | Compiling lru v0.12.5 |
| 2689 | 2025-10-03T20:19:56.482Z | Compiling vergen-git2 v1.0.7 |
| 2690 | 2025-10-03T20:19:56.850Z | Compiling nibble_vec v0.1.0 |
| 2691 | 2025-10-03T20:19:57.149Z | Compiling instability v0.3.2 |
| 2692 | 2025-10-03T20:19:58.118Z | Compiling atty v0.2.14 |
| 2693 | 2025-10-03T20:19:58.352Z | Compiling cassowary v0.3.0 |
| 2694 | 2025-10-03T20:20:00.545Z | Compiling http-range v0.1.5 |
| 2695 | 2025-10-03T20:20:01.253Z | Compiling indoc v2.0.6 |
| 2696 | 2025-10-03T20:20:01.971Z | Compiling endian-type v0.1.2 |
| 2697 | 2025-10-03T20:20:02.105Z | Compiling salty v0.3.0 |
| 2698 | 2025-10-03T20:20:02.299Z | Compiling radix_trie v0.2.1 |
| 2699 | 2025-10-03T20:20:02.616Z | Compiling ratatui v0.29.0 |
| 2700 | 2025-10-03T20:20:03.618Z | Compiling camino-tempfile-ext v0.3.2 |
| 2701 | 2025-10-03T20:20:05.070Z | Compiling progenitor-impl v0.8.0 |
| 2702 | 2025-10-03T20:20:10.144Z | Compiling git2 v0.20.2 |
| 2703 | 2025-10-03T20:20:10.598Z | Compiling progenitor-macro v0.9.1 |
| 2704 | 2025-10-03T20:20:14.746Z | Compiling parking_lot v0.11.2 |
| 2705 | 2025-10-03T20:20:16.769Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2706 | 2025-10-03T20:20:22.037Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2707 | 2025-10-03T20:20:25.808Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2708 | 2025-10-03T20:20:32.578Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 2709 | 2025-10-03T20:20:33.935Z | Compiling progenitor-client v0.9.1 |
| 2710 | 2025-10-03T20:20:35.082Z | Compiling rand_seeder v0.4.0 |
| 2711 | 2025-10-03T20:20:35.579Z | Compiling prefix-trie v0.7.0 |
| 2712 | 2025-10-03T20:20:36.683Z | Compiling lzma-sys v0.1.20 |
| 2713 | 2025-10-03T20:20:37.272Z | Compiling rustls v0.21.12 |
| 2714 | 2025-10-03T20:20:37.582Z | Compiling hickory-server v0.25.2 |
| 2715 | 2025-10-03T20:20:37.743Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2716 | 2025-10-03T20:20:38.106Z | Compiling progenitor v0.9.1 |
| 2717 | 2025-10-03T20:20:38.150Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2718 | 2025-10-03T20:20:38.446Z | Compiling hyper-staticfile v0.10.1 |
| 2719 | 2025-10-03T20:20:39.846Z | Compiling sled v0.34.7 |
| 2720 | 2025-10-03T20:20:41.181Z | Compiling progenitor-macro v0.8.0 |
| 2721 | 2025-10-03T20:20:50.008Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2722 | 2025-10-03T20:20:57.063Z | Compiling hickory-client v0.25.2 |
| 2723 | 2025-10-03T20:20:57.677Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2724 | 2025-10-03T20:20:59.059Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2725 | 2025-10-03T20:20:59.094Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2726 | 2025-10-03T20:20:59.614Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2727 | 2025-10-03T20:20:59.669Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2728 | 2025-10-03T20:21:05.823Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2729 | 2025-10-03T20:21:06.872Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2730 | 2025-10-03T20:21:07.320Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2731 | 2025-10-03T20:21:07.461Z | Compiling primeorder v0.13.6 |
| 2732 | 2025-10-03T20:21:08.177Z | Compiling progenitor-client v0.8.0 |
| 2733 | 2025-10-03T20:21:09.415Z | Compiling sct v0.7.1 |
| 2734 | 2025-10-03T20:21:09.451Z | Compiling rustls-webpki v0.101.7 |
| 2735 | 2025-10-03T20:21:10.155Z | Compiling heck v0.3.3 |
| 2736 | 2025-10-03T20:21:10.558Z | Compiling void v1.0.2 |
| 2737 | 2025-10-03T20:21:10.829Z | Compiling lzss v0.8.2 |
| 2738 | 2025-10-03T20:21:11.424Z | Compiling zone_cfg_derive v0.1.2 |
| 2739 | 2025-10-03T20:21:13.560Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2740 | 2025-10-03T20:21:14.011Z | Compiling progenitor v0.8.0 |
| 2741 | 2025-10-03T20:21:14.350Z | Compiling p384 v0.13.0 |
| 2742 | 2025-10-03T20:21:14.851Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2743 | 2025-10-03T20:21:16.015Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2744 | 2025-10-03T20:21:18.242Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2745 | 2025-10-03T20:21:19.350Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2746 | 2025-10-03T20:21:20.724Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2747 | 2025-10-03T20:21:26.628Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 2748 | 2025-10-03T20:21:28.421Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2749 | 2025-10-03T20:21:28.885Z | Compiling tungstenite v0.23.0 |
| 2750 | 2025-10-03T20:21:32.810Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2751 | 2025-10-03T20:21:33.205Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2752 | 2025-10-03T20:21:33.566Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2753 | 2025-10-03T20:21:34.002Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2754 | 2025-10-03T20:21:34.452Z | Compiling nix v0.27.1 |
| 2755 | 2025-10-03T20:21:35.359Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2756 | 2025-10-03T20:21:36.319Z | Compiling serde_bytes v0.11.19 |
| 2757 | 2025-10-03T20:21:36.980Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2758 | 2025-10-03T20:21:37.423Z | Compiling base64 v0.13.1 |
| 2759 | 2025-10-03T20:21:37.498Z | Compiling number_prefix v0.4.0 |
| 2760 | 2025-10-03T20:21:37.910Z | Compiling indicatif v0.17.11 |
| 2761 | 2025-10-03T20:21:38.403Z | Compiling ron v0.7.1 |
| 2762 | 2025-10-03T20:21:42.477Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2763 | 2025-10-03T20:21:44.644Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2764 | 2025-10-03T20:21:45.341Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2765 | 2025-10-03T20:21:48.657Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2766 | 2025-10-03T20:21:49.668Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2767 | 2025-10-03T20:21:49.715Z | Compiling tokio-tungstenite v0.23.1 |
| 2768 | 2025-10-03T20:21:50.104Z | Compiling xz2 v0.1.7 |
| 2769 | 2025-10-03T20:21:50.873Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2770 | 2025-10-03T20:21:51.078Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2771 | 2025-10-03T20:21:56.862Z | Compiling tokio-rustls v0.24.1 |
| 2772 | 2025-10-03T20:21:56.959Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2773 | 2025-10-03T20:21:57.494Z | Compiling zone v0.1.8 |
| 2774 | 2025-10-03T20:21:58.484Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2775 | 2025-10-03T20:22:01.117Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2776 | 2025-10-03T20:22:01.870Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2777 | 2025-10-03T20:22:05.780Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2778 | 2025-10-03T20:22:07.768Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2779 | 2025-10-03T20:22:07.867Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2780 | 2025-10-03T20:22:16.454Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2781 | 2025-10-03T20:22:17.540Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2782 | 2025-10-03T20:22:19.595Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 2783 | 2025-10-03T20:22:21.158Z | Compiling rustls-pemfile v1.0.4 |
| 2784 | 2025-10-03T20:22:22.070Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2785 | 2025-10-03T20:22:22.473Z | Compiling signal-hook-tokio v0.3.1 |
| 2786 | 2025-10-03T20:22:22.791Z | Compiling twox-hash v2.1.0 |
| 2787 | 2025-10-03T20:22:24.236Z | Compiling yasna v0.5.2 |
| 2788 | 2025-10-03T20:22:24.465Z | Compiling secrecy v0.8.0 |
| 2789 | 2025-10-03T20:22:24.921Z | Compiling is_ci v1.2.0 |
| 2790 | 2025-10-03T20:22:25.377Z | Compiling supports-color v3.0.2 |
| 2791 | 2025-10-03T20:22:26.035Z | Compiling rcgen v0.12.1 |
| 2792 | 2025-10-03T20:22:33.587Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2793 | 2025-10-03T20:22:38.617Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2794 | 2025-10-03T20:22:40.666Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2795 | 2025-10-03T20:22:44.153Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2796 | 2025-10-03T20:22:54.734Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2797 | 2025-10-03T20:23:03.861Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2798 | 2025-10-03T20:23:08.764Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2799 | 2025-10-03T20:23:09.577Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2800 | 2025-10-03T20:23:13.958Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2801 | 2025-10-03T20:23:15.322Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2802 | 2025-10-03T20:23:26.335Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2803 | 2025-10-03T20:23:26.450Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2804 | 2025-10-03T20:23:29.551Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2805 | 2025-10-03T20:23:29.992Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2806 | 2025-10-03T20:23:30.442Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2807 | 2025-10-03T20:23:32.160Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2808 | 2025-10-03T20:23:34.022Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2809 | 2025-10-03T20:23:34.394Z | Compiling fatfs v0.3.6 |
| 2810 | 2025-10-03T20:23:36.935Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2811 | 2025-10-03T20:23:37.607Z | Compiling subprocess v0.2.9 |
| 2812 | 2025-10-03T20:23:39.902Z | Compiling rtoolbox v0.0.2 |
| 2813 | 2025-10-03T20:23:40.425Z | Compiling assert_matches v1.5.0 |
| 2814 | 2025-10-03T20:23:40.651Z | Compiling rpassword v7.4.0 |
| 2815 | 2025-10-03T20:23:41.227Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2816 | 2025-10-03T20:23:46.410Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2817 | 2025-10-03T20:23:50.065Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2818 | 2025-10-03T20:23:56.115Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2819 | 2025-10-03T20:24:29.568Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2820 | 2025-10-03T20:24:30.572Z | Compiling tui-tree-widget v0.23.1 |
| 2821 | 2025-10-03T20:24:31.212Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2822 | 2025-10-03T20:24:38.630Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2823 | 2025-10-03T20:24:39.539Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2824 | 2025-10-03T20:24:44.511Z | Compiling uzers v0.12.1 |
| 2825 | 2025-10-03T20:24:46.855Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2826 | 2025-10-03T20:24:48.101Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2827 | 2025-10-03T20:24:51.533Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2828 | 2025-10-03T20:25:17.842Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2829 | 2025-10-03T20:25:18.050Z | Compiling support-bundle-viewer v0.1.2 |
| 2830 | 2025-10-03T20:25:21.965Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2831 | 2025-10-03T20:25:22.168Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2832 | 2025-10-03T20:25:27.595Z | Compiling multimap v0.10.1 |
| 2833 | 2025-10-03T20:28:26.332Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2834 | 2025-10-03T20:28:30.586Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2835 | 2025-10-03T20:40:21.897Z | Finished `release` profile [optimized] target(s) in 24m 44s |
| 2836 | 2025-10-03T20:41:52.107Z | |
| 2837 | 2025-10-03T20:41:52.107Z | real 26:17.018092382 |
| 2838 | 2025-10-03T20:41:52.107Z | user 3:01:15.627494168 |
| 2839 | 2025-10-03T20:41:52.107Z | sys 5:25.398645839 |
| 2840 | 2025-10-03T20:41:52.107Z | trap 7.441596738 |
| 2841 | 2025-10-03T20:41:52.107Z | tflt 1.403331927 |
| 2842 | 2025-10-03T20:41:52.107Z | dflt 7.145435816 |
| 2843 | 2025-10-03T20:41:52.107Z | kflt 0.002916378 |
| 2844 | 2025-10-03T20:41:52.107Z | lock 12:29:56.011662435 |
| 2845 | 2025-10-03T20:41:52.107Z | slp 8:50:44.140141692 |
| 2846 | 2025-10-03T20:41:52.132Z | lat 4:29.860146259 |
| 2847 | 2025-10-03T20:41:52.132Z | stop 3:47.521269294 |
| 2848 | 2025-10-03T20:41:52.132Z | + mapfile -t packages |
| 2849 | 2025-10-03T20:41:52.132Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2850 | 2025-10-03T20:41:54.294Z | Finished `release` profile [optimized] target(s) in 2.06s |
| 2851 | 2025-10-03T20:41:54.386Z | Running `target/release/omicron-package -t test list-outputs` |
| 2852 | 2025-10-03T20:41:54.474Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2853 | 2025-10-03T20:41:54.498Z | + ptime -m cargo build --locked --release -p xtask |
| 2854 | 2025-10-03T20:41:55.726Z | Compiling serde_core v1.0.226 |
| 2855 | 2025-10-03T20:41:55.726Z | Compiling serde v1.0.226 |
| 2856 | 2025-10-03T20:41:55.727Z | Compiling syn v2.0.106 |
| 2857 | 2025-10-03T20:41:55.751Z | Compiling bitflags v2.9.4 |
| 2858 | 2025-10-03T20:41:55.751Z | Compiling serde_json v1.0.145 |
| 2859 | 2025-10-03T20:41:55.776Z | Compiling libc v0.2.174 |
| 2860 | 2025-10-03T20:41:55.800Z | Compiling num-traits v0.2.19 |
| 2861 | 2025-10-03T20:41:55.825Z | Compiling rustix v0.38.37 |
| 2862 | 2025-10-03T20:41:56.347Z | Compiling hashbrown v0.16.0 |
| 2863 | 2025-10-03T20:41:56.544Z | Compiling smallvec v1.15.1 |
| 2864 | 2025-10-03T20:41:56.762Z | Compiling usdt-impl v0.5.0 |
| 2865 | 2025-10-03T20:41:56.809Z | Compiling syn v1.0.109 |
| 2866 | 2025-10-03T20:41:57.371Z | Compiling thread-id v4.2.2 |
| 2867 | 2025-10-03T20:41:57.510Z | Compiling percent-encoding v2.3.2 |
| 2868 | 2025-10-03T20:41:57.534Z | Compiling getrandom v0.3.1 |
| 2869 | 2025-10-03T20:41:57.821Z | Compiling indexmap v2.11.4 |
| 2870 | 2025-10-03T20:41:58.017Z | Compiling log v0.4.27 |
| 2871 | 2025-10-03T20:41:58.107Z | Compiling rustix v1.0.7 |
| 2872 | 2025-10-03T20:41:58.571Z | Compiling terminal_size v0.4.0 |
| 2873 | 2025-10-03T20:41:58.869Z | Compiling ordered-float v2.10.1 |
| 2874 | 2025-10-03T20:41:58.918Z | Compiling form_urlencoded v1.2.2 |
| 2875 | 2025-10-03T20:41:59.686Z | Compiling fs-err v3.1.1 |
| 2876 | 2025-10-03T20:41:59.871Z | Compiling once_cell v1.21.3 |
| 2877 | 2025-10-03T20:42:00.056Z | Compiling anyhow v1.0.99 |
| 2878 | 2025-10-03T20:42:00.593Z | Compiling clap_builder v4.5.48 |
| 2879 | 2025-10-03T20:42:01.122Z | Compiling textwrap v0.16.2 |
| 2880 | 2025-10-03T20:42:02.461Z | Compiling proc-macro-error v1.0.4 |
| 2881 | 2025-10-03T20:42:02.609Z | Compiling tempfile v3.20.0 |
| 2882 | 2025-10-03T20:42:03.071Z | Compiling synstructure v0.13.1 |
| 2883 | 2025-10-03T20:42:03.332Z | Compiling camino-tempfile v1.4.1 |
| 2884 | 2025-10-03T20:42:08.593Z | Compiling tabled_derive v0.7.0 |
| 2885 | 2025-10-03T20:42:08.639Z | Compiling serde_derive v1.0.226 |
| 2886 | 2025-10-03T20:42:08.639Z | Compiling thiserror-impl v2.0.17 |
| 2887 | 2025-10-03T20:42:08.639Z | Compiling zerofrom-derive v0.1.4 |
| 2888 | 2025-10-03T20:42:08.639Z | Compiling yoke-derive v0.7.4 |
| 2889 | 2025-10-03T20:42:08.639Z | Compiling zerovec-derive v0.10.3 |
| 2890 | 2025-10-03T20:42:08.639Z | Compiling displaydoc v0.2.5 |
| 2891 | 2025-10-03T20:42:08.666Z | Compiling thiserror-impl v1.0.69 |
| 2892 | 2025-10-03T20:42:08.666Z | Compiling zerocopy-derive v0.7.35 |
| 2893 | 2025-10-03T20:42:08.666Z | Compiling icu_provider_macros v1.5.0 |
| 2894 | 2025-10-03T20:42:08.666Z | Compiling thiserror v2.0.17 |
| 2895 | 2025-10-03T20:42:08.666Z | Compiling zerofrom v0.1.4 |
| 2896 | 2025-10-03T20:42:08.666Z | Compiling pest v2.8.2 |
| 2897 | 2025-10-03T20:42:08.666Z | Compiling yoke v0.7.4 |
| 2898 | 2025-10-03T20:42:09.115Z | Compiling zerovec v0.10.4 |
| 2899 | 2025-10-03T20:42:09.176Z | Compiling scroll_derive v0.12.0 |
| 2900 | 2025-10-03T20:42:09.631Z | Compiling zerocopy v0.7.35 |
| 2901 | 2025-10-03T20:42:09.691Z | Compiling thiserror v1.0.69 |
| 2902 | 2025-10-03T20:42:10.643Z | Compiling scroll v0.12.0 |
| 2903 | 2025-10-03T20:42:11.353Z | Compiling pest_meta v2.8.2 |
| 2904 | 2025-10-03T20:42:11.487Z | Compiling tinystr v0.7.6 |
| 2905 | 2025-10-03T20:42:11.511Z | Compiling icu_collections v1.5.0 |
| 2906 | 2025-10-03T20:42:12.086Z | Compiling icu_locid v1.5.0 |
| 2907 | 2025-10-03T20:42:12.558Z | Compiling goblin v0.8.2 |
| 2908 | 2025-10-03T20:42:13.528Z | Compiling pest_generator v2.8.2 |
| 2909 | 2025-10-03T20:42:13.867Z | Compiling icu_provider v1.5.0 |
| 2910 | 2025-10-03T20:42:14.481Z | Compiling toml_datetime v0.6.11 |
| 2911 | 2025-10-03T20:42:15.013Z | Compiling icu_locid_transform v1.5.0 |
| 2912 | 2025-10-03T20:42:15.247Z | Compiling pest_derive v2.8.2 |
| 2913 | 2025-10-03T20:42:15.405Z | Compiling serde_spanned v0.6.9 |
| 2914 | 2025-10-03T20:42:15.765Z | Compiling toml_edit v0.22.27 |
| 2915 | 2025-10-03T20:42:16.113Z | Compiling dtrace-parser v0.2.0 |
| 2916 | 2025-10-03T20:42:16.232Z | Compiling dof v0.3.0 |
| 2917 | 2025-10-03T20:42:17.065Z | Compiling icu_properties v1.5.1 |
| 2918 | 2025-10-03T20:42:18.831Z | Compiling erased-serde v0.4.6 |
| 2919 | 2025-10-03T20:42:19.244Z | Compiling serde_tokenstream v0.2.2 |
| 2920 | 2025-10-03T20:42:19.854Z | Compiling toml v0.8.23 |
| 2921 | 2025-10-03T20:42:20.496Z | Compiling serde-untagged v0.1.7 |
| 2922 | 2025-10-03T20:42:21.383Z | Compiling icu_normalizer v1.5.0 |
| 2923 | 2025-10-03T20:42:23.379Z | Compiling idna_adapter v1.2.0 |
| 2924 | 2025-10-03T20:42:23.669Z | Compiling idna v1.0.3 |
| 2925 | 2025-10-03T20:42:24.966Z | Compiling url v2.5.4 |
| 2926 | 2025-10-03T20:42:26.354Z | Compiling serde-value v0.7.0 |
| 2927 | 2025-10-03T20:42:27.907Z | Compiling cargo-util-schemas v0.8.2 |
| 2928 | 2025-10-03T20:42:29.945Z | Compiling usdt-macro v0.5.0 |
| 2929 | 2025-10-03T20:42:30.136Z | Compiling usdt-attr-macro v0.5.0 |
| 2930 | 2025-10-03T20:42:31.092Z | Compiling cargo-platform v0.2.0 |
| 2931 | 2025-10-03T20:42:31.131Z | Compiling clap_derive v4.5.47 |
| 2932 | 2025-10-03T20:42:31.363Z | Compiling usdt v0.5.0 |
| 2933 | 2025-10-03T20:42:32.370Z | Compiling cargo_metadata v0.21.0 |
| 2934 | 2025-10-03T20:42:32.773Z | Compiling cargo_toml v0.21.0 |
| 2935 | 2025-10-03T20:42:33.297Z | Compiling macaddr v1.0.1 |
| 2936 | 2025-10-03T20:42:33.911Z | Compiling tabled v0.15.0 |
| 2937 | 2025-10-03T20:42:35.180Z | Compiling clap v4.5.48 |
| 2938 | 2025-10-03T20:42:47.298Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2939 | 2025-10-03T20:42:54.651Z | Finished `release` profile [optimized] target(s) in 1m 00s |
| 2940 | 2025-10-03T20:42:54.856Z | |
| 2941 | 2025-10-03T20:42:54.856Z | real 1:00.312776124 |
| 2942 | 2025-10-03T20:42:54.856Z | user 6:13.039839379 |
| 2943 | 2025-10-03T20:42:54.856Z | sys 33.229975711 |
| 2944 | 2025-10-03T20:42:54.856Z | trap 0.283314271 |
| 2945 | 2025-10-03T20:42:54.856Z | tflt 0.198493004 |
| 2946 | 2025-10-03T20:42:54.856Z | dflt 0.403145836 |
| 2947 | 2025-10-03T20:42:54.856Z | kflt 0.000034908 |
| 2948 | 2025-10-03T20:42:54.856Z | lock 18:08.465897751 |
| 2949 | 2025-10-03T20:42:54.856Z | slp 20:48.824988332 |
| 2950 | 2025-10-03T20:42:54.856Z | lat 25.889209492 |
| 2951 | 2025-10-03T20:42:54.856Z | stop 32.559063865 |
| 2952 | 2025-10-03T20:42:54.881Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2953 | 2025-10-03T20:42:54.881Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2954 | 2025-10-03T20:42:54.881Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2955 | 2025-10-03T20:42:54.881Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2956 | 2025-10-03T20:42:54.881Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2957 | 2025-10-03T20:42:56.988Z | Compiling regress v0.10.4 |
| 2958 | 2025-10-03T20:42:57.052Z | Compiling unsafe-libyaml v0.2.11 |
| 2959 | 2025-10-03T20:42:57.076Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2960 | 2025-10-03T20:42:57.076Z | Compiling match_cfg v0.1.0 |
| 2961 | 2025-10-03T20:42:57.155Z | Compiling progenitor-client v0.10.0 |
| 2962 | 2025-10-03T20:42:57.180Z | Compiling structmeta-derive v0.3.0 |
| 2963 | 2025-10-03T20:42:57.204Z | Compiling rustls v0.22.4 |
| 2964 | 2025-10-03T20:42:57.204Z | Compiling hex v0.4.3 |
| 2965 | 2025-10-03T20:42:57.305Z | Compiling hostname v0.3.1 |
| 2966 | 2025-10-03T20:42:57.601Z | Compiling multer v3.1.0 |
| 2967 | 2025-10-03T20:42:57.690Z | Compiling debug-ignore v1.0.5 |
| 2968 | 2025-10-03T20:42:57.810Z | Compiling toml_parser v1.0.2 |
| 2969 | 2025-10-03T20:42:57.923Z | Compiling serde_with_macros v3.14.0 |
| 2970 | 2025-10-03T20:42:57.958Z | Compiling slog-json v2.6.1 |
| 2971 | 2025-10-03T20:42:58.104Z | Compiling toml_datetime v0.7.0 |
| 2972 | 2025-10-03T20:42:58.371Z | Compiling macaddr v1.0.1 |
| 2973 | 2025-10-03T20:42:58.817Z | Compiling serde_yaml v0.9.34+deprecated |
| 2974 | 2025-10-03T20:42:58.869Z | Compiling serde_spanned v1.0.0 |
| 2975 | 2025-10-03T20:42:58.901Z | Compiling async-stream-impl v0.3.6 |
| 2976 | 2025-10-03T20:42:59.198Z | Compiling dropshot v0.16.4 |
| 2977 | 2025-10-03T20:42:59.438Z | Compiling toml_writer v1.0.2 |
| 2978 | 2025-10-03T20:42:59.683Z | Compiling slog-bunyan v2.5.0 |
| 2979 | 2025-10-03T20:42:59.900Z | Compiling structmeta v0.3.0 |
| 2980 | 2025-10-03T20:42:59.930Z | Compiling toml v0.9.5 |
| 2981 | 2025-10-03T20:43:00.220Z | Compiling async-stream v0.3.6 |
| 2982 | 2025-10-03T20:43:00.426Z | Compiling waitgroup v0.1.2 |
| 2983 | 2025-10-03T20:43:00.508Z | Compiling serde_with v3.14.0 |
| 2984 | 2025-10-03T20:43:00.591Z | Compiling rustls-pemfile v2.2.0 |
| 2985 | 2025-10-03T20:43:00.749Z | Compiling dropshot_endpoint v0.16.4 |
| 2986 | 2025-10-03T20:43:00.986Z | Compiling typify-impl v0.4.3 |
| 2987 | 2025-10-03T20:43:01.020Z | Compiling serde_path_to_error v0.1.17 |
| 2988 | 2025-10-03T20:43:01.913Z | Compiling hostname v0.4.0 |
| 2989 | 2025-10-03T20:43:02.186Z | Compiling derive-ex v0.1.8 |
| 2990 | 2025-10-03T20:43:02.560Z | Compiling tokio-rustls v0.25.0 |
| 2991 | 2025-10-03T20:43:03.112Z | Compiling instant v0.1.13 |
| 2992 | 2025-10-03T20:43:03.336Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2993 | 2025-10-03T20:43:03.438Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2994 | 2025-10-03T20:43:03.572Z | Compiling progenitor-client v0.11.0 |
| 2995 | 2025-10-03T20:43:03.785Z | Compiling derive-where v1.5.0 |
| 2996 | 2025-10-03T20:43:04.199Z | Compiling parse-display-derive v0.10.0 |
| 2997 | 2025-10-03T20:43:04.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2998 | 2025-10-03T20:43:05.012Z | Compiling backoff v0.4.0 |
| 2999 | 2025-10-03T20:43:05.269Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3000 | 2025-10-03T20:43:05.468Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3001 | 2025-10-03T20:43:05.574Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3002 | 2025-10-03T20:43:06.425Z | Compiling itertools v0.14.0 |
| 3003 | 2025-10-03T20:43:06.612Z | Compiling darling_core v0.21.0 |
| 3004 | 2025-10-03T20:43:06.642Z | Compiling test-strategy v0.4.3 |
| 3005 | 2025-10-03T20:43:07.075Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3006 | 2025-10-03T20:43:07.522Z | Compiling proc-macro-crate v1.3.1 |
| 3007 | 2025-10-03T20:43:07.801Z | Compiling crucible-workspace-hack v0.1.0 |
| 3008 | 2025-10-03T20:43:08.270Z | Compiling parse-display v0.10.0 |
| 3009 | 2025-10-03T20:43:08.298Z | Compiling proc-macro-error v1.0.4 |
| 3010 | 2025-10-03T20:43:08.580Z | Compiling num_enum_derive v0.5.11 |
| 3011 | 2025-10-03T20:43:08.919Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3012 | 2025-10-03T20:43:08.954Z | Compiling heapless v0.8.0 |
| 3013 | 2025-10-03T20:43:09.500Z | Compiling hash32 v0.3.1 |
| 3014 | 2025-10-03T20:43:09.532Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3015 | 2025-10-03T20:43:09.830Z | Compiling smoltcp v0.11.0 |
| 3016 | 2025-10-03T20:43:09.951Z | Compiling foreign-types-macros v0.2.3 |
| 3017 | 2025-10-03T20:43:10.196Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3018 | 2025-10-03T20:43:10.608Z | Compiling foreign-types-shared v0.3.1 |
| 3019 | 2025-10-03T20:43:10.811Z | Compiling cobs v0.2.3 |
| 3020 | 2025-10-03T20:43:10.902Z | Compiling num_enum v0.5.11 |
| 3021 | 2025-10-03T20:43:11.141Z | Compiling postcard v1.0.10 |
| 3022 | 2025-10-03T20:43:11.238Z | Compiling foreign-types v0.5.0 |
| 3023 | 2025-10-03T20:43:11.424Z | Compiling tabwriter v1.4.0 |
| 3024 | 2025-10-03T20:43:11.483Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3025 | 2025-10-03T20:43:11.667Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3026 | 2025-10-03T20:43:11.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3027 | 2025-10-03T20:43:11.937Z | Compiling cstr-argument v0.1.2 |
| 3028 | 2025-10-03T20:43:12.246Z | Compiling rayon-core v1.12.1 |
| 3029 | 2025-10-03T20:43:12.283Z | Compiling pretty-hex v0.2.1 |
| 3030 | 2025-10-03T20:43:12.344Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3031 | 2025-10-03T20:43:12.450Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3032 | 2025-10-03T20:43:12.561Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3033 | 2025-10-03T20:43:12.743Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3034 | 2025-10-03T20:43:12.776Z | Compiling darling_macro v0.21.0 |
| 3035 | 2025-10-03T20:43:12.897Z | Compiling crossbeam-deque v0.8.5 |
| 3036 | 2025-10-03T20:43:12.945Z | Compiling colored v2.2.0 |
| 3037 | 2025-10-03T20:43:12.983Z | Compiling typify-macro v0.4.3 |
| 3038 | 2025-10-03T20:43:13.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3039 | 2025-10-03T20:43:13.775Z | Compiling toml v0.8.23 |
| 3040 | 2025-10-03T20:43:13.822Z | Compiling darling v0.21.0 |
| 3041 | 2025-10-03T20:43:14.002Z | Compiling ingot-macros v0.1.1 |
| 3042 | 2025-10-03T20:43:14.032Z | Compiling zone_cfg_derive v0.3.0 |
| 3043 | 2025-10-03T20:43:14.821Z | Compiling rayon v1.10.0 |
| 3044 | 2025-10-03T20:43:15.051Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3045 | 2025-10-03T20:43:15.346Z | Compiling camino-tempfile v1.4.1 |
| 3046 | 2025-10-03T20:43:15.393Z | Compiling smf v0.2.3 |
| 3047 | 2025-10-03T20:43:15.424Z | Compiling num-derive v0.4.2 |
| 3048 | 2025-10-03T20:43:15.533Z | Compiling sigpipe v0.1.3 |
| 3049 | 2025-10-03T20:43:15.737Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3050 | 2025-10-03T20:43:15.861Z | Compiling jiff v0.2.15 |
| 3051 | 2025-10-03T20:43:16.142Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3052 | 2025-10-03T20:43:16.627Z | Compiling zone v0.3.1 |
| 3053 | 2025-10-03T20:43:16.660Z | Compiling num-rational v0.4.2 |
| 3054 | 2025-10-03T20:43:16.876Z | Compiling typify v0.4.3 |
| 3055 | 2025-10-03T20:43:17.129Z | Compiling progenitor-impl v0.11.0 |
| 3056 | 2025-10-03T20:43:17.277Z | Compiling progenitor-impl v0.10.0 |
| 3057 | 2025-10-03T20:43:17.523Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 3058 | 2025-10-03T20:43:18.136Z | Compiling num-complex v0.4.6 |
| 3059 | 2025-10-03T20:43:18.215Z | Compiling float-ord v0.3.2 |
| 3060 | 2025-10-03T20:43:18.457Z | Compiling convert_case v0.4.0 |
| 3061 | 2025-10-03T20:43:18.510Z | Compiling secrecy v0.10.3 |
| 3062 | 2025-10-03T20:43:18.812Z | Compiling universal-hash v0.5.1 |
| 3063 | 2025-10-03T20:43:19.063Z | Compiling num v0.4.3 |
| 3064 | 2025-10-03T20:43:19.114Z | Compiling opaque-debug v0.3.1 |
| 3065 | 2025-10-03T20:43:19.219Z | Compiling password-hash v0.5.0 |
| 3066 | 2025-10-03T20:43:19.262Z | Compiling blake2 v0.10.6 |
| 3067 | 2025-10-03T20:43:19.307Z | Compiling derive_more v0.99.20 |
| 3068 | 2025-10-03T20:43:19.358Z | Compiling indent_write v2.2.0 |
| 3069 | 2025-10-03T20:43:19.640Z | Compiling resolv-conf v0.7.0 |
| 3070 | 2025-10-03T20:43:20.134Z | Compiling argon2 v0.5.3 |
| 3071 | 2025-10-03T20:43:20.404Z | Compiling aead v0.5.2 |
| 3072 | 2025-10-03T20:43:20.548Z | Compiling keccak v0.1.5 |
| 3073 | 2025-10-03T20:43:20.578Z | Compiling ingot-types v0.1.2 |
| 3074 | 2025-10-03T20:43:20.837Z | Compiling utf-8 v0.7.6 |
| 3075 | 2025-10-03T20:43:21.216Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3076 | 2025-10-03T20:43:21.453Z | Compiling ingot v0.1.1 |
| 3077 | 2025-10-03T20:43:21.690Z | Compiling tungstenite v0.21.0 |
| 3078 | 2025-10-03T20:43:21.764Z | Compiling sha3 v0.10.8 |
| 3079 | 2025-10-03T20:43:22.727Z | Compiling poly1305 v0.8.0 |
| 3080 | 2025-10-03T20:43:22.819Z | Compiling console v0.15.10 |
| 3081 | 2025-10-03T20:43:23.651Z | Compiling progenitor-macro v0.11.0 |
| 3082 | 2025-10-03T20:43:23.683Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3083 | 2025-10-03T20:43:23.714Z | Compiling progenitor-macro v0.10.0 |
| 3084 | 2025-10-03T20:43:24.057Z | Compiling chacha20 v0.9.1 |
| 3085 | 2025-10-03T20:43:24.305Z | Compiling cancel-safe-futures v0.1.5 |
| 3086 | 2025-10-03T20:43:24.557Z | Compiling owo-colors v4.2.2 |
| 3087 | 2025-10-03T20:43:24.723Z | Compiling tokio-tungstenite v0.21.0 |
| 3088 | 2025-10-03T20:43:24.903Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3089 | 2025-10-03T20:43:25.243Z | Compiling hickory-proto v0.24.4 |
| 3090 | 2025-10-03T20:43:25.298Z | Compiling gethostname v0.5.0 |
| 3091 | 2025-10-03T20:43:25.365Z | Compiling libsw-core v0.3.1 |
| 3092 | 2025-10-03T20:43:25.393Z | Compiling linked-hash-map v0.5.6 |
| 3093 | 2025-10-03T20:43:25.536Z | Compiling base64 v0.21.7 |
| 3094 | 2025-10-03T20:43:25.702Z | Compiling fixedbitset v0.5.7 |
| 3095 | 2025-10-03T20:43:25.783Z | Compiling semver v0.1.20 |
| 3096 | 2025-10-03T20:43:26.188Z | Compiling rustc_version v0.1.7 |
| 3097 | 2025-10-03T20:43:26.376Z | Compiling petgraph v0.8.2 |
| 3098 | 2025-10-03T20:43:26.407Z | Compiling lru-cache v0.1.2 |
| 3099 | 2025-10-03T20:43:26.688Z | Compiling libsw v3.5.0 |
| 3100 | 2025-10-03T20:43:27.299Z | Compiling newline-converter v0.3.0 |
| 3101 | 2025-10-03T20:43:27.529Z | Compiling atomicwrites v0.4.4 |
| 3102 | 2025-10-03T20:43:27.597Z | Compiling slog-dtrace v0.3.0 |
| 3103 | 2025-10-03T20:43:27.937Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3104 | 2025-10-03T20:43:27.975Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3105 | 2025-10-03T20:43:28.007Z | Compiling siphasher v1.0.1 |
| 3106 | 2025-10-03T20:43:28.423Z | Compiling linear-map v1.2.0 |
| 3107 | 2025-10-03T20:43:28.615Z | Compiling phf_shared v0.12.1 |
| 3108 | 2025-10-03T20:43:28.795Z | Compiling expectorate v1.2.0 |
| 3109 | 2025-10-03T20:43:28.825Z | Compiling newtype_derive v0.1.6 |
| 3110 | 2025-10-03T20:43:28.978Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 3111 | 2025-10-03T20:43:29.103Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3112 | 2025-10-03T20:43:29.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3113 | 2025-10-03T20:43:29.501Z | Compiling tokio-dtrace v0.1.0 |
| 3114 | 2025-10-03T20:43:29.985Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3115 | 2025-10-03T20:43:30.027Z | Compiling hickory-resolver v0.24.4 |
| 3116 | 2025-10-03T20:43:30.086Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3117 | 2025-10-03T20:43:30.173Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3118 | 2025-10-03T20:43:30.354Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3119 | 2025-10-03T20:43:30.960Z | Compiling pin-project-internal v1.1.6 |
| 3120 | 2025-10-03T20:43:31.637Z | Compiling half v2.4.1 |
| 3121 | 2025-10-03T20:43:32.226Z | Compiling ciborium-io v0.2.2 |
| 3122 | 2025-10-03T20:43:32.425Z | Compiling chrono-tz v0.10.4 |
| 3123 | 2025-10-03T20:43:32.516Z | Compiling ciborium-ll v0.2.2 |
| 3124 | 2025-10-03T20:43:32.726Z | Compiling thiserror-no-std v2.0.2 |
| 3125 | 2025-10-03T20:43:32.845Z | Compiling const_format_proc_macros v0.2.34 |
| 3126 | 2025-10-03T20:43:32.941Z | Compiling qorb v0.4.1 |
| 3127 | 2025-10-03T20:43:33.012Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3128 | 2025-10-03T20:43:33.448Z | Compiling pin-project v1.1.6 |
| 3129 | 2025-10-03T20:43:33.535Z | Compiling oxide-tokio-rt v0.1.2 |
| 3130 | 2025-10-03T20:43:33.648Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3131 | 2025-10-03T20:43:33.994Z | Compiling phf v0.12.1 |
| 3132 | 2025-10-03T20:43:34.315Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3133 | 2025-10-03T20:43:34.557Z | Compiling pem v3.0.5 |
| 3134 | 2025-10-03T20:43:34.623Z | Compiling snafu-derive v0.8.5 |
| 3135 | 2025-10-03T20:43:35.017Z | Compiling async-recursion v1.1.1 |
| 3136 | 2025-10-03T20:43:35.135Z | Compiling progenitor v0.11.0 |
| 3137 | 2025-10-03T20:43:35.271Z | Compiling csv-core v0.1.11 |
| 3138 | 2025-10-03T20:43:35.300Z | Compiling progenitor v0.10.0 |
| 3139 | 2025-10-03T20:43:35.332Z | Compiling same-file v1.0.6 |
| 3140 | 2025-10-03T20:43:35.392Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 3141 | 2025-10-03T20:43:35.566Z | Compiling highway v1.3.0 |
| 3142 | 2025-10-03T20:43:35.657Z | Compiling walkdir v2.5.0 |
| 3143 | 2025-10-03T20:43:35.834Z | Compiling csv v1.3.1 |
| 3144 | 2025-10-03T20:43:36.350Z | Compiling const_format v0.2.34 |
| 3145 | 2025-10-03T20:43:36.647Z | Compiling vsss-rs v3.3.4 |
| 3146 | 2025-10-03T20:43:36.976Z | Compiling ciborium v0.2.2 |
| 3147 | 2025-10-03T20:43:37.092Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3148 | 2025-10-03T20:43:37.256Z | Compiling chacha20poly1305 v0.10.1 |
| 3149 | 2025-10-03T20:43:37.337Z | Compiling tabled_derive v0.7.0 |
| 3150 | 2025-10-03T20:43:37.540Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3151 | 2025-10-03T20:43:38.353Z | Compiling typify-impl v0.2.0 |
| 3152 | 2025-10-03T20:43:38.586Z | Compiling globset v0.4.15 |
| 3153 | 2025-10-03T20:43:38.976Z | Compiling snafu v0.8.5 |
| 3154 | 2025-10-03T20:43:39.452Z | Compiling olpc-cjson v0.1.4 |
| 3155 | 2025-10-03T20:43:39.738Z | Compiling primeorder v0.13.6 |
| 3156 | 2025-10-03T20:43:39.797Z | Compiling bcs v0.1.6 |
| 3157 | 2025-10-03T20:43:40.013Z | Compiling serde_plain v1.0.2 |
| 3158 | 2025-10-03T20:43:40.045Z | Compiling moka v0.12.10 |
| 3159 | 2025-10-03T20:43:40.357Z | Compiling termtree v0.5.1 |
| 3160 | 2025-10-03T20:43:40.404Z | Compiling libefi-sys v0.1.0 |
| 3161 | 2025-10-03T20:43:40.451Z | Compiling typed-path v0.9.3 |
| 3162 | 2025-10-03T20:43:40.481Z | Compiling textwrap v0.16.2 |
| 3163 | 2025-10-03T20:43:40.738Z | Compiling tabled v0.15.0 |
| 3164 | 2025-10-03T20:43:40.773Z | Compiling steno v0.4.1 |
| 3165 | 2025-10-03T20:43:40.850Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3166 | 2025-10-03T20:43:41.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3167 | 2025-10-03T20:43:42.838Z | Compiling tough v0.20.0 |
| 3168 | 2025-10-03T20:43:43.607Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3169 | 2025-10-03T20:43:44.125Z | Compiling bitfield-struct v0.6.2 |
| 3170 | 2025-10-03T20:43:45.572Z | Compiling unicase v2.7.0 |
| 3171 | 2025-10-03T20:43:45.928Z | Compiling tagptr v0.2.0 |
| 3172 | 2025-10-03T20:43:46.099Z | Compiling arc-swap v1.7.1 |
| 3173 | 2025-10-03T20:43:46.280Z | Compiling humantime v2.2.0 |
| 3174 | 2025-10-03T20:43:46.773Z | Compiling slog-scope v4.4.0 |
| 3175 | 2025-10-03T20:43:46.921Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3176 | 2025-10-03T20:43:47.326Z | Compiling polyval v0.6.2 |
| 3177 | 2025-10-03T20:43:47.665Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3178 | 2025-10-03T20:43:47.738Z | Compiling dropshot-api-manager-types v0.2.1 |
| 3179 | 2025-10-03T20:43:47.862Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3180 | 2025-10-03T20:43:48.114Z | Compiling parking_lot_core v0.8.6 |
| 3181 | 2025-10-03T20:43:48.388Z | Compiling salty v0.3.0 |
| 3182 | 2025-10-03T20:43:48.420Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3183 | 2025-10-03T20:43:48.515Z | Compiling hickory-resolver v0.25.2 |
| 3184 | 2025-10-03T20:43:48.626Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3185 | 2025-10-03T20:43:48.735Z | Compiling proc-macro-error2 v2.0.1 |
| 3186 | 2025-10-03T20:43:48.889Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3187 | 2025-10-03T20:43:49.230Z | Compiling ghash v0.5.1 |
| 3188 | 2025-10-03T20:43:49.375Z | Compiling slog-stdlog v4.1.1 |
| 3189 | 2025-10-03T20:43:49.436Z | Compiling typify-macro v0.2.0 |
| 3190 | 2025-10-03T20:43:49.466Z | Compiling p384 v0.13.0 |
| 3191 | 2025-10-03T20:43:49.497Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3192 | 2025-10-03T20:43:49.760Z | Compiling nix v0.30.1 |
| 3193 | 2025-10-03T20:43:49.788Z | Compiling ctr v0.9.2 |
| 3194 | 2025-10-03T20:43:49.823Z | Compiling num-derive v0.3.3 |
| 3195 | 2025-10-03T20:43:50.209Z | Compiling lzma-sys v0.1.20 |
| 3196 | 2025-10-03T20:43:50.628Z | Compiling xshell-macros v0.2.7 |
| 3197 | 2025-10-03T20:43:50.888Z | Compiling aes-gcm v0.10.3 |
| 3198 | 2025-10-03T20:43:51.025Z | Compiling mime_guess v2.0.5 |
| 3199 | 2025-10-03T20:43:51.264Z | Compiling slog-envlogger v2.2.0 |
| 3200 | 2025-10-03T20:43:51.391Z | Compiling xshell v0.2.7 |
| 3201 | 2025-10-03T20:43:51.752Z | Compiling libscf-sys v1.1.0 |
| 3202 | 2025-10-03T20:43:51.970Z | Compiling tabled_derive v0.11.0 |
| 3203 | 2025-10-03T20:43:52.498Z | Compiling papergrid v0.17.0 |
| 3204 | 2025-10-03T20:43:52.602Z | Compiling testing_table v0.3.0 |
| 3205 | 2025-10-03T20:43:52.780Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3206 | 2025-10-03T20:43:52.907Z | Compiling heck v0.3.3 |
| 3207 | 2025-10-03T20:43:53.038Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3208 | 2025-10-03T20:43:53.117Z | Compiling progenitor-client v0.8.0 |
| 3209 | 2025-10-03T20:43:53.347Z | Compiling ssh-encoding v0.2.0 |
| 3210 | 2025-10-03T20:43:53.420Z | Compiling typify v0.2.0 |
| 3211 | 2025-10-03T20:43:53.654Z | Compiling progenitor-impl v0.8.0 |
| 3212 | 2025-10-03T20:43:53.682Z | Compiling blowfish v0.9.1 |
| 3213 | 2025-10-03T20:43:53.898Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3214 | 2025-10-03T20:43:53.931Z | Compiling nibble_vec v0.1.0 |
| 3215 | 2025-10-03T20:43:54.201Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3216 | 2025-10-03T20:43:54.281Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3217 | 2025-10-03T20:43:54.812Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3218 | 2025-10-03T20:43:55.246Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3219 | 2025-10-03T20:43:56.437Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3220 | 2025-10-03T20:43:57.628Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3221 | 2025-10-03T20:43:57.999Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3222 | 2025-10-03T20:43:58.823Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3223 | 2025-10-03T20:43:59.250Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3224 | 2025-10-03T20:43:59.666Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3225 | 2025-10-03T20:43:59.860Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3226 | 2025-10-03T20:44:00.397Z | Compiling progenitor-macro v0.8.0 |
| 3227 | 2025-10-03T20:44:01.272Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3228 | 2025-10-03T20:44:02.074Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3229 | 2025-10-03T20:44:03.118Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3230 | 2025-10-03T20:44:03.886Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3231 | 2025-10-03T20:44:05.263Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3232 | 2025-10-03T20:44:05.296Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3233 | 2025-10-03T20:44:06.128Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3234 | 2025-10-03T20:44:06.389Z | Compiling endian-type v0.1.2 |
| 3235 | 2025-10-03T20:44:06.723Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3236 | 2025-10-03T20:44:07.057Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3237 | 2025-10-03T20:44:07.176Z | Compiling radix_trie v0.2.1 |
| 3238 | 2025-10-03T20:44:07.334Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3239 | 2025-10-03T20:44:07.483Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3240 | 2025-10-03T20:44:07.914Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3241 | 2025-10-03T20:44:09.490Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3242 | 2025-10-03T20:44:10.993Z | Compiling tabled v0.20.0 |
| 3243 | 2025-10-03T20:44:11.027Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3244 | 2025-10-03T20:44:11.547Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3245 | 2025-10-03T20:44:11.641Z | Compiling ssh-cipher v0.2.0 |
| 3246 | 2025-10-03T20:44:12.251Z | Compiling zone_cfg_derive v0.1.2 |
| 3247 | 2025-10-03T20:44:12.325Z | Compiling progenitor v0.8.0 |
| 3248 | 2025-10-03T20:44:12.666Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3249 | 2025-10-03T20:44:13.160Z | Compiling parking_lot v0.11.2 |
| 3250 | 2025-10-03T20:44:13.655Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3251 | 2025-10-03T20:44:13.808Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3252 | 2025-10-03T20:44:14.630Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3253 | 2025-10-03T20:44:15.598Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3254 | 2025-10-03T20:44:15.639Z | Compiling prefix-trie v0.7.0 |
| 3255 | 2025-10-03T20:44:16.074Z | Compiling password-hash v0.4.2 |
| 3256 | 2025-10-03T20:44:16.259Z | Compiling fxhash v0.2.1 |
| 3257 | 2025-10-03T20:44:16.533Z | Compiling http-range v0.1.5 |
| 3258 | 2025-10-03T20:44:16.571Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3259 | 2025-10-03T20:44:16.973Z | Compiling base64 v0.13.1 |
| 3260 | 2025-10-03T20:44:17.010Z | Compiling number_prefix v0.4.0 |
| 3261 | 2025-10-03T20:44:17.083Z | Compiling pbkdf2 v0.11.0 |
| 3262 | 2025-10-03T20:44:17.109Z | Compiling sled v0.34.7 |
| 3263 | 2025-10-03T20:44:17.145Z | Compiling hickory-server v0.25.2 |
| 3264 | 2025-10-03T20:44:17.339Z | Compiling indicatif v0.17.11 |
| 3265 | 2025-10-03T20:44:17.563Z | Compiling ron v0.7.1 |
| 3266 | 2025-10-03T20:44:17.595Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3267 | 2025-10-03T20:44:19.375Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3268 | 2025-10-03T20:44:19.422Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095) |
| 3269 | 2025-10-03T20:44:19.633Z | Compiling xz2 v0.1.7 |
| 3270 | 2025-10-03T20:44:20.117Z | Compiling zone v0.1.8 |
| 3271 | 2025-10-03T20:44:20.795Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3272 | 2025-10-03T20:44:21.013Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3273 | 2025-10-03T20:44:21.332Z | Compiling ssh-key v0.6.6 |
| 3274 | 2025-10-03T20:44:21.490Z | Compiling hickory-client v0.25.2 |
| 3275 | 2025-10-03T20:44:22.188Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3276 | 2025-10-03T20:44:22.335Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3277 | 2025-10-03T20:44:23.499Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3278 | 2025-10-03T20:44:23.588Z | Compiling p521 v0.13.3 |
| 3279 | 2025-10-03T20:44:24.961Z | Compiling p256 v0.13.2 |
| 3280 | 2025-10-03T20:44:25.314Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 3281 | 2025-10-03T20:44:25.615Z | Compiling yasna v0.5.2 |
| 3282 | 2025-10-03T20:44:25.781Z | Compiling headers-core v0.3.0 |
| 3283 | 2025-10-03T20:44:26.072Z | Compiling kstat-rs v0.2.4 |
| 3284 | 2025-10-03T20:44:26.118Z | Compiling secrecy v0.8.0 |
| 3285 | 2025-10-03T20:44:26.173Z | Compiling nanorand v0.7.0 |
| 3286 | 2025-10-03T20:44:26.460Z | Compiling russh-cryptovec v0.7.3 |
| 3287 | 2025-10-03T20:44:26.705Z | Compiling atty v0.2.14 |
| 3288 | 2025-10-03T20:44:26.771Z | Compiling md5 v0.7.0 |
| 3289 | 2025-10-03T20:44:26.842Z | Compiling crc8 v0.1.1 |
| 3290 | 2025-10-03T20:44:26.942Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 3291 | 2025-10-03T20:44:26.981Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3292 | 2025-10-03T20:44:27.090Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b3cdd095437f388069aa57be5efac4b4fadc7b4f#b3cdd095) |
| 3293 | 2025-10-03T20:44:27.196Z | Compiling russh-keys v0.45.0 |
| 3294 | 2025-10-03T20:44:27.235Z | Compiling rcgen v0.12.1 |
| 3295 | 2025-10-03T20:44:27.361Z | Compiling flume v0.11.1 |
| 3296 | 2025-10-03T20:44:28.012Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2025-10-03T20:44:29.278Z | Compiling headers v0.4.1 |
| 3298 | 2025-10-03T20:44:30.141Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3299 | 2025-10-03T20:44:30.672Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3300 | 2025-10-03T20:44:30.969Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3301 | 2025-10-03T20:44:33.076Z | Compiling hyper-staticfile v0.10.1 |
| 3302 | 2025-10-03T20:44:33.418Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3303 | 2025-10-03T20:44:33.790Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3304 | 2025-10-03T20:44:34.115Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3305 | 2025-10-03T20:44:34.147Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3306 | 2025-10-03T20:44:34.363Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3307 | 2025-10-03T20:44:35.392Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3308 | 2025-10-03T20:44:35.893Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#65ca41e8) |
| 3309 | 2025-10-03T20:44:36.152Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3310 | 2025-10-03T20:44:36.304Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3311 | 2025-10-03T20:44:37.683Z | Compiling num-bigint v0.4.6 |
| 3312 | 2025-10-03T20:44:37.902Z | Compiling des v0.8.1 |
| 3313 | 2025-10-03T20:44:37.941Z | Compiling subprocess v0.2.9 |
| 3314 | 2025-10-03T20:44:38.318Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3315 | 2025-10-03T20:44:38.946Z | Compiling hex-literal v0.4.1 |
| 3316 | 2025-10-03T20:44:39.197Z | Compiling display-error-chain v0.2.2 |
| 3317 | 2025-10-03T20:44:39.230Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3318 | 2025-10-03T20:44:39.509Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3319 | 2025-10-03T20:44:39.698Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3320 | 2025-10-03T20:44:40.200Z | Compiling internet-checksum v0.2.1 |
| 3321 | 2025-10-03T20:44:41.119Z | Compiling russh v0.45.0 |
| 3322 | 2025-10-03T20:44:44.780Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3323 | 2025-10-03T20:44:44.781Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3324 | 2025-10-03T20:44:44.805Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3325 | 2025-10-03T20:44:48.661Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3326 | 2025-10-03T20:44:55.730Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3327 | 2025-10-03T20:44:58.164Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3328 | 2025-10-03T20:45:43.930Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3329 | 2025-10-03T20:46:20.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s |
| 3330 | 2025-10-03T20:46:20.982Z | |
| 3331 | 2025-10-03T20:46:20.982Z | real 3:26.027206271 |
| 3332 | 2025-10-03T20:46:21.007Z | user 16:20.058052306 |
| 3333 | 2025-10-03T20:46:21.007Z | sys 2:39.157157834 |
| 3334 | 2025-10-03T20:46:21.007Z | trap 0.599263585 |
| 3335 | 2025-10-03T20:46:21.007Z | tflt 0.173595887 |
| 3336 | 2025-10-03T20:46:21.007Z | dflt 1.392904547 |
| 3337 | 2025-10-03T20:46:21.007Z | kflt 0.000290821 |
| 3338 | 2025-10-03T20:46:21.007Z | lock 43:33.317438971 |
| 3339 | 2025-10-03T20:46:21.007Z | slp 57:50.452532565 |
| 3340 | 2025-10-03T20:46:21.007Z | lat 55.606658406 |
| 3341 | 2025-10-03T20:46:21.007Z | stop 2:30.045955779 |
| 3342 | 2025-10-03T20:46:21.007Z | + mkdir tests |
| 3343 | 2025-10-03T20:46:21.007Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3344 | 2025-10-03T20:46:21.007Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3345 | 2025-10-03T20:46:21.054Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c00df2742b828c28 tests/ |
| 3346 | 2025-10-03T20:46:21.091Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-523684a195145ad6 tests/ |
| 3347 | 2025-10-03T20:46:21.123Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5f3d6f2d2692abe6 tests/ |
| 3348 | 2025-10-03T20:46:21.153Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-637c0f0f3065c72f tests/ |
| 3349 | 2025-10-03T20:46:21.500Z | + 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/*) |
| 3350 | 2025-10-03T20:46:21.525Z | + 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-523684a195145ad6 tests/commtest-5f3d6f2d2692abe6 tests/dhcp_server-c00df2742b828c28 tests/end_to_end_tests-637c0f0f3065c72f 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 |
| 3351 | 2025-10-03T20:48:33.430Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3352 | 2025-10-03T20:48:33.430Z | a .github/buildomat/ci-env.sh 1K |
| 3353 | 2025-10-03T20:48:33.430Z | a out/target/test 1K |
| 3354 | 2025-10-03T20:48:33.430Z | a out/npuzone/npuzone 23144K |
| 3355 | 2025-10-03T20:48:33.430Z | a package-manifest.toml 34K |
| 3356 | 2025-10-03T20:48:33.430Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3357 | 2025-10-03T20:48:33.431Z | a target/release/omicron-package 41074K |
| 3358 | 2025-10-03T20:48:33.431Z | a target/release/xtask 11722K |
| 3359 | 2025-10-03T20:48:33.431Z | a target/debug/bootstrap 296609K |
| 3360 | 2025-10-03T20:48:33.431Z | a tests/bootstrap-523684a195145ad6 23740K |
| 3361 | 2025-10-03T20:48:33.431Z | a tests/commtest-5f3d6f2d2692abe6 23839K |
| 3362 | 2025-10-03T20:48:33.431Z | a tests/dhcp_server-c00df2742b828c28 23740K |
| 3363 | 2025-10-03T20:48:33.431Z | a tests/end_to_end_tests-637c0f0f3065c72f 339408K |
| 3364 | 2025-10-03T20:48:33.431Z | a out/clickhouse.tar.gz 318531K |
| 3365 | 2025-10-03T20:48:33.431Z | a out/clickhouse_keeper.tar.gz 302327K |
| 3366 | 2025-10-03T20:48:33.431Z | a out/clickhouse_server.tar.gz 318530K |
| 3367 | 2025-10-03T20:48:33.431Z | a out/cockroachdb.tar.gz 167986K |
| 3368 | 2025-10-03T20:48:33.432Z | a out/crucible-dtrace.tar 98K |
| 3369 | 2025-10-03T20:48:33.432Z | a out/crucible-pantry-zone.tar.gz 39343K |
| 3370 | 2025-10-03T20:48:33.432Z | a out/crucible-zone.tar.gz 49078K |
| 3371 | 2025-10-03T20:48:33.432Z | a out/external-dns.tar.gz 51662K |
| 3372 | 2025-10-03T20:48:33.432Z | a out/internal-dns.tar.gz 51662K |
| 3373 | 2025-10-03T20:48:33.432Z | a out/mg-ddm-gz.tar 117108K |
| 3374 | 2025-10-03T20:48:33.432Z | a out/nexus.tar.gz 138254K |
| 3375 | 2025-10-03T20:48:33.432Z | a out/ntp.tar.gz 33142K |
| 3376 | 2025-10-03T20:48:33.432Z | a out/omicron-gateway-softnpu.tar.gz 31633K |
| 3377 | 2025-10-03T20:48:33.432Z | a out/omicron-sled-agent.tar 145561K |
| 3378 | 2025-10-03T20:48:33.432Z | a out/overlay.tar.gz 3K |
| 3379 | 2025-10-03T20:48:33.433Z | a out/oximeter.tar.gz 64038K |
| 3380 | 2025-10-03T20:48:33.433Z | a out/oxlog.tar 4013K |
| 3381 | 2025-10-03T20:48:33.433Z | a out/probe.tar.gz 3037K |
| 3382 | 2025-10-03T20:48:33.433Z | a out/propolis-server.tar.gz 68586K |
| 3383 | 2025-10-03T20:48:33.433Z | a out/pumpkind-gz.tar 26648K |
| 3384 | 2025-10-03T20:48:33.433Z | a out/switch-softnpu.tar.gz 392306K |
| 3385 | 2025-10-03T20:48:33.464Z | |
| 3386 | 2025-10-03T20:48:33.464Z | real 2:11.921953048 |
| 3387 | 2025-10-03T20:48:33.464Z | user 2:01.519683294 |
| 3388 | 2025-10-03T20:48:33.464Z | sys 13.781995745 |
| 3389 | 2025-10-03T20:48:33.464Z | trap 0.046270113 |
| 3390 | 2025-10-03T20:48:33.464Z | tflt 0.000000000 |
| 3391 | 2025-10-03T20:48:33.464Z | dflt 0.000000000 |
| 3392 | 2025-10-03T20:48:33.464Z | kflt 0.000000000 |
| 3393 | 2025-10-03T20:48:33.464Z | lock 0.000000000 |
| 3394 | 2025-10-03T20:48:33.465Z | slp 2:01.083674845 |
| 3395 | 2025-10-03T20:48:33.465Z | lat 7.403073529 |
| 3396 | 2025-10-03T20:48:33.465Z | stop 0.001180872 |
| 3397 | 2025-10-03T20:48:33.465Z | process exited: duration 2711783 ms, exit code 0 |
| |
| 3398 | 2025-10-03T20:48:33.595Z | found 1 output files |
| 3399 | 2025-10-03T20:48:33.595Z | uploading: /work/package.tar.gz (2321792082 bytes) |
| 3400 | 2025-10-03T20:51:35.491Z | uploaded: /work/package.tar.gz |