|
|
|
| 1 | 2026-03-13T18:18:48.827Z | job assigned to worker 01KKM6PDVVAPS0FZBTN67C3ZZX [factory aws, i-0a4ac5ec7a8ac2c64] (queued for 1 m 8 s) |
| |
| 2 | 2026-03-13T18:18:57.105Z | starting task 0: "setup" |
| 3 | 2026-03-13T18:18:57.113Z | ++ uname -s |
| 4 | 2026-03-13T18:18:57.117Z | + kern=SunOS |
| 5 | 2026-03-13T18:18:57.117Z | + build_user=build |
| 6 | 2026-03-13T18:18:57.117Z | + build_uid=12345 |
| 7 | 2026-03-13T18:18:57.117Z | + work_dir=/work |
| 8 | 2026-03-13T18:18:57.117Z | + input_dir=/input |
| 9 | 2026-03-13T18:18:57.117Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-13T18:18:57.117Z | + case "$kern" in |
| 11 | 2026-03-13T18:18:57.117Z | + groupadd -g 12345 build |
| 12 | 2026-03-13T18:18:57.120Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-13T18:18:59.126Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-13T18:18:59.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-13T18:18:59.242Z | + home_fs=zfs |
| 16 | 2026-03-13T18:18:59.242Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-13T18:18:59.242Z | + mkdir -p /home/build |
| 18 | 2026-03-13T18:18:59.245Z | + chown build:build /home/build /work |
| 19 | 2026-03-13T18:19:01.247Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-13T18:19:01.250Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-13T18:19:01.258Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-13T18:19:01.264Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-13T18:19:01.264Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-13T18:19:01.264Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-13T18:19:01.264Z | * rust toolchain profile = "default" |
| 26 | 2026-03-13T18:19:01.264Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-13T18:19:01.264Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-13T18:19:01.267Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-13T18:19:01.267Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-13T18:19:01.394Z | info: downloading installer |
| 31 | 2026-03-13T18:19:03.165Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-13T18:19:03.165Z | warn: /opt/ooce/bin |
| 33 | 2026-03-13T18:19:03.165Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-13T18:19:03.165Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-13T18:19:03.165Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-13T18:19:03.165Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-13T18:19:03.165Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-13T18:19:03.165Z | error: cannot install while Rust is installed |
| 39 | 2026-03-13T18:19:03.165Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-13T18:19:03.165Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-13T18:19:03.165Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-13T18:19:03.166Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-13T18:19:03.166Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-13T18:19:03.177Z | info: profile set to default |
| 45 | 2026-03-13T18:19:03.177Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-13T18:19:03.182Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-13T18:19:03.381Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-13T18:19:03.384Z | info: downloading 6 components |
| 49 | 2026-03-13T18:19:19.572Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 50 | 2026-03-13T18:19:19.572Z | |
| 51 | 2026-03-13T18:19:19.681Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-13T18:19:19.681Z | |
| 53 | 2026-03-13T18:19:19.689Z | |
| 54 | 2026-03-13T18:19:19.689Z | Rust is installed now. Great! |
| 55 | 2026-03-13T18:19:19.689Z | |
| 56 | 2026-03-13T18:19:19.689Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-13T18:19:19.689Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-13T18:19:19.689Z | |
| 59 | 2026-03-13T18:19:19.689Z | To configure your current shell, you need to source |
| 60 | 2026-03-13T18:19:19.690Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-13T18:19:19.690Z | |
| 62 | 2026-03-13T18:19:19.690Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-13T18:19:19.690Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-13T18:19:19.690Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-13T18:19:19.690Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-13T18:19:19.690Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-13T18:19:19.690Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-13T18:19:19.690Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-13T18:19:19.690Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-13T18:19:19.690Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-13T18:19:19.727Z | + rustup --version |
| 72 | 2026-03-13T18:19:19.734Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-13T18:19:19.738Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-13T18:19:19.763Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-13T18:19:19.766Z | + cargo --version |
| 76 | 2026-03-13T18:19:19.778Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-13T18:19:19.781Z | + rustc --version |
| 78 | 2026-03-13T18:19:19.807Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-13T18:19:19.812Z | process exited: duration 18550 ms, exit code 0 |
| |
| 80 | 2026-03-13T18:19:19.819Z | starting task 2: "authentication" |
| 81 | 2026-03-13T18:19:19.840Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-13T18:19:19.846Z | starting task 3: "clone repository" |
| 83 | 2026-03-13T18:19:19.852Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-13T18:19:19.855Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-13T18:19:19.889Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-13T18:19:37.927Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-13T18:19:37.932Z | + git fetch origin b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 88 | 2026-03-13T18:19:38.280Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-13T18:19:38.280Z | * branch b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 -> FETCH_HEAD |
| 90 | 2026-03-13T18:19:38.293Z | + [[ -n bump-console-41d066cc ]] |
| 91 | 2026-03-13T18:19:38.298Z | ++ git branch --show-current |
| 92 | 2026-03-13T18:19:38.298Z | + current=main |
| 93 | 2026-03-13T18:19:38.298Z | + [[ main != bump-console-41d066cc ]] |
| 94 | 2026-03-13T18:19:38.299Z | + git branch -f bump-console-41d066cc b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 95 | 2026-03-13T18:19:38.303Z | + git checkout -f bump-console-41d066cc |
| 96 | 2026-03-13T18:19:38.640Z | Switched to branch 'bump-console-41d066cc' |
| 97 | 2026-03-13T18:19:38.646Z | + git reset --hard b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 98 | 2026-03-13T18:19:38.668Z | HEAD is now at b2686d401 Bump web console (fleet access + light mode polish) |
| 99 | 2026-03-13T18:19:38.675Z | process exited: duration 18816 ms, exit code 0 |
| |
| 100 | 2026-03-13T18:19:38.754Z | starting task 4: "build" |
| 101 | 2026-03-13T18:19:38.768Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-13T18:19:38.768Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-13T18:19:38.768Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-13T18:19:38.768Z | + cargo --version |
| 105 | 2026-03-13T18:19:38.768Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 106 | 2026-03-13T18:19:38.768Z | + rustc --version |
| 107 | 2026-03-13T18:19:38.797Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 108 | 2026-03-13T18:19:38.805Z | + WORK=/work |
| 109 | 2026-03-13T18:19:38.805Z | + pfexec mkdir -p /work |
| 110 | 2026-03-13T18:19:38.810Z | + pfexec chown build /work |
| 111 | 2026-03-13T18:19:38.811Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-13T18:19:51.131Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-13T18:20:01.040Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-13T18:20:23.254Z | Planning: Solver setup ... Done (20.607s) |
| 115 | 2026-03-13T18:20:23.400Z | Planning: Running solver ... Done (0.152s) |
| 116 | 2026-03-13T18:20:23.585Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2026-03-13T18:20:23.599Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-13T18:20:23.767Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-13T18:20:23.817Z | Planning: Package planning ... Done (0.045s) |
| 120 | 2026-03-13T18:20:23.850Z | Planning: Merging actions ... Done (0.038s) |
| 121 | 2026-03-13T18:20:24.097Z | Planning: Checking for conflicting actions ... Done (0.241s) |
| 122 | 2026-03-13T18:20:24.112Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-13T18:20:26.327Z | Planning: Evaluating mediators ... Done (2.210s) |
| 124 | 2026-03-13T18:20:26.338Z | Planning: Planning completed in 25.14 seconds |
| 125 | 2026-03-13T18:20:26.384Z | Packages to install: 4 |
| 126 | 2026-03-13T18:20:26.385Z | Mediators to change: 2 |
| 127 | 2026-03-13T18:20:26.385Z | Services to change: 1 |
| 128 | 2026-03-13T18:20:26.385Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-13T18:20:26.385Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-13T18:20:26.385Z | Create boot environment: No |
| 131 | 2026-03-13T18:20:26.385Z | Create backup boot environment: No |
| 132 | 2026-03-13T18:20:26.385Z | Rebuild boot archive: No |
| 133 | 2026-03-13T18:20:26.385Z | |
| 134 | 2026-03-13T18:20:26.385Z | Changed mediators: |
| 135 | 2026-03-13T18:20:26.385Z | mediator clang: |
| 136 | 2026-03-13T18:20:26.385Z | version: None -> 15 (system default) |
| 137 | 2026-03-13T18:20:26.386Z | |
| 138 | 2026-03-13T18:20:26.386Z | mediator llvm: |
| 139 | 2026-03-13T18:20:26.386Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-13T18:20:26.386Z | |
| 141 | 2026-03-13T18:20:26.386Z | Changed packages: |
| 142 | 2026-03-13T18:20:26.386Z | helios-dev |
| 143 | 2026-03-13T18:20:26.386Z | developer/build-essential |
| 144 | 2026-03-13T18:20:26.386Z | None -> 11-2.0 |
| 145 | 2026-03-13T18:20:26.386Z | library/libxmlsec1 |
| 146 | 2026-03-13T18:20:26.386Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-13T18:20:26.386Z | ooce/developer/clang-15 |
| 148 | 2026-03-13T18:20:26.387Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-13T18:20:26.387Z | ooce/developer/llvm-15 |
| 150 | 2026-03-13T18:20:26.387Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-13T18:20:26.387Z | |
| 152 | 2026-03-13T18:20:26.387Z | Services: |
| 153 | 2026-03-13T18:20:26.387Z | restart_fmri: |
| 154 | 2026-03-13T18:20:26.387Z | svc:/system/update-man-index:default |
| 155 | 2026-03-13T18:20:26.496Z | |
| 156 | 2026-03-13T18:20:26.496Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-13T18:20:31.506Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
| 158 | 2026-03-13T18:20:41.840Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (15.5M/s) |
| 159 | 2026-03-13T18:20:50.290Z | Download: 3290/3290 items 212.6/212.6MB 100% complete (12.8M/s) |
| 160 | 2026-03-13T18:20:50.431Z | Download: Completed 212.60 MB in 19.82 seconds (10.7M/s) |
| 161 | 2026-03-13T18:20:50.431Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-03-13T18:20:50.759Z | Actions: Completed 3689 actions in 4.21 seconds. |
| 163 | 2026-03-13T18:20:51.168Z | Done (0.331s) |
| 164 | 2026-03-13T18:20:51.168Z | Done (0.000s) |
| 165 | 2026-03-13T18:20:51.991Z | Done (0.895s) |
| 166 | 2026-03-13T18:20:55.965Z | Done (3.631s) |
| 167 | 2026-03-13T18:20:56.045Z | Done (0.017s) |
| 168 | 2026-03-13T18:20:56.048Z | Done (0.000s) |
| 169 | 2026-03-13T18:20:56.260Z | Done (0.000s) |
| 170 | 2026-03-13T18:20:57.234Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-03-13T18:20:57.378Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-03-13T18:20:57.381Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-03-13T18:20:57.597Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-03-13T18:20:57.600Z | Planning: Planning completed in 0.36 seconds |
| 175 | 2026-03-13T18:20:57.627Z | Mediators to change: 2 |
| 176 | 2026-03-13T18:20:57.627Z | Create boot environment: No |
| 177 | 2026-03-13T18:20:57.627Z | Create backup boot environment: No |
| 178 | 2026-03-13T18:20:57.696Z | Done |
| 179 | 2026-03-13T18:20:57.696Z | Done |
| 180 | 2026-03-13T18:20:58.430Z | Done |
| 181 | 2026-03-13T18:21:01.778Z | Done |
| 182 | 2026-03-13T18:21:01.868Z | Done |
| 183 | 2026-03-13T18:21:01.871Z | Done |
| 184 | 2026-03-13T18:21:02.023Z | Done |
| 185 | 2026-03-13T18:21:02.570Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-03-13T18:21:02.574Z | Planning: Merging actions ... Done |
| 187 | 2026-03-13T18:21:02.741Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-03-13T18:21:02.746Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-03-13T18:21:02.960Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-03-13T18:21:03.002Z | Planning: Planning completed in 0.63 seconds |
| 191 | 2026-03-13T18:21:03.033Z | Packages to change: 1 |
| 192 | 2026-03-13T18:21:03.033Z | Mediators to change: 1 |
| 193 | 2026-03-13T18:21:03.033Z | Services to change: 1 |
| 194 | 2026-03-13T18:21:03.034Z | Create boot environment: No |
| 195 | 2026-03-13T18:21:03.040Z | Create backup boot environment: Yes |
| 196 | 2026-03-13T18:21:05.517Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-03-13T18:21:05.521Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-03-13T18:21:05.521Z | Done |
| 199 | 2026-03-13T18:21:05.521Z | Done |
| 200 | 2026-03-13T18:21:05.711Z | Done |
| 201 | 2026-03-13T18:21:09.007Z | Done |
| 202 | 2026-03-13T18:21:09.090Z | Done |
| 203 | 2026-03-13T18:21:09.093Z | Done |
| 204 | 2026-03-13T18:21:09.250Z | Done |
| 205 | 2026-03-13T18:21:09.635Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-03-13T18:21:09.635Z | clang system 15 system |
| 207 | 2026-03-13T18:21:09.635Z | csh system system illumos |
| 208 | 2026-03-13T18:21:09.635Z | ctags system system illumos |
| 209 | 2026-03-13T18:21:09.635Z | file system system illumos |
| 210 | 2026-03-13T18:21:09.635Z | gcc vendor 12 vendor |
| 211 | 2026-03-13T18:21:09.635Z | gcc system 10 system |
| 212 | 2026-03-13T18:21:09.635Z | gcc system 7 system |
| 213 | 2026-03-13T18:21:09.635Z | go system 1.20 system |
| 214 | 2026-03-13T18:21:09.635Z | go system 1.19 system |
| 215 | 2026-03-13T18:21:09.635Z | llvm system 15 system |
| 216 | 2026-03-13T18:21:09.635Z | llvm system 14 system |
| 217 | 2026-03-13T18:21:09.635Z | mariadb system 10.6 system |
| 218 | 2026-03-13T18:21:09.635Z | mta vendor vendor dma |
| 219 | 2026-03-13T18:21:09.635Z | openjdk system 17 system |
| 220 | 2026-03-13T18:21:09.635Z | openjdk system 11 system |
| 221 | 2026-03-13T18:21:09.636Z | openjdk system 1.8 system |
| 222 | 2026-03-13T18:21:09.636Z | openssl vendor 3 vendor |
| 223 | 2026-03-13T18:21:09.636Z | perl system 5.36 system |
| 224 | 2026-03-13T18:21:09.636Z | postgresql system 15 system |
| 225 | 2026-03-13T18:21:09.636Z | postgresql system 13 system |
| 226 | 2026-03-13T18:21:09.636Z | python vendor 3 vendor |
| 227 | 2026-03-13T18:21:09.636Z | python system 2 system |
| 228 | 2026-03-13T18:21:09.636Z | python3 system 3.11 system |
| 229 | 2026-03-13T18:21:09.636Z | ruby system 3.0 system |
| 230 | 2026-03-13T18:21:09.638Z | words vendor vendor american-english |
| 231 | 2026-03-13T18:21:09.638Z | words system system australian-english |
| 232 | 2026-03-13T18:21:09.638Z | words system system british-english |
| 233 | 2026-03-13T18:21:09.638Z | words system system canadian-english |
| 234 | 2026-03-13T18:21:09.638Z | words system system french |
| 235 | 2026-03-13T18:21:09.639Z | words system system italian |
| 236 | 2026-03-13T18:21:09.639Z | words system system ngerman |
| 237 | 2026-03-13T18:21:09.639Z | words system system ogerman |
| 238 | 2026-03-13T18:21:09.639Z | words system system spanish |
| 239 | 2026-03-13T18:21:09.938Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-03-13T18:21:09.939Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-03-13T18:21:15.906Z | FMRI IFO |
| 242 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-03-13T18:21:15.906Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-03-13T18:21:15.907Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-03-13T18:21:15.908Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-03-13T18:21:17.178Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-03-13T18:21:17.463Z | Updating crates.io index |
| 260 | 2026-03-13T18:21:17.508Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-03-13T18:21:17.751Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-13T18:21:18.909Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-03-13T18:21:19.256Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 264 | 2026-03-13T18:21:19.891Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 265 | 2026-03-13T18:21:20.858Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 266 | 2026-03-13T18:21:21.457Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2026-03-13T18:21:22.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-03-13T18:21:24.464Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-03-13T18:21:25.577Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 270 | 2026-03-13T18:21:25.926Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-03-13T18:21:27.108Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-03-13T18:21:27.959Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-03-13T18:21:28.968Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-03-13T18:21:28.984Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-03-13T18:21:29.886Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-03-13T18:21:30.366Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-03-13T18:21:30.785Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-03-13T18:21:31.280Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-03-13T18:21:31.763Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-03-13T18:21:31.985Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-03-13T18:21:32.252Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-03-13T18:21:32.618Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 283 | 2026-03-13T18:21:33.098Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2026-03-13T18:21:33.433Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2026-03-13T18:21:34.252Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 286 | 2026-03-13T18:21:34.481Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2026-03-13T18:21:34.832Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2026-03-13T18:21:35.127Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2026-03-13T18:21:36.708Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-03-13T18:21:37.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-03-13T18:21:37.552Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2026-03-13T18:21:37.922Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-03-13T18:21:38.251Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 294 | 2026-03-13T18:21:38.844Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 295 | 2026-03-13T18:21:39.095Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 296 | 2026-03-13T18:21:39.390Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 297 | 2026-03-13T18:21:39.843Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 298 | 2026-03-13T18:21:54.863Z | Downloading crates ... |
| 299 | 2026-03-13T18:21:54.902Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2026-03-13T18:21:54.906Z | Downloaded anstyle v1.0.13 |
| 301 | 2026-03-13T18:21:54.909Z | Downloaded fastrand v2.3.0 |
| 302 | 2026-03-13T18:21:54.909Z | Downloaded camino-tempfile v1.4.1 |
| 303 | 2026-03-13T18:21:54.916Z | Downloaded smallvec v1.15.1 |
| 304 | 2026-03-13T18:21:54.923Z | Downloaded icu_properties_data v2.1.2 |
| 305 | 2026-03-13T18:21:54.930Z | Downloaded typeid v1.0.3 |
| 306 | 2026-03-13T18:21:54.934Z | Downloaded tabled_derive v0.7.0 |
| 307 | 2026-03-13T18:21:54.934Z | Downloaded macaddr v1.0.1 |
| 308 | 2026-03-13T18:21:54.934Z | Downloaded icu_properties v2.1.2 |
| 309 | 2026-03-13T18:21:54.938Z | Downloaded unicode-ident v1.0.24 |
| 310 | 2026-03-13T18:21:54.938Z | Downloaded utf8_iter v1.0.4 |
| 311 | 2026-03-13T18:21:54.942Z | Downloaded clap v4.5.60 |
| 312 | 2026-03-13T18:21:54.948Z | Downloaded usdt-attr-macro v0.5.0 |
| 313 | 2026-03-13T18:21:54.951Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-03-13T18:21:54.951Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-03-13T18:21:54.951Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-03-13T18:21:54.951Z | Downloaded yoke-derive v0.8.1 |
| 317 | 2026-03-13T18:21:54.955Z | Downloaded heck v0.4.1 |
| 318 | 2026-03-13T18:21:54.955Z | Downloaded generic-array v0.14.7 |
| 319 | 2026-03-13T18:21:54.955Z | Downloaded clap_derive v4.5.55 |
| 320 | 2026-03-13T18:21:54.959Z | Downloaded version_check v0.9.5 |
| 321 | 2026-03-13T18:21:54.959Z | Downloaded unicode-xid v0.2.6 |
| 322 | 2026-03-13T18:21:54.959Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-03-13T18:21:54.959Z | Downloaded thread-id v4.2.2 |
| 324 | 2026-03-13T18:21:54.962Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2026-03-13T18:21:54.962Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-03-13T18:21:54.962Z | Downloaded icu_provider v2.1.1 |
| 327 | 2026-03-13T18:21:54.966Z | Downloaded zerofrom v0.1.6 |
| 328 | 2026-03-13T18:21:54.966Z | Downloaded usdt v0.5.0 |
| 329 | 2026-03-13T18:21:54.966Z | Downloaded log v0.4.29 |
| 330 | 2026-03-13T18:21:54.970Z | Downloaded stable_deref_trait v1.2.1 |
| 331 | 2026-03-13T18:21:54.970Z | Downloaded heck v0.5.0 |
| 332 | 2026-03-13T18:21:54.970Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-03-13T18:21:54.973Z | Downloaded errno v0.3.14 |
| 334 | 2026-03-13T18:21:54.974Z | Downloaded dof v0.3.0 |
| 335 | 2026-03-13T18:21:54.977Z | Downloaded proc-macro-error v1.0.4 |
| 336 | 2026-03-13T18:21:54.977Z | Downloaded pest_meta v2.8.6 |
| 337 | 2026-03-13T18:21:54.980Z | Downloaded zmij v1.0.21 |
| 338 | 2026-03-13T18:21:54.981Z | Downloaded zerofrom-derive v0.1.6 |
| 339 | 2026-03-13T18:21:54.984Z | Downloaded block-buffer v0.10.4 |
| 340 | 2026-03-13T18:21:54.984Z | Downloaded tinystr v0.8.2 |
| 341 | 2026-03-13T18:21:54.984Z | Downloaded writeable v0.6.2 |
| 342 | 2026-03-13T18:21:54.988Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2026-03-13T18:21:54.988Z | Downloaded yoke v0.8.1 |
| 344 | 2026-03-13T18:21:54.988Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2026-03-13T18:21:54.991Z | Downloaded dtrace-parser v0.2.0 |
| 346 | 2026-03-13T18:21:54.991Z | Downloaded clap_lex v1.0.0 |
| 347 | 2026-03-13T18:21:54.992Z | Downloaded zerovec-derive v0.11.2 |
| 348 | 2026-03-13T18:21:54.995Z | Downloaded anstyle-query v1.1.5 |
| 349 | 2026-03-13T18:21:55.001Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2026-03-13T18:21:55.004Z | Downloaded potential_utf v0.1.4 |
| 351 | 2026-03-13T18:21:55.005Z | Downloaded memmap v0.7.0 |
| 352 | 2026-03-13T18:21:55.005Z | Downloaded toml v0.8.23 |
| 353 | 2026-03-13T18:21:55.005Z | Downloaded byteorder v1.5.0 |
| 354 | 2026-03-13T18:21:55.010Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2026-03-13T18:21:55.013Z | Downloaded is_terminal_polyfill v1.70.2 |
| 356 | 2026-03-13T18:21:55.017Z | Downloaded fnv v1.0.7 |
| 357 | 2026-03-13T18:21:55.017Z | Downloaded cpufeatures v0.2.17 |
| 358 | 2026-03-13T18:21:55.018Z | Downloaded percent-encoding v2.3.2 |
| 359 | 2026-03-13T18:21:55.018Z | Downloaded terminal_size v0.4.3 |
| 360 | 2026-03-13T18:21:55.022Z | Downloaded cargo-platform v0.2.0 |
| 361 | 2026-03-13T18:21:55.022Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-03-13T18:21:55.022Z | Downloaded swrite v0.1.0 |
| 363 | 2026-03-13T18:21:55.022Z | Downloaded serde_spanned v0.6.9 |
| 364 | 2026-03-13T18:21:55.022Z | Downloaded textwrap v0.16.2 |
| 365 | 2026-03-13T18:21:55.026Z | Downloaded serde-value v0.7.0 |
| 366 | 2026-03-13T18:21:55.027Z | Downloaded toml_edit v0.22.27 |
| 367 | 2026-03-13T18:21:55.030Z | Downloaded colorchoice v1.0.4 |
| 368 | 2026-03-13T18:21:55.033Z | Downloaded smawk v0.3.2 |
| 369 | 2026-03-13T18:21:55.033Z | Downloaded zerotrie v0.2.3 |
| 370 | 2026-03-13T18:21:55.037Z | Downloaded url v2.5.8 |
| 371 | 2026-03-13T18:21:55.037Z | Downloaded plain v0.2.3 |
| 372 | 2026-03-13T18:21:55.041Z | Downloaded strsim v0.11.1 |
| 373 | 2026-03-13T18:21:55.041Z | Downloaded itoa v1.0.17 |
| 374 | 2026-03-13T18:21:55.041Z | Downloaded idna_adapter v1.2.1 |
| 375 | 2026-03-13T18:21:55.042Z | Downloaded typenum v1.19.0 |
| 376 | 2026-03-13T18:21:55.045Z | Downloaded equivalent v1.0.2 |
| 377 | 2026-03-13T18:21:55.046Z | Downloaded scroll_derive v0.12.1 |
| 378 | 2026-03-13T18:21:55.050Z | Downloaded zerovec v0.11.5 |
| 379 | 2026-03-13T18:21:55.054Z | Downloaded anstream v0.6.21 |
| 380 | 2026-03-13T18:21:55.058Z | Downloaded zerocopy v0.7.35 |
| 381 | 2026-03-13T18:21:55.069Z | Downloaded scroll v0.12.0 |
| 382 | 2026-03-13T18:21:55.073Z | Downloaded winnow v0.7.14 |
| 383 | 2026-03-13T18:21:55.078Z | Downloaded synstructure v0.13.2 |
| 384 | 2026-03-13T18:21:55.081Z | Downloaded quote v1.0.44 |
| 385 | 2026-03-13T18:21:55.081Z | Downloaded ordered-float v2.10.1 |
| 386 | 2026-03-13T18:21:55.081Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-03-13T18:21:55.085Z | Downloaded digest v0.10.7 |
| 388 | 2026-03-13T18:21:55.088Z | Downloaded bytecount v0.6.9 |
| 389 | 2026-03-13T18:21:55.088Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-03-13T18:21:55.092Z | Downloaded serde_tokenstream v0.2.3 |
| 391 | 2026-03-13T18:21:55.092Z | Downloaded cargo_toml v0.21.0 |
| 392 | 2026-03-13T18:21:55.096Z | Downloaded serde-untagged v0.1.9 |
| 393 | 2026-03-13T18:21:55.096Z | Downloaded fs-err v3.3.0 |
| 394 | 2026-03-13T18:21:55.096Z | Downloaded form_urlencoded v1.2.2 |
| 395 | 2026-03-13T18:21:55.099Z | Downloaded displaydoc v0.2.5 |
| 396 | 2026-03-13T18:21:55.099Z | Downloaded thiserror v1.0.69 |
| 397 | 2026-03-13T18:21:55.103Z | Downloaded sha2 v0.10.9 |
| 398 | 2026-03-13T18:21:55.103Z | Downloaded autocfg v1.5.0 |
| 399 | 2026-03-13T18:21:55.106Z | Downloaded litemap v0.8.1 |
| 400 | 2026-03-13T18:21:55.107Z | Downloaded once_cell v1.21.3 |
| 401 | 2026-03-13T18:21:55.110Z | Downloaded camino v1.2.2 |
| 402 | 2026-03-13T18:21:55.110Z | Downloaded anstyle-parse v0.2.7 |
| 403 | 2026-03-13T18:21:55.110Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-03-13T18:21:55.114Z | Downloaded thiserror v2.0.18 |
| 405 | 2026-03-13T18:21:55.117Z | Downloaded cargo-util-schemas v0.8.2 |
| 406 | 2026-03-13T18:21:55.117Z | Downloaded anyhow v1.0.102 |
| 407 | 2026-03-13T18:21:55.121Z | Downloaded pest_derive v2.8.6 |
| 408 | 2026-03-13T18:21:55.123Z | Downloaded tempfile v3.25.0 |
| 409 | 2026-03-13T18:21:55.131Z | Downloaded pest_generator v2.8.6 |
| 410 | 2026-03-13T18:21:55.131Z | Downloaded erased-serde v0.4.9 |
| 411 | 2026-03-13T18:21:55.131Z | Downloaded crypto-common v0.1.7 |
| 412 | 2026-03-13T18:21:55.131Z | Downloaded semver v1.0.27 |
| 413 | 2026-03-13T18:21:55.134Z | Downloaded cargo_metadata v0.21.0 |
| 414 | 2026-03-13T18:21:55.203Z | Downloaded papergrid v0.11.0 |
| 415 | 2026-03-13T18:21:55.203Z | Downloaded serde_core v1.0.228 |
| 416 | 2026-03-13T18:21:55.203Z | Downloaded num-traits v0.2.19 |
| 417 | 2026-03-13T18:21:55.203Z | Downloaded icu_normalizer_data v2.1.1 |
| 418 | 2026-03-13T18:21:55.203Z | Downloaded serde_derive v1.0.228 |
| 419 | 2026-03-13T18:21:55.203Z | Downloaded bitflags v2.11.0 |
| 420 | 2026-03-13T18:21:55.203Z | Downloaded icu_locale_core v2.1.1 |
| 421 | 2026-03-13T18:21:55.203Z | Downloaded getrandom v0.4.1 |
| 422 | 2026-03-13T18:21:55.203Z | Downloaded proc-macro2 v1.0.106 |
| 423 | 2026-03-13T18:21:55.203Z | Downloaded icu_collections v2.1.1 |
| 424 | 2026-03-13T18:21:55.203Z | Downloaded serde v1.0.228 |
| 425 | 2026-03-13T18:21:55.207Z | Downloaded hashbrown v0.16.1 |
| 426 | 2026-03-13T18:21:55.210Z | Downloaded memchr v2.8.0 |
| 427 | 2026-03-13T18:21:55.214Z | Downloaded clap_builder v4.5.60 |
| 428 | 2026-03-13T18:21:55.217Z | Downloaded indexmap v2.13.0 |
| 429 | 2026-03-13T18:21:55.230Z | Downloaded idna v1.1.0 |
| 430 | 2026-03-13T18:21:55.233Z | Downloaded pest v2.8.6 |
| 431 | 2026-03-13T18:21:55.246Z | Downloaded serde_json v1.0.149 |
| 432 | 2026-03-13T18:21:55.268Z | Downloaded goblin v0.8.2 |
| 433 | 2026-03-13T18:21:55.281Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-13T18:21:55.292Z | Downloaded syn v1.0.109 |
| 435 | 2026-03-13T18:21:55.303Z | Downloaded syn v2.0.117 |
| 436 | 2026-03-13T18:21:55.311Z | Downloaded rustix v1.1.3 |
| 437 | 2026-03-13T18:21:55.350Z | Downloaded libc v0.2.180 |
| 438 | 2026-03-13T18:21:55.429Z | Compiling proc-macro2 v1.0.106 |
| 439 | 2026-03-13T18:21:55.432Z | Compiling unicode-ident v1.0.24 |
| 440 | 2026-03-13T18:21:55.432Z | Compiling quote v1.0.44 |
| 441 | 2026-03-13T18:21:55.433Z | Compiling serde_core v1.0.228 |
| 442 | 2026-03-13T18:21:55.433Z | Compiling libc v0.2.180 |
| 443 | 2026-03-13T18:21:55.433Z | Compiling version_check v0.9.5 |
| 444 | 2026-03-13T18:21:55.433Z | Compiling stable_deref_trait v1.2.1 |
| 445 | 2026-03-13T18:21:55.433Z | Compiling memchr v2.8.0 |
| 446 | 2026-03-13T18:21:55.433Z | Compiling serde v1.0.228 |
| 447 | 2026-03-13T18:21:55.638Z | Compiling zmij v1.0.21 |
| 448 | 2026-03-13T18:21:55.641Z | Compiling ucd-trie v0.1.7 |
| 449 | 2026-03-13T18:21:55.660Z | Compiling thiserror v1.0.69 |
| 450 | 2026-03-13T18:21:55.684Z | Compiling itoa v1.0.17 |
| 451 | 2026-03-13T18:21:55.688Z | Compiling autocfg v1.5.0 |
| 452 | 2026-03-13T18:21:55.688Z | Compiling writeable v0.6.2 |
| 453 | 2026-03-13T18:21:55.902Z | Compiling litemap v0.8.1 |
| 454 | 2026-03-13T18:21:55.905Z | Compiling icu_normalizer_data v2.1.1 |
| 455 | 2026-03-13T18:21:56.230Z | Compiling icu_properties_data v2.1.2 |
| 456 | 2026-03-13T18:21:56.288Z | Compiling pest v2.8.6 |
| 457 | 2026-03-13T18:21:56.317Z | Compiling byteorder v1.5.0 |
| 458 | 2026-03-13T18:21:56.317Z | Compiling rustix v1.1.3 |
| 459 | 2026-03-13T18:21:56.321Z | Compiling serde_json v1.0.149 |
| 460 | 2026-03-13T18:21:56.427Z | Compiling bitflags v2.11.0 |
| 461 | 2026-03-13T18:21:56.567Z | Compiling num-traits v0.2.19 |
| 462 | 2026-03-13T18:21:56.625Z | Compiling equivalent v1.0.2 |
| 463 | 2026-03-13T18:21:56.791Z | Compiling smallvec v1.15.1 |
| 464 | 2026-03-13T18:21:56.796Z | Compiling typeid v1.0.3 |
| 465 | 2026-03-13T18:21:56.871Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-13T18:21:56.980Z | Compiling proc-macro-error-attr v1.0.4 |
| 467 | 2026-03-13T18:21:57.114Z | Compiling usdt-impl v0.5.0 |
| 468 | 2026-03-13T18:21:57.120Z | Compiling toml_write v0.1.2 |
| 469 | 2026-03-13T18:21:57.120Z | Compiling syn v1.0.109 |
| 470 | 2026-03-13T18:21:57.227Z | Compiling winnow v0.7.14 |
| 471 | 2026-03-13T18:21:57.290Z | Compiling errno v0.3.14 |
| 472 | 2026-03-13T18:21:57.355Z | Compiling thread-id v4.2.2 |
| 473 | 2026-03-13T18:21:57.360Z | Compiling erased-serde v0.4.9 |
| 474 | 2026-03-13T18:21:57.530Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-13T18:21:57.530Z | Compiling getrandom v0.4.1 |
| 476 | 2026-03-13T18:21:57.611Z | Compiling percent-encoding v2.3.2 |
| 477 | 2026-03-13T18:21:57.639Z | Compiling indexmap v2.13.0 |
| 478 | 2026-03-13T18:21:57.726Z | Compiling syn v2.0.117 |
| 479 | 2026-03-13T18:21:57.730Z | Compiling plain v0.2.3 |
| 480 | 2026-03-13T18:21:57.786Z | Compiling log v0.4.29 |
| 481 | 2026-03-13T18:21:57.789Z | Compiling utf8parse v0.2.2 |
| 482 | 2026-03-13T18:21:57.845Z | Compiling pest_meta v2.8.6 |
| 483 | 2026-03-13T18:21:57.903Z | Compiling camino v1.2.2 |
| 484 | 2026-03-13T18:21:57.931Z | Compiling utf8_iter v1.0.4 |
| 485 | 2026-03-13T18:21:57.935Z | Compiling thiserror v2.0.18 |
| 486 | 2026-03-13T18:21:57.983Z | Compiling anstyle-parse v0.2.7 |
| 487 | 2026-03-13T18:21:58.108Z | Compiling form_urlencoded v1.2.2 |
| 488 | 2026-03-13T18:21:58.220Z | Compiling anstyle v1.0.13 |
| 489 | 2026-03-13T18:21:58.249Z | Compiling pretty-hex v0.4.1 |
| 490 | 2026-03-13T18:21:58.358Z | Compiling colorchoice v1.0.4 |
| 491 | 2026-03-13T18:21:58.437Z | Compiling ordered-float v2.10.1 |
| 492 | 2026-03-13T18:21:58.467Z | Compiling cfg-if v1.0.4 |
| 493 | 2026-03-13T18:21:58.527Z | Compiling is_terminal_polyfill v1.70.2 |
| 494 | 2026-03-13T18:21:58.555Z | Compiling anstyle-query v1.1.5 |
| 495 | 2026-03-13T18:21:58.642Z | Compiling fs-err v3.3.0 |
| 496 | 2026-03-13T18:21:58.647Z | Compiling heck v0.5.0 |
| 497 | 2026-03-13T18:21:58.727Z | Compiling terminal_size v0.4.3 |
| 498 | 2026-03-13T18:21:58.755Z | Compiling unicode-xid v0.2.6 |
| 499 | 2026-03-13T18:21:58.786Z | Compiling anstream v0.6.21 |
| 500 | 2026-03-13T18:21:58.790Z | Compiling clap_lex v1.0.0 |
| 501 | 2026-03-13T18:21:58.895Z | Compiling strsim v0.11.1 |
| 502 | 2026-03-13T18:21:58.900Z | Compiling heck v0.4.1 |
| 503 | 2026-03-13T18:21:59.019Z | Compiling semver v1.0.27 |
| 504 | 2026-03-13T18:21:59.160Z | Compiling fnv v1.0.7 |
| 505 | 2026-03-13T18:21:59.184Z | Compiling unicode-width v0.1.14 |
| 506 | 2026-03-13T18:21:59.235Z | Compiling fastrand v2.3.0 |
| 507 | 2026-03-13T18:21:59.274Z | Compiling bytecount v0.6.9 |
| 508 | 2026-03-13T18:21:59.313Z | Compiling once_cell v1.21.3 |
| 509 | 2026-03-13T18:21:59.342Z | Compiling anyhow v1.0.102 |
| 510 | 2026-03-13T18:21:59.370Z | Compiling clap_builder v4.5.60 |
| 511 | 2026-03-13T18:21:59.476Z | Compiling memmap v0.7.0 |
| 512 | 2026-03-13T18:21:59.523Z | Compiling papergrid v0.11.0 |
| 513 | 2026-03-13T18:21:59.553Z | Compiling tempfile v3.25.0 |
| 514 | 2026-03-13T18:21:59.583Z | Compiling serde-untagged v0.1.9 |
| 515 | 2026-03-13T18:21:59.587Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2026-03-13T18:21:59.641Z | Compiling unicode-width v0.2.0 |
| 517 | 2026-03-13T18:21:59.645Z | Compiling smawk v0.3.2 |
| 518 | 2026-03-13T18:21:59.745Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 519 | 2026-03-13T18:21:59.933Z | Compiling camino-tempfile v1.4.1 |
| 520 | 2026-03-13T18:21:59.962Z | Compiling textwrap v0.16.2 |
| 521 | 2026-03-13T18:22:00.032Z | Compiling swrite v0.1.0 |
| 522 | 2026-03-13T18:22:00.546Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-03-13T18:22:01.414Z | Compiling tabled v0.15.0 |
| 524 | 2026-03-13T18:22:01.452Z | Compiling synstructure v0.13.2 |
| 525 | 2026-03-13T18:22:01.452Z | Compiling pest_generator v2.8.6 |
| 526 | 2026-03-13T18:22:02.189Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-13T18:22:02.210Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-13T18:22:02.211Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-13T18:22:02.211Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-13T18:22:02.211Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-13T18:22:02.211Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-13T18:22:02.211Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-13T18:22:02.211Z | Compiling scroll_derive v0.12.1 |
| 534 | 2026-03-13T18:22:02.290Z | Compiling pest_derive v2.8.6 |
| 535 | 2026-03-13T18:22:02.315Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-03-13T18:22:02.449Z | Compiling clap_derive v4.5.55 |
| 537 | 2026-03-13T18:22:03.160Z | Compiling scroll v0.12.0 |
| 538 | 2026-03-13T18:22:03.214Z | Compiling zerocopy v0.7.35 |
| 539 | 2026-03-13T18:22:03.463Z | Compiling goblin v0.8.2 |
| 540 | 2026-03-13T18:22:03.688Z | Compiling zerofrom v0.1.6 |
| 541 | 2026-03-13T18:22:03.702Z | Compiling dtrace-parser v0.2.0 |
| 542 | 2026-03-13T18:22:03.807Z | Compiling yoke v0.8.1 |
| 543 | 2026-03-13T18:22:04.006Z | Compiling zerovec v0.11.5 |
| 544 | 2026-03-13T18:22:04.006Z | Compiling zerotrie v0.2.3 |
| 545 | 2026-03-13T18:22:04.240Z | Compiling clap v4.5.60 |
| 546 | 2026-03-13T18:22:04.621Z | Compiling tinystr v0.8.2 |
| 547 | 2026-03-13T18:22:04.621Z | Compiling potential_utf v0.1.4 |
| 548 | 2026-03-13T18:22:04.761Z | Compiling icu_collections v2.1.1 |
| 549 | 2026-03-13T18:22:04.843Z | Compiling icu_locale_core v2.1.1 |
| 550 | 2026-03-13T18:22:05.521Z | Compiling toml_datetime v0.6.11 |
| 551 | 2026-03-13T18:22:05.521Z | Compiling serde_spanned v0.6.9 |
| 552 | 2026-03-13T18:22:05.526Z | Compiling serde-value v0.7.0 |
| 553 | 2026-03-13T18:22:05.526Z | Compiling cargo-platform v0.2.0 |
| 554 | 2026-03-13T18:22:05.526Z | Compiling macaddr v1.0.1 |
| 555 | 2026-03-13T18:22:05.553Z | Compiling dof v0.3.0 |
| 556 | 2026-03-13T18:22:05.557Z | Compiling serde_tokenstream v0.2.3 |
| 557 | 2026-03-13T18:22:05.655Z | Compiling icu_provider v2.1.1 |
| 558 | 2026-03-13T18:22:05.813Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-03-13T18:22:06.059Z | Compiling icu_properties v2.1.2 |
| 560 | 2026-03-13T18:22:06.059Z | Compiling icu_normalizer v2.1.1 |
| 561 | 2026-03-13T18:22:06.509Z | Compiling usdt-attr-macro v0.5.0 |
| 562 | 2026-03-13T18:22:06.513Z | Compiling usdt-macro v0.5.0 |
| 563 | 2026-03-13T18:22:07.189Z | Compiling idna_adapter v1.2.1 |
| 564 | 2026-03-13T18:22:07.309Z | Compiling usdt v0.5.0 |
| 565 | 2026-03-13T18:22:07.331Z | Compiling idna v1.1.0 |
| 566 | 2026-03-13T18:22:07.575Z | Compiling toml v0.8.23 |
| 567 | 2026-03-13T18:22:07.664Z | Compiling url v2.5.8 |
| 568 | 2026-03-13T18:22:08.055Z | Compiling cargo_toml v0.21.0 |
| 569 | 2026-03-13T18:22:08.289Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2026-03-13T18:22:09.301Z | Compiling cargo_metadata v0.21.0 |
| 571 | 2026-03-13T18:22:10.570Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 572 | 2026-03-13T18:22:13.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s |
| 573 | 2026-03-13T18:22:13.786Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 574 | 2026-03-13T18:22:14.532Z | Downloading crates ... |
| 575 | 2026-03-13T18:22:14.630Z | Downloaded async-recursion v1.1.1 |
| 576 | 2026-03-13T18:22:14.643Z | Downloaded base16ct v1.0.0 |
| 577 | 2026-03-13T18:22:14.653Z | Downloaded crucible-workspace-hack v0.1.0 |
| 578 | 2026-03-13T18:22:14.653Z | Downloaded defmt v0.3.100 |
| 579 | 2026-03-13T18:22:14.662Z | Downloaded crossbeam-deque v0.8.6 |
| 580 | 2026-03-13T18:22:14.662Z | Downloaded fatfs v0.3.6 |
| 581 | 2026-03-13T18:22:14.668Z | Downloaded blake2 v0.10.6 |
| 582 | 2026-03-13T18:22:14.672Z | Downloaded dtrace-parser v0.3.0 |
| 583 | 2026-03-13T18:22:14.672Z | Downloaded critical-section v1.2.0 |
| 584 | 2026-03-13T18:22:14.677Z | Downloaded fallible-iterator v0.2.0 |
| 585 | 2026-03-13T18:22:14.677Z | Downloaded ena v0.14.4 |
| 586 | 2026-03-13T18:22:14.682Z | Downloaded crossbeam-utils v0.8.21 |
| 587 | 2026-03-13T18:22:14.686Z | Downloaded drift v0.1.3 |
| 588 | 2026-03-13T18:22:14.691Z | Downloaded crc-catalog v2.4.0 |
| 589 | 2026-03-13T18:22:14.697Z | Downloaded camino-tempfile-ext v0.3.3 |
| 590 | 2026-03-13T18:22:14.701Z | Downloaded block-padding v0.3.3 |
| 591 | 2026-03-13T18:22:14.701Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-03-13T18:22:14.709Z | Downloaded dsl_auto_type v0.1.3 |
| 593 | 2026-03-13T18:22:14.709Z | Downloaded erased-serde v0.3.31 |
| 594 | 2026-03-13T18:22:14.717Z | Downloaded derive_builder v0.20.2 |
| 595 | 2026-03-13T18:22:14.729Z | Downloaded derive_builder_macro v0.20.2 |
| 596 | 2026-03-13T18:22:14.729Z | Downloaded der_derive v0.7.3 |
| 597 | 2026-03-13T18:22:14.734Z | Downloaded foreign-types-macros v0.2.3 |
| 598 | 2026-03-13T18:22:14.734Z | Downloaded castaway v0.2.4 |
| 599 | 2026-03-13T18:22:14.734Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-03-13T18:22:14.740Z | Downloaded fd-lock v4.0.4 |
| 601 | 2026-03-13T18:22:14.741Z | Downloaded csv-core v0.1.13 |
| 602 | 2026-03-13T18:22:14.749Z | Downloaded flagset v0.4.7 |
| 603 | 2026-03-13T18:22:14.749Z | Downloaded assert_matches v1.5.0 |
| 604 | 2026-03-13T18:22:14.758Z | Downloaded foreign-types v0.5.0 |
| 605 | 2026-03-13T18:22:14.758Z | Downloaded crc v3.4.0 |
| 606 | 2026-03-13T18:22:14.766Z | Downloaded base16ct v0.2.0 |
| 607 | 2026-03-13T18:22:14.766Z | Downloaded foreign-types-shared v0.3.1 |
| 608 | 2026-03-13T18:22:14.766Z | Downloaded float-ord v0.3.2 |
| 609 | 2026-03-13T18:22:14.776Z | Downloaded dirs-sys-next v0.1.2 |
| 610 | 2026-03-13T18:22:14.776Z | Downloaded fixedbitset v0.4.2 |
| 611 | 2026-03-13T18:22:14.776Z | Downloaded dyn-clone v1.0.20 |
| 612 | 2026-03-13T18:22:14.783Z | Downloaded foreign-types-shared v0.1.1 |
| 613 | 2026-03-13T18:22:14.783Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-03-13T18:22:14.783Z | Downloaded foldhash v0.2.0 |
| 615 | 2026-03-13T18:22:14.788Z | Downloaded ecdsa v0.16.9 |
| 616 | 2026-03-13T18:22:14.788Z | Downloaded defmt-parser v1.0.0 |
| 617 | 2026-03-13T18:22:14.788Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-03-13T18:22:14.792Z | Downloaded dirs-next v2.0.0 |
| 619 | 2026-03-13T18:22:14.798Z | Downloaded bit-vec v0.6.3 |
| 620 | 2026-03-13T18:22:14.801Z | Downloaded argon2 v0.5.3 |
| 621 | 2026-03-13T18:22:14.802Z | Downloaded fxhash v0.2.1 |
| 622 | 2026-03-13T18:22:14.807Z | Downloaded bitfield v0.19.4 |
| 623 | 2026-03-13T18:22:14.807Z | Downloaded diesel_derives v2.2.7 |
| 624 | 2026-03-13T18:22:14.813Z | Downloaded gethostname v0.5.0 |
| 625 | 2026-03-13T18:22:14.816Z | Downloaded hash32 v0.2.1 |
| 626 | 2026-03-13T18:22:14.822Z | Downloaded hash32 v0.3.1 |
| 627 | 2026-03-13T18:22:14.822Z | Downloaded headers-core v0.3.0 |
| 628 | 2026-03-13T18:22:14.832Z | Downloaded hostname v0.4.2 |
| 629 | 2026-03-13T18:22:14.832Z | Downloaded hostname v0.3.1 |
| 630 | 2026-03-13T18:22:14.836Z | Downloaded fixedbitset v0.5.7 |
| 631 | 2026-03-13T18:22:14.837Z | Downloaded embedded-io v0.6.1 |
| 632 | 2026-03-13T18:22:14.843Z | Downloaded fs-err v2.11.0 |
| 633 | 2026-03-13T18:22:14.843Z | Downloaded hex-literal v0.4.1 |
| 634 | 2026-03-13T18:22:14.853Z | Downloaded const_format_proc_macros v0.2.34 |
| 635 | 2026-03-13T18:22:14.853Z | Downloaded http-body v1.0.1 |
| 636 | 2026-03-13T18:22:14.861Z | Downloaded cbc v0.1.2 |
| 637 | 2026-03-13T18:22:14.861Z | Downloaded hubpack v0.1.2 |
| 638 | 2026-03-13T18:22:14.861Z | Downloaded hyper-tls v0.6.0 |
| 639 | 2026-03-13T18:22:14.866Z | Downloaded derive_builder_core v0.20.2 |
| 640 | 2026-03-13T18:22:14.866Z | Downloaded fs_extra v1.3.0 |
| 641 | 2026-03-13T18:22:14.884Z | Downloaded ident_case v1.0.1 |
| 642 | 2026-03-13T18:22:14.897Z | Downloaded darling v0.23.0 |
| 643 | 2026-03-13T18:22:14.897Z | Downloaded hubpack_derive v0.1.1 |
| 644 | 2026-03-13T18:22:14.907Z | Downloaded indoc v1.0.9 |
| 645 | 2026-03-13T18:22:14.907Z | Downloaded group v0.13.0 |
| 646 | 2026-03-13T18:22:14.907Z | Downloaded is_ci v1.2.0 |
| 647 | 2026-03-13T18:22:14.907Z | Downloaded lalrpop-util v0.19.12 |
| 648 | 2026-03-13T18:22:14.907Z | Downloaded keccak v0.1.6 |
| 649 | 2026-03-13T18:22:14.917Z | Downloaded indent_write v2.2.0 |
| 650 | 2026-03-13T18:22:14.917Z | Downloaded lazy_static v1.5.0 |
| 651 | 2026-03-13T18:22:14.917Z | Downloaded instant v0.1.13 |
| 652 | 2026-03-13T18:22:14.917Z | Downloaded instability v0.3.11 |
| 653 | 2026-03-13T18:22:14.922Z | Downloaded console v0.16.2 |
| 654 | 2026-03-13T18:22:14.923Z | Downloaded ciborium v0.2.2 |
| 655 | 2026-03-13T18:22:14.930Z | Downloaded console v0.15.11 |
| 656 | 2026-03-13T18:22:14.930Z | Downloaded ff v0.13.1 |
| 657 | 2026-03-13T18:22:14.937Z | Downloaded darling v0.21.3 |
| 658 | 2026-03-13T18:22:14.937Z | Downloaded home v0.5.12 |
| 659 | 2026-03-13T18:22:14.945Z | Downloaded kstat-rs v0.2.4 |
| 660 | 2026-03-13T18:22:14.946Z | Downloaded hyper-staticfile v0.10.1 |
| 661 | 2026-03-13T18:22:14.957Z | Downloaded lru-slab v0.1.2 |
| 662 | 2026-03-13T18:22:14.957Z | Downloaded linked-hash-map v0.5.6 |
| 663 | 2026-03-13T18:22:14.957Z | Downloaded libscf-sys v1.1.0 |
| 664 | 2026-03-13T18:22:14.957Z | Downloaded lru v0.12.5 |
| 665 | 2026-03-13T18:22:14.957Z | Downloaded managed v0.8.0 |
| 666 | 2026-03-13T18:22:14.957Z | Downloaded humantime v2.3.0 |
| 667 | 2026-03-13T18:22:14.967Z | Downloaded lzss v0.8.2 |
| 668 | 2026-03-13T18:22:14.968Z | Downloaded lru-cache v0.1.2 |
| 669 | 2026-03-13T18:22:14.974Z | Downloaded getrandom v0.2.17 |
| 670 | 2026-03-13T18:22:14.974Z | Downloaded ingot-types v0.1.2 |
| 671 | 2026-03-13T18:22:14.974Z | Downloaded memoffset v0.9.1 |
| 672 | 2026-03-13T18:22:14.974Z | Downloaded ipnet v2.11.0 |
| 673 | 2026-03-13T18:22:14.980Z | Downloaded new_debug_unreachable v1.0.6 |
| 674 | 2026-03-13T18:22:14.989Z | Downloaded newtype_derive v0.1.6 |
| 675 | 2026-03-13T18:22:14.989Z | Downloaded normalize-line-endings v0.3.0 |
| 676 | 2026-03-13T18:22:14.989Z | Downloaded is-terminal v0.4.17 |
| 677 | 2026-03-13T18:22:14.994Z | Downloaded multimap v0.10.1 |
| 678 | 2026-03-13T18:22:14.994Z | Downloaded hickory-client v0.25.2 |
| 679 | 2026-03-13T18:22:14.994Z | Downloaded nodrop v0.1.14 |
| 680 | 2026-03-13T18:22:15.000Z | Downloaded mime v0.3.17 |
| 681 | 2026-03-13T18:22:15.000Z | Downloaded dropshot_endpoint v0.16.7 |
| 682 | 2026-03-13T18:22:15.008Z | Downloaded diff v0.1.13 |
| 683 | 2026-03-13T18:22:15.008Z | Downloaded cookie_store v0.22.1 |
| 684 | 2026-03-13T18:22:15.013Z | Downloaded cookie v0.18.1 |
| 685 | 2026-03-13T18:22:15.013Z | Downloaded newtype-uuid-macros v0.1.0 |
| 686 | 2026-03-13T18:22:15.018Z | Downloaded num-conv v0.2.0 |
| 687 | 2026-03-13T18:22:15.018Z | Downloaded num-derive v0.3.3 |
| 688 | 2026-03-13T18:22:15.024Z | Downloaded num-iter v0.1.45 |
| 689 | 2026-03-13T18:22:15.024Z | Downloaded hyper-rustls v0.27.7 |
| 690 | 2026-03-13T18:22:15.032Z | Downloaded iana-time-zone v0.1.65 |
| 691 | 2026-03-13T18:22:15.041Z | Downloaded num_threads v0.1.7 |
| 692 | 2026-03-13T18:22:15.041Z | Downloaded elliptic-curve v0.13.8 |
| 693 | 2026-03-13T18:22:15.041Z | Downloaded derive_more v0.99.20 |
| 694 | 2026-03-13T18:22:15.047Z | Downloaded num_enum_derive v0.5.11 |
| 695 | 2026-03-13T18:22:15.047Z | Downloaded mime_guess v2.0.5 |
| 696 | 2026-03-13T18:22:15.047Z | Downloaded opaque-debug v0.3.1 |
| 697 | 2026-03-13T18:22:15.052Z | Downloaded openssl-probe v0.2.1 |
| 698 | 2026-03-13T18:22:15.052Z | Downloaded openssl-probe v0.1.6 |
| 699 | 2026-03-13T18:22:15.057Z | Downloaded getrandom v0.3.4 |
| 700 | 2026-03-13T18:22:15.057Z | Downloaded multer v3.1.0 |
| 701 | 2026-03-13T18:22:15.062Z | Downloaded half v1.8.3 |
| 702 | 2026-03-13T18:22:15.062Z | Downloaded ingot-macros v0.1.1 |
| 703 | 2026-03-13T18:22:15.066Z | Downloaded native-tls v0.2.18 |
| 704 | 2026-03-13T18:22:15.075Z | Downloaded oso-derive v0.27.3 |
| 705 | 2026-03-13T18:22:15.075Z | Downloaded openssl-macros v0.1.1 |
| 706 | 2026-03-13T18:22:15.075Z | Downloaded parse-display v0.10.0 |
| 707 | 2026-03-13T18:22:15.075Z | Downloaded parse-size v1.1.0 |
| 708 | 2026-03-13T18:22:15.075Z | Downloaded packed_struct_codegen v0.10.1 |
| 709 | 2026-03-13T18:22:15.080Z | Downloaded pbkdf2 v0.11.0 |
| 710 | 2026-03-13T18:22:15.087Z | Downloaded nu-ansi-term v0.50.3 |
| 711 | 2026-03-13T18:22:15.087Z | Downloaded compact_str v0.8.1 |
| 712 | 2026-03-13T18:22:15.092Z | Downloaded const-oid v0.9.6 |
| 713 | 2026-03-13T18:22:15.092Z | Downloaded const_format v0.2.35 |
| 714 | 2026-03-13T18:22:15.097Z | Downloaded nibble_vec v0.1.0 |
| 715 | 2026-03-13T18:22:15.103Z | Downloaded num-complex v0.4.6 |
| 716 | 2026-03-13T18:22:15.103Z | Downloaded peg-runtime v0.8.5 |
| 717 | 2026-03-13T18:22:15.103Z | Downloaded path-slash v0.1.5 |
| 718 | 2026-03-13T18:22:15.108Z | Downloaded libsw v3.5.0 |
| 719 | 2026-03-13T18:22:15.108Z | Downloaded phf_shared v0.11.3 |
| 720 | 2026-03-13T18:22:15.114Z | Downloaded bumpalo v3.20.2 |
| 721 | 2026-03-13T18:22:15.114Z | Downloaded phf_shared v0.13.1 |
| 722 | 2026-03-13T18:22:15.121Z | Downloaded num_enum_derive v0.7.5 |
| 723 | 2026-03-13T18:22:15.121Z | Downloaded httparse v1.10.1 |
| 724 | 2026-03-13T18:22:15.121Z | Downloaded flume v0.11.1 |
| 725 | 2026-03-13T18:22:15.174Z | Downloaded num_enum v0.5.11 |
| 726 | 2026-03-13T18:22:15.184Z | Downloaded num-rational v0.4.2 |
| 727 | 2026-03-13T18:22:15.184Z | Downloaded predicates-core v1.0.10 |
| 728 | 2026-03-13T18:22:15.184Z | Downloaded powerfmt v0.2.0 |
| 729 | 2026-03-13T18:22:15.184Z | Downloaded pin-utils v0.1.0 |
| 730 | 2026-03-13T18:22:15.184Z | Downloaded cc v1.2.56 |
| 731 | 2026-03-13T18:22:15.184Z | Downloaded packed_struct v0.10.1 |
| 732 | 2026-03-13T18:22:15.184Z | Downloaded oxnet v0.1.4 |
| 733 | 2026-03-13T18:22:15.184Z | Downloaded crc-any v2.5.0 |
| 734 | 2026-03-13T18:22:15.184Z | Downloaded precomputed-hash v0.1.1 |
| 735 | 2026-03-13T18:22:15.184Z | Downloaded num_enum v0.7.5 |
| 736 | 2026-03-13T18:22:15.184Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 737 | 2026-03-13T18:22:15.185Z | Downloaded proc-macro-crate v1.3.1 |
| 738 | 2026-03-13T18:22:15.185Z | Downloaded parse-display-derive v0.10.0 |
| 739 | 2026-03-13T18:22:15.185Z | Downloaded progenitor-client v0.10.0 |
| 740 | 2026-03-13T18:22:15.185Z | Downloaded newtype-uuid v1.3.2 |
| 741 | 2026-03-13T18:22:15.185Z | Downloaded heapless v0.8.0 |
| 742 | 2026-03-13T18:22:15.185Z | Downloaded proc-macro-crate v3.4.0 |
| 743 | 2026-03-13T18:22:15.185Z | Downloaded crossbeam-channel v0.5.15 |
| 744 | 2026-03-13T18:22:15.185Z | Downloaded psl-types v2.0.11 |
| 745 | 2026-03-13T18:22:15.185Z | Downloaded libbz2-rs-sys v0.2.2 |
| 746 | 2026-03-13T18:22:15.185Z | Downloaded password-hash v0.5.0 |
| 747 | 2026-03-13T18:22:15.191Z | Downloaded headers v0.4.1 |
| 748 | 2026-03-13T18:22:15.191Z | Downloaded progenitor-macro v0.13.0 |
| 749 | 2026-03-13T18:22:15.191Z | Downloaded progenitor-macro v0.11.2 |
| 750 | 2026-03-13T18:22:15.197Z | Downloaded pem v3.0.6 |
| 751 | 2026-03-13T18:22:15.198Z | Downloaded phf_shared v0.12.1 |
| 752 | 2026-03-13T18:22:15.202Z | Downloaded pem-rfc7468 v0.7.0 |
| 753 | 2026-03-13T18:22:15.202Z | Downloaded peg v0.8.5 |
| 754 | 2026-03-13T18:22:15.206Z | Downloaded rand_chacha v0.3.1 |
| 755 | 2026-03-13T18:22:15.206Z | Downloaded indicatif v0.18.4 |
| 756 | 2026-03-13T18:22:16.218Z | Downloaded pin-project-internal v1.1.11 |
| 757 | 2026-03-13T18:22:16.218Z | Downloaded phf v0.13.1 |
| 758 | 2026-03-13T18:22:16.218Z | Downloaded predicates-tree v1.0.13 |
| 759 | 2026-03-13T18:22:16.225Z | Downloaded polyval v0.6.2 |
| 760 | 2026-03-13T18:22:16.225Z | Downloaded radium v0.7.0 |
| 761 | 2026-03-13T18:22:16.225Z | Downloaded pin-project-lite v0.2.17 |
| 762 | 2026-03-13T18:22:16.225Z | Downloaded rand_xorshift v0.4.0 |
| 763 | 2026-03-13T18:22:16.225Z | Downloaded crypto-bigint v0.5.5 |
| 764 | 2026-03-13T18:22:16.226Z | Downloaded omicron-zone-package v0.12.2 |
| 765 | 2026-03-13T18:22:16.226Z | Downloaded recursive v0.1.1 |
| 766 | 2026-03-13T18:22:16.226Z | Downloaded progenitor v0.10.0 |
| 767 | 2026-03-13T18:22:16.226Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 768 | 2026-03-13T18:22:16.226Z | Downloaded paste v1.0.15 |
| 769 | 2026-03-13T18:22:16.226Z | Downloaded password-hash v0.4.2 |
| 770 | 2026-03-13T18:22:16.226Z | Downloaded progenitor-extras v0.1.1 |
| 771 | 2026-03-13T18:22:16.226Z | Downloaded primeorder v0.13.6 |
| 772 | 2026-03-13T18:22:16.226Z | Downloaded ref-cast v1.0.25 |
| 773 | 2026-03-13T18:22:16.226Z | Downloaded poly1305 v0.8.0 |
| 774 | 2026-03-13T18:22:16.226Z | Downloaded rfc6979 v0.4.0 |
| 775 | 2026-03-13T18:22:16.226Z | Downloaded progenitor-client v0.13.0 |
| 776 | 2026-03-13T18:22:16.226Z | Downloaded proc-macro-error2 v2.0.1 |
| 777 | 2026-03-13T18:22:16.226Z | Downloaded parking_lot_core v0.9.12 |
| 778 | 2026-03-13T18:22:16.226Z | Downloaded parking_lot_core v0.8.6 |
| 779 | 2026-03-13T18:22:16.226Z | Downloaded quick-error v1.2.3 |
| 780 | 2026-03-13T18:22:16.226Z | Downloaded russh-cryptovec v0.7.3 |
| 781 | 2026-03-13T18:22:16.226Z | Downloaded heapless v0.7.17 |
| 782 | 2026-03-13T18:22:16.226Z | Downloaded r2d2 v0.8.10 |
| 783 | 2026-03-13T18:22:16.226Z | Downloaded hickory-resolver v0.25.2 |
| 784 | 2026-03-13T18:22:16.227Z | Downloaded peg-macros v0.8.5 |
| 785 | 2026-03-13T18:22:16.227Z | Downloaded rtoolbox v0.0.3 |
| 786 | 2026-03-13T18:22:16.227Z | Downloaded flate2 v1.1.9 |
| 787 | 2026-03-13T18:22:16.227Z | Downloaded rustc_version v0.1.7 |
| 788 | 2026-03-13T18:22:16.227Z | Downloaded rand_chacha v0.9.0 |
| 789 | 2026-03-13T18:22:16.227Z | Downloaded expectorate v1.2.0 |
| 790 | 2026-03-13T18:22:16.227Z | Downloaded pkcs1 v0.7.5 |
| 791 | 2026-03-13T18:22:16.227Z | Downloaded rand_core v0.10.0 |
| 792 | 2026-03-13T18:22:16.227Z | Downloaded rand_core v0.9.5 |
| 793 | 2026-03-13T18:22:16.227Z | Downloaded rustc_version v0.4.1 |
| 794 | 2026-03-13T18:22:16.227Z | Downloaded postgres-types v0.2.12 |
| 795 | 2026-03-13T18:22:16.227Z | Downloaded pkcs5 v0.7.1 |
| 796 | 2026-03-13T18:22:16.227Z | Downloaded rustc-hash v2.1.1 |
| 797 | 2026-03-13T18:22:16.227Z | Downloaded rand_core v0.6.4 |
| 798 | 2026-03-13T18:22:16.227Z | Downloaded predicates v3.1.4 |
| 799 | 2026-03-13T18:22:16.227Z | Downloaded oso v0.27.3 |
| 800 | 2026-03-13T18:22:16.227Z | Downloaded parking_lot v0.12.5 |
| 801 | 2026-03-13T18:22:16.228Z | Downloaded scheduled-thread-pool v0.2.7 |
| 802 | 2026-03-13T18:22:16.228Z | Downloaded p256 v0.13.2 |
| 803 | 2026-03-13T18:22:16.228Z | Downloaded scopeguard v1.2.0 |
| 804 | 2026-03-13T18:22:16.228Z | Downloaded resolv-conf v0.7.6 |
| 805 | 2026-03-13T18:22:16.228Z | Downloaded postcard v1.1.3 |
| 806 | 2026-03-13T18:22:16.228Z | Downloaded sapling-renderdag v0.1.0 |
| 807 | 2026-03-13T18:22:16.228Z | Downloaded scroll_derive v0.13.1 |
| 808 | 2026-03-13T18:22:16.228Z | Downloaded parking_lot v0.11.2 |
| 809 | 2026-03-13T18:22:16.228Z | Downloaded progenitor-macro v0.10.0 |
| 810 | 2026-03-13T18:22:16.228Z | Downloaded papergrid v0.17.0 |
| 811 | 2026-03-13T18:22:16.228Z | Downloaded scrypt v0.11.0 |
| 812 | 2026-03-13T18:22:16.228Z | Downloaded serde-big-array v0.5.1 |
| 813 | 2026-03-13T18:22:16.228Z | Downloaded jiff-static v0.2.21 |
| 814 | 2026-03-13T18:22:16.228Z | Downloaded secrecy v0.10.3 |
| 815 | 2026-03-13T18:22:16.228Z | Downloaded hickory-resolver v0.24.4 |
| 816 | 2026-03-13T18:22:16.228Z | Downloaded quinn-udp v0.5.14 |
| 817 | 2026-03-13T18:22:16.228Z | Downloaded psm v0.1.30 |
| 818 | 2026-03-13T18:22:16.228Z | Downloaded same-file v1.0.6 |
| 819 | 2026-03-13T18:22:16.228Z | Downloaded serde_plain v1.0.2 |
| 820 | 2026-03-13T18:22:16.228Z | Downloaded serde_repr v0.1.20 |
| 821 | 2026-03-13T18:22:16.228Z | Downloaded serde_spanned v1.0.4 |
| 822 | 2026-03-13T18:22:16.228Z | Downloaded serde_bytes v0.11.19 |
| 823 | 2026-03-13T18:22:16.229Z | Downloaded signal-hook-mio v0.2.5 |
| 824 | 2026-03-13T18:22:16.229Z | Downloaded sha1 v0.10.6 |
| 825 | 2026-03-13T18:22:16.229Z | Downloaded shell-words v1.1.1 |
| 826 | 2026-03-13T18:22:16.229Z | Downloaded serde_urlencoded v0.7.1 |
| 827 | 2026-03-13T18:22:16.229Z | Downloaded seq-macro v0.3.6 |
| 828 | 2026-03-13T18:22:16.229Z | Downloaded semver v0.1.20 |
| 829 | 2026-03-13T18:22:16.229Z | Downloaded salsa20 v0.10.2 |
| 830 | 2026-03-13T18:22:16.229Z | Downloaded rustls-native-certs v0.8.3 |
| 831 | 2026-03-13T18:22:16.229Z | Downloaded pkg-config v0.3.32 |
| 832 | 2026-03-13T18:22:16.229Z | Downloaded miniz_oxide v0.8.9 |
| 833 | 2026-03-13T18:22:16.229Z | Downloaded ref-cast-impl v1.0.25 |
| 834 | 2026-03-13T18:22:16.229Z | Downloaded rustls-pemfile v1.0.4 |
| 835 | 2026-03-13T18:22:16.229Z | Downloaded rand_seeder v0.4.0 |
| 836 | 2026-03-13T18:22:16.229Z | Downloaded signature v2.2.0 |
| 837 | 2026-03-13T18:22:16.229Z | Downloaded base64 v0.21.7 |
| 838 | 2026-03-13T18:22:16.229Z | Downloaded sigpipe v0.1.3 |
| 839 | 2026-03-13T18:22:16.229Z | Downloaded rusty-fork v0.3.1 |
| 840 | 2026-03-13T18:22:16.230Z | Downloaded rustversion v1.0.22 |
| 841 | 2026-03-13T18:22:16.230Z | Downloaded openssl-sys v0.9.111 |
| 842 | 2026-03-13T18:22:16.230Z | Downloaded slog-bunyan v2.5.0 |
| 843 | 2026-03-13T18:22:16.230Z | Downloaded siphasher v1.0.2 |
| 844 | 2026-03-13T18:22:16.230Z | Downloaded slog-envlogger v2.2.0 |
| 845 | 2026-03-13T18:22:16.230Z | Downloaded signal-hook-tokio v0.3.1 |
| 846 | 2026-03-13T18:22:16.231Z | Downloaded minimal-lexical v0.2.1 |
| 847 | 2026-03-13T18:22:16.231Z | Downloaded progenitor v0.13.0 |
| 848 | 2026-03-13T18:22:16.231Z | Downloaded progenitor-impl v0.11.2 |
| 849 | 2026-03-13T18:22:16.231Z | Downloaded progenitor-impl v0.10.0 |
| 850 | 2026-03-13T18:22:16.231Z | Downloaded sec1 v0.7.3 |
| 851 | 2026-03-13T18:22:16.231Z | Downloaded scroll v0.13.0 |
| 852 | 2026-03-13T18:22:16.231Z | Downloaded hickory-server v0.25.2 |
| 853 | 2026-03-13T18:22:16.231Z | Downloaded serde-hex v0.1.0 |
| 854 | 2026-03-13T18:22:16.231Z | Downloaded sct v0.7.1 |
| 855 | 2026-03-13T18:22:16.231Z | Downloaded schemars_derive v0.8.22 |
| 856 | 2026-03-13T18:22:16.231Z | Downloaded http v1.4.0 |
| 857 | 2026-03-13T18:22:16.231Z | Downloaded aes v0.8.4 |
| 858 | 2026-03-13T18:22:16.231Z | Downloaded serde_path_to_error v0.1.20 |
| 859 | 2026-03-13T18:22:16.239Z | Downloaded serde_derive_internals v0.29.1 |
| 860 | 2026-03-13T18:22:16.240Z | Downloaded russh-keys v0.45.0 |
| 861 | 2026-03-13T18:22:16.240Z | Downloaded aes-gcm v0.10.3 |
| 862 | 2026-03-13T18:22:16.240Z | Downloaded strip-ansi-escapes v0.2.1 |
| 863 | 2026-03-13T18:22:16.240Z | Downloaded hyper-util v0.1.20 |
| 864 | 2026-03-13T18:22:16.240Z | Downloaded shlex v1.3.0 |
| 865 | 2026-03-13T18:22:16.240Z | Downloaded ssh-cipher v0.2.0 |
| 866 | 2026-03-13T18:22:16.240Z | Downloaded sqlparser_derive v0.5.0 |
| 867 | 2026-03-13T18:22:16.240Z | Downloaded rustls-pki-types v1.14.0 |
| 868 | 2026-03-13T18:22:16.240Z | Downloaded secrecy v0.8.0 |
| 869 | 2026-03-13T18:22:16.241Z | Downloaded simd-adler32 v0.3.8 |
| 870 | 2026-03-13T18:22:16.241Z | Downloaded strum v0.26.3 |
| 871 | 2026-03-13T18:22:16.241Z | Downloaded pin-project v1.1.11 |
| 872 | 2026-03-13T18:22:16.241Z | Downloaded structmeta-derive v0.3.0 |
| 873 | 2026-03-13T18:22:16.241Z | Downloaded rustls-pemfile v2.2.0 |
| 874 | 2026-03-13T18:22:16.241Z | Downloaded rcgen v0.12.1 |
| 875 | 2026-03-13T18:22:16.241Z | Downloaded prefix-trie v0.7.0 |
| 876 | 2026-03-13T18:22:16.241Z | Downloaded structmeta v0.3.0 |
| 877 | 2026-03-13T18:22:16.241Z | Downloaded hashbrown v0.13.2 |
| 878 | 2026-03-13T18:22:16.241Z | Downloaded slog-async v2.8.0 |
| 879 | 2026-03-13T18:22:16.241Z | Downloaded hashbrown v0.12.3 |
| 880 | 2026-03-13T18:22:16.241Z | Downloaded prettyplease v0.2.37 |
| 881 | 2026-03-13T18:22:16.241Z | Downloaded tagptr v0.2.0 |
| 882 | 2026-03-13T18:22:16.241Z | Downloaded tabled_derive v0.11.0 |
| 883 | 2026-03-13T18:22:16.241Z | Downloaded sync-ptr v0.1.4 |
| 884 | 2026-03-13T18:22:16.241Z | Downloaded supports-color v3.0.2 |
| 885 | 2026-03-13T18:22:16.241Z | Downloaded take_mut v0.2.2 |
| 886 | 2026-03-13T18:22:16.241Z | Downloaded tap v1.0.1 |
| 887 | 2026-03-13T18:22:16.241Z | Downloaded slog-scope v4.4.1 |
| 888 | 2026-03-13T18:22:16.241Z | Downloaded itertools v0.10.5 |
| 889 | 2026-03-13T18:22:16.241Z | Downloaded smf v0.2.3 |
| 890 | 2026-03-13T18:22:16.241Z | Downloaded smallvec v0.6.14 |
| 891 | 2026-03-13T18:22:16.241Z | Downloaded slog-json v2.6.1 |
| 892 | 2026-03-13T18:22:16.241Z | Downloaded slog-term v2.9.2 |
| 893 | 2026-03-13T18:22:16.241Z | Downloaded slog-stdlog v4.1.1 |
| 894 | 2026-03-13T18:22:16.241Z | Downloaded crossterm v0.29.0 |
| 895 | 2026-03-13T18:22:16.241Z | Downloaded termtree v0.5.1 |
| 896 | 2026-03-13T18:22:16.241Z | Downloaded sqlformat v0.3.5 |
| 897 | 2026-03-13T18:22:16.241Z | Downloaded thread-id v5.1.0 |
| 898 | 2026-03-13T18:22:16.241Z | Downloaded time-core v0.1.8 |
| 899 | 2026-03-13T18:22:16.242Z | Downloaded serde_with_macros v3.17.0 |
| 900 | 2026-03-13T18:22:16.242Z | Downloaded serde_cbor v0.11.2 |
| 901 | 2026-03-13T18:22:16.242Z | Downloaded spki v0.7.3 |
| 902 | 2026-03-13T18:22:16.242Z | Downloaded snafu-derive v0.8.9 |
| 903 | 2026-03-13T18:22:16.242Z | Downloaded ron v0.8.1 |
| 904 | 2026-03-13T18:22:16.242Z | Downloaded ssh-encoding v0.2.0 |
| 905 | 2026-03-13T18:22:16.242Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 906 | 2026-03-13T18:22:16.242Z | Downloaded strum v0.27.2 |
| 907 | 2026-03-13T18:22:16.242Z | Downloaded static_assertions v1.1.0 |
| 908 | 2026-03-13T18:22:16.242Z | Downloaded tinyvec_macros v0.1.1 |
| 909 | 2026-03-13T18:22:16.242Z | Downloaded slab v0.4.12 |
| 910 | 2026-03-13T18:22:16.242Z | Downloaded testing_table v0.3.0 |
| 911 | 2026-03-13T18:22:16.242Z | Downloaded pretty_assertions v1.4.1 |
| 912 | 2026-03-13T18:22:16.242Z | Downloaded stringprep v0.1.5 |
| 913 | 2026-03-13T18:22:16.242Z | Downloaded string_cache v0.8.9 |
| 914 | 2026-03-13T18:22:16.242Z | Downloaded signal-hook-registry v1.4.8 |
| 915 | 2026-03-13T18:22:16.242Z | Downloaded progenitor-impl v0.13.0 |
| 916 | 2026-03-13T18:22:16.242Z | Downloaded strum_macros v0.24.3 |
| 917 | 2026-03-13T18:22:16.242Z | Downloaded mio v1.1.1 |
| 918 | 2026-03-13T18:22:16.242Z | Downloaded ryu v1.0.23 |
| 919 | 2026-03-13T18:22:16.242Z | Downloaded tabwriter v1.4.1 |
| 920 | 2026-03-13T18:22:16.243Z | Downloaded strum_macros v0.27.2 |
| 921 | 2026-03-13T18:22:16.243Z | Downloaded strum_macros v0.26.4 |
| 922 | 2026-03-13T18:22:16.243Z | Downloaded sync_wrapper v1.0.2 |
| 923 | 2026-03-13T18:22:16.243Z | Downloaded subtle v2.6.1 |
| 924 | 2026-03-13T18:22:16.243Z | Downloaded slog-dtrace v0.3.0 |
| 925 | 2026-03-13T18:22:16.243Z | Downloaded support-bundle-viewer v0.1.2 |
| 926 | 2026-03-13T18:22:16.243Z | Downloaded progenitor v0.11.2 |
| 927 | 2026-03-13T18:22:16.243Z | Downloaded ppv-lite86 v0.2.21 |
| 928 | 2026-03-13T18:22:16.243Z | Downloaded rayon-core v1.13.0 |
| 929 | 2026-03-13T18:22:16.243Z | Downloaded postgres-protocol v0.6.10 |
| 930 | 2026-03-13T18:22:16.243Z | Downloaded pkcs8 v0.10.2 |
| 931 | 2026-03-13T18:22:16.243Z | Downloaded futures v0.3.32 |
| 932 | 2026-03-13T18:22:16.243Z | Downloaded owo-colors v4.3.0 |
| 933 | 2026-03-13T18:22:16.244Z | Downloaded aws-lc-rs v1.16.0 |
| 934 | 2026-03-13T18:22:16.244Z | Downloaded topological-sort v0.2.2 |
| 935 | 2026-03-13T18:22:16.244Z | Downloaded phf v0.12.1 |
| 936 | 2026-03-13T18:22:16.244Z | Downloaded indexmap v1.9.3 |
| 937 | 2026-03-13T18:22:16.244Z | Downloaded ed25519-dalek v2.2.0 |
| 938 | 2026-03-13T18:22:16.244Z | Downloaded qorb v0.4.1 |
| 939 | 2026-03-13T18:22:16.244Z | Downloaded litrs v1.0.0 |
| 940 | 2026-03-13T18:22:16.244Z | Downloaded time-macros v0.2.27 |
| 941 | 2026-03-13T18:22:16.244Z | Downloaded tower-service v0.3.3 |
| 942 | 2026-03-13T18:22:16.244Z | Downloaded spin v0.9.8 |
| 943 | 2026-03-13T18:22:16.244Z | Downloaded stacker v0.1.23 |
| 944 | 2026-03-13T18:22:16.244Z | Downloaded num-bigint v0.4.6 |
| 945 | 2026-03-13T18:22:16.244Z | Downloaded tower-layer v0.3.3 |
| 946 | 2026-03-13T18:22:16.244Z | Downloaded trait-variant v0.1.2 |
| 947 | 2026-03-13T18:22:16.245Z | Downloaded similar v2.7.0 |
| 948 | 2026-03-13T18:22:16.245Z | Downloaded tls_codec_derive v0.4.2 |
| 949 | 2026-03-13T18:22:16.245Z | Downloaded iddqd v0.3.17 |
| 950 | 2026-03-13T18:22:16.245Z | Downloaded unarray v0.1.4 |
| 951 | 2026-03-13T18:22:16.245Z | Downloaded tls_codec v0.4.2 |
| 952 | 2026-03-13T18:22:16.245Z | Downloaded tiny-keccak v2.0.2 |
| 953 | 2026-03-13T18:22:16.245Z | Downloaded tokio-rustls v0.25.0 |
| 954 | 2026-03-13T18:22:16.245Z | Downloaded rustls-platform-verifier v0.6.2 |
| 955 | 2026-03-13T18:22:16.245Z | Downloaded tokio-native-tls v0.3.1 |
| 956 | 2026-03-13T18:22:16.245Z | Downloaded tokio-dtrace v0.1.1 |
| 957 | 2026-03-13T18:22:16.245Z | Downloaded typify-macro v0.6.1 |
| 958 | 2026-03-13T18:22:16.245Z | Downloaded rand v0.8.5 |
| 959 | 2026-03-13T18:22:16.252Z | Downloaded typify-macro v0.4.3 |
| 960 | 2026-03-13T18:22:16.252Z | Downloaded signal-hook v0.3.18 |
| 961 | 2026-03-13T18:22:16.252Z | Downloaded unicode-truncate v1.1.0 |
| 962 | 2026-03-13T18:22:16.252Z | Downloaded slog v2.8.2 |
| 963 | 2026-03-13T18:22:16.252Z | Downloaded utf-8 v0.7.6 |
| 964 | 2026-03-13T18:22:16.252Z | Downloaded tokio-macros v2.6.0 |
| 965 | 2026-03-13T18:22:16.252Z | Downloaded unit-prefix v0.5.2 |
| 966 | 2026-03-13T18:22:16.252Z | Downloaded usdt-macro v0.6.0 |
| 967 | 2026-03-13T18:22:16.252Z | Downloaded tokio-tungstenite v0.23.1 |
| 968 | 2026-03-13T18:22:16.252Z | Downloaded untrusted v0.9.0 |
| 969 | 2026-03-13T18:22:16.252Z | Downloaded usdt-attr-macro v0.6.0 |
| 970 | 2026-03-13T18:22:16.252Z | Downloaded usdt v0.6.0 |
| 971 | 2026-03-13T18:22:16.252Z | Downloaded hashbrown v0.15.5 |
| 972 | 2026-03-13T18:22:16.252Z | Downloaded schemars v0.8.22 |
| 973 | 2026-03-13T18:22:16.252Z | Downloaded term v0.7.0 |
| 974 | 2026-03-13T18:22:16.252Z | Downloaded universal-hash v0.5.1 |
| 975 | 2026-03-13T18:22:16.252Z | Downloaded aho-corasick v1.1.4 |
| 976 | 2026-03-13T18:22:16.252Z | Downloaded void v1.0.2 |
| 977 | 2026-03-13T18:22:16.252Z | Downloaded termios v0.3.3 |
| 978 | 2026-03-13T18:22:16.252Z | Downloaded quinn v0.11.9 |
| 979 | 2026-03-13T18:22:16.252Z | Downloaded nom v7.1.3 |
| 980 | 2026-03-13T18:22:16.253Z | Downloaded num-bigint-dig v0.8.6 |
| 981 | 2026-03-13T18:22:16.253Z | Downloaded want v0.3.1 |
| 982 | 2026-03-13T18:22:16.253Z | Downloaded waitgroup v0.1.2 |
| 983 | 2026-03-13T18:22:16.253Z | Downloaded publicsuffix v2.3.0 |
| 984 | 2026-03-13T18:22:16.253Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 985 | 2026-03-13T18:22:16.253Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 986 | 2026-03-13T18:22:16.253Z | Downloaded term v1.2.1 |
| 987 | 2026-03-13T18:22:16.253Z | Downloaded thread_local v1.1.9 |
| 988 | 2026-03-13T18:22:16.253Z | Downloaded socket2 v0.6.2 |
| 989 | 2026-03-13T18:22:16.253Z | Downloaded socket2 v0.5.10 |
| 990 | 2026-03-13T18:22:16.253Z | Downloaded unicase v2.9.0 |
| 991 | 2026-03-13T18:22:16.253Z | Downloaded tui-tree-widget v0.23.1 |
| 992 | 2026-03-13T18:22:16.253Z | Downloaded try-lock v0.2.5 |
| 993 | 2026-03-13T18:22:16.253Z | Downloaded itertools v0.13.0 |
| 994 | 2026-03-13T18:22:16.253Z | Downloaded itertools v0.12.1 |
| 995 | 2026-03-13T18:22:16.254Z | Downloaded rand v0.9.2 |
| 996 | 2026-03-13T18:22:16.254Z | Downloaded rustls-webpki v0.103.9 |
| 997 | 2026-03-13T18:22:16.254Z | Downloaded untrusted v0.7.1 |
| 998 | 2026-03-13T18:22:16.254Z | Downloaded tokio-tungstenite v0.21.0 |
| 999 | 2026-03-13T18:22:16.254Z | Downloaded schemars v1.2.1 |
| 1000 | 2026-03-13T18:22:16.254Z | Downloaded xattr v1.6.1 |
| 1001 | 2026-03-13T18:22:16.254Z | Downloaded usdt-impl v0.6.0 |
| 1002 | 2026-03-13T18:22:16.254Z | Downloaded xshell-macros v0.2.7 |
| 1003 | 2026-03-13T18:22:16.254Z | Downloaded subprocess v0.2.15 |
| 1004 | 2026-03-13T18:22:16.254Z | Downloaded h2 v0.4.13 |
| 1005 | 2026-03-13T18:22:16.254Z | Downloaded itertools v0.14.0 |
| 1006 | 2026-03-13T18:22:16.254Z | Downloaded vergen-lib v0.1.6 |
| 1007 | 2026-03-13T18:22:16.254Z | Downloaded vergen-gitcl v1.0.8 |
| 1008 | 2026-03-13T18:22:16.254Z | Downloaded tar v0.4.44 |
| 1009 | 2026-03-13T18:22:16.254Z | Downloaded zeroize_derive v1.4.3 |
| 1010 | 2026-03-13T18:22:16.254Z | Downloaded tokio-rustls v0.26.4 |
| 1011 | 2026-03-13T18:22:16.254Z | Downloaded iri-string v0.7.10 |
| 1012 | 2026-03-13T18:22:16.254Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1013 | 2026-03-13T18:22:16.254Z | Downloaded zone_cfg_derive v0.3.1 |
| 1014 | 2026-03-13T18:22:16.254Z | Downloaded wait-timeout v0.2.1 |
| 1015 | 2026-03-13T18:22:16.254Z | Downloaded hkdf v0.12.4 |
| 1016 | 2026-03-13T18:22:16.254Z | Downloaded samael v0.0.19 |
| 1017 | 2026-03-13T18:22:16.254Z | Downloaded thiserror-no-std v2.0.2 |
| 1018 | 2026-03-13T18:22:16.254Z | Downloaded test-strategy v0.4.5 |
| 1019 | 2026-03-13T18:22:16.254Z | Downloaded walkdir v2.5.0 |
| 1020 | 2026-03-13T18:22:16.254Z | Downloaded uzers v0.12.2 |
| 1021 | 2026-03-13T18:22:16.255Z | Downloaded libm v0.2.16 |
| 1022 | 2026-03-13T18:22:16.255Z | Downloaded vsss-rs v3.3.4 |
| 1023 | 2026-03-13T18:22:16.255Z | Downloaded rsa v0.9.10 |
| 1024 | 2026-03-13T18:22:16.255Z | Downloaded blake3 v1.8.3 |
| 1025 | 2026-03-13T18:22:16.255Z | Downloaded whoami v2.1.0 |
| 1026 | 2026-03-13T18:22:16.255Z | Downloaded whoami v1.6.1 |
| 1027 | 2026-03-13T18:22:16.255Z | Downloaded wyz v0.5.1 |
| 1028 | 2026-03-13T18:22:16.255Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1029 | 2026-03-13T18:22:16.255Z | Downloaded vergen-git2 v1.0.7 |
| 1030 | 2026-03-13T18:22:16.255Z | Downloaded futures-util v0.3.32 |
| 1031 | 2026-03-13T18:22:16.255Z | Downloaded xshell v0.2.7 |
| 1032 | 2026-03-13T18:22:16.255Z | Downloaded twox-hash v2.1.2 |
| 1033 | 2026-03-13T18:22:16.255Z | Downloaded tinyvec v1.10.0 |
| 1034 | 2026-03-13T18:22:16.255Z | Downloaded rand v0.10.0 |
| 1035 | 2026-03-13T18:22:16.255Z | Downloaded xz2 v0.1.7 |
| 1036 | 2026-03-13T18:22:16.255Z | Downloaded zone v0.3.1 |
| 1037 | 2026-03-13T18:22:16.256Z | Downloaded toml v0.7.8 |
| 1038 | 2026-03-13T18:22:16.256Z | Downloaded tokio-stream v0.1.18 |
| 1039 | 2026-03-13T18:22:16.256Z | Downloaded tokio-rustls v0.24.1 |
| 1040 | 2026-03-13T18:22:16.256Z | Downloaded schemars v0.9.0 |
| 1041 | 2026-03-13T18:22:16.256Z | Downloaded unicode-properties v0.1.4 |
| 1042 | 2026-03-13T18:22:16.256Z | Downloaded zeroize v1.8.2 |
| 1043 | 2026-03-13T18:22:16.256Z | Downloaded unicode-bidi v0.3.18 |
| 1044 | 2026-03-13T18:22:16.256Z | Downloaded tungstenite v0.23.0 |
| 1045 | 2026-03-13T18:22:16.256Z | Downloaded tungstenite v0.21.0 |
| 1046 | 2026-03-13T18:22:16.256Z | Downloaded tracing-core v0.1.36 |
| 1047 | 2026-03-13T18:22:16.256Z | Downloaded p521 v0.13.3 |
| 1048 | 2026-03-13T18:22:16.256Z | Downloaded zstd v0.13.3 |
| 1049 | 2026-03-13T18:22:16.256Z | Downloaded zerocopy v0.6.6 |
| 1050 | 2026-03-13T18:22:16.256Z | Downloaded rustyline v14.0.0 |
| 1051 | 2026-03-13T18:22:16.256Z | Downloaded yasna v0.5.2 |
| 1052 | 2026-03-13T18:22:16.256Z | Downloaded vergen v9.0.6 |
| 1053 | 2026-03-13T18:22:16.256Z | Downloaded snafu v0.8.9 |
| 1054 | 2026-03-13T18:22:16.256Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1055 | 2026-03-13T18:22:16.256Z | Downloaded tracing-attributes v0.1.31 |
| 1056 | 2026-03-13T18:22:16.256Z | Downloaded russh v0.45.0 |
| 1057 | 2026-03-13T18:22:16.256Z | Downloaded bindgen v0.71.1 |
| 1058 | 2026-03-13T18:22:16.256Z | Downloaded libxml v0.3.3 |
| 1059 | 2026-03-13T18:22:16.263Z | Downloaded unsafe-libyaml v0.2.11 |
| 1060 | 2026-03-13T18:22:16.263Z | Downloaded typify v0.6.1 |
| 1061 | 2026-03-13T18:22:16.263Z | Downloaded steno v0.4.1 |
| 1062 | 2026-03-13T18:22:16.263Z | Downloaded hyper v1.8.1 |
| 1063 | 2026-03-13T18:22:16.263Z | Downloaded ar_archive_writer v0.5.1 |
| 1064 | 2026-03-13T18:22:16.263Z | Downloaded hmac v0.12.1 |
| 1065 | 2026-03-13T18:22:16.263Z | Downloaded derive_more v2.1.1 |
| 1066 | 2026-03-13T18:22:16.263Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1067 | 2026-03-13T18:22:16.263Z | Downloaded der v0.7.10 |
| 1068 | 2026-03-13T18:22:16.263Z | Downloaded zstd-safe v7.2.4 |
| 1069 | 2026-03-13T18:22:16.263Z | Downloaded progenitor-client v0.11.2 |
| 1070 | 2026-03-13T18:22:16.263Z | Downloaded zopfli v0.8.3 |
| 1071 | 2026-03-13T18:22:16.263Z | Downloaded arc-swap v1.8.2 |
| 1072 | 2026-03-13T18:22:16.263Z | Downloaded memmap2 v0.9.10 |
| 1073 | 2026-03-13T18:22:16.263Z | Downloaded ignore v0.4.25 |
| 1074 | 2026-03-13T18:22:16.263Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1075 | 2026-03-13T18:22:16.263Z | Downloaded num-integer v0.1.46 |
| 1076 | 2026-03-13T18:22:16.263Z | Downloaded pbkdf2 v0.12.2 |
| 1077 | 2026-03-13T18:22:16.264Z | Downloaded chacha20poly1305 v0.10.1 |
| 1078 | 2026-03-13T18:22:16.264Z | Downloaded bytes v1.11.1 |
| 1079 | 2026-03-13T18:22:16.264Z | Downloaded ssh-key v0.6.7 |
| 1080 | 2026-03-13T18:22:16.264Z | Downloaded rpassword v7.4.0 |
| 1081 | 2026-03-13T18:22:16.264Z | Downloaded ron v0.12.0 |
| 1082 | 2026-03-13T18:22:16.264Z | Downloaded zip v0.6.6 |
| 1083 | 2026-03-13T18:22:16.264Z | Downloaded reedline v0.40.0 |
| 1084 | 2026-03-13T18:22:16.264Z | Downloaded git2 v0.20.4 |
| 1085 | 2026-03-13T18:22:16.264Z | Downloaded typify v0.4.3 |
| 1086 | 2026-03-13T18:22:16.264Z | Downloaded reqwest v0.13.2 |
| 1087 | 2026-03-13T18:22:16.264Z | Downloaded reqwest v0.12.28 |
| 1088 | 2026-03-13T18:22:16.264Z | Downloaded unicode-segmentation v1.12.0 |
| 1089 | 2026-03-13T18:22:16.264Z | Downloaded toml_edit v0.19.15 |
| 1090 | 2026-03-13T18:22:16.264Z | Downloaded zerocopy-derive v0.8.40 |
| 1091 | 2026-03-13T18:22:16.264Z | Downloaded bitvec v1.0.1 |
| 1092 | 2026-03-13T18:22:16.264Z | Downloaded vte v0.14.1 |
| 1093 | 2026-03-13T18:22:16.264Z | Downloaded uuid v1.21.0 |
| 1094 | 2026-03-13T18:22:16.264Z | Downloaded half v2.7.1 |
| 1095 | 2026-03-13T18:22:16.264Z | Downloaded nanorand v0.7.0 |
| 1096 | 2026-03-13T18:22:16.264Z | Downloaded olpc-cjson v0.1.4 |
| 1097 | 2026-03-13T18:22:16.264Z | Downloaded lock_api v0.4.14 |
| 1098 | 2026-03-13T18:22:16.266Z | Downloaded linear-map v1.2.0 |
| 1099 | 2026-03-13T18:22:16.266Z | Downloaded base64 v0.22.1 |
| 1100 | 2026-03-13T18:22:16.266Z | Downloaded yansi v1.0.1 |
| 1101 | 2026-03-13T18:22:16.266Z | Downloaded goblin v0.10.5 |
| 1102 | 2026-03-13T18:22:16.266Z | Downloaded regex v1.12.3 |
| 1103 | 2026-03-13T18:22:16.266Z | Downloaded quick-xml v0.37.5 |
| 1104 | 2026-03-13T18:22:16.266Z | Downloaded derive-where v1.6.0 |
| 1105 | 2026-03-13T18:22:16.266Z | Downloaded num-derive v0.4.2 |
| 1106 | 2026-03-13T18:22:16.266Z | Downloaded darling_core v0.23.0 |
| 1107 | 2026-03-13T18:22:16.266Z | Downloaded des v0.8.1 |
| 1108 | 2026-03-13T18:22:16.266Z | Downloaded allocator-api2 v0.2.21 |
| 1109 | 2026-03-13T18:22:16.266Z | Downloaded num v0.4.3 |
| 1110 | 2026-03-13T18:22:16.266Z | Downloaded nonempty v0.12.0 |
| 1111 | 2026-03-13T18:22:16.266Z | Downloaded libsw-core v0.3.2 |
| 1112 | 2026-03-13T18:22:16.266Z | Downloaded rustls-webpki v0.101.7 |
| 1113 | 2026-03-13T18:22:16.266Z | Downloaded zip v4.6.1 |
| 1114 | 2026-03-13T18:22:16.266Z | Downloaded tough v0.20.0 |
| 1115 | 2026-03-13T18:22:16.266Z | Downloaded typed-path v0.9.3 |
| 1116 | 2026-03-13T18:22:16.266Z | Downloaded unicode_categories v0.1.1 |
| 1117 | 2026-03-13T18:22:16.266Z | Downloaded tokio-postgres v0.7.16 |
| 1118 | 2026-03-13T18:22:16.266Z | Downloaded p384 v0.13.1 |
| 1119 | 2026-03-13T18:22:16.267Z | Downloaded curve25519-dalek v4.1.3 |
| 1120 | 2026-03-13T18:22:16.267Z | Downloaded serde_with v3.17.0 |
| 1121 | 2026-03-13T18:22:16.267Z | Downloaded proptest v1.10.0 |
| 1122 | 2026-03-13T18:22:16.268Z | Downloaded unicode-normalization v0.1.25 |
| 1123 | 2026-03-13T18:22:16.268Z | Downloaded tower v0.5.3 |
| 1124 | 2026-03-13T18:22:16.269Z | Downloaded rustls-webpki v0.102.8 |
| 1125 | 2026-03-13T18:22:16.269Z | Downloaded x509-cert v0.2.5 |
| 1126 | 2026-03-13T18:22:16.269Z | Downloaded tokio-util v0.7.18 |
| 1127 | 2026-03-13T18:22:16.269Z | Downloaded rayon v1.11.0 |
| 1128 | 2026-03-13T18:22:16.269Z | Downloaded quinn-proto v0.11.13 |
| 1129 | 2026-03-13T18:22:16.269Z | Downloaded openssl v0.10.75 |
| 1130 | 2026-03-13T18:22:16.269Z | Downloaded winnow v0.6.26 |
| 1131 | 2026-03-13T18:22:16.269Z | Downloaded petname v2.0.2 |
| 1132 | 2026-03-13T18:22:16.269Z | Downloaded salty v0.3.0 |
| 1133 | 2026-03-13T18:22:16.269Z | Downloaded moka v0.12.13 |
| 1134 | 2026-03-13T18:22:16.269Z | Downloaded dropshot v0.16.7 |
| 1135 | 2026-03-13T18:22:16.269Z | Downloaded rustls v0.21.12 |
| 1136 | 2026-03-13T18:22:16.273Z | Downloaded nix v0.29.0 |
| 1137 | 2026-03-13T18:22:16.273Z | Downloaded nix v0.31.1 |
| 1138 | 2026-03-13T18:22:16.284Z | Downloaded lalrpop v0.19.12 |
| 1139 | 2026-03-13T18:22:16.292Z | Downloaded diesel v2.2.12 |
| 1140 | 2026-03-13T18:22:16.305Z | Downloaded polar-core v0.27.3 |
| 1141 | 2026-03-13T18:22:16.310Z | Downloaded chrono v0.4.44 |
| 1142 | 2026-03-13T18:22:16.318Z | Downloaded regress v0.10.5 |
| 1143 | 2026-03-13T18:22:16.325Z | Downloaded radix_trie v0.2.1 |
| 1144 | 2026-03-13T18:22:16.330Z | Downloaded openapiv3 v2.2.0 |
| 1145 | 2026-03-13T18:22:16.335Z | Downloaded tower-http v0.6.8 |
| 1146 | 2026-03-13T18:22:16.343Z | Downloaded rustls v0.23.37 |
| 1147 | 2026-03-13T18:22:16.352Z | Downloaded nix v0.27.1 |
| 1148 | 2026-03-13T18:22:16.359Z | Downloaded portable-atomic v1.13.1 |
| 1149 | 2026-03-13T18:22:16.364Z | Downloaded libloading v0.8.9 |
| 1150 | 2026-03-13T18:22:16.367Z | Downloaded cargo_toml v0.22.3 |
| 1151 | 2026-03-13T18:22:16.367Z | Downloaded colored v2.2.0 |
| 1152 | 2026-03-13T18:22:16.370Z | Downloaded newline-converter v0.3.0 |
| 1153 | 2026-03-13T18:22:16.370Z | Downloaded md5 v0.7.0 |
| 1154 | 2026-03-13T18:22:16.370Z | Downloaded libefi-sys v0.1.0 |
| 1155 | 2026-03-13T18:22:16.373Z | Downloaded object v0.30.4 |
| 1156 | 2026-03-13T18:22:16.377Z | Downloaded maybe-uninit v2.0.0 |
| 1157 | 2026-03-13T18:22:16.381Z | Downloaded ipnetwork v0.21.1 |
| 1158 | 2026-03-13T18:22:16.381Z | Downloaded ingot v0.1.1 |
| 1159 | 2026-03-13T18:22:16.384Z | Downloaded jobserver v0.1.34 |
| 1160 | 2026-03-13T18:22:16.384Z | Downloaded indoc v2.0.7 |
| 1161 | 2026-03-13T18:22:16.385Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1162 | 2026-03-13T18:22:16.389Z | Downloaded winnow v0.5.40 |
| 1163 | 2026-03-13T18:22:16.394Z | Downloaded md-5 v0.10.6 |
| 1164 | 2026-03-13T18:22:16.398Z | Downloaded match_cfg v0.1.0 |
| 1165 | 2026-03-13T18:22:16.398Z | Downloaded maplit v1.0.2 |
| 1166 | 2026-03-13T18:22:16.398Z | Downloaded crossterm v0.28.1 |
| 1167 | 2026-03-13T18:22:16.401Z | Downloaded futures-channel v0.3.32 |
| 1168 | 2026-03-13T18:22:16.404Z | Downloaded dropshot-api-manager v0.6.0 |
| 1169 | 2026-03-13T18:22:16.407Z | Downloaded derive_more-impl v2.1.1 |
| 1170 | 2026-03-13T18:22:16.410Z | Downloaded darling_core v0.20.11 |
| 1171 | 2026-03-13T18:22:16.413Z | Downloaded sqlparser v0.61.0 |
| 1172 | 2026-03-13T18:22:16.421Z | Downloaded colored v3.1.1 |
| 1173 | 2026-03-13T18:22:16.425Z | Downloaded bstr v1.12.1 |
| 1174 | 2026-03-13T18:22:16.432Z | Downloaded http-body-util v0.1.3 |
| 1175 | 2026-03-13T18:22:16.436Z | Downloaded data-encoding v2.10.0 |
| 1176 | 2026-03-13T18:22:16.436Z | Downloaded highway v1.3.0 |
| 1177 | 2026-03-13T18:22:16.436Z | Downloaded crc32fast v1.5.0 |
| 1178 | 2026-03-13T18:22:16.436Z | Downloaded cexpr v0.6.0 |
| 1179 | 2026-03-13T18:22:16.440Z | Downloaded tabled v0.20.0 |
| 1180 | 2026-03-13T18:22:16.449Z | Downloaded cancel-safe-futures v0.1.5 |
| 1181 | 2026-03-13T18:22:16.453Z | Downloaded bzip2 v0.6.1 |
| 1182 | 2026-03-13T18:22:16.453Z | Downloaded bzip2 v0.4.4 |
| 1183 | 2026-03-13T18:22:16.457Z | Downloaded backon v1.6.0 |
| 1184 | 2026-03-13T18:22:16.457Z | Downloaded time v0.3.47 |
| 1185 | 2026-03-13T18:22:16.465Z | Downloaded nix v0.28.0 |
| 1186 | 2026-03-13T18:22:16.472Z | Downloaded arrayvec v0.7.6 |
| 1187 | 2026-03-13T18:22:16.475Z | Downloaded inout v0.1.4 |
| 1188 | 2026-03-13T18:22:16.475Z | Downloaded internet-checksum v0.2.1 |
| 1189 | 2026-03-13T18:22:16.475Z | Downloaded globset v0.4.18 |
| 1190 | 2026-03-13T18:22:16.478Z | Downloaded globwalk v0.9.1 |
| 1191 | 2026-03-13T18:22:16.478Z | Downloaded glob v0.3.3 |
| 1192 | 2026-03-13T18:22:16.481Z | Downloaded git-stub-vcs v0.1.0 |
| 1193 | 2026-03-13T18:22:16.481Z | Downloaded smoltcp v0.9.1 |
| 1194 | 2026-03-13T18:22:16.489Z | Downloaded futures-executor v0.3.32 |
| 1195 | 2026-03-13T18:22:16.493Z | Downloaded chacha20 v0.10.0 |
| 1196 | 2026-03-13T18:22:16.493Z | Downloaded http-range v0.1.5 |
| 1197 | 2026-03-13T18:22:16.493Z | Downloaded foldhash v0.1.5 |
| 1198 | 2026-03-13T18:22:16.493Z | Downloaded find-msvc-tools v0.1.9 |
| 1199 | 2026-03-13T18:22:16.497Z | Downloaded deranged v0.5.8 |
| 1200 | 2026-03-13T18:22:16.497Z | Downloaded daft v0.1.5 |
| 1201 | 2026-03-13T18:22:16.497Z | Downloaded regex-syntax v0.6.29 |
| 1202 | 2026-03-13T18:22:16.502Z | Downloaded zerocopy-derive v0.6.6 |
| 1203 | 2026-03-13T18:22:16.508Z | Downloaded zlib-rs v0.6.2 |
| 1204 | 2026-03-13T18:22:16.513Z | Downloaded convert_case v0.10.0 |
| 1205 | 2026-03-13T18:22:16.515Z | Downloaded chacha20 v0.9.1 |
| 1206 | 2026-03-13T18:22:16.515Z | Downloaded diesel-dtrace v0.4.2 |
| 1207 | 2026-03-13T18:22:16.518Z | Downloaded derive-ex v0.1.8 |
| 1208 | 2026-03-13T18:22:16.518Z | Downloaded darling v0.20.11 |
| 1209 | 2026-03-13T18:22:16.521Z | Downloaded regex-automata v0.4.14 |
| 1210 | 2026-03-13T18:22:16.532Z | Downloaded constant_time_eq v0.4.2 |
| 1211 | 2026-03-13T18:22:16.535Z | Downloaded bcs v0.1.6 |
| 1212 | 2026-03-13T18:22:16.537Z | Downloaded httpdate v1.0.3 |
| 1213 | 2026-03-13T18:22:16.537Z | Downloaded corncobs v0.1.4 |
| 1214 | 2026-03-13T18:22:16.540Z | Downloaded vcpkg v0.2.15 |
| 1215 | 2026-03-13T18:22:16.567Z | Downloaded buf-list v1.1.2 |
| 1216 | 2026-03-13T18:22:16.570Z | Downloaded object v0.37.3 |
| 1217 | 2026-03-13T18:22:16.579Z | Downloaded webpki-roots v1.0.6 |
| 1218 | 2026-03-13T18:22:16.582Z | Downloaded jiff v0.2.21 |
| 1219 | 2026-03-13T18:22:16.594Z | Downloaded rustls v0.22.4 |
| 1220 | 2026-03-13T18:22:16.604Z | Downloaded hickory-proto v0.24.4 |
| 1221 | 2026-03-13T18:22:16.614Z | Downloaded petgraph v0.8.3 |
| 1222 | 2026-03-13T18:22:16.631Z | Downloaded smoltcp v0.11.0 |
| 1223 | 2026-03-13T18:22:16.640Z | Downloaded libz-sys v1.1.24 |
| 1224 | 2026-03-13T18:22:16.656Z | Downloaded regex-syntax v0.8.10 |
| 1225 | 2026-03-13T18:22:16.662Z | Downloaded zerocopy v0.8.40 |
| 1226 | 2026-03-13T18:22:16.669Z | Downloaded hickory-proto v0.25.2 |
| 1227 | 2026-03-13T18:22:16.680Z | Downloaded csv v1.4.0 |
| 1228 | 2026-03-13T18:22:16.696Z | Downloaded rustix v0.38.44 |
| 1229 | 2026-03-13T18:22:16.713Z | Downloaded chrono-tz v0.10.4 |
| 1230 | 2026-03-13T18:22:16.727Z | Downloaded base64ct v1.8.3 |
| 1231 | 2026-03-13T18:22:16.730Z | Downloaded env_logger v0.11.9 |
| 1232 | 2026-03-13T18:22:16.733Z | Downloaded cipher v0.4.4 |
| 1233 | 2026-03-13T18:22:16.733Z | Downloaded cargo_metadata v0.19.2 |
| 1234 | 2026-03-13T18:22:16.733Z | Downloaded filetime v0.2.27 |
| 1235 | 2026-03-13T18:22:16.737Z | Downloaded either v1.15.0 |
| 1236 | 2026-03-13T18:22:16.737Z | Downloaded ed25519 v2.2.3 |
| 1237 | 2026-03-13T18:22:16.737Z | Downloaded defmt-macros v1.0.1 |
| 1238 | 2026-03-13T18:22:16.740Z | Downloaded daft-derive v0.1.5 |
| 1239 | 2026-03-13T18:22:16.806Z | Downloaded cmake v0.1.57 |
| 1240 | 2026-03-13T18:22:16.806Z | Downloaded hex v0.4.3 |
| 1241 | 2026-03-13T18:22:16.816Z | Downloaded git-stub v1.0.0 |
| 1242 | 2026-03-13T18:22:16.816Z | Downloaded ghash v0.5.1 |
| 1243 | 2026-03-13T18:22:16.816Z | Downloaded futures-task v0.3.32 |
| 1244 | 2026-03-13T18:22:16.816Z | Downloaded futures-sink v0.3.32 |
| 1245 | 2026-03-13T18:22:16.816Z | Downloaded futures-io v0.3.32 |
| 1246 | 2026-03-13T18:22:16.816Z | Downloaded funty v2.0.0 |
| 1247 | 2026-03-13T18:22:16.816Z | Downloaded darling_core v0.21.3 |
| 1248 | 2026-03-13T18:22:16.816Z | Downloaded futures-macro v0.3.32 |
| 1249 | 2026-03-13T18:22:16.816Z | Downloaded futures-core v0.3.32 |
| 1250 | 2026-03-13T18:22:16.816Z | Downloaded ahash v0.8.12 |
| 1251 | 2026-03-13T18:22:16.816Z | Downloaded cfg_aliases v0.1.1 |
| 1252 | 2026-03-13T18:22:16.816Z | Downloaded bb8 v0.8.6 |
| 1253 | 2026-03-13T18:22:16.816Z | Downloaded array-init v0.0.4 |
| 1254 | 2026-03-13T18:22:16.816Z | Downloaded adler2 v2.0.1 |
| 1255 | 2026-03-13T18:22:16.816Z | Downloaded foreign-types v0.3.2 |
| 1256 | 2026-03-13T18:22:16.817Z | Downloaded darling_macro v0.20.11 |
| 1257 | 2026-03-13T18:22:16.817Z | Downloaded cpufeatures v0.3.0 |
| 1258 | 2026-03-13T18:22:16.817Z | Downloaded arrayref v0.3.9 |
| 1259 | 2026-03-13T18:22:16.817Z | Downloaded async-stream v0.3.6 |
| 1260 | 2026-03-13T18:22:16.817Z | Downloaded env_filter v1.0.0 |
| 1261 | 2026-03-13T18:22:16.817Z | Downloaded ciborium-ll v0.2.2 |
| 1262 | 2026-03-13T18:22:16.817Z | Downloaded dunce v1.0.5 |
| 1263 | 2026-03-13T18:22:16.817Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 1264 | 2026-03-13T18:22:16.817Z | Downloaded bit-set v0.8.0 |
| 1265 | 2026-03-13T18:22:16.817Z | Downloaded ascii-canvas v3.0.0 |
| 1266 | 2026-03-13T18:22:16.817Z | Downloaded enum-as-inner v0.6.1 |
| 1267 | 2026-03-13T18:22:16.817Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1268 | 2026-03-13T18:22:16.817Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1269 | 2026-03-13T18:22:16.817Z | Downloaded crc8 v0.1.1 |
| 1270 | 2026-03-13T18:22:16.817Z | Downloaded async-stream-impl v0.3.6 |
| 1271 | 2026-03-13T18:22:16.817Z | Downloaded dof v0.4.0 |
| 1272 | 2026-03-13T18:22:16.817Z | Downloaded display-error-chain v0.2.2 |
| 1273 | 2026-03-13T18:22:16.818Z | Downloaded cstr-argument v0.1.2 |
| 1274 | 2026-03-13T18:22:16.818Z | Downloaded crunchy v0.2.4 |
| 1275 | 2026-03-13T18:22:16.818Z | Downloaded sled v0.34.7 |
| 1276 | 2026-03-13T18:22:16.818Z | Downloaded clang-sys v1.8.1 |
| 1277 | 2026-03-13T18:22:16.818Z | Downloaded bit-vec v0.8.0 |
| 1278 | 2026-03-13T18:22:16.818Z | Downloaded async-bb8-diesel v0.2.1 |
| 1279 | 2026-03-13T18:22:16.818Z | Downloaded document-features v0.2.12 |
| 1280 | 2026-03-13T18:22:16.818Z | Downloaded difflib v0.4.0 |
| 1281 | 2026-03-13T18:22:16.818Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-03-13T18:22:16.818Z | Downloaded convert_case v0.4.0 |
| 1283 | 2026-03-13T18:22:16.818Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-03-13T18:22:16.824Z | Downloaded typify-impl v0.6.1 |
| 1285 | 2026-03-13T18:22:16.832Z | Downloaded typify-impl v0.4.3 |
| 1286 | 2026-03-13T18:22:16.840Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-03-13T18:22:16.850Z | Downloaded tracing v0.1.44 |
| 1288 | 2026-03-13T18:22:16.868Z | Downloaded darling_macro v0.23.0 |
| 1289 | 2026-03-13T18:22:16.880Z | Downloaded ciborium-io v0.2.2 |
| 1290 | 2026-03-13T18:22:16.880Z | Downloaded cfg_aliases v0.2.1 |
| 1291 | 2026-03-13T18:22:16.880Z | Downloaded aead v0.5.2 |
| 1292 | 2026-03-13T18:22:16.880Z | Downloaded cobs v0.3.0 |
| 1293 | 2026-03-13T18:22:16.880Z | Downloaded atty v0.2.14 |
| 1294 | 2026-03-13T18:22:16.884Z | Downloaded bitfield-macros v0.19.4 |
| 1295 | 2026-03-13T18:22:16.884Z | Downloaded cassowary v0.3.0 |
| 1296 | 2026-03-13T18:22:16.890Z | Downloaded bitflags v1.3.2 |
| 1297 | 2026-03-13T18:22:16.890Z | Downloaded async-trait v0.1.89 |
| 1298 | 2026-03-13T18:22:16.890Z | Downloaded atomic-waker v1.1.2 |
| 1299 | 2026-03-13T18:22:16.890Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1300 | 2026-03-13T18:22:16.890Z | Downloaded defmt v1.0.1 |
| 1301 | 2026-03-13T18:22:16.890Z | Downloaded darling_macro v0.21.3 |
| 1302 | 2026-03-13T18:22:16.890Z | Downloaded crossbeam-epoch v0.9.18 |
| 1303 | 2026-03-13T18:22:16.890Z | Downloaded cargo-platform v0.1.9 |
| 1304 | 2026-03-13T18:22:16.891Z | Downloaded embedded-io v0.4.0 |
| 1305 | 2026-03-13T18:22:16.892Z | Downloaded blowfish v0.9.1 |
| 1306 | 2026-03-13T18:22:16.892Z | Downloaded backoff v0.4.0 |
| 1307 | 2026-03-13T18:22:16.892Z | Downloaded atomicwrites v0.4.4 |
| 1308 | 2026-03-13T18:22:16.892Z | Downloaded ctr v0.9.2 |
| 1309 | 2026-03-13T18:22:16.892Z | Downloaded bit-set v0.5.3 |
| 1310 | 2026-03-13T18:22:16.897Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-03-13T18:22:16.933Z | Downloaded petgraph v0.6.5 |
| 1312 | 2026-03-13T18:22:16.965Z | Downloaded lzma-sys v0.1.20 |
| 1313 | 2026-03-13T18:22:17.033Z | Downloaded sha3 v0.10.8 |
| 1314 | 2026-03-13T18:22:17.037Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-03-13T18:22:17.045Z | Downloaded tokio v1.49.0 |
| 1316 | 2026-03-13T18:22:17.150Z | Downloaded ring v0.17.14 |
| 1317 | 2026-03-13T18:22:17.902Z | Downloaded aws-lc-sys v0.37.1 |
| 1318 | 2026-03-13T18:22:18.187Z | Compiling libc v0.2.180 |
| 1319 | 2026-03-13T18:22:18.187Z | Compiling serde v1.0.228 |
| 1320 | 2026-03-13T18:22:18.193Z | Compiling log v0.4.29 |
| 1321 | 2026-03-13T18:22:18.193Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-03-13T18:22:18.193Z | Compiling shlex v1.3.0 |
| 1323 | 2026-03-13T18:22:18.193Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-03-13T18:22:18.193Z | Compiling typenum v1.19.0 |
| 1325 | 2026-03-13T18:22:18.193Z | Compiling subtle v2.6.1 |
| 1326 | 2026-03-13T18:22:18.387Z | Compiling generic-array v0.14.7 |
| 1327 | 2026-03-13T18:22:18.399Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-03-13T18:22:18.399Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-03-13T18:22:18.437Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-03-13T18:22:18.442Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-03-13T18:22:18.456Z | Compiling syn v2.0.117 |
| 1332 | 2026-03-13T18:22:18.467Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-03-13T18:22:18.511Z | Compiling pin-project-lite v0.2.17 |
| 1334 | 2026-03-13T18:22:18.641Z | Compiling serde_json v1.0.149 |
| 1335 | 2026-03-13T18:22:18.656Z | Compiling parking_lot_core v0.9.12 |
| 1336 | 2026-03-13T18:22:18.677Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-03-13T18:22:18.709Z | Compiling lock_api v0.4.14 |
| 1338 | 2026-03-13T18:22:18.713Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-03-13T18:22:18.713Z | Compiling libm v0.2.16 |
| 1340 | 2026-03-13T18:22:18.767Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-03-13T18:22:18.786Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-03-13T18:22:18.878Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-03-13T18:22:18.944Z | Compiling allocator-api2 v0.2.21 |
| 1344 | 2026-03-13T18:22:19.043Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-03-13T18:22:19.048Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-03-13T18:22:19.123Z | Compiling foldhash v0.2.0 |
| 1347 | 2026-03-13T18:22:19.189Z | Compiling slab v0.4.12 |
| 1348 | 2026-03-13T18:22:19.206Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-03-13T18:22:19.271Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-03-13T18:22:19.351Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-03-13T18:22:19.404Z | Compiling hashbrown v0.16.1 |
| 1352 | 2026-03-13T18:22:19.422Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-03-13T18:22:19.464Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-03-13T18:22:19.492Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-03-13T18:22:19.492Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-03-13T18:22:19.498Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-03-13T18:22:19.530Z | Compiling ident_case v1.0.1 |
| 1358 | 2026-03-13T18:22:19.583Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-03-13T18:22:19.676Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-03-13T18:22:19.783Z | Compiling dunce v1.0.5 |
| 1361 | 2026-03-13T18:22:19.810Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-03-13T18:22:19.810Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-03-13T18:22:19.810Z | Compiling errno v0.3.14 |
| 1364 | 2026-03-13T18:22:19.867Z | Compiling mio v1.1.1 |
| 1365 | 2026-03-13T18:22:19.907Z | Compiling socket2 v0.6.2 |
| 1366 | 2026-03-13T18:22:19.951Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-13T18:22:19.991Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-03-13T18:22:20.081Z | Compiling cc v1.2.56 |
| 1369 | 2026-03-13T18:22:20.116Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-03-13T18:22:20.122Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-03-13T18:22:20.211Z | Compiling indexmap v2.13.0 |
| 1372 | 2026-03-13T18:22:20.297Z | Compiling pem-rfc7468 v0.7.0 |
| 1373 | 2026-03-13T18:22:20.328Z | Compiling flagset v0.4.7 |
| 1374 | 2026-03-13T18:22:20.365Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-03-13T18:22:20.399Z | Compiling rustix v1.1.3 |
| 1376 | 2026-03-13T18:22:20.442Z | Compiling uuid v1.21.0 |
| 1377 | 2026-03-13T18:22:20.459Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-03-13T18:22:20.515Z | Compiling aws-lc-rs v1.16.0 |
| 1379 | 2026-03-13T18:22:20.533Z | Compiling vcpkg v0.2.15 |
| 1380 | 2026-03-13T18:22:20.646Z | Compiling regex-syntax v0.8.10 |
| 1381 | 2026-03-13T18:22:20.682Z | Compiling rand_core v0.9.5 |
| 1382 | 2026-03-13T18:22:20.714Z | Compiling tracing-core v0.1.36 |
| 1383 | 2026-03-13T18:22:20.769Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-03-13T18:22:20.802Z | Compiling untrusted v0.7.1 |
| 1385 | 2026-03-13T18:22:20.962Z | Compiling openssl-probe v0.2.1 |
| 1386 | 2026-03-13T18:22:20.987Z | Compiling httparse v1.10.1 |
| 1387 | 2026-03-13T18:22:21.026Z | Compiling schemars v0.8.22 |
| 1388 | 2026-03-13T18:22:21.121Z | Compiling base64 v0.22.1 |
| 1389 | 2026-03-13T18:22:21.138Z | Compiling untrusted v0.9.0 |
| 1390 | 2026-03-13T18:22:21.167Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-13T18:22:21.192Z | Compiling syn v1.0.109 |
| 1392 | 2026-03-13T18:22:21.227Z | Compiling tower-service v0.3.3 |
| 1393 | 2026-03-13T18:22:21.320Z | Compiling rustls v0.23.37 |
| 1394 | 2026-03-13T18:22:21.372Z | Compiling tinyvec_macros v0.1.1 |
| 1395 | 2026-03-13T18:22:21.396Z | Compiling dyn-clone v1.0.20 |
| 1396 | 2026-03-13T18:22:21.443Z | Compiling try-lock v0.2.5 |
| 1397 | 2026-03-13T18:22:21.475Z | Compiling atomic-waker v1.1.2 |
| 1398 | 2026-03-13T18:22:21.558Z | Compiling tower-layer v0.3.3 |
| 1399 | 2026-03-13T18:22:21.582Z | Compiling want v0.3.1 |
| 1400 | 2026-03-13T18:22:21.608Z | Compiling tinyvec v1.10.0 |
| 1401 | 2026-03-13T18:22:21.614Z | Compiling spin v0.9.8 |
| 1402 | 2026-03-13T18:22:21.614Z | Compiling aho-corasick v1.1.4 |
| 1403 | 2026-03-13T18:22:21.652Z | Compiling httpdate v1.0.3 |
| 1404 | 2026-03-13T18:22:21.675Z | Compiling num-conv v0.2.0 |
| 1405 | 2026-03-13T18:22:21.688Z | Compiling time-core v0.1.8 |
| 1406 | 2026-03-13T18:22:21.778Z | Compiling powerfmt v0.2.0 |
| 1407 | 2026-03-13T18:22:21.841Z | Compiling pin-utils v0.1.0 |
| 1408 | 2026-03-13T18:22:21.855Z | Compiling crc32fast v1.5.0 |
| 1409 | 2026-03-13T18:22:21.890Z | Compiling foreign-types-shared v0.1.1 |
| 1410 | 2026-03-13T18:22:21.932Z | Compiling openssl v0.10.75 |
| 1411 | 2026-03-13T18:22:21.957Z | Compiling time-macros v0.2.27 |
| 1412 | 2026-03-13T18:22:21.985Z | Compiling wait-timeout v0.2.1 |
| 1413 | 2026-03-13T18:22:21.985Z | Compiling socket2 v0.5.10 |
| 1414 | 2026-03-13T18:22:22.026Z | Compiling foreign-types v0.3.2 |
| 1415 | 2026-03-13T18:22:22.032Z | Compiling deranged v0.5.8 |
| 1416 | 2026-03-13T18:22:22.074Z | Compiling num_threads v0.1.7 |
| 1417 | 2026-03-13T18:22:22.078Z | Compiling quick-error v1.2.3 |
| 1418 | 2026-03-13T18:22:22.144Z | Compiling usdt-impl v0.6.0 |
| 1419 | 2026-03-13T18:22:22.160Z | Compiling native-tls v0.2.18 |
| 1420 | 2026-03-13T18:22:22.245Z | Compiling siphasher v1.0.2 |
| 1421 | 2026-03-13T18:22:22.248Z | Compiling bit-vec v0.8.0 |
| 1422 | 2026-03-13T18:22:22.286Z | Compiling simd-adler32 v0.3.8 |
| 1423 | 2026-03-13T18:22:22.320Z | Compiling either v1.15.0 |
| 1424 | 2026-03-13T18:22:22.419Z | Compiling aws-lc-sys v0.37.1 |
| 1425 | 2026-03-13T18:22:22.459Z | Compiling ring v0.17.14 |
| 1426 | 2026-03-13T18:22:22.480Z | Compiling openssl-sys v0.9.111 |
| 1427 | 2026-03-13T18:22:22.503Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1428 | 2026-03-13T18:22:22.599Z | Compiling bit-set v0.8.0 |
| 1429 | 2026-03-13T18:22:22.622Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1430 | 2026-03-13T18:22:22.627Z | Compiling unicode-normalization v0.1.25 |
| 1431 | 2026-03-13T18:22:22.686Z | Compiling tempfile v3.25.0 |
| 1432 | 2026-03-13T18:22:22.709Z | Compiling crossbeam-epoch v0.9.18 |
| 1433 | 2026-03-13T18:22:22.830Z | Compiling synstructure v0.13.2 |
| 1434 | 2026-03-13T18:22:23.065Z | Compiling serde_derive_internals v0.29.1 |
| 1435 | 2026-03-13T18:22:23.090Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-03-13T18:22:23.095Z | Compiling darling_core v0.20.11 |
| 1437 | 2026-03-13T18:22:23.232Z | Compiling regex-automata v0.4.14 |
| 1438 | 2026-03-13T18:22:23.315Z | Compiling rusty-fork v0.3.1 |
| 1439 | 2026-03-13T18:22:23.567Z | Compiling time v0.3.47 |
| 1440 | 2026-03-13T18:22:23.623Z | Compiling darling_core v0.21.3 |
| 1441 | 2026-03-13T18:22:23.701Z | Compiling slog v2.8.2 |
| 1442 | 2026-03-13T18:22:23.761Z | Compiling rand_xorshift v0.4.0 |
| 1443 | 2026-03-13T18:22:24.002Z | Compiling heapless v0.7.17 |
| 1444 | 2026-03-13T18:22:24.007Z | Compiling thread-id v5.1.0 |
| 1445 | 2026-03-13T18:22:24.114Z | Compiling sync_wrapper v1.0.2 |
| 1446 | 2026-03-13T18:22:24.176Z | Compiling cookie v0.18.1 |
| 1447 | 2026-03-13T18:22:24.180Z | Compiling unicode-bidi v0.3.18 |
| 1448 | 2026-03-13T18:22:24.180Z | Compiling unicode-segmentation v1.12.0 |
| 1449 | 2026-03-13T18:22:24.317Z | Compiling signal-hook v0.3.18 |
| 1450 | 2026-03-13T18:22:24.338Z | Compiling zstd-safe v7.2.4 |
| 1451 | 2026-03-13T18:22:24.367Z | Compiling unicode-properties v0.1.4 |
| 1452 | 2026-03-13T18:22:24.415Z | Compiling anyhow v1.0.102 |
| 1453 | 2026-03-13T18:22:24.501Z | Compiling paste v1.0.15 |
| 1454 | 2026-03-13T18:22:24.581Z | Compiling rayon-core v1.13.0 |
| 1455 | 2026-03-13T18:22:24.643Z | Compiling adler2 v2.0.1 |
| 1456 | 2026-03-13T18:22:24.661Z | Compiling unarray v0.1.4 |
| 1457 | 2026-03-13T18:22:24.747Z | Compiling stringprep v0.1.5 |
| 1458 | 2026-03-13T18:22:24.814Z | Compiling miniz_oxide v0.8.9 |
| 1459 | 2026-03-13T18:22:25.014Z | Compiling crossbeam-deque v0.8.6 |
| 1460 | 2026-03-13T18:22:25.034Z | Compiling num-integer v0.1.46 |
| 1461 | 2026-03-13T18:22:25.058Z | Compiling vergen-lib v0.1.6 |
| 1462 | 2026-03-13T18:22:25.172Z | Compiling curve25519-dalek v4.1.3 |
| 1463 | 2026-03-13T18:22:25.286Z | Compiling ff v0.13.1 |
| 1464 | 2026-03-13T18:22:25.328Z | Compiling hash32 v0.2.1 |
| 1465 | 2026-03-13T18:22:25.397Z | Compiling memoffset v0.9.1 |
| 1466 | 2026-03-13T18:22:25.467Z | Compiling iri-string v0.7.10 |
| 1467 | 2026-03-13T18:22:25.491Z | Compiling litrs v1.0.0 |
| 1468 | 2026-03-13T18:22:25.524Z | Compiling serde_derive v1.0.228 |
| 1469 | 2026-03-13T18:22:25.591Z | Compiling zeroize_derive v1.4.3 |
| 1470 | 2026-03-13T18:22:25.683Z | Compiling zerofrom-derive v0.1.6 |
| 1471 | 2026-03-13T18:22:25.733Z | Compiling yoke-derive v0.8.1 |
| 1472 | 2026-03-13T18:22:25.745Z | Compiling zerocopy-derive v0.8.40 |
| 1473 | 2026-03-13T18:22:25.770Z | Compiling zerovec-derive v0.11.2 |
| 1474 | 2026-03-13T18:22:25.859Z | Compiling displaydoc v0.2.5 |
| 1475 | 2026-03-13T18:22:26.889Z | Compiling tokio-macros v2.6.0 |
| 1476 | 2026-03-13T18:22:26.920Z | Compiling futures-macro v0.3.32 |
| 1477 | 2026-03-13T18:22:26.920Z | Compiling zeroize v1.8.2 |
| 1478 | 2026-03-13T18:22:26.920Z | Compiling der_derive v0.7.3 |
| 1479 | 2026-03-13T18:22:27.458Z | Compiling thiserror-impl v2.0.18 |
| 1480 | 2026-03-13T18:22:27.458Z | Compiling rustls-pki-types v1.14.0 |
| 1481 | 2026-03-13T18:22:27.458Z | Compiling tracing-attributes v0.1.31 |
| 1482 | 2026-03-13T18:22:27.458Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-03-13T18:22:28.186Z | Compiling crypto-common v0.1.7 |
| 1484 | 2026-03-13T18:22:28.202Z | Compiling block-buffer v0.10.4 |
| 1485 | 2026-03-13T18:22:28.202Z | Compiling futures-util v0.3.32 |
| 1486 | 2026-03-13T18:22:28.202Z | Compiling zerofrom v0.1.6 |
| 1487 | 2026-03-13T18:22:28.203Z | Compiling block-padding v0.3.3 |
| 1488 | 2026-03-13T18:22:28.203Z | Compiling digest v0.10.7 |
| 1489 | 2026-03-13T18:22:28.203Z | Compiling yoke v0.8.1 |
| 1490 | 2026-03-13T18:22:28.203Z | Compiling inout v0.1.4 |
| 1491 | 2026-03-13T18:22:28.203Z | Compiling schemars_derive v0.8.22 |
| 1492 | 2026-03-13T18:22:28.203Z | Compiling scroll_derive v0.13.1 |
| 1493 | 2026-03-13T18:22:28.203Z | Compiling darling_macro v0.20.11 |
| 1494 | 2026-03-13T18:22:28.203Z | Compiling zerovec v0.11.5 |
| 1495 | 2026-03-13T18:22:28.203Z | Compiling zerotrie v0.2.3 |
| 1496 | 2026-03-13T18:22:28.213Z | Compiling hmac v0.12.1 |
| 1497 | 2026-03-13T18:22:28.265Z | Compiling sha2 v0.10.9 |
| 1498 | 2026-03-13T18:22:28.415Z | Compiling cipher v0.4.4 |
| 1499 | 2026-03-13T18:22:28.746Z | Compiling der v0.7.10 |
| 1500 | 2026-03-13T18:22:28.759Z | Compiling pbkdf2 v0.12.2 |
| 1501 | 2026-03-13T18:22:28.776Z | Compiling tinystr v0.8.2 |
| 1502 | 2026-03-13T18:22:28.855Z | Compiling potential_utf v0.1.4 |
| 1503 | 2026-03-13T18:22:28.877Z | Compiling salsa20 v0.10.2 |
| 1504 | 2026-03-13T18:22:29.031Z | Compiling icu_locale_core v2.1.1 |
| 1505 | 2026-03-13T18:22:29.061Z | Compiling icu_collections v2.1.1 |
| 1506 | 2026-03-13T18:22:29.107Z | Compiling scrypt v0.11.0 |
| 1507 | 2026-03-13T18:22:29.192Z | Compiling aes v0.8.4 |
| 1508 | 2026-03-13T18:22:29.197Z | Compiling thiserror v2.0.18 |
| 1509 | 2026-03-13T18:22:29.274Z | Compiling cbc v0.1.2 |
| 1510 | 2026-03-13T18:22:29.321Z | Compiling tracing v0.1.44 |
| 1511 | 2026-03-13T18:22:29.371Z | Compiling scroll v0.13.0 |
| 1512 | 2026-03-13T18:22:29.485Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-13T18:22:29.553Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-03-13T18:22:29.757Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-03-13T18:22:29.786Z | Compiling goblin v0.10.5 |
| 1516 | 2026-03-13T18:22:29.786Z | Compiling derive_builder_core v0.20.2 |
| 1517 | 2026-03-13T18:22:29.789Z | Compiling spki v0.7.3 |
| 1518 | 2026-03-13T18:22:29.809Z | Compiling dtrace-parser v0.3.0 |
| 1519 | 2026-03-13T18:22:30.303Z | Compiling icu_provider v2.1.1 |
| 1520 | 2026-03-13T18:22:30.367Z | Compiling pkcs5 v0.7.1 |
| 1521 | 2026-03-13T18:22:30.367Z | Compiling signature v2.2.0 |
| 1522 | 2026-03-13T18:22:30.414Z | Compiling bytes v1.11.1 |
| 1523 | 2026-03-13T18:22:30.414Z | Compiling icu_normalizer v2.1.1 |
| 1524 | 2026-03-13T18:22:30.414Z | Compiling icu_properties v2.1.2 |
| 1525 | 2026-03-13T18:22:30.432Z | Compiling chrono v0.4.44 |
| 1526 | 2026-03-13T18:22:30.432Z | Compiling ipnet v2.11.0 |
| 1527 | 2026-03-13T18:22:30.663Z | Compiling pkcs8 v0.10.2 |
| 1528 | 2026-03-13T18:22:30.753Z | Compiling rustls-native-certs v0.8.3 |
| 1529 | 2026-03-13T18:22:30.889Z | Compiling scroll_derive v0.12.1 |
| 1530 | 2026-03-13T18:22:30.957Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-03-13T18:22:30.990Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-03-13T18:22:31.104Z | Compiling tokio v1.49.0 |
| 1533 | 2026-03-13T18:22:31.170Z | Compiling http v1.4.0 |
| 1534 | 2026-03-13T18:22:31.201Z | Compiling erased-serde v0.3.31 |
| 1535 | 2026-03-13T18:22:31.201Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-03-13T18:22:31.201Z | Compiling toml_datetime v0.6.11 |
| 1537 | 2026-03-13T18:22:31.239Z | Compiling md-5 v0.10.6 |
| 1538 | 2026-03-13T18:22:31.331Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-03-13T18:22:31.459Z | Compiling webpki-roots v1.0.6 |
| 1540 | 2026-03-13T18:22:31.480Z | Compiling darling_macro v0.21.3 |
| 1541 | 2026-03-13T18:22:31.572Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-03-13T18:22:31.619Z | Compiling idna_adapter v1.2.1 |
| 1543 | 2026-03-13T18:22:31.619Z | Compiling cfg_aliases v0.2.1 |
| 1544 | 2026-03-13T18:22:31.662Z | Compiling ref-cast v1.0.25 |
| 1545 | 2026-03-13T18:22:31.746Z | Compiling smoltcp v0.9.1 |
| 1546 | 2026-03-13T18:22:31.815Z | Compiling idna v1.1.0 |
| 1547 | 2026-03-13T18:22:31.859Z | Compiling scroll v0.12.0 |
| 1548 | 2026-03-13T18:22:31.914Z | Compiling zlib-rs v0.6.2 |
| 1549 | 2026-03-13T18:22:31.988Z | Compiling rustix v0.38.44 |
| 1550 | 2026-03-13T18:22:32.063Z | Compiling http-body v1.0.1 |
| 1551 | 2026-03-13T18:22:32.106Z | Compiling ryu v1.0.23 |
| 1552 | 2026-03-13T18:22:32.181Z | Compiling psl-types v2.0.11 |
| 1553 | 2026-03-13T18:22:32.219Z | Compiling url v2.5.8 |
| 1554 | 2026-03-13T18:22:32.240Z | Compiling http-body-util v0.1.3 |
| 1555 | 2026-03-13T18:22:32.276Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-03-13T18:22:32.324Z | Compiling ppv-lite86 v0.2.21 |
| 1557 | 2026-03-13T18:22:32.346Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-03-13T18:22:32.408Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-03-13T18:22:32.430Z | Compiling publicsuffix v2.3.0 |
| 1560 | 2026-03-13T18:22:32.582Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-03-13T18:22:32.604Z | Compiling serde_urlencoded v0.7.1 |
| 1562 | 2026-03-13T18:22:32.648Z | Compiling goblin v0.8.2 |
| 1563 | 2026-03-13T18:22:32.670Z | Compiling darling v0.21.3 |
| 1564 | 2026-03-13T18:22:32.765Z | Compiling rand_chacha v0.9.0 |
| 1565 | 2026-03-13T18:22:32.788Z | Compiling rand_chacha v0.3.1 |
| 1566 | 2026-03-13T18:22:32.830Z | Compiling nix v0.31.1 |
| 1567 | 2026-03-13T18:22:32.843Z | Compiling derive_builder v0.20.2 |
| 1568 | 2026-03-13T18:22:32.843Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-03-13T18:22:32.970Z | Compiling cargo-platform v0.1.9 |
| 1570 | 2026-03-13T18:22:33.089Z | Compiling hkdf v0.12.4 |
| 1571 | 2026-03-13T18:22:33.095Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-03-13T18:22:33.227Z | Compiling rand v0.9.2 |
| 1573 | 2026-03-13T18:22:33.282Z | Compiling rand v0.8.5 |
| 1574 | 2026-03-13T18:22:33.328Z | Compiling crypto-bigint v0.5.5 |
| 1575 | 2026-03-13T18:22:33.361Z | Compiling regex v1.12.3 |
| 1576 | 2026-03-13T18:22:33.647Z | Compiling dof v0.4.0 |
| 1577 | 2026-03-13T18:22:33.672Z | Compiling document-features v0.2.12 |
| 1578 | 2026-03-13T18:22:33.884Z | Compiling daft-derive v0.1.5 |
| 1579 | 2026-03-13T18:22:33.905Z | Compiling ref-cast-impl v1.0.25 |
| 1580 | 2026-03-13T18:22:33.936Z | Compiling strum_macros v0.27.2 |
| 1581 | 2026-03-13T18:22:33.973Z | Compiling proptest v1.10.0 |
| 1582 | 2026-03-13T18:22:34.342Z | Compiling ipnetwork v0.21.1 |
| 1583 | 2026-03-13T18:22:34.486Z | Compiling postgres-protocol v0.6.10 |
| 1584 | 2026-03-13T18:22:34.506Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1585 | 2026-03-13T18:22:34.539Z | Compiling async-trait v0.1.89 |
| 1586 | 2026-03-13T18:22:34.710Z | Compiling oxnet v0.1.4 |
| 1587 | 2026-03-13T18:22:34.962Z | Compiling group v0.13.0 |
| 1588 | 2026-03-13T18:22:35.211Z | Compiling num-iter v0.1.45 |
| 1589 | 2026-03-13T18:22:38.845Z | Compiling proc-macro-error v1.0.4 |
| 1590 | 2026-03-13T18:22:38.889Z | Compiling heck v0.4.1 |
| 1591 | 2026-03-13T18:22:38.889Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-03-13T18:22:38.889Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-03-13T18:22:38.889Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-13T18:22:38.889Z | Compiling vergen v9.0.6 |
| 1595 | 2026-03-13T18:22:38.889Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-03-13T18:22:38.889Z | Compiling ahash v0.8.12 |
| 1597 | 2026-03-13T18:22:38.889Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-03-13T18:22:38.889Z | Compiling winnow v0.5.40 |
| 1599 | 2026-03-13T18:22:38.889Z | Compiling object v0.37.3 |
| 1600 | 2026-03-13T18:22:38.889Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-03-13T18:22:38.889Z | Compiling tokio-util v0.7.18 |
| 1602 | 2026-03-13T18:22:38.889Z | Compiling tower v0.5.3 |
| 1603 | 2026-03-13T18:22:38.889Z | Compiling tokio-native-tls v0.3.1 |
| 1604 | 2026-03-13T18:22:38.889Z | Compiling managed v0.8.0 |
| 1605 | 2026-03-13T18:22:38.889Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-03-13T18:22:38.889Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-03-13T18:22:38.889Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-03-13T18:22:38.889Z | Compiling clap_builder v4.5.60 |
| 1609 | 2026-03-13T18:22:38.890Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-03-13T18:22:38.891Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-03-13T18:22:38.891Z | Compiling console v0.16.2 |
| 1612 | 2026-03-13T18:22:38.891Z | Compiling strum v0.27.2 |
| 1613 | 2026-03-13T18:22:38.891Z | Compiling phf v0.13.1 |
| 1614 | 2026-03-13T18:22:38.891Z | Compiling tower-http v0.6.8 |
| 1615 | 2026-03-13T18:22:38.891Z | Compiling usdt-attr-macro v0.6.0 |
| 1616 | 2026-03-13T18:22:38.891Z | Compiling usdt-macro v0.6.0 |
| 1617 | 2026-03-13T18:22:38.891Z | Compiling h2 v0.4.13 |
| 1618 | 2026-03-13T18:22:38.891Z | Compiling newtype-uuid v1.3.2 |
| 1619 | 2026-03-13T18:22:38.891Z | Compiling bzip2 v0.6.1 |
| 1620 | 2026-03-13T18:22:38.891Z | Compiling zone_cfg_derive v0.3.1 |
| 1621 | 2026-03-13T18:22:38.891Z | Compiling dof v0.3.0 |
| 1622 | 2026-03-13T18:22:38.891Z | Compiling daft v0.1.5 |
| 1623 | 2026-03-13T18:22:38.891Z | Compiling signal-hook-mio v0.2.5 |
| 1624 | 2026-03-13T18:22:38.891Z | Compiling rayon v1.11.0 |
| 1625 | 2026-03-13T18:22:38.891Z | Compiling toml_edit v0.19.15 |
| 1626 | 2026-03-13T18:22:38.891Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-13T18:22:38.891Z | Compiling cargo_metadata v0.19.2 |
| 1628 | 2026-03-13T18:22:38.891Z | Compiling elliptic-curve v0.13.8 |
| 1629 | 2026-03-13T18:22:38.891Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-03-13T18:22:38.891Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-13T18:22:38.891Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-03-13T18:22:38.891Z | Compiling zstd v0.13.3 |
| 1633 | 2026-03-13T18:22:38.891Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-03-13T18:22:38.891Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-03-13T18:22:38.891Z | Compiling pkcs1 v0.7.5 |
| 1636 | 2026-03-13T18:22:38.923Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-03-13T18:22:39.066Z | Compiling serde-big-array v0.5.1 |
| 1638 | 2026-03-13T18:22:39.156Z | Compiling hex v0.4.3 |
| 1639 | 2026-03-13T18:22:39.325Z | Compiling rfc6979 v0.4.0 |
| 1640 | 2026-03-13T18:22:39.461Z | Compiling bstr v1.12.1 |
| 1641 | 2026-03-13T18:22:39.500Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-03-13T18:22:39.541Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-03-13T18:22:39.981Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-03-13T18:22:40.063Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-03-13T18:22:40.193Z | Compiling itertools v0.12.1 |
| 1646 | 2026-03-13T18:22:40.235Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-03-13T18:22:40.338Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-03-13T18:22:40.354Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-03-13T18:22:40.380Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-03-13T18:22:40.466Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-03-13T18:22:40.501Z | Compiling encoding_rs v0.8.35 |
| 1652 | 2026-03-13T18:22:40.501Z | Compiling unit-prefix v0.5.2 |
| 1653 | 2026-03-13T18:22:40.501Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2026-03-13T18:22:40.671Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-03-13T18:22:40.712Z | Compiling static_assertions v1.1.0 |
| 1656 | 2026-03-13T18:22:40.760Z | Compiling whoami v2.1.0 |
| 1657 | 2026-03-13T18:22:40.807Z | Compiling difflib v0.4.0 |
| 1658 | 2026-03-13T18:22:40.849Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-03-13T18:22:40.856Z | Compiling mime v0.3.17 |
| 1660 | 2026-03-13T18:22:40.884Z | Compiling data-encoding v2.10.0 |
| 1661 | 2026-03-13T18:22:40.978Z | Compiling keccak v0.1.6 |
| 1662 | 2026-03-13T18:22:41.285Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-03-13T18:22:41.314Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-03-13T18:22:41.315Z | Compiling precomputed-hash v0.1.1 |
| 1665 | 2026-03-13T18:22:41.320Z | Compiling rustc-hash v2.1.1 |
| 1666 | 2026-03-13T18:22:41.424Z | Compiling jiff v0.2.21 |
| 1667 | 2026-03-13T18:22:41.491Z | Compiling iddqd v0.3.17 |
| 1668 | 2026-03-13T18:22:41.508Z | Compiling predicates v3.1.4 |
| 1669 | 2026-03-13T18:22:41.587Z | Compiling hyper v1.8.1 |
| 1670 | 2026-03-13T18:22:41.674Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-03-13T18:22:41.841Z | Compiling zone v0.3.1 |
| 1672 | 2026-03-13T18:22:41.899Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-03-13T18:22:41.988Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-03-13T18:22:42.040Z | Compiling strum v0.26.3 |
| 1675 | 2026-03-13T18:22:42.083Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-03-13T18:22:42.249Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-03-13T18:22:42.340Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-03-13T18:22:42.455Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1679 | 2026-03-13T18:22:42.476Z | Compiling clap v4.5.60 |
| 1680 | 2026-03-13T18:22:42.555Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-03-13T18:22:42.591Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-03-13T18:22:42.627Z | Compiling indicatif v0.18.4 |
| 1683 | 2026-03-13T18:22:42.792Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-13T18:22:42.982Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-13T18:22:43.069Z | Compiling hyper-util v0.1.20 |
| 1686 | 2026-03-13T18:22:43.091Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-03-13T18:22:43.144Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-03-13T18:22:43.793Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-13T18:22:43.817Z | Compiling toml v0.7.8 |
| 1690 | 2026-03-13T18:22:43.826Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-03-13T18:22:44.200Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-13T18:22:44.661Z | Compiling rsa v0.9.10 |
| 1693 | 2026-03-13T18:22:44.685Z | Compiling zip v0.6.6 |
| 1694 | 2026-03-13T18:22:44.983Z | Compiling hyper-tls v0.6.0 |
| 1695 | 2026-03-13T18:22:45.003Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-03-13T18:22:45.127Z | Compiling zip v4.6.1 |
| 1697 | 2026-03-13T18:22:45.493Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-03-13T18:22:45.515Z | Compiling buf-list v1.1.2 |
| 1699 | 2026-03-13T18:22:45.596Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-13T18:22:45.620Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-13T18:22:45.620Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-03-13T18:22:45.664Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-03-13T18:22:45.939Z | Compiling itertools v0.13.0 |
| 1704 | 2026-03-13T18:22:45.966Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1705 | 2026-03-13T18:22:46.048Z | Compiling lalrpop-util v0.19.12 |
| 1706 | 2026-03-13T18:22:46.294Z | Compiling peg-runtime v0.8.5 |
| 1707 | 2026-03-13T18:22:46.322Z | Compiling thread_local v1.1.9 |
| 1708 | 2026-03-13T18:22:46.364Z | Compiling slog-async v2.8.0 |
| 1709 | 2026-03-13T18:22:46.393Z | Compiling futures-executor v0.3.32 |
| 1710 | 2026-03-13T18:22:46.399Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-03-13T18:22:46.486Z | Compiling filetime v0.2.27 |
| 1712 | 2026-03-13T18:22:46.648Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-03-13T18:22:46.684Z | Compiling term v1.2.1 |
| 1714 | 2026-03-13T18:22:46.732Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-03-13T18:22:46.752Z | Compiling xattr v1.6.1 |
| 1716 | 2026-03-13T18:22:46.794Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-13T18:22:46.913Z | Compiling tar v0.4.44 |
| 1718 | 2026-03-13T18:22:47.393Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-03-13T18:23:07.771Z | Compiling rustls-webpki v0.103.9 |
| 1720 | 2026-03-13T18:23:11.761Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-03-13T18:23:11.761Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-03-13T18:23:12.020Z | Compiling hyper-rustls v0.27.7 |
| 1723 | 2026-03-13T18:23:12.266Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-03-13T18:23:12.266Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-03-13T18:23:15.030Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-03-13T18:23:15.333Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-03-13T18:23:19.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1728 | 2026-03-13T18:23:19.319Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-03-13T18:23:19.379Z | Mar 13 18:23:17.930 INFO Starting download, target: Console |
| 1730 | 2026-03-13T18:23:19.379Z | Mar 13 18:23:17.931 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-03-13T18:23:19.379Z | Mar 13 18:23:17.931 INFO Starting download, target: Cockroach |
| 1732 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Starting download, target: Clickhouse |
| 1734 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Starting download, target: DendriteStub |
| 1735 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1737 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-03-13T18:23:19.384Z | Mar 13 18:23:17.931 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-03-13T18:23:19.836Z | Mar 13 18:23:18.384 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-03-13T18:23:20.157Z | Mar 13 18:23:18.706 INFO Download complete, target: TransceiverControl |
| 1743 | 2026-03-13T18:23:20.473Z | Mar 13 18:23:19.022 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1744 | 2026-03-13T18:23:20.848Z | Mar 13 18:23:19.387 INFO Download complete, target: Console |
| 1745 | 2026-03-13T18:23:21.245Z | Mar 13 18:23:19.791 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-03-13T18:23:21.378Z | Mar 13 18:23:19.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-03-13T18:23:22.112Z | Mar 13 18:23:20.664 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-03-13T18:23:22.112Z | Mar 13 18:23:20.664 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-03-13T18:23:22.239Z | Mar 13 18:23:20.780 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-03-13T18:23:25.052Z | Mar 13 18:23:23.598 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-03-13T18:23:25.062Z | Mar 13 18:23:23.598 INFO Download complete, target: DendriteStub |
| 1752 | 2026-03-13T18:23:29.761Z | Mar 13 18:23:28.307 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-03-13T18:23:30.054Z | Mar 13 18:23:28.481 INFO Download complete, target: Cockroach |
| 1754 | 2026-03-13T18:23:33.125Z | Mar 13 18:23:31.660 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-03-13T18:23:33.220Z | Mar 13 18:23:31.771 INFO Download complete, target: Clickhouse |
| 1756 | 2026-03-13T18:23:33.230Z | All prerequisites installed successfully |
| 1757 | 2026-03-13T18:23:33.230Z | |
| 1758 | 2026-03-13T18:23:33.230Z | real 3:54.386755277 |
| 1759 | 2026-03-13T18:23:33.230Z | user 10:28.988601468 |
| 1760 | 2026-03-13T18:23:33.230Z | sys 2:09.706166721 |
| 1761 | 2026-03-13T18:23:33.230Z | trap 0.356592805 |
| 1762 | 2026-03-13T18:23:33.230Z | tflt 1.294411979 |
| 1763 | 2026-03-13T18:23:33.230Z | dflt 2.054903888 |
| 1764 | 2026-03-13T18:23:33.231Z | kflt 0.099271314 |
| 1765 | 2026-03-13T18:23:33.231Z | lock 23:52.460083493 |
| 1766 | 2026-03-13T18:23:33.231Z | slp 34:37.488317120 |
| 1767 | 2026-03-13T18:23:33.231Z | lat 32.357768540 |
| 1768 | 2026-03-13T18:23:33.231Z | stop 4:31.949209931 |
| 1769 | 2026-03-13T18:23:33.231Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-03-13T18:23:33.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1771 | 2026-03-13T18:23:33.936Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-03-13T18:23:34.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1773 | 2026-03-13T18:23:34.978Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-03-13T18:23:35.053Z | Mar 13 18:23:33.572 INFO Starting download, target: Softnpu |
| 1775 | 2026-03-13T18:23:35.058Z | Mar 13 18:23:33.572 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-03-13T18:23:39.469Z | Mar 13 18:23:37.992 INFO Download complete, target: Softnpu |
| 1777 | 2026-03-13T18:23:39.478Z | |
| 1778 | 2026-03-13T18:23:39.478Z | real 6.213007610 |
| 1779 | 2026-03-13T18:23:39.478Z | user 1.749495216 |
| 1780 | 2026-03-13T18:23:39.478Z | sys 0.778970427 |
| 1781 | 2026-03-13T18:23:39.478Z | trap 0.000973810 |
| 1782 | 2026-03-13T18:23:39.478Z | tflt 0.000067597 |
| 1783 | 2026-03-13T18:23:39.479Z | dflt 0.000415187 |
| 1784 | 2026-03-13T18:23:39.479Z | kflt 0.000000000 |
| 1785 | 2026-03-13T18:23:39.479Z | lock 1:23.218154050 |
| 1786 | 2026-03-13T18:23:39.480Z | slp 4.128138116 |
| 1787 | 2026-03-13T18:23:39.480Z | lat 0.056026508 |
| 1788 | 2026-03-13T18:23:39.480Z | stop 0.000178515 |
| 1789 | 2026-03-13T18:23:39.480Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-03-13T18:23:39.480Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-03-13T18:23:39.480Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-03-13T18:23:40.622Z | Compiling proc-macro2 v1.0.106 |
| 1793 | 2026-03-13T18:23:40.623Z | Compiling quote v1.0.44 |
| 1794 | 2026-03-13T18:23:40.665Z | Compiling unicode-ident v1.0.24 |
| 1795 | 2026-03-13T18:23:40.665Z | Compiling libc v0.2.180 |
| 1796 | 2026-03-13T18:23:40.665Z | Compiling serde_core v1.0.228 |
| 1797 | 2026-03-13T18:23:40.665Z | Compiling serde v1.0.228 |
| 1798 | 2026-03-13T18:23:40.665Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-03-13T18:23:40.665Z | Compiling version_check v0.9.5 |
| 1800 | 2026-03-13T18:23:40.665Z | Compiling shlex v1.3.0 |
| 1801 | 2026-03-13T18:23:40.665Z | Compiling find-msvc-tools v0.1.9 |
| 1802 | 2026-03-13T18:23:40.667Z | Compiling typenum v1.19.0 |
| 1803 | 2026-03-13T18:23:40.667Z | Compiling portable-atomic v1.13.1 |
| 1804 | 2026-03-13T18:23:40.667Z | Compiling memchr v2.8.0 |
| 1805 | 2026-03-13T18:23:40.773Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-13T18:23:40.895Z | Compiling zmij v1.0.21 |
| 1807 | 2026-03-13T18:23:40.992Z | Compiling serde_json v1.0.149 |
| 1808 | 2026-03-13T18:23:41.174Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-13T18:23:41.240Z | Compiling parking_lot_core v0.9.12 |
| 1810 | 2026-03-13T18:23:41.240Z | Compiling libm v0.2.16 |
| 1811 | 2026-03-13T18:23:41.284Z | Compiling generic-array v0.14.7 |
| 1812 | 2026-03-13T18:23:41.313Z | Compiling smallvec v1.15.1 |
| 1813 | 2026-03-13T18:23:41.401Z | Compiling icu_properties_data v2.1.2 |
| 1814 | 2026-03-13T18:23:41.433Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-03-13T18:23:41.454Z | Compiling num-traits v0.2.19 |
| 1816 | 2026-03-13T18:23:41.454Z | Compiling itoa v1.0.17 |
| 1817 | 2026-03-13T18:23:41.512Z | Compiling log v0.4.29 |
| 1818 | 2026-03-13T18:23:41.605Z | Compiling getrandom v0.4.1 |
| 1819 | 2026-03-13T18:23:41.632Z | Compiling pkg-config v0.3.32 |
| 1820 | 2026-03-13T18:23:41.689Z | Compiling stable_deref_trait v1.2.1 |
| 1821 | 2026-03-13T18:23:41.747Z | Compiling scopeguard v1.2.0 |
| 1822 | 2026-03-13T18:23:41.777Z | Compiling subtle v2.6.1 |
| 1823 | 2026-03-13T18:23:41.890Z | Compiling lock_api v0.4.14 |
| 1824 | 2026-03-13T18:23:41.930Z | Compiling fnv v1.0.7 |
| 1825 | 2026-03-13T18:23:41.969Z | Compiling thiserror v2.0.18 |
| 1826 | 2026-03-13T18:23:42.113Z | Compiling pin-project-lite v0.2.17 |
| 1827 | 2026-03-13T18:23:42.145Z | Compiling getrandom v0.3.4 |
| 1828 | 2026-03-13T18:23:42.256Z | Compiling jobserver v0.1.34 |
| 1829 | 2026-03-13T18:23:42.298Z | Compiling getrandom v0.2.17 |
| 1830 | 2026-03-13T18:23:42.352Z | Compiling errno v0.3.14 |
| 1831 | 2026-03-13T18:23:42.400Z | Compiling syn v2.0.117 |
| 1832 | 2026-03-13T18:23:42.496Z | Compiling rand_core v0.6.4 |
| 1833 | 2026-03-13T18:23:42.563Z | Compiling cc v1.2.56 |
| 1834 | 2026-03-13T18:23:42.591Z | Compiling critical-section v1.2.0 |
| 1835 | 2026-03-13T18:23:42.736Z | Compiling equivalent v1.0.2 |
| 1836 | 2026-03-13T18:23:42.831Z | Compiling rustversion v1.0.22 |
| 1837 | 2026-03-13T18:23:42.831Z | Compiling allocator-api2 v0.2.21 |
| 1838 | 2026-03-13T18:23:42.831Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-13T18:23:42.846Z | Compiling once_cell v1.21.3 |
| 1840 | 2026-03-13T18:23:42.931Z | Compiling dunce v1.0.5 |
| 1841 | 2026-03-13T18:23:43.028Z | Compiling litemap v0.8.1 |
| 1842 | 2026-03-13T18:23:43.028Z | Compiling percent-encoding v2.3.2 |
| 1843 | 2026-03-13T18:23:43.082Z | Compiling fs_extra v1.3.0 |
| 1844 | 2026-03-13T18:23:43.104Z | Compiling writeable v0.6.2 |
| 1845 | 2026-03-13T18:23:43.114Z | Compiling hashbrown v0.16.1 |
| 1846 | 2026-03-13T18:23:43.223Z | Compiling const-oid v0.9.6 |
| 1847 | 2026-03-13T18:23:43.302Z | Compiling signal-hook-registry v1.4.8 |
| 1848 | 2026-03-13T18:23:43.402Z | Compiling rustix v1.1.3 |
| 1849 | 2026-03-13T18:23:43.413Z | Compiling mio v1.1.1 |
| 1850 | 2026-03-13T18:23:43.413Z | Compiling socket2 v0.6.2 |
| 1851 | 2026-03-13T18:23:43.414Z | Compiling schemars v0.8.22 |
| 1852 | 2026-03-13T18:23:43.491Z | Compiling cmake v0.1.57 |
| 1853 | 2026-03-13T18:23:43.926Z | Compiling semver v1.0.27 |
| 1854 | 2026-03-13T18:23:43.941Z | Compiling indexmap v2.13.0 |
| 1855 | 2026-03-13T18:23:43.941Z | Compiling parking_lot v0.12.5 |
| 1856 | 2026-03-13T18:23:43.974Z | Compiling bitflags v2.11.0 |
| 1857 | 2026-03-13T18:23:44.073Z | Compiling aws-lc-rs v1.16.0 |
| 1858 | 2026-03-13T18:23:44.170Z | Compiling rand_core v0.10.0 |
| 1859 | 2026-03-13T18:23:44.252Z | Compiling utf8_iter v1.0.4 |
| 1860 | 2026-03-13T18:23:44.291Z | Compiling ring v0.17.14 |
| 1861 | 2026-03-13T18:23:44.324Z | Compiling aws-lc-sys v0.37.1 |
| 1862 | 2026-03-13T18:23:44.422Z | Compiling form_urlencoded v1.2.2 |
| 1863 | 2026-03-13T18:23:44.488Z | Compiling futures-core v0.3.32 |
| 1864 | 2026-03-13T18:23:44.504Z | Compiling strsim v0.11.1 |
| 1865 | 2026-03-13T18:23:44.762Z | Compiling httparse v1.10.1 |
| 1866 | 2026-03-13T18:23:44.811Z | Compiling thiserror v1.0.69 |
| 1867 | 2026-03-13T18:23:44.844Z | Compiling byteorder v1.5.0 |
| 1868 | 2026-03-13T18:23:44.915Z | Compiling ucd-trie v0.1.7 |
| 1869 | 2026-03-13T18:23:44.992Z | Compiling heck v0.5.0 |
| 1870 | 2026-03-13T18:23:45.032Z | Compiling ident_case v1.0.1 |
| 1871 | 2026-03-13T18:23:45.114Z | Compiling pest v2.8.6 |
| 1872 | 2026-03-13T18:23:45.171Z | Compiling vcpkg v0.2.15 |
| 1873 | 2026-03-13T18:23:45.250Z | Compiling syn v1.0.109 |
| 1874 | 2026-03-13T18:23:45.261Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-03-13T18:23:45.391Z | Compiling regex-syntax v0.8.10 |
| 1876 | 2026-03-13T18:23:45.539Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-03-13T18:23:45.587Z | Compiling rustls v0.23.37 |
| 1878 | 2026-03-13T18:23:45.597Z | Compiling rustc_version v0.4.1 |
| 1879 | 2026-03-13T18:23:45.663Z | Compiling futures-channel v0.3.32 |
| 1880 | 2026-03-13T18:23:45.708Z | Compiling futures-io v0.3.32 |
| 1881 | 2026-03-13T18:23:45.713Z | Compiling futures-task v0.3.32 |
| 1882 | 2026-03-13T18:23:45.774Z | Compiling cpufeatures v0.2.17 |
| 1883 | 2026-03-13T18:23:45.785Z | Compiling slab v0.4.12 |
| 1884 | 2026-03-13T18:23:45.965Z | Compiling openssl-sys v0.9.111 |
| 1885 | 2026-03-13T18:23:45.990Z | Compiling iana-time-zone v0.1.65 |
| 1886 | 2026-03-13T18:23:45.990Z | Compiling plain v0.2.3 |
| 1887 | 2026-03-13T18:23:46.028Z | Compiling uuid v1.21.0 |
| 1888 | 2026-03-13T18:23:46.046Z | Compiling aho-corasick v1.1.4 |
| 1889 | 2026-03-13T18:23:46.112Z | Compiling time-core v0.1.8 |
| 1890 | 2026-03-13T18:23:46.219Z | Compiling num-conv v0.2.0 |
| 1891 | 2026-03-13T18:23:46.368Z | Compiling synstructure v0.13.2 |
| 1892 | 2026-03-13T18:23:46.410Z | Compiling serde_derive_internals v0.29.1 |
| 1893 | 2026-03-13T18:23:46.465Z | Compiling time-macros v0.2.27 |
| 1894 | 2026-03-13T18:23:46.690Z | Compiling pest_meta v2.8.6 |
| 1895 | 2026-03-13T18:23:46.942Z | Compiling pretty-hex v0.4.1 |
| 1896 | 2026-03-13T18:23:47.070Z | Compiling openssl v0.10.75 |
| 1897 | 2026-03-13T18:23:47.194Z | Compiling anyhow v1.0.102 |
| 1898 | 2026-03-13T18:23:47.325Z | Compiling crc32fast v1.5.0 |
| 1899 | 2026-03-13T18:23:47.364Z | Compiling base64ct v1.8.3 |
| 1900 | 2026-03-13T18:23:47.385Z | Compiling either v1.15.0 |
| 1901 | 2026-03-13T18:23:47.425Z | Compiling darling_core v0.21.3 |
| 1902 | 2026-03-13T18:23:47.457Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1903 | 2026-03-13T18:23:47.480Z | Compiling pest_generator v2.8.6 |
| 1904 | 2026-03-13T18:23:47.607Z | Compiling regex-automata v0.4.14 |
| 1905 | 2026-03-13T18:23:47.629Z | Compiling native-tls v0.2.18 |
| 1906 | 2026-03-13T18:23:47.671Z | Compiling pem-rfc7468 v0.7.0 |
| 1907 | 2026-03-13T18:23:47.694Z | Compiling flagset v0.4.7 |
| 1908 | 2026-03-13T18:23:47.756Z | Compiling rand_core v0.9.5 |
| 1909 | 2026-03-13T18:23:47.877Z | Compiling slog v2.8.2 |
| 1910 | 2026-03-13T18:23:47.974Z | Compiling tracing-core v0.1.36 |
| 1911 | 2026-03-13T18:23:48.029Z | Compiling dyn-clone v1.0.20 |
| 1912 | 2026-03-13T18:23:48.055Z | Compiling rayon-core v1.13.0 |
| 1913 | 2026-03-13T18:23:48.055Z | Compiling untrusted v0.9.0 |
| 1914 | 2026-03-13T18:23:48.331Z | Compiling serde_derive v1.0.228 |
| 1915 | 2026-03-13T18:23:48.375Z | Compiling zeroize_derive v1.4.3 |
| 1916 | 2026-03-13T18:23:48.415Z | Compiling zerofrom-derive v0.1.6 |
| 1917 | 2026-03-13T18:23:48.415Z | Compiling yoke-derive v0.8.1 |
| 1918 | 2026-03-13T18:23:48.432Z | Compiling zerovec-derive v0.11.2 |
| 1919 | 2026-03-13T18:23:48.499Z | Compiling displaydoc v0.2.5 |
| 1920 | 2026-03-13T18:23:48.527Z | Compiling zerocopy-derive v0.8.40 |
| 1921 | 2026-03-13T18:23:48.565Z | Compiling tokio-macros v2.6.0 |
| 1922 | 2026-03-13T18:23:48.712Z | Compiling futures-macro v0.3.32 |
| 1923 | 2026-03-13T18:23:49.214Z | Compiling zeroize v1.8.2 |
| 1924 | 2026-03-13T18:23:49.412Z | Compiling thiserror-impl v2.0.18 |
| 1925 | 2026-03-13T18:23:49.486Z | Compiling tracing-attributes v0.1.31 |
| 1926 | 2026-03-13T18:23:49.713Z | Compiling der_derive v0.7.3 |
| 1927 | 2026-03-13T18:23:49.728Z | Compiling schemars_derive v0.8.22 |
| 1928 | 2026-03-13T18:23:49.806Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-03-13T18:23:49.938Z | Compiling zerofrom v0.1.6 |
| 1930 | 2026-03-13T18:23:50.114Z | Compiling yoke v0.8.1 |
| 1931 | 2026-03-13T18:23:50.257Z | Compiling crypto-common v0.1.7 |
| 1932 | 2026-03-13T18:23:50.342Z | Compiling zerovec v0.11.5 |
| 1933 | 2026-03-13T18:23:50.382Z | Compiling zerotrie v0.2.3 |
| 1934 | 2026-03-13T18:23:50.812Z | Compiling block-buffer v0.10.4 |
| 1935 | 2026-03-13T18:23:50.964Z | Compiling digest v0.10.7 |
| 1936 | 2026-03-13T18:23:51.166Z | Compiling pest_derive v2.8.6 |
| 1937 | 2026-03-13T18:23:51.232Z | Compiling tinystr v0.8.2 |
| 1938 | 2026-03-13T18:23:51.232Z | Compiling potential_utf v0.1.4 |
| 1939 | 2026-03-13T18:23:51.294Z | Compiling hmac v0.12.1 |
| 1940 | 2026-03-13T18:23:51.298Z | Compiling futures-util v0.3.32 |
| 1941 | 2026-03-13T18:23:51.384Z | Compiling icu_locale_core v2.1.1 |
| 1942 | 2026-03-13T18:23:51.421Z | Compiling icu_collections v2.1.1 |
| 1943 | 2026-03-13T18:23:51.462Z | Compiling block-padding v0.3.3 |
| 1944 | 2026-03-13T18:23:51.535Z | Compiling sha2 v0.10.9 |
| 1945 | 2026-03-13T18:23:54.569Z | Compiling inout v0.1.4 |
| 1946 | 2026-03-13T18:23:54.711Z | Compiling rustls-pki-types v1.14.0 |
| 1947 | 2026-03-13T18:23:54.711Z | Compiling cipher v0.4.4 |
| 1948 | 2026-03-13T18:23:54.757Z | Compiling scroll_derive v0.13.1 |
| 1949 | 2026-03-13T18:23:54.757Z | Compiling icu_provider v2.1.1 |
| 1950 | 2026-03-13T18:23:54.758Z | Compiling scroll_derive v0.12.1 |
| 1951 | 2026-03-13T18:23:54.758Z | Compiling bytes v1.11.1 |
| 1952 | 2026-03-13T18:23:54.758Z | Compiling icu_properties v2.1.2 |
| 1953 | 2026-03-13T18:23:54.758Z | Compiling icu_normalizer v2.1.1 |
| 1954 | 2026-03-13T18:23:54.758Z | Compiling chrono v0.4.44 |
| 1955 | 2026-03-13T18:23:54.758Z | Compiling tokio v1.49.0 |
| 1956 | 2026-03-13T18:23:54.761Z | Compiling serde_tokenstream v0.2.3 |
| 1957 | 2026-03-13T18:23:54.761Z | Compiling idna_adapter v1.2.1 |
| 1958 | 2026-03-13T18:23:54.761Z | Compiling idna v1.1.0 |
| 1959 | 2026-03-13T18:23:54.762Z | Compiling openssl-macros v0.1.1 |
| 1960 | 2026-03-13T18:23:54.762Z | Compiling http v1.4.0 |
| 1961 | 2026-03-13T18:23:54.762Z | Compiling url v2.5.8 |
| 1962 | 2026-03-13T18:23:54.873Z | Compiling der v0.7.10 |
| 1963 | 2026-03-13T18:23:54.878Z | Compiling regex v1.12.3 |
| 1964 | 2026-03-13T18:23:54.942Z | Compiling ppv-lite86 v0.2.21 |
| 1965 | 2026-03-13T18:23:54.982Z | Compiling darling_macro v0.21.3 |
| 1966 | 2026-03-13T18:23:55.033Z | Compiling zerocopy-derive v0.7.35 |
| 1967 | 2026-03-13T18:23:55.625Z | Compiling darling v0.21.3 |
| 1968 | 2026-03-13T18:23:55.744Z | Compiling salsa20 v0.10.2 |
| 1969 | 2026-03-13T18:23:56.006Z | Compiling pbkdf2 v0.12.2 |
| 1970 | 2026-03-13T18:23:56.022Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-13T18:23:56.083Z | Compiling spki v0.7.3 |
| 1972 | 2026-03-13T18:23:56.348Z | Compiling cookie v0.18.1 |
| 1973 | 2026-03-13T18:23:56.461Z | Compiling base64 v0.22.1 |
| 1974 | 2026-03-13T18:23:56.480Z | Compiling camino v1.2.2 |
| 1975 | 2026-03-13T18:23:56.699Z | Compiling scrypt v0.11.0 |
| 1976 | 2026-03-13T18:23:56.704Z | Compiling rand_chacha v0.9.0 |
| 1977 | 2026-03-13T18:23:56.740Z | Compiling aes v0.8.4 |
| 1978 | 2026-03-13T18:23:56.784Z | Compiling cbc v0.1.2 |
| 1979 | 2026-03-13T18:23:57.404Z | Compiling usdt-impl v0.5.0 |
| 1980 | 2026-03-13T18:23:57.440Z | Compiling ref-cast v1.0.25 |
| 1981 | 2026-03-13T18:23:57.572Z | Compiling paste v1.0.15 |
| 1982 | 2026-03-13T18:23:57.635Z | Compiling winnow v0.7.14 |
| 1983 | 2026-03-13T18:23:57.729Z | Compiling usdt-impl v0.6.0 |
| 1984 | 2026-03-13T18:23:57.914Z | Compiling pkcs5 v0.7.1 |
| 1985 | 2026-03-13T18:23:57.993Z | Compiling rand v0.9.2 |
| 1986 | 2026-03-13T18:23:58.156Z | Compiling http-body v1.0.1 |
| 1987 | 2026-03-13T18:23:58.359Z | Compiling tokio-util v0.7.18 |
| 1988 | 2026-03-13T18:23:58.437Z | Compiling scroll v0.12.0 |
| 1989 | 2026-03-13T18:23:58.452Z | Compiling scroll v0.13.0 |
| 1990 | 2026-03-13T18:23:58.506Z | Compiling toml_datetime v0.6.11 |
| 1991 | 2026-03-13T18:23:58.586Z | Compiling serde_spanned v0.6.9 |
| 1992 | 2026-03-13T18:23:58.791Z | Compiling heapless v0.7.17 |
| 1993 | 2026-03-13T18:23:58.861Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1994 | 2026-03-13T18:23:58.911Z | Compiling untrusted v0.7.1 |
| 1995 | 2026-03-13T18:23:59.052Z | Compiling signal-hook v0.3.18 |
| 1996 | 2026-03-13T18:23:59.126Z | Compiling openssl-probe v0.2.1 |
| 1997 | 2026-03-13T18:23:59.144Z | Compiling zstd-safe v7.2.4 |
| 1998 | 2026-03-13T18:23:59.337Z | Compiling atomic-waker v1.1.2 |
| 1999 | 2026-03-13T18:23:59.450Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2000 | 2026-03-13T18:23:59.519Z | Compiling goblin v0.10.5 |
| 2001 | 2026-03-13T18:23:59.541Z | Compiling goblin v0.8.2 |
| 2002 | 2026-03-13T18:23:59.646Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-03-13T18:24:00.015Z | Compiling zerocopy v0.7.35 |
| 2004 | 2026-03-13T18:24:00.104Z | Compiling ref-cast-impl v1.0.25 |
| 2005 | 2026-03-13T18:24:00.219Z | Compiling darling_core v0.20.11 |
| 2006 | 2026-03-13T18:24:00.328Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2007 | 2026-03-13T18:24:00.354Z | Compiling memoffset v0.9.1 |
| 2008 | 2026-03-13T18:24:00.375Z | Compiling winnow v0.5.40 |
| 2009 | 2026-03-13T18:24:00.415Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-13T18:24:00.562Z | Compiling try-lock v0.2.5 |
| 2011 | 2026-03-13T18:24:00.648Z | Compiling tower-service v0.3.3 |
| 2012 | 2026-03-13T18:24:00.782Z | Compiling fastrand v2.3.0 |
| 2013 | 2026-03-13T18:24:00.874Z | Compiling litrs v1.0.0 |
| 2014 | 2026-03-13T18:24:01.138Z | Compiling tinyvec_macros v0.1.1 |
| 2015 | 2026-03-13T18:24:01.232Z | Compiling tower-layer v0.3.3 |
| 2016 | 2026-03-13T18:24:01.291Z | Compiling tinyvec v1.10.0 |
| 2017 | 2026-03-13T18:24:01.459Z | Compiling h2 v0.4.13 |
| 2018 | 2026-03-13T18:24:01.501Z | Compiling document-features v0.2.12 |
| 2019 | 2026-03-13T18:24:01.543Z | Compiling want v0.3.1 |
| 2020 | 2026-03-13T18:24:02.187Z | Compiling toml_edit v0.19.15 |
| 2021 | 2026-03-13T18:24:02.306Z | Compiling dtrace-parser v0.2.0 |
| 2022 | 2026-03-13T18:24:02.406Z | Compiling dtrace-parser v0.3.0 |
| 2023 | 2026-03-13T18:24:02.810Z | Compiling dof v0.3.0 |
| 2024 | 2026-03-13T18:24:03.075Z | Compiling ipnet v2.11.0 |
| 2025 | 2026-03-13T18:24:03.095Z | Compiling darling_macro v0.20.11 |
| 2026 | 2026-03-13T18:24:03.409Z | Compiling daft-derive v0.1.5 |
| 2027 | 2026-03-13T18:24:03.499Z | Compiling async-trait v0.1.89 |
| 2028 | 2026-03-13T18:24:03.663Z | Compiling dof v0.4.0 |
| 2029 | 2026-03-13T18:24:03.745Z | Compiling curve25519-dalek v4.1.3 |
| 2030 | 2026-03-13T18:24:03.829Z | Compiling spin v0.9.8 |
| 2031 | 2026-03-13T18:24:04.009Z | Compiling thread-id v4.2.2 |
| 2032 | 2026-03-13T18:24:04.125Z | Compiling thread-id v5.1.0 |
| 2033 | 2026-03-13T18:24:04.150Z | Compiling proc-macro-error-attr v1.0.4 |
| 2034 | 2026-03-13T18:24:04.246Z | Compiling httpdate v1.0.3 |
| 2035 | 2026-03-13T18:24:04.255Z | Compiling foreign-types-shared v0.1.1 |
| 2036 | 2026-03-13T18:24:04.305Z | Compiling powerfmt v0.2.0 |
| 2037 | 2026-03-13T18:24:04.447Z | Compiling num-bigint-dig v0.8.6 |
| 2038 | 2026-03-13T18:24:04.561Z | Compiling pin-utils v0.1.0 |
| 2039 | 2026-03-13T18:24:04.641Z | Compiling cfg_aliases v0.2.1 |
| 2040 | 2026-03-13T18:24:04.692Z | Compiling smoltcp v0.9.1 |
| 2041 | 2026-03-13T18:24:04.727Z | Compiling deranged v0.5.8 |
| 2042 | 2026-03-13T18:24:04.788Z | Compiling nix v0.31.1 |
| 2043 | 2026-03-13T18:24:04.919Z | Compiling tempfile v3.25.0 |
| 2044 | 2026-03-13T18:24:04.999Z | Compiling foreign-types v0.3.2 |
| 2045 | 2026-03-13T18:24:05.152Z | Compiling darling v0.20.11 |
| 2046 | 2026-03-13T18:24:08.506Z | Compiling ipnetwork v0.21.1 |
| 2047 | 2026-03-13T18:24:08.803Z | Compiling hyper v1.8.1 |
| 2048 | 2026-03-13T18:24:08.803Z | Compiling strum_macros v0.26.4 |
| 2049 | 2026-03-13T18:24:08.806Z | Compiling wait-timeout v0.2.1 |
| 2050 | 2026-03-13T18:24:08.806Z | Compiling socket2 v0.5.10 |
| 2051 | 2026-03-13T18:24:08.806Z | Compiling proc-macro-error v1.0.4 |
| 2052 | 2026-03-13T18:24:08.806Z | Compiling simd-adler32 v0.3.8 |
| 2053 | 2026-03-13T18:24:08.806Z | Compiling unicode-segmentation v1.12.0 |
| 2054 | 2026-03-13T18:24:08.806Z | Compiling quick-error v1.2.3 |
| 2055 | 2026-03-13T18:24:08.806Z | Compiling num_threads v0.1.7 |
| 2056 | 2026-03-13T18:24:08.806Z | Compiling anstyle v1.0.13 |
| 2057 | 2026-03-13T18:24:08.806Z | Compiling siphasher v1.0.2 |
| 2058 | 2026-03-13T18:24:08.806Z | Compiling bit-vec v0.8.0 |
| 2059 | 2026-03-13T18:24:08.811Z | Compiling utf8parse v0.2.2 |
| 2060 | 2026-03-13T18:24:08.811Z | Compiling hyper-util v0.1.20 |
| 2061 | 2026-03-13T18:24:08.811Z | Compiling time v0.3.47 |
| 2062 | 2026-03-13T18:24:08.811Z | Compiling rusty-fork v0.3.1 |
| 2063 | 2026-03-13T18:24:08.811Z | Compiling anstyle-parse v0.2.7 |
| 2064 | 2026-03-13T18:24:08.811Z | Compiling bit-set v0.8.0 |
| 2065 | 2026-03-13T18:24:08.812Z | Compiling crossbeam-epoch v0.9.18 |
| 2066 | 2026-03-13T18:24:08.812Z | Compiling derive_builder_core v0.20.2 |
| 2067 | 2026-03-13T18:24:08.812Z | Compiling unicode-normalization v0.1.25 |
| 2068 | 2026-03-13T18:24:08.949Z | Compiling rustls-native-certs v0.8.3 |
| 2069 | 2026-03-13T18:24:09.351Z | Compiling signature v2.2.0 |
| 2070 | 2026-03-13T18:24:09.477Z | Compiling hubpack_derive v0.1.1 |
| 2071 | 2026-03-13T18:24:09.519Z | Compiling strum_macros v0.27.2 |
| 2072 | 2026-03-13T18:24:09.569Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2073 | 2026-03-13T18:24:09.749Z | Compiling rand_xorshift v0.4.0 |
| 2074 | 2026-03-13T18:24:09.821Z | Compiling sync_wrapper v1.0.2 |
| 2075 | 2026-03-13T18:24:09.916Z | Compiling fs-err v3.3.0 |
| 2076 | 2026-03-13T18:24:09.947Z | Compiling ahash v0.8.12 |
| 2077 | 2026-03-13T18:24:10.046Z | Compiling object v0.37.3 |
| 2078 | 2026-03-13T18:24:10.192Z | Compiling adler2 v2.0.1 |
| 2079 | 2026-03-13T18:24:10.244Z | Compiling colorchoice v1.0.4 |
| 2080 | 2026-03-13T18:24:10.261Z | Compiling unicode-properties v0.1.4 |
| 2081 | 2026-03-13T18:24:10.293Z | Compiling is_terminal_polyfill v1.70.2 |
| 2082 | 2026-03-13T18:24:10.383Z | Compiling unicode-bidi v0.3.18 |
| 2083 | 2026-03-13T18:24:10.419Z | Compiling anstyle-query v1.1.5 |
| 2084 | 2026-03-13T18:24:10.435Z | Compiling unarray v0.1.4 |
| 2085 | 2026-03-13T18:24:10.444Z | Compiling miniz_oxide v0.8.9 |
| 2086 | 2026-03-13T18:24:10.532Z | Compiling anstream v0.6.21 |
| 2087 | 2026-03-13T18:24:10.553Z | Compiling proptest v1.10.0 |
| 2088 | 2026-03-13T18:24:10.984Z | Compiling stringprep v0.1.5 |
| 2089 | 2026-03-13T18:24:11.068Z | Compiling tower v0.5.3 |
| 2090 | 2026-03-13T18:24:11.425Z | Compiling derive_builder_macro v0.20.2 |
| 2091 | 2026-03-13T18:24:11.533Z | Compiling crossbeam-deque v0.8.6 |
| 2092 | 2026-03-13T18:24:11.745Z | Compiling heck v0.4.1 |
| 2093 | 2026-03-13T18:24:11.759Z | Compiling usdt-attr-macro v0.6.0 |
| 2094 | 2026-03-13T18:24:11.834Z | Compiling usdt-macro v0.6.0 |
| 2095 | 2026-03-13T18:24:12.127Z | Compiling http-body-util v0.1.3 |
| 2096 | 2026-03-13T18:24:12.795Z | Compiling webpki-roots v1.0.6 |
| 2097 | 2026-03-13T18:24:12.795Z | Compiling rand_chacha v0.3.1 |
| 2098 | 2026-03-13T18:24:12.795Z | Compiling erased-serde v0.3.31 |
| 2099 | 2026-03-13T18:24:12.795Z | Compiling md-5 v0.10.6 |
| 2100 | 2026-03-13T18:24:12.795Z | Compiling num-integer v0.1.46 |
| 2101 | 2026-03-13T18:24:12.795Z | Compiling hash32 v0.2.1 |
| 2102 | 2026-03-13T18:24:12.838Z | Compiling vergen-lib v0.1.6 |
| 2103 | 2026-03-13T18:24:12.864Z | Compiling ff v0.13.1 |
| 2104 | 2026-03-13T18:24:12.882Z | Compiling base16ct v0.2.0 |
| 2105 | 2026-03-13T18:24:12.895Z | Compiling zlib-rs v0.6.2 |
| 2106 | 2026-03-13T18:24:12.925Z | Compiling fallible-iterator v0.2.0 |
| 2107 | 2026-03-13T18:24:12.956Z | Compiling ryu v1.0.23 |
| 2108 | 2026-03-13T18:24:13.092Z | Compiling psl-types v2.0.11 |
| 2109 | 2026-03-13T18:24:13.178Z | Compiling iri-string v0.7.10 |
| 2110 | 2026-03-13T18:24:13.179Z | Compiling sec1 v0.7.3 |
| 2111 | 2026-03-13T18:24:13.213Z | Compiling group v0.13.0 |
| 2112 | 2026-03-13T18:24:13.213Z | Compiling serde_urlencoded v0.7.1 |
| 2113 | 2026-03-13T18:24:13.224Z | Compiling publicsuffix v2.3.0 |
| 2114 | 2026-03-13T18:24:13.266Z | Compiling num-iter v0.1.45 |
| 2115 | 2026-03-13T18:24:13.373Z | Compiling postgres-protocol v0.6.10 |
| 2116 | 2026-03-13T18:24:13.485Z | Compiling newtype-uuid v1.3.2 |
| 2117 | 2026-03-13T18:24:13.529Z | Compiling rand v0.8.5 |
| 2118 | 2026-03-13T18:24:13.848Z | Compiling oxnet v0.1.4 |
| 2119 | 2026-03-13T18:24:13.870Z | Compiling derive_builder v0.20.2 |
| 2120 | 2026-03-13T18:24:14.028Z | Compiling zone_cfg_derive v0.3.1 |
| 2121 | 2026-03-13T18:24:14.055Z | Compiling tokio-native-tls v0.3.1 |
| 2122 | 2026-03-13T18:24:14.261Z | Compiling phf_shared v0.13.1 |
| 2123 | 2026-03-13T18:24:14.352Z | Compiling lazy_static v1.5.0 |
| 2124 | 2026-03-13T18:24:14.415Z | Compiling terminal_size v0.4.3 |
| 2125 | 2026-03-13T18:24:14.489Z | Compiling serde_with_macros v3.17.0 |
| 2126 | 2026-03-13T18:24:14.558Z | Compiling cargo-platform v0.1.9 |
| 2127 | 2026-03-13T18:24:14.615Z | Compiling hkdf v0.12.4 |
| 2128 | 2026-03-13T18:24:14.646Z | Compiling tower-http v0.6.8 |
| 2129 | 2026-03-13T18:24:14.751Z | Compiling crypto-bigint v0.5.5 |
| 2130 | 2026-03-13T18:24:14.819Z | Compiling enum-as-inner v0.6.1 |
| 2131 | 2026-03-13T18:24:14.864Z | Compiling clap_derive v4.5.55 |
| 2132 | 2026-03-13T18:24:14.864Z | Compiling serde_repr v0.1.20 |
| 2133 | 2026-03-13T18:24:14.912Z | Compiling vergen v9.0.6 |
| 2134 | 2026-03-13T18:24:14.980Z | Compiling libbz2-rs-sys v0.2.2 |
| 2135 | 2026-03-13T18:24:15.052Z | Compiling bumpalo v3.20.2 |
| 2136 | 2026-03-13T18:24:15.239Z | Compiling managed v0.8.0 |
| 2137 | 2026-03-13T18:24:15.297Z | Compiling clap_lex v1.0.0 |
| 2138 | 2026-03-13T18:24:15.425Z | Compiling unicode-width v0.2.0 |
| 2139 | 2026-03-13T18:24:15.448Z | Compiling bitflags v1.3.2 |
| 2140 | 2026-03-13T18:24:15.590Z | Compiling foldhash v0.1.5 |
| 2141 | 2026-03-13T18:24:15.604Z | Compiling bzip2 v0.6.1 |
| 2142 | 2026-03-13T18:24:15.697Z | Compiling console v0.16.2 |
| 2143 | 2026-03-13T18:24:15.771Z | Compiling flate2 v1.1.9 |
| 2144 | 2026-03-13T18:24:15.805Z | Compiling hashbrown v0.15.5 |
| 2145 | 2026-03-13T18:24:15.967Z | Compiling clap_builder v4.5.60 |
| 2146 | 2026-03-13T18:24:15.973Z | Compiling zopfli v0.8.3 |
| 2147 | 2026-03-13T18:24:16.119Z | Compiling cargo_metadata v0.19.2 |
| 2148 | 2026-03-13T18:24:16.412Z | Compiling elliptic-curve v0.13.8 |
| 2149 | 2026-03-13T18:24:16.576Z | Compiling phf v0.13.1 |
| 2150 | 2026-03-13T18:24:16.661Z | Compiling hyper-tls v0.6.0 |
| 2151 | 2026-03-13T18:24:16.692Z | Compiling signal-hook-mio v0.2.5 |
| 2152 | 2026-03-13T18:24:16.824Z | Compiling daft v0.1.5 |
| 2153 | 2026-03-13T18:24:16.850Z | Compiling rayon v1.11.0 |
| 2154 | 2026-03-13T18:24:16.883Z | Compiling cookie_store v0.22.1 |
| 2155 | 2026-03-13T18:24:16.997Z | Compiling postgres-types v0.2.12 |
| 2156 | 2026-03-13T18:24:17.106Z | Compiling zstd v0.13.3 |
| 2157 | 2026-03-13T18:24:17.372Z | Compiling bzip2 v0.4.4 |
| 2158 | 2026-03-13T18:24:17.635Z | Compiling strum v0.27.2 |
| 2159 | 2026-03-13T18:24:17.767Z | Compiling hubpack v0.1.2 |
| 2160 | 2026-03-13T18:24:17.781Z | Compiling ed25519 v2.2.3 |
| 2161 | 2026-03-13T18:24:17.781Z | Compiling phf_shared v0.11.3 |
| 2162 | 2026-03-13T18:24:18.006Z | Compiling pkcs1 v0.7.5 |
| 2163 | 2026-03-13T18:24:18.082Z | Compiling hex v0.4.3 |
| 2164 | 2026-03-13T18:24:18.131Z | Compiling serde-big-array v0.5.1 |
| 2165 | 2026-03-13T18:24:18.293Z | Compiling rfc6979 v0.4.0 |
| 2166 | 2026-03-13T18:24:18.404Z | Compiling bstr v1.12.1 |
| 2167 | 2026-03-13T18:24:18.553Z | Compiling itertools v0.12.1 |
| 2168 | 2026-03-13T18:24:18.667Z | Compiling float-cmp v0.10.0 |
| 2169 | 2026-03-13T18:24:18.667Z | Compiling memmap2 v0.9.10 |
| 2170 | 2026-03-13T18:24:18.667Z | Compiling env_filter v1.0.0 |
| 2171 | 2026-03-13T18:24:18.716Z | Compiling encoding_rs v0.8.35 |
| 2172 | 2026-03-13T18:24:18.716Z | Compiling rustc-hash v2.1.1 |
| 2173 | 2026-03-13T18:24:18.747Z | Compiling predicates-core v1.0.10 |
| 2174 | 2026-03-13T18:24:18.800Z | Compiling keccak v0.1.6 |
| 2175 | 2026-03-13T18:24:18.833Z | Compiling whoami v2.1.0 |
| 2176 | 2026-03-13T18:24:18.913Z | Compiling fixedbitset v0.4.2 |
| 2177 | 2026-03-13T18:24:18.934Z | Compiling new_debug_unreachable v1.0.6 |
| 2178 | 2026-03-13T18:24:19.083Z | Compiling normalize-line-endings v0.3.0 |
| 2179 | 2026-03-13T18:24:19.144Z | Compiling toml_write v0.1.2 |
| 2180 | 2026-03-13T18:24:19.193Z | Compiling jiff v0.2.21 |
| 2181 | 2026-03-13T18:24:19.212Z | Compiling unit-prefix v0.5.2 |
| 2182 | 2026-03-13T18:24:19.256Z | Compiling mime v0.3.17 |
| 2183 | 2026-03-13T18:24:19.318Z | Compiling fixedbitset v0.5.7 |
| 2184 | 2026-03-13T18:24:19.335Z | Compiling precomputed-hash v0.1.1 |
| 2185 | 2026-03-13T18:24:19.394Z | Compiling difflib v0.4.0 |
| 2186 | 2026-03-13T18:24:19.416Z | Compiling static_assertions v1.1.0 |
| 2187 | 2026-03-13T18:24:19.461Z | Compiling data-encoding v2.10.0 |
| 2188 | 2026-03-13T18:24:19.535Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2189 | 2026-03-13T18:24:20.215Z | Compiling petgraph v0.8.3 |
| 2190 | 2026-03-13T18:24:20.215Z | Compiling predicates v3.1.4 |
| 2191 | 2026-03-13T18:24:20.215Z | Compiling string_cache v0.8.9 |
| 2192 | 2026-03-13T18:24:20.215Z | Compiling hickory-proto v0.25.2 |
| 2193 | 2026-03-13T18:24:20.219Z | Compiling zone v0.3.1 |
| 2194 | 2026-03-13T18:24:20.219Z | Compiling indicatif v0.18.4 |
| 2195 | 2026-03-13T18:24:20.364Z | Compiling toml_edit v0.22.27 |
| 2196 | 2026-03-13T18:24:20.510Z | Compiling tokio-postgres v0.7.16 |
| 2197 | 2026-03-13T18:24:20.635Z | Compiling petgraph v0.6.5 |
| 2198 | 2026-03-13T18:24:20.903Z | Compiling sha3 v0.10.8 |
| 2199 | 2026-03-13T18:24:21.225Z | Compiling similar v2.7.0 |
| 2200 | 2026-03-13T18:24:21.343Z | Compiling env_logger v0.11.9 |
| 2201 | 2026-03-13T18:24:21.872Z | Compiling iddqd v0.3.17 |
| 2202 | 2026-03-13T18:24:22.291Z | Compiling usdt v0.6.0 |
| 2203 | 2026-03-13T18:24:22.564Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-13T18:24:26.356Z | Compiling zip v4.6.1 |
| 2205 | 2026-03-13T18:24:26.517Z | Compiling ecdsa v0.16.9 |
| 2206 | 2026-03-13T18:24:26.517Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-13T18:24:26.517Z | Compiling clap v4.5.60 |
| 2208 | 2026-03-13T18:24:26.517Z | Compiling ed25519-dalek v2.2.0 |
| 2209 | 2026-03-13T18:24:26.517Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-13T18:24:26.517Z | Compiling zip v0.6.6 |
| 2211 | 2026-03-13T18:24:26.517Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-13T18:24:26.517Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-13T18:24:26.517Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-13T18:24:26.517Z | Compiling buf-list v1.1.2 |
| 2215 | 2026-03-13T18:24:26.517Z | Compiling x509-cert v0.2.5 |
| 2216 | 2026-03-13T18:24:26.517Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2217 | 2026-03-13T18:24:26.517Z | Compiling openapiv3 v2.2.0 |
| 2218 | 2026-03-13T18:24:26.517Z | Compiling sha1 v0.10.6 |
| 2219 | 2026-03-13T18:24:26.517Z | Compiling itertools v0.13.0 |
| 2220 | 2026-03-13T18:24:26.517Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-13T18:24:26.517Z | Compiling lalrpop-util v0.19.12 |
| 2222 | 2026-03-13T18:24:42.103Z | Compiling macaddr v1.0.1 |
| 2223 | 2026-03-13T18:24:42.154Z | Compiling structmeta-derive v0.3.0 |
| 2224 | 2026-03-13T18:24:42.185Z | Compiling itertools v0.14.0 |
| 2225 | 2026-03-13T18:24:43.525Z | Compiling heapless v0.8.0 |
| 2226 | 2026-03-13T18:24:43.876Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-03-13T18:24:44.146Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-03-13T18:24:47.108Z | Compiling rustls-webpki v0.103.9 |
| 2229 | 2026-03-13T18:24:49.548Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-13T18:24:50.495Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-13T18:24:50.674Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-03-13T18:24:50.793Z | Compiling smoltcp v0.11.0 |
| 2233 | 2026-03-13T18:24:50.865Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-13T18:24:51.008Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-13T18:24:51.033Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-13T18:24:51.403Z | Compiling rustls v0.22.4 |
| 2237 | 2026-03-13T18:24:51.447Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2238 | 2026-03-13T18:24:51.470Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-13T18:24:51.500Z | Compiling num_enum_derive v0.7.5 |
| 2240 | 2026-03-13T18:24:51.572Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-03-13T18:24:51.686Z | Compiling ingot v0.1.1 |
| 2242 | 2026-03-13T18:24:51.755Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-13T18:24:51.775Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-13T18:24:52.010Z | Compiling tokio-rustls v0.26.4 |
| 2245 | 2026-03-13T18:24:52.037Z | Compiling rustls-platform-verifier v0.6.2 |
| 2246 | 2026-03-13T18:24:52.059Z | Compiling foreign-types-macros v0.2.3 |
| 2247 | 2026-03-13T18:24:52.316Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2248 | 2026-03-13T18:24:52.354Z | Compiling hyper-rustls v0.27.7 |
| 2249 | 2026-03-13T18:24:52.378Z | Compiling multer v3.1.0 |
| 2250 | 2026-03-13T18:24:52.382Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2251 | 2026-03-13T18:24:52.672Z | Compiling reqwest v0.12.28 |
| 2252 | 2026-03-13T18:24:52.710Z | Compiling reqwest v0.13.2 |
| 2253 | 2026-03-13T18:24:52.788Z | Compiling thread_local v1.1.9 |
| 2254 | 2026-03-13T18:24:52.816Z | Compiling cpufeatures v0.3.0 |
| 2255 | 2026-03-13T18:24:52.860Z | Compiling typeid v1.0.3 |
| 2256 | 2026-03-13T18:24:52.881Z | Compiling slog-async v2.8.0 |
| 2257 | 2026-03-13T18:24:52.904Z | Compiling foreign-types-shared v0.3.1 |
| 2258 | 2026-03-13T18:24:52.933Z | Compiling match_cfg v0.1.0 |
| 2259 | 2026-03-13T18:24:53.040Z | Compiling hostname v0.3.1 |
| 2260 | 2026-03-13T18:24:53.059Z | Compiling foreign-types v0.5.0 |
| 2261 | 2026-03-13T18:24:53.181Z | Compiling chacha20 v0.10.0 |
| 2262 | 2026-03-13T18:24:53.215Z | Compiling num_enum v0.7.5 |
| 2263 | 2026-03-13T18:24:53.355Z | Compiling num_enum_derive v0.5.11 |
| 2264 | 2026-03-13T18:24:53.379Z | Compiling futures v0.3.32 |
| 2265 | 2026-03-13T18:24:53.563Z | Compiling derive-ex v0.1.8 |
| 2266 | 2026-03-13T18:24:53.590Z | Compiling tabwriter v1.4.1 |
| 2267 | 2026-03-13T18:24:53.667Z | Compiling slog-json v2.6.1 |
| 2268 | 2026-03-13T18:24:53.852Z | Compiling crossbeam-channel v0.5.15 |
| 2269 | 2026-03-13T18:24:54.007Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2270 | 2026-03-13T18:24:54.077Z | Compiling async-stream-impl v0.3.6 |
| 2271 | 2026-03-13T18:24:54.118Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2272 | 2026-03-13T18:24:54.548Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2273 | 2026-03-13T18:24:54.619Z | Compiling serde_spanned v1.0.4 |
| 2274 | 2026-03-13T18:24:54.667Z | Compiling is-terminal v0.4.17 |
| 2275 | 2026-03-13T18:24:54.719Z | Compiling cstr-argument v0.1.2 |
| 2276 | 2026-03-13T18:24:54.765Z | Compiling dropshot v0.16.7 |
| 2277 | 2026-03-13T18:24:54.803Z | Compiling take_mut v0.2.2 |
| 2278 | 2026-03-13T18:24:54.830Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2279 | 2026-03-13T18:24:54.904Z | Compiling crucible-workspace-hack v0.1.0 |
| 2280 | 2026-03-13T18:24:54.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2281 | 2026-03-13T18:24:54.946Z | Compiling erased-serde v0.4.9 |
| 2282 | 2026-03-13T18:24:55.031Z | Compiling term v1.2.1 |
| 2283 | 2026-03-13T18:24:55.129Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2284 | 2026-03-13T18:24:55.216Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-13T18:24:55.264Z | Compiling async-stream v0.3.6 |
| 2286 | 2026-03-13T18:24:55.384Z | Compiling slog-term v2.9.2 |
| 2287 | 2026-03-13T18:24:55.514Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-13T18:24:55.684Z | Compiling test-strategy v0.4.5 |
| 2289 | 2026-03-13T18:24:55.701Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2290 | 2026-03-13T18:24:55.760Z | Compiling slog-bunyan v2.5.0 |
| 2291 | 2026-03-13T18:24:55.779Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2292 | 2026-03-13T18:24:55.918Z | Compiling rand v0.10.0 |
| 2293 | 2026-03-13T18:24:56.302Z | Compiling tokio-rustls v0.25.0 |
| 2294 | 2026-03-13T18:24:56.641Z | Compiling parse-display-derive v0.10.0 |
| 2295 | 2026-03-13T18:24:56.841Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2296 | 2026-03-13T18:24:56.864Z | Compiling backon v1.6.0 |
| 2297 | 2026-03-13T18:24:57.018Z | Compiling waitgroup v0.1.2 |
| 2298 | 2026-03-13T18:24:57.037Z | Compiling dropshot_endpoint v0.16.7 |
| 2299 | 2026-03-13T18:24:57.076Z | Compiling newtype-uuid-macros v0.1.0 |
| 2300 | 2026-03-13T18:24:57.177Z | Compiling rustls-pemfile v2.2.0 |
| 2301 | 2026-03-13T18:24:57.207Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2302 | 2026-03-13T18:24:57.228Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2303 | 2026-03-13T18:24:57.330Z | Compiling serde_path_to_error v0.1.20 |
| 2304 | 2026-03-13T18:24:57.421Z | Compiling hostname v0.4.2 |
| 2305 | 2026-03-13T18:24:57.486Z | Compiling instant v0.1.13 |
| 2306 | 2026-03-13T18:24:57.511Z | Compiling debug-ignore v1.0.5 |
| 2307 | 2026-03-13T18:24:57.554Z | Compiling colored v3.1.1 |
| 2308 | 2026-03-13T18:24:57.576Z | Compiling libefi-sys v0.1.0 |
| 2309 | 2026-03-13T18:24:57.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2310 | 2026-03-13T18:24:57.648Z | Compiling backoff v0.4.0 |
| 2311 | 2026-03-13T18:24:57.652Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2312 | 2026-03-13T18:24:57.689Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2313 | 2026-03-13T18:24:57.756Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2314 | 2026-03-13T18:24:57.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2315 | 2026-03-13T18:24:57.986Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-13T18:24:58.078Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-13T18:24:58.099Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2318 | 2026-03-13T18:24:58.119Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-03-13T18:24:58.424Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2320 | 2026-03-13T18:24:58.627Z | Compiling usdt-attr-macro v0.5.0 |
| 2321 | 2026-03-13T18:24:58.647Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-03-13T18:24:58.651Z | Compiling secrecy v0.10.3 |
| 2323 | 2026-03-13T18:24:58.689Z | Compiling parse-display v0.10.0 |
| 2324 | 2026-03-13T18:24:58.708Z | Compiling bitfield-struct v0.6.2 |
| 2325 | 2026-03-13T18:24:58.907Z | Compiling num-derive v0.4.2 |
| 2326 | 2026-03-13T18:24:59.543Z | Compiling regress v0.10.5 |
| 2327 | 2026-03-13T18:24:59.564Z | Compiling ordered-float v2.10.1 |
| 2328 | 2026-03-13T18:24:59.588Z | Compiling blake3 v1.8.3 |
| 2329 | 2026-03-13T18:24:59.615Z | Compiling sigpipe v0.1.3 |
| 2330 | 2026-03-13T18:24:59.754Z | Compiling memmap v0.7.0 |
| 2331 | 2026-03-13T18:24:59.858Z | Compiling glob v0.3.3 |
| 2332 | 2026-03-13T18:24:59.978Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2333 | 2026-03-13T18:25:00.086Z | Compiling usdt v0.5.0 |
| 2334 | 2026-03-13T18:25:00.130Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2335 | 2026-03-13T18:25:00.162Z | Compiling serde-value v0.7.0 |
| 2336 | 2026-03-13T18:25:00.294Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2337 | 2026-03-13T18:25:00.346Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-03-13T18:25:00.408Z | Compiling serde-untagged v0.1.9 |
| 2339 | 2026-03-13T18:25:00.448Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2340 | 2026-03-13T18:25:00.750Z | Compiling toml v0.8.23 |
| 2341 | 2026-03-13T18:25:00.840Z | Compiling smf v0.2.3 |
| 2342 | 2026-03-13T18:25:00.902Z | Compiling filetime v0.2.27 |
| 2343 | 2026-03-13T18:25:00.924Z | Compiling arrayvec v0.7.6 |
| 2344 | 2026-03-13T18:25:00.946Z | Compiling arrayref v0.3.9 |
| 2345 | 2026-03-13T18:25:01.029Z | Compiling same-file v1.0.6 |
| 2346 | 2026-03-13T18:25:01.074Z | Compiling constant_time_eq v0.4.2 |
| 2347 | 2026-03-13T18:25:01.097Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-03-13T18:25:01.102Z | Compiling unicode-xid v0.2.6 |
| 2349 | 2026-03-13T18:25:01.224Z | Compiling whoami v1.6.1 |
| 2350 | 2026-03-13T18:25:01.245Z | Compiling xattr v1.6.1 |
| 2351 | 2026-03-13T18:25:01.305Z | Compiling walkdir v2.5.0 |
| 2352 | 2026-03-13T18:25:01.347Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2026-03-13T18:25:01.367Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2354 | 2026-03-13T18:25:01.386Z | Compiling tokio-dtrace v0.1.1 |
| 2355 | 2026-03-13T18:25:01.512Z | Compiling tar v0.4.44 |
| 2356 | 2026-03-13T18:25:01.677Z | Compiling cargo-util-schemas v0.8.2 |
| 2357 | 2026-03-13T18:25:01.812Z | Compiling gethostname v0.5.0 |
| 2358 | 2026-03-13T18:25:01.875Z | Compiling cargo-platform v0.2.0 |
| 2359 | 2026-03-13T18:25:02.000Z | Compiling topological-sort v0.2.2 |
| 2360 | 2026-03-13T18:25:02.249Z | Compiling oxide-tokio-rt v0.1.3 |
| 2361 | 2026-03-13T18:25:02.277Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2362 | 2026-03-13T18:25:02.287Z | Compiling indent_write v2.2.0 |
| 2363 | 2026-03-13T18:25:02.381Z | Compiling shell-words v1.1.1 |
| 2364 | 2026-03-13T18:25:03.249Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-13T18:25:14.412Z | Compiling progenitor-client v0.13.0 |
| 2366 | 2026-03-13T18:25:14.461Z | Compiling progenitor-client v0.10.0 |
| 2367 | 2026-03-13T18:25:14.465Z | Compiling omicron-zone-package v0.12.2 |
| 2368 | 2026-03-13T18:25:14.574Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2369 | 2026-03-13T18:25:14.577Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2370 | 2026-03-13T18:25:14.578Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2371 | 2026-03-13T18:25:14.637Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2372 | 2026-03-13T18:25:14.732Z | Compiling progenitor-extras v0.1.1 |
| 2373 | 2026-03-13T18:25:15.030Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2374 | 2026-03-13T18:25:24.402Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2375 | 2026-03-13T18:25:25.671Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2376 | 2026-03-13T18:25:34.059Z | Finished `release` profile [optimized] target(s) in 1m 54s |
| 2377 | 2026-03-13T18:25:34.242Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2378 | 2026-03-13T18:25:34.304Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2379 | 2026-03-13T18:25:34.308Z | Created new build target 'test' and set it as active |
| 2380 | 2026-03-13T18:25:34.311Z | |
| 2381 | 2026-03-13T18:25:34.311Z | real 1:54.841619032 |
| 2382 | 2026-03-13T18:25:34.311Z | user 20:32.130021455 |
| 2383 | 2026-03-13T18:25:34.312Z | sys 3:01.793980885 |
| 2384 | 2026-03-13T18:25:34.312Z | trap 0.530309842 |
| 2385 | 2026-03-13T18:25:34.312Z | tflt 3.257128831 |
| 2386 | 2026-03-13T18:25:34.312Z | dflt 3.706453640 |
| 2387 | 2026-03-13T18:25:34.312Z | kflt 0.000523695 |
| 2388 | 2026-03-13T18:25:34.312Z | lock 47:30.830320823 |
| 2389 | 2026-03-13T18:25:34.312Z | slp 1:11:23.772447427 |
| 2390 | 2026-03-13T18:25:34.312Z | lat 48.377049286 |
| 2391 | 2026-03-13T18:25:34.312Z | stop 6:54.823500059 |
| 2392 | 2026-03-13T18:25:34.312Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2393 | 2026-03-13T18:25:35.412Z | Finished `release` profile [optimized] target(s) in 1.08s |
| 2394 | 2026-03-13T18:25:35.478Z | Running `target/release/omicron-package -t test package` |
| 2395 | 2026-03-13T18:25:35.536Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-03-13T18:25:37.325Z | Compiling regress v0.10.5 |
| 2397 | 2026-03-13T18:25:37.325Z | Compiling heck v0.5.0 |
| 2398 | 2026-03-13T18:25:37.328Z | Compiling unsafe-libyaml v0.2.11 |
| 2399 | 2026-03-13T18:25:37.328Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-03-13T18:25:37.596Z | Compiling half v2.7.1 |
| 2401 | 2026-03-13T18:25:37.602Z | Compiling ciborium-io v0.2.2 |
| 2402 | 2026-03-13T18:25:37.614Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2403 | 2026-03-13T18:25:37.640Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2404 | 2026-03-13T18:25:37.667Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-03-13T18:25:37.671Z | Compiling universal-hash v0.5.1 |
| 2406 | 2026-03-13T18:25:37.691Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2407 | 2026-03-13T18:25:37.695Z | Compiling unicode-width v0.1.14 |
| 2408 | 2026-03-13T18:25:37.696Z | Compiling opaque-debug v0.3.1 |
| 2409 | 2026-03-13T18:25:37.696Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2410 | 2026-03-13T18:25:37.717Z | Compiling chacha20 v0.9.1 |
| 2411 | 2026-03-13T18:25:37.748Z | Compiling typify-impl v0.6.1 |
| 2412 | 2026-03-13T18:25:37.775Z | Compiling password-hash v0.5.0 |
| 2413 | 2026-03-13T18:25:37.952Z | Compiling blake2 v0.10.6 |
| 2414 | 2026-03-13T18:25:37.993Z | Compiling derive_more v0.99.20 |
| 2415 | 2026-03-13T18:25:38.021Z | Compiling ciborium-ll v0.2.2 |
| 2416 | 2026-03-13T18:25:38.079Z | Compiling poly1305 v0.8.0 |
| 2417 | 2026-03-13T18:25:38.109Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2418 | 2026-03-13T18:25:38.138Z | Compiling aead v0.5.2 |
| 2419 | 2026-03-13T18:25:38.166Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-03-13T18:25:38.306Z | Compiling serde_yaml v0.9.34+deprecated |
| 2421 | 2026-03-13T18:25:38.332Z | Compiling ciborium v0.2.2 |
| 2422 | 2026-03-13T18:25:38.382Z | Compiling swrite v0.1.0 |
| 2423 | 2026-03-13T18:25:38.420Z | Compiling argon2 v0.5.3 |
| 2424 | 2026-03-13T18:25:38.445Z | Compiling chacha20poly1305 v0.10.1 |
| 2425 | 2026-03-13T18:25:38.545Z | Compiling serde_spanned v1.0.4 |
| 2426 | 2026-03-13T18:25:38.626Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2427 | 2026-03-13T18:25:38.704Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-03-13T18:25:38.779Z | Compiling rustls v0.22.4 |
| 2429 | 2026-03-13T18:25:38.817Z | Compiling rustls-webpki v0.102.8 |
| 2430 | 2026-03-13T18:25:38.908Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2431 | 2026-03-13T18:25:38.934Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2432 | 2026-03-13T18:25:38.970Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-13T18:25:39.081Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-03-13T18:25:39.162Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-03-13T18:25:39.268Z | Compiling thiserror-no-std v2.0.2 |
| 2436 | 2026-03-13T18:25:39.301Z | Compiling hostname v0.3.1 |
| 2437 | 2026-03-13T18:25:39.394Z | Compiling vsss-rs v3.3.4 |
| 2438 | 2026-03-13T18:25:39.452Z | Compiling multer v3.1.0 |
| 2439 | 2026-03-13T18:25:39.488Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-03-13T18:25:39.492Z | Compiling slog-json v2.6.1 |
| 2441 | 2026-03-13T18:25:39.546Z | Compiling crossbeam-channel v0.5.15 |
| 2442 | 2026-03-13T18:25:39.576Z | Compiling futures-executor v0.3.32 |
| 2443 | 2026-03-13T18:25:39.794Z | Compiling take_mut v0.2.2 |
| 2444 | 2026-03-13T18:25:39.798Z | Compiling term v1.2.1 |
| 2445 | 2026-03-13T18:25:39.852Z | Compiling futures v0.3.32 |
| 2446 | 2026-03-13T18:25:39.892Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-03-13T18:25:39.983Z | Compiling dropshot v0.16.7 |
| 2448 | 2026-03-13T18:25:40.094Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-03-13T18:25:40.160Z | Compiling progenitor-client v0.13.0 |
| 2450 | 2026-03-13T18:25:40.164Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2451 | 2026-03-13T18:25:40.325Z | Compiling slog-term v2.9.2 |
| 2452 | 2026-03-13T18:25:40.360Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-03-13T18:25:40.435Z | Compiling backon v1.6.0 |
| 2454 | 2026-03-13T18:25:40.503Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-03-13T18:25:40.533Z | Compiling serde_path_to_error v0.1.20 |
| 2456 | 2026-03-13T18:25:40.561Z | Compiling hostname v0.4.2 |
| 2457 | 2026-03-13T18:25:40.594Z | Compiling instant v0.1.13 |
| 2458 | 2026-03-13T18:25:40.598Z | Compiling debug-ignore v1.0.5 |
| 2459 | 2026-03-13T18:25:40.655Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2460 | 2026-03-13T18:25:40.658Z | Compiling parse-display v0.10.0 |
| 2461 | 2026-03-13T18:25:40.724Z | Compiling progenitor-extras v0.1.1 |
| 2462 | 2026-03-13T18:25:40.760Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-13T18:25:40.790Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2026-03-13T18:25:40.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2465 | 2026-03-13T18:25:40.794Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-03-13T18:25:40.794Z | Compiling progenitor-client v0.10.0 |
| 2467 | 2026-03-13T18:25:40.980Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2468 | 2026-03-13T18:25:41.020Z | Compiling macaddr v1.0.1 |
| 2469 | 2026-03-13T18:25:41.052Z | Compiling console v0.15.11 |
| 2470 | 2026-03-13T18:25:41.052Z | Compiling newline-converter v0.3.0 |
| 2471 | 2026-03-13T18:25:41.056Z | Compiling atomicwrites v0.4.4 |
| 2472 | 2026-03-13T18:25:41.145Z | Compiling num-rational v0.4.2 |
| 2473 | 2026-03-13T18:25:41.149Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2474 | 2026-03-13T18:25:41.261Z | Compiling num-complex v0.4.6 |
| 2475 | 2026-03-13T18:25:41.365Z | Compiling slog-dtrace v0.3.0 |
| 2476 | 2026-03-13T18:25:41.393Z | Compiling async-recursion v1.1.1 |
| 2477 | 2026-03-13T18:25:41.492Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2478 | 2026-03-13T18:25:41.635Z | Compiling expectorate v1.2.0 |
| 2479 | 2026-03-13T18:25:41.703Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-03-13T18:25:41.760Z | Compiling float-ord v0.3.2 |
| 2481 | 2026-03-13T18:25:41.912Z | Compiling num v0.4.3 |
| 2482 | 2026-03-13T18:25:41.997Z | Compiling tokio-rustls v0.25.0 |
| 2483 | 2026-03-13T18:25:42.025Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-03-13T18:25:42.093Z | Compiling libsw-core v0.3.2 |
| 2485 | 2026-03-13T18:25:42.175Z | Compiling resolv-conf v0.7.6 |
| 2486 | 2026-03-13T18:25:42.179Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-03-13T18:25:42.320Z | Compiling libsw v3.5.0 |
| 2488 | 2026-03-13T18:25:42.350Z | Compiling toml v0.8.23 |
| 2489 | 2026-03-13T18:25:42.458Z | Compiling linear-map v1.2.0 |
| 2490 | 2026-03-13T18:25:42.531Z | Compiling linked-hash-map v0.5.6 |
| 2491 | 2026-03-13T18:25:42.598Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-03-13T18:25:42.857Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-03-13T18:25:42.877Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2494 | 2026-03-13T18:25:42.939Z | Compiling nom v7.1.3 |
| 2495 | 2026-03-13T18:25:42.971Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-03-13T18:25:42.995Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2497 | 2026-03-13T18:25:43.028Z | Compiling globset v0.4.18 |
| 2498 | 2026-03-13T18:25:43.055Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-03-13T18:25:43.154Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2500 | 2026-03-13T18:25:43.183Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2501 | 2026-03-13T18:25:43.610Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2502 | 2026-03-13T18:25:43.635Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2503 | 2026-03-13T18:25:44.796Z | Compiling typify-macro v0.6.1 |
| 2504 | 2026-03-13T18:25:44.829Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-13T18:25:44.861Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-03-13T18:25:45.347Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-03-13T18:25:46.324Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2026-03-13T18:25:46.520Z | Compiling hickory-resolver v0.24.4 |
| 2509 | 2026-03-13T18:25:46.555Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-03-13T18:25:46.625Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2511 | 2026-03-13T18:25:46.715Z | Compiling pin-project-internal v1.1.11 |
| 2512 | 2026-03-13T18:25:46.873Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-03-13T18:25:46.931Z | Compiling typify v0.6.1 |
| 2514 | 2026-03-13T18:25:47.095Z | Compiling progenitor-impl v0.13.0 |
| 2515 | 2026-03-13T18:25:47.815Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-03-13T18:25:48.068Z | Compiling qorb v0.4.1 |
| 2517 | 2026-03-13T18:25:48.170Z | Compiling pin-project v1.1.11 |
| 2518 | 2026-03-13T18:25:48.390Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2519 | 2026-03-13T18:25:48.542Z | Compiling pem v3.0.6 |
| 2520 | 2026-03-13T18:25:48.629Z | Compiling snafu-derive v0.8.9 |
| 2521 | 2026-03-13T18:25:49.441Z | Compiling termtree v0.5.1 |
| 2522 | 2026-03-13T18:25:49.685Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-03-13T18:25:49.835Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-03-13T18:25:50.210Z | Compiling progenitor-macro v0.13.0 |
| 2525 | 2026-03-13T18:25:51.004Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2526 | 2026-03-13T18:25:51.047Z | Compiling snafu v0.8.9 |
| 2527 | 2026-03-13T18:25:51.202Z | Compiling phf_shared v0.12.1 |
| 2528 | 2026-03-13T18:25:51.540Z | Compiling olpc-cjson v0.1.4 |
| 2529 | 2026-03-13T18:25:51.823Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2026-03-13T18:25:51.848Z | Compiling serde_plain v1.0.2 |
| 2531 | 2026-03-13T18:25:52.244Z | Compiling vte v0.14.1 |
| 2532 | 2026-03-13T18:25:52.538Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-03-13T18:25:52.561Z | Compiling highway v1.3.0 |
| 2534 | 2026-03-13T18:25:53.526Z | Compiling typed-path v0.9.3 |
| 2535 | 2026-03-13T18:25:53.721Z | Compiling chrono-tz v0.10.4 |
| 2536 | 2026-03-13T18:25:53.814Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2537 | 2026-03-13T18:25:53.961Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2538 | 2026-03-13T18:25:54.051Z | Compiling csv v1.4.0 |
| 2539 | 2026-03-13T18:25:54.503Z | Compiling strip-ansi-escapes v0.2.1 |
| 2540 | 2026-03-13T18:25:54.873Z | Compiling phf v0.12.1 |
| 2541 | 2026-03-13T18:25:55.149Z | Compiling tough v0.20.0 |
| 2542 | 2026-03-13T18:25:55.309Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2026-03-13T18:25:55.348Z | Compiling const_format_proc_macros v0.2.34 |
| 2544 | 2026-03-13T18:25:55.433Z | Compiling papergrid v0.11.0 |
| 2545 | 2026-03-13T18:25:56.171Z | Compiling progenitor v0.13.0 |
| 2546 | 2026-03-13T18:25:56.400Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-03-13T18:25:56.437Z | Compiling fd-lock v4.0.4 |
| 2548 | 2026-03-13T18:25:56.610Z | Compiling peg-macros v0.8.5 |
| 2549 | 2026-03-13T18:25:56.656Z | Compiling tabled_derive v0.7.0 |
| 2550 | 2026-03-13T18:25:56.840Z | Compiling nu-ansi-term v0.50.3 |
| 2551 | 2026-03-13T18:25:57.326Z | Compiling reedline v0.40.0 |
| 2552 | 2026-03-13T18:25:57.502Z | Compiling const_format v0.2.35 |
| 2553 | 2026-03-13T18:25:57.794Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2026-03-13T18:25:57.911Z | Compiling tabled v0.15.0 |
| 2555 | 2026-03-13T18:25:58.231Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2556 | 2026-03-13T18:25:58.357Z | Compiling peg v0.8.5 |
| 2557 | 2026-03-13T18:25:58.482Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2558 | 2026-03-13T18:25:59.378Z | Compiling bcs v0.1.6 |
| 2559 | 2026-03-13T18:25:59.730Z | Compiling semver v0.1.20 |
| 2560 | 2026-03-13T18:26:00.045Z | Compiling base64 v0.21.7 |
| 2561 | 2026-03-13T18:26:00.153Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-03-13T18:26:01.038Z | Compiling newtype_derive v0.1.6 |
| 2563 | 2026-03-13T18:26:01.080Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2564 | 2026-03-13T18:26:01.081Z | Compiling typify-impl v0.4.3 |
| 2565 | 2026-03-13T18:26:01.081Z | Compiling humantime v2.3.0 |
| 2566 | 2026-03-13T18:26:01.384Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2567 | 2026-03-13T18:26:01.553Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-03-13T18:26:01.734Z | Compiling smawk v0.3.2 |
| 2569 | 2026-03-13T18:26:01.988Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-03-13T18:26:02.040Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2571 | 2026-03-13T18:26:02.099Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2572 | 2026-03-13T18:26:02.421Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2573 | 2026-03-13T18:26:02.720Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2574 | 2026-03-13T18:26:02.939Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2575 | 2026-03-13T18:26:02.994Z | Compiling steno v0.4.1 |
| 2576 | 2026-03-13T18:26:04.192Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-03-13T18:26:04.443Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-13T18:26:04.503Z | Compiling tungstenite v0.21.0 |
| 2579 | 2026-03-13T18:26:04.721Z | Compiling moka v0.12.13 |
| 2580 | 2026-03-13T18:26:05.044Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2581 | 2026-03-13T18:26:05.249Z | Compiling radium v0.7.0 |
| 2582 | 2026-03-13T18:26:05.647Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-03-13T18:26:05.864Z | Compiling typify-macro v0.4.3 |
| 2584 | 2026-03-13T18:26:06.228Z | Compiling tap v1.0.1 |
| 2585 | 2026-03-13T18:26:06.678Z | Compiling maybe-uninit v2.0.0 |
| 2586 | 2026-03-13T18:26:06.703Z | Compiling hickory-resolver v0.25.2 |
| 2587 | 2026-03-13T18:26:06.813Z | Compiling wyz v0.5.1 |
| 2588 | 2026-03-13T18:26:07.210Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-03-13T18:26:07.302Z | Compiling packed_struct v0.10.1 |
| 2590 | 2026-03-13T18:26:07.511Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-03-13T18:26:07.666Z | Compiling funty v2.0.0 |
| 2592 | 2026-03-13T18:26:07.691Z | Compiling display-error-chain v0.2.2 |
| 2593 | 2026-03-13T18:26:07.933Z | Compiling typify v0.4.3 |
| 2594 | 2026-03-13T18:26:08.106Z | Compiling progenitor-impl v0.10.0 |
| 2595 | 2026-03-13T18:26:08.267Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2596 | 2026-03-13T18:26:08.363Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-03-13T18:26:08.895Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2598 | 2026-03-13T18:26:09.016Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-03-13T18:26:10.959Z | Compiling crc v3.4.0 |
| 2600 | 2026-03-13T18:26:11.238Z | Compiling progenitor-macro v0.10.0 |
| 2601 | 2026-03-13T18:26:11.641Z | Compiling packed_struct_codegen v0.10.1 |
| 2602 | 2026-03-13T18:26:11.699Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-03-13T18:26:13.236Z | Compiling indexmap v1.9.3 |
| 2604 | 2026-03-13T18:26:13.236Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-03-13T18:26:13.236Z | Compiling array-init v0.0.4 |
| 2606 | 2026-03-13T18:26:13.236Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-03-13T18:26:13.237Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-03-13T18:26:13.347Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-13T18:26:13.362Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-13T18:26:13.436Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-13T18:26:13.972Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-13T18:26:14.022Z | Compiling proc-macro-error2 v2.0.1 |
| 2613 | 2026-03-13T18:26:14.501Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-03-13T18:26:14.507Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-13T18:26:14.736Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2616 | 2026-03-13T18:26:15.043Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2617 | 2026-03-13T18:26:15.069Z | Compiling ron v0.8.1 |
| 2618 | 2026-03-13T18:26:15.194Z | Compiling hashbrown v0.13.2 |
| 2619 | 2026-03-13T18:26:15.219Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-03-13T18:26:15.490Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-03-13T18:26:15.621Z | Compiling crc-any v2.5.0 |
| 2622 | 2026-03-13T18:26:15.760Z | Compiling glob v0.3.3 |
| 2623 | 2026-03-13T18:26:16.016Z | Compiling maplit v1.0.2 |
| 2624 | 2026-03-13T18:26:16.100Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-03-13T18:26:16.150Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-03-13T18:26:16.190Z | Compiling object v0.30.4 |
| 2627 | 2026-03-13T18:26:16.262Z | Compiling clang-sys v1.8.1 |
| 2628 | 2026-03-13T18:26:16.541Z | Compiling dirs-next v2.0.0 |
| 2629 | 2026-03-13T18:26:16.770Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-03-13T18:26:16.816Z | Compiling tabled_derive v0.11.0 |
| 2631 | 2026-03-13T18:26:16.957Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-03-13T18:26:17.025Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-03-13T18:26:17.130Z | Compiling progenitor v0.10.0 |
| 2634 | 2026-03-13T18:26:17.319Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2635 | 2026-03-13T18:26:17.360Z | Compiling dsl_auto_type v0.1.3 |
| 2636 | 2026-03-13T18:26:17.481Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-03-13T18:26:17.540Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2638 | 2026-03-13T18:26:17.684Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-03-13T18:26:17.825Z | Compiling tiny-keccak v2.0.2 |
| 2640 | 2026-03-13T18:26:17.914Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-03-13T18:26:18.105Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-13T18:26:18.238Z | Compiling term v0.7.0 |
| 2643 | 2026-03-13T18:26:18.302Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2644 | 2026-03-13T18:26:18.305Z | Compiling arc-swap v1.8.2 |
| 2645 | 2026-03-13T18:26:18.305Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2646 | 2026-03-13T18:26:18.403Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-03-13T18:26:18.641Z | Compiling tabled v0.20.0 |
| 2648 | 2026-03-13T18:26:18.708Z | Compiling xshell-macros v0.2.7 |
| 2649 | 2026-03-13T18:26:18.829Z | Compiling slog-scope v4.4.1 |
| 2650 | 2026-03-13T18:26:18.958Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-03-13T18:26:18.984Z | Compiling ascii-canvas v3.0.0 |
| 2652 | 2026-03-13T18:26:19.225Z | Compiling xshell v0.2.7 |
| 2653 | 2026-03-13T18:26:19.312Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-03-13T18:26:19.359Z | Compiling itertools v0.10.5 |
| 2655 | 2026-03-13T18:26:19.503Z | Compiling ena v0.14.4 |
| 2656 | 2026-03-13T18:26:19.822Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2657 | 2026-03-13T18:26:19.887Z | Compiling libloading v0.8.9 |
| 2658 | 2026-03-13T18:26:20.188Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2659 | 2026-03-13T18:26:20.215Z | Compiling diff v0.1.13 |
| 2660 | 2026-03-13T18:26:20.577Z | Compiling unicase v2.9.0 |
| 2661 | 2026-03-13T18:26:20.863Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-03-13T18:26:20.896Z | Compiling regex-syntax v0.6.29 |
| 2663 | 2026-03-13T18:26:21.340Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-03-13T18:26:22.673Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2665 | 2026-03-13T18:26:23.000Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-03-13T18:26:23.648Z | Compiling diesel v2.2.12 |
| 2667 | 2026-03-13T18:26:23.725Z | Compiling slog-stdlog v4.1.1 |
| 2668 | 2026-03-13T18:26:24.298Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2669 | 2026-03-13T18:26:24.327Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2670 | 2026-03-13T18:26:25.634Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2671 | 2026-03-13T18:26:25.725Z | Compiling cexpr v0.6.0 |
| 2672 | 2026-03-13T18:26:25.977Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2673 | 2026-03-13T18:26:26.200Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2674 | 2026-03-13T18:26:26.283Z | Compiling crc8 v0.1.1 |
| 2675 | 2026-03-13T18:26:26.475Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2676 | 2026-03-13T18:26:26.509Z | Compiling slog-envlogger v2.2.0 |
| 2677 | 2026-03-13T18:26:26.545Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2678 | 2026-03-13T18:26:26.600Z | Compiling headers-core v0.3.0 |
| 2679 | 2026-03-13T18:26:26.795Z | Compiling libxml v0.3.3 |
| 2680 | 2026-03-13T18:26:27.220Z | Compiling headers v0.4.1 |
| 2681 | 2026-03-13T18:26:27.402Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2682 | 2026-03-13T18:26:27.480Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2683 | 2026-03-13T18:26:27.768Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2684 | 2026-03-13T18:26:28.057Z | Compiling strum_macros v0.24.3 |
| 2685 | 2026-03-13T18:26:28.349Z | Compiling indoc v1.0.9 |
| 2686 | 2026-03-13T18:26:28.937Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-03-13T18:26:29.065Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-03-13T18:26:29.238Z | Compiling oso-derive v0.27.3 |
| 2689 | 2026-03-13T18:26:29.274Z | Compiling quick-xml v0.37.5 |
| 2690 | 2026-03-13T18:26:29.330Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-03-13T18:26:29.775Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-03-13T18:26:29.915Z | Compiling half v1.8.3 |
| 2693 | 2026-03-13T18:26:30.199Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-03-13T18:26:30.232Z | Compiling serde_cbor v0.11.2 |
| 2695 | 2026-03-13T18:26:30.505Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2696 | 2026-03-13T18:26:31.204Z | Compiling diesel-dtrace v0.4.2 |
| 2697 | 2026-03-13T18:26:31.234Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-03-13T18:26:31.264Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-13T18:26:31.458Z | Compiling bb8 v0.8.6 |
| 2700 | 2026-03-13T18:26:31.565Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-03-13T18:26:31.648Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2702 | 2026-03-13T18:26:31.674Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2703 | 2026-03-13T18:26:31.956Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-03-13T18:26:32.117Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2026-03-13T18:26:32.302Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2706 | 2026-03-13T18:26:32.406Z | Compiling fxhash v0.2.1 |
| 2707 | 2026-03-13T18:26:32.611Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2708 | 2026-03-13T18:26:32.884Z | Compiling kstat-rs v0.2.4 |
| 2709 | 2026-03-13T18:26:32.958Z | Compiling libz-sys v1.1.24 |
| 2710 | 2026-03-13T18:26:33.019Z | Compiling salty v0.3.0 |
| 2711 | 2026-03-13T18:26:33.051Z | Compiling nonempty v0.12.0 |
| 2712 | 2026-03-13T18:26:33.211Z | Compiling samael v0.0.19 |
| 2713 | 2026-03-13T18:26:33.365Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-03-13T18:26:33.484Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2715 | 2026-03-13T18:26:33.622Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2716 | 2026-03-13T18:26:33.824Z | Compiling progenitor-impl v0.11.2 |
| 2717 | 2026-03-13T18:26:33.851Z | Compiling darling_core v0.23.0 |
| 2718 | 2026-03-13T18:26:34.388Z | Compiling polar-core v0.27.3 |
| 2719 | 2026-03-13T18:26:34.417Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-03-13T18:26:34.478Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-03-13T18:26:34.796Z | Compiling parking_lot_core v0.8.6 |
| 2722 | 2026-03-13T18:26:35.246Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-03-13T18:26:35.424Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2724 | 2026-03-13T18:26:35.955Z | Compiling flume v0.11.1 |
| 2725 | 2026-03-13T18:26:36.382Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2726 | 2026-03-13T18:26:36.969Z | Compiling progenitor-macro v0.11.2 |
| 2727 | 2026-03-13T18:26:37.031Z | Compiling darling_macro v0.23.0 |
| 2728 | 2026-03-13T18:26:37.694Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2729 | 2026-03-13T18:26:37.755Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2730 | 2026-03-13T18:26:38.257Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-03-13T18:26:40.930Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2732 | 2026-03-13T18:26:41.403Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-03-13T18:26:42.141Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2734 | 2026-03-13T18:26:42.891Z | Compiling progenitor-client v0.11.2 |
| 2735 | 2026-03-13T18:26:43.657Z | Compiling git-stub v1.0.0 |
| 2736 | 2026-03-13T18:26:43.885Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2737 | 2026-03-13T18:26:44.008Z | Compiling instability v0.3.11 |
| 2738 | 2026-03-13T18:26:44.355Z | Compiling git-stub-vcs v0.1.0 |
| 2739 | 2026-03-13T18:26:44.827Z | Compiling progenitor v0.11.2 |
| 2740 | 2026-03-13T18:26:44.858Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2741 | 2026-03-13T18:26:46.760Z | Compiling oso v0.27.3 |
| 2742 | 2026-03-13T18:26:48.088Z | Compiling async-bb8-diesel v0.2.1 |
| 2743 | 2026-03-13T18:26:48.348Z | Compiling darling v0.23.0 |
| 2744 | 2026-03-13T18:26:48.482Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2745 | 2026-03-13T18:26:49.103Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-03-13T18:26:49.152Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2747 | 2026-03-13T18:26:49.182Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-03-13T18:26:49.500Z | Compiling ignore v0.4.25 |
| 2749 | 2026-03-13T18:26:50.732Z | Compiling primeorder v0.13.6 |
| 2750 | 2026-03-13T18:26:51.151Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-03-13T18:26:51.646Z | Compiling castaway v0.2.4 |
| 2752 | 2026-03-13T18:26:51.845Z | Compiling nibble_vec v0.1.0 |
| 2753 | 2026-03-13T18:26:52.101Z | Compiling atty v0.2.14 |
| 2754 | 2026-03-13T18:26:52.281Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-03-13T18:26:52.582Z | Compiling endian-type v0.1.2 |
| 2756 | 2026-03-13T18:26:52.808Z | Compiling indoc v2.0.7 |
| 2757 | 2026-03-13T18:26:53.051Z | Compiling http-range v0.1.5 |
| 2758 | 2026-03-13T18:26:53.091Z | Compiling parse-size v1.1.0 |
| 2759 | 2026-03-13T18:26:53.408Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2760 | 2026-03-13T18:26:53.462Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2761 | 2026-03-13T18:26:53.759Z | Compiling radix_trie v0.2.1 |
| 2762 | 2026-03-13T18:26:54.372Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-03-13T18:26:54.375Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-03-13T18:26:54.430Z | Compiling p384 v0.13.1 |
| 2765 | 2026-03-13T18:26:55.208Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-03-13T18:26:55.865Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-03-13T18:26:56.951Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-03-13T18:26:57.022Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-03-13T18:26:57.059Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2770 | 2026-03-13T18:26:57.181Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2771 | 2026-03-13T18:26:57.639Z | Compiling predicates-tree v1.0.13 |
| 2772 | 2026-03-13T18:26:58.217Z | Compiling unicode-truncate v1.1.0 |
| 2773 | 2026-03-13T18:26:58.471Z | Compiling lru v0.12.5 |
| 2774 | 2026-03-13T18:26:58.682Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-03-13T18:26:58.756Z | Compiling vergen-git2 v1.0.7 |
| 2776 | 2026-03-13T18:26:59.058Z | Compiling cassowary v0.3.0 |
| 2777 | 2026-03-13T18:26:59.328Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-03-13T18:26:59.544Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-03-13T18:26:59.650Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-03-13T18:27:00.198Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-03-13T18:27:01.076Z | Compiling hyper-staticfile v0.10.1 |
| 2782 | 2026-03-13T18:27:01.114Z | Compiling sled v0.34.7 |
| 2783 | 2026-03-13T18:27:01.391Z | Compiling hickory-client v0.25.2 |
| 2784 | 2026-03-13T18:27:02.626Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-03-13T18:27:02.942Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2786 | 2026-03-13T18:27:02.972Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-03-13T18:27:03.253Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-03-13T18:27:03.451Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2789 | 2026-03-13T18:27:04.014Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2790 | 2026-03-13T18:27:04.591Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2791 | 2026-03-13T18:27:04.727Z | Compiling rand_seeder v0.4.0 |
| 2792 | 2026-03-13T18:27:05.039Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-03-13T18:27:05.335Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2794 | 2026-03-13T18:27:05.626Z | Compiling lzma-sys v0.1.20 |
| 2795 | 2026-03-13T18:27:05.670Z | Compiling corncobs v0.1.4 |
| 2796 | 2026-03-13T18:27:05.933Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-03-13T18:27:05.975Z | Compiling rustls v0.21.12 |
| 2798 | 2026-03-13T18:27:06.246Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-03-13T18:27:06.379Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2800 | 2026-03-13T18:27:06.409Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2801 | 2026-03-13T18:27:06.701Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2802 | 2026-03-13T18:27:06.757Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2803 | 2026-03-13T18:27:07.185Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2804 | 2026-03-13T18:27:07.346Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2805 | 2026-03-13T18:27:07.409Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2806 | 2026-03-13T18:27:07.497Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2807 | 2026-03-13T18:27:08.235Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-13T18:27:10.255Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2809 | 2026-03-13T18:27:11.490Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-03-13T18:27:11.521Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2811 | 2026-03-13T18:27:11.788Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-03-13T18:27:11.821Z | Compiling cargo_toml v0.22.3 |
| 2813 | 2026-03-13T18:27:11.961Z | Compiling sct v0.7.1 |
| 2814 | 2026-03-13T18:27:12.100Z | Compiling rustls-webpki v0.101.7 |
| 2815 | 2026-03-13T18:27:12.328Z | Compiling nix v0.29.0 |
| 2816 | 2026-03-13T18:27:12.869Z | Compiling secrecy v0.8.0 |
| 2817 | 2026-03-13T18:27:13.113Z | Compiling void v1.0.2 |
| 2818 | 2026-03-13T18:27:13.293Z | Compiling lzss v0.8.2 |
| 2819 | 2026-03-13T18:27:14.643Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-03-13T18:27:14.907Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2821 | 2026-03-13T18:27:15.042Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2822 | 2026-03-13T18:27:15.136Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2823 | 2026-03-13T18:27:15.452Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2824 | 2026-03-13T18:27:15.584Z | Compiling git2 v0.20.4 |
| 2825 | 2026-03-13T18:27:16.401Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2826 | 2026-03-13T18:27:16.483Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2827 | 2026-03-13T18:27:17.403Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2828 | 2026-03-13T18:27:17.528Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-03-13T18:27:17.710Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2830 | 2026-03-13T18:27:17.715Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2831 | 2026-03-13T18:27:18.024Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2832 | 2026-03-13T18:27:18.052Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2833 | 2026-03-13T18:27:18.335Z | Compiling nix v0.27.1 |
| 2834 | 2026-03-13T18:27:18.363Z | Compiling serde_bytes v0.11.19 |
| 2835 | 2026-03-13T18:27:19.470Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2836 | 2026-03-13T18:27:19.604Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-03-13T18:27:20.062Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-13T18:27:20.087Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-03-13T18:27:20.117Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-03-13T18:27:20.189Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-03-13T18:27:20.598Z | Compiling xz2 v0.1.7 |
| 2842 | 2026-03-13T18:27:20.689Z | Compiling ron v0.12.0 |
| 2843 | 2026-03-13T18:27:21.035Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2844 | 2026-03-13T18:27:22.520Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-03-13T18:27:23.229Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2846 | 2026-03-13T18:27:25.746Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2847 | 2026-03-13T18:27:25.941Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2848 | 2026-03-13T18:27:26.704Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-03-13T18:27:27.960Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-03-13T18:27:29.424Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-03-13T18:27:30.001Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-03-13T18:27:30.101Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2853 | 2026-03-13T18:27:30.143Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-03-13T18:27:31.140Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-03-13T18:27:32.917Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-03-13T18:27:33.589Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2857 | 2026-03-13T18:27:34.279Z | Compiling rustls-pemfile v1.0.4 |
| 2858 | 2026-03-13T18:27:34.781Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2859 | 2026-03-13T18:27:35.189Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2860 | 2026-03-13T18:27:35.299Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2861 | 2026-03-13T18:27:35.609Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2862 | 2026-03-13T18:27:36.669Z | Compiling signal-hook-tokio v0.3.1 |
| 2863 | 2026-03-13T18:27:36.696Z | Compiling twox-hash v2.1.2 |
| 2864 | 2026-03-13T18:27:36.903Z | Compiling yasna v0.5.2 |
| 2865 | 2026-03-13T18:27:37.108Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-03-13T18:27:37.374Z | Compiling base16ct v1.0.0 |
| 2867 | 2026-03-13T18:27:37.401Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-03-13T18:27:37.726Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-03-13T18:27:38.223Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-03-13T18:27:38.900Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2871 | 2026-03-13T18:27:39.020Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2872 | 2026-03-13T18:27:39.200Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2026-03-13T18:27:39.953Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2874 | 2026-03-13T18:27:40.800Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2875 | 2026-03-13T18:27:42.805Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2876 | 2026-03-13T18:27:43.817Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2877 | 2026-03-13T18:27:43.967Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2878 | 2026-03-13T18:27:44.436Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2879 | 2026-03-13T18:27:46.178Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2880 | 2026-03-13T18:27:46.438Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2026-03-13T18:27:46.589Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-03-13T18:27:46.745Z | Compiling fatfs v0.3.6 |
| 2883 | 2026-03-13T18:27:46.852Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-03-13T18:27:48.342Z | Compiling subprocess v0.2.15 |
| 2885 | 2026-03-13T18:27:49.139Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-03-13T18:27:49.468Z | Compiling seq-macro v0.3.6 |
| 2887 | 2026-03-13T18:27:51.156Z | Compiling assert_matches v1.5.0 |
| 2888 | 2026-03-13T18:27:51.292Z | Compiling rpassword v7.4.0 |
| 2889 | 2026-03-13T18:27:51.338Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2890 | 2026-03-13T18:27:51.728Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-03-13T18:27:51.894Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-03-13T18:27:52.711Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2893 | 2026-03-13T18:27:55.495Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2894 | 2026-03-13T18:27:55.808Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2895 | 2026-03-13T18:27:55.970Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-03-13T18:27:56.523Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-03-13T18:27:57.949Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2898 | 2026-03-13T18:27:58.654Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2899 | 2026-03-13T18:28:02.448Z | Compiling uzers v0.12.2 |
| 2900 | 2026-03-13T18:28:02.517Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-03-13T18:28:04.097Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-03-13T18:28:04.455Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-03-13T18:28:05.471Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-03-13T18:28:07.293Z | Compiling support-bundle-viewer v0.1.2 |
| 2905 | 2026-03-13T18:28:08.064Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2906 | 2026-03-13T18:28:09.465Z | Compiling multimap v0.10.1 |
| 2907 | 2026-03-13T18:28:30.605Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2908 | 2026-03-13T18:28:31.177Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2909 | 2026-03-13T18:35:30.861Z | Finished `release` profile [optimized] target(s) in 9m 55s |
| 2910 | 2026-03-13T18:36:25.613Z | |
| 2911 | 2026-03-13T18:36:25.616Z | real 10:51.189074921 |
| 2912 | 2026-03-13T18:36:25.616Z | user 1:43:38.083967031 |
| 2913 | 2026-03-13T18:36:25.617Z | sys 4:07.291046341 |
| 2914 | 2026-03-13T18:36:25.617Z | trap 2.346643811 |
| 2915 | 2026-03-13T18:36:25.617Z | tflt 2.826639224 |
| 2916 | 2026-03-13T18:36:25.617Z | dflt 16.241205468 |
| 2917 | 2026-03-13T18:36:25.617Z | kflt 0.001596434 |
| 2918 | 2026-03-13T18:36:25.617Z | lock 7:17:18.070868922 |
| 2919 | 2026-03-13T18:36:25.617Z | slp 3:59:06.526065752 |
| 2920 | 2026-03-13T18:36:25.617Z | lat 2:50.435481847 |
| 2921 | 2026-03-13T18:36:25.617Z | stop 6:37.241394142 |
| 2922 | 2026-03-13T18:36:25.617Z | + mapfile -t packages |
| 2923 | 2026-03-13T18:36:25.617Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2924 | 2026-03-13T18:36:26.784Z | Finished `release` profile [optimized] target(s) in 1.16s |
| 2925 | 2026-03-13T18:36:26.852Z | Running `target/release/omicron-package -t test list-outputs` |
| 2926 | 2026-03-13T18:36:26.906Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-03-13T18:36:26.910Z | + ptime -m cargo build --locked --release -p xtask |
| 2928 | 2026-03-13T18:36:27.601Z | Compiling libc v0.2.180 |
| 2929 | 2026-03-13T18:36:27.601Z | Compiling serde v1.0.228 |
| 2930 | 2026-03-13T18:36:27.604Z | Compiling serde_core v1.0.228 |
| 2931 | 2026-03-13T18:36:27.604Z | Compiling rustix v1.1.3 |
| 2932 | 2026-03-13T18:36:27.705Z | Compiling bitflags v2.11.0 |
| 2933 | 2026-03-13T18:36:27.709Z | Compiling serde_json v1.0.149 |
| 2934 | 2026-03-13T18:36:27.743Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-03-13T18:36:27.765Z | Compiling syn v2.0.117 |
| 2936 | 2026-03-13T18:36:27.779Z | Compiling smallvec v1.15.1 |
| 2937 | 2026-03-13T18:36:27.782Z | Compiling hashbrown v0.16.1 |
| 2938 | 2026-03-13T18:36:27.839Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-03-13T18:36:27.844Z | Compiling syn v1.0.109 |
| 2940 | 2026-03-13T18:36:27.871Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-03-13T18:36:27.871Z | Compiling log v0.4.29 |
| 2942 | 2026-03-13T18:36:28.087Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-03-13T18:36:28.179Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-03-13T18:36:28.267Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-03-13T18:36:28.314Z | Compiling form_urlencoded v1.2.2 |
| 2946 | 2026-03-13T18:36:28.363Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-03-13T18:36:28.414Z | Compiling heck v0.4.1 |
| 2948 | 2026-03-13T18:36:28.630Z | Compiling indexmap v2.13.0 |
| 2949 | 2026-03-13T18:36:28.896Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-03-13T18:36:28.932Z | Compiling errno v0.3.14 |
| 2951 | 2026-03-13T18:36:28.935Z | Compiling memmap v0.7.0 |
| 2952 | 2026-03-13T18:36:29.379Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-03-13T18:36:30.001Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-03-13T18:36:30.300Z | Compiling tabled_derive v0.7.0 |
| 2955 | 2026-03-13T18:36:30.380Z | Compiling terminal_size v0.4.3 |
| 2956 | 2026-03-13T18:36:30.380Z | Compiling tempfile v3.25.0 |
| 2957 | 2026-03-13T18:36:30.509Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-03-13T18:36:30.509Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-03-13T18:36:30.678Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-03-13T18:36:31.222Z | Compiling tabled v0.15.0 |
| 2961 | 2026-03-13T18:36:31.457Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-03-13T18:36:31.460Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-03-13T18:36:32.000Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-03-13T18:36:32.000Z | Compiling zerofrom-derive v0.1.6 |
| 2965 | 2026-03-13T18:36:32.004Z | Compiling yoke-derive v0.8.1 |
| 2966 | 2026-03-13T18:36:32.004Z | Compiling zerovec-derive v0.11.2 |
| 2967 | 2026-03-13T18:36:32.004Z | Compiling displaydoc v0.2.5 |
| 2968 | 2026-03-13T18:36:32.004Z | Compiling thiserror-impl v1.0.69 |
| 2969 | 2026-03-13T18:36:32.004Z | Compiling zerocopy-derive v0.7.35 |
| 2970 | 2026-03-13T18:36:32.004Z | Compiling scroll_derive v0.12.1 |
| 2971 | 2026-03-13T18:36:32.016Z | Compiling thiserror-impl v2.0.18 |
| 2972 | 2026-03-13T18:36:32.030Z | Compiling clap_derive v4.5.55 |
| 2973 | 2026-03-13T18:36:32.150Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-03-13T18:36:33.004Z | Compiling scroll v0.12.0 |
| 2975 | 2026-03-13T18:36:33.199Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-03-13T18:36:33.399Z | Compiling goblin v0.8.2 |
| 2977 | 2026-03-13T18:36:33.517Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-03-13T18:36:33.628Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-03-13T18:36:33.717Z | Compiling yoke v0.8.1 |
| 2980 | 2026-03-13T18:36:33.763Z | Compiling dtrace-parser v0.2.0 |
| 2981 | 2026-03-13T18:36:33.779Z | Compiling thiserror v2.0.18 |
| 2982 | 2026-03-13T18:36:33.945Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-03-13T18:36:33.990Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-03-13T18:36:34.413Z | Compiling clap v4.5.60 |
| 2985 | 2026-03-13T18:36:34.773Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-03-13T18:36:34.869Z | Compiling potential_utf v0.1.4 |
| 2987 | 2026-03-13T18:36:35.114Z | Compiling icu_locale_core v2.1.1 |
| 2988 | 2026-03-13T18:36:35.132Z | Compiling icu_collections v2.1.1 |
| 2989 | 2026-03-13T18:36:36.514Z | Compiling icu_provider v2.1.1 |
| 2990 | 2026-03-13T18:36:36.715Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-03-13T18:36:36.758Z | Compiling serde_spanned v0.6.9 |
| 2992 | 2026-03-13T18:36:36.788Z | Compiling dof v0.3.0 |
| 2993 | 2026-03-13T18:36:36.955Z | Compiling icu_normalizer v2.1.1 |
| 2994 | 2026-03-13T18:36:36.980Z | Compiling icu_properties v2.1.2 |
| 2995 | 2026-03-13T18:36:37.016Z | Compiling toml_edit v0.22.27 |
| 2996 | 2026-03-13T18:36:37.055Z | Compiling serde_tokenstream v0.2.3 |
| 2997 | 2026-03-13T18:36:37.221Z | Compiling serde-value v0.7.0 |
| 2998 | 2026-03-13T18:36:37.225Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-13T18:36:37.257Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-03-13T18:36:37.840Z | Compiling usdt-attr-macro v0.5.0 |
| 3001 | 2026-03-13T18:36:37.887Z | Compiling usdt-macro v0.5.0 |
| 3002 | 2026-03-13T18:36:38.519Z | Compiling idna_adapter v1.2.1 |
| 3003 | 2026-03-13T18:36:38.682Z | Compiling idna v1.1.0 |
| 3004 | 2026-03-13T18:36:38.728Z | Compiling usdt v0.5.0 |
| 3005 | 2026-03-13T18:36:39.111Z | Compiling url v2.5.8 |
| 3006 | 2026-03-13T18:36:39.273Z | Compiling toml v0.8.23 |
| 3007 | 2026-03-13T18:36:39.866Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-03-13T18:36:39.866Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-03-13T18:36:41.345Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-03-13T18:36:46.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-03-13T18:36:50.100Z | Finished `release` profile [optimized] target(s) in 23.17s |
| 3012 | 2026-03-13T18:36:50.237Z | |
| 3013 | 2026-03-13T18:36:50.240Z | real 23.291739086 |
| 3014 | 2026-03-13T18:36:50.241Z | user 3:12.167286115 |
| 3015 | 2026-03-13T18:36:50.241Z | sys 21.335077588 |
| 3016 | 2026-03-13T18:36:50.241Z | trap 0.090681844 |
| 3017 | 2026-03-13T18:36:50.241Z | tflt 0.801429149 |
| 3018 | 2026-03-13T18:36:50.241Z | dflt 2.029542013 |
| 3019 | 2026-03-13T18:36:50.241Z | kflt 0.000058730 |
| 3020 | 2026-03-13T18:36:50.241Z | lock 5:35.785361349 |
| 3021 | 2026-03-13T18:36:50.241Z | slp 6:37.177128486 |
| 3022 | 2026-03-13T18:36:50.241Z | lat 8.094247864 |
| 3023 | 2026-03-13T18:36:50.241Z | stop 29.193758710 |
| 3024 | 2026-03-13T18:36:50.241Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-03-13T18:36:50.241Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-03-13T18:36:50.241Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-03-13T18:36:50.241Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-03-13T18:36:50.241Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-03-13T18:36:51.437Z | Compiling regress v0.10.5 |
| 3030 | 2026-03-13T18:36:51.441Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3031 | 2026-03-13T18:36:51.441Z | Compiling serde_spanned v1.0.4 |
| 3032 | 2026-03-13T18:36:51.441Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3033 | 2026-03-13T18:36:51.590Z | Compiling newtype-uuid-macros v0.1.0 |
| 3034 | 2026-03-13T18:36:51.595Z | Compiling structmeta-derive v0.3.0 |
| 3035 | 2026-03-13T18:36:51.595Z | Compiling rustls v0.22.4 |
| 3036 | 2026-03-13T18:36:51.595Z | Compiling rustls-webpki v0.102.8 |
| 3037 | 2026-03-13T18:36:51.595Z | Compiling multer v3.1.0 |
| 3038 | 2026-03-13T18:36:51.607Z | Compiling match_cfg v0.1.0 |
| 3039 | 2026-03-13T18:36:51.641Z | Compiling debug-ignore v1.0.5 |
| 3040 | 2026-03-13T18:36:51.644Z | Compiling progenitor-client v0.13.0 |
| 3041 | 2026-03-13T18:36:51.655Z | Compiling slog-json v2.6.1 |
| 3042 | 2026-03-13T18:36:51.659Z | Compiling async-stream-impl v0.3.6 |
| 3043 | 2026-03-13T18:36:51.672Z | Compiling dropshot v0.16.7 |
| 3044 | 2026-03-13T18:36:51.694Z | Compiling itertools v0.14.0 |
| 3045 | 2026-03-13T18:36:51.889Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3046 | 2026-03-13T18:36:51.892Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3047 | 2026-03-13T18:36:51.892Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-03-13T18:36:51.959Z | Compiling hostname v0.3.1 |
| 3049 | 2026-03-13T18:36:52.075Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-03-13T18:36:52.119Z | Compiling dropshot_endpoint v0.16.7 |
| 3051 | 2026-03-13T18:36:52.143Z | Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-03-13T18:36:52.163Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-03-13T18:36:52.166Z | Compiling hostname v0.4.2 |
| 3054 | 2026-03-13T18:36:52.255Z | Compiling macaddr v1.0.1 |
| 3055 | 2026-03-13T18:36:52.285Z | Compiling progenitor-client v0.10.0 |
| 3056 | 2026-03-13T18:36:52.344Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-03-13T18:36:52.347Z | Compiling instant v0.1.13 |
| 3058 | 2026-03-13T18:36:52.390Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3059 | 2026-03-13T18:36:52.528Z | Compiling backon v1.6.0 |
| 3060 | 2026-03-13T18:36:52.580Z | Compiling backoff v0.4.0 |
| 3061 | 2026-03-13T18:36:52.612Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-03-13T18:36:52.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-03-13T18:36:52.715Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-03-13T18:36:52.743Z | Compiling unsafe-libyaml v0.2.11 |
| 3065 | 2026-03-13T18:36:52.746Z | Compiling crucible-workspace-hack v0.1.0 |
| 3066 | 2026-03-13T18:36:52.787Z | Compiling progenitor-extras v0.1.1 |
| 3067 | 2026-03-13T18:36:52.825Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3068 | 2026-03-13T18:36:52.856Z | Compiling secrecy v0.10.3 |
| 3069 | 2026-03-13T18:36:52.879Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3070 | 2026-03-13T18:36:52.944Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-03-13T18:36:52.967Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-03-13T18:36:53.083Z | Compiling heapless v0.8.0 |
| 3073 | 2026-03-13T18:36:53.139Z | Compiling hash32 v0.3.1 |
| 3074 | 2026-03-13T18:36:53.160Z | Compiling smoltcp v0.11.0 |
| 3075 | 2026-03-13T18:36:53.182Z | Compiling structmeta v0.3.0 |
| 3076 | 2026-03-13T18:36:53.186Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3077 | 2026-03-13T18:36:53.254Z | Compiling toml v0.8.23 |
| 3078 | 2026-03-13T18:36:53.277Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-13T18:36:53.355Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-13T18:36:53.506Z | Compiling derive-ex v0.1.8 |
| 3081 | 2026-03-13T18:36:53.528Z | Compiling parse-display-derive v0.10.0 |
| 3082 | 2026-03-13T18:36:53.552Z | Compiling serde_yaml v0.9.34+deprecated |
| 3083 | 2026-03-13T18:36:53.552Z | Compiling ingot-macros v0.1.1 |
| 3084 | 2026-03-13T18:36:53.599Z | Compiling proc-macro-crate v3.4.0 |
| 3085 | 2026-03-13T18:36:53.683Z | Compiling foreign-types-macros v0.2.3 |
| 3086 | 2026-03-13T18:36:53.800Z | Compiling cpufeatures v0.3.0 |
| 3087 | 2026-03-13T18:36:53.830Z | Compiling foreign-types-shared v0.3.1 |
| 3088 | 2026-03-13T18:36:53.851Z | Compiling convert_case v0.4.0 |
| 3089 | 2026-03-13T18:36:53.917Z | Compiling chacha20 v0.10.0 |
| 3090 | 2026-03-13T18:36:53.996Z | Compiling postcard v1.1.3 |
| 3091 | 2026-03-13T18:36:54.171Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-03-13T18:36:54.323Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3093 | 2026-03-13T18:36:54.361Z | Compiling universal-hash v0.5.1 |
| 3094 | 2026-03-13T18:36:54.393Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3095 | 2026-03-13T18:36:54.415Z | Compiling num_enum_derive v0.7.5 |
| 3096 | 2026-03-13T18:36:54.419Z | Compiling derive_more v0.99.20 |
| 3097 | 2026-03-13T18:36:54.499Z | Compiling cstr-argument v0.1.2 |
| 3098 | 2026-03-13T18:36:54.531Z | Compiling foreign-types v0.5.0 |
| 3099 | 2026-03-13T18:36:54.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3100 | 2026-03-13T18:36:54.656Z | Compiling colored v3.1.1 |
| 3101 | 2026-03-13T18:36:54.694Z | Compiling opaque-debug v0.3.1 |
| 3102 | 2026-03-13T18:36:54.730Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3103 | 2026-03-13T18:36:54.768Z | Compiling num_enum_derive v0.5.11 |
| 3104 | 2026-03-13T18:36:54.809Z | Compiling tokio-rustls v0.25.0 |
| 3105 | 2026-03-13T18:36:54.831Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3106 | 2026-03-13T18:36:54.941Z | Compiling rand v0.10.0 |
| 3107 | 2026-03-13T18:36:54.962Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3108 | 2026-03-13T18:36:55.056Z | Compiling typify-impl v0.6.1 |
| 3109 | 2026-03-13T18:36:55.158Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3110 | 2026-03-13T18:36:55.184Z | Compiling half v2.7.1 |
| 3111 | 2026-03-13T18:36:55.204Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3112 | 2026-03-13T18:36:55.622Z | Compiling ciborium-io v0.2.2 |
| 3113 | 2026-03-13T18:36:55.658Z | Compiling camino-tempfile v1.4.1 |
| 3114 | 2026-03-13T18:36:55.687Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3115 | 2026-03-13T18:36:55.778Z | Compiling ciborium-ll v0.2.2 |
| 3116 | 2026-03-13T18:36:55.859Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-03-13T18:36:55.945Z | Compiling num_enum v0.7.5 |
| 3118 | 2026-03-13T18:36:55.968Z | Compiling test-strategy v0.4.5 |
| 3119 | 2026-03-13T18:36:55.997Z | Compiling parse-display v0.10.0 |
| 3120 | 2026-03-13T18:36:56.037Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3121 | 2026-03-13T18:36:56.061Z | Compiling ciborium v0.2.2 |
| 3122 | 2026-03-13T18:36:56.083Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3123 | 2026-03-13T18:36:56.104Z | Compiling smf v0.2.3 |
| 3124 | 2026-03-13T18:36:56.153Z | Compiling aead v0.5.2 |
| 3125 | 2026-03-13T18:36:56.228Z | Compiling num-derive v0.4.2 |
| 3126 | 2026-03-13T18:36:56.252Z | Compiling sigpipe v0.1.3 |
| 3127 | 2026-03-13T18:36:56.276Z | Compiling num_enum v0.5.11 |
| 3128 | 2026-03-13T18:36:56.370Z | Compiling glob v0.3.3 |
| 3129 | 2026-03-13T18:36:56.392Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3130 | 2026-03-13T18:36:56.419Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3131 | 2026-03-13T18:36:56.448Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3132 | 2026-03-13T18:36:56.470Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-13T18:36:56.785Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3134 | 2026-03-13T18:36:56.858Z | Compiling chacha20 v0.9.1 |
| 3135 | 2026-03-13T18:36:56.881Z | Compiling whoami v1.6.1 |
| 3136 | 2026-03-13T18:36:56.903Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3137 | 2026-03-13T18:36:56.936Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3138 | 2026-03-13T18:36:57.078Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3139 | 2026-03-13T18:36:57.099Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3140 | 2026-03-13T18:36:57.123Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-03-13T18:36:57.221Z | Compiling password-hash v0.5.0 |
| 3142 | 2026-03-13T18:36:57.317Z | Compiling blake2 v0.10.6 |
| 3143 | 2026-03-13T18:36:57.420Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3144 | 2026-03-13T18:36:57.484Z | Compiling num-complex v0.4.6 |
| 3145 | 2026-03-13T18:36:57.595Z | Compiling prettyplease v0.2.37 |
| 3146 | 2026-03-13T18:36:57.617Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3147 | 2026-03-13T18:36:57.649Z | Compiling indent_write v2.2.0 |
| 3148 | 2026-03-13T18:36:57.699Z | Compiling ingot-types v0.1.2 |
| 3149 | 2026-03-13T18:36:57.852Z | Compiling argon2 v0.5.3 |
| 3150 | 2026-03-13T18:36:57.875Z | Compiling chacha20poly1305 v0.10.1 |
| 3151 | 2026-03-13T18:36:57.955Z | Compiling float-ord v0.3.2 |
| 3152 | 2026-03-13T18:36:58.062Z | Compiling num v0.4.3 |
| 3153 | 2026-03-13T18:36:58.123Z | Compiling gethostname v0.5.0 |
| 3154 | 2026-03-13T18:36:58.126Z | Compiling usdt-attr-macro v0.5.0 |
| 3155 | 2026-03-13T18:36:58.169Z | Compiling usdt-macro v0.5.0 |
| 3156 | 2026-03-13T18:36:58.172Z | Compiling derive-where v1.6.0 |
| 3157 | 2026-03-13T18:36:58.218Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3158 | 2026-03-13T18:36:58.221Z | Compiling memmap v0.7.0 |
| 3159 | 2026-03-13T18:36:58.290Z | Compiling ingot v0.1.1 |
| 3160 | 2026-03-13T18:36:58.315Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3161 | 2026-03-13T18:36:58.319Z | Compiling typify-impl v0.4.3 |
| 3162 | 2026-03-13T18:36:58.514Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3163 | 2026-03-13T18:36:58.581Z | Compiling atomicwrites v0.4.4 |
| 3164 | 2026-03-13T18:36:58.872Z | Compiling thiserror-no-std v2.0.2 |
| 3165 | 2026-03-13T18:36:58.894Z | Compiling cancel-safe-futures v0.1.5 |
| 3166 | 2026-03-13T18:36:58.919Z | Compiling owo-colors v4.3.0 |
| 3167 | 2026-03-13T18:36:59.006Z | Compiling vsss-rs v3.3.4 |
| 3168 | 2026-03-13T18:36:59.030Z | Compiling libsw-core v0.3.2 |
| 3169 | 2026-03-13T18:36:59.231Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3170 | 2026-03-13T18:36:59.285Z | Compiling async-recursion v1.1.1 |
| 3171 | 2026-03-13T18:36:59.306Z | Compiling resolv-conf v0.7.6 |
| 3172 | 2026-03-13T18:36:59.328Z | Compiling usdt v0.5.0 |
| 3173 | 2026-03-13T18:36:59.422Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3174 | 2026-03-13T18:36:59.693Z | Compiling libsw v3.5.0 |
| 3175 | 2026-03-13T18:36:59.794Z | Compiling libefi-sys v0.1.0 |
| 3176 | 2026-03-13T18:36:59.794Z | Compiling linear-map v1.2.0 |
| 3177 | 2026-03-13T18:36:59.937Z | Compiling hickory-proto v0.24.4 |
| 3178 | 2026-03-13T18:36:59.960Z | Compiling newline-converter v0.3.0 |
| 3179 | 2026-03-13T18:37:00.067Z | Compiling console v0.15.11 |
| 3180 | 2026-03-13T18:37:00.093Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-03-13T18:37:00.138Z | Compiling linked-hash-map v0.5.6 |
| 3182 | 2026-03-13T18:37:00.158Z | Compiling semver v0.1.20 |
| 3183 | 2026-03-13T18:37:00.206Z | Compiling pin-project-internal v1.1.11 |
| 3184 | 2026-03-13T18:37:00.287Z | Compiling slog-dtrace v0.3.0 |
| 3185 | 2026-03-13T18:37:00.376Z | Compiling lru-cache v0.1.2 |
| 3186 | 2026-03-13T18:37:00.416Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-03-13T18:37:00.476Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3188 | 2026-03-13T18:37:00.565Z | Compiling expectorate v1.2.0 |
| 3189 | 2026-03-13T18:37:00.587Z | Compiling minimal-lexical v0.2.1 |
| 3190 | 2026-03-13T18:37:00.613Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3191 | 2026-03-13T18:37:00.712Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3192 | 2026-03-13T18:37:00.764Z | Compiling newtype_derive v0.1.6 |
| 3193 | 2026-03-13T18:37:00.786Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-03-13T18:37:00.808Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3195 | 2026-03-13T18:37:00.913Z | Compiling nom v7.1.3 |
| 3196 | 2026-03-13T18:37:00.966Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3197 | 2026-03-13T18:37:01.020Z | Compiling phf_shared v0.12.1 |
| 3198 | 2026-03-13T18:37:01.043Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-03-13T18:37:01.069Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3200 | 2026-03-13T18:37:01.172Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3201 | 2026-03-13T18:37:01.219Z | Compiling pem v3.0.6 |
| 3202 | 2026-03-13T18:37:01.288Z | Compiling snafu-derive v0.8.9 |
| 3203 | 2026-03-13T18:37:01.401Z | Compiling csv-core v0.1.13 |
| 3204 | 2026-03-13T18:37:01.502Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-13T18:37:01.587Z | Compiling highway v1.3.0 |
| 3206 | 2026-03-13T18:37:01.647Z | Compiling same-file v1.0.6 |
| 3207 | 2026-03-13T18:37:01.706Z | Compiling xshell-macros v0.2.7 |
| 3208 | 2026-03-13T18:37:01.777Z | Compiling chrono-tz v0.10.4 |
| 3209 | 2026-03-13T18:37:01.820Z | Compiling typify-macro v0.6.1 |
| 3210 | 2026-03-13T18:37:01.860Z | Compiling pin-project v1.1.11 |
| 3211 | 2026-03-13T18:37:01.892Z | Compiling const_format_proc_macros v0.2.34 |
| 3212 | 2026-03-13T18:37:02.022Z | Compiling walkdir v2.5.0 |
| 3213 | 2026-03-13T18:37:02.061Z | Compiling csv v1.4.0 |
| 3214 | 2026-03-13T18:37:02.116Z | Compiling phf v0.12.1 |
| 3215 | 2026-03-13T18:37:02.335Z | Compiling xshell v0.2.7 |
| 3216 | 2026-03-13T18:37:02.382Z | Compiling oxide-tokio-rt v0.1.3 |
| 3217 | 2026-03-13T18:37:02.608Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3218 | 2026-03-13T18:37:02.815Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3219 | 2026-03-13T18:37:02.879Z | Compiling globset v0.4.18 |
| 3220 | 2026-03-13T18:37:02.904Z | Compiling olpc-cjson v0.1.4 |
| 3221 | 2026-03-13T18:37:02.934Z | Compiling hickory-resolver v0.24.4 |
| 3222 | 2026-03-13T18:37:02.956Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-03-13T18:37:02.980Z | Compiling primeorder v0.13.6 |
| 3224 | 2026-03-13T18:37:03.007Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3225 | 2026-03-13T18:37:03.084Z | Compiling serde_plain v1.0.2 |
| 3226 | 2026-03-13T18:37:03.146Z | Compiling typed-path v0.9.3 |
| 3227 | 2026-03-13T18:37:03.167Z | Compiling base64 v0.21.7 |
| 3228 | 2026-03-13T18:37:03.372Z | Compiling const_format v0.2.35 |
| 3229 | 2026-03-13T18:37:03.395Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-03-13T18:37:03.721Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-03-13T18:37:03.758Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-03-13T18:37:03.839Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-03-13T18:37:03.888Z | Compiling bcs v0.1.6 |
| 3234 | 2026-03-13T18:37:04.146Z | Compiling snafu v0.8.9 |
| 3235 | 2026-03-13T18:37:04.339Z | Compiling radium v0.7.0 |
| 3236 | 2026-03-13T18:37:04.361Z | Compiling typify v0.6.1 |
| 3237 | 2026-03-13T18:37:04.531Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-03-13T18:37:04.559Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3239 | 2026-03-13T18:37:04.587Z | Compiling qorb v0.4.1 |
| 3240 | 2026-03-13T18:37:04.617Z | Compiling tough v0.20.0 |
| 3241 | 2026-03-13T18:37:04.641Z | Compiling salty v0.3.0 |
| 3242 | 2026-03-13T18:37:04.674Z | Compiling termtree v0.5.1 |
| 3243 | 2026-03-13T18:37:04.777Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-03-13T18:37:04.905Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3245 | 2026-03-13T18:37:04.985Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3246 | 2026-03-13T18:37:05.048Z | Compiling steno v0.4.1 |
| 3247 | 2026-03-13T18:37:05.132Z | Compiling typify-macro v0.4.3 |
| 3248 | 2026-03-13T18:37:05.223Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3249 | 2026-03-13T18:37:05.258Z | Compiling tabled v0.15.0 |
| 3250 | 2026-03-13T18:37:05.281Z | Compiling utf-8 v0.7.6 |
| 3251 | 2026-03-13T18:37:05.431Z | Compiling tap v1.0.1 |
| 3252 | 2026-03-13T18:37:05.456Z | Compiling maybe-uninit v2.0.0 |
| 3253 | 2026-03-13T18:37:05.480Z | Compiling humantime v2.3.0 |
| 3254 | 2026-03-13T18:37:05.557Z | Compiling tungstenite v0.21.0 |
| 3255 | 2026-03-13T18:37:05.618Z | Compiling wyz v0.5.1 |
| 3256 | 2026-03-13T18:37:05.894Z | Compiling p384 v0.13.1 |
| 3257 | 2026-03-13T18:37:05.936Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3258 | 2026-03-13T18:37:05.972Z | Compiling arc-swap v1.8.2 |
| 3259 | 2026-03-13T18:37:06.104Z | Compiling funty v2.0.0 |
| 3260 | 2026-03-13T18:37:06.280Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3261 | 2026-03-13T18:37:06.396Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3262 | 2026-03-13T18:37:06.684Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3263 | 2026-03-13T18:37:06.778Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3264 | 2026-03-13T18:37:07.042Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3265 | 2026-03-13T18:37:07.070Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-03-13T18:37:07.387Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3267 | 2026-03-13T18:37:07.410Z | Compiling tagptr v0.2.0 |
| 3268 | 2026-03-13T18:37:07.654Z | Compiling packed_struct v0.10.1 |
| 3269 | 2026-03-13T18:37:07.679Z | Compiling typify v0.4.3 |
| 3270 | 2026-03-13T18:37:07.729Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3271 | 2026-03-13T18:37:07.846Z | Compiling progenitor-impl v0.10.0 |
| 3272 | 2026-03-13T18:37:07.904Z | Compiling moka v0.12.13 |
| 3273 | 2026-03-13T18:37:08.076Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-03-13T18:37:08.435Z | Compiling progenitor-macro v0.13.0 |
| 3275 | 2026-03-13T18:37:08.667Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3276 | 2026-03-13T18:37:08.689Z | Compiling slog-scope v4.4.1 |
| 3277 | 2026-03-13T18:37:08.711Z | Compiling tokio-tungstenite v0.21.0 |
| 3278 | 2026-03-13T18:37:08.964Z | Compiling polyval v0.6.2 |
| 3279 | 2026-03-13T18:37:09.004Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-03-13T18:37:09.035Z | Compiling packed_struct_codegen v0.10.1 |
| 3281 | 2026-03-13T18:37:09.057Z | Compiling bitfield-macros v0.19.4 |
| 3282 | 2026-03-13T18:37:09.167Z | Compiling zerocopy-derive v0.6.6 |
| 3283 | 2026-03-13T18:37:09.281Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3284 | 2026-03-13T18:37:09.304Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-03-13T18:37:09.461Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3286 | 2026-03-13T18:37:09.535Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-03-13T18:37:09.867Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3288 | 2026-03-13T18:37:10.104Z | Compiling indexmap v1.9.3 |
| 3289 | 2026-03-13T18:37:10.155Z | Compiling nodrop v0.1.14 |
| 3290 | 2026-03-13T18:37:10.248Z | Compiling crc-catalog v2.4.0 |
| 3291 | 2026-03-13T18:37:10.310Z | Compiling parking_lot_core v0.8.6 |
| 3292 | 2026-03-13T18:37:10.394Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3293 | 2026-03-13T18:37:10.418Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-03-13T18:37:10.439Z | Compiling crc v3.4.0 |
| 3295 | 2026-03-13T18:37:10.494Z | Compiling array-init v0.0.4 |
| 3296 | 2026-03-13T18:37:10.738Z | Compiling bitfield v0.19.4 |
| 3297 | 2026-03-13T18:37:10.770Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3298 | 2026-03-13T18:37:10.773Z | Compiling proc-macro-error2 v2.0.1 |
| 3299 | 2026-03-13T18:37:10.847Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3300 | 2026-03-13T18:37:10.935Z | Compiling ghash v0.5.1 |
| 3301 | 2026-03-13T18:37:11.072Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-03-13T18:37:11.137Z | Compiling hickory-resolver v0.25.2 |
| 3303 | 2026-03-13T18:37:11.203Z | Compiling slog-stdlog v4.1.1 |
| 3304 | 2026-03-13T18:37:11.240Z | Compiling git-stub v1.0.0 |
| 3305 | 2026-03-13T18:37:11.384Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3306 | 2026-03-13T18:37:11.426Z | Compiling ctr v0.9.2 |
| 3307 | 2026-03-13T18:37:11.517Z | Compiling num-derive v0.3.3 |
| 3308 | 2026-03-13T18:37:11.563Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3309 | 2026-03-13T18:37:11.622Z | Compiling lzma-sys v0.1.20 |
| 3310 | 2026-03-13T18:37:11.645Z | Compiling progenitor-macro v0.10.0 |
| 3311 | 2026-03-13T18:37:11.732Z | Compiling unicase v2.9.0 |
| 3312 | 2026-03-13T18:37:11.783Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3313 | 2026-03-13T18:37:11.927Z | Compiling hashbrown v0.12.3 |
| 3314 | 2026-03-13T18:37:12.048Z | Compiling mime_guess v2.0.5 |
| 3315 | 2026-03-13T18:37:12.123Z | Compiling aes-gcm v0.10.3 |
| 3316 | 2026-03-13T18:37:12.153Z | Compiling git-stub-vcs v0.1.0 |
| 3317 | 2026-03-13T18:37:12.284Z | Compiling slog-envlogger v2.2.0 |
| 3318 | 2026-03-13T18:37:12.383Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3319 | 2026-03-13T18:37:12.439Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3320 | 2026-03-13T18:37:12.663Z | Compiling serde-hex v0.1.0 |
| 3321 | 2026-03-13T18:37:12.687Z | Compiling tabled_derive v0.11.0 |
| 3322 | 2026-03-13T18:37:12.717Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3323 | 2026-03-13T18:37:12.881Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3324 | 2026-03-13T18:37:12.884Z | Compiling libscf-sys v1.1.0 |
| 3325 | 2026-03-13T18:37:13.005Z | Compiling progenitor-impl v0.11.2 |
| 3326 | 2026-03-13T18:37:13.107Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-03-13T18:37:13.139Z | Compiling ron v0.8.1 |
| 3328 | 2026-03-13T18:37:13.191Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3329 | 2026-03-13T18:37:13.282Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-03-13T18:37:13.763Z | Compiling cargo_toml v0.22.3 |
| 3331 | 2026-03-13T18:37:13.869Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-03-13T18:37:13.872Z | Compiling hashbrown v0.13.2 |
| 3333 | 2026-03-13T18:37:14.466Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3334 | 2026-03-13T18:37:14.563Z | Compiling testing_table v0.3.0 |
| 3335 | 2026-03-13T18:37:14.612Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3336 | 2026-03-13T18:37:14.687Z | Compiling ssh-encoding v0.2.0 |
| 3337 | 2026-03-13T18:37:14.803Z | Compiling blowfish v0.9.1 |
| 3338 | 2026-03-13T18:37:14.937Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-03-13T18:37:15.064Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3340 | 2026-03-13T18:37:15.088Z | Compiling nibble_vec v0.1.0 |
| 3341 | 2026-03-13T18:37:15.153Z | Compiling crc-any v2.5.0 |
| 3342 | 2026-03-13T18:37:15.209Z | Compiling endian-type v0.1.2 |
| 3343 | 2026-03-13T18:37:15.317Z | Compiling corncobs v0.1.4 |
| 3344 | 2026-03-13T18:37:15.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3345 | 2026-03-13T18:37:15.415Z | Compiling radix_trie v0.2.1 |
| 3346 | 2026-03-13T18:37:15.529Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3347 | 2026-03-13T18:37:15.533Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-03-13T18:37:15.582Z | Compiling ssh-cipher v0.2.0 |
| 3349 | 2026-03-13T18:37:15.733Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3350 | 2026-03-13T18:37:15.799Z | Compiling tabled v0.20.0 |
| 3351 | 2026-03-13T18:37:15.863Z | Compiling object v0.30.4 |
| 3352 | 2026-03-13T18:37:15.887Z | Compiling progenitor v0.13.0 |
| 3353 | 2026-03-13T18:37:15.892Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-03-13T18:37:15.892Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-03-13T18:37:16.007Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3356 | 2026-03-13T18:37:16.107Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3357 | 2026-03-13T18:37:16.141Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3358 | 2026-03-13T18:37:16.328Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3359 | 2026-03-13T18:37:16.429Z | Compiling parking_lot v0.11.2 |
| 3360 | 2026-03-13T18:37:16.966Z | Compiling progenitor-macro v0.11.2 |
| 3361 | 2026-03-13T18:37:16.991Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3362 | 2026-03-13T18:37:17.057Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3363 | 2026-03-13T18:37:17.100Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3364 | 2026-03-13T18:37:17.449Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3365 | 2026-03-13T18:37:17.649Z | Compiling progenitor-client v0.11.2 |
| 3366 | 2026-03-13T18:37:17.763Z | Compiling prefix-trie v0.7.0 |
| 3367 | 2026-03-13T18:37:17.859Z | Compiling password-hash v0.4.2 |
| 3368 | 2026-03-13T18:37:17.893Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3369 | 2026-03-13T18:37:17.964Z | Compiling fxhash v0.2.1 |
| 3370 | 2026-03-13T18:37:18.087Z | Compiling secrecy v0.8.0 |
| 3371 | 2026-03-13T18:37:18.175Z | Compiling half v1.8.3 |
| 3372 | 2026-03-13T18:37:18.316Z | Compiling path-slash v0.1.5 |
| 3373 | 2026-03-13T18:37:18.338Z | Compiling http-range v0.1.5 |
| 3374 | 2026-03-13T18:37:18.534Z | Compiling serde_cbor v0.11.2 |
| 3375 | 2026-03-13T18:37:18.592Z | Compiling hickory-server v0.25.2 |
| 3376 | 2026-03-13T18:37:18.631Z | Compiling pbkdf2 v0.11.0 |
| 3377 | 2026-03-13T18:37:18.945Z | Compiling sled v0.34.7 |
| 3378 | 2026-03-13T18:37:19.183Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-03-13T18:37:19.230Z | Compiling progenitor v0.10.0 |
| 3380 | 2026-03-13T18:37:19.354Z | Compiling ron v0.12.0 |
| 3381 | 2026-03-13T18:37:19.392Z | Compiling xz2 v0.1.7 |
| 3382 | 2026-03-13T18:37:19.415Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3383 | 2026-03-13T18:37:19.464Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3384 | 2026-03-13T18:37:19.745Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3385 | 2026-03-13T18:37:20.264Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3386 | 2026-03-13T18:37:20.383Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3387 | 2026-03-13T18:37:20.578Z | Compiling ssh-key v0.6.7 |
| 3388 | 2026-03-13T18:37:20.999Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3389 | 2026-03-13T18:37:21.215Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3390 | 2026-03-13T18:37:21.269Z | Compiling hickory-client v0.25.2 |
| 3391 | 2026-03-13T18:37:21.329Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3392 | 2026-03-13T18:37:21.435Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3393 | 2026-03-13T18:37:21.752Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3394 | 2026-03-13T18:37:21.855Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3395 | 2026-03-13T18:37:22.135Z | Compiling p256 v0.13.2 |
| 3396 | 2026-03-13T18:37:22.493Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3397 | 2026-03-13T18:37:22.623Z | Compiling p521 v0.13.3 |
| 3398 | 2026-03-13T18:37:22.647Z | Compiling yasna v0.5.2 |
| 3399 | 2026-03-13T18:37:22.704Z | Compiling kstat-rs v0.2.4 |
| 3400 | 2026-03-13T18:37:23.002Z | Compiling headers-core v0.3.0 |
| 3401 | 2026-03-13T18:37:23.134Z | Compiling nanorand v0.7.0 |
| 3402 | 2026-03-13T18:37:23.190Z | Compiling atty v0.2.14 |
| 3403 | 2026-03-13T18:37:23.344Z | Compiling russh-cryptovec v0.7.3 |
| 3404 | 2026-03-13T18:37:23.365Z | Compiling crc8 v0.1.1 |
| 3405 | 2026-03-13T18:37:23.559Z | Compiling base16ct v1.0.0 |
| 3406 | 2026-03-13T18:37:23.579Z | Compiling md5 v0.7.0 |
| 3407 | 2026-03-13T18:37:23.633Z | Compiling home v0.5.12 |
| 3408 | 2026-03-13T18:37:23.661Z | Compiling flume v0.11.1 |
| 3409 | 2026-03-13T18:37:23.844Z | Compiling russh-keys v0.45.0 |
| 3410 | 2026-03-13T18:37:23.870Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3411 | 2026-03-13T18:37:23.901Z | Compiling rcgen v0.12.1 |
| 3412 | 2026-03-13T18:37:23.927Z | Compiling headers v0.4.1 |
| 3413 | 2026-03-13T18:37:23.969Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3414 | 2026-03-13T18:37:23.994Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3415 | 2026-03-13T18:37:24.021Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3416 | 2026-03-13T18:37:24.152Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3417 | 2026-03-13T18:37:24.343Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3418 | 2026-03-13T18:37:24.433Z | Compiling progenitor v0.11.2 |
| 3419 | 2026-03-13T18:37:24.573Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-03-13T18:37:24.654Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3421 | 2026-03-13T18:37:24.892Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3422 | 2026-03-13T18:37:24.916Z | Compiling hyper-staticfile v0.10.1 |
| 3423 | 2026-03-13T18:37:25.039Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-03-13T18:37:25.154Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3425 | 2026-03-13T18:37:25.427Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3426 | 2026-03-13T18:37:25.649Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3427 | 2026-03-13T18:37:25.672Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3428 | 2026-03-13T18:37:25.831Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3429 | 2026-03-13T18:37:26.035Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3430 | 2026-03-13T18:37:26.057Z | Compiling num-bigint v0.4.6 |
| 3431 | 2026-03-13T18:37:26.105Z | Compiling des v0.8.1 |
| 3432 | 2026-03-13T18:37:26.221Z | Compiling subprocess v0.2.15 |
| 3433 | 2026-03-13T18:37:26.277Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3434 | 2026-03-13T18:37:26.385Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3435 | 2026-03-13T18:37:26.447Z | Compiling display-error-chain v0.2.2 |
| 3436 | 2026-03-13T18:37:26.673Z | Compiling hex-literal v0.4.1 |
| 3437 | 2026-03-13T18:37:26.858Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3438 | 2026-03-13T18:37:26.883Z | Compiling colored v2.2.0 |
| 3439 | 2026-03-13T18:37:26.908Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-13T18:37:27.031Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3441 | 2026-03-13T18:37:27.308Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-03-13T18:37:27.407Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3443 | 2026-03-13T18:37:27.920Z | Compiling russh v0.45.0 |
| 3444 | 2026-03-13T18:37:28.404Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3445 | 2026-03-13T18:37:35.364Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3446 | 2026-03-13T18:37:45.271Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3447 | 2026-03-13T18:37:45.271Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3448 | 2026-03-13T18:37:45.275Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-03-13T18:37:45.275Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3450 | 2026-03-13T18:37:47.440Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3451 | 2026-03-13T18:37:47.619Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3452 | 2026-03-13T18:37:53.337Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3453 | 2026-03-13T18:38:22.912Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3454 | 2026-03-13T18:38:48.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3455 | 2026-03-13T18:38:48.268Z | |
| 3456 | 2026-03-13T18:38:48.271Z | real 1:57.955955188 |
| 3457 | 2026-03-13T18:38:48.271Z | user 11:35.724186378 |
| 3458 | 2026-03-13T18:38:48.271Z | sys 2:04.608974897 |
| 3459 | 2026-03-13T18:38:48.271Z | trap 0.374603750 |
| 3460 | 2026-03-13T18:38:48.271Z | tflt 0.561994588 |
| 3461 | 2026-03-13T18:38:48.271Z | dflt 1.290304836 |
| 3462 | 2026-03-13T18:38:48.272Z | kflt 0.000197006 |
| 3463 | 2026-03-13T18:38:48.272Z | lock 28:58.814898963 |
| 3464 | 2026-03-13T18:38:48.272Z | slp 38:19.642003456 |
| 3465 | 2026-03-13T18:38:48.272Z | lat 48.528194182 |
| 3466 | 2026-03-13T18:38:48.272Z | stop 3:32.048683708 |
| 3467 | 2026-03-13T18:38:48.272Z | + mkdir tests |
| 3468 | 2026-03-13T18:38:48.275Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-03-13T18:38:48.275Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-03-13T18:38:48.309Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-716029268ac074b2 tests/ |
| 3471 | 2026-03-13T18:38:48.333Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f23772e9be3aa1af tests/ |
| 3472 | 2026-03-13T18:38:48.355Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a4b5fe468029c61d tests/ |
| 3473 | 2026-03-13T18:38:48.378Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0821779f33282a96 tests/ |
| 3474 | 2026-03-13T18:38:48.619Z | + 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/*) |
| 3475 | 2026-03-13T18:38:48.623Z | + 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-f23772e9be3aa1af tests/commtest-a4b5fe468029c61d tests/dhcp_server-716029268ac074b2 tests/end_to_end_tests-0821779f33282a96 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar 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 |
| 3476 | 2026-03-13T18:40:28.845Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-03-13T18:40:28.845Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-03-13T18:40:28.845Z | a out/target/test 1K |
| 3479 | 2026-03-13T18:40:28.845Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-03-13T18:40:28.845Z | a package-manifest.toml 35K |
| 3481 | 2026-03-13T18:40:28.845Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-03-13T18:40:28.845Z | a target/release/omicron-package 41186K |
| 3483 | 2026-03-13T18:40:28.845Z | a target/release/xtask 11359K |
| 3484 | 2026-03-13T18:40:28.845Z | a target/debug/bootstrap 336345K |
| 3485 | 2026-03-13T18:40:28.845Z | a tests/bootstrap-f23772e9be3aa1af 31480K |
| 3486 | 2026-03-13T18:40:28.845Z | a tests/commtest-a4b5fe468029c61d 31997K |
| 3487 | 2026-03-13T18:40:28.845Z | a tests/dhcp_server-716029268ac074b2 31480K |
| 3488 | 2026-03-13T18:40:28.845Z | a tests/end_to_end_tests-0821779f33282a96 378541K |
| 3489 | 2026-03-13T18:40:28.845Z | a out/clickhouse.tar.gz 303908K |
| 3490 | 2026-03-13T18:40:28.845Z | a out/clickhouse_keeper.tar.gz 288735K |
| 3491 | 2026-03-13T18:40:28.845Z | a out/clickhouse_server.tar.gz 303907K |
| 3492 | 2026-03-13T18:40:28.845Z | a out/cockroachdb.tar.gz 157229K |
| 3493 | 2026-03-13T18:40:28.845Z | a out/crucible-pantry-zone.tar.gz 38908K |
| 3494 | 2026-03-13T18:40:28.845Z | a out/crucible-utils.tar 17744K |
| 3495 | 2026-03-13T18:40:28.845Z | a out/crucible-zone.tar.gz 53046K |
| 3496 | 2026-03-13T18:40:28.845Z | a out/external-dns.tar.gz 42727K |
| 3497 | 2026-03-13T18:40:28.845Z | a out/internal-dns.tar.gz 42726K |
| 3498 | 2026-03-13T18:40:28.845Z | a out/mg-ddm-gz.tar 78377K |
| 3499 | 2026-03-13T18:40:28.845Z | a out/nexus.tar.gz 213676K |
| 3500 | 2026-03-13T18:40:28.845Z | a out/ntp.tar.gz 23273K |
| 3501 | 2026-03-13T18:40:28.845Z | a out/omicron-gateway-softnpu.tar.gz 27901K |
| 3502 | 2026-03-13T18:40:28.845Z | a out/omicron-sled-agent.tar 190640K |
| 3503 | 2026-03-13T18:40:28.845Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-03-13T18:40:28.845Z | a out/oximeter.tar.gz 60469K |
| 3505 | 2026-03-13T18:40:28.846Z | a out/oxlog.tar 3895K |
| 3506 | 2026-03-13T18:40:28.846Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-03-13T18:40:28.846Z | a out/propolis-server.tar.gz 74633K |
| 3508 | 2026-03-13T18:40:28.846Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-03-13T18:40:28.846Z | a out/switch-softnpu.tar.gz 377470K |
| 3510 | 2026-03-13T18:40:28.951Z | |
| 3511 | 2026-03-13T18:40:28.951Z | real 1:40.212956727 |
| 3512 | 2026-03-13T18:40:28.951Z | user 1:37.196263919 |
| 3513 | 2026-03-13T18:40:28.951Z | sys 6.134006229 |
| 3514 | 2026-03-13T18:40:28.951Z | trap 0.006805827 |
| 3515 | 2026-03-13T18:40:28.951Z | tflt 0.000000000 |
| 3516 | 2026-03-13T18:40:28.951Z | dflt 0.000000000 |
| 3517 | 2026-03-13T18:40:28.951Z | kflt 0.000000000 |
| 3518 | 2026-03-13T18:40:28.951Z | lock 0.000000000 |
| 3519 | 2026-03-13T18:40:28.951Z | slp 1:36.459278291 |
| 3520 | 2026-03-13T18:40:28.951Z | lat 0.625077619 |
| 3521 | 2026-03-13T18:40:28.951Z | stop 0.000167919 |
| 3522 | 2026-03-13T18:40:28.956Z | process exited: duration 1249945 ms, exit code 0 |
| |
| 3523 | 2026-03-13T18:40:28.972Z | found 1 output files |
| 3524 | 2026-03-13T18:40:28.972Z | uploading: /work/package.tar.gz (2341180140 bytes) |
| 3525 | 2026-03-13T18:40:57.578Z | uploaded: /work/package.tar.gz |