|
|
|
| 1 | 2026-07-04T15:53:59.519Z | job assigned to worker 01KWPXAQY3CAVCKEW49W89496V [factory aws, i-0ede7b5761763a7b0] (queued for 57 s) |
| |
| 2 | 2026-07-04T15:54:06.731Z | starting task 0: "setup" |
| 3 | 2026-07-04T15:54:06.737Z | ++ uname -s |
| 4 | 2026-07-04T15:54:06.739Z | + kern=SunOS |
| 5 | 2026-07-04T15:54:06.740Z | + build_user=build |
| 6 | 2026-07-04T15:54:06.740Z | + build_uid=12345 |
| 7 | 2026-07-04T15:54:06.740Z | + work_dir=/work |
| 8 | 2026-07-04T15:54:06.740Z | + input_dir=/input |
| 9 | 2026-07-04T15:54:06.740Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-04T15:54:06.740Z | + case "$kern" in |
| 11 | 2026-07-04T15:54:06.740Z | + groupadd -g 12345 build |
| 12 | 2026-07-04T15:54:06.743Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-04T15:54:08.752Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-04T15:54:08.853Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-04T15:54:08.856Z | + home_fs=zfs |
| 16 | 2026-07-04T15:54:08.856Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-04T15:54:08.856Z | + mkdir -p /home/build |
| 18 | 2026-07-04T15:54:08.856Z | + chown build:build /home/build /work |
| 19 | 2026-07-04T15:54:10.858Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-04T15:54:10.861Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-07-04T15:54:10.867Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-04T15:54:10.873Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-04T15:54:10.873Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-04T15:54:10.873Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-04T15:54:10.873Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-04T15:54:10.873Z | * rust toolchain channel = "1.96.1" |
| 27 | 2026-07-04T15:54:10.873Z | * rust toolchain profile = "default" |
| 28 | 2026-07-04T15:54:10.878Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-04T15:54:10.878Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-04T15:54:11.011Z | info: downloading installer |
| 31 | 2026-07-04T15:54:13.068Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-04T15:54:13.069Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-04T15:54:13.069Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-04T15:54:13.069Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-04T15:54:13.081Z | info: profile set to default |
| 36 | 2026-07-04T15:54:13.081Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-04T15:54:13.087Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-04T15:54:13.232Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-04T15:54:13.238Z | info: downloading 6 components |
| 40 | 2026-07-04T15:54:28.956Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-04T15:54:28.956Z | |
| 42 | 2026-07-04T15:54:28.986Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-04T15:54:28.986Z | |
| 44 | 2026-07-04T15:54:28.986Z | |
| 45 | 2026-07-04T15:54:28.986Z | Rust is installed now. Great! |
| 46 | 2026-07-04T15:54:28.986Z | |
| 47 | 2026-07-04T15:54:28.986Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-04T15:54:28.986Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-04T15:54:28.986Z | |
| 50 | 2026-07-04T15:54:28.990Z | To configure your current shell, you need to source |
| 51 | 2026-07-04T15:54:28.990Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-04T15:54:28.990Z | |
| 53 | 2026-07-04T15:54:28.990Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-04T15:54:28.990Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-04T15:54:28.990Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-04T15:54:28.990Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-04T15:54:28.990Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-04T15:54:28.990Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-04T15:54:28.990Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-04T15:54:28.990Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-04T15:54:28.990Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-04T15:54:29.089Z | + rustup --version |
| 63 | 2026-07-04T15:54:29.095Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-04T15:54:29.095Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-04T15:54:29.116Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-04T15:54:29.120Z | + cargo --version |
| 67 | 2026-07-04T15:54:29.129Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-04T15:54:29.132Z | + rustc --version |
| 69 | 2026-07-04T15:54:29.153Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-04T15:54:29.156Z | process exited: duration 18288 ms, exit code 0 |
| |
| 71 | 2026-07-04T15:54:29.161Z | starting task 2: "authentication" |
| 72 | 2026-07-04T15:54:29.180Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-04T15:54:29.185Z | starting task 3: "clone repository" |
| 74 | 2026-07-04T15:54:29.190Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-04T15:54:29.193Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-04T15:54:29.228Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-04T15:54:39.384Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-04T15:54:39.384Z | + git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 79 | 2026-07-04T15:54:39.669Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-04T15:54:39.669Z | * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD |
| 81 | 2026-07-04T15:54:39.683Z | + [[ -n check-console-api ]] |
| 82 | 2026-07-04T15:54:39.685Z | ++ git branch --show-current |
| 83 | 2026-07-04T15:54:39.685Z | + current=main |
| 84 | 2026-07-04T15:54:39.685Z | + [[ main != check-console-api ]] |
| 85 | 2026-07-04T15:54:39.685Z | + git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 86 | 2026-07-04T15:54:39.689Z | + git checkout -f check-console-api |
| 87 | 2026-07-04T15:54:39.940Z | Switched to branch 'check-console-api' |
| 88 | 2026-07-04T15:54:39.943Z | + git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839 |
| 89 | 2026-07-04T15:54:39.958Z | HEAD is now at 49c154431 don't need error context, fs_err handles that |
| 90 | 2026-07-04T15:54:39.961Z | process exited: duration 10772 ms, exit code 0 |
| |
| 91 | 2026-07-04T15:54:39.967Z | starting task 4: "build" |
| 92 | 2026-07-04T15:54:39.973Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-04T15:54:39.973Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-04T15:54:39.973Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-04T15:54:39.976Z | +++ uname -s |
| 96 | 2026-07-04T15:54:39.977Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-04T15:54:39.977Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-04T15:54:39.979Z | + cargo --version |
| 99 | 2026-07-04T15:54:39.989Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-04T15:54:39.992Z | + rustc --version |
| 101 | 2026-07-04T15:54:40.013Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-04T15:54:40.016Z | + WORK=/work |
| 103 | 2026-07-04T15:54:40.016Z | + pfexec mkdir -p /work |
| 104 | 2026-07-04T15:54:40.019Z | + pfexec chown build /work |
| 105 | 2026-07-04T15:54:40.022Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-04T15:54:41.665Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-04T15:54:41.775Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-04T15:54:42.290Z | Planning: Solver setup ... Done (0.468s) |
| 109 | 2026-07-04T15:54:42.317Z | Planning: Running solver ... Done (0.027s) |
| 110 | 2026-07-04T15:54:42.330Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-04T15:54:42.343Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-04T15:54:42.361Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-04T15:54:42.376Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-07-04T15:54:42.378Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-04T15:54:42.556Z | Planning: Checking for conflicting actions ... Done (0.179s) |
| 116 | 2026-07-04T15:54:42.559Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-04T15:54:43.458Z | Planning: Evaluating mediators ... Done (0.901s) |
| 118 | 2026-07-04T15:54:43.462Z | Planning: Planning completed in 1.66 seconds |
| 119 | 2026-07-04T15:54:43.468Z | Packages to install: 2 |
| 120 | 2026-07-04T15:54:43.468Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-04T15:54:43.468Z | Estimated space to be consumed: 30.98 MB |
| 122 | 2026-07-04T15:54:43.469Z | Create boot environment: No |
| 123 | 2026-07-04T15:54:43.469Z | Create backup boot environment: No |
| 124 | 2026-07-04T15:54:43.471Z | Rebuild boot archive: No |
| 125 | 2026-07-04T15:54:43.472Z | |
| 126 | 2026-07-04T15:54:43.472Z | Changed packages: |
| 127 | 2026-07-04T15:54:43.472Z | helios |
| 128 | 2026-07-04T15:54:43.472Z | developer/build-essential |
| 129 | 2026-07-04T15:54:43.472Z | None -> 11-3.0 |
| 130 | 2026-07-04T15:54:43.472Z | library/libxmlsec1 |
| 131 | 2026-07-04T15:54:43.472Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-04T15:54:43.495Z | |
| 133 | 2026-07-04T15:54:43.495Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-04T15:54:43.973Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 135 | 2026-07-04T15:54:44.048Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-04T15:54:44.088Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-04T15:54:44.100Z | Finalize: Updating package state database ... Done (0.013s) |
| 138 | 2026-07-04T15:54:44.101Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-04T15:54:44.131Z | Finalize: Updating image state ... Done (0.030s) |
| 140 | 2026-07-04T15:54:46.795Z | Finalize: Creating fast lookup database ... Done (2.637s) |
| 141 | 2026-07-04T15:54:46.868Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-04T15:54:46.872Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-04T15:54:46.961Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-04T15:54:47.287Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-04T15:54:47.391Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-04T15:54:47.394Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-04T15:54:47.552Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-04T15:54:47.555Z | Planning: Planning completed in 0.27 seconds |
| 149 | 2026-07-04T15:54:47.575Z | Mediators to change: 2 |
| 150 | 2026-07-04T15:54:47.576Z | Create boot environment: No |
| 151 | 2026-07-04T15:54:47.576Z | Create backup boot environment: No |
| 152 | 2026-07-04T15:54:47.628Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-04T15:54:47.631Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-04T15:54:47.648Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-04T15:54:49.619Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-04T15:54:49.677Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-04T15:54:49.681Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-04T15:54:49.732Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-04T15:54:50.021Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-04T15:54:50.127Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-04T15:54:50.131Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-04T15:54:50.287Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-04T15:54:50.292Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-07-04T15:54:50.313Z | Mediators to change: 1 |
| 165 | 2026-07-04T15:54:50.313Z | Create boot environment: No |
| 166 | 2026-07-04T15:54:50.313Z | Create backup boot environment: No |
| 167 | 2026-07-04T15:54:50.357Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-04T15:54:50.358Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-04T15:54:50.374Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-04T15:54:52.333Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-04T15:54:52.398Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-04T15:54:52.405Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-04T15:54:52.460Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-04T15:54:52.796Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-04T15:54:52.796Z | apache system 2.4 system |
| 176 | 2026-07-04T15:54:52.796Z | clang system 15 system |
| 177 | 2026-07-04T15:54:52.796Z | csh system system illumos |
| 178 | 2026-07-04T15:54:52.797Z | ctags system system illumos |
| 179 | 2026-07-04T15:54:52.797Z | file vendor vendor darwinsys |
| 180 | 2026-07-04T15:54:52.797Z | file system system illumos |
| 181 | 2026-07-04T15:54:52.797Z | gcc vendor 14 vendor |
| 182 | 2026-07-04T15:54:52.797Z | gcc system 13 system |
| 183 | 2026-07-04T15:54:52.797Z | gcc system 10 system |
| 184 | 2026-07-04T15:54:52.797Z | go system 1.25 system |
| 185 | 2026-07-04T15:54:52.797Z | llvm system 15 system |
| 186 | 2026-07-04T15:54:52.797Z | mariadb system 11.4 system |
| 187 | 2026-07-04T15:54:52.797Z | mta vendor vendor dma |
| 188 | 2026-07-04T15:54:52.797Z | openjdk system 17 system |
| 189 | 2026-07-04T15:54:52.797Z | openjdk system 11 system |
| 190 | 2026-07-04T15:54:52.797Z | openssl vendor 3 vendor |
| 191 | 2026-07-04T15:54:52.797Z | perl system 5.40 system |
| 192 | 2026-07-04T15:54:52.797Z | postgresql system 18 system |
| 193 | 2026-07-04T15:54:52.797Z | postgresql system 17 system |
| 194 | 2026-07-04T15:54:52.797Z | python vendor 3 vendor |
| 195 | 2026-07-04T15:54:52.797Z | python system 2 system |
| 196 | 2026-07-04T15:54:52.797Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-04T15:54:52.797Z | ruby system 3.4 system |
| 198 | 2026-07-04T15:54:52.797Z | ruby system 3.0 system |
| 199 | 2026-07-04T15:54:52.798Z | words vendor vendor american-english |
| 200 | 2026-07-04T15:54:52.798Z | words system system australian-english |
| 201 | 2026-07-04T15:54:52.798Z | words system system british-english |
| 202 | 2026-07-04T15:54:52.798Z | words system system canadian-english |
| 203 | 2026-07-04T15:54:52.798Z | words system system french |
| 204 | 2026-07-04T15:54:52.798Z | words system system italian |
| 205 | 2026-07-04T15:54:52.798Z | words system system ngerman |
| 206 | 2026-07-04T15:54:52.798Z | words system system ogerman |
| 207 | 2026-07-04T15:54:52.798Z | words system system spanish |
| 208 | 2026-07-04T15:54:53.037Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-04T15:54:53.037Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-04T15:54:53.340Z | FMRI IFO |
| 211 | 2026-07-04T15:54:53.341Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-04T15:54:53.341Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-04T15:54:53.341Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-04T15:54:53.344Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-04T15:54:53.344Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-04T15:54:53.344Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-04T15:54:53.344Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-04T15:54:53.344Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-04T15:54:53.345Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-04T15:54:53.636Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-04T15:54:53.892Z | Updating crates.io index |
| 222 | 2026-07-04T15:54:53.897Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-04T15:54:54.097Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-04T15:54:54.399Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-04T15:54:55.263Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-04T15:54:55.744Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-04T15:54:57.264Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-04T15:54:58.003Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-04T15:54:58.240Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-04T15:54:58.531Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-04T15:54:59.525Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-04T15:54:59.789Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-04T15:55:00.100Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-04T15:55:00.331Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-04T15:55:00.747Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-04T15:55:01.184Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-04T15:55:01.409Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-04T15:55:01.605Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-04T15:55:01.854Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-04T15:55:02.195Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-04T15:55:02.434Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-04T15:55:02.656Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-04T15:55:02.908Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-04T15:55:03.261Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-04T15:55:03.540Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-04T15:55:03.787Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-04T15:55:04.183Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-04T15:55:04.399Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-04T15:55:04.774Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-04T15:55:04.995Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-04T15:55:05.215Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-04T15:55:05.515Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-04T15:55:05.856Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-04T15:55:06.091Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-04T15:55:06.370Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-04T15:55:06.620Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-04T15:55:06.904Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-04T15:55:07.130Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-04T15:55:07.354Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-04T15:55:07.614Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-04T15:55:07.832Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-04T15:55:10.768Z | Downloading crates ... |
| 263 | 2026-07-04T15:55:10.821Z | Downloaded anstream v1.0.0 |
| 264 | 2026-07-04T15:55:10.834Z | Downloaded cpufeatures v0.2.17 |
| 265 | 2026-07-04T15:55:10.834Z | Downloaded byteorder v1.5.0 |
| 266 | 2026-07-04T15:55:10.849Z | Downloaded dof v0.3.0 |
| 267 | 2026-07-04T15:55:10.849Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-07-04T15:55:10.865Z | Downloaded zmij v1.0.21 |
| 269 | 2026-07-04T15:55:10.865Z | Downloaded heck v0.5.0 |
| 270 | 2026-07-04T15:55:10.865Z | Downloaded generic-array v0.14.7 |
| 271 | 2026-07-04T15:55:10.865Z | Downloaded zerocopy-derive v0.7.35 |
| 272 | 2026-07-04T15:55:10.866Z | Downloaded macaddr v1.0.1 |
| 273 | 2026-07-04T15:55:10.866Z | Downloaded equivalent v1.0.2 |
| 274 | 2026-07-04T15:55:10.866Z | Downloaded block-buffer v0.10.4 |
| 275 | 2026-07-04T15:55:10.866Z | Downloaded fastrand v2.3.0 |
| 276 | 2026-07-04T15:55:10.866Z | Downloaded dtrace-parser v0.2.0 |
| 277 | 2026-07-04T15:55:10.866Z | Downloaded anstyle-query v1.1.5 |
| 278 | 2026-07-04T15:55:10.866Z | Downloaded errno v0.3.14 |
| 279 | 2026-07-04T15:55:10.866Z | Downloaded cargo-platform v0.3.2 |
| 280 | 2026-07-04T15:55:10.866Z | Downloaded zerocopy v0.7.35 |
| 281 | 2026-07-04T15:55:10.866Z | Downloaded pest_meta v2.8.6 |
| 282 | 2026-07-04T15:55:10.866Z | Downloaded anstyle v1.0.14 |
| 283 | 2026-07-04T15:55:10.866Z | Downloaded is_terminal_polyfill v1.70.2 |
| 284 | 2026-07-04T15:55:10.866Z | Downloaded crypto-common v0.1.7 |
| 285 | 2026-07-04T15:55:10.866Z | Downloaded thread-id v4.2.2 |
| 286 | 2026-07-04T15:55:10.866Z | Downloaded usdt-macro v0.5.0 |
| 287 | 2026-07-04T15:55:10.866Z | Downloaded toml_write v0.1.2 |
| 288 | 2026-07-04T15:55:10.866Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-07-04T15:55:10.884Z | Downloaded version_check v0.9.5 |
| 290 | 2026-07-04T15:55:10.884Z | Downloaded itoa v1.0.17 |
| 291 | 2026-07-04T15:55:10.891Z | Downloaded tabled_derive v0.7.0 |
| 292 | 2026-07-04T15:55:10.901Z | Downloaded terminal_size v0.4.3 |
| 293 | 2026-07-04T15:55:10.902Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-07-04T15:55:10.902Z | Downloaded usdt v0.5.0 |
| 295 | 2026-07-04T15:55:10.902Z | Downloaded serde_spanned v0.6.9 |
| 296 | 2026-07-04T15:55:10.902Z | Downloaded strsim v0.11.1 |
| 297 | 2026-07-04T15:55:10.902Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-07-04T15:55:10.902Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-07-04T15:55:10.902Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2026-07-04T15:55:10.902Z | Downloaded fnv v1.0.7 |
| 301 | 2026-07-04T15:55:10.902Z | Downloaded once_cell v1.21.3 |
| 302 | 2026-07-04T15:55:10.902Z | Downloaded autocfg v1.5.0 |
| 303 | 2026-07-04T15:55:10.920Z | Downloaded anyhow v1.0.102 |
| 304 | 2026-07-04T15:55:10.920Z | Downloaded swrite v0.1.0 |
| 305 | 2026-07-04T15:55:10.932Z | Downloaded plain v0.2.3 |
| 306 | 2026-07-04T15:55:10.932Z | Downloaded memmap v0.7.0 |
| 307 | 2026-07-04T15:55:10.932Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-07-04T15:55:10.932Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-07-04T15:55:10.932Z | Downloaded heck v0.4.1 |
| 310 | 2026-07-04T15:55:10.942Z | Downloaded digest v0.10.7 |
| 311 | 2026-07-04T15:55:10.942Z | Downloaded anstyle-parse v1.0.0 |
| 312 | 2026-07-04T15:55:10.942Z | Downloaded quote v1.0.45 |
| 313 | 2026-07-04T15:55:10.942Z | Downloaded cargo_toml v0.21.0 |
| 314 | 2026-07-04T15:55:10.942Z | Downloaded bytecount v0.6.9 |
| 315 | 2026-07-04T15:55:10.953Z | Downloaded scroll_derive v0.12.1 |
| 316 | 2026-07-04T15:55:10.953Z | Downloaded proc-macro-error v1.0.4 |
| 317 | 2026-07-04T15:55:10.961Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-07-04T15:55:10.961Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-07-04T15:55:10.961Z | Downloaded thiserror v2.0.18 |
| 320 | 2026-07-04T15:55:10.961Z | Downloaded pest_derive v2.8.6 |
| 321 | 2026-07-04T15:55:11.004Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-07-04T15:55:11.004Z | Downloaded clap_derive v4.6.1 |
| 323 | 2026-07-04T15:55:11.004Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-07-04T15:55:11.004Z | Downloaded cargo_metadata v0.23.1 |
| 325 | 2026-07-04T15:55:11.004Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-07-04T15:55:11.019Z | Downloaded smawk v0.3.2 |
| 327 | 2026-07-04T15:55:11.019Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-07-04T15:55:11.019Z | Downloaded serde_tokenstream v0.2.3 |
| 329 | 2026-07-04T15:55:11.020Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-07-04T15:55:11.020Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-07-04T15:55:11.020Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-07-04T15:55:11.020Z | Downloaded fs-err v3.3.0 |
| 333 | 2026-07-04T15:55:11.020Z | Downloaded tempfile v3.25.0 |
| 334 | 2026-07-04T15:55:11.020Z | Downloaded camino v1.2.2 |
| 335 | 2026-07-04T15:55:11.020Z | Downloaded semver v1.0.28 |
| 336 | 2026-07-04T15:55:11.020Z | Downloaded clap v4.6.1 |
| 337 | 2026-07-04T15:55:11.020Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-07-04T15:55:11.020Z | Downloaded log v0.4.29 |
| 339 | 2026-07-04T15:55:11.020Z | Downloaded scroll v0.12.0 |
| 340 | 2026-07-04T15:55:11.030Z | Downloaded papergrid v0.11.0 |
| 341 | 2026-07-04T15:55:11.031Z | Downloaded textwrap v0.16.2 |
| 342 | 2026-07-04T15:55:11.031Z | Downloaded unicode-ident v1.0.24 |
| 343 | 2026-07-04T15:55:11.039Z | Downloaded toml v0.8.23 |
| 344 | 2026-07-04T15:55:11.039Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-07-04T15:55:11.039Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-04T15:55:11.063Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-07-04T15:55:11.071Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-07-04T15:55:11.078Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-07-04T15:55:11.087Z | Downloaded serde v1.0.228 |
| 350 | 2026-07-04T15:55:11.087Z | Downloaded memchr v2.8.0 |
| 351 | 2026-07-04T15:55:11.114Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-07-04T15:55:11.128Z | Downloaded pest v2.8.6 |
| 353 | 2026-07-04T15:55:11.128Z | Downloaded typenum v1.20.1 |
| 354 | 2026-07-04T15:55:11.142Z | Downloaded serde_json v1.0.150 |
| 355 | 2026-07-04T15:55:11.156Z | Downloaded hashbrown v0.17.0 |
| 356 | 2026-07-04T15:55:11.165Z | Downloaded clap_builder v4.6.0 |
| 357 | 2026-07-04T15:55:11.165Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-04T15:55:11.165Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-04T15:55:11.173Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-04T15:55:11.184Z | Downloaded unicode-width v0.2.0 |
| 361 | 2026-07-04T15:55:11.184Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-04T15:55:11.201Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-04T15:55:11.275Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-04T15:55:11.275Z | Downloaded rustix v1.1.3 |
| 365 | 2026-07-04T15:55:11.284Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-04T15:55:11.315Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-04T15:55:11.315Z | Compiling unicode-ident v1.0.24 |
| 368 | 2026-07-04T15:55:11.315Z | Compiling quote v1.0.45 |
| 369 | 2026-07-04T15:55:11.332Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-04T15:55:11.332Z | Compiling libc v0.2.185 |
| 371 | 2026-07-04T15:55:11.332Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-04T15:55:11.333Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-04T15:55:11.333Z | Compiling serde v1.0.228 |
| 374 | 2026-07-04T15:55:11.333Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-04T15:55:11.333Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-07-04T15:55:11.333Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-04T15:55:11.333Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-04T15:55:11.333Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-04T15:55:11.501Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-04T15:55:11.712Z | Compiling bitflags v2.11.0 |
| 381 | 2026-07-04T15:55:11.800Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-04T15:55:11.959Z | Compiling usdt-impl v0.5.0 |
| 383 | 2026-07-04T15:55:11.986Z | Compiling pest v2.8.6 |
| 384 | 2026-07-04T15:55:12.046Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-07-04T15:55:12.117Z | Compiling camino v1.2.2 |
| 386 | 2026-07-04T15:55:12.130Z | Compiling syn v1.0.109 |
| 387 | 2026-07-04T15:55:12.279Z | Compiling proc-macro-error v1.0.4 |
| 388 | 2026-07-04T15:55:12.324Z | Compiling getrandom v0.4.1 |
| 389 | 2026-07-04T15:55:12.371Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-07-04T15:55:12.409Z | Compiling plain v0.2.3 |
| 391 | 2026-07-04T15:55:12.454Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-07-04T15:55:12.501Z | Compiling equivalent v1.0.2 |
| 393 | 2026-07-04T15:55:12.506Z | Compiling log v0.4.29 |
| 394 | 2026-07-04T15:55:12.506Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-07-04T15:55:12.584Z | Compiling errno v0.3.14 |
| 396 | 2026-07-04T15:55:12.625Z | Compiling thread-id v4.2.2 |
| 397 | 2026-07-04T15:55:12.664Z | Compiling thiserror v2.0.18 |
| 398 | 2026-07-04T15:55:12.683Z | Compiling winnow v0.7.14 |
| 399 | 2026-07-04T15:55:12.706Z | Compiling anstyle v1.0.14 |
| 400 | 2026-07-04T15:55:12.802Z | Compiling is_terminal_polyfill v1.70.2 |
| 401 | 2026-07-04T15:55:12.838Z | Compiling toml_write v0.1.2 |
| 402 | 2026-07-04T15:55:12.838Z | Compiling pretty-hex v0.4.1 |
| 403 | 2026-07-04T15:55:12.838Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-04T15:55:12.838Z | Compiling autocfg v1.5.0 |
| 405 | 2026-07-04T15:55:12.912Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-07-04T15:55:12.950Z | Compiling colorchoice v1.0.4 |
| 407 | 2026-07-04T15:55:12.993Z | Compiling fastrand v2.3.0 |
| 408 | 2026-07-04T15:55:13.010Z | Compiling strsim v0.11.1 |
| 409 | 2026-07-04T15:55:13.027Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-07-04T15:55:13.057Z | Compiling indexmap v2.14.0 |
| 411 | 2026-07-04T15:55:13.096Z | Compiling syn v2.0.117 |
| 412 | 2026-07-04T15:55:13.155Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-04T15:55:13.180Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-04T15:55:13.313Z | Compiling anyhow v1.0.102 |
| 415 | 2026-07-04T15:55:13.348Z | Compiling fs-err v3.3.0 |
| 416 | 2026-07-04T15:55:13.364Z | Compiling heck v0.5.0 |
| 417 | 2026-07-04T15:55:13.416Z | Compiling heck v0.4.1 |
| 418 | 2026-07-04T15:55:13.429Z | Compiling once_cell v1.21.3 |
| 419 | 2026-07-04T15:55:13.451Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-07-04T15:55:13.483Z | Compiling fnv v1.0.7 |
| 421 | 2026-07-04T15:55:13.545Z | Compiling bytecount v0.6.9 |
| 422 | 2026-07-04T15:55:13.673Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-04T15:55:13.699Z | Compiling tempfile v3.25.0 |
| 424 | 2026-07-04T15:55:13.720Z | Compiling memmap v0.7.0 |
| 425 | 2026-07-04T15:55:13.720Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-04T15:55:13.762Z | Compiling papergrid v0.11.0 |
| 427 | 2026-07-04T15:55:14.447Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-07-04T15:55:14.507Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-07-04T15:55:14.508Z | Compiling clap_builder v4.6.0 |
| 430 | 2026-07-04T15:55:14.508Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-04T15:55:14.508Z | Compiling textwrap v0.16.2 |
| 432 | 2026-07-04T15:55:14.508Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-04T15:55:14.508Z | Compiling semver v1.0.28 |
| 434 | 2026-07-04T15:55:14.522Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-04T15:55:14.923Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-04T15:55:15.391Z | Compiling tabled v0.15.0 |
| 437 | 2026-07-04T15:55:15.409Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-04T15:55:19.450Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-04T15:55:19.479Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-04T15:55:19.479Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-04T15:55:19.479Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-04T15:55:19.480Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-04T15:55:19.480Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-04T15:55:19.480Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-04T15:55:19.480Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-04T15:55:19.480Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-04T15:55:19.489Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-04T15:55:19.489Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-04T15:55:19.489Z | Compiling clap v4.6.1 |
| 450 | 2026-07-04T15:55:19.489Z | Compiling dof v0.3.0 |
| 451 | 2026-07-04T15:55:19.489Z | Compiling serde_tokenstream v0.2.3 |
| 452 | 2026-07-04T15:55:19.489Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-04T15:55:19.489Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-07-04T15:55:19.489Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-07-04T15:55:19.489Z | Compiling macaddr v1.0.1 |
| 456 | 2026-07-04T15:55:19.489Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-07-04T15:55:19.489Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-04T15:55:19.489Z | Compiling usdt-attr-macro v0.5.0 |
| 459 | 2026-07-04T15:55:19.489Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-04T15:55:19.811Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-04T15:55:19.995Z | Compiling toml v0.8.23 |
| 462 | 2026-07-04T15:55:20.332Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-04T15:55:21.650Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-04T15:55:23.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s |
| 465 | 2026-07-04T15:55:23.891Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-04T15:55:24.398Z | Downloading crates ... |
| 467 | 2026-07-04T15:55:24.500Z | Downloaded anstyle-parse v0.2.7 |
| 468 | 2026-07-04T15:55:24.504Z | Downloaded aead v0.5.2 |
| 469 | 2026-07-04T15:55:24.507Z | Downloaded atomicwrites v0.4.4 |
| 470 | 2026-07-04T15:55:24.507Z | Downloaded aead v0.6.1 |
| 471 | 2026-07-04T15:55:24.507Z | Downloaded ahash v0.8.12 |
| 472 | 2026-07-04T15:55:24.510Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 473 | 2026-07-04T15:55:24.515Z | Downloaded cpufeatures v0.3.0 |
| 474 | 2026-07-04T15:55:24.518Z | Downloaded arrayref v0.3.9 |
| 475 | 2026-07-04T15:55:24.518Z | Downloaded atty v0.2.14 |
| 476 | 2026-07-04T15:55:24.518Z | Downloaded async-recursion v1.1.1 |
| 477 | 2026-07-04T15:55:24.523Z | Downloaded base16ct v1.0.0 |
| 478 | 2026-07-04T15:55:24.526Z | Downloaded cpubits v0.1.1 |
| 479 | 2026-07-04T15:55:24.526Z | Downloaded async-stream v0.3.6 |
| 480 | 2026-07-04T15:55:24.526Z | Downloaded convert_case v0.10.0 |
| 481 | 2026-07-04T15:55:24.529Z | Downloaded bitfield-macros v0.19.4 |
| 482 | 2026-07-04T15:55:24.529Z | Downloaded assert_matches v1.5.0 |
| 483 | 2026-07-04T15:55:24.529Z | Downloaded data-encoding v2.10.0 |
| 484 | 2026-07-04T15:55:24.532Z | Downloaded array-init v0.0.4 |
| 485 | 2026-07-04T15:55:24.532Z | Downloaded cookie v0.18.1 |
| 486 | 2026-07-04T15:55:24.532Z | Downloaded defmt v0.3.100 |
| 487 | 2026-07-04T15:55:24.534Z | Downloaded anstream v0.6.21 |
| 488 | 2026-07-04T15:55:24.535Z | Downloaded atomic-waker v1.1.2 |
| 489 | 2026-07-04T15:55:24.538Z | Downloaded daft v0.1.7 |
| 490 | 2026-07-04T15:55:24.538Z | Downloaded crucible-workspace-hack v0.1.0 |
| 491 | 2026-07-04T15:55:24.541Z | Downloaded darling_macro v0.13.4 |
| 492 | 2026-07-04T15:55:24.541Z | Downloaded critical-section v1.2.0 |
| 493 | 2026-07-04T15:55:24.541Z | Downloaded block-buffer v0.12.1 |
| 494 | 2026-07-04T15:55:24.544Z | Downloaded bit-set v0.8.0 |
| 495 | 2026-07-04T15:55:24.544Z | Downloaded async-stream-impl v0.3.6 |
| 496 | 2026-07-04T15:55:24.548Z | Downloaded bitfield-struct v0.6.2 |
| 497 | 2026-07-04T15:55:24.548Z | Downloaded base16ct v0.2.0 |
| 498 | 2026-07-04T15:55:24.551Z | Downloaded crc8 v0.1.1 |
| 499 | 2026-07-04T15:55:24.556Z | Downloaded darling_macro v0.23.0 |
| 500 | 2026-07-04T15:55:24.560Z | Downloaded cstr-argument v0.1.2 |
| 501 | 2026-07-04T15:55:24.563Z | Downloaded document-features v0.2.12 |
| 502 | 2026-07-04T15:55:24.563Z | Downloaded cobs v0.3.0 |
| 503 | 2026-07-04T15:55:24.566Z | Downloaded cfg_aliases v0.1.1 |
| 504 | 2026-07-04T15:55:24.566Z | Downloaded adler2 v2.0.1 |
| 505 | 2026-07-04T15:55:24.566Z | Downloaded debug-ignore v1.0.5 |
| 506 | 2026-07-04T15:55:24.569Z | Downloaded darling v0.21.3 |
| 507 | 2026-07-04T15:55:24.572Z | Downloaded bcs v0.1.6 |
| 508 | 2026-07-04T15:55:24.575Z | Downloaded ctr v0.10.1 |
| 509 | 2026-07-04T15:55:24.577Z | Downloaded darling v0.13.4 |
| 510 | 2026-07-04T15:55:24.577Z | Downloaded crossbeam-utils v0.8.21 |
| 511 | 2026-07-04T15:55:24.580Z | Downloaded crossbeam-deque v0.8.6 |
| 512 | 2026-07-04T15:55:24.580Z | Downloaded bit-vec v0.8.0 |
| 513 | 2026-07-04T15:55:24.584Z | Downloaded dsl_auto_type v0.2.0 |
| 514 | 2026-07-04T15:55:24.584Z | Downloaded embedded-io v0.6.1 |
| 515 | 2026-07-04T15:55:24.584Z | Downloaded cfg_aliases v0.2.1 |
| 516 | 2026-07-04T15:55:24.586Z | Downloaded darling_macro v0.21.3 |
| 517 | 2026-07-04T15:55:24.587Z | Downloaded crypto-common v0.2.2 |
| 518 | 2026-07-04T15:55:24.587Z | Downloaded block-padding v0.4.2 |
| 519 | 2026-07-04T15:55:24.587Z | Downloaded bb8 v0.8.6 |
| 520 | 2026-07-04T15:55:24.590Z | Downloaded backoff v0.4.0 |
| 521 | 2026-07-04T15:55:24.590Z | Downloaded ascii-canvas v3.0.0 |
| 522 | 2026-07-04T15:55:24.593Z | Downloaded dirs-sys-next v0.1.2 |
| 523 | 2026-07-04T15:55:24.593Z | Downloaded ciborium-io v0.2.2 |
| 524 | 2026-07-04T15:55:24.598Z | Downloaded downcast-rs v2.0.2 |
| 525 | 2026-07-04T15:55:24.601Z | Downloaded convert_case v0.4.0 |
| 526 | 2026-07-04T15:55:24.604Z | Downloaded dunce v1.0.5 |
| 527 | 2026-07-04T15:55:24.604Z | Downloaded dirs-next v2.0.0 |
| 528 | 2026-07-04T15:55:24.604Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 529 | 2026-07-04T15:55:24.606Z | Downloaded crc-catalog v2.4.0 |
| 530 | 2026-07-04T15:55:24.607Z | Downloaded crunchy v0.2.4 |
| 531 | 2026-07-04T15:55:24.607Z | Downloaded derive_builder_macro v0.20.2 |
| 532 | 2026-07-04T15:55:24.607Z | Downloaded darling_macro v0.20.11 |
| 533 | 2026-07-04T15:55:24.610Z | Downloaded castaway v0.2.4 |
| 534 | 2026-07-04T15:55:24.610Z | Downloaded either v1.15.0 |
| 535 | 2026-07-04T15:55:24.611Z | Downloaded ed25519 v3.0.0 |
| 536 | 2026-07-04T15:55:24.616Z | Downloaded compression-core v0.4.31 |
| 537 | 2026-07-04T15:55:24.621Z | Downloaded async-trait v0.1.89 |
| 538 | 2026-07-04T15:55:24.621Z | Downloaded dyn-clone v1.0.20 |
| 539 | 2026-07-04T15:55:24.623Z | Downloaded display-error-chain v0.2.2 |
| 540 | 2026-07-04T15:55:24.623Z | Downloaded dof v0.4.0 |
| 541 | 2026-07-04T15:55:24.623Z | Downloaded bit-set v0.5.3 |
| 542 | 2026-07-04T15:55:24.623Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 543 | 2026-07-04T15:55:24.623Z | Downloaded base64ct v1.8.3 |
| 544 | 2026-07-04T15:55:24.630Z | Downloaded difflib v0.4.0 |
| 545 | 2026-07-04T15:55:24.630Z | Downloaded arrayvec v0.7.6 |
| 546 | 2026-07-04T15:55:24.630Z | Downloaded argon2 v0.5.3 |
| 547 | 2026-07-04T15:55:24.632Z | Downloaded cmov v0.5.4 |
| 548 | 2026-07-04T15:55:24.632Z | Downloaded cmake v0.1.57 |
| 549 | 2026-07-04T15:55:24.632Z | Downloaded ciborium-ll v0.2.2 |
| 550 | 2026-07-04T15:55:24.632Z | Downloaded defmt-parser v1.0.0 |
| 551 | 2026-07-04T15:55:24.633Z | Downloaded blowfish v0.10.0 |
| 552 | 2026-07-04T15:55:24.635Z | Downloaded camino-tempfile-ext v0.3.3 |
| 553 | 2026-07-04T15:55:24.635Z | Downloaded endian-type v0.1.2 |
| 554 | 2026-07-04T15:55:24.636Z | Downloaded bitfield v0.19.4 |
| 555 | 2026-07-04T15:55:24.640Z | Downloaded bit-vec v0.6.3 |
| 556 | 2026-07-04T15:55:24.640Z | Downloaded env_filter v1.0.0 |
| 557 | 2026-07-04T15:55:24.640Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 558 | 2026-07-04T15:55:24.644Z | Downloaded delegate v0.13.5 |
| 559 | 2026-07-04T15:55:24.644Z | Downloaded csv-core v0.1.13 |
| 560 | 2026-07-04T15:55:24.644Z | Downloaded ctutils v0.4.2 |
| 561 | 2026-07-04T15:55:24.647Z | Downloaded cexpr v0.6.0 |
| 562 | 2026-07-04T15:55:24.647Z | Downloaded bzip2 v0.4.4 |
| 563 | 2026-07-04T15:55:24.647Z | Downloaded darling_core v0.13.4 |
| 564 | 2026-07-04T15:55:24.650Z | Downloaded float-cmp v0.10.0 |
| 565 | 2026-07-04T15:55:24.651Z | Downloaded chacha20 v0.9.1 |
| 566 | 2026-07-04T15:55:24.651Z | Downloaded flagset v0.4.7 |
| 567 | 2026-07-04T15:55:24.654Z | Downloaded fd-lock v4.0.4 |
| 568 | 2026-07-04T15:55:24.654Z | Downloaded fixedbitset v0.4.2 |
| 569 | 2026-07-04T15:55:24.657Z | Downloaded form_urlencoded v1.2.2 |
| 570 | 2026-07-04T15:55:24.657Z | Downloaded bitflags v1.3.2 |
| 571 | 2026-07-04T15:55:24.660Z | Downloaded foreign-types-shared v0.1.1 |
| 572 | 2026-07-04T15:55:24.663Z | Downloaded futures-core v0.3.32 |
| 573 | 2026-07-04T15:55:24.663Z | Downloaded foreign-types-shared v0.3.1 |
| 574 | 2026-07-04T15:55:24.663Z | Downloaded foreign-types v0.5.0 |
| 575 | 2026-07-04T15:55:24.663Z | Downloaded foreign-types v0.3.2 |
| 576 | 2026-07-04T15:55:24.666Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-07-04T15:55:24.666Z | Downloaded ecdsa v0.16.9 |
| 578 | 2026-07-04T15:55:24.666Z | Downloaded crc v3.4.0 |
| 579 | 2026-07-04T15:55:24.669Z | Downloaded const_format_proc_macros v0.2.34 |
| 580 | 2026-07-04T15:55:24.671Z | Downloaded defmt-macros v1.0.1 |
| 581 | 2026-07-04T15:55:24.671Z | Downloaded ed25519 v2.2.3 |
| 582 | 2026-07-04T15:55:24.674Z | Downloaded displaydoc v0.2.5 |
| 583 | 2026-07-04T15:55:24.677Z | Downloaded embedded-io v0.4.0 |
| 584 | 2026-07-04T15:55:24.677Z | Downloaded buf-list v1.1.2 |
| 585 | 2026-07-04T15:55:24.680Z | Downloaded defmt v1.0.1 |
| 586 | 2026-07-04T15:55:24.680Z | Downloaded constant_time_eq v0.4.2 |
| 587 | 2026-07-04T15:55:24.683Z | Downloaded cassowary v0.3.0 |
| 588 | 2026-07-04T15:55:24.683Z | Downloaded futures-io v0.3.32 |
| 589 | 2026-07-04T15:55:24.686Z | Downloaded gethostname v0.5.0 |
| 590 | 2026-07-04T15:55:24.686Z | Downloaded futures-task v0.3.32 |
| 591 | 2026-07-04T15:55:24.686Z | Downloaded ena v0.14.4 |
| 592 | 2026-07-04T15:55:24.689Z | Downloaded futures-macro v0.3.32 |
| 593 | 2026-07-04T15:55:24.689Z | Downloaded fxhash v0.2.1 |
| 594 | 2026-07-04T15:55:24.689Z | Downloaded futures-sink v0.3.32 |
| 595 | 2026-07-04T15:55:24.692Z | Downloaded darling v0.23.0 |
| 596 | 2026-07-04T15:55:24.695Z | Downloaded corncobs v0.1.4 |
| 597 | 2026-07-04T15:55:24.695Z | Downloaded async-bb8-diesel v0.2.1 |
| 598 | 2026-07-04T15:55:24.697Z | Downloaded chacha20 v0.10.0 |
| 599 | 2026-07-04T15:55:24.697Z | Downloaded dtrace-parser v0.3.0 |
| 600 | 2026-07-04T15:55:24.701Z | Downloaded filetime v0.2.27 |
| 601 | 2026-07-04T15:55:24.701Z | Downloaded ff v0.14.0 |
| 602 | 2026-07-04T15:55:24.701Z | Downloaded env_logger v0.11.9 |
| 603 | 2026-07-04T15:55:24.704Z | Downloaded enum_dispatch v0.3.13 |
| 604 | 2026-07-04T15:55:24.707Z | Downloaded ghash v0.6.0 |
| 605 | 2026-07-04T15:55:24.707Z | Downloaded globwalk v0.9.1 |
| 606 | 2026-07-04T15:55:24.707Z | Downloaded git-stub v1.0.0 |
| 607 | 2026-07-04T15:55:24.707Z | Downloaded fallible-iterator v0.2.0 |
| 608 | 2026-07-04T15:55:24.711Z | Downloaded console v0.16.2 |
| 609 | 2026-07-04T15:55:24.711Z | Downloaded erased-serde v0.3.31 |
| 610 | 2026-07-04T15:55:24.711Z | Downloaded blake2 v0.10.6 |
| 611 | 2026-07-04T15:55:24.714Z | Downloaded hash32 v0.3.1 |
| 612 | 2026-07-04T15:55:24.714Z | Downloaded daft-derive v0.1.7 |
| 613 | 2026-07-04T15:55:24.717Z | Downloaded find-msvc-tools v0.1.9 |
| 614 | 2026-07-04T15:55:24.721Z | Downloaded allocator-api2 v0.2.21 |
| 615 | 2026-07-04T15:55:24.721Z | Downloaded headers-core v0.3.0 |
| 616 | 2026-07-04T15:55:24.723Z | Downloaded foldhash v0.2.0 |
| 617 | 2026-07-04T15:55:24.723Z | Downloaded foreign-types-macros v0.2.3 |
| 618 | 2026-07-04T15:55:24.723Z | Downloaded fixedbitset v0.5.7 |
| 619 | 2026-07-04T15:55:24.723Z | Downloaded hash32 v0.2.1 |
| 620 | 2026-07-04T15:55:24.726Z | Downloaded foldhash v0.1.5 |
| 621 | 2026-07-04T15:55:24.726Z | Downloaded deranged v0.5.8 |
| 622 | 2026-07-04T15:55:24.729Z | Downloaded hex-literal v1.1.0 |
| 623 | 2026-07-04T15:55:24.729Z | Downloaded hex v0.4.3 |
| 624 | 2026-07-04T15:55:24.729Z | Downloaded der_derive v0.7.3 |
| 625 | 2026-07-04T15:55:24.732Z | Downloaded darling_core v0.21.3 |
| 626 | 2026-07-04T15:55:24.735Z | Downloaded home v0.5.12 |
| 627 | 2026-07-04T15:55:24.735Z | Downloaded crossbeam-epoch v0.9.18 |
| 628 | 2026-07-04T15:55:24.737Z | Downloaded derive_builder v0.20.2 |
| 629 | 2026-07-04T15:55:24.741Z | Downloaded clang-sys v1.8.1 |
| 630 | 2026-07-04T15:55:24.744Z | Downloaded console v0.15.11 |
| 631 | 2026-07-04T15:55:24.744Z | Downloaded digest v0.11.3 |
| 632 | 2026-07-04T15:55:24.747Z | Downloaded fs-err v2.11.0 |
| 633 | 2026-07-04T15:55:24.747Z | Downloaded cookie_store v0.22.1 |
| 634 | 2026-07-04T15:55:24.747Z | Downloaded const-oid v0.9.6 |
| 635 | 2026-07-04T15:55:24.750Z | Downloaded hubpack_derive v0.1.1 |
| 636 | 2026-07-04T15:55:24.750Z | Downloaded hostname v0.3.1 |
| 637 | 2026-07-04T15:55:24.750Z | Downloaded funty v2.0.0 |
| 638 | 2026-07-04T15:55:24.753Z | Downloaded colored v2.2.0 |
| 639 | 2026-07-04T15:55:24.753Z | Downloaded http-body v1.0.1 |
| 640 | 2026-07-04T15:55:24.756Z | Downloaded hostname v0.4.2 |
| 641 | 2026-07-04T15:55:24.756Z | Downloaded http-range v0.1.5 |
| 642 | 2026-07-04T15:55:24.756Z | Downloaded git-stub-vcs v0.1.0 |
| 643 | 2026-07-04T15:55:24.759Z | Downloaded futures-executor v0.3.32 |
| 644 | 2026-07-04T15:55:24.759Z | Downloaded hubpack v0.1.2 |
| 645 | 2026-07-04T15:55:24.759Z | Downloaded fs_extra v1.3.0 |
| 646 | 2026-07-04T15:55:24.762Z | Downloaded cipher v0.5.2 |
| 647 | 2026-07-04T15:55:24.762Z | Downloaded blake2 v0.11.0-rc.6 |
| 648 | 2026-07-04T15:55:24.765Z | Downloaded ff v0.13.1 |
| 649 | 2026-07-04T15:55:24.765Z | Downloaded des v0.9.0 |
| 650 | 2026-07-04T15:55:24.768Z | Downloaded colored v3.1.1 |
| 651 | 2026-07-04T15:55:24.768Z | Downloaded globset v0.4.18 |
| 652 | 2026-07-04T15:55:24.772Z | Downloaded backon v1.6.0 |
| 653 | 2026-07-04T15:55:24.772Z | Downloaded ecdsa v0.17.0-rc.18 |
| 654 | 2026-07-04T15:55:24.775Z | Downloaded hyper-tls v0.6.0 |
| 655 | 2026-07-04T15:55:24.775Z | Downloaded derive_builder_core v0.20.2 |
| 656 | 2026-07-04T15:55:24.775Z | Downloaded cancel-safe-futures v0.1.5 |
| 657 | 2026-07-04T15:55:24.777Z | Downloaded derive-ex v0.1.8 |
| 658 | 2026-07-04T15:55:24.778Z | Downloaded diesel-dtrace v0.5.0 |
| 659 | 2026-07-04T15:55:24.781Z | Downloaded derive_more v0.99.20 |
| 660 | 2026-07-04T15:55:24.785Z | Downloaded indent_write v2.2.0 |
| 661 | 2026-07-04T15:55:24.785Z | Downloaded ident_case v1.0.1 |
| 662 | 2026-07-04T15:55:24.785Z | Downloaded group v0.14.0 |
| 663 | 2026-07-04T15:55:24.785Z | Downloaded inout v0.1.4 |
| 664 | 2026-07-04T15:55:24.788Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 665 | 2026-07-04T15:55:24.788Z | Downloaded bzip2 v0.6.1 |
| 666 | 2026-07-04T15:55:24.788Z | Downloaded illumos-nvpair v0.3.0 |
| 667 | 2026-07-04T15:55:24.788Z | Downloaded group v0.13.0 |
| 668 | 2026-07-04T15:55:24.791Z | Downloaded idna_adapter v1.2.1 |
| 669 | 2026-07-04T15:55:24.791Z | Downloaded argon2 v0.6.0-rc.8 |
| 670 | 2026-07-04T15:55:24.794Z | Downloaded ar_archive_writer v0.5.1 |
| 671 | 2026-07-04T15:55:24.794Z | Downloaded futures-channel v0.3.32 |
| 672 | 2026-07-04T15:55:24.796Z | Downloaded darling v0.20.11 |
| 673 | 2026-07-04T15:55:24.800Z | Downloaded highway v1.3.0 |
| 674 | 2026-07-04T15:55:24.800Z | Downloaded cbc v0.2.1 |
| 675 | 2026-07-04T15:55:24.803Z | Downloaded enum-as-inner v0.6.1 |
| 676 | 2026-07-04T15:55:24.803Z | Downloaded httpdate v1.0.3 |
| 677 | 2026-07-04T15:55:24.803Z | Downloaded inout v0.2.2 |
| 678 | 2026-07-04T15:55:24.806Z | Downloaded instant v0.1.13 |
| 679 | 2026-07-04T15:55:24.806Z | Downloaded indoc v1.0.9 |
| 680 | 2026-07-04T15:55:24.809Z | Downloaded internet-checksum v0.2.1 |
| 681 | 2026-07-04T15:55:24.809Z | Downloaded instability v0.3.11 |
| 682 | 2026-07-04T15:55:24.809Z | Downloaded elliptic-curve v0.13.8 |
| 683 | 2026-07-04T15:55:24.812Z | Downloaded keccak v0.1.6 |
| 684 | 2026-07-04T15:55:24.812Z | Downloaded is_ci v1.2.0 |
| 685 | 2026-07-04T15:55:24.812Z | Downloaded is-terminal v0.4.17 |
| 686 | 2026-07-04T15:55:24.816Z | Downloaded diff v0.1.13 |
| 687 | 2026-07-04T15:55:24.816Z | Downloaded derive-where v1.6.0 |
| 688 | 2026-07-04T15:55:24.819Z | Downloaded getrandom v0.2.17 |
| 689 | 2026-07-04T15:55:24.821Z | Downloaded ciborium v0.2.2 |
| 690 | 2026-07-04T15:55:24.821Z | Downloaded lalrpop-util v0.19.12 |
| 691 | 2026-07-04T15:55:24.824Z | Downloaded crc-any v2.5.0 |
| 692 | 2026-07-04T15:55:24.824Z | Downloaded dropshot_endpoint v0.17.1 |
| 693 | 2026-07-04T15:55:24.827Z | Downloaded libscf-sys v1.1.0 |
| 694 | 2026-07-04T15:55:24.827Z | Downloaded lazy_static v1.5.0 |
| 695 | 2026-07-04T15:55:24.830Z | Downloaded kstat-rs v0.2.4 |
| 696 | 2026-07-04T15:55:24.830Z | Downloaded humantime v2.3.0 |
| 697 | 2026-07-04T15:55:24.830Z | Downloaded http-body-util v0.1.3 |
| 698 | 2026-07-04T15:55:24.833Z | Downloaded glob v0.3.3 |
| 699 | 2026-07-04T15:55:24.833Z | Downloaded darling_core v0.23.0 |
| 700 | 2026-07-04T15:55:24.836Z | Downloaded arc-swap v1.8.2 |
| 701 | 2026-07-04T15:55:24.839Z | Downloaded drift v0.2.0 |
| 702 | 2026-07-04T15:55:24.843Z | Downloaded lru v0.12.5 |
| 703 | 2026-07-04T15:55:24.846Z | Downloaded lru-cache v0.1.2 |
| 704 | 2026-07-04T15:55:24.846Z | Downloaded hyper-staticfile v0.10.1 |
| 705 | 2026-07-04T15:55:24.849Z | Downloaded managed v0.8.0 |
| 706 | 2026-07-04T15:55:24.849Z | Downloaded lru-slab v0.1.2 |
| 707 | 2026-07-04T15:55:24.849Z | Downloaded byte-wrapper v0.1.0 |
| 708 | 2026-07-04T15:55:24.852Z | Downloaded fatfs v0.3.6 |
| 709 | 2026-07-04T15:55:24.855Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 710 | 2026-07-04T15:55:24.855Z | Downloaded half v1.8.3 |
| 711 | 2026-07-04T15:55:24.858Z | Downloaded crypto-bigint v0.5.5 |
| 712 | 2026-07-04T15:55:24.860Z | Downloaded md5 v0.8.0 |
| 713 | 2026-07-04T15:55:24.863Z | Downloaded maplit v1.0.2 |
| 714 | 2026-07-04T15:55:24.863Z | Downloaded maybe-uninit v2.0.0 |
| 715 | 2026-07-04T15:55:24.863Z | Downloaded lzss v0.8.2 |
| 716 | 2026-07-04T15:55:24.866Z | Downloaded md-5 v0.10.6 |
| 717 | 2026-07-04T15:55:24.866Z | Downloaded mime v0.3.17 |
| 718 | 2026-07-04T15:55:24.867Z | Downloaded memoffset v0.9.1 |
| 719 | 2026-07-04T15:55:24.870Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 720 | 2026-07-04T15:55:24.870Z | Downloaded multimap v0.10.1 |
| 721 | 2026-07-04T15:55:24.870Z | Downloaded base64 v0.22.1 |
| 722 | 2026-07-04T15:55:24.873Z | Downloaded indoc v2.0.7 |
| 723 | 2026-07-04T15:55:24.875Z | Downloaded hmac v0.13.0 |
| 724 | 2026-07-04T15:55:24.876Z | Downloaded compression-codecs v0.4.37 |
| 725 | 2026-07-04T15:55:24.879Z | Downloaded cipher v0.4.4 |
| 726 | 2026-07-04T15:55:24.883Z | Downloaded ingot-types v0.1.2 |
| 727 | 2026-07-04T15:55:24.883Z | Downloaded ingot v0.1.1 |
| 728 | 2026-07-04T15:55:24.883Z | Downloaded newline-converter v0.3.0 |
| 729 | 2026-07-04T15:55:24.883Z | Downloaded ipnet v2.11.0 |
| 730 | 2026-07-04T15:55:24.886Z | Downloaded keccak v0.2.0 |
| 731 | 2026-07-04T15:55:24.886Z | Downloaded new_debug_unreachable v1.0.6 |
| 732 | 2026-07-04T15:55:24.890Z | Downloaded nibble_vec v0.1.0 |
| 733 | 2026-07-04T15:55:24.890Z | Downloaded newtype_derive v0.1.6 |
| 734 | 2026-07-04T15:55:24.890Z | Downloaded newtype-uuid-macros v0.1.0 |
| 735 | 2026-07-04T15:55:24.893Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-07-04T15:55:24.893Z | Downloaded generic-array v1.4.3 |
| 737 | 2026-07-04T15:55:24.893Z | Downloaded futures v0.3.32 |
| 738 | 2026-07-04T15:55:24.895Z | Downloaded httparse v1.10.1 |
| 739 | 2026-07-04T15:55:24.898Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-07-04T15:55:24.898Z | Downloaded const_format v0.2.35 |
| 741 | 2026-07-04T15:55:24.901Z | Downloaded normalize-line-endings v0.3.0 |
| 742 | 2026-07-04T15:55:24.901Z | Downloaded num v0.4.3 |
| 743 | 2026-07-04T15:55:24.904Z | Downloaded libefi-sys v0.1.0 |
| 744 | 2026-07-04T15:55:24.904Z | Downloaded nonempty v0.12.0 |
| 745 | 2026-07-04T15:55:24.907Z | Downloaded iana-time-zone v0.1.65 |
| 746 | 2026-07-04T15:55:24.907Z | Downloaded hyper-rustls v0.27.7 |
| 747 | 2026-07-04T15:55:24.909Z | Downloaded darling_core v0.20.11 |
| 748 | 2026-07-04T15:55:24.912Z | Downloaded bumpalo v3.20.2 |
| 749 | 2026-07-04T15:55:24.915Z | Downloaded linear-map v1.2.0 |
| 750 | 2026-07-04T15:55:24.915Z | Downloaded opaque-debug v0.3.1 |
| 751 | 2026-07-04T15:55:24.915Z | Downloaded olpc-cjson v0.1.4 |
| 752 | 2026-07-04T15:55:24.915Z | Downloaded libsw-core v0.3.2 |
| 753 | 2026-07-04T15:55:24.918Z | Downloaded num-conv v0.2.0 |
| 754 | 2026-07-04T15:55:24.918Z | Downloaded libsw v3.5.0 |
| 755 | 2026-07-04T15:55:24.921Z | Downloaded libloading v0.8.9 |
| 756 | 2026-07-04T15:55:24.921Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-07-04T15:55:24.924Z | Downloaded base64 v0.21.7 |
| 758 | 2026-07-04T15:55:24.926Z | Downloaded kem v0.3.0 |
| 759 | 2026-07-04T15:55:24.926Z | Downloaded crossbeam-channel v0.5.15 |
| 760 | 2026-07-04T15:55:24.929Z | Downloaded hybrid-array v0.4.13 |
| 761 | 2026-07-04T15:55:24.932Z | Downloaded multer v3.1.0 |
| 762 | 2026-07-04T15:55:24.932Z | Downloaded mime_guess v2.0.5 |
| 763 | 2026-07-04T15:55:24.935Z | Downloaded openssl-probe v0.2.1 |
| 764 | 2026-07-04T15:55:24.935Z | Downloaded openssl-macros v0.1.1 |
| 765 | 2026-07-04T15:55:24.935Z | Downloaded match_cfg v0.1.0 |
| 766 | 2026-07-04T15:55:24.938Z | Downloaded num-derive v0.3.3 |
| 767 | 2026-07-04T15:55:24.938Z | Downloaded num_threads v0.1.7 |
| 768 | 2026-07-04T15:55:24.938Z | Downloaded half v2.7.1 |
| 769 | 2026-07-04T15:55:24.942Z | Downloaded num-iter v0.1.45 |
| 770 | 2026-07-04T15:55:24.942Z | Downloaded num-derive v0.4.2 |
| 771 | 2026-07-04T15:55:24.945Z | Downloaded module-lattice v0.2.3 |
| 772 | 2026-07-04T15:55:24.945Z | Downloaded const-oid v0.10.2 |
| 773 | 2026-07-04T15:55:24.949Z | Downloaded newtype-uuid v1.3.2 |
| 774 | 2026-07-04T15:55:24.949Z | Downloaded aes-gcm v0.11.0 |
| 775 | 2026-07-04T15:55:24.953Z | Downloaded compact_str v0.8.1 |
| 776 | 2026-07-04T15:55:24.953Z | Downloaded chacha20poly1305 v0.10.1 |
| 777 | 2026-07-04T15:55:24.956Z | Downloaded ingot-macros v0.1.1 |
| 778 | 2026-07-04T15:55:24.956Z | Downloaded native-tls v0.2.18 |
| 779 | 2026-07-04T15:55:24.956Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-07-04T15:55:24.969Z | Downloaded packed_struct_codegen v0.10.1 |
| 781 | 2026-07-04T15:55:24.972Z | Downloaded oso-derive v0.27.3 |
| 782 | 2026-07-04T15:55:24.972Z | Downloaded cc v1.2.56 |
| 783 | 2026-07-04T15:55:24.976Z | Downloaded nanorand v0.7.0 |
| 784 | 2026-07-04T15:55:24.976Z | Downloaded crc32fast v1.5.0 |
| 785 | 2026-07-04T15:55:24.979Z | Downloaded jobserver v0.1.34 |
| 786 | 2026-07-04T15:55:24.979Z | Downloaded nu-ansi-term v0.50.3 |
| 787 | 2026-07-04T15:55:24.979Z | Downloaded litemap v0.8.1 |
| 788 | 2026-07-04T15:55:24.982Z | Downloaded bytes v1.11.1 |
| 789 | 2026-07-04T15:55:24.985Z | Downloaded async-compression v0.4.41 |
| 790 | 2026-07-04T15:55:24.988Z | Downloaded password-hash v0.6.1 |
| 791 | 2026-07-04T15:55:24.990Z | Downloaded parse-size v1.1.0 |
| 792 | 2026-07-04T15:55:24.990Z | Downloaded litrs v1.0.0 |
| 793 | 2026-07-04T15:55:24.993Z | Downloaded ipnetwork v0.21.1 |
| 794 | 2026-07-04T15:55:24.993Z | Downloaded percent-encoding v2.3.2 |
| 795 | 2026-07-04T15:55:24.994Z | Downloaded icu_properties v2.1.2 |
| 796 | 2026-07-04T15:55:24.996Z | Downloaded path-slash v0.1.5 |
| 797 | 2026-07-04T15:55:24.996Z | Downloaded num-integer v0.1.46 |
| 798 | 2026-07-04T15:55:24.999Z | Downloaded derive_more v2.1.1 |
| 799 | 2026-07-04T15:55:25.006Z | Downloaded num_enum_derive v0.7.6 |
| 800 | 2026-07-04T15:55:25.009Z | Downloaded num_enum_derive v0.5.11 |
| 801 | 2026-07-04T15:55:25.009Z | Downloaded memmap2 v0.9.10 |
| 802 | 2026-07-04T15:55:25.009Z | Downloaded phf_shared v0.13.1 |
| 803 | 2026-07-04T15:55:25.009Z | Downloaded phf_shared v0.12.1 |
| 804 | 2026-07-04T15:55:25.012Z | Downloaded phf_shared v0.11.3 |
| 805 | 2026-07-04T15:55:25.012Z | Downloaded peg-runtime v0.8.5 |
| 806 | 2026-07-04T15:55:25.012Z | Downloaded num_enum v0.7.6 |
| 807 | 2026-07-04T15:55:25.015Z | Downloaded num_enum v0.5.11 |
| 808 | 2026-07-04T15:55:25.017Z | Downloaded heapless v0.7.17 |
| 809 | 2026-07-04T15:55:25.020Z | Downloaded flate2 v1.1.9 |
| 810 | 2026-07-04T15:55:25.023Z | Downloaded hmac v0.12.1 |
| 811 | 2026-07-04T15:55:25.027Z | Downloaded heapless v0.8.0 |
| 812 | 2026-07-04T15:55:25.027Z | Downloaded headers v0.4.1 |
| 813 | 2026-07-04T15:55:25.030Z | Downloaded flume v0.11.1 |
| 814 | 2026-07-04T15:55:25.033Z | Downloaded oxnet v0.1.6 |
| 815 | 2026-07-04T15:55:25.037Z | Downloaded owo-colors v4.3.0 |
| 816 | 2026-07-04T15:55:25.037Z | Downloaded packed_struct v0.10.1 |
| 817 | 2026-07-04T15:55:25.040Z | Downloaded num-rational v0.4.2 |
| 818 | 2026-07-04T15:55:25.040Z | Downloaded predicates-tree v1.0.13 |
| 819 | 2026-07-04T15:55:25.040Z | Downloaded potential_utf v0.1.4 |
| 820 | 2026-07-04T15:55:25.040Z | Downloaded predicates-core v1.0.10 |
| 821 | 2026-07-04T15:55:25.043Z | Downloaded precomputed-hash v0.1.1 |
| 822 | 2026-07-04T15:55:25.043Z | Downloaded powerfmt v0.2.0 |
| 823 | 2026-07-04T15:55:25.043Z | Downloaded der v0.7.10 |
| 824 | 2026-07-04T15:55:25.045Z | Downloaded indexmap v1.9.3 |
| 825 | 2026-07-04T15:55:25.048Z | Downloaded num-complex v0.4.6 |
| 826 | 2026-07-04T15:55:25.051Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-07-04T15:55:25.051Z | Downloaded libbz2-rs-sys v0.2.2 |
| 828 | 2026-07-04T15:55:25.054Z | Downloaded ignore v0.4.25 |
| 829 | 2026-07-04T15:55:25.054Z | Downloaded proc-macro-crate v3.4.0 |
| 830 | 2026-07-04T15:55:25.056Z | Downloaded proc-macro-crate v1.3.1 |
| 831 | 2026-07-04T15:55:25.056Z | Downloaded paste v1.0.15 |
| 832 | 2026-07-04T15:55:25.059Z | Downloaded password-hash v0.5.0 |
| 833 | 2026-07-04T15:55:25.059Z | Downloaded parking_lot_core v0.8.6 |
| 834 | 2026-07-04T15:55:25.062Z | Downloaded pbkdf2 v0.13.0 |
| 835 | 2026-07-04T15:55:25.062Z | Downloaded parse-display-derive v0.10.0 |
| 836 | 2026-07-04T15:55:25.062Z | Downloaded diesel_derives v2.3.7 |
| 837 | 2026-07-04T15:55:25.066Z | Downloaded psl-types v2.0.11 |
| 838 | 2026-07-04T15:55:25.069Z | Downloaded icu_locale_core v2.1.1 |
| 839 | 2026-07-04T15:55:25.072Z | Downloaded expectorate v1.2.0 |
| 840 | 2026-07-04T15:55:25.072Z | Downloaded peg v0.8.5 |
| 841 | 2026-07-04T15:55:25.075Z | Downloaded pem-rfc7468 v1.0.0 |
| 842 | 2026-07-04T15:55:25.078Z | Downloaded pem-rfc7468 v0.7.0 |
| 843 | 2026-07-04T15:55:25.078Z | Downloaded progenitor-macro v0.14.0 |
| 844 | 2026-07-04T15:55:25.081Z | Downloaded phc v0.6.1 |
| 845 | 2026-07-04T15:55:25.081Z | Downloaded pin-project-lite v0.2.17 |
| 846 | 2026-07-04T15:55:25.084Z | Downloaded phf v0.12.1 |
| 847 | 2026-07-04T15:55:25.087Z | Downloaded hickory-resolver v0.25.2 |
| 848 | 2026-07-04T15:55:25.089Z | Downloaded pin-project-internal v1.1.11 |
| 849 | 2026-07-04T15:55:25.090Z | Downloaded crossterm v0.28.1 |
| 850 | 2026-07-04T15:55:25.092Z | Downloaded phf v0.13.1 |
| 851 | 2026-07-04T15:55:25.095Z | Downloaded pem v3.0.6 |
| 852 | 2026-07-04T15:55:25.095Z | Downloaded hickory-resolver v0.24.4 |
| 853 | 2026-07-04T15:55:25.098Z | Downloaded progenitor-macro v0.13.0 |
| 854 | 2026-07-04T15:55:25.098Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-07-04T15:55:25.101Z | Downloaded ml-kem v0.3.2 |
| 856 | 2026-07-04T15:55:25.101Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-07-04T15:55:25.104Z | Downloaded ed25519-dalek v2.2.0 |
| 858 | 2026-07-04T15:55:25.106Z | Downloaded oxide-tokio-rt v0.1.4 |
| 859 | 2026-07-04T15:55:25.107Z | Downloaded polyval v0.7.1 |
| 860 | 2026-07-04T15:55:25.111Z | Downloaded poly1305 v0.8.0 |
| 861 | 2026-07-04T15:55:25.111Z | Downloaded postgres-protocol v0.6.10 |
| 862 | 2026-07-04T15:55:25.111Z | Downloaded pkg-config v0.3.32 |
| 863 | 2026-07-04T15:55:25.114Z | Downloaded radium v0.7.0 |
| 864 | 2026-07-04T15:55:25.114Z | Downloaded aes v0.9.1 |
| 865 | 2026-07-04T15:55:25.117Z | Downloaded rand_xorshift v0.4.0 |
| 866 | 2026-07-04T15:55:25.117Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2026-07-04T15:55:25.117Z | Downloaded progenitor-client v0.14.0 |
| 868 | 2026-07-04T15:55:25.117Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 869 | 2026-07-04T15:55:25.120Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 870 | 2026-07-04T15:55:25.120Z | Downloaded parse-display v0.10.0 |
| 871 | 2026-07-04T15:55:25.120Z | Downloaded icu_normalizer v2.1.1 |
| 872 | 2026-07-04T15:55:25.123Z | Downloaded ppv-lite86 v0.2.21 |
| 873 | 2026-07-04T15:55:25.123Z | Downloaded parking_lot v0.11.2 |
| 874 | 2026-07-04T15:55:25.126Z | Downloaded primeorder v0.13.6 |
| 875 | 2026-07-04T15:55:25.126Z | Downloaded progenitor-client v0.13.0 |
| 876 | 2026-07-04T15:55:25.129Z | Downloaded progenitor v0.14.0 |
| 877 | 2026-07-04T15:55:25.129Z | Downloaded proc-macro-error2 v2.0.1 |
| 878 | 2026-07-04T15:55:25.132Z | Downloaded recursive v0.1.1 |
| 879 | 2026-07-04T15:55:25.132Z | Downloaded primefield v0.14.0 |
| 880 | 2026-07-04T15:55:25.132Z | Downloaded der v0.8.0 |
| 881 | 2026-07-04T15:55:25.136Z | Downloaded parking_lot_core v0.9.12 |
| 882 | 2026-07-04T15:55:25.139Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 883 | 2026-07-04T15:55:25.142Z | Downloaded icu_normalizer_data v2.1.1 |
| 884 | 2026-07-04T15:55:25.142Z | Downloaded derive_more-impl v2.1.1 |
| 885 | 2026-07-04T15:55:25.145Z | Downloaded num-traits v0.2.19 |
| 886 | 2026-07-04T15:55:25.193Z | Downloaded omicron-zone-package v0.12.3 |
| 887 | 2026-07-04T15:55:25.193Z | Downloaded poly1305 v0.9.0 |
| 888 | 2026-07-04T15:55:25.193Z | Downloaded ref-cast-impl v1.0.25 |
| 889 | 2026-07-04T15:55:25.193Z | Downloaded ref-cast v1.0.25 |
| 890 | 2026-07-04T15:55:25.193Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 891 | 2026-07-04T15:55:25.193Z | Downloaded rtoolbox v0.0.3 |
| 892 | 2026-07-04T15:55:25.193Z | Downloaded pkcs8 v0.11.0 |
| 893 | 2026-07-04T15:55:25.193Z | Downloaded indicatif v0.18.4 |
| 894 | 2026-07-04T15:55:25.193Z | Downloaded rustc_version v0.4.1 |
| 895 | 2026-07-04T15:55:25.193Z | Downloaded rustc_version v0.1.7 |
| 896 | 2026-07-04T15:55:25.193Z | Downloaded pkcs8 v0.10.2 |
| 897 | 2026-07-04T15:55:25.193Z | Downloaded miniz_oxide v0.8.9 |
| 898 | 2026-07-04T15:55:25.193Z | Downloaded psm v0.1.30 |
| 899 | 2026-07-04T15:55:25.193Z | Downloaded rfc6979 v0.4.0 |
| 900 | 2026-07-04T15:55:25.193Z | Downloaded icu_provider v2.1.1 |
| 901 | 2026-07-04T15:55:25.193Z | Downloaded oso v0.27.3 |
| 902 | 2026-07-04T15:55:25.193Z | Downloaded rand_seeder v0.4.0 |
| 903 | 2026-07-04T15:55:25.193Z | Downloaded pkcs1 v0.7.5 |
| 904 | 2026-07-04T15:55:25.193Z | Downloaded rfc6979 v0.5.0 |
| 905 | 2026-07-04T15:55:25.193Z | Downloaded rustc-hash v2.1.1 |
| 906 | 2026-07-04T15:55:25.194Z | Downloaded russh-util v0.52.0 |
| 907 | 2026-07-04T15:55:25.194Z | Downloaded russh-cryptovec v0.61.0 |
| 908 | 2026-07-04T15:55:25.194Z | Downloaded r2d2 v0.8.10 |
| 909 | 2026-07-04T15:55:25.197Z | Downloaded predicates v3.1.4 |
| 910 | 2026-07-04T15:55:25.197Z | Downloaded rand_core v0.10.0 |
| 911 | 2026-07-04T15:55:25.197Z | Downloaded rand_core v0.9.5 |
| 912 | 2026-07-04T15:55:25.197Z | Downloaded jiff-static v0.2.21 |
| 913 | 2026-07-04T15:55:25.201Z | Downloaded rand_core v0.6.4 |
| 914 | 2026-07-04T15:55:25.201Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-07-04T15:55:25.201Z | Downloaded primeorder v0.14.0-rc.10 |
| 916 | 2026-07-04T15:55:25.204Z | Downloaded parking_lot v0.12.5 |
| 917 | 2026-07-04T15:55:25.204Z | Downloaded scopeguard v1.2.0 |
| 918 | 2026-07-04T15:55:25.204Z | Downloaded rand_chacha v0.9.0 |
| 919 | 2026-07-04T15:55:25.207Z | Downloaded papergrid v0.17.0 |
| 920 | 2026-07-04T15:55:25.210Z | Downloaded sapling-renderdag v0.1.0 |
| 921 | 2026-07-04T15:55:25.210Z | Downloaded icu_collections v2.1.1 |
| 922 | 2026-07-04T15:55:25.213Z | Downloaded progenitor-extras v0.2.0 |
| 923 | 2026-07-04T15:55:25.216Z | Downloaded secrecy v0.8.0 |
| 924 | 2026-07-04T15:55:25.219Z | Downloaded seq-macro v0.3.6 |
| 925 | 2026-07-04T15:55:25.219Z | Downloaded semver v0.1.20 |
| 926 | 2026-07-04T15:55:25.221Z | Downloaded scroll_derive v0.13.1 |
| 927 | 2026-07-04T15:55:25.221Z | Downloaded hickory-server v0.25.2 |
| 928 | 2026-07-04T15:55:25.224Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2026-07-04T15:55:25.227Z | Downloaded same-file v1.0.6 |
| 930 | 2026-07-04T15:55:25.227Z | Downloaded pin-project v1.1.11 |
| 931 | 2026-07-04T15:55:25.233Z | Downloaded secrecy v0.10.3 |
| 932 | 2026-07-04T15:55:25.235Z | Downloaded resolv-conf v0.7.6 |
| 933 | 2026-07-04T15:55:25.235Z | Downloaded serde_repr v0.1.20 |
| 934 | 2026-07-04T15:55:25.238Z | Downloaded serde_spanned v1.1.1 |
| 935 | 2026-07-04T15:55:25.238Z | Downloaded serde_plain v1.0.2 |
| 936 | 2026-07-04T15:55:25.241Z | Downloaded serde_bytes v0.11.19 |
| 937 | 2026-07-04T15:55:25.241Z | Downloaded serde-big-array v0.5.1 |
| 938 | 2026-07-04T15:55:25.244Z | Downloaded hashbrown v0.12.3 |
| 939 | 2026-07-04T15:55:25.246Z | Downloaded quinn-udp v0.5.14 |
| 940 | 2026-07-04T15:55:25.246Z | Downloaded openssl-sys v0.9.115 |
| 941 | 2026-07-04T15:55:25.249Z | Downloaded p384 v0.14.0-rc.10 |
| 942 | 2026-07-04T15:55:25.251Z | Downloaded serde_urlencoded v0.7.1 |
| 943 | 2026-07-04T15:55:25.255Z | Downloaded rusty-fork v0.3.1 |
| 944 | 2026-07-04T15:55:25.255Z | Downloaded rustversion v1.0.22 |
| 945 | 2026-07-04T15:55:25.258Z | Downloaded rustls-native-certs v0.8.3 |
| 946 | 2026-07-04T15:55:25.258Z | Downloaded postcard v1.1.3 |
| 947 | 2026-07-04T15:55:25.261Z | Downloaded rustls-pemfile v2.2.0 |
| 948 | 2026-07-04T15:55:25.261Z | Downloaded p256 v0.14.0-rc.10 |
| 949 | 2026-07-04T15:55:25.264Z | Downloaded sha1 v0.10.6 |
| 950 | 2026-07-04T15:55:25.264Z | Downloaded http v1.4.2 |
| 951 | 2026-07-04T15:55:25.267Z | Downloaded shell-words v1.1.1 |
| 952 | 2026-07-04T15:55:25.267Z | Downloaded pkcs5 v0.8.1 |
| 953 | 2026-07-04T15:55:25.273Z | Downloaded sha1 v0.11.0 |
| 954 | 2026-07-04T15:55:25.278Z | Downloaded signal-hook-mio v0.2.5 |
| 955 | 2026-07-04T15:55:25.281Z | Downloaded signal-hook-tokio v0.3.1 |
| 956 | 2026-07-04T15:55:25.281Z | Downloaded dropshot-api-manager v0.7.2 |
| 957 | 2026-07-04T15:55:25.284Z | Downloaded schemars_derive v0.8.22 |
| 958 | 2026-07-04T15:55:25.290Z | Downloaded scrypt v0.12.0 |
| 959 | 2026-07-04T15:55:25.292Z | Downloaded scroll v0.13.0 |
| 960 | 2026-07-04T15:55:25.295Z | Downloaded sigpipe v0.1.3 |
| 961 | 2026-07-04T15:55:25.295Z | Downloaded signature v2.2.0 |
| 962 | 2026-07-04T15:55:25.295Z | Downloaded sec1 v0.7.3 |
| 963 | 2026-07-04T15:55:25.297Z | Downloaded signature v3.0.0 |
| 964 | 2026-07-04T15:55:25.297Z | Downloaded progenitor-impl v0.14.0 |
| 965 | 2026-07-04T15:55:25.301Z | Downloaded postgres-types v0.2.12 |
| 966 | 2026-07-04T15:55:25.305Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 967 | 2026-07-04T15:55:25.308Z | Downloaded siphasher v1.0.2 |
| 968 | 2026-07-04T15:55:25.311Z | Downloaded serde-hex v0.1.0 |
| 969 | 2026-07-04T15:55:25.311Z | Downloaded sec1 v0.8.1 |
| 970 | 2026-07-04T15:55:25.314Z | Downloaded serde_path_to_error v0.1.20 |
| 971 | 2026-07-04T15:55:25.314Z | Downloaded minimal-lexical v0.2.1 |
| 972 | 2026-07-04T15:55:25.317Z | Downloaded slog-bunyan v2.5.0 |
| 973 | 2026-07-04T15:55:25.320Z | Downloaded serde_with_macros v1.5.2 |
| 974 | 2026-07-04T15:55:25.326Z | Downloaded itertools v0.10.5 |
| 975 | 2026-07-04T15:55:25.329Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-07-04T15:55:25.335Z | Downloaded hashbrown v0.13.2 |
| 977 | 2026-07-04T15:55:25.337Z | Downloaded rustls-pki-types v1.14.0 |
| 978 | 2026-07-04T15:55:25.340Z | Downloaded serdect v0.4.3 |
| 979 | 2026-07-04T15:55:25.343Z | Downloaded stable_deref_trait v1.2.1 |
| 980 | 2026-07-04T15:55:25.346Z | Downloaded hyper-util v0.1.20 |
| 981 | 2026-07-04T15:55:25.349Z | Downloaded shlex v1.3.0 |
| 982 | 2026-07-04T15:55:25.351Z | Downloaded pretty_assertions v1.4.1 |
| 983 | 2026-07-04T15:55:25.354Z | Downloaded rcgen v0.12.1 |
| 984 | 2026-07-04T15:55:25.357Z | Downloaded strip-ansi-escapes v0.2.1 |
| 985 | 2026-07-04T15:55:25.360Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-07-04T15:55:25.363Z | Downloaded crypto-bigint v0.7.5 |
| 987 | 2026-07-04T15:55:25.372Z | Downloaded structmeta v0.3.0 |
| 988 | 2026-07-04T15:55:25.375Z | Downloaded structmeta-derive v0.3.0 |
| 989 | 2026-07-04T15:55:25.376Z | Downloaded strsim v0.10.0 |
| 990 | 2026-07-04T15:55:25.376Z | Downloaded signal-hook-registry v1.4.8 |
| 991 | 2026-07-04T15:55:25.378Z | Downloaded progenitor-impl v0.13.0 |
| 992 | 2026-07-04T15:55:25.380Z | Downloaded sync_wrapper v1.0.2 |
| 993 | 2026-07-04T15:55:25.380Z | Downloaded sync-ptr v0.1.4 |
| 994 | 2026-07-04T15:55:25.381Z | Downloaded simd-adler32 v0.3.8 |
| 995 | 2026-07-04T15:55:25.385Z | Downloaded crossterm v0.29.0 |
| 996 | 2026-07-04T15:55:25.389Z | Downloaded serde_derive_internals v0.29.1 |
| 997 | 2026-07-04T15:55:25.394Z | Downloaded smallvec v0.6.14 |
| 998 | 2026-07-04T15:55:25.395Z | Downloaded slog-term v2.9.2 |
| 999 | 2026-07-04T15:55:25.399Z | Downloaded slog-stdlog v4.1.1 |
| 1000 | 2026-07-04T15:55:25.399Z | Downloaded tap v1.0.1 |
| 1001 | 2026-07-04T15:55:25.399Z | Downloaded slog-json v2.6.1 |
| 1002 | 2026-07-04T15:55:25.402Z | Downloaded strum v0.26.3 |
| 1003 | 2026-07-04T15:55:25.402Z | Downloaded slog-envlogger v2.2.0 |
| 1004 | 2026-07-04T15:55:25.402Z | Downloaded slog-dtrace v0.3.0 |
| 1005 | 2026-07-04T15:55:25.402Z | Downloaded strum v0.27.2 |
| 1006 | 2026-07-04T15:55:25.402Z | Downloaded subtle v2.6.1 |
| 1007 | 2026-07-04T15:55:25.405Z | Downloaded supports-color v3.0.2 |
| 1008 | 2026-07-04T15:55:25.405Z | Downloaded hashbrown v0.15.5 |
| 1009 | 2026-07-04T15:55:25.407Z | Downloaded hashbrown v0.16.1 |
| 1010 | 2026-07-04T15:55:25.412Z | Downloaded slog-scope v4.4.1 |
| 1011 | 2026-07-04T15:55:25.414Z | Downloaded mio v1.2.0 |
| 1012 | 2026-07-04T15:55:25.417Z | Downloaded ryu v1.0.23 |
| 1013 | 2026-07-04T15:55:25.419Z | Downloaded serde_with_macros v3.17.0 |
| 1014 | 2026-07-04T15:55:25.419Z | Downloaded sqlformat v0.3.5 |
| 1015 | 2026-07-04T15:55:25.422Z | Downloaded termtree v0.5.1 |
| 1016 | 2026-07-04T15:55:25.422Z | Downloaded spki v0.8.0 |
| 1017 | 2026-07-04T15:55:25.422Z | Downloaded ron v0.8.1 |
| 1018 | 2026-07-04T15:55:25.426Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-07-04T15:55:25.429Z | Downloaded sha2 v0.11.0 |
| 1020 | 2026-07-04T15:55:25.432Z | Downloaded testing_table v0.3.0 |
| 1021 | 2026-07-04T15:55:25.432Z | Downloaded tabled_derive v0.11.0 |
| 1022 | 2026-07-04T15:55:25.432Z | Downloaded snafu-derive v0.8.9 |
| 1023 | 2026-07-04T15:55:25.435Z | Downloaded time-core v0.1.8 |
| 1024 | 2026-07-04T15:55:25.435Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1025 | 2026-07-04T15:55:25.435Z | Downloaded salsa20 v0.11.0 |
| 1026 | 2026-07-04T15:55:25.438Z | Downloaded nom v7.1.3 |
| 1027 | 2026-07-04T15:55:25.444Z | Downloaded rayon-core v1.13.0 |
| 1028 | 2026-07-04T15:55:25.444Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1029 | 2026-07-04T15:55:25.447Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1030 | 2026-07-04T15:55:25.448Z | Downloaded spki v0.7.3 |
| 1031 | 2026-07-04T15:55:25.448Z | Downloaded prettyplease v0.2.37 |
| 1032 | 2026-07-04T15:55:25.451Z | Downloaded strum_macros v0.24.3 |
| 1033 | 2026-07-04T15:55:25.451Z | Downloaded static_assertions v1.1.0 |
| 1034 | 2026-07-04T15:55:25.451Z | Downloaded tinyvec_macros v0.1.1 |
| 1035 | 2026-07-04T15:55:25.451Z | Downloaded strum_macros v0.27.2 |
| 1036 | 2026-07-04T15:55:25.454Z | Downloaded strum_macros v0.26.4 |
| 1037 | 2026-07-04T15:55:25.454Z | Downloaded idna v1.1.0 |
| 1038 | 2026-07-04T15:55:25.457Z | Downloaded smf v0.2.3 |
| 1039 | 2026-07-04T15:55:25.460Z | Downloaded thread-id v5.1.0 |
| 1040 | 2026-07-04T15:55:25.460Z | Downloaded quinn v0.11.9 |
| 1041 | 2026-07-04T15:55:25.463Z | Downloaded string_cache v0.8.9 |
| 1042 | 2026-07-04T15:55:25.463Z | Downloaded stringprep v0.1.5 |
| 1043 | 2026-07-04T15:55:25.467Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-07-04T15:55:25.468Z | Downloaded synstructure v0.13.2 |
| 1045 | 2026-07-04T15:55:25.468Z | Downloaded itertools v0.13.0 |
| 1046 | 2026-07-04T15:55:25.472Z | Downloaded publicsuffix v2.3.0 |
| 1047 | 2026-07-04T15:55:25.476Z | Downloaded termios v0.3.3 |
| 1048 | 2026-07-04T15:55:25.476Z | Downloaded support-bundle-viewer v0.1.2 |
| 1049 | 2026-07-04T15:55:25.476Z | Downloaded tokio-macros v2.7.0 |
| 1050 | 2026-07-04T15:55:25.478Z | Downloaded iri-string v0.7.10 |
| 1051 | 2026-07-04T15:55:25.481Z | Downloaded rand v0.8.6 |
| 1052 | 2026-07-04T15:55:25.484Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1053 | 2026-07-04T15:55:25.487Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1054 | 2026-07-04T15:55:25.487Z | Downloaded p521 v0.14.0-rc.10 |
| 1055 | 2026-07-04T15:55:25.490Z | Downloaded itertools v0.12.1 |
| 1056 | 2026-07-04T15:55:25.494Z | Downloaded tokio-test v0.4.5 |
| 1057 | 2026-07-04T15:55:25.497Z | Downloaded smallvec v1.15.1 |
| 1058 | 2026-07-04T15:55:25.499Z | Downloaded num-bigint v0.4.6 |
| 1059 | 2026-07-04T15:55:25.500Z | Downloaded aho-corasick v1.1.4 |
| 1060 | 2026-07-04T15:55:25.503Z | Downloaded topological-sort v0.2.2 |
| 1061 | 2026-07-04T15:55:25.506Z | Downloaded time-macros v0.2.27 |
| 1062 | 2026-07-04T15:55:25.506Z | Downloaded schemars v0.9.0 |
| 1063 | 2026-07-04T15:55:25.512Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-07-04T15:55:25.516Z | Downloaded crypto-primes v0.7.2 |
| 1065 | 2026-07-04T15:55:25.518Z | Downloaded thread_local v1.1.9 |
| 1066 | 2026-07-04T15:55:25.518Z | Downloaded signal-hook v0.3.18 |
| 1067 | 2026-07-04T15:55:25.521Z | Downloaded tinystr v0.8.2 |
| 1068 | 2026-07-04T15:55:25.521Z | Downloaded tls_codec v0.4.2 |
| 1069 | 2026-07-04T15:55:25.524Z | Downloaded try-lock v0.2.5 |
| 1070 | 2026-07-04T15:55:25.524Z | Downloaded tower-service v0.3.3 |
| 1071 | 2026-07-04T15:55:25.524Z | Downloaded tiny-keccak v2.0.2 |
| 1072 | 2026-07-04T15:55:25.527Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-07-04T15:55:25.527Z | Downloaded unarray v0.1.4 |
| 1074 | 2026-07-04T15:55:25.530Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-07-04T15:55:25.530Z | Downloaded qorb v0.4.1 |
| 1076 | 2026-07-04T15:55:25.533Z | Downloaded hkdf v0.13.0 |
| 1077 | 2026-07-04T15:55:25.535Z | Downloaded icu_properties_data v2.1.2 |
| 1078 | 2026-07-04T15:55:25.541Z | Downloaded typify-macro v0.6.2 |
| 1079 | 2026-07-04T15:55:25.544Z | Downloaded tokio-dtrace v0.1.1 |
| 1080 | 2026-07-04T15:55:25.544Z | Downloaded socket2 v0.5.10 |
| 1081 | 2026-07-04T15:55:25.544Z | Downloaded universal-hash v0.6.1 |
| 1082 | 2026-07-04T15:55:25.547Z | Downloaded untrusted v0.9.0 |
| 1083 | 2026-07-04T15:55:25.547Z | Downloaded unicode-xid v0.2.6 |
| 1084 | 2026-07-04T15:55:25.547Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-07-04T15:55:25.550Z | Downloaded unicode-truncate v1.1.0 |
| 1086 | 2026-07-04T15:55:25.550Z | Downloaded libxml v0.3.3 |
| 1087 | 2026-07-04T15:55:25.553Z | Downloaded rsa v0.9.10 |
| 1088 | 2026-07-04T15:55:25.556Z | Downloaded rand v0.9.2 |
| 1089 | 2026-07-04T15:55:25.559Z | Downloaded tokio-tungstenite v0.21.0 |
| 1090 | 2026-07-04T15:55:25.559Z | Downloaded hkdf v0.12.4 |
| 1091 | 2026-07-04T15:55:25.562Z | Downloaded schemars v0.8.22 |
| 1092 | 2026-07-04T15:55:25.567Z | Downloaded utf8_iter v1.0.4 |
| 1093 | 2026-07-04T15:55:25.570Z | Downloaded utf-8 v0.7.6 |
| 1094 | 2026-07-04T15:55:25.570Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-07-04T15:55:25.570Z | Downloaded usdt v0.6.0 |
| 1096 | 2026-07-04T15:55:25.573Z | Downloaded futures-util v0.3.32 |
| 1097 | 2026-07-04T15:55:25.577Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1098 | 2026-07-04T15:55:25.580Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1099 | 2026-07-04T15:55:25.580Z | Downloaded waitgroup v0.1.2 |
| 1100 | 2026-07-04T15:55:25.582Z | Downloaded aws-lc-rs v1.16.3 |
| 1101 | 2026-07-04T15:55:25.586Z | Downloaded similar v2.7.0 |
| 1102 | 2026-07-04T15:55:25.589Z | Downloaded tui-tree-widget v0.23.1 |
| 1103 | 2026-07-04T15:55:25.592Z | Downloaded slog v2.8.2 |
| 1104 | 2026-07-04T15:55:25.595Z | Downloaded hyper v1.10.1 |
| 1105 | 2026-07-04T15:55:25.597Z | Downloaded void v1.0.2 |
| 1106 | 2026-07-04T15:55:25.597Z | Downloaded h2 v0.4.15 |
| 1107 | 2026-07-04T15:55:25.601Z | Downloaded xattr v1.6.1 |
| 1108 | 2026-07-04T15:55:25.603Z | Downloaded want v0.3.1 |
| 1109 | 2026-07-04T15:55:25.603Z | Downloaded tls_codec_derive v0.4.2 |
| 1110 | 2026-07-04T15:55:25.606Z | Downloaded bitvec v1.0.1 |
| 1111 | 2026-07-04T15:55:25.613Z | Downloaded unicase v2.9.0 |
| 1112 | 2026-07-04T15:55:25.616Z | Downloaded snafu v0.8.9 |
| 1113 | 2026-07-04T15:55:25.618Z | Downloaded xshell-macros v0.2.7 |
| 1114 | 2026-07-04T15:55:25.618Z | Downloaded zerofrom-derive v0.1.6 |
| 1115 | 2026-07-04T15:55:25.618Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2026-07-04T15:55:25.621Z | Downloaded tokio-stream v0.1.18 |
| 1117 | 2026-07-04T15:55:25.624Z | Downloaded blake3 v1.8.5 |
| 1118 | 2026-07-04T15:55:25.627Z | Downloaded wait-timeout v0.2.1 |
| 1119 | 2026-07-04T15:55:25.631Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-07-04T15:55:25.631Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1121 | 2026-07-04T15:55:25.631Z | Downloaded uzers v0.12.2 |
| 1122 | 2026-07-04T15:55:25.634Z | Downloaded usdt-impl v0.6.0 |
| 1123 | 2026-07-04T15:55:25.634Z | Downloaded tokio-tungstenite v0.23.1 |
| 1124 | 2026-07-04T15:55:25.634Z | Downloaded zerofrom v0.1.6 |
| 1125 | 2026-07-04T15:55:25.637Z | Downloaded yoke-derive v0.8.1 |
| 1126 | 2026-07-04T15:55:25.637Z | Downloaded tokio-rustls v0.26.4 |
| 1127 | 2026-07-04T15:55:25.637Z | Downloaded vergen-gitcl v1.0.8 |
| 1128 | 2026-07-04T15:55:25.640Z | Downloaded nom v8.0.0 |
| 1129 | 2026-07-04T15:55:25.644Z | Downloaded test-strategy v0.4.5 |
| 1130 | 2026-07-04T15:55:25.650Z | Downloaded libm v0.2.16 |
| 1131 | 2026-07-04T15:55:25.653Z | Downloaded zone_cfg_derive v0.3.1 |
| 1132 | 2026-07-04T15:55:25.653Z | Downloaded zone v0.3.1 |
| 1133 | 2026-07-04T15:55:25.654Z | Downloaded zeroize_derive v1.4.3 |
| 1134 | 2026-07-04T15:55:25.654Z | Downloaded vsss-rs v3.3.4 |
| 1135 | 2026-07-04T15:55:25.654Z | Downloaded vergen-git2 v9.1.0 |
| 1136 | 2026-07-04T15:55:25.657Z | Downloaded iddqd v0.4.2 |
| 1137 | 2026-07-04T15:55:25.659Z | Downloaded tinyvec v1.10.0 |
| 1138 | 2026-07-04T15:55:25.662Z | Downloaded socket2 v0.6.3 |
| 1139 | 2026-07-04T15:55:25.662Z | Downloaded twox-hash v2.1.2 |
| 1140 | 2026-07-04T15:55:25.665Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1141 | 2026-07-04T15:55:25.665Z | Downloaded whoami v1.6.1 |
| 1142 | 2026-07-04T15:55:25.668Z | Downloaded whoami v2.1.0 |
| 1143 | 2026-07-04T15:55:25.668Z | Downloaded writeable v0.6.2 |
| 1144 | 2026-07-04T15:55:25.671Z | Downloaded wyz v0.5.1 |
| 1145 | 2026-07-04T15:55:25.671Z | Downloaded walkdir v2.5.0 |
| 1146 | 2026-07-04T15:55:25.671Z | Downloaded vergen-lib v0.1.6 |
| 1147 | 2026-07-04T15:55:25.673Z | Downloaded unicode-properties v0.1.4 |
| 1148 | 2026-07-04T15:55:25.673Z | Downloaded term v1.2.1 |
| 1149 | 2026-07-04T15:55:25.676Z | Downloaded term v0.7.0 |
| 1150 | 2026-07-04T15:55:25.679Z | Downloaded samael v0.0.19 |
| 1151 | 2026-07-04T15:55:25.681Z | Downloaded subprocess v0.2.15 |
| 1152 | 2026-07-04T15:55:25.684Z | Downloaded num-bigint-dig v0.8.6 |
| 1153 | 2026-07-04T15:55:25.687Z | Downloaded itertools v0.14.0 |
| 1154 | 2026-07-04T15:55:25.689Z | Downloaded tar v0.4.45 |
| 1155 | 2026-07-04T15:55:25.692Z | Downloaded rand v0.10.1 |
| 1156 | 2026-07-04T15:55:25.695Z | Downloaded xshell v0.2.7 |
| 1157 | 2026-07-04T15:55:25.698Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1158 | 2026-07-04T15:55:25.698Z | Downloaded rustyline v14.0.0 |
| 1159 | 2026-07-04T15:55:25.701Z | Downloaded vergen v9.1.0 |
| 1160 | 2026-07-04T15:55:25.704Z | Downloaded untrusted v0.7.1 |
| 1161 | 2026-07-04T15:55:25.704Z | Downloaded universal-hash v0.5.1 |
| 1162 | 2026-07-04T15:55:25.704Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-07-04T15:55:25.711Z | Downloaded zerovec-derive v0.11.2 |
| 1164 | 2026-07-04T15:55:25.713Z | Downloaded zeroize v1.8.2 |
| 1165 | 2026-07-04T15:55:25.713Z | Downloaded tracing-attributes v0.1.31 |
| 1166 | 2026-07-04T15:55:25.717Z | Downloaded steno v0.4.1 |
| 1167 | 2026-07-04T15:55:25.720Z | Downloaded vergen-lib v9.1.0 |
| 1168 | 2026-07-04T15:55:25.720Z | Downloaded typify v0.6.2 |
| 1169 | 2026-07-04T15:55:25.722Z | Downloaded tungstenite v0.23.0 |
| 1170 | 2026-07-04T15:55:25.723Z | Downloaded zstd v0.13.3 |
| 1171 | 2026-07-04T15:55:25.726Z | Downloaded tungstenite v0.21.0 |
| 1172 | 2026-07-04T15:55:25.729Z | Downloaded rustls-webpki v0.103.13 |
| 1173 | 2026-07-04T15:55:25.729Z | Downloaded spin v0.9.8 |
| 1174 | 2026-07-04T15:55:25.732Z | Downloaded slog-async v2.8.0 |
| 1175 | 2026-07-04T15:55:25.732Z | Downloaded slab v0.4.12 |
| 1176 | 2026-07-04T15:55:25.735Z | Downloaded take_mut v0.2.2 |
| 1177 | 2026-07-04T15:55:25.735Z | Downloaded tagptr v0.2.0 |
| 1178 | 2026-07-04T15:55:25.735Z | Downloaded serde_cbor v0.11.2 |
| 1179 | 2026-07-04T15:55:25.737Z | Downloaded rsa v0.10.0-rc.18 |
| 1180 | 2026-07-04T15:55:25.740Z | Downloaded unicode-bidi v0.3.18 |
| 1181 | 2026-07-04T15:55:25.740Z | Downloaded chrono v0.4.44 |
| 1182 | 2026-07-04T15:55:25.744Z | Downloaded zerocopy v0.6.6 |
| 1183 | 2026-07-04T15:55:25.748Z | Downloaded toml v0.7.8 |
| 1184 | 2026-07-04T15:55:25.748Z | Downloaded rpassword v7.4.0 |
| 1185 | 2026-07-04T15:55:25.751Z | Downloaded bindgen v0.71.1 |
| 1186 | 2026-07-04T15:55:25.756Z | Downloaded reedline v0.40.0 |
| 1187 | 2026-07-04T15:55:25.761Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-07-04T15:55:25.764Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-07-04T15:55:25.766Z | Downloaded vte v0.14.1 |
| 1190 | 2026-07-04T15:55:25.769Z | Downloaded git2 v0.20.4 |
| 1191 | 2026-07-04T15:55:25.784Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-07-04T15:55:25.787Z | Downloaded tokio-postgres v0.7.16 |
| 1193 | 2026-07-04T15:55:25.789Z | Downloaded serde_with v1.14.0 |
| 1194 | 2026-07-04T15:55:25.792Z | Downloaded unsafe-libyaml v0.2.11 |
| 1195 | 2026-07-04T15:55:25.795Z | Downloaded yoke v0.8.1 |
| 1196 | 2026-07-04T15:55:25.797Z | Downloaded uuid v1.23.4 |
| 1197 | 2026-07-04T15:55:25.809Z | Downloaded toml_edit v0.19.15 |
| 1198 | 2026-07-04T15:55:25.818Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-07-04T15:55:25.821Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-07-04T15:55:25.824Z | Downloaded regex v1.12.3 |
| 1201 | 2026-07-04T15:55:25.826Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-07-04T15:55:25.831Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-07-04T15:55:25.834Z | Downloaded reqwest v0.12.28 |
| 1204 | 2026-07-04T15:55:25.837Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-07-04T15:55:25.841Z | Downloaded lalrpop v0.19.12 |
| 1206 | 2026-07-04T15:55:25.848Z | Downloaded zip v0.6.6 |
| 1207 | 2026-07-04T15:55:25.852Z | Downloaded zerotrie v0.2.3 |
| 1208 | 2026-07-04T15:55:25.855Z | Downloaded p384 v0.13.1 |
| 1209 | 2026-07-04T15:55:25.858Z | Downloaded rayon v1.11.0 |
| 1210 | 2026-07-04T15:55:25.867Z | Downloaded quick-xml v0.37.5 |
| 1211 | 2026-07-04T15:55:25.870Z | Downloaded reqwest v0.13.2 |
| 1212 | 2026-07-04T15:55:25.874Z | Downloaded url v2.5.8 |
| 1213 | 2026-07-04T15:55:25.879Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-07-04T15:55:25.886Z | Downloaded salty v0.3.0 |
| 1215 | 2026-07-04T15:55:25.891Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1216 | 2026-07-04T15:55:25.900Z | Downloaded x509-cert v0.2.5 |
| 1217 | 2026-07-04T15:55:25.909Z | Downloaded unicode-segmentation v1.12.0 |
| 1218 | 2026-07-04T15:55:25.918Z | Downloaded zerocopy-derive v0.8.40 |
| 1219 | 2026-07-04T15:55:25.928Z | Downloaded tower v0.5.3 |
| 1220 | 2026-07-04T15:55:25.933Z | Downloaded typed-path v0.9.3 |
| 1221 | 2026-07-04T15:55:25.939Z | Downloaded unicode-normalization v0.1.25 |
| 1222 | 2026-07-04T15:55:25.941Z | Downloaded petname v2.0.2 |
| 1223 | 2026-07-04T15:55:25.944Z | Downloaded proptest v1.10.0 |
| 1224 | 2026-07-04T15:55:25.949Z | Downloaded curve25519-dalek v4.1.3 |
| 1225 | 2026-07-04T15:55:25.954Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-07-04T15:55:25.959Z | Downloaded tough v0.22.0 |
| 1227 | 2026-07-04T15:55:25.964Z | Downloaded tokio-util v0.7.18 |
| 1228 | 2026-07-04T15:55:25.968Z | Downloaded serde_with v3.17.0 |
| 1229 | 2026-07-04T15:55:25.976Z | Downloaded moka v0.12.13 |
| 1230 | 2026-07-04T15:55:25.980Z | Downloaded zerovec v0.11.5 |
| 1231 | 2026-07-04T15:55:25.984Z | Downloaded zip v4.6.1 |
| 1232 | 2026-07-04T15:55:25.993Z | Downloaded quinn-proto v0.11.13 |
| 1233 | 2026-07-04T15:55:26.002Z | Downloaded bstr v1.12.1 |
| 1234 | 2026-07-04T15:55:26.011Z | Downloaded nix v0.27.1 |
| 1235 | 2026-07-04T15:55:26.018Z | Downloaded object v0.30.4 |
| 1236 | 2026-07-04T15:55:26.024Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-07-04T15:55:26.029Z | Downloaded russh v0.61.2 |
| 1238 | 2026-07-04T15:55:26.034Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1239 | 2026-07-04T15:55:26.039Z | Downloaded radix_trie v0.2.1 |
| 1240 | 2026-07-04T15:55:26.042Z | Downloaded nix v0.28.0 |
| 1241 | 2026-07-04T15:55:26.049Z | Downloaded openssl v0.10.79 |
| 1242 | 2026-07-04T15:55:26.054Z | Downloaded polar-core v0.27.3 |
| 1243 | 2026-07-04T15:55:26.060Z | Downloaded winnow v0.6.26 |
| 1244 | 2026-07-04T15:55:26.065Z | Downloaded winnow v1.0.3 |
| 1245 | 2026-07-04T15:55:26.070Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-07-04T15:55:26.082Z | Downloaded time v0.3.47 |
| 1247 | 2026-07-04T15:55:26.089Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-07-04T15:55:26.097Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-07-04T15:55:26.106Z | Downloaded object v0.37.3 |
| 1250 | 2026-07-04T15:55:26.114Z | Downloaded nix v0.31.2 |
| 1251 | 2026-07-04T15:55:26.122Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-07-04T15:55:26.148Z | Downloaded zlib-rs v0.6.2 |
| 1253 | 2026-07-04T15:55:26.151Z | Downloaded smoltcp v0.11.0 |
| 1254 | 2026-07-04T15:55:26.159Z | Downloaded openapiv3 v2.2.0 |
| 1255 | 2026-07-04T15:55:26.167Z | Downloaded hickory-proto v0.25.2 |
| 1256 | 2026-07-04T15:55:26.178Z | Downloaded regress v0.10.5 |
| 1257 | 2026-07-04T15:55:26.183Z | Downloaded regex-syntax v0.8.10 |
| 1258 | 2026-07-04T15:55:26.188Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-07-04T15:55:26.194Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-07-04T15:55:26.209Z | Downloaded regress v0.11.1 |
| 1261 | 2026-07-04T15:55:26.215Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-07-04T15:55:26.230Z | Downloaded rustls v0.23.41 |
| 1263 | 2026-07-04T15:55:26.236Z | Downloaded regex-syntax v0.6.29 |
| 1264 | 2026-07-04T15:55:26.241Z | Downloaded dropshot v0.17.1 |
| 1265 | 2026-07-04T15:55:26.278Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-07-04T15:55:26.300Z | Downloaded sled v0.34.7 |
| 1267 | 2026-07-04T15:55:26.306Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-07-04T15:55:26.315Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-07-04T15:55:26.328Z | Downloaded sha3 v0.11.0 |
| 1270 | 2026-07-04T15:55:26.331Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-07-04T15:55:26.338Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-07-04T15:55:26.351Z | Downloaded fiat-crypto v0.3.0 |
| 1273 | 2026-07-04T15:55:26.358Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-07-04T15:55:26.364Z | Downloaded regex-automata v0.4.14 |
| 1275 | 2026-07-04T15:55:26.374Z | Downloaded jiff v0.2.21 |
| 1276 | 2026-07-04T15:55:26.404Z | Downloaded csv v1.4.0 |
| 1277 | 2026-07-04T15:55:26.416Z | Downloaded petgraph v0.6.5 |
| 1278 | 2026-07-04T15:55:26.428Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-07-04T15:55:26.439Z | Downloaded libz-sys v1.1.24 |
| 1280 | 2026-07-04T15:55:26.452Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-07-04T15:55:26.466Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1282 | 2026-07-04T15:55:26.478Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-07-04T15:55:26.481Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-07-04T15:55:26.602Z | Downloaded encoding_rs v0.8.35 |
| 1285 | 2026-07-04T15:55:26.647Z | Downloaded ring v0.17.14 |
| 1286 | 2026-07-04T15:55:26.693Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-07-04T15:55:27.220Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-04T15:55:27.513Z | Compiling libc v0.2.185 |
| 1289 | 2026-07-04T15:55:27.513Z | Compiling serde_core v1.0.228 |
| 1290 | 2026-07-04T15:55:27.516Z | Compiling serde v1.0.228 |
| 1291 | 2026-07-04T15:55:27.516Z | Compiling log v0.4.29 |
| 1292 | 2026-07-04T15:55:27.516Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-07-04T15:55:27.516Z | Compiling shlex v1.3.0 |
| 1294 | 2026-07-04T15:55:27.517Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-07-04T15:55:27.517Z | Compiling subtle v2.6.1 |
| 1296 | 2026-07-04T15:55:27.517Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-07-04T15:55:27.677Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-04T15:55:27.679Z | Compiling typenum v1.20.1 |
| 1299 | 2026-07-04T15:55:27.687Z | Compiling serde_json v1.0.150 |
| 1300 | 2026-07-04T15:55:27.718Z | Compiling portable-atomic v1.13.1 |
| 1301 | 2026-07-04T15:55:27.733Z | Compiling syn v2.0.117 |
| 1302 | 2026-07-04T15:55:27.743Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-07-04T15:55:27.747Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-07-04T15:55:27.823Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-04T15:55:27.826Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-07-04T15:55:27.880Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-04T15:55:27.907Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-07-04T15:55:27.928Z | Compiling libm v0.2.16 |
| 1309 | 2026-07-04T15:55:27.942Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-07-04T15:55:27.971Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-07-04T15:55:28.034Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-07-04T15:55:28.037Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-07-04T15:55:28.076Z | Compiling const-oid v0.9.6 |
| 1314 | 2026-07-04T15:55:28.106Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-07-04T15:55:28.122Z | Compiling percent-encoding v2.3.2 |
| 1316 | 2026-07-04T15:55:28.152Z | Compiling litemap v0.8.1 |
| 1317 | 2026-07-04T15:55:28.212Z | Compiling writeable v0.6.2 |
| 1318 | 2026-07-04T15:55:28.323Z | Compiling icu_normalizer_data v2.1.1 |
| 1319 | 2026-07-04T15:55:28.352Z | Compiling icu_properties_data v2.1.2 |
| 1320 | 2026-07-04T15:55:28.356Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-04T15:55:28.396Z | Compiling slab v0.4.12 |
| 1322 | 2026-07-04T15:55:28.399Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-07-04T15:55:28.452Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-07-04T15:55:28.465Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-07-04T15:55:28.465Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-07-04T15:55:28.503Z | Compiling futures-channel v0.3.32 |
| 1327 | 2026-07-04T15:55:28.547Z | Compiling utf8_iter v1.0.4 |
| 1328 | 2026-07-04T15:55:28.640Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-04T15:55:28.640Z | Compiling dunce v1.0.5 |
| 1330 | 2026-07-04T15:55:28.668Z | Compiling fs_extra v1.3.0 |
| 1331 | 2026-07-04T15:55:28.708Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-07-04T15:55:28.724Z | Compiling errno v0.3.14 |
| 1333 | 2026-07-04T15:55:28.749Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-07-04T15:55:28.765Z | Compiling mio v1.2.0 |
| 1335 | 2026-07-04T15:55:28.830Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-07-04T15:55:28.853Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-07-04T15:55:28.906Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-04T15:55:28.972Z | Compiling cc v1.2.56 |
| 1339 | 2026-07-04T15:55:29.038Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-07-04T15:55:29.042Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-07-04T15:55:29.072Z | Compiling rustix v1.1.3 |
| 1342 | 2026-07-04T15:55:29.089Z | Compiling ident_case v1.0.1 |
| 1343 | 2026-07-04T15:55:29.126Z | Compiling iana-time-zone v0.1.65 |
| 1344 | 2026-07-04T15:55:29.159Z | Compiling regex-syntax v0.8.10 |
| 1345 | 2026-07-04T15:55:29.204Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-07-04T15:55:29.266Z | Compiling base64ct v1.8.3 |
| 1347 | 2026-07-04T15:55:29.304Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-07-04T15:55:29.394Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-04T15:55:29.394Z | Compiling flagset v0.4.7 |
| 1350 | 2026-07-04T15:55:29.459Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-04T15:55:29.507Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-07-04T15:55:29.508Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-07-04T15:55:29.628Z | Compiling pem-rfc7468 v0.7.0 |
| 1354 | 2026-07-04T15:55:29.682Z | Compiling cmov v0.5.4 |
| 1355 | 2026-07-04T15:55:29.682Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-07-04T15:55:29.735Z | Compiling httparse v1.10.1 |
| 1357 | 2026-07-04T15:55:29.735Z | Compiling aho-corasick v1.1.4 |
| 1358 | 2026-07-04T15:55:29.811Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-07-04T15:55:29.811Z | Compiling tower-layer v0.3.3 |
| 1360 | 2026-07-04T15:55:29.811Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-07-04T15:55:29.811Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-07-04T15:55:29.872Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-07-04T15:55:29.934Z | Compiling cmake v0.1.57 |
| 1364 | 2026-07-04T15:55:29.934Z | Compiling ctutils v0.4.2 |
| 1365 | 2026-07-04T15:55:30.002Z | Compiling tower-service v0.3.3 |
| 1366 | 2026-07-04T15:55:30.002Z | Compiling schemars v0.8.22 |
| 1367 | 2026-07-04T15:55:30.002Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-07-04T15:55:30.002Z | Compiling want v0.3.1 |
| 1369 | 2026-07-04T15:55:30.002Z | Compiling cpufeatures v0.2.17 |
| 1370 | 2026-07-04T15:55:30.002Z | Compiling openssl v0.10.79 |
| 1371 | 2026-07-04T15:55:30.096Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-07-04T15:55:30.096Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2026-07-04T15:55:30.262Z | Compiling untrusted v0.9.0 |
| 1374 | 2026-07-04T15:55:30.262Z | Compiling rustls v0.23.41 |
| 1375 | 2026-07-04T15:55:30.262Z | Compiling bitflags v2.11.0 |
| 1376 | 2026-07-04T15:55:30.262Z | Compiling semver v1.0.28 |
| 1377 | 2026-07-04T15:55:30.271Z | Compiling indexmap v2.14.0 |
| 1378 | 2026-07-04T15:55:30.271Z | Compiling uuid v1.23.4 |
| 1379 | 2026-07-04T15:55:30.272Z | Compiling foreign-types v0.3.2 |
| 1380 | 2026-07-04T15:55:30.272Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-07-04T15:55:30.291Z | Compiling spin v0.9.8 |
| 1382 | 2026-07-04T15:55:30.304Z | Compiling time-core v0.1.8 |
| 1383 | 2026-07-04T15:55:30.314Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-07-04T15:55:30.330Z | Compiling num-conv v0.2.0 |
| 1385 | 2026-07-04T15:55:30.406Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-07-04T15:55:30.466Z | Compiling native-tls v0.2.18 |
| 1387 | 2026-07-04T15:55:30.495Z | Compiling powerfmt v0.2.0 |
| 1388 | 2026-07-04T15:55:30.506Z | Compiling time-macros v0.2.27 |
| 1389 | 2026-07-04T15:55:30.520Z | Compiling wait-timeout v0.2.1 |
| 1390 | 2026-07-04T15:55:30.550Z | Compiling sync_wrapper v1.0.2 |
| 1391 | 2026-07-04T15:55:30.680Z | Compiling deranged v0.5.8 |
| 1392 | 2026-07-04T15:55:30.731Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-07-04T15:55:30.740Z | Compiling usdt-impl v0.6.0 |
| 1394 | 2026-07-04T15:55:30.743Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-07-04T15:55:30.767Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-07-04T15:55:30.783Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-07-04T15:55:30.799Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-07-04T15:55:30.833Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-07-04T15:55:30.908Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-07-04T15:55:30.991Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-07-04T15:55:31.018Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-07-04T15:55:31.032Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-07-04T15:55:31.081Z | Compiling siphasher v1.0.2 |
| 1404 | 2026-07-04T15:55:31.316Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-07-04T15:55:31.389Z | Compiling num_threads v0.1.7 |
| 1406 | 2026-07-04T15:55:31.504Z | Compiling syn v1.0.109 |
| 1407 | 2026-07-04T15:55:31.609Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-04T15:55:31.625Z | Compiling quick-error v1.2.3 |
| 1409 | 2026-07-04T15:55:31.683Z | Compiling darling_core v0.21.3 |
| 1410 | 2026-07-04T15:55:31.740Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-07-04T15:55:31.758Z | Compiling heapless v0.7.17 |
| 1412 | 2026-07-04T15:55:31.775Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-07-04T15:55:31.790Z | Compiling time v0.3.47 |
| 1414 | 2026-07-04T15:55:31.820Z | Compiling bit-set v0.8.0 |
| 1415 | 2026-07-04T15:55:31.887Z | Compiling slog v2.8.2 |
| 1416 | 2026-07-04T15:55:31.927Z | Compiling rand_xorshift v0.4.0 |
| 1417 | 2026-07-04T15:55:31.988Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-07-04T15:55:32.016Z | Compiling cookie v0.18.1 |
| 1419 | 2026-07-04T15:55:32.024Z | Compiling unarray v0.1.4 |
| 1420 | 2026-07-04T15:55:32.042Z | Compiling unicode-properties v0.1.4 |
| 1421 | 2026-07-04T15:55:32.060Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-07-04T15:55:32.090Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-07-04T15:55:32.118Z | Compiling ryu v1.0.23 |
| 1424 | 2026-07-04T15:55:32.126Z | Compiling paste v1.0.15 |
| 1425 | 2026-07-04T15:55:32.126Z | Compiling signal-hook v0.3.18 |
| 1426 | 2026-07-04T15:55:32.126Z | Compiling unicode-bidi v0.3.18 |
| 1427 | 2026-07-04T15:55:32.170Z | Compiling iri-string v0.7.10 |
| 1428 | 2026-07-04T15:55:32.241Z | Compiling zstd-safe v7.2.4 |
| 1429 | 2026-07-04T15:55:32.312Z | Compiling adler2 v2.0.1 |
| 1430 | 2026-07-04T15:55:32.389Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-04T15:55:32.573Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-07-04T15:55:32.610Z | Compiling camino v1.2.2 |
| 1433 | 2026-07-04T15:55:32.728Z | Compiling curve25519-dalek v4.1.3 |
| 1434 | 2026-07-04T15:55:32.742Z | Compiling serde_derive v1.0.228 |
| 1435 | 2026-07-04T15:55:32.806Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-07-04T15:55:33.017Z | Compiling zerofrom-derive v0.1.6 |
| 1437 | 2026-07-04T15:55:33.062Z | Compiling yoke-derive v0.8.1 |
| 1438 | 2026-07-04T15:55:33.077Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-07-04T15:55:33.080Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-07-04T15:55:33.114Z | Compiling displaydoc v0.2.5 |
| 1441 | 2026-07-04T15:55:33.181Z | Compiling tokio-macros v2.7.0 |
| 1442 | 2026-07-04T15:55:33.544Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-07-04T15:55:33.560Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-07-04T15:55:33.586Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-07-04T15:55:33.872Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-07-04T15:55:33.965Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-07-04T15:55:34.005Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-07-04T15:55:34.333Z | Compiling hybrid-array v0.4.13 |
| 1449 | 2026-07-04T15:55:34.355Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-07-04T15:55:34.408Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-07-04T15:55:34.423Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-07-04T15:55:34.480Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-07-04T15:55:34.521Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-07-04T15:55:34.566Z | Compiling digest v0.10.7 |
| 1455 | 2026-07-04T15:55:34.580Z | Compiling zerofrom v0.1.6 |
| 1456 | 2026-07-04T15:55:34.593Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-07-04T15:55:34.666Z | Compiling der v0.7.10 |
| 1458 | 2026-07-04T15:55:34.710Z | Compiling yoke v0.8.1 |
| 1459 | 2026-07-04T15:55:34.848Z | Compiling darling_macro v0.20.11 |
| 1460 | 2026-07-04T15:55:34.922Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-07-04T15:55:35.031Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-07-04T15:55:35.186Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-07-04T15:55:35.213Z | Compiling hmac v0.12.1 |
| 1464 | 2026-07-04T15:55:35.344Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-07-04T15:55:35.363Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-07-04T15:55:35.403Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-07-04T15:55:35.419Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-07-04T15:55:35.419Z | Compiling tracing v0.1.44 |
| 1469 | 2026-07-04T15:55:35.475Z | Compiling darling v0.20.11 |
| 1470 | 2026-07-04T15:55:35.490Z | Compiling dtrace-parser v0.3.0 |
| 1471 | 2026-07-04T15:55:35.507Z | Compiling scroll v0.13.0 |
| 1472 | 2026-07-04T15:55:35.576Z | Compiling icu_locale_core v2.1.1 |
| 1473 | 2026-07-04T15:55:35.610Z | Compiling icu_collections v2.1.1 |
| 1474 | 2026-07-04T15:55:35.641Z | Compiling spki v0.7.3 |
| 1475 | 2026-07-04T15:55:35.740Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-07-04T15:55:35.815Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-07-04T15:55:35.831Z | Compiling goblin v0.10.5 |
| 1478 | 2026-07-04T15:55:35.887Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-07-04T15:55:35.979Z | Compiling scroll_derive v0.12.1 |
| 1480 | 2026-07-04T15:55:36.114Z | Compiling block-buffer v0.12.1 |
| 1481 | 2026-07-04T15:55:36.143Z | Compiling crypto-common v0.2.2 |
| 1482 | 2026-07-04T15:55:36.300Z | Compiling icu_provider v2.1.1 |
| 1483 | 2026-07-04T15:55:36.336Z | Compiling block-padding v0.4.2 |
| 1484 | 2026-07-04T15:55:36.492Z | Compiling bytes v1.11.1 |
| 1485 | 2026-07-04T15:55:36.521Z | Compiling chrono v0.4.44 |
| 1486 | 2026-07-04T15:55:36.536Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-07-04T15:55:36.608Z | Compiling icu_properties v2.1.2 |
| 1488 | 2026-07-04T15:55:36.638Z | Compiling icu_normalizer v2.1.1 |
| 1489 | 2026-07-04T15:55:36.676Z | Compiling derive_builder_macro v0.20.2 |
| 1490 | 2026-07-04T15:55:36.725Z | Compiling scroll v0.12.0 |
| 1491 | 2026-07-04T15:55:36.886Z | Compiling erased-serde v0.3.31 |
| 1492 | 2026-07-04T15:55:36.960Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-07-04T15:55:37.019Z | Compiling tokio v1.52.1 |
| 1494 | 2026-07-04T15:55:37.084Z | Compiling http v1.4.2 |
| 1495 | 2026-07-04T15:55:37.172Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-07-04T15:55:37.219Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-07-04T15:55:37.238Z | Compiling serde_urlencoded v0.7.1 |
| 1498 | 2026-07-04T15:55:37.289Z | Compiling thiserror v1.0.69 |
| 1499 | 2026-07-04T15:55:37.316Z | Compiling signature v2.2.0 |
| 1500 | 2026-07-04T15:55:37.390Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-07-04T15:55:37.408Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-07-04T15:55:37.434Z | Compiling rustls-native-certs v0.8.3 |
| 1503 | 2026-07-04T15:55:37.524Z | Compiling bstr v1.12.1 |
| 1504 | 2026-07-04T15:55:37.584Z | Compiling async-trait v0.1.89 |
| 1505 | 2026-07-04T15:55:37.592Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-07-04T15:55:37.595Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-07-04T15:55:37.764Z | Compiling ppv-lite86 v0.2.21 |
| 1508 | 2026-07-04T15:55:37.826Z | Compiling idna v1.1.0 |
| 1509 | 2026-07-04T15:55:37.866Z | Compiling http-body v1.0.1 |
| 1510 | 2026-07-04T15:55:37.979Z | Compiling pin-project-internal v1.1.11 |
| 1511 | 2026-07-04T15:55:37.994Z | Compiling num-integer v0.1.46 |
| 1512 | 2026-07-04T15:55:38.047Z | Compiling http-body-util v0.1.3 |
| 1513 | 2026-07-04T15:55:38.077Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-07-04T15:55:38.117Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-07-04T15:55:38.132Z | Compiling vergen-lib v9.1.0 |
| 1516 | 2026-07-04T15:55:38.253Z | Compiling url v2.5.8 |
| 1517 | 2026-07-04T15:55:38.329Z | Compiling rand v0.9.2 |
| 1518 | 2026-07-04T15:55:38.354Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-07-04T15:55:38.370Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-07-04T15:55:38.442Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-07-04T15:55:38.553Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-07-04T15:55:38.579Z | Compiling litrs v1.0.0 |
| 1523 | 2026-07-04T15:55:38.603Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-07-04T15:55:38.619Z | Compiling zlib-rs v0.6.2 |
| 1525 | 2026-07-04T15:55:38.732Z | Compiling rustix v0.38.44 |
| 1526 | 2026-07-04T15:55:38.853Z | Compiling dof v0.4.0 |
| 1527 | 2026-07-04T15:55:38.916Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-07-04T15:55:38.931Z | Compiling proptest v1.10.0 |
| 1529 | 2026-07-04T15:55:38.988Z | Compiling cfg_aliases v0.2.1 |
| 1530 | 2026-07-04T15:55:39.060Z | Compiling mime v0.3.17 |
| 1531 | 2026-07-04T15:55:39.076Z | Compiling ref-cast v1.0.25 |
| 1532 | 2026-07-04T15:55:39.150Z | Compiling smoltcp v0.9.1 |
| 1533 | 2026-07-04T15:55:39.179Z | Compiling document-features v0.2.12 |
| 1534 | 2026-07-04T15:55:39.216Z | Compiling nix v0.31.2 |
| 1535 | 2026-07-04T15:55:39.231Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-07-04T15:55:39.262Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-07-04T15:55:39.358Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-07-04T15:55:39.457Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-07-04T15:55:39.569Z | Compiling rand v0.8.6 |
| 1540 | 2026-07-04T15:55:39.584Z | Compiling num-iter v0.1.45 |
| 1541 | 2026-07-04T15:55:39.656Z | Compiling darling v0.21.3 |
| 1542 | 2026-07-04T15:55:39.727Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-04T15:55:39.864Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-07-04T15:55:39.973Z | Compiling goblin v0.8.2 |
| 1545 | 2026-07-04T15:55:40.020Z | Compiling oxnet v0.1.6 |
| 1546 | 2026-07-04T15:55:40.034Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-07-04T15:55:40.072Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-07-04T15:55:40.101Z | Compiling inout v0.2.2 |
| 1549 | 2026-07-04T15:55:40.124Z | Compiling hex v0.4.3 |
| 1550 | 2026-07-04T15:55:40.166Z | Compiling regex v1.12.3 |
| 1551 | 2026-07-04T15:55:40.304Z | Compiling ref-cast-impl v1.0.25 |
| 1552 | 2026-07-04T15:55:40.322Z | Compiling snafu-derive v0.8.9 |
| 1553 | 2026-07-04T15:55:40.336Z | Compiling daft-derive v0.1.7 |
| 1554 | 2026-07-04T15:55:40.368Z | Compiling strum_macros v0.27.2 |
| 1555 | 2026-07-04T15:55:40.429Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-07-04T15:55:40.592Z | Compiling terminal_size v0.4.3 |
| 1557 | 2026-07-04T15:55:40.633Z | Compiling phf_shared v0.13.1 |
| 1558 | 2026-07-04T15:55:40.756Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-07-04T15:55:40.826Z | Compiling cargo-platform v0.3.2 |
| 1560 | 2026-07-04T15:55:40.841Z | Compiling anstyle-parse v0.2.7 |
| 1561 | 2026-07-04T15:55:40.858Z | Compiling vergen v9.1.0 |
| 1562 | 2026-07-04T15:55:40.872Z | Compiling ff v0.13.1 |
| 1563 | 2026-07-04T15:55:40.907Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-07-04T15:55:40.946Z | Compiling ahash v0.8.12 |
| 1565 | 2026-07-04T15:55:41.033Z | Compiling winnow v0.5.40 |
| 1566 | 2026-07-04T15:55:41.059Z | Compiling unicode-segmentation v1.12.0 |
| 1567 | 2026-07-04T15:55:41.080Z | Compiling libbz2-rs-sys v0.2.2 |
| 1568 | 2026-07-04T15:55:41.095Z | Compiling tokio-util v0.7.18 |
| 1569 | 2026-07-04T15:55:41.135Z | Compiling tower v0.5.3 |
| 1570 | 2026-07-04T15:55:41.154Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-07-04T15:55:41.157Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-07-04T15:55:41.181Z | Compiling object v0.37.3 |
| 1573 | 2026-07-04T15:55:41.218Z | Compiling same-file v1.0.6 |
| 1574 | 2026-07-04T15:55:41.354Z | Compiling bitflags v1.3.2 |
| 1575 | 2026-07-04T15:55:41.376Z | Compiling foldhash v0.2.0 |
| 1576 | 2026-07-04T15:55:41.412Z | Compiling managed v0.8.0 |
| 1577 | 2026-07-04T15:55:41.443Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-07-04T15:55:41.495Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-04T15:55:41.511Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-07-04T15:55:41.629Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-07-04T15:55:41.650Z | Compiling hashbrown v0.15.5 |
| 1582 | 2026-07-04T15:55:41.666Z | Compiling daft v0.1.7 |
| 1583 | 2026-07-04T15:55:41.783Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-07-04T15:55:41.817Z | Compiling zopfli v0.8.3 |
| 1585 | 2026-07-04T15:55:41.833Z | Compiling h2 v0.4.15 |
| 1586 | 2026-07-04T15:55:41.991Z | Compiling hashbrown v0.16.1 |
| 1587 | 2026-07-04T15:55:42.138Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-07-04T15:55:42.153Z | Compiling clap_builder v4.6.0 |
| 1589 | 2026-07-04T15:55:42.236Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-07-04T15:55:42.252Z | Compiling sec1 v0.7.3 |
| 1591 | 2026-07-04T15:55:42.322Z | Compiling dof v0.3.0 |
| 1592 | 2026-07-04T15:55:42.393Z | Compiling snafu v0.8.9 |
| 1593 | 2026-07-04T15:55:42.556Z | Compiling strum v0.27.2 |
| 1594 | 2026-07-04T15:55:42.586Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-07-04T15:55:42.658Z | Compiling cargo_metadata v0.23.1 |
| 1596 | 2026-07-04T15:55:42.661Z | Compiling anstream v0.6.21 |
| 1597 | 2026-07-04T15:55:42.661Z | Compiling group v0.13.0 |
| 1598 | 2026-07-04T15:55:42.715Z | Compiling phf v0.13.1 |
| 1599 | 2026-07-04T15:55:42.808Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-07-04T15:55:42.896Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-07-04T15:55:42.909Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-04T15:55:42.944Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-07-04T15:55:43.010Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-07-04T15:55:43.148Z | Compiling bzip2 v0.4.4 |
| 1605 | 2026-07-04T15:55:43.167Z | Compiling cipher v0.5.2 |
| 1606 | 2026-07-04T15:55:43.234Z | Compiling futures v0.3.32 |
| 1607 | 2026-07-04T15:55:43.252Z | Compiling serde_with_macros v3.17.0 |
| 1608 | 2026-07-04T15:55:43.332Z | Compiling postgres-types v0.2.12 |
| 1609 | 2026-07-04T15:55:43.416Z | Compiling zstd v0.13.3 |
| 1610 | 2026-07-04T15:55:43.638Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-04T15:55:43.720Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-07-04T15:55:43.734Z | Compiling dtrace-parser v0.2.0 |
| 1613 | 2026-07-04T15:55:43.870Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-07-04T15:55:43.885Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-07-04T15:55:43.951Z | Compiling olpc-cjson v0.1.4 |
| 1616 | 2026-07-04T15:55:44.039Z | Compiling pkcs1 v0.7.5 |
| 1617 | 2026-07-04T15:55:44.109Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-04T15:55:44.143Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-04T15:55:44.172Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-07-04T15:55:44.306Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-07-04T15:55:44.397Z | Compiling clap_derive v4.6.1 |
| 1622 | 2026-07-04T15:55:44.477Z | Compiling async-recursion v1.1.1 |
| 1623 | 2026-07-04T15:55:44.507Z | Compiling serde_repr v0.1.20 |
| 1624 | 2026-07-04T15:55:44.561Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-04T15:55:44.715Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-04T15:55:44.751Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-04T15:55:44.776Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-04T15:55:44.818Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-04T15:55:44.881Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-04T15:55:44.895Z | Compiling winnow v1.0.3 |
| 1631 | 2026-07-04T15:55:45.071Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2026-07-04T15:55:45.118Z | Compiling fixedbitset v0.4.2 |
| 1633 | 2026-07-04T15:55:45.134Z | Compiling jiff v0.2.21 |
| 1634 | 2026-07-04T15:55:45.187Z | Compiling whoami v2.1.0 |
| 1635 | 2026-07-04T15:55:45.219Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-07-04T15:55:45.224Z | Compiling keccak v0.1.6 |
| 1637 | 2026-07-04T15:55:45.297Z | Compiling hyper v1.10.1 |
| 1638 | 2026-07-04T15:55:45.312Z | Compiling typed-path v0.9.3 |
| 1639 | 2026-07-04T15:55:45.366Z | Compiling const-oid v0.10.2 |
| 1640 | 2026-07-04T15:55:45.452Z | Compiling either v1.15.0 |
| 1641 | 2026-07-04T15:55:45.471Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-07-04T15:55:45.606Z | Compiling new_debug_unreachable v1.0.6 |
| 1643 | 2026-07-04T15:55:45.621Z | Compiling cpufeatures v0.3.0 |
| 1644 | 2026-07-04T15:55:45.641Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-07-04T15:55:45.691Z | Compiling data-encoding v2.10.0 |
| 1646 | 2026-07-04T15:55:45.706Z | Compiling difflib v0.4.0 |
| 1647 | 2026-07-04T15:55:45.720Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-07-04T15:55:45.749Z | Compiling string_cache v0.8.9 |
| 1649 | 2026-07-04T15:55:45.815Z | Compiling petgraph v0.8.3 |
| 1650 | 2026-07-04T15:55:45.920Z | Compiling chacha20 v0.10.0 |
| 1651 | 2026-07-04T15:55:46.006Z | Compiling hickory-proto v0.25.2 |
| 1652 | 2026-07-04T15:55:46.063Z | Compiling predicates v3.1.4 |
| 1653 | 2026-07-04T15:55:46.232Z | Compiling strum v0.26.3 |
| 1654 | 2026-07-04T15:55:46.327Z | Compiling itertools v0.13.0 |
| 1655 | 2026-07-04T15:55:46.349Z | Compiling digest v0.11.3 |
| 1656 | 2026-07-04T15:55:46.364Z | Compiling clap v4.6.1 |
| 1657 | 2026-07-04T15:55:46.389Z | Compiling tokio-postgres v0.7.16 |
| 1658 | 2026-07-04T15:55:46.403Z | Compiling sha3 v0.10.8 |
| 1659 | 2026-07-04T15:55:46.419Z | Compiling toml_edit v0.22.27 |
| 1660 | 2026-07-04T15:55:46.459Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1661 | 2026-07-04T15:55:46.474Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-07-04T15:55:46.609Z | Compiling hyper-util v0.1.20 |
| 1663 | 2026-07-04T15:55:46.661Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1664 | 2026-07-04T15:55:46.799Z | Compiling elliptic-curve v0.13.8 |
| 1665 | 2026-07-04T15:55:46.900Z | Compiling env_logger v0.11.9 |
| 1666 | 2026-07-04T15:55:47.048Z | Compiling usdt v0.6.0 |
| 1667 | 2026-07-04T15:55:47.241Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-04T15:55:47.292Z | Compiling crossterm v0.28.1 |
| 1669 | 2026-07-04T15:55:47.347Z | Compiling serde_with v3.17.0 |
| 1670 | 2026-07-04T15:55:47.361Z | Compiling rsa v0.9.10 |
| 1671 | 2026-07-04T15:55:47.713Z | Compiling toml v0.7.8 |
| 1672 | 2026-07-04T15:55:47.886Z | Compiling ed25519-dalek v2.2.0 |
| 1673 | 2026-07-04T15:55:47.968Z | Compiling zip v4.6.1 |
| 1674 | 2026-07-04T15:55:48.089Z | Compiling hyper-tls v0.6.0 |
| 1675 | 2026-07-04T15:55:48.356Z | Compiling reqwest v0.12.28 |
| 1676 | 2026-07-04T15:55:48.611Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-04T15:55:48.765Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-04T15:55:49.028Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-07-04T15:55:49.111Z | Compiling heck v0.4.1 |
| 1680 | 2026-07-04T15:55:49.280Z | Compiling similar v2.7.0 |
| 1681 | 2026-07-04T15:55:49.283Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-04T15:55:49.314Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-04T15:55:49.374Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-07-04T15:55:49.389Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-04T15:55:49.538Z | Compiling crossbeam-epoch v0.9.18 |
| 1686 | 2026-07-04T15:55:49.564Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-07-04T15:55:49.615Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-07-04T15:55:49.654Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-07-04T15:55:49.671Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-07-04T15:55:49.836Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-07-04T15:55:49.876Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-07-04T15:55:49.898Z | Compiling filetime v0.2.27 |
| 1693 | 2026-07-04T15:55:49.938Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-07-04T15:55:50.008Z | Compiling xattr v1.6.1 |
| 1695 | 2026-07-04T15:55:50.048Z | Compiling term v1.2.1 |
| 1696 | 2026-07-04T15:55:50.073Z | Compiling camino-tempfile v1.4.1 |
| 1697 | 2026-07-04T15:55:50.143Z | Compiling tar v0.4.45 |
| 1698 | 2026-07-04T15:55:50.330Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-07-04T15:56:08.195Z | Compiling rustls-webpki v0.103.13 |
| 1700 | 2026-07-04T15:56:10.953Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-07-04T15:56:10.953Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-07-04T15:56:10.957Z | Compiling tough v0.22.0 |
| 1703 | 2026-07-04T15:56:11.162Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-07-04T15:56:11.354Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-07-04T15:56:13.581Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-07-04T15:56:13.834Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-07-04T15:56:16.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.75s |
| 1708 | 2026-07-04T15:56:16.855Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-07-04T15:56:16.910Z | Jul 04 15:56:16.340 INFO Starting download, target: Console |
| 1710 | 2026-07-04T15:56:16.910Z | Jul 04 15:56:16.341 INFO Starting download, target: Cockroach |
| 1711 | 2026-07-04T15:56:16.910Z | Jul 04 15:56:16.341 INFO Starting download, target: DendriteStub |
| 1712 | 2026-07-04T15:56:16.910Z | Jul 04 15:56:16.341 INFO Starting download, target: Clickhouse |
| 1713 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1718 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1719 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2026-07-04T15:56:16.914Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-07-04T15:56:16.916Z | Jul 04 15:56:16.341 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1722 | 2026-07-04T15:56:16.916Z | Jul 04 15:56:16.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1723 | 2026-07-04T15:56:17.934Z | Jul 04 15:56:17.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-07-04T15:56:18.142Z | Jul 04 15:56:17.574 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-07-04T15:56:18.663Z | Jul 04 15:56:18.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-07-04T15:56:18.718Z | Jul 04 15:56:18.129 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1727 | 2026-07-04T15:56:18.923Z | Jul 04 15:56:18.356 INFO Download complete, target: Console |
| 1728 | 2026-07-04T15:56:19.150Z | Jul 04 15:56:18.580 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1729 | 2026-07-04T15:56:19.252Z | Jul 04 15:56:18.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1730 | 2026-07-04T15:56:19.364Z | Jul 04 15:56:18.797 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1731 | 2026-07-04T15:56:19.779Z | Jul 04 15:56:19.163 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-07-04T15:56:19.779Z | Jul 04 15:56:19.163 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-07-04T15:56:21.049Z | Jul 04 15:56:20.482 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-07-04T15:56:21.970Z | Jul 04 15:56:21.402 INFO Download complete, target: DendriteStub |
| 1735 | 2026-07-04T15:56:22.117Z | Jul 04 15:56:21.550 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-07-04T15:56:24.579Z | Jul 04 15:56:23.974 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-07-04T15:56:24.693Z | Jul 04 15:56:24.097 INFO Download complete, target: Cockroach |
| 1738 | 2026-07-04T15:56:25.713Z | Jul 04 15:56:25.139 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-07-04T15:56:25.805Z | Jul 04 15:56:25.228 INFO Download complete, target: Clickhouse |
| 1740 | 2026-07-04T15:56:25.815Z | All prerequisites installed successfully |
| 1741 | 2026-07-04T15:56:25.816Z | |
| 1742 | 2026-07-04T15:56:25.816Z | real 1:45.777758350 |
| 1743 | 2026-07-04T15:56:25.816Z | user 6:58.799537516 |
| 1744 | 2026-07-04T15:56:25.816Z | sys 1:43.257359764 |
| 1745 | 2026-07-04T15:56:25.817Z | trap 0.298061323 |
| 1746 | 2026-07-04T15:56:25.817Z | tflt 0.789796561 |
| 1747 | 2026-07-04T15:56:25.817Z | dflt 1.734392466 |
| 1748 | 2026-07-04T15:56:25.817Z | kflt 0.022830619 |
| 1749 | 2026-07-04T15:56:25.817Z | lock 24:40.730669887 |
| 1750 | 2026-07-04T15:56:25.817Z | slp 19:03.938419820 |
| 1751 | 2026-07-04T15:56:25.817Z | lat 25.732802806 |
| 1752 | 2026-07-04T15:56:25.817Z | stop 2:49.512147719 |
| 1753 | 2026-07-04T15:56:25.817Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-07-04T15:56:26.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1755 | 2026-07-04T15:56:26.289Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-07-04T15:56:27.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1757 | 2026-07-04T15:56:27.151Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-07-04T15:56:27.190Z | Jul 04 15:56:26.594 INFO Starting download, target: Softnpu |
| 1759 | 2026-07-04T15:56:27.190Z | Jul 04 15:56:26.594 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-07-04T15:56:31.191Z | Jul 04 15:56:30.623 INFO Download complete, target: Softnpu |
| 1761 | 2026-07-04T15:56:31.196Z | |
| 1762 | 2026-07-04T15:56:31.196Z | real 5.384273526 |
| 1763 | 2026-07-04T15:56:31.196Z | user 1.331707442 |
| 1764 | 2026-07-04T15:56:31.196Z | sys 0.627682193 |
| 1765 | 2026-07-04T15:56:31.196Z | trap 0.000707920 |
| 1766 | 2026-07-04T15:56:31.196Z | tflt 0.000074580 |
| 1767 | 2026-07-04T15:56:31.196Z | dflt 0.000391140 |
| 1768 | 2026-07-04T15:56:31.196Z | kflt 0.000000000 |
| 1769 | 2026-07-04T15:56:31.196Z | lock 1:14.129035718 |
| 1770 | 2026-07-04T15:56:31.197Z | slp 3.888668424 |
| 1771 | 2026-07-04T15:56:31.197Z | lat 0.096722918 |
| 1772 | 2026-07-04T15:56:31.197Z | stop 0.000182310 |
| 1773 | 2026-07-04T15:56:31.200Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-04T15:56:31.200Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-04T15:56:31.200Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-07-04T15:56:32.084Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-07-04T15:56:32.084Z | Compiling quote v1.0.45 |
| 1778 | 2026-07-04T15:56:32.084Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-07-04T15:56:32.088Z | Compiling libc v0.2.185 |
| 1780 | 2026-07-04T15:56:32.088Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-07-04T15:56:32.088Z | Compiling serde v1.0.228 |
| 1782 | 2026-07-04T15:56:32.088Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-07-04T15:56:32.088Z | Compiling version_check v0.9.5 |
| 1784 | 2026-07-04T15:56:32.088Z | Compiling shlex v1.3.0 |
| 1785 | 2026-07-04T15:56:32.088Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-04T15:56:32.088Z | Compiling zmij v1.0.21 |
| 1787 | 2026-07-04T15:56:32.238Z | Compiling memchr v2.8.0 |
| 1788 | 2026-07-04T15:56:32.244Z | Compiling serde_json v1.0.150 |
| 1789 | 2026-07-04T15:56:32.244Z | Compiling autocfg v1.5.0 |
| 1790 | 2026-07-04T15:56:32.390Z | Compiling portable-atomic v1.13.1 |
| 1791 | 2026-07-04T15:56:32.461Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-07-04T15:56:32.464Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-04T15:56:32.668Z | Compiling libm v0.2.16 |
| 1794 | 2026-07-04T15:56:32.685Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-07-04T15:56:32.701Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-07-04T15:56:32.717Z | Compiling smallvec v1.15.1 |
| 1797 | 2026-07-04T15:56:32.840Z | Compiling icu_properties_data v2.1.2 |
| 1798 | 2026-07-04T15:56:32.857Z | Compiling num-traits v0.2.19 |
| 1799 | 2026-07-04T15:56:32.860Z | Compiling generic-array v0.14.7 |
| 1800 | 2026-07-04T15:56:32.907Z | Compiling itoa v1.0.17 |
| 1801 | 2026-07-04T15:56:32.939Z | Compiling log v0.4.29 |
| 1802 | 2026-07-04T15:56:32.981Z | Compiling subtle v2.6.1 |
| 1803 | 2026-07-04T15:56:33.026Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-07-04T15:56:33.044Z | Compiling stable_deref_trait v1.2.1 |
| 1805 | 2026-07-04T15:56:33.106Z | Compiling typenum v1.20.1 |
| 1806 | 2026-07-04T15:56:33.145Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-07-04T15:56:33.209Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-07-04T15:56:33.209Z | Compiling errno v0.3.14 |
| 1809 | 2026-07-04T15:56:33.213Z | Compiling rand_core v0.10.0 |
| 1810 | 2026-07-04T15:56:33.256Z | Compiling lock_api v0.4.14 |
| 1811 | 2026-07-04T15:56:33.301Z | Compiling fnv v1.0.7 |
| 1812 | 2026-07-04T15:56:33.453Z | Compiling cc v1.2.56 |
| 1813 | 2026-07-04T15:56:33.469Z | Compiling pin-project-lite v0.2.17 |
| 1814 | 2026-07-04T15:56:33.484Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-07-04T15:56:33.498Z | Compiling thiserror v2.0.18 |
| 1816 | 2026-07-04T15:56:33.571Z | Compiling equivalent v1.0.2 |
| 1817 | 2026-07-04T15:56:33.575Z | Compiling percent-encoding v2.3.2 |
| 1818 | 2026-07-04T15:56:33.575Z | Compiling litemap v0.8.1 |
| 1819 | 2026-07-04T15:56:33.620Z | Compiling syn v2.0.117 |
| 1820 | 2026-07-04T15:56:33.624Z | Compiling writeable v0.6.2 |
| 1821 | 2026-07-04T15:56:33.667Z | Compiling getrandom v0.2.17 |
| 1822 | 2026-07-04T15:56:33.700Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-04T15:56:33.841Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-04T15:56:33.891Z | Compiling rustix v1.1.3 |
| 1825 | 2026-07-04T15:56:33.907Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-04T15:56:33.922Z | Compiling critical-section v1.2.0 |
| 1827 | 2026-07-04T15:56:33.940Z | Compiling dunce v1.0.5 |
| 1828 | 2026-07-04T15:56:33.943Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-04T15:56:34.109Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-07-04T15:56:34.234Z | Compiling cmake v0.1.57 |
| 1831 | 2026-07-04T15:56:34.250Z | Compiling signal-hook-registry v1.4.8 |
| 1832 | 2026-07-04T15:56:34.265Z | Compiling once_cell v1.21.3 |
| 1833 | 2026-07-04T15:56:34.378Z | Compiling utf8_iter v1.0.4 |
| 1834 | 2026-07-04T15:56:34.397Z | Compiling heck v0.5.0 |
| 1835 | 2026-07-04T15:56:34.616Z | Compiling semver v1.0.28 |
| 1836 | 2026-07-04T15:56:34.634Z | Compiling parking_lot v0.12.5 |
| 1837 | 2026-07-04T15:56:34.654Z | Compiling form_urlencoded v1.2.2 |
| 1838 | 2026-07-04T15:56:34.688Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-07-04T15:56:34.771Z | Compiling bitflags v2.11.0 |
| 1840 | 2026-07-04T15:56:34.812Z | Compiling socket2 v0.6.3 |
| 1841 | 2026-07-04T15:56:34.852Z | Compiling mio v1.2.0 |
| 1842 | 2026-07-04T15:56:34.885Z | Compiling aws-lc-sys v0.40.0 |
| 1843 | 2026-07-04T15:56:34.941Z | Compiling aws-lc-rs v1.16.3 |
| 1844 | 2026-07-04T15:56:34.971Z | Compiling futures-core v0.3.32 |
| 1845 | 2026-07-04T15:56:35.084Z | Compiling httparse v1.10.1 |
| 1846 | 2026-07-04T15:56:35.102Z | Compiling strsim v0.11.1 |
| 1847 | 2026-07-04T15:56:35.399Z | Compiling thiserror v1.0.69 |
| 1848 | 2026-07-04T15:56:35.439Z | Compiling byteorder v1.5.0 |
| 1849 | 2026-07-04T15:56:35.454Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2026-07-04T15:56:35.523Z | Compiling regex-syntax v0.8.10 |
| 1851 | 2026-07-04T15:56:35.558Z | Compiling ident_case v1.0.1 |
| 1852 | 2026-07-04T15:56:35.623Z | Compiling pest v2.8.6 |
| 1853 | 2026-07-04T15:56:35.638Z | Compiling vcpkg v0.2.15 |
| 1854 | 2026-07-04T15:56:35.641Z | Compiling const-oid v0.9.6 |
| 1855 | 2026-07-04T15:56:35.668Z | Compiling iana-time-zone v0.1.65 |
| 1856 | 2026-07-04T15:56:35.684Z | Compiling syn v1.0.109 |
| 1857 | 2026-07-04T15:56:35.868Z | Compiling uuid v1.23.4 |
| 1858 | 2026-07-04T15:56:36.055Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-07-04T15:56:36.129Z | Compiling rustls v0.23.41 |
| 1860 | 2026-07-04T15:56:36.174Z | Compiling futures-sink v0.3.32 |
| 1861 | 2026-07-04T15:56:36.233Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-07-04T15:56:36.312Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-07-04T15:56:36.399Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-07-04T15:56:36.444Z | Compiling slab v0.4.12 |
| 1865 | 2026-07-04T15:56:36.527Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-04T15:56:36.547Z | Compiling futures-task v0.3.32 |
| 1867 | 2026-07-04T15:56:36.628Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-07-04T15:56:36.652Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-07-04T15:56:36.759Z | Compiling pest_meta v2.8.6 |
| 1870 | 2026-07-04T15:56:36.764Z | Compiling dyn-clone v1.0.20 |
| 1871 | 2026-07-04T15:56:36.777Z | Compiling plain v0.2.3 |
| 1872 | 2026-07-04T15:56:36.861Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-07-04T15:56:36.923Z | Compiling time-core v0.1.8 |
| 1874 | 2026-07-04T15:56:36.956Z | Compiling crc32fast v1.5.0 |
| 1875 | 2026-07-04T15:56:36.989Z | Compiling base64 v0.22.1 |
| 1876 | 2026-07-04T15:56:37.019Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-07-04T15:56:37.101Z | Compiling time-macros v0.2.27 |
| 1878 | 2026-07-04T15:56:37.250Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-07-04T15:56:37.266Z | Compiling openssl v0.10.79 |
| 1880 | 2026-07-04T15:56:37.292Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-07-04T15:56:37.399Z | Compiling pest_generator v2.8.6 |
| 1882 | 2026-07-04T15:56:37.418Z | Compiling darling_core v0.21.3 |
| 1883 | 2026-07-04T15:56:37.451Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-07-04T15:56:37.559Z | Compiling anyhow v1.0.102 |
| 1885 | 2026-07-04T15:56:37.575Z | Compiling native-tls v0.2.18 |
| 1886 | 2026-07-04T15:56:37.615Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-04T15:56:37.755Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-04T15:56:37.843Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-04T15:56:37.937Z | Compiling cookie v0.18.1 |
| 1890 | 2026-07-04T15:56:37.955Z | Compiling serde_derive v1.0.228 |
| 1891 | 2026-07-04T15:56:37.970Z | Compiling zeroize_derive v1.4.3 |
| 1892 | 2026-07-04T15:56:38.009Z | Compiling zerofrom-derive v0.1.6 |
| 1893 | 2026-07-04T15:56:38.095Z | Compiling yoke-derive v0.8.1 |
| 1894 | 2026-07-04T15:56:38.095Z | Compiling zerovec-derive v0.11.2 |
| 1895 | 2026-07-04T15:56:38.125Z | Compiling displaydoc v0.2.5 |
| 1896 | 2026-07-04T15:56:38.149Z | Compiling zerocopy-derive v0.8.40 |
| 1897 | 2026-07-04T15:56:38.152Z | Compiling tokio-macros v2.7.0 |
| 1898 | 2026-07-04T15:56:38.179Z | Compiling futures-macro v0.3.32 |
| 1899 | 2026-07-04T15:56:38.426Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-07-04T15:56:38.667Z | Compiling zeroize v1.8.2 |
| 1901 | 2026-07-04T15:56:38.922Z | Compiling schemars_derive v0.8.22 |
| 1902 | 2026-07-04T15:56:38.948Z | Compiling tracing-attributes v0.1.31 |
| 1903 | 2026-07-04T15:56:39.049Z | Compiling der_derive v0.7.3 |
| 1904 | 2026-07-04T15:56:39.116Z | Compiling thiserror-impl v1.0.69 |
| 1905 | 2026-07-04T15:56:39.237Z | Compiling zerofrom v0.1.6 |
| 1906 | 2026-07-04T15:56:39.390Z | Compiling yoke v0.8.1 |
| 1907 | 2026-07-04T15:56:40.333Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-07-04T15:56:40.347Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-07-04T15:56:40.348Z | Compiling crypto-common v0.1.7 |
| 1910 | 2026-07-04T15:56:40.348Z | Compiling pest_derive v2.8.6 |
| 1911 | 2026-07-04T15:56:40.348Z | Compiling futures-util v0.3.32 |
| 1912 | 2026-07-04T15:56:40.348Z | Compiling block-buffer v0.10.4 |
| 1913 | 2026-07-04T15:56:40.348Z | Compiling tinystr v0.8.2 |
| 1914 | 2026-07-04T15:56:40.348Z | Compiling potential_utf v0.1.4 |
| 1915 | 2026-07-04T15:56:40.348Z | Compiling digest v0.10.7 |
| 1916 | 2026-07-04T15:56:40.348Z | Compiling scroll_derive v0.12.1 |
| 1917 | 2026-07-04T15:56:40.397Z | Compiling icu_locale_core v2.1.1 |
| 1918 | 2026-07-04T15:56:40.414Z | Compiling icu_collections v2.1.1 |
| 1919 | 2026-07-04T15:56:40.479Z | Compiling scroll_derive v0.13.1 |
| 1920 | 2026-07-04T15:56:40.493Z | Compiling openssl-macros v0.1.1 |
| 1921 | 2026-07-04T15:56:40.949Z | Compiling darling_macro v0.21.3 |
| 1922 | 2026-07-04T15:56:40.996Z | Compiling regex v1.12.3 |
| 1923 | 2026-07-04T15:56:41.017Z | Compiling zerocopy-derive v0.7.35 |
| 1924 | 2026-07-04T15:56:41.186Z | Compiling icu_provider v2.1.1 |
| 1925 | 2026-07-04T15:56:41.237Z | Compiling bytes v1.11.1 |
| 1926 | 2026-07-04T15:56:41.299Z | Compiling chrono v0.4.44 |
| 1927 | 2026-07-04T15:56:41.359Z | Compiling serde_tokenstream v0.2.3 |
| 1928 | 2026-07-04T15:56:41.423Z | Compiling base64ct v1.8.3 |
| 1929 | 2026-07-04T15:56:41.480Z | Compiling icu_properties v2.1.2 |
| 1930 | 2026-07-04T15:56:41.628Z | Compiling icu_normalizer v2.1.1 |
| 1931 | 2026-07-04T15:56:41.733Z | Compiling camino v1.2.2 |
| 1932 | 2026-07-04T15:56:41.860Z | Compiling tokio v1.52.1 |
| 1933 | 2026-07-04T15:56:42.080Z | Compiling http v1.4.2 |
| 1934 | 2026-07-04T15:56:42.180Z | Compiling pem-rfc7468 v0.7.0 |
| 1935 | 2026-07-04T15:56:42.422Z | Compiling idna_adapter v1.2.1 |
| 1936 | 2026-07-04T15:56:42.506Z | Compiling darling v0.21.3 |
| 1937 | 2026-07-04T15:56:42.582Z | Compiling idna v1.1.0 |
| 1938 | 2026-07-04T15:56:42.803Z | Compiling ppv-lite86 v0.2.21 |
| 1939 | 2026-07-04T15:56:42.903Z | Compiling tracing v0.1.44 |
| 1940 | 2026-07-04T15:56:43.036Z | Compiling url v2.5.8 |
| 1941 | 2026-07-04T15:56:43.355Z | Compiling flagset v0.4.7 |
| 1942 | 2026-07-04T15:56:43.556Z | Compiling der v0.7.10 |
| 1943 | 2026-07-04T15:56:43.683Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-07-04T15:56:43.897Z | Compiling http-body v1.0.1 |
| 1945 | 2026-07-04T15:56:44.033Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-04T15:56:44.167Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-04T15:56:44.332Z | Compiling usdt-impl v0.6.0 |
| 1948 | 2026-07-04T15:56:44.359Z | Compiling openssl-probe v0.2.1 |
| 1949 | 2026-07-04T15:56:44.439Z | Compiling fastrand v2.3.0 |
| 1950 | 2026-07-04T15:56:44.494Z | Compiling either v1.15.0 |
| 1951 | 2026-07-04T15:56:44.546Z | Compiling ref-cast v1.0.25 |
| 1952 | 2026-07-04T15:56:44.598Z | Compiling tinyvec_macros v0.1.1 |
| 1953 | 2026-07-04T15:56:44.685Z | Compiling cmov v0.5.4 |
| 1954 | 2026-07-04T15:56:44.775Z | Compiling paste v1.0.15 |
| 1955 | 2026-07-04T15:56:44.877Z | Compiling tinyvec v1.10.0 |
| 1956 | 2026-07-04T15:56:44.893Z | Compiling ctutils v0.4.2 |
| 1957 | 2026-07-04T15:56:44.927Z | Compiling spki v0.7.3 |
| 1958 | 2026-07-04T15:56:45.126Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-04T15:56:45.157Z | Compiling scroll v0.13.0 |
| 1960 | 2026-07-04T15:56:45.161Z | Compiling serde_spanned v0.6.9 |
| 1961 | 2026-07-04T15:56:45.204Z | Compiling toml_datetime v0.6.11 |
| 1962 | 2026-07-04T15:56:45.207Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-04T15:56:45.260Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-04T15:56:45.352Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-04T15:56:45.427Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-04T15:56:45.442Z | Compiling signal-hook v0.3.18 |
| 1967 | 2026-07-04T15:56:45.445Z | Compiling winnow v1.0.3 |
| 1968 | 2026-07-04T15:56:45.475Z | Compiling try-lock v0.2.5 |
| 1969 | 2026-07-04T15:56:45.490Z | Compiling litrs v1.0.0 |
| 1970 | 2026-07-04T15:56:45.519Z | Compiling untrusted v0.7.1 |
| 1971 | 2026-07-04T15:56:45.608Z | Compiling zstd-safe v7.2.4 |
| 1972 | 2026-07-04T15:56:45.647Z | Compiling rustix v0.38.44 |
| 1973 | 2026-07-04T15:56:45.669Z | Compiling winnow v0.7.14 |
| 1974 | 2026-07-04T15:56:45.685Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-07-04T15:56:45.748Z | Compiling atomic-waker v1.1.2 |
| 1976 | 2026-07-04T15:56:45.780Z | Compiling cpufeatures v0.2.17 |
| 1977 | 2026-07-04T15:56:45.868Z | Compiling tower-service v0.3.3 |
| 1978 | 2026-07-04T15:56:45.885Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1979 | 2026-07-04T15:56:45.888Z | Compiling want v0.3.1 |
| 1980 | 2026-07-04T15:56:45.916Z | Compiling tokio-util v0.7.18 |
| 1981 | 2026-07-04T15:56:45.933Z | Compiling goblin v0.8.2 |
| 1982 | 2026-07-04T15:56:45.980Z | Compiling document-features v0.2.12 |
| 1983 | 2026-07-04T15:56:46.027Z | Compiling goblin v0.10.5 |
| 1984 | 2026-07-04T15:56:46.073Z | Compiling hybrid-array v0.4.13 |
| 1985 | 2026-07-04T15:56:46.533Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-04T15:56:46.558Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-04T15:56:46.735Z | Compiling h2 v0.4.15 |
| 1988 | 2026-07-04T15:56:46.922Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-07-04T15:56:46.949Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-07-04T15:56:47.044Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-07-04T15:56:47.154Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-07-04T15:56:47.183Z | Compiling httpdate v1.0.3 |
| 1993 | 2026-07-04T15:56:47.342Z | Compiling untrusted v0.9.0 |
| 1994 | 2026-07-04T15:56:47.361Z | Compiling foreign-types-shared v0.1.1 |
| 1995 | 2026-07-04T15:56:47.491Z | Compiling winnow v0.5.40 |
| 1996 | 2026-07-04T15:56:47.513Z | Compiling powerfmt v0.2.0 |
| 1997 | 2026-07-04T15:56:47.540Z | Compiling utf8parse v0.2.2 |
| 1998 | 2026-07-04T15:56:47.736Z | Compiling deranged v0.5.8 |
| 1999 | 2026-07-04T15:56:47.790Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-07-04T15:56:47.815Z | Compiling foreign-types v0.3.2 |
| 2001 | 2026-07-04T15:56:48.126Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-04T15:56:48.151Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-07-04T15:56:48.434Z | Compiling dof v0.3.0 |
| 2004 | 2026-07-04T15:56:48.646Z | Compiling dtrace-parser v0.2.0 |
| 2005 | 2026-07-04T15:56:48.953Z | Compiling dof v0.4.0 |
| 2006 | 2026-07-04T15:56:49.008Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-07-04T15:56:49.043Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-04T15:56:49.260Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-04T15:56:49.299Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-07-04T15:56:49.447Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-07-04T15:56:49.609Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-04T15:56:49.659Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-04T15:56:49.697Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-04T15:56:49.798Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-07-04T15:56:49.849Z | Compiling num_threads v0.1.7 |
| 2016 | 2026-07-04T15:56:50.026Z | Compiling anstyle v1.0.14 |
| 2017 | 2026-07-04T15:56:50.132Z | Compiling hyper v1.10.1 |
| 2018 | 2026-07-04T15:56:50.168Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-07-04T15:56:50.192Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-07-04T15:56:50.233Z | Compiling time v0.3.47 |
| 2021 | 2026-07-04T15:56:50.288Z | Compiling nix v0.31.2 |
| 2022 | 2026-07-04T15:56:50.526Z | Compiling darling v0.20.11 |
| 2023 | 2026-07-04T15:56:50.694Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-04T15:56:50.810Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-04T15:56:50.848Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-04T15:56:50.864Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-07-04T15:56:51.018Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-07-04T15:56:51.222Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-07-04T15:56:51.355Z | Compiling hyper-util v0.1.20 |
| 2030 | 2026-07-04T15:56:51.380Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-07-04T15:56:51.414Z | Compiling siphasher v1.0.2 |
| 2032 | 2026-07-04T15:56:51.537Z | Compiling anstyle-query v1.1.5 |
| 2033 | 2026-07-04T15:56:51.694Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-07-04T15:56:51.813Z | Compiling is_terminal_polyfill v1.70.2 |
| 2035 | 2026-07-04T15:56:51.826Z | Compiling simd-adler32 v0.3.8 |
| 2036 | 2026-07-04T15:56:51.884Z | Compiling bit-vec v0.8.0 |
| 2037 | 2026-07-04T15:56:51.924Z | Compiling colorchoice v1.0.4 |
| 2038 | 2026-07-04T15:56:52.088Z | Compiling bit-set v0.8.0 |
| 2039 | 2026-07-04T15:56:52.282Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-07-04T15:56:52.499Z | Compiling tower v0.5.3 |
| 2041 | 2026-07-04T15:56:52.874Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-07-04T15:56:53.029Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-07-04T15:56:53.100Z | Compiling hubpack_derive v0.1.1 |
| 2044 | 2026-07-04T15:56:53.139Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-07-04T15:56:53.301Z | Compiling strum_macros v0.27.2 |
| 2046 | 2026-07-04T15:56:53.317Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-04T15:56:53.464Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-07-04T15:56:53.513Z | Compiling ahash v0.8.12 |
| 2049 | 2026-07-04T15:56:53.583Z | Compiling unicode-segmentation v1.12.0 |
| 2050 | 2026-07-04T15:56:53.637Z | Compiling allocator-api2 v0.2.21 |
| 2051 | 2026-07-04T15:56:53.711Z | Compiling iri-string v0.7.10 |
| 2052 | 2026-07-04T15:56:53.776Z | Compiling ryu v1.0.23 |
| 2053 | 2026-07-04T15:56:54.009Z | Compiling unicode-properties v0.1.4 |
| 2054 | 2026-07-04T15:56:54.024Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-07-04T15:56:54.059Z | Compiling object v0.37.3 |
| 2056 | 2026-07-04T15:56:54.163Z | Compiling unarray v0.1.4 |
| 2057 | 2026-07-04T15:56:54.247Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-07-04T15:56:54.294Z | Compiling proptest v1.10.0 |
| 2059 | 2026-07-04T15:56:54.353Z | Compiling miniz_oxide v0.8.9 |
| 2060 | 2026-07-04T15:56:54.396Z | Compiling stringprep v0.1.5 |
| 2061 | 2026-07-04T15:56:54.557Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-07-04T15:56:54.807Z | Compiling derive_builder_macro v0.20.2 |
| 2063 | 2026-07-04T15:56:54.899Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2026-07-04T15:56:54.936Z | Compiling usdt-attr-macro v0.6.0 |
| 2065 | 2026-07-04T15:56:54.967Z | Compiling tower-http v0.6.8 |
| 2066 | 2026-07-04T15:56:55.104Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-07-04T15:56:55.213Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-07-04T15:56:55.229Z | Compiling crypto-common v0.2.2 |
| 2069 | 2026-07-04T15:56:55.334Z | Compiling block-buffer v0.12.1 |
| 2070 | 2026-07-04T15:56:55.423Z | Compiling block-padding v0.4.2 |
| 2071 | 2026-07-04T15:56:55.681Z | Compiling rustls-native-certs v0.8.3 |
| 2072 | 2026-07-04T15:56:55.725Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-07-04T15:56:55.830Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-04T15:56:55.873Z | Compiling signature v2.2.0 |
| 2075 | 2026-07-04T15:56:55.888Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-07-04T15:56:55.944Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-04T15:56:56.060Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-04T15:56:56.075Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-04T15:56:56.126Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-04T15:56:56.270Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-04T15:56:56.286Z | Compiling mime v0.3.17 |
| 2082 | 2026-07-04T15:56:56.362Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-07-04T15:56:56.388Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-07-04T15:56:56.482Z | Compiling psl-types v2.0.11 |
| 2085 | 2026-07-04T15:56:56.558Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-04T15:56:56.591Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-07-04T15:56:56.644Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-07-04T15:56:56.739Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-07-04T15:56:56.902Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-07-04T15:56:57.041Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-04T15:56:57.375Z | Compiling inout v0.2.2 |
| 2092 | 2026-07-04T15:56:57.460Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-07-04T15:56:57.477Z | Compiling anstream v1.0.0 |
| 2094 | 2026-07-04T15:56:57.559Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-07-04T15:56:57.578Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-07-04T15:56:57.658Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-04T15:56:57.695Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-04T15:56:57.734Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-04T15:56:57.814Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-04T15:56:57.829Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-04T15:56:57.972Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-04T15:56:57.988Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-07-04T15:56:57.991Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-07-04T15:56:57.991Z | Compiling hex v0.4.3 |
| 2105 | 2026-07-04T15:56:58.080Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-07-04T15:56:58.130Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-07-04T15:56:58.262Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-07-04T15:56:58.304Z | Compiling clap_derive v4.6.1 |
| 2109 | 2026-07-04T15:56:58.378Z | Compiling ff v0.13.1 |
| 2110 | 2026-07-04T15:56:58.447Z | Compiling vergen v9.1.0 |
| 2111 | 2026-07-04T15:56:58.544Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-07-04T15:56:58.569Z | Compiling cargo-platform v0.3.2 |
| 2113 | 2026-07-04T15:56:58.691Z | Compiling managed v0.8.0 |
| 2114 | 2026-07-04T15:56:58.722Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-07-04T15:56:58.817Z | Compiling libbz2-rs-sys v0.2.2 |
| 2116 | 2026-07-04T15:56:58.987Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-07-04T15:56:58.990Z | Compiling bitflags v1.3.2 |
| 2118 | 2026-07-04T15:56:59.117Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-07-04T15:56:59.122Z | Compiling same-file v1.0.6 |
| 2120 | 2026-07-04T15:56:59.148Z | Compiling base16ct v0.2.0 |
| 2121 | 2026-07-04T15:56:59.151Z | Compiling bumpalo v3.20.2 |
| 2122 | 2026-07-04T15:56:59.305Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-07-04T15:56:59.327Z | Compiling sec1 v0.7.3 |
| 2124 | 2026-07-04T15:56:59.338Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-07-04T15:56:59.351Z | Compiling walkdir v2.5.0 |
| 2126 | 2026-07-04T15:56:59.438Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-07-04T15:56:59.469Z | Compiling hashbrown v0.15.5 |
| 2128 | 2026-07-04T15:56:59.653Z | Compiling clap_builder v4.6.0 |
| 2129 | 2026-07-04T15:56:59.884Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-04T15:57:00.053Z | Compiling group v0.13.0 |
| 2131 | 2026-07-04T15:57:00.105Z | Compiling zstd v0.13.3 |
| 2132 | 2026-07-04T15:57:00.242Z | Compiling futures v0.3.32 |
| 2133 | 2026-07-04T15:57:00.492Z | Compiling anstream v0.6.21 |
| 2134 | 2026-07-04T15:57:00.602Z | Compiling phf v0.13.1 |
| 2135 | 2026-07-04T15:57:00.693Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-04T15:57:00.804Z | Compiling reqwest v0.12.28 |
| 2137 | 2026-07-04T15:57:00.934Z | Compiling daft v0.1.7 |
| 2138 | 2026-07-04T15:57:01.242Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-07-04T15:57:01.364Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-04T15:57:01.383Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-07-04T15:57:01.399Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-04T15:57:01.508Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-07-04T15:57:01.676Z | Compiling globset v0.4.18 |
| 2144 | 2026-07-04T15:57:01.691Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-07-04T15:57:01.728Z | Compiling strum v0.27.2 |
| 2146 | 2026-07-04T15:57:01.875Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-07-04T15:57:01.933Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-07-04T15:57:01.973Z | Compiling hkdf v0.12.4 |
| 2149 | 2026-07-04T15:57:01.991Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-07-04T15:57:02.035Z | Compiling olpc-cjson v0.1.4 |
| 2151 | 2026-07-04T15:57:02.103Z | Compiling pkcs1 v0.7.5 |
| 2152 | 2026-07-04T15:57:02.301Z | Compiling pem v3.0.6 |
| 2153 | 2026-07-04T15:57:02.381Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-07-04T15:57:02.416Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-07-04T15:57:02.534Z | Compiling crypto-bigint v0.5.5 |
| 2156 | 2026-07-04T15:57:02.639Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-07-04T15:57:02.653Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-07-04T15:57:02.680Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-07-04T15:57:02.756Z | Compiling normalize-line-endings v0.3.0 |
| 2160 | 2026-07-04T15:57:02.790Z | Compiling typed-path v0.9.3 |
| 2161 | 2026-07-04T15:57:02.872Z | Compiling keccak v0.1.6 |
| 2162 | 2026-07-04T15:57:02.895Z | Compiling fixedbitset v0.5.7 |
| 2163 | 2026-07-04T15:57:02.929Z | Compiling difflib v0.4.0 |
| 2164 | 2026-07-04T15:57:02.977Z | Compiling predicates-core v1.0.10 |
| 2165 | 2026-07-04T15:57:02.991Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-07-04T15:57:03.097Z | Compiling jiff v0.2.21 |
| 2167 | 2026-07-04T15:57:03.209Z | Compiling whoami v2.1.0 |
| 2168 | 2026-07-04T15:57:03.228Z | Compiling data-encoding v2.10.0 |
| 2169 | 2026-07-04T15:57:03.244Z | Compiling new_debug_unreachable v1.0.6 |
| 2170 | 2026-07-04T15:57:03.334Z | Compiling precomputed-hash v0.1.1 |
| 2171 | 2026-07-04T15:57:03.452Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-07-04T15:57:03.485Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-07-04T15:57:03.502Z | Compiling const-oid v0.10.2 |
| 2174 | 2026-07-04T15:57:03.517Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2175 | 2026-07-04T15:57:03.564Z | Compiling hickory-proto v0.25.2 |
| 2176 | 2026-07-04T15:57:03.609Z | Compiling elliptic-curve v0.13.8 |
| 2177 | 2026-07-04T15:57:03.704Z | Compiling digest v0.11.3 |
| 2178 | 2026-07-04T15:57:03.724Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-07-04T15:57:03.727Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-07-04T15:57:03.757Z | Compiling string_cache v0.8.9 |
| 2181 | 2026-07-04T15:57:03.817Z | Compiling predicates v3.1.4 |
| 2182 | 2026-07-04T15:57:03.941Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-07-04T15:57:03.999Z | Compiling petgraph v0.8.3 |
| 2184 | 2026-07-04T15:57:04.016Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-07-04T15:57:04.052Z | Compiling env_logger v0.11.9 |
| 2186 | 2026-07-04T15:57:04.318Z | Compiling usdt v0.6.0 |
| 2187 | 2026-07-04T15:57:04.406Z | Compiling chacha20 v0.10.0 |
| 2188 | 2026-07-04T15:57:04.727Z | Compiling rsa v0.9.10 |
| 2189 | 2026-07-04T15:57:05.915Z | Compiling zip v4.6.1 |
| 2190 | 2026-07-04T15:57:05.946Z | Compiling ed25519-dalek v2.2.0 |
| 2191 | 2026-07-04T15:57:06.191Z | Compiling zip v0.6.6 |
| 2192 | 2026-07-04T15:57:06.269Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-07-04T15:57:06.446Z | Compiling clap v4.6.1 |
| 2194 | 2026-07-04T15:57:06.547Z | Compiling iddqd v0.4.2 |
| 2195 | 2026-07-04T15:57:06.770Z | Compiling serde_with v3.17.0 |
| 2196 | 2026-07-04T15:57:06.853Z | Compiling similar v2.7.0 |
| 2197 | 2026-07-04T15:57:07.038Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-04T15:57:07.090Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-04T15:57:07.090Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-04T15:57:07.188Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-04T15:57:07.470Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-04T15:57:07.547Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-04T15:57:07.620Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-04T15:57:08.168Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-04T15:57:08.371Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-07-04T15:57:08.393Z | Compiling peg-runtime v0.8.5 |
| 2207 | 2026-07-04T15:57:24.929Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-04T15:57:26.981Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-04T15:57:27.121Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-04T15:57:27.124Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-07-04T15:57:27.304Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-04T15:57:27.361Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-04T15:57:27.408Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-04T15:57:27.468Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-04T15:57:27.594Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-07-04T15:57:27.609Z | Compiling heapless v0.8.0 |
| 2217 | 2026-07-04T15:57:27.862Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2218 | 2026-07-04T15:57:27.950Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2026-07-04T15:57:27.979Z | Compiling crossbeam-deque v0.8.6 |
| 2220 | 2026-07-04T15:57:27.999Z | Compiling inout v0.1.4 |
| 2221 | 2026-07-04T15:57:28.045Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-07-04T15:57:28.129Z | Compiling multer v3.1.0 |
| 2223 | 2026-07-04T15:57:28.167Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-07-04T15:57:28.187Z | Compiling structmeta v0.3.0 |
| 2225 | 2026-07-04T15:57:28.202Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-07-04T15:57:28.239Z | Compiling compression-core v0.4.31 |
| 2227 | 2026-07-04T15:57:28.250Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-07-04T15:57:28.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2229 | 2026-07-04T15:57:28.386Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-07-04T15:57:28.432Z | Compiling match_cfg v0.1.0 |
| 2231 | 2026-07-04T15:57:28.465Z | Compiling derive-ex v0.1.8 |
| 2232 | 2026-07-04T15:57:28.539Z | Compiling hostname v0.3.1 |
| 2233 | 2026-07-04T15:57:28.573Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-07-04T15:57:28.636Z | Compiling compression-codecs v0.4.37 |
| 2235 | 2026-07-04T15:57:28.739Z | Compiling cipher v0.4.4 |
| 2236 | 2026-07-04T15:57:28.782Z | Compiling ingot-macros v0.1.1 |
| 2237 | 2026-07-04T15:57:28.801Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-04T15:57:28.902Z | Compiling tokio-rustls v0.26.4 |
| 2239 | 2026-07-04T15:57:29.026Z | Compiling rustls-platform-verifier v0.6.2 |
| 2240 | 2026-07-04T15:57:29.055Z | Compiling tough v0.22.0 |
| 2241 | 2026-07-04T15:57:29.073Z | Compiling slog-json v2.6.1 |
| 2242 | 2026-07-04T15:57:29.113Z | Compiling crossbeam-channel v0.5.15 |
| 2243 | 2026-07-04T15:57:29.203Z | Compiling hyper-rustls v0.27.7 |
| 2244 | 2026-07-04T15:57:29.246Z | Compiling half v2.7.1 |
| 2245 | 2026-07-04T15:57:29.262Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-07-04T15:57:29.371Z | Compiling cobs v0.3.0 |
| 2247 | 2026-07-04T15:57:29.540Z | Compiling reqwest v0.13.2 |
| 2248 | 2026-07-04T15:57:29.636Z | Compiling universal-hash v0.5.1 |
| 2249 | 2026-07-04T15:57:29.694Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2250 | 2026-07-04T15:57:29.811Z | Compiling async-stream-impl v0.3.6 |
| 2251 | 2026-07-04T15:57:29.870Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2252 | 2026-07-04T15:57:30.071Z | Compiling serde_spanned v1.1.1 |
| 2253 | 2026-07-04T15:57:30.126Z | Compiling is-terminal v0.4.17 |
| 2254 | 2026-07-04T15:57:30.250Z | Compiling dropshot v0.17.1 |
| 2255 | 2026-07-04T15:57:30.268Z | Compiling proc-macro-error-attr v1.0.4 |
| 2256 | 2026-07-04T15:57:30.340Z | Compiling term v1.2.1 |
| 2257 | 2026-07-04T15:57:30.344Z | Compiling ciborium-io v0.2.2 |
| 2258 | 2026-07-04T15:57:30.444Z | Compiling take_mut v0.2.2 |
| 2259 | 2026-07-04T15:57:30.481Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2260 | 2026-07-04T15:57:30.506Z | Compiling opaque-debug v0.3.1 |
| 2261 | 2026-07-04T15:57:30.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2262 | 2026-07-04T15:57:30.592Z | Compiling convert_case v0.4.0 |
| 2263 | 2026-07-04T15:57:30.607Z | Compiling poly1305 v0.8.0 |
| 2264 | 2026-07-04T15:57:30.787Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2265 | 2026-07-04T15:57:30.800Z | Compiling slog-term v2.9.2 |
| 2266 | 2026-07-04T15:57:30.828Z | Compiling thiserror-no-std v2.0.2 |
| 2267 | 2026-07-04T15:57:30.935Z | Compiling derive_more v0.99.20 |
| 2268 | 2026-07-04T15:57:31.072Z | Compiling async-stream v0.3.6 |
| 2269 | 2026-07-04T15:57:31.299Z | Compiling ciborium-ll v0.2.2 |
| 2270 | 2026-07-04T15:57:31.318Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-07-04T15:57:31.458Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-07-04T15:57:31.606Z | Compiling ingot-types v0.1.2 |
| 2273 | 2026-07-04T15:57:31.623Z | Compiling postcard v1.1.3 |
| 2274 | 2026-07-04T15:57:31.896Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-04T15:57:32.047Z | Compiling ingot v0.1.1 |
| 2276 | 2026-07-04T15:57:32.116Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-07-04T15:57:32.119Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-07-04T15:57:32.164Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-07-04T15:57:32.424Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-04T15:57:32.722Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-04T15:57:32.722Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-04T15:57:32.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-04T15:57:33.054Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2284 | 2026-07-04T15:57:33.133Z | Compiling proc-macro-crate v1.3.1 |
| 2285 | 2026-07-04T15:57:33.149Z | Compiling waitgroup v0.1.2 |
| 2286 | 2026-07-04T15:57:33.209Z | Compiling password-hash v0.5.0 |
| 2287 | 2026-07-04T15:57:33.305Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2288 | 2026-07-04T15:57:33.342Z | Compiling backon v1.6.0 |
| 2289 | 2026-07-04T15:57:33.389Z | Compiling rustls-pemfile v2.2.0 |
| 2290 | 2026-07-04T15:57:33.482Z | Compiling dropshot_endpoint v0.17.1 |
| 2291 | 2026-07-04T15:57:33.539Z | Compiling blake2 v0.10.6 |
| 2292 | 2026-07-04T15:57:33.631Z | Compiling aead v0.5.2 |
| 2293 | 2026-07-04T15:57:33.672Z | Compiling foreign-types-macros v0.2.3 |
| 2294 | 2026-07-04T15:57:33.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-07-04T15:57:33.810Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-07-04T15:57:33.866Z | Compiling hostname v0.4.2 |
| 2297 | 2026-07-04T15:57:33.971Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-07-04T15:57:34.028Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2299 | 2026-07-04T15:57:34.080Z | Compiling instant v0.1.13 |
| 2300 | 2026-07-04T15:57:34.113Z | Compiling debug-ignore v1.0.5 |
| 2301 | 2026-07-04T15:57:34.224Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-07-04T15:57:34.241Z | Compiling backoff v0.4.0 |
| 2303 | 2026-07-04T15:57:34.277Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2304 | 2026-07-04T15:57:34.318Z | Compiling parse-display v0.10.0 |
| 2305 | 2026-07-04T15:57:34.334Z | Compiling argon2 v0.5.3 |
| 2306 | 2026-07-04T15:57:34.350Z | Compiling chacha20poly1305 v0.10.1 |
| 2307 | 2026-07-04T15:57:34.353Z | Compiling foreign-types v0.5.0 |
| 2308 | 2026-07-04T15:57:34.383Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2309 | 2026-07-04T15:57:34.383Z | Compiling num_enum_derive v0.5.11 |
| 2310 | 2026-07-04T15:57:34.487Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-07-04T15:57:34.521Z | Compiling num_enum v0.7.6 |
| 2312 | 2026-07-04T15:57:34.539Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-07-04T15:57:34.542Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-07-04T15:57:34.741Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-04T15:57:35.007Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-04T15:57:35.022Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-04T15:57:35.088Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-07-04T15:57:35.219Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-07-04T15:57:35.245Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2320 | 2026-07-04T15:57:35.335Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-07-04T15:57:35.418Z | Compiling humantime v2.3.0 |
| 2322 | 2026-07-04T15:57:35.433Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-07-04T15:57:35.454Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-07-04T15:57:35.506Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-07-04T15:57:35.546Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-07-04T15:57:35.605Z | Compiling rayon v1.11.0 |
| 2327 | 2026-07-04T15:57:35.701Z | Compiling rand v0.10.1 |
| 2328 | 2026-07-04T15:57:35.719Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2329 | 2026-07-04T15:57:35.812Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-07-04T15:57:35.847Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-07-04T15:57:35.881Z | Compiling colored v3.1.1 |
| 2332 | 2026-07-04T15:57:35.901Z | Compiling indent_write v2.2.0 |
| 2333 | 2026-07-04T15:57:35.967Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-07-04T15:57:36.074Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-07-04T15:57:36.089Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-04T15:57:36.123Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-07-04T15:57:36.154Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-04T15:57:36.222Z | Compiling itertools v0.12.1 |
| 2339 | 2026-07-04T15:57:36.238Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-07-04T15:57:36.348Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-04T15:57:36.570Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-04T15:57:36.574Z | Compiling bitfield-struct v0.6.2 |
| 2343 | 2026-07-04T15:57:36.629Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-07-04T15:57:36.667Z | Compiling blake3 v1.8.5 |
| 2345 | 2026-07-04T15:57:36.683Z | Compiling memmap v0.7.0 |
| 2346 | 2026-07-04T15:57:36.697Z | Compiling sigpipe v0.1.3 |
| 2347 | 2026-07-04T15:57:36.715Z | Compiling swrite v0.1.0 |
| 2348 | 2026-07-04T15:57:36.720Z | Compiling glob v0.3.3 |
| 2349 | 2026-07-04T15:57:36.814Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-07-04T15:57:36.947Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2351 | 2026-07-04T15:57:37.102Z | Compiling smf v0.2.3 |
| 2352 | 2026-07-04T15:57:37.173Z | Compiling usdt v0.5.0 |
| 2353 | 2026-07-04T15:57:37.254Z | Compiling filetime v0.2.27 |
| 2354 | 2026-07-04T15:57:37.270Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-07-04T15:57:37.285Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-07-04T15:57:37.386Z | Compiling whoami v1.6.1 |
| 2357 | 2026-07-04T15:57:37.445Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-07-04T15:57:37.498Z | Compiling constant_time_eq v0.4.2 |
| 2359 | 2026-07-04T15:57:37.583Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-04T15:57:37.607Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2361 | 2026-07-04T15:57:37.623Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-04T15:57:37.715Z | Compiling arrayref v0.3.9 |
| 2363 | 2026-07-04T15:57:37.736Z | Compiling xattr v1.6.1 |
| 2364 | 2026-07-04T15:57:37.739Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-07-04T15:57:37.770Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-07-04T15:57:37.856Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2367 | 2026-07-04T15:57:37.876Z | Compiling console v0.16.2 |
| 2368 | 2026-07-04T15:57:37.922Z | Compiling tar v0.4.45 |
| 2369 | 2026-07-04T15:57:37.996Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-07-04T15:57:38.146Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-07-04T15:57:38.162Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-07-04T15:57:38.346Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-07-04T15:57:38.362Z | Compiling oxide-tokio-rt v0.1.4 |
| 2374 | 2026-07-04T15:57:38.395Z | Compiling toml v0.8.23 |
| 2375 | 2026-07-04T15:57:38.479Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-07-04T15:57:38.522Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-07-04T15:57:48.276Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-07-04T15:57:48.276Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-07-04T15:57:48.522Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-07-04T15:57:48.883Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-07-04T15:57:48.928Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-07-04T15:57:48.941Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-07-04T15:57:49.015Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-07-04T15:57:49.096Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-07-04T15:57:49.122Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-07-04T15:57:49.246Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-07-04T15:57:49.265Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-07-04T15:57:49.758Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-07-04T15:57:53.919Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-07-04T15:58:02.133Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-07-04T15:58:05.389Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-07-04T15:58:06.444Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-07-04T15:58:16.287Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2394 | 2026-07-04T15:58:16.433Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-07-04T15:58:16.495Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-07-04T15:58:16.499Z | Created new build target 'test' and set it as active |
| 2397 | 2026-07-04T15:58:16.502Z | |
| 2398 | 2026-07-04T15:58:16.502Z | real 1:45.299700214 |
| 2399 | 2026-07-04T15:58:16.502Z | user 17:29.197582212 |
| 2400 | 2026-07-04T15:58:16.502Z | sys 2:42.660844528 |
| 2401 | 2026-07-04T15:58:16.502Z | trap 0.489739573 |
| 2402 | 2026-07-04T15:58:16.502Z | tflt 2.443467107 |
| 2403 | 2026-07-04T15:58:16.502Z | dflt 4.398400838 |
| 2404 | 2026-07-04T15:58:16.502Z | kflt 0.002107523 |
| 2405 | 2026-07-04T15:58:16.502Z | lock 55:24.282203395 |
| 2406 | 2026-07-04T15:58:16.502Z | slp 45:09.358817208 |
| 2407 | 2026-07-04T15:58:16.502Z | lat 45.169461853 |
| 2408 | 2026-07-04T15:58:16.502Z | stop 5:16.914286783 |
| 2409 | 2026-07-04T15:58:16.502Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-07-04T15:58:17.350Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2411 | 2026-07-04T15:58:17.421Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-07-04T15:58:17.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-07-04T15:58:18.877Z | Compiling heck v0.5.0 |
| 2414 | 2026-07-04T15:58:18.877Z | Compiling regress v0.11.1 |
| 2415 | 2026-07-04T15:58:19.100Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-07-04T15:58:19.137Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-07-04T15:58:19.166Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-07-04T15:58:19.169Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-07-04T15:58:19.209Z | Compiling atomicwrites v0.4.4 |
| 2420 | 2026-07-04T15:58:19.229Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-07-04T15:58:19.232Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-07-04T15:58:19.247Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-07-04T15:58:19.285Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-07-04T15:58:19.288Z | Compiling console v0.15.11 |
| 2425 | 2026-07-04T15:58:19.288Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-07-04T15:58:19.288Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-07-04T15:58:19.325Z | Compiling cancel-safe-futures v0.1.5 |
| 2428 | 2026-07-04T15:58:19.393Z | Compiling resolv-conf v0.7.6 |
| 2429 | 2026-07-04T15:58:19.416Z | Compiling owo-colors v4.3.0 |
| 2430 | 2026-07-04T15:58:19.419Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-07-04T15:58:19.463Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-07-04T15:58:19.486Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-07-04T15:58:19.535Z | Compiling num-complex v0.4.6 |
| 2434 | 2026-07-04T15:58:19.602Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-07-04T15:58:19.647Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-07-04T15:58:19.698Z | Compiling expectorate v1.2.0 |
| 2437 | 2026-07-04T15:58:19.747Z | Compiling compression-core v0.4.31 |
| 2438 | 2026-07-04T15:58:19.816Z | Compiling match_cfg v0.1.0 |
| 2439 | 2026-07-04T15:58:19.904Z | Compiling hostname v0.3.1 |
| 2440 | 2026-07-04T15:58:19.925Z | Compiling compression-codecs v0.4.37 |
| 2441 | 2026-07-04T15:58:19.968Z | Compiling num v0.4.3 |
| 2442 | 2026-07-04T15:58:20.046Z | Compiling libsw v3.5.0 |
| 2443 | 2026-07-04T15:58:20.066Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-04T15:58:20.069Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-04T15:58:20.109Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-07-04T15:58:20.141Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-07-04T15:58:20.162Z | Compiling serde_spanned v1.1.1 |
| 2448 | 2026-07-04T15:58:20.190Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2449 | 2026-07-04T15:58:20.263Z | Compiling take_mut v0.2.2 |
| 2450 | 2026-07-04T15:58:20.352Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2451 | 2026-07-04T15:58:20.356Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2452 | 2026-07-04T15:58:20.394Z | Compiling term v1.2.1 |
| 2453 | 2026-07-04T15:58:20.416Z | Compiling linear-map v1.2.0 |
| 2454 | 2026-07-04T15:58:20.439Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2026-07-04T15:58:20.507Z | Compiling float-ord v0.3.2 |
| 2456 | 2026-07-04T15:58:20.530Z | Compiling slog-bunyan v2.5.0 |
| 2457 | 2026-07-04T15:58:20.574Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2458 | 2026-07-04T15:58:20.626Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2459 | 2026-07-04T15:58:20.659Z | Compiling lru-cache v0.1.2 |
| 2460 | 2026-07-04T15:58:20.663Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2461 | 2026-07-04T15:58:20.702Z | Compiling slog-term v2.9.2 |
| 2462 | 2026-07-04T15:58:20.705Z | Compiling async-compression v0.4.41 |
| 2463 | 2026-07-04T15:58:20.744Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-07-04T15:58:20.853Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2465 | 2026-07-04T15:58:20.938Z | Compiling async-stream v0.3.6 |
| 2466 | 2026-07-04T15:58:21.022Z | Compiling dropshot v0.17.1 |
| 2467 | 2026-07-04T15:58:21.045Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-07-04T15:58:21.067Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-07-04T15:58:21.087Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-07-04T15:58:21.110Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-07-04T15:58:21.139Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-07-04T15:58:21.262Z | Compiling backon v1.6.0 |
| 2473 | 2026-07-04T15:58:21.283Z | Compiling hostname v0.4.2 |
| 2474 | 2026-07-04T15:58:21.306Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-07-04T15:58:21.310Z | Compiling instant v0.1.13 |
| 2476 | 2026-07-04T15:58:21.350Z | Compiling minimal-lexical v0.2.1 |
| 2477 | 2026-07-04T15:58:21.373Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-07-04T15:58:21.411Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2479 | 2026-07-04T15:58:21.449Z | Compiling progenitor-extras v0.2.0 |
| 2480 | 2026-07-04T15:58:21.481Z | Compiling backoff v0.4.0 |
| 2481 | 2026-07-04T15:58:21.621Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-07-04T15:58:21.628Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2483 | 2026-07-04T15:58:21.632Z | Compiling nom v7.1.3 |
| 2484 | 2026-07-04T15:58:21.727Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-07-04T15:58:21.747Z | Compiling parse-display v0.10.0 |
| 2486 | 2026-07-04T15:58:21.796Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-07-04T15:58:21.819Z | Compiling hickory-proto v0.24.4 |
| 2488 | 2026-07-04T15:58:21.988Z | Compiling regress v0.10.5 |
| 2489 | 2026-07-04T15:58:22.501Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-07-04T15:58:22.522Z | Compiling humantime v2.3.0 |
| 2491 | 2026-07-04T15:58:22.542Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-07-04T15:58:22.755Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-07-04T15:58:22.821Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2494 | 2026-07-04T15:58:22.952Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2495 | 2026-07-04T15:58:23.125Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-07-04T15:58:23.301Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-07-04T15:58:23.440Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-07-04T15:58:23.845Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-07-04T15:58:23.990Z | Compiling toml v0.8.23 |
| 2500 | 2026-07-04T15:58:24.194Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-07-04T15:58:24.236Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-07-04T15:58:24.295Z | Compiling derive_more v2.1.1 |
| 2503 | 2026-07-04T15:58:24.368Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-07-04T15:58:24.407Z | Compiling termtree v0.5.1 |
| 2505 | 2026-07-04T15:58:24.465Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-07-04T15:58:24.621Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-07-04T15:58:24.625Z | Compiling crossterm v0.29.0 |
| 2508 | 2026-07-04T15:58:24.664Z | Compiling phf_shared v0.12.1 |
| 2509 | 2026-07-04T15:58:24.955Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-07-04T15:58:25.328Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-07-04T15:58:25.506Z | Compiling tabled v0.15.0 |
| 2512 | 2026-07-04T15:58:25.569Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-07-04T15:58:26.164Z | Compiling typify v0.6.2 |
| 2514 | 2026-07-04T15:58:26.445Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-07-04T15:58:26.782Z | Compiling qorb v0.4.1 |
| 2516 | 2026-07-04T15:58:27.851Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-07-04T15:58:28.372Z | Compiling csv-core v0.1.13 |
| 2518 | 2026-07-04T15:58:28.740Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-04T15:58:28.845Z | Compiling vte v0.14.1 |
| 2520 | 2026-07-04T15:58:29.118Z | Compiling highway v1.3.0 |
| 2521 | 2026-07-04T15:58:29.846Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-07-04T15:58:29.890Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2523 | 2026-07-04T15:58:30.122Z | Compiling strip-ansi-escapes v0.2.1 |
| 2524 | 2026-07-04T15:58:30.180Z | Compiling csv v1.4.0 |
| 2525 | 2026-07-04T15:58:30.420Z | Compiling phf v0.12.1 |
| 2526 | 2026-07-04T15:58:30.456Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-07-04T15:58:30.540Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-07-04T15:58:30.625Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-07-04T15:58:30.716Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-07-04T15:58:30.979Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-07-04T15:58:31.216Z | Compiling nu-ansi-term v0.50.3 |
| 2532 | 2026-07-04T15:58:31.376Z | Compiling const_format v0.2.35 |
| 2533 | 2026-07-04T15:58:31.714Z | Compiling reedline v0.40.0 |
| 2534 | 2026-07-04T15:58:31.828Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-07-04T15:58:32.072Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2536 | 2026-07-04T15:58:32.419Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-07-04T15:58:33.121Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-07-04T15:58:33.237Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2539 | 2026-07-04T15:58:33.282Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2540 | 2026-07-04T15:58:33.313Z | Compiling peg v0.8.5 |
| 2541 | 2026-07-04T15:58:33.416Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2542 | 2026-07-04T15:58:33.467Z | Compiling bcs v0.1.6 |
| 2543 | 2026-07-04T15:58:33.956Z | Compiling nom v8.0.0 |
| 2544 | 2026-07-04T15:58:34.030Z | Compiling semver v0.1.20 |
| 2545 | 2026-07-04T15:58:34.350Z | Compiling rustc_version v0.1.7 |
| 2546 | 2026-07-04T15:58:34.602Z | Compiling newtype_derive v0.1.6 |
| 2547 | 2026-07-04T15:58:34.854Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-07-04T15:58:35.115Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2549 | 2026-07-04T15:58:35.204Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-07-04T15:58:35.395Z | Compiling smawk v0.3.2 |
| 2551 | 2026-07-04T15:58:35.520Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2552 | 2026-07-04T15:58:35.604Z | Compiling unicode-linebreak v0.1.5 |
| 2553 | 2026-07-04T15:58:35.935Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2554 | 2026-07-04T15:58:36.026Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-07-04T15:58:36.071Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-07-04T15:58:36.226Z | Compiling steno v0.4.1 |
| 2557 | 2026-07-04T15:58:36.404Z | Compiling base64 v0.21.7 |
| 2558 | 2026-07-04T15:58:36.838Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2559 | 2026-07-04T15:58:37.169Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2560 | 2026-07-04T15:58:37.567Z | Compiling sha1 v0.10.6 |
| 2561 | 2026-07-04T15:58:37.771Z | Compiling tagptr v0.2.0 |
| 2562 | 2026-07-04T15:58:37.811Z | Compiling utf-8 v0.7.6 |
| 2563 | 2026-07-04T15:58:37.980Z | Compiling moka v0.12.13 |
| 2564 | 2026-07-04T15:58:38.045Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2565 | 2026-07-04T15:58:38.067Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-07-04T15:58:38.223Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-07-04T15:58:38.256Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-07-04T15:58:38.406Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-04T15:58:38.450Z | Compiling radium v0.7.0 |
| 2570 | 2026-07-04T15:58:38.546Z | Compiling tap v1.0.1 |
| 2571 | 2026-07-04T15:58:38.704Z | Compiling maybe-uninit v2.0.0 |
| 2572 | 2026-07-04T15:58:39.036Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-07-04T15:58:39.169Z | Compiling wyz v0.5.1 |
| 2574 | 2026-07-04T15:58:39.382Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-07-04T15:58:39.471Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2576 | 2026-07-04T15:58:39.494Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-07-04T15:58:39.497Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-07-04T15:58:39.746Z | Compiling crc-catalog v2.4.0 |
| 2579 | 2026-07-04T15:58:39.879Z | Compiling funty v2.0.0 |
| 2580 | 2026-07-04T15:58:40.362Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-07-04T15:58:40.535Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-07-04T15:58:40.621Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-07-04T15:58:40.941Z | Compiling zerocopy v0.6.6 |
| 2584 | 2026-07-04T15:58:40.968Z | Compiling bitvec v1.0.1 |
| 2585 | 2026-07-04T15:58:41.349Z | Compiling crc v3.4.0 |
| 2586 | 2026-07-04T15:58:41.584Z | Compiling scheduled-thread-pool v0.2.7 |
| 2587 | 2026-07-04T15:58:41.750Z | Compiling dsl_auto_type v0.2.0 |
| 2588 | 2026-07-04T15:58:42.229Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-07-04T15:58:42.316Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-07-04T15:58:42.503Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-07-04T15:58:42.761Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2592 | 2026-07-04T15:58:42.831Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2593 | 2026-07-04T15:58:42.901Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-07-04T15:58:42.938Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-07-04T15:58:43.082Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-07-04T15:58:43.168Z | Compiling dirs-sys-next v0.1.2 |
| 2597 | 2026-07-04T15:58:43.448Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-07-04T15:58:43.472Z | Compiling nodrop v0.1.14 |
| 2599 | 2026-07-04T15:58:43.573Z | Compiling glob v0.3.3 |
| 2600 | 2026-07-04T15:58:43.604Z | Compiling maplit v1.0.2 |
| 2601 | 2026-07-04T15:58:43.720Z | Compiling crunchy v0.2.4 |
| 2602 | 2026-07-04T15:58:43.741Z | Compiling bitfield v0.19.4 |
| 2603 | 2026-07-04T15:58:43.796Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-07-04T15:58:43.961Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-07-04T15:58:44.075Z | Compiling array-init v0.0.4 |
| 2606 | 2026-07-04T15:58:44.131Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-07-04T15:58:44.422Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-07-04T15:58:44.489Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-07-04T15:58:44.769Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-07-04T15:58:44.801Z | Compiling downcast-rs v2.0.2 |
| 2611 | 2026-07-04T15:58:44.975Z | Compiling tiny-keccak v2.0.2 |
| 2612 | 2026-07-04T15:58:45.041Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-07-04T15:58:45.254Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-07-04T15:58:45.480Z | Compiling term v0.7.0 |
| 2615 | 2026-07-04T15:58:45.670Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-07-04T15:58:45.694Z | Compiling tabled_derive v0.11.0 |
| 2617 | 2026-07-04T15:58:45.766Z | Compiling libscf-sys v1.1.0 |
| 2618 | 2026-07-04T15:58:45.843Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-07-04T15:58:45.950Z | Compiling ron v0.8.1 |
| 2620 | 2026-07-04T15:58:46.010Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-07-04T15:58:46.093Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-07-04T15:58:46.269Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-07-04T15:58:46.362Z | Compiling crc-any v2.5.0 |
| 2624 | 2026-07-04T15:58:46.559Z | Compiling bit-vec v0.6.3 |
| 2625 | 2026-07-04T15:58:46.809Z | Compiling object v0.30.4 |
| 2626 | 2026-07-04T15:58:46.809Z | Compiling bit-set v0.5.3 |
| 2627 | 2026-07-04T15:58:46.850Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-07-04T15:58:46.876Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2629 | 2026-07-04T15:58:47.014Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2630 | 2026-07-04T15:58:47.552Z | Compiling tabled v0.20.0 |
| 2631 | 2026-07-04T15:58:47.645Z | Compiling ascii-canvas v3.0.0 |
| 2632 | 2026-07-04T15:58:47.834Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2633 | 2026-07-04T15:58:47.929Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-07-04T15:58:48.442Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-07-04T15:58:48.529Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-07-04T15:58:49.098Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-07-04T15:58:49.122Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-04T15:58:49.294Z | Compiling diesel v2.3.7 |
| 2639 | 2026-07-04T15:58:49.317Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2640 | 2026-07-04T15:58:49.349Z | Compiling itertools v0.10.5 |
| 2641 | 2026-07-04T15:58:49.371Z | Compiling ena v0.14.4 |
| 2642 | 2026-07-04T15:58:49.499Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-04T15:58:49.623Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-04T15:58:49.757Z | Compiling path-slash v0.1.5 |
| 2645 | 2026-07-04T15:58:49.865Z | Compiling bindgen v0.71.1 |
| 2646 | 2026-07-04T15:58:49.956Z | Compiling xshell-macros v0.2.7 |
| 2647 | 2026-07-04T15:58:50.181Z | Compiling diff v0.1.13 |
| 2648 | 2026-07-04T15:58:50.390Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-07-04T15:58:50.456Z | Compiling unicase v2.9.0 |
| 2650 | 2026-07-04T15:58:50.535Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2651 | 2026-07-04T15:58:50.755Z | Compiling xshell v0.2.7 |
| 2652 | 2026-07-04T15:58:50.815Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2653 | 2026-07-04T15:58:50.915Z | Compiling progenitor-macro v0.13.0 |
| 2654 | 2026-07-04T15:58:51.998Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-07-04T15:58:52.360Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-07-04T15:58:53.188Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-04T15:58:53.900Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-07-04T15:58:54.153Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-07-04T15:58:54.639Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-07-04T15:58:55.154Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-04T15:58:55.216Z | Compiling progenitor v0.13.0 |
| 2662 | 2026-07-04T15:58:55.344Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2663 | 2026-07-04T15:58:55.682Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-07-04T15:58:56.022Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-07-04T15:58:56.534Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-07-04T15:58:56.638Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-04T15:58:56.707Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-07-04T15:58:56.853Z | Compiling headers v0.4.1 |
| 2669 | 2026-07-04T15:58:56.877Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-07-04T15:58:56.901Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-04T15:58:56.986Z | Compiling indoc v1.0.9 |
| 2672 | 2026-07-04T15:58:57.010Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-07-04T15:58:57.193Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-04T15:58:57.449Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-07-04T15:58:57.471Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-07-04T15:58:57.643Z | Compiling quick-xml v0.37.5 |
| 2677 | 2026-07-04T15:58:57.721Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-07-04T15:58:58.011Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-04T15:58:58.237Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-07-04T15:58:58.310Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-07-04T15:58:58.589Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-07-04T15:58:58.616Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-07-04T15:58:58.712Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-07-04T15:58:58.962Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2685 | 2026-07-04T15:58:59.018Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-07-04T15:58:59.371Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-07-04T15:58:59.392Z | Compiling half v1.8.3 |
| 2688 | 2026-07-04T15:58:59.445Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-07-04T15:58:59.690Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2026-07-04T15:58:59.851Z | Compiling polar-core v0.27.3 |
| 2691 | 2026-07-04T15:58:59.912Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2692 | 2026-07-04T15:58:59.970Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-07-04T15:59:00.205Z | Compiling samael v0.0.19 |
| 2694 | 2026-07-04T15:59:00.436Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2695 | 2026-07-04T15:59:00.542Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2696 | 2026-07-04T15:59:00.778Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2697 | 2026-07-04T15:59:00.892Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-07-04T15:59:01.001Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-07-04T15:59:01.134Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-07-04T15:59:01.292Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-07-04T15:59:01.478Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-07-04T15:59:01.914Z | Compiling salty v0.3.0 |
| 2703 | 2026-07-04T15:59:02.249Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-07-04T15:59:02.292Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-07-04T15:59:02.371Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-07-04T15:59:02.595Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-07-04T15:59:02.878Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-07-04T15:59:03.224Z | Compiling mime_guess v2.0.5 |
| 2709 | 2026-07-04T15:59:03.280Z | Compiling slog-scope v4.4.1 |
| 2710 | 2026-07-04T15:59:03.624Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2026-07-04T15:59:03.771Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-07-04T15:59:03.880Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2713 | 2026-07-04T15:59:04.380Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2714 | 2026-07-04T15:59:04.726Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-07-04T15:59:05.040Z | Compiling rfc6979 v0.4.0 |
| 2716 | 2026-07-04T15:59:05.157Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2717 | 2026-07-04T15:59:05.242Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-07-04T15:59:05.648Z | Compiling darling_core v0.23.0 |
| 2719 | 2026-07-04T15:59:05.698Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2720 | 2026-07-04T15:59:05.773Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-07-04T15:59:06.113Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-07-04T15:59:06.529Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-04T15:59:06.957Z | Compiling ecdsa v0.16.9 |
| 2724 | 2026-07-04T15:59:07.666Z | Compiling async-bb8-diesel v0.2.1 |
| 2725 | 2026-07-04T15:59:07.695Z | Compiling diesel-dtrace v0.5.0 |
| 2726 | 2026-07-04T15:59:08.006Z | Compiling darling_macro v0.23.0 |
| 2727 | 2026-07-04T15:59:08.028Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2728 | 2026-07-04T15:59:08.223Z | Compiling slog-stdlog v4.1.1 |
| 2729 | 2026-07-04T15:59:08.737Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-07-04T15:59:08.770Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2731 | 2026-07-04T15:59:08.791Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-07-04T15:59:08.870Z | Compiling atty v0.2.14 |
| 2733 | 2026-07-04T15:59:09.032Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-07-04T15:59:09.126Z | Compiling strsim v0.10.0 |
| 2735 | 2026-07-04T15:59:09.285Z | Compiling instability v0.3.11 |
| 2736 | 2026-07-04T15:59:09.448Z | Compiling oso v0.27.3 |
| 2737 | 2026-07-04T15:59:09.540Z | Compiling http-range v0.1.5 |
| 2738 | 2026-07-04T15:59:09.888Z | Compiling parse-size v1.1.0 |
| 2739 | 2026-07-04T15:59:10.111Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-07-04T15:59:10.165Z | Compiling darling_core v0.13.4 |
| 2741 | 2026-07-04T15:59:11.367Z | Compiling p384 v0.13.1 |
| 2742 | 2026-07-04T15:59:11.923Z | Compiling darling v0.23.0 |
| 2743 | 2026-07-04T15:59:12.039Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-04T15:59:13.258Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-04T15:59:13.662Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-04T15:59:14.694Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-04T15:59:16.157Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2748 | 2026-07-04T15:59:16.384Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2749 | 2026-07-04T15:59:17.177Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-04T15:59:17.330Z | Compiling ignore v0.4.25 |
| 2751 | 2026-07-04T15:59:17.585Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-04T15:59:18.163Z | Compiling castaway v0.2.4 |
| 2753 | 2026-07-04T15:59:18.328Z | Compiling vergen-git2 v9.1.0 |
| 2754 | 2026-07-04T15:59:18.582Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-04T15:59:18.856Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-04T15:59:18.982Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-04T15:59:19.096Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-07-04T15:59:19.835Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-04T15:59:20.153Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-07-04T15:59:20.297Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-07-04T15:59:20.540Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2762 | 2026-07-04T15:59:20.872Z | Compiling hyper-staticfile v0.10.1 |
| 2763 | 2026-07-04T15:59:20.974Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-07-04T15:59:21.459Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-04T15:59:21.541Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-07-04T15:59:21.564Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2767 | 2026-07-04T15:59:22.063Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2768 | 2026-07-04T15:59:22.136Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-07-04T15:59:22.158Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-07-04T15:59:22.182Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-07-04T15:59:22.381Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2772 | 2026-07-04T15:59:22.404Z | Compiling lru v0.12.5 |
| 2773 | 2026-07-04T15:59:22.473Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-07-04T15:59:22.637Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-07-04T15:59:22.640Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-07-04T15:59:22.678Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2777 | 2026-07-04T15:59:22.682Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2778 | 2026-07-04T15:59:22.737Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-07-04T15:59:22.956Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-07-04T15:59:23.037Z | Compiling ratatui v0.29.0 |
| 2781 | 2026-07-04T15:59:23.146Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-04T15:59:23.168Z | Compiling hickory-server v0.25.2 |
| 2783 | 2026-07-04T15:59:23.246Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2784 | 2026-07-04T15:59:23.492Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-07-04T15:59:23.571Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-07-04T15:59:23.919Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2787 | 2026-07-04T15:59:24.101Z | Compiling darling v0.13.4 |
| 2788 | 2026-07-04T15:59:24.141Z | Compiling sled v0.34.7 |
| 2789 | 2026-07-04T15:59:24.426Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2790 | 2026-07-04T15:59:24.477Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2791 | 2026-07-04T15:59:25.510Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2792 | 2026-07-04T15:59:26.818Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2793 | 2026-07-04T15:59:27.422Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2794 | 2026-07-04T15:59:27.631Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2795 | 2026-07-04T15:59:27.665Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-07-04T15:59:27.875Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-07-04T15:59:28.359Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-04T15:59:28.503Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-07-04T15:59:28.954Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-07-04T15:59:29.069Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-07-04T15:59:30.183Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-07-04T15:59:30.429Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2803 | 2026-07-04T15:59:30.675Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-07-04T15:59:30.901Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2805 | 2026-07-04T15:59:31.151Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2806 | 2026-07-04T15:59:31.403Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2807 | 2026-07-04T15:59:31.656Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2808 | 2026-07-04T15:59:31.896Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2809 | 2026-07-04T15:59:31.919Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-07-04T15:59:32.154Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2811 | 2026-07-04T15:59:32.176Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-07-04T15:59:32.414Z | Compiling git2 v0.20.4 |
| 2813 | 2026-07-04T15:59:32.461Z | Compiling void v1.0.2 |
| 2814 | 2026-07-04T15:59:32.615Z | Compiling lzss v0.8.2 |
| 2815 | 2026-07-04T15:59:33.104Z | Compiling illumos-nvpair v0.3.0 |
| 2816 | 2026-07-04T15:59:33.638Z | Compiling serde_with v1.14.0 |
| 2817 | 2026-07-04T15:59:33.685Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-07-04T15:59:34.074Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2819 | 2026-07-04T15:59:34.456Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-07-04T15:59:35.280Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2821 | 2026-07-04T15:59:35.503Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2822 | 2026-07-04T15:59:35.637Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2823 | 2026-07-04T15:59:36.914Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-07-04T15:59:37.577Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-07-04T15:59:38.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-04T15:59:38.369Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-07-04T15:59:38.618Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-07-04T15:59:38.684Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2026-07-04T15:59:40.183Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2830 | 2026-07-04T15:59:40.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2831 | 2026-07-04T15:59:40.693Z | Compiling nix v0.27.1 |
| 2832 | 2026-07-04T15:59:40.824Z | Compiling twox-hash v2.1.2 |
| 2833 | 2026-07-04T15:59:40.898Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-07-04T15:59:40.984Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2835 | 2026-07-04T15:59:41.134Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-07-04T15:59:41.219Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2837 | 2026-07-04T15:59:41.351Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2838 | 2026-07-04T15:59:41.401Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-07-04T15:59:41.539Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2840 | 2026-07-04T15:59:41.918Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2841 | 2026-07-04T15:59:43.358Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-07-04T15:59:44.042Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-07-04T15:59:45.611Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-07-04T15:59:46.003Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-07-04T15:59:46.083Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2846 | 2026-07-04T15:59:46.315Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2847 | 2026-07-04T15:59:46.566Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2848 | 2026-07-04T15:59:46.970Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-07-04T15:59:47.135Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2850 | 2026-07-04T15:59:47.276Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-07-04T15:59:47.679Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2852 | 2026-07-04T15:59:48.268Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-07-04T15:59:48.805Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-07-04T15:59:50.638Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-07-04T15:59:50.827Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-07-04T15:59:52.786Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2857 | 2026-07-04T15:59:53.057Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2858 | 2026-07-04T15:59:53.854Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-07-04T15:59:54.067Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-07-04T15:59:54.098Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-07-04T15:59:54.304Z | Compiling fatfs v0.3.6 |
| 2862 | 2026-07-04T15:59:54.445Z | Compiling yasna v0.5.2 |
| 2863 | 2026-07-04T15:59:54.881Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-07-04T15:59:54.907Z | Compiling seq-macro v0.3.6 |
| 2865 | 2026-07-04T15:59:55.143Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-07-04T15:59:55.377Z | Compiling assert_matches v1.5.0 |
| 2867 | 2026-07-04T15:59:55.493Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-07-04T15:59:55.515Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-07-04T15:59:55.702Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-07-04T15:59:56.202Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-07-04T15:59:56.502Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-07-04T15:59:58.980Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-07-04T15:59:59.241Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-07-04T15:59:59.503Z | Compiling subprocess v0.2.15 |
| 2875 | 2026-07-04T16:00:00.370Z | Compiling rtoolbox v0.0.3 |
| 2876 | 2026-07-04T16:00:00.486Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2877 | 2026-07-04T16:00:00.678Z | Compiling rpassword v7.4.0 |
| 2878 | 2026-07-04T16:00:00.791Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-07-04T16:00:01.018Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-07-04T16:00:01.929Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-07-04T16:00:02.737Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2882 | 2026-07-04T16:00:02.882Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-07-04T16:00:03.181Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-07-04T16:00:04.654Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2026-07-04T16:00:05.165Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2886 | 2026-07-04T16:00:05.426Z | Compiling uzers v0.12.2 |
| 2887 | 2026-07-04T16:00:06.201Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-07-04T16:00:06.250Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-07-04T16:00:07.344Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-07-04T16:00:08.078Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-07-04T16:00:09.827Z | Compiling support-bundle-viewer v0.1.2 |
| 2892 | 2026-07-04T16:00:10.823Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2893 | 2026-07-04T16:00:11.891Z | Compiling multimap v0.10.1 |
| 2894 | 2026-07-04T16:00:24.821Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-07-04T16:00:33.592Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2896 | 2026-07-04T16:00:35.718Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2897 | 2026-07-04T16:00:35.963Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-07-04T16:00:38.883Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-07-04T16:07:27.986Z | Finished `release` profile [optimized] target(s) in 9m 10s |
| 2900 | 2026-07-04T16:08:18.012Z | |
| 2901 | 2026-07-04T16:08:18.012Z | real 10:01.486658779 |
| 2902 | 2026-07-04T16:08:18.012Z | user 1:24:09.486496999 |
| 2903 | 2026-07-04T16:08:18.012Z | sys 3:38.662201948 |
| 2904 | 2026-07-04T16:08:18.012Z | trap 1.902623921 |
| 2905 | 2026-07-04T16:08:18.016Z | tflt 2.832100115 |
| 2906 | 2026-07-04T16:08:18.016Z | dflt 18.238199571 |
| 2907 | 2026-07-04T16:08:18.016Z | kflt 0.112992990 |
| 2908 | 2026-07-04T16:08:18.016Z | lock 7:19:15.389001356 |
| 2909 | 2026-07-04T16:08:18.016Z | slp 2:21:59.381183503 |
| 2910 | 2026-07-04T16:08:18.016Z | lat 2:28.897103842 |
| 2911 | 2026-07-04T16:08:18.016Z | stop 5:09.524831599 |
| 2912 | 2026-07-04T16:08:18.016Z | + mapfile -t packages |
| 2913 | 2026-07-04T16:08:18.016Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-07-04T16:08:18.927Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2915 | 2026-07-04T16:08:19.001Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-07-04T16:08:19.060Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-07-04T16:08:19.064Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-07-04T16:08:19.538Z | Compiling libc v0.2.185 |
| 2919 | 2026-07-04T16:08:19.539Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-07-04T16:08:19.539Z | Compiling serde v1.0.228 |
| 2921 | 2026-07-04T16:08:19.542Z | Compiling rustix v1.1.3 |
| 2922 | 2026-07-04T16:08:19.542Z | Compiling bitflags v2.11.0 |
| 2923 | 2026-07-04T16:08:19.542Z | Compiling serde_json v1.0.150 |
| 2924 | 2026-07-04T16:08:19.693Z | Compiling syn v2.0.117 |
| 2925 | 2026-07-04T16:08:19.693Z | Compiling usdt-impl v0.5.0 |
| 2926 | 2026-07-04T16:08:19.715Z | Compiling syn v1.0.109 |
| 2927 | 2026-07-04T16:08:19.727Z | Compiling log v0.4.29 |
| 2928 | 2026-07-04T16:08:19.730Z | Compiling getrandom v0.4.1 |
| 2929 | 2026-07-04T16:08:19.749Z | Compiling indexmap v2.14.0 |
| 2930 | 2026-07-04T16:08:19.762Z | Compiling fs-err v3.3.0 |
| 2931 | 2026-07-04T16:08:19.963Z | Compiling once_cell v1.21.3 |
| 2932 | 2026-07-04T16:08:20.039Z | Compiling heck v0.4.1 |
| 2933 | 2026-07-04T16:08:20.051Z | Compiling anyhow v1.0.102 |
| 2934 | 2026-07-04T16:08:20.496Z | Compiling errno v0.3.14 |
| 2935 | 2026-07-04T16:08:20.499Z | Compiling thread-id v4.2.2 |
| 2936 | 2026-07-04T16:08:20.499Z | Compiling memmap v0.7.0 |
| 2937 | 2026-07-04T16:08:21.249Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2026-07-04T16:08:21.501Z | Compiling tabled_derive v0.7.0 |
| 2939 | 2026-07-04T16:08:21.512Z | Compiling terminal_size v0.4.3 |
| 2940 | 2026-07-04T16:08:21.515Z | Compiling tempfile v3.25.0 |
| 2941 | 2026-07-04T16:08:21.612Z | Compiling clap_builder v4.6.0 |
| 2942 | 2026-07-04T16:08:21.612Z | Compiling textwrap v0.16.2 |
| 2943 | 2026-07-04T16:08:21.973Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-04T16:08:21.998Z | Compiling camino v1.2.2 |
| 2945 | 2026-07-04T16:08:22.034Z | Compiling cargo-platform v0.3.2 |
| 2946 | 2026-07-04T16:08:22.046Z | Compiling semver v1.0.28 |
| 2947 | 2026-07-04T16:08:22.262Z | Compiling tabled v0.15.0 |
| 2948 | 2026-07-04T16:08:22.318Z | Compiling camino-tempfile v1.4.1 |
| 2949 | 2026-07-04T16:08:22.539Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-07-04T16:08:22.543Z | Compiling thiserror-impl v1.0.69 |
| 2951 | 2026-07-04T16:08:22.543Z | Compiling zerocopy-derive v0.7.35 |
| 2952 | 2026-07-04T16:08:22.543Z | Compiling scroll_derive v0.12.1 |
| 2953 | 2026-07-04T16:08:22.543Z | Compiling thiserror-impl v2.0.18 |
| 2954 | 2026-07-04T16:08:22.543Z | Compiling clap_derive v4.6.1 |
| 2955 | 2026-07-04T16:08:22.549Z | Compiling pest_derive v2.8.6 |
| 2956 | 2026-07-04T16:08:23.336Z | Compiling scroll v0.12.0 |
| 2957 | 2026-07-04T16:08:23.500Z | Compiling zerocopy v0.7.35 |
| 2958 | 2026-07-04T16:08:23.625Z | Compiling goblin v0.8.2 |
| 2959 | 2026-07-04T16:08:23.786Z | Compiling thiserror v1.0.69 |
| 2960 | 2026-07-04T16:08:23.906Z | Compiling dtrace-parser v0.2.0 |
| 2961 | 2026-07-04T16:08:24.121Z | Compiling thiserror v2.0.18 |
| 2962 | 2026-07-04T16:08:24.350Z | Compiling clap v4.6.1 |
| 2963 | 2026-07-04T16:08:26.062Z | Compiling dof v0.3.0 |
| 2964 | 2026-07-04T16:08:26.152Z | Compiling toml_datetime v0.6.11 |
| 2965 | 2026-07-04T16:08:26.169Z | Compiling serde_spanned v0.6.9 |
| 2966 | 2026-07-04T16:08:26.180Z | Compiling serde_tokenstream v0.2.3 |
| 2967 | 2026-07-04T16:08:26.183Z | Compiling macaddr v1.0.1 |
| 2968 | 2026-07-04T16:08:26.218Z | Compiling cargo_metadata v0.23.1 |
| 2969 | 2026-07-04T16:08:26.229Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2970 | 2026-07-04T16:08:26.358Z | Compiling toml_edit v0.22.27 |
| 2971 | 2026-07-04T16:08:26.815Z | Compiling usdt-attr-macro v0.5.0 |
| 2972 | 2026-07-04T16:08:26.815Z | Compiling usdt-macro v0.5.0 |
| 2973 | 2026-07-04T16:08:27.510Z | Compiling usdt v0.5.0 |
| 2974 | 2026-07-04T16:08:28.044Z | Compiling toml v0.8.23 |
| 2975 | 2026-07-04T16:08:28.500Z | Compiling cargo_toml v0.21.0 |
| 2976 | 2026-07-04T16:08:33.101Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2977 | 2026-07-04T16:08:36.162Z | Finished `release` profile [optimized] target(s) in 17.08s |
| 2978 | 2026-07-04T16:08:36.269Z | |
| 2979 | 2026-07-04T16:08:36.269Z | real 17.171686241 |
| 2980 | 2026-07-04T16:08:36.269Z | user 2:14.677679532 |
| 2981 | 2026-07-04T16:08:36.269Z | sys 14.789054193 |
| 2982 | 2026-07-04T16:08:36.270Z | trap 0.068502485 |
| 2983 | 2026-07-04T16:08:36.270Z | tflt 0.636387225 |
| 2984 | 2026-07-04T16:08:36.273Z | dflt 1.774007539 |
| 2985 | 2026-07-04T16:08:36.273Z | kflt 0.000041930 |
| 2986 | 2026-07-04T16:08:36.273Z | lock 4:46.289173018 |
| 2987 | 2026-07-04T16:08:36.273Z | slp 2:53.889777550 |
| 2988 | 2026-07-04T16:08:36.273Z | lat 4.562199255 |
| 2989 | 2026-07-04T16:08:36.273Z | stop 15.074833010 |
| 2990 | 2026-07-04T16:08:36.273Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2991 | 2026-07-04T16:08:36.273Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2992 | 2026-07-04T16:08:36.273Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2993 | 2026-07-04T16:08:36.273Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2994 | 2026-07-04T16:08:36.273Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2995 | 2026-07-04T16:08:37.204Z | Compiling progenitor-client v0.14.0 |
| 2996 | 2026-07-04T16:08:37.204Z | Compiling newtype-uuid-macros v0.1.0 |
| 2997 | 2026-07-04T16:08:37.204Z | Compiling match_cfg v0.1.0 |
| 2998 | 2026-07-04T16:08:37.204Z | Compiling slog-json v2.6.1 |
| 2999 | 2026-07-04T16:08:37.207Z | Compiling structmeta-derive v0.3.0 |
| 3000 | 2026-07-04T16:08:37.207Z | Compiling sha1 v0.11.0 |
| 3001 | 2026-07-04T16:08:37.207Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-07-04T16:08:37.207Z | Compiling multer v3.1.0 |
| 3003 | 2026-07-04T16:08:37.207Z | Compiling debug-ignore v1.0.5 |
| 3004 | 2026-07-04T16:08:37.207Z | Compiling compression-core v0.4.31 |
| 3005 | 2026-07-04T16:08:37.207Z | Compiling atomicwrites v0.4.4 |
| 3006 | 2026-07-04T16:08:37.355Z | Compiling itertools v0.14.0 |
| 3007 | 2026-07-04T16:08:37.358Z | Compiling async-stream-impl v0.3.6 |
| 3008 | 2026-07-04T16:08:37.373Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3009 | 2026-07-04T16:08:37.386Z | Compiling serde_spanned v1.1.1 |
| 3010 | 2026-07-04T16:08:37.402Z | Compiling dropshot v0.17.1 |
| 3011 | 2026-07-04T16:08:37.430Z | Compiling hostname v0.3.1 |
| 3012 | 2026-07-04T16:08:37.643Z | Compiling compression-codecs v0.4.37 |
| 3013 | 2026-07-04T16:08:37.647Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3014 | 2026-07-04T16:08:37.647Z | Compiling waitgroup v0.1.2 |
| 3015 | 2026-07-04T16:08:37.647Z | Compiling rustls-pemfile v2.2.0 |
| 3016 | 2026-07-04T16:08:37.708Z | Compiling dropshot_endpoint v0.17.1 |
| 3017 | 2026-07-04T16:08:37.711Z | Compiling hostname v0.4.2 |
| 3018 | 2026-07-04T16:08:37.712Z | Compiling serde_path_to_error v0.1.20 |
| 3019 | 2026-07-04T16:08:37.834Z | Compiling slog-bunyan v2.5.0 |
| 3020 | 2026-07-04T16:08:37.873Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3021 | 2026-07-04T16:08:37.876Z | Compiling async-compression v0.4.41 |
| 3022 | 2026-07-04T16:08:37.923Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3023 | 2026-07-04T16:08:37.926Z | Compiling macaddr v1.0.1 |
| 3024 | 2026-07-04T16:08:37.955Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3025 | 2026-07-04T16:08:37.977Z | Compiling instant v0.1.13 |
| 3026 | 2026-07-04T16:08:37.980Z | Compiling regress v0.10.5 |
| 3027 | 2026-07-04T16:08:38.013Z | Compiling backon v1.6.0 |
| 3028 | 2026-07-04T16:08:38.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-07-04T16:08:38.111Z | Compiling async-stream v0.3.6 |
| 3030 | 2026-07-04T16:08:38.111Z | Compiling backoff v0.4.0 |
| 3031 | 2026-07-04T16:08:38.147Z | Compiling humantime v2.3.0 |
| 3032 | 2026-07-04T16:08:38.150Z | Compiling regress v0.11.1 |
| 3033 | 2026-07-04T16:08:38.195Z | Compiling progenitor-extras v0.2.0 |
| 3034 | 2026-07-04T16:08:38.247Z | Compiling half v2.7.1 |
| 3035 | 2026-07-04T16:08:38.265Z | Compiling crucible-workspace-hack v0.1.0 |
| 3036 | 2026-07-04T16:08:38.319Z | Compiling ciborium-io v0.2.2 |
| 3037 | 2026-07-04T16:08:38.361Z | Compiling convert_case v0.4.0 |
| 3038 | 2026-07-04T16:08:38.378Z | Compiling secrecy v0.10.3 |
| 3039 | 2026-07-04T16:08:38.430Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-07-04T16:08:38.450Z | Compiling unsafe-libyaml v0.2.11 |
| 3041 | 2026-07-04T16:08:38.468Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3042 | 2026-07-04T16:08:38.487Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3043 | 2026-07-04T16:08:38.506Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3044 | 2026-07-04T16:08:38.541Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3045 | 2026-07-04T16:08:38.562Z | Compiling ciborium-ll v0.2.2 |
| 3046 | 2026-07-04T16:08:38.599Z | Compiling inout v0.1.4 |
| 3047 | 2026-07-04T16:08:38.614Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3048 | 2026-07-04T16:08:38.674Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3049 | 2026-07-04T16:08:38.705Z | Compiling universal-hash v0.5.1 |
| 3050 | 2026-07-04T16:08:38.771Z | Compiling derive_more v0.99.20 |
| 3051 | 2026-07-04T16:08:38.795Z | Compiling ciborium v0.2.2 |
| 3052 | 2026-07-04T16:08:38.813Z | Compiling structmeta v0.3.0 |
| 3053 | 2026-07-04T16:08:38.829Z | Compiling cipher v0.4.4 |
| 3054 | 2026-07-04T16:08:38.850Z | Compiling opaque-debug v0.3.1 |
| 3055 | 2026-07-04T16:08:38.868Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3056 | 2026-07-04T16:08:38.887Z | Compiling byte-wrapper v0.1.0 |
| 3057 | 2026-07-04T16:08:38.890Z | Compiling blake2 v0.10.6 |
| 3058 | 2026-07-04T16:08:38.941Z | Compiling poly1305 v0.8.0 |
| 3059 | 2026-07-04T16:08:39.064Z | Compiling derive-ex v0.1.8 |
| 3060 | 2026-07-04T16:08:39.116Z | Compiling parse-display-derive v0.10.0 |
| 3061 | 2026-07-04T16:08:39.218Z | Compiling serde_yaml v0.9.34+deprecated |
| 3062 | 2026-07-04T16:08:39.254Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3063 | 2026-07-04T16:08:39.277Z | Compiling chacha20 v0.9.1 |
| 3064 | 2026-07-04T16:08:39.303Z | Compiling aead v0.5.2 |
| 3065 | 2026-07-04T16:08:39.420Z | Compiling password-hash v0.5.0 |
| 3066 | 2026-07-04T16:08:39.438Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3067 | 2026-07-04T16:08:39.530Z | Compiling chacha20poly1305 v0.10.1 |
| 3068 | 2026-07-04T16:08:39.553Z | Compiling indent_write v2.2.0 |
| 3069 | 2026-07-04T16:08:39.581Z | Compiling heapless v0.8.0 |
| 3070 | 2026-07-04T16:08:39.712Z | Compiling argon2 v0.5.3 |
| 3071 | 2026-07-04T16:08:39.733Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3072 | 2026-07-04T16:08:39.737Z | Compiling ingot-macros v0.1.1 |
| 3073 | 2026-07-04T16:08:39.770Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-07-04T16:08:39.880Z | Compiling typify-impl v0.6.2 |
| 3075 | 2026-07-04T16:08:39.973Z | Compiling thiserror-no-std v2.0.2 |
| 3076 | 2026-07-04T16:08:40.045Z | Compiling hash32 v0.3.1 |
| 3077 | 2026-07-04T16:08:40.093Z | Compiling vsss-rs v3.3.4 |
| 3078 | 2026-07-04T16:08:40.160Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3079 | 2026-07-04T16:08:40.237Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3080 | 2026-07-04T16:08:40.478Z | Compiling proc-macro-crate v3.4.0 |
| 3081 | 2026-07-04T16:08:40.511Z | Compiling smoltcp v0.11.0 |
| 3082 | 2026-07-04T16:08:40.937Z | Compiling cobs v0.3.0 |
| 3083 | 2026-07-04T16:08:40.956Z | Compiling test-strategy v0.4.5 |
| 3084 | 2026-07-04T16:08:40.992Z | Compiling colored v3.1.1 |
| 3085 | 2026-07-04T16:08:41.013Z | Compiling parse-display v0.10.0 |
| 3086 | 2026-07-04T16:08:41.030Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3087 | 2026-07-04T16:08:41.104Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3088 | 2026-07-04T16:08:41.178Z | Compiling num_enum_derive v0.7.6 |
| 3089 | 2026-07-04T16:08:41.229Z | Compiling postcard v1.1.3 |
| 3090 | 2026-07-04T16:08:41.355Z | Compiling proc-macro-error v1.0.4 |
| 3091 | 2026-07-04T16:08:41.372Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-07-04T16:08:41.411Z | Compiling rand v0.10.1 |
| 3093 | 2026-07-04T16:08:41.429Z | Compiling foreign-types-macros v0.2.3 |
| 3094 | 2026-07-04T16:08:41.529Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3095 | 2026-07-04T16:08:41.650Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3096 | 2026-07-04T16:08:41.670Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3097 | 2026-07-04T16:08:41.741Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3098 | 2026-07-04T16:08:41.745Z | Compiling rayon-core v1.13.0 |
| 3099 | 2026-07-04T16:08:41.787Z | Compiling foreign-types-shared v0.3.1 |
| 3100 | 2026-07-04T16:08:41.894Z | Compiling num_enum_derive v0.5.11 |
| 3101 | 2026-07-04T16:08:41.993Z | Compiling crossbeam-deque v0.8.6 |
| 3102 | 2026-07-04T16:08:42.049Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3103 | 2026-07-04T16:08:42.067Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3104 | 2026-07-04T16:08:42.083Z | Compiling cstr-argument v0.1.2 |
| 3105 | 2026-07-04T16:08:42.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3106 | 2026-07-04T16:08:42.188Z | Compiling foreign-types v0.5.0 |
| 3107 | 2026-07-04T16:08:42.277Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3108 | 2026-07-04T16:08:42.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3109 | 2026-07-04T16:08:42.384Z | Compiling zone_cfg_derive v0.3.1 |
| 3110 | 2026-07-04T16:08:42.404Z | Compiling num_enum v0.7.6 |
| 3111 | 2026-07-04T16:08:42.490Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3112 | 2026-07-04T16:08:42.566Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3113 | 2026-07-04T16:08:42.584Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-07-04T16:08:42.601Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3115 | 2026-07-04T16:08:42.626Z | Compiling itertools v0.12.1 |
| 3116 | 2026-07-04T16:08:42.664Z | Compiling rayon v1.11.0 |
| 3117 | 2026-07-04T16:08:42.683Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3118 | 2026-07-04T16:08:42.733Z | Compiling num-derive v0.4.2 |
| 3119 | 2026-07-04T16:08:42.810Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-07-04T16:08:42.847Z | Compiling cpubits v0.1.1 |
| 3121 | 2026-07-04T16:08:42.892Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3122 | 2026-07-04T16:08:42.927Z | Compiling glob v0.3.3 |
| 3123 | 2026-07-04T16:08:42.949Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3124 | 2026-07-04T16:08:42.966Z | Compiling ingot-types v0.1.2 |
| 3125 | 2026-07-04T16:08:42.985Z | Compiling smf v0.2.3 |
| 3126 | 2026-07-04T16:08:43.100Z | Compiling num_enum v0.5.11 |
| 3127 | 2026-07-04T16:08:43.159Z | Compiling whoami v1.6.1 |
| 3128 | 2026-07-04T16:08:43.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3129 | 2026-07-04T16:08:43.237Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3130 | 2026-07-04T16:08:43.255Z | Compiling usdt-attr-macro v0.5.0 |
| 3131 | 2026-07-04T16:08:43.259Z | Compiling usdt-macro v0.5.0 |
| 3132 | 2026-07-04T16:08:43.331Z | Compiling gethostname v0.5.0 |
| 3133 | 2026-07-04T16:08:43.382Z | Compiling ingot v0.1.1 |
| 3134 | 2026-07-04T16:08:43.486Z | Compiling num-rational v0.4.2 |
| 3135 | 2026-07-04T16:08:43.504Z | Compiling pem-rfc7468 v1.0.0 |
| 3136 | 2026-07-04T16:08:43.575Z | Compiling num-complex v0.4.6 |
| 3137 | 2026-07-04T16:08:43.593Z | Compiling memmap v0.7.0 |
| 3138 | 2026-07-04T16:08:43.752Z | Compiling derive-where v1.6.0 |
| 3139 | 2026-07-04T16:08:43.811Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3140 | 2026-07-04T16:08:43.829Z | Compiling float-ord v0.3.2 |
| 3141 | 2026-07-04T16:08:43.856Z | Compiling toml v0.8.23 |
| 3142 | 2026-07-04T16:08:43.980Z | Compiling zone v0.3.1 |
| 3143 | 2026-07-04T16:08:44.003Z | Compiling num v0.4.3 |
| 3144 | 2026-07-04T16:08:44.025Z | Compiling hmac v0.13.0 |
| 3145 | 2026-07-04T16:08:44.104Z | Compiling universal-hash v0.6.1 |
| 3146 | 2026-07-04T16:08:44.136Z | Compiling resolv-conf v0.7.6 |
| 3147 | 2026-07-04T16:08:44.159Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-07-04T16:08:44.182Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-04T16:08:44.245Z | Compiling cancel-safe-futures v0.1.5 |
| 3150 | 2026-07-04T16:08:44.249Z | Compiling owo-colors v4.3.0 |
| 3151 | 2026-07-04T16:08:44.280Z | Compiling polyval v0.7.1 |
| 3152 | 2026-07-04T16:08:44.322Z | Compiling der v0.8.0 |
| 3153 | 2026-07-04T16:08:44.433Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3154 | 2026-07-04T16:08:44.496Z | Compiling libsw-core v0.3.2 |
| 3155 | 2026-07-04T16:08:44.533Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-07-04T16:08:44.577Z | Compiling ghash v0.6.0 |
| 3157 | 2026-07-04T16:08:44.580Z | Compiling pbkdf2 v0.13.0 |
| 3158 | 2026-07-04T16:08:44.613Z | Compiling aes v0.9.1 |
| 3159 | 2026-07-04T16:08:44.699Z | Compiling libsw v3.5.0 |
| 3160 | 2026-07-04T16:08:44.742Z | Compiling console v0.15.11 |
| 3161 | 2026-07-04T16:08:44.745Z | Compiling hickory-proto v0.24.4 |
| 3162 | 2026-07-04T16:08:44.780Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-07-04T16:08:44.831Z | Compiling typify-macro v0.6.2 |
| 3164 | 2026-07-04T16:08:44.855Z | Compiling ctr v0.10.1 |
| 3165 | 2026-07-04T16:08:44.910Z | Compiling aead v0.6.1 |
| 3166 | 2026-07-04T16:08:44.928Z | Compiling sha2 v0.11.0 |
| 3167 | 2026-07-04T16:08:44.948Z | Compiling libefi-sys v0.1.0 |
| 3168 | 2026-07-04T16:08:45.065Z | Compiling linked-hash-map v0.5.6 |
| 3169 | 2026-07-04T16:08:45.105Z | Compiling linear-map v1.2.0 |
| 3170 | 2026-07-04T16:08:45.122Z | Compiling expectorate v1.2.0 |
| 3171 | 2026-07-04T16:08:45.206Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3172 | 2026-07-04T16:08:45.253Z | Compiling lru-cache v0.1.2 |
| 3173 | 2026-07-04T16:08:45.295Z | Compiling spki v0.8.0 |
| 3174 | 2026-07-04T16:08:45.320Z | Compiling aes-gcm v0.11.0 |
| 3175 | 2026-07-04T16:08:45.408Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3176 | 2026-07-04T16:08:45.426Z | Compiling crypto-bigint v0.7.5 |
| 3177 | 2026-07-04T16:08:45.442Z | Compiling git-stub v1.0.0 |
| 3178 | 2026-07-04T16:08:45.524Z | Compiling salsa20 v0.11.0 |
| 3179 | 2026-07-04T16:08:45.558Z | Compiling cbc v0.2.1 |
| 3180 | 2026-07-04T16:08:45.576Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-07-04T16:08:45.704Z | Compiling nom v8.0.0 |
| 3182 | 2026-07-04T16:08:45.707Z | Compiling semver v0.1.20 |
| 3183 | 2026-07-04T16:08:45.739Z | Compiling scrypt v0.12.0 |
| 3184 | 2026-07-04T16:08:45.760Z | Compiling git-stub-vcs v0.1.0 |
| 3185 | 2026-07-04T16:08:45.842Z | Compiling tokio-dtrace v0.1.1 |
| 3186 | 2026-07-04T16:08:46.011Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-07-04T16:08:46.061Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3188 | 2026-07-04T16:08:46.080Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-07-04T16:08:46.176Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3190 | 2026-07-04T16:08:46.283Z | Compiling minimal-lexical v0.2.1 |
| 3191 | 2026-07-04T16:08:46.301Z | Compiling newtype_derive v0.1.6 |
| 3192 | 2026-07-04T16:08:46.336Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-07-04T16:08:46.421Z | Compiling oxide-tokio-rt v0.1.4 |
| 3194 | 2026-07-04T16:08:46.442Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2026-07-04T16:08:46.478Z | Compiling pkcs5 v0.8.1 |
| 3196 | 2026-07-04T16:08:46.622Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3197 | 2026-07-04T16:08:46.644Z | Compiling nom v7.1.3 |
| 3198 | 2026-07-04T16:08:46.692Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-04T16:08:46.739Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3200 | 2026-07-04T16:08:46.757Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3201 | 2026-07-04T16:08:46.777Z | Compiling phf_shared v0.12.1 |
| 3202 | 2026-07-04T16:08:46.825Z | Compiling csv-core v0.1.13 |
| 3203 | 2026-07-04T16:08:46.847Z | Compiling typify v0.6.2 |
| 3204 | 2026-07-04T16:08:46.990Z | Compiling progenitor-impl v0.14.0 |
| 3205 | 2026-07-04T16:08:47.009Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3206 | 2026-07-04T16:08:47.033Z | Compiling highway v1.3.0 |
| 3207 | 2026-07-04T16:08:47.109Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3208 | 2026-07-04T16:08:47.112Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3209 | 2026-07-04T16:08:47.143Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3210 | 2026-07-04T16:08:47.162Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2026-07-04T16:08:47.205Z | Compiling xshell-macros v0.2.7 |
| 3212 | 2026-07-04T16:08:47.387Z | Compiling unicode-xid v0.2.6 |
| 3213 | 2026-07-04T16:08:47.462Z | Compiling chrono-tz v0.10.4 |
| 3214 | 2026-07-04T16:08:47.554Z | Compiling const_format_proc_macros v0.2.34 |
| 3215 | 2026-07-04T16:08:47.673Z | Compiling xshell v0.2.7 |
| 3216 | 2026-07-04T16:08:47.728Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3217 | 2026-07-04T16:08:48.145Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3218 | 2026-07-04T16:08:48.174Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3219 | 2026-07-04T16:08:48.174Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3220 | 2026-07-04T16:08:48.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-07-04T16:08:48.254Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3222 | 2026-07-04T16:08:48.273Z | Compiling qorb v0.4.1 |
| 3223 | 2026-07-04T16:08:48.312Z | Compiling csv v1.4.0 |
| 3224 | 2026-07-04T16:08:48.545Z | Compiling phf v0.12.1 |
| 3225 | 2026-07-04T16:08:48.744Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3226 | 2026-07-04T16:08:48.837Z | Compiling pkcs8 v0.11.0 |
| 3227 | 2026-07-04T16:08:48.949Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-07-04T16:08:49.112Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3229 | 2026-07-04T16:08:49.201Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-07-04T16:08:49.279Z | Compiling const_format v0.2.35 |
| 3231 | 2026-07-04T16:08:49.314Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-07-04T16:08:49.332Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-07-04T16:08:49.448Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3234 | 2026-07-04T16:08:49.565Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3235 | 2026-07-04T16:08:49.623Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3236 | 2026-07-04T16:08:49.646Z | Compiling bcs v0.1.6 |
| 3237 | 2026-07-04T16:08:49.850Z | Compiling progenitor-macro v0.14.0 |
| 3238 | 2026-07-04T16:08:50.018Z | Compiling ff v0.14.0 |
| 3239 | 2026-07-04T16:08:50.096Z | Compiling termtree v0.5.1 |
| 3240 | 2026-07-04T16:08:50.199Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3241 | 2026-07-04T16:08:50.280Z | Compiling tagptr v0.2.0 |
| 3242 | 2026-07-04T16:08:50.299Z | Compiling salty v0.3.0 |
| 3243 | 2026-07-04T16:08:50.423Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-07-04T16:08:50.466Z | Compiling moka v0.12.13 |
| 3245 | 2026-07-04T16:08:50.486Z | Compiling tabled v0.15.0 |
| 3246 | 2026-07-04T16:08:50.489Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3247 | 2026-07-04T16:08:50.640Z | Compiling steno v0.4.1 |
| 3248 | 2026-07-04T16:08:50.643Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3249 | 2026-07-04T16:08:50.673Z | Compiling sha1 v0.10.6 |
| 3250 | 2026-07-04T16:08:50.744Z | Compiling signature v3.0.0 |
| 3251 | 2026-07-04T16:08:50.831Z | Compiling base16ct v1.0.0 |
| 3252 | 2026-07-04T16:08:50.958Z | Compiling radium v0.7.0 |
| 3253 | 2026-07-04T16:08:50.961Z | Compiling base64 v0.21.7 |
| 3254 | 2026-07-04T16:08:50.994Z | Compiling sec1 v0.8.1 |
| 3255 | 2026-07-04T16:08:51.022Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3256 | 2026-07-04T16:08:51.061Z | Compiling group v0.14.0 |
| 3257 | 2026-07-04T16:08:51.308Z | Compiling hickory-resolver v0.25.2 |
| 3258 | 2026-07-04T16:08:51.331Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3259 | 2026-07-04T16:08:51.350Z | Compiling hkdf v0.13.0 |
| 3260 | 2026-07-04T16:08:51.353Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-07-04T16:08:51.385Z | Compiling rfc6979 v0.4.0 |
| 3262 | 2026-07-04T16:08:51.403Z | Compiling maybe-uninit v2.0.0 |
| 3263 | 2026-07-04T16:08:51.505Z | Compiling tap v1.0.1 |
| 3264 | 2026-07-04T16:08:51.559Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3265 | 2026-07-04T16:08:51.596Z | Compiling ecdsa v0.16.9 |
| 3266 | 2026-07-04T16:08:51.652Z | Compiling wyz v0.5.1 |
| 3267 | 2026-07-04T16:08:51.916Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-07-04T16:08:51.972Z | Compiling primeorder v0.13.6 |
| 3269 | 2026-07-04T16:08:52.078Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-07-04T16:08:52.111Z | Compiling utf-8 v0.7.6 |
| 3271 | 2026-07-04T16:08:52.290Z | Compiling parking_lot_core v0.8.6 |
| 3272 | 2026-07-04T16:08:52.309Z | Compiling funty v2.0.0 |
| 3273 | 2026-07-04T16:08:52.331Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3274 | 2026-07-04T16:08:52.348Z | Compiling packed_struct v0.10.1 |
| 3275 | 2026-07-04T16:08:52.568Z | Compiling proc-macro-error2 v2.0.1 |
| 3276 | 2026-07-04T16:08:52.614Z | Compiling tungstenite v0.21.0 |
| 3277 | 2026-07-04T16:08:52.652Z | Compiling p384 v0.13.1 |
| 3278 | 2026-07-04T16:08:52.716Z | Compiling bitvec v1.0.1 |
| 3279 | 2026-07-04T16:08:52.979Z | Compiling rfc6979 v0.5.0 |
| 3280 | 2026-07-04T16:08:53.055Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3281 | 2026-07-04T16:08:53.088Z | Compiling packed_struct_codegen v0.10.1 |
| 3282 | 2026-07-04T16:08:53.171Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-07-04T16:08:53.314Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3284 | 2026-07-04T16:08:53.408Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-07-04T16:08:53.427Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-07-04T16:08:53.431Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-07-04T16:08:53.464Z | Compiling nodrop v0.1.14 |
| 3288 | 2026-07-04T16:08:53.598Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3289 | 2026-07-04T16:08:53.614Z | Compiling crc-catalog v2.4.0 |
| 3290 | 2026-07-04T16:08:53.717Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3291 | 2026-07-04T16:08:53.768Z | Compiling crc v3.4.0 |
| 3292 | 2026-07-04T16:08:53.879Z | Compiling array-init v0.0.4 |
| 3293 | 2026-07-04T16:08:53.910Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3294 | 2026-07-04T16:08:53.996Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-07-04T16:08:54.027Z | Compiling ecdsa v0.17.0-rc.18 |
| 3296 | 2026-07-04T16:08:54.179Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3297 | 2026-07-04T16:08:54.219Z | Compiling libscf-sys v1.1.0 |
| 3298 | 2026-07-04T16:08:54.277Z | Compiling bitfield v0.19.4 |
| 3299 | 2026-07-04T16:08:54.294Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-07-04T16:08:54.354Z | Compiling tabled_derive v0.11.0 |
| 3301 | 2026-07-04T16:08:54.409Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3302 | 2026-07-04T16:08:54.442Z | Compiling zerocopy v0.6.6 |
| 3303 | 2026-07-04T16:08:54.480Z | Compiling primeorder v0.14.0-rc.10 |
| 3304 | 2026-07-04T16:08:54.517Z | Compiling primefield v0.14.0 |
| 3305 | 2026-07-04T16:08:54.543Z | Compiling progenitor-impl v0.13.0 |
| 3306 | 2026-07-04T16:08:54.635Z | Compiling papergrid v0.17.0 |
| 3307 | 2026-07-04T16:08:54.652Z | Compiling testing_table v0.3.0 |
| 3308 | 2026-07-04T16:08:54.716Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-07-04T16:08:54.789Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-07-04T16:08:54.842Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3311 | 2026-07-04T16:08:54.845Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3312 | 2026-07-04T16:08:54.845Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-04T16:08:54.919Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-07-04T16:08:54.991Z | Compiling hashbrown v0.12.3 |
| 3315 | 2026-07-04T16:08:55.131Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3316 | 2026-07-04T16:08:55.173Z | Compiling unicase v2.9.0 |
| 3317 | 2026-07-04T16:08:55.209Z | Compiling corncobs v0.1.4 |
| 3318 | 2026-07-04T16:08:55.332Z | Compiling progenitor v0.14.0 |
| 3319 | 2026-07-04T16:08:55.401Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3320 | 2026-07-04T16:08:55.419Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-07-04T16:08:55.478Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3322 | 2026-07-04T16:08:55.496Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-07-04T16:08:55.534Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3324 | 2026-07-04T16:08:55.675Z | Compiling tabled v0.20.0 |
| 3325 | 2026-07-04T16:08:55.765Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3326 | 2026-07-04T16:08:55.843Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3327 | 2026-07-04T16:08:55.863Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-04T16:08:55.895Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3329 | 2026-07-04T16:08:55.910Z | Compiling parking_lot v0.11.2 |
| 3330 | 2026-07-04T16:08:56.054Z | Compiling serde-hex v0.1.0 |
| 3331 | 2026-07-04T16:08:56.079Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3332 | 2026-07-04T16:08:56.129Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3333 | 2026-07-04T16:08:56.300Z | Compiling ron v0.8.1 |
| 3334 | 2026-07-04T16:08:56.347Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3335 | 2026-07-04T16:08:56.365Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3336 | 2026-07-04T16:08:56.478Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3337 | 2026-07-04T16:08:56.497Z | Compiling hashbrown v0.13.2 |
| 3338 | 2026-07-04T16:08:56.807Z | Compiling progenitor-client v0.13.0 |
| 3339 | 2026-07-04T16:08:56.958Z | Compiling prefix-trie v0.7.0 |
| 3340 | 2026-07-04T16:08:57.002Z | Compiling fxhash v0.2.1 |
| 3341 | 2026-07-04T16:08:57.093Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-07-04T16:08:57.178Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-07-04T16:08:57.178Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-07-04T16:08:57.403Z | Compiling hickory-server v0.25.2 |
| 3345 | 2026-07-04T16:08:57.406Z | Compiling sled v0.34.7 |
| 3346 | 2026-07-04T16:08:57.475Z | Compiling object v0.30.4 |
| 3347 | 2026-07-04T16:08:57.479Z | Compiling progenitor-macro v0.13.0 |
| 3348 | 2026-07-04T16:08:58.071Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3349 | 2026-07-04T16:08:58.099Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3350 | 2026-07-04T16:08:58.317Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-07-04T16:08:58.476Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3352 | 2026-07-04T16:08:58.495Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3353 | 2026-07-04T16:08:58.709Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-07-04T16:08:58.749Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3355 | 2026-07-04T16:08:59.191Z | Compiling ed25519 v3.0.0 |
| 3356 | 2026-07-04T16:08:59.235Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-07-04T16:08:59.387Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3358 | 2026-07-04T16:08:59.461Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-07-04T16:09:00.134Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3360 | 2026-07-04T16:09:00.277Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3361 | 2026-07-04T16:09:00.403Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3362 | 2026-07-04T16:09:00.438Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3363 | 2026-07-04T16:09:00.677Z | Compiling poly1305 v0.9.0 |
| 3364 | 2026-07-04T16:09:00.747Z | Compiling blowfish v0.10.0 |
| 3365 | 2026-07-04T16:09:00.782Z | Compiling blake2 v0.11.0-rc.6 |
| 3366 | 2026-07-04T16:09:00.882Z | Compiling keccak v0.2.0 |
| 3367 | 2026-07-04T16:09:00.981Z | Compiling half v1.8.3 |
| 3368 | 2026-07-04T16:09:01.002Z | Compiling crc8 v0.1.1 |
| 3369 | 2026-07-04T16:09:01.054Z | Compiling fiat-crypto v0.3.0 |
| 3370 | 2026-07-04T16:09:01.103Z | Compiling http-range v0.1.5 |
| 3371 | 2026-07-04T16:09:01.160Z | Compiling path-slash v0.1.5 |
| 3372 | 2026-07-04T16:09:01.208Z | Compiling argon2 v0.6.0-rc.8 |
| 3373 | 2026-07-04T16:09:01.295Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3374 | 2026-07-04T16:09:01.341Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3375 | 2026-07-04T16:09:01.345Z | Compiling serde_cbor v0.11.2 |
| 3376 | 2026-07-04T16:09:01.360Z | Compiling sha3 v0.11.0 |
| 3377 | 2026-07-04T16:09:01.457Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3378 | 2026-07-04T16:09:01.480Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3379 | 2026-07-04T16:09:01.508Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3380 | 2026-07-04T16:09:01.882Z | Compiling rsa v0.10.0-rc.18 |
| 3381 | 2026-07-04T16:09:01.902Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3382 | 2026-07-04T16:09:01.930Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-07-04T16:09:02.147Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3384 | 2026-07-04T16:09:02.254Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3385 | 2026-07-04T16:09:02.357Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-07-04T16:09:02.462Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3387 | 2026-07-04T16:09:02.485Z | Compiling p521 v0.14.0-rc.10 |
| 3388 | 2026-07-04T16:09:02.635Z | Compiling p256 v0.14.0-rc.10 |
| 3389 | 2026-07-04T16:09:02.664Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-07-04T16:09:02.718Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3391 | 2026-07-04T16:09:02.830Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3392 | 2026-07-04T16:09:02.833Z | Compiling yasna v0.5.2 |
| 3393 | 2026-07-04T16:09:02.998Z | Compiling kstat-rs v0.2.4 |
| 3394 | 2026-07-04T16:09:03.017Z | Compiling progenitor v0.13.0 |
| 3395 | 2026-07-04T16:09:03.204Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3396 | 2026-07-04T16:09:03.258Z | Compiling headers-core v0.3.0 |
| 3397 | 2026-07-04T16:09:03.281Z | Compiling kem v0.3.0 |
| 3398 | 2026-07-04T16:09:03.342Z | Compiling module-lattice v0.2.3 |
| 3399 | 2026-07-04T16:09:03.364Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-07-04T16:09:03.412Z | Compiling atty v0.2.14 |
| 3401 | 2026-07-04T16:09:03.441Z | Compiling headers v0.4.1 |
| 3402 | 2026-07-04T16:09:03.541Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3403 | 2026-07-04T16:09:03.559Z | Compiling rcgen v0.12.1 |
| 3404 | 2026-07-04T16:09:03.621Z | Compiling ml-kem v0.3.2 |
| 3405 | 2026-07-04T16:09:03.642Z | Compiling flume v0.11.1 |
| 3406 | 2026-07-04T16:09:03.703Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3407 | 2026-07-04T16:09:03.993Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3408 | 2026-07-04T16:09:04.012Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-07-04T16:09:04.289Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3410 | 2026-07-04T16:09:04.368Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3411 | 2026-07-04T16:09:04.569Z | Compiling hyper-staticfile v0.10.1 |
| 3412 | 2026-07-04T16:09:04.707Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3413 | 2026-07-04T16:09:04.735Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3414 | 2026-07-04T16:09:04.745Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3415 | 2026-07-04T16:09:05.123Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3416 | 2026-07-04T16:09:05.153Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3417 | 2026-07-04T16:09:05.171Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3418 | 2026-07-04T16:09:05.529Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3419 | 2026-07-04T16:09:05.548Z | Compiling russh-cryptovec v0.61.0 |
| 3420 | 2026-07-04T16:09:05.825Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3421 | 2026-07-04T16:09:05.850Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3422 | 2026-07-04T16:09:05.869Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-07-04T16:09:05.898Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-07-04T16:09:05.939Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3425 | 2026-07-04T16:09:06.123Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-07-04T16:09:06.330Z | Compiling generic-array v1.4.3 |
| 3427 | 2026-07-04T16:09:06.365Z | Compiling russh-util v0.52.0 |
| 3428 | 2026-07-04T16:09:06.418Z | Compiling enum_dispatch v0.3.13 |
| 3429 | 2026-07-04T16:09:06.567Z | Compiling delegate v0.13.5 |
| 3430 | 2026-07-04T16:09:06.695Z | Compiling p384 v0.14.0-rc.10 |
| 3431 | 2026-07-04T16:09:06.730Z | Compiling subprocess v0.2.15 |
| 3432 | 2026-07-04T16:09:06.936Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-07-04T16:09:07.129Z | Compiling display-error-chain v0.2.2 |
| 3434 | 2026-07-04T16:09:07.159Z | Compiling hex-literal v1.1.0 |
| 3435 | 2026-07-04T16:09:07.204Z | Compiling md5 v0.8.0 |
| 3436 | 2026-07-04T16:09:07.318Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-07-04T16:09:07.343Z | Compiling colored v2.2.0 |
| 3438 | 2026-07-04T16:09:07.424Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3439 | 2026-07-04T16:09:07.444Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-07-04T16:09:07.523Z | Compiling socket2 v0.5.10 |
| 3441 | 2026-07-04T16:09:07.593Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-07-04T16:09:08.368Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-07-04T16:09:09.041Z | Compiling ssh-key v0.7.0-rc.10 |
| 3444 | 2026-07-04T16:09:09.154Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-07-04T16:09:09.632Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-07-04T16:09:10.366Z | Compiling russh v0.61.2 |
| 3447 | 2026-07-04T16:09:10.663Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-07-04T16:09:11.311Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-07-04T16:09:20.133Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-07-04T16:09:20.133Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3451 | 2026-07-04T16:09:20.133Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3452 | 2026-07-04T16:09:20.133Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-07-04T16:09:21.979Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-07-04T16:09:22.029Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-07-04T16:09:26.147Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3456 | 2026-07-04T16:10:07.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 3457 | 2026-07-04T16:10:07.751Z | |
| 3458 | 2026-07-04T16:10:07.752Z | real 1:31.417075605 |
| 3459 | 2026-07-04T16:10:07.752Z | user 9:17.944615590 |
| 3460 | 2026-07-04T16:10:07.752Z | sys 1:49.010094542 |
| 3461 | 2026-07-04T16:10:07.752Z | trap 0.286978531 |
| 3462 | 2026-07-04T16:10:07.752Z | tflt 0.396180606 |
| 3463 | 2026-07-04T16:10:07.752Z | dflt 1.602609894 |
| 3464 | 2026-07-04T16:10:07.755Z | kflt 0.000348640 |
| 3465 | 2026-07-04T16:10:07.755Z | lock 33:10.366298388 |
| 3466 | 2026-07-04T16:10:07.755Z | slp 21:23.437515297 |
| 3467 | 2026-07-04T16:10:07.755Z | lat 44.545375871 |
| 3468 | 2026-07-04T16:10:07.755Z | stop 3:10.379914789 |
| 3469 | 2026-07-04T16:10:07.755Z | + mkdir tests |
| 3470 | 2026-07-04T16:10:07.758Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3471 | 2026-07-04T16:10:07.758Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3472 | 2026-07-04T16:10:07.780Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/ |
| 3473 | 2026-07-04T16:10:07.803Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/ |
| 3474 | 2026-07-04T16:10:07.825Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/ |
| 3475 | 2026-07-04T16:10:07.847Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/ |
| 3476 | 2026-07-04T16:10:08.087Z | + 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/* tools/opte_version tools/opte_version_override) |
| 3477 | 2026-07-04T16:10:08.090Z | + 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 tools/opte_version tools/opte_version_override 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 |
| 3478 | 2026-07-04T16:11:31.004Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3479 | 2026-07-04T16:11:31.004Z | a .github/buildomat/ci-env.sh 1K |
| 3480 | 2026-07-04T16:11:31.004Z | a out/target/test 1K |
| 3481 | 2026-07-04T16:11:31.004Z | a out/npuzone/npuzone 27402K |
| 3482 | 2026-07-04T16:11:31.004Z | a package-manifest.toml 35K |
| 3483 | 2026-07-04T16:11:31.004Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3484 | 2026-07-04T16:11:31.004Z | a target/release/omicron-package 40719K |
| 3485 | 2026-07-04T16:11:31.004Z | a target/release/xtask 10425K |
| 3486 | 2026-07-04T16:11:31.004Z | a target/debug/bootstrap 349414K |
| 3487 | 2026-07-04T16:11:31.005Z | a tests/bootstrap-ca561ce3ba29e3d2 31974K |
| 3488 | 2026-07-04T16:11:31.005Z | a tests/commtest-de50baf115444d57 32169K |
| 3489 | 2026-07-04T16:11:31.005Z | a tests/dhcp_server-7642b2d57d595135 31974K |
| 3490 | 2026-07-04T16:11:31.005Z | a tests/end_to_end_tests-f893b9f61afabf44 399289K |
| 3491 | 2026-07-04T16:11:31.005Z | a tools/opte_version 1K |
| 3492 | 2026-07-04T16:11:31.005Z | a tools/opte_version_override 2K |
| 3493 | 2026-07-04T16:11:31.005Z | a out/clickhouse.tar.gz 311363K |
| 3494 | 2026-07-04T16:11:31.005Z | a out/clickhouse_keeper.tar.gz 297833K |
| 3495 | 2026-07-04T16:11:31.005Z | a out/clickhouse_server.tar.gz 311360K |
| 3496 | 2026-07-04T16:11:31.005Z | a out/cockroachdb.tar.gz 161734K |
| 3497 | 2026-07-04T16:11:31.005Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3498 | 2026-07-04T16:11:31.005Z | a out/crucible-utils.tar 18900K |
| 3499 | 2026-07-04T16:11:31.005Z | a out/crucible-zone.tar.gz 53806K |
| 3500 | 2026-07-04T16:11:31.005Z | a out/external-dns.tar.gz 46794K |
| 3501 | 2026-07-04T16:11:31.005Z | a out/internal-dns.tar.gz 46794K |
| 3502 | 2026-07-04T16:11:31.005Z | a out/mg-ddm-gz.tar 97917K |
| 3503 | 2026-07-04T16:11:31.005Z | a out/nexus.tar.gz 274673K |
| 3504 | 2026-07-04T16:11:31.005Z | a out/ntp.tar.gz 29911K |
| 3505 | 2026-07-04T16:11:31.005Z | a out/omicron-gateway-softnpu.tar.gz 27767K |
| 3506 | 2026-07-04T16:11:31.005Z | a out/omicron-sled-agent.tar 197550K |
| 3507 | 2026-07-04T16:11:31.005Z | a out/overlay.tar.gz 3K |
| 3508 | 2026-07-04T16:11:31.007Z | a out/oximeter.tar.gz 62543K |
| 3509 | 2026-07-04T16:11:31.007Z | a out/oxlog.tar 3808K |
| 3510 | 2026-07-04T16:11:31.007Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-07-04T16:11:31.007Z | a out/propolis-server.tar.gz 34372K |
| 3512 | 2026-07-04T16:11:31.007Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-07-04T16:11:31.007Z | a out/switch-softnpu.tar.gz 448364K |
| 3514 | 2026-07-04T16:11:31.012Z | |
| 3515 | 2026-07-04T16:11:31.012Z | real 1:22.913222721 |
| 3516 | 2026-07-04T16:11:31.012Z | user 1:20.190839508 |
| 3517 | 2026-07-04T16:11:31.012Z | sys 4.543295575 |
| 3518 | 2026-07-04T16:11:31.012Z | trap 0.006913523 |
| 3519 | 2026-07-04T16:11:31.012Z | tflt 0.000000000 |
| 3520 | 2026-07-04T16:11:31.012Z | dflt 0.000000000 |
| 3521 | 2026-07-04T16:11:31.012Z | kflt 0.000000000 |
| 3522 | 2026-07-04T16:11:31.012Z | lock 0.000000000 |
| 3523 | 2026-07-04T16:11:31.012Z | slp 1:20.054102576 |
| 3524 | 2026-07-04T16:11:31.012Z | lat 1.025901104 |
| 3525 | 2026-07-04T16:11:31.012Z | stop 0.000165860 |
| 3526 | 2026-07-04T16:11:31.012Z | process exited: duration 1011035 ms, exit code 0 |
| |
| 3527 | 2026-07-04T16:11:31.026Z | found 1 output files |
| 3528 | 2026-07-04T16:11:31.026Z | uploading: /work/package.tar.gz (2488902809 bytes) |
| 3529 | 2026-07-04T16:11:59.737Z | uploaded: /work/package.tar.gz |