|
|
|
| 1 | 2026-06-22T19:19:16.226Z | job assigned to worker 01KVRCAB0HXVEBNHGFFHJ81HXJ [factory aws, i-0c2ffb43d5d73fa82] (queued for 1 m 9 s) |
| |
| 2 | 2026-06-22T19:19:23.549Z | starting task 0: "setup" |
| 3 | 2026-06-22T19:19:23.554Z | ++ uname -s |
| 4 | 2026-06-22T19:19:23.557Z | + kern=SunOS |
| 5 | 2026-06-22T19:19:23.557Z | + build_user=build |
| 6 | 2026-06-22T19:19:23.557Z | + build_uid=12345 |
| 7 | 2026-06-22T19:19:23.557Z | + work_dir=/work |
| 8 | 2026-06-22T19:19:23.557Z | + input_dir=/input |
| 9 | 2026-06-22T19:19:23.557Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-22T19:19:23.557Z | + case "$kern" in |
| 11 | 2026-06-22T19:19:23.557Z | + groupadd -g 12345 build |
| 12 | 2026-06-22T19:19:23.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-22T19:19:25.577Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-22T19:19:25.671Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-22T19:19:25.675Z | + home_fs=zfs |
| 16 | 2026-06-22T19:19:25.676Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-22T19:19:25.676Z | + mkdir -p /home/build |
| 18 | 2026-06-22T19:19:25.746Z | + chown build:build /home/build /work |
| 19 | 2026-06-22T19:19:27.677Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-22T19:19:27.680Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-06-22T19:19:27.686Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-22T19:19:27.692Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-22T19:19:27.692Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-22T19:19:27.692Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-22T19:19:27.692Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-22T19:19:27.692Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-22T19:19:27.692Z | * rust toolchain profile = "default" |
| 28 | 2026-06-22T19:19:27.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-22T19:19:27.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-22T19:19:27.815Z | info: downloading installer |
| 31 | 2026-06-22T19:19:29.307Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-22T19:19:29.307Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-22T19:19:29.307Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-22T19:19:29.307Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-22T19:19:29.326Z | info: profile set to default |
| 36 | 2026-06-22T19:19:29.326Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-22T19:19:29.326Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-22T19:19:29.706Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-22T19:19:29.709Z | info: downloading 6 components |
| 40 | 2026-06-22T19:19:45.856Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-22T19:19:45.856Z | |
| 42 | 2026-06-22T19:19:45.885Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-22T19:19:45.885Z | |
| 44 | 2026-06-22T19:19:45.885Z | |
| 45 | 2026-06-22T19:19:45.885Z | Rust is installed now. Great! |
| 46 | 2026-06-22T19:19:45.886Z | |
| 47 | 2026-06-22T19:19:45.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-22T19:19:45.886Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-22T19:19:45.886Z | |
| 50 | 2026-06-22T19:19:45.886Z | To configure your current shell, you need to source |
| 51 | 2026-06-22T19:19:45.886Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-22T19:19:45.897Z | |
| 53 | 2026-06-22T19:19:45.897Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-22T19:19:45.898Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-22T19:19:45.898Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-22T19:19:45.898Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-22T19:19:45.898Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-22T19:19:45.898Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-22T19:19:45.898Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-22T19:19:45.898Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-22T19:19:45.898Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-22T19:19:45.986Z | + rustup --version |
| 63 | 2026-06-22T19:19:45.991Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-22T19:19:46.002Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-22T19:19:46.012Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-22T19:19:46.020Z | + cargo --version |
| 67 | 2026-06-22T19:19:46.026Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-22T19:19:46.026Z | + rustc --version |
| 69 | 2026-06-22T19:19:46.048Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-22T19:19:46.052Z | process exited: duration 18361 ms, exit code 0 |
| |
| 71 | 2026-06-22T19:19:46.061Z | starting task 2: "authentication" |
| 72 | 2026-06-22T19:19:46.076Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-06-22T19:20:48.225Z | process exited: duration 62164 ms, exit code 0 |
| |
| 74 | 2026-06-22T19:20:48.231Z | starting task 3: "clone repository" |
| 75 | 2026-06-22T19:20:48.237Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-06-22T19:20:48.240Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-06-22T19:20:48.272Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-06-22T19:20:57.942Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-06-22T19:20:57.942Z | + git fetch origin cd8413c05b0086e83c64eb932d27c1d37a2d97fb |
| 80 | 2026-06-22T19:20:58.243Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-06-22T19:20:58.243Z | * branch cd8413c05b0086e83c64eb932d27c1d37a2d97fb -> FETCH_HEAD |
| 82 | 2026-06-22T19:20:58.251Z | + [[ -n sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]] |
| 83 | 2026-06-22T19:20:58.251Z | ++ git branch --show-current |
| 84 | 2026-06-22T19:20:58.258Z | + current=main |
| 85 | 2026-06-22T19:20:58.258Z | + [[ main != sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]] |
| 86 | 2026-06-22T19:20:58.258Z | + git branch -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids cd8413c05b0086e83c64eb932d27c1d37a2d97fb |
| 87 | 2026-06-22T19:20:58.258Z | + git checkout -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids |
| 88 | 2026-06-22T19:20:58.502Z | Switched to branch 'sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids' |
| 89 | 2026-06-22T19:20:58.505Z | + git reset --hard cd8413c05b0086e83c64eb932d27c1d37a2d97fb |
| 90 | 2026-06-22T19:20:58.751Z | HEAD is now at cd8413c05 rebase |
| 91 | 2026-06-22T19:20:58.760Z | process exited: duration 10520 ms, exit code 0 |
| |
| 92 | 2026-06-22T19:20:58.770Z | starting task 4: "build" |
| 93 | 2026-06-22T19:20:58.775Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-06-22T19:20:58.775Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-06-22T19:20:58.775Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-06-22T19:20:58.775Z | + cargo --version |
| 97 | 2026-06-22T19:20:58.786Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 98 | 2026-06-22T19:20:58.789Z | + rustc --version |
| 99 | 2026-06-22T19:20:58.809Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 100 | 2026-06-22T19:20:58.812Z | + WORK=/work |
| 101 | 2026-06-22T19:20:58.812Z | + pfexec mkdir -p /work |
| 102 | 2026-06-22T19:20:58.815Z | + pfexec chown build /work |
| 103 | 2026-06-22T19:20:58.819Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2026-06-22T19:21:00.885Z | Startup: Refreshing catalog 'helios' ... Done |
| 105 | 2026-06-22T19:21:00.985Z | Startup: Caching catalogs ... Done |
| 106 | 2026-06-22T19:21:01.409Z | Planning: Solver setup ... Done (0.374s) |
| 107 | 2026-06-22T19:21:01.441Z | Planning: Running solver ... Done (0.023s) |
| 108 | 2026-06-22T19:21:01.450Z | Planning: Finding local manifests ... Done (0.003s) |
| 109 | 2026-06-22T19:21:01.456Z | Planning: Fetching manifests: 0/2 0% complete |
| 110 | 2026-06-22T19:21:01.477Z | Planning: Fetching manifests: 2/2 100% complete |
| 111 | 2026-06-22T19:21:01.493Z | Planning: Package planning ... Done (0.013s) |
| 112 | 2026-06-22T19:21:01.502Z | Planning: Merging actions ... Done (0.002s) |
| 113 | 2026-06-22T19:21:01.688Z | Planning: Checking for conflicting actions ... Done (0.173s) |
| 114 | 2026-06-22T19:21:01.734Z | Planning: Consolidating action changes ... Done (0.001s) |
| 115 | 2026-06-22T19:21:02.517Z | Planning: Evaluating mediators ... Done (0.850s) |
| 116 | 2026-06-22T19:21:02.531Z | Planning: Planning completed in 1.51 seconds |
| 117 | 2026-06-22T19:21:02.531Z | Packages to install: 2 |
| 118 | 2026-06-22T19:21:02.531Z | Estimated space available: 156.07 GB |
| 119 | 2026-06-22T19:21:02.531Z | Estimated space to be consumed: 28.17 MB |
| 120 | 2026-06-22T19:21:02.531Z | Create boot environment: No |
| 121 | 2026-06-22T19:21:02.538Z | Create backup boot environment: No |
| 122 | 2026-06-22T19:21:02.538Z | Rebuild boot archive: No |
| 123 | 2026-06-22T19:21:02.538Z | |
| 124 | 2026-06-22T19:21:02.538Z | Changed packages: |
| 125 | 2026-06-22T19:21:02.538Z | helios |
| 126 | 2026-06-22T19:21:02.538Z | developer/build-essential |
| 127 | 2026-06-22T19:21:02.538Z | None -> 11-3.0 |
| 128 | 2026-06-22T19:21:02.538Z | library/libxmlsec1 |
| 129 | 2026-06-22T19:21:02.538Z | None -> 1.2.35-3.0 |
| 130 | 2026-06-22T19:21:02.555Z | |
| 131 | 2026-06-22T19:21:02.555Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 132 | 2026-06-22T19:21:04.779Z | Download: Completed 1.28 MB in 2.22 seconds (589k/s) |
| 133 | 2026-06-22T19:21:04.835Z | Actions: 1/268 actions (Installing new actions) |
| 134 | 2026-06-22T19:21:04.872Z | Actions: Completed 268 actions in 0.04 seconds. |
| 135 | 2026-06-22T19:21:04.881Z | Finalize: Updating package state database ... Done (0.010s) |
| 136 | 2026-06-22T19:21:04.881Z | Finalize: Updating package cache ... Done (0.000s) |
| 137 | 2026-06-22T19:21:04.907Z | Finalize: Updating image state ... Done (0.026s) |
| 138 | 2026-06-22T19:21:07.506Z | Finalize: Creating fast lookup database ... Done (2.574s) |
| 139 | 2026-06-22T19:21:07.576Z | Finalize: Reading search index ... Done (0.012s) |
| 140 | 2026-06-22T19:21:07.579Z | Finalize: Updating search index ... Done (0.000s) |
| 141 | 2026-06-22T19:21:07.706Z | Finalize: Updating package cache ... Done (0.000s) |
| 142 | 2026-06-22T19:21:08.014Z | Planning: Evaluating mediator changes ... Done |
| 143 | 2026-06-22T19:21:08.123Z | Planning: Checking for conflicting actions ... Done |
| 144 | 2026-06-22T19:21:08.126Z | Planning: Consolidating action changes ... Done |
| 145 | 2026-06-22T19:21:08.282Z | Planning: Evaluating mediators ... Done |
| 146 | 2026-06-22T19:21:08.287Z | Planning: Planning completed in 0.27 seconds |
| 147 | 2026-06-22T19:21:08.304Z | Mediators to change: 2 |
| 148 | 2026-06-22T19:21:08.304Z | Create boot environment: No |
| 149 | 2026-06-22T19:21:08.304Z | Create backup boot environment: No |
| 150 | 2026-06-22T19:21:08.357Z | Finalize: Updating package state database ... Done |
| 151 | 2026-06-22T19:21:08.357Z | Finalize: Updating package cache ... Done |
| 152 | 2026-06-22T19:21:08.375Z | Finalize: Updating image state ... Done |
| 153 | 2026-06-22T19:21:10.298Z | Finalize: Creating fast lookup database ... Done |
| 154 | 2026-06-22T19:21:10.359Z | Finalize: Reading search index ... Done |
| 155 | 2026-06-22T19:21:10.365Z | Finalize: Updating search index ... Done |
| 156 | 2026-06-22T19:21:10.426Z | Finalize: Updating package cache ... Done |
| 157 | 2026-06-22T19:21:10.710Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-06-22T19:21:10.814Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-06-22T19:21:10.817Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-06-22T19:21:10.983Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-06-22T19:21:10.991Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-06-22T19:21:11.000Z | Mediators to change: 1 |
| 163 | 2026-06-22T19:21:11.000Z | Create boot environment: No |
| 164 | 2026-06-22T19:21:11.000Z | Create backup boot environment: No |
| 165 | 2026-06-22T19:21:11.039Z | Finalize: Updating package state database ... Done |
| 166 | 2026-06-22T19:21:11.039Z | Finalize: Updating package cache ... Done |
| 167 | 2026-06-22T19:21:11.054Z | Finalize: Updating image state ... Done |
| 168 | 2026-06-22T19:21:12.978Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-06-22T19:21:13.038Z | Finalize: Reading search index ... Done |
| 170 | 2026-06-22T19:21:13.044Z | Finalize: Updating search index ... Done |
| 171 | 2026-06-22T19:21:13.102Z | Finalize: Updating package cache ... Done |
| 172 | 2026-06-22T19:21:13.409Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 173 | 2026-06-22T19:21:13.409Z | apache system 2.4 system |
| 174 | 2026-06-22T19:21:13.409Z | clang system 15 system |
| 175 | 2026-06-22T19:21:13.409Z | csh system system illumos |
| 176 | 2026-06-22T19:21:13.409Z | ctags system system illumos |
| 177 | 2026-06-22T19:21:13.409Z | file vendor vendor darwinsys |
| 178 | 2026-06-22T19:21:13.409Z | file system system illumos |
| 179 | 2026-06-22T19:21:13.409Z | gcc vendor 14 vendor |
| 180 | 2026-06-22T19:21:13.409Z | gcc system 13 system |
| 181 | 2026-06-22T19:21:13.409Z | gcc system 10 system |
| 182 | 2026-06-22T19:21:13.409Z | go system 1.25 system |
| 183 | 2026-06-22T19:21:13.409Z | llvm system 15 system |
| 184 | 2026-06-22T19:21:13.409Z | mariadb system 11.4 system |
| 185 | 2026-06-22T19:21:13.409Z | mta vendor vendor dma |
| 186 | 2026-06-22T19:21:13.409Z | openjdk system 17 system |
| 187 | 2026-06-22T19:21:13.410Z | openjdk system 11 system |
| 188 | 2026-06-22T19:21:13.410Z | openssl vendor 3 vendor |
| 189 | 2026-06-22T19:21:13.410Z | perl system 5.40 system |
| 190 | 2026-06-22T19:21:13.410Z | postgresql system 18 system |
| 191 | 2026-06-22T19:21:13.410Z | postgresql system 17 system |
| 192 | 2026-06-22T19:21:13.410Z | python vendor 3 vendor |
| 193 | 2026-06-22T19:21:13.410Z | python system 2 system |
| 194 | 2026-06-22T19:21:13.410Z | python3 vendor 3.13 vendor |
| 195 | 2026-06-22T19:21:13.410Z | ruby system 3.4 system |
| 196 | 2026-06-22T19:21:13.410Z | ruby system 3.0 system |
| 197 | 2026-06-22T19:21:13.410Z | words vendor vendor american-english |
| 198 | 2026-06-22T19:21:13.410Z | words system system australian-english |
| 199 | 2026-06-22T19:21:13.410Z | words system system british-english |
| 200 | 2026-06-22T19:21:13.410Z | words system system canadian-english |
| 201 | 2026-06-22T19:21:13.410Z | words system system french |
| 202 | 2026-06-22T19:21:13.410Z | words system system italian |
| 203 | 2026-06-22T19:21:13.410Z | words system system ngerman |
| 204 | 2026-06-22T19:21:13.410Z | words system system ogerman |
| 205 | 2026-06-22T19:21:13.410Z | words system system spanish |
| 206 | 2026-06-22T19:21:13.660Z | PUBLISHER TYPE STATUS P LOCATION |
| 207 | 2026-06-22T19:21:13.661Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 208 | 2026-06-22T19:21:13.961Z | FMRI IFO |
| 209 | 2026-06-22T19:21:13.961Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 210 | 2026-06-22T19:21:13.961Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 211 | 2026-06-22T19:21:13.961Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 212 | 2026-06-22T19:21:13.961Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 213 | 2026-06-22T19:21:13.961Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 214 | 2026-06-22T19:21:13.961Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 215 | 2026-06-22T19:21:13.961Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 216 | 2026-06-22T19:21:13.961Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 217 | 2026-06-22T19:21:13.961Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 218 | 2026-06-22T19:21:14.209Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 219 | 2026-06-22T19:21:14.489Z | Updating crates.io index |
| 220 | 2026-06-22T19:21:14.493Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 221 | 2026-06-22T19:21:15.091Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 222 | 2026-06-22T19:21:15.434Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 223 | 2026-06-22T19:21:16.072Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 224 | 2026-06-22T19:21:16.993Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 225 | 2026-06-22T19:21:17.492Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 226 | 2026-06-22T19:21:19.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 227 | 2026-06-22T19:21:20.013Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-06-22T19:21:20.266Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 229 | 2026-06-22T19:21:21.338Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 230 | 2026-06-22T19:21:21.854Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 231 | 2026-06-22T19:21:22.162Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 232 | 2026-06-22T19:21:22.525Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 233 | 2026-06-22T19:21:22.963Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 234 | 2026-06-22T19:21:23.417Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-06-22T19:21:23.768Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 236 | 2026-06-22T19:21:24.103Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 237 | 2026-06-22T19:21:24.341Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 238 | 2026-06-22T19:21:24.755Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-22T19:21:25.168Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 240 | 2026-06-22T19:21:25.347Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 241 | 2026-06-22T19:21:25.610Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-06-22T19:21:25.965Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 243 | 2026-06-22T19:21:26.503Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 244 | 2026-06-22T19:21:26.958Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 245 | 2026-06-22T19:21:27.355Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 246 | 2026-06-22T19:21:27.903Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 247 | 2026-06-22T19:21:28.190Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 248 | 2026-06-22T19:21:28.539Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 249 | 2026-06-22T19:21:30.004Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 250 | 2026-06-22T19:21:30.457Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-06-22T19:21:30.820Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 252 | 2026-06-22T19:21:31.409Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-06-22T19:21:31.952Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 254 | 2026-06-22T19:21:32.296Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 255 | 2026-06-22T19:21:32.732Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 256 | 2026-06-22T19:21:33.346Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 257 | 2026-06-22T19:21:33.596Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 258 | 2026-06-22T19:21:33.853Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 259 | 2026-06-22T19:21:34.078Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-06-22T19:21:36.263Z | Downloading crates ... |
| 261 | 2026-06-22T19:21:36.327Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-06-22T19:21:36.335Z | Downloaded camino-tempfile v1.4.1 |
| 263 | 2026-06-22T19:21:36.343Z | Downloaded thiserror-impl v1.0.69 |
| 264 | 2026-06-22T19:21:36.356Z | Downloaded typeid v1.0.3 |
| 265 | 2026-06-22T19:21:36.369Z | Downloaded semver v1.0.28 |
| 266 | 2026-06-22T19:21:36.369Z | Downloaded toml_datetime v0.6.11 |
| 267 | 2026-06-22T19:21:36.376Z | Downloaded anstream v1.0.0 |
| 268 | 2026-06-22T19:21:36.376Z | Downloaded yoke-derive v0.8.1 |
| 269 | 2026-06-22T19:21:36.376Z | Downloaded proc-macro-error v1.0.4 |
| 270 | 2026-06-22T19:21:36.376Z | Downloaded dtrace-parser v0.2.0 |
| 271 | 2026-06-22T19:21:36.376Z | Downloaded version_check v0.9.5 |
| 272 | 2026-06-22T19:21:36.377Z | Downloaded quote v1.0.45 |
| 273 | 2026-06-22T19:21:36.377Z | Downloaded percent-encoding v2.3.2 |
| 274 | 2026-06-22T19:21:36.380Z | Downloaded utf8parse v0.2.2 |
| 275 | 2026-06-22T19:21:36.380Z | Downloaded unicode-xid v0.2.6 |
| 276 | 2026-06-22T19:21:36.380Z | Downloaded zerofrom-derive v0.1.6 |
| 277 | 2026-06-22T19:21:36.380Z | Downloaded thread-id v4.2.2 |
| 278 | 2026-06-22T19:21:36.380Z | Downloaded cpufeatures v0.2.17 |
| 279 | 2026-06-22T19:21:36.380Z | Downloaded fastrand v2.3.0 |
| 280 | 2026-06-22T19:21:36.380Z | Downloaded colorchoice v1.0.4 |
| 281 | 2026-06-22T19:21:36.380Z | Downloaded anstyle-query v1.1.5 |
| 282 | 2026-06-22T19:21:36.380Z | Downloaded idna_adapter v1.2.1 |
| 283 | 2026-06-22T19:21:36.380Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-06-22T19:21:36.380Z | Downloaded toml_write v0.1.2 |
| 285 | 2026-06-22T19:21:36.386Z | Downloaded terminal_size v0.4.3 |
| 286 | 2026-06-22T19:21:36.386Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-06-22T19:21:36.386Z | Downloaded typenum v1.19.0 |
| 288 | 2026-06-22T19:21:36.387Z | Downloaded serde-value v0.7.0 |
| 289 | 2026-06-22T19:21:36.387Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-06-22T19:21:36.390Z | Downloaded unicode-linebreak v0.1.5 |
| 291 | 2026-06-22T19:21:36.390Z | Downloaded zerofrom v0.1.6 |
| 292 | 2026-06-22T19:21:36.393Z | Downloaded thiserror v2.0.18 |
| 293 | 2026-06-22T19:21:36.396Z | Downloaded serde-untagged v0.1.9 |
| 294 | 2026-06-22T19:21:36.396Z | Downloaded cargo_toml v0.21.0 |
| 295 | 2026-06-22T19:21:36.396Z | Downloaded cargo_metadata v0.21.0 |
| 296 | 2026-06-22T19:21:36.400Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-06-22T19:21:36.400Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-06-22T19:21:36.400Z | Downloaded usdt v0.5.0 |
| 299 | 2026-06-22T19:21:36.400Z | Downloaded usdt-impl v0.5.0 |
| 300 | 2026-06-22T19:21:36.400Z | Downloaded zmij v1.0.21 |
| 301 | 2026-06-22T19:21:36.405Z | Downloaded thiserror-impl v2.0.18 |
| 302 | 2026-06-22T19:21:36.405Z | Downloaded camino v1.2.2 |
| 303 | 2026-06-22T19:21:36.408Z | Downloaded serde_spanned v0.6.9 |
| 304 | 2026-06-22T19:21:36.408Z | Downloaded yoke v0.8.1 |
| 305 | 2026-06-22T19:21:36.408Z | Downloaded zerocopy-derive v0.7.35 |
| 306 | 2026-06-22T19:21:36.411Z | Downloaded tinystr v0.8.2 |
| 307 | 2026-06-22T19:21:36.411Z | Downloaded thiserror v1.0.69 |
| 308 | 2026-06-22T19:21:36.416Z | Downloaded zerovec-derive v0.11.2 |
| 309 | 2026-06-22T19:21:36.416Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-06-22T19:21:36.416Z | Downloaded heck v0.5.0 |
| 311 | 2026-06-22T19:21:36.419Z | Downloaded writeable v0.6.2 |
| 312 | 2026-06-22T19:21:36.419Z | Downloaded cargo-platform v0.2.0 |
| 313 | 2026-06-22T19:21:36.419Z | Downloaded smawk v0.3.2 |
| 314 | 2026-06-22T19:21:36.419Z | Downloaded toml v0.8.23 |
| 315 | 2026-06-22T19:21:36.419Z | Downloaded stable_deref_trait v1.2.1 |
| 316 | 2026-06-22T19:21:36.422Z | Downloaded anstyle v1.0.14 |
| 317 | 2026-06-22T19:21:36.422Z | Downloaded ucd-trie v0.1.7 |
| 318 | 2026-06-22T19:21:36.428Z | Downloaded textwrap v0.16.2 |
| 319 | 2026-06-22T19:21:36.428Z | Downloaded unicode-ident v1.0.24 |
| 320 | 2026-06-22T19:21:36.432Z | Downloaded anstyle-parse v1.0.0 |
| 321 | 2026-06-22T19:21:36.432Z | Downloaded strsim v0.11.1 |
| 322 | 2026-06-22T19:21:36.432Z | Downloaded toml_edit v0.22.27 |
| 323 | 2026-06-22T19:21:36.439Z | Downloaded zerotrie v0.2.3 |
| 324 | 2026-06-22T19:21:36.439Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2026-06-22T19:21:36.446Z | Downloaded clap_lex v1.0.0 |
| 326 | 2026-06-22T19:21:36.446Z | Downloaded itoa v1.0.17 |
| 327 | 2026-06-22T19:21:36.446Z | Downloaded plain v0.2.3 |
| 328 | 2026-06-22T19:21:36.446Z | Downloaded ordered-float v2.10.1 |
| 329 | 2026-06-22T19:21:36.446Z | Downloaded heck v0.4.1 |
| 330 | 2026-06-22T19:21:36.446Z | Downloaded url v2.5.8 |
| 331 | 2026-06-22T19:21:36.452Z | Downloaded cargo-util-schemas v0.8.2 |
| 332 | 2026-06-22T19:21:36.456Z | Downloaded zerovec v0.11.5 |
| 333 | 2026-06-22T19:21:36.459Z | Downloaded pest_derive v2.8.6 |
| 334 | 2026-06-22T19:21:36.459Z | Downloaded swrite v0.1.0 |
| 335 | 2026-06-22T19:21:36.462Z | Downloaded fnv v1.0.7 |
| 336 | 2026-06-22T19:21:36.462Z | Downloaded macaddr v1.0.1 |
| 337 | 2026-06-22T19:21:36.466Z | Downloaded winnow v0.7.14 |
| 338 | 2026-06-22T19:21:36.469Z | Downloaded zerocopy v0.7.35 |
| 339 | 2026-06-22T19:21:36.480Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-06-22T19:21:36.484Z | Downloaded form_urlencoded v1.2.2 |
| 341 | 2026-06-22T19:21:36.484Z | Downloaded is_terminal_polyfill v1.70.2 |
| 342 | 2026-06-22T19:21:36.484Z | Downloaded errno v0.3.14 |
| 343 | 2026-06-22T19:21:36.484Z | Downloaded memmap v0.7.0 |
| 344 | 2026-06-22T19:21:36.484Z | Downloaded dof v0.3.0 |
| 345 | 2026-06-22T19:21:36.484Z | Downloaded unicode-width v0.1.14 |
| 346 | 2026-06-22T19:21:36.488Z | Downloaded erased-serde v0.4.9 |
| 347 | 2026-06-22T19:21:36.488Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-06-22T19:21:36.493Z | Downloaded digest v0.10.7 |
| 349 | 2026-06-22T19:21:36.493Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2026-06-22T19:21:36.503Z | Downloaded tabled_derive v0.7.0 |
| 351 | 2026-06-22T19:21:36.512Z | Downloaded clap_derive v4.6.1 |
| 352 | 2026-06-22T19:21:36.513Z | Downloaded bytecount v0.6.9 |
| 353 | 2026-06-22T19:21:36.513Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-06-22T19:21:36.518Z | Downloaded crypto-common v0.1.7 |
| 355 | 2026-06-22T19:21:36.524Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-06-22T19:21:36.524Z | Downloaded potential_utf v0.1.4 |
| 357 | 2026-06-22T19:21:36.531Z | Downloaded sha2 v0.10.9 |
| 358 | 2026-06-22T19:21:36.535Z | Downloaded byteorder v1.5.0 |
| 359 | 2026-06-22T19:21:36.535Z | Downloaded pest_generator v2.8.6 |
| 360 | 2026-06-22T19:21:36.538Z | Downloaded autocfg v1.5.0 |
| 361 | 2026-06-22T19:21:36.538Z | Downloaded clap v4.6.1 |
| 362 | 2026-06-22T19:21:36.544Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-06-22T19:21:36.548Z | Downloaded scroll v0.12.0 |
| 364 | 2026-06-22T19:21:36.548Z | Downloaded serde_core v1.0.228 |
| 365 | 2026-06-22T19:21:36.548Z | Downloaded once_cell v1.21.3 |
| 366 | 2026-06-22T19:21:36.552Z | Downloaded log v0.4.29 |
| 367 | 2026-06-22T19:21:36.562Z | Downloaded synstructure v0.13.2 |
| 368 | 2026-06-22T19:21:36.576Z | Downloaded displaydoc v0.2.5 |
| 369 | 2026-06-22T19:21:36.576Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-06-22T19:21:36.581Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-06-22T19:21:36.581Z | Downloaded num-traits v0.2.19 |
| 372 | 2026-06-22T19:21:36.598Z | Downloaded icu_provider v2.1.1 |
| 373 | 2026-06-22T19:21:36.598Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-06-22T19:21:36.604Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-06-22T19:21:36.604Z | Downloaded icu_normalizer_data v2.1.1 |
| 376 | 2026-06-22T19:21:36.604Z | Downloaded litemap v0.8.1 |
| 377 | 2026-06-22T19:21:36.604Z | Downloaded getrandom v0.4.1 |
| 378 | 2026-06-22T19:21:36.607Z | Downloaded anyhow v1.0.102 |
| 379 | 2026-06-22T19:21:36.613Z | Downloaded bitflags v2.11.0 |
| 380 | 2026-06-22T19:21:36.617Z | Downloaded icu_normalizer v2.1.1 |
| 381 | 2026-06-22T19:21:36.629Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-06-22T19:21:36.637Z | Downloaded icu_properties v2.1.2 |
| 383 | 2026-06-22T19:21:36.640Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-06-22T19:21:36.645Z | Downloaded serde v1.0.228 |
| 385 | 2026-06-22T19:21:36.645Z | Downloaded pest_meta v2.8.6 |
| 386 | 2026-06-22T19:21:36.649Z | Downloaded icu_locale_core v2.1.1 |
| 387 | 2026-06-22T19:21:36.653Z | Downloaded idna v1.1.0 |
| 388 | 2026-06-22T19:21:36.653Z | Downloaded hashbrown v0.17.0 |
| 389 | 2026-06-22T19:21:36.662Z | Downloaded memchr v2.8.0 |
| 390 | 2026-06-22T19:21:36.666Z | Downloaded pest v2.8.6 |
| 391 | 2026-06-22T19:21:36.668Z | Downloaded clap_builder v4.6.0 |
| 392 | 2026-06-22T19:21:36.693Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-06-22T19:21:36.701Z | Downloaded icu_properties_data v2.1.2 |
| 394 | 2026-06-22T19:21:36.711Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-22T19:21:36.718Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-22T19:21:36.728Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-22T19:21:36.733Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-22T19:21:36.755Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-22T19:21:36.787Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-22T19:21:36.853Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-22T19:21:36.853Z | Compiling quote v1.0.45 |
| 402 | 2026-06-22T19:21:36.857Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-06-22T19:21:36.857Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-22T19:21:36.857Z | Compiling libc v0.2.185 |
| 405 | 2026-06-22T19:21:36.857Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-22T19:21:36.857Z | Compiling serde v1.0.228 |
| 407 | 2026-06-22T19:21:36.857Z | Compiling memchr v2.8.0 |
| 408 | 2026-06-22T19:21:36.857Z | Compiling stable_deref_trait v1.2.1 |
| 409 | 2026-06-22T19:21:37.014Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-22T19:21:37.017Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-22T19:21:37.017Z | Compiling itoa v1.0.17 |
| 412 | 2026-06-22T19:21:37.017Z | Compiling thiserror v1.0.69 |
| 413 | 2026-06-22T19:21:37.026Z | Compiling autocfg v1.5.0 |
| 414 | 2026-06-22T19:21:37.030Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-22T19:21:37.203Z | Compiling writeable v0.6.2 |
| 416 | 2026-06-22T19:21:37.217Z | Compiling byteorder v1.5.0 |
| 417 | 2026-06-22T19:21:37.372Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-06-22T19:21:37.471Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-06-22T19:21:37.500Z | Compiling pest v2.8.6 |
| 420 | 2026-06-22T19:21:37.570Z | Compiling rustix v1.1.3 |
| 421 | 2026-06-22T19:21:37.586Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-22T19:21:37.600Z | Compiling bitflags v2.11.0 |
| 423 | 2026-06-22T19:21:37.603Z | Compiling typeid v1.0.3 |
| 424 | 2026-06-22T19:21:37.718Z | Compiling num-traits v0.2.19 |
| 425 | 2026-06-22T19:21:37.759Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-22T19:21:37.775Z | Compiling smallvec v1.15.1 |
| 427 | 2026-06-22T19:21:37.876Z | Compiling hashbrown v0.17.0 |
| 428 | 2026-06-22T19:21:37.924Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-22T19:21:37.928Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-22T19:21:37.969Z | Compiling syn v1.0.109 |
| 431 | 2026-06-22T19:21:38.015Z | Compiling toml_write v0.1.2 |
| 432 | 2026-06-22T19:21:38.065Z | Compiling winnow v0.7.14 |
| 433 | 2026-06-22T19:21:38.110Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-06-22T19:21:38.234Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-06-22T19:21:38.252Z | Compiling errno v0.3.14 |
| 436 | 2026-06-22T19:21:38.283Z | Compiling thread-id v4.2.2 |
| 437 | 2026-06-22T19:21:38.320Z | Compiling getrandom v0.4.1 |
| 438 | 2026-06-22T19:21:38.338Z | Compiling camino v1.2.2 |
| 439 | 2026-06-22T19:21:38.440Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-22T19:21:38.458Z | Compiling plain v0.2.3 |
| 441 | 2026-06-22T19:21:38.462Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-06-22T19:21:38.478Z | Compiling utf8parse v0.2.2 |
| 443 | 2026-06-22T19:21:38.526Z | Compiling percent-encoding v2.3.2 |
| 444 | 2026-06-22T19:21:38.554Z | Compiling thiserror v2.0.18 |
| 445 | 2026-06-22T19:21:38.594Z | Compiling syn v2.0.117 |
| 446 | 2026-06-22T19:21:38.644Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-06-22T19:21:38.663Z | Compiling log v0.4.29 |
| 448 | 2026-06-22T19:21:38.679Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-06-22T19:21:38.758Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-06-22T19:21:38.895Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-22T19:21:38.907Z | Compiling anstyle v1.0.14 |
| 452 | 2026-06-22T19:21:38.921Z | Compiling cfg-if v1.0.4 |
| 453 | 2026-06-22T19:21:38.938Z | Compiling pretty-hex v0.4.1 |
| 454 | 2026-06-22T19:21:38.969Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-06-22T19:21:39.011Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-06-22T19:21:39.091Z | Compiling anstyle-query v1.1.5 |
| 457 | 2026-06-22T19:21:39.131Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-22T19:21:39.180Z | Compiling anstream v1.0.0 |
| 459 | 2026-06-22T19:21:39.185Z | Compiling bytecount v0.6.9 |
| 460 | 2026-06-22T19:21:39.185Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-06-22T19:21:39.230Z | Compiling clap_lex v1.0.0 |
| 462 | 2026-06-22T19:21:39.236Z | Compiling fastrand v2.3.0 |
| 463 | 2026-06-22T19:21:39.279Z | Compiling once_cell v1.21.3 |
| 464 | 2026-06-22T19:21:39.297Z | Compiling terminal_size v0.4.3 |
| 465 | 2026-06-22T19:21:39.389Z | Compiling unicode-width v0.1.14 |
| 466 | 2026-06-22T19:21:39.406Z | Compiling heck v0.4.1 |
| 467 | 2026-06-22T19:21:39.411Z | Compiling fnv v1.0.7 |
| 468 | 2026-06-22T19:21:39.538Z | Compiling strsim v0.11.1 |
| 469 | 2026-06-22T19:21:39.554Z | Compiling heck v0.5.0 |
| 470 | 2026-06-22T19:21:39.571Z | Compiling anyhow v1.0.102 |
| 471 | 2026-06-22T19:21:39.572Z | Compiling tempfile v3.25.0 |
| 472 | 2026-06-22T19:21:39.681Z | Compiling semver v1.0.28 |
| 473 | 2026-06-22T19:21:39.701Z | Compiling papergrid v0.11.0 |
| 474 | 2026-06-22T19:21:39.782Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-06-22T19:21:39.814Z | Compiling memmap v0.7.0 |
| 476 | 2026-06-22T19:21:39.837Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-06-22T19:21:39.937Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-06-22T19:21:40.018Z | Compiling smawk v0.3.2 |
| 479 | 2026-06-22T19:21:40.035Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-06-22T19:21:40.072Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-06-22T19:21:40.121Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-22T19:21:40.183Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-22T19:21:40.239Z | Compiling swrite v0.1.0 |
| 484 | 2026-06-22T19:21:40.612Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-22T19:21:41.179Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-22T19:21:41.179Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-22T19:21:41.271Z | Compiling tabled v0.15.0 |
| 488 | 2026-06-22T19:21:41.724Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-22T19:21:41.728Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-22T19:21:41.728Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-22T19:21:41.728Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-22T19:21:41.728Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-22T19:21:41.728Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-22T19:21:41.728Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-22T19:21:41.728Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-06-22T19:21:41.728Z | Compiling scroll_derive v0.12.1 |
| 497 | 2026-06-22T19:21:41.739Z | Compiling thiserror-impl v2.0.18 |
| 498 | 2026-06-22T19:21:41.757Z | Compiling clap_derive v4.6.1 |
| 499 | 2026-06-22T19:21:42.369Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-22T19:21:42.594Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-22T19:21:42.613Z | Compiling zerocopy v0.7.35 |
| 502 | 2026-06-22T19:21:42.784Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-22T19:21:42.884Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-22T19:21:42.939Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-22T19:21:43.050Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-22T19:21:43.050Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-22T19:21:43.164Z | Compiling clap v4.6.1 |
| 508 | 2026-06-22T19:21:43.522Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-22T19:21:43.522Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-22T19:21:43.647Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-22T19:21:43.675Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-22T19:21:44.212Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-22T19:21:44.391Z | Compiling dof v0.3.0 |
| 514 | 2026-06-22T19:21:44.391Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-06-22T19:21:44.405Z | Compiling toml_datetime v0.6.11 |
| 516 | 2026-06-22T19:21:44.408Z | Compiling serde_spanned v0.6.9 |
| 517 | 2026-06-22T19:21:44.421Z | Compiling serde-value v0.7.0 |
| 518 | 2026-06-22T19:21:44.426Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-06-22T19:21:44.426Z | Compiling macaddr v1.0.1 |
| 520 | 2026-06-22T19:21:44.440Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-06-22T19:21:44.444Z | Compiling icu_normalizer v2.1.1 |
| 522 | 2026-06-22T19:21:44.646Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-22T19:21:45.107Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-22T19:21:45.110Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-22T19:21:45.303Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-22T19:21:45.422Z | Compiling idna v1.1.0 |
| 527 | 2026-06-22T19:21:45.675Z | Compiling url v2.5.8 |
| 528 | 2026-06-22T19:21:45.691Z | Compiling usdt v0.5.0 |
| 529 | 2026-06-22T19:21:45.911Z | Compiling toml v0.8.23 |
| 530 | 2026-06-22T19:21:46.242Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-22T19:21:46.242Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-22T19:21:47.039Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-22T19:21:47.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-22T19:21:50.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s |
| 535 | 2026-06-22T19:21:50.303Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-22T19:21:50.785Z | Downloading crates ... |
| 537 | 2026-06-22T19:21:50.898Z | Downloaded ascii-canvas v3.0.0 |
| 538 | 2026-06-22T19:21:50.906Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-06-22T19:21:50.906Z | Downloaded crc-catalog v2.4.0 |
| 540 | 2026-06-22T19:21:50.916Z | Downloaded async-stream-impl v0.3.6 |
| 541 | 2026-06-22T19:21:50.916Z | Downloaded async-stream v0.3.6 |
| 542 | 2026-06-22T19:21:50.916Z | Downloaded atomicwrites v0.4.4 |
| 543 | 2026-06-22T19:21:50.916Z | Downloaded atty v0.2.14 |
| 544 | 2026-06-22T19:21:50.916Z | Downloaded atomic-waker v1.1.2 |
| 545 | 2026-06-22T19:21:50.916Z | Downloaded crc-any v2.5.0 |
| 546 | 2026-06-22T19:21:50.924Z | Downloaded compression-core v0.4.31 |
| 547 | 2026-06-22T19:21:50.924Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 548 | 2026-06-22T19:21:50.924Z | Downloaded block-padding v0.3.3 |
| 549 | 2026-06-22T19:21:50.924Z | Downloaded base16ct v0.2.0 |
| 550 | 2026-06-22T19:21:50.927Z | Downloaded array-init v0.0.4 |
| 551 | 2026-06-22T19:21:50.927Z | Downloaded aead v0.5.2 |
| 552 | 2026-06-22T19:21:50.927Z | Downloaded castaway v0.2.4 |
| 553 | 2026-06-22T19:21:50.927Z | Downloaded darling_macro v0.21.3 |
| 554 | 2026-06-22T19:21:50.927Z | Downloaded defmt-parser v1.0.0 |
| 555 | 2026-06-22T19:21:50.930Z | Downloaded document-features v0.2.12 |
| 556 | 2026-06-22T19:21:50.930Z | Downloaded data-encoding v2.10.0 |
| 557 | 2026-06-22T19:21:50.930Z | Downloaded defmt v1.0.1 |
| 558 | 2026-06-22T19:21:50.933Z | Downloaded bit-set v0.5.3 |
| 559 | 2026-06-22T19:21:50.933Z | Downloaded darling_macro v0.13.4 |
| 560 | 2026-06-22T19:21:50.936Z | Downloaded derive_builder_macro v0.20.2 |
| 561 | 2026-06-22T19:21:50.936Z | Downloaded downcast-rs v2.0.2 |
| 562 | 2026-06-22T19:21:50.936Z | Downloaded darling_macro v0.20.11 |
| 563 | 2026-06-22T19:21:50.939Z | Downloaded async-trait v0.1.89 |
| 564 | 2026-06-22T19:21:50.942Z | Downloaded cfg_aliases v0.2.1 |
| 565 | 2026-06-22T19:21:50.942Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-06-22T19:21:50.942Z | Downloaded cpufeatures v0.3.0 |
| 567 | 2026-06-22T19:21:50.947Z | Downloaded debug-ignore v1.0.5 |
| 568 | 2026-06-22T19:21:50.947Z | Downloaded cfg_aliases v0.1.1 |
| 569 | 2026-06-22T19:21:50.949Z | Downloaded ciborium-io v0.2.2 |
| 570 | 2026-06-22T19:21:50.949Z | Downloaded erased-serde v0.3.31 |
| 571 | 2026-06-22T19:21:50.952Z | Downloaded derive_builder_core v0.20.2 |
| 572 | 2026-06-22T19:21:50.952Z | Downloaded daft-derive v0.1.7 |
| 573 | 2026-06-22T19:21:50.955Z | Downloaded ciborium-ll v0.2.2 |
| 574 | 2026-06-22T19:21:50.955Z | Downloaded ecdsa v0.16.9 |
| 575 | 2026-06-22T19:21:50.958Z | Downloaded darling_core v0.20.11 |
| 576 | 2026-06-22T19:21:50.961Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-06-22T19:21:50.961Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-06-22T19:21:50.966Z | Downloaded env_logger v0.11.9 |
| 579 | 2026-06-22T19:21:50.968Z | Downloaded enum-as-inner v0.6.1 |
| 580 | 2026-06-22T19:21:50.969Z | Downloaded cargo-platform v0.3.2 |
| 581 | 2026-06-22T19:21:50.969Z | Downloaded dtrace-parser v0.3.0 |
| 582 | 2026-06-22T19:21:50.973Z | Downloaded buf-list v1.1.2 |
| 583 | 2026-06-22T19:21:50.973Z | Downloaded cmake v0.1.57 |
| 584 | 2026-06-22T19:21:50.973Z | Downloaded dirs-next v2.0.0 |
| 585 | 2026-06-22T19:21:50.979Z | Downloaded crossbeam-utils v0.8.21 |
| 586 | 2026-06-22T19:21:50.982Z | Downloaded env_filter v1.0.0 |
| 587 | 2026-06-22T19:21:50.982Z | Downloaded cstr-argument v0.1.2 |
| 588 | 2026-06-22T19:21:50.982Z | Downloaded chacha20 v0.9.1 |
| 589 | 2026-06-22T19:21:50.982Z | Downloaded blowfish v0.9.1 |
| 590 | 2026-06-22T19:21:50.982Z | Downloaded embedded-io v0.4.0 |
| 591 | 2026-06-22T19:21:50.985Z | Downloaded bitfield v0.19.4 |
| 592 | 2026-06-22T19:21:50.988Z | Downloaded foreign-types-shared v0.1.1 |
| 593 | 2026-06-22T19:21:50.991Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-06-22T19:21:50.994Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-06-22T19:21:50.999Z | Downloaded convert_case v0.4.0 |
| 596 | 2026-06-22T19:21:50.999Z | Downloaded float-cmp v0.10.0 |
| 597 | 2026-06-22T19:21:50.999Z | Downloaded flagset v0.4.7 |
| 598 | 2026-06-22T19:21:51.004Z | Downloaded crc v3.4.0 |
| 599 | 2026-06-22T19:21:51.004Z | Downloaded fd-lock v4.0.4 |
| 600 | 2026-06-22T19:21:51.004Z | Downloaded assert_matches v1.5.0 |
| 601 | 2026-06-22T19:21:51.004Z | Downloaded fallible-iterator v0.2.0 |
| 602 | 2026-06-22T19:21:51.007Z | Downloaded either v1.15.0 |
| 603 | 2026-06-22T19:21:51.007Z | Downloaded diesel-dtrace v0.5.0 |
| 604 | 2026-06-22T19:21:51.007Z | Downloaded crucible-workspace-hack v0.1.0 |
| 605 | 2026-06-22T19:21:51.007Z | Downloaded der_derive v0.7.3 |
| 606 | 2026-06-22T19:21:51.007Z | Downloaded dsl_auto_type v0.2.0 |
| 607 | 2026-06-22T19:21:51.011Z | Downloaded foreign-types v0.3.2 |
| 608 | 2026-06-22T19:21:51.011Z | Downloaded bit-vec v0.6.3 |
| 609 | 2026-06-22T19:21:51.011Z | Downloaded crc8 v0.1.1 |
| 610 | 2026-06-22T19:21:51.011Z | Downloaded cobs v0.3.0 |
| 611 | 2026-06-22T19:21:51.015Z | Downloaded dirs-sys-next v0.1.2 |
| 612 | 2026-06-22T19:21:51.015Z | Downloaded cexpr v0.6.0 |
| 613 | 2026-06-22T19:21:51.015Z | Downloaded embedded-io v0.6.1 |
| 614 | 2026-06-22T19:21:51.020Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 615 | 2026-06-22T19:21:51.020Z | Downloaded constant_time_eq v0.4.2 |
| 616 | 2026-06-22T19:21:51.021Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 617 | 2026-06-22T19:21:51.021Z | Downloaded cipher v0.4.4 |
| 618 | 2026-06-22T19:21:51.025Z | Downloaded cassowary v0.3.0 |
| 619 | 2026-06-22T19:21:51.025Z | Downloaded fixedbitset v0.5.7 |
| 620 | 2026-06-22T19:21:51.025Z | Downloaded endian-type v0.1.2 |
| 621 | 2026-06-22T19:21:51.025Z | Downloaded bitfield-struct v0.6.2 |
| 622 | 2026-06-22T19:21:51.028Z | Downloaded backoff v0.4.0 |
| 623 | 2026-06-22T19:21:51.028Z | Downloaded ctr v0.9.2 |
| 624 | 2026-06-22T19:21:51.028Z | Downloaded defmt-macros v1.0.1 |
| 625 | 2026-06-22T19:21:51.031Z | Downloaded futures-core v0.3.32 |
| 626 | 2026-06-22T19:21:51.031Z | Downloaded bit-set v0.8.0 |
| 627 | 2026-06-22T19:21:51.033Z | Downloaded dof v0.4.0 |
| 628 | 2026-06-22T19:21:51.033Z | Downloaded camino-tempfile-ext v0.3.3 |
| 629 | 2026-06-22T19:21:51.033Z | Downloaded byte-wrapper v0.1.0 |
| 630 | 2026-06-22T19:21:51.037Z | Downloaded dunce v1.0.5 |
| 631 | 2026-06-22T19:21:51.037Z | Downloaded bit-vec v0.8.0 |
| 632 | 2026-06-22T19:21:51.037Z | Downloaded crunchy v0.2.4 |
| 633 | 2026-06-22T19:21:51.039Z | Downloaded bitfield-macros v0.19.4 |
| 634 | 2026-06-22T19:21:51.040Z | Downloaded display-error-chain v0.2.2 |
| 635 | 2026-06-22T19:21:51.040Z | Downloaded colored v3.1.1 |
| 636 | 2026-06-22T19:21:51.043Z | Downloaded gethostname v0.5.0 |
| 637 | 2026-06-22T19:21:51.043Z | Downloaded fxhash v0.2.1 |
| 638 | 2026-06-22T19:21:51.043Z | Downloaded futures-task v0.3.32 |
| 639 | 2026-06-22T19:21:51.046Z | Downloaded futures-sink v0.3.32 |
| 640 | 2026-06-22T19:21:51.046Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-06-22T19:21:51.046Z | Downloaded cookie v0.18.1 |
| 642 | 2026-06-22T19:21:51.049Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-06-22T19:21:51.049Z | Downloaded foreign-types-shared v0.3.1 |
| 644 | 2026-06-22T19:21:51.049Z | Downloaded darling v0.21.3 |
| 645 | 2026-06-22T19:21:51.052Z | Downloaded filetime v0.2.27 |
| 646 | 2026-06-22T19:21:51.052Z | Downloaded dyn-clone v1.0.20 |
| 647 | 2026-06-22T19:21:51.055Z | Downloaded foreign-types v0.5.0 |
| 648 | 2026-06-22T19:21:51.055Z | Downloaded foreign-types-macros v0.2.3 |
| 649 | 2026-06-22T19:21:51.055Z | Downloaded ed25519 v2.2.3 |
| 650 | 2026-06-22T19:21:51.057Z | Downloaded difflib v0.4.0 |
| 651 | 2026-06-22T19:21:51.058Z | Downloaded critical-section v1.2.0 |
| 652 | 2026-06-22T19:21:51.058Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 653 | 2026-06-22T19:21:51.062Z | Downloaded ghash v0.5.1 |
| 654 | 2026-06-22T19:21:51.065Z | Downloaded globwalk v0.9.1 |
| 655 | 2026-06-22T19:21:51.069Z | Downloaded compression-codecs v0.4.37 |
| 656 | 2026-06-22T19:21:51.072Z | Downloaded defmt v0.3.100 |
| 657 | 2026-06-22T19:21:51.072Z | Downloaded cbc v0.1.2 |
| 658 | 2026-06-22T19:21:51.073Z | Downloaded const_format_proc_macros v0.2.34 |
| 659 | 2026-06-22T19:21:51.075Z | Downloaded hash32 v0.3.1 |
| 660 | 2026-06-22T19:21:51.075Z | Downloaded derive-ex v0.1.8 |
| 661 | 2026-06-22T19:21:51.075Z | Downloaded headers-core v0.3.0 |
| 662 | 2026-06-22T19:21:51.076Z | Downloaded hash32 v0.2.1 |
| 663 | 2026-06-22T19:21:51.078Z | Downloaded convert_case v0.10.0 |
| 664 | 2026-06-22T19:21:51.078Z | Downloaded hex v0.4.3 |
| 665 | 2026-06-22T19:21:51.084Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-06-22T19:21:51.084Z | Downloaded chacha20 v0.10.0 |
| 667 | 2026-06-22T19:21:51.086Z | Downloaded cargo_metadata v0.23.1 |
| 668 | 2026-06-22T19:21:51.086Z | Downloaded csv-core v0.1.13 |
| 669 | 2026-06-22T19:21:51.086Z | Downloaded foldhash v0.2.0 |
| 670 | 2026-06-22T19:21:51.086Z | Downloaded find-msvc-tools v0.1.9 |
| 671 | 2026-06-22T19:21:51.087Z | Downloaded colored v2.2.0 |
| 672 | 2026-06-22T19:21:51.090Z | Downloaded ciborium v0.2.2 |
| 673 | 2026-06-22T19:21:51.090Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-06-22T19:21:51.094Z | Downloaded darling v0.13.4 |
| 675 | 2026-06-22T19:21:51.094Z | Downloaded git-stub v1.0.0 |
| 676 | 2026-06-22T19:21:51.097Z | Downloaded ff v0.13.1 |
| 677 | 2026-06-22T19:21:51.097Z | Downloaded fs-err v2.11.0 |
| 678 | 2026-06-22T19:21:51.097Z | Downloaded foldhash v0.1.5 |
| 679 | 2026-06-22T19:21:51.097Z | Downloaded daft v0.1.7 |
| 680 | 2026-06-22T19:21:51.100Z | Downloaded crossbeam-deque v0.8.6 |
| 681 | 2026-06-22T19:21:51.100Z | Downloaded diff v0.1.13 |
| 682 | 2026-06-22T19:21:51.103Z | Downloaded derive_builder v0.20.2 |
| 683 | 2026-06-22T19:21:51.107Z | Downloaded hostname v0.3.1 |
| 684 | 2026-06-22T19:21:51.107Z | Downloaded const-oid v0.9.6 |
| 685 | 2026-06-22T19:21:51.110Z | Downloaded ahash v0.8.12 |
| 686 | 2026-06-22T19:21:51.110Z | Downloaded deranged v0.5.8 |
| 687 | 2026-06-22T19:21:51.110Z | Downloaded illumos-nvpair v0.3.0 |
| 688 | 2026-06-22T19:21:51.110Z | Downloaded ident_case v1.0.1 |
| 689 | 2026-06-22T19:21:51.113Z | Downloaded http-body v1.0.1 |
| 690 | 2026-06-22T19:21:51.113Z | Downloaded funty v2.0.0 |
| 691 | 2026-06-22T19:21:51.113Z | Downloaded hubpack_derive v0.1.1 |
| 692 | 2026-06-22T19:21:51.113Z | Downloaded hostname v0.4.2 |
| 693 | 2026-06-22T19:21:51.117Z | Downloaded home v0.5.12 |
| 694 | 2026-06-22T19:21:51.117Z | Downloaded clang-sys v1.8.1 |
| 695 | 2026-06-22T19:21:51.117Z | Downloaded bzip2 v0.6.1 |
| 696 | 2026-06-22T19:21:51.120Z | Downloaded hubpack v0.1.2 |
| 697 | 2026-06-22T19:21:51.120Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-06-22T19:21:51.121Z | Downloaded futures-executor v0.3.32 |
| 699 | 2026-06-22T19:21:51.121Z | Downloaded hyper-tls v0.6.0 |
| 700 | 2026-06-22T19:21:51.124Z | Downloaded fatfs v0.3.6 |
| 701 | 2026-06-22T19:21:51.124Z | Downloaded derive_more v0.99.20 |
| 702 | 2026-06-22T19:21:51.129Z | Downloaded group v0.13.0 |
| 703 | 2026-06-22T19:21:51.135Z | Downloaded git-stub-vcs v0.1.0 |
| 704 | 2026-06-22T19:21:51.135Z | Downloaded bcs v0.1.6 |
| 705 | 2026-06-22T19:21:51.135Z | Downloaded indent_write v2.2.0 |
| 706 | 2026-06-22T19:21:51.135Z | Downloaded crc32fast v1.5.0 |
| 707 | 2026-06-22T19:21:51.135Z | Downloaded corncobs v0.1.4 |
| 708 | 2026-06-22T19:21:51.142Z | Downloaded instant v0.1.13 |
| 709 | 2026-06-22T19:21:51.142Z | Downloaded ena v0.14.4 |
| 710 | 2026-06-22T19:21:51.142Z | Downloaded cookie_store v0.22.1 |
| 711 | 2026-06-22T19:21:51.142Z | Downloaded base64ct v1.8.3 |
| 712 | 2026-06-22T19:21:51.142Z | Downloaded glob v0.3.3 |
| 713 | 2026-06-22T19:21:51.143Z | Downloaded cancel-safe-futures v0.1.5 |
| 714 | 2026-06-22T19:21:51.164Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 715 | 2026-06-22T19:21:51.164Z | Downloaded async-bb8-diesel v0.2.1 |
| 716 | 2026-06-22T19:21:51.164Z | Downloaded http-range v0.1.5 |
| 717 | 2026-06-22T19:21:51.164Z | Downloaded arrayvec v0.7.6 |
| 718 | 2026-06-22T19:21:51.164Z | Downloaded backon v1.6.0 |
| 719 | 2026-06-22T19:21:51.168Z | Downloaded console v0.15.11 |
| 720 | 2026-06-22T19:21:51.168Z | Downloaded instability v0.3.11 |
| 721 | 2026-06-22T19:21:51.168Z | Downloaded bitflags v1.3.2 |
| 722 | 2026-06-22T19:21:51.168Z | Downloaded is_ci v1.2.0 |
| 723 | 2026-06-22T19:21:51.168Z | Downloaded is-terminal v0.4.17 |
| 724 | 2026-06-22T19:21:51.168Z | Downloaded internet-checksum v0.2.1 |
| 725 | 2026-06-22T19:21:51.168Z | Downloaded inout v0.1.4 |
| 726 | 2026-06-22T19:21:51.168Z | Downloaded lazy_static v1.5.0 |
| 727 | 2026-06-22T19:21:51.168Z | Downloaded lalrpop-util v0.19.12 |
| 728 | 2026-06-22T19:21:51.168Z | Downloaded keccak v0.1.6 |
| 729 | 2026-06-22T19:21:51.168Z | Downloaded arrayref v0.3.9 |
| 730 | 2026-06-22T19:21:51.168Z | Downloaded anstyle-parse v0.2.7 |
| 731 | 2026-06-22T19:21:51.168Z | Downloaded bzip2 v0.4.4 |
| 732 | 2026-06-22T19:21:51.168Z | Downloaded anstream v0.6.21 |
| 733 | 2026-06-22T19:21:51.168Z | Downloaded chacha20poly1305 v0.10.1 |
| 734 | 2026-06-22T19:21:51.168Z | Downloaded bytes v1.11.1 |
| 735 | 2026-06-22T19:21:51.173Z | Downloaded libscf-sys v1.1.0 |
| 736 | 2026-06-22T19:21:51.173Z | Downloaded http-body-util v0.1.3 |
| 737 | 2026-06-22T19:21:51.173Z | Downloaded lru-cache v0.1.2 |
| 738 | 2026-06-22T19:21:51.173Z | Downloaded fs_extra v1.3.0 |
| 739 | 2026-06-22T19:21:51.173Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-06-22T19:21:51.180Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-06-22T19:21:51.182Z | Downloaded globset v0.4.18 |
| 742 | 2026-06-22T19:21:51.182Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-06-22T19:21:51.186Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-06-22T19:21:51.186Z | Downloaded elliptic-curve v0.13.8 |
| 745 | 2026-06-22T19:21:51.189Z | Downloaded match_cfg v0.1.0 |
| 746 | 2026-06-22T19:21:51.189Z | Downloaded maplit v1.0.2 |
| 747 | 2026-06-22T19:21:51.189Z | Downloaded lru v0.12.5 |
| 748 | 2026-06-22T19:21:51.192Z | Downloaded managed v0.8.0 |
| 749 | 2026-06-22T19:21:51.192Z | Downloaded md5 v0.7.0 |
| 750 | 2026-06-22T19:21:51.193Z | Downloaded console v0.16.2 |
| 751 | 2026-06-22T19:21:51.199Z | Downloaded des v0.8.1 |
| 752 | 2026-06-22T19:21:51.199Z | Downloaded darling v0.20.11 |
| 753 | 2026-06-22T19:21:51.202Z | Downloaded mime v0.3.17 |
| 754 | 2026-06-22T19:21:51.202Z | Downloaded der v0.7.10 |
| 755 | 2026-06-22T19:21:51.202Z | Downloaded newline-converter v0.3.0 |
| 756 | 2026-06-22T19:21:51.202Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-06-22T19:21:51.205Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-06-22T19:21:51.205Z | Downloaded md-5 v0.10.6 |
| 759 | 2026-06-22T19:21:51.205Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-06-22T19:21:51.206Z | Downloaded lzss v0.8.2 |
| 761 | 2026-06-22T19:21:51.210Z | Downloaded highway v1.3.0 |
| 762 | 2026-06-22T19:21:51.210Z | Downloaded multimap v0.10.1 |
| 763 | 2026-06-22T19:21:51.210Z | Downloaded libefi-sys v0.1.0 |
| 764 | 2026-06-22T19:21:51.213Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 765 | 2026-06-22T19:21:51.213Z | Downloaded darling_core v0.13.4 |
| 766 | 2026-06-22T19:21:51.218Z | Downloaded nodrop v0.1.14 |
| 767 | 2026-06-22T19:21:51.218Z | Downloaded base64 v0.22.1 |
| 768 | 2026-06-22T19:21:51.222Z | Downloaded normalize-line-endings v0.3.0 |
| 769 | 2026-06-22T19:21:51.222Z | Downloaded indoc v2.0.7 |
| 770 | 2026-06-22T19:21:51.222Z | Downloaded ipnet v2.11.0 |
| 771 | 2026-06-22T19:21:51.222Z | Downloaded ingot-types v0.1.2 |
| 772 | 2026-06-22T19:21:51.222Z | Downloaded indoc v1.0.9 |
| 773 | 2026-06-22T19:21:51.225Z | Downloaded jobserver v0.1.34 |
| 774 | 2026-06-22T19:21:51.226Z | Downloaded compact_str v0.8.1 |
| 775 | 2026-06-22T19:21:51.229Z | Downloaded newtype-uuid-macros v0.1.0 |
| 776 | 2026-06-22T19:21:51.229Z | Downloaded base64 v0.21.7 |
| 777 | 2026-06-22T19:21:51.231Z | Downloaded num v0.4.3 |
| 778 | 2026-06-22T19:21:51.231Z | Downloaded nibble_vec v0.1.0 |
| 779 | 2026-06-22T19:21:51.231Z | Downloaded newtype_derive v0.1.6 |
| 780 | 2026-06-22T19:21:51.235Z | Downloaded cc v1.2.56 |
| 781 | 2026-06-22T19:21:51.235Z | Downloaded num-conv v0.2.0 |
| 782 | 2026-06-22T19:21:51.235Z | Downloaded lru-slab v0.1.2 |
| 783 | 2026-06-22T19:21:51.238Z | Downloaded ipnetwork v0.21.1 |
| 784 | 2026-06-22T19:21:51.238Z | Downloaded ingot v0.1.1 |
| 785 | 2026-06-22T19:21:51.238Z | Downloaded hyper-rustls v0.27.7 |
| 786 | 2026-06-22T19:21:51.241Z | Downloaded crossbeam-epoch v0.9.18 |
| 787 | 2026-06-22T19:21:51.241Z | Downloaded drift v0.2.0 |
| 788 | 2026-06-22T19:21:51.247Z | Downloaded openssl-macros v0.1.1 |
| 789 | 2026-06-22T19:21:51.250Z | Downloaded num-derive v0.4.2 |
| 790 | 2026-06-22T19:21:51.250Z | Downloaded num_threads v0.1.7 |
| 791 | 2026-06-22T19:21:51.250Z | Downloaded openssl-probe v0.1.6 |
| 792 | 2026-06-22T19:21:51.253Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-06-22T19:21:51.253Z | Downloaded linear-map v1.2.0 |
| 794 | 2026-06-22T19:21:51.253Z | Downloaded iana-time-zone v0.1.65 |
| 795 | 2026-06-22T19:21:51.256Z | Downloaded futures v0.3.32 |
| 796 | 2026-06-22T19:21:51.259Z | Downloaded libsw v3.5.0 |
| 797 | 2026-06-22T19:21:51.259Z | Downloaded getrandom v0.3.4 |
| 798 | 2026-06-22T19:21:51.262Z | Downloaded darling_core v0.23.0 |
| 799 | 2026-06-22T19:21:51.265Z | Downloaded hyper-staticfile v0.10.1 |
| 800 | 2026-06-22T19:21:51.265Z | Downloaded packed_struct_codegen v0.10.1 |
| 801 | 2026-06-22T19:21:51.271Z | Downloaded openssl-probe v0.2.1 |
| 802 | 2026-06-22T19:21:51.271Z | Downloaded olpc-cjson v0.1.4 |
| 803 | 2026-06-22T19:21:51.271Z | Downloaded num_enum_derive v0.5.11 |
| 804 | 2026-06-22T19:21:51.271Z | Downloaded httparse v1.10.1 |
| 805 | 2026-06-22T19:21:51.276Z | Downloaded libloading v0.8.9 |
| 806 | 2026-06-22T19:21:51.277Z | Downloaded ingot-macros v0.1.1 |
| 807 | 2026-06-22T19:21:51.277Z | Downloaded native-tls v0.2.18 |
| 808 | 2026-06-22T19:21:51.277Z | Downloaded libsw-core v0.3.2 |
| 809 | 2026-06-22T19:21:51.280Z | Downloaded blake2 v0.10.6 |
| 810 | 2026-06-22T19:21:51.280Z | Downloaded oso-derive v0.27.3 |
| 811 | 2026-06-22T19:21:51.280Z | Downloaded lock_api v0.4.14 |
| 812 | 2026-06-22T19:21:51.280Z | Downloaded hmac v0.12.1 |
| 813 | 2026-06-22T19:21:51.280Z | Downloaded parse-size v1.1.0 |
| 814 | 2026-06-22T19:21:51.283Z | Downloaded parse-display v0.10.0 |
| 815 | 2026-06-22T19:21:51.283Z | Downloaded nonempty v0.12.0 |
| 816 | 2026-06-22T19:21:51.283Z | Downloaded darling_core v0.21.3 |
| 817 | 2026-06-22T19:21:51.286Z | Downloaded half v1.8.3 |
| 818 | 2026-06-22T19:21:51.288Z | Downloaded darling v0.23.0 |
| 819 | 2026-06-22T19:21:51.292Z | Downloaded num-complex v0.4.6 |
| 820 | 2026-06-22T19:21:51.292Z | Downloaded nu-ansi-term v0.50.3 |
| 821 | 2026-06-22T19:21:51.294Z | Downloaded async-compression v0.4.41 |
| 822 | 2026-06-22T19:21:51.297Z | Downloaded num_enum_derive v0.7.6 |
| 823 | 2026-06-22T19:21:51.297Z | Downloaded newtype-uuid v1.3.2 |
| 824 | 2026-06-22T19:21:51.300Z | Downloaded pbkdf2 v0.11.0 |
| 825 | 2026-06-22T19:21:51.300Z | Downloaded num-rational v0.4.2 |
| 826 | 2026-06-22T19:21:51.303Z | Downloaded peg-runtime v0.8.5 |
| 827 | 2026-06-22T19:21:51.303Z | Downloaded pbkdf2 v0.12.2 |
| 828 | 2026-06-22T19:21:51.303Z | Downloaded flate2 v1.1.9 |
| 829 | 2026-06-22T19:21:51.306Z | Downloaded path-slash v0.1.5 |
| 830 | 2026-06-22T19:21:51.306Z | Downloaded num-iter v0.1.45 |
| 831 | 2026-06-22T19:21:51.309Z | Downloaded multer v3.1.0 |
| 832 | 2026-06-22T19:21:51.309Z | Downloaded allocator-api2 v0.2.21 |
| 833 | 2026-06-22T19:21:51.312Z | Downloaded litrs v1.0.0 |
| 834 | 2026-06-22T19:21:51.312Z | Downloaded flume v0.11.1 |
| 835 | 2026-06-22T19:21:51.314Z | Downloaded arc-swap v1.8.2 |
| 836 | 2026-06-22T19:21:51.317Z | Downloaded num-integer v0.1.46 |
| 837 | 2026-06-22T19:21:51.317Z | Downloaded phf_shared v0.11.3 |
| 838 | 2026-06-22T19:21:51.322Z | Downloaded humantime v2.3.0 |
| 839 | 2026-06-22T19:21:51.322Z | Downloaded dropshot_endpoint v0.17.0 |
| 840 | 2026-06-22T19:21:51.325Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-06-22T19:21:51.325Z | Downloaded phf_shared v0.12.1 |
| 842 | 2026-06-22T19:21:51.325Z | Downloaded num_enum v0.7.6 |
| 843 | 2026-06-22T19:21:51.328Z | Downloaded pin-utils v0.1.0 |
| 844 | 2026-06-22T19:21:51.328Z | Downloaded indexmap v1.9.3 |
| 845 | 2026-06-22T19:21:51.331Z | Downloaded ignore v0.4.25 |
| 846 | 2026-06-22T19:21:51.331Z | Downloaded const_format v0.2.35 |
| 847 | 2026-06-22T19:21:51.334Z | Downloaded oxnet v0.1.6 |
| 848 | 2026-06-22T19:21:51.337Z | Downloaded oxide-tokio-rt v0.1.4 |
| 849 | 2026-06-22T19:21:51.337Z | Downloaded owo-colors v4.3.0 |
| 850 | 2026-06-22T19:21:51.337Z | Downloaded half v2.7.1 |
| 851 | 2026-06-22T19:21:51.342Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-06-22T19:21:51.342Z | Downloaded num_enum v0.5.11 |
| 853 | 2026-06-22T19:21:51.346Z | Downloaded predicates-tree v1.0.13 |
| 854 | 2026-06-22T19:21:51.346Z | Downloaded precomputed-hash v0.1.1 |
| 855 | 2026-06-22T19:21:51.346Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 856 | 2026-06-22T19:21:51.346Z | Downloaded proc-macro-crate v3.4.0 |
| 857 | 2026-06-22T19:21:51.349Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-06-22T19:21:51.349Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-06-22T19:21:51.349Z | Downloaded memmap2 v0.9.10 |
| 860 | 2026-06-22T19:21:51.349Z | Downloaded heapless v0.7.17 |
| 861 | 2026-06-22T19:21:51.352Z | Downloaded bumpalo v3.20.2 |
| 862 | 2026-06-22T19:21:51.355Z | Downloaded proc-macro-crate v1.3.1 |
| 863 | 2026-06-22T19:21:51.355Z | Downloaded password-hash v0.4.2 |
| 864 | 2026-06-22T19:21:51.359Z | Downloaded parking_lot_core v0.8.6 |
| 865 | 2026-06-22T19:21:51.359Z | Downloaded derive-where v1.6.0 |
| 866 | 2026-06-22T19:21:51.362Z | Downloaded psl-types v2.0.11 |
| 867 | 2026-06-22T19:21:51.362Z | Downloaded progenitor-macro v0.14.0 |
| 868 | 2026-06-22T19:21:51.365Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-06-22T19:21:51.379Z | Downloaded progenitor-macro v0.13.0 |
| 870 | 2026-06-22T19:21:51.385Z | Downloaded num-derive v0.3.3 |
| 871 | 2026-06-22T19:21:51.385Z | Downloaded phf v0.12.1 |
| 872 | 2026-06-22T19:21:51.385Z | Downloaded pem v3.0.6 |
| 873 | 2026-06-22T19:21:51.385Z | Downloaded phf v0.13.1 |
| 874 | 2026-06-22T19:21:51.392Z | Downloaded pem-rfc7468 v0.7.0 |
| 875 | 2026-06-22T19:21:51.392Z | Downloaded peg-macros v0.8.5 |
| 876 | 2026-06-22T19:21:51.392Z | Downloaded radium v0.7.0 |
| 877 | 2026-06-22T19:21:51.393Z | Downloaded polyval v0.6.2 |
| 878 | 2026-06-22T19:21:51.393Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-06-22T19:21:51.393Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-06-22T19:21:51.399Z | Downloaded peg v0.8.5 |
| 881 | 2026-06-22T19:21:51.399Z | Downloaded pin-project-lite v0.2.17 |
| 882 | 2026-06-22T19:21:51.399Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-06-22T19:21:51.399Z | Downloaded dropshot-api-manager v0.7.2 |
| 884 | 2026-06-22T19:21:51.403Z | Downloaded rand_xorshift v0.4.0 |
| 885 | 2026-06-22T19:21:51.403Z | Downloaded derive_more v2.1.1 |
| 886 | 2026-06-22T19:21:51.407Z | Downloaded poly1305 v0.8.0 |
| 887 | 2026-06-22T19:21:51.410Z | Downloaded pin-project-internal v1.1.11 |
| 888 | 2026-06-22T19:21:51.410Z | Downloaded mime_guess v2.0.5 |
| 889 | 2026-06-22T19:21:51.413Z | Downloaded derive_more-impl v2.1.1 |
| 890 | 2026-06-22T19:21:51.416Z | Downloaded recursive v0.1.1 |
| 891 | 2026-06-22T19:21:51.416Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 892 | 2026-06-22T19:21:51.416Z | Downloaded predicates-core v1.0.10 |
| 893 | 2026-06-22T19:21:51.419Z | Downloaded paste v1.0.15 |
| 894 | 2026-06-22T19:21:51.419Z | Downloaded password-hash v0.5.0 |
| 895 | 2026-06-22T19:21:51.423Z | Downloaded parse-display-derive v0.10.0 |
| 896 | 2026-06-22T19:21:51.423Z | Downloaded ed25519-dalek v2.2.0 |
| 897 | 2026-06-22T19:21:51.428Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-06-22T19:21:51.428Z | Downloaded ppv-lite86 v0.2.21 |
| 899 | 2026-06-22T19:21:51.428Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-06-22T19:21:51.428Z | Downloaded parking_lot v0.11.2 |
| 901 | 2026-06-22T19:21:51.432Z | Downloaded indicatif v0.18.4 |
| 902 | 2026-06-22T19:21:51.432Z | Downloaded progenitor v0.13.0 |
| 903 | 2026-06-22T19:21:51.435Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-06-22T19:21:51.435Z | Downloaded ref-cast v1.0.25 |
| 905 | 2026-06-22T19:21:51.435Z | Downloaded progenitor v0.14.0 |
| 906 | 2026-06-22T19:21:51.435Z | Downloaded proc-macro-error2 v2.0.1 |
| 907 | 2026-06-22T19:21:51.441Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-06-22T19:21:51.441Z | Downloaded rfc6979 v0.4.0 |
| 909 | 2026-06-22T19:21:51.444Z | Downloaded primeorder v0.13.6 |
| 910 | 2026-06-22T19:21:51.444Z | Downloaded heapless v0.8.0 |
| 911 | 2026-06-22T19:21:51.444Z | Downloaded headers v0.4.1 |
| 912 | 2026-06-22T19:21:51.447Z | Downloaded hickory-resolver v0.24.4 |
| 913 | 2026-06-22T19:21:51.450Z | Downloaded crypto-bigint v0.5.5 |
| 914 | 2026-06-22T19:21:51.452Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-06-22T19:21:51.455Z | Downloaded ar_archive_writer v0.5.1 |
| 916 | 2026-06-22T19:21:51.456Z | Downloaded pkcs5 v0.7.1 |
| 917 | 2026-06-22T19:21:51.460Z | Downloaded progenitor-client v0.14.0 |
| 918 | 2026-06-22T19:21:51.460Z | Downloaded crossbeam-channel v0.5.15 |
| 919 | 2026-06-22T19:21:51.463Z | Downloaded rand_core v0.9.5 |
| 920 | 2026-06-22T19:21:51.463Z | Downloaded rand_core v0.6.4 |
| 921 | 2026-06-22T19:21:51.463Z | Downloaded nanorand v0.7.0 |
| 922 | 2026-06-22T19:21:51.465Z | Downloaded omicron-zone-package v0.12.2 |
| 923 | 2026-06-22T19:21:51.470Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-06-22T19:21:51.470Z | Downloaded russh-cryptovec v0.7.3 |
| 925 | 2026-06-22T19:21:51.470Z | Downloaded rustc_version v0.4.1 |
| 926 | 2026-06-22T19:21:51.473Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-06-22T19:21:51.473Z | Downloaded r2d2 v0.8.10 |
| 928 | 2026-06-22T19:21:51.473Z | Downloaded pkcs1 v0.7.5 |
| 929 | 2026-06-22T19:21:51.476Z | Downloaded p256 v0.13.2 |
| 930 | 2026-06-22T19:21:51.476Z | Downloaded rand_chacha v0.9.0 |
| 931 | 2026-06-22T19:21:51.479Z | Downloaded postgres-protocol v0.6.10 |
| 932 | 2026-06-22T19:21:51.479Z | Downloaded oso v0.27.3 |
| 933 | 2026-06-22T19:21:51.482Z | Downloaded postcard v1.1.3 |
| 934 | 2026-06-22T19:21:51.485Z | Downloaded same-file v1.0.6 |
| 935 | 2026-06-22T19:21:51.485Z | Downloaded progenitor-client v0.13.0 |
| 936 | 2026-06-22T19:21:51.490Z | Downloaded hashbrown v0.13.2 |
| 937 | 2026-06-22T19:21:51.493Z | Downloaded expectorate v1.2.0 |
| 938 | 2026-06-22T19:21:51.499Z | Downloaded jiff-static v0.2.21 |
| 939 | 2026-06-22T19:21:51.502Z | Downloaded resolv-conf v0.7.6 |
| 940 | 2026-06-22T19:21:51.505Z | Downloaded serde-big-array v0.5.1 |
| 941 | 2026-06-22T19:21:51.511Z | Downloaded scrypt v0.11.0 |
| 942 | 2026-06-22T19:21:51.511Z | Downloaded secrecy v0.10.3 |
| 943 | 2026-06-22T19:21:51.511Z | Downloaded seq-macro v0.3.6 |
| 944 | 2026-06-22T19:21:51.518Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-06-22T19:21:51.518Z | Downloaded hickory-resolver v0.25.2 |
| 946 | 2026-06-22T19:21:51.518Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-06-22T19:21:51.521Z | Downloaded papergrid v0.17.0 |
| 948 | 2026-06-22T19:21:51.521Z | Downloaded psm v0.1.30 |
| 949 | 2026-06-22T19:21:51.521Z | Downloaded parking_lot v0.12.5 |
| 950 | 2026-06-22T19:21:51.524Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-06-22T19:21:51.524Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-06-22T19:21:51.527Z | Downloaded diesel_derives v2.3.7 |
| 953 | 2026-06-22T19:21:51.530Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-06-22T19:21:51.530Z | Downloaded semver v0.1.20 |
| 955 | 2026-06-22T19:21:51.536Z | Downloaded rustls-native-certs v0.8.3 |
| 956 | 2026-06-22T19:21:51.540Z | Downloaded pin-project v1.1.11 |
| 957 | 2026-06-22T19:21:51.543Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-06-22T19:21:51.547Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-06-22T19:21:51.547Z | Downloaded serde_spanned v1.0.4 |
| 960 | 2026-06-22T19:21:51.551Z | Downloaded rustls-pemfile v1.0.4 |
| 961 | 2026-06-22T19:21:51.551Z | Downloaded miniz_oxide v0.8.9 |
| 962 | 2026-06-22T19:21:51.551Z | Downloaded prefix-trie v0.7.0 |
| 963 | 2026-06-22T19:21:51.554Z | Downloaded predicates v3.1.4 |
| 964 | 2026-06-22T19:21:51.554Z | Downloaded minimal-lexical v0.2.1 |
| 965 | 2026-06-22T19:21:51.564Z | Downloaded hashbrown v0.12.3 |
| 966 | 2026-06-22T19:21:51.567Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-06-22T19:21:51.567Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-06-22T19:21:51.567Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-06-22T19:21:51.567Z | Downloaded rand_seeder v0.4.0 |
| 970 | 2026-06-22T19:21:51.567Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-06-22T19:21:51.567Z | Downloaded signature v2.2.0 |
| 972 | 2026-06-22T19:21:51.567Z | Downloaded crossterm v0.28.1 |
| 973 | 2026-06-22T19:21:51.570Z | Downloaded rusty-fork v0.3.1 |
| 974 | 2026-06-22T19:21:51.573Z | Downloaded signal-hook-tokio v0.3.1 |
| 975 | 2026-06-22T19:21:51.573Z | Downloaded quinn-udp v0.5.14 |
| 976 | 2026-06-22T19:21:51.573Z | Downloaded postgres-types v0.2.12 |
| 977 | 2026-06-22T19:21:51.577Z | Downloaded secrecy v0.8.0 |
| 978 | 2026-06-22T19:21:51.581Z | Downloaded salsa20 v0.10.2 |
| 979 | 2026-06-22T19:21:51.581Z | Downloaded slog-envlogger v2.2.0 |
| 980 | 2026-06-22T19:21:51.584Z | Downloaded sct v0.7.1 |
| 981 | 2026-06-22T19:21:51.584Z | Downloaded sec1 v0.7.3 |
| 982 | 2026-06-22T19:21:51.588Z | Downloaded scroll v0.13.0 |
| 983 | 2026-06-22T19:21:51.591Z | Downloaded schemars_derive v0.8.22 |
| 984 | 2026-06-22T19:21:51.595Z | Downloaded aes v0.8.4 |
| 985 | 2026-06-22T19:21:51.599Z | Downloaded scheduled-thread-pool v0.2.7 |
| 986 | 2026-06-22T19:21:51.602Z | Downloaded http v1.4.0 |
| 987 | 2026-06-22T19:21:51.605Z | Downloaded openssl-sys v0.9.115 |
| 988 | 2026-06-22T19:21:51.610Z | Downloaded ssh-encoding v0.2.0 |
| 989 | 2026-06-22T19:21:51.610Z | Downloaded sqlparser_derive v0.5.0 |
| 990 | 2026-06-22T19:21:51.614Z | Downloaded serde_path_to_error v0.1.20 |
| 991 | 2026-06-22T19:21:51.614Z | Downloaded aho-corasick v1.1.4 |
| 992 | 2026-06-22T19:21:51.619Z | Downloaded serde_with_macros v1.5.2 |
| 993 | 2026-06-22T19:21:51.619Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-06-22T19:21:51.619Z | Downloaded russh-keys v0.45.0 |
| 995 | 2026-06-22T19:21:51.623Z | Downloaded rustls-pki-types v1.14.0 |
| 996 | 2026-06-22T19:21:51.647Z | Downloaded serde_plain v1.0.2 |
| 997 | 2026-06-22T19:21:51.647Z | Downloaded rustls-pemfile v2.2.0 |
| 998 | 2026-06-22T19:21:51.657Z | Downloaded slab v0.4.12 |
| 999 | 2026-06-22T19:21:51.657Z | Downloaded shlex v1.3.0 |
| 1000 | 2026-06-22T19:21:51.657Z | Downloaded aes-gcm v0.10.3 |
| 1001 | 2026-06-22T19:21:51.657Z | Downloaded rcgen v0.12.1 |
| 1002 | 2026-06-22T19:21:51.657Z | Downloaded progenitor-impl v0.13.0 |
| 1003 | 2026-06-22T19:21:51.657Z | Downloaded itertools v0.10.5 |
| 1004 | 2026-06-22T19:21:51.658Z | Downloaded signal-hook-mio v0.2.5 |
| 1005 | 2026-06-22T19:21:51.658Z | Downloaded ssh-cipher v0.2.0 |
| 1006 | 2026-06-22T19:21:51.658Z | Downloaded strum v0.27.2 |
| 1007 | 2026-06-22T19:21:51.658Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-06-22T19:21:51.658Z | Downloaded slog-scope v4.4.1 |
| 1009 | 2026-06-22T19:21:51.658Z | Downloaded supports-color v3.0.2 |
| 1010 | 2026-06-22T19:21:51.658Z | Downloaded slog-json v2.6.1 |
| 1011 | 2026-06-22T19:21:51.658Z | Downloaded slog-dtrace v0.3.0 |
| 1012 | 2026-06-22T19:21:51.663Z | Downloaded crossterm v0.29.0 |
| 1013 | 2026-06-22T19:21:51.664Z | Downloaded pretty_assertions v1.4.1 |
| 1014 | 2026-06-22T19:21:51.664Z | Downloaded slog-stdlog v4.1.1 |
| 1015 | 2026-06-22T19:21:51.664Z | Downloaded progenitor-impl v0.14.0 |
| 1016 | 2026-06-22T19:21:51.669Z | Downloaded strum v0.26.3 |
| 1017 | 2026-06-22T19:21:51.669Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-06-22T19:21:51.669Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-06-22T19:21:51.669Z | Downloaded simd-adler32 v0.3.8 |
| 1020 | 2026-06-22T19:21:51.677Z | Downloaded take_mut v0.2.2 |
| 1021 | 2026-06-22T19:21:51.677Z | Downloaded sync_wrapper v1.0.2 |
| 1022 | 2026-06-22T19:21:51.677Z | Downloaded sync-ptr v0.1.4 |
| 1023 | 2026-06-22T19:21:51.677Z | Downloaded structmeta-derive v0.3.0 |
| 1024 | 2026-06-22T19:21:51.677Z | Downloaded serde-hex v0.1.0 |
| 1025 | 2026-06-22T19:21:51.678Z | Downloaded sigpipe v0.1.3 |
| 1026 | 2026-06-22T19:21:51.678Z | Downloaded serde_cbor v0.11.2 |
| 1027 | 2026-06-22T19:21:51.681Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-06-22T19:21:51.681Z | Downloaded sqlformat v0.3.5 |
| 1029 | 2026-06-22T19:21:51.681Z | Downloaded spki v0.7.3 |
| 1030 | 2026-06-22T19:21:51.681Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-06-22T19:21:51.681Z | Downloaded tabwriter v1.4.1 |
| 1032 | 2026-06-22T19:21:51.681Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1033 | 2026-06-22T19:21:51.681Z | Downloaded signal-hook-registry v1.4.8 |
| 1034 | 2026-06-22T19:21:51.681Z | Downloaded time-core v0.1.8 |
| 1035 | 2026-06-22T19:21:51.684Z | Downloaded smf v0.2.3 |
| 1036 | 2026-06-22T19:21:51.684Z | Downloaded slog-term v2.9.2 |
| 1037 | 2026-06-22T19:21:51.684Z | Downloaded hickory-server v0.25.2 |
| 1038 | 2026-06-22T19:21:51.688Z | Downloaded tabled_derive v0.11.0 |
| 1039 | 2026-06-22T19:21:51.690Z | Downloaded subtle v2.6.1 |
| 1040 | 2026-06-22T19:21:51.690Z | Downloaded static_assertions v1.1.0 |
| 1041 | 2026-06-22T19:21:51.690Z | Downloaded thread-id v5.1.0 |
| 1042 | 2026-06-22T19:21:51.690Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1043 | 2026-06-22T19:21:51.693Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-06-22T19:21:51.696Z | Downloaded stringprep v0.1.5 |
| 1045 | 2026-06-22T19:21:51.696Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-06-22T19:21:51.699Z | Downloaded stacker v0.1.23 |
| 1047 | 2026-06-22T19:21:51.702Z | Downloaded prettyplease v0.2.37 |
| 1048 | 2026-06-22T19:21:51.706Z | Downloaded ron v0.8.1 |
| 1049 | 2026-06-22T19:21:51.709Z | Downloaded publicsuffix v2.3.0 |
| 1050 | 2026-06-22T19:21:51.712Z | Downloaded snafu-derive v0.8.9 |
| 1051 | 2026-06-22T19:21:51.715Z | Downloaded strum_macros v0.27.2 |
| 1052 | 2026-06-22T19:21:51.715Z | Downloaded strum_macros v0.26.4 |
| 1053 | 2026-06-22T19:21:51.720Z | Downloaded hashbrown v0.15.5 |
| 1054 | 2026-06-22T19:21:51.723Z | Downloaded hashbrown v0.16.1 |
| 1055 | 2026-06-22T19:21:51.731Z | Downloaded serde_with_macros v3.17.0 |
| 1056 | 2026-06-22T19:21:51.738Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-06-22T19:21:51.741Z | Downloaded spin v0.9.8 |
| 1058 | 2026-06-22T19:21:51.745Z | Downloaded tap v1.0.1 |
| 1059 | 2026-06-22T19:21:51.748Z | Downloaded tinyvec_macros v0.1.1 |
| 1060 | 2026-06-22T19:21:51.752Z | Downloaded qorb v0.4.1 |
| 1061 | 2026-06-22T19:21:51.758Z | Downloaded slog-async v2.8.0 |
| 1062 | 2026-06-22T19:21:51.758Z | Downloaded signal-hook v0.3.18 |
| 1063 | 2026-06-22T19:21:51.761Z | Downloaded mio v1.2.0 |
| 1064 | 2026-06-22T19:21:51.761Z | Downloaded libxml v0.3.3 |
| 1065 | 2026-06-22T19:21:51.765Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-06-22T19:21:51.765Z | Downloaded thread_local v1.1.9 |
| 1067 | 2026-06-22T19:21:51.765Z | Downloaded similar v2.7.0 |
| 1068 | 2026-06-22T19:21:51.774Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-06-22T19:21:51.781Z | Downloaded tower-layer v0.3.3 |
| 1070 | 2026-06-22T19:21:51.781Z | Downloaded strum_macros v0.24.3 |
| 1071 | 2026-06-22T19:21:51.781Z | Downloaded tiny-keccak v2.0.2 |
| 1072 | 2026-06-22T19:21:51.781Z | Downloaded rand v0.8.6 |
| 1073 | 2026-06-22T19:21:51.781Z | Downloaded schemars v0.8.22 |
| 1074 | 2026-06-22T19:21:51.787Z | Downloaded time-macros v0.2.27 |
| 1075 | 2026-06-22T19:21:51.787Z | Downloaded hyper-util v0.1.20 |
| 1076 | 2026-06-22T19:21:51.790Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-06-22T19:21:51.790Z | Downloaded ryu v1.0.23 |
| 1078 | 2026-06-22T19:21:51.790Z | Downloaded tls_codec_derive v0.4.2 |
| 1079 | 2026-06-22T19:21:51.790Z | Downloaded rsa v0.9.10 |
| 1080 | 2026-06-22T19:21:51.793Z | Downloaded rand v0.9.2 |
| 1081 | 2026-06-22T19:21:51.796Z | Downloaded num-bigint-dig v0.8.6 |
| 1082 | 2026-06-22T19:21:51.800Z | Downloaded rayon-core v1.13.0 |
| 1083 | 2026-06-22T19:21:51.802Z | Downloaded socket2 v0.5.10 |
| 1084 | 2026-06-22T19:21:51.807Z | Downloaded unarray v0.1.4 |
| 1085 | 2026-06-22T19:21:51.807Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-06-22T19:21:51.807Z | Downloaded tokio-native-tls v0.3.1 |
| 1087 | 2026-06-22T19:21:51.810Z | Downloaded unicode-truncate v1.1.0 |
| 1088 | 2026-06-22T19:21:51.810Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-06-22T19:21:51.810Z | Downloaded universal-hash v0.5.1 |
| 1090 | 2026-06-22T19:21:51.810Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-06-22T19:21:51.813Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1092 | 2026-06-22T19:21:51.816Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-06-22T19:21:51.816Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-06-22T19:21:51.819Z | Downloaded unit-prefix v0.5.2 |
| 1095 | 2026-06-22T19:21:51.822Z | Downloaded nom v7.1.3 |
| 1096 | 2026-06-22T19:21:51.825Z | Downloaded usdt-macro v0.6.0 |
| 1097 | 2026-06-22T19:21:51.828Z | Downloaded iri-string v0.7.10 |
| 1098 | 2026-06-22T19:21:51.835Z | Downloaded usdt-attr-macro v0.6.0 |
| 1099 | 2026-06-22T19:21:51.839Z | Downloaded untrusted v0.7.1 |
| 1100 | 2026-06-22T19:21:51.839Z | Downloaded usdt v0.6.0 |
| 1101 | 2026-06-22T19:21:51.839Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1102 | 2026-06-22T19:21:51.839Z | Downloaded untrusted v0.9.0 |
| 1103 | 2026-06-22T19:21:51.839Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-06-22T19:21:51.839Z | Downloaded term v1.2.1 |
| 1105 | 2026-06-22T19:21:51.866Z | Downloaded futures-util v0.3.32 |
| 1106 | 2026-06-22T19:21:51.869Z | Downloaded void v1.0.2 |
| 1107 | 2026-06-22T19:21:51.869Z | Downloaded tokio-tungstenite v0.21.0 |
| 1108 | 2026-06-22T19:21:51.869Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-06-22T19:21:51.869Z | Downloaded num-bigint v0.4.6 |
| 1110 | 2026-06-22T19:21:51.869Z | Downloaded itertools v0.12.1 |
| 1111 | 2026-06-22T19:21:51.869Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1112 | 2026-06-22T19:21:51.869Z | Downloaded tokio-rustls v0.25.0 |
| 1113 | 2026-06-22T19:21:51.869Z | Downloaded itertools v0.14.0 |
| 1114 | 2026-06-22T19:21:51.869Z | Downloaded want v0.3.1 |
| 1115 | 2026-06-22T19:21:51.869Z | Downloaded topological-sort v0.2.2 |
| 1116 | 2026-06-22T19:21:51.869Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-06-22T19:21:51.870Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1118 | 2026-06-22T19:21:52.285Z | Downloaded hkdf v0.12.4 |
| 1119 | 2026-06-22T19:21:52.285Z | Downloaded waitgroup v0.1.2 |
| 1120 | 2026-06-22T19:21:52.285Z | Downloaded wait-timeout v0.2.1 |
| 1121 | 2026-06-22T19:21:52.291Z | Downloaded termios v0.3.3 |
| 1122 | 2026-06-22T19:21:52.291Z | Downloaded tokio-rustls v0.26.4 |
| 1123 | 2026-06-22T19:21:52.291Z | Downloaded tokio-rustls v0.24.1 |
| 1124 | 2026-06-22T19:21:52.291Z | Downloaded term v0.7.0 |
| 1125 | 2026-06-22T19:21:52.291Z | Downloaded h2 v0.4.13 |
| 1126 | 2026-06-22T19:21:52.291Z | Downloaded tui-tree-widget v0.23.1 |
| 1127 | 2026-06-22T19:21:52.291Z | Downloaded rand v0.10.0 |
| 1128 | 2026-06-22T19:21:52.291Z | Downloaded xattr v1.6.1 |
| 1129 | 2026-06-22T19:21:52.291Z | Downloaded usdt-impl v0.6.0 |
| 1130 | 2026-06-22T19:21:52.291Z | Downloaded rustls-webpki v0.103.9 |
| 1131 | 2026-06-22T19:21:52.291Z | Downloaded zeroize_derive v1.4.3 |
| 1132 | 2026-06-22T19:21:52.291Z | Downloaded tls_codec v0.4.2 |
| 1133 | 2026-06-22T19:21:52.291Z | Downloaded xshell-macros v0.2.7 |
| 1134 | 2026-06-22T19:21:52.291Z | Downloaded itertools v0.13.0 |
| 1135 | 2026-06-22T19:21:52.291Z | Downloaded uzers v0.12.2 |
| 1136 | 2026-06-22T19:21:52.291Z | Downloaded samael v0.0.19 |
| 1137 | 2026-06-22T19:21:52.291Z | Downloaded vergen-gitcl v1.0.8 |
| 1138 | 2026-06-22T19:21:52.291Z | Downloaded slog v2.8.2 |
| 1139 | 2026-06-22T19:21:52.292Z | Downloaded nom v8.0.0 |
| 1140 | 2026-06-22T19:21:52.292Z | Downloaded vsss-rs v3.3.4 |
| 1141 | 2026-06-22T19:21:52.292Z | Downloaded zone v0.3.1 |
| 1142 | 2026-06-22T19:21:52.292Z | Downloaded subprocess v0.2.15 |
| 1143 | 2026-06-22T19:21:52.292Z | Downloaded schemars v0.9.0 |
| 1144 | 2026-06-22T19:21:52.292Z | Downloaded aws-lc-rs v1.16.3 |
| 1145 | 2026-06-22T19:21:52.292Z | Downloaded vergen-git2 v9.1.0 |
| 1146 | 2026-06-22T19:21:52.292Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-06-22T19:21:52.292Z | Downloaded schemars v1.2.1 |
| 1148 | 2026-06-22T19:21:52.292Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-06-22T19:21:52.292Z | Downloaded walkdir v2.5.0 |
| 1150 | 2026-06-22T19:21:52.292Z | Downloaded p521 v0.13.3 |
| 1151 | 2026-06-22T19:21:52.292Z | Downloaded wyz v0.5.1 |
| 1152 | 2026-06-22T19:21:52.292Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-06-22T19:21:52.292Z | Downloaded vergen-lib v0.1.6 |
| 1154 | 2026-06-22T19:21:52.292Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1155 | 2026-06-22T19:21:52.292Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-06-22T19:21:52.292Z | Downloaded whoami v2.1.0 |
| 1157 | 2026-06-22T19:21:52.292Z | Downloaded tar v0.4.45 |
| 1158 | 2026-06-22T19:21:52.292Z | Downloaded whoami v1.6.1 |
| 1159 | 2026-06-22T19:21:52.292Z | Downloaded libm v0.2.16 |
| 1160 | 2026-06-22T19:21:52.292Z | Downloaded unicode-properties v0.1.4 |
| 1161 | 2026-06-22T19:21:52.292Z | Downloaded twox-hash v2.1.2 |
| 1162 | 2026-06-22T19:21:52.292Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-06-22T19:21:52.292Z | Downloaded xshell v0.2.7 |
| 1164 | 2026-06-22T19:21:52.292Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-06-22T19:21:52.292Z | Downloaded zeroize v1.8.2 |
| 1166 | 2026-06-22T19:21:52.292Z | Downloaded blake3 v1.8.3 |
| 1167 | 2026-06-22T19:21:52.292Z | Downloaded vergen v9.1.0 |
| 1168 | 2026-06-22T19:21:52.292Z | Downloaded hyper v1.8.1 |
| 1169 | 2026-06-22T19:21:52.292Z | Downloaded vergen-lib v9.1.0 |
| 1170 | 2026-06-22T19:21:52.292Z | Downloaded socket2 v0.6.3 |
| 1171 | 2026-06-22T19:21:52.292Z | Downloaded iddqd v0.4.2 |
| 1172 | 2026-06-22T19:21:52.292Z | Downloaded zstd-safe v7.2.4 |
| 1173 | 2026-06-22T19:21:52.293Z | Downloaded steno v0.4.1 |
| 1174 | 2026-06-22T19:21:52.293Z | Downloaded tungstenite v0.23.0 |
| 1175 | 2026-06-22T19:21:52.293Z | Downloaded rpassword v7.4.0 |
| 1176 | 2026-06-22T19:21:52.293Z | Downloaded yasna v0.5.2 |
| 1177 | 2026-06-22T19:21:52.293Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2026-06-22T19:21:52.293Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-06-22T19:21:52.293Z | Downloaded bitvec v1.0.1 |
| 1180 | 2026-06-22T19:21:52.293Z | Downloaded zerocopy v0.6.6 |
| 1181 | 2026-06-22T19:21:52.293Z | Downloaded unsafe-libyaml v0.2.11 |
| 1182 | 2026-06-22T19:21:52.293Z | Downloaded unicode-bidi v0.3.18 |
| 1183 | 2026-06-22T19:21:52.293Z | Downloaded uuid v1.23.0 |
| 1184 | 2026-06-22T19:21:52.293Z | Downloaded toml v0.7.8 |
| 1185 | 2026-06-22T19:21:52.293Z | Downloaded ssh-key v0.6.7 |
| 1186 | 2026-06-22T19:21:52.293Z | Downloaded serde_with v1.14.0 |
| 1187 | 2026-06-22T19:21:52.293Z | Downloaded vte v0.14.1 |
| 1188 | 2026-06-22T19:21:52.293Z | Downloaded russh v0.45.0 |
| 1189 | 2026-06-22T19:21:52.293Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-06-22T19:21:52.293Z | Downloaded zstd v0.13.3 |
| 1191 | 2026-06-22T19:21:52.293Z | Downloaded typify v0.6.2 |
| 1192 | 2026-06-22T19:21:52.293Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1193 | 2026-06-22T19:21:52.293Z | Downloaded rustyline v14.0.0 |
| 1194 | 2026-06-22T19:21:52.293Z | Downloaded chrono v0.4.44 |
| 1195 | 2026-06-22T19:21:52.293Z | Downloaded reedline v0.40.0 |
| 1196 | 2026-06-22T19:21:52.293Z | Downloaded tokio-postgres v0.7.16 |
| 1197 | 2026-06-22T19:21:52.293Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-06-22T19:21:52.293Z | Downloaded regex v1.12.3 |
| 1199 | 2026-06-22T19:21:52.293Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-06-22T19:21:52.293Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1201 | 2026-06-22T19:21:52.293Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-06-22T19:21:52.293Z | Downloaded zopfli v0.8.3 |
| 1203 | 2026-06-22T19:21:52.293Z | Downloaded unicode_categories v0.1.1 |
| 1204 | 2026-06-22T19:21:52.293Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-06-22T19:21:52.293Z | Downloaded zip v0.6.6 |
| 1206 | 2026-06-22T19:21:52.293Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-06-22T19:21:52.294Z | Downloaded goblin v0.10.5 |
| 1208 | 2026-06-22T19:21:52.294Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-06-22T19:21:52.294Z | Downloaded quick-xml v0.37.5 |
| 1210 | 2026-06-22T19:21:52.294Z | Downloaded lalrpop v0.19.12 |
| 1211 | 2026-06-22T19:21:52.294Z | Downloaded yansi v1.0.1 |
| 1212 | 2026-06-22T19:21:52.294Z | Downloaded portable-atomic v1.13.1 |
| 1213 | 2026-06-22T19:21:52.294Z | Downloaded zerocopy-derive v0.8.40 |
| 1214 | 2026-06-22T19:21:52.294Z | Downloaded proptest v1.10.0 |
| 1215 | 2026-06-22T19:21:52.294Z | Downloaded salty v0.3.0 |
| 1216 | 2026-06-22T19:21:52.294Z | Downloaded tower v0.5.3 |
| 1217 | 2026-06-22T19:21:52.294Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-06-22T19:21:52.294Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-06-22T19:21:52.294Z | Downloaded rustls-webpki v0.101.7 |
| 1220 | 2026-06-22T19:21:52.294Z | Downloaded moka v0.12.13 |
| 1221 | 2026-06-22T19:21:52.301Z | Downloaded petname v2.0.2 |
| 1222 | 2026-06-22T19:21:52.301Z | Downloaded unicode-normalization v0.1.25 |
| 1223 | 2026-06-22T19:21:52.301Z | Downloaded tough v0.22.0 |
| 1224 | 2026-06-22T19:21:52.301Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-06-22T19:21:52.301Z | Downloaded tokio-util v0.7.18 |
| 1226 | 2026-06-22T19:21:52.301Z | Downloaded curve25519-dalek v4.1.3 |
| 1227 | 2026-06-22T19:21:52.301Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-06-22T19:21:52.301Z | Downloaded zip v4.6.1 |
| 1229 | 2026-06-22T19:21:52.301Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-06-22T19:21:52.301Z | Downloaded quinn-proto v0.11.13 |
| 1231 | 2026-06-22T19:21:52.301Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-06-22T19:21:52.301Z | Downloaded tower-http v0.6.8 |
| 1233 | 2026-06-22T19:21:52.302Z | Downloaded object v0.30.4 |
| 1234 | 2026-06-22T19:21:52.302Z | Downloaded nix v0.27.1 |
| 1235 | 2026-06-22T19:21:52.306Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-06-22T19:21:52.310Z | Downloaded radix_trie v0.2.1 |
| 1237 | 2026-06-22T19:21:52.310Z | Downloaded polar-core v0.27.3 |
| 1238 | 2026-06-22T19:21:52.314Z | Downloaded winnow v0.5.40 |
| 1239 | 2026-06-22T19:21:52.324Z | Downloaded openssl v0.10.79 |
| 1240 | 2026-06-22T19:21:52.344Z | Downloaded nix v0.28.0 |
| 1241 | 2026-06-22T19:21:52.358Z | Downloaded bstr v1.12.1 |
| 1242 | 2026-06-22T19:21:52.374Z | Downloaded dropshot v0.17.0 |
| 1243 | 2026-06-22T19:21:52.387Z | Downloaded time v0.3.47 |
| 1244 | 2026-06-22T19:21:52.395Z | Downloaded smoltcp v0.9.1 |
| 1245 | 2026-06-22T19:21:52.400Z | Downloaded regex-syntax v0.6.29 |
| 1246 | 2026-06-22T19:21:52.404Z | Downloaded rustls v0.21.12 |
| 1247 | 2026-06-22T19:21:52.410Z | Downloaded tabled v0.20.0 |
| 1248 | 2026-06-22T19:21:52.420Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-06-22T19:21:52.429Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-06-22T19:21:52.432Z | Downloaded nix v0.31.2 |
| 1251 | 2026-06-22T19:21:52.451Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-06-22T19:21:52.465Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-06-22T19:21:52.477Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-06-22T19:21:52.482Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-06-22T19:21:52.485Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-06-22T19:21:52.492Z | Downloaded rustls v0.23.37 |
| 1257 | 2026-06-22T19:21:52.499Z | Downloaded rustix v0.38.44 |
| 1258 | 2026-06-22T19:21:52.513Z | Downloaded regress v0.11.1 |
| 1259 | 2026-06-22T19:21:52.518Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-06-22T19:21:52.525Z | Downloaded regress v0.10.5 |
| 1261 | 2026-06-22T19:21:52.529Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-06-22T19:21:52.542Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-22T19:21:52.545Z | Downloaded rustls v0.22.4 |
| 1264 | 2026-06-22T19:21:52.552Z | Downloaded object v0.37.3 |
| 1265 | 2026-06-22T19:21:52.565Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-06-22T19:21:52.572Z | Downloaded sled v0.34.7 |
| 1267 | 2026-06-22T19:21:52.579Z | Downloaded ratatui v0.29.0 |
| 1268 | 2026-06-22T19:21:52.591Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-06-22T19:21:52.598Z | Downloaded tracing v0.1.44 |
| 1270 | 2026-06-22T19:21:52.611Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-06-22T19:21:52.646Z | Downloaded regex-automata v0.4.14 |
| 1272 | 2026-06-22T19:21:52.655Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-06-22T19:21:52.661Z | Downloaded petgraph v0.6.5 |
| 1274 | 2026-06-22T19:21:52.672Z | Downloaded chrono-tz v0.10.4 |
| 1275 | 2026-06-22T19:21:52.688Z | Downloaded petgraph v0.8.3 |
| 1276 | 2026-06-22T19:21:52.703Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-06-22T19:21:52.712Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-06-22T19:21:52.749Z | Downloaded csv v1.4.0 |
| 1279 | 2026-06-22T19:21:52.768Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-06-22T19:21:52.777Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-06-22T19:21:52.785Z | Downloaded tokio v1.52.1 |
| 1282 | 2026-06-22T19:21:52.807Z | Downloaded ring v0.17.14 |
| 1283 | 2026-06-22T19:21:52.861Z | Downloaded encoding_rs v0.8.35 |
| 1284 | 2026-06-22T19:21:52.902Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-06-22T19:21:53.398Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-06-22T19:21:53.641Z | Compiling libc v0.2.185 |
| 1287 | 2026-06-22T19:21:53.645Z | Compiling serde v1.0.228 |
| 1288 | 2026-06-22T19:21:53.645Z | Compiling log v0.4.29 |
| 1289 | 2026-06-22T19:21:53.645Z | Compiling shlex v1.3.0 |
| 1290 | 2026-06-22T19:21:53.645Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-06-22T19:21:53.645Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-06-22T19:21:53.645Z | Compiling typenum v1.19.0 |
| 1293 | 2026-06-22T19:21:53.645Z | Compiling subtle v2.6.1 |
| 1294 | 2026-06-22T19:21:53.802Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-06-22T19:21:53.805Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-06-22T19:21:53.812Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-06-22T19:21:53.875Z | Compiling serde_json v1.0.149 |
| 1298 | 2026-06-22T19:21:53.887Z | Compiling syn v2.0.117 |
| 1299 | 2026-06-22T19:21:53.896Z | Compiling zerocopy v0.8.40 |
| 1300 | 2026-06-22T19:21:53.896Z | Compiling portable-atomic v1.13.1 |
| 1301 | 2026-06-22T19:21:53.914Z | Compiling parking_lot_core v0.9.12 |
| 1302 | 2026-06-22T19:21:53.988Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-06-22T19:21:54.011Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-06-22T19:21:54.029Z | Compiling pkg-config v0.3.32 |
| 1305 | 2026-06-22T19:21:54.029Z | Compiling bitflags v2.11.0 |
| 1306 | 2026-06-22T19:21:54.043Z | Compiling critical-section v1.2.0 |
| 1307 | 2026-06-22T19:21:54.070Z | Compiling futures-core v0.3.32 |
| 1308 | 2026-06-22T19:21:54.131Z | Compiling libm v0.2.16 |
| 1309 | 2026-06-22T19:21:54.152Z | Compiling num-traits v0.2.19 |
| 1310 | 2026-06-22T19:21:54.174Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-06-22T19:21:54.199Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-06-22T19:21:54.260Z | Compiling futures-io v0.3.32 |
| 1313 | 2026-06-22T19:21:54.260Z | Compiling getrandom v0.4.1 |
| 1314 | 2026-06-22T19:21:54.291Z | Compiling slab v0.4.12 |
| 1315 | 2026-06-22T19:21:54.328Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-06-22T19:21:54.343Z | Compiling cpufeatures v0.2.17 |
| 1317 | 2026-06-22T19:21:54.429Z | Compiling futures-task v0.3.32 |
| 1318 | 2026-06-22T19:21:54.522Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-06-22T19:21:54.522Z | Compiling indexmap v2.14.0 |
| 1320 | 2026-06-22T19:21:54.522Z | Compiling rustversion v1.0.22 |
| 1321 | 2026-06-22T19:21:54.618Z | Compiling getrandom v0.3.4 |
| 1322 | 2026-06-22T19:21:54.687Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-06-22T19:21:54.687Z | Compiling dunce v1.0.5 |
| 1324 | 2026-06-22T19:21:54.687Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-06-22T19:21:54.687Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-06-22T19:21:54.687Z | Compiling base64ct v1.8.3 |
| 1327 | 2026-06-22T19:21:54.704Z | Compiling rustix v1.1.3 |
| 1328 | 2026-06-22T19:21:54.704Z | Compiling iana-time-zone v0.1.65 |
| 1329 | 2026-06-22T19:21:54.735Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-22T19:21:54.784Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-22T19:21:54.814Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-22T19:21:54.874Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-22T19:21:54.929Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-22T19:21:54.952Z | Compiling mio v1.2.0 |
| 1335 | 2026-06-22T19:21:54.952Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-06-22T19:21:54.983Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-06-22T19:21:55.052Z | Compiling cc v1.2.56 |
| 1338 | 2026-06-22T19:21:55.073Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-22T19:21:55.148Z | Compiling pem-rfc7468 v0.7.0 |
| 1340 | 2026-06-22T19:21:55.176Z | Compiling regex-syntax v0.8.10 |
| 1341 | 2026-06-22T19:21:55.198Z | Compiling flagset v0.4.7 |
| 1342 | 2026-06-22T19:21:55.213Z | Compiling aws-lc-rs v1.16.3 |
| 1343 | 2026-06-22T19:21:55.246Z | Compiling vcpkg v0.2.15 |
| 1344 | 2026-06-22T19:21:55.277Z | Compiling tracing-core v0.1.36 |
| 1345 | 2026-06-22T19:21:55.388Z | Compiling uuid v1.23.0 |
| 1346 | 2026-06-22T19:21:55.404Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-06-22T19:21:55.454Z | Compiling base64 v0.22.1 |
| 1348 | 2026-06-22T19:21:55.470Z | Compiling openssl-probe v0.2.1 |
| 1349 | 2026-06-22T19:21:55.470Z | Compiling httparse v1.10.1 |
| 1350 | 2026-06-22T19:21:55.541Z | Compiling rand_core v0.9.5 |
| 1351 | 2026-06-22T19:21:55.595Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-06-22T19:21:55.683Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-06-22T19:21:55.697Z | Compiling untrusted v0.9.0 |
| 1354 | 2026-06-22T19:21:55.719Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-06-22T19:21:55.731Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-06-22T19:21:55.753Z | Compiling atomic-waker v1.1.2 |
| 1357 | 2026-06-22T19:21:55.802Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-06-22T19:21:55.816Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-22T19:21:55.831Z | Compiling schemars v0.8.22 |
| 1360 | 2026-06-22T19:21:55.846Z | Compiling try-lock v0.2.5 |
| 1361 | 2026-06-22T19:21:55.860Z | Compiling tower-service v0.3.3 |
| 1362 | 2026-06-22T19:21:55.895Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-06-22T19:21:55.933Z | Compiling rustls v0.23.37 |
| 1364 | 2026-06-22T19:21:55.964Z | Compiling want v0.3.1 |
| 1365 | 2026-06-22T19:21:55.992Z | Compiling httpdate v1.0.3 |
| 1366 | 2026-06-22T19:21:56.015Z | Compiling pin-utils v0.1.0 |
| 1367 | 2026-06-22T19:21:56.030Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-06-22T19:21:56.080Z | Compiling openssl v0.10.79 |
| 1369 | 2026-06-22T19:21:56.096Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-06-22T19:21:56.096Z | Compiling socket2 v0.5.10 |
| 1371 | 2026-06-22T19:21:56.125Z | Compiling foreign-types v0.3.2 |
| 1372 | 2026-06-22T19:21:56.140Z | Compiling spin v0.9.8 |
| 1373 | 2026-06-22T19:21:56.156Z | Compiling powerfmt v0.2.0 |
| 1374 | 2026-06-22T19:21:56.159Z | Compiling num-conv v0.2.0 |
| 1375 | 2026-06-22T19:21:56.159Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-06-22T19:21:56.210Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-06-22T19:21:56.228Z | Compiling time-core v0.1.8 |
| 1378 | 2026-06-22T19:21:56.250Z | Compiling wait-timeout v0.2.1 |
| 1379 | 2026-06-22T19:21:56.308Z | Compiling sync_wrapper v1.0.2 |
| 1380 | 2026-06-22T19:21:56.327Z | Compiling siphasher v1.0.2 |
| 1381 | 2026-06-22T19:21:56.356Z | Compiling deranged v0.5.8 |
| 1382 | 2026-06-22T19:21:56.366Z | Compiling syn v1.0.109 |
| 1383 | 2026-06-22T19:21:56.395Z | Compiling time-macros v0.2.27 |
| 1384 | 2026-06-22T19:21:56.418Z | Compiling tempfile v3.25.0 |
| 1385 | 2026-06-22T19:21:56.433Z | Compiling crossbeam-utils v0.8.21 |
| 1386 | 2026-06-22T19:21:56.449Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-06-22T19:21:56.536Z | Compiling unicode-segmentation v1.12.0 |
| 1388 | 2026-06-22T19:21:56.550Z | Compiling bit-vec v0.8.0 |
| 1389 | 2026-06-22T19:21:56.560Z | Compiling quick-error v1.2.3 |
| 1390 | 2026-06-22T19:21:56.566Z | Compiling num_threads v0.1.7 |
| 1391 | 2026-06-22T19:21:56.610Z | Compiling usdt-impl v0.6.0 |
| 1392 | 2026-06-22T19:21:56.692Z | Compiling rusty-fork v0.3.1 |
| 1393 | 2026-06-22T19:21:56.719Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-06-22T19:21:56.733Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-06-22T19:21:56.733Z | Compiling ring v0.17.14 |
| 1396 | 2026-06-22T19:21:56.756Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-06-22T19:21:56.762Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-06-22T19:21:56.806Z | Compiling bit-set v0.8.0 |
| 1399 | 2026-06-22T19:21:56.837Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-06-22T19:21:56.849Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-06-22T19:21:56.863Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-06-22T19:21:56.966Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-06-22T19:21:57.007Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-06-22T19:21:57.096Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-06-22T19:21:57.429Z | Compiling heapless v0.7.17 |
| 1406 | 2026-06-22T19:21:57.553Z | Compiling rand_xorshift v0.4.0 |
| 1407 | 2026-06-22T19:21:57.570Z | Compiling time v0.3.47 |
| 1408 | 2026-06-22T19:21:57.585Z | Compiling slog v2.8.2 |
| 1409 | 2026-06-22T19:21:57.614Z | Compiling thread-id v5.1.0 |
| 1410 | 2026-06-22T19:21:57.650Z | Compiling cookie v0.18.1 |
| 1411 | 2026-06-22T19:21:57.686Z | Compiling paste v1.0.15 |
| 1412 | 2026-06-22T19:21:57.701Z | Compiling signal-hook v0.3.18 |
| 1413 | 2026-06-22T19:21:57.715Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-06-22T19:21:57.737Z | Compiling allocator-api2 v0.2.21 |
| 1415 | 2026-06-22T19:21:57.818Z | Compiling ryu v1.0.23 |
| 1416 | 2026-06-22T19:21:57.842Z | Compiling unicode-properties v0.1.4 |
| 1417 | 2026-06-22T19:21:57.868Z | Compiling iri-string v0.7.10 |
| 1418 | 2026-06-22T19:21:57.907Z | Compiling zstd-safe v7.2.4 |
| 1419 | 2026-06-22T19:21:57.924Z | Compiling unicode-bidi v0.3.18 |
| 1420 | 2026-06-22T19:21:57.997Z | Compiling adler2 v2.0.1 |
| 1421 | 2026-06-22T19:21:58.008Z | Compiling unarray v0.1.4 |
| 1422 | 2026-06-22T19:21:58.145Z | Compiling miniz_oxide v0.8.9 |
| 1423 | 2026-06-22T19:21:58.241Z | Compiling heck v0.4.1 |
| 1424 | 2026-06-22T19:21:58.352Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-06-22T19:21:58.491Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-06-22T19:21:58.523Z | Compiling curve25519-dalek v4.1.3 |
| 1427 | 2026-06-22T19:21:58.651Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-06-22T19:21:58.803Z | Compiling zeroize_derive v1.4.3 |
| 1429 | 2026-06-22T19:21:58.814Z | Compiling zerofrom-derive v0.1.6 |
| 1430 | 2026-06-22T19:21:58.826Z | Compiling yoke-derive v0.8.1 |
| 1431 | 2026-06-22T19:21:58.891Z | Compiling zerovec-derive v0.11.2 |
| 1432 | 2026-06-22T19:21:58.908Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-06-22T19:21:58.991Z | Compiling displaydoc v0.2.5 |
| 1434 | 2026-06-22T19:21:59.271Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-06-22T19:21:59.385Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-06-22T19:21:59.488Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-06-22T19:21:59.501Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-06-22T19:21:59.627Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-06-22T19:21:59.785Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-06-22T19:22:00.031Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-06-22T19:22:00.048Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-06-22T19:22:00.064Z | Compiling pest_derive v2.8.6 |
| 1443 | 2026-06-22T19:22:00.243Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-06-22T19:22:00.264Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-06-22T19:22:00.278Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-06-22T19:22:00.306Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-06-22T19:22:00.418Z | Compiling yoke v0.8.1 |
| 1448 | 2026-06-22T19:22:00.432Z | Compiling digest v0.10.7 |
| 1449 | 2026-06-22T19:22:00.466Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-06-22T19:22:00.502Z | Compiling der v0.7.10 |
| 1451 | 2026-06-22T19:22:00.534Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-06-22T19:22:00.633Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-06-22T19:22:00.642Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-06-22T19:22:00.709Z | Compiling hmac v0.12.1 |
| 1455 | 2026-06-22T19:22:00.882Z | Compiling inout v0.1.4 |
| 1456 | 2026-06-22T19:22:00.896Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-06-22T19:22:00.974Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-06-22T19:22:01.003Z | Compiling scroll v0.13.0 |
| 1459 | 2026-06-22T19:22:01.021Z | Compiling cipher v0.4.4 |
| 1460 | 2026-06-22T19:22:01.069Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-06-22T19:22:01.102Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-06-22T19:22:01.138Z | Compiling thiserror v2.0.18 |
| 1463 | 2026-06-22T19:22:01.259Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-06-22T19:22:01.284Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-06-22T19:22:01.299Z | Compiling salsa20 v0.10.2 |
| 1466 | 2026-06-22T19:22:01.302Z | Compiling aes v0.8.4 |
| 1467 | 2026-06-22T19:22:01.302Z | Compiling cbc v0.1.2 |
| 1468 | 2026-06-22T19:22:01.367Z | Compiling spki v0.7.3 |
| 1469 | 2026-06-22T19:22:01.403Z | Compiling tracing v0.1.44 |
| 1470 | 2026-06-22T19:22:01.455Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-06-22T19:22:01.609Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-06-22T19:22:01.696Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-06-22T19:22:01.747Z | Compiling pkcs5 v0.7.1 |
| 1474 | 2026-06-22T19:22:01.758Z | Compiling goblin v0.10.5 |
| 1475 | 2026-06-22T19:22:01.811Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-06-22T19:22:01.865Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-06-22T19:22:02.129Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-06-22T19:22:02.143Z | Compiling bytes v1.11.1 |
| 1479 | 2026-06-22T19:22:02.166Z | Compiling chrono v0.4.44 |
| 1480 | 2026-06-22T19:22:02.181Z | Compiling ipnet v2.11.0 |
| 1481 | 2026-06-22T19:22:02.199Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-06-22T19:22:02.259Z | Compiling darling v0.20.11 |
| 1483 | 2026-06-22T19:22:02.318Z | Compiling derive_builder_core v0.20.2 |
| 1484 | 2026-06-22T19:22:02.341Z | Compiling signature v2.2.0 |
| 1485 | 2026-06-22T19:22:02.423Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-06-22T19:22:02.441Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-06-22T19:22:02.539Z | Compiling webpki-roots v1.0.6 |
| 1488 | 2026-06-22T19:22:02.571Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-06-22T19:22:02.661Z | Compiling tokio v1.52.1 |
| 1490 | 2026-06-22T19:22:02.672Z | Compiling http v1.4.0 |
| 1491 | 2026-06-22T19:22:02.682Z | Compiling scroll_derive v0.12.1 |
| 1492 | 2026-06-22T19:22:02.705Z | Compiling toml_datetime v0.6.11 |
| 1493 | 2026-06-22T19:22:02.774Z | Compiling serde_urlencoded v0.7.1 |
| 1494 | 2026-06-22T19:22:02.971Z | Compiling serde_spanned v0.6.9 |
| 1495 | 2026-06-22T19:22:02.987Z | Compiling serde_tokenstream v0.2.3 |
| 1496 | 2026-06-22T19:22:03.036Z | Compiling erased-serde v0.3.31 |
| 1497 | 2026-06-22T19:22:03.184Z | Compiling md-5 v0.10.6 |
| 1498 | 2026-06-22T19:22:03.227Z | Compiling derive_builder_macro v0.20.2 |
| 1499 | 2026-06-22T19:22:03.347Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-06-22T19:22:03.370Z | Compiling idna_adapter v1.2.1 |
| 1501 | 2026-06-22T19:22:03.385Z | Compiling http-body v1.0.1 |
| 1502 | 2026-06-22T19:22:03.437Z | Compiling scroll v0.12.0 |
| 1503 | 2026-06-22T19:22:03.519Z | Compiling idna v1.1.0 |
| 1504 | 2026-06-22T19:22:03.535Z | Compiling http-body-util v0.1.3 |
| 1505 | 2026-06-22T19:22:03.565Z | Compiling darling_macro v0.21.3 |
| 1506 | 2026-06-22T19:22:03.597Z | Compiling bstr v1.12.1 |
| 1507 | 2026-06-22T19:22:03.641Z | Compiling async-trait v0.1.89 |
| 1508 | 2026-06-22T19:22:03.644Z | Compiling zerocopy-derive v0.7.35 |
| 1509 | 2026-06-22T19:22:03.671Z | Compiling rand_chacha v0.9.0 |
| 1510 | 2026-06-22T19:22:03.701Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-06-22T19:22:03.735Z | Compiling pin-project-internal v1.1.11 |
| 1512 | 2026-06-22T19:22:03.756Z | Compiling vergen-lib v9.1.0 |
| 1513 | 2026-06-22T19:22:03.803Z | Compiling ff v0.13.1 |
| 1514 | 2026-06-22T19:22:03.939Z | Compiling url v2.5.8 |
| 1515 | 2026-06-22T19:22:03.954Z | Compiling rand v0.9.2 |
| 1516 | 2026-06-22T19:22:03.968Z | Compiling thiserror v1.0.69 |
| 1517 | 2026-06-22T19:22:04.086Z | Compiling hash32 v0.2.1 |
| 1518 | 2026-06-22T19:22:04.087Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-06-22T19:22:04.211Z | Compiling encoding_rs v0.8.35 |
| 1520 | 2026-06-22T19:22:04.277Z | Compiling rustix v0.38.44 |
| 1521 | 2026-06-22T19:22:04.298Z | Compiling litrs v1.0.0 |
| 1522 | 2026-06-22T19:22:04.316Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-06-22T19:22:04.399Z | Compiling mime v0.3.17 |
| 1524 | 2026-06-22T19:22:04.565Z | Compiling dof v0.4.0 |
| 1525 | 2026-06-22T19:22:04.684Z | Compiling proptest v1.10.0 |
| 1526 | 2026-06-22T19:22:04.688Z | Compiling base16ct v0.2.0 |
| 1527 | 2026-06-22T19:22:04.752Z | Compiling cfg_aliases v0.2.1 |
| 1528 | 2026-06-22T19:22:04.767Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-06-22T19:22:04.789Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-06-22T19:22:04.839Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-06-22T19:22:04.851Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-06-22T19:22:04.896Z | Compiling ref-cast v1.0.25 |
| 1533 | 2026-06-22T19:22:04.912Z | Compiling publicsuffix v2.3.0 |
| 1534 | 2026-06-22T19:22:04.926Z | Compiling pin-project v1.1.11 |
| 1535 | 2026-06-22T19:22:05.001Z | Compiling document-features v0.2.12 |
| 1536 | 2026-06-22T19:22:05.035Z | Compiling nix v0.31.2 |
| 1537 | 2026-06-22T19:22:05.067Z | Compiling sec1 v0.7.3 |
| 1538 | 2026-06-22T19:22:05.178Z | Compiling postgres-protocol v0.6.10 |
| 1539 | 2026-06-22T19:22:05.230Z | Compiling zerocopy v0.7.35 |
| 1540 | 2026-06-22T19:22:05.356Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-06-22T19:22:05.437Z | Compiling darling v0.21.3 |
| 1542 | 2026-06-22T19:22:05.554Z | Compiling rand v0.8.6 |
| 1543 | 2026-06-22T19:22:05.604Z | Compiling oxnet v0.1.6 |
| 1544 | 2026-06-22T19:22:05.617Z | Compiling group v0.13.0 |
| 1545 | 2026-06-22T19:22:05.760Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-06-22T19:22:05.790Z | Compiling goblin v0.8.2 |
| 1547 | 2026-06-22T19:22:05.822Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-06-22T19:22:05.825Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-06-22T19:22:05.851Z | Compiling hex v0.4.3 |
| 1550 | 2026-06-22T19:22:05.891Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-06-22T19:22:05.909Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-06-22T19:22:05.925Z | Compiling regex v1.12.3 |
| 1553 | 2026-06-22T19:22:06.090Z | Compiling num-iter v0.1.45 |
| 1554 | 2026-06-22T19:22:06.104Z | Compiling strum_macros v0.27.2 |
| 1555 | 2026-06-22T19:22:06.125Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-06-22T19:22:06.141Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-06-22T19:22:06.154Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-06-22T19:22:06.217Z | Compiling daft-derive v0.1.7 |
| 1559 | 2026-06-22T19:22:06.416Z | Compiling phf_shared v0.13.1 |
| 1560 | 2026-06-22T19:22:06.602Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-06-22T19:22:06.638Z | Compiling tower v0.5.3 |
| 1562 | 2026-06-22T19:22:06.652Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-06-22T19:22:06.677Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-06-22T19:22:06.706Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-06-22T19:22:06.815Z | Compiling anstyle-parse v0.2.7 |
| 1566 | 2026-06-22T19:22:06.829Z | Compiling vergen v9.1.0 |
| 1567 | 2026-06-22T19:22:06.844Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-06-22T19:22:06.858Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-06-22T19:22:06.930Z | Compiling ahash v0.8.12 |
| 1570 | 2026-06-22T19:22:06.989Z | Compiling foldhash v0.1.5 |
| 1571 | 2026-06-22T19:22:07.016Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-06-22T19:22:07.035Z | Compiling libbz2-rs-sys v0.2.2 |
| 1573 | 2026-06-22T19:22:07.071Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-06-22T19:22:07.135Z | Compiling same-file v1.0.6 |
| 1575 | 2026-06-22T19:22:07.152Z | Compiling bumpalo v3.20.2 |
| 1576 | 2026-06-22T19:22:07.167Z | Compiling bitflags v1.3.2 |
| 1577 | 2026-06-22T19:22:07.184Z | Compiling object v0.37.3 |
| 1578 | 2026-06-22T19:22:07.257Z | Compiling winnow v0.5.40 |
| 1579 | 2026-06-22T19:22:07.320Z | Compiling h2 v0.4.13 |
| 1580 | 2026-06-22T19:22:07.379Z | Compiling managed v0.8.0 |
| 1581 | 2026-06-22T19:22:07.419Z | Compiling foldhash v0.2.0 |
| 1582 | 2026-06-22T19:22:07.492Z | Compiling bzip2 v0.6.1 |
| 1583 | 2026-06-22T19:22:07.530Z | Compiling clap_builder v4.6.0 |
| 1584 | 2026-06-22T19:22:07.613Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-06-22T19:22:07.662Z | Compiling hashbrown v0.16.1 |
| 1586 | 2026-06-22T19:22:07.714Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-06-22T19:22:07.738Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-06-22T19:22:08.008Z | Compiling dof v0.3.0 |
| 1589 | 2026-06-22T19:22:08.031Z | Compiling daft v0.1.7 |
| 1590 | 2026-06-22T19:22:08.072Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-06-22T19:22:08.137Z | Compiling snafu v0.8.9 |
| 1592 | 2026-06-22T19:22:08.140Z | Compiling strum v0.27.2 |
| 1593 | 2026-06-22T19:22:08.288Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-06-22T19:22:08.301Z | Compiling anstream v0.6.21 |
| 1595 | 2026-06-22T19:22:08.334Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-06-22T19:22:08.541Z | Compiling phf v0.13.1 |
| 1597 | 2026-06-22T19:22:08.558Z | Compiling toml_edit v0.19.15 |
| 1598 | 2026-06-22T19:22:09.024Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-06-22T19:22:09.027Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-06-22T19:22:09.027Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-06-22T19:22:09.027Z | Compiling usdt-attr-macro v0.6.0 |
| 1602 | 2026-06-22T19:22:09.027Z | Compiling usdt-macro v0.6.0 |
| 1603 | 2026-06-22T19:22:09.027Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-06-22T19:22:09.027Z | Compiling futures v0.3.32 |
| 1605 | 2026-06-22T19:22:09.027Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-06-22T19:22:09.027Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-06-22T19:22:09.027Z | Compiling zstd v0.13.3 |
| 1608 | 2026-06-22T19:22:09.294Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-06-22T19:22:09.382Z | Compiling globset v0.4.18 |
| 1610 | 2026-06-22T19:22:09.415Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-06-22T19:22:09.489Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-06-22T19:22:09.552Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-06-22T19:22:09.608Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-06-22T19:22:09.719Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-06-22T19:22:10.143Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-06-22T19:22:10.148Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-06-22T19:22:10.148Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-06-22T19:22:10.148Z | Compiling clap_derive v4.6.1 |
| 1619 | 2026-06-22T19:22:10.148Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-06-22T19:22:10.148Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-06-22T19:22:10.148Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-06-22T19:22:10.162Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-06-22T19:22:10.282Z | Compiling pem v3.0.6 |
| 1624 | 2026-06-22T19:22:10.318Z | Compiling thread-id v4.2.2 |
| 1625 | 2026-06-22T19:22:10.334Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-06-22T19:22:10.362Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-06-22T19:22:10.393Z | Compiling hyper v1.8.1 |
| 1628 | 2026-06-22T19:22:10.416Z | Compiling fixedbitset v0.5.7 |
| 1629 | 2026-06-22T19:22:10.458Z | Compiling static_assertions v1.1.0 |
| 1630 | 2026-06-22T19:22:10.515Z | Compiling predicates-core v1.0.10 |
| 1631 | 2026-06-22T19:22:10.580Z | Compiling difflib v0.4.0 |
| 1632 | 2026-06-22T19:22:10.635Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-06-22T19:22:10.650Z | Compiling precomputed-hash v0.1.1 |
| 1634 | 2026-06-22T19:22:10.674Z | Compiling whoami v2.1.0 |
| 1635 | 2026-06-22T19:22:10.696Z | Compiling normalize-line-endings v0.3.0 |
| 1636 | 2026-06-22T19:22:10.721Z | Compiling typed-path v0.9.3 |
| 1637 | 2026-06-22T19:22:10.748Z | Compiling keccak v0.1.6 |
| 1638 | 2026-06-22T19:22:10.762Z | Compiling either v1.15.0 |
| 1639 | 2026-06-22T19:22:10.808Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-06-22T19:22:10.988Z | Compiling new_debug_unreachable v1.0.6 |
| 1641 | 2026-06-22T19:22:11.041Z | Compiling jiff v0.2.21 |
| 1642 | 2026-06-22T19:22:11.075Z | Compiling string_cache v0.8.9 |
| 1643 | 2026-06-22T19:22:11.090Z | Compiling petgraph v0.6.5 |
| 1644 | 2026-06-22T19:22:11.172Z | Compiling itertools v0.13.0 |
| 1645 | 2026-06-22T19:22:11.321Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-06-22T19:22:11.335Z | Compiling sha3 v0.10.8 |
| 1647 | 2026-06-22T19:22:11.358Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-06-22T19:22:11.408Z | Compiling predicates v3.1.4 |
| 1649 | 2026-06-22T19:22:11.440Z | Compiling petgraph v0.8.3 |
| 1650 | 2026-06-22T19:22:11.577Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-06-22T19:22:11.749Z | Compiling clap v4.6.1 |
| 1652 | 2026-06-22T19:22:11.830Z | Compiling toml_edit v0.22.27 |
| 1653 | 2026-06-22T19:22:11.847Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-06-22T19:22:11.922Z | Compiling strum v0.26.3 |
| 1655 | 2026-06-22T19:22:11.988Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1656 | 2026-06-22T19:22:12.036Z | Compiling usdt v0.6.0 |
| 1657 | 2026-06-22T19:22:12.072Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-06-22T19:22:12.087Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-06-22T19:22:12.224Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-06-22T19:22:12.322Z | Compiling toml v0.7.8 |
| 1661 | 2026-06-22T19:22:12.853Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-06-22T19:22:12.857Z | Compiling rsa v0.9.10 |
| 1663 | 2026-06-22T19:22:12.857Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-06-22T19:22:12.999Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-06-22T19:22:13.733Z | Compiling zip v0.6.6 |
| 1666 | 2026-06-22T19:22:13.738Z | Compiling iddqd v0.4.2 |
| 1667 | 2026-06-22T19:22:13.738Z | Compiling zip v4.6.1 |
| 1668 | 2026-06-22T19:22:13.756Z | Compiling tokio-stream v0.1.18 |
| 1669 | 2026-06-22T19:22:13.907Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-06-22T19:22:13.922Z | Compiling buf-list v1.1.2 |
| 1671 | 2026-06-22T19:22:13.945Z | Compiling similar v2.7.0 |
| 1672 | 2026-06-22T19:22:14.200Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-06-22T19:22:14.228Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-06-22T19:22:14.266Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-06-22T19:22:14.536Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-06-22T19:22:14.571Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-06-22T19:22:14.697Z | Compiling peg-runtime v0.8.5 |
| 1678 | 2026-06-22T19:22:14.725Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-06-22T19:22:14.785Z | Compiling thread_local v1.1.9 |
| 1680 | 2026-06-22T19:22:14.802Z | Compiling slog-async v2.8.0 |
| 1681 | 2026-06-22T19:22:14.819Z | Compiling crossbeam-channel v0.5.15 |
| 1682 | 2026-06-22T19:22:14.847Z | Compiling filetime v0.2.27 |
| 1683 | 2026-06-22T19:22:14.938Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-06-22T19:22:14.952Z | Compiling take_mut v0.2.2 |
| 1685 | 2026-06-22T19:22:14.966Z | Compiling term v1.2.1 |
| 1686 | 2026-06-22T19:22:15.010Z | Compiling xattr v1.6.1 |
| 1687 | 2026-06-22T19:22:15.145Z | Compiling tar v0.4.45 |
| 1688 | 2026-06-22T19:22:15.279Z | Compiling slog-term v2.9.2 |
| 1689 | 2026-06-22T19:22:32.944Z | Compiling rustls-webpki v0.103.9 |
| 1690 | 2026-06-22T19:22:35.760Z | Compiling tokio-rustls v0.26.4 |
| 1691 | 2026-06-22T19:22:35.760Z | Compiling rustls-platform-verifier v0.6.2 |
| 1692 | 2026-06-22T19:22:35.952Z | Compiling hyper-rustls v0.27.7 |
| 1693 | 2026-06-22T19:22:36.145Z | Compiling reqwest v0.12.28 |
| 1694 | 2026-06-22T19:22:36.160Z | Compiling reqwest v0.13.2 |
| 1695 | 2026-06-22T19:22:37.362Z | Compiling tough v0.22.0 |
| 1696 | 2026-06-22T19:22:39.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1697 | 2026-06-22T19:22:40.121Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1698 | 2026-06-22T19:22:43.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s |
| 1699 | 2026-06-22T19:22:43.161Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1700 | 2026-06-22T19:22:43.203Z | Jun 22 19:22:42.699 INFO Starting download, target: Clickhouse |
| 1701 | 2026-06-22T19:22:43.203Z | Jun 22 19:22:42.699 INFO Starting download, target: Cockroach |
| 1702 | 2026-06-22T19:22:43.203Z | Jun 22 19:22:42.699 INFO Starting download, target: Console |
| 1703 | 2026-06-22T19:22:43.203Z | Jun 22 19:22:42.699 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.699 INFO Starting download, target: DendriteStub |
| 1705 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.699 INFO Starting download, target: MaghemiteDdmd |
| 1706 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.699 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1711 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-06-22T19:22:43.207Z | Jun 22 19:22:42.700 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-06-22T19:22:43.650Z | Jun 22 19:22:43.121 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-06-22T19:22:43.843Z | Jun 22 19:22:43.326 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-06-22T19:22:44.134Z | Jun 22 19:22:43.624 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-06-22T19:22:44.407Z | Jun 22 19:22:43.864 INFO Download complete, target: Console |
| 1718 | 2026-06-22T19:22:45.056Z | Jun 22 19:22:44.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1719 | 2026-06-22T19:22:45.254Z | Jun 22 19:22:44.742 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1720 | 2026-06-22T19:22:45.851Z | Jun 22 19:22:45.317 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1721 | 2026-06-22T19:22:46.017Z | Jun 22 19:22:45.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1722 | 2026-06-22T19:22:47.081Z | Jun 22 19:22:46.568 INFO Download complete, target: MaghemiteDdmd |
| 1723 | 2026-06-22T19:22:47.841Z | Jun 22 19:22:47.336 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1724 | 2026-06-22T19:22:47.841Z | Jun 22 19:22:47.336 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1725 | 2026-06-22T19:22:48.525Z | Jun 22 19:22:48.022 INFO Download complete, target: MaghemiteMgd |
| 1726 | 2026-06-22T19:22:48.656Z | Jun 22 19:22:48.151 INFO Download complete, target: DendriteStub |
| 1727 | 2026-06-22T19:22:51.863Z | Jun 22 19:22:51.359 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-06-22T19:22:51.949Z | Jun 22 19:22:51.446 INFO Download complete, target: Clickhouse |
| 1729 | 2026-06-22T19:22:52.468Z | Jun 22 19:22:51.964 INFO Checking that binary works, target: Cockroach |
| 1730 | 2026-06-22T19:22:52.595Z | Jun 22 19:22:52.091 INFO Download complete, target: Cockroach |
| 1731 | 2026-06-22T19:22:52.600Z | All prerequisites installed successfully |
| 1732 | 2026-06-22T19:22:52.604Z | |
| 1733 | 2026-06-22T19:22:52.604Z | real 1:53.778906364 |
| 1734 | 2026-06-22T19:22:52.604Z | user 6:53.671269259 |
| 1735 | 2026-06-22T19:22:52.604Z | sys 1:43.982480195 |
| 1736 | 2026-06-22T19:22:52.604Z | trap 0.260797376 |
| 1737 | 2026-06-22T19:22:52.604Z | tflt 1.373251362 |
| 1738 | 2026-06-22T19:22:52.604Z | dflt 1.943008819 |
| 1739 | 2026-06-22T19:22:52.604Z | kflt 0.029845772 |
| 1740 | 2026-06-22T19:22:52.604Z | lock 22:59.728537308 |
| 1741 | 2026-06-22T19:22:52.604Z | slp 19:05.982394125 |
| 1742 | 2026-06-22T19:22:52.604Z | lat 25.412062029 |
| 1743 | 2026-06-22T19:22:52.604Z | stop 2:44.023821492 |
| 1744 | 2026-06-22T19:22:52.604Z | + ptime -m cargo xtask download softnpu |
| 1745 | 2026-06-22T19:22:53.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1746 | 2026-06-22T19:22:53.080Z | Running `target/debug/xtask download softnpu` |
| 1747 | 2026-06-22T19:22:53.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1748 | 2026-06-22T19:22:53.843Z | Running `target/debug/xtask-downloader softnpu` |
| 1749 | 2026-06-22T19:22:53.888Z | Jun 22 19:22:53.373 INFO Starting download, target: Softnpu |
| 1750 | 2026-06-22T19:22:53.920Z | Jun 22 19:22:53.374 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1751 | 2026-06-22T19:22:55.834Z | Jun 22 19:22:55.322 INFO Download complete, target: Softnpu |
| 1752 | 2026-06-22T19:22:55.855Z | |
| 1753 | 2026-06-22T19:22:55.855Z | real 3.222548444 |
| 1754 | 2026-06-22T19:22:55.856Z | user 1.276741133 |
| 1755 | 2026-06-22T19:22:55.856Z | sys 0.609293004 |
| 1756 | 2026-06-22T19:22:55.856Z | trap 0.000899060 |
| 1757 | 2026-06-22T19:22:55.856Z | tflt 0.000036860 |
| 1758 | 2026-06-22T19:22:55.856Z | dflt 0.000424970 |
| 1759 | 2026-06-22T19:22:55.856Z | kflt 0.000000000 |
| 1760 | 2026-06-22T19:22:55.856Z | lock 36.311814112 |
| 1761 | 2026-06-22T19:22:55.856Z | slp 1.769308558 |
| 1762 | 2026-06-22T19:22:55.856Z | lat 0.104974284 |
| 1763 | 2026-06-22T19:22:55.856Z | stop 0.000190210 |
| 1764 | 2026-06-22T19:22:55.856Z | + export CARGO_INCREMENTAL=0 |
| 1765 | 2026-06-22T19:22:55.856Z | + CARGO_INCREMENTAL=0 |
| 1766 | 2026-06-22T19:22:55.856Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1767 | 2026-06-22T19:22:56.685Z | Compiling proc-macro2 v1.0.106 |
| 1768 | 2026-06-22T19:22:56.685Z | Compiling quote v1.0.45 |
| 1769 | 2026-06-22T19:22:56.685Z | Compiling unicode-ident v1.0.24 |
| 1770 | 2026-06-22T19:22:56.704Z | Compiling libc v0.2.185 |
| 1771 | 2026-06-22T19:22:56.704Z | Compiling serde_core v1.0.228 |
| 1772 | 2026-06-22T19:22:56.704Z | Compiling serde v1.0.228 |
| 1773 | 2026-06-22T19:22:56.704Z | Compiling cfg-if v1.0.4 |
| 1774 | 2026-06-22T19:22:56.704Z | Compiling version_check v0.9.5 |
| 1775 | 2026-06-22T19:22:56.704Z | Compiling shlex v1.3.0 |
| 1776 | 2026-06-22T19:22:56.705Z | Compiling find-msvc-tools v0.1.9 |
| 1777 | 2026-06-22T19:22:56.705Z | Compiling typenum v1.19.0 |
| 1778 | 2026-06-22T19:22:56.705Z | Compiling zmij v1.0.21 |
| 1779 | 2026-06-22T19:22:56.705Z | Compiling autocfg v1.5.0 |
| 1780 | 2026-06-22T19:22:56.705Z | Compiling memchr v2.8.0 |
| 1781 | 2026-06-22T19:22:56.832Z | Compiling serde_json v1.0.149 |
| 1782 | 2026-06-22T19:22:57.116Z | Compiling portable-atomic v1.13.1 |
| 1783 | 2026-06-22T19:22:57.163Z | Compiling libm v0.2.16 |
| 1784 | 2026-06-22T19:22:57.195Z | Compiling zerocopy v0.8.40 |
| 1785 | 2026-06-22T19:22:57.215Z | Compiling smallvec v1.15.1 |
| 1786 | 2026-06-22T19:22:57.223Z | Compiling parking_lot_core v0.9.12 |
| 1787 | 2026-06-22T19:22:57.223Z | Compiling icu_normalizer_data v2.1.1 |
| 1788 | 2026-06-22T19:22:57.251Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-06-22T19:22:57.266Z | Compiling generic-array v0.14.7 |
| 1790 | 2026-06-22T19:22:57.266Z | Compiling itoa v1.0.17 |
| 1791 | 2026-06-22T19:22:57.272Z | Compiling num-traits v0.2.19 |
| 1792 | 2026-06-22T19:22:57.447Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-06-22T19:22:57.464Z | Compiling log v0.4.29 |
| 1794 | 2026-06-22T19:22:57.476Z | Compiling stable_deref_trait v1.2.1 |
| 1795 | 2026-06-22T19:22:57.512Z | Compiling pkg-config v0.3.32 |
| 1796 | 2026-06-22T19:22:57.558Z | Compiling subtle v2.6.1 |
| 1797 | 2026-06-22T19:22:57.704Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-06-22T19:22:57.780Z | Compiling writeable v0.6.2 |
| 1799 | 2026-06-22T19:22:57.822Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-06-22T19:22:57.838Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-06-22T19:22:57.908Z | Compiling errno v0.3.14 |
| 1802 | 2026-06-22T19:22:57.923Z | Compiling lock_api v0.4.14 |
| 1803 | 2026-06-22T19:22:57.985Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-06-22T19:22:58.001Z | Compiling litemap v0.8.1 |
| 1805 | 2026-06-22T19:22:58.079Z | Compiling cc v1.2.56 |
| 1806 | 2026-06-22T19:22:58.108Z | Compiling fnv v1.0.7 |
| 1807 | 2026-06-22T19:22:58.144Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-06-22T19:22:58.191Z | Compiling pin-project-lite v0.2.17 |
| 1809 | 2026-06-22T19:22:58.215Z | Compiling thiserror v2.0.18 |
| 1810 | 2026-06-22T19:22:58.261Z | Compiling syn v2.0.117 |
| 1811 | 2026-06-22T19:22:58.310Z | Compiling getrandom v0.3.4 |
| 1812 | 2026-06-22T19:22:58.345Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-06-22T19:22:58.360Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-06-22T19:22:58.439Z | Compiling dunce v1.0.5 |
| 1815 | 2026-06-22T19:22:58.442Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-06-22T19:22:58.442Z | Compiling fs_extra v1.3.0 |
| 1817 | 2026-06-22T19:22:58.506Z | Compiling schemars v0.8.22 |
| 1818 | 2026-06-22T19:22:58.510Z | Compiling rustix v1.1.3 |
| 1819 | 2026-06-22T19:22:58.568Z | Compiling critical-section v1.2.0 |
| 1820 | 2026-06-22T19:22:58.637Z | Compiling utf8_iter v1.0.4 |
| 1821 | 2026-06-22T19:22:58.681Z | Compiling form_urlencoded v1.2.2 |
| 1822 | 2026-06-22T19:22:58.752Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-06-22T19:22:58.834Z | Compiling cmake v0.1.57 |
| 1824 | 2026-06-22T19:22:58.837Z | Compiling signal-hook-registry v1.4.8 |
| 1825 | 2026-06-22T19:22:58.892Z | Compiling const-oid v0.9.6 |
| 1826 | 2026-06-22T19:22:58.980Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-06-22T19:22:59.247Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-06-22T19:22:59.262Z | Compiling socket2 v0.6.3 |
| 1829 | 2026-06-22T19:22:59.396Z | Compiling bitflags v2.11.0 |
| 1830 | 2026-06-22T19:22:59.429Z | Compiling semver v1.0.28 |
| 1831 | 2026-06-22T19:22:59.453Z | Compiling indexmap v2.14.0 |
| 1832 | 2026-06-22T19:22:59.872Z | Compiling ring v0.17.14 |
| 1833 | 2026-06-22T19:22:59.877Z | Compiling aws-lc-sys v0.40.0 |
| 1834 | 2026-06-22T19:22:59.877Z | Compiling mio v1.2.0 |
| 1835 | 2026-06-22T19:22:59.877Z | Compiling aws-lc-rs v1.16.3 |
| 1836 | 2026-06-22T19:22:59.877Z | Compiling futures-core v0.3.32 |
| 1837 | 2026-06-22T19:22:59.877Z | Compiling strsim v0.11.1 |
| 1838 | 2026-06-22T19:22:59.877Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-06-22T19:22:59.877Z | Compiling httparse v1.10.1 |
| 1840 | 2026-06-22T19:23:00.032Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-06-22T19:23:00.064Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-06-22T19:23:00.081Z | Compiling byteorder v1.5.0 |
| 1843 | 2026-06-22T19:23:00.084Z | Compiling vcpkg v0.2.15 |
| 1844 | 2026-06-22T19:23:00.134Z | Compiling heck v0.5.0 |
| 1845 | 2026-06-22T19:23:00.141Z | Compiling syn v1.0.109 |
| 1846 | 2026-06-22T19:23:00.152Z | Compiling regex-syntax v0.8.10 |
| 1847 | 2026-06-22T19:23:00.196Z | Compiling pest v2.8.6 |
| 1848 | 2026-06-22T19:23:00.196Z | Compiling ident_case v1.0.1 |
| 1849 | 2026-06-22T19:23:00.249Z | Compiling uuid v1.23.0 |
| 1850 | 2026-06-22T19:23:00.366Z | Compiling cpufeatures v0.2.17 |
| 1851 | 2026-06-22T19:23:00.480Z | Compiling rustls v0.23.37 |
| 1852 | 2026-06-22T19:23:00.549Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-06-22T19:23:00.627Z | Compiling futures-sink v0.3.32 |
| 1854 | 2026-06-22T19:23:00.664Z | Compiling openssl-sys v0.9.115 |
| 1855 | 2026-06-22T19:23:00.756Z | Compiling futures-channel v0.3.32 |
| 1856 | 2026-06-22T19:23:00.901Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-06-22T19:23:00.917Z | Compiling futures-task v0.3.32 |
| 1858 | 2026-06-22T19:23:00.917Z | Compiling dyn-clone v1.0.20 |
| 1859 | 2026-06-22T19:23:00.941Z | Compiling futures-io v0.3.32 |
| 1860 | 2026-06-22T19:23:01.107Z | Compiling slab v0.4.12 |
| 1861 | 2026-06-22T19:23:01.143Z | Compiling synstructure v0.13.2 |
| 1862 | 2026-06-22T19:23:01.143Z | Compiling serde_derive_internals v0.29.1 |
| 1863 | 2026-06-22T19:23:01.257Z | Compiling plain v0.2.3 |
| 1864 | 2026-06-22T19:23:01.330Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-06-22T19:23:01.355Z | Compiling crc32fast v1.5.0 |
| 1866 | 2026-06-22T19:23:01.815Z | Compiling time-core v0.1.8 |
| 1867 | 2026-06-22T19:23:01.835Z | Compiling base64 v0.22.1 |
| 1868 | 2026-06-22T19:23:01.835Z | Compiling openssl v0.10.79 |
| 1869 | 2026-06-22T19:23:01.835Z | Compiling num-conv v0.2.0 |
| 1870 | 2026-06-22T19:23:01.836Z | Compiling crossbeam-utils v0.8.21 |
| 1871 | 2026-06-22T19:23:01.836Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-06-22T19:23:01.836Z | Compiling pretty-hex v0.4.1 |
| 1873 | 2026-06-22T19:23:01.836Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-06-22T19:23:01.881Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-06-22T19:23:01.905Z | Compiling native-tls v0.2.18 |
| 1876 | 2026-06-22T19:23:01.924Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-06-22T19:23:01.943Z | Compiling pest_generator v2.8.6 |
| 1878 | 2026-06-22T19:23:01.943Z | Compiling darling_core v0.21.3 |
| 1879 | 2026-06-22T19:23:02.110Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1880 | 2026-06-22T19:23:02.175Z | Compiling pem-rfc7468 v0.7.0 |
| 1881 | 2026-06-22T19:23:02.206Z | Compiling flagset v0.4.7 |
| 1882 | 2026-06-22T19:23:02.255Z | Compiling rand_core v0.9.5 |
| 1883 | 2026-06-22T19:23:02.363Z | Compiling slog v2.8.2 |
| 1884 | 2026-06-22T19:23:02.372Z | Compiling tracing-core v0.1.36 |
| 1885 | 2026-06-22T19:23:02.418Z | Compiling serde_derive v1.0.228 |
| 1886 | 2026-06-22T19:23:02.453Z | Compiling zeroize_derive v1.4.3 |
| 1887 | 2026-06-22T19:23:02.474Z | Compiling zerofrom-derive v0.1.6 |
| 1888 | 2026-06-22T19:23:02.484Z | Compiling yoke-derive v0.8.1 |
| 1889 | 2026-06-22T19:23:02.579Z | Compiling zerovec-derive v0.11.2 |
| 1890 | 2026-06-22T19:23:02.583Z | Compiling displaydoc v0.2.5 |
| 1891 | 2026-06-22T19:23:02.624Z | Compiling zerocopy-derive v0.8.40 |
| 1892 | 2026-06-22T19:23:02.665Z | Compiling tokio-macros v2.7.0 |
| 1893 | 2026-06-22T19:23:02.698Z | Compiling futures-macro v0.3.32 |
| 1894 | 2026-06-22T19:23:03.064Z | Compiling zeroize v1.8.2 |
| 1895 | 2026-06-22T19:23:03.333Z | Compiling thiserror-impl v2.0.18 |
| 1896 | 2026-06-22T19:23:03.436Z | Compiling schemars_derive v0.8.22 |
| 1897 | 2026-06-22T19:23:03.478Z | Compiling tracing-attributes v0.1.31 |
| 1898 | 2026-06-22T19:23:03.504Z | Compiling der_derive v0.7.3 |
| 1899 | 2026-06-22T19:23:03.595Z | Compiling zerofrom v0.1.6 |
| 1900 | 2026-06-22T19:23:03.737Z | Compiling yoke v0.8.1 |
| 1901 | 2026-06-22T19:23:03.905Z | Compiling crypto-common v0.1.7 |
| 1902 | 2026-06-22T19:23:03.953Z | Compiling zerovec v0.11.5 |
| 1903 | 2026-06-22T19:23:03.978Z | Compiling zerotrie v0.2.3 |
| 1904 | 2026-06-22T19:23:04.066Z | Compiling block-buffer v0.10.4 |
| 1905 | 2026-06-22T19:23:04.236Z | Compiling digest v0.10.7 |
| 1906 | 2026-06-22T19:23:04.405Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-06-22T19:23:04.498Z | Compiling tinystr v0.8.2 |
| 1908 | 2026-06-22T19:23:04.502Z | Compiling potential_utf v0.1.4 |
| 1909 | 2026-06-22T19:23:04.530Z | Compiling pest_derive v2.8.6 |
| 1910 | 2026-06-22T19:23:04.545Z | Compiling hmac v0.12.1 |
| 1911 | 2026-06-22T19:23:04.588Z | Compiling futures-util v0.3.32 |
| 1912 | 2026-06-22T19:23:04.648Z | Compiling icu_collections v2.1.1 |
| 1913 | 2026-06-22T19:23:04.684Z | Compiling icu_locale_core v2.1.1 |
| 1914 | 2026-06-22T19:23:04.932Z | Compiling block-padding v0.3.3 |
| 1915 | 2026-06-22T19:23:04.981Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-06-22T19:23:05.238Z | Compiling inout v0.1.4 |
| 1917 | 2026-06-22T19:23:05.359Z | Compiling rustls-pki-types v1.14.0 |
| 1918 | 2026-06-22T19:23:05.389Z | Compiling icu_provider v2.1.1 |
| 1919 | 2026-06-22T19:23:05.407Z | Compiling cipher v0.4.4 |
| 1920 | 2026-06-22T19:23:05.524Z | Compiling scroll_derive v0.13.1 |
| 1921 | 2026-06-22T19:23:05.601Z | Compiling bytes v1.11.1 |
| 1922 | 2026-06-22T19:23:05.650Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-06-22T19:23:05.714Z | Compiling icu_properties v2.1.2 |
| 1924 | 2026-06-22T19:23:05.821Z | Compiling chrono v0.4.44 |
| 1925 | 2026-06-22T19:23:06.248Z | Compiling tokio v1.52.1 |
| 1926 | 2026-06-22T19:23:06.346Z | Compiling serde_tokenstream v0.2.3 |
| 1927 | 2026-06-22T19:23:06.576Z | Compiling openssl-macros v0.1.1 |
| 1928 | 2026-06-22T19:23:06.692Z | Compiling idna_adapter v1.2.1 |
| 1929 | 2026-06-22T19:23:06.884Z | Compiling idna v1.1.0 |
| 1930 | 2026-06-22T19:23:06.919Z | Compiling ppv-lite86 v0.2.21 |
| 1931 | 2026-06-22T19:23:06.935Z | Compiling scroll_derive v0.12.1 |
| 1932 | 2026-06-22T19:23:07.184Z | Compiling url v2.5.8 |
| 1933 | 2026-06-22T19:23:07.309Z | Compiling http v1.4.0 |
| 1934 | 2026-06-22T19:23:07.441Z | Compiling der v0.7.10 |
| 1935 | 2026-06-22T19:23:07.466Z | Compiling darling_macro v0.21.3 |
| 1936 | 2026-06-22T19:23:07.554Z | Compiling regex v1.12.3 |
| 1937 | 2026-06-22T19:23:07.601Z | Compiling zerocopy-derive v0.7.35 |
| 1938 | 2026-06-22T19:23:07.979Z | Compiling untrusted v0.9.0 |
| 1939 | 2026-06-22T19:23:08.655Z | Compiling spki v0.7.3 |
| 1940 | 2026-06-22T19:23:08.659Z | Compiling darling v0.21.3 |
| 1941 | 2026-06-22T19:23:08.659Z | Compiling salsa20 v0.10.2 |
| 1942 | 2026-06-22T19:23:08.659Z | Compiling pbkdf2 v0.12.2 |
| 1943 | 2026-06-22T19:23:08.659Z | Compiling tracing v0.1.44 |
| 1944 | 2026-06-22T19:23:09.200Z | Compiling cookie v0.18.1 |
| 1945 | 2026-06-22T19:23:09.319Z | Compiling camino v1.2.2 |
| 1946 | 2026-06-22T19:23:09.444Z | Compiling scrypt v0.11.0 |
| 1947 | 2026-06-22T19:23:09.613Z | Compiling http-body v1.0.1 |
| 1948 | 2026-06-22T19:23:09.648Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-06-22T19:23:09.651Z | Compiling aes v0.8.4 |
| 1950 | 2026-06-22T19:23:09.680Z | Compiling cbc v0.1.2 |
| 1951 | 2026-06-22T19:23:09.787Z | Compiling usdt-impl v0.5.0 |
| 1952 | 2026-06-22T19:23:09.815Z | Compiling winnow v0.7.14 |
| 1953 | 2026-06-22T19:23:09.833Z | Compiling openssl-probe v0.2.1 |
| 1954 | 2026-06-22T19:23:09.875Z | Compiling unicode-segmentation v1.12.0 |
| 1955 | 2026-06-22T19:23:09.969Z | Compiling tokio-util v0.7.18 |
| 1956 | 2026-06-22T19:23:10.014Z | Compiling fastrand v2.3.0 |
| 1957 | 2026-06-22T19:23:10.031Z | Compiling paste v1.0.15 |
| 1958 | 2026-06-22T19:23:10.047Z | Compiling untrusted v0.7.1 |
| 1959 | 2026-06-22T19:23:10.188Z | Compiling ref-cast v1.0.25 |
| 1960 | 2026-06-22T19:23:10.269Z | Compiling either v1.15.0 |
| 1961 | 2026-06-22T19:23:10.294Z | Compiling tinyvec_macros v0.1.1 |
| 1962 | 2026-06-22T19:23:10.310Z | Compiling usdt-impl v0.6.0 |
| 1963 | 2026-06-22T19:23:10.373Z | Compiling tinyvec v1.10.0 |
| 1964 | 2026-06-22T19:23:10.414Z | Compiling pkcs5 v0.7.1 |
| 1965 | 2026-06-22T19:23:10.922Z | Compiling rand v0.9.2 |
| 1966 | 2026-06-22T19:23:10.925Z | Compiling scroll v0.12.0 |
| 1967 | 2026-06-22T19:23:10.925Z | Compiling scroll v0.13.0 |
| 1968 | 2026-06-22T19:23:10.954Z | Compiling toml_datetime v0.6.11 |
| 1969 | 2026-06-22T19:23:10.972Z | Compiling serde_spanned v0.6.9 |
| 1970 | 2026-06-22T19:23:11.118Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-06-22T19:23:11.138Z | Compiling heapless v0.7.17 |
| 1972 | 2026-06-22T19:23:11.234Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-06-22T19:23:11.271Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-06-22T19:23:11.326Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-06-22T19:23:11.353Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-06-22T19:23:11.386Z | Compiling atomic-waker v1.1.2 |
| 1977 | 2026-06-22T19:23:11.414Z | Compiling tower-service v0.3.3 |
| 1978 | 2026-06-22T19:23:11.478Z | Compiling rustix v0.38.44 |
| 1979 | 2026-06-22T19:23:11.510Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-06-22T19:23:11.620Z | Compiling goblin v0.10.5 |
| 1981 | 2026-06-22T19:23:11.639Z | Compiling h2 v0.4.13 |
| 1982 | 2026-06-22T19:23:11.679Z | Compiling want v0.3.1 |
| 1983 | 2026-06-22T19:23:11.814Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1984 | 2026-06-22T19:23:11.853Z | Compiling goblin v0.8.2 |
| 1985 | 2026-06-22T19:23:11.886Z | Compiling pkcs8 v0.10.2 |
| 1986 | 2026-06-22T19:23:12.037Z | Compiling heck v0.4.1 |
| 1987 | 2026-06-22T19:23:12.067Z | Compiling zerocopy v0.7.35 |
| 1988 | 2026-06-22T19:23:12.196Z | Compiling ipnet v2.11.0 |
| 1989 | 2026-06-22T19:23:12.271Z | Compiling ref-cast-impl v1.0.25 |
| 1990 | 2026-06-22T19:23:12.404Z | Compiling darling_core v0.20.11 |
| 1991 | 2026-06-22T19:23:12.508Z | Compiling curve25519-dalek v4.1.3 |
| 1992 | 2026-06-22T19:23:12.612Z | Compiling memoffset v0.9.1 |
| 1993 | 2026-06-22T19:23:12.639Z | Compiling utf8parse v0.2.2 |
| 1994 | 2026-06-22T19:23:12.656Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-06-22T19:23:12.777Z | Compiling winnow v0.5.40 |
| 1996 | 2026-06-22T19:23:12.795Z | Compiling pin-utils v0.1.0 |
| 1997 | 2026-06-22T19:23:12.878Z | Compiling foreign-types-shared v0.1.1 |
| 1998 | 2026-06-22T19:23:13.094Z | Compiling litrs v1.0.0 |
| 1999 | 2026-06-22T19:23:13.172Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-06-22T19:23:13.242Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-06-22T19:23:13.972Z | Compiling document-features v0.2.12 |
| 2002 | 2026-06-22T19:23:13.975Z | Compiling unicode-normalization v0.1.25 |
| 2003 | 2026-06-22T19:23:14.105Z | Compiling dof v0.3.0 |
| 2004 | 2026-06-22T19:23:14.184Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-06-22T19:23:14.342Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-06-22T19:23:14.357Z | Compiling dof v0.4.0 |
| 2007 | 2026-06-22T19:23:14.374Z | Compiling dtrace-parser v0.2.0 |
| 2008 | 2026-06-22T19:23:14.688Z | Compiling hyper v1.8.1 |
| 2009 | 2026-06-22T19:23:14.745Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-06-22T19:23:15.009Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-06-22T19:23:15.089Z | Compiling pin-project-internal v1.1.11 |
| 2012 | 2026-06-22T19:23:15.188Z | Compiling spin v0.9.8 |
| 2013 | 2026-06-22T19:23:15.313Z | Compiling thread-id v4.2.2 |
| 2014 | 2026-06-22T19:23:15.341Z | Compiling thread-id v5.1.0 |
| 2015 | 2026-06-22T19:23:15.361Z | Compiling socket2 v0.5.10 |
| 2016 | 2026-06-22T19:23:15.443Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-06-22T19:23:15.481Z | Compiling anstyle v1.0.14 |
| 2018 | 2026-06-22T19:23:15.546Z | Compiling cfg_aliases v0.2.1 |
| 2019 | 2026-06-22T19:23:15.603Z | Compiling num-bigint-dig v0.8.6 |
| 2020 | 2026-06-22T19:23:15.638Z | Compiling smoltcp v0.9.1 |
| 2021 | 2026-06-22T19:23:15.717Z | Compiling nix v0.31.2 |
| 2022 | 2026-06-22T19:23:15.734Z | Compiling deranged v0.5.8 |
| 2023 | 2026-06-22T19:23:15.843Z | Compiling hyper-util v0.1.20 |
| 2024 | 2026-06-22T19:23:16.131Z | Compiling darling v0.20.11 |
| 2025 | 2026-06-22T19:23:16.231Z | Compiling rustls-native-certs v0.8.3 |
| 2026 | 2026-06-22T19:23:16.300Z | Compiling ipnetwork v0.21.1 |
| 2027 | 2026-06-22T19:23:16.499Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-06-22T19:23:16.514Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2029 | 2026-06-22T19:23:16.615Z | Compiling sync_wrapper v1.0.2 |
| 2030 | 2026-06-22T19:23:16.712Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-06-22T19:23:16.967Z | Compiling siphasher v1.0.2 |
| 2032 | 2026-06-22T19:23:17.144Z | Compiling colorchoice v1.0.4 |
| 2033 | 2026-06-22T19:23:17.283Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-06-22T19:23:17.305Z | Compiling num_threads v0.1.7 |
| 2035 | 2026-06-22T19:23:17.723Z | Compiling anstyle-query v1.1.5 |
| 2036 | 2026-06-22T19:23:17.726Z | Compiling is_terminal_polyfill v1.70.2 |
| 2037 | 2026-06-22T19:23:17.726Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-06-22T19:23:17.726Z | Compiling bit-vec v0.8.0 |
| 2039 | 2026-06-22T19:23:17.726Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-06-22T19:23:17.726Z | Compiling time v0.3.47 |
| 2041 | 2026-06-22T19:23:17.726Z | Compiling bit-set v0.8.0 |
| 2042 | 2026-06-22T19:23:17.727Z | Compiling tower v0.5.3 |
| 2043 | 2026-06-22T19:23:17.929Z | Compiling derive_builder_core v0.20.2 |
| 2044 | 2026-06-22T19:23:18.042Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-06-22T19:23:18.080Z | Compiling http-body-util v0.1.3 |
| 2046 | 2026-06-22T19:23:18.189Z | Compiling webpki-roots v1.0.6 |
| 2047 | 2026-06-22T19:23:18.342Z | Compiling signature v2.2.0 |
| 2048 | 2026-06-22T19:23:18.566Z | Compiling hubpack_derive v0.1.1 |
| 2049 | 2026-06-22T19:23:19.042Z | Compiling strum_macros v0.27.2 |
| 2050 | 2026-06-22T19:23:19.045Z | Compiling rand_xorshift v0.4.0 |
| 2051 | 2026-06-22T19:23:19.045Z | Compiling fs-err v3.3.0 |
| 2052 | 2026-06-22T19:23:19.045Z | Compiling ahash v0.8.12 |
| 2053 | 2026-06-22T19:23:19.045Z | Compiling unicode-bidi v0.3.18 |
| 2054 | 2026-06-22T19:23:19.045Z | Compiling ryu v1.0.23 |
| 2055 | 2026-06-22T19:23:19.045Z | Compiling object v0.37.3 |
| 2056 | 2026-06-22T19:23:19.062Z | Compiling allocator-api2 v0.2.21 |
| 2057 | 2026-06-22T19:23:19.234Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-06-22T19:23:19.311Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-06-22T19:23:19.314Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-06-22T19:23:19.406Z | Compiling unarray v0.1.4 |
| 2061 | 2026-06-22T19:23:19.458Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-06-22T19:23:19.475Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-06-22T19:23:19.538Z | Compiling proptest v1.10.0 |
| 2064 | 2026-06-22T19:23:19.739Z | Compiling serde_urlencoded v0.7.1 |
| 2065 | 2026-06-22T19:23:20.029Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-06-22T19:23:20.163Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-06-22T19:23:20.352Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-06-22T19:23:20.416Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-06-22T19:23:20.512Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-06-22T19:23:20.710Z | Compiling anstyle-parse v1.0.0 |
| 2071 | 2026-06-22T19:23:21.088Z | Compiling rand_chacha v0.3.1 |
| 2072 | 2026-06-22T19:23:21.097Z | Compiling erased-serde v0.3.31 |
| 2073 | 2026-06-22T19:23:21.151Z | Compiling md-5 v0.10.6 |
| 2074 | 2026-06-22T19:23:21.184Z | Compiling bstr v1.12.1 |
| 2075 | 2026-06-22T19:23:21.340Z | Compiling num-integer v0.1.46 |
| 2076 | 2026-06-22T19:23:21.340Z | Compiling hash32 v0.2.1 |
| 2077 | 2026-06-22T19:23:21.423Z | Compiling vergen-lib v9.1.0 |
| 2078 | 2026-06-22T19:23:21.871Z | Compiling ff v0.13.1 |
| 2079 | 2026-06-22T19:23:21.875Z | Compiling encoding_rs v0.8.35 |
| 2080 | 2026-06-22T19:23:21.875Z | Compiling mime v0.3.17 |
| 2081 | 2026-06-22T19:23:21.875Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-06-22T19:23:21.875Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-06-22T19:23:21.875Z | Compiling psl-types v2.0.11 |
| 2084 | 2026-06-22T19:23:21.875Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-06-22T19:23:21.875Z | Compiling sec1 v0.7.3 |
| 2086 | 2026-06-22T19:23:21.886Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-06-22T19:23:22.013Z | Compiling group v0.13.0 |
| 2088 | 2026-06-22T19:23:22.029Z | Compiling num-iter v0.1.45 |
| 2089 | 2026-06-22T19:23:22.070Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-06-22T19:23:22.145Z | Compiling newtype-uuid v1.3.2 |
| 2091 | 2026-06-22T19:23:22.440Z | Compiling rand v0.8.6 |
| 2092 | 2026-06-22T19:23:22.726Z | Compiling anstream v1.0.0 |
| 2093 | 2026-06-22T19:23:22.775Z | Compiling oxnet v0.1.6 |
| 2094 | 2026-06-22T19:23:22.804Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-06-22T19:23:22.847Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-06-22T19:23:22.943Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-06-22T19:23:23.031Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-06-22T19:23:23.082Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-06-22T19:23:23.158Z | Compiling anstyle-parse v0.2.7 |
| 2100 | 2026-06-22T19:23:23.212Z | Compiling terminal_size v0.4.3 |
| 2101 | 2026-06-22T19:23:23.216Z | Compiling serde_with_macros v3.17.0 |
| 2102 | 2026-06-22T19:23:23.216Z | Compiling futures-executor v0.3.32 |
| 2103 | 2026-06-22T19:23:23.377Z | Compiling hex v0.4.3 |
| 2104 | 2026-06-22T19:23:23.411Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-06-22T19:23:23.411Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-06-22T19:23:23.443Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-06-22T19:23:23.481Z | Compiling clap_derive v4.6.1 |
| 2108 | 2026-06-22T19:23:23.540Z | Compiling serde_repr v0.1.20 |
| 2109 | 2026-06-22T19:23:23.573Z | Compiling async-recursion v1.1.1 |
| 2110 | 2026-06-22T19:23:23.694Z | Compiling vergen v9.1.0 |
| 2111 | 2026-06-22T19:23:23.708Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-06-22T19:23:23.910Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-06-22T19:23:23.958Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-06-22T19:23:23.974Z | Compiling managed v0.8.0 |
| 2115 | 2026-06-22T19:23:24.032Z | Compiling bumpalo v3.20.2 |
| 2116 | 2026-06-22T19:23:24.631Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-06-22T19:23:24.635Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-06-22T19:23:24.635Z | Compiling same-file v1.0.6 |
| 2119 | 2026-06-22T19:23:24.635Z | Compiling foldhash v0.2.0 |
| 2120 | 2026-06-22T19:23:24.635Z | Compiling libbz2-rs-sys v0.2.2 |
| 2121 | 2026-06-22T19:23:24.635Z | Compiling clap_builder v4.6.0 |
| 2122 | 2026-06-22T19:23:24.635Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-06-22T19:23:24.635Z | Compiling walkdir v2.5.0 |
| 2124 | 2026-06-22T19:23:24.635Z | Compiling hashbrown v0.15.5 |
| 2125 | 2026-06-22T19:23:24.839Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-06-22T19:23:24.997Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-06-22T19:23:25.047Z | Compiling zopfli v0.8.3 |
| 2128 | 2026-06-22T19:23:25.117Z | Compiling cargo_metadata v0.23.1 |
| 2129 | 2026-06-22T19:23:25.200Z | Compiling futures v0.3.32 |
| 2130 | 2026-06-22T19:23:25.294Z | Compiling anstream v0.6.21 |
| 2131 | 2026-06-22T19:23:25.599Z | Compiling zstd v0.13.3 |
| 2132 | 2026-06-22T19:23:25.933Z | Compiling phf v0.13.1 |
| 2133 | 2026-06-22T19:23:26.006Z | Compiling snafu v0.8.9 |
| 2134 | 2026-06-22T19:23:26.144Z | Compiling daft v0.1.7 |
| 2135 | 2026-06-22T19:23:26.436Z | Compiling signal-hook-mio v0.2.5 |
| 2136 | 2026-06-22T19:23:26.500Z | Compiling cookie_store v0.22.1 |
| 2137 | 2026-06-22T19:23:26.559Z | Compiling postgres-types v0.2.12 |
| 2138 | 2026-06-22T19:23:26.573Z | Compiling bzip2 v0.4.4 |
| 2139 | 2026-06-22T19:23:26.699Z | Compiling globset v0.4.18 |
| 2140 | 2026-06-22T19:23:26.785Z | Compiling strum v0.27.2 |
| 2141 | 2026-06-22T19:23:26.867Z | Compiling hubpack v0.1.2 |
| 2142 | 2026-06-22T19:23:26.900Z | Compiling ed25519 v2.2.3 |
| 2143 | 2026-06-22T19:23:26.915Z | Compiling phf_shared v0.11.3 |
| 2144 | 2026-06-22T19:23:27.005Z | Compiling crossbeam-epoch v0.9.18 |
| 2145 | 2026-06-22T19:23:27.042Z | Compiling olpc-cjson v0.1.4 |
| 2146 | 2026-06-22T19:23:27.107Z | Compiling pkcs1 v0.7.5 |
| 2147 | 2026-06-22T19:23:27.137Z | Compiling pem v3.0.6 |
| 2148 | 2026-06-22T19:23:27.219Z | Compiling serde-big-array v0.5.1 |
| 2149 | 2026-06-22T19:23:27.304Z | Compiling serde_plain v1.0.2 |
| 2150 | 2026-06-22T19:23:27.319Z | Compiling rfc6979 v0.4.0 |
| 2151 | 2026-06-22T19:23:27.409Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-06-22T19:23:27.417Z | Compiling memmap2 v0.9.10 |
| 2153 | 2026-06-22T19:23:27.442Z | Compiling env_filter v1.0.0 |
| 2154 | 2026-06-22T19:23:27.478Z | Compiling keccak v0.1.6 |
| 2155 | 2026-06-22T19:23:27.496Z | Compiling new_debug_unreachable v1.0.6 |
| 2156 | 2026-06-22T19:23:27.513Z | Compiling difflib v0.4.0 |
| 2157 | 2026-06-22T19:23:27.530Z | Compiling fixedbitset v0.4.2 |
| 2158 | 2026-06-22T19:23:27.563Z | Compiling whoami v2.1.0 |
| 2159 | 2026-06-22T19:23:27.584Z | Compiling toml_write v0.1.2 |
| 2160 | 2026-06-22T19:23:27.610Z | Compiling static_assertions v1.1.0 |
| 2161 | 2026-06-22T19:23:27.639Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-06-22T19:23:27.695Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-06-22T19:23:27.711Z | Compiling predicates-core v1.0.10 |
| 2164 | 2026-06-22T19:23:27.726Z | Compiling fixedbitset v0.5.7 |
| 2165 | 2026-06-22T19:23:27.762Z | Compiling data-encoding v2.10.0 |
| 2166 | 2026-06-22T19:23:27.801Z | Compiling typed-path v0.9.3 |
| 2167 | 2026-06-22T19:23:27.816Z | Compiling jiff v0.2.21 |
| 2168 | 2026-06-22T19:23:28.302Z | Compiling predicates v3.1.4 |
| 2169 | 2026-06-22T19:23:28.306Z | Compiling tokio-postgres v0.7.16 |
| 2170 | 2026-06-22T19:23:28.306Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-06-22T19:23:28.306Z | Compiling toml_edit v0.22.27 |
| 2172 | 2026-06-22T19:23:28.306Z | Compiling string_cache v0.8.9 |
| 2173 | 2026-06-22T19:23:28.306Z | Compiling hickory-proto v0.25.2 |
| 2174 | 2026-06-22T19:23:28.310Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-06-22T19:23:28.321Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2176 | 2026-06-22T19:23:28.477Z | Compiling sha3 v0.10.8 |
| 2177 | 2026-06-22T19:23:28.597Z | Compiling env_logger v0.11.9 |
| 2178 | 2026-06-22T19:23:29.341Z | Compiling usdt v0.6.0 |
| 2179 | 2026-06-22T19:23:29.345Z | Compiling ecdsa v0.16.9 |
| 2180 | 2026-06-22T19:23:29.345Z | Compiling rsa v0.9.10 |
| 2181 | 2026-06-22T19:23:29.376Z | Compiling ed25519-dalek v2.2.0 |
| 2182 | 2026-06-22T19:23:30.008Z | Compiling zip v0.6.6 |
| 2183 | 2026-06-22T19:23:30.253Z | Compiling crossterm v0.28.1 |
| 2184 | 2026-06-22T19:23:30.370Z | Compiling iddqd v0.4.2 |
| 2185 | 2026-06-22T19:23:30.547Z | Compiling zip v4.6.1 |
| 2186 | 2026-06-22T19:23:30.563Z | Compiling clap v4.6.1 |
| 2187 | 2026-06-22T19:23:30.989Z | Compiling serde_with v3.17.0 |
| 2188 | 2026-06-22T19:23:31.183Z | Compiling similar v2.7.0 |
| 2189 | 2026-06-22T19:23:31.199Z | Compiling strum v0.26.3 |
| 2190 | 2026-06-22T19:23:31.346Z | Compiling toml v0.7.8 |
| 2191 | 2026-06-22T19:23:31.453Z | Compiling tokio-stream v0.1.18 |
| 2192 | 2026-06-22T19:23:31.539Z | Compiling itertools v0.13.0 |
| 2193 | 2026-06-22T19:23:31.604Z | Compiling buf-list v1.1.2 |
| 2194 | 2026-06-22T19:23:31.737Z | Compiling x509-cert v0.2.5 |
| 2195 | 2026-06-22T19:23:31.929Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2196 | 2026-06-22T19:23:31.946Z | Compiling openapiv3 v2.2.0 |
| 2197 | 2026-06-22T19:23:32.247Z | Compiling sha1 v0.10.6 |
| 2198 | 2026-06-22T19:23:32.733Z | Compiling lalrpop-util v0.19.12 |
| 2199 | 2026-06-22T19:23:32.736Z | Compiling peg-runtime v0.8.5 |
| 2200 | 2026-06-22T19:23:47.346Z | Compiling rustls-webpki v0.103.9 |
| 2201 | 2026-06-22T19:23:49.224Z | Compiling macaddr v1.0.1 |
| 2202 | 2026-06-22T19:23:49.277Z | Compiling structmeta-derive v0.3.0 |
| 2203 | 2026-06-22T19:23:49.310Z | Compiling rayon-core v1.13.0 |
| 2204 | 2026-06-22T19:23:49.332Z | Compiling crucible-workspace-hack v0.1.0 |
| 2205 | 2026-06-22T19:23:49.351Z | Compiling itertools v0.14.0 |
| 2206 | 2026-06-22T19:23:49.540Z | Compiling secrecy v0.10.3 |
| 2207 | 2026-06-22T19:23:49.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-06-22T19:23:49.590Z | Compiling rustls v0.22.4 |
| 2209 | 2026-06-22T19:23:49.719Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2210 | 2026-06-22T19:23:49.733Z | Compiling heapless v0.8.0 |
| 2211 | 2026-06-22T19:23:49.883Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-06-22T19:23:49.951Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2213 | 2026-06-22T19:23:49.985Z | Compiling rustls-webpki v0.102.8 |
| 2214 | 2026-06-22T19:23:50.003Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-06-22T19:23:50.021Z | Compiling hash32 v0.3.1 |
| 2216 | 2026-06-22T19:23:50.038Z | Compiling multer v3.1.0 |
| 2217 | 2026-06-22T19:23:50.096Z | Compiling thread_local v1.1.9 |
| 2218 | 2026-06-22T19:23:50.141Z | Compiling match_cfg v0.1.0 |
| 2219 | 2026-06-22T19:23:50.187Z | Compiling slog-async v2.8.0 |
| 2220 | 2026-06-22T19:23:50.206Z | Compiling compression-core v0.4.31 |
| 2221 | 2026-06-22T19:23:50.238Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2222 | 2026-06-22T19:23:50.255Z | Compiling smoltcp v0.11.0 |
| 2223 | 2026-06-22T19:23:50.273Z | Compiling unicode-width v0.2.0 |
| 2224 | 2026-06-22T19:23:50.287Z | Compiling structmeta v0.3.0 |
| 2225 | 2026-06-22T19:23:50.400Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-06-22T19:23:50.513Z | Compiling derive-ex v0.1.8 |
| 2227 | 2026-06-22T19:23:50.531Z | Compiling proc-macro-crate v3.4.0 |
| 2228 | 2026-06-22T19:23:50.614Z | Compiling hostname v0.3.1 |
| 2229 | 2026-06-22T19:23:50.667Z | Compiling ingot-macros v0.1.1 |
| 2230 | 2026-06-22T19:23:50.788Z | Compiling atomicwrites v0.4.4 |
| 2231 | 2026-06-22T19:23:50.843Z | Compiling slog-json v2.6.1 |
| 2232 | 2026-06-22T19:23:50.910Z | Compiling crossbeam-channel v0.5.15 |
| 2233 | 2026-06-22T19:23:51.018Z | Compiling half v2.7.1 |
| 2234 | 2026-06-22T19:23:51.117Z | Compiling newtype-uuid-macros v0.1.0 |
| 2235 | 2026-06-22T19:23:51.133Z | Compiling cobs v0.3.0 |
| 2236 | 2026-06-22T19:23:51.166Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2237 | 2026-06-22T19:23:51.385Z | Compiling tokio-rustls v0.26.4 |
| 2238 | 2026-06-22T19:23:51.442Z | Compiling rustls-platform-verifier v0.6.2 |
| 2239 | 2026-06-22T19:23:51.620Z | Compiling universal-hash v0.5.1 |
| 2240 | 2026-06-22T19:23:51.674Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-06-22T19:23:51.689Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2026-06-22T19:23:51.790Z | Compiling serde_spanned v1.0.4 |
| 2243 | 2026-06-22T19:23:51.867Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-06-22T19:23:51.884Z | Compiling is-terminal v0.4.17 |
| 2245 | 2026-06-22T19:23:51.979Z | Compiling reqwest v0.12.28 |
| 2246 | 2026-06-22T19:23:52.009Z | Compiling reqwest v0.13.2 |
| 2247 | 2026-06-22T19:23:52.431Z | Compiling dropshot v0.17.0 |
| 2248 | 2026-06-22T19:23:52.434Z | Compiling proc-macro-error-attr v1.0.4 |
| 2249 | 2026-06-22T19:23:52.434Z | Compiling ciborium-io v0.2.2 |
| 2250 | 2026-06-22T19:23:52.434Z | Compiling take_mut v0.2.2 |
| 2251 | 2026-06-22T19:23:52.434Z | Compiling term v1.2.1 |
| 2252 | 2026-06-22T19:23:52.434Z | Compiling convert_case v0.4.0 |
| 2253 | 2026-06-22T19:23:52.434Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2254 | 2026-06-22T19:23:52.434Z | Compiling opaque-debug v0.3.1 |
| 2255 | 2026-06-22T19:23:52.434Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2256 | 2026-06-22T19:23:52.434Z | Compiling poly1305 v0.8.0 |
| 2257 | 2026-06-22T19:23:52.503Z | Compiling async-stream v0.3.6 |
| 2258 | 2026-06-22T19:23:52.564Z | Compiling slog-term v2.9.2 |
| 2259 | 2026-06-22T19:23:52.601Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-06-22T19:23:52.618Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-06-22T19:23:52.716Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2262 | 2026-06-22T19:23:52.892Z | Compiling ciborium-ll v0.2.2 |
| 2263 | 2026-06-22T19:23:53.002Z | Compiling thiserror-no-std v2.0.2 |
| 2264 | 2026-06-22T19:23:53.075Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-06-22T19:23:53.521Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2266 | 2026-06-22T19:23:53.524Z | Compiling postcard v1.1.3 |
| 2267 | 2026-06-22T19:23:53.524Z | Compiling ingot-types v0.1.2 |
| 2268 | 2026-06-22T19:23:53.566Z | Compiling tough v0.22.0 |
| 2269 | 2026-06-22T19:23:53.797Z | Compiling ingot v0.1.1 |
| 2270 | 2026-06-22T19:23:53.812Z | Compiling slog-bunyan v2.5.0 |
| 2271 | 2026-06-22T19:23:54.015Z | Compiling num_enum_derive v0.7.6 |
| 2272 | 2026-06-22T19:23:54.059Z | Compiling async-compression v0.4.41 |
| 2273 | 2026-06-22T19:23:54.385Z | Compiling parse-display-derive v0.10.0 |
| 2274 | 2026-06-22T19:23:54.555Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2275 | 2026-06-22T19:23:54.825Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-06-22T19:23:54.955Z | Compiling proc-macro-crate v1.3.1 |
| 2277 | 2026-06-22T19:23:54.998Z | Compiling waitgroup v0.1.2 |
| 2278 | 2026-06-22T19:23:55.491Z | Compiling backon v1.6.0 |
| 2279 | 2026-06-22T19:23:55.494Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2280 | 2026-06-22T19:23:55.494Z | Compiling password-hash v0.5.0 |
| 2281 | 2026-06-22T19:23:55.494Z | Compiling chacha20 v0.9.1 |
| 2282 | 2026-06-22T19:23:55.494Z | Compiling dropshot_endpoint v0.17.0 |
| 2283 | 2026-06-22T19:23:55.494Z | Compiling rustls-pemfile v2.2.0 |
| 2284 | 2026-06-22T19:23:55.494Z | Compiling blake2 v0.10.6 |
| 2285 | 2026-06-22T19:23:55.600Z | Compiling aead v0.5.2 |
| 2286 | 2026-06-22T19:23:55.644Z | Compiling foreign-types-macros v0.2.3 |
| 2287 | 2026-06-22T19:23:55.851Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2288 | 2026-06-22T19:23:55.887Z | Compiling serde_path_to_error v0.1.20 |
| 2289 | 2026-06-22T19:23:55.907Z | Compiling hostname v0.4.2 |
| 2290 | 2026-06-22T19:23:55.923Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2291 | 2026-06-22T19:23:56.060Z | Compiling proc-macro-error v1.0.4 |
| 2292 | 2026-06-22T19:23:56.093Z | Compiling instant v0.1.13 |
| 2293 | 2026-06-22T19:23:56.165Z | Compiling debug-ignore v1.0.5 |
| 2294 | 2026-06-22T19:23:56.218Z | Compiling foreign-types-shared v0.3.1 |
| 2295 | 2026-06-22T19:23:56.240Z | Compiling typeid v1.0.3 |
| 2296 | 2026-06-22T19:23:56.285Z | Compiling cpufeatures v0.3.0 |
| 2297 | 2026-06-22T19:23:56.301Z | Compiling backoff v0.4.0 |
| 2298 | 2026-06-22T19:23:56.333Z | Compiling foreign-types v0.5.0 |
| 2299 | 2026-06-22T19:23:56.352Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2300 | 2026-06-22T19:23:56.385Z | Compiling chacha20 v0.10.0 |
| 2301 | 2026-06-22T19:23:56.389Z | Compiling parse-display v0.10.0 |
| 2302 | 2026-06-22T19:23:56.417Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-06-22T19:23:56.431Z | Compiling argon2 v0.5.3 |
| 2304 | 2026-06-22T19:23:56.447Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2305 | 2026-06-22T19:23:56.563Z | Compiling num_enum_derive v0.5.11 |
| 2306 | 2026-06-22T19:23:56.579Z | Compiling num_enum v0.7.6 |
| 2307 | 2026-06-22T19:23:56.606Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2308 | 2026-06-22T19:23:56.719Z | Compiling vsss-rs v3.3.4 |
| 2309 | 2026-06-22T19:23:56.722Z | Compiling ciborium v0.2.2 |
| 2310 | 2026-06-22T19:23:56.993Z | Compiling tabwriter v1.4.1 |
| 2311 | 2026-06-22T19:23:57.024Z | Compiling regress v0.10.5 |
| 2312 | 2026-06-22T19:23:57.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2313 | 2026-06-22T19:23:57.312Z | Compiling byte-wrapper v0.1.0 |
| 2314 | 2026-06-22T19:23:57.383Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2315 | 2026-06-22T19:23:57.479Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-06-22T19:23:57.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-06-22T19:23:57.542Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2318 | 2026-06-22T19:23:57.585Z | Compiling cstr-argument v0.1.2 |
| 2319 | 2026-06-22T19:23:57.628Z | Compiling erased-serde v0.4.9 |
| 2320 | 2026-06-22T19:23:57.776Z | Compiling humantime v2.3.0 |
| 2321 | 2026-06-22T19:23:57.921Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2322 | 2026-06-22T19:23:57.948Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2323 | 2026-06-22T19:23:58.034Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-06-22T19:23:58.087Z | Compiling num_enum v0.5.11 |
| 2325 | 2026-06-22T19:23:58.126Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-06-22T19:23:58.163Z | Compiling rand v0.10.0 |
| 2327 | 2026-06-22T19:23:58.224Z | Compiling rayon v1.11.0 |
| 2328 | 2026-06-22T19:23:58.256Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2329 | 2026-06-22T19:23:58.273Z | Compiling indent_write v2.2.0 |
| 2330 | 2026-06-22T19:23:58.364Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-06-22T19:23:58.381Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2332 | 2026-06-22T19:23:58.395Z | Compiling colored v3.1.1 |
| 2333 | 2026-06-22T19:23:58.439Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-06-22T19:23:58.472Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2335 | 2026-06-22T19:23:58.610Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2336 | 2026-06-22T19:23:58.619Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2337 | 2026-06-22T19:23:58.838Z | Compiling camino-tempfile v1.4.1 |
| 2338 | 2026-06-22T19:23:58.864Z | Compiling itertools v0.12.1 |
| 2339 | 2026-06-22T19:23:58.970Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-06-22T19:23:59.481Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-06-22T19:23:59.484Z | Compiling num-derive v0.4.2 |
| 2342 | 2026-06-22T19:23:59.484Z | Compiling bitfield-struct v0.6.2 |
| 2343 | 2026-06-22T19:23:59.484Z | Compiling blake3 v1.8.3 |
| 2344 | 2026-06-22T19:23:59.484Z | Compiling ordered-float v2.10.1 |
| 2345 | 2026-06-22T19:23:59.522Z | Compiling memmap v0.7.0 |
| 2346 | 2026-06-22T19:23:59.548Z | Compiling sigpipe v0.1.3 |
| 2347 | 2026-06-22T19:23:59.678Z | Compiling swrite v0.1.0 |
| 2348 | 2026-06-22T19:23:59.694Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-06-22T19:23:59.735Z | Compiling glob v0.3.3 |
| 2350 | 2026-06-22T19:23:59.790Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-06-22T19:23:59.811Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2352 | 2026-06-22T19:23:59.835Z | Compiling usdt v0.5.0 |
| 2353 | 2026-06-22T19:24:00.019Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2354 | 2026-06-22T19:24:00.125Z | Compiling serde-value v0.7.0 |
| 2355 | 2026-06-22T19:24:00.309Z | Compiling zone v0.3.1 |
| 2356 | 2026-06-22T19:24:00.401Z | Compiling serde-untagged v0.1.9 |
| 2357 | 2026-06-22T19:24:00.488Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2358 | 2026-06-22T19:24:00.671Z | Compiling toml v0.8.23 |
| 2359 | 2026-06-22T19:24:00.686Z | Compiling smf v0.2.3 |
| 2360 | 2026-06-22T19:24:00.725Z | Compiling filetime v0.2.27 |
| 2361 | 2026-06-22T19:24:00.746Z | Compiling whoami v1.6.1 |
| 2362 | 2026-06-22T19:24:00.770Z | Compiling xattr v1.6.1 |
| 2363 | 2026-06-22T19:24:00.801Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-06-22T19:24:00.843Z | Compiling arrayref v0.3.9 |
| 2365 | 2026-06-22T19:24:01.330Z | Compiling arrayvec v0.7.6 |
| 2366 | 2026-06-22T19:24:01.335Z | Compiling unicode-xid v0.2.6 |
| 2367 | 2026-06-22T19:24:01.335Z | Compiling constant_time_eq v0.4.2 |
| 2368 | 2026-06-22T19:24:01.335Z | Compiling tar v0.4.45 |
| 2369 | 2026-06-22T19:24:01.335Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-06-22T19:24:01.335Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2371 | 2026-06-22T19:24:01.335Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-06-22T19:24:01.335Z | Compiling tokio-dtrace v0.1.1 |
| 2373 | 2026-06-22T19:24:01.358Z | Compiling console v0.16.2 |
| 2374 | 2026-06-22T19:24:01.580Z | Compiling gethostname v0.5.0 |
| 2375 | 2026-06-22T19:24:01.760Z | Compiling cargo-platform v0.2.0 |
| 2376 | 2026-06-22T19:24:01.773Z | Compiling unit-prefix v0.5.2 |
| 2377 | 2026-06-22T19:24:01.779Z | Compiling topological-sort v0.2.2 |
| 2378 | 2026-06-22T19:24:01.899Z | Compiling oxide-tokio-rt v0.1.4 |
| 2379 | 2026-06-22T19:24:01.920Z | Compiling indicatif v0.18.4 |
| 2380 | 2026-06-22T19:24:01.962Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2381 | 2026-06-22T19:24:01.975Z | Compiling shell-words v1.1.1 |
| 2382 | 2026-06-22T19:24:02.383Z | Compiling cargo_metadata v0.21.0 |
| 2383 | 2026-06-22T19:24:11.610Z | Compiling progenitor-client v0.14.0 |
| 2384 | 2026-06-22T19:24:11.626Z | Compiling omicron-zone-package v0.12.2 |
| 2385 | 2026-06-22T19:24:12.100Z | Compiling progenitor-extras v0.2.0 |
| 2386 | 2026-06-22T19:24:14.285Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2387 | 2026-06-22T19:24:14.322Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2388 | 2026-06-22T19:24:14.392Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-06-22T19:24:14.484Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-06-22T19:24:14.588Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2391 | 2026-06-22T19:24:14.622Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-06-22T19:24:14.676Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2393 | 2026-06-22T19:24:14.692Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2394 | 2026-06-22T19:24:14.711Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2395 | 2026-06-22T19:24:18.490Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2396 | 2026-06-22T19:24:26.371Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2397 | 2026-06-22T19:24:29.810Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2026-06-22T19:24:30.427Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2399 | 2026-06-22T19:24:40.446Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2400 | 2026-06-22T19:24:40.577Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2401 | 2026-06-22T19:24:40.640Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2402 | 2026-06-22T19:24:40.649Z | Created new build target 'test' and set it as active |
| 2403 | 2026-06-22T19:24:40.649Z | |
| 2404 | 2026-06-22T19:24:40.649Z | real 1:44.807142115 |
| 2405 | 2026-06-22T19:24:40.649Z | user 17:04.959015852 |
| 2406 | 2026-06-22T19:24:40.649Z | sys 2:40.988310313 |
| 2407 | 2026-06-22T19:24:40.649Z | trap 0.473710045 |
| 2408 | 2026-06-22T19:24:40.649Z | tflt 2.700675336 |
| 2409 | 2026-06-22T19:24:40.649Z | dflt 4.466953888 |
| 2410 | 2026-06-22T19:24:40.649Z | kflt 0.000773030 |
| 2411 | 2026-06-22T19:24:40.649Z | lock 53:15.974659255 |
| 2412 | 2026-06-22T19:24:40.649Z | slp 43:43.029462289 |
| 2413 | 2026-06-22T19:24:40.649Z | lat 42.455710282 |
| 2414 | 2026-06-22T19:24:40.649Z | stop 5:21.864109828 |
| 2415 | 2026-06-22T19:24:40.649Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2416 | 2026-06-22T19:24:41.461Z | Finished `release` profile [optimized] target(s) in 0.80s |
| 2417 | 2026-06-22T19:24:41.528Z | Running `target/release/omicron-package -t test package` |
| 2418 | 2026-06-22T19:24:41.586Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-06-22T19:24:42.946Z | Compiling heck v0.5.0 |
| 2420 | 2026-06-22T19:24:43.359Z | Compiling regress v0.11.1 |
| 2421 | 2026-06-22T19:24:43.364Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-06-22T19:24:43.364Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2423 | 2026-06-22T19:24:43.364Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-06-22T19:24:43.364Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-06-22T19:24:43.364Z | Compiling atomicwrites v0.4.4 |
| 2426 | 2026-06-22T19:24:43.364Z | Compiling derive-where v1.6.0 |
| 2427 | 2026-06-22T19:24:43.364Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-06-22T19:24:43.364Z | Compiling is-terminal v0.4.17 |
| 2429 | 2026-06-22T19:24:43.364Z | Compiling prettyplease v0.2.37 |
| 2430 | 2026-06-22T19:24:43.364Z | Compiling console v0.15.11 |
| 2431 | 2026-06-22T19:24:43.364Z | Compiling newline-converter v0.3.0 |
| 2432 | 2026-06-22T19:24:43.364Z | Compiling slog-dtrace v0.3.0 |
| 2433 | 2026-06-22T19:24:43.391Z | Compiling owo-colors v4.3.0 |
| 2434 | 2026-06-22T19:24:43.867Z | Compiling cancel-safe-futures v0.1.5 |
| 2435 | 2026-06-22T19:24:43.880Z | Compiling resolv-conf v0.7.6 |
| 2436 | 2026-06-22T19:24:43.880Z | Compiling rustls v0.22.4 |
| 2437 | 2026-06-22T19:24:43.880Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2438 | 2026-06-22T19:24:43.880Z | Compiling num-rational v0.4.2 |
| 2439 | 2026-06-22T19:24:43.880Z | Compiling libsw-core v0.3.2 |
| 2440 | 2026-06-22T19:24:43.880Z | Compiling rustls-webpki v0.102.8 |
| 2441 | 2026-06-22T19:24:43.881Z | Compiling num-complex v0.4.6 |
| 2442 | 2026-06-22T19:24:43.881Z | Compiling serde_yaml v0.9.34+deprecated |
| 2443 | 2026-06-22T19:24:43.881Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-06-22T19:24:43.881Z | Compiling expectorate v1.2.0 |
| 2445 | 2026-06-22T19:24:43.881Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-06-22T19:24:43.881Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-06-22T19:24:43.940Z | Compiling hostname v0.3.1 |
| 2448 | 2026-06-22T19:24:44.023Z | Compiling compression-codecs v0.4.37 |
| 2449 | 2026-06-22T19:24:44.086Z | Compiling num v0.4.3 |
| 2450 | 2026-06-22T19:24:44.143Z | Compiling libsw v3.5.0 |
| 2451 | 2026-06-22T19:24:44.186Z | Compiling multer v3.1.0 |
| 2452 | 2026-06-22T19:24:44.661Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-06-22T19:24:44.667Z | Compiling crossbeam-channel v0.5.15 |
| 2454 | 2026-06-22T19:24:44.667Z | Compiling slog-json v2.6.1 |
| 2455 | 2026-06-22T19:24:44.667Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2456 | 2026-06-22T19:24:44.667Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2457 | 2026-06-22T19:24:44.667Z | Compiling serde_spanned v1.0.4 |
| 2458 | 2026-06-22T19:24:44.667Z | Compiling linked-hash-map v0.5.6 |
| 2459 | 2026-06-22T19:24:44.667Z | Compiling float-ord v0.3.2 |
| 2460 | 2026-06-22T19:24:44.667Z | Compiling linear-map v1.2.0 |
| 2461 | 2026-06-22T19:24:44.667Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2462 | 2026-06-22T19:24:44.667Z | Compiling take_mut v0.2.2 |
| 2463 | 2026-06-22T19:24:44.667Z | Compiling term v1.2.1 |
| 2464 | 2026-06-22T19:24:44.667Z | Compiling slog-bunyan v2.5.0 |
| 2465 | 2026-06-22T19:24:44.700Z | Compiling typify-impl v0.6.2 |
| 2466 | 2026-06-22T19:24:44.719Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-06-22T19:24:44.768Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2468 | 2026-06-22T19:24:44.815Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2469 | 2026-06-22T19:24:44.840Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2470 | 2026-06-22T19:24:44.915Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-06-22T19:24:45.022Z | Compiling async-compression v0.4.41 |
| 2472 | 2026-06-22T19:24:45.148Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-06-22T19:24:45.170Z | Compiling dropshot v0.17.0 |
| 2474 | 2026-06-22T19:24:45.216Z | Compiling async-stream v0.3.6 |
| 2475 | 2026-06-22T19:24:45.641Z | Compiling progenitor-client v0.14.0 |
| 2476 | 2026-06-22T19:24:45.646Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2477 | 2026-06-22T19:24:45.646Z | Compiling waitgroup v0.1.2 |
| 2478 | 2026-06-22T19:24:45.646Z | Compiling backon v1.6.0 |
| 2479 | 2026-06-22T19:24:45.646Z | Compiling rustls-pemfile v2.2.0 |
| 2480 | 2026-06-22T19:24:45.646Z | Compiling hostname v0.4.2 |
| 2481 | 2026-06-22T19:24:45.646Z | Compiling serde_path_to_error v0.1.20 |
| 2482 | 2026-06-22T19:24:45.646Z | Compiling instant v0.1.13 |
| 2483 | 2026-06-22T19:24:45.646Z | Compiling debug-ignore v1.0.5 |
| 2484 | 2026-06-22T19:24:45.646Z | Compiling minimal-lexical v0.2.1 |
| 2485 | 2026-06-22T19:24:45.646Z | Compiling backoff v0.4.0 |
| 2486 | 2026-06-22T19:24:45.646Z | Compiling progenitor-extras v0.2.0 |
| 2487 | 2026-06-22T19:24:45.647Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2488 | 2026-06-22T19:24:45.694Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2489 | 2026-06-22T19:24:45.854Z | Compiling nom v7.1.3 |
| 2490 | 2026-06-22T19:24:45.881Z | Compiling tokio-rustls v0.25.0 |
| 2491 | 2026-06-22T19:24:45.901Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-06-22T19:24:45.921Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-06-22T19:24:45.977Z | Compiling parse-display v0.10.0 |
| 2494 | 2026-06-22T19:24:45.999Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2495 | 2026-06-22T19:24:46.096Z | Compiling hickory-proto v0.24.4 |
| 2496 | 2026-06-22T19:24:46.268Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2497 | 2026-06-22T19:24:46.675Z | Compiling regress v0.10.5 |
| 2498 | 2026-06-22T19:24:46.984Z | Compiling macaddr v1.0.1 |
| 2499 | 2026-06-22T19:24:47.085Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-06-22T19:24:47.190Z | Compiling humantime v2.3.0 |
| 2501 | 2026-06-22T19:24:47.271Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-06-22T19:24:47.756Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2503 | 2026-06-22T19:24:47.759Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-06-22T19:24:47.759Z | Compiling convert_case v0.10.0 |
| 2505 | 2026-06-22T19:24:47.759Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2506 | 2026-06-22T19:24:47.759Z | Compiling toml v0.8.23 |
| 2507 | 2026-06-22T19:24:47.759Z | Compiling derive_more-impl v2.1.1 |
| 2508 | 2026-06-22T19:24:48.414Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2509 | 2026-06-22T19:24:48.418Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-06-22T19:24:48.418Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-06-22T19:24:48.418Z | Compiling papergrid v0.11.0 |
| 2512 | 2026-06-22T19:24:48.442Z | Compiling tabled_derive v0.7.0 |
| 2513 | 2026-06-22T19:24:48.541Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-06-22T19:24:48.705Z | Compiling derive_more v2.1.1 |
| 2515 | 2026-06-22T19:24:48.778Z | Compiling termtree v0.5.1 |
| 2516 | 2026-06-22T19:24:48.812Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-06-22T19:24:48.970Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2518 | 2026-06-22T19:24:49.364Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2519 | 2026-06-22T19:24:49.591Z | Compiling tabled v0.15.0 |
| 2520 | 2026-06-22T19:24:49.803Z | Compiling typify v0.6.2 |
| 2521 | 2026-06-22T19:24:49.948Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-06-22T19:24:50.607Z | Compiling qorb v0.4.1 |
| 2523 | 2026-06-22T19:24:50.856Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2524 | 2026-06-22T19:24:51.774Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-06-22T19:24:52.037Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-06-22T19:24:52.543Z | Compiling progenitor-macro v0.14.0 |
| 2527 | 2026-06-22T19:24:52.554Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-06-22T19:24:53.103Z | Compiling vte v0.14.1 |
| 2529 | 2026-06-22T19:24:53.357Z | Compiling highway v1.3.0 |
| 2530 | 2026-06-22T19:24:53.563Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-06-22T19:24:53.808Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-06-22T19:24:53.944Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-06-22T19:24:54.105Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-06-22T19:24:54.128Z | Compiling csv v1.4.0 |
| 2535 | 2026-06-22T19:24:54.252Z | Compiling phf v0.12.1 |
| 2536 | 2026-06-22T19:24:54.273Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-06-22T19:24:54.473Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-06-22T19:24:54.526Z | Compiling fd-lock v4.0.4 |
| 2539 | 2026-06-22T19:24:54.701Z | Compiling peg-macros v0.8.5 |
| 2540 | 2026-06-22T19:24:55.259Z | Compiling nu-ansi-term v0.50.3 |
| 2541 | 2026-06-22T19:24:55.299Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2542 | 2026-06-22T19:24:55.333Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2543 | 2026-06-22T19:24:55.963Z | Compiling peg v0.8.5 |
| 2544 | 2026-06-22T19:24:56.071Z | Compiling const_format v0.2.35 |
| 2545 | 2026-06-22T19:24:56.197Z | Compiling progenitor v0.14.0 |
| 2546 | 2026-06-22T19:24:56.402Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2547 | 2026-06-22T19:24:56.447Z | Compiling reedline v0.40.0 |
| 2548 | 2026-06-22T19:24:56.657Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2549 | 2026-06-22T19:24:56.863Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-06-22T19:24:56.983Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2551 | 2026-06-22T19:24:57.492Z | Compiling bcs v0.1.6 |
| 2552 | 2026-06-22T19:24:58.193Z | Compiling nom v8.0.0 |
| 2553 | 2026-06-22T19:24:58.223Z | Compiling semver v0.1.20 |
| 2554 | 2026-06-22T19:24:58.691Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-06-22T19:24:58.717Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-06-22T19:24:58.732Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2557 | 2026-06-22T19:24:58.961Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2558 | 2026-06-22T19:24:59.093Z | Compiling unicode-linebreak v0.1.5 |
| 2559 | 2026-06-22T19:24:59.296Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2560 | 2026-06-22T19:24:59.354Z | Compiling smawk v0.3.2 |
| 2561 | 2026-06-22T19:24:59.555Z | Compiling textwrap v0.16.2 |
| 2562 | 2026-06-22T19:24:59.581Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2026-06-22T19:24:59.616Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2564 | 2026-06-22T19:24:59.722Z | Compiling base64 v0.21.7 |
| 2565 | 2026-06-22T19:24:59.880Z | Compiling steno v0.4.1 |
| 2566 | 2026-06-22T19:25:00.312Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2567 | 2026-06-22T19:25:00.324Z | Compiling utf-8 v0.7.6 |
| 2568 | 2026-06-22T19:25:00.324Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2569 | 2026-06-22T19:25:00.324Z | Compiling tagptr v0.2.0 |
| 2570 | 2026-06-22T19:25:00.445Z | Compiling moka v0.12.13 |
| 2571 | 2026-06-22T19:25:00.894Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2572 | 2026-06-22T19:25:00.918Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2573 | 2026-06-22T19:25:00.918Z | Compiling tungstenite v0.21.0 |
| 2574 | 2026-06-22T19:25:00.918Z | Compiling display-error-chain v0.2.2 |
| 2575 | 2026-06-22T19:25:01.101Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2576 | 2026-06-22T19:25:01.210Z | Compiling radium v0.7.0 |
| 2577 | 2026-06-22T19:25:01.489Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-06-22T19:25:01.772Z | Compiling hickory-resolver v0.25.2 |
| 2579 | 2026-06-22T19:25:01.891Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2580 | 2026-06-22T19:25:01.962Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-06-22T19:25:02.584Z | Compiling tap v1.0.1 |
| 2582 | 2026-06-22T19:25:02.600Z | Compiling wyz v0.5.1 |
| 2583 | 2026-06-22T19:25:02.600Z | Compiling vergen-lib v0.1.6 |
| 2584 | 2026-06-22T19:25:02.600Z | Compiling zerocopy-derive v0.6.6 |
| 2585 | 2026-06-22T19:25:02.791Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2586 | 2026-06-22T19:25:02.861Z | Compiling packed_struct v0.10.1 |
| 2587 | 2026-06-22T19:25:03.182Z | Compiling diesel_derives v2.3.7 |
| 2588 | 2026-06-22T19:25:03.420Z | Compiling funty v2.0.0 |
| 2589 | 2026-06-22T19:25:03.447Z | Compiling crc-catalog v2.4.0 |
| 2590 | 2026-06-22T19:25:03.961Z | Compiling crc v3.4.0 |
| 2591 | 2026-06-22T19:25:03.973Z | Compiling bitvec v1.0.1 |
| 2592 | 2026-06-22T19:25:04.011Z | Compiling zerocopy v0.6.6 |
| 2593 | 2026-06-22T19:25:04.347Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-06-22T19:25:04.733Z | Compiling dsl_auto_type v0.2.0 |
| 2595 | 2026-06-22T19:25:05.015Z | Compiling scheduled-thread-pool v0.2.7 |
| 2596 | 2026-06-22T19:25:05.130Z | Compiling packed_struct_codegen v0.10.1 |
| 2597 | 2026-06-22T19:25:05.307Z | Compiling vergen-gitcl v1.0.8 |
| 2598 | 2026-06-22T19:25:05.522Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2599 | 2026-06-22T19:25:05.611Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2600 | 2026-06-22T19:25:05.682Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2601 | 2026-06-22T19:25:05.787Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-06-22T19:25:05.820Z | Compiling dirs-sys-next v0.1.2 |
| 2603 | 2026-06-22T19:25:06.091Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2604 | 2026-06-22T19:25:06.151Z | Compiling indexmap v1.9.3 |
| 2605 | 2026-06-22T19:25:06.416Z | Compiling glob v0.3.3 |
| 2606 | 2026-06-22T19:25:06.905Z | Compiling nodrop v0.1.14 |
| 2607 | 2026-06-22T19:25:06.938Z | Compiling crunchy v0.2.4 |
| 2608 | 2026-06-22T19:25:06.938Z | Compiling maplit v1.0.2 |
| 2609 | 2026-06-22T19:25:06.938Z | Compiling array-init v0.0.4 |
| 2610 | 2026-06-22T19:25:06.938Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-06-22T19:25:06.938Z | Compiling proc-macro-error2 v2.0.1 |
| 2612 | 2026-06-22T19:25:06.938Z | Compiling bitfield v0.19.4 |
| 2613 | 2026-06-22T19:25:07.148Z | Compiling dirs-next v2.0.0 |
| 2614 | 2026-06-22T19:25:07.201Z | Compiling r2d2 v0.8.10 |
| 2615 | 2026-06-22T19:25:07.282Z | Compiling smallvec v0.6.14 |
| 2616 | 2026-06-22T19:25:07.524Z | Compiling num-derive v0.3.3 |
| 2617 | 2026-06-22T19:25:07.956Z | Compiling downcast-rs v2.0.2 |
| 2618 | 2026-06-22T19:25:07.988Z | Compiling hashbrown v0.12.3 |
| 2619 | 2026-06-22T19:25:07.988Z | Compiling tiny-keccak v2.0.2 |
| 2620 | 2026-06-22T19:25:07.988Z | Compiling serde-hex v0.1.0 |
| 2621 | 2026-06-22T19:25:07.988Z | Compiling term v0.7.0 |
| 2622 | 2026-06-22T19:25:08.278Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2623 | 2026-06-22T19:25:08.320Z | Compiling tabled_derive v0.11.0 |
| 2624 | 2026-06-22T19:25:08.425Z | Compiling libscf-sys v1.1.0 |
| 2625 | 2026-06-22T19:25:08.482Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-06-22T19:25:08.482Z | Compiling ron v0.8.1 |
| 2627 | 2026-06-22T19:25:08.557Z | Compiling papergrid v0.17.0 |
| 2628 | 2026-06-22T19:25:08.609Z | Compiling testing_table v0.3.0 |
| 2629 | 2026-06-22T19:25:08.726Z | Compiling hashbrown v0.13.2 |
| 2630 | 2026-06-22T19:25:08.750Z | Compiling bit-vec v0.6.3 |
| 2631 | 2026-06-22T19:25:09.006Z | Compiling crc-any v2.5.0 |
| 2632 | 2026-06-22T19:25:09.024Z | Compiling bit-set v0.5.3 |
| 2633 | 2026-06-22T19:25:09.243Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2634 | 2026-06-22T19:25:09.368Z | Compiling object v0.30.4 |
| 2635 | 2026-06-22T19:25:09.430Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-06-22T19:25:09.475Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2637 | 2026-06-22T19:25:09.927Z | Compiling tabled v0.20.0 |
| 2638 | 2026-06-22T19:25:10.105Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2639 | 2026-06-22T19:25:10.294Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-06-22T19:25:10.999Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2641 | 2026-06-22T19:25:11.015Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2642 | 2026-06-22T19:25:11.015Z | Compiling progenitor-impl v0.13.0 |
| 2643 | 2026-06-22T19:25:11.015Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2644 | 2026-06-22T19:25:11.174Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2645 | 2026-06-22T19:25:11.284Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2646 | 2026-06-22T19:25:11.787Z | Compiling itertools v0.10.5 |
| 2647 | 2026-06-22T19:25:11.816Z | Compiling ena v0.14.4 |
| 2648 | 2026-06-22T19:25:11.816Z | Compiling libloading v0.8.9 |
| 2649 | 2026-06-22T19:25:11.865Z | Compiling diesel v2.3.7 |
| 2650 | 2026-06-22T19:25:11.968Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-06-22T19:25:12.014Z | Compiling xshell-macros v0.2.7 |
| 2652 | 2026-06-22T19:25:12.198Z | Compiling path-slash v0.1.5 |
| 2653 | 2026-06-22T19:25:12.413Z | Compiling regex-syntax v0.6.29 |
| 2654 | 2026-06-22T19:25:12.448Z | Compiling unicase v2.9.0 |
| 2655 | 2026-06-22T19:25:12.537Z | Compiling diff v0.1.13 |
| 2656 | 2026-06-22T19:25:12.615Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-06-22T19:25:12.724Z | Compiling xshell v0.2.7 |
| 2658 | 2026-06-22T19:25:12.875Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2659 | 2026-06-22T19:25:12.967Z | Compiling progenitor-macro v0.13.0 |
| 2660 | 2026-06-22T19:25:13.441Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2661 | 2026-06-22T19:25:14.046Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-06-22T19:25:14.356Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2663 | 2026-06-22T19:25:15.275Z | Compiling cexpr v0.6.0 |
| 2664 | 2026-06-22T19:25:15.972Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2665 | 2026-06-22T19:25:16.196Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2666 | 2026-06-22T19:25:17.086Z | Compiling progenitor-client v0.13.0 |
| 2667 | 2026-06-22T19:25:17.095Z | Compiling rustc-hash v2.1.1 |
| 2668 | 2026-06-22T19:25:17.233Z | Compiling progenitor v0.13.0 |
| 2669 | 2026-06-22T19:25:17.274Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2670 | 2026-06-22T19:25:17.668Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-06-22T19:25:17.875Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-06-22T19:25:18.333Z | Compiling headers-core v0.3.0 |
| 2673 | 2026-06-22T19:25:18.474Z | Compiling libxml v0.3.3 |
| 2674 | 2026-06-22T19:25:18.500Z | Compiling crc8 v0.1.1 |
| 2675 | 2026-06-22T19:25:18.919Z | Compiling headers v0.4.1 |
| 2676 | 2026-06-22T19:25:18.944Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-06-22T19:25:18.944Z | Compiling strum_macros v0.24.3 |
| 2678 | 2026-06-22T19:25:18.944Z | Compiling indoc v1.0.9 |
| 2679 | 2026-06-22T19:25:18.944Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-06-22T19:25:18.992Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-06-22T19:25:19.198Z | Compiling git-stub v1.0.0 |
| 2682 | 2026-06-22T19:25:19.240Z | Compiling derive_builder v0.20.2 |
| 2683 | 2026-06-22T19:25:19.413Z | Compiling quick-xml v0.37.5 |
| 2684 | 2026-06-22T19:25:19.486Z | Compiling oso-derive v0.27.3 |
| 2685 | 2026-06-22T19:25:19.939Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-06-22T19:25:19.959Z | Compiling openssl-probe v0.1.6 |
| 2687 | 2026-06-22T19:25:19.999Z | Compiling git-stub-vcs v0.1.0 |
| 2688 | 2026-06-22T19:25:20.153Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-06-22T19:25:20.274Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2690 | 2026-06-22T19:25:20.333Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2691 | 2026-06-22T19:25:20.540Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2692 | 2026-06-22T19:25:20.715Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-06-22T19:25:20.865Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-06-22T19:25:21.527Z | Compiling half v1.8.3 |
| 2695 | 2026-06-22T19:25:21.962Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-06-22T19:25:21.962Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-06-22T19:25:21.962Z | Compiling serde_cbor v0.11.2 |
| 2698 | 2026-06-22T19:25:21.981Z | Compiling polar-core v0.27.3 |
| 2699 | 2026-06-22T19:25:21.981Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2700 | 2026-06-22T19:25:21.981Z | Compiling samael v0.0.19 |
| 2701 | 2026-06-22T19:25:22.562Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2702 | 2026-06-22T19:25:22.981Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2703 | 2026-06-22T19:25:22.981Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2704 | 2026-06-22T19:25:23.003Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2705 | 2026-06-22T19:25:23.003Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-06-22T19:25:23.003Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-06-22T19:25:23.067Z | Compiling fxhash v0.2.1 |
| 2708 | 2026-06-22T19:25:23.219Z | Compiling libz-sys v1.1.24 |
| 2709 | 2026-06-22T19:25:23.372Z | Compiling salty v0.3.0 |
| 2710 | 2026-06-22T19:25:24.122Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2711 | 2026-06-22T19:25:24.147Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2712 | 2026-06-22T19:25:24.147Z | Compiling kstat-rs v0.2.4 |
| 2713 | 2026-06-22T19:25:24.688Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-06-22T19:25:24.691Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-06-22T19:25:24.840Z | Compiling slog-scope v4.4.1 |
| 2716 | 2026-06-22T19:25:24.897Z | Compiling mime_guess v2.0.5 |
| 2717 | 2026-06-22T19:25:25.007Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2718 | 2026-06-22T19:25:25.047Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2719 | 2026-06-22T19:25:25.425Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2720 | 2026-06-22T19:25:26.401Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2721 | 2026-06-22T19:25:26.457Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-06-22T19:25:26.457Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2723 | 2026-06-22T19:25:26.483Z | Compiling nanorand v0.7.0 |
| 2724 | 2026-06-22T19:25:26.903Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-06-22T19:25:26.994Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2726 | 2026-06-22T19:25:27.301Z | Compiling parking_lot_core v0.8.6 |
| 2727 | 2026-06-22T19:25:27.643Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2728 | 2026-06-22T19:25:27.708Z | Compiling flume v0.11.1 |
| 2729 | 2026-06-22T19:25:28.585Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2730 | 2026-06-22T19:25:28.862Z | Compiling slog-stdlog v4.1.1 |
| 2731 | 2026-06-22T19:25:29.197Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-06-22T19:25:29.397Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-06-22T19:25:29.843Z | Compiling darling_macro v0.23.0 |
| 2734 | 2026-06-22T19:25:30.277Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2735 | 2026-06-22T19:25:30.277Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2736 | 2026-06-22T19:25:30.277Z | Compiling primeorder v0.13.6 |
| 2737 | 2026-06-22T19:25:30.302Z | Compiling atty v0.2.14 |
| 2738 | 2026-06-22T19:25:30.302Z | Compiling strsim v0.10.0 |
| 2739 | 2026-06-22T19:25:30.302Z | Compiling parse-size v1.1.0 |
| 2740 | 2026-06-22T19:25:30.506Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-06-22T19:25:30.563Z | Compiling instability v0.3.11 |
| 2742 | 2026-06-22T19:25:30.688Z | Compiling oso v0.27.3 |
| 2743 | 2026-06-22T19:25:30.732Z | Compiling http-range v0.1.5 |
| 2744 | 2026-06-22T19:25:31.021Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2745 | 2026-06-22T19:25:31.099Z | Compiling darling_core v0.13.4 |
| 2746 | 2026-06-22T19:25:32.593Z | Compiling p384 v0.13.1 |
| 2747 | 2026-06-22T19:25:32.744Z | Compiling darling v0.23.0 |
| 2748 | 2026-06-22T19:25:32.860Z | Compiling slog-envlogger v2.2.0 |
| 2749 | 2026-06-22T19:25:34.042Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2750 | 2026-06-22T19:25:35.142Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2026-06-22T19:25:35.691Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2752 | 2026-06-22T19:25:37.188Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2753 | 2026-06-22T19:25:37.422Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2754 | 2026-06-22T19:25:37.934Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2755 | 2026-06-22T19:25:37.953Z | Compiling ignore v0.4.25 |
| 2756 | 2026-06-22T19:25:38.166Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-22T19:25:38.544Z | Compiling castaway v0.2.4 |
| 2758 | 2026-06-22T19:25:39.026Z | Compiling vergen-git2 v9.1.0 |
| 2759 | 2026-06-22T19:25:39.026Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-06-22T19:25:39.026Z | Compiling indoc v2.0.7 |
| 2761 | 2026-06-22T19:25:39.049Z | Compiling compact_str v0.8.1 |
| 2762 | 2026-06-22T19:25:39.606Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-06-22T19:25:40.148Z | Compiling globwalk v0.9.1 |
| 2764 | 2026-06-22T19:25:40.255Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2765 | 2026-06-22T19:25:40.512Z | Compiling parking_lot v0.11.2 |
| 2766 | 2026-06-22T19:25:40.830Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2767 | 2026-06-22T19:25:40.864Z | Compiling hyper-staticfile v0.10.1 |
| 2768 | 2026-06-22T19:25:41.450Z | Compiling darling_macro v0.13.4 |
| 2769 | 2026-06-22T19:25:42.196Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-06-22T19:25:42.206Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-06-22T19:25:42.207Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-06-22T19:25:42.207Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-06-22T19:25:42.476Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2774 | 2026-06-22T19:25:42.528Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-06-22T19:25:42.565Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-06-22T19:25:42.627Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2026-06-22T19:25:42.793Z | Compiling lru v0.12.5 |
| 2778 | 2026-06-22T19:25:42.807Z | Compiling rand_seeder v0.4.0 |
| 2779 | 2026-06-22T19:25:42.838Z | Compiling prefix-trie v0.7.0 |
| 2780 | 2026-06-22T19:25:42.947Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-06-22T19:25:43.404Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2782 | 2026-06-22T19:25:43.413Z | Compiling corncobs v0.1.4 |
| 2783 | 2026-06-22T19:25:43.413Z | Compiling cassowary v0.3.0 |
| 2784 | 2026-06-22T19:25:43.413Z | Compiling rustls v0.21.12 |
| 2785 | 2026-06-22T19:25:43.413Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-06-22T19:25:43.413Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-06-22T19:25:43.414Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-06-22T19:25:43.535Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-06-22T19:25:43.562Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-06-22T19:25:43.814Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-06-22T19:25:43.973Z | Compiling camino-tempfile-ext v0.3.3 |
| 2792 | 2026-06-22T19:25:44.320Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-06-22T19:25:44.361Z | Compiling darling v0.13.4 |
| 2794 | 2026-06-22T19:25:45.036Z | Compiling sled v0.34.7 |
| 2795 | 2026-06-22T19:25:45.084Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2796 | 2026-06-22T19:25:45.084Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2797 | 2026-06-22T19:25:45.413Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-06-22T19:25:48.211Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-06-22T19:25:48.299Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-06-22T19:25:48.299Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-06-22T19:25:48.299Z | Compiling sct v0.7.1 |
| 2802 | 2026-06-22T19:25:48.299Z | Compiling rustls-webpki v0.101.7 |
| 2803 | 2026-06-22T19:25:48.299Z | Compiling secrecy v0.8.0 |
| 2804 | 2026-06-22T19:25:48.299Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2805 | 2026-06-22T19:25:48.626Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2806 | 2026-06-22T19:25:49.397Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-06-22T19:25:49.577Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-06-22T19:25:50.982Z | Compiling serde_with_macros v1.5.2 |
| 2809 | 2026-06-22T19:25:51.159Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2810 | 2026-06-22T19:25:51.479Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2811 | 2026-06-22T19:25:51.668Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2812 | 2026-06-22T19:25:52.187Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-06-22T19:25:52.200Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2814 | 2026-06-22T19:25:52.272Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2815 | 2026-06-22T19:25:53.734Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2816 | 2026-06-22T19:25:53.836Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2817 | 2026-06-22T19:25:53.836Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-06-22T19:25:53.836Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2819 | 2026-06-22T19:25:53.836Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-06-22T19:25:53.836Z | Compiling git2 v0.20.4 |
| 2821 | 2026-06-22T19:25:53.836Z | Compiling void v1.0.2 |
| 2822 | 2026-06-22T19:25:53.925Z | Compiling lzss v0.8.2 |
| 2823 | 2026-06-22T19:25:54.617Z | Compiling serde_with v1.14.0 |
| 2824 | 2026-06-22T19:25:55.281Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-06-22T19:25:55.384Z | Compiling tokio-rustls v0.24.1 |
| 2826 | 2026-06-22T19:25:55.384Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-06-22T19:25:55.527Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-06-22T19:25:55.689Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2829 | 2026-06-22T19:25:56.826Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2830 | 2026-06-22T19:25:57.181Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2831 | 2026-06-22T19:25:58.569Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2832 | 2026-06-22T19:25:58.750Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2833 | 2026-06-22T19:25:59.103Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-06-22T19:25:59.429Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-06-22T19:25:59.778Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-06-22T19:25:59.822Z | Compiling rustls-pemfile v1.0.4 |
| 2837 | 2026-06-22T19:25:59.822Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-06-22T19:26:00.196Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-06-22T19:26:00.424Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-06-22T19:26:00.663Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2841 | 2026-06-22T19:26:00.726Z | Compiling nix v0.27.1 |
| 2842 | 2026-06-22T19:26:01.164Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-06-22T19:26:01.722Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-06-22T19:26:01.905Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-06-22T19:26:01.998Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2846 | 2026-06-22T19:26:02.077Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-06-22T19:26:02.095Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2848 | 2026-06-22T19:26:02.479Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2849 | 2026-06-22T19:26:02.553Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2850 | 2026-06-22T19:26:02.821Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2851 | 2026-06-22T19:26:04.292Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2852 | 2026-06-22T19:26:04.876Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2853 | 2026-06-22T19:26:05.536Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2854 | 2026-06-22T19:26:06.008Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2855 | 2026-06-22T19:26:06.163Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2856 | 2026-06-22T19:26:06.620Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2857 | 2026-06-22T19:26:06.723Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2858 | 2026-06-22T19:26:06.861Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2859 | 2026-06-22T19:26:06.900Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2860 | 2026-06-22T19:26:07.137Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2861 | 2026-06-22T19:26:07.997Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2862 | 2026-06-22T19:26:08.104Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2863 | 2026-06-22T19:26:08.631Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2864 | 2026-06-22T19:26:10.559Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-06-22T19:26:11.948Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2866 | 2026-06-22T19:26:12.933Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2867 | 2026-06-22T19:26:13.007Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2868 | 2026-06-22T19:26:13.371Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2869 | 2026-06-22T19:26:13.661Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-06-22T19:26:14.238Z | Compiling signal-hook-tokio v0.3.1 |
| 2871 | 2026-06-22T19:26:14.238Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-06-22T19:26:14.238Z | Compiling yasna v0.5.2 |
| 2873 | 2026-06-22T19:26:14.646Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2874 | 2026-06-22T19:26:14.812Z | Compiling is_ci v1.2.0 |
| 2875 | 2026-06-22T19:26:14.812Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-06-22T19:26:14.852Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-06-22T19:26:15.007Z | Compiling supports-color v3.0.2 |
| 2878 | 2026-06-22T19:26:15.312Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-06-22T19:26:15.405Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2880 | 2026-06-22T19:26:16.176Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2881 | 2026-06-22T19:26:16.816Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2882 | 2026-06-22T19:26:18.197Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2883 | 2026-06-22T19:26:18.459Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2884 | 2026-06-22T19:26:18.575Z | Compiling subprocess v0.2.15 |
| 2885 | 2026-06-22T19:26:18.765Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-06-22T19:26:19.002Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-06-22T19:26:20.033Z | Compiling rpassword v7.4.0 |
| 2888 | 2026-06-22T19:26:20.179Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2889 | 2026-06-22T19:26:20.673Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-06-22T19:26:20.683Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-06-22T19:26:20.860Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2892 | 2026-06-22T19:26:22.620Z | Compiling tui-tree-widget v0.23.1 |
| 2893 | 2026-06-22T19:26:22.864Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2894 | 2026-06-22T19:26:22.880Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-06-22T19:26:23.269Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-06-22T19:26:23.486Z | Compiling uzers v0.12.2 |
| 2897 | 2026-06-22T19:26:24.409Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2898 | 2026-06-22T19:26:25.055Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2899 | 2026-06-22T19:26:25.135Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2900 | 2026-06-22T19:26:27.285Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2901 | 2026-06-22T19:26:28.331Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2902 | 2026-06-22T19:26:29.972Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-06-22T19:26:30.579Z | Compiling multimap v0.10.1 |
| 2904 | 2026-06-22T19:26:41.754Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-06-22T19:26:45.921Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2906 | 2026-06-22T19:26:53.249Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2907 | 2026-06-22T19:26:53.522Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2908 | 2026-06-22T19:26:55.059Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2909 | 2026-06-22T19:34:01.498Z | Finished `release` profile [optimized] target(s) in 9m 19s |
| 2910 | 2026-06-22T19:34:47.485Z | |
| 2911 | 2026-06-22T19:34:47.485Z | real 10:06.811846838 |
| 2912 | 2026-06-22T19:34:47.485Z | user 1:20:28.720954536 |
| 2913 | 2026-06-22T19:34:47.490Z | sys 3:33.404449150 |
| 2914 | 2026-06-22T19:34:47.490Z | trap 1.801904424 |
| 2915 | 2026-06-22T19:34:47.490Z | tflt 2.449972976 |
| 2916 | 2026-06-22T19:34:47.490Z | dflt 18.938137253 |
| 2917 | 2026-06-22T19:34:47.490Z | kflt 0.082717132 |
| 2918 | 2026-06-22T19:34:47.490Z | lock 7:26:15.136496535 |
| 2919 | 2026-06-22T19:34:47.490Z | slp 2:16:04.173524564 |
| 2920 | 2026-06-22T19:34:47.490Z | lat 2:24.291463227 |
| 2921 | 2026-06-22T19:34:47.490Z | stop 5:11.393495142 |
| 2922 | 2026-06-22T19:34:47.490Z | + mapfile -t packages |
| 2923 | 2026-06-22T19:34:47.490Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2924 | 2026-06-22T19:34:48.357Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2925 | 2026-06-22T19:34:48.423Z | Running `target/release/omicron-package -t test list-outputs` |
| 2926 | 2026-06-22T19:34:48.481Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2927 | 2026-06-22T19:34:48.485Z | + ptime -m cargo build --locked --release -p xtask |
| 2928 | 2026-06-22T19:34:48.954Z | Compiling libc v0.2.185 |
| 2929 | 2026-06-22T19:34:48.954Z | Compiling serde v1.0.228 |
| 2930 | 2026-06-22T19:34:48.960Z | Compiling serde_core v1.0.228 |
| 2931 | 2026-06-22T19:34:48.960Z | Compiling rustix v1.1.3 |
| 2932 | 2026-06-22T19:34:49.051Z | Compiling serde_json v1.0.149 |
| 2933 | 2026-06-22T19:34:49.057Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-06-22T19:34:49.094Z | Compiling num-traits v0.2.19 |
| 2935 | 2026-06-22T19:34:49.110Z | Compiling syn v2.0.117 |
| 2936 | 2026-06-22T19:34:49.129Z | Compiling smallvec v1.15.1 |
| 2937 | 2026-06-22T19:34:49.134Z | Compiling indexmap v2.14.0 |
| 2938 | 2026-06-22T19:34:49.145Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-06-22T19:34:49.161Z | Compiling syn v1.0.109 |
| 2940 | 2026-06-22T19:34:49.170Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-06-22T19:34:49.175Z | Compiling log v0.4.29 |
| 2942 | 2026-06-22T19:34:49.333Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-06-22T19:34:49.526Z | Compiling form_urlencoded v1.2.2 |
| 2944 | 2026-06-22T19:34:49.551Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-06-22T19:34:49.560Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-06-22T19:34:49.585Z | Compiling heck v0.4.1 |
| 2947 | 2026-06-22T19:34:49.585Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-06-22T19:34:49.798Z | Compiling errno v0.3.14 |
| 2949 | 2026-06-22T19:34:49.809Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-06-22T19:34:50.224Z | Compiling memmap v0.7.0 |
| 2951 | 2026-06-22T19:34:50.229Z | Compiling ordered-float v2.10.1 |
| 2952 | 2026-06-22T19:34:50.662Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-06-22T19:34:50.825Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-06-22T19:34:50.825Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-06-22T19:34:50.918Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-06-22T19:34:50.927Z | Compiling clap_builder v4.6.0 |
| 2957 | 2026-06-22T19:34:50.931Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-06-22T19:34:51.074Z | Compiling camino-tempfile v1.4.1 |
| 2959 | 2026-06-22T19:34:51.601Z | Compiling tabled v0.15.0 |
| 2960 | 2026-06-22T19:34:51.630Z | Compiling synstructure v0.13.2 |
| 2961 | 2026-06-22T19:34:51.630Z | Compiling pest_generator v2.8.6 |
| 2962 | 2026-06-22T19:34:52.017Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-06-22T19:34:52.017Z | Compiling zerovec-derive v0.11.2 |
| 2964 | 2026-06-22T19:34:52.032Z | Compiling displaydoc v0.2.5 |
| 2965 | 2026-06-22T19:34:52.032Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-06-22T19:34:52.032Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-06-22T19:34:52.033Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-06-22T19:34:52.033Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-06-22T19:34:52.033Z | Compiling clap_derive v4.6.1 |
| 2970 | 2026-06-22T19:34:52.064Z | Compiling zerofrom-derive v0.1.6 |
| 2971 | 2026-06-22T19:34:52.074Z | Compiling yoke-derive v0.8.1 |
| 2972 | 2026-06-22T19:34:52.154Z | Compiling pest_derive v2.8.6 |
| 2973 | 2026-06-22T19:34:52.692Z | Compiling scroll v0.12.0 |
| 2974 | 2026-06-22T19:34:52.873Z | Compiling zerocopy v0.7.35 |
| 2975 | 2026-06-22T19:34:53.028Z | Compiling goblin v0.8.2 |
| 2976 | 2026-06-22T19:34:53.190Z | Compiling thiserror v1.0.69 |
| 2977 | 2026-06-22T19:34:53.262Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-06-22T19:34:53.270Z | Compiling zerofrom v0.1.6 |
| 2979 | 2026-06-22T19:34:53.295Z | Compiling dtrace-parser v0.2.0 |
| 2980 | 2026-06-22T19:34:53.411Z | Compiling yoke v0.8.1 |
| 2981 | 2026-06-22T19:34:53.795Z | Compiling zerovec v0.11.5 |
| 2982 | 2026-06-22T19:34:53.819Z | Compiling zerotrie v0.2.3 |
| 2983 | 2026-06-22T19:34:53.819Z | Compiling clap v4.6.1 |
| 2984 | 2026-06-22T19:34:54.200Z | Compiling tinystr v0.8.2 |
| 2985 | 2026-06-22T19:34:54.239Z | Compiling potential_utf v0.1.4 |
| 2986 | 2026-06-22T19:34:54.443Z | Compiling icu_locale_core v2.1.1 |
| 2987 | 2026-06-22T19:34:54.450Z | Compiling icu_collections v2.1.1 |
| 2988 | 2026-06-22T19:34:55.190Z | Compiling icu_provider v2.1.1 |
| 2989 | 2026-06-22T19:34:55.271Z | Compiling serde_spanned v0.6.9 |
| 2990 | 2026-06-22T19:34:55.341Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-06-22T19:34:55.458Z | Compiling icu_properties v2.1.2 |
| 2992 | 2026-06-22T19:34:55.487Z | Compiling icu_normalizer v2.1.1 |
| 2993 | 2026-06-22T19:34:55.621Z | Compiling toml_edit v0.22.27 |
| 2994 | 2026-06-22T19:34:55.738Z | Compiling dof v0.3.0 |
| 2995 | 2026-06-22T19:34:55.754Z | Compiling serde_tokenstream v0.2.3 |
| 2996 | 2026-06-22T19:34:55.979Z | Compiling serde-value v0.7.0 |
| 2997 | 2026-06-22T19:34:56.077Z | Compiling cargo-platform v0.2.0 |
| 2998 | 2026-06-22T19:34:56.145Z | Compiling macaddr v1.0.1 |
| 2999 | 2026-06-22T19:34:56.500Z | Compiling idna_adapter v1.2.1 |
| 3000 | 2026-06-22T19:34:56.635Z | Compiling idna v1.1.0 |
| 3001 | 2026-06-22T19:34:56.646Z | Compiling usdt-attr-macro v0.5.0 |
| 3002 | 2026-06-22T19:34:56.646Z | Compiling usdt-macro v0.5.0 |
| 3003 | 2026-06-22T19:34:57.109Z | Compiling url v2.5.8 |
| 3004 | 2026-06-22T19:34:57.254Z | Compiling toml v0.8.23 |
| 3005 | 2026-06-22T19:34:57.284Z | Compiling usdt v0.5.0 |
| 3006 | 2026-06-22T19:34:57.711Z | Compiling cargo-util-schemas v0.8.2 |
| 3007 | 2026-06-22T19:34:57.734Z | Compiling cargo_toml v0.21.0 |
| 3008 | 2026-06-22T19:34:58.767Z | Compiling cargo_metadata v0.21.0 |
| 3009 | 2026-06-22T19:35:01.832Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3010 | 2026-06-22T19:35:04.816Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 3011 | 2026-06-22T19:35:04.953Z | |
| 3012 | 2026-06-22T19:35:04.953Z | real 16.434939953 |
| 3013 | 2026-06-22T19:35:04.953Z | user 2:21.924663880 |
| 3014 | 2026-06-22T19:35:04.953Z | sys 16.999865896 |
| 3015 | 2026-06-22T19:35:04.953Z | trap 0.086496285 |
| 3016 | 2026-06-22T19:35:04.957Z | tflt 0.439667114 |
| 3017 | 2026-06-22T19:35:04.957Z | dflt 1.447538802 |
| 3018 | 2026-06-22T19:35:04.957Z | kflt 0.000062060 |
| 3019 | 2026-06-22T19:35:04.957Z | lock 5:25.561346847 |
| 3020 | 2026-06-22T19:35:04.957Z | slp 3:32.938590778 |
| 3021 | 2026-06-22T19:35:04.957Z | lat 6.483007648 |
| 3022 | 2026-06-22T19:35:04.957Z | stop 19.227549040 |
| 3023 | 2026-06-22T19:35:04.957Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-06-22T19:35:04.957Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-06-22T19:35:04.957Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-06-22T19:35:04.957Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-06-22T19:35:04.957Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3028 | 2026-06-22T19:35:05.823Z | Compiling progenitor-client v0.14.0 |
| 3029 | 2026-06-22T19:35:05.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-06-22T19:35:05.829Z | Compiling newtype-uuid-macros v0.1.0 |
| 3031 | 2026-06-22T19:35:05.829Z | Compiling match_cfg v0.1.0 |
| 3032 | 2026-06-22T19:35:05.829Z | Compiling slog-json v2.6.1 |
| 3033 | 2026-06-22T19:35:05.829Z | Compiling structmeta-derive v0.3.0 |
| 3034 | 2026-06-22T19:35:05.829Z | Compiling rustls v0.22.4 |
| 3035 | 2026-06-22T19:35:05.967Z | Compiling rustls-webpki v0.102.8 |
| 3036 | 2026-06-22T19:35:05.970Z | Compiling multer v3.1.0 |
| 3037 | 2026-06-22T19:35:05.970Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-06-22T19:35:05.971Z | Compiling compression-core v0.4.31 |
| 3039 | 2026-06-22T19:35:05.971Z | Compiling atomicwrites v0.4.4 |
| 3040 | 2026-06-22T19:35:05.993Z | Compiling itertools v0.14.0 |
| 3041 | 2026-06-22T19:35:06.045Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-06-22T19:35:06.045Z | Compiling serde_spanned v1.0.4 |
| 3043 | 2026-06-22T19:35:06.045Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3044 | 2026-06-22T19:35:06.071Z | Compiling hostname v0.3.1 |
| 3045 | 2026-06-22T19:35:06.252Z | Compiling compression-codecs v0.4.37 |
| 3046 | 2026-06-22T19:35:06.252Z | Compiling dropshot v0.17.0 |
| 3047 | 2026-06-22T19:35:06.287Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3048 | 2026-06-22T19:35:06.292Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-06-22T19:35:06.325Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-06-22T19:35:06.342Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-06-22T19:35:06.361Z | Compiling hostname v0.4.2 |
| 3052 | 2026-06-22T19:35:06.444Z | Compiling slog-bunyan v2.5.0 |
| 3053 | 2026-06-22T19:35:06.489Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3054 | 2026-06-22T19:35:06.539Z | Compiling async-compression v0.4.41 |
| 3055 | 2026-06-22T19:35:06.548Z | Compiling serde_path_to_error v0.1.20 |
| 3056 | 2026-06-22T19:35:06.563Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3057 | 2026-06-22T19:35:06.568Z | Compiling macaddr v1.0.1 |
| 3058 | 2026-06-22T19:35:06.616Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3059 | 2026-06-22T19:35:06.638Z | Compiling instant v0.1.13 |
| 3060 | 2026-06-22T19:35:06.664Z | Compiling regress v0.10.5 |
| 3061 | 2026-06-22T19:35:06.697Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-06-22T19:35:06.769Z | Compiling backon v1.6.0 |
| 3063 | 2026-06-22T19:35:06.855Z | Compiling backoff v0.4.0 |
| 3064 | 2026-06-22T19:35:06.860Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3065 | 2026-06-22T19:35:06.860Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3066 | 2026-06-22T19:35:06.877Z | Compiling humantime v2.3.0 |
| 3067 | 2026-06-22T19:35:06.903Z | Compiling universal-hash v0.5.1 |
| 3068 | 2026-06-22T19:35:06.926Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-06-22T19:35:06.952Z | Compiling progenitor-extras v0.2.0 |
| 3070 | 2026-06-22T19:35:06.993Z | Compiling regress v0.11.1 |
| 3071 | 2026-06-22T19:35:07.024Z | Compiling half v2.7.1 |
| 3072 | 2026-06-22T19:35:07.041Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3073 | 2026-06-22T19:35:07.066Z | Compiling ciborium-io v0.2.2 |
| 3074 | 2026-06-22T19:35:07.069Z | Compiling crucible-workspace-hack v0.1.0 |
| 3075 | 2026-06-22T19:35:07.069Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-06-22T19:35:07.118Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-06-22T19:35:07.284Z | Compiling convert_case v0.4.0 |
| 3078 | 2026-06-22T19:35:07.324Z | Compiling aead v0.5.2 |
| 3079 | 2026-06-22T19:35:07.324Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3080 | 2026-06-22T19:35:07.325Z | Compiling secrecy v0.10.3 |
| 3081 | 2026-06-22T19:35:07.325Z | Compiling poly1305 v0.8.0 |
| 3082 | 2026-06-22T19:35:07.354Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-06-22T19:35:07.378Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-06-22T19:35:07.412Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-06-22T19:35:07.511Z | Compiling chacha20 v0.9.1 |
| 3086 | 2026-06-22T19:35:07.554Z | Compiling unsafe-libyaml v0.2.11 |
| 3087 | 2026-06-22T19:35:07.554Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3088 | 2026-06-22T19:35:07.554Z | Compiling ciborium v0.2.2 |
| 3089 | 2026-06-22T19:35:07.585Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3090 | 2026-06-22T19:35:07.606Z | Compiling derive_more v0.99.20 |
| 3091 | 2026-06-22T19:35:07.778Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3092 | 2026-06-22T19:35:07.800Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3093 | 2026-06-22T19:35:07.800Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3094 | 2026-06-22T19:35:07.860Z | Compiling byte-wrapper v0.1.0 |
| 3095 | 2026-06-22T19:35:07.980Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3096 | 2026-06-22T19:35:08.062Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-06-22T19:35:08.084Z | Compiling password-hash v0.5.0 |
| 3098 | 2026-06-22T19:35:08.179Z | Compiling blake2 v0.10.6 |
| 3099 | 2026-06-22T19:35:08.207Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3100 | 2026-06-22T19:35:08.207Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-06-22T19:35:08.227Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-06-22T19:35:08.291Z | Compiling heapless v0.8.0 |
| 3103 | 2026-06-22T19:35:08.370Z | Compiling tokio-rustls v0.25.0 |
| 3104 | 2026-06-22T19:35:08.395Z | Compiling argon2 v0.5.3 |
| 3105 | 2026-06-22T19:35:08.445Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3106 | 2026-06-22T19:35:08.522Z | Compiling ingot-macros v0.1.1 |
| 3107 | 2026-06-22T19:35:08.615Z | Compiling typify-impl v0.6.2 |
| 3108 | 2026-06-22T19:35:08.903Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3109 | 2026-06-22T19:35:09.002Z | Compiling thiserror-no-std v2.0.2 |
| 3110 | 2026-06-22T19:35:09.119Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-06-22T19:35:09.151Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-06-22T19:35:09.211Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-06-22T19:35:09.220Z | Compiling proc-macro-crate v3.4.0 |
| 3114 | 2026-06-22T19:35:09.560Z | Compiling tabwriter v1.4.1 |
| 3115 | 2026-06-22T19:35:09.577Z | Compiling hash32 v0.3.1 |
| 3116 | 2026-06-22T19:35:09.592Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-06-22T19:35:09.603Z | Compiling smoltcp v0.11.0 |
| 3118 | 2026-06-22T19:35:09.751Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3119 | 2026-06-22T19:35:09.824Z | Compiling num_enum_derive v0.7.6 |
| 3120 | 2026-06-22T19:35:09.862Z | Compiling cobs v0.3.0 |
| 3121 | 2026-06-22T19:35:09.878Z | Compiling colored v3.1.1 |
| 3122 | 2026-06-22T19:35:09.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3123 | 2026-06-22T19:35:09.913Z | Compiling proc-macro-error v1.0.4 |
| 3124 | 2026-06-22T19:35:10.013Z | Compiling postcard v1.1.3 |
| 3125 | 2026-06-22T19:35:10.179Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-06-22T19:35:10.191Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-06-22T19:35:10.191Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3128 | 2026-06-22T19:35:10.216Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3129 | 2026-06-22T19:35:10.279Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3130 | 2026-06-22T19:35:10.282Z | Compiling rayon-core v1.13.0 |
| 3131 | 2026-06-22T19:35:10.369Z | Compiling cpufeatures v0.3.0 |
| 3132 | 2026-06-22T19:35:10.405Z | Compiling foreign-types-shared v0.3.1 |
| 3133 | 2026-06-22T19:35:10.431Z | Compiling chacha20 v0.10.0 |
| 3134 | 2026-06-22T19:35:10.477Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3135 | 2026-06-22T19:35:10.565Z | Compiling num_enum_derive v0.5.11 |
| 3136 | 2026-06-22T19:35:10.580Z | Compiling crossbeam-deque v0.8.6 |
| 3137 | 2026-06-22T19:35:10.618Z | Compiling camino-tempfile v1.4.1 |
| 3138 | 2026-06-22T19:35:10.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3139 | 2026-06-22T19:35:10.748Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3140 | 2026-06-22T19:35:10.748Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3141 | 2026-06-22T19:35:10.763Z | Compiling cstr-argument v0.1.2 |
| 3142 | 2026-06-22T19:35:10.784Z | Compiling foreign-types v0.5.0 |
| 3143 | 2026-06-22T19:35:10.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3144 | 2026-06-22T19:35:10.888Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3145 | 2026-06-22T19:35:10.927Z | Compiling rand v0.10.0 |
| 3146 | 2026-06-22T19:35:10.949Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3147 | 2026-06-22T19:35:10.964Z | Compiling num_enum v0.7.6 |
| 3148 | 2026-06-22T19:35:11.054Z | Compiling zone_cfg_derive v0.3.1 |
| 3149 | 2026-06-22T19:35:11.118Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3150 | 2026-06-22T19:35:11.170Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3151 | 2026-06-22T19:35:11.196Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3152 | 2026-06-22T19:35:11.228Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3153 | 2026-06-22T19:35:11.322Z | Compiling rayon v1.11.0 |
| 3154 | 2026-06-22T19:35:11.339Z | Compiling itertools v0.12.1 |
| 3155 | 2026-06-22T19:35:11.355Z | Compiling num-derive v0.4.2 |
| 3156 | 2026-06-22T19:35:11.372Z | Compiling sigpipe v0.1.3 |
| 3157 | 2026-06-22T19:35:11.377Z | Compiling glob v0.3.3 |
| 3158 | 2026-06-22T19:35:11.410Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3159 | 2026-06-22T19:35:11.464Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3160 | 2026-06-22T19:35:11.486Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3161 | 2026-06-22T19:35:11.508Z | Compiling ingot-types v0.1.2 |
| 3162 | 2026-06-22T19:35:11.659Z | Compiling smf v0.2.3 |
| 3163 | 2026-06-22T19:35:11.687Z | Compiling num_enum v0.5.11 |
| 3164 | 2026-06-22T19:35:11.769Z | Compiling whoami v1.6.1 |
| 3165 | 2026-06-22T19:35:11.781Z | Compiling usdt-attr-macro v0.5.0 |
| 3166 | 2026-06-22T19:35:11.823Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-06-22T19:35:11.841Z | Compiling usdt-macro v0.5.0 |
| 3168 | 2026-06-22T19:35:11.865Z | Compiling gethostname v0.5.0 |
| 3169 | 2026-06-22T19:35:11.970Z | Compiling ingot v0.1.1 |
| 3170 | 2026-06-22T19:35:12.013Z | Compiling num-rational v0.4.2 |
| 3171 | 2026-06-22T19:35:12.150Z | Compiling num-complex v0.4.6 |
| 3172 | 2026-06-22T19:35:12.169Z | Compiling memmap v0.7.0 |
| 3173 | 2026-06-22T19:35:12.268Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-06-22T19:35:12.369Z | Compiling float-ord v0.3.2 |
| 3175 | 2026-06-22T19:35:12.385Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3176 | 2026-06-22T19:35:12.403Z | Compiling toml v0.8.23 |
| 3177 | 2026-06-22T19:35:12.578Z | Compiling zone v0.3.1 |
| 3178 | 2026-06-22T19:35:12.608Z | Compiling num v0.4.3 |
| 3179 | 2026-06-22T19:35:12.660Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-06-22T19:35:12.679Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3181 | 2026-06-22T19:35:12.684Z | Compiling owo-colors v4.3.0 |
| 3182 | 2026-06-22T19:35:12.755Z | Compiling usdt v0.5.0 |
| 3183 | 2026-06-22T19:35:12.789Z | Compiling cancel-safe-futures v0.1.5 |
| 3184 | 2026-06-22T19:35:12.828Z | Compiling libsw-core v0.3.2 |
| 3185 | 2026-06-22T19:35:12.845Z | Compiling prettyplease v0.2.37 |
| 3186 | 2026-06-22T19:35:12.995Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-06-22T19:35:13.027Z | Compiling libsw v3.5.0 |
| 3188 | 2026-06-22T19:35:13.052Z | Compiling console v0.15.11 |
| 3189 | 2026-06-22T19:35:13.110Z | Compiling hickory-proto v0.24.4 |
| 3190 | 2026-06-22T19:35:13.129Z | Compiling newline-converter v0.3.0 |
| 3191 | 2026-06-22T19:35:13.180Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-06-22T19:35:13.199Z | Compiling libefi-sys v0.1.0 |
| 3193 | 2026-06-22T19:35:13.245Z | Compiling linear-map v1.2.0 |
| 3194 | 2026-06-22T19:35:13.283Z | Compiling git-stub v1.0.0 |
| 3195 | 2026-06-22T19:35:13.329Z | Compiling typify-macro v0.6.2 |
| 3196 | 2026-06-22T19:35:13.349Z | Compiling bitfield-struct v0.6.2 |
| 3197 | 2026-06-22T19:35:13.397Z | Compiling expectorate v1.2.0 |
| 3198 | 2026-06-22T19:35:13.438Z | Compiling lru-cache v0.1.2 |
| 3199 | 2026-06-22T19:35:13.469Z | Compiling nom v8.0.0 |
| 3200 | 2026-06-22T19:35:13.583Z | Compiling semver v0.1.20 |
| 3201 | 2026-06-22T19:35:13.593Z | Compiling git-stub-vcs v0.1.0 |
| 3202 | 2026-06-22T19:35:13.630Z | Compiling tokio-dtrace v0.1.1 |
| 3203 | 2026-06-22T19:35:13.705Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3204 | 2026-06-22T19:35:13.754Z | Compiling slog-dtrace v0.3.0 |
| 3205 | 2026-06-22T19:35:13.839Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3206 | 2026-06-22T19:35:13.894Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3207 | 2026-06-22T19:35:13.914Z | Compiling rustc_version v0.1.7 |
| 3208 | 2026-06-22T19:35:13.931Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-06-22T19:35:13.945Z | Compiling minimal-lexical v0.2.1 |
| 3210 | 2026-06-22T19:35:13.995Z | Compiling oxide-tokio-rt v0.1.4 |
| 3211 | 2026-06-22T19:35:14.015Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-06-22T19:35:14.033Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-06-22T19:35:14.037Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-06-22T19:35:14.067Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-06-22T19:35:14.190Z | Compiling nom v7.1.3 |
| 3216 | 2026-06-22T19:35:14.226Z | Compiling newtype_derive v0.1.6 |
| 3217 | 2026-06-22T19:35:14.246Z | Compiling phf_shared v0.12.1 |
| 3218 | 2026-06-22T19:35:14.254Z | Compiling csv-core v0.1.13 |
| 3219 | 2026-06-22T19:35:14.323Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3220 | 2026-06-22T19:35:14.387Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-06-22T19:35:14.414Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3222 | 2026-06-22T19:35:14.451Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-06-22T19:35:14.474Z | Compiling highway v1.3.0 |
| 3224 | 2026-06-22T19:35:14.509Z | Compiling const_format_proc_macros v0.2.34 |
| 3225 | 2026-06-22T19:35:14.550Z | Compiling csv v1.4.0 |
| 3226 | 2026-06-22T19:35:14.685Z | Compiling phf v0.12.1 |
| 3227 | 2026-06-22T19:35:14.935Z | Compiling xshell v0.2.7 |
| 3228 | 2026-06-22T19:35:14.960Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-06-22T19:35:14.960Z | Compiling primeorder v0.13.6 |
| 3230 | 2026-06-22T19:35:15.020Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-06-22T19:35:15.153Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3232 | 2026-06-22T19:35:15.227Z | Compiling typify v0.6.2 |
| 3233 | 2026-06-22T19:35:15.299Z | Compiling hickory-resolver v0.24.4 |
| 3234 | 2026-06-22T19:35:15.317Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-06-22T19:35:15.366Z | Compiling progenitor-impl v0.14.0 |
| 3236 | 2026-06-22T19:35:15.397Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3237 | 2026-06-22T19:35:15.401Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3238 | 2026-06-22T19:35:15.508Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-06-22T19:35:15.563Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3240 | 2026-06-22T19:35:15.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3241 | 2026-06-22T19:35:15.864Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3242 | 2026-06-22T19:35:15.883Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3243 | 2026-06-22T19:35:16.122Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-06-22T19:35:16.195Z | Compiling const_format v0.2.35 |
| 3245 | 2026-06-22T19:35:16.360Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3246 | 2026-06-22T19:35:16.388Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3247 | 2026-06-22T19:35:16.495Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3248 | 2026-06-22T19:35:16.546Z | Compiling qorb v0.4.1 |
| 3249 | 2026-06-22T19:35:16.562Z | Compiling bcs v0.1.6 |
| 3250 | 2026-06-22T19:35:16.635Z | Compiling salty v0.3.0 |
| 3251 | 2026-06-22T19:35:16.683Z | Compiling termtree v0.5.1 |
| 3252 | 2026-06-22T19:35:16.876Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-06-22T19:35:16.935Z | Compiling textwrap v0.16.2 |
| 3254 | 2026-06-22T19:35:16.959Z | Compiling tabled v0.15.0 |
| 3255 | 2026-06-22T19:35:17.084Z | Compiling moka v0.12.13 |
| 3256 | 2026-06-22T19:35:17.098Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-06-22T19:35:17.354Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3258 | 2026-06-22T19:35:17.441Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3259 | 2026-06-22T19:35:17.487Z | Compiling steno v0.4.1 |
| 3260 | 2026-06-22T19:35:17.505Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-06-22T19:35:17.637Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3262 | 2026-06-22T19:35:17.666Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3263 | 2026-06-22T19:35:17.689Z | Compiling base64 v0.21.7 |
| 3264 | 2026-06-22T19:35:17.704Z | Compiling radium v0.7.0 |
| 3265 | 2026-06-22T19:35:17.893Z | Compiling hickory-resolver v0.25.2 |
| 3266 | 2026-06-22T19:35:18.068Z | Compiling p384 v0.13.1 |
| 3267 | 2026-06-22T19:35:18.086Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3268 | 2026-06-22T19:35:18.200Z | Compiling progenitor-macro v0.14.0 |
| 3269 | 2026-06-22T19:35:18.217Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3270 | 2026-06-22T19:35:18.321Z | Compiling maybe-uninit v2.0.0 |
| 3271 | 2026-06-22T19:35:18.461Z | Compiling tap v1.0.1 |
| 3272 | 2026-06-22T19:35:18.620Z | Compiling wyz v0.5.1 |
| 3273 | 2026-06-22T19:35:18.681Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3274 | 2026-06-22T19:35:18.720Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3275 | 2026-06-22T19:35:18.743Z | Compiling parking_lot_core v0.8.6 |
| 3276 | 2026-06-22T19:35:18.848Z | Compiling packed_struct v0.10.1 |
| 3277 | 2026-06-22T19:35:18.869Z | Compiling funty v2.0.0 |
| 3278 | 2026-06-22T19:35:19.014Z | Compiling utf-8 v0.7.6 |
| 3279 | 2026-06-22T19:35:19.041Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3280 | 2026-06-22T19:35:19.127Z | Compiling proc-macro-error2 v2.0.1 |
| 3281 | 2026-06-22T19:35:19.174Z | Compiling tungstenite v0.21.0 |
| 3282 | 2026-06-22T19:35:19.191Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-06-22T19:35:19.216Z | Compiling bitvec v1.0.1 |
| 3284 | 2026-06-22T19:35:19.388Z | Compiling polyval v0.6.2 |
| 3285 | 2026-06-22T19:35:19.425Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3286 | 2026-06-22T19:35:19.463Z | Compiling packed_struct_codegen v0.10.1 |
| 3287 | 2026-06-22T19:35:19.480Z | Compiling num-derive v0.3.3 |
| 3288 | 2026-06-22T19:35:19.501Z | Compiling zerocopy-derive v0.6.6 |
| 3289 | 2026-06-22T19:35:19.818Z | Compiling bitfield-macros v0.19.4 |
| 3290 | 2026-06-22T19:35:19.867Z | Compiling indexmap v1.9.3 |
| 3291 | 2026-06-22T19:35:19.873Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-06-22T19:35:19.991Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3293 | 2026-06-22T19:35:20.074Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-06-22T19:35:20.092Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3295 | 2026-06-22T19:35:20.106Z | Compiling crc v3.4.0 |
| 3296 | 2026-06-22T19:35:20.147Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3297 | 2026-06-22T19:35:20.194Z | Compiling array-init v0.0.4 |
| 3298 | 2026-06-22T19:35:20.211Z | Compiling tokio-tungstenite v0.21.0 |
| 3299 | 2026-06-22T19:35:20.250Z | Compiling ghash v0.5.1 |
| 3300 | 2026-06-22T19:35:20.353Z | Compiling tabled_derive v0.11.0 |
| 3301 | 2026-06-22T19:35:20.376Z | Compiling smallvec v0.6.14 |
| 3302 | 2026-06-22T19:35:20.439Z | Compiling zerocopy v0.6.6 |
| 3303 | 2026-06-22T19:35:20.497Z | Compiling bitfield v0.19.4 |
| 3304 | 2026-06-22T19:35:20.516Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-06-22T19:35:20.582Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3306 | 2026-06-22T19:35:20.617Z | Compiling progenitor-impl v0.13.0 |
| 3307 | 2026-06-22T19:35:20.622Z | Compiling papergrid v0.17.0 |
| 3308 | 2026-06-22T19:35:20.652Z | Compiling testing_table v0.3.0 |
| 3309 | 2026-06-22T19:35:20.727Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3310 | 2026-06-22T19:35:20.765Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3311 | 2026-06-22T19:35:20.805Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3312 | 2026-06-22T19:35:20.845Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3313 | 2026-06-22T19:35:20.863Z | Compiling ctr v0.9.2 |
| 3314 | 2026-06-22T19:35:20.882Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-06-22T19:35:20.899Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3316 | 2026-06-22T19:35:20.967Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3317 | 2026-06-22T19:35:21.093Z | Compiling hashbrown v0.12.3 |
| 3318 | 2026-06-22T19:35:21.112Z | Compiling corncobs v0.1.4 |
| 3319 | 2026-06-22T19:35:21.136Z | Compiling unicase v2.9.0 |
| 3320 | 2026-06-22T19:35:21.245Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-06-22T19:35:21.268Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-06-22T19:35:21.284Z | Compiling aes-gcm v0.10.3 |
| 3323 | 2026-06-22T19:35:21.314Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-06-22T19:35:21.373Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-06-22T19:35:21.501Z | Compiling parking_lot v0.11.2 |
| 3326 | 2026-06-22T19:35:21.539Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3327 | 2026-06-22T19:35:21.663Z | Compiling tabled v0.20.0 |
| 3328 | 2026-06-22T19:35:21.715Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-06-22T19:35:21.905Z | Compiling serde-hex v0.1.0 |
| 3330 | 2026-06-22T19:35:22.169Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3331 | 2026-06-22T19:35:22.207Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3332 | 2026-06-22T19:35:22.207Z | Compiling ron v0.8.1 |
| 3333 | 2026-06-22T19:35:22.207Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3334 | 2026-06-22T19:35:22.276Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-06-22T19:35:22.355Z | Compiling progenitor-client v0.13.0 |
| 3336 | 2026-06-22T19:35:22.479Z | Compiling prefix-trie v0.7.0 |
| 3337 | 2026-06-22T19:35:22.532Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3338 | 2026-06-22T19:35:22.612Z | Compiling blowfish v0.9.1 |
| 3339 | 2026-06-22T19:35:22.718Z | Compiling ssh-encoding v0.2.0 |
| 3340 | 2026-06-22T19:35:22.821Z | Compiling fxhash v0.2.1 |
| 3341 | 2026-06-22T19:35:22.890Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-06-22T19:35:22.902Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-06-22T19:35:22.985Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-06-22T19:35:23.059Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-06-22T19:35:23.167Z | Compiling sled v0.34.7 |
| 3346 | 2026-06-22T19:35:23.182Z | Compiling hickory-server v0.25.2 |
| 3347 | 2026-06-22T19:35:23.247Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-06-22T19:35:23.308Z | Compiling progenitor v0.14.0 |
| 3349 | 2026-06-22T19:35:23.483Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3350 | 2026-06-22T19:35:23.501Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-06-22T19:35:23.606Z | Compiling progenitor-macro v0.13.0 |
| 3352 | 2026-06-22T19:35:23.682Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3353 | 2026-06-22T19:35:23.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-06-22T19:35:23.844Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3355 | 2026-06-22T19:35:24.004Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-06-22T19:35:24.038Z | Compiling object v0.30.4 |
| 3357 | 2026-06-22T19:35:24.178Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3358 | 2026-06-22T19:35:24.339Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3359 | 2026-06-22T19:35:24.354Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3360 | 2026-06-22T19:35:24.396Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3361 | 2026-06-22T19:35:24.414Z | Compiling password-hash v0.4.2 |
| 3362 | 2026-06-22T19:35:24.582Z | Compiling crc8 v0.1.1 |
| 3363 | 2026-06-22T19:35:24.726Z | Compiling half v1.8.3 |
| 3364 | 2026-06-22T19:35:24.820Z | Compiling path-slash v0.1.5 |
| 3365 | 2026-06-22T19:35:24.888Z | Compiling http-range v0.1.5 |
| 3366 | 2026-06-22T19:35:24.983Z | Compiling serde_cbor v0.11.2 |
| 3367 | 2026-06-22T19:35:25.076Z | Compiling pbkdf2 v0.11.0 |
| 3368 | 2026-06-22T19:35:25.107Z | Compiling illumos-nvpair v0.3.0 |
| 3369 | 2026-06-22T19:35:25.389Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3370 | 2026-06-22T19:35:25.601Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3371 | 2026-06-22T19:35:25.663Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3372 | 2026-06-22T19:35:26.221Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3373 | 2026-06-22T19:35:26.286Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3374 | 2026-06-22T19:35:26.354Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3375 | 2026-06-22T19:35:26.437Z | Compiling ssh-key v0.6.7 |
| 3376 | 2026-06-22T19:35:26.785Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3377 | 2026-06-22T19:35:26.890Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3378 | 2026-06-22T19:35:26.942Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3379 | 2026-06-22T19:35:27.007Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3380 | 2026-06-22T19:35:27.058Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-06-22T19:35:27.089Z | Compiling p521 v0.13.3 |
| 3382 | 2026-06-22T19:35:27.247Z | Compiling p256 v0.13.2 |
| 3383 | 2026-06-22T19:35:27.530Z | Compiling yasna v0.5.2 |
| 3384 | 2026-06-22T19:35:27.626Z | Compiling kstat-rs v0.2.4 |
| 3385 | 2026-06-22T19:35:27.820Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3386 | 2026-06-22T19:35:27.882Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3387 | 2026-06-22T19:35:27.959Z | Compiling headers-core v0.3.0 |
| 3388 | 2026-06-22T19:35:28.073Z | Compiling nanorand v0.7.0 |
| 3389 | 2026-06-22T19:35:28.147Z | Compiling russh-cryptovec v0.7.3 |
| 3390 | 2026-06-22T19:35:28.168Z | Compiling atty v0.2.14 |
| 3391 | 2026-06-22T19:35:28.168Z | Compiling md5 v0.7.0 |
| 3392 | 2026-06-22T19:35:28.190Z | Compiling home v0.5.12 |
| 3393 | 2026-06-22T19:35:28.274Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3394 | 2026-06-22T19:35:28.288Z | Compiling headers v0.4.1 |
| 3395 | 2026-06-22T19:35:28.343Z | Compiling russh-keys v0.45.0 |
| 3396 | 2026-06-22T19:35:28.366Z | Compiling flume v0.11.1 |
| 3397 | 2026-06-22T19:35:28.394Z | Compiling rcgen v0.12.1 |
| 3398 | 2026-06-22T19:35:28.414Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3399 | 2026-06-22T19:35:28.473Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3400 | 2026-06-22T19:35:28.496Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3401 | 2026-06-22T19:35:28.725Z | Compiling progenitor v0.13.0 |
| 3402 | 2026-06-22T19:35:28.767Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3403 | 2026-06-22T19:35:28.835Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3404 | 2026-06-22T19:35:28.888Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3405 | 2026-06-22T19:35:28.907Z | Compiling hyper-staticfile v0.10.1 |
| 3406 | 2026-06-22T19:35:29.024Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3407 | 2026-06-22T19:35:29.070Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3408 | 2026-06-22T19:35:29.183Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3409 | 2026-06-22T19:35:29.311Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-06-22T19:35:29.436Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3411 | 2026-06-22T19:35:29.494Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3412 | 2026-06-22T19:35:29.544Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3413 | 2026-06-22T19:35:29.666Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3414 | 2026-06-22T19:35:29.698Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3415 | 2026-06-22T19:35:29.713Z | Compiling num-bigint v0.4.6 |
| 3416 | 2026-06-22T19:35:29.797Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-06-22T19:35:29.857Z | Compiling des v0.8.1 |
| 3418 | 2026-06-22T19:35:29.879Z | Compiling subprocess v0.2.15 |
| 3419 | 2026-06-22T19:35:29.911Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3420 | 2026-06-22T19:35:29.950Z | Compiling hex-literal v0.4.1 |
| 3421 | 2026-06-22T19:35:29.972Z | Compiling display-error-chain v0.2.2 |
| 3422 | 2026-06-22T19:35:30.009Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3423 | 2026-06-22T19:35:30.079Z | Compiling colored v2.2.0 |
| 3424 | 2026-06-22T19:35:30.104Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3425 | 2026-06-22T19:35:30.159Z | Compiling internet-checksum v0.2.1 |
| 3426 | 2026-06-22T19:35:30.384Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3427 | 2026-06-22T19:35:30.425Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3428 | 2026-06-22T19:35:31.024Z | Compiling russh v0.45.0 |
| 3429 | 2026-06-22T19:35:31.346Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3430 | 2026-06-22T19:35:32.301Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3431 | 2026-06-22T19:35:32.301Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3432 | 2026-06-22T19:35:34.700Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3433 | 2026-06-22T19:35:35.348Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3434 | 2026-06-22T19:35:35.548Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3435 | 2026-06-22T19:35:35.837Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3436 | 2026-06-22T19:35:37.593Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3437 | 2026-06-22T19:35:45.825Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3438 | 2026-06-22T19:35:45.826Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3439 | 2026-06-22T19:35:45.830Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3440 | 2026-06-22T19:35:45.830Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3441 | 2026-06-22T19:35:47.579Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3442 | 2026-06-22T19:35:47.641Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3443 | 2026-06-22T19:35:51.605Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3444 | 2026-06-22T19:36:30.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3445 | 2026-06-22T19:36:31.180Z | |
| 3446 | 2026-06-22T19:36:31.180Z | real 1:26.163008217 |
| 3447 | 2026-06-22T19:36:31.180Z | user 8:02.292041461 |
| 3448 | 2026-06-22T19:36:31.180Z | sys 1:39.883922390 |
| 3449 | 2026-06-22T19:36:31.183Z | trap 0.239569570 |
| 3450 | 2026-06-22T19:36:31.183Z | tflt 0.576632878 |
| 3451 | 2026-06-22T19:36:31.183Z | dflt 1.669906476 |
| 3452 | 2026-06-22T19:36:31.184Z | kflt 0.000294770 |
| 3453 | 2026-06-22T19:36:31.184Z | lock 28:21.004029477 |
| 3454 | 2026-06-22T19:36:31.184Z | slp 18:07.599594537 |
| 3455 | 2026-06-22T19:36:31.184Z | lat 37.965618242 |
| 3456 | 2026-06-22T19:36:31.184Z | stop 2:45.203331744 |
| 3457 | 2026-06-22T19:36:31.184Z | + mkdir tests |
| 3458 | 2026-06-22T19:36:31.187Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3459 | 2026-06-22T19:36:31.187Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3460 | 2026-06-22T19:36:31.210Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/ |
| 3461 | 2026-06-22T19:36:31.231Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/ |
| 3462 | 2026-06-22T19:36:31.253Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/ |
| 3463 | 2026-06-22T19:36:31.274Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/ |
| 3464 | 2026-06-22T19:36:31.507Z | + 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) |
| 3465 | 2026-06-22T19:36:31.511Z | + 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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 |
| 3466 | 2026-06-22T19:37:51.953Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3467 | 2026-06-22T19:37:51.953Z | a .github/buildomat/ci-env.sh 1K |
| 3468 | 2026-06-22T19:37:51.953Z | a out/target/test 1K |
| 3469 | 2026-06-22T19:37:51.953Z | a out/npuzone/npuzone 27402K |
| 3470 | 2026-06-22T19:37:51.953Z | a package-manifest.toml 35K |
| 3471 | 2026-06-22T19:37:51.953Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3472 | 2026-06-22T19:37:51.953Z | a target/release/omicron-package 45241K |
| 3473 | 2026-06-22T19:37:51.953Z | a target/release/xtask 11453K |
| 3474 | 2026-06-22T19:37:51.953Z | a target/debug/bootstrap 356172K |
| 3475 | 2026-06-22T19:37:51.953Z | a tests/bootstrap-924fc3fc47321669 31215K |
| 3476 | 2026-06-22T19:37:51.954Z | a tests/commtest-408c589a9be9a15a 32300K |
| 3477 | 2026-06-22T19:37:51.954Z | a tests/dhcp_server-f35f394bfb169ef7 31215K |
| 3478 | 2026-06-22T19:37:51.954Z | a tests/end_to_end_tests-f00a927a2ca939a9 397996K |
| 3479 | 2026-06-22T19:37:51.954Z | a tools/opte_version 1K |
| 3480 | 2026-06-22T19:37:51.954Z | a tools/opte_version_override 2K |
| 3481 | 2026-06-22T19:37:51.954Z | a out/clickhouse.tar.gz 313507K |
| 3482 | 2026-06-22T19:37:51.954Z | a out/clickhouse_keeper.tar.gz 298564K |
| 3483 | 2026-06-22T19:37:51.954Z | a out/clickhouse_server.tar.gz 313505K |
| 3484 | 2026-06-22T19:37:51.954Z | a out/cockroachdb.tar.gz 157712K |
| 3485 | 2026-06-22T19:37:51.954Z | a out/crucible-pantry-zone.tar.gz 36485K |
| 3486 | 2026-06-22T19:37:51.954Z | a out/crucible-utils.tar 16478K |
| 3487 | 2026-06-22T19:37:51.954Z | a out/crucible-zone.tar.gz 52055K |
| 3488 | 2026-06-22T19:37:51.954Z | a out/external-dns.tar.gz 42923K |
| 3489 | 2026-06-22T19:37:51.954Z | a out/internal-dns.tar.gz 42923K |
| 3490 | 2026-06-22T19:37:51.955Z | a out/mg-ddm-gz.tar 97917K |
| 3491 | 2026-06-22T19:37:51.955Z | a out/nexus.tar.gz 278326K |
| 3492 | 2026-06-22T19:37:51.955Z | a out/ntp.tar.gz 24126K |
| 3493 | 2026-06-22T19:37:51.955Z | a out/omicron-gateway-softnpu.tar.gz 30215K |
| 3494 | 2026-06-22T19:37:51.955Z | a out/omicron-sled-agent.tar 194823K |
| 3495 | 2026-06-22T19:37:51.955Z | a out/overlay.tar.gz 3K |
| 3496 | 2026-06-22T19:37:51.955Z | a out/oximeter.tar.gz 62319K |
| 3497 | 2026-06-22T19:37:51.955Z | a out/oxlog.tar 3782K |
| 3498 | 2026-06-22T19:37:51.955Z | a out/probe.tar.gz 3037K |
| 3499 | 2026-06-22T19:37:51.955Z | a out/propolis-server.tar.gz 34918K |
| 3500 | 2026-06-22T19:37:51.955Z | a out/pumpkind-gz.tar 26647K |
| 3501 | 2026-06-22T19:37:51.955Z | a out/switch-softnpu.tar.gz 448011K |
| 3502 | 2026-06-22T19:37:51.961Z | |
| 3503 | 2026-06-22T19:37:51.961Z | real 1:20.443968649 |
| 3504 | 2026-06-22T19:37:51.961Z | user 1:17.715974555 |
| 3505 | 2026-06-22T19:37:51.961Z | sys 4.459435096 |
| 3506 | 2026-06-22T19:37:51.961Z | trap 0.005696118 |
| 3507 | 2026-06-22T19:37:51.961Z | tflt 0.000000000 |
| 3508 | 2026-06-22T19:37:51.961Z | dflt 0.000000000 |
| 3509 | 2026-06-22T19:37:51.961Z | kflt 0.000000000 |
| 3510 | 2026-06-22T19:37:51.961Z | lock 0.000000000 |
| 3511 | 2026-06-22T19:37:51.961Z | slp 1:17.671819428 |
| 3512 | 2026-06-22T19:37:51.961Z | lat 1.030292194 |
| 3513 | 2026-06-22T19:37:51.961Z | stop 0.000178750 |
| 3514 | 2026-06-22T19:37:51.961Z | process exited: duration 1013173 ms, exit code 0 |
| |
| 3515 | 2026-06-22T19:37:51.985Z | found 1 output files |
| 3516 | 2026-06-22T19:37:51.985Z | uploading: /work/package.tar.gz (2480342413 bytes) |
| 3517 | 2026-06-22T19:38:29.981Z | uploaded: /work/package.tar.gz |