|
|
|
| 1 | 2026-08-28T22:14:53.211Z | job assigned to worker 01M156ZRGRWY0SKHD4ZRC9QRMT [factory aws, i-04cfb0f809b4c9041] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-28T22:14:59.968Z | starting task 0: "setup" |
| 3 | 2026-08-28T22:14:59.976Z | ++ uname -s |
| 4 | 2026-08-28T22:14:59.976Z | + kern=SunOS |
| 5 | 2026-08-28T22:14:59.976Z | + build_user=build |
| 6 | 2026-08-28T22:14:59.976Z | + build_uid=12345 |
| 7 | 2026-08-28T22:14:59.976Z | + work_dir=/work |
| 8 | 2026-08-28T22:14:59.976Z | + input_dir=/input |
| 9 | 2026-08-28T22:14:59.976Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-28T22:14:59.976Z | + case "$kern" in |
| 11 | 2026-08-28T22:14:59.976Z | + groupadd -g 12345 build |
| 12 | 2026-08-28T22:14:59.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-28T22:15:01.975Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-28T22:15:02.068Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-28T22:15:02.071Z | + home_fs=zfs |
| 16 | 2026-08-28T22:15:02.071Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-28T22:15:02.071Z | + mkdir -p /home/build |
| 18 | 2026-08-28T22:15:02.071Z | + chown build:build /home/build /work |
| 19 | 2026-08-28T22:15:04.076Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-28T22:15:04.080Z | process exited: duration 4118 ms, exit code 0 |
| |
| 21 | 2026-08-28T22:15:04.089Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-28T22:15:04.094Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-28T22:15:04.094Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-28T22:15:04.094Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-28T22:15:04.094Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-28T22:15:04.094Z | * rust toolchain profile = "default" |
| 27 | 2026-08-28T22:15:04.094Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-28T22:15:04.098Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-28T22:15:04.098Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-28T22:15:04.208Z | info: downloading installer |
| 31 | 2026-08-28T22:15:05.420Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-28T22:15:05.420Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-28T22:15:05.420Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-28T22:15:05.420Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-28T22:15:05.432Z | info: profile set to default |
| 36 | 2026-08-28T22:15:05.432Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-28T22:15:05.437Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-28T22:15:05.600Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-28T22:15:05.604Z | info: downloading 6 components |
| 40 | 2026-08-28T22:15:22.114Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-28T22:15:22.114Z | |
| 42 | 2026-08-28T22:15:22.142Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-28T22:15:22.142Z | |
| 44 | 2026-08-28T22:15:22.142Z | |
| 45 | 2026-08-28T22:15:22.142Z | Rust is installed now. Great! |
| 46 | 2026-08-28T22:15:22.142Z | |
| 47 | 2026-08-28T22:15:22.145Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-28T22:15:22.145Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-28T22:15:22.146Z | |
| 50 | 2026-08-28T22:15:22.146Z | To configure your current shell, you need to source |
| 51 | 2026-08-28T22:15:22.146Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-28T22:15:22.146Z | |
| 53 | 2026-08-28T22:15:22.146Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-28T22:15:22.146Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-28T22:15:22.146Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-28T22:15:22.146Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-28T22:15:22.146Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-28T22:15:22.146Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-28T22:15:22.146Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-28T22:15:22.146Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-28T22:15:22.146Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-28T22:15:22.240Z | + rustup --version |
| 63 | 2026-08-28T22:15:22.246Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-28T22:15:22.246Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-28T22:15:22.267Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-28T22:15:22.270Z | + cargo --version |
| 67 | 2026-08-28T22:15:22.280Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-28T22:15:22.283Z | + rustc --version |
| 69 | 2026-08-28T22:15:22.301Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-28T22:15:22.304Z | process exited: duration 18214 ms, exit code 0 |
| |
| 71 | 2026-08-28T22:15:22.312Z | starting task 2: "authentication" |
| 72 | 2026-08-28T22:15:22.334Z | process exited: duration 21 ms, exit code 0 |
| |
| 73 | 2026-08-28T22:15:22.343Z | starting task 3: "clone repository" |
| 74 | 2026-08-28T22:15:22.348Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-28T22:15:22.351Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-28T22:15:22.384Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-28T22:15:36.030Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-28T22:15:36.031Z | + git fetch origin c265b118cf0b6f321eb31fe00385c0178de5bafe |
| 79 | 2026-08-28T22:15:36.357Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-28T22:15:36.357Z | * branch c265b118cf0b6f321eb31fe00385c0178de5bafe -> FETCH_HEAD |
| 81 | 2026-08-28T22:15:36.372Z | + [[ -n '' ]] |
| 82 | 2026-08-28T22:15:36.372Z | + git reset --hard c265b118cf0b6f321eb31fe00385c0178de5bafe |
| 83 | 2026-08-28T22:15:36.628Z | HEAD is now at c265b118c Clarify AffinityPolicy variant doc comments (#7649) |
| 84 | 2026-08-28T22:15:36.632Z | process exited: duration 14288 ms, exit code 0 |
| |
| 85 | 2026-08-28T22:15:36.641Z | starting task 4: "build" |
| 86 | 2026-08-28T22:15:36.647Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-28T22:15:36.647Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-28T22:15:36.647Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-28T22:15:36.651Z | +++ uname -s |
| 90 | 2026-08-28T22:15:36.651Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-28T22:15:36.651Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-28T22:15:36.651Z | + cargo --version |
| 93 | 2026-08-28T22:15:36.659Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-28T22:15:36.662Z | + rustc --version |
| 95 | 2026-08-28T22:15:36.681Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-28T22:15:36.685Z | + WORK=/work |
| 97 | 2026-08-28T22:15:36.685Z | + pfexec mkdir -p /work |
| 98 | 2026-08-28T22:15:36.690Z | + pfexec chown build /work |
| 99 | 2026-08-28T22:15:36.693Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-28T22:15:38.730Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-28T22:15:39.128Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-28T22:15:41.465Z | Planning: Solver setup ... Done (2.169s) |
| 103 | 2026-08-28T22:15:41.492Z | Planning: Running solver ... Done (0.064s) |
| 104 | 2026-08-28T22:15:41.542Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-28T22:15:41.554Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-28T22:15:41.571Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-28T22:15:41.585Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-08-28T22:15:41.588Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-28T22:15:41.808Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 110 | 2026-08-28T22:15:41.812Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-28T22:15:42.631Z | Planning: Evaluating mediators ... Done (0.819s) |
| 112 | 2026-08-28T22:15:42.646Z | Planning: Planning completed in 3.46 seconds |
| 113 | 2026-08-28T22:15:42.646Z | Packages to install: 2 |
| 114 | 2026-08-28T22:15:42.646Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-28T22:15:42.646Z | Estimated space to be consumed: 83.65 MB |
| 116 | 2026-08-28T22:15:42.646Z | Create boot environment: No |
| 117 | 2026-08-28T22:15:42.646Z | Create backup boot environment: No |
| 118 | 2026-08-28T22:15:42.646Z | Rebuild boot archive: No |
| 119 | 2026-08-28T22:15:42.646Z | |
| 120 | 2026-08-28T22:15:42.646Z | Changed packages: |
| 121 | 2026-08-28T22:15:42.646Z | helios |
| 122 | 2026-08-28T22:15:42.646Z | developer/build-essential |
| 123 | 2026-08-28T22:15:42.646Z | None -> 11-3.0 |
| 124 | 2026-08-28T22:15:42.646Z | library/libxmlsec1 |
| 125 | 2026-08-28T22:15:42.646Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-28T22:15:42.665Z | |
| 127 | 2026-08-28T22:15:42.665Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-28T22:15:42.743Z | Download: Completed 1.28 MB in 0.08 seconds (16.2M/s) |
| 129 | 2026-08-28T22:15:42.841Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-28T22:15:42.905Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-28T22:15:42.946Z | Finalize: Updating package state database ... Done (0.039s) |
| 132 | 2026-08-28T22:15:42.946Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-28T22:15:43.006Z | Finalize: Updating image state ... Done (0.093s) |
| 134 | 2026-08-28T22:15:45.622Z | Finalize: Creating fast lookup database ... Done (2.562s) |
| 135 | 2026-08-28T22:15:45.691Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-08-28T22:15:45.715Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-28T22:15:45.816Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-28T22:15:46.185Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-28T22:15:46.281Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-28T22:15:46.285Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-28T22:15:46.470Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-28T22:15:46.501Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-08-28T22:15:46.502Z | Mediators to change: 2 |
| 144 | 2026-08-28T22:15:46.502Z | Create boot environment: No |
| 145 | 2026-08-28T22:15:46.502Z | Create backup boot environment: No |
| 146 | 2026-08-28T22:15:46.568Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-28T22:15:46.568Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-28T22:15:46.611Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-28T22:15:48.494Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-28T22:15:48.557Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-28T22:15:48.560Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-28T22:15:48.626Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-28T22:15:48.913Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-28T22:15:49.016Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-28T22:15:49.019Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-28T22:15:49.171Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-28T22:15:49.174Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-28T22:15:49.193Z | Mediators to change: 1 |
| 159 | 2026-08-28T22:15:49.193Z | Create boot environment: No |
| 160 | 2026-08-28T22:15:49.193Z | Create backup boot environment: No |
| 161 | 2026-08-28T22:15:49.238Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-28T22:15:49.238Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-28T22:15:49.292Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-28T22:15:51.200Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-28T22:15:51.262Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-28T22:15:51.266Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-28T22:15:51.319Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-28T22:15:51.624Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-28T22:15:51.624Z | apache system 2.4 system |
| 170 | 2026-08-28T22:15:51.624Z | clang system 15 system |
| 171 | 2026-08-28T22:15:51.624Z | csh system system illumos |
| 172 | 2026-08-28T22:15:51.624Z | ctags system system illumos |
| 173 | 2026-08-28T22:15:51.624Z | file vendor vendor darwinsys |
| 174 | 2026-08-28T22:15:51.624Z | file system system illumos |
| 175 | 2026-08-28T22:15:51.624Z | gcc vendor 14 vendor |
| 176 | 2026-08-28T22:15:51.624Z | gcc system 13 system |
| 177 | 2026-08-28T22:15:51.624Z | gcc system 10 system |
| 178 | 2026-08-28T22:15:51.624Z | go system 1.25 system |
| 179 | 2026-08-28T22:15:51.624Z | llvm system 15 system |
| 180 | 2026-08-28T22:15:51.624Z | mariadb system 11.4 system |
| 181 | 2026-08-28T22:15:51.624Z | mta vendor vendor dma |
| 182 | 2026-08-28T22:15:51.624Z | openjdk system 17 system |
| 183 | 2026-08-28T22:15:51.624Z | openjdk system 11 system |
| 184 | 2026-08-28T22:15:51.624Z | openssl vendor 3 vendor |
| 185 | 2026-08-28T22:15:51.624Z | perl system 5.40 system |
| 186 | 2026-08-28T22:15:51.625Z | postgresql system 18 system |
| 187 | 2026-08-28T22:15:51.625Z | postgresql system 17 system |
| 188 | 2026-08-28T22:15:51.625Z | python vendor 3 vendor |
| 189 | 2026-08-28T22:15:51.625Z | python system 2 system |
| 190 | 2026-08-28T22:15:51.625Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-28T22:15:51.625Z | ruby system 3.4 system |
| 192 | 2026-08-28T22:15:51.625Z | ruby system 3.0 system |
| 193 | 2026-08-28T22:15:51.625Z | words vendor vendor american-english |
| 194 | 2026-08-28T22:15:51.625Z | words system system australian-english |
| 195 | 2026-08-28T22:15:51.625Z | words system system british-english |
| 196 | 2026-08-28T22:15:51.625Z | words system system canadian-english |
| 197 | 2026-08-28T22:15:51.625Z | words system system french |
| 198 | 2026-08-28T22:15:51.625Z | words system system italian |
| 199 | 2026-08-28T22:15:51.626Z | words system system ngerman |
| 200 | 2026-08-28T22:15:51.626Z | words system system ogerman |
| 201 | 2026-08-28T22:15:51.626Z | words system system spanish |
| 202 | 2026-08-28T22:15:51.874Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-28T22:15:51.874Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-28T22:15:52.368Z | FMRI IFO |
| 205 | 2026-08-28T22:15:52.368Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-28T22:15:52.368Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-28T22:15:52.368Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-28T22:15:52.368Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-28T22:15:52.368Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-28T22:15:52.368Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-28T22:15:52.368Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-28T22:15:52.368Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-28T22:15:52.368Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-28T22:15:52.698Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-28T22:15:53.027Z | Updating crates.io index |
| 216 | 2026-08-28T22:15:53.030Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-28T22:15:53.320Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-28T22:15:53.711Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 219 | 2026-08-28T22:15:54.010Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-08-28T22:15:55.056Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-08-28T22:15:55.622Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-08-28T22:15:57.536Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-08-28T22:15:58.453Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-28T22:15:58.763Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-08-28T22:15:59.138Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-08-28T22:16:00.328Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-08-28T22:16:00.649Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-08-28T22:16:01.026Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 229 | 2026-08-28T22:16:01.612Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 230 | 2026-08-28T22:16:01.876Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 231 | 2026-08-28T22:16:02.141Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 232 | 2026-08-28T22:16:02.445Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-08-28T22:16:02.753Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-08-28T22:16:03.072Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-08-28T22:16:03.420Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-08-28T22:16:03.947Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 237 | 2026-08-28T22:16:04.247Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 238 | 2026-08-28T22:16:04.832Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 239 | 2026-08-28T22:16:05.168Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-08-28T22:16:05.445Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-08-28T22:16:05.917Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-08-28T22:16:06.191Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-08-28T22:16:06.514Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-08-28T22:16:07.172Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-08-28T22:16:07.480Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-08-28T22:16:07.801Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-08-28T22:16:08.287Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 248 | 2026-08-28T22:16:09.052Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-08-28T22:16:09.325Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-08-28T22:16:09.970Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-08-28T22:16:10.029Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 252 | 2026-08-28T22:16:10.357Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-08-28T22:16:10.638Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-08-28T22:16:10.989Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-08-28T22:16:11.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-08-28T22:16:11.486Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-28T22:16:11.887Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-28T22:16:14.517Z | Downloading crates ... |
| 259 | 2026-08-28T22:16:14.568Z | Downloaded cpufeatures v0.2.17 |
| 260 | 2026-08-28T22:16:14.577Z | Downloaded colorchoice v1.0.4 |
| 261 | 2026-08-28T22:16:14.577Z | Downloaded clap_lex v1.0.0 |
| 262 | 2026-08-28T22:16:14.598Z | Downloaded anstyle-query v1.1.5 |
| 263 | 2026-08-28T22:16:14.598Z | Downloaded crypto-common v0.1.7 |
| 264 | 2026-08-28T22:16:14.598Z | Downloaded dtrace-parser v0.2.0 |
| 265 | 2026-08-28T22:16:14.620Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-08-28T22:16:14.620Z | Downloaded dof v0.3.0 |
| 267 | 2026-08-28T22:16:14.620Z | Downloaded errno v0.3.14 |
| 268 | 2026-08-28T22:16:14.620Z | Downloaded fnv v1.0.7 |
| 269 | 2026-08-28T22:16:14.620Z | Downloaded cfg-if v1.0.4 |
| 270 | 2026-08-28T22:16:14.620Z | Downloaded macaddr v1.0.1 |
| 271 | 2026-08-28T22:16:14.621Z | Downloaded memmap v0.7.0 |
| 272 | 2026-08-28T22:16:14.621Z | Downloaded anstream v1.0.0 |
| 273 | 2026-08-28T22:16:14.621Z | Downloaded autocfg v1.5.0 |
| 274 | 2026-08-28T22:16:14.621Z | Downloaded bytecount v0.6.9 |
| 275 | 2026-08-28T22:16:14.621Z | Downloaded zerocopy v0.7.35 |
| 276 | 2026-08-28T22:16:14.630Z | Downloaded is_terminal_polyfill v1.70.2 |
| 277 | 2026-08-28T22:16:14.630Z | Downloaded fs-err v3.3.0 |
| 278 | 2026-08-28T22:16:14.630Z | Downloaded heck v0.4.1 |
| 279 | 2026-08-28T22:16:14.630Z | Downloaded once_cell v1.21.3 |
| 280 | 2026-08-28T22:16:14.630Z | Downloaded pest_derive v2.8.6 |
| 281 | 2026-08-28T22:16:14.630Z | Downloaded block-buffer v0.10.4 |
| 282 | 2026-08-28T22:16:14.630Z | Downloaded heck v0.5.0 |
| 283 | 2026-08-28T22:16:14.630Z | Downloaded cargo-platform v0.3.2 |
| 284 | 2026-08-28T22:16:14.630Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-08-28T22:16:14.631Z | Downloaded itoa v1.0.17 |
| 286 | 2026-08-28T22:16:14.631Z | Downloaded generic-array v0.14.7 |
| 287 | 2026-08-28T22:16:14.631Z | Downloaded byteorder v1.5.0 |
| 288 | 2026-08-28T22:16:14.649Z | Downloaded anyhow v1.0.104 |
| 289 | 2026-08-28T22:16:14.649Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-08-28T22:16:14.649Z | Downloaded scroll_derive v0.12.1 |
| 291 | 2026-08-28T22:16:14.649Z | Downloaded serde_spanned v0.6.9 |
| 292 | 2026-08-28T22:16:14.649Z | Downloaded tabled_derive v0.7.0 |
| 293 | 2026-08-28T22:16:14.650Z | Downloaded usdt v0.5.0 |
| 294 | 2026-08-28T22:16:14.650Z | Downloaded strsim v0.11.1 |
| 295 | 2026-08-28T22:16:14.660Z | Downloaded smawk v0.3.2 |
| 296 | 2026-08-28T22:16:14.660Z | Downloaded swrite v0.1.0 |
| 297 | 2026-08-28T22:16:14.660Z | Downloaded proc-macro-error-attr v1.0.4 |
| 298 | 2026-08-28T22:16:14.660Z | Downloaded pretty-hex v0.4.1 |
| 299 | 2026-08-28T22:16:14.660Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-08-28T22:16:14.670Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2026-08-28T22:16:14.670Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-08-28T22:16:14.670Z | Downloaded plain v0.2.3 |
| 303 | 2026-08-28T22:16:14.671Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-08-28T22:16:14.671Z | Downloaded version_check v0.9.5 |
| 305 | 2026-08-28T22:16:14.677Z | Downloaded terminal_size v0.4.3 |
| 306 | 2026-08-28T22:16:14.678Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-08-28T22:16:14.678Z | Downloaded anstyle v1.0.14 |
| 308 | 2026-08-28T22:16:14.678Z | Downloaded cargo_toml v0.21.0 |
| 309 | 2026-08-28T22:16:14.678Z | Downloaded utf8parse v0.2.2 |
| 310 | 2026-08-28T22:16:14.678Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-08-28T22:16:14.686Z | Downloaded digest v0.10.7 |
| 312 | 2026-08-28T22:16:14.687Z | Downloaded anstyle-parse v1.0.0 |
| 313 | 2026-08-28T22:16:14.687Z | Downloaded log v0.4.33 |
| 314 | 2026-08-28T22:16:14.687Z | Downloaded pest_generator v2.8.6 |
| 315 | 2026-08-28T22:16:14.701Z | Downloaded sha2 v0.10.9 |
| 316 | 2026-08-28T22:16:14.701Z | Downloaded thiserror v1.0.69 |
| 317 | 2026-08-28T22:16:14.701Z | Downloaded camino-tempfile v1.4.1 |
| 318 | 2026-08-28T22:16:14.701Z | Downloaded serde_tokenstream v0.2.3 |
| 319 | 2026-08-28T22:16:14.701Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-08-28T22:16:14.717Z | Downloaded zmij v1.0.21 |
| 321 | 2026-08-28T22:16:14.717Z | Downloaded proc-macro-error v1.0.4 |
| 322 | 2026-08-28T22:16:14.717Z | Downloaded usdt-impl v0.5.0 |
| 323 | 2026-08-28T22:16:14.717Z | Downloaded quote v1.0.45 |
| 324 | 2026-08-28T22:16:14.717Z | Downloaded scroll v0.12.0 |
| 325 | 2026-08-28T22:16:14.723Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-08-28T22:16:14.723Z | Downloaded cargo_metadata v0.23.1 |
| 327 | 2026-08-28T22:16:14.723Z | Downloaded clap v4.6.1 |
| 328 | 2026-08-28T22:16:14.723Z | Downloaded thiserror-impl v2.0.18 |
| 329 | 2026-08-28T22:16:14.732Z | Downloaded camino v1.2.5 |
| 330 | 2026-08-28T22:16:14.732Z | Downloaded tempfile v3.27.0 |
| 331 | 2026-08-28T22:16:14.749Z | Downloaded semver v1.0.28 |
| 332 | 2026-08-28T22:16:14.749Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-08-28T22:16:14.749Z | Downloaded zerocopy-derive v0.7.35 |
| 334 | 2026-08-28T22:16:14.750Z | Downloaded toml v0.8.23 |
| 335 | 2026-08-28T22:16:14.750Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-08-28T22:16:14.774Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-08-28T22:16:14.774Z | Downloaded bitflags v2.11.0 |
| 338 | 2026-08-28T22:16:14.774Z | Downloaded unicode-ident v1.0.24 |
| 339 | 2026-08-28T22:16:14.774Z | Downloaded proc-macro2 v1.0.106 |
| 340 | 2026-08-28T22:16:14.774Z | Downloaded serde_derive v1.0.228 |
| 341 | 2026-08-28T22:16:14.774Z | Downloaded clap_builder v4.6.0 |
| 342 | 2026-08-28T22:16:14.774Z | Downloaded pest_meta v2.8.6 |
| 343 | 2026-08-28T22:16:14.810Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-08-28T22:16:14.810Z | Downloaded serde_core v1.0.228 |
| 345 | 2026-08-28T22:16:14.810Z | Downloaded serde v1.0.228 |
| 346 | 2026-08-28T22:16:14.828Z | Downloaded getrandom v0.4.3 |
| 347 | 2026-08-28T22:16:14.828Z | Downloaded memchr v2.8.0 |
| 348 | 2026-08-28T22:16:14.828Z | Downloaded typenum v1.20.1 |
| 349 | 2026-08-28T22:16:14.828Z | Downloaded indexmap v2.14.0 |
| 350 | 2026-08-28T22:16:14.828Z | Downloaded pest v2.8.6 |
| 351 | 2026-08-28T22:16:14.880Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-08-28T22:16:14.906Z | Downloaded serde_json v1.0.151 |
| 353 | 2026-08-28T22:16:14.906Z | Downloaded goblin v0.8.2 |
| 354 | 2026-08-28T22:16:14.906Z | Downloaded winnow v0.7.14 |
| 355 | 2026-08-28T22:16:14.906Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-28T22:16:14.906Z | Downloaded syn v1.0.109 |
| 357 | 2026-08-28T22:16:14.907Z | Downloaded unicode-width v0.1.14 |
| 358 | 2026-08-28T22:16:14.907Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-08-28T22:16:14.918Z | Downloaded syn v2.0.117 |
| 360 | 2026-08-28T22:16:14.918Z | Downloaded rustix v1.1.4 |
| 361 | 2026-08-28T22:16:14.933Z | Downloaded libc v0.2.185 |
| 362 | 2026-08-28T22:16:14.987Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-28T22:16:15.002Z | Compiling quote v1.0.45 |
| 364 | 2026-08-28T22:16:15.002Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-28T22:16:15.002Z | Compiling serde_core v1.0.228 |
| 366 | 2026-08-28T22:16:15.002Z | Compiling libc v0.2.185 |
| 367 | 2026-08-28T22:16:15.002Z | Compiling version_check v0.9.5 |
| 368 | 2026-08-28T22:16:15.002Z | Compiling memchr v2.8.0 |
| 369 | 2026-08-28T22:16:15.002Z | Compiling serde v1.0.228 |
| 370 | 2026-08-28T22:16:15.002Z | Compiling zmij v1.0.21 |
| 371 | 2026-08-28T22:16:15.002Z | Compiling ucd-trie v0.1.7 |
| 372 | 2026-08-28T22:16:15.002Z | Compiling itoa v1.0.17 |
| 373 | 2026-08-28T22:16:15.166Z | Compiling thiserror v1.0.69 |
| 374 | 2026-08-28T22:16:15.173Z | Compiling rustix v1.1.4 |
| 375 | 2026-08-28T22:16:15.178Z | Compiling byteorder v1.5.0 |
| 376 | 2026-08-28T22:16:15.393Z | Compiling serde_json v1.0.151 |
| 377 | 2026-08-28T22:16:15.401Z | Compiling bitflags v2.11.0 |
| 378 | 2026-08-28T22:16:15.581Z | Compiling syn v1.0.109 |
| 379 | 2026-08-28T22:16:15.677Z | Compiling pest v2.8.6 |
| 380 | 2026-08-28T22:16:15.757Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-08-28T22:16:15.960Z | Compiling usdt-impl v0.5.0 |
| 382 | 2026-08-28T22:16:15.977Z | Compiling camino v1.2.5 |
| 383 | 2026-08-28T22:16:16.010Z | Compiling proc-macro-error v1.0.4 |
| 384 | 2026-08-28T22:16:16.050Z | Compiling log v0.4.33 |
| 385 | 2026-08-28T22:16:16.089Z | Compiling plain v0.2.3 |
| 386 | 2026-08-28T22:16:16.128Z | Compiling equivalent v1.0.2 |
| 387 | 2026-08-28T22:16:16.138Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-08-28T22:16:16.229Z | Compiling hashbrown v0.17.0 |
| 389 | 2026-08-28T22:16:16.344Z | Compiling getrandom v0.4.3 |
| 390 | 2026-08-28T22:16:16.365Z | Compiling anstyle-parse v1.0.0 |
| 391 | 2026-08-28T22:16:16.387Z | Compiling anstyle-query v1.1.5 |
| 392 | 2026-08-28T22:16:16.387Z | Compiling winnow v0.7.14 |
| 393 | 2026-08-28T22:16:16.387Z | Compiling is_terminal_polyfill v1.70.2 |
| 394 | 2026-08-28T22:16:16.503Z | Compiling errno v0.3.14 |
| 395 | 2026-08-28T22:16:16.522Z | Compiling thread-id v4.2.2 |
| 396 | 2026-08-28T22:16:16.571Z | Compiling pretty-hex v0.4.1 |
| 397 | 2026-08-28T22:16:16.594Z | Compiling cfg-if v1.0.4 |
| 398 | 2026-08-28T22:16:16.634Z | Compiling autocfg v1.5.0 |
| 399 | 2026-08-28T22:16:16.650Z | Compiling anstyle v1.0.14 |
| 400 | 2026-08-28T22:16:16.650Z | Compiling thiserror v2.0.18 |
| 401 | 2026-08-28T22:16:16.663Z | Compiling colorchoice v1.0.4 |
| 402 | 2026-08-28T22:16:16.746Z | Compiling pest_meta v2.8.6 |
| 403 | 2026-08-28T22:16:16.766Z | Compiling toml_write v0.1.2 |
| 404 | 2026-08-28T22:16:16.841Z | Compiling indexmap v2.14.0 |
| 405 | 2026-08-28T22:16:16.875Z | Compiling anstream v1.0.0 |
| 406 | 2026-08-28T22:16:16.910Z | Compiling fastrand v2.3.0 |
| 407 | 2026-08-28T22:16:16.921Z | Compiling syn v2.0.117 |
| 408 | 2026-08-28T22:16:17.092Z | Compiling heck v0.5.0 |
| 409 | 2026-08-28T22:16:17.115Z | Compiling heck v0.4.1 |
| 410 | 2026-08-28T22:16:17.115Z | Compiling clap_lex v1.0.0 |
| 411 | 2026-08-28T22:16:17.115Z | Compiling fs-err v3.3.0 |
| 412 | 2026-08-28T22:16:17.181Z | Compiling once_cell v1.21.3 |
| 413 | 2026-08-28T22:16:17.204Z | Compiling bytecount v0.6.9 |
| 414 | 2026-08-28T22:16:17.305Z | Compiling strsim v0.11.1 |
| 415 | 2026-08-28T22:16:17.322Z | Compiling anyhow v1.0.104 |
| 416 | 2026-08-28T22:16:17.322Z | Compiling unicode-width v0.1.14 |
| 417 | 2026-08-28T22:16:17.322Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-28T22:16:17.350Z | Compiling memmap v0.7.0 |
| 419 | 2026-08-28T22:16:17.413Z | Compiling unicode-width v0.2.0 |
| 420 | 2026-08-28T22:16:17.436Z | Compiling smawk v0.3.2 |
| 421 | 2026-08-28T22:16:17.471Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-08-28T22:16:17.547Z | Compiling papergrid v0.11.0 |
| 423 | 2026-08-28T22:16:17.571Z | Compiling swrite v0.1.0 |
| 424 | 2026-08-28T22:16:17.614Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-28T22:16:17.664Z | Compiling tempfile v3.27.0 |
| 426 | 2026-08-28T22:16:17.722Z | Compiling clap_builder v4.6.0 |
| 427 | 2026-08-28T22:16:17.751Z | Compiling textwrap v0.16.2 |
| 428 | 2026-08-28T22:16:18.068Z | Compiling semver v1.0.28 |
| 429 | 2026-08-28T22:16:18.068Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-08-28T22:16:18.359Z | Compiling camino-tempfile v1.4.1 |
| 431 | 2026-08-28T22:16:18.420Z | Compiling tabled_derive v0.7.0 |
| 432 | 2026-08-28T22:16:19.069Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-28T22:16:19.090Z | Compiling tabled v0.15.0 |
| 434 | 2026-08-28T22:16:19.740Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-08-28T22:16:19.752Z | Compiling thiserror-impl v1.0.69 |
| 436 | 2026-08-28T22:16:19.752Z | Compiling zerocopy-derive v0.7.35 |
| 437 | 2026-08-28T22:16:19.752Z | Compiling scroll_derive v0.12.1 |
| 438 | 2026-08-28T22:16:19.752Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-08-28T22:16:19.752Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-08-28T22:16:19.752Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-08-28T22:16:20.261Z | Compiling scroll v0.12.0 |
| 442 | 2026-08-28T22:16:20.310Z | Compiling zerocopy v0.7.35 |
| 443 | 2026-08-28T22:16:20.468Z | Compiling goblin v0.8.2 |
| 444 | 2026-08-28T22:16:20.663Z | Compiling dtrace-parser v0.2.0 |
| 445 | 2026-08-28T22:16:20.914Z | Compiling clap v4.6.1 |
| 446 | 2026-08-28T22:16:21.988Z | Compiling serde_spanned v0.6.9 |
| 447 | 2026-08-28T22:16:21.988Z | Compiling toml_datetime v0.6.11 |
| 448 | 2026-08-28T22:16:22.016Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 449 | 2026-08-28T22:16:22.016Z | Compiling macaddr v1.0.1 |
| 450 | 2026-08-28T22:16:22.018Z | Compiling cargo_metadata v0.23.1 |
| 451 | 2026-08-28T22:16:22.018Z | Compiling dof v0.3.0 |
| 452 | 2026-08-28T22:16:22.018Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-08-28T22:16:22.145Z | Compiling toml_edit v0.22.27 |
| 454 | 2026-08-28T22:16:22.677Z | Compiling usdt-attr-macro v0.5.0 |
| 455 | 2026-08-28T22:16:22.684Z | Compiling usdt-macro v0.5.0 |
| 456 | 2026-08-28T22:16:23.280Z | Compiling usdt v0.5.0 |
| 457 | 2026-08-28T22:16:23.400Z | Compiling toml v0.8.23 |
| 458 | 2026-08-28T22:16:23.709Z | Compiling cargo_toml v0.21.0 |
| 459 | 2026-08-28T22:16:24.980Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 460 | 2026-08-28T22:16:27.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s |
| 461 | 2026-08-28T22:16:27.230Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 462 | 2026-08-28T22:16:27.735Z | Downloading crates ... |
| 463 | 2026-08-28T22:16:27.794Z | Downloaded addr2line v0.25.1 |
| 464 | 2026-08-28T22:16:27.824Z | Downloaded async-recursion v1.1.1 |
| 465 | 2026-08-28T22:16:27.838Z | Downloaded bb8 v0.8.6 |
| 466 | 2026-08-28T22:16:27.838Z | Downloaded bit-set v0.8.0 |
| 467 | 2026-08-28T22:16:27.838Z | Downloaded enum-as-inner v0.6.1 |
| 468 | 2026-08-28T22:16:27.839Z | Downloaded base16ct v1.0.0 |
| 469 | 2026-08-28T22:16:27.839Z | Downloaded bitfield-macros v0.19.4 |
| 470 | 2026-08-28T22:16:27.839Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-08-28T22:16:27.840Z | Downloaded atty v0.2.14 |
| 472 | 2026-08-28T22:16:27.840Z | Downloaded fd-lock v4.0.4 |
| 473 | 2026-08-28T22:16:27.840Z | Downloaded flagset v0.4.7 |
| 474 | 2026-08-28T22:16:27.840Z | Downloaded futures-executor v0.3.32 |
| 475 | 2026-08-28T22:16:27.840Z | Downloaded embedded-io v0.4.0 |
| 476 | 2026-08-28T22:16:27.840Z | Downloaded embedded-io v0.6.1 |
| 477 | 2026-08-28T22:16:27.840Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2026-08-28T22:16:27.840Z | Downloaded bit-set v0.5.3 |
| 479 | 2026-08-28T22:16:27.840Z | Downloaded funty v2.0.0 |
| 480 | 2026-08-28T22:16:27.841Z | Downloaded bitfield-struct v0.6.2 |
| 481 | 2026-08-28T22:16:27.841Z | Downloaded ena v0.14.4 |
| 482 | 2026-08-28T22:16:27.841Z | Downloaded endian-type v0.1.2 |
| 483 | 2026-08-28T22:16:27.841Z | Downloaded fixedbitset v0.4.2 |
| 484 | 2026-08-28T22:16:27.841Z | Downloaded foreign-types v0.5.0 |
| 485 | 2026-08-28T22:16:27.841Z | Downloaded cexpr v0.6.0 |
| 486 | 2026-08-28T22:16:27.841Z | Downloaded bitfield v0.19.4 |
| 487 | 2026-08-28T22:16:27.841Z | Downloaded backtrace-ext v0.2.1 |
| 488 | 2026-08-28T22:16:27.841Z | Downloaded foldhash v0.2.0 |
| 489 | 2026-08-28T22:16:27.841Z | Downloaded const-oid v0.10.2 |
| 490 | 2026-08-28T22:16:27.858Z | Downloaded arrayref v0.3.9 |
| 491 | 2026-08-28T22:16:27.858Z | Downloaded hostname v0.4.2 |
| 492 | 2026-08-28T22:16:27.859Z | Downloaded array-init v0.0.4 |
| 493 | 2026-08-28T22:16:27.859Z | Downloaded float-ord v0.3.2 |
| 494 | 2026-08-28T22:16:27.859Z | Downloaded futures-sink v0.3.32 |
| 495 | 2026-08-28T22:16:27.859Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 496 | 2026-08-28T22:16:27.859Z | Downloaded aead v0.6.1 |
| 497 | 2026-08-28T22:16:27.859Z | Downloaded bit-vec v0.6.3 |
| 498 | 2026-08-28T22:16:27.860Z | Downloaded async-trait v0.1.89 |
| 499 | 2026-08-28T22:16:27.871Z | Downloaded float-cmp v0.10.0 |
| 500 | 2026-08-28T22:16:27.871Z | Downloaded foreign-types-macros v0.2.3 |
| 501 | 2026-08-28T22:16:27.871Z | Downloaded foreign-types-shared v0.3.1 |
| 502 | 2026-08-28T22:16:27.871Z | Downloaded ff v0.13.1 |
| 503 | 2026-08-28T22:16:27.871Z | Downloaded fxhash v0.2.1 |
| 504 | 2026-08-28T22:16:27.871Z | Downloaded form_urlencoded v1.2.2 |
| 505 | 2026-08-28T22:16:27.871Z | Downloaded base64ct v1.8.3 |
| 506 | 2026-08-28T22:16:27.872Z | Downloaded env_filter v2.0.0 |
| 507 | 2026-08-28T22:16:27.872Z | Downloaded foreign-types-shared v0.1.1 |
| 508 | 2026-08-28T22:16:27.872Z | Downloaded futures-core v0.3.32 |
| 509 | 2026-08-28T22:16:27.872Z | Downloaded base16ct v0.2.0 |
| 510 | 2026-08-28T22:16:27.872Z | Downloaded async-stream-impl v0.3.6 |
| 511 | 2026-08-28T22:16:27.887Z | Downloaded async-stream v0.3.6 |
| 512 | 2026-08-28T22:16:27.887Z | Downloaded hash32 v0.2.1 |
| 513 | 2026-08-28T22:16:27.887Z | Downloaded futures-io v0.3.32 |
| 514 | 2026-08-28T22:16:27.887Z | Downloaded headers-core v0.3.0 |
| 515 | 2026-08-28T22:16:27.887Z | Downloaded cfg_aliases v0.1.1 |
| 516 | 2026-08-28T22:16:27.887Z | Downloaded foreign-types v0.3.2 |
| 517 | 2026-08-28T22:16:27.887Z | Downloaded erased-serde v0.3.31 |
| 518 | 2026-08-28T22:16:27.887Z | Downloaded foldhash v0.1.5 |
| 519 | 2026-08-28T22:16:27.897Z | Downloaded castaway v0.2.4 |
| 520 | 2026-08-28T22:16:27.897Z | Downloaded ciborium-io v0.2.2 |
| 521 | 2026-08-28T22:16:27.897Z | Downloaded home v0.5.12 |
| 522 | 2026-08-28T22:16:27.897Z | Downloaded hash32 v0.3.1 |
| 523 | 2026-08-28T22:16:27.897Z | Downloaded futures-macro v0.3.32 |
| 524 | 2026-08-28T22:16:27.897Z | Downloaded compression-core v0.4.31 |
| 525 | 2026-08-28T22:16:27.897Z | Downloaded futures-task v0.3.32 |
| 526 | 2026-08-28T22:16:27.898Z | Downloaded hex v0.4.3 |
| 527 | 2026-08-28T22:16:27.906Z | Downloaded anstream v0.6.21 |
| 528 | 2026-08-28T22:16:27.906Z | Downloaded arrayvec v0.7.6 |
| 529 | 2026-08-28T22:16:27.906Z | Downloaded assert_matches v1.5.0 |
| 530 | 2026-08-28T22:16:27.906Z | Downloaded bit-vec v0.8.0 |
| 531 | 2026-08-28T22:16:27.906Z | Downloaded anstyle-parse v0.2.7 |
| 532 | 2026-08-28T22:16:27.906Z | Downloaded http-body v1.0.1 |
| 533 | 2026-08-28T22:16:27.907Z | Downloaded cbc v0.2.1 |
| 534 | 2026-08-28T22:16:27.907Z | Downloaded globwalk v0.9.1 |
| 535 | 2026-08-28T22:16:27.907Z | Downloaded httpdate v1.0.3 |
| 536 | 2026-08-28T22:16:27.913Z | Downloaded block-padding v0.4.2 |
| 537 | 2026-08-28T22:16:27.913Z | Downloaded ciborium-ll v0.2.2 |
| 538 | 2026-08-28T22:16:27.913Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-08-28T22:16:27.913Z | Downloaded hostname v0.3.1 |
| 540 | 2026-08-28T22:16:27.914Z | Downloaded atomicwrites v0.4.4 |
| 541 | 2026-08-28T22:16:27.914Z | Downloaded hubpack v0.1.2 |
| 542 | 2026-08-28T22:16:27.914Z | Downloaded git-stub v1.0.0 |
| 543 | 2026-08-28T22:16:27.928Z | Downloaded hubpack_derive v0.1.1 |
| 544 | 2026-08-28T22:16:27.928Z | Downloaded argon2 v0.6.0-rc.8 |
| 545 | 2026-08-28T22:16:27.940Z | Downloaded ghash v0.6.0 |
| 546 | 2026-08-28T22:16:27.940Z | Downloaded potential_utf v0.1.4 |
| 547 | 2026-08-28T22:16:27.940Z | Downloaded async-bb8-diesel v0.2.1 |
| 548 | 2026-08-28T22:16:27.940Z | Downloaded cobs v0.3.0 |
| 549 | 2026-08-28T22:16:27.940Z | Downloaded fs_extra v1.3.0 |
| 550 | 2026-08-28T22:16:27.940Z | Downloaded group v0.14.0 |
| 551 | 2026-08-28T22:16:27.940Z | Downloaded fixedbitset v0.5.7 |
| 552 | 2026-08-28T22:16:27.940Z | Downloaded gethostname v0.5.0 |
| 553 | 2026-08-28T22:16:27.945Z | Downloaded http-body-util v0.1.3 |
| 554 | 2026-08-28T22:16:27.945Z | Downloaded cfg_aliases v0.2.1 |
| 555 | 2026-08-28T22:16:27.945Z | Downloaded filetime v0.2.27 |
| 556 | 2026-08-28T22:16:27.946Z | Downloaded nibble_vec v0.1.0 |
| 557 | 2026-08-28T22:16:27.946Z | Downloaded nodrop v0.1.14 |
| 558 | 2026-08-28T22:16:27.946Z | Downloaded normalize-line-endings v0.3.0 |
| 559 | 2026-08-28T22:16:27.946Z | Downloaded fallible-iterator v0.2.0 |
| 560 | 2026-08-28T22:16:27.946Z | Downloaded num_threads v0.1.7 |
| 561 | 2026-08-28T22:16:27.946Z | Downloaded git-stub-vcs v0.1.0 |
| 562 | 2026-08-28T22:16:27.946Z | Downloaded globset v0.4.18 |
| 563 | 2026-08-28T22:16:27.946Z | Downloaded futures-channel v0.3.32 |
| 564 | 2026-08-28T22:16:27.960Z | Downloaded http-range v0.1.5 |
| 565 | 2026-08-28T22:16:27.960Z | Downloaded openssl-macros v0.1.1 |
| 566 | 2026-08-28T22:16:27.960Z | Downloaded cipher v0.5.2 |
| 567 | 2026-08-28T22:16:27.960Z | Downloaded aead v0.5.2 |
| 568 | 2026-08-28T22:16:27.960Z | Downloaded cassowary v0.3.0 |
| 569 | 2026-08-28T22:16:27.960Z | Downloaded chacha20 v0.9.1 |
| 570 | 2026-08-28T22:16:27.960Z | Downloaded hex-literal v1.1.0 |
| 571 | 2026-08-28T22:16:27.969Z | Downloaded bcs v0.1.6 |
| 572 | 2026-08-28T22:16:27.969Z | Downloaded block-buffer v0.12.1 |
| 573 | 2026-08-28T22:16:27.969Z | Downloaded camino-tempfile-ext v0.3.3 |
| 574 | 2026-08-28T22:16:27.969Z | Downloaded bitflags v1.3.2 |
| 575 | 2026-08-28T22:16:27.969Z | Downloaded cipher v0.4.4 |
| 576 | 2026-08-28T22:16:27.969Z | Downloaded predicates-core v1.0.10 |
| 577 | 2026-08-28T22:16:27.969Z | Downloaded rand_chacha v0.3.1 |
| 578 | 2026-08-28T22:16:27.970Z | Downloaded proc-macro-crate v1.3.1 |
| 579 | 2026-08-28T22:16:27.970Z | Downloaded ref-cast-impl v1.0.25 |
| 580 | 2026-08-28T22:16:27.970Z | Downloaded progenitor-macro v0.14.0 |
| 581 | 2026-08-28T22:16:27.970Z | Downloaded radium v0.7.0 |
| 582 | 2026-08-28T22:16:27.974Z | Downloaded backon v1.6.0 |
| 583 | 2026-08-28T22:16:27.974Z | Downloaded rfc6979 v0.6.0 |
| 584 | 2026-08-28T22:16:27.974Z | Downloaded env_logger v0.11.11 |
| 585 | 2026-08-28T22:16:27.982Z | Downloaded argon2 v0.5.3 |
| 586 | 2026-08-28T22:16:27.982Z | Downloaded bs58 v0.5.1 |
| 587 | 2026-08-28T22:16:27.982Z | Downloaded byte-wrapper v0.1.0 |
| 588 | 2026-08-28T22:16:27.990Z | Downloaded glob v0.3.3 |
| 589 | 2026-08-28T22:16:27.990Z | Downloaded cmov v0.5.4 |
| 590 | 2026-08-28T22:16:27.990Z | Downloaded compression-codecs v0.4.37 |
| 591 | 2026-08-28T22:16:27.990Z | Downloaded blowfish v0.10.0 |
| 592 | 2026-08-28T22:16:27.990Z | Downloaded buf-list v1.1.2 |
| 593 | 2026-08-28T22:16:28.003Z | Downloaded allocator-api2 v0.2.21 |
| 594 | 2026-08-28T22:16:28.004Z | Downloaded clang-sys v1.8.1 |
| 595 | 2026-08-28T22:16:28.004Z | Downloaded fs-err v2.11.0 |
| 596 | 2026-08-28T22:16:28.004Z | Downloaded ahash v0.8.12 |
| 597 | 2026-08-28T22:16:28.004Z | Downloaded ff v0.14.0 |
| 598 | 2026-08-28T22:16:28.004Z | Downloaded group v0.13.0 |
| 599 | 2026-08-28T22:16:28.004Z | Downloaded rustc-hash v2.1.1 |
| 600 | 2026-08-28T22:16:28.004Z | Downloaded highway v1.3.0 |
| 601 | 2026-08-28T22:16:28.004Z | Downloaded scopeguard v1.2.0 |
| 602 | 2026-08-28T22:16:28.016Z | Downloaded base64 v0.22.1 |
| 603 | 2026-08-28T22:16:28.016Z | Downloaded newline-converter v0.3.0 |
| 604 | 2026-08-28T22:16:28.016Z | Downloaded cmake v0.1.57 |
| 605 | 2026-08-28T22:16:28.016Z | Downloaded num-integer v0.1.46 |
| 606 | 2026-08-28T22:16:28.016Z | Downloaded num_enum v0.5.11 |
| 607 | 2026-08-28T22:16:28.023Z | Downloaded num_enum_derive v0.7.6 |
| 608 | 2026-08-28T22:16:28.023Z | Downloaded pbkdf2 v0.13.0 |
| 609 | 2026-08-28T22:16:28.023Z | Downloaded slog-envlogger v2.2.0 |
| 610 | 2026-08-28T22:16:28.023Z | Downloaded structmeta v0.3.0 |
| 611 | 2026-08-28T22:16:28.023Z | Downloaded hmac v0.13.0 |
| 612 | 2026-08-28T22:16:28.023Z | Downloaded chacha20 v0.10.0 |
| 613 | 2026-08-28T22:16:28.039Z | Downloaded console v0.15.11 |
| 614 | 2026-08-28T22:16:28.039Z | Downloaded pkcs8 v0.10.2 |
| 615 | 2026-08-28T22:16:28.039Z | Downloaded backoff v0.4.0 |
| 616 | 2026-08-28T22:16:28.039Z | Downloaded bzip2 v0.4.4 |
| 617 | 2026-08-28T22:16:28.064Z | Downloaded cancel-safe-futures v0.1.5 |
| 618 | 2026-08-28T22:16:28.064Z | Downloaded secrecy v0.10.3 |
| 619 | 2026-08-28T22:16:28.065Z | Downloaded sha1 v0.10.6 |
| 620 | 2026-08-28T22:16:28.065Z | Downloaded signature v2.2.0 |
| 621 | 2026-08-28T22:16:28.065Z | Downloaded bzip2 v0.6.1 |
| 622 | 2026-08-28T22:16:28.065Z | Downloaded colored v2.2.0 |
| 623 | 2026-08-28T22:16:28.065Z | Downloaded subtle v2.6.1 |
| 624 | 2026-08-28T22:16:28.065Z | Downloaded tokio-macros v2.7.0 |
| 625 | 2026-08-28T22:16:28.065Z | Downloaded signature v3.0.0 |
| 626 | 2026-08-28T22:16:28.065Z | Downloaded stable_deref_trait v1.2.1 |
| 627 | 2026-08-28T22:16:28.065Z | Downloaded oso-derive v0.27.3 |
| 628 | 2026-08-28T22:16:28.065Z | Downloaded tagptr v0.2.0 |
| 629 | 2026-08-28T22:16:28.065Z | Downloaded const-oid v0.9.6 |
| 630 | 2026-08-28T22:16:28.065Z | Downloaded password-hash v0.5.0 |
| 631 | 2026-08-28T22:16:28.083Z | Downloaded phf v0.12.1 |
| 632 | 2026-08-28T22:16:28.083Z | Downloaded colored v3.1.1 |
| 633 | 2026-08-28T22:16:28.083Z | Downloaded pem v3.0.6 |
| 634 | 2026-08-28T22:16:28.083Z | Downloaded pem-rfc7468 v0.7.0 |
| 635 | 2026-08-28T22:16:28.083Z | Downloaded phf v0.13.1 |
| 636 | 2026-08-28T22:16:28.083Z | Downloaded oxnet v0.1.6 |
| 637 | 2026-08-28T22:16:28.083Z | Downloaded progenitor v0.13.0 |
| 638 | 2026-08-28T22:16:28.083Z | Downloaded rfc6979 v0.4.0 |
| 639 | 2026-08-28T22:16:28.083Z | Downloaded progenitor-extras v0.2.0 |
| 640 | 2026-08-28T22:16:28.083Z | Downloaded rand_chacha v0.9.0 |
| 641 | 2026-08-28T22:16:28.083Z | Downloaded testing_table v0.3.0 |
| 642 | 2026-08-28T22:16:28.083Z | Downloaded supports-unicode v3.0.0 |
| 643 | 2026-08-28T22:16:28.083Z | Downloaded serde_path_to_error v0.1.20 |
| 644 | 2026-08-28T22:16:28.083Z | Downloaded serde_derive_internals v0.29.1 |
| 645 | 2026-08-28T22:16:28.083Z | Downloaded trait-variant v0.1.2 |
| 646 | 2026-08-28T22:16:28.083Z | Downloaded topological-sort v0.2.2 |
| 647 | 2026-08-28T22:16:28.083Z | Downloaded usdt-macro v0.6.0 |
| 648 | 2026-08-28T22:16:28.083Z | Downloaded zeroize_derive v1.5.0 |
| 649 | 2026-08-28T22:16:28.083Z | Downloaded blake2 v0.11.0-rc.6 |
| 650 | 2026-08-28T22:16:28.088Z | Downloaded parking_lot v0.11.2 |
| 651 | 2026-08-28T22:16:28.088Z | Downloaded enum_dispatch v0.3.13 |
| 652 | 2026-08-28T22:16:28.088Z | Downloaded sqlparser_derive v0.5.0 |
| 653 | 2026-08-28T22:16:28.088Z | Downloaded slog-json v2.6.1 |
| 654 | 2026-08-28T22:16:28.088Z | Downloaded slog-scope v4.4.1 |
| 655 | 2026-08-28T22:16:28.088Z | Downloaded half v1.8.3 |
| 656 | 2026-08-28T22:16:28.088Z | Downloaded httparse v1.10.1 |
| 657 | 2026-08-28T22:16:28.088Z | Downloaded xshell-macros v0.2.7 |
| 658 | 2026-08-28T22:16:28.088Z | Downloaded crunchy v0.2.4 |
| 659 | 2026-08-28T22:16:28.088Z | Downloaded darling_macro v0.21.3 |
| 660 | 2026-08-28T22:16:28.093Z | Downloaded pkcs1 v0.7.5 |
| 661 | 2026-08-28T22:16:28.101Z | Downloaded console v0.16.2 |
| 662 | 2026-08-28T22:16:28.101Z | Downloaded utf-8 v0.7.6 |
| 663 | 2026-08-28T22:16:28.102Z | Downloaded blake2 v0.10.6 |
| 664 | 2026-08-28T22:16:28.108Z | Downloaded strum_macros v0.24.3 |
| 665 | 2026-08-28T22:16:28.108Z | Downloaded synstructure v0.13.2 |
| 666 | 2026-08-28T22:16:28.108Z | Downloaded want v0.3.1 |
| 667 | 2026-08-28T22:16:28.108Z | Downloaded darling_macro v0.20.11 |
| 668 | 2026-08-28T22:16:28.108Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 669 | 2026-08-28T22:16:28.108Z | Downloaded fatfs v0.3.6 |
| 670 | 2026-08-28T22:16:28.119Z | Downloaded generic-array v1.4.3 |
| 671 | 2026-08-28T22:16:28.119Z | Downloaded getrandom v0.2.17 |
| 672 | 2026-08-28T22:16:28.119Z | Downloaded hyper-tls v0.6.0 |
| 673 | 2026-08-28T22:16:28.119Z | Downloaded compact_str v0.8.1 |
| 674 | 2026-08-28T22:16:28.119Z | Downloaded serde-hex v0.1.0 |
| 675 | 2026-08-28T22:16:28.119Z | Downloaded serde_with_macros v1.5.2 |
| 676 | 2026-08-28T22:16:28.125Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 677 | 2026-08-28T22:16:28.125Z | Downloaded try-lock v0.2.5 |
| 678 | 2026-08-28T22:16:28.125Z | Downloaded dunce v1.0.5 |
| 679 | 2026-08-28T22:16:28.125Z | Downloaded dof v0.4.0 |
| 680 | 2026-08-28T22:16:28.132Z | Downloaded string_cache v0.8.9 |
| 681 | 2026-08-28T22:16:28.132Z | Downloaded backtrace v0.3.76 |
| 682 | 2026-08-28T22:16:28.132Z | Downloaded base64 v0.21.7 |
| 683 | 2026-08-28T22:16:28.141Z | Downloaded ar_archive_writer v0.5.1 |
| 684 | 2026-08-28T22:16:28.142Z | Downloaded postcard v1.1.3 |
| 685 | 2026-08-28T22:16:28.142Z | Downloaded usdt v0.6.0 |
| 686 | 2026-08-28T22:16:28.142Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 687 | 2026-08-28T22:16:28.142Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-08-28T22:16:28.142Z | Downloaded is_ci v1.2.0 |
| 689 | 2026-08-28T22:16:28.149Z | Downloaded tiny-keccak v2.0.2 |
| 690 | 2026-08-28T22:16:28.149Z | Downloaded tinystr v0.8.2 |
| 691 | 2026-08-28T22:16:28.149Z | Downloaded libscf-sys v1.2.0 |
| 692 | 2026-08-28T22:16:28.150Z | Downloaded aes-gcm v0.11.0 |
| 693 | 2026-08-28T22:16:28.150Z | Downloaded getrandom v0.3.4 |
| 694 | 2026-08-28T22:16:28.165Z | Downloaded papergrid v0.18.0 |
| 695 | 2026-08-28T22:16:28.165Z | Downloaded elliptic-curve v0.14.1 |
| 696 | 2026-08-28T22:16:28.165Z | Downloaded find-msvc-tools v0.1.9 |
| 697 | 2026-08-28T22:16:28.165Z | Downloaded wyz v0.5.1 |
| 698 | 2026-08-28T22:16:28.176Z | Downloaded lalrpop-util v0.19.12 |
| 699 | 2026-08-28T22:16:28.176Z | Downloaded jiff-static v0.2.34 |
| 700 | 2026-08-28T22:16:28.176Z | Downloaded openssl-probe v0.1.6 |
| 701 | 2026-08-28T22:16:28.176Z | Downloaded memoffset v0.9.1 |
| 702 | 2026-08-28T22:16:28.176Z | Downloaded num-iter v0.1.45 |
| 703 | 2026-08-28T22:16:28.176Z | Downloaded arc-swap v1.8.2 |
| 704 | 2026-08-28T22:16:28.176Z | Downloaded ctr v0.10.1 |
| 705 | 2026-08-28T22:16:28.176Z | Downloaded const_format_proc_macros v0.2.34 |
| 706 | 2026-08-28T22:16:28.176Z | Downloaded corncobs v0.1.4 |
| 707 | 2026-08-28T22:16:28.176Z | Downloaded deranged v0.5.8 |
| 708 | 2026-08-28T22:16:28.176Z | Downloaded bytes v1.11.1 |
| 709 | 2026-08-28T22:16:28.176Z | Downloaded chacha20poly1305 v0.10.1 |
| 710 | 2026-08-28T22:16:28.181Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 711 | 2026-08-28T22:16:28.181Z | Downloaded lru v0.12.5 |
| 712 | 2026-08-28T22:16:28.181Z | Downloaded nonempty v0.12.0 |
| 713 | 2026-08-28T22:16:28.181Z | Downloaded oxide-generation-macros v0.2.0 |
| 714 | 2026-08-28T22:16:28.181Z | Downloaded critical-section v1.2.0 |
| 715 | 2026-08-28T22:16:28.181Z | Downloaded der_derive v0.7.3 |
| 716 | 2026-08-28T22:16:28.187Z | Downloaded new_debug_unreachable v1.0.6 |
| 717 | 2026-08-28T22:16:28.187Z | Downloaded parse-size v1.1.0 |
| 718 | 2026-08-28T22:16:28.187Z | Downloaded rand_pcg v0.10.2 |
| 719 | 2026-08-28T22:16:28.187Z | Downloaded tui-tree-widget v0.23.1 |
| 720 | 2026-08-28T22:16:28.187Z | Downloaded vergen-lib v0.1.6 |
| 721 | 2026-08-28T22:16:28.187Z | Downloaded flume v0.11.1 |
| 722 | 2026-08-28T22:16:28.193Z | Downloaded futures v0.3.32 |
| 723 | 2026-08-28T22:16:28.193Z | Downloaded headers v0.4.1 |
| 724 | 2026-08-28T22:16:28.201Z | Downloaded chumsky v0.9.3 |
| 725 | 2026-08-28T22:16:28.201Z | Downloaded percent-encoding v2.3.2 |
| 726 | 2026-08-28T22:16:28.201Z | Downloaded ciborium v0.2.2 |
| 727 | 2026-08-28T22:16:28.217Z | Downloaded tokio-stream v0.1.18 |
| 728 | 2026-08-28T22:16:28.217Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 729 | 2026-08-28T22:16:28.217Z | Downloaded flate2 v1.1.9 |
| 730 | 2026-08-28T22:16:28.232Z | Downloaded progenitor-macro v0.13.0 |
| 731 | 2026-08-28T22:16:28.232Z | Downloaded spki v0.8.0 |
| 732 | 2026-08-28T22:16:28.233Z | Downloaded defmt v1.0.1 |
| 733 | 2026-08-28T22:16:28.233Z | Downloaded rustls-platform-verifier v0.6.2 |
| 734 | 2026-08-28T22:16:28.233Z | Downloaded serde_plain v1.0.2 |
| 735 | 2026-08-28T22:16:28.233Z | Downloaded oxide-update-engine-types v0.1.2 |
| 736 | 2026-08-28T22:16:28.233Z | Downloaded humantime v2.3.0 |
| 737 | 2026-08-28T22:16:28.233Z | Downloaded ipnet v2.12.0 |
| 738 | 2026-08-28T22:16:28.233Z | Downloaded libsw v3.5.0 |
| 739 | 2026-08-28T22:16:28.233Z | Downloaded multer v3.1.0 |
| 740 | 2026-08-28T22:16:28.240Z | Downloaded poly1305 v0.9.0 |
| 741 | 2026-08-28T22:16:28.240Z | Downloaded signal-hook v0.3.18 |
| 742 | 2026-08-28T22:16:28.240Z | Downloaded slog v2.8.2 |
| 743 | 2026-08-28T22:16:28.240Z | Downloaded dtrace-parser v0.3.0 |
| 744 | 2026-08-28T22:16:28.240Z | Downloaded term v0.7.0 |
| 745 | 2026-08-28T22:16:28.240Z | Downloaded tokio-tungstenite v0.23.1 |
| 746 | 2026-08-28T22:16:28.240Z | Downloaded ref-cast v1.0.25 |
| 747 | 2026-08-28T22:16:28.240Z | Downloaded jobserver v0.1.34 |
| 748 | 2026-08-28T22:16:28.241Z | Downloaded russh-cryptovec v0.62.0 |
| 749 | 2026-08-28T22:16:28.241Z | Downloaded sha1 v0.11.0 |
| 750 | 2026-08-28T22:16:28.244Z | Downloaded rcgen v0.12.1 |
| 751 | 2026-08-28T22:16:28.247Z | Downloaded heapless v0.8.0 |
| 752 | 2026-08-28T22:16:28.311Z | Downloaded thread_local v1.1.9 |
| 753 | 2026-08-28T22:16:28.311Z | Downloaded diff v0.1.13 |
| 754 | 2026-08-28T22:16:28.311Z | Downloaded poly1305 v0.8.0 |
| 755 | 2026-08-28T22:16:28.311Z | Downloaded progenitor-client v0.13.0 |
| 756 | 2026-08-28T22:16:28.311Z | Downloaded supports-hyperlinks v3.2.0 |
| 757 | 2026-08-28T22:16:28.311Z | Downloaded tinyvec_macros v0.1.1 |
| 758 | 2026-08-28T22:16:28.311Z | Downloaded sync_wrapper v1.0.2 |
| 759 | 2026-08-28T22:16:28.311Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 760 | 2026-08-28T22:16:28.311Z | Downloaded tower-service v0.3.3 |
| 761 | 2026-08-28T22:16:28.312Z | Downloaded half v2.7.1 |
| 762 | 2026-08-28T22:16:28.312Z | Downloaded hmac v0.12.1 |
| 763 | 2026-08-28T22:16:28.312Z | Downloaded postgres-protocol v0.6.10 |
| 764 | 2026-08-28T22:16:28.312Z | Downloaded rand_seeder v0.4.0 |
| 765 | 2026-08-28T22:16:28.312Z | Downloaded tracing-core v0.1.36 |
| 766 | 2026-08-28T22:16:28.312Z | Downloaded lock_api v0.4.14 |
| 767 | 2026-08-28T22:16:28.312Z | Downloaded num_enum_derive v0.5.11 |
| 768 | 2026-08-28T22:16:28.312Z | Downloaded wait-timeout v0.2.1 |
| 769 | 2026-08-28T22:16:28.312Z | Downloaded usdt-attr-macro v0.6.0 |
| 770 | 2026-08-28T22:16:28.312Z | Downloaded tokio-test v0.4.5 |
| 771 | 2026-08-28T22:16:28.312Z | Downloaded newtype-uuid v1.3.2 |
| 772 | 2026-08-28T22:16:28.312Z | Downloaded oxide-generation v0.1.3 |
| 773 | 2026-08-28T22:16:28.312Z | Downloaded rustc_version v0.4.1 |
| 774 | 2026-08-28T22:16:28.313Z | Downloaded unit-prefix v0.5.2 |
| 775 | 2026-08-28T22:16:28.313Z | Downloaded zerofrom v0.1.6 |
| 776 | 2026-08-28T22:16:28.313Z | Downloaded hickory-server v0.25.2 |
| 777 | 2026-08-28T22:16:28.313Z | Downloaded parse-display-derive v0.10.0 |
| 778 | 2026-08-28T22:16:28.318Z | Downloaded crossbeam-utils v0.8.21 |
| 779 | 2026-08-28T22:16:28.318Z | Downloaded oxide-tokio-rt v0.1.4 |
| 780 | 2026-08-28T22:16:28.318Z | Downloaded parking_lot_core v0.8.6 |
| 781 | 2026-08-28T22:16:28.318Z | Downloaded serde_tokenstream v0.3.0 |
| 782 | 2026-08-28T22:16:28.318Z | Downloaded cc v1.2.56 |
| 783 | 2026-08-28T22:16:28.343Z | Downloaded cpubits v0.1.1 |
| 784 | 2026-08-28T22:16:28.343Z | Downloaded darling v0.20.11 |
| 785 | 2026-08-28T22:16:28.343Z | Downloaded oso v0.27.3 |
| 786 | 2026-08-28T22:16:28.343Z | Downloaded prettyplease v0.2.37 |
| 787 | 2026-08-28T22:16:28.345Z | Downloaded schemars_derive v0.8.22 |
| 788 | 2026-08-28T22:16:28.345Z | Downloaded primefield v0.14.0 |
| 789 | 2026-08-28T22:16:28.345Z | Downloaded simd-adler32 v0.3.8 |
| 790 | 2026-08-28T22:16:28.345Z | Downloaded sponge-cursor v0.1.0 |
| 791 | 2026-08-28T22:16:28.345Z | Downloaded rayon-core v1.13.0 |
| 792 | 2026-08-28T22:16:28.345Z | Downloaded document-features v0.2.12 |
| 793 | 2026-08-28T22:16:28.345Z | Downloaded crc8 v0.1.1 |
| 794 | 2026-08-28T22:16:28.345Z | Downloaded seq-macro v0.3.6 |
| 795 | 2026-08-28T22:16:28.345Z | Downloaded serdect v0.4.3 |
| 796 | 2026-08-28T22:16:28.346Z | Downloaded memmap2 v0.9.10 |
| 797 | 2026-08-28T22:16:28.361Z | Downloaded strum_macros v0.27.2 |
| 798 | 2026-08-28T22:16:28.361Z | Downloaded dirs-next v2.0.0 |
| 799 | 2026-08-28T22:16:28.361Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 800 | 2026-08-28T22:16:28.361Z | Downloaded idna_adapter v1.2.1 |
| 801 | 2026-08-28T22:16:28.361Z | Downloaded indoc v1.0.9 |
| 802 | 2026-08-28T22:16:28.361Z | Downloaded postgres-types v0.2.12 |
| 803 | 2026-08-28T22:16:28.361Z | Downloaded heapless v0.7.17 |
| 804 | 2026-08-28T22:16:28.362Z | Downloaded instant v0.1.13 |
| 805 | 2026-08-28T22:16:28.362Z | Downloaded publicsuffix v2.3.0 |
| 806 | 2026-08-28T22:16:28.362Z | Downloaded async-compression v0.4.41 |
| 807 | 2026-08-28T22:16:28.362Z | Downloaded keccak v0.1.6 |
| 808 | 2026-08-28T22:16:28.362Z | Downloaded quinn v0.11.11 |
| 809 | 2026-08-28T22:16:28.362Z | Downloaded litrs v1.0.0 |
| 810 | 2026-08-28T22:16:28.362Z | Downloaded icu_properties v2.1.2 |
| 811 | 2026-08-28T22:16:28.375Z | Downloaded newtype_derive v0.1.6 |
| 812 | 2026-08-28T22:16:28.375Z | Downloaded bumpalo v3.20.2 |
| 813 | 2026-08-28T22:16:28.375Z | Downloaded slog-dtrace v0.3.0 |
| 814 | 2026-08-28T22:16:28.375Z | Downloaded slog-stdlog v4.1.1 |
| 815 | 2026-08-28T22:16:28.375Z | Downloaded vergen-git2 v9.1.0 |
| 816 | 2026-08-28T22:16:28.375Z | Downloaded vte v0.14.1 |
| 817 | 2026-08-28T22:16:28.389Z | Downloaded writeable v0.6.2 |
| 818 | 2026-08-28T22:16:28.389Z | Downloaded uzers v0.12.2 |
| 819 | 2026-08-28T22:16:28.389Z | Downloaded maybe-uninit v2.0.0 |
| 820 | 2026-08-28T22:16:28.389Z | Downloaded vsss-rs v3.3.4 |
| 821 | 2026-08-28T22:16:28.389Z | Downloaded zstd v0.13.3 |
| 822 | 2026-08-28T22:16:28.389Z | Downloaded ssh-encoding v0.3.0 |
| 823 | 2026-08-28T22:16:28.389Z | Downloaded tokio-tungstenite v0.21.0 |
| 824 | 2026-08-28T22:16:28.389Z | Downloaded phf_shared v0.11.3 |
| 825 | 2026-08-28T22:16:28.393Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-08-28T22:16:28.393Z | Downloaded phf_shared v0.12.1 |
| 827 | 2026-08-28T22:16:28.393Z | Downloaded proc-macro-crate v3.4.0 |
| 828 | 2026-08-28T22:16:28.393Z | Downloaded psl-types v2.0.11 |
| 829 | 2026-08-28T22:16:28.393Z | Downloaded rustls-pki-types v1.14.0 |
| 830 | 2026-08-28T22:16:28.394Z | Downloaded zstd-safe v7.2.4 |
| 831 | 2026-08-28T22:16:28.402Z | Downloaded const_format v0.2.35 |
| 832 | 2026-08-28T22:16:28.402Z | Downloaded predicates-tree v1.0.13 |
| 833 | 2026-08-28T22:16:28.402Z | Downloaded hickory-resolver v0.24.4 |
| 834 | 2026-08-28T22:16:28.412Z | Downloaded quinn-udp v0.5.14 |
| 835 | 2026-08-28T22:16:28.421Z | Downloaded ecdsa v0.16.9 |
| 836 | 2026-08-28T22:16:28.421Z | Downloaded darling_core v0.20.11 |
| 837 | 2026-08-28T22:16:28.421Z | Downloaded delegate v0.13.5 |
| 838 | 2026-08-28T22:16:28.439Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 839 | 2026-08-28T22:16:28.439Z | Downloaded tls_codec v0.4.2 |
| 840 | 2026-08-28T22:16:28.439Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 841 | 2026-08-28T22:16:28.439Z | Downloaded scheduled-thread-pool v0.2.7 |
| 842 | 2026-08-28T22:16:28.439Z | Downloaded signal-hook-mio v0.2.5 |
| 843 | 2026-08-28T22:16:28.439Z | Downloaded scroll_derive v0.13.1 |
| 844 | 2026-08-28T22:16:28.440Z | Downloaded serde_repr v0.1.20 |
| 845 | 2026-08-28T22:16:28.440Z | Downloaded secrecy v0.8.0 |
| 846 | 2026-08-28T22:16:28.440Z | Downloaded serde_bytes v0.11.19 |
| 847 | 2026-08-28T22:16:28.470Z | Downloaded slog-bunyan v2.5.0 |
| 848 | 2026-08-28T22:16:28.470Z | Downloaded ingot-types v0.2.0 |
| 849 | 2026-08-28T22:16:28.470Z | Downloaded unicode_categories v0.1.1 |
| 850 | 2026-08-28T22:16:28.470Z | Downloaded salsa20 v0.11.0 |
| 851 | 2026-08-28T22:16:28.470Z | Downloaded unsafe-libyaml v0.2.11 |
| 852 | 2026-08-28T22:16:28.470Z | Downloaded knus-derive v3.4.0 |
| 853 | 2026-08-28T22:16:28.470Z | Downloaded libsw-core v0.3.2 |
| 854 | 2026-08-28T22:16:28.470Z | Downloaded strum v0.26.3 |
| 855 | 2026-08-28T22:16:28.471Z | Downloaded strum v0.27.2 |
| 856 | 2026-08-28T22:16:28.471Z | Downloaded thread-id v5.1.0 |
| 857 | 2026-08-28T22:16:28.471Z | Downloaded expectorate v1.2.0 |
| 858 | 2026-08-28T22:16:28.471Z | Downloaded untrusted v0.7.1 |
| 859 | 2026-08-28T22:16:28.471Z | Downloaded icu_locale_core v2.1.1 |
| 860 | 2026-08-28T22:16:28.481Z | Downloaded openssl-probe v0.2.1 |
| 861 | 2026-08-28T22:16:28.481Z | Downloaded yasna v0.5.2 |
| 862 | 2026-08-28T22:16:28.481Z | Downloaded oxide-update-engine-display v0.1.2 |
| 863 | 2026-08-28T22:16:28.481Z | Downloaded peg v0.8.5 |
| 864 | 2026-08-28T22:16:28.481Z | Downloaded multimap v0.10.1 |
| 865 | 2026-08-28T22:16:28.481Z | Downloaded stringprep v0.1.5 |
| 866 | 2026-08-28T22:16:28.481Z | Downloaded xattr v1.6.1 |
| 867 | 2026-08-28T22:16:28.482Z | Downloaded darling v0.21.3 |
| 868 | 2026-08-28T22:16:28.482Z | Downloaded hashbrown v0.12.3 |
| 869 | 2026-08-28T22:16:28.482Z | Downloaded yansi v1.0.1 |
| 870 | 2026-08-28T22:16:28.482Z | Downloaded zip v0.6.6 |
| 871 | 2026-08-28T22:16:28.482Z | Downloaded num-complex v0.4.6 |
| 872 | 2026-08-28T22:16:28.494Z | Downloaded crc-catalog v2.4.0 |
| 873 | 2026-08-28T22:16:28.495Z | Downloaded cstr-argument v0.1.2 |
| 874 | 2026-08-28T22:16:28.495Z | Downloaded crypto-bigint v0.5.5 |
| 875 | 2026-08-28T22:16:28.495Z | Downloaded untrusted v0.9.0 |
| 876 | 2026-08-28T22:16:28.496Z | Downloaded rustversion v1.0.22 |
| 877 | 2026-08-28T22:16:28.505Z | Downloaded ed25519 v3.0.0 |
| 878 | 2026-08-28T22:16:28.505Z | Downloaded unicode-xid v0.2.6 |
| 879 | 2026-08-28T22:16:28.505Z | Downloaded derive_more v2.1.1 |
| 880 | 2026-08-28T22:16:28.505Z | Downloaded samael v0.0.19 |
| 881 | 2026-08-28T22:16:28.505Z | Downloaded scuffle v0.1.0 |
| 882 | 2026-08-28T22:16:28.505Z | Downloaded downcast-rs v2.0.2 |
| 883 | 2026-08-28T22:16:28.513Z | Downloaded crc-any v2.5.0 |
| 884 | 2026-08-28T22:16:28.513Z | Downloaded pin-project v1.1.11 |
| 885 | 2026-08-28T22:16:28.513Z | Downloaded pkcs5 v0.8.1 |
| 886 | 2026-08-28T22:16:28.513Z | Downloaded aes v0.9.1 |
| 887 | 2026-08-28T22:16:28.513Z | Downloaded crc32fast v1.5.0 |
| 888 | 2026-08-28T22:16:28.526Z | Downloaded polyval v0.7.1 |
| 889 | 2026-08-28T22:16:28.526Z | Downloaded inout v0.2.2 |
| 890 | 2026-08-28T22:16:28.526Z | Downloaded des v0.9.0 |
| 891 | 2026-08-28T22:16:28.526Z | Downloaded iana-time-zone v0.1.65 |
| 892 | 2026-08-28T22:16:28.530Z | Downloaded kem v0.3.0 |
| 893 | 2026-08-28T22:16:28.530Z | Downloaded match_cfg v0.1.0 |
| 894 | 2026-08-28T22:16:28.530Z | Downloaded static_assertions v1.1.0 |
| 895 | 2026-08-28T22:16:28.531Z | Downloaded indexmap v1.9.3 |
| 896 | 2026-08-28T22:16:28.531Z | Downloaded rand_core v0.6.4 |
| 897 | 2026-08-28T22:16:28.531Z | Downloaded rpassword v7.5.4 |
| 898 | 2026-08-28T22:16:28.531Z | Downloaded parking_lot_core v0.9.12 |
| 899 | 2026-08-28T22:16:28.531Z | Downloaded dyn-clone v1.0.20 |
| 900 | 2026-08-28T22:16:28.531Z | Downloaded hickory-resolver v0.25.2 |
| 901 | 2026-08-28T22:16:28.535Z | Downloaded lru-cache v0.1.2 |
| 902 | 2026-08-28T22:16:28.535Z | Downloaded whoami v1.6.1 |
| 903 | 2026-08-28T22:16:28.535Z | Downloaded progenitor v0.14.0 |
| 904 | 2026-08-28T22:16:28.535Z | Downloaded mime v0.3.17 |
| 905 | 2026-08-28T22:16:28.535Z | Downloaded newtype-uuid-macros v0.1.0 |
| 906 | 2026-08-28T22:16:28.543Z | Downloaded opaque-debug v0.3.1 |
| 907 | 2026-08-28T22:16:28.544Z | Downloaded serde_yaml v0.9.34+deprecated |
| 908 | 2026-08-28T22:16:28.544Z | Downloaded ryu v1.0.23 |
| 909 | 2026-08-28T22:16:28.544Z | Downloaded xshell v0.2.7 |
| 910 | 2026-08-28T22:16:28.544Z | Downloaded hashbrown v0.13.2 |
| 911 | 2026-08-28T22:16:28.553Z | Downloaded socket2 v0.5.10 |
| 912 | 2026-08-28T22:16:28.553Z | Downloaded quick-error v1.2.3 |
| 913 | 2026-08-28T22:16:28.563Z | Downloaded olpc-cjson v0.1.4 |
| 914 | 2026-08-28T22:16:28.563Z | Downloaded recursive v0.1.1 |
| 915 | 2026-08-28T22:16:28.563Z | Downloaded icu_provider v2.1.1 |
| 916 | 2026-08-28T22:16:28.583Z | Downloaded crossbeam-deque v0.8.6 |
| 917 | 2026-08-28T22:16:28.583Z | Downloaded test-strategy v0.4.5 |
| 918 | 2026-08-28T22:16:28.584Z | Downloaded derive_more-impl v2.1.1 |
| 919 | 2026-08-28T22:16:28.584Z | Downloaded strum_macros v0.26.4 |
| 920 | 2026-08-28T22:16:28.584Z | Downloaded digest-io v0.1.0 |
| 921 | 2026-08-28T22:16:28.591Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-08-28T22:16:28.591Z | Downloaded semver v0.1.20 |
| 923 | 2026-08-28T22:16:28.591Z | Downloaded tls_codec_derive v0.4.2 |
| 924 | 2026-08-28T22:16:28.591Z | Downloaded vergen-lib v9.1.0 |
| 925 | 2026-08-28T22:16:28.591Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 926 | 2026-08-28T22:16:28.591Z | Downloaded ipnetwork v0.21.1 |
| 927 | 2026-08-28T22:16:28.591Z | Downloaded peg-runtime v0.8.5 |
| 928 | 2026-08-28T22:16:28.604Z | Downloaded unicode-bidi v0.3.18 |
| 929 | 2026-08-28T22:16:28.604Z | Downloaded csv-core v0.1.13 |
| 930 | 2026-08-28T22:16:28.618Z | Downloaded russh-util v0.52.0 |
| 931 | 2026-08-28T22:16:28.618Z | Downloaded structmeta-derive v0.3.0 |
| 932 | 2026-08-28T22:16:28.618Z | Downloaded sync-ptr v0.1.4 |
| 933 | 2026-08-28T22:16:28.618Z | Downloaded time-core v0.1.8 |
| 934 | 2026-08-28T22:16:28.619Z | Downloaded tracing-attributes v0.1.31 |
| 935 | 2026-08-28T22:16:28.619Z | Downloaded qorb v0.4.1 |
| 936 | 2026-08-28T22:16:28.626Z | Downloaded darling_core v0.13.4 |
| 937 | 2026-08-28T22:16:28.626Z | Downloaded whoami v2.1.0 |
| 938 | 2026-08-28T22:16:28.626Z | Downloaded rand v0.10.1 |
| 939 | 2026-08-28T22:16:28.626Z | Downloaded utf8_iter v1.0.4 |
| 940 | 2026-08-28T22:16:28.626Z | Downloaded darling v0.23.0 |
| 941 | 2026-08-28T22:16:28.626Z | Downloaded diesel-dtrace v0.5.0 |
| 942 | 2026-08-28T22:16:28.626Z | Downloaded smf v0.2.3 |
| 943 | 2026-08-28T22:16:28.626Z | Downloaded schemars v1.2.1 |
| 944 | 2026-08-28T22:16:28.634Z | Downloaded cookie v0.18.1 |
| 945 | 2026-08-28T22:16:28.634Z | Downloaded derive_more v0.99.20 |
| 946 | 2026-08-28T22:16:28.634Z | Downloaded mio v1.2.0 |
| 947 | 2026-08-28T22:16:28.639Z | Downloaded port-file v0.1.0 |
| 948 | 2026-08-28T22:16:28.639Z | Downloaded crc v3.4.0 |
| 949 | 2026-08-28T22:16:28.639Z | Downloaded darling_macro v0.13.4 |
| 950 | 2026-08-28T22:16:28.639Z | Downloaded difflib v0.4.0 |
| 951 | 2026-08-28T22:16:28.639Z | Downloaded ppv-lite86 v0.2.21 |
| 952 | 2026-08-28T22:16:28.645Z | Downloaded derive_builder v0.20.2 |
| 953 | 2026-08-28T22:16:28.652Z | Downloaded ed25519-dalek v3.0.0 |
| 954 | 2026-08-28T22:16:28.652Z | Downloaded universal-hash v0.5.1 |
| 955 | 2026-08-28T22:16:28.653Z | Downloaded libefi-sys v0.1.0 |
| 956 | 2026-08-28T22:16:28.653Z | Downloaded linear-map v1.2.0 |
| 957 | 2026-08-28T22:16:28.653Z | Downloaded hyper-rustls v0.27.7 |
| 958 | 2026-08-28T22:16:28.657Z | Downloaded rustls-native-certs v0.8.3 |
| 959 | 2026-08-28T22:16:28.657Z | Downloaded scrypt v0.12.0 |
| 960 | 2026-08-28T22:16:28.657Z | Downloaded void v1.0.2 |
| 961 | 2026-08-28T22:16:28.657Z | Downloaded zone v0.3.1 |
| 962 | 2026-08-28T22:16:28.657Z | Downloaded crucible-workspace-hack v0.1.0 |
| 963 | 2026-08-28T22:16:28.657Z | Downloaded md-5 v0.10.6 |
| 964 | 2026-08-28T22:16:28.666Z | Downloaded similar v2.7.0 |
| 965 | 2026-08-28T22:16:28.675Z | Downloaded term v1.2.1 |
| 966 | 2026-08-28T22:16:28.676Z | Downloaded unarray v0.1.4 |
| 967 | 2026-08-28T22:16:28.676Z | Downloaded num-traits v0.2.19 |
| 968 | 2026-08-28T22:16:28.688Z | Downloaded rand v0.9.2 |
| 969 | 2026-08-28T22:16:28.688Z | Downloaded knus v3.4.0 |
| 970 | 2026-08-28T22:16:28.689Z | Downloaded peg-macros v0.8.5 |
| 971 | 2026-08-28T22:16:28.689Z | Downloaded defmt v0.3.100 |
| 972 | 2026-08-28T22:16:28.694Z | Downloaded snafu-derive v0.8.9 |
| 973 | 2026-08-28T22:16:28.694Z | Downloaded sqlformat v0.3.5 |
| 974 | 2026-08-28T22:16:28.694Z | Downloaded pretty_assertions v1.4.1 |
| 975 | 2026-08-28T22:16:28.694Z | Downloaded omicron-zone-package v0.12.3 |
| 976 | 2026-08-28T22:16:28.694Z | Downloaded pin-project-lite v0.2.17 |
| 977 | 2026-08-28T22:16:28.699Z | Downloaded rustyline v14.0.0 |
| 978 | 2026-08-28T22:16:28.699Z | Downloaded ctutils v0.4.2 |
| 979 | 2026-08-28T22:16:28.703Z | Downloaded instability v0.3.11 |
| 980 | 2026-08-28T22:16:28.703Z | Downloaded typify-macro v0.6.2 |
| 981 | 2026-08-28T22:16:28.703Z | Downloaded parse-display v0.10.0 |
| 982 | 2026-08-28T22:16:28.703Z | Downloaded shlex v1.3.0 |
| 983 | 2026-08-28T22:16:28.703Z | Downloaded slab v0.4.12 |
| 984 | 2026-08-28T22:16:28.709Z | Downloaded num-bigint-dig v0.8.6 |
| 985 | 2026-08-28T22:16:28.709Z | Downloaded rustc_version v0.1.7 |
| 986 | 2026-08-28T22:16:28.709Z | Downloaded same-file v1.0.6 |
| 987 | 2026-08-28T22:16:28.709Z | Downloaded zip v4.6.1 |
| 988 | 2026-08-28T22:16:28.714Z | Downloaded ron v0.8.1 |
| 989 | 2026-08-28T22:16:28.714Z | Downloaded dsl_auto_type v0.2.0 |
| 990 | 2026-08-28T22:16:28.729Z | Downloaded stacker v0.1.23 |
| 991 | 2026-08-28T22:16:28.730Z | Downloaded yoke v0.8.1 |
| 992 | 2026-08-28T22:16:28.730Z | Downloaded signal-hook-tokio v0.3.1 |
| 993 | 2026-08-28T22:16:28.730Z | Downloaded take_mut v0.2.2 |
| 994 | 2026-08-28T22:16:28.730Z | Downloaded hashbrown v0.16.1 |
| 995 | 2026-08-28T22:16:28.748Z | Downloaded http v1.4.2 |
| 996 | 2026-08-28T22:16:28.749Z | Downloaded hashbrown v0.15.5 |
| 997 | 2026-08-28T22:16:28.749Z | Downloaded miniz_oxide v0.8.9 |
| 998 | 2026-08-28T22:16:28.749Z | Downloaded serde_cbor v0.11.2 |
| 999 | 2026-08-28T22:16:28.754Z | Downloaded hashbrown v0.14.5 |
| 1000 | 2026-08-28T22:16:28.754Z | Downloaded maplit v1.0.2 |
| 1001 | 2026-08-28T22:16:28.754Z | Downloaded nanorand v0.7.0 |
| 1002 | 2026-08-28T22:16:28.754Z | Downloaded sigpipe v0.1.3 |
| 1003 | 2026-08-28T22:16:28.754Z | Downloaded zeroize v1.9.0 |
| 1004 | 2026-08-28T22:16:28.755Z | Downloaded zone_cfg_derive v0.3.1 |
| 1005 | 2026-08-28T22:16:28.755Z | Downloaded indoc v2.0.7 |
| 1006 | 2026-08-28T22:16:28.755Z | Downloaded num_enum v0.7.6 |
| 1007 | 2026-08-28T22:16:28.755Z | Downloaded num-rational v0.4.2 |
| 1008 | 2026-08-28T22:16:28.755Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1009 | 2026-08-28T22:16:28.755Z | Downloaded supports-color v3.0.2 |
| 1010 | 2026-08-28T22:16:28.755Z | Downloaded ignore v0.4.25 |
| 1011 | 2026-08-28T22:16:28.789Z | Downloaded aho-corasick v1.1.4 |
| 1012 | 2026-08-28T22:16:28.789Z | Downloaded daft-derive v0.1.8 |
| 1013 | 2026-08-28T22:16:28.789Z | Downloaded zerocopy-derive v0.8.55 |
| 1014 | 2026-08-28T22:16:28.800Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1015 | 2026-08-28T22:16:28.801Z | Downloaded pin-project-internal v1.1.11 |
| 1016 | 2026-08-28T22:16:28.801Z | Downloaded tinyvec v1.10.0 |
| 1017 | 2026-08-28T22:16:28.801Z | Downloaded illumos-nvpair v0.3.0 |
| 1018 | 2026-08-28T22:16:28.801Z | Downloaded inout v0.1.4 |
| 1019 | 2026-08-28T22:16:28.801Z | Downloaded defmt-macros v1.0.1 |
| 1020 | 2026-08-28T22:16:28.801Z | Downloaded yoke-derive v0.8.1 |
| 1021 | 2026-08-28T22:16:28.801Z | Downloaded primeorder v0.14.0 |
| 1022 | 2026-08-28T22:16:28.801Z | Downloaded hyper-staticfile v0.10.1 |
| 1023 | 2026-08-28T22:16:28.801Z | Downloaded num v0.4.3 |
| 1024 | 2026-08-28T22:16:28.801Z | Downloaded lazy_static v1.5.0 |
| 1025 | 2026-08-28T22:16:28.801Z | Downloaded crossbeam-channel v0.5.15 |
| 1026 | 2026-08-28T22:16:28.801Z | Downloaded r2d2 v0.8.10 |
| 1027 | 2026-08-28T22:16:28.817Z | Downloaded time-macros v0.2.27 |
| 1028 | 2026-08-28T22:16:28.875Z | Downloaded siphasher v1.0.2 |
| 1029 | 2026-08-28T22:16:28.875Z | Downloaded sec1 v0.7.3 |
| 1030 | 2026-08-28T22:16:28.875Z | Downloaded sec1 v0.8.1 |
| 1031 | 2026-08-28T22:16:28.875Z | Downloaded spki v0.7.3 |
| 1032 | 2026-08-28T22:16:28.875Z | Downloaded unicode-truncate v1.1.0 |
| 1033 | 2026-08-28T22:16:28.875Z | Downloaded tokio-dtrace v0.1.1 |
| 1034 | 2026-08-28T22:16:28.875Z | Downloaded litemap v0.8.1 |
| 1035 | 2026-08-28T22:16:28.947Z | Downloaded dropshot-api-manager v0.8.0 |
| 1036 | 2026-08-28T22:16:28.947Z | Downloaded serde_with_macros v3.21.0 |
| 1037 | 2026-08-28T22:16:28.947Z | Downloaded crypto-common v0.2.2 |
| 1038 | 2026-08-28T22:16:28.947Z | Downloaded snafu v0.8.9 |
| 1039 | 2026-08-28T22:16:28.947Z | Downloaded vergen-gitcl v1.0.8 |
| 1040 | 2026-08-28T22:16:28.947Z | Downloaded defmt-parser v1.0.0 |
| 1041 | 2026-08-28T22:16:28.947Z | Downloaded icu_normalizer v2.1.1 |
| 1042 | 2026-08-28T22:16:28.947Z | Downloaded strsim v0.10.0 |
| 1043 | 2026-08-28T22:16:28.948Z | Downloaded derive-ex v0.1.8 |
| 1044 | 2026-08-28T22:16:28.948Z | Downloaded waitgroup v0.1.2 |
| 1045 | 2026-08-28T22:16:28.948Z | Downloaded steno v0.4.1 |
| 1046 | 2026-08-28T22:16:28.948Z | Downloaded constant_time_eq v0.4.2 |
| 1047 | 2026-08-28T22:16:28.948Z | Downloaded digest v0.11.3 |
| 1048 | 2026-08-28T22:16:28.948Z | Downloaded internet-checksum v0.2.1 |
| 1049 | 2026-08-28T22:16:28.949Z | Downloaded is-terminal v0.4.17 |
| 1050 | 2026-08-28T22:16:28.949Z | Downloaded progenitor-client v0.14.0 |
| 1051 | 2026-08-28T22:16:28.949Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1052 | 2026-08-28T22:16:28.949Z | Downloaded data-encoding v2.10.0 |
| 1053 | 2026-08-28T22:16:28.949Z | Downloaded wnaf v0.14.0 |
| 1054 | 2026-08-28T22:16:28.949Z | Downloaded derive_builder_macro v0.20.2 |
| 1055 | 2026-08-28T22:16:28.949Z | Downloaded lru-slab v0.1.2 |
| 1056 | 2026-08-28T22:16:28.949Z | Downloaded module-lattice v0.2.3 |
| 1057 | 2026-08-28T22:16:28.949Z | Downloaded termtree v0.5.1 |
| 1058 | 2026-08-28T22:16:28.949Z | Downloaded linked-hash-map v0.5.6 |
| 1059 | 2026-08-28T22:16:28.949Z | Downloaded lzss v0.8.2 |
| 1060 | 2026-08-28T22:16:28.949Z | Downloaded winnow v0.6.26 |
| 1061 | 2026-08-28T22:16:28.949Z | Downloaded der v0.7.10 |
| 1062 | 2026-08-28T22:16:28.949Z | Downloaded tokio-util v0.7.18 |
| 1063 | 2026-08-28T22:16:28.980Z | Downloaded predicates v3.1.4 |
| 1064 | 2026-08-28T22:16:28.980Z | Downloaded rand_core v0.9.5 |
| 1065 | 2026-08-28T22:16:28.981Z | Downloaded oxide-update-engine v0.1.2 |
| 1066 | 2026-08-28T22:16:28.981Z | Downloaded psm v0.1.30 |
| 1067 | 2026-08-28T22:16:28.981Z | Downloaded universal-hash v0.6.1 |
| 1068 | 2026-08-28T22:16:28.981Z | Downloaded dirs-sys-next v0.1.2 |
| 1069 | 2026-08-28T22:16:28.981Z | Downloaded ident_case v1.0.1 |
| 1070 | 2026-08-28T22:16:28.981Z | Downloaded signal-hook-registry v1.4.8 |
| 1071 | 2026-08-28T22:16:28.981Z | Downloaded owo-colors v4.3.0 |
| 1072 | 2026-08-28T22:16:28.981Z | Downloaded h2 v0.4.15 |
| 1073 | 2026-08-28T22:16:28.981Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-28T22:16:28.981Z | Downloaded tough v0.22.0 |
| 1075 | 2026-08-28T22:16:28.981Z | Downloaded futures-util v0.3.32 |
| 1076 | 2026-08-28T22:16:28.981Z | Downloaded nom v7.1.3 |
| 1077 | 2026-08-28T22:16:28.981Z | Downloaded hkdf v0.13.0 |
| 1078 | 2026-08-28T22:16:28.981Z | Downloaded scroll v0.13.0 |
| 1079 | 2026-08-28T22:16:28.981Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-08-28T22:16:28.981Z | Downloaded prefix-trie v0.7.0 |
| 1081 | 2026-08-28T22:16:28.981Z | Downloaded password-hash v0.6.1 |
| 1082 | 2026-08-28T22:16:28.981Z | Downloaded serde_spanned v1.1.1 |
| 1083 | 2026-08-28T22:16:28.981Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1084 | 2026-08-28T22:16:28.981Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1085 | 2026-08-28T22:16:28.982Z | Downloaded pkg-config v0.3.32 |
| 1086 | 2026-08-28T22:16:28.982Z | Downloaded progenitor-impl v0.13.0 |
| 1087 | 2026-08-28T22:16:28.982Z | Downloaded p521 v0.14.0 |
| 1088 | 2026-08-28T22:16:28.982Z | Downloaded ml-kem v0.3.2 |
| 1089 | 2026-08-28T22:16:29.017Z | Downloaded p384 v0.14.0 |
| 1090 | 2026-08-28T22:16:29.017Z | Downloaded pkcs8 v0.11.0 |
| 1091 | 2026-08-28T22:16:29.017Z | Downloaded nu-ansi-term v0.50.3 |
| 1092 | 2026-08-28T22:16:29.017Z | Downloaded zerovec-derive v0.11.2 |
| 1093 | 2026-08-28T22:16:29.017Z | Downloaded cpufeatures v0.3.0 |
| 1094 | 2026-08-28T22:16:29.017Z | Downloaded num-derive v0.4.2 |
| 1095 | 2026-08-28T22:16:29.017Z | Downloaded blake3 v1.8.5 |
| 1096 | 2026-08-28T22:16:29.017Z | Downloaded native-tls v0.2.18 |
| 1097 | 2026-08-28T22:16:29.017Z | Downloaded rand_xorshift v0.4.0 |
| 1098 | 2026-08-28T22:16:29.017Z | Downloaded packed_struct v0.10.1 |
| 1099 | 2026-08-28T22:16:29.017Z | Downloaded paste v1.0.15 |
| 1100 | 2026-08-28T22:16:29.017Z | Downloaded display-error-chain v0.2.2 |
| 1101 | 2026-08-28T22:16:29.041Z | Downloaded tar v0.4.46 |
| 1102 | 2026-08-28T22:16:29.041Z | Downloaded debug-ignore v1.0.5 |
| 1103 | 2026-08-28T22:16:29.041Z | Downloaded darling v0.13.4 |
| 1104 | 2026-08-28T22:16:29.041Z | Downloaded libloading v0.8.9 |
| 1105 | 2026-08-28T22:16:29.041Z | Downloaded rand_core v0.10.0 |
| 1106 | 2026-08-28T22:16:29.041Z | Downloaded kstat-rs v0.2.5 |
| 1107 | 2026-08-28T22:16:29.041Z | Downloaded serde_urlencoded v0.7.1 |
| 1108 | 2026-08-28T22:16:29.042Z | Downloaded nom v8.0.0 |
| 1109 | 2026-08-28T22:16:29.042Z | Downloaded usdt-impl v0.6.0 |
| 1110 | 2026-08-28T22:16:29.042Z | Downloaded miette-derive v7.6.0 |
| 1111 | 2026-08-28T22:16:29.042Z | Downloaded icu_properties_data v2.1.2 |
| 1112 | 2026-08-28T22:16:29.053Z | Downloaded libxml v0.3.3 |
| 1113 | 2026-08-28T22:16:29.053Z | Downloaded managed v0.8.0 |
| 1114 | 2026-08-28T22:16:29.053Z | Downloaded drift v0.2.0 |
| 1115 | 2026-08-28T22:16:29.053Z | Downloaded powerfmt v0.2.0 |
| 1116 | 2026-08-28T22:16:29.053Z | Downloaded slog-async v2.8.0 |
| 1117 | 2026-08-28T22:16:29.053Z | Downloaded packed_struct_codegen v0.10.1 |
| 1118 | 2026-08-28T22:16:29.053Z | Downloaded num-conv v0.2.0 |
| 1119 | 2026-08-28T22:16:29.053Z | Downloaded ssh-cipher v0.3.0 |
| 1120 | 2026-08-28T22:16:29.053Z | Downloaded tungstenite v0.23.0 |
| 1121 | 2026-08-28T22:16:29.053Z | Downloaded salty v0.3.0 |
| 1122 | 2026-08-28T22:16:29.053Z | Downloaded miette v7.6.0 |
| 1123 | 2026-08-28T22:16:29.064Z | Downloaded termios v0.3.3 |
| 1124 | 2026-08-28T22:16:29.064Z | Downloaded tap v1.0.1 |
| 1125 | 2026-08-28T22:16:29.064Z | Downloaded hybrid-array v0.4.13 |
| 1126 | 2026-08-28T22:16:29.064Z | Downloaded shell-words v1.1.1 |
| 1127 | 2026-08-28T22:16:29.064Z | Downloaded darling_macro v0.23.0 |
| 1128 | 2026-08-28T22:16:29.064Z | Downloaded derive_builder_core v0.20.2 |
| 1129 | 2026-08-28T22:16:29.073Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1130 | 2026-08-28T22:16:29.074Z | Downloaded zopfli v0.8.3 |
| 1131 | 2026-08-28T22:16:29.074Z | Downloaded resolv-conf v0.7.6 |
| 1132 | 2026-08-28T22:16:29.074Z | Downloaded walkdir v2.5.0 |
| 1133 | 2026-08-28T22:16:29.074Z | Downloaded reqwest v0.12.28 |
| 1134 | 2026-08-28T22:16:29.090Z | Downloaded ed25519-dalek v2.2.0 |
| 1135 | 2026-08-28T22:16:29.090Z | Downloaded p256 v0.14.0 |
| 1136 | 2026-08-28T22:16:29.090Z | Downloaded unicase v2.9.0 |
| 1137 | 2026-08-28T22:16:29.090Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-08-28T22:16:29.090Z | Downloaded pem-rfc7468 v1.0.0 |
| 1139 | 2026-08-28T22:16:29.090Z | Downloaded precomputed-hash v0.1.1 |
| 1140 | 2026-08-28T22:16:29.090Z | Downloaded rtoolbox v0.0.3 |
| 1141 | 2026-08-28T22:16:29.094Z | Downloaded serde-big-array v0.5.1 |
| 1142 | 2026-08-28T22:16:29.094Z | Downloaded itertools v0.14.0 |
| 1143 | 2026-08-28T22:16:29.094Z | Downloaded reedline v0.40.0 |
| 1144 | 2026-08-28T22:16:29.094Z | Downloaded mime_guess v2.0.5 |
| 1145 | 2026-08-28T22:16:29.094Z | Downloaded rusty-fork v0.3.1 |
| 1146 | 2026-08-28T22:16:29.094Z | Downloaded spin v0.9.8 |
| 1147 | 2026-08-28T22:16:29.094Z | Downloaded twox-hash v2.1.2 |
| 1148 | 2026-08-28T22:16:29.095Z | Downloaded ingot v0.2.1 |
| 1149 | 2026-08-28T22:16:29.099Z | Downloaded zerofrom-derive v0.1.6 |
| 1150 | 2026-08-28T22:16:29.099Z | Downloaded either v1.15.0 |
| 1151 | 2026-08-28T22:16:29.099Z | Downloaded tabwriter v1.4.1 |
| 1152 | 2026-08-28T22:16:29.102Z | Downloaded cookie_store v0.22.1 |
| 1153 | 2026-08-28T22:16:29.107Z | Downloaded smallvec v0.6.14 |
| 1154 | 2026-08-28T22:16:29.107Z | Downloaded uuid v1.23.4 |
| 1155 | 2026-08-28T22:16:29.117Z | Downloaded ecdsa v0.17.0 |
| 1156 | 2026-08-28T22:16:29.129Z | Downloaded tower-layer v0.3.3 |
| 1157 | 2026-08-28T22:16:29.133Z | Downloaded rsa v0.9.10 |
| 1158 | 2026-08-28T22:16:29.136Z | Downloaded rustls-pemfile v2.2.0 |
| 1159 | 2026-08-28T22:16:29.136Z | Downloaded bindgen v0.71.1 |
| 1160 | 2026-08-28T22:16:29.142Z | Downloaded typed-path v0.9.3 |
| 1161 | 2026-08-28T22:16:29.147Z | Downloaded parking_lot v0.12.5 |
| 1162 | 2026-08-28T22:16:29.158Z | Downloaded dropshot_endpoint v0.17.1 |
| 1163 | 2026-08-28T22:16:29.175Z | Downloaded convert_case v0.4.0 |
| 1164 | 2026-08-28T22:16:29.175Z | Downloaded slog-term v2.9.2 |
| 1165 | 2026-08-28T22:16:29.175Z | Downloaded aws-lc-rs v1.16.3 |
| 1166 | 2026-08-28T22:16:29.190Z | Downloaded bitvec v1.0.1 |
| 1167 | 2026-08-28T22:16:29.190Z | Downloaded toml_edit v0.19.15 |
| 1168 | 2026-08-28T22:16:29.199Z | Downloaded thiserror-no-std v2.0.2 |
| 1169 | 2026-08-28T22:16:29.199Z | Downloaded keccak v0.2.0 |
| 1170 | 2026-08-28T22:16:29.199Z | Downloaded displaydoc v0.2.5 |
| 1171 | 2026-08-28T22:16:29.199Z | Downloaded md5 v0.8.0 |
| 1172 | 2026-08-28T22:16:29.199Z | Downloaded elliptic-curve v0.13.8 |
| 1173 | 2026-08-28T22:16:29.199Z | Downloaded socket2 v0.6.3 |
| 1174 | 2026-08-28T22:16:29.199Z | Downloaded vergen v9.1.0 |
| 1175 | 2026-08-28T22:16:29.199Z | Downloaded itertools v0.13.0 |
| 1176 | 2026-08-28T22:16:29.204Z | Downloaded progenitor-impl v0.14.0 |
| 1177 | 2026-08-28T22:16:29.205Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1178 | 2026-08-28T22:16:29.205Z | Downloaded ingot-macros v0.2.0 |
| 1179 | 2026-08-28T22:16:29.219Z | Downloaded phc v0.6.1 |
| 1180 | 2026-08-28T22:16:29.220Z | Downloaded typify v0.6.2 |
| 1181 | 2026-08-28T22:16:29.220Z | Downloaded ed25519 v2.2.3 |
| 1182 | 2026-08-28T22:16:29.223Z | Downloaded primeorder v0.13.6 |
| 1183 | 2026-08-28T22:16:29.224Z | Downloaded phf_shared v0.13.1 |
| 1184 | 2026-08-28T22:16:29.224Z | Downloaded crossbeam-epoch v0.9.18 |
| 1185 | 2026-08-28T22:16:29.224Z | Downloaded subprocess v0.2.15 |
| 1186 | 2026-08-28T22:16:29.224Z | Downloaded tokio-native-tls v0.3.1 |
| 1187 | 2026-08-28T22:16:29.224Z | Downloaded zerotrie v0.2.3 |
| 1188 | 2026-08-28T22:16:29.238Z | Downloaded hyper v1.10.1 |
| 1189 | 2026-08-28T22:16:29.246Z | Downloaded diesel_derives v2.3.7 |
| 1190 | 2026-08-28T22:16:29.246Z | Downloaded convert_case v0.10.0 |
| 1191 | 2026-08-28T22:16:29.246Z | Downloaded daft v0.1.8 |
| 1192 | 2026-08-28T22:16:29.246Z | Downloaded sha2 v0.11.0 |
| 1193 | 2026-08-28T22:16:29.348Z | Downloaded zerocopy v0.6.6 |
| 1194 | 2026-08-28T22:16:29.348Z | Downloaded unicode-normalization v0.1.25 |
| 1195 | 2026-08-28T22:16:29.363Z | Downloaded idna v1.1.0 |
| 1196 | 2026-08-28T22:16:29.363Z | Downloaded tower v0.5.3 |
| 1197 | 2026-08-28T22:16:29.363Z | Downloaded smallvec v1.15.1 |
| 1198 | 2026-08-28T22:16:29.364Z | Downloaded proc-macro-error2 v2.0.1 |
| 1199 | 2026-08-28T22:16:29.364Z | Downloaded git2 v0.20.4 |
| 1200 | 2026-08-28T22:16:29.364Z | Downloaded unicode-properties v0.1.4 |
| 1201 | 2026-08-28T22:16:29.364Z | Downloaded iri-string v0.7.10 |
| 1202 | 2026-08-28T22:16:29.364Z | Downloaded toml v0.7.8 |
| 1203 | 2026-08-28T22:16:29.364Z | Downloaded tungstenite v0.21.0 |
| 1204 | 2026-08-28T22:16:29.364Z | Downloaded schemars v0.8.22 |
| 1205 | 2026-08-28T22:16:29.364Z | Downloaded rand v0.8.6 |
| 1206 | 2026-08-28T22:16:29.364Z | Downloaded rustls-webpki v0.103.13 |
| 1207 | 2026-08-28T22:16:29.364Z | Downloaded derive-where v1.6.0 |
| 1208 | 2026-08-28T22:16:29.364Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1209 | 2026-08-28T22:16:29.364Z | Downloaded rustc-demangle v0.1.27 |
| 1210 | 2026-08-28T22:16:29.364Z | Downloaded chrono v0.4.45 |
| 1211 | 2026-08-28T22:16:29.364Z | Downloaded hyper-util v0.1.20 |
| 1212 | 2026-08-28T22:16:29.364Z | Downloaded darling_core v0.23.0 |
| 1213 | 2026-08-28T22:16:29.364Z | Downloaded russh v0.62.4 |
| 1214 | 2026-08-28T22:16:29.364Z | Downloaded lalrpop v0.19.12 |
| 1215 | 2026-08-28T22:16:29.364Z | Downloaded unicode-segmentation v1.12.0 |
| 1216 | 2026-08-28T22:16:29.364Z | Downloaded icu_normalizer_data v2.1.1 |
| 1217 | 2026-08-28T22:16:29.364Z | Downloaded url v2.5.8 |
| 1218 | 2026-08-28T22:16:29.379Z | Downloaded openssl-sys v0.9.117 |
| 1219 | 2026-08-28T22:16:29.379Z | Downloaded x509-cert v0.2.5 |
| 1220 | 2026-08-28T22:16:29.379Z | Downloaded itertools v0.15.0 |
| 1221 | 2026-08-28T22:16:29.387Z | Downloaded schemars v0.9.0 |
| 1222 | 2026-08-28T22:16:29.400Z | Downloaded tower-http v0.6.8 |
| 1223 | 2026-08-28T22:16:29.408Z | Downloaded crypto-primes v0.7.2 |
| 1224 | 2026-08-28T22:16:29.423Z | Downloaded crossterm v0.28.1 |
| 1225 | 2026-08-28T22:16:29.423Z | Downloaded darling_core v0.21.3 |
| 1226 | 2026-08-28T22:16:29.423Z | Downloaded crossterm v0.29.0 |
| 1227 | 2026-08-28T22:16:29.428Z | Downloaded indicatif v0.18.4 |
| 1228 | 2026-08-28T22:16:29.428Z | Downloaded itertools v0.12.1 |
| 1229 | 2026-08-28T22:16:29.428Z | Downloaded rsa v0.10.0-rc.18 |
| 1230 | 2026-08-28T22:16:29.438Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-08-28T22:16:29.442Z | Downloaded tokio-postgres v0.7.16 |
| 1232 | 2026-08-28T22:16:29.442Z | Downloaded rawzip v0.4.4 |
| 1233 | 2026-08-28T22:16:29.442Z | Downloaded rayon v1.11.0 |
| 1234 | 2026-08-28T22:16:29.448Z | Downloaded serde_with v1.14.0 |
| 1235 | 2026-08-28T22:16:29.448Z | Downloaded itertools v0.10.5 |
| 1236 | 2026-08-28T22:16:29.458Z | Downloaded num-bigint v0.4.6 |
| 1237 | 2026-08-28T22:16:29.467Z | Downloaded minimal-lexical v0.2.1 |
| 1238 | 2026-08-28T22:16:29.467Z | Downloaded icu_collections v2.1.1 |
| 1239 | 2026-08-28T22:16:29.471Z | Downloaded quick-xml v0.37.5 |
| 1240 | 2026-08-28T22:16:29.477Z | Downloaded gimli v0.32.3 |
| 1241 | 2026-08-28T22:16:29.485Z | Downloaded serde_with v3.21.0 |
| 1242 | 2026-08-28T22:16:29.491Z | Downloaded der v0.8.0 |
| 1243 | 2026-08-28T22:16:29.491Z | Downloaded p384 v0.13.1 |
| 1244 | 2026-08-28T22:16:29.507Z | Downloaded portable-atomic v1.13.1 |
| 1245 | 2026-08-28T22:16:29.515Z | Downloaded zerovec v0.11.5 |
| 1246 | 2026-08-28T22:16:29.526Z | Downloaded object v0.30.4 |
| 1247 | 2026-08-28T22:16:29.526Z | Downloaded tabled v0.21.0 |
| 1248 | 2026-08-28T22:16:29.533Z | Downloaded iddqd v0.4.2 |
| 1249 | 2026-08-28T22:16:29.539Z | Downloaded zerocopy v0.8.55 |
| 1250 | 2026-08-28T22:16:29.553Z | Downloaded bstr v1.12.1 |
| 1251 | 2026-08-28T22:16:29.563Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-08-28T22:16:29.563Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-08-28T22:16:29.563Z | Downloaded regex v1.12.3 |
| 1254 | 2026-08-28T22:16:29.573Z | Downloaded sha3 v0.12.0 |
| 1255 | 2026-08-28T22:16:29.573Z | Downloaded time v0.3.47 |
| 1256 | 2026-08-28T22:16:29.581Z | Downloaded smoltcp v0.11.0 |
| 1257 | 2026-08-28T22:16:29.581Z | Downloaded quinn-proto v0.11.16 |
| 1258 | 2026-08-28T22:16:29.584Z | Downloaded polar-core v0.27.3 |
| 1259 | 2026-08-28T22:16:29.588Z | Downloaded jiff-core v0.1.0 |
| 1260 | 2026-08-28T22:16:29.597Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1261 | 2026-08-28T22:16:29.603Z | Downloaded libm v0.2.16 |
| 1262 | 2026-08-28T22:16:29.614Z | Downloaded nix v0.27.1 |
| 1263 | 2026-08-28T22:16:29.619Z | Downloaded radix_trie v0.2.1 |
| 1264 | 2026-08-28T22:16:29.620Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-08-28T22:16:29.623Z | Downloaded reqwest v0.13.2 |
| 1266 | 2026-08-28T22:16:29.626Z | Downloaded rustls v0.23.41 |
| 1267 | 2026-08-28T22:16:29.634Z | Downloaded regress v0.10.5 |
| 1268 | 2026-08-28T22:16:29.648Z | Downloaded regress v0.11.1 |
| 1269 | 2026-08-28T22:16:29.654Z | Downloaded proptest v1.11.0 |
| 1270 | 2026-08-28T22:16:29.660Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-08-28T22:16:29.689Z | Downloaded petname v2.0.2 |
| 1272 | 2026-08-28T22:16:29.698Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-08-28T22:16:29.717Z | Downloaded curve25519-dalek v5.0.0 |
| 1274 | 2026-08-28T22:16:29.717Z | Downloaded winnow v1.0.3 |
| 1275 | 2026-08-28T22:16:29.717Z | Downloaded curve25519-dalek v4.1.3 |
| 1276 | 2026-08-28T22:16:29.737Z | Downloaded nix v0.28.0 |
| 1277 | 2026-08-28T22:16:29.737Z | Downloaded crypto-bigint v0.7.5 |
| 1278 | 2026-08-28T22:16:29.744Z | Downloaded moka v0.12.13 |
| 1279 | 2026-08-28T22:16:29.744Z | Downloaded rustix v0.38.44 |
| 1280 | 2026-08-28T22:16:29.758Z | Downloaded hickory-proto v0.25.2 |
| 1281 | 2026-08-28T22:16:29.781Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-08-28T22:16:29.791Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-08-28T22:16:29.791Z | Downloaded nix v0.31.2 |
| 1284 | 2026-08-28T22:16:29.791Z | Downloaded openssl v0.10.80 |
| 1285 | 2026-08-28T22:16:29.799Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-08-28T22:16:29.807Z | Downloaded syn v3.0.3 |
| 1287 | 2026-08-28T22:16:29.812Z | Downloaded dropshot v0.17.1 |
| 1288 | 2026-08-28T22:16:29.828Z | Downloaded object v0.37.3 |
| 1289 | 2026-08-28T22:16:29.835Z | Downloaded sled v0.34.7 |
| 1290 | 2026-08-28T22:16:29.838Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-08-28T22:16:29.851Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-08-28T22:16:29.861Z | Downloaded openapiv3 v2.2.0 |
| 1293 | 2026-08-28T22:16:29.872Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-08-28T22:16:29.878Z | Downloaded sha3 v0.11.0 |
| 1295 | 2026-08-28T22:16:29.878Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-08-28T22:16:29.887Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-08-28T22:16:29.900Z | Downloaded sqlparser v0.61.0 |
| 1298 | 2026-08-28T22:16:29.954Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-08-28T22:16:29.979Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-08-28T22:16:30.009Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-08-28T22:16:30.026Z | Downloaded jiff v0.2.34 |
| 1302 | 2026-08-28T22:16:30.031Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-08-28T22:16:30.038Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-08-28T22:16:30.054Z | Downloaded csv v1.4.0 |
| 1305 | 2026-08-28T22:16:30.067Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-08-28T22:16:30.072Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-08-28T22:16:30.075Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-08-28T22:16:30.148Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-08-28T22:16:30.163Z | Downloaded ring v0.17.14 |
| 1310 | 2026-08-28T22:16:30.189Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-08-28T22:16:30.701Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-08-28T22:16:30.958Z | Compiling serde_core v1.0.228 |
| 1313 | 2026-08-28T22:16:30.958Z | Compiling libc v0.2.185 |
| 1314 | 2026-08-28T22:16:30.958Z | Compiling serde v1.0.228 |
| 1315 | 2026-08-28T22:16:30.967Z | Compiling log v0.4.33 |
| 1316 | 2026-08-28T22:16:30.967Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-08-28T22:16:30.967Z | Compiling shlex v1.3.0 |
| 1318 | 2026-08-28T22:16:30.967Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-08-28T22:16:30.967Z | Compiling subtle v2.6.1 |
| 1320 | 2026-08-28T22:16:31.107Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-08-28T22:16:31.177Z | Compiling stable_deref_trait v1.2.1 |
| 1322 | 2026-08-28T22:16:31.177Z | Compiling typenum v1.20.1 |
| 1323 | 2026-08-28T22:16:31.177Z | Compiling zerocopy v0.8.55 |
| 1324 | 2026-08-28T22:16:31.177Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-08-28T22:16:31.190Z | Compiling serde_json v1.0.151 |
| 1326 | 2026-08-28T22:16:31.190Z | Compiling syn v2.0.117 |
| 1327 | 2026-08-28T22:16:31.190Z | Compiling critical-section v1.2.0 |
| 1328 | 2026-08-28T22:16:31.241Z | Compiling libm v0.2.16 |
| 1329 | 2026-08-28T22:16:31.382Z | Compiling num-traits v0.2.19 |
| 1330 | 2026-08-28T22:16:31.404Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-08-28T22:16:31.420Z | Compiling generic-array v0.14.7 |
| 1332 | 2026-08-28T22:16:31.454Z | Compiling getrandom v0.4.3 |
| 1333 | 2026-08-28T22:16:31.472Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-08-28T22:16:31.499Z | Compiling const-oid v0.9.6 |
| 1335 | 2026-08-28T22:16:31.503Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-08-28T22:16:31.542Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-08-28T22:16:31.573Z | Compiling rand_core v0.10.0 |
| 1338 | 2026-08-28T22:16:31.636Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-08-28T22:16:31.695Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-08-28T22:16:31.726Z | Compiling litemap v0.8.1 |
| 1341 | 2026-08-28T22:16:31.743Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-28T22:16:31.757Z | Compiling icu_normalizer_data v2.1.1 |
| 1343 | 2026-08-28T22:16:31.809Z | Compiling icu_properties_data v2.1.2 |
| 1344 | 2026-08-28T22:16:31.871Z | Compiling rustix v1.1.4 |
| 1345 | 2026-08-28T22:16:31.891Z | Compiling getrandom v0.3.4 |
| 1346 | 2026-08-28T22:16:31.891Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-08-28T22:16:31.922Z | Compiling utf8_iter v1.0.4 |
| 1348 | 2026-08-28T22:16:31.947Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-08-28T22:16:31.989Z | Compiling slab v0.4.12 |
| 1350 | 2026-08-28T22:16:32.011Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-08-28T22:16:32.039Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-28T22:16:32.093Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-08-28T22:16:32.093Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-08-28T22:16:32.128Z | Compiling errno v0.3.14 |
| 1355 | 2026-08-28T22:16:32.151Z | Compiling jobserver v0.1.34 |
| 1356 | 2026-08-28T22:16:32.179Z | Compiling getrandom v0.2.17 |
| 1357 | 2026-08-28T22:16:32.233Z | Compiling signal-hook-registry v1.4.8 |
| 1358 | 2026-08-28T22:16:32.273Z | Compiling once_cell v1.21.3 |
| 1359 | 2026-08-28T22:16:32.280Z | Compiling mio v1.2.0 |
| 1360 | 2026-08-28T22:16:32.297Z | Compiling socket2 v0.6.3 |
| 1361 | 2026-08-28T22:16:32.324Z | Compiling rand_core v0.6.4 |
| 1362 | 2026-08-28T22:16:32.386Z | Compiling cc v1.2.56 |
| 1363 | 2026-08-28T22:16:32.439Z | Compiling parking_lot v0.12.5 |
| 1364 | 2026-08-28T22:16:32.459Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-08-28T22:16:32.518Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-08-28T22:16:32.548Z | Compiling flagset v0.4.7 |
| 1367 | 2026-08-28T22:16:32.548Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-08-28T22:16:32.639Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-08-28T22:16:32.664Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-08-28T22:16:32.679Z | Compiling dunce v1.0.5 |
| 1371 | 2026-08-28T22:16:32.717Z | Compiling base64 v0.22.1 |
| 1372 | 2026-08-28T22:16:32.729Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-08-28T22:16:32.746Z | Compiling syn v1.0.109 |
| 1374 | 2026-08-28T22:16:32.769Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-08-28T22:16:32.782Z | Compiling rand_core v0.9.5 |
| 1376 | 2026-08-28T22:16:32.830Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-08-28T22:16:32.846Z | Compiling aws-lc-rs v1.16.3 |
| 1378 | 2026-08-28T22:16:32.866Z | Compiling cpufeatures v0.2.17 |
| 1379 | 2026-08-28T22:16:32.878Z | Compiling dyn-clone v1.0.20 |
| 1380 | 2026-08-28T22:16:32.922Z | Compiling simd-adler32 v0.3.8 |
| 1381 | 2026-08-28T22:16:32.946Z | Compiling schemars v0.8.22 |
| 1382 | 2026-08-28T22:16:33.028Z | Compiling spin v0.9.8 |
| 1383 | 2026-08-28T22:16:33.059Z | Compiling cmov v0.5.4 |
| 1384 | 2026-08-28T22:16:33.076Z | Compiling openssl-probe v0.2.1 |
| 1385 | 2026-08-28T22:16:33.106Z | Compiling adler2 v2.0.1 |
| 1386 | 2026-08-28T22:16:33.133Z | Compiling cmake v0.1.57 |
| 1387 | 2026-08-28T22:16:33.172Z | Compiling tinyvec_macros v0.1.1 |
| 1388 | 2026-08-28T22:16:33.176Z | Compiling crc32fast v1.5.0 |
| 1389 | 2026-08-28T22:16:33.217Z | Compiling httparse v1.10.1 |
| 1390 | 2026-08-28T22:16:33.233Z | Compiling miniz_oxide v0.8.9 |
| 1391 | 2026-08-28T22:16:33.247Z | Compiling tinyvec v1.10.0 |
| 1392 | 2026-08-28T22:16:33.263Z | Compiling ctutils v0.4.2 |
| 1393 | 2026-08-28T22:16:33.266Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-28T22:16:33.290Z | Compiling untrusted v0.7.1 |
| 1395 | 2026-08-28T22:16:33.306Z | Compiling atomic-waker v1.1.2 |
| 1396 | 2026-08-28T22:16:33.425Z | Compiling bitflags v2.11.0 |
| 1397 | 2026-08-28T22:16:33.459Z | Compiling semver v1.0.28 |
| 1398 | 2026-08-28T22:16:33.492Z | Compiling indexmap v2.14.0 |
| 1399 | 2026-08-28T22:16:33.518Z | Compiling uuid v1.23.4 |
| 1400 | 2026-08-28T22:16:33.560Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-08-28T22:16:33.599Z | Compiling tower-service v0.3.3 |
| 1402 | 2026-08-28T22:16:33.631Z | Compiling unicode-segmentation v1.12.0 |
| 1403 | 2026-08-28T22:16:33.652Z | Compiling tower-layer v0.3.3 |
| 1404 | 2026-08-28T22:16:33.665Z | Compiling radium v0.7.0 |
| 1405 | 2026-08-28T22:16:33.684Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-08-28T22:16:33.790Z | Compiling want v0.3.1 |
| 1407 | 2026-08-28T22:16:33.867Z | Compiling tap v1.0.1 |
| 1408 | 2026-08-28T22:16:33.963Z | Compiling maybe-uninit v2.0.0 |
| 1409 | 2026-08-28T22:16:33.977Z | Compiling rustls v0.23.41 |
| 1410 | 2026-08-28T22:16:34.002Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-28T22:16:34.009Z | Compiling openssl-sys v0.9.117 |
| 1412 | 2026-08-28T22:16:34.034Z | Compiling openssl v0.10.80 |
| 1413 | 2026-08-28T22:16:34.042Z | Compiling untrusted v0.9.0 |
| 1414 | 2026-08-28T22:16:34.066Z | Compiling httpdate v1.0.3 |
| 1415 | 2026-08-28T22:16:34.073Z | Compiling foreign-types-shared v0.1.1 |
| 1416 | 2026-08-28T22:16:34.166Z | Compiling regex-automata v0.4.14 |
| 1417 | 2026-08-28T22:16:34.169Z | Compiling foreign-types v0.3.2 |
| 1418 | 2026-08-28T22:16:34.208Z | Compiling synstructure v0.13.2 |
| 1419 | 2026-08-28T22:16:34.238Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2026-08-28T22:16:34.238Z | Compiling pest_generator v2.8.6 |
| 1421 | 2026-08-28T22:16:34.259Z | Compiling darling_core v0.20.11 |
| 1422 | 2026-08-28T22:16:34.311Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1423 | 2026-08-28T22:16:34.327Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1424 | 2026-08-28T22:16:34.350Z | Compiling wyz v0.5.1 |
| 1425 | 2026-08-28T22:16:34.564Z | Compiling tempfile v3.27.0 |
| 1426 | 2026-08-28T22:16:34.624Z | Compiling terminal_size v0.4.3 |
| 1427 | 2026-08-28T22:16:34.770Z | Compiling unicode-normalization v0.1.25 |
| 1428 | 2026-08-28T22:16:34.788Z | Compiling num-integer v0.1.46 |
| 1429 | 2026-08-28T22:16:34.793Z | Compiling socket2 v0.5.10 |
| 1430 | 2026-08-28T22:16:34.840Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-28T22:16:34.855Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-28T22:16:34.947Z | Compiling quick-error v1.2.3 |
| 1433 | 2026-08-28T22:16:34.962Z | Compiling num-bigint-dig v0.8.6 |
| 1434 | 2026-08-28T22:16:34.979Z | Compiling packed_struct v0.10.1 |
| 1435 | 2026-08-28T22:16:35.050Z | Compiling native-tls v0.2.18 |
| 1436 | 2026-08-28T22:16:35.069Z | Compiling time-core v0.1.8 |
| 1437 | 2026-08-28T22:16:35.092Z | Compiling powerfmt v0.2.0 |
| 1438 | 2026-08-28T22:16:35.113Z | Compiling bit-vec v0.8.0 |
| 1439 | 2026-08-28T22:16:35.125Z | Compiling num-conv v0.2.0 |
| 1440 | 2026-08-28T22:16:35.154Z | Compiling funty v2.0.0 |
| 1441 | 2026-08-28T22:16:35.223Z | Compiling rusty-fork v0.3.1 |
| 1442 | 2026-08-28T22:16:35.250Z | Compiling deranged v0.5.8 |
| 1443 | 2026-08-28T22:16:35.270Z | Compiling num-iter v0.1.45 |
| 1444 | 2026-08-28T22:16:35.270Z | Compiling clap_builder v4.6.0 |
| 1445 | 2026-08-28T22:16:35.312Z | Compiling time-macros v0.2.27 |
| 1446 | 2026-08-28T22:16:35.325Z | Compiling bit-set v0.8.0 |
| 1447 | 2026-08-28T22:16:35.395Z | Compiling lazy_static v1.5.0 |
| 1448 | 2026-08-28T22:16:35.440Z | Compiling rand_xorshift v0.4.0 |
| 1449 | 2026-08-28T22:16:35.483Z | Compiling sync_wrapper v1.0.2 |
| 1450 | 2026-08-28T22:16:35.514Z | Compiling bitvec v1.0.1 |
| 1451 | 2026-08-28T22:16:35.533Z | Compiling indexmap v1.9.3 |
| 1452 | 2026-08-28T22:16:35.591Z | Compiling crossbeam-utils v0.8.21 |
| 1453 | 2026-08-28T22:16:35.602Z | Compiling zlib-rs v0.6.2 |
| 1454 | 2026-08-28T22:16:35.766Z | Compiling usdt-impl v0.6.0 |
| 1455 | 2026-08-28T22:16:35.779Z | Compiling object v0.37.3 |
| 1456 | 2026-08-28T22:16:35.895Z | Compiling paste v1.0.15 |
| 1457 | 2026-08-28T22:16:35.932Z | Compiling serde_derive v1.0.228 |
| 1458 | 2026-08-28T22:16:35.982Z | Compiling zeroize_derive v1.5.0 |
| 1459 | 2026-08-28T22:16:36.072Z | Compiling zerocopy-derive v0.8.55 |
| 1460 | 2026-08-28T22:16:36.124Z | Compiling zerofrom-derive v0.1.6 |
| 1461 | 2026-08-28T22:16:36.173Z | Compiling yoke-derive v0.8.1 |
| 1462 | 2026-08-28T22:16:36.216Z | Compiling zerovec-derive v0.11.2 |
| 1463 | 2026-08-28T22:16:36.406Z | Compiling displaydoc v0.2.5 |
| 1464 | 2026-08-28T22:16:36.576Z | Compiling tokio-macros v2.7.0 |
| 1465 | 2026-08-28T22:16:36.591Z | Compiling futures-macro v0.3.32 |
| 1466 | 2026-08-28T22:16:36.740Z | Compiling thiserror-impl v2.0.18 |
| 1467 | 2026-08-28T22:16:36.984Z | Compiling der_derive v0.7.3 |
| 1468 | 2026-08-28T22:16:37.083Z | Compiling tracing-attributes v0.1.31 |
| 1469 | 2026-08-28T22:16:37.169Z | Compiling schemars_derive v0.8.22 |
| 1470 | 2026-08-28T22:16:37.350Z | Compiling scroll_derive v0.13.1 |
| 1471 | 2026-08-28T22:16:37.418Z | Compiling pest_derive v2.8.6 |
| 1472 | 2026-08-28T22:16:37.431Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-08-28T22:16:37.444Z | Compiling futures-util v0.3.32 |
| 1474 | 2026-08-28T22:16:37.564Z | Compiling zerofrom v0.1.6 |
| 1475 | 2026-08-28T22:16:37.713Z | Compiling yoke v0.8.1 |
| 1476 | 2026-08-28T22:16:37.903Z | Compiling zerovec v0.11.5 |
| 1477 | 2026-08-28T22:16:37.921Z | Compiling zerotrie v0.2.3 |
| 1478 | 2026-08-28T22:16:37.938Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-08-28T22:16:37.986Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2026-08-28T22:16:38.077Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-08-28T22:16:38.183Z | Compiling scroll v0.13.0 |
| 1482 | 2026-08-28T22:16:38.201Z | Compiling darling v0.20.11 |
| 1483 | 2026-08-28T22:16:38.240Z | Compiling packed_struct_codegen v0.10.1 |
| 1484 | 2026-08-28T22:16:38.295Z | Compiling bitfield-macros v0.19.4 |
| 1485 | 2026-08-28T22:16:38.314Z | Compiling zerocopy-derive v0.6.6 |
| 1486 | 2026-08-28T22:16:38.336Z | Compiling clap_derive v4.6.1 |
| 1487 | 2026-08-28T22:16:38.421Z | Compiling tinystr v0.8.2 |
| 1488 | 2026-08-28T22:16:38.436Z | Compiling potential_utf v0.1.4 |
| 1489 | 2026-08-28T22:16:38.483Z | Compiling tracing v0.1.44 |
| 1490 | 2026-08-28T22:16:38.542Z | Compiling goblin v0.10.5 |
| 1491 | 2026-08-28T22:16:38.622Z | Compiling icu_locale_core v2.1.1 |
| 1492 | 2026-08-28T22:16:38.642Z | Compiling icu_collections v2.1.1 |
| 1493 | 2026-08-28T22:16:38.743Z | Compiling nodrop v0.1.14 |
| 1494 | 2026-08-28T22:16:38.851Z | Compiling unarray v0.1.4 |
| 1495 | 2026-08-28T22:16:38.977Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-08-28T22:16:39.037Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-08-28T22:16:39.056Z | Compiling crc-catalog v2.4.0 |
| 1498 | 2026-08-28T22:16:39.190Z | Compiling bitfield v0.19.4 |
| 1499 | 2026-08-28T22:16:39.203Z | Compiling crc v3.4.0 |
| 1500 | 2026-08-28T22:16:39.204Z | Compiling time v0.3.47 |
| 1501 | 2026-08-28T22:16:39.204Z | Compiling array-init v0.0.4 |
| 1502 | 2026-08-28T22:16:39.223Z | Compiling zerocopy v0.6.6 |
| 1503 | 2026-08-28T22:16:39.235Z | Compiling icu_provider v2.1.1 |
| 1504 | 2026-08-28T22:16:39.318Z | Compiling thiserror v1.0.69 |
| 1505 | 2026-08-28T22:16:39.361Z | Compiling flate2 v1.1.9 |
| 1506 | 2026-08-28T22:16:39.419Z | Compiling zeroize v1.9.0 |
| 1507 | 2026-08-28T22:16:39.436Z | Compiling bytes v1.11.1 |
| 1508 | 2026-08-28T22:16:39.456Z | Compiling chrono v0.4.45 |
| 1509 | 2026-08-28T22:16:39.509Z | Compiling icu_properties v2.1.2 |
| 1510 | 2026-08-28T22:16:39.536Z | Compiling icu_normalizer v2.1.1 |
| 1511 | 2026-08-28T22:16:39.554Z | Compiling ipnet v2.12.0 |
| 1512 | 2026-08-28T22:16:39.564Z | Compiling hex v0.4.3 |
| 1513 | 2026-08-28T22:16:39.787Z | Compiling der v0.7.10 |
| 1514 | 2026-08-28T22:16:39.794Z | Compiling rustls-pki-types v1.14.0 |
| 1515 | 2026-08-28T22:16:39.842Z | Compiling hybrid-array v0.4.13 |
| 1516 | 2026-08-28T22:16:40.054Z | Compiling tokio v1.52.1 |
| 1517 | 2026-08-28T22:16:40.062Z | Compiling http v1.4.2 |
| 1518 | 2026-08-28T22:16:40.087Z | Compiling toml_datetime v0.6.11 |
| 1519 | 2026-08-28T22:16:40.126Z | Compiling serde_spanned v0.6.9 |
| 1520 | 2026-08-28T22:16:40.233Z | Compiling block-buffer v0.10.4 |
| 1521 | 2026-08-28T22:16:40.269Z | Compiling crypto-common v0.1.7 |
| 1522 | 2026-08-28T22:16:40.285Z | Compiling clap v4.6.1 |
| 1523 | 2026-08-28T22:16:40.362Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-08-28T22:16:40.417Z | Compiling digest v0.10.7 |
| 1525 | 2026-08-28T22:16:40.432Z | Compiling derive_builder_core v0.20.2 |
| 1526 | 2026-08-28T22:16:40.511Z | Compiling ppv-lite86 v0.2.21 |
| 1527 | 2026-08-28T22:16:40.611Z | Compiling idna v1.1.0 |
| 1528 | 2026-08-28T22:16:40.624Z | Compiling spki v0.7.3 |
| 1529 | 2026-08-28T22:16:40.678Z | Compiling http-body v1.0.1 |
| 1530 | 2026-08-28T22:16:40.719Z | Compiling sha2 v0.10.9 |
| 1531 | 2026-08-28T22:16:40.779Z | Compiling signature v2.2.0 |
| 1532 | 2026-08-28T22:16:40.837Z | Compiling rand_chacha v0.9.0 |
| 1533 | 2026-08-28T22:16:40.847Z | Compiling pkcs8 v0.10.2 |
| 1534 | 2026-08-28T22:16:40.851Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-08-28T22:16:40.876Z | Compiling hmac v0.12.1 |
| 1536 | 2026-08-28T22:16:40.930Z | Compiling url v2.5.8 |
| 1537 | 2026-08-28T22:16:40.959Z | Compiling http-body-util v0.1.3 |
| 1538 | 2026-08-28T22:16:41.053Z | Compiling rand v0.9.2 |
| 1539 | 2026-08-28T22:16:41.126Z | Compiling rand v0.8.6 |
| 1540 | 2026-08-28T22:16:41.269Z | Compiling dof v0.4.0 |
| 1541 | 2026-08-28T22:16:41.282Z | Compiling pkcs1 v0.7.5 |
| 1542 | 2026-08-28T22:16:41.372Z | Compiling dtrace-parser v0.3.0 |
| 1543 | 2026-08-28T22:16:41.666Z | Compiling proptest v1.11.0 |
| 1544 | 2026-08-28T22:16:41.708Z | Compiling structmeta-derive v0.3.0 |
| 1545 | 2026-08-28T22:16:41.727Z | Compiling scroll_derive v0.12.1 |
| 1546 | 2026-08-28T22:16:41.791Z | Compiling smallvec v0.6.14 |
| 1547 | 2026-08-28T22:16:41.795Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-28T22:16:41.871Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-28T22:16:41.998Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-28T22:16:42.015Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-28T22:16:42.110Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-28T22:16:42.114Z | Compiling syn v3.0.3 |
| 1553 | 2026-08-28T22:16:42.159Z | Compiling cookie v0.18.1 |
| 1554 | 2026-08-28T22:16:42.172Z | Compiling allocator-api2 v0.2.21 |
| 1555 | 2026-08-28T22:16:42.233Z | Compiling unicode-properties v0.1.4 |
| 1556 | 2026-08-28T22:16:42.338Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-08-28T22:16:42.410Z | Compiling signal-hook v0.3.18 |
| 1558 | 2026-08-28T22:16:42.431Z | Compiling ryu v1.0.23 |
| 1559 | 2026-08-28T22:16:42.455Z | Compiling winnow v0.5.40 |
| 1560 | 2026-08-28T22:16:42.482Z | Compiling anyhow v1.0.104 |
| 1561 | 2026-08-28T22:16:42.499Z | Compiling hashbrown v0.12.3 |
| 1562 | 2026-08-28T22:16:42.602Z | Compiling zstd-safe v7.2.4 |
| 1563 | 2026-08-28T22:16:42.617Z | Compiling unicode-bidi v0.3.18 |
| 1564 | 2026-08-28T22:16:42.755Z | Compiling base64 v0.21.7 |
| 1565 | 2026-08-28T22:16:42.778Z | Compiling gimli v0.32.3 |
| 1566 | 2026-08-28T22:16:42.804Z | Compiling iri-string v0.7.10 |
| 1567 | 2026-08-28T22:16:42.832Z | Compiling rsa v0.9.10 |
| 1568 | 2026-08-28T22:16:42.849Z | Compiling structmeta v0.3.0 |
| 1569 | 2026-08-28T22:16:42.989Z | Compiling ron v0.8.1 |
| 1570 | 2026-08-28T22:16:43.121Z | Compiling stringprep v0.1.5 |
| 1571 | 2026-08-28T22:16:43.250Z | Compiling oxnet v0.1.6 |
| 1572 | 2026-08-28T22:16:43.338Z | Compiling serde_urlencoded v0.7.1 |
| 1573 | 2026-08-28T22:16:43.382Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-28T22:16:43.472Z | Compiling env_logger v0.11.11 |
| 1575 | 2026-08-28T22:16:43.549Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-28T22:16:43.841Z | Compiling toml_edit v0.19.15 |
| 1577 | 2026-08-28T22:16:43.870Z | Compiling tokio-util v0.7.18 |
| 1578 | 2026-08-28T22:16:43.941Z | Compiling tower v0.5.3 |
| 1579 | 2026-08-28T22:16:44.075Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-08-28T22:16:44.113Z | Compiling tokio-native-tls v0.3.1 |
| 1581 | 2026-08-28T22:16:44.327Z | Compiling bzip2 v0.4.4 |
| 1582 | 2026-08-28T22:16:44.337Z | Compiling darling_macro v0.23.0 |
| 1583 | 2026-08-28T22:16:44.455Z | Compiling tower-http v0.6.8 |
| 1584 | 2026-08-28T22:16:44.471Z | Compiling addr2line v0.25.1 |
| 1585 | 2026-08-28T22:16:44.564Z | Compiling hashbrown v0.13.2 |
| 1586 | 2026-08-28T22:16:44.809Z | Compiling h2 v0.4.15 |
| 1587 | 2026-08-28T22:16:44.876Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1588 | 2026-08-28T22:16:44.955Z | Compiling derive_builder_macro v0.20.2 |
| 1589 | 2026-08-28T22:16:44.955Z | Compiling x509-cert v0.2.5 |
| 1590 | 2026-08-28T22:16:44.955Z | Compiling md-5 v0.10.6 |
| 1591 | 2026-08-28T22:16:45.422Z | Compiling crypto-common v0.2.2 |
| 1592 | 2026-08-28T22:16:45.575Z | Compiling block-buffer v0.12.1 |
| 1593 | 2026-08-28T22:16:45.575Z | Compiling block-padding v0.4.2 |
| 1594 | 2026-08-28T22:16:45.575Z | Compiling rustls-native-certs v0.8.3 |
| 1595 | 2026-08-28T22:16:45.575Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1596 | 2026-08-28T22:16:45.575Z | Compiling erased-serde v0.3.31 |
| 1597 | 2026-08-28T22:16:45.575Z | Compiling serde_tokenstream v0.2.3 |
| 1598 | 2026-08-28T22:16:45.817Z | Compiling camino v1.2.5 |
| 1599 | 2026-08-28T22:16:45.817Z | Compiling daft-derive v0.1.8 |
| 1600 | 2026-08-28T22:16:45.817Z | Compiling bstr v1.12.1 |
| 1601 | 2026-08-28T22:16:46.052Z | Compiling async-trait v0.1.89 |
| 1602 | 2026-08-28T22:16:46.052Z | Compiling zerocopy-derive v0.7.35 |
| 1603 | 2026-08-28T22:16:46.052Z | Compiling pin-project-internal v1.1.11 |
| 1604 | 2026-08-28T22:16:46.165Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-08-28T22:16:46.165Z | Compiling heck v0.4.1 |
| 1606 | 2026-08-28T22:16:46.332Z | Compiling vergen-lib v9.1.0 |
| 1607 | 2026-08-28T22:16:46.503Z | Compiling hash32 v0.2.1 |
| 1608 | 2026-08-28T22:16:46.503Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-08-28T22:16:46.503Z | Compiling memoffset v0.9.1 |
| 1610 | 2026-08-28T22:16:46.558Z | Compiling ref-cast v1.0.25 |
| 1611 | 2026-08-28T22:16:46.558Z | Compiling rustix v0.38.44 |
| 1612 | 2026-08-28T22:16:46.558Z | Compiling fallible-iterator v0.2.0 |
| 1613 | 2026-08-28T22:16:46.558Z | Compiling cfg_aliases v0.2.1 |
| 1614 | 2026-08-28T22:16:46.558Z | Compiling litrs v1.0.0 |
| 1615 | 2026-08-28T22:16:46.558Z | Compiling rustc-demangle v0.1.27 |
| 1616 | 2026-08-28T22:16:46.582Z | Compiling psl-types v2.0.11 |
| 1617 | 2026-08-28T22:16:46.761Z | Compiling owo-colors v4.3.0 |
| 1618 | 2026-08-28T22:16:46.911Z | Compiling crc-any v2.5.0 |
| 1619 | 2026-08-28T22:16:46.911Z | Compiling mime v0.3.17 |
| 1620 | 2026-08-28T22:16:46.911Z | Compiling smoltcp v0.9.1 |
| 1621 | 2026-08-28T22:16:46.924Z | Compiling zerocopy v0.7.35 |
| 1622 | 2026-08-28T22:16:47.000Z | Compiling backtrace v0.3.76 |
| 1623 | 2026-08-28T22:16:47.000Z | Compiling postgres-protocol v0.6.10 |
| 1624 | 2026-08-28T22:16:47.111Z | Compiling publicsuffix v2.3.0 |
| 1625 | 2026-08-28T22:16:47.111Z | Compiling nix v0.31.2 |
| 1626 | 2026-08-28T22:16:47.166Z | Compiling pin-project v1.1.11 |
| 1627 | 2026-08-28T22:16:47.166Z | Compiling document-features v0.2.12 |
| 1628 | 2026-08-28T22:16:47.230Z | Compiling daft v0.1.8 |
| 1629 | 2026-08-28T22:16:47.230Z | Compiling snafu-derive v0.8.9 |
| 1630 | 2026-08-28T22:16:47.282Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1631 | 2026-08-28T22:16:47.282Z | Compiling derive_builder v0.20.2 |
| 1632 | 2026-08-28T22:16:47.391Z | Compiling inout v0.2.2 |
| 1633 | 2026-08-28T22:16:47.403Z | Compiling toml v0.7.8 |
| 1634 | 2026-08-28T22:16:47.459Z | Compiling object v0.30.4 |
| 1635 | 2026-08-28T22:16:47.523Z | Compiling darling v0.23.0 |
| 1636 | 2026-08-28T22:16:47.523Z | Compiling zip v0.6.6 |
| 1637 | 2026-08-28T22:16:47.571Z | Compiling goblin v0.8.2 |
| 1638 | 2026-08-28T22:16:47.624Z | Compiling derive-ex v0.1.8 |
| 1639 | 2026-08-28T22:16:48.263Z | Compiling futures-executor v0.3.32 |
| 1640 | 2026-08-28T22:16:48.264Z | Compiling phf_shared v0.13.1 |
| 1641 | 2026-08-28T22:16:48.348Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-28T22:16:48.348Z | Compiling hubpack_derive v0.1.1 |
| 1643 | 2026-08-28T22:16:48.349Z | Compiling regex v1.12.3 |
| 1644 | 2026-08-28T22:16:48.355Z | Compiling ref-cast-impl v1.0.25 |
| 1645 | 2026-08-28T22:16:48.355Z | Compiling strum_macros v0.27.2 |
| 1646 | 2026-08-28T22:16:48.355Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1647 | 2026-08-28T22:16:48.355Z | Compiling convert_case v0.10.0 |
| 1648 | 2026-08-28T22:16:48.355Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1649 | 2026-08-28T22:16:48.471Z | Compiling cargo-platform v0.3.2 |
| 1650 | 2026-08-28T22:16:48.543Z | Compiling vergen v9.1.0 |
| 1651 | 2026-08-28T22:16:48.592Z | Compiling ff v0.13.1 |
| 1652 | 2026-08-28T22:16:48.637Z | Compiling fs-err v3.3.0 |
| 1653 | 2026-08-28T22:16:48.674Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-08-28T22:16:48.695Z | Compiling foldhash v0.1.5 |
| 1655 | 2026-08-28T22:16:48.761Z | Compiling same-file v1.0.6 |
| 1656 | 2026-08-28T22:16:48.777Z | Compiling is_ci v1.2.0 |
| 1657 | 2026-08-28T22:16:48.838Z | Compiling jiff-core v0.1.0 |
| 1658 | 2026-08-28T22:16:48.871Z | Compiling libbz2-rs-sys v0.2.2 |
| 1659 | 2026-08-28T22:16:48.923Z | Compiling bumpalo v3.20.2 |
| 1660 | 2026-08-28T22:16:48.956Z | Compiling path-slash v0.1.5 |
| 1661 | 2026-08-28T22:16:48.956Z | Compiling bitflags v1.3.2 |
| 1662 | 2026-08-28T22:16:48.956Z | Compiling managed v0.8.0 |
| 1663 | 2026-08-28T22:16:48.993Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-28T22:16:49.039Z | Compiling hyper-util v0.1.20 |
| 1665 | 2026-08-28T22:16:49.141Z | Compiling snafu v0.8.9 |
| 1666 | 2026-08-28T22:16:49.158Z | Compiling hashbrown v0.16.1 |
| 1667 | 2026-08-28T22:16:49.228Z | Compiling zopfli v0.8.3 |
| 1668 | 2026-08-28T22:16:49.300Z | Compiling test-strategy v0.4.5 |
| 1669 | 2026-08-28T22:16:49.499Z | Compiling bzip2 v0.6.1 |
| 1670 | 2026-08-28T22:16:49.510Z | Compiling textwrap v0.16.2 |
| 1671 | 2026-08-28T22:16:49.525Z | Compiling supports-color v3.0.2 |
| 1672 | 2026-08-28T22:16:49.687Z | Compiling jiff v0.2.34 |
| 1673 | 2026-08-28T22:16:49.711Z | Compiling walkdir v2.5.0 |
| 1674 | 2026-08-28T22:16:49.804Z | Compiling hashbrown v0.15.5 |
| 1675 | 2026-08-28T22:16:49.946Z | Compiling dof v0.3.0 |
| 1676 | 2026-08-28T22:16:50.062Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1677 | 2026-08-28T22:16:50.062Z | Compiling sec1 v0.7.3 |
| 1678 | 2026-08-28T22:16:50.159Z | Compiling group v0.13.0 |
| 1679 | 2026-08-28T22:16:50.159Z | Compiling strum v0.27.2 |
| 1680 | 2026-08-28T22:16:50.251Z | Compiling cargo_metadata v0.23.1 |
| 1681 | 2026-08-28T22:16:50.366Z | Compiling hubpack v0.1.2 |
| 1682 | 2026-08-28T22:16:50.367Z | Compiling derive_more-impl v2.1.1 |
| 1683 | 2026-08-28T22:16:50.367Z | Compiling phf v0.13.1 |
| 1684 | 2026-08-28T22:16:50.483Z | Compiling futures v0.3.32 |
| 1685 | 2026-08-28T22:16:50.483Z | Compiling cookie_store v0.22.1 |
| 1686 | 2026-08-28T22:16:50.841Z | Compiling hyper-tls v0.6.0 |
| 1687 | 2026-08-28T22:16:50.841Z | Compiling signal-hook-mio v0.2.5 |
| 1688 | 2026-08-28T22:16:50.841Z | Compiling zstd v0.13.3 |
| 1689 | 2026-08-28T22:16:50.982Z | Compiling serde_with_macros v3.21.0 |
| 1690 | 2026-08-28T22:16:50.982Z | Compiling reqwest v0.12.28 |
| 1691 | 2026-08-28T22:16:50.982Z | Compiling cipher v0.5.2 |
| 1692 | 2026-08-28T22:16:50.982Z | Compiling backtrace-ext v0.2.1 |
| 1693 | 2026-08-28T22:16:50.982Z | Compiling postgres-types v0.2.12 |
| 1694 | 2026-08-28T22:16:51.179Z | Compiling globset v0.4.18 |
| 1695 | 2026-08-28T22:16:51.306Z | Compiling usdt-attr-macro v0.6.0 |
| 1696 | 2026-08-28T22:16:51.306Z | Compiling usdt-macro v0.6.0 |
| 1697 | 2026-08-28T22:16:51.435Z | Compiling byte-wrapper v0.1.0 |
| 1698 | 2026-08-28T22:16:51.529Z | Compiling ed25519 v2.2.3 |
| 1699 | 2026-08-28T22:16:51.529Z | Compiling hkdf v0.12.4 |
| 1700 | 2026-08-28T22:16:51.569Z | Compiling crypto-bigint v0.5.5 |
| 1701 | 2026-08-28T22:16:51.606Z | Compiling dtrace-parser v0.2.0 |
| 1702 | 2026-08-28T22:16:51.724Z | Compiling serde_plain v1.0.2 |
| 1703 | 2026-08-28T22:16:51.778Z | Compiling serde-big-array v0.5.1 |
| 1704 | 2026-08-28T22:16:51.778Z | Compiling olpc-cjson v0.1.4 |
| 1705 | 2026-08-28T22:16:51.812Z | Compiling phf_shared v0.11.3 |
| 1706 | 2026-08-28T22:16:51.901Z | Compiling serde_repr v0.1.20 |
| 1707 | 2026-08-28T22:16:51.969Z | Compiling miette-derive v7.6.0 |
| 1708 | 2026-08-28T22:16:51.969Z | Compiling async-recursion v1.1.1 |
| 1709 | 2026-08-28T22:16:52.045Z | Compiling strum_macros v0.26.4 |
| 1710 | 2026-08-28T22:16:52.045Z | Compiling enum-as-inner v0.6.1 |
| 1711 | 2026-08-28T22:16:52.045Z | Compiling float-cmp v0.10.0 |
| 1712 | 2026-08-28T22:16:52.141Z | Compiling pem v3.0.6 |
| 1713 | 2026-08-28T22:16:52.228Z | Compiling memmap2 v0.9.10 |
| 1714 | 2026-08-28T22:16:52.346Z | Compiling thread-id v4.2.2 |
| 1715 | 2026-08-28T22:16:52.475Z | Compiling supports-unicode v3.0.0 |
| 1716 | 2026-08-28T22:16:52.621Z | Compiling fixedbitset v0.5.7 |
| 1717 | 2026-08-28T22:16:52.621Z | Compiling normalize-line-endings v0.3.0 |
| 1718 | 2026-08-28T22:16:52.621Z | Compiling supports-hyperlinks v3.2.0 |
| 1719 | 2026-08-28T22:16:52.621Z | Compiling data-encoding v2.10.0 |
| 1720 | 2026-08-28T22:16:52.716Z | Compiling cpufeatures v0.3.0 |
| 1721 | 2026-08-28T22:16:52.716Z | Compiling static_assertions v1.1.0 |
| 1722 | 2026-08-28T22:16:52.716Z | Compiling keccak v0.1.6 |
| 1723 | 2026-08-28T22:16:52.716Z | Compiling new_debug_unreachable v1.0.6 |
| 1724 | 2026-08-28T22:16:52.716Z | Compiling precomputed-hash v0.1.1 |
| 1725 | 2026-08-28T22:16:52.716Z | Compiling predicates-core v1.0.10 |
| 1726 | 2026-08-28T22:16:52.716Z | Compiling whoami v2.1.0 |
| 1727 | 2026-08-28T22:16:52.778Z | Compiling difflib v0.4.0 |
| 1728 | 2026-08-28T22:16:52.778Z | Compiling winnow v1.0.3 |
| 1729 | 2026-08-28T22:16:52.778Z | Compiling const-oid v0.10.2 |
| 1730 | 2026-08-28T22:16:52.778Z | Compiling fixedbitset v0.4.2 |
| 1731 | 2026-08-28T22:16:52.820Z | Compiling typed-path v0.9.3 |
| 1732 | 2026-08-28T22:16:53.562Z | Compiling either v1.15.0 |
| 1733 | 2026-08-28T22:16:53.587Z | Compiling predicates v3.1.4 |
| 1734 | 2026-08-28T22:16:53.587Z | Compiling petgraph v0.6.5 |
| 1735 | 2026-08-28T22:16:53.587Z | Compiling digest v0.11.3 |
| 1736 | 2026-08-28T22:16:53.587Z | Compiling miette v7.6.0 |
| 1737 | 2026-08-28T22:16:53.587Z | Compiling itertools v0.13.0 |
| 1738 | 2026-08-28T22:16:53.587Z | Compiling tokio-postgres v0.7.16 |
| 1739 | 2026-08-28T22:16:53.587Z | Compiling hickory-proto v0.25.2 |
| 1740 | 2026-08-28T22:16:53.589Z | Compiling sha3 v0.10.8 |
| 1741 | 2026-08-28T22:16:53.589Z | Compiling string_cache v0.8.9 |
| 1742 | 2026-08-28T22:16:53.593Z | Compiling petgraph v0.8.3 |
| 1743 | 2026-08-28T22:16:53.594Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1744 | 2026-08-28T22:16:57.705Z | Compiling chacha20 v0.10.0 |
| 1745 | 2026-08-28T22:16:57.793Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1746 | 2026-08-28T22:16:57.793Z | Compiling strum v0.26.3 |
| 1747 | 2026-08-28T22:16:57.793Z | Compiling toml_edit v0.22.27 |
| 1748 | 2026-08-28T22:16:57.793Z | Compiling elliptic-curve v0.13.8 |
| 1749 | 2026-08-28T22:16:57.793Z | Compiling usdt-impl v0.5.0 |
| 1750 | 2026-08-28T22:16:57.793Z | Compiling usdt v0.6.0 |
| 1751 | 2026-08-28T22:16:57.794Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-28T22:16:57.794Z | Compiling zip v4.6.1 |
| 1753 | 2026-08-28T22:16:57.794Z | Compiling serde_with v3.21.0 |
| 1754 | 2026-08-28T22:16:57.795Z | Compiling ed25519-dalek v2.2.0 |
| 1755 | 2026-08-28T22:16:57.795Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1756 | 2026-08-28T22:16:57.795Z | Compiling derive_more v2.1.1 |
| 1757 | 2026-08-28T22:16:57.795Z | Compiling iddqd v0.4.2 |
| 1758 | 2026-08-28T22:16:57.795Z | Compiling similar v2.7.0 |
| 1759 | 2026-08-28T22:16:57.795Z | Compiling tokio-stream v0.1.18 |
| 1760 | 2026-08-28T22:16:57.795Z | Compiling crossbeam-epoch v0.9.18 |
| 1761 | 2026-08-28T22:16:57.920Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-28T22:16:57.920Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-28T22:16:57.920Z | Compiling openapiv3 v2.2.0 |
| 1764 | 2026-08-28T22:16:57.920Z | Compiling lalrpop-util v0.19.12 |
| 1765 | 2026-08-28T22:16:57.920Z | Compiling peg-runtime v0.8.5 |
| 1766 | 2026-08-28T22:16:57.920Z | Compiling thread_local v1.1.9 |
| 1767 | 2026-08-28T22:16:57.920Z | Compiling slog-async v2.8.0 |
| 1768 | 2026-08-28T22:16:57.920Z | Compiling crossbeam-channel v0.5.15 |
| 1769 | 2026-08-28T22:16:57.920Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-08-28T22:16:57.920Z | Compiling filetime v0.2.27 |
| 1771 | 2026-08-28T22:16:57.920Z | Compiling take_mut v0.2.2 |
| 1772 | 2026-08-28T22:16:57.920Z | Compiling xattr v1.6.1 |
| 1773 | 2026-08-28T22:16:57.921Z | Compiling term v1.2.1 |
| 1774 | 2026-08-28T22:16:57.921Z | Compiling camino-tempfile v1.4.1 |
| 1775 | 2026-08-28T22:16:57.921Z | Compiling tar v0.4.46 |
| 1776 | 2026-08-28T22:16:57.921Z | Compiling slog-term v2.9.2 |
| 1777 | 2026-08-28T22:17:13.246Z | Compiling rustls-webpki v0.103.13 |
| 1778 | 2026-08-28T22:17:15.876Z | Compiling tokio-rustls v0.26.4 |
| 1779 | 2026-08-28T22:17:15.877Z | Compiling rustls-platform-verifier v0.6.2 |
| 1780 | 2026-08-28T22:17:15.883Z | Compiling tough v0.22.0 |
| 1781 | 2026-08-28T22:17:16.078Z | Compiling hyper-rustls v0.27.7 |
| 1782 | 2026-08-28T22:17:16.271Z | Compiling reqwest v0.13.2 |
| 1783 | 2026-08-28T22:17:18.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-08-28T22:17:18.673Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-08-28T22:17:21.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.25s |
| 1786 | 2026-08-28T22:17:21.695Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1787 | 2026-08-28T22:17:21.753Z | Aug 28 22:17:21.133 INFO Starting download, target: Cockroach |
| 1788 | 2026-08-28T22:17:21.753Z | Aug 28 22:17:21.134 INFO Starting download, target: DendriteStub |
| 1789 | 2026-08-28T22:17:21.753Z | Aug 28 22:17:21.134 INFO Starting download, target: Console |
| 1790 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Starting download, target: Clickhouse |
| 1791 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Starting download, target: MaghemiteMgd |
| 1792 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Starting download, target: MaghemiteDdmd |
| 1793 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Starting download, target: TransceiverControl |
| 1794 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1795 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1796 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1797 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1798 | 2026-08-28T22:17:21.758Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1799 | 2026-08-28T22:17:21.759Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1800 | 2026-08-28T22:17:21.759Z | Aug 28 22:17:21.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1801 | 2026-08-28T22:17:22.196Z | Aug 28 22:17:21.573 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1802 | 2026-08-28T22:17:22.408Z | Aug 28 22:17:21.773 INFO Download complete, target: TransceiverControl |
| 1803 | 2026-08-28T22:17:23.750Z | Aug 28 22:17:23.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1804 | 2026-08-28T22:17:23.994Z | Aug 28 22:17:23.369 INFO Download complete, target: Console |
| 1805 | 2026-08-28T22:17:24.015Z | Aug 28 22:17:23.378 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1806 | 2026-08-28T22:17:24.240Z | Aug 28 22:17:23.626 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1807 | 2026-08-28T22:17:24.266Z | Aug 28 22:17:23.640 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1808 | 2026-08-28T22:17:24.651Z | Aug 28 22:17:24.033 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1809 | 2026-08-28T22:17:25.289Z | Aug 28 22:17:24.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-28T22:17:25.289Z | Aug 28 22:17:24.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-28T22:17:26.109Z | Aug 28 22:17:25.477 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-28T22:17:26.760Z | Aug 28 22:17:26.148 INFO Download complete, target: DendriteStub |
| 1813 | 2026-08-28T22:17:27.133Z | Aug 28 22:17:26.523 INFO Download complete, target: MaghemiteMgd |
| 1814 | 2026-08-28T22:17:29.831Z | Aug 28 22:17:29.215 INFO Checking that binary works, target: Cockroach |
| 1815 | 2026-08-28T22:17:29.961Z | Aug 28 22:17:29.333 INFO Download complete, target: Cockroach |
| 1816 | 2026-08-28T22:17:30.592Z | Aug 28 22:17:29.957 INFO Checking that binary works, target: Clickhouse |
| 1817 | 2026-08-28T22:17:30.673Z | Aug 28 22:17:30.049 INFO Download complete, target: Clickhouse |
| 1818 | 2026-08-28T22:17:30.690Z | All prerequisites installed successfully |
| 1819 | 2026-08-28T22:17:30.690Z | |
| 1820 | 2026-08-28T22:17:30.690Z | real 1:53.942464973 |
| 1821 | 2026-08-28T22:17:30.691Z | user 7:16.210433401 |
| 1822 | 2026-08-28T22:17:30.691Z | sys 1:45.239200651 |
| 1823 | 2026-08-28T22:17:30.691Z | trap 0.287220304 |
| 1824 | 2026-08-28T22:17:30.691Z | tflt 2.247537810 |
| 1825 | 2026-08-28T22:17:30.691Z | dflt 2.916200339 |
| 1826 | 2026-08-28T22:17:30.691Z | kflt 0.041814805 |
| 1827 | 2026-08-28T22:17:30.691Z | lock 28:12.027185575 |
| 1828 | 2026-08-28T22:17:30.692Z | slp 20:17.633828835 |
| 1829 | 2026-08-28T22:17:30.692Z | lat 26.502761538 |
| 1830 | 2026-08-28T22:17:30.692Z | stop 3:29.058371978 |
| 1831 | 2026-08-28T22:17:30.692Z | + ptime -m cargo xtask download softnpu |
| 1832 | 2026-08-28T22:17:31.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1833 | 2026-08-28T22:17:31.138Z | Running `target/debug/xtask download softnpu` |
| 1834 | 2026-08-28T22:17:31.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1835 | 2026-08-28T22:17:32.007Z | Running `target/debug/xtask-downloader softnpu` |
| 1836 | 2026-08-28T22:17:32.034Z | Aug 28 22:17:31.386 INFO Starting download, target: Softnpu |
| 1837 | 2026-08-28T22:17:32.034Z | Aug 28 22:17:31.386 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1838 | 2026-08-28T22:18:21.702Z | Aug 28 22:18:21.071 INFO Download complete, target: Softnpu |
| 1839 | 2026-08-28T22:18:21.727Z | |
| 1840 | 2026-08-28T22:18:21.728Z | real 51.014431902 |
| 1841 | 2026-08-28T22:18:21.728Z | user 1.319012668 |
| 1842 | 2026-08-28T22:18:21.728Z | sys 0.650971473 |
| 1843 | 2026-08-28T22:18:21.728Z | trap 0.000921450 |
| 1844 | 2026-08-28T22:18:21.728Z | tflt 0.000361560 |
| 1845 | 2026-08-28T22:18:21.728Z | dflt 0.000072260 |
| 1846 | 2026-08-28T22:18:21.728Z | kflt 0.000000000 |
| 1847 | 2026-08-28T22:18:21.728Z | lock 14:26.548803965 |
| 1848 | 2026-08-28T22:18:21.728Z | slp 49.463027868 |
| 1849 | 2026-08-28T22:18:21.728Z | lat 0.186371004 |
| 1850 | 2026-08-28T22:18:21.728Z | stop 0.000202780 |
| 1851 | 2026-08-28T22:18:21.728Z | + export CARGO_INCREMENTAL=0 |
| 1852 | 2026-08-28T22:18:21.728Z | + CARGO_INCREMENTAL=0 |
| 1853 | 2026-08-28T22:18:21.728Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1854 | 2026-08-28T22:18:22.607Z | Compiling proc-macro2 v1.0.106 |
| 1855 | 2026-08-28T22:18:22.607Z | Compiling quote v1.0.45 |
| 1856 | 2026-08-28T22:18:22.629Z | Compiling unicode-ident v1.0.24 |
| 1857 | 2026-08-28T22:18:22.629Z | Compiling serde_core v1.0.228 |
| 1858 | 2026-08-28T22:18:22.629Z | Compiling libc v0.2.185 |
| 1859 | 2026-08-28T22:18:22.630Z | Compiling serde v1.0.228 |
| 1860 | 2026-08-28T22:18:22.630Z | Compiling cfg-if v1.0.4 |
| 1861 | 2026-08-28T22:18:22.630Z | Compiling version_check v0.9.5 |
| 1862 | 2026-08-28T22:18:22.630Z | Compiling autocfg v1.5.0 |
| 1863 | 2026-08-28T22:18:23.019Z | Compiling shlex v1.3.0 |
| 1864 | 2026-08-28T22:18:23.088Z | Compiling find-msvc-tools v0.1.9 |
| 1865 | 2026-08-28T22:18:23.089Z | Compiling memchr v2.8.0 |
| 1866 | 2026-08-28T22:18:23.089Z | Compiling zmij v1.0.21 |
| 1867 | 2026-08-28T22:18:23.089Z | Compiling serde_json v1.0.151 |
| 1868 | 2026-08-28T22:18:23.089Z | Compiling portable-atomic v1.13.1 |
| 1869 | 2026-08-28T22:18:23.089Z | Compiling zerocopy v0.8.55 |
| 1870 | 2026-08-28T22:18:23.183Z | Compiling libm v0.2.16 |
| 1871 | 2026-08-28T22:18:23.203Z | Compiling getrandom v0.4.3 |
| 1872 | 2026-08-28T22:18:23.203Z | Compiling icu_normalizer_data v2.1.1 |
| 1873 | 2026-08-28T22:18:23.203Z | Compiling smallvec v1.15.1 |
| 1874 | 2026-08-28T22:18:23.381Z | Compiling generic-array v0.14.7 |
| 1875 | 2026-08-28T22:18:23.426Z | Compiling icu_properties_data v2.1.2 |
| 1876 | 2026-08-28T22:18:23.426Z | Compiling parking_lot_core v0.9.12 |
| 1877 | 2026-08-28T22:18:23.426Z | Compiling num-traits v0.2.19 |
| 1878 | 2026-08-28T22:18:23.454Z | Compiling itoa v1.0.17 |
| 1879 | 2026-08-28T22:18:23.476Z | Compiling log v0.4.33 |
| 1880 | 2026-08-28T22:18:23.477Z | Compiling pkg-config v0.3.32 |
| 1881 | 2026-08-28T22:18:23.497Z | Compiling subtle v2.6.1 |
| 1882 | 2026-08-28T22:18:23.618Z | Compiling stable_deref_trait v1.2.1 |
| 1883 | 2026-08-28T22:18:23.654Z | Compiling rustix v1.1.4 |
| 1884 | 2026-08-28T22:18:23.691Z | Compiling typenum v1.20.1 |
| 1885 | 2026-08-28T22:18:23.737Z | Compiling getrandom v0.3.4 |
| 1886 | 2026-08-28T22:18:23.785Z | Compiling scopeguard v1.2.0 |
| 1887 | 2026-08-28T22:18:23.803Z | Compiling jobserver v0.1.34 |
| 1888 | 2026-08-28T22:18:23.803Z | Compiling errno v0.3.14 |
| 1889 | 2026-08-28T22:18:23.856Z | Compiling lock_api v0.4.14 |
| 1890 | 2026-08-28T22:18:23.882Z | Compiling thiserror v2.0.18 |
| 1891 | 2026-08-28T22:18:23.965Z | Compiling rand_core v0.10.0 |
| 1892 | 2026-08-28T22:18:24.003Z | Compiling cc v1.2.56 |
| 1893 | 2026-08-28T22:18:24.114Z | Compiling critical-section v1.2.0 |
| 1894 | 2026-08-28T22:18:24.178Z | Compiling getrandom v0.2.17 |
| 1895 | 2026-08-28T22:18:24.189Z | Compiling syn v2.0.117 |
| 1896 | 2026-08-28T22:18:24.189Z | Compiling writeable v0.6.2 |
| 1897 | 2026-08-28T22:18:24.189Z | Compiling equivalent v1.0.2 |
| 1898 | 2026-08-28T22:18:24.220Z | Compiling schemars v0.8.22 |
| 1899 | 2026-08-28T22:18:24.253Z | Compiling percent-encoding v2.3.2 |
| 1900 | 2026-08-28T22:18:24.253Z | Compiling litemap v0.8.1 |
| 1901 | 2026-08-28T22:18:24.287Z | Compiling rand_core v0.6.4 |
| 1902 | 2026-08-28T22:18:24.398Z | Compiling pin-project-lite v0.2.17 |
| 1903 | 2026-08-28T22:18:24.442Z | Compiling syn v1.0.109 |
| 1904 | 2026-08-28T22:18:24.528Z | Compiling rustversion v1.0.22 |
| 1905 | 2026-08-28T22:18:24.585Z | Compiling once_cell v1.21.3 |
| 1906 | 2026-08-28T22:18:24.620Z | Compiling heck v0.5.0 |
| 1907 | 2026-08-28T22:18:24.679Z | Compiling hashbrown v0.17.0 |
| 1908 | 2026-08-28T22:18:24.684Z | Compiling dunce v1.0.5 |
| 1909 | 2026-08-28T22:18:24.716Z | Compiling fs_extra v1.3.0 |
| 1910 | 2026-08-28T22:18:24.737Z | Compiling cmake v0.1.57 |
| 1911 | 2026-08-28T22:18:24.844Z | Compiling utf8_iter v1.0.4 |
| 1912 | 2026-08-28T22:18:24.867Z | Compiling byteorder v1.5.0 |
| 1913 | 2026-08-28T22:18:24.867Z | Compiling form_urlencoded v1.2.2 |
| 1914 | 2026-08-28T22:18:25.041Z | Compiling strsim v0.11.1 |
| 1915 | 2026-08-28T22:18:25.099Z | Compiling signal-hook-registry v1.4.8 |
| 1916 | 2026-08-28T22:18:25.180Z | Compiling thiserror v1.0.69 |
| 1917 | 2026-08-28T22:18:25.180Z | Compiling socket2 v0.6.3 |
| 1918 | 2026-08-28T22:18:25.218Z | Compiling mio v1.2.0 |
| 1919 | 2026-08-28T22:18:25.279Z | Compiling semver v1.0.28 |
| 1920 | 2026-08-28T22:18:25.306Z | Compiling bitflags v2.11.0 |
| 1921 | 2026-08-28T22:18:25.402Z | Compiling indexmap v2.14.0 |
| 1922 | 2026-08-28T22:18:25.472Z | Compiling aws-lc-sys v0.40.0 |
| 1923 | 2026-08-28T22:18:25.498Z | Compiling parking_lot v0.12.5 |
| 1924 | 2026-08-28T22:18:25.632Z | Compiling aws-lc-rs v1.16.3 |
| 1925 | 2026-08-28T22:18:25.683Z | Compiling const-oid v0.9.6 |
| 1926 | 2026-08-28T22:18:25.684Z | Compiling futures-core v0.3.32 |
| 1927 | 2026-08-28T22:18:25.835Z | Compiling iana-time-zone v0.1.65 |
| 1928 | 2026-08-28T22:18:25.835Z | Compiling httparse v1.10.1 |
| 1929 | 2026-08-28T22:18:25.910Z | Compiling fnv v1.0.7 |
| 1930 | 2026-08-28T22:18:26.008Z | Compiling crc32fast v1.5.0 |
| 1931 | 2026-08-28T22:18:26.158Z | Compiling regex-syntax v0.8.10 |
| 1932 | 2026-08-28T22:18:26.214Z | Compiling ucd-trie v0.1.7 |
| 1933 | 2026-08-28T22:18:26.301Z | Compiling uuid v1.23.4 |
| 1934 | 2026-08-28T22:18:26.326Z | Compiling vcpkg v0.2.15 |
| 1935 | 2026-08-28T22:18:26.347Z | Compiling ident_case v1.0.1 |
| 1936 | 2026-08-28T22:18:26.394Z | Compiling pest v2.8.6 |
| 1937 | 2026-08-28T22:18:26.507Z | Compiling rustc_version v0.4.1 |
| 1938 | 2026-08-28T22:18:26.654Z | Compiling rustls v0.23.41 |
| 1939 | 2026-08-28T22:18:26.709Z | Compiling futures-sink v0.3.32 |
| 1940 | 2026-08-28T22:18:26.767Z | Compiling dyn-clone v1.0.20 |
| 1941 | 2026-08-28T22:18:27.026Z | Compiling futures-channel v0.3.32 |
| 1942 | 2026-08-28T22:18:27.132Z | Compiling synstructure v0.13.2 |
| 1943 | 2026-08-28T22:18:27.132Z | Compiling serde_derive_internals v0.29.1 |
| 1944 | 2026-08-28T22:18:27.132Z | Compiling openssl-sys v0.9.117 |
| 1945 | 2026-08-28T22:18:27.132Z | Compiling aho-corasick v1.1.4 |
| 1946 | 2026-08-28T22:18:27.182Z | Compiling slab v0.4.12 |
| 1947 | 2026-08-28T22:18:27.182Z | Compiling futures-io v0.3.32 |
| 1948 | 2026-08-28T22:18:27.250Z | Compiling futures-task v0.3.32 |
| 1949 | 2026-08-28T22:18:27.422Z | Compiling pest_meta v2.8.6 |
| 1950 | 2026-08-28T22:18:27.574Z | Compiling plain v0.2.3 |
| 1951 | 2026-08-28T22:18:27.574Z | Compiling num-conv v0.2.0 |
| 1952 | 2026-08-28T22:18:27.617Z | Compiling time-core v0.1.8 |
| 1953 | 2026-08-28T22:18:27.617Z | Compiling radium v0.7.0 |
| 1954 | 2026-08-28T22:18:27.627Z | Compiling crossbeam-utils v0.8.21 |
| 1955 | 2026-08-28T22:18:27.627Z | Compiling base64 v0.22.1 |
| 1956 | 2026-08-28T22:18:27.729Z | Compiling maybe-uninit v2.0.0 |
| 1957 | 2026-08-28T22:18:27.795Z | Compiling time-macros v0.2.27 |
| 1958 | 2026-08-28T22:18:27.827Z | Compiling pretty-hex v0.4.1 |
| 1959 | 2026-08-28T22:18:27.841Z | Compiling openssl v0.10.80 |
| 1960 | 2026-08-28T22:18:27.842Z | Compiling base64ct v1.8.3 |
| 1961 | 2026-08-28T22:18:27.957Z | Compiling regex-automata v0.4.14 |
| 1962 | 2026-08-28T22:18:27.957Z | Compiling slog v2.8.2 |
| 1963 | 2026-08-28T22:18:27.984Z | Compiling flagset v0.4.7 |
| 1964 | 2026-08-28T22:18:28.070Z | Compiling pest_generator v2.8.6 |
| 1965 | 2026-08-28T22:18:28.282Z | Compiling serde_derive v1.0.228 |
| 1966 | 2026-08-28T22:18:28.282Z | Compiling zeroize_derive v1.5.0 |
| 1967 | 2026-08-28T22:18:28.399Z | Compiling zerofrom-derive v0.1.6 |
| 1968 | 2026-08-28T22:18:28.399Z | Compiling yoke-derive v0.8.1 |
| 1969 | 2026-08-28T22:18:28.399Z | Compiling zerocopy-derive v0.8.55 |
| 1970 | 2026-08-28T22:18:28.399Z | Compiling zerovec-derive v0.11.2 |
| 1971 | 2026-08-28T22:18:28.399Z | Compiling displaydoc v0.2.5 |
| 1972 | 2026-08-28T22:18:28.399Z | Compiling tokio-macros v2.7.0 |
| 1973 | 2026-08-28T22:18:28.399Z | Compiling futures-macro v0.3.32 |
| 1974 | 2026-08-28T22:18:28.456Z | Compiling thiserror-impl v2.0.18 |
| 1975 | 2026-08-28T22:18:28.463Z | Compiling schemars_derive v0.8.22 |
| 1976 | 2026-08-28T22:18:28.650Z | Compiling der_derive v0.7.3 |
| 1977 | 2026-08-28T22:18:28.674Z | Compiling tracing-attributes v0.1.31 |
| 1978 | 2026-08-28T22:18:28.706Z | Compiling thiserror-impl v1.0.69 |
| 1979 | 2026-08-28T22:18:28.738Z | Compiling pest_derive v2.8.6 |
| 1980 | 2026-08-28T22:18:28.767Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-08-28T22:18:28.909Z | Compiling scroll_derive v0.13.1 |
| 1982 | 2026-08-28T22:18:28.923Z | Compiling pem-rfc7468 v0.7.0 |
| 1983 | 2026-08-28T22:18:29.103Z | Compiling futures-util v0.3.32 |
| 1984 | 2026-08-28T22:18:29.203Z | Compiling unicode-segmentation v1.12.0 |
| 1985 | 2026-08-28T22:18:29.217Z | Compiling openssl-macros v0.1.1 |
| 1986 | 2026-08-28T22:18:29.290Z | Compiling rand_core v0.9.5 |
| 1987 | 2026-08-28T22:18:29.340Z | Compiling zerofrom v0.1.6 |
| 1988 | 2026-08-28T22:18:29.423Z | Compiling yoke v0.8.1 |
| 1989 | 2026-08-28T22:18:29.518Z | Compiling darling_core v0.23.0 |
| 1990 | 2026-08-28T22:18:29.615Z | Compiling zerovec v0.11.5 |
| 1991 | 2026-08-28T22:18:29.656Z | Compiling zerotrie v0.2.3 |
| 1992 | 2026-08-28T22:18:29.726Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1993 | 2026-08-28T22:18:29.823Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1994 | 2026-08-28T22:18:29.902Z | Compiling syn v3.0.3 |
| 1995 | 2026-08-28T22:18:29.931Z | Compiling ahash v0.8.12 |
| 1996 | 2026-08-28T22:18:30.211Z | Compiling paste v1.0.15 |
| 1997 | 2026-08-28T22:18:30.255Z | Compiling native-tls v0.2.18 |
| 1998 | 2026-08-28T22:18:30.255Z | Compiling anyhow v1.0.104 |
| 1999 | 2026-08-28T22:18:30.255Z | Compiling tinystr v0.8.2 |
| 2000 | 2026-08-28T22:18:30.345Z | Compiling potential_utf v0.1.4 |
| 2001 | 2026-08-28T22:18:30.377Z | Compiling icu_collections v2.1.1 |
| 2002 | 2026-08-28T22:18:30.442Z | Compiling packed_struct v0.10.1 |
| 2003 | 2026-08-28T22:18:30.487Z | Compiling icu_locale_core v2.1.1 |
| 2004 | 2026-08-28T22:18:30.487Z | Compiling num-bigint-dig v0.8.6 |
| 2005 | 2026-08-28T22:18:30.487Z | Compiling regex v1.12.3 |
| 2006 | 2026-08-28T22:18:30.621Z | Compiling zerocopy-derive v0.7.35 |
| 2007 | 2026-08-28T22:18:31.306Z | Compiling icu_provider v2.1.1 |
| 2008 | 2026-08-28T22:18:31.362Z | Compiling zeroize v1.9.0 |
| 2009 | 2026-08-28T22:18:31.389Z | Compiling bytes v1.11.1 |
| 2010 | 2026-08-28T22:18:31.430Z | Compiling chrono v0.4.45 |
| 2011 | 2026-08-28T22:18:31.449Z | Compiling icu_normalizer v2.1.1 |
| 2012 | 2026-08-28T22:18:31.556Z | Compiling icu_properties v2.1.2 |
| 2013 | 2026-08-28T22:18:31.654Z | Compiling serde_tokenstream v0.2.3 |
| 2014 | 2026-08-28T22:18:31.734Z | Compiling der v0.7.10 |
| 2015 | 2026-08-28T22:18:31.931Z | Compiling tokio v1.52.1 |
| 2016 | 2026-08-28T22:18:32.175Z | Compiling crypto-common v0.1.7 |
| 2017 | 2026-08-28T22:18:32.204Z | Compiling block-buffer v0.10.4 |
| 2018 | 2026-08-28T22:18:32.314Z | Compiling digest v0.10.7 |
| 2019 | 2026-08-28T22:18:32.563Z | Compiling idna_adapter v1.2.1 |
| 2020 | 2026-08-28T22:18:32.598Z | Compiling ppv-lite86 v0.2.21 |
| 2021 | 2026-08-28T22:18:32.683Z | Compiling idna v1.1.0 |
| 2022 | 2026-08-28T22:18:32.887Z | Compiling spki v0.7.3 |
| 2023 | 2026-08-28T22:18:33.032Z | Compiling http v1.4.2 |
| 2024 | 2026-08-28T22:18:33.032Z | Compiling darling_macro v0.23.0 |
| 2025 | 2026-08-28T22:18:33.032Z | Compiling tracing-core v0.1.36 |
| 2026 | 2026-08-28T22:18:33.032Z | Compiling cookie v0.18.1 |
| 2027 | 2026-08-28T22:18:33.090Z | Compiling url v2.5.8 |
| 2028 | 2026-08-28T22:18:33.112Z | Compiling fastrand v2.3.0 |
| 2029 | 2026-08-28T22:18:33.327Z | Compiling camino v1.2.5 |
| 2030 | 2026-08-28T22:18:33.374Z | Compiling cpufeatures v0.2.17 |
| 2031 | 2026-08-28T22:18:33.435Z | Compiling darling v0.23.0 |
| 2032 | 2026-08-28T22:18:33.449Z | Compiling tracing v0.1.44 |
| 2033 | 2026-08-28T22:18:33.547Z | Compiling rand_chacha v0.9.0 |
| 2034 | 2026-08-28T22:18:33.617Z | Compiling toml_datetime v0.6.11 |
| 2035 | 2026-08-28T22:18:33.855Z | Compiling serde_spanned v0.6.9 |
| 2036 | 2026-08-28T22:18:33.964Z | Compiling zerocopy-derive v0.6.6 |
| 2037 | 2026-08-28T22:18:34.013Z | Compiling bitfield-macros v0.19.4 |
| 2038 | 2026-08-28T22:18:34.026Z | Compiling clap_derive v4.6.1 |
| 2039 | 2026-08-28T22:18:34.026Z | Compiling packed_struct_codegen v0.10.1 |
| 2040 | 2026-08-28T22:18:34.398Z | Compiling indexmap v1.9.3 |
| 2041 | 2026-08-28T22:18:34.586Z | Compiling simd-adler32 v0.3.8 |
| 2042 | 2026-08-28T22:18:34.700Z | Compiling object v0.37.3 |
| 2043 | 2026-08-28T22:18:34.786Z | Compiling rand v0.9.2 |
| 2044 | 2026-08-28T22:18:34.845Z | Compiling http-body v1.0.1 |
| 2045 | 2026-08-28T22:18:34.888Z | Compiling pkcs8 v0.10.2 |
| 2046 | 2026-08-28T22:18:34.888Z | Compiling daft-derive v0.1.8 |
| 2047 | 2026-08-28T22:18:34.917Z | Compiling rustls-pki-types v1.14.0 |
| 2048 | 2026-08-28T22:18:35.070Z | Compiling spin v0.9.8 |
| 2049 | 2026-08-28T22:18:35.099Z | Compiling usdt-impl v0.5.0 |
| 2050 | 2026-08-28T22:18:35.123Z | Compiling ref-cast v1.0.25 |
| 2051 | 2026-08-28T22:18:35.278Z | Compiling usdt-impl v0.6.0 |
| 2052 | 2026-08-28T22:18:35.328Z | Compiling openssl-probe v0.2.1 |
| 2053 | 2026-08-28T22:18:35.407Z | Compiling anstyle v1.0.14 |
| 2054 | 2026-08-28T22:18:35.450Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-08-28T22:18:35.450Z | Compiling cmov v0.5.4 |
| 2056 | 2026-08-28T22:18:35.592Z | Compiling tinyvec_macros v0.1.1 |
| 2057 | 2026-08-28T22:18:35.592Z | Compiling winnow v0.5.40 |
| 2058 | 2026-08-28T22:18:35.676Z | Compiling utf8parse v0.2.2 |
| 2059 | 2026-08-28T22:18:35.676Z | Compiling either v1.15.0 |
| 2060 | 2026-08-28T22:18:35.676Z | Compiling ctutils v0.4.2 |
| 2061 | 2026-08-28T22:18:35.700Z | Compiling anstyle-parse v1.0.0 |
| 2062 | 2026-08-28T22:18:35.701Z | Compiling tinyvec v1.10.0 |
| 2063 | 2026-08-28T22:18:35.701Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-08-28T22:18:35.727Z | Compiling tokio-util v0.7.18 |
| 2065 | 2026-08-28T22:18:35.822Z | Compiling sha2 v0.10.9 |
| 2066 | 2026-08-28T22:18:36.059Z | Compiling tempfile v3.27.0 |
| 2067 | 2026-08-28T22:18:36.074Z | Compiling scroll v0.13.0 |
| 2068 | 2026-08-28T22:18:36.204Z | Compiling scroll v0.12.0 |
| 2069 | 2026-08-28T22:18:36.279Z | Compiling terminal_size v0.4.3 |
| 2070 | 2026-08-28T22:18:36.363Z | Compiling async-trait v0.1.89 |
| 2071 | 2026-08-28T22:18:36.382Z | Compiling heapless v0.7.17 |
| 2072 | 2026-08-28T22:18:36.529Z | Compiling tower-layer v0.3.3 |
| 2073 | 2026-08-28T22:18:36.549Z | Compiling anstyle-query v1.1.5 |
| 2074 | 2026-08-28T22:18:36.636Z | Compiling atomic-waker v1.1.2 |
| 2075 | 2026-08-28T22:18:36.654Z | Compiling signal-hook v0.3.18 |
| 2076 | 2026-08-28T22:18:37.070Z | Compiling winnow v0.7.14 |
| 2077 | 2026-08-28T22:18:37.079Z | Compiling toml_edit v0.19.15 |
| 2078 | 2026-08-28T22:18:37.079Z | Compiling winnow v1.0.3 |
| 2079 | 2026-08-28T22:18:37.079Z | Compiling try-lock v0.2.5 |
| 2080 | 2026-08-28T22:18:37.079Z | Compiling zstd-safe v7.2.4 |
| 2081 | 2026-08-28T22:18:37.079Z | Compiling rustix v0.38.44 |
| 2082 | 2026-08-28T22:18:37.079Z | Compiling litrs v1.0.0 |
| 2083 | 2026-08-28T22:18:37.079Z | Compiling colorchoice v1.0.4 |
| 2084 | 2026-08-28T22:18:37.079Z | Compiling tower-service v0.3.3 |
| 2085 | 2026-08-28T22:18:37.175Z | Compiling is_terminal_polyfill v1.70.2 |
| 2086 | 2026-08-28T22:18:37.214Z | Compiling untrusted v0.7.1 |
| 2087 | 2026-08-28T22:18:37.264Z | Compiling anstream v1.0.0 |
| 2088 | 2026-08-28T22:18:37.312Z | Compiling want v0.3.1 |
| 2089 | 2026-08-28T22:18:37.394Z | Compiling document-features v0.2.12 |
| 2090 | 2026-08-28T22:18:37.512Z | Compiling h2 v0.4.15 |
| 2091 | 2026-08-28T22:18:37.812Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2092 | 2026-08-28T22:18:37.920Z | Compiling goblin v0.8.2 |
| 2093 | 2026-08-28T22:18:37.933Z | Compiling goblin v0.10.5 |
| 2094 | 2026-08-28T22:18:37.933Z | Compiling hybrid-array v0.4.13 |
| 2095 | 2026-08-28T22:18:38.111Z | Compiling ipnetwork v0.21.1 |
| 2096 | 2026-08-28T22:18:38.212Z | Compiling ipnet v2.12.0 |
| 2097 | 2026-08-28T22:18:38.382Z | Compiling zerocopy v0.7.35 |
| 2098 | 2026-08-28T22:18:38.546Z | Compiling heck v0.4.1 |
| 2099 | 2026-08-28T22:18:38.626Z | Compiling ref-cast-impl v1.0.25 |
| 2100 | 2026-08-28T22:18:38.679Z | Compiling structmeta-derive v0.3.0 |
| 2101 | 2026-08-28T22:18:38.710Z | Compiling darling_core v0.20.11 |
| 2102 | 2026-08-28T22:18:38.732Z | Compiling curve25519-dalek v4.1.3 |
| 2103 | 2026-08-28T22:18:38.853Z | Compiling memoffset v0.9.1 |
| 2104 | 2026-08-28T22:18:39.038Z | Compiling httpdate v1.0.3 |
| 2105 | 2026-08-28T22:18:39.133Z | Compiling untrusted v0.9.0 |
| 2106 | 2026-08-28T22:18:39.151Z | Compiling powerfmt v0.2.0 |
| 2107 | 2026-08-28T22:18:39.166Z | Compiling tap v1.0.1 |
| 2108 | 2026-08-28T22:18:39.308Z | Compiling foreign-types-shared v0.1.1 |
| 2109 | 2026-08-28T22:18:39.352Z | Compiling deranged v0.5.8 |
| 2110 | 2026-08-28T22:18:39.374Z | Compiling foreign-types v0.3.2 |
| 2111 | 2026-08-28T22:18:39.374Z | Compiling wyz v0.5.1 |
| 2112 | 2026-08-28T22:18:39.499Z | Compiling unicode-normalization v0.1.25 |
| 2113 | 2026-08-28T22:18:39.689Z | Compiling structmeta v0.3.0 |
| 2114 | 2026-08-28T22:18:39.866Z | Compiling dtrace-parser v0.2.0 |
| 2115 | 2026-08-28T22:18:39.876Z | Compiling rand_chacha v0.3.1 |
| 2116 | 2026-08-28T22:18:39.877Z | Compiling signature v2.2.0 |
| 2117 | 2026-08-28T22:18:39.877Z | Compiling hex v0.4.3 |
| 2118 | 2026-08-28T22:18:39.945Z | Compiling dtrace-parser v0.3.0 |
| 2119 | 2026-08-28T22:18:39.992Z | Compiling pin-project-internal v1.1.11 |
| 2120 | 2026-08-28T22:18:40.074Z | Compiling num-integer v0.1.46 |
| 2121 | 2026-08-28T22:18:40.114Z | Compiling dof v0.3.0 |
| 2122 | 2026-08-28T22:18:40.289Z | Compiling thread-id v4.2.2 |
| 2123 | 2026-08-28T22:18:40.384Z | Compiling wait-timeout v0.2.1 |
| 2124 | 2026-08-28T22:18:40.420Z | Compiling socket2 v0.5.10 |
| 2125 | 2026-08-28T22:18:40.420Z | Compiling thread-id v5.1.0 |
| 2126 | 2026-08-28T22:18:40.471Z | Compiling quick-error v1.2.3 |
| 2127 | 2026-08-28T22:18:40.508Z | Compiling bit-vec v0.8.0 |
| 2128 | 2026-08-28T22:18:40.574Z | Compiling dof v0.4.0 |
| 2129 | 2026-08-28T22:18:40.703Z | Compiling hyper v1.10.1 |
| 2130 | 2026-08-28T22:18:40.761Z | Compiling darling_macro v0.20.11 |
| 2131 | 2026-08-28T22:18:40.761Z | Compiling clap_lex v1.0.0 |
| 2132 | 2026-08-28T22:18:40.846Z | Compiling owo-colors v4.3.0 |
| 2133 | 2026-08-28T22:18:40.964Z | Compiling funty v2.0.0 |
| 2134 | 2026-08-28T22:18:40.975Z | Compiling num_threads v0.1.7 |
| 2135 | 2026-08-28T22:18:40.975Z | Compiling smoltcp v0.9.1 |
| 2136 | 2026-08-28T22:18:41.013Z | Compiling cfg_aliases v0.2.1 |
| 2137 | 2026-08-28T22:18:41.045Z | Compiling clap_builder v4.6.0 |
| 2138 | 2026-08-28T22:18:41.093Z | Compiling time v0.3.47 |
| 2139 | 2026-08-28T22:18:41.111Z | Compiling nix v0.31.2 |
| 2140 | 2026-08-28T22:18:41.128Z | Compiling bit-set v0.8.0 |
| 2141 | 2026-08-28T22:18:41.145Z | Compiling rusty-fork v0.3.1 |
| 2142 | 2026-08-28T22:18:41.171Z | Compiling darling v0.20.11 |
| 2143 | 2026-08-28T22:18:41.319Z | Compiling bitvec v1.0.1 |
| 2144 | 2026-08-28T22:18:41.388Z | Compiling num-iter v0.1.45 |
| 2145 | 2026-08-28T22:18:41.498Z | Compiling rand v0.8.6 |
| 2146 | 2026-08-28T22:18:41.634Z | Compiling lazy_static v1.5.0 |
| 2147 | 2026-08-28T22:18:41.698Z | Compiling hmac v0.12.1 |
| 2148 | 2026-08-28T22:18:41.721Z | Compiling erased-serde v0.3.31 |
| 2149 | 2026-08-28T22:18:41.799Z | Compiling hyper-util v0.1.20 |
| 2150 | 2026-08-28T22:18:42.096Z | Compiling rand_xorshift v0.4.0 |
| 2151 | 2026-08-28T22:18:42.194Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2152 | 2026-08-28T22:18:42.276Z | Compiling sync_wrapper v1.0.2 |
| 2153 | 2026-08-28T22:18:42.352Z | Compiling crc-catalog v2.4.0 |
| 2154 | 2026-08-28T22:18:42.352Z | Compiling nodrop v0.1.14 |
| 2155 | 2026-08-28T22:18:42.525Z | Compiling siphasher v1.0.2 |
| 2156 | 2026-08-28T22:18:42.585Z | Compiling zlib-rs v0.6.2 |
| 2157 | 2026-08-28T22:18:42.602Z | Compiling unarray v0.1.4 |
| 2158 | 2026-08-28T22:18:42.720Z | Compiling proptest v1.11.0 |
| 2159 | 2026-08-28T22:18:43.406Z | Compiling clap v4.6.1 |
| 2160 | 2026-08-28T22:18:43.451Z | Compiling array-init v0.0.4 |
| 2161 | 2026-08-28T22:18:43.451Z | Compiling crc v3.4.0 |
| 2162 | 2026-08-28T22:18:43.660Z | Compiling tower v0.5.3 |
| 2163 | 2026-08-28T22:18:44.085Z | Compiling smallvec v0.6.14 |
| 2164 | 2026-08-28T22:18:44.137Z | Compiling derive_builder_core v0.20.2 |
| 2165 | 2026-08-28T22:18:44.294Z | Compiling snafu-derive v0.8.9 |
| 2166 | 2026-08-28T22:18:44.318Z | Compiling pkcs1 v0.7.5 |
| 2167 | 2026-08-28T22:18:44.465Z | Compiling http-body-util v0.1.3 |
| 2168 | 2026-08-28T22:18:44.530Z | Compiling zerocopy v0.6.6 |
| 2169 | 2026-08-28T22:18:44.571Z | Compiling bitfield v0.19.4 |
| 2170 | 2026-08-28T22:18:44.691Z | Compiling flate2 v1.1.9 |
| 2171 | 2026-08-28T22:18:44.763Z | Compiling strum_macros v0.27.2 |
| 2172 | 2026-08-28T22:18:44.840Z | Compiling strum_macros v0.26.4 |
| 2173 | 2026-08-28T22:18:44.868Z | Compiling hubpack_derive v0.1.1 |
| 2174 | 2026-08-28T22:18:44.927Z | Compiling env_filter v2.0.0 |
| 2175 | 2026-08-28T22:18:45.024Z | Compiling fs-err v3.3.0 |
| 2176 | 2026-08-28T22:18:45.377Z | Compiling ryu v1.0.23 |
| 2177 | 2026-08-28T22:18:45.409Z | Compiling base64 v0.21.7 |
| 2178 | 2026-08-28T22:18:45.433Z | Compiling allocator-api2 v0.2.21 |
| 2179 | 2026-08-28T22:18:45.476Z | Compiling gimli v0.32.3 |
| 2180 | 2026-08-28T22:18:45.621Z | Compiling unicode-bidi v0.3.18 |
| 2181 | 2026-08-28T22:18:45.788Z | Compiling unicode-properties v0.1.4 |
| 2182 | 2026-08-28T22:18:45.817Z | Compiling iri-string v0.7.10 |
| 2183 | 2026-08-28T22:18:45.922Z | Compiling hashbrown v0.12.3 |
| 2184 | 2026-08-28T22:18:46.092Z | Compiling stringprep v0.1.5 |
| 2185 | 2026-08-28T22:18:46.162Z | Compiling ron v0.8.1 |
| 2186 | 2026-08-28T22:18:46.184Z | Compiling serde_urlencoded v0.7.1 |
| 2187 | 2026-08-28T22:18:46.600Z | Compiling env_logger v0.11.11 |
| 2188 | 2026-08-28T22:18:46.814Z | Compiling derive_builder_macro v0.20.2 |
| 2189 | 2026-08-28T22:18:46.859Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2190 | 2026-08-28T22:18:46.879Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2191 | 2026-08-28T22:18:46.918Z | Compiling tower-http v0.6.8 |
| 2192 | 2026-08-28T22:18:47.053Z | Compiling newtype-uuid v1.3.2 |
| 2193 | 2026-08-28T22:18:47.125Z | Compiling addr2line v0.25.1 |
| 2194 | 2026-08-28T22:18:47.144Z | Compiling rsa v0.9.10 |
| 2195 | 2026-08-28T22:18:47.227Z | Compiling oxnet v0.1.6 |
| 2196 | 2026-08-28T22:18:47.371Z | Compiling serde-hex v0.1.0 |
| 2197 | 2026-08-28T22:18:47.401Z | Compiling hashbrown v0.13.2 |
| 2198 | 2026-08-28T22:18:47.401Z | Compiling tokio-native-tls v0.3.1 |
| 2199 | 2026-08-28T22:18:47.416Z | Compiling bzip2 v0.4.4 |
| 2200 | 2026-08-28T22:18:47.454Z | Compiling usdt-macro v0.6.0 |
| 2201 | 2026-08-28T22:18:47.545Z | Compiling usdt-attr-macro v0.6.0 |
| 2202 | 2026-08-28T22:18:47.580Z | Compiling derive-ex v0.1.8 |
| 2203 | 2026-08-28T22:18:47.633Z | Compiling block-padding v0.4.2 |
| 2204 | 2026-08-28T22:18:47.641Z | Compiling block-buffer v0.12.1 |
| 2205 | 2026-08-28T22:18:47.641Z | Compiling crypto-common v0.2.2 |
| 2206 | 2026-08-28T22:18:47.947Z | Compiling rustls-native-certs v0.8.3 |
| 2207 | 2026-08-28T22:18:48.211Z | Compiling x509-cert v0.2.5 |
| 2208 | 2026-08-28T22:18:48.230Z | Compiling md-5 v0.10.6 |
| 2209 | 2026-08-28T22:18:48.403Z | Compiling bstr v1.12.1 |
| 2210 | 2026-08-28T22:18:48.503Z | Compiling convert_case v0.10.0 |
| 2211 | 2026-08-28T22:18:48.710Z | Compiling vergen-lib v9.1.0 |
| 2212 | 2026-08-28T22:18:48.772Z | Compiling hash32 v0.2.1 |
| 2213 | 2026-08-28T22:18:48.808Z | Compiling encoding_rs v0.8.35 |
| 2214 | 2026-08-28T22:18:48.917Z | Compiling crc-any v2.5.0 |
| 2215 | 2026-08-28T22:18:48.961Z | Compiling mime v0.3.17 |
| 2216 | 2026-08-28T22:18:49.149Z | Compiling rustc-demangle v0.1.27 |
| 2217 | 2026-08-28T22:18:49.180Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-08-28T22:18:49.262Z | Compiling psl-types v2.0.11 |
| 2219 | 2026-08-28T22:18:49.290Z | Compiling cpufeatures v0.3.0 |
| 2220 | 2026-08-28T22:18:49.339Z | Compiling fallible-iterator v0.2.0 |
| 2221 | 2026-08-28T22:18:49.387Z | Compiling publicsuffix v2.3.0 |
| 2222 | 2026-08-28T22:18:49.595Z | Compiling test-strategy v0.4.5 |
| 2223 | 2026-08-28T22:18:49.645Z | Compiling derive_more-impl v2.1.1 |
| 2224 | 2026-08-28T22:18:49.762Z | Compiling postgres-protocol v0.6.10 |
| 2225 | 2026-08-28T22:18:49.951Z | Compiling backtrace v0.3.76 |
| 2226 | 2026-08-28T22:18:50.013Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2227 | 2026-08-28T22:18:50.330Z | Compiling object v0.30.4 |
| 2228 | 2026-08-28T22:18:50.558Z | Compiling inout v0.2.2 |
| 2229 | 2026-08-28T22:18:50.584Z | Compiling zip v0.6.6 |
| 2230 | 2026-08-28T22:18:50.623Z | Compiling hyper-tls v0.6.0 |
| 2231 | 2026-08-28T22:18:50.653Z | Compiling daft v0.1.8 |
| 2232 | 2026-08-28T22:18:50.790Z | Compiling derive_builder v0.20.2 |
| 2233 | 2026-08-28T22:18:50.820Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2234 | 2026-08-28T22:18:50.873Z | Compiling phf_shared v0.13.1 |
| 2235 | 2026-08-28T22:18:50.926Z | Compiling pin-project v1.1.11 |
| 2236 | 2026-08-28T22:18:50.976Z | Compiling toml v0.7.8 |
| 2237 | 2026-08-28T22:18:51.060Z | Compiling serde_with_macros v3.21.0 |
| 2238 | 2026-08-28T22:18:51.121Z | Compiling futures-executor v0.3.32 |
| 2239 | 2026-08-28T22:18:51.162Z | Compiling miette-derive v7.6.0 |
| 2240 | 2026-08-28T22:18:51.299Z | Compiling enum-as-inner v0.6.1 |
| 2241 | 2026-08-28T22:18:51.334Z | Compiling serde_repr v0.1.20 |
| 2242 | 2026-08-28T22:18:51.376Z | Compiling async-recursion v1.1.1 |
| 2243 | 2026-08-28T22:18:51.436Z | Compiling ff v0.13.1 |
| 2244 | 2026-08-28T22:18:51.492Z | Compiling vergen v9.1.0 |
| 2245 | 2026-08-28T22:18:51.531Z | Compiling cargo-platform v0.3.2 |
| 2246 | 2026-08-28T22:18:51.703Z | Compiling jiff-core v0.1.0 |
| 2247 | 2026-08-28T22:18:51.795Z | Compiling managed v0.8.0 |
| 2248 | 2026-08-28T22:18:51.818Z | Compiling smawk v0.3.2 |
| 2249 | 2026-08-28T22:18:51.871Z | Compiling foldhash v0.1.5 |
| 2250 | 2026-08-28T22:18:51.988Z | Compiling bitflags v1.3.2 |
| 2251 | 2026-08-28T22:18:52.036Z | Compiling is_ci v1.2.0 |
| 2252 | 2026-08-28T22:18:52.046Z | Compiling libbz2-rs-sys v0.2.2 |
| 2253 | 2026-08-28T22:18:52.046Z | Compiling foldhash v0.2.0 |
| 2254 | 2026-08-28T22:18:52.156Z | Compiling path-slash v0.1.5 |
| 2255 | 2026-08-28T22:18:52.208Z | Compiling unicode-linebreak v0.1.5 |
| 2256 | 2026-08-28T22:18:52.241Z | Compiling base16ct v0.2.0 |
| 2257 | 2026-08-28T22:18:52.291Z | Compiling same-file v1.0.6 |
| 2258 | 2026-08-28T22:18:52.340Z | Compiling bumpalo v3.20.2 |
| 2259 | 2026-08-28T22:18:52.434Z | Compiling bzip2 v0.6.1 |
| 2260 | 2026-08-28T22:18:52.448Z | Compiling textwrap v0.16.2 |
| 2261 | 2026-08-28T22:18:52.505Z | Compiling sec1 v0.7.3 |
| 2262 | 2026-08-28T22:18:52.505Z | Compiling walkdir v2.5.0 |
| 2263 | 2026-08-28T22:18:52.588Z | Compiling zopfli v0.8.3 |
| 2264 | 2026-08-28T22:18:52.624Z | Compiling jiff v0.2.34 |
| 2265 | 2026-08-28T22:18:52.624Z | Compiling hashbrown v0.16.1 |
| 2266 | 2026-08-28T22:18:52.672Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2267 | 2026-08-28T22:18:52.771Z | Compiling supports-color v3.0.2 |
| 2268 | 2026-08-28T22:18:52.928Z | Compiling hashbrown v0.15.5 |
| 2269 | 2026-08-28T22:18:53.018Z | Compiling cargo_metadata v0.23.1 |
| 2270 | 2026-08-28T22:18:53.145Z | Compiling group v0.13.0 |
| 2271 | 2026-08-28T22:18:53.405Z | Compiling futures v0.3.32 |
| 2272 | 2026-08-28T22:18:53.730Z | Compiling phf v0.13.1 |
| 2273 | 2026-08-28T22:18:53.831Z | Compiling snafu v0.8.9 |
| 2274 | 2026-08-28T22:18:54.049Z | Compiling reqwest v0.12.28 |
| 2275 | 2026-08-28T22:18:54.098Z | Compiling cipher v0.5.2 |
| 2276 | 2026-08-28T22:18:54.406Z | Compiling signal-hook-mio v0.2.5 |
| 2277 | 2026-08-28T22:18:54.406Z | Compiling cookie_store v0.22.1 |
| 2278 | 2026-08-28T22:18:54.406Z | Compiling backtrace-ext v0.2.1 |
| 2279 | 2026-08-28T22:18:54.452Z | Compiling postgres-types v0.2.12 |
| 2280 | 2026-08-28T22:18:54.452Z | Compiling zstd v0.13.3 |
| 2281 | 2026-08-28T22:18:54.539Z | Compiling globset v0.4.18 |
| 2282 | 2026-08-28T22:18:54.655Z | Compiling strum v0.27.2 |
| 2283 | 2026-08-28T22:18:54.691Z | Compiling hubpack v0.1.2 |
| 2284 | 2026-08-28T22:18:54.812Z | Compiling phf_shared v0.11.3 |
| 2285 | 2026-08-28T22:18:54.837Z | Compiling crossbeam-epoch v0.9.18 |
| 2286 | 2026-08-28T22:18:54.837Z | Compiling hkdf v0.12.4 |
| 2287 | 2026-08-28T22:18:54.881Z | Compiling byte-wrapper v0.1.0 |
| 2288 | 2026-08-28T22:18:54.881Z | Compiling olpc-cjson v0.1.4 |
| 2289 | 2026-08-28T22:18:54.949Z | Compiling ed25519 v2.2.3 |
| 2290 | 2026-08-28T22:18:55.146Z | Compiling crypto-bigint v0.5.5 |
| 2291 | 2026-08-28T22:18:55.157Z | Compiling serde_plain v1.0.2 |
| 2292 | 2026-08-28T22:18:55.158Z | Compiling serde-big-array v0.5.1 |
| 2293 | 2026-08-28T22:18:55.208Z | Compiling pem v3.0.6 |
| 2294 | 2026-08-28T22:18:55.340Z | Compiling float-cmp v0.10.0 |
| 2295 | 2026-08-28T22:18:55.356Z | Compiling memmap2 v0.9.10 |
| 2296 | 2026-08-28T22:18:55.477Z | Compiling static_assertions v1.1.0 |
| 2297 | 2026-08-28T22:18:55.541Z | Compiling supports-unicode v3.0.0 |
| 2298 | 2026-08-28T22:18:55.601Z | Compiling keccak v0.1.6 |
| 2299 | 2026-08-28T22:18:55.665Z | Compiling new_debug_unreachable v1.0.6 |
| 2300 | 2026-08-28T22:18:55.665Z | Compiling precomputed-hash v0.1.1 |
| 2301 | 2026-08-28T22:18:55.725Z | Compiling fixedbitset v0.4.2 |
| 2302 | 2026-08-28T22:18:55.725Z | Compiling fixedbitset v0.5.7 |
| 2303 | 2026-08-28T22:18:55.725Z | Compiling normalize-line-endings v0.3.0 |
| 2304 | 2026-08-28T22:18:55.836Z | Compiling whoami v2.1.0 |
| 2305 | 2026-08-28T22:18:55.864Z | Compiling data-encoding v2.10.0 |
| 2306 | 2026-08-28T22:18:55.864Z | Compiling toml_write v0.1.2 |
| 2307 | 2026-08-28T22:18:55.867Z | Compiling unicode-width v0.1.14 |
| 2308 | 2026-08-28T22:18:55.867Z | Compiling difflib v0.4.0 |
| 2309 | 2026-08-28T22:18:56.275Z | Compiling supports-hyperlinks v3.2.0 |
| 2310 | 2026-08-28T22:18:56.383Z | Compiling predicates-core v1.0.10 |
| 2311 | 2026-08-28T22:18:56.383Z | Compiling typed-path v0.9.3 |
| 2312 | 2026-08-28T22:18:56.383Z | Compiling const-oid v0.10.2 |
| 2313 | 2026-08-28T22:18:56.383Z | Compiling predicates v3.1.4 |
| 2314 | 2026-08-28T22:18:56.383Z | Compiling miette v7.6.0 |
| 2315 | 2026-08-28T22:18:56.383Z | Compiling hickory-proto v0.25.2 |
| 2316 | 2026-08-28T22:18:56.384Z | Compiling digest v0.11.3 |
| 2317 | 2026-08-28T22:18:56.440Z | Compiling elliptic-curve v0.13.8 |
| 2318 | 2026-08-28T22:18:56.440Z | Compiling toml_edit v0.22.27 |
| 2319 | 2026-08-28T22:18:56.440Z | Compiling tokio-postgres v0.7.16 |
| 2320 | 2026-08-28T22:18:56.555Z | Compiling chacha20 v0.10.0 |
| 2321 | 2026-08-28T22:18:56.663Z | Compiling petgraph v0.8.3 |
| 2322 | 2026-08-28T22:18:56.700Z | Compiling petgraph v0.6.5 |
| 2323 | 2026-08-28T22:18:56.802Z | Compiling sha3 v0.10.8 |
| 2324 | 2026-08-28T22:18:56.958Z | Compiling string_cache v0.8.9 |
| 2325 | 2026-08-28T22:18:57.226Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2326 | 2026-08-28T22:18:57.283Z | Compiling usdt v0.6.0 |
| 2327 | 2026-08-28T22:18:57.637Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2328 | 2026-08-28T22:18:58.500Z | Compiling ed25519-dalek v2.2.0 |
| 2329 | 2026-08-28T22:18:58.654Z | Compiling zip v4.6.1 |
| 2330 | 2026-08-28T22:18:58.798Z | Compiling crossterm v0.28.1 |
| 2331 | 2026-08-28T22:18:58.980Z | Compiling iddqd v0.4.2 |
| 2332 | 2026-08-28T22:18:59.116Z | Compiling serde_with v3.21.0 |
| 2333 | 2026-08-28T22:18:59.417Z | Compiling derive_more v2.1.1 |
| 2334 | 2026-08-28T22:18:59.503Z | Compiling similar v2.7.0 |
| 2335 | 2026-08-28T22:18:59.503Z | Compiling strum v0.26.3 |
| 2336 | 2026-08-28T22:18:59.593Z | Compiling tokio-stream v0.1.18 |
| 2337 | 2026-08-28T22:18:59.697Z | Compiling itertools v0.13.0 |
| 2338 | 2026-08-28T22:18:59.823Z | Compiling buf-list v1.1.2 |
| 2339 | 2026-08-28T22:19:00.090Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2340 | 2026-08-28T22:19:00.090Z | Compiling openapiv3 v2.2.0 |
| 2341 | 2026-08-28T22:19:00.888Z | Compiling lalrpop-util v0.19.12 |
| 2342 | 2026-08-28T22:19:01.061Z | Compiling peg-runtime v0.8.5 |
| 2343 | 2026-08-28T22:19:15.462Z | Compiling rustls-webpki v0.103.13 |
| 2344 | 2026-08-28T22:19:18.892Z | Compiling tokio-rustls v0.26.4 |
| 2345 | 2026-08-28T22:19:18.966Z | Compiling rustls-platform-verifier v0.6.2 |
| 2346 | 2026-08-28T22:19:19.162Z | Compiling hyper-rustls v0.27.7 |
| 2347 | 2026-08-28T22:19:19.224Z | Compiling tough v0.22.0 |
| 2348 | 2026-08-28T22:19:19.456Z | Compiling reqwest v0.13.2 |
| 2349 | 2026-08-28T22:19:21.917Z | Compiling macaddr v1.0.1 |
| 2350 | 2026-08-28T22:19:21.945Z | Compiling rayon-core v1.13.0 |
| 2351 | 2026-08-28T22:19:22.116Z | Compiling crucible-workspace-hack v0.1.0 |
| 2352 | 2026-08-28T22:19:22.161Z | Compiling itertools v0.15.0 |
| 2353 | 2026-08-28T22:19:22.209Z | Compiling secrecy v0.10.3 |
| 2354 | 2026-08-28T22:19:22.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2355 | 2026-08-28T22:19:22.350Z | Compiling heapless v0.8.0 |
| 2356 | 2026-08-28T22:19:22.364Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2357 | 2026-08-28T22:19:22.491Z | Compiling crossbeam-deque v0.8.6 |
| 2358 | 2026-08-28T22:19:22.522Z | Compiling inout v0.1.4 |
| 2359 | 2026-08-28T22:19:22.606Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2360 | 2026-08-28T22:19:22.652Z | Compiling hash32 v0.3.1 |
| 2361 | 2026-08-28T22:19:23.302Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2362 | 2026-08-28T22:19:23.516Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2363 | 2026-08-28T22:19:23.517Z | Compiling multer v3.1.0 |
| 2364 | 2026-08-28T22:19:23.517Z | Compiling thread_local v1.1.9 |
| 2365 | 2026-08-28T22:19:23.517Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2366 | 2026-08-28T22:19:23.517Z | Compiling match_cfg v0.1.0 |
| 2367 | 2026-08-28T22:19:23.517Z | Compiling smoltcp v0.11.0 |
| 2368 | 2026-08-28T22:19:23.517Z | Compiling slog-async v2.8.0 |
| 2369 | 2026-08-28T22:19:23.517Z | Compiling compression-core v0.4.31 |
| 2370 | 2026-08-28T22:19:23.517Z | Compiling hostname v0.3.1 |
| 2371 | 2026-08-28T22:19:23.517Z | Compiling compression-codecs v0.4.37 |
| 2372 | 2026-08-28T22:19:23.517Z | Compiling cipher v0.4.4 |
| 2373 | 2026-08-28T22:19:23.517Z | Compiling proc-macro-crate v3.4.0 |
| 2374 | 2026-08-28T22:19:23.517Z | Compiling atomicwrites v0.4.4 |
| 2375 | 2026-08-28T22:19:23.517Z | Compiling slog-json v2.6.1 |
| 2376 | 2026-08-28T22:19:23.600Z | Compiling crossbeam-channel v0.5.15 |
| 2377 | 2026-08-28T22:19:23.600Z | Compiling half v2.7.1 |
| 2378 | 2026-08-28T22:19:23.600Z | Compiling universal-hash v0.5.1 |
| 2379 | 2026-08-28T22:19:23.600Z | Compiling newtype-uuid-macros v0.1.0 |
| 2380 | 2026-08-28T22:19:23.601Z | Compiling serde_tokenstream v0.3.0 |
| 2381 | 2026-08-28T22:19:23.601Z | Compiling cobs v0.3.0 |
| 2382 | 2026-08-28T22:19:23.601Z | Compiling async-stream-impl v0.3.6 |
| 2383 | 2026-08-28T22:19:23.601Z | Compiling ingot-macros v0.2.0 |
| 2384 | 2026-08-28T22:19:23.661Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2385 | 2026-08-28T22:19:23.662Z | Compiling serde_spanned v1.1.1 |
| 2386 | 2026-08-28T22:19:23.685Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2387 | 2026-08-28T22:19:23.768Z | Compiling is-terminal v0.4.17 |
| 2388 | 2026-08-28T22:19:23.823Z | Compiling dropshot v0.17.1 |
| 2389 | 2026-08-28T22:19:23.841Z | Compiling proc-macro-error-attr v1.0.4 |
| 2390 | 2026-08-28T22:19:23.863Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2391 | 2026-08-28T22:19:23.909Z | Compiling convert_case v0.4.0 |
| 2392 | 2026-08-28T22:19:24.025Z | Compiling opaque-debug v0.3.1 |
| 2393 | 2026-08-28T22:19:24.052Z | Compiling ciborium-io v0.2.2 |
| 2394 | 2026-08-28T22:19:24.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2395 | 2026-08-28T22:19:24.103Z | Compiling term v1.2.1 |
| 2396 | 2026-08-28T22:19:24.120Z | Compiling take_mut v0.2.2 |
| 2397 | 2026-08-28T22:19:24.131Z | Compiling async-stream v0.3.6 |
| 2398 | 2026-08-28T22:19:24.131Z | Compiling poly1305 v0.8.0 |
| 2399 | 2026-08-28T22:19:24.167Z | Compiling ciborium-ll v0.2.2 |
| 2400 | 2026-08-28T22:19:24.184Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2401 | 2026-08-28T22:19:24.216Z | Compiling derive_more v0.99.20 |
| 2402 | 2026-08-28T22:19:24.381Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2403 | 2026-08-28T22:19:24.400Z | Compiling oxide-generation-macros v0.2.0 |
| 2404 | 2026-08-28T22:19:24.493Z | Compiling slog-term v2.9.2 |
| 2405 | 2026-08-28T22:19:24.533Z | Compiling postcard v1.1.3 |
| 2406 | 2026-08-28T22:19:24.626Z | Compiling thiserror-no-std v2.0.2 |
| 2407 | 2026-08-28T22:19:24.783Z | Compiling num_enum_derive v0.7.6 |
| 2408 | 2026-08-28T22:19:24.953Z | Compiling slog-bunyan v2.5.0 |
| 2409 | 2026-08-28T22:19:24.998Z | Compiling chacha20 v0.9.1 |
| 2410 | 2026-08-28T22:19:25.127Z | Compiling async-compression v0.4.41 |
| 2411 | 2026-08-28T22:19:25.240Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2412 | 2026-08-28T22:19:27.823Z | Compiling sha1 v0.11.0 |
| 2413 | 2026-08-28T22:19:27.889Z | Compiling oxide-generation v0.1.3 |
| 2414 | 2026-08-28T22:19:27.889Z | Compiling parse-display-derive v0.10.0 |
| 2415 | 2026-08-28T22:19:27.889Z | Compiling proc-macro-crate v1.3.1 |
| 2416 | 2026-08-28T22:19:27.892Z | Compiling waitgroup v0.1.2 |
| 2417 | 2026-08-28T22:19:27.892Z | Compiling rustls-pemfile v2.2.0 |
| 2418 | 2026-08-28T22:19:27.892Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2419 | 2026-08-28T22:19:27.892Z | Compiling backon v1.6.0 |
| 2420 | 2026-08-28T22:19:27.892Z | Compiling blake2 v0.10.6 |
| 2421 | 2026-08-28T22:19:27.892Z | Compiling aead v0.5.2 |
| 2422 | 2026-08-28T22:19:27.892Z | Compiling ingot-types v0.2.0 |
| 2423 | 2026-08-28T22:19:27.892Z | Compiling dropshot_endpoint v0.17.1 |
| 2424 | 2026-08-28T22:19:27.892Z | Compiling password-hash v0.5.0 |
| 2425 | 2026-08-28T22:19:27.892Z | Compiling foreign-types-macros v0.2.3 |
| 2426 | 2026-08-28T22:19:27.892Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2427 | 2026-08-28T22:19:27.892Z | Compiling serde_path_to_error v0.1.20 |
| 2428 | 2026-08-28T22:19:27.892Z | Compiling hostname v0.4.2 |
| 2429 | 2026-08-28T22:19:27.892Z | Compiling ingot v0.2.1 |
| 2430 | 2026-08-28T22:19:27.892Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2431 | 2026-08-28T22:19:27.893Z | Compiling proc-macro-error v1.0.4 |
| 2432 | 2026-08-28T22:19:27.893Z | Compiling instant v0.1.13 |
| 2433 | 2026-08-28T22:19:27.893Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2434 | 2026-08-28T22:19:27.893Z | Compiling foreign-types-shared v0.3.1 |
| 2435 | 2026-08-28T22:19:27.893Z | Compiling debug-ignore v1.0.5 |
| 2436 | 2026-08-28T22:19:27.893Z | Compiling backoff v0.4.0 |
| 2437 | 2026-08-28T22:19:27.893Z | Compiling foreign-types v0.5.0 |
| 2438 | 2026-08-28T22:19:27.893Z | Compiling argon2 v0.5.3 |
| 2439 | 2026-08-28T22:19:27.893Z | Compiling chacha20poly1305 v0.10.1 |
| 2440 | 2026-08-28T22:19:27.896Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2441 | 2026-08-28T22:19:27.896Z | Compiling parse-display v0.10.0 |
| 2442 | 2026-08-28T22:19:27.896Z | Compiling num_enum_derive v0.5.11 |
| 2443 | 2026-08-28T22:19:27.896Z | Compiling num_enum v0.7.6 |
| 2444 | 2026-08-28T22:19:27.896Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2445 | 2026-08-28T22:19:27.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2446 | 2026-08-28T22:19:27.896Z | Compiling vsss-rs v3.3.4 |
| 2447 | 2026-08-28T22:19:27.896Z | Compiling ciborium v0.2.2 |
| 2448 | 2026-08-28T22:19:27.896Z | Compiling regress v0.10.5 |
| 2449 | 2026-08-28T22:19:27.896Z | Compiling itertools v0.14.0 |
| 2450 | 2026-08-28T22:19:27.896Z | Compiling tabwriter v1.4.1 |
| 2451 | 2026-08-28T22:19:28.053Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2452 | 2026-08-28T22:19:28.053Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2453 | 2026-08-28T22:19:28.083Z | Compiling cstr-argument v0.1.2 |
| 2454 | 2026-08-28T22:19:28.083Z | Compiling humantime v2.3.0 |
| 2455 | 2026-08-28T22:19:28.083Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2456 | 2026-08-28T22:19:28.157Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2457 | 2026-08-28T22:19:28.168Z | Compiling num_enum v0.5.11 |
| 2458 | 2026-08-28T22:19:28.191Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2459 | 2026-08-28T22:19:28.343Z | Compiling rayon v1.11.0 |
| 2460 | 2026-08-28T22:19:28.373Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2461 | 2026-08-28T22:19:28.439Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2462 | 2026-08-28T22:19:28.462Z | Compiling rand v0.10.1 |
| 2463 | 2026-08-28T22:19:28.480Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2464 | 2026-08-28T22:19:28.495Z | Compiling colored v3.1.1 |
| 2465 | 2026-08-28T22:19:28.519Z | Compiling libefi-sys v0.1.0 |
| 2466 | 2026-08-28T22:19:28.549Z | Compiling indent_write v2.2.0 |
| 2467 | 2026-08-28T22:19:28.608Z | Compiling zone_cfg_derive v0.3.1 |
| 2468 | 2026-08-28T22:19:29.370Z | Compiling illumos-nvpair v0.3.0 |
| 2469 | 2026-08-28T22:19:29.524Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2470 | 2026-08-28T22:19:29.527Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2471 | 2026-08-28T22:19:29.527Z | Compiling camino-tempfile v1.4.1 |
| 2472 | 2026-08-28T22:19:29.527Z | Compiling itertools v0.12.1 |
| 2473 | 2026-08-28T22:19:29.527Z | Compiling usdt-attr-macro v0.5.0 |
| 2474 | 2026-08-28T22:19:29.527Z | Compiling usdt-macro v0.5.0 |
| 2475 | 2026-08-28T22:19:29.527Z | Compiling num-derive v0.4.2 |
| 2476 | 2026-08-28T22:19:29.527Z | Compiling bitfield-struct v0.6.2 |
| 2477 | 2026-08-28T22:19:29.527Z | Compiling blake3 v1.8.5 |
| 2478 | 2026-08-28T22:19:29.527Z | Compiling sigpipe v0.1.3 |
| 2479 | 2026-08-28T22:19:29.527Z | Compiling memmap v0.7.0 |
| 2480 | 2026-08-28T22:19:29.527Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2481 | 2026-08-28T22:19:29.527Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2482 | 2026-08-28T22:19:29.527Z | Compiling swrite v0.1.0 |
| 2483 | 2026-08-28T22:19:29.711Z | Compiling glob v0.3.3 |
| 2484 | 2026-08-28T22:19:29.711Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2485 | 2026-08-28T22:19:29.824Z | Compiling usdt v0.5.0 |
| 2486 | 2026-08-28T22:19:29.907Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2487 | 2026-08-28T22:19:29.972Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2488 | 2026-08-28T22:19:29.972Z | Compiling smf v0.2.3 |
| 2489 | 2026-08-28T22:19:30.024Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2490 | 2026-08-28T22:19:30.076Z | Compiling filetime v0.2.27 |
| 2491 | 2026-08-28T22:19:30.165Z | Compiling whoami v1.6.1 |
| 2492 | 2026-08-28T22:19:30.176Z | Compiling zone v0.3.1 |
| 2493 | 2026-08-28T22:19:30.195Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-28T22:19:30.260Z | Compiling arrayvec v0.7.6 |
| 2495 | 2026-08-28T22:19:30.273Z | Compiling constant_time_eq v0.4.2 |
| 2496 | 2026-08-28T22:19:30.282Z | Compiling arrayref v0.3.9 |
| 2497 | 2026-08-28T22:19:30.317Z | Compiling xattr v1.6.1 |
| 2498 | 2026-08-28T22:19:30.347Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2499 | 2026-08-28T22:19:30.469Z | Compiling tokio-dtrace v0.1.1 |
| 2500 | 2026-08-28T22:19:30.523Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2501 | 2026-08-28T22:19:30.565Z | Compiling tar v0.4.46 |
| 2502 | 2026-08-28T22:19:30.624Z | Compiling gethostname v0.5.0 |
| 2503 | 2026-08-28T22:19:30.624Z | Compiling console v0.16.2 |
| 2504 | 2026-08-28T22:19:30.674Z | Compiling topological-sort v0.2.2 |
| 2505 | 2026-08-28T22:19:30.700Z | Compiling unit-prefix v0.5.2 |
| 2506 | 2026-08-28T22:19:30.734Z | Compiling oxide-tokio-rt v0.1.4 |
| 2507 | 2026-08-28T22:19:30.748Z | Compiling toml v0.8.23 |
| 2508 | 2026-08-28T22:19:31.328Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2509 | 2026-08-28T22:19:31.338Z | Compiling indicatif v0.18.4 |
| 2510 | 2026-08-28T22:19:31.342Z | Compiling shell-words v1.1.1 |
| 2511 | 2026-08-28T22:19:31.342Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2512 | 2026-08-28T22:19:40.284Z | Compiling progenitor-client v0.14.0 |
| 2513 | 2026-08-28T22:19:40.284Z | Compiling omicron-zone-package v0.12.3 |
| 2514 | 2026-08-28T22:19:40.509Z | Compiling progenitor-extras v0.2.0 |
| 2515 | 2026-08-28T22:19:40.777Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2516 | 2026-08-28T22:19:40.803Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2517 | 2026-08-28T22:19:41.150Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2518 | 2026-08-28T22:19:41.195Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2519 | 2026-08-28T22:19:41.195Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2520 | 2026-08-28T22:19:41.195Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2521 | 2026-08-28T22:19:41.195Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2522 | 2026-08-28T22:19:41.294Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2523 | 2026-08-28T22:19:41.744Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-08-28T22:19:45.660Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2525 | 2026-08-28T22:19:54.311Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-08-28T22:19:57.576Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-08-28T22:19:58.650Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2528 | 2026-08-28T22:20:09.239Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2529 | 2026-08-28T22:20:09.417Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2530 | 2026-08-28T22:20:09.417Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2531 | 2026-08-28T22:20:09.417Z | Created new build target 'test' and set it as active |
| 2532 | 2026-08-28T22:20:09.418Z | |
| 2533 | 2026-08-28T22:20:09.418Z | real 1:47.594121140 |
| 2534 | 2026-08-28T22:20:09.418Z | user 17:41.857929973 |
| 2535 | 2026-08-28T22:20:09.418Z | sys 2:47.545013138 |
| 2536 | 2026-08-28T22:20:09.418Z | trap 0.494177272 |
| 2537 | 2026-08-28T22:20:09.418Z | tflt 2.367892962 |
| 2538 | 2026-08-28T22:20:09.418Z | dflt 4.908743247 |
| 2539 | 2026-08-28T22:20:09.418Z | kflt 0.000637990 |
| 2540 | 2026-08-28T22:20:09.418Z | lock 58:04.816398668 |
| 2541 | 2026-08-28T22:20:09.418Z | slp 45:29.390731211 |
| 2542 | 2026-08-28T22:20:09.418Z | lat 48.699017101 |
| 2543 | 2026-08-28T22:20:09.419Z | stop 5:58.974090517 |
| 2544 | 2026-08-28T22:20:09.419Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2545 | 2026-08-28T22:20:10.194Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2546 | 2026-08-28T22:20:10.248Z | Running `target/release/omicron-package -t test package` |
| 2547 | 2026-08-28T22:20:10.309Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2548 | 2026-08-28T22:20:11.782Z | Compiling heck v0.5.0 |
| 2549 | 2026-08-28T22:20:11.782Z | Compiling regress v0.11.1 |
| 2550 | 2026-08-28T22:20:12.017Z | Compiling unsafe-libyaml v0.2.11 |
| 2551 | 2026-08-28T22:20:12.017Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2552 | 2026-08-28T22:20:12.120Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2553 | 2026-08-28T22:20:12.120Z | Compiling derive-where v1.6.0 |
| 2554 | 2026-08-28T22:20:12.241Z | Compiling bytecount v0.6.9 |
| 2555 | 2026-08-28T22:20:12.241Z | Compiling atomicwrites v0.4.4 |
| 2556 | 2026-08-28T22:20:12.241Z | Compiling is-terminal v0.4.17 |
| 2557 | 2026-08-28T22:20:12.241Z | Compiling prettyplease v0.2.37 |
| 2558 | 2026-08-28T22:20:12.241Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2559 | 2026-08-28T22:20:12.241Z | Compiling newline-converter v0.3.0 |
| 2560 | 2026-08-28T22:20:12.241Z | Compiling console v0.15.11 |
| 2561 | 2026-08-28T22:20:12.377Z | Compiling slog-dtrace v0.3.0 |
| 2562 | 2026-08-28T22:20:12.377Z | Compiling cancel-safe-futures v0.1.5 |
| 2563 | 2026-08-28T22:20:12.377Z | Compiling num-rational v0.4.2 |
| 2564 | 2026-08-28T22:20:12.377Z | Compiling num-complex v0.4.6 |
| 2565 | 2026-08-28T22:20:12.395Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2566 | 2026-08-28T22:20:12.395Z | Compiling thread_local v1.1.9 |
| 2567 | 2026-08-28T22:20:12.395Z | Compiling match_cfg v0.1.0 |
| 2568 | 2026-08-28T22:20:12.444Z | Compiling compression-core v0.4.31 |
| 2569 | 2026-08-28T22:20:12.500Z | Compiling serde_yaml v0.9.34+deprecated |
| 2570 | 2026-08-28T22:20:12.674Z | Compiling expectorate v1.2.0 |
| 2571 | 2026-08-28T22:20:12.727Z | Compiling resolv-conf v0.7.6 |
| 2572 | 2026-08-28T22:20:12.727Z | Compiling compression-codecs v0.4.37 |
| 2573 | 2026-08-28T22:20:12.863Z | Compiling num v0.4.3 |
| 2574 | 2026-08-28T22:20:13.093Z | Compiling hostname v0.3.1 |
| 2575 | 2026-08-28T22:20:13.093Z | Compiling multer v3.1.0 |
| 2576 | 2026-08-28T22:20:13.093Z | Compiling slog-async v2.8.0 |
| 2577 | 2026-08-28T22:20:13.093Z | Compiling crossbeam-channel v0.5.15 |
| 2578 | 2026-08-28T22:20:13.093Z | Compiling slog-json v2.6.1 |
| 2579 | 2026-08-28T22:20:13.192Z | Compiling serde_spanned v1.1.1 |
| 2580 | 2026-08-28T22:20:13.192Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2581 | 2026-08-28T22:20:13.192Z | Compiling take_mut v0.2.2 |
| 2582 | 2026-08-28T22:20:13.272Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2583 | 2026-08-28T22:20:13.272Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2584 | 2026-08-28T22:20:13.273Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-28T22:20:13.273Z | Compiling float-ord v0.3.2 |
| 2586 | 2026-08-28T22:20:13.331Z | Compiling linear-map v1.2.0 |
| 2587 | 2026-08-28T22:20:13.331Z | Compiling oxide-update-engine-types v0.1.2 |
| 2588 | 2026-08-28T22:20:13.331Z | Compiling term v1.2.1 |
| 2589 | 2026-08-28T22:20:13.374Z | Compiling slog-bunyan v2.5.0 |
| 2590 | 2026-08-28T22:20:13.374Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2591 | 2026-08-28T22:20:13.399Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2592 | 2026-08-28T22:20:13.436Z | Compiling async-compression v0.4.41 |
| 2593 | 2026-08-28T22:20:13.737Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2594 | 2026-08-28T22:20:13.737Z | Compiling dropshot v0.17.1 |
| 2595 | 2026-08-28T22:20:13.908Z | Compiling typify-impl v0.6.2 |
| 2596 | 2026-08-28T22:20:13.908Z | Compiling slog-term v2.9.2 |
| 2597 | 2026-08-28T22:20:13.908Z | Compiling async-stream v0.3.6 |
| 2598 | 2026-08-28T22:20:13.920Z | Compiling progenitor-client v0.14.0 |
| 2599 | 2026-08-28T22:20:13.920Z | Compiling sha1 v0.11.0 |
| 2600 | 2026-08-28T22:20:13.920Z | Compiling oxide-generation v0.1.3 |
| 2601 | 2026-08-28T22:20:14.016Z | Compiling waitgroup v0.1.2 |
| 2602 | 2026-08-28T22:20:14.047Z | Compiling rustls-pemfile v2.2.0 |
| 2603 | 2026-08-28T22:20:14.086Z | Compiling backon v1.6.0 |
| 2604 | 2026-08-28T22:20:14.124Z | Compiling hostname v0.4.2 |
| 2605 | 2026-08-28T22:20:14.155Z | Compiling serde_path_to_error v0.1.20 |
| 2606 | 2026-08-28T22:20:14.195Z | Compiling instant v0.1.13 |
| 2607 | 2026-08-28T22:20:14.236Z | Compiling linked-hash-map v0.5.6 |
| 2608 | 2026-08-28T22:20:14.286Z | Compiling debug-ignore v1.0.5 |
| 2609 | 2026-08-28T22:20:14.361Z | Compiling minimal-lexical v0.2.1 |
| 2610 | 2026-08-28T22:20:14.361Z | Compiling progenitor-extras v0.2.0 |
| 2611 | 2026-08-28T22:20:14.383Z | Compiling backoff v0.4.0 |
| 2612 | 2026-08-28T22:20:14.404Z | Compiling lru-cache v0.1.2 |
| 2613 | 2026-08-28T22:20:14.445Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2614 | 2026-08-28T22:20:14.524Z | Compiling oxide-update-engine v0.1.2 |
| 2615 | 2026-08-28T22:20:14.524Z | Compiling nom v7.1.3 |
| 2616 | 2026-08-28T22:20:14.563Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2617 | 2026-08-28T22:20:14.563Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2618 | 2026-08-28T22:20:14.589Z | Compiling parse-display v0.10.0 |
| 2619 | 2026-08-28T22:20:14.744Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2620 | 2026-08-28T22:20:14.854Z | Compiling regress v0.10.5 |
| 2621 | 2026-08-28T22:20:14.880Z | Compiling itertools v0.14.0 |
| 2622 | 2026-08-28T22:20:15.497Z | Compiling macaddr v1.0.1 |
| 2623 | 2026-08-28T22:20:15.653Z | Compiling unicode-xid v0.2.6 |
| 2624 | 2026-08-28T22:20:15.653Z | Compiling humantime v2.3.0 |
| 2625 | 2026-08-28T22:20:15.784Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2626 | 2026-08-28T22:20:15.784Z | Compiling hickory-proto v0.24.4 |
| 2627 | 2026-08-28T22:20:15.817Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2628 | 2026-08-28T22:20:15.909Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2629 | 2026-08-28T22:20:15.992Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2630 | 2026-08-28T22:20:16.338Z | Compiling toml v0.8.23 |
| 2631 | 2026-08-28T22:20:16.526Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2632 | 2026-08-28T22:20:16.526Z | Compiling papergrid v0.11.0 |
| 2633 | 2026-08-28T22:20:16.724Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2634 | 2026-08-28T22:20:16.752Z | Compiling tabled_derive v0.7.0 |
| 2635 | 2026-08-28T22:20:17.008Z | Compiling termtree v0.5.1 |
| 2636 | 2026-08-28T22:20:17.047Z | Compiling crossterm v0.29.0 |
| 2637 | 2026-08-28T22:20:17.047Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2638 | 2026-08-28T22:20:17.079Z | Compiling typify-macro v0.6.2 |
| 2639 | 2026-08-28T22:20:18.053Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2640 | 2026-08-28T22:20:18.142Z | Compiling tabled v0.15.0 |
| 2641 | 2026-08-28T22:20:18.143Z | Compiling phf_shared v0.12.1 |
| 2642 | 2026-08-28T22:20:18.269Z | Compiling hickory-resolver v0.24.4 |
| 2643 | 2026-08-28T22:20:18.403Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2644 | 2026-08-28T22:20:18.621Z | Compiling typify v0.6.2 |
| 2645 | 2026-08-28T22:20:18.852Z | Compiling progenitor-impl v0.14.0 |
| 2646 | 2026-08-28T22:20:19.267Z | Compiling vte v0.14.1 |
| 2647 | 2026-08-28T22:20:19.343Z | Compiling csv-core v0.1.13 |
| 2648 | 2026-08-28T22:20:19.481Z | Compiling qorb v0.4.1 |
| 2649 | 2026-08-28T22:20:20.140Z | Compiling highway v1.3.0 |
| 2650 | 2026-08-28T22:20:20.298Z | Compiling chrono-tz v0.10.4 |
| 2651 | 2026-08-28T22:20:20.299Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2652 | 2026-08-28T22:20:20.546Z | Compiling csv v1.4.0 |
| 2653 | 2026-08-28T22:20:20.932Z | Compiling progenitor-macro v0.14.0 |
| 2654 | 2026-08-28T22:20:21.583Z | Compiling strip-ansi-escapes v0.2.1 |
| 2655 | 2026-08-28T22:20:22.391Z | Compiling phf v0.12.1 |
| 2656 | 2026-08-28T22:20:22.458Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2657 | 2026-08-28T22:20:22.458Z | Compiling const_format_proc_macros v0.2.34 |
| 2658 | 2026-08-28T22:20:22.458Z | Compiling fd-lock v4.0.4 |
| 2659 | 2026-08-28T22:20:22.458Z | Compiling peg-macros v0.8.5 |
| 2660 | 2026-08-28T22:20:22.598Z | Compiling nu-ansi-term v0.50.3 |
| 2661 | 2026-08-28T22:20:22.868Z | Compiling const_format v0.2.35 |
| 2662 | 2026-08-28T22:20:22.890Z | Compiling reedline v0.40.0 |
| 2663 | 2026-08-28T22:20:23.620Z | Compiling peg v0.8.5 |
| 2664 | 2026-08-28T22:20:23.735Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2665 | 2026-08-28T22:20:23.865Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2666 | 2026-08-28T22:20:24.052Z | Compiling bcs v0.1.6 |
| 2667 | 2026-08-28T22:20:24.484Z | Compiling nom v8.0.0 |
| 2668 | 2026-08-28T22:20:24.983Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2669 | 2026-08-28T22:20:25.310Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2670 | 2026-08-28T22:20:25.310Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2671 | 2026-08-28T22:20:25.360Z | Compiling progenitor v0.14.0 |
| 2672 | 2026-08-28T22:20:25.362Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2673 | 2026-08-28T22:20:25.900Z | Compiling semver v0.1.20 |
| 2674 | 2026-08-28T22:20:26.005Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2675 | 2026-08-28T22:20:26.274Z | Compiling rustc_version v0.1.7 |
| 2676 | 2026-08-28T22:20:26.439Z | Compiling newtype_derive v0.1.6 |
| 2677 | 2026-08-28T22:20:26.477Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2678 | 2026-08-28T22:20:26.677Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2679 | 2026-08-28T22:20:26.735Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2680 | 2026-08-28T22:20:26.900Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2681 | 2026-08-28T22:20:26.921Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2682 | 2026-08-28T22:20:27.214Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2683 | 2026-08-28T22:20:27.724Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2684 | 2026-08-28T22:20:27.952Z | Compiling steno v0.4.1 |
| 2685 | 2026-08-28T22:20:28.121Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2686 | 2026-08-28T22:20:28.157Z | Compiling sha1 v0.10.6 |
| 2687 | 2026-08-28T22:20:28.272Z | Compiling utf-8 v0.7.6 |
| 2688 | 2026-08-28T22:20:28.839Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2689 | 2026-08-28T22:20:28.889Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2690 | 2026-08-28T22:20:28.889Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2691 | 2026-08-28T22:20:28.889Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2692 | 2026-08-28T22:20:28.889Z | Compiling tagptr v0.2.0 |
| 2693 | 2026-08-28T22:20:28.889Z | Compiling tungstenite v0.21.0 |
| 2694 | 2026-08-28T22:20:28.936Z | Compiling moka v0.12.13 |
| 2695 | 2026-08-28T22:20:29.635Z | Compiling tokio-tungstenite v0.21.0 |
| 2696 | 2026-08-28T22:20:30.078Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2697 | 2026-08-28T22:20:30.188Z | Compiling hickory-resolver v0.25.2 |
| 2698 | 2026-08-28T22:20:31.006Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2699 | 2026-08-28T22:20:31.079Z | Compiling darling_core v0.21.3 |
| 2700 | 2026-08-28T22:20:33.100Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2701 | 2026-08-28T22:20:33.183Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2702 | 2026-08-28T22:20:33.242Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2703 | 2026-08-28T22:20:33.545Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2704 | 2026-08-28T22:20:33.779Z | Compiling darling_macro v0.21.3 |
| 2705 | 2026-08-28T22:20:34.266Z | Compiling display-error-chain v0.2.2 |
| 2706 | 2026-08-28T22:20:34.454Z | Compiling darling v0.21.3 |
| 2707 | 2026-08-28T22:20:34.592Z | Compiling vergen-lib v0.1.6 |
| 2708 | 2026-08-28T22:20:34.710Z | Compiling diesel_derives v2.3.7 |
| 2709 | 2026-08-28T22:20:34.850Z | Compiling dsl_auto_type v0.2.0 |
| 2710 | 2026-08-28T22:20:35.078Z | Compiling scheduled-thread-pool v0.2.7 |
| 2711 | 2026-08-28T22:20:35.138Z | Compiling vergen-gitcl v1.0.8 |
| 2712 | 2026-08-28T22:20:35.370Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2713 | 2026-08-28T22:20:35.395Z | Compiling dirs-sys-next v0.1.2 |
| 2714 | 2026-08-28T22:20:35.533Z | Compiling maplit v1.0.2 |
| 2715 | 2026-08-28T22:20:35.623Z | Compiling glob v0.3.3 |
| 2716 | 2026-08-28T22:20:35.648Z | Compiling crunchy v0.2.4 |
| 2717 | 2026-08-28T22:20:35.955Z | Compiling dirs-next v2.0.0 |
| 2718 | 2026-08-28T22:20:35.996Z | Compiling clang-sys v1.8.1 |
| 2719 | 2026-08-28T22:20:36.121Z | Compiling r2d2 v0.8.10 |
| 2720 | 2026-08-28T22:20:36.361Z | Compiling libscf-sys v1.2.0 |
| 2721 | 2026-08-28T22:20:36.386Z | Compiling downcast-rs v2.0.2 |
| 2722 | 2026-08-28T22:20:36.444Z | Compiling xshell-macros v0.2.7 |
| 2723 | 2026-08-28T22:20:36.527Z | Compiling tiny-keccak v2.0.2 |
| 2724 | 2026-08-28T22:20:36.584Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2725 | 2026-08-28T22:20:36.698Z | Compiling term v0.7.0 |
| 2726 | 2026-08-28T22:20:36.843Z | Compiling xshell v0.2.7 |
| 2727 | 2026-08-28T22:20:36.895Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2728 | 2026-08-28T22:20:36.981Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2729 | 2026-08-28T22:20:37.074Z | Compiling papergrid v0.18.0 |
| 2730 | 2026-08-28T22:20:37.194Z | Compiling bit-vec v0.6.3 |
| 2731 | 2026-08-28T22:20:37.394Z | Compiling bit-set v0.5.3 |
| 2732 | 2026-08-28T22:20:37.434Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2733 | 2026-08-28T22:20:37.465Z | Compiling ascii-canvas v3.0.0 |
| 2734 | 2026-08-28T22:20:37.698Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2735 | 2026-08-28T22:20:37.833Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2736 | 2026-08-28T22:20:37.955Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2737 | 2026-08-28T22:20:38.068Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2738 | 2026-08-28T22:20:38.417Z | Compiling tabled v0.21.0 |
| 2739 | 2026-08-28T22:20:38.443Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2740 | 2026-08-28T22:20:38.557Z | Compiling itertools v0.15.0 |
| 2741 | 2026-08-28T22:20:38.640Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2742 | 2026-08-28T22:20:38.870Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2743 | 2026-08-28T22:20:39.063Z | Compiling itertools v0.10.5 |
| 2744 | 2026-08-28T22:20:39.436Z | Compiling ena v0.14.4 |
| 2745 | 2026-08-28T22:20:39.471Z | Compiling libloading v0.8.9 |
| 2746 | 2026-08-28T22:20:39.669Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2747 | 2026-08-28T22:20:39.703Z | Compiling bindgen v0.71.1 |
| 2748 | 2026-08-28T22:20:39.901Z | Compiling regex-syntax v0.6.29 |
| 2749 | 2026-08-28T22:20:39.983Z | Compiling unicase v2.9.0 |
| 2750 | 2026-08-28T22:20:40.160Z | Compiling diff v0.1.13 |
| 2751 | 2026-08-28T22:20:40.308Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2752 | 2026-08-28T22:20:40.345Z | Compiling diesel v2.3.7 |
| 2753 | 2026-08-28T22:20:40.425Z | Compiling cexpr v0.6.0 |
| 2754 | 2026-08-28T22:20:40.497Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2755 | 2026-08-28T22:20:40.564Z | Compiling rustc-hash v2.1.1 |
| 2756 | 2026-08-28T22:20:40.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2757 | 2026-08-28T22:20:40.800Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2758 | 2026-08-28T22:20:40.982Z | Compiling headers-core v0.3.0 |
| 2759 | 2026-08-28T22:20:41.079Z | Compiling libxml v0.3.3 |
| 2760 | 2026-08-28T22:20:41.136Z | Compiling crc8 v0.1.1 |
| 2761 | 2026-08-28T22:20:41.270Z | Compiling lalrpop v0.19.12 |
| 2762 | 2026-08-28T22:20:41.292Z | Compiling headers v0.4.1 |
| 2763 | 2026-08-28T22:20:41.355Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2764 | 2026-08-28T22:20:41.745Z | Compiling strum_macros v0.24.3 |
| 2765 | 2026-08-28T22:20:42.594Z | Compiling indoc v1.0.9 |
| 2766 | 2026-08-28T22:20:42.903Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2767 | 2026-08-28T22:20:42.936Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2768 | 2026-08-28T22:20:43.020Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2769 | 2026-08-28T22:20:43.162Z | Compiling derive_builder v0.20.2 |
| 2770 | 2026-08-28T22:20:43.224Z | Compiling quick-xml v0.37.5 |
| 2771 | 2026-08-28T22:20:43.327Z | Compiling oso-derive v0.27.3 |
| 2772 | 2026-08-28T22:20:43.331Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2773 | 2026-08-28T22:20:43.841Z | Compiling openssl-probe v0.1.6 |
| 2774 | 2026-08-28T22:20:43.989Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2775 | 2026-08-28T22:20:44.161Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2776 | 2026-08-28T22:20:44.486Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2777 | 2026-08-28T22:20:44.542Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2778 | 2026-08-28T22:20:44.624Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2779 | 2026-08-28T22:20:44.713Z | Compiling bb8 v0.8.6 |
| 2780 | 2026-08-28T22:20:44.802Z | Compiling trait-variant v0.1.2 |
| 2781 | 2026-08-28T22:20:44.933Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2782 | 2026-08-28T22:20:45.071Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2783 | 2026-08-28T22:20:45.318Z | Compiling half v1.8.3 |
| 2784 | 2026-08-28T22:20:45.365Z | Compiling proc-macro-error2 v2.0.1 |
| 2785 | 2026-08-28T22:20:45.386Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2786 | 2026-08-28T22:20:45.674Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2787 | 2026-08-28T22:20:45.724Z | Compiling serde_cbor v0.11.2 |
| 2788 | 2026-08-28T22:20:45.817Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2789 | 2026-08-28T22:20:45.917Z | Compiling hashbrown v0.14.5 |
| 2790 | 2026-08-28T22:20:46.042Z | Compiling rfc6979 v0.4.0 |
| 2791 | 2026-08-28T22:20:46.174Z | Compiling salty v0.3.0 |
| 2792 | 2026-08-28T22:20:46.198Z | Compiling ecdsa v0.16.9 |
| 2793 | 2026-08-28T22:20:46.485Z | Compiling chumsky v0.9.3 |
| 2794 | 2026-08-28T22:20:46.525Z | Compiling samael v0.0.19 |
| 2795 | 2026-08-28T22:20:46.625Z | Compiling knus-derive v3.4.0 |
| 2796 | 2026-08-28T22:20:46.668Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2797 | 2026-08-28T22:20:46.718Z | Compiling primeorder v0.13.6 |
| 2798 | 2026-08-28T22:20:46.888Z | Compiling nonempty v0.12.0 |
| 2799 | 2026-08-28T22:20:47.024Z | Compiling p384 v0.13.1 |
| 2800 | 2026-08-28T22:20:47.579Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2801 | 2026-08-28T22:20:47.688Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2802 | 2026-08-28T22:20:47.957Z | Compiling knus v3.4.0 |
| 2803 | 2026-08-28T22:20:48.008Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2804 | 2026-08-28T22:20:48.738Z | Compiling polar-core v0.27.3 |
| 2805 | 2026-08-28T22:20:48.828Z | Compiling fxhash v0.2.1 |
| 2806 | 2026-08-28T22:20:48.888Z | Compiling libz-sys v1.1.24 |
| 2807 | 2026-08-28T22:20:48.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2808 | 2026-08-28T22:20:49.101Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2809 | 2026-08-28T22:20:49.176Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2810 | 2026-08-28T22:20:49.377Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2811 | 2026-08-28T22:20:49.635Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2812 | 2026-08-28T22:20:50.063Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2813 | 2026-08-28T22:20:50.211Z | Compiling kstat-rs v0.2.5 |
| 2814 | 2026-08-28T22:20:50.877Z | Compiling mime_guess v2.0.5 |
| 2815 | 2026-08-28T22:20:51.154Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2816 | 2026-08-28T22:20:51.724Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2817 | 2026-08-28T22:20:52.646Z | Compiling nanorand v0.7.0 |
| 2818 | 2026-08-28T22:20:52.846Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2819 | 2026-08-28T22:20:53.048Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2820 | 2026-08-28T22:20:53.462Z | Compiling parking_lot_core v0.8.6 |
| 2821 | 2026-08-28T22:20:53.563Z | Compiling flume v0.11.1 |
| 2822 | 2026-08-28T22:20:53.824Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2823 | 2026-08-28T22:20:53.958Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2824 | 2026-08-28T22:20:54.114Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2825 | 2026-08-28T22:20:54.572Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2826 | 2026-08-28T22:20:54.808Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2827 | 2026-08-28T22:20:55.086Z | Compiling git-stub v1.0.0 |
| 2828 | 2026-08-28T22:20:55.292Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2829 | 2026-08-28T22:20:55.369Z | Compiling corncobs v0.1.4 |
| 2830 | 2026-08-28T22:20:55.526Z | Compiling instability v0.3.11 |
| 2831 | 2026-08-28T22:20:55.548Z | Compiling strsim v0.10.0 |
| 2832 | 2026-08-28T22:20:55.615Z | Compiling http-range v0.1.5 |
| 2833 | 2026-08-28T22:20:55.739Z | Compiling darling_core v0.13.4 |
| 2834 | 2026-08-28T22:20:55.822Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2835 | 2026-08-28T22:20:55.855Z | Compiling git-stub-vcs v0.1.0 |
| 2836 | 2026-08-28T22:20:56.236Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2837 | 2026-08-28T22:20:57.255Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2838 | 2026-08-28T22:20:57.310Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2839 | 2026-08-28T22:20:57.375Z | Compiling progenitor-impl v0.13.0 |
| 2840 | 2026-08-28T22:20:57.396Z | Compiling ignore v0.4.25 |
| 2841 | 2026-08-28T22:20:59.676Z | Compiling oso v0.27.3 |
| 2842 | 2026-08-28T22:21:00.766Z | Compiling diesel-dtrace v0.5.0 |
| 2843 | 2026-08-28T22:21:00.955Z | Compiling async-bb8-diesel v0.2.1 |
| 2844 | 2026-08-28T22:21:01.036Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2845 | 2026-08-28T22:21:01.284Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2846 | 2026-08-28T22:21:01.377Z | Compiling anstyle-parse v0.2.7 |
| 2847 | 2026-08-28T22:21:01.634Z | Compiling secrecy v0.8.0 |
| 2848 | 2026-08-28T22:21:01.704Z | Compiling castaway v0.2.4 |
| 2849 | 2026-08-28T22:21:01.834Z | Compiling vergen-git2 v9.1.0 |
| 2850 | 2026-08-28T22:21:01.869Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2851 | 2026-08-28T22:21:01.895Z | Compiling indoc v2.0.7 |
| 2852 | 2026-08-28T22:21:02.091Z | Compiling compact_str v0.8.1 |
| 2853 | 2026-08-28T22:21:02.230Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2854 | 2026-08-28T22:21:02.720Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2855 | 2026-08-28T22:21:03.073Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2856 | 2026-08-28T22:21:03.199Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2857 | 2026-08-28T22:21:03.983Z | Compiling anstream v0.6.21 |
| 2858 | 2026-08-28T22:21:04.537Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2859 | 2026-08-28T22:21:04.983Z | Compiling progenitor-macro v0.13.0 |
| 2860 | 2026-08-28T22:21:06.262Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2861 | 2026-08-28T22:21:06.405Z | Compiling globwalk v0.9.1 |
| 2862 | 2026-08-28T22:21:06.494Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2863 | 2026-08-28T22:21:06.928Z | Compiling darling_macro v0.13.4 |
| 2864 | 2026-08-28T22:21:07.173Z | Compiling parking_lot v0.11.2 |
| 2865 | 2026-08-28T22:21:07.345Z | Compiling hyper-staticfile v0.10.1 |
| 2866 | 2026-08-28T22:21:07.464Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2867 | 2026-08-28T22:21:07.995Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2868 | 2026-08-28T22:21:08.058Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2869 | 2026-08-28T22:21:08.157Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2870 | 2026-08-28T22:21:08.484Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2871 | 2026-08-28T22:21:08.706Z | Compiling predicates-tree v1.0.13 |
| 2872 | 2026-08-28T22:21:09.097Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2873 | 2026-08-28T22:21:09.124Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2874 | 2026-08-28T22:21:09.320Z | Compiling unicode-truncate v1.1.0 |
| 2875 | 2026-08-28T22:21:09.557Z | Compiling sha2 v0.11.0 |
| 2876 | 2026-08-28T22:21:09.578Z | Compiling digest-io v0.1.0 |
| 2877 | 2026-08-28T22:21:09.748Z | Compiling lru v0.12.5 |
| 2878 | 2026-08-28T22:21:09.973Z | Compiling progenitor-client v0.13.0 |
| 2879 | 2026-08-28T22:21:10.024Z | Compiling rand_seeder v0.4.0 |
| 2880 | 2026-08-28T22:21:10.275Z | Compiling prefix-trie v0.7.0 |
| 2881 | 2026-08-28T22:21:10.494Z | Compiling rawzip v0.4.4 |
| 2882 | 2026-08-28T22:21:10.686Z | Compiling cassowary v0.3.0 |
| 2883 | 2026-08-28T22:21:10.766Z | Compiling hickory-server v0.25.2 |
| 2884 | 2026-08-28T22:21:10.947Z | Compiling progenitor v0.13.0 |
| 2885 | 2026-08-28T22:21:11.075Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2886 | 2026-08-28T22:21:11.145Z | Compiling ratatui v0.29.0 |
| 2887 | 2026-08-28T22:21:11.507Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2888 | 2026-08-28T22:21:11.570Z | Compiling camino-tempfile-ext v0.3.3 |
| 2889 | 2026-08-28T22:21:11.765Z | Compiling darling v0.13.4 |
| 2890 | 2026-08-28T22:21:11.875Z | Compiling sled v0.34.7 |
| 2891 | 2026-08-28T22:21:12.138Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2892 | 2026-08-28T22:21:12.236Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2893 | 2026-08-28T22:21:14.601Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2894 | 2026-08-28T22:21:15.713Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2895 | 2026-08-28T22:21:16.976Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2896 | 2026-08-28T22:21:17.157Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2897 | 2026-08-28T22:21:17.399Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2898 | 2026-08-28T22:21:18.196Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2899 | 2026-08-28T22:21:18.385Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2900 | 2026-08-28T22:21:18.762Z | Compiling git2 v0.20.4 |
| 2901 | 2026-08-28T22:21:18.820Z | Compiling serde_with_macros v1.5.2 |
| 2902 | 2026-08-28T22:21:19.375Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2903 | 2026-08-28T22:21:19.612Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2904 | 2026-08-28T22:21:19.870Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2905 | 2026-08-28T22:21:20.145Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2906 | 2026-08-28T22:21:20.237Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2907 | 2026-08-28T22:21:20.508Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2908 | 2026-08-28T22:21:20.767Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2909 | 2026-08-28T22:21:21.217Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2910 | 2026-08-28T22:21:21.451Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2911 | 2026-08-28T22:21:21.497Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2912 | 2026-08-28T22:21:21.537Z | Compiling arc-swap v1.8.2 |
| 2913 | 2026-08-28T22:21:21.674Z | Compiling void v1.0.2 |
| 2914 | 2026-08-28T22:21:21.755Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2915 | 2026-08-28T22:21:21.818Z | Compiling slog-scope v4.4.1 |
| 2916 | 2026-08-28T22:21:21.833Z | Compiling lzss v0.8.2 |
| 2917 | 2026-08-28T22:21:22.165Z | Compiling serde_with v1.14.0 |
| 2918 | 2026-08-28T22:21:22.228Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2919 | 2026-08-28T22:21:22.777Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2920 | 2026-08-28T22:21:22.965Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2921 | 2026-08-28T22:21:23.312Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2922 | 2026-08-28T22:21:23.363Z | Compiling scuffle v0.1.0 |
| 2923 | 2026-08-28T22:21:24.037Z | Compiling tungstenite v0.23.0 |
| 2924 | 2026-08-28T22:21:24.102Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2925 | 2026-08-28T22:21:24.199Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2926 | 2026-08-28T22:21:25.513Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2927 | 2026-08-28T22:21:25.628Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2928 | 2026-08-28T22:21:25.849Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2929 | 2026-08-28T22:21:26.064Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-28T22:21:26.090Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-28T22:21:26.226Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-28T22:21:26.301Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-28T22:21:26.321Z | Compiling serde_bytes v0.11.19 |
| 2934 | 2026-08-28T22:21:26.347Z | Compiling atty v0.2.14 |
| 2935 | 2026-08-28T22:21:26.502Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-28T22:21:26.586Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2937 | 2026-08-28T22:21:26.615Z | Compiling tokio-tungstenite v0.23.1 |
| 2938 | 2026-08-28T22:21:26.724Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2939 | 2026-08-28T22:21:26.728Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2940 | 2026-08-28T22:21:26.997Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2941 | 2026-08-28T22:21:27.213Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2942 | 2026-08-28T22:21:28.494Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2943 | 2026-08-28T22:21:29.497Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2944 | 2026-08-28T22:21:29.613Z | Compiling slog-stdlog v4.1.1 |
| 2945 | 2026-08-28T22:21:30.061Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2946 | 2026-08-28T22:21:30.678Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2947 | 2026-08-28T22:21:30.831Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2948 | 2026-08-28T22:21:31.279Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2949 | 2026-08-28T22:21:32.137Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2950 | 2026-08-28T22:21:33.722Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2951 | 2026-08-28T22:21:34.401Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2952 | 2026-08-28T22:21:35.423Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2953 | 2026-08-28T22:21:36.072Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2954 | 2026-08-28T22:21:36.375Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2955 | 2026-08-28T22:21:36.730Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2956 | 2026-08-28T22:21:37.658Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2957 | 2026-08-28T22:21:37.748Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2958 | 2026-08-28T22:21:38.848Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2959 | 2026-08-28T22:21:40.394Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2960 | 2026-08-28T22:21:41.047Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2961 | 2026-08-28T22:21:41.269Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2962 | 2026-08-28T22:21:41.972Z | Compiling fatfs v0.3.6 |
| 2963 | 2026-08-28T22:21:42.036Z | Compiling signal-hook-tokio v0.3.1 |
| 2964 | 2026-08-28T22:21:42.103Z | Compiling yasna v0.5.2 |
| 2965 | 2026-08-28T22:21:42.224Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2966 | 2026-08-28T22:21:43.047Z | Compiling assert_matches v1.5.0 |
| 2967 | 2026-08-28T22:21:43.156Z | Compiling seq-macro v0.3.6 |
| 2968 | 2026-08-28T22:21:43.222Z | Compiling rcgen v0.12.1 |
| 2969 | 2026-08-28T22:21:43.629Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2970 | 2026-08-28T22:21:43.686Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2971 | 2026-08-28T22:21:45.063Z | Compiling slog-envlogger v2.2.0 |
| 2972 | 2026-08-28T22:21:45.150Z | Compiling oxide-update-engine-display v0.1.2 |
| 2973 | 2026-08-28T22:21:46.014Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2974 | 2026-08-28T22:21:46.094Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2975 | 2026-08-28T22:21:46.203Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2976 | 2026-08-28T22:21:46.428Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2977 | 2026-08-28T22:21:46.648Z | Compiling port-file v0.1.0 |
| 2978 | 2026-08-28T22:21:46.968Z | Compiling subprocess v0.2.15 |
| 2979 | 2026-08-28T22:21:47.633Z | Compiling rtoolbox v0.0.3 |
| 2980 | 2026-08-28T22:21:47.952Z | Compiling rpassword v7.5.4 |
| 2981 | 2026-08-28T22:21:48.370Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2982 | 2026-08-28T22:21:48.610Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2983 | 2026-08-28T22:21:49.880Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2984 | 2026-08-28T22:21:50.944Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2985 | 2026-08-28T22:21:51.081Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2986 | 2026-08-28T22:21:52.100Z | Compiling tui-tree-widget v0.23.1 |
| 2987 | 2026-08-28T22:21:52.370Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2988 | 2026-08-28T22:21:52.455Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2989 | 2026-08-28T22:21:54.016Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2990 | 2026-08-28T22:21:54.861Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2991 | 2026-08-28T22:21:55.576Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2992 | 2026-08-28T22:21:55.818Z | Compiling uzers v0.12.2 |
| 2993 | 2026-08-28T22:21:56.127Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2994 | 2026-08-28T22:21:56.850Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2995 | 2026-08-28T22:21:57.263Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2996 | 2026-08-28T22:21:58.026Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2997 | 2026-08-28T22:21:58.762Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2998 | 2026-08-28T22:21:59.196Z | Compiling support-bundle-viewer v0.1.2 |
| 2999 | 2026-08-28T22:22:00.924Z | Compiling multimap v0.10.1 |
| 3000 | 2026-08-28T22:22:09.574Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3001 | 2026-08-28T22:22:13.145Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3002 | 2026-08-28T22:22:14.024Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3003 | 2026-08-28T22:22:20.473Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3004 | 2026-08-28T22:22:20.594Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3005 | 2026-08-28T22:34:09.302Z | Finished `release` profile [optimized] target(s) in 13m 58s |
| 3006 | 2026-08-28T22:34:09.305Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3007 | 2026-08-28T22:34:09.305Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3008 | 2026-08-28T22:35:00.368Z | |
| 3009 | 2026-08-28T22:35:00.368Z | real 14:51.059131517 |
| 3010 | 2026-08-28T22:35:00.372Z | user 1:24:38.082271221 |
| 3011 | 2026-08-28T22:35:00.372Z | sys 3:42.456489098 |
| 3012 | 2026-08-28T22:35:00.372Z | trap 1.779296263 |
| 3013 | 2026-08-28T22:35:00.372Z | tflt 3.452553313 |
| 3014 | 2026-08-28T22:35:00.372Z | dflt 20.447688001 |
| 3015 | 2026-08-28T22:35:00.372Z | kflt 0.130378656 |
| 3016 | 2026-08-28T22:35:00.372Z | lock 10:46:34.233868370 |
| 3017 | 2026-08-28T22:35:00.372Z | slp 2:34:36.900071361 |
| 3018 | 2026-08-28T22:35:00.373Z | lat 2:36.495451034 |
| 3019 | 2026-08-28T22:35:00.373Z | stop 5:21.722646345 |
| 3020 | 2026-08-28T22:35:00.373Z | + mapfile -t packages |
| 3021 | 2026-08-28T22:35:00.373Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3022 | 2026-08-28T22:35:01.312Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 3023 | 2026-08-28T22:35:01.387Z | Running `target/release/omicron-package -t test list-outputs` |
| 3024 | 2026-08-28T22:35:01.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3025 | 2026-08-28T22:35:01.449Z | + ptime -m cargo build --locked --release -p xtask |
| 3026 | 2026-08-28T22:35:01.930Z | Compiling libc v0.2.185 |
| 3027 | 2026-08-28T22:35:01.930Z | Compiling serde_core v1.0.228 |
| 3028 | 2026-08-28T22:35:01.930Z | Compiling serde v1.0.228 |
| 3029 | 2026-08-28T22:35:01.935Z | Compiling rustix v1.1.4 |
| 3030 | 2026-08-28T22:35:01.935Z | Compiling bitflags v2.11.0 |
| 3031 | 2026-08-28T22:35:02.017Z | Compiling serde_json v1.0.151 |
| 3032 | 2026-08-28T22:35:02.076Z | Compiling syn v2.0.117 |
| 3033 | 2026-08-28T22:35:02.079Z | Compiling usdt-impl v0.5.0 |
| 3034 | 2026-08-28T22:35:02.079Z | Compiling syn v1.0.109 |
| 3035 | 2026-08-28T22:35:02.106Z | Compiling log v0.4.33 |
| 3036 | 2026-08-28T22:35:02.106Z | Compiling getrandom v0.4.3 |
| 3037 | 2026-08-28T22:35:02.109Z | Compiling indexmap v2.14.0 |
| 3038 | 2026-08-28T22:35:02.141Z | Compiling fs-err v3.3.0 |
| 3039 | 2026-08-28T22:35:02.321Z | Compiling anyhow v1.0.104 |
| 3040 | 2026-08-28T22:35:02.367Z | Compiling once_cell v1.21.3 |
| 3041 | 2026-08-28T22:35:02.466Z | Compiling heck v0.4.1 |
| 3042 | 2026-08-28T22:35:02.768Z | Compiling thread-id v4.2.2 |
| 3043 | 2026-08-28T22:35:02.779Z | Compiling errno v0.3.14 |
| 3044 | 2026-08-28T22:35:02.782Z | Compiling memmap v0.7.0 |
| 3045 | 2026-08-28T22:35:03.529Z | Compiling proc-macro-error v1.0.4 |
| 3046 | 2026-08-28T22:35:03.774Z | Compiling terminal_size v0.4.3 |
| 3047 | 2026-08-28T22:35:03.774Z | Compiling tempfile v3.27.0 |
| 3048 | 2026-08-28T22:35:03.795Z | Compiling tabled_derive v0.7.0 |
| 3049 | 2026-08-28T22:35:03.868Z | Compiling clap_builder v4.6.0 |
| 3050 | 2026-08-28T22:35:03.868Z | Compiling textwrap v0.16.2 |
| 3051 | 2026-08-28T22:35:04.111Z | Compiling camino v1.2.5 |
| 3052 | 2026-08-28T22:35:04.111Z | Compiling semver v1.0.28 |
| 3053 | 2026-08-28T22:35:04.114Z | Compiling cargo-platform v0.3.2 |
| 3054 | 2026-08-28T22:35:04.221Z | Compiling pest_generator v2.8.6 |
| 3055 | 2026-08-28T22:35:04.425Z | Compiling camino-tempfile v1.4.1 |
| 3056 | 2026-08-28T22:35:04.488Z | Compiling tabled v0.15.0 |
| 3057 | 2026-08-28T22:35:04.749Z | Compiling serde_derive v1.0.228 |
| 3058 | 2026-08-28T22:35:04.749Z | Compiling thiserror-impl v1.0.69 |
| 3059 | 2026-08-28T22:35:04.752Z | Compiling zerocopy-derive v0.7.35 |
| 3060 | 2026-08-28T22:35:04.752Z | Compiling scroll_derive v0.12.1 |
| 3061 | 2026-08-28T22:35:04.752Z | Compiling thiserror-impl v2.0.18 |
| 3062 | 2026-08-28T22:35:04.752Z | Compiling clap_derive v4.6.1 |
| 3063 | 2026-08-28T22:35:04.803Z | Compiling pest_derive v2.8.6 |
| 3064 | 2026-08-28T22:35:05.436Z | Compiling scroll v0.12.0 |
| 3065 | 2026-08-28T22:35:05.551Z | Compiling zerocopy v0.7.35 |
| 3066 | 2026-08-28T22:35:05.699Z | Compiling goblin v0.8.2 |
| 3067 | 2026-08-28T22:35:05.796Z | Compiling thiserror v1.0.69 |
| 3068 | 2026-08-28T22:35:05.894Z | Compiling dtrace-parser v0.2.0 |
| 3069 | 2026-08-28T22:35:05.939Z | Compiling thiserror v2.0.18 |
| 3070 | 2026-08-28T22:35:06.222Z | Compiling clap v4.6.1 |
| 3071 | 2026-08-28T22:35:07.867Z | Compiling dof v0.3.0 |
| 3072 | 2026-08-28T22:35:07.879Z | Compiling serde_spanned v0.6.9 |
| 3073 | 2026-08-28T22:35:07.945Z | Compiling toml_datetime v0.6.11 |
| 3074 | 2026-08-28T22:35:07.958Z | Compiling serde_tokenstream v0.2.3 |
| 3075 | 2026-08-28T22:35:07.997Z | Compiling macaddr v1.0.1 |
| 3076 | 2026-08-28T22:35:08.050Z | Compiling cargo_metadata v0.23.1 |
| 3077 | 2026-08-28T22:35:08.249Z | Compiling toml_edit v0.22.27 |
| 3078 | 2026-08-28T22:35:08.262Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3079 | 2026-08-28T22:35:08.629Z | Compiling usdt-attr-macro v0.5.0 |
| 3080 | 2026-08-28T22:35:08.629Z | Compiling usdt-macro v0.5.0 |
| 3081 | 2026-08-28T22:35:09.278Z | Compiling usdt v0.5.0 |
| 3082 | 2026-08-28T22:35:09.762Z | Compiling toml v0.8.23 |
| 3083 | 2026-08-28T22:35:10.176Z | Compiling cargo_toml v0.21.0 |
| 3084 | 2026-08-28T22:35:14.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3085 | 2026-08-28T22:35:17.785Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 3086 | 2026-08-28T22:35:17.906Z | |
| 3087 | 2026-08-28T22:35:17.906Z | real 16.425765202 |
| 3088 | 2026-08-28T22:35:17.906Z | user 2:04.014549024 |
| 3089 | 2026-08-28T22:35:17.906Z | sys 13.336813477 |
| 3090 | 2026-08-28T22:35:17.906Z | trap 0.068301710 |
| 3091 | 2026-08-28T22:35:17.906Z | tflt 0.425465372 |
| 3092 | 2026-08-28T22:35:17.909Z | dflt 1.335645594 |
| 3093 | 2026-08-28T22:35:17.909Z | kflt 0.000018800 |
| 3094 | 2026-08-28T22:35:17.909Z | lock 4:33.437568935 |
| 3095 | 2026-08-28T22:35:17.910Z | slp 2:39.654028524 |
| 3096 | 2026-08-28T22:35:17.910Z | lat 4.663937620 |
| 3097 | 2026-08-28T22:35:17.910Z | stop 15.164926405 |
| 3098 | 2026-08-28T22:35:17.910Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3099 | 2026-08-28T22:35:17.910Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3100 | 2026-08-28T22:35:17.910Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3101 | 2026-08-28T22:35:17.910Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3102 | 2026-08-28T22:35:17.910Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3103 | 2026-08-28T22:35:18.847Z | Compiling progenitor-client v0.14.0 |
| 3104 | 2026-08-28T22:35:18.849Z | Compiling match_cfg v0.1.0 |
| 3105 | 2026-08-28T22:35:18.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3106 | 2026-08-28T22:35:18.849Z | Compiling slog-json v2.6.1 |
| 3107 | 2026-08-28T22:35:18.849Z | Compiling newtype-uuid-macros v0.1.0 |
| 3108 | 2026-08-28T22:35:18.850Z | Compiling sha1 v0.11.0 |
| 3109 | 2026-08-28T22:35:18.994Z | Compiling multer v3.1.0 |
| 3110 | 2026-08-28T22:35:18.997Z | Compiling compression-core v0.4.31 |
| 3111 | 2026-08-28T22:35:18.997Z | Compiling debug-ignore v1.0.5 |
| 3112 | 2026-08-28T22:35:18.997Z | Compiling async-stream-impl v0.3.6 |
| 3113 | 2026-08-28T22:35:18.997Z | Compiling serde_spanned v1.1.1 |
| 3114 | 2026-08-28T22:35:18.997Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3115 | 2026-08-28T22:35:19.011Z | Compiling dropshot v0.17.1 |
| 3116 | 2026-08-28T22:35:19.014Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3117 | 2026-08-28T22:35:19.014Z | Compiling waitgroup v0.1.2 |
| 3118 | 2026-08-28T22:35:19.014Z | Compiling rustls-pemfile v2.2.0 |
| 3119 | 2026-08-28T22:35:19.250Z | Compiling dropshot_endpoint v0.17.1 |
| 3120 | 2026-08-28T22:35:19.286Z | Compiling serde_path_to_error v0.1.20 |
| 3121 | 2026-08-28T22:35:19.319Z | Compiling compression-codecs v0.4.37 |
| 3122 | 2026-08-28T22:35:19.319Z | Compiling hostname v0.4.2 |
| 3123 | 2026-08-28T22:35:19.376Z | Compiling atomicwrites v0.4.4 |
| 3124 | 2026-08-28T22:35:19.376Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3125 | 2026-08-28T22:35:19.388Z | Compiling hostname v0.3.1 |
| 3126 | 2026-08-28T22:35:19.391Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3127 | 2026-08-28T22:35:19.391Z | Compiling macaddr v1.0.1 |
| 3128 | 2026-08-28T22:35:19.467Z | Compiling serde_tokenstream v0.3.0 |
| 3129 | 2026-08-28T22:35:19.471Z | Compiling oxide-generation v0.1.3 |
| 3130 | 2026-08-28T22:35:19.471Z | Compiling instant v0.1.13 |
| 3131 | 2026-08-28T22:35:19.536Z | Compiling parse-display-derive v0.10.0 |
| 3132 | 2026-08-28T22:35:19.539Z | Compiling regress v0.10.5 |
| 3133 | 2026-08-28T22:35:19.590Z | Compiling slog-bunyan v2.5.0 |
| 3134 | 2026-08-28T22:35:19.646Z | Compiling async-compression v0.4.41 |
| 3135 | 2026-08-28T22:35:19.651Z | Compiling backon v1.6.0 |
| 3136 | 2026-08-28T22:35:19.668Z | Compiling backoff v0.4.0 |
| 3137 | 2026-08-28T22:35:19.668Z | Compiling itertools v0.14.0 |
| 3138 | 2026-08-28T22:35:19.723Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3139 | 2026-08-28T22:35:19.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3140 | 2026-08-28T22:35:19.774Z | Compiling humantime v2.3.0 |
| 3141 | 2026-08-28T22:35:19.806Z | Compiling async-stream v0.3.6 |
| 3142 | 2026-08-28T22:35:19.809Z | Compiling oxide-generation-macros v0.2.0 |
| 3143 | 2026-08-28T22:35:19.846Z | Compiling progenitor-extras v0.2.0 |
| 3144 | 2026-08-28T22:35:19.875Z | Compiling half v2.7.1 |
| 3145 | 2026-08-28T22:35:19.931Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3146 | 2026-08-28T22:35:19.948Z | Compiling crucible-workspace-hack v0.1.0 |
| 3147 | 2026-08-28T22:35:20.005Z | Compiling ciborium-io v0.2.2 |
| 3148 | 2026-08-28T22:35:20.021Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3149 | 2026-08-28T22:35:20.024Z | Compiling convert_case v0.4.0 |
| 3150 | 2026-08-28T22:35:20.066Z | Compiling secrecy v0.10.3 |
| 3151 | 2026-08-28T22:35:20.110Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3152 | 2026-08-28T22:35:20.129Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3153 | 2026-08-28T22:35:20.132Z | Compiling inout v0.1.4 |
| 3154 | 2026-08-28T22:35:20.179Z | Compiling ciborium-ll v0.2.2 |
| 3155 | 2026-08-28T22:35:20.198Z | Compiling regress v0.11.1 |
| 3156 | 2026-08-28T22:35:20.213Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3157 | 2026-08-28T22:35:20.249Z | Compiling universal-hash v0.5.1 |
| 3158 | 2026-08-28T22:35:20.318Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3159 | 2026-08-28T22:35:20.335Z | Compiling cipher v0.4.4 |
| 3160 | 2026-08-28T22:35:20.407Z | Compiling ciborium v0.2.2 |
| 3161 | 2026-08-28T22:35:20.428Z | Compiling opaque-debug v0.3.1 |
| 3162 | 2026-08-28T22:35:20.443Z | Compiling derive_more v0.99.20 |
| 3163 | 2026-08-28T22:35:20.466Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3164 | 2026-08-28T22:35:20.485Z | Compiling blake2 v0.10.6 |
| 3165 | 2026-08-28T22:35:20.514Z | Compiling poly1305 v0.8.0 |
| 3166 | 2026-08-28T22:35:20.601Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3167 | 2026-08-28T22:35:20.620Z | Compiling chacha20 v0.9.1 |
| 3168 | 2026-08-28T22:35:20.686Z | Compiling aead v0.5.2 |
| 3169 | 2026-08-28T22:35:20.702Z | Compiling password-hash v0.5.0 |
| 3170 | 2026-08-28T22:35:20.878Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3171 | 2026-08-28T22:35:20.906Z | Compiling indent_write v2.2.0 |
| 3172 | 2026-08-28T22:35:20.924Z | Compiling chacha20poly1305 v0.10.1 |
| 3173 | 2026-08-28T22:35:20.973Z | Compiling argon2 v0.5.3 |
| 3174 | 2026-08-28T22:35:21.018Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3175 | 2026-08-28T22:35:21.035Z | Compiling unsafe-libyaml v0.2.11 |
| 3176 | 2026-08-28T22:35:21.074Z | Compiling itertools v0.15.0 |
| 3177 | 2026-08-28T22:35:21.074Z | Compiling num-derive v0.4.2 |
| 3178 | 2026-08-28T22:35:21.106Z | Compiling heapless v0.8.0 |
| 3179 | 2026-08-28T22:35:21.137Z | Compiling tabwriter v1.4.1 |
| 3180 | 2026-08-28T22:35:21.259Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3181 | 2026-08-28T22:35:21.291Z | Compiling hash32 v0.3.1 |
| 3182 | 2026-08-28T22:35:21.317Z | Compiling parse-display v0.10.0 |
| 3183 | 2026-08-28T22:35:21.402Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3184 | 2026-08-28T22:35:21.446Z | Compiling thiserror-no-std v2.0.2 |
| 3185 | 2026-08-28T22:35:21.466Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3186 | 2026-08-28T22:35:21.561Z | Compiling vsss-rs v3.3.4 |
| 3187 | 2026-08-28T22:35:21.623Z | Compiling serde_yaml v0.9.34+deprecated |
| 3188 | 2026-08-28T22:35:21.640Z | Compiling smoltcp v0.11.0 |
| 3189 | 2026-08-28T22:35:21.736Z | Compiling cobs v0.3.0 |
| 3190 | 2026-08-28T22:35:21.825Z | Compiling typify-impl v0.6.2 |
| 3191 | 2026-08-28T22:35:21.956Z | Compiling proc-macro-crate v3.4.0 |
| 3192 | 2026-08-28T22:35:22.047Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3193 | 2026-08-28T22:35:22.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3194 | 2026-08-28T22:35:22.156Z | Compiling colored v3.1.1 |
| 3195 | 2026-08-28T22:35:22.302Z | Compiling postcard v1.1.3 |
| 3196 | 2026-08-28T22:35:22.320Z | Compiling proc-macro-error v1.0.4 |
| 3197 | 2026-08-28T22:35:22.347Z | Compiling rand v0.10.1 |
| 3198 | 2026-08-28T22:35:22.448Z | Compiling ingot-macros v0.2.0 |
| 3199 | 2026-08-28T22:35:22.537Z | Compiling num_enum_derive v0.7.6 |
| 3200 | 2026-08-28T22:35:22.551Z | Compiling proc-macro-crate v1.3.1 |
| 3201 | 2026-08-28T22:35:22.595Z | Compiling foreign-types-macros v0.2.3 |
| 3202 | 2026-08-28T22:35:22.698Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3203 | 2026-08-28T22:35:22.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3204 | 2026-08-28T22:35:22.733Z | Compiling rayon-core v1.13.0 |
| 3205 | 2026-08-28T22:35:22.939Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3206 | 2026-08-28T22:35:22.955Z | Compiling foreign-types-shared v0.3.1 |
| 3207 | 2026-08-28T22:35:23.049Z | Compiling num_enum_derive v0.5.11 |
| 3208 | 2026-08-28T22:35:23.128Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3209 | 2026-08-28T22:35:23.128Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3210 | 2026-08-28T22:35:23.167Z | Compiling crossbeam-deque v0.8.6 |
| 3211 | 2026-08-28T22:35:23.217Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3212 | 2026-08-28T22:35:23.236Z | Compiling foreign-types v0.5.0 |
| 3213 | 2026-08-28T22:35:23.240Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3214 | 2026-08-28T22:35:23.271Z | Compiling cstr-argument v0.1.2 |
| 3215 | 2026-08-28T22:35:23.271Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3216 | 2026-08-28T22:35:23.389Z | Compiling illumos-nvpair v0.3.0 |
| 3217 | 2026-08-28T22:35:23.453Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3218 | 2026-08-28T22:35:23.456Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3219 | 2026-08-28T22:35:23.523Z | Compiling zone_cfg_derive v0.3.1 |
| 3220 | 2026-08-28T22:35:23.633Z | Compiling num_enum v0.7.6 |
| 3221 | 2026-08-28T22:35:23.661Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3222 | 2026-08-28T22:35:23.693Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3223 | 2026-08-28T22:35:23.728Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3224 | 2026-08-28T22:35:23.747Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3225 | 2026-08-28T22:35:23.783Z | Compiling rayon v1.11.0 |
| 3226 | 2026-08-28T22:35:23.815Z | Compiling itertools v0.12.1 |
| 3227 | 2026-08-28T22:35:23.834Z | Compiling sigpipe v0.1.3 |
| 3228 | 2026-08-28T22:35:23.851Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3229 | 2026-08-28T22:35:23.854Z | Compiling glob v0.3.3 |
| 3230 | 2026-08-28T22:35:23.965Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3231 | 2026-08-28T22:35:23.981Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3232 | 2026-08-28T22:35:24.000Z | Compiling smf v0.2.3 |
| 3233 | 2026-08-28T22:35:24.049Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3234 | 2026-08-28T22:35:24.101Z | Compiling whoami v1.6.1 |
| 3235 | 2026-08-28T22:35:24.130Z | Compiling num_enum v0.5.11 |
| 3236 | 2026-08-28T22:35:24.227Z | Compiling cpubits v0.1.1 |
| 3237 | 2026-08-28T22:35:24.245Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3238 | 2026-08-28T22:35:24.270Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3239 | 2026-08-28T22:35:24.288Z | Compiling gethostname v0.5.0 |
| 3240 | 2026-08-28T22:35:24.305Z | Compiling num-rational v0.4.2 |
| 3241 | 2026-08-28T22:35:24.330Z | Compiling num-complex v0.4.6 |
| 3242 | 2026-08-28T22:35:24.392Z | Compiling derive-where v1.6.0 |
| 3243 | 2026-08-28T22:35:24.422Z | Compiling toml v0.8.23 |
| 3244 | 2026-08-28T22:35:24.456Z | Compiling usdt-attr-macro v0.5.0 |
| 3245 | 2026-08-28T22:35:24.559Z | Compiling usdt-macro v0.5.0 |
| 3246 | 2026-08-28T22:35:24.579Z | Compiling pem-rfc7468 v1.0.0 |
| 3247 | 2026-08-28T22:35:24.718Z | Compiling num v0.4.3 |
| 3248 | 2026-08-28T22:35:24.748Z | Compiling memmap v0.7.0 |
| 3249 | 2026-08-28T22:35:24.817Z | Compiling float-ord v0.3.2 |
| 3250 | 2026-08-28T22:35:24.910Z | Compiling cancel-safe-futures v0.1.5 |
| 3251 | 2026-08-28T22:35:24.927Z | Compiling hmac v0.13.0 |
| 3252 | 2026-08-28T22:35:24.958Z | Compiling zone v0.3.1 |
| 3253 | 2026-08-28T22:35:24.975Z | Compiling universal-hash v0.6.1 |
| 3254 | 2026-08-28T22:35:25.062Z | Compiling resolv-conf v0.7.6 |
| 3255 | 2026-08-28T22:35:25.089Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3256 | 2026-08-28T22:35:25.190Z | Compiling sha1 v0.10.6 |
| 3257 | 2026-08-28T22:35:25.195Z | Compiling libefi-sys v0.1.0 |
| 3258 | 2026-08-28T22:35:25.328Z | Compiling prettyplease v0.2.37 |
| 3259 | 2026-08-28T22:35:25.374Z | Compiling usdt v0.5.0 |
| 3260 | 2026-08-28T22:35:25.392Z | Compiling linear-map v1.2.0 |
| 3261 | 2026-08-28T22:35:25.411Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3262 | 2026-08-28T22:35:25.455Z | Compiling ingot-types v0.2.0 |
| 3263 | 2026-08-28T22:35:25.478Z | Compiling polyval v0.7.1 |
| 3264 | 2026-08-28T22:35:25.495Z | Compiling der v0.8.0 |
| 3265 | 2026-08-28T22:35:25.545Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3266 | 2026-08-28T22:35:25.596Z | Compiling newline-converter v0.3.0 |
| 3267 | 2026-08-28T22:35:25.601Z | Compiling console v0.15.11 |
| 3268 | 2026-08-28T22:35:25.629Z | Compiling bitfield-struct v0.6.2 |
| 3269 | 2026-08-28T22:35:25.663Z | Compiling ghash v0.6.0 |
| 3270 | 2026-08-28T22:35:25.732Z | Compiling oxide-update-engine-types v0.1.2 |
| 3271 | 2026-08-28T22:35:25.750Z | Compiling pbkdf2 v0.13.0 |
| 3272 | 2026-08-28T22:35:25.826Z | Compiling ingot v0.2.1 |
| 3273 | 2026-08-28T22:35:25.902Z | Compiling aes v0.9.1 |
| 3274 | 2026-08-28T22:35:25.920Z | Compiling crypto-bigint v0.7.5 |
| 3275 | 2026-08-28T22:35:25.971Z | Compiling expectorate v1.2.0 |
| 3276 | 2026-08-28T22:35:26.020Z | Compiling hickory-proto v0.24.4 |
| 3277 | 2026-08-28T22:35:26.162Z | Compiling ctr v0.10.1 |
| 3278 | 2026-08-28T22:35:26.214Z | Compiling sha2 v0.11.0 |
| 3279 | 2026-08-28T22:35:26.298Z | Compiling aead v0.6.1 |
| 3280 | 2026-08-28T22:35:26.315Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3281 | 2026-08-28T22:35:26.410Z | Compiling nom v8.0.0 |
| 3282 | 2026-08-28T22:35:26.445Z | Compiling typify-macro v0.6.2 |
| 3283 | 2026-08-28T22:35:26.491Z | Compiling linked-hash-map v0.5.6 |
| 3284 | 2026-08-28T22:35:26.633Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3285 | 2026-08-28T22:35:26.685Z | Compiling semver v0.1.20 |
| 3286 | 2026-08-28T22:35:26.706Z | Compiling lru-cache v0.1.2 |
| 3287 | 2026-08-28T22:35:26.738Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3288 | 2026-08-28T22:35:26.762Z | Compiling oxide-update-engine v0.1.2 |
| 3289 | 2026-08-28T22:35:26.857Z | Compiling aes-gcm v0.11.0 |
| 3290 | 2026-08-28T22:35:26.874Z | Compiling spki v0.8.0 |
| 3291 | 2026-08-28T22:35:26.980Z | Compiling rustc_version v0.1.7 |
| 3292 | 2026-08-28T22:35:27.012Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3293 | 2026-08-28T22:35:27.015Z | Compiling tokio-dtrace v0.1.1 |
| 3294 | 2026-08-28T22:35:27.084Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3295 | 2026-08-28T22:35:27.126Z | Compiling salsa20 v0.11.0 |
| 3296 | 2026-08-28T22:35:27.154Z | Compiling slog-dtrace v0.3.0 |
| 3297 | 2026-08-28T22:35:27.242Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3298 | 2026-08-28T22:35:27.259Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3299 | 2026-08-28T22:35:27.287Z | Compiling xshell-macros v0.2.7 |
| 3300 | 2026-08-28T22:35:27.307Z | Compiling minimal-lexical v0.2.1 |
| 3301 | 2026-08-28T22:35:27.323Z | Compiling scrypt v0.12.0 |
| 3302 | 2026-08-28T22:35:27.395Z | Compiling newtype_derive v0.1.6 |
| 3303 | 2026-08-28T22:35:27.423Z | Compiling oxide-tokio-rt v0.1.4 |
| 3304 | 2026-08-28T22:35:27.439Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3305 | 2026-08-28T22:35:27.647Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3306 | 2026-08-28T22:35:27.667Z | Compiling nom v7.1.3 |
| 3307 | 2026-08-28T22:35:27.691Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3308 | 2026-08-28T22:35:27.752Z | Compiling xshell v0.2.7 |
| 3309 | 2026-08-28T22:35:27.791Z | Compiling phf_shared v0.12.1 |
| 3310 | 2026-08-28T22:35:27.808Z | Compiling rfc6979 v0.4.0 |
| 3311 | 2026-08-28T22:35:27.977Z | Compiling cbc v0.2.1 |
| 3312 | 2026-08-28T22:35:28.001Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3313 | 2026-08-28T22:35:28.040Z | Compiling csv-core v0.1.13 |
| 3314 | 2026-08-28T22:35:28.172Z | Compiling hickory-resolver v0.24.4 |
| 3315 | 2026-08-28T22:35:28.274Z | Compiling chrono-tz v0.10.4 |
| 3316 | 2026-08-28T22:35:28.297Z | Compiling unicode-xid v0.2.6 |
| 3317 | 2026-08-28T22:35:28.334Z | Compiling highway v1.3.0 |
| 3318 | 2026-08-28T22:35:28.337Z | Compiling typify v0.6.2 |
| 3319 | 2026-08-28T22:35:28.447Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3320 | 2026-08-28T22:35:28.465Z | Compiling const_format_proc_macros v0.2.34 |
| 3321 | 2026-08-28T22:35:28.482Z | Compiling progenitor-impl v0.14.0 |
| 3322 | 2026-08-28T22:35:28.526Z | Compiling proc-macro-error2 v2.0.1 |
| 3323 | 2026-08-28T22:35:28.584Z | Compiling csv v1.4.0 |
| 3324 | 2026-08-28T22:35:28.719Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3325 | 2026-08-28T22:35:28.741Z | Compiling pkcs5 v0.8.1 |
| 3326 | 2026-08-28T22:35:28.758Z | Compiling phf v0.12.1 |
| 3327 | 2026-08-28T22:35:28.805Z | Compiling ecdsa v0.16.9 |
| 3328 | 2026-08-28T22:35:28.938Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3329 | 2026-08-28T22:35:29.069Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3330 | 2026-08-28T22:35:29.088Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3331 | 2026-08-28T22:35:29.163Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3332 | 2026-08-28T22:35:29.252Z | Compiling qorb v0.4.1 |
| 3333 | 2026-08-28T22:35:29.275Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3334 | 2026-08-28T22:35:29.321Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3335 | 2026-08-28T22:35:29.337Z | Compiling primeorder v0.13.6 |
| 3336 | 2026-08-28T22:35:29.343Z | Compiling hashbrown v0.14.5 |
| 3337 | 2026-08-28T22:35:29.518Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3338 | 2026-08-28T22:35:29.537Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3339 | 2026-08-28T22:35:29.618Z | Compiling salty v0.3.0 |
| 3340 | 2026-08-28T22:35:29.666Z | Compiling p384 v0.13.1 |
| 3341 | 2026-08-28T22:35:29.918Z | Compiling chumsky v0.9.3 |
| 3342 | 2026-08-28T22:35:29.948Z | Compiling const_format v0.2.35 |
| 3343 | 2026-08-28T22:35:29.966Z | Compiling pkcs8 v0.11.0 |
| 3344 | 2026-08-28T22:35:30.289Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3345 | 2026-08-28T22:35:30.308Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3346 | 2026-08-28T22:35:30.403Z | Compiling knus-derive v3.4.0 |
| 3347 | 2026-08-28T22:35:30.432Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3348 | 2026-08-28T22:35:30.451Z | Compiling tabled_derive v0.7.0 |
| 3349 | 2026-08-28T22:35:31.057Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3350 | 2026-08-28T22:35:31.137Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3351 | 2026-08-28T22:35:31.170Z | Compiling progenitor-macro v0.14.0 |
| 3352 | 2026-08-28T22:35:31.211Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3353 | 2026-08-28T22:35:31.262Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3354 | 2026-08-28T22:35:31.306Z | Compiling bcs v0.1.6 |
| 3355 | 2026-08-28T22:35:31.329Z | Compiling ff v0.14.0 |
| 3356 | 2026-08-28T22:35:31.378Z | Compiling termtree v0.5.1 |
| 3357 | 2026-08-28T22:35:31.421Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3358 | 2026-08-28T22:35:31.463Z | Compiling tabled v0.15.0 |
| 3359 | 2026-08-28T22:35:31.489Z | Compiling steno v0.4.1 |
| 3360 | 2026-08-28T22:35:31.625Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3361 | 2026-08-28T22:35:31.647Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3362 | 2026-08-28T22:35:31.705Z | Compiling group v0.14.0 |
| 3363 | 2026-08-28T22:35:31.733Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3364 | 2026-08-28T22:35:31.906Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3365 | 2026-08-28T22:35:31.922Z | Compiling signature v3.0.0 |
| 3366 | 2026-08-28T22:35:31.925Z | Compiling knus v3.4.0 |
| 3367 | 2026-08-28T22:35:31.989Z | Compiling tagptr v0.2.0 |
| 3368 | 2026-08-28T22:35:32.099Z | Compiling base16ct v1.0.0 |
| 3369 | 2026-08-28T22:35:32.164Z | Compiling moka v0.12.13 |
| 3370 | 2026-08-28T22:35:32.184Z | Compiling hkdf v0.13.0 |
| 3371 | 2026-08-28T22:35:32.217Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3372 | 2026-08-28T22:35:32.304Z | Compiling sec1 v0.8.1 |
| 3373 | 2026-08-28T22:35:32.395Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3374 | 2026-08-28T22:35:32.412Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3375 | 2026-08-28T22:35:32.468Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3376 | 2026-08-28T22:35:32.668Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3377 | 2026-08-28T22:35:32.683Z | Compiling elliptic-curve v0.14.1 |
| 3378 | 2026-08-28T22:35:32.787Z | Compiling corncobs v0.1.4 |
| 3379 | 2026-08-28T22:35:32.848Z | Compiling parking_lot_core v0.8.6 |
| 3380 | 2026-08-28T22:35:32.986Z | Compiling hickory-resolver v0.25.2 |
| 3381 | 2026-08-28T22:35:33.004Z | Compiling utf-8 v0.7.6 |
| 3382 | 2026-08-28T22:35:33.072Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3383 | 2026-08-28T22:35:33.159Z | Compiling tungstenite v0.21.0 |
| 3384 | 2026-08-28T22:35:33.292Z | Compiling wnaf v0.14.0 |
| 3385 | 2026-08-28T22:35:33.449Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3386 | 2026-08-28T22:35:33.484Z | Compiling primefield v0.14.0 |
| 3387 | 2026-08-28T22:35:33.511Z | Compiling rfc6979 v0.6.0 |
| 3388 | 2026-08-28T22:35:33.527Z | Compiling libscf-sys v1.2.0 |
| 3389 | 2026-08-28T22:35:33.583Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3390 | 2026-08-28T22:35:33.701Z | Compiling git-stub v1.0.0 |
| 3391 | 2026-08-28T22:35:33.701Z | Compiling secrecy v0.8.0 |
| 3392 | 2026-08-28T22:35:33.752Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3393 | 2026-08-28T22:35:33.880Z | Compiling primeorder v0.14.0 |
| 3394 | 2026-08-28T22:35:33.903Z | Compiling git-stub-vcs v0.1.0 |
| 3395 | 2026-08-28T22:35:33.993Z | Compiling tokio-tungstenite v0.21.0 |
| 3396 | 2026-08-28T22:35:34.011Z | Compiling ecdsa v0.17.0 |
| 3397 | 2026-08-28T22:35:34.037Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3398 | 2026-08-28T22:35:34.294Z | Compiling papergrid v0.18.0 |
| 3399 | 2026-08-28T22:35:34.320Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3400 | 2026-08-28T22:35:34.373Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3401 | 2026-08-28T22:35:34.389Z | Compiling curve25519-dalek v5.0.0 |
| 3402 | 2026-08-28T22:35:34.404Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3403 | 2026-08-28T22:35:34.472Z | Compiling unicase v2.9.0 |
| 3404 | 2026-08-28T22:35:34.499Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3405 | 2026-08-28T22:35:34.524Z | Compiling parking_lot v0.11.2 |
| 3406 | 2026-08-28T22:35:34.694Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3407 | 2026-08-28T22:35:34.718Z | Compiling mime_guess v2.0.5 |
| 3408 | 2026-08-28T22:35:34.859Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3409 | 2026-08-28T22:35:34.891Z | Compiling ssh-encoding v0.3.0 |
| 3410 | 2026-08-28T22:35:34.915Z | Compiling prefix-trie v0.7.0 |
| 3411 | 2026-08-28T22:35:34.947Z | Compiling fxhash v0.2.1 |
| 3412 | 2026-08-28T22:35:34.997Z | Compiling keccak v0.2.0 |
| 3413 | 2026-08-28T22:35:35.069Z | Compiling sled v0.34.7 |
| 3414 | 2026-08-28T22:35:35.113Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3415 | 2026-08-28T22:35:35.214Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3416 | 2026-08-28T22:35:35.232Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3417 | 2026-08-28T22:35:35.261Z | Compiling tabled v0.21.0 |
| 3418 | 2026-08-28T22:35:35.332Z | Compiling hickory-server v0.25.2 |
| 3419 | 2026-08-28T22:35:35.335Z | Compiling ed25519 v3.0.0 |
| 3420 | 2026-08-28T22:35:35.378Z | Compiling crypto-primes v0.7.2 |
| 3421 | 2026-08-28T22:35:35.986Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3422 | 2026-08-28T22:35:36.086Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3423 | 2026-08-28T22:35:36.176Z | Compiling poly1305 v0.9.0 |
| 3424 | 2026-08-28T22:35:36.349Z | Compiling progenitor v0.14.0 |
| 3425 | 2026-08-28T22:35:36.418Z | Compiling blowfish v0.10.0 |
| 3426 | 2026-08-28T22:35:36.470Z | Compiling blake2 v0.11.0-rc.6 |
| 3427 | 2026-08-28T22:35:36.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3428 | 2026-08-28T22:35:36.530Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3429 | 2026-08-28T22:35:36.678Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3430 | 2026-08-28T22:35:36.697Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3431 | 2026-08-28T22:35:36.713Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3432 | 2026-08-28T22:35:37.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3433 | 2026-08-28T22:35:37.092Z | Compiling half v1.8.3 |
| 3434 | 2026-08-28T22:35:37.153Z | Compiling crc8 v0.1.1 |
| 3435 | 2026-08-28T22:35:37.186Z | Compiling http-range v0.1.5 |
| 3436 | 2026-08-28T22:35:37.212Z | Compiling argon2 v0.6.0-rc.8 |
| 3437 | 2026-08-28T22:35:37.302Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3438 | 2026-08-28T22:35:37.430Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3439 | 2026-08-28T22:35:37.442Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3440 | 2026-08-28T22:35:37.442Z | Compiling serde_cbor v0.11.2 |
| 3441 | 2026-08-28T22:35:37.446Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3442 | 2026-08-28T22:35:37.759Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3443 | 2026-08-28T22:35:38.055Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3444 | 2026-08-28T22:35:38.090Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3445 | 2026-08-28T22:35:38.108Z | Compiling ssh-cipher v0.3.0 |
| 3446 | 2026-08-28T22:35:38.239Z | Compiling rsa v0.10.0-rc.18 |
| 3447 | 2026-08-28T22:35:38.463Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3448 | 2026-08-28T22:35:38.524Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3449 | 2026-08-28T22:35:38.781Z | Compiling ed25519-dalek v3.0.0 |
| 3450 | 2026-08-28T22:35:39.062Z | Compiling sha3 v0.11.0 |
| 3451 | 2026-08-28T22:35:39.305Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3452 | 2026-08-28T22:35:39.377Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3453 | 2026-08-28T22:35:39.509Z | Compiling p384 v0.14.0 |
| 3454 | 2026-08-28T22:35:39.562Z | Compiling p256 v0.14.0 |
| 3455 | 2026-08-28T22:35:39.594Z | Compiling p521 v0.14.0 |
| 3456 | 2026-08-28T22:35:40.072Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3457 | 2026-08-28T22:35:40.203Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3458 | 2026-08-28T22:35:40.386Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3459 | 2026-08-28T22:35:40.458Z | Compiling scuffle v0.1.0 |
| 3460 | 2026-08-28T22:35:40.648Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3461 | 2026-08-28T22:35:40.716Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3462 | 2026-08-28T22:35:40.883Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3463 | 2026-08-28T22:35:40.920Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3464 | 2026-08-28T22:35:41.148Z | Compiling yasna v0.5.2 |
| 3465 | 2026-08-28T22:35:41.219Z | Compiling kstat-rs v0.2.5 |
| 3466 | 2026-08-28T22:35:41.357Z | Compiling headers-core v0.3.0 |
| 3467 | 2026-08-28T22:35:41.423Z | Compiling kem v0.3.0 |
| 3468 | 2026-08-28T22:35:41.507Z | Compiling module-lattice v0.2.3 |
| 3469 | 2026-08-28T22:35:41.536Z | Compiling nanorand v0.7.0 |
| 3470 | 2026-08-28T22:35:41.554Z | Compiling sponge-cursor v0.1.0 |
| 3471 | 2026-08-28T22:35:41.579Z | Compiling headers v0.4.1 |
| 3472 | 2026-08-28T22:35:41.717Z | Compiling sha3 v0.12.0 |
| 3473 | 2026-08-28T22:35:41.801Z | Compiling flume v0.11.1 |
| 3474 | 2026-08-28T22:35:41.849Z | Compiling ml-kem v0.3.2 |
| 3475 | 2026-08-28T22:35:41.865Z | Compiling rcgen v0.12.1 |
| 3476 | 2026-08-28T22:35:41.883Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3477 | 2026-08-28T22:35:41.965Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3478 | 2026-08-28T22:35:41.985Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3479 | 2026-08-28T22:35:42.143Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3480 | 2026-08-28T22:35:42.315Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3481 | 2026-08-28T22:35:42.358Z | Compiling hyper-staticfile v0.10.1 |
| 3482 | 2026-08-28T22:35:42.375Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3483 | 2026-08-28T22:35:42.495Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3484 | 2026-08-28T22:35:42.787Z | Compiling ssh-key v0.7.0-rc.11 |
| 3485 | 2026-08-28T22:35:42.805Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3486 | 2026-08-28T22:35:42.820Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3487 | 2026-08-28T22:35:42.854Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3488 | 2026-08-28T22:35:42.919Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3489 | 2026-08-28T22:35:42.942Z | Compiling russh-cryptovec v0.62.0 |
| 3490 | 2026-08-28T22:35:42.965Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3491 | 2026-08-28T22:35:42.981Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3492 | 2026-08-28T22:35:42.999Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3493 | 2026-08-28T22:35:43.120Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3494 | 2026-08-28T22:35:43.139Z | Compiling port-file v0.1.0 |
| 3495 | 2026-08-28T22:35:43.190Z | Compiling num-bigint v0.4.6 |
| 3496 | 2026-08-28T22:35:43.211Z | Compiling generic-array v1.4.3 |
| 3497 | 2026-08-28T22:35:43.228Z | Compiling russh-util v0.52.0 |
| 3498 | 2026-08-28T22:35:43.294Z | Compiling enum_dispatch v0.3.13 |
| 3499 | 2026-08-28T22:35:43.313Z | Compiling delegate v0.13.5 |
| 3500 | 2026-08-28T22:35:43.398Z | Compiling subprocess v0.2.15 |
| 3501 | 2026-08-28T22:35:43.418Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3502 | 2026-08-28T22:35:43.664Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3503 | 2026-08-28T22:35:43.705Z | Compiling display-error-chain v0.2.2 |
| 3504 | 2026-08-28T22:35:43.841Z | Compiling hex-literal v1.1.0 |
| 3505 | 2026-08-28T22:35:43.867Z | Compiling md5 v0.8.0 |
| 3506 | 2026-08-28T22:35:43.883Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3507 | 2026-08-28T22:35:43.964Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3508 | 2026-08-28T22:35:43.995Z | Compiling colored v2.2.0 |
| 3509 | 2026-08-28T22:35:44.158Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3510 | 2026-08-28T22:35:44.178Z | Compiling internet-checksum v0.2.1 |
| 3511 | 2026-08-28T22:35:44.312Z | Compiling russh v0.62.4 |
| 3512 | 2026-08-28T22:35:44.598Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3513 | 2026-08-28T22:35:45.147Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3514 | 2026-08-28T22:35:45.688Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3515 | 2026-08-28T22:35:45.688Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3516 | 2026-08-28T22:35:48.306Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3517 | 2026-08-28T22:35:49.010Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3518 | 2026-08-28T22:35:49.496Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3519 | 2026-08-28T22:35:50.774Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3520 | 2026-08-28T22:35:51.266Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3521 | 2026-08-28T22:36:00.247Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3522 | 2026-08-28T22:36:00.247Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3523 | 2026-08-28T22:36:00.247Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3524 | 2026-08-28T22:36:00.250Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3525 | 2026-08-28T22:36:00.250Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3526 | 2026-08-28T22:36:02.076Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3527 | 2026-08-28T22:36:02.215Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3528 | 2026-08-28T22:36:06.369Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3529 | 2026-08-28T22:36:46.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3530 | 2026-08-28T22:36:46.660Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3531 | 2026-08-28T22:36:46.661Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3532 | 2026-08-28T22:36:46.889Z | |
| 3533 | 2026-08-28T22:36:46.889Z | real 1:28.915988143 |
| 3534 | 2026-08-28T22:36:46.889Z | user 8:20.758781602 |
| 3535 | 2026-08-28T22:36:46.889Z | sys 1:40.522377621 |
| 3536 | 2026-08-28T22:36:46.889Z | trap 0.229054918 |
| 3537 | 2026-08-28T22:36:46.889Z | tflt 0.422328343 |
| 3538 | 2026-08-28T22:36:46.894Z | dflt 1.812443154 |
| 3539 | 2026-08-28T22:36:46.894Z | kflt 0.000289330 |
| 3540 | 2026-08-28T22:36:46.894Z | lock 30:44.749847866 |
| 3541 | 2026-08-28T22:36:46.894Z | slp 18:47.732787812 |
| 3542 | 2026-08-28T22:36:46.894Z | lat 37.268643741 |
| 3543 | 2026-08-28T22:36:46.894Z | stop 2:55.863775413 |
| 3544 | 2026-08-28T22:36:46.894Z | + mkdir tests |
| 3545 | 2026-08-28T22:36:46.898Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3546 | 2026-08-28T22:36:46.898Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3547 | 2026-08-28T22:36:46.916Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/ |
| 3548 | 2026-08-28T22:36:46.939Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/ |
| 3549 | 2026-08-28T22:36:46.962Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/ |
| 3550 | 2026-08-28T22:36:46.981Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/ |
| 3551 | 2026-08-28T22:36:47.262Z | + 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) |
| 3552 | 2026-08-28T22:36:47.265Z | + 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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 |
| 3553 | 2026-08-28T22:38:16.483Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3554 | 2026-08-28T22:38:16.483Z | a .github/buildomat/ci-env.sh 1K |
| 3555 | 2026-08-28T22:38:16.483Z | a out/target/test 1K |
| 3556 | 2026-08-28T22:38:16.483Z | a out/npuzone/npuzone 27402K |
| 3557 | 2026-08-28T22:38:16.484Z | a package-manifest.toml 35K |
| 3558 | 2026-08-28T22:38:16.484Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3559 | 2026-08-28T22:38:16.484Z | a target/release/omicron-package 49543K |
| 3560 | 2026-08-28T22:38:16.484Z | a target/release/xtask 11727K |
| 3561 | 2026-08-28T22:38:16.484Z | a target/debug/bootstrap 439412K |
| 3562 | 2026-08-28T22:38:16.484Z | a tests/bootstrap-0144be0f1f486767 34430K |
| 3563 | 2026-08-28T22:38:16.484Z | a tests/commtest-967955464f559dda 34431K |
| 3564 | 2026-08-28T22:38:16.485Z | a tests/dhcp_server-26dd07e52df3a016 34431K |
| 3565 | 2026-08-28T22:38:16.485Z | a tests/end_to_end_tests-8d60c10a3fab2411 502963K |
| 3566 | 2026-08-28T22:38:16.485Z | a tools/opte_version 1K |
| 3567 | 2026-08-28T22:38:16.485Z | a tools/opte_version_override 2K |
| 3568 | 2026-08-28T22:38:16.485Z | a out/clickhouse.tar.gz 331095K |
| 3569 | 2026-08-28T22:38:16.485Z | a out/clickhouse_keeper.tar.gz 315082K |
| 3570 | 2026-08-28T22:38:16.485Z | a out/clickhouse_server.tar.gz 331092K |
| 3571 | 2026-08-28T22:38:16.485Z | a out/cockroachdb.tar.gz 170294K |
| 3572 | 2026-08-28T22:38:16.485Z | a out/crucible-pantry-zone.tar.gz 41927K |
| 3573 | 2026-08-28T22:38:16.485Z | a out/crucible-utils.tar 18900K |
| 3574 | 2026-08-28T22:38:16.485Z | a out/crucible-zone.tar.gz 56740K |
| 3575 | 2026-08-28T22:38:16.486Z | a out/external-dns.tar.gz 46830K |
| 3576 | 2026-08-28T22:38:16.486Z | a out/internal-dns.tar.gz 46829K |
| 3577 | 2026-08-28T22:38:16.486Z | a out/mg-ddm-gz.tar 100917K |
| 3578 | 2026-08-28T22:38:16.486Z | a out/nexus.tar.gz 364493K |
| 3579 | 2026-08-28T22:38:16.486Z | a out/ntp.tar.gz 35293K |
| 3580 | 2026-08-28T22:38:16.486Z | a out/omicron-gateway-softnpu.tar.gz 29489K |
| 3581 | 2026-08-28T22:38:16.486Z | a out/omicron-sled-agent.tar 244399K |
| 3582 | 2026-08-28T22:38:16.486Z | a out/overlay.tar.gz 4K |
| 3583 | 2026-08-28T22:38:16.486Z | a out/oximeter.tar.gz 73723K |
| 3584 | 2026-08-28T22:38:16.486Z | a out/oxlog.tar 4088K |
| 3585 | 2026-08-28T22:38:16.486Z | a out/probe.tar.gz 3037K |
| 3586 | 2026-08-28T22:38:16.486Z | a out/propolis-server.tar.gz 34642K |
| 3587 | 2026-08-28T22:38:16.486Z | a out/pumpkind-gz.tar 26647K |
| 3588 | 2026-08-28T22:38:16.486Z | a out/switch-softnpu.tar.gz 506440K |
| 3589 | 2026-08-28T22:38:16.493Z | |
| 3590 | 2026-08-28T22:38:16.493Z | real 1:29.217014143 |
| 3591 | 2026-08-28T22:38:16.493Z | user 1:26.297266643 |
| 3592 | 2026-08-28T22:38:16.493Z | sys 4.919069772 |
| 3593 | 2026-08-28T22:38:16.493Z | trap 0.005845672 |
| 3594 | 2026-08-28T22:38:16.493Z | tflt 0.000000000 |
| 3595 | 2026-08-28T22:38:16.493Z | dflt 0.000000000 |
| 3596 | 2026-08-28T22:38:16.493Z | kflt 0.000000000 |
| 3597 | 2026-08-28T22:38:16.493Z | lock 0.000000000 |
| 3598 | 2026-08-28T22:38:16.493Z | slp 1:26.155328780 |
| 3599 | 2026-08-28T22:38:16.493Z | lat 1.052717945 |
| 3600 | 2026-08-28T22:38:16.493Z | stop 0.000191330 |
| 3601 | 2026-08-28T22:38:16.493Z | process exited: duration 1359840 ms, exit code 0 |
| |
| 3602 | 2026-08-28T22:38:16.509Z | found 1 output files |
| 3603 | 2026-08-28T22:38:16.510Z | uploading: /work/package.tar.gz (2781918637 bytes) |
| 3604 | 2026-08-28T22:40:24.184Z | uploaded: /work/package.tar.gz |