|
|
|
| 1 | 2026-05-19T16:19:12.555Z | job assigned to worker 01KS0GG2FQ5QM6WKSB9N6QPED6 [factory aws, i-04ccd187d329cb393] (queued for 48 s) |
| |
| 2 | 2026-05-19T16:19:20.385Z | starting task 0: "setup" |
| 3 | 2026-05-19T16:19:20.390Z | ++ uname -s |
| 4 | 2026-05-19T16:19:20.393Z | + kern=SunOS |
| 5 | 2026-05-19T16:19:20.393Z | + build_user=build |
| 6 | 2026-05-19T16:19:20.393Z | + build_uid=12345 |
| 7 | 2026-05-19T16:19:20.393Z | + work_dir=/work |
| 8 | 2026-05-19T16:19:20.393Z | + input_dir=/input |
| 9 | 2026-05-19T16:19:20.394Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T16:19:20.394Z | + case "$kern" in |
| 11 | 2026-05-19T16:19:20.394Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T16:19:20.397Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T16:19:22.405Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T16:19:22.585Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T16:19:22.588Z | + home_fs=zfs |
| 16 | 2026-05-19T16:19:22.589Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T16:19:22.589Z | + mkdir -p /home/build |
| 18 | 2026-05-19T16:19:22.592Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T16:19:24.592Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T16:19:24.597Z | process exited: duration 4213 ms, exit code 0 |
| |
| 21 | 2026-05-19T16:19:24.605Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T16:19:24.612Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-19T16:19:24.612Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-19T16:19:24.612Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-19T16:19:24.617Z | * rust toolchain profile = "default" |
| 26 | 2026-05-19T16:19:24.617Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-19T16:19:24.617Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-19T16:19:24.617Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T16:19:24.617Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-19T16:19:24.724Z | info: downloading installer |
| 31 | 2026-05-19T16:19:26.408Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-19T16:19:26.408Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-19T16:19:26.408Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-19T16:19:26.408Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-19T16:19:26.421Z | info: profile set to default |
| 36 | 2026-05-19T16:19:26.421Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-19T16:19:26.424Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-19T16:19:26.561Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-19T16:19:26.561Z | info: downloading 6 components |
| 40 | 2026-05-19T16:19:40.828Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-19T16:19:40.828Z | |
| 42 | 2026-05-19T16:19:40.860Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-19T16:19:40.860Z | |
| 44 | 2026-05-19T16:19:40.860Z | |
| 45 | 2026-05-19T16:19:40.860Z | Rust is installed now. Great! |
| 46 | 2026-05-19T16:19:40.860Z | |
| 47 | 2026-05-19T16:19:40.860Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-19T16:19:40.860Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-19T16:19:40.860Z | |
| 50 | 2026-05-19T16:19:40.861Z | To configure your current shell, you need to source |
| 51 | 2026-05-19T16:19:40.861Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-19T16:19:40.861Z | |
| 53 | 2026-05-19T16:19:40.861Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-19T16:19:40.862Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-19T16:19:40.876Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-19T16:19:40.876Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-19T16:19:40.876Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-19T16:19:40.876Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-19T16:19:40.876Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-19T16:19:40.876Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-19T16:19:40.876Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-19T16:19:40.968Z | + rustup --version |
| 63 | 2026-05-19T16:19:40.981Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-19T16:19:40.981Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-19T16:19:41.003Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-19T16:19:41.006Z | + cargo --version |
| 67 | 2026-05-19T16:19:41.014Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-19T16:19:41.014Z | + rustc --version |
| 69 | 2026-05-19T16:19:41.035Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-19T16:19:41.038Z | process exited: duration 16431 ms, exit code 0 |
| |
| 71 | 2026-05-19T16:19:41.048Z | starting task 2: "authentication" |
| 72 | 2026-05-19T16:19:41.067Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-19T16:19:41.092Z | starting task 3: "clone repository" |
| 74 | 2026-05-19T16:19:41.096Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-19T16:19:41.100Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-19T16:19:41.132Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-19T16:19:51.387Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-19T16:19:51.387Z | + git fetch origin 7660302088420e2aee235c2822ef5aad8b94ca29 |
| 79 | 2026-05-19T16:19:51.750Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-19T16:19:51.750Z | * branch 7660302088420e2aee235c2822ef5aad8b94ca29 -> FETCH_HEAD |
| 81 | 2026-05-19T16:19:51.771Z | + [[ -n eliza/million-dollar-mistake ]] |
| 82 | 2026-05-19T16:19:51.777Z | ++ git branch --show-current |
| 83 | 2026-05-19T16:19:51.777Z | + current=main |
| 84 | 2026-05-19T16:19:51.777Z | + [[ main != eliza/million-dollar-mistake ]] |
| 85 | 2026-05-19T16:19:51.778Z | + git branch -f eliza/million-dollar-mistake 7660302088420e2aee235c2822ef5aad8b94ca29 |
| 86 | 2026-05-19T16:19:51.778Z | + git checkout -f eliza/million-dollar-mistake |
| 87 | 2026-05-19T16:19:52.011Z | Switched to branch 'eliza/million-dollar-mistake' |
| 88 | 2026-05-19T16:19:52.015Z | + git reset --hard 7660302088420e2aee235c2822ef5aad8b94ca29 |
| 89 | 2026-05-19T16:19:52.028Z | HEAD is now at 766030208 Merge branch 'main' into eliza/million-dollar-mistake |
| 90 | 2026-05-19T16:19:52.033Z | process exited: duration 10937 ms, exit code 0 |
| |
| 91 | 2026-05-19T16:19:52.043Z | starting task 4: "build" |
| 92 | 2026-05-19T16:19:52.047Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-19T16:19:52.047Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-19T16:19:52.047Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-19T16:19:52.047Z | + cargo --version |
| 96 | 2026-05-19T16:19:52.056Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-19T16:19:52.059Z | + rustc --version |
| 98 | 2026-05-19T16:19:52.081Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-19T16:19:52.084Z | + WORK=/work |
| 100 | 2026-05-19T16:19:52.085Z | + pfexec mkdir -p /work |
| 101 | 2026-05-19T16:19:52.088Z | + pfexec chown build /work |
| 102 | 2026-05-19T16:19:52.091Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-19T16:19:53.661Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-19T16:19:53.737Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-19T16:19:53.930Z | Planning: Solver setup ... Done (0.177s) |
| 106 | 2026-05-19T16:19:53.956Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-19T16:19:53.963Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-19T16:19:53.977Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-19T16:19:54.414Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-19T16:19:54.423Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-19T16:19:54.431Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-19T16:19:54.621Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 113 | 2026-05-19T16:19:54.625Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-19T16:19:55.517Z | Planning: Evaluating mediators ... Done (0.895s) |
| 115 | 2026-05-19T16:19:55.525Z | Planning: Planning completed in 1.78 seconds |
| 116 | 2026-05-19T16:19:55.539Z | Packages to install: 2 |
| 117 | 2026-05-19T16:19:55.539Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-19T16:19:55.539Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-19T16:19:55.539Z | Create boot environment: No |
| 120 | 2026-05-19T16:19:55.539Z | Create backup boot environment: No |
| 121 | 2026-05-19T16:19:55.539Z | Rebuild boot archive: No |
| 122 | 2026-05-19T16:19:55.539Z | |
| 123 | 2026-05-19T16:19:55.539Z | Changed packages: |
| 124 | 2026-05-19T16:19:55.539Z | helios |
| 125 | 2026-05-19T16:19:55.539Z | developer/build-essential |
| 126 | 2026-05-19T16:19:55.539Z | None -> 11-3.0 |
| 127 | 2026-05-19T16:19:55.539Z | library/libxmlsec1 |
| 128 | 2026-05-19T16:19:55.539Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-19T16:19:55.554Z | |
| 130 | 2026-05-19T16:19:55.554Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-19T16:19:56.089Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 132 | 2026-05-19T16:19:56.168Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-19T16:19:56.208Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-19T16:19:56.221Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-19T16:19:56.221Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-19T16:19:56.230Z | Finalize: Updating image state ... Done (0.016s) |
| 137 | 2026-05-19T16:20:02.018Z | Finalize: Creating fast lookup database ... Done (2.618s) |
| 138 | 2026-05-19T16:20:02.065Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-19T16:20:02.065Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-19T16:20:02.065Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-19T16:20:02.065Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-19T16:20:02.065Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-19T16:20:02.065Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-19T16:20:02.065Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-19T16:20:02.065Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-19T16:20:02.065Z | Mediators to change: 2 |
| 147 | 2026-05-19T16:20:02.065Z | Create boot environment: No |
| 148 | 2026-05-19T16:20:02.065Z | Create backup boot environment: No |
| 149 | 2026-05-19T16:20:02.065Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-19T16:20:02.066Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-19T16:20:02.066Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-19T16:20:02.128Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-19T16:20:02.128Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-19T16:20:02.128Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-19T16:20:02.128Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-19T16:20:02.159Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-19T16:20:02.265Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-19T16:20:02.277Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-19T16:20:02.424Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-19T16:20:02.427Z | Planning: Planning completed in 0.28 seconds |
| 161 | 2026-05-19T16:20:02.449Z | Mediators to change: 1 |
| 162 | 2026-05-19T16:20:02.449Z | Create boot environment: No |
| 163 | 2026-05-19T16:20:02.449Z | Create backup boot environment: No |
| 164 | 2026-05-19T16:20:02.522Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-19T16:20:02.522Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-19T16:20:02.531Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-19T16:20:04.534Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-19T16:20:04.599Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-19T16:20:04.603Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-19T16:20:04.673Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-19T16:20:04.990Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-19T16:20:04.990Z | apache system 2.4 system |
| 173 | 2026-05-19T16:20:04.990Z | clang system 15 system |
| 174 | 2026-05-19T16:20:04.990Z | csh system system illumos |
| 175 | 2026-05-19T16:20:04.990Z | ctags system system illumos |
| 176 | 2026-05-19T16:20:04.991Z | file vendor vendor darwinsys |
| 177 | 2026-05-19T16:20:04.991Z | file system system illumos |
| 178 | 2026-05-19T16:20:04.991Z | gcc vendor 14 vendor |
| 179 | 2026-05-19T16:20:04.991Z | gcc system 13 system |
| 180 | 2026-05-19T16:20:04.991Z | gcc system 10 system |
| 181 | 2026-05-19T16:20:04.991Z | go system 1.25 system |
| 182 | 2026-05-19T16:20:04.991Z | llvm system 15 system |
| 183 | 2026-05-19T16:20:04.991Z | mariadb system 11.4 system |
| 184 | 2026-05-19T16:20:04.991Z | mta vendor vendor dma |
| 185 | 2026-05-19T16:20:04.991Z | openjdk system 17 system |
| 186 | 2026-05-19T16:20:04.991Z | openjdk system 11 system |
| 187 | 2026-05-19T16:20:04.991Z | openssl vendor 3 vendor |
| 188 | 2026-05-19T16:20:04.991Z | perl system 5.40 system |
| 189 | 2026-05-19T16:20:04.991Z | postgresql system 18 system |
| 190 | 2026-05-19T16:20:04.991Z | postgresql system 17 system |
| 191 | 2026-05-19T16:20:04.991Z | python vendor 3 vendor |
| 192 | 2026-05-19T16:20:04.991Z | python system 2 system |
| 193 | 2026-05-19T16:20:04.991Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-19T16:20:04.991Z | ruby system 3.4 system |
| 195 | 2026-05-19T16:20:04.991Z | ruby system 3.0 system |
| 196 | 2026-05-19T16:20:04.991Z | words vendor vendor american-english |
| 197 | 2026-05-19T16:20:04.992Z | words system system australian-english |
| 198 | 2026-05-19T16:20:04.992Z | words system system british-english |
| 199 | 2026-05-19T16:20:04.992Z | words system system canadian-english |
| 200 | 2026-05-19T16:20:04.992Z | words system system french |
| 201 | 2026-05-19T16:20:04.992Z | words system system italian |
| 202 | 2026-05-19T16:20:04.992Z | words system system ngerman |
| 203 | 2026-05-19T16:20:04.992Z | words system system ogerman |
| 204 | 2026-05-19T16:20:04.992Z | words system system spanish |
| 205 | 2026-05-19T16:20:05.254Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-19T16:20:05.254Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-19T16:20:05.533Z | FMRI IFO |
| 208 | 2026-05-19T16:20:05.533Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-19T16:20:05.533Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-19T16:20:05.533Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-19T16:20:05.533Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-19T16:20:05.533Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-19T16:20:05.533Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-19T16:20:05.533Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-19T16:20:05.533Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-19T16:20:05.533Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-19T16:20:05.770Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-19T16:20:06.101Z | Updating crates.io index |
| 219 | 2026-05-19T16:20:06.109Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-19T16:20:06.754Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-19T16:20:07.133Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-19T16:20:07.772Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-19T16:20:08.636Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-19T16:20:09.311Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-19T16:20:11.375Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-19T16:20:12.239Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-19T16:20:12.568Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-19T16:20:13.474Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-19T16:20:13.830Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-19T16:20:14.333Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-19T16:20:14.699Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-19T16:20:15.656Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-19T16:20:16.182Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-19T16:20:16.541Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-19T16:20:16.897Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-19T16:20:17.217Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-19T16:20:17.659Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-19T16:20:18.074Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-19T16:20:18.386Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-19T16:20:18.672Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-19T16:20:19.145Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-19T16:20:19.557Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-19T16:20:20.143Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-19T16:20:20.640Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-19T16:20:21.152Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-19T16:20:22.296Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-19T16:20:22.999Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-19T16:20:23.569Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-19T16:20:24.031Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-19T16:20:24.433Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-19T16:20:24.820Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-19T16:20:25.141Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-19T16:20:25.492Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-19T16:20:25.972Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-19T16:20:26.301Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-19T16:20:26.575Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-19T16:20:27.012Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-19T16:20:39.600Z | Downloading crates ... |
| 259 | 2026-05-19T16:20:39.651Z | Downloaded anstyle v1.0.13 |
| 260 | 2026-05-19T16:20:39.655Z | Downloaded camino-tempfile v1.4.1 |
| 261 | 2026-05-19T16:20:39.658Z | Downloaded cargo_toml v0.21.0 |
| 262 | 2026-05-19T16:20:39.661Z | Downloaded anstream v0.6.21 |
| 263 | 2026-05-19T16:20:39.664Z | Downloaded erased-serde v0.4.9 |
| 264 | 2026-05-19T16:20:39.673Z | Downloaded clap_lex v1.0.0 |
| 265 | 2026-05-19T16:20:39.676Z | Downloaded errno v0.3.14 |
| 266 | 2026-05-19T16:20:39.676Z | Downloaded heck v0.4.1 |
| 267 | 2026-05-19T16:20:39.676Z | Downloaded displaydoc v0.2.5 |
| 268 | 2026-05-19T16:20:39.679Z | Downloaded cfg-if v1.0.4 |
| 269 | 2026-05-19T16:20:39.682Z | Downloaded thiserror v2.0.18 |
| 270 | 2026-05-19T16:20:39.685Z | Downloaded form_urlencoded v1.2.2 |
| 271 | 2026-05-19T16:20:39.686Z | Downloaded equivalent v1.0.2 |
| 272 | 2026-05-19T16:20:39.686Z | Downloaded toml_datetime v0.6.11 |
| 273 | 2026-05-19T16:20:39.686Z | Downloaded icu_properties v2.1.2 |
| 274 | 2026-05-19T16:20:39.689Z | Downloaded utf8parse v0.2.2 |
| 275 | 2026-05-19T16:20:39.689Z | Downloaded toml_write v0.1.2 |
| 276 | 2026-05-19T16:20:39.689Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-05-19T16:20:39.694Z | Downloaded usdt v0.5.0 |
| 278 | 2026-05-19T16:20:39.697Z | Downloaded version_check v0.9.5 |
| 279 | 2026-05-19T16:20:39.697Z | Downloaded unicode-linebreak v0.1.5 |
| 280 | 2026-05-19T16:20:39.697Z | Downloaded thread-id v4.2.2 |
| 281 | 2026-05-19T16:20:39.697Z | Downloaded serde-untagged v0.1.9 |
| 282 | 2026-05-19T16:20:39.700Z | Downloaded potential_utf v0.1.4 |
| 283 | 2026-05-19T16:20:39.700Z | Downloaded typeid v1.0.3 |
| 284 | 2026-05-19T16:20:39.703Z | Downloaded scroll v0.12.0 |
| 285 | 2026-05-19T16:20:39.703Z | Downloaded thiserror-impl v2.0.18 |
| 286 | 2026-05-19T16:20:39.703Z | Downloaded fs-err v3.3.0 |
| 287 | 2026-05-19T16:20:39.707Z | Downloaded serde-value v0.7.0 |
| 288 | 2026-05-19T16:20:39.707Z | Downloaded yoke-derive v0.8.1 |
| 289 | 2026-05-19T16:20:39.707Z | Downloaded usdt-attr-macro v0.5.0 |
| 290 | 2026-05-19T16:20:39.710Z | Downloaded unicode-xid v0.2.6 |
| 291 | 2026-05-19T16:20:39.710Z | Downloaded utf8_iter v1.0.4 |
| 292 | 2026-05-19T16:20:39.710Z | Downloaded idna_adapter v1.2.1 |
| 293 | 2026-05-19T16:20:39.713Z | Downloaded fastrand v2.3.0 |
| 294 | 2026-05-19T16:20:39.716Z | Downloaded camino v1.2.2 |
| 295 | 2026-05-19T16:20:39.716Z | Downloaded usdt-macro v0.5.0 |
| 296 | 2026-05-19T16:20:39.719Z | Downloaded ordered-float v2.10.1 |
| 297 | 2026-05-19T16:20:39.722Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-19T16:20:39.722Z | Downloaded zerofrom v0.1.6 |
| 299 | 2026-05-19T16:20:39.722Z | Downloaded thiserror v1.0.69 |
| 300 | 2026-05-19T16:20:39.725Z | Downloaded tinystr v0.8.2 |
| 301 | 2026-05-19T16:20:39.728Z | Downloaded tabled_derive v0.7.0 |
| 302 | 2026-05-19T16:20:39.728Z | Downloaded heck v0.5.0 |
| 303 | 2026-05-19T16:20:39.731Z | Downloaded zerovec-derive v0.11.2 |
| 304 | 2026-05-19T16:20:39.734Z | Downloaded memmap v0.7.0 |
| 305 | 2026-05-19T16:20:39.734Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-19T16:20:39.734Z | Downloaded smawk v0.3.2 |
| 307 | 2026-05-19T16:20:39.737Z | Downloaded writeable v0.6.2 |
| 308 | 2026-05-19T16:20:39.737Z | Downloaded thiserror-impl v1.0.69 |
| 309 | 2026-05-19T16:20:39.740Z | Downloaded yoke v0.8.1 |
| 310 | 2026-05-19T16:20:39.744Z | Downloaded strsim v0.11.1 |
| 311 | 2026-05-19T16:20:39.747Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-05-19T16:20:39.750Z | Downloaded toml v0.8.23 |
| 313 | 2026-05-19T16:20:39.750Z | Downloaded serde_spanned v0.6.9 |
| 314 | 2026-05-19T16:20:39.750Z | Downloaded zerocopy-derive v0.7.35 |
| 315 | 2026-05-19T16:20:39.753Z | Downloaded stable_deref_trait v1.2.1 |
| 316 | 2026-05-19T16:20:39.753Z | Downloaded usdt-impl v0.5.0 |
| 317 | 2026-05-19T16:20:39.756Z | Downloaded unicode-ident v1.0.24 |
| 318 | 2026-05-19T16:20:39.759Z | Downloaded scroll_derive v0.12.1 |
| 319 | 2026-05-19T16:20:39.759Z | Downloaded textwrap v0.16.2 |
| 320 | 2026-05-19T16:20:39.759Z | Downloaded toml_edit v0.22.27 |
| 321 | 2026-05-19T16:20:39.762Z | Downloaded itoa v1.0.17 |
| 322 | 2026-05-19T16:20:39.762Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-05-19T16:20:39.765Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-05-19T16:20:39.765Z | Downloaded typenum v1.19.0 |
| 325 | 2026-05-19T16:20:39.768Z | Downloaded cpufeatures v0.2.17 |
| 326 | 2026-05-19T16:20:39.768Z | Downloaded synstructure v0.13.2 |
| 327 | 2026-05-19T16:20:39.771Z | Downloaded icu_collections v2.1.1 |
| 328 | 2026-05-19T16:20:39.774Z | Downloaded zerotrie v0.2.3 |
| 329 | 2026-05-19T16:20:39.774Z | Downloaded dtrace-parser v0.2.0 |
| 330 | 2026-05-19T16:20:39.777Z | Downloaded url v2.5.8 |
| 331 | 2026-05-19T16:20:39.782Z | Downloaded quote v1.0.45 |
| 332 | 2026-05-19T16:20:39.782Z | Downloaded byteorder v1.5.0 |
| 333 | 2026-05-19T16:20:39.785Z | Downloaded zerovec v0.11.5 |
| 334 | 2026-05-19T16:20:39.788Z | Downloaded fnv v1.0.7 |
| 335 | 2026-05-19T16:20:39.793Z | Downloaded cargo-platform v0.2.0 |
| 336 | 2026-05-19T16:20:39.793Z | Downloaded dof v0.3.0 |
| 337 | 2026-05-19T16:20:39.795Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-05-19T16:20:39.798Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-05-19T16:20:39.801Z | Downloaded zerocopy v0.7.35 |
| 340 | 2026-05-19T16:20:39.808Z | Downloaded winnow v0.7.14 |
| 341 | 2026-05-19T16:20:39.812Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-05-19T16:20:39.816Z | Downloaded serde_tokenstream v0.2.3 |
| 343 | 2026-05-19T16:20:39.816Z | Downloaded plain v0.2.3 |
| 344 | 2026-05-19T16:20:39.816Z | Downloaded unicode-width v0.2.0 |
| 345 | 2026-05-19T16:20:39.819Z | Downloaded unicode-width v0.1.14 |
| 346 | 2026-05-19T16:20:39.822Z | Downloaded swrite v0.1.0 |
| 347 | 2026-05-19T16:20:39.822Z | Downloaded cargo-util-schemas v0.8.2 |
| 348 | 2026-05-19T16:20:39.825Z | Downloaded terminal_size v0.4.3 |
| 349 | 2026-05-19T16:20:39.825Z | Downloaded block-buffer v0.10.4 |
| 350 | 2026-05-19T16:20:39.825Z | Downloaded anstyle-parse v0.2.7 |
| 351 | 2026-05-19T16:20:39.825Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2026-05-19T16:20:39.828Z | Downloaded percent-encoding v2.3.2 |
| 353 | 2026-05-19T16:20:39.828Z | Downloaded digest v0.10.7 |
| 354 | 2026-05-19T16:20:39.828Z | Downloaded crypto-common v0.1.7 |
| 355 | 2026-05-19T16:20:39.832Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-05-19T16:20:39.835Z | Downloaded smallvec v1.15.1 |
| 357 | 2026-05-19T16:20:39.838Z | Downloaded num-traits v0.2.19 |
| 358 | 2026-05-19T16:20:39.838Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-05-19T16:20:39.842Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2026-05-19T16:20:39.847Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-19T16:20:39.850Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-05-19T16:20:39.853Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2026-05-19T16:20:39.863Z | Downloaded serde_derive v1.0.228 |
| 364 | 2026-05-19T16:20:39.866Z | Downloaded clap v4.5.60 |
| 365 | 2026-05-19T16:20:39.869Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-19T16:20:39.873Z | Downloaded clap_derive v4.5.55 |
| 367 | 2026-05-19T16:20:39.873Z | Downloaded autocfg v1.5.0 |
| 368 | 2026-05-19T16:20:39.879Z | Downloaded once_cell v1.21.3 |
| 369 | 2026-05-19T16:20:39.882Z | Downloaded semver v1.0.28 |
| 370 | 2026-05-19T16:20:39.892Z | Downloaded pest_generator v2.8.6 |
| 371 | 2026-05-19T16:20:39.895Z | Downloaded cargo_metadata v0.21.0 |
| 372 | 2026-05-19T16:20:39.902Z | Downloaded serde v1.0.228 |
| 373 | 2026-05-19T16:20:39.905Z | Downloaded log v0.4.29 |
| 374 | 2026-05-19T16:20:39.910Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-05-19T16:20:39.910Z | Downloaded indexmap v2.14.0 |
| 376 | 2026-05-19T16:20:39.913Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-05-19T16:20:39.913Z | Downloaded icu_normalizer v2.1.1 |
| 378 | 2026-05-19T16:20:39.913Z | Downloaded icu_provider v2.1.1 |
| 379 | 2026-05-19T16:20:39.916Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-19T16:20:39.916Z | Downloaded memchr v2.8.0 |
| 381 | 2026-05-19T16:20:39.919Z | Downloaded getrandom v0.4.1 |
| 382 | 2026-05-19T16:20:39.922Z | Downloaded tempfile v3.25.0 |
| 383 | 2026-05-19T16:20:39.930Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-05-19T16:20:39.933Z | Downloaded pest v2.8.6 |
| 385 | 2026-05-19T16:20:39.935Z | Downloaded icu_locale_core v2.1.1 |
| 386 | 2026-05-19T16:20:39.938Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-05-19T16:20:39.943Z | Downloaded papergrid v0.11.0 |
| 388 | 2026-05-19T16:20:39.946Z | Downloaded idna v1.1.0 |
| 389 | 2026-05-19T16:20:39.974Z | Downloaded goblin v0.8.2 |
| 390 | 2026-05-19T16:20:39.988Z | Downloaded serde_json v1.0.149 |
| 391 | 2026-05-19T16:20:39.992Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-19T16:20:39.995Z | Downloaded clap_builder v4.5.60 |
| 393 | 2026-05-19T16:20:40.002Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-19T16:20:40.014Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-19T16:20:40.022Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-19T16:20:40.044Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-19T16:20:40.065Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-19T16:20:40.137Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-19T16:20:40.141Z | Compiling quote v1.0.45 |
| 400 | 2026-05-19T16:20:40.141Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-19T16:20:40.141Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-19T16:20:40.141Z | Compiling libc v0.2.185 |
| 403 | 2026-05-19T16:20:40.141Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-19T16:20:40.141Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-19T16:20:40.141Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-19T16:20:40.141Z | Compiling serde v1.0.228 |
| 407 | 2026-05-19T16:20:40.141Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-19T16:20:40.323Z | Compiling ucd-trie v0.1.7 |
| 409 | 2026-05-19T16:20:40.326Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-19T16:20:40.326Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-19T16:20:40.326Z | Compiling thiserror v1.0.69 |
| 412 | 2026-05-19T16:20:40.326Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-19T16:20:40.547Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-19T16:20:40.634Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-19T16:20:40.703Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-19T16:20:40.750Z | Compiling byteorder v1.5.0 |
| 417 | 2026-05-19T16:20:40.841Z | Compiling rustix v1.1.3 |
| 418 | 2026-05-19T16:20:40.844Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-19T16:20:40.857Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-19T16:20:40.862Z | Compiling equivalent v1.0.2 |
| 421 | 2026-05-19T16:20:40.959Z | Compiling pest v2.8.6 |
| 422 | 2026-05-19T16:20:41.012Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-19T16:20:41.030Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-19T16:20:41.183Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-19T16:20:41.265Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-19T16:20:41.269Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-19T16:20:41.319Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-19T16:20:41.378Z | Compiling syn v1.0.109 |
| 429 | 2026-05-19T16:20:41.381Z | Compiling toml_write v0.1.2 |
| 430 | 2026-05-19T16:20:41.381Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-19T16:20:41.458Z | Compiling winnow v0.7.14 |
| 432 | 2026-05-19T16:20:41.497Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-19T16:20:41.525Z | Compiling errno v0.3.14 |
| 434 | 2026-05-19T16:20:41.563Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-19T16:20:41.642Z | Compiling indexmap v2.14.0 |
| 436 | 2026-05-19T16:20:41.722Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-19T16:20:41.725Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-19T16:20:41.725Z | Compiling log v0.4.29 |
| 439 | 2026-05-19T16:20:41.777Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-19T16:20:41.796Z | Compiling camino v1.2.2 |
| 441 | 2026-05-19T16:20:41.832Z | Compiling syn v2.0.117 |
| 442 | 2026-05-19T16:20:41.963Z | Compiling plain v0.2.3 |
| 443 | 2026-05-19T16:20:41.986Z | Compiling getrandom v0.4.1 |
| 444 | 2026-05-19T16:20:42.003Z | Compiling utf8parse v0.2.2 |
| 445 | 2026-05-19T16:20:42.059Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-19T16:20:42.143Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-19T16:20:42.257Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-19T16:20:42.332Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-19T16:20:42.362Z | Compiling cfg-if v1.0.4 |
| 450 | 2026-05-19T16:20:42.398Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-19T16:20:42.417Z | Compiling anstyle v1.0.13 |
| 452 | 2026-05-19T16:20:42.438Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-05-19T16:20:42.460Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-19T16:20:42.472Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-05-19T16:20:42.613Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-19T16:20:42.736Z | Compiling heck v0.5.0 |
| 457 | 2026-05-19T16:20:42.736Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-19T16:20:42.736Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-19T16:20:42.736Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-19T16:20:42.852Z | Compiling unicode-width v0.1.14 |
| 461 | 2026-05-19T16:20:42.853Z | Compiling strsim v0.11.1 |
| 462 | 2026-05-19T16:20:42.947Z | Compiling semver v1.0.28 |
| 463 | 2026-05-19T16:20:43.025Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-19T16:20:43.026Z | Compiling once_cell v1.21.3 |
| 465 | 2026-05-19T16:20:43.026Z | Compiling clap_lex v1.0.0 |
| 466 | 2026-05-19T16:20:43.026Z | Compiling bytecount v0.6.9 |
| 467 | 2026-05-19T16:20:43.089Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-19T16:20:43.187Z | Compiling heck v0.4.1 |
| 469 | 2026-05-19T16:20:43.187Z | Compiling anyhow v1.0.102 |
| 470 | 2026-05-19T16:20:43.187Z | Compiling tempfile v3.25.0 |
| 471 | 2026-05-19T16:20:43.283Z | Compiling papergrid v0.11.0 |
| 472 | 2026-05-19T16:20:43.283Z | Compiling clap_builder v4.5.60 |
| 473 | 2026-05-19T16:20:43.283Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-05-19T16:20:43.362Z | Compiling memmap v0.7.0 |
| 475 | 2026-05-19T16:20:43.362Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-19T16:20:43.362Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-05-19T16:20:43.411Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-19T16:20:43.460Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-19T16:20:43.508Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-19T16:20:43.567Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-19T16:20:43.592Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-19T16:20:43.897Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-19T16:20:44.470Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-19T16:20:44.470Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-19T16:20:44.584Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-19T16:20:45.065Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-19T16:20:45.065Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-19T16:20:45.068Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-19T16:20:45.068Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-19T16:20:45.068Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-19T16:20:45.068Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-19T16:20:45.069Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-19T16:20:45.100Z | Compiling pest_derive v2.8.6 |
| 494 | 2026-05-19T16:20:45.103Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-19T16:20:45.118Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-19T16:20:45.121Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-19T16:20:45.814Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-19T16:20:45.888Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-19T16:20:46.046Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-19T16:20:46.213Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-19T16:20:46.261Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-19T16:20:46.345Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-19T16:20:46.501Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-19T16:20:46.501Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-19T16:20:46.580Z | Compiling clap v4.5.60 |
| 506 | 2026-05-19T16:20:46.943Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-19T16:20:46.943Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-19T16:20:47.055Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-19T16:20:47.107Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-19T16:20:47.640Z | Compiling serde_spanned v0.6.9 |
| 511 | 2026-05-19T16:20:47.640Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-19T16:20:47.640Z | Compiling serde-value v0.7.0 |
| 513 | 2026-05-19T16:20:47.645Z | Compiling cargo-platform v0.2.0 |
| 514 | 2026-05-19T16:20:47.645Z | Compiling macaddr v1.0.1 |
| 515 | 2026-05-19T16:20:47.670Z | Compiling dof v0.3.0 |
| 516 | 2026-05-19T16:20:47.678Z | Compiling serde_tokenstream v0.2.3 |
| 517 | 2026-05-19T16:20:47.678Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-19T16:20:47.902Z | Compiling toml_edit v0.22.27 |
| 519 | 2026-05-19T16:20:47.987Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-19T16:20:47.987Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-19T16:20:48.401Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-19T16:20:48.401Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-19T16:20:48.787Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-19T16:20:48.896Z | Compiling idna v1.1.0 |
| 525 | 2026-05-19T16:20:49.000Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-19T16:20:49.150Z | Compiling url v2.5.8 |
| 527 | 2026-05-19T16:20:49.166Z | Compiling toml v0.8.23 |
| 528 | 2026-05-19T16:20:49.496Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-19T16:20:49.553Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-19T16:20:50.358Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-19T16:20:51.304Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-19T16:20:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.82s |
| 533 | 2026-05-19T16:20:53.692Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-19T16:20:54.261Z | Downloading crates ... |
| 535 | 2026-05-19T16:20:54.358Z | Downloaded async-stream v0.3.6 |
| 536 | 2026-05-19T16:20:54.364Z | Downloaded colored v3.1.1 |
| 537 | 2026-05-19T16:20:54.367Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-05-19T16:20:54.373Z | Downloaded ciborium-ll v0.2.2 |
| 539 | 2026-05-19T16:20:54.376Z | Downloaded ascii-canvas v3.0.0 |
| 540 | 2026-05-19T16:20:54.376Z | Downloaded crunchy v0.2.4 |
| 541 | 2026-05-19T16:20:54.379Z | Downloaded adler2 v2.0.1 |
| 542 | 2026-05-19T16:20:54.382Z | Downloaded cookie v0.18.1 |
| 543 | 2026-05-19T16:20:54.382Z | Downloaded crc32fast v1.5.0 |
| 544 | 2026-05-19T16:20:54.385Z | Downloaded env_logger v0.11.9 |
| 545 | 2026-05-19T16:20:54.385Z | Downloaded ar_archive_writer v0.5.1 |
| 546 | 2026-05-19T16:20:54.388Z | Downloaded compression-codecs v0.4.37 |
| 547 | 2026-05-19T16:20:54.391Z | Downloaded darling_macro v0.23.0 |
| 548 | 2026-05-19T16:20:54.391Z | Downloaded async-recursion v1.1.1 |
| 549 | 2026-05-19T16:20:54.394Z | Downloaded derive-ex v0.1.8 |
| 550 | 2026-05-19T16:20:54.394Z | Downloaded console v0.16.2 |
| 551 | 2026-05-19T16:20:54.397Z | Downloaded ciborium v0.2.2 |
| 552 | 2026-05-19T16:20:54.397Z | Downloaded derive_more v2.1.1 |
| 553 | 2026-05-19T16:20:54.404Z | Downloaded derive_builder_core v0.20.2 |
| 554 | 2026-05-19T16:20:54.408Z | Downloaded derive_builder_macro v0.20.2 |
| 555 | 2026-05-19T16:20:54.408Z | Downloaded chacha20 v0.10.0 |
| 556 | 2026-05-19T16:20:54.411Z | Downloaded daft-derive v0.1.5 |
| 557 | 2026-05-19T16:20:54.411Z | Downloaded async-stream-impl v0.3.6 |
| 558 | 2026-05-19T16:20:54.412Z | Downloaded darling_macro v0.20.11 |
| 559 | 2026-05-19T16:20:54.412Z | Downloaded defmt v1.0.1 |
| 560 | 2026-05-19T16:20:54.416Z | Downloaded fd-lock v4.0.4 |
| 561 | 2026-05-19T16:20:54.416Z | Downloaded clang-sys v1.8.1 |
| 562 | 2026-05-19T16:20:54.422Z | Downloaded derive_more v0.99.20 |
| 563 | 2026-05-19T16:20:54.422Z | Downloaded bitfield v0.19.4 |
| 564 | 2026-05-19T16:20:54.422Z | Downloaded bit-set v0.5.3 |
| 565 | 2026-05-19T16:20:54.425Z | Downloaded const_format_proc_macros v0.2.34 |
| 566 | 2026-05-19T16:20:54.425Z | Downloaded async-bb8-diesel v0.2.1 |
| 567 | 2026-05-19T16:20:54.425Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 568 | 2026-05-19T16:20:54.428Z | Downloaded defmt v0.3.100 |
| 569 | 2026-05-19T16:20:54.428Z | Downloaded bit-set v0.8.0 |
| 570 | 2026-05-19T16:20:54.428Z | Downloaded crossbeam-epoch v0.9.18 |
| 571 | 2026-05-19T16:20:54.431Z | Downloaded defmt-parser v1.0.0 |
| 572 | 2026-05-19T16:20:54.431Z | Downloaded data-encoding v2.10.0 |
| 573 | 2026-05-19T16:20:54.431Z | Downloaded base16ct v0.2.0 |
| 574 | 2026-05-19T16:20:54.434Z | Downloaded darling v0.20.11 |
| 575 | 2026-05-19T16:20:54.437Z | Downloaded deranged v0.5.8 |
| 576 | 2026-05-19T16:20:54.437Z | Downloaded dyn-clone v1.0.20 |
| 577 | 2026-05-19T16:20:54.440Z | Downloaded compression-core v0.4.31 |
| 578 | 2026-05-19T16:20:54.440Z | Downloaded cobs v0.3.0 |
| 579 | 2026-05-19T16:20:54.440Z | Downloaded debug-ignore v1.0.5 |
| 580 | 2026-05-19T16:20:54.441Z | Downloaded darling_macro v0.21.3 |
| 581 | 2026-05-19T16:20:54.444Z | Downloaded atty v0.2.14 |
| 582 | 2026-05-19T16:20:54.444Z | Downloaded darling v0.21.3 |
| 583 | 2026-05-19T16:20:54.447Z | Downloaded bitfield-struct v0.6.2 |
| 584 | 2026-05-19T16:20:54.450Z | Downloaded document-features v0.2.12 |
| 585 | 2026-05-19T16:20:54.450Z | Downloaded aead v0.5.2 |
| 586 | 2026-05-19T16:20:54.450Z | Downloaded embedded-io v0.6.1 |
| 587 | 2026-05-19T16:20:54.450Z | Downloaded crc8 v0.1.1 |
| 588 | 2026-05-19T16:20:54.453Z | Downloaded darling v0.23.0 |
| 589 | 2026-05-19T16:20:54.456Z | Downloaded downcast-rs v2.0.2 |
| 590 | 2026-05-19T16:20:54.456Z | Downloaded ciborium-io v0.2.2 |
| 591 | 2026-05-19T16:20:54.456Z | Downloaded cargo-platform v0.1.9 |
| 592 | 2026-05-19T16:20:54.459Z | Downloaded critical-section v1.2.0 |
| 593 | 2026-05-19T16:20:54.459Z | Downloaded cfg_aliases v0.2.1 |
| 594 | 2026-05-19T16:20:54.459Z | Downloaded bcs v0.1.6 |
| 595 | 2026-05-19T16:20:54.462Z | Downloaded block-padding v0.3.3 |
| 596 | 2026-05-19T16:20:54.462Z | Downloaded cstr-argument v0.1.2 |
| 597 | 2026-05-19T16:20:54.462Z | Downloaded crc v3.4.0 |
| 598 | 2026-05-19T16:20:54.462Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 599 | 2026-05-19T16:20:54.466Z | Downloaded arrayref v0.3.9 |
| 600 | 2026-05-19T16:20:54.466Z | Downloaded array-init v0.0.4 |
| 601 | 2026-05-19T16:20:54.466Z | Downloaded cc v1.2.56 |
| 602 | 2026-05-19T16:20:54.469Z | Downloaded float-cmp v0.10.0 |
| 603 | 2026-05-19T16:20:54.469Z | Downloaded bb8 v0.8.6 |
| 604 | 2026-05-19T16:20:54.469Z | Downloaded env_filter v1.0.0 |
| 605 | 2026-05-19T16:20:54.472Z | Downloaded flagset v0.4.7 |
| 606 | 2026-05-19T16:20:54.472Z | Downloaded crucible-workspace-hack v0.1.0 |
| 607 | 2026-05-19T16:20:54.472Z | Downloaded base64 v0.22.1 |
| 608 | 2026-05-19T16:20:54.475Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-05-19T16:20:54.475Z | Downloaded async-trait v0.1.89 |
| 610 | 2026-05-19T16:20:54.481Z | Downloaded defmt-macros v1.0.1 |
| 611 | 2026-05-19T16:20:54.481Z | Downloaded darling_core v0.23.0 |
| 612 | 2026-05-19T16:20:54.485Z | Downloaded foreign-types-macros v0.2.3 |
| 613 | 2026-05-19T16:20:54.485Z | Downloaded foreign-types v0.5.0 |
| 614 | 2026-05-19T16:20:54.485Z | Downloaded ctr v0.9.2 |
| 615 | 2026-05-19T16:20:54.488Z | Downloaded difflib v0.4.0 |
| 616 | 2026-05-19T16:20:54.488Z | Downloaded convert_case v0.4.0 |
| 617 | 2026-05-19T16:20:54.488Z | Downloaded castaway v0.2.4 |
| 618 | 2026-05-19T16:20:54.488Z | Downloaded dtrace-parser v0.3.0 |
| 619 | 2026-05-19T16:20:54.491Z | Downloaded atomicwrites v0.4.4 |
| 620 | 2026-05-19T16:20:54.491Z | Downloaded fixedbitset v0.4.2 |
| 621 | 2026-05-19T16:20:54.491Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 622 | 2026-05-19T16:20:54.494Z | Downloaded dsl_auto_type v0.2.0 |
| 623 | 2026-05-19T16:20:54.494Z | Downloaded display-error-chain v0.2.2 |
| 624 | 2026-05-19T16:20:54.494Z | Downloaded dirs-sys-next v0.1.2 |
| 625 | 2026-05-19T16:20:54.494Z | Downloaded foreign-types-shared v0.1.1 |
| 626 | 2026-05-19T16:20:54.497Z | Downloaded csv-core v0.1.13 |
| 627 | 2026-05-19T16:20:54.497Z | Downloaded funty v2.0.0 |
| 628 | 2026-05-19T16:20:54.497Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 629 | 2026-05-19T16:20:54.497Z | Downloaded enum-as-inner v0.6.1 |
| 630 | 2026-05-19T16:20:54.501Z | Downloaded foreign-types v0.3.2 |
| 631 | 2026-05-19T16:20:54.501Z | Downloaded float-ord v0.3.2 |
| 632 | 2026-05-19T16:20:54.501Z | Downloaded endian-type v0.1.2 |
| 633 | 2026-05-19T16:20:54.501Z | Downloaded constant_time_eq v0.4.2 |
| 634 | 2026-05-19T16:20:54.504Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-05-19T16:20:54.504Z | Downloaded futures-io v0.3.32 |
| 636 | 2026-05-19T16:20:54.504Z | Downloaded futures-core v0.3.32 |
| 637 | 2026-05-19T16:20:54.504Z | Downloaded foreign-types-shared v0.3.1 |
| 638 | 2026-05-19T16:20:54.507Z | Downloaded fxhash v0.2.1 |
| 639 | 2026-05-19T16:20:54.508Z | Downloaded dunce v1.0.5 |
| 640 | 2026-05-19T16:20:54.508Z | Downloaded dof v0.4.0 |
| 641 | 2026-05-19T16:20:54.508Z | Downloaded arrayvec v0.7.6 |
| 642 | 2026-05-19T16:20:54.511Z | Downloaded globwalk v0.9.1 |
| 643 | 2026-05-19T16:20:54.511Z | Downloaded gethostname v0.5.0 |
| 644 | 2026-05-19T16:20:54.514Z | Downloaded ghash v0.5.1 |
| 645 | 2026-05-19T16:20:54.514Z | Downloaded dirs-next v2.0.0 |
| 646 | 2026-05-19T16:20:54.514Z | Downloaded der_derive v0.7.3 |
| 647 | 2026-05-19T16:20:54.514Z | Downloaded cmake v0.1.57 |
| 648 | 2026-05-19T16:20:54.517Z | Downloaded git-stub v1.0.0 |
| 649 | 2026-05-19T16:20:54.517Z | Downloaded ed25519 v2.2.3 |
| 650 | 2026-05-19T16:20:54.517Z | Downloaded byte-wrapper v0.1.0 |
| 651 | 2026-05-19T16:20:54.520Z | Downloaded crc-catalog v2.4.0 |
| 652 | 2026-05-19T16:20:54.520Z | Downloaded fallible-iterator v0.2.0 |
| 653 | 2026-05-19T16:20:54.523Z | Downloaded cpufeatures v0.3.0 |
| 654 | 2026-05-19T16:20:54.523Z | Downloaded chacha20 v0.9.1 |
| 655 | 2026-05-19T16:20:54.523Z | Downloaded cipher v0.4.4 |
| 656 | 2026-05-19T16:20:54.526Z | Downloaded erased-serde v0.3.31 |
| 657 | 2026-05-19T16:20:54.526Z | Downloaded argon2 v0.5.3 |
| 658 | 2026-05-19T16:20:54.529Z | Downloaded diesel-dtrace v0.5.0 |
| 659 | 2026-05-19T16:20:54.529Z | Downloaded cbc v0.1.2 |
| 660 | 2026-05-19T16:20:54.529Z | Downloaded bit-vec v0.8.0 |
| 661 | 2026-05-19T16:20:54.532Z | Downloaded camino-tempfile-ext v0.3.3 |
| 662 | 2026-05-19T16:20:54.532Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-05-19T16:20:54.532Z | Downloaded hash32 v0.3.1 |
| 664 | 2026-05-19T16:20:54.535Z | Downloaded ff v0.13.1 |
| 665 | 2026-05-19T16:20:54.535Z | Downloaded ena v0.14.4 |
| 666 | 2026-05-19T16:20:54.535Z | Downloaded derive_builder v0.20.2 |
| 667 | 2026-05-19T16:20:54.540Z | Downloaded hash32 v0.2.1 |
| 668 | 2026-05-19T16:20:54.544Z | Downloaded home v0.5.12 |
| 669 | 2026-05-19T16:20:54.544Z | Downloaded hostname v0.4.2 |
| 670 | 2026-05-19T16:20:54.544Z | Downloaded hex-literal v0.4.1 |
| 671 | 2026-05-19T16:20:54.544Z | Downloaded hex v0.4.3 |
| 672 | 2026-05-19T16:20:54.544Z | Downloaded cexpr v0.6.0 |
| 673 | 2026-05-19T16:20:54.544Z | Downloaded hostname v0.3.1 |
| 674 | 2026-05-19T16:20:54.547Z | Downloaded http-range v0.1.5 |
| 675 | 2026-05-19T16:20:54.548Z | Downloaded http-body v1.0.1 |
| 676 | 2026-05-19T16:20:54.548Z | Downloaded base64ct v1.8.3 |
| 677 | 2026-05-19T16:20:54.551Z | Downloaded hubpack_derive v0.1.1 |
| 678 | 2026-05-19T16:20:54.551Z | Downloaded buf-list v1.1.2 |
| 679 | 2026-05-19T16:20:54.551Z | Downloaded corncobs v0.1.4 |
| 680 | 2026-05-19T16:20:54.554Z | Downloaded daft v0.1.5 |
| 681 | 2026-05-19T16:20:54.554Z | Downloaded convert_case v0.10.0 |
| 682 | 2026-05-19T16:20:54.557Z | Downloaded cargo_metadata v0.19.2 |
| 683 | 2026-05-19T16:20:54.557Z | Downloaded crypto-bigint v0.5.5 |
| 684 | 2026-05-19T16:20:54.560Z | Downloaded futures-executor v0.3.32 |
| 685 | 2026-05-19T16:20:54.563Z | Downloaded foldhash v0.1.5 |
| 686 | 2026-05-19T16:20:54.563Z | Downloaded find-msvc-tools v0.1.9 |
| 687 | 2026-05-19T16:20:54.566Z | Downloaded fs-err v2.11.0 |
| 688 | 2026-05-19T16:20:54.567Z | Downloaded hubpack v0.1.2 |
| 689 | 2026-05-19T16:20:54.567Z | Downloaded httpdate v1.0.3 |
| 690 | 2026-05-19T16:20:54.570Z | Downloaded git-stub-vcs v0.1.0 |
| 691 | 2026-05-19T16:20:54.570Z | Downloaded foldhash v0.2.0 |
| 692 | 2026-05-19T16:20:54.570Z | Downloaded bitflags v1.3.2 |
| 693 | 2026-05-19T16:20:54.573Z | Downloaded ident_case v1.0.1 |
| 694 | 2026-05-19T16:20:54.573Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-19T16:20:54.573Z | Downloaded group v0.13.0 |
| 696 | 2026-05-19T16:20:54.576Z | Downloaded console v0.15.11 |
| 697 | 2026-05-19T16:20:54.576Z | Downloaded cookie_store v0.22.1 |
| 698 | 2026-05-19T16:20:54.580Z | Downloaded backon v1.6.0 |
| 699 | 2026-05-19T16:20:54.583Z | Downloaded diff v0.1.13 |
| 700 | 2026-05-19T16:20:54.583Z | Downloaded des v0.8.1 |
| 701 | 2026-05-19T16:20:54.583Z | Downloaded colored v2.2.0 |
| 702 | 2026-05-19T16:20:54.586Z | Downloaded illumos-nvpair v0.3.0 |
| 703 | 2026-05-19T16:20:54.586Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-05-19T16:20:54.589Z | Downloaded inout v0.1.4 |
| 705 | 2026-05-19T16:20:54.589Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 706 | 2026-05-19T16:20:54.589Z | Downloaded filetime v0.2.27 |
| 707 | 2026-05-19T16:20:54.592Z | Downloaded der v0.7.10 |
| 708 | 2026-05-19T16:20:54.592Z | Downloaded instability v0.3.11 |
| 709 | 2026-05-19T16:20:54.595Z | Downloaded glob v0.3.3 |
| 710 | 2026-05-19T16:20:54.595Z | Downloaded crossbeam-channel v0.5.15 |
| 711 | 2026-05-19T16:20:54.599Z | Downloaded lazy_static v1.5.0 |
| 712 | 2026-05-19T16:20:54.599Z | Downloaded is-terminal v0.4.17 |
| 713 | 2026-05-19T16:20:54.602Z | Downloaded highway v1.3.0 |
| 714 | 2026-05-19T16:20:54.602Z | Downloaded instant v0.1.13 |
| 715 | 2026-05-19T16:20:54.602Z | Downloaded allocator-api2 v0.2.21 |
| 716 | 2026-05-19T16:20:54.606Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-05-19T16:20:54.606Z | Downloaded blake2 v0.10.6 |
| 718 | 2026-05-19T16:20:54.610Z | Downloaded internet-checksum v0.2.1 |
| 719 | 2026-05-19T16:20:54.610Z | Downloaded bit-vec v0.6.3 |
| 720 | 2026-05-19T16:20:54.610Z | Downloaded cancel-safe-futures v0.1.5 |
| 721 | 2026-05-19T16:20:54.613Z | Downloaded fs_extra v1.3.0 |
| 722 | 2026-05-19T16:20:54.613Z | Downloaded const-oid v0.9.6 |
| 723 | 2026-05-19T16:20:54.613Z | Downloaded half v1.8.3 |
| 724 | 2026-05-19T16:20:54.616Z | Downloaded cassowary v0.3.0 |
| 725 | 2026-05-19T16:20:54.616Z | Downloaded bzip2 v0.4.4 |
| 726 | 2026-05-19T16:20:54.616Z | Downloaded libscf-sys v1.1.0 |
| 727 | 2026-05-19T16:20:54.619Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-19T16:20:54.619Z | Downloaded is_ci v1.2.0 |
| 729 | 2026-05-19T16:20:54.619Z | Downloaded linked-hash-map v0.5.6 |
| 730 | 2026-05-19T16:20:54.619Z | Downloaded kstat-rs v0.2.4 |
| 731 | 2026-05-19T16:20:54.623Z | Downloaded backoff v0.4.0 |
| 732 | 2026-05-19T16:20:54.626Z | Downloaded maybe-uninit v2.0.0 |
| 733 | 2026-05-19T16:20:54.626Z | Downloaded bitfield-macros v0.19.4 |
| 734 | 2026-05-19T16:20:54.626Z | Downloaded crossbeam-utils v0.8.21 |
| 735 | 2026-05-19T16:20:54.630Z | Downloaded bzip2 v0.6.1 |
| 736 | 2026-05-19T16:20:54.630Z | Downloaded cfg_aliases v0.1.1 |
| 737 | 2026-05-19T16:20:54.630Z | Downloaded ahash v0.8.12 |
| 738 | 2026-05-19T16:20:54.633Z | Downloaded futures-channel v0.3.32 |
| 739 | 2026-05-19T16:20:54.633Z | Downloaded atomic-waker v1.1.2 |
| 740 | 2026-05-19T16:20:54.636Z | Downloaded hyper-tls v0.6.0 |
| 741 | 2026-05-19T16:20:54.636Z | Downloaded humantime v2.3.0 |
| 742 | 2026-05-19T16:20:54.636Z | Downloaded lzss v0.8.2 |
| 743 | 2026-05-19T16:20:54.639Z | Downloaded hyper-staticfile v0.10.1 |
| 744 | 2026-05-19T16:20:54.639Z | Downloaded mime v0.3.17 |
| 745 | 2026-05-19T16:20:54.642Z | Downloaded md5 v0.7.0 |
| 746 | 2026-05-19T16:20:54.642Z | Downloaded lru-slab v0.1.2 |
| 747 | 2026-05-19T16:20:54.642Z | Downloaded lru-cache v0.1.2 |
| 748 | 2026-05-19T16:20:54.642Z | Downloaded lru v0.12.5 |
| 749 | 2026-05-19T16:20:54.645Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-19T16:20:54.645Z | Downloaded md-5 v0.10.6 |
| 751 | 2026-05-19T16:20:54.645Z | Downloaded ingot v0.1.1 |
| 752 | 2026-05-19T16:20:54.648Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 753 | 2026-05-19T16:20:54.648Z | Downloaded fatfs v0.3.6 |
| 754 | 2026-05-19T16:20:54.652Z | Downloaded derive_more-impl v2.1.1 |
| 755 | 2026-05-19T16:20:54.655Z | Downloaded derive-where v1.6.0 |
| 756 | 2026-05-19T16:20:54.658Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-05-19T16:20:54.658Z | Downloaded managed v0.8.0 |
| 758 | 2026-05-19T16:20:54.658Z | Downloaded indoc v2.0.7 |
| 759 | 2026-05-19T16:20:54.663Z | Downloaded lalrpop-util v0.19.12 |
| 760 | 2026-05-19T16:20:54.663Z | Downloaded jobserver v0.1.34 |
| 761 | 2026-05-19T16:20:54.664Z | Downloaded newtype_derive v0.1.6 |
| 762 | 2026-05-19T16:20:54.664Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-05-19T16:20:54.664Z | Downloaded newtype-uuid-macros v0.1.0 |
| 764 | 2026-05-19T16:20:54.667Z | Downloaded num-derive v0.3.3 |
| 765 | 2026-05-19T16:20:54.667Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-05-19T16:20:54.667Z | Downloaded newline-converter v0.3.0 |
| 767 | 2026-05-19T16:20:54.670Z | Downloaded new_debug_unreachable v1.0.6 |
| 768 | 2026-05-19T16:20:54.670Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-05-19T16:20:54.670Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-05-19T16:20:54.670Z | Downloaded indent_write v2.2.0 |
| 771 | 2026-05-19T16:20:54.673Z | Downloaded globset v0.4.18 |
| 772 | 2026-05-19T16:20:54.673Z | Downloaded httparse v1.10.1 |
| 773 | 2026-05-19T16:20:54.676Z | Downloaded ipnet v2.11.0 |
| 774 | 2026-05-19T16:20:54.676Z | Downloaded crc-any v2.5.0 |
| 775 | 2026-05-19T16:20:54.676Z | Downloaded drift v0.1.4 |
| 776 | 2026-05-19T16:20:54.682Z | Downloaded num-derive v0.4.2 |
| 777 | 2026-05-19T16:20:54.685Z | Downloaded num v0.4.3 |
| 778 | 2026-05-19T16:20:54.685Z | Downloaded nodrop v0.1.14 |
| 779 | 2026-05-19T16:20:54.685Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2026-05-19T16:20:54.689Z | Downloaded num_enum_derive v0.5.11 |
| 781 | 2026-05-19T16:20:54.689Z | Downloaded openssl-macros v0.1.1 |
| 782 | 2026-05-19T16:20:54.689Z | Downloaded hyper-rustls v0.27.7 |
| 783 | 2026-05-19T16:20:54.692Z | Downloaded maplit v1.0.2 |
| 784 | 2026-05-19T16:20:54.692Z | Downloaded libsw v3.5.0 |
| 785 | 2026-05-19T16:20:54.692Z | Downloaded libefi-sys v0.1.0 |
| 786 | 2026-05-19T16:20:54.695Z | Downloaded linear-map v1.2.0 |
| 787 | 2026-05-19T16:20:54.695Z | Downloaded ingot-macros v0.1.1 |
| 788 | 2026-05-19T16:20:54.695Z | Downloaded compact_str v0.8.1 |
| 789 | 2026-05-19T16:20:54.698Z | Downloaded ecdsa v0.16.9 |
| 790 | 2026-05-19T16:20:54.702Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-05-19T16:20:54.702Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-05-19T16:20:54.702Z | Downloaded num-iter v0.1.45 |
| 793 | 2026-05-19T16:20:54.702Z | Downloaded const_format v0.2.35 |
| 794 | 2026-05-19T16:20:54.705Z | Downloaded libsw-core v0.3.2 |
| 795 | 2026-05-19T16:20:54.705Z | Downloaded lock_api v0.4.14 |
| 796 | 2026-05-19T16:20:54.708Z | Downloaded dropshot_endpoint v0.17.0 |
| 797 | 2026-05-19T16:20:54.711Z | Downloaded oso-derive v0.27.3 |
| 798 | 2026-05-19T16:20:54.711Z | Downloaded num_threads v0.1.7 |
| 799 | 2026-05-19T16:20:54.711Z | Downloaded bytes v1.11.1 |
| 800 | 2026-05-19T16:20:54.714Z | Downloaded packed_struct_codegen v0.10.1 |
| 801 | 2026-05-19T16:20:54.714Z | Downloaded multer v3.1.0 |
| 802 | 2026-05-19T16:20:54.717Z | Downloaded getrandom v0.3.4 |
| 803 | 2026-05-19T16:20:54.717Z | Downloaded half v2.7.1 |
| 804 | 2026-05-19T16:20:54.720Z | Downloaded mime_guess v2.0.5 |
| 805 | 2026-05-19T16:20:54.723Z | Downloaded iana-time-zone v0.1.65 |
| 806 | 2026-05-19T16:20:54.723Z | Downloaded multimap v0.10.1 |
| 807 | 2026-05-19T16:20:54.723Z | Downloaded hmac v0.12.1 |
| 808 | 2026-05-19T16:20:54.726Z | Downloaded getrandom v0.2.17 |
| 809 | 2026-05-19T16:20:54.729Z | Downloaded parse-display v0.10.0 |
| 810 | 2026-05-19T16:20:54.729Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-05-19T16:20:54.729Z | Downloaded olpc-cjson v0.1.4 |
| 812 | 2026-05-19T16:20:54.729Z | Downloaded elliptic-curve v0.13.8 |
| 813 | 2026-05-19T16:20:54.732Z | Downloaded parse-size v1.1.0 |
| 814 | 2026-05-19T16:20:54.732Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-05-19T16:20:54.735Z | Downloaded nanorand v0.7.0 |
| 816 | 2026-05-19T16:20:54.735Z | Downloaded peg-runtime v0.8.5 |
| 817 | 2026-05-19T16:20:54.735Z | Downloaded ingot-types v0.1.2 |
| 818 | 2026-05-19T16:20:54.738Z | Downloaded either v1.15.0 |
| 819 | 2026-05-19T16:20:54.738Z | Downloaded crossbeam-deque v0.8.6 |
| 820 | 2026-05-19T16:20:54.738Z | Downloaded blowfish v0.9.1 |
| 821 | 2026-05-19T16:20:54.741Z | Downloaded futures-task v0.3.32 |
| 822 | 2026-05-19T16:20:54.741Z | Downloaded futures-macro v0.3.32 |
| 823 | 2026-05-19T16:20:54.744Z | Downloaded chacha20poly1305 v0.10.1 |
| 824 | 2026-05-19T16:20:54.748Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-19T16:20:54.751Z | Downloaded pbkdf2 v0.11.0 |
| 826 | 2026-05-19T16:20:54.754Z | Downloaded pbkdf2 v0.12.2 |
| 827 | 2026-05-19T16:20:54.754Z | Downloaded phf_shared v0.12.1 |
| 828 | 2026-05-19T16:20:54.754Z | Downloaded path-slash v0.1.5 |
| 829 | 2026-05-19T16:20:54.757Z | Downloaded pin-utils v0.1.0 |
| 830 | 2026-05-19T16:20:54.760Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-05-19T16:20:54.760Z | Downloaded num-rational v0.4.2 |
| 832 | 2026-05-19T16:20:54.763Z | Downloaded nu-ansi-term v0.50.3 |
| 833 | 2026-05-19T16:20:54.778Z | Downloaded oxnet v0.1.4 |
| 834 | 2026-05-19T16:20:54.781Z | Downloaded num-complex v0.4.6 |
| 835 | 2026-05-19T16:20:54.781Z | Downloaded darling_core v0.21.3 |
| 836 | 2026-05-19T16:20:54.784Z | Downloaded async-compression v0.4.41 |
| 837 | 2026-05-19T16:20:54.788Z | Downloaded proc-macro-crate v1.3.1 |
| 838 | 2026-05-19T16:20:54.791Z | Downloaded predicates-tree v1.0.13 |
| 839 | 2026-05-19T16:20:54.791Z | Downloaded predicates-core v1.0.10 |
| 840 | 2026-05-19T16:20:54.791Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-05-19T16:20:54.791Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-19T16:20:54.794Z | Downloaded ed25519-dalek v2.2.0 |
| 843 | 2026-05-19T16:20:54.797Z | Downloaded parse-display-derive v0.10.0 |
| 844 | 2026-05-19T16:20:54.797Z | Downloaded num_enum_derive v0.7.5 |
| 845 | 2026-05-19T16:20:54.797Z | Downloaded headers v0.4.1 |
| 846 | 2026-05-19T16:20:54.800Z | Downloaded password-hash v0.5.0 |
| 847 | 2026-05-19T16:20:54.803Z | Downloaded progenitor-client v0.11.2 |
| 848 | 2026-05-19T16:20:54.803Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 849 | 2026-05-19T16:20:54.803Z | Downloaded parking_lot_core v0.8.6 |
| 850 | 2026-05-19T16:20:54.806Z | Downloaded dropshot_endpoint v0.16.7 |
| 851 | 2026-05-19T16:20:54.810Z | Downloaded progenitor-macro v0.14.0 |
| 852 | 2026-05-19T16:20:54.810Z | Downloaded progenitor-macro v0.11.2 |
| 853 | 2026-05-19T16:20:54.810Z | Downloaded progenitor-macro v0.10.0 |
| 854 | 2026-05-19T16:20:54.810Z | Downloaded progenitor-client v0.14.0 |
| 855 | 2026-05-19T16:20:54.813Z | Downloaded progenitor-client v0.10.0 |
| 856 | 2026-05-19T16:20:54.813Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-05-19T16:20:54.814Z | Downloaded owo-colors v4.3.0 |
| 858 | 2026-05-19T16:20:54.814Z | Downloaded psl-types v2.0.11 |
| 859 | 2026-05-19T16:20:54.816Z | Downloaded phf v0.12.1 |
| 860 | 2026-05-19T16:20:54.816Z | Downloaded pem-rfc7468 v0.7.0 |
| 861 | 2026-05-19T16:20:54.816Z | Downloaded bumpalo v3.20.2 |
| 862 | 2026-05-19T16:20:54.820Z | Downloaded peg v0.8.5 |
| 863 | 2026-05-19T16:20:54.823Z | Downloaded heapless v0.8.0 |
| 864 | 2026-05-19T16:20:54.825Z | Downloaded libbz2-rs-sys v0.2.2 |
| 865 | 2026-05-19T16:20:54.825Z | Downloaded phf_shared v0.13.1 |
| 866 | 2026-05-19T16:20:54.825Z | Downloaded paste v1.0.15 |
| 867 | 2026-05-19T16:20:54.829Z | Downloaded progenitor-macro v0.13.0 |
| 868 | 2026-05-19T16:20:54.829Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-05-19T16:20:54.829Z | Downloaded pkg-config v0.3.32 |
| 870 | 2026-05-19T16:20:54.832Z | Downloaded pem v3.0.6 |
| 871 | 2026-05-19T16:20:54.832Z | Downloaded num_enum v0.7.5 |
| 872 | 2026-05-19T16:20:54.835Z | Downloaded pin-project-lite v0.2.17 |
| 873 | 2026-05-19T16:20:54.838Z | Downloaded polyval v0.6.2 |
| 874 | 2026-05-19T16:20:54.841Z | Downloaded pkcs8 v0.10.2 |
| 875 | 2026-05-19T16:20:54.844Z | Downloaded libloading v0.8.9 |
| 876 | 2026-05-19T16:20:54.844Z | Downloaded flate2 v1.1.9 |
| 877 | 2026-05-19T16:20:54.847Z | Downloaded postgres-protocol v0.6.10 |
| 878 | 2026-05-19T16:20:54.850Z | Downloaded predicates v3.1.4 |
| 879 | 2026-05-19T16:20:54.850Z | Downloaded ppv-lite86 v0.2.21 |
| 880 | 2026-05-19T16:20:54.853Z | Downloaded powerfmt v0.2.0 |
| 881 | 2026-05-19T16:20:54.853Z | Downloaded omicron-zone-package v0.12.2 |
| 882 | 2026-05-19T16:20:54.853Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-05-19T16:20:54.856Z | Downloaded num_enum v0.5.11 |
| 884 | 2026-05-19T16:20:54.875Z | Downloaded rand_xorshift v0.4.0 |
| 885 | 2026-05-19T16:20:54.875Z | Downloaded expectorate v1.2.0 |
| 886 | 2026-05-19T16:20:54.875Z | Downloaded packed_struct v0.10.1 |
| 887 | 2026-05-19T16:20:54.875Z | Downloaded poly1305 v0.8.0 |
| 888 | 2026-05-19T16:20:54.875Z | Downloaded phf v0.13.1 |
| 889 | 2026-05-19T16:20:54.875Z | Downloaded primeorder v0.13.6 |
| 890 | 2026-05-19T16:20:54.875Z | Downloaded oxide-tokio-rt v0.1.4 |
| 891 | 2026-05-19T16:20:54.875Z | Downloaded indicatif v0.18.4 |
| 892 | 2026-05-19T16:20:54.875Z | Downloaded native-tls v0.2.18 |
| 893 | 2026-05-19T16:20:54.875Z | Downloaded progenitor v0.13.0 |
| 894 | 2026-05-19T16:20:54.875Z | Downloaded password-hash v0.4.2 |
| 895 | 2026-05-19T16:20:54.879Z | Downloaded progenitor-client v0.13.0 |
| 896 | 2026-05-19T16:20:54.879Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-05-19T16:20:54.879Z | Downloaded progenitor v0.14.0 |
| 898 | 2026-05-19T16:20:54.879Z | Downloaded progenitor v0.11.2 |
| 899 | 2026-05-19T16:20:54.879Z | Downloaded hickory-resolver v0.25.2 |
| 900 | 2026-05-19T16:20:54.883Z | Downloaded heapless v0.7.17 |
| 901 | 2026-05-19T16:20:54.883Z | Downloaded recursive v0.1.1 |
| 902 | 2026-05-19T16:20:54.883Z | Downloaded progenitor v0.10.0 |
| 903 | 2026-05-19T16:20:54.886Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-05-19T16:20:54.886Z | Downloaded ref-cast v1.0.25 |
| 905 | 2026-05-19T16:20:54.886Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 906 | 2026-05-19T16:20:54.886Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-19T16:20:54.890Z | Downloaded pkcs1 v0.7.5 |
| 908 | 2026-05-19T16:20:54.890Z | Downloaded proc-macro-error2 v2.0.1 |
| 909 | 2026-05-19T16:20:54.893Z | Downloaded parking_lot_core v0.9.12 |
| 910 | 2026-05-19T16:20:54.893Z | Downloaded proc-macro-crate v3.4.0 |
| 911 | 2026-05-19T16:20:54.893Z | Downloaded arc-swap v1.8.2 |
| 912 | 2026-05-19T16:20:54.897Z | Downloaded memmap2 v0.9.10 |
| 913 | 2026-05-19T16:20:54.897Z | Downloaded indexmap v1.9.3 |
| 914 | 2026-05-19T16:20:54.901Z | Downloaded futures v0.3.32 |
| 915 | 2026-05-19T16:20:54.904Z | Downloaded psm v0.1.30 |
| 916 | 2026-05-19T16:20:54.904Z | Downloaded flume v0.11.1 |
| 917 | 2026-05-19T16:20:54.908Z | Downloaded rustc_version v0.1.7 |
| 918 | 2026-05-19T16:20:54.908Z | Downloaded diesel_derives v2.3.7 |
| 919 | 2026-05-19T16:20:54.912Z | Downloaded russh-cryptovec v0.7.3 |
| 920 | 2026-05-19T16:20:54.912Z | Downloaded rustc_version v0.4.1 |
| 921 | 2026-05-19T16:20:54.915Z | Downloaded p256 v0.13.2 |
| 922 | 2026-05-19T16:20:54.915Z | Downloaded rtoolbox v0.0.3 |
| 923 | 2026-05-19T16:20:54.918Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-05-19T16:20:54.918Z | Downloaded rand_core v0.9.5 |
| 925 | 2026-05-19T16:20:54.918Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-05-19T16:20:54.921Z | Downloaded rustc-hash v2.1.1 |
| 927 | 2026-05-19T16:20:54.921Z | Downloaded rand_seeder v0.4.0 |
| 928 | 2026-05-19T16:20:54.924Z | Downloaded hashbrown v0.13.2 |
| 929 | 2026-05-19T16:20:54.927Z | Downloaded parking_lot v0.11.2 |
| 930 | 2026-05-19T16:20:54.927Z | Downloaded rand_chacha v0.9.0 |
| 931 | 2026-05-19T16:20:54.927Z | Downloaded rand_core v0.6.4 |
| 932 | 2026-05-19T16:20:54.930Z | Downloaded hickory-resolver v0.24.4 |
| 933 | 2026-05-19T16:20:54.930Z | Downloaded papergrid v0.17.0 |
| 934 | 2026-05-19T16:20:54.934Z | Downloaded salsa20 v0.10.2 |
| 935 | 2026-05-19T16:20:54.937Z | Downloaded jiff-static v0.2.21 |
| 936 | 2026-05-19T16:20:54.937Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-05-19T16:20:54.941Z | Downloaded radium v0.7.0 |
| 938 | 2026-05-19T16:20:54.941Z | Downloaded pkcs5 v0.7.1 |
| 939 | 2026-05-19T16:20:54.944Z | Downloaded resolv-conf v0.7.6 |
| 940 | 2026-05-19T16:20:54.944Z | Downloaded pin-project-internal v1.1.11 |
| 941 | 2026-05-19T16:20:54.944Z | Downloaded parking_lot v0.12.5 |
| 942 | 2026-05-19T16:20:54.947Z | Downloaded miniz_oxide v0.8.9 |
| 943 | 2026-05-19T16:20:54.947Z | Downloaded oso v0.27.3 |
| 944 | 2026-05-19T16:20:54.950Z | Downloaded scrypt v0.11.0 |
| 945 | 2026-05-19T16:20:54.950Z | Downloaded scroll_derive v0.13.1 |
| 946 | 2026-05-19T16:20:54.950Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-05-19T16:20:54.953Z | Downloaded sapling-renderdag v0.1.0 |
| 948 | 2026-05-19T16:20:54.953Z | Downloaded darling_core v0.20.11 |
| 949 | 2026-05-19T16:20:54.956Z | Downloaded ignore v0.4.25 |
| 950 | 2026-05-19T16:20:54.956Z | Downloaded http v1.4.0 |
| 951 | 2026-05-19T16:20:54.960Z | Downloaded dropshot-api-manager v0.7.1 |
| 952 | 2026-05-19T16:20:54.963Z | Downloaded base64 v0.21.7 |
| 953 | 2026-05-19T16:20:54.963Z | Downloaded openssl-sys v0.9.115 |
| 954 | 2026-05-19T16:20:54.966Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-05-19T16:20:54.969Z | Downloaded pin-project v1.1.11 |
| 956 | 2026-05-19T16:20:54.974Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-05-19T16:20:54.977Z | Downloaded crossterm v0.28.1 |
| 958 | 2026-05-19T16:20:54.980Z | Downloaded serde_plain v1.0.2 |
| 959 | 2026-05-19T16:20:54.980Z | Downloaded quinn-udp v0.5.14 |
| 960 | 2026-05-19T16:20:54.983Z | Downloaded r2d2 v0.8.10 |
| 961 | 2026-05-19T16:20:54.983Z | Downloaded hyper-util v0.1.20 |
| 962 | 2026-05-19T16:20:54.986Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-05-19T16:20:54.989Z | Downloaded serde_spanned v1.0.4 |
| 964 | 2026-05-19T16:20:54.989Z | Downloaded serde_repr v0.1.20 |
| 965 | 2026-05-19T16:20:54.992Z | Downloaded seq-macro v0.3.6 |
| 966 | 2026-05-19T16:20:54.992Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-05-19T16:20:54.992Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-05-19T16:20:54.993Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-19T16:20:54.996Z | Downloaded progenitor-impl v0.14.0 |
| 970 | 2026-05-19T16:20:54.996Z | Downloaded siphasher v1.0.2 |
| 971 | 2026-05-19T16:20:54.998Z | Downloaded rustls-pemfile v1.0.4 |
| 972 | 2026-05-19T16:20:54.999Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-05-19T16:20:55.002Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-05-19T16:20:55.002Z | Downloaded sha1 v0.10.6 |
| 975 | 2026-05-19T16:20:55.005Z | Downloaded secrecy v0.10.3 |
| 976 | 2026-05-19T16:20:55.005Z | Downloaded prefix-trie v0.7.0 |
| 977 | 2026-05-19T16:20:55.008Z | Downloaded same-file v1.0.6 |
| 978 | 2026-05-19T16:20:55.008Z | Downloaded postcard v1.1.3 |
| 979 | 2026-05-19T16:20:55.011Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-05-19T16:20:55.011Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-05-19T16:20:55.014Z | Downloaded schemars_derive v0.8.22 |
| 982 | 2026-05-19T16:20:55.014Z | Downloaded rustls-pemfile v2.2.0 |
| 983 | 2026-05-19T16:20:55.018Z | Downloaded rustversion v1.0.22 |
| 984 | 2026-05-19T16:20:55.018Z | Downloaded aho-corasick v1.1.4 |
| 985 | 2026-05-19T16:20:55.021Z | Downloaded scroll v0.13.0 |
| 986 | 2026-05-19T16:20:55.026Z | Downloaded semver v0.1.20 |
| 987 | 2026-05-19T16:20:55.029Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-05-19T16:20:55.034Z | Downloaded slog-bunyan v2.5.0 |
| 989 | 2026-05-19T16:20:55.038Z | Downloaded serde_bytes v0.11.19 |
| 990 | 2026-05-19T16:20:55.038Z | Downloaded russh-keys v0.45.0 |
| 991 | 2026-05-19T16:20:55.047Z | Downloaded mio v1.2.0 |
| 992 | 2026-05-19T16:20:55.051Z | Downloaded aes v0.8.4 |
| 993 | 2026-05-19T16:20:55.054Z | Downloaded serde-hex v0.1.0 |
| 994 | 2026-05-19T16:20:55.054Z | Downloaded progenitor-impl v0.13.0 |
| 995 | 2026-05-19T16:20:55.058Z | Downloaded ssh-encoding v0.2.0 |
| 996 | 2026-05-19T16:20:55.058Z | Downloaded sqlparser_derive v0.5.0 |
| 997 | 2026-05-19T16:20:55.059Z | Downloaded shlex v1.3.0 |
| 998 | 2026-05-19T16:20:55.059Z | Downloaded ssh-cipher v0.2.0 |
| 999 | 2026-05-19T16:20:55.070Z | Downloaded ron v0.8.1 |
| 1000 | 2026-05-19T16:20:55.076Z | Downloaded serde_path_to_error v0.1.20 |
| 1001 | 2026-05-19T16:20:55.079Z | Downloaded simd-adler32 v0.3.8 |
| 1002 | 2026-05-19T16:20:55.079Z | Downloaded signal-hook-registry v1.4.8 |
| 1003 | 2026-05-19T16:20:55.079Z | Downloaded serde_derive_internals v0.29.1 |
| 1004 | 2026-05-19T16:20:55.079Z | Downloaded minimal-lexical v0.2.1 |
| 1005 | 2026-05-19T16:20:55.082Z | Downloaded structmeta-derive v0.3.0 |
| 1006 | 2026-05-19T16:20:55.082Z | Downloaded strum v0.26.3 |
| 1007 | 2026-05-19T16:20:55.082Z | Downloaded structmeta v0.3.0 |
| 1008 | 2026-05-19T16:20:55.087Z | Downloaded sct v0.7.1 |
| 1009 | 2026-05-19T16:20:55.087Z | Downloaded rustls-pki-types v1.14.0 |
| 1010 | 2026-05-19T16:20:55.090Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-05-19T16:20:55.090Z | Downloaded slab v0.4.12 |
| 1012 | 2026-05-19T16:20:55.093Z | Downloaded sync_wrapper v1.0.2 |
| 1013 | 2026-05-19T16:20:55.096Z | Downloaded progenitor-impl v0.11.2 |
| 1014 | 2026-05-19T16:20:55.099Z | Downloaded progenitor-impl v0.10.0 |
| 1015 | 2026-05-19T16:20:55.099Z | Downloaded itertools v0.10.5 |
| 1016 | 2026-05-19T16:20:55.102Z | Downloaded strum v0.27.2 |
| 1017 | 2026-05-19T16:20:55.105Z | Downloaded snafu-derive v0.8.9 |
| 1018 | 2026-05-19T16:20:55.105Z | Downloaded smf v0.2.3 |
| 1019 | 2026-05-19T16:20:55.105Z | Downloaded slog-term v2.9.2 |
| 1020 | 2026-05-19T16:20:55.109Z | Downloaded smallvec v0.6.14 |
| 1021 | 2026-05-19T16:20:55.111Z | Downloaded tabled_derive v0.11.0 |
| 1022 | 2026-05-19T16:20:55.112Z | Downloaded testing_table v0.3.0 |
| 1023 | 2026-05-19T16:20:55.112Z | Downloaded thread-id v5.1.0 |
| 1024 | 2026-05-19T16:20:55.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1025 | 2026-05-19T16:20:55.115Z | Downloaded termtree v0.5.1 |
| 1026 | 2026-05-19T16:20:55.115Z | Downloaded tagptr v0.2.0 |
| 1027 | 2026-05-19T16:20:55.118Z | Downloaded spki v0.7.3 |
| 1028 | 2026-05-19T16:20:55.118Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-05-19T16:20:55.121Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-05-19T16:20:55.121Z | Downloaded slog-stdlog v4.1.1 |
| 1031 | 2026-05-19T16:20:55.121Z | Downloaded slog-dtrace v0.3.0 |
| 1032 | 2026-05-19T16:20:55.124Z | Downloaded take_mut v0.2.2 |
| 1033 | 2026-05-19T16:20:55.124Z | Downloaded signature v2.2.0 |
| 1034 | 2026-05-19T16:20:55.124Z | Downloaded nom v7.1.3 |
| 1035 | 2026-05-19T16:20:55.127Z | Downloaded tap v1.0.1 |
| 1036 | 2026-05-19T16:20:55.130Z | Downloaded string_cache v0.8.9 |
| 1037 | 2026-05-19T16:20:55.130Z | Downloaded tabwriter v1.4.1 |
| 1038 | 2026-05-19T16:20:55.130Z | Downloaded hickory-server v0.25.2 |
| 1039 | 2026-05-19T16:20:55.134Z | Downloaded time-core v0.1.8 |
| 1040 | 2026-05-19T16:20:55.137Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-05-19T16:20:55.137Z | Downloaded ryu v1.0.23 |
| 1042 | 2026-05-19T16:20:55.140Z | Downloaded static_assertions v1.1.0 |
| 1043 | 2026-05-19T16:20:55.140Z | Downloaded stacker v0.1.23 |
| 1044 | 2026-05-19T16:20:55.143Z | Downloaded aes-gcm v0.10.3 |
| 1045 | 2026-05-19T16:20:55.143Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1046 | 2026-05-19T16:20:55.146Z | Downloaded tinyvec_macros v0.1.1 |
| 1047 | 2026-05-19T16:20:55.146Z | Downloaded serde_with_macros v3.17.0 |
| 1048 | 2026-05-19T16:20:55.150Z | Downloaded slog-scope v4.4.1 |
| 1049 | 2026-05-19T16:20:55.150Z | Downloaded slog-envlogger v2.2.0 |
| 1050 | 2026-05-19T16:20:55.150Z | Downloaded prettyplease v0.2.37 |
| 1051 | 2026-05-19T16:20:55.153Z | Downloaded stringprep v0.1.5 |
| 1052 | 2026-05-19T16:20:55.156Z | Downloaded crossterm v0.29.0 |
| 1053 | 2026-05-19T16:20:55.160Z | Downloaded strum_macros v0.27.2 |
| 1054 | 2026-05-19T16:20:55.163Z | Downloaded quinn v0.11.9 |
| 1055 | 2026-05-19T16:20:55.166Z | Downloaded strum_macros v0.24.3 |
| 1056 | 2026-05-19T16:20:55.166Z | Downloaded slog-async v2.8.0 |
| 1057 | 2026-05-19T16:20:55.169Z | Downloaded rand v0.8.6 |
| 1058 | 2026-05-19T16:20:55.169Z | Downloaded tokio-macros v2.7.0 |
| 1059 | 2026-05-19T16:20:55.173Z | Downloaded rcgen v0.12.1 |
| 1060 | 2026-05-19T16:20:55.173Z | Downloaded rayon-core v1.13.0 |
| 1061 | 2026-05-19T16:20:55.176Z | Downloaded slog-json v2.6.1 |
| 1062 | 2026-05-19T16:20:55.176Z | Downloaded iddqd v0.3.18 |
| 1063 | 2026-05-19T16:20:55.179Z | Downloaded sync-ptr v0.1.4 |
| 1064 | 2026-05-19T16:20:55.182Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-05-19T16:20:55.187Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-05-19T16:20:55.190Z | Downloaded spin v0.9.8 |
| 1067 | 2026-05-19T16:20:55.190Z | Downloaded pretty_assertions v1.4.1 |
| 1068 | 2026-05-19T16:20:55.193Z | Downloaded hashbrown v0.15.5 |
| 1069 | 2026-05-19T16:20:55.196Z | Downloaded termios v0.3.3 |
| 1070 | 2026-05-19T16:20:55.196Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-05-19T16:20:55.200Z | Downloaded hashbrown v0.16.1 |
| 1072 | 2026-05-19T16:20:55.203Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2026-05-19T16:20:55.206Z | Downloaded itertools v0.13.0 |
| 1074 | 2026-05-19T16:20:55.210Z | Downloaded time-macros v0.2.27 |
| 1075 | 2026-05-19T16:20:55.213Z | Downloaded serde_cbor v0.11.2 |
| 1076 | 2026-05-19T16:20:55.216Z | Downloaded libxml v0.3.3 |
| 1077 | 2026-05-19T16:20:55.220Z | Downloaded tower-layer v0.3.3 |
| 1078 | 2026-05-19T16:20:55.220Z | Downloaded signal-hook v0.3.18 |
| 1079 | 2026-05-19T16:20:55.223Z | Downloaded tower-service v0.3.3 |
| 1080 | 2026-05-19T16:20:55.223Z | Downloaded tiny-keccak v2.0.2 |
| 1081 | 2026-05-19T16:20:55.223Z | Downloaded thread_local v1.1.9 |
| 1082 | 2026-05-19T16:20:55.226Z | Downloaded tokio-dtrace v0.1.1 |
| 1083 | 2026-05-19T16:20:55.226Z | Downloaded slog v2.8.2 |
| 1084 | 2026-05-19T16:20:55.229Z | Downloaded schemars v0.9.0 |
| 1085 | 2026-05-19T16:20:55.233Z | Downloaded similar v2.7.0 |
| 1086 | 2026-05-19T16:20:55.236Z | Downloaded try-lock v0.2.5 |
| 1087 | 2026-05-19T16:20:55.239Z | Downloaded typify-macro v0.4.3 |
| 1088 | 2026-05-19T16:20:55.239Z | Downloaded tokio-native-tls v0.3.1 |
| 1089 | 2026-05-19T16:20:55.239Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-05-19T16:20:55.242Z | Downloaded num-bigint v0.4.6 |
| 1091 | 2026-05-19T16:20:55.245Z | Downloaded chrono v0.4.44 |
| 1092 | 2026-05-19T16:20:55.248Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-05-19T16:20:55.248Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-05-19T16:20:55.251Z | Downloaded unarray v0.1.4 |
| 1095 | 2026-05-19T16:20:55.251Z | Downloaded tokio-rustls v0.25.0 |
| 1096 | 2026-05-19T16:20:55.252Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-05-19T16:20:55.258Z | Downloaded utf-8 v0.7.6 |
| 1098 | 2026-05-19T16:20:55.261Z | Downloaded usdt-attr-macro v0.6.0 |
| 1099 | 2026-05-19T16:20:55.261Z | Downloaded usdt-macro v0.6.0 |
| 1100 | 2026-05-19T16:20:55.261Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-05-19T16:20:55.264Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-05-19T16:20:55.265Z | Downloaded term v1.2.1 |
| 1103 | 2026-05-19T16:20:55.269Z | Downloaded socket2 v0.6.3 |
| 1104 | 2026-05-19T16:20:55.271Z | Downloaded tokio-tungstenite v0.23.1 |
| 1105 | 2026-05-19T16:20:55.272Z | Downloaded unicode-truncate v1.1.0 |
| 1106 | 2026-05-19T16:20:55.272Z | Downloaded tokio-tungstenite v0.21.0 |
| 1107 | 2026-05-19T16:20:55.275Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-19T16:20:55.275Z | Downloaded untrusted v0.7.1 |
| 1109 | 2026-05-19T16:20:55.278Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-05-19T16:20:55.278Z | Downloaded universal-hash v0.5.1 |
| 1111 | 2026-05-19T16:20:55.278Z | Downloaded qorb v0.4.1 |
| 1112 | 2026-05-19T16:20:55.282Z | Downloaded publicsuffix v2.3.0 |
| 1113 | 2026-05-19T16:20:55.282Z | Downloaded itertools v0.14.0 |
| 1114 | 2026-05-19T16:20:55.286Z | Downloaded void v1.0.2 |
| 1115 | 2026-05-19T16:20:55.289Z | Downloaded rand v0.9.2 |
| 1116 | 2026-05-19T16:20:55.289Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1117 | 2026-05-19T16:20:55.292Z | Downloaded schemars v1.2.1 |
| 1118 | 2026-05-19T16:20:55.299Z | Downloaded want v0.3.1 |
| 1119 | 2026-05-19T16:20:55.302Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-05-19T16:20:55.305Z | Downloaded hyper v1.8.1 |
| 1121 | 2026-05-19T16:20:55.308Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1122 | 2026-05-19T16:20:55.308Z | Downloaded subprocess v0.2.15 |
| 1123 | 2026-05-19T16:20:55.311Z | Downloaded wait-timeout v0.2.1 |
| 1124 | 2026-05-19T16:20:55.314Z | Downloaded unicase v2.9.0 |
| 1125 | 2026-05-19T16:20:55.314Z | Downloaded rustls-webpki v0.103.9 |
| 1126 | 2026-05-19T16:20:55.317Z | Downloaded tokio-rustls v0.24.1 |
| 1127 | 2026-05-19T16:20:55.318Z | Downloaded snafu v0.8.9 |
| 1128 | 2026-05-19T16:20:55.321Z | Downloaded tui-tree-widget v0.23.1 |
| 1129 | 2026-05-19T16:20:55.321Z | Downloaded hkdf v0.12.4 |
| 1130 | 2026-05-19T16:20:55.324Z | Downloaded h2 v0.4.13 |
| 1131 | 2026-05-19T16:20:55.327Z | Downloaded xattr v1.6.1 |
| 1132 | 2026-05-19T16:20:55.327Z | Downloaded num-bigint-dig v0.8.6 |
| 1133 | 2026-05-19T16:20:55.330Z | Downloaded zeroize_derive v1.4.3 |
| 1134 | 2026-05-19T16:20:55.335Z | Downloaded tls_codec v0.4.2 |
| 1135 | 2026-05-19T16:20:55.335Z | Downloaded rsa v0.9.10 |
| 1136 | 2026-05-19T16:20:55.338Z | Downloaded tokio-rustls v0.26.4 |
| 1137 | 2026-05-19T16:20:55.338Z | Downloaded uzers v0.12.2 |
| 1138 | 2026-05-19T16:20:55.338Z | Downloaded libm v0.2.16 |
| 1139 | 2026-05-19T16:20:55.343Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-05-19T16:20:55.346Z | Downloaded xshell-macros v0.2.7 |
| 1141 | 2026-05-19T16:20:55.346Z | Downloaded unit-prefix v0.5.2 |
| 1142 | 2026-05-19T16:20:55.346Z | Downloaded term v0.7.0 |
| 1143 | 2026-05-19T16:20:55.349Z | Downloaded socket2 v0.5.10 |
| 1144 | 2026-05-19T16:20:55.349Z | Downloaded samael v0.0.19 |
| 1145 | 2026-05-19T16:20:55.352Z | Downloaded vsss-rs v3.3.4 |
| 1146 | 2026-05-19T16:20:55.355Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-05-19T16:20:55.355Z | Downloaded itertools v0.12.1 |
| 1148 | 2026-05-19T16:20:55.359Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1149 | 2026-05-19T16:20:55.362Z | Downloaded zone v0.3.1 |
| 1150 | 2026-05-19T16:20:55.362Z | Downloaded tracing-attributes v0.1.31 |
| 1151 | 2026-05-19T16:20:55.370Z | Downloaded waitgroup v0.1.2 |
| 1152 | 2026-05-19T16:20:55.373Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-05-19T16:20:55.373Z | Downloaded vergen-git2 v1.0.7 |
| 1154 | 2026-05-19T16:20:55.373Z | Downloaded walkdir v2.5.0 |
| 1155 | 2026-05-19T16:20:55.379Z | Downloaded russh v0.45.0 |
| 1156 | 2026-05-19T16:20:55.383Z | Downloaded p521 v0.13.3 |
| 1157 | 2026-05-19T16:20:55.389Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-05-19T16:20:55.389Z | Downloaded wyz v0.5.1 |
| 1159 | 2026-05-19T16:20:55.389Z | Downloaded unicode-properties v0.1.4 |
| 1160 | 2026-05-19T16:20:55.389Z | Downloaded usdt-impl v0.6.0 |
| 1161 | 2026-05-19T16:20:55.392Z | Downloaded tokio-stream v0.1.18 |
| 1162 | 2026-05-19T16:20:55.395Z | Downloaded toml v0.7.8 |
| 1163 | 2026-05-19T16:20:55.398Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-05-19T16:20:55.401Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1165 | 2026-05-19T16:20:55.404Z | Downloaded futures-util v0.3.32 |
| 1166 | 2026-05-19T16:20:55.409Z | Downloaded vergen v9.0.6 |
| 1167 | 2026-05-19T16:20:55.412Z | Downloaded zstd-safe v7.2.4 |
| 1168 | 2026-05-19T16:20:55.412Z | Downloaded test-strategy v0.4.5 |
| 1169 | 2026-05-19T16:20:55.415Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1170 | 2026-05-19T16:20:55.418Z | Downloaded tinyvec v1.10.0 |
| 1171 | 2026-05-19T16:20:55.421Z | Downloaded tar v0.4.45 |
| 1172 | 2026-05-19T16:20:55.421Z | Downloaded tracing-core v0.1.36 |
| 1173 | 2026-05-19T16:20:55.425Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-05-19T16:20:55.428Z | Downloaded twox-hash v2.1.2 |
| 1175 | 2026-05-19T16:20:55.431Z | Downloaded rand v0.10.0 |
| 1176 | 2026-05-19T16:20:55.434Z | Downloaded tungstenite v0.23.0 |
| 1177 | 2026-05-19T16:20:55.434Z | Downloaded typify v0.6.2 |
| 1178 | 2026-05-19T16:20:55.437Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-05-19T16:20:55.440Z | Downloaded xshell v0.2.7 |
| 1180 | 2026-05-19T16:20:55.440Z | Downloaded rustyline v14.0.0 |
| 1181 | 2026-05-19T16:20:55.443Z | Downloaded uuid v1.23.0 |
| 1182 | 2026-05-19T16:20:55.446Z | Downloaded zstd v0.13.3 |
| 1183 | 2026-05-19T16:20:55.449Z | Downloaded unsafe-libyaml v0.2.11 |
| 1184 | 2026-05-19T16:20:55.453Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-19T16:20:55.464Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-05-19T16:20:55.467Z | Downloaded vte v0.14.1 |
| 1187 | 2026-05-19T16:20:55.471Z | Downloaded tungstenite v0.21.0 |
| 1188 | 2026-05-19T16:20:55.474Z | Downloaded rpassword v7.4.0 |
| 1189 | 2026-05-19T16:20:55.479Z | Downloaded p384 v0.13.1 |
| 1190 | 2026-05-19T16:20:55.482Z | Downloaded git2 v0.20.4 |
| 1191 | 2026-05-19T16:20:55.487Z | Downloaded typify v0.4.3 |
| 1192 | 2026-05-19T16:20:55.492Z | Downloaded yasna v0.5.2 |
| 1193 | 2026-05-19T16:20:55.496Z | Downloaded blake3 v1.8.3 |
| 1194 | 2026-05-19T16:20:55.500Z | Downloaded steno v0.4.1 |
| 1195 | 2026-05-19T16:20:55.503Z | Downloaded ssh-key v0.6.7 |
| 1196 | 2026-05-19T16:20:55.506Z | Downloaded reqwest v0.12.28 |
| 1197 | 2026-05-19T16:20:55.510Z | Downloaded zopfli v0.8.3 |
| 1198 | 2026-05-19T16:20:55.513Z | Downloaded toml_edit v0.19.15 |
| 1199 | 2026-05-19T16:20:55.522Z | Downloaded bitvec v1.0.1 |
| 1200 | 2026-05-19T16:20:55.529Z | Downloaded tokio-postgres v0.7.16 |
| 1201 | 2026-05-19T16:20:55.532Z | Downloaded regex v1.12.3 |
| 1202 | 2026-05-19T16:20:55.536Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-05-19T16:20:55.539Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-05-19T16:20:55.541Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-05-19T16:20:55.545Z | Downloaded tower v0.5.3 |
| 1206 | 2026-05-19T16:20:55.550Z | Downloaded zip v0.6.6 |
| 1207 | 2026-05-19T16:20:55.554Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-05-19T16:20:55.558Z | Downloaded aws-lc-rs v1.16.3 |
| 1209 | 2026-05-19T16:20:55.562Z | Downloaded quick-xml v0.37.5 |
| 1210 | 2026-05-19T16:20:55.565Z | Downloaded lalrpop v0.19.12 |
| 1211 | 2026-05-19T16:20:55.571Z | Downloaded zerocopy-derive v0.8.40 |
| 1212 | 2026-05-19T16:20:55.576Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-05-19T16:20:55.579Z | Downloaded bindgen v0.71.1 |
| 1214 | 2026-05-19T16:20:55.582Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-19T16:20:55.590Z | Downloaded yansi v1.0.1 |
| 1216 | 2026-05-19T16:20:55.601Z | Downloaded proptest v1.10.0 |
| 1217 | 2026-05-19T16:20:55.606Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-05-19T16:20:55.609Z | Downloaded moka v0.12.13 |
| 1219 | 2026-05-19T16:20:55.614Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-05-19T16:20:55.631Z | Downloaded tokio-util v0.7.18 |
| 1221 | 2026-05-19T16:20:55.636Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-05-19T16:20:55.639Z | Downloaded salty v0.3.0 |
| 1223 | 2026-05-19T16:20:55.643Z | Downloaded zip v4.6.1 |
| 1224 | 2026-05-19T16:20:55.646Z | Downloaded tough v0.22.0 |
| 1225 | 2026-05-19T16:20:55.650Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-05-19T16:20:55.655Z | Downloaded serde_with v3.17.0 |
| 1227 | 2026-05-19T16:20:55.662Z | Downloaded rayon v1.11.0 |
| 1228 | 2026-05-19T16:20:55.668Z | Downloaded unicode-normalization v0.1.25 |
| 1229 | 2026-05-19T16:20:55.671Z | Downloaded petname v2.0.2 |
| 1230 | 2026-05-19T16:20:55.674Z | Downloaded rustls-webpki v0.102.8 |
| 1231 | 2026-05-19T16:20:55.691Z | Downloaded object v0.30.4 |
| 1232 | 2026-05-19T16:20:55.702Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-19T16:20:55.709Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-05-19T16:20:55.714Z | Downloaded nix v0.27.1 |
| 1235 | 2026-05-19T16:20:55.722Z | Downloaded polar-core v0.27.3 |
| 1236 | 2026-05-19T16:20:55.725Z | Downloaded curve25519-dalek v4.1.3 |
| 1237 | 2026-05-19T16:20:55.736Z | Downloaded quinn-proto v0.11.13 |
| 1238 | 2026-05-19T16:20:55.745Z | Downloaded winnow v0.6.26 |
| 1239 | 2026-05-19T16:20:55.749Z | Downloaded dropshot v0.17.0 |
| 1240 | 2026-05-19T16:20:55.763Z | Downloaded time v0.3.47 |
| 1241 | 2026-05-19T16:20:55.770Z | Downloaded openssl v0.10.79 |
| 1242 | 2026-05-19T16:20:55.777Z | Downloaded object v0.37.3 |
| 1243 | 2026-05-19T16:20:55.783Z | Downloaded nix v0.28.0 |
| 1244 | 2026-05-19T16:20:55.790Z | Downloaded tabled v0.20.0 |
| 1245 | 2026-05-19T16:20:55.800Z | Downloaded hickory-proto v0.25.2 |
| 1246 | 2026-05-19T16:20:55.808Z | Downloaded smoltcp v0.9.1 |
| 1247 | 2026-05-19T16:20:55.815Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-05-19T16:20:55.818Z | Downloaded regex-syntax v0.6.29 |
| 1249 | 2026-05-19T16:20:55.823Z | Downloaded rustls v0.21.12 |
| 1250 | 2026-05-19T16:20:55.829Z | Downloaded smoltcp v0.11.0 |
| 1251 | 2026-05-19T16:20:55.836Z | Downloaded nix v0.31.2 |
| 1252 | 2026-05-19T16:20:55.843Z | Downloaded regress v0.11.1 |
| 1253 | 2026-05-19T16:20:55.848Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-05-19T16:20:55.853Z | Downloaded nix v0.29.0 |
| 1255 | 2026-05-19T16:20:55.860Z | Downloaded vcpkg v0.2.15 |
| 1256 | 2026-05-19T16:20:55.884Z | Downloaded webpki-roots v1.0.6 |
| 1257 | 2026-05-19T16:20:55.887Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-05-19T16:20:55.896Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-05-19T16:20:55.900Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-19T16:20:55.906Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-05-19T16:20:55.913Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-05-19T16:20:55.925Z | Downloaded regress v0.10.5 |
| 1263 | 2026-05-19T16:20:55.932Z | Downloaded sled v0.34.7 |
| 1264 | 2026-05-19T16:20:55.937Z | Downloaded rustls v0.23.37 |
| 1265 | 2026-05-19T16:20:55.943Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-19T16:20:55.956Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-05-19T16:20:55.967Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-05-19T16:20:55.973Z | Downloaded dropshot v0.16.7 |
| 1269 | 2026-05-19T16:20:55.986Z | Downloaded petgraph v0.6.5 |
| 1270 | 2026-05-19T16:20:55.999Z | Downloaded jiff v0.2.21 |
| 1271 | 2026-05-19T16:20:56.010Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-05-19T16:20:56.024Z | Downloaded chrono-tz v0.10.4 |
| 1273 | 2026-05-19T16:20:56.037Z | Downloaded csv v1.4.0 |
| 1274 | 2026-05-19T16:20:56.048Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-05-19T16:20:56.059Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-05-19T16:20:56.072Z | Downloaded sha3 v0.10.8 |
| 1277 | 2026-05-19T16:20:56.075Z | Downloaded tokio v1.52.1 |
| 1278 | 2026-05-19T16:20:56.098Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-05-19T16:20:56.107Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-05-19T16:20:56.121Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-05-19T16:20:56.127Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-05-19T16:20:56.140Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-05-19T16:20:56.197Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-05-19T16:20:56.216Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-19T16:20:56.227Z | Downloaded libz-sys v1.1.24 |
| 1286 | 2026-05-19T16:20:56.347Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-19T16:20:56.375Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-19T16:20:56.883Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-19T16:20:57.135Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-19T16:20:57.135Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-19T16:20:57.135Z | Compiling log v0.4.29 |
| 1292 | 2026-05-19T16:20:57.138Z | Compiling shlex v1.3.0 |
| 1293 | 2026-05-19T16:20:57.138Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-19T16:20:57.139Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-19T16:20:57.139Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-19T16:20:57.139Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-19T16:20:57.288Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-19T16:20:57.291Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-19T16:20:57.390Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-19T16:20:57.393Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-19T16:20:57.406Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-19T16:20:57.420Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-19T16:20:57.423Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-19T16:20:57.423Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-05-19T16:20:57.480Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-19T16:20:57.483Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-05-19T16:20:57.508Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-19T16:20:57.549Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-19T16:20:57.591Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-19T16:20:57.622Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-19T16:20:57.625Z | Compiling libm v0.2.16 |
| 1312 | 2026-05-19T16:20:57.678Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-19T16:20:57.713Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-19T16:20:57.790Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-19T16:20:57.793Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-05-19T16:20:57.793Z | Compiling slab v0.4.12 |
| 1317 | 2026-05-19T16:20:57.819Z | Compiling futures-task v0.3.32 |
| 1318 | 2026-05-19T16:20:57.833Z | Compiling cpufeatures v0.2.17 |
| 1319 | 2026-05-19T16:20:57.937Z | Compiling getrandom v0.4.1 |
| 1320 | 2026-05-19T16:20:57.940Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-05-19T16:20:57.968Z | Compiling futures-channel v0.3.32 |
| 1322 | 2026-05-19T16:20:58.012Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-19T16:20:58.013Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-19T16:20:58.041Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-19T16:20:58.057Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-19T16:20:58.100Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-19T16:20:58.103Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-19T16:20:58.131Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-19T16:20:58.146Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-19T16:20:58.221Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-19T16:20:58.235Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-19T16:20:58.287Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-19T16:20:58.302Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-19T16:20:58.334Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-19T16:20:58.351Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-19T16:20:58.382Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-19T16:20:58.437Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-19T16:20:58.471Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-19T16:20:58.547Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-19T16:20:58.570Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-19T16:20:58.658Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-05-19T16:20:58.682Z | Compiling iana-time-zone v0.1.65 |
| 1343 | 2026-05-19T16:20:58.682Z | Compiling rustix v1.1.3 |
| 1344 | 2026-05-19T16:20:58.713Z | Compiling flagset v0.4.7 |
| 1345 | 2026-05-19T16:20:58.716Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-19T16:20:58.742Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-19T16:20:58.782Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-19T16:20:58.863Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-19T16:20:58.879Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-19T16:20:58.909Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-19T16:20:58.964Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-05-19T16:20:58.984Z | Compiling openssl-probe v0.2.1 |
| 1353 | 2026-05-19T16:20:59.062Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-19T16:20:59.112Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-05-19T16:20:59.135Z | Compiling untrusted v0.9.0 |
| 1356 | 2026-05-19T16:20:59.187Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-19T16:20:59.203Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-19T16:20:59.219Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-19T16:20:59.236Z | Compiling try-lock v0.2.5 |
| 1360 | 2026-05-19T16:20:59.252Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-05-19T16:20:59.268Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-19T16:20:59.282Z | Compiling schemars v0.8.22 |
| 1363 | 2026-05-19T16:20:59.365Z | Compiling dyn-clone v1.0.20 |
| 1364 | 2026-05-19T16:20:59.381Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-05-19T16:20:59.384Z | Compiling rustls v0.23.37 |
| 1366 | 2026-05-19T16:20:59.434Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-19T16:20:59.500Z | Compiling want v0.3.1 |
| 1368 | 2026-05-19T16:20:59.516Z | Compiling openssl v0.10.79 |
| 1369 | 2026-05-19T16:20:59.547Z | Compiling pin-utils v0.1.0 |
| 1370 | 2026-05-19T16:20:59.547Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-05-19T16:20:59.550Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-19T16:20:59.593Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-19T16:20:59.596Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-19T16:20:59.719Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-05-19T16:20:59.722Z | Compiling native-tls v0.2.18 |
| 1376 | 2026-05-19T16:20:59.722Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-05-19T16:20:59.752Z | Compiling num-conv v0.2.0 |
| 1378 | 2026-05-19T16:20:59.782Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-19T16:20:59.813Z | Compiling time-core v0.1.8 |
| 1380 | 2026-05-19T16:20:59.830Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-19T16:20:59.833Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-19T16:20:59.847Z | Compiling syn v1.0.109 |
| 1383 | 2026-05-19T16:20:59.930Z | Compiling unicode-segmentation v1.12.0 |
| 1384 | 2026-05-19T16:20:59.933Z | Compiling bit-vec v0.8.0 |
| 1385 | 2026-05-19T16:20:59.989Z | Compiling deranged v0.5.8 |
| 1386 | 2026-05-19T16:21:00.008Z | Compiling siphasher v1.0.2 |
| 1387 | 2026-05-19T16:21:00.024Z | Compiling time-macros v0.2.27 |
| 1388 | 2026-05-19T16:21:00.062Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-05-19T16:21:00.084Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-19T16:21:00.161Z | Compiling regex-automata v0.4.14 |
| 1391 | 2026-05-19T16:21:00.174Z | Compiling simd-adler32 v0.3.8 |
| 1392 | 2026-05-19T16:21:00.174Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-05-19T16:21:00.203Z | Compiling crossbeam-utils v0.8.21 |
| 1394 | 2026-05-19T16:21:00.227Z | Compiling bit-set v0.8.0 |
| 1395 | 2026-05-19T16:21:00.261Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-05-19T16:21:00.264Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-19T16:21:00.321Z | Compiling openssl-sys v0.9.115 |
| 1398 | 2026-05-19T16:21:00.324Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-05-19T16:21:00.369Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-05-19T16:21:00.411Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-19T16:21:00.454Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-05-19T16:21:00.469Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-05-19T16:21:00.524Z | Compiling tempfile v3.25.0 |
| 1404 | 2026-05-19T16:21:00.663Z | Compiling darling_core v0.21.3 |
| 1405 | 2026-05-19T16:21:00.804Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-19T16:21:00.943Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-05-19T16:21:01.065Z | Compiling slog v2.8.2 |
| 1408 | 2026-05-19T16:21:01.084Z | Compiling rand_xorshift v0.4.0 |
| 1409 | 2026-05-19T16:21:01.108Z | Compiling heapless v0.7.17 |
| 1410 | 2026-05-19T16:21:01.179Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-19T16:21:01.194Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-19T16:21:01.198Z | Compiling time v0.3.47 |
| 1413 | 2026-05-19T16:21:01.280Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-05-19T16:21:01.280Z | Compiling unarray v0.1.4 |
| 1415 | 2026-05-19T16:21:01.285Z | Compiling adler2 v2.0.1 |
| 1416 | 2026-05-19T16:21:01.324Z | Compiling unicode-properties v0.1.4 |
| 1417 | 2026-05-19T16:21:01.387Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-05-19T16:21:01.413Z | Compiling signal-hook v0.3.18 |
| 1419 | 2026-05-19T16:21:01.428Z | Compiling paste v1.0.15 |
| 1420 | 2026-05-19T16:21:01.456Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-05-19T16:21:01.467Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-05-19T16:21:01.502Z | Compiling ryu v1.0.23 |
| 1423 | 2026-05-19T16:21:01.566Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-05-19T16:21:01.710Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-19T16:21:01.725Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-19T16:21:01.879Z | Compiling heck v0.4.1 |
| 1427 | 2026-05-19T16:21:01.966Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-19T16:21:02.127Z | Compiling vergen-lib v0.1.6 |
| 1429 | 2026-05-19T16:21:02.178Z | Compiling serde_derive v1.0.228 |
| 1430 | 2026-05-19T16:21:02.214Z | Compiling zeroize_derive v1.4.3 |
| 1431 | 2026-05-19T16:21:02.326Z | Compiling zerofrom-derive v0.1.6 |
| 1432 | 2026-05-19T16:21:02.341Z | Compiling yoke-derive v0.8.1 |
| 1433 | 2026-05-19T16:21:02.384Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-05-19T16:21:02.389Z | Compiling zerovec-derive v0.11.2 |
| 1435 | 2026-05-19T16:21:02.592Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-05-19T16:21:02.904Z | Compiling tokio-macros v2.7.0 |
| 1437 | 2026-05-19T16:21:02.930Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-19T16:21:02.955Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-05-19T16:21:03.079Z | Compiling der_derive v0.7.3 |
| 1440 | 2026-05-19T16:21:03.397Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-05-19T16:21:03.412Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-19T16:21:03.603Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-05-19T16:21:03.618Z | Compiling scroll_derive v0.13.1 |
| 1444 | 2026-05-19T16:21:03.706Z | Compiling crypto-common v0.1.7 |
| 1445 | 2026-05-19T16:21:03.757Z | Compiling block-buffer v0.10.4 |
| 1446 | 2026-05-19T16:21:03.861Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-05-19T16:21:03.877Z | Compiling zerofrom v0.1.6 |
| 1448 | 2026-05-19T16:21:03.877Z | Compiling block-padding v0.3.3 |
| 1449 | 2026-05-19T16:21:03.910Z | Compiling digest v0.10.7 |
| 1450 | 2026-05-19T16:21:03.954Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-05-19T16:21:04.007Z | Compiling yoke v0.8.1 |
| 1452 | 2026-05-19T16:21:04.089Z | Compiling inout v0.1.4 |
| 1453 | 2026-05-19T16:21:04.140Z | Compiling hmac v0.12.1 |
| 1454 | 2026-05-19T16:21:04.199Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-19T16:21:04.225Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-05-19T16:21:04.288Z | Compiling cipher v0.4.4 |
| 1457 | 2026-05-19T16:21:04.325Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-05-19T16:21:04.490Z | Compiling der v0.7.10 |
| 1459 | 2026-05-19T16:21:04.574Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-05-19T16:21:04.602Z | Compiling pbkdf2 v0.12.2 |
| 1461 | 2026-05-19T16:21:04.617Z | Compiling aes v0.8.4 |
| 1462 | 2026-05-19T16:21:04.693Z | Compiling cbc v0.1.2 |
| 1463 | 2026-05-19T16:21:04.738Z | Compiling schemars_derive v0.8.22 |
| 1464 | 2026-05-19T16:21:04.786Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-05-19T16:21:04.847Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-05-19T16:21:04.870Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-05-19T16:21:04.951Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-05-19T16:21:05.014Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-05-19T16:21:05.051Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-05-19T16:21:05.081Z | Compiling scroll v0.13.0 |
| 1471 | 2026-05-19T16:21:05.132Z | Compiling tracing v0.1.44 |
| 1472 | 2026-05-19T16:21:05.154Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-19T16:21:05.387Z | Compiling spki v0.7.3 |
| 1474 | 2026-05-19T16:21:05.439Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-05-19T16:21:05.562Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-05-19T16:21:05.619Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-19T16:21:05.679Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-19T16:21:05.761Z | Compiling darling v0.20.11 |
| 1479 | 2026-05-19T16:21:05.801Z | Compiling rustls-native-certs v0.8.3 |
| 1480 | 2026-05-19T16:21:05.864Z | Compiling bytes v1.11.1 |
| 1481 | 2026-05-19T16:21:05.881Z | Compiling chrono v0.4.44 |
| 1482 | 2026-05-19T16:21:05.898Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-05-19T16:21:05.916Z | Compiling ipnet v2.11.0 |
| 1484 | 2026-05-19T16:21:05.973Z | Compiling icu_normalizer v2.1.1 |
| 1485 | 2026-05-19T16:21:06.015Z | Compiling icu_properties v2.1.2 |
| 1486 | 2026-05-19T16:21:06.086Z | Compiling derive_builder_core v0.20.2 |
| 1487 | 2026-05-19T16:21:06.103Z | Compiling dtrace-parser v0.3.0 |
| 1488 | 2026-05-19T16:21:06.131Z | Compiling signature v2.2.0 |
| 1489 | 2026-05-19T16:21:06.242Z | Compiling webpki-roots v1.0.6 |
| 1490 | 2026-05-19T16:21:06.343Z | Compiling thiserror-impl v1.0.69 |
| 1491 | 2026-05-19T16:21:06.368Z | Compiling tokio v1.52.1 |
| 1492 | 2026-05-19T16:21:06.386Z | Compiling http v1.4.0 |
| 1493 | 2026-05-19T16:21:06.463Z | Compiling scroll_derive v0.12.1 |
| 1494 | 2026-05-19T16:21:06.526Z | Compiling serde_tokenstream v0.2.3 |
| 1495 | 2026-05-19T16:21:06.562Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-05-19T16:21:06.732Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-05-19T16:21:06.811Z | Compiling erased-serde v0.3.31 |
| 1498 | 2026-05-19T16:21:06.867Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-05-19T16:21:06.897Z | Compiling md-5 v0.10.6 |
| 1500 | 2026-05-19T16:21:07.007Z | Compiling idna_adapter v1.2.1 |
| 1501 | 2026-05-19T16:21:07.034Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-05-19T16:21:07.088Z | Compiling ppv-lite86 v0.2.21 |
| 1503 | 2026-05-19T16:21:07.162Z | Compiling idna v1.1.0 |
| 1504 | 2026-05-19T16:21:07.175Z | Compiling http-body v1.0.1 |
| 1505 | 2026-05-19T16:21:07.189Z | Compiling darling_macro v0.21.3 |
| 1506 | 2026-05-19T16:21:07.204Z | Compiling scroll v0.12.0 |
| 1507 | 2026-05-19T16:21:07.275Z | Compiling bstr v1.12.1 |
| 1508 | 2026-05-19T16:21:07.335Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-05-19T16:21:07.357Z | Compiling zerocopy-derive v0.7.35 |
| 1510 | 2026-05-19T16:21:07.373Z | Compiling async-trait v0.1.89 |
| 1511 | 2026-05-19T16:21:07.376Z | Compiling pin-project-internal v1.1.11 |
| 1512 | 2026-05-19T16:21:07.435Z | Compiling rand_chacha v0.9.0 |
| 1513 | 2026-05-19T16:21:07.505Z | Compiling url v2.5.8 |
| 1514 | 2026-05-19T16:21:07.552Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-05-19T16:21:07.601Z | Compiling curve25519-dalek v4.1.3 |
| 1516 | 2026-05-19T16:21:07.705Z | Compiling rand v0.9.2 |
| 1517 | 2026-05-19T16:21:07.726Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-19T16:21:07.850Z | Compiling ff v0.13.1 |
| 1519 | 2026-05-19T16:21:07.865Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-19T16:21:07.946Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-19T16:21:07.963Z | Compiling fallible-iterator v0.2.0 |
| 1522 | 2026-05-19T16:21:08.006Z | Compiling ref-cast v1.0.25 |
| 1523 | 2026-05-19T16:21:08.165Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-05-19T16:21:08.165Z | Compiling base16ct v0.2.0 |
| 1525 | 2026-05-19T16:21:08.282Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-19T16:21:08.297Z | Compiling num-bigint-dig v0.8.6 |
| 1527 | 2026-05-19T16:21:08.323Z | Compiling zlib-rs v0.6.2 |
| 1528 | 2026-05-19T16:21:08.367Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-19T16:21:08.382Z | Compiling dof v0.4.0 |
| 1530 | 2026-05-19T16:21:08.399Z | Compiling smoltcp v0.9.1 |
| 1531 | 2026-05-19T16:21:08.454Z | Compiling litrs v1.0.0 |
| 1532 | 2026-05-19T16:21:08.480Z | Compiling rustix v0.38.44 |
| 1533 | 2026-05-19T16:21:08.561Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-05-19T16:21:08.574Z | Compiling nix v0.31.2 |
| 1535 | 2026-05-19T16:21:08.658Z | Compiling sec1 v0.7.3 |
| 1536 | 2026-05-19T16:21:08.675Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-05-19T16:21:08.693Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-05-19T16:21:08.795Z | Compiling postgres-protocol v0.6.10 |
| 1539 | 2026-05-19T16:21:08.868Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-05-19T16:21:08.966Z | Compiling group v0.13.0 |
| 1541 | 2026-05-19T16:21:09.002Z | Compiling document-features v0.2.12 |
| 1542 | 2026-05-19T16:21:09.005Z | Compiling rand v0.8.6 |
| 1543 | 2026-05-19T16:21:09.075Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-19T16:21:09.165Z | Compiling oxnet v0.1.4 |
| 1545 | 2026-05-19T16:21:09.180Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-05-19T16:21:09.262Z | Compiling goblin v0.8.2 |
| 1547 | 2026-05-19T16:21:09.332Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-19T16:21:09.371Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-05-19T16:21:09.416Z | Compiling cargo-platform v0.1.9 |
| 1550 | 2026-05-19T16:21:09.450Z | Compiling hex v0.4.3 |
| 1551 | 2026-05-19T16:21:09.584Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-19T16:21:09.617Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-19T16:21:09.696Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-19T16:21:09.783Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-05-19T16:21:09.798Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-19T16:21:09.801Z | Compiling ref-cast-impl v1.0.25 |
| 1557 | 2026-05-19T16:21:09.801Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-05-19T16:21:09.801Z | Compiling daft-derive v0.1.5 |
| 1559 | 2026-05-19T16:21:09.921Z | Compiling snafu-derive v0.8.9 |
| 1560 | 2026-05-19T16:21:10.162Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-05-19T16:21:10.326Z | Compiling tokio-util v0.7.18 |
| 1562 | 2026-05-19T16:21:10.326Z | Compiling tower v0.5.3 |
| 1563 | 2026-05-19T16:21:10.329Z | Compiling tokio-native-tls v0.3.1 |
| 1564 | 2026-05-19T16:21:10.374Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-05-19T16:21:10.390Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-05-19T16:21:10.502Z | Compiling vergen v9.0.6 |
| 1567 | 2026-05-19T16:21:10.517Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-05-19T16:21:10.530Z | Compiling encoding_rs v0.8.35 |
| 1569 | 2026-05-19T16:21:10.554Z | Compiling ahash v0.8.12 |
| 1570 | 2026-05-19T16:21:10.602Z | Compiling bitflags v1.3.2 |
| 1571 | 2026-05-19T16:21:10.644Z | Compiling bumpalo v3.20.2 |
| 1572 | 2026-05-19T16:21:10.690Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-19T16:21:10.707Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-19T16:21:10.738Z | Compiling same-file v1.0.6 |
| 1575 | 2026-05-19T16:21:10.783Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-19T16:21:10.863Z | Compiling libbz2-rs-sys v0.2.2 |
| 1577 | 2026-05-19T16:21:10.931Z | Compiling managed v0.8.0 |
| 1578 | 2026-05-19T16:21:10.934Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-05-19T16:21:11.058Z | Compiling h2 v0.4.13 |
| 1580 | 2026-05-19T16:21:11.171Z | Compiling object v0.37.3 |
| 1581 | 2026-05-19T16:21:11.194Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-05-19T16:21:11.224Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-19T16:21:11.390Z | Compiling mime v0.3.17 |
| 1584 | 2026-05-19T16:21:11.431Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-19T16:21:11.523Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-19T16:21:11.587Z | Compiling dof v0.3.0 |
| 1587 | 2026-05-19T16:21:11.628Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-05-19T16:21:11.680Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-05-19T16:21:11.845Z | Compiling daft v0.1.5 |
| 1590 | 2026-05-19T16:21:11.869Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-05-19T16:21:11.925Z | Compiling strum v0.27.2 |
| 1592 | 2026-05-19T16:21:11.949Z | Compiling snafu v0.8.9 |
| 1593 | 2026-05-19T16:21:12.077Z | Compiling toml_edit v0.19.15 |
| 1594 | 2026-05-19T16:21:12.112Z | Compiling zopfli v0.8.3 |
| 1595 | 2026-05-19T16:21:12.222Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-19T16:21:12.225Z | Compiling phf v0.13.1 |
| 1597 | 2026-05-19T16:21:12.329Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-19T16:21:12.362Z | Compiling cookie_store v0.22.1 |
| 1599 | 2026-05-19T16:21:12.406Z | Compiling cargo_metadata v0.19.2 |
| 1600 | 2026-05-19T16:21:12.428Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-19T16:21:12.462Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-05-19T16:21:12.519Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-19T16:21:12.674Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-19T16:21:12.738Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-19T16:21:12.756Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-19T16:21:12.826Z | Compiling postgres-types v0.2.12 |
| 1607 | 2026-05-19T16:21:12.944Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-19T16:21:12.959Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-19T16:21:13.058Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-19T16:21:13.235Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-19T16:21:13.277Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-05-19T16:21:13.313Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-19T16:21:13.419Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-19T16:21:13.529Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-05-19T16:21:13.604Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-19T16:21:13.689Z | Compiling enum-as-inner v0.6.1 |
| 1617 | 2026-05-19T16:21:13.704Z | Compiling clap_derive v4.5.55 |
| 1618 | 2026-05-19T16:21:13.747Z | Compiling strum_macros v0.26.4 |
| 1619 | 2026-05-19T16:21:13.765Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-05-19T16:21:13.781Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-19T16:21:13.804Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-19T16:21:13.933Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-19T16:21:14.017Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-19T16:21:14.073Z | Compiling hyper v1.8.1 |
| 1625 | 2026-05-19T16:21:14.106Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-19T16:21:14.178Z | Compiling memmap2 v0.9.10 |
| 1627 | 2026-05-19T16:21:14.223Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-19T16:21:14.243Z | Compiling keccak v0.1.6 |
| 1629 | 2026-05-19T16:21:14.348Z | Compiling typed-path v0.9.3 |
| 1630 | 2026-05-19T16:21:14.377Z | Compiling static_assertions v1.1.0 |
| 1631 | 2026-05-19T16:21:14.417Z | Compiling fixedbitset v0.5.7 |
| 1632 | 2026-05-19T16:21:14.462Z | Compiling rustc-hash v2.1.1 |
| 1633 | 2026-05-19T16:21:14.498Z | Compiling whoami v2.1.0 |
| 1634 | 2026-05-19T16:21:14.527Z | Compiling difflib v0.4.0 |
| 1635 | 2026-05-19T16:21:14.557Z | Compiling either v1.15.0 |
| 1636 | 2026-05-19T16:21:14.611Z | Compiling jiff v0.2.21 |
| 1637 | 2026-05-19T16:21:14.794Z | Compiling fixedbitset v0.4.2 |
| 1638 | 2026-05-19T16:21:14.797Z | Compiling new_debug_unreachable v1.0.6 |
| 1639 | 2026-05-19T16:21:14.826Z | Compiling predicates-core v1.0.10 |
| 1640 | 2026-05-19T16:21:14.895Z | Compiling precomputed-hash v0.1.1 |
| 1641 | 2026-05-19T16:21:14.954Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-05-19T16:21:15.001Z | Compiling data-encoding v2.10.0 |
| 1643 | 2026-05-19T16:21:15.030Z | Compiling petgraph v0.6.5 |
| 1644 | 2026-05-19T16:21:15.048Z | Compiling predicates v3.1.4 |
| 1645 | 2026-05-19T16:21:15.074Z | Compiling string_cache v0.8.9 |
| 1646 | 2026-05-19T16:21:15.140Z | Compiling toml_edit v0.22.27 |
| 1647 | 2026-05-19T16:21:15.165Z | Compiling itertools v0.13.0 |
| 1648 | 2026-05-19T16:21:15.179Z | Compiling tokio-postgres v0.7.16 |
| 1649 | 2026-05-19T16:21:15.337Z | Compiling hyper-util v0.1.20 |
| 1650 | 2026-05-19T16:21:15.409Z | Compiling hickory-proto v0.25.2 |
| 1651 | 2026-05-19T16:21:15.646Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-19T16:21:15.650Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-19T16:21:15.676Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-05-19T16:21:15.764Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-19T16:21:15.780Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1656 | 2026-05-19T16:21:15.787Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-05-19T16:21:15.812Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-19T16:21:15.828Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-19T16:21:16.124Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-19T16:21:16.198Z | Compiling serde_with v3.17.0 |
| 1661 | 2026-05-19T16:21:16.286Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-19T16:21:16.472Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-19T16:21:16.606Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-19T16:21:16.745Z | Compiling ed25519-dalek v2.2.0 |
| 1665 | 2026-05-19T16:21:16.894Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-05-19T16:21:16.991Z | Compiling toml v0.7.8 |
| 1667 | 2026-05-19T16:21:17.452Z | Compiling zip v4.6.1 |
| 1668 | 2026-05-19T16:21:17.482Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-19T16:21:17.739Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-05-19T16:21:17.887Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-19T16:21:18.020Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-19T16:21:18.034Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-19T16:21:18.051Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1674 | 2026-05-19T16:21:18.056Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-19T16:21:18.087Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-19T16:21:18.238Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-19T16:21:18.319Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-19T16:21:18.379Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-19T16:21:18.462Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-19T16:21:18.485Z | Compiling lalrpop-util v0.19.12 |
| 1681 | 2026-05-19T16:21:18.550Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-19T16:21:18.643Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-19T16:21:18.675Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-19T16:21:18.693Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-19T16:21:18.714Z | Compiling filetime v0.2.27 |
| 1686 | 2026-05-19T16:21:18.733Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-19T16:21:18.775Z | Compiling term v1.2.1 |
| 1688 | 2026-05-19T16:21:18.807Z | Compiling take_mut v0.2.2 |
| 1689 | 2026-05-19T16:21:18.906Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-19T16:21:19.159Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-19T16:21:36.710Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-19T16:21:39.523Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-19T16:21:39.523Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-19T16:21:39.725Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-19T16:21:39.924Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-19T16:21:39.924Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-19T16:21:41.169Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-19T16:21:43.701Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-19T16:21:43.938Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-19T16:21:46.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.04s |
| 1701 | 2026-05-19T16:21:46.956Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-19T16:21:47.013Z | May 19 16:21:46.254 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-19T16:21:47.013Z | May 19 16:21:46.255 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-19T16:21:47.013Z | May 19 16:21:46.255 INFO Starting download, target: Cockroach |
| 1705 | 2026-05-19T16:21:47.013Z | May 19 16:21:46.255 INFO Starting download, target: Console |
| 1706 | 2026-05-19T16:21:47.017Z | May 19 16:21:46.255 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-19T16:21:47.017Z | May 19 16:21:46.255 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-05-19T16:21:47.017Z | May 19 16:21:46.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-19T16:21:47.017Z | May 19 16:21:46.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1710 | 2026-05-19T16:21:47.017Z | May 19 16:21:46.255 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-19T16:21:47.018Z | May 19 16:21:46.255 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-19T16:21:47.018Z | May 19 16:21:46.255 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1713 | 2026-05-19T16:21:47.018Z | May 19 16:21:46.255 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-05-19T16:21:47.349Z | May 19 16:21:46.580 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-19T16:21:47.558Z | May 19 16:21:46.791 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-05-19T16:21:48.135Z | May 19 16:21:47.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-05-19T16:21:48.369Z | May 19 16:21:47.607 INFO Download complete, target: Console |
| 1718 | 2026-05-19T16:21:48.867Z | May 19 16:21:48.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-19T16:21:49.064Z | May 19 16:21:48.305 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-19T16:21:49.423Z | May 19 16:21:48.662 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1721 | 2026-05-19T16:21:49.707Z | May 19 16:21:48.948 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-05-19T16:21:49.707Z | May 19 16:21:48.948 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-05-19T16:21:51.398Z | May 19 16:21:50.639 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-19T16:21:51.560Z | May 19 16:21:50.799 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-19T16:21:54.429Z | May 19 16:21:53.650 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-19T16:21:54.562Z | May 19 16:21:53.783 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-19T16:21:56.144Z | May 19 16:21:55.381 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-19T16:21:56.222Z | May 19 16:21:55.464 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-19T16:21:56.228Z | All prerequisites installed successfully |
| 1730 | 2026-05-19T16:21:56.232Z | |
| 1731 | 2026-05-19T16:21:56.232Z | real 2:04.136304040 |
| 1732 | 2026-05-19T16:21:56.232Z | user 7:02.348070838 |
| 1733 | 2026-05-19T16:21:56.232Z | sys 1:45.506144066 |
| 1734 | 2026-05-19T16:21:56.232Z | trap 0.280571175 |
| 1735 | 2026-05-19T16:21:56.232Z | tflt 1.199656946 |
| 1736 | 2026-05-19T16:21:56.232Z | dflt 1.673205071 |
| 1737 | 2026-05-19T16:21:56.232Z | kflt 0.024843445 |
| 1738 | 2026-05-19T16:21:56.232Z | lock 23:39.376751069 |
| 1739 | 2026-05-19T16:21:56.232Z | slp 19:17.881645725 |
| 1740 | 2026-05-19T16:21:56.232Z | lat 26.102577591 |
| 1741 | 2026-05-19T16:21:56.232Z | stop 2:56.804386877 |
| 1742 | 2026-05-19T16:21:56.232Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-19T16:21:56.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1744 | 2026-05-19T16:21:56.798Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-19T16:21:57.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1746 | 2026-05-19T16:21:57.647Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-19T16:21:57.693Z | May 19 16:21:56.934 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-19T16:21:57.696Z | May 19 16:21:56.935 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-19T16:21:58.310Z | May 19 16:21:57.552 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-19T16:21:58.314Z | |
| 1751 | 2026-05-19T16:21:58.317Z | real 2.078493016 |
| 1752 | 2026-05-19T16:21:58.317Z | user 1.370860707 |
| 1753 | 2026-05-19T16:21:58.317Z | sys 0.663679404 |
| 1754 | 2026-05-19T16:21:58.317Z | trap 0.000708560 |
| 1755 | 2026-05-19T16:21:58.318Z | tflt 0.000028720 |
| 1756 | 2026-05-19T16:21:58.318Z | dflt 0.000173120 |
| 1757 | 2026-05-19T16:21:58.318Z | kflt 0.000001920 |
| 1758 | 2026-05-19T16:21:58.318Z | lock 11.309067543 |
| 1759 | 2026-05-19T16:21:58.318Z | slp 0.474772983 |
| 1760 | 2026-05-19T16:21:58.318Z | lat 0.073797981 |
| 1761 | 2026-05-19T16:21:58.318Z | stop 0.000181010 |
| 1762 | 2026-05-19T16:21:58.318Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-19T16:21:58.318Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-19T16:21:58.318Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-19T16:21:59.247Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-19T16:21:59.247Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-19T16:21:59.247Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-19T16:21:59.247Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-19T16:21:59.250Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-19T16:21:59.250Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-19T16:21:59.250Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-19T16:21:59.250Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-19T16:21:59.250Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-05-19T16:21:59.250Z | Compiling shlex v1.3.0 |
| 1775 | 2026-05-19T16:21:59.404Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-19T16:21:59.412Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-19T16:21:59.414Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-19T16:21:59.415Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-19T16:21:59.415Z | Compiling memchr v2.8.0 |
| 1780 | 2026-05-19T16:21:59.586Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-19T16:21:59.618Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-19T16:21:59.797Z | Compiling generic-array v0.14.7 |
| 1783 | 2026-05-19T16:21:59.801Z | Compiling zerocopy v0.8.40 |
| 1784 | 2026-05-19T16:21:59.857Z | Compiling parking_lot_core v0.9.12 |
| 1785 | 2026-05-19T16:21:59.870Z | Compiling smallvec v1.15.1 |
| 1786 | 2026-05-19T16:21:59.873Z | Compiling icu_properties_data v2.1.2 |
| 1787 | 2026-05-19T16:21:59.938Z | Compiling icu_normalizer_data v2.1.1 |
| 1788 | 2026-05-19T16:21:59.954Z | Compiling num-traits v0.2.19 |
| 1789 | 2026-05-19T16:22:00.023Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-19T16:22:00.058Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-19T16:22:00.061Z | Compiling log v0.4.29 |
| 1792 | 2026-05-19T16:22:00.167Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-19T16:22:00.184Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-19T16:22:00.234Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-19T16:22:00.388Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-19T16:22:00.420Z | Compiling jobserver v0.1.34 |
| 1797 | 2026-05-19T16:22:00.434Z | Compiling getrandom v0.2.17 |
| 1798 | 2026-05-19T16:22:00.501Z | Compiling errno v0.3.14 |
| 1799 | 2026-05-19T16:22:00.519Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-19T16:22:00.599Z | Compiling rand_core v0.6.4 |
| 1801 | 2026-05-19T16:22:00.650Z | Compiling writeable v0.6.2 |
| 1802 | 2026-05-19T16:22:00.674Z | Compiling cc v1.2.56 |
| 1803 | 2026-05-19T16:22:00.696Z | Compiling litemap v0.8.1 |
| 1804 | 2026-05-19T16:22:00.715Z | Compiling percent-encoding v2.3.2 |
| 1805 | 2026-05-19T16:22:00.729Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-19T16:22:00.803Z | Compiling pin-project-lite v0.2.17 |
| 1807 | 2026-05-19T16:22:00.849Z | Compiling fnv v1.0.7 |
| 1808 | 2026-05-19T16:22:00.920Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-19T16:22:00.969Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-19T16:22:01.021Z | Compiling dunce v1.0.5 |
| 1811 | 2026-05-19T16:22:01.039Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-19T16:22:01.056Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-05-19T16:22:01.105Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-19T16:22:01.108Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2026-05-19T16:22:01.174Z | Compiling rand_core v0.10.0 |
| 1816 | 2026-05-19T16:22:01.183Z | Compiling rustversion v1.0.22 |
| 1817 | 2026-05-19T16:22:01.289Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-19T16:22:01.347Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-05-19T16:22:01.381Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-05-19T16:22:01.387Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-19T16:22:01.480Z | Compiling cmake v0.1.57 |
| 1822 | 2026-05-19T16:22:01.498Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-05-19T16:22:01.589Z | Compiling mio v1.2.0 |
| 1824 | 2026-05-19T16:22:01.623Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-19T16:22:01.797Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-05-19T16:22:01.819Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-19T16:22:01.914Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-19T16:22:01.917Z | Compiling socket2 v0.6.3 |
| 1829 | 2026-05-19T16:22:01.966Z | Compiling const-oid v0.9.6 |
| 1830 | 2026-05-19T16:22:01.992Z | Compiling ring v0.17.14 |
| 1831 | 2026-05-19T16:22:02.043Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-05-19T16:22:02.086Z | Compiling indexmap v2.14.0 |
| 1833 | 2026-05-19T16:22:02.284Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-19T16:22:02.306Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-19T16:22:02.338Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-19T16:22:02.437Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-19T16:22:02.440Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-05-19T16:22:02.502Z | Compiling strsim v0.11.1 |
| 1839 | 2026-05-19T16:22:02.685Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-19T16:22:02.694Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-19T16:22:02.765Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-05-19T16:22:02.835Z | Compiling syn v1.0.109 |
| 1843 | 2026-05-19T16:22:02.850Z | Compiling pest v2.8.6 |
| 1844 | 2026-05-19T16:22:02.866Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-19T16:22:02.886Z | Compiling heck v0.5.0 |
| 1846 | 2026-05-19T16:22:02.895Z | Compiling ident_case v1.0.1 |
| 1847 | 2026-05-19T16:22:02.895Z | Compiling uuid v1.23.0 |
| 1848 | 2026-05-19T16:22:02.971Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-05-19T16:22:02.974Z | Compiling rustls v0.23.37 |
| 1850 | 2026-05-19T16:22:03.020Z | Compiling openssl-sys v0.9.115 |
| 1851 | 2026-05-19T16:22:03.225Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-19T16:22:03.257Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-19T16:22:03.312Z | Compiling slab v0.4.12 |
| 1854 | 2026-05-19T16:22:03.357Z | Compiling futures-channel v0.3.32 |
| 1855 | 2026-05-19T16:22:03.373Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-19T16:22:03.471Z | Compiling futures-task v0.3.32 |
| 1857 | 2026-05-19T16:22:03.532Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-19T16:22:03.572Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-19T16:22:03.643Z | Compiling aho-corasick v1.1.4 |
| 1860 | 2026-05-19T16:22:03.680Z | Compiling dyn-clone v1.0.20 |
| 1861 | 2026-05-19T16:22:03.939Z | Compiling base64 v0.22.1 |
| 1862 | 2026-05-19T16:22:03.957Z | Compiling openssl v0.10.79 |
| 1863 | 2026-05-19T16:22:04.032Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-19T16:22:04.070Z | Compiling plain v0.2.3 |
| 1865 | 2026-05-19T16:22:04.098Z | Compiling crc32fast v1.5.0 |
| 1866 | 2026-05-19T16:22:04.149Z | Compiling time-core v0.1.8 |
| 1867 | 2026-05-19T16:22:04.174Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-19T16:22:04.323Z | Compiling crossbeam-utils v0.8.21 |
| 1869 | 2026-05-19T16:22:04.340Z | Compiling time-macros v0.2.27 |
| 1870 | 2026-05-19T16:22:04.408Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-05-19T16:22:04.411Z | Compiling pretty-hex v0.4.1 |
| 1872 | 2026-05-19T16:22:04.484Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-19T16:22:04.542Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-05-19T16:22:04.546Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-19T16:22:04.573Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-19T16:22:04.627Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-19T16:22:04.667Z | Compiling tracing-core v0.1.36 |
| 1878 | 2026-05-19T16:22:04.743Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1879 | 2026-05-19T16:22:04.813Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-05-19T16:22:04.840Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-19T16:22:04.879Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-19T16:22:05.063Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-19T16:22:05.120Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-19T16:22:05.133Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-19T16:22:05.154Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-19T16:22:05.303Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-19T16:22:05.324Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-19T16:22:05.355Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-19T16:22:05.511Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-19T16:22:05.860Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-19T16:22:06.070Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-19T16:22:06.131Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-19T16:22:06.164Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-19T16:22:06.226Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-19T16:22:06.247Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-19T16:22:06.377Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-19T16:22:06.396Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-19T16:22:06.567Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-19T16:22:06.598Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-19T16:22:06.832Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-19T16:22:07.048Z | Compiling digest v0.10.7 |
| 1902 | 2026-05-19T16:22:07.112Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-19T16:22:07.175Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-19T16:22:07.278Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-05-19T16:22:07.294Z | Compiling icu_locale_core v2.1.1 |
| 1906 | 2026-05-19T16:22:07.312Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-05-19T16:22:07.348Z | Compiling futures-util v0.3.32 |
| 1908 | 2026-05-19T16:22:07.351Z | Compiling hmac v0.12.1 |
| 1909 | 2026-05-19T16:22:07.552Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-19T16:22:07.717Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-19T16:22:07.746Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-19T16:22:07.897Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-19T16:22:08.072Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-19T16:22:08.089Z | Compiling icu_provider v2.1.1 |
| 1915 | 2026-05-19T16:22:08.162Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-19T16:22:08.178Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-05-19T16:22:08.516Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-19T16:22:08.556Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-05-19T16:22:08.560Z | Compiling cipher v0.4.4 |
| 1920 | 2026-05-19T16:22:08.649Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-19T16:22:09.035Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-05-19T16:22:09.404Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-19T16:22:09.415Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-05-19T16:22:09.685Z | Compiling idna_adapter v1.2.1 |
| 1925 | 2026-05-19T16:22:09.827Z | Compiling idna v1.1.0 |
| 1926 | 2026-05-19T16:22:09.844Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-05-19T16:22:10.006Z | Compiling http v1.4.0 |
| 1928 | 2026-05-19T16:22:10.133Z | Compiling flagset v0.4.7 |
| 1929 | 2026-05-19T16:22:10.150Z | Compiling untrusted v0.9.0 |
| 1930 | 2026-05-19T16:22:10.198Z | Compiling url v2.5.8 |
| 1931 | 2026-05-19T16:22:10.286Z | Compiling der v0.7.10 |
| 1932 | 2026-05-19T16:22:10.307Z | Compiling tracing v0.1.44 |
| 1933 | 2026-05-19T16:22:10.465Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-19T16:22:10.488Z | Compiling darling_macro v0.21.3 |
| 1935 | 2026-05-19T16:22:10.504Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-19T16:22:10.736Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-19T16:22:10.971Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-19T16:22:11.211Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-19T16:22:11.463Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-19T16:22:11.477Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-19T16:22:11.478Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-19T16:22:11.942Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-19T16:22:11.975Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-19T16:22:12.306Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-19T16:22:12.329Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-19T16:22:12.352Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-19T16:22:12.462Z | Compiling tokio-util v0.7.18 |
| 1948 | 2026-05-19T16:22:12.525Z | Compiling cbc v0.1.2 |
| 1949 | 2026-05-19T16:22:12.560Z | Compiling aes v0.8.4 |
| 1950 | 2026-05-19T16:22:12.687Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-05-19T16:22:12.706Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-05-19T16:22:12.725Z | Compiling unicode-segmentation v1.12.0 |
| 1953 | 2026-05-19T16:22:12.744Z | Compiling openssl-probe v0.2.1 |
| 1954 | 2026-05-19T16:22:12.768Z | Compiling untrusted v0.7.1 |
| 1955 | 2026-05-19T16:22:12.789Z | Compiling either v1.15.0 |
| 1956 | 2026-05-19T16:22:12.954Z | Compiling paste v1.0.15 |
| 1957 | 2026-05-19T16:22:13.019Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-05-19T16:22:13.055Z | Compiling ref-cast v1.0.25 |
| 1959 | 2026-05-19T16:22:13.097Z | Compiling atomic-waker v1.1.2 |
| 1960 | 2026-05-19T16:22:13.114Z | Compiling winnow v0.7.14 |
| 1961 | 2026-05-19T16:22:13.132Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-05-19T16:22:13.268Z | Compiling pkcs5 v0.7.1 |
| 1963 | 2026-05-19T16:22:13.426Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-19T16:22:13.765Z | Compiling scroll v0.13.0 |
| 1965 | 2026-05-19T16:22:13.782Z | Compiling scroll v0.12.0 |
| 1966 | 2026-05-19T16:22:13.799Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-05-19T16:22:13.901Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2026-05-19T16:22:14.046Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-19T16:22:14.065Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-19T16:22:14.097Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-19T16:22:14.101Z | Compiling signal-hook v0.3.18 |
| 1972 | 2026-05-19T16:22:14.101Z | Compiling try-lock v0.2.5 |
| 1973 | 2026-05-19T16:22:14.145Z | Compiling tower-service v0.3.3 |
| 1974 | 2026-05-19T16:22:14.258Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-05-19T16:22:14.336Z | Compiling fastrand v2.3.0 |
| 1976 | 2026-05-19T16:22:14.564Z | Compiling zstd-safe v7.2.4 |
| 1977 | 2026-05-19T16:22:14.579Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-19T16:22:14.653Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1979 | 2026-05-19T16:22:14.673Z | Compiling want v0.3.1 |
| 1980 | 2026-05-19T16:22:14.796Z | Compiling goblin v0.8.2 |
| 1981 | 2026-05-19T16:22:14.855Z | Compiling goblin v0.10.5 |
| 1982 | 2026-05-19T16:22:14.976Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-19T16:22:15.121Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-19T16:22:15.146Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-19T16:22:15.245Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-19T16:22:15.346Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-19T16:22:15.490Z | Compiling curve25519-dalek v4.1.3 |
| 1988 | 2026-05-19T16:22:15.717Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-05-19T16:22:15.751Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-19T16:22:15.792Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-19T16:22:15.896Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-19T16:22:16.022Z | Compiling httpdate v1.0.3 |
| 1993 | 2026-05-19T16:22:16.328Z | Compiling pin-utils v0.1.0 |
| 1994 | 2026-05-19T16:22:16.419Z | Compiling foreign-types-shared v0.1.1 |
| 1995 | 2026-05-19T16:22:16.530Z | Compiling winnow v0.5.40 |
| 1996 | 2026-05-19T16:22:16.545Z | Compiling rustix v0.38.44 |
| 1997 | 2026-05-19T16:22:16.564Z | Compiling foreign-types v0.3.2 |
| 1998 | 2026-05-19T16:22:16.602Z | Compiling document-features v0.2.12 |
| 1999 | 2026-05-19T16:22:16.618Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-19T16:22:17.145Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-19T16:22:17.198Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-19T16:22:17.376Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-05-19T16:22:17.613Z | Compiling hyper v1.8.1 |
| 2004 | 2026-05-19T16:22:17.630Z | Compiling dof v0.4.0 |
| 2005 | 2026-05-19T16:22:17.767Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-05-19T16:22:17.859Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-05-19T16:22:17.975Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-19T16:22:18.022Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-05-19T16:22:18.091Z | Compiling daft-derive v0.1.5 |
| 2010 | 2026-05-19T16:22:18.248Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-19T16:22:18.268Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-19T16:22:18.288Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-19T16:22:18.340Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-19T16:22:18.477Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-05-19T16:22:18.521Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-19T16:22:18.621Z | Compiling powerfmt v0.2.0 |
| 2017 | 2026-05-19T16:22:18.637Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-19T16:22:18.729Z | Compiling hyper-util v0.1.20 |
| 2019 | 2026-05-19T16:22:18.746Z | Compiling darling v0.20.11 |
| 2020 | 2026-05-19T16:22:18.813Z | Compiling deranged v0.5.8 |
| 2021 | 2026-05-19T16:22:19.257Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-19T16:22:19.325Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-19T16:22:19.714Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-19T16:22:19.902Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-19T16:22:20.005Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-19T16:22:20.048Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-19T16:22:20.173Z | Compiling utf8parse v0.2.2 |
| 2028 | 2026-05-19T16:22:20.301Z | Compiling bit-vec v0.8.0 |
| 2029 | 2026-05-19T16:22:20.459Z | Compiling num_threads v0.1.7 |
| 2030 | 2026-05-19T16:22:20.496Z | Compiling siphasher v1.0.2 |
| 2031 | 2026-05-19T16:22:20.554Z | Compiling quick-error v1.2.3 |
| 2032 | 2026-05-19T16:22:20.586Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-05-19T16:22:20.703Z | Compiling anstyle v1.0.13 |
| 2034 | 2026-05-19T16:22:20.721Z | Compiling time v0.3.47 |
| 2035 | 2026-05-19T16:22:20.724Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-19T16:22:20.967Z | Compiling bit-set v0.8.0 |
| 2037 | 2026-05-19T16:22:21.053Z | Compiling anstyle-parse v0.2.7 |
| 2038 | 2026-05-19T16:22:21.156Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-19T16:22:21.300Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-19T16:22:21.462Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-19T16:22:21.655Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-19T16:22:21.827Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-19T16:22:21.961Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-19T16:22:21.977Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-19T16:22:22.084Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-19T16:22:22.103Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-19T16:22:22.185Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-19T16:22:22.281Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-19T16:22:22.433Z | Compiling adler2 v2.0.1 |
| 2050 | 2026-05-19T16:22:22.531Z | Compiling unarray v0.1.4 |
| 2051 | 2026-05-19T16:22:22.548Z | Compiling colorchoice v1.0.4 |
| 2052 | 2026-05-19T16:22:22.586Z | Compiling allocator-api2 v0.2.21 |
| 2053 | 2026-05-19T16:22:22.632Z | Compiling object v0.37.3 |
| 2054 | 2026-05-19T16:22:22.632Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-05-19T16:22:22.669Z | Compiling ryu v1.0.23 |
| 2056 | 2026-05-19T16:22:22.716Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-05-19T16:22:22.720Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-05-19T16:22:22.774Z | Compiling is_terminal_polyfill v1.70.2 |
| 2059 | 2026-05-19T16:22:22.893Z | Compiling anstyle-query v1.1.5 |
| 2060 | 2026-05-19T16:22:22.926Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-19T16:22:23.016Z | Compiling anstream v0.6.21 |
| 2062 | 2026-05-19T16:22:23.038Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-19T16:22:23.144Z | Compiling proptest v1.10.0 |
| 2064 | 2026-05-19T16:22:23.160Z | Compiling miniz_oxide v0.8.9 |
| 2065 | 2026-05-19T16:22:23.427Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-19T16:22:23.460Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-19T16:22:23.665Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-19T16:22:23.682Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-05-19T16:22:23.947Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-19T16:22:24.171Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-05-19T16:22:24.189Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-19T16:22:24.205Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-05-19T16:22:24.240Z | Compiling bstr v1.12.1 |
| 2074 | 2026-05-19T16:22:24.406Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-05-19T16:22:24.438Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-05-19T16:22:24.469Z | Compiling vergen-lib v0.1.6 |
| 2077 | 2026-05-19T16:22:24.571Z | Compiling ff v0.13.1 |
| 2078 | 2026-05-19T16:22:24.646Z | Compiling fallible-iterator v0.2.0 |
| 2079 | 2026-05-19T16:22:24.665Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-05-19T16:22:24.681Z | Compiling zlib-rs v0.6.2 |
| 2081 | 2026-05-19T16:22:24.695Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-05-19T16:22:24.804Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-05-19T16:22:24.822Z | Compiling group v0.13.0 |
| 2084 | 2026-05-19T16:22:24.848Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-05-19T16:22:24.931Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-19T16:22:24.946Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-19T16:22:25.071Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-19T16:22:25.334Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-05-19T16:22:25.506Z | Compiling oxnet v0.1.4 |
| 2090 | 2026-05-19T16:22:25.506Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-05-19T16:22:25.604Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-05-19T16:22:25.669Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-19T16:22:25.711Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-19T16:22:25.824Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-19T16:22:25.951Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-19T16:22:25.968Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-19T16:22:25.990Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-19T16:22:26.111Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-19T16:22:26.190Z | Compiling cargo-platform v0.1.9 |
| 2100 | 2026-05-19T16:22:26.317Z | Compiling hkdf v0.12.4 |
| 2101 | 2026-05-19T16:22:26.426Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-19T16:22:26.443Z | Compiling enum-as-inner v0.6.1 |
| 2103 | 2026-05-19T16:22:26.461Z | Compiling serde_repr v0.1.20 |
| 2104 | 2026-05-19T16:22:26.486Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-19T16:22:26.531Z | Compiling clap_derive v4.5.55 |
| 2106 | 2026-05-19T16:22:26.623Z | Compiling vergen v9.0.6 |
| 2107 | 2026-05-19T16:22:26.798Z | Compiling flate2 v1.1.9 |
| 2108 | 2026-05-19T16:22:26.999Z | Compiling encoding_rs v0.8.35 |
| 2109 | 2026-05-19T16:22:27.019Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-19T16:22:27.148Z | Compiling same-file v1.0.6 |
| 2111 | 2026-05-19T16:22:27.218Z | Compiling bumpalo v3.20.2 |
| 2112 | 2026-05-19T16:22:27.236Z | Compiling bitflags v1.3.2 |
| 2113 | 2026-05-19T16:22:27.296Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-05-19T16:22:27.312Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-05-19T16:22:27.331Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-05-19T16:22:27.476Z | Compiling mime v0.3.17 |
| 2117 | 2026-05-19T16:22:27.512Z | Compiling libbz2-rs-sys v0.2.2 |
| 2118 | 2026-05-19T16:22:27.547Z | Compiling hashbrown v0.16.1 |
| 2119 | 2026-05-19T16:22:27.563Z | Compiling clap_builder v4.5.60 |
| 2120 | 2026-05-19T16:22:27.594Z | Compiling hashbrown v0.15.5 |
| 2121 | 2026-05-19T16:22:27.767Z | Compiling zopfli v0.8.3 |
| 2122 | 2026-05-19T16:22:28.115Z | Compiling bzip2 v0.6.1 |
| 2123 | 2026-05-19T16:22:28.174Z | Compiling elliptic-curve v0.13.8 |
| 2124 | 2026-05-19T16:22:28.326Z | Compiling walkdir v2.5.0 |
| 2125 | 2026-05-19T16:22:28.382Z | Compiling zstd v0.13.3 |
| 2126 | 2026-05-19T16:22:28.411Z | Compiling cargo_metadata v0.19.2 |
| 2127 | 2026-05-19T16:22:28.441Z | Compiling futures v0.3.32 |
| 2128 | 2026-05-19T16:22:28.694Z | Compiling phf v0.13.1 |
| 2129 | 2026-05-19T16:22:28.697Z | Compiling snafu v0.8.9 |
| 2130 | 2026-05-19T16:22:28.805Z | Compiling daft v0.1.5 |
| 2131 | 2026-05-19T16:22:28.876Z | Compiling signal-hook-mio v0.2.5 |
| 2132 | 2026-05-19T16:22:29.018Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-05-19T16:22:29.073Z | Compiling cookie_store v0.22.1 |
| 2134 | 2026-05-19T16:22:29.110Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-19T16:22:29.223Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-19T16:22:29.566Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-19T16:22:29.705Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-19T16:22:29.767Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-19T16:22:29.785Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-19T16:22:29.837Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-19T16:22:29.899Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-19T16:22:29.915Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-19T16:22:29.980Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-19T16:22:30.034Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-19T16:22:30.082Z | Compiling serde_plain v1.0.2 |
| 2146 | 2026-05-19T16:22:30.147Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-19T16:22:30.205Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-19T16:22:30.224Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-19T16:22:30.295Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-19T16:22:30.313Z | Compiling fixedbitset v0.5.7 |
| 2151 | 2026-05-19T16:22:30.350Z | Compiling keccak v0.1.6 |
| 2152 | 2026-05-19T16:22:30.369Z | Compiling jiff v0.2.21 |
| 2153 | 2026-05-19T16:22:30.372Z | Compiling rustc-hash v2.1.1 |
| 2154 | 2026-05-19T16:22:30.453Z | Compiling toml_write v0.1.2 |
| 2155 | 2026-05-19T16:22:30.536Z | Compiling difflib v0.4.0 |
| 2156 | 2026-05-19T16:22:30.555Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-05-19T16:22:30.578Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-19T16:22:30.594Z | Compiling typed-path v0.9.3 |
| 2159 | 2026-05-19T16:22:30.636Z | Compiling precomputed-hash v0.1.1 |
| 2160 | 2026-05-19T16:22:30.652Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-05-19T16:22:30.672Z | Compiling whoami v2.1.0 |
| 2162 | 2026-05-19T16:22:30.907Z | Compiling fixedbitset v0.4.2 |
| 2163 | 2026-05-19T16:22:30.911Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-05-19T16:22:30.994Z | Compiling predicates-core v1.0.10 |
| 2165 | 2026-05-19T16:22:31.011Z | Compiling string_cache v0.8.9 |
| 2166 | 2026-05-19T16:22:31.026Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-19T16:22:31.040Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-05-19T16:22:31.130Z | Compiling predicates v3.1.4 |
| 2169 | 2026-05-19T16:22:31.130Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-05-19T16:22:31.246Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2171 | 2026-05-19T16:22:31.356Z | Compiling toml_edit v0.22.27 |
| 2172 | 2026-05-19T16:22:31.403Z | Compiling petgraph v0.8.3 |
| 2173 | 2026-05-19T16:22:31.736Z | Compiling sha3 v0.10.8 |
| 2174 | 2026-05-19T16:22:31.774Z | Compiling iddqd v0.3.18 |
| 2175 | 2026-05-19T16:22:32.030Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-05-19T16:22:32.367Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-19T16:22:32.642Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-19T16:22:32.658Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-19T16:22:32.899Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-19T16:22:33.063Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-19T16:22:33.601Z | Compiling crossterm v0.28.1 |
| 2182 | 2026-05-19T16:22:33.711Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-19T16:22:33.979Z | Compiling clap v4.5.60 |
| 2184 | 2026-05-19T16:22:34.125Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-19T16:22:34.144Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-19T16:22:34.257Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-19T16:22:34.305Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-19T16:22:34.411Z | Compiling tokio-stream v0.1.18 |
| 2189 | 2026-05-19T16:22:34.427Z | Compiling itertools v0.13.0 |
| 2190 | 2026-05-19T16:22:34.460Z | Compiling buf-list v1.1.2 |
| 2191 | 2026-05-19T16:22:34.798Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-19T16:22:34.899Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2193 | 2026-05-19T16:22:34.915Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-19T16:22:35.166Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-19T16:22:35.578Z | Compiling peg-runtime v0.8.5 |
| 2196 | 2026-05-19T16:22:35.681Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-05-19T16:22:50.540Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-19T16:22:52.064Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-19T16:22:52.188Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-19T16:22:52.245Z | Compiling rayon-core v1.13.0 |
| 2201 | 2026-05-19T16:22:52.282Z | Compiling crucible-workspace-hack v0.1.0 |
| 2202 | 2026-05-19T16:22:52.369Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-19T16:22:52.481Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-19T16:22:52.522Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-19T16:22:52.564Z | Compiling heapless v0.8.0 |
| 2206 | 2026-05-19T16:22:52.677Z | Compiling rustls v0.22.4 |
| 2207 | 2026-05-19T16:22:52.939Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-19T16:22:52.965Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-05-19T16:22:53.018Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2210 | 2026-05-19T16:22:53.022Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-19T16:22:53.082Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-19T16:22:53.177Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-19T16:22:53.195Z | Compiling thread_local v1.1.9 |
| 2214 | 2026-05-19T16:22:53.211Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-19T16:22:53.259Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-19T16:22:53.287Z | Compiling unicode-width v0.2.0 |
| 2217 | 2026-05-19T16:22:53.355Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-19T16:22:53.371Z | Compiling compression-core v0.4.31 |
| 2219 | 2026-05-19T16:22:53.401Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2220 | 2026-05-19T16:22:53.443Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-05-19T16:22:53.608Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-05-19T16:22:53.637Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-05-19T16:22:53.709Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-19T16:22:53.723Z | Compiling derive-ex v0.1.8 |
| 2225 | 2026-05-19T16:22:53.815Z | Compiling hostname v0.3.1 |
| 2226 | 2026-05-19T16:22:54.016Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-19T16:22:54.032Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-19T16:22:54.076Z | Compiling half v2.7.1 |
| 2229 | 2026-05-19T16:22:54.114Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-19T16:22:54.295Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-19T16:22:54.388Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-19T16:22:54.455Z | Compiling tokio-rustls v0.26.4 |
| 2233 | 2026-05-19T16:22:54.601Z | Compiling rustls-platform-verifier v0.6.2 |
| 2234 | 2026-05-19T16:22:54.752Z | Compiling hyper-rustls v0.27.7 |
| 2235 | 2026-05-19T16:22:54.770Z | Compiling universal-hash v0.5.1 |
| 2236 | 2026-05-19T16:22:54.842Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-05-19T16:22:54.885Z | Compiling serde_spanned v1.0.4 |
| 2238 | 2026-05-19T16:22:54.942Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2239 | 2026-05-19T16:22:54.960Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-19T16:22:55.071Z | Compiling reqwest v0.12.28 |
| 2241 | 2026-05-19T16:22:55.089Z | Compiling reqwest v0.13.2 |
| 2242 | 2026-05-19T16:22:55.106Z | Compiling proc-macro-error-attr v1.0.4 |
| 2243 | 2026-05-19T16:22:55.303Z | Compiling dropshot v0.17.0 |
| 2244 | 2026-05-19T16:22:55.334Z | Compiling take_mut v0.2.2 |
| 2245 | 2026-05-19T16:22:55.407Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-05-19T16:22:55.439Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-19T16:22:55.476Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2248 | 2026-05-19T16:22:55.479Z | Compiling term v1.2.1 |
| 2249 | 2026-05-19T16:22:55.529Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-05-19T16:22:55.544Z | Compiling convert_case v0.4.0 |
| 2251 | 2026-05-19T16:22:55.624Z | Compiling poly1305 v0.8.0 |
| 2252 | 2026-05-19T16:22:55.641Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-19T16:22:55.719Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-05-19T16:22:55.740Z | Compiling ciborium-ll v0.2.2 |
| 2255 | 2026-05-19T16:22:55.762Z | Compiling thiserror-no-std v2.0.2 |
| 2256 | 2026-05-19T16:22:55.879Z | Compiling slog-term v2.9.2 |
| 2257 | 2026-05-19T16:22:55.896Z | Compiling derive_more v0.99.20 |
| 2258 | 2026-05-19T16:22:55.992Z | Compiling async-stream v0.3.6 |
| 2259 | 2026-05-19T16:22:56.217Z | Compiling test-strategy v0.4.5 |
| 2260 | 2026-05-19T16:22:56.234Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-05-19T16:22:56.281Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-19T16:22:56.398Z | Compiling ingot-types v0.1.2 |
| 2263 | 2026-05-19T16:22:56.690Z | Compiling tough v0.22.0 |
| 2264 | 2026-05-19T16:22:56.881Z | Compiling ingot v0.1.1 |
| 2265 | 2026-05-19T16:22:57.279Z | Compiling slog-bunyan v2.5.0 |
| 2266 | 2026-05-19T16:22:57.321Z | Compiling num_enum_derive v0.7.5 |
| 2267 | 2026-05-19T16:22:57.338Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-19T16:22:57.579Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-19T16:22:57.824Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-19T16:22:58.130Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-19T16:22:58.258Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-19T16:22:58.296Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-19T16:22:58.386Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-19T16:22:58.482Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2275 | 2026-05-19T16:22:58.528Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-05-19T16:22:58.602Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-19T16:22:58.618Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-19T16:22:58.650Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-19T16:22:58.843Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-19T16:22:58.889Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-19T16:22:58.975Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-19T16:22:59.113Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-19T16:22:59.113Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-19T16:22:59.149Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-19T16:22:59.343Z | Compiling proc-macro-error v1.0.4 |
| 2286 | 2026-05-19T16:22:59.399Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2287 | 2026-05-19T16:22:59.540Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-19T16:22:59.545Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-19T16:22:59.560Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-05-19T16:22:59.583Z | Compiling foreign-types-shared v0.3.1 |
| 2291 | 2026-05-19T16:22:59.599Z | Compiling cpufeatures v0.3.0 |
| 2292 | 2026-05-19T16:22:59.627Z | Compiling backoff v0.4.0 |
| 2293 | 2026-05-19T16:22:59.666Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2294 | 2026-05-19T16:22:59.699Z | Compiling chacha20 v0.10.0 |
| 2295 | 2026-05-19T16:22:59.714Z | Compiling foreign-types v0.5.0 |
| 2296 | 2026-05-19T16:22:59.718Z | Compiling parse-display v0.10.0 |
| 2297 | 2026-05-19T16:22:59.718Z | Compiling argon2 v0.5.3 |
| 2298 | 2026-05-19T16:22:59.793Z | Compiling chacha20poly1305 v0.10.1 |
| 2299 | 2026-05-19T16:22:59.817Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-19T16:22:59.887Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-19T16:22:59.905Z | Compiling num_enum v0.7.5 |
| 2302 | 2026-05-19T16:22:59.908Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-19T16:23:00.026Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-05-19T16:23:00.045Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-05-19T16:23:00.351Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-05-19T16:23:00.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2307 | 2026-05-19T16:23:00.383Z | Compiling regress v0.10.5 |
| 2308 | 2026-05-19T16:23:00.646Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-05-19T16:23:00.719Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2310 | 2026-05-19T16:23:00.745Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2311 | 2026-05-19T16:23:00.748Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2312 | 2026-05-19T16:23:00.782Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2313 | 2026-05-19T16:23:00.838Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-05-19T16:23:00.896Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-19T16:23:01.037Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-19T16:23:01.143Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-19T16:23:01.161Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-19T16:23:01.218Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-05-19T16:23:01.376Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-19T16:23:01.411Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-19T16:23:01.447Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-19T16:23:01.584Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-19T16:23:01.602Z | Compiling indent_write v2.2.0 |
| 2324 | 2026-05-19T16:23:01.606Z | Compiling colored v3.1.1 |
| 2325 | 2026-05-19T16:23:01.606Z | Compiling libefi-sys v0.1.0 |
| 2326 | 2026-05-19T16:23:01.651Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2327 | 2026-05-19T16:23:01.654Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-19T16:23:01.793Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2329 | 2026-05-19T16:23:01.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-19T16:23:01.957Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-19T16:23:02.117Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-19T16:23:02.202Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-19T16:23:02.231Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-05-19T16:23:02.327Z | Compiling usdt-macro v0.5.0 |
| 2335 | 2026-05-19T16:23:02.348Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-19T16:23:02.467Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-05-19T16:23:02.511Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-19T16:23:02.549Z | Compiling blake3 v1.8.3 |
| 2339 | 2026-05-19T16:23:02.819Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-05-19T16:23:02.996Z | Compiling memmap v0.7.0 |
| 2341 | 2026-05-19T16:23:03.013Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-19T16:23:03.062Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-05-19T16:23:03.079Z | Compiling swrite v0.1.0 |
| 2344 | 2026-05-19T16:23:03.125Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-05-19T16:23:03.219Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-19T16:23:03.259Z | Compiling usdt v0.5.0 |
| 2347 | 2026-05-19T16:23:03.450Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-19T16:23:03.475Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-19T16:23:03.767Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-19T16:23:03.783Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-19T16:23:03.875Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-19T16:23:03.964Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-19T16:23:04.016Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-19T16:23:04.177Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-19T16:23:04.195Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-19T16:23:04.198Z | Compiling arrayvec v0.7.6 |
| 2357 | 2026-05-19T16:23:04.228Z | Compiling whoami v1.6.1 |
| 2358 | 2026-05-19T16:23:04.231Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-19T16:23:04.300Z | Compiling xattr v1.6.1 |
| 2360 | 2026-05-19T16:23:04.350Z | Compiling unicode-xid v0.2.6 |
| 2361 | 2026-05-19T16:23:04.391Z | Compiling constant_time_eq v0.4.2 |
| 2362 | 2026-05-19T16:23:04.423Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-19T16:23:04.484Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-05-19T16:23:04.524Z | Compiling tar v0.4.45 |
| 2365 | 2026-05-19T16:23:04.613Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2366 | 2026-05-19T16:23:04.735Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-05-19T16:23:04.882Z | Compiling console v0.16.2 |
| 2368 | 2026-05-19T16:23:05.092Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-19T16:23:05.133Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-19T16:23:05.208Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-05-19T16:23:05.226Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-05-19T16:23:05.256Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-19T16:23:05.400Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-05-19T16:23:05.418Z | Compiling shell-words v1.1.1 |
| 2375 | 2026-05-19T16:23:05.433Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-05-19T16:23:05.696Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-19T16:23:15.134Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-19T16:23:15.151Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-05-19T16:23:15.151Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-05-19T16:23:15.634Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-19T16:23:17.972Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-05-19T16:23:18.069Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2026-05-19T16:23:18.130Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-19T16:23:18.168Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-05-19T16:23:18.192Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-19T16:23:18.214Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-05-19T16:23:18.231Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2388 | 2026-05-19T16:23:18.456Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-19T16:23:18.512Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2390 | 2026-05-19T16:23:22.350Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-19T16:23:30.106Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-19T16:23:33.268Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-19T16:23:34.275Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-19T16:23:44.058Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2395 | 2026-05-19T16:23:44.216Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-19T16:23:44.284Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-19T16:23:44.288Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-19T16:23:44.288Z | |
| 2399 | 2026-05-19T16:23:44.288Z | real 1:45.967891791 |
| 2400 | 2026-05-19T16:23:44.288Z | user 17:17.322323131 |
| 2401 | 2026-05-19T16:23:44.288Z | sys 2:44.022298022 |
| 2402 | 2026-05-19T16:23:44.288Z | trap 0.473325458 |
| 2403 | 2026-05-19T16:23:44.288Z | tflt 2.767611072 |
| 2404 | 2026-05-19T16:23:44.288Z | dflt 4.333332821 |
| 2405 | 2026-05-19T16:23:44.288Z | kflt 0.000342050 |
| 2406 | 2026-05-19T16:23:44.288Z | lock 53:47.344989163 |
| 2407 | 2026-05-19T16:23:44.288Z | slp 43:58.531472151 |
| 2408 | 2026-05-19T16:23:44.288Z | lat 45.528188856 |
| 2409 | 2026-05-19T16:23:44.288Z | stop 5:44.537139939 |
| 2410 | 2026-05-19T16:23:44.292Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-19T16:23:45.203Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2412 | 2026-05-19T16:23:45.281Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-19T16:23:45.341Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-19T16:23:46.788Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-19T16:23:46.788Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-19T16:23:46.788Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-19T16:23:47.055Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-19T16:23:47.078Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-19T16:23:47.107Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-19T16:23:47.111Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-19T16:23:47.149Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-19T16:23:47.149Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-19T16:23:47.152Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-19T16:23:47.152Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-19T16:23:47.152Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-19T16:23:47.152Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-19T16:23:47.152Z | Compiling compression-core v0.4.31 |
| 2428 | 2026-05-19T16:23:47.189Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-05-19T16:23:47.277Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-19T16:23:47.346Z | Compiling compression-codecs v0.4.37 |
| 2431 | 2026-05-19T16:23:47.370Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-05-19T16:23:47.374Z | Compiling hostname v0.3.1 |
| 2433 | 2026-05-19T16:23:47.417Z | Compiling slog-async v2.8.0 |
| 2434 | 2026-05-19T16:23:47.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-19T16:23:47.421Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-19T16:23:47.480Z | Compiling serde_yaml v0.9.34+deprecated |
| 2437 | 2026-05-19T16:23:47.502Z | Compiling slog-json v2.6.1 |
| 2438 | 2026-05-19T16:23:47.541Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2439 | 2026-05-19T16:23:47.560Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-19T16:23:47.634Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-19T16:23:47.662Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-19T16:23:47.663Z | Compiling term v1.2.1 |
| 2443 | 2026-05-19T16:23:47.729Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-19T16:23:47.787Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-19T16:23:47.844Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-19T16:23:47.906Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-05-19T16:23:47.906Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-19T16:23:47.950Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-05-19T16:23:48.020Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-19T16:23:48.087Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-05-19T16:23:48.123Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-19T16:23:48.144Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-19T16:23:48.223Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-05-19T16:23:48.245Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-19T16:23:48.319Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-19T16:23:48.349Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-19T16:23:48.410Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-19T16:23:48.434Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-19T16:23:48.461Z | Compiling hostname v0.4.2 |
| 2460 | 2026-05-19T16:23:48.484Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-19T16:23:48.553Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-05-19T16:23:48.576Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-05-19T16:23:48.598Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-05-19T16:23:48.634Z | Compiling backoff v0.4.0 |
| 2465 | 2026-05-19T16:23:48.654Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2466 | 2026-05-19T16:23:48.692Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-19T16:23:48.851Z | Compiling num v0.4.3 |
| 2468 | 2026-05-19T16:23:48.874Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-19T16:23:48.895Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-19T16:23:48.919Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-19T16:23:48.960Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-19T16:23:48.994Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-19T16:23:49.033Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-19T16:23:49.130Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-19T16:23:49.247Z | Compiling console v0.15.11 |
| 2476 | 2026-05-19T16:23:49.306Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-05-19T16:23:49.310Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-05-19T16:23:49.432Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-19T16:23:49.468Z | Compiling cancel-safe-futures v0.1.5 |
| 2480 | 2026-05-19T16:23:49.490Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-19T16:23:49.540Z | Compiling resolv-conf v0.7.6 |
| 2482 | 2026-05-19T16:23:49.652Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-19T16:23:49.745Z | Compiling owo-colors v4.3.0 |
| 2484 | 2026-05-19T16:23:49.807Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-19T16:23:49.832Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-19T16:23:49.927Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-19T16:23:50.057Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-19T16:23:50.182Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-19T16:23:50.185Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-19T16:23:50.253Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-05-19T16:23:50.282Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-19T16:23:50.365Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-19T16:23:50.417Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-19T16:23:50.464Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-19T16:23:50.515Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-19T16:23:50.560Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-05-19T16:23:50.563Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-05-19T16:23:50.620Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-19T16:23:50.743Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-19T16:23:51.064Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-19T16:23:51.136Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-05-19T16:23:51.551Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-05-19T16:23:51.927Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-19T16:23:51.949Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-19T16:23:52.093Z | Compiling papergrid v0.11.0 |
| 2506 | 2026-05-19T16:23:52.125Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-19T16:23:52.205Z | Compiling tabled_derive v0.7.0 |
| 2508 | 2026-05-19T16:23:52.369Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2509 | 2026-05-19T16:23:52.624Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-05-19T16:23:53.074Z | Compiling hickory-resolver v0.24.4 |
| 2511 | 2026-05-19T16:23:53.119Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2512 | 2026-05-19T16:23:53.221Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-05-19T16:23:53.340Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-19T16:23:53.364Z | Compiling crossterm v0.29.0 |
| 2515 | 2026-05-19T16:23:53.575Z | Compiling tabled v0.15.0 |
| 2516 | 2026-05-19T16:23:53.723Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-19T16:23:54.015Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-19T16:23:54.208Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-19T16:23:56.211Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-19T16:23:56.431Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-19T16:23:56.454Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-19T16:23:56.478Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-05-19T16:23:57.759Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2524 | 2026-05-19T16:23:58.243Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-19T16:23:58.517Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-19T16:23:58.794Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2527 | 2026-05-19T16:23:59.071Z | Compiling vte v0.14.1 |
| 2528 | 2026-05-19T16:23:59.182Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-05-19T16:23:59.341Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-19T16:23:59.635Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-19T16:23:59.903Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-19T16:24:00.096Z | Compiling csv v1.4.0 |
| 2533 | 2026-05-19T16:24:00.251Z | Compiling strip-ansi-escapes v0.2.1 |
| 2534 | 2026-05-19T16:24:00.417Z | Compiling progenitor v0.14.0 |
| 2535 | 2026-05-19T16:24:00.624Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-19T16:24:00.737Z | Compiling progenitor v0.13.0 |
| 2537 | 2026-05-19T16:24:00.829Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2538 | 2026-05-19T16:24:00.942Z | Compiling phf v0.12.1 |
| 2539 | 2026-05-19T16:24:01.109Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-19T16:24:01.142Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-19T16:24:01.165Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-19T16:24:01.581Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-19T16:24:01.604Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-19T16:24:01.766Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-19T16:24:01.959Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-19T16:24:02.090Z | Compiling reedline v0.40.0 |
| 2547 | 2026-05-19T16:24:02.470Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-19T16:24:02.958Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-19T16:24:03.070Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-19T16:24:03.764Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-19T16:24:04.084Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-19T16:24:04.229Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-19T16:24:04.385Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-19T16:24:04.551Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-19T16:24:04.681Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-19T16:24:04.768Z | Compiling smawk v0.3.2 |
| 2557 | 2026-05-19T16:24:04.814Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-05-19T16:24:04.974Z | Compiling humantime v2.3.0 |
| 2559 | 2026-05-19T16:24:05.058Z | Compiling unicode-linebreak v0.1.5 |
| 2560 | 2026-05-19T16:24:05.373Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-19T16:24:05.466Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2562 | 2026-05-19T16:24:05.666Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-19T16:24:05.930Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-19T16:24:05.965Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-19T16:24:06.094Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-19T16:24:06.505Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-19T16:24:06.564Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-19T16:24:06.983Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-19T16:24:07.010Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-19T16:24:07.109Z | Compiling utf-8 v0.7.6 |
| 2571 | 2026-05-19T16:24:07.289Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-19T16:24:07.321Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-05-19T16:24:07.357Z | Compiling radium v0.7.0 |
| 2574 | 2026-05-19T16:24:07.450Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-19T16:24:07.480Z | Compiling tap v1.0.1 |
| 2576 | 2026-05-19T16:24:07.630Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-19T16:24:07.868Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-05-19T16:24:07.890Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-05-19T16:24:07.945Z | Compiling tokio-tungstenite v0.21.0 |
| 2580 | 2026-05-19T16:24:08.068Z | Compiling crc-catalog v2.4.0 |
| 2581 | 2026-05-19T16:24:08.207Z | Compiling hickory-resolver v0.25.2 |
| 2582 | 2026-05-19T16:24:08.266Z | Compiling packed_struct v0.10.1 |
| 2583 | 2026-05-19T16:24:08.329Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2584 | 2026-05-19T16:24:08.573Z | Compiling funty v2.0.0 |
| 2585 | 2026-05-19T16:24:08.669Z | Compiling zerocopy v0.6.6 |
| 2586 | 2026-05-19T16:24:09.073Z | Compiling bitvec v1.0.1 |
| 2587 | 2026-05-19T16:24:09.255Z | Compiling crc v3.4.0 |
| 2588 | 2026-05-19T16:24:09.490Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-05-19T16:24:09.583Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2026-05-19T16:24:09.641Z | Compiling num-derive v0.3.3 |
| 2591 | 2026-05-19T16:24:09.757Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-05-19T16:24:10.242Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2593 | 2026-05-19T16:24:10.558Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-05-19T16:24:10.790Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-19T16:24:10.923Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-19T16:24:11.335Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-19T16:24:11.475Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-19T16:24:11.562Z | Compiling bitfield v0.19.4 |
| 2599 | 2026-05-19T16:24:11.627Z | Compiling array-init v0.0.4 |
| 2600 | 2026-05-19T16:24:11.655Z | Compiling proc-macro-error2 v2.0.1 |
| 2601 | 2026-05-19T16:24:11.989Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-05-19T16:24:12.039Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-19T16:24:12.172Z | Compiling typify-impl v0.4.3 |
| 2604 | 2026-05-19T16:24:12.326Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-05-19T16:24:12.376Z | Compiling serde-hex v0.1.0 |
| 2606 | 2026-05-19T16:24:12.552Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2607 | 2026-05-19T16:24:12.649Z | Compiling tabled_derive v0.11.0 |
| 2608 | 2026-05-19T16:24:13.263Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-19T16:24:13.463Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-19T16:24:13.524Z | Compiling ron v0.8.1 |
| 2611 | 2026-05-19T16:24:13.670Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-05-19T16:24:13.747Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-19T16:24:14.206Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-19T16:24:14.563Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-19T16:24:14.806Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-19T16:24:14.830Z | Compiling maplit v1.0.2 |
| 2617 | 2026-05-19T16:24:14.830Z | Compiling glob v0.3.3 |
| 2618 | 2026-05-19T16:24:14.873Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-05-19T16:24:14.877Z | Compiling crc-any v2.5.0 |
| 2620 | 2026-05-19T16:24:14.952Z | Compiling diesel_derives v2.3.7 |
| 2621 | 2026-05-19T16:24:15.080Z | Compiling dirs-next v2.0.0 |
| 2622 | 2026-05-19T16:24:15.216Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-05-19T16:24:15.216Z | Compiling tabled v0.20.0 |
| 2624 | 2026-05-19T16:24:15.283Z | Compiling object v0.30.4 |
| 2625 | 2026-05-19T16:24:15.328Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-05-19T16:24:15.348Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-19T16:24:15.644Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-19T16:24:15.691Z | Compiling typify-macro v0.4.3 |
| 2629 | 2026-05-19T16:24:15.695Z | Compiling scheduled-thread-pool v0.2.7 |
| 2630 | 2026-05-19T16:24:15.969Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2631 | 2026-05-19T16:24:16.025Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-19T16:24:16.202Z | Compiling xshell-macros v0.2.7 |
| 2633 | 2026-05-19T16:24:16.229Z | Compiling path-slash v0.1.5 |
| 2634 | 2026-05-19T16:24:16.271Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-05-19T16:24:16.336Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2636 | 2026-05-19T16:24:16.520Z | Compiling r2d2 v0.8.10 |
| 2637 | 2026-05-19T16:24:16.613Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-19T16:24:16.635Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-19T16:24:16.935Z | Compiling term v0.7.0 |
| 2640 | 2026-05-19T16:24:17.224Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-19T16:24:17.332Z | Compiling bit-vec v0.6.3 |
| 2642 | 2026-05-19T16:24:17.475Z | Compiling downcast-rs v2.0.2 |
| 2643 | 2026-05-19T16:24:17.540Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-05-19T16:24:17.624Z | Compiling ascii-canvas v3.0.0 |
| 2645 | 2026-05-19T16:24:17.750Z | Compiling itertools v0.10.5 |
| 2646 | 2026-05-19T16:24:17.900Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2647 | 2026-05-19T16:24:17.987Z | Compiling ena v0.14.4 |
| 2648 | 2026-05-19T16:24:18.018Z | Compiling libloading v0.8.9 |
| 2649 | 2026-05-19T16:24:18.232Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2650 | 2026-05-19T16:24:18.258Z | Compiling crc8 v0.1.1 |
| 2651 | 2026-05-19T16:24:18.406Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-05-19T16:24:18.719Z | Compiling diff v0.1.13 |
| 2653 | 2026-05-19T16:24:18.907Z | Compiling unicase v2.9.0 |
| 2654 | 2026-05-19T16:24:19.007Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-05-19T16:24:19.226Z | Compiling typify v0.4.3 |
| 2656 | 2026-05-19T16:24:19.394Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2657 | 2026-05-19T16:24:19.477Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2658 | 2026-05-19T16:24:20.071Z | Compiling cexpr v0.6.0 |
| 2659 | 2026-05-19T16:24:20.212Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2660 | 2026-05-19T16:24:20.236Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2661 | 2026-05-19T16:24:20.426Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-05-19T16:24:20.484Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-19T16:24:20.703Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-19T16:24:20.751Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-19T16:24:20.983Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-19T16:24:21.190Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-19T16:24:21.279Z | Compiling git-stub-vcs v0.1.0 |
| 2668 | 2026-05-19T16:24:21.304Z | Compiling diesel v2.3.7 |
| 2669 | 2026-05-19T16:24:21.358Z | Compiling headers v0.4.1 |
| 2670 | 2026-05-19T16:24:21.518Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-19T16:24:21.682Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2672 | 2026-05-19T16:24:21.914Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-05-19T16:24:22.307Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2674 | 2026-05-19T16:24:22.404Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-19T16:24:22.763Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-19T16:24:23.282Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-19T16:24:23.305Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-19T16:24:23.533Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-19T16:24:23.698Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-19T16:24:23.721Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-19T16:24:24.199Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-19T16:24:24.244Z | Compiling openssl-probe v0.1.6 |
| 2683 | 2026-05-19T16:24:24.303Z | Compiling half v1.8.3 |
| 2684 | 2026-05-19T16:24:24.558Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-19T16:24:24.801Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-19T16:24:25.208Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-19T16:24:25.327Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-19T16:24:25.525Z | Compiling bb8 v0.8.6 |
| 2689 | 2026-05-19T16:24:25.566Z | Compiling samael v0.0.19 |
| 2690 | 2026-05-19T16:24:25.593Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-05-19T16:24:25.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2692 | 2026-05-19T16:24:25.665Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-05-19T16:24:25.885Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-19T16:24:25.914Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-19T16:24:26.010Z | Compiling fxhash v0.2.1 |
| 2696 | 2026-05-19T16:24:26.158Z | Compiling salty v0.3.0 |
| 2697 | 2026-05-19T16:24:26.162Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2698 | 2026-05-19T16:24:26.483Z | Compiling progenitor-impl v0.10.0 |
| 2699 | 2026-05-19T16:24:26.521Z | Compiling progenitor-impl v0.11.2 |
| 2700 | 2026-05-19T16:24:26.571Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-19T16:24:26.708Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2702 | 2026-05-19T16:24:27.326Z | Compiling kstat-rs v0.2.4 |
| 2703 | 2026-05-19T16:24:27.451Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-05-19T16:24:27.837Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-19T16:24:27.989Z | Compiling polar-core v0.27.3 |
| 2706 | 2026-05-19T16:24:28.017Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2707 | 2026-05-19T16:24:28.068Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2708 | 2026-05-19T16:24:28.677Z | Compiling progenitor-macro v0.10.0 |
| 2709 | 2026-05-19T16:24:28.829Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-05-19T16:24:30.003Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-19T16:24:30.484Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2712 | 2026-05-19T16:24:31.639Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-19T16:24:31.857Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-19T16:24:32.447Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-05-19T16:24:32.591Z | Compiling progenitor-client v0.11.2 |
| 2716 | 2026-05-19T16:24:32.811Z | Compiling darling_core v0.23.0 |
| 2717 | 2026-05-19T16:24:32.971Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-05-19T16:24:32.994Z | Compiling arc-swap v1.8.2 |
| 2719 | 2026-05-19T16:24:33.143Z | Compiling fs-err v2.11.0 |
| 2720 | 2026-05-19T16:24:33.357Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2721 | 2026-05-19T16:24:33.389Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2722 | 2026-05-19T16:24:33.412Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2723 | 2026-05-19T16:24:35.287Z | Compiling parking_lot_core v0.8.6 |
| 2724 | 2026-05-19T16:24:35.571Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-05-19T16:24:36.900Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-05-19T16:24:37.451Z | Compiling oso v0.27.3 |
| 2727 | 2026-05-19T16:24:37.816Z | Compiling darling_macro v0.23.0 |
| 2728 | 2026-05-19T16:24:38.018Z | Compiling slog-scope v4.4.1 |
| 2729 | 2026-05-19T16:24:38.333Z | Compiling flume v0.11.1 |
| 2730 | 2026-05-19T16:24:38.476Z | Compiling progenitor v0.11.2 |
| 2731 | 2026-05-19T16:24:38.767Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-05-19T16:24:39.237Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-05-19T16:24:39.568Z | Compiling progenitor v0.10.0 |
| 2734 | 2026-05-19T16:24:39.793Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-19T16:24:40.096Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-19T16:24:41.508Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-19T16:24:42.210Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-19T16:24:42.274Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-19T16:24:42.538Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2740 | 2026-05-19T16:24:42.702Z | Compiling instability v0.3.11 |
| 2741 | 2026-05-19T16:24:42.973Z | Compiling p384 v0.13.1 |
| 2742 | 2026-05-19T16:24:43.796Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-19T16:24:44.084Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-19T16:24:44.106Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-19T16:24:44.646Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-19T16:24:44.756Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-19T16:24:44.982Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-05-19T16:24:45.033Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2749 | 2026-05-19T16:24:45.094Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-19T16:24:45.191Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-19T16:24:45.592Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-19T16:24:45.764Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-19T16:24:45.923Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-19T16:24:46.174Z | Compiling http-range v0.1.5 |
| 2755 | 2026-05-19T16:24:46.215Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-19T16:24:46.517Z | Compiling parse-size v1.1.0 |
| 2757 | 2026-05-19T16:24:46.703Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-19T16:24:46.749Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-19T16:24:47.027Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-05-19T16:24:47.391Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-19T16:24:47.760Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-19T16:24:48.322Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-19T16:24:48.552Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-05-19T16:24:49.506Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-05-19T16:24:49.884Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-19T16:24:50.522Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-19T16:24:50.719Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-19T16:24:50.809Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-19T16:24:51.095Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-19T16:24:51.174Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-19T16:24:51.314Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-19T16:24:51.538Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-19T16:24:51.561Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-19T16:24:51.653Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-19T16:24:51.675Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-19T16:24:51.779Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-19T16:24:51.922Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-19T16:24:51.966Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-19T16:24:52.123Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-05-19T16:24:52.184Z | Compiling cassowary v0.3.0 |
| 2781 | 2026-05-19T16:24:52.206Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2782 | 2026-05-19T16:24:52.337Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-19T16:24:52.342Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2784 | 2026-05-19T16:24:52.387Z | Compiling hickory-server v0.25.2 |
| 2785 | 2026-05-19T16:24:52.487Z | Compiling ratatui v0.29.0 |
| 2786 | 2026-05-19T16:24:52.534Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-05-19T16:24:52.616Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-19T16:24:52.825Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-05-19T16:24:53.035Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-05-19T16:24:53.320Z | Compiling hyper-staticfile v0.10.1 |
| 2791 | 2026-05-19T16:24:53.810Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-19T16:24:54.383Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-19T16:24:54.619Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-19T16:24:55.068Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-19T16:24:56.812Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-19T16:24:57.041Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-19T16:24:57.241Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-19T16:24:57.326Z | Compiling rustls v0.21.12 |
| 2799 | 2026-05-19T16:24:57.633Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-19T16:24:58.061Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-19T16:24:58.286Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-19T16:24:58.755Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-19T16:24:59.937Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-19T16:25:00.151Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-19T16:25:00.190Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-19T16:25:00.938Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-19T16:25:01.483Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-19T16:25:01.722Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-05-19T16:25:01.955Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-05-19T16:25:02.195Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-05-19T16:25:02.989Z | Compiling sct v0.7.1 |
| 2812 | 2026-05-19T16:25:03.047Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-19T16:25:03.200Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-19T16:25:03.270Z | Compiling void v1.0.2 |
| 2815 | 2026-05-19T16:25:03.391Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-19T16:25:03.598Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-19T16:25:03.620Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-19T16:25:03.680Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-19T16:25:04.180Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-19T16:25:04.623Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-19T16:25:04.915Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-19T16:25:05.172Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-19T16:25:05.390Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-19T16:25:06.177Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2825 | 2026-05-19T16:25:06.271Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-05-19T16:25:06.404Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-05-19T16:25:06.504Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2828 | 2026-05-19T16:25:06.646Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2026-05-19T16:25:06.746Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-19T16:25:06.889Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-19T16:25:07.547Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-19T16:25:07.581Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-19T16:25:07.817Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2834 | 2026-05-19T16:25:07.888Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2835 | 2026-05-19T16:25:08.242Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-05-19T16:25:08.457Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-19T16:25:08.641Z | Compiling tokio-rustls v0.24.1 |
| 2838 | 2026-05-19T16:25:08.945Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-05-19T16:25:11.568Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-05-19T16:25:11.615Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2841 | 2026-05-19T16:25:13.947Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2842 | 2026-05-19T16:25:14.097Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-19T16:25:14.767Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-19T16:25:14.817Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-19T16:25:15.107Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-19T16:25:15.219Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-19T16:25:15.312Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-19T16:25:16.740Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-19T16:25:17.095Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-05-19T16:25:17.137Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-05-19T16:25:17.170Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-05-19T16:25:17.971Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-05-19T16:25:18.212Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2854 | 2026-05-19T16:25:18.403Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-05-19T16:25:18.592Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-05-19T16:25:19.129Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2857 | 2026-05-19T16:25:19.886Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-19T16:25:20.419Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-19T16:25:21.578Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-19T16:25:21.842Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-19T16:25:22.058Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-19T16:25:22.081Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-19T16:25:22.250Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-19T16:25:22.288Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-19T16:25:22.598Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-19T16:25:22.751Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-05-19T16:25:22.857Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-05-19T16:25:23.871Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-19T16:25:23.907Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-19T16:25:24.133Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-19T16:25:24.588Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-19T16:25:26.426Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-05-19T16:25:26.510Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-05-19T16:25:27.317Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-05-19T16:25:27.346Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-19T16:25:27.404Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-05-19T16:25:27.641Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-05-19T16:25:27.889Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-19T16:25:28.119Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-19T16:25:29.159Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-19T16:25:29.372Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-05-19T16:25:29.888Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-05-19T16:25:30.034Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-05-19T16:25:30.163Z | Compiling seq-macro v0.3.6 |
| 2885 | 2026-05-19T16:25:30.191Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-05-19T16:25:30.494Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-05-19T16:25:30.805Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-19T16:25:31.225Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-05-19T16:25:31.365Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-05-19T16:25:31.635Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-05-19T16:25:32.888Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-19T16:25:33.195Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-19T16:25:33.909Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-19T16:25:34.360Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-19T16:25:34.488Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-19T16:25:34.725Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-19T16:25:35.699Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-19T16:25:36.849Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-19T16:25:37.019Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-19T16:25:39.407Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-05-19T16:25:40.829Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2902 | 2026-05-19T16:25:41.357Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-19T16:25:49.715Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2904 | 2026-05-19T16:25:50.140Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-05-19T16:26:02.939Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-19T16:26:03.559Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-19T16:31:39.274Z | Finished `release` profile [optimized] target(s) in 7m 53s |
| 2908 | 2026-05-19T16:32:23.129Z | |
| 2909 | 2026-05-19T16:32:23.150Z | real 8:38.808775662 |
| 2910 | 2026-05-19T16:32:23.150Z | user 1:19:29.475335835 |
| 2911 | 2026-05-19T16:32:23.150Z | sys 3:32.892291796 |
| 2912 | 2026-05-19T16:32:23.150Z | trap 1.825852065 |
| 2913 | 2026-05-19T16:32:23.150Z | tflt 2.453419421 |
| 2914 | 2026-05-19T16:32:23.150Z | dflt 17.156063650 |
| 2915 | 2026-05-19T16:32:23.151Z | kflt 0.110126330 |
| 2916 | 2026-05-19T16:32:23.151Z | lock 6:46:54.723510196 |
| 2917 | 2026-05-19T16:32:23.151Z | slp 2:16:52.144955190 |
| 2918 | 2026-05-19T16:32:23.151Z | lat 2:37.108953594 |
| 2919 | 2026-05-19T16:32:23.151Z | stop 5:25.543777474 |
| 2920 | 2026-05-19T16:32:23.151Z | + mapfile -t packages |
| 2921 | 2026-05-19T16:32:23.151Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-05-19T16:32:24.114Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2923 | 2026-05-19T16:32:24.183Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-05-19T16:32:24.244Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-05-19T16:32:24.258Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-05-19T16:32:24.809Z | Compiling libc v0.2.185 |
| 2927 | 2026-05-19T16:32:24.809Z | Compiling serde v1.0.228 |
| 2928 | 2026-05-19T16:32:24.812Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-05-19T16:32:24.813Z | Compiling rustix v1.1.3 |
| 2930 | 2026-05-19T16:32:24.813Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-05-19T16:32:24.813Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-05-19T16:32:24.896Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-05-19T16:32:24.925Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-19T16:32:24.974Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-19T16:32:24.974Z | Compiling indexmap v2.14.0 |
| 2936 | 2026-05-19T16:32:25.004Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-05-19T16:32:25.022Z | Compiling syn v1.0.109 |
| 2938 | 2026-05-19T16:32:25.047Z | Compiling log v0.4.29 |
| 2939 | 2026-05-19T16:32:25.047Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-05-19T16:32:25.179Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-05-19T16:32:25.261Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-05-19T16:32:25.411Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-05-19T16:32:25.426Z | Compiling heck v0.4.1 |
| 2944 | 2026-05-19T16:32:25.426Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-05-19T16:32:25.430Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-05-19T16:32:25.668Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-05-19T16:32:25.683Z | Compiling errno v0.3.14 |
| 2948 | 2026-05-19T16:32:25.713Z | Compiling memmap v0.7.0 |
| 2949 | 2026-05-19T16:32:25.949Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-05-19T16:32:26.512Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-05-19T16:32:26.700Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-05-19T16:32:26.700Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-05-19T16:32:26.757Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-05-19T16:32:26.796Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-05-19T16:32:26.796Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-05-19T16:32:26.936Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-05-19T16:32:27.448Z | Compiling tabled v0.15.0 |
| 2958 | 2026-05-19T16:32:27.510Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-05-19T16:32:27.510Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-05-19T16:32:27.915Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-05-19T16:32:27.915Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-05-19T16:32:27.953Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-05-19T16:32:27.953Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-05-19T16:32:27.953Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-05-19T16:32:27.953Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-05-19T16:32:27.953Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-05-19T16:32:27.953Z | Compiling clap_derive v4.5.55 |
| 2968 | 2026-05-19T16:32:27.983Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-05-19T16:32:28.035Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-05-19T16:32:28.612Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-05-19T16:32:28.685Z | Compiling scroll v0.12.0 |
| 2972 | 2026-05-19T16:32:28.761Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-05-19T16:32:29.006Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-19T16:32:29.057Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-05-19T16:32:29.150Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-05-19T16:32:29.163Z | Compiling zerofrom v0.1.6 |
| 2977 | 2026-05-19T16:32:29.205Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-05-19T16:32:29.311Z | Compiling yoke v0.8.1 |
| 2979 | 2026-05-19T16:32:29.538Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-05-19T16:32:29.561Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-05-19T16:32:29.649Z | Compiling clap v4.5.60 |
| 2982 | 2026-05-19T16:32:30.152Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-05-19T16:32:30.395Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-05-19T16:32:31.197Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-05-19T16:32:31.255Z | Compiling icu_provider v2.1.1 |
| 2986 | 2026-05-19T16:32:31.398Z | Compiling icu_collections v2.1.1 |
| 2987 | 2026-05-19T16:32:31.467Z | Compiling toml_datetime v0.6.11 |
| 2988 | 2026-05-19T16:32:31.492Z | Compiling serde_spanned v0.6.9 |
| 2989 | 2026-05-19T16:32:31.551Z | Compiling serde-value v0.7.0 |
| 2990 | 2026-05-19T16:32:31.624Z | Compiling dof v0.3.0 |
| 2991 | 2026-05-19T16:32:31.679Z | Compiling toml_edit v0.22.27 |
| 2992 | 2026-05-19T16:32:31.692Z | Compiling cargo-platform v0.2.0 |
| 2993 | 2026-05-19T16:32:31.705Z | Compiling macaddr v1.0.1 |
| 2994 | 2026-05-19T16:32:31.866Z | Compiling icu_normalizer v2.1.1 |
| 2995 | 2026-05-19T16:32:31.882Z | Compiling icu_properties v2.1.2 |
| 2996 | 2026-05-19T16:32:31.922Z | Compiling serde_tokenstream v0.2.3 |
| 2997 | 2026-05-19T16:32:32.704Z | Compiling usdt-macro v0.5.0 |
| 2998 | 2026-05-19T16:32:32.740Z | Compiling usdt-attr-macro v0.5.0 |
| 2999 | 2026-05-19T16:32:32.839Z | Compiling idna_adapter v1.2.1 |
| 3000 | 2026-05-19T16:32:32.998Z | Compiling idna v1.1.0 |
| 3001 | 2026-05-19T16:32:33.275Z | Compiling toml v0.8.23 |
| 3002 | 2026-05-19T16:32:33.333Z | Compiling url v2.5.8 |
| 3003 | 2026-05-19T16:32:33.422Z | Compiling usdt v0.5.0 |
| 3004 | 2026-05-19T16:32:33.727Z | Compiling cargo_toml v0.21.0 |
| 3005 | 2026-05-19T16:32:33.851Z | Compiling cargo-util-schemas v0.8.2 |
| 3006 | 2026-05-19T16:32:34.870Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-05-19T16:32:37.851Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-05-19T16:32:40.894Z | Finished `release` profile [optimized] target(s) in 16.63s |
| 3009 | 2026-05-19T16:32:41.021Z | |
| 3010 | 2026-05-19T16:32:41.021Z | real 16.735623494 |
| 3011 | 2026-05-19T16:32:41.021Z | user 2:22.632843115 |
| 3012 | 2026-05-19T16:32:41.021Z | sys 17.075077226 |
| 3013 | 2026-05-19T16:32:41.025Z | trap 0.099541138 |
| 3014 | 2026-05-19T16:32:41.025Z | tflt 0.591924131 |
| 3015 | 2026-05-19T16:32:41.025Z | dflt 1.454841644 |
| 3016 | 2026-05-19T16:32:41.025Z | kflt 0.000311940 |
| 3017 | 2026-05-19T16:32:41.025Z | lock 5:12.281476610 |
| 3018 | 2026-05-19T16:32:41.025Z | slp 3:26.160307155 |
| 3019 | 2026-05-19T16:32:41.025Z | lat 6.530601084 |
| 3020 | 2026-05-19T16:32:41.025Z | stop 19.392948679 |
| 3021 | 2026-05-19T16:32:41.025Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-19T16:32:41.025Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-19T16:32:41.025Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-19T16:32:41.025Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-19T16:32:41.025Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-05-19T16:32:41.990Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-05-19T16:32:41.990Z | Compiling regress v0.10.5 |
| 3028 | 2026-05-19T16:32:41.990Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-05-19T16:32:41.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-19T16:32:41.995Z | Compiling rustls v0.22.4 |
| 3031 | 2026-05-19T16:32:42.146Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-05-19T16:32:42.153Z | Compiling multer v3.1.0 |
| 3033 | 2026-05-19T16:32:42.158Z | Compiling debug-ignore v1.0.5 |
| 3034 | 2026-05-19T16:32:42.158Z | Compiling compression-core v0.4.31 |
| 3035 | 2026-05-19T16:32:42.158Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-05-19T16:32:42.169Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-05-19T16:32:42.172Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-05-19T16:32:42.201Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-05-19T16:32:42.205Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3040 | 2026-05-19T16:32:42.205Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-19T16:32:42.205Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-19T16:32:42.394Z | Compiling compression-codecs v0.4.37 |
| 3043 | 2026-05-19T16:32:42.458Z | Compiling hostname v0.3.1 |
| 3044 | 2026-05-19T16:32:42.458Z | Compiling progenitor-client v0.14.0 |
| 3045 | 2026-05-19T16:32:42.492Z | Compiling itertools v0.14.0 |
| 3046 | 2026-05-19T16:32:42.529Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3047 | 2026-05-19T16:32:42.533Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-19T16:32:42.533Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-19T16:32:42.587Z | Compiling slog-bunyan v2.5.0 |
| 3050 | 2026-05-19T16:32:42.614Z | Compiling async-compression v0.4.41 |
| 3051 | 2026-05-19T16:32:42.614Z | Compiling dropshot_endpoint v0.17.0 |
| 3052 | 2026-05-19T16:32:42.712Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-05-19T16:32:42.715Z | Compiling hostname v0.4.2 |
| 3054 | 2026-05-19T16:32:42.783Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-05-19T16:32:42.793Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-05-19T16:32:42.835Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-05-19T16:32:42.897Z | Compiling async-stream v0.3.6 |
| 3058 | 2026-05-19T16:32:42.901Z | Compiling instant v0.1.13 |
| 3059 | 2026-05-19T16:32:42.931Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3060 | 2026-05-19T16:32:42.973Z | Compiling progenitor-client v0.10.0 |
| 3061 | 2026-05-19T16:32:42.993Z | Compiling backon v1.6.0 |
| 3062 | 2026-05-19T16:32:43.043Z | Compiling backoff v0.4.0 |
| 3063 | 2026-05-19T16:32:43.046Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-05-19T16:32:43.101Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-05-19T16:32:43.101Z | Compiling universal-hash v0.5.1 |
| 3066 | 2026-05-19T16:32:43.170Z | Compiling progenitor-extras v0.2.0 |
| 3067 | 2026-05-19T16:32:43.228Z | Compiling unsafe-libyaml v0.2.11 |
| 3068 | 2026-05-19T16:32:43.263Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-05-19T16:32:43.281Z | Compiling half v2.7.1 |
| 3070 | 2026-05-19T16:32:43.285Z | Compiling structmeta v0.3.0 |
| 3071 | 2026-05-19T16:32:43.315Z | Compiling ciborium-io v0.2.2 |
| 3072 | 2026-05-19T16:32:43.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-05-19T16:32:43.351Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-05-19T16:32:43.376Z | Compiling regress v0.11.1 |
| 3075 | 2026-05-19T16:32:43.431Z | Compiling convert_case v0.4.0 |
| 3076 | 2026-05-19T16:32:43.449Z | Compiling aead v0.5.2 |
| 3077 | 2026-05-19T16:32:43.494Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3078 | 2026-05-19T16:32:43.511Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-05-19T16:32:43.549Z | Compiling derive-ex v0.1.8 |
| 3080 | 2026-05-19T16:32:43.570Z | Compiling parse-display-derive v0.10.0 |
| 3081 | 2026-05-19T16:32:43.632Z | Compiling ciborium-ll v0.2.2 |
| 3082 | 2026-05-19T16:32:43.686Z | Compiling poly1305 v0.8.0 |
| 3083 | 2026-05-19T16:32:43.703Z | Compiling chacha20 v0.9.1 |
| 3084 | 2026-05-19T16:32:43.746Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3085 | 2026-05-19T16:32:43.787Z | Compiling serde_yaml v0.9.34+deprecated |
| 3086 | 2026-05-19T16:32:43.815Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3087 | 2026-05-19T16:32:43.841Z | Compiling derive_more v0.99.20 |
| 3088 | 2026-05-19T16:32:43.885Z | Compiling ciborium v0.2.2 |
| 3089 | 2026-05-19T16:32:43.902Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3090 | 2026-05-19T16:32:43.994Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-05-19T16:32:44.028Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-05-19T16:32:44.051Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-05-19T16:32:44.212Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-19T16:32:44.256Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-05-19T16:32:44.272Z | Compiling blake2 v0.10.6 |
| 3096 | 2026-05-19T16:32:44.431Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-05-19T16:32:44.479Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-05-19T16:32:44.498Z | Compiling heapless v0.8.0 |
| 3099 | 2026-05-19T16:32:44.498Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-19T16:32:44.615Z | Compiling argon2 v0.5.3 |
| 3101 | 2026-05-19T16:32:44.649Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-19T16:32:44.694Z | Compiling tokio-rustls v0.25.0 |
| 3103 | 2026-05-19T16:32:44.875Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-05-19T16:32:44.957Z | Compiling num-rational v0.4.2 |
| 3105 | 2026-05-19T16:32:45.047Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-05-19T16:32:45.247Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-05-19T16:32:45.290Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3108 | 2026-05-19T16:32:45.343Z | Compiling test-strategy v0.4.5 |
| 3109 | 2026-05-19T16:32:45.367Z | Compiling vsss-rs v3.3.4 |
| 3110 | 2026-05-19T16:32:45.386Z | Compiling hash32 v0.3.1 |
| 3111 | 2026-05-19T16:32:45.401Z | Compiling parse-display v0.10.0 |
| 3112 | 2026-05-19T16:32:45.574Z | Compiling num-complex v0.4.6 |
| 3113 | 2026-05-19T16:32:45.597Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-05-19T16:32:45.614Z | Compiling smoltcp v0.11.0 |
| 3115 | 2026-05-19T16:32:45.882Z | Compiling proc-macro-crate v3.4.0 |
| 3116 | 2026-05-19T16:32:45.898Z | Compiling atomicwrites v0.4.4 |
| 3117 | 2026-05-19T16:32:46.028Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3118 | 2026-05-19T16:32:46.048Z | Compiling num v0.4.3 |
| 3119 | 2026-05-19T16:32:46.097Z | Compiling cobs v0.3.0 |
| 3120 | 2026-05-19T16:32:46.125Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-05-19T16:32:46.151Z | Compiling float-ord v0.3.2 |
| 3122 | 2026-05-19T16:32:46.170Z | Compiling colored v3.1.1 |
| 3123 | 2026-05-19T16:32:46.292Z | Compiling postcard v1.1.3 |
| 3124 | 2026-05-19T16:32:46.315Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-05-19T16:32:46.333Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-05-19T16:32:46.378Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3127 | 2026-05-19T16:32:46.396Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-05-19T16:32:46.499Z | Compiling num_enum_derive v0.7.5 |
| 3129 | 2026-05-19T16:32:46.525Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3130 | 2026-05-19T16:32:46.581Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3131 | 2026-05-19T16:32:46.670Z | Compiling rayon-core v1.13.0 |
| 3132 | 2026-05-19T16:32:46.690Z | Compiling cpufeatures v0.3.0 |
| 3133 | 2026-05-19T16:32:46.710Z | Compiling foreign-types-shared v0.3.1 |
| 3134 | 2026-05-19T16:32:46.779Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3135 | 2026-05-19T16:32:46.799Z | Compiling num_enum_derive v0.5.11 |
| 3136 | 2026-05-19T16:32:46.821Z | Compiling chacha20 v0.10.0 |
| 3137 | 2026-05-19T16:32:46.891Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-19T16:32:46.942Z | Compiling crossbeam-deque v0.8.6 |
| 3139 | 2026-05-19T16:32:46.979Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3140 | 2026-05-19T16:32:47.009Z | Compiling camino-tempfile v1.4.1 |
| 3141 | 2026-05-19T16:32:47.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3142 | 2026-05-19T16:32:47.032Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3143 | 2026-05-19T16:32:47.067Z | Compiling foreign-types v0.5.0 |
| 3144 | 2026-05-19T16:32:47.167Z | Compiling cstr-argument v0.1.2 |
| 3145 | 2026-05-19T16:32:47.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3146 | 2026-05-19T16:32:47.277Z | Compiling rand v0.10.0 |
| 3147 | 2026-05-19T16:32:47.356Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3148 | 2026-05-19T16:32:47.436Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3149 | 2026-05-19T16:32:47.477Z | Compiling ingot-types v0.1.2 |
| 3150 | 2026-05-19T16:32:47.536Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3151 | 2026-05-19T16:32:47.595Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-05-19T16:32:47.602Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3153 | 2026-05-19T16:32:47.608Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3154 | 2026-05-19T16:32:47.653Z | Compiling rayon v1.11.0 |
| 3155 | 2026-05-19T16:32:47.674Z | Compiling num_enum v0.7.5 |
| 3156 | 2026-05-19T16:32:47.698Z | Compiling itertools v0.12.1 |
| 3157 | 2026-05-19T16:32:47.723Z | Compiling num-derive v0.4.2 |
| 3158 | 2026-05-19T16:32:47.755Z | Compiling sigpipe v0.1.3 |
| 3159 | 2026-05-19T16:32:47.822Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-19T16:32:47.840Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3161 | 2026-05-19T16:32:47.856Z | Compiling glob v0.3.3 |
| 3162 | 2026-05-19T16:32:47.874Z | Compiling ingot v0.1.1 |
| 3163 | 2026-05-19T16:32:47.921Z | Compiling prettyplease v0.2.37 |
| 3164 | 2026-05-19T16:32:47.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3165 | 2026-05-19T16:32:47.961Z | Compiling num_enum v0.5.11 |
| 3166 | 2026-05-19T16:32:48.077Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3167 | 2026-05-19T16:32:48.112Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3168 | 2026-05-19T16:32:48.215Z | Compiling smf v0.2.3 |
| 3169 | 2026-05-19T16:32:48.234Z | Compiling whoami v1.6.1 |
| 3170 | 2026-05-19T16:32:48.277Z | Compiling usdt-macro v0.5.0 |
| 3171 | 2026-05-19T16:32:48.280Z | Compiling usdt-attr-macro v0.5.0 |
| 3172 | 2026-05-19T16:32:48.457Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-05-19T16:32:48.561Z | Compiling memmap v0.7.0 |
| 3174 | 2026-05-19T16:32:48.612Z | Compiling derive-where v1.6.0 |
| 3175 | 2026-05-19T16:32:48.647Z | Compiling progenitor-client v0.13.0 |
| 3176 | 2026-05-19T16:32:48.722Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3177 | 2026-05-19T16:32:48.771Z | Compiling resolv-conf v0.7.6 |
| 3178 | 2026-05-19T16:32:48.788Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-05-19T16:32:48.952Z | Compiling zone v0.3.1 |
| 3180 | 2026-05-19T16:32:48.990Z | Compiling owo-colors v4.3.0 |
| 3181 | 2026-05-19T16:32:49.006Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-05-19T16:32:49.125Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-05-19T16:32:49.142Z | Compiling console v0.15.11 |
| 3184 | 2026-05-19T16:32:49.162Z | Compiling hickory-proto v0.24.4 |
| 3185 | 2026-05-19T16:32:49.180Z | Compiling usdt v0.5.0 |
| 3186 | 2026-05-19T16:32:49.328Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-05-19T16:32:49.469Z | Compiling libsw v3.5.0 |
| 3188 | 2026-05-19T16:32:49.487Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-05-19T16:32:49.506Z | Compiling linked-hash-map v0.5.6 |
| 3190 | 2026-05-19T16:32:49.637Z | Compiling linear-map v1.2.0 |
| 3191 | 2026-05-19T16:32:49.655Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3192 | 2026-05-19T16:32:49.658Z | Compiling libefi-sys v0.1.0 |
| 3193 | 2026-05-19T16:32:49.690Z | Compiling expectorate v1.2.0 |
| 3194 | 2026-05-19T16:32:49.694Z | Compiling lru-cache v0.1.2 |
| 3195 | 2026-05-19T16:32:49.727Z | Compiling git-stub v1.0.0 |
| 3196 | 2026-05-19T16:32:49.751Z | Compiling typify-macro v0.6.2 |
| 3197 | 2026-05-19T16:32:49.769Z | Compiling bitfield-struct v0.6.2 |
| 3198 | 2026-05-19T16:32:49.857Z | Compiling semver v0.1.20 |
| 3199 | 2026-05-19T16:32:49.877Z | Compiling tokio-dtrace v0.1.1 |
| 3200 | 2026-05-19T16:32:49.877Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3201 | 2026-05-19T16:32:49.917Z | Compiling git-stub-vcs v0.1.0 |
| 3202 | 2026-05-19T16:32:49.957Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-05-19T16:32:50.014Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-05-19T16:32:50.038Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-05-19T16:32:50.144Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3206 | 2026-05-19T16:32:50.188Z | Compiling rustc_version v0.1.7 |
| 3207 | 2026-05-19T16:32:50.209Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3208 | 2026-05-19T16:32:50.212Z | Compiling oxide-tokio-rt v0.1.4 |
| 3209 | 2026-05-19T16:32:50.263Z | Compiling nom v7.1.3 |
| 3210 | 2026-05-19T16:32:50.266Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-05-19T16:32:50.301Z | Compiling typify-impl v0.4.3 |
| 3212 | 2026-05-19T16:32:50.322Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3213 | 2026-05-19T16:32:50.341Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-05-19T16:32:50.460Z | Compiling newtype_derive v0.1.6 |
| 3215 | 2026-05-19T16:32:50.479Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-05-19T16:32:50.482Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3217 | 2026-05-19T16:32:50.514Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-05-19T16:32:50.594Z | Compiling chrono-tz v0.10.4 |
| 3219 | 2026-05-19T16:32:50.684Z | Compiling xshell-macros v0.2.7 |
| 3220 | 2026-05-19T16:32:50.797Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3221 | 2026-05-19T16:32:50.875Z | Compiling highway v1.3.0 |
| 3222 | 2026-05-19T16:32:50.878Z | Compiling csv v1.4.0 |
| 3223 | 2026-05-19T16:32:50.940Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-05-19T16:32:50.957Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3225 | 2026-05-19T16:32:51.045Z | Compiling phf v0.12.1 |
| 3226 | 2026-05-19T16:32:51.159Z | Compiling xshell v0.2.7 |
| 3227 | 2026-05-19T16:32:51.234Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-05-19T16:32:51.287Z | Compiling primeorder v0.13.6 |
| 3229 | 2026-05-19T16:32:51.480Z | Compiling hickory-resolver v0.24.4 |
| 3230 | 2026-05-19T16:32:51.502Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-05-19T16:32:51.640Z | Compiling typify v0.6.2 |
| 3232 | 2026-05-19T16:32:51.705Z | Compiling tabled_derive v0.7.0 |
| 3233 | 2026-05-19T16:32:51.728Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-05-19T16:32:51.745Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-05-19T16:32:51.789Z | Compiling progenitor-impl v0.14.0 |
| 3236 | 2026-05-19T16:32:51.832Z | Compiling progenitor-impl v0.13.0 |
| 3237 | 2026-05-19T16:32:51.850Z | Compiling const_format v0.2.35 |
| 3238 | 2026-05-19T16:32:51.880Z | Compiling bcs v0.1.6 |
| 3239 | 2026-05-19T16:32:52.210Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3240 | 2026-05-19T16:32:52.248Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3241 | 2026-05-19T16:32:52.284Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3242 | 2026-05-19T16:32:52.358Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-05-19T16:32:52.408Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-05-19T16:32:52.512Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3245 | 2026-05-19T16:32:52.621Z | Compiling qorb v0.4.1 |
| 3246 | 2026-05-19T16:32:52.774Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3247 | 2026-05-19T16:32:52.966Z | Compiling salty v0.3.0 |
| 3248 | 2026-05-19T16:32:53.001Z | Compiling termtree v0.5.1 |
| 3249 | 2026-05-19T16:32:53.020Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-19T16:32:53.188Z | Compiling tagptr v0.2.0 |
| 3251 | 2026-05-19T16:32:53.242Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-19T16:32:53.287Z | Compiling tabled v0.15.0 |
| 3253 | 2026-05-19T16:32:53.358Z | Compiling moka v0.12.13 |
| 3254 | 2026-05-19T16:32:53.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-19T16:32:53.652Z | Compiling steno v0.4.1 |
| 3256 | 2026-05-19T16:32:53.805Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-05-19T16:32:53.827Z | Compiling base64 v0.21.7 |
| 3258 | 2026-05-19T16:32:53.974Z | Compiling humantime v2.3.0 |
| 3259 | 2026-05-19T16:32:53.995Z | Compiling radium v0.7.0 |
| 3260 | 2026-05-19T16:32:54.127Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3261 | 2026-05-19T16:32:54.196Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3262 | 2026-05-19T16:32:54.214Z | Compiling hickory-resolver v0.25.2 |
| 3263 | 2026-05-19T16:32:54.333Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3264 | 2026-05-19T16:32:54.392Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3265 | 2026-05-19T16:32:54.458Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3266 | 2026-05-19T16:32:54.612Z | Compiling progenitor-macro v0.14.0 |
| 3267 | 2026-05-19T16:32:54.651Z | Compiling progenitor-macro v0.13.0 |
| 3268 | 2026-05-19T16:32:54.725Z | Compiling p384 v0.13.1 |
| 3269 | 2026-05-19T16:32:54.770Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-19T16:32:54.789Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-05-19T16:32:54.964Z | Compiling tap v1.0.1 |
| 3272 | 2026-05-19T16:32:54.996Z | Compiling typify-macro v0.4.3 |
| 3273 | 2026-05-19T16:32:55.121Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-05-19T16:32:55.305Z | Compiling wyz v0.5.1 |
| 3275 | 2026-05-19T16:32:55.323Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3276 | 2026-05-19T16:32:55.503Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3277 | 2026-05-19T16:32:55.534Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-05-19T16:32:55.582Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-05-19T16:32:55.742Z | Compiling funty v2.0.0 |
| 3280 | 2026-05-19T16:32:55.869Z | Compiling utf-8 v0.7.6 |
| 3281 | 2026-05-19T16:32:55.889Z | Compiling packed_struct v0.10.1 |
| 3282 | 2026-05-19T16:32:55.963Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-05-19T16:32:56.012Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3284 | 2026-05-19T16:32:56.108Z | Compiling tungstenite v0.21.0 |
| 3285 | 2026-05-19T16:32:56.147Z | Compiling bitvec v1.0.1 |
| 3286 | 2026-05-19T16:32:56.174Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-05-19T16:32:56.264Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-19T16:32:56.309Z | Compiling num-derive v0.3.3 |
| 3289 | 2026-05-19T16:32:56.327Z | Compiling packed_struct_codegen v0.10.1 |
| 3290 | 2026-05-19T16:32:56.360Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-19T16:32:56.446Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-05-19T16:32:56.537Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-19T16:32:56.555Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-05-19T16:32:56.691Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-05-19T16:32:56.710Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3296 | 2026-05-19T16:32:56.787Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-05-19T16:32:56.845Z | Compiling typify v0.4.3 |
| 3298 | 2026-05-19T16:32:56.848Z | Compiling crc v3.4.0 |
| 3299 | 2026-05-19T16:32:56.965Z | Compiling progenitor-impl v0.11.2 |
| 3300 | 2026-05-19T16:32:56.999Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3301 | 2026-05-19T16:32:57.022Z | Compiling array-init v0.0.4 |
| 3302 | 2026-05-19T16:32:57.063Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-05-19T16:32:57.102Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-05-19T16:32:57.249Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-05-19T16:32:57.287Z | Compiling libscf-sys v1.1.0 |
| 3306 | 2026-05-19T16:32:57.303Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-05-19T16:32:57.425Z | Compiling ghash v0.5.1 |
| 3308 | 2026-05-19T16:32:57.443Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-19T16:32:57.612Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-19T16:32:57.690Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-05-19T16:32:57.708Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-05-19T16:32:57.711Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-19T16:32:57.746Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-05-19T16:32:57.846Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-19T16:32:57.915Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3316 | 2026-05-19T16:32:57.956Z | Compiling ctr v0.9.2 |
| 3317 | 2026-05-19T16:32:58.118Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-19T16:32:58.172Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-19T16:32:58.199Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-05-19T16:32:58.218Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3321 | 2026-05-19T16:32:58.329Z | Compiling unicase v2.9.0 |
| 3322 | 2026-05-19T16:32:58.370Z | Compiling corncobs v0.1.4 |
| 3323 | 2026-05-19T16:32:58.482Z | Compiling aes-gcm v0.10.3 |
| 3324 | 2026-05-19T16:32:58.485Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-19T16:32:58.519Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-05-19T16:32:58.544Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3327 | 2026-05-19T16:32:58.574Z | Compiling parking_lot v0.11.2 |
| 3328 | 2026-05-19T16:32:58.577Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-05-19T16:32:58.709Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-05-19T16:32:58.911Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3331 | 2026-05-19T16:32:58.999Z | Compiling tabled v0.20.0 |
| 3332 | 2026-05-19T16:32:59.016Z | Compiling serde-hex v0.1.0 |
| 3333 | 2026-05-19T16:32:59.035Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3334 | 2026-05-19T16:32:59.180Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-19T16:32:59.278Z | Compiling progenitor-impl v0.10.0 |
| 3336 | 2026-05-19T16:32:59.465Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-19T16:32:59.469Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-19T16:32:59.504Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3339 | 2026-05-19T16:32:59.573Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-05-19T16:32:59.593Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-05-19T16:32:59.831Z | Compiling progenitor-macro v0.11.2 |
| 3342 | 2026-05-19T16:32:59.940Z | Compiling progenitor v0.13.0 |
| 3343 | 2026-05-19T16:32:59.972Z | Compiling progenitor v0.14.0 |
| 3344 | 2026-05-19T16:33:00.074Z | Compiling progenitor-client v0.11.2 |
| 3345 | 2026-05-19T16:33:00.135Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3346 | 2026-05-19T16:33:00.149Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3347 | 2026-05-19T16:33:00.165Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3348 | 2026-05-19T16:33:00.400Z | Compiling prefix-trie v0.7.0 |
| 3349 | 2026-05-19T16:33:00.441Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-05-19T16:33:00.490Z | Compiling ssh-encoding v0.2.0 |
| 3351 | 2026-05-19T16:33:00.727Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-19T16:33:00.846Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-19T16:33:00.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-05-19T16:33:00.855Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-05-19T16:33:00.912Z | Compiling hickory-server v0.25.2 |
| 3356 | 2026-05-19T16:33:00.952Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3357 | 2026-05-19T16:33:01.067Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3358 | 2026-05-19T16:33:01.149Z | Compiling sled v0.34.7 |
| 3359 | 2026-05-19T16:33:01.175Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-05-19T16:33:01.281Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3361 | 2026-05-19T16:33:01.539Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3362 | 2026-05-19T16:33:01.680Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-05-19T16:33:01.849Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3364 | 2026-05-19T16:33:01.961Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-05-19T16:33:02.013Z | Compiling progenitor-macro v0.10.0 |
| 3366 | 2026-05-19T16:33:02.054Z | Compiling object v0.30.4 |
| 3367 | 2026-05-19T16:33:02.255Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-05-19T16:33:02.283Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-05-19T16:33:02.671Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-05-19T16:33:02.904Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3371 | 2026-05-19T16:33:03.336Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-19T16:33:03.413Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-19T16:33:03.454Z | Compiling half v1.8.3 |
| 3374 | 2026-05-19T16:33:03.756Z | Compiling crc8 v0.1.1 |
| 3375 | 2026-05-19T16:33:03.756Z | Compiling http-range v0.1.5 |
| 3376 | 2026-05-19T16:33:03.840Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-05-19T16:33:03.986Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3378 | 2026-05-19T16:33:04.016Z | Compiling pbkdf2 v0.11.0 |
| 3379 | 2026-05-19T16:33:04.157Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-05-19T16:33:04.176Z | Compiling illumos-nvpair v0.3.0 |
| 3381 | 2026-05-19T16:33:04.268Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3382 | 2026-05-19T16:33:04.470Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3383 | 2026-05-19T16:33:04.778Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3384 | 2026-05-19T16:33:04.806Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3385 | 2026-05-19T16:33:04.972Z | Compiling progenitor v0.11.2 |
| 3386 | 2026-05-19T16:33:04.991Z | Compiling ssh-key v0.6.7 |
| 3387 | 2026-05-19T16:33:05.128Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-05-19T16:33:05.295Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-05-19T16:33:05.317Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-05-19T16:33:05.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-19T16:33:05.459Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-19T16:33:05.599Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-19T16:33:05.648Z | Compiling p521 v0.13.3 |
| 3394 | 2026-05-19T16:33:05.825Z | Compiling p256 v0.13.2 |
| 3395 | 2026-05-19T16:33:05.916Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-19T16:33:06.021Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-05-19T16:33:06.084Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-19T16:33:06.263Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-19T16:33:06.288Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-19T16:33:06.394Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-05-19T16:33:06.418Z | Compiling atty v0.2.14 |
| 3402 | 2026-05-19T16:33:06.435Z | Compiling md5 v0.7.0 |
| 3403 | 2026-05-19T16:33:06.477Z | Compiling home v0.5.12 |
| 3404 | 2026-05-19T16:33:06.563Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3405 | 2026-05-19T16:33:06.611Z | Compiling russh-keys v0.45.0 |
| 3406 | 2026-05-19T16:33:06.614Z | Compiling flume v0.11.1 |
| 3407 | 2026-05-19T16:33:06.659Z | Compiling rcgen v0.12.1 |
| 3408 | 2026-05-19T16:33:06.659Z | Compiling headers v0.4.1 |
| 3409 | 2026-05-19T16:33:06.695Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-05-19T16:33:06.747Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-19T16:33:06.776Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-19T16:33:06.858Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3413 | 2026-05-19T16:33:06.994Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-19T16:33:07.020Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3415 | 2026-05-19T16:33:07.151Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-05-19T16:33:07.224Z | Compiling progenitor v0.10.0 |
| 3417 | 2026-05-19T16:33:07.437Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3418 | 2026-05-19T16:33:07.474Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3419 | 2026-05-19T16:33:07.498Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3420 | 2026-05-19T16:33:07.564Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3421 | 2026-05-19T16:33:07.585Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3422 | 2026-05-19T16:33:07.626Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3423 | 2026-05-19T16:33:07.794Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3424 | 2026-05-19T16:33:07.933Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3425 | 2026-05-19T16:33:07.952Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3426 | 2026-05-19T16:33:07.980Z | Compiling num-bigint v0.4.6 |
| 3427 | 2026-05-19T16:33:08.161Z | Compiling des v0.8.1 |
| 3428 | 2026-05-19T16:33:08.262Z | Compiling subprocess v0.2.15 |
| 3429 | 2026-05-19T16:33:08.281Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3430 | 2026-05-19T16:33:08.303Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-19T16:33:08.323Z | Compiling hex-literal v0.4.1 |
| 3432 | 2026-05-19T16:33:08.368Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3433 | 2026-05-19T16:33:08.385Z | Compiling colored v2.2.0 |
| 3434 | 2026-05-19T16:33:08.401Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3435 | 2026-05-19T16:33:08.472Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-05-19T16:33:08.491Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-05-19T16:33:08.709Z | Compiling internet-checksum v0.2.1 |
| 3438 | 2026-05-19T16:33:08.750Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-05-19T16:33:09.258Z | Compiling russh v0.45.0 |
| 3440 | 2026-05-19T16:33:09.438Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-05-19T16:33:09.471Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-05-19T16:33:11.649Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3443 | 2026-05-19T16:33:12.060Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-19T16:33:12.737Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-19T16:33:13.217Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-19T16:33:14.381Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-19T16:33:22.483Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-05-19T16:33:22.487Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-05-19T16:33:22.487Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3450 | 2026-05-19T16:33:22.487Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-05-19T16:33:24.251Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-05-19T16:33:24.406Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-05-19T16:33:28.467Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-05-19T16:34:08.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3455 | 2026-05-19T16:34:08.412Z | |
| 3456 | 2026-05-19T16:34:08.412Z | real 1:27.327318525 |
| 3457 | 2026-05-19T16:34:08.412Z | user 8:19.782131030 |
| 3458 | 2026-05-19T16:34:08.412Z | sys 1:45.819333709 |
| 3459 | 2026-05-19T16:34:08.412Z | trap 0.253425640 |
| 3460 | 2026-05-19T16:34:08.412Z | tflt 0.494489411 |
| 3461 | 2026-05-19T16:34:08.412Z | dflt 1.589333071 |
| 3462 | 2026-05-19T16:34:08.412Z | kflt 0.002603231 |
| 3463 | 2026-05-19T16:34:08.412Z | lock 29:47.209001764 |
| 3464 | 2026-05-19T16:34:08.412Z | slp 19:20.641175866 |
| 3465 | 2026-05-19T16:34:08.412Z | lat 38.977134002 |
| 3466 | 2026-05-19T16:34:08.412Z | stop 3:02.365665667 |
| 3467 | 2026-05-19T16:34:08.416Z | + mkdir tests |
| 3468 | 2026-05-19T16:34:08.420Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-05-19T16:34:08.420Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-05-19T16:34:08.443Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0dd08c67e680733a tests/ |
| 3471 | 2026-05-19T16:34:08.474Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b32cc9bd48aaea10 tests/ |
| 3472 | 2026-05-19T16:34:08.505Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6fd74e081ccab589 tests/ |
| 3473 | 2026-05-19T16:34:08.536Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-494cab2a0d969362 tests/ |
| 3474 | 2026-05-19T16:34:08.892Z | + 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) |
| 3475 | 2026-05-19T16:34:08.896Z | + 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-b32cc9bd48aaea10 tests/commtest-6fd74e081ccab589 tests/dhcp_server-0dd08c67e680733a tests/end_to_end_tests-494cab2a0d969362 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 |
| 3476 | 2026-05-19T16:35:28.994Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-05-19T16:35:28.994Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-05-19T16:35:28.994Z | a out/target/test 1K |
| 3479 | 2026-05-19T16:35:28.994Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-05-19T16:35:28.994Z | a package-manifest.toml 35K |
| 3481 | 2026-05-19T16:35:28.994Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-05-19T16:35:28.994Z | a target/release/omicron-package 46048K |
| 3483 | 2026-05-19T16:35:28.994Z | a target/release/xtask 11449K |
| 3484 | 2026-05-19T16:35:28.994Z | a target/debug/bootstrap 353471K |
| 3485 | 2026-05-19T16:35:28.994Z | a tests/bootstrap-b32cc9bd48aaea10 31215K |
| 3486 | 2026-05-19T16:35:28.994Z | a tests/commtest-6fd74e081ccab589 32300K |
| 3487 | 2026-05-19T16:35:28.994Z | a tests/dhcp_server-0dd08c67e680733a 31215K |
| 3488 | 2026-05-19T16:35:28.994Z | a tests/end_to_end_tests-494cab2a0d969362 394573K |
| 3489 | 2026-05-19T16:35:28.994Z | a tools/opte_version 1K |
| 3490 | 2026-05-19T16:35:28.994Z | a tools/opte_version_override 2K |
| 3491 | 2026-05-19T16:35:28.994Z | a out/clickhouse.tar.gz 319698K |
| 3492 | 2026-05-19T16:35:28.994Z | a out/clickhouse_keeper.tar.gz 305047K |
| 3493 | 2026-05-19T16:35:28.994Z | a out/clickhouse_server.tar.gz 319695K |
| 3494 | 2026-05-19T16:35:28.994Z | a out/cockroachdb.tar.gz 165209K |
| 3495 | 2026-05-19T16:35:28.994Z | a out/crucible-pantry-zone.tar.gz 44220K |
| 3496 | 2026-05-19T16:35:28.994Z | a out/crucible-utils.tar 17744K |
| 3497 | 2026-05-19T16:35:28.994Z | a out/crucible-zone.tar.gz 58358K |
| 3498 | 2026-05-19T16:35:28.994Z | a out/external-dns.tar.gz 49824K |
| 3499 | 2026-05-19T16:35:28.994Z | a out/internal-dns.tar.gz 49824K |
| 3500 | 2026-05-19T16:35:28.995Z | a out/mg-ddm-gz.tar 95141K |
| 3501 | 2026-05-19T16:35:28.995Z | a out/nexus.tar.gz 217098K |
| 3502 | 2026-05-19T16:35:28.995Z | a out/ntp.tar.gz 32189K |
| 3503 | 2026-05-19T16:35:28.995Z | a out/omicron-gateway-softnpu.tar.gz 29774K |
| 3504 | 2026-05-19T16:35:28.995Z | a out/omicron-sled-agent.tar 203444K |
| 3505 | 2026-05-19T16:35:28.995Z | a out/overlay.tar.gz 3K |
| 3506 | 2026-05-19T16:35:28.995Z | a out/oximeter.tar.gz 66218K |
| 3507 | 2026-05-19T16:35:28.995Z | a out/oxlog.tar 3782K |
| 3508 | 2026-05-19T16:35:28.995Z | a out/probe.tar.gz 3037K |
| 3509 | 2026-05-19T16:35:28.995Z | a out/propolis-server.tar.gz 38727K |
| 3510 | 2026-05-19T16:35:28.995Z | a out/pumpkind-gz.tar 26647K |
| 3511 | 2026-05-19T16:35:28.995Z | a out/switch-softnpu.tar.gz 391813K |
| 3512 | 2026-05-19T16:35:28.999Z | |
| 3513 | 2026-05-19T16:35:28.999Z | real 1:20.099054735 |
| 3514 | 2026-05-19T16:35:28.999Z | user 1:17.412968148 |
| 3515 | 2026-05-19T16:35:28.999Z | sys 4.459044091 |
| 3516 | 2026-05-19T16:35:28.999Z | trap 0.007416145 |
| 3517 | 2026-05-19T16:35:28.999Z | tflt 0.000000000 |
| 3518 | 2026-05-19T16:35:28.999Z | dflt 0.000000000 |
| 3519 | 2026-05-19T16:35:28.999Z | kflt 0.000000000 |
| 3520 | 2026-05-19T16:35:28.999Z | lock 0.000000000 |
| 3521 | 2026-05-19T16:35:28.999Z | slp 1:17.272188022 |
| 3522 | 2026-05-19T16:35:28.999Z | lat 1.040538883 |
| 3523 | 2026-05-19T16:35:28.999Z | stop 0.000521160 |
| 3524 | 2026-05-19T16:35:28.999Z | process exited: duration 936950 ms, exit code 0 |
| |
| 3525 | 2026-05-19T16:35:29.014Z | found 1 output files |
| 3526 | 2026-05-19T16:35:29.014Z | uploading: /work/package.tar.gz (2436891737 bytes) |
| 3527 | 2026-05-19T16:35:57.472Z | uploaded: /work/package.tar.gz |