|
|
|
| 1 | 2025-06-30T13:49:24.518Z | job assigned to worker 01JZ0HJ13AFQQGVATP4SAEZ6VV [factory gimlet-EVT22200007-propolis, EVT22200007/32721] (queued for 29 s) |
| |
| 2 | 2025-06-30T13:49:32.788Z | starting task 0: "setup" |
| 3 | 2025-06-30T13:49:32.815Z | ++ uname -s |
| 4 | 2025-06-30T13:49:32.815Z | + kern=SunOS |
| 5 | 2025-06-30T13:49:32.815Z | + build_user=build |
| 6 | 2025-06-30T13:49:32.815Z | + build_uid=12345 |
| 7 | 2025-06-30T13:49:32.815Z | + work_dir=/work |
| 8 | 2025-06-30T13:49:32.815Z | + input_dir=/input |
| 9 | 2025-06-30T13:49:32.815Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-30T13:49:32.815Z | + case "$kern" in |
| 11 | 2025-06-30T13:49:32.815Z | + groupadd -g 12345 build |
| 12 | 2025-06-30T13:49:32.815Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-30T13:49:34.815Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-30T13:49:34.852Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-30T13:49:34.877Z | + home_fs=zfs |
| 16 | 2025-06-30T13:49:34.877Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-30T13:49:34.877Z | + mkdir -p /home/build |
| 18 | 2025-06-30T13:49:34.877Z | + chown build:build /home/build /work |
| 19 | 2025-06-30T13:49:36.863Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-30T13:49:36.889Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2025-06-30T13:49:36.943Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-30T13:49:36.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-30T13:49:36.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-30T13:49:36.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-06-30T13:49:36.969Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-06-30T13:49:36.969Z | * rust toolchain channel = "1.87.0" |
| 27 | 2025-06-30T13:49:36.969Z | * rust toolchain profile = "default" |
| 28 | 2025-06-30T13:49:36.969Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-30T13:49:36.969Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-30T13:49:37.087Z | info: downloading installer |
| 31 | 2025-06-30T13:49:37.491Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-30T13:49:37.491Z | warn: /opt/ooce/bin |
| 33 | 2025-06-30T13:49:37.491Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-30T13:49:37.491Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-30T13:49:37.491Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-30T13:49:37.491Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-30T13:49:37.491Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-30T13:49:37.491Z | error: cannot install while Rust is installed |
| 39 | 2025-06-30T13:49:37.491Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-30T13:49:37.517Z | info: profile set to 'default' |
| 41 | 2025-06-30T13:49:37.517Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-30T13:49:37.517Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-30T13:49:37.605Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-30T13:49:37.605Z | info: downloading component 'cargo' |
| 45 | 2025-06-30T13:49:37.791Z | info: downloading component 'clippy' |
| 46 | 2025-06-30T13:49:37.874Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-30T13:49:38.090Z | info: downloading component 'rust-std' |
| 48 | 2025-06-30T13:49:38.396Z | info: downloading component 'rustc' |
| 49 | 2025-06-30T13:49:39.924Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-30T13:49:39.996Z | info: installing component 'cargo' |
| 51 | 2025-06-30T13:49:41.156Z | info: installing component 'clippy' |
| 52 | 2025-06-30T13:49:41.656Z | info: installing component 'rust-docs' |
| 53 | 2025-06-30T13:49:44.641Z | info: installing component 'rust-std' |
| 54 | 2025-06-30T13:49:46.838Z | info: installing component 'rustc' |
| 55 | 2025-06-30T13:49:54.893Z | info: installing component 'rustfmt' |
| 56 | 2025-06-30T13:49:55.269Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-30T13:49:55.269Z | |
| 58 | 2025-06-30T13:49:55.431Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-30T13:49:55.431Z | |
| 60 | 2025-06-30T13:49:55.431Z | |
| 61 | 2025-06-30T13:49:55.431Z | Rust is installed now. Great! |
| 62 | 2025-06-30T13:49:55.431Z | |
| 63 | 2025-06-30T13:49:55.431Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-30T13:49:55.457Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-30T13:49:55.457Z | |
| 66 | 2025-06-30T13:49:55.457Z | To configure your current shell, you need to source |
| 67 | 2025-06-30T13:49:55.457Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-30T13:49:55.457Z | |
| 69 | 2025-06-30T13:49:55.457Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-30T13:49:55.457Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-30T13:49:55.457Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-30T13:49:55.458Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-30T13:49:55.542Z | + rustup --version |
| 74 | 2025-06-30T13:49:55.568Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-30T13:49:55.568Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-30T13:49:55.657Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-30T13:49:55.688Z | + cargo --version |
| 78 | 2025-06-30T13:49:55.741Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-30T13:49:55.767Z | + rustc --version |
| 80 | 2025-06-30T13:49:55.828Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-30T13:49:55.854Z | process exited: duration 18893 ms, exit code 0 |
| |
| 82 | 2025-06-30T13:49:55.905Z | starting task 2: "authentication" |
| 83 | 2025-06-30T13:49:55.963Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2025-06-30T13:49:56.015Z | starting task 3: "clone repository" |
| 85 | 2025-06-30T13:49:56.041Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-30T13:49:56.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-30T13:49:56.066Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-30T13:50:04.425Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-30T13:50:04.425Z | + git fetch origin 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 90 | 2025-06-30T13:50:04.902Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-30T13:50:04.902Z | * branch 37244bdf4219c511b1b8caecb155a91f8941ba4d -> FETCH_HEAD |
| 92 | 2025-06-30T13:50:04.928Z | + [[ -n dap/pending-mgs-serialize-bug ]] |
| 93 | 2025-06-30T13:50:04.928Z | ++ git branch --show-current |
| 94 | 2025-06-30T13:50:04.928Z | + current=main |
| 95 | 2025-06-30T13:50:04.928Z | + [[ main != dap/pending-mgs-serialize-bug ]] |
| 96 | 2025-06-30T13:50:04.929Z | + git branch -f dap/pending-mgs-serialize-bug 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 97 | 2025-06-30T13:50:04.929Z | + git checkout -f dap/pending-mgs-serialize-bug |
| 98 | 2025-06-30T13:50:05.185Z | Switched to branch 'dap/pending-mgs-serialize-bug' |
| 99 | 2025-06-30T13:50:05.211Z | + git reset --hard 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 100 | 2025-06-30T13:50:05.211Z | HEAD is now at 37244bdf4 add expect |
| 101 | 2025-06-30T13:50:05.211Z | process exited: duration 9195 ms, exit code 0 |
| |
| 102 | 2025-06-30T13:50:05.265Z | starting task 4: "build" |
| 103 | 2025-06-30T13:50:05.291Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-30T13:50:05.291Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-30T13:50:05.291Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-30T13:50:05.291Z | + cargo --version |
| 107 | 2025-06-30T13:50:05.339Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-30T13:50:05.365Z | + rustc --version |
| 109 | 2025-06-30T13:50:05.427Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-30T13:50:05.452Z | + WORK=/work |
| 111 | 2025-06-30T13:50:05.453Z | + pfexec mkdir -p /work |
| 112 | 2025-06-30T13:50:05.453Z | + pfexec chown build /work |
| 113 | 2025-06-30T13:50:05.453Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-06-30T13:50:16.527Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-06-30T13:50:25.069Z | Startup: Caching catalogs ... Done |
| 116 | 2025-06-30T13:50:29.922Z | Planning: Solver setup ... Done (3.153s) |
| 117 | 2025-06-30T13:50:29.949Z | Planning: Running solver ... Done (0.027s) |
| 118 | 2025-06-30T13:50:30.017Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2025-06-30T13:50:30.098Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-06-30T13:50:30.918Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-06-30T13:50:30.977Z | Planning: Package planning ... Done (0.058s) |
| 122 | 2025-06-30T13:50:31.038Z | Planning: Merging actions ... Done (0.061s) |
| 123 | 2025-06-30T13:50:31.379Z | Planning: Checking for conflicting actions ... Done (0.340s) |
| 124 | 2025-06-30T13:50:31.404Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2025-06-30T13:50:32.083Z | Planning: Evaluating mediators ... Done (0.691s) |
| 126 | 2025-06-30T13:50:32.109Z | Planning: Planning completed in 6.93 seconds |
| 127 | 2025-06-30T13:50:32.134Z | Packages to install: 4 |
| 128 | 2025-06-30T13:50:32.134Z | Mediators to change: 2 |
| 129 | 2025-06-30T13:50:32.135Z | Services to change: 1 |
| 130 | 2025-06-30T13:50:32.135Z | Estimated space available: 155.01 GB |
| 131 | 2025-06-30T13:50:32.135Z | Estimated space to be consumed: 1.69 GB |
| 132 | 2025-06-30T13:50:32.135Z | Create boot environment: No |
| 133 | 2025-06-30T13:50:32.135Z | Create backup boot environment: No |
| 134 | 2025-06-30T13:50:32.135Z | Rebuild boot archive: No |
| 135 | 2025-06-30T13:50:32.135Z | |
| 136 | 2025-06-30T13:50:32.135Z | Changed mediators: |
| 137 | 2025-06-30T13:50:32.135Z | mediator clang: |
| 138 | 2025-06-30T13:50:32.135Z | version: None -> 15 (system default) |
| 139 | 2025-06-30T13:50:32.135Z | |
| 140 | 2025-06-30T13:50:32.135Z | mediator llvm: |
| 141 | 2025-06-30T13:50:32.135Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-06-30T13:50:32.135Z | |
| 143 | 2025-06-30T13:50:32.135Z | Changed packages: |
| 144 | 2025-06-30T13:50:32.135Z | helios-dev |
| 145 | 2025-06-30T13:50:32.135Z | developer/build-essential |
| 146 | 2025-06-30T13:50:32.135Z | None -> 11-2.0 |
| 147 | 2025-06-30T13:50:32.135Z | library/libxmlsec1 |
| 148 | 2025-06-30T13:50:32.135Z | None -> 1.2.35-2.0 |
| 149 | 2025-06-30T13:50:32.135Z | ooce/developer/clang-15 |
| 150 | 2025-06-30T13:50:32.135Z | None -> 15.0.7-2.0 |
| 151 | 2025-06-30T13:50:32.135Z | ooce/developer/llvm-15 |
| 152 | 2025-06-30T13:50:32.135Z | None -> 15.0.7-2.0 |
| 153 | 2025-06-30T13:50:32.135Z | |
| 154 | 2025-06-30T13:50:32.135Z | Services: |
| 155 | 2025-06-30T13:50:32.135Z | restart_fmri: |
| 156 | 2025-06-30T13:50:32.135Z | svc:/system/update-man-index:default |
| 157 | 2025-06-30T13:50:32.168Z | |
| 158 | 2025-06-30T13:50:32.168Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-06-30T13:50:37.179Z | Download: 488/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
| 160 | 2025-06-30T13:50:42.181Z | Download: 1193/3290 items 68.4/212.6MB 32% complete (6.9M/s) |
| 161 | 2025-06-30T13:50:47.181Z | Download: 2013/3290 items 118.7/212.6MB 55% complete (10.2M/s) |
| 162 | 2025-06-30T13:50:52.183Z | Download: 3248/3290 items 186.0/212.6MB 87% complete (11.8M/s) |
| 163 | 2025-06-30T13:50:55.276Z | Download: Completed 212.60 MB in 23.11 seconds (9.2M/s) |
| 164 | 2025-06-30T13:50:55.465Z | Actions: 1/3689 actions (Installing new actions) |
| 165 | 2025-06-30T13:51:01.040Z | Actions: 3336/3689 actions (Installing new actions) |
| 166 | 2025-06-30T13:51:01.361Z | Actions: Completed 3689 actions in 5.89 seconds. |
| 167 | 2025-06-30T13:51:01.904Z | Done (0.538s) |
| 168 | 2025-06-30T13:51:01.904Z | Done (0.000s) |
| 169 | 2025-06-30T13:51:02.914Z | Done (1.010s) |
| 170 | 2025-06-30T13:51:07.703Z | Done (4.569s) |
| 171 | 2025-06-30T13:51:07.795Z | Done (0.017s) |
| 172 | 2025-06-30T13:51:07.821Z | Done (0.000s) |
| 173 | 2025-06-30T13:51:07.961Z | Done (0.000s) |
| 174 | 2025-06-30T13:51:08.835Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2025-06-30T13:51:09.088Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2025-06-30T13:51:09.115Z | Planning: Consolidating action changes ... Done |
| 177 | 2025-06-30T13:51:09.432Z | Planning: Evaluating mediators ... Done |
| 178 | 2025-06-30T13:51:09.458Z | Planning: Planning completed in 0.60 seconds |
| 179 | 2025-06-30T13:51:09.483Z | Mediators to change: 2 |
| 180 | 2025-06-30T13:51:09.484Z | Create boot environment: No |
| 181 | 2025-06-30T13:51:09.484Z | Create backup boot environment: No |
| 182 | 2025-06-30T13:51:09.530Z | Done |
| 183 | 2025-06-30T13:51:09.530Z | Done |
| 184 | 2025-06-30T13:51:10.324Z | Done |
| 185 | 2025-06-30T13:51:14.860Z | Done |
| 186 | 2025-06-30T13:51:14.946Z | Done |
| 187 | 2025-06-30T13:51:14.972Z | Done |
| 188 | 2025-06-30T13:51:14.997Z | Done |
| 189 | 2025-06-30T13:51:15.756Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2025-06-30T13:51:15.782Z | Planning: Merging actions ... Done |
| 191 | 2025-06-30T13:51:15.994Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2025-06-30T13:51:16.021Z | Planning: Consolidating action changes ... Done |
| 193 | 2025-06-30T13:51:16.322Z | Planning: Evaluating mediators ... Done |
| 194 | 2025-06-30T13:51:16.390Z | Planning: Planning completed in 0.94 seconds |
| 195 | 2025-06-30T13:51:16.430Z | Packages to change: 1 |
| 196 | 2025-06-30T13:51:16.430Z | Mediators to change: 1 |
| 197 | 2025-06-30T13:51:16.430Z | Services to change: 1 |
| 198 | 2025-06-30T13:51:16.430Z | Create boot environment: No |
| 199 | 2025-06-30T13:51:16.430Z | Create backup boot environment: Yes |
| 200 | 2025-06-30T13:51:18.275Z | Actions: 1/6 actions (Updating modified actions) |
| 201 | 2025-06-30T13:51:18.301Z | Actions: Completed 6 actions in 0.00 seconds. |
| 202 | 2025-06-30T13:51:18.301Z | Done |
| 203 | 2025-06-30T13:51:18.301Z | Done |
| 204 | 2025-06-30T13:51:18.473Z | Done |
| 205 | 2025-06-30T13:51:22.850Z | Done |
| 206 | 2025-06-30T13:51:22.948Z | Done |
| 207 | 2025-06-30T13:51:22.948Z | Done |
| 208 | 2025-06-30T13:51:23.049Z | Done |
| 209 | 2025-06-30T13:51:23.606Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 210 | 2025-06-30T13:51:23.606Z | clang system 15 system |
| 211 | 2025-06-30T13:51:23.607Z | csh system system illumos |
| 212 | 2025-06-30T13:51:23.607Z | ctags system system illumos |
| 213 | 2025-06-30T13:51:23.607Z | file system system illumos |
| 214 | 2025-06-30T13:51:23.607Z | gcc vendor 12 vendor |
| 215 | 2025-06-30T13:51:23.607Z | gcc system 10 system |
| 216 | 2025-06-30T13:51:23.607Z | gcc system 7 system |
| 217 | 2025-06-30T13:51:23.607Z | go system 1.20 system |
| 218 | 2025-06-30T13:51:23.607Z | go system 1.19 system |
| 219 | 2025-06-30T13:51:23.607Z | llvm system 15 system |
| 220 | 2025-06-30T13:51:23.607Z | llvm system 14 system |
| 221 | 2025-06-30T13:51:23.607Z | mariadb system 10.6 system |
| 222 | 2025-06-30T13:51:23.607Z | mta vendor vendor dma |
| 223 | 2025-06-30T13:51:23.607Z | openjdk system 17 system |
| 224 | 2025-06-30T13:51:23.607Z | openjdk system 11 system |
| 225 | 2025-06-30T13:51:23.607Z | openjdk system 1.8 system |
| 226 | 2025-06-30T13:51:23.607Z | openssl vendor 3 vendor |
| 227 | 2025-06-30T13:51:23.607Z | perl system 5.36 system |
| 228 | 2025-06-30T13:51:23.607Z | postgresql system 15 system |
| 229 | 2025-06-30T13:51:23.607Z | postgresql system 13 system |
| 230 | 2025-06-30T13:51:23.607Z | python vendor 3 vendor |
| 231 | 2025-06-30T13:51:23.607Z | python system 2 system |
| 232 | 2025-06-30T13:51:23.607Z | python3 system 3.11 system |
| 233 | 2025-06-30T13:51:23.607Z | ruby system 3.0 system |
| 234 | 2025-06-30T13:51:23.607Z | words vendor vendor american-english |
| 235 | 2025-06-30T13:51:23.607Z | words system system australian-english |
| 236 | 2025-06-30T13:51:23.607Z | words system system british-english |
| 237 | 2025-06-30T13:51:23.607Z | words system system canadian-english |
| 238 | 2025-06-30T13:51:23.607Z | words system system french |
| 239 | 2025-06-30T13:51:23.607Z | words system system italian |
| 240 | 2025-06-30T13:51:23.607Z | words system system ngerman |
| 241 | 2025-06-30T13:51:23.607Z | words system system ogerman |
| 242 | 2025-06-30T13:51:23.607Z | words system system spanish |
| 243 | 2025-06-30T13:51:23.992Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2025-06-30T13:51:23.992Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2025-06-30T13:51:29.433Z | FMRI IFO |
| 246 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 252 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 253 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 254 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 255 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 256 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 257 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 258 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 259 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 260 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 261 | 2025-06-30T13:51:29.433Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 262 | 2025-06-30T13:51:30.541Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 263 | 2025-06-30T13:51:30.952Z | Updating crates.io index |
| 264 | 2025-06-30T13:51:30.977Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 265 | 2025-06-30T13:51:31.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2025-06-30T13:51:32.202Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2025-06-30T13:51:32.559Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 268 | 2025-06-30T13:51:32.958Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2025-06-30T13:51:33.439Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 270 | 2025-06-30T13:51:35.696Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2025-06-30T13:51:37.964Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 272 | 2025-06-30T13:51:38.911Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2025-06-30T13:51:39.874Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2025-06-30T13:51:40.296Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2025-06-30T13:51:40.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 276 | 2025-06-30T13:51:41.600Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2025-06-30T13:51:42.029Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2025-06-30T13:51:42.626Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2025-06-30T13:51:43.287Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2025-06-30T13:51:43.798Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 281 | 2025-06-30T13:51:44.233Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2025-06-30T13:51:44.708Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2025-06-30T13:51:45.075Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2025-06-30T13:51:45.571Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2025-06-30T13:51:46.060Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 286 | 2025-06-30T13:51:46.564Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 287 | 2025-06-30T13:51:47.040Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2025-06-30T13:51:47.665Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 289 | 2025-06-30T13:51:48.244Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2025-06-30T13:51:48.666Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2025-06-30T13:51:49.179Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 292 | 2025-06-30T13:51:49.722Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2025-06-30T13:51:50.173Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2025-06-30T13:51:50.636Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2025-06-30T13:51:51.029Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2025-06-30T13:52:00.458Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2025-06-30T13:52:02.149Z | Downloading crates ... |
| 298 | 2025-06-30T13:52:02.231Z | Downloaded heck v0.5.0 |
| 299 | 2025-06-30T13:52:02.258Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2025-06-30T13:52:02.258Z | Downloaded typeid v1.0.3 |
| 301 | 2025-06-30T13:52:02.287Z | Downloaded tabled_derive v0.7.0 |
| 302 | 2025-06-30T13:52:02.287Z | Downloaded thiserror v2.0.12 |
| 303 | 2025-06-30T13:52:02.287Z | Downloaded icu_provider_macros v1.5.0 |
| 304 | 2025-06-30T13:52:02.287Z | Downloaded icu_normalizer_data v1.5.0 |
| 305 | 2025-06-30T13:52:02.287Z | Downloaded hashbrown v0.15.4 |
| 306 | 2025-06-30T13:52:02.316Z | Downloaded thread-id v4.2.2 |
| 307 | 2025-06-30T13:52:02.316Z | Downloaded zerofrom v0.1.4 |
| 308 | 2025-06-30T13:52:02.316Z | Downloaded url v2.5.4 |
| 309 | 2025-06-30T13:52:02.317Z | Downloaded zerovec-derive v0.10.3 |
| 310 | 2025-06-30T13:52:02.317Z | Downloaded writeable v0.5.5 |
| 311 | 2025-06-30T13:52:02.345Z | Downloaded yoke v0.7.4 |
| 312 | 2025-06-30T13:52:02.345Z | Downloaded zerocopy-derive v0.7.35 |
| 313 | 2025-06-30T13:52:02.345Z | Downloaded toml_edit v0.22.27 |
| 314 | 2025-06-30T13:52:02.345Z | Downloaded tabled v0.15.0 |
| 315 | 2025-06-30T13:52:02.372Z | Downloaded syn v1.0.109 |
| 316 | 2025-06-30T13:52:02.399Z | Downloaded zerovec v0.10.4 |
| 317 | 2025-06-30T13:52:02.400Z | Downloaded memchr v2.7.4 |
| 318 | 2025-06-30T13:52:02.400Z | Downloaded zerocopy v0.7.35 |
| 319 | 2025-06-30T13:52:02.426Z | Downloaded winnow v0.7.10 |
| 320 | 2025-06-30T13:52:02.453Z | Downloaded idna v1.0.3 |
| 321 | 2025-06-30T13:52:02.453Z | Downloaded unicode-width v0.1.14 |
| 322 | 2025-06-30T13:52:02.453Z | Downloaded syn v2.0.104 |
| 323 | 2025-06-30T13:52:02.480Z | Downloaded unicode-width v0.2.0 |
| 324 | 2025-06-30T13:52:02.480Z | Downloaded libc v0.2.174 |
| 325 | 2025-06-30T13:52:02.507Z | Downloaded unicode-ident v1.0.18 |
| 326 | 2025-06-30T13:52:02.507Z | Downloaded pest v2.7.14 |
| 327 | 2025-06-30T13:52:02.507Z | Downloaded ucd-trie v0.1.7 |
| 328 | 2025-06-30T13:52:02.535Z | Downloaded typenum v1.17.0 |
| 329 | 2025-06-30T13:52:02.535Z | Downloaded indexmap v2.9.0 |
| 330 | 2025-06-30T13:52:02.535Z | Downloaded icu_properties_data v1.5.0 |
| 331 | 2025-06-30T13:52:02.535Z | Downloaded rustix v0.38.37 |
| 332 | 2025-06-30T13:52:02.562Z | Downloaded utf8parse v0.2.2 |
| 333 | 2025-06-30T13:52:02.562Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2025-06-30T13:52:02.562Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2025-06-30T13:52:02.590Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2025-06-30T13:52:02.590Z | Downloaded textwrap v0.16.2 |
| 337 | 2025-06-30T13:52:02.590Z | Downloaded tempfile v3.20.0 |
| 338 | 2025-06-30T13:52:02.590Z | Downloaded rustix v1.0.7 |
| 339 | 2025-06-30T13:52:02.619Z | Downloaded pest_meta v2.7.14 |
| 340 | 2025-06-30T13:52:02.619Z | Downloaded zerofrom-derive v0.1.4 |
| 341 | 2025-06-30T13:52:02.619Z | Downloaded yoke-derive v0.7.4 |
| 342 | 2025-06-30T13:52:02.619Z | Downloaded version_check v0.9.5 |
| 343 | 2025-06-30T13:52:02.619Z | Downloaded utf8_iter v1.0.4 |
| 344 | 2025-06-30T13:52:02.619Z | Downloaded utf16_iter v1.0.5 |
| 345 | 2025-06-30T13:52:02.620Z | Downloaded usdt v0.5.0 |
| 346 | 2025-06-30T13:52:02.620Z | Downloaded unicode-xid v0.2.6 |
| 347 | 2025-06-30T13:52:02.620Z | Downloaded unicode-linebreak v0.1.5 |
| 348 | 2025-06-30T13:52:02.620Z | Downloaded tinystr v0.7.6 |
| 349 | 2025-06-30T13:52:02.620Z | Downloaded num-traits v0.2.19 |
| 350 | 2025-06-30T13:52:02.620Z | Downloaded macaddr v1.0.1 |
| 351 | 2025-06-30T13:52:02.620Z | Downloaded toml_write v0.1.2 |
| 352 | 2025-06-30T13:52:02.650Z | Downloaded terminal_size v0.4.0 |
| 353 | 2025-06-30T13:52:02.650Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-06-30T13:52:02.650Z | Downloaded percent-encoding v2.3.1 |
| 355 | 2025-06-30T13:52:02.650Z | Downloaded papergrid v0.11.0 |
| 356 | 2025-06-30T13:52:02.651Z | Downloaded log v0.4.27 |
| 357 | 2025-06-30T13:52:02.651Z | Downloaded litemap v0.7.3 |
| 358 | 2025-06-30T13:52:02.651Z | Downloaded icu_provider v1.5.0 |
| 359 | 2025-06-30T13:52:02.651Z | Downloaded icu_properties v1.5.1 |
| 360 | 2025-06-30T13:52:02.651Z | Downloaded icu_locid_transform_data v1.5.0 |
| 361 | 2025-06-30T13:52:02.651Z | Downloaded write16 v1.0.0 |
| 362 | 2025-06-30T13:52:02.651Z | Downloaded usdt-macro v0.5.0 |
| 363 | 2025-06-30T13:52:02.651Z | Downloaded usdt-attr-macro v0.5.0 |
| 364 | 2025-06-30T13:52:02.652Z | Downloaded pest_derive v2.7.14 |
| 365 | 2025-06-30T13:52:02.652Z | Downloaded once_cell v1.21.3 |
| 366 | 2025-06-30T13:52:02.681Z | Downloaded is_terminal_polyfill v1.70.1 |
| 367 | 2025-06-30T13:52:02.682Z | Downloaded idna_adapter v1.2.0 |
| 368 | 2025-06-30T13:52:02.682Z | Downloaded icu_normalizer v1.5.0 |
| 369 | 2025-06-30T13:52:02.682Z | Downloaded icu_locid_transform v1.5.0 |
| 370 | 2025-06-30T13:52:02.682Z | Downloaded ordered-float v2.10.1 |
| 371 | 2025-06-30T13:52:02.682Z | Downloaded memmap v0.7.0 |
| 372 | 2025-06-30T13:52:02.682Z | Downloaded itoa v1.0.11 |
| 373 | 2025-06-30T13:52:02.682Z | Downloaded goblin v0.8.2 |
| 374 | 2025-06-30T13:52:02.682Z | Downloaded synstructure v0.13.1 |
| 375 | 2025-06-30T13:52:02.683Z | Downloaded swrite v0.1.0 |
| 376 | 2025-06-30T13:52:02.683Z | Downloaded strsim v0.11.1 |
| 377 | 2025-06-30T13:52:02.683Z | Downloaded stable_deref_trait v1.2.0 |
| 378 | 2025-06-30T13:52:02.683Z | Downloaded smallvec v1.15.0 |
| 379 | 2025-06-30T13:52:02.683Z | Downloaded serde_spanned v0.6.9 |
| 380 | 2025-06-30T13:52:02.717Z | Downloaded serde_json v1.0.140 |
| 381 | 2025-06-30T13:52:02.717Z | Downloaded serde v1.0.219 |
| 382 | 2025-06-30T13:52:02.717Z | Downloaded ryu v1.0.18 |
| 383 | 2025-06-30T13:52:02.718Z | Downloaded quote v1.0.40 |
| 384 | 2025-06-30T13:52:02.718Z | Downloaded pretty-hex v0.4.1 |
| 385 | 2025-06-30T13:52:02.718Z | Downloaded icu_locid v1.5.0 |
| 386 | 2025-06-30T13:52:02.718Z | Downloaded icu_collections v1.5.0 |
| 387 | 2025-06-30T13:52:02.718Z | Downloaded toml v0.8.23 |
| 388 | 2025-06-30T13:52:02.749Z | Downloaded thiserror-impl v2.0.12 |
| 389 | 2025-06-30T13:52:02.749Z | Downloaded thiserror v1.0.69 |
| 390 | 2025-06-30T13:52:02.749Z | Downloaded smawk v0.3.2 |
| 391 | 2025-06-30T13:52:02.749Z | Downloaded sha2 v0.10.9 |
| 392 | 2025-06-30T13:52:02.750Z | Downloaded serde_tokenstream v0.2.2 |
| 393 | 2025-06-30T13:52:02.750Z | Downloaded serde_derive v1.0.219 |
| 394 | 2025-06-30T13:52:02.750Z | Downloaded serde-value v0.7.0 |
| 395 | 2025-06-30T13:52:02.750Z | Downloaded serde-untagged v0.1.7 |
| 396 | 2025-06-30T13:52:02.750Z | Downloaded semver v1.0.26 |
| 397 | 2025-06-30T13:52:02.750Z | Downloaded scroll_derive v0.12.0 |
| 398 | 2025-06-30T13:52:02.750Z | Downloaded scroll v0.12.0 |
| 399 | 2025-06-30T13:52:02.750Z | Downloaded proc-macro2 v1.0.95 |
| 400 | 2025-06-30T13:52:02.750Z | Downloaded proc-macro-error v1.0.4 |
| 401 | 2025-06-30T13:52:02.750Z | Downloaded plain v0.2.3 |
| 402 | 2025-06-30T13:52:02.781Z | Downloaded getrandom v0.3.1 |
| 403 | 2025-06-30T13:52:02.781Z | Downloaded fnv v1.0.7 |
| 404 | 2025-06-30T13:52:02.781Z | Downloaded fastrand v2.1.1 |
| 405 | 2025-06-30T13:52:02.781Z | Downloaded equivalent v1.0.2 |
| 406 | 2025-06-30T13:52:02.781Z | Downloaded displaydoc v0.2.5 |
| 407 | 2025-06-30T13:52:02.781Z | Downloaded digest v0.10.7 |
| 408 | 2025-06-30T13:52:02.781Z | Downloaded cpufeatures v0.2.14 |
| 409 | 2025-06-30T13:52:02.782Z | Downloaded colorchoice v1.0.2 |
| 410 | 2025-06-30T13:52:02.782Z | Downloaded clap_lex v0.7.4 |
| 411 | 2025-06-30T13:52:02.782Z | Downloaded clap_builder v4.5.40 |
| 412 | 2025-06-30T13:52:02.782Z | Downloaded clap v4.5.40 |
| 413 | 2025-06-30T13:52:02.828Z | Downloaded cargo_toml v0.21.0 |
| 414 | 2025-06-30T13:52:02.829Z | Downloaded cargo_metadata v0.20.0 |
| 415 | 2025-06-30T13:52:02.829Z | Downloaded cargo-util-schemas v0.2.0 |
| 416 | 2025-06-30T13:52:02.829Z | Downloaded cargo-platform v0.2.0 |
| 417 | 2025-06-30T13:52:02.829Z | Downloaded camino-tempfile v1.4.1 |
| 418 | 2025-06-30T13:52:02.829Z | Downloaded camino v1.1.10 |
| 419 | 2025-06-30T13:52:02.829Z | Downloaded bytecount v0.6.8 |
| 420 | 2025-06-30T13:52:02.829Z | Downloaded bitflags v2.9.0 |
| 421 | 2025-06-30T13:52:02.829Z | Downloaded anyhow v1.0.98 |
| 422 | 2025-06-30T13:52:02.829Z | Downloaded anstyle-query v1.1.1 |
| 423 | 2025-06-30T13:52:02.829Z | Downloaded anstyle-parse v0.2.5 |
| 424 | 2025-06-30T13:52:02.829Z | Downloaded anstream v0.6.18 |
| 425 | 2025-06-30T13:52:02.829Z | Downloaded heck v0.4.1 |
| 426 | 2025-06-30T13:52:02.829Z | Downloaded generic-array v0.14.7 |
| 427 | 2025-06-30T13:52:02.829Z | Downloaded fs-err v3.1.1 |
| 428 | 2025-06-30T13:52:02.830Z | Downloaded form_urlencoded v1.2.1 |
| 429 | 2025-06-30T13:52:02.830Z | Downloaded errno v0.3.12 |
| 430 | 2025-06-30T13:52:02.830Z | Downloaded erased-serde v0.4.6 |
| 431 | 2025-06-30T13:52:02.857Z | Downloaded dtrace-parser v0.2.0 |
| 432 | 2025-06-30T13:52:02.857Z | Downloaded dof v0.3.0 |
| 433 | 2025-06-30T13:52:02.857Z | Downloaded crypto-common v0.1.6 |
| 434 | 2025-06-30T13:52:02.857Z | Downloaded clap_derive v4.5.40 |
| 435 | 2025-06-30T13:52:02.857Z | Downloaded cfg-if v1.0.1 |
| 436 | 2025-06-30T13:52:02.857Z | Downloaded byteorder v1.5.0 |
| 437 | 2025-06-30T13:52:02.857Z | Downloaded autocfg v1.4.0 |
| 438 | 2025-06-30T13:52:02.857Z | Downloaded block-buffer v0.10.4 |
| 439 | 2025-06-30T13:52:02.857Z | Downloaded anstyle v1.0.11 |
| 440 | 2025-06-30T13:52:02.920Z | Compiling proc-macro2 v1.0.95 |
| 441 | 2025-06-30T13:52:02.920Z | Compiling unicode-ident v1.0.18 |
| 442 | 2025-06-30T13:52:02.921Z | Compiling serde v1.0.219 |
| 443 | 2025-06-30T13:52:02.921Z | Compiling version_check v0.9.5 |
| 444 | 2025-06-30T13:52:02.948Z | Compiling thiserror v1.0.69 |
| 445 | 2025-06-30T13:52:02.948Z | Compiling libc v0.2.174 |
| 446 | 2025-06-30T13:52:02.948Z | Compiling memchr v2.7.4 |
| 447 | 2025-06-30T13:52:02.948Z | Compiling stable_deref_trait v1.2.0 |
| 448 | 2025-06-30T13:52:03.240Z | Compiling itoa v1.0.11 |
| 449 | 2025-06-30T13:52:03.343Z | Compiling ryu v1.0.18 |
| 450 | 2025-06-30T13:52:03.531Z | Compiling litemap v0.7.3 |
| 451 | 2025-06-30T13:52:03.840Z | Compiling autocfg v1.4.0 |
| 452 | 2025-06-30T13:52:03.896Z | Compiling ucd-trie v0.1.7 |
| 453 | 2025-06-30T13:52:04.020Z | Compiling writeable v0.5.5 |
| 454 | 2025-06-30T13:52:04.020Z | Compiling once_cell v1.21.3 |
| 455 | 2025-06-30T13:52:04.455Z | Compiling icu_locid_transform_data v1.5.0 |
| 456 | 2025-06-30T13:52:04.484Z | Compiling byteorder v1.5.0 |
| 457 | 2025-06-30T13:52:04.601Z | Compiling bitflags v2.9.0 |
| 458 | 2025-06-30T13:52:04.643Z | Compiling icu_properties_data v1.5.0 |
| 459 | 2025-06-30T13:52:04.721Z | Compiling serde_json v1.0.140 |
| 460 | 2025-06-30T13:52:04.795Z | Compiling num-traits v0.2.19 |
| 461 | 2025-06-30T13:52:04.934Z | Compiling quote v1.0.40 |
| 462 | 2025-06-30T13:52:04.991Z | Compiling utf8_iter v1.0.4 |
| 463 | 2025-06-30T13:52:05.062Z | Compiling smallvec v1.15.0 |
| 464 | 2025-06-30T13:52:05.093Z | Compiling equivalent v1.0.2 |
| 465 | 2025-06-30T13:52:05.204Z | Compiling errno v0.3.12 |
| 466 | 2025-06-30T13:52:05.235Z | Compiling rustix v0.38.37 |
| 467 | 2025-06-30T13:52:05.262Z | Compiling typeid v1.0.3 |
| 468 | 2025-06-30T13:52:05.360Z | Compiling syn v2.0.104 |
| 469 | 2025-06-30T13:52:05.386Z | Compiling hashbrown v0.15.4 |
| 470 | 2025-06-30T13:52:05.464Z | Compiling icu_normalizer_data v1.5.0 |
| 471 | 2025-06-30T13:52:05.491Z | Compiling write16 v1.0.0 |
| 472 | 2025-06-30T13:52:05.553Z | Compiling utf16_iter v1.0.5 |
| 473 | 2025-06-30T13:52:05.678Z | Compiling usdt-impl v0.5.0 |
| 474 | 2025-06-30T13:52:05.788Z | Compiling proc-macro-error-attr v1.0.4 |
| 475 | 2025-06-30T13:52:05.815Z | Compiling toml_write v0.1.2 |
| 476 | 2025-06-30T13:52:05.924Z | Compiling winnow v0.7.10 |
| 477 | 2025-06-30T13:52:06.014Z | Compiling syn v1.0.109 |
| 478 | 2025-06-30T13:52:06.200Z | Compiling thread-id v4.2.2 |
| 479 | 2025-06-30T13:52:06.337Z | Compiling proc-macro-error v1.0.4 |
| 480 | 2025-06-30T13:52:06.439Z | Compiling indexmap v2.9.0 |
| 481 | 2025-06-30T13:52:06.480Z | Compiling rustix v1.0.7 |
| 482 | 2025-06-30T13:52:06.638Z | Compiling log v0.4.27 |
| 483 | 2025-06-30T13:52:06.691Z | Compiling percent-encoding v2.3.1 |
| 484 | 2025-06-30T13:52:07.026Z | Compiling getrandom v0.3.1 |
| 485 | 2025-06-30T13:52:07.074Z | Compiling camino v1.1.10 |
| 486 | 2025-06-30T13:52:07.108Z | Compiling plain v0.2.3 |
| 487 | 2025-06-30T13:52:07.322Z | Compiling utf8parse v0.2.2 |
| 488 | 2025-06-30T13:52:07.518Z | Compiling semver v1.0.26 |
| 489 | 2025-06-30T13:52:07.547Z | Compiling anstyle-parse v0.2.5 |
| 490 | 2025-06-30T13:52:07.661Z | Compiling terminal_size v0.4.0 |
| 491 | 2025-06-30T13:52:07.709Z | Compiling ordered-float v2.10.1 |
| 492 | 2025-06-30T13:52:07.840Z | Compiling form_urlencoded v1.2.1 |
| 493 | 2025-06-30T13:52:08.153Z | Compiling colorchoice v1.0.2 |
| 494 | 2025-06-30T13:52:08.219Z | Compiling is_terminal_polyfill v1.70.1 |
| 495 | 2025-06-30T13:52:08.261Z | Compiling cfg-if v1.0.1 |
| 496 | 2025-06-30T13:52:08.345Z | Compiling anstyle v1.0.11 |
| 497 | 2025-06-30T13:52:08.375Z | Compiling anstyle-query v1.1.1 |
| 498 | 2025-06-30T13:52:08.400Z | Compiling thiserror v2.0.12 |
| 499 | 2025-06-30T13:52:08.454Z | Compiling pretty-hex v0.4.1 |
| 500 | 2025-06-30T13:52:08.716Z | Compiling anstream v0.6.18 |
| 501 | 2025-06-30T13:52:09.153Z | Compiling fs-err v3.1.1 |
| 502 | 2025-06-30T13:52:09.184Z | Compiling strsim v0.11.1 |
| 503 | 2025-06-30T13:52:09.282Z | Compiling unicode-xid v0.2.6 |
| 504 | 2025-06-30T13:52:09.314Z | Compiling unicode-width v0.1.14 |
| 505 | 2025-06-30T13:52:09.416Z | Compiling fastrand v2.1.1 |
| 506 | 2025-06-30T13:52:09.475Z | Compiling anyhow v1.0.98 |
| 507 | 2025-06-30T13:52:09.781Z | Compiling bytecount v0.6.8 |
| 508 | 2025-06-30T13:52:09.848Z | Compiling heck v0.4.1 |
| 509 | 2025-06-30T13:52:09.897Z | Compiling clap_lex v0.7.4 |
| 510 | 2025-06-30T13:52:09.997Z | Compiling heck v0.5.0 |
| 511 | 2025-06-30T13:52:10.224Z | Compiling fnv v1.0.7 |
| 512 | 2025-06-30T13:52:10.303Z | Compiling clap_builder v4.5.40 |
| 513 | 2025-06-30T13:52:10.406Z | Compiling papergrid v0.11.0 |
| 514 | 2025-06-30T13:52:10.438Z | Compiling tempfile v3.20.0 |
| 515 | 2025-06-30T13:52:11.023Z | Compiling memmap v0.7.0 |
| 516 | 2025-06-30T13:52:11.118Z | Compiling unicode-width v0.2.0 |
| 517 | 2025-06-30T13:52:11.206Z | Compiling smawk v0.3.2 |
| 518 | 2025-06-30T13:52:11.342Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2025-06-30T13:52:11.613Z | Compiling synstructure v0.13.1 |
| 520 | 2025-06-30T13:52:11.832Z | Compiling textwrap v0.16.2 |
| 521 | 2025-06-30T13:52:12.652Z | Compiling tabled_derive v0.7.0 |
| 522 | 2025-06-30T13:52:12.876Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 523 | 2025-06-30T13:52:12.902Z | Compiling swrite v0.1.0 |
| 524 | 2025-06-30T13:52:14.213Z | Compiling tabled v0.15.0 |
| 525 | 2025-06-30T13:52:14.249Z | Compiling serde_derive v1.0.219 |
| 526 | 2025-06-30T13:52:14.448Z | Compiling thiserror-impl v1.0.69 |
| 527 | 2025-06-30T13:52:14.640Z | Compiling zerofrom-derive v0.1.4 |
| 528 | 2025-06-30T13:52:14.869Z | Compiling yoke-derive v0.7.4 |
| 529 | 2025-06-30T13:52:15.323Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2025-06-30T13:52:16.613Z | Compiling displaydoc v0.2.5 |
| 531 | 2025-06-30T13:52:16.814Z | Compiling icu_provider_macros v1.5.0 |
| 532 | 2025-06-30T13:52:17.040Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2025-06-30T13:52:17.067Z | Compiling pest v2.7.14 |
| 534 | 2025-06-30T13:52:17.281Z | Compiling scroll_derive v0.12.0 |
| 535 | 2025-06-30T13:52:17.574Z | Compiling zerofrom v0.1.4 |
| 536 | 2025-06-30T13:52:17.761Z | Compiling thiserror-impl v2.0.12 |
| 537 | 2025-06-30T13:52:17.800Z | Compiling yoke v0.7.4 |
| 538 | 2025-06-30T13:52:17.941Z | Compiling clap_derive v4.5.40 |
| 539 | 2025-06-30T13:52:18.209Z | Compiling zerovec v0.10.4 |
| 540 | 2025-06-30T13:52:18.434Z | Compiling scroll v0.12.0 |
| 541 | 2025-06-30T13:52:18.791Z | Compiling zerocopy v0.7.35 |
| 542 | 2025-06-30T13:52:18.923Z | Compiling goblin v0.8.2 |
| 543 | 2025-06-30T13:52:19.404Z | Compiling pest_meta v2.7.14 |
| 544 | 2025-06-30T13:52:19.809Z | Compiling tinystr v0.7.6 |
| 545 | 2025-06-30T13:52:19.892Z | Compiling icu_collections v1.5.0 |
| 546 | 2025-06-30T13:52:20.175Z | Compiling icu_locid v1.5.0 |
| 547 | 2025-06-30T13:52:20.541Z | Compiling pest_generator v2.7.14 |
| 548 | 2025-06-30T13:52:20.910Z | Compiling clap v4.5.40 |
| 549 | 2025-06-30T13:52:21.141Z | Compiling icu_provider v1.5.0 |
| 550 | 2025-06-30T13:52:21.754Z | Compiling icu_locid_transform v1.5.0 |
| 551 | 2025-06-30T13:52:22.097Z | Compiling pest_derive v2.7.14 |
| 552 | 2025-06-30T13:52:22.705Z | Compiling dtrace-parser v0.2.0 |
| 553 | 2025-06-30T13:52:22.761Z | Compiling icu_properties v1.5.1 |
| 554 | 2025-06-30T13:52:24.637Z | Compiling serde_tokenstream v0.2.2 |
| 555 | 2025-06-30T13:52:24.680Z | Compiling serde_spanned v0.6.9 |
| 556 | 2025-06-30T13:52:24.715Z | Compiling toml_datetime v0.6.11 |
| 557 | 2025-06-30T13:52:24.893Z | Compiling erased-serde v0.4.6 |
| 558 | 2025-06-30T13:52:25.161Z | Compiling toml_edit v0.22.27 |
| 559 | 2025-06-30T13:52:25.237Z | Compiling serde-value v0.7.0 |
| 560 | 2025-06-30T13:52:25.524Z | Compiling cargo-platform v0.2.0 |
| 561 | 2025-06-30T13:52:25.662Z | Compiling camino-tempfile v1.4.1 |
| 562 | 2025-06-30T13:52:25.826Z | Compiling icu_normalizer v1.5.0 |
| 563 | 2025-06-30T13:52:25.887Z | Compiling serde-untagged v0.1.7 |
| 564 | 2025-06-30T13:52:26.017Z | Compiling macaddr v1.0.1 |
| 565 | 2025-06-30T13:52:26.051Z | Compiling dof v0.3.0 |
| 566 | 2025-06-30T13:52:26.611Z | Compiling idna_adapter v1.2.0 |
| 567 | 2025-06-30T13:52:26.814Z | Compiling idna v1.0.3 |
| 568 | 2025-06-30T13:52:27.323Z | Compiling url v2.5.4 |
| 569 | 2025-06-30T13:52:27.455Z | Compiling usdt-attr-macro v0.5.0 |
| 570 | 2025-06-30T13:52:27.493Z | Compiling usdt-macro v0.5.0 |
| 571 | 2025-06-30T13:52:28.027Z | Compiling toml v0.8.23 |
| 572 | 2025-06-30T13:52:28.410Z | Compiling usdt v0.5.0 |
| 573 | 2025-06-30T13:52:28.763Z | Compiling cargo-util-schemas v0.2.0 |
| 574 | 2025-06-30T13:52:28.790Z | Compiling cargo_toml v0.21.0 |
| 575 | 2025-06-30T13:52:30.579Z | Compiling cargo_metadata v0.20.0 |
| 576 | 2025-06-30T13:52:32.829Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 577 | 2025-06-30T13:52:37.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 578 | 2025-06-30T13:52:38.036Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 579 | 2025-06-30T13:52:39.054Z | Downloading crates ... |
| 580 | 2025-06-30T13:52:39.260Z | Downloaded atomicwrites v0.4.4 |
| 581 | 2025-06-30T13:52:39.286Z | Downloaded hubpack v0.1.2 |
| 582 | 2025-06-30T13:52:39.333Z | Downloaded is_ci v1.2.0 |
| 583 | 2025-06-30T13:52:39.373Z | Downloaded md5 v0.7.0 |
| 584 | 2025-06-30T13:52:39.398Z | Downloaded serde_plain v1.0.2 |
| 585 | 2025-06-30T13:52:39.424Z | Downloaded void v1.0.2 |
| 586 | 2025-06-30T13:52:39.450Z | Downloaded new_debug_unreachable v1.0.6 |
| 587 | 2025-06-30T13:52:39.476Z | Downloaded normalize-line-endings v0.3.0 |
| 588 | 2025-06-30T13:52:39.476Z | Downloaded sigpipe v0.1.3 |
| 589 | 2025-06-30T13:52:39.502Z | Downloaded tower-service v0.3.3 |
| 590 | 2025-06-30T13:52:39.529Z | Downloaded endian-type v0.1.2 |
| 591 | 2025-06-30T13:52:39.554Z | Downloaded peg-runtime v0.8.5 |
| 592 | 2025-06-30T13:52:39.609Z | Downloaded take_mut v0.2.2 |
| 593 | 2025-06-30T13:52:39.639Z | Downloaded number_prefix v0.4.0 |
| 594 | 2025-06-30T13:52:39.639Z | Downloaded foreign-types-macros v0.2.3 |
| 595 | 2025-06-30T13:52:39.639Z | Downloaded oso-derive v0.27.3 |
| 596 | 2025-06-30T13:52:39.639Z | Downloaded cstr-argument v0.1.2 |
| 597 | 2025-06-30T13:52:39.667Z | Downloaded zone_cfg_derive v0.1.2 |
| 598 | 2025-06-30T13:52:39.667Z | Downloaded parse-size v1.1.0 |
| 599 | 2025-06-30T13:52:39.693Z | Downloaded rand_chacha v0.9.0 |
| 600 | 2025-06-30T13:52:39.693Z | Downloaded spki v0.7.3 |
| 601 | 2025-06-30T13:52:39.693Z | Downloaded sqlformat v0.3.5 |
| 602 | 2025-06-30T13:52:39.719Z | Downloaded socket2 v0.5.10 |
| 603 | 2025-06-30T13:52:39.719Z | Downloaded rand v0.8.5 |
| 604 | 2025-06-30T13:52:39.747Z | Downloaded postgres-protocol v0.6.8 |
| 605 | 2025-06-30T13:52:39.747Z | Downloaded rand v0.9.1 |
| 606 | 2025-06-30T13:52:39.773Z | Downloaded postgres-types v0.2.9 |
| 607 | 2025-06-30T13:52:39.773Z | Downloaded sqlparser v0.45.0 |
| 608 | 2025-06-30T13:52:39.773Z | Downloaded quinn v0.11.5 |
| 609 | 2025-06-30T13:52:39.800Z | Downloaded publicsuffix v2.3.0 |
| 610 | 2025-06-30T13:52:39.800Z | Downloaded proptest v1.7.0 |
| 611 | 2025-06-30T13:52:39.825Z | Downloaded quinn-proto v0.11.8 |
| 612 | 2025-06-30T13:52:39.851Z | Downloaded qorb v0.4.0 |
| 613 | 2025-06-30T13:52:39.851Z | Downloaded radix_trie v0.2.1 |
| 614 | 2025-06-30T13:52:39.851Z | Downloaded moka v0.12.10 |
| 615 | 2025-06-30T13:52:39.877Z | Downloaded zlib-rs v0.5.1 |
| 616 | 2025-06-30T13:52:39.903Z | Downloaded quick-xml v0.37.2 |
| 617 | 2025-06-30T13:52:39.903Z | Downloaded nix v0.28.0 |
| 618 | 2025-06-30T13:52:39.929Z | Downloaded zerocopy v0.8.26 |
| 619 | 2025-06-30T13:52:39.954Z | Downloaded regex-automata v0.4.8 |
| 620 | 2025-06-30T13:52:39.981Z | Downloaded polar-core v0.27.3 |
| 621 | 2025-06-30T13:52:40.007Z | Downloaded openssl v0.10.73 |
| 622 | 2025-06-30T13:52:40.007Z | Downloaded smoltcp v0.11.0 |
| 623 | 2025-06-30T13:52:40.032Z | Downloaded object v0.36.5 |
| 624 | 2025-06-30T13:52:40.058Z | Downloaded ratatui v0.29.0 |
| 625 | 2025-06-30T13:52:40.084Z | Downloaded openapiv3 v2.2.0 |
| 626 | 2025-06-30T13:52:40.110Z | Downloaded nix v0.30.1 |
| 627 | 2025-06-30T13:52:40.110Z | Downloaded sled v0.34.7 |
| 628 | 2025-06-30T13:52:40.135Z | Downloaded smoltcp v0.9.1 |
| 629 | 2025-06-30T13:52:40.161Z | Downloaded object v0.30.4 |
| 630 | 2025-06-30T13:52:40.161Z | Downloaded petgraph v0.6.5 |
| 631 | 2025-06-30T13:52:40.187Z | Downloaded tokio v1.45.1 |
| 632 | 2025-06-30T13:52:40.232Z | Downloaded petgraph v0.8.2 |
| 633 | 2025-06-30T13:52:40.270Z | Downloaded nix v0.29.0 |
| 634 | 2025-06-30T13:52:40.296Z | Downloaded zerocopy-derive v0.6.6 |
| 635 | 2025-06-30T13:52:40.322Z | Downloaded hickory-proto v0.25.2 |
| 636 | 2025-06-30T13:52:40.322Z | Downloaded p384 v0.13.0 |
| 637 | 2025-06-30T13:52:40.347Z | Downloaded diesel v2.2.11 |
| 638 | 2025-06-30T13:52:40.373Z | Downloaded nix v0.27.1 |
| 639 | 2025-06-30T13:52:40.398Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 640 | 2025-06-30T13:52:40.424Z | Downloaded jiff v0.2.15 |
| 641 | 2025-06-30T13:52:40.450Z | Downloaded lzma-sys v0.1.20 |
| 642 | 2025-06-30T13:52:40.475Z | Downloaded tabled v0.18.0 |
| 643 | 2025-06-30T13:52:40.501Z | Downloaded libz-sys v1.1.20 |
| 644 | 2025-06-30T13:52:40.527Z | Downloaded webpki-roots v1.0.0 |
| 645 | 2025-06-30T13:52:40.527Z | Downloaded sha3 v0.10.8 |
| 646 | 2025-06-30T13:52:40.552Z | Downloaded hickory-proto v0.24.4 |
| 647 | 2025-06-30T13:52:40.552Z | Downloaded p521 v0.13.3 |
| 648 | 2025-06-30T13:52:40.578Z | Downloaded csv v1.3.1 |
| 649 | 2025-06-30T13:52:40.604Z | Downloaded zip v4.2.0 |
| 650 | 2025-06-30T13:52:40.604Z | Downloaded curve25519-dalek v4.1.3 |
| 651 | 2025-06-30T13:52:40.629Z | Downloaded vcpkg v0.2.15 |
| 652 | 2025-06-30T13:52:40.659Z | Downloaded prettyplease v0.2.35 |
| 653 | 2025-06-30T13:52:40.685Z | Downloaded pretty_assertions v1.4.1 |
| 654 | 2025-06-30T13:52:40.685Z | Downloaded prefix-trie v0.7.0 |
| 655 | 2025-06-30T13:52:40.685Z | Downloaded portable-atomic v1.11.0 |
| 656 | 2025-06-30T13:52:40.711Z | Downloaded zerocopy-derive v0.8.26 |
| 657 | 2025-06-30T13:52:40.711Z | Downloaded dropshot v0.16.2 |
| 658 | 2025-06-30T13:52:40.741Z | Downloaded h2 v0.4.6 |
| 659 | 2025-06-30T13:52:40.767Z | Downloaded lalrpop v0.19.12 |
| 660 | 2025-06-30T13:52:40.767Z | Downloaded tower-http v0.6.6 |
| 661 | 2025-06-30T13:52:40.792Z | Downloaded tough v0.20.0 |
| 662 | 2025-06-30T13:52:40.792Z | Downloaded typify-impl v0.4.1 |
| 663 | 2025-06-30T13:52:40.818Z | Downloaded zip v0.6.6 |
| 664 | 2025-06-30T13:52:40.818Z | Downloaded openssl-sys v0.9.109 |
| 665 | 2025-06-30T13:52:40.843Z | Downloaded winnow v0.6.26 |
| 666 | 2025-06-30T13:52:40.844Z | Downloaded winnow v0.5.40 |
| 667 | 2025-06-30T13:52:40.869Z | Downloaded encoding_rs v0.8.34 |
| 668 | 2025-06-30T13:52:40.895Z | Downloaded typify-impl v0.3.0 |
| 669 | 2025-06-30T13:52:40.921Z | Downloaded ring v0.17.14 |
| 670 | 2025-06-30T13:52:40.959Z | Downloaded typify-impl v0.2.0 |
| 671 | 2025-06-30T13:52:40.986Z | Downloaded papergrid v0.14.0 |
| 672 | 2025-06-30T13:52:41.012Z | Downloaded tracing v0.1.40 |
| 673 | 2025-06-30T13:52:41.012Z | Downloaded num-bigint-dig v0.8.4 |
| 674 | 2025-06-30T13:52:41.012Z | Downloaded postcard v1.0.10 |
| 675 | 2025-06-30T13:52:41.012Z | Downloaded parking_lot_core v0.9.10 |
| 676 | 2025-06-30T13:52:41.012Z | Downloaded zeroize v1.8.1 |
| 677 | 2025-06-30T13:52:41.012Z | Downloaded parking_lot v0.12.3 |
| 678 | 2025-06-30T13:52:41.038Z | Downloaded p256 v0.13.2 |
| 679 | 2025-06-30T13:52:41.038Z | Downloaded parse-zoneinfo v0.3.1 |
| 680 | 2025-06-30T13:52:41.038Z | Downloaded time v0.3.36 |
| 681 | 2025-06-30T13:52:41.038Z | Downloaded parking_lot v0.11.2 |
| 682 | 2025-06-30T13:52:41.038Z | Downloaded snafu v0.8.5 |
| 683 | 2025-06-30T13:52:41.064Z | Downloaded rayon v1.10.0 |
| 684 | 2025-06-30T13:52:41.064Z | Downloaded tower v0.5.2 |
| 685 | 2025-06-30T13:52:41.090Z | Downloaded regress v0.10.3 |
| 686 | 2025-06-30T13:52:41.090Z | Downloaded regex-syntax v0.8.5 |
| 687 | 2025-06-30T13:52:41.115Z | Downloaded regex-syntax v0.6.29 |
| 688 | 2025-06-30T13:52:41.115Z | Downloaded nom v7.1.3 |
| 689 | 2025-06-30T13:52:41.141Z | Downloaded quick-error v1.2.3 |
| 690 | 2025-06-30T13:52:41.141Z | Downloaded primeorder v0.13.6 |
| 691 | 2025-06-30T13:52:41.141Z | Downloaded predicates-tree v1.0.12 |
| 692 | 2025-06-30T13:52:41.141Z | Downloaded predicates-core v1.0.8 |
| 693 | 2025-06-30T13:52:41.141Z | Downloaded predicates v3.1.3 |
| 694 | 2025-06-30T13:52:41.141Z | Downloaded ppv-lite86 v0.2.20 |
| 695 | 2025-06-30T13:52:41.141Z | Downloaded powerfmt v0.2.0 |
| 696 | 2025-06-30T13:52:41.142Z | Downloaded parking_lot_core v0.8.6 |
| 697 | 2025-06-30T13:52:41.142Z | Downloaded reedline v0.40.0 |
| 698 | 2025-06-30T13:52:41.167Z | Downloaded serde_with v3.12.0 |
| 699 | 2025-06-30T13:52:41.167Z | Downloaded snafu-derive v0.8.5 |
| 700 | 2025-06-30T13:52:41.168Z | Downloaded oso v0.27.3 |
| 701 | 2025-06-30T13:52:41.168Z | Downloaded expectorate v1.2.0 |
| 702 | 2025-06-30T13:52:41.168Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 703 | 2025-06-30T13:52:41.256Z | Downloaded toml_edit v0.19.15 |
| 704 | 2025-06-30T13:52:41.282Z | Downloaded mio v1.0.2 |
| 705 | 2025-06-30T13:52:41.308Z | Downloaded spin v0.9.8 |
| 706 | 2025-06-30T13:52:41.308Z | Downloaded rand_chacha v0.3.1 |
| 707 | 2025-06-30T13:52:41.308Z | Downloaded radium v0.7.0 |
| 708 | 2025-06-30T13:52:41.308Z | Downloaded r2d2 v0.8.10 |
| 709 | 2025-06-30T13:52:41.308Z | Downloaded quinn-udp v0.5.5 |
| 710 | 2025-06-30T13:52:41.308Z | Downloaded parse-display v0.10.0 |
| 711 | 2025-06-30T13:52:41.308Z | Downloaded zone v0.3.1 |
| 712 | 2025-06-30T13:52:41.308Z | Downloaded zone v0.1.8 |
| 713 | 2025-06-30T13:52:41.308Z | Downloaded zeroize_derive v1.4.2 |
| 714 | 2025-06-30T13:52:41.308Z | Downloaded yansi v1.0.1 |
| 715 | 2025-06-30T13:52:41.308Z | Downloaded tungstenite v0.21.0 |
| 716 | 2025-06-30T13:52:41.308Z | Downloaded tar v0.4.44 |
| 717 | 2025-06-30T13:52:41.334Z | Downloaded petname v2.0.2 |
| 718 | 2025-06-30T13:52:41.334Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 719 | 2025-06-30T13:52:41.334Z | Downloaded pretty-hex v0.2.1 |
| 720 | 2025-06-30T13:52:41.334Z | Downloaded precomputed-hash v0.1.1 |
| 721 | 2025-06-30T13:52:41.360Z | Downloaded polyval v0.6.2 |
| 722 | 2025-06-30T13:52:41.360Z | Downloaded parse-display-derive v0.10.0 |
| 723 | 2025-06-30T13:52:41.360Z | Downloaded zerocopy v0.6.6 |
| 724 | 2025-06-30T13:52:41.360Z | Downloaded twox-hash v2.1.0 |
| 725 | 2025-06-30T13:52:41.360Z | Downloaded tungstenite v0.23.0 |
| 726 | 2025-06-30T13:52:41.360Z | Downloaded thiserror-no-std v2.0.2 |
| 727 | 2025-06-30T13:52:41.360Z | Downloaded test-strategy v0.4.1 |
| 728 | 2025-06-30T13:52:41.360Z | Downloaded crypto-bigint v0.5.5 |
| 729 | 2025-06-30T13:52:41.386Z | Downloaded zopfli v0.8.1 |
| 730 | 2025-06-30T13:52:41.386Z | Downloaded owo-colors v4.2.2 |
| 731 | 2025-06-30T13:52:41.386Z | Downloaded der v0.7.9 |
| 732 | 2025-06-30T13:52:41.386Z | Downloaded itertools v0.14.0 |
| 733 | 2025-06-30T13:52:41.412Z | Downloaded yasna v0.5.2 |
| 734 | 2025-06-30T13:52:41.412Z | Downloaded tui-tree-widget v0.23.1 |
| 735 | 2025-06-30T13:52:41.412Z | Downloaded time-macros v0.2.18 |
| 736 | 2025-06-30T13:52:41.412Z | Downloaded thread_local v1.1.8 |
| 737 | 2025-06-30T13:52:41.412Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 738 | 2025-06-30T13:52:41.412Z | Downloaded packed_struct v0.10.1 |
| 739 | 2025-06-30T13:52:41.412Z | Downloaded csv-core v0.1.11 |
| 740 | 2025-06-30T13:52:41.412Z | Downloaded zstd-safe v7.2.3 |
| 741 | 2025-06-30T13:52:41.412Z | Downloaded zstd v0.13.3 |
| 742 | 2025-06-30T13:52:41.412Z | Downloaded diff v0.1.13 |
| 743 | 2025-06-30T13:52:41.438Z | Downloaded diesel_derives v2.2.3 |
| 744 | 2025-06-30T13:52:41.438Z | Downloaded derive_more v0.99.20 |
| 745 | 2025-06-30T13:52:41.438Z | Downloaded derive_builder v0.20.2 |
| 746 | 2025-06-30T13:52:41.438Z | Downloaded derive-where v1.5.0 |
| 747 | 2025-06-30T13:52:41.438Z | Downloaded darling_core v0.20.10 |
| 748 | 2025-06-30T13:52:41.464Z | Downloaded rcgen v0.12.1 |
| 749 | 2025-06-30T13:52:41.464Z | Downloaded rayon-core v1.12.1 |
| 750 | 2025-06-30T13:52:41.464Z | Downloaded gimli v0.31.1 |
| 751 | 2025-06-30T13:52:41.490Z | Downloaded rustls v0.23.19 |
| 752 | 2025-06-30T13:52:41.490Z | Downloaded try-lock v0.2.5 |
| 753 | 2025-06-30T13:52:41.490Z | Downloaded time-core v0.1.2 |
| 754 | 2025-06-30T13:52:41.490Z | Downloaded packed_struct_codegen v0.10.1 |
| 755 | 2025-06-30T13:52:41.516Z | Downloaded oxnet v0.1.2 |
| 756 | 2025-06-30T13:52:41.516Z | Downloaded ctr v0.9.2 |
| 757 | 2025-06-30T13:52:41.516Z | Downloaded diesel-dtrace v0.4.2 |
| 758 | 2025-06-30T13:52:41.516Z | Downloaded des v0.8.1 |
| 759 | 2025-06-30T13:52:41.516Z | Downloaded derive_builder_core v0.20.2 |
| 760 | 2025-06-30T13:52:41.516Z | Downloaded deranged v0.3.11 |
| 761 | 2025-06-30T13:52:41.516Z | Downloaded der_derive v0.7.3 |
| 762 | 2025-06-30T13:52:41.516Z | Downloaded defmt-parser v0.3.4 |
| 763 | 2025-06-30T13:52:41.516Z | Downloaded defmt v0.3.8 |
| 764 | 2025-06-30T13:52:41.516Z | Downloaded debug-ignore v1.0.5 |
| 765 | 2025-06-30T13:52:41.516Z | Downloaded darling v0.20.10 |
| 766 | 2025-06-30T13:52:41.542Z | Downloaded daft-derive v0.1.3 |
| 767 | 2025-06-30T13:52:41.542Z | Downloaded daft v0.1.3 |
| 768 | 2025-06-30T13:52:41.542Z | Downloaded support-bundle-viewer v0.1.2 |
| 769 | 2025-06-30T13:52:41.542Z | Downloaded ssh-key v0.6.6 |
| 770 | 2025-06-30T13:52:41.568Z | Downloaded regex v1.11.1 |
| 771 | 2025-06-30T13:52:41.594Z | Downloaded num-bigint v0.4.6 |
| 772 | 2025-06-30T13:52:41.594Z | Downloaded itertools v0.13.0 |
| 773 | 2025-06-30T13:52:41.594Z | Downloaded itertools v0.12.1 |
| 774 | 2025-06-30T13:52:41.620Z | Downloaded crunchy v0.2.2 |
| 775 | 2025-06-30T13:52:41.620Z | Downloaded zone_cfg_derive v0.3.0 |
| 776 | 2025-06-30T13:52:41.620Z | Downloaded oxide-tokio-rt v0.1.1 |
| 777 | 2025-06-30T13:52:41.620Z | Downloaded fd-lock v4.0.2 |
| 778 | 2025-06-30T13:52:41.620Z | Downloaded difflib v0.4.0 |
| 779 | 2025-06-30T13:52:41.620Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 780 | 2025-06-30T13:52:41.620Z | Downloaded derive_builder_macro v0.20.2 |
| 781 | 2025-06-30T13:52:41.620Z | Downloaded defmt-macros v0.3.9 |
| 782 | 2025-06-30T13:52:41.620Z | Downloaded data-encoding v2.9.0 |
| 783 | 2025-06-30T13:52:41.646Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 784 | 2025-06-30T13:52:41.646Z | Downloaded smf v0.2.3 |
| 785 | 2025-06-30T13:52:41.646Z | Downloaded smallvec v0.6.14 |
| 786 | 2025-06-30T13:52:41.646Z | Downloaded slog-term v2.9.1 |
| 787 | 2025-06-30T13:52:41.646Z | Downloaded slog-stdlog v4.1.1 |
| 788 | 2025-06-30T13:52:41.646Z | Downloaded slog-scope v4.4.0 |
| 789 | 2025-06-30T13:52:41.646Z | Downloaded slog-json v2.6.1 |
| 790 | 2025-06-30T13:52:41.646Z | Downloaded slog-envlogger v2.2.0 |
| 791 | 2025-06-30T13:52:41.646Z | Downloaded ref-cast-impl v1.0.24 |
| 792 | 2025-06-30T13:52:41.646Z | Downloaded ref-cast v1.0.24 |
| 793 | 2025-06-30T13:52:41.672Z | Downloaded rand_seeder v0.3.0 |
| 794 | 2025-06-30T13:52:41.672Z | Downloaded rand_core v0.9.2 |
| 795 | 2025-06-30T13:52:41.672Z | Downloaded rand_core v0.6.4 |
| 796 | 2025-06-30T13:52:41.672Z | Downloaded omicron-zone-package v0.12.2 |
| 797 | 2025-06-30T13:52:41.672Z | Downloaded num-rational v0.4.2 |
| 798 | 2025-06-30T13:52:41.672Z | Downloaded num-integer v0.1.46 |
| 799 | 2025-06-30T13:52:41.672Z | Downloaded flate2 v1.1.2 |
| 800 | 2025-06-30T13:52:41.698Z | Downloaded steno v0.4.1 |
| 801 | 2025-06-30T13:52:41.698Z | Downloaded pkcs5 v0.7.1 |
| 802 | 2025-06-30T13:52:41.698Z | Downloaded pin-project v1.1.6 |
| 803 | 2025-06-30T13:52:41.724Z | Downloaded tracing-core v0.1.32 |
| 804 | 2025-06-30T13:52:41.724Z | Downloaded git2 v0.19.0 |
| 805 | 2025-06-30T13:52:41.750Z | Downloaded x509-cert v0.2.5 |
| 806 | 2025-06-30T13:52:41.750Z | Downloaded rustls v0.22.4 |
| 807 | 2025-06-30T13:52:41.775Z | Downloaded hyper v1.6.0 |
| 808 | 2025-06-30T13:52:41.802Z | Downloaded hkdf v0.12.4 |
| 809 | 2025-06-30T13:52:41.802Z | Downloaded openssl-probe v0.1.5 |
| 810 | 2025-06-30T13:52:41.802Z | Downloaded openssl-macros v0.1.1 |
| 811 | 2025-06-30T13:52:41.802Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2025-06-30T13:52:41.802Z | Downloaded darling_macro v0.20.10 |
| 813 | 2025-06-30T13:52:41.802Z | Downloaded rand_xorshift v0.4.0 |
| 814 | 2025-06-30T13:52:41.802Z | Downloaded olpc-cjson v0.1.4 |
| 815 | 2025-06-30T13:52:41.802Z | Downloaded num_enum_derive v0.5.11 |
| 816 | 2025-06-30T13:52:41.828Z | Downloaded num_enum v0.5.11 |
| 817 | 2025-06-30T13:52:41.828Z | Downloaded num-iter v0.1.45 |
| 818 | 2025-06-30T13:52:41.828Z | Downloaded fs-err v2.11.0 |
| 819 | 2025-06-30T13:52:41.828Z | Downloaded flume v0.11.1 |
| 820 | 2025-06-30T13:52:41.828Z | Downloaded term v0.7.0 |
| 821 | 2025-06-30T13:52:41.854Z | Downloaded poly1305 v0.8.0 |
| 822 | 2025-06-30T13:52:41.854Z | Downloaded pkg-config v0.3.31 |
| 823 | 2025-06-30T13:52:41.854Z | Downloaded pkcs8 v0.10.2 |
| 824 | 2025-06-30T13:52:41.854Z | Downloaded pkcs1 v0.7.5 |
| 825 | 2025-06-30T13:52:41.854Z | Downloaded pin-project-lite v0.2.14 |
| 826 | 2025-06-30T13:52:41.854Z | Downloaded pin-project-internal v1.1.6 |
| 827 | 2025-06-30T13:52:41.880Z | Downloaded fatfs v0.3.6 |
| 828 | 2025-06-30T13:52:41.880Z | Downloaded env_logger v0.11.5 |
| 829 | 2025-06-30T13:52:41.880Z | Downloaded reqwest v0.12.20 |
| 830 | 2025-06-30T13:52:41.880Z | Downloaded rustls v0.21.12 |
| 831 | 2025-06-30T13:52:41.906Z | Downloaded iri-string v0.7.8 |
| 832 | 2025-06-30T13:52:41.932Z | Downloaded foreign-types v0.5.0 |
| 833 | 2025-06-30T13:52:41.932Z | Downloaded foldhash v0.1.5 |
| 834 | 2025-06-30T13:52:41.932Z | Downloaded float-ord v0.3.2 |
| 835 | 2025-06-30T13:52:41.932Z | Downloaded float-cmp v0.10.0 |
| 836 | 2025-06-30T13:52:41.932Z | Downloaded flagset v0.4.6 |
| 837 | 2025-06-30T13:52:41.932Z | Downloaded fixedbitset v0.5.7 |
| 838 | 2025-06-30T13:52:41.932Z | Downloaded fixedbitset v0.4.2 |
| 839 | 2025-06-30T13:52:41.932Z | Downloaded filetime v0.2.25 |
| 840 | 2025-06-30T13:52:41.932Z | Downloaded ff v0.13.0 |
| 841 | 2025-06-30T13:52:41.932Z | Downloaded termtree v0.5.1 |
| 842 | 2025-06-30T13:52:41.932Z | Downloaded termios v0.3.3 |
| 843 | 2025-06-30T13:52:41.932Z | Downloaded termcolor v1.4.1 |
| 844 | 2025-06-30T13:52:41.958Z | Downloaded tap v1.0.1 |
| 845 | 2025-06-30T13:52:41.958Z | Downloaded tagptr v0.2.0 |
| 846 | 2025-06-30T13:52:41.958Z | Downloaded tabwriter v1.4.0 |
| 847 | 2025-06-30T13:52:41.958Z | Downloaded tabled_derive v0.10.0 |
| 848 | 2025-06-30T13:52:41.958Z | Downloaded sync-ptr v0.1.4 |
| 849 | 2025-06-30T13:52:41.958Z | Downloaded supports-color v3.0.2 |
| 850 | 2025-06-30T13:52:41.958Z | Downloaded subprocess v0.2.9 |
| 851 | 2025-06-30T13:52:41.958Z | Downloaded strum_macros v0.26.4 |
| 852 | 2025-06-30T13:52:41.958Z | Downloaded static_assertions v1.1.0 |
| 853 | 2025-06-30T13:52:41.958Z | Downloaded phf_generator v0.11.2 |
| 854 | 2025-06-30T13:52:41.958Z | Downloaded ed25519-dalek v2.1.1 |
| 855 | 2025-06-30T13:52:41.984Z | Downloaded tokio-util v0.7.15 |
| 856 | 2025-06-30T13:52:41.984Z | Downloaded futures-util v0.3.31 |
| 857 | 2025-06-30T13:52:42.010Z | Downloaded minimal-lexical v0.2.1 |
| 858 | 2025-06-30T13:52:42.010Z | Downloaded libxml v0.3.3 |
| 859 | 2025-06-30T13:52:42.011Z | Downloaded libm v0.2.8 |
| 860 | 2025-06-30T13:52:42.036Z | Downloaded itertools v0.10.5 |
| 861 | 2025-06-30T13:52:42.036Z | Downloaded num_threads v0.1.7 |
| 862 | 2025-06-30T13:52:42.036Z | Downloaded foreign-types-shared v0.3.1 |
| 863 | 2025-06-30T13:52:42.062Z | Downloaded foreign-types-shared v0.1.1 |
| 864 | 2025-06-30T13:52:42.062Z | Downloaded foreign-types v0.3.2 |
| 865 | 2025-06-30T13:52:42.062Z | Downloaded subtle v2.6.1 |
| 866 | 2025-06-30T13:52:42.062Z | Downloaded strum_macros v0.25.3 |
| 867 | 2025-06-30T13:52:42.063Z | Downloaded strum_macros v0.24.3 |
| 868 | 2025-06-30T13:52:42.063Z | Downloaded structmeta-derive v0.3.0 |
| 869 | 2025-06-30T13:52:42.063Z | Downloaded structmeta v0.3.0 |
| 870 | 2025-06-30T13:52:42.063Z | Downloaded strip-ansi-escapes v0.2.0 |
| 871 | 2025-06-30T13:52:42.063Z | Downloaded stringprep v0.1.5 |
| 872 | 2025-06-30T13:52:42.063Z | Downloaded ssh-encoding v0.2.0 |
| 873 | 2025-06-30T13:52:42.063Z | Downloaded ssh-cipher v0.2.0 |
| 874 | 2025-06-30T13:52:42.063Z | Downloaded pin-utils v0.1.0 |
| 875 | 2025-06-30T13:52:42.088Z | Downloaded phf_shared v0.11.2 |
| 876 | 2025-06-30T13:52:42.089Z | Downloaded env_logger v0.10.2 |
| 877 | 2025-06-30T13:52:42.089Z | Downloaded tracing-attributes v0.1.27 |
| 878 | 2025-06-30T13:52:42.089Z | Downloaded similar v2.7.0 |
| 879 | 2025-06-30T13:52:42.114Z | Downloaded iddqd v0.3.8 |
| 880 | 2025-06-30T13:52:42.114Z | Downloaded sync_wrapper v1.0.1 |
| 881 | 2025-06-30T13:52:42.114Z | Downloaded strum v0.26.3 |
| 882 | 2025-06-30T13:52:42.114Z | Downloaded string_cache v0.8.9 |
| 883 | 2025-06-30T13:52:42.114Z | Downloaded sqlparser_derive v0.2.2 |
| 884 | 2025-06-30T13:52:42.114Z | Downloaded phf_codegen v0.11.2 |
| 885 | 2025-06-30T13:52:42.114Z | Downloaded phf v0.11.2 |
| 886 | 2025-06-30T13:52:42.114Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2025-06-30T13:52:42.140Z | Downloaded pem v3.0.5 |
| 888 | 2025-06-30T13:52:42.140Z | Downloaded peg-macros v0.8.5 |
| 889 | 2025-06-30T13:52:42.140Z | Downloaded peg v0.8.5 |
| 890 | 2025-06-30T13:52:42.140Z | Downloaded pbkdf2 v0.12.2 |
| 891 | 2025-06-30T13:52:42.140Z | Downloaded pbkdf2 v0.11.0 |
| 892 | 2025-06-30T13:52:42.140Z | Downloaded paste v1.0.15 |
| 893 | 2025-06-30T13:52:42.140Z | Downloaded password-hash v0.5.0 |
| 894 | 2025-06-30T13:52:42.167Z | Downloaded password-hash v0.4.2 |
| 895 | 2025-06-30T13:52:42.167Z | Downloaded fallible-iterator v0.2.0 |
| 896 | 2025-06-30T13:52:42.167Z | Downloaded env_filter v0.1.2 |
| 897 | 2025-06-30T13:52:42.167Z | Downloaded enum-as-inner v0.6.1 |
| 898 | 2025-06-30T13:52:42.167Z | Downloaded embedded-io v0.4.0 |
| 899 | 2025-06-30T13:52:42.167Z | Downloaded elliptic-curve v0.13.8 |
| 900 | 2025-06-30T13:52:42.167Z | Downloaded either v1.15.0 |
| 901 | 2025-06-30T13:52:42.167Z | Downloaded ed25519 v2.2.3 |
| 902 | 2025-06-30T13:52:42.167Z | Downloaded ecdsa v0.16.9 |
| 903 | 2025-06-30T13:52:42.193Z | Downloaded dyn-clone v1.0.19 |
| 904 | 2025-06-30T13:52:42.193Z | Downloaded dropshot_endpoint v0.16.2 |
| 905 | 2025-06-30T13:52:42.193Z | Downloaded document-features v0.2.10 |
| 906 | 2025-06-30T13:52:42.193Z | Downloaded tokio-postgres v0.7.13 |
| 907 | 2025-06-30T13:52:42.193Z | Downloaded tinyvec v1.8.0 |
| 908 | 2025-06-30T13:52:42.219Z | Downloaded slog v2.7.0 |
| 909 | 2025-06-30T13:52:42.219Z | Downloaded num-complex v0.4.6 |
| 910 | 2025-06-30T13:52:42.219Z | Downloaded nu-ansi-term v0.50.1 |
| 911 | 2025-06-30T13:52:42.219Z | Downloaded half v2.4.1 |
| 912 | 2025-06-30T13:52:42.219Z | Downloaded half v1.8.3 |
| 913 | 2025-06-30T13:52:42.219Z | Downloaded serde_yaml v0.9.34+deprecated |
| 914 | 2025-06-30T13:52:42.245Z | Downloaded salty v0.3.0 |
| 915 | 2025-06-30T13:52:42.245Z | Downloaded rustls-webpki v0.102.8 |
| 916 | 2025-06-30T13:52:42.270Z | Downloaded rustls-webpki v0.101.7 |
| 917 | 2025-06-30T13:52:42.296Z | Downloaded path-slash v0.1.5 |
| 918 | 2025-06-30T13:52:42.296Z | Downloaded ena v0.14.3 |
| 919 | 2025-06-30T13:52:42.296Z | Downloaded embedded-io v0.6.1 |
| 920 | 2025-06-30T13:52:42.296Z | Downloaded dunce v1.0.5 |
| 921 | 2025-06-30T13:52:42.296Z | Downloaded dsl_auto_type v0.1.2 |
| 922 | 2025-06-30T13:52:42.296Z | Downloaded display-error-chain v0.2.2 |
| 923 | 2025-06-30T13:52:42.296Z | Downloaded dirs-next v2.0.0 |
| 924 | 2025-06-30T13:52:42.296Z | Downloaded topological-sort v0.2.2 |
| 925 | 2025-06-30T13:52:42.296Z | Downloaded toml v0.7.8 |
| 926 | 2025-06-30T13:52:42.322Z | Downloaded tokio-tungstenite v0.23.1 |
| 927 | 2025-06-30T13:52:42.322Z | Downloaded tokio-stream v0.1.17 |
| 928 | 2025-06-30T13:52:42.322Z | Downloaded tokio-rustls v0.26.0 |
| 929 | 2025-06-30T13:52:42.322Z | Downloaded tokio-rustls v0.25.0 |
| 930 | 2025-06-30T13:52:42.323Z | Downloaded tokio-rustls v0.24.1 |
| 931 | 2025-06-30T13:52:42.323Z | Downloaded slog-async v2.8.0 |
| 932 | 2025-06-30T13:52:42.323Z | Downloaded signal-hook v0.3.18 |
| 933 | 2025-06-30T13:52:42.323Z | Downloaded num-derive v0.3.3 |
| 934 | 2025-06-30T13:52:42.348Z | Downloaded unicode-segmentation v1.12.0 |
| 935 | 2025-06-30T13:52:42.348Z | Downloaded unicode-normalization v0.1.24 |
| 936 | 2025-06-30T13:52:42.348Z | Downloaded typed-path v0.9.3 |
| 937 | 2025-06-30T13:52:42.348Z | Downloaded dirs-sys-next v0.1.2 |
| 938 | 2025-06-30T13:52:42.374Z | Downloaded tokio-tungstenite v0.21.0 |
| 939 | 2025-06-30T13:52:42.374Z | Downloaded tokio-native-tls v0.3.1 |
| 940 | 2025-06-30T13:52:42.374Z | Downloaded tokio-macros v2.5.0 |
| 941 | 2025-06-30T13:52:42.374Z | Downloaded tokio-dtrace v0.1.0 |
| 942 | 2025-06-30T13:52:42.374Z | Downloaded tls_codec_derive v0.4.1 |
| 943 | 2025-06-30T13:52:42.374Z | Downloaded tls_codec v0.4.1 |
| 944 | 2025-06-30T13:52:42.374Z | Downloaded tiny-keccak v2.0.2 |
| 945 | 2025-06-30T13:52:42.374Z | Downloaded slog-dtrace v0.3.0 |
| 946 | 2025-06-30T13:52:42.374Z | Downloaded slog-bunyan v2.5.0 |
| 947 | 2025-06-30T13:52:42.374Z | Downloaded slab v0.4.9 |
| 948 | 2025-06-30T13:52:42.374Z | Downloaded siphasher v0.3.11 |
| 949 | 2025-06-30T13:52:42.374Z | Downloaded simd-adler32 v0.3.7 |
| 950 | 2025-06-30T13:52:42.401Z | Downloaded signature v2.2.0 |
| 951 | 2025-06-30T13:52:42.401Z | Downloaded ron v0.7.1 |
| 952 | 2025-06-30T13:52:42.401Z | Downloaded native-tls v0.2.12 |
| 953 | 2025-06-30T13:52:42.401Z | Downloaded multer v3.1.0 |
| 954 | 2025-06-30T13:52:42.401Z | Downloaded globset v0.4.15 |
| 955 | 2025-06-30T13:52:42.401Z | Downloaded xshell v0.2.7 |
| 956 | 2025-06-30T13:52:42.401Z | Downloaded wyz v0.5.1 |
| 957 | 2025-06-30T13:52:42.401Z | Downloaded whoami v1.6.0 |
| 958 | 2025-06-30T13:52:42.401Z | Downloaded uuid v1.17.0 |
| 959 | 2025-06-30T13:52:42.427Z | Downloaded unicode_categories v0.1.1 |
| 960 | 2025-06-30T13:52:42.427Z | Downloaded rustyline v14.0.0 |
| 961 | 2025-06-30T13:52:42.427Z | Downloaded chrono-tz v0.10.3 |
| 962 | 2025-06-30T13:52:42.427Z | Downloaded bstr v1.10.0 |
| 963 | 2025-06-30T13:52:42.453Z | Downloaded tower-layer v0.3.3 |
| 964 | 2025-06-30T13:52:42.453Z | Downloaded tinyvec_macros v0.1.1 |
| 965 | 2025-06-30T13:52:42.453Z | Downloaded signal-hook-registry v1.4.2 |
| 966 | 2025-06-30T13:52:42.453Z | Downloaded signal-hook-mio v0.2.4 |
| 967 | 2025-06-30T13:52:42.453Z | Downloaded shlex v1.3.0 |
| 968 | 2025-06-30T13:52:42.453Z | Downloaded shell-words v1.1.0 |
| 969 | 2025-06-30T13:52:42.453Z | Downloaded rfc6979 v0.4.0 |
| 970 | 2025-06-30T13:52:42.453Z | Downloaded resolv-conf v0.7.0 |
| 971 | 2025-06-30T13:52:42.453Z | Downloaded num-derive v0.4.2 |
| 972 | 2025-06-30T13:52:42.479Z | Downloaded num-conv v0.1.0 |
| 973 | 2025-06-30T13:52:42.479Z | Downloaded num v0.4.3 |
| 974 | 2025-06-30T13:52:42.479Z | Downloaded nodrop v0.1.14 |
| 975 | 2025-06-30T13:52:42.479Z | Downloaded nibble_vec v0.1.0 |
| 976 | 2025-06-30T13:52:42.479Z | Downloaded newtype-uuid v1.2.4 |
| 977 | 2025-06-30T13:52:42.480Z | Downloaded getrandom v0.2.15 |
| 978 | 2025-06-30T13:52:42.480Z | Downloaded futures-channel v0.3.31 |
| 979 | 2025-06-30T13:52:42.480Z | Downloaded futures v0.3.31 |
| 980 | 2025-06-30T13:52:42.505Z | Downloaded which v4.4.2 |
| 981 | 2025-06-30T13:52:42.505Z | Downloaded vte v0.11.1 |
| 982 | 2025-06-30T13:52:42.505Z | Downloaded vsss-rs v3.3.4 |
| 983 | 2025-06-30T13:52:42.505Z | Downloaded vergen v8.3.2 |
| 984 | 2025-06-30T13:52:42.505Z | Downloaded value-bag v1.9.0 |
| 985 | 2025-06-30T13:52:42.506Z | Downloaded unsafe-libyaml v0.2.11 |
| 986 | 2025-06-30T13:52:42.506Z | Downloaded unicode-bidi v0.3.17 |
| 987 | 2025-06-30T13:52:42.531Z | Downloaded typify v0.4.1 |
| 988 | 2025-06-30T13:52:42.532Z | Downloaded samael v0.0.19 |
| 989 | 2025-06-30T13:52:42.532Z | Downloaded russh v0.45.0 |
| 990 | 2025-06-30T13:52:42.532Z | Downloaded rpassword v7.4.0 |
| 991 | 2025-06-30T13:52:42.557Z | Downloaded miniz_oxide v0.8.5 |
| 992 | 2025-06-30T13:52:42.557Z | Downloaded jiff-static v0.2.15 |
| 993 | 2025-06-30T13:52:42.557Z | Downloaded hyper-util v0.1.14 |
| 994 | 2025-06-30T13:52:42.557Z | Downloaded signal-hook-tokio v0.3.1 |
| 995 | 2025-06-30T13:52:42.557Z | Downloaded nanorand v0.7.0 |
| 996 | 2025-06-30T13:52:42.557Z | Downloaded multimap v0.10.1 |
| 997 | 2025-06-30T13:52:42.557Z | Downloaded hash32 v0.3.1 |
| 998 | 2025-06-30T13:52:42.584Z | Downloaded hash32 v0.2.1 |
| 999 | 2025-06-30T13:52:42.584Z | Downloaded group v0.13.0 |
| 1000 | 2025-06-30T13:52:42.584Z | Downloaded globwalk v0.9.1 |
| 1001 | 2025-06-30T13:52:42.584Z | Downloaded glob v0.3.2 |
| 1002 | 2025-06-30T13:52:42.584Z | Downloaded ghash v0.5.1 |
| 1003 | 2025-06-30T13:52:42.584Z | Downloaded gethostname v0.5.0 |
| 1004 | 2025-06-30T13:52:42.584Z | Downloaded futures-task v0.3.31 |
| 1005 | 2025-06-30T13:52:42.584Z | Downloaded futures-macro v0.3.31 |
| 1006 | 2025-06-30T13:52:42.584Z | Downloaded futures-io v0.3.31 |
| 1007 | 2025-06-30T13:52:42.584Z | Downloaded futures-executor v0.3.31 |
| 1008 | 2025-06-30T13:52:42.584Z | Downloaded futures-core v0.3.31 |
| 1009 | 2025-06-30T13:52:42.584Z | Downloaded funty v2.0.0 |
| 1010 | 2025-06-30T13:52:42.584Z | Downloaded fs_extra v1.3.0 |
| 1011 | 2025-06-30T13:52:42.610Z | Downloaded xz2 v0.1.7 |
| 1012 | 2025-06-30T13:52:42.610Z | Downloaded xattr v1.3.1 |
| 1013 | 2025-06-30T13:52:42.610Z | Downloaded walkdir v2.5.0 |
| 1014 | 2025-06-30T13:52:42.610Z | Downloaded uzers v0.12.1 |
| 1015 | 2025-06-30T13:52:42.610Z | Downloaded unicode-properties v0.1.3 |
| 1016 | 2025-06-30T13:52:42.610Z | Downloaded typify v0.3.0 |
| 1017 | 2025-06-30T13:52:42.610Z | Downloaded schemars v0.8.22 |
| 1018 | 2025-06-30T13:52:42.636Z | Downloaded rsa v0.9.6 |
| 1019 | 2025-06-30T13:52:42.636Z | Downloaded http v1.3.1 |
| 1020 | 2025-06-30T13:52:42.636Z | Downloaded hickory-server v0.25.2 |
| 1021 | 2025-06-30T13:52:42.662Z | Downloaded newtype_derive v0.1.6 |
| 1022 | 2025-06-30T13:52:42.662Z | Downloaded newline-converter v0.3.0 |
| 1023 | 2025-06-30T13:52:42.662Z | Downloaded fxhash v0.2.1 |
| 1024 | 2025-06-30T13:52:42.662Z | Downloaded futures-sink v0.3.31 |
| 1025 | 2025-06-30T13:52:42.662Z | Downloaded utf-8 v0.7.6 |
| 1026 | 2025-06-30T13:52:42.662Z | Downloaded untrusted v0.9.0 |
| 1027 | 2025-06-30T13:52:42.662Z | Downloaded untrusted v0.7.1 |
| 1028 | 2025-06-30T13:52:42.662Z | Downloaded universal-hash v0.5.1 |
| 1029 | 2025-06-30T13:52:42.662Z | Downloaded unicase v2.7.0 |
| 1030 | 2025-06-30T13:52:42.662Z | Downloaded unarray v0.1.4 |
| 1031 | 2025-06-30T13:52:42.662Z | Downloaded typify-macro v0.4.1 |
| 1032 | 2025-06-30T13:52:42.662Z | Downloaded typify-macro v0.3.0 |
| 1033 | 2025-06-30T13:52:42.662Z | Downloaded typify-macro v0.2.0 |
| 1034 | 2025-06-30T13:52:42.662Z | Downloaded typify v0.2.0 |
| 1035 | 2025-06-30T13:52:42.662Z | Downloaded serde_with_macros v3.12.0 |
| 1036 | 2025-06-30T13:52:42.688Z | Downloaded serde_derive_internals v0.29.1 |
| 1037 | 2025-06-30T13:52:42.688Z | Downloaded sct v0.7.1 |
| 1038 | 2025-06-30T13:52:42.688Z | Downloaded salsa20 v0.10.2 |
| 1039 | 2025-06-30T13:52:42.688Z | Downloaded rustls-pki-types v1.10.0 |
| 1040 | 2025-06-30T13:52:42.688Z | Downloaded rustls-pemfile v2.2.0 |
| 1041 | 2025-06-30T13:52:42.688Z | Downloaded rustls-native-certs v0.8.1 |
| 1042 | 2025-06-30T13:52:42.689Z | Downloaded ron v0.8.1 |
| 1043 | 2025-06-30T13:52:42.715Z | Downloaded indicatif v0.17.11 |
| 1044 | 2025-06-30T13:52:42.715Z | Downloaded chrono v0.4.41 |
| 1045 | 2025-06-30T13:52:42.715Z | Downloaded bindgen v0.71.1 |
| 1046 | 2025-06-30T13:52:42.740Z | Downloaded xshell-macros v0.2.7 |
| 1047 | 2025-06-30T13:52:42.740Z | Downloaded want v0.3.1 |
| 1048 | 2025-06-30T13:52:42.740Z | Downloaded waitgroup v0.1.2 |
| 1049 | 2025-06-30T13:52:42.740Z | Downloaded wait-timeout v0.2.0 |
| 1050 | 2025-06-30T13:52:42.740Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1051 | 2025-06-30T13:52:42.740Z | Downloaded unicode-truncate v1.1.0 |
| 1052 | 2025-06-30T13:52:42.740Z | Downloaded aws-lc-sys v0.26.0 |
| 1053 | 2025-06-30T13:52:43.142Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2025-06-30T13:52:43.168Z | Downloaded serde_bytes v0.11.17 |
| 1055 | 2025-06-30T13:52:43.168Z | Downloaded serde-hex v0.1.0 |
| 1056 | 2025-06-30T13:52:43.168Z | Downloaded semver v0.1.20 |
| 1057 | 2025-06-30T13:52:43.168Z | Downloaded secrecy v0.10.3 |
| 1058 | 2025-06-30T13:52:43.168Z | Downloaded sec1 v0.7.3 |
| 1059 | 2025-06-30T13:52:43.168Z | Downloaded scrypt v0.11.0 |
| 1060 | 2025-06-30T13:52:43.168Z | Downloaded scopeguard v1.2.0 |
| 1061 | 2025-06-30T13:52:43.168Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1062 | 2025-06-30T13:52:43.168Z | Downloaded rusty-fork v0.3.0 |
| 1063 | 2025-06-30T13:52:43.168Z | Downloaded rustversion v1.0.17 |
| 1064 | 2025-06-30T13:52:43.195Z | Downloaded rustls-pemfile v1.0.4 |
| 1065 | 2025-06-30T13:52:43.195Z | Downloaded rustc-demangle v0.1.24 |
| 1066 | 2025-06-30T13:52:43.195Z | Downloaded russh-keys v0.45.0 |
| 1067 | 2025-06-30T13:52:43.195Z | Downloaded rtoolbox v0.0.2 |
| 1068 | 2025-06-30T13:52:43.195Z | Downloaded litrs v0.4.1 |
| 1069 | 2025-06-30T13:52:43.195Z | Downloaded ignore v0.4.23 |
| 1070 | 2025-06-30T13:52:43.195Z | Downloaded hickory-resolver v0.25.2 |
| 1071 | 2025-06-30T13:52:43.221Z | Downloaded hickory-resolver v0.24.4 |
| 1072 | 2025-06-30T13:52:43.221Z | Downloaded bitvec v1.0.1 |
| 1073 | 2025-06-30T13:52:43.279Z | Downloaded bindgen v0.69.5 |
| 1074 | 2025-06-30T13:52:43.305Z | Downloaded sha1 v0.10.6 |
| 1075 | 2025-06-30T13:52:43.305Z | Downloaded serde_urlencoded v0.7.1 |
| 1076 | 2025-06-30T13:52:43.305Z | Downloaded serde_repr v0.1.19 |
| 1077 | 2025-06-30T13:52:43.331Z | Downloaded serde_path_to_error v0.1.17 |
| 1078 | 2025-06-30T13:52:43.331Z | Downloaded serde-big-array v0.5.1 |
| 1079 | 2025-06-30T13:52:43.331Z | Downloaded secrecy v0.8.0 |
| 1080 | 2025-06-30T13:52:43.331Z | Downloaded schemars_derive v0.8.22 |
| 1081 | 2025-06-30T13:52:43.331Z | Downloaded same-file v1.0.6 |
| 1082 | 2025-06-30T13:52:43.331Z | Downloaded rustc_version v0.4.1 |
| 1083 | 2025-06-30T13:52:43.358Z | Downloaded rustc_version v0.1.7 |
| 1084 | 2025-06-30T13:52:43.358Z | Downloaded rustc-hash v2.1.1 |
| 1085 | 2025-06-30T13:52:43.358Z | Downloaded rustc-hash v1.1.0 |
| 1086 | 2025-06-30T13:52:43.358Z | Downloaded russh-cryptovec v0.7.3 |
| 1087 | 2025-06-30T13:52:43.358Z | Downloaded progenitor-impl v0.10.0 |
| 1088 | 2025-06-30T13:52:43.358Z | Downloaded progenitor-impl v0.9.1 |
| 1089 | 2025-06-30T13:52:43.384Z | Downloaded progenitor-impl v0.8.0 |
| 1090 | 2025-06-30T13:52:43.384Z | Downloaded memmap2 v0.9.5 |
| 1091 | 2025-06-30T13:52:43.384Z | Downloaded lock_api v0.4.12 |
| 1092 | 2025-06-30T13:52:43.384Z | Downloaded keccak v0.1.5 |
| 1093 | 2025-06-30T13:52:43.384Z | Downloaded jobserver v0.1.32 |
| 1094 | 2025-06-30T13:52:43.384Z | Downloaded ingot-macros v0.1.0 |
| 1095 | 2025-06-30T13:52:43.410Z | Downloaded indexmap v1.9.3 |
| 1096 | 2025-06-30T13:52:43.410Z | Downloaded blake3 v1.5.4 |
| 1097 | 2025-06-30T13:52:43.446Z | Downloaded aws-lc-rs v1.12.4 |
| 1098 | 2025-06-30T13:52:43.472Z | Downloaded aho-corasick v1.1.3 |
| 1099 | 2025-06-30T13:52:43.472Z | Downloaded aes v0.8.4 |
| 1100 | 2025-06-30T13:52:43.472Z | Downloaded psl-types v2.0.11 |
| 1101 | 2025-06-30T13:52:43.472Z | Downloaded progenitor-macro v0.10.0 |
| 1102 | 2025-06-30T13:52:43.472Z | Downloaded progenitor-macro v0.9.1 |
| 1103 | 2025-06-30T13:52:43.498Z | Downloaded progenitor-macro v0.8.0 |
| 1104 | 2025-06-30T13:52:43.498Z | Downloaded progenitor-client v0.10.0 |
| 1105 | 2025-06-30T13:52:43.498Z | Downloaded progenitor-client v0.9.1 |
| 1106 | 2025-06-30T13:52:43.498Z | Downloaded progenitor-client v0.8.0 |
| 1107 | 2025-06-30T13:52:43.498Z | Downloaded progenitor v0.10.0 |
| 1108 | 2025-06-30T13:52:43.498Z | Downloaded progenitor v0.9.1 |
| 1109 | 2025-06-30T13:52:43.498Z | Downloaded progenitor v0.8.0 |
| 1110 | 2025-06-30T13:52:43.498Z | Downloaded proc-macro-error2 v2.0.1 |
| 1111 | 2025-06-30T13:52:43.498Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1112 | 2025-06-30T13:52:43.498Z | Downloaded proc-macro-crate v1.3.1 |
| 1113 | 2025-06-30T13:52:43.498Z | Downloaded mime_guess v2.0.5 |
| 1114 | 2025-06-30T13:52:43.524Z | Downloaded mime v0.3.17 |
| 1115 | 2025-06-30T13:52:43.524Z | Downloaded memoffset v0.9.1 |
| 1116 | 2025-06-30T13:52:43.524Z | Downloaded md-5 v0.10.6 |
| 1117 | 2025-06-30T13:52:43.524Z | Downloaded maybe-uninit v2.0.0 |
| 1118 | 2025-06-30T13:52:43.524Z | Downloaded maplit v1.0.2 |
| 1119 | 2025-06-30T13:52:43.524Z | Downloaded managed v0.8.0 |
| 1120 | 2025-06-30T13:52:43.525Z | Downloaded lzss v0.8.2 |
| 1121 | 2025-06-30T13:52:43.525Z | Downloaded lru-cache v0.1.2 |
| 1122 | 2025-06-30T13:52:43.525Z | Downloaded lru v0.12.5 |
| 1123 | 2025-06-30T13:52:43.525Z | Downloaded lockfree-object-pool v0.1.6 |
| 1124 | 2025-06-30T13:52:43.525Z | Downloaded linked-hash-map v0.5.6 |
| 1125 | 2025-06-30T13:52:43.525Z | Downloaded linear-map v1.2.0 |
| 1126 | 2025-06-30T13:52:43.525Z | Downloaded libz-rs-sys v0.5.1 |
| 1127 | 2025-06-30T13:52:43.525Z | Downloaded libsw-core v0.3.1 |
| 1128 | 2025-06-30T13:52:43.525Z | Downloaded libsw v3.5.0 |
| 1129 | 2025-06-30T13:52:43.551Z | Downloaded libscf-sys v1.1.0 |
| 1130 | 2025-06-30T13:52:43.551Z | Downloaded libloading v0.8.5 |
| 1131 | 2025-06-30T13:52:43.551Z | Downloaded libefi-sys v0.1.0 |
| 1132 | 2025-06-30T13:52:43.551Z | Downloaded lazycell v1.3.0 |
| 1133 | 2025-06-30T13:52:43.551Z | Downloaded kstat-rs v0.2.4 |
| 1134 | 2025-06-30T13:52:43.551Z | Downloaded ipnetwork v0.21.1 |
| 1135 | 2025-06-30T13:52:43.551Z | Downloaded ipnet v2.11.0 |
| 1136 | 2025-06-30T13:52:43.551Z | Downloaded internet-checksum v0.2.1 |
| 1137 | 2025-06-30T13:52:43.551Z | Downloaded instability v0.3.2 |
| 1138 | 2025-06-30T13:52:43.551Z | Downloaded ingot v0.1.0 |
| 1139 | 2025-06-30T13:52:43.551Z | Downloaded indoc v2.0.6 |
| 1140 | 2025-06-30T13:52:43.551Z | Downloaded iana-time-zone v0.1.63 |
| 1141 | 2025-06-30T13:52:43.577Z | Downloaded hyper-staticfile v0.10.1 |
| 1142 | 2025-06-30T13:52:43.577Z | Downloaded hyper-rustls v0.27.7 |
| 1143 | 2025-06-30T13:52:43.577Z | Downloaded httparse v1.9.5 |
| 1144 | 2025-06-30T13:52:43.577Z | Downloaded http-body-util v0.1.3 |
| 1145 | 2025-06-30T13:52:43.578Z | Downloaded hmac v0.12.1 |
| 1146 | 2025-06-30T13:52:43.578Z | Downloaded hashbrown v0.13.2 |
| 1147 | 2025-06-30T13:52:43.578Z | Downloaded hashbrown v0.12.3 |
| 1148 | 2025-06-30T13:52:43.603Z | Downloaded crossterm v0.28.1 |
| 1149 | 2025-06-30T13:52:43.604Z | Downloaded crossbeam-channel v0.5.15 |
| 1150 | 2025-06-30T13:52:43.604Z | Downloaded aes-gcm v0.10.3 |
| 1151 | 2025-06-30T13:52:43.629Z | Downloaded match_cfg v0.1.0 |
| 1152 | 2025-06-30T13:52:43.629Z | Downloaded lazy_static v1.5.0 |
| 1153 | 2025-06-30T13:52:43.629Z | Downloaded lalrpop-util v0.19.12 |
| 1154 | 2025-06-30T13:52:43.629Z | Downloaded is-terminal v0.4.13 |
| 1155 | 2025-06-30T13:52:43.629Z | Downloaded inout v0.1.3 |
| 1156 | 2025-06-30T13:52:43.630Z | Downloaded ingot-types v0.1.0 |
| 1157 | 2025-06-30T13:52:43.630Z | Downloaded indent_write v2.2.0 |
| 1158 | 2025-06-30T13:52:43.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1159 | 2025-06-30T13:52:43.630Z | Downloaded hyper-tls v0.6.0 |
| 1160 | 2025-06-30T13:52:43.630Z | Downloaded humantime v2.2.0 |
| 1161 | 2025-06-30T13:52:43.630Z | Downloaded httpdate v1.0.3 |
| 1162 | 2025-06-30T13:52:43.630Z | Downloaded http-range v0.1.5 |
| 1163 | 2025-06-30T13:52:43.655Z | Downloaded hostname v0.3.1 |
| 1164 | 2025-06-30T13:52:43.656Z | Downloaded home v0.5.9 |
| 1165 | 2025-06-30T13:52:43.656Z | Downloaded highway v1.3.0 |
| 1166 | 2025-06-30T13:52:43.656Z | Downloaded hickory-client v0.25.2 |
| 1167 | 2025-06-30T13:52:43.656Z | Downloaded heck v0.3.3 |
| 1168 | 2025-06-30T13:52:43.656Z | Downloaded heapless v0.8.0 |
| 1169 | 2025-06-30T13:52:43.656Z | Downloaded heapless v0.7.17 |
| 1170 | 2025-06-30T13:52:43.656Z | Downloaded headers v0.4.1 |
| 1171 | 2025-06-30T13:52:43.682Z | Downloaded crossbeam-utils v0.8.21 |
| 1172 | 2025-06-30T13:52:43.682Z | Downloaded crc-catalog v2.4.0 |
| 1173 | 2025-06-30T13:52:43.682Z | Downloaded crc-any v2.5.0 |
| 1174 | 2025-06-30T13:52:43.682Z | Downloaded cookie v0.18.1 |
| 1175 | 2025-06-30T13:52:43.682Z | Downloaded const_format_proc_macros v0.2.34 |
| 1176 | 2025-06-30T13:52:43.682Z | Downloaded const_format v0.2.34 |
| 1177 | 2025-06-30T13:52:43.682Z | Downloaded const-oid v0.9.6 |
| 1178 | 2025-06-30T13:52:43.682Z | Downloaded console v0.15.10 |
| 1179 | 2025-06-30T13:52:43.708Z | Downloaded colored v2.2.0 |
| 1180 | 2025-06-30T13:52:43.708Z | Downloaded clang-sys v1.8.1 |
| 1181 | 2025-06-30T13:52:43.708Z | Downloaded cipher v0.4.4 |
| 1182 | 2025-06-30T13:52:43.708Z | Downloaded ciborium v0.2.2 |
| 1183 | 2025-06-30T13:52:43.708Z | Downloaded cc v1.2.15 |
| 1184 | 2025-06-30T13:52:43.708Z | Downloaded cargo_metadata v0.18.1 |
| 1185 | 2025-06-30T13:52:43.708Z | Downloaded cargo-platform v0.1.8 |
| 1186 | 2025-06-30T13:52:43.708Z | Downloaded bzip2 v0.5.2 |
| 1187 | 2025-06-30T13:52:43.708Z | Downloaded bzip2 v0.4.4 |
| 1188 | 2025-06-30T13:52:43.708Z | Downloaded bytes v1.10.1 |
| 1189 | 2025-06-30T13:52:43.734Z | Downloaded bumpalo v3.16.0 |
| 1190 | 2025-06-30T13:52:43.734Z | Downloaded blake2 v0.10.6 |
| 1191 | 2025-06-30T13:52:43.734Z | Downloaded bitfield-struct v0.6.2 |
| 1192 | 2025-06-30T13:52:43.734Z | Downloaded bit-set v0.8.0 |
| 1193 | 2025-06-30T13:52:43.734Z | Downloaded base64 v0.22.1 |
| 1194 | 2025-06-30T13:52:43.734Z | Downloaded base64 v0.21.7 |
| 1195 | 2025-06-30T13:52:43.734Z | Downloaded backtrace v0.3.74 |
| 1196 | 2025-06-30T13:52:43.760Z | Downloaded arc-swap v1.7.1 |
| 1197 | 2025-06-30T13:52:43.760Z | Downloaded instant v0.1.13 |
| 1198 | 2025-06-30T13:52:43.760Z | Downloaded indoc v1.0.9 |
| 1199 | 2025-06-30T13:52:43.760Z | Downloaded ident_case v1.0.1 |
| 1200 | 2025-06-30T13:52:43.760Z | Downloaded hubpack_derive v0.1.1 |
| 1201 | 2025-06-30T13:52:43.760Z | Downloaded http-body v1.0.1 |
| 1202 | 2025-06-30T13:52:43.760Z | Downloaded hostname v0.4.0 |
| 1203 | 2025-06-30T13:52:43.760Z | Downloaded hex v0.4.3 |
| 1204 | 2025-06-30T13:52:43.760Z | Downloaded headers-core v0.3.0 |
| 1205 | 2025-06-30T13:52:43.760Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1206 | 2025-06-30T13:52:43.760Z | Downloaded crossbeam-epoch v0.9.18 |
| 1207 | 2025-06-30T13:52:43.786Z | Downloaded crossbeam-deque v0.8.5 |
| 1208 | 2025-06-30T13:52:43.786Z | Downloaded crc32fast v1.4.2 |
| 1209 | 2025-06-30T13:52:43.786Z | Downloaded crc v3.2.1 |
| 1210 | 2025-06-30T13:52:43.786Z | Downloaded convert_case v0.4.0 |
| 1211 | 2025-06-30T13:52:43.786Z | Downloaded constant_time_eq v0.3.1 |
| 1212 | 2025-06-30T13:52:43.786Z | Downloaded compact_str v0.8.0 |
| 1213 | 2025-06-30T13:52:43.786Z | Downloaded cobs v0.2.3 |
| 1214 | 2025-06-30T13:52:43.786Z | Downloaded ciborium-io v0.2.2 |
| 1215 | 2025-06-30T13:52:43.786Z | Downloaded chacha20poly1305 v0.10.1 |
| 1216 | 2025-06-30T13:52:43.786Z | Downloaded chacha20 v0.9.1 |
| 1217 | 2025-06-30T13:52:43.786Z | Downloaded cfg_aliases v0.2.1 |
| 1218 | 2025-06-30T13:52:43.786Z | Downloaded cexpr v0.6.0 |
| 1219 | 2025-06-30T13:52:43.786Z | Downloaded cbc v0.1.2 |
| 1220 | 2025-06-30T13:52:43.812Z | Downloaded castaway v0.2.3 |
| 1221 | 2025-06-30T13:52:43.812Z | Downloaded camino-tempfile-ext v0.3.1 |
| 1222 | 2025-06-30T13:52:43.812Z | Downloaded buf-list v1.0.3 |
| 1223 | 2025-06-30T13:52:43.812Z | Downloaded blowfish v0.9.1 |
| 1224 | 2025-06-30T13:52:43.812Z | Downloaded block-padding v0.3.3 |
| 1225 | 2025-06-30T13:52:43.812Z | Downloaded bitfield v0.14.0 |
| 1226 | 2025-06-30T13:52:43.812Z | Downloaded bit-vec v0.6.3 |
| 1227 | 2025-06-30T13:52:43.812Z | Downloaded bcs v0.1.6 |
| 1228 | 2025-06-30T13:52:43.812Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1229 | 2025-06-30T13:52:43.813Z | Downloaded bb8 v0.8.5 |
| 1230 | 2025-06-30T13:52:43.813Z | Downloaded base64 v0.13.1 |
| 1231 | 2025-06-30T13:52:43.838Z | Downloaded base16ct v0.2.0 |
| 1232 | 2025-06-30T13:52:43.838Z | Downloaded backoff v0.4.0 |
| 1233 | 2025-06-30T13:52:43.838Z | Downloaded atomic-waker v1.1.2 |
| 1234 | 2025-06-30T13:52:43.839Z | Downloaded async-trait v0.1.88 |
| 1235 | 2025-06-30T13:52:43.839Z | Downloaded async-stream v0.3.6 |
| 1236 | 2025-06-30T13:52:43.839Z | Downloaded async-recursion v1.1.1 |
| 1237 | 2025-06-30T13:52:43.839Z | Downloaded async-bb8-diesel v0.2.1 |
| 1238 | 2025-06-30T13:52:43.839Z | Downloaded assert_matches v1.5.0 |
| 1239 | 2025-06-30T13:52:43.839Z | Downloaded ascii-canvas v3.0.0 |
| 1240 | 2025-06-30T13:52:43.839Z | Downloaded arrayvec v0.7.6 |
| 1241 | 2025-06-30T13:52:43.865Z | Downloaded arrayref v0.3.9 |
| 1242 | 2025-06-30T13:52:43.865Z | Downloaded array-init v0.0.4 |
| 1243 | 2025-06-30T13:52:43.865Z | Downloaded argon2 v0.5.3 |
| 1244 | 2025-06-30T13:52:43.865Z | Downloaded allocator-api2 v0.2.21 |
| 1245 | 2025-06-30T13:52:43.865Z | Downloaded ahash v0.8.11 |
| 1246 | 2025-06-30T13:52:43.865Z | Downloaded aead v0.5.2 |
| 1247 | 2025-06-30T13:52:43.865Z | Downloaded adler2 v2.0.0 |
| 1248 | 2025-06-30T13:52:43.865Z | Downloaded hex-literal v0.4.1 |
| 1249 | 2025-06-30T13:52:43.865Z | Downloaded critical-section v1.1.3 |
| 1250 | 2025-06-30T13:52:43.865Z | Downloaded crc8 v0.1.1 |
| 1251 | 2025-06-30T13:52:43.865Z | Downloaded cookie_store v0.21.1 |
| 1252 | 2025-06-30T13:52:43.865Z | Downloaded cmake v0.1.51 |
| 1253 | 2025-06-30T13:52:43.865Z | Downloaded ciborium-ll v0.2.2 |
| 1254 | 2025-06-30T13:52:43.891Z | Downloaded chrono-tz-build v0.4.0 |
| 1255 | 2025-06-30T13:52:43.891Z | Downloaded cfg_aliases v0.1.1 |
| 1256 | 2025-06-30T13:52:43.891Z | Downloaded cassowary v0.3.0 |
| 1257 | 2025-06-30T13:52:43.891Z | Downloaded cancel-safe-futures v0.1.5 |
| 1258 | 2025-06-30T13:52:43.891Z | Downloaded bitflags v1.3.2 |
| 1259 | 2025-06-30T13:52:43.891Z | Downloaded bit-vec v0.8.0 |
| 1260 | 2025-06-30T13:52:43.891Z | Downloaded bit-set v0.5.3 |
| 1261 | 2025-06-30T13:52:43.891Z | Downloaded base64ct v1.6.0 |
| 1262 | 2025-06-30T13:52:43.891Z | Downloaded atty v0.2.14 |
| 1263 | 2025-06-30T13:52:43.891Z | Downloaded addr2line v0.24.2 |
| 1264 | 2025-06-30T13:52:43.891Z | Downloaded async-stream-impl v0.3.6 |
| 1265 | 2025-06-30T13:52:44.065Z | Compiling value-bag v1.9.0 |
| 1266 | 2025-06-30T13:52:44.065Z | Compiling shlex v1.3.0 |
| 1267 | 2025-06-30T13:52:44.066Z | Compiling lock_api v0.4.12 |
| 1268 | 2025-06-30T13:52:44.066Z | Compiling scopeguard v1.2.0 |
| 1269 | 2025-06-30T13:52:44.092Z | Compiling typenum v1.17.0 |
| 1270 | 2025-06-30T13:52:44.092Z | Compiling generic-array v0.14.7 |
| 1271 | 2025-06-30T13:52:44.092Z | Compiling syn v2.0.104 |
| 1272 | 2025-06-30T13:52:44.092Z | Compiling getrandom v0.2.15 |
| 1273 | 2025-06-30T13:52:44.295Z | Compiling jobserver v0.1.32 |
| 1274 | 2025-06-30T13:52:44.517Z | Compiling rand_core v0.6.4 |
| 1275 | 2025-06-30T13:52:44.608Z | Compiling log v0.4.27 |
| 1276 | 2025-06-30T13:52:44.652Z | Compiling smallvec v1.15.0 |
| 1277 | 2025-06-30T13:52:44.753Z | Compiling cc v1.2.15 |
| 1278 | 2025-06-30T13:52:45.046Z | Compiling portable-atomic v1.11.0 |
| 1279 | 2025-06-30T13:52:45.072Z | Compiling critical-section v1.1.3 |
| 1280 | 2025-06-30T13:52:45.072Z | Compiling subtle v2.6.1 |
| 1281 | 2025-06-30T13:52:45.159Z | Compiling const-oid v0.9.6 |
| 1282 | 2025-06-30T13:52:45.298Z | Compiling pkg-config v0.3.31 |
| 1283 | 2025-06-30T13:52:45.324Z | Compiling pin-project-lite v0.2.14 |
| 1284 | 2025-06-30T13:52:45.436Z | Compiling parking_lot_core v0.9.10 |
| 1285 | 2025-06-30T13:52:45.477Z | Compiling rustix v0.38.37 |
| 1286 | 2025-06-30T13:52:46.194Z | Compiling signal-hook-registry v1.4.2 |
| 1287 | 2025-06-30T13:52:46.268Z | Compiling parking_lot v0.12.3 |
| 1288 | 2025-06-30T13:52:46.356Z | Compiling mio v1.0.2 |
| 1289 | 2025-06-30T13:52:46.508Z | Compiling futures-core v0.3.31 |
| 1290 | 2025-06-30T13:52:46.752Z | Compiling spin v0.9.8 |
| 1291 | 2025-06-30T13:52:46.871Z | Compiling socket2 v0.5.10 |
| 1292 | 2025-06-30T13:52:46.897Z | Compiling slab v0.4.9 |
| 1293 | 2025-06-30T13:52:47.051Z | Compiling once_cell v1.21.3 |
| 1294 | 2025-06-30T13:52:47.138Z | Compiling aho-corasick v1.1.3 |
| 1295 | 2025-06-30T13:52:47.188Z | Compiling serde_json v1.0.140 |
| 1296 | 2025-06-30T13:52:47.214Z | Compiling libm v0.2.8 |
| 1297 | 2025-06-30T13:52:47.367Z | Compiling cpufeatures v0.2.14 |
| 1298 | 2025-06-30T13:52:47.458Z | Compiling regex-syntax v0.8.5 |
| 1299 | 2025-06-30T13:52:47.488Z | Compiling either v1.15.0 |
| 1300 | 2025-06-30T13:52:47.585Z | Compiling num-traits v0.2.19 |
| 1301 | 2025-06-30T13:52:47.729Z | Compiling glob v0.3.2 |
| 1302 | 2025-06-30T13:52:47.754Z | Compiling percent-encoding v2.3.1 |
| 1303 | 2025-06-30T13:52:47.876Z | Compiling futures-sink v0.3.31 |
| 1304 | 2025-06-30T13:52:47.902Z | Compiling getrandom v0.3.1 |
| 1305 | 2025-06-30T13:52:48.455Z | Compiling prettyplease v0.2.35 |
| 1306 | 2025-06-30T13:52:48.511Z | Compiling lazy_static v1.5.0 |
| 1307 | 2025-06-30T13:52:48.628Z | Compiling clang-sys v1.8.1 |
| 1308 | 2025-06-30T13:52:48.666Z | Compiling minimal-lexical v0.2.1 |
| 1309 | 2025-06-30T13:52:48.789Z | Compiling foldhash v0.1.5 |
| 1310 | 2025-06-30T13:52:49.025Z | Compiling allocator-api2 v0.2.21 |
| 1311 | 2025-06-30T13:52:49.164Z | Compiling nom v7.1.3 |
| 1312 | 2025-06-30T13:52:49.241Z | Compiling libloading v0.8.5 |
| 1313 | 2025-06-30T13:52:49.602Z | Compiling base64ct v1.6.0 |
| 1314 | 2025-06-30T13:52:49.643Z | Compiling home v0.5.9 |
| 1315 | 2025-06-30T13:52:49.753Z | Compiling hashbrown v0.15.4 |
| 1316 | 2025-06-30T13:52:49.873Z | Compiling bindgen v0.69.5 |
| 1317 | 2025-06-30T13:52:50.201Z | Compiling pem-rfc7468 v0.7.0 |
| 1318 | 2025-06-30T13:52:50.917Z | Compiling futures-channel v0.3.31 |
| 1319 | 2025-06-30T13:52:51.167Z | Compiling synstructure v0.13.1 |
| 1320 | 2025-06-30T13:52:51.193Z | Compiling regex-automata v0.4.8 |
| 1321 | 2025-06-30T13:52:51.381Z | Compiling itertools v0.12.1 |
| 1322 | 2025-06-30T13:52:52.589Z | Compiling cexpr v0.6.0 |
| 1323 | 2025-06-30T13:52:52.662Z | Compiling futures-io v0.3.31 |
| 1324 | 2025-06-30T13:52:53.031Z | Compiling flagset v0.4.6 |
| 1325 | 2025-06-30T13:52:53.341Z | Compiling futures-task v0.3.31 |
| 1326 | 2025-06-30T13:52:53.371Z | Compiling pin-utils v0.1.0 |
| 1327 | 2025-06-30T13:52:53.498Z | Compiling lazycell v1.3.0 |
| 1328 | 2025-06-30T13:52:53.720Z | Compiling rustc-hash v1.1.0 |
| 1329 | 2025-06-30T13:52:53.746Z | Compiling cmake v0.1.51 |
| 1330 | 2025-06-30T13:52:53.893Z | Compiling dunce v1.0.5 |
| 1331 | 2025-06-30T13:52:54.039Z | Compiling fs_extra v1.3.0 |
| 1332 | 2025-06-30T13:52:54.260Z | Compiling form_urlencoded v1.2.1 |
| 1333 | 2025-06-30T13:52:54.418Z | Compiling zerocopy v0.8.26 |
| 1334 | 2025-06-30T13:52:54.457Z | Compiling paste v1.0.15 |
| 1335 | 2025-06-30T13:52:54.611Z | Compiling vcpkg v0.2.15 |
| 1336 | 2025-06-30T13:52:54.641Z | Compiling crossbeam-utils v0.8.21 |
| 1337 | 2025-06-30T13:52:54.683Z | Compiling ring v0.17.14 |
| 1338 | 2025-06-30T13:52:55.282Z | Compiling tracing-core v0.1.32 |
| 1339 | 2025-06-30T13:52:55.314Z | Compiling aws-lc-rs v1.12.4 |
| 1340 | 2025-06-30T13:52:55.720Z | Compiling iana-time-zone v0.1.63 |
| 1341 | 2025-06-30T13:52:55.984Z | Compiling serde_derive v1.0.219 |
| 1342 | 2025-06-30T13:52:56.088Z | Compiling zeroize_derive v1.4.2 |
| 1343 | 2025-06-30T13:52:56.120Z | Compiling zerofrom-derive v0.1.4 |
| 1344 | 2025-06-30T13:52:56.402Z | Compiling yoke-derive v0.7.4 |
| 1345 | 2025-06-30T13:52:56.577Z | Compiling zerovec-derive v0.10.3 |
| 1346 | 2025-06-30T13:52:57.459Z | Compiling zeroize v1.8.1 |
| 1347 | 2025-06-30T13:52:58.917Z | Compiling displaydoc v0.2.5 |
| 1348 | 2025-06-30T13:52:58.993Z | Compiling zerocopy-derive v0.7.35 |
| 1349 | 2025-06-30T13:52:59.320Z | Compiling crypto-common v0.1.6 |
| 1350 | 2025-06-30T13:52:59.569Z | Compiling block-buffer v0.10.4 |
| 1351 | 2025-06-30T13:52:59.620Z | Compiling zerofrom v0.1.4 |
| 1352 | 2025-06-30T13:52:59.868Z | Compiling digest v0.10.7 |
| 1353 | 2025-06-30T13:52:59.899Z | Compiling yoke v0.7.4 |
| 1354 | 2025-06-30T13:53:00.318Z | Compiling zerovec v0.10.4 |
| 1355 | 2025-06-30T13:53:00.378Z | Compiling tokio-macros v2.5.0 |
| 1356 | 2025-06-30T13:53:00.404Z | Compiling hmac v0.12.1 |
| 1357 | 2025-06-30T13:53:00.692Z | Compiling icu_provider_macros v1.5.0 |
| 1358 | 2025-06-30T13:53:00.921Z | Compiling zerocopy v0.7.35 |
| 1359 | 2025-06-30T13:53:01.275Z | Compiling block-padding v0.3.3 |
| 1360 | 2025-06-30T13:53:01.544Z | Compiling inout v0.1.3 |
| 1361 | 2025-06-30T13:53:01.601Z | Compiling sha2 v0.10.9 |
| 1362 | 2025-06-30T13:53:01.797Z | Compiling regex v1.11.1 |
| 1363 | 2025-06-30T13:53:01.884Z | Compiling cipher v0.4.4 |
| 1364 | 2025-06-30T13:53:01.920Z | Compiling der_derive v0.7.3 |
| 1365 | 2025-06-30T13:53:02.187Z | Compiling tinystr v0.7.6 |
| 1366 | 2025-06-30T13:53:02.427Z | Compiling icu_collections v1.5.0 |
| 1367 | 2025-06-30T13:53:02.468Z | Compiling futures-macro v0.3.31 |
| 1368 | 2025-06-30T13:53:02.498Z | Compiling thiserror-impl v1.0.69 |
| 1369 | 2025-06-30T13:53:02.629Z | Compiling icu_locid v1.5.0 |
| 1370 | 2025-06-30T13:53:02.916Z | Compiling salsa20 v0.10.2 |
| 1371 | 2025-06-30T13:53:03.263Z | Compiling ppv-lite86 v0.2.20 |
| 1372 | 2025-06-30T13:53:03.296Z | Compiling serde v1.0.219 |
| 1373 | 2025-06-30T13:53:03.865Z | Compiling pbkdf2 v0.12.2 |
| 1374 | 2025-06-30T13:53:04.071Z | Compiling icu_provider v1.5.0 |
| 1375 | 2025-06-30T13:53:04.096Z | Compiling scrypt v0.11.0 |
| 1376 | 2025-06-30T13:53:04.360Z | Compiling futures-util v0.3.31 |
| 1377 | 2025-06-30T13:53:04.481Z | Compiling der v0.7.9 |
| 1378 | 2025-06-30T13:53:04.623Z | Compiling aes v0.8.4 |
| 1379 | 2025-06-30T13:53:04.699Z | Compiling cbc v0.1.2 |
| 1380 | 2025-06-30T13:53:04.725Z | Compiling openssl-sys v0.9.109 |
| 1381 | 2025-06-30T13:53:04.986Z | Compiling icu_locid_transform v1.5.0 |
| 1382 | 2025-06-30T13:53:05.081Z | Compiling zerocopy-derive v0.8.26 |
| 1383 | 2025-06-30T13:53:05.417Z | Compiling thiserror v1.0.69 |
| 1384 | 2025-06-30T13:53:05.586Z | Compiling pest v2.7.14 |
| 1385 | 2025-06-30T13:53:05.778Z | Compiling tracing-attributes v0.1.27 |
| 1386 | 2025-06-30T13:53:06.901Z | Compiling icu_properties v1.5.1 |
| 1387 | 2025-06-30T13:53:07.184Z | Compiling spki v0.7.3 |
| 1388 | 2025-06-30T13:53:07.271Z | Compiling scroll_derive v0.12.0 |
| 1389 | 2025-06-30T13:53:07.585Z | Compiling pkcs5 v0.7.1 |
| 1390 | 2025-06-30T13:53:08.504Z | Compiling bitflags v2.9.0 |
| 1391 | 2025-06-30T13:53:08.529Z | Compiling bytes v1.10.1 |
| 1392 | 2025-06-30T13:53:08.743Z | Compiling semver v1.0.26 |
| 1393 | 2025-06-30T13:53:08.945Z | Compiling indexmap v2.9.0 |
| 1394 | 2025-06-30T13:53:09.510Z | Compiling rustc_version v0.4.1 |
| 1395 | 2025-06-30T13:53:09.847Z | Compiling tokio v1.45.1 |
| 1396 | 2025-06-30T13:53:09.984Z | Compiling http v1.3.1 |
| 1397 | 2025-06-30T13:53:10.266Z | Compiling uuid v1.17.0 |
| 1398 | 2025-06-30T13:53:10.412Z | Compiling tracing v0.1.40 |
| 1399 | 2025-06-30T13:53:10.929Z | Compiling icu_normalizer v1.5.0 |
| 1400 | 2025-06-30T13:53:11.420Z | Compiling chrono v0.4.41 |
| 1401 | 2025-06-30T13:53:11.486Z | Compiling pkcs8 v0.10.2 |
| 1402 | 2025-06-30T13:53:11.580Z | Compiling http-body v1.0.1 |
| 1403 | 2025-06-30T13:53:11.731Z | Compiling pest_meta v2.7.14 |
| 1404 | 2025-06-30T13:53:12.184Z | Compiling idna_adapter v1.2.0 |
| 1405 | 2025-06-30T13:53:12.269Z | Compiling base64 v0.22.1 |
| 1406 | 2025-06-30T13:53:12.461Z | Compiling which v4.4.2 |
| 1407 | 2025-06-30T13:53:12.714Z | Compiling idna v1.0.3 |
| 1408 | 2025-06-30T13:53:13.097Z | Compiling rustls-pki-types v1.10.0 |
| 1409 | 2025-06-30T13:53:13.132Z | Compiling tinyvec_macros v0.1.1 |
| 1410 | 2025-06-30T13:53:13.289Z | Compiling httparse v1.9.5 |
| 1411 | 2025-06-30T13:53:13.332Z | Compiling tinyvec v1.8.0 |
| 1412 | 2025-06-30T13:53:13.940Z | Compiling url v2.5.4 |
| 1413 | 2025-06-30T13:53:14.128Z | Compiling pest_generator v2.7.14 |
| 1414 | 2025-06-30T13:53:14.153Z | Compiling rand_core v0.9.2 |
| 1415 | 2025-06-30T13:53:14.598Z | Compiling scroll v0.12.0 |
| 1416 | 2025-06-30T13:53:14.669Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2025-06-30T13:53:14.795Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1418 | 2025-06-30T13:53:15.195Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1419 | 2025-06-30T13:53:15.542Z | Compiling foreign-types-shared v0.1.1 |
| 1420 | 2025-06-30T13:53:15.680Z | Compiling try-lock v0.2.5 |
| 1421 | 2025-06-30T13:53:15.707Z | Compiling untrusted v0.9.0 |
| 1422 | 2025-06-30T13:53:15.707Z | Compiling adler2 v2.0.0 |
| 1423 | 2025-06-30T13:53:15.864Z | Compiling powerfmt v0.2.0 |
| 1424 | 2025-06-30T13:53:15.891Z | Compiling num-conv v0.1.0 |
| 1425 | 2025-06-30T13:53:15.919Z | Compiling atomic-waker v1.1.2 |
| 1426 | 2025-06-30T13:53:15.961Z | Compiling tower-service v0.3.3 |
| 1427 | 2025-06-30T13:53:15.989Z | Compiling rustversion v1.0.17 |
| 1428 | 2025-06-30T13:53:16.128Z | Compiling openssl-probe v0.1.5 |
| 1429 | 2025-06-30T13:53:16.199Z | Compiling time-core v0.1.2 |
| 1430 | 2025-06-30T13:53:16.224Z | Compiling schemars v0.8.22 |
| 1431 | 2025-06-30T13:53:16.318Z | Compiling openssl v0.10.73 |
| 1432 | 2025-06-30T13:53:16.448Z | Compiling untrusted v0.7.1 |
| 1433 | 2025-06-30T13:53:16.473Z | Compiling time-macros v0.2.18 |
| 1434 | 2025-06-30T13:53:16.624Z | Compiling goblin v0.8.2 |
| 1435 | 2025-06-30T13:53:16.696Z | Compiling deranged v0.3.11 |
| 1436 | 2025-06-30T13:53:16.766Z | Compiling miniz_oxide v0.8.5 |
| 1437 | 2025-06-30T13:53:16.800Z | Compiling pest_derive v2.7.14 |
| 1438 | 2025-06-30T13:53:17.046Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2025-06-30T13:53:18.227Z | Compiling want v0.3.1 |
| 1440 | 2025-06-30T13:53:18.518Z | Compiling foreign-types v0.3.2 |
| 1441 | 2025-06-30T13:53:18.642Z | Compiling tokio-util v0.7.15 |
| 1442 | 2025-06-30T13:53:19.902Z | Compiling h2 v0.4.6 |
| 1443 | 2025-06-30T13:53:20.017Z | Compiling rand_chacha v0.9.0 |
| 1444 | 2025-06-30T13:53:20.760Z | Compiling ipnet v2.11.0 |
| 1445 | 2025-06-30T13:53:22.078Z | Compiling openssl-macros v0.1.1 |
| 1446 | 2025-06-30T13:53:22.104Z | Compiling httpdate v1.0.3 |
| 1447 | 2025-06-30T13:53:22.677Z | Compiling num_threads v0.1.7 |
| 1448 | 2025-06-30T13:53:22.885Z | Compiling rustls v0.23.19 |
| 1449 | 2025-06-30T13:53:22.910Z | Compiling dyn-clone v1.0.19 |
| 1450 | 2025-06-30T13:53:23.002Z | Compiling syn v1.0.109 |
| 1451 | 2025-06-30T13:53:23.236Z | Compiling native-tls v0.2.12 |
| 1452 | 2025-06-30T13:53:23.738Z | Compiling dof v0.3.0 |
| 1453 | 2025-06-30T13:53:23.772Z | Compiling time v0.3.36 |
| 1454 | 2025-06-30T13:53:25.459Z | Compiling rand v0.9.1 |
| 1455 | 2025-06-30T13:53:25.853Z | Compiling dtrace-parser v0.2.0 |
| 1456 | 2025-06-30T13:53:27.396Z | Compiling hyper v1.6.0 |
| 1457 | 2025-06-30T13:53:27.548Z | Compiling unicode-normalization v0.1.24 |
| 1458 | 2025-06-30T13:53:27.668Z | Compiling crossbeam-epoch v0.9.18 |
| 1459 | 2025-06-30T13:53:28.260Z | Compiling heapless v0.7.17 |
| 1460 | 2025-06-30T13:53:28.429Z | Compiling signature v2.2.0 |
| 1461 | 2025-06-30T13:53:28.620Z | Compiling cookie v0.18.1 |
| 1462 | 2025-06-30T13:53:28.692Z | Compiling crc32fast v1.4.2 |
| 1463 | 2025-06-30T13:53:28.798Z | Compiling unicode-properties v0.1.3 |
| 1464 | 2025-06-30T13:53:28.918Z | Compiling zlib-rs v0.5.1 |
| 1465 | 2025-06-30T13:53:29.077Z | Compiling siphasher v0.3.11 |
| 1466 | 2025-06-30T13:53:29.219Z | Compiling signal-hook v0.3.18 |
| 1467 | 2025-06-30T13:53:29.468Z | Compiling zstd-safe v7.2.3 |
| 1468 | 2025-06-30T13:53:29.498Z | Compiling slog v2.7.0 |
| 1469 | 2025-06-30T13:53:29.790Z | Compiling rayon-core v1.12.1 |
| 1470 | 2025-06-30T13:53:29.885Z | Compiling unicode-bidi v0.3.17 |
| 1471 | 2025-06-30T13:53:30.072Z | Compiling hyper-util v0.1.14 |
| 1472 | 2025-06-30T13:53:30.162Z | Compiling phf_shared v0.11.2 |
| 1473 | 2025-06-30T13:53:31.064Z | Compiling stringprep v0.1.5 |
| 1474 | 2025-06-30T13:53:31.159Z | Compiling usdt-impl v0.5.0 |
| 1475 | 2025-06-30T13:53:31.198Z | Compiling crossbeam-deque v0.8.5 |
| 1476 | 2025-06-30T13:53:31.522Z | Compiling curve25519-dalek v4.1.3 |
| 1477 | 2025-06-30T13:53:31.547Z | Compiling serde_tokenstream v0.2.2 |
| 1478 | 2025-06-30T13:53:31.967Z | Compiling toml_datetime v0.6.11 |
| 1479 | 2025-06-30T13:53:32.107Z | Compiling serde_spanned v0.6.9 |
| 1480 | 2025-06-30T13:53:32.135Z | Compiling rand_chacha v0.3.1 |
| 1481 | 2025-06-30T13:53:32.367Z | Compiling md-5 v0.10.6 |
| 1482 | 2025-06-30T13:53:32.399Z | Compiling num-integer v0.1.46 |
| 1483 | 2025-06-30T13:53:32.510Z | Compiling sync_wrapper v1.0.1 |
| 1484 | 2025-06-30T13:53:32.653Z | Compiling ff v0.13.0 |
| 1485 | 2025-06-30T13:53:32.690Z | Compiling hash32 v0.2.1 |
| 1486 | 2025-06-30T13:53:32.883Z | Compiling memoffset v0.9.1 |
| 1487 | 2025-06-30T13:53:33.113Z | Compiling tower-layer v0.3.3 |
| 1488 | 2025-06-30T13:53:33.159Z | Compiling cfg_aliases v0.2.1 |
| 1489 | 2025-06-30T13:53:33.277Z | Compiling fallible-iterator v0.2.0 |
| 1490 | 2025-06-30T13:53:33.302Z | Compiling newtype-uuid v1.2.4 |
| 1491 | 2025-06-30T13:53:33.441Z | Compiling smoltcp v0.9.1 |
| 1492 | 2025-06-30T13:53:33.574Z | Compiling base16ct v0.2.0 |
| 1493 | 2025-06-30T13:53:33.611Z | Compiling psl-types v2.0.11 |
| 1494 | 2025-06-30T13:53:33.818Z | Compiling litrs v0.4.1 |
| 1495 | 2025-06-30T13:53:33.848Z | Compiling gimli v0.31.1 |
| 1496 | 2025-06-30T13:53:33.908Z | Compiling num-bigint-dig v0.8.4 |
| 1497 | 2025-06-30T13:53:33.933Z | Compiling postgres-protocol v0.6.8 |
| 1498 | 2025-06-30T13:53:34.058Z | Compiling sec1 v0.7.3 |
| 1499 | 2025-06-30T13:53:34.229Z | Compiling publicsuffix v2.3.0 |
| 1500 | 2025-06-30T13:53:34.565Z | Compiling libz-rs-sys v0.5.1 |
| 1501 | 2025-06-30T13:53:34.610Z | Compiling tower v0.5.2 |
| 1502 | 2025-06-30T13:53:34.825Z | Compiling document-features v0.2.10 |
| 1503 | 2025-06-30T13:53:34.851Z | Compiling flate2 v1.1.2 |
| 1504 | 2025-06-30T13:53:35.106Z | Compiling nix v0.29.0 |
| 1505 | 2025-06-30T13:53:35.565Z | Compiling num-iter v0.1.45 |
| 1506 | 2025-06-30T13:53:35.754Z | Compiling group v0.13.0 |
| 1507 | 2025-06-30T13:53:35.795Z | Compiling rand v0.8.5 |
| 1508 | 2025-06-30T13:53:36.434Z | Compiling tokio-native-tls v0.3.1 |
| 1509 | 2025-06-30T13:53:37.051Z | Compiling ipnetwork v0.21.1 |
| 1510 | 2025-06-30T13:53:37.276Z | Compiling rustls-native-certs v0.8.1 |
| 1511 | 2025-06-30T13:53:37.453Z | Compiling webpki-roots v1.0.0 |
| 1512 | 2025-06-30T13:53:37.483Z | Compiling terminal_size v0.4.0 |
| 1513 | 2025-06-30T13:53:37.665Z | Compiling addr2line v0.24.2 |
| 1514 | 2025-06-30T13:53:37.722Z | Compiling http-body-util v0.1.3 |
| 1515 | 2025-06-30T13:53:37.770Z | Compiling hkdf v0.12.4 |
| 1516 | 2025-06-30T13:53:37.801Z | Compiling crypto-bigint v0.5.5 |
| 1517 | 2025-06-30T13:53:37.890Z | Compiling thiserror-impl v2.0.12 |
| 1518 | 2025-06-30T13:53:38.152Z | Compiling async-trait v0.1.88 |
| 1519 | 2025-06-30T13:53:38.269Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1520 | 2025-06-30T13:53:38.314Z | Compiling object v0.36.5 |
| 1521 | 2025-06-30T13:53:38.412Z | Compiling ahash v0.8.11 |
| 1522 | 2025-06-30T13:53:38.718Z | Compiling fs-err v3.1.1 |
| 1523 | 2025-06-30T13:53:39.006Z | Compiling bumpalo v3.16.0 |
| 1524 | 2025-06-30T13:53:39.527Z | Compiling winnow v0.5.40 |
| 1525 | 2025-06-30T13:53:39.602Z | Compiling bitflags v1.3.2 |
| 1526 | 2025-06-30T13:53:39.726Z | Compiling buf-list v1.0.3 |
| 1527 | 2025-06-30T13:53:40.259Z | Compiling simd-adler32 v0.3.7 |
| 1528 | 2025-06-30T13:53:40.505Z | Compiling managed v0.8.0 |
| 1529 | 2025-06-30T13:53:40.793Z | Compiling rustc-demangle v0.1.24 |
| 1530 | 2025-06-30T13:53:40.971Z | Compiling lockfree-object-pool v0.1.6 |
| 1531 | 2025-06-30T13:53:41.040Z | Compiling iri-string v0.7.8 |
| 1532 | 2025-06-30T13:53:41.251Z | Compiling anyhow v1.0.98 |
| 1533 | 2025-06-30T13:53:41.636Z | Compiling zopfli v0.8.1 |
| 1534 | 2025-06-30T13:53:42.241Z | Compiling thiserror v2.0.12 |
| 1535 | 2025-06-30T13:53:42.495Z | Compiling hubpack_derive v0.1.1 |
| 1536 | 2025-06-30T13:53:42.847Z | Compiling toml_edit v0.19.15 |
| 1537 | 2025-06-30T13:53:43.158Z | Compiling elliptic-curve v0.13.8 |
| 1538 | 2025-06-30T13:53:43.398Z | Compiling hubpack v0.1.2 |
| 1539 | 2025-06-30T13:53:43.450Z | Compiling console v0.15.10 |
| 1540 | 2025-06-30T13:53:43.953Z | Compiling tower-http v0.6.6 |
| 1541 | 2025-06-30T13:53:44.083Z | Compiling clap_builder v4.5.40 |
| 1542 | 2025-06-30T13:53:44.503Z | Compiling strum_macros v0.25.3 |
| 1543 | 2025-06-30T13:53:44.982Z | Compiling hyper-tls v0.6.0 |
| 1544 | 2025-06-30T13:53:45.100Z | Compiling backtrace v0.3.74 |
| 1545 | 2025-06-30T13:53:45.523Z | Compiling oxnet v0.1.2 |
| 1546 | 2025-06-30T13:53:46.374Z | Compiling signal-hook-mio v0.2.4 |
| 1547 | 2025-06-30T13:53:46.596Z | Compiling rayon v1.10.0 |
| 1548 | 2025-06-30T13:53:48.020Z | Compiling cookie_store v0.21.1 |
| 1549 | 2025-06-30T13:53:48.137Z | Compiling zstd v0.13.3 |
| 1550 | 2025-06-30T13:53:48.925Z | Compiling postgres-types v0.2.9 |
| 1551 | 2025-06-30T13:53:49.815Z | Compiling usdt-macro v0.5.0 |
| 1552 | 2025-06-30T13:53:49.889Z | Compiling usdt-attr-macro v0.5.0 |
| 1553 | 2025-06-30T13:53:50.230Z | Compiling phf v0.11.2 |
| 1554 | 2025-06-30T13:53:50.535Z | Compiling ed25519 v2.2.3 |
| 1555 | 2025-06-30T13:53:51.128Z | Compiling strum_macros v0.26.4 |
| 1556 | 2025-06-30T13:53:51.154Z | Compiling bzip2 v0.4.4 |
| 1557 | 2025-06-30T13:53:51.409Z | Compiling bzip2 v0.5.2 |
| 1558 | 2025-06-30T13:53:51.575Z | Compiling clap_derive v4.5.40 |
| 1559 | 2025-06-30T13:53:51.807Z | Compiling enum-as-inner v0.6.1 |
| 1560 | 2025-06-30T13:53:52.087Z | Compiling pkcs1 v0.7.5 |
| 1561 | 2025-06-30T13:53:52.271Z | Compiling serde-big-array v0.5.1 |
| 1562 | 2025-06-30T13:53:52.323Z | Compiling serde_urlencoded v0.7.1 |
| 1563 | 2025-06-30T13:53:52.556Z | Compiling rfc6979 v0.4.0 |
| 1564 | 2025-06-30T13:53:52.765Z | Compiling bstr v1.10.0 |
| 1565 | 2025-06-30T13:53:52.846Z | Compiling serde_repr v0.1.19 |
| 1566 | 2025-06-30T13:53:52.878Z | Compiling daft-derive v0.1.3 |
| 1567 | 2025-06-30T13:53:52.956Z | Compiling float-cmp v0.10.0 |
| 1568 | 2025-06-30T13:53:53.293Z | Compiling encoding_rs v0.8.34 |
| 1569 | 2025-06-30T13:53:53.873Z | Compiling number_prefix v0.4.0 |
| 1570 | 2025-06-30T13:53:54.092Z | Compiling data-encoding v2.9.0 |
| 1571 | 2025-06-30T13:53:54.261Z | Compiling static_assertions v1.1.0 |
| 1572 | 2025-06-30T13:53:54.299Z | Compiling unicode-segmentation v1.12.0 |
| 1573 | 2025-06-30T13:53:54.374Z | Compiling new_debug_unreachable v1.0.6 |
| 1574 | 2025-06-30T13:53:54.484Z | Compiling whoami v1.6.0 |
| 1575 | 2025-06-30T13:53:54.996Z | Compiling precomputed-hash v0.1.1 |
| 1576 | 2025-06-30T13:53:55.056Z | Compiling difflib v0.4.0 |
| 1577 | 2025-06-30T13:53:55.163Z | Compiling predicates-core v1.0.8 |
| 1578 | 2025-06-30T13:53:55.205Z | Compiling mime v0.3.17 |
| 1579 | 2025-06-30T13:53:55.503Z | Compiling fixedbitset v0.4.2 |
| 1580 | 2025-06-30T13:53:55.618Z | Compiling normalize-line-endings v0.3.0 |
| 1581 | 2025-06-30T13:53:55.667Z | Compiling clap v4.5.40 |
| 1582 | 2025-06-30T13:53:55.722Z | Compiling strum v0.26.3 |
| 1583 | 2025-06-30T13:53:55.782Z | Compiling petgraph v0.6.5 |
| 1584 | 2025-06-30T13:53:55.812Z | Compiling predicates v3.1.3 |
| 1585 | 2025-06-30T13:53:55.931Z | Compiling string_cache v0.8.9 |
| 1586 | 2025-06-30T13:53:55.960Z | Compiling toml_edit v0.22.27 |
| 1587 | 2025-06-30T13:53:56.320Z | Compiling similar v2.7.0 |
| 1588 | 2025-06-30T13:53:56.379Z | Compiling tokio-postgres v0.7.13 |
| 1589 | 2025-06-30T13:53:56.425Z | Compiling hickory-proto v0.25.2 |
| 1590 | 2025-06-30T13:53:57.173Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1591 | 2025-06-30T13:53:58.145Z | Compiling daft v0.1.3 |
| 1592 | 2025-06-30T13:53:58.237Z | Compiling indicatif v0.17.11 |
| 1593 | 2025-06-30T13:53:58.649Z | Compiling usdt v0.5.0 |
| 1594 | 2025-06-30T13:53:59.030Z | Compiling ecdsa v0.16.9 |
| 1595 | 2025-06-30T13:53:59.093Z | Compiling rsa v0.9.6 |
| 1596 | 2025-06-30T13:53:59.766Z | Compiling zip v4.2.0 |
| 1597 | 2025-06-30T13:53:59.947Z | Compiling zip v0.6.6 |
| 1598 | 2025-06-30T13:54:01.017Z | Compiling ed25519-dalek v2.1.1 |
| 1599 | 2025-06-30T13:54:01.665Z | Compiling crossterm v0.28.1 |
| 1600 | 2025-06-30T13:54:01.958Z | Compiling toml v0.7.8 |
| 1601 | 2025-06-30T13:54:03.219Z | Compiling tokio-stream v0.1.17 |
| 1602 | 2025-06-30T13:54:03.411Z | Compiling openapiv3 v2.2.0 |
| 1603 | 2025-06-30T13:54:03.443Z | Compiling x509-cert v0.2.5 |
| 1604 | 2025-06-30T13:54:03.659Z | Compiling sha1 v0.10.6 |
| 1605 | 2025-06-30T13:54:04.032Z | Compiling itertools v0.10.5 |
| 1606 | 2025-06-30T13:54:04.100Z | Compiling dirs-sys-next v0.1.2 |
| 1607 | 2025-06-30T13:54:04.360Z | Compiling winnow v0.6.26 |
| 1608 | 2025-06-30T13:54:04.598Z | Compiling peg-runtime v0.8.5 |
| 1609 | 2025-06-30T13:54:05.075Z | Compiling lalrpop-util v0.19.12 |
| 1610 | 2025-06-30T13:54:05.316Z | Compiling rustc-hash v2.1.1 |
| 1611 | 2025-06-30T13:54:05.385Z | Compiling dirs-next v2.0.0 |
| 1612 | 2025-06-30T13:54:05.504Z | Compiling thread_local v1.1.8 |
| 1613 | 2025-06-30T13:54:05.571Z | Compiling slog-async v2.8.0 |
| 1614 | 2025-06-30T13:54:05.952Z | Compiling term v0.7.0 |
| 1615 | 2025-06-30T13:54:06.028Z | Compiling crossbeam-channel v0.5.15 |
| 1616 | 2025-06-30T13:54:06.138Z | Compiling xattr v1.3.1 |
| 1617 | 2025-06-30T13:54:06.391Z | Compiling futures-executor v0.3.31 |
| 1618 | 2025-06-30T13:54:06.568Z | Compiling filetime v0.2.25 |
| 1619 | 2025-06-30T13:54:06.679Z | Compiling is-terminal v0.4.13 |
| 1620 | 2025-06-30T13:54:06.828Z | Compiling take_mut v0.2.2 |
| 1621 | 2025-06-30T13:54:06.853Z | Compiling slog-term v2.9.1 |
| 1622 | 2025-06-30T13:54:06.879Z | Compiling tar v0.4.44 |
| 1623 | 2025-06-30T13:54:06.905Z | Compiling futures v0.3.31 |
| 1624 | 2025-06-30T13:54:06.930Z | Compiling camino v1.1.10 |
| 1625 | 2025-06-30T13:54:12.586Z | Compiling aws-lc-sys v0.26.0 |
| 1626 | 2025-06-30T13:54:46.135Z | Compiling rustls-webpki v0.102.8 |
| 1627 | 2025-06-30T13:54:53.242Z | Compiling tokio-rustls v0.26.0 |
| 1628 | 2025-06-30T13:54:53.647Z | Compiling hyper-rustls v0.27.7 |
| 1629 | 2025-06-30T13:54:54.037Z | Compiling reqwest v0.12.20 |
| 1630 | 2025-06-30T13:54:59.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1631 | 2025-06-30T13:54:59.619Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1632 | 2025-06-30T13:55:06.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 1633 | 2025-06-30T13:55:06.472Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1634 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: Cockroach |
| 1635 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: Clickhouse |
| 1636 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: Console |
| 1637 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: DendriteStub |
| 1638 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: MaghemiteMgd |
| 1639 | 2025-06-30T13:55:06.557Z | Jun 30 13:55:05.861 INFO Starting download, target: TransceiverControl |
| 1640 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.864 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1641 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.864 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1642 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.864 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1643 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.865 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1644 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.865 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1645 | 2025-06-30T13:55:06.583Z | Jun 30 13:55:05.865 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1646 | 2025-06-30T13:55:07.011Z | Jun 30 13:55:06.310 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1647 | 2025-06-30T13:55:07.617Z | Jun 30 13:55:06.919 INFO Download complete, target: Console |
| 1648 | 2025-06-30T13:55:09.203Z | Jun 30 13:55:08.507 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1649 | 2025-06-30T13:55:09.695Z | Jun 30 13:55:08.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1650 | 2025-06-30T13:55:10.354Z | Jun 30 13:55:09.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1651 | 2025-06-30T13:55:11.117Z | Jun 30 13:55:10.422 INFO Download complete, target: TransceiverControl |
| 1652 | 2025-06-30T13:55:11.643Z | Jun 30 13:55:10.947 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1653 | 2025-06-30T13:55:11.643Z | Jun 30 13:55:10.947 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1654 | 2025-06-30T13:55:14.353Z | Jun 30 13:55:13.658 INFO Download complete, target: DendriteStub |
| 1655 | 2025-06-30T13:55:15.096Z | Jun 30 13:55:14.401 INFO Download complete, target: MaghemiteMgd |
| 1656 | 2025-06-30T13:55:20.439Z | Jun 30 13:55:19.744 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1657 | 2025-06-30T13:55:22.776Z | Jun 30 13:55:22.081 INFO Checking that binary works, target: Cockroach |
| 1658 | 2025-06-30T13:55:23.065Z | Jun 30 13:55:22.368 INFO Download complete, target: Cockroach |
| 1659 | 2025-06-30T13:55:35.835Z | Jun 30 13:55:35.140 INFO Checking that binary works, target: Clickhouse |
| 1660 | 2025-06-30T13:55:36.052Z | Jun 30 13:55:35.357 INFO Download complete, target: Clickhouse |
| 1661 | 2025-06-30T13:55:36.080Z | All prerequisites installed successfully |
| 1662 | 2025-06-30T13:55:36.080Z | |
| 1663 | 2025-06-30T13:55:36.080Z | real 5:30.623868677 |
| 1664 | 2025-06-30T13:55:36.080Z | user 16:13.402733589 |
| 1665 | 2025-06-30T13:55:36.080Z | sys 2:39.520805274 |
| 1666 | 2025-06-30T13:55:36.080Z | trap 0.639390418 |
| 1667 | 2025-06-30T13:55:36.080Z | tflt 0.422878796 |
| 1668 | 2025-06-30T13:55:36.080Z | dflt 1.410904937 |
| 1669 | 2025-06-30T13:55:36.080Z | kflt 0.009610416 |
| 1670 | 2025-06-30T13:55:36.080Z | lock 29:18.001928992 |
| 1671 | 2025-06-30T13:55:36.080Z | slp 58:45.949172588 |
| 1672 | 2025-06-30T13:55:36.080Z | lat 1:07.249089861 |
| 1673 | 2025-06-30T13:55:36.080Z | stop 2:40.153199013 |
| 1674 | 2025-06-30T13:55:36.080Z | + ptime -m cargo xtask download softnpu |
| 1675 | 2025-06-30T13:55:37.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 1676 | 2025-06-30T13:55:37.310Z | Running `target/debug/xtask download softnpu` |
| 1677 | 2025-06-30T13:55:38.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 1678 | 2025-06-30T13:55:38.868Z | Running `target/debug/xtask-downloader softnpu` |
| 1679 | 2025-06-30T13:55:38.926Z | Jun 30 13:55:38.231 INFO Starting download, target: Softnpu |
| 1680 | 2025-06-30T13:55:38.954Z | Jun 30 13:55:38.232 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1681 | 2025-06-30T13:55:40.567Z | Jun 30 13:55:39.872 INFO Download complete, target: Softnpu |
| 1682 | 2025-06-30T13:55:40.593Z | |
| 1683 | 2025-06-30T13:55:40.593Z | real 4.499354605 |
| 1684 | 2025-06-30T13:55:40.593Z | user 2.300927130 |
| 1685 | 2025-06-30T13:55:40.593Z | sys 1.342561346 |
| 1686 | 2025-06-30T13:55:40.593Z | trap 0.000936876 |
| 1687 | 2025-06-30T13:55:40.593Z | tflt 0.000302423 |
| 1688 | 2025-06-30T13:55:40.593Z | dflt 0.000156667 |
| 1689 | 2025-06-30T13:55:40.593Z | kflt 0.000000000 |
| 1690 | 2025-06-30T13:55:40.593Z | lock 17.560672324 |
| 1691 | 2025-06-30T13:55:40.593Z | slp 1.397084655 |
| 1692 | 2025-06-30T13:55:40.593Z | lat 0.216607795 |
| 1693 | 2025-06-30T13:55:40.593Z | stop 0.000357354 |
| 1694 | 2025-06-30T13:55:40.593Z | + export CARGO_INCREMENTAL=0 |
| 1695 | 2025-06-30T13:55:40.593Z | + CARGO_INCREMENTAL=0 |
| 1696 | 2025-06-30T13:55:40.593Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1697 | 2025-06-30T13:55:42.432Z | Compiling proc-macro2 v1.0.95 |
| 1698 | 2025-06-30T13:55:42.432Z | Compiling unicode-ident v1.0.18 |
| 1699 | 2025-06-30T13:55:42.432Z | Compiling libc v0.2.174 |
| 1700 | 2025-06-30T13:55:42.432Z | Compiling serde v1.0.219 |
| 1701 | 2025-06-30T13:55:42.458Z | Compiling autocfg v1.4.0 |
| 1702 | 2025-06-30T13:55:42.458Z | Compiling cfg-if v1.0.1 |
| 1703 | 2025-06-30T13:55:42.458Z | Compiling version_check v0.9.5 |
| 1704 | 2025-06-30T13:55:42.715Z | Compiling memchr v2.7.4 |
| 1705 | 2025-06-30T13:55:42.744Z | Compiling shlex v1.3.0 |
| 1706 | 2025-06-30T13:55:42.781Z | Compiling portable-atomic v1.11.0 |
| 1707 | 2025-06-30T13:55:43.137Z | Compiling typenum v1.17.0 |
| 1708 | 2025-06-30T13:55:43.181Z | Compiling value-bag v1.9.0 |
| 1709 | 2025-06-30T13:55:43.339Z | Compiling lock_api v0.4.12 |
| 1710 | 2025-06-30T13:55:43.568Z | Compiling generic-array v0.14.7 |
| 1711 | 2025-06-30T13:55:43.684Z | Compiling log v0.4.27 |
| 1712 | 2025-06-30T13:55:43.908Z | Compiling libm v0.2.8 |
| 1713 | 2025-06-30T13:55:43.956Z | Compiling serde_json v1.0.140 |
| 1714 | 2025-06-30T13:55:44.008Z | Compiling num-traits v0.2.19 |
| 1715 | 2025-06-30T13:55:44.259Z | Compiling getrandom v0.3.1 |
| 1716 | 2025-06-30T13:55:44.315Z | Compiling parking_lot_core v0.9.10 |
| 1717 | 2025-06-30T13:55:44.455Z | Compiling quote v1.0.40 |
| 1718 | 2025-06-30T13:55:44.513Z | Compiling jobserver v0.1.32 |
| 1719 | 2025-06-30T13:55:44.598Z | Compiling smallvec v1.15.0 |
| 1720 | 2025-06-30T13:55:44.646Z | Compiling semver v1.0.26 |
| 1721 | 2025-06-30T13:55:44.723Z | Compiling scopeguard v1.2.0 |
| 1722 | 2025-06-30T13:55:44.864Z | Compiling syn v2.0.104 |
| 1723 | 2025-06-30T13:55:44.913Z | Compiling cc v1.2.15 |
| 1724 | 2025-06-30T13:55:45.089Z | Compiling getrandom v0.2.15 |
| 1725 | 2025-06-30T13:55:45.152Z | Compiling pkg-config v0.3.31 |
| 1726 | 2025-06-30T13:55:45.178Z | Compiling itoa v1.0.11 |
| 1727 | 2025-06-30T13:55:45.234Z | Compiling aho-corasick v1.1.3 |
| 1728 | 2025-06-30T13:55:45.398Z | Compiling rustix v0.38.37 |
| 1729 | 2025-06-30T13:55:45.467Z | Compiling regex-syntax v0.8.5 |
| 1730 | 2025-06-30T13:55:46.240Z | Compiling either v1.15.0 |
| 1731 | 2025-06-30T13:55:46.648Z | Compiling critical-section v1.1.3 |
| 1732 | 2025-06-30T13:55:46.942Z | Compiling stable_deref_trait v1.2.0 |
| 1733 | 2025-06-30T13:55:47.113Z | Compiling slab v0.4.9 |
| 1734 | 2025-06-30T13:55:47.318Z | Compiling spin v0.9.8 |
| 1735 | 2025-06-30T13:55:47.448Z | Compiling once_cell v1.21.3 |
| 1736 | 2025-06-30T13:55:47.576Z | Compiling errno v0.3.12 |
| 1737 | 2025-06-30T13:55:47.737Z | Compiling rand_core v0.6.4 |
| 1738 | 2025-06-30T13:55:47.910Z | Compiling glob v0.3.2 |
| 1739 | 2025-06-30T13:55:48.160Z | Compiling thiserror v1.0.69 |
| 1740 | 2025-06-30T13:55:48.222Z | Compiling pin-project-lite v0.2.14 |
| 1741 | 2025-06-30T13:55:48.282Z | Compiling foldhash v0.1.5 |
| 1742 | 2025-06-30T13:55:48.390Z | Compiling subtle v2.6.1 |
| 1743 | 2025-06-30T13:55:48.631Z | Compiling equivalent v1.0.2 |
| 1744 | 2025-06-30T13:55:48.657Z | Compiling clang-sys v1.8.1 |
| 1745 | 2025-06-30T13:55:48.683Z | Compiling ryu v1.0.18 |
| 1746 | 2025-06-30T13:55:48.746Z | Compiling allocator-api2 v0.2.21 |
| 1747 | 2025-06-30T13:55:48.801Z | Compiling prettyplease v0.2.35 |
| 1748 | 2025-06-30T13:55:49.107Z | Compiling regex-automata v0.4.8 |
| 1749 | 2025-06-30T13:55:49.166Z | Compiling lazy_static v1.5.0 |
| 1750 | 2025-06-30T13:55:49.379Z | Compiling hashbrown v0.15.4 |
| 1751 | 2025-06-30T13:55:49.443Z | Compiling minimal-lexical v0.2.1 |
| 1752 | 2025-06-30T13:55:49.501Z | Compiling schemars v0.8.22 |
| 1753 | 2025-06-30T13:55:49.632Z | Compiling writeable v0.5.5 |
| 1754 | 2025-06-30T13:55:49.840Z | Compiling litemap v0.7.3 |
| 1755 | 2025-06-30T13:55:49.930Z | Compiling nom v7.1.3 |
| 1756 | 2025-06-30T13:55:50.865Z | Compiling libloading v0.8.5 |
| 1757 | 2025-06-30T13:55:51.070Z | Compiling bindgen v0.69.5 |
| 1758 | 2025-06-30T13:55:51.309Z | Compiling home v0.5.9 |
| 1759 | 2025-06-30T13:55:51.535Z | Compiling percent-encoding v2.3.1 |
| 1760 | 2025-06-30T13:55:52.059Z | Compiling synstructure v0.13.1 |
| 1761 | 2025-06-30T13:55:52.085Z | Compiling serde_derive_internals v0.29.1 |
| 1762 | 2025-06-30T13:55:53.094Z | Compiling cexpr v0.6.0 |
| 1763 | 2025-06-30T13:55:53.231Z | Compiling itertools v0.12.1 |
| 1764 | 2025-06-30T13:55:53.502Z | Compiling lazycell v1.3.0 |
| 1765 | 2025-06-30T13:55:53.694Z | Compiling icu_locid_transform_data v1.5.0 |
| 1766 | 2025-06-30T13:55:53.820Z | Compiling rustc-hash v1.1.0 |
| 1767 | 2025-06-30T13:55:54.003Z | Compiling byteorder v1.5.0 |
| 1768 | 2025-06-30T13:55:54.365Z | Compiling cmake v0.1.51 |
| 1769 | 2025-06-30T13:55:54.511Z | Compiling regex v1.11.1 |
| 1770 | 2025-06-30T13:55:54.537Z | Compiling signal-hook-registry v1.4.2 |
| 1771 | 2025-06-30T13:55:55.028Z | Compiling icu_properties_data v1.5.0 |
| 1772 | 2025-06-30T13:55:55.098Z | Compiling zerocopy v0.8.26 |
| 1773 | 2025-06-30T13:55:55.300Z | Compiling serde_derive v1.0.219 |
| 1774 | 2025-06-30T13:55:55.386Z | Compiling zeroize_derive v1.4.2 |
| 1775 | 2025-06-30T13:55:55.507Z | Compiling zerofrom-derive v0.1.4 |
| 1776 | 2025-06-30T13:55:55.820Z | Compiling yoke-derive v0.7.4 |
| 1777 | 2025-06-30T13:55:55.964Z | Compiling zerovec-derive v0.10.3 |
| 1778 | 2025-06-30T13:55:56.073Z | Compiling displaydoc v0.2.5 |
| 1779 | 2025-06-30T13:55:56.544Z | Compiling icu_provider_macros v1.5.0 |
| 1780 | 2025-06-30T13:55:57.273Z | Compiling tokio-macros v2.5.0 |
| 1781 | 2025-06-30T13:55:57.401Z | Compiling zeroize v1.8.1 |
| 1782 | 2025-06-30T13:55:57.822Z | Compiling zerocopy-derive v0.7.35 |
| 1783 | 2025-06-30T13:55:57.861Z | Compiling thiserror-impl v1.0.69 |
| 1784 | 2025-06-30T13:55:57.943Z | Compiling schemars_derive v0.8.22 |
| 1785 | 2025-06-30T13:55:58.149Z | Compiling zerofrom v0.1.4 |
| 1786 | 2025-06-30T13:55:58.483Z | Compiling yoke v0.7.4 |
| 1787 | 2025-06-30T13:55:58.926Z | Compiling zerovec v0.10.4 |
| 1788 | 2025-06-30T13:55:59.421Z | Compiling futures-macro v0.3.31 |
| 1789 | 2025-06-30T13:55:59.597Z | Compiling dunce v1.0.5 |
| 1790 | 2025-06-30T13:55:59.764Z | Compiling fs_extra v1.3.0 |
| 1791 | 2025-06-30T13:55:59.790Z | Compiling paste v1.0.15 |
| 1792 | 2025-06-30T13:56:00.384Z | Compiling parking_lot v0.12.3 |
| 1793 | 2025-06-30T13:56:00.410Z | Compiling mio v1.0.2 |
| 1794 | 2025-06-30T13:56:00.471Z | Compiling icu_normalizer_data v1.5.0 |
| 1795 | 2025-06-30T13:56:00.611Z | Compiling write16 v1.0.0 |
| 1796 | 2025-06-30T13:56:00.714Z | Compiling utf8_iter v1.0.4 |
| 1797 | 2025-06-30T13:56:00.789Z | Compiling utf16_iter v1.0.5 |
| 1798 | 2025-06-30T13:56:01.056Z | Compiling crypto-common v0.1.6 |
| 1799 | 2025-06-30T13:56:01.082Z | Compiling zerocopy-derive v0.8.26 |
| 1800 | 2025-06-30T13:56:01.301Z | Compiling tinystr v0.7.6 |
| 1801 | 2025-06-30T13:56:01.904Z | Compiling icu_locid v1.5.0 |
| 1802 | 2025-06-30T13:56:01.929Z | Compiling icu_collections v1.5.0 |
| 1803 | 2025-06-30T13:56:02.247Z | Compiling socket2 v0.5.10 |
| 1804 | 2025-06-30T13:56:02.469Z | Compiling fnv v1.0.7 |
| 1805 | 2025-06-30T13:56:02.632Z | Compiling const-oid v0.9.6 |
| 1806 | 2025-06-30T13:56:03.373Z | Compiling icu_provider v1.5.0 |
| 1807 | 2025-06-30T13:56:03.831Z | Compiling form_urlencoded v1.2.1 |
| 1808 | 2025-06-30T13:56:04.297Z | Compiling icu_locid_transform v1.5.0 |
| 1809 | 2025-06-30T13:56:04.356Z | Compiling ring v0.17.14 |
| 1810 | 2025-06-30T13:56:05.412Z | Compiling tracing-attributes v0.1.27 |
| 1811 | 2025-06-30T13:56:05.585Z | Compiling der_derive v0.7.3 |
| 1812 | 2025-06-30T13:56:05.737Z | Compiling icu_properties v1.5.1 |
| 1813 | 2025-06-30T13:56:06.329Z | Compiling bitflags v2.9.0 |
| 1814 | 2025-06-30T13:56:06.547Z | Compiling bytes v1.10.1 |
| 1815 | 2025-06-30T13:56:08.338Z | Compiling indexmap v2.9.0 |
| 1816 | 2025-06-30T13:56:08.729Z | Compiling tokio v1.45.1 |
| 1817 | 2025-06-30T13:56:09.344Z | Compiling icu_normalizer v1.5.0 |
| 1818 | 2025-06-30T13:56:09.663Z | Compiling aws-lc-rs v1.12.4 |
| 1819 | 2025-06-30T13:56:10.367Z | Compiling which v4.4.2 |
| 1820 | 2025-06-30T13:56:10.663Z | Compiling idna_adapter v1.2.0 |
| 1821 | 2025-06-30T13:56:10.942Z | Compiling idna v1.0.3 |
| 1822 | 2025-06-30T13:56:10.984Z | Compiling vcpkg v0.2.15 |
| 1823 | 2025-06-30T13:56:12.294Z | Compiling openssl-sys v0.9.109 |
| 1824 | 2025-06-30T13:56:12.996Z | Compiling url v2.5.4 |
| 1825 | 2025-06-30T13:56:14.100Z | Compiling block-buffer v0.10.4 |
| 1826 | 2025-06-30T13:56:14.665Z | Compiling thiserror v2.0.12 |
| 1827 | 2025-06-30T13:56:14.690Z | Compiling heck v0.5.0 |
| 1828 | 2025-06-30T13:56:14.733Z | Compiling futures-core v0.3.31 |
| 1829 | 2025-06-30T13:56:15.161Z | Compiling digest v0.10.7 |
| 1830 | 2025-06-30T13:56:15.856Z | Compiling zerocopy v0.7.35 |
| 1831 | 2025-06-30T13:56:16.005Z | Compiling thiserror-impl v2.0.12 |
| 1832 | 2025-06-30T13:56:16.073Z | Compiling httparse v1.9.5 |
| 1833 | 2025-06-30T13:56:17.559Z | Compiling uuid v1.17.0 |
| 1834 | 2025-06-30T13:56:18.090Z | Compiling iana-time-zone v0.1.63 |
| 1835 | 2025-06-30T13:56:18.447Z | Compiling crossbeam-utils v0.8.21 |
| 1836 | 2025-06-30T13:56:18.617Z | Compiling syn v1.0.109 |
| 1837 | 2025-06-30T13:56:18.761Z | Compiling chrono v0.4.41 |
| 1838 | 2025-06-30T13:56:19.788Z | Compiling futures-sink v0.3.31 |
| 1839 | 2025-06-30T13:56:20.321Z | Compiling time-core v0.1.2 |
| 1840 | 2025-06-30T13:56:20.547Z | Compiling num-conv v0.1.0 |
| 1841 | 2025-06-30T13:56:20.860Z | Compiling time-macros v0.2.18 |
| 1842 | 2025-06-30T13:56:22.063Z | Compiling cpufeatures v0.2.14 |
| 1843 | 2025-06-30T13:56:22.242Z | Compiling aws-lc-sys v0.26.0 |
| 1844 | 2025-06-30T13:56:22.622Z | Compiling openssl v0.10.73 |
| 1845 | 2025-06-30T13:56:23.207Z | Compiling hmac v0.12.1 |
| 1846 | 2025-06-30T13:56:23.345Z | Compiling rustc_version v0.4.1 |
| 1847 | 2025-06-30T13:56:23.489Z | Compiling serde_tokenstream v0.2.2 |
| 1848 | 2025-06-30T13:56:24.054Z | Compiling block-padding v0.3.3 |
| 1849 | 2025-06-30T13:56:24.134Z | Compiling openssl-macros v0.1.1 |
| 1850 | 2025-06-30T13:56:24.335Z | Compiling scroll_derive v0.12.0 |
| 1851 | 2025-06-30T13:56:24.849Z | Compiling dyn-clone v1.0.19 |
| 1852 | 2025-06-30T13:56:25.120Z | Compiling native-tls v0.2.12 |
| 1853 | 2025-06-30T13:56:25.201Z | Compiling ucd-trie v0.1.7 |
| 1854 | 2025-06-30T13:56:25.538Z | Compiling rustls v0.23.19 |
| 1855 | 2025-06-30T13:56:25.696Z | Compiling pest v2.7.14 |
| 1856 | 2025-06-30T13:56:25.866Z | Compiling inout v0.1.3 |
| 1857 | 2025-06-30T13:56:25.925Z | Compiling futures-channel v0.3.31 |
| 1858 | 2025-06-30T13:56:26.369Z | Compiling pin-utils v0.1.0 |
| 1859 | 2025-06-30T13:56:26.435Z | Compiling strsim v0.11.1 |
| 1860 | 2025-06-30T13:56:26.636Z | Compiling futures-io v0.3.31 |
| 1861 | 2025-06-30T13:56:27.038Z | Compiling futures-task v0.3.31 |
| 1862 | 2025-06-30T13:56:27.394Z | Compiling futures-util v0.3.31 |
| 1863 | 2025-06-30T13:56:27.601Z | Compiling cipher v0.4.4 |
| 1864 | 2025-06-30T13:56:28.547Z | Compiling pest_meta v2.7.14 |
| 1865 | 2025-06-30T13:56:30.064Z | Compiling sha2 v0.10.9 |
| 1866 | 2025-06-30T13:56:30.979Z | Compiling http v1.3.1 |
| 1867 | 2025-06-30T13:56:31.894Z | Compiling cookie v0.18.1 |
| 1868 | 2025-06-30T13:56:31.989Z | Compiling base64ct v1.6.0 |
| 1869 | 2025-06-30T13:56:32.565Z | Compiling pem-rfc7468 v0.7.0 |
| 1870 | 2025-06-30T13:56:33.112Z | Compiling pest_generator v2.7.14 |
| 1871 | 2025-06-30T13:56:33.736Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1872 | 2025-06-30T13:56:34.354Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1873 | 2025-06-30T13:56:34.616Z | Compiling flagset v0.4.6 |
| 1874 | 2025-06-30T13:56:34.852Z | Compiling slog v2.7.0 |
| 1875 | 2025-06-30T13:56:34.891Z | Compiling der v0.7.9 |
| 1876 | 2025-06-30T13:56:35.356Z | Compiling pest_derive v2.7.14 |
| 1877 | 2025-06-30T13:56:35.940Z | Compiling serde_spanned v0.6.9 |
| 1878 | 2025-06-30T13:56:36.133Z | Compiling toml_datetime v0.6.11 |
| 1879 | 2025-06-30T13:56:36.221Z | Compiling tracing-core v0.1.32 |
| 1880 | 2025-06-30T13:56:36.246Z | Compiling usdt-impl v0.5.0 |
| 1881 | 2025-06-30T13:56:36.591Z | Compiling rustversion v1.0.17 |
| 1882 | 2025-06-30T13:56:36.629Z | Compiling rustls-pki-types v1.10.0 |
| 1883 | 2025-06-30T13:56:37.183Z | Compiling rayon-core v1.12.1 |
| 1884 | 2025-06-30T13:56:37.456Z | Compiling anyhow v1.0.98 |
| 1885 | 2025-06-30T13:56:37.605Z | Compiling spki v0.7.3 |
| 1886 | 2025-06-30T13:56:37.637Z | Compiling tracing v0.1.40 |
| 1887 | 2025-06-30T13:56:38.003Z | Compiling salsa20 v0.10.2 |
| 1888 | 2025-06-30T13:56:38.055Z | Compiling scroll v0.12.0 |
| 1889 | 2025-06-30T13:56:38.272Z | Compiling pbkdf2 v0.12.2 |
| 1890 | 2025-06-30T13:56:38.298Z | Compiling ppv-lite86 v0.2.20 |
| 1891 | 2025-06-30T13:56:38.531Z | Compiling plain v0.2.3 |
| 1892 | 2025-06-30T13:56:38.790Z | Compiling winnow v0.5.40 |
| 1893 | 2025-06-30T13:56:38.861Z | Compiling litrs v0.4.1 |
| 1894 | 2025-06-30T13:56:39.157Z | Compiling goblin v0.8.2 |
| 1895 | 2025-06-30T13:56:39.244Z | Compiling scrypt v0.11.0 |
| 1896 | 2025-06-30T13:56:39.804Z | Compiling cbc v0.1.2 |
| 1897 | 2025-06-30T13:56:39.929Z | Compiling document-features v0.2.10 |
| 1898 | 2025-06-30T13:56:40.074Z | Compiling aes v0.8.4 |
| 1899 | 2025-06-30T13:56:41.253Z | Compiling tokio-util v0.7.15 |
| 1900 | 2025-06-30T13:56:42.531Z | Compiling toml_edit v0.19.15 |
| 1901 | 2025-06-30T13:56:43.795Z | Compiling powerfmt v0.2.0 |
| 1902 | 2025-06-30T13:56:43.893Z | Compiling untrusted v0.9.0 |
| 1903 | 2025-06-30T13:56:44.143Z | Compiling newtype-uuid v1.2.4 |
| 1904 | 2025-06-30T13:56:44.434Z | Compiling untrusted v0.7.1 |
| 1905 | 2025-06-30T13:56:44.460Z | Compiling pretty-hex v0.4.1 |
| 1906 | 2025-06-30T13:56:44.734Z | Compiling deranged v0.3.11 |
| 1907 | 2025-06-30T13:56:45.325Z | Compiling pkcs5 v0.7.1 |
| 1908 | 2025-06-30T13:56:46.356Z | Compiling dof v0.3.0 |
| 1909 | 2025-06-30T13:56:47.375Z | Compiling dtrace-parser v0.2.0 |
| 1910 | 2025-06-30T13:56:47.798Z | Compiling http-body v1.0.1 |
| 1911 | 2025-06-30T13:56:48.111Z | Compiling heapless v0.7.17 |
| 1912 | 2025-06-30T13:56:48.824Z | Compiling thread-id v4.2.2 |
| 1913 | 2025-06-30T13:56:48.997Z | Compiling base64 v0.22.1 |
| 1914 | 2025-06-30T13:56:49.292Z | Compiling zstd-safe v7.2.3 |
| 1915 | 2025-06-30T13:56:49.558Z | Compiling num_threads v0.1.7 |
| 1916 | 2025-06-30T13:56:49.733Z | Compiling atomic-waker v1.1.2 |
| 1917 | 2025-06-30T13:56:49.844Z | Compiling adler2 v2.0.0 |
| 1918 | 2025-06-30T13:56:49.900Z | Compiling signal-hook v0.3.18 |
| 1919 | 2025-06-30T13:56:50.010Z | Compiling time v0.3.36 |
| 1920 | 2025-06-30T13:56:50.239Z | Compiling miniz_oxide v0.8.5 |
| 1921 | 2025-06-30T13:56:52.316Z | Compiling pkcs8 v0.10.2 |
| 1922 | 2025-06-30T13:56:53.702Z | Compiling tower-service v0.3.3 |
| 1923 | 2025-06-30T13:56:54.345Z | Compiling tinyvec_macros v0.1.1 |
| 1924 | 2025-06-30T13:56:54.654Z | Compiling try-lock v0.2.5 |
| 1925 | 2025-06-30T13:56:54.852Z | Compiling want v0.3.1 |
| 1926 | 2025-06-30T13:56:54.965Z | Compiling tinyvec v1.8.0 |
| 1927 | 2025-06-30T13:56:56.491Z | Compiling h2 v0.4.6 |
| 1928 | 2025-06-30T13:56:57.423Z | Compiling rand_core v0.9.2 |
| 1929 | 2025-06-30T13:56:57.836Z | Compiling curve25519-dalek v4.1.3 |
| 1930 | 2025-06-30T13:56:58.461Z | Compiling ipnet v2.11.0 |
| 1931 | 2025-06-30T13:56:58.486Z | Compiling async-trait v0.1.88 |
| 1932 | 2025-06-30T13:56:59.203Z | Compiling memoffset v0.9.1 |
| 1933 | 2025-06-30T13:56:59.557Z | Compiling foreign-types-shared v0.1.1 |
| 1934 | 2025-06-30T13:56:59.747Z | Compiling openssl-probe v0.1.5 |
| 1935 | 2025-06-30T13:57:00.518Z | Compiling httpdate v1.0.3 |
| 1936 | 2025-06-30T13:57:00.622Z | Compiling num-bigint-dig v0.8.4 |
| 1937 | 2025-06-30T13:57:01.903Z | Compiling smoltcp v0.9.1 |
| 1938 | 2025-06-30T13:57:02.192Z | Compiling foreign-types v0.3.2 |
| 1939 | 2025-06-30T13:57:04.724Z | Compiling rand_chacha v0.9.0 |
| 1940 | 2025-06-30T13:57:06.149Z | Compiling hyper v1.6.0 |
| 1941 | 2025-06-30T13:57:06.621Z | Compiling usdt-attr-macro v0.5.0 |
| 1942 | 2025-06-30T13:57:08.035Z | Compiling usdt-macro v0.5.0 |
| 1943 | 2025-06-30T13:57:12.244Z | Compiling strum_macros v0.26.4 |
| 1944 | 2025-06-30T13:57:16.191Z | Compiling ipnetwork v0.21.1 |
| 1945 | 2025-06-30T13:57:17.494Z | Compiling daft-derive v0.1.3 |
| 1946 | 2025-06-30T13:57:17.732Z | Compiling heck v0.4.1 |
| 1947 | 2025-06-30T13:57:18.166Z | Compiling cfg_aliases v0.2.1 |
| 1948 | 2025-06-30T13:57:18.527Z | Compiling gimli v0.31.1 |
| 1949 | 2025-06-30T13:57:20.273Z | Compiling nix v0.29.0 |
| 1950 | 2025-06-30T13:57:22.911Z | Compiling hyper-util v0.1.14 |
| 1951 | 2025-06-30T13:57:25.582Z | Compiling addr2line v0.24.2 |
| 1952 | 2025-06-30T13:57:26.600Z | Compiling rand v0.9.1 |
| 1953 | 2025-06-30T13:57:27.241Z | Compiling crossbeam-epoch v0.9.18 |
| 1954 | 2025-06-30T13:57:27.911Z | Compiling unicode-normalization v0.1.24 |
| 1955 | 2025-06-30T13:57:28.960Z | Compiling hubpack_derive v0.1.1 |
| 1956 | 2025-06-30T13:57:29.025Z | Compiling signature v2.2.0 |
| 1957 | 2025-06-30T13:57:29.327Z | Compiling openapiv3 v2.2.0 |
| 1958 | 2025-06-30T13:57:29.847Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1959 | 2025-06-30T13:57:30.895Z | Compiling object v0.36.5 |
| 1960 | 2025-06-30T13:57:31.218Z | Compiling fs-err v3.1.1 |
| 1961 | 2025-06-30T13:57:31.560Z | Compiling ahash v0.8.11 |
| 1962 | 2025-06-30T13:57:31.984Z | Compiling crc32fast v1.4.2 |
| 1963 | 2025-06-30T13:57:32.361Z | Compiling siphasher v0.3.11 |
| 1964 | 2025-06-30T13:57:32.778Z | Compiling buf-list v1.0.3 |
| 1965 | 2025-06-30T13:57:33.321Z | Compiling rustc-demangle v0.1.24 |
| 1966 | 2025-06-30T13:57:33.689Z | Compiling utf8parse v0.2.2 |
| 1967 | 2025-06-30T13:57:33.893Z | Compiling unicode-properties v0.1.3 |
| 1968 | 2025-06-30T13:57:34.560Z | Compiling anstyle v1.0.11 |
| 1969 | 2025-06-30T13:57:35.074Z | Compiling ident_case v1.0.1 |
| 1970 | 2025-06-30T13:57:35.369Z | Compiling unicode-bidi v0.3.17 |
| 1971 | 2025-06-30T13:57:35.785Z | Compiling zlib-rs v0.5.1 |
| 1972 | 2025-06-30T13:57:36.702Z | Compiling stringprep v0.1.5 |
| 1973 | 2025-06-30T13:57:37.565Z | Compiling darling_core v0.20.10 |
| 1974 | 2025-06-30T13:57:40.327Z | Compiling backtrace v0.3.74 |
| 1975 | 2025-06-30T13:57:41.316Z | Compiling libz-rs-sys v0.5.1 |
| 1976 | 2025-06-30T13:57:41.638Z | Compiling anstyle-parse v0.2.5 |
| 1977 | 2025-06-30T13:57:42.068Z | Compiling phf_shared v0.11.2 |
| 1978 | 2025-06-30T13:57:46.629Z | Compiling crossbeam-deque v0.8.5 |
| 1979 | 2025-06-30T13:57:47.433Z | Compiling http-body-util v0.1.3 |
| 1980 | 2025-06-30T13:57:48.145Z | Compiling rand_chacha v0.3.1 |
| 1981 | 2025-06-30T13:57:49.823Z | Compiling sync_wrapper v1.0.1 |
| 1982 | 2025-06-30T13:57:50.078Z | Compiling md-5 v0.10.6 |
| 1983 | 2025-06-30T13:57:50.663Z | Compiling num-integer v0.1.46 |
| 1984 | 2025-06-30T13:57:51.384Z | Compiling hash32 v0.2.1 |
| 1985 | 2025-06-30T13:57:51.645Z | Compiling ff v0.13.0 |
| 1986 | 2025-06-30T13:57:51.740Z | Compiling encoding_rs v0.8.34 |
| 1987 | 2025-06-30T13:57:51.765Z | Compiling anstyle-query v1.1.1 |
| 1988 | 2025-06-30T13:57:51.825Z | Compiling is_terminal_polyfill v1.70.1 |
| 1989 | 2025-06-30T13:57:51.978Z | Compiling base16ct v0.2.0 |
| 1990 | 2025-06-30T13:57:52.009Z | Compiling tower-layer v0.3.3 |
| 1991 | 2025-06-30T13:57:52.311Z | Compiling psl-types v2.0.11 |
| 1992 | 2025-06-30T13:57:52.470Z | Compiling fallible-iterator v0.2.0 |
| 1993 | 2025-06-30T13:57:52.592Z | Compiling mime v0.3.17 |
| 1994 | 2025-06-30T13:57:53.185Z | Compiling colorchoice v1.0.2 |
| 1995 | 2025-06-30T13:57:53.396Z | Compiling anstream v0.6.18 |
| 1996 | 2025-06-30T13:57:53.700Z | Compiling postgres-protocol v0.6.8 |
| 1997 | 2025-06-30T13:57:54.028Z | Compiling publicsuffix v2.3.0 |
| 1998 | 2025-06-30T13:57:54.826Z | Compiling tower v0.5.2 |
| 1999 | 2025-06-30T13:57:55.946Z | Compiling sec1 v0.7.3 |
| 2000 | 2025-06-30T13:57:55.979Z | Compiling group v0.13.0 |
| 2001 | 2025-06-30T13:57:56.680Z | Compiling num-iter v0.1.45 |
| 2002 | 2025-06-30T13:57:59.342Z | Compiling rustls-webpki v0.102.8 |
| 2003 | 2025-06-30T13:57:59.515Z | Compiling rand v0.8.5 |
| 2004 | 2025-06-30T13:58:00.547Z | Compiling tokio-native-tls v0.3.1 |
| 2005 | 2025-06-30T13:58:01.216Z | Compiling darling_macro v0.20.10 |
| 2006 | 2025-06-30T13:58:01.276Z | Compiling flate2 v1.1.2 |
| 2007 | 2025-06-30T13:58:02.123Z | Compiling strum_macros v0.25.3 |
| 2008 | 2025-06-30T13:58:02.238Z | Compiling rustls-native-certs v0.8.1 |
| 2009 | 2025-06-30T13:58:03.289Z | Compiling webpki-roots v1.0.0 |
| 2010 | 2025-06-30T13:58:04.150Z | Compiling hkdf v0.12.4 |
| 2011 | 2025-06-30T13:58:04.335Z | Compiling enum-as-inner v0.6.1 |
| 2012 | 2025-06-30T13:58:04.432Z | Compiling clap_derive v4.5.40 |
| 2013 | 2025-06-30T13:58:04.637Z | Compiling terminal_size v0.4.0 |
| 2014 | 2025-06-30T13:58:04.664Z | Compiling serde_urlencoded v0.7.1 |
| 2015 | 2025-06-30T13:58:04.904Z | Compiling crypto-bigint v0.5.5 |
| 2016 | 2025-06-30T13:58:05.121Z | Compiling serde_repr v0.1.19 |
| 2017 | 2025-06-30T13:58:05.358Z | Compiling clap_lex v0.7.4 |
| 2018 | 2025-06-30T13:58:05.954Z | Compiling bitflags v1.3.2 |
| 2019 | 2025-06-30T13:58:06.098Z | Compiling managed v0.8.0 |
| 2020 | 2025-06-30T13:58:06.123Z | Compiling iri-string v0.7.8 |
| 2021 | 2025-06-30T13:58:07.252Z | Compiling tokio-rustls v0.26.0 |
| 2022 | 2025-06-30T13:58:07.943Z | Compiling bumpalo v3.16.0 |
| 2023 | 2025-06-30T13:58:08.378Z | Compiling simd-adler32 v0.3.7 |
| 2024 | 2025-06-30T13:58:08.885Z | Compiling lockfree-object-pool v0.1.6 |
| 2025 | 2025-06-30T13:58:09.185Z | Compiling unicode-width v0.2.0 |
| 2026 | 2025-06-30T13:58:09.777Z | Compiling console v0.15.10 |
| 2027 | 2025-06-30T13:58:10.019Z | Compiling tower-http v0.6.6 |
| 2028 | 2025-06-30T13:58:10.954Z | Compiling zopfli v0.8.1 |
| 2029 | 2025-06-30T13:58:12.159Z | Compiling elliptic-curve v0.13.8 |
| 2030 | 2025-06-30T13:58:12.583Z | Compiling hyper-rustls v0.27.7 |
| 2031 | 2025-06-30T13:58:13.204Z | Compiling clap_builder v4.5.40 |
| 2032 | 2025-06-30T13:58:14.475Z | Compiling oxnet v0.1.2 |
| 2033 | 2025-06-30T13:58:14.500Z | Compiling hyper-tls v0.6.0 |
| 2034 | 2025-06-30T13:58:15.506Z | Compiling darling v0.20.10 |
| 2035 | 2025-06-30T13:58:16.194Z | Compiling zstd v0.13.3 |
| 2036 | 2025-06-30T13:58:16.714Z | Compiling signal-hook-mio v0.2.4 |
| 2037 | 2025-06-30T13:58:16.836Z | Compiling rayon v1.10.0 |
| 2038 | 2025-06-30T13:58:17.016Z | Compiling cookie_store v0.21.1 |
| 2039 | 2025-06-30T13:58:17.854Z | Compiling postgres-types v0.2.9 |
| 2040 | 2025-06-30T13:58:18.302Z | Compiling phf v0.11.2 |
| 2041 | 2025-06-30T13:58:18.972Z | Compiling hubpack v0.1.2 |
| 2042 | 2025-06-30T13:58:19.028Z | Compiling ed25519 v2.2.3 |
| 2043 | 2025-06-30T13:58:19.438Z | Compiling bzip2 v0.5.2 |
| 2044 | 2025-06-30T13:58:19.503Z | Compiling bzip2 v0.4.4 |
| 2045 | 2025-06-30T13:58:19.960Z | Compiling pkcs1 v0.7.5 |
| 2046 | 2025-06-30T13:58:21.461Z | Compiling rfc6979 v0.4.0 |
| 2047 | 2025-06-30T13:58:21.488Z | Compiling float-cmp v0.10.0 |
| 2048 | 2025-06-30T13:58:21.712Z | Compiling serde-big-array v0.5.1 |
| 2049 | 2025-06-30T13:58:21.783Z | Compiling bstr v1.10.0 |
| 2050 | 2025-06-30T13:58:21.983Z | Compiling regress v0.10.3 |
| 2051 | 2025-06-30T13:58:22.009Z | Compiling memmap v0.7.0 |
| 2052 | 2025-06-30T13:58:22.357Z | Compiling static_assertions v1.1.0 |
| 2053 | 2025-06-30T13:58:22.505Z | Compiling number_prefix v0.4.0 |
| 2054 | 2025-06-30T13:58:22.756Z | Compiling predicates-core v1.0.8 |
| 2055 | 2025-06-30T13:58:23.336Z | Compiling toml_write v0.1.2 |
| 2056 | 2025-06-30T13:58:23.531Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2025-06-30T13:58:23.733Z | Compiling normalize-line-endings v0.3.0 |
| 2058 | 2025-06-30T13:58:23.890Z | Compiling precomputed-hash v0.1.1 |
| 2059 | 2025-06-30T13:58:24.040Z | Compiling fixedbitset v0.4.2 |
| 2060 | 2025-06-30T13:58:24.471Z | Compiling data-encoding v2.9.0 |
| 2061 | 2025-06-30T13:58:24.834Z | Compiling winnow v0.7.10 |
| 2062 | 2025-06-30T13:58:25.007Z | Compiling difflib v0.4.0 |
| 2063 | 2025-06-30T13:58:25.435Z | Compiling whoami v1.6.0 |
| 2064 | 2025-06-30T13:58:25.859Z | Compiling new_debug_unreachable v1.0.6 |
| 2065 | 2025-06-30T13:58:25.960Z | Compiling tokio-postgres v0.7.13 |
| 2066 | 2025-06-30T13:58:25.985Z | Compiling string_cache v0.8.9 |
| 2067 | 2025-06-30T13:58:26.141Z | Compiling predicates v3.1.3 |
| 2068 | 2025-06-30T13:58:26.205Z | Compiling typify-impl v0.3.0 |
| 2069 | 2025-06-30T13:58:26.455Z | Compiling hickory-proto v0.25.2 |
| 2070 | 2025-06-30T13:58:27.454Z | Compiling reqwest v0.12.20 |
| 2071 | 2025-06-30T13:58:28.355Z | Compiling toml_edit v0.22.27 |
| 2072 | 2025-06-30T13:58:30.907Z | Compiling petgraph v0.6.5 |
| 2073 | 2025-06-30T13:58:34.628Z | Compiling similar v2.7.0 |
| 2074 | 2025-06-30T13:58:34.787Z | Compiling indicatif v0.17.11 |
| 2075 | 2025-06-30T13:58:35.120Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2076 | 2025-06-30T13:58:35.491Z | Compiling usdt v0.5.0 |
| 2077 | 2025-06-30T13:58:35.972Z | Compiling ecdsa v0.16.9 |
| 2078 | 2025-06-30T13:58:36.932Z | Compiling rsa v0.9.6 |
| 2079 | 2025-06-30T13:58:37.420Z | Compiling zip v4.2.0 |
| 2080 | 2025-06-30T13:58:37.544Z | Compiling zip v0.6.6 |
| 2081 | 2025-06-30T13:58:38.548Z | Compiling ed25519-dalek v2.1.1 |
| 2082 | 2025-06-30T13:58:39.561Z | Compiling clap v4.5.40 |
| 2083 | 2025-06-30T13:58:39.639Z | Compiling crossterm v0.28.1 |
| 2084 | 2025-06-30T13:58:39.682Z | Compiling daft v0.1.3 |
| 2085 | 2025-06-30T13:58:39.870Z | Compiling strum v0.26.3 |
| 2086 | 2025-06-30T13:58:40.118Z | Compiling tokio-stream v0.1.17 |
| 2087 | 2025-06-30T13:58:40.276Z | Compiling toml v0.7.8 |
| 2088 | 2025-06-30T13:58:41.205Z | Compiling x509-cert v0.2.5 |
| 2089 | 2025-06-30T13:58:42.777Z | Compiling sha1 v0.10.6 |
| 2090 | 2025-06-30T13:58:43.250Z | Compiling itertools v0.10.5 |
| 2091 | 2025-06-30T13:58:43.489Z | Compiling winnow v0.6.26 |
| 2092 | 2025-06-30T13:58:45.987Z | Compiling rustix v1.0.7 |
| 2093 | 2025-06-30T13:58:46.122Z | Compiling unicode-xid v0.2.6 |
| 2094 | 2025-06-30T13:58:46.460Z | Compiling peg-runtime v0.8.5 |
| 2095 | 2025-06-30T13:58:47.094Z | Compiling lalrpop-util v0.19.12 |
| 2096 | 2025-06-30T13:58:47.622Z | Compiling rustc-hash v2.1.1 |
| 2097 | 2025-06-30T13:58:47.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2098 | 2025-06-30T13:58:49.162Z | Compiling typify-macro v0.3.0 |
| 2099 | 2025-06-30T13:58:58.077Z | Compiling camino v1.1.10 |
| 2100 | 2025-06-30T13:59:00.907Z | Compiling proc-macro-crate v1.3.1 |
| 2101 | 2025-06-30T13:59:01.309Z | Compiling macaddr v1.0.1 |
| 2102 | 2025-06-30T13:59:02.446Z | Compiling itertools v0.13.0 |
| 2103 | 2025-06-30T13:59:03.528Z | Compiling heapless v0.8.0 |
| 2104 | 2025-06-30T13:59:04.005Z | Compiling fastrand v2.1.1 |
| 2105 | 2025-06-30T13:59:05.521Z | Compiling ingot-macros v0.1.0 |
| 2106 | 2025-06-30T13:59:06.291Z | Compiling tempfile v3.20.0 |
| 2107 | 2025-06-30T13:59:09.854Z | Compiling num_enum_derive v0.5.11 |
| 2108 | 2025-06-30T13:59:12.640Z | Compiling structmeta-derive v0.3.0 |
| 2109 | 2025-06-30T13:59:12.841Z | Compiling hash32 v0.3.1 |
| 2110 | 2025-06-30T13:59:13.153Z | Compiling smoltcp v0.11.0 |
| 2111 | 2025-06-30T13:59:15.646Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2112 | 2025-06-30T13:59:19.154Z | Compiling structmeta v0.3.0 |
| 2113 | 2025-06-30T13:59:21.717Z | Compiling num_enum v0.5.11 |
| 2114 | 2025-06-30T13:59:24.178Z | Compiling ingot-types v0.1.0 |
| 2115 | 2025-06-30T13:59:26.243Z | Compiling typify v0.3.0 |
| 2116 | 2025-06-30T13:59:30.877Z | Compiling dirs-sys-next v0.1.2 |
| 2117 | 2025-06-30T13:59:31.107Z | Compiling proc-macro-error-attr v1.0.4 |
| 2118 | 2025-06-30T13:59:31.492Z | Compiling rustls v0.22.4 |
| 2119 | 2025-06-30T13:59:31.773Z | Compiling cobs v0.2.3 |
| 2120 | 2025-06-30T13:59:31.994Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2121 | 2025-06-30T13:59:33.056Z | Compiling unsafe-libyaml v0.2.11 |
| 2122 | 2025-06-30T13:59:34.522Z | Compiling serde_yaml v0.9.34+deprecated |
| 2123 | 2025-06-30T13:59:37.503Z | Compiling postcard v1.0.10 |
| 2124 | 2025-06-30T13:59:39.596Z | Compiling dirs-next v2.0.0 |
| 2125 | 2025-06-30T13:59:43.339Z | Compiling progenitor-impl v0.9.1 |
| 2126 | 2025-06-30T13:59:47.219Z | Compiling ingot v0.1.0 |
| 2127 | 2025-06-30T13:59:47.942Z | Compiling toml v0.8.23 |
| 2128 | 2025-06-30T13:59:51.702Z | Compiling futures-executor v0.3.31 |
| 2129 | 2025-06-30T13:59:52.617Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2130 | 2025-06-30T13:59:52.834Z | Compiling hex v0.4.3 |
| 2131 | 2025-06-30T13:59:52.961Z | Compiling foreign-types-macros v0.2.3 |
| 2132 | 2025-06-30T13:59:53.546Z | Compiling thread_local v1.1.8 |
| 2133 | 2025-06-30T13:59:53.571Z | Compiling wait-timeout v0.2.0 |
| 2134 | 2025-06-30T13:59:54.053Z | Compiling proc-macro-error v1.0.4 |
| 2135 | 2025-06-30T13:59:54.172Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2136 | 2025-06-30T13:59:54.254Z | Compiling multer v3.1.0 |
| 2137 | 2025-06-30T13:59:54.367Z | Compiling slog-async v2.8.0 |
| 2138 | 2025-06-30T13:59:54.568Z | Compiling unicode-width v0.1.14 |
| 2139 | 2025-06-30T13:59:54.795Z | Compiling foreign-types-shared v0.3.1 |
| 2140 | 2025-06-30T13:59:54.910Z | Compiling match_cfg v0.1.0 |
| 2141 | 2025-06-30T13:59:54.964Z | Compiling ref-cast v1.0.24 |
| 2142 | 2025-06-30T13:59:55.065Z | Compiling quick-error v1.2.3 |
| 2143 | 2025-06-30T13:59:55.169Z | Compiling bit-vec v0.8.0 |
| 2144 | 2025-06-30T13:59:55.294Z | Compiling rusty-fork v0.3.0 |
| 2145 | 2025-06-30T13:59:55.374Z | Compiling hostname v0.3.1 |
| 2146 | 2025-06-30T13:59:55.501Z | Compiling tabwriter v1.4.0 |
| 2147 | 2025-06-30T13:59:55.669Z | Compiling bit-set v0.8.0 |
| 2148 | 2025-06-30T13:59:55.718Z | Compiling foreign-types v0.5.0 |
| 2149 | 2025-06-30T13:59:56.035Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2150 | 2025-06-30T13:59:56.060Z | Compiling futures v0.3.31 |
| 2151 | 2025-06-30T13:59:56.155Z | Compiling progenitor-macro v0.9.1 |
| 2152 | 2025-06-30T13:59:56.244Z | Compiling term v0.7.0 |
| 2153 | 2025-06-30T13:59:59.597Z | Compiling progenitor-client v0.9.1 |
| 2154 | 2025-06-30T13:59:59.712Z | Compiling slog-json v2.6.1 |
| 2155 | 2025-06-30T14:00:00.158Z | Compiling rand_xorshift v0.4.0 |
| 2156 | 2025-06-30T14:00:00.239Z | Compiling crossbeam-channel v0.5.15 |
| 2157 | 2025-06-30T14:00:00.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2158 | 2025-06-30T14:00:00.507Z | Compiling ref-cast-impl v1.0.24 |
| 2159 | 2025-06-30T14:00:01.130Z | Compiling async-stream-impl v0.3.6 |
| 2160 | 2025-06-30T14:00:01.441Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2161 | 2025-06-30T14:00:01.656Z | Compiling cstr-argument v0.1.2 |
| 2162 | 2025-06-30T14:00:01.949Z | Compiling is-terminal v0.4.13 |
| 2163 | 2025-06-30T14:00:02.151Z | Compiling dropshot v0.16.2 |
| 2164 | 2025-06-30T14:00:02.176Z | Compiling unarray v0.1.4 |
| 2165 | 2025-06-30T14:00:02.176Z | Compiling pretty-hex v0.2.1 |
| 2166 | 2025-06-30T14:00:02.462Z | Compiling take_mut v0.2.2 |
| 2167 | 2025-06-30T14:00:02.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2168 | 2025-06-30T14:00:02.521Z | Compiling crucible-workspace-hack v0.1.0 |
| 2169 | 2025-06-30T14:00:02.742Z | Compiling typeid v1.0.3 |
| 2170 | 2025-06-30T14:00:02.948Z | Compiling tokio-rustls v0.25.0 |
| 2171 | 2025-06-30T14:00:03.412Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2172 | 2025-06-30T14:00:03.460Z | Compiling proptest v1.7.0 |
| 2173 | 2025-06-30T14:00:04.854Z | Compiling async-stream v0.3.6 |
| 2174 | 2025-06-30T14:00:05.251Z | Compiling slog-term v2.9.1 |
| 2175 | 2025-06-30T14:00:05.276Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2176 | 2025-06-30T14:00:05.589Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2177 | 2025-06-30T14:00:05.799Z | Compiling slog-bunyan v2.5.0 |
| 2178 | 2025-06-30T14:00:06.253Z | Compiling progenitor v0.9.1 |
| 2179 | 2025-06-30T14:00:06.479Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2180 | 2025-06-30T14:00:06.621Z | Compiling test-strategy v0.4.1 |
| 2181 | 2025-06-30T14:00:06.701Z | Compiling parse-display-derive v0.10.0 |
| 2182 | 2025-06-30T14:00:07.474Z | Compiling serde_with_macros v3.12.0 |
| 2183 | 2025-06-30T14:00:08.549Z | Compiling colored v2.2.0 |
| 2184 | 2025-06-30T14:00:09.267Z | Compiling waitgroup v0.1.2 |
| 2185 | 2025-06-30T14:00:09.521Z | Compiling rustls-pemfile v2.2.0 |
| 2186 | 2025-06-30T14:00:09.547Z | Compiling dropshot_endpoint v0.16.2 |
| 2187 | 2025-06-30T14:00:09.800Z | Compiling serde_path_to_error v0.1.17 |
| 2188 | 2025-06-30T14:00:09.916Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2189 | 2025-06-30T14:00:10.017Z | Compiling derive-where v1.5.0 |
| 2190 | 2025-06-30T14:00:10.621Z | Compiling hostname v0.4.0 |
| 2191 | 2025-06-30T14:00:10.806Z | Compiling instant v0.1.13 |
| 2192 | 2025-06-30T14:00:10.915Z | Compiling debug-ignore v1.0.5 |
| 2193 | 2025-06-30T14:00:11.005Z | Compiling backoff v0.4.0 |
| 2194 | 2025-06-30T14:00:11.122Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2195 | 2025-06-30T14:00:11.367Z | Compiling parse-display v0.10.0 |
| 2196 | 2025-06-30T14:00:11.391Z | Compiling serde_with v3.12.0 |
| 2197 | 2025-06-30T14:00:12.599Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2198 | 2025-06-30T14:00:13.004Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2199 | 2025-06-30T14:00:15.435Z | Compiling zone_cfg_derive v0.3.0 |
| 2200 | 2025-06-30T14:00:16.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2201 | 2025-06-30T14:00:16.523Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2202 | 2025-06-30T14:00:17.134Z | Compiling iddqd v0.3.8 |
| 2203 | 2025-06-30T14:00:17.809Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2204 | 2025-06-30T14:00:21.135Z | Compiling camino-tempfile v1.4.1 |
| 2205 | 2025-06-30T14:00:21.160Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2206 | 2025-06-30T14:00:21.600Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2207 | 2025-06-30T14:00:21.661Z | Compiling progenitor-client v0.10.0 |
| 2208 | 2025-06-30T14:00:21.761Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2209 | 2025-06-30T14:00:21.906Z | Compiling num-derive v0.4.2 |
| 2210 | 2025-06-30T14:00:22.536Z | Compiling sigpipe v0.1.3 |
| 2211 | 2025-06-30T14:00:22.571Z | Compiling jiff v0.2.15 |
| 2212 | 2025-06-30T14:00:23.658Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2213 | 2025-06-30T14:00:23.946Z | Compiling libefi-sys v0.1.0 |
| 2214 | 2025-06-30T14:00:24.291Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2215 | 2025-06-30T14:00:24.549Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2216 | 2025-06-30T14:00:24.596Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2217 | 2025-06-30T14:00:25.166Z | Compiling erased-serde v0.4.6 |
| 2218 | 2025-06-30T14:00:25.757Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2219 | 2025-06-30T14:00:26.603Z | Compiling zone v0.3.1 |
| 2220 | 2025-06-30T14:00:28.828Z | Compiling itertools v0.14.0 |
| 2221 | 2025-06-30T14:00:29.816Z | Compiling smf v0.2.3 |
| 2222 | 2025-06-30T14:00:30.030Z | Compiling bitfield-struct v0.6.2 |
| 2223 | 2025-06-30T14:00:31.205Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2224 | 2025-06-30T14:00:31.599Z | Compiling ordered-float v2.10.1 |
| 2225 | 2025-06-30T14:00:32.237Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2226 | 2025-06-30T14:00:32.308Z | Compiling blake3 v1.5.4 |
| 2227 | 2025-06-30T14:00:32.444Z | Compiling serde-value v0.7.0 |
| 2228 | 2025-06-30T14:00:32.766Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2229 | 2025-06-30T14:00:32.880Z | Compiling serde-untagged v0.1.7 |
| 2230 | 2025-06-30T14:00:33.572Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2231 | 2025-06-30T14:00:33.802Z | Compiling xattr v1.3.1 |
| 2232 | 2025-06-30T14:00:34.018Z | Compiling filetime v0.2.25 |
| 2233 | 2025-06-30T14:00:34.050Z | Compiling memmap2 v0.9.5 |
| 2234 | 2025-06-30T14:00:34.213Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2235 | 2025-06-30T14:00:34.372Z | Compiling arrayref v0.3.9 |
| 2236 | 2025-06-30T14:00:34.404Z | Compiling same-file v1.0.6 |
| 2237 | 2025-06-30T14:00:34.518Z | Compiling arrayvec v0.7.6 |
| 2238 | 2025-06-30T14:00:34.649Z | Compiling constant_time_eq v0.3.1 |
| 2239 | 2025-06-30T14:00:34.731Z | Compiling walkdir v2.5.0 |
| 2240 | 2025-06-30T14:00:34.759Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2241 | 2025-06-30T14:00:34.875Z | Compiling tar v0.4.44 |
| 2242 | 2025-06-30T14:00:36.280Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2243 | 2025-06-30T14:00:36.365Z | Compiling cargo-util-schemas v0.2.0 |
| 2244 | 2025-06-30T14:00:36.715Z | Compiling tokio-dtrace v0.1.0 |
| 2245 | 2025-06-30T14:00:37.233Z | Compiling gethostname v0.5.0 |
| 2246 | 2025-06-30T14:00:37.259Z | Compiling cargo-platform v0.2.0 |
| 2247 | 2025-06-30T14:00:37.383Z | Compiling topological-sort v0.2.2 |
| 2248 | 2025-06-30T14:00:37.483Z | Compiling fixedbitset v0.5.7 |
| 2249 | 2025-06-30T14:00:37.702Z | Compiling omicron-zone-package v0.12.2 |
| 2250 | 2025-06-30T14:00:38.732Z | Compiling petgraph v0.8.2 |
| 2251 | 2025-06-30T14:00:40.499Z | Compiling cargo_metadata v0.20.0 |
| 2252 | 2025-06-30T14:00:41.731Z | Compiling oxide-tokio-rt v0.1.1 |
| 2253 | 2025-06-30T14:00:42.016Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2254 | 2025-06-30T14:00:42.377Z | Compiling shell-words v1.1.0 |
| 2255 | 2025-06-30T14:00:42.435Z | Compiling indent_write v2.2.0 |
| 2256 | 2025-06-30T14:00:44.566Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2257 | 2025-06-30T14:00:47.077Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2258 | 2025-06-30T14:00:49.550Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2259 | 2025-06-30T14:01:12.137Z | Finished `release` profile [optimized] target(s) in 5m 31s |
| 2260 | 2025-06-30T14:01:12.330Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2261 | 2025-06-30T14:01:12.425Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2262 | 2025-06-30T14:01:12.450Z | Created new build target 'test' and set it as active |
| 2263 | 2025-06-30T14:01:12.450Z | |
| 2264 | 2025-06-30T14:01:12.450Z | real 5:31.850577293 |
| 2265 | 2025-06-30T14:01:12.450Z | user 37:08.512792047 |
| 2266 | 2025-06-30T14:01:12.450Z | sys 4:19.419815088 |
| 2267 | 2025-06-30T14:01:12.450Z | trap 1.680575138 |
| 2268 | 2025-06-30T14:01:12.450Z | tflt 1.159812746 |
| 2269 | 2025-06-30T14:01:12.450Z | dflt 0.895188548 |
| 2270 | 2025-06-30T14:01:12.450Z | kflt 0.000598286 |
| 2271 | 2025-06-30T14:01:12.450Z | lock 1:11:17.078524070 |
| 2272 | 2025-06-30T14:01:12.450Z | slp 2:33:13.481554157 |
| 2273 | 2025-06-30T14:01:12.450Z | lat 2:44.467393041 |
| 2274 | 2025-06-30T14:01:12.450Z | stop 5:13.562094348 |
| 2275 | 2025-06-30T14:01:12.450Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2276 | 2025-06-30T14:01:14.233Z | Finished `release` profile [optimized] target(s) in 1.71s |
| 2277 | 2025-06-30T14:01:14.317Z | Running `target/release/omicron-package -t test package` |
| 2278 | 2025-06-30T14:01:14.391Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2279 | 2025-06-30T14:01:17.168Z | Compiling typify-impl v0.4.1 |
| 2280 | 2025-06-30T14:01:17.270Z | Compiling convert_case v0.4.0 |
| 2281 | 2025-06-30T14:01:17.270Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2282 | 2025-06-30T14:01:17.295Z | Compiling num-rational v0.4.2 |
| 2283 | 2025-06-30T14:01:17.295Z | Compiling num-complex v0.4.6 |
| 2284 | 2025-06-30T14:01:17.321Z | Compiling dirs-sys-next v0.1.2 |
| 2285 | 2025-06-30T14:01:17.401Z | Compiling half v2.4.1 |
| 2286 | 2025-06-30T14:01:17.647Z | Compiling ciborium-io v0.2.2 |
| 2287 | 2025-06-30T14:01:17.832Z | Compiling dirs-next v2.0.0 |
| 2288 | 2025-06-30T14:01:17.960Z | Compiling float-ord v0.3.2 |
| 2289 | 2025-06-30T14:01:18.010Z | Compiling derive_more v0.99.20 |
| 2290 | 2025-06-30T14:01:18.089Z | Compiling ciborium-ll v0.2.2 |
| 2291 | 2025-06-30T14:01:18.175Z | Compiling term v0.7.0 |
| 2292 | 2025-06-30T14:01:18.232Z | Compiling is-terminal v0.4.13 |
| 2293 | 2025-06-30T14:01:18.438Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2294 | 2025-06-30T14:01:18.686Z | Compiling num v0.4.3 |
| 2295 | 2025-06-30T14:01:18.793Z | Compiling ciborium v0.2.2 |
| 2296 | 2025-06-30T14:01:18.843Z | Compiling secrecy v0.10.3 |
| 2297 | 2025-06-30T14:01:19.141Z | Compiling camino v1.1.10 |
| 2298 | 2025-06-30T14:01:19.172Z | Compiling password-hash v0.5.0 |
| 2299 | 2025-06-30T14:01:19.282Z | Compiling blake2 v0.10.6 |
| 2300 | 2025-06-30T14:01:19.665Z | Compiling base64 v0.21.7 |
| 2301 | 2025-06-30T14:01:20.041Z | Compiling argon2 v0.5.3 |
| 2302 | 2025-06-30T14:01:20.363Z | Compiling atomicwrites v0.4.4 |
| 2303 | 2025-06-30T14:01:20.791Z | Compiling rustix v1.0.7 |
| 2304 | 2025-06-30T14:01:20.853Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2305 | 2025-06-30T14:01:20.942Z | Compiling newline-converter v0.3.0 |
| 2306 | 2025-06-30T14:01:21.213Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2307 | 2025-06-30T14:01:21.283Z | Compiling fastrand v2.1.1 |
| 2308 | 2025-06-30T14:01:21.494Z | Compiling expectorate v1.2.0 |
| 2309 | 2025-06-30T14:01:21.614Z | Compiling rustls v0.22.4 |
| 2310 | 2025-06-30T14:01:21.657Z | Compiling thread_local v1.1.8 |
| 2311 | 2025-06-30T14:01:21.792Z | Compiling wait-timeout v0.2.0 |
| 2312 | 2025-06-30T14:01:21.919Z | Compiling match_cfg v0.1.0 |
| 2313 | 2025-06-30T14:01:22.062Z | Compiling quick-error v1.2.3 |
| 2314 | 2025-06-30T14:01:22.129Z | Compiling bit-vec v0.8.0 |
| 2315 | 2025-06-30T14:01:22.258Z | Compiling hostname v0.3.1 |
| 2316 | 2025-06-30T14:01:22.540Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2317 | 2025-06-30T14:01:22.689Z | Compiling bit-set v0.8.0 |
| 2318 | 2025-06-30T14:01:22.933Z | Compiling tempfile v3.20.0 |
| 2319 | 2025-06-30T14:01:23.053Z | Compiling ref-cast v1.0.24 |
| 2320 | 2025-06-30T14:01:23.172Z | Compiling multer v3.1.0 |
| 2321 | 2025-06-30T14:01:23.203Z | Compiling slog-async v2.8.0 |
| 2322 | 2025-06-30T14:01:23.271Z | Compiling progenitor-client v0.9.1 |
| 2323 | 2025-06-30T14:01:23.307Z | Compiling slog-json v2.6.1 |
| 2324 | 2025-06-30T14:01:23.485Z | Compiling rusty-fork v0.3.0 |
| 2325 | 2025-06-30T14:01:23.729Z | Compiling crossbeam-channel v0.5.15 |
| 2326 | 2025-06-30T14:01:23.762Z | Compiling rand_xorshift v0.4.0 |
| 2327 | 2025-06-30T14:01:23.866Z | Compiling futures-executor v0.3.31 |
| 2328 | 2025-06-30T14:01:24.078Z | Compiling hex v0.4.3 |
| 2329 | 2025-06-30T14:01:24.117Z | Compiling take_mut v0.2.2 |
| 2330 | 2025-06-30T14:01:24.335Z | Compiling unarray v0.1.4 |
| 2331 | 2025-06-30T14:01:24.374Z | Compiling futures v0.3.31 |
| 2332 | 2025-06-30T14:01:24.530Z | Compiling progenitor v0.9.1 |
| 2333 | 2025-06-30T14:01:24.650Z | Compiling proptest v1.7.0 |
| 2334 | 2025-06-30T14:01:24.755Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2335 | 2025-06-30T14:01:24.821Z | Compiling slog-bunyan v2.5.0 |
| 2336 | 2025-06-30T14:01:25.294Z | Compiling slog-term v2.9.1 |
| 2337 | 2025-06-30T14:01:25.789Z | Compiling async-stream v0.3.6 |
| 2338 | 2025-06-30T14:01:25.867Z | Compiling dropshot v0.16.2 |
| 2339 | 2025-06-30T14:01:25.957Z | Compiling toml v0.8.23 |
| 2340 | 2025-06-30T14:01:26.099Z | Compiling waitgroup v0.1.2 |
| 2341 | 2025-06-30T14:01:26.258Z | Compiling rustls-pemfile v2.2.0 |
| 2342 | 2025-06-30T14:01:26.345Z | Compiling serde_path_to_error v0.1.17 |
| 2343 | 2025-06-30T14:01:26.622Z | Compiling hostname v0.4.0 |
| 2344 | 2025-06-30T14:01:26.878Z | Compiling instant v0.1.13 |
| 2345 | 2025-06-30T14:01:27.087Z | Compiling tokio-rustls v0.25.0 |
| 2346 | 2025-06-30T14:01:27.142Z | Compiling debug-ignore v1.0.5 |
| 2347 | 2025-06-30T14:01:27.205Z | Compiling typify-macro v0.4.1 |
| 2348 | 2025-06-30T14:01:27.308Z | Compiling backoff v0.4.0 |
| 2349 | 2025-06-30T14:01:27.363Z | Compiling iddqd v0.3.8 |
| 2350 | 2025-06-30T14:01:27.768Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2351 | 2025-06-30T14:01:29.409Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2352 | 2025-06-30T14:01:29.783Z | Compiling parse-display v0.10.0 |
| 2353 | 2025-06-30T14:01:30.273Z | Compiling typify v0.4.1 |
| 2354 | 2025-06-30T14:01:30.460Z | Compiling progenitor-impl v0.10.0 |
| 2355 | 2025-06-30T14:01:31.106Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2356 | 2025-06-30T14:01:32.052Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2357 | 2025-06-30T14:01:32.114Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2358 | 2025-06-30T14:01:32.297Z | Compiling serde_with v3.12.0 |
| 2359 | 2025-06-30T14:01:32.505Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2360 | 2025-06-30T14:01:33.143Z | Compiling progenitor-client v0.10.0 |
| 2361 | 2025-06-30T14:01:34.169Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2362 | 2025-06-30T14:01:35.244Z | Compiling macaddr v1.0.1 |
| 2363 | 2025-06-30T14:01:35.653Z | Compiling progenitor-macro v0.10.0 |
| 2364 | 2025-06-30T14:01:35.699Z | Compiling utf-8 v0.7.6 |
| 2365 | 2025-06-30T14:01:36.003Z | Compiling owo-colors v4.2.2 |
| 2366 | 2025-06-30T14:01:36.057Z | Compiling cancel-safe-futures v0.1.5 |
| 2367 | 2025-06-30T14:01:36.134Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2368 | 2025-06-30T14:01:36.276Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2369 | 2025-06-30T14:01:36.541Z | Compiling libsw-core v0.3.1 |
| 2370 | 2025-06-30T14:01:36.910Z | Compiling libsw v3.5.0 |
| 2371 | 2025-06-30T14:01:38.196Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2372 | 2025-06-30T14:01:38.229Z | Compiling keccak v0.1.5 |
| 2373 | 2025-06-30T14:01:39.321Z | Compiling linear-map v1.2.0 |
| 2374 | 2025-06-30T14:01:39.551Z | Compiling swrite v0.1.0 |
| 2375 | 2025-06-30T14:01:39.750Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2376 | 2025-06-30T14:01:39.782Z | Compiling sha3 v0.10.8 |
| 2377 | 2025-06-30T14:01:40.650Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2378 | 2025-06-30T14:01:46.262Z | Compiling progenitor v0.10.0 |
| 2379 | 2025-06-30T14:01:46.605Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2380 | 2025-06-30T14:01:46.640Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2381 | 2025-06-30T14:01:46.961Z | Compiling prettyplease v0.2.35 |
| 2382 | 2025-06-30T14:01:50.175Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2383 | 2025-06-30T14:01:53.027Z | Compiling tungstenite v0.21.0 |
| 2384 | 2025-06-30T14:01:53.359Z | Compiling highway v1.3.0 |
| 2385 | 2025-06-30T14:01:54.847Z | Compiling tokio-tungstenite v0.21.0 |
| 2386 | 2025-06-30T14:01:55.553Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2387 | 2025-06-30T14:01:58.042Z | Compiling semver v0.1.20 |
| 2388 | 2025-06-30T14:01:58.551Z | Compiling resolv-conf v0.7.0 |
| 2389 | 2025-06-30T14:01:58.789Z | Compiling rustc_version v0.1.7 |
| 2390 | 2025-06-30T14:01:59.217Z | Compiling newtype_derive v0.1.6 |
| 2391 | 2025-06-30T14:01:59.607Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2392 | 2025-06-30T14:02:00.045Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2393 | 2025-06-30T14:02:02.330Z | Compiling universal-hash v0.5.1 |
| 2394 | 2025-06-30T14:02:02.595Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2395 | 2025-06-30T14:02:03.338Z | Compiling opaque-debug v0.3.1 |
| 2396 | 2025-06-30T14:02:03.489Z | Compiling poly1305 v0.8.0 |
| 2397 | 2025-06-30T14:02:03.819Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2398 | 2025-06-30T14:02:04.641Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2025-06-30T14:02:04.712Z | Compiling thiserror-no-std v2.0.2 |
| 2400 | 2025-06-30T14:02:04.776Z | Compiling chacha20 v0.9.1 |
| 2401 | 2025-06-30T14:02:04.894Z | Compiling aead v0.5.2 |
| 2402 | 2025-06-30T14:02:04.955Z | Compiling humantime v2.2.0 |
| 2403 | 2025-06-30T14:02:05.313Z | Compiling linked-hash-map v0.5.6 |
| 2404 | 2025-06-30T14:02:05.364Z | Compiling chacha20poly1305 v0.10.1 |
| 2405 | 2025-06-30T14:02:05.744Z | Compiling vsss-rs v3.3.4 |
| 2406 | 2025-06-30T14:02:05.875Z | Compiling lru-cache v0.1.2 |
| 2407 | 2025-06-30T14:02:06.153Z | Compiling steno v0.4.1 |
| 2408 | 2025-06-30T14:02:06.201Z | Compiling hickory-proto v0.24.4 |
| 2409 | 2025-06-30T14:02:06.870Z | Compiling moka v0.12.10 |
| 2410 | 2025-06-30T14:02:07.255Z | Compiling slog-dtrace v0.3.0 |
| 2411 | 2025-06-30T14:02:07.461Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2412 | 2025-06-30T14:02:07.637Z | Compiling tagptr v0.2.0 |
| 2413 | 2025-06-30T14:02:10.057Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2414 | 2025-06-30T14:02:12.007Z | Compiling bytecount v0.6.8 |
| 2415 | 2025-06-30T14:02:13.922Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2416 | 2025-06-30T14:02:17.968Z | Compiling hickory-resolver v0.24.4 |
| 2417 | 2025-06-30T14:02:18.753Z | Compiling hickory-resolver v0.25.2 |
| 2418 | 2025-06-30T14:02:21.459Z | Compiling qorb v0.4.0 |
| 2419 | 2025-06-30T14:02:27.002Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2420 | 2025-06-30T14:02:27.226Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2421 | 2025-06-30T14:02:28.365Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2422 | 2025-06-30T14:02:34.812Z | Compiling itertools v0.13.0 |
| 2423 | 2025-06-30T14:02:35.351Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2424 | 2025-06-30T14:02:38.810Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2425 | 2025-06-30T14:02:38.951Z | Compiling display-error-chain v0.2.2 |
| 2426 | 2025-06-30T14:02:39.342Z | Compiling crunchy v0.2.2 |
| 2427 | 2025-06-30T14:02:39.863Z | Compiling maplit v1.0.2 |
| 2428 | 2025-06-30T14:02:40.059Z | Compiling radium v0.7.0 |
| 2429 | 2025-06-30T14:02:40.774Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2430 | 2025-06-30T14:02:41.000Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2431 | 2025-06-30T14:02:41.169Z | Compiling dsl_auto_type v0.1.2 |
| 2432 | 2025-06-30T14:02:41.502Z | Compiling scheduled-thread-pool v0.2.7 |
| 2433 | 2025-06-30T14:02:42.411Z | Compiling zerocopy-derive v0.6.6 |
| 2434 | 2025-06-30T14:02:42.951Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2435 | 2025-06-30T14:02:43.359Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2436 | 2025-06-30T14:02:43.712Z | Compiling tap v1.0.1 |
| 2437 | 2025-06-30T14:02:43.964Z | Compiling maybe-uninit v2.0.0 |
| 2438 | 2025-06-30T14:02:44.135Z | Compiling tiny-keccak v2.0.2 |
| 2439 | 2025-06-30T14:02:44.159Z | Compiling proc-macro-error2 v2.0.1 |
| 2440 | 2025-06-30T14:02:44.416Z | Compiling zerocopy v0.6.6 |
| 2441 | 2025-06-30T14:02:44.595Z | Compiling wyz v0.5.1 |
| 2442 | 2025-06-30T14:02:44.721Z | Compiling diesel_derives v2.2.3 |
| 2443 | 2025-06-30T14:02:45.038Z | Compiling r2d2 v0.8.10 |
| 2444 | 2025-06-30T14:02:45.620Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2445 | 2025-06-30T14:02:46.038Z | Compiling const_format_proc_macros v0.2.34 |
| 2446 | 2025-06-30T14:02:46.735Z | Compiling bit-vec v0.6.3 |
| 2447 | 2025-06-30T14:02:47.175Z | Compiling packed_struct v0.10.1 |
| 2448 | 2025-06-30T14:02:47.299Z | Compiling funty v2.0.0 |
| 2449 | 2025-06-30T14:02:47.640Z | Compiling crc-catalog v2.4.0 |
| 2450 | 2025-06-30T14:02:47.807Z | Compiling const_format v0.2.34 |
| 2451 | 2025-06-30T14:02:47.886Z | Compiling crc v3.2.1 |
| 2452 | 2025-06-30T14:02:49.113Z | Compiling bitvec v1.0.1 |
| 2453 | 2025-06-30T14:02:49.699Z | Compiling bit-set v0.5.3 |
| 2454 | 2025-06-30T14:02:50.006Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2455 | 2025-06-30T14:02:50.670Z | Compiling tabled_derive v0.10.0 |
| 2456 | 2025-06-30T14:02:52.030Z | Compiling papergrid v0.14.0 |
| 2457 | 2025-06-30T14:02:52.939Z | Compiling ascii-canvas v3.0.0 |
| 2458 | 2025-06-30T14:02:53.426Z | Compiling packed_struct_codegen v0.10.1 |
| 2459 | 2025-06-30T14:02:53.543Z | Compiling num-derive v0.3.3 |
| 2460 | 2025-06-30T14:02:54.072Z | Compiling diesel v2.2.11 |
| 2461 | 2025-06-30T14:02:55.345Z | Compiling ena v0.14.3 |
| 2462 | 2025-06-30T14:02:55.510Z | Compiling indexmap v1.9.3 |
| 2463 | 2025-06-30T14:02:55.815Z | Compiling diff v0.1.13 |
| 2464 | 2025-06-30T14:02:55.846Z | Compiling regex-syntax v0.6.29 |
| 2465 | 2025-06-30T14:02:56.315Z | Compiling bindgen v0.71.1 |
| 2466 | 2025-06-30T14:02:56.773Z | Compiling nodrop v0.1.14 |
| 2467 | 2025-06-30T14:02:56.966Z | Compiling array-init v0.0.4 |
| 2468 | 2025-06-30T14:03:00.517Z | Compiling lalrpop v0.19.12 |
| 2469 | 2025-06-30T14:03:08.614Z | Compiling libscf-sys v1.1.0 |
| 2470 | 2025-06-30T14:03:08.917Z | Compiling tabled v0.18.0 |
| 2471 | 2025-06-30T14:03:11.250Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2472 | 2025-06-30T14:03:15.437Z | Compiling smallvec v0.6.14 |
| 2473 | 2025-06-30T14:03:15.582Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2474 | 2025-06-30T14:03:16.001Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2475 | 2025-06-30T14:03:16.560Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2476 | 2025-06-30T14:03:16.720Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2477 | 2025-06-30T14:03:17.020Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2478 | 2025-06-30T14:03:17.422Z | Compiling bitfield v0.14.0 |
| 2479 | 2025-06-30T14:03:17.659Z | Compiling termcolor v1.4.1 |
| 2480 | 2025-06-30T14:03:17.804Z | Compiling hashbrown v0.12.3 |
| 2481 | 2025-06-30T14:03:18.712Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2482 | 2025-06-30T14:03:19.359Z | Compiling env_logger v0.10.2 |
| 2483 | 2025-06-30T14:03:20.311Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2484 | 2025-06-30T14:03:20.625Z | Compiling polar-core v0.27.3 |
| 2485 | 2025-06-30T14:03:21.727Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2486 | 2025-06-30T14:03:22.195Z | Compiling serde-hex v0.1.0 |
| 2487 | 2025-06-30T14:03:22.237Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2488 | 2025-06-30T14:03:27.016Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2489 | 2025-06-30T14:03:27.432Z | Compiling ron v0.8.1 |
| 2490 | 2025-06-30T14:03:27.650Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2491 | 2025-06-30T14:03:27.944Z | Compiling hashbrown v0.13.2 |
| 2492 | 2025-06-30T14:03:28.205Z | Compiling derive_builder_core v0.20.2 |
| 2493 | 2025-06-30T14:03:28.683Z | Compiling headers-core v0.3.0 |
| 2494 | 2025-06-30T14:03:28.904Z | Compiling phf_generator v0.11.2 |
| 2495 | 2025-06-30T14:03:29.121Z | Compiling libxml v0.3.3 |
| 2496 | 2025-06-30T14:03:29.162Z | Compiling async-recursion v1.1.1 |
| 2497 | 2025-06-30T14:03:29.475Z | Compiling termtree v0.5.1 |
| 2498 | 2025-06-30T14:03:29.768Z | Compiling crc-any v2.5.0 |
| 2499 | 2025-06-30T14:03:29.922Z | Compiling derive_builder_macro v0.20.2 |
| 2500 | 2025-06-30T14:03:30.405Z | Compiling phf_codegen v0.11.2 |
| 2501 | 2025-06-30T14:03:30.608Z | Compiling object v0.30.4 |
| 2502 | 2025-06-30T14:03:30.658Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2503 | 2025-06-30T14:03:30.711Z | Compiling headers v0.4.1 |
| 2504 | 2025-06-30T14:03:31.972Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2505 | 2025-06-30T14:03:32.518Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2506 | 2025-06-30T14:03:34.149Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2507 | 2025-06-30T14:03:35.131Z | Compiling samael v0.0.19 |
| 2508 | 2025-06-30T14:03:41.812Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2509 | 2025-06-30T14:03:41.888Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2510 | 2025-06-30T14:03:42.195Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2511 | 2025-06-30T14:03:44.334Z | Compiling strum_macros v0.24.3 |
| 2512 | 2025-06-30T14:03:45.012Z | Compiling parse-zoneinfo v0.3.1 |
| 2513 | 2025-06-30T14:03:46.158Z | Compiling indoc v1.0.9 |
| 2514 | 2025-06-30T14:03:46.256Z | Compiling crc8 v0.1.1 |
| 2515 | 2025-06-30T14:03:46.582Z | Compiling path-slash v0.1.5 |
| 2516 | 2025-06-30T14:03:46.872Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2517 | 2025-06-30T14:03:46.906Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2518 | 2025-06-30T14:03:46.931Z | Compiling chrono-tz-build v0.4.0 |
| 2519 | 2025-06-30T14:03:47.895Z | Compiling derive_builder v0.20.2 |
| 2520 | 2025-06-30T14:03:48.144Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2521 | 2025-06-30T14:03:48.435Z | Compiling globset v0.4.15 |
| 2522 | 2025-06-30T14:03:49.625Z | Compiling oso-derive v0.27.3 |
| 2523 | 2025-06-30T14:03:50.476Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2524 | 2025-06-30T14:03:51.943Z | Compiling quick-xml v0.37.2 |
| 2525 | 2025-06-30T14:03:54.040Z | Compiling vte_generate_state_changes v0.1.2 |
| 2526 | 2025-06-30T14:03:54.596Z | Compiling arc-swap v1.7.1 |
| 2527 | 2025-06-30T14:03:55.261Z | Compiling slog-scope v4.4.0 |
| 2528 | 2025-06-30T14:03:55.424Z | Compiling vte v0.11.1 |
| 2529 | 2025-06-30T14:03:56.099Z | Compiling chrono-tz v0.10.3 |
| 2530 | 2025-06-30T14:03:56.747Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2531 | 2025-06-30T14:03:56.774Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2532 | 2025-06-30T14:03:58.163Z | Compiling oso v0.27.3 |
| 2533 | 2025-06-30T14:03:59.758Z | Compiling diesel-dtrace v0.4.2 |
| 2534 | 2025-06-30T14:04:00.142Z | Compiling unicase v2.7.0 |
| 2535 | 2025-06-30T14:04:00.478Z | Compiling xshell-macros v0.2.7 |
| 2536 | 2025-06-30T14:04:01.144Z | Compiling xshell v0.2.7 |
| 2537 | 2025-06-30T14:04:01.516Z | Compiling strip-ansi-escapes v0.2.0 |
| 2538 | 2025-06-30T14:04:02.180Z | Compiling slog-stdlog v4.1.1 |
| 2539 | 2025-06-30T14:04:02.959Z | Compiling papergrid v0.11.0 |
| 2540 | 2025-06-30T14:04:03.970Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2541 | 2025-06-30T14:04:04.801Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2542 | 2025-06-30T14:04:05.119Z | Compiling tabled_derive v0.7.0 |
| 2543 | 2025-06-30T14:04:07.076Z | Compiling fd-lock v4.0.2 |
| 2544 | 2025-06-30T14:04:07.403Z | Compiling bb8 v0.8.5 |
| 2545 | 2025-06-30T14:04:08.028Z | Compiling peg-macros v0.8.5 |
| 2546 | 2025-06-30T14:04:10.854Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2547 | 2025-06-30T14:04:12.480Z | Compiling nu-ansi-term v0.50.1 |
| 2548 | 2025-06-30T14:04:13.679Z | Compiling reedline v0.40.0 |
| 2549 | 2025-06-30T14:04:13.985Z | Compiling peg v0.8.5 |
| 2550 | 2025-06-30T14:04:14.148Z | Compiling async-bb8-diesel v0.2.1 |
| 2551 | 2025-06-30T14:04:14.983Z | Compiling tabled v0.15.0 |
| 2552 | 2025-06-30T14:04:15.598Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2553 | 2025-06-30T14:04:20.274Z | Compiling slog-envlogger v2.2.0 |
| 2554 | 2025-06-30T14:04:23.611Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2555 | 2025-06-30T14:04:32.821Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2556 | 2025-06-30T14:04:32.979Z | Compiling typify-impl v0.2.0 |
| 2557 | 2025-06-30T14:04:33.186Z | Compiling pem v3.0.5 |
| 2558 | 2025-06-30T14:04:33.524Z | Compiling bcs v0.1.6 |
| 2559 | 2025-06-30T14:04:34.287Z | Compiling fxhash v0.2.1 |
| 2560 | 2025-06-30T14:04:34.503Z | Compiling libz-sys v1.1.20 |
| 2561 | 2025-06-30T14:04:34.546Z | Compiling half v1.8.3 |
| 2562 | 2025-06-30T14:04:35.233Z | Compiling serde_cbor v0.11.2 |
| 2563 | 2025-06-30T14:04:37.174Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2564 | 2025-06-30T14:04:37.360Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2565 | 2025-06-30T14:04:37.797Z | Compiling kstat-rs v0.2.4 |
| 2566 | 2025-06-30T14:04:38.282Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2567 | 2025-06-30T14:04:39.100Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2568 | 2025-06-30T14:04:41.632Z | Compiling typify-macro v0.2.0 |
| 2569 | 2025-06-30T14:04:44.768Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2570 | 2025-06-30T14:04:45.131Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2025-06-30T14:04:45.406Z | Compiling nix v0.30.1 |
| 2572 | 2025-06-30T14:04:45.435Z | Compiling nanorand v0.7.0 |
| 2573 | 2025-06-30T14:04:46.104Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2574 | 2025-06-30T14:04:46.133Z | Compiling pin-project-internal v1.1.6 |
| 2575 | 2025-06-30T14:04:46.794Z | Compiling parking_lot_core v0.8.6 |
| 2576 | 2025-06-30T14:04:48.403Z | Compiling pin-project v1.1.6 |
| 2577 | 2025-06-30T14:04:48.668Z | Compiling flume v0.11.1 |
| 2578 | 2025-06-30T14:04:49.419Z | Compiling mime_guess v2.0.5 |
| 2579 | 2025-06-30T14:04:50.908Z | Compiling ignore v0.4.23 |
| 2580 | 2025-06-30T14:04:52.484Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2581 | 2025-06-30T14:04:55.471Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2582 | 2025-06-30T14:04:56.231Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2583 | 2025-06-30T14:04:59.205Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2584 | 2025-06-30T14:05:00.811Z | Compiling castaway v0.2.3 |
| 2585 | 2025-06-30T14:05:01.045Z | Compiling snafu-derive v0.8.5 |
| 2586 | 2025-06-30T14:05:01.308Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2587 | 2025-06-30T14:05:01.693Z | Compiling fs-err v2.11.0 |
| 2588 | 2025-06-30T14:05:02.347Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2589 | 2025-06-30T14:05:02.385Z | Compiling compact_str v0.8.0 |
| 2590 | 2025-06-30T14:05:02.455Z | Compiling globwalk v0.9.1 |
| 2591 | 2025-06-30T14:05:04.797Z | Compiling snafu v0.8.5 |
| 2592 | 2025-06-30T14:05:05.684Z | Compiling typify v0.2.0 |
| 2593 | 2025-06-30T14:05:06.038Z | Compiling predicates-tree v1.0.12 |
| 2594 | 2025-06-30T14:05:07.104Z | Compiling unicode-truncate v1.1.0 |
| 2595 | 2025-06-30T14:05:07.438Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2596 | 2025-06-30T14:05:07.474Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2597 | 2025-06-30T14:05:12.295Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2598 | 2025-06-30T14:05:14.233Z | Compiling olpc-cjson v0.1.4 |
| 2599 | 2025-06-30T14:05:14.597Z | Compiling lru v0.12.5 |
| 2600 | 2025-06-30T14:05:14.984Z | Compiling vergen v8.3.2 |
| 2601 | 2025-06-30T14:05:15.318Z | Compiling nibble_vec v0.1.0 |
| 2602 | 2025-06-30T14:05:15.604Z | Compiling cargo-platform v0.1.8 |
| 2603 | 2025-06-30T14:05:16.112Z | Compiling serde_plain v1.0.2 |
| 2604 | 2025-06-30T14:05:16.669Z | Compiling instability v0.3.2 |
| 2605 | 2025-06-30T14:05:17.550Z | Compiling atty v0.2.14 |
| 2606 | 2025-06-30T14:05:17.811Z | Compiling cassowary v0.3.0 |
| 2607 | 2025-06-30T14:05:22.084Z | Compiling http-range v0.1.5 |
| 2608 | 2025-06-30T14:05:22.661Z | Compiling salty v0.3.0 |
| 2609 | 2025-06-30T14:05:23.092Z | Compiling endian-type v0.1.2 |
| 2610 | 2025-06-30T14:05:23.375Z | Compiling typed-path v0.9.3 |
| 2611 | 2025-06-30T14:05:29.448Z | Compiling indoc v2.0.6 |
| 2612 | 2025-06-30T14:05:30.186Z | Compiling ratatui v0.29.0 |
| 2613 | 2025-06-30T14:05:30.816Z | Compiling tough v0.20.0 |
| 2614 | 2025-06-30T14:05:32.537Z | Compiling radix_trie v0.2.1 |
| 2615 | 2025-06-30T14:05:33.390Z | Compiling cargo_metadata v0.18.1 |
| 2616 | 2025-06-30T14:05:35.024Z | Compiling git2 v0.19.0 |
| 2617 | 2025-06-30T14:05:36.168Z | Compiling camino-tempfile-ext v0.3.1 |
| 2618 | 2025-06-30T14:05:37.483Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2619 | 2025-06-30T14:05:41.974Z | Compiling progenitor-impl v0.8.0 |
| 2620 | 2025-06-30T14:05:46.816Z | Compiling parking_lot v0.11.2 |
| 2621 | 2025-06-30T14:05:49.204Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2622 | 2025-06-30T14:05:49.366Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2623 | 2025-06-30T14:05:49.403Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2624 | 2025-06-30T14:05:49.730Z | Compiling prefix-trie v0.7.0 |
| 2625 | 2025-06-30T14:05:50.699Z | Compiling rand_seeder v0.3.0 |
| 2626 | 2025-06-30T14:05:51.076Z | Compiling lzma-sys v0.1.20 |
| 2627 | 2025-06-30T14:05:51.753Z | Compiling rustls v0.21.12 |
| 2628 | 2025-06-30T14:05:52.061Z | Compiling parse-size v1.1.0 |
| 2629 | 2025-06-30T14:05:52.295Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2630 | 2025-06-30T14:05:52.433Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2631 | 2025-06-30T14:05:52.720Z | Compiling hickory-server v0.25.2 |
| 2632 | 2025-06-30T14:05:53.229Z | Compiling hyper-staticfile v0.10.1 |
| 2633 | 2025-06-30T14:05:53.378Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2634 | 2025-06-30T14:05:55.338Z | Compiling sled v0.34.7 |
| 2635 | 2025-06-30T14:05:56.246Z | Compiling progenitor-macro v0.8.0 |
| 2636 | 2025-06-30T14:06:00.133Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2637 | 2025-06-30T14:06:05.415Z | Compiling hickory-client v0.25.2 |
| 2638 | 2025-06-30T14:06:06.077Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2639 | 2025-06-30T14:06:06.966Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2640 | 2025-06-30T14:06:06.994Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2641 | 2025-06-30T14:06:07.161Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2642 | 2025-06-30T14:06:09.605Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2643 | 2025-06-30T14:06:09.911Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2644 | 2025-06-30T14:06:11.248Z | Compiling primeorder v0.13.6 |
| 2645 | 2025-06-30T14:06:11.641Z | Compiling progenitor-client v0.8.0 |
| 2646 | 2025-06-30T14:06:11.760Z | Compiling rustls-webpki v0.101.7 |
| 2647 | 2025-06-30T14:06:11.801Z | Compiling sct v0.7.1 |
| 2648 | 2025-06-30T14:06:12.217Z | Compiling heck v0.3.3 |
| 2649 | 2025-06-30T14:06:12.450Z | Compiling env_filter v0.1.2 |
| 2650 | 2025-06-30T14:06:12.547Z | Compiling csv-core v0.1.11 |
| 2651 | 2025-06-30T14:06:13.325Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2652 | 2025-06-30T14:06:13.634Z | Compiling void v1.0.2 |
| 2653 | 2025-06-30T14:06:13.830Z | Compiling lzss v0.8.2 |
| 2654 | 2025-06-30T14:06:13.889Z | Compiling csv v1.3.1 |
| 2655 | 2025-06-30T14:06:14.283Z | Compiling env_logger v0.11.5 |
| 2656 | 2025-06-30T14:06:14.829Z | Compiling zone_cfg_derive v0.1.2 |
| 2657 | 2025-06-30T14:06:15.826Z | Compiling progenitor v0.8.0 |
| 2658 | 2025-06-30T14:06:15.981Z | Compiling p384 v0.13.0 |
| 2659 | 2025-06-30T14:06:16.095Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2660 | 2025-06-30T14:06:17.055Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2661 | 2025-06-30T14:06:20.264Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2662 | 2025-06-30T14:06:21.449Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2663 | 2025-06-30T14:06:22.542Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2664 | 2025-06-30T14:06:23.135Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2665 | 2025-06-30T14:06:24.041Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2666 | 2025-06-30T14:06:24.430Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2667 | 2025-06-30T14:06:24.769Z | Compiling tungstenite v0.23.0 |
| 2668 | 2025-06-30T14:06:29.566Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2669 | 2025-06-30T14:06:29.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2670 | 2025-06-30T14:06:29.893Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2671 | 2025-06-30T14:06:30.095Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2672 | 2025-06-30T14:06:30.211Z | Compiling nix v0.27.1 |
| 2673 | 2025-06-30T14:06:30.774Z | Compiling serde_bytes v0.11.17 |
| 2674 | 2025-06-30T14:06:31.281Z | Compiling base64 v0.13.1 |
| 2675 | 2025-06-30T14:06:31.971Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2676 | 2025-06-30T14:06:32.388Z | Compiling ron v0.7.1 |
| 2677 | 2025-06-30T14:06:33.886Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2678 | 2025-06-30T14:06:34.063Z | Compiling tokio-tungstenite v0.23.1 |
| 2679 | 2025-06-30T14:06:34.570Z | Compiling xz2 v0.1.7 |
| 2680 | 2025-06-30T14:06:35.209Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2681 | 2025-06-30T14:06:37.056Z | Compiling tokio-rustls v0.24.1 |
| 2682 | 2025-06-30T14:06:37.344Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2025-06-30T14:06:39.817Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2684 | 2025-06-30T14:06:43.111Z | Compiling zone v0.1.8 |
| 2685 | 2025-06-30T14:06:43.496Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2686 | 2025-06-30T14:06:43.943Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2687 | 2025-06-30T14:06:45.651Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2688 | 2025-06-30T14:06:45.748Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2689 | 2025-06-30T14:06:46.366Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2690 | 2025-06-30T14:06:46.426Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2691 | 2025-06-30T14:06:52.306Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2692 | 2025-06-30T14:06:54.556Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2693 | 2025-06-30T14:06:56.740Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2694 | 2025-06-30T14:06:56.777Z | Compiling rustls-pemfile v1.0.4 |
| 2695 | 2025-06-30T14:06:57.403Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2696 | 2025-06-30T14:06:57.504Z | Compiling signal-hook-tokio v0.3.1 |
| 2697 | 2025-06-30T14:06:57.720Z | Compiling twox-hash v2.1.0 |
| 2698 | 2025-06-30T14:06:57.780Z | Compiling yasna v0.5.2 |
| 2699 | 2025-06-30T14:06:58.698Z | Compiling secrecy v0.8.0 |
| 2700 | 2025-06-30T14:06:58.983Z | Compiling is_ci v1.2.0 |
| 2701 | 2025-06-30T14:06:59.289Z | Compiling smawk v0.3.2 |
| 2702 | 2025-06-30T14:06:59.595Z | Compiling unicode-linebreak v0.1.5 |
| 2703 | 2025-06-30T14:07:00.157Z | Compiling textwrap v0.16.2 |
| 2704 | 2025-06-30T14:07:00.772Z | Compiling supports-color v3.0.2 |
| 2705 | 2025-06-30T14:07:03.231Z | Compiling rcgen v0.12.1 |
| 2706 | 2025-06-30T14:07:04.296Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2707 | 2025-06-30T14:07:05.094Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2708 | 2025-06-30T14:07:10.373Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2709 | 2025-06-30T14:07:12.245Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2710 | 2025-06-30T14:07:12.783Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2711 | 2025-06-30T14:07:21.392Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2712 | 2025-06-30T14:07:23.682Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2713 | 2025-06-30T14:07:28.231Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2714 | 2025-06-30T14:07:29.595Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2715 | 2025-06-30T14:07:29.882Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2716 | 2025-06-30T14:07:30.466Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2717 | 2025-06-30T14:07:32.673Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2718 | 2025-06-30T14:07:38.862Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2719 | 2025-06-30T14:07:41.834Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2720 | 2025-06-30T14:07:42.131Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2721 | 2025-06-30T14:07:44.022Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2722 | 2025-06-30T14:07:47.568Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2723 | 2025-06-30T14:07:47.862Z | Compiling fatfs v0.3.6 |
| 2724 | 2025-06-30T14:07:49.374Z | Compiling rtoolbox v0.0.2 |
| 2725 | 2025-06-30T14:07:49.820Z | Compiling subprocess v0.2.9 |
| 2726 | 2025-06-30T14:07:50.126Z | Compiling assert_matches v1.5.0 |
| 2727 | 2025-06-30T14:07:50.324Z | Compiling rpassword v7.4.0 |
| 2728 | 2025-06-30T14:07:50.643Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2729 | 2025-06-30T14:07:50.783Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2730 | 2025-06-30T14:07:54.041Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2731 | 2025-06-30T14:07:57.413Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2732 | 2025-06-30T14:08:03.577Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2733 | 2025-06-30T14:08:21.314Z | Compiling tui-tree-widget v0.23.1 |
| 2734 | 2025-06-30T14:08:21.829Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2735 | 2025-06-30T14:08:27.964Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2736 | 2025-06-30T14:08:28.254Z | Compiling uzers v0.12.1 |
| 2737 | 2025-06-30T14:08:30.996Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2738 | 2025-06-30T14:08:32.616Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2739 | 2025-06-30T14:08:34.411Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2740 | 2025-06-30T14:08:37.763Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2741 | 2025-06-30T14:08:48.105Z | Compiling support-bundle-viewer v0.1.2 |
| 2742 | 2025-06-30T14:08:51.322Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2743 | 2025-06-30T14:08:55.189Z | Compiling multimap v0.10.1 |
| 2744 | 2025-06-30T14:10:42.695Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2745 | 2025-06-30T14:10:59.196Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2746 | 2025-06-30T14:18:40.162Z | Finished `release` profile [optimized] target(s) in 17m 25s |
| 2747 | 2025-06-30T14:19:53.032Z | |
| 2748 | 2025-06-30T14:19:53.032Z | real 18:40.576235607 |
| 2749 | 2025-06-30T14:19:53.032Z | user 2:07:08.268911641 |
| 2750 | 2025-06-30T14:19:53.032Z | sys 4:24.765134284 |
| 2751 | 2025-06-30T14:19:53.032Z | trap 4.260513060 |
| 2752 | 2025-06-30T14:19:53.032Z | tflt 1.385408210 |
| 2753 | 2025-06-30T14:19:53.032Z | dflt 4.867916437 |
| 2754 | 2025-06-30T14:19:53.032Z | kflt 0.000566622 |
| 2755 | 2025-06-30T14:19:53.032Z | lock 7:24:39.807990848 |
| 2756 | 2025-06-30T14:19:53.032Z | slp 6:27:18.510287819 |
| 2757 | 2025-06-30T14:19:53.057Z | lat 3:51.080912128 |
| 2758 | 2025-06-30T14:19:53.057Z | stop 3:20.365814795 |
| 2759 | 2025-06-30T14:19:53.057Z | + mapfile -t packages |
| 2760 | 2025-06-30T14:19:53.057Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2761 | 2025-06-30T14:19:54.697Z | Finished `release` profile [optimized] target(s) in 1.58s |
| 2762 | 2025-06-30T14:19:54.774Z | Running `target/release/omicron-package -t test list-outputs` |
| 2763 | 2025-06-30T14:19:54.850Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2764 | 2025-06-30T14:19:54.874Z | + ptime -m cargo build --locked --release -p xtask |
| 2765 | 2025-06-30T14:19:55.877Z | Compiling once_cell v1.21.3 |
| 2766 | 2025-06-30T14:19:55.877Z | Compiling serde v1.0.219 |
| 2767 | 2025-06-30T14:19:55.877Z | Compiling bitflags v2.9.0 |
| 2768 | 2025-06-30T14:19:55.877Z | Compiling libc v0.2.174 |
| 2769 | 2025-06-30T14:19:55.877Z | Compiling syn v2.0.104 |
| 2770 | 2025-06-30T14:19:55.902Z | Compiling serde_json v1.0.140 |
| 2771 | 2025-06-30T14:19:55.902Z | Compiling num-traits v0.2.19 |
| 2772 | 2025-06-30T14:19:55.927Z | Compiling hashbrown v0.15.4 |
| 2773 | 2025-06-30T14:19:56.329Z | Compiling smallvec v1.15.0 |
| 2774 | 2025-06-30T14:19:56.358Z | Compiling rustix v0.38.37 |
| 2775 | 2025-06-30T14:19:56.635Z | Compiling usdt-impl v0.5.0 |
| 2776 | 2025-06-30T14:19:56.671Z | Compiling syn v1.0.109 |
| 2777 | 2025-06-30T14:19:56.802Z | Compiling log v0.4.27 |
| 2778 | 2025-06-30T14:19:57.120Z | Compiling indexmap v2.9.0 |
| 2779 | 2025-06-30T14:19:57.192Z | Compiling getrandom v0.3.1 |
| 2780 | 2025-06-30T14:19:57.217Z | Compiling percent-encoding v2.3.1 |
| 2781 | 2025-06-30T14:19:57.242Z | Compiling thread-id v4.2.2 |
| 2782 | 2025-06-30T14:19:57.583Z | Compiling form_urlencoded v1.2.1 |
| 2783 | 2025-06-30T14:19:57.980Z | Compiling terminal_size v0.4.0 |
| 2784 | 2025-06-30T14:19:58.061Z | Compiling rustix v1.0.7 |
| 2785 | 2025-06-30T14:19:58.223Z | Compiling ordered-float v2.10.1 |
| 2786 | 2025-06-30T14:19:58.509Z | Compiling fs-err v3.1.1 |
| 2787 | 2025-06-30T14:19:58.585Z | Compiling anyhow v1.0.98 |
| 2788 | 2025-06-30T14:19:58.811Z | Compiling clap_builder v4.5.40 |
| 2789 | 2025-06-30T14:19:59.034Z | Compiling textwrap v0.16.2 |
| 2790 | 2025-06-30T14:19:59.932Z | Compiling proc-macro-error v1.0.4 |
| 2791 | 2025-06-30T14:20:00.442Z | Compiling tempfile v3.20.0 |
| 2792 | 2025-06-30T14:20:00.994Z | Compiling tabled_derive v0.7.0 |
| 2793 | 2025-06-30T14:20:01.684Z | Compiling synstructure v0.13.1 |
| 2794 | 2025-06-30T14:20:02.106Z | Compiling tabled v0.15.0 |
| 2795 | 2025-06-30T14:20:02.757Z | Compiling serde_derive v1.0.219 |
| 2796 | 2025-06-30T14:20:02.757Z | Compiling thiserror-impl v1.0.69 |
| 2797 | 2025-06-30T14:20:02.757Z | Compiling zerofrom-derive v0.1.4 |
| 2798 | 2025-06-30T14:20:02.757Z | Compiling yoke-derive v0.7.4 |
| 2799 | 2025-06-30T14:20:02.782Z | Compiling zerovec-derive v0.10.3 |
| 2800 | 2025-06-30T14:20:04.552Z | Compiling displaydoc v0.2.5 |
| 2801 | 2025-06-30T14:20:04.608Z | Compiling zerocopy-derive v0.7.35 |
| 2802 | 2025-06-30T14:20:04.868Z | Compiling thiserror v1.0.69 |
| 2803 | 2025-06-30T14:20:05.048Z | Compiling pest v2.7.14 |
| 2804 | 2025-06-30T14:20:05.140Z | Compiling zerofrom v0.1.4 |
| 2805 | 2025-06-30T14:20:05.388Z | Compiling yoke v0.7.4 |
| 2806 | 2025-06-30T14:20:05.682Z | Compiling icu_provider_macros v1.5.0 |
| 2807 | 2025-06-30T14:20:05.768Z | Compiling zerovec v0.10.4 |
| 2808 | 2025-06-30T14:20:06.200Z | Compiling zerocopy v0.7.35 |
| 2809 | 2025-06-30T14:20:06.497Z | Compiling scroll_derive v0.12.0 |
| 2810 | 2025-06-30T14:20:07.303Z | Compiling pest_meta v2.7.14 |
| 2811 | 2025-06-30T14:20:07.507Z | Compiling scroll v0.12.0 |
| 2812 | 2025-06-30T14:20:08.084Z | Compiling tinystr v0.7.6 |
| 2813 | 2025-06-30T14:20:08.492Z | Compiling icu_locid v1.5.0 |
| 2814 | 2025-06-30T14:20:10.159Z | Compiling icu_provider v1.5.0 |
| 2815 | 2025-06-30T14:20:10.648Z | Compiling pest_generator v2.7.14 |
| 2816 | 2025-06-30T14:20:11.904Z | Compiling icu_locid_transform v1.5.0 |
| 2817 | 2025-06-30T14:20:11.931Z | Compiling pest_derive v2.7.14 |
| 2818 | 2025-06-30T14:20:12.548Z | Compiling icu_collections v1.5.0 |
| 2819 | 2025-06-30T14:20:12.805Z | Compiling toml_datetime v0.6.11 |
| 2820 | 2025-06-30T14:20:12.932Z | Compiling serde_spanned v0.6.9 |
| 2821 | 2025-06-30T14:20:13.528Z | Compiling icu_properties v1.5.1 |
| 2822 | 2025-06-30T14:20:14.200Z | Compiling toml_edit v0.22.27 |
| 2823 | 2025-06-30T14:20:14.786Z | Compiling dof v0.3.0 |
| 2824 | 2025-06-30T14:20:15.511Z | Compiling dtrace-parser v0.2.0 |
| 2825 | 2025-06-30T14:20:16.751Z | Compiling icu_normalizer v1.5.0 |
| 2826 | 2025-06-30T14:20:17.237Z | Compiling erased-serde v0.4.6 |
| 2827 | 2025-06-30T14:20:17.441Z | Compiling toml v0.8.23 |
| 2828 | 2025-06-30T14:20:18.430Z | Compiling idna_adapter v1.2.0 |
| 2829 | 2025-06-30T14:20:18.455Z | Compiling serde_tokenstream v0.2.2 |
| 2830 | 2025-06-30T14:20:18.671Z | Compiling idna v1.0.3 |
| 2831 | 2025-06-30T14:20:18.695Z | Compiling goblin v0.8.2 |
| 2832 | 2025-06-30T14:20:19.718Z | Compiling url v2.5.4 |
| 2833 | 2025-06-30T14:20:20.207Z | Compiling serde-untagged v0.1.7 |
| 2834 | 2025-06-30T14:20:20.813Z | Compiling semver v1.0.26 |
| 2835 | 2025-06-30T14:20:20.889Z | Compiling serde-value v0.7.0 |
| 2836 | 2025-06-30T14:20:21.957Z | Compiling camino v1.1.10 |
| 2837 | 2025-06-30T14:20:22.228Z | Compiling thiserror-impl v2.0.12 |
| 2838 | 2025-06-30T14:20:22.727Z | Compiling cargo-util-schemas v0.2.0 |
| 2839 | 2025-06-30T14:20:23.017Z | Compiling usdt-macro v0.5.0 |
| 2840 | 2025-06-30T14:20:23.976Z | Compiling usdt-attr-macro v0.5.0 |
| 2841 | 2025-06-30T14:20:24.001Z | Compiling cargo-platform v0.2.0 |
| 2842 | 2025-06-30T14:20:24.972Z | Compiling thiserror v2.0.12 |
| 2843 | 2025-06-30T14:20:25.003Z | Compiling clap_derive v4.5.40 |
| 2844 | 2025-06-30T14:20:26.615Z | Compiling usdt v0.5.0 |
| 2845 | 2025-06-30T14:20:27.114Z | Compiling cargo_metadata v0.20.0 |
| 2846 | 2025-06-30T14:20:27.702Z | Compiling camino-tempfile v1.4.1 |
| 2847 | 2025-06-30T14:20:28.169Z | Compiling clap v4.5.40 |
| 2848 | 2025-06-30T14:20:28.306Z | Compiling cargo_toml v0.21.0 |
| 2849 | 2025-06-30T14:20:28.402Z | Compiling macaddr v1.0.1 |
| 2850 | 2025-06-30T14:20:38.967Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2851 | 2025-06-30T14:20:44.681Z | Finished `release` profile [optimized] target(s) in 49.73s |
| 2852 | 2025-06-30T14:20:44.810Z | |
| 2853 | 2025-06-30T14:20:44.835Z | real 49.911047800 |
| 2854 | 2025-06-30T14:20:44.835Z | user 5:07.569388172 |
| 2855 | 2025-06-30T14:20:44.835Z | sys 25.746243738 |
| 2856 | 2025-06-30T14:20:44.835Z | trap 0.167966330 |
| 2857 | 2025-06-30T14:20:44.835Z | tflt 0.148241434 |
| 2858 | 2025-06-30T14:20:44.835Z | dflt 0.497457486 |
| 2859 | 2025-06-30T14:20:44.835Z | kflt 0.000070489 |
| 2860 | 2025-06-30T14:20:44.835Z | lock 10:32.108297611 |
| 2861 | 2025-06-30T14:20:44.835Z | slp 17:02.369562971 |
| 2862 | 2025-06-30T14:20:44.835Z | lat 20.685089993 |
| 2863 | 2025-06-30T14:20:44.835Z | stop 26.563315947 |
| 2864 | 2025-06-30T14:20:44.835Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2865 | 2025-06-30T14:20:44.835Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2866 | 2025-06-30T14:20:44.835Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2867 | 2025-06-30T14:20:44.835Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2868 | 2025-06-30T14:20:44.836Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2869 | 2025-06-30T14:20:46.380Z | Compiling regress v0.10.3 |
| 2870 | 2025-06-30T14:20:46.427Z | Compiling ident_case v1.0.1 |
| 2871 | 2025-06-30T14:20:46.427Z | Compiling unsafe-libyaml v0.2.11 |
| 2872 | 2025-06-30T14:20:46.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2025-06-30T14:20:46.452Z | Compiling match_cfg v0.1.0 |
| 2874 | 2025-06-30T14:20:46.532Z | Compiling quick-error v1.2.3 |
| 2875 | 2025-06-30T14:20:46.556Z | Compiling rustix v1.0.7 |
| 2876 | 2025-06-30T14:20:46.556Z | Compiling rustls v0.22.4 |
| 2877 | 2025-06-30T14:20:46.641Z | Compiling darling_core v0.20.10 |
| 2878 | 2025-06-30T14:20:46.665Z | Compiling hostname v0.3.1 |
| 2879 | 2025-06-30T14:20:46.715Z | Compiling progenitor-client v0.10.0 |
| 2880 | 2025-06-30T14:20:46.877Z | Compiling structmeta-derive v0.3.0 |
| 2881 | 2025-06-30T14:20:46.901Z | Compiling multer v3.1.0 |
| 2882 | 2025-06-30T14:20:46.926Z | Compiling debug-ignore v1.0.5 |
| 2883 | 2025-06-30T14:20:47.204Z | Compiling toml v0.8.23 |
| 2884 | 2025-06-30T14:20:47.235Z | Compiling slog-json v2.6.1 |
| 2885 | 2025-06-30T14:20:47.572Z | Compiling serde_yaml v0.9.34+deprecated |
| 2886 | 2025-06-30T14:20:47.845Z | Compiling hex v0.4.3 |
| 2887 | 2025-06-30T14:20:48.374Z | Compiling tempfile v3.20.0 |
| 2888 | 2025-06-30T14:20:48.446Z | Compiling macaddr v1.0.1 |
| 2889 | 2025-06-30T14:20:48.474Z | Compiling async-stream-impl v0.3.6 |
| 2890 | 2025-06-30T14:20:48.840Z | Compiling dropshot v0.16.2 |
| 2891 | 2025-06-30T14:20:48.881Z | Compiling structmeta v0.3.0 |
| 2892 | 2025-06-30T14:20:49.099Z | Compiling slog-bunyan v2.5.0 |
| 2893 | 2025-06-30T14:20:49.209Z | Compiling typify-impl v0.3.0 |
| 2894 | 2025-06-30T14:20:49.330Z | Compiling waitgroup v0.1.2 |
| 2895 | 2025-06-30T14:20:49.486Z | Compiling async-stream v0.3.6 |
| 2896 | 2025-06-30T14:20:49.558Z | Compiling rustls-pemfile v2.2.0 |
| 2897 | 2025-06-30T14:20:49.782Z | Compiling dropshot_endpoint v0.16.2 |
| 2898 | 2025-06-30T14:20:49.892Z | Compiling serde_path_to_error v0.1.17 |
| 2899 | 2025-06-30T14:20:49.967Z | Compiling wait-timeout v0.2.0 |
| 2900 | 2025-06-30T14:20:50.145Z | Compiling hostname v0.4.0 |
| 2901 | 2025-06-30T14:20:50.378Z | Compiling bit-vec v0.8.0 |
| 2902 | 2025-06-30T14:20:50.485Z | Compiling rusty-fork v0.3.0 |
| 2903 | 2025-06-30T14:20:50.510Z | Compiling rand_xorshift v0.4.0 |
| 2904 | 2025-06-30T14:20:50.651Z | Compiling tokio-rustls v0.25.0 |
| 2905 | 2025-06-30T14:20:50.787Z | Compiling bit-set v0.8.0 |
| 2906 | 2025-06-30T14:20:50.815Z | Compiling instant v0.1.13 |
| 2907 | 2025-06-30T14:20:50.993Z | Compiling unarray v0.1.4 |
| 2908 | 2025-06-30T14:20:51.037Z | Compiling test-strategy v0.4.1 |
| 2909 | 2025-06-30T14:20:51.072Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2910 | 2025-06-30T14:20:51.101Z | Compiling progenitor-client v0.9.1 |
| 2911 | 2025-06-30T14:20:51.195Z | Compiling proptest v1.7.0 |
| 2912 | 2025-06-30T14:20:51.276Z | Compiling derive-where v1.5.0 |
| 2913 | 2025-06-30T14:20:51.412Z | Compiling darling_macro v0.20.10 |
| 2914 | 2025-06-30T14:20:51.621Z | Compiling ref-cast v1.0.24 |
| 2915 | 2025-06-30T14:20:52.125Z | Compiling darling v0.20.10 |
| 2916 | 2025-06-30T14:20:52.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2917 | 2025-06-30T14:20:52.256Z | Compiling serde_with_macros v3.12.0 |
| 2918 | 2025-06-30T14:20:52.774Z | Compiling ref-cast-impl v1.0.24 |
| 2919 | 2025-06-30T14:20:53.743Z | Compiling parse-display-derive v0.10.0 |
| 2920 | 2025-06-30T14:20:53.770Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2921 | 2025-06-30T14:20:53.826Z | Compiling iddqd v0.3.8 |
| 2922 | 2025-06-30T14:20:54.053Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2923 | 2025-06-30T14:20:54.328Z | Compiling serde_with v3.12.0 |
| 2924 | 2025-06-30T14:20:54.408Z | Compiling backoff v0.4.0 |
| 2925 | 2025-06-30T14:20:54.435Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2926 | 2025-06-30T14:20:54.638Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2927 | 2025-06-30T14:20:54.751Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2928 | 2025-06-30T14:20:55.277Z | Compiling proc-macro-crate v1.3.1 |
| 2929 | 2025-06-30T14:20:55.750Z | Compiling crucible-workspace-hack v0.1.0 |
| 2930 | 2025-06-30T14:20:56.010Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2931 | 2025-06-30T14:20:56.035Z | Compiling num_enum_derive v0.5.11 |
| 2932 | 2025-06-30T14:20:56.302Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2933 | 2025-06-30T14:20:56.596Z | Compiling itertools v0.13.0 |
| 2934 | 2025-06-30T14:20:57.025Z | Compiling parse-display v0.10.0 |
| 2935 | 2025-06-30T14:20:57.289Z | Compiling heapless v0.8.0 |
| 2936 | 2025-06-30T14:20:57.435Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2937 | 2025-06-30T14:20:57.602Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2025-06-30T14:20:57.932Z | Compiling hash32 v0.3.1 |
| 2939 | 2025-06-30T14:20:58.041Z | Compiling num_enum v0.5.11 |
| 2940 | 2025-06-30T14:20:58.147Z | Compiling foreign-types-macros v0.2.3 |
| 2941 | 2025-06-30T14:20:58.204Z | Compiling foreign-types-shared v0.3.1 |
| 2942 | 2025-06-30T14:20:58.237Z | Compiling smoltcp v0.11.0 |
| 2943 | 2025-06-30T14:20:58.616Z | Compiling tabwriter v1.4.0 |
| 2944 | 2025-06-30T14:20:59.072Z | Compiling typify-impl v0.4.1 |
| 2945 | 2025-06-30T14:20:59.099Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2946 | 2025-06-30T14:20:59.145Z | Compiling cstr-argument v0.1.2 |
| 2947 | 2025-06-30T14:20:59.198Z | Compiling ingot-macros v0.1.0 |
| 2948 | 2025-06-30T14:20:59.229Z | Compiling foreign-types v0.5.0 |
| 2949 | 2025-06-30T14:20:59.369Z | Compiling cobs v0.2.3 |
| 2950 | 2025-06-30T14:20:59.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2951 | 2025-06-30T14:20:59.673Z | Compiling pretty-hex v0.2.1 |
| 2952 | 2025-06-30T14:20:59.734Z | Compiling postcard v1.0.10 |
| 2953 | 2025-06-30T14:20:59.784Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2954 | 2025-06-30T14:20:59.883Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2955 | 2025-06-30T14:20:59.981Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2956 | 2025-06-30T14:21:00.399Z | Compiling colored v2.2.0 |
| 2957 | 2025-06-30T14:21:00.512Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2958 | 2025-06-30T14:21:00.561Z | Compiling typify-macro v0.3.0 |
| 2959 | 2025-06-30T14:21:00.587Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2960 | 2025-06-30T14:21:01.069Z | Compiling itertools v0.14.0 |
| 2961 | 2025-06-30T14:21:01.096Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2962 | 2025-06-30T14:21:01.763Z | Compiling camino-tempfile v1.4.1 |
| 2963 | 2025-06-30T14:21:02.156Z | Compiling smf v0.2.3 |
| 2964 | 2025-06-30T14:21:03.198Z | Compiling zone_cfg_derive v0.3.0 |
| 2965 | 2025-06-30T14:21:03.554Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2966 | 2025-06-30T14:21:03.725Z | Compiling typify v0.3.0 |
| 2967 | 2025-06-30T14:21:03.912Z | Compiling progenitor-impl v0.9.1 |
| 2968 | 2025-06-30T14:21:03.938Z | Compiling num-derive v0.4.2 |
| 2969 | 2025-06-30T14:21:03.938Z | Compiling sigpipe v0.1.3 |
| 2970 | 2025-06-30T14:21:03.989Z | Compiling jiff v0.2.15 |
| 2971 | 2025-06-30T14:21:04.123Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2972 | 2025-06-30T14:21:04.350Z | Compiling zone v0.3.1 |
| 2973 | 2025-06-30T14:21:04.455Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2974 | 2025-06-30T14:21:04.517Z | Compiling ingot-types v0.1.0 |
| 2975 | 2025-06-30T14:21:04.882Z | Compiling num-rational v0.4.2 |
| 2976 | 2025-06-30T14:21:05.320Z | Compiling ingot v0.1.0 |
| 2977 | 2025-06-30T14:21:05.675Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2978 | 2025-06-30T14:21:05.700Z | Compiling universal-hash v0.5.1 |
| 2979 | 2025-06-30T14:21:05.933Z | Compiling num-complex v0.4.6 |
| 2980 | 2025-06-30T14:21:06.191Z | Compiling opaque-debug v0.3.1 |
| 2981 | 2025-06-30T14:21:06.315Z | Compiling half v2.4.1 |
| 2982 | 2025-06-30T14:21:06.391Z | Compiling ciborium-io v0.2.2 |
| 2983 | 2025-06-30T14:21:06.568Z | Compiling float-ord v0.3.2 |
| 2984 | 2025-06-30T14:21:06.765Z | Compiling num v0.4.3 |
| 2985 | 2025-06-30T14:21:06.790Z | Compiling ciborium-ll v0.2.2 |
| 2986 | 2025-06-30T14:21:06.821Z | Compiling secrecy v0.10.3 |
| 2987 | 2025-06-30T14:21:06.906Z | Compiling aead v0.5.2 |
| 2988 | 2025-06-30T14:21:07.083Z | Compiling ciborium v0.2.2 |
| 2989 | 2025-06-30T14:21:07.175Z | Compiling convert_case v0.4.0 |
| 2990 | 2025-06-30T14:21:07.259Z | Compiling keccak v0.1.5 |
| 2991 | 2025-06-30T14:21:07.875Z | Compiling utf-8 v0.7.6 |
| 2992 | 2025-06-30T14:21:08.179Z | Compiling tungstenite v0.21.0 |
| 2993 | 2025-06-30T14:21:08.208Z | Compiling derive_more v0.99.20 |
| 2994 | 2025-06-30T14:21:08.236Z | Compiling sha3 v0.10.8 |
| 2995 | 2025-06-30T14:21:08.647Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2996 | 2025-06-30T14:21:09.121Z | Compiling poly1305 v0.8.0 |
| 2997 | 2025-06-30T14:21:09.304Z | Compiling progenitor-macro v0.9.1 |
| 2998 | 2025-06-30T14:21:09.823Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2999 | 2025-06-30T14:21:10.451Z | Compiling typify-macro v0.4.1 |
| 3000 | 2025-06-30T14:21:10.793Z | Compiling password-hash v0.5.0 |
| 3001 | 2025-06-30T14:21:10.939Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 3002 | 2025-06-30T14:21:11.149Z | Compiling chacha20 v0.9.1 |
| 3003 | 2025-06-30T14:21:11.550Z | Compiling blake2 v0.10.6 |
| 3004 | 2025-06-30T14:21:11.592Z | Compiling tokio-tungstenite v0.21.0 |
| 3005 | 2025-06-30T14:21:12.107Z | Compiling argon2 v0.5.3 |
| 3006 | 2025-06-30T14:21:12.300Z | Compiling base64 v0.21.7 |
| 3007 | 2025-06-30T14:21:12.487Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 3008 | 2025-06-30T14:21:12.735Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3009 | 2025-06-30T14:21:12.897Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3010 | 2025-06-30T14:21:13.418Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3011 | 2025-06-30T14:21:13.444Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3012 | 2025-06-30T14:21:13.469Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3013 | 2025-06-30T14:21:13.496Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3014 | 2025-06-30T14:21:13.689Z | Compiling typify v0.4.1 |
| 3015 | 2025-06-30T14:21:13.740Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3016 | 2025-06-30T14:21:13.878Z | Compiling progenitor-impl v0.10.0 |
| 3017 | 2025-06-30T14:21:14.070Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3018 | 2025-06-30T14:21:14.099Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3019 | 2025-06-30T14:21:14.126Z | Compiling atomicwrites v0.4.4 |
| 3020 | 2025-06-30T14:21:14.296Z | Compiling semver v0.1.20 |
| 3021 | 2025-06-30T14:21:14.483Z | Compiling chacha20poly1305 v0.10.1 |
| 3022 | 2025-06-30T14:21:14.709Z | Compiling rustc_version v0.1.7 |
| 3023 | 2025-06-30T14:21:14.735Z | Compiling typify-impl v0.2.0 |
| 3024 | 2025-06-30T14:21:14.761Z | Compiling resolv-conf v0.7.0 |
| 3025 | 2025-06-30T14:21:14.842Z | Compiling newline-converter v0.3.0 |
| 3026 | 2025-06-30T14:21:15.038Z | Compiling primeorder v0.13.6 |
| 3027 | 2025-06-30T14:21:15.177Z | Compiling owo-colors v4.2.2 |
| 3028 | 2025-06-30T14:21:15.460Z | Compiling cancel-safe-futures v0.1.5 |
| 3029 | 2025-06-30T14:21:15.567Z | Compiling libefi-sys v0.1.0 |
| 3030 | 2025-06-30T14:21:15.701Z | Compiling moka v0.12.10 |
| 3031 | 2025-06-30T14:21:15.745Z | Compiling thiserror-no-std v2.0.2 |
| 3032 | 2025-06-30T14:21:15.889Z | Compiling newtype_derive v0.1.6 |
| 3033 | 2025-06-30T14:21:15.916Z | Compiling vsss-rs v3.3.4 |
| 3034 | 2025-06-30T14:21:15.940Z | Compiling expectorate v1.2.0 |
| 3035 | 2025-06-30T14:21:16.022Z | Compiling libsw-core v0.3.1 |
| 3036 | 2025-06-30T14:21:16.193Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3037 | 2025-06-30T14:21:16.239Z | Compiling bitfield-struct v0.6.2 |
| 3038 | 2025-06-30T14:21:16.318Z | Compiling unicase v2.7.0 |
| 3039 | 2025-06-30T14:21:16.556Z | Compiling arc-swap v1.7.1 |
| 3040 | 2025-06-30T14:21:16.605Z | Compiling tagptr v0.2.0 |
| 3041 | 2025-06-30T14:21:16.861Z | Compiling fixedbitset v0.5.7 |
| 3042 | 2025-06-30T14:21:17.067Z | Compiling slog-scope v4.4.0 |
| 3043 | 2025-06-30T14:21:17.320Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3044 | 2025-06-30T14:21:17.426Z | Compiling petgraph v0.8.2 |
| 3045 | 2025-06-30T14:21:17.951Z | Compiling libsw v3.5.0 |
| 3046 | 2025-06-30T14:21:19.007Z | Compiling polyval v0.6.2 |
| 3047 | 2025-06-30T14:21:19.186Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3048 | 2025-06-30T14:21:19.395Z | Compiling progenitor-macro v0.10.0 |
| 3049 | 2025-06-30T14:21:19.435Z | Compiling hickory-proto v0.24.4 |
| 3050 | 2025-06-30T14:21:19.537Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3051 | 2025-06-30T14:21:19.650Z | Compiling progenitor v0.9.1 |
| 3052 | 2025-06-30T14:21:19.771Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3053 | 2025-06-30T14:21:19.799Z | Compiling indent_write v2.2.0 |
| 3054 | 2025-06-30T14:21:19.894Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3055 | 2025-06-30T14:21:19.925Z | Compiling parking_lot_core v0.8.6 |
| 3056 | 2025-06-30T14:21:20.054Z | Compiling salty v0.3.0 |
| 3057 | 2025-06-30T14:21:20.235Z | Compiling linked-hash-map v0.5.6 |
| 3058 | 2025-06-30T14:21:20.390Z | Compiling linear-map v1.2.0 |
| 3059 | 2025-06-30T14:21:20.557Z | Compiling lru-cache v0.1.2 |
| 3060 | 2025-06-30T14:21:20.594Z | Compiling proc-macro-error2 v2.0.1 |
| 3061 | 2025-06-30T14:21:20.723Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3062 | 2025-06-30T14:21:20.772Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3063 | 2025-06-30T14:21:21.161Z | Compiling ghash v0.5.1 |
| 3064 | 2025-06-30T14:21:21.372Z | Compiling hickory-resolver v0.25.2 |
| 3065 | 2025-06-30T14:21:21.437Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3066 | 2025-06-30T14:21:21.816Z | Compiling slog-stdlog v4.1.1 |
| 3067 | 2025-06-30T14:21:22.084Z | Compiling p384 v0.13.0 |
| 3068 | 2025-06-30T14:21:22.163Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3069 | 2025-06-30T14:21:22.972Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3070 | 2025-06-30T14:21:23.214Z | Compiling num-derive v0.3.3 |
| 3071 | 2025-06-30T14:21:23.241Z | Compiling ctr v0.9.2 |
| 3072 | 2025-06-30T14:21:23.617Z | Compiling gethostname v0.5.0 |
| 3073 | 2025-06-30T14:21:23.829Z | Compiling lzma-sys v0.1.20 |
| 3074 | 2025-06-30T14:21:23.855Z | Compiling slog-dtrace v0.3.0 |
| 3075 | 2025-06-30T14:21:24.139Z | Compiling highway v1.3.0 |
| 3076 | 2025-06-30T14:21:24.507Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3077 | 2025-06-30T14:21:24.926Z | Compiling xshell-macros v0.2.7 |
| 3078 | 2025-06-30T14:21:24.957Z | Compiling papergrid v0.14.0 |
| 3079 | 2025-06-30T14:21:25.161Z | Compiling libscf-sys v1.1.0 |
| 3080 | 2025-06-30T14:21:25.591Z | Compiling hickory-resolver v0.24.4 |
| 3081 | 2025-06-30T14:21:25.709Z | Compiling xshell v0.2.7 |
| 3082 | 2025-06-30T14:21:25.879Z | Compiling aes-gcm v0.10.3 |
| 3083 | 2025-06-30T14:21:25.986Z | Compiling typify-macro v0.2.0 |
| 3084 | 2025-06-30T14:21:26.077Z | Compiling mime_guess v2.0.5 |
| 3085 | 2025-06-30T14:21:26.229Z | Compiling slog-envlogger v2.2.0 |
| 3086 | 2025-06-30T14:21:26.742Z | Compiling steno v0.4.1 |
| 3087 | 2025-06-30T14:21:26.866Z | Compiling tabled_derive v0.10.0 |
| 3088 | 2025-06-30T14:21:28.133Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3089 | 2025-06-30T14:21:28.292Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3090 | 2025-06-30T14:21:29.042Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3091 | 2025-06-30T14:21:29.068Z | Compiling tokio-dtrace v0.1.0 |
| 3092 | 2025-06-30T14:21:29.222Z | Compiling heck v0.3.3 |
| 3093 | 2025-06-30T14:21:29.248Z | Compiling typify v0.2.0 |
| 3094 | 2025-06-30T14:21:29.442Z | Compiling progenitor-impl v0.8.0 |
| 3095 | 2025-06-30T14:21:29.487Z | Compiling progenitor-client v0.8.0 |
| 3096 | 2025-06-30T14:21:29.591Z | Compiling ssh-encoding v0.2.0 |
| 3097 | 2025-06-30T14:21:29.886Z | Compiling progenitor v0.10.0 |
| 3098 | 2025-06-30T14:21:29.952Z | Compiling blowfish v0.9.1 |
| 3099 | 2025-06-30T14:21:30.062Z | Compiling env_filter v0.1.2 |
| 3100 | 2025-06-30T14:21:30.106Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3101 | 2025-06-30T14:21:30.201Z | Compiling nibble_vec v0.1.0 |
| 3102 | 2025-06-30T14:21:30.415Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3103 | 2025-06-30T14:21:30.470Z | Compiling humantime v2.2.0 |
| 3104 | 2025-06-30T14:21:30.683Z | Compiling endian-type v0.1.2 |
| 3105 | 2025-06-30T14:21:30.792Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3106 | 2025-06-30T14:21:30.926Z | Compiling radix_trie v0.2.1 |
| 3107 | 2025-06-30T14:21:30.952Z | Compiling env_logger v0.11.5 |
| 3108 | 2025-06-30T14:21:31.005Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3109 | 2025-06-30T14:21:31.505Z | Compiling ssh-cipher v0.2.0 |
| 3110 | 2025-06-30T14:21:31.531Z | Compiling zone_cfg_derive v0.1.2 |
| 3111 | 2025-06-30T14:21:31.556Z | Compiling oxide-tokio-rt v0.1.1 |
| 3112 | 2025-06-30T14:21:31.809Z | Compiling tabled v0.18.0 |
| 3113 | 2025-06-30T14:21:31.904Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3114 | 2025-06-30T14:21:32.646Z | Compiling qorb v0.4.0 |
| 3115 | 2025-06-30T14:21:32.671Z | Compiling parking_lot v0.11.2 |
| 3116 | 2025-06-30T14:21:33.380Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3117 | 2025-06-30T14:21:33.451Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3118 | 2025-06-30T14:21:33.857Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3119 | 2025-06-30T14:21:33.904Z | Compiling prefix-trie v0.7.0 |
| 3120 | 2025-06-30T14:21:34.087Z | Compiling password-hash v0.4.2 |
| 3121 | 2025-06-30T14:21:34.250Z | Compiling fxhash v0.2.1 |
| 3122 | 2025-06-30T14:21:34.472Z | Compiling http-range v0.1.5 |
| 3123 | 2025-06-30T14:21:34.639Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3124 | 2025-06-30T14:21:34.845Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3125 | 2025-06-30T14:21:34.870Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3126 | 2025-06-30T14:21:34.917Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3127 | 2025-06-30T14:21:35.569Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3128 | 2025-06-30T14:21:36.463Z | Compiling progenitor-macro v0.8.0 |
| 3129 | 2025-06-30T14:21:37.077Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3130 | 2025-06-30T14:21:37.677Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3131 | 2025-06-30T14:21:37.825Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3132 | 2025-06-30T14:21:38.752Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3133 | 2025-06-30T14:21:38.788Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3134 | 2025-06-30T14:21:39.735Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3135 | 2025-06-30T14:21:40.390Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3136 | 2025-06-30T14:21:40.728Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3137 | 2025-06-30T14:21:41.121Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3138 | 2025-06-30T14:21:41.502Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3139 | 2025-06-30T14:21:41.677Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3140 | 2025-06-30T14:21:42.824Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3141 | 2025-06-30T14:21:43.136Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3142 | 2025-06-30T14:21:43.660Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3143 | 2025-06-30T14:21:45.596Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3144 | 2025-06-30T14:21:46.002Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3145 | 2025-06-30T14:21:46.392Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3146 | 2025-06-30T14:21:46.514Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3147 | 2025-06-30T14:21:46.715Z | Compiling base64 v0.13.1 |
| 3148 | 2025-06-30T14:21:46.741Z | Compiling progenitor v0.8.0 |
| 3149 | 2025-06-30T14:21:46.769Z | Compiling same-file v1.0.6 |
| 3150 | 2025-06-30T14:21:46.958Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3151 | 2025-06-30T14:21:46.994Z | Compiling walkdir v2.5.0 |
| 3152 | 2025-06-30T14:21:47.063Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3153 | 2025-06-30T14:21:47.089Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3154 | 2025-06-30T14:21:47.212Z | Compiling ron v0.7.1 |
| 3155 | 2025-06-30T14:21:47.645Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3156 | 2025-06-30T14:21:49.005Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3157 | 2025-06-30T14:21:50.517Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3158 | 2025-06-30T14:21:50.811Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3159 | 2025-06-30T14:21:51.470Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3160 | 2025-06-30T14:21:52.041Z | Compiling hickory-server v0.25.2 |
| 3161 | 2025-06-30T14:21:52.410Z | Compiling pbkdf2 v0.11.0 |
| 3162 | 2025-06-30T14:21:52.750Z | Compiling sled v0.34.7 |
| 3163 | 2025-06-30T14:21:53.251Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3164 | 2025-06-30T14:21:53.807Z | Compiling xz2 v0.1.7 |
| 3165 | 2025-06-30T14:21:54.266Z | Compiling zone v0.1.8 |
| 3166 | 2025-06-30T14:21:54.333Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3167 | 2025-06-30T14:21:54.858Z | Compiling ssh-key v0.6.6 |
| 3168 | 2025-06-30T14:21:55.247Z | Compiling hickory-client v0.25.2 |
| 3169 | 2025-06-30T14:21:55.490Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3170 | 2025-06-30T14:21:55.527Z | Compiling p256 v0.13.2 |
| 3171 | 2025-06-30T14:21:55.833Z | Compiling p521 v0.13.3 |
| 3172 | 2025-06-30T14:21:55.954Z | Compiling yasna v0.5.2 |
| 3173 | 2025-06-30T14:21:56.188Z | Compiling pem v3.0.5 |
| 3174 | 2025-06-30T14:21:56.708Z | Compiling headers-core v0.3.0 |
| 3175 | 2025-06-30T14:21:56.792Z | Compiling kstat-rs v0.2.4 |
| 3176 | 2025-06-30T14:21:56.908Z | Compiling secrecy v0.8.0 |
| 3177 | 2025-06-30T14:21:57.164Z | Compiling nanorand v0.7.0 |
| 3178 | 2025-06-30T14:21:57.219Z | Compiling atty v0.2.14 |
| 3179 | 2025-06-30T14:21:57.317Z | Compiling russh-cryptovec v0.7.3 |
| 3180 | 2025-06-30T14:21:57.397Z | Compiling crc8 v0.1.1 |
| 3181 | 2025-06-30T14:21:57.564Z | Compiling md5 v0.7.0 |
| 3182 | 2025-06-30T14:21:57.604Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3183 | 2025-06-30T14:21:57.643Z | Compiling flume v0.11.1 |
| 3184 | 2025-06-30T14:21:57.701Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3185 | 2025-06-30T14:21:58.011Z | Compiling russh-keys v0.45.0 |
| 3186 | 2025-06-30T14:21:58.176Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3187 | 2025-06-30T14:21:59.933Z | Compiling headers v0.4.1 |
| 3188 | 2025-06-30T14:21:59.994Z | Compiling rcgen v0.12.1 |
| 3189 | 2025-06-30T14:22:00.416Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3190 | 2025-06-30T14:22:00.975Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3191 | 2025-06-30T14:22:01.248Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3192 | 2025-06-30T14:22:01.455Z | Compiling hyper-staticfile v0.10.1 |
| 3193 | 2025-06-30T14:22:01.711Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3194 | 2025-06-30T14:22:02.313Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3195 | 2025-06-30T14:22:02.712Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3196 | 2025-06-30T14:22:03.837Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3197 | 2025-06-30T14:22:04.283Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3198 | 2025-06-30T14:22:05.494Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3199 | 2025-06-30T14:22:05.825Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3200 | 2025-06-30T14:22:05.850Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3201 | 2025-06-30T14:22:06.063Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3202 | 2025-06-30T14:22:06.281Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3203 | 2025-06-30T14:22:06.583Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3204 | 2025-06-30T14:22:07.420Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3205 | 2025-06-30T14:22:07.672Z | Compiling num-bigint v0.4.6 |
| 3206 | 2025-06-30T14:22:07.819Z | Compiling des v0.8.1 |
| 3207 | 2025-06-30T14:22:08.156Z | Compiling subprocess v0.2.9 |
| 3208 | 2025-06-30T14:22:08.635Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3209 | 2025-06-30T14:22:09.377Z | Compiling hex-literal v0.4.1 |
| 3210 | 2025-06-30T14:22:09.558Z | Compiling display-error-chain v0.2.2 |
| 3211 | 2025-06-30T14:22:09.596Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3212 | 2025-06-30T14:22:09.802Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3213 | 2025-06-30T14:22:09.830Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3214 | 2025-06-30T14:22:11.734Z | Compiling russh v0.45.0 |
| 3215 | 2025-06-30T14:22:12.008Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3216 | 2025-06-30T14:22:12.250Z | Compiling internet-checksum v0.2.1 |
| 3217 | 2025-06-30T14:22:17.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3218 | 2025-06-30T14:22:18.800Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3219 | 2025-06-30T14:22:49.623Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3220 | 2025-06-30T14:23:17.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
| 3221 | 2025-06-30T14:23:17.684Z | |
| 3222 | 2025-06-30T14:23:17.708Z | real 2:32.793204514 |
| 3223 | 2025-06-30T14:23:17.708Z | user 12:25.890291019 |
| 3224 | 2025-06-30T14:23:17.708Z | sys 2:01.815464996 |
| 3225 | 2025-06-30T14:23:17.708Z | trap 0.346214705 |
| 3226 | 2025-06-30T14:23:17.709Z | tflt 0.105861801 |
| 3227 | 2025-06-30T14:23:17.709Z | dflt 0.961825187 |
| 3228 | 2025-06-30T14:23:17.709Z | kflt 0.000094715 |
| 3229 | 2025-06-30T14:23:17.709Z | lock 21:09.714222519 |
| 3230 | 2025-06-30T14:23:17.709Z | slp 45:00.083713932 |
| 3231 | 2025-06-30T14:23:17.709Z | lat 42.875109414 |
| 3232 | 2025-06-30T14:23:17.709Z | stop 1:53.120698467 |
| 3233 | 2025-06-30T14:23:17.709Z | + mkdir tests |
| 3234 | 2025-06-30T14:23:17.709Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3235 | 2025-06-30T14:23:17.709Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3236 | 2025-06-30T14:23:17.734Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9b5f8b42d7cb05a3 tests/ |
| 3237 | 2025-06-30T14:23:17.762Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1f2cda9915ecd0d tests/ |
| 3238 | 2025-06-30T14:23:17.787Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f4e140d905b5529 tests/ |
| 3239 | 2025-06-30T14:23:17.812Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0d0c5275531fa534 tests/ |
| 3240 | 2025-06-30T14:23:18.126Z | + 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/*) |
| 3241 | 2025-06-30T14:23:18.151Z | + 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-c1f2cda9915ecd0d tests/commtest-4f4e140d905b5529 tests/dhcp_server-9b5f8b42d7cb05a3 tests/end_to_end_tests-0d0c5275531fa534 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 |
| 3242 | 2025-06-30T14:25:11.458Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3243 | 2025-06-30T14:25:11.459Z | a .github/buildomat/ci-env.sh 1K |
| 3244 | 2025-06-30T14:25:11.459Z | a out/target/test 1K |
| 3245 | 2025-06-30T14:25:11.459Z | a out/npuzone/npuzone 23144K |
| 3246 | 2025-06-30T14:25:11.459Z | a package-manifest.toml 33K |
| 3247 | 2025-06-30T14:25:11.459Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3248 | 2025-06-30T14:25:11.459Z | a target/release/omicron-package 41129K |
| 3249 | 2025-06-30T14:25:11.459Z | a target/release/xtask 11702K |
| 3250 | 2025-06-30T14:25:11.459Z | a target/debug/bootstrap 241473K |
| 3251 | 2025-06-30T14:25:11.459Z | a tests/bootstrap-c1f2cda9915ecd0d 23192K |
| 3252 | 2025-06-30T14:25:11.459Z | a tests/commtest-4f4e140d905b5529 24835K |
| 3253 | 2025-06-30T14:25:11.459Z | a tests/dhcp_server-9b5f8b42d7cb05a3 23192K |
| 3254 | 2025-06-30T14:25:11.459Z | a tests/end_to_end_tests-0d0c5275531fa534 314765K |
| 3255 | 2025-06-30T14:25:11.459Z | a out/clickhouse.tar.gz 316430K |
| 3256 | 2025-06-30T14:25:11.459Z | a out/clickhouse_keeper.tar.gz 300195K |
| 3257 | 2025-06-30T14:25:11.459Z | a out/clickhouse_server.tar.gz 316430K |
| 3258 | 2025-06-30T14:25:11.459Z | a out/cockroachdb.tar.gz 160063K |
| 3259 | 2025-06-30T14:25:11.459Z | a out/crucible-dtrace.tar 98K |
| 3260 | 2025-06-30T14:25:11.459Z | a out/crucible-pantry-zone.tar.gz 38997K |
| 3261 | 2025-06-30T14:25:11.459Z | a out/crucible-zone.tar.gz 48881K |
| 3262 | 2025-06-30T14:25:11.459Z | a out/external-dns.tar.gz 50714K |
| 3263 | 2025-06-30T14:25:11.459Z | a out/internal-dns.tar.gz 50714K |
| 3264 | 2025-06-30T14:25:11.459Z | a out/mg-ddm-gz.tar 91780K |
| 3265 | 2025-06-30T14:25:11.459Z | a out/nexus.tar.gz 128440K |
| 3266 | 2025-06-30T14:25:11.459Z | a out/ntp.tar.gz 16665K |
| 3267 | 2025-06-30T14:25:11.459Z | a out/omicron-gateway-softnpu.tar.gz 29207K |
| 3268 | 2025-06-30T14:25:11.459Z | a out/omicron-sled-agent.tar 139629K |
| 3269 | 2025-06-30T14:25:11.459Z | a out/overlay.tar.gz 3K |
| 3270 | 2025-06-30T14:25:11.459Z | a out/oximeter.tar.gz 62324K |
| 3271 | 2025-06-30T14:25:11.459Z | a out/oxlog.tar 3979K |
| 3272 | 2025-06-30T14:25:11.459Z | a out/probe.tar.gz 3037K |
| 3273 | 2025-06-30T14:25:11.459Z | a out/propolis-server.tar.gz 68618K |
| 3274 | 2025-06-30T14:25:11.459Z | a out/pumpkind-gz.tar 26648K |
| 3275 | 2025-06-30T14:25:11.459Z | a out/switch-softnpu.tar.gz 335638K |
| 3276 | 2025-06-30T14:25:11.485Z | |
| 3277 | 2025-06-30T14:25:11.485Z | real 1:53.329719895 |
| 3278 | 2025-06-30T14:25:11.485Z | user 1:45.314043403 |
| 3279 | 2025-06-30T14:25:11.485Z | sys 9.694573697 |
| 3280 | 2025-06-30T14:25:11.485Z | trap 0.031926135 |
| 3281 | 2025-06-30T14:25:11.485Z | tflt 0.000000000 |
| 3282 | 2025-06-30T14:25:11.485Z | dflt 0.000000000 |
| 3283 | 2025-06-30T14:25:11.485Z | kflt 0.000000000 |
| 3284 | 2025-06-30T14:25:11.485Z | lock 0.000000000 |
| 3285 | 2025-06-30T14:25:11.485Z | slp 1:45.461015792 |
| 3286 | 2025-06-30T14:25:11.485Z | lat 6.151740502 |
| 3287 | 2025-06-30T14:25:11.485Z | stop 0.000961387 |
| 3288 | 2025-06-30T14:25:11.485Z | process exited: duration 2106208 ms, exit code 0 |
| |
| 3289 | 2025-06-30T14:25:11.569Z | found 1 output files |
| 3290 | 2025-06-30T14:25:11.569Z | uploading: /work/package.tar.gz (2191192472 bytes) |
| 3291 | 2025-06-30T14:29:32.633Z | uploaded: /work/package.tar.gz |