|
|
|
| 1 | 2025-05-14T15:42:36.790Z | job assigned to worker 01JV7QAN1WZ2PM0M6YFJ9CEQKX [factory aws, i-057c87503350eb0c5] (queued for 1 m 1 s) |
| |
| 2 | 2025-05-14T15:42:45.284Z | starting task 0: "setup" |
| 3 | 2025-05-14T15:42:45.289Z | ++ uname -s |
| 4 | 2025-05-14T15:42:45.292Z | + kern=SunOS |
| 5 | 2025-05-14T15:42:45.292Z | + build_user=build |
| 6 | 2025-05-14T15:42:45.292Z | + build_uid=12345 |
| 7 | 2025-05-14T15:42:45.292Z | + work_dir=/work |
| 8 | 2025-05-14T15:42:45.292Z | + input_dir=/input |
| 9 | 2025-05-14T15:42:45.292Z | + [[ 0 == 12345 ]] |
| 10 | 2025-05-14T15:42:45.292Z | + case "$kern" in |
| 11 | 2025-05-14T15:42:45.292Z | + groupadd -g 12345 build |
| 12 | 2025-05-14T15:42:45.295Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-05-14T15:42:47.301Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-05-14T15:42:47.480Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-05-14T15:42:47.484Z | + home_fs=zfs |
| 16 | 2025-05-14T15:42:47.484Z | + [[ zfs == autofs ]] |
| 17 | 2025-05-14T15:42:47.484Z | + mkdir -p /home/build |
| 18 | 2025-05-14T15:42:47.487Z | + chown build:build /home/build /work |
| 19 | 2025-05-14T15:42:48.488Z | + chmod 0700 /home/build /work |
| 20 | 2025-05-14T15:42:48.491Z | process exited: duration 3210 ms, exit code 0 |
| |
| 21 | 2025-05-14T15:42:48.499Z | starting task 1: "rust-toolchain" |
| 22 | 2025-05-14T15:42:48.505Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-05-14T15:42:48.505Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-05-14T15:42:48.505Z | * rust toolchain profile = "default" |
| 25 | 2025-05-14T15:42:48.505Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-05-14T15:42:48.505Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-05-14T15:42:48.505Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-05-14T15:42:48.508Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-05-14T15:42:48.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-05-14T15:42:48.641Z | info: downloading installer |
| 31 | 2025-05-14T15:42:50.252Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-05-14T15:42:50.252Z | warn: /opt/ooce/bin |
| 33 | 2025-05-14T15:42:50.252Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-05-14T15:42:50.252Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-05-14T15:42:50.252Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-05-14T15:42:50.252Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-05-14T15:42:50.252Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-05-14T15:42:50.252Z | error: cannot install while Rust is installed |
| 39 | 2025-05-14T15:42:50.252Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-05-14T15:42:50.269Z | info: profile set to 'default' |
| 41 | 2025-05-14T15:42:50.269Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-05-14T15:42:50.272Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-05-14T15:42:50.464Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-05-14T15:42:50.464Z | info: downloading component 'cargo' |
| 45 | 2025-05-14T15:42:51.545Z | info: downloading component 'clippy' |
| 46 | 2025-05-14T15:42:51.981Z | info: downloading component 'rust-docs' |
| 47 | 2025-05-14T15:42:53.551Z | info: downloading component 'rust-std' |
| 48 | 2025-05-14T15:42:55.413Z | info: downloading component 'rustc' |
| 49 | 2025-05-14T15:43:01.502Z | info: downloading component 'rustfmt' |
| 50 | 2025-05-14T15:43:01.784Z | info: installing component 'cargo' |
| 51 | 2025-05-14T15:43:02.663Z | info: installing component 'clippy' |
| 52 | 2025-05-14T15:43:03.065Z | info: installing component 'rust-docs' |
| 53 | 2025-05-14T15:43:05.015Z | info: installing component 'rust-std' |
| 54 | 2025-05-14T15:43:06.816Z | info: installing component 'rustc' |
| 55 | 2025-05-14T15:43:13.529Z | info: installing component 'rustfmt' |
| 56 | 2025-05-14T15:43:13.874Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-05-14T15:43:13.874Z | |
| 58 | 2025-05-14T15:43:14.289Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-05-14T15:43:14.289Z | |
| 60 | 2025-05-14T15:43:14.292Z | |
| 61 | 2025-05-14T15:43:14.292Z | Rust is installed now. Great! |
| 62 | 2025-05-14T15:43:14.292Z | |
| 63 | 2025-05-14T15:43:14.292Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-05-14T15:43:14.293Z | environment variable. This has not been done automatically. |
| 65 | 2025-05-14T15:43:14.293Z | |
| 66 | 2025-05-14T15:43:14.293Z | To configure your current shell, you need to source |
| 67 | 2025-05-14T15:43:14.293Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-05-14T15:43:14.293Z | |
| 69 | 2025-05-14T15:43:14.293Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-05-14T15:43:14.293Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-05-14T15:43:14.293Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-05-14T15:43:14.293Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-05-14T15:43:14.381Z | + rustup --version |
| 74 | 2025-05-14T15:43:14.398Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-05-14T15:43:14.398Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 76 | 2025-05-14T15:43:14.525Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-05-14T15:43:14.531Z | + cargo --version |
| 78 | 2025-05-14T15:43:14.605Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-05-14T15:43:14.608Z | + rustc --version |
| 80 | 2025-05-14T15:43:14.684Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-05-14T15:43:14.689Z | process exited: duration 26184 ms, exit code 0 |
| |
| 82 | 2025-05-14T15:43:14.696Z | starting task 2: "authentication" |
| 83 | 2025-05-14T15:43:14.720Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2025-05-14T15:43:14.728Z | starting task 3: "clone repository" |
| 85 | 2025-05-14T15:43:14.734Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-05-14T15:43:14.737Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-05-14T15:43:14.773Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-05-14T15:43:24.093Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-05-14T15:43:24.093Z | + git fetch origin b2583a79d18df2494c6c145c332b0b859e951205 |
| 90 | 2025-05-14T15:43:24.432Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-05-14T15:43:24.432Z | * branch b2583a79d18df2494c6c145c332b0b859e951205 -> FETCH_HEAD |
| 92 | 2025-05-14T15:43:24.444Z | + [[ -n john/sled-agent-config-reconciler-zones ]] |
| 93 | 2025-05-14T15:43:24.448Z | ++ git branch --show-current |
| 94 | 2025-05-14T15:43:24.451Z | + current=main |
| 95 | 2025-05-14T15:43:24.451Z | + [[ main != john/sled-agent-config-reconciler-zones ]] |
| 96 | 2025-05-14T15:43:24.451Z | + git branch -f john/sled-agent-config-reconciler-zones b2583a79d18df2494c6c145c332b0b859e951205 |
| 97 | 2025-05-14T15:43:24.455Z | + git checkout -f john/sled-agent-config-reconciler-zones |
| 98 | 2025-05-14T15:43:24.686Z | Switched to branch 'john/sled-agent-config-reconciler-zones' |
| 99 | 2025-05-14T15:43:24.690Z | + git reset --hard b2583a79d18df2494c6c145c332b0b859e951205 |
| 100 | 2025-05-14T15:43:24.737Z | HEAD is now at b2583a79d add doc comment to ZoneState |
| 101 | 2025-05-14T15:43:24.740Z | process exited: duration 10008 ms, exit code 0 |
| |
| 102 | 2025-05-14T15:43:24.746Z | starting task 4: "build" |
| 103 | 2025-05-14T15:43:24.752Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-05-14T15:43:24.755Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-05-14T15:43:24.755Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-05-14T15:43:24.755Z | + cargo --version |
| 107 | 2025-05-14T15:43:24.813Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-05-14T15:43:24.816Z | + rustc --version |
| 109 | 2025-05-14T15:43:24.891Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-05-14T15:43:24.894Z | + WORK=/work |
| 111 | 2025-05-14T15:43:24.894Z | + pfexec mkdir -p /work |
| 112 | 2025-05-14T15:43:24.898Z | + pfexec chown build /work |
| 113 | 2025-05-14T15:43:24.901Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-05-14T15:43:35.435Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-05-14T15:43:41.175Z | Startup: Caching catalogs ... Done |
| 116 | 2025-05-14T15:43:46.480Z | Planning: Solver setup ... Done (4.077s) |
| 117 | 2025-05-14T15:43:46.521Z | Planning: Running solver ... Done (0.041s) |
| 118 | 2025-05-14T15:43:46.611Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-05-14T15:43:46.624Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-05-14T15:43:46.782Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-05-14T15:43:46.839Z | Planning: Package planning ... Done (0.057s) |
| 122 | 2025-05-14T15:43:46.891Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2025-05-14T15:43:47.198Z | Planning: Checking for conflicting actions ... Done (0.306s) |
| 124 | 2025-05-14T15:43:47.211Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2025-05-14T15:43:48.228Z | Planning: Evaluating mediators ... Done (1.017s) |
| 126 | 2025-05-14T15:43:48.238Z | Planning: Planning completed in 6.94 seconds |
| 127 | 2025-05-14T15:43:48.256Z | Packages to install: 4 |
| 128 | 2025-05-14T15:43:48.256Z | Mediators to change: 2 |
| 129 | 2025-05-14T15:43:48.256Z | Services to change: 1 |
| 130 | 2025-05-14T15:43:48.260Z | Estimated space available: 155.55 GB |
| 131 | 2025-05-14T15:43:48.260Z | Estimated space to be consumed: 1.65 GB |
| 132 | 2025-05-14T15:43:48.260Z | Create boot environment: No |
| 133 | 2025-05-14T15:43:48.260Z | Create backup boot environment: No |
| 134 | 2025-05-14T15:43:48.260Z | Rebuild boot archive: No |
| 135 | 2025-05-14T15:43:48.260Z | |
| 136 | 2025-05-14T15:43:48.260Z | Changed mediators: |
| 137 | 2025-05-14T15:43:48.260Z | mediator clang: |
| 138 | 2025-05-14T15:43:48.260Z | version: None -> 15 (system default) |
| 139 | 2025-05-14T15:43:48.260Z | |
| 140 | 2025-05-14T15:43:48.260Z | mediator llvm: |
| 141 | 2025-05-14T15:43:48.260Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-05-14T15:43:48.260Z | |
| 143 | 2025-05-14T15:43:48.260Z | Changed packages: |
| 144 | 2025-05-14T15:43:48.260Z | helios-dev |
| 145 | 2025-05-14T15:43:48.260Z | developer/build-essential |
| 146 | 2025-05-14T15:43:48.260Z | None -> 11-2.0 |
| 147 | 2025-05-14T15:43:48.260Z | library/libxmlsec1 |
| 148 | 2025-05-14T15:43:48.260Z | None -> 1.2.35-2.0 |
| 149 | 2025-05-14T15:43:48.260Z | ooce/developer/clang-15 |
| 150 | 2025-05-14T15:43:48.260Z | None -> 15.0.7-2.0 |
| 151 | 2025-05-14T15:43:48.260Z | ooce/developer/llvm-15 |
| 152 | 2025-05-14T15:43:48.260Z | None -> 15.0.7-2.0 |
| 153 | 2025-05-14T15:43:48.260Z | |
| 154 | 2025-05-14T15:43:48.260Z | Services: |
| 155 | 2025-05-14T15:43:48.260Z | restart_fmri: |
| 156 | 2025-05-14T15:43:48.260Z | svc:/system/update-man-index:default |
| 157 | 2025-05-14T15:43:48.312Z | |
| 158 | 2025-05-14T15:43:48.312Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-05-14T15:43:53.314Z | Download: 1251/3290 items 100.1/212.6MB 47% complete (20.2M/s) |
| 160 | 2025-05-14T15:43:58.332Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
| 161 | 2025-05-14T15:44:03.333Z | Download: 3275/3290 items 205.7/212.6MB 96% complete (11.1M/s) |
| 162 | 2025-05-14T15:44:04.219Z | Download: Completed 212.60 MB in 15.90 seconds (13.4M/s) |
| 163 | 2025-05-14T15:44:04.501Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-05-14T15:44:09.154Z | Actions: Completed 3689 actions in 4.65 seconds. |
| 165 | 2025-05-14T15:44:09.720Z | Done (0.560s) |
| 166 | 2025-05-14T15:44:09.720Z | Done (0.000s) |
| 167 | 2025-05-14T15:44:10.468Z | Done (0.747s) |
| 168 | 2025-05-14T15:44:15.365Z | Done (4.581s) |
| 169 | 2025-05-14T15:44:15.469Z | Done (0.019s) |
| 170 | 2025-05-14T15:44:15.484Z | Done (0.000s) |
| 171 | 2025-05-14T15:44:15.646Z | Done (0.000s) |
| 172 | 2025-05-14T15:44:16.517Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2025-05-14T15:44:16.693Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2025-05-14T15:44:16.696Z | Planning: Consolidating action changes ... Done |
| 175 | 2025-05-14T15:44:16.986Z | Planning: Evaluating mediators ... Done |
| 176 | 2025-05-14T15:44:16.989Z | Planning: Planning completed in 0.47 seconds |
| 177 | 2025-05-14T15:44:17.021Z | Mediators to change: 2 |
| 178 | 2025-05-14T15:44:17.021Z | Create boot environment: No |
| 179 | 2025-05-14T15:44:17.021Z | Create backup boot environment: No |
| 180 | 2025-05-14T15:44:17.164Z | Done |
| 181 | 2025-05-14T15:44:17.164Z | Done |
| 182 | 2025-05-14T15:44:17.692Z | Done |
| 183 | 2025-05-14T15:44:21.979Z | Done |
| 184 | 2025-05-14T15:44:22.087Z | Done |
| 185 | 2025-05-14T15:44:22.090Z | Done |
| 186 | 2025-05-14T15:44:22.185Z | Done |
| 187 | 2025-05-14T15:44:22.899Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2025-05-14T15:44:22.905Z | Planning: Merging actions ... Done |
| 189 | 2025-05-14T15:44:23.095Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2025-05-14T15:44:23.104Z | Planning: Consolidating action changes ... Done |
| 191 | 2025-05-14T15:44:23.383Z | Planning: Evaluating mediators ... Done |
| 192 | 2025-05-14T15:44:23.445Z | Planning: Planning completed in 0.81 seconds |
| 193 | 2025-05-14T15:44:23.480Z | Packages to change: 1 |
| 194 | 2025-05-14T15:44:23.481Z | Mediators to change: 1 |
| 195 | 2025-05-14T15:44:23.481Z | Services to change: 1 |
| 196 | 2025-05-14T15:44:23.481Z | Create boot environment: No |
| 197 | 2025-05-14T15:44:23.481Z | Create backup boot environment: Yes |
| 198 | 2025-05-14T15:44:25.998Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2025-05-14T15:44:26.002Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2025-05-14T15:44:26.002Z | Done |
| 201 | 2025-05-14T15:44:26.002Z | Done |
| 202 | 2025-05-14T15:44:26.151Z | Done |
| 203 | 2025-05-14T15:44:30.426Z | Done |
| 204 | 2025-05-14T15:44:30.558Z | Done |
| 205 | 2025-05-14T15:44:30.611Z | Done |
| 206 | 2025-05-14T15:44:30.689Z | Done |
| 207 | 2025-05-14T15:44:31.198Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2025-05-14T15:44:31.198Z | clang system 15 system |
| 209 | 2025-05-14T15:44:31.198Z | csh system system illumos |
| 210 | 2025-05-14T15:44:31.198Z | ctags system system illumos |
| 211 | 2025-05-14T15:44:31.198Z | file system system illumos |
| 212 | 2025-05-14T15:44:31.198Z | gcc vendor 12 vendor |
| 213 | 2025-05-14T15:44:31.198Z | gcc system 10 system |
| 214 | 2025-05-14T15:44:31.198Z | gcc system 7 system |
| 215 | 2025-05-14T15:44:31.198Z | go system 1.20 system |
| 216 | 2025-05-14T15:44:31.198Z | go system 1.19 system |
| 217 | 2025-05-14T15:44:31.198Z | llvm system 15 system |
| 218 | 2025-05-14T15:44:31.198Z | llvm system 14 system |
| 219 | 2025-05-14T15:44:31.198Z | mariadb system 10.6 system |
| 220 | 2025-05-14T15:44:31.198Z | mta vendor vendor dma |
| 221 | 2025-05-14T15:44:31.199Z | openjdk system 17 system |
| 222 | 2025-05-14T15:44:31.199Z | openjdk system 11 system |
| 223 | 2025-05-14T15:44:31.199Z | openjdk system 1.8 system |
| 224 | 2025-05-14T15:44:31.199Z | openssl vendor 3 vendor |
| 225 | 2025-05-14T15:44:31.199Z | perl system 5.36 system |
| 226 | 2025-05-14T15:44:31.199Z | postgresql system 15 system |
| 227 | 2025-05-14T15:44:31.199Z | postgresql system 13 system |
| 228 | 2025-05-14T15:44:31.199Z | python vendor 3 vendor |
| 229 | 2025-05-14T15:44:31.199Z | python system 2 system |
| 230 | 2025-05-14T15:44:31.199Z | python3 system 3.11 system |
| 231 | 2025-05-14T15:44:31.199Z | ruby system 3.0 system |
| 232 | 2025-05-14T15:44:31.199Z | words vendor vendor american-english |
| 233 | 2025-05-14T15:44:31.199Z | words system system australian-english |
| 234 | 2025-05-14T15:44:31.199Z | words system system british-english |
| 235 | 2025-05-14T15:44:31.199Z | words system system canadian-english |
| 236 | 2025-05-14T15:44:31.199Z | words system system french |
| 237 | 2025-05-14T15:44:31.199Z | words system system italian |
| 238 | 2025-05-14T15:44:31.200Z | words system system ngerman |
| 239 | 2025-05-14T15:44:31.200Z | words system system ogerman |
| 240 | 2025-05-14T15:44:31.200Z | words system system spanish |
| 241 | 2025-05-14T15:44:31.592Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2025-05-14T15:44:31.592Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2025-05-14T15:44:35.574Z | FMRI IFO |
| 244 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2025-05-14T15:44:35.574Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2025-05-14T15:44:35.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2025-05-14T15:44:35.575Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2025-05-14T15:44:36.649Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2025-05-14T15:44:36.961Z | Updating git repository `https://github.com/seanmonstar/reqwest` |
| 261 | 2025-05-14T15:44:37.666Z | Updating crates.io index |
| 262 | 2025-05-14T15:44:37.713Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2025-05-14T15:44:38.028Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2025-05-14T15:44:38.629Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2025-05-14T15:44:38.940Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2025-05-14T15:44:39.189Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2025-05-14T15:44:39.626Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2025-05-14T15:44:40.714Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2025-05-14T15:44:42.794Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2025-05-14T15:44:43.686Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2025-05-14T15:44:44.418Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2025-05-14T15:44:44.717Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2025-05-14T15:44:45.133Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2025-05-14T15:44:45.850Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2025-05-14T15:44:46.232Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2025-05-14T15:44:46.799Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2025-05-14T15:44:47.124Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2025-05-14T15:44:47.514Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 279 | 2025-05-14T15:44:47.836Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 280 | 2025-05-14T15:44:48.173Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2025-05-14T15:44:48.465Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2025-05-14T15:44:48.757Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2025-05-14T15:44:49.079Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2025-05-14T15:44:49.520Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2025-05-14T15:44:49.917Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 286 | 2025-05-14T15:44:50.177Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2025-05-14T15:44:50.606Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 288 | 2025-05-14T15:44:51.057Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2025-05-14T15:44:51.452Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 290 | 2025-05-14T15:44:51.820Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2025-05-14T15:44:52.313Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2025-05-14T15:44:52.607Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2025-05-14T15:44:52.920Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2025-05-14T15:44:53.269Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 295 | 2025-05-14T15:45:02.997Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 296 | 2025-05-14T15:45:04.596Z | Downloading crates ... |
| 297 | 2025-05-14T15:45:04.660Z | Downloaded bitflags v1.3.2 |
| 298 | 2025-05-14T15:45:04.666Z | Downloaded cargo-platform v0.1.8 |
| 299 | 2025-05-14T15:45:04.669Z | Downloaded anstream v0.6.18 |
| 300 | 2025-05-14T15:45:04.673Z | Downloaded autocfg v1.4.0 |
| 301 | 2025-05-14T15:45:04.676Z | Downloaded equivalent v1.0.1 |
| 302 | 2025-05-14T15:45:04.685Z | Downloaded pretty-hex v0.4.1 |
| 303 | 2025-05-14T15:45:04.695Z | Downloaded winnow v0.7.3 |
| 304 | 2025-05-14T15:45:04.705Z | Downloaded usdt-attr-macro v0.5.0 |
| 305 | 2025-05-14T15:45:04.708Z | Downloaded anstyle v1.0.10 |
| 306 | 2025-05-14T15:45:04.708Z | Downloaded scroll_derive v0.12.0 |
| 307 | 2025-05-14T15:45:04.712Z | Downloaded cpufeatures v0.2.14 |
| 308 | 2025-05-14T15:45:04.712Z | Downloaded bytecount v0.6.8 |
| 309 | 2025-05-14T15:45:04.715Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2025-05-14T15:45:04.715Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2025-05-14T15:45:04.715Z | Downloaded anstyle-query v1.1.1 |
| 312 | 2025-05-14T15:45:04.718Z | Downloaded usdt v0.5.0 |
| 313 | 2025-05-14T15:45:04.718Z | Downloaded cfg-if v1.0.0 |
| 314 | 2025-05-14T15:45:04.721Z | Downloaded crypto-common v0.1.6 |
| 315 | 2025-05-14T15:45:04.721Z | Downloaded clap_lex v0.7.4 |
| 316 | 2025-05-14T15:45:04.725Z | Downloaded byteorder v1.5.0 |
| 317 | 2025-05-14T15:45:04.725Z | Downloaded colorchoice v1.0.2 |
| 318 | 2025-05-14T15:45:04.728Z | Downloaded anstyle-parse v0.2.5 |
| 319 | 2025-05-14T15:45:04.728Z | Downloaded macaddr v1.0.1 |
| 320 | 2025-05-14T15:45:04.731Z | Downloaded memmap v0.7.0 |
| 321 | 2025-05-14T15:45:04.731Z | Downloaded is_terminal_polyfill v1.70.1 |
| 322 | 2025-05-14T15:45:04.734Z | Downloaded fs-err v3.1.0 |
| 323 | 2025-05-14T15:45:04.734Z | Downloaded fnv v1.0.7 |
| 324 | 2025-05-14T15:45:04.738Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2025-05-14T15:45:04.738Z | Downloaded heck v0.5.0 |
| 326 | 2025-05-14T15:45:04.738Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2025-05-14T15:45:04.741Z | Downloaded generic-array v0.14.7 |
| 328 | 2025-05-14T15:45:04.741Z | Downloaded fastrand v2.1.1 |
| 329 | 2025-05-14T15:45:04.744Z | Downloaded strsim v0.11.1 |
| 330 | 2025-05-14T15:45:04.748Z | Downloaded thread-id v4.2.2 |
| 331 | 2025-05-14T15:45:04.748Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2025-05-14T15:45:04.748Z | Downloaded terminal_size v0.2.6 |
| 333 | 2025-05-14T15:45:04.751Z | Downloaded swrite v0.1.0 |
| 334 | 2025-05-14T15:45:04.751Z | Downloaded smawk v0.3.2 |
| 335 | 2025-05-14T15:45:04.754Z | Downloaded terminal_size v0.4.0 |
| 336 | 2025-05-14T15:45:04.757Z | Downloaded serde_spanned v0.6.8 |
| 337 | 2025-05-14T15:45:04.757Z | Downloaded version_check v0.9.5 |
| 338 | 2025-05-14T15:45:04.761Z | Downloaded heck v0.4.1 |
| 339 | 2025-05-14T15:45:04.764Z | Downloaded thiserror v1.0.69 |
| 340 | 2025-05-14T15:45:04.767Z | Downloaded utf8parse v0.2.2 |
| 341 | 2025-05-14T15:45:04.770Z | Downloaded thiserror-impl v2.0.12 |
| 342 | 2025-05-14T15:45:04.770Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2025-05-14T15:45:04.773Z | Downloaded itoa v1.0.11 |
| 344 | 2025-05-14T15:45:04.773Z | Downloaded digest v0.10.7 |
| 345 | 2025-05-14T15:45:04.776Z | Downloaded cargo_metadata v0.19.2 |
| 346 | 2025-05-14T15:45:04.776Z | Downloaded errno v0.3.9 |
| 347 | 2025-05-14T15:45:04.780Z | Downloaded block-buffer v0.10.4 |
| 348 | 2025-05-14T15:45:04.783Z | Downloaded dof v0.3.0 |
| 349 | 2025-05-14T15:45:04.783Z | Downloaded cargo_toml v0.21.0 |
| 350 | 2025-05-14T15:45:04.783Z | Downloaded io-lifetimes v1.0.11 |
| 351 | 2025-05-14T15:45:04.789Z | Downloaded thiserror v2.0.12 |
| 352 | 2025-05-14T15:45:04.795Z | Downloaded plain v0.2.3 |
| 353 | 2025-05-14T15:45:04.799Z | Downloaded sha2 v0.10.8 |
| 354 | 2025-05-14T15:45:04.799Z | Downloaded serde_tokenstream v0.2.2 |
| 355 | 2025-05-14T15:45:04.799Z | Downloaded semver v1.0.26 |
| 356 | 2025-05-14T15:45:04.802Z | Downloaded scroll v0.12.0 |
| 357 | 2025-05-14T15:45:04.806Z | Downloaded clap_derive v4.5.32 |
| 358 | 2025-05-14T15:45:04.806Z | Downloaded thiserror-impl v1.0.69 |
| 359 | 2025-05-14T15:45:04.809Z | Downloaded pest_derive v2.7.14 |
| 360 | 2025-05-14T15:45:04.812Z | Downloaded anyhow v1.0.98 |
| 361 | 2025-05-14T15:45:04.815Z | Downloaded tempfile v3.13.0 |
| 362 | 2025-05-14T15:45:04.818Z | Downloaded camino-tempfile v1.3.0 |
| 363 | 2025-05-14T15:45:04.822Z | Downloaded log v0.4.22 |
| 364 | 2025-05-14T15:45:04.825Z | Downloaded toml_datetime v0.6.8 |
| 365 | 2025-05-14T15:45:04.829Z | Downloaded proc-macro-error v1.0.4 |
| 366 | 2025-05-14T15:45:04.829Z | Downloaded papergrid v0.11.0 |
| 367 | 2025-05-14T15:45:04.833Z | Downloaded typenum v1.17.0 |
| 368 | 2025-05-14T15:45:04.836Z | Downloaded pest_meta v2.7.14 |
| 369 | 2025-05-14T15:45:04.839Z | Downloaded pest_generator v2.7.14 |
| 370 | 2025-05-14T15:45:04.839Z | Downloaded unicode-ident v1.0.14 |
| 371 | 2025-05-14T15:45:04.842Z | Downloaded zerocopy-derive v0.7.35 |
| 372 | 2025-05-14T15:45:04.846Z | Downloaded textwrap v0.16.1 |
| 373 | 2025-05-14T15:45:04.849Z | Downloaded ucd-trie v0.1.7 |
| 374 | 2025-05-14T15:45:04.852Z | Downloaded quote v1.0.39 |
| 375 | 2025-05-14T15:45:04.852Z | Downloaded once_cell v1.21.3 |
| 376 | 2025-05-14T15:45:04.855Z | Downloaded bitflags v2.9.0 |
| 377 | 2025-05-14T15:45:04.859Z | Downloaded serde_derive v1.0.219 |
| 378 | 2025-05-14T15:45:04.862Z | Downloaded clap v4.5.35 |
| 379 | 2025-05-14T15:45:04.870Z | Downloaded proc-macro2 v1.0.94 |
| 380 | 2025-05-14T15:45:04.873Z | Downloaded toml v0.8.20 |
| 381 | 2025-05-14T15:45:04.877Z | Downloaded ryu v1.0.18 |
| 382 | 2025-05-14T15:45:04.880Z | Downloaded camino v1.1.9 |
| 383 | 2025-05-14T15:45:04.883Z | Downloaded serde v1.0.219 |
| 384 | 2025-05-14T15:45:04.900Z | Downloaded memchr v2.7.4 |
| 385 | 2025-05-14T15:45:04.908Z | Downloaded indexmap v2.9.0 |
| 386 | 2025-05-14T15:45:04.917Z | Downloaded toml_edit v0.22.24 |
| 387 | 2025-05-14T15:45:04.948Z | Downloaded hashbrown v0.15.1 |
| 388 | 2025-05-14T15:45:04.956Z | Downloaded pest v2.7.14 |
| 389 | 2025-05-14T15:45:04.973Z | Downloaded goblin v0.8.2 |
| 390 | 2025-05-14T15:45:04.979Z | Downloaded zerocopy v0.7.35 |
| 391 | 2025-05-14T15:45:04.995Z | Downloaded serde_json v1.0.140 |
| 392 | 2025-05-14T15:45:05.003Z | Downloaded tabled v0.15.0 |
| 393 | 2025-05-14T15:45:05.018Z | Downloaded clap_builder v4.5.35 |
| 394 | 2025-05-14T15:45:05.025Z | Downloaded syn v1.0.109 |
| 395 | 2025-05-14T15:45:05.035Z | Downloaded unicode-width v0.1.14 |
| 396 | 2025-05-14T15:45:05.040Z | Downloaded syn v2.0.98 |
| 397 | 2025-05-14T15:45:05.051Z | Downloaded rustix v0.37.28 |
| 398 | 2025-05-14T15:45:05.070Z | Downloaded rustix v0.38.37 |
| 399 | 2025-05-14T15:45:05.109Z | Downloaded libc v0.2.171 |
| 400 | 2025-05-14T15:45:05.269Z | Compiling proc-macro2 v1.0.94 |
| 401 | 2025-05-14T15:45:05.269Z | Compiling unicode-ident v1.0.14 |
| 402 | 2025-05-14T15:45:05.273Z | Compiling serde v1.0.219 |
| 403 | 2025-05-14T15:45:05.273Z | Compiling libc v0.2.171 |
| 404 | 2025-05-14T15:45:05.273Z | Compiling version_check v0.9.5 |
| 405 | 2025-05-14T15:45:05.273Z | Compiling memchr v2.7.4 |
| 406 | 2025-05-14T15:45:05.273Z | Compiling thiserror v1.0.69 |
| 407 | 2025-05-14T15:45:05.273Z | Compiling ryu v1.0.18 |
| 408 | 2025-05-14T15:45:05.573Z | Compiling itoa v1.0.11 |
| 409 | 2025-05-14T15:45:05.866Z | Compiling ucd-trie v0.1.7 |
| 410 | 2025-05-14T15:45:06.118Z | Compiling once_cell v1.21.3 |
| 411 | 2025-05-14T15:45:06.272Z | Compiling byteorder v1.5.0 |
| 412 | 2025-05-14T15:45:06.445Z | Compiling rustix v0.38.37 |
| 413 | 2025-05-14T15:45:06.549Z | Compiling serde_json v1.0.140 |
| 414 | 2025-05-14T15:45:06.573Z | Compiling bitflags v2.9.0 |
| 415 | 2025-05-14T15:45:06.983Z | Compiling usdt-impl v0.5.0 |
| 416 | 2025-05-14T15:45:07.019Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2025-05-14T15:45:07.044Z | Compiling syn v1.0.109 |
| 418 | 2025-05-14T15:45:07.201Z | Compiling io-lifetimes v1.0.11 |
| 419 | 2025-05-14T15:45:07.311Z | Compiling errno v0.3.9 |
| 420 | 2025-05-14T15:45:07.337Z | Compiling quote v1.0.39 |
| 421 | 2025-05-14T15:45:07.581Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2025-05-14T15:45:07.640Z | Compiling camino v1.1.9 |
| 423 | 2025-05-14T15:45:07.763Z | Compiling syn v2.0.98 |
| 424 | 2025-05-14T15:45:07.957Z | Compiling thread-id v4.2.2 |
| 425 | 2025-05-14T15:45:07.991Z | Compiling rustix v0.37.28 |
| 426 | 2025-05-14T15:45:08.025Z | Compiling log v0.4.22 |
| 427 | 2025-05-14T15:45:08.051Z | Compiling hashbrown v0.15.1 |
| 428 | 2025-05-14T15:45:08.097Z | Compiling plain v0.2.3 |
| 429 | 2025-05-14T15:45:08.289Z | Compiling utf8parse v0.2.2 |
| 430 | 2025-05-14T15:45:08.316Z | Compiling equivalent v1.0.1 |
| 431 | 2025-05-14T15:45:08.487Z | Compiling anstyle-parse v0.2.5 |
| 432 | 2025-05-14T15:45:08.858Z | Compiling autocfg v1.4.0 |
| 433 | 2025-05-14T15:45:08.931Z | Compiling colorchoice v1.0.2 |
| 434 | 2025-05-14T15:45:09.053Z | Compiling thiserror v2.0.12 |
| 435 | 2025-05-14T15:45:09.117Z | Compiling is_terminal_polyfill v1.70.1 |
| 436 | 2025-05-14T15:45:09.235Z | Compiling indexmap v2.9.0 |
| 437 | 2025-05-14T15:45:09.260Z | Compiling semver v1.0.26 |
| 438 | 2025-05-14T15:45:09.287Z | Compiling pretty-hex v0.4.1 |
| 439 | 2025-05-14T15:45:09.549Z | Compiling winnow v0.7.3 |
| 440 | 2025-05-14T15:45:09.673Z | Compiling bitflags v1.3.2 |
| 441 | 2025-05-14T15:45:09.777Z | Compiling anstyle-query v1.1.1 |
| 442 | 2025-05-14T15:45:09.806Z | Compiling anstyle v1.0.10 |
| 443 | 2025-05-14T15:45:09.806Z | Compiling unicode-width v0.1.14 |
| 444 | 2025-05-14T15:45:10.045Z | Compiling fs-err v3.1.0 |
| 445 | 2025-05-14T15:45:10.307Z | Compiling anstream v0.6.18 |
| 446 | 2025-05-14T15:45:10.386Z | Compiling terminal_size v0.4.0 |
| 447 | 2025-05-14T15:45:10.785Z | Compiling strsim v0.11.1 |
| 448 | 2025-05-14T15:45:10.813Z | Compiling heck v0.4.1 |
| 449 | 2025-05-14T15:45:10.837Z | Compiling fnv v1.0.7 |
| 450 | 2025-05-14T15:45:11.006Z | Compiling anyhow v1.0.98 |
| 451 | 2025-05-14T15:45:11.033Z | Compiling fastrand v2.1.1 |
| 452 | 2025-05-14T15:45:11.260Z | Compiling heck v0.5.0 |
| 453 | 2025-05-14T15:45:11.574Z | Compiling clap_lex v0.7.4 |
| 454 | 2025-05-14T15:45:11.577Z | Compiling cfg-if v1.0.0 |
| 455 | 2025-05-14T15:45:11.669Z | Compiling bytecount v0.6.8 |
| 456 | 2025-05-14T15:45:11.921Z | Compiling clap_builder v4.5.35 |
| 457 | 2025-05-14T15:45:12.045Z | Compiling papergrid v0.11.0 |
| 458 | 2025-05-14T15:45:12.158Z | Compiling tempfile v3.13.0 |
| 459 | 2025-05-14T15:45:12.185Z | Compiling terminal_size v0.2.6 |
| 460 | 2025-05-14T15:45:12.374Z | Compiling memmap v0.7.0 |
| 461 | 2025-05-14T15:45:12.401Z | Compiling smawk v0.3.2 |
| 462 | 2025-05-14T15:45:12.654Z | Compiling unicode-linebreak v0.1.5 |
| 463 | 2025-05-14T15:45:13.180Z | Compiling textwrap v0.16.1 |
| 464 | 2025-05-14T15:45:13.209Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 465 | 2025-05-14T15:45:13.279Z | Compiling swrite v0.1.0 |
| 466 | 2025-05-14T15:45:13.886Z | Compiling tabled_derive v0.7.0 |
| 467 | 2025-05-14T15:45:15.339Z | Compiling serde_derive v1.0.219 |
| 468 | 2025-05-14T15:45:15.339Z | Compiling thiserror-impl v1.0.69 |
| 469 | 2025-05-14T15:45:15.342Z | Compiling zerocopy-derive v0.7.35 |
| 470 | 2025-05-14T15:45:15.342Z | Compiling scroll_derive v0.12.0 |
| 471 | 2025-05-14T15:45:15.342Z | Compiling thiserror-impl v2.0.12 |
| 472 | 2025-05-14T15:45:15.342Z | Compiling clap_derive v4.5.32 |
| 473 | 2025-05-14T15:45:15.478Z | Compiling tabled v0.15.0 |
| 474 | 2025-05-14T15:45:16.874Z | Compiling scroll v0.12.0 |
| 475 | 2025-05-14T15:45:17.458Z | Compiling goblin v0.8.2 |
| 476 | 2025-05-14T15:45:17.521Z | Compiling zerocopy v0.7.35 |
| 477 | 2025-05-14T15:45:18.659Z | Compiling pest v2.7.14 |
| 478 | 2025-05-14T15:45:19.808Z | Compiling clap v4.5.35 |
| 479 | 2025-05-14T15:45:21.013Z | Compiling pest_meta v2.7.14 |
| 480 | 2025-05-14T15:45:21.993Z | Compiling pest_generator v2.7.14 |
| 481 | 2025-05-14T15:45:23.450Z | Compiling pest_derive v2.7.14 |
| 482 | 2025-05-14T15:45:24.080Z | Compiling dtrace-parser v0.2.0 |
| 483 | 2025-05-14T15:45:24.866Z | Compiling serde_spanned v0.6.8 |
| 484 | 2025-05-14T15:45:24.866Z | Compiling toml_datetime v0.6.8 |
| 485 | 2025-05-14T15:45:25.166Z | Compiling serde_tokenstream v0.2.2 |
| 486 | 2025-05-14T15:45:25.194Z | Compiling cargo-platform v0.1.8 |
| 487 | 2025-05-14T15:45:25.300Z | Compiling toml_edit v0.22.24 |
| 488 | 2025-05-14T15:45:25.364Z | Compiling macaddr v1.0.1 |
| 489 | 2025-05-14T15:45:25.692Z | Compiling camino-tempfile v1.3.0 |
| 490 | 2025-05-14T15:45:26.412Z | Compiling dof v0.3.0 |
| 491 | 2025-05-14T15:45:26.412Z | Compiling cargo_metadata v0.19.2 |
| 492 | 2025-05-14T15:45:28.001Z | Compiling usdt-macro v0.5.0 |
| 493 | 2025-05-14T15:45:28.006Z | Compiling usdt-attr-macro v0.5.0 |
| 494 | 2025-05-14T15:45:28.255Z | Compiling toml v0.8.20 |
| 495 | 2025-05-14T15:45:29.113Z | Compiling cargo_toml v0.21.0 |
| 496 | 2025-05-14T15:45:29.357Z | Compiling usdt v0.5.0 |
| 497 | 2025-05-14T15:45:31.996Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 498 | 2025-05-14T15:45:35.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.18s |
| 499 | 2025-05-14T15:45:35.831Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 500 | 2025-05-14T15:45:36.587Z | Downloading crates ... |
| 501 | 2025-05-14T15:45:36.726Z | Downloaded aead v0.5.2 |
| 502 | 2025-05-14T15:45:36.729Z | Downloaded adler2 v2.0.0 |
| 503 | 2025-05-14T15:45:36.733Z | Downloaded addr2line v0.24.2 |
| 504 | 2025-05-14T15:45:36.736Z | Downloaded atty v0.2.14 |
| 505 | 2025-05-14T15:45:36.739Z | Downloaded http-body v1.0.1 |
| 506 | 2025-05-14T15:45:36.743Z | Downloaded async-stream-impl v0.3.6 |
| 507 | 2025-05-14T15:45:36.746Z | Downloaded atomicwrites v0.4.4 |
| 508 | 2025-05-14T15:45:36.752Z | Downloaded http-range v0.1.5 |
| 509 | 2025-05-14T15:45:36.757Z | Downloaded heck v0.3.3 |
| 510 | 2025-05-14T15:45:36.760Z | Downloaded cfg_aliases v0.1.1 |
| 511 | 2025-05-14T15:45:36.763Z | Downloaded hex v0.4.3 |
| 512 | 2025-05-14T15:45:36.763Z | Downloaded ciborium-io v0.2.2 |
| 513 | 2025-05-14T15:45:36.766Z | Downloaded headers-core v0.3.0 |
| 514 | 2025-05-14T15:45:36.766Z | Downloaded crc8 v0.1.1 |
| 515 | 2025-05-14T15:45:36.771Z | Downloaded ident_case v1.0.1 |
| 516 | 2025-05-14T15:45:36.774Z | Downloaded crunchy v0.2.2 |
| 517 | 2025-05-14T15:45:36.777Z | Downloaded icu_provider_macros v1.5.0 |
| 518 | 2025-05-14T15:45:36.777Z | Downloaded cfg_aliases v0.2.1 |
| 519 | 2025-05-14T15:45:36.780Z | Downloaded hubpack_derive v0.1.1 |
| 520 | 2025-05-14T15:45:36.784Z | Downloaded crucible-workspace-hack v0.1.0 |
| 521 | 2025-05-14T15:45:36.788Z | Downloaded md5 v0.7.0 |
| 522 | 2025-05-14T15:45:36.791Z | Downloaded async-recursion v1.1.1 |
| 523 | 2025-05-14T15:45:36.794Z | Downloaded match_cfg v0.1.0 |
| 524 | 2025-05-14T15:45:36.794Z | Downloaded instant v0.1.13 |
| 525 | 2025-05-14T15:45:36.797Z | Downloaded assert_matches v1.5.0 |
| 526 | 2025-05-14T15:45:36.800Z | Downloaded httpdate v1.0.3 |
| 527 | 2025-05-14T15:45:36.803Z | Downloaded http-body-util v0.1.3 |
| 528 | 2025-05-14T15:45:36.803Z | Downloaded hubpack v0.1.2 |
| 529 | 2025-05-14T15:45:36.806Z | Downloaded is_ci v1.2.0 |
| 530 | 2025-05-14T15:45:36.809Z | Downloaded ciborium-ll v0.2.2 |
| 531 | 2025-05-14T15:45:36.810Z | Downloaded is-terminal v0.4.13 |
| 532 | 2025-05-14T15:45:36.813Z | Downloaded internet-checksum v0.2.1 |
| 533 | 2025-05-14T15:45:36.816Z | Downloaded lazycell v1.3.0 |
| 534 | 2025-05-14T15:45:36.816Z | Downloaded lalrpop-util v0.19.12 |
| 535 | 2025-05-14T15:45:36.819Z | Downloaded lazy_static v1.5.0 |
| 536 | 2025-05-14T15:45:36.822Z | Downloaded cstr-argument v0.1.2 |
| 537 | 2025-05-14T15:45:36.825Z | Downloaded ipnetwork v0.21.1 |
| 538 | 2025-05-14T15:45:36.828Z | Downloaded maybe-uninit v2.0.0 |
| 539 | 2025-05-14T15:45:36.828Z | Downloaded linear-map v1.2.0 |
| 540 | 2025-05-14T15:45:36.831Z | Downloaded kstat-rs v0.2.4 |
| 541 | 2025-05-14T15:45:36.834Z | Downloaded indent_write v2.2.0 |
| 542 | 2025-05-14T15:45:36.837Z | Downloaded cexpr v0.6.0 |
| 543 | 2025-05-14T15:45:36.840Z | Downloaded libefi-sys v0.1.0 |
| 544 | 2025-05-14T15:45:36.840Z | Downloaded buf-list v1.0.3 |
| 545 | 2025-05-14T15:45:36.843Z | Downloaded managed v0.8.0 |
| 546 | 2025-05-14T15:45:36.846Z | Downloaded md-5 v0.10.6 |
| 547 | 2025-05-14T15:45:36.850Z | Downloaded chacha20 v0.9.1 |
| 548 | 2025-05-14T15:45:36.853Z | Downloaded radium v0.7.0 |
| 549 | 2025-05-14T15:45:36.856Z | Downloaded precomputed-hash v0.1.1 |
| 550 | 2025-05-14T15:45:36.856Z | Downloaded bit-set v0.5.3 |
| 551 | 2025-05-14T15:45:36.859Z | Downloaded castaway v0.2.3 |
| 552 | 2025-05-14T15:45:36.863Z | Downloaded bb8 v0.8.5 |
| 553 | 2025-05-14T15:45:36.863Z | Downloaded same-file v1.0.6 |
| 554 | 2025-05-14T15:45:36.866Z | Downloaded bit-set v0.8.0 |
| 555 | 2025-05-14T15:45:36.869Z | Downloaded signal-hook-mio v0.2.4 |
| 556 | 2025-05-14T15:45:36.869Z | Downloaded maplit v1.0.2 |
| 557 | 2025-05-14T15:45:36.872Z | Downloaded lru-cache v0.1.2 |
| 558 | 2025-05-14T15:45:36.872Z | Downloaded lru v0.12.5 |
| 559 | 2025-05-14T15:45:36.875Z | Downloaded progenitor-macro v0.8.0 |
| 560 | 2025-05-14T15:45:36.878Z | Downloaded progenitor-macro v0.9.1 |
| 561 | 2025-05-14T15:45:36.878Z | Downloaded ipnet v2.11.0 |
| 562 | 2025-05-14T15:45:36.882Z | Downloaded cmake v0.1.51 |
| 563 | 2025-05-14T15:45:36.885Z | Downloaded argon2 v0.5.3 |
| 564 | 2025-05-14T15:45:36.888Z | Downloaded libloading v0.8.5 |
| 565 | 2025-05-14T15:45:36.891Z | Downloaded async-trait v0.1.88 |
| 566 | 2025-05-14T15:45:36.894Z | Downloaded litemap v0.7.3 |
| 567 | 2025-05-14T15:45:36.899Z | Downloaded lock_api v0.4.12 |
| 568 | 2025-05-14T15:45:36.902Z | Downloaded colored v2.2.0 |
| 569 | 2025-05-14T15:45:36.905Z | Downloaded sync-ptr v0.1.1 |
| 570 | 2025-05-14T15:45:36.922Z | Downloaded tower-service v0.3.3 |
| 571 | 2025-05-14T15:45:36.925Z | Downloaded sync_wrapper v1.0.1 |
| 572 | 2025-05-14T15:45:36.925Z | Downloaded serde_path_to_error v0.1.16 |
| 573 | 2025-05-14T15:45:36.928Z | Downloaded bzip2 v0.4.4 |
| 574 | 2025-05-14T15:45:36.932Z | Downloaded xattr v1.3.1 |
| 575 | 2025-05-14T15:45:36.935Z | Downloaded waitgroup v0.1.2 |
| 576 | 2025-05-14T15:45:36.935Z | Downloaded semver v0.1.20 |
| 577 | 2025-05-14T15:45:36.935Z | Downloaded rustc_version v0.1.7 |
| 578 | 2025-05-14T15:45:36.938Z | Downloaded stringprep v0.1.5 |
| 579 | 2025-05-14T15:45:36.941Z | Downloaded slog-dtrace v0.3.0 |
| 580 | 2025-05-14T15:45:36.942Z | Downloaded slog-bunyan v2.5.0 |
| 581 | 2025-05-14T15:45:36.945Z | Downloaded strip-ansi-escapes v0.2.0 |
| 582 | 2025-05-14T15:45:36.948Z | Downloaded jobserver v0.1.32 |
| 583 | 2025-05-14T15:45:36.951Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 584 | 2025-05-14T15:45:36.952Z | Downloaded bit-vec v0.8.0 |
| 585 | 2025-05-14T15:45:36.955Z | Downloaded ssh-encoding v0.2.0 |
| 586 | 2025-05-14T15:45:36.959Z | Downloaded rtoolbox v0.0.2 |
| 587 | 2025-05-14T15:45:36.962Z | Downloaded rfc6979 v0.4.0 |
| 588 | 2025-05-14T15:45:36.962Z | Downloaded ingot-macros v0.1.0 |
| 589 | 2025-05-14T15:45:36.966Z | Downloaded vte_generate_state_changes v0.1.2 |
| 590 | 2025-05-14T15:45:36.966Z | Downloaded time-core v0.1.2 |
| 591 | 2025-05-14T15:45:36.969Z | Downloaded thread_local v1.1.8 |
| 592 | 2025-05-14T15:45:36.969Z | Downloaded tiny-keccak v2.0.2 |
| 593 | 2025-05-14T15:45:36.974Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 594 | 2025-05-14T15:45:36.974Z | Downloaded base64ct v1.6.0 |
| 595 | 2025-05-14T15:45:36.978Z | Downloaded signal-hook-registry v1.4.2 |
| 596 | 2025-05-14T15:45:36.981Z | Downloaded darling_macro v0.20.10 |
| 597 | 2025-05-14T15:45:36.981Z | Downloaded synstructure v0.13.1 |
| 598 | 2025-05-14T15:45:36.984Z | Downloaded zerofrom v0.1.4 |
| 599 | 2025-05-14T15:45:36.987Z | Downloaded blake2 v0.10.6 |
| 600 | 2025-05-14T15:45:36.987Z | Downloaded zeroize_derive v1.4.2 |
| 601 | 2025-05-14T15:45:36.991Z | Downloaded zerovec-derive v0.10.3 |
| 602 | 2025-05-14T15:45:36.994Z | Downloaded wyz v0.5.1 |
| 603 | 2025-05-14T15:45:36.998Z | Downloaded openssl-macros v0.1.1 |
| 604 | 2025-05-14T15:45:36.998Z | Downloaded oso-derive v0.27.3 |
| 605 | 2025-05-14T15:45:36.998Z | Downloaded crc-any v2.5.0 |
| 606 | 2025-05-14T15:45:37.001Z | Downloaded cookie v0.18.1 |
| 607 | 2025-05-14T15:45:37.005Z | Downloaded zerofrom-derive v0.1.4 |
| 608 | 2025-05-14T15:45:37.008Z | Downloaded indicatif v0.17.11 |
| 609 | 2025-05-14T15:45:37.011Z | Downloaded icu_properties v1.5.1 |
| 610 | 2025-05-14T15:45:37.016Z | Downloaded predicates v3.1.3 |
| 611 | 2025-05-14T15:45:37.020Z | Downloaded openssl-probe v0.1.5 |
| 612 | 2025-05-14T15:45:37.023Z | Downloaded hickory-client v0.24.4 |
| 613 | 2025-05-14T15:45:37.028Z | Downloaded foreign-types v0.3.2 |
| 614 | 2025-05-14T15:45:37.031Z | Downloaded foldhash v0.1.3 |
| 615 | 2025-05-14T15:45:37.031Z | Downloaded display-error-chain v0.2.2 |
| 616 | 2025-05-14T15:45:37.035Z | Downloaded string_cache v0.8.9 |
| 617 | 2025-05-14T15:45:37.035Z | Downloaded pin-utils v0.1.0 |
| 618 | 2025-05-14T15:45:37.038Z | Downloaded env_logger v0.11.5 |
| 619 | 2025-05-14T15:45:37.042Z | Downloaded rustls-pki-types v1.10.0 |
| 620 | 2025-05-14T15:45:37.047Z | Downloaded opaque-debug v0.3.1 |
| 621 | 2025-05-14T15:45:37.050Z | Downloaded olpc-cjson v0.1.4 |
| 622 | 2025-05-14T15:45:37.050Z | Downloaded ghash v0.5.1 |
| 623 | 2025-05-14T15:45:37.050Z | Downloaded foreign-types-macros v0.2.3 |
| 624 | 2025-05-14T15:45:37.053Z | Downloaded foreign-types v0.5.0 |
| 625 | 2025-05-14T15:45:37.053Z | Downloaded ena v0.14.3 |
| 626 | 2025-05-14T15:45:37.057Z | Downloaded data-encoding v2.6.0 |
| 627 | 2025-05-14T15:45:37.060Z | Downloaded writeable v0.5.5 |
| 628 | 2025-05-14T15:45:37.060Z | Downloaded hickory-resolver v0.24.4 |
| 629 | 2025-05-14T15:45:37.067Z | Downloaded oxnet v0.1.1 |
| 630 | 2025-05-14T15:45:37.070Z | Downloaded snafu-derive v0.8.5 |
| 631 | 2025-05-14T15:45:37.074Z | Downloaded jiff-static v0.2.13 |
| 632 | 2025-05-14T15:45:37.077Z | Downloaded base64 v0.13.1 |
| 633 | 2025-05-14T15:45:37.080Z | Downloaded hyper-util v0.1.11 |
| 634 | 2025-05-14T15:45:37.087Z | Downloaded subtle v2.6.1 |
| 635 | 2025-05-14T15:45:37.090Z | Downloaded ecdsa v0.16.9 |
| 636 | 2025-05-14T15:45:37.093Z | Downloaded futures-executor v0.3.31 |
| 637 | 2025-05-14T15:45:37.097Z | Downloaded predicates-core v1.0.8 |
| 638 | 2025-05-14T15:45:37.098Z | Downloaded ref-cast-impl v1.0.23 |
| 639 | 2025-05-14T15:45:37.101Z | Downloaded chacha20poly1305 v0.10.1 |
| 640 | 2025-05-14T15:45:37.101Z | Downloaded utf8_iter v1.0.4 |
| 641 | 2025-05-14T15:45:37.104Z | Downloaded rand_chacha v0.9.0 |
| 642 | 2025-05-14T15:45:37.104Z | Downloaded quick-error v1.2.3 |
| 643 | 2025-05-14T15:45:37.107Z | Downloaded shell-words v1.1.0 |
| 644 | 2025-05-14T15:45:37.111Z | Downloaded mime_guess v2.0.5 |
| 645 | 2025-05-14T15:45:37.111Z | Downloaded typify v0.3.0 |
| 646 | 2025-05-14T15:45:37.116Z | Downloaded mime v0.3.17 |
| 647 | 2025-05-14T15:45:37.120Z | Downloaded salsa20 v0.10.2 |
| 648 | 2025-05-14T15:45:37.124Z | Downloaded zone_cfg_derive v0.3.0 |
| 649 | 2025-05-14T15:45:37.124Z | Downloaded resolv-conf v0.7.0 |
| 650 | 2025-05-14T15:45:37.127Z | Downloaded num-rational v0.4.2 |
| 651 | 2025-05-14T15:45:37.127Z | Downloaded smallvec v0.6.14 |
| 652 | 2025-05-14T15:45:37.133Z | Downloaded slog-stdlog v4.1.1 |
| 653 | 2025-05-14T15:45:37.133Z | Downloaded slog-scope v4.4.0 |
| 654 | 2025-05-14T15:45:37.137Z | Downloaded try-lock v0.2.5 |
| 655 | 2025-05-14T15:45:37.137Z | Downloaded yoke-derive v0.7.4 |
| 656 | 2025-05-14T15:45:37.141Z | Downloaded utf16_iter v1.0.5 |
| 657 | 2025-05-14T15:45:37.141Z | Downloaded slog-term v2.9.1 |
| 658 | 2025-05-14T15:45:37.145Z | Downloaded phf_shared v0.11.2 |
| 659 | 2025-05-14T15:45:37.148Z | Downloaded owo-colors v4.2.0 |
| 660 | 2025-05-14T15:45:37.152Z | Downloaded pkcs1 v0.7.5 |
| 661 | 2025-05-14T15:45:37.155Z | Downloaded termcolor v1.4.1 |
| 662 | 2025-05-14T15:45:37.155Z | Downloaded termios v0.3.3 |
| 663 | 2025-05-14T15:45:37.158Z | Downloaded crypto-bigint v0.5.5 |
| 664 | 2025-05-14T15:45:37.166Z | Downloaded num-derive v0.3.3 |
| 665 | 2025-05-14T15:45:37.170Z | Downloaded ref-cast v1.0.23 |
| 666 | 2025-05-14T15:45:37.173Z | Downloaded ppv-lite86 v0.2.20 |
| 667 | 2025-05-14T15:45:37.179Z | Downloaded getrandom v0.3.1 |
| 668 | 2025-05-14T15:45:37.182Z | Downloaded scopeguard v1.2.0 |
| 669 | 2025-05-14T15:45:37.182Z | Downloaded num-traits v0.2.19 |
| 670 | 2025-05-14T15:45:37.185Z | Downloaded getrandom v0.2.15 |
| 671 | 2025-05-14T15:45:37.188Z | Downloaded fxhash v0.2.1 |
| 672 | 2025-05-14T15:45:37.191Z | Downloaded sha1 v0.10.6 |
| 673 | 2025-05-14T15:45:37.195Z | Downloaded dirs-next v2.0.0 |
| 674 | 2025-05-14T15:45:37.195Z | Downloaded difflib v0.4.0 |
| 675 | 2025-05-14T15:45:37.198Z | Downloaded oso v0.27.3 |
| 676 | 2025-05-14T15:45:37.201Z | Downloaded tap v1.0.1 |
| 677 | 2025-05-14T15:45:37.204Z | Downloaded ssh-cipher v0.2.0 |
| 678 | 2025-05-14T15:45:37.204Z | Downloaded memmap2 v0.9.5 |
| 679 | 2025-05-14T15:45:37.208Z | Downloaded fixedbitset v0.4.2 |
| 680 | 2025-05-14T15:45:37.211Z | Downloaded group v0.13.0 |
| 681 | 2025-05-14T15:45:37.211Z | Downloaded fd-lock v4.0.2 |
| 682 | 2025-05-14T15:45:37.214Z | Downloaded tokio-tungstenite v0.21.0 |
| 683 | 2025-05-14T15:45:37.218Z | Downloaded path-slash v0.1.5 |
| 684 | 2025-05-14T15:45:37.222Z | Downloaded vergen v8.3.2 |
| 685 | 2025-05-14T15:45:37.225Z | Downloaded stable_deref_trait v1.2.0 |
| 686 | 2025-05-14T15:45:37.225Z | Downloaded sqlparser_derive v0.2.2 |
| 687 | 2025-05-14T15:45:37.228Z | Downloaded signal-hook-tokio v0.3.1 |
| 688 | 2025-05-14T15:45:37.228Z | Downloaded dropshot_endpoint v0.16.0 |
| 689 | 2025-05-14T15:45:37.232Z | Downloaded zerocopy-derive v0.8.10 |
| 690 | 2025-05-14T15:45:37.240Z | Downloaded miniz_oxide v0.8.5 |
| 691 | 2025-05-14T15:45:37.244Z | Downloaded want v0.3.1 |
| 692 | 2025-05-14T15:45:37.249Z | Downloaded r2d2 v0.8.10 |
| 693 | 2025-05-14T15:45:37.253Z | Downloaded daft v0.1.3 |
| 694 | 2025-05-14T15:45:37.253Z | Downloaded quinn-udp v0.5.5 |
| 695 | 2025-05-14T15:45:37.256Z | Downloaded darling v0.20.10 |
| 696 | 2025-05-14T15:45:37.260Z | Downloaded p256 v0.13.2 |
| 697 | 2025-05-14T15:45:37.264Z | Downloaded libm v0.2.8 |
| 698 | 2025-05-14T15:45:37.275Z | Downloaded shlex v1.3.0 |
| 699 | 2025-05-14T15:45:37.278Z | Downloaded nanorand v0.7.0 |
| 700 | 2025-05-14T15:45:37.281Z | Downloaded toml v0.7.8 |
| 701 | 2025-05-14T15:45:37.285Z | Downloaded float-ord v0.3.2 |
| 702 | 2025-05-14T15:45:37.288Z | Downloaded static_assertions v1.1.0 |
| 703 | 2025-05-14T15:45:37.291Z | Downloaded tokio-rustls v0.24.1 |
| 704 | 2025-05-14T15:45:37.294Z | Downloaded x509-cert v0.2.5 |
| 705 | 2025-05-14T15:45:37.300Z | Downloaded pretty-hex v0.2.1 |
| 706 | 2025-05-14T15:45:37.303Z | Downloaded peg-runtime v0.8.5 |
| 707 | 2025-05-14T15:45:37.306Z | Downloaded endian-type v0.1.2 |
| 708 | 2025-05-14T15:45:37.306Z | Downloaded diff v0.1.13 |
| 709 | 2025-05-14T15:45:37.310Z | Downloaded primeorder v0.13.6 |
| 710 | 2025-05-14T15:45:37.313Z | Downloaded poly1305 v0.8.0 |
| 711 | 2025-05-14T15:45:37.316Z | Downloaded yasna v0.5.2 |
| 712 | 2025-05-14T15:45:37.320Z | Downloaded serde-big-array v0.5.1 |
| 713 | 2025-05-14T15:45:37.323Z | Downloaded omicron-zone-package v0.12.2 |
| 714 | 2025-05-14T15:45:37.327Z | Downloaded defmt-parser v0.3.4 |
| 715 | 2025-05-14T15:45:37.330Z | Downloaded rusty-fork v0.3.0 |
| 716 | 2025-05-14T15:45:37.333Z | Downloaded fatfs v0.3.6 |
| 717 | 2025-05-14T15:45:37.336Z | Downloaded dyn-clone v1.0.19 |
| 718 | 2025-05-14T15:45:37.339Z | Downloaded void v1.0.2 |
| 719 | 2025-05-14T15:45:37.342Z | Downloaded snafu v0.8.5 |
| 720 | 2025-05-14T15:45:37.348Z | Downloaded hash32 v0.2.1 |
| 721 | 2025-05-14T15:45:37.351Z | Downloaded russh-cryptovec v0.7.3 |
| 722 | 2025-05-14T15:45:37.354Z | Downloaded tokio-native-tls v0.3.1 |
| 723 | 2025-05-14T15:45:37.359Z | Downloaded uuid v1.16.0 |
| 724 | 2025-05-14T15:45:37.362Z | Downloaded structmeta v0.3.0 |
| 725 | 2025-05-14T15:45:37.365Z | Downloaded rand_chacha v0.3.1 |
| 726 | 2025-05-14T15:45:37.365Z | Downloaded itertools v0.13.0 |
| 727 | 2025-05-14T15:45:37.375Z | Downloaded rustc-hash v1.1.0 |
| 728 | 2025-05-14T15:45:37.378Z | Downloaded nu-ansi-term v0.50.1 |
| 729 | 2025-05-14T15:45:37.382Z | Downloaded serde_plain v1.0.2 |
| 730 | 2025-05-14T15:45:37.385Z | Downloaded hkdf v0.12.4 |
| 731 | 2025-05-14T15:45:37.388Z | Downloaded futures-sink v0.3.31 |
| 732 | 2025-05-14T15:45:37.388Z | Downloaded strum_macros v0.26.4 |
| 733 | 2025-05-14T15:45:37.391Z | Downloaded tabled_derive v0.10.0 |
| 734 | 2025-05-14T15:45:37.394Z | Downloaded progenitor-client v0.9.1 |
| 735 | 2025-05-14T15:45:37.398Z | Downloaded topological-sort v0.2.2 |
| 736 | 2025-05-14T15:45:37.398Z | Downloaded tls_codec_derive v0.4.1 |
| 737 | 2025-05-14T15:45:37.401Z | Downloaded progenitor-client v0.8.0 |
| 738 | 2025-05-14T15:45:37.405Z | Downloaded which v4.4.2 |
| 739 | 2025-05-14T15:45:37.405Z | Downloaded tinyvec v1.8.0 |
| 740 | 2025-05-14T15:45:37.408Z | Downloaded papergrid v0.14.0 |
| 741 | 2025-05-14T15:45:37.414Z | Downloaded derive_builder_macro v0.20.2 |
| 742 | 2025-05-14T15:45:37.417Z | Downloaded hyper v1.6.0 |
| 743 | 2025-05-14T15:45:37.425Z | Downloaded futures-task v0.3.31 |
| 744 | 2025-05-14T15:45:37.428Z | Downloaded dirs-sys-next v0.1.2 |
| 745 | 2025-05-14T15:45:37.431Z | Downloaded aes v0.8.4 |
| 746 | 2025-05-14T15:45:37.434Z | Downloaded serde_derive_internals v0.29.1 |
| 747 | 2025-05-14T15:45:37.437Z | Downloaded rustc-demangle v0.1.24 |
| 748 | 2025-05-14T15:45:37.441Z | Downloaded num-derive v0.4.2 |
| 749 | 2025-05-14T15:45:37.444Z | Downloaded tokio-rustls v0.25.0 |
| 750 | 2025-05-14T15:45:37.447Z | Downloaded sqlformat v0.3.5 |
| 751 | 2025-05-14T15:45:37.450Z | Downloaded rustc-hash v2.1.1 |
| 752 | 2025-05-14T15:45:37.453Z | Downloaded tinyvec_macros v0.1.1 |
| 753 | 2025-05-14T15:45:37.453Z | Downloaded progenitor v0.9.1 |
| 754 | 2025-05-14T15:45:37.456Z | Downloaded secrecy v0.10.3 |
| 755 | 2025-05-14T15:45:37.456Z | Downloaded parse-zoneinfo v0.3.1 |
| 756 | 2025-05-14T15:45:37.459Z | Downloaded zerovec v0.10.4 |
| 757 | 2025-05-14T15:45:37.467Z | Downloaded strum v0.26.3 |
| 758 | 2025-05-14T15:45:37.471Z | Downloaded tls_codec v0.4.1 |
| 759 | 2025-05-14T15:45:37.474Z | Downloaded xshell-macros v0.2.7 |
| 760 | 2025-05-14T15:45:37.474Z | Downloaded globset v0.4.15 |
| 761 | 2025-05-14T15:45:37.476Z | Downloaded displaydoc v0.2.5 |
| 762 | 2025-05-14T15:45:37.480Z | Downloaded zone_cfg_derive v0.1.2 |
| 763 | 2025-05-14T15:45:37.483Z | Downloaded num-iter v0.1.45 |
| 764 | 2025-05-14T15:45:37.486Z | Downloaded ron v0.7.1 |
| 765 | 2025-05-14T15:45:37.489Z | Downloaded embedded-io v0.4.0 |
| 766 | 2025-05-14T15:45:37.492Z | Downloaded number_prefix v0.4.0 |
| 767 | 2025-05-14T15:45:37.495Z | Downloaded deranged v0.3.11 |
| 768 | 2025-05-14T15:45:37.499Z | Downloaded xz2 v0.1.7 |
| 769 | 2025-05-14T15:45:37.499Z | Downloaded tungstenite v0.21.0 |
| 770 | 2025-05-14T15:45:37.503Z | Downloaded num_enum v0.5.11 |
| 771 | 2025-05-14T15:45:37.509Z | Downloaded take_mut v0.2.2 |
| 772 | 2025-05-14T15:45:37.512Z | Downloaded rustls-pemfile v1.0.4 |
| 773 | 2025-05-14T15:45:37.515Z | Downloaded supports-color v3.0.2 |
| 774 | 2025-05-14T15:45:37.518Z | Downloaded slog-json v2.6.1 |
| 775 | 2025-05-14T15:45:37.518Z | Downloaded pkg-config v0.3.31 |
| 776 | 2025-05-14T15:45:37.522Z | Downloaded tower-layer v0.3.3 |
| 777 | 2025-05-14T15:45:37.525Z | Downloaded strum_macros v0.25.3 |
| 778 | 2025-05-14T15:45:37.528Z | Downloaded aes-gcm v0.10.3 |
| 779 | 2025-05-14T15:45:37.530Z | Downloaded sigpipe v0.1.3 |
| 780 | 2025-05-14T15:45:37.534Z | Downloaded num-integer v0.1.46 |
| 781 | 2025-05-14T15:45:37.534Z | Downloaded support-bundle-viewer v0.1.0 |
| 782 | 2025-05-14T15:45:37.537Z | Downloaded secrecy v0.8.0 |
| 783 | 2025-05-14T15:45:37.540Z | Downloaded ctr v0.9.2 |
| 784 | 2025-05-14T15:45:37.540Z | Downloaded der_derive v0.7.3 |
| 785 | 2025-05-14T15:45:37.543Z | Downloaded scrypt v0.11.0 |
| 786 | 2025-05-14T15:45:37.546Z | Downloaded either v1.14.0 |
| 787 | 2025-05-14T15:45:37.549Z | Downloaded zerocopy v0.6.6 |
| 788 | 2025-05-14T15:45:37.552Z | Downloaded headers v0.4.0 |
| 789 | 2025-05-14T15:45:37.557Z | Downloaded rpassword v7.3.1 |
| 790 | 2025-05-14T15:45:37.560Z | Downloaded phf_generator v0.11.2 |
| 791 | 2025-05-14T15:45:37.563Z | Downloaded packed_struct_codegen v0.10.1 |
| 792 | 2025-05-14T15:45:37.566Z | Downloaded write16 v1.0.0 |
| 793 | 2025-05-14T15:45:37.566Z | Downloaded ron v0.8.1 |
| 794 | 2025-05-14T15:45:37.571Z | Downloaded foreign-types-shared v0.1.1 |
| 795 | 2025-05-14T15:45:37.574Z | Downloaded rand_seeder v0.3.0 |
| 796 | 2025-05-14T15:45:37.578Z | Downloaded unicode-xid v0.2.6 |
| 797 | 2025-05-14T15:45:37.578Z | Downloaded newline-converter v0.3.0 |
| 798 | 2025-05-14T15:45:37.581Z | Downloaded new_debug_unreachable v1.0.6 |
| 799 | 2025-05-14T15:45:37.581Z | Downloaded nibble_vec v0.1.0 |
| 800 | 2025-05-14T15:45:37.584Z | Downloaded funty v2.0.0 |
| 801 | 2025-05-14T15:45:37.587Z | Downloaded zone v0.1.8 |
| 802 | 2025-05-14T15:45:37.587Z | Downloaded num-bigint v0.4.6 |
| 803 | 2025-05-14T15:45:37.593Z | Downloaded rustyline v14.0.0 |
| 804 | 2025-05-14T15:45:37.598Z | Downloaded simd-adler32 v0.3.7 |
| 805 | 2025-05-14T15:45:37.601Z | Downloaded phf_codegen v0.11.2 |
| 806 | 2025-05-14T15:45:37.604Z | Downloaded phf v0.11.2 |
| 807 | 2025-05-14T15:45:37.604Z | Downloaded slog-envlogger v2.2.0 |
| 808 | 2025-05-14T15:45:37.607Z | Downloaded num_threads v0.1.7 |
| 809 | 2025-05-14T15:45:37.607Z | Downloaded foreign-types-shared v0.3.1 |
| 810 | 2025-05-14T15:45:37.610Z | Downloaded unicode-properties v0.1.3 |
| 811 | 2025-05-14T15:45:37.610Z | Downloaded russh-keys v0.45.0 |
| 812 | 2025-05-14T15:45:37.613Z | Downloaded rand_xorshift v0.3.0 |
| 813 | 2025-05-14T15:45:37.617Z | Downloaded parking_lot v0.11.2 |
| 814 | 2025-05-14T15:45:37.620Z | Downloaded ed25519 v2.2.3 |
| 815 | 2025-05-14T15:45:37.623Z | Downloaded dsl_auto_type v0.1.2 |
| 816 | 2025-05-14T15:45:37.623Z | Downloaded document-features v0.2.10 |
| 817 | 2025-05-14T15:45:37.626Z | Downloaded sec1 v0.7.3 |
| 818 | 2025-05-14T15:45:37.629Z | Downloaded unicode-truncate v1.1.0 |
| 819 | 2025-05-14T15:45:37.629Z | Downloaded zip v0.6.6 |
| 820 | 2025-05-14T15:45:37.632Z | Downloaded sct v0.7.1 |
| 821 | 2025-05-14T15:45:37.637Z | Downloaded progenitor-impl v0.8.0 |
| 822 | 2025-05-14T15:45:37.641Z | Downloaded derive_builder v0.20.2 |
| 823 | 2025-05-14T15:45:37.645Z | Downloaded zstd-safe v7.2.3 |
| 824 | 2025-05-14T15:45:37.648Z | Downloaded der v0.7.9 |
| 825 | 2025-05-14T15:45:37.653Z | Downloaded flate2 v1.1.1 |
| 826 | 2025-05-14T15:45:37.659Z | Downloaded spki v0.7.3 |
| 827 | 2025-05-14T15:45:37.662Z | Downloaded icu_properties_data v1.5.0 |
| 828 | 2025-05-14T15:45:37.673Z | Downloaded password-hash v0.5.0 |
| 829 | 2025-05-14T15:45:37.676Z | Downloaded pkcs8 v0.10.2 |
| 830 | 2025-05-14T15:45:37.679Z | Downloaded form_urlencoded v1.2.1 |
| 831 | 2025-05-14T15:45:37.683Z | Downloaded walkdir v2.5.0 |
| 832 | 2025-05-14T15:45:37.683Z | Downloaded termtree v0.5.1 |
| 833 | 2025-05-14T15:45:37.686Z | Downloaded psl-types v2.0.11 |
| 834 | 2025-05-14T15:45:37.686Z | Downloaded pin-project v1.1.6 |
| 835 | 2025-05-14T15:45:37.699Z | Downloaded slab v0.4.9 |
| 836 | 2025-05-14T15:45:37.702Z | Downloaded lalrpop v0.19.12 |
| 837 | 2025-05-14T15:45:37.714Z | Downloaded siphasher v0.3.11 |
| 838 | 2025-05-14T15:45:37.717Z | Downloaded fs_extra v1.3.0 |
| 839 | 2025-05-14T15:45:37.717Z | Downloaded num-bigint-dig v0.8.4 |
| 840 | 2025-05-14T15:45:37.722Z | Downloaded tokio-stream v0.1.17 |
| 841 | 2025-05-14T15:45:37.727Z | Downloaded password-hash v0.4.2 |
| 842 | 2025-05-14T15:45:37.731Z | Downloaded zstd v0.13.3 |
| 843 | 2025-05-14T15:45:37.734Z | Downloaded similar v2.7.0 |
| 844 | 2025-05-14T15:45:37.740Z | Downloaded num_enum_derive v0.5.11 |
| 845 | 2025-05-14T15:45:37.744Z | Downloaded vte v0.11.1 |
| 846 | 2025-05-14T15:45:37.748Z | Downloaded native-tls v0.2.12 |
| 847 | 2025-05-14T15:45:37.752Z | Downloaded url v2.5.3 |
| 848 | 2025-05-14T15:45:37.752Z | Downloaded ed25519-dalek v2.1.1 |
| 849 | 2025-05-14T15:45:37.755Z | Downloaded pin-project-lite v0.2.14 |
| 850 | 2025-05-14T15:45:37.764Z | Downloaded rayon-core v1.12.1 |
| 851 | 2025-05-14T15:45:37.767Z | Downloaded smf v0.2.3 |
| 852 | 2025-05-14T15:45:37.770Z | Downloaded pretty_assertions v1.4.1 |
| 853 | 2025-05-14T15:45:37.770Z | Downloaded serde_with v3.12.0 |
| 854 | 2025-05-14T15:45:37.781Z | Downloaded glob v0.3.2 |
| 855 | 2025-05-14T15:45:37.784Z | Downloaded aws-lc-rs v1.12.4 |
| 856 | 2025-05-14T15:45:37.794Z | Downloaded futures v0.3.31 |
| 857 | 2025-05-14T15:45:37.800Z | Downloaded yansi v1.0.1 |
| 858 | 2025-05-14T15:45:37.803Z | Downloaded nom v7.1.3 |
| 859 | 2025-05-14T15:45:37.808Z | Downloaded quinn v0.11.5 |
| 860 | 2025-05-14T15:45:37.814Z | Downloaded unicode_categories v0.1.1 |
| 861 | 2025-05-14T15:45:37.817Z | Downloaded radix_trie v0.2.1 |
| 862 | 2025-05-14T15:45:37.821Z | Downloaded zip v2.6.1 |
| 863 | 2025-05-14T15:45:37.827Z | Downloaded salty v0.3.0 |
| 864 | 2025-05-14T15:45:37.834Z | Downloaded blake3 v1.5.4 |
| 865 | 2025-05-14T15:45:37.843Z | Downloaded subprocess v0.2.9 |
| 866 | 2025-05-14T15:45:37.846Z | Downloaded hashbrown v0.12.3 |
| 867 | 2025-05-14T15:45:37.851Z | Downloaded tokio-postgres v0.7.13 |
| 868 | 2025-05-14T15:45:37.857Z | Downloaded unicode-normalization v0.1.24 |
| 869 | 2025-05-14T15:45:37.861Z | Downloaded vcpkg v0.2.15 |
| 870 | 2025-05-14T15:45:37.903Z | Downloaded tower v0.5.2 |
| 871 | 2025-05-14T15:45:37.912Z | Downloaded unicode-segmentation v1.12.0 |
| 872 | 2025-05-14T15:45:37.916Z | Downloaded futures-util v0.3.31 |
| 873 | 2025-05-14T15:45:37.929Z | Downloaded bitvec v1.0.1 |
| 874 | 2025-05-14T15:45:37.946Z | Downloaded chrono v0.4.40 |
| 875 | 2025-05-14T15:45:37.955Z | Downloaded gimli v0.31.1 |
| 876 | 2025-05-14T15:45:37.964Z | Downloaded toml_edit v0.19.15 |
| 877 | 2025-05-14T15:45:37.983Z | Downloaded unicode-width v0.2.0 |
| 878 | 2025-05-14T15:45:37.989Z | Downloaded rustls-webpki v0.101.7 |
| 879 | 2025-05-14T15:45:38.006Z | Downloaded hashbrown v0.13.2 |
| 880 | 2025-05-14T15:45:38.010Z | Downloaded p521 v0.13.3 |
| 881 | 2025-05-14T15:45:38.014Z | Downloaded rayon v1.10.0 |
| 882 | 2025-05-14T15:45:38.025Z | Downloaded webpki-roots v0.26.6 |
| 883 | 2025-05-14T15:45:38.029Z | Downloaded sqlparser v0.45.0 |
| 884 | 2025-05-14T15:45:38.035Z | Downloaded polar-core v0.27.3 |
| 885 | 2025-05-14T15:45:38.045Z | Downloaded bindgen v0.71.1 |
| 886 | 2025-05-14T15:45:38.054Z | Downloaded h2 v0.4.6 |
| 887 | 2025-05-14T15:45:38.062Z | Downloaded portable-atomic v1.11.0 |
| 888 | 2025-05-14T15:45:38.071Z | Downloaded hickory-proto v0.24.4 |
| 889 | 2025-05-14T15:45:38.090Z | Downloaded bindgen v0.69.5 |
| 890 | 2025-05-14T15:45:38.098Z | Downloaded git2 v0.19.0 |
| 891 | 2025-05-14T15:45:38.108Z | Downloaded nix v0.28.0 |
| 892 | 2025-05-14T15:45:38.122Z | Downloaded winnow v0.5.40 |
| 893 | 2025-05-14T15:45:38.131Z | Downloaded nix v0.27.1 |
| 894 | 2025-05-14T15:45:38.145Z | Downloaded winnow v0.6.26 |
| 895 | 2025-05-14T15:45:38.154Z | Downloaded zerocopy v0.8.10 |
| 896 | 2025-05-14T15:45:38.182Z | Downloaded rustls v0.21.12 |
| 897 | 2025-05-14T15:45:38.194Z | Downloaded proptest v1.6.0 |
| 898 | 2025-05-14T15:45:38.205Z | Downloaded p384 v0.13.0 |
| 899 | 2025-05-14T15:45:38.213Z | Downloaded chrono-tz v0.10.3 |
| 900 | 2025-05-14T15:45:38.222Z | Downloaded smoltcp v0.9.1 |
| 901 | 2025-05-14T15:45:38.235Z | Downloaded petname v2.0.2 |
| 902 | 2025-05-14T15:45:38.241Z | Downloaded object v0.36.5 |
| 903 | 2025-05-14T15:45:38.254Z | Downloaded dropshot v0.16.0 |
| 904 | 2025-05-14T15:45:38.277Z | Downloaded diesel v2.2.10 |
| 905 | 2025-05-14T15:45:38.298Z | Downloaded openapiv3 v2.0.0 |
| 906 | 2025-05-14T15:45:38.311Z | Downloaded zerocopy-derive v0.6.6 |
| 907 | 2025-05-14T15:45:38.321Z | Downloaded typify-impl v0.3.0 |
| 908 | 2025-05-14T15:45:38.339Z | Downloaded regex-syntax v0.8.5 |
| 909 | 2025-05-14T15:45:38.349Z | Downloaded bstr v1.10.0 |
| 910 | 2025-05-14T15:45:38.361Z | Downloaded typify-impl v0.2.0 |
| 911 | 2025-05-14T15:45:38.379Z | Downloaded rustls v0.23.19 |
| 912 | 2025-05-14T15:45:38.391Z | Downloaded regex-syntax v0.6.29 |
| 913 | 2025-05-14T15:45:38.400Z | Downloaded smoltcp v0.11.0 |
| 914 | 2025-05-14T15:45:38.416Z | Downloaded openssl v0.10.72 |
| 915 | 2025-05-14T15:45:38.425Z | Downloaded object v0.30.4 |
| 916 | 2025-05-14T15:45:38.436Z | Downloaded jiff v0.2.13 |
| 917 | 2025-05-14T15:45:38.456Z | Downloaded curve25519-dalek v4.1.3 |
| 918 | 2025-05-14T15:45:38.466Z | Downloaded lzma-sys v0.1.20 |
| 919 | 2025-05-14T15:45:38.497Z | Downloaded rustls v0.22.4 |
| 920 | 2025-05-14T15:45:38.511Z | Downloaded regex-automata v0.4.8 |
| 921 | 2025-05-14T15:45:38.530Z | Downloaded sled v0.34.7 |
| 922 | 2025-05-14T15:45:38.541Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 923 | 2025-05-14T15:45:38.554Z | Downloaded rustls-webpki v0.102.8 |
| 924 | 2025-05-14T15:45:38.573Z | Downloaded regex v1.11.1 |
| 925 | 2025-05-14T15:45:38.586Z | Downloaded ratatui v0.29.0 |
| 926 | 2025-05-14T15:45:38.607Z | Downloaded libz-sys v1.1.20 |
| 927 | 2025-05-14T15:45:38.629Z | Downloaded csv v1.3.1 |
| 928 | 2025-05-14T15:45:38.650Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 929 | 2025-05-14T15:45:38.669Z | Downloaded nix v0.29.0 |
| 930 | 2025-05-14T15:45:38.681Z | Downloaded tokio v1.43.1 |
| 931 | 2025-05-14T15:45:38.720Z | Downloaded regress v0.10.3 |
| 932 | 2025-05-14T15:45:38.729Z | Downloaded russh v0.45.0 |
| 933 | 2025-05-14T15:45:38.735Z | Downloaded quinn-proto v0.11.8 |
| 934 | 2025-05-14T15:45:38.742Z | Downloaded tabled v0.18.0 |
| 935 | 2025-05-14T15:45:38.761Z | Downloaded quick-xml v0.37.2 |
| 936 | 2025-05-14T15:45:38.767Z | Downloaded petgraph v0.6.5 |
| 937 | 2025-05-14T15:45:38.785Z | Downloaded petgraph v0.7.1 |
| 938 | 2025-05-14T15:45:38.804Z | Downloaded ssh-key v0.6.6 |
| 939 | 2025-05-14T15:45:38.811Z | Downloaded tokio-tungstenite v0.23.1 |
| 940 | 2025-05-14T15:45:38.814Z | Downloaded aho-corasick v1.1.3 |
| 941 | 2025-05-14T15:45:38.819Z | Downloaded sha3 v0.10.8 |
| 942 | 2025-05-14T15:45:38.824Z | Downloaded test-strategy v0.4.0 |
| 943 | 2025-05-14T15:45:38.829Z | Downloaded parking_lot v0.12.3 |
| 944 | 2025-05-14T15:45:38.832Z | Downloaded unicode-bidi v0.3.17 |
| 945 | 2025-05-14T15:45:38.835Z | Downloaded rand v0.9.0 |
| 946 | 2025-05-14T15:45:38.838Z | Downloaded tracing-core v0.1.32 |
| 947 | 2025-05-14T15:45:38.841Z | Downloaded expectorate v1.2.0 |
| 948 | 2025-05-14T15:45:38.844Z | Downloaded pkcs5 v0.7.1 |
| 949 | 2025-05-14T15:45:38.848Z | Downloaded tough v0.20.0 |
| 950 | 2025-05-14T15:45:38.857Z | Downloaded publicsuffix v2.3.0 |
| 951 | 2025-05-14T15:45:38.860Z | Downloaded newtype-uuid v1.2.1 |
| 952 | 2025-05-14T15:45:38.863Z | Downloaded elliptic-curve v0.13.8 |
| 953 | 2025-05-14T15:45:38.866Z | Downloaded crossterm v0.28.1 |
| 954 | 2025-05-14T15:45:38.872Z | Downloaded prettyplease v0.2.30 |
| 955 | 2025-05-14T15:45:38.876Z | Downloaded time v0.3.36 |
| 956 | 2025-05-14T15:45:38.883Z | Downloaded socket2 v0.5.9 |
| 957 | 2025-05-14T15:45:38.886Z | Downloaded tokio-util v0.7.13 |
| 958 | 2025-05-14T15:45:38.893Z | Downloaded rustls-pemfile v2.2.0 |
| 959 | 2025-05-14T15:45:38.896Z | Downloaded futures-core v0.3.31 |
| 960 | 2025-05-14T15:45:38.899Z | Downloaded futures-channel v0.3.31 |
| 961 | 2025-05-14T15:45:38.899Z | Downloaded csv-core v0.1.11 |
| 962 | 2025-05-14T15:45:38.903Z | Downloaded tracing-attributes v0.1.27 |
| 963 | 2025-05-14T15:45:38.906Z | Downloaded structmeta-derive v0.3.0 |
| 964 | 2025-05-14T15:45:38.906Z | Downloaded des v0.8.1 |
| 965 | 2025-05-14T15:45:38.909Z | Downloaded derive_builder_core v0.20.2 |
| 966 | 2025-05-14T15:45:38.909Z | Downloaded rand v0.8.5 |
| 967 | 2025-05-14T15:45:38.912Z | Downloaded tar v0.4.44 |
| 968 | 2025-05-14T15:45:38.915Z | Downloaded proc-macro-crate v1.3.1 |
| 969 | 2025-05-14T15:45:38.919Z | Downloaded tokio-rustls v0.26.0 |
| 970 | 2025-05-14T15:45:38.919Z | Downloaded spin v0.9.8 |
| 971 | 2025-05-14T15:45:38.922Z | Downloaded encoding_rs v0.8.34 |
| 972 | 2025-05-14T15:45:38.945Z | Downloaded fs-err v2.11.0 |
| 973 | 2025-05-14T15:45:38.948Z | Downloaded parking_lot_core v0.8.6 |
| 974 | 2025-05-14T15:45:38.951Z | Downloaded flume v0.11.1 |
| 975 | 2025-05-14T15:45:38.954Z | Downloaded newtype_derive v0.1.6 |
| 976 | 2025-05-14T15:45:38.954Z | Downloaded rustversion v1.0.17 |
| 977 | 2025-05-14T15:45:38.957Z | Downloaded diesel_derives v2.2.3 |
| 978 | 2025-05-14T15:45:38.961Z | Downloaded qorb v0.3.1 |
| 979 | 2025-05-14T15:45:38.965Z | Downloaded vsss-rs v3.3.4 |
| 980 | 2025-05-14T15:45:38.968Z | Downloaded tokio-macros v2.5.0 |
| 981 | 2025-05-14T15:45:38.972Z | Downloaded whoami v1.5.2 |
| 982 | 2025-05-14T15:45:38.972Z | Downloaded unicase v2.7.0 |
| 983 | 2025-05-14T15:45:38.975Z | Downloaded ring v0.17.11 |
| 984 | 2025-05-14T15:45:39.018Z | Downloaded unarray v0.1.4 |
| 985 | 2025-05-14T15:45:39.021Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 986 | 2025-05-14T15:45:39.079Z | Downloaded postcard v1.0.10 |
| 987 | 2025-05-14T15:45:39.083Z | Downloaded unsafe-libyaml v0.2.11 |
| 988 | 2025-05-14T15:45:39.086Z | Downloaded progenitor v0.8.0 |
| 989 | 2025-05-14T15:45:39.087Z | Downloaded parse-display-derive v0.10.0 |
| 990 | 2025-05-14T15:45:39.087Z | Downloaded parse-display v0.10.0 |
| 991 | 2025-05-14T15:45:39.090Z | Downloaded half v2.4.1 |
| 992 | 2025-05-14T15:45:39.094Z | Downloaded normalize-line-endings v0.3.0 |
| 993 | 2025-05-14T15:45:39.094Z | Downloaded hash32 v0.3.1 |
| 994 | 2025-05-14T15:45:39.094Z | Downloaded serde_yaml v0.9.34+deprecated |
| 995 | 2025-05-14T15:45:39.097Z | Downloaded polyval v0.6.2 |
| 996 | 2025-05-14T15:45:39.101Z | Downloaded paste v1.0.15 |
| 997 | 2025-05-14T15:45:39.101Z | Downloaded packed_struct v0.10.1 |
| 998 | 2025-05-14T15:45:39.104Z | Downloaded rcgen v0.12.1 |
| 999 | 2025-05-14T15:45:39.107Z | Downloaded itertools v0.14.0 |
| 1000 | 2025-05-14T15:45:39.112Z | Downloaded zone v0.3.1 |
| 1001 | 2025-05-14T15:45:39.115Z | Downloaded progenitor-impl v0.9.1 |
| 1002 | 2025-05-14T15:45:39.116Z | Downloaded mio v1.0.2 |
| 1003 | 2025-05-14T15:45:39.121Z | Downloaded parse-size v1.1.0 |
| 1004 | 2025-05-14T15:45:39.124Z | Downloaded parking_lot_core v0.9.10 |
| 1005 | 2025-05-14T15:45:39.124Z | Downloaded signature v2.2.0 |
| 1006 | 2025-05-14T15:45:39.127Z | Downloaded serde-hex v0.1.0 |
| 1007 | 2025-05-14T15:45:39.127Z | Downloaded futures-macro v0.3.31 |
| 1008 | 2025-05-14T15:45:39.130Z | Downloaded defmt v0.3.8 |
| 1009 | 2025-05-14T15:45:39.133Z | Downloaded debug-ignore v1.0.5 |
| 1010 | 2025-05-14T15:45:39.133Z | Downloaded reedline v0.38.0 |
| 1011 | 2025-05-14T15:45:39.141Z | Downloaded itertools v0.12.1 |
| 1012 | 2025-05-14T15:45:39.148Z | Downloaded percent-encoding v2.3.1 |
| 1013 | 2025-05-14T15:45:39.151Z | Downloaded universal-hash v0.5.1 |
| 1014 | 2025-05-14T15:45:39.151Z | Downloaded pem-rfc7468 v0.7.0 |
| 1015 | 2025-05-14T15:45:39.154Z | Downloaded pem v3.0.5 |
| 1016 | 2025-05-14T15:45:39.154Z | Downloaded xshell v0.2.7 |
| 1017 | 2025-05-14T15:45:39.157Z | Downloaded tinystr v0.7.6 |
| 1018 | 2025-05-14T15:45:39.157Z | Downloaded openssl-sys v0.9.107 |
| 1019 | 2025-05-14T15:45:39.162Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2025-05-14T15:45:39.166Z | Downloaded typed-path v0.9.3 |
| 1021 | 2025-05-14T15:45:39.172Z | Downloaded float-cmp v0.10.0 |
| 1022 | 2025-05-14T15:45:39.176Z | Downloaded tabwriter v1.4.0 |
| 1023 | 2025-05-14T15:45:39.176Z | Downloaded dunce v1.0.5 |
| 1024 | 2025-05-14T15:45:39.176Z | Downloaded smallvec v1.14.0 |
| 1025 | 2025-05-14T15:45:39.179Z | Downloaded defmt-macros v0.3.9 |
| 1026 | 2025-05-14T15:45:39.182Z | Downloaded darling_core v0.20.10 |
| 1027 | 2025-05-14T15:45:39.186Z | Downloaded libxml v0.3.3 |
| 1028 | 2025-05-14T15:45:39.191Z | Downloaded idna v1.0.3 |
| 1029 | 2025-05-14T15:45:39.196Z | Downloaded itertools v0.10.5 |
| 1030 | 2025-05-14T15:45:39.203Z | Downloaded peg v0.8.5 |
| 1031 | 2025-05-14T15:45:39.206Z | Downloaded pbkdf2 v0.12.2 |
| 1032 | 2025-05-14T15:45:39.209Z | Downloaded pbkdf2 v0.11.0 |
| 1033 | 2025-05-14T15:45:39.213Z | Downloaded crossbeam-channel v0.5.15 |
| 1034 | 2025-05-14T15:45:39.216Z | Downloaded pin-project-internal v1.1.6 |
| 1035 | 2025-05-14T15:45:39.220Z | Downloaded peg-macros v0.8.5 |
| 1036 | 2025-05-14T15:45:39.220Z | Downloaded zopfli v0.8.1 |
| 1037 | 2025-05-14T15:45:39.223Z | Downloaded samael v0.0.18 |
| 1038 | 2025-05-14T15:45:39.226Z | Downloaded nodrop v0.1.14 |
| 1039 | 2025-05-14T15:45:39.229Z | Downloaded enum-as-inner v0.6.1 |
| 1040 | 2025-05-14T15:45:39.229Z | Downloaded typify-macro v0.2.0 |
| 1041 | 2025-05-14T15:45:39.229Z | Downloaded tungstenite v0.23.0 |
| 1042 | 2025-05-14T15:45:39.232Z | Downloaded serde_repr v0.1.19 |
| 1043 | 2025-05-14T15:45:39.236Z | Downloaded multimap v0.10.0 |
| 1044 | 2025-05-14T15:45:39.236Z | Downloaded strum_macros v0.24.3 |
| 1045 | 2025-05-14T15:45:39.239Z | Downloaded tracing v0.1.40 |
| 1046 | 2025-05-14T15:45:39.242Z | Downloaded fixedbitset v0.5.7 |
| 1047 | 2025-05-14T15:45:39.245Z | Downloaded fallible-iterator v0.2.0 |
| 1048 | 2025-05-14T15:45:39.245Z | Downloaded diesel-dtrace v0.4.2 |
| 1049 | 2025-05-14T15:45:39.245Z | Downloaded cc v1.2.15 |
| 1050 | 2025-05-14T15:45:39.249Z | Downloaded bumpalo v3.16.0 |
| 1051 | 2025-05-14T15:45:39.252Z | Downloaded daft-derive v0.1.3 |
| 1052 | 2025-05-14T15:45:39.256Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1053 | 2025-05-14T15:45:39.259Z | Downloaded yoke v0.7.4 |
| 1054 | 2025-05-14T15:45:39.260Z | Downloaded typify-macro v0.3.0 |
| 1055 | 2025-05-14T15:45:39.263Z | Downloaded const_format v0.2.34 |
| 1056 | 2025-05-14T15:45:39.266Z | Downloaded serde_urlencoded v0.7.1 |
| 1057 | 2025-05-14T15:45:39.269Z | Downloaded rsa v0.9.6 |
| 1058 | 2025-05-14T15:45:39.272Z | Downloaded tui-tree-widget v0.23.0 |
| 1059 | 2025-05-14T15:45:39.276Z | Downloaded postgres-types v0.2.9 |
| 1060 | 2025-05-14T15:45:39.276Z | Downloaded term v0.7.0 |
| 1061 | 2025-05-14T15:45:39.279Z | Downloaded steno v0.4.1 |
| 1062 | 2025-05-14T15:45:39.283Z | Downloaded derive_more v0.99.20 |
| 1063 | 2025-05-14T15:45:39.288Z | Downloaded value-bag v1.9.0 |
| 1064 | 2025-05-14T15:45:39.291Z | Downloaded filetime v0.2.25 |
| 1065 | 2025-05-14T15:45:39.294Z | Downloaded ff v0.13.0 |
| 1066 | 2025-05-14T15:45:39.294Z | Downloaded embedded-io v0.6.1 |
| 1067 | 2025-05-14T15:45:39.297Z | Downloaded num-complex v0.4.6 |
| 1068 | 2025-05-14T15:45:39.297Z | Downloaded schemars_derive v0.8.22 |
| 1069 | 2025-05-14T15:45:39.300Z | Downloaded derive-where v1.2.7 |
| 1070 | 2025-05-14T15:45:39.303Z | Downloaded env_logger v0.10.2 |
| 1071 | 2025-05-14T15:45:39.306Z | Downloaded base64 v0.22.1 |
| 1072 | 2025-05-14T15:45:39.310Z | Downloaded backtrace v0.3.74 |
| 1073 | 2025-05-14T15:45:39.313Z | Downloaded num-conv v0.1.0 |
| 1074 | 2025-05-14T15:45:39.316Z | Downloaded num v0.4.3 |
| 1075 | 2025-05-14T15:45:39.316Z | Downloaded schemars v0.8.22 |
| 1076 | 2025-05-14T15:45:39.326Z | Downloaded compact_str v0.8.0 |
| 1077 | 2025-05-14T15:45:39.331Z | Downloaded bytes v1.10.1 |
| 1078 | 2025-05-14T15:45:39.336Z | Downloaded base64 v0.21.7 |
| 1079 | 2025-05-14T15:45:39.340Z | Downloaded http v1.2.0 |
| 1080 | 2025-05-14T15:45:39.344Z | Downloaded arc-swap v1.7.1 |
| 1081 | 2025-05-14T15:45:39.347Z | Downloaded utf-8 v0.7.6 |
| 1082 | 2025-05-14T15:45:39.350Z | Downloaded icu_collections v1.5.0 |
| 1083 | 2025-05-14T15:45:39.354Z | Downloaded uzers v0.12.1 |
| 1084 | 2025-05-14T15:45:39.358Z | Downloaded twox-hash v2.1.0 |
| 1085 | 2025-05-14T15:45:39.361Z | Downloaded multer v3.1.0 |
| 1086 | 2025-05-14T15:45:39.364Z | Downloaded memoffset v0.9.1 |
| 1087 | 2025-05-14T15:45:39.364Z | Downloaded gethostname v0.5.0 |
| 1088 | 2025-05-14T15:45:39.364Z | Downloaded futures-io v0.3.31 |
| 1089 | 2025-05-14T15:45:39.367Z | Downloaded flagset v0.4.6 |
| 1090 | 2025-05-14T15:45:39.367Z | Downloaded powerfmt v0.2.0 |
| 1091 | 2025-05-14T15:45:39.367Z | Downloaded postgres-protocol v0.6.8 |
| 1092 | 2025-05-14T15:45:39.370Z | Downloaded env_filter v0.1.2 |
| 1093 | 2025-05-14T15:45:39.370Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1094 | 2025-05-14T15:45:39.373Z | Downloaded serde_with_macros v3.12.0 |
| 1095 | 2025-05-14T15:45:39.373Z | Downloaded slog v2.7.0 |
| 1096 | 2025-05-14T15:45:39.377Z | Downloaded hickory-server v0.24.4 |
| 1097 | 2025-05-14T15:45:39.382Z | Downloaded cancel-safe-futures v0.1.5 |
| 1098 | 2025-05-14T15:45:39.385Z | Downloaded wait-timeout v0.2.0 |
| 1099 | 2025-05-14T15:45:39.388Z | Downloaded zeroize v1.8.1 |
| 1100 | 2025-05-14T15:45:39.388Z | Downloaded untrusted v0.7.1 |
| 1101 | 2025-05-14T15:45:39.391Z | Downloaded typify v0.2.0 |
| 1102 | 2025-05-14T15:45:39.394Z | Downloaded time-macros v0.2.18 |
| 1103 | 2025-05-14T15:45:39.397Z | Downloaded thiserror-no-std v2.0.2 |
| 1104 | 2025-05-14T15:45:39.401Z | Downloaded signal-hook v0.3.17 |
| 1105 | 2025-05-14T15:45:39.404Z | Downloaded rustc_version v0.4.1 |
| 1106 | 2025-05-14T15:45:39.404Z | Downloaded crossbeam-epoch v0.9.18 |
| 1107 | 2025-05-14T15:45:39.407Z | Downloaded clang-sys v1.8.1 |
| 1108 | 2025-05-14T15:45:39.410Z | Downloaded icu_normalizer_data v1.5.0 |
| 1109 | 2025-05-14T15:45:39.410Z | Downloaded crossbeam-utils v0.8.21 |
| 1110 | 2025-05-14T15:45:39.413Z | Downloaded allocator-api2 v0.2.18 |
| 1111 | 2025-05-14T15:45:39.417Z | Downloaded const-oid v0.9.6 |
| 1112 | 2025-05-14T15:45:39.420Z | Downloaded untrusted v0.9.0 |
| 1113 | 2025-05-14T15:45:39.420Z | Downloaded chrono-tz-build v0.4.0 |
| 1114 | 2025-05-14T15:45:39.423Z | Downloaded backoff v0.4.0 |
| 1115 | 2025-05-14T15:45:39.423Z | Downloaded heapless v0.8.0 |
| 1116 | 2025-05-14T15:45:39.426Z | Downloaded heapless v0.7.17 |
| 1117 | 2025-05-14T15:45:39.430Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1118 | 2025-05-14T15:45:39.434Z | Downloaded indexmap v1.9.3 |
| 1119 | 2025-05-14T15:45:39.437Z | Downloaded icu_normalizer v1.5.0 |
| 1120 | 2025-05-14T15:45:39.440Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1121 | 2025-05-14T15:45:39.440Z | Downloaded iana-time-zone v0.1.63 |
| 1122 | 2025-05-14T15:45:39.443Z | Downloaded rand_core v0.6.4 |
| 1123 | 2025-05-14T15:45:39.447Z | Downloaded proc-macro-error2 v2.0.1 |
| 1124 | 2025-05-14T15:45:39.450Z | Downloaded litrs v0.4.1 |
| 1125 | 2025-05-14T15:45:39.450Z | Downloaded icu_provider v1.5.0 |
| 1126 | 2025-05-14T15:45:39.453Z | Downloaded ahash v0.8.11 |
| 1127 | 2025-05-14T15:45:39.456Z | Downloaded slog-async v2.8.0 |
| 1128 | 2025-05-14T15:45:39.456Z | Downloaded icu_locid v1.5.0 |
| 1129 | 2025-05-14T15:45:39.460Z | Downloaded httparse v1.9.5 |
| 1130 | 2025-05-14T15:45:39.464Z | Downloaded hmac v0.12.1 |
| 1131 | 2025-05-14T15:45:39.467Z | Downloaded highway v1.3.0 |
| 1132 | 2025-05-14T15:45:39.470Z | Downloaded crossbeam-deque v0.8.5 |
| 1133 | 2025-05-14T15:45:39.470Z | Downloaded crc32fast v1.4.2 |
| 1134 | 2025-05-14T15:45:39.473Z | Downloaded cookie_store v0.21.1 |
| 1135 | 2025-05-14T15:45:39.473Z | Downloaded console v0.15.10 |
| 1136 | 2025-05-14T15:45:39.476Z | Downloaded cbc v0.1.2 |
| 1137 | 2025-05-14T15:45:39.479Z | Downloaded blowfish v0.9.1 |
| 1138 | 2025-05-14T15:45:39.479Z | Downloaded rand_core v0.9.2 |
| 1139 | 2025-05-14T15:45:39.482Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1140 | 2025-05-14T15:45:39.482Z | Downloaded linked-hash-map v0.5.6 |
| 1141 | 2025-05-14T15:45:39.482Z | Downloaded icu_locid_transform v1.5.0 |
| 1142 | 2025-05-14T15:45:39.485Z | Downloaded hyper-staticfile v0.10.1 |
| 1143 | 2025-05-14T15:45:39.489Z | Downloaded ciborium v0.2.2 |
| 1144 | 2025-05-14T15:45:39.492Z | Downloaded cargo_metadata v0.18.1 |
| 1145 | 2025-05-14T15:45:39.492Z | Downloaded bzip2 v0.5.2 |
| 1146 | 2025-05-14T15:45:39.492Z | Downloaded bcs v0.1.6 |
| 1147 | 2025-05-14T15:45:39.495Z | Downloaded libsw v3.4.0 |
| 1148 | 2025-05-14T15:45:39.495Z | Downloaded ingot v0.1.0 |
| 1149 | 2025-05-14T15:45:39.498Z | Downloaded hyper-rustls v0.27.3 |
| 1150 | 2025-05-14T15:45:39.502Z | Downloaded async-bb8-diesel v0.2.1 |
| 1151 | 2025-05-14T15:45:39.502Z | Downloaded arrayvec v0.7.6 |
| 1152 | 2025-05-14T15:45:39.505Z | Downloaded ingot-types v0.1.0 |
| 1153 | 2025-05-14T15:45:39.508Z | Downloaded base16ct v0.2.0 |
| 1154 | 2025-05-14T15:45:39.508Z | Downloaded async-stream v0.3.6 |
| 1155 | 2025-05-14T15:45:39.511Z | Downloaded lockfree-object-pool v0.1.6 |
| 1156 | 2025-05-14T15:45:39.511Z | Downloaded libsw-core v0.3.1 |
| 1157 | 2025-05-14T15:45:39.514Z | Downloaded libscf-sys v1.1.0 |
| 1158 | 2025-05-14T15:45:39.514Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1159 | 2025-05-14T15:45:39.517Z | Downloaded lzss v0.8.2 |
| 1160 | 2025-05-14T15:45:39.517Z | Downloaded instability v0.3.2 |
| 1161 | 2025-05-14T15:45:39.520Z | Downloaded bitfield-struct v0.6.2 |
| 1162 | 2025-05-14T15:45:39.520Z | Downloaded bitfield v0.14.0 |
| 1163 | 2025-05-14T15:45:39.524Z | Downloaded block-padding v0.3.3 |
| 1164 | 2025-05-14T15:45:39.524Z | Downloaded cipher v0.4.4 |
| 1165 | 2025-05-14T15:45:39.524Z | Downloaded humantime v2.1.0 |
| 1166 | 2025-05-14T15:45:39.527Z | Downloaded crc v3.2.1 |
| 1167 | 2025-05-14T15:45:39.527Z | Downloaded cassowary v0.3.0 |
| 1168 | 2025-05-14T15:45:39.530Z | Downloaded indoc v2.0.6 |
| 1169 | 2025-05-14T15:45:39.533Z | Downloaded const_format_proc_macros v0.2.34 |
| 1170 | 2025-05-14T15:45:39.533Z | Downloaded indoc v1.0.9 |
| 1171 | 2025-05-14T15:45:39.537Z | Downloaded crc-catalog v2.4.0 |
| 1172 | 2025-05-14T15:45:39.537Z | Downloaded convert_case v0.4.0 |
| 1173 | 2025-05-14T15:45:39.540Z | Downloaded constant_time_eq v0.3.1 |
| 1174 | 2025-05-14T15:45:39.540Z | Downloaded cobs v0.2.3 |
| 1175 | 2025-05-14T15:45:39.541Z | Downloaded bit-vec v0.6.3 |
| 1176 | 2025-05-14T15:45:39.544Z | Downloaded keccak v0.1.5 |
| 1177 | 2025-05-14T15:45:39.544Z | Downloaded inout v0.1.3 |
| 1178 | 2025-05-14T15:45:39.544Z | Downloaded idna_adapter v1.2.0 |
| 1179 | 2025-05-14T15:45:39.547Z | Downloaded hyper-tls v0.6.0 |
| 1180 | 2025-05-14T15:45:39.547Z | Downloaded atomic-waker v1.1.2 |
| 1181 | 2025-05-14T15:45:39.547Z | Downloaded array-init v0.0.4 |
| 1182 | 2025-05-14T15:45:39.550Z | Downloaded hostname v0.4.0 |
| 1183 | 2025-05-14T15:45:39.550Z | Downloaded hostname v0.3.1 |
| 1184 | 2025-05-14T15:45:39.553Z | Downloaded hex-literal v0.4.1 |
| 1185 | 2025-05-14T15:45:39.553Z | Downloaded home v0.5.9 |
| 1186 | 2025-05-14T15:45:39.554Z | Downloaded arrayref v0.3.9 |
| 1187 | 2025-05-14T15:45:39.554Z | Downloaded ascii-canvas v3.0.0 |
| 1188 | 2025-05-14T15:45:39.843Z | Downloaded aws-lc-sys v0.26.0 |
| 1189 | 2025-05-14T15:45:40.179Z | Compiling serde v1.0.219 |
| 1190 | 2025-05-14T15:45:40.182Z | Compiling value-bag v1.9.0 |
| 1191 | 2025-05-14T15:45:40.182Z | Compiling shlex v1.3.0 |
| 1192 | 2025-05-14T15:45:40.182Z | Compiling lock_api v0.4.12 |
| 1193 | 2025-05-14T15:45:40.182Z | Compiling scopeguard v1.2.0 |
| 1194 | 2025-05-14T15:45:40.182Z | Compiling typenum v1.17.0 |
| 1195 | 2025-05-14T15:45:40.358Z | Compiling syn v2.0.98 |
| 1196 | 2025-05-14T15:45:40.361Z | Compiling getrandom v0.2.15 |
| 1197 | 2025-05-14T15:45:40.512Z | Compiling jobserver v0.1.32 |
| 1198 | 2025-05-14T15:45:40.867Z | Compiling log v0.4.22 |
| 1199 | 2025-05-14T15:45:40.926Z | Compiling rand_core v0.6.4 |
| 1200 | 2025-05-14T15:45:40.931Z | Compiling generic-array v0.14.7 |
| 1201 | 2025-05-14T15:45:41.067Z | Compiling cc v1.2.15 |
| 1202 | 2025-05-14T15:45:41.379Z | Compiling smallvec v1.14.0 |
| 1203 | 2025-05-14T15:45:41.449Z | Compiling subtle v2.6.1 |
| 1204 | 2025-05-14T15:45:41.561Z | Compiling const-oid v0.9.6 |
| 1205 | 2025-05-14T15:45:41.561Z | Compiling stable_deref_trait v1.2.0 |
| 1206 | 2025-05-14T15:45:41.700Z | Compiling pkg-config v0.3.31 |
| 1207 | 2025-05-14T15:45:41.723Z | Compiling parking_lot_core v0.9.10 |
| 1208 | 2025-05-14T15:45:41.826Z | Compiling pin-project-lite v0.2.14 |
| 1209 | 2025-05-14T15:45:41.845Z | Compiling rustix v0.38.37 |
| 1210 | 2025-05-14T15:45:41.991Z | Compiling signal-hook-registry v1.4.2 |
| 1211 | 2025-05-14T15:45:42.759Z | Compiling parking_lot v0.12.3 |
| 1212 | 2025-05-14T15:45:42.790Z | Compiling spin v0.9.8 |
| 1213 | 2025-05-14T15:45:42.898Z | Compiling mio v1.0.2 |
| 1214 | 2025-05-14T15:45:43.100Z | Compiling futures-core v0.3.31 |
| 1215 | 2025-05-14T15:45:43.228Z | Compiling aho-corasick v1.1.3 |
| 1216 | 2025-05-14T15:45:43.250Z | Compiling cpufeatures v0.2.14 |
| 1217 | 2025-05-14T15:45:43.384Z | Compiling either v1.14.0 |
| 1218 | 2025-05-14T15:45:43.410Z | Compiling serde_json v1.0.140 |
| 1219 | 2025-05-14T15:45:43.669Z | Compiling regex-syntax v0.8.5 |
| 1220 | 2025-05-14T15:45:43.791Z | Compiling libm v0.2.8 |
| 1221 | 2025-05-14T15:45:43.811Z | Compiling litemap v0.7.3 |
| 1222 | 2025-05-14T15:45:43.845Z | Compiling writeable v0.5.5 |
| 1223 | 2025-05-14T15:45:44.096Z | Compiling socket2 v0.5.9 |
| 1224 | 2025-05-14T15:45:44.232Z | Compiling num-traits v0.2.19 |
| 1225 | 2025-05-14T15:45:44.254Z | Compiling slab v0.4.9 |
| 1226 | 2025-05-14T15:45:44.443Z | Compiling glob v0.3.2 |
| 1227 | 2025-05-14T15:45:44.875Z | Compiling prettyplease v0.2.30 |
| 1228 | 2025-05-14T15:45:45.063Z | Compiling getrandom v0.3.1 |
| 1229 | 2025-05-14T15:45:45.244Z | Compiling futures-sink v0.3.31 |
| 1230 | 2025-05-14T15:45:45.267Z | Compiling clang-sys v1.8.1 |
| 1231 | 2025-05-14T15:45:45.271Z | Compiling icu_locid_transform_data v1.5.0 |
| 1232 | 2025-05-14T15:45:45.443Z | Compiling lazy_static v1.5.0 |
| 1233 | 2025-05-14T15:45:45.603Z | Compiling foldhash v0.1.3 |
| 1234 | 2025-05-14T15:45:45.780Z | Compiling minimal-lexical v0.2.1 |
| 1235 | 2025-05-14T15:45:45.932Z | Compiling icu_properties_data v1.5.0 |
| 1236 | 2025-05-14T15:45:46.126Z | Compiling allocator-api2 v0.2.18 |
| 1237 | 2025-05-14T15:45:46.218Z | Compiling nom v7.1.3 |
| 1238 | 2025-05-14T15:45:46.323Z | Compiling libloading v0.8.5 |
| 1239 | 2025-05-14T15:45:46.668Z | Compiling home v0.5.9 |
| 1240 | 2025-05-14T15:45:46.749Z | Compiling percent-encoding v2.3.1 |
| 1241 | 2025-05-14T15:45:46.895Z | Compiling hashbrown v0.15.1 |
| 1242 | 2025-05-14T15:45:46.916Z | Compiling base64ct v1.6.0 |
| 1243 | 2025-05-14T15:45:47.084Z | Compiling bindgen v0.69.5 |
| 1244 | 2025-05-14T15:45:47.526Z | Compiling regex-automata v0.4.8 |
| 1245 | 2025-05-14T15:45:47.642Z | Compiling write16 v1.0.0 |
| 1246 | 2025-05-14T15:45:47.812Z | Compiling icu_normalizer_data v1.5.0 |
| 1247 | 2025-05-14T15:45:47.949Z | Compiling utf8_iter v1.0.4 |
| 1248 | 2025-05-14T15:45:48.047Z | Compiling utf16_iter v1.0.5 |
| 1249 | 2025-05-14T15:45:48.135Z | Compiling pem-rfc7468 v0.7.0 |
| 1250 | 2025-05-14T15:45:48.204Z | Compiling itertools v0.12.1 |
| 1251 | 2025-05-14T15:45:48.265Z | Compiling rustc-hash v1.1.0 |
| 1252 | 2025-05-14T15:45:48.441Z | Compiling synstructure v0.13.1 |
| 1253 | 2025-05-14T15:45:49.680Z | Compiling cexpr v0.6.0 |
| 1254 | 2025-05-14T15:45:49.878Z | Compiling flagset v0.4.6 |
| 1255 | 2025-05-14T15:45:49.957Z | Compiling lazycell v1.3.0 |
| 1256 | 2025-05-14T15:45:50.104Z | Compiling futures-channel v0.3.31 |
| 1257 | 2025-05-14T15:45:50.145Z | Compiling cmake v0.1.51 |
| 1258 | 2025-05-14T15:45:50.553Z | Compiling pin-utils v0.1.0 |
| 1259 | 2025-05-14T15:45:50.699Z | Compiling dunce v1.0.5 |
| 1260 | 2025-05-14T15:45:50.858Z | Compiling futures-io v0.3.31 |
| 1261 | 2025-05-14T15:45:51.041Z | Compiling fs_extra v1.3.0 |
| 1262 | 2025-05-14T15:45:51.151Z | Compiling futures-task v0.3.31 |
| 1263 | 2025-05-14T15:45:51.209Z | Compiling form_urlencoded v1.2.1 |
| 1264 | 2025-05-14T15:45:51.396Z | Compiling paste v1.0.15 |
| 1265 | 2025-05-14T15:45:51.465Z | Compiling vcpkg v0.2.15 |
| 1266 | 2025-05-14T15:45:51.543Z | Compiling crossbeam-utils v0.8.21 |
| 1267 | 2025-05-14T15:45:51.587Z | Compiling ring v0.17.11 |
| 1268 | 2025-05-14T15:45:51.802Z | Compiling tracing-core v0.1.32 |
| 1269 | 2025-05-14T15:45:52.141Z | Compiling zerocopy v0.8.10 |
| 1270 | 2025-05-14T15:45:52.723Z | Compiling iana-time-zone v0.1.63 |
| 1271 | 2025-05-14T15:45:52.965Z | Compiling aws-lc-rs v1.12.4 |
| 1272 | 2025-05-14T15:45:53.078Z | Compiling regex v1.11.1 |
| 1273 | 2025-05-14T15:45:53.170Z | Compiling openssl-sys v0.9.107 |
| 1274 | 2025-05-14T15:45:53.411Z | Compiling rustls-pki-types v1.10.0 |
| 1275 | 2025-05-14T15:45:53.628Z | Compiling serde_derive v1.0.219 |
| 1276 | 2025-05-14T15:45:53.989Z | Compiling zeroize_derive v1.4.2 |
| 1277 | 2025-05-14T15:45:54.278Z | Compiling zerofrom-derive v0.1.4 |
| 1278 | 2025-05-14T15:45:54.315Z | Compiling yoke-derive v0.7.4 |
| 1279 | 2025-05-14T15:45:54.428Z | Compiling zerovec-derive v0.10.3 |
| 1280 | 2025-05-14T15:45:55.383Z | Compiling zeroize v1.8.1 |
| 1281 | 2025-05-14T15:45:57.021Z | Compiling displaydoc v0.2.5 |
| 1282 | 2025-05-14T15:45:57.067Z | Compiling zerocopy-derive v0.7.35 |
| 1283 | 2025-05-14T15:45:57.185Z | Compiling crypto-common v0.1.6 |
| 1284 | 2025-05-14T15:45:57.436Z | Compiling block-buffer v0.10.4 |
| 1285 | 2025-05-14T15:45:57.720Z | Compiling digest v0.10.7 |
| 1286 | 2025-05-14T15:45:57.834Z | Compiling zerofrom v0.1.4 |
| 1287 | 2025-05-14T15:45:58.067Z | Compiling yoke v0.7.4 |
| 1288 | 2025-05-14T15:45:58.216Z | Compiling hmac v0.12.1 |
| 1289 | 2025-05-14T15:45:58.374Z | Compiling tokio-macros v2.5.0 |
| 1290 | 2025-05-14T15:45:58.437Z | Compiling zerovec v0.10.4 |
| 1291 | 2025-05-14T15:45:58.483Z | Compiling icu_provider_macros v1.5.0 |
| 1292 | 2025-05-14T15:45:58.515Z | Compiling block-padding v0.3.3 |
| 1293 | 2025-05-14T15:45:58.673Z | Compiling sha2 v0.10.8 |
| 1294 | 2025-05-14T15:45:58.761Z | Compiling inout v0.1.3 |
| 1295 | 2025-05-14T15:45:58.764Z | Compiling thiserror-impl v1.0.69 |
| 1296 | 2025-05-14T15:45:59.015Z | Compiling zerocopy v0.7.35 |
| 1297 | 2025-05-14T15:45:59.048Z | Compiling cipher v0.4.4 |
| 1298 | 2025-05-14T15:45:59.623Z | Compiling der_derive v0.7.3 |
| 1299 | 2025-05-14T15:45:59.649Z | Compiling futures-macro v0.3.31 |
| 1300 | 2025-05-14T15:45:59.876Z | Compiling salsa20 v0.10.2 |
| 1301 | 2025-05-14T15:46:00.155Z | Compiling pbkdf2 v0.12.2 |
| 1302 | 2025-05-14T15:46:00.364Z | Compiling tinystr v0.7.6 |
| 1303 | 2025-05-14T15:46:00.422Z | Compiling icu_collections v1.5.0 |
| 1304 | 2025-05-14T15:46:00.552Z | Compiling ppv-lite86 v0.2.20 |
| 1305 | 2025-05-14T15:46:00.868Z | Compiling icu_locid v1.5.0 |
| 1306 | 2025-05-14T15:46:01.437Z | Compiling scrypt v0.11.0 |
| 1307 | 2025-05-14T15:46:01.559Z | Compiling futures-util v0.3.31 |
| 1308 | 2025-05-14T15:46:01.834Z | Compiling aes v0.8.4 |
| 1309 | 2025-05-14T15:46:01.919Z | Compiling thiserror v1.0.69 |
| 1310 | 2025-05-14T15:46:01.943Z | Compiling cbc v0.1.2 |
| 1311 | 2025-05-14T15:46:02.067Z | Compiling icu_provider v1.5.0 |
| 1312 | 2025-05-14T15:46:02.092Z | Compiling der v0.7.9 |
| 1313 | 2025-05-14T15:46:02.197Z | Compiling pest v2.7.14 |
| 1314 | 2025-05-14T15:46:02.447Z | Compiling tracing-attributes v0.1.27 |
| 1315 | 2025-05-14T15:46:02.918Z | Compiling icu_locid_transform v1.5.0 |
| 1316 | 2025-05-14T15:46:03.047Z | Compiling zerocopy-derive v0.8.10 |
| 1317 | 2025-05-14T15:46:04.755Z | Compiling icu_properties v1.5.1 |
| 1318 | 2025-05-14T15:46:05.095Z | Compiling spki v0.7.3 |
| 1319 | 2025-05-14T15:46:05.295Z | Compiling pest_meta v2.7.14 |
| 1320 | 2025-05-14T15:46:05.320Z | Compiling scroll_derive v0.12.0 |
| 1321 | 2025-05-14T15:46:05.463Z | Compiling pkcs5 v0.7.1 |
| 1322 | 2025-05-14T15:46:05.735Z | Compiling tinyvec_macros v0.1.1 |
| 1323 | 2025-05-14T15:46:05.860Z | Compiling httparse v1.9.5 |
| 1324 | 2025-05-14T15:46:05.965Z | Compiling tracing v0.1.40 |
| 1325 | 2025-05-14T15:46:06.503Z | Compiling pkcs8 v0.10.2 |
| 1326 | 2025-05-14T15:46:06.593Z | Compiling tinyvec v1.8.0 |
| 1327 | 2025-05-14T15:46:06.833Z | Compiling bytes v1.10.1 |
| 1328 | 2025-05-14T15:46:07.055Z | Compiling bitflags v2.9.0 |
| 1329 | 2025-05-14T15:46:07.220Z | Compiling semver v1.0.26 |
| 1330 | 2025-05-14T15:46:07.945Z | Compiling indexmap v2.9.0 |
| 1331 | 2025-05-14T15:46:08.127Z | Compiling tokio v1.43.1 |
| 1332 | 2025-05-14T15:46:08.345Z | Compiling rustc_version v0.4.1 |
| 1333 | 2025-05-14T15:46:09.083Z | Compiling icu_normalizer v1.5.0 |
| 1334 | 2025-05-14T15:46:09.376Z | Compiling http v1.2.0 |
| 1335 | 2025-05-14T15:46:09.538Z | Compiling uuid v1.16.0 |
| 1336 | 2025-05-14T15:46:09.921Z | Compiling chrono v0.4.40 |
| 1337 | 2025-05-14T15:46:09.959Z | Compiling scroll v0.12.0 |
| 1338 | 2025-05-14T15:46:09.991Z | Compiling pest_generator v2.7.14 |
| 1339 | 2025-05-14T15:46:10.508Z | Compiling idna_adapter v1.2.0 |
| 1340 | 2025-05-14T15:46:10.800Z | Compiling idna v1.0.3 |
| 1341 | 2025-05-14T15:46:10.989Z | Compiling http-body v1.0.1 |
| 1342 | 2025-05-14T15:46:11.111Z | Compiling serde_derive_internals v0.29.1 |
| 1343 | 2025-05-14T15:46:11.272Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1344 | 2025-05-14T15:46:11.678Z | Compiling which v4.4.2 |
| 1345 | 2025-05-14T15:46:11.818Z | Compiling url v2.5.3 |
| 1346 | 2025-05-14T15:46:12.254Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1347 | 2025-05-14T15:46:12.350Z | Compiling num-conv v0.1.0 |
| 1348 | 2025-05-14T15:46:12.455Z | Compiling rustversion v1.0.17 |
| 1349 | 2025-05-14T15:46:12.662Z | Compiling untrusted v0.7.1 |
| 1350 | 2025-05-14T15:46:12.872Z | Compiling try-lock v0.2.5 |
| 1351 | 2025-05-14T15:46:13.031Z | Compiling adler2 v2.0.0 |
| 1352 | 2025-05-14T15:46:13.057Z | Compiling untrusted v0.9.0 |
| 1353 | 2025-05-14T15:46:13.195Z | Compiling schemars v0.8.22 |
| 1354 | 2025-05-14T15:46:13.258Z | Compiling time-core v0.1.2 |
| 1355 | 2025-05-14T15:46:13.277Z | Compiling atomic-waker v1.1.2 |
| 1356 | 2025-05-14T15:46:13.408Z | Compiling powerfmt v0.2.0 |
| 1357 | 2025-05-14T15:46:13.465Z | Compiling foreign-types-shared v0.1.1 |
| 1358 | 2025-05-14T15:46:13.485Z | Compiling openssl v0.10.72 |
| 1359 | 2025-05-14T15:46:13.505Z | Compiling goblin v0.8.2 |
| 1360 | 2025-05-14T15:46:13.591Z | Compiling foreign-types v0.3.2 |
| 1361 | 2025-05-14T15:46:13.611Z | Compiling schemars_derive v0.8.22 |
| 1362 | 2025-05-14T15:46:13.631Z | Compiling time-macros v0.2.18 |
| 1363 | 2025-05-14T15:46:13.700Z | Compiling deranged v0.3.11 |
| 1364 | 2025-05-14T15:46:14.038Z | Compiling miniz_oxide v0.8.5 |
| 1365 | 2025-05-14T15:46:15.589Z | Compiling want v0.3.1 |
| 1366 | 2025-05-14T15:46:15.913Z | Compiling pest_derive v2.7.14 |
| 1367 | 2025-05-14T15:46:16.754Z | Compiling tokio-util v0.7.13 |
| 1368 | 2025-05-14T15:46:16.773Z | Compiling rand_core v0.9.2 |
| 1369 | 2025-05-14T15:46:17.859Z | Compiling h2 v0.4.6 |
| 1370 | 2025-05-14T15:46:18.212Z | Compiling openssl-macros v0.1.1 |
| 1371 | 2025-05-14T15:46:18.256Z | Compiling dyn-clone v1.0.19 |
| 1372 | 2025-05-14T15:46:18.497Z | Compiling syn v1.0.109 |
| 1373 | 2025-05-14T15:46:18.973Z | Compiling rustls v0.23.19 |
| 1374 | 2025-05-14T15:46:19.114Z | Compiling native-tls v0.2.12 |
| 1375 | 2025-05-14T15:46:19.308Z | Compiling httpdate v1.0.3 |
| 1376 | 2025-05-14T15:46:19.524Z | Compiling num_threads v0.1.7 |
| 1377 | 2025-05-14T15:46:19.596Z | Compiling tower-service v0.3.3 |
| 1378 | 2025-05-14T15:46:19.675Z | Compiling time v0.3.36 |
| 1379 | 2025-05-14T15:46:19.817Z | Compiling dof v0.3.0 |
| 1380 | 2025-05-14T15:46:21.959Z | Compiling rand_chacha v0.9.0 |
| 1381 | 2025-05-14T15:46:22.928Z | Compiling dtrace-parser v0.2.0 |
| 1382 | 2025-05-14T15:46:24.451Z | Compiling heapless v0.7.17 |
| 1383 | 2025-05-14T15:46:24.911Z | Compiling unicode-normalization v0.1.24 |
| 1384 | 2025-05-14T15:46:24.948Z | Compiling rand_chacha v0.3.1 |
| 1385 | 2025-05-14T15:46:25.229Z | Compiling signature v2.2.0 |
| 1386 | 2025-05-14T15:46:25.459Z | Compiling hyper v1.6.0 |
| 1387 | 2025-05-14T15:46:25.538Z | Compiling crossbeam-epoch v0.9.18 |
| 1388 | 2025-05-14T15:46:26.044Z | Compiling crc32fast v1.4.2 |
| 1389 | 2025-05-14T15:46:26.276Z | Compiling cookie v0.18.1 |
| 1390 | 2025-05-14T15:46:26.411Z | Compiling base64 v0.22.1 |
| 1391 | 2025-05-14T15:46:26.610Z | Compiling rayon-core v1.12.1 |
| 1392 | 2025-05-14T15:46:26.960Z | Compiling signal-hook v0.3.17 |
| 1393 | 2025-05-14T15:46:27.146Z | Compiling siphasher v0.3.11 |
| 1394 | 2025-05-14T15:46:27.293Z | Compiling openssl-probe v0.1.5 |
| 1395 | 2025-05-14T15:46:27.413Z | Compiling unicode-properties v0.1.3 |
| 1396 | 2025-05-14T15:46:27.544Z | Compiling unicode-bidi v0.3.17 |
| 1397 | 2025-05-14T15:46:27.589Z | Compiling zstd-safe v7.2.3 |
| 1398 | 2025-05-14T15:46:27.612Z | Compiling slog v2.7.0 |
| 1399 | 2025-05-14T15:46:27.958Z | Compiling hyper-util v0.1.11 |
| 1400 | 2025-05-14T15:46:28.045Z | Compiling phf_shared v0.11.2 |
| 1401 | 2025-05-14T15:46:28.267Z | Compiling stringprep v0.1.5 |
| 1402 | 2025-05-14T15:46:28.400Z | Compiling usdt-impl v0.5.0 |
| 1403 | 2025-05-14T15:46:28.459Z | Compiling crossbeam-deque v0.8.5 |
| 1404 | 2025-05-14T15:46:28.752Z | Compiling rand v0.8.5 |
| 1405 | 2025-05-14T15:46:28.918Z | Compiling rand v0.9.0 |
| 1406 | 2025-05-14T15:46:29.344Z | Compiling curve25519-dalek v4.1.3 |
| 1407 | 2025-05-14T15:46:29.794Z | Compiling toml_datetime v0.6.8 |
| 1408 | 2025-05-14T15:46:29.910Z | Compiling serde_tokenstream v0.2.2 |
| 1409 | 2025-05-14T15:46:30.123Z | Compiling serde_spanned v0.6.8 |
| 1410 | 2025-05-14T15:46:30.304Z | Compiling md-5 v0.10.6 |
| 1411 | 2025-05-14T15:46:30.408Z | Compiling num-integer v0.1.46 |
| 1412 | 2025-05-14T15:46:30.531Z | Compiling ff v0.13.0 |
| 1413 | 2025-05-14T15:46:30.675Z | Compiling hash32 v0.2.1 |
| 1414 | 2025-05-14T15:46:30.785Z | Compiling memoffset v0.9.1 |
| 1415 | 2025-05-14T15:46:30.836Z | Compiling num-bigint-dig v0.8.4 |
| 1416 | 2025-05-14T15:46:30.966Z | Compiling fallible-iterator v0.2.0 |
| 1417 | 2025-05-14T15:46:31.029Z | Compiling newtype-uuid v1.2.1 |
| 1418 | 2025-05-14T15:46:31.057Z | Compiling psl-types v2.0.11 |
| 1419 | 2025-05-14T15:46:31.148Z | Compiling base16ct v0.2.0 |
| 1420 | 2025-05-14T15:46:31.184Z | Compiling litrs v0.4.1 |
| 1421 | 2025-05-14T15:46:31.208Z | Compiling smoltcp v0.9.1 |
| 1422 | 2025-05-14T15:46:31.280Z | Compiling cfg_aliases v0.2.1 |
| 1423 | 2025-05-14T15:46:31.360Z | Compiling gimli v0.31.1 |
| 1424 | 2025-05-14T15:46:31.406Z | Compiling portable-atomic v1.11.0 |
| 1425 | 2025-05-14T15:46:31.499Z | Compiling nix v0.29.0 |
| 1426 | 2025-05-14T15:46:31.660Z | Compiling postgres-protocol v0.6.8 |
| 1427 | 2025-05-14T15:46:31.925Z | Compiling sec1 v0.7.3 |
| 1428 | 2025-05-14T15:46:32.329Z | Compiling document-features v0.2.10 |
| 1429 | 2025-05-14T15:46:32.431Z | Compiling publicsuffix v2.3.0 |
| 1430 | 2025-05-14T15:46:32.701Z | Compiling num-iter v0.1.45 |
| 1431 | 2025-05-14T15:46:32.760Z | Compiling group v0.13.0 |
| 1432 | 2025-05-14T15:46:33.641Z | Compiling tokio-native-tls v0.3.1 |
| 1433 | 2025-05-14T15:46:33.951Z | Compiling flate2 v1.1.1 |
| 1434 | 2025-05-14T15:46:34.123Z | Compiling ipnetwork v0.21.1 |
| 1435 | 2025-05-14T15:46:34.253Z | Compiling terminal_size v0.4.0 |
| 1436 | 2025-05-14T15:46:34.288Z | Compiling http-body-util v0.1.3 |
| 1437 | 2025-05-14T15:46:34.503Z | Compiling hkdf v0.12.4 |
| 1438 | 2025-05-14T15:46:34.625Z | Compiling crypto-bigint v0.5.5 |
| 1439 | 2025-05-14T15:46:34.769Z | Compiling webpki-roots v0.26.6 |
| 1440 | 2025-05-14T15:46:34.794Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1441 | 2025-05-14T15:46:34.858Z | Compiling zerocopy-derive v0.6.6 |
| 1442 | 2025-05-14T15:46:34.985Z | Compiling async-trait v0.1.88 |
| 1443 | 2025-05-14T15:46:35.028Z | Compiling sync_wrapper v1.0.1 |
| 1444 | 2025-05-14T15:46:35.210Z | Compiling object v0.36.5 |
| 1445 | 2025-05-14T15:46:36.192Z | Compiling addr2line v0.24.2 |
| 1446 | 2025-05-14T15:46:36.319Z | Compiling ahash v0.8.11 |
| 1447 | 2025-05-14T15:46:36.721Z | Compiling fs-err v3.1.0 |
| 1448 | 2025-05-14T15:46:36.851Z | Compiling rustc-demangle v0.1.24 |
| 1449 | 2025-05-14T15:46:36.890Z | Compiling winnow v0.5.40 |
| 1450 | 2025-05-14T15:46:37.076Z | Compiling tower-layer v0.3.3 |
| 1451 | 2025-05-14T15:46:37.409Z | Compiling lockfree-object-pool v0.1.6 |
| 1452 | 2025-05-14T15:46:37.629Z | Compiling managed v0.8.0 |
| 1453 | 2025-05-14T15:46:37.693Z | Compiling bumpalo v3.16.0 |
| 1454 | 2025-05-14T15:46:37.718Z | Compiling unicode-width v0.2.0 |
| 1455 | 2025-05-14T15:46:38.058Z | Compiling zip v2.6.1 |
| 1456 | 2025-05-14T15:46:38.178Z | Compiling ipnet v2.11.0 |
| 1457 | 2025-05-14T15:46:38.281Z | Compiling buf-list v1.0.3 |
| 1458 | 2025-05-14T15:46:38.430Z | Compiling simd-adler32 v0.3.7 |
| 1459 | 2025-05-14T15:46:38.964Z | Compiling anyhow v1.0.98 |
| 1460 | 2025-05-14T15:46:39.118Z | Compiling zopfli v0.8.1 |
| 1461 | 2025-05-14T15:46:40.114Z | Compiling console v0.15.10 |
| 1462 | 2025-05-14T15:46:40.481Z | Compiling toml_edit v0.19.15 |
| 1463 | 2025-05-14T15:46:40.747Z | Compiling elliptic-curve v0.13.8 |
| 1464 | 2025-05-14T15:46:41.011Z | Compiling tower v0.5.2 |
| 1465 | 2025-05-14T15:46:41.423Z | Compiling hubpack_derive v0.1.1 |
| 1466 | 2025-05-14T15:46:41.554Z | Compiling strum_macros v0.25.3 |
| 1467 | 2025-05-14T15:46:41.580Z | Compiling clap_builder v4.5.35 |
| 1468 | 2025-05-14T15:46:41.623Z | Compiling zerocopy v0.6.6 |
| 1469 | 2025-05-14T15:46:42.344Z | Compiling backtrace v0.3.74 |
| 1470 | 2025-05-14T15:46:42.347Z | Compiling hubpack v0.1.2 |
| 1471 | 2025-05-14T15:46:42.592Z | Compiling hyper-tls v0.6.0 |
| 1472 | 2025-05-14T15:46:42.794Z | Compiling oxnet v0.1.1 |
| 1473 | 2025-05-14T15:46:43.030Z | Compiling rayon v1.10.0 |
| 1474 | 2025-05-14T15:46:43.581Z | Compiling signal-hook-mio v0.2.4 |
| 1475 | 2025-05-14T15:46:43.784Z | Compiling cookie_store v0.21.1 |
| 1476 | 2025-05-14T15:46:45.305Z | Compiling zstd v0.13.3 |
| 1477 | 2025-05-14T15:46:45.892Z | Compiling postgres-types v0.2.9 |
| 1478 | 2025-05-14T15:46:47.306Z | Compiling usdt-attr-macro v0.5.0 |
| 1479 | 2025-05-14T15:46:47.333Z | Compiling usdt-macro v0.5.0 |
| 1480 | 2025-05-14T15:46:47.619Z | Compiling phf v0.11.2 |
| 1481 | 2025-05-14T15:46:47.749Z | Compiling strum_macros v0.26.4 |
| 1482 | 2025-05-14T15:46:47.927Z | Compiling ed25519 v2.2.3 |
| 1483 | 2025-05-14T15:46:48.801Z | Compiling bzip2 v0.4.4 |
| 1484 | 2025-05-14T15:46:48.940Z | Compiling bzip2 v0.5.2 |
| 1485 | 2025-05-14T15:46:49.235Z | Compiling clap_derive v4.5.32 |
| 1486 | 2025-05-14T15:46:49.346Z | Compiling enum-as-inner v0.6.1 |
| 1487 | 2025-05-14T15:46:49.643Z | Compiling pkcs1 v0.7.5 |
| 1488 | 2025-05-14T15:46:49.870Z | Compiling futures-executor v0.3.31 |
| 1489 | 2025-05-14T15:46:50.117Z | Compiling serde_urlencoded v0.7.1 |
| 1490 | 2025-05-14T15:46:50.411Z | Compiling serde-big-array v0.5.1 |
| 1491 | 2025-05-14T15:46:50.435Z | Compiling rfc6979 v0.4.0 |
| 1492 | 2025-05-14T15:46:50.603Z | Compiling rustls-pemfile v2.2.0 |
| 1493 | 2025-05-14T15:46:50.655Z | Compiling serde_repr v0.1.19 |
| 1494 | 2025-05-14T15:46:50.692Z | Compiling daft-derive v0.1.3 |
| 1495 | 2025-05-14T15:46:50.726Z | Compiling bstr v1.10.0 |
| 1496 | 2025-05-14T15:46:51.007Z | Compiling float-cmp v0.10.0 |
| 1497 | 2025-05-14T15:46:51.303Z | Compiling encoding_rs v0.8.34 |
| 1498 | 2025-05-14T15:46:51.863Z | Compiling difflib v0.4.0 |
| 1499 | 2025-05-14T15:46:52.335Z | Compiling whoami v1.5.2 |
| 1500 | 2025-05-14T15:46:52.385Z | Compiling fixedbitset v0.4.2 |
| 1501 | 2025-05-14T15:46:52.571Z | Compiling new_debug_unreachable v1.0.6 |
| 1502 | 2025-05-14T15:46:52.691Z | Compiling number_prefix v0.4.0 |
| 1503 | 2025-05-14T15:46:52.858Z | Compiling static_assertions v1.1.0 |
| 1504 | 2025-05-14T15:46:52.936Z | Compiling predicates-core v1.0.8 |
| 1505 | 2025-05-14T15:46:52.957Z | Compiling unicode-segmentation v1.12.0 |
| 1506 | 2025-05-14T15:46:52.979Z | Compiling mime v0.3.17 |
| 1507 | 2025-05-14T15:46:53.230Z | Compiling normalize-line-endings v0.3.0 |
| 1508 | 2025-05-14T15:46:53.300Z | Compiling precomputed-hash v0.1.1 |
| 1509 | 2025-05-14T15:46:53.394Z | Compiling data-encoding v2.6.0 |
| 1510 | 2025-05-14T15:46:53.453Z | Compiling string_cache v0.8.9 |
| 1511 | 2025-05-14T15:46:53.502Z | Compiling predicates v3.1.3 |
| 1512 | 2025-05-14T15:46:53.873Z | Compiling similar v2.7.0 |
| 1513 | 2025-05-14T15:46:53.898Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1514 | 2025-05-14T15:46:53.901Z | Compiling clap v4.5.35 |
| 1515 | 2025-05-14T15:46:54.069Z | Compiling toml_edit v0.22.24 |
| 1516 | 2025-05-14T15:46:55.042Z | Compiling hickory-proto v0.24.4 |
| 1517 | 2025-05-14T15:46:55.430Z | Compiling indicatif v0.17.11 |
| 1518 | 2025-05-14T15:46:55.517Z | Compiling tokio-postgres v0.7.13 |
| 1519 | 2025-05-14T15:46:56.132Z | Compiling petgraph v0.6.5 |
| 1520 | 2025-05-14T15:46:57.559Z | Compiling strum v0.26.3 |
| 1521 | 2025-05-14T15:46:57.781Z | Compiling daft v0.1.3 |
| 1522 | 2025-05-14T15:46:58.357Z | Compiling usdt v0.5.0 |
| 1523 | 2025-05-14T15:46:58.887Z | Compiling ecdsa v0.16.9 |
| 1524 | 2025-05-14T15:46:59.808Z | Compiling rsa v0.9.6 |
| 1525 | 2025-05-14T15:46:59.916Z | Compiling futures v0.3.31 |
| 1526 | 2025-05-14T15:47:00.289Z | Compiling zip v0.6.6 |
| 1527 | 2025-05-14T15:47:01.037Z | Compiling ed25519-dalek v2.1.1 |
| 1528 | 2025-05-14T15:47:01.650Z | Compiling toml v0.7.8 |
| 1529 | 2025-05-14T15:47:01.731Z | Compiling crossterm v0.28.1 |
| 1530 | 2025-05-14T15:47:03.261Z | Compiling tokio-stream v0.1.17 |
| 1531 | 2025-05-14T15:47:03.585Z | Compiling openapiv3 v2.0.0 |
| 1532 | 2025-05-14T15:47:03.779Z | Compiling x509-cert v0.2.5 |
| 1533 | 2025-05-14T15:47:04.005Z | Compiling sha1 v0.10.6 |
| 1534 | 2025-05-14T15:47:04.326Z | Compiling itertools v0.10.5 |
| 1535 | 2025-05-14T15:47:04.496Z | Compiling dirs-sys-next v0.1.2 |
| 1536 | 2025-05-14T15:47:04.751Z | Compiling winnow v0.6.26 |
| 1537 | 2025-05-14T15:47:05.120Z | Compiling unicode-xid v0.2.6 |
| 1538 | 2025-05-14T15:47:05.162Z | Compiling lalrpop-util v0.19.12 |
| 1539 | 2025-05-14T15:47:05.347Z | Compiling peg-runtime v0.8.5 |
| 1540 | 2025-05-14T15:47:05.558Z | Compiling dirs-next v2.0.0 |
| 1541 | 2025-05-14T15:47:05.801Z | Compiling thread_local v1.1.8 |
| 1542 | 2025-05-14T15:47:06.017Z | Compiling slog-async v2.8.0 |
| 1543 | 2025-05-14T15:47:06.333Z | Compiling term v0.7.0 |
| 1544 | 2025-05-14T15:47:06.679Z | Compiling xattr v1.3.1 |
| 1545 | 2025-05-14T15:47:06.986Z | Compiling crossbeam-channel v0.5.15 |
| 1546 | 2025-05-14T15:47:07.049Z | Compiling filetime v0.2.25 |
| 1547 | 2025-05-14T15:47:07.406Z | Compiling is-terminal v0.4.13 |
| 1548 | 2025-05-14T15:47:07.578Z | Compiling take_mut v0.2.2 |
| 1549 | 2025-05-14T15:47:07.645Z | Compiling slog-term v2.9.1 |
| 1550 | 2025-05-14T15:47:07.779Z | Compiling tar v0.4.44 |
| 1551 | 2025-05-14T15:47:08.050Z | Compiling camino v1.1.9 |
| 1552 | 2025-05-14T15:47:14.287Z | Compiling aws-lc-sys v0.26.0 |
| 1553 | 2025-05-14T15:47:47.064Z | Compiling rustls-webpki v0.102.8 |
| 1554 | 2025-05-14T15:47:52.166Z | Compiling tokio-rustls v0.26.0 |
| 1555 | 2025-05-14T15:47:52.488Z | Compiling hyper-rustls v0.27.3 |
| 1556 | 2025-05-14T15:47:52.819Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1557 | 2025-05-14T15:47:56.656Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1558 | 2025-05-14T15:47:56.973Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1559 | 2025-05-14T15:48:01.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1560 | 2025-05-14T15:48:02.125Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1561 | 2025-05-14T15:48:02.184Z | May 14 15:48:01.728 INFO Starting download, target: Clickhouse |
| 1562 | 2025-05-14T15:48:02.184Z | May 14 15:48:01.729 INFO Starting download, target: Console |
| 1563 | 2025-05-14T15:48:02.184Z | May 14 15:48:01.729 INFO Starting download, target: Cockroach |
| 1564 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.729 INFO Starting download, target: DendriteStub |
| 1565 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.729 INFO Starting download, target: MaghemiteMgd |
| 1566 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.729 INFO Starting download, target: TransceiverControl |
| 1567 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1568 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1569 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1570 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1571 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1572 | 2025-05-14T15:48:02.187Z | May 14 15:48:01.730 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1573 | 2025-05-14T15:48:02.558Z | May 14 15:48:02.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1574 | 2025-05-14T15:48:03.007Z | May 14 15:48:02.522 INFO Download complete, target: TransceiverControl |
| 1575 | 2025-05-14T15:48:03.081Z | May 14 15:48:02.604 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1576 | 2025-05-14T15:48:03.283Z | May 14 15:48:02.827 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1577 | 2025-05-14T15:48:03.288Z | May 14 15:48:02.830 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1578 | 2025-05-14T15:48:03.502Z | May 14 15:48:03.043 INFO Download complete, target: Console |
| 1579 | 2025-05-14T15:48:03.779Z | May 14 15:48:03.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1580 | 2025-05-14T15:48:03.779Z | May 14 15:48:03.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1581 | 2025-05-14T15:48:04.052Z | May 14 15:48:03.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1582 | 2025-05-14T15:48:06.364Z | May 14 15:48:05.908 INFO Download complete, target: DendriteStub |
| 1583 | 2025-05-14T15:48:06.640Z | May 14 15:48:06.184 INFO Download complete, target: MaghemiteMgd |
| 1584 | 2025-05-14T15:48:10.440Z | May 14 15:48:09.983 INFO Checking that binary works, target: Cockroach |
| 1585 | 2025-05-14T15:48:10.617Z | May 14 15:48:10.160 INFO Download complete, target: Cockroach |
| 1586 | 2025-05-14T15:48:14.497Z | May 14 15:48:14.040 INFO Checking that binary works, target: Clickhouse |
| 1587 | 2025-05-14T15:48:14.678Z | May 14 15:48:14.221 INFO Download complete, target: Clickhouse |
| 1588 | 2025-05-14T15:48:14.686Z | All prerequisites installed successfully |
| 1589 | 2025-05-14T15:48:14.690Z | |
| 1590 | 2025-05-14T15:48:14.690Z | real 4:49.725180670 |
| 1591 | 2025-05-14T15:48:14.690Z | user 16:21.696555276 |
| 1592 | 2025-05-14T15:48:14.690Z | sys 2:19.219206898 |
| 1593 | 2025-05-14T15:48:14.690Z | trap 0.668464128 |
| 1594 | 2025-05-14T15:48:14.690Z | tflt 0.973824801 |
| 1595 | 2025-05-14T15:48:14.690Z | dflt 0.994260546 |
| 1596 | 2025-05-14T15:48:14.690Z | kflt 0.025523084 |
| 1597 | 2025-05-14T15:48:14.690Z | lock 24:38.879109082 |
| 1598 | 2025-05-14T15:48:14.690Z | slp 58:56.938982044 |
| 1599 | 2025-05-14T15:48:14.690Z | lat 1:03.400023118 |
| 1600 | 2025-05-14T15:48:14.690Z | stop 2:36.530140800 |
| 1601 | 2025-05-14T15:48:14.690Z | + ptime -m cargo xtask download softnpu |
| 1602 | 2025-05-14T15:48:15.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1603 | 2025-05-14T15:48:15.463Z | Running `target/debug/xtask download softnpu` |
| 1604 | 2025-05-14T15:48:16.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 1605 | 2025-05-14T15:48:16.647Z | Running `target/debug/xtask-downloader softnpu` |
| 1606 | 2025-05-14T15:48:16.692Z | May 14 15:48:16.234 INFO Starting download, target: Softnpu |
| 1607 | 2025-05-14T15:48:16.695Z | May 14 15:48:16.235 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1608 | 2025-05-14T15:48:17.237Z | May 14 15:48:16.779 INFO Download complete, target: Softnpu |
| 1609 | 2025-05-14T15:48:17.241Z | |
| 1610 | 2025-05-14T15:48:17.245Z | real 2.547260427 |
| 1611 | 2025-05-14T15:48:17.245Z | user 1.608636364 |
| 1612 | 2025-05-14T15:48:17.245Z | sys 0.728708654 |
| 1613 | 2025-05-14T15:48:17.245Z | trap 0.001263100 |
| 1614 | 2025-05-14T15:48:17.245Z | tflt 0.000159609 |
| 1615 | 2025-05-14T15:48:17.245Z | dflt 0.000113726 |
| 1616 | 2025-05-14T15:48:17.245Z | kflt 0.000000000 |
| 1617 | 2025-05-14T15:48:17.245Z | lock 5.728219654 |
| 1618 | 2025-05-14T15:48:17.245Z | slp 0.445022148 |
| 1619 | 2025-05-14T15:48:17.245Z | lat 0.071185181 |
| 1620 | 2025-05-14T15:48:17.245Z | stop 0.000173586 |
| 1621 | 2025-05-14T15:48:17.245Z | + export CARGO_INCREMENTAL=0 |
| 1622 | 2025-05-14T15:48:17.245Z | + CARGO_INCREMENTAL=0 |
| 1623 | 2025-05-14T15:48:17.245Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1624 | 2025-05-14T15:48:18.454Z | Compiling proc-macro2 v1.0.94 |
| 1625 | 2025-05-14T15:48:18.457Z | Compiling unicode-ident v1.0.14 |
| 1626 | 2025-05-14T15:48:18.457Z | Compiling libc v0.2.171 |
| 1627 | 2025-05-14T15:48:18.457Z | Compiling serde v1.0.219 |
| 1628 | 2025-05-14T15:48:18.457Z | Compiling autocfg v1.4.0 |
| 1629 | 2025-05-14T15:48:18.457Z | Compiling cfg-if v1.0.0 |
| 1630 | 2025-05-14T15:48:18.457Z | Compiling version_check v0.9.5 |
| 1631 | 2025-05-14T15:48:18.723Z | Compiling memchr v2.7.4 |
| 1632 | 2025-05-14T15:48:18.789Z | Compiling shlex v1.3.0 |
| 1633 | 2025-05-14T15:48:18.808Z | Compiling typenum v1.17.0 |
| 1634 | 2025-05-14T15:48:19.187Z | Compiling value-bag v1.9.0 |
| 1635 | 2025-05-14T15:48:19.233Z | Compiling generic-array v0.14.7 |
| 1636 | 2025-05-14T15:48:19.559Z | Compiling lock_api v0.4.12 |
| 1637 | 2025-05-14T15:48:19.694Z | Compiling log v0.4.22 |
| 1638 | 2025-05-14T15:48:19.736Z | Compiling serde_json v1.0.140 |
| 1639 | 2025-05-14T15:48:19.914Z | Compiling libm v0.2.8 |
| 1640 | 2025-05-14T15:48:20.040Z | Compiling num-traits v0.2.19 |
| 1641 | 2025-05-14T15:48:20.270Z | Compiling semver v1.0.26 |
| 1642 | 2025-05-14T15:48:20.292Z | Compiling quote v1.0.39 |
| 1643 | 2025-05-14T15:48:20.405Z | Compiling scopeguard v1.2.0 |
| 1644 | 2025-05-14T15:48:20.433Z | Compiling parking_lot_core v0.9.10 |
| 1645 | 2025-05-14T15:48:20.766Z | Compiling syn v2.0.98 |
| 1646 | 2025-05-14T15:48:20.794Z | Compiling jobserver v0.1.32 |
| 1647 | 2025-05-14T15:48:20.815Z | Compiling getrandom v0.2.15 |
| 1648 | 2025-05-14T15:48:20.869Z | Compiling getrandom v0.3.1 |
| 1649 | 2025-05-14T15:48:20.891Z | Compiling rustix v0.38.37 |
| 1650 | 2025-05-14T15:48:21.028Z | Compiling smallvec v1.14.0 |
| 1651 | 2025-05-14T15:48:21.206Z | Compiling pkg-config v0.3.31 |
| 1652 | 2025-05-14T15:48:21.293Z | Compiling cc v1.2.15 |
| 1653 | 2025-05-14T15:48:21.320Z | Compiling aho-corasick v1.1.3 |
| 1654 | 2025-05-14T15:48:21.538Z | Compiling regex-syntax v0.8.5 |
| 1655 | 2025-05-14T15:48:21.891Z | Compiling either v1.14.0 |
| 1656 | 2025-05-14T15:48:21.936Z | Compiling itoa v1.0.11 |
| 1657 | 2025-05-14T15:48:22.225Z | Compiling once_cell v1.21.3 |
| 1658 | 2025-05-14T15:48:22.322Z | Compiling rand_core v0.6.4 |
| 1659 | 2025-05-14T15:48:22.633Z | Compiling slab v0.4.9 |
| 1660 | 2025-05-14T15:48:22.835Z | Compiling stable_deref_trait v1.2.0 |
| 1661 | 2025-05-14T15:48:23.228Z | Compiling spin v0.9.8 |
| 1662 | 2025-05-14T15:48:23.445Z | Compiling errno v0.3.9 |
| 1663 | 2025-05-14T15:48:23.715Z | Compiling glob v0.3.2 |
| 1664 | 2025-05-14T15:48:23.737Z | Compiling allocator-api2 v0.2.18 |
| 1665 | 2025-05-14T15:48:23.898Z | Compiling foldhash v0.1.3 |
| 1666 | 2025-05-14T15:48:24.210Z | Compiling equivalent v1.0.1 |
| 1667 | 2025-05-14T15:48:24.356Z | Compiling prettyplease v0.2.30 |
| 1668 | 2025-05-14T15:48:24.446Z | Compiling clang-sys v1.8.1 |
| 1669 | 2025-05-14T15:48:24.509Z | Compiling hashbrown v0.15.1 |
| 1670 | 2025-05-14T15:48:24.697Z | Compiling subtle v2.6.1 |
| 1671 | 2025-05-14T15:48:24.760Z | Compiling lazy_static v1.5.0 |
| 1672 | 2025-05-14T15:48:25.039Z | Compiling minimal-lexical v0.2.1 |
| 1673 | 2025-05-14T15:48:25.075Z | Compiling thiserror v1.0.69 |
| 1674 | 2025-05-14T15:48:25.105Z | Compiling schemars v0.8.22 |
| 1675 | 2025-05-14T15:48:25.279Z | Compiling libloading v0.8.5 |
| 1676 | 2025-05-14T15:48:25.489Z | Compiling regex-automata v0.4.8 |
| 1677 | 2025-05-14T15:48:25.530Z | Compiling nom v7.1.3 |
| 1678 | 2025-05-14T15:48:25.639Z | Compiling bindgen v0.69.5 |
| 1679 | 2025-05-14T15:48:25.707Z | Compiling home v0.5.9 |
| 1680 | 2025-05-14T15:48:25.960Z | Compiling itertools v0.12.1 |
| 1681 | 2025-05-14T15:48:26.156Z | Compiling lazycell v1.3.0 |
| 1682 | 2025-05-14T15:48:26.371Z | Compiling pin-project-lite v0.2.14 |
| 1683 | 2025-05-14T15:48:26.546Z | Compiling ryu v1.0.18 |
| 1684 | 2025-05-14T15:48:26.835Z | Compiling byteorder v1.5.0 |
| 1685 | 2025-05-14T15:48:27.208Z | Compiling rustc-hash v1.1.0 |
| 1686 | 2025-05-14T15:48:27.387Z | Compiling cmake v0.1.51 |
| 1687 | 2025-05-14T15:48:27.452Z | Compiling dunce v1.0.5 |
| 1688 | 2025-05-14T15:48:27.470Z | Compiling fs_extra v1.3.0 |
| 1689 | 2025-05-14T15:48:27.611Z | Compiling litemap v0.7.3 |
| 1690 | 2025-05-14T15:48:28.028Z | Compiling writeable v0.5.5 |
| 1691 | 2025-05-14T15:48:28.476Z | Compiling synstructure v0.13.1 |
| 1692 | 2025-05-14T15:48:28.963Z | Compiling serde_derive_internals v0.29.1 |
| 1693 | 2025-05-14T15:48:28.966Z | Compiling cexpr v0.6.0 |
| 1694 | 2025-05-14T15:48:29.776Z | Compiling paste v1.0.15 |
| 1695 | 2025-05-14T15:48:31.013Z | Compiling icu_locid_transform_data v1.5.0 |
| 1696 | 2025-05-14T15:48:31.141Z | Compiling regex v1.11.1 |
| 1697 | 2025-05-14T15:48:31.344Z | Compiling const-oid v0.9.6 |
| 1698 | 2025-05-14T15:48:32.100Z | Compiling signal-hook-registry v1.4.2 |
| 1699 | 2025-05-14T15:48:32.368Z | Compiling serde_derive v1.0.219 |
| 1700 | 2025-05-14T15:48:32.397Z | Compiling zeroize_derive v1.4.2 |
| 1701 | 2025-05-14T15:48:32.545Z | Compiling zerofrom-derive v0.1.4 |
| 1702 | 2025-05-14T15:48:32.930Z | Compiling yoke-derive v0.7.4 |
| 1703 | 2025-05-14T15:48:33.457Z | Compiling zerovec-derive v0.10.3 |
| 1704 | 2025-05-14T15:48:33.646Z | Compiling displaydoc v0.2.5 |
| 1705 | 2025-05-14T15:48:33.830Z | Compiling icu_provider_macros v1.5.0 |
| 1706 | 2025-05-14T15:48:34.934Z | Compiling zeroize v1.8.1 |
| 1707 | 2025-05-14T15:48:35.147Z | Compiling tokio-macros v2.5.0 |
| 1708 | 2025-05-14T15:48:35.151Z | Compiling zerocopy-derive v0.7.35 |
| 1709 | 2025-05-14T15:48:35.479Z | Compiling thiserror-impl v1.0.69 |
| 1710 | 2025-05-14T15:48:35.681Z | Compiling zerofrom v0.1.4 |
| 1711 | 2025-05-14T15:48:35.946Z | Compiling yoke v0.7.4 |
| 1712 | 2025-05-14T15:48:36.360Z | Compiling zerovec v0.10.4 |
| 1713 | 2025-05-14T15:48:36.449Z | Compiling schemars_derive v0.8.22 |
| 1714 | 2025-05-14T15:48:36.633Z | Compiling futures-macro v0.3.31 |
| 1715 | 2025-05-14T15:48:36.694Z | Compiling crypto-common v0.1.6 |
| 1716 | 2025-05-14T15:48:36.955Z | Compiling fnv v1.0.7 |
| 1717 | 2025-05-14T15:48:37.047Z | Compiling icu_properties_data v1.5.0 |
| 1718 | 2025-05-14T15:48:37.425Z | Compiling der_derive v0.7.3 |
| 1719 | 2025-05-14T15:48:38.177Z | Compiling parking_lot v0.12.3 |
| 1720 | 2025-05-14T15:48:38.500Z | Compiling tinystr v0.7.6 |
| 1721 | 2025-05-14T15:48:38.722Z | Compiling icu_collections v1.5.0 |
| 1722 | 2025-05-14T15:48:38.927Z | Compiling icu_locid v1.5.0 |
| 1723 | 2025-05-14T15:48:39.324Z | Compiling ring v0.17.11 |
| 1724 | 2025-05-14T15:48:39.522Z | Compiling mio v1.0.2 |
| 1725 | 2025-05-14T15:48:40.372Z | Compiling icu_provider v1.5.0 |
| 1726 | 2025-05-14T15:48:40.776Z | Compiling write16 v1.0.0 |
| 1727 | 2025-05-14T15:48:41.117Z | Compiling percent-encoding v2.3.1 |
| 1728 | 2025-05-14T15:48:41.225Z | Compiling utf8_iter v1.0.4 |
| 1729 | 2025-05-14T15:48:41.358Z | Compiling utf16_iter v1.0.5 |
| 1730 | 2025-05-14T15:48:41.463Z | Compiling icu_normalizer_data v1.5.0 |
| 1731 | 2025-05-14T15:48:41.515Z | Compiling icu_locid_transform v1.5.0 |
| 1732 | 2025-05-14T15:48:43.070Z | Compiling icu_properties v1.5.1 |
| 1733 | 2025-05-14T15:48:43.344Z | Compiling block-buffer v0.10.4 |
| 1734 | 2025-05-14T15:48:43.492Z | Compiling tracing-attributes v0.1.27 |
| 1735 | 2025-05-14T15:48:43.668Z | Compiling heck v0.5.0 |
| 1736 | 2025-05-14T15:48:43.687Z | Compiling aws-lc-rs v1.12.4 |
| 1737 | 2025-05-14T15:48:44.160Z | Compiling vcpkg v0.2.15 |
| 1738 | 2025-05-14T15:48:45.315Z | Compiling bytes v1.10.1 |
| 1739 | 2025-05-14T15:48:45.622Z | Compiling bitflags v2.9.0 |
| 1740 | 2025-05-14T15:48:47.209Z | Compiling indexmap v2.9.0 |
| 1741 | 2025-05-14T15:48:47.442Z | Compiling icu_normalizer v1.5.0 |
| 1742 | 2025-05-14T15:48:47.525Z | Compiling openssl-sys v0.9.107 |
| 1743 | 2025-05-14T15:48:48.659Z | Compiling idna_adapter v1.2.0 |
| 1744 | 2025-05-14T15:48:48.930Z | Compiling digest v0.10.7 |
| 1745 | 2025-05-14T15:48:49.011Z | Compiling socket2 v0.5.9 |
| 1746 | 2025-05-14T15:48:49.740Z | Compiling zerocopy v0.8.10 |
| 1747 | 2025-05-14T15:48:49.872Z | Compiling which v4.4.2 |
| 1748 | 2025-05-14T15:48:49.957Z | Compiling tokio v1.43.1 |
| 1749 | 2025-05-14T15:48:50.542Z | Compiling idna v1.0.3 |
| 1750 | 2025-05-14T15:48:50.727Z | Compiling form_urlencoded v1.2.1 |
| 1751 | 2025-05-14T15:48:51.039Z | Compiling futures-core v0.3.31 |
| 1752 | 2025-05-14T15:48:51.352Z | Compiling zerocopy-derive v0.8.10 |
| 1753 | 2025-05-14T15:48:53.096Z | Compiling httparse v1.9.5 |
| 1754 | 2025-05-14T15:48:54.101Z | Compiling url v2.5.3 |
| 1755 | 2025-05-14T15:48:54.468Z | Compiling zerocopy v0.7.35 |
| 1756 | 2025-05-14T15:48:54.945Z | Compiling crossbeam-utils v0.8.21 |
| 1757 | 2025-05-14T15:48:55.137Z | Compiling syn v1.0.109 |
| 1758 | 2025-05-14T15:48:55.529Z | Compiling uuid v1.16.0 |
| 1759 | 2025-05-14T15:48:56.050Z | Compiling iana-time-zone v0.1.63 |
| 1760 | 2025-05-14T15:48:56.788Z | Compiling chrono v0.4.40 |
| 1761 | 2025-05-14T15:48:57.090Z | Compiling cpufeatures v0.2.14 |
| 1762 | 2025-05-14T15:48:57.216Z | Compiling time-core v0.1.2 |
| 1763 | 2025-05-14T15:48:57.435Z | Compiling num-conv v0.1.0 |
| 1764 | 2025-05-14T15:48:57.735Z | Compiling time-macros v0.2.18 |
| 1765 | 2025-05-14T15:48:59.540Z | Compiling hmac v0.12.1 |
| 1766 | 2025-05-14T15:48:59.822Z | Compiling rustc_version v0.4.1 |
| 1767 | 2025-05-14T15:49:00.823Z | Compiling openssl v0.10.72 |
| 1768 | 2025-05-14T15:49:01.260Z | Compiling futures-sink v0.3.31 |
| 1769 | 2025-05-14T15:49:01.817Z | Compiling block-padding v0.3.3 |
| 1770 | 2025-05-14T15:49:02.220Z | Compiling inout v0.1.3 |
| 1771 | 2025-05-14T15:49:02.384Z | Compiling serde_tokenstream v0.2.2 |
| 1772 | 2025-05-14T15:49:02.513Z | Compiling openssl-macros v0.1.1 |
| 1773 | 2025-05-14T15:49:02.729Z | Compiling aws-lc-sys v0.26.0 |
| 1774 | 2025-05-14T15:49:03.042Z | Compiling dyn-clone v1.0.19 |
| 1775 | 2025-05-14T15:49:03.328Z | Compiling rustls v0.23.19 |
| 1776 | 2025-05-14T15:49:03.364Z | Compiling native-tls v0.2.12 |
| 1777 | 2025-05-14T15:49:03.786Z | Compiling strsim v0.11.1 |
| 1778 | 2025-05-14T15:49:04.456Z | Compiling cipher v0.4.4 |
| 1779 | 2025-05-14T15:49:04.972Z | Compiling sha2 v0.10.8 |
| 1780 | 2025-05-14T15:49:05.355Z | Compiling scroll_derive v0.12.0 |
| 1781 | 2025-05-14T15:49:05.472Z | Compiling ucd-trie v0.1.7 |
| 1782 | 2025-05-14T15:49:05.769Z | Compiling base64ct v1.6.0 |
| 1783 | 2025-05-14T15:49:05.954Z | Compiling pest v2.7.14 |
| 1784 | 2025-05-14T15:49:06.382Z | Compiling pem-rfc7468 v0.7.0 |
| 1785 | 2025-05-14T15:49:06.830Z | Compiling futures-channel v0.3.31 |
| 1786 | 2025-05-14T15:49:07.006Z | Compiling http v1.2.0 |
| 1787 | 2025-05-14T15:49:07.480Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1788 | 2025-05-14T15:49:07.727Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1789 | 2025-05-14T15:49:08.309Z | Compiling cookie v0.18.1 |
| 1790 | 2025-05-14T15:49:08.330Z | Compiling slog v2.7.0 |
| 1791 | 2025-05-14T15:49:08.682Z | Compiling futures-task v0.3.31 |
| 1792 | 2025-05-14T15:49:08.833Z | Compiling pin-utils v0.1.0 |
| 1793 | 2025-05-14T15:49:08.952Z | Compiling futures-io v0.3.31 |
| 1794 | 2025-05-14T15:49:08.972Z | Compiling flagset v0.4.6 |
| 1795 | 2025-05-14T15:49:09.015Z | Compiling pest_meta v2.7.14 |
| 1796 | 2025-05-14T15:49:09.212Z | Compiling futures-util v0.3.31 |
| 1797 | 2025-05-14T15:49:09.248Z | Compiling der v0.7.9 |
| 1798 | 2025-05-14T15:49:10.094Z | Compiling toml_datetime v0.6.8 |
| 1799 | 2025-05-14T15:49:10.574Z | Compiling serde_spanned v0.6.8 |
| 1800 | 2025-05-14T15:49:11.477Z | Compiling anyhow v1.0.98 |
| 1801 | 2025-05-14T15:49:12.064Z | Compiling rayon-core v1.12.1 |
| 1802 | 2025-05-14T15:49:12.115Z | Compiling thiserror v2.0.12 |
| 1803 | 2025-05-14T15:49:12.526Z | Compiling rustversion v1.0.17 |
| 1804 | 2025-05-14T15:49:12.722Z | Compiling spki v0.7.3 |
| 1805 | 2025-05-14T15:49:13.114Z | Compiling pest_generator v2.7.14 |
| 1806 | 2025-05-14T15:49:13.284Z | Compiling salsa20 v0.10.2 |
| 1807 | 2025-05-14T15:49:13.865Z | Compiling ppv-lite86 v0.2.20 |
| 1808 | 2025-05-14T15:49:14.731Z | Compiling pbkdf2 v0.12.2 |
| 1809 | 2025-05-14T15:49:15.285Z | Compiling tracing-core v0.1.32 |
| 1810 | 2025-05-14T15:49:15.604Z | Compiling winnow v0.5.40 |
| 1811 | 2025-05-14T15:49:16.023Z | Compiling pest_derive v2.7.14 |
| 1812 | 2025-05-14T15:49:16.867Z | Compiling tracing v0.1.40 |
| 1813 | 2025-05-14T15:49:17.602Z | Compiling scrypt v0.11.0 |
| 1814 | 2025-05-14T15:49:18.174Z | Compiling aes v0.8.4 |
| 1815 | 2025-05-14T15:49:18.297Z | Compiling cbc v0.1.2 |
| 1816 | 2025-05-14T15:49:18.657Z | Compiling thiserror-impl v2.0.12 |
| 1817 | 2025-05-14T15:49:19.339Z | Compiling toml_edit v0.19.15 |
| 1818 | 2025-05-14T15:49:19.359Z | Compiling usdt-impl v0.5.0 |
| 1819 | 2025-05-14T15:49:19.363Z | Compiling litrs v0.4.1 |
| 1820 | 2025-05-14T15:49:19.760Z | Compiling rustls-pki-types v1.10.0 |
| 1821 | 2025-05-14T15:49:20.374Z | Compiling document-features v0.2.10 |
| 1822 | 2025-05-14T15:49:21.512Z | Compiling pkcs5 v0.7.1 |
| 1823 | 2025-05-14T15:49:21.828Z | Compiling tokio-util v0.7.13 |
| 1824 | 2025-05-14T15:49:22.072Z | Compiling scroll v0.12.0 |
| 1825 | 2025-05-14T15:49:22.602Z | Compiling heapless v0.7.17 |
| 1826 | 2025-05-14T15:49:23.730Z | Compiling untrusted v0.7.1 |
| 1827 | 2025-05-14T15:49:24.447Z | Compiling untrusted v0.9.0 |
| 1828 | 2025-05-14T15:49:24.691Z | Compiling zstd-safe v7.2.3 |
| 1829 | 2025-05-14T15:49:24.736Z | Compiling adler2 v2.0.0 |
| 1830 | 2025-05-14T15:49:24.878Z | Compiling plain v0.2.3 |
| 1831 | 2025-05-14T15:49:25.050Z | Compiling newtype-uuid v1.2.1 |
| 1832 | 2025-05-14T15:49:25.071Z | Compiling powerfmt v0.2.0 |
| 1833 | 2025-05-14T15:49:25.089Z | Compiling signal-hook v0.3.17 |
| 1834 | 2025-05-14T15:49:25.353Z | Compiling goblin v0.8.2 |
| 1835 | 2025-05-14T15:49:25.432Z | Compiling deranged v0.3.11 |
| 1836 | 2025-05-14T15:49:25.480Z | Compiling miniz_oxide v0.8.5 |
| 1837 | 2025-05-14T15:49:27.603Z | Compiling pkcs8 v0.10.2 |
| 1838 | 2025-05-14T15:49:29.226Z | Compiling tinyvec_macros v0.1.1 |
| 1839 | 2025-05-14T15:49:29.251Z | Compiling pretty-hex v0.4.1 |
| 1840 | 2025-05-14T15:49:29.471Z | Compiling atomic-waker v1.1.2 |
| 1841 | 2025-05-14T15:49:29.701Z | Compiling num_threads v0.1.7 |
| 1842 | 2025-05-14T15:49:30.174Z | Compiling time v0.3.36 |
| 1843 | 2025-05-14T15:49:30.606Z | Compiling tinyvec v1.8.0 |
| 1844 | 2025-05-14T15:49:32.131Z | Compiling dof v0.3.0 |
| 1845 | 2025-05-14T15:49:34.202Z | Compiling dtrace-parser v0.2.0 |
| 1846 | 2025-05-14T15:49:34.797Z | Compiling http-body v1.0.1 |
| 1847 | 2025-05-14T15:49:35.379Z | Compiling curve25519-dalek v4.1.3 |
| 1848 | 2025-05-14T15:49:35.893Z | Compiling async-trait v0.1.88 |
| 1849 | 2025-05-14T15:49:35.947Z | Compiling thread-id v4.2.2 |
| 1850 | 2025-05-14T15:49:36.100Z | Compiling memoffset v0.9.1 |
| 1851 | 2025-05-14T15:49:37.210Z | Compiling portable-atomic v1.11.0 |
| 1852 | 2025-05-14T15:49:37.471Z | Compiling foreign-types-shared v0.1.1 |
| 1853 | 2025-05-14T15:49:37.838Z | Compiling try-lock v0.2.5 |
| 1854 | 2025-05-14T15:49:38.091Z | Compiling num-bigint-dig v0.8.4 |
| 1855 | 2025-05-14T15:49:38.206Z | Compiling smoltcp v0.9.1 |
| 1856 | 2025-05-14T15:49:38.476Z | Compiling want v0.3.1 |
| 1857 | 2025-05-14T15:49:39.088Z | Compiling foreign-types v0.3.2 |
| 1858 | 2025-05-14T15:49:39.208Z | Compiling h2 v0.4.6 |
| 1859 | 2025-05-14T15:49:39.667Z | Compiling rand_core v0.9.2 |
| 1860 | 2025-05-14T15:49:44.098Z | Compiling strum_macros v0.26.4 |
| 1861 | 2025-05-14T15:49:46.233Z | Compiling httpdate v1.0.3 |
| 1862 | 2025-05-14T15:49:46.631Z | Compiling cfg_aliases v0.2.1 |
| 1863 | 2025-05-14T15:49:46.752Z | Compiling tower-service v0.3.3 |
| 1864 | 2025-05-14T15:49:47.069Z | Compiling heck v0.4.1 |
| 1865 | 2025-05-14T15:49:48.030Z | Compiling gimli v0.31.1 |
| 1866 | 2025-05-14T15:49:49.091Z | Compiling nix v0.29.0 |
| 1867 | 2025-05-14T15:49:49.942Z | Compiling hyper v1.6.0 |
| 1868 | 2025-05-14T15:49:53.324Z | Compiling addr2line v0.24.2 |
| 1869 | 2025-05-14T15:49:54.327Z | Compiling crossbeam-epoch v0.9.18 |
| 1870 | 2025-05-14T15:49:54.811Z | Compiling rand_chacha v0.9.0 |
| 1871 | 2025-05-14T15:49:55.749Z | Compiling unicode-normalization v0.1.24 |
| 1872 | 2025-05-14T15:49:58.080Z | Compiling rand_chacha v0.3.1 |
| 1873 | 2025-05-14T15:49:58.687Z | Compiling hubpack_derive v0.1.1 |
| 1874 | 2025-05-14T15:49:59.012Z | Compiling ipnetwork v0.21.1 |
| 1875 | 2025-05-14T15:49:59.577Z | Compiling signature v2.2.0 |
| 1876 | 2025-05-14T15:49:59.610Z | Compiling openapiv3 v2.0.0 |
| 1877 | 2025-05-14T15:49:59.831Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1878 | 2025-05-14T15:50:00.327Z | Compiling zerocopy-derive v0.6.6 |
| 1879 | 2025-05-14T15:50:01.308Z | Compiling daft-derive v0.1.3 |
| 1880 | 2025-05-14T15:50:02.899Z | Compiling object v0.36.5 |
| 1881 | 2025-05-14T15:50:02.920Z | Compiling fs-err v3.1.0 |
| 1882 | 2025-05-14T15:50:03.325Z | Compiling ahash v0.8.11 |
| 1883 | 2025-05-14T15:50:03.498Z | Compiling crc32fast v1.4.2 |
| 1884 | 2025-05-14T15:50:03.725Z | Compiling base64 v0.22.1 |
| 1885 | 2025-05-14T15:50:03.839Z | Compiling buf-list v1.0.3 |
| 1886 | 2025-05-14T15:50:04.401Z | Compiling unicode-bidi v0.3.17 |
| 1887 | 2025-05-14T15:50:04.446Z | Compiling zip v2.6.1 |
| 1888 | 2025-05-14T15:50:04.489Z | Compiling anstyle v1.0.10 |
| 1889 | 2025-05-14T15:50:04.828Z | Compiling siphasher v0.3.11 |
| 1890 | 2025-05-14T15:50:04.858Z | Compiling ident_case v1.0.1 |
| 1891 | 2025-05-14T15:50:04.925Z | Compiling openssl-probe v0.1.5 |
| 1892 | 2025-05-14T15:50:05.080Z | Compiling utf8parse v0.2.2 |
| 1893 | 2025-05-14T15:50:05.218Z | Compiling unicode-properties v0.1.3 |
| 1894 | 2025-05-14T15:50:05.276Z | Compiling rustc-demangle v0.1.24 |
| 1895 | 2025-05-14T15:50:05.541Z | Compiling anstyle-parse v0.2.5 |
| 1896 | 2025-05-14T15:50:05.660Z | Compiling stringprep v0.1.5 |
| 1897 | 2025-05-14T15:50:05.898Z | Compiling phf_shared v0.11.2 |
| 1898 | 2025-05-14T15:50:06.579Z | Compiling darling_core v0.20.10 |
| 1899 | 2025-05-14T15:50:07.780Z | Compiling rand v0.8.5 |
| 1900 | 2025-05-14T15:50:10.870Z | Compiling backtrace v0.3.74 |
| 1901 | 2025-05-14T15:50:12.109Z | Compiling hyper-util v0.1.11 |
| 1902 | 2025-05-14T15:50:16.638Z | Compiling rand v0.9.0 |
| 1903 | 2025-05-14T15:50:17.618Z | Compiling crossbeam-deque v0.8.5 |
| 1904 | 2025-05-14T15:50:17.999Z | Compiling usdt-macro v0.5.0 |
| 1905 | 2025-05-14T15:50:19.400Z | Compiling usdt-attr-macro v0.5.0 |
| 1906 | 2025-05-14T15:50:21.488Z | Compiling md-5 v0.10.6 |
| 1907 | 2025-05-14T15:50:21.536Z | Compiling num-integer v0.1.46 |
| 1908 | 2025-05-14T15:50:21.771Z | Compiling hash32 v0.2.1 |
| 1909 | 2025-05-14T15:50:22.161Z | Compiling ff v0.13.0 |
| 1910 | 2025-05-14T15:50:22.187Z | Compiling psl-types v2.0.11 |
| 1911 | 2025-05-14T15:50:22.238Z | Compiling fallible-iterator v0.2.0 |
| 1912 | 2025-05-14T15:50:22.402Z | Compiling colorchoice v1.0.2 |
| 1913 | 2025-05-14T15:50:22.422Z | Compiling anstyle-query v1.1.1 |
| 1914 | 2025-05-14T15:50:22.590Z | Compiling base16ct v0.2.0 |
| 1915 | 2025-05-14T15:50:22.948Z | Compiling is_terminal_polyfill v1.70.1 |
| 1916 | 2025-05-14T15:50:23.105Z | Compiling anstream v0.6.18 |
| 1917 | 2025-05-14T15:50:23.152Z | Compiling postgres-protocol v0.6.8 |
| 1918 | 2025-05-14T15:50:23.733Z | Compiling sec1 v0.7.3 |
| 1919 | 2025-05-14T15:50:24.350Z | Compiling publicsuffix v2.3.0 |
| 1920 | 2025-05-14T15:50:24.669Z | Compiling group v0.13.0 |
| 1921 | 2025-05-14T15:50:25.399Z | Compiling num-iter v0.1.45 |
| 1922 | 2025-05-14T15:50:28.060Z | Compiling darling_macro v0.20.10 |
| 1923 | 2025-05-14T15:50:28.614Z | Compiling tokio-native-tls v0.3.1 |
| 1924 | 2025-05-14T15:50:28.846Z | Compiling flate2 v1.1.1 |
| 1925 | 2025-05-14T15:50:28.923Z | Compiling strum_macros v0.25.3 |
| 1926 | 2025-05-14T15:50:29.455Z | Compiling http-body-util v0.1.3 |
| 1927 | 2025-05-14T15:50:29.959Z | Compiling webpki-roots v0.26.6 |
| 1928 | 2025-05-14T15:50:30.444Z | Compiling hkdf v0.12.4 |
| 1929 | 2025-05-14T15:50:30.711Z | Compiling sync_wrapper v1.0.1 |
| 1930 | 2025-05-14T15:50:30.758Z | Compiling terminal_size v0.4.0 |
| 1931 | 2025-05-14T15:50:30.903Z | Compiling clap_derive v4.5.32 |
| 1932 | 2025-05-14T15:50:31.010Z | Compiling enum-as-inner v0.6.1 |
| 1933 | 2025-05-14T15:50:31.160Z | Compiling crypto-bigint v0.5.5 |
| 1934 | 2025-05-14T15:50:32.093Z | Compiling serde_repr v0.1.19 |
| 1935 | 2025-05-14T15:50:33.269Z | Compiling encoding_rs v0.8.34 |
| 1936 | 2025-05-14T15:50:34.658Z | Compiling rustls-webpki v0.102.8 |
| 1937 | 2025-05-14T15:50:34.832Z | Compiling managed v0.8.0 |
| 1938 | 2025-05-14T15:50:35.212Z | Compiling clap_lex v0.7.4 |
| 1939 | 2025-05-14T15:50:35.272Z | Compiling mime v0.3.17 |
| 1940 | 2025-05-14T15:50:36.343Z | Compiling simd-adler32 v0.3.7 |
| 1941 | 2025-05-14T15:50:36.379Z | Compiling ipnet v2.11.0 |
| 1942 | 2025-05-14T15:50:36.881Z | Compiling bumpalo v3.16.0 |
| 1943 | 2025-05-14T15:50:37.351Z | Compiling tower-layer v0.3.3 |
| 1944 | 2025-05-14T15:50:37.367Z | Compiling unicode-width v0.2.0 |
| 1945 | 2025-05-14T15:50:37.828Z | Compiling lockfree-object-pool v0.1.6 |
| 1946 | 2025-05-14T15:50:38.772Z | Compiling bitflags v1.3.2 |
| 1947 | 2025-05-14T15:50:39.878Z | Compiling zopfli v0.8.1 |
| 1948 | 2025-05-14T15:50:41.014Z | Compiling console v0.15.10 |
| 1949 | 2025-05-14T15:50:41.928Z | Compiling tower v0.5.2 |
| 1950 | 2025-05-14T15:50:42.228Z | Compiling clap_builder v4.5.35 |
| 1951 | 2025-05-14T15:50:42.773Z | Compiling elliptic-curve v0.13.8 |
| 1952 | 2025-05-14T15:50:42.971Z | Compiling tokio-rustls v0.26.0 |
| 1953 | 2025-05-14T15:50:43.494Z | Compiling hyper-rustls v0.27.3 |
| 1954 | 2025-05-14T15:50:43.541Z | Compiling oxnet v0.1.1 |
| 1955 | 2025-05-14T15:50:44.697Z | Compiling hyper-tls v0.6.0 |
| 1956 | 2025-05-14T15:50:47.014Z | Compiling darling v0.20.10 |
| 1957 | 2025-05-14T15:50:47.159Z | Compiling zstd v0.13.3 |
| 1958 | 2025-05-14T15:50:47.605Z | Compiling rayon v1.10.0 |
| 1959 | 2025-05-14T15:50:47.715Z | Compiling signal-hook-mio v0.2.4 |
| 1960 | 2025-05-14T15:50:47.930Z | Compiling cookie_store v0.21.1 |
| 1961 | 2025-05-14T15:50:48.365Z | Compiling postgres-types v0.2.9 |
| 1962 | 2025-05-14T15:50:48.744Z | Compiling phf v0.11.2 |
| 1963 | 2025-05-14T15:50:49.292Z | Compiling zerocopy v0.6.6 |
| 1964 | 2025-05-14T15:50:49.461Z | Compiling ed25519 v2.2.3 |
| 1965 | 2025-05-14T15:50:49.516Z | Compiling hubpack v0.1.2 |
| 1966 | 2025-05-14T15:50:49.627Z | Compiling bzip2 v0.5.2 |
| 1967 | 2025-05-14T15:50:49.830Z | Compiling bzip2 v0.4.4 |
| 1968 | 2025-05-14T15:50:49.984Z | Compiling rustls-pemfile v2.2.0 |
| 1969 | 2025-05-14T15:50:50.022Z | Compiling pkcs1 v0.7.5 |
| 1970 | 2025-05-14T15:50:50.330Z | Compiling futures-executor v0.3.31 |
| 1971 | 2025-05-14T15:50:50.817Z | Compiling rfc6979 v0.4.0 |
| 1972 | 2025-05-14T15:50:50.839Z | Compiling serde_urlencoded v0.7.1 |
| 1973 | 2025-05-14T15:50:51.122Z | Compiling serde-big-array v0.5.1 |
| 1974 | 2025-05-14T15:50:51.347Z | Compiling float-cmp v0.10.0 |
| 1975 | 2025-05-14T15:50:51.371Z | Compiling bstr v1.10.0 |
| 1976 | 2025-05-14T15:50:51.394Z | Compiling regress v0.10.3 |
| 1977 | 2025-05-14T15:50:51.530Z | Compiling memmap v0.7.0 |
| 1978 | 2025-05-14T15:50:51.788Z | Compiling unicode-segmentation v1.12.0 |
| 1979 | 2025-05-14T15:50:52.502Z | Compiling difflib v0.4.0 |
| 1980 | 2025-05-14T15:50:52.633Z | Compiling static_assertions v1.1.0 |
| 1981 | 2025-05-14T15:50:52.773Z | Compiling normalize-line-endings v0.3.0 |
| 1982 | 2025-05-14T15:50:52.935Z | Compiling fixedbitset v0.4.2 |
| 1983 | 2025-05-14T15:50:53.362Z | Compiling number_prefix v0.4.0 |
| 1984 | 2025-05-14T15:50:53.602Z | Compiling new_debug_unreachable v1.0.6 |
| 1985 | 2025-05-14T15:50:53.639Z | Compiling data-encoding v2.6.0 |
| 1986 | 2025-05-14T15:50:53.724Z | Compiling precomputed-hash v0.1.1 |
| 1987 | 2025-05-14T15:50:53.815Z | Compiling winnow v0.7.3 |
| 1988 | 2025-05-14T15:50:53.877Z | Compiling whoami v1.5.2 |
| 1989 | 2025-05-14T15:50:54.436Z | Compiling predicates-core v1.0.8 |
| 1990 | 2025-05-14T15:50:54.773Z | Compiling predicates v3.1.3 |
| 1991 | 2025-05-14T15:50:55.040Z | Compiling hickory-proto v0.24.4 |
| 1992 | 2025-05-14T15:50:55.062Z | Compiling tokio-postgres v0.7.13 |
| 1993 | 2025-05-14T15:50:55.065Z | Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1) |
| 1994 | 2025-05-14T15:50:56.084Z | Compiling typify-impl v0.3.0 |
| 1995 | 2025-05-14T15:50:56.145Z | Compiling string_cache v0.8.9 |
| 1996 | 2025-05-14T15:50:56.588Z | Compiling indicatif v0.17.11 |
| 1997 | 2025-05-14T15:50:57.509Z | Compiling toml_edit v0.22.24 |
| 1998 | 2025-05-14T15:50:58.406Z | Compiling petgraph v0.6.5 |
| 1999 | 2025-05-14T15:51:01.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2000 | 2025-05-14T15:51:02.572Z | Compiling similar v2.7.0 |
| 2001 | 2025-05-14T15:51:03.572Z | Compiling usdt v0.5.0 |
| 2002 | 2025-05-14T15:51:04.072Z | Compiling ecdsa v0.16.9 |
| 2003 | 2025-05-14T15:51:04.500Z | Compiling futures v0.3.31 |
| 2004 | 2025-05-14T15:51:04.642Z | Compiling rsa v0.9.6 |
| 2005 | 2025-05-14T15:51:05.106Z | Compiling zip v0.6.6 |
| 2006 | 2025-05-14T15:51:06.623Z | Compiling ed25519-dalek v2.1.1 |
| 2007 | 2025-05-14T15:51:08.232Z | Compiling crossterm v0.28.1 |
| 2008 | 2025-05-14T15:51:08.436Z | Compiling clap v4.5.35 |
| 2009 | 2025-05-14T15:51:08.458Z | Compiling daft v0.1.3 |
| 2010 | 2025-05-14T15:51:09.002Z | Compiling strum v0.26.3 |
| 2011 | 2025-05-14T15:51:09.574Z | Compiling tokio-stream v0.1.17 |
| 2012 | 2025-05-14T15:51:09.712Z | Compiling toml v0.7.8 |
| 2013 | 2025-05-14T15:51:10.636Z | Compiling x509-cert v0.2.5 |
| 2014 | 2025-05-14T15:51:11.976Z | Compiling sha1 v0.10.6 |
| 2015 | 2025-05-14T15:51:12.426Z | Compiling itertools v0.10.5 |
| 2016 | 2025-05-14T15:51:12.594Z | Compiling winnow v0.6.26 |
| 2017 | 2025-05-14T15:51:13.242Z | Compiling peg-runtime v0.8.5 |
| 2018 | 2025-05-14T15:51:15.124Z | Compiling unicode-xid v0.2.6 |
| 2019 | 2025-05-14T15:51:15.239Z | Compiling lalrpop-util v0.19.12 |
| 2020 | 2025-05-14T15:51:16.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2021 | 2025-05-14T15:51:16.481Z | Compiling typify-macro v0.3.0 |
| 2022 | 2025-05-14T15:51:20.733Z | Compiling camino v1.1.9 |
| 2023 | 2025-05-14T15:51:27.769Z | Compiling proc-macro-crate v1.3.1 |
| 2024 | 2025-05-14T15:51:28.644Z | Compiling macaddr v1.0.1 |
| 2025 | 2025-05-14T15:51:29.755Z | Compiling itertools v0.13.0 |
| 2026 | 2025-05-14T15:51:30.416Z | Compiling fastrand v2.1.1 |
| 2027 | 2025-05-14T15:51:31.374Z | Compiling heapless v0.8.0 |
| 2028 | 2025-05-14T15:51:32.851Z | Compiling ingot-macros v0.1.0 |
| 2029 | 2025-05-14T15:51:36.622Z | Compiling tempfile v3.13.0 |
| 2030 | 2025-05-14T15:51:40.687Z | Compiling num_enum_derive v0.5.11 |
| 2031 | 2025-05-14T15:51:48.733Z | Compiling structmeta-derive v0.3.0 |
| 2032 | 2025-05-14T15:51:50.966Z | Compiling hash32 v0.3.1 |
| 2033 | 2025-05-14T15:51:51.693Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2034 | 2025-05-14T15:51:54.383Z | Compiling smoltcp v0.11.0 |
| 2035 | 2025-05-14T15:51:58.110Z | Compiling structmeta v0.3.0 |
| 2036 | 2025-05-14T15:52:00.693Z | Compiling num_enum v0.5.11 |
| 2037 | 2025-05-14T15:52:01.164Z | Compiling ingot-types v0.1.0 |
| 2038 | 2025-05-14T15:52:02.962Z | Compiling typify v0.3.0 |
| 2039 | 2025-05-14T15:52:09.738Z | Compiling dirs-sys-next v0.1.2 |
| 2040 | 2025-05-14T15:52:09.973Z | Compiling proc-macro-error-attr v1.0.4 |
| 2041 | 2025-05-14T15:52:10.105Z | Compiling cobs v0.2.3 |
| 2042 | 2025-05-14T15:52:10.842Z | Compiling unsafe-libyaml v0.2.11 |
| 2043 | 2025-05-14T15:52:10.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2044 | 2025-05-14T15:52:11.283Z | Compiling rustls v0.22.4 |
| 2045 | 2025-05-14T15:52:12.342Z | Compiling serde_yaml v0.9.34+deprecated |
| 2046 | 2025-05-14T15:52:21.881Z | Compiling postcard v1.0.10 |
| 2047 | 2025-05-14T15:52:22.533Z | Compiling dirs-next v2.0.0 |
| 2048 | 2025-05-14T15:52:27.457Z | Compiling progenitor-impl v0.9.1 |
| 2049 | 2025-05-14T15:52:27.978Z | Compiling ingot v0.1.0 |
| 2050 | 2025-05-14T15:52:32.914Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2051 | 2025-05-14T15:52:33.828Z | Compiling hex v0.4.3 |
| 2052 | 2025-05-14T15:52:33.922Z | Compiling foreign-types-macros v0.2.3 |
| 2053 | 2025-05-14T15:52:34.256Z | Compiling thread_local v1.1.8 |
| 2054 | 2025-05-14T15:52:34.572Z | Compiling wait-timeout v0.2.0 |
| 2055 | 2025-05-14T15:52:35.044Z | Compiling proc-macro-error v1.0.4 |
| 2056 | 2025-05-14T15:52:35.283Z | Compiling multer v3.1.0 |
| 2057 | 2025-05-14T15:52:35.445Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2058 | 2025-05-14T15:52:35.595Z | Compiling slog-async v2.8.0 |
| 2059 | 2025-05-14T15:52:35.659Z | Compiling bit-vec v0.8.0 |
| 2060 | 2025-05-14T15:52:35.819Z | Compiling match_cfg v0.1.0 |
| 2061 | 2025-05-14T15:52:35.952Z | Compiling quick-error v1.2.3 |
| 2062 | 2025-05-14T15:52:36.175Z | Compiling foreign-types-shared v0.3.1 |
| 2063 | 2025-05-14T15:52:36.265Z | Compiling unicode-width v0.1.14 |
| 2064 | 2025-05-14T15:52:36.842Z | Compiling tabwriter v1.4.0 |
| 2065 | 2025-05-14T15:52:37.050Z | Compiling foreign-types v0.5.0 |
| 2066 | 2025-05-14T15:52:37.196Z | Compiling rusty-fork v0.3.0 |
| 2067 | 2025-05-14T15:52:37.219Z | Compiling bit-set v0.8.0 |
| 2068 | 2025-05-14T15:52:37.456Z | Compiling hostname v0.3.1 |
| 2069 | 2025-05-14T15:52:37.764Z | Compiling progenitor-macro v0.9.1 |
| 2070 | 2025-05-14T15:52:37.786Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2071 | 2025-05-14T15:52:38.180Z | Compiling term v0.7.0 |
| 2072 | 2025-05-14T15:52:41.470Z | Compiling progenitor-client v0.9.1 |
| 2073 | 2025-05-14T15:52:42.298Z | Compiling slog-json v2.6.1 |
| 2074 | 2025-05-14T15:52:42.512Z | Compiling crossbeam-channel v0.5.15 |
| 2075 | 2025-05-14T15:52:42.630Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2076 | 2025-05-14T15:52:42.652Z | Compiling async-stream-impl v0.3.6 |
| 2077 | 2025-05-14T15:52:42.784Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2078 | 2025-05-14T15:52:43.497Z | Compiling rand_xorshift v0.3.0 |
| 2079 | 2025-05-14T15:52:43.745Z | Compiling is-terminal v0.4.13 |
| 2080 | 2025-05-14T15:52:43.868Z | Compiling cstr-argument v0.1.2 |
| 2081 | 2025-05-14T15:52:43.919Z | Compiling dropshot v0.16.0 |
| 2082 | 2025-05-14T15:52:43.939Z | Compiling take_mut v0.2.2 |
| 2083 | 2025-05-14T15:52:44.087Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2084 | 2025-05-14T15:52:44.146Z | Compiling unarray v0.1.4 |
| 2085 | 2025-05-14T15:52:44.196Z | Compiling pretty-hex v0.2.1 |
| 2086 | 2025-05-14T15:52:44.309Z | Compiling crucible-workspace-hack v0.1.0 |
| 2087 | 2025-05-14T15:52:44.386Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2088 | 2025-05-14T15:52:44.450Z | Compiling proptest v1.6.0 |
| 2089 | 2025-05-14T15:52:44.728Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2090 | 2025-05-14T15:52:44.824Z | Compiling async-stream v0.3.6 |
| 2091 | 2025-05-14T15:52:45.202Z | Compiling slog-term v2.9.1 |
| 2092 | 2025-05-14T15:52:46.025Z | Compiling tokio-rustls v0.25.0 |
| 2093 | 2025-05-14T15:52:46.549Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2094 | 2025-05-14T15:52:46.797Z | Compiling slog-bunyan v2.5.0 |
| 2095 | 2025-05-14T15:52:47.864Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2096 | 2025-05-14T15:52:48.019Z | Compiling parse-display-derive v0.10.0 |
| 2097 | 2025-05-14T15:52:48.092Z | Compiling test-strategy v0.4.0 |
| 2098 | 2025-05-14T15:52:48.982Z | Compiling progenitor v0.9.1 |
| 2099 | 2025-05-14T15:52:49.242Z | Compiling toml v0.8.20 |
| 2100 | 2025-05-14T15:52:50.250Z | Compiling serde_with_macros v3.12.0 |
| 2101 | 2025-05-14T15:52:51.290Z | Compiling colored v2.2.0 |
| 2102 | 2025-05-14T15:52:51.767Z | Compiling waitgroup v0.1.2 |
| 2103 | 2025-05-14T15:52:52.072Z | Compiling dropshot_endpoint v0.16.0 |
| 2104 | 2025-05-14T15:52:52.721Z | Compiling serde_path_to_error v0.1.16 |
| 2105 | 2025-05-14T15:52:52.832Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2106 | 2025-05-14T15:52:53.700Z | Compiling derive-where v1.2.7 |
| 2107 | 2025-05-14T15:52:53.846Z | Compiling hostname v0.4.0 |
| 2108 | 2025-05-14T15:52:54.166Z | Compiling instant v0.1.13 |
| 2109 | 2025-05-14T15:52:54.381Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2110 | 2025-05-14T15:52:54.852Z | Compiling debug-ignore v1.0.5 |
| 2111 | 2025-05-14T15:52:55.057Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2112 | 2025-05-14T15:52:55.583Z | Compiling backoff v0.4.0 |
| 2113 | 2025-05-14T15:52:56.031Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2114 | 2025-05-14T15:52:56.302Z | Compiling serde_with v3.12.0 |
| 2115 | 2025-05-14T15:52:56.800Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2116 | 2025-05-14T15:52:58.218Z | Compiling parse-display v0.10.0 |
| 2117 | 2025-05-14T15:53:00.253Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2118 | 2025-05-14T15:53:00.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2119 | 2025-05-14T15:53:03.726Z | Compiling zone_cfg_derive v0.3.0 |
| 2120 | 2025-05-14T15:53:05.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2121 | 2025-05-14T15:53:05.875Z | Compiling camino-tempfile v1.3.0 |
| 2122 | 2025-05-14T15:53:06.008Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2123 | 2025-05-14T15:53:06.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2124 | 2025-05-14T15:53:07.040Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2125 | 2025-05-14T15:53:07.213Z | Compiling num-derive v0.4.2 |
| 2126 | 2025-05-14T15:53:07.387Z | Compiling sigpipe v0.1.3 |
| 2127 | 2025-05-14T15:53:07.567Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2128 | 2025-05-14T15:53:07.975Z | Compiling jiff v0.2.13 |
| 2129 | 2025-05-14T15:53:08.425Z | Compiling libefi-sys v0.1.0 |
| 2130 | 2025-05-14T15:53:08.864Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2131 | 2025-05-14T15:53:09.612Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2132 | 2025-05-14T15:53:11.332Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2133 | 2025-05-14T15:53:12.000Z | Compiling zone v0.3.1 |
| 2134 | 2025-05-14T15:53:12.617Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2135 | 2025-05-14T15:53:15.409Z | Compiling itertools v0.14.0 |
| 2136 | 2025-05-14T15:53:15.535Z | Compiling smf v0.2.3 |
| 2137 | 2025-05-14T15:53:16.999Z | Compiling bitfield-struct v0.6.2 |
| 2138 | 2025-05-14T15:53:18.391Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2139 | 2025-05-14T15:53:18.463Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2140 | 2025-05-14T15:53:18.957Z | Compiling blake3 v1.5.4 |
| 2141 | 2025-05-14T15:53:19.412Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2142 | 2025-05-14T15:53:19.918Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2143 | 2025-05-14T15:53:20.091Z | Compiling xattr v1.3.1 |
| 2144 | 2025-05-14T15:53:20.216Z | Compiling filetime v0.2.25 |
| 2145 | 2025-05-14T15:53:20.278Z | Compiling memmap2 v0.9.5 |
| 2146 | 2025-05-14T15:53:20.457Z | Compiling constant_time_eq v0.3.1 |
| 2147 | 2025-05-14T15:53:20.632Z | Compiling arrayvec v0.7.6 |
| 2148 | 2025-05-14T15:53:20.684Z | Compiling same-file v1.0.6 |
| 2149 | 2025-05-14T15:53:20.916Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2150 | 2025-05-14T15:53:21.023Z | Compiling arrayref v0.3.9 |
| 2151 | 2025-05-14T15:53:21.083Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2152 | 2025-05-14T15:53:21.106Z | Compiling walkdir v2.5.0 |
| 2153 | 2025-05-14T15:53:21.165Z | Compiling tar v0.4.44 |
| 2154 | 2025-05-14T15:53:22.690Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2155 | 2025-05-14T15:53:22.845Z | Compiling gethostname v0.5.0 |
| 2156 | 2025-05-14T15:53:23.114Z | Compiling cargo-platform v0.1.8 |
| 2157 | 2025-05-14T15:53:23.180Z | Compiling topological-sort v0.2.2 |
| 2158 | 2025-05-14T15:53:23.552Z | Compiling fixedbitset v0.5.7 |
| 2159 | 2025-05-14T15:53:23.703Z | Compiling cargo_metadata v0.19.2 |
| 2160 | 2025-05-14T15:53:24.289Z | Compiling petgraph v0.7.1 |
| 2161 | 2025-05-14T15:53:24.826Z | Compiling omicron-zone-package v0.12.2 |
| 2162 | 2025-05-14T15:53:27.456Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2163 | 2025-05-14T15:53:27.786Z | Compiling shell-words v1.1.0 |
| 2164 | 2025-05-14T15:53:28.424Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2165 | 2025-05-14T15:53:29.756Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2166 | 2025-05-14T15:53:29.986Z | Compiling indent_write v2.2.0 |
| 2167 | 2025-05-14T15:53:32.890Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2168 | 2025-05-14T15:53:57.429Z | Finished `release` profile [optimized] target(s) in 5m 40s |
| 2169 | 2025-05-14T15:53:57.610Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2170 | 2025-05-14T15:53:57.667Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2171 | 2025-05-14T15:53:57.671Z | Created new build target 'test' and set it as active |
| 2172 | 2025-05-14T15:53:57.671Z | |
| 2173 | 2025-05-14T15:53:57.671Z | real 5:40.357322539 |
| 2174 | 2025-05-14T15:53:57.671Z | user 39:12.484102868 |
| 2175 | 2025-05-14T15:53:57.671Z | sys 3:51.667130394 |
| 2176 | 2025-05-14T15:53:57.671Z | trap 1.390980101 |
| 2177 | 2025-05-14T15:53:57.671Z | tflt 1.766029414 |
| 2178 | 2025-05-14T15:53:57.671Z | dflt 0.930496933 |
| 2179 | 2025-05-14T15:53:57.671Z | kflt 0.000171246 |
| 2180 | 2025-05-14T15:53:57.671Z | lock 1:17:13.517471270 |
| 2181 | 2025-05-14T15:53:57.671Z | slp 2:41:14.223104208 |
| 2182 | 2025-05-14T15:53:57.671Z | lat 2:49.868979814 |
| 2183 | 2025-05-14T15:53:57.671Z | stop 5:03.440731610 |
| 2184 | 2025-05-14T15:53:57.671Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2185 | 2025-05-14T15:53:58.970Z | Finished `release` profile [optimized] target(s) in 1.23s |
| 2186 | 2025-05-14T15:53:59.037Z | Running `target/release/omicron-package -t test package` |
| 2187 | 2025-05-14T15:53:59.093Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2188 | 2025-05-14T15:54:00.620Z | Compiling convert_case v0.4.0 |
| 2189 | 2025-05-14T15:54:00.620Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2190 | 2025-05-14T15:54:00.624Z | Compiling num-rational v0.4.2 |
| 2191 | 2025-05-14T15:54:00.624Z | Compiling num-complex v0.4.6 |
| 2192 | 2025-05-14T15:54:00.766Z | Compiling dirs-sys-next v0.1.2 |
| 2193 | 2025-05-14T15:54:00.770Z | Compiling float-ord v0.3.2 |
| 2194 | 2025-05-14T15:54:00.770Z | Compiling is-terminal v0.4.13 |
| 2195 | 2025-05-14T15:54:00.845Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2196 | 2025-05-14T15:54:00.961Z | Compiling camino v1.1.9 |
| 2197 | 2025-05-14T15:54:00.992Z | Compiling atomicwrites v0.4.4 |
| 2198 | 2025-05-14T15:54:01.019Z | Compiling newline-converter v0.3.0 |
| 2199 | 2025-05-14T15:54:01.225Z | Compiling dirs-next v2.0.0 |
| 2200 | 2025-05-14T15:54:01.284Z | Compiling password-hash v0.5.0 |
| 2201 | 2025-05-14T15:54:01.409Z | Compiling derive_more v0.99.20 |
| 2202 | 2025-05-14T15:54:01.437Z | Compiling term v0.7.0 |
| 2203 | 2025-05-14T15:54:01.582Z | Compiling blake2 v0.10.6 |
| 2204 | 2025-05-14T15:54:01.655Z | Compiling base64 v0.21.7 |
| 2205 | 2025-05-14T15:54:01.800Z | Compiling num v0.4.3 |
| 2206 | 2025-05-14T15:54:01.940Z | Compiling expectorate v1.2.0 |
| 2207 | 2025-05-14T15:54:02.003Z | Compiling fastrand v2.1.1 |
| 2208 | 2025-05-14T15:54:02.332Z | Compiling argon2 v0.5.3 |
| 2209 | 2025-05-14T15:54:02.524Z | Compiling tempfile v3.13.0 |
| 2210 | 2025-05-14T15:54:02.597Z | Compiling rustls v0.22.4 |
| 2211 | 2025-05-14T15:54:02.631Z | Compiling thread_local v1.1.8 |
| 2212 | 2025-05-14T15:54:02.768Z | Compiling wait-timeout v0.2.0 |
| 2213 | 2025-05-14T15:54:02.819Z | Compiling match_cfg v0.1.0 |
| 2214 | 2025-05-14T15:54:02.946Z | Compiling quick-error v1.2.3 |
| 2215 | 2025-05-14T15:54:03.103Z | Compiling bit-vec v0.8.0 |
| 2216 | 2025-05-14T15:54:03.134Z | Compiling rusty-fork v0.3.0 |
| 2217 | 2025-05-14T15:54:03.223Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2218 | 2025-05-14T15:54:03.246Z | Compiling hostname v0.3.1 |
| 2219 | 2025-05-14T15:54:03.488Z | Compiling multer v3.1.0 |
| 2220 | 2025-05-14T15:54:03.552Z | Compiling bit-set v0.8.0 |
| 2221 | 2025-05-14T15:54:03.574Z | Compiling slog-async v2.8.0 |
| 2222 | 2025-05-14T15:54:03.618Z | Compiling progenitor-client v0.9.1 |
| 2223 | 2025-05-14T15:54:03.660Z | Compiling slog-json v2.6.1 |
| 2224 | 2025-05-14T15:54:03.758Z | Compiling crossbeam-channel v0.5.15 |
| 2225 | 2025-05-14T15:54:03.872Z | Compiling rand_xorshift v0.3.0 |
| 2226 | 2025-05-14T15:54:03.895Z | Compiling hex v0.4.3 |
| 2227 | 2025-05-14T15:54:04.022Z | Compiling unarray v0.1.4 |
| 2228 | 2025-05-14T15:54:04.130Z | Compiling take_mut v0.2.2 |
| 2229 | 2025-05-14T15:54:04.173Z | Compiling progenitor v0.9.1 |
| 2230 | 2025-05-14T15:54:04.223Z | Compiling proptest v1.6.0 |
| 2231 | 2025-05-14T15:54:04.314Z | Compiling slog-bunyan v2.5.0 |
| 2232 | 2025-05-14T15:54:04.409Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2233 | 2025-05-14T15:54:04.491Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2234 | 2025-05-14T15:54:04.781Z | Compiling slog-term v2.9.1 |
| 2235 | 2025-05-14T15:54:04.826Z | Compiling async-stream v0.3.6 |
| 2236 | 2025-05-14T15:54:05.133Z | Compiling dropshot v0.16.0 |
| 2237 | 2025-05-14T15:54:05.220Z | Compiling toml v0.8.20 |
| 2238 | 2025-05-14T15:54:05.420Z | Compiling waitgroup v0.1.2 |
| 2239 | 2025-05-14T15:54:05.580Z | Compiling serde_path_to_error v0.1.16 |
| 2240 | 2025-05-14T15:54:05.661Z | Compiling hostname v0.4.0 |
| 2241 | 2025-05-14T15:54:05.890Z | Compiling instant v0.1.13 |
| 2242 | 2025-05-14T15:54:05.911Z | Compiling debug-ignore v1.0.5 |
| 2243 | 2025-05-14T15:54:06.079Z | Compiling backoff v0.4.0 |
| 2244 | 2025-05-14T15:54:06.098Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2245 | 2025-05-14T15:54:06.342Z | Compiling parse-display v0.10.0 |
| 2246 | 2025-05-14T15:54:06.460Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2247 | 2025-05-14T15:54:06.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2248 | 2025-05-14T15:54:06.795Z | Compiling serde_with v3.12.0 |
| 2249 | 2025-05-14T15:54:06.815Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2250 | 2025-05-14T15:54:07.388Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2251 | 2025-05-14T15:54:08.367Z | Compiling tokio-rustls v0.25.0 |
| 2252 | 2025-05-14T15:54:08.491Z | Compiling macaddr v1.0.1 |
| 2253 | 2025-05-14T15:54:08.940Z | Compiling cancel-safe-futures v0.1.5 |
| 2254 | 2025-05-14T15:54:09.376Z | Compiling owo-colors v4.2.0 |
| 2255 | 2025-05-14T15:54:09.515Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2256 | 2025-05-14T15:54:10.281Z | Compiling libsw-core v0.3.1 |
| 2257 | 2025-05-14T15:54:10.644Z | Compiling libsw v3.4.0 |
| 2258 | 2025-05-14T15:54:10.876Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2259 | 2025-05-14T15:54:10.987Z | Compiling utf-8 v0.7.6 |
| 2260 | 2025-05-14T15:54:11.380Z | Compiling swrite v0.1.0 |
| 2261 | 2025-05-14T15:54:11.415Z | Compiling linear-map v1.2.0 |
| 2262 | 2025-05-14T15:54:11.555Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2263 | 2025-05-14T15:54:11.881Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2264 | 2025-05-14T15:54:12.189Z | Compiling half v2.4.1 |
| 2265 | 2025-05-14T15:54:12.907Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2266 | 2025-05-14T15:54:13.448Z | Compiling keccak v0.1.5 |
| 2267 | 2025-05-14T15:54:13.535Z | Compiling ciborium-io v0.2.2 |
| 2268 | 2025-05-14T15:54:13.715Z | Compiling ciborium-ll v0.2.2 |
| 2269 | 2025-05-14T15:54:13.993Z | Compiling sha3 v0.10.8 |
| 2270 | 2025-05-14T15:54:14.265Z | Compiling prettyplease v0.2.30 |
| 2271 | 2025-05-14T15:54:14.600Z | Compiling ciborium v0.2.2 |
| 2272 | 2025-05-14T15:54:14.911Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2273 | 2025-05-14T15:54:16.670Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2274 | 2025-05-14T15:54:17.620Z | Compiling highway v1.3.0 |
| 2275 | 2025-05-14T15:54:19.342Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2276 | 2025-05-14T15:54:20.396Z | Compiling tungstenite v0.21.0 |
| 2277 | 2025-05-14T15:54:22.265Z | Compiling linked-hash-map v0.5.6 |
| 2278 | 2025-05-14T15:54:22.729Z | Compiling semver v0.1.20 |
| 2279 | 2025-05-14T15:54:23.341Z | Compiling rustc_version v0.1.7 |
| 2280 | 2025-05-14T15:54:23.777Z | Compiling lru-cache v0.1.2 |
| 2281 | 2025-05-14T15:54:24.061Z | Compiling tokio-tungstenite v0.21.0 |
| 2282 | 2025-05-14T15:54:24.804Z | Compiling newtype_derive v0.1.6 |
| 2283 | 2025-05-14T15:54:25.215Z | Compiling resolv-conf v0.7.0 |
| 2284 | 2025-05-14T15:54:25.729Z | Compiling hickory-resolver v0.24.4 |
| 2285 | 2025-05-14T15:54:26.855Z | Compiling secrecy v0.10.3 |
| 2286 | 2025-05-14T15:54:26.877Z | Compiling humantime v2.1.0 |
| 2287 | 2025-05-14T15:54:27.308Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2288 | 2025-05-14T15:54:27.772Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2289 | 2025-05-14T15:54:30.548Z | Compiling universal-hash v0.5.1 |
| 2290 | 2025-05-14T15:54:30.845Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2291 | 2025-05-14T15:54:31.180Z | Compiling opaque-debug v0.3.1 |
| 2292 | 2025-05-14T15:54:31.325Z | Compiling poly1305 v0.8.0 |
| 2293 | 2025-05-14T15:54:31.625Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2294 | 2025-05-14T15:54:32.111Z | Compiling steno v0.4.1 |
| 2295 | 2025-05-14T15:54:32.854Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2296 | 2025-05-14T15:54:33.236Z | Compiling chacha20 v0.9.1 |
| 2297 | 2025-05-14T15:54:33.483Z | Compiling thiserror-no-std v2.0.2 |
| 2298 | 2025-05-14T15:54:33.660Z | Compiling aead v0.5.2 |
| 2299 | 2025-05-14T15:54:33.767Z | Compiling vsss-rs v3.3.4 |
| 2300 | 2025-05-14T15:54:34.062Z | Compiling chacha20poly1305 v0.10.1 |
| 2301 | 2025-05-14T15:54:34.392Z | Compiling qorb v0.3.1 |
| 2302 | 2025-05-14T15:54:34.686Z | Compiling slog-dtrace v0.3.0 |
| 2303 | 2025-05-14T15:54:35.088Z | Compiling bytecount v0.6.8 |
| 2304 | 2025-05-14T15:54:35.438Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2305 | 2025-05-14T15:54:37.052Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2306 | 2025-05-14T15:54:45.057Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2307 | 2025-05-14T15:54:45.823Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2308 | 2025-05-14T15:54:49.124Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2309 | 2025-05-14T15:54:49.154Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2310 | 2025-05-14T15:54:50.253Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2311 | 2025-05-14T15:54:54.228Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2312 | 2025-05-14T15:54:54.256Z | Compiling display-error-chain v0.2.2 |
| 2313 | 2025-05-14T15:54:54.440Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2314 | 2025-05-14T15:54:54.519Z | Compiling crunchy v0.2.2 |
| 2315 | 2025-05-14T15:54:54.939Z | Compiling maplit v1.0.2 |
| 2316 | 2025-05-14T15:54:55.106Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2317 | 2025-05-14T15:54:55.139Z | Compiling dsl_auto_type v0.1.2 |
| 2318 | 2025-05-14T15:54:56.427Z | Compiling scheduled-thread-pool v0.2.7 |
| 2319 | 2025-05-14T15:54:57.833Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2320 | 2025-05-14T15:54:58.047Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2321 | 2025-05-14T15:54:58.221Z | Compiling radium v0.7.0 |
| 2322 | 2025-05-14T15:54:58.769Z | Compiling tiny-keccak v2.0.2 |
| 2323 | 2025-05-14T15:54:58.914Z | Compiling proc-macro-error2 v2.0.1 |
| 2324 | 2025-05-14T15:54:59.248Z | Compiling diesel_derives v2.2.3 |
| 2325 | 2025-05-14T15:54:59.539Z | Compiling r2d2 v0.8.10 |
| 2326 | 2025-05-14T15:55:00.211Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2327 | 2025-05-14T15:55:01.641Z | Compiling const_format_proc_macros v0.2.34 |
| 2328 | 2025-05-14T15:55:02.866Z | Compiling tap v1.0.1 |
| 2329 | 2025-05-14T15:55:03.122Z | Compiling bit-vec v0.6.3 |
| 2330 | 2025-05-14T15:55:03.525Z | Compiling maybe-uninit v2.0.0 |
| 2331 | 2025-05-14T15:55:03.619Z | Compiling bit-set v0.5.3 |
| 2332 | 2025-05-14T15:55:03.957Z | Compiling const_format v0.2.34 |
| 2333 | 2025-05-14T15:55:04.166Z | Compiling wyz v0.5.1 |
| 2334 | 2025-05-14T15:55:04.689Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2335 | 2025-05-14T15:55:05.801Z | Compiling tabled_derive v0.10.0 |
| 2336 | 2025-05-14T15:55:07.045Z | Compiling papergrid v0.14.0 |
| 2337 | 2025-05-14T15:55:07.445Z | Compiling ascii-canvas v3.0.0 |
| 2338 | 2025-05-14T15:55:08.047Z | Compiling num-derive v0.3.3 |
| 2339 | 2025-05-14T15:55:08.437Z | Compiling ena v0.14.3 |
| 2340 | 2025-05-14T15:55:08.935Z | Compiling diff v0.1.13 |
| 2341 | 2025-05-14T15:55:09.451Z | Compiling packed_struct v0.10.1 |
| 2342 | 2025-05-14T15:55:09.948Z | Compiling regex-syntax v0.6.29 |
| 2343 | 2025-05-14T15:55:10.324Z | Compiling funty v2.0.0 |
| 2344 | 2025-05-14T15:55:10.403Z | Compiling diesel v2.2.10 |
| 2345 | 2025-05-14T15:55:13.356Z | Compiling crc-catalog v2.4.0 |
| 2346 | 2025-05-14T15:55:13.563Z | Compiling bindgen v0.71.1 |
| 2347 | 2025-05-14T15:55:14.126Z | Compiling lalrpop v0.19.12 |
| 2348 | 2025-05-14T15:55:15.196Z | Compiling crc v3.2.1 |
| 2349 | 2025-05-14T15:55:21.284Z | Compiling bitvec v1.0.1 |
| 2350 | 2025-05-14T15:55:26.105Z | Compiling libscf-sys v1.1.0 |
| 2351 | 2025-05-14T15:55:26.439Z | Compiling tabled v0.18.0 |
| 2352 | 2025-05-14T15:55:32.035Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2353 | 2025-05-14T15:55:34.174Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2354 | 2025-05-14T15:55:35.350Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2355 | 2025-05-14T15:55:36.970Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2356 | 2025-05-14T15:55:37.441Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2357 | 2025-05-14T15:55:37.724Z | Compiling packed_struct_codegen v0.10.1 |
| 2358 | 2025-05-14T15:55:38.077Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2359 | 2025-05-14T15:55:38.571Z | Compiling indexmap v1.9.3 |
| 2360 | 2025-05-14T15:55:38.885Z | Compiling rustc-hash v2.1.1 |
| 2361 | 2025-05-14T15:55:38.998Z | Compiling nodrop v0.1.14 |
| 2362 | 2025-05-14T15:55:39.128Z | Compiling ref-cast v1.0.23 |
| 2363 | 2025-05-14T15:55:39.191Z | Compiling array-init v0.0.4 |
| 2364 | 2025-05-14T15:55:40.365Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2365 | 2025-05-14T15:55:40.870Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2366 | 2025-05-14T15:55:43.462Z | Compiling polar-core v0.27.3 |
| 2367 | 2025-05-14T15:55:44.507Z | Compiling smallvec v0.6.14 |
| 2368 | 2025-05-14T15:55:44.877Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2369 | 2025-05-14T15:55:45.049Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2370 | 2025-05-14T15:55:45.443Z | Compiling derive_builder_core v0.20.2 |
| 2371 | 2025-05-14T15:55:46.530Z | Compiling headers-core v0.3.0 |
| 2372 | 2025-05-14T15:55:46.758Z | Compiling phf_generator v0.11.2 |
| 2373 | 2025-05-14T15:55:47.016Z | Compiling libxml v0.3.3 |
| 2374 | 2025-05-14T15:55:47.504Z | Compiling async-recursion v1.1.1 |
| 2375 | 2025-05-14T15:55:47.531Z | Compiling ref-cast-impl v1.0.23 |
| 2376 | 2025-05-14T15:55:48.661Z | Compiling termcolor v1.4.1 |
| 2377 | 2025-05-14T15:55:48.845Z | Compiling hashbrown v0.12.3 |
| 2378 | 2025-05-14T15:55:48.992Z | Compiling bitfield v0.14.0 |
| 2379 | 2025-05-14T15:55:49.331Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2380 | 2025-05-14T15:55:49.782Z | Compiling env_logger v0.10.2 |
| 2381 | 2025-05-14T15:55:50.441Z | Compiling derive_builder_macro v0.20.2 |
| 2382 | 2025-05-14T15:55:51.388Z | Compiling phf_codegen v0.11.2 |
| 2383 | 2025-05-14T15:55:51.413Z | Compiling headers v0.4.0 |
| 2384 | 2025-05-14T15:55:51.670Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2385 | 2025-05-14T15:55:52.900Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2386 | 2025-05-14T15:55:52.958Z | Compiling serde-hex v0.1.0 |
| 2387 | 2025-05-14T15:55:53.115Z | Compiling samael v0.0.18 |
| 2388 | 2025-05-14T15:55:58.464Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2389 | 2025-05-14T15:56:00.322Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2390 | 2025-05-14T15:56:00.695Z | Compiling ron v0.8.1 |
| 2391 | 2025-05-14T15:56:01.502Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2392 | 2025-05-14T15:56:01.527Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2393 | 2025-05-14T15:56:01.873Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2394 | 2025-05-14T15:56:02.966Z | Compiling hashbrown v0.13.2 |
| 2395 | 2025-05-14T15:56:04.422Z | Compiling itertools v0.13.0 |
| 2396 | 2025-05-14T15:56:06.205Z | Compiling strum_macros v0.24.3 |
| 2397 | 2025-05-14T15:56:06.345Z | Compiling parse-zoneinfo v0.3.1 |
| 2398 | 2025-05-14T15:56:06.780Z | Compiling crc-any v2.5.0 |
| 2399 | 2025-05-14T15:56:06.843Z | Compiling crc8 v0.1.1 |
| 2400 | 2025-05-14T15:56:07.198Z | Compiling indoc v1.0.9 |
| 2401 | 2025-05-14T15:56:07.806Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2402 | 2025-05-14T15:56:07.830Z | Compiling chrono-tz-build v0.4.0 |
| 2403 | 2025-05-14T15:56:08.015Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2404 | 2025-05-14T15:56:08.173Z | Compiling object v0.30.4 |
| 2405 | 2025-05-14T15:56:08.887Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2406 | 2025-05-14T15:56:13.767Z | Compiling derive_builder v0.20.2 |
| 2407 | 2025-05-14T15:56:18.887Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2408 | 2025-05-14T15:56:19.337Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2409 | 2025-05-14T15:56:21.083Z | Compiling oso-derive v0.27.3 |
| 2410 | 2025-05-14T15:56:22.075Z | Compiling quick-xml v0.37.2 |
| 2411 | 2025-05-14T15:56:23.678Z | Compiling vte_generate_state_changes v0.1.2 |
| 2412 | 2025-05-14T15:56:24.372Z | Compiling arc-swap v1.7.1 |
| 2413 | 2025-05-14T15:56:24.980Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2414 | 2025-05-14T15:56:25.099Z | Compiling path-slash v0.1.5 |
| 2415 | 2025-05-14T15:56:25.370Z | Compiling oso v0.27.3 |
| 2416 | 2025-05-14T15:56:25.415Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2417 | 2025-05-14T15:56:25.445Z | Compiling slog-scope v4.4.0 |
| 2418 | 2025-05-14T15:56:26.248Z | Compiling vte v0.11.1 |
| 2419 | 2025-05-14T15:56:27.906Z | Compiling chrono-tz v0.10.3 |
| 2420 | 2025-05-14T15:56:28.706Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2421 | 2025-05-14T15:56:30.006Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2422 | 2025-05-14T15:56:30.338Z | Compiling unicase v2.7.0 |
| 2423 | 2025-05-14T15:56:30.744Z | Compiling diesel-dtrace v0.4.2 |
| 2424 | 2025-05-14T15:56:32.203Z | Compiling strip-ansi-escapes v0.2.0 |
| 2425 | 2025-05-14T15:56:33.059Z | Compiling slog-stdlog v4.1.1 |
| 2426 | 2025-05-14T15:56:35.738Z | Compiling papergrid v0.11.0 |
| 2427 | 2025-05-14T15:56:41.967Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2428 | 2025-05-14T15:56:42.364Z | Compiling tabled_derive v0.7.0 |
| 2429 | 2025-05-14T15:56:43.138Z | Compiling bb8 v0.8.5 |
| 2430 | 2025-05-14T15:56:43.855Z | Compiling fd-lock v4.0.2 |
| 2431 | 2025-05-14T15:56:43.916Z | Compiling peg-macros v0.8.5 |
| 2432 | 2025-05-14T15:56:44.120Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2433 | 2025-05-14T15:56:44.541Z | Compiling nu-ansi-term v0.50.1 |
| 2434 | 2025-05-14T15:56:45.242Z | Compiling reedline v0.38.0 |
| 2435 | 2025-05-14T15:56:45.907Z | Compiling tabled v0.15.0 |
| 2436 | 2025-05-14T15:56:47.344Z | Compiling peg v0.8.5 |
| 2437 | 2025-05-14T15:56:47.489Z | Compiling async-bb8-diesel v0.2.1 |
| 2438 | 2025-05-14T15:56:48.448Z | Compiling slog-envlogger v2.2.0 |
| 2439 | 2025-05-14T15:56:51.587Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2440 | 2025-05-14T15:57:02.795Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2441 | 2025-05-14T15:57:03.210Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2442 | 2025-05-14T15:57:04.249Z | Compiling typify-impl v0.2.0 |
| 2443 | 2025-05-14T15:57:06.281Z | Compiling pem v3.0.5 |
| 2444 | 2025-05-14T15:57:06.540Z | Compiling bcs v0.1.6 |
| 2445 | 2025-05-14T15:57:07.465Z | Compiling fxhash v0.2.1 |
| 2446 | 2025-05-14T15:57:07.761Z | Compiling libz-sys v1.1.20 |
| 2447 | 2025-05-14T15:57:07.880Z | Compiling termtree v0.5.1 |
| 2448 | 2025-05-14T15:57:09.015Z | Compiling kstat-rs v0.2.4 |
| 2449 | 2025-05-14T15:57:10.033Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2450 | 2025-05-14T15:57:11.376Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2451 | 2025-05-14T15:57:14.618Z | Compiling typify-macro v0.2.0 |
| 2452 | 2025-05-14T15:57:18.370Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2453 | 2025-05-14T15:57:18.978Z | Compiling nanorand v0.7.0 |
| 2454 | 2025-05-14T15:57:19.750Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2455 | 2025-05-14T15:57:20.131Z | Compiling pin-project-internal v1.1.6 |
| 2456 | 2025-05-14T15:57:20.596Z | Compiling parking_lot_core v0.8.6 |
| 2457 | 2025-05-14T15:57:22.761Z | Compiling pin-project v1.1.6 |
| 2458 | 2025-05-14T15:57:22.967Z | Compiling flume v0.11.1 |
| 2459 | 2025-05-14T15:57:23.819Z | Compiling mime_guess v2.0.5 |
| 2460 | 2025-05-14T15:57:25.508Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2461 | 2025-05-14T15:57:30.513Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2462 | 2025-05-14T15:57:30.618Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2463 | 2025-05-14T15:57:30.934Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2464 | 2025-05-14T15:57:30.988Z | Compiling castaway v0.2.3 |
| 2465 | 2025-05-14T15:57:31.223Z | Compiling snafu-derive v0.8.5 |
| 2466 | 2025-05-14T15:57:34.382Z | Compiling fs-err v2.11.0 |
| 2467 | 2025-05-14T15:57:35.533Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2468 | 2025-05-14T15:57:35.633Z | Compiling snafu v0.8.5 |
| 2469 | 2025-05-14T15:57:36.230Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2470 | 2025-05-14T15:57:36.932Z | Compiling compact_str v0.8.0 |
| 2471 | 2025-05-14T15:57:39.549Z | Compiling typify v0.2.0 |
| 2472 | 2025-05-14T15:57:39.649Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2473 | 2025-05-14T15:57:39.764Z | Compiling unicode-truncate v1.1.0 |
| 2474 | 2025-05-14T15:57:40.058Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2475 | 2025-05-14T15:57:41.641Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2476 | 2025-05-14T15:57:46.747Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2477 | 2025-05-14T15:57:49.501Z | Compiling globset v0.4.15 |
| 2478 | 2025-05-14T15:57:56.001Z | Compiling olpc-cjson v0.1.4 |
| 2479 | 2025-05-14T15:57:56.362Z | Compiling lru v0.12.5 |
| 2480 | 2025-05-14T15:57:56.760Z | Compiling vergen v8.3.2 |
| 2481 | 2025-05-14T15:57:57.205Z | Compiling nibble_vec v0.1.0 |
| 2482 | 2025-05-14T15:57:57.500Z | Compiling cargo-platform v0.1.8 |
| 2483 | 2025-05-14T15:57:58.031Z | Compiling serde_plain v1.0.2 |
| 2484 | 2025-05-14T15:57:58.621Z | Compiling instability v0.3.2 |
| 2485 | 2025-05-14T15:57:59.720Z | Compiling atty v0.2.14 |
| 2486 | 2025-05-14T15:57:59.926Z | Compiling cassowary v0.3.0 |
| 2487 | 2025-05-14T15:58:03.037Z | Compiling http-range v0.1.5 |
| 2488 | 2025-05-14T15:58:03.647Z | Compiling salty v0.3.0 |
| 2489 | 2025-05-14T15:58:03.670Z | Compiling io-lifetimes v1.0.11 |
| 2490 | 2025-05-14T15:58:04.141Z | Compiling indoc v2.0.6 |
| 2491 | 2025-05-14T15:58:04.272Z | Compiling endian-type v0.1.2 |
| 2492 | 2025-05-14T15:58:04.572Z | Compiling typed-path v0.9.3 |
| 2493 | 2025-05-14T15:58:05.090Z | Compiling ratatui v0.29.0 |
| 2494 | 2025-05-14T15:58:11.081Z | Compiling tough v0.20.0 |
| 2495 | 2025-05-14T15:58:11.732Z | Compiling radix_trie v0.2.1 |
| 2496 | 2025-05-14T15:58:13.334Z | Compiling git2 v0.19.0 |
| 2497 | 2025-05-14T15:58:13.423Z | Compiling cargo_metadata v0.18.1 |
| 2498 | 2025-05-14T15:58:16.747Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2499 | 2025-05-14T15:58:21.511Z | Compiling progenitor-impl v0.8.0 |
| 2500 | 2025-05-14T15:58:21.860Z | Compiling parking_lot v0.11.2 |
| 2501 | 2025-05-14T15:58:27.794Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2502 | 2025-05-14T15:58:28.230Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2503 | 2025-05-14T15:58:28.487Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2504 | 2025-05-14T15:58:30.266Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2505 | 2025-05-14T15:58:33.352Z | Compiling rand_seeder v0.3.0 |
| 2506 | 2025-05-14T15:58:33.833Z | Compiling lzma-sys v0.1.20 |
| 2507 | 2025-05-14T15:58:34.644Z | Compiling rustls v0.21.12 |
| 2508 | 2025-05-14T15:58:35.028Z | Compiling rustix v0.37.28 |
| 2509 | 2025-05-14T15:58:35.057Z | Compiling parse-size v1.1.0 |
| 2510 | 2025-05-14T15:58:35.177Z | Compiling xshell-macros v0.2.7 |
| 2511 | 2025-05-14T15:58:35.426Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2512 | 2025-05-14T15:58:35.973Z | Compiling xshell v0.2.7 |
| 2513 | 2025-05-14T15:58:36.148Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2514 | 2025-05-14T15:58:36.491Z | Compiling progenitor-macro v0.8.0 |
| 2515 | 2025-05-14T15:58:36.802Z | Compiling hyper-staticfile v0.10.1 |
| 2516 | 2025-05-14T15:58:36.949Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2517 | 2025-05-14T15:58:39.032Z | Compiling sled v0.34.7 |
| 2518 | 2025-05-14T15:58:48.077Z | Compiling hickory-client v0.24.4 |
| 2519 | 2025-05-14T15:58:48.108Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2520 | 2025-05-14T15:58:49.472Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2521 | 2025-05-14T15:58:53.283Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2522 | 2025-05-14T15:58:54.123Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2523 | 2025-05-14T15:58:54.534Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2524 | 2025-05-14T15:58:55.401Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2525 | 2025-05-14T15:58:55.849Z | Compiling hickory-server v0.24.4 |
| 2526 | 2025-05-14T15:58:56.859Z | Compiling primeorder v0.13.6 |
| 2527 | 2025-05-14T15:58:57.011Z | Compiling progenitor-client v0.8.0 |
| 2528 | 2025-05-14T15:58:57.575Z | Compiling rustls-webpki v0.101.7 |
| 2529 | 2025-05-14T15:58:58.011Z | Compiling sct v0.7.1 |
| 2530 | 2025-05-14T15:58:58.545Z | Compiling heck v0.3.3 |
| 2531 | 2025-05-14T15:58:58.919Z | Compiling env_filter v0.1.2 |
| 2532 | 2025-05-14T15:59:00.612Z | Compiling csv-core v0.1.11 |
| 2533 | 2025-05-14T15:59:01.604Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2534 | 2025-05-14T15:59:01.675Z | Compiling glob v0.3.2 |
| 2535 | 2025-05-14T15:59:02.032Z | Compiling void v1.0.2 |
| 2536 | 2025-05-14T15:59:02.260Z | Compiling lzss v0.8.2 |
| 2537 | 2025-05-14T15:59:02.818Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2538 | 2025-05-14T15:59:04.016Z | Compiling csv v1.3.1 |
| 2539 | 2025-05-14T15:59:06.436Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2540 | 2025-05-14T15:59:08.089Z | Compiling env_logger v0.11.5 |
| 2541 | 2025-05-14T15:59:09.610Z | Compiling zone_cfg_derive v0.1.2 |
| 2542 | 2025-05-14T15:59:11.083Z | Compiling p384 v0.13.0 |
| 2543 | 2025-05-14T15:59:13.218Z | Compiling progenitor v0.8.0 |
| 2544 | 2025-05-14T15:59:13.563Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2545 | 2025-05-14T15:59:15.484Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2546 | 2025-05-14T15:59:16.370Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2547 | 2025-05-14T15:59:16.534Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2548 | 2025-05-14T15:59:16.738Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2549 | 2025-05-14T15:59:18.066Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2550 | 2025-05-14T15:59:18.319Z | Compiling tungstenite v0.23.0 |
| 2551 | 2025-05-14T15:59:18.482Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2552 | 2025-05-14T15:59:18.894Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2553 | 2025-05-14T15:59:19.312Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2554 | 2025-05-14T15:59:19.715Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2555 | 2025-05-14T15:59:22.321Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2556 | 2025-05-14T15:59:23.092Z | Compiling nix v0.27.1 |
| 2557 | 2025-05-14T15:59:23.818Z | Compiling base64 v0.13.1 |
| 2558 | 2025-05-14T15:59:24.230Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2559 | 2025-05-14T15:59:24.688Z | Compiling ron v0.7.1 |
| 2560 | 2025-05-14T15:59:25.998Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2561 | 2025-05-14T15:59:26.788Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2562 | 2025-05-14T15:59:27.242Z | Compiling tokio-tungstenite v0.23.1 |
| 2563 | 2025-05-14T15:59:28.072Z | Compiling xz2 v0.1.7 |
| 2564 | 2025-05-14T15:59:30.404Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2565 | 2025-05-14T15:59:30.518Z | Compiling terminal_size v0.2.6 |
| 2566 | 2025-05-14T15:59:30.799Z | Compiling tokio-rustls v0.24.1 |
| 2567 | 2025-05-14T15:59:35.910Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2568 | 2025-05-14T15:59:37.257Z | Compiling zone v0.1.8 |
| 2569 | 2025-05-14T15:59:37.806Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2570 | 2025-05-14T15:59:38.199Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2571 | 2025-05-14T15:59:39.664Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2572 | 2025-05-14T15:59:40.095Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2573 | 2025-05-14T15:59:40.967Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2574 | 2025-05-14T15:59:41.208Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2575 | 2025-05-14T15:59:44.797Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2576 | 2025-05-14T15:59:48.294Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2577 | 2025-05-14T15:59:48.722Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2578 | 2025-05-14T15:59:48.872Z | Compiling rustls-pemfile v1.0.4 |
| 2579 | 2025-05-14T15:59:49.681Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2580 | 2025-05-14T15:59:50.086Z | Compiling signal-hook-tokio v0.3.1 |
| 2581 | 2025-05-14T15:59:50.357Z | Compiling yasna v0.5.2 |
| 2582 | 2025-05-14T15:59:52.004Z | Compiling twox-hash v2.1.0 |
| 2583 | 2025-05-14T15:59:53.032Z | Compiling secrecy v0.8.0 |
| 2584 | 2025-05-14T15:59:53.142Z | Compiling unicode-linebreak v0.1.5 |
| 2585 | 2025-05-14T15:59:53.357Z | Compiling is_ci v1.2.0 |
| 2586 | 2025-05-14T15:59:53.708Z | Compiling smawk v0.3.2 |
| 2587 | 2025-05-14T15:59:53.743Z | Compiling supports-color v3.0.2 |
| 2588 | 2025-05-14T15:59:54.045Z | Compiling textwrap v0.16.1 |
| 2589 | 2025-05-14T15:59:54.222Z | Compiling rcgen v0.12.1 |
| 2590 | 2025-05-14T15:59:57.674Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2591 | 2025-05-14T15:59:57.949Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2592 | 2025-05-14T16:00:03.130Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2593 | 2025-05-14T16:00:05.291Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2594 | 2025-05-14T16:00:05.532Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2595 | 2025-05-14T16:00:05.650Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2596 | 2025-05-14T16:00:18.427Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2597 | 2025-05-14T16:00:23.342Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2598 | 2025-05-14T16:00:24.432Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2599 | 2025-05-14T16:00:26.508Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2600 | 2025-05-14T16:00:28.463Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2601 | 2025-05-14T16:00:33.426Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2602 | 2025-05-14T16:00:36.102Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2603 | 2025-05-14T16:00:36.727Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2604 | 2025-05-14T16:00:42.368Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2605 | 2025-05-14T16:00:43.644Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2606 | 2025-05-14T16:00:44.044Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2607 | 2025-05-14T16:00:50.188Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2608 | 2025-05-14T16:00:50.827Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2609 | 2025-05-14T16:00:52.022Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2610 | 2025-05-14T16:00:52.346Z | Compiling fatfs v0.3.6 |
| 2611 | 2025-05-14T16:00:55.386Z | Compiling subprocess v0.2.9 |
| 2612 | 2025-05-14T16:00:58.309Z | Compiling rtoolbox v0.0.2 |
| 2613 | 2025-05-14T16:00:58.469Z | Compiling assert_matches v1.5.0 |
| 2614 | 2025-05-14T16:00:58.627Z | Compiling rpassword v7.3.1 |
| 2615 | 2025-05-14T16:00:59.155Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2616 | 2025-05-14T16:01:00.311Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2617 | 2025-05-14T16:01:00.623Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2618 | 2025-05-14T16:01:07.471Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2619 | 2025-05-14T16:01:14.912Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2620 | 2025-05-14T16:01:37.749Z | Compiling tui-tree-widget v0.23.0 |
| 2621 | 2025-05-14T16:01:38.288Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2622 | 2025-05-14T16:01:47.121Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2623 | 2025-05-14T16:01:47.544Z | Compiling uzers v0.12.1 |
| 2624 | 2025-05-14T16:01:50.420Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2625 | 2025-05-14T16:01:50.799Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2626 | 2025-05-14T16:01:52.111Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2627 | 2025-05-14T16:01:53.209Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2628 | 2025-05-14T16:02:04.405Z | Compiling support-bundle-viewer v0.1.0 |
| 2629 | 2025-05-14T16:02:08.456Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2630 | 2025-05-14T16:02:13.274Z | Compiling multimap v0.10.0 |
| 2631 | 2025-05-14T16:04:43.669Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2632 | 2025-05-14T16:04:58.643Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2633 | 2025-05-14T16:13:27.075Z | Finished `release` profile [optimized] target(s) in 19m 27s |
| 2634 | 2025-05-14T16:14:37.321Z | |
| 2635 | 2025-05-14T16:14:37.325Z | real 20:39.392395648 |
| 2636 | 2025-05-14T16:14:37.325Z | user 2:21:50.042159363 |
| 2637 | 2025-05-14T16:14:37.325Z | sys 4:03.127329787 |
| 2638 | 2025-05-14T16:14:37.325Z | trap 4.318515806 |
| 2639 | 2025-05-14T16:14:37.325Z | tflt 1.899735578 |
| 2640 | 2025-05-14T16:14:37.325Z | dflt 5.607025427 |
| 2641 | 2025-05-14T16:14:37.325Z | kflt 0.023546791 |
| 2642 | 2025-05-14T16:14:37.325Z | lock 8:31:22.212168081 |
| 2643 | 2025-05-14T16:14:37.325Z | slp 7:15:32.268515399 |
| 2644 | 2025-05-14T16:14:37.325Z | lat 3:46.479959975 |
| 2645 | 2025-05-14T16:14:37.325Z | stop 3:07.923584860 |
| 2646 | 2025-05-14T16:14:37.325Z | + mapfile -t packages |
| 2647 | 2025-05-14T16:14:37.325Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2648 | 2025-05-14T16:14:38.695Z | Finished `release` profile [optimized] target(s) in 1.31s |
| 2649 | 2025-05-14T16:14:38.764Z | Running `target/release/omicron-package -t test list-outputs` |
| 2650 | 2025-05-14T16:14:38.825Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2651 | 2025-05-14T16:14:38.828Z | + ptime -m cargo build --locked --release -p xtask |
| 2652 | 2025-05-14T16:14:39.649Z | Compiling serde v1.0.219 |
| 2653 | 2025-05-14T16:14:39.652Z | Compiling serde_json v1.0.140 |
| 2654 | 2025-05-14T16:14:39.652Z | Compiling libc v0.2.171 |
| 2655 | 2025-05-14T16:14:39.652Z | Compiling rustix v0.38.37 |
| 2656 | 2025-05-14T16:14:39.755Z | Compiling syn v2.0.98 |
| 2657 | 2025-05-14T16:14:39.779Z | Compiling bitflags v2.9.0 |
| 2658 | 2025-05-14T16:14:40.167Z | Compiling usdt-impl v0.5.0 |
| 2659 | 2025-05-14T16:14:40.253Z | Compiling syn v1.0.109 |
| 2660 | 2025-05-14T16:14:40.366Z | Compiling log v0.4.22 |
| 2661 | 2025-05-14T16:14:40.420Z | Compiling hashbrown v0.15.1 |
| 2662 | 2025-05-14T16:14:40.665Z | Compiling fs-err v3.1.0 |
| 2663 | 2025-05-14T16:14:40.885Z | Compiling anyhow v1.0.98 |
| 2664 | 2025-05-14T16:14:41.052Z | Compiling once_cell v1.21.3 |
| 2665 | 2025-05-14T16:14:41.278Z | Compiling thread-id v4.2.2 |
| 2666 | 2025-05-14T16:14:41.789Z | Compiling indexmap v2.9.0 |
| 2667 | 2025-05-14T16:14:43.023Z | Compiling terminal_size v0.4.0 |
| 2668 | 2025-05-14T16:14:43.027Z | Compiling tempfile v3.13.0 |
| 2669 | 2025-05-14T16:14:43.310Z | Compiling clap_builder v4.5.35 |
| 2670 | 2025-05-14T16:14:43.681Z | Compiling proc-macro-error v1.0.4 |
| 2671 | 2025-05-14T16:14:44.733Z | Compiling tabled_derive v0.7.0 |
| 2672 | 2025-05-14T16:14:45.997Z | Compiling tabled v0.15.0 |
| 2673 | 2025-05-14T16:14:46.411Z | Compiling serde_derive v1.0.219 |
| 2674 | 2025-05-14T16:14:46.412Z | Compiling thiserror-impl v1.0.69 |
| 2675 | 2025-05-14T16:14:46.415Z | Compiling zerocopy-derive v0.7.35 |
| 2676 | 2025-05-14T16:14:46.415Z | Compiling scroll_derive v0.12.0 |
| 2677 | 2025-05-14T16:14:46.415Z | Compiling thiserror-impl v2.0.12 |
| 2678 | 2025-05-14T16:14:47.849Z | Compiling scroll v0.12.0 |
| 2679 | 2025-05-14T16:14:48.395Z | Compiling zerocopy v0.7.35 |
| 2680 | 2025-05-14T16:14:48.552Z | Compiling goblin v0.8.2 |
| 2681 | 2025-05-14T16:14:49.130Z | Compiling thiserror v1.0.69 |
| 2682 | 2025-05-14T16:14:49.341Z | Compiling pest v2.7.14 |
| 2683 | 2025-05-14T16:14:51.269Z | Compiling thiserror v2.0.12 |
| 2684 | 2025-05-14T16:14:51.490Z | Compiling clap_derive v4.5.32 |
| 2685 | 2025-05-14T16:14:52.388Z | Compiling pest_meta v2.7.14 |
| 2686 | 2025-05-14T16:14:54.890Z | Compiling pest_generator v2.7.14 |
| 2687 | 2025-05-14T16:14:56.185Z | Compiling clap v4.5.35 |
| 2688 | 2025-05-14T16:14:56.793Z | Compiling pest_derive v2.7.14 |
| 2689 | 2025-05-14T16:14:57.662Z | Compiling dtrace-parser v0.2.0 |
| 2690 | 2025-05-14T16:15:02.315Z | Compiling serde_tokenstream v0.2.2 |
| 2691 | 2025-05-14T16:15:02.496Z | Compiling toml_datetime v0.6.8 |
| 2692 | 2025-05-14T16:15:02.970Z | Compiling serde_spanned v0.6.8 |
| 2693 | 2025-05-14T16:15:03.280Z | Compiling toml_edit v0.22.24 |
| 2694 | 2025-05-14T16:15:03.306Z | Compiling dof v0.3.0 |
| 2695 | 2025-05-14T16:15:05.404Z | Compiling camino v1.1.9 |
| 2696 | 2025-05-14T16:15:06.665Z | Compiling cargo-platform v0.1.8 |
| 2697 | 2025-05-14T16:15:06.747Z | Compiling usdt-attr-macro v0.5.0 |
| 2698 | 2025-05-14T16:15:06.833Z | Compiling usdt-macro v0.5.0 |
| 2699 | 2025-05-14T16:15:07.846Z | Compiling toml v0.8.20 |
| 2700 | 2025-05-14T16:15:08.141Z | Compiling semver v1.0.26 |
| 2701 | 2025-05-14T16:15:08.223Z | Compiling usdt v0.5.0 |
| 2702 | 2025-05-14T16:15:09.407Z | Compiling cargo_toml v0.21.0 |
| 2703 | 2025-05-14T16:15:09.725Z | Compiling cargo_metadata v0.19.2 |
| 2704 | 2025-05-14T16:15:09.751Z | Compiling camino-tempfile v1.3.0 |
| 2705 | 2025-05-14T16:15:10.623Z | Compiling macaddr v1.0.1 |
| 2706 | 2025-05-14T16:15:24.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2707 | 2025-05-14T16:15:30.622Z | Finished `release` profile [optimized] target(s) in 51.72s |
| 2708 | 2025-05-14T16:15:30.768Z | |
| 2709 | 2025-05-14T16:15:30.768Z | real 51.893448890 |
| 2710 | 2025-05-14T16:15:30.768Z | user 5:38.159989497 |
| 2711 | 2025-05-14T16:15:30.768Z | sys 21.851742853 |
| 2712 | 2025-05-14T16:15:30.768Z | trap 0.192899287 |
| 2713 | 2025-05-14T16:15:30.768Z | tflt 0.201559531 |
| 2714 | 2025-05-14T16:15:30.772Z | dflt 0.367092832 |
| 2715 | 2025-05-14T16:15:30.772Z | kflt 0.000027115 |
| 2716 | 2025-05-14T16:15:30.772Z | lock 10:53.728207093 |
| 2717 | 2025-05-14T16:15:30.772Z | slp 17:12.232510967 |
| 2718 | 2025-05-14T16:15:30.772Z | lat 15.078811566 |
| 2719 | 2025-05-14T16:15:30.772Z | stop 21.619871945 |
| 2720 | 2025-05-14T16:15:30.772Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2721 | 2025-05-14T16:15:30.772Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2722 | 2025-05-14T16:15:30.772Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2723 | 2025-05-14T16:15:30.772Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2724 | 2025-05-14T16:15:30.772Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2725 | 2025-05-14T16:15:31.962Z | Compiling thiserror-impl v2.0.12 |
| 2726 | 2025-05-14T16:15:32.104Z | Compiling regress v0.10.3 |
| 2727 | 2025-05-14T16:15:32.121Z | Compiling ident_case v1.0.1 |
| 2728 | 2025-05-14T16:15:32.122Z | Compiling unsafe-libyaml v0.2.11 |
| 2729 | 2025-05-14T16:15:32.125Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2730 | 2025-05-14T16:15:32.155Z | Compiling match_cfg v0.1.0 |
| 2731 | 2025-05-14T16:15:32.189Z | Compiling progenitor-client v0.9.1 |
| 2732 | 2025-05-14T16:15:32.211Z | Compiling quick-error v1.2.3 |
| 2733 | 2025-05-14T16:15:32.292Z | Compiling darling_core v0.20.10 |
| 2734 | 2025-05-14T16:15:32.314Z | Compiling hostname v0.3.1 |
| 2735 | 2025-05-14T16:15:32.387Z | Compiling tempfile v3.13.0 |
| 2736 | 2025-05-14T16:15:32.543Z | Compiling rustls v0.22.4 |
| 2737 | 2025-05-14T16:15:32.663Z | Compiling structmeta-derive v0.3.0 |
| 2738 | 2025-05-14T16:15:32.771Z | Compiling multer v3.1.0 |
| 2739 | 2025-05-14T16:15:32.933Z | Compiling debug-ignore v1.0.5 |
| 2740 | 2025-05-14T16:15:33.181Z | Compiling toml v0.8.20 |
| 2741 | 2025-05-14T16:15:33.236Z | Compiling slog-json v2.6.1 |
| 2742 | 2025-05-14T16:15:33.640Z | Compiling serde_yaml v0.9.34+deprecated |
| 2743 | 2025-05-14T16:15:34.047Z | Compiling macaddr v1.0.1 |
| 2744 | 2025-05-14T16:15:34.505Z | Compiling hex v0.4.3 |
| 2745 | 2025-05-14T16:15:34.798Z | Compiling async-stream-impl v0.3.6 |
| 2746 | 2025-05-14T16:15:35.161Z | Compiling dropshot v0.16.0 |
| 2747 | 2025-05-14T16:15:35.453Z | Compiling thiserror v2.0.12 |
| 2748 | 2025-05-14T16:15:35.510Z | Compiling structmeta v0.3.0 |
| 2749 | 2025-05-14T16:15:35.622Z | Compiling slog-bunyan v2.5.0 |
| 2750 | 2025-05-14T16:15:35.904Z | Compiling typify-impl v0.3.0 |
| 2751 | 2025-05-14T16:15:35.956Z | Compiling waitgroup v0.1.2 |
| 2752 | 2025-05-14T16:15:36.152Z | Compiling async-stream v0.3.6 |
| 2753 | 2025-05-14T16:15:36.223Z | Compiling dropshot_endpoint v0.16.0 |
| 2754 | 2025-05-14T16:15:36.503Z | Compiling serde_path_to_error v0.1.16 |
| 2755 | 2025-05-14T16:15:36.668Z | Compiling wait-timeout v0.2.0 |
| 2756 | 2025-05-14T16:15:36.983Z | Compiling hostname v0.4.0 |
| 2757 | 2025-05-14T16:15:37.252Z | Compiling bit-vec v0.8.0 |
| 2758 | 2025-05-14T16:15:37.274Z | Compiling rusty-fork v0.3.0 |
| 2759 | 2025-05-14T16:15:37.335Z | Compiling rand_xorshift v0.3.0 |
| 2760 | 2025-05-14T16:15:37.432Z | Compiling instant v0.1.13 |
| 2761 | 2025-05-14T16:15:37.636Z | Compiling tokio-rustls v0.25.0 |
| 2762 | 2025-05-14T16:15:37.708Z | Compiling bit-set v0.8.0 |
| 2763 | 2025-05-14T16:15:37.746Z | Compiling unarray v0.1.4 |
| 2764 | 2025-05-14T16:15:37.976Z | Compiling test-strategy v0.4.0 |
| 2765 | 2025-05-14T16:15:38.007Z | Compiling proptest v1.6.0 |
| 2766 | 2025-05-14T16:15:38.049Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2767 | 2025-05-14T16:15:38.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2768 | 2025-05-14T16:15:38.256Z | Compiling derive-where v1.2.7 |
| 2769 | 2025-05-14T16:15:38.443Z | Compiling darling_macro v0.20.10 |
| 2770 | 2025-05-14T16:15:38.807Z | Compiling parse-display-derive v0.10.0 |
| 2771 | 2025-05-14T16:15:39.466Z | Compiling darling v0.20.10 |
| 2772 | 2025-05-14T16:15:39.622Z | Compiling serde_with_macros v3.12.0 |
| 2773 | 2025-05-14T16:15:41.588Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2774 | 2025-05-14T16:15:41.631Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2775 | 2025-05-14T16:15:42.011Z | Compiling backoff v0.4.0 |
| 2776 | 2025-05-14T16:15:42.097Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2777 | 2025-05-14T16:15:42.318Z | Compiling serde_with v3.12.0 |
| 2778 | 2025-05-14T16:15:42.407Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2779 | 2025-05-14T16:15:42.429Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2780 | 2025-05-14T16:15:42.658Z | Compiling proc-macro-crate v1.3.1 |
| 2781 | 2025-05-14T16:15:42.971Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2782 | 2025-05-14T16:15:43.007Z | Compiling parse-display v0.10.0 |
| 2783 | 2025-05-14T16:15:43.418Z | Compiling crucible-workspace-hack v0.1.0 |
| 2784 | 2025-05-14T16:15:43.645Z | Compiling num_enum_derive v0.5.11 |
| 2785 | 2025-05-14T16:15:43.816Z | Compiling itertools v0.13.0 |
| 2786 | 2025-05-14T16:15:43.896Z | Compiling heapless v0.8.0 |
| 2787 | 2025-05-14T16:15:44.586Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2788 | 2025-05-14T16:15:44.769Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2789 | 2025-05-14T16:15:45.764Z | Compiling proc-macro-error v1.0.4 |
| 2790 | 2025-05-14T16:15:45.858Z | Compiling hash32 v0.3.1 |
| 2791 | 2025-05-14T16:15:46.182Z | Compiling foreign-types-macros v0.2.3 |
| 2792 | 2025-05-14T16:15:46.299Z | Compiling num_enum v0.5.11 |
| 2793 | 2025-05-14T16:15:46.366Z | Compiling smoltcp v0.11.0 |
| 2794 | 2025-05-14T16:15:46.452Z | Compiling foreign-types-shared v0.3.1 |
| 2795 | 2025-05-14T16:15:46.869Z | Compiling tabwriter v1.4.0 |
| 2796 | 2025-05-14T16:15:47.046Z | Compiling ingot-macros v0.1.0 |
| 2797 | 2025-05-14T16:15:47.347Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2798 | 2025-05-14T16:15:47.417Z | Compiling cstr-argument v0.1.2 |
| 2799 | 2025-05-14T16:15:47.536Z | Compiling cobs v0.2.3 |
| 2800 | 2025-05-14T16:15:47.560Z | Compiling foreign-types v0.5.0 |
| 2801 | 2025-05-14T16:15:47.706Z | Compiling pretty-hex v0.2.1 |
| 2802 | 2025-05-14T16:15:47.730Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2803 | 2025-05-14T16:15:47.880Z | Compiling postcard v1.0.10 |
| 2804 | 2025-05-14T16:15:47.966Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2805 | 2025-05-14T16:15:48.159Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2806 | 2025-05-14T16:15:48.284Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2807 | 2025-05-14T16:15:48.521Z | Compiling colored v2.2.0 |
| 2808 | 2025-05-14T16:15:48.619Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2809 | 2025-05-14T16:15:48.754Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2810 | 2025-05-14T16:15:49.346Z | Compiling itertools v0.14.0 |
| 2811 | 2025-05-14T16:15:49.478Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2812 | 2025-05-14T16:15:50.464Z | Compiling camino-tempfile v1.3.0 |
| 2813 | 2025-05-14T16:15:50.624Z | Compiling smf v0.2.3 |
| 2814 | 2025-05-14T16:15:50.989Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2815 | 2025-05-14T16:15:51.386Z | Compiling zone_cfg_derive v0.3.0 |
| 2816 | 2025-05-14T16:15:51.714Z | Compiling typify-macro v0.3.0 |
| 2817 | 2025-05-14T16:15:51.948Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2818 | 2025-05-14T16:15:52.417Z | Compiling num-derive v0.4.2 |
| 2819 | 2025-05-14T16:15:52.504Z | Compiling sigpipe v0.1.3 |
| 2820 | 2025-05-14T16:15:52.684Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2821 | 2025-05-14T16:15:52.939Z | Compiling jiff v0.2.13 |
| 2822 | 2025-05-14T16:15:53.111Z | Compiling zone v0.3.1 |
| 2823 | 2025-05-14T16:15:53.135Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2824 | 2025-05-14T16:15:53.210Z | Compiling num-rational v0.4.2 |
| 2825 | 2025-05-14T16:15:53.630Z | Compiling num-complex v0.4.6 |
| 2826 | 2025-05-14T16:15:54.679Z | Compiling ingot-types v0.1.0 |
| 2827 | 2025-05-14T16:15:54.710Z | Compiling num v0.4.3 |
| 2828 | 2025-05-14T16:15:54.776Z | Compiling universal-hash v0.5.1 |
| 2829 | 2025-05-14T16:15:54.799Z | Compiling opaque-debug v0.3.1 |
| 2830 | 2025-05-14T16:15:54.835Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2831 | 2025-05-14T16:15:54.861Z | Compiling float-ord v0.3.2 |
| 2832 | 2025-05-14T16:15:54.947Z | Compiling keccak v0.1.5 |
| 2833 | 2025-05-14T16:15:55.033Z | Compiling convert_case v0.4.0 |
| 2834 | 2025-05-14T16:15:55.080Z | Compiling password-hash v0.5.0 |
| 2835 | 2025-05-14T16:15:55.638Z | Compiling ingot v0.1.0 |
| 2836 | 2025-05-14T16:15:55.679Z | Compiling sha3 v0.10.8 |
| 2837 | 2025-05-14T16:15:55.953Z | Compiling derive_more v0.99.20 |
| 2838 | 2025-05-14T16:15:56.054Z | Compiling blake2 v0.10.6 |
| 2839 | 2025-05-14T16:15:56.126Z | Compiling aead v0.5.2 |
| 2840 | 2025-05-14T16:15:56.268Z | Compiling typify v0.3.0 |
| 2841 | 2025-05-14T16:15:56.488Z | Compiling progenitor-impl v0.9.1 |
| 2842 | 2025-05-14T16:15:56.553Z | Compiling utf-8 v0.7.6 |
| 2843 | 2025-05-14T16:15:56.761Z | Compiling argon2 v0.5.3 |
| 2844 | 2025-05-14T16:15:56.939Z | Compiling tungstenite v0.21.0 |
| 2845 | 2025-05-14T16:15:57.489Z | Compiling poly1305 v0.8.0 |
| 2846 | 2025-05-14T16:15:59.049Z | Compiling chacha20 v0.9.1 |
| 2847 | 2025-05-14T16:15:59.329Z | Compiling base64 v0.21.7 |
| 2848 | 2025-05-14T16:15:59.626Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2849 | 2025-05-14T16:15:59.827Z | Compiling tokio-tungstenite v0.21.0 |
| 2850 | 2025-05-14T16:15:59.875Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2851 | 2025-05-14T16:16:00.063Z | Compiling secrecy v0.10.3 |
| 2852 | 2025-05-14T16:16:00.384Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2853 | 2025-05-14T16:16:00.420Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2854 | 2025-05-14T16:16:00.488Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 2855 | 2025-05-14T16:16:01.448Z | Compiling atomicwrites v0.4.4 |
| 2856 | 2025-05-14T16:16:01.627Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2857 | 2025-05-14T16:16:01.648Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2858 | 2025-05-14T16:16:01.677Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2859 | 2025-05-14T16:16:01.843Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2860 | 2025-05-14T16:16:01.973Z | Compiling half v2.4.1 |
| 2861 | 2025-05-14T16:16:02.583Z | Compiling semver v0.1.20 |
| 2862 | 2025-05-14T16:16:02.608Z | Compiling ciborium-io v0.2.2 |
| 2863 | 2025-05-14T16:16:02.799Z | Compiling ciborium-ll v0.2.2 |
| 2864 | 2025-05-14T16:16:02.847Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2865 | 2025-05-14T16:16:03.246Z | Compiling rustc_version v0.1.7 |
| 2866 | 2025-05-14T16:16:03.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2867 | 2025-05-14T16:16:03.699Z | Compiling typify-impl v0.2.0 |
| 2868 | 2025-05-14T16:16:03.748Z | Compiling newline-converter v0.3.0 |
| 2869 | 2025-05-14T16:16:03.772Z | Compiling progenitor-macro v0.9.1 |
| 2870 | 2025-05-14T16:16:03.978Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b) |
| 2871 | 2025-05-14T16:16:04.033Z | Compiling primeorder v0.13.6 |
| 2872 | 2025-05-14T16:16:04.604Z | Compiling cancel-safe-futures v0.1.5 |
| 2873 | 2025-05-14T16:16:04.685Z | Compiling thiserror-no-std v2.0.2 |
| 2874 | 2025-05-14T16:16:04.871Z | Compiling owo-colors v4.2.0 |
| 2875 | 2025-05-14T16:16:05.044Z | Compiling libefi-sys v0.1.0 |
| 2876 | 2025-05-14T16:16:05.353Z | Compiling linked-hash-map v0.5.6 |
| 2877 | 2025-05-14T16:16:05.514Z | Compiling vsss-rs v3.3.4 |
| 2878 | 2025-05-14T16:16:05.617Z | Compiling expectorate v1.2.0 |
| 2879 | 2025-05-14T16:16:05.705Z | Compiling newtype_derive v0.1.6 |
| 2880 | 2025-05-14T16:16:05.791Z | Compiling lru-cache v0.1.2 |
| 2881 | 2025-05-14T16:16:06.003Z | Compiling ciborium v0.2.2 |
| 2882 | 2025-05-14T16:16:06.122Z | Compiling chacha20poly1305 v0.10.1 |
| 2883 | 2025-05-14T16:16:06.395Z | Compiling resolv-conf v0.7.0 |
| 2884 | 2025-05-14T16:16:06.421Z | Compiling libsw-core v0.3.1 |
| 2885 | 2025-05-14T16:16:06.778Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2886 | 2025-05-14T16:16:07.184Z | Compiling bitfield-struct v0.6.2 |
| 2887 | 2025-05-14T16:16:07.292Z | Compiling unicase v2.7.0 |
| 2888 | 2025-05-14T16:16:07.319Z | Compiling arc-swap v1.7.1 |
| 2889 | 2025-05-14T16:16:07.392Z | Compiling fixedbitset v0.5.7 |
| 2890 | 2025-05-14T16:16:07.863Z | Compiling petgraph v0.7.1 |
| 2891 | 2025-05-14T16:16:07.980Z | Compiling slog-scope v4.4.0 |
| 2892 | 2025-05-14T16:16:08.109Z | Compiling hickory-resolver v0.24.4 |
| 2893 | 2025-05-14T16:16:08.159Z | Compiling libsw v3.4.0 |
| 2894 | 2025-05-14T16:16:08.644Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2895 | 2025-05-14T16:16:09.466Z | Compiling polyval v0.6.2 |
| 2896 | 2025-05-14T16:16:09.776Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2897 | 2025-05-14T16:16:09.946Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2898 | 2025-05-14T16:16:09.969Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2899 | 2025-05-14T16:16:10.141Z | Compiling parking_lot_core v0.8.6 |
| 2900 | 2025-05-14T16:16:10.449Z | Compiling indent_write v2.2.0 |
| 2901 | 2025-05-14T16:16:10.652Z | Compiling linear-map v1.2.0 |
| 2902 | 2025-05-14T16:16:10.708Z | Compiling salty v0.3.0 |
| 2903 | 2025-05-14T16:16:10.820Z | Compiling proc-macro-error2 v2.0.1 |
| 2904 | 2025-05-14T16:16:11.063Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2905 | 2025-05-14T16:16:11.243Z | Compiling ghash v0.5.1 |
| 2906 | 2025-05-14T16:16:11.266Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2907 | 2025-05-14T16:16:11.507Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2908 | 2025-05-14T16:16:11.690Z | Compiling slog-stdlog v4.1.1 |
| 2909 | 2025-05-14T16:16:11.851Z | Compiling p384 v0.13.0 |
| 2910 | 2025-05-14T16:16:11.972Z | Compiling num-derive v0.3.3 |
| 2911 | 2025-05-14T16:16:12.104Z | Compiling ctr v0.9.2 |
| 2912 | 2025-05-14T16:16:12.142Z | Compiling lzma-sys v0.1.20 |
| 2913 | 2025-05-14T16:16:12.514Z | Compiling gethostname v0.5.0 |
| 2914 | 2025-05-14T16:16:12.737Z | Compiling slog-dtrace v0.3.0 |
| 2915 | 2025-05-14T16:16:12.935Z | Compiling highway v1.3.0 |
| 2916 | 2025-05-14T16:16:13.141Z | Compiling xshell-macros v0.2.7 |
| 2917 | 2025-05-14T16:16:13.527Z | Compiling papergrid v0.14.0 |
| 2918 | 2025-05-14T16:16:13.866Z | Compiling aes-gcm v0.10.3 |
| 2919 | 2025-05-14T16:16:14.030Z | Compiling xshell v0.2.7 |
| 2920 | 2025-05-14T16:16:14.080Z | Compiling mime_guess v2.0.5 |
| 2921 | 2025-05-14T16:16:14.225Z | Compiling slog-envlogger v2.2.0 |
| 2922 | 2025-05-14T16:16:14.284Z | Compiling libscf-sys v1.1.0 |
| 2923 | 2025-05-14T16:16:14.589Z | Compiling steno v0.4.1 |
| 2924 | 2025-05-14T16:16:14.996Z | Compiling tabled_derive v0.10.0 |
| 2925 | 2025-05-14T16:16:15.532Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2926 | 2025-05-14T16:16:15.933Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2927 | 2025-05-14T16:16:16.219Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2928 | 2025-05-14T16:16:16.609Z | Compiling progenitor v0.9.1 |
| 2929 | 2025-05-14T16:16:16.902Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2930 | 2025-05-14T16:16:17.165Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2931 | 2025-05-14T16:16:17.442Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2932 | 2025-05-14T16:16:17.528Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2933 | 2025-05-14T16:16:17.881Z | Compiling heck v0.3.3 |
| 2934 | 2025-05-14T16:16:17.929Z | Compiling progenitor-client v0.8.0 |
| 2935 | 2025-05-14T16:16:18.094Z | Compiling ssh-encoding v0.2.0 |
| 2936 | 2025-05-14T16:16:18.307Z | Compiling blowfish v0.9.1 |
| 2937 | 2025-05-14T16:16:18.533Z | Compiling env_filter v0.1.2 |
| 2938 | 2025-05-14T16:16:18.653Z | Compiling nibble_vec v0.1.0 |
| 2939 | 2025-05-14T16:16:18.842Z | Compiling typify-macro v0.2.0 |
| 2940 | 2025-05-14T16:16:18.905Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2941 | 2025-05-14T16:16:18.981Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2942 | 2025-05-14T16:16:19.286Z | Compiling humantime v2.1.0 |
| 2943 | 2025-05-14T16:16:19.322Z | Compiling endian-type v0.1.2 |
| 2944 | 2025-05-14T16:16:19.538Z | Compiling env_logger v0.11.5 |
| 2945 | 2025-05-14T16:16:19.625Z | Compiling radix_trie v0.2.1 |
| 2946 | 2025-05-14T16:16:19.861Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2947 | 2025-05-14T16:16:20.290Z | Compiling ssh-cipher v0.2.0 |
| 2948 | 2025-05-14T16:16:20.325Z | Compiling zone_cfg_derive v0.1.2 |
| 2949 | 2025-05-14T16:16:20.575Z | Compiling tabled v0.18.0 |
| 2950 | 2025-05-14T16:16:21.392Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2951 | 2025-05-14T16:16:21.829Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2952 | 2025-05-14T16:16:21.917Z | Compiling parking_lot v0.11.2 |
| 2953 | 2025-05-14T16:16:22.747Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2954 | 2025-05-14T16:16:22.888Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2955 | 2025-05-14T16:16:23.081Z | Compiling typify v0.2.0 |
| 2956 | 2025-05-14T16:16:23.304Z | Compiling progenitor-impl v0.8.0 |
| 2957 | 2025-05-14T16:16:23.716Z | Compiling qorb v0.3.1 |
| 2958 | 2025-05-14T16:16:23.914Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2959 | 2025-05-14T16:16:24.259Z | Compiling password-hash v0.4.2 |
| 2960 | 2025-05-14T16:16:24.371Z | Compiling fxhash v0.2.1 |
| 2961 | 2025-05-14T16:16:24.649Z | Compiling same-file v1.0.6 |
| 2962 | 2025-05-14T16:16:24.983Z | Compiling http-range v0.1.5 |
| 2963 | 2025-05-14T16:16:25.007Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2964 | 2025-05-14T16:16:25.168Z | Compiling base64 v0.13.1 |
| 2965 | 2025-05-14T16:16:25.348Z | Compiling walkdir v2.5.0 |
| 2966 | 2025-05-14T16:16:25.442Z | Compiling pbkdf2 v0.11.0 |
| 2967 | 2025-05-14T16:16:25.575Z | Compiling sled v0.34.7 |
| 2968 | 2025-05-14T16:16:25.750Z | Compiling ron v0.7.1 |
| 2969 | 2025-05-14T16:16:26.091Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2970 | 2025-05-14T16:16:26.826Z | Compiling xz2 v0.1.7 |
| 2971 | 2025-05-14T16:16:27.407Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2972 | 2025-05-14T16:16:27.953Z | Compiling zone v0.1.8 |
| 2973 | 2025-05-14T16:16:28.464Z | Compiling ssh-key v0.6.6 |
| 2974 | 2025-05-14T16:16:28.503Z | Compiling hickory-client v0.24.4 |
| 2975 | 2025-05-14T16:16:28.706Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
| 2976 | 2025-05-14T16:16:29.035Z | Compiling p256 v0.13.2 |
| 2977 | 2025-05-14T16:16:29.446Z | Compiling p521 v0.13.3 |
| 2978 | 2025-05-14T16:16:29.913Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2979 | 2025-05-14T16:16:29.965Z | Compiling hickory-server v0.24.4 |
| 2980 | 2025-05-14T16:16:30.298Z | Compiling pem v3.0.5 |
| 2981 | 2025-05-14T16:16:30.617Z | Compiling progenitor-macro v0.8.0 |
| 2982 | 2025-05-14T16:16:30.735Z | Compiling yasna v0.5.2 |
| 2983 | 2025-05-14T16:16:31.050Z | Compiling headers-core v0.3.0 |
| 2984 | 2025-05-14T16:16:31.287Z | Compiling kstat-rs v0.2.4 |
| 2985 | 2025-05-14T16:16:31.885Z | Compiling secrecy v0.8.0 |
| 2986 | 2025-05-14T16:16:31.927Z | Compiling nanorand v0.7.0 |
| 2987 | 2025-05-14T16:16:32.173Z | Compiling russh-cryptovec v0.7.3 |
| 2988 | 2025-05-14T16:16:32.372Z | Compiling atty v0.2.14 |
| 2989 | 2025-05-14T16:16:32.520Z | Compiling md5 v0.7.0 |
| 2990 | 2025-05-14T16:16:32.543Z | Compiling crc8 v0.1.1 |
| 2991 | 2025-05-14T16:16:32.576Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d) |
| 2992 | 2025-05-14T16:16:32.755Z | Compiling flume v0.11.1 |
| 2993 | 2025-05-14T16:16:33.087Z | Compiling russh-keys v0.45.0 |
| 2994 | 2025-05-14T16:16:33.489Z | Compiling rcgen v0.12.1 |
| 2995 | 2025-05-14T16:16:34.394Z | Compiling headers v0.4.0 |
| 2996 | 2025-05-14T16:16:35.034Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2997 | 2025-05-14T16:16:35.783Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2998 | 2025-05-14T16:16:36.245Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2999 | 2025-05-14T16:16:36.820Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3000 | 2025-05-14T16:16:37.072Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3001 | 2025-05-14T16:16:38.036Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3002 | 2025-05-14T16:16:39.031Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3003 | 2025-05-14T16:16:40.570Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3004 | 2025-05-14T16:16:40.615Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3005 | 2025-05-14T16:16:41.818Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3006 | 2025-05-14T16:16:43.126Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3007 | 2025-05-14T16:16:43.487Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3008 | 2025-05-14T16:16:44.049Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3009 | 2025-05-14T16:16:44.193Z | Compiling progenitor v0.8.0 |
| 3010 | 2025-05-14T16:16:44.320Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3011 | 2025-05-14T16:16:44.481Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3012 | 2025-05-14T16:16:44.814Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3013 | 2025-05-14T16:16:46.697Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3014 | 2025-05-14T16:16:46.902Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3015 | 2025-05-14T16:16:47.230Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3016 | 2025-05-14T16:16:48.152Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3017 | 2025-05-14T16:16:50.227Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3018 | 2025-05-14T16:16:50.760Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3019 | 2025-05-14T16:16:51.591Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3020 | 2025-05-14T16:16:51.955Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3021 | 2025-05-14T16:16:51.955Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3022 | 2025-05-14T16:16:52.003Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3023 | 2025-05-14T16:16:52.617Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3024 | 2025-05-14T16:16:53.152Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3025 | 2025-05-14T16:16:53.257Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3026 | 2025-05-14T16:16:55.488Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3027 | 2025-05-14T16:16:55.967Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3028 | 2025-05-14T16:16:56.864Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3029 | 2025-05-14T16:16:56.998Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3030 | 2025-05-14T16:16:57.852Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3031 | 2025-05-14T16:16:59.002Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3032 | 2025-05-14T16:17:00.686Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3033 | 2025-05-14T16:17:01.819Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3034 | 2025-05-14T16:17:03.917Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3035 | 2025-05-14T16:17:05.092Z | Compiling hyper-staticfile v0.10.1 |
| 3036 | 2025-05-14T16:17:05.616Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3037 | 2025-05-14T16:17:06.073Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3038 | 2025-05-14T16:17:06.174Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3039 | 2025-05-14T16:17:06.365Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597) |
| 3040 | 2025-05-14T16:17:06.595Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3041 | 2025-05-14T16:17:07.105Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3042 | 2025-05-14T16:17:07.179Z | Compiling num-bigint v0.4.6 |
| 3043 | 2025-05-14T16:17:07.688Z | Compiling des v0.8.1 |
| 3044 | 2025-05-14T16:17:08.121Z | Compiling subprocess v0.2.9 |
| 3045 | 2025-05-14T16:17:08.160Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3046 | 2025-05-14T16:17:08.183Z | Compiling display-error-chain v0.2.2 |
| 3047 | 2025-05-14T16:17:08.466Z | Compiling hex-literal v0.4.1 |
| 3048 | 2025-05-14T16:17:08.575Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3049 | 2025-05-14T16:17:08.659Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3050 | 2025-05-14T16:17:09.183Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3051 | 2025-05-14T16:17:09.205Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3052 | 2025-05-14T16:17:09.897Z | Compiling internet-checksum v0.2.1 |
| 3053 | 2025-05-14T16:17:10.780Z | Compiling russh v0.45.0 |
| 3054 | 2025-05-14T16:17:12.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3055 | 2025-05-14T16:17:21.617Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3056 | 2025-05-14T16:17:23.455Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3057 | 2025-05-14T16:17:54.114Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3058 | 2025-05-14T16:18:19.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s |
| 3059 | 2025-05-14T16:18:19.265Z | |
| 3060 | 2025-05-14T16:18:19.265Z | real 2:48.408043025 |
| 3061 | 2025-05-14T16:18:19.265Z | user 14:27.236997627 |
| 3062 | 2025-05-14T16:18:19.265Z | sys 2:00.648838557 |
| 3063 | 2025-05-14T16:18:19.265Z | trap 0.498394775 |
| 3064 | 2025-05-14T16:18:19.268Z | tflt 0.131338327 |
| 3065 | 2025-05-14T16:18:19.268Z | dflt 0.782593454 |
| 3066 | 2025-05-14T16:18:19.268Z | kflt 0.000291546 |
| 3067 | 2025-05-14T16:18:19.268Z | lock 26:50.119489301 |
| 3068 | 2025-05-14T16:18:19.269Z | slp 51:42.741447560 |
| 3069 | 2025-05-14T16:18:19.269Z | lat 45.464881738 |
| 3070 | 2025-05-14T16:18:19.269Z | stop 2:00.884122733 |
| 3071 | 2025-05-14T16:18:19.269Z | + mkdir tests |
| 3072 | 2025-05-14T16:18:19.272Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3073 | 2025-05-14T16:18:19.272Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3074 | 2025-05-14T16:18:19.315Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-955ca101664c4fe8 tests/ |
| 3075 | 2025-05-14T16:18:19.337Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a94c8812425f2341 tests/ |
| 3076 | 2025-05-14T16:18:19.358Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fdf11f5e493a39e9 tests/ |
| 3077 | 2025-05-14T16:18:19.382Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9bdedc9c65ce6f2a tests/ |
| 3078 | 2025-05-14T16:18:19.613Z | + 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/*) |
| 3079 | 2025-05-14T16:18:19.620Z | + 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-a94c8812425f2341 tests/commtest-fdf11f5e493a39e9 tests/dhcp_server-955ca101664c4fe8 tests/end_to_end_tests-9bdedc9c65ce6f2a 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 |
| 3080 | 2025-05-14T16:19:39.340Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3081 | 2025-05-14T16:19:39.340Z | a .github/buildomat/ci-env.sh 1K |
| 3082 | 2025-05-14T16:19:39.340Z | a out/target/test 1K |
| 3083 | 2025-05-14T16:19:39.340Z | a out/npuzone/npuzone 23144K |
| 3084 | 2025-05-14T16:19:39.340Z | a package-manifest.toml 33K |
| 3085 | 2025-05-14T16:19:39.340Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3086 | 2025-05-14T16:19:39.340Z | a target/release/omicron-package 40389K |
| 3087 | 2025-05-14T16:19:39.340Z | a target/release/xtask 10752K |
| 3088 | 2025-05-14T16:19:39.340Z | a target/debug/bootstrap 215467K |
| 3089 | 2025-05-14T16:19:39.340Z | a tests/bootstrap-a94c8812425f2341 23833K |
| 3090 | 2025-05-14T16:19:39.340Z | a tests/commtest-fdf11f5e493a39e9 24620K |
| 3091 | 2025-05-14T16:19:39.340Z | a tests/dhcp_server-955ca101664c4fe8 23833K |
| 3092 | 2025-05-14T16:19:39.340Z | a tests/end_to_end_tests-9bdedc9c65ce6f2a 272553K |
| 3093 | 2025-05-14T16:19:39.340Z | a out/clickhouse.tar.gz 297139K |
| 3094 | 2025-05-14T16:19:39.340Z | a out/clickhouse_keeper.tar.gz 282345K |
| 3095 | 2025-05-14T16:19:39.340Z | a out/clickhouse_server.tar.gz 297142K |
| 3096 | 2025-05-14T16:19:39.340Z | a out/cockroachdb.tar.gz 145241K |
| 3097 | 2025-05-14T16:19:39.341Z | a out/crucible-dtrace.tar 99K |
| 3098 | 2025-05-14T16:19:39.341Z | a out/crucible-pantry-zone.tar.gz 35723K |
| 3099 | 2025-05-14T16:19:39.341Z | a out/crucible-zone.tar.gz 44517K |
| 3100 | 2025-05-14T16:19:39.341Z | a out/external-dns.tar.gz 46199K |
| 3101 | 2025-05-14T16:19:39.341Z | a out/internal-dns.tar.gz 46199K |
| 3102 | 2025-05-14T16:19:39.341Z | a out/mg-ddm-gz.tar 92145K |
| 3103 | 2025-05-14T16:19:39.341Z | a out/nexus.tar.gz 115056K |
| 3104 | 2025-05-14T16:19:39.341Z | a out/ntp.tar.gz 15112K |
| 3105 | 2025-05-14T16:19:39.341Z | a out/omicron-gateway-softnpu.tar.gz 25597K |
| 3106 | 2025-05-14T16:19:39.341Z | a out/omicron-sled-agent.tar 132042K |
| 3107 | 2025-05-14T16:19:39.341Z | a out/overlay.tar.gz 3K |
| 3108 | 2025-05-14T16:19:39.341Z | a out/oximeter.tar.gz 56098K |
| 3109 | 2025-05-14T16:19:39.341Z | a out/oxlog.tar 3817K |
| 3110 | 2025-05-14T16:19:39.341Z | a out/probe.tar.gz 2764K |
| 3111 | 2025-05-14T16:19:39.341Z | a out/propolis-server.tar.gz 69372K |
| 3112 | 2025-05-14T16:19:39.341Z | a out/pumpkind-gz.tar 26648K |
| 3113 | 2025-05-14T16:19:39.341Z | a out/switch-softnpu.tar.gz 302617K |
| 3114 | 2025-05-14T16:19:39.345Z | |
| 3115 | 2025-05-14T16:19:39.345Z | real 1:19.709563551 |
| 3116 | 2025-05-14T16:19:39.345Z | user 1:15.451978073 |
| 3117 | 2025-05-14T16:19:39.345Z | sys 6.197256729 |
| 3118 | 2025-05-14T16:19:39.345Z | trap 0.022623079 |
| 3119 | 2025-05-14T16:19:39.345Z | tflt 0.000000000 |
| 3120 | 2025-05-14T16:19:39.345Z | dflt 0.000000000 |
| 3121 | 2025-05-14T16:19:39.345Z | kflt 0.000000000 |
| 3122 | 2025-05-14T16:19:39.345Z | lock 0.000000000 |
| 3123 | 2025-05-14T16:19:39.345Z | slp 1:15.313327406 |
| 3124 | 2025-05-14T16:19:39.345Z | lat 2.428792493 |
| 3125 | 2025-05-14T16:19:39.345Z | stop 0.000201774 |
| 3126 | 2025-05-14T16:19:39.345Z | process exited: duration 2174173 ms, exit code 0 |
| |
| 3127 | 2025-05-14T16:19:39.363Z | found 1 output files |
| 3128 | 2025-05-14T16:19:39.363Z | uploading: /work/package.tar.gz (2071464590 bytes) |
| 3129 | 2025-05-14T16:20:17.905Z | uploaded: /work/package.tar.gz |