|
|
|
| 1 | 2026-07-11T17:29:52.010Z | job assigned to worker 01KX93KJZ5KEBGTER49XR684GX [factory aws, i-0a443229413830f6b] (queued for 53 s) |
| |
| 2 | 2026-07-11T17:29:59.336Z | starting task 0: "setup" |
| 3 | 2026-07-11T17:29:59.341Z | ++ uname -s |
| 4 | 2026-07-11T17:29:59.344Z | + kern=SunOS |
| 5 | 2026-07-11T17:29:59.344Z | + build_user=build |
| 6 | 2026-07-11T17:29:59.344Z | + build_uid=12345 |
| 7 | 2026-07-11T17:29:59.344Z | + work_dir=/work |
| 8 | 2026-07-11T17:29:59.344Z | + input_dir=/input |
| 9 | 2026-07-11T17:29:59.344Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-11T17:29:59.344Z | + case "$kern" in |
| 11 | 2026-07-11T17:29:59.344Z | + groupadd -g 12345 build |
| 12 | 2026-07-11T17:29:59.347Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-11T17:30:01.353Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-11T17:30:01.412Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-11T17:30:01.416Z | + home_fs=zfs |
| 16 | 2026-07-11T17:30:01.416Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-11T17:30:01.416Z | + mkdir -p /home/build |
| 18 | 2026-07-11T17:30:01.416Z | + chown build:build /home/build /work |
| 19 | 2026-07-11T17:30:03.417Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-11T17:30:03.421Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-07-11T17:30:03.427Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-11T17:30:03.432Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-11T17:30:03.432Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-11T17:30:03.432Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-11T17:30:03.432Z | * rust toolchain profile = "default" |
| 26 | 2026-07-11T17:30:03.432Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-11T17:30:03.432Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-11T17:30:03.435Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-11T17:30:03.435Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-11T17:30:03.545Z | info: downloading installer |
| 31 | 2026-07-11T17:30:04.974Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-11T17:30:04.974Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-11T17:30:04.974Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-11T17:30:04.974Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-11T17:30:04.986Z | info: profile set to default |
| 36 | 2026-07-11T17:30:04.986Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-11T17:30:04.989Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-11T17:30:05.140Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-11T17:30:05.144Z | info: downloading 6 components |
| 40 | 2026-07-11T17:30:20.508Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-11T17:30:20.508Z | |
| 42 | 2026-07-11T17:30:20.534Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-11T17:30:20.534Z | |
| 44 | 2026-07-11T17:30:20.534Z | |
| 45 | 2026-07-11T17:30:20.534Z | Rust is installed now. Great! |
| 46 | 2026-07-11T17:30:20.534Z | |
| 47 | 2026-07-11T17:30:20.534Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-11T17:30:20.534Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-11T17:30:20.534Z | |
| 50 | 2026-07-11T17:30:20.534Z | To configure your current shell, you need to source |
| 51 | 2026-07-11T17:30:20.534Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-11T17:30:20.534Z | |
| 53 | 2026-07-11T17:30:20.534Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-11T17:30:20.538Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-11T17:30:20.538Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-11T17:30:20.538Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-11T17:30:20.538Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-11T17:30:20.538Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-11T17:30:20.538Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-11T17:30:20.538Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-11T17:30:20.538Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-11T17:30:20.638Z | + rustup --version |
| 63 | 2026-07-11T17:30:20.644Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-11T17:30:20.647Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-11T17:30:20.665Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-11T17:30:20.668Z | + cargo --version |
| 67 | 2026-07-11T17:30:20.677Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-11T17:30:20.680Z | + rustc --version |
| 69 | 2026-07-11T17:30:20.700Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-11T17:30:20.704Z | process exited: duration 17276 ms, exit code 0 |
| |
| 71 | 2026-07-11T17:30:20.710Z | starting task 2: "authentication" |
| 72 | 2026-07-11T17:30:20.728Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-11T17:30:20.734Z | starting task 3: "clone repository" |
| 74 | 2026-07-11T17:30:20.739Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-11T17:30:20.742Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-11T17:30:20.776Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-11T17:30:31.288Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-11T17:30:31.288Z | + git fetch origin 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 79 | 2026-07-11T17:30:31.560Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-11T17:30:31.560Z | * branch 8cd11db3931cd0dd837fcd960e2aa60b9770e77c -> FETCH_HEAD |
| 81 | 2026-07-11T17:30:31.574Z | + [[ -n eliza/omdb-sitrep-version ]] |
| 82 | 2026-07-11T17:30:31.577Z | ++ git branch --show-current |
| 83 | 2026-07-11T17:30:31.578Z | + current=main |
| 84 | 2026-07-11T17:30:31.578Z | + [[ main != eliza/omdb-sitrep-version ]] |
| 85 | 2026-07-11T17:30:31.578Z | + git branch -f eliza/omdb-sitrep-version 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 86 | 2026-07-11T17:30:31.581Z | + git checkout -f eliza/omdb-sitrep-version |
| 87 | 2026-07-11T17:30:31.829Z | Switched to branch 'eliza/omdb-sitrep-version' |
| 88 | 2026-07-11T17:30:31.833Z | + git reset --hard 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 89 | 2026-07-11T17:30:31.847Z | HEAD is now at 8cd11db39 [omdb] allow looking up sitreps by version |
| 90 | 2026-07-11T17:30:31.850Z | process exited: duration 11113 ms, exit code 0 |
| |
| 91 | 2026-07-11T17:30:31.856Z | starting task 4: "build" |
| 92 | 2026-07-11T17:30:31.861Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-11T17:30:31.864Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-11T17:30:31.864Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-11T17:30:31.864Z | +++ uname -s |
| 96 | 2026-07-11T17:30:31.864Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-11T17:30:31.864Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-11T17:30:31.867Z | + cargo --version |
| 99 | 2026-07-11T17:30:31.875Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-11T17:30:31.878Z | + rustc --version |
| 101 | 2026-07-11T17:30:31.899Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-11T17:30:31.902Z | + WORK=/work |
| 103 | 2026-07-11T17:30:31.902Z | + pfexec mkdir -p /work |
| 104 | 2026-07-11T17:30:31.905Z | + pfexec chown build /work |
| 105 | 2026-07-11T17:30:31.908Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-11T17:30:33.508Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-11T17:30:33.697Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-11T17:30:34.185Z | Planning: Solver setup ... Done (0.442s) |
| 109 | 2026-07-11T17:30:34.212Z | Planning: Running solver ... Done (0.027s) |
| 110 | 2026-07-11T17:30:34.224Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-11T17:30:34.237Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-11T17:30:34.252Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-11T17:30:34.266Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-07-11T17:30:34.269Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-11T17:30:34.431Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 116 | 2026-07-11T17:30:34.434Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-11T17:30:35.313Z | Planning: Evaluating mediators ... Done (0.879s) |
| 118 | 2026-07-11T17:30:35.317Z | Planning: Planning completed in 1.60 seconds |
| 119 | 2026-07-11T17:30:35.321Z | Packages to install: 2 |
| 120 | 2026-07-11T17:30:35.321Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-11T17:30:35.321Z | Estimated space to be consumed: 31.27 MB |
| 122 | 2026-07-11T17:30:35.321Z | Create boot environment: No |
| 123 | 2026-07-11T17:30:35.325Z | Create backup boot environment: No |
| 124 | 2026-07-11T17:30:35.325Z | Rebuild boot archive: No |
| 125 | 2026-07-11T17:30:35.325Z | |
| 126 | 2026-07-11T17:30:35.325Z | Changed packages: |
| 127 | 2026-07-11T17:30:35.325Z | helios |
| 128 | 2026-07-11T17:30:35.325Z | developer/build-essential |
| 129 | 2026-07-11T17:30:35.325Z | None -> 11-3.0 |
| 130 | 2026-07-11T17:30:35.325Z | library/libxmlsec1 |
| 131 | 2026-07-11T17:30:35.325Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-11T17:30:35.347Z | |
| 133 | 2026-07-11T17:30:35.347Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-11T17:30:35.844Z | Download: Completed 1.28 MB in 0.50 seconds (2.6M/s) |
| 135 | 2026-07-11T17:30:35.917Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-11T17:30:35.956Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-11T17:30:35.968Z | Finalize: Updating package state database ... Done (0.012s) |
| 138 | 2026-07-11T17:30:35.968Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-11T17:30:35.999Z | Finalize: Updating image state ... Done (0.029s) |
| 140 | 2026-07-11T17:30:38.566Z | Finalize: Creating fast lookup database ... Done (2.543s) |
| 141 | 2026-07-11T17:30:38.636Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-11T17:30:38.639Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-11T17:30:38.737Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-11T17:30:39.052Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-11T17:30:39.157Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-11T17:30:39.160Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-11T17:30:39.317Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-11T17:30:39.322Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-11T17:30:39.340Z | Mediators to change: 2 |
| 150 | 2026-07-11T17:30:39.340Z | Create boot environment: No |
| 151 | 2026-07-11T17:30:39.340Z | Create backup boot environment: No |
| 152 | 2026-07-11T17:30:39.380Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-11T17:30:39.380Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-11T17:30:39.400Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-11T17:30:41.353Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-11T17:30:41.418Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-11T17:30:41.421Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-11T17:30:41.501Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-11T17:30:41.762Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-11T17:30:41.867Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-11T17:30:41.870Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-11T17:30:42.022Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-11T17:30:42.026Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-11T17:30:42.045Z | Mediators to change: 1 |
| 165 | 2026-07-11T17:30:42.045Z | Create boot environment: No |
| 166 | 2026-07-11T17:30:42.045Z | Create backup boot environment: No |
| 167 | 2026-07-11T17:30:42.087Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-11T17:30:42.087Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-11T17:30:42.105Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-11T17:30:44.039Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-11T17:30:44.099Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-11T17:30:44.103Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-11T17:30:44.153Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-11T17:30:44.461Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-11T17:30:44.461Z | apache system 2.4 system |
| 176 | 2026-07-11T17:30:44.461Z | clang system 15 system |
| 177 | 2026-07-11T17:30:44.461Z | csh system system illumos |
| 178 | 2026-07-11T17:30:44.461Z | ctags system system illumos |
| 179 | 2026-07-11T17:30:44.461Z | file vendor vendor darwinsys |
| 180 | 2026-07-11T17:30:44.461Z | file system system illumos |
| 181 | 2026-07-11T17:30:44.462Z | gcc vendor 14 vendor |
| 182 | 2026-07-11T17:30:44.462Z | gcc system 13 system |
| 183 | 2026-07-11T17:30:44.462Z | gcc system 10 system |
| 184 | 2026-07-11T17:30:44.462Z | go system 1.25 system |
| 185 | 2026-07-11T17:30:44.462Z | llvm system 15 system |
| 186 | 2026-07-11T17:30:44.462Z | mariadb system 11.4 system |
| 187 | 2026-07-11T17:30:44.462Z | mta vendor vendor dma |
| 188 | 2026-07-11T17:30:44.462Z | openjdk system 17 system |
| 189 | 2026-07-11T17:30:44.462Z | openjdk system 11 system |
| 190 | 2026-07-11T17:30:44.462Z | openssl vendor 3 vendor |
| 191 | 2026-07-11T17:30:44.462Z | perl system 5.40 system |
| 192 | 2026-07-11T17:30:44.462Z | postgresql system 18 system |
| 193 | 2026-07-11T17:30:44.462Z | postgresql system 17 system |
| 194 | 2026-07-11T17:30:44.462Z | python vendor 3 vendor |
| 195 | 2026-07-11T17:30:44.462Z | python system 2 system |
| 196 | 2026-07-11T17:30:44.462Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-11T17:30:44.462Z | ruby system 3.4 system |
| 198 | 2026-07-11T17:30:44.462Z | ruby system 3.0 system |
| 199 | 2026-07-11T17:30:44.462Z | words vendor vendor american-english |
| 200 | 2026-07-11T17:30:44.462Z | words system system australian-english |
| 201 | 2026-07-11T17:30:44.462Z | words system system british-english |
| 202 | 2026-07-11T17:30:44.462Z | words system system canadian-english |
| 203 | 2026-07-11T17:30:44.462Z | words system system french |
| 204 | 2026-07-11T17:30:44.462Z | words system system italian |
| 205 | 2026-07-11T17:30:44.462Z | words system system ngerman |
| 206 | 2026-07-11T17:30:44.462Z | words system system ogerman |
| 207 | 2026-07-11T17:30:44.463Z | words system system spanish |
| 208 | 2026-07-11T17:30:44.716Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-11T17:30:44.716Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-11T17:30:45.016Z | FMRI IFO |
| 211 | 2026-07-11T17:30:45.016Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-11T17:30:45.017Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-11T17:30:45.017Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-11T17:30:45.017Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-11T17:30:45.017Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-11T17:30:45.017Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-11T17:30:45.017Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-11T17:30:45.017Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-11T17:30:45.017Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-11T17:30:45.273Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-11T17:30:45.593Z | Updating crates.io index |
| 222 | 2026-07-11T17:30:45.596Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-11T17:30:46.330Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-11T17:30:46.621Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-11T17:30:47.510Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-11T17:30:47.997Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-11T17:30:49.549Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-11T17:30:50.298Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-11T17:30:50.561Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-11T17:30:50.857Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-11T17:30:52.064Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-11T17:30:52.310Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-11T17:30:52.630Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-11T17:30:52.886Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-11T17:30:53.320Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-11T17:30:53.805Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-11T17:30:54.048Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-11T17:30:54.259Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-11T17:30:54.488Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-11T17:30:54.808Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-11T17:30:55.046Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-11T17:30:55.293Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-11T17:30:55.531Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-11T17:30:55.860Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-11T17:30:56.196Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-11T17:30:56.431Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-11T17:30:56.829Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-11T17:30:57.097Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-11T17:30:57.373Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-11T17:30:57.616Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-11T17:30:57.830Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-11T17:30:58.160Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-11T17:30:58.538Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-11T17:30:58.764Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-11T17:30:59.044Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-11T17:30:59.302Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-11T17:30:59.557Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-11T17:31:00.001Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-11T17:31:00.234Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-11T17:31:00.480Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-11T17:31:00.716Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-11T17:31:03.537Z | Downloading crates ... |
| 263 | 2026-07-11T17:31:03.584Z | Downloaded colorchoice v1.0.4 |
| 264 | 2026-07-11T17:31:03.594Z | Downloaded anstyle-parse v1.0.0 |
| 265 | 2026-07-11T17:31:03.598Z | Downloaded papergrid v0.11.0 |
| 266 | 2026-07-11T17:31:03.601Z | Downloaded fs-err v3.3.0 |
| 267 | 2026-07-11T17:31:03.601Z | Downloaded cfg-if v1.0.4 |
| 268 | 2026-07-11T17:31:03.601Z | Downloaded crypto-common v0.1.7 |
| 269 | 2026-07-11T17:31:03.601Z | Downloaded zmij v1.0.21 |
| 270 | 2026-07-11T17:31:03.604Z | Downloaded semver v1.0.28 |
| 271 | 2026-07-11T17:31:03.605Z | Downloaded itoa v1.0.17 |
| 272 | 2026-07-11T17:31:03.608Z | Downloaded anstyle-query v1.1.5 |
| 273 | 2026-07-11T17:31:03.611Z | Downloaded clap_lex v1.0.0 |
| 274 | 2026-07-11T17:31:03.611Z | Downloaded block-buffer v0.10.4 |
| 275 | 2026-07-11T17:31:03.611Z | Downloaded fnv v1.0.7 |
| 276 | 2026-07-11T17:31:03.611Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-07-11T17:31:03.615Z | Downloaded anstream v1.0.0 |
| 278 | 2026-07-11T17:31:03.618Z | Downloaded zerocopy v0.7.35 |
| 279 | 2026-07-11T17:31:03.624Z | Downloaded memmap v0.7.0 |
| 280 | 2026-07-11T17:31:03.627Z | Downloaded autocfg v1.5.0 |
| 281 | 2026-07-11T17:31:03.627Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-07-11T17:31:03.630Z | Downloaded macaddr v1.0.1 |
| 283 | 2026-07-11T17:31:03.633Z | Downloaded dtrace-parser v0.2.0 |
| 284 | 2026-07-11T17:31:03.637Z | Downloaded bytecount v0.6.9 |
| 285 | 2026-07-11T17:31:03.640Z | Downloaded bitflags v2.11.0 |
| 286 | 2026-07-11T17:31:03.649Z | Downloaded fastrand v2.3.0 |
| 287 | 2026-07-11T17:31:03.652Z | Downloaded cargo-platform v0.3.2 |
| 288 | 2026-07-11T17:31:03.653Z | Downloaded anstyle v1.0.14 |
| 289 | 2026-07-11T17:31:03.658Z | Downloaded pest_meta v2.8.6 |
| 290 | 2026-07-11T17:31:03.661Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-07-11T17:31:03.661Z | Downloaded usdt-attr-macro v0.5.0 |
| 292 | 2026-07-11T17:31:03.661Z | Downloaded equivalent v1.0.2 |
| 293 | 2026-07-11T17:31:03.661Z | Downloaded dof v0.3.0 |
| 294 | 2026-07-11T17:31:03.666Z | Downloaded errno v0.3.14 |
| 295 | 2026-07-11T17:31:03.674Z | Downloaded swrite v0.1.0 |
| 296 | 2026-07-11T17:31:03.677Z | Downloaded heck v0.4.1 |
| 297 | 2026-07-11T17:31:03.680Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-07-11T17:31:03.681Z | Downloaded heck v0.5.0 |
| 299 | 2026-07-11T17:31:03.684Z | Downloaded scroll_derive v0.12.1 |
| 300 | 2026-07-11T17:31:03.687Z | Downloaded usdt v0.5.0 |
| 301 | 2026-07-11T17:31:03.690Z | Downloaded strsim v0.11.1 |
| 302 | 2026-07-11T17:31:03.690Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-07-11T17:31:03.690Z | Downloaded digest v0.10.7 |
| 304 | 2026-07-11T17:31:03.694Z | Downloaded cargo_toml v0.21.0 |
| 305 | 2026-07-11T17:31:03.697Z | Downloaded clap_derive v4.6.1 |
| 306 | 2026-07-11T17:31:03.697Z | Downloaded anyhow v1.0.102 |
| 307 | 2026-07-11T17:31:03.707Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2026-07-11T17:31:03.710Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-07-11T17:31:03.714Z | Downloaded tabled_derive v0.7.0 |
| 310 | 2026-07-11T17:31:03.714Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-07-11T17:31:03.714Z | Downloaded smawk v0.3.2 |
| 312 | 2026-07-11T17:31:03.717Z | Downloaded version_check v0.9.5 |
| 313 | 2026-07-11T17:31:03.717Z | Downloaded usdt-macro v0.5.0 |
| 314 | 2026-07-11T17:31:03.717Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-07-11T17:31:03.724Z | Downloaded camino-tempfile v1.4.1 |
| 316 | 2026-07-11T17:31:03.727Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-07-11T17:31:03.728Z | Downloaded sha2 v0.10.9 |
| 318 | 2026-07-11T17:31:03.731Z | Downloaded is_terminal_polyfill v1.70.2 |
| 319 | 2026-07-11T17:31:03.734Z | Downloaded byteorder v1.5.0 |
| 320 | 2026-07-11T17:31:03.737Z | Downloaded scroll v0.12.0 |
| 321 | 2026-07-11T17:31:03.741Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-07-11T17:31:03.741Z | Downloaded cargo_metadata v0.23.1 |
| 323 | 2026-07-11T17:31:03.741Z | Downloaded camino v1.2.2 |
| 324 | 2026-07-11T17:31:03.744Z | Downloaded quote v1.0.45 |
| 325 | 2026-07-11T17:31:03.750Z | Downloaded pest_generator v2.8.6 |
| 326 | 2026-07-11T17:31:03.754Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-07-11T17:31:03.757Z | Downloaded usdt-impl v0.5.0 |
| 328 | 2026-07-11T17:31:03.760Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-07-11T17:31:03.763Z | Downloaded serde_spanned v0.6.9 |
| 330 | 2026-07-11T17:31:03.767Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-07-11T17:31:03.767Z | Downloaded clap v4.6.1 |
| 332 | 2026-07-11T17:31:03.770Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-07-11T17:31:03.774Z | Downloaded thiserror v1.0.69 |
| 334 | 2026-07-11T17:31:03.774Z | Downloaded plain v0.2.3 |
| 335 | 2026-07-11T17:31:03.779Z | Downloaded toml v0.8.23 |
| 336 | 2026-07-11T17:31:03.779Z | Downloaded once_cell v1.21.3 |
| 337 | 2026-07-11T17:31:03.779Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-07-11T17:31:03.782Z | Downloaded pest_derive v2.8.6 |
| 339 | 2026-07-11T17:31:03.783Z | Downloaded zerocopy-derive v0.7.35 |
| 340 | 2026-07-11T17:31:03.786Z | Downloaded log v0.4.29 |
| 341 | 2026-07-11T17:31:03.786Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-07-11T17:31:03.789Z | Downloaded tempfile v3.25.0 |
| 343 | 2026-07-11T17:31:03.802Z | Downloaded serde_core v1.0.228 |
| 344 | 2026-07-11T17:31:03.811Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-07-11T17:31:03.822Z | Downloaded toml_edit v0.22.27 |
| 346 | 2026-07-11T17:31:03.825Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-07-11T17:31:03.828Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-07-11T17:31:03.829Z | Downloaded memchr v2.8.0 |
| 349 | 2026-07-11T17:31:03.837Z | Downloaded serde v1.0.228 |
| 350 | 2026-07-11T17:31:03.845Z | Downloaded indexmap v2.14.0 |
| 351 | 2026-07-11T17:31:03.849Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-07-11T17:31:03.870Z | Downloaded typenum v1.20.1 |
| 353 | 2026-07-11T17:31:03.874Z | Downloaded pest v2.8.6 |
| 354 | 2026-07-11T17:31:03.877Z | Downloaded clap_builder v4.6.0 |
| 355 | 2026-07-11T17:31:03.896Z | Downloaded goblin v0.8.2 |
| 356 | 2026-07-11T17:31:03.903Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-11T17:31:03.907Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-07-11T17:31:03.923Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-11T17:31:03.934Z | Downloaded unicode-width v0.1.14 |
| 360 | 2026-07-11T17:31:03.937Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-11T17:31:03.952Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-11T17:31:03.957Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-11T17:31:03.960Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-11T17:31:03.977Z | Downloaded rustix v1.1.3 |
| 365 | 2026-07-11T17:31:04.000Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-11T17:31:04.061Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-11T17:31:04.061Z | Compiling quote v1.0.45 |
| 368 | 2026-07-11T17:31:04.064Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-11T17:31:04.064Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-11T17:31:04.064Z | Compiling libc v0.2.185 |
| 371 | 2026-07-11T17:31:04.064Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-11T17:31:04.064Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-11T17:31:04.064Z | Compiling serde v1.0.228 |
| 374 | 2026-07-11T17:31:04.064Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-11T17:31:04.065Z | Compiling thiserror v1.0.69 |
| 376 | 2026-07-11T17:31:04.241Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-11T17:31:04.245Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-07-11T17:31:04.245Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-11T17:31:04.245Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-11T17:31:04.415Z | Compiling serde_json v1.0.150 |
| 381 | 2026-07-11T17:31:04.596Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-11T17:31:04.648Z | Compiling usdt-impl v0.5.0 |
| 383 | 2026-07-11T17:31:04.764Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2026-07-11T17:31:04.808Z | Compiling pest v2.8.6 |
| 385 | 2026-07-11T17:31:04.899Z | Compiling syn v1.0.109 |
| 386 | 2026-07-11T17:31:04.951Z | Compiling camino v1.2.2 |
| 387 | 2026-07-11T17:31:04.981Z | Compiling proc-macro-error v1.0.4 |
| 388 | 2026-07-11T17:31:05.126Z | Compiling plain v0.2.3 |
| 389 | 2026-07-11T17:31:05.147Z | Compiling log v0.4.29 |
| 390 | 2026-07-11T17:31:05.159Z | Compiling errno v0.3.14 |
| 391 | 2026-07-11T17:31:05.160Z | Compiling thread-id v4.2.2 |
| 392 | 2026-07-11T17:31:05.160Z | Compiling equivalent v1.0.2 |
| 393 | 2026-07-11T17:31:05.204Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-07-11T17:31:05.216Z | Compiling getrandom v0.4.1 |
| 395 | 2026-07-11T17:31:05.243Z | Compiling hashbrown v0.17.0 |
| 396 | 2026-07-11T17:31:05.282Z | Compiling toml_write v0.1.2 |
| 397 | 2026-07-11T17:31:05.345Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-11T17:31:05.350Z | Compiling is_terminal_polyfill v1.70.2 |
| 399 | 2026-07-11T17:31:05.350Z | Compiling anstyle v1.0.14 |
| 400 | 2026-07-11T17:31:05.375Z | Compiling pretty-hex v0.4.1 |
| 401 | 2026-07-11T17:31:05.443Z | Compiling thiserror v2.0.18 |
| 402 | 2026-07-11T17:31:05.477Z | Compiling colorchoice v1.0.4 |
| 403 | 2026-07-11T17:31:05.518Z | Compiling autocfg v1.5.0 |
| 404 | 2026-07-11T17:31:05.537Z | Compiling anstyle-query v1.1.5 |
| 405 | 2026-07-11T17:31:05.554Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-07-11T17:31:05.590Z | Compiling winnow v0.7.14 |
| 407 | 2026-07-11T17:31:05.614Z | Compiling fastrand v2.3.0 |
| 408 | 2026-07-11T17:31:05.647Z | Compiling anstream v1.0.0 |
| 409 | 2026-07-11T17:31:05.647Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-07-11T17:31:05.695Z | Compiling syn v2.0.117 |
| 411 | 2026-07-11T17:31:05.786Z | Compiling strsim v0.11.1 |
| 412 | 2026-07-11T17:31:05.818Z | Compiling indexmap v2.14.0 |
| 413 | 2026-07-11T17:31:05.870Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-11T17:31:05.963Z | Compiling fnv v1.0.7 |
| 415 | 2026-07-11T17:31:05.982Z | Compiling anyhow v1.0.102 |
| 416 | 2026-07-11T17:31:05.998Z | Compiling fs-err v3.3.0 |
| 417 | 2026-07-11T17:31:06.015Z | Compiling bytecount v0.6.9 |
| 418 | 2026-07-11T17:31:06.085Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-07-11T17:31:06.110Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-11T17:31:06.129Z | Compiling heck v0.4.1 |
| 421 | 2026-07-11T17:31:06.168Z | Compiling heck v0.5.0 |
| 422 | 2026-07-11T17:31:06.189Z | Compiling papergrid v0.11.0 |
| 423 | 2026-07-11T17:31:06.234Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-11T17:31:06.293Z | Compiling tempfile v3.25.0 |
| 425 | 2026-07-11T17:31:06.369Z | Compiling memmap v0.7.0 |
| 426 | 2026-07-11T17:31:06.384Z | Compiling smawk v0.3.2 |
| 427 | 2026-07-11T17:31:06.429Z | Compiling clap_builder v4.6.0 |
| 428 | 2026-07-11T17:31:06.429Z | Compiling unicode-linebreak v0.1.5 |
| 429 | 2026-07-11T17:31:06.466Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-07-11T17:31:06.484Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-11T17:31:06.574Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-07-11T17:31:06.612Z | Compiling semver v1.0.28 |
| 433 | 2026-07-11T17:31:06.700Z | Compiling textwrap v0.16.2 |
| 434 | 2026-07-11T17:31:06.861Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-11T17:31:07.264Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-11T17:31:07.843Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-11T17:31:07.903Z | Compiling tabled v0.15.0 |
| 438 | 2026-07-11T17:31:08.324Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-11T17:31:08.324Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-11T17:31:08.327Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-11T17:31:08.327Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-11T17:31:08.327Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-11T17:31:08.327Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-11T17:31:08.427Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-11T17:31:09.085Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-11T17:31:09.192Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-11T17:31:09.305Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-11T17:31:09.488Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-11T17:31:09.787Z | Compiling clap v4.6.1 |
| 450 | 2026-07-11T17:31:10.785Z | Compiling serde_spanned v0.6.9 |
| 451 | 2026-07-11T17:31:10.785Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-11T17:31:10.789Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 453 | 2026-07-11T17:31:10.789Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-11T17:31:10.789Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-11T17:31:10.802Z | Compiling dof v0.3.0 |
| 456 | 2026-07-11T17:31:10.805Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-07-11T17:31:11.046Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-11T17:31:11.529Z | Compiling usdt-attr-macro v0.5.0 |
| 459 | 2026-07-11T17:31:11.533Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-11T17:31:12.152Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-11T17:31:12.315Z | Compiling toml v0.8.23 |
| 462 | 2026-07-11T17:31:12.638Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-11T17:31:13.921Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-11T17:31:15.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.83s |
| 465 | 2026-07-11T17:31:16.161Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-11T17:31:16.660Z | Downloading crates ... |
| 467 | 2026-07-11T17:31:16.746Z | Downloaded adler2 v2.0.1 |
| 468 | 2026-07-11T17:31:16.749Z | Downloaded aead v0.5.2 |
| 469 | 2026-07-11T17:31:16.760Z | Downloaded arrayref v0.3.9 |
| 470 | 2026-07-11T17:31:16.763Z | Downloaded assert_matches v1.5.0 |
| 471 | 2026-07-11T17:31:16.763Z | Downloaded async-recursion v1.1.1 |
| 472 | 2026-07-11T17:31:16.766Z | Downloaded atomic-waker v1.1.2 |
| 473 | 2026-07-11T17:31:16.769Z | Downloaded array-init v0.0.4 |
| 474 | 2026-07-11T17:31:16.769Z | Downloaded bitfield-macros v0.19.4 |
| 475 | 2026-07-11T17:31:16.769Z | Downloaded atomicwrites v0.4.4 |
| 476 | 2026-07-11T17:31:16.773Z | Downloaded base16ct v1.0.0 |
| 477 | 2026-07-11T17:31:16.775Z | Downloaded async-stream v0.3.6 |
| 478 | 2026-07-11T17:31:16.776Z | Downloaded crc v3.4.0 |
| 479 | 2026-07-11T17:31:16.778Z | Downloaded convert_case v0.10.0 |
| 480 | 2026-07-11T17:31:16.778Z | Downloaded bit-set v0.8.0 |
| 481 | 2026-07-11T17:31:16.783Z | Downloaded atty v0.2.14 |
| 482 | 2026-07-11T17:31:16.783Z | Downloaded ar_archive_writer v0.5.1 |
| 483 | 2026-07-11T17:31:16.786Z | Downloaded base64ct v1.8.3 |
| 484 | 2026-07-11T17:31:16.789Z | Downloaded bitfield-struct v0.6.2 |
| 485 | 2026-07-11T17:31:16.789Z | Downloaded crc-any v2.5.0 |
| 486 | 2026-07-11T17:31:16.792Z | Downloaded bb8 v0.8.6 |
| 487 | 2026-07-11T17:31:16.792Z | Downloaded crypto-common v0.2.2 |
| 488 | 2026-07-11T17:31:16.792Z | Downloaded cpubits v0.1.1 |
| 489 | 2026-07-11T17:31:16.795Z | Downloaded base16ct v0.2.0 |
| 490 | 2026-07-11T17:31:16.795Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 491 | 2026-07-11T17:31:16.795Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 492 | 2026-07-11T17:31:16.797Z | Downloaded async-stream-impl v0.3.6 |
| 493 | 2026-07-11T17:31:16.797Z | Downloaded cpufeatures v0.3.0 |
| 494 | 2026-07-11T17:31:16.800Z | Downloaded bit-set v0.5.3 |
| 495 | 2026-07-11T17:31:16.800Z | Downloaded aead v0.6.1 |
| 496 | 2026-07-11T17:31:16.803Z | Downloaded crucible-workspace-hack v0.1.0 |
| 497 | 2026-07-11T17:31:16.803Z | Downloaded anstyle-parse v0.2.7 |
| 498 | 2026-07-11T17:31:16.804Z | Downloaded cstr-argument v0.1.2 |
| 499 | 2026-07-11T17:31:16.804Z | Downloaded crc8 v0.1.1 |
| 500 | 2026-07-11T17:31:16.807Z | Downloaded difflib v0.4.0 |
| 501 | 2026-07-11T17:31:16.807Z | Downloaded darling_macro v0.20.11 |
| 502 | 2026-07-11T17:31:16.810Z | Downloaded dyn-clone v1.0.20 |
| 503 | 2026-07-11T17:31:16.810Z | Downloaded defmt v0.3.100 |
| 504 | 2026-07-11T17:31:16.813Z | Downloaded darling_macro v0.21.3 |
| 505 | 2026-07-11T17:31:16.813Z | Downloaded critical-section v1.2.0 |
| 506 | 2026-07-11T17:31:16.816Z | Downloaded bcs v0.1.6 |
| 507 | 2026-07-11T17:31:16.816Z | Downloaded backon v1.6.0 |
| 508 | 2026-07-11T17:31:16.819Z | Downloaded arrayvec v0.7.6 |
| 509 | 2026-07-11T17:31:16.819Z | Downloaded display-error-chain v0.2.2 |
| 510 | 2026-07-11T17:31:16.819Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 511 | 2026-07-11T17:31:16.824Z | Downloaded darling_macro v0.13.4 |
| 512 | 2026-07-11T17:31:16.824Z | Downloaded crc-catalog v2.4.0 |
| 513 | 2026-07-11T17:31:16.824Z | Downloaded anstream v0.6.21 |
| 514 | 2026-07-11T17:31:16.827Z | Downloaded downcast-rs v2.0.2 |
| 515 | 2026-07-11T17:31:16.827Z | Downloaded bitfield v0.19.4 |
| 516 | 2026-07-11T17:31:16.827Z | Downloaded defmt-parser v1.0.0 |
| 517 | 2026-07-11T17:31:16.827Z | Downloaded backoff v0.4.0 |
| 518 | 2026-07-11T17:31:16.829Z | Downloaded ciborium-io v0.2.2 |
| 519 | 2026-07-11T17:31:16.829Z | Downloaded ascii-canvas v3.0.0 |
| 520 | 2026-07-11T17:31:16.829Z | Downloaded embedded-io v0.6.1 |
| 521 | 2026-07-11T17:31:16.832Z | Downloaded cfg_aliases v0.2.1 |
| 522 | 2026-07-11T17:31:16.835Z | Downloaded convert_case v0.4.0 |
| 523 | 2026-07-11T17:31:16.835Z | Downloaded compression-core v0.4.31 |
| 524 | 2026-07-11T17:31:16.838Z | Downloaded block-buffer v0.12.1 |
| 525 | 2026-07-11T17:31:16.841Z | Downloaded block-padding v0.4.2 |
| 526 | 2026-07-11T17:31:16.844Z | Downloaded ctr v0.10.1 |
| 527 | 2026-07-11T17:31:16.848Z | Downloaded dtrace-parser v0.3.0 |
| 528 | 2026-07-11T17:31:16.850Z | Downloaded cobs v0.3.0 |
| 529 | 2026-07-11T17:31:16.851Z | Downloaded document-features v0.2.12 |
| 530 | 2026-07-11T17:31:16.851Z | Downloaded bitflags v1.3.2 |
| 531 | 2026-07-11T17:31:16.853Z | Downloaded bit-vec v0.8.0 |
| 532 | 2026-07-11T17:31:16.856Z | Downloaded async-bb8-diesel v0.2.1 |
| 533 | 2026-07-11T17:31:16.856Z | Downloaded crunchy v0.2.4 |
| 534 | 2026-07-11T17:31:16.856Z | Downloaded bit-vec v0.6.3 |
| 535 | 2026-07-11T17:31:16.859Z | Downloaded dof v0.4.0 |
| 536 | 2026-07-11T17:31:16.860Z | Downloaded argon2 v0.5.3 |
| 537 | 2026-07-11T17:31:16.860Z | Downloaded dirs-sys-next v0.1.2 |
| 538 | 2026-07-11T17:31:16.863Z | Downloaded async-trait v0.1.89 |
| 539 | 2026-07-11T17:31:16.863Z | Downloaded dirs-next v2.0.0 |
| 540 | 2026-07-11T17:31:16.866Z | Downloaded ciborium-ll v0.2.2 |
| 541 | 2026-07-11T17:31:16.866Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 542 | 2026-07-11T17:31:16.866Z | Downloaded darling_macro v0.23.0 |
| 543 | 2026-07-11T17:31:16.869Z | Downloaded castaway v0.2.4 |
| 544 | 2026-07-11T17:31:16.872Z | Downloaded fd-lock v4.0.4 |
| 545 | 2026-07-11T17:31:16.880Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2026-07-11T17:31:16.883Z | Downloaded dsl_auto_type v0.2.0 |
| 547 | 2026-07-11T17:31:16.886Z | Downloaded constant_time_eq v0.4.2 |
| 548 | 2026-07-11T17:31:16.886Z | Downloaded debug-ignore v1.0.5 |
| 549 | 2026-07-11T17:31:16.889Z | Downloaded cipher v0.4.4 |
| 550 | 2026-07-11T17:31:16.889Z | Downloaded cmake v0.1.57 |
| 551 | 2026-07-11T17:31:16.892Z | Downloaded dunce v1.0.5 |
| 552 | 2026-07-11T17:31:16.892Z | Downloaded env_filter v1.0.0 |
| 553 | 2026-07-11T17:31:16.895Z | Downloaded enum-as-inner v0.6.1 |
| 554 | 2026-07-11T17:31:16.895Z | Downloaded endian-type v0.1.2 |
| 555 | 2026-07-11T17:31:16.898Z | Downloaded darling v0.13.4 |
| 556 | 2026-07-11T17:31:16.901Z | Downloaded displaydoc v0.2.5 |
| 557 | 2026-07-11T17:31:16.904Z | Downloaded crossbeam-deque v0.8.6 |
| 558 | 2026-07-11T17:31:16.904Z | Downloaded corncobs v0.1.4 |
| 559 | 2026-07-11T17:31:16.904Z | Downloaded fixedbitset v0.4.2 |
| 560 | 2026-07-11T17:31:16.907Z | Downloaded byte-wrapper v0.1.0 |
| 561 | 2026-07-11T17:31:16.907Z | Downloaded float-cmp v0.10.0 |
| 562 | 2026-07-11T17:31:16.910Z | Downloaded crossbeam-utils v0.8.21 |
| 563 | 2026-07-11T17:31:16.910Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-07-11T17:31:16.913Z | Downloaded daft v0.1.7 |
| 565 | 2026-07-11T17:31:16.913Z | Downloaded compression-codecs v0.4.37 |
| 566 | 2026-07-11T17:31:16.916Z | Downloaded blowfish v0.10.0 |
| 567 | 2026-07-11T17:31:16.916Z | Downloaded crossterm v0.28.1 |
| 568 | 2026-07-11T17:31:16.920Z | Downloaded float-ord v0.3.2 |
| 569 | 2026-07-11T17:31:16.923Z | Downloaded flagset v0.4.7 |
| 570 | 2026-07-11T17:31:16.923Z | Downloaded foreign-types-shared v0.3.1 |
| 571 | 2026-07-11T17:31:16.923Z | Downloaded foreign-types v0.3.2 |
| 572 | 2026-07-11T17:31:16.923Z | Downloaded derive_builder_macro v0.20.2 |
| 573 | 2026-07-11T17:31:16.926Z | Downloaded chacha20 v0.9.1 |
| 574 | 2026-07-11T17:31:16.926Z | Downloaded funty v2.0.0 |
| 575 | 2026-07-11T17:31:16.926Z | Downloaded foreign-types v0.5.0 |
| 576 | 2026-07-11T17:31:16.930Z | Downloaded camino-tempfile-ext v0.3.3 |
| 577 | 2026-07-11T17:31:16.930Z | Downloaded futures-core v0.3.32 |
| 578 | 2026-07-11T17:31:16.930Z | Downloaded gethostname v0.5.0 |
| 579 | 2026-07-11T17:31:16.933Z | Downloaded form_urlencoded v1.2.2 |
| 580 | 2026-07-11T17:31:16.933Z | Downloaded cbc v0.2.1 |
| 581 | 2026-07-11T17:31:16.933Z | Downloaded fxhash v0.2.1 |
| 582 | 2026-07-11T17:31:16.933Z | Downloaded crossbeam-epoch v0.9.18 |
| 583 | 2026-07-11T17:31:16.936Z | Downloaded git-stub v1.0.0 |
| 584 | 2026-07-11T17:31:16.936Z | Downloaded ghash v0.6.0 |
| 585 | 2026-07-11T17:31:16.936Z | Downloaded defmt v1.0.1 |
| 586 | 2026-07-11T17:31:16.939Z | Downloaded futures-task v0.3.32 |
| 587 | 2026-07-11T17:31:16.939Z | Downloaded futures-sink v0.3.32 |
| 588 | 2026-07-11T17:31:16.943Z | Downloaded embedded-io v0.4.0 |
| 589 | 2026-07-11T17:31:16.943Z | Downloaded deranged v0.5.8 |
| 590 | 2026-07-11T17:31:16.946Z | Downloaded arc-swap v1.8.2 |
| 591 | 2026-07-11T17:31:16.946Z | Downloaded data-encoding v2.10.0 |
| 592 | 2026-07-11T17:31:16.946Z | Downloaded futures-macro v0.3.32 |
| 593 | 2026-07-11T17:31:16.949Z | Downloaded foreign-types-shared v0.1.1 |
| 594 | 2026-07-11T17:31:16.949Z | Downloaded cexpr v0.6.0 |
| 595 | 2026-07-11T17:31:16.949Z | Downloaded ena v0.14.4 |
| 596 | 2026-07-11T17:31:16.951Z | Downloaded foreign-types-macros v0.2.3 |
| 597 | 2026-07-11T17:31:16.951Z | Downloaded csv-core v0.1.13 |
| 598 | 2026-07-11T17:31:16.955Z | Downloaded ed25519 v2.2.3 |
| 599 | 2026-07-11T17:31:16.955Z | Downloaded buf-list v1.1.2 |
| 600 | 2026-07-11T17:31:16.958Z | Downloaded either v1.15.0 |
| 601 | 2026-07-11T17:31:16.958Z | Downloaded ed25519 v3.0.0 |
| 602 | 2026-07-11T17:31:16.958Z | Downloaded ecdsa v0.16.9 |
| 603 | 2026-07-11T17:31:16.961Z | Downloaded const_format_proc_macros v0.2.34 |
| 604 | 2026-07-11T17:31:16.961Z | Downloaded globwalk v0.9.1 |
| 605 | 2026-07-11T17:31:16.961Z | Downloaded cipher v0.5.2 |
| 606 | 2026-07-11T17:31:16.964Z | Downloaded enum_dispatch v0.3.13 |
| 607 | 2026-07-11T17:31:16.967Z | Downloaded derive-ex v0.1.8 |
| 608 | 2026-07-11T17:31:16.967Z | Downloaded env_logger v0.11.9 |
| 609 | 2026-07-11T17:31:16.969Z | Downloaded der_derive v0.7.3 |
| 610 | 2026-07-11T17:31:16.969Z | Downloaded darling v0.20.11 |
| 611 | 2026-07-11T17:31:16.972Z | Downloaded fixedbitset v0.5.7 |
| 612 | 2026-07-11T17:31:16.974Z | Downloaded filetime v0.2.27 |
| 613 | 2026-07-11T17:31:16.974Z | Downloaded hash32 v0.2.1 |
| 614 | 2026-07-11T17:31:16.978Z | Downloaded ff v0.13.1 |
| 615 | 2026-07-11T17:31:16.978Z | Downloaded fallible-iterator v0.2.0 |
| 616 | 2026-07-11T17:31:16.978Z | Downloaded hash32 v0.3.1 |
| 617 | 2026-07-11T17:31:16.981Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-07-11T17:31:16.981Z | Downloaded derive_builder v0.20.2 |
| 619 | 2026-07-11T17:31:16.983Z | Downloaded delegate v0.13.5 |
| 620 | 2026-07-11T17:31:16.983Z | Downloaded defmt-macros v1.0.1 |
| 621 | 2026-07-11T17:31:16.986Z | Downloaded hex-literal v1.1.0 |
| 622 | 2026-07-11T17:31:16.988Z | Downloaded clang-sys v1.8.1 |
| 623 | 2026-07-11T17:31:16.988Z | Downloaded cancel-safe-futures v0.1.5 |
| 624 | 2026-07-11T17:31:16.991Z | Downloaded bzip2 v0.4.4 |
| 625 | 2026-07-11T17:31:16.991Z | Downloaded fs-err v2.11.0 |
| 626 | 2026-07-11T17:31:16.994Z | Downloaded futures-executor v0.3.32 |
| 627 | 2026-07-11T17:31:16.994Z | Downloaded glob v0.3.3 |
| 628 | 2026-07-11T17:31:16.997Z | Downloaded foldhash v0.2.0 |
| 629 | 2026-07-11T17:31:16.997Z | Downloaded ciborium v0.2.2 |
| 630 | 2026-07-11T17:31:17.000Z | Downloaded fs_extra v1.3.0 |
| 631 | 2026-07-11T17:31:17.000Z | Downloaded darling_core v0.21.3 |
| 632 | 2026-07-11T17:31:17.003Z | Downloaded http-body v1.0.1 |
| 633 | 2026-07-11T17:31:17.003Z | Downloaded home v0.5.12 |
| 634 | 2026-07-11T17:31:17.003Z | Downloaded futures-io v0.3.32 |
| 635 | 2026-07-11T17:31:17.006Z | Downloaded ctutils v0.4.2 |
| 636 | 2026-07-11T17:31:17.006Z | Downloaded cookie_store v0.22.1 |
| 637 | 2026-07-11T17:31:17.010Z | Downloaded console v0.16.2 |
| 638 | 2026-07-11T17:31:17.010Z | Downloaded hubpack_derive v0.1.1 |
| 639 | 2026-07-11T17:31:17.010Z | Downloaded hyper-tls v0.6.0 |
| 640 | 2026-07-11T17:31:17.012Z | Downloaded ecdsa v0.17.0-rc.18 |
| 641 | 2026-07-11T17:31:17.012Z | Downloaded cmov v0.5.4 |
| 642 | 2026-07-11T17:31:17.015Z | Downloaded ff v0.14.0 |
| 643 | 2026-07-11T17:31:17.015Z | Downloaded derive_builder_core v0.20.2 |
| 644 | 2026-07-11T17:31:17.018Z | Downloaded git-stub-vcs v0.1.0 |
| 645 | 2026-07-11T17:31:17.018Z | Downloaded colored v2.2.0 |
| 646 | 2026-07-11T17:31:17.020Z | Downloaded hostname v0.4.2 |
| 647 | 2026-07-11T17:31:17.020Z | Downloaded http-range v0.1.5 |
| 648 | 2026-07-11T17:31:17.020Z | Downloaded const-oid v0.9.6 |
| 649 | 2026-07-11T17:31:17.023Z | Downloaded illumos-nvpair v0.3.0 |
| 650 | 2026-07-11T17:31:17.023Z | Downloaded ident_case v1.0.1 |
| 651 | 2026-07-11T17:31:17.025Z | Downloaded hostname v0.3.1 |
| 652 | 2026-07-11T17:31:17.025Z | Downloaded base64 v0.22.1 |
| 653 | 2026-07-11T17:31:17.028Z | Downloaded hubpack v0.1.2 |
| 654 | 2026-07-11T17:31:17.028Z | Downloaded diff v0.1.13 |
| 655 | 2026-07-11T17:31:17.031Z | Downloaded darling v0.23.0 |
| 656 | 2026-07-11T17:31:17.034Z | Downloaded indent_write v2.2.0 |
| 657 | 2026-07-11T17:31:17.034Z | Downloaded httpdate v1.0.3 |
| 658 | 2026-07-11T17:31:17.037Z | Downloaded globset v0.4.18 |
| 659 | 2026-07-11T17:31:17.037Z | Downloaded group v0.14.0 |
| 660 | 2026-07-11T17:31:17.037Z | Downloaded group v0.13.0 |
| 661 | 2026-07-11T17:31:17.040Z | Downloaded find-msvc-tools v0.1.9 |
| 662 | 2026-07-11T17:31:17.040Z | Downloaded bzip2 v0.6.1 |
| 663 | 2026-07-11T17:31:17.043Z | Downloaded hex v0.4.3 |
| 664 | 2026-07-11T17:31:17.043Z | Downloaded headers-core v0.3.0 |
| 665 | 2026-07-11T17:31:17.043Z | Downloaded darling v0.21.3 |
| 666 | 2026-07-11T17:31:17.045Z | Downloaded cassowary v0.3.0 |
| 667 | 2026-07-11T17:31:17.048Z | Downloaded idna_adapter v1.2.1 |
| 668 | 2026-07-11T17:31:17.048Z | Downloaded allocator-api2 v0.2.21 |
| 669 | 2026-07-11T17:31:17.051Z | Downloaded diesel-dtrace v0.5.0 |
| 670 | 2026-07-11T17:31:17.051Z | Downloaded daft-derive v0.1.7 |
| 671 | 2026-07-11T17:31:17.054Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 672 | 2026-07-11T17:31:17.054Z | Downloaded console v0.15.11 |
| 673 | 2026-07-11T17:31:17.057Z | Downloaded chacha20 v0.10.0 |
| 674 | 2026-07-11T17:31:17.057Z | Downloaded foldhash v0.1.5 |
| 675 | 2026-07-11T17:31:17.060Z | Downloaded blake2 v0.11.0-rc.6 |
| 676 | 2026-07-11T17:31:17.060Z | Downloaded indoc v1.0.9 |
| 677 | 2026-07-11T17:31:17.063Z | Downloaded instability v0.3.11 |
| 678 | 2026-07-11T17:31:17.063Z | Downloaded inout v0.2.2 |
| 679 | 2026-07-11T17:31:17.065Z | Downloaded highway v1.3.0 |
| 680 | 2026-07-11T17:31:17.066Z | Downloaded is_ci v1.2.0 |
| 681 | 2026-07-11T17:31:17.066Z | Downloaded is-terminal v0.4.17 |
| 682 | 2026-07-11T17:31:17.069Z | Downloaded internet-checksum v0.2.1 |
| 683 | 2026-07-11T17:31:17.069Z | Downloaded instant v0.1.13 |
| 684 | 2026-07-11T17:31:17.069Z | Downloaded inout v0.1.4 |
| 685 | 2026-07-11T17:31:17.069Z | Downloaded keccak v0.1.6 |
| 686 | 2026-07-11T17:31:17.072Z | Downloaded colored v3.1.1 |
| 687 | 2026-07-11T17:31:17.072Z | Downloaded lazy_static v1.5.0 |
| 688 | 2026-07-11T17:31:17.075Z | Downloaded lalrpop-util v0.19.12 |
| 689 | 2026-07-11T17:31:17.075Z | Downloaded elliptic-curve v0.13.8 |
| 690 | 2026-07-11T17:31:17.075Z | Downloaded digest v0.11.3 |
| 691 | 2026-07-11T17:31:17.078Z | Downloaded blake2 v0.10.6 |
| 692 | 2026-07-11T17:31:17.078Z | Downloaded kem v0.3.0 |
| 693 | 2026-07-11T17:31:17.082Z | Downloaded derive-where v1.6.0 |
| 694 | 2026-07-11T17:31:17.082Z | Downloaded des v0.9.0 |
| 695 | 2026-07-11T17:31:17.085Z | Downloaded derive_more v0.99.20 |
| 696 | 2026-07-11T17:31:17.088Z | Downloaded http-body-util v0.1.3 |
| 697 | 2026-07-11T17:31:17.088Z | Downloaded darling_core v0.13.4 |
| 698 | 2026-07-11T17:31:17.091Z | Downloaded linked-hash-map v0.5.6 |
| 699 | 2026-07-11T17:31:17.091Z | Downloaded libscf-sys v1.1.0 |
| 700 | 2026-07-11T17:31:17.091Z | Downloaded kstat-rs v0.2.4 |
| 701 | 2026-07-11T17:31:17.094Z | Downloaded humantime v2.3.0 |
| 702 | 2026-07-11T17:31:17.094Z | Downloaded argon2 v0.6.0-rc.8 |
| 703 | 2026-07-11T17:31:17.094Z | Downloaded ahash v0.8.12 |
| 704 | 2026-07-11T17:31:17.097Z | Downloaded match_cfg v0.1.0 |
| 705 | 2026-07-11T17:31:17.097Z | Downloaded maplit v1.0.2 |
| 706 | 2026-07-11T17:31:17.100Z | Downloaded hyper-staticfile v0.10.1 |
| 707 | 2026-07-11T17:31:17.100Z | Downloaded managed v0.8.0 |
| 708 | 2026-07-11T17:31:17.100Z | Downloaded lzss v0.8.2 |
| 709 | 2026-07-11T17:31:17.103Z | Downloaded cookie v0.18.1 |
| 710 | 2026-07-11T17:31:17.103Z | Downloaded darling_core v0.23.0 |
| 711 | 2026-07-11T17:31:17.106Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 712 | 2026-07-11T17:31:17.109Z | Downloaded half v1.8.3 |
| 713 | 2026-07-11T17:31:17.112Z | Downloaded fatfs v0.3.6 |
| 714 | 2026-07-11T17:31:17.112Z | Downloaded dropshot_endpoint v0.17.1 |
| 715 | 2026-07-11T17:31:17.116Z | Downloaded md-5 v0.10.6 |
| 716 | 2026-07-11T17:31:17.116Z | Downloaded drift v0.2.0 |
| 717 | 2026-07-11T17:31:17.120Z | Downloaded lru-cache v0.1.2 |
| 718 | 2026-07-11T17:31:17.123Z | Downloaded mime v0.3.17 |
| 719 | 2026-07-11T17:31:17.123Z | Downloaded md5 v0.8.0 |
| 720 | 2026-07-11T17:31:17.123Z | Downloaded const-oid v0.10.2 |
| 721 | 2026-07-11T17:31:17.126Z | Downloaded bytes v1.11.1 |
| 722 | 2026-07-11T17:31:17.129Z | Downloaded new_debug_unreachable v1.0.6 |
| 723 | 2026-07-11T17:31:17.129Z | Downloaded lru-slab v0.1.2 |
| 724 | 2026-07-11T17:31:17.129Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 725 | 2026-07-11T17:31:17.132Z | Downloaded newtype_derive v0.1.6 |
| 726 | 2026-07-11T17:31:17.132Z | Downloaded memoffset v0.9.1 |
| 727 | 2026-07-11T17:31:17.135Z | Downloaded ipnetwork v0.21.1 |
| 728 | 2026-07-11T17:31:17.135Z | Downloaded ingot-types v0.1.2 |
| 729 | 2026-07-11T17:31:17.135Z | Downloaded hmac v0.12.1 |
| 730 | 2026-07-11T17:31:17.138Z | Downloaded generic-array v1.4.3 |
| 731 | 2026-07-11T17:31:17.138Z | Downloaded newtype-uuid-macros v0.1.0 |
| 732 | 2026-07-11T17:31:17.141Z | Downloaded newline-converter v0.3.0 |
| 733 | 2026-07-11T17:31:17.141Z | Downloaded nibble_vec v0.1.0 |
| 734 | 2026-07-11T17:31:17.141Z | Downloaded multimap v0.10.1 |
| 735 | 2026-07-11T17:31:17.141Z | Downloaded ingot v0.1.1 |
| 736 | 2026-07-11T17:31:17.144Z | Downloaded futures-channel v0.3.32 |
| 737 | 2026-07-11T17:31:17.144Z | Downloaded nodrop v0.1.14 |
| 738 | 2026-07-11T17:31:17.147Z | Downloaded nonempty v0.12.0 |
| 739 | 2026-07-11T17:31:17.147Z | Downloaded getrandom v0.3.4 |
| 740 | 2026-07-11T17:31:17.150Z | Downloaded jobserver v0.1.34 |
| 741 | 2026-07-11T17:31:17.150Z | Downloaded base64 v0.21.7 |
| 742 | 2026-07-11T17:31:17.153Z | Downloaded hmac v0.13.0 |
| 743 | 2026-07-11T17:31:17.153Z | Downloaded futures v0.3.32 |
| 744 | 2026-07-11T17:31:17.156Z | Downloaded keccak v0.2.0 |
| 745 | 2026-07-11T17:31:17.159Z | Downloaded hybrid-array v0.4.13 |
| 746 | 2026-07-11T17:31:17.159Z | Downloaded linear-map v1.2.0 |
| 747 | 2026-07-11T17:31:17.162Z | Downloaded num v0.4.3 |
| 748 | 2026-07-11T17:31:17.162Z | Downloaded num-derive v0.4.2 |
| 749 | 2026-07-11T17:31:17.162Z | Downloaded normalize-line-endings v0.3.0 |
| 750 | 2026-07-11T17:31:17.165Z | Downloaded libsw v3.5.0 |
| 751 | 2026-07-11T17:31:17.165Z | Downloaded libloading v0.8.9 |
| 752 | 2026-07-11T17:31:17.168Z | Downloaded getrandom v0.2.17 |
| 753 | 2026-07-11T17:31:17.168Z | Downloaded compact_str v0.8.1 |
| 754 | 2026-07-11T17:31:17.171Z | Downloaded hyper-rustls v0.27.7 |
| 755 | 2026-07-11T17:31:17.173Z | Downloaded half v2.7.1 |
| 756 | 2026-07-11T17:31:17.174Z | Downloaded chacha20poly1305 v0.10.1 |
| 757 | 2026-07-11T17:31:17.177Z | Downloaded libefi-sys v0.1.0 |
| 758 | 2026-07-11T17:31:17.177Z | Downloaded lru v0.12.5 |
| 759 | 2026-07-11T17:31:17.177Z | Downloaded num-conv v0.2.0 |
| 760 | 2026-07-11T17:31:17.177Z | Downloaded darling_core v0.20.11 |
| 761 | 2026-07-11T17:31:17.180Z | Downloaded num_threads v0.1.7 |
| 762 | 2026-07-11T17:31:17.183Z | Downloaded num-derive v0.3.3 |
| 763 | 2026-07-11T17:31:17.183Z | Downloaded num_enum_derive v0.5.11 |
| 764 | 2026-07-11T17:31:17.183Z | Downloaded indoc v2.0.7 |
| 765 | 2026-07-11T17:31:17.188Z | Downloaded lock_api v0.4.14 |
| 766 | 2026-07-11T17:31:17.191Z | Downloaded ingot-macros v0.1.1 |
| 767 | 2026-07-11T17:31:17.191Z | Downloaded nanorand v0.7.0 |
| 768 | 2026-07-11T17:31:17.194Z | Downloaded num-iter v0.1.45 |
| 769 | 2026-07-11T17:31:17.197Z | Downloaded flume v0.11.1 |
| 770 | 2026-07-11T17:31:17.200Z | Downloaded oso-derive v0.27.3 |
| 771 | 2026-07-11T17:31:17.200Z | Downloaded openssl-probe v0.2.1 |
| 772 | 2026-07-11T17:31:17.200Z | Downloaded openssl-probe v0.1.6 |
| 773 | 2026-07-11T17:31:17.203Z | Downloaded openssl-macros v0.1.1 |
| 774 | 2026-07-11T17:31:17.203Z | Downloaded opaque-debug v0.3.1 |
| 775 | 2026-07-11T17:31:17.203Z | Downloaded native-tls v0.2.18 |
| 776 | 2026-07-11T17:31:17.206Z | Downloaded mime_guess v2.0.5 |
| 777 | 2026-07-11T17:31:17.206Z | Downloaded module-lattice v0.2.3 |
| 778 | 2026-07-11T17:31:17.206Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-07-11T17:31:17.209Z | Downloaded maybe-uninit v2.0.0 |
| 780 | 2026-07-11T17:31:17.209Z | Downloaded olpc-cjson v0.1.4 |
| 781 | 2026-07-11T17:31:17.212Z | Downloaded newtype-uuid v1.3.2 |
| 782 | 2026-07-11T17:31:17.212Z | Downloaded multer v3.1.0 |
| 783 | 2026-07-11T17:31:17.215Z | Downloaded packed_struct_codegen v0.10.1 |
| 784 | 2026-07-11T17:31:17.216Z | Downloaded httparse v1.10.1 |
| 785 | 2026-07-11T17:31:17.219Z | Downloaded crypto-bigint v0.5.5 |
| 786 | 2026-07-11T17:31:17.223Z | Downloaded derive_more v2.1.1 |
| 787 | 2026-07-11T17:31:17.243Z | Downloaded percent-encoding v2.3.2 |
| 788 | 2026-07-11T17:31:17.246Z | Downloaded derive_more-impl v2.1.1 |
| 789 | 2026-07-11T17:31:17.246Z | Downloaded der v0.7.10 |
| 790 | 2026-07-11T17:31:17.249Z | Downloaded icu_provider v2.1.1 |
| 791 | 2026-07-11T17:31:17.252Z | Downloaded peg-runtime v0.8.5 |
| 792 | 2026-07-11T17:31:17.252Z | Downloaded num-complex v0.4.6 |
| 793 | 2026-07-11T17:31:17.258Z | Downloaded icu_properties v2.1.2 |
| 794 | 2026-07-11T17:31:17.258Z | Downloaded crossbeam-channel v0.5.15 |
| 795 | 2026-07-11T17:31:17.261Z | Downloaded bumpalo v3.20.2 |
| 796 | 2026-07-11T17:31:17.261Z | Downloaded password-hash v0.6.1 |
| 797 | 2026-07-11T17:31:17.261Z | Downloaded parse-size v1.1.0 |
| 798 | 2026-07-11T17:31:17.261Z | Downloaded parse-display v0.10.0 |
| 799 | 2026-07-11T17:31:17.264Z | Downloaded num_enum_derive v0.7.6 |
| 800 | 2026-07-11T17:31:17.264Z | Downloaded num_enum v0.7.6 |
| 801 | 2026-07-11T17:31:17.268Z | Downloaded phf_shared v0.13.1 |
| 802 | 2026-07-11T17:31:17.268Z | Downloaded indexmap v1.9.3 |
| 803 | 2026-07-11T17:31:17.271Z | Downloaded ignore v0.4.25 |
| 804 | 2026-07-11T17:31:17.271Z | Downloaded headers v0.4.1 |
| 805 | 2026-07-11T17:31:17.274Z | Downloaded phf_shared v0.12.1 |
| 806 | 2026-07-11T17:31:17.277Z | Downloaded phf_shared v0.11.3 |
| 807 | 2026-07-11T17:31:17.277Z | Downloaded flate2 v1.1.9 |
| 808 | 2026-07-11T17:31:17.280Z | Downloaded oxnet v0.1.6 |
| 809 | 2026-07-11T17:31:17.280Z | Downloaded async-compression v0.4.41 |
| 810 | 2026-07-11T17:31:17.283Z | Downloaded num_enum v0.5.11 |
| 811 | 2026-07-11T17:31:17.286Z | Downloaded predicates-tree v1.0.13 |
| 812 | 2026-07-11T17:31:17.289Z | Downloaded precomputed-hash v0.1.1 |
| 813 | 2026-07-11T17:31:17.289Z | Downloaded packed_struct v0.10.1 |
| 814 | 2026-07-11T17:31:17.289Z | Downloaded oxide-tokio-rt v0.1.4 |
| 815 | 2026-07-11T17:31:17.293Z | Downloaded owo-colors v4.3.0 |
| 816 | 2026-07-11T17:31:17.293Z | Downloaded ml-kem v0.3.2 |
| 817 | 2026-07-11T17:31:17.296Z | Downloaded powerfmt v0.2.0 |
| 818 | 2026-07-11T17:31:17.296Z | Downloaded memmap2 v0.9.10 |
| 819 | 2026-07-11T17:31:17.296Z | Downloaded predicates-core v1.0.10 |
| 820 | 2026-07-11T17:31:17.299Z | Downloaded potential_utf v0.1.4 |
| 821 | 2026-07-11T17:31:17.299Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-07-11T17:31:17.299Z | Downloaded nu-ansi-term v0.50.3 |
| 823 | 2026-07-11T17:31:17.302Z | Downloaded parse-display-derive v0.10.0 |
| 824 | 2026-07-11T17:31:17.302Z | Downloaded parking_lot_core v0.8.6 |
| 825 | 2026-07-11T17:31:17.305Z | Downloaded litrs v1.0.0 |
| 826 | 2026-07-11T17:31:17.305Z | Downloaded proc-macro-crate v3.4.0 |
| 827 | 2026-07-11T17:31:17.308Z | Downloaded litemap v0.8.1 |
| 828 | 2026-07-11T17:31:17.308Z | Downloaded icu_normalizer_data v2.1.1 |
| 829 | 2026-07-11T17:31:17.311Z | Downloaded icu_normalizer v2.1.1 |
| 830 | 2026-07-11T17:31:17.311Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 831 | 2026-07-11T17:31:17.314Z | Downloaded paste v1.0.15 |
| 832 | 2026-07-11T17:31:17.317Z | Downloaded phf v0.13.1 |
| 833 | 2026-07-11T17:31:17.317Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-07-11T17:31:17.317Z | Downloaded phf v0.12.1 |
| 835 | 2026-07-11T17:31:17.320Z | Downloaded pbkdf2 v0.13.0 |
| 836 | 2026-07-11T17:31:17.320Z | Downloaded password-hash v0.5.0 |
| 837 | 2026-07-11T17:31:17.323Z | Downloaded psl-types v2.0.11 |
| 838 | 2026-07-11T17:31:17.323Z | Downloaded phc v0.6.1 |
| 839 | 2026-07-11T17:31:17.323Z | Downloaded pem v3.0.6 |
| 840 | 2026-07-11T17:31:17.326Z | Downloaded icu_locale_core v2.1.1 |
| 841 | 2026-07-11T17:31:17.329Z | Downloaded pem-rfc7468 v1.0.0 |
| 842 | 2026-07-11T17:31:17.329Z | Downloaded peg v0.8.5 |
| 843 | 2026-07-11T17:31:17.332Z | Downloaded progenitor-macro v0.14.0 |
| 844 | 2026-07-11T17:31:17.335Z | Downloaded path-slash v0.1.5 |
| 845 | 2026-07-11T17:31:17.335Z | Downloaded hickory-resolver v0.25.2 |
| 846 | 2026-07-11T17:31:17.338Z | Downloaded postgres-protocol v0.6.10 |
| 847 | 2026-07-11T17:31:17.338Z | Downloaded pem-rfc7468 v0.7.0 |
| 848 | 2026-07-11T17:31:17.341Z | Downloaded pkg-config v0.3.32 |
| 849 | 2026-07-11T17:31:17.341Z | Downloaded expectorate v1.2.0 |
| 850 | 2026-07-11T17:31:17.341Z | Downloaded heapless v0.7.17 |
| 851 | 2026-07-11T17:31:17.344Z | Downloaded num-rational v0.4.2 |
| 852 | 2026-07-11T17:31:17.348Z | Downloaded pin-project-lite v0.2.17 |
| 853 | 2026-07-11T17:31:17.351Z | Downloaded pkcs8 v0.10.2 |
| 854 | 2026-07-11T17:31:17.351Z | Downloaded ppv-lite86 v0.2.21 |
| 855 | 2026-07-11T17:31:17.351Z | Downloaded pin-project-internal v1.1.11 |
| 856 | 2026-07-11T17:31:17.351Z | Downloaded heapless v0.8.0 |
| 857 | 2026-07-11T17:31:17.354Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-07-11T17:31:17.357Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-07-11T17:31:17.358Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-07-11T17:31:17.358Z | Downloaded radium v0.7.0 |
| 861 | 2026-07-11T17:31:17.358Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 862 | 2026-07-11T17:31:17.361Z | Downloaded polyval v0.7.1 |
| 863 | 2026-07-11T17:31:17.361Z | Downloaded indicatif v0.18.4 |
| 864 | 2026-07-11T17:31:17.364Z | Downloaded cc v1.2.56 |
| 865 | 2026-07-11T17:31:17.367Z | Downloaded rand_xorshift v0.4.0 |
| 866 | 2026-07-11T17:31:17.367Z | Downloaded poly1305 v0.8.0 |
| 867 | 2026-07-11T17:31:17.367Z | Downloaded parking_lot_core v0.9.12 |
| 868 | 2026-07-11T17:31:17.370Z | Downloaded predicates v3.1.4 |
| 869 | 2026-07-11T17:31:17.370Z | Downloaded ed25519-dalek v2.2.0 |
| 870 | 2026-07-11T17:31:17.373Z | Downloaded ref-cast-impl v1.0.25 |
| 871 | 2026-07-11T17:31:17.373Z | Downloaded ref-cast v1.0.25 |
| 872 | 2026-07-11T17:31:17.376Z | Downloaded primeorder v0.13.6 |
| 873 | 2026-07-11T17:31:17.376Z | Downloaded primefield v0.14.0 |
| 874 | 2026-07-11T17:31:17.379Z | Downloaded diesel_derives v2.3.7 |
| 875 | 2026-07-11T17:31:17.382Z | Downloaded der v0.8.0 |
| 876 | 2026-07-11T17:31:17.385Z | Downloaded progenitor-client v0.13.0 |
| 877 | 2026-07-11T17:31:17.385Z | Downloaded rfc6979 v0.5.0 |
| 878 | 2026-07-11T17:31:17.389Z | Downloaded peg-macros v0.8.5 |
| 879 | 2026-07-11T17:31:17.389Z | Downloaded rfc6979 v0.4.0 |
| 880 | 2026-07-11T17:31:17.389Z | Downloaded progenitor v0.14.0 |
| 881 | 2026-07-11T17:31:17.393Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 882 | 2026-07-11T17:31:17.393Z | Downloaded primeorder v0.14.0-rc.10 |
| 883 | 2026-07-11T17:31:17.393Z | Downloaded recursive v0.1.1 |
| 884 | 2026-07-11T17:31:17.393Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-07-11T17:31:17.393Z | Downloaded miniz_oxide v0.8.9 |
| 886 | 2026-07-11T17:31:17.396Z | Downloaded crossterm v0.29.0 |
| 887 | 2026-07-11T17:31:17.399Z | Downloaded psm v0.1.30 |
| 888 | 2026-07-11T17:31:17.402Z | Downloaded rtoolbox v0.0.3 |
| 889 | 2026-07-11T17:31:17.402Z | Downloaded progenitor-extras v0.2.0 |
| 890 | 2026-07-11T17:31:17.405Z | Downloaded russh-util v0.52.0 |
| 891 | 2026-07-11T17:31:17.405Z | Downloaded poly1305 v0.9.0 |
| 892 | 2026-07-11T17:31:17.405Z | Downloaded jiff-static v0.2.21 |
| 893 | 2026-07-11T17:31:17.408Z | Downloaded icu_collections v2.1.1 |
| 894 | 2026-07-11T17:31:17.411Z | Downloaded proc-macro-error2 v2.0.1 |
| 895 | 2026-07-11T17:31:17.414Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 896 | 2026-07-11T17:31:17.414Z | Downloaded rand_seeder v0.4.0 |
| 897 | 2026-07-11T17:31:17.417Z | Downloaded rand_core v0.10.0 |
| 898 | 2026-07-11T17:31:17.417Z | Downloaded rand_core v0.6.4 |
| 899 | 2026-07-11T17:31:17.420Z | Downloaded num-traits v0.2.19 |
| 900 | 2026-07-11T17:31:17.420Z | Downloaded pkcs8 v0.11.0 |
| 901 | 2026-07-11T17:31:17.423Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2026-07-11T17:31:17.423Z | Downloaded hashbrown v0.12.3 |
| 903 | 2026-07-11T17:31:17.426Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-07-11T17:31:17.426Z | Downloaded r2d2 v0.8.10 |
| 905 | 2026-07-11T17:31:17.429Z | Downloaded hickory-resolver v0.24.4 |
| 906 | 2026-07-11T17:31:17.429Z | Downloaded rustc_version v0.1.7 |
| 907 | 2026-07-11T17:31:17.432Z | Downloaded rand_core v0.9.5 |
| 908 | 2026-07-11T17:31:17.432Z | Downloaded papergrid v0.17.0 |
| 909 | 2026-07-11T17:31:17.436Z | Downloaded postcard v1.1.3 |
| 910 | 2026-07-11T17:31:17.439Z | Downloaded rand_chacha v0.9.0 |
| 911 | 2026-07-11T17:31:17.439Z | Downloaded rand_chacha v0.3.1 |
| 912 | 2026-07-11T17:31:17.439Z | Downloaded libbz2-rs-sys v0.2.2 |
| 913 | 2026-07-11T17:31:17.442Z | Downloaded libsw-core v0.3.2 |
| 914 | 2026-07-11T17:31:17.442Z | Downloaded scheduled-thread-pool v0.2.7 |
| 915 | 2026-07-11T17:31:17.442Z | Downloaded sapling-renderdag v0.1.0 |
| 916 | 2026-07-11T17:31:17.445Z | Downloaded same-file v1.0.6 |
| 917 | 2026-07-11T17:31:17.445Z | Downloaded iana-time-zone v0.1.65 |
| 918 | 2026-07-11T17:31:17.448Z | Downloaded const_format v0.2.35 |
| 919 | 2026-07-11T17:31:17.451Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-07-11T17:31:17.451Z | Downloaded aes-gcm v0.11.0 |
| 921 | 2026-07-11T17:31:17.454Z | Downloaded parking_lot v0.11.2 |
| 922 | 2026-07-11T17:31:17.457Z | Downloaded secrecy v0.8.0 |
| 923 | 2026-07-11T17:31:17.457Z | Downloaded resolv-conf v0.7.6 |
| 924 | 2026-07-11T17:31:17.460Z | Downloaded scopeguard v1.2.0 |
| 925 | 2026-07-11T17:31:17.460Z | Downloaded omicron-zone-package v0.12.3 |
| 926 | 2026-07-11T17:31:17.465Z | Downloaded oso v0.27.3 |
| 927 | 2026-07-11T17:31:17.469Z | Downloaded openssl-sys v0.9.115 |
| 928 | 2026-07-11T17:31:17.472Z | Downloaded serde_bytes v0.11.19 |
| 929 | 2026-07-11T17:31:17.475Z | Downloaded semver v0.1.20 |
| 930 | 2026-07-11T17:31:17.475Z | Downloaded serde_plain v1.0.2 |
| 931 | 2026-07-11T17:31:17.478Z | Downloaded serde_spanned v1.1.1 |
| 932 | 2026-07-11T17:31:17.482Z | Downloaded p384 v0.14.0-rc.10 |
| 933 | 2026-07-11T17:31:17.486Z | Downloaded secrecy v0.10.3 |
| 934 | 2026-07-11T17:31:17.486Z | Downloaded serde-big-array v0.5.1 |
| 935 | 2026-07-11T17:31:17.489Z | Downloaded rustls-native-certs v0.8.3 |
| 936 | 2026-07-11T17:31:17.489Z | Downloaded russh-cryptovec v0.61.0 |
| 937 | 2026-07-11T17:31:17.489Z | Downloaded pkcs5 v0.8.1 |
| 938 | 2026-07-11T17:31:17.492Z | Downloaded sha1 v0.11.0 |
| 939 | 2026-07-11T17:31:17.495Z | Downloaded sha1 v0.10.6 |
| 940 | 2026-07-11T17:31:17.495Z | Downloaded hashbrown v0.13.2 |
| 941 | 2026-07-11T17:31:17.498Z | Downloaded serde_repr v0.1.20 |
| 942 | 2026-07-11T17:31:17.498Z | Downloaded serde_urlencoded v0.7.1 |
| 943 | 2026-07-11T17:31:17.501Z | Downloaded signature v3.0.0 |
| 944 | 2026-07-11T17:31:17.501Z | Downloaded parking_lot v0.12.5 |
| 945 | 2026-07-11T17:31:17.504Z | Downloaded rustls-pemfile v2.2.0 |
| 946 | 2026-07-11T17:31:17.504Z | Downloaded rustversion v1.0.22 |
| 947 | 2026-07-11T17:31:17.508Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-07-11T17:31:17.508Z | Downloaded p256 v0.14.0-rc.10 |
| 949 | 2026-07-11T17:31:17.511Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-07-11T17:31:17.514Z | Downloaded quinn-udp v0.5.14 |
| 951 | 2026-07-11T17:31:17.517Z | Downloaded rusty-fork v0.3.1 |
| 952 | 2026-07-11T17:31:17.517Z | Downloaded shell-words v1.1.1 |
| 953 | 2026-07-11T17:31:17.520Z | Downloaded signal-hook-tokio v0.3.1 |
| 954 | 2026-07-11T17:31:17.523Z | Downloaded slog-envlogger v2.2.0 |
| 955 | 2026-07-11T17:31:17.523Z | Downloaded sigpipe v0.1.3 |
| 956 | 2026-07-11T17:31:17.523Z | Downloaded signature v2.2.0 |
| 957 | 2026-07-11T17:31:17.526Z | Downloaded signal-hook-mio v0.2.5 |
| 958 | 2026-07-11T17:31:17.526Z | Downloaded hickory-server v0.25.2 |
| 959 | 2026-07-11T17:31:17.529Z | Downloaded schemars_derive v0.8.22 |
| 960 | 2026-07-11T17:31:17.532Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-07-11T17:31:17.538Z | Downloaded sec1 v0.8.1 |
| 962 | 2026-07-11T17:31:17.541Z | Downloaded sec1 v0.7.3 |
| 963 | 2026-07-11T17:31:17.541Z | Downloaded slog-bunyan v2.5.0 |
| 964 | 2026-07-11T17:31:17.544Z | Downloaded siphasher v1.0.2 |
| 965 | 2026-07-11T17:31:17.544Z | Downloaded scrypt v0.12.0 |
| 966 | 2026-07-11T17:31:17.544Z | Downloaded scroll_derive v0.13.1 |
| 967 | 2026-07-11T17:31:17.547Z | Downloaded scroll v0.13.0 |
| 968 | 2026-07-11T17:31:17.547Z | Downloaded http v1.4.2 |
| 969 | 2026-07-11T17:31:17.550Z | Downloaded minimal-lexical v0.2.1 |
| 970 | 2026-07-11T17:31:17.553Z | Downloaded hyper-util v0.1.20 |
| 971 | 2026-07-11T17:31:17.587Z | Downloaded serde_derive_internals v0.29.1 |
| 972 | 2026-07-11T17:31:17.587Z | Downloaded serde_path_to_error v0.1.20 |
| 973 | 2026-07-11T17:31:17.591Z | Downloaded progenitor-impl v0.13.0 |
| 974 | 2026-07-11T17:31:17.591Z | Downloaded itertools v0.10.5 |
| 975 | 2026-07-11T17:31:17.592Z | Downloaded aes v0.9.1 |
| 976 | 2026-07-11T17:31:17.592Z | Downloaded serde-hex v0.1.0 |
| 977 | 2026-07-11T17:31:17.592Z | Downloaded pretty_assertions v1.4.1 |
| 978 | 2026-07-11T17:31:17.592Z | Downloaded dropshot-api-manager v0.7.2 |
| 979 | 2026-07-11T17:31:17.592Z | Downloaded serdect v0.4.3 |
| 980 | 2026-07-11T17:31:17.592Z | Downloaded sqlparser_derive v0.5.0 |
| 981 | 2026-07-11T17:31:17.592Z | Downloaded serde_with_macros v1.5.2 |
| 982 | 2026-07-11T17:31:17.592Z | Downloaded rustls-pki-types v1.14.0 |
| 983 | 2026-07-11T17:31:17.592Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 984 | 2026-07-11T17:31:17.596Z | Downloaded signal-hook-registry v1.4.8 |
| 985 | 2026-07-11T17:31:17.599Z | Downloaded prefix-trie v0.7.0 |
| 986 | 2026-07-11T17:31:17.602Z | Downloaded rcgen v0.12.1 |
| 987 | 2026-07-11T17:31:17.602Z | Downloaded shlex v1.3.0 |
| 988 | 2026-07-11T17:31:17.607Z | Downloaded slog-json v2.6.1 |
| 989 | 2026-07-11T17:31:17.610Z | Downloaded strip-ansi-escapes v0.2.1 |
| 990 | 2026-07-11T17:31:17.610Z | Downloaded prettyplease v0.2.37 |
| 991 | 2026-07-11T17:31:17.618Z | Downloaded simd-adler32 v0.3.8 |
| 992 | 2026-07-11T17:31:17.621Z | Downloaded structmeta v0.3.0 |
| 993 | 2026-07-11T17:31:17.621Z | Downloaded structmeta-derive v0.3.0 |
| 994 | 2026-07-11T17:31:17.621Z | Downloaded smallvec v0.6.14 |
| 995 | 2026-07-11T17:31:17.621Z | Downloaded slog-scope v4.4.1 |
| 996 | 2026-07-11T17:31:17.624Z | Downloaded sync-ptr v0.1.4 |
| 997 | 2026-07-11T17:31:17.624Z | Downloaded strum v0.27.2 |
| 998 | 2026-07-11T17:31:17.624Z | Downloaded slog-stdlog v4.1.1 |
| 999 | 2026-07-11T17:31:17.628Z | Downloaded strum v0.26.3 |
| 1000 | 2026-07-11T17:31:17.628Z | Downloaded subtle v2.6.1 |
| 1001 | 2026-07-11T17:31:17.628Z | Downloaded strsim v0.10.0 |
| 1002 | 2026-07-11T17:31:17.631Z | Downloaded mio v1.2.0 |
| 1003 | 2026-07-11T17:31:17.634Z | Downloaded progenitor-impl v0.14.0 |
| 1004 | 2026-07-11T17:31:17.634Z | Downloaded slab v0.4.12 |
| 1005 | 2026-07-11T17:31:17.637Z | Downloaded serde_cbor v0.11.2 |
| 1006 | 2026-07-11T17:31:17.637Z | Downloaded smf v0.2.3 |
| 1007 | 2026-07-11T17:31:17.641Z | Downloaded ron v0.8.1 |
| 1008 | 2026-07-11T17:31:17.644Z | Downloaded snafu-derive v0.8.9 |
| 1009 | 2026-07-11T17:31:17.644Z | Downloaded tap v1.0.1 |
| 1010 | 2026-07-11T17:31:17.644Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-07-11T17:31:17.644Z | Downloaded tagptr v0.2.0 |
| 1012 | 2026-07-11T17:31:17.654Z | Downloaded hashbrown v0.16.1 |
| 1013 | 2026-07-11T17:31:17.657Z | Downloaded sqlformat v0.3.5 |
| 1014 | 2026-07-11T17:31:17.660Z | Downloaded tabwriter v1.4.1 |
| 1015 | 2026-07-11T17:31:17.660Z | Downloaded tabled_derive v0.11.0 |
| 1016 | 2026-07-11T17:31:17.663Z | Downloaded stable_deref_trait v1.2.1 |
| 1017 | 2026-07-11T17:31:17.663Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1018 | 2026-07-11T17:31:17.663Z | Downloaded spki v0.8.0 |
| 1019 | 2026-07-11T17:31:17.666Z | Downloaded testing_table v0.3.0 |
| 1020 | 2026-07-11T17:31:17.666Z | Downloaded time-core v0.1.8 |
| 1021 | 2026-07-11T17:31:17.666Z | Downloaded thread-id v5.1.0 |
| 1022 | 2026-07-11T17:31:17.669Z | Downloaded rayon-core v1.13.0 |
| 1023 | 2026-07-11T17:31:17.669Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1024 | 2026-07-11T17:31:17.672Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1025 | 2026-07-11T17:31:17.675Z | Downloaded nom v7.1.3 |
| 1026 | 2026-07-11T17:31:17.678Z | Downloaded termtree v0.5.1 |
| 1027 | 2026-07-11T17:31:17.678Z | Downloaded spki v0.7.3 |
| 1028 | 2026-07-11T17:31:17.678Z | Downloaded sha2 v0.11.0 |
| 1029 | 2026-07-11T17:31:17.681Z | Downloaded stringprep v0.1.5 |
| 1030 | 2026-07-11T17:31:17.684Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1031 | 2026-07-11T17:31:17.684Z | Downloaded ryu v1.0.23 |
| 1032 | 2026-07-11T17:31:17.687Z | Downloaded tinyvec_macros v0.1.1 |
| 1033 | 2026-07-11T17:31:17.687Z | Downloaded schemars v0.8.22 |
| 1034 | 2026-07-11T17:31:17.692Z | Downloaded static_assertions v1.1.0 |
| 1035 | 2026-07-11T17:31:17.695Z | Downloaded stacker v0.1.23 |
| 1036 | 2026-07-11T17:31:17.695Z | Downloaded slog-dtrace v0.3.0 |
| 1037 | 2026-07-11T17:31:17.699Z | Downloaded strum_macros v0.26.4 |
| 1038 | 2026-07-11T17:31:17.702Z | Downloaded strum_macros v0.27.2 |
| 1039 | 2026-07-11T17:31:17.705Z | Downloaded slog-async v2.8.0 |
| 1040 | 2026-07-11T17:31:17.705Z | Downloaded tokio-test v0.4.5 |
| 1041 | 2026-07-11T17:31:17.708Z | Downloaded smallvec v1.15.1 |
| 1042 | 2026-07-11T17:31:17.708Z | Downloaded tokio-macros v2.7.0 |
| 1043 | 2026-07-11T17:31:17.711Z | Downloaded support-bundle-viewer v0.1.2 |
| 1044 | 2026-07-11T17:31:17.711Z | Downloaded strum_macros v0.24.3 |
| 1045 | 2026-07-11T17:31:17.715Z | Downloaded publicsuffix v2.3.0 |
| 1046 | 2026-07-11T17:31:17.718Z | Downloaded supports-color v3.0.2 |
| 1047 | 2026-07-11T17:31:17.718Z | Downloaded synstructure v0.13.2 |
| 1048 | 2026-07-11T17:31:17.718Z | Downloaded num-bigint v0.4.6 |
| 1049 | 2026-07-11T17:31:17.721Z | Downloaded futures-util v0.3.32 |
| 1050 | 2026-07-11T17:31:17.727Z | Downloaded sync_wrapper v1.0.2 |
| 1051 | 2026-07-11T17:31:17.730Z | Downloaded signal-hook v0.3.18 |
| 1052 | 2026-07-11T17:31:17.730Z | Downloaded serde_with_macros v3.17.0 |
| 1053 | 2026-07-11T17:31:17.733Z | Downloaded termios v0.3.3 |
| 1054 | 2026-07-11T17:31:17.733Z | Downloaded rand v0.8.6 |
| 1055 | 2026-07-11T17:31:17.736Z | Downloaded tower-service v0.3.3 |
| 1056 | 2026-07-11T17:31:17.736Z | Downloaded topological-sort v0.2.2 |
| 1057 | 2026-07-11T17:31:17.736Z | Downloaded spin v0.9.8 |
| 1058 | 2026-07-11T17:31:17.739Z | Downloaded hashbrown v0.15.5 |
| 1059 | 2026-07-11T17:31:17.742Z | Downloaded thread_local v1.1.9 |
| 1060 | 2026-07-11T17:31:17.742Z | Downloaded libxml v0.3.3 |
| 1061 | 2026-07-11T17:31:17.745Z | Downloaded iri-string v0.7.10 |
| 1062 | 2026-07-11T17:31:17.750Z | Downloaded tower-layer v0.3.3 |
| 1063 | 2026-07-11T17:31:17.753Z | Downloaded salsa20 v0.11.0 |
| 1064 | 2026-07-11T17:31:17.753Z | Downloaded tls_codec v0.4.2 |
| 1065 | 2026-07-11T17:31:17.756Z | Downloaded hyper v1.10.1 |
| 1066 | 2026-07-11T17:31:17.759Z | Downloaded trait-variant v0.1.2 |
| 1067 | 2026-07-11T17:31:17.759Z | Downloaded h2 v0.4.15 |
| 1068 | 2026-07-11T17:31:17.763Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-07-11T17:31:17.766Z | Downloaded tiny-keccak v2.0.2 |
| 1070 | 2026-07-11T17:31:17.766Z | Downloaded icu_properties_data v2.1.2 |
| 1071 | 2026-07-11T17:31:17.771Z | Downloaded string_cache v0.8.9 |
| 1072 | 2026-07-11T17:31:17.774Z | Downloaded itertools v0.12.1 |
| 1073 | 2026-07-11T17:31:17.777Z | Downloaded tokio-dtrace v0.1.1 |
| 1074 | 2026-07-11T17:31:17.779Z | Downloaded slog v2.8.2 |
| 1075 | 2026-07-11T17:31:17.782Z | Downloaded itertools v0.13.0 |
| 1076 | 2026-07-11T17:31:17.785Z | Downloaded universal-hash v0.6.1 |
| 1077 | 2026-07-11T17:31:17.785Z | Downloaded unit-prefix v0.5.2 |
| 1078 | 2026-07-11T17:31:17.788Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-07-11T17:31:17.788Z | Downloaded typify-macro v0.6.2 |
| 1080 | 2026-07-11T17:31:17.788Z | Downloaded tokio-native-tls v0.3.1 |
| 1081 | 2026-07-11T17:31:17.791Z | Downloaded universal-hash v0.5.1 |
| 1082 | 2026-07-11T17:31:17.791Z | Downloaded unicode-xid v0.2.6 |
| 1083 | 2026-07-11T17:31:17.791Z | Downloaded unicode-truncate v1.1.0 |
| 1084 | 2026-07-11T17:31:17.794Z | Downloaded p521 v0.14.0-rc.10 |
| 1085 | 2026-07-11T17:31:17.794Z | Downloaded nom v8.0.0 |
| 1086 | 2026-07-11T17:31:17.797Z | Downloaded num-bigint-dig v0.8.6 |
| 1087 | 2026-07-11T17:31:17.800Z | Downloaded idna v1.1.0 |
| 1088 | 2026-07-11T17:31:17.803Z | Downloaded usdt-attr-macro v0.6.0 |
| 1089 | 2026-07-11T17:31:17.806Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1090 | 2026-07-11T17:31:17.806Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-07-11T17:31:17.806Z | Downloaded term v0.7.0 |
| 1092 | 2026-07-11T17:31:17.809Z | Downloaded utf-8 v0.7.6 |
| 1093 | 2026-07-11T17:31:17.809Z | Downloaded usdt-macro v0.6.0 |
| 1094 | 2026-07-11T17:31:17.811Z | Downloaded rand v0.9.2 |
| 1095 | 2026-07-11T17:31:17.811Z | Downloaded untrusted v0.9.0 |
| 1096 | 2026-07-11T17:31:17.814Z | Downloaded untrusted v0.7.1 |
| 1097 | 2026-07-11T17:31:17.814Z | Downloaded rustls-webpki v0.103.13 |
| 1098 | 2026-07-11T17:31:17.817Z | Downloaded tinystr v0.8.2 |
| 1099 | 2026-07-11T17:31:17.817Z | Downloaded tokio-tungstenite v0.21.0 |
| 1100 | 2026-07-11T17:31:17.820Z | Downloaded aho-corasick v1.1.4 |
| 1101 | 2026-07-11T17:31:17.823Z | Downloaded quinn v0.11.9 |
| 1102 | 2026-07-11T17:31:17.826Z | Downloaded void v1.0.2 |
| 1103 | 2026-07-11T17:31:17.826Z | Downloaded wait-timeout v0.2.1 |
| 1104 | 2026-07-11T17:31:17.826Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1105 | 2026-07-11T17:31:17.829Z | Downloaded qorb v0.4.1 |
| 1106 | 2026-07-11T17:31:17.829Z | Downloaded utf8_iter v1.0.4 |
| 1107 | 2026-07-11T17:31:17.832Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1108 | 2026-07-11T17:31:17.832Z | Downloaded time-macros v0.2.27 |
| 1109 | 2026-07-11T17:31:17.835Z | Downloaded crypto-primes v0.7.2 |
| 1110 | 2026-07-11T17:31:17.838Z | Downloaded want v0.3.1 |
| 1111 | 2026-07-11T17:31:17.838Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2026-07-11T17:31:17.838Z | Downloaded similar v2.7.0 |
| 1113 | 2026-07-11T17:31:17.841Z | Downloaded thiserror-no-std v2.0.2 |
| 1114 | 2026-07-11T17:31:17.843Z | Downloaded rsa v0.9.10 |
| 1115 | 2026-07-11T17:31:17.846Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-07-11T17:31:17.849Z | Downloaded samael v0.0.19 |
| 1117 | 2026-07-11T17:31:17.852Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1118 | 2026-07-11T17:31:17.852Z | Downloaded usdt v0.6.0 |
| 1119 | 2026-07-11T17:31:17.855Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-07-11T17:31:17.855Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-07-11T17:31:17.858Z | Downloaded slog-term v2.9.2 |
| 1122 | 2026-07-11T17:31:17.858Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-07-11T17:31:17.861Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-07-11T17:31:17.864Z | Downloaded yoke-derive v0.8.1 |
| 1125 | 2026-07-11T17:31:17.867Z | Downloaded tls_codec_derive v0.4.2 |
| 1126 | 2026-07-11T17:31:17.867Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-07-11T17:31:17.870Z | Downloaded socket2 v0.6.3 |
| 1128 | 2026-07-11T17:31:17.879Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-07-11T17:31:17.882Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-07-11T17:31:17.882Z | Downloaded vergen-git2 v9.1.0 |
| 1131 | 2026-07-11T17:31:17.885Z | Downloaded snafu v0.8.9 |
| 1132 | 2026-07-11T17:31:17.888Z | Downloaded rand v0.10.1 |
| 1133 | 2026-07-11T17:31:17.891Z | Downloaded twox-hash v2.1.2 |
| 1134 | 2026-07-11T17:31:17.894Z | Downloaded zerofrom-derive v0.1.6 |
| 1135 | 2026-07-11T17:31:17.894Z | Downloaded zerofrom v0.1.6 |
| 1136 | 2026-07-11T17:31:17.894Z | Downloaded uzers v0.12.2 |
| 1137 | 2026-07-11T17:31:17.896Z | Downloaded vergen-lib v9.1.0 |
| 1138 | 2026-07-11T17:31:17.897Z | Downloaded usdt-impl v0.6.0 |
| 1139 | 2026-07-11T17:31:17.897Z | Downloaded vsss-rs v3.3.4 |
| 1140 | 2026-07-11T17:31:17.899Z | Downloaded tokio-stream v0.1.18 |
| 1141 | 2026-07-11T17:31:17.902Z | Downloaded term v1.2.1 |
| 1142 | 2026-07-11T17:31:17.906Z | Downloaded vergen-gitcl v1.0.8 |
| 1143 | 2026-07-11T17:31:17.906Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1144 | 2026-07-11T17:31:17.906Z | Downloaded iddqd v0.4.2 |
| 1145 | 2026-07-11T17:31:17.910Z | Downloaded whoami v1.6.1 |
| 1146 | 2026-07-11T17:31:17.914Z | Downloaded test-strategy v0.4.5 |
| 1147 | 2026-07-11T17:31:17.916Z | Downloaded socket2 v0.5.10 |
| 1148 | 2026-07-11T17:31:17.916Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-07-11T17:31:17.919Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-07-11T17:31:17.922Z | Downloaded tinyvec v1.10.0 |
| 1151 | 2026-07-11T17:31:17.925Z | Downloaded walkdir v2.5.0 |
| 1152 | 2026-07-11T17:31:17.926Z | Downloaded unicode-properties v0.1.4 |
| 1153 | 2026-07-11T17:31:17.929Z | Downloaded rsa v0.10.0-rc.18 |
| 1154 | 2026-07-11T17:31:17.932Z | Downloaded hkdf v0.13.0 |
| 1155 | 2026-07-11T17:31:17.932Z | Downloaded schemars v0.9.0 |
| 1156 | 2026-07-11T17:31:17.938Z | Downloaded xshell v0.2.7 |
| 1157 | 2026-07-11T17:31:17.941Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-07-11T17:31:17.941Z | Downloaded writeable v0.6.2 |
| 1159 | 2026-07-11T17:31:17.941Z | Downloaded yoke v0.8.1 |
| 1160 | 2026-07-11T17:31:17.944Z | Downloaded libm v0.2.16 |
| 1161 | 2026-07-11T17:31:17.947Z | Downloaded toml v0.7.8 |
| 1162 | 2026-07-11T17:31:17.950Z | Downloaded blake3 v1.8.5 |
| 1163 | 2026-07-11T17:31:17.954Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-07-11T17:31:17.957Z | Downloaded tracing-core v0.1.36 |
| 1165 | 2026-07-11T17:31:17.957Z | Downloaded rustyline v14.0.0 |
| 1166 | 2026-07-11T17:31:17.960Z | Downloaded tungstenite v0.21.0 |
| 1167 | 2026-07-11T17:31:17.963Z | Downloaded zerovec-derive v0.11.2 |
| 1168 | 2026-07-11T17:31:17.963Z | Downloaded vergen-lib v0.1.6 |
| 1169 | 2026-07-11T17:31:17.966Z | Downloaded tungstenite v0.23.0 |
| 1170 | 2026-07-11T17:31:17.969Z | Downloaded zone v0.3.1 |
| 1171 | 2026-07-11T17:31:17.969Z | Downloaded vergen v9.1.0 |
| 1172 | 2026-07-11T17:31:17.969Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1173 | 2026-07-11T17:31:17.972Z | Downloaded schemars v1.2.1 |
| 1174 | 2026-07-11T17:31:17.979Z | Downloaded zstd-safe v7.2.4 |
| 1175 | 2026-07-11T17:31:17.982Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-07-11T17:31:17.982Z | Downloaded unicode-bidi v0.3.18 |
| 1177 | 2026-07-11T17:31:17.985Z | Downloaded steno v0.4.1 |
| 1178 | 2026-07-11T17:31:17.988Z | Downloaded hkdf v0.12.4 |
| 1179 | 2026-07-11T17:31:17.988Z | Downloaded bitvec v1.0.1 |
| 1180 | 2026-07-11T17:31:17.996Z | Downloaded yasna v0.5.2 |
| 1181 | 2026-07-11T17:31:17.999Z | Downloaded unsafe-libyaml v0.2.11 |
| 1182 | 2026-07-11T17:31:17.999Z | Downloaded tar v0.4.45 |
| 1183 | 2026-07-11T17:31:18.004Z | Downloaded serde_with v1.14.0 |
| 1184 | 2026-07-11T17:31:18.007Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1185 | 2026-07-11T17:31:18.010Z | Downloaded uuid v1.23.4 |
| 1186 | 2026-07-11T17:31:18.017Z | Downloaded bindgen v0.71.1 |
| 1187 | 2026-07-11T17:31:18.021Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-07-11T17:31:18.026Z | Downloaded vte v0.14.1 |
| 1189 | 2026-07-11T17:31:18.035Z | Downloaded reedline v0.40.0 |
| 1190 | 2026-07-11T17:31:18.040Z | Downloaded typify v0.6.2 |
| 1191 | 2026-07-11T17:31:18.047Z | Downloaded zerocopy v0.6.6 |
| 1192 | 2026-07-11T17:31:18.054Z | Downloaded rpassword v7.4.0 |
| 1193 | 2026-07-11T17:31:18.057Z | Downloaded chrono v0.4.44 |
| 1194 | 2026-07-11T17:31:18.069Z | Downloaded aws-lc-rs v1.16.3 |
| 1195 | 2026-07-11T17:31:18.080Z | Downloaded reqwest v0.12.28 |
| 1196 | 2026-07-11T17:31:18.083Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-07-11T17:31:18.086Z | Downloaded unicode_categories v0.1.1 |
| 1198 | 2026-07-11T17:31:18.086Z | Downloaded git2 v0.20.4 |
| 1199 | 2026-07-11T17:31:18.090Z | Downloaded url v2.5.8 |
| 1200 | 2026-07-11T17:31:18.093Z | Downloaded tokio-postgres v0.7.16 |
| 1201 | 2026-07-11T17:31:18.096Z | Downloaded zerotrie v0.2.3 |
| 1202 | 2026-07-11T17:31:18.099Z | Downloaded crypto-bigint v0.7.5 |
| 1203 | 2026-07-11T17:31:18.113Z | Downloaded portable-atomic v1.13.1 |
| 1204 | 2026-07-11T17:31:18.117Z | Downloaded zip v0.6.6 |
| 1205 | 2026-07-11T17:31:18.121Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-07-11T17:31:18.124Z | Downloaded lalrpop v0.19.12 |
| 1207 | 2026-07-11T17:31:18.131Z | Downloaded curve25519-dalek v4.1.3 |
| 1208 | 2026-07-11T17:31:18.136Z | Downloaded yansi v1.0.1 |
| 1209 | 2026-07-11T17:31:18.141Z | Downloaded regex v1.12.3 |
| 1210 | 2026-07-11T17:31:18.144Z | Downloaded toml_edit v0.19.15 |
| 1211 | 2026-07-11T17:31:18.150Z | Downloaded zerocopy-derive v0.8.40 |
| 1212 | 2026-07-11T17:31:18.155Z | Downloaded p384 v0.13.1 |
| 1213 | 2026-07-11T17:31:18.158Z | Downloaded x509-cert v0.2.5 |
| 1214 | 2026-07-11T17:31:18.162Z | Downloaded unicode-segmentation v1.12.0 |
| 1215 | 2026-07-11T17:31:18.165Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-07-11T17:31:18.169Z | Downloaded quick-xml v0.37.5 |
| 1217 | 2026-07-11T17:31:18.174Z | Downloaded proptest v1.10.0 |
| 1218 | 2026-07-11T17:31:18.178Z | Downloaded tower v0.5.3 |
| 1219 | 2026-07-11T17:31:18.183Z | Downloaded moka v0.12.13 |
| 1220 | 2026-07-11T17:31:18.188Z | Downloaded salty v0.3.0 |
| 1221 | 2026-07-11T17:31:18.192Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1222 | 2026-07-11T17:31:18.197Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-07-11T17:31:18.201Z | Downloaded unicode-normalization v0.1.25 |
| 1224 | 2026-07-11T17:31:18.212Z | Downloaded rayon v1.11.0 |
| 1225 | 2026-07-11T17:31:18.217Z | Downloaded tough v0.22.0 |
| 1226 | 2026-07-11T17:31:18.222Z | Downloaded zip v4.6.1 |
| 1227 | 2026-07-11T17:31:18.225Z | Downloaded tokio-util v0.7.18 |
| 1228 | 2026-07-11T17:31:18.235Z | Downloaded serde_with v3.17.0 |
| 1229 | 2026-07-11T17:31:18.241Z | Downloaded tower-http v0.6.8 |
| 1230 | 2026-07-11T17:31:18.245Z | Downloaded object v0.30.4 |
| 1231 | 2026-07-11T17:31:18.251Z | Downloaded petname v2.0.2 |
| 1232 | 2026-07-11T17:31:18.257Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1233 | 2026-07-11T17:31:18.263Z | Downloaded quinn-proto v0.11.13 |
| 1234 | 2026-07-11T17:31:18.267Z | Downloaded bstr v1.12.1 |
| 1235 | 2026-07-11T17:31:18.286Z | Downloaded radix_trie v0.2.1 |
| 1236 | 2026-07-11T17:31:18.289Z | Downloaded zerovec v0.11.5 |
| 1237 | 2026-07-11T17:31:18.292Z | Downloaded russh v0.61.2 |
| 1238 | 2026-07-11T17:31:18.296Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-07-11T17:31:18.301Z | Downloaded nix v0.28.0 |
| 1240 | 2026-07-11T17:31:18.307Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-07-11T17:31:18.312Z | Downloaded nix v0.27.1 |
| 1242 | 2026-07-11T17:31:18.318Z | Downloaded winnow v0.6.26 |
| 1243 | 2026-07-11T17:31:18.322Z | Downloaded openssl v0.10.79 |
| 1244 | 2026-07-11T17:31:18.328Z | Downloaded dropshot v0.17.1 |
| 1245 | 2026-07-11T17:31:18.341Z | Downloaded winnow v1.0.3 |
| 1246 | 2026-07-11T17:31:18.356Z | Downloaded tabled v0.20.0 |
| 1247 | 2026-07-11T17:31:18.367Z | Downloaded time v0.3.47 |
| 1248 | 2026-07-11T17:31:18.373Z | Downloaded object v0.37.3 |
| 1249 | 2026-07-11T17:31:18.379Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-07-11T17:31:18.402Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-07-11T17:31:18.406Z | Downloaded regex-syntax v0.6.29 |
| 1252 | 2026-07-11T17:31:18.412Z | Downloaded nix v0.31.2 |
| 1253 | 2026-07-11T17:31:18.416Z | Downloaded hickory-proto v0.25.2 |
| 1254 | 2026-07-11T17:31:18.425Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-07-11T17:31:18.432Z | Downloaded regress v0.11.1 |
| 1256 | 2026-07-11T17:31:18.437Z | Downloaded zerocopy v0.8.40 |
| 1257 | 2026-07-11T17:31:18.443Z | Downloaded diesel v2.3.7 |
| 1258 | 2026-07-11T17:31:18.455Z | Downloaded rustix v0.38.44 |
| 1259 | 2026-07-11T17:31:18.468Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-07-11T17:31:18.474Z | Downloaded regress v0.10.5 |
| 1261 | 2026-07-11T17:31:18.478Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-07-11T17:31:18.485Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-07-11T17:31:18.491Z | Downloaded rustls v0.23.41 |
| 1264 | 2026-07-11T17:31:18.498Z | Downloaded hickory-proto v0.24.4 |
| 1265 | 2026-07-11T17:31:18.539Z | Downloaded fiat-crypto v0.3.0 |
| 1266 | 2026-07-11T17:31:18.547Z | Downloaded sqlparser v0.61.0 |
| 1267 | 2026-07-11T17:31:18.565Z | Downloaded sled v0.34.7 |
| 1268 | 2026-07-11T17:31:18.572Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-07-11T17:31:18.581Z | Downloaded sha3 v0.11.0 |
| 1270 | 2026-07-11T17:31:18.584Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-07-11T17:31:18.590Z | Downloaded tracing v0.1.44 |
| 1272 | 2026-07-11T17:31:18.603Z | Downloaded ratatui v0.29.0 |
| 1273 | 2026-07-11T17:31:18.614Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-07-11T17:31:18.631Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-07-11T17:31:18.636Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-07-11T17:31:18.647Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-07-11T17:31:18.658Z | Downloaded jiff v0.2.21 |
| 1278 | 2026-07-11T17:31:18.691Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-07-11T17:31:18.702Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-07-11T17:31:18.714Z | Downloaded libz-sys v1.1.24 |
| 1281 | 2026-07-11T17:31:18.727Z | Downloaded csv v1.4.0 |
| 1282 | 2026-07-11T17:31:18.739Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-07-11T17:31:18.756Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-07-11T17:31:18.787Z | Downloaded encoding_rs v0.8.35 |
| 1285 | 2026-07-11T17:31:18.863Z | Downloaded ring v0.17.14 |
| 1286 | 2026-07-11T17:31:18.903Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-07-11T17:31:19.418Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-11T17:31:19.661Z | Compiling libc v0.2.185 |
| 1289 | 2026-07-11T17:31:19.661Z | Compiling serde_core v1.0.228 |
| 1290 | 2026-07-11T17:31:19.661Z | Compiling serde v1.0.228 |
| 1291 | 2026-07-11T17:31:19.664Z | Compiling log v0.4.29 |
| 1292 | 2026-07-11T17:31:19.664Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-07-11T17:31:19.664Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-07-11T17:31:19.664Z | Compiling shlex v1.3.0 |
| 1295 | 2026-07-11T17:31:19.664Z | Compiling subtle v2.6.1 |
| 1296 | 2026-07-11T17:31:19.664Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-07-11T17:31:19.816Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-11T17:31:19.827Z | Compiling typenum v1.20.1 |
| 1299 | 2026-07-11T17:31:19.870Z | Compiling serde_json v1.0.150 |
| 1300 | 2026-07-11T17:31:19.873Z | Compiling portable-atomic v1.13.1 |
| 1301 | 2026-07-11T17:31:19.873Z | Compiling zerocopy v0.8.40 |
| 1302 | 2026-07-11T17:31:19.883Z | Compiling syn v2.0.117 |
| 1303 | 2026-07-11T17:31:19.895Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-07-11T17:31:19.975Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-11T17:31:20.011Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-07-11T17:31:20.019Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-11T17:31:20.066Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-07-11T17:31:20.081Z | Compiling libm v0.2.16 |
| 1309 | 2026-07-11T17:31:20.099Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-07-11T17:31:20.113Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-07-11T17:31:20.128Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-07-11T17:31:20.186Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-07-11T17:31:20.189Z | Compiling rand_core v0.10.0 |
| 1314 | 2026-07-11T17:31:20.213Z | Compiling const-oid v0.9.6 |
| 1315 | 2026-07-11T17:31:20.243Z | Compiling writeable v0.6.2 |
| 1316 | 2026-07-11T17:31:20.269Z | Compiling litemap v0.8.1 |
| 1317 | 2026-07-11T17:31:20.272Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-11T17:31:20.387Z | Compiling icu_normalizer_data v2.1.1 |
| 1319 | 2026-07-11T17:31:20.456Z | Compiling icu_properties_data v2.1.2 |
| 1320 | 2026-07-11T17:31:20.487Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-11T17:31:20.490Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-07-11T17:31:20.514Z | Compiling slab v0.4.12 |
| 1323 | 2026-07-11T17:31:20.517Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-07-11T17:31:20.556Z | Compiling rustversion v1.0.22 |
| 1325 | 2026-07-11T17:31:20.597Z | Compiling futures-channel v0.3.32 |
| 1326 | 2026-07-11T17:31:20.615Z | Compiling utf8_iter v1.0.4 |
| 1327 | 2026-07-11T17:31:20.627Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-07-11T17:31:20.703Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-11T17:31:20.720Z | Compiling dunce v1.0.5 |
| 1330 | 2026-07-11T17:31:20.751Z | Compiling rustix v1.1.3 |
| 1331 | 2026-07-11T17:31:20.770Z | Compiling ident_case v1.0.1 |
| 1332 | 2026-07-11T17:31:20.784Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-07-11T17:31:20.820Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-07-11T17:31:20.865Z | Compiling errno v0.3.14 |
| 1335 | 2026-07-11T17:31:20.890Z | Compiling getrandom v0.2.17 |
| 1336 | 2026-07-11T17:31:20.933Z | Compiling mio v1.2.0 |
| 1337 | 2026-07-11T17:31:20.964Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-07-11T17:31:21.032Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-07-11T17:31:21.052Z | Compiling cc v1.2.56 |
| 1340 | 2026-07-11T17:31:21.066Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-07-11T17:31:21.096Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-07-11T17:31:21.147Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-11T17:31:21.195Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-07-11T17:31:21.236Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-07-11T17:31:21.250Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-07-11T17:31:21.339Z | Compiling base64ct v1.8.3 |
| 1347 | 2026-07-11T17:31:21.396Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-07-11T17:31:21.411Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-11T17:31:21.415Z | Compiling flagset v0.4.7 |
| 1350 | 2026-07-11T17:31:21.453Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-11T17:31:21.467Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-07-11T17:31:21.543Z | Compiling openssl-probe v0.2.1 |
| 1353 | 2026-07-11T17:31:21.558Z | Compiling httparse v1.10.1 |
| 1354 | 2026-07-11T17:31:21.561Z | Compiling cmov v0.5.4 |
| 1355 | 2026-07-11T17:31:21.659Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-07-11T17:31:21.674Z | Compiling pem-rfc7468 v0.7.0 |
| 1357 | 2026-07-11T17:31:21.720Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-07-11T17:31:21.741Z | Compiling ctutils v0.4.2 |
| 1359 | 2026-07-11T17:31:21.774Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-07-11T17:31:21.788Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-07-11T17:31:21.804Z | Compiling schemars v0.8.22 |
| 1362 | 2026-07-11T17:31:21.821Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-07-11T17:31:21.932Z | Compiling cmake v0.1.57 |
| 1364 | 2026-07-11T17:31:21.965Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-07-11T17:31:21.980Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-07-11T17:31:22.010Z | Compiling untrusted v0.7.1 |
| 1367 | 2026-07-11T17:31:22.010Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-07-11T17:31:22.038Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-07-11T17:31:22.038Z | Compiling cpufeatures v0.2.17 |
| 1370 | 2026-07-11T17:31:22.041Z | Compiling rustls v0.23.41 |
| 1371 | 2026-07-11T17:31:22.096Z | Compiling bitflags v2.11.0 |
| 1372 | 2026-07-11T17:31:22.125Z | Compiling semver v1.0.28 |
| 1373 | 2026-07-11T17:31:22.141Z | Compiling indexmap v2.14.0 |
| 1374 | 2026-07-11T17:31:22.141Z | Compiling uuid v1.23.4 |
| 1375 | 2026-07-11T17:31:22.183Z | Compiling want v0.3.1 |
| 1376 | 2026-07-11T17:31:22.202Z | Compiling untrusted v0.9.0 |
| 1377 | 2026-07-11T17:31:22.263Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-11T17:31:22.278Z | Compiling foreign-types-shared v0.1.1 |
| 1379 | 2026-07-11T17:31:22.293Z | Compiling unicode-normalization v0.1.25 |
| 1380 | 2026-07-11T17:31:22.359Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-07-11T17:31:22.374Z | Compiling foreign-types v0.3.2 |
| 1382 | 2026-07-11T17:31:22.389Z | Compiling spin v0.9.8 |
| 1383 | 2026-07-11T17:31:22.392Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-07-11T17:31:22.418Z | Compiling time-core v0.1.8 |
| 1385 | 2026-07-11T17:31:22.451Z | Compiling powerfmt v0.2.0 |
| 1386 | 2026-07-11T17:31:22.478Z | Compiling num-conv v0.2.0 |
| 1387 | 2026-07-11T17:31:22.532Z | Compiling native-tls v0.2.18 |
| 1388 | 2026-07-11T17:31:22.572Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-07-11T17:31:22.625Z | Compiling deranged v0.5.8 |
| 1390 | 2026-07-11T17:31:22.632Z | Compiling time-macros v0.2.27 |
| 1391 | 2026-07-11T17:31:22.679Z | Compiling sync_wrapper v1.0.2 |
| 1392 | 2026-07-11T17:31:22.704Z | Compiling aws-lc-sys v0.40.0 |
| 1393 | 2026-07-11T17:31:22.719Z | Compiling openssl-sys v0.9.115 |
| 1394 | 2026-07-11T17:31:22.723Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1395 | 2026-07-11T17:31:22.784Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-07-11T17:31:22.814Z | Compiling quick-error v1.2.3 |
| 1397 | 2026-07-11T17:31:22.828Z | Compiling num_threads v0.1.7 |
| 1398 | 2026-07-11T17:31:22.850Z | Compiling usdt-impl v0.6.0 |
| 1399 | 2026-07-11T17:31:22.865Z | Compiling simd-adler32 v0.3.8 |
| 1400 | 2026-07-11T17:31:22.919Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-07-11T17:31:22.934Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-07-11T17:31:22.938Z | Compiling pest_generator v2.8.6 |
| 1403 | 2026-07-11T17:31:23.092Z | Compiling darling_core v0.20.11 |
| 1404 | 2026-07-11T17:31:23.133Z | Compiling siphasher v1.0.2 |
| 1405 | 2026-07-11T17:31:23.303Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-07-11T17:31:23.356Z | Compiling syn v1.0.109 |
| 1407 | 2026-07-11T17:31:23.574Z | Compiling crossbeam-utils v0.8.21 |
| 1408 | 2026-07-11T17:31:23.590Z | Compiling bit-vec v0.8.0 |
| 1409 | 2026-07-11T17:31:23.593Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-07-11T17:31:23.697Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-07-11T17:31:23.743Z | Compiling heapless v0.7.17 |
| 1412 | 2026-07-11T17:31:23.773Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-07-11T17:31:23.799Z | Compiling bit-set v0.8.0 |
| 1414 | 2026-07-11T17:31:23.813Z | Compiling time v0.3.47 |
| 1415 | 2026-07-11T17:31:23.851Z | Compiling rand_xorshift v0.4.0 |
| 1416 | 2026-07-11T17:31:23.873Z | Compiling slog v2.8.2 |
| 1417 | 2026-07-11T17:31:23.877Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-07-11T17:31:23.930Z | Compiling cookie v0.18.1 |
| 1419 | 2026-07-11T17:31:23.944Z | Compiling anyhow v1.0.102 |
| 1420 | 2026-07-11T17:31:23.947Z | Compiling zstd-safe v7.2.4 |
| 1421 | 2026-07-11T17:31:23.979Z | Compiling adler2 v2.0.1 |
| 1422 | 2026-07-11T17:31:23.994Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-07-11T17:31:24.029Z | Compiling unarray v0.1.4 |
| 1424 | 2026-07-11T17:31:24.044Z | Compiling unicode-bidi v0.3.18 |
| 1425 | 2026-07-11T17:31:24.097Z | Compiling ryu v1.0.23 |
| 1426 | 2026-07-11T17:31:24.113Z | Compiling unicode-properties v0.1.4 |
| 1427 | 2026-07-11T17:31:24.183Z | Compiling iri-string v0.7.10 |
| 1428 | 2026-07-11T17:31:24.204Z | Compiling paste v1.0.15 |
| 1429 | 2026-07-11T17:31:24.219Z | Compiling allocator-api2 v0.2.21 |
| 1430 | 2026-07-11T17:31:24.302Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-11T17:31:24.569Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-07-11T17:31:24.583Z | Compiling camino v1.2.2 |
| 1433 | 2026-07-11T17:31:24.586Z | Compiling curve25519-dalek v4.1.3 |
| 1434 | 2026-07-11T17:31:24.626Z | Compiling num-integer v0.1.46 |
| 1435 | 2026-07-11T17:31:24.708Z | Compiling serde_derive v1.0.228 |
| 1436 | 2026-07-11T17:31:24.865Z | Compiling zeroize_derive v1.4.3 |
| 1437 | 2026-07-11T17:31:24.944Z | Compiling zerofrom-derive v0.1.6 |
| 1438 | 2026-07-11T17:31:24.975Z | Compiling yoke-derive v0.8.1 |
| 1439 | 2026-07-11T17:31:24.978Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-07-11T17:31:25.019Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-07-11T17:31:25.039Z | Compiling displaydoc v0.2.5 |
| 1442 | 2026-07-11T17:31:25.057Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-07-11T17:31:25.501Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-07-11T17:31:25.505Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-07-11T17:31:25.554Z | Compiling zeroize v1.8.2 |
| 1446 | 2026-07-11T17:31:25.779Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-07-11T17:31:25.850Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-07-11T17:31:25.854Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-07-11T17:31:26.175Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-11T17:31:26.204Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-07-11T17:31:26.323Z | Compiling crypto-common v0.1.7 |
| 1452 | 2026-07-11T17:31:26.348Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-07-11T17:31:26.372Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-11T17:31:26.407Z | Compiling futures-util v0.3.32 |
| 1455 | 2026-07-11T17:31:26.432Z | Compiling zerofrom v0.1.6 |
| 1456 | 2026-07-11T17:31:26.495Z | Compiling digest v0.10.7 |
| 1457 | 2026-07-11T17:31:26.539Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-07-11T17:31:26.555Z | Compiling yoke v0.8.1 |
| 1459 | 2026-07-11T17:31:26.702Z | Compiling darling_macro v0.20.11 |
| 1460 | 2026-07-11T17:31:26.757Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-07-11T17:31:26.772Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-07-11T17:31:26.821Z | Compiling der v0.7.10 |
| 1463 | 2026-07-11T17:31:26.932Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-07-11T17:31:26.994Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-07-11T17:31:27.056Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-07-11T17:31:27.072Z | Compiling hmac v0.12.1 |
| 1467 | 2026-07-11T17:31:27.086Z | Compiling dtrace-parser v0.3.0 |
| 1468 | 2026-07-11T17:31:27.243Z | Compiling tinystr v0.8.2 |
| 1469 | 2026-07-11T17:31:27.258Z | Compiling potential_utf v0.1.4 |
| 1470 | 2026-07-11T17:31:27.261Z | Compiling tracing v0.1.44 |
| 1471 | 2026-07-11T17:31:27.261Z | Compiling scroll v0.13.0 |
| 1472 | 2026-07-11T17:31:27.302Z | Compiling darling v0.20.11 |
| 1473 | 2026-07-11T17:31:27.397Z | Compiling icu_collections v2.1.1 |
| 1474 | 2026-07-11T17:31:27.442Z | Compiling icu_locale_core v2.1.1 |
| 1475 | 2026-07-11T17:31:27.470Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-07-11T17:31:27.550Z | Compiling goblin v0.10.5 |
| 1477 | 2026-07-11T17:31:27.567Z | Compiling scroll_derive v0.12.1 |
| 1478 | 2026-07-11T17:31:27.852Z | Compiling spki v0.7.3 |
| 1479 | 2026-07-11T17:31:27.871Z | Compiling thiserror-impl v1.0.69 |
| 1480 | 2026-07-11T17:31:27.901Z | Compiling block-padding v0.4.2 |
| 1481 | 2026-07-11T17:31:28.070Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-07-11T17:31:28.085Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-07-11T17:31:28.088Z | Compiling crypto-common v0.2.2 |
| 1484 | 2026-07-11T17:31:28.283Z | Compiling bytes v1.11.1 |
| 1485 | 2026-07-11T17:31:28.299Z | Compiling chrono v0.4.44 |
| 1486 | 2026-07-11T17:31:28.313Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-07-11T17:31:28.354Z | Compiling icu_properties v2.1.2 |
| 1488 | 2026-07-11T17:31:28.369Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-07-11T17:31:28.390Z | Compiling derive_builder_macro v0.20.2 |
| 1490 | 2026-07-11T17:31:28.396Z | Compiling scroll v0.12.0 |
| 1491 | 2026-07-11T17:31:28.462Z | Compiling erased-serde v0.3.31 |
| 1492 | 2026-07-11T17:31:28.679Z | Compiling toml_datetime v0.6.11 |
| 1493 | 2026-07-11T17:31:28.793Z | Compiling tokio v1.52.1 |
| 1494 | 2026-07-11T17:31:28.864Z | Compiling http v1.4.2 |
| 1495 | 2026-07-11T17:31:28.887Z | Compiling serde_urlencoded v0.7.1 |
| 1496 | 2026-07-11T17:31:28.900Z | Compiling serde_tokenstream v0.2.3 |
| 1497 | 2026-07-11T17:31:28.920Z | Compiling serde_spanned v0.6.9 |
| 1498 | 2026-07-11T17:31:28.957Z | Compiling block-buffer v0.12.1 |
| 1499 | 2026-07-11T17:31:28.972Z | Compiling md-5 v0.10.6 |
| 1500 | 2026-07-11T17:31:29.079Z | Compiling signature v2.2.0 |
| 1501 | 2026-07-11T17:31:29.146Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-07-11T17:31:29.223Z | Compiling rustls-native-certs v0.8.3 |
| 1503 | 2026-07-11T17:31:29.239Z | Compiling bstr v1.12.1 |
| 1504 | 2026-07-11T17:31:29.254Z | Compiling thiserror v1.0.69 |
| 1505 | 2026-07-11T17:31:29.275Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-07-11T17:31:29.290Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-07-11T17:31:29.367Z | Compiling pin-project-internal v1.1.11 |
| 1508 | 2026-07-11T17:31:29.436Z | Compiling idna v1.1.0 |
| 1509 | 2026-07-11T17:31:29.533Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-07-11T17:31:29.548Z | Compiling async-trait v0.1.89 |
| 1511 | 2026-07-11T17:31:29.678Z | Compiling http-body v1.0.1 |
| 1512 | 2026-07-11T17:31:29.736Z | Compiling url v2.5.8 |
| 1513 | 2026-07-11T17:31:29.853Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-07-11T17:31:29.867Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-07-11T17:31:29.881Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-07-11T17:31:29.907Z | Compiling vergen-lib v9.1.0 |
| 1517 | 2026-07-11T17:31:29.923Z | Compiling hash32 v0.2.1 |
| 1518 | 2026-07-11T17:31:30.095Z | Compiling rand v0.9.2 |
| 1519 | 2026-07-11T17:31:30.126Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-07-11T17:31:30.129Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-07-11T17:31:30.129Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-07-11T17:31:30.129Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-07-11T17:31:30.213Z | Compiling litrs v1.0.0 |
| 1524 | 2026-07-11T17:31:30.497Z | Compiling dof v0.4.0 |
| 1525 | 2026-07-11T17:31:30.516Z | Compiling zlib-rs v0.6.2 |
| 1526 | 2026-07-11T17:31:30.532Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-07-11T17:31:30.535Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-07-11T17:31:30.563Z | Compiling rustix v0.38.44 |
| 1529 | 2026-07-11T17:31:30.577Z | Compiling mime v0.3.17 |
| 1530 | 2026-07-11T17:31:30.615Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-07-11T17:31:30.633Z | Compiling ref-cast v1.0.25 |
| 1532 | 2026-07-11T17:31:30.669Z | Compiling proptest v1.10.0 |
| 1533 | 2026-07-11T17:31:30.705Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-07-11T17:31:30.751Z | Compiling document-features v0.2.12 |
| 1535 | 2026-07-11T17:31:30.854Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2026-07-11T17:31:30.868Z | Compiling nix v0.31.2 |
| 1537 | 2026-07-11T17:31:30.934Z | Compiling pin-project v1.1.11 |
| 1538 | 2026-07-11T17:31:31.054Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-07-11T17:31:31.057Z | Compiling rand v0.8.6 |
| 1540 | 2026-07-11T17:31:31.151Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-07-11T17:31:31.283Z | Compiling darling v0.21.3 |
| 1542 | 2026-07-11T17:31:31.393Z | Compiling oxnet v0.1.6 |
| 1543 | 2026-07-11T17:31:31.407Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-07-11T17:31:31.553Z | Compiling goblin v0.8.2 |
| 1545 | 2026-07-11T17:31:31.569Z | Compiling futures-executor v0.3.32 |
| 1546 | 2026-07-11T17:31:31.602Z | Compiling hubpack_derive v0.1.1 |
| 1547 | 2026-07-11T17:31:31.629Z | Compiling hex v0.4.3 |
| 1548 | 2026-07-11T17:31:31.691Z | Compiling inout v0.2.2 |
| 1549 | 2026-07-11T17:31:31.700Z | Compiling regex v1.12.3 |
| 1550 | 2026-07-11T17:31:31.915Z | Compiling num-iter v0.1.45 |
| 1551 | 2026-07-11T17:31:31.925Z | Compiling strum_macros v0.27.2 |
| 1552 | 2026-07-11T17:31:31.929Z | Compiling snafu-derive v0.8.9 |
| 1553 | 2026-07-11T17:31:31.959Z | Compiling daft-derive v0.1.7 |
| 1554 | 2026-07-11T17:31:31.974Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1555 | 2026-07-11T17:31:31.977Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-07-11T17:31:32.110Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-07-11T17:31:32.152Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-07-11T17:31:32.266Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-07-11T17:31:32.304Z | Compiling anstyle-parse v0.2.7 |
| 1560 | 2026-07-11T17:31:32.339Z | Compiling cargo-platform v0.3.2 |
| 1561 | 2026-07-11T17:31:32.354Z | Compiling vergen v9.1.0 |
| 1562 | 2026-07-11T17:31:32.372Z | Compiling ff v0.13.1 |
| 1563 | 2026-07-11T17:31:32.376Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-07-11T17:31:32.504Z | Compiling ahash v0.8.12 |
| 1565 | 2026-07-11T17:31:32.525Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-07-11T17:31:32.564Z | Compiling bumpalo v3.20.2 |
| 1567 | 2026-07-11T17:31:32.578Z | Compiling unicode-segmentation v1.12.0 |
| 1568 | 2026-07-11T17:31:32.581Z | Compiling winnow v0.5.40 |
| 1569 | 2026-07-11T17:31:32.614Z | Compiling object v0.37.3 |
| 1570 | 2026-07-11T17:31:32.628Z | Compiling managed v0.8.0 |
| 1571 | 2026-07-11T17:31:32.710Z | Compiling tokio-util v0.7.18 |
| 1572 | 2026-07-11T17:31:32.724Z | Compiling tower v0.5.3 |
| 1573 | 2026-07-11T17:31:32.744Z | Compiling tokio-native-tls v0.3.1 |
| 1574 | 2026-07-11T17:31:32.758Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-07-11T17:31:32.830Z | Compiling same-file v1.0.6 |
| 1576 | 2026-07-11T17:31:32.856Z | Compiling bitflags v1.3.2 |
| 1577 | 2026-07-11T17:31:32.925Z | Compiling foldhash v0.1.5 |
| 1578 | 2026-07-11T17:31:32.942Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-07-11T17:31:32.955Z | Compiling walkdir v2.5.0 |
| 1580 | 2026-07-11T17:31:33.029Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-07-11T17:31:33.112Z | Compiling hashbrown v0.16.1 |
| 1582 | 2026-07-11T17:31:33.177Z | Compiling tower-http v0.6.8 |
| 1583 | 2026-07-11T17:31:33.215Z | Compiling bzip2 v0.6.1 |
| 1584 | 2026-07-11T17:31:33.280Z | Compiling daft v0.1.7 |
| 1585 | 2026-07-11T17:31:33.374Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-07-11T17:31:33.433Z | Compiling h2 v0.4.15 |
| 1587 | 2026-07-11T17:31:33.450Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-07-11T17:31:33.578Z | Compiling zopfli v0.8.3 |
| 1589 | 2026-07-11T17:31:33.710Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-07-11T17:31:33.805Z | Compiling dof v0.3.0 |
| 1591 | 2026-07-11T17:31:33.860Z | Compiling snafu v0.8.9 |
| 1592 | 2026-07-11T17:31:33.876Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-07-11T17:31:33.890Z | Compiling clap_builder v4.6.0 |
| 1594 | 2026-07-11T17:31:33.906Z | Compiling strum v0.27.2 |
| 1595 | 2026-07-11T17:31:33.944Z | Compiling cargo_metadata v0.23.1 |
| 1596 | 2026-07-11T17:31:33.958Z | Compiling group v0.13.0 |
| 1597 | 2026-07-11T17:31:34.003Z | Compiling anstream v0.6.21 |
| 1598 | 2026-07-11T17:31:34.053Z | Compiling phf v0.13.1 |
| 1599 | 2026-07-11T17:31:34.184Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-07-11T17:31:34.281Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-07-11T17:31:34.299Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-11T17:31:34.318Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-07-11T17:31:34.370Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-07-11T17:31:34.522Z | Compiling bzip2 v0.4.4 |
| 1605 | 2026-07-11T17:31:34.575Z | Compiling cipher v0.5.2 |
| 1606 | 2026-07-11T17:31:34.636Z | Compiling futures v0.3.32 |
| 1607 | 2026-07-11T17:31:34.652Z | Compiling zstd v0.13.3 |
| 1608 | 2026-07-11T17:31:34.730Z | Compiling serde_with_macros v3.17.0 |
| 1609 | 2026-07-11T17:31:34.874Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-07-11T17:31:34.940Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-11T17:31:34.976Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-07-11T17:31:35.131Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-07-11T17:31:35.201Z | Compiling pkcs1 v0.7.5 |
| 1614 | 2026-07-11T17:31:35.216Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-07-11T17:31:35.419Z | Compiling olpc-cjson v0.1.4 |
| 1616 | 2026-07-11T17:31:35.434Z | Compiling serde-big-array v0.5.1 |
| 1617 | 2026-07-11T17:31:35.471Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-11T17:31:35.595Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-11T17:31:35.609Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-07-11T17:31:35.623Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-07-11T17:31:35.653Z | Compiling enum-as-inner v0.6.1 |
| 1622 | 2026-07-11T17:31:35.656Z | Compiling serde_repr v0.1.20 |
| 1623 | 2026-07-11T17:31:35.752Z | Compiling clap_derive v4.6.1 |
| 1624 | 2026-07-11T17:31:35.915Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-11T17:31:36.037Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-11T17:31:36.067Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-11T17:31:36.120Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-11T17:31:36.203Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-11T17:31:36.203Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-11T17:31:36.231Z | Compiling difflib v0.4.0 |
| 1631 | 2026-07-11T17:31:36.256Z | Compiling either v1.15.0 |
| 1632 | 2026-07-11T17:31:36.324Z | Compiling keccak v0.1.6 |
| 1633 | 2026-07-11T17:31:36.422Z | Compiling typed-path v0.9.3 |
| 1634 | 2026-07-11T17:31:36.446Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-07-11T17:31:36.478Z | Compiling fixedbitset v0.5.7 |
| 1636 | 2026-07-11T17:31:36.526Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-07-11T17:31:36.543Z | Compiling cpufeatures v0.3.0 |
| 1638 | 2026-07-11T17:31:36.583Z | Compiling new_debug_unreachable v1.0.6 |
| 1639 | 2026-07-11T17:31:36.633Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-07-11T17:31:36.668Z | Compiling hyper v1.10.1 |
| 1641 | 2026-07-11T17:31:36.731Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-07-11T17:31:36.746Z | Compiling winnow v1.0.3 |
| 1643 | 2026-07-11T17:31:36.762Z | Compiling jiff v0.2.21 |
| 1644 | 2026-07-11T17:31:36.799Z | Compiling data-encoding v2.10.0 |
| 1645 | 2026-07-11T17:31:36.813Z | Compiling whoami v2.1.0 |
| 1646 | 2026-07-11T17:31:36.846Z | Compiling predicates-core v1.0.10 |
| 1647 | 2026-07-11T17:31:36.978Z | Compiling const-oid v0.10.2 |
| 1648 | 2026-07-11T17:31:37.036Z | Compiling tokio-postgres v0.7.16 |
| 1649 | 2026-07-11T17:31:37.091Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1650 | 2026-07-11T17:31:37.119Z | Compiling hickory-proto v0.25.2 |
| 1651 | 2026-07-11T17:31:37.199Z | Compiling digest v0.11.3 |
| 1652 | 2026-07-11T17:31:37.216Z | Compiling predicates v3.1.4 |
| 1653 | 2026-07-11T17:31:37.432Z | Compiling strum v0.26.3 |
| 1654 | 2026-07-11T17:31:37.455Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-07-11T17:31:37.521Z | Compiling string_cache v0.8.9 |
| 1656 | 2026-07-11T17:31:37.577Z | Compiling petgraph v0.8.3 |
| 1657 | 2026-07-11T17:31:37.580Z | Compiling clap v4.6.1 |
| 1658 | 2026-07-11T17:31:37.684Z | Compiling petgraph v0.6.5 |
| 1659 | 2026-07-11T17:31:37.699Z | Compiling chacha20 v0.10.0 |
| 1660 | 2026-07-11T17:31:37.715Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-07-11T17:31:37.767Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1662 | 2026-07-11T17:31:37.770Z | Compiling sha3 v0.10.8 |
| 1663 | 2026-07-11T17:31:37.798Z | Compiling hyper-util v0.1.20 |
| 1664 | 2026-07-11T17:31:37.896Z | Compiling itertools v0.13.0 |
| 1665 | 2026-07-11T17:31:38.081Z | Compiling usdt v0.6.0 |
| 1666 | 2026-07-11T17:31:38.132Z | Compiling env_logger v0.11.9 |
| 1667 | 2026-07-11T17:31:38.253Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-11T17:31:38.329Z | Compiling serde_with v3.17.0 |
| 1669 | 2026-07-11T17:31:38.361Z | Compiling crossterm v0.28.1 |
| 1670 | 2026-07-11T17:31:38.501Z | Compiling rsa v0.9.10 |
| 1671 | 2026-07-11T17:31:38.858Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-07-11T17:31:39.166Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-11T17:31:39.218Z | Compiling hyper-tls v0.6.0 |
| 1674 | 2026-07-11T17:31:39.482Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-07-11T17:31:39.579Z | Compiling zip v4.6.1 |
| 1676 | 2026-07-11T17:31:39.615Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-11T17:31:39.717Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-11T17:31:39.801Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-07-11T17:31:40.139Z | Compiling similar v2.7.0 |
| 1680 | 2026-07-11T17:31:40.178Z | Compiling heck v0.4.1 |
| 1681 | 2026-07-11T17:31:40.237Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-11T17:31:40.282Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-11T17:31:40.297Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-07-11T17:31:40.426Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-11T17:31:40.545Z | Compiling crossbeam-epoch v0.9.18 |
| 1686 | 2026-07-11T17:31:40.600Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-07-11T17:31:40.614Z | Compiling peg-runtime v0.8.5 |
| 1688 | 2026-07-11T17:31:40.668Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-07-11T17:31:40.815Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-07-11T17:31:40.900Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-07-11T17:31:40.920Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-07-11T17:31:40.947Z | Compiling filetime v0.2.27 |
| 1693 | 2026-07-11T17:31:41.035Z | Compiling xattr v1.6.1 |
| 1694 | 2026-07-11T17:31:41.039Z | Compiling term v1.2.1 |
| 1695 | 2026-07-11T17:31:41.066Z | Compiling take_mut v0.2.2 |
| 1696 | 2026-07-11T17:31:41.069Z | Compiling camino-tempfile v1.4.1 |
| 1697 | 2026-07-11T17:31:41.178Z | Compiling tar v0.4.45 |
| 1698 | 2026-07-11T17:31:41.322Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-07-11T17:31:58.871Z | Compiling rustls-webpki v0.103.13 |
| 1700 | 2026-07-11T17:32:01.579Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-07-11T17:32:01.579Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-07-11T17:32:01.583Z | Compiling tough v0.22.0 |
| 1703 | 2026-07-11T17:32:01.780Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-07-11T17:32:02.035Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-07-11T17:32:04.166Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-07-11T17:32:04.416Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-07-11T17:32:07.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s |
| 1708 | 2026-07-11T17:32:07.392Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-07-11T17:32:07.447Z | Jul 11 17:32:06.890 INFO Starting download, target: DendriteStub |
| 1710 | 2026-07-11T17:32:07.447Z | Jul 11 17:32:06.891 INFO Starting download, target: Clickhouse |
| 1711 | 2026-07-11T17:32:07.447Z | Jul 11 17:32:06.891 INFO Starting download, target: Cockroach |
| 1712 | 2026-07-11T17:32:07.447Z | Jul 11 17:32:06.891 INFO Starting download, target: MaghemiteMgd |
| 1713 | 2026-07-11T17:32:07.453Z | Jul 11 17:32:06.891 INFO Starting download, target: Console |
| 1714 | 2026-07-11T17:32:07.453Z | Jul 11 17:32:06.891 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-11T17:32:07.453Z | Jul 11 17:32:06.891 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1717 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1720 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-07-11T17:32:07.454Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-07-11T17:32:07.455Z | Jul 11 17:32:06.892 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-07-11T17:32:08.157Z | Jul 11 17:32:07.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-07-11T17:32:08.364Z | Jul 11 17:32:07.805 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-07-11T17:32:09.212Z | Jul 11 17:32:08.653 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-07-11T17:32:09.465Z | Jul 11 17:32:08.909 INFO Download complete, target: Console |
| 1727 | 2026-07-11T17:32:09.547Z | Jul 11 17:32:08.991 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-07-11T17:32:12.346Z | Jul 11 17:32:11.777 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1729 | 2026-07-11T17:32:12.543Z | Jul 11 17:32:11.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-07-11T17:32:12.733Z | Jul 11 17:32:12.172 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1731 | 2026-07-11T17:32:13.110Z | Jul 11 17:32:12.553 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-07-11T17:32:13.110Z | Jul 11 17:32:12.553 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-07-11T17:32:14.129Z | Jul 11 17:32:13.573 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-07-11T17:32:15.066Z | Jul 11 17:32:14.510 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-07-11T17:32:15.327Z | Jul 11 17:32:14.771 INFO Download complete, target: DendriteStub |
| 1736 | 2026-07-11T17:32:16.399Z | Jul 11 17:32:15.801 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-07-11T17:32:16.456Z | Jul 11 17:32:15.898 INFO Download complete, target: Clickhouse |
| 1738 | 2026-07-11T17:32:17.775Z | Jul 11 17:32:17.202 INFO Checking that binary works, target: Cockroach |
| 1739 | 2026-07-11T17:32:17.907Z | Jul 11 17:32:17.327 INFO Download complete, target: Cockroach |
| 1740 | 2026-07-11T17:32:17.932Z | All prerequisites installed successfully |
| 1741 | 2026-07-11T17:32:17.933Z | |
| 1742 | 2026-07-11T17:32:17.933Z | real 1:45.978960318 |
| 1743 | 2026-07-11T17:32:17.933Z | user 6:37.138925162 |
| 1744 | 2026-07-11T17:32:17.933Z | sys 1:39.381709213 |
| 1745 | 2026-07-11T17:32:17.933Z | trap 0.253310552 |
| 1746 | 2026-07-11T17:32:17.933Z | tflt 0.736281253 |
| 1747 | 2026-07-11T17:32:17.933Z | dflt 1.407402524 |
| 1748 | 2026-07-11T17:32:17.933Z | kflt 0.022422846 |
| 1749 | 2026-07-11T17:32:17.933Z | lock 23:47.057932652 |
| 1750 | 2026-07-11T17:32:17.933Z | slp 18:11.259794687 |
| 1751 | 2026-07-11T17:32:17.933Z | lat 24.480273707 |
| 1752 | 2026-07-11T17:32:17.933Z | stop 2:47.710042258 |
| 1753 | 2026-07-11T17:32:17.933Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-07-11T17:32:18.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1755 | 2026-07-11T17:32:18.375Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-07-11T17:32:19.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1757 | 2026-07-11T17:32:19.149Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-07-11T17:32:19.187Z | Jul 11 17:32:18.625 INFO Starting download, target: Softnpu |
| 1759 | 2026-07-11T17:32:19.190Z | Jul 11 17:32:18.626 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-07-11T17:32:19.731Z | Jul 11 17:32:19.173 INFO Download complete, target: Softnpu |
| 1761 | 2026-07-11T17:32:19.737Z | |
| 1762 | 2026-07-11T17:32:19.737Z | real 1.836722836 |
| 1763 | 2026-07-11T17:32:19.738Z | user 1.268213278 |
| 1764 | 2026-07-11T17:32:19.738Z | sys 0.593859509 |
| 1765 | 2026-07-11T17:32:19.738Z | trap 0.000788273 |
| 1766 | 2026-07-11T17:32:19.738Z | tflt 0.000285631 |
| 1767 | 2026-07-11T17:32:19.738Z | dflt 0.000485548 |
| 1768 | 2026-07-11T17:32:19.738Z | kflt 0.000000000 |
| 1769 | 2026-07-11T17:32:19.738Z | lock 10.054981992 |
| 1770 | 2026-07-11T17:32:19.738Z | slp 0.405600870 |
| 1771 | 2026-07-11T17:32:19.738Z | lat 0.080803349 |
| 1772 | 2026-07-11T17:32:19.738Z | stop 0.000216799 |
| 1773 | 2026-07-11T17:32:19.738Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-11T17:32:19.738Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-11T17:32:19.738Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-07-11T17:32:20.591Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-07-11T17:32:20.591Z | Compiling quote v1.0.45 |
| 1778 | 2026-07-11T17:32:20.591Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-07-11T17:32:20.594Z | Compiling libc v0.2.185 |
| 1780 | 2026-07-11T17:32:20.594Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-07-11T17:32:20.594Z | Compiling serde v1.0.228 |
| 1782 | 2026-07-11T17:32:20.594Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-07-11T17:32:20.759Z | Compiling version_check v0.9.5 |
| 1784 | 2026-07-11T17:32:20.770Z | Compiling shlex v1.3.0 |
| 1785 | 2026-07-11T17:32:20.773Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-11T17:32:20.773Z | Compiling zmij v1.0.21 |
| 1787 | 2026-07-11T17:32:20.774Z | Compiling memchr v2.8.0 |
| 1788 | 2026-07-11T17:32:20.774Z | Compiling serde_json v1.0.150 |
| 1789 | 2026-07-11T17:32:20.774Z | Compiling autocfg v1.5.0 |
| 1790 | 2026-07-11T17:32:20.881Z | Compiling portable-atomic v1.13.1 |
| 1791 | 2026-07-11T17:32:20.908Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-07-11T17:32:21.016Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-11T17:32:21.071Z | Compiling libm v0.2.16 |
| 1794 | 2026-07-11T17:32:21.087Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-07-11T17:32:21.119Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-07-11T17:32:21.291Z | Compiling smallvec v1.15.1 |
| 1797 | 2026-07-11T17:32:21.304Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-07-11T17:32:21.308Z | Compiling generic-array v0.14.7 |
| 1799 | 2026-07-11T17:32:21.319Z | Compiling num-traits v0.2.19 |
| 1800 | 2026-07-11T17:32:21.376Z | Compiling itoa v1.0.17 |
| 1801 | 2026-07-11T17:32:21.380Z | Compiling log v0.4.29 |
| 1802 | 2026-07-11T17:32:21.412Z | Compiling subtle v2.6.1 |
| 1803 | 2026-07-11T17:32:21.482Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-07-11T17:32:21.551Z | Compiling stable_deref_trait v1.2.1 |
| 1805 | 2026-07-11T17:32:21.585Z | Compiling typenum v1.20.1 |
| 1806 | 2026-07-11T17:32:21.660Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-07-11T17:32:21.664Z | Compiling rand_core v0.10.0 |
| 1808 | 2026-07-11T17:32:21.664Z | Compiling fnv v1.0.7 |
| 1809 | 2026-07-11T17:32:21.773Z | Compiling jobserver v0.1.34 |
| 1810 | 2026-07-11T17:32:21.797Z | Compiling errno v0.3.14 |
| 1811 | 2026-07-11T17:32:21.811Z | Compiling lock_api v0.4.14 |
| 1812 | 2026-07-11T17:32:21.886Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-07-11T17:32:21.908Z | Compiling thiserror v2.0.18 |
| 1814 | 2026-07-11T17:32:21.951Z | Compiling pin-project-lite v0.2.17 |
| 1815 | 2026-07-11T17:32:21.996Z | Compiling cc v1.2.56 |
| 1816 | 2026-07-11T17:32:21.999Z | Compiling litemap v0.8.1 |
| 1817 | 2026-07-11T17:32:22.042Z | Compiling syn v2.0.117 |
| 1818 | 2026-07-11T17:32:22.058Z | Compiling writeable v0.6.2 |
| 1819 | 2026-07-11T17:32:22.074Z | Compiling percent-encoding v2.3.2 |
| 1820 | 2026-07-11T17:32:22.092Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-07-11T17:32:22.095Z | Compiling getrandom v0.2.17 |
| 1822 | 2026-07-11T17:32:22.151Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-11T17:32:22.272Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-11T17:32:22.276Z | Compiling rustix v1.1.3 |
| 1825 | 2026-07-11T17:32:22.409Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-11T17:32:22.412Z | Compiling critical-section v1.2.0 |
| 1827 | 2026-07-11T17:32:22.412Z | Compiling dunce v1.0.5 |
| 1828 | 2026-07-11T17:32:22.412Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-11T17:32:22.551Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-07-11T17:32:22.662Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-07-11T17:32:22.710Z | Compiling heck v0.5.0 |
| 1832 | 2026-07-11T17:32:22.770Z | Compiling utf8_iter v1.0.4 |
| 1833 | 2026-07-11T17:32:22.773Z | Compiling form_urlencoded v1.2.2 |
| 1834 | 2026-07-11T17:32:22.799Z | Compiling once_cell v1.21.3 |
| 1835 | 2026-07-11T17:32:22.973Z | Compiling cmake v0.1.57 |
| 1836 | 2026-07-11T17:32:22.973Z | Compiling parking_lot v0.12.5 |
| 1837 | 2026-07-11T17:32:23.095Z | Compiling semver v1.0.28 |
| 1838 | 2026-07-11T17:32:23.124Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-07-11T17:32:23.172Z | Compiling socket2 v0.6.3 |
| 1840 | 2026-07-11T17:32:23.217Z | Compiling bitflags v2.11.0 |
| 1841 | 2026-07-11T17:32:23.247Z | Compiling mio v1.2.0 |
| 1842 | 2026-07-11T17:32:23.346Z | Compiling futures-core v0.3.32 |
| 1843 | 2026-07-11T17:32:23.384Z | Compiling aws-lc-rs v1.16.3 |
| 1844 | 2026-07-11T17:32:23.424Z | Compiling aws-lc-sys v0.40.0 |
| 1845 | 2026-07-11T17:32:23.484Z | Compiling strsim v0.11.1 |
| 1846 | 2026-07-11T17:32:23.519Z | Compiling httparse v1.10.1 |
| 1847 | 2026-07-11T17:32:23.814Z | Compiling byteorder v1.5.0 |
| 1848 | 2026-07-11T17:32:23.814Z | Compiling ucd-trie v0.1.7 |
| 1849 | 2026-07-11T17:32:23.868Z | Compiling thiserror v1.0.69 |
| 1850 | 2026-07-11T17:32:23.925Z | Compiling regex-syntax v0.8.10 |
| 1851 | 2026-07-11T17:32:23.941Z | Compiling syn v1.0.109 |
| 1852 | 2026-07-11T17:32:23.967Z | Compiling iana-time-zone v0.1.65 |
| 1853 | 2026-07-11T17:32:23.983Z | Compiling pest v2.8.6 |
| 1854 | 2026-07-11T17:32:24.000Z | Compiling ident_case v1.0.1 |
| 1855 | 2026-07-11T17:32:24.016Z | Compiling const-oid v0.9.6 |
| 1856 | 2026-07-11T17:32:24.031Z | Compiling vcpkg v0.2.15 |
| 1857 | 2026-07-11T17:32:24.290Z | Compiling uuid v1.23.4 |
| 1858 | 2026-07-11T17:32:24.392Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-07-11T17:32:24.467Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-07-11T17:32:24.574Z | Compiling rustls v0.23.41 |
| 1861 | 2026-07-11T17:32:24.599Z | Compiling futures-channel v0.3.32 |
| 1862 | 2026-07-11T17:32:24.614Z | Compiling openssl-sys v0.9.115 |
| 1863 | 2026-07-11T17:32:24.755Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-07-11T17:32:24.789Z | Compiling futures-task v0.3.32 |
| 1865 | 2026-07-11T17:32:24.792Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-11T17:32:24.850Z | Compiling slab v0.4.12 |
| 1867 | 2026-07-11T17:32:24.915Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-07-11T17:32:24.961Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-07-11T17:32:25.094Z | Compiling pest_meta v2.8.6 |
| 1870 | 2026-07-11T17:32:25.155Z | Compiling time-core v0.1.8 |
| 1871 | 2026-07-11T17:32:25.210Z | Compiling plain v0.2.3 |
| 1872 | 2026-07-11T17:32:25.227Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-07-11T17:32:25.242Z | Compiling crc32fast v1.5.0 |
| 1874 | 2026-07-11T17:32:25.277Z | Compiling dyn-clone v1.0.20 |
| 1875 | 2026-07-11T17:32:25.360Z | Compiling base64 v0.22.1 |
| 1876 | 2026-07-11T17:32:25.381Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-07-11T17:32:25.461Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-07-11T17:32:25.579Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-07-11T17:32:25.614Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-07-11T17:32:25.662Z | Compiling openssl v0.10.79 |
| 1881 | 2026-07-11T17:32:25.691Z | Compiling pest_generator v2.8.6 |
| 1882 | 2026-07-11T17:32:25.741Z | Compiling darling_core v0.21.3 |
| 1883 | 2026-07-11T17:32:25.777Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-07-11T17:32:25.873Z | Compiling anyhow v1.0.102 |
| 1885 | 2026-07-11T17:32:25.890Z | Compiling native-tls v0.2.18 |
| 1886 | 2026-07-11T17:32:25.923Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-11T17:32:26.030Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-11T17:32:26.161Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-11T17:32:26.194Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-07-11T17:32:26.197Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-07-11T17:32:26.226Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-07-11T17:32:26.230Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-07-11T17:32:26.268Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-07-11T17:32:26.340Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-07-11T17:32:26.371Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-07-11T17:32:26.389Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-07-11T17:32:26.410Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-07-11T17:32:26.517Z | Compiling thiserror-impl v2.0.18 |
| 1899 | 2026-07-11T17:32:26.835Z | Compiling zeroize v1.8.2 |
| 1900 | 2026-07-11T17:32:27.105Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-07-11T17:32:27.120Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-07-11T17:32:27.226Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-07-11T17:32:27.242Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-07-11T17:32:27.331Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-07-11T17:32:27.400Z | Compiling zerofrom v0.1.6 |
| 1906 | 2026-07-11T17:32:27.546Z | Compiling yoke v0.8.1 |
| 1907 | 2026-07-11T17:32:27.722Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-07-11T17:32:27.739Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-07-11T17:32:27.823Z | Compiling crypto-common v0.1.7 |
| 1910 | 2026-07-11T17:32:27.839Z | Compiling futures-util v0.3.32 |
| 1911 | 2026-07-11T17:32:27.989Z | Compiling block-buffer v0.10.4 |
| 1912 | 2026-07-11T17:32:28.302Z | Compiling tinystr v0.8.2 |
| 1913 | 2026-07-11T17:32:28.334Z | Compiling potential_utf v0.1.4 |
| 1914 | 2026-07-11T17:32:28.351Z | Compiling digest v0.10.7 |
| 1915 | 2026-07-11T17:32:28.382Z | Compiling scroll_derive v0.12.1 |
| 1916 | 2026-07-11T17:32:28.406Z | Compiling scroll_derive v0.13.1 |
| 1917 | 2026-07-11T17:32:28.466Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-07-11T17:32:28.533Z | Compiling icu_locale_core v2.1.1 |
| 1919 | 2026-07-11T17:32:28.549Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-07-11T17:32:28.831Z | Compiling darling_macro v0.21.3 |
| 1921 | 2026-07-11T17:32:29.067Z | Compiling regex v1.12.3 |
| 1922 | 2026-07-11T17:32:29.205Z | Compiling zerocopy-derive v0.7.35 |
| 1923 | 2026-07-11T17:32:29.237Z | Compiling icu_provider v2.1.1 |
| 1924 | 2026-07-11T17:32:29.282Z | Compiling cookie v0.18.1 |
| 1925 | 2026-07-11T17:32:29.352Z | Compiling bytes v1.11.1 |
| 1926 | 2026-07-11T17:32:29.475Z | Compiling chrono v0.4.44 |
| 1927 | 2026-07-11T17:32:29.507Z | Compiling icu_normalizer v2.1.1 |
| 1928 | 2026-07-11T17:32:29.511Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-07-11T17:32:29.624Z | Compiling serde_tokenstream v0.2.3 |
| 1930 | 2026-07-11T17:32:29.930Z | Compiling tokio v1.52.1 |
| 1931 | 2026-07-11T17:32:30.051Z | Compiling http v1.4.2 |
| 1932 | 2026-07-11T17:32:30.231Z | Compiling camino v1.2.2 |
| 1933 | 2026-07-11T17:32:30.332Z | Compiling base64ct v1.8.3 |
| 1934 | 2026-07-11T17:32:30.551Z | Compiling idna_adapter v1.2.1 |
| 1935 | 2026-07-11T17:32:30.568Z | Compiling pem-rfc7468 v0.7.0 |
| 1936 | 2026-07-11T17:32:30.706Z | Compiling idna v1.1.0 |
| 1937 | 2026-07-11T17:32:30.722Z | Compiling ppv-lite86 v0.2.21 |
| 1938 | 2026-07-11T17:32:30.894Z | Compiling darling v0.21.3 |
| 1939 | 2026-07-11T17:32:30.996Z | Compiling tracing v0.1.44 |
| 1940 | 2026-07-11T17:32:31.049Z | Compiling url v2.5.8 |
| 1941 | 2026-07-11T17:32:31.411Z | Compiling flagset v0.4.7 |
| 1942 | 2026-07-11T17:32:31.474Z | Compiling rand_chacha v0.9.0 |
| 1943 | 2026-07-11T17:32:31.708Z | Compiling der v0.7.10 |
| 1944 | 2026-07-11T17:32:31.841Z | Compiling http-body v1.0.1 |
| 1945 | 2026-07-11T17:32:31.844Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-11T17:32:32.135Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-11T17:32:32.156Z | Compiling paste v1.0.15 |
| 1948 | 2026-07-11T17:32:32.224Z | Compiling openssl-probe v0.2.1 |
| 1949 | 2026-07-11T17:32:32.266Z | Compiling ref-cast v1.0.25 |
| 1950 | 2026-07-11T17:32:32.281Z | Compiling cmov v0.5.4 |
| 1951 | 2026-07-11T17:32:32.443Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-07-11T17:32:32.527Z | Compiling usdt-impl v0.6.0 |
| 1953 | 2026-07-11T17:32:32.545Z | Compiling fastrand v2.3.0 |
| 1954 | 2026-07-11T17:32:32.737Z | Compiling either v1.15.0 |
| 1955 | 2026-07-11T17:32:32.754Z | Compiling ctutils v0.4.2 |
| 1956 | 2026-07-11T17:32:32.771Z | Compiling spki v0.7.3 |
| 1957 | 2026-07-11T17:32:32.785Z | Compiling tinyvec v1.10.0 |
| 1958 | 2026-07-11T17:32:32.893Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-11T17:32:32.992Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-07-11T17:32:33.008Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-07-11T17:32:33.025Z | Compiling scroll v0.13.0 |
| 1962 | 2026-07-11T17:32:33.028Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-11T17:32:33.141Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-11T17:32:33.157Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-11T17:32:33.203Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-11T17:32:33.228Z | Compiling tower-layer v0.3.3 |
| 1967 | 2026-07-11T17:32:33.243Z | Compiling atomic-waker v1.1.2 |
| 1968 | 2026-07-11T17:32:33.270Z | Compiling signal-hook v0.3.18 |
| 1969 | 2026-07-11T17:32:33.313Z | Compiling rustix v0.38.44 |
| 1970 | 2026-07-11T17:32:33.329Z | Compiling winnow v0.7.14 |
| 1971 | 2026-07-11T17:32:33.413Z | Compiling cpufeatures v0.2.17 |
| 1972 | 2026-07-11T17:32:33.493Z | Compiling litrs v1.0.0 |
| 1973 | 2026-07-11T17:32:33.509Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-07-11T17:32:33.512Z | Compiling untrusted v0.7.1 |
| 1975 | 2026-07-11T17:32:33.539Z | Compiling tower-service v0.3.3 |
| 1976 | 2026-07-11T17:32:33.542Z | Compiling winnow v1.0.3 |
| 1977 | 2026-07-11T17:32:33.592Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-07-11T17:32:33.607Z | Compiling goblin v0.8.2 |
| 1979 | 2026-07-11T17:32:33.657Z | Compiling goblin v0.10.5 |
| 1980 | 2026-07-11T17:32:33.719Z | Compiling want v0.3.1 |
| 1981 | 2026-07-11T17:32:33.754Z | Compiling hybrid-array v0.4.13 |
| 1982 | 2026-07-11T17:32:33.898Z | Compiling tokio-util v0.7.18 |
| 1983 | 2026-07-11T17:32:33.917Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1984 | 2026-07-11T17:32:33.969Z | Compiling document-features v0.2.12 |
| 1985 | 2026-07-11T17:32:34.514Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-11T17:32:34.560Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-11T17:32:34.581Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-11T17:32:34.611Z | Compiling h2 v0.4.15 |
| 1989 | 2026-07-11T17:32:34.827Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-07-11T17:32:34.845Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-07-11T17:32:34.908Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-07-11T17:32:35.019Z | Compiling utf8parse v0.2.2 |
| 1993 | 2026-07-11T17:32:35.170Z | Compiling winnow v0.5.40 |
| 1994 | 2026-07-11T17:32:35.272Z | Compiling powerfmt v0.2.0 |
| 1995 | 2026-07-11T17:32:35.338Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-07-11T17:32:35.489Z | Compiling untrusted v0.9.0 |
| 1997 | 2026-07-11T17:32:35.505Z | Compiling foreign-types-shared v0.1.1 |
| 1998 | 2026-07-11T17:32:35.568Z | Compiling deranged v0.5.8 |
| 1999 | 2026-07-11T17:32:35.584Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-07-11T17:32:35.607Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-07-11T17:32:35.744Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-11T17:32:35.970Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-11T17:32:36.223Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-07-11T17:32:36.350Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2026-07-11T17:32:36.375Z | Compiling dof v0.4.0 |
| 2006 | 2026-07-11T17:32:36.586Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-07-11T17:32:36.777Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-11T17:32:36.810Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-11T17:32:36.826Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-07-11T17:32:37.139Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-07-11T17:32:37.304Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-11T17:32:37.386Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-11T17:32:37.401Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-11T17:32:37.484Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-07-11T17:32:37.552Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-07-11T17:32:37.580Z | Compiling cfg_aliases v0.2.1 |
| 2017 | 2026-07-11T17:32:37.595Z | Compiling num_threads v0.1.7 |
| 2018 | 2026-07-11T17:32:37.679Z | Compiling anstyle v1.0.14 |
| 2019 | 2026-07-11T17:32:37.719Z | Compiling nix v0.31.2 |
| 2020 | 2026-07-11T17:32:37.782Z | Compiling hyper v1.10.1 |
| 2021 | 2026-07-11T17:32:37.827Z | Compiling time v0.3.47 |
| 2022 | 2026-07-11T17:32:38.097Z | Compiling darling v0.20.11 |
| 2023 | 2026-07-11T17:32:38.217Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-11T17:32:38.388Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-11T17:32:38.426Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-11T17:32:38.584Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-07-11T17:32:38.584Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-07-11T17:32:38.721Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-07-11T17:32:38.850Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-07-11T17:32:38.914Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-07-11T17:32:39.095Z | Compiling anstyle-query v1.1.5 |
| 2032 | 2026-07-11T17:32:39.222Z | Compiling bit-vec v0.8.0 |
| 2033 | 2026-07-11T17:32:39.236Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-07-11T17:32:39.278Z | Compiling colorchoice v1.0.4 |
| 2035 | 2026-07-11T17:32:39.363Z | Compiling simd-adler32 v0.3.8 |
| 2036 | 2026-07-11T17:32:39.456Z | Compiling is_terminal_polyfill v1.70.2 |
| 2037 | 2026-07-11T17:32:39.471Z | Compiling siphasher v1.0.2 |
| 2038 | 2026-07-11T17:32:39.979Z | Compiling bit-set v0.8.0 |
| 2039 | 2026-07-11T17:32:39.995Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-07-11T17:32:40.168Z | Compiling tower v0.5.3 |
| 2041 | 2026-07-11T17:32:40.482Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-07-11T17:32:40.586Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-07-11T17:32:40.659Z | Compiling hubpack_derive v0.1.1 |
| 2044 | 2026-07-11T17:32:40.754Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-07-11T17:32:40.788Z | Compiling strum_macros v0.27.2 |
| 2046 | 2026-07-11T17:32:40.823Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-11T17:32:40.912Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-07-11T17:32:40.955Z | Compiling ahash v0.8.12 |
| 2049 | 2026-07-11T17:32:41.135Z | Compiling unicode-bidi v0.3.18 |
| 2050 | 2026-07-11T17:32:41.151Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-07-11T17:32:41.165Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2026-07-11T17:32:41.205Z | Compiling unarray v0.1.4 |
| 2053 | 2026-07-11T17:32:41.336Z | Compiling object v0.37.3 |
| 2054 | 2026-07-11T17:32:41.367Z | Compiling allocator-api2 v0.2.21 |
| 2055 | 2026-07-11T17:32:41.382Z | Compiling ryu v1.0.23 |
| 2056 | 2026-07-11T17:32:41.551Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-07-11T17:32:41.576Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-07-11T17:32:41.618Z | Compiling serde_urlencoded v0.7.1 |
| 2059 | 2026-07-11T17:32:41.633Z | Compiling stringprep v0.1.5 |
| 2060 | 2026-07-11T17:32:41.679Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-07-11T17:32:41.731Z | Compiling proptest v1.10.0 |
| 2062 | 2026-07-11T17:32:41.880Z | Compiling derive_builder_macro v0.20.2 |
| 2063 | 2026-07-11T17:32:42.224Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2026-07-11T17:32:42.422Z | Compiling usdt-macro v0.6.0 |
| 2065 | 2026-07-11T17:32:42.439Z | Compiling usdt-attr-macro v0.6.0 |
| 2066 | 2026-07-11T17:32:42.455Z | Compiling anstyle-parse v1.0.0 |
| 2067 | 2026-07-11T17:32:42.485Z | Compiling block-buffer v0.12.1 |
| 2068 | 2026-07-11T17:32:42.583Z | Compiling block-padding v0.4.2 |
| 2069 | 2026-07-11T17:32:42.670Z | Compiling crypto-common v0.2.2 |
| 2070 | 2026-07-11T17:32:42.752Z | Compiling tower-http v0.6.8 |
| 2071 | 2026-07-11T17:32:43.029Z | Compiling rustls-native-certs v0.8.3 |
| 2072 | 2026-07-11T17:32:43.165Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-07-11T17:32:43.259Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-11T17:32:43.275Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-07-11T17:32:43.293Z | Compiling signature v2.2.0 |
| 2076 | 2026-07-11T17:32:43.296Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-11T17:32:43.447Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-11T17:32:43.476Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-11T17:32:43.526Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-11T17:32:43.593Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-11T17:32:43.750Z | Compiling cpufeatures v0.3.0 |
| 2082 | 2026-07-11T17:32:43.765Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-07-11T17:32:43.801Z | Compiling mime v0.3.17 |
| 2084 | 2026-07-11T17:32:43.841Z | Compiling psl-types v2.0.11 |
| 2085 | 2026-07-11T17:32:43.874Z | Compiling fallible-iterator v0.2.0 |
| 2086 | 2026-07-11T17:32:43.923Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-07-11T17:32:43.989Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-07-11T17:32:44.151Z | Compiling num-iter v0.1.45 |
| 2089 | 2026-07-11T17:32:44.178Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-07-11T17:32:44.301Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-11T17:32:44.703Z | Compiling inout v0.2.2 |
| 2092 | 2026-07-11T17:32:44.771Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-07-11T17:32:44.789Z | Compiling anstream v1.0.0 |
| 2094 | 2026-07-11T17:32:44.841Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-07-11T17:32:44.883Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-07-11T17:32:44.937Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-11T17:32:44.990Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-11T17:32:45.013Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-11T17:32:45.122Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-11T17:32:45.189Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-11T17:32:45.242Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-11T17:32:45.259Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-07-11T17:32:45.273Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-07-11T17:32:45.290Z | Compiling hex v0.4.3 |
| 2105 | 2026-07-11T17:32:45.388Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-07-11T17:32:45.406Z | Compiling clap_derive v4.6.1 |
| 2107 | 2026-07-11T17:32:45.436Z | Compiling serde_repr v0.1.20 |
| 2108 | 2026-07-11T17:32:45.522Z | Compiling async-recursion v1.1.1 |
| 2109 | 2026-07-11T17:32:45.601Z | Compiling ff v0.13.1 |
| 2110 | 2026-07-11T17:32:45.620Z | Compiling vergen v9.1.0 |
| 2111 | 2026-07-11T17:32:45.635Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-07-11T17:32:45.856Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-07-11T17:32:45.902Z | Compiling managed v0.8.0 |
| 2114 | 2026-07-11T17:32:45.986Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-07-11T17:32:46.059Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-07-11T17:32:46.167Z | Compiling bitflags v1.3.2 |
| 2117 | 2026-07-11T17:32:46.197Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-07-11T17:32:46.249Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-07-11T17:32:46.265Z | Compiling base16ct v0.2.0 |
| 2120 | 2026-07-11T17:32:46.282Z | Compiling same-file v1.0.6 |
| 2121 | 2026-07-11T17:32:46.335Z | Compiling libbz2-rs-sys v0.2.2 |
| 2122 | 2026-07-11T17:32:46.459Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-07-11T17:32:46.490Z | Compiling walkdir v2.5.0 |
| 2124 | 2026-07-11T17:32:46.520Z | Compiling sec1 v0.7.3 |
| 2125 | 2026-07-11T17:32:46.548Z | Compiling clap_builder v4.6.0 |
| 2126 | 2026-07-11T17:32:46.736Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-07-11T17:32:46.779Z | Compiling hashbrown v0.16.1 |
| 2128 | 2026-07-11T17:32:46.799Z | Compiling hashbrown v0.15.5 |
| 2129 | 2026-07-11T17:32:46.973Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-11T17:32:47.014Z | Compiling group v0.13.0 |
| 2131 | 2026-07-11T17:32:47.384Z | Compiling futures v0.3.32 |
| 2132 | 2026-07-11T17:32:47.411Z | Compiling anstream v0.6.21 |
| 2133 | 2026-07-11T17:32:47.478Z | Compiling zstd v0.13.3 |
| 2134 | 2026-07-11T17:32:47.870Z | Compiling phf v0.13.1 |
| 2135 | 2026-07-11T17:32:47.917Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-11T17:32:48.002Z | Compiling reqwest v0.12.28 |
| 2137 | 2026-07-11T17:32:48.045Z | Compiling daft v0.1.7 |
| 2138 | 2026-07-11T17:32:48.266Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-07-11T17:32:48.282Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-11T17:32:48.348Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-07-11T17:32:48.384Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-11T17:32:48.406Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-07-11T17:32:48.573Z | Compiling globset v0.4.18 |
| 2144 | 2026-07-11T17:32:48.612Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-07-11T17:32:48.628Z | Compiling strum v0.27.2 |
| 2146 | 2026-07-11T17:32:48.845Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-07-11T17:32:48.921Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-07-11T17:32:48.953Z | Compiling hkdf v0.12.4 |
| 2149 | 2026-07-11T17:32:48.956Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-07-11T17:32:49.009Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-07-11T17:32:49.071Z | Compiling olpc-cjson v0.1.4 |
| 2152 | 2026-07-11T17:32:49.246Z | Compiling pem v3.0.6 |
| 2153 | 2026-07-11T17:32:49.359Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-07-11T17:32:49.445Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-07-11T17:32:49.480Z | Compiling crypto-bigint v0.5.5 |
| 2156 | 2026-07-11T17:32:49.555Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-07-11T17:32:49.576Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-07-11T17:32:49.589Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-07-11T17:32:49.722Z | Compiling const-oid v0.10.2 |
| 2160 | 2026-07-11T17:32:49.722Z | Compiling toml_write v0.1.2 |
| 2161 | 2026-07-11T17:32:49.753Z | Compiling fixedbitset v0.4.2 |
| 2162 | 2026-07-11T17:32:49.796Z | Compiling fixedbitset v0.5.7 |
| 2163 | 2026-07-11T17:32:49.864Z | Compiling normalize-line-endings v0.3.0 |
| 2164 | 2026-07-11T17:32:49.879Z | Compiling keccak v0.1.6 |
| 2165 | 2026-07-11T17:32:49.943Z | Compiling static_assertions v1.1.0 |
| 2166 | 2026-07-11T17:32:49.957Z | Compiling typed-path v0.9.3 |
| 2167 | 2026-07-11T17:32:49.973Z | Compiling data-encoding v2.10.0 |
| 2168 | 2026-07-11T17:32:49.976Z | Compiling predicates-core v1.0.10 |
| 2169 | 2026-07-11T17:32:50.107Z | Compiling new_debug_unreachable v1.0.6 |
| 2170 | 2026-07-11T17:32:50.169Z | Compiling precomputed-hash v0.1.1 |
| 2171 | 2026-07-11T17:32:50.185Z | Compiling jiff v0.2.21 |
| 2172 | 2026-07-11T17:32:50.214Z | Compiling difflib v0.4.0 |
| 2173 | 2026-07-11T17:32:50.274Z | Compiling whoami v2.1.0 |
| 2174 | 2026-07-11T17:32:50.291Z | Compiling hickory-proto v0.25.2 |
| 2175 | 2026-07-11T17:32:50.341Z | Compiling chacha20 v0.10.0 |
| 2176 | 2026-07-11T17:32:50.396Z | Compiling elliptic-curve v0.13.8 |
| 2177 | 2026-07-11T17:32:50.520Z | Compiling tokio-postgres v0.7.16 |
| 2178 | 2026-07-11T17:32:50.563Z | Compiling predicates v3.1.4 |
| 2179 | 2026-07-11T17:32:50.597Z | Compiling string_cache v0.8.9 |
| 2180 | 2026-07-11T17:32:50.651Z | Compiling sha3 v0.10.8 |
| 2181 | 2026-07-11T17:32:50.667Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2182 | 2026-07-11T17:32:50.672Z | Compiling petgraph v0.8.3 |
| 2183 | 2026-07-11T17:32:50.761Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-07-11T17:32:50.830Z | Compiling toml_edit v0.22.27 |
| 2185 | 2026-07-11T17:32:50.847Z | Compiling digest v0.11.3 |
| 2186 | 2026-07-11T17:32:50.992Z | Compiling env_logger v0.11.9 |
| 2187 | 2026-07-11T17:32:51.065Z | Compiling usdt v0.6.0 |
| 2188 | 2026-07-11T17:32:51.558Z | Compiling rsa v0.9.10 |
| 2189 | 2026-07-11T17:32:52.660Z | Compiling ed25519-dalek v2.2.0 |
| 2190 | 2026-07-11T17:32:52.721Z | Compiling zip v0.6.6 |
| 2191 | 2026-07-11T17:32:52.867Z | Compiling zip v4.6.1 |
| 2192 | 2026-07-11T17:32:53.180Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-07-11T17:32:53.273Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-07-11T17:32:53.366Z | Compiling clap v4.6.1 |
| 2195 | 2026-07-11T17:32:53.505Z | Compiling serde_with v3.17.0 |
| 2196 | 2026-07-11T17:32:53.789Z | Compiling similar v2.7.0 |
| 2197 | 2026-07-11T17:32:53.832Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-11T17:32:53.860Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-11T17:32:53.903Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-11T17:32:53.976Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-11T17:32:54.253Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-11T17:32:54.364Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-11T17:32:54.444Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-11T17:32:54.534Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-11T17:32:55.094Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-07-11T17:32:55.156Z | Compiling peg-runtime v0.8.5 |
| 2207 | 2026-07-11T17:33:11.470Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-11T17:33:12.575Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-11T17:33:12.601Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-11T17:33:12.634Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-07-11T17:33:12.855Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-11T17:33:12.897Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-11T17:33:12.994Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-11T17:33:13.027Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-11T17:33:13.127Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-07-11T17:33:13.188Z | Compiling heapless v0.8.0 |
| 2217 | 2026-07-11T17:33:13.355Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2218 | 2026-07-11T17:33:13.374Z | Compiling crossbeam-deque v0.8.6 |
| 2219 | 2026-07-11T17:33:13.463Z | Compiling inout v0.1.4 |
| 2220 | 2026-07-11T17:33:13.481Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2221 | 2026-07-11T17:33:13.520Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-07-11T17:33:13.524Z | Compiling multer v3.1.0 |
| 2223 | 2026-07-11T17:33:13.611Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-07-11T17:33:13.627Z | Compiling structmeta v0.3.0 |
| 2225 | 2026-07-11T17:33:13.644Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-07-11T17:33:13.660Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-07-11T17:33:13.693Z | Compiling match_cfg v0.1.0 |
| 2228 | 2026-07-11T17:33:13.696Z | Compiling unicode-width v0.2.0 |
| 2229 | 2026-07-11T17:33:13.763Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-07-11T17:33:13.787Z | Compiling compression-core v0.4.31 |
| 2231 | 2026-07-11T17:33:13.849Z | Compiling derive-ex v0.1.8 |
| 2232 | 2026-07-11T17:33:13.928Z | Compiling compression-codecs v0.4.37 |
| 2233 | 2026-07-11T17:33:13.972Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-07-11T17:33:14.003Z | Compiling hostname v0.3.1 |
| 2235 | 2026-07-11T17:33:14.058Z | Compiling cipher v0.4.4 |
| 2236 | 2026-07-11T17:33:14.174Z | Compiling ingot-macros v0.1.1 |
| 2237 | 2026-07-11T17:33:14.177Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-11T17:33:14.298Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-07-11T17:33:14.319Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-07-11T17:33:14.340Z | Compiling half v2.7.1 |
| 2241 | 2026-07-11T17:33:14.415Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-07-11T17:33:14.487Z | Compiling cobs v0.3.0 |
| 2243 | 2026-07-11T17:33:14.558Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-07-11T17:33:14.574Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2245 | 2026-07-11T17:33:14.706Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-07-11T17:33:14.725Z | Compiling serde_spanned v1.1.1 |
| 2247 | 2026-07-11T17:33:14.778Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2248 | 2026-07-11T17:33:14.889Z | Compiling is-terminal v0.4.17 |
| 2249 | 2026-07-11T17:33:15.015Z | Compiling dropshot v0.17.1 |
| 2250 | 2026-07-11T17:33:15.031Z | Compiling proc-macro-error-attr v1.0.4 |
| 2251 | 2026-07-11T17:33:15.162Z | Compiling tokio-rustls v0.26.4 |
| 2252 | 2026-07-11T17:33:15.222Z | Compiling rustls-platform-verifier v0.6.2 |
| 2253 | 2026-07-11T17:33:15.264Z | Compiling tough v0.22.0 |
| 2254 | 2026-07-11T17:33:15.281Z | Compiling opaque-debug v0.3.1 |
| 2255 | 2026-07-11T17:33:15.298Z | Compiling convert_case v0.4.0 |
| 2256 | 2026-07-11T17:33:15.367Z | Compiling take_mut v0.2.2 |
| 2257 | 2026-07-11T17:33:15.382Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2258 | 2026-07-11T17:33:15.445Z | Compiling hyper-rustls v0.27.7 |
| 2259 | 2026-07-11T17:33:15.461Z | Compiling ciborium-io v0.2.2 |
| 2260 | 2026-07-11T17:33:15.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2261 | 2026-07-11T17:33:15.573Z | Compiling term v1.2.1 |
| 2262 | 2026-07-11T17:33:15.613Z | Compiling thiserror-no-std v2.0.2 |
| 2263 | 2026-07-11T17:33:15.636Z | Compiling derive_more v0.99.20 |
| 2264 | 2026-07-11T17:33:15.660Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2265 | 2026-07-11T17:33:15.664Z | Compiling ciborium-ll v0.2.2 |
| 2266 | 2026-07-11T17:33:15.719Z | Compiling reqwest v0.13.2 |
| 2267 | 2026-07-11T17:33:15.775Z | Compiling test-strategy v0.4.5 |
| 2268 | 2026-07-11T17:33:15.940Z | Compiling slog-term v2.9.2 |
| 2269 | 2026-07-11T17:33:16.547Z | Compiling poly1305 v0.8.0 |
| 2270 | 2026-07-11T17:33:16.752Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-07-11T17:33:16.779Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-07-11T17:33:17.036Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-07-11T17:33:17.059Z | Compiling postcard v1.1.3 |
| 2274 | 2026-07-11T17:33:17.128Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-11T17:33:17.196Z | Compiling ingot v0.1.1 |
| 2276 | 2026-07-11T17:33:17.214Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-07-11T17:33:17.245Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-07-11T17:33:17.344Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-07-11T17:33:17.490Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-11T17:33:17.537Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-11T17:33:17.828Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-11T17:33:17.843Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-11T17:33:18.106Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-07-11T17:33:18.213Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-07-11T17:33:18.269Z | Compiling backon v1.6.0 |
| 2286 | 2026-07-11T17:33:18.464Z | Compiling password-hash v0.5.0 |
| 2287 | 2026-07-11T17:33:18.481Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2288 | 2026-07-11T17:33:18.550Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-07-11T17:33:18.621Z | Compiling dropshot_endpoint v0.17.1 |
| 2290 | 2026-07-11T17:33:18.859Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-07-11T17:33:18.916Z | Compiling aead v0.5.2 |
| 2292 | 2026-07-11T17:33:18.936Z | Compiling foreign-types-macros v0.2.3 |
| 2293 | 2026-07-11T17:33:18.986Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2294 | 2026-07-11T17:33:19.036Z | Compiling serde_path_to_error v0.1.20 |
| 2295 | 2026-07-11T17:33:19.053Z | Compiling hostname v0.4.2 |
| 2296 | 2026-07-11T17:33:19.071Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2297 | 2026-07-11T17:33:19.135Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-07-11T17:33:19.234Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2299 | 2026-07-11T17:33:19.373Z | Compiling instant v0.1.13 |
| 2300 | 2026-07-11T17:33:19.390Z | Compiling foreign-types-shared v0.3.1 |
| 2301 | 2026-07-11T17:33:19.424Z | Compiling debug-ignore v1.0.5 |
| 2302 | 2026-07-11T17:33:19.452Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2303 | 2026-07-11T17:33:19.486Z | Compiling backoff v0.4.0 |
| 2304 | 2026-07-11T17:33:19.515Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2305 | 2026-07-11T17:33:19.519Z | Compiling argon2 v0.5.3 |
| 2306 | 2026-07-11T17:33:19.519Z | Compiling chacha20poly1305 v0.10.1 |
| 2307 | 2026-07-11T17:33:19.561Z | Compiling parse-display v0.10.0 |
| 2308 | 2026-07-11T17:33:19.564Z | Compiling foreign-types v0.5.0 |
| 2309 | 2026-07-11T17:33:19.564Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2310 | 2026-07-11T17:33:19.595Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-07-11T17:33:19.624Z | Compiling num_enum v0.7.6 |
| 2312 | 2026-07-11T17:33:19.664Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-07-11T17:33:19.699Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-07-11T17:33:19.771Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-11T17:33:19.857Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-11T17:33:19.896Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-11T17:33:20.100Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-07-11T17:33:20.207Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-07-11T17:33:20.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2320 | 2026-07-11T17:33:20.401Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-07-11T17:33:20.464Z | Compiling humantime v2.3.0 |
| 2322 | 2026-07-11T17:33:20.480Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-07-11T17:33:20.565Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-07-11T17:33:20.582Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-07-11T17:33:20.599Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-07-11T17:33:20.671Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2327 | 2026-07-11T17:33:20.708Z | Compiling rayon v1.11.0 |
| 2328 | 2026-07-11T17:33:20.756Z | Compiling rand v0.10.1 |
| 2329 | 2026-07-11T17:33:20.823Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-07-11T17:33:20.867Z | Compiling indent_write v2.2.0 |
| 2331 | 2026-07-11T17:33:20.895Z | Compiling colored v3.1.1 |
| 2332 | 2026-07-11T17:33:20.923Z | Compiling libefi-sys v0.1.0 |
| 2333 | 2026-07-11T17:33:21.002Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-07-11T17:33:21.018Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-07-11T17:33:21.037Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-11T17:33:21.178Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2337 | 2026-07-11T17:33:21.195Z | Compiling camino-tempfile v1.4.1 |
| 2338 | 2026-07-11T17:33:21.211Z | Compiling itertools v0.12.1 |
| 2339 | 2026-07-11T17:33:21.214Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-07-11T17:33:21.271Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-11T17:33:21.299Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-07-11T17:33:21.543Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2343 | 2026-07-11T17:33:21.589Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-07-11T17:33:21.593Z | Compiling blake3 v1.8.5 |
| 2345 | 2026-07-11T17:33:21.607Z | Compiling memmap v0.7.0 |
| 2346 | 2026-07-11T17:33:21.624Z | Compiling sigpipe v0.1.3 |
| 2347 | 2026-07-11T17:33:21.658Z | Compiling glob v0.3.3 |
| 2348 | 2026-07-11T17:33:21.674Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-07-11T17:33:21.752Z | Compiling swrite v0.1.0 |
| 2350 | 2026-07-11T17:33:21.904Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2351 | 2026-07-11T17:33:21.963Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-07-11T17:33:21.966Z | Compiling smf v0.2.3 |
| 2353 | 2026-07-11T17:33:22.070Z | Compiling usdt v0.5.0 |
| 2354 | 2026-07-11T17:33:22.165Z | Compiling filetime v0.2.27 |
| 2355 | 2026-07-11T17:33:22.210Z | Compiling whoami v1.6.1 |
| 2356 | 2026-07-11T17:33:22.281Z | Compiling arrayvec v0.7.6 |
| 2357 | 2026-07-11T17:33:22.422Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-07-11T17:33:22.477Z | Compiling arrayref v0.3.9 |
| 2359 | 2026-07-11T17:33:22.508Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-07-11T17:33:22.523Z | Compiling xattr v1.6.1 |
| 2361 | 2026-07-11T17:33:22.547Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-11T17:33:22.547Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2363 | 2026-07-11T17:33:22.578Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-07-11T17:33:22.630Z | Compiling tokio-dtrace v0.1.1 |
| 2365 | 2026-07-11T17:33:22.709Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2366 | 2026-07-11T17:33:22.725Z | Compiling tar v0.4.45 |
| 2367 | 2026-07-11T17:33:22.757Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2026-07-11T17:33:22.760Z | Compiling console v0.16.2 |
| 2369 | 2026-07-11T17:33:22.980Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-07-11T17:33:23.035Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-07-11T17:33:23.138Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-07-11T17:33:23.182Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-07-11T17:33:23.275Z | Compiling oxide-tokio-rt v0.1.4 |
| 2374 | 2026-07-11T17:33:23.290Z | Compiling toml v0.8.23 |
| 2375 | 2026-07-11T17:33:23.339Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-07-11T17:33:23.389Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-07-11T17:33:32.713Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-07-11T17:33:32.714Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-07-11T17:33:32.954Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-07-11T17:33:33.236Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-07-11T17:33:33.276Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-07-11T17:33:33.339Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-07-11T17:33:33.424Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-07-11T17:33:33.440Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-07-11T17:33:33.480Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-07-11T17:33:33.535Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-07-11T17:33:33.681Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-07-11T17:33:34.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-07-11T17:33:38.535Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-07-11T17:33:46.503Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-07-11T17:33:49.685Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-07-11T17:33:50.722Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-07-11T17:34:00.068Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2394 | 2026-07-11T17:34:00.212Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-07-11T17:34:00.271Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-07-11T17:34:00.274Z | Created new build target 'test' and set it as active |
| 2397 | 2026-07-11T17:34:00.277Z | |
| 2398 | 2026-07-11T17:34:00.277Z | real 1:40.536395069 |
| 2399 | 2026-07-11T17:34:00.277Z | user 16:24.862131828 |
| 2400 | 2026-07-11T17:34:00.277Z | sys 2:36.198651946 |
| 2401 | 2026-07-11T17:34:00.277Z | trap 0.470093627 |
| 2402 | 2026-07-11T17:34:00.278Z | tflt 2.465979843 |
| 2403 | 2026-07-11T17:34:00.278Z | dflt 4.029276572 |
| 2404 | 2026-07-11T17:34:00.278Z | kflt 0.000689049 |
| 2405 | 2026-07-11T17:34:00.278Z | lock 51:42.444618699 |
| 2406 | 2026-07-11T17:34:00.278Z | slp 42:13.133053979 |
| 2407 | 2026-07-11T17:34:00.278Z | lat 43.510630958 |
| 2408 | 2026-07-11T17:34:00.278Z | stop 5:16.652066307 |
| 2409 | 2026-07-11T17:34:00.278Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-07-11T17:34:01.120Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2411 | 2026-07-11T17:34:01.196Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-07-11T17:34:01.252Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-07-11T17:34:02.631Z | Compiling heck v0.5.0 |
| 2414 | 2026-07-11T17:34:02.631Z | Compiling regress v0.11.1 |
| 2415 | 2026-07-11T17:34:02.852Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-07-11T17:34:02.888Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-07-11T17:34:02.917Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-07-11T17:34:02.920Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-07-11T17:34:02.938Z | Compiling atomicwrites v0.4.4 |
| 2420 | 2026-07-11T17:34:02.975Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-07-11T17:34:02.978Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-07-11T17:34:02.995Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-07-11T17:34:03.014Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-07-11T17:34:03.053Z | Compiling console v0.15.11 |
| 2425 | 2026-07-11T17:34:03.058Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-07-11T17:34:03.058Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-07-11T17:34:03.116Z | Compiling resolv-conf v0.7.6 |
| 2428 | 2026-07-11T17:34:03.141Z | Compiling cancel-safe-futures v0.1.5 |
| 2429 | 2026-07-11T17:34:03.164Z | Compiling owo-colors v4.3.0 |
| 2430 | 2026-07-11T17:34:03.187Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-07-11T17:34:03.206Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-07-11T17:34:03.247Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-07-11T17:34:03.305Z | Compiling num-complex v0.4.6 |
| 2434 | 2026-07-11T17:34:03.333Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-07-11T17:34:03.436Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-07-11T17:34:03.465Z | Compiling expectorate v1.2.0 |
| 2437 | 2026-07-11T17:34:03.536Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-07-11T17:34:03.583Z | Compiling compression-core v0.4.31 |
| 2439 | 2026-07-11T17:34:03.632Z | Compiling hostname v0.3.1 |
| 2440 | 2026-07-11T17:34:03.717Z | Compiling num v0.4.3 |
| 2441 | 2026-07-11T17:34:03.756Z | Compiling compression-codecs v0.4.37 |
| 2442 | 2026-07-11T17:34:03.789Z | Compiling libsw v3.5.0 |
| 2443 | 2026-07-11T17:34:03.810Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-11T17:34:03.813Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-11T17:34:03.864Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-07-11T17:34:03.902Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-07-11T17:34:03.921Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2448 | 2026-07-11T17:34:04.030Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2449 | 2026-07-11T17:34:04.054Z | Compiling serde_spanned v1.1.1 |
| 2450 | 2026-07-11T17:34:04.080Z | Compiling float-ord v0.3.2 |
| 2451 | 2026-07-11T17:34:04.153Z | Compiling take_mut v0.2.2 |
| 2452 | 2026-07-11T17:34:04.208Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2453 | 2026-07-11T17:34:04.231Z | Compiling linear-map v1.2.0 |
| 2454 | 2026-07-11T17:34:04.234Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2026-07-11T17:34:04.234Z | Compiling term v1.2.1 |
| 2456 | 2026-07-11T17:34:04.234Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2457 | 2026-07-11T17:34:04.319Z | Compiling slog-bunyan v2.5.0 |
| 2458 | 2026-07-11T17:34:04.361Z | Compiling async-compression v0.4.41 |
| 2459 | 2026-07-11T17:34:04.461Z | Compiling typify-impl v0.6.2 |
| 2460 | 2026-07-11T17:34:04.496Z | Compiling lru-cache v0.1.2 |
| 2461 | 2026-07-11T17:34:04.519Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2462 | 2026-07-11T17:34:04.522Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2463 | 2026-07-11T17:34:04.567Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2026-07-11T17:34:04.773Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-07-11T17:34:04.779Z | Compiling async-stream v0.3.6 |
| 2466 | 2026-07-11T17:34:04.779Z | Compiling dropshot v0.17.1 |
| 2467 | 2026-07-11T17:34:04.779Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-07-11T17:34:04.816Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-07-11T17:34:04.819Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-07-11T17:34:04.860Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-07-11T17:34:04.959Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-07-11T17:34:04.979Z | Compiling backon v1.6.0 |
| 2473 | 2026-07-11T17:34:05.034Z | Compiling hostname v0.4.2 |
| 2474 | 2026-07-11T17:34:05.057Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-07-11T17:34:05.079Z | Compiling instant v0.1.13 |
| 2476 | 2026-07-11T17:34:05.164Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-07-11T17:34:05.196Z | Compiling minimal-lexical v0.2.1 |
| 2478 | 2026-07-11T17:34:05.217Z | Compiling backoff v0.4.0 |
| 2479 | 2026-07-11T17:34:05.239Z | Compiling progenitor-extras v0.2.0 |
| 2480 | 2026-07-11T17:34:05.243Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2481 | 2026-07-11T17:34:05.281Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-07-11T17:34:05.309Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2483 | 2026-07-11T17:34:05.441Z | Compiling nom v7.1.3 |
| 2484 | 2026-07-11T17:34:05.483Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-07-11T17:34:05.503Z | Compiling parse-display v0.10.0 |
| 2486 | 2026-07-11T17:34:05.544Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-07-11T17:34:05.568Z | Compiling hickory-proto v0.24.4 |
| 2488 | 2026-07-11T17:34:05.798Z | Compiling regress v0.10.5 |
| 2489 | 2026-07-11T17:34:06.197Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-07-11T17:34:06.244Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-07-11T17:34:06.244Z | Compiling humantime v2.3.0 |
| 2492 | 2026-07-11T17:34:06.465Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-07-11T17:34:06.566Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2494 | 2026-07-11T17:34:06.687Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2495 | 2026-07-11T17:34:06.826Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-07-11T17:34:06.911Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-07-11T17:34:07.141Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-07-11T17:34:07.311Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-07-11T17:34:07.612Z | Compiling toml v0.8.23 |
| 2500 | 2026-07-11T17:34:07.672Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-07-11T17:34:07.846Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-07-11T17:34:07.869Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-07-11T17:34:07.930Z | Compiling typify-macro v0.6.2 |
| 2504 | 2026-07-11T17:34:07.986Z | Compiling derive_more v2.1.1 |
| 2505 | 2026-07-11T17:34:08.107Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-07-11T17:34:08.160Z | Compiling termtree v0.5.1 |
| 2507 | 2026-07-11T17:34:08.231Z | Compiling crossterm v0.29.0 |
| 2508 | 2026-07-11T17:34:08.387Z | Compiling phf_shared v0.12.1 |
| 2509 | 2026-07-11T17:34:08.674Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-07-11T17:34:08.814Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-07-11T17:34:09.051Z | Compiling tabled v0.15.0 |
| 2512 | 2026-07-11T17:34:09.189Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-07-11T17:34:09.481Z | Compiling typify v0.6.2 |
| 2514 | 2026-07-11T17:34:09.805Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-07-11T17:34:10.263Z | Compiling qorb v0.4.1 |
| 2516 | 2026-07-11T17:34:11.187Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-07-11T17:34:11.740Z | Compiling vte v0.14.1 |
| 2518 | 2026-07-11T17:34:11.959Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-11T17:34:12.009Z | Compiling csv-core v0.1.13 |
| 2520 | 2026-07-11T17:34:12.133Z | Compiling highway v1.3.0 |
| 2521 | 2026-07-11T17:34:12.891Z | Compiling chrono-tz v0.10.4 |
| 2522 | 2026-07-11T17:34:13.102Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2523 | 2026-07-11T17:34:13.172Z | Compiling csv v1.4.0 |
| 2524 | 2026-07-11T17:34:13.363Z | Compiling strip-ansi-escapes v0.2.1 |
| 2525 | 2026-07-11T17:34:13.444Z | Compiling phf v0.12.1 |
| 2526 | 2026-07-11T17:34:13.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-07-11T17:34:13.670Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-07-11T17:34:13.707Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-07-11T17:34:13.895Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-07-11T17:34:13.937Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-07-11T17:34:14.191Z | Compiling nu-ansi-term v0.50.3 |
| 2532 | 2026-07-11T17:34:14.505Z | Compiling const_format v0.2.35 |
| 2533 | 2026-07-11T17:34:14.554Z | Compiling reedline v0.40.0 |
| 2534 | 2026-07-11T17:34:15.030Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2026-07-11T17:34:15.111Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2536 | 2026-07-11T17:34:15.198Z | Compiling peg v0.8.5 |
| 2537 | 2026-07-11T17:34:15.345Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2538 | 2026-07-11T17:34:16.036Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2539 | 2026-07-11T17:34:16.074Z | Compiling progenitor v0.14.0 |
| 2540 | 2026-07-11T17:34:16.202Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2541 | 2026-07-11T17:34:16.277Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-07-11T17:34:16.528Z | Compiling bcs v0.1.6 |
| 2543 | 2026-07-11T17:34:16.982Z | Compiling nom v8.0.0 |
| 2544 | 2026-07-11T17:34:17.019Z | Compiling semver v0.1.20 |
| 2545 | 2026-07-11T17:34:17.344Z | Compiling rustc_version v0.1.7 |
| 2546 | 2026-07-11T17:34:17.598Z | Compiling newtype_derive v0.1.6 |
| 2547 | 2026-07-11T17:34:17.874Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-07-11T17:34:18.150Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2549 | 2026-07-11T17:34:18.623Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-07-11T17:34:18.680Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2551 | 2026-07-11T17:34:18.795Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2552 | 2026-07-11T17:34:18.875Z | Compiling smawk v0.3.2 |
| 2553 | 2026-07-11T17:34:18.929Z | Compiling unicode-linebreak v0.1.5 |
| 2554 | 2026-07-11T17:34:19.095Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2555 | 2026-07-11T17:34:19.130Z | Compiling base64 v0.21.7 |
| 2556 | 2026-07-11T17:34:19.251Z | Compiling textwrap v0.16.2 |
| 2557 | 2026-07-11T17:34:19.272Z | Compiling steno v0.4.1 |
| 2558 | 2026-07-11T17:34:19.275Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2559 | 2026-07-11T17:34:19.696Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2560 | 2026-07-11T17:34:19.779Z | Compiling sha1 v0.10.6 |
| 2561 | 2026-07-11T17:34:19.881Z | Compiling utf-8 v0.7.6 |
| 2562 | 2026-07-11T17:34:20.145Z | Compiling tagptr v0.2.0 |
| 2563 | 2026-07-11T17:34:20.266Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-07-11T17:34:20.350Z | Compiling moka v0.12.13 |
| 2565 | 2026-07-11T17:34:20.545Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-07-11T17:34:20.733Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-07-11T17:34:20.860Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-07-11T17:34:21.154Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-11T17:34:21.184Z | Compiling radium v0.7.0 |
| 2570 | 2026-07-11T17:34:21.254Z | Compiling tap v1.0.1 |
| 2571 | 2026-07-11T17:34:21.414Z | Compiling tokio-tungstenite v0.21.0 |
| 2572 | 2026-07-11T17:34:21.504Z | Compiling hickory-resolver v0.25.2 |
| 2573 | 2026-07-11T17:34:21.659Z | Compiling maybe-uninit v2.0.0 |
| 2574 | 2026-07-11T17:34:21.876Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2575 | 2026-07-11T17:34:22.082Z | Compiling wyz v0.5.1 |
| 2576 | 2026-07-11T17:34:22.347Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-07-11T17:34:22.369Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-07-11T17:34:22.610Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2579 | 2026-07-11T17:34:22.868Z | Compiling packed_struct v0.10.1 |
| 2580 | 2026-07-11T17:34:23.204Z | Compiling funty v2.0.0 |
| 2581 | 2026-07-11T17:34:23.248Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-07-11T17:34:23.502Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-07-11T17:34:23.651Z | Compiling crc v3.4.0 |
| 2584 | 2026-07-11T17:34:23.890Z | Compiling bitvec v1.0.1 |
| 2585 | 2026-07-11T17:34:24.020Z | Compiling zerocopy v0.6.6 |
| 2586 | 2026-07-11T17:34:24.225Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2587 | 2026-07-11T17:34:24.542Z | Compiling scheduled-thread-pool v0.2.7 |
| 2588 | 2026-07-11T17:34:24.667Z | Compiling dsl_auto_type v0.2.0 |
| 2589 | 2026-07-11T17:34:25.046Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-07-11T17:34:25.166Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2591 | 2026-07-11T17:34:25.203Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2592 | 2026-07-11T17:34:25.227Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-07-11T17:34:25.364Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-07-11T17:34:25.496Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-07-11T17:34:25.742Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-07-11T17:34:25.765Z | Compiling dirs-sys-next v0.1.2 |
| 2597 | 2026-07-11T17:34:26.084Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-07-11T17:34:26.123Z | Compiling glob v0.3.3 |
| 2599 | 2026-07-11T17:34:26.153Z | Compiling crunchy v0.2.4 |
| 2600 | 2026-07-11T17:34:26.191Z | Compiling nodrop v0.1.14 |
| 2601 | 2026-07-11T17:34:26.339Z | Compiling maplit v1.0.2 |
| 2602 | 2026-07-11T17:34:26.394Z | Compiling array-init v0.0.4 |
| 2603 | 2026-07-11T17:34:26.465Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-07-11T17:34:26.508Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-07-11T17:34:26.801Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-07-11T17:34:26.821Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-07-11T17:34:26.967Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-07-11T17:34:26.992Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-07-11T17:34:27.275Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-07-11T17:34:27.296Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-07-11T17:34:27.383Z | Compiling downcast-rs v2.0.2 |
| 2612 | 2026-07-11T17:34:27.525Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-07-11T17:34:27.609Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-07-11T17:34:27.664Z | Compiling term v0.7.0 |
| 2615 | 2026-07-11T17:34:27.728Z | Compiling tabled_derive v0.11.0 |
| 2616 | 2026-07-11T17:34:27.986Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2617 | 2026-07-11T17:34:28.165Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-07-11T17:34:28.189Z | Compiling ron v0.8.1 |
| 2619 | 2026-07-11T17:34:28.227Z | Compiling libscf-sys v1.1.0 |
| 2620 | 2026-07-11T17:34:28.266Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-07-11T17:34:28.415Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-07-11T17:34:28.435Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-07-11T17:34:28.632Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-07-11T17:34:28.826Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-07-11T17:34:28.871Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-07-11T17:34:28.892Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-07-11T17:34:29.074Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2628 | 2026-07-11T17:34:29.100Z | Compiling object v0.30.4 |
| 2629 | 2026-07-11T17:34:29.269Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-11T17:34:29.612Z | Compiling tabled v0.20.0 |
| 2631 | 2026-07-11T17:34:29.940Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2632 | 2026-07-11T17:34:30.014Z | Compiling ascii-canvas v3.0.0 |
| 2633 | 2026-07-11T17:34:30.295Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-07-11T17:34:30.458Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-07-11T17:34:30.491Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-07-11T17:34:30.550Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-07-11T17:34:30.769Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-11T17:34:30.796Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2639 | 2026-07-11T17:34:31.018Z | Compiling itertools v0.10.5 |
| 2640 | 2026-07-11T17:34:31.092Z | Compiling ena v0.14.4 |
| 2641 | 2026-07-11T17:34:31.375Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-07-11T17:34:31.622Z | Compiling diesel v2.3.7 |
| 2643 | 2026-07-11T17:34:31.651Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-11T17:34:31.672Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-07-11T17:34:31.895Z | Compiling bindgen v0.71.1 |
| 2646 | 2026-07-11T17:34:32.159Z | Compiling unicase v2.9.0 |
| 2647 | 2026-07-11T17:34:32.212Z | Compiling diff v0.1.13 |
| 2648 | 2026-07-11T17:34:32.275Z | Compiling path-slash v0.1.5 |
| 2649 | 2026-07-11T17:34:32.496Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-07-11T17:34:32.561Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-07-11T17:34:32.740Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-07-11T17:34:32.958Z | Compiling xshell v0.2.7 |
| 2653 | 2026-07-11T17:34:33.613Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-11T17:34:33.878Z | Compiling progenitor-macro v0.13.0 |
| 2655 | 2026-07-11T17:34:34.142Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-07-11T17:34:34.757Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-11T17:34:35.425Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-07-11T17:34:35.492Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-07-11T17:34:35.684Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-07-11T17:34:35.989Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-11T17:34:36.242Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2026-07-11T17:34:37.445Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-07-11T17:34:37.587Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2664 | 2026-07-11T17:34:37.903Z | Compiling progenitor v0.13.0 |
| 2665 | 2026-07-11T17:34:38.078Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-07-11T17:34:38.101Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-11T17:34:38.258Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-07-11T17:34:38.293Z | Compiling headers v0.4.1 |
| 2669 | 2026-07-11T17:34:38.417Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-07-11T17:34:38.439Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-11T17:34:38.560Z | Compiling indoc v1.0.9 |
| 2672 | 2026-07-11T17:34:38.692Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-07-11T17:34:38.773Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-11T17:34:39.032Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-07-11T17:34:39.054Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-07-11T17:34:39.242Z | Compiling quick-xml v0.37.5 |
| 2677 | 2026-07-11T17:34:39.320Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-07-11T17:34:39.549Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-11T17:34:39.706Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-07-11T17:34:39.863Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-07-11T17:34:39.973Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-07-11T17:34:40.076Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-07-11T17:34:40.242Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-07-11T17:34:40.492Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2685 | 2026-07-11T17:34:40.534Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-07-11T17:34:40.737Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-07-11T17:34:40.772Z | Compiling samael v0.0.19 |
| 2688 | 2026-07-11T17:34:40.856Z | Compiling half v1.8.3 |
| 2689 | 2026-07-11T17:34:40.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2690 | 2026-07-11T17:34:41.020Z | Compiling polar-core v0.27.3 |
| 2691 | 2026-07-11T17:34:41.244Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-07-11T17:34:41.360Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2693 | 2026-07-11T17:34:41.363Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-07-11T17:34:41.661Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2695 | 2026-07-11T17:34:41.997Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2696 | 2026-07-11T17:34:42.261Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2697 | 2026-07-11T17:34:42.443Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-07-11T17:34:42.590Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-07-11T17:34:42.650Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-07-11T17:34:42.691Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-07-11T17:34:42.882Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-07-11T17:34:42.911Z | Compiling salty v0.3.0 |
| 2703 | 2026-07-11T17:34:43.413Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-07-11T17:34:43.574Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-07-11T17:34:43.643Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-07-11T17:34:44.084Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-07-11T17:34:44.149Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-07-11T17:34:44.575Z | Compiling slog-scope v4.4.1 |
| 2709 | 2026-07-11T17:34:44.641Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2710 | 2026-07-11T17:34:44.688Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-07-11T17:34:44.856Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-07-11T17:34:45.238Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2713 | 2026-07-11T17:34:45.717Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2714 | 2026-07-11T17:34:45.739Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-07-11T17:34:46.121Z | Compiling rfc6979 v0.4.0 |
| 2716 | 2026-07-11T17:34:46.172Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2717 | 2026-07-11T17:34:46.323Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-07-11T17:34:46.702Z | Compiling darling_core v0.23.0 |
| 2719 | 2026-07-11T17:34:46.753Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2720 | 2026-07-11T17:34:47.042Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-07-11T17:34:47.397Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-07-11T17:34:47.528Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-11T17:34:48.014Z | Compiling ecdsa v0.16.9 |
| 2724 | 2026-07-11T17:34:48.295Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2725 | 2026-07-11T17:34:48.703Z | Compiling slog-stdlog v4.1.1 |
| 2726 | 2026-07-11T17:34:48.900Z | Compiling diesel-dtrace v0.5.0 |
| 2727 | 2026-07-11T17:34:49.178Z | Compiling async-bb8-diesel v0.2.1 |
| 2728 | 2026-07-11T17:34:49.216Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-07-11T17:34:49.619Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-07-11T17:34:49.647Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2731 | 2026-07-11T17:34:49.685Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-07-11T17:34:49.756Z | Compiling atty v0.2.14 |
| 2733 | 2026-07-11T17:34:49.919Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-07-11T17:34:50.024Z | Compiling oso v0.27.3 |
| 2735 | 2026-07-11T17:34:50.185Z | Compiling instability v0.3.11 |
| 2736 | 2026-07-11T17:34:50.465Z | Compiling http-range v0.1.5 |
| 2737 | 2026-07-11T17:34:50.812Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-07-11T17:34:50.934Z | Compiling strsim v0.10.0 |
| 2739 | 2026-07-11T17:34:51.086Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-07-11T17:34:51.252Z | Compiling darling_core v0.13.4 |
| 2741 | 2026-07-11T17:34:52.477Z | Compiling p384 v0.13.1 |
| 2742 | 2026-07-11T17:34:52.927Z | Compiling darling v0.23.0 |
| 2743 | 2026-07-11T17:34:53.053Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-11T17:34:54.274Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-11T17:34:54.646Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-11T17:34:55.103Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-11T17:34:56.623Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2748 | 2026-07-11T17:34:56.926Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2749 | 2026-07-11T17:34:57.386Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-11T17:34:57.508Z | Compiling ignore v0.4.25 |
| 2751 | 2026-07-11T17:34:57.901Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-11T17:34:58.417Z | Compiling vergen-git2 v9.1.0 |
| 2753 | 2026-07-11T17:34:58.682Z | Compiling castaway v0.2.4 |
| 2754 | 2026-07-11T17:34:58.807Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-11T17:34:58.866Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-11T17:34:59.155Z | Compiling compact_str v0.8.1 |
| 2757 | 2026-07-11T17:34:59.377Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-11T17:34:59.916Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-11T17:35:00.063Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-07-11T17:35:00.300Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-07-11T17:35:00.594Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2762 | 2026-07-11T17:35:00.834Z | Compiling hyper-staticfile v0.10.1 |
| 2763 | 2026-07-11T17:35:00.980Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-07-11T17:35:01.318Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-11T17:35:01.511Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-07-11T17:35:01.535Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2767 | 2026-07-11T17:35:01.998Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2768 | 2026-07-11T17:35:02.031Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-07-11T17:35:02.052Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-07-11T17:35:02.123Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-07-11T17:35:02.329Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2772 | 2026-07-11T17:35:02.356Z | Compiling lru v0.12.5 |
| 2773 | 2026-07-11T17:35:02.493Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-07-11T17:35:02.520Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-07-11T17:35:02.541Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-07-11T17:35:02.592Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2777 | 2026-07-11T17:35:02.612Z | Compiling cassowary v0.3.0 |
| 2778 | 2026-07-11T17:35:02.766Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-07-11T17:35:02.877Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-07-11T17:35:03.050Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-07-11T17:35:03.054Z | Compiling hickory-server v0.25.2 |
| 2782 | 2026-07-11T17:35:03.093Z | Compiling ratatui v0.29.0 |
| 2783 | 2026-07-11T17:35:03.177Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2784 | 2026-07-11T17:35:03.438Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-07-11T17:35:03.552Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2786 | 2026-07-11T17:35:03.752Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-07-11T17:35:03.772Z | Compiling darling v0.13.4 |
| 2788 | 2026-07-11T17:35:03.960Z | Compiling sled v0.34.7 |
| 2789 | 2026-07-11T17:35:04.073Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2790 | 2026-07-11T17:35:04.195Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2791 | 2026-07-11T17:35:05.243Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2792 | 2026-07-11T17:35:06.385Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2793 | 2026-07-11T17:35:07.135Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2794 | 2026-07-11T17:35:07.158Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-07-11T17:35:07.412Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-07-11T17:35:07.434Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-07-11T17:35:07.842Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-11T17:35:08.091Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-07-11T17:35:08.293Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-07-11T17:35:08.886Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-07-11T17:35:09.736Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-07-11T17:35:10.151Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2803 | 2026-07-11T17:35:10.244Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-07-11T17:35:10.453Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2805 | 2026-07-11T17:35:10.739Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2806 | 2026-07-11T17:35:11.000Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2807 | 2026-07-11T17:35:11.251Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2808 | 2026-07-11T17:35:11.378Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2809 | 2026-07-11T17:35:11.514Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2810 | 2026-07-11T17:35:11.633Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2811 | 2026-07-11T17:35:11.771Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2812 | 2026-07-11T17:35:11.895Z | Compiling void v1.0.2 |
| 2813 | 2026-07-11T17:35:12.091Z | Compiling lzss v0.8.2 |
| 2814 | 2026-07-11T17:35:12.511Z | Compiling illumos-nvpair v0.3.0 |
| 2815 | 2026-07-11T17:35:12.944Z | Compiling serde_with v1.14.0 |
| 2816 | 2026-07-11T17:35:13.031Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2817 | 2026-07-11T17:35:13.254Z | Compiling git2 v0.20.4 |
| 2818 | 2026-07-11T17:35:13.630Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2819 | 2026-07-11T17:35:13.851Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2820 | 2026-07-11T17:35:14.191Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2821 | 2026-07-11T17:35:14.846Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2822 | 2026-07-11T17:35:16.183Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2823 | 2026-07-11T17:35:16.300Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2824 | 2026-07-11T17:35:16.796Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-07-11T17:35:17.377Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-11T17:35:17.556Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-07-11T17:35:17.609Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-07-11T17:35:17.649Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2026-07-11T17:35:19.230Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2830 | 2026-07-11T17:35:19.497Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2831 | 2026-07-11T17:35:19.676Z | Compiling nix v0.27.1 |
| 2832 | 2026-07-11T17:35:19.755Z | Compiling twox-hash v2.1.2 |
| 2833 | 2026-07-11T17:35:19.780Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-07-11T17:35:19.970Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-07-11T17:35:20.115Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2836 | 2026-07-11T17:35:20.204Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2837 | 2026-07-11T17:35:20.283Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-07-11T17:35:20.386Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-07-11T17:35:20.739Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2840 | 2026-07-11T17:35:20.919Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2841 | 2026-07-11T17:35:22.295Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-07-11T17:35:22.975Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-07-11T17:35:24.147Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-07-11T17:35:24.578Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-07-11T17:35:24.856Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2846 | 2026-07-11T17:35:24.902Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-07-11T17:35:25.123Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-07-11T17:35:25.466Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2849 | 2026-07-11T17:35:25.663Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-07-11T17:35:25.700Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-07-11T17:35:25.932Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-07-11T17:35:26.650Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2853 | 2026-07-11T17:35:27.374Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-07-11T17:35:29.150Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-07-11T17:35:29.404Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-07-11T17:35:30.160Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2857 | 2026-07-11T17:35:31.286Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-07-11T17:35:31.996Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-07-11T17:35:32.238Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-07-11T17:35:32.260Z | Compiling fatfs v0.3.6 |
| 2861 | 2026-07-11T17:35:32.322Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-07-11T17:35:32.421Z | Compiling yasna v0.5.2 |
| 2863 | 2026-07-11T17:35:32.573Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-07-11T17:35:33.274Z | Compiling assert_matches v1.5.0 |
| 2865 | 2026-07-11T17:35:33.400Z | Compiling seq-macro v0.3.6 |
| 2866 | 2026-07-11T17:35:33.443Z | Compiling is_ci v1.2.0 |
| 2867 | 2026-07-11T17:35:33.659Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-07-11T17:35:33.683Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-07-11T17:35:33.946Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-07-11T17:35:34.025Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-07-11T17:35:35.233Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-07-11T17:35:36.110Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-07-11T17:35:36.392Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-07-11T17:35:36.545Z | Compiling rtoolbox v0.0.3 |
| 2875 | 2026-07-11T17:35:36.675Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-07-11T17:35:36.852Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-07-11T17:35:37.170Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-07-11T17:35:38.377Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-07-11T17:35:38.975Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2880 | 2026-07-11T17:35:39.128Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-07-11T17:35:39.151Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2882 | 2026-07-11T17:35:41.015Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-07-11T17:35:41.358Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-07-11T17:35:41.692Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2026-07-11T17:35:41.770Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2886 | 2026-07-11T17:35:42.031Z | Compiling uzers v0.12.2 |
| 2887 | 2026-07-11T17:35:42.513Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-07-11T17:35:42.600Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-07-11T17:35:43.674Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-07-11T17:35:45.805Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-07-11T17:35:46.479Z | Compiling support-bundle-viewer v0.1.2 |
| 2892 | 2026-07-11T17:35:48.189Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2893 | 2026-07-11T17:35:48.375Z | Compiling multimap v0.10.1 |
| 2894 | 2026-07-11T17:36:02.973Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-07-11T17:36:09.051Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2896 | 2026-07-11T17:36:09.943Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2897 | 2026-07-11T17:36:10.995Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-07-11T17:36:13.571Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-07-11T17:42:27.754Z | Finished `release` profile [optimized] target(s) in 8m 26s |
| 2900 | 2026-07-11T17:43:15.919Z | |
| 2901 | 2026-07-11T17:43:15.919Z | real 9:15.616169249 |
| 2902 | 2026-07-11T17:43:15.922Z | user 1:18:39.008159867 |
| 2903 | 2026-07-11T17:43:15.922Z | sys 3:35.910593261 |
| 2904 | 2026-07-11T17:43:15.922Z | trap 1.742075547 |
| 2905 | 2026-07-11T17:43:15.922Z | tflt 2.262383997 |
| 2906 | 2026-07-11T17:43:15.922Z | dflt 17.048229192 |
| 2907 | 2026-07-11T17:43:15.922Z | kflt 0.027090705 |
| 2908 | 2026-07-11T17:43:15.922Z | lock 6:39:59.742853129 |
| 2909 | 2026-07-11T17:43:15.922Z | slp 2:10:13.543625164 |
| 2910 | 2026-07-11T17:43:15.922Z | lat 2:23.017988561 |
| 2911 | 2026-07-11T17:43:15.922Z | stop 5:12.461843835 |
| 2912 | 2026-07-11T17:43:15.922Z | + mapfile -t packages |
| 2913 | 2026-07-11T17:43:15.922Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-07-11T17:43:16.807Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2915 | 2026-07-11T17:43:16.882Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-07-11T17:43:16.941Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-07-11T17:43:16.944Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-07-11T17:43:17.404Z | Compiling libc v0.2.185 |
| 2919 | 2026-07-11T17:43:17.404Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-07-11T17:43:17.404Z | Compiling serde v1.0.228 |
| 2921 | 2026-07-11T17:43:17.408Z | Compiling rustix v1.1.3 |
| 2922 | 2026-07-11T17:43:17.408Z | Compiling serde_json v1.0.150 |
| 2923 | 2026-07-11T17:43:17.492Z | Compiling bitflags v2.11.0 |
| 2924 | 2026-07-11T17:43:17.556Z | Compiling usdt-impl v0.5.0 |
| 2925 | 2026-07-11T17:43:17.560Z | Compiling syn v2.0.117 |
| 2926 | 2026-07-11T17:43:17.564Z | Compiling syn v1.0.109 |
| 2927 | 2026-07-11T17:43:17.588Z | Compiling log v0.4.29 |
| 2928 | 2026-07-11T17:43:17.599Z | Compiling getrandom v0.4.1 |
| 2929 | 2026-07-11T17:43:17.603Z | Compiling indexmap v2.14.0 |
| 2930 | 2026-07-11T17:43:17.624Z | Compiling fs-err v3.3.0 |
| 2931 | 2026-07-11T17:43:17.779Z | Compiling once_cell v1.21.3 |
| 2932 | 2026-07-11T17:43:17.853Z | Compiling heck v0.4.1 |
| 2933 | 2026-07-11T17:43:17.926Z | Compiling anyhow v1.0.102 |
| 2934 | 2026-07-11T17:43:18.259Z | Compiling thread-id v4.2.2 |
| 2935 | 2026-07-11T17:43:18.268Z | Compiling errno v0.3.14 |
| 2936 | 2026-07-11T17:43:18.272Z | Compiling memmap v0.7.0 |
| 2937 | 2026-07-11T17:43:19.023Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2026-07-11T17:43:19.220Z | Compiling terminal_size v0.4.3 |
| 2939 | 2026-07-11T17:43:19.220Z | Compiling tempfile v3.25.0 |
| 2940 | 2026-07-11T17:43:19.266Z | Compiling tabled_derive v0.7.0 |
| 2941 | 2026-07-11T17:43:19.315Z | Compiling clap_builder v4.6.0 |
| 2942 | 2026-07-11T17:43:19.315Z | Compiling textwrap v0.16.2 |
| 2943 | 2026-07-11T17:43:19.721Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-11T17:43:19.762Z | Compiling camino v1.2.2 |
| 2945 | 2026-07-11T17:43:19.765Z | Compiling semver v1.0.28 |
| 2946 | 2026-07-11T17:43:19.765Z | Compiling cargo-platform v0.3.2 |
| 2947 | 2026-07-11T17:43:19.971Z | Compiling tabled v0.15.0 |
| 2948 | 2026-07-11T17:43:20.095Z | Compiling camino-tempfile v1.4.1 |
| 2949 | 2026-07-11T17:43:20.197Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-07-11T17:43:20.200Z | Compiling thiserror-impl v1.0.69 |
| 2951 | 2026-07-11T17:43:20.200Z | Compiling zerocopy-derive v0.7.35 |
| 2952 | 2026-07-11T17:43:20.200Z | Compiling scroll_derive v0.12.1 |
| 2953 | 2026-07-11T17:43:20.200Z | Compiling thiserror-impl v2.0.18 |
| 2954 | 2026-07-11T17:43:20.238Z | Compiling clap_derive v4.6.1 |
| 2955 | 2026-07-11T17:43:20.263Z | Compiling pest_derive v2.8.6 |
| 2956 | 2026-07-11T17:43:20.888Z | Compiling scroll v0.12.0 |
| 2957 | 2026-07-11T17:43:21.025Z | Compiling zerocopy v0.7.35 |
| 2958 | 2026-07-11T17:43:21.185Z | Compiling goblin v0.8.2 |
| 2959 | 2026-07-11T17:43:21.347Z | Compiling thiserror v1.0.69 |
| 2960 | 2026-07-11T17:43:21.451Z | Compiling dtrace-parser v0.2.0 |
| 2961 | 2026-07-11T17:43:21.482Z | Compiling thiserror v2.0.18 |
| 2962 | 2026-07-11T17:43:21.758Z | Compiling clap v4.6.1 |
| 2963 | 2026-07-11T17:43:23.361Z | Compiling dof v0.3.0 |
| 2964 | 2026-07-11T17:43:23.418Z | Compiling serde_spanned v0.6.9 |
| 2965 | 2026-07-11T17:43:23.492Z | Compiling toml_datetime v0.6.11 |
| 2966 | 2026-07-11T17:43:23.600Z | Compiling serde_tokenstream v0.2.3 |
| 2967 | 2026-07-11T17:43:23.652Z | Compiling macaddr v1.0.1 |
| 2968 | 2026-07-11T17:43:23.675Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2969 | 2026-07-11T17:43:23.678Z | Compiling cargo_metadata v0.23.1 |
| 2970 | 2026-07-11T17:43:23.697Z | Compiling toml_edit v0.22.27 |
| 2971 | 2026-07-11T17:43:24.065Z | Compiling usdt-macro v0.5.0 |
| 2972 | 2026-07-11T17:43:24.069Z | Compiling usdt-attr-macro v0.5.0 |
| 2973 | 2026-07-11T17:43:24.746Z | Compiling usdt v0.5.0 |
| 2974 | 2026-07-11T17:43:25.217Z | Compiling toml v0.8.23 |
| 2975 | 2026-07-11T17:43:25.645Z | Compiling cargo_toml v0.21.0 |
| 2976 | 2026-07-11T17:43:30.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2977 | 2026-07-11T17:43:33.295Z | Finished `release` profile [optimized] target(s) in 16.34s |
| 2978 | 2026-07-11T17:43:33.395Z | |
| 2979 | 2026-07-11T17:43:33.395Z | real 16.419565577 |
| 2980 | 2026-07-11T17:43:33.395Z | user 2:05.087997442 |
| 2981 | 2026-07-11T17:43:33.395Z | sys 13.880690351 |
| 2982 | 2026-07-11T17:43:33.395Z | trap 0.063291006 |
| 2983 | 2026-07-11T17:43:33.396Z | tflt 0.426571498 |
| 2984 | 2026-07-11T17:43:33.399Z | dflt 1.574546891 |
| 2985 | 2026-07-11T17:43:33.399Z | kflt 0.000023629 |
| 2986 | 2026-07-11T17:43:33.399Z | lock 4:29.917897352 |
| 2987 | 2026-07-11T17:43:33.399Z | slp 2:44.968772323 |
| 2988 | 2026-07-11T17:43:33.399Z | lat 4.334594651 |
| 2989 | 2026-07-11T17:43:33.399Z | stop 14.696513299 |
| 2990 | 2026-07-11T17:43:33.399Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2991 | 2026-07-11T17:43:33.400Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2992 | 2026-07-11T17:43:33.400Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2993 | 2026-07-11T17:43:33.400Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2994 | 2026-07-11T17:43:33.400Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2995 | 2026-07-11T17:43:34.313Z | Compiling progenitor-client v0.14.0 |
| 2996 | 2026-07-11T17:43:34.330Z | Compiling newtype-uuid-macros v0.1.0 |
| 2997 | 2026-07-11T17:43:34.330Z | Compiling match_cfg v0.1.0 |
| 2998 | 2026-07-11T17:43:34.330Z | Compiling slog-json v2.6.1 |
| 2999 | 2026-07-11T17:43:34.330Z | Compiling structmeta-derive v0.3.0 |
| 3000 | 2026-07-11T17:43:34.330Z | Compiling sha1 v0.11.0 |
| 3001 | 2026-07-11T17:43:34.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-07-11T17:43:34.494Z | Compiling multer v3.1.0 |
| 3003 | 2026-07-11T17:43:34.503Z | Compiling debug-ignore v1.0.5 |
| 3004 | 2026-07-11T17:43:34.503Z | Compiling compression-core v0.4.31 |
| 3005 | 2026-07-11T17:43:34.503Z | Compiling atomicwrites v0.4.4 |
| 3006 | 2026-07-11T17:43:34.503Z | Compiling itertools v0.14.0 |
| 3007 | 2026-07-11T17:43:34.503Z | Compiling async-stream-impl v0.3.6 |
| 3008 | 2026-07-11T17:43:34.503Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3009 | 2026-07-11T17:43:34.513Z | Compiling serde_spanned v1.1.1 |
| 3010 | 2026-07-11T17:43:34.518Z | Compiling dropshot v0.17.1 |
| 3011 | 2026-07-11T17:43:34.648Z | Compiling hostname v0.3.1 |
| 3012 | 2026-07-11T17:43:34.697Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3013 | 2026-07-11T17:43:34.752Z | Compiling waitgroup v0.1.2 |
| 3014 | 2026-07-11T17:43:34.752Z | Compiling rustls-pemfile v2.2.0 |
| 3015 | 2026-07-11T17:43:34.755Z | Compiling dropshot_endpoint v0.17.1 |
| 3016 | 2026-07-11T17:43:34.788Z | Compiling slog-bunyan v2.5.0 |
| 3017 | 2026-07-11T17:43:34.824Z | Compiling compression-codecs v0.4.37 |
| 3018 | 2026-07-11T17:43:34.828Z | Compiling serde_path_to_error v0.1.20 |
| 3019 | 2026-07-11T17:43:34.873Z | Compiling hostname v0.4.2 |
| 3020 | 2026-07-11T17:43:34.920Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3021 | 2026-07-11T17:43:34.923Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3022 | 2026-07-11T17:43:34.961Z | Compiling macaddr v1.0.1 |
| 3023 | 2026-07-11T17:43:34.999Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3024 | 2026-07-11T17:43:35.002Z | Compiling instant v0.1.13 |
| 3025 | 2026-07-11T17:43:35.002Z | Compiling regress v0.10.5 |
| 3026 | 2026-07-11T17:43:35.092Z | Compiling async-compression v0.4.41 |
| 3027 | 2026-07-11T17:43:35.096Z | Compiling backon v1.6.0 |
| 3028 | 2026-07-11T17:43:35.137Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-07-11T17:43:35.157Z | Compiling backoff v0.4.0 |
| 3030 | 2026-07-11T17:43:35.161Z | Compiling humantime v2.3.0 |
| 3031 | 2026-07-11T17:43:35.220Z | Compiling regress v0.11.1 |
| 3032 | 2026-07-11T17:43:35.241Z | Compiling half v2.7.1 |
| 3033 | 2026-07-11T17:43:35.269Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3034 | 2026-07-11T17:43:35.287Z | Compiling async-stream v0.3.6 |
| 3035 | 2026-07-11T17:43:35.331Z | Compiling progenitor-extras v0.2.0 |
| 3036 | 2026-07-11T17:43:35.383Z | Compiling ciborium-io v0.2.2 |
| 3037 | 2026-07-11T17:43:35.428Z | Compiling crucible-workspace-hack v0.1.0 |
| 3038 | 2026-07-11T17:43:35.459Z | Compiling convert_case v0.4.0 |
| 3039 | 2026-07-11T17:43:35.479Z | Compiling secrecy v0.10.3 |
| 3040 | 2026-07-11T17:43:35.502Z | Compiling ciborium-ll v0.2.2 |
| 3041 | 2026-07-11T17:43:35.519Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3042 | 2026-07-11T17:43:35.550Z | Compiling unsafe-libyaml v0.2.11 |
| 3043 | 2026-07-11T17:43:35.568Z | Compiling structmeta v0.3.0 |
| 3044 | 2026-07-11T17:43:35.588Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3045 | 2026-07-11T17:43:35.608Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3046 | 2026-07-11T17:43:35.624Z | Compiling inout v0.1.4 |
| 3047 | 2026-07-11T17:43:35.672Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3048 | 2026-07-11T17:43:35.707Z | Compiling ciborium v0.2.2 |
| 3049 | 2026-07-11T17:43:35.760Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3050 | 2026-07-11T17:43:35.812Z | Compiling derive-ex v0.1.8 |
| 3051 | 2026-07-11T17:43:35.828Z | Compiling parse-display-derive v0.10.0 |
| 3052 | 2026-07-11T17:43:35.844Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3053 | 2026-07-11T17:43:35.864Z | Compiling derive_more v0.99.20 |
| 3054 | 2026-07-11T17:43:35.890Z | Compiling cipher v0.4.4 |
| 3055 | 2026-07-11T17:43:35.955Z | Compiling universal-hash v0.5.1 |
| 3056 | 2026-07-11T17:43:35.973Z | Compiling opaque-debug v0.3.1 |
| 3057 | 2026-07-11T17:43:35.977Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3058 | 2026-07-11T17:43:36.008Z | Compiling byte-wrapper v0.1.0 |
| 3059 | 2026-07-11T17:43:36.061Z | Compiling blake2 v0.10.6 |
| 3060 | 2026-07-11T17:43:36.112Z | Compiling serde_yaml v0.9.34+deprecated |
| 3061 | 2026-07-11T17:43:36.162Z | Compiling chacha20 v0.9.1 |
| 3062 | 2026-07-11T17:43:36.286Z | Compiling poly1305 v0.8.0 |
| 3063 | 2026-07-11T17:43:36.310Z | Compiling aead v0.5.2 |
| 3064 | 2026-07-11T17:43:36.358Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3065 | 2026-07-11T17:43:36.378Z | Compiling password-hash v0.5.0 |
| 3066 | 2026-07-11T17:43:36.444Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3067 | 2026-07-11T17:43:36.544Z | Compiling indent_write v2.2.0 |
| 3068 | 2026-07-11T17:43:36.560Z | Compiling chacha20poly1305 v0.10.1 |
| 3069 | 2026-07-11T17:43:36.649Z | Compiling argon2 v0.5.3 |
| 3070 | 2026-07-11T17:43:36.707Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3071 | 2026-07-11T17:43:36.725Z | Compiling heapless v0.8.0 |
| 3072 | 2026-07-11T17:43:36.742Z | Compiling ingot-macros v0.1.1 |
| 3073 | 2026-07-11T17:43:36.810Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-07-11T17:43:37.039Z | Compiling typify-impl v0.6.2 |
| 3075 | 2026-07-11T17:43:37.062Z | Compiling thiserror-no-std v2.0.2 |
| 3076 | 2026-07-11T17:43:37.081Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3077 | 2026-07-11T17:43:37.178Z | Compiling vsss-rs v3.3.4 |
| 3078 | 2026-07-11T17:43:37.291Z | Compiling proc-macro-crate v3.4.0 |
| 3079 | 2026-07-11T17:43:37.373Z | Compiling hash32 v0.3.1 |
| 3080 | 2026-07-11T17:43:37.558Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3081 | 2026-07-11T17:43:37.592Z | Compiling test-strategy v0.4.5 |
| 3082 | 2026-07-11T17:43:37.631Z | Compiling parse-display v0.10.0 |
| 3083 | 2026-07-11T17:43:37.635Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-07-11T17:43:37.841Z | Compiling cobs v0.3.0 |
| 3085 | 2026-07-11T17:43:37.865Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3086 | 2026-07-11T17:43:37.882Z | Compiling num_enum_derive v0.7.6 |
| 3087 | 2026-07-11T17:43:37.952Z | Compiling colored v3.1.1 |
| 3088 | 2026-07-11T17:43:38.044Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3089 | 2026-07-11T17:43:38.086Z | Compiling postcard v1.1.3 |
| 3090 | 2026-07-11T17:43:38.125Z | Compiling proc-macro-error v1.0.4 |
| 3091 | 2026-07-11T17:43:38.167Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-07-11T17:43:38.287Z | Compiling rand v0.10.1 |
| 3093 | 2026-07-11T17:43:38.336Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3094 | 2026-07-11T17:43:38.452Z | Compiling foreign-types-macros v0.2.3 |
| 3095 | 2026-07-11T17:43:38.455Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3096 | 2026-07-11T17:43:38.488Z | Compiling rayon-core v1.13.0 |
| 3097 | 2026-07-11T17:43:38.521Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3098 | 2026-07-11T17:43:38.570Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3099 | 2026-07-11T17:43:38.614Z | Compiling foreign-types-shared v0.3.1 |
| 3100 | 2026-07-11T17:43:38.672Z | Compiling num_enum_derive v0.5.11 |
| 3101 | 2026-07-11T17:43:38.793Z | Compiling crossbeam-deque v0.8.6 |
| 3102 | 2026-07-11T17:43:38.812Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3103 | 2026-07-11T17:43:38.888Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3104 | 2026-07-11T17:43:38.906Z | Compiling cstr-argument v0.1.2 |
| 3105 | 2026-07-11T17:43:38.923Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3106 | 2026-07-11T17:43:38.995Z | Compiling num_enum v0.7.6 |
| 3107 | 2026-07-11T17:43:39.094Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3108 | 2026-07-11T17:43:39.111Z | Compiling foreign-types v0.5.0 |
| 3109 | 2026-07-11T17:43:39.140Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3110 | 2026-07-11T17:43:39.173Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3111 | 2026-07-11T17:43:39.195Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3112 | 2026-07-11T17:43:39.220Z | Compiling zone_cfg_derive v0.3.1 |
| 3113 | 2026-07-11T17:43:39.259Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3114 | 2026-07-11T17:43:39.312Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-11T17:43:39.375Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3116 | 2026-07-11T17:43:39.433Z | Compiling rayon v1.11.0 |
| 3117 | 2026-07-11T17:43:39.458Z | Compiling itertools v0.12.1 |
| 3118 | 2026-07-11T17:43:39.475Z | Compiling num-derive v0.4.2 |
| 3119 | 2026-07-11T17:43:39.490Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-07-11T17:43:39.598Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3121 | 2026-07-11T17:43:39.617Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3122 | 2026-07-11T17:43:39.651Z | Compiling glob v0.3.3 |
| 3123 | 2026-07-11T17:43:39.698Z | Compiling ingot-types v0.1.2 |
| 3124 | 2026-07-11T17:43:39.716Z | Compiling cpubits v0.1.1 |
| 3125 | 2026-07-11T17:43:39.767Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3126 | 2026-07-11T17:43:39.792Z | Compiling num_enum v0.5.11 |
| 3127 | 2026-07-11T17:43:39.823Z | Compiling smf v0.2.3 |
| 3128 | 2026-07-11T17:43:39.872Z | Compiling whoami v1.6.1 |
| 3129 | 2026-07-11T17:43:39.932Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3130 | 2026-07-11T17:43:39.949Z | Compiling usdt-macro v0.5.0 |
| 3131 | 2026-07-11T17:43:40.030Z | Compiling usdt-attr-macro v0.5.0 |
| 3132 | 2026-07-11T17:43:40.065Z | Compiling ingot v0.1.1 |
| 3133 | 2026-07-11T17:43:40.083Z | Compiling gethostname v0.5.0 |
| 3134 | 2026-07-11T17:43:40.190Z | Compiling num-rational v0.4.2 |
| 3135 | 2026-07-11T17:43:40.230Z | Compiling pem-rfc7468 v1.0.0 |
| 3136 | 2026-07-11T17:43:40.274Z | Compiling num-complex v0.4.6 |
| 3137 | 2026-07-11T17:43:40.355Z | Compiling memmap v0.7.0 |
| 3138 | 2026-07-11T17:43:40.423Z | Compiling derive-where v1.6.0 |
| 3139 | 2026-07-11T17:43:40.481Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3140 | 2026-07-11T17:43:40.553Z | Compiling float-ord v0.3.2 |
| 3141 | 2026-07-11T17:43:40.570Z | Compiling toml v0.8.23 |
| 3142 | 2026-07-11T17:43:40.728Z | Compiling zone v0.3.1 |
| 3143 | 2026-07-11T17:43:40.746Z | Compiling num v0.4.3 |
| 3144 | 2026-07-11T17:43:40.777Z | Compiling hmac v0.13.0 |
| 3145 | 2026-07-11T17:43:40.795Z | Compiling universal-hash v0.6.1 |
| 3146 | 2026-07-11T17:43:40.845Z | Compiling resolv-conf v0.7.6 |
| 3147 | 2026-07-11T17:43:40.862Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-07-11T17:43:40.938Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-11T17:43:40.956Z | Compiling owo-colors v4.3.0 |
| 3150 | 2026-07-11T17:43:40.959Z | Compiling cancel-safe-futures v0.1.5 |
| 3151 | 2026-07-11T17:43:40.997Z | Compiling polyval v0.7.1 |
| 3152 | 2026-07-11T17:43:41.026Z | Compiling der v0.8.0 |
| 3153 | 2026-07-11T17:43:41.043Z | Compiling libsw-core v0.3.2 |
| 3154 | 2026-07-11T17:43:41.213Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3155 | 2026-07-11T17:43:41.251Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-07-11T17:43:41.255Z | Compiling libsw v3.5.0 |
| 3157 | 2026-07-11T17:43:41.287Z | Compiling ghash v0.6.0 |
| 3158 | 2026-07-11T17:43:41.290Z | Compiling pbkdf2 v0.13.0 |
| 3159 | 2026-07-11T17:43:41.343Z | Compiling aes v0.9.1 |
| 3160 | 2026-07-11T17:43:41.450Z | Compiling console v0.15.11 |
| 3161 | 2026-07-11T17:43:41.453Z | Compiling hickory-proto v0.24.4 |
| 3162 | 2026-07-11T17:43:41.486Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-07-11T17:43:41.489Z | Compiling ctr v0.10.1 |
| 3164 | 2026-07-11T17:43:41.547Z | Compiling aead v0.6.1 |
| 3165 | 2026-07-11T17:43:41.588Z | Compiling typify-macro v0.6.2 |
| 3166 | 2026-07-11T17:43:41.631Z | Compiling sha2 v0.11.0 |
| 3167 | 2026-07-11T17:43:41.667Z | Compiling libefi-sys v0.1.0 |
| 3168 | 2026-07-11T17:43:41.738Z | Compiling linear-map v1.2.0 |
| 3169 | 2026-07-11T17:43:41.754Z | Compiling linked-hash-map v0.5.6 |
| 3170 | 2026-07-11T17:43:41.833Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3171 | 2026-07-11T17:43:41.877Z | Compiling expectorate v1.2.0 |
| 3172 | 2026-07-11T17:43:41.924Z | Compiling lru-cache v0.1.2 |
| 3173 | 2026-07-11T17:43:41.956Z | Compiling spki v0.8.0 |
| 3174 | 2026-07-11T17:43:41.973Z | Compiling aes-gcm v0.11.0 |
| 3175 | 2026-07-11T17:43:42.039Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3176 | 2026-07-11T17:43:42.091Z | Compiling crypto-bigint v0.7.5 |
| 3177 | 2026-07-11T17:43:42.094Z | Compiling git-stub v1.0.0 |
| 3178 | 2026-07-11T17:43:42.184Z | Compiling salsa20 v0.11.0 |
| 3179 | 2026-07-11T17:43:42.201Z | Compiling cbc v0.2.1 |
| 3180 | 2026-07-11T17:43:42.205Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-07-11T17:43:42.270Z | Compiling nom v8.0.0 |
| 3182 | 2026-07-11T17:43:42.342Z | Compiling semver v0.1.20 |
| 3183 | 2026-07-11T17:43:42.362Z | Compiling git-stub-vcs v0.1.0 |
| 3184 | 2026-07-11T17:43:42.379Z | Compiling scrypt v0.12.0 |
| 3185 | 2026-07-11T17:43:42.467Z | Compiling tokio-dtrace v0.1.1 |
| 3186 | 2026-07-11T17:43:42.614Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-07-11T17:43:42.664Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3188 | 2026-07-11T17:43:42.699Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-07-11T17:43:42.773Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3190 | 2026-07-11T17:43:42.874Z | Compiling minimal-lexical v0.2.1 |
| 3191 | 2026-07-11T17:43:42.891Z | Compiling newtype_derive v0.1.6 |
| 3192 | 2026-07-11T17:43:42.936Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-07-11T17:43:43.005Z | Compiling oxide-tokio-rt v0.1.4 |
| 3194 | 2026-07-11T17:43:43.022Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2026-07-11T17:43:43.026Z | Compiling pkcs5 v0.8.1 |
| 3196 | 2026-07-11T17:43:43.131Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3197 | 2026-07-11T17:43:43.159Z | Compiling nom v7.1.3 |
| 3198 | 2026-07-11T17:43:43.251Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3199 | 2026-07-11T17:43:43.276Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3200 | 2026-07-11T17:43:43.293Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3201 | 2026-07-11T17:43:43.297Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-07-11T17:43:43.331Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3203 | 2026-07-11T17:43:43.450Z | Compiling typify v0.6.2 |
| 3204 | 2026-07-11T17:43:43.536Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3205 | 2026-07-11T17:43:43.581Z | Compiling progenitor-impl v0.14.0 |
| 3206 | 2026-07-11T17:43:43.601Z | Compiling phf_shared v0.12.1 |
| 3207 | 2026-07-11T17:43:43.700Z | Compiling hickory-resolver v0.24.4 |
| 3208 | 2026-07-11T17:43:43.719Z | Compiling csv-core v0.1.13 |
| 3209 | 2026-07-11T17:43:43.798Z | Compiling xshell-macros v0.2.7 |
| 3210 | 2026-07-11T17:43:44.004Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3211 | 2026-07-11T17:43:44.135Z | Compiling unicode-xid v0.2.6 |
| 3212 | 2026-07-11T17:43:44.252Z | Compiling chrono-tz v0.10.4 |
| 3213 | 2026-07-11T17:43:44.272Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3214 | 2026-07-11T17:43:44.288Z | Compiling highway v1.3.0 |
| 3215 | 2026-07-11T17:43:44.364Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3216 | 2026-07-11T17:43:44.474Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3217 | 2026-07-11T17:43:44.554Z | Compiling const_format_proc_macros v0.2.34 |
| 3218 | 2026-07-11T17:43:44.571Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-07-11T17:43:44.607Z | Compiling xshell v0.2.7 |
| 3220 | 2026-07-11T17:43:44.683Z | Compiling csv v1.4.0 |
| 3221 | 2026-07-11T17:43:44.750Z | Compiling qorb v0.4.1 |
| 3222 | 2026-07-11T17:43:44.899Z | Compiling phf v0.12.1 |
| 3223 | 2026-07-11T17:43:45.045Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3224 | 2026-07-11T17:43:45.081Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3225 | 2026-07-11T17:43:45.129Z | Compiling pkcs8 v0.11.0 |
| 3226 | 2026-07-11T17:43:45.146Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3227 | 2026-07-11T17:43:45.260Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3228 | 2026-07-11T17:43:45.345Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3229 | 2026-07-11T17:43:45.364Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3230 | 2026-07-11T17:43:45.437Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-07-11T17:43:45.553Z | Compiling const_format v0.2.35 |
| 3232 | 2026-07-11T17:43:45.701Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3233 | 2026-07-11T17:43:45.808Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-07-11T17:43:45.906Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-07-11T17:43:45.944Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3236 | 2026-07-11T17:43:46.131Z | Compiling bcs v0.1.6 |
| 3237 | 2026-07-11T17:43:46.251Z | Compiling ff v0.14.0 |
| 3238 | 2026-07-11T17:43:46.320Z | Compiling progenitor-macro v0.14.0 |
| 3239 | 2026-07-11T17:43:46.432Z | Compiling tagptr v0.2.0 |
| 3240 | 2026-07-11T17:43:46.478Z | Compiling termtree v0.5.1 |
| 3241 | 2026-07-11T17:43:46.565Z | Compiling salty v0.3.0 |
| 3242 | 2026-07-11T17:43:46.604Z | Compiling moka v0.12.13 |
| 3243 | 2026-07-11T17:43:46.661Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-07-11T17:43:46.876Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3245 | 2026-07-11T17:43:46.876Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3246 | 2026-07-11T17:43:46.909Z | Compiling steno v0.4.1 |
| 3247 | 2026-07-11T17:43:46.912Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3248 | 2026-07-11T17:43:46.963Z | Compiling tabled v0.15.0 |
| 3249 | 2026-07-11T17:43:47.038Z | Compiling sha1 v0.10.6 |
| 3250 | 2026-07-11T17:43:47.087Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-07-11T17:43:47.114Z | Compiling signature v3.0.0 |
| 3252 | 2026-07-11T17:43:47.133Z | Compiling radium v0.7.0 |
| 3253 | 2026-07-11T17:43:47.176Z | Compiling base16ct v1.0.0 |
| 3254 | 2026-07-11T17:43:47.306Z | Compiling base64 v0.21.7 |
| 3255 | 2026-07-11T17:43:47.344Z | Compiling hickory-resolver v0.25.2 |
| 3256 | 2026-07-11T17:43:47.385Z | Compiling sec1 v0.8.1 |
| 3257 | 2026-07-11T17:43:47.446Z | Compiling group v0.14.0 |
| 3258 | 2026-07-11T17:43:47.499Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3259 | 2026-07-11T17:43:47.662Z | Compiling hkdf v0.13.0 |
| 3260 | 2026-07-11T17:43:47.665Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-07-11T17:43:47.721Z | Compiling rfc6979 v0.4.0 |
| 3262 | 2026-07-11T17:43:47.769Z | Compiling tap v1.0.1 |
| 3263 | 2026-07-11T17:43:47.861Z | Compiling maybe-uninit v2.0.0 |
| 3264 | 2026-07-11T17:43:47.884Z | Compiling ecdsa v0.16.9 |
| 3265 | 2026-07-11T17:43:47.907Z | Compiling wyz v0.5.1 |
| 3266 | 2026-07-11T17:43:47.925Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3267 | 2026-07-11T17:43:48.139Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-07-11T17:43:48.261Z | Compiling primeorder v0.13.6 |
| 3269 | 2026-07-11T17:43:48.279Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-07-11T17:43:48.335Z | Compiling funty v2.0.0 |
| 3271 | 2026-07-11T17:43:48.484Z | Compiling parking_lot_core v0.8.6 |
| 3272 | 2026-07-11T17:43:48.554Z | Compiling packed_struct v0.10.1 |
| 3273 | 2026-07-11T17:43:48.633Z | Compiling utf-8 v0.7.6 |
| 3274 | 2026-07-11T17:43:48.744Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3275 | 2026-07-11T17:43:48.812Z | Compiling tungstenite v0.21.0 |
| 3276 | 2026-07-11T17:43:48.847Z | Compiling proc-macro-error2 v2.0.1 |
| 3277 | 2026-07-11T17:43:48.890Z | Compiling bitvec v1.0.1 |
| 3278 | 2026-07-11T17:43:48.942Z | Compiling p384 v0.13.1 |
| 3279 | 2026-07-11T17:43:49.121Z | Compiling rfc6979 v0.5.0 |
| 3280 | 2026-07-11T17:43:49.215Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3281 | 2026-07-11T17:43:49.293Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3282 | 2026-07-11T17:43:49.310Z | Compiling packed_struct_codegen v0.10.1 |
| 3283 | 2026-07-11T17:43:49.353Z | Compiling num-derive v0.3.3 |
| 3284 | 2026-07-11T17:43:49.430Z | Compiling zerocopy-derive v0.6.6 |
| 3285 | 2026-07-11T17:43:49.477Z | Compiling bitfield-macros v0.19.4 |
| 3286 | 2026-07-11T17:43:49.525Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-07-11T17:43:49.558Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3288 | 2026-07-11T17:43:49.743Z | Compiling nodrop v0.1.14 |
| 3289 | 2026-07-11T17:43:49.789Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-07-11T17:43:49.806Z | Compiling crc-catalog v2.4.0 |
| 3291 | 2026-07-11T17:43:49.868Z | Compiling array-init v0.0.4 |
| 3292 | 2026-07-11T17:43:49.871Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3293 | 2026-07-11T17:43:49.918Z | Compiling crc v3.4.0 |
| 3294 | 2026-07-11T17:43:50.059Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3295 | 2026-07-11T17:43:50.074Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-07-11T17:43:50.176Z | Compiling ecdsa v0.17.0-rc.18 |
| 3297 | 2026-07-11T17:43:50.244Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-07-11T17:43:50.280Z | Compiling bitfield v0.19.4 |
| 3299 | 2026-07-11T17:43:50.318Z | Compiling libscf-sys v1.1.0 |
| 3300 | 2026-07-11T17:43:50.366Z | Compiling zerocopy v0.6.6 |
| 3301 | 2026-07-11T17:43:50.405Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-07-11T17:43:50.509Z | Compiling primeorder v0.14.0-rc.10 |
| 3303 | 2026-07-11T17:43:50.605Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-07-11T17:43:50.650Z | Compiling primefield v0.14.0 |
| 3305 | 2026-07-11T17:43:50.697Z | Compiling progenitor-impl v0.13.0 |
| 3306 | 2026-07-11T17:43:50.701Z | Compiling papergrid v0.17.0 |
| 3307 | 2026-07-11T17:43:50.731Z | Compiling testing_table v0.3.0 |
| 3308 | 2026-07-11T17:43:50.779Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-07-11T17:43:50.861Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-07-11T17:43:50.890Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3311 | 2026-07-11T17:43:50.920Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3312 | 2026-07-11T17:43:50.942Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-11T17:43:50.978Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-07-11T17:43:51.176Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3315 | 2026-07-11T17:43:51.205Z | Compiling unicase v2.9.0 |
| 3316 | 2026-07-11T17:43:51.234Z | Compiling corncobs v0.1.4 |
| 3317 | 2026-07-11T17:43:51.296Z | Compiling hashbrown v0.12.3 |
| 3318 | 2026-07-11T17:43:51.412Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-07-11T17:43:51.444Z | Compiling mime_guess v2.0.5 |
| 3320 | 2026-07-11T17:43:51.504Z | Compiling progenitor v0.14.0 |
| 3321 | 2026-07-11T17:43:51.508Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-07-11T17:43:51.523Z | Compiling parking_lot v0.11.2 |
| 3323 | 2026-07-11T17:43:51.557Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-07-11T17:43:51.560Z | Compiling serde-hex v0.1.0 |
| 3325 | 2026-07-11T17:43:51.680Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3326 | 2026-07-11T17:43:51.776Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3327 | 2026-07-11T17:43:51.897Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3328 | 2026-07-11T17:43:51.916Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3329 | 2026-07-11T17:43:51.916Z | Compiling tabled v0.20.0 |
| 3330 | 2026-07-11T17:43:51.950Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3331 | 2026-07-11T17:43:51.990Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3332 | 2026-07-11T17:43:52.071Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3333 | 2026-07-11T17:43:52.318Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-07-11T17:43:52.384Z | Compiling ron v0.8.1 |
| 3335 | 2026-07-11T17:43:52.441Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3336 | 2026-07-11T17:43:52.518Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3337 | 2026-07-11T17:43:52.564Z | Compiling hashbrown v0.13.2 |
| 3338 | 2026-07-11T17:43:52.683Z | Compiling progenitor-client v0.13.0 |
| 3339 | 2026-07-11T17:43:52.812Z | Compiling prefix-trie v0.7.0 |
| 3340 | 2026-07-11T17:43:53.039Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3341 | 2026-07-11T17:43:53.090Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3342 | 2026-07-11T17:43:53.238Z | Compiling fxhash v0.2.1 |
| 3343 | 2026-07-11T17:43:53.369Z | Compiling secrecy v0.8.0 |
| 3344 | 2026-07-11T17:43:53.403Z | Compiling crc-any v2.5.0 |
| 3345 | 2026-07-11T17:43:53.420Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3346 | 2026-07-11T17:43:53.441Z | Compiling progenitor-macro v0.13.0 |
| 3347 | 2026-07-11T17:43:53.444Z | Compiling sled v0.34.7 |
| 3348 | 2026-07-11T17:43:53.705Z | Compiling hickory-server v0.25.2 |
| 3349 | 2026-07-11T17:43:54.093Z | Compiling object v0.30.4 |
| 3350 | 2026-07-11T17:43:54.113Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-07-11T17:43:54.354Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3352 | 2026-07-11T17:43:54.375Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3353 | 2026-07-11T17:43:54.466Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3354 | 2026-07-11T17:43:54.488Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3355 | 2026-07-11T17:43:54.868Z | Compiling ed25519 v3.0.0 |
| 3356 | 2026-07-11T17:43:54.904Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-07-11T17:43:55.100Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3358 | 2026-07-11T17:43:55.448Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3359 | 2026-07-11T17:43:55.475Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3360 | 2026-07-11T17:43:55.613Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3361 | 2026-07-11T17:43:55.895Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-07-11T17:43:55.963Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3363 | 2026-07-11T17:43:56.031Z | Compiling poly1305 v0.9.0 |
| 3364 | 2026-07-11T17:43:56.088Z | Compiling blowfish v0.10.0 |
| 3365 | 2026-07-11T17:43:56.137Z | Compiling blake2 v0.11.0-rc.6 |
| 3366 | 2026-07-11T17:43:56.366Z | Compiling keccak v0.2.0 |
| 3367 | 2026-07-11T17:43:56.391Z | Compiling half v1.8.3 |
| 3368 | 2026-07-11T17:43:56.485Z | Compiling http-range v0.1.5 |
| 3369 | 2026-07-11T17:43:56.577Z | Compiling crc8 v0.1.1 |
| 3370 | 2026-07-11T17:43:56.640Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3371 | 2026-07-11T17:43:56.688Z | Compiling fiat-crypto v0.3.0 |
| 3372 | 2026-07-11T17:43:56.706Z | Compiling path-slash v0.1.5 |
| 3373 | 2026-07-11T17:43:56.721Z | Compiling serde_cbor v0.11.2 |
| 3374 | 2026-07-11T17:43:56.740Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3375 | 2026-07-11T17:43:56.767Z | Compiling sha3 v0.11.0 |
| 3376 | 2026-07-11T17:43:56.822Z | Compiling argon2 v0.6.0-rc.8 |
| 3377 | 2026-07-11T17:43:56.873Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3378 | 2026-07-11T17:43:57.010Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3379 | 2026-07-11T17:43:57.056Z | Compiling rsa v0.10.0-rc.18 |
| 3380 | 2026-07-11T17:43:57.157Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3381 | 2026-07-11T17:43:57.214Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3382 | 2026-07-11T17:43:57.349Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-07-11T17:43:57.581Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3384 | 2026-07-11T17:43:57.607Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3385 | 2026-07-11T17:43:57.630Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-07-11T17:43:57.646Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3387 | 2026-07-11T17:43:57.855Z | Compiling p521 v0.14.0-rc.10 |
| 3388 | 2026-07-11T17:43:57.877Z | Compiling p256 v0.14.0-rc.10 |
| 3389 | 2026-07-11T17:43:57.948Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-07-11T17:43:58.077Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3391 | 2026-07-11T17:43:58.137Z | Compiling yasna v0.5.2 |
| 3392 | 2026-07-11T17:43:58.218Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3393 | 2026-07-11T17:43:58.496Z | Compiling progenitor v0.13.0 |
| 3394 | 2026-07-11T17:43:58.528Z | Compiling kstat-rs v0.2.4 |
| 3395 | 2026-07-11T17:43:58.532Z | Compiling headers-core v0.3.0 |
| 3396 | 2026-07-11T17:43:58.615Z | Compiling kem v0.3.0 |
| 3397 | 2026-07-11T17:43:58.643Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3398 | 2026-07-11T17:43:58.675Z | Compiling module-lattice v0.2.3 |
| 3399 | 2026-07-11T17:43:58.690Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-07-11T17:43:58.758Z | Compiling atty v0.2.14 |
| 3401 | 2026-07-11T17:43:58.828Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3402 | 2026-07-11T17:43:58.845Z | Compiling headers v0.4.1 |
| 3403 | 2026-07-11T17:43:58.864Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3404 | 2026-07-11T17:43:58.893Z | Compiling flume v0.11.1 |
| 3405 | 2026-07-11T17:43:58.944Z | Compiling ml-kem v0.3.2 |
| 3406 | 2026-07-11T17:43:58.998Z | Compiling rcgen v0.12.1 |
| 3407 | 2026-07-11T17:43:59.109Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3408 | 2026-07-11T17:43:59.235Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3409 | 2026-07-11T17:43:59.623Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3410 | 2026-07-11T17:43:59.654Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3411 | 2026-07-11T17:43:59.696Z | Compiling hyper-staticfile v0.10.1 |
| 3412 | 2026-07-11T17:43:59.913Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3413 | 2026-07-11T17:43:59.932Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3414 | 2026-07-11T17:43:59.994Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3415 | 2026-07-11T17:44:00.226Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3416 | 2026-07-11T17:44:00.292Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3417 | 2026-07-11T17:44:00.315Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-07-11T17:44:00.649Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-07-11T17:44:00.749Z | Compiling russh-cryptovec v0.61.0 |
| 3420 | 2026-07-11T17:44:01.014Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3421 | 2026-07-11T17:44:01.043Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-07-11T17:44:01.079Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-07-11T17:44:01.202Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-07-11T17:44:01.322Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3425 | 2026-07-11T17:44:01.355Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-07-11T17:44:01.408Z | Compiling generic-array v1.4.3 |
| 3427 | 2026-07-11T17:44:01.429Z | Compiling russh-util v0.52.0 |
| 3428 | 2026-07-11T17:44:01.529Z | Compiling enum_dispatch v0.3.13 |
| 3429 | 2026-07-11T17:44:01.611Z | Compiling delegate v0.13.5 |
| 3430 | 2026-07-11T17:44:01.829Z | Compiling subprocess v0.2.15 |
| 3431 | 2026-07-11T17:44:01.891Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3432 | 2026-07-11T17:44:01.932Z | Compiling p384 v0.14.0-rc.10 |
| 3433 | 2026-07-11T17:44:01.954Z | Compiling hex-literal v1.1.0 |
| 3434 | 2026-07-11T17:44:01.973Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-07-11T17:44:02.099Z | Compiling md5 v0.8.0 |
| 3436 | 2026-07-11T17:44:02.171Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-07-11T17:44:02.376Z | Compiling colored v2.2.0 |
| 3438 | 2026-07-11T17:44:02.392Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-07-11T17:44:02.408Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3440 | 2026-07-11T17:44:02.574Z | Compiling socket2 v0.5.10 |
| 3441 | 2026-07-11T17:44:02.616Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-07-11T17:44:03.179Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-07-11T17:44:03.895Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3444 | 2026-07-11T17:44:04.025Z | Compiling ssh-key v0.7.0-rc.10 |
| 3445 | 2026-07-11T17:44:04.385Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-07-11T17:44:05.248Z | Compiling russh v0.61.2 |
| 3447 | 2026-07-11T17:44:05.701Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-07-11T17:44:06.678Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-07-11T17:44:15.013Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-07-11T17:44:15.013Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-07-11T17:44:15.018Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3452 | 2026-07-11T17:44:15.018Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-07-11T17:44:16.780Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-07-11T17:44:16.839Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-07-11T17:44:20.752Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3456 | 2026-07-11T17:45:00.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3457 | 2026-07-11T17:45:00.818Z | |
| 3458 | 2026-07-11T17:45:00.818Z | real 1:27.356559786 |
| 3459 | 2026-07-11T17:45:00.818Z | user 8:42.545734880 |
| 3460 | 2026-07-11T17:45:00.818Z | sys 1:43.139996947 |
| 3461 | 2026-07-11T17:45:00.818Z | trap 0.260244256 |
| 3462 | 2026-07-11T17:45:00.818Z | tflt 0.359705086 |
| 3463 | 2026-07-11T17:45:00.818Z | dflt 1.206710829 |
| 3464 | 2026-07-11T17:45:00.818Z | kflt 0.000365694 |
| 3465 | 2026-07-11T17:45:00.819Z | lock 30:56.403050045 |
| 3466 | 2026-07-11T17:45:00.822Z | slp 19:53.424962758 |
| 3467 | 2026-07-11T17:45:00.822Z | lat 42.486876704 |
| 3468 | 2026-07-11T17:45:00.822Z | stop 3:05.812111911 |
| 3469 | 2026-07-11T17:45:00.822Z | + mkdir tests |
| 3470 | 2026-07-11T17:45:00.825Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3471 | 2026-07-11T17:45:00.825Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3472 | 2026-07-11T17:45:00.847Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/ |
| 3473 | 2026-07-11T17:45:00.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/ |
| 3474 | 2026-07-11T17:45:00.891Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/ |
| 3475 | 2026-07-11T17:45:00.910Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/ |
| 3476 | 2026-07-11T17:45:01.158Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3477 | 2026-07-11T17:45:01.161Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3478 | 2026-07-11T17:46:21.238Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3479 | 2026-07-11T17:46:21.238Z | a .github/buildomat/ci-env.sh 1K |
| 3480 | 2026-07-11T17:46:21.238Z | a out/target/test 1K |
| 3481 | 2026-07-11T17:46:21.238Z | a out/npuzone/npuzone 27402K |
| 3482 | 2026-07-11T17:46:21.238Z | a package-manifest.toml 35K |
| 3483 | 2026-07-11T17:46:21.238Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3484 | 2026-07-11T17:46:21.238Z | a target/release/omicron-package 40725K |
| 3485 | 2026-07-11T17:46:21.238Z | a target/release/xtask 10468K |
| 3486 | 2026-07-11T17:46:21.238Z | a target/debug/bootstrap 349419K |
| 3487 | 2026-07-11T17:46:21.238Z | a tests/bootstrap-ca561ce3ba29e3d2 31974K |
| 3488 | 2026-07-11T17:46:21.238Z | a tests/commtest-de50baf115444d57 32169K |
| 3489 | 2026-07-11T17:46:21.238Z | a tests/dhcp_server-7642b2d57d595135 31974K |
| 3490 | 2026-07-11T17:46:21.238Z | a tests/end_to_end_tests-f893b9f61afabf44 399298K |
| 3491 | 2026-07-11T17:46:21.238Z | a tools/opte_version 1K |
| 3492 | 2026-07-11T17:46:21.238Z | a tools/opte_version_override 2K |
| 3493 | 2026-07-11T17:46:21.238Z | a out/clickhouse.tar.gz 310727K |
| 3494 | 2026-07-11T17:46:21.238Z | a out/clickhouse_keeper.tar.gz 297197K |
| 3495 | 2026-07-11T17:46:21.238Z | a out/clickhouse_server.tar.gz 310724K |
| 3496 | 2026-07-11T17:46:21.238Z | a out/cockroachdb.tar.gz 161737K |
| 3497 | 2026-07-11T17:46:21.238Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3498 | 2026-07-11T17:46:21.238Z | a out/crucible-utils.tar 18900K |
| 3499 | 2026-07-11T17:46:21.238Z | a out/crucible-zone.tar.gz 53806K |
| 3500 | 2026-07-11T17:46:21.238Z | a out/external-dns.tar.gz 46794K |
| 3501 | 2026-07-11T17:46:21.238Z | a out/internal-dns.tar.gz 46794K |
| 3502 | 2026-07-11T17:46:21.238Z | a out/mg-ddm-gz.tar 97917K |
| 3503 | 2026-07-11T17:46:21.238Z | a out/nexus.tar.gz 274103K |
| 3504 | 2026-07-11T17:46:21.238Z | a out/ntp.tar.gz 29911K |
| 3505 | 2026-07-11T17:46:21.238Z | a out/omicron-gateway-softnpu.tar.gz 27555K |
| 3506 | 2026-07-11T17:46:21.238Z | a out/omicron-sled-agent.tar 197622K |
| 3507 | 2026-07-11T17:46:21.238Z | a out/overlay.tar.gz 4K |
| 3508 | 2026-07-11T17:46:21.238Z | a out/oximeter.tar.gz 62139K |
| 3509 | 2026-07-11T17:46:21.238Z | a out/oxlog.tar 3808K |
| 3510 | 2026-07-11T17:46:21.238Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-07-11T17:46:21.238Z | a out/propolis-server.tar.gz 34372K |
| 3512 | 2026-07-11T17:46:21.238Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-07-11T17:46:21.238Z | a out/switch-softnpu.tar.gz 447765K |
| 3514 | 2026-07-11T17:46:21.242Z | |
| 3515 | 2026-07-11T17:46:21.242Z | real 1:20.076677730 |
| 3516 | 2026-07-11T17:46:21.242Z | user 1:17.365559963 |
| 3517 | 2026-07-11T17:46:21.242Z | sys 4.487016913 |
| 3518 | 2026-07-11T17:46:21.242Z | trap 0.006021538 |
| 3519 | 2026-07-11T17:46:21.242Z | tflt 0.000000000 |
| 3520 | 2026-07-11T17:46:21.242Z | dflt 0.000000000 |
| 3521 | 2026-07-11T17:46:21.242Z | kflt 0.000000000 |
| 3522 | 2026-07-11T17:46:21.242Z | lock 0.000000000 |
| 3523 | 2026-07-11T17:46:21.242Z | slp 1:17.329322274 |
| 3524 | 2026-07-11T17:46:21.242Z | lat 0.960173278 |
| 3525 | 2026-07-11T17:46:21.242Z | stop 0.000193348 |
| 3526 | 2026-07-11T17:46:21.242Z | process exited: duration 949378 ms, exit code 0 |
| |
| 3527 | 2026-07-11T17:46:21.258Z | found 1 output files |
| 3528 | 2026-07-11T17:46:21.258Z | uploading: /work/package.tar.gz (2485273799 bytes) |
| 3529 | 2026-07-11T17:46:51.532Z | uploaded: /work/package.tar.gz |