|
|
|
| 1 | 2026-05-15T21:13:11.911Z | job assigned to worker 01KRPQQAMAWP8EG4Q1MYC49S61 [factory aws, i-0cfd0e0025e1b9ad4] (queued for 56 s) |
| |
| 2 | 2026-05-15T21:13:19.043Z | starting task 0: "setup" |
| 3 | 2026-05-15T21:13:19.047Z | ++ uname -s |
| 4 | 2026-05-15T21:13:19.050Z | + kern=SunOS |
| 5 | 2026-05-15T21:13:19.050Z | + build_user=build |
| 6 | 2026-05-15T21:13:19.050Z | + build_uid=12345 |
| 7 | 2026-05-15T21:13:19.051Z | + work_dir=/work |
| 8 | 2026-05-15T21:13:19.051Z | + input_dir=/input |
| 9 | 2026-05-15T21:13:19.051Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T21:13:19.051Z | + case "$kern" in |
| 11 | 2026-05-15T21:13:19.051Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T21:13:19.054Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T21:13:21.061Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T21:13:21.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T21:13:21.191Z | + home_fs=zfs |
| 16 | 2026-05-15T21:13:21.191Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T21:13:21.191Z | + mkdir -p /home/build |
| 18 | 2026-05-15T21:13:21.194Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T21:13:23.194Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T21:13:23.197Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2026-05-15T21:13:23.203Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T21:13:23.209Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T21:13:23.209Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-15T21:13:23.209Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-15T21:13:23.209Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-15T21:13:23.209Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-15T21:13:23.209Z | * rust toolchain profile = "default" |
| 28 | 2026-05-15T21:13:23.212Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T21:13:23.212Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T21:13:23.325Z | info: downloading installer |
| 31 | 2026-05-15T21:13:24.746Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T21:13:24.746Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T21:13:24.746Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T21:13:24.746Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T21:13:24.758Z | info: profile set to default |
| 36 | 2026-05-15T21:13:24.758Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T21:13:24.761Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T21:13:24.889Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T21:13:24.892Z | info: downloading 6 components |
| 40 | 2026-05-15T21:13:38.997Z | |
| 41 | 2026-05-15T21:13:38.997Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-15T21:13:39.027Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T21:13:39.027Z | |
| 44 | 2026-05-15T21:13:39.027Z | |
| 45 | 2026-05-15T21:13:39.027Z | Rust is installed now. Great! |
| 46 | 2026-05-15T21:13:39.027Z | |
| 47 | 2026-05-15T21:13:39.027Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T21:13:39.027Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T21:13:39.028Z | |
| 50 | 2026-05-15T21:13:39.028Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T21:13:39.028Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T21:13:39.028Z | |
| 53 | 2026-05-15T21:13:39.028Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T21:13:39.031Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T21:13:39.031Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T21:13:39.031Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T21:13:39.031Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T21:13:39.031Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T21:13:39.031Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T21:13:39.031Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T21:13:39.031Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T21:13:39.121Z | + rustup --version |
| 63 | 2026-05-15T21:13:39.127Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T21:13:39.131Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T21:13:39.148Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T21:13:39.152Z | + cargo --version |
| 67 | 2026-05-15T21:13:39.159Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T21:13:39.162Z | + rustc --version |
| 69 | 2026-05-15T21:13:39.180Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T21:13:39.183Z | process exited: duration 15979 ms, exit code 0 |
| |
| 71 | 2026-05-15T21:13:39.189Z | starting task 2: "authentication" |
| 72 | 2026-05-15T21:13:39.208Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-15T21:13:39.215Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T21:13:39.219Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T21:13:39.222Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T21:13:39.255Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T21:13:50.218Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T21:13:50.218Z | + git fetch origin 63ede604c380307525230cf817e635e8bda806bd |
| 79 | 2026-05-15T21:13:50.511Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T21:13:50.511Z | * branch 63ede604c380307525230cf817e635e8bda806bd -> FETCH_HEAD |
| 81 | 2026-05-15T21:13:50.524Z | + [[ -n eliza/failure-reason-2 ]] |
| 82 | 2026-05-15T21:13:50.527Z | ++ git branch --show-current |
| 83 | 2026-05-15T21:13:50.531Z | + current=main |
| 84 | 2026-05-15T21:13:50.531Z | + [[ main != eliza/failure-reason-2 ]] |
| 85 | 2026-05-15T21:13:50.531Z | + git branch -f eliza/failure-reason-2 63ede604c380307525230cf817e635e8bda806bd |
| 86 | 2026-05-15T21:13:50.534Z | + git checkout -f eliza/failure-reason-2 |
| 87 | 2026-05-15T21:13:50.769Z | Switched to branch 'eliza/failure-reason-2' |
| 88 | 2026-05-15T21:13:50.772Z | + git reset --hard 63ede604c380307525230cf817e635e8bda806bd |
| 89 | 2026-05-15T21:13:51.005Z | HEAD is now at 63ede604c Merge branch 'main' into eliza/failure-reason-2 |
| 90 | 2026-05-15T21:13:51.008Z | process exited: duration 11792 ms, exit code 0 |
| |
| 91 | 2026-05-15T21:13:51.015Z | starting task 4: "build" |
| 92 | 2026-05-15T21:13:51.021Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T21:13:51.021Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T21:13:51.021Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T21:13:51.021Z | + cargo --version |
| 96 | 2026-05-15T21:13:51.032Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T21:13:51.035Z | + rustc --version |
| 98 | 2026-05-15T21:13:51.056Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T21:13:51.060Z | + WORK=/work |
| 100 | 2026-05-15T21:13:51.060Z | + pfexec mkdir -p /work |
| 101 | 2026-05-15T21:13:51.063Z | + pfexec chown build /work |
| 102 | 2026-05-15T21:13:51.066Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-15T21:13:52.756Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-15T21:13:52.814Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-15T21:13:53.028Z | Planning: Solver setup ... Done (0.181s) |
| 106 | 2026-05-15T21:13:53.044Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-15T21:13:53.051Z | Planning: Finding local manifests ... Done (0.002s) |
| 108 | 2026-05-15T21:13:53.064Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-15T21:13:53.079Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-15T21:13:53.093Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-15T21:13:53.096Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-15T21:13:53.287Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-05-15T21:13:53.290Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-15T21:13:54.153Z | Planning: Evaluating mediators ... Done (0.866s) |
| 115 | 2026-05-15T21:13:54.156Z | Planning: Planning completed in 1.32 seconds |
| 116 | 2026-05-15T21:13:54.164Z | Packages to install: 2 |
| 117 | 2026-05-15T21:13:54.164Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-15T21:13:54.164Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-15T21:13:54.164Z | Create boot environment: No |
| 120 | 2026-05-15T21:13:54.167Z | Create backup boot environment: No |
| 121 | 2026-05-15T21:13:54.167Z | Rebuild boot archive: No |
| 122 | 2026-05-15T21:13:54.167Z | |
| 123 | 2026-05-15T21:13:54.167Z | Changed packages: |
| 124 | 2026-05-15T21:13:54.167Z | helios |
| 125 | 2026-05-15T21:13:54.167Z | developer/build-essential |
| 126 | 2026-05-15T21:13:54.167Z | None -> 11-3.0 |
| 127 | 2026-05-15T21:13:54.167Z | library/libxmlsec1 |
| 128 | 2026-05-15T21:13:54.167Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-15T21:13:54.190Z | |
| 130 | 2026-05-15T21:13:54.190Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-15T21:13:54.751Z | Download: Completed 1.28 MB in 0.56 seconds (2.3M/s) |
| 132 | 2026-05-15T21:13:54.877Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-15T21:13:54.915Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-15T21:13:54.923Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-15T21:13:54.923Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-15T21:13:54.938Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-15T21:13:57.557Z | Finalize: Creating fast lookup database ... Done (2.596s) |
| 138 | 2026-05-15T21:13:57.621Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-15T21:13:57.624Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-15T21:13:57.711Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-15T21:13:58.012Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-15T21:13:58.113Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-15T21:13:58.117Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-15T21:13:58.269Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-15T21:13:58.272Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-15T21:13:58.292Z | Mediators to change: 2 |
| 147 | 2026-05-15T21:13:58.292Z | Create boot environment: No |
| 148 | 2026-05-15T21:13:58.292Z | Create backup boot environment: No |
| 149 | 2026-05-15T21:13:58.366Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-15T21:13:58.366Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-15T21:13:58.375Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-15T21:14:00.276Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-15T21:14:00.338Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-15T21:14:00.342Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-15T21:14:00.427Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-15T21:14:00.714Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-15T21:14:00.819Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-15T21:14:00.822Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-15T21:14:00.978Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-15T21:14:00.981Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-15T21:14:01.002Z | Mediators to change: 1 |
| 162 | 2026-05-15T21:14:01.002Z | Create boot environment: No |
| 163 | 2026-05-15T21:14:01.002Z | Create backup boot environment: No |
| 164 | 2026-05-15T21:14:01.127Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-15T21:14:01.127Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-15T21:14:01.136Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-15T21:14:03.067Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-15T21:14:03.133Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-15T21:14:03.136Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-15T21:14:03.234Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-15T21:14:03.545Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-15T21:14:03.545Z | apache system 2.4 system |
| 173 | 2026-05-15T21:14:03.545Z | clang system 15 system |
| 174 | 2026-05-15T21:14:03.545Z | csh system system illumos |
| 175 | 2026-05-15T21:14:03.545Z | ctags system system illumos |
| 176 | 2026-05-15T21:14:03.545Z | file vendor vendor darwinsys |
| 177 | 2026-05-15T21:14:03.545Z | file system system illumos |
| 178 | 2026-05-15T21:14:03.545Z | gcc vendor 14 vendor |
| 179 | 2026-05-15T21:14:03.545Z | gcc system 13 system |
| 180 | 2026-05-15T21:14:03.545Z | gcc system 10 system |
| 181 | 2026-05-15T21:14:03.545Z | go system 1.25 system |
| 182 | 2026-05-15T21:14:03.545Z | llvm system 15 system |
| 183 | 2026-05-15T21:14:03.545Z | mariadb system 11.4 system |
| 184 | 2026-05-15T21:14:03.545Z | mta vendor vendor dma |
| 185 | 2026-05-15T21:14:03.545Z | openjdk system 17 system |
| 186 | 2026-05-15T21:14:03.545Z | openjdk system 11 system |
| 187 | 2026-05-15T21:14:03.545Z | openssl vendor 3 vendor |
| 188 | 2026-05-15T21:14:03.546Z | perl system 5.40 system |
| 189 | 2026-05-15T21:14:03.546Z | postgresql system 18 system |
| 190 | 2026-05-15T21:14:03.546Z | postgresql system 17 system |
| 191 | 2026-05-15T21:14:03.546Z | python vendor 3 vendor |
| 192 | 2026-05-15T21:14:03.546Z | python system 2 system |
| 193 | 2026-05-15T21:14:03.546Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-15T21:14:03.546Z | ruby system 3.4 system |
| 195 | 2026-05-15T21:14:03.546Z | ruby system 3.0 system |
| 196 | 2026-05-15T21:14:03.546Z | words vendor vendor american-english |
| 197 | 2026-05-15T21:14:03.546Z | words system system australian-english |
| 198 | 2026-05-15T21:14:03.546Z | words system system british-english |
| 199 | 2026-05-15T21:14:03.546Z | words system system canadian-english |
| 200 | 2026-05-15T21:14:03.546Z | words system system french |
| 201 | 2026-05-15T21:14:03.546Z | words system system italian |
| 202 | 2026-05-15T21:14:03.546Z | words system system ngerman |
| 203 | 2026-05-15T21:14:03.546Z | words system system ogerman |
| 204 | 2026-05-15T21:14:03.546Z | words system system spanish |
| 205 | 2026-05-15T21:14:03.804Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-15T21:14:03.804Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-15T21:14:04.075Z | FMRI IFO |
| 208 | 2026-05-15T21:14:04.075Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-15T21:14:04.075Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-15T21:14:04.075Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-15T21:14:04.075Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-15T21:14:04.075Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-15T21:14:04.075Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-15T21:14:04.075Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-15T21:14:04.075Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-15T21:14:04.075Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-15T21:14:04.310Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-15T21:14:04.556Z | Updating crates.io index |
| 219 | 2026-05-15T21:14:04.560Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-15T21:14:04.887Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-15T21:14:05.810Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-15T21:14:06.134Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-15T21:14:07.185Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-15T21:14:07.695Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-15T21:14:09.118Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-15T21:14:09.942Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-15T21:14:10.166Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-15T21:14:11.284Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-15T21:14:11.693Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-15T21:14:12.007Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-15T21:14:12.307Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-15T21:14:13.385Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-15T21:14:13.882Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-15T21:14:14.177Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-15T21:14:14.411Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-15T21:14:14.730Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-15T21:14:15.142Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-15T21:14:15.673Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-15T21:14:15.924Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-15T21:14:16.209Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-15T21:14:16.576Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-15T21:14:17.031Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-15T21:14:17.697Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-15T21:14:18.227Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-15T21:14:18.509Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-15T21:14:18.794Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-15T21:14:19.873Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-15T21:14:21.087Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-15T21:14:21.564Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-15T21:14:21.830Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-15T21:14:22.232Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-15T21:14:22.513Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-15T21:14:23.190Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-15T21:14:23.421Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-15T21:14:23.716Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-15T21:14:24.018Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-15T21:14:24.391Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-15T21:14:36.582Z | Downloading crates ... |
| 259 | 2026-05-15T21:14:36.652Z | Downloaded toml_write v0.1.2 |
| 260 | 2026-05-15T21:14:36.655Z | Downloaded colorchoice v1.0.4 |
| 261 | 2026-05-15T21:14:36.660Z | Downloaded unicode-linebreak v0.1.5 |
| 262 | 2026-05-15T21:14:36.663Z | Downloaded tabled_derive v0.7.0 |
| 263 | 2026-05-15T21:14:36.666Z | Downloaded yoke-derive v0.8.1 |
| 264 | 2026-05-15T21:14:36.666Z | Downloaded zerofrom v0.1.6 |
| 265 | 2026-05-15T21:14:36.666Z | Downloaded toml_datetime v0.6.11 |
| 266 | 2026-05-15T21:14:36.669Z | Downloaded version_check v0.9.5 |
| 267 | 2026-05-15T21:14:36.669Z | Downloaded tinystr v0.8.2 |
| 268 | 2026-05-15T21:14:36.669Z | Downloaded usdt-impl v0.5.0 |
| 269 | 2026-05-15T21:14:36.672Z | Downloaded memmap v0.7.0 |
| 270 | 2026-05-15T21:14:36.672Z | Downloaded cargo-platform v0.2.0 |
| 271 | 2026-05-15T21:14:36.672Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-05-15T21:14:36.675Z | Downloaded clap_lex v1.0.0 |
| 273 | 2026-05-15T21:14:36.675Z | Downloaded usdt-macro v0.5.0 |
| 274 | 2026-05-15T21:14:36.675Z | Downloaded toml v0.8.23 |
| 275 | 2026-05-15T21:14:36.678Z | Downloaded usdt-attr-macro v0.5.0 |
| 276 | 2026-05-15T21:14:36.680Z | Downloaded usdt v0.5.0 |
| 277 | 2026-05-15T21:14:36.680Z | Downloaded pretty-hex v0.4.1 |
| 278 | 2026-05-15T21:14:36.681Z | Downloaded ordered-float v2.10.1 |
| 279 | 2026-05-15T21:14:36.683Z | Downloaded unicode-xid v0.2.6 |
| 280 | 2026-05-15T21:14:36.684Z | Downloaded crypto-common v0.1.7 |
| 281 | 2026-05-15T21:14:36.684Z | Downloaded thread-id v4.2.2 |
| 282 | 2026-05-15T21:14:36.684Z | Downloaded scroll_derive v0.12.1 |
| 283 | 2026-05-15T21:14:36.684Z | Downloaded plain v0.2.3 |
| 284 | 2026-05-15T21:14:36.686Z | Downloaded typeid v1.0.3 |
| 285 | 2026-05-15T21:14:36.686Z | Downloaded form_urlencoded v1.2.2 |
| 286 | 2026-05-15T21:14:36.687Z | Downloaded fnv v1.0.7 |
| 287 | 2026-05-15T21:14:36.690Z | Downloaded dof v0.3.0 |
| 288 | 2026-05-15T21:14:36.690Z | Downloaded heck v0.5.0 |
| 289 | 2026-05-15T21:14:36.690Z | Downloaded heck v0.4.1 |
| 290 | 2026-05-15T21:14:36.697Z | Downloaded is_terminal_polyfill v1.70.2 |
| 291 | 2026-05-15T21:14:36.700Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-05-15T21:14:36.700Z | Downloaded thiserror v2.0.18 |
| 293 | 2026-05-15T21:14:36.703Z | Downloaded zerovec-derive v0.11.2 |
| 294 | 2026-05-15T21:14:36.703Z | Downloaded itoa v1.0.17 |
| 295 | 2026-05-15T21:14:36.706Z | Downloaded zerofrom-derive v0.1.6 |
| 296 | 2026-05-15T21:14:36.711Z | Downloaded percent-encoding v2.3.2 |
| 297 | 2026-05-15T21:14:36.711Z | Downloaded idna_adapter v1.2.1 |
| 298 | 2026-05-15T21:14:36.711Z | Downloaded macaddr v1.0.1 |
| 299 | 2026-05-15T21:14:36.711Z | Downloaded utf8_iter v1.0.4 |
| 300 | 2026-05-15T21:14:36.711Z | Downloaded cfg-if v1.0.4 |
| 301 | 2026-05-15T21:14:36.715Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-05-15T21:14:36.719Z | Downloaded equivalent v1.0.2 |
| 303 | 2026-05-15T21:14:36.719Z | Downloaded zerocopy-derive v0.7.35 |
| 304 | 2026-05-15T21:14:36.722Z | Downloaded writeable v0.6.2 |
| 305 | 2026-05-15T21:14:36.722Z | Downloaded thiserror v1.0.69 |
| 306 | 2026-05-15T21:14:36.725Z | Downloaded potential_utf v0.1.4 |
| 307 | 2026-05-15T21:14:36.725Z | Downloaded errno v0.3.14 |
| 308 | 2026-05-15T21:14:36.725Z | Downloaded thiserror-impl v1.0.69 |
| 309 | 2026-05-15T21:14:36.728Z | Downloaded zmij v1.0.21 |
| 310 | 2026-05-15T21:14:36.728Z | Downloaded unicode-ident v1.0.24 |
| 311 | 2026-05-15T21:14:36.728Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-05-15T21:14:36.731Z | Downloaded serde-value v0.7.0 |
| 313 | 2026-05-15T21:14:36.734Z | Downloaded zerotrie v0.2.3 |
| 314 | 2026-05-15T21:14:36.737Z | Downloaded yoke v0.8.1 |
| 315 | 2026-05-15T21:14:36.737Z | Downloaded thiserror-impl v2.0.18 |
| 316 | 2026-05-15T21:14:36.740Z | Downloaded swrite v0.1.0 |
| 317 | 2026-05-15T21:14:36.740Z | Downloaded anstyle-query v1.1.5 |
| 318 | 2026-05-15T21:14:36.743Z | Downloaded typenum v1.19.0 |
| 319 | 2026-05-15T21:14:36.743Z | Downloaded stable_deref_trait v1.2.1 |
| 320 | 2026-05-15T21:14:36.743Z | Downloaded textwrap v0.16.2 |
| 321 | 2026-05-15T21:14:36.747Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2026-05-15T21:14:36.750Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-05-15T21:14:36.752Z | Downloaded zerocopy v0.7.35 |
| 324 | 2026-05-15T21:14:36.758Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-15T21:14:36.761Z | Downloaded proc-macro-error-attr v1.0.4 |
| 326 | 2026-05-15T21:14:36.761Z | Downloaded toml_edit v0.22.27 |
| 327 | 2026-05-15T21:14:36.764Z | Downloaded url v2.5.8 |
| 328 | 2026-05-15T21:14:36.764Z | Downloaded smawk v0.3.2 |
| 329 | 2026-05-15T21:14:36.767Z | Downloaded zerovec v0.11.5 |
| 330 | 2026-05-15T21:14:36.770Z | Downloaded winnow v0.7.14 |
| 331 | 2026-05-15T21:14:36.773Z | Downloaded camino-tempfile v1.4.1 |
| 332 | 2026-05-15T21:14:36.776Z | Downloaded fastrand v2.3.0 |
| 333 | 2026-05-15T21:14:36.776Z | Downloaded bytecount v0.6.9 |
| 334 | 2026-05-15T21:14:36.776Z | Downloaded unicode-width v0.2.0 |
| 335 | 2026-05-15T21:14:36.779Z | Downloaded anstream v0.6.21 |
| 336 | 2026-05-15T21:14:36.782Z | Downloaded sha2 v0.10.9 |
| 337 | 2026-05-15T21:14:36.782Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-05-15T21:14:36.785Z | Downloaded autocfg v1.5.0 |
| 339 | 2026-05-15T21:14:36.785Z | Downloaded unicode-width v0.1.14 |
| 340 | 2026-05-15T21:14:36.788Z | Downloaded cpufeatures v0.2.17 |
| 341 | 2026-05-15T21:14:36.793Z | Downloaded scroll v0.12.0 |
| 342 | 2026-05-15T21:14:36.797Z | Downloaded cargo_metadata v0.21.0 |
| 343 | 2026-05-15T21:14:36.800Z | Downloaded serde-untagged v0.1.9 |
| 344 | 2026-05-15T21:14:36.800Z | Downloaded erased-serde v0.4.9 |
| 345 | 2026-05-15T21:14:36.803Z | Downloaded cargo_toml v0.21.0 |
| 346 | 2026-05-15T21:14:36.806Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-05-15T21:14:36.806Z | Downloaded displaydoc v0.2.5 |
| 348 | 2026-05-15T21:14:36.812Z | Downloaded synstructure v0.13.2 |
| 349 | 2026-05-15T21:14:36.815Z | Downloaded quote v1.0.45 |
| 350 | 2026-05-15T21:14:36.815Z | Downloaded anstyle v1.0.13 |
| 351 | 2026-05-15T21:14:36.815Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2026-05-15T21:14:36.818Z | Downloaded anstyle-parse v0.2.7 |
| 353 | 2026-05-15T21:14:36.821Z | Downloaded clap_derive v4.5.55 |
| 354 | 2026-05-15T21:14:36.824Z | Downloaded byteorder v1.5.0 |
| 355 | 2026-05-15T21:14:36.824Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-05-15T21:14:36.827Z | Downloaded anyhow v1.0.102 |
| 357 | 2026-05-15T21:14:36.827Z | Downloaded camino v1.2.2 |
| 358 | 2026-05-15T21:14:36.832Z | Downloaded smallvec v1.15.1 |
| 359 | 2026-05-15T21:14:36.836Z | Downloaded digest v0.10.7 |
| 360 | 2026-05-15T21:14:36.836Z | Downloaded litemap v0.8.1 |
| 361 | 2026-05-15T21:14:36.839Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-05-15T21:14:36.839Z | Downloaded cargo-util-schemas v0.8.2 |
| 363 | 2026-05-15T21:14:36.842Z | Downloaded semver v1.0.28 |
| 364 | 2026-05-15T21:14:36.845Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-05-15T21:14:36.845Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-05-15T21:14:36.856Z | Downloaded fs-err v3.3.0 |
| 367 | 2026-05-15T21:14:36.867Z | Downloaded serde_core v1.0.228 |
| 368 | 2026-05-15T21:14:36.870Z | Downloaded num-traits v0.2.19 |
| 369 | 2026-05-15T21:14:36.872Z | Downloaded papergrid v0.11.0 |
| 370 | 2026-05-15T21:14:36.875Z | Downloaded log v0.4.29 |
| 371 | 2026-05-15T21:14:36.878Z | Downloaded getrandom v0.4.1 |
| 372 | 2026-05-15T21:14:36.878Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-05-15T21:14:36.881Z | Downloaded icu_provider v2.1.1 |
| 374 | 2026-05-15T21:14:36.884Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-05-15T21:14:36.887Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-05-15T21:14:36.893Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-05-15T21:14:36.901Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-05-15T21:14:36.912Z | Downloaded icu_normalizer v2.1.1 |
| 379 | 2026-05-15T21:14:36.916Z | Downloaded clap v4.5.60 |
| 380 | 2026-05-15T21:14:36.920Z | Downloaded icu_collections v2.1.1 |
| 381 | 2026-05-15T21:14:36.923Z | Downloaded memchr v2.8.0 |
| 382 | 2026-05-15T21:14:36.926Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-15T21:14:36.928Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-05-15T21:14:36.933Z | Downloaded serde v1.0.228 |
| 385 | 2026-05-15T21:14:36.955Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-15T21:14:36.961Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-05-15T21:14:36.967Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-15T21:14:36.986Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-05-15T21:14:36.994Z | Downloaded clap_builder v4.5.60 |
| 390 | 2026-05-15T21:14:36.998Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-15T21:14:37.001Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-15T21:14:37.004Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-15T21:14:37.018Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-15T21:14:37.026Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-15T21:14:37.042Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-15T21:14:37.056Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-15T21:14:37.088Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-15T21:14:37.153Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-15T21:14:37.153Z | Compiling quote v1.0.45 |
| 400 | 2026-05-15T21:14:37.153Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-15T21:14:37.153Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-15T21:14:37.156Z | Compiling libc v0.2.185 |
| 403 | 2026-05-15T21:14:37.156Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-15T21:14:37.156Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-15T21:14:37.156Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-15T21:14:37.156Z | Compiling serde v1.0.228 |
| 407 | 2026-05-15T21:14:37.156Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-15T21:14:37.156Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-15T21:14:37.156Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-15T21:14:37.156Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-15T21:14:37.156Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-05-15T21:14:37.339Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-15T21:14:37.584Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-15T21:14:37.671Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-15T21:14:37.743Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-15T21:14:37.828Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-15T21:14:37.835Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-15T21:14:37.856Z | Compiling pest v2.8.6 |
| 419 | 2026-05-15T21:14:37.874Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-15T21:14:38.059Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-15T21:14:38.144Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-15T21:14:38.182Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-15T21:14:38.197Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-15T21:14:38.223Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-15T21:14:38.312Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-15T21:14:38.399Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-15T21:14:38.437Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-15T21:14:38.455Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-15T21:14:38.487Z | Compiling winnow v0.7.14 |
| 430 | 2026-05-15T21:14:38.543Z | Compiling syn v1.0.109 |
| 431 | 2026-05-15T21:14:38.563Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-15T21:14:38.565Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-15T21:14:38.598Z | Compiling errno v0.3.14 |
| 434 | 2026-05-15T21:14:38.617Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-15T21:14:38.719Z | Compiling plain v0.2.3 |
| 436 | 2026-05-15T21:14:38.773Z | Compiling camino v1.2.2 |
| 437 | 2026-05-15T21:14:38.777Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-15T21:14:38.809Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-15T21:14:38.828Z | Compiling log v0.4.29 |
| 440 | 2026-05-15T21:14:38.898Z | Compiling utf8parse v0.2.2 |
| 441 | 2026-05-15T21:14:38.902Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-15T21:14:38.902Z | Compiling percent-encoding v2.3.2 |
| 443 | 2026-05-15T21:14:38.949Z | Compiling pest_meta v2.8.6 |
| 444 | 2026-05-15T21:14:38.968Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-15T21:14:39.028Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-15T21:14:39.139Z | Compiling syn v2.0.117 |
| 447 | 2026-05-15T21:14:39.178Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-15T21:14:39.229Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-15T21:14:39.250Z | Compiling cfg-if v1.0.4 |
| 450 | 2026-05-15T21:14:39.329Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-15T21:14:39.365Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-05-15T21:14:39.369Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-15T21:14:39.403Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-15T21:14:39.472Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-15T21:14:39.546Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-15T21:14:39.549Z | Compiling strsim v0.11.1 |
| 457 | 2026-05-15T21:14:39.587Z | Compiling anstream v0.6.21 |
| 458 | 2026-05-15T21:14:39.606Z | Compiling clap_lex v1.0.0 |
| 459 | 2026-05-15T21:14:39.626Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-15T21:14:39.646Z | Compiling bytecount v0.6.9 |
| 461 | 2026-05-15T21:14:39.664Z | Compiling heck v0.4.1 |
| 462 | 2026-05-15T21:14:39.686Z | Compiling anyhow v1.0.102 |
| 463 | 2026-05-15T21:14:39.765Z | Compiling heck v0.5.0 |
| 464 | 2026-05-15T21:14:39.792Z | Compiling fnv v1.0.7 |
| 465 | 2026-05-15T21:14:39.810Z | Compiling unicode-xid v0.2.6 |
| 466 | 2026-05-15T21:14:39.908Z | Compiling fastrand v2.3.0 |
| 467 | 2026-05-15T21:14:39.930Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-05-15T21:14:39.930Z | Compiling once_cell v1.21.3 |
| 469 | 2026-05-15T21:14:39.965Z | Compiling clap_builder v4.5.60 |
| 470 | 2026-05-15T21:14:39.969Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-15T21:14:40.017Z | Compiling unicode-width v0.2.0 |
| 472 | 2026-05-15T21:14:40.034Z | Compiling unicode-linebreak v0.1.5 |
| 473 | 2026-05-15T21:14:40.077Z | Compiling smawk v0.3.2 |
| 474 | 2026-05-15T21:14:40.184Z | Compiling semver v1.0.28 |
| 475 | 2026-05-15T21:14:40.233Z | Compiling papergrid v0.11.0 |
| 476 | 2026-05-15T21:14:40.250Z | Compiling tempfile v3.25.0 |
| 477 | 2026-05-15T21:14:40.285Z | Compiling textwrap v0.16.2 |
| 478 | 2026-05-15T21:14:40.523Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-15T21:14:40.603Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-05-15T21:14:40.621Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-15T21:14:40.648Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-15T21:14:40.956Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-15T21:14:41.603Z | Compiling tabled v0.15.0 |
| 484 | 2026-05-15T21:14:41.666Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-15T21:14:41.666Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-15T21:14:42.249Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-15T21:14:42.249Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-15T21:14:42.252Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-15T21:14:42.252Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-15T21:14:42.252Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-15T21:14:42.252Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-15T21:14:42.252Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-15T21:14:42.252Z | Compiling pest_derive v2.8.6 |
| 494 | 2026-05-15T21:14:42.252Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-15T21:14:42.253Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-15T21:14:42.253Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-15T21:14:43.045Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-15T21:14:43.086Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-15T21:14:43.193Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-15T21:14:43.306Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-15T21:14:43.323Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-15T21:14:43.476Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-15T21:14:43.476Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-15T21:14:43.519Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-05-15T21:14:43.681Z | Compiling clap v4.5.60 |
| 506 | 2026-05-15T21:14:43.905Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-15T21:14:43.905Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-15T21:14:44.114Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-15T21:14:44.130Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-15T21:14:44.651Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-15T21:14:44.711Z | Compiling dof v0.3.0 |
| 512 | 2026-05-15T21:14:44.711Z | Compiling serde_tokenstream v0.2.3 |
| 513 | 2026-05-15T21:14:44.727Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-05-15T21:14:44.730Z | Compiling toml_datetime v0.6.11 |
| 515 | 2026-05-15T21:14:44.730Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-15T21:14:44.730Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-15T21:14:44.730Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-15T21:14:44.868Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-15T21:14:44.868Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-15T21:14:44.948Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-15T21:14:45.386Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-15T21:14:45.389Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-15T21:14:45.681Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-15T21:14:45.790Z | Compiling idna v1.1.0 |
| 525 | 2026-05-15T21:14:45.960Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-15T21:14:46.053Z | Compiling url v2.5.8 |
| 527 | 2026-05-15T21:14:46.199Z | Compiling toml v0.8.23 |
| 528 | 2026-05-15T21:14:46.526Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-15T21:14:46.526Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-15T21:14:47.289Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-15T21:14:48.190Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-15T21:14:50.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.14s |
| 533 | 2026-05-15T21:14:50.553Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-15T21:14:51.111Z | Downloading crates ... |
| 535 | 2026-05-15T21:14:51.224Z | Downloaded ascii-canvas v3.0.0 |
| 536 | 2026-05-15T21:14:51.227Z | Downloaded async-stream v0.3.6 |
| 537 | 2026-05-15T21:14:51.227Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-15T21:14:51.230Z | Downloaded async-recursion v1.1.1 |
| 539 | 2026-05-15T21:14:51.230Z | Downloaded aead v0.5.2 |
| 540 | 2026-05-15T21:14:51.234Z | Downloaded darling_macro v0.21.3 |
| 541 | 2026-05-15T21:14:51.234Z | Downloaded assert_matches v1.5.0 |
| 542 | 2026-05-15T21:14:51.234Z | Downloaded bb8 v0.8.6 |
| 543 | 2026-05-15T21:14:51.239Z | Downloaded arrayref v0.3.9 |
| 544 | 2026-05-15T21:14:51.239Z | Downloaded array-init v0.0.4 |
| 545 | 2026-05-15T21:14:51.243Z | Downloaded dof v0.4.0 |
| 546 | 2026-05-15T21:14:51.243Z | Downloaded ctr v0.9.2 |
| 547 | 2026-05-15T21:14:51.243Z | Downloaded crucible-workspace-hack v0.1.0 |
| 548 | 2026-05-15T21:14:51.243Z | Downloaded atty v0.2.14 |
| 549 | 2026-05-15T21:14:51.246Z | Downloaded crossbeam-channel v0.5.15 |
| 550 | 2026-05-15T21:14:51.246Z | Downloaded crunchy v0.2.4 |
| 551 | 2026-05-15T21:14:51.249Z | Downloaded arrayvec v0.7.6 |
| 552 | 2026-05-15T21:14:51.252Z | Downloaded csv-core v0.1.13 |
| 553 | 2026-05-15T21:14:51.252Z | Downloaded atomic-waker v1.1.2 |
| 554 | 2026-05-15T21:14:51.255Z | Downloaded castaway v0.2.4 |
| 555 | 2026-05-15T21:14:51.255Z | Downloaded crc8 v0.1.1 |
| 556 | 2026-05-15T21:14:51.255Z | Downloaded darling_core v0.21.3 |
| 557 | 2026-05-15T21:14:51.261Z | Downloaded argon2 v0.5.3 |
| 558 | 2026-05-15T21:14:51.264Z | Downloaded ff v0.13.1 |
| 559 | 2026-05-15T21:14:51.264Z | Downloaded async-bb8-diesel v0.2.1 |
| 560 | 2026-05-15T21:14:51.267Z | Downloaded ahash v0.8.12 |
| 561 | 2026-05-15T21:14:51.270Z | Downloaded darling v0.20.11 |
| 562 | 2026-05-15T21:14:51.275Z | Downloaded elliptic-curve v0.13.8 |
| 563 | 2026-05-15T21:14:51.277Z | Downloaded darling v0.23.0 |
| 564 | 2026-05-15T21:14:51.280Z | Downloaded darling v0.21.3 |
| 565 | 2026-05-15T21:14:51.284Z | Downloaded crc-catalog v2.4.0 |
| 566 | 2026-05-15T21:14:51.284Z | Downloaded block-padding v0.3.3 |
| 567 | 2026-05-15T21:14:51.284Z | Downloaded cpufeatures v0.3.0 |
| 568 | 2026-05-15T21:14:51.287Z | Downloaded derive_more-impl v2.1.1 |
| 569 | 2026-05-15T21:14:51.289Z | Downloaded darling_macro v0.23.0 |
| 570 | 2026-05-15T21:14:51.289Z | Downloaded bitfield-struct v0.6.2 |
| 571 | 2026-05-15T21:14:51.290Z | Downloaded darling_core v0.23.0 |
| 572 | 2026-05-15T21:14:51.292Z | Downloaded dyn-clone v1.0.20 |
| 573 | 2026-05-15T21:14:51.295Z | Downloaded cobs v0.3.0 |
| 574 | 2026-05-15T21:14:51.295Z | Downloaded embedded-io v0.6.1 |
| 575 | 2026-05-15T21:14:51.295Z | Downloaded darling_macro v0.20.11 |
| 576 | 2026-05-15T21:14:51.295Z | Downloaded bitflags v1.3.2 |
| 577 | 2026-05-15T21:14:51.298Z | Downloaded crossterm v0.28.1 |
| 578 | 2026-05-15T21:14:51.303Z | Downloaded float-ord v0.3.2 |
| 579 | 2026-05-15T21:14:51.307Z | Downloaded defmt v0.3.100 |
| 580 | 2026-05-15T21:14:51.307Z | Downloaded convert_case v0.4.0 |
| 581 | 2026-05-15T21:14:51.307Z | Downloaded backoff v0.4.0 |
| 582 | 2026-05-15T21:14:51.307Z | Downloaded display-error-chain v0.2.2 |
| 583 | 2026-05-15T21:14:51.310Z | Downloaded dirs-sys-next v0.1.2 |
| 584 | 2026-05-15T21:14:51.310Z | Downloaded atomicwrites v0.4.4 |
| 585 | 2026-05-15T21:14:51.310Z | Downloaded async-trait v0.1.89 |
| 586 | 2026-05-15T21:14:51.313Z | Downloaded bit-set v0.5.3 |
| 587 | 2026-05-15T21:14:51.313Z | Downloaded cargo-platform v0.1.9 |
| 588 | 2026-05-15T21:14:51.313Z | Downloaded cfg_aliases v0.2.1 |
| 589 | 2026-05-15T21:14:51.313Z | Downloaded base16ct v0.2.0 |
| 590 | 2026-05-15T21:14:51.317Z | Downloaded async-stream-impl v0.3.6 |
| 591 | 2026-05-15T21:14:51.317Z | Downloaded crc32fast v1.5.0 |
| 592 | 2026-05-15T21:14:51.317Z | Downloaded ciborium-ll v0.2.2 |
| 593 | 2026-05-15T21:14:51.320Z | Downloaded debug-ignore v1.0.5 |
| 594 | 2026-05-15T21:14:51.320Z | Downloaded crc v3.4.0 |
| 595 | 2026-05-15T21:14:51.327Z | Downloaded crypto-bigint v0.5.5 |
| 596 | 2026-05-15T21:14:51.331Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 597 | 2026-05-15T21:14:51.332Z | Downloaded derive_builder_macro v0.20.2 |
| 598 | 2026-05-15T21:14:51.336Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-05-15T21:14:51.336Z | Downloaded bitfield-macros v0.19.4 |
| 600 | 2026-05-15T21:14:51.336Z | Downloaded gethostname v0.5.0 |
| 601 | 2026-05-15T21:14:51.336Z | Downloaded futures-io v0.3.32 |
| 602 | 2026-05-15T21:14:51.336Z | Downloaded dsl_auto_type v0.2.0 |
| 603 | 2026-05-15T21:14:51.336Z | Downloaded defmt-parser v1.0.0 |
| 604 | 2026-05-15T21:14:51.341Z | Downloaded fxhash v0.2.1 |
| 605 | 2026-05-15T21:14:51.341Z | Downloaded dunce v1.0.5 |
| 606 | 2026-05-15T21:14:51.341Z | Downloaded cfg_aliases v0.1.1 |
| 607 | 2026-05-15T21:14:51.341Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 608 | 2026-05-15T21:14:51.341Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 609 | 2026-05-15T21:14:51.341Z | Downloaded fd-lock v4.0.4 |
| 610 | 2026-05-15T21:14:51.345Z | Downloaded enum-as-inner v0.6.1 |
| 611 | 2026-05-15T21:14:51.345Z | Downloaded arc-swap v1.8.2 |
| 612 | 2026-05-15T21:14:51.349Z | Downloaded allocator-api2 v0.2.21 |
| 613 | 2026-05-15T21:14:51.349Z | Downloaded flagset v0.4.7 |
| 614 | 2026-05-15T21:14:51.349Z | Downloaded fixedbitset v0.4.2 |
| 615 | 2026-05-15T21:14:51.349Z | Downloaded dtrace-parser v0.3.0 |
| 616 | 2026-05-15T21:14:51.350Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 617 | 2026-05-15T21:14:51.352Z | Downloaded cstr-argument v0.1.2 |
| 618 | 2026-05-15T21:14:51.352Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-05-15T21:14:51.352Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-05-15T21:14:51.352Z | Downloaded foreign-types-shared v0.1.1 |
| 621 | 2026-05-15T21:14:51.353Z | Downloaded foreign-types-macros v0.2.3 |
| 622 | 2026-05-15T21:14:51.357Z | Downloaded endian-type v0.1.2 |
| 623 | 2026-05-15T21:14:51.357Z | Downloaded difflib v0.4.0 |
| 624 | 2026-05-15T21:14:51.357Z | Downloaded foreign-types v0.5.0 |
| 625 | 2026-05-15T21:14:51.357Z | Downloaded bit-set v0.8.0 |
| 626 | 2026-05-15T21:14:51.360Z | Downloaded compression-core v0.4.31 |
| 627 | 2026-05-15T21:14:51.360Z | Downloaded float-cmp v0.10.0 |
| 628 | 2026-05-15T21:14:51.360Z | Downloaded embedded-io v0.4.0 |
| 629 | 2026-05-15T21:14:51.366Z | Downloaded futures-macro v0.3.32 |
| 630 | 2026-05-15T21:14:51.366Z | Downloaded document-features v0.2.12 |
| 631 | 2026-05-15T21:14:51.366Z | Downloaded compression-codecs v0.4.37 |
| 632 | 2026-05-15T21:14:51.370Z | Downloaded cexpr v0.6.0 |
| 633 | 2026-05-15T21:14:51.370Z | Downloaded base64ct v1.8.3 |
| 634 | 2026-05-15T21:14:51.370Z | Downloaded futures-core v0.3.32 |
| 635 | 2026-05-15T21:14:51.370Z | Downloaded funty v2.0.0 |
| 636 | 2026-05-15T21:14:51.377Z | Downloaded either v1.15.0 |
| 637 | 2026-05-15T21:14:51.377Z | Downloaded downcast-rs v2.0.2 |
| 638 | 2026-05-15T21:14:51.377Z | Downloaded diesel-dtrace v0.5.0 |
| 639 | 2026-05-15T21:14:51.377Z | Downloaded futures-sink v0.3.32 |
| 640 | 2026-05-15T21:14:51.377Z | Downloaded filetime v0.2.27 |
| 641 | 2026-05-15T21:14:51.382Z | Downloaded ghash v0.5.1 |
| 642 | 2026-05-15T21:14:51.382Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-05-15T21:14:51.382Z | Downloaded futures-task v0.3.32 |
| 644 | 2026-05-15T21:14:51.382Z | Downloaded daft v0.1.5 |
| 645 | 2026-05-15T21:14:51.382Z | Downloaded der_derive v0.7.3 |
| 646 | 2026-05-15T21:14:51.382Z | Downloaded data-encoding v2.10.0 |
| 647 | 2026-05-15T21:14:51.382Z | Downloaded globwalk v0.9.1 |
| 648 | 2026-05-15T21:14:51.386Z | Downloaded fixedbitset v0.5.7 |
| 649 | 2026-05-15T21:14:51.386Z | Downloaded fallible-iterator v0.2.0 |
| 650 | 2026-05-15T21:14:51.386Z | Downloaded headers-core v0.3.0 |
| 651 | 2026-05-15T21:14:51.386Z | Downloaded backon v1.6.0 |
| 652 | 2026-05-15T21:14:51.390Z | Downloaded blowfish v0.9.1 |
| 653 | 2026-05-15T21:14:51.390Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-05-15T21:14:51.390Z | Downloaded hex v0.4.3 |
| 655 | 2026-05-15T21:14:51.390Z | Downloaded hash32 v0.2.1 |
| 656 | 2026-05-15T21:14:51.394Z | Downloaded byte-wrapper v0.1.0 |
| 657 | 2026-05-15T21:14:51.394Z | Downloaded corncobs v0.1.4 |
| 658 | 2026-05-15T21:14:51.394Z | Downloaded const_format_proc_macros v0.2.34 |
| 659 | 2026-05-15T21:14:51.410Z | Downloaded hostname v0.4.2 |
| 660 | 2026-05-15T21:14:51.410Z | Downloaded hostname v0.3.1 |
| 661 | 2026-05-15T21:14:51.410Z | Downloaded home v0.5.12 |
| 662 | 2026-05-15T21:14:51.410Z | Downloaded critical-section v1.2.0 |
| 663 | 2026-05-15T21:14:51.416Z | Downloaded cmake v0.1.57 |
| 664 | 2026-05-15T21:14:51.416Z | Downloaded bit-vec v0.8.0 |
| 665 | 2026-05-15T21:14:51.416Z | Downloaded fs_extra v1.3.0 |
| 666 | 2026-05-15T21:14:51.416Z | Downloaded defmt v1.0.1 |
| 667 | 2026-05-15T21:14:51.416Z | Downloaded dirs-next v2.0.0 |
| 668 | 2026-05-15T21:14:51.416Z | Downloaded erased-serde v0.3.31 |
| 669 | 2026-05-15T21:14:51.416Z | Downloaded find-msvc-tools v0.1.9 |
| 670 | 2026-05-15T21:14:51.416Z | Downloaded foldhash v0.2.0 |
| 671 | 2026-05-15T21:14:51.416Z | Downloaded env_filter v1.0.0 |
| 672 | 2026-05-15T21:14:51.416Z | Downloaded crossbeam-deque v0.8.6 |
| 673 | 2026-05-15T21:14:51.416Z | Downloaded ed25519 v2.2.3 |
| 674 | 2026-05-15T21:14:51.416Z | Downloaded defmt-macros v1.0.1 |
| 675 | 2026-05-15T21:14:51.416Z | Downloaded futures-executor v0.3.32 |
| 676 | 2026-05-15T21:14:51.422Z | Downloaded drift v0.1.4 |
| 677 | 2026-05-15T21:14:51.427Z | Downloaded cbc v0.1.2 |
| 678 | 2026-05-15T21:14:51.427Z | Downloaded derive-ex v0.1.8 |
| 679 | 2026-05-15T21:14:51.427Z | Downloaded daft-derive v0.1.5 |
| 680 | 2026-05-15T21:14:51.427Z | Downloaded hex-literal v0.4.1 |
| 681 | 2026-05-15T21:14:51.434Z | Downloaded hubpack_derive v0.1.1 |
| 682 | 2026-05-15T21:14:51.434Z | Downloaded darling_core v0.20.11 |
| 683 | 2026-05-15T21:14:51.434Z | Downloaded git-stub-vcs v0.1.0 |
| 684 | 2026-05-15T21:14:51.438Z | Downloaded ecdsa v0.16.9 |
| 685 | 2026-05-15T21:14:51.439Z | Downloaded cargo_metadata v0.19.2 |
| 686 | 2026-05-15T21:14:51.439Z | Downloaded cassowary v0.3.0 |
| 687 | 2026-05-15T21:14:51.439Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-05-15T21:14:51.439Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 689 | 2026-05-15T21:14:51.439Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-05-15T21:14:51.439Z | Downloaded http-body v1.0.1 |
| 691 | 2026-05-15T21:14:51.443Z | Downloaded ena v0.14.4 |
| 692 | 2026-05-15T21:14:51.443Z | Downloaded fs-err v2.11.0 |
| 693 | 2026-05-15T21:14:51.444Z | Downloaded colored v2.2.0 |
| 694 | 2026-05-15T21:14:51.444Z | Downloaded bcs v0.1.6 |
| 695 | 2026-05-15T21:14:51.451Z | Downloaded convert_case v0.10.0 |
| 696 | 2026-05-15T21:14:51.451Z | Downloaded constant_time_eq v0.4.2 |
| 697 | 2026-05-15T21:14:51.451Z | Downloaded blake2 v0.10.6 |
| 698 | 2026-05-15T21:14:51.451Z | Downloaded chacha20 v0.10.0 |
| 699 | 2026-05-15T21:14:51.456Z | Downloaded indoc v1.0.9 |
| 700 | 2026-05-15T21:14:51.456Z | Downloaded illumos-nvpair v0.3.0 |
| 701 | 2026-05-15T21:14:51.456Z | Downloaded cancel-safe-futures v0.1.5 |
| 702 | 2026-05-15T21:14:51.456Z | Downloaded camino-tempfile-ext v0.3.3 |
| 703 | 2026-05-15T21:14:51.456Z | Downloaded lazy_static v1.5.0 |
| 704 | 2026-05-15T21:14:51.459Z | Downloaded ident_case v1.0.1 |
| 705 | 2026-05-15T21:14:51.459Z | Downloaded httpdate v1.0.3 |
| 706 | 2026-05-15T21:14:51.459Z | Downloaded foldhash v0.1.5 |
| 707 | 2026-05-15T21:14:51.459Z | Downloaded des v0.8.1 |
| 708 | 2026-05-15T21:14:51.459Z | Downloaded derive_builder_core v0.20.2 |
| 709 | 2026-05-15T21:14:51.462Z | Downloaded lalrpop-util v0.19.12 |
| 710 | 2026-05-15T21:14:51.462Z | Downloaded inout v0.1.4 |
| 711 | 2026-05-15T21:14:51.462Z | Downloaded http-body-util v0.1.3 |
| 712 | 2026-05-15T21:14:51.465Z | Downloaded env_logger v0.11.9 |
| 713 | 2026-05-15T21:14:51.465Z | Downloaded diff v0.1.13 |
| 714 | 2026-05-15T21:14:51.468Z | Downloaded deranged v0.5.8 |
| 715 | 2026-05-15T21:14:51.468Z | Downloaded crossbeam-epoch v0.9.18 |
| 716 | 2026-05-15T21:14:51.473Z | Downloaded kstat-rs v0.2.4 |
| 717 | 2026-05-15T21:14:51.473Z | Downloaded colored v3.1.1 |
| 718 | 2026-05-15T21:14:51.477Z | Downloaded dropshot_endpoint v0.16.7 |
| 719 | 2026-05-15T21:14:51.477Z | Downloaded derive-where v1.6.0 |
| 720 | 2026-05-15T21:14:51.482Z | Downloaded libscf-sys v1.1.0 |
| 721 | 2026-05-15T21:14:51.482Z | Downloaded derive_builder v0.20.2 |
| 722 | 2026-05-15T21:14:51.482Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-15T21:14:51.486Z | Downloaded instability v0.3.11 |
| 724 | 2026-05-15T21:14:51.486Z | Downloaded humantime v2.3.0 |
| 725 | 2026-05-15T21:14:51.486Z | Downloaded der v0.7.10 |
| 726 | 2026-05-15T21:14:51.489Z | Downloaded hyper-staticfile v0.10.1 |
| 727 | 2026-05-15T21:14:51.489Z | Downloaded internet-checksum v0.2.1 |
| 728 | 2026-05-15T21:14:51.489Z | Downloaded cookie v0.18.1 |
| 729 | 2026-05-15T21:14:51.493Z | Downloaded clang-sys v1.8.1 |
| 730 | 2026-05-15T21:14:51.493Z | Downloaded md5 v0.7.0 |
| 731 | 2026-05-15T21:14:51.497Z | Downloaded match_cfg v0.1.0 |
| 732 | 2026-05-15T21:14:51.497Z | Downloaded md-5 v0.10.6 |
| 733 | 2026-05-15T21:14:51.497Z | Downloaded lru-cache v0.1.2 |
| 734 | 2026-05-15T21:14:51.497Z | Downloaded lru v0.12.5 |
| 735 | 2026-05-15T21:14:51.497Z | Downloaded bzip2 v0.6.1 |
| 736 | 2026-05-15T21:14:51.501Z | Downloaded console v0.16.2 |
| 737 | 2026-05-15T21:14:51.502Z | Downloaded console v0.15.11 |
| 738 | 2026-05-15T21:14:51.502Z | Downloaded indoc v2.0.7 |
| 739 | 2026-05-15T21:14:51.506Z | Downloaded hmac v0.12.1 |
| 740 | 2026-05-15T21:14:51.506Z | Downloaded bit-vec v0.6.3 |
| 741 | 2026-05-15T21:14:51.506Z | Downloaded highway v1.3.0 |
| 742 | 2026-05-15T21:14:51.510Z | Downloaded keccak v0.1.6 |
| 743 | 2026-05-15T21:14:51.510Z | Downloaded ipnetwork v0.21.1 |
| 744 | 2026-05-15T21:14:51.510Z | Downloaded maybe-uninit v2.0.0 |
| 745 | 2026-05-15T21:14:51.510Z | Downloaded ipnet v2.11.0 |
| 746 | 2026-05-15T21:14:51.515Z | Downloaded linked-hash-map v0.5.6 |
| 747 | 2026-05-15T21:14:51.515Z | Downloaded derive_more v0.99.20 |
| 748 | 2026-05-15T21:14:51.515Z | Downloaded nibble_vec v0.1.0 |
| 749 | 2026-05-15T21:14:51.522Z | Downloaded fatfs v0.3.6 |
| 750 | 2026-05-15T21:14:51.522Z | Downloaded crossbeam-utils v0.8.21 |
| 751 | 2026-05-15T21:14:51.522Z | Downloaded memoffset v0.9.1 |
| 752 | 2026-05-15T21:14:51.527Z | Downloaded futures-channel v0.3.32 |
| 753 | 2026-05-15T21:14:51.527Z | Downloaded dropshot_endpoint v0.17.0 |
| 754 | 2026-05-15T21:14:51.527Z | Downloaded newtype_derive v0.1.6 |
| 755 | 2026-05-15T21:14:51.527Z | Downloaded multimap v0.10.1 |
| 756 | 2026-05-15T21:14:51.527Z | Downloaded libefi-sys v0.1.0 |
| 757 | 2026-05-15T21:14:51.527Z | Downloaded maplit v1.0.2 |
| 758 | 2026-05-15T21:14:51.531Z | Downloaded managed v0.8.0 |
| 759 | 2026-05-15T21:14:51.531Z | Downloaded lzss v0.8.2 |
| 760 | 2026-05-15T21:14:51.531Z | Downloaded newtype-uuid-macros v0.1.0 |
| 761 | 2026-05-15T21:14:51.531Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-05-15T21:14:51.531Z | Downloaded mime v0.3.17 |
| 763 | 2026-05-15T21:14:51.531Z | Downloaded getrandom v0.2.17 |
| 764 | 2026-05-15T21:14:51.535Z | Downloaded const-oid v0.9.6 |
| 765 | 2026-05-15T21:14:51.535Z | Downloaded is_ci v1.2.0 |
| 766 | 2026-05-15T21:14:51.535Z | Downloaded httparse v1.10.1 |
| 767 | 2026-05-15T21:14:51.540Z | Downloaded nonempty v0.12.0 |
| 768 | 2026-05-15T21:14:51.540Z | Downloaded new_debug_unreachable v1.0.6 |
| 769 | 2026-05-15T21:14:51.540Z | Downloaded num-conv v0.2.0 |
| 770 | 2026-05-15T21:14:51.545Z | Downloaded num v0.4.3 |
| 771 | 2026-05-15T21:14:51.545Z | Downloaded half v1.8.3 |
| 772 | 2026-05-15T21:14:51.545Z | Downloaded bytes v1.11.1 |
| 773 | 2026-05-15T21:14:51.553Z | Downloaded linear-map v1.2.0 |
| 774 | 2026-05-15T21:14:51.553Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 775 | 2026-05-15T21:14:51.553Z | Downloaded cookie_store v0.22.1 |
| 776 | 2026-05-15T21:14:51.557Z | Downloaded num_enum_derive v0.5.11 |
| 777 | 2026-05-15T21:14:51.557Z | Downloaded openssl-probe v0.2.1 |
| 778 | 2026-05-15T21:14:51.558Z | Downloaded lock_api v0.4.14 |
| 779 | 2026-05-15T21:14:51.558Z | Downloaded cipher v0.4.4 |
| 780 | 2026-05-15T21:14:51.558Z | Downloaded ciborium v0.2.2 |
| 781 | 2026-05-15T21:14:51.558Z | Downloaded derive_more v2.1.1 |
| 782 | 2026-05-15T21:14:51.561Z | Downloaded openssl-probe v0.1.6 |
| 783 | 2026-05-15T21:14:51.565Z | Downloaded ar_archive_writer v0.5.1 |
| 784 | 2026-05-15T21:14:51.565Z | Downloaded num-derive v0.4.2 |
| 785 | 2026-05-15T21:14:51.570Z | Downloaded ingot v0.1.1 |
| 786 | 2026-05-15T21:14:51.570Z | Downloaded num-derive v0.3.3 |
| 787 | 2026-05-15T21:14:51.570Z | Downloaded multer v3.1.0 |
| 788 | 2026-05-15T21:14:51.570Z | Downloaded oso-derive v0.27.3 |
| 789 | 2026-05-15T21:14:51.574Z | Downloaded opaque-debug v0.3.1 |
| 790 | 2026-05-15T21:14:51.574Z | Downloaded iana-time-zone v0.1.65 |
| 791 | 2026-05-15T21:14:51.575Z | Downloaded openssl-macros v0.1.1 |
| 792 | 2026-05-15T21:14:51.575Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-05-15T21:14:51.579Z | Downloaded is-terminal v0.4.17 |
| 794 | 2026-05-15T21:14:51.579Z | Downloaded ingot-types v0.1.2 |
| 795 | 2026-05-15T21:14:51.579Z | Downloaded bzip2 v0.4.4 |
| 796 | 2026-05-15T21:14:51.579Z | Downloaded normalize-line-endings v0.3.0 |
| 797 | 2026-05-15T21:14:51.579Z | Downloaded nodrop v0.1.14 |
| 798 | 2026-05-15T21:14:51.583Z | Downloaded hubpack v0.1.2 |
| 799 | 2026-05-15T21:14:51.583Z | Downloaded http-range v0.1.5 |
| 800 | 2026-05-15T21:14:51.583Z | Downloaded jobserver v0.1.34 |
| 801 | 2026-05-15T21:14:51.583Z | Downloaded nanorand v0.7.0 |
| 802 | 2026-05-15T21:14:51.589Z | Downloaded native-tls v0.2.18 |
| 803 | 2026-05-15T21:14:51.589Z | Downloaded lru-slab v0.1.2 |
| 804 | 2026-05-15T21:14:51.589Z | Downloaded olpc-cjson v0.1.4 |
| 805 | 2026-05-15T21:14:51.589Z | Downloaded num_threads v0.1.7 |
| 806 | 2026-05-15T21:14:51.589Z | Downloaded libsw-core v0.3.2 |
| 807 | 2026-05-15T21:14:51.593Z | Downloaded group v0.13.0 |
| 808 | 2026-05-15T21:14:51.593Z | Downloaded flume v0.11.1 |
| 809 | 2026-05-15T21:14:51.593Z | Downloaded packed_struct_codegen v0.10.1 |
| 810 | 2026-05-15T21:14:51.594Z | Downloaded libsw v3.5.0 |
| 811 | 2026-05-15T21:14:51.599Z | Downloaded libloading v0.8.9 |
| 812 | 2026-05-15T21:14:51.599Z | Downloaded flate2 v1.1.9 |
| 813 | 2026-05-15T21:14:51.604Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-05-15T21:14:51.604Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2026-05-15T21:14:51.604Z | Downloaded glob v0.3.3 |
| 816 | 2026-05-15T21:14:51.604Z | Downloaded chacha20 v0.9.1 |
| 817 | 2026-05-15T21:14:51.604Z | Downloaded buf-list v1.1.2 |
| 818 | 2026-05-15T21:14:51.610Z | Downloaded num-complex v0.4.6 |
| 819 | 2026-05-15T21:14:51.610Z | Downloaded getrandom v0.3.4 |
| 820 | 2026-05-15T21:14:51.610Z | Downloaded mime_guess v2.0.5 |
| 821 | 2026-05-15T21:14:51.614Z | Downloaded futures v0.3.32 |
| 822 | 2026-05-15T21:14:51.614Z | Downloaded phf_shared v0.13.1 |
| 823 | 2026-05-15T21:14:51.614Z | Downloaded phf_shared v0.12.1 |
| 824 | 2026-05-15T21:14:51.614Z | Downloaded bitfield v0.19.4 |
| 825 | 2026-05-15T21:14:51.618Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-05-15T21:14:51.618Z | Downloaded parse-size v1.1.0 |
| 827 | 2026-05-15T21:14:51.618Z | Downloaded num_enum_derive v0.7.5 |
| 828 | 2026-05-15T21:14:51.618Z | Downloaded half v2.7.1 |
| 829 | 2026-05-15T21:14:51.636Z | Downloaded pin-utils v0.1.0 |
| 830 | 2026-05-15T21:14:51.640Z | Downloaded compact_str v0.8.1 |
| 831 | 2026-05-15T21:14:51.643Z | Downloaded num-integer v0.1.46 |
| 832 | 2026-05-15T21:14:51.643Z | Downloaded async-compression v0.4.41 |
| 833 | 2026-05-15T21:14:51.647Z | Downloaded predicates-tree v1.0.13 |
| 834 | 2026-05-15T21:14:51.647Z | Downloaded num-iter v0.1.45 |
| 835 | 2026-05-15T21:14:51.648Z | Downloaded powerfmt v0.2.0 |
| 836 | 2026-05-15T21:14:51.651Z | Downloaded packed_struct v0.10.1 |
| 837 | 2026-05-15T21:14:51.651Z | Downloaded headers v0.4.1 |
| 838 | 2026-05-15T21:14:51.655Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-05-15T21:14:51.655Z | Downloaded parse-display v0.10.0 |
| 840 | 2026-05-15T21:14:51.655Z | Downloaded num_enum v0.7.5 |
| 841 | 2026-05-15T21:14:51.659Z | Downloaded num_enum v0.5.11 |
| 842 | 2026-05-15T21:14:51.664Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 843 | 2026-05-15T21:14:51.664Z | Downloaded pem-rfc7468 v0.7.0 |
| 844 | 2026-05-15T21:14:51.664Z | Downloaded litrs v1.0.0 |
| 845 | 2026-05-15T21:14:51.664Z | Downloaded peg v0.8.5 |
| 846 | 2026-05-15T21:14:51.671Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-05-15T21:14:51.671Z | Downloaded progenitor-macro v0.11.2 |
| 848 | 2026-05-15T21:14:51.671Z | Downloaded progenitor-client v0.10.0 |
| 849 | 2026-05-15T21:14:51.671Z | Downloaded pem v3.0.6 |
| 850 | 2026-05-15T21:14:51.676Z | Downloaded predicates-core v1.0.10 |
| 851 | 2026-05-15T21:14:51.676Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-05-15T21:14:51.676Z | Downloaded proc-macro-crate v1.3.1 |
| 853 | 2026-05-15T21:14:51.676Z | Downloaded nu-ansi-term v0.50.3 |
| 854 | 2026-05-15T21:14:51.676Z | Downloaded pbkdf2 v0.12.2 |
| 855 | 2026-05-15T21:14:51.676Z | Downloaded ignore v0.4.25 |
| 856 | 2026-05-15T21:14:51.676Z | Downloaded expectorate v1.2.0 |
| 857 | 2026-05-15T21:14:51.680Z | Downloaded parse-display-derive v0.10.0 |
| 858 | 2026-05-15T21:14:51.680Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-05-15T21:14:51.680Z | Downloaded progenitor-macro v0.13.0 |
| 860 | 2026-05-15T21:14:51.681Z | Downloaded progenitor-macro v0.10.0 |
| 861 | 2026-05-15T21:14:51.685Z | Downloaded polyval v0.6.2 |
| 862 | 2026-05-15T21:14:51.685Z | Downloaded pkg-config v0.3.32 |
| 863 | 2026-05-15T21:14:51.685Z | Downloaded phf v0.12.1 |
| 864 | 2026-05-15T21:14:51.685Z | Downloaded chacha20poly1305 v0.10.1 |
| 865 | 2026-05-15T21:14:51.689Z | Downloaded radium v0.7.0 |
| 866 | 2026-05-15T21:14:51.689Z | Downloaded omicron-zone-package v0.12.2 |
| 867 | 2026-05-15T21:14:51.689Z | Downloaded base64 v0.21.7 |
| 868 | 2026-05-15T21:14:51.692Z | Downloaded indicatif v0.18.4 |
| 869 | 2026-05-15T21:14:51.692Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-05-15T21:14:51.696Z | Downloaded password-hash v0.4.2 |
| 871 | 2026-05-15T21:14:51.696Z | Downloaded memmap2 v0.9.10 |
| 872 | 2026-05-15T21:14:51.696Z | Downloaded peg-macros v0.8.5 |
| 873 | 2026-05-15T21:14:51.699Z | Downloaded paste v1.0.15 |
| 874 | 2026-05-15T21:14:51.699Z | Downloaded ppv-lite86 v0.2.21 |
| 875 | 2026-05-15T21:14:51.699Z | Downloaded postgres-protocol v0.6.10 |
| 876 | 2026-05-15T21:14:51.704Z | Downloaded oxnet v0.1.4 |
| 877 | 2026-05-15T21:14:51.704Z | Downloaded globset v0.4.18 |
| 878 | 2026-05-15T21:14:51.707Z | Downloaded phf_shared v0.11.3 |
| 879 | 2026-05-15T21:14:51.707Z | Downloaded crc-any v2.5.0 |
| 880 | 2026-05-15T21:14:51.707Z | Downloaded parking_lot_core v0.8.6 |
| 881 | 2026-05-15T21:14:51.707Z | Downloaded oxide-tokio-rt v0.1.4 |
| 882 | 2026-05-15T21:14:51.710Z | Downloaded owo-colors v4.3.0 |
| 883 | 2026-05-15T21:14:51.710Z | Downloaded phf v0.13.1 |
| 884 | 2026-05-15T21:14:51.711Z | Downloaded pin-project-internal v1.1.11 |
| 885 | 2026-05-15T21:14:51.714Z | Downloaded bumpalo v3.20.2 |
| 886 | 2026-05-15T21:14:51.714Z | Downloaded rand_chacha v0.3.1 |
| 887 | 2026-05-15T21:14:51.717Z | Downloaded progenitor-macro v0.14.0 |
| 888 | 2026-05-15T21:14:51.717Z | Downloaded ed25519-dalek v2.2.0 |
| 889 | 2026-05-15T21:14:51.717Z | Downloaded progenitor-client v0.14.0 |
| 890 | 2026-05-15T21:14:51.719Z | Downloaded proc-macro-error2 v2.0.1 |
| 891 | 2026-05-15T21:14:51.719Z | Downloaded cc v1.2.56 |
| 892 | 2026-05-15T21:14:51.726Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-05-15T21:14:51.726Z | Downloaded progenitor-client v0.13.0 |
| 894 | 2026-05-15T21:14:51.731Z | Downloaded progenitor-client v0.11.2 |
| 895 | 2026-05-15T21:14:51.731Z | Downloaded parking_lot_core v0.9.12 |
| 896 | 2026-05-15T21:14:51.731Z | Downloaded ref-cast-impl v1.0.25 |
| 897 | 2026-05-15T21:14:51.731Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-05-15T21:14:51.731Z | Downloaded pin-project-lite v0.2.17 |
| 899 | 2026-05-15T21:14:51.734Z | Downloaded crossterm v0.29.0 |
| 900 | 2026-05-15T21:14:51.737Z | Downloaded heapless v0.8.0 |
| 901 | 2026-05-15T21:14:51.737Z | Downloaded recursive v0.1.1 |
| 902 | 2026-05-15T21:14:51.740Z | Downloaded pkcs8 v0.10.2 |
| 903 | 2026-05-15T21:14:51.740Z | Downloaded psm v0.1.30 |
| 904 | 2026-05-15T21:14:51.745Z | Downloaded num-rational v0.4.2 |
| 905 | 2026-05-15T21:14:51.746Z | Downloaded aho-corasick v1.1.4 |
| 906 | 2026-05-15T21:14:51.750Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-15T21:14:51.750Z | Downloaded newtype-uuid v1.3.2 |
| 908 | 2026-05-15T21:14:51.750Z | Downloaded ingot-macros v0.1.1 |
| 909 | 2026-05-15T21:14:51.750Z | Downloaded postcard v1.1.3 |
| 910 | 2026-05-15T21:14:51.753Z | Downloaded progenitor v0.10.0 |
| 911 | 2026-05-15T21:14:51.753Z | Downloaded heapless v0.7.17 |
| 912 | 2026-05-15T21:14:51.753Z | Downloaded primeorder v0.13.6 |
| 913 | 2026-05-15T21:14:51.758Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-05-15T21:14:51.758Z | Downloaded hickory-resolver v0.25.2 |
| 915 | 2026-05-15T21:14:51.762Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-05-15T21:14:51.762Z | Downloaded diesel_derives v2.3.7 |
| 917 | 2026-05-15T21:14:51.766Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-05-15T21:14:51.766Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 919 | 2026-05-15T21:14:51.766Z | Downloaded predicates v3.1.4 |
| 920 | 2026-05-15T21:14:51.769Z | Downloaded parking_lot v0.12.5 |
| 921 | 2026-05-15T21:14:51.769Z | Downloaded rustc_version v0.1.7 |
| 922 | 2026-05-15T21:14:51.769Z | Downloaded parking_lot v0.11.2 |
| 923 | 2026-05-15T21:14:51.774Z | Downloaded progenitor v0.11.2 |
| 924 | 2026-05-15T21:14:51.774Z | Downloaded rustc-hash v2.1.1 |
| 925 | 2026-05-15T21:14:51.774Z | Downloaded indexmap v1.9.3 |
| 926 | 2026-05-15T21:14:51.780Z | Downloaded base64 v0.22.1 |
| 927 | 2026-05-15T21:14:51.780Z | Downloaded rustc_version v0.4.1 |
| 928 | 2026-05-15T21:14:51.784Z | Downloaded rand_core v0.10.0 |
| 929 | 2026-05-15T21:14:51.784Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-05-15T21:14:51.784Z | Downloaded progenitor-extras v0.2.0 |
| 931 | 2026-05-15T21:14:51.785Z | Downloaded password-hash v0.5.0 |
| 932 | 2026-05-15T21:14:51.785Z | Downloaded dropshot-api-manager v0.7.1 |
| 933 | 2026-05-15T21:14:51.789Z | Downloaded progenitor v0.13.0 |
| 934 | 2026-05-15T21:14:51.789Z | Downloaded salsa20 v0.10.2 |
| 935 | 2026-05-15T21:14:51.789Z | Downloaded hickory-resolver v0.24.4 |
| 936 | 2026-05-15T21:14:51.794Z | Downloaded scheduled-thread-pool v0.2.7 |
| 937 | 2026-05-15T21:14:51.794Z | Downloaded const_format v0.2.35 |
| 938 | 2026-05-15T21:14:51.798Z | Downloaded hyper-util v0.1.20 |
| 939 | 2026-05-15T21:14:51.804Z | Downloaded rtoolbox v0.0.3 |
| 940 | 2026-05-15T21:14:51.804Z | Downloaded pin-project v1.1.11 |
| 941 | 2026-05-15T21:14:51.814Z | Downloaded scrypt v0.11.0 |
| 942 | 2026-05-15T21:14:51.819Z | Downloaded scroll_derive v0.13.1 |
| 943 | 2026-05-15T21:14:51.819Z | Downloaded same-file v1.0.6 |
| 944 | 2026-05-15T21:14:51.819Z | Downloaded pkcs5 v0.7.1 |
| 945 | 2026-05-15T21:14:51.819Z | Downloaded sapling-renderdag v0.1.0 |
| 946 | 2026-05-15T21:14:51.826Z | Downloaded resolv-conf v0.7.6 |
| 947 | 2026-05-15T21:14:51.826Z | Downloaded rand_core v0.9.5 |
| 948 | 2026-05-15T21:14:51.826Z | Downloaded rand_core v0.6.4 |
| 949 | 2026-05-15T21:14:51.826Z | Downloaded p256 v0.13.2 |
| 950 | 2026-05-15T21:14:51.834Z | Downloaded scopeguard v1.2.0 |
| 951 | 2026-05-15T21:14:51.834Z | Downloaded serde_bytes v0.11.19 |
| 952 | 2026-05-15T21:14:51.834Z | Downloaded openssl-sys v0.9.115 |
| 953 | 2026-05-15T21:14:51.834Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-15T21:14:51.841Z | Downloaded r2d2 v0.8.10 |
| 955 | 2026-05-15T21:14:51.841Z | Downloaded serde_urlencoded v0.7.1 |
| 956 | 2026-05-15T21:14:51.846Z | Downloaded serde_spanned v1.0.4 |
| 957 | 2026-05-15T21:14:51.846Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-05-15T21:14:51.846Z | Downloaded postgres-types v0.2.12 |
| 959 | 2026-05-15T21:14:51.846Z | Downloaded shell-words v1.1.1 |
| 960 | 2026-05-15T21:14:51.850Z | Downloaded rand_seeder v0.4.0 |
| 961 | 2026-05-15T21:14:51.850Z | Downloaded progenitor-impl v0.11.2 |
| 962 | 2026-05-15T21:14:51.855Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-05-15T21:14:51.855Z | Downloaded serde-big-array v0.5.1 |
| 964 | 2026-05-15T21:14:51.855Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-05-15T21:14:51.855Z | Downloaded secrecy v0.8.0 |
| 966 | 2026-05-15T21:14:51.860Z | Downloaded rustversion v1.0.22 |
| 967 | 2026-05-15T21:14:51.860Z | Downloaded signal-hook-mio v0.2.5 |
| 968 | 2026-05-15T21:14:51.860Z | Downloaded rustls-native-certs v0.8.3 |
| 969 | 2026-05-15T21:14:51.865Z | Downloaded rusty-fork v0.3.1 |
| 970 | 2026-05-15T21:14:51.875Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-05-15T21:14:51.878Z | Downloaded seq-macro v0.3.6 |
| 972 | 2026-05-15T21:14:51.878Z | Downloaded serde_plain v1.0.2 |
| 973 | 2026-05-15T21:14:51.904Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-05-15T21:14:51.904Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-05-15T21:14:51.904Z | Downloaded siphasher v1.0.2 |
| 976 | 2026-05-15T21:14:51.904Z | Downloaded signature v2.2.0 |
| 977 | 2026-05-15T21:14:51.904Z | Downloaded sigpipe v0.1.3 |
| 978 | 2026-05-15T21:14:51.909Z | Downloaded quinn-udp v0.5.14 |
| 979 | 2026-05-15T21:14:51.909Z | Downloaded jiff-static v0.2.21 |
| 980 | 2026-05-15T21:14:51.909Z | Downloaded scroll v0.13.0 |
| 981 | 2026-05-15T21:14:51.909Z | Downloaded schemars_derive v0.8.22 |
| 982 | 2026-05-15T21:14:51.909Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-05-15T21:14:51.912Z | Downloaded itertools v0.10.5 |
| 984 | 2026-05-15T21:14:51.916Z | Downloaded sqlparser_derive v0.5.0 |
| 985 | 2026-05-15T21:14:51.924Z | Downloaded russh-keys v0.45.0 |
| 986 | 2026-05-15T21:14:51.924Z | Downloaded oso v0.27.3 |
| 987 | 2026-05-15T21:14:51.927Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-05-15T21:14:51.927Z | Downloaded ssh-cipher v0.2.0 |
| 989 | 2026-05-15T21:14:51.936Z | Downloaded signal-hook-tokio v0.3.1 |
| 990 | 2026-05-15T21:14:51.939Z | Downloaded semver v0.1.20 |
| 991 | 2026-05-15T21:14:51.939Z | Downloaded progenitor v0.14.0 |
| 992 | 2026-05-15T21:14:51.939Z | Downloaded rustls-pemfile v1.0.4 |
| 993 | 2026-05-15T21:14:51.942Z | Downloaded structmeta-derive v0.3.0 |
| 994 | 2026-05-15T21:14:51.942Z | Downloaded structmeta v0.3.0 |
| 995 | 2026-05-15T21:14:51.945Z | Downloaded strum v0.27.2 |
| 996 | 2026-05-15T21:14:51.946Z | Downloaded num-bigint v0.4.6 |
| 997 | 2026-05-15T21:14:51.950Z | Downloaded serde_path_to_error v0.1.20 |
| 998 | 2026-05-15T21:14:51.950Z | Downloaded papergrid v0.17.0 |
| 999 | 2026-05-15T21:14:51.954Z | Downloaded minimal-lexical v0.2.1 |
| 1000 | 2026-05-15T21:14:51.957Z | Downloaded ssh-encoding v0.2.0 |
| 1001 | 2026-05-15T21:14:51.957Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-15T21:14:51.960Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1003 | 2026-05-15T21:14:51.963Z | Downloaded strum v0.26.3 |
| 1004 | 2026-05-15T21:14:51.963Z | Downloaded signal-hook-registry v1.4.8 |
| 1005 | 2026-05-15T21:14:51.966Z | Downloaded sct v0.7.1 |
| 1006 | 2026-05-15T21:14:51.966Z | Downloaded progenitor-impl v0.14.0 |
| 1007 | 2026-05-15T21:14:51.969Z | Downloaded progenitor-impl v0.13.0 |
| 1008 | 2026-05-15T21:14:51.969Z | Downloaded slog-dtrace v0.3.0 |
| 1009 | 2026-05-15T21:14:51.975Z | Downloaded smf v0.2.3 |
| 1010 | 2026-05-15T21:14:51.975Z | Downloaded slog-stdlog v4.1.1 |
| 1011 | 2026-05-15T21:14:51.975Z | Downloaded aes v0.8.4 |
| 1012 | 2026-05-15T21:14:51.984Z | Downloaded hashbrown v0.16.1 |
| 1013 | 2026-05-15T21:14:51.984Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-15T21:14:51.984Z | Downloaded simd-adler32 v0.3.8 |
| 1015 | 2026-05-15T21:14:51.990Z | Downloaded slog-json v2.6.1 |
| 1016 | 2026-05-15T21:14:51.990Z | Downloaded hashbrown v0.13.2 |
| 1017 | 2026-05-15T21:14:51.990Z | Downloaded mio v1.2.0 |
| 1018 | 2026-05-15T21:14:51.990Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-05-15T21:14:51.993Z | Downloaded supports-color v3.0.2 |
| 1020 | 2026-05-15T21:14:51.993Z | Downloaded smallvec v0.6.14 |
| 1021 | 2026-05-15T21:14:51.993Z | Downloaded tap v1.0.1 |
| 1022 | 2026-05-15T21:14:51.993Z | Downloaded tabwriter v1.4.1 |
| 1023 | 2026-05-15T21:14:51.993Z | Downloaded tabled_derive v0.11.0 |
| 1024 | 2026-05-15T21:14:51.993Z | Downloaded serde-hex v0.1.0 |
| 1025 | 2026-05-15T21:14:51.998Z | Downloaded slog-term v2.9.2 |
| 1026 | 2026-05-15T21:14:51.998Z | Downloaded spki v0.7.3 |
| 1027 | 2026-05-15T21:14:52.001Z | Downloaded termtree v0.5.1 |
| 1028 | 2026-05-15T21:14:52.001Z | Downloaded serde_cbor v0.11.2 |
| 1029 | 2026-05-15T21:14:52.001Z | Downloaded snafu-derive v0.8.9 |
| 1030 | 2026-05-15T21:14:52.001Z | Downloaded slog-async v2.8.0 |
| 1031 | 2026-05-15T21:14:52.006Z | Downloaded slab v0.4.12 |
| 1032 | 2026-05-15T21:14:52.006Z | Downloaded serde_with_macros v3.17.0 |
| 1033 | 2026-05-15T21:14:52.010Z | Downloaded tagptr v0.2.0 |
| 1034 | 2026-05-15T21:14:52.010Z | Downloaded sync_wrapper v1.0.2 |
| 1035 | 2026-05-15T21:14:52.010Z | Downloaded take_mut v0.2.2 |
| 1036 | 2026-05-15T21:14:52.014Z | Downloaded stacker v0.1.23 |
| 1037 | 2026-05-15T21:14:52.014Z | Downloaded prettyplease v0.2.37 |
| 1038 | 2026-05-15T21:14:52.018Z | Downloaded static_assertions v1.1.0 |
| 1039 | 2026-05-15T21:14:52.019Z | Downloaded sqlformat v0.3.5 |
| 1040 | 2026-05-15T21:14:52.019Z | Downloaded pretty_assertions v1.4.1 |
| 1041 | 2026-05-15T21:14:52.023Z | Downloaded prefix-trie v0.7.0 |
| 1042 | 2026-05-15T21:14:52.023Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1043 | 2026-05-15T21:14:52.023Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-05-15T21:14:52.028Z | Downloaded http v1.4.0 |
| 1045 | 2026-05-15T21:14:52.029Z | Downloaded thread-id v5.1.0 |
| 1046 | 2026-05-15T21:14:52.029Z | Downloaded strum_macros v0.24.3 |
| 1047 | 2026-05-15T21:14:52.032Z | Downloaded string_cache v0.8.9 |
| 1048 | 2026-05-15T21:14:52.032Z | Downloaded rcgen v0.12.1 |
| 1049 | 2026-05-15T21:14:52.032Z | Downloaded hickory-server v0.25.2 |
| 1050 | 2026-05-15T21:14:52.036Z | Downloaded ryu v1.0.23 |
| 1051 | 2026-05-15T21:14:52.036Z | Downloaded libxml v0.3.3 |
| 1052 | 2026-05-15T21:14:52.041Z | Downloaded schemars v0.8.22 |
| 1053 | 2026-05-15T21:14:52.047Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-05-15T21:14:52.052Z | Downloaded ron v0.8.1 |
| 1055 | 2026-05-15T21:14:52.052Z | Downloaded time-core v0.1.8 |
| 1056 | 2026-05-15T21:14:52.055Z | Downloaded strum_macros v0.26.4 |
| 1057 | 2026-05-15T21:14:52.055Z | Downloaded subtle v2.6.1 |
| 1058 | 2026-05-15T21:14:52.055Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1059 | 2026-05-15T21:14:52.059Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-05-15T21:14:52.059Z | Downloaded tokio-macros v2.7.0 |
| 1061 | 2026-05-15T21:14:52.062Z | Downloaded strum_macros v0.27.2 |
| 1062 | 2026-05-15T21:14:52.062Z | Downloaded aes-gcm v0.10.3 |
| 1063 | 2026-05-15T21:14:52.065Z | Downloaded spin v0.9.8 |
| 1064 | 2026-05-15T21:14:52.065Z | Downloaded rustls-pki-types v1.14.0 |
| 1065 | 2026-05-15T21:14:52.070Z | Downloaded itertools v0.13.0 |
| 1066 | 2026-05-15T21:14:52.077Z | Downloaded shlex v1.3.0 |
| 1067 | 2026-05-15T21:14:52.077Z | Downloaded progenitor-impl v0.10.0 |
| 1068 | 2026-05-15T21:14:52.080Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1069 | 2026-05-15T21:14:52.089Z | Downloaded nom v7.1.3 |
| 1070 | 2026-05-15T21:14:52.095Z | Downloaded signal-hook v0.3.18 |
| 1071 | 2026-05-15T21:14:52.098Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-05-15T21:14:52.098Z | Downloaded try-lock v0.2.5 |
| 1073 | 2026-05-15T21:14:52.098Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-05-15T21:14:52.098Z | Downloaded tower-layer v0.3.3 |
| 1075 | 2026-05-15T21:14:52.098Z | Downloaded slog v2.8.2 |
| 1076 | 2026-05-15T21:14:52.103Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-05-15T21:14:52.103Z | Downloaded rayon-core v1.13.0 |
| 1078 | 2026-05-15T21:14:52.107Z | Downloaded thread_local v1.1.9 |
| 1079 | 2026-05-15T21:14:52.110Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-15T21:14:52.110Z | Downloaded similar v2.7.0 |
| 1081 | 2026-05-15T21:14:52.113Z | Downloaded typify-macro v0.6.2 |
| 1082 | 2026-05-15T21:14:52.113Z | Downloaded typify-macro v0.4.3 |
| 1083 | 2026-05-15T21:14:52.117Z | Downloaded tokio-dtrace v0.1.1 |
| 1084 | 2026-05-15T21:14:52.120Z | Downloaded hyper v1.8.1 |
| 1085 | 2026-05-15T21:14:52.123Z | Downloaded time-macros v0.2.27 |
| 1086 | 2026-05-15T21:14:52.123Z | Downloaded unicode-truncate v1.1.0 |
| 1087 | 2026-05-15T21:14:52.126Z | Downloaded usdt-attr-macro v0.6.0 |
| 1088 | 2026-05-15T21:14:52.126Z | Downloaded tiny-keccak v2.0.2 |
| 1089 | 2026-05-15T21:14:52.126Z | Downloaded tokio-rustls v0.25.0 |
| 1090 | 2026-05-15T21:14:52.129Z | Downloaded socket2 v0.6.3 |
| 1091 | 2026-05-15T21:14:52.129Z | Downloaded socket2 v0.5.10 |
| 1092 | 2026-05-15T21:14:52.132Z | Downloaded rand v0.9.2 |
| 1093 | 2026-05-15T21:14:52.142Z | Downloaded tokio-tungstenite v0.23.1 |
| 1094 | 2026-05-15T21:14:52.145Z | Downloaded unarray v0.1.4 |
| 1095 | 2026-05-15T21:14:52.145Z | Downloaded topological-sort v0.2.2 |
| 1096 | 2026-05-15T21:14:52.149Z | Downloaded untrusted v0.7.1 |
| 1097 | 2026-05-15T21:14:52.149Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1098 | 2026-05-15T21:14:52.149Z | Downloaded universal-hash v0.5.1 |
| 1099 | 2026-05-15T21:14:52.153Z | Downloaded hashbrown v0.15.5 |
| 1100 | 2026-05-15T21:14:52.158Z | Downloaded schemars v0.9.0 |
| 1101 | 2026-05-15T21:14:52.161Z | Downloaded termios v0.3.3 |
| 1102 | 2026-05-15T21:14:52.163Z | Downloaded rustls-webpki v0.103.9 |
| 1103 | 2026-05-15T21:14:52.166Z | Downloaded wait-timeout v0.2.1 |
| 1104 | 2026-05-15T21:14:52.166Z | Downloaded usdt-macro v0.6.0 |
| 1105 | 2026-05-15T21:14:52.166Z | Downloaded usdt v0.6.0 |
| 1106 | 2026-05-15T21:14:52.166Z | Downloaded untrusted v0.9.0 |
| 1107 | 2026-05-15T21:14:52.172Z | Downloaded unit-prefix v0.5.2 |
| 1108 | 2026-05-15T21:14:52.172Z | Downloaded void v1.0.2 |
| 1109 | 2026-05-15T21:14:52.172Z | Downloaded utf-8 v0.7.6 |
| 1110 | 2026-05-15T21:14:52.172Z | Downloaded quinn v0.11.9 |
| 1111 | 2026-05-15T21:14:52.176Z | Downloaded qorb v0.4.1 |
| 1112 | 2026-05-15T21:14:52.176Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1113 | 2026-05-15T21:14:52.176Z | Downloaded term v1.2.1 |
| 1114 | 2026-05-15T21:14:52.180Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-05-15T21:14:52.180Z | Downloaded samael v0.0.19 |
| 1116 | 2026-05-15T21:14:52.184Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-05-15T21:14:52.184Z | Downloaded num-bigint-dig v0.8.6 |
| 1118 | 2026-05-15T21:14:52.193Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-05-15T21:14:52.196Z | Downloaded rand v0.10.0 |
| 1120 | 2026-05-15T21:14:52.201Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-05-15T21:14:52.201Z | Downloaded tokio-native-tls v0.3.1 |
| 1122 | 2026-05-15T21:14:52.204Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-05-15T21:14:52.204Z | Downloaded xattr v1.6.1 |
| 1124 | 2026-05-15T21:14:52.204Z | Downloaded tokio-tungstenite v0.21.0 |
| 1125 | 2026-05-15T21:14:52.204Z | Downloaded tui-tree-widget v0.23.1 |
| 1126 | 2026-05-15T21:14:52.205Z | Downloaded tokio-rustls v0.26.4 |
| 1127 | 2026-05-15T21:14:52.208Z | Downloaded iddqd v0.3.18 |
| 1128 | 2026-05-15T21:14:52.211Z | Downloaded p521 v0.13.3 |
| 1129 | 2026-05-15T21:14:52.214Z | Downloaded subprocess v0.2.15 |
| 1130 | 2026-05-15T21:14:52.214Z | Downloaded tokio-stream v0.1.18 |
| 1131 | 2026-05-15T21:14:52.217Z | Downloaded uzers v0.12.2 |
| 1132 | 2026-05-15T21:14:52.223Z | Downloaded zone v0.3.1 |
| 1133 | 2026-05-15T21:14:52.223Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1134 | 2026-05-15T21:14:52.223Z | Downloaded tls_codec_derive v0.4.2 |
| 1135 | 2026-05-15T21:14:52.227Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-05-15T21:14:52.227Z | Downloaded libm v0.2.16 |
| 1137 | 2026-05-15T21:14:52.231Z | Downloaded vergen-git2 v1.0.7 |
| 1138 | 2026-05-15T21:14:52.231Z | Downloaded term v0.7.0 |
| 1139 | 2026-05-15T21:14:52.235Z | Downloaded want v0.3.1 |
| 1140 | 2026-05-15T21:14:52.235Z | Downloaded itertools v0.14.0 |
| 1141 | 2026-05-15T21:14:52.238Z | Downloaded whoami v2.1.0 |
| 1142 | 2026-05-15T21:14:52.239Z | Downloaded tokio-rustls v0.24.1 |
| 1143 | 2026-05-15T21:14:52.241Z | Downloaded wyz v0.5.1 |
| 1144 | 2026-05-15T21:14:52.244Z | Downloaded zeroize_derive v1.4.3 |
| 1145 | 2026-05-15T21:14:52.247Z | Downloaded twox-hash v2.1.2 |
| 1146 | 2026-05-15T21:14:52.250Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-05-15T21:14:52.251Z | Downloaded rand v0.8.6 |
| 1148 | 2026-05-15T21:14:52.254Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-05-15T21:14:52.257Z | Downloaded unicode-properties v0.1.4 |
| 1150 | 2026-05-15T21:14:52.257Z | Downloaded iri-string v0.7.10 |
| 1151 | 2026-05-15T21:14:52.261Z | Downloaded schemars v1.2.1 |
| 1152 | 2026-05-15T21:14:52.269Z | Downloaded vergen v9.0.6 |
| 1153 | 2026-05-15T21:14:52.272Z | Downloaded tar v0.4.45 |
| 1154 | 2026-05-15T21:14:52.272Z | Downloaded russh v0.45.0 |
| 1155 | 2026-05-15T21:14:52.275Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-05-15T21:14:52.278Z | Downloaded publicsuffix v2.3.0 |
| 1157 | 2026-05-15T21:14:52.282Z | Downloaded vergen-lib v0.1.6 |
| 1158 | 2026-05-15T21:14:52.282Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-05-15T21:14:52.286Z | Downloaded walkdir v2.5.0 |
| 1160 | 2026-05-15T21:14:52.286Z | Downloaded tracing-attributes v0.1.31 |
| 1161 | 2026-05-15T21:14:52.291Z | Downloaded zstd-safe v7.2.4 |
| 1162 | 2026-05-15T21:14:52.291Z | Downloaded tinyvec v1.10.0 |
| 1163 | 2026-05-15T21:14:52.294Z | Downloaded futures-util v0.3.32 |
| 1164 | 2026-05-15T21:14:52.298Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-15T21:14:52.301Z | Downloaded typify v0.6.2 |
| 1166 | 2026-05-15T21:14:52.304Z | Downloaded rustyline v14.0.0 |
| 1167 | 2026-05-15T21:14:52.309Z | Downloaded unicode-bidi v0.3.18 |
| 1168 | 2026-05-15T21:14:52.309Z | Downloaded whoami v1.6.1 |
| 1169 | 2026-05-15T21:14:52.309Z | Downloaded rsa v0.9.10 |
| 1170 | 2026-05-15T21:14:52.314Z | Downloaded uuid v1.23.0 |
| 1171 | 2026-05-15T21:14:52.318Z | Downloaded zerocopy v0.6.6 |
| 1172 | 2026-05-15T21:14:52.318Z | Downloaded h2 v0.4.13 |
| 1173 | 2026-05-15T21:14:52.322Z | Downloaded tungstenite v0.23.0 |
| 1174 | 2026-05-15T21:14:52.322Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-15T21:14:52.322Z | Downloaded itertools v0.12.1 |
| 1176 | 2026-05-15T21:14:52.326Z | Downloaded zeroize v1.8.2 |
| 1177 | 2026-05-15T21:14:52.329Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1178 | 2026-05-15T21:14:52.329Z | Downloaded toml v0.7.8 |
| 1179 | 2026-05-15T21:14:52.341Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-05-15T21:14:52.344Z | Downloaded tracing-core v0.1.36 |
| 1181 | 2026-05-15T21:14:52.349Z | Downloaded vsss-rs v3.3.4 |
| 1182 | 2026-05-15T21:14:52.354Z | Downloaded hkdf v0.12.4 |
| 1183 | 2026-05-15T21:14:52.354Z | Downloaded blake3 v1.8.3 |
| 1184 | 2026-05-15T21:14:52.357Z | Downloaded steno v0.4.1 |
| 1185 | 2026-05-15T21:14:52.362Z | Downloaded typify v0.4.3 |
| 1186 | 2026-05-15T21:14:52.365Z | Downloaded tungstenite v0.21.0 |
| 1187 | 2026-05-15T21:14:52.374Z | Downloaded unsafe-libyaml v0.2.11 |
| 1188 | 2026-05-15T21:14:52.387Z | Downloaded curve25519-dalek v4.1.3 |
| 1189 | 2026-05-15T21:14:52.390Z | Downloaded ssh-key v0.6.7 |
| 1190 | 2026-05-15T21:14:52.395Z | Downloaded vte v0.14.1 |
| 1191 | 2026-05-15T21:14:52.398Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1192 | 2026-05-15T21:14:52.410Z | Downloaded regex v1.12.3 |
| 1193 | 2026-05-15T21:14:52.415Z | Downloaded tokio-postgres v0.7.16 |
| 1194 | 2026-05-15T21:14:52.419Z | Downloaded zip v0.6.6 |
| 1195 | 2026-05-15T21:14:52.422Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-05-15T21:14:52.425Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-05-15T21:14:52.428Z | Downloaded lalrpop v0.19.12 |
| 1198 | 2026-05-15T21:14:52.442Z | Downloaded goblin v0.10.5 |
| 1199 | 2026-05-15T21:14:52.447Z | Downloaded reedline v0.40.0 |
| 1200 | 2026-05-15T21:14:52.449Z | Downloaded rpassword v7.4.0 |
| 1201 | 2026-05-15T21:14:52.452Z | Downloaded aws-lc-rs v1.16.3 |
| 1202 | 2026-05-15T21:14:52.463Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-05-15T21:14:52.476Z | Downloaded tower v0.5.3 |
| 1204 | 2026-05-15T21:14:52.481Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-05-15T21:14:52.488Z | Downloaded x509-cert v0.2.5 |
| 1206 | 2026-05-15T21:14:52.491Z | Downloaded unicode-segmentation v1.12.0 |
| 1207 | 2026-05-15T21:14:52.494Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-05-15T21:14:52.499Z | Downloaded reqwest v0.13.2 |
| 1209 | 2026-05-15T21:14:52.503Z | Downloaded yansi v1.0.1 |
| 1210 | 2026-05-15T21:14:52.507Z | Downloaded git2 v0.20.4 |
| 1211 | 2026-05-15T21:14:52.530Z | Downloaded zerocopy-derive v0.8.40 |
| 1212 | 2026-05-15T21:14:52.531Z | Downloaded salty v0.3.0 |
| 1213 | 2026-05-15T21:14:52.531Z | Downloaded rayon v1.11.0 |
| 1214 | 2026-05-15T21:14:52.531Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-05-15T21:14:52.531Z | Downloaded unicode-normalization v0.1.25 |
| 1216 | 2026-05-15T21:14:52.535Z | Downloaded typed-path v0.9.3 |
| 1217 | 2026-05-15T21:14:52.536Z | Downloaded chrono v0.4.44 |
| 1218 | 2026-05-15T21:14:52.541Z | Downloaded reqwest v0.12.28 |
| 1219 | 2026-05-15T21:14:52.541Z | Downloaded portable-atomic v1.13.1 |
| 1220 | 2026-05-15T21:14:52.544Z | Downloaded zip v4.6.1 |
| 1221 | 2026-05-15T21:14:52.547Z | Downloaded quick-xml v0.37.5 |
| 1222 | 2026-05-15T21:14:52.550Z | Downloaded rustls-webpki v0.102.8 |
| 1223 | 2026-05-15T21:14:52.559Z | Downloaded tough v0.22.0 |
| 1224 | 2026-05-15T21:14:52.564Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-05-15T21:14:52.572Z | Downloaded petname v2.0.2 |
| 1226 | 2026-05-15T21:14:52.578Z | Downloaded moka v0.12.13 |
| 1227 | 2026-05-15T21:14:52.581Z | Downloaded tower-http v0.6.8 |
| 1228 | 2026-05-15T21:14:52.584Z | Downloaded bitvec v1.0.1 |
| 1229 | 2026-05-15T21:14:52.593Z | Downloaded tokio-util v0.7.18 |
| 1230 | 2026-05-15T21:14:52.598Z | Downloaded serde_with v3.17.0 |
| 1231 | 2026-05-15T21:14:52.605Z | Downloaded radix_trie v0.2.1 |
| 1232 | 2026-05-15T21:14:52.608Z | Downloaded polar-core v0.27.3 |
| 1233 | 2026-05-15T21:14:52.614Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-05-15T21:14:52.618Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-15T21:14:52.624Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-15T21:14:52.630Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-05-15T21:14:52.632Z | Downloaded object v0.30.4 |
| 1238 | 2026-05-15T21:14:52.638Z | Downloaded nix v0.27.1 |
| 1239 | 2026-05-15T21:14:52.649Z | Downloaded nix v0.28.0 |
| 1240 | 2026-05-15T21:14:52.670Z | Downloaded dropshot v0.16.7 |
| 1241 | 2026-05-15T21:14:52.696Z | Downloaded dropshot v0.17.0 |
| 1242 | 2026-05-15T21:14:52.710Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-15T21:14:52.717Z | Downloaded time v0.3.47 |
| 1244 | 2026-05-15T21:14:52.723Z | Downloaded zlib-rs v0.6.2 |
| 1245 | 2026-05-15T21:14:52.726Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-05-15T21:14:52.736Z | Downloaded rustls v0.21.12 |
| 1247 | 2026-05-15T21:14:52.743Z | Downloaded vcpkg v0.2.15 |
| 1248 | 2026-05-15T21:14:52.765Z | Downloaded smoltcp v0.9.1 |
| 1249 | 2026-05-15T21:14:52.771Z | Downloaded openapiv3 v2.2.0 |
| 1250 | 2026-05-15T21:14:52.778Z | Downloaded zerocopy v0.8.40 |
| 1251 | 2026-05-15T21:14:52.785Z | Downloaded webpki-roots v1.0.6 |
| 1252 | 2026-05-15T21:14:52.788Z | Downloaded rustls v0.22.4 |
| 1253 | 2026-05-15T21:14:52.793Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-05-15T21:14:52.798Z | Downloaded diesel v2.3.7 |
| 1255 | 2026-05-15T21:14:52.810Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-05-15T21:14:52.817Z | Downloaded hickory-proto v0.24.4 |
| 1257 | 2026-05-15T21:14:52.826Z | Downloaded rustix v0.38.44 |
| 1258 | 2026-05-15T21:14:52.839Z | Downloaded regress v0.11.1 |
| 1259 | 2026-05-15T21:14:52.843Z | Downloaded regress v0.10.5 |
| 1260 | 2026-05-15T21:14:52.849Z | Downloaded rustls v0.23.37 |
| 1261 | 2026-05-15T21:14:52.855Z | Downloaded hickory-proto v0.25.2 |
| 1262 | 2026-05-15T21:14:52.863Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-05-15T21:14:52.867Z | Downloaded object v0.37.3 |
| 1264 | 2026-05-15T21:14:52.874Z | Downloaded bstr v1.12.1 |
| 1265 | 2026-05-15T21:14:52.879Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-05-15T21:14:52.885Z | Downloaded nix v0.29.0 |
| 1267 | 2026-05-15T21:14:52.891Z | Downloaded nix v0.31.2 |
| 1268 | 2026-05-15T21:14:52.903Z | Downloaded sled v0.34.7 |
| 1269 | 2026-05-15T21:14:52.938Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-15T21:14:52.947Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-05-15T21:14:52.959Z | Downloaded typify-impl v0.4.3 |
| 1272 | 2026-05-15T21:14:52.968Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-05-15T21:14:52.974Z | Downloaded tracing v0.1.44 |
| 1274 | 2026-05-15T21:14:52.986Z | Downloaded regex-automata v0.4.14 |
| 1275 | 2026-05-15T21:14:52.996Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1276 | 2026-05-15T21:14:53.002Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-05-15T21:14:53.013Z | Downloaded csv v1.4.0 |
| 1278 | 2026-05-15T21:14:53.030Z | Downloaded petgraph v0.8.3 |
| 1279 | 2026-05-15T21:14:53.043Z | Downloaded chrono-tz v0.10.4 |
| 1280 | 2026-05-15T21:14:53.053Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-05-15T21:14:53.064Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-05-15T21:14:53.077Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-05-15T21:14:53.108Z | Downloaded sha3 v0.10.8 |
| 1284 | 2026-05-15T21:14:53.125Z | Downloaded tokio v1.52.1 |
| 1285 | 2026-05-15T21:14:53.146Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-15T21:14:53.188Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-15T21:14:53.306Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-15T21:14:53.867Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-15T21:14:54.110Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-15T21:14:54.113Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-15T21:14:54.113Z | Compiling log v0.4.29 |
| 1292 | 2026-05-15T21:14:54.113Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-15T21:14:54.113Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-15T21:14:54.113Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-15T21:14:54.113Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-15T21:14:54.113Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-15T21:14:54.267Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-15T21:14:54.279Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-15T21:14:54.282Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-15T21:14:54.354Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-15T21:14:54.380Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-15T21:14:54.383Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-15T21:14:54.383Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-15T21:14:54.407Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-15T21:14:54.445Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-15T21:14:54.461Z | Compiling parking_lot_core v0.9.12 |
| 1307 | 2026-05-15T21:14:54.476Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-15T21:14:54.490Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-15T21:14:54.541Z | Compiling critical-section v1.2.0 |
| 1310 | 2026-05-15T21:14:54.556Z | Compiling libm v0.2.16 |
| 1311 | 2026-05-15T21:14:54.580Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-15T21:14:54.662Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-15T21:14:54.692Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-15T21:14:54.721Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-15T21:14:54.735Z | Compiling futures-task v0.3.32 |
| 1316 | 2026-05-15T21:14:54.791Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-15T21:14:54.807Z | Compiling futures-channel v0.3.32 |
| 1318 | 2026-05-15T21:14:54.820Z | Compiling slab v0.4.12 |
| 1319 | 2026-05-15T21:14:54.837Z | Compiling cpufeatures v0.2.17 |
| 1320 | 2026-05-15T21:14:54.910Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-15T21:14:54.925Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-15T21:14:54.928Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-15T21:14:54.966Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-15T21:14:54.980Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-15T21:14:55.034Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-15T21:14:55.048Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-15T21:14:55.067Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-15T21:14:55.107Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-15T21:14:55.118Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-15T21:14:55.163Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-15T21:14:55.180Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-15T21:14:55.231Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-15T21:14:55.257Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-15T21:14:55.272Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-15T21:14:55.348Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-15T21:14:55.361Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-15T21:14:55.406Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-15T21:14:55.449Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-15T21:14:55.488Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-05-15T21:14:55.550Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-05-15T21:14:55.611Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-05-15T21:14:55.637Z | Compiling rustix v1.1.3 |
| 1343 | 2026-05-15T21:14:55.656Z | Compiling iana-time-zone v0.1.65 |
| 1344 | 2026-05-15T21:14:55.670Z | Compiling flagset v0.4.7 |
| 1345 | 2026-05-15T21:14:55.698Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-15T21:14:55.801Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-15T21:14:55.815Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-15T21:14:55.815Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-15T21:14:55.856Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-15T21:14:55.873Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-15T21:14:55.889Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-05-15T21:14:55.938Z | Compiling httparse v1.10.1 |
| 1353 | 2026-05-15T21:14:56.039Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-15T21:14:56.083Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-05-15T21:14:56.121Z | Compiling untrusted v0.9.0 |
| 1356 | 2026-05-15T21:14:56.135Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-05-15T21:14:56.167Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-15T21:14:56.208Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-15T21:14:56.222Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-15T21:14:56.225Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-15T21:14:56.261Z | Compiling dyn-clone v1.0.20 |
| 1362 | 2026-05-15T21:14:56.328Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-05-15T21:14:56.357Z | Compiling try-lock v0.2.5 |
| 1364 | 2026-05-15T21:14:56.397Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-05-15T21:14:56.413Z | Compiling rustls v0.23.37 |
| 1366 | 2026-05-15T21:14:56.428Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2026-05-15T21:14:56.446Z | Compiling want v0.3.1 |
| 1368 | 2026-05-15T21:14:56.475Z | Compiling openssl v0.10.79 |
| 1369 | 2026-05-15T21:14:56.505Z | Compiling pin-utils v0.1.0 |
| 1370 | 2026-05-15T21:14:56.520Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2026-05-15T21:14:56.523Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-15T21:14:56.547Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-15T21:14:56.568Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-15T21:14:56.581Z | Compiling powerfmt v0.2.0 |
| 1375 | 2026-05-15T21:14:56.597Z | Compiling native-tls v0.2.18 |
| 1376 | 2026-05-15T21:14:56.613Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-05-15T21:14:56.627Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-15T21:14:56.639Z | Compiling num-conv v0.2.0 |
| 1379 | 2026-05-15T21:14:56.643Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-15T21:14:56.695Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-15T21:14:56.752Z | Compiling deranged v0.5.8 |
| 1382 | 2026-05-15T21:14:56.783Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-15T21:14:56.796Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-05-15T21:14:56.799Z | Compiling time-macros v0.2.27 |
| 1385 | 2026-05-15T21:14:56.825Z | Compiling siphasher v1.0.2 |
| 1386 | 2026-05-15T21:14:56.825Z | Compiling quick-error v1.2.3 |
| 1387 | 2026-05-15T21:14:56.830Z | Compiling crossbeam-utils v0.8.21 |
| 1388 | 2026-05-15T21:14:56.865Z | Compiling simd-adler32 v0.3.8 |
| 1389 | 2026-05-15T21:14:56.906Z | Compiling bit-vec v0.8.0 |
| 1390 | 2026-05-15T21:14:56.922Z | Compiling unicode-segmentation v1.12.0 |
| 1391 | 2026-05-15T21:14:56.972Z | Compiling usdt-impl v0.6.0 |
| 1392 | 2026-05-15T21:14:56.987Z | Compiling syn v1.0.109 |
| 1393 | 2026-05-15T21:14:57.033Z | Compiling rand_xorshift v0.4.0 |
| 1394 | 2026-05-15T21:14:57.059Z | Compiling heapless v0.7.17 |
| 1395 | 2026-05-15T21:14:57.094Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-05-15T21:14:57.125Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-15T21:14:57.155Z | Compiling openssl-sys v0.9.115 |
| 1398 | 2026-05-15T21:14:57.169Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-05-15T21:14:57.201Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1400 | 2026-05-15T21:14:57.216Z | Compiling tempfile v3.25.0 |
| 1401 | 2026-05-15T21:14:57.320Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-05-15T21:14:57.364Z | Compiling serde_derive_internals v0.29.1 |
| 1403 | 2026-05-15T21:14:57.379Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-05-15T21:14:57.394Z | Compiling darling_core v0.20.11 |
| 1405 | 2026-05-15T21:14:57.545Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-15T21:14:57.663Z | Compiling darling_core v0.21.3 |
| 1407 | 2026-05-15T21:14:57.702Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1408 | 2026-05-15T21:14:57.799Z | Compiling bit-set v0.8.0 |
| 1409 | 2026-05-15T21:14:57.880Z | Compiling slog v2.8.2 |
| 1410 | 2026-05-15T21:14:57.940Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-15T21:14:57.955Z | Compiling time v0.3.47 |
| 1412 | 2026-05-15T21:14:57.970Z | Compiling cookie v0.18.1 |
| 1413 | 2026-05-15T21:14:57.995Z | Compiling unarray v0.1.4 |
| 1414 | 2026-05-15T21:14:58.040Z | Compiling zstd-safe v7.2.4 |
| 1415 | 2026-05-15T21:14:58.057Z | Compiling signal-hook v0.3.18 |
| 1416 | 2026-05-15T21:14:58.082Z | Compiling paste v1.0.15 |
| 1417 | 2026-05-15T21:14:58.097Z | Compiling ryu v1.0.23 |
| 1418 | 2026-05-15T21:14:58.118Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-05-15T21:14:58.171Z | Compiling unicode-properties v0.1.4 |
| 1420 | 2026-05-15T21:14:58.295Z | Compiling anyhow v1.0.102 |
| 1421 | 2026-05-15T21:14:58.298Z | Compiling unicode-bidi v0.3.18 |
| 1422 | 2026-05-15T21:14:58.324Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-05-15T21:14:58.327Z | Compiling iri-string v0.7.10 |
| 1424 | 2026-05-15T21:14:58.369Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-15T21:14:58.674Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-15T21:14:58.859Z | Compiling heck v0.4.1 |
| 1427 | 2026-05-15T21:14:58.876Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-15T21:14:59.016Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-05-15T21:14:59.065Z | Compiling serde_derive v1.0.228 |
| 1430 | 2026-05-15T21:14:59.097Z | Compiling zeroize_derive v1.4.3 |
| 1431 | 2026-05-15T21:14:59.144Z | Compiling zerofrom-derive v0.1.6 |
| 1432 | 2026-05-15T21:14:59.215Z | Compiling yoke-derive v0.8.1 |
| 1433 | 2026-05-15T21:14:59.243Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-05-15T21:14:59.257Z | Compiling zerocopy-derive v0.8.40 |
| 1435 | 2026-05-15T21:14:59.374Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-05-15T21:14:59.619Z | Compiling tokio-macros v2.7.0 |
| 1437 | 2026-05-15T21:14:59.780Z | Compiling futures-macro v0.3.32 |
| 1438 | 2026-05-15T21:14:59.795Z | Compiling zeroize v1.8.2 |
| 1439 | 2026-05-15T21:14:59.879Z | Compiling der_derive v0.7.3 |
| 1440 | 2026-05-15T21:15:00.156Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-05-15T21:15:00.269Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-05-15T21:15:00.381Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-05-15T21:15:00.405Z | Compiling pest_derive v2.8.6 |
| 1444 | 2026-05-15T21:15:00.424Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-05-15T21:15:00.594Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-05-15T21:15:00.616Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-05-15T21:15:00.643Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-05-15T21:15:00.646Z | Compiling futures-util v0.3.32 |
| 1449 | 2026-05-15T21:15:00.757Z | Compiling yoke v0.8.1 |
| 1450 | 2026-05-15T21:15:00.770Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-15T21:15:00.837Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-15T21:15:00.893Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-05-15T21:15:00.909Z | Compiling inout v0.1.4 |
| 1454 | 2026-05-15T21:15:00.948Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-15T21:15:00.962Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-05-15T21:15:01.096Z | Compiling hmac v0.12.1 |
| 1457 | 2026-05-15T21:15:01.109Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-05-15T21:15:01.265Z | Compiling cipher v0.4.4 |
| 1459 | 2026-05-15T21:15:01.280Z | Compiling der v0.7.10 |
| 1460 | 2026-05-15T21:15:01.390Z | Compiling pbkdf2 v0.12.2 |
| 1461 | 2026-05-15T21:15:01.464Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-05-15T21:15:01.522Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-05-15T21:15:01.543Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-05-15T21:15:01.633Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-05-15T21:15:01.693Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-05-15T21:15:01.708Z | Compiling scrypt v0.11.0 |
| 1467 | 2026-05-15T21:15:01.724Z | Compiling tracing v0.1.44 |
| 1468 | 2026-05-15T21:15:01.741Z | Compiling aes v0.8.4 |
| 1469 | 2026-05-15T21:15:01.743Z | Compiling cbc v0.1.2 |
| 1470 | 2026-05-15T21:15:01.773Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-05-15T21:15:01.895Z | Compiling scroll v0.13.0 |
| 1472 | 2026-05-15T21:15:01.921Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-15T21:15:01.986Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-05-15T21:15:02.016Z | Compiling rustls-native-certs v0.8.3 |
| 1475 | 2026-05-15T21:15:02.185Z | Compiling spki v0.7.3 |
| 1476 | 2026-05-15T21:15:02.198Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-15T21:15:02.324Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-15T21:15:02.418Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-05-15T21:15:02.432Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-15T21:15:02.460Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-05-15T21:15:02.502Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-05-15T21:15:02.518Z | Compiling bytes v1.11.1 |
| 1483 | 2026-05-15T21:15:02.533Z | Compiling chrono v0.4.44 |
| 1484 | 2026-05-15T21:15:02.550Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-05-15T21:15:02.606Z | Compiling icu_properties v2.1.2 |
| 1486 | 2026-05-15T21:15:02.645Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-15T21:15:02.817Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-05-15T21:15:02.930Z | Compiling signature v2.2.0 |
| 1489 | 2026-05-15T21:15:02.954Z | Compiling webpki-roots v1.0.6 |
| 1490 | 2026-05-15T21:15:03.079Z | Compiling tokio v1.52.1 |
| 1491 | 2026-05-15T21:15:03.093Z | Compiling http v1.4.0 |
| 1492 | 2026-05-15T21:15:03.132Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-05-15T21:15:03.148Z | Compiling scroll_derive v0.12.1 |
| 1494 | 2026-05-15T21:15:03.151Z | Compiling erased-serde v0.3.31 |
| 1495 | 2026-05-15T21:15:03.214Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-05-15T21:15:03.235Z | Compiling serde_tokenstream v0.2.3 |
| 1497 | 2026-05-15T21:15:03.402Z | Compiling derive_builder_macro v0.20.2 |
| 1498 | 2026-05-15T21:15:03.499Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-15T21:15:03.568Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-05-15T21:15:03.664Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-05-15T21:15:03.700Z | Compiling idna v1.1.0 |
| 1502 | 2026-05-15T21:15:03.726Z | Compiling serde_urlencoded v0.7.1 |
| 1503 | 2026-05-15T21:15:03.785Z | Compiling http-body v1.0.1 |
| 1504 | 2026-05-15T21:15:03.815Z | Compiling md-5 v0.10.6 |
| 1505 | 2026-05-15T21:15:03.885Z | Compiling scroll v0.12.0 |
| 1506 | 2026-05-15T21:15:03.906Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-05-15T21:15:03.955Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-05-15T21:15:04.001Z | Compiling url v2.5.8 |
| 1509 | 2026-05-15T21:15:04.004Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-15T21:15:04.017Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-05-15T21:15:04.030Z | Compiling bstr v1.12.1 |
| 1512 | 2026-05-15T21:15:04.078Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-05-15T21:15:04.171Z | Compiling rand v0.9.2 |
| 1514 | 2026-05-15T21:15:04.266Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-05-15T21:15:04.281Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-15T21:15:04.377Z | Compiling vergen-lib v0.1.6 |
| 1517 | 2026-05-15T21:15:04.412Z | Compiling ff v0.13.1 |
| 1518 | 2026-05-15T21:15:04.472Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-05-15T21:15:04.580Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-15T21:15:04.595Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-15T21:15:04.686Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-05-15T21:15:04.715Z | Compiling psl-types v2.0.11 |
| 1523 | 2026-05-15T21:15:04.809Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-15T21:15:04.836Z | Compiling ref-cast v1.0.25 |
| 1525 | 2026-05-15T21:15:04.858Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-05-15T21:15:04.871Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-05-15T21:15:04.964Z | Compiling dof v0.4.0 |
| 1528 | 2026-05-15T21:15:04.982Z | Compiling rustix v0.38.44 |
| 1529 | 2026-05-15T21:15:05.003Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2026-05-15T21:15:05.070Z | Compiling litrs v1.0.0 |
| 1531 | 2026-05-15T21:15:05.127Z | Compiling smoltcp v0.9.1 |
| 1532 | 2026-05-15T21:15:05.163Z | Compiling base16ct v0.2.0 |
| 1533 | 2026-05-15T21:15:05.330Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-15T21:15:05.344Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-15T21:15:05.361Z | Compiling postgres-protocol v0.6.10 |
| 1536 | 2026-05-15T21:15:05.432Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-15T21:15:05.551Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-05-15T21:15:05.555Z | Compiling nix v0.31.2 |
| 1539 | 2026-05-15T21:15:05.578Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-15T21:15:05.608Z | Compiling document-features v0.2.12 |
| 1541 | 2026-05-15T21:15:05.644Z | Compiling oxnet v0.1.4 |
| 1542 | 2026-05-15T21:15:05.803Z | Compiling group v0.13.0 |
| 1543 | 2026-05-15T21:15:05.861Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-15T21:15:05.901Z | Compiling rand v0.8.6 |
| 1545 | 2026-05-15T21:15:05.946Z | Compiling goblin v0.8.2 |
| 1546 | 2026-05-15T21:15:05.961Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-05-15T21:15:05.995Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-15T21:15:06.060Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-15T21:15:06.107Z | Compiling cargo-platform v0.1.9 |
| 1550 | 2026-05-15T21:15:06.121Z | Compiling hubpack_derive v0.1.1 |
| 1551 | 2026-05-15T21:15:06.174Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-15T21:15:06.214Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-15T21:15:06.253Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-15T21:15:06.358Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-05-15T21:15:06.372Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-05-15T21:15:06.387Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-05-15T21:15:06.391Z | Compiling strum_macros v0.27.2 |
| 1558 | 2026-05-15T21:15:06.431Z | Compiling daft-derive v0.1.5 |
| 1559 | 2026-05-15T21:15:06.497Z | Compiling ref-cast-impl v1.0.25 |
| 1560 | 2026-05-15T21:15:06.740Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-05-15T21:15:06.892Z | Compiling tokio-util v0.7.18 |
| 1562 | 2026-05-15T21:15:06.907Z | Compiling tower v0.5.3 |
| 1563 | 2026-05-15T21:15:06.923Z | Compiling tokio-native-tls v0.3.1 |
| 1564 | 2026-05-15T21:15:07.025Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-05-15T21:15:07.075Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-05-15T21:15:07.088Z | Compiling vergen v9.0.6 |
| 1567 | 2026-05-15T21:15:07.121Z | Compiling newtype-uuid v1.3.2 |
| 1568 | 2026-05-15T21:15:07.136Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-05-15T21:15:07.183Z | Compiling ahash v0.8.12 |
| 1570 | 2026-05-15T21:15:07.191Z | Compiling encoding_rs v0.8.35 |
| 1571 | 2026-05-15T21:15:07.284Z | Compiling foldhash v0.2.0 |
| 1572 | 2026-05-15T21:15:07.299Z | Compiling libbz2-rs-sys v0.2.2 |
| 1573 | 2026-05-15T21:15:07.349Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-05-15T21:15:07.396Z | Compiling mime v0.3.17 |
| 1575 | 2026-05-15T21:15:07.412Z | Compiling foldhash v0.1.5 |
| 1576 | 2026-05-15T21:15:07.483Z | Compiling object v0.37.3 |
| 1577 | 2026-05-15T21:15:07.520Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-05-15T21:15:07.601Z | Compiling h2 v0.4.13 |
| 1579 | 2026-05-15T21:15:07.677Z | Compiling winnow v0.5.40 |
| 1580 | 2026-05-15T21:15:07.769Z | Compiling managed v0.8.0 |
| 1581 | 2026-05-15T21:15:07.784Z | Compiling same-file v1.0.6 |
| 1582 | 2026-05-15T21:15:07.917Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-05-15T21:15:07.960Z | Compiling bitflags v1.3.2 |
| 1584 | 2026-05-15T21:15:07.975Z | Compiling walkdir v2.5.0 |
| 1585 | 2026-05-15T21:15:08.007Z | Compiling bzip2 v0.6.1 |
| 1586 | 2026-05-15T21:15:08.007Z | Compiling hashbrown v0.15.5 |
| 1587 | 2026-05-15T21:15:08.062Z | Compiling hashbrown v0.16.1 |
| 1588 | 2026-05-15T21:15:08.202Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-15T21:15:08.291Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-05-15T21:15:08.349Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-15T21:15:08.423Z | Compiling strum v0.27.2 |
| 1592 | 2026-05-15T21:15:08.426Z | Compiling daft v0.1.5 |
| 1593 | 2026-05-15T21:15:08.506Z | Compiling clap_builder v4.5.60 |
| 1594 | 2026-05-15T21:15:08.593Z | Compiling phf v0.13.1 |
| 1595 | 2026-05-15T21:15:08.717Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-15T21:15:08.769Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-05-15T21:15:08.880Z | Compiling cookie_store v0.22.1 |
| 1598 | 2026-05-15T21:15:08.902Z | Compiling cargo_metadata v0.19.2 |
| 1599 | 2026-05-15T21:15:08.919Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-05-15T21:15:08.938Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-15T21:15:08.968Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-05-15T21:15:08.982Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-05-15T21:15:09.151Z | Compiling toml_edit v0.19.15 |
| 1604 | 2026-05-15T21:15:09.165Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-15T21:15:09.188Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-15T21:15:09.205Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-15T21:15:09.237Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-15T21:15:09.513Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-15T21:15:09.528Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-15T21:15:09.565Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-15T21:15:09.763Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-05-15T21:15:09.781Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-15T21:15:09.826Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-05-15T21:15:09.946Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-05-15T21:15:10.046Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-15T21:15:10.130Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-15T21:15:10.193Z | Compiling serde_repr v0.1.20 |
| 1618 | 2026-05-15T21:15:10.209Z | Compiling enum-as-inner v0.6.1 |
| 1619 | 2026-05-15T21:15:10.249Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-15T21:15:10.283Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-05-15T21:15:10.298Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-15T21:15:10.360Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-15T21:15:10.500Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-15T21:15:10.516Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-15T21:15:10.516Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-15T21:15:10.545Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-15T21:15:10.632Z | Compiling hyper v1.8.1 |
| 1628 | 2026-05-15T21:15:10.749Z | Compiling keccak v0.1.6 |
| 1629 | 2026-05-15T21:15:10.765Z | Compiling new_debug_unreachable v1.0.6 |
| 1630 | 2026-05-15T21:15:10.780Z | Compiling static_assertions v1.1.0 |
| 1631 | 2026-05-15T21:15:10.820Z | Compiling fixedbitset v0.4.2 |
| 1632 | 2026-05-15T21:15:10.852Z | Compiling difflib v0.4.0 |
| 1633 | 2026-05-15T21:15:10.865Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-05-15T21:15:10.882Z | Compiling either v1.15.0 |
| 1635 | 2026-05-15T21:15:10.887Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-15T21:15:11.057Z | Compiling typed-path v0.9.3 |
| 1637 | 2026-05-15T21:15:11.090Z | Compiling whoami v2.1.0 |
| 1638 | 2026-05-15T21:15:11.104Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-05-15T21:15:11.189Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-05-15T21:15:11.207Z | Compiling jiff v0.2.21 |
| 1641 | 2026-05-15T21:15:11.298Z | Compiling rustc-hash v2.1.1 |
| 1642 | 2026-05-15T21:15:11.433Z | Compiling data-encoding v2.10.0 |
| 1643 | 2026-05-15T21:15:11.447Z | Compiling toml_edit v0.22.27 |
| 1644 | 2026-05-15T21:15:11.479Z | Compiling iddqd v0.3.18 |
| 1645 | 2026-05-15T21:15:11.581Z | Compiling tokio-postgres v0.7.16 |
| 1646 | 2026-05-15T21:15:11.596Z | Compiling predicates v3.1.4 |
| 1647 | 2026-05-15T21:15:11.625Z | Compiling string_cache v0.8.9 |
| 1648 | 2026-05-15T21:15:11.776Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-05-15T21:15:11.858Z | Compiling hickory-proto v0.25.2 |
| 1650 | 2026-05-15T21:15:11.873Z | Compiling itertools v0.13.0 |
| 1651 | 2026-05-15T21:15:12.071Z | Compiling clap v4.5.60 |
| 1652 | 2026-05-15T21:15:12.086Z | Compiling strum v0.26.3 |
| 1653 | 2026-05-15T21:15:12.142Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-05-15T21:15:12.168Z | Compiling petgraph v0.6.5 |
| 1655 | 2026-05-15T21:15:12.222Z | Compiling sha3 v0.10.8 |
| 1656 | 2026-05-15T21:15:12.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1657 | 2026-05-15T21:15:12.266Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-15T21:15:12.297Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-15T21:15:12.585Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-15T21:15:12.645Z | Compiling toml v0.7.8 |
| 1661 | 2026-05-15T21:15:12.677Z | Compiling serde_with v3.17.0 |
| 1662 | 2026-05-15T21:15:12.698Z | Compiling crossterm v0.28.1 |
| 1663 | 2026-05-15T21:15:13.137Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-05-15T21:15:13.193Z | Compiling ecdsa v0.16.9 |
| 1665 | 2026-05-15T21:15:13.257Z | Compiling rsa v0.9.10 |
| 1666 | 2026-05-15T21:15:13.564Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-15T21:15:13.705Z | Compiling zip v0.6.6 |
| 1668 | 2026-05-15T21:15:13.852Z | Compiling zip v4.6.1 |
| 1669 | 2026-05-15T21:15:14.236Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-05-15T21:15:14.275Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-15T21:15:14.308Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-15T21:15:14.323Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-15T21:15:14.325Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1674 | 2026-05-15T21:15:14.352Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-15T21:15:14.472Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-15T21:15:14.615Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-15T21:15:14.667Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-15T21:15:14.771Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-15T21:15:14.855Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-05-15T21:15:14.869Z | Compiling peg-runtime v0.8.5 |
| 1681 | 2026-05-15T21:15:14.905Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-15T21:15:15.012Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-15T21:15:15.060Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-15T21:15:15.076Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-15T21:15:15.099Z | Compiling filetime v0.2.27 |
| 1686 | 2026-05-15T21:15:15.141Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-15T21:15:15.179Z | Compiling term v1.2.1 |
| 1688 | 2026-05-15T21:15:15.197Z | Compiling take_mut v0.2.2 |
| 1689 | 2026-05-15T21:15:15.301Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-15T21:15:15.451Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-15T21:15:33.071Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-15T21:15:35.861Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-15T21:15:35.861Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-15T21:15:36.080Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-15T21:15:36.246Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-15T21:15:36.246Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-15T21:15:37.477Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-15T21:15:39.976Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-15T21:15:40.206Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-15T21:15:43.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.39s |
| 1701 | 2026-05-15T21:15:43.161Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-15T21:15:43.217Z | May 15 21:15:42.261 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-15T21:15:43.217Z | May 15 21:15:42.262 INFO Starting download, target: Cockroach |
| 1704 | 2026-05-15T21:15:43.217Z | May 15 21:15:42.262 INFO Starting download, target: MaghemiteMgd |
| 1705 | 2026-05-15T21:15:43.217Z | May 15 21:15:42.262 INFO Starting download, target: Console |
| 1706 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Starting download, target: DendriteStub |
| 1707 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1710 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-05-15T21:15:43.220Z | May 15 21:15:42.262 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-05-15T21:15:43.825Z | May 15 21:15:42.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-15T21:15:44.049Z | May 15 21:15:43.094 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-05-15T21:15:44.358Z | May 15 21:15:43.398 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-05-15T21:15:44.589Z | May 15 21:15:43.634 INFO Download complete, target: Console |
| 1718 | 2026-05-15T21:15:44.780Z | May 15 21:15:43.814 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-15T21:15:45.308Z | May 15 21:15:44.352 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-15T21:15:45.430Z | May 15 21:15:44.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1721 | 2026-05-15T21:15:45.678Z | May 15 21:15:44.723 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-05-15T21:15:45.678Z | May 15 21:15:44.723 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-05-15T21:15:47.102Z | May 15 21:15:46.137 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-15T21:15:47.703Z | May 15 21:15:46.748 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-15T21:15:50.430Z | May 15 21:15:49.475 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-15T21:15:50.586Z | May 15 21:15:49.631 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-15T21:15:52.161Z | May 15 21:15:51.203 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-15T21:15:52.243Z | May 15 21:15:51.288 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-15T21:15:52.248Z | All prerequisites installed successfully |
| 1730 | 2026-05-15T21:15:52.251Z | |
| 1731 | 2026-05-15T21:15:52.251Z | real 2:01.180142837 |
| 1732 | 2026-05-15T21:15:52.251Z | user 6:54.204942594 |
| 1733 | 2026-05-15T21:15:52.251Z | sys 1:40.553620344 |
| 1734 | 2026-05-15T21:15:52.251Z | trap 0.257696127 |
| 1735 | 2026-05-15T21:15:52.251Z | tflt 1.874125292 |
| 1736 | 2026-05-15T21:15:52.251Z | dflt 2.624231721 |
| 1737 | 2026-05-15T21:15:52.251Z | kflt 0.038417295 |
| 1738 | 2026-05-15T21:15:52.251Z | lock 22:45.665451795 |
| 1739 | 2026-05-15T21:15:52.251Z | slp 19:00.439792328 |
| 1740 | 2026-05-15T21:15:52.251Z | lat 23.979261413 |
| 1741 | 2026-05-15T21:15:52.251Z | stop 2:48.649054949 |
| 1742 | 2026-05-15T21:15:52.251Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-15T21:15:52.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1744 | 2026-05-15T21:15:52.795Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-15T21:15:53.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1746 | 2026-05-15T21:15:53.620Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-15T21:15:53.660Z | May 15 21:15:52.704 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-15T21:15:53.663Z | May 15 21:15:52.705 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-15T21:15:54.204Z | May 15 21:15:53.246 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-15T21:15:54.209Z | |
| 1751 | 2026-05-15T21:15:54.209Z | real 1.949776755 |
| 1752 | 2026-05-15T21:15:54.209Z | user 1.328503868 |
| 1753 | 2026-05-15T21:15:54.209Z | sys 0.647246162 |
| 1754 | 2026-05-15T21:15:54.209Z | trap 0.000660580 |
| 1755 | 2026-05-15T21:15:54.209Z | tflt 0.000202290 |
| 1756 | 2026-05-15T21:15:54.209Z | dflt 0.000048400 |
| 1757 | 2026-05-15T21:15:54.209Z | kflt 0.000000000 |
| 1758 | 2026-05-15T21:15:54.209Z | lock 9.903380131 |
| 1759 | 2026-05-15T21:15:54.209Z | slp 0.407448899 |
| 1760 | 2026-05-15T21:15:54.209Z | lat 0.083440848 |
| 1761 | 2026-05-15T21:15:54.209Z | stop 0.000164630 |
| 1762 | 2026-05-15T21:15:54.209Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-15T21:15:54.210Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-15T21:15:54.210Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-15T21:15:55.097Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-15T21:15:55.097Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-15T21:15:55.097Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-15T21:15:55.097Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-15T21:15:55.100Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-15T21:15:55.100Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-15T21:15:55.100Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-15T21:15:55.100Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-15T21:15:55.100Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-15T21:15:55.100Z | Compiling find-msvc-tools v0.1.9 |
| 1775 | 2026-05-15T21:15:55.242Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-15T21:15:55.269Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-15T21:15:55.272Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-15T21:15:55.272Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-15T21:15:55.272Z | Compiling memchr v2.8.0 |
| 1780 | 2026-05-15T21:15:55.407Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-15T21:15:55.422Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-15T21:15:55.527Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-15T21:15:55.558Z | Compiling generic-array v0.14.7 |
| 1784 | 2026-05-15T21:15:55.572Z | Compiling parking_lot_core v0.9.12 |
| 1785 | 2026-05-15T21:15:55.600Z | Compiling smallvec v1.15.1 |
| 1786 | 2026-05-15T21:15:55.625Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-15T21:15:55.816Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-15T21:15:55.833Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-05-15T21:15:55.853Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-15T21:15:55.857Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-15T21:15:55.897Z | Compiling log v0.4.29 |
| 1792 | 2026-05-15T21:15:55.900Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-15T21:15:55.930Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-15T21:15:55.977Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-15T21:15:56.147Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-15T21:15:56.180Z | Compiling percent-encoding v2.3.2 |
| 1797 | 2026-05-15T21:15:56.185Z | Compiling writeable v0.6.2 |
| 1798 | 2026-05-15T21:15:56.244Z | Compiling jobserver v0.1.34 |
| 1799 | 2026-05-15T21:15:56.244Z | Compiling getrandom v0.2.17 |
| 1800 | 2026-05-15T21:15:56.274Z | Compiling errno v0.3.14 |
| 1801 | 2026-05-15T21:15:56.353Z | Compiling lock_api v0.4.14 |
| 1802 | 2026-05-15T21:15:56.424Z | Compiling rand_core v0.6.4 |
| 1803 | 2026-05-15T21:15:56.441Z | Compiling litemap v0.8.1 |
| 1804 | 2026-05-15T21:15:56.462Z | Compiling cc v1.2.56 |
| 1805 | 2026-05-15T21:15:56.588Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-15T21:15:56.609Z | Compiling pin-project-lite v0.2.17 |
| 1807 | 2026-05-15T21:15:56.660Z | Compiling fnv v1.0.7 |
| 1808 | 2026-05-15T21:15:56.704Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-15T21:15:56.752Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-15T21:15:56.770Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-05-15T21:15:56.770Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-15T21:15:56.792Z | Compiling dunce v1.0.5 |
| 1813 | 2026-05-15T21:15:56.848Z | Compiling utf8_iter v1.0.4 |
| 1814 | 2026-05-15T21:15:56.888Z | Compiling rustversion v1.0.22 |
| 1815 | 2026-05-15T21:15:56.908Z | Compiling schemars v0.8.22 |
| 1816 | 2026-05-15T21:15:56.911Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-05-15T21:15:57.023Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-15T21:15:57.107Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-05-15T21:15:57.143Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-05-15T21:15:57.167Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-15T21:15:57.227Z | Compiling cmake v0.1.57 |
| 1822 | 2026-05-15T21:15:57.245Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-05-15T21:15:57.324Z | Compiling socket2 v0.6.3 |
| 1824 | 2026-05-15T21:15:57.356Z | Compiling parking_lot v0.12.5 |
| 1825 | 2026-05-15T21:15:57.549Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-05-15T21:15:57.578Z | Compiling mio v1.2.0 |
| 1827 | 2026-05-15T21:15:57.715Z | Compiling bitflags v2.11.0 |
| 1828 | 2026-05-15T21:15:57.795Z | Compiling semver v1.0.28 |
| 1829 | 2026-05-15T21:15:57.874Z | Compiling indexmap v2.14.0 |
| 1830 | 2026-05-15T21:15:57.947Z | Compiling const-oid v0.9.6 |
| 1831 | 2026-05-15T21:15:57.948Z | Compiling ring v0.17.14 |
| 1832 | 2026-05-15T21:15:57.948Z | Compiling aws-lc-sys v0.40.0 |
| 1833 | 2026-05-15T21:15:58.078Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-15T21:15:58.108Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-15T21:15:58.173Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-15T21:15:58.237Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-05-15T21:15:58.250Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-15T21:15:58.287Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-15T21:15:58.375Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-15T21:15:58.496Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-05-15T21:15:58.521Z | Compiling ucd-trie v0.1.7 |
| 1842 | 2026-05-15T21:15:58.614Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-15T21:15:58.640Z | Compiling heck v0.5.0 |
| 1844 | 2026-05-15T21:15:58.641Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-15T21:15:58.641Z | Compiling syn v1.0.109 |
| 1846 | 2026-05-15T21:15:58.641Z | Compiling uuid v1.23.0 |
| 1847 | 2026-05-15T21:15:58.726Z | Compiling pest v2.8.6 |
| 1848 | 2026-05-15T21:15:58.744Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-05-15T21:15:58.808Z | Compiling rustls v0.23.37 |
| 1850 | 2026-05-15T21:15:58.832Z | Compiling openssl-sys v0.9.115 |
| 1851 | 2026-05-15T21:15:59.029Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-15T21:15:59.096Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-15T21:15:59.104Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-05-15T21:15:59.115Z | Compiling futures-channel v0.3.32 |
| 1855 | 2026-05-15T21:15:59.255Z | Compiling slab v0.4.12 |
| 1856 | 2026-05-15T21:15:59.280Z | Compiling futures-task v0.3.32 |
| 1857 | 2026-05-15T21:15:59.362Z | Compiling aho-corasick v1.1.4 |
| 1858 | 2026-05-15T21:15:59.396Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-05-15T21:15:59.411Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-05-15T21:15:59.486Z | Compiling dyn-clone v1.0.20 |
| 1861 | 2026-05-15T21:15:59.670Z | Compiling base64 v0.22.1 |
| 1862 | 2026-05-15T21:15:59.678Z | Compiling plain v0.2.3 |
| 1863 | 2026-05-15T21:15:59.704Z | Compiling openssl v0.10.79 |
| 1864 | 2026-05-15T21:15:59.810Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-15T21:15:59.810Z | Compiling crc32fast v1.5.0 |
| 1866 | 2026-05-15T21:15:59.849Z | Compiling num-conv v0.2.0 |
| 1867 | 2026-05-15T21:15:59.934Z | Compiling crossbeam-utils v0.8.21 |
| 1868 | 2026-05-15T21:16:00.013Z | Compiling time-core v0.1.8 |
| 1869 | 2026-05-15T21:16:00.117Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-05-15T21:16:00.153Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-05-15T21:16:00.185Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-05-15T21:16:00.202Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-05-15T21:16:00.230Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-05-15T21:16:00.262Z | Compiling base64ct v1.8.3 |
| 1875 | 2026-05-15T21:16:00.277Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-15T21:16:00.379Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1877 | 2026-05-15T21:16:00.395Z | Compiling pest_generator v2.8.6 |
| 1878 | 2026-05-15T21:16:00.431Z | Compiling tracing-core v0.1.36 |
| 1879 | 2026-05-15T21:16:00.540Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-05-15T21:16:00.649Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-15T21:16:00.737Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-15T21:16:00.759Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-15T21:16:00.792Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-15T21:16:00.808Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-15T21:16:00.823Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-15T21:16:01.026Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-15T21:16:01.070Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-15T21:16:01.144Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-15T21:16:01.348Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-15T21:16:01.603Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-15T21:16:01.742Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-15T21:16:01.763Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-15T21:16:01.851Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-15T21:16:01.873Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-15T21:16:02.017Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-15T21:16:02.064Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-15T21:16:02.190Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-15T21:16:02.233Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-15T21:16:02.284Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-15T21:16:02.480Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-15T21:16:02.692Z | Compiling thiserror-impl v1.0.69 |
| 1902 | 2026-05-15T21:16:02.790Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-15T21:16:02.819Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-15T21:16:02.824Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-05-15T21:16:02.869Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-05-15T21:16:02.946Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-05-15T21:16:02.969Z | Compiling icu_locale_core v2.1.1 |
| 1908 | 2026-05-15T21:16:03.038Z | Compiling hmac v0.12.1 |
| 1909 | 2026-05-15T21:16:03.344Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-15T21:16:03.507Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-15T21:16:03.649Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-15T21:16:03.680Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-15T21:16:03.702Z | Compiling openssl-macros v0.1.1 |
| 1914 | 2026-05-15T21:16:03.717Z | Compiling cipher v0.4.4 |
| 1915 | 2026-05-15T21:16:03.814Z | Compiling bytes v1.11.1 |
| 1916 | 2026-05-15T21:16:03.881Z | Compiling chrono v0.4.44 |
| 1917 | 2026-05-15T21:16:03.981Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-15T21:16:03.994Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-15T21:16:04.105Z | Compiling serde_tokenstream v0.2.3 |
| 1920 | 2026-05-15T21:16:04.409Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-15T21:16:04.729Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-05-15T21:16:04.921Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-15T21:16:05.077Z | Compiling idna v1.1.0 |
| 1924 | 2026-05-15T21:16:05.172Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-15T21:16:05.274Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-15T21:16:05.313Z | Compiling scroll_derive v0.12.1 |
| 1927 | 2026-05-15T21:16:05.474Z | Compiling url v2.5.8 |
| 1928 | 2026-05-15T21:16:05.549Z | Compiling http v1.4.0 |
| 1929 | 2026-05-15T21:16:05.602Z | Compiling untrusted v0.9.0 |
| 1930 | 2026-05-15T21:16:05.722Z | Compiling flagset v0.4.7 |
| 1931 | 2026-05-15T21:16:05.868Z | Compiling der v0.7.10 |
| 1932 | 2026-05-15T21:16:05.956Z | Compiling tracing v0.1.44 |
| 1933 | 2026-05-15T21:16:06.047Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-15T21:16:06.144Z | Compiling darling_macro v0.21.3 |
| 1935 | 2026-05-15T21:16:06.378Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-15T21:16:06.465Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-15T21:16:06.586Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-15T21:16:06.831Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-15T21:16:07.053Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-15T21:16:07.068Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-15T21:16:07.149Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-15T21:16:07.456Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-15T21:16:07.608Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-15T21:16:07.922Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-15T21:16:07.949Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-15T21:16:07.966Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-15T21:16:08.002Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-15T21:16:08.005Z | Compiling cbc v0.1.2 |
| 1949 | 2026-05-15T21:16:08.103Z | Compiling tokio-util v0.7.18 |
| 1950 | 2026-05-15T21:16:08.186Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-05-15T21:16:08.213Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-15T21:16:08.337Z | Compiling winnow v0.7.14 |
| 1953 | 2026-05-15T21:16:08.377Z | Compiling either v1.15.0 |
| 1954 | 2026-05-15T21:16:08.441Z | Compiling untrusted v0.7.1 |
| 1955 | 2026-05-15T21:16:08.446Z | Compiling unicode-segmentation v1.12.0 |
| 1956 | 2026-05-15T21:16:08.473Z | Compiling paste v1.0.15 |
| 1957 | 2026-05-15T21:16:08.491Z | Compiling openssl-probe v0.2.1 |
| 1958 | 2026-05-15T21:16:08.606Z | Compiling ref-cast v1.0.25 |
| 1959 | 2026-05-15T21:16:08.669Z | Compiling atomic-waker v1.1.2 |
| 1960 | 2026-05-15T21:16:08.746Z | Compiling usdt-impl v0.6.0 |
| 1961 | 2026-05-15T21:16:08.886Z | Compiling pkcs5 v0.7.1 |
| 1962 | 2026-05-15T21:16:08.917Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-05-15T21:16:08.991Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-15T21:16:09.354Z | Compiling scroll v0.13.0 |
| 1965 | 2026-05-15T21:16:09.372Z | Compiling scroll v0.12.0 |
| 1966 | 2026-05-15T21:16:09.471Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-05-15T21:16:09.491Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-05-15T21:16:09.531Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-15T21:16:09.576Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-15T21:16:09.652Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-15T21:16:09.668Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-15T21:16:09.692Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-15T21:16:09.755Z | Compiling fastrand v2.3.0 |
| 1974 | 2026-05-15T21:16:09.931Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-05-15T21:16:09.947Z | Compiling try-lock v0.2.5 |
| 1976 | 2026-05-15T21:16:09.979Z | Compiling zstd-safe v7.2.4 |
| 1977 | 2026-05-15T21:16:10.115Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-15T21:16:10.130Z | Compiling want v0.3.1 |
| 1979 | 2026-05-15T21:16:10.238Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1980 | 2026-05-15T21:16:10.241Z | Compiling goblin v0.8.2 |
| 1981 | 2026-05-15T21:16:10.267Z | Compiling goblin v0.10.5 |
| 1982 | 2026-05-15T21:16:10.381Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-15T21:16:10.513Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-15T21:16:10.681Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-15T21:16:10.711Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-15T21:16:10.811Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-15T21:16:10.886Z | Compiling darling_core v0.20.11 |
| 1988 | 2026-05-15T21:16:11.186Z | Compiling curve25519-dalek v4.1.3 |
| 1989 | 2026-05-15T21:16:11.239Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-15T21:16:11.363Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-15T21:16:11.450Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-15T21:16:11.549Z | Compiling rustix v0.38.44 |
| 1993 | 2026-05-15T21:16:11.581Z | Compiling winnow v0.5.40 |
| 1994 | 2026-05-15T21:16:11.941Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-05-15T21:16:11.941Z | Compiling pin-utils v0.1.0 |
| 1996 | 2026-05-15T21:16:12.064Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-05-15T21:16:12.170Z | Compiling foreign-types v0.3.2 |
| 1998 | 2026-05-15T21:16:12.258Z | Compiling document-features v0.2.12 |
| 1999 | 2026-05-15T21:16:12.357Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-15T21:16:12.689Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-15T21:16:12.800Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-15T21:16:12.866Z | Compiling darling_macro v0.20.11 |
| 2003 | 2026-05-15T21:16:12.898Z | Compiling toml_edit v0.19.15 |
| 2004 | 2026-05-15T21:16:13.039Z | Compiling hyper v1.8.1 |
| 2005 | 2026-05-15T21:16:13.120Z | Compiling dof v0.4.0 |
| 2006 | 2026-05-15T21:16:13.321Z | Compiling dtrace-parser v0.2.0 |
| 2007 | 2026-05-15T21:16:13.368Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-15T21:16:13.566Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-05-15T21:16:13.581Z | Compiling daft-derive v0.1.5 |
| 2010 | 2026-05-15T21:16:13.710Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-15T21:16:13.766Z | Compiling thread-id v4.2.2 |
| 2012 | 2026-05-15T21:16:13.867Z | Compiling thread-id v5.1.0 |
| 2013 | 2026-05-15T21:16:13.942Z | Compiling cfg_aliases v0.2.1 |
| 2014 | 2026-05-15T21:16:13.972Z | Compiling powerfmt v0.2.0 |
| 2015 | 2026-05-15T21:16:14.007Z | Compiling smoltcp v0.9.1 |
| 2016 | 2026-05-15T21:16:14.026Z | Compiling num-bigint-dig v0.8.6 |
| 2017 | 2026-05-15T21:16:14.049Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-15T21:16:14.179Z | Compiling deranged v0.5.8 |
| 2019 | 2026-05-15T21:16:14.238Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-15T21:16:14.508Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-15T21:16:14.614Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-15T21:16:14.812Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-15T21:16:15.032Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-15T21:16:15.048Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-15T21:16:15.316Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-15T21:16:15.346Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-15T21:16:15.461Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-15T21:16:15.594Z | Compiling utf8parse v0.2.2 |
| 2029 | 2026-05-15T21:16:15.662Z | Compiling anstyle v1.0.13 |
| 2030 | 2026-05-15T21:16:15.716Z | Compiling siphasher v1.0.2 |
| 2031 | 2026-05-15T21:16:15.901Z | Compiling num_threads v0.1.7 |
| 2032 | 2026-05-15T21:16:15.934Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-05-15T21:16:15.937Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-05-15T21:16:16.055Z | Compiling rusty-fork v0.3.1 |
| 2035 | 2026-05-15T21:16:16.143Z | Compiling time v0.3.47 |
| 2036 | 2026-05-15T21:16:16.354Z | Compiling anstyle-parse v0.2.7 |
| 2037 | 2026-05-15T21:16:16.393Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-05-15T21:16:16.440Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-15T21:16:16.723Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-15T21:16:16.773Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-15T21:16:16.920Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-15T21:16:17.196Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-15T21:16:17.220Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-15T21:16:17.330Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-15T21:16:17.353Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-15T21:16:17.387Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-15T21:16:17.587Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-15T21:16:17.685Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-15T21:16:17.724Z | Compiling colorchoice v1.0.4 |
| 2050 | 2026-05-15T21:16:17.845Z | Compiling allocator-api2 v0.2.21 |
| 2051 | 2026-05-15T21:16:17.861Z | Compiling unarray v0.1.4 |
| 2052 | 2026-05-15T21:16:17.929Z | Compiling unicode-bidi v0.3.18 |
| 2053 | 2026-05-15T21:16:17.966Z | Compiling is_terminal_polyfill v1.70.2 |
| 2054 | 2026-05-15T21:16:17.969Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-05-15T21:16:17.969Z | Compiling anstyle-query v1.1.5 |
| 2056 | 2026-05-15T21:16:17.998Z | Compiling ryu v1.0.23 |
| 2057 | 2026-05-15T21:16:18.118Z | Compiling iri-string v0.7.10 |
| 2058 | 2026-05-15T21:16:18.134Z | Compiling unicode-properties v0.1.4 |
| 2059 | 2026-05-15T21:16:18.201Z | Compiling object v0.37.3 |
| 2060 | 2026-05-15T21:16:18.204Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-15T21:16:18.349Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-05-15T21:16:18.364Z | Compiling anstream v0.6.21 |
| 2063 | 2026-05-15T21:16:18.426Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-05-15T21:16:18.472Z | Compiling proptest v1.10.0 |
| 2065 | 2026-05-15T21:16:18.671Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-15T21:16:18.942Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-15T21:16:18.954Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-15T21:16:18.981Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-05-15T21:16:19.282Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-15T21:16:19.375Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-05-15T21:16:19.496Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-15T21:16:19.529Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-05-15T21:16:19.533Z | Compiling bstr v1.12.1 |
| 2074 | 2026-05-15T21:16:19.721Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-05-15T21:16:19.741Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-05-15T21:16:19.744Z | Compiling vergen-lib v0.1.6 |
| 2077 | 2026-05-15T21:16:19.756Z | Compiling ff v0.13.1 |
| 2078 | 2026-05-15T21:16:19.868Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-05-15T21:16:19.937Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-05-15T21:16:19.951Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-05-15T21:16:19.966Z | Compiling psl-types v2.0.11 |
| 2082 | 2026-05-15T21:16:20.035Z | Compiling sec1 v0.7.3 |
| 2083 | 2026-05-15T21:16:20.103Z | Compiling publicsuffix v2.3.0 |
| 2084 | 2026-05-15T21:16:20.122Z | Compiling num-iter v0.1.45 |
| 2085 | 2026-05-15T21:16:20.167Z | Compiling group v0.13.0 |
| 2086 | 2026-05-15T21:16:20.259Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-15T21:16:20.296Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-15T21:16:20.608Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-05-15T21:16:20.628Z | Compiling oxnet v0.1.4 |
| 2090 | 2026-05-15T21:16:20.833Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-05-15T21:16:20.920Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-05-15T21:16:20.988Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-15T21:16:21.008Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-15T21:16:21.154Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-15T21:16:21.298Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-15T21:16:21.326Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-15T21:16:21.339Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-15T21:16:21.342Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-15T21:16:21.596Z | Compiling cargo-platform v0.1.9 |
| 2100 | 2026-05-15T21:16:21.618Z | Compiling hkdf v0.12.4 |
| 2101 | 2026-05-15T21:16:21.675Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-15T21:16:21.740Z | Compiling async-recursion v1.1.1 |
| 2103 | 2026-05-15T21:16:21.755Z | Compiling clap_derive v4.5.55 |
| 2104 | 2026-05-15T21:16:21.781Z | Compiling enum-as-inner v0.6.1 |
| 2105 | 2026-05-15T21:16:21.856Z | Compiling serde_repr v0.1.20 |
| 2106 | 2026-05-15T21:16:21.893Z | Compiling vergen v9.0.6 |
| 2107 | 2026-05-15T21:16:22.105Z | Compiling flate2 v1.1.9 |
| 2108 | 2026-05-15T21:16:22.238Z | Compiling encoding_rs v0.8.35 |
| 2109 | 2026-05-15T21:16:22.300Z | Compiling foldhash v0.2.0 |
| 2110 | 2026-05-15T21:16:22.333Z | Compiling bitflags v1.3.2 |
| 2111 | 2026-05-15T21:16:22.372Z | Compiling managed v0.8.0 |
| 2112 | 2026-05-15T21:16:22.388Z | Compiling same-file v1.0.6 |
| 2113 | 2026-05-15T21:16:22.401Z | Compiling libbz2-rs-sys v0.2.2 |
| 2114 | 2026-05-15T21:16:22.540Z | Compiling bumpalo v3.20.2 |
| 2115 | 2026-05-15T21:16:22.611Z | Compiling mime v0.3.17 |
| 2116 | 2026-05-15T21:16:22.732Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-05-15T21:16:22.804Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-05-15T21:16:22.821Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-05-15T21:16:22.875Z | Compiling hashbrown v0.15.5 |
| 2120 | 2026-05-15T21:16:22.915Z | Compiling zopfli v0.8.3 |
| 2121 | 2026-05-15T21:16:22.996Z | Compiling clap_builder v4.5.60 |
| 2122 | 2026-05-15T21:16:23.044Z | Compiling elliptic-curve v0.13.8 |
| 2123 | 2026-05-15T21:16:23.418Z | Compiling hashbrown v0.16.1 |
| 2124 | 2026-05-15T21:16:23.435Z | Compiling walkdir v2.5.0 |
| 2125 | 2026-05-15T21:16:23.492Z | Compiling zstd v0.13.3 |
| 2126 | 2026-05-15T21:16:23.510Z | Compiling cargo_metadata v0.19.2 |
| 2127 | 2026-05-15T21:16:23.597Z | Compiling futures v0.3.32 |
| 2128 | 2026-05-15T21:16:23.930Z | Compiling phf v0.13.1 |
| 2129 | 2026-05-15T21:16:23.946Z | Compiling snafu v0.8.9 |
| 2130 | 2026-05-15T21:16:24.012Z | Compiling signal-hook-mio v0.2.5 |
| 2131 | 2026-05-15T21:16:24.110Z | Compiling daft v0.1.5 |
| 2132 | 2026-05-15T21:16:24.149Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-05-15T21:16:24.300Z | Compiling postgres-types v0.2.12 |
| 2134 | 2026-05-15T21:16:24.346Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-15T21:16:24.397Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-15T21:16:24.564Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-15T21:16:24.802Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-15T21:16:24.836Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-15T21:16:24.868Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-15T21:16:24.948Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-15T21:16:25.016Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-15T21:16:25.038Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-15T21:16:25.069Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-15T21:16:25.195Z | Compiling serde_plain v1.0.2 |
| 2145 | 2026-05-15T21:16:25.234Z | Compiling serde-big-array v0.5.1 |
| 2146 | 2026-05-15T21:16:25.320Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-15T21:16:25.345Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-15T21:16:25.373Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-15T21:16:25.394Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-15T21:16:25.428Z | Compiling typed-path v0.9.3 |
| 2151 | 2026-05-15T21:16:25.431Z | Compiling whoami v2.1.0 |
| 2152 | 2026-05-15T21:16:25.465Z | Compiling fixedbitset v0.4.2 |
| 2153 | 2026-05-15T21:16:25.468Z | Compiling fixedbitset v0.5.7 |
| 2154 | 2026-05-15T21:16:25.509Z | Compiling difflib v0.4.0 |
| 2155 | 2026-05-15T21:16:25.601Z | Compiling data-encoding v2.10.0 |
| 2156 | 2026-05-15T21:16:25.684Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-05-15T21:16:25.766Z | Compiling predicates-core v1.0.10 |
| 2158 | 2026-05-15T21:16:25.782Z | Compiling toml_write v0.1.2 |
| 2159 | 2026-05-15T21:16:25.797Z | Compiling keccak v0.1.6 |
| 2160 | 2026-05-15T21:16:25.922Z | Compiling jiff v0.2.21 |
| 2161 | 2026-05-15T21:16:25.951Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-05-15T21:16:25.975Z | Compiling rustc-hash v2.1.1 |
| 2163 | 2026-05-15T21:16:25.996Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-05-15T21:16:26.031Z | Compiling normalize-line-endings v0.3.0 |
| 2165 | 2026-05-15T21:16:26.082Z | Compiling iddqd v0.3.18 |
| 2166 | 2026-05-15T21:16:26.112Z | Compiling string_cache v0.8.9 |
| 2167 | 2026-05-15T21:16:26.139Z | Compiling predicates v3.1.4 |
| 2168 | 2026-05-15T21:16:26.191Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-15T21:16:26.299Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-15T21:16:26.345Z | Compiling hickory-proto v0.25.2 |
| 2171 | 2026-05-15T21:16:26.458Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2172 | 2026-05-15T21:16:26.475Z | Compiling petgraph v0.8.3 |
| 2173 | 2026-05-15T21:16:26.721Z | Compiling tokio-postgres v0.7.16 |
| 2174 | 2026-05-15T21:16:26.796Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-05-15T21:16:26.867Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-05-15T21:16:26.957Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-15T21:16:27.188Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-15T21:16:27.226Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-15T21:16:27.905Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-15T21:16:28.556Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-15T21:16:28.606Z | Compiling crossterm v0.28.1 |
| 2182 | 2026-05-15T21:16:28.623Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-15T21:16:28.775Z | Compiling clap v4.5.60 |
| 2184 | 2026-05-15T21:16:29.260Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-15T21:16:29.278Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-15T21:16:29.292Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-15T21:16:29.357Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-15T21:16:29.458Z | Compiling tokio-stream v0.1.18 |
| 2189 | 2026-05-15T21:16:29.504Z | Compiling itertools v0.13.0 |
| 2190 | 2026-05-15T21:16:29.648Z | Compiling buf-list v1.1.2 |
| 2191 | 2026-05-15T21:16:29.866Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-15T21:16:29.945Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2193 | 2026-05-15T21:16:30.008Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-15T21:16:30.247Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-15T21:16:30.582Z | Compiling lalrpop-util v0.19.12 |
| 2196 | 2026-05-15T21:16:30.727Z | Compiling peg-runtime v0.8.5 |
| 2197 | 2026-05-15T21:16:45.973Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-15T21:16:46.775Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-15T21:16:46.809Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-15T21:16:46.942Z | Compiling crucible-workspace-hack v0.1.0 |
| 2201 | 2026-05-15T21:16:46.958Z | Compiling rayon-core v1.13.0 |
| 2202 | 2026-05-15T21:16:47.075Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-15T21:16:47.166Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-15T21:16:47.198Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-15T21:16:47.220Z | Compiling rustls v0.22.4 |
| 2206 | 2026-05-15T21:16:47.354Z | Compiling heapless v0.8.0 |
| 2207 | 2026-05-15T21:16:47.482Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-15T21:16:47.559Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-15T21:16:47.629Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-15T21:16:47.730Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-15T21:16:47.774Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-15T21:16:47.800Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-15T21:16:47.828Z | Compiling structmeta v0.3.0 |
| 2214 | 2026-05-15T21:16:47.858Z | Compiling thread_local v1.1.9 |
| 2215 | 2026-05-15T21:16:47.964Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2216 | 2026-05-15T21:16:48.016Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-05-15T21:16:48.058Z | Compiling match_cfg v0.1.0 |
| 2218 | 2026-05-15T21:16:48.080Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-05-15T21:16:48.154Z | Compiling slog-async v2.8.0 |
| 2220 | 2026-05-15T21:16:48.211Z | Compiling compression-core v0.4.31 |
| 2221 | 2026-05-15T21:16:48.265Z | Compiling hostname v0.3.1 |
| 2222 | 2026-05-15T21:16:48.373Z | Compiling ingot-macros v0.1.1 |
| 2223 | 2026-05-15T21:16:48.393Z | Compiling compression-codecs v0.4.37 |
| 2224 | 2026-05-15T21:16:48.412Z | Compiling proc-macro-crate v3.4.0 |
| 2225 | 2026-05-15T21:16:48.428Z | Compiling derive-ex v0.1.8 |
| 2226 | 2026-05-15T21:16:48.530Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-15T21:16:48.758Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-15T21:16:48.774Z | Compiling half v2.7.1 |
| 2229 | 2026-05-15T21:16:48.822Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-15T21:16:48.861Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-15T21:16:49.010Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-15T21:16:49.138Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-05-15T21:16:49.155Z | Compiling async-stream-impl v0.3.6 |
| 2234 | 2026-05-15T21:16:49.309Z | Compiling serde_spanned v1.0.4 |
| 2235 | 2026-05-15T21:16:49.453Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-15T21:16:49.500Z | Compiling tokio-rustls v0.26.4 |
| 2237 | 2026-05-15T21:16:49.548Z | Compiling rustls-platform-verifier v0.6.2 |
| 2238 | 2026-05-15T21:16:49.566Z | Compiling is-terminal v0.4.17 |
| 2239 | 2026-05-15T21:16:49.685Z | Compiling dropshot v0.17.0 |
| 2240 | 2026-05-15T21:16:49.735Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-05-15T21:16:49.776Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-05-15T21:16:49.792Z | Compiling take_mut v0.2.2 |
| 2243 | 2026-05-15T21:16:49.898Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2244 | 2026-05-15T21:16:49.915Z | Compiling convert_case v0.4.0 |
| 2245 | 2026-05-15T21:16:49.932Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2246 | 2026-05-15T21:16:49.950Z | Compiling term v1.2.1 |
| 2247 | 2026-05-15T21:16:49.990Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-05-15T21:16:50.017Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-05-15T21:16:50.041Z | Compiling ciborium-io v0.2.2 |
| 2250 | 2026-05-15T21:16:50.081Z | Compiling opaque-debug v0.3.1 |
| 2251 | 2026-05-15T21:16:50.130Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-15T21:16:50.159Z | Compiling poly1305 v0.8.0 |
| 2253 | 2026-05-15T21:16:50.175Z | Compiling ciborium-ll v0.2.2 |
| 2254 | 2026-05-15T21:16:50.218Z | Compiling thiserror-no-std v2.0.2 |
| 2255 | 2026-05-15T21:16:50.247Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-05-15T21:16:50.296Z | Compiling tokio-rustls v0.25.0 |
| 2257 | 2026-05-15T21:16:50.338Z | Compiling slog-term v2.9.2 |
| 2258 | 2026-05-15T21:16:50.517Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-05-15T21:16:50.806Z | Compiling async-stream v0.3.6 |
| 2260 | 2026-05-15T21:16:50.957Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-05-15T21:16:51.027Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-05-15T21:16:51.142Z | Compiling postcard v1.1.3 |
| 2263 | 2026-05-15T21:16:51.424Z | Compiling ingot v0.1.1 |
| 2264 | 2026-05-15T21:16:51.538Z | Compiling tough v0.22.0 |
| 2265 | 2026-05-15T21:16:51.750Z | Compiling num_enum_derive v0.7.5 |
| 2266 | 2026-05-15T21:16:51.826Z | Compiling slog-bunyan v2.5.0 |
| 2267 | 2026-05-15T21:16:51.882Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-15T21:16:52.312Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-15T21:16:52.370Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-15T21:16:52.424Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-15T21:16:52.693Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-15T21:16:52.708Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-15T21:16:52.990Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-15T21:16:53.043Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2275 | 2026-05-15T21:16:53.070Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-05-15T21:16:53.254Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-15T21:16:53.277Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-15T21:16:53.297Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-15T21:16:53.365Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-15T21:16:53.592Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-15T21:16:53.609Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-15T21:16:53.762Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-15T21:16:53.775Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-15T21:16:53.798Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-15T21:16:53.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-15T21:16:53.889Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-05-15T21:16:53.987Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-15T21:16:54.022Z | Compiling cpufeatures v0.3.0 |
| 2289 | 2026-05-15T21:16:54.025Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-05-15T21:16:54.078Z | Compiling typeid v1.0.3 |
| 2291 | 2026-05-15T21:16:54.113Z | Compiling foreign-types-shared v0.3.1 |
| 2292 | 2026-05-15T21:16:54.135Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-05-15T21:16:54.167Z | Compiling backoff v0.4.0 |
| 2294 | 2026-05-15T21:16:54.200Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-15T21:16:54.217Z | Compiling foreign-types v0.5.0 |
| 2296 | 2026-05-15T21:16:54.238Z | Compiling parse-display v0.10.0 |
| 2297 | 2026-05-15T21:16:54.253Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-05-15T21:16:54.256Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-05-15T21:16:54.284Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-15T21:16:54.292Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-15T21:16:54.321Z | Compiling num_enum v0.7.5 |
| 2302 | 2026-05-15T21:16:54.409Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-15T21:16:54.426Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-05-15T21:16:54.469Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-05-15T21:16:54.622Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-05-15T21:16:54.889Z | Compiling regress v0.10.5 |
| 2307 | 2026-05-15T21:16:55.002Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-05-15T21:16:55.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2309 | 2026-05-15T21:16:55.150Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2310 | 2026-05-15T21:16:55.236Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-05-15T21:16:55.277Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2312 | 2026-05-15T21:16:55.292Z | Compiling cstr-argument v0.1.2 |
| 2313 | 2026-05-15T21:16:55.477Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-05-15T21:16:55.503Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-15T21:16:55.526Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-15T21:16:55.689Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-05-15T21:16:55.757Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-05-15T21:16:55.847Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-05-15T21:16:55.885Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-15T21:16:55.923Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-15T21:16:55.948Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-15T21:16:55.979Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-15T21:16:55.997Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-05-15T21:16:56.053Z | Compiling colored v3.1.1 |
| 2325 | 2026-05-15T21:16:56.140Z | Compiling indent_write v2.2.0 |
| 2326 | 2026-05-15T21:16:56.166Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-15T21:16:56.196Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-15T21:16:56.240Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-15T21:16:56.317Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-15T21:16:56.350Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-15T21:16:56.462Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-15T21:16:56.597Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-15T21:16:56.715Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-05-15T21:16:56.756Z | Compiling usdt-macro v0.5.0 |
| 2335 | 2026-05-15T21:16:56.820Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-15T21:16:56.861Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-05-15T21:16:56.875Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-05-15T21:16:56.892Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-05-15T21:16:57.195Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-15T21:16:57.247Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-05-15T21:16:57.366Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-15T21:16:57.450Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-15T21:16:57.493Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-05-15T21:16:57.513Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-05-15T21:16:57.516Z | Compiling usdt v0.5.0 |
| 2346 | 2026-05-15T21:16:57.737Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2347 | 2026-05-15T21:16:57.776Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-15T21:16:57.856Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-15T21:16:58.064Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-15T21:16:58.084Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-15T21:16:58.137Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-15T21:16:58.349Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-15T21:16:58.422Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-15T21:16:58.440Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-15T21:16:58.455Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-15T21:16:58.473Z | Compiling xattr v1.6.1 |
| 2357 | 2026-05-15T21:16:58.492Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-15T21:16:58.552Z | Compiling constant_time_eq v0.4.2 |
| 2359 | 2026-05-15T21:16:58.595Z | Compiling whoami v1.6.1 |
| 2360 | 2026-05-15T21:16:58.611Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-15T21:16:58.672Z | Compiling unicode-xid v0.2.6 |
| 2362 | 2026-05-15T21:16:58.690Z | Compiling tar v0.4.45 |
| 2363 | 2026-05-15T21:16:58.749Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-05-15T21:16:58.772Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2365 | 2026-05-15T21:16:58.839Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-15T21:16:59.024Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-05-15T21:16:59.070Z | Compiling console v0.16.2 |
| 2368 | 2026-05-15T21:16:59.376Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-15T21:16:59.420Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-15T21:16:59.531Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-05-15T21:16:59.578Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-05-15T21:16:59.614Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-15T21:16:59.640Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2374 | 2026-05-15T21:16:59.724Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-05-15T21:16:59.775Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-05-15T21:16:59.997Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-15T21:17:09.348Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-15T21:17:09.373Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-05-15T21:17:09.373Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-05-15T21:17:09.842Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-15T21:17:12.091Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-15T21:17:12.109Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2383 | 2026-05-15T21:17:12.391Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-15T21:17:12.412Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2385 | 2026-05-15T21:17:12.428Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2386 | 2026-05-15T21:17:12.454Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2387 | 2026-05-15T21:17:12.459Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2388 | 2026-05-15T21:17:12.484Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2389 | 2026-05-15T21:17:12.720Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2390 | 2026-05-15T21:17:16.460Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-15T21:17:24.127Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-15T21:17:27.269Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-15T21:17:28.238Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-15T21:17:37.948Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2395 | 2026-05-15T21:17:38.100Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-15T21:17:38.162Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-15T21:17:38.165Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-15T21:17:38.165Z | |
| 2399 | 2026-05-15T21:17:38.165Z | real 1:43.955153652 |
| 2400 | 2026-05-15T21:17:38.165Z | user 17:00.081729699 |
| 2401 | 2026-05-15T21:17:38.165Z | sys 2:35.906006977 |
| 2402 | 2026-05-15T21:17:38.165Z | trap 0.465080274 |
| 2403 | 2026-05-15T21:17:38.165Z | tflt 2.654626692 |
| 2404 | 2026-05-15T21:17:38.165Z | dflt 4.261455342 |
| 2405 | 2026-05-15T21:17:38.165Z | kflt 0.000635090 |
| 2406 | 2026-05-15T21:17:38.165Z | lock 52:35.035520939 |
| 2407 | 2026-05-15T21:17:38.166Z | slp 43:11.364298243 |
| 2408 | 2026-05-15T21:17:38.166Z | lat 43.963356143 |
| 2409 | 2026-05-15T21:17:38.166Z | stop 5:24.357015608 |
| 2410 | 2026-05-15T21:17:38.169Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-15T21:17:39.054Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2412 | 2026-05-15T21:17:39.125Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-15T21:17:39.184Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-15T21:17:40.602Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-15T21:17:40.602Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-15T21:17:40.602Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-15T21:17:40.865Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-15T21:17:40.889Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-15T21:17:40.914Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-15T21:17:40.914Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-15T21:17:40.955Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-15T21:17:40.958Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-15T21:17:40.958Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-15T21:17:40.958Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-15T21:17:40.958Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-15T21:17:40.978Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-15T21:17:40.980Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-15T21:17:40.995Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-15T21:17:41.079Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-15T21:17:41.099Z | Compiling hostname v0.3.1 |
| 2431 | 2026-05-15T21:17:41.137Z | Compiling slog-async v2.8.0 |
| 2432 | 2026-05-15T21:17:41.180Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-05-15T21:17:41.204Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-15T21:17:41.227Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-15T21:17:41.227Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-15T21:17:41.272Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-05-15T21:17:41.295Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-05-15T21:17:41.315Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-15T21:17:41.318Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-15T21:17:41.382Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-15T21:17:41.405Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-15T21:17:41.464Z | Compiling term v1.2.1 |
| 2443 | 2026-05-15T21:17:41.485Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-15T21:17:41.507Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-15T21:17:41.588Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-15T21:17:41.673Z | Compiling dropshot v0.17.0 |
| 2447 | 2026-05-15T21:17:41.704Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-15T21:17:41.742Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-05-15T21:17:41.763Z | Compiling num-rational v0.4.2 |
| 2450 | 2026-05-15T21:17:41.857Z | Compiling slog-term v2.9.2 |
| 2451 | 2026-05-15T21:17:41.902Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-15T21:17:41.924Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-15T21:17:41.969Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-05-15T21:17:41.989Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-15T21:17:42.044Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-15T21:17:42.125Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-15T21:17:42.152Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-15T21:17:42.175Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-15T21:17:42.199Z | Compiling hostname v0.4.2 |
| 2460 | 2026-05-15T21:17:42.227Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-15T21:17:42.270Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-05-15T21:17:42.343Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-05-15T21:17:42.367Z | Compiling backoff v0.4.0 |
| 2464 | 2026-05-15T21:17:42.390Z | Compiling progenitor-extras v0.2.0 |
| 2465 | 2026-05-15T21:17:42.390Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2466 | 2026-05-15T21:17:42.438Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-15T21:17:42.638Z | Compiling num v0.4.3 |
| 2468 | 2026-05-15T21:17:42.661Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-15T21:17:42.661Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-15T21:17:42.701Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-15T21:17:42.738Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-15T21:17:42.761Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-15T21:17:42.786Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-15T21:17:42.789Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-15T21:17:42.971Z | Compiling console v0.15.11 |
| 2476 | 2026-05-15T21:17:43.039Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-05-15T21:17:43.068Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-05-15T21:17:43.160Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-15T21:17:43.204Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-05-15T21:17:43.227Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-15T21:17:43.346Z | Compiling tokio-rustls v0.25.0 |
| 2482 | 2026-05-15T21:17:43.396Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-15T21:17:43.473Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-05-15T21:17:43.494Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-15T21:17:43.612Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-15T21:17:43.689Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-15T21:17:43.844Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-15T21:17:43.866Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-05-15T21:17:43.960Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-15T21:17:44.063Z | Compiling lru-cache v0.1.2 |
| 2491 | 2026-05-15T21:17:44.100Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-15T21:17:44.119Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-15T21:17:44.148Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-15T21:17:44.230Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-15T21:17:44.251Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-15T21:17:44.284Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2497 | 2026-05-15T21:17:44.383Z | Compiling nom v7.1.3 |
| 2498 | 2026-05-15T21:17:44.415Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-05-15T21:17:44.436Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2500 | 2026-05-15T21:17:44.555Z | Compiling convert_case v0.10.0 |
| 2501 | 2026-05-15T21:17:44.846Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-15T21:17:45.307Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-15T21:17:45.627Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-05-15T21:17:45.699Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-15T21:17:45.733Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2506 | 2026-05-15T21:17:45.753Z | Compiling papergrid v0.11.0 |
| 2507 | 2026-05-15T21:17:45.901Z | Compiling typify-macro v0.6.2 |
| 2508 | 2026-05-15T21:17:45.904Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-05-15T21:17:45.950Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2510 | 2026-05-15T21:17:46.198Z | Compiling termtree v0.5.1 |
| 2511 | 2026-05-15T21:17:46.400Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2512 | 2026-05-15T21:17:46.614Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-05-15T21:17:46.832Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-05-15T21:17:46.907Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-15T21:17:46.931Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-15T21:17:47.388Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-05-15T21:17:47.465Z | Compiling typify v0.6.2 |
| 2518 | 2026-05-15T21:17:47.826Z | Compiling progenitor-impl v0.14.0 |
| 2519 | 2026-05-15T21:17:48.336Z | Compiling progenitor-impl v0.13.0 |
| 2520 | 2026-05-15T21:17:49.996Z | Compiling progenitor-macro v0.14.0 |
| 2521 | 2026-05-15T21:17:50.368Z | Compiling qorb v0.4.1 |
| 2522 | 2026-05-15T21:17:50.536Z | Compiling progenitor-macro v0.13.0 |
| 2523 | 2026-05-15T21:17:51.402Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2524 | 2026-05-15T21:17:52.080Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-15T21:17:52.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-15T21:17:52.379Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-05-15T21:17:52.468Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2528 | 2026-05-15T21:17:52.738Z | Compiling vte v0.14.1 |
| 2529 | 2026-05-15T21:17:52.896Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-05-15T21:17:52.999Z | Compiling highway v1.3.0 |
| 2531 | 2026-05-15T21:17:53.152Z | Compiling strip-ansi-escapes v0.2.1 |
| 2532 | 2026-05-15T21:17:53.178Z | Compiling csv v1.4.0 |
| 2533 | 2026-05-15T21:17:53.659Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-05-15T21:17:53.727Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2535 | 2026-05-15T21:17:53.749Z | Compiling phf v0.12.1 |
| 2536 | 2026-05-15T21:17:53.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-05-15T21:17:54.055Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-05-15T21:17:54.170Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-05-15T21:17:54.228Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-05-15T21:17:54.344Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-15T21:17:54.454Z | Compiling fd-lock v4.0.4 |
| 2542 | 2026-05-15T21:17:54.629Z | Compiling peg-macros v0.8.5 |
| 2543 | 2026-05-15T21:17:54.651Z | Compiling progenitor v0.13.0 |
| 2544 | 2026-05-15T21:17:54.804Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-15T21:17:54.953Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-15T21:17:55.058Z | Compiling reedline v0.40.0 |
| 2547 | 2026-05-15T21:17:55.447Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-15T21:17:55.922Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-15T21:17:56.030Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-15T21:17:56.927Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-15T21:17:57.142Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-15T21:17:57.371Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-15T21:17:57.438Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-15T21:17:57.616Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-15T21:17:57.686Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-15T21:17:57.706Z | Compiling smawk v0.3.2 |
| 2557 | 2026-05-15T21:17:57.860Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-05-15T21:17:57.901Z | Compiling unicode-linebreak v0.1.5 |
| 2559 | 2026-05-15T21:17:58.092Z | Compiling humantime v2.3.0 |
| 2560 | 2026-05-15T21:17:58.221Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-15T21:17:58.653Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2562 | 2026-05-15T21:17:58.881Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-15T21:17:58.950Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-15T21:17:59.215Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-15T21:17:59.555Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-15T21:17:59.772Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-15T21:17:59.837Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-15T21:18:00.027Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-15T21:18:00.239Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-15T21:18:00.333Z | Compiling utf-8 v0.7.6 |
| 2571 | 2026-05-15T21:18:00.386Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-15T21:18:00.505Z | Compiling radium v0.7.0 |
| 2573 | 2026-05-15T21:18:00.548Z | Compiling tungstenite v0.21.0 |
| 2574 | 2026-05-15T21:18:00.585Z | Compiling tap v1.0.1 |
| 2575 | 2026-05-15T21:18:00.590Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-05-15T21:18:00.805Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-15T21:18:00.973Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-05-15T21:18:01.065Z | Compiling funty v2.0.0 |
| 2579 | 2026-05-15T21:18:01.139Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-05-15T21:18:01.280Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-05-15T21:18:01.665Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2582 | 2026-05-15T21:18:01.734Z | Compiling packed_struct v0.10.1 |
| 2583 | 2026-05-15T21:18:02.006Z | Compiling display-error-chain v0.2.2 |
| 2584 | 2026-05-15T21:18:02.009Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-05-15T21:18:02.143Z | Compiling crc v3.4.0 |
| 2586 | 2026-05-15T21:18:02.207Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-05-15T21:18:02.406Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-05-15T21:18:02.635Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-05-15T21:18:02.839Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2026-05-15T21:18:03.002Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2591 | 2026-05-15T21:18:03.272Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-05-15T21:18:04.274Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-05-15T21:18:04.458Z | Compiling num-derive v0.3.3 |
| 2594 | 2026-05-15T21:18:04.846Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-15T21:18:05.315Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-15T21:18:05.363Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-15T21:18:05.564Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-15T21:18:05.585Z | Compiling bitfield v0.19.4 |
| 2599 | 2026-05-15T21:18:05.638Z | Compiling libscf-sys v1.1.0 |
| 2600 | 2026-05-15T21:18:05.664Z | Compiling array-init v0.0.4 |
| 2601 | 2026-05-15T21:18:05.703Z | Compiling smallvec v0.6.14 |
| 2602 | 2026-05-15T21:18:05.726Z | Compiling proc-macro-error2 v2.0.1 |
| 2603 | 2026-05-15T21:18:05.817Z | Compiling typify-impl v0.4.3 |
| 2604 | 2026-05-15T21:18:05.904Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-05-15T21:18:05.980Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2606 | 2026-05-15T21:18:06.043Z | Compiling tabled_derive v0.11.0 |
| 2607 | 2026-05-15T21:18:06.068Z | Compiling serde-hex v0.1.0 |
| 2608 | 2026-05-15T21:18:06.671Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-15T21:18:07.030Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-15T21:18:07.072Z | Compiling ron v0.8.1 |
| 2611 | 2026-05-15T21:18:07.095Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-05-15T21:18:07.161Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-15T21:18:07.613Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-15T21:18:07.654Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-15T21:18:07.751Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-15T21:18:07.882Z | Compiling diesel_derives v2.3.7 |
| 2617 | 2026-05-15T21:18:08.033Z | Compiling crunchy v0.2.4 |
| 2618 | 2026-05-15T21:18:08.085Z | Compiling maplit v1.0.2 |
| 2619 | 2026-05-15T21:18:08.138Z | Compiling crc-any v2.5.0 |
| 2620 | 2026-05-15T21:18:08.166Z | Compiling glob v0.3.3 |
| 2621 | 2026-05-15T21:18:08.214Z | Compiling object v0.30.4 |
| 2622 | 2026-05-15T21:18:08.269Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-05-15T21:18:08.354Z | Compiling tabled v0.20.0 |
| 2624 | 2026-05-15T21:18:08.452Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-05-15T21:18:08.537Z | Compiling clang-sys v1.8.1 |
| 2626 | 2026-05-15T21:18:08.570Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-15T21:18:08.927Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-15T21:18:08.957Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-15T21:18:09.126Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2630 | 2026-05-15T21:18:09.203Z | Compiling typify-macro v0.4.3 |
| 2631 | 2026-05-15T21:18:09.312Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-15T21:18:09.358Z | Compiling path-slash v0.1.5 |
| 2633 | 2026-05-15T21:18:09.446Z | Compiling xshell-macros v0.2.7 |
| 2634 | 2026-05-15T21:18:09.476Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-05-15T21:18:09.593Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2636 | 2026-05-15T21:18:09.643Z | Compiling r2d2 v0.8.10 |
| 2637 | 2026-05-15T21:18:09.760Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-15T21:18:09.848Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-15T21:18:09.973Z | Compiling term v0.7.0 |
| 2640 | 2026-05-15T21:18:10.244Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-15T21:18:10.452Z | Compiling bit-vec v0.6.3 |
| 2642 | 2026-05-15T21:18:10.478Z | Compiling downcast-rs v2.0.2 |
| 2643 | 2026-05-15T21:18:10.615Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-15T21:18:10.699Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-05-15T21:18:10.745Z | Compiling itertools v0.10.5 |
| 2646 | 2026-05-15T21:18:10.878Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2647 | 2026-05-15T21:18:10.971Z | Compiling ena v0.14.4 |
| 2648 | 2026-05-15T21:18:11.164Z | Compiling libloading v0.8.9 |
| 2649 | 2026-05-15T21:18:11.212Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-05-15T21:18:11.350Z | Compiling diff v0.1.13 |
| 2651 | 2026-05-15T21:18:11.391Z | Compiling regex-syntax v0.6.29 |
| 2652 | 2026-05-15T21:18:11.610Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-05-15T21:18:11.855Z | Compiling bindgen v0.71.1 |
| 2654 | 2026-05-15T21:18:12.100Z | Compiling unicase v2.9.0 |
| 2655 | 2026-05-15T21:18:12.403Z | Compiling typify v0.4.3 |
| 2656 | 2026-05-15T21:18:12.612Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2657 | 2026-05-15T21:18:12.803Z | Compiling lalrpop v0.19.12 |
| 2658 | 2026-05-15T21:18:12.954Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2659 | 2026-05-15T21:18:13.361Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-05-15T21:18:13.466Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2661 | 2026-05-15T21:18:13.562Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2662 | 2026-05-15T21:18:13.720Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-15T21:18:13.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-15T21:18:13.979Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-15T21:18:14.152Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-15T21:18:14.240Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-15T21:18:14.274Z | Compiling diesel v2.3.7 |
| 2668 | 2026-05-15T21:18:14.425Z | Compiling git-stub-vcs v0.1.0 |
| 2669 | 2026-05-15T21:18:14.537Z | Compiling headers v0.4.1 |
| 2670 | 2026-05-15T21:18:14.559Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-15T21:18:14.790Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-05-15T21:18:15.180Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2673 | 2026-05-15T21:18:15.405Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-15T21:18:15.745Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-15T21:18:15.874Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-15T21:18:16.265Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-15T21:18:16.308Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-15T21:18:16.505Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-15T21:18:16.677Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-15T21:18:16.956Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-15T21:18:17.179Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-15T21:18:17.455Z | Compiling half v1.8.3 |
| 2683 | 2026-05-15T21:18:17.565Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-05-15T21:18:17.863Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-15T21:18:17.938Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-15T21:18:18.144Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-15T21:18:18.276Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-15T21:18:18.461Z | Compiling samael v0.0.19 |
| 2689 | 2026-05-15T21:18:18.482Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-05-15T21:18:18.511Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-05-15T21:18:18.677Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2692 | 2026-05-15T21:18:18.889Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-05-15T21:18:18.914Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-15T21:18:18.969Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-15T21:18:19.045Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2696 | 2026-05-15T21:18:19.196Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-15T21:18:19.237Z | Compiling salty v0.3.0 |
| 2698 | 2026-05-15T21:18:19.548Z | Compiling progenitor-impl v0.10.0 |
| 2699 | 2026-05-15T21:18:19.692Z | Compiling progenitor-impl v0.11.2 |
| 2700 | 2026-05-15T21:18:19.727Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-15T21:18:19.880Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2702 | 2026-05-15T21:18:20.256Z | Compiling polar-core v0.27.3 |
| 2703 | 2026-05-15T21:18:20.313Z | Compiling kstat-rs v0.2.4 |
| 2704 | 2026-05-15T21:18:20.355Z | Compiling libz-sys v1.1.24 |
| 2705 | 2026-05-15T21:18:20.765Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-05-15T21:18:20.891Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2707 | 2026-05-15T21:18:21.003Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2708 | 2026-05-15T21:18:21.651Z | Compiling progenitor-macro v0.10.0 |
| 2709 | 2026-05-15T21:18:21.882Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-05-15T21:18:23.074Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-15T21:18:23.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2712 | 2026-05-15T21:18:24.616Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-15T21:18:24.638Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-15T21:18:25.201Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-05-15T21:18:25.229Z | Compiling progenitor-client v0.11.2 |
| 2716 | 2026-05-15T21:18:25.681Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-05-15T21:18:25.775Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-05-15T21:18:25.938Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2719 | 2026-05-15T21:18:25.960Z | Compiling darling_core v0.23.0 |
| 2720 | 2026-05-15T21:18:28.165Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-05-15T21:18:29.776Z | Compiling oso v0.27.3 |
| 2722 | 2026-05-15T21:18:30.160Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-05-15T21:18:30.415Z | Compiling arc-swap v1.8.2 |
| 2724 | 2026-05-15T21:18:30.545Z | Compiling fs-err v2.11.0 |
| 2725 | 2026-05-15T21:18:30.804Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-05-15T21:18:31.005Z | Compiling mime_guess v2.0.5 |
| 2727 | 2026-05-15T21:18:31.513Z | Compiling async-bb8-diesel v0.2.1 |
| 2728 | 2026-05-15T21:18:31.957Z | Compiling diesel-dtrace v0.5.0 |
| 2729 | 2026-05-15T21:18:32.408Z | Compiling slog-scope v4.4.1 |
| 2730 | 2026-05-15T21:18:32.487Z | Compiling flume v0.11.1 |
| 2731 | 2026-05-15T21:18:32.872Z | Compiling darling_macro v0.23.0 |
| 2732 | 2026-05-15T21:18:32.894Z | Compiling progenitor v0.11.2 |
| 2733 | 2026-05-15T21:18:33.084Z | Compiling progenitor v0.10.0 |
| 2734 | 2026-05-15T21:18:33.293Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-15T21:18:33.377Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-15T21:18:33.679Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-15T21:18:34.618Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-15T21:18:34.951Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-15T21:18:35.086Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-15T21:18:35.321Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-05-15T21:18:35.692Z | Compiling p384 v0.13.1 |
| 2742 | 2026-05-15T21:18:35.947Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-15T21:18:36.238Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-15T21:18:36.358Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-15T21:18:37.195Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-15T21:18:37.251Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-15T21:18:37.281Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-05-15T21:18:37.284Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2749 | 2026-05-15T21:18:37.569Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-15T21:18:37.871Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-15T21:18:38.089Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-15T21:18:38.251Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-15T21:18:38.407Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-15T21:18:38.497Z | Compiling parse-size v1.1.0 |
| 2755 | 2026-05-15T21:18:38.637Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-15T21:18:38.715Z | Compiling http-range v0.1.5 |
| 2757 | 2026-05-15T21:18:39.050Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-15T21:18:39.352Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2759 | 2026-05-15T21:18:39.714Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-05-15T21:18:39.802Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-15T21:18:40.410Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-15T21:18:40.934Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-15T21:18:41.714Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-05-15T21:18:42.363Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-15T21:18:42.580Z | Compiling slog-envlogger v2.2.0 |
| 2766 | 2026-05-15T21:18:42.949Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-15T21:18:43.280Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-15T21:18:43.355Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-15T21:18:43.615Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-15T21:18:43.771Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-15T21:18:43.829Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-15T21:18:43.960Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-15T21:18:44.037Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-15T21:18:44.064Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-15T21:18:44.185Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-15T21:18:44.242Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-15T21:18:44.297Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-15T21:18:44.336Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-15T21:18:44.552Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-05-15T21:18:44.576Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-05-15T21:18:44.599Z | Compiling corncobs v0.1.4 |
| 2782 | 2026-05-15T21:18:44.674Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-15T21:18:44.699Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-05-15T21:18:44.860Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-05-15T21:18:44.925Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-05-15T21:18:45.001Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-05-15T21:18:45.031Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-15T21:18:45.257Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-05-15T21:18:45.638Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-05-15T21:18:45.686Z | Compiling sled v0.34.7 |
| 2791 | 2026-05-15T21:18:46.151Z | Compiling hyper-staticfile v0.10.1 |
| 2792 | 2026-05-15T21:18:46.811Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-15T21:18:47.349Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-15T21:18:47.466Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-15T21:18:48.844Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-15T21:18:49.074Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-15T21:18:49.268Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-15T21:18:49.506Z | Compiling rustls v0.21.12 |
| 2799 | 2026-05-15T21:18:50.023Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-15T21:18:50.644Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-15T21:18:50.742Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-15T21:18:51.460Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-15T21:18:51.989Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-15T21:18:52.049Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-15T21:18:52.714Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-15T21:18:53.161Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-15T21:18:53.890Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-15T21:18:54.130Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-05-15T21:18:54.355Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-05-15T21:18:54.577Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-05-15T21:18:54.971Z | Compiling sct v0.7.1 |
| 2812 | 2026-05-15T21:18:55.042Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-15T21:18:55.163Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-15T21:18:55.245Z | Compiling void v1.0.2 |
| 2815 | 2026-05-15T21:18:55.397Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-15T21:18:55.589Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-15T21:18:55.617Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-15T21:18:55.679Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-15T21:18:56.238Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-15T21:18:57.026Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-15T21:18:57.221Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-15T21:18:57.479Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-15T21:18:57.742Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-15T21:18:58.468Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2825 | 2026-05-15T21:18:58.597Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-05-15T21:18:58.699Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2827 | 2026-05-15T21:18:58.830Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2828 | 2026-05-15T21:18:58.934Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2829 | 2026-05-15T21:18:59.061Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-15T21:18:59.164Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-15T21:18:59.386Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-15T21:18:59.844Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-15T21:18:59.869Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-15T21:19:00.145Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2835 | 2026-05-15T21:19:00.537Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-05-15T21:19:00.668Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-15T21:19:00.935Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-05-15T21:19:03.708Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-05-15T21:19:03.782Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-05-15T21:19:05.822Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2841 | 2026-05-15T21:19:05.982Z | Compiling tokio-rustls v0.24.1 |
| 2842 | 2026-05-15T21:19:06.271Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-15T21:19:06.787Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-15T21:19:06.901Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-15T21:19:06.924Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-15T21:19:07.075Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-15T21:19:07.318Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-15T21:19:08.907Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-15T21:19:08.991Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-05-15T21:19:09.119Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-05-15T21:19:09.250Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-05-15T21:19:09.810Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-05-15T21:19:10.216Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-05-15T21:19:10.237Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-05-15T21:19:10.687Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-05-15T21:19:11.254Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2857 | 2026-05-15T21:19:11.684Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-15T21:19:12.804Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-15T21:19:13.466Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-15T21:19:13.703Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-15T21:19:13.883Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-15T21:19:13.909Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-15T21:19:14.076Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-15T21:19:14.114Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-15T21:19:14.356Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-15T21:19:14.441Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-05-15T21:19:14.654Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-05-15T21:19:15.515Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-15T21:19:15.615Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-15T21:19:16.126Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-15T21:19:16.387Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-15T21:19:17.718Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-05-15T21:19:17.797Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-05-15T21:19:19.067Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-05-15T21:19:19.094Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-15T21:19:19.586Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-05-15T21:19:19.816Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-05-15T21:19:20.047Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-15T21:19:20.274Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-15T21:19:21.018Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-15T21:19:21.465Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-05-15T21:19:21.572Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-05-15T21:19:21.597Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-05-15T21:19:21.737Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-05-15T21:19:21.858Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-05-15T21:19:22.123Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-05-15T21:19:22.223Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-15T21:19:22.844Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-05-15T21:19:23.762Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-05-15T21:19:23.902Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-05-15T21:19:24.687Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-15T21:19:24.981Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-15T21:19:25.535Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-15T21:19:26.085Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-15T21:19:26.326Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-15T21:19:26.376Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-15T21:19:27.217Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-15T21:19:28.340Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-15T21:19:29.492Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-15T21:19:30.202Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-05-15T21:19:31.807Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2902 | 2026-05-15T21:19:32.132Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-15T21:19:40.261Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2904 | 2026-05-15T21:19:42.328Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-05-15T21:19:53.216Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-15T21:19:54.567Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-15T21:24:59.849Z | Finished `release` profile [optimized] target(s) in 7m 20s |
| 2908 | 2026-05-15T21:25:43.781Z | |
| 2909 | 2026-05-15T21:25:43.781Z | real 8:05.591297990 |
| 2910 | 2026-05-15T21:25:43.781Z | user 1:17:34.878407802 |
| 2911 | 2026-05-15T21:25:43.784Z | sys 3:26.422324591 |
| 2912 | 2026-05-15T21:25:43.784Z | trap 1.765189901 |
| 2913 | 2026-05-15T21:25:43.784Z | tflt 3.182256802 |
| 2914 | 2026-05-15T21:25:43.784Z | dflt 17.496783339 |
| 2915 | 2026-05-15T21:25:43.784Z | kflt 0.013899251 |
| 2916 | 2026-05-15T21:25:43.784Z | lock 6:18:42.010323179 |
| 2917 | 2026-05-15T21:25:43.784Z | slp 2:12:58.302868822 |
| 2918 | 2026-05-15T21:25:43.784Z | lat 2:27.240437307 |
| 2919 | 2026-05-15T21:25:43.784Z | stop 5:12.840919241 |
| 2920 | 2026-05-15T21:25:43.784Z | + mapfile -t packages |
| 2921 | 2026-05-15T21:25:43.784Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-05-15T21:25:44.759Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2923 | 2026-05-15T21:25:44.837Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-05-15T21:25:44.894Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-05-15T21:25:44.897Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-05-15T21:25:45.431Z | Compiling libc v0.2.185 |
| 2927 | 2026-05-15T21:25:45.431Z | Compiling serde v1.0.228 |
| 2928 | 2026-05-15T21:25:45.434Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-05-15T21:25:45.434Z | Compiling rustix v1.1.3 |
| 2930 | 2026-05-15T21:25:45.434Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-05-15T21:25:45.434Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-05-15T21:25:45.574Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-05-15T21:25:45.584Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-15T21:25:45.594Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-15T21:25:45.616Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-05-15T21:25:45.619Z | Compiling indexmap v2.14.0 |
| 2937 | 2026-05-15T21:25:45.636Z | Compiling syn v1.0.109 |
| 2938 | 2026-05-15T21:25:45.649Z | Compiling percent-encoding v2.3.2 |
| 2939 | 2026-05-15T21:25:45.649Z | Compiling log v0.4.29 |
| 2940 | 2026-05-15T21:25:45.770Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-05-15T21:25:45.872Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-05-15T21:25:46.029Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-05-15T21:25:46.065Z | Compiling anyhow v1.0.102 |
| 2944 | 2026-05-15T21:25:46.065Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-05-15T21:25:46.068Z | Compiling heck v0.4.1 |
| 2946 | 2026-05-15T21:25:46.274Z | Compiling errno v0.3.14 |
| 2947 | 2026-05-15T21:25:46.277Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-05-15T21:25:46.341Z | Compiling memmap v0.7.0 |
| 2949 | 2026-05-15T21:25:46.607Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-05-15T21:25:47.115Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-05-15T21:25:47.280Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-05-15T21:25:47.280Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-05-15T21:25:47.358Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-05-15T21:25:47.382Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-05-15T21:25:47.383Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-05-15T21:25:47.514Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-05-15T21:25:48.030Z | Compiling tabled v0.15.0 |
| 2958 | 2026-05-15T21:25:48.089Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-05-15T21:25:48.089Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-05-15T21:25:48.475Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-05-15T21:25:48.475Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-05-15T21:25:48.478Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-05-15T21:25:48.478Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-05-15T21:25:48.478Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-05-15T21:25:48.478Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-05-15T21:25:48.478Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-05-15T21:25:48.478Z | Compiling clap_derive v4.5.55 |
| 2968 | 2026-05-15T21:25:48.532Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-05-15T21:25:48.602Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-05-15T21:25:49.161Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-05-15T21:25:49.202Z | Compiling scroll v0.12.0 |
| 2972 | 2026-05-15T21:25:49.317Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-05-15T21:25:49.507Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-15T21:25:49.597Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-05-15T21:25:49.689Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-05-15T21:25:49.727Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-05-15T21:25:49.763Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-05-15T21:25:49.835Z | Compiling yoke v0.8.1 |
| 2979 | 2026-05-15T21:25:50.054Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-05-15T21:25:50.164Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-05-15T21:25:50.176Z | Compiling clap v4.5.60 |
| 2982 | 2026-05-15T21:25:50.618Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-05-15T21:25:50.666Z | Compiling potential_utf v0.1.4 |
| 2984 | 2026-05-15T21:25:50.857Z | Compiling icu_locale_core v2.1.1 |
| 2985 | 2026-05-15T21:25:50.877Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-05-15T21:25:51.632Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-05-15T21:25:51.665Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-05-15T21:25:51.849Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-05-15T21:25:52.068Z | Compiling icu_properties v2.1.2 |
| 2990 | 2026-05-15T21:25:52.086Z | Compiling icu_normalizer v2.1.1 |
| 2991 | 2026-05-15T21:25:52.089Z | Compiling toml_edit v0.22.27 |
| 2992 | 2026-05-15T21:25:52.237Z | Compiling dof v0.3.0 |
| 2993 | 2026-05-15T21:25:52.275Z | Compiling serde_tokenstream v0.2.3 |
| 2994 | 2026-05-15T21:25:52.363Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-05-15T21:25:52.452Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-05-15T21:25:52.591Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-05-15T21:25:52.959Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-05-15T21:25:53.081Z | Compiling idna v1.1.0 |
| 2999 | 2026-05-15T21:25:53.109Z | Compiling usdt-macro v0.5.0 |
| 3000 | 2026-05-15T21:25:53.120Z | Compiling usdt-attr-macro v0.5.0 |
| 3001 | 2026-05-15T21:25:53.564Z | Compiling url v2.5.8 |
| 3002 | 2026-05-15T21:25:53.709Z | Compiling toml v0.8.23 |
| 3003 | 2026-05-15T21:25:53.778Z | Compiling usdt v0.5.0 |
| 3004 | 2026-05-15T21:25:54.171Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-05-15T21:25:54.187Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-05-15T21:25:55.220Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-05-15T21:25:58.286Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-05-15T21:26:01.269Z | Finished `release` profile [optimized] target(s) in 16.36s |
| 3009 | 2026-05-15T21:26:01.394Z | |
| 3010 | 2026-05-15T21:26:01.394Z | real 16.463468155 |
| 3011 | 2026-05-15T21:26:01.394Z | user 2:21.811719116 |
| 3012 | 2026-05-15T21:26:01.394Z | sys 16.597742961 |
| 3013 | 2026-05-15T21:26:01.394Z | trap 0.102487763 |
| 3014 | 2026-05-15T21:26:01.394Z | tflt 0.540944247 |
| 3015 | 2026-05-15T21:26:01.394Z | dflt 1.333245343 |
| 3016 | 2026-05-15T21:26:01.397Z | kflt 0.000025880 |
| 3017 | 2026-05-15T21:26:01.397Z | lock 5:17.307199579 |
| 3018 | 2026-05-15T21:26:01.397Z | slp 3:26.569256017 |
| 3019 | 2026-05-15T21:26:01.397Z | lat 6.751892310 |
| 3020 | 2026-05-15T21:26:01.397Z | stop 19.671229907 |
| 3021 | 2026-05-15T21:26:01.397Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-15T21:26:01.397Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-15T21:26:01.397Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-15T21:26:01.397Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-15T21:26:01.397Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-05-15T21:26:02.349Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-05-15T21:26:02.349Z | Compiling regress v0.10.5 |
| 3028 | 2026-05-15T21:26:02.349Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-05-15T21:26:02.352Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-15T21:26:02.352Z | Compiling rustls v0.22.4 |
| 3031 | 2026-05-15T21:26:02.496Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-05-15T21:26:02.499Z | Compiling multer v3.1.0 |
| 3033 | 2026-05-15T21:26:02.508Z | Compiling compression-core v0.4.31 |
| 3034 | 2026-05-15T21:26:02.511Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-05-15T21:26:02.511Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-05-15T21:26:02.511Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-05-15T21:26:02.511Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-05-15T21:26:02.530Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-05-15T21:26:02.530Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3040 | 2026-05-15T21:26:02.533Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-15T21:26:02.533Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-15T21:26:02.781Z | Compiling hostname v0.3.1 |
| 3043 | 2026-05-15T21:26:02.781Z | Compiling progenitor-client v0.14.0 |
| 3044 | 2026-05-15T21:26:02.818Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-15T21:26:02.821Z | Compiling itertools v0.14.0 |
| 3046 | 2026-05-15T21:26:02.893Z | Compiling compression-codecs v0.4.37 |
| 3047 | 2026-05-15T21:26:02.893Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-15T21:26:02.922Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-05-15T21:26:02.926Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-15T21:26:02.976Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-15T21:26:03.055Z | Compiling hostname v0.4.2 |
| 3052 | 2026-05-15T21:26:03.074Z | Compiling async-compression v0.4.41 |
| 3053 | 2026-05-15T21:26:03.110Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-05-15T21:26:03.130Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-05-15T21:26:03.155Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-05-15T21:26:03.173Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-05-15T21:26:03.220Z | Compiling instant v0.1.13 |
| 3058 | 2026-05-15T21:26:03.264Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3059 | 2026-05-15T21:26:03.281Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-05-15T21:26:03.302Z | Compiling progenitor-client v0.10.0 |
| 3061 | 2026-05-15T21:26:03.345Z | Compiling backon v1.6.0 |
| 3062 | 2026-05-15T21:26:03.360Z | Compiling backoff v0.4.0 |
| 3063 | 2026-05-15T21:26:03.407Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-05-15T21:26:03.424Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-05-15T21:26:03.474Z | Compiling universal-hash v0.5.1 |
| 3066 | 2026-05-15T21:26:03.493Z | Compiling opaque-debug v0.3.1 |
| 3067 | 2026-05-15T21:26:03.518Z | Compiling unsafe-libyaml v0.2.11 |
| 3068 | 2026-05-15T21:26:03.560Z | Compiling progenitor-extras v0.2.0 |
| 3069 | 2026-05-15T21:26:03.577Z | Compiling half v2.7.1 |
| 3070 | 2026-05-15T21:26:03.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-05-15T21:26:03.611Z | Compiling ciborium-io v0.2.2 |
| 3072 | 2026-05-15T21:26:03.627Z | Compiling crucible-workspace-hack v0.1.0 |
| 3073 | 2026-05-15T21:26:03.643Z | Compiling regress v0.11.1 |
| 3074 | 2026-05-15T21:26:03.725Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3075 | 2026-05-15T21:26:03.749Z | Compiling convert_case v0.4.0 |
| 3076 | 2026-05-15T21:26:03.832Z | Compiling aead v0.5.2 |
| 3077 | 2026-05-15T21:26:03.868Z | Compiling ciborium-ll v0.2.2 |
| 3078 | 2026-05-15T21:26:03.907Z | Compiling structmeta v0.3.0 |
| 3079 | 2026-05-15T21:26:03.925Z | Compiling secrecy v0.10.3 |
| 3080 | 2026-05-15T21:26:03.943Z | Compiling poly1305 v0.8.0 |
| 3081 | 2026-05-15T21:26:03.982Z | Compiling chacha20 v0.9.1 |
| 3082 | 2026-05-15T21:26:04.008Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3083 | 2026-05-15T21:26:04.056Z | Compiling ciborium v0.2.2 |
| 3084 | 2026-05-15T21:26:04.112Z | Compiling serde_yaml v0.9.34+deprecated |
| 3085 | 2026-05-15T21:26:04.115Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2026-05-15T21:26:04.163Z | Compiling derive_more v0.99.20 |
| 3087 | 2026-05-15T21:26:04.166Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3088 | 2026-05-15T21:26:04.166Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3089 | 2026-05-15T21:26:04.244Z | Compiling derive-ex v0.1.8 |
| 3090 | 2026-05-15T21:26:04.322Z | Compiling parse-display-derive v0.10.0 |
| 3091 | 2026-05-15T21:26:04.351Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-05-15T21:26:04.369Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-05-15T21:26:04.539Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-15T21:26:04.542Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-05-15T21:26:04.575Z | Compiling blake2 v0.10.6 |
| 3096 | 2026-05-15T21:26:04.685Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-05-15T21:26:04.739Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-05-15T21:26:04.773Z | Compiling heapless v0.8.0 |
| 3099 | 2026-05-15T21:26:04.810Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-15T21:26:04.864Z | Compiling argon2 v0.5.3 |
| 3101 | 2026-05-15T21:26:04.908Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-15T21:26:05.002Z | Compiling tokio-rustls v0.25.0 |
| 3103 | 2026-05-15T21:26:05.162Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-05-15T21:26:05.162Z | Compiling num-rational v0.4.2 |
| 3105 | 2026-05-15T21:26:05.287Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-05-15T21:26:05.431Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-05-15T21:26:05.548Z | Compiling vsss-rs v3.3.4 |
| 3108 | 2026-05-15T21:26:05.631Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3109 | 2026-05-15T21:26:05.702Z | Compiling hash32 v0.3.1 |
| 3110 | 2026-05-15T21:26:05.805Z | Compiling num-complex v0.4.6 |
| 3111 | 2026-05-15T21:26:05.893Z | Compiling smoltcp v0.11.0 |
| 3112 | 2026-05-15T21:26:05.926Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3113 | 2026-05-15T21:26:06.052Z | Compiling test-strategy v0.4.5 |
| 3114 | 2026-05-15T21:26:06.095Z | Compiling parse-display v0.10.0 |
| 3115 | 2026-05-15T21:26:06.190Z | Compiling num v0.4.3 |
| 3116 | 2026-05-15T21:26:06.229Z | Compiling proc-macro-crate v3.4.0 |
| 3117 | 2026-05-15T21:26:06.259Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3118 | 2026-05-15T21:26:06.299Z | Compiling atomicwrites v0.4.4 |
| 3119 | 2026-05-15T21:26:06.321Z | Compiling cobs v0.3.0 |
| 3120 | 2026-05-15T21:26:06.384Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-05-15T21:26:06.439Z | Compiling colored v3.1.1 |
| 3122 | 2026-05-15T21:26:06.493Z | Compiling float-ord v0.3.2 |
| 3123 | 2026-05-15T21:26:06.549Z | Compiling postcard v1.1.3 |
| 3124 | 2026-05-15T21:26:06.574Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-05-15T21:26:06.630Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-05-15T21:26:06.646Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3127 | 2026-05-15T21:26:06.665Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-05-15T21:26:06.827Z | Compiling num_enum_derive v0.7.5 |
| 3129 | 2026-05-15T21:26:06.844Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3130 | 2026-05-15T21:26:06.847Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3131 | 2026-05-15T21:26:06.922Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-05-15T21:26:06.939Z | Compiling rayon-core v1.13.0 |
| 3133 | 2026-05-15T21:26:06.969Z | Compiling cpufeatures v0.3.0 |
| 3134 | 2026-05-15T21:26:06.991Z | Compiling foreign-types-shared v0.3.1 |
| 3135 | 2026-05-15T21:26:07.106Z | Compiling chacha20 v0.10.0 |
| 3136 | 2026-05-15T21:26:07.109Z | Compiling num_enum_derive v0.5.11 |
| 3137 | 2026-05-15T21:26:07.159Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-15T21:26:07.194Z | Compiling crossbeam-deque v0.8.6 |
| 3139 | 2026-05-15T21:26:07.232Z | Compiling camino-tempfile v1.4.1 |
| 3140 | 2026-05-15T21:26:07.271Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3141 | 2026-05-15T21:26:07.305Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3142 | 2026-05-15T21:26:07.353Z | Compiling foreign-types v0.5.0 |
| 3143 | 2026-05-15T21:26:07.430Z | Compiling cstr-argument v0.1.2 |
| 3144 | 2026-05-15T21:26:07.457Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3145 | 2026-05-15T21:26:07.493Z | Compiling rand v0.10.0 |
| 3146 | 2026-05-15T21:26:07.622Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3147 | 2026-05-15T21:26:07.639Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3148 | 2026-05-15T21:26:07.724Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3149 | 2026-05-15T21:26:07.748Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3150 | 2026-05-15T21:26:07.767Z | Compiling ingot-types v0.1.2 |
| 3151 | 2026-05-15T21:26:07.808Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-05-15T21:26:07.841Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3153 | 2026-05-15T21:26:07.903Z | Compiling rayon v1.11.0 |
| 3154 | 2026-05-15T21:26:07.919Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3155 | 2026-05-15T21:26:07.991Z | Compiling num_enum v0.7.5 |
| 3156 | 2026-05-15T21:26:08.011Z | Compiling itertools v0.12.1 |
| 3157 | 2026-05-15T21:26:08.068Z | Compiling num-derive v0.4.2 |
| 3158 | 2026-05-15T21:26:08.102Z | Compiling sigpipe v0.1.3 |
| 3159 | 2026-05-15T21:26:08.148Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-15T21:26:08.151Z | Compiling glob v0.3.3 |
| 3161 | 2026-05-15T21:26:08.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3162 | 2026-05-15T21:26:08.217Z | Compiling ingot v0.1.1 |
| 3163 | 2026-05-15T21:26:08.233Z | Compiling prettyplease v0.2.37 |
| 3164 | 2026-05-15T21:26:08.251Z | Compiling num_enum v0.5.11 |
| 3165 | 2026-05-15T21:26:08.251Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3166 | 2026-05-15T21:26:08.388Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-05-15T21:26:08.412Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3168 | 2026-05-15T21:26:08.467Z | Compiling smf v0.2.3 |
| 3169 | 2026-05-15T21:26:08.517Z | Compiling whoami v1.6.1 |
| 3170 | 2026-05-15T21:26:08.532Z | Compiling usdt-attr-macro v0.5.0 |
| 3171 | 2026-05-15T21:26:08.677Z | Compiling usdt-macro v0.5.0 |
| 3172 | 2026-05-15T21:26:08.730Z | Compiling gethostname v0.5.0 |
| 3173 | 2026-05-15T21:26:08.836Z | Compiling memmap v0.7.0 |
| 3174 | 2026-05-15T21:26:08.869Z | Compiling derive-where v1.6.0 |
| 3175 | 2026-05-15T21:26:08.884Z | Compiling progenitor-client v0.13.0 |
| 3176 | 2026-05-15T21:26:09.030Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-05-15T21:26:09.051Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3178 | 2026-05-15T21:26:09.069Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3179 | 2026-05-15T21:26:09.222Z | Compiling zone v0.3.1 |
| 3180 | 2026-05-15T21:26:09.241Z | Compiling cancel-safe-futures v0.1.5 |
| 3181 | 2026-05-15T21:26:09.322Z | Compiling owo-colors v4.3.0 |
| 3182 | 2026-05-15T21:26:09.405Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-05-15T21:26:09.423Z | Compiling console v0.15.11 |
| 3184 | 2026-05-15T21:26:09.476Z | Compiling usdt v0.5.0 |
| 3185 | 2026-05-15T21:26:09.495Z | Compiling hickory-proto v0.24.4 |
| 3186 | 2026-05-15T21:26:09.535Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-05-15T21:26:09.609Z | Compiling libsw v3.5.0 |
| 3188 | 2026-05-15T21:26:09.771Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-05-15T21:26:09.790Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2026-05-15T21:26:09.817Z | Compiling linear-map v1.2.0 |
| 3191 | 2026-05-15T21:26:09.919Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-05-15T21:26:09.945Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-05-15T21:26:09.963Z | Compiling git-stub v1.0.0 |
| 3194 | 2026-05-15T21:26:09.982Z | Compiling typify-macro v0.6.2 |
| 3195 | 2026-05-15T21:26:10.004Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3196 | 2026-05-15T21:26:10.047Z | Compiling bitfield-struct v0.6.2 |
| 3197 | 2026-05-15T21:26:10.064Z | Compiling semver v0.1.20 |
| 3198 | 2026-05-15T21:26:10.132Z | Compiling lru-cache v0.1.2 |
| 3199 | 2026-05-15T21:26:10.135Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-05-15T21:26:10.168Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-05-15T21:26:10.192Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3202 | 2026-05-15T21:26:10.250Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-05-15T21:26:10.270Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-05-15T21:26:10.288Z | Compiling rustc_version v0.1.7 |
| 3205 | 2026-05-15T21:26:10.303Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-05-15T21:26:10.382Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3207 | 2026-05-15T21:26:10.408Z | Compiling oxide-tokio-rt v0.1.4 |
| 3208 | 2026-05-15T21:26:10.466Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3209 | 2026-05-15T21:26:10.505Z | Compiling nom v7.1.3 |
| 3210 | 2026-05-15T21:26:10.532Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-05-15T21:26:10.549Z | Compiling newtype_derive v0.1.6 |
| 3212 | 2026-05-15T21:26:10.549Z | Compiling typify-impl v0.4.3 |
| 3213 | 2026-05-15T21:26:10.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-05-15T21:26:10.586Z | Compiling phf_shared v0.12.1 |
| 3215 | 2026-05-15T21:26:10.706Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3216 | 2026-05-15T21:26:10.726Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-05-15T21:26:10.745Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3218 | 2026-05-15T21:26:10.782Z | Compiling xshell-macros v0.2.7 |
| 3219 | 2026-05-15T21:26:10.807Z | Compiling highway v1.3.0 |
| 3220 | 2026-05-15T21:26:10.870Z | Compiling chrono-tz v0.10.4 |
| 3221 | 2026-05-15T21:26:11.061Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-05-15T21:26:11.108Z | Compiling csv v1.4.0 |
| 3223 | 2026-05-15T21:26:11.124Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-05-15T21:26:11.186Z | Compiling phf v0.12.1 |
| 3225 | 2026-05-15T21:26:11.207Z | Compiling xshell v0.2.7 |
| 3226 | 2026-05-15T21:26:11.241Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-05-15T21:26:11.372Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3228 | 2026-05-15T21:26:11.480Z | Compiling primeorder v0.13.6 |
| 3229 | 2026-05-15T21:26:11.568Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-05-15T21:26:11.690Z | Compiling hickory-resolver v0.24.4 |
| 3231 | 2026-05-15T21:26:11.781Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-05-15T21:26:11.821Z | Compiling typify v0.6.2 |
| 3233 | 2026-05-15T21:26:11.845Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-05-15T21:26:11.863Z | Compiling bcs v0.1.6 |
| 3235 | 2026-05-15T21:26:11.882Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3236 | 2026-05-15T21:26:11.957Z | Compiling progenitor-impl v0.14.0 |
| 3237 | 2026-05-15T21:26:11.984Z | Compiling progenitor-impl v0.13.0 |
| 3238 | 2026-05-15T21:26:12.048Z | Compiling const_format v0.2.35 |
| 3239 | 2026-05-15T21:26:12.285Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-05-15T21:26:12.424Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3241 | 2026-05-15T21:26:12.459Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3242 | 2026-05-15T21:26:12.494Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-05-15T21:26:12.512Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3244 | 2026-05-15T21:26:12.710Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3245 | 2026-05-15T21:26:12.839Z | Compiling qorb v0.4.1 |
| 3246 | 2026-05-15T21:26:12.859Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3247 | 2026-05-15T21:26:12.904Z | Compiling salty v0.3.0 |
| 3248 | 2026-05-15T21:26:13.155Z | Compiling termtree v0.5.1 |
| 3249 | 2026-05-15T21:26:13.180Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-15T21:26:13.341Z | Compiling tagptr v0.2.0 |
| 3251 | 2026-05-15T21:26:13.381Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-15T21:26:13.496Z | Compiling moka v0.12.13 |
| 3253 | 2026-05-15T21:26:13.547Z | Compiling tabled v0.15.0 |
| 3254 | 2026-05-15T21:26:13.735Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-15T21:26:13.901Z | Compiling steno v0.4.1 |
| 3256 | 2026-05-15T21:26:13.989Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3257 | 2026-05-15T21:26:14.012Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3258 | 2026-05-15T21:26:14.189Z | Compiling base64 v0.21.7 |
| 3259 | 2026-05-15T21:26:14.208Z | Compiling humantime v2.3.0 |
| 3260 | 2026-05-15T21:26:14.251Z | Compiling radium v0.7.0 |
| 3261 | 2026-05-15T21:26:14.269Z | Compiling hickory-resolver v0.25.2 |
| 3262 | 2026-05-15T21:26:14.341Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-05-15T21:26:14.553Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-15T21:26:14.556Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-15T21:26:14.630Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-15T21:26:14.742Z | Compiling progenitor-macro v0.14.0 |
| 3267 | 2026-05-15T21:26:14.767Z | Compiling progenitor-macro v0.13.0 |
| 3268 | 2026-05-15T21:26:14.786Z | Compiling p384 v0.13.1 |
| 3269 | 2026-05-15T21:26:14.951Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-15T21:26:14.975Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-05-15T21:26:15.111Z | Compiling typify-macro v0.4.3 |
| 3272 | 2026-05-15T21:26:15.243Z | Compiling tap v1.0.1 |
| 3273 | 2026-05-15T21:26:15.385Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-05-15T21:26:15.403Z | Compiling wyz v0.5.1 |
| 3275 | 2026-05-15T21:26:15.438Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3276 | 2026-05-15T21:26:15.629Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3277 | 2026-05-15T21:26:15.714Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-05-15T21:26:15.762Z | Compiling funty v2.0.0 |
| 3279 | 2026-05-15T21:26:15.947Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3280 | 2026-05-15T21:26:16.003Z | Compiling utf-8 v0.7.6 |
| 3281 | 2026-05-15T21:26:16.074Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3282 | 2026-05-15T21:26:16.173Z | Compiling parking_lot_core v0.8.6 |
| 3283 | 2026-05-15T21:26:16.190Z | Compiling packed_struct v0.10.1 |
| 3284 | 2026-05-15T21:26:16.228Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-05-15T21:26:16.249Z | Compiling tungstenite v0.21.0 |
| 3286 | 2026-05-15T21:26:16.291Z | Compiling bitvec v1.0.1 |
| 3287 | 2026-05-15T21:26:16.383Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-15T21:26:16.410Z | Compiling num-derive v0.3.3 |
| 3289 | 2026-05-15T21:26:16.490Z | Compiling packed_struct_codegen v0.10.1 |
| 3290 | 2026-05-15T21:26:16.524Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-15T21:26:16.542Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-05-15T21:26:16.574Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-15T21:26:16.641Z | Compiling crc-catalog v2.4.0 |
| 3294 | 2026-05-15T21:26:16.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3295 | 2026-05-15T21:26:16.802Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3296 | 2026-05-15T21:26:16.817Z | Compiling nodrop v0.1.14 |
| 3297 | 2026-05-15T21:26:16.917Z | Compiling typify v0.4.3 |
| 3298 | 2026-05-15T21:26:16.948Z | Compiling array-init v0.0.4 |
| 3299 | 2026-05-15T21:26:17.050Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3300 | 2026-05-15T21:26:17.105Z | Compiling progenitor-impl v0.11.2 |
| 3301 | 2026-05-15T21:26:17.122Z | Compiling tokio-tungstenite v0.21.0 |
| 3302 | 2026-05-15T21:26:17.147Z | Compiling crc v3.4.0 |
| 3303 | 2026-05-15T21:26:17.348Z | Compiling bitfield v0.19.4 |
| 3304 | 2026-05-15T21:26:17.365Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-05-15T21:26:17.385Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-05-15T21:26:17.404Z | Compiling ghash v0.5.1 |
| 3307 | 2026-05-15T21:26:17.451Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-05-15T21:26:17.537Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-15T21:26:17.659Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-15T21:26:17.686Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-05-15T21:26:17.813Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-05-15T21:26:17.831Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-15T21:26:17.834Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-05-15T21:26:17.862Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-15T21:26:18.002Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3316 | 2026-05-15T21:26:18.049Z | Compiling ctr v0.9.2 |
| 3317 | 2026-05-15T21:26:18.169Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-15T21:26:18.238Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-15T21:26:18.256Z | Compiling corncobs v0.1.4 |
| 3320 | 2026-05-15T21:26:18.281Z | Compiling unicase v2.9.0 |
| 3321 | 2026-05-15T21:26:18.410Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3322 | 2026-05-15T21:26:18.468Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-05-15T21:26:18.518Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3324 | 2026-05-15T21:26:18.535Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-05-15T21:26:18.581Z | Compiling aes-gcm v0.10.3 |
| 3326 | 2026-05-15T21:26:18.599Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3327 | 2026-05-15T21:26:18.625Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-05-15T21:26:18.669Z | Compiling tabled v0.20.0 |
| 3329 | 2026-05-15T21:26:18.801Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-05-15T21:26:18.887Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3331 | 2026-05-15T21:26:19.006Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-05-15T21:26:19.126Z | Compiling serde-hex v0.1.0 |
| 3333 | 2026-05-15T21:26:19.164Z | Compiling parking_lot v0.11.2 |
| 3334 | 2026-05-15T21:26:19.206Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-15T21:26:19.408Z | Compiling progenitor-impl v0.10.0 |
| 3336 | 2026-05-15T21:26:19.446Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3337 | 2026-05-15T21:26:19.577Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3338 | 2026-05-15T21:26:19.597Z | Compiling ron v0.8.1 |
| 3339 | 2026-05-15T21:26:19.675Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-05-15T21:26:19.754Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-05-15T21:26:19.883Z | Compiling progenitor-macro v0.11.2 |
| 3342 | 2026-05-15T21:26:20.003Z | Compiling progenitor v0.13.0 |
| 3343 | 2026-05-15T21:26:20.019Z | Compiling progenitor v0.14.0 |
| 3344 | 2026-05-15T21:26:20.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3345 | 2026-05-15T21:26:20.190Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3346 | 2026-05-15T21:26:20.295Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3347 | 2026-05-15T21:26:20.345Z | Compiling progenitor-client v0.11.2 |
| 3348 | 2026-05-15T21:26:20.407Z | Compiling prefix-trie v0.7.0 |
| 3349 | 2026-05-15T21:26:20.595Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-05-15T21:26:20.693Z | Compiling ssh-encoding v0.2.0 |
| 3351 | 2026-05-15T21:26:20.721Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-15T21:26:20.825Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-15T21:26:20.877Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-05-15T21:26:20.898Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-05-15T21:26:20.901Z | Compiling ssh-cipher v0.2.0 |
| 3356 | 2026-05-15T21:26:20.990Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-05-15T21:26:21.093Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3358 | 2026-05-15T21:26:21.139Z | Compiling sled v0.34.7 |
| 3359 | 2026-05-15T21:26:21.141Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3360 | 2026-05-15T21:26:21.174Z | Compiling hickory-server v0.25.2 |
| 3361 | 2026-05-15T21:26:21.322Z | Compiling object v0.30.4 |
| 3362 | 2026-05-15T21:26:21.515Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-05-15T21:26:21.552Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2026-05-15T21:26:21.879Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-05-15T21:26:21.901Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3366 | 2026-05-15T21:26:22.090Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3367 | 2026-05-15T21:26:22.181Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-05-15T21:26:22.267Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3369 | 2026-05-15T21:26:22.828Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-05-15T21:26:23.145Z | Compiling progenitor-macro v0.10.0 |
| 3371 | 2026-05-15T21:26:23.216Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-15T21:26:23.362Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-15T21:26:23.388Z | Compiling http-range v0.1.5 |
| 3374 | 2026-05-15T21:26:23.611Z | Compiling half v1.8.3 |
| 3375 | 2026-05-15T21:26:23.784Z | Compiling path-slash v0.1.5 |
| 3376 | 2026-05-15T21:26:23.788Z | Compiling crc8 v0.1.1 |
| 3377 | 2026-05-15T21:26:23.908Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3378 | 2026-05-15T21:26:23.957Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-05-15T21:26:24.017Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3380 | 2026-05-15T21:26:24.247Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-05-15T21:26:24.279Z | Compiling pbkdf2 v0.11.0 |
| 3382 | 2026-05-15T21:26:24.400Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-05-15T21:26:24.532Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3384 | 2026-05-15T21:26:24.591Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3385 | 2026-05-15T21:26:24.694Z | Compiling ssh-key v0.6.7 |
| 3386 | 2026-05-15T21:26:24.916Z | Compiling progenitor v0.11.2 |
| 3387 | 2026-05-15T21:26:25.109Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-05-15T21:26:25.160Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-05-15T21:26:25.180Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-05-15T21:26:25.200Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-15T21:26:25.410Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-15T21:26:25.434Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-15T21:26:25.452Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-15T21:26:25.521Z | Compiling p521 v0.13.3 |
| 3395 | 2026-05-15T21:26:25.622Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-15T21:26:25.719Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-05-15T21:26:25.857Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-15T21:26:25.993Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-15T21:26:26.122Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-15T21:26:26.154Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-15T21:26:26.174Z | Compiling russh-cryptovec v0.7.3 |
| 3402 | 2026-05-15T21:26:26.190Z | Compiling md5 v0.7.0 |
| 3403 | 2026-05-15T21:26:26.229Z | Compiling home v0.5.12 |
| 3404 | 2026-05-15T21:26:26.292Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3405 | 2026-05-15T21:26:26.340Z | Compiling headers v0.4.1 |
| 3406 | 2026-05-15T21:26:26.393Z | Compiling russh-keys v0.45.0 |
| 3407 | 2026-05-15T21:26:26.410Z | Compiling flume v0.11.1 |
| 3408 | 2026-05-15T21:26:26.428Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-05-15T21:26:26.431Z | Compiling rcgen v0.12.1 |
| 3410 | 2026-05-15T21:26:26.464Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-15T21:26:26.486Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3412 | 2026-05-15T21:26:26.558Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3413 | 2026-05-15T21:26:26.691Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3414 | 2026-05-15T21:26:26.756Z | Compiling hyper-staticfile v0.10.1 |
| 3415 | 2026-05-15T21:26:26.893Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-05-15T21:26:27.121Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3417 | 2026-05-15T21:26:27.153Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-05-15T21:26:27.329Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-15T21:26:27.332Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3420 | 2026-05-15T21:26:27.362Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3421 | 2026-05-15T21:26:27.516Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-15T21:26:27.566Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-05-15T21:26:27.666Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-05-15T21:26:27.807Z | Compiling num-bigint v0.4.6 |
| 3425 | 2026-05-15T21:26:27.966Z | Compiling des v0.8.1 |
| 3426 | 2026-05-15T21:26:27.984Z | Compiling subprocess v0.2.15 |
| 3427 | 2026-05-15T21:26:28.018Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-05-15T21:26:28.058Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-05-15T21:26:28.076Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-05-15T21:26:28.115Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-15T21:26:28.214Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-15T21:26:28.232Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-15T21:26:28.234Z | Compiling progenitor v0.10.0 |
| 3434 | 2026-05-15T21:26:28.289Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3435 | 2026-05-15T21:26:28.438Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3436 | 2026-05-15T21:26:28.454Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-05-15T21:26:28.511Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3438 | 2026-05-15T21:26:28.561Z | Compiling internet-checksum v0.2.1 |
| 3439 | 2026-05-15T21:26:28.978Z | Compiling russh v0.45.0 |
| 3440 | 2026-05-15T21:26:29.190Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-05-15T21:26:29.235Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-05-15T21:26:31.469Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3443 | 2026-05-15T21:26:31.734Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-15T21:26:32.440Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-15T21:26:32.913Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-15T21:26:34.347Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-15T21:26:42.327Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3448 | 2026-05-15T21:26:42.327Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-05-15T21:26:42.330Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-05-15T21:26:42.330Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-05-15T21:26:44.065Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3452 | 2026-05-15T21:26:44.082Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3453 | 2026-05-15T21:26:48.276Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-05-15T21:27:27.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3455 | 2026-05-15T21:27:27.587Z | |
| 3456 | 2026-05-15T21:27:27.587Z | real 1:26.123793847 |
| 3457 | 2026-05-15T21:27:27.587Z | user 8:14.065576464 |
| 3458 | 2026-05-15T21:27:27.587Z | sys 1:41.603190488 |
| 3459 | 2026-05-15T21:27:27.587Z | trap 0.262467742 |
| 3460 | 2026-05-15T21:27:27.588Z | tflt 0.489165732 |
| 3461 | 2026-05-15T21:27:27.588Z | dflt 1.573293818 |
| 3462 | 2026-05-15T21:27:27.588Z | kflt 0.000289550 |
| 3463 | 2026-05-15T21:27:27.588Z | lock 29:24.811402104 |
| 3464 | 2026-05-15T21:27:27.588Z | slp 19:07.140262829 |
| 3465 | 2026-05-15T21:27:27.596Z | lat 40.243410842 |
| 3466 | 2026-05-15T21:27:27.596Z | stop 2:51.029339198 |
| 3467 | 2026-05-15T21:27:27.596Z | + mkdir tests |
| 3468 | 2026-05-15T21:27:27.597Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-05-15T21:27:27.597Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-05-15T21:27:27.629Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/ |
| 3471 | 2026-05-15T21:27:27.649Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/ |
| 3472 | 2026-05-15T21:27:27.670Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/ |
| 3473 | 2026-05-15T21:27:27.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/ |
| 3474 | 2026-05-15T21:27:27.917Z | + 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/*) |
| 3475 | 2026-05-15T21:27:27.921Z | + 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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-15T21:28:47.371Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-05-15T21:28:47.371Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-05-15T21:28:47.371Z | a out/target/test 1K |
| 3479 | 2026-05-15T21:28:47.371Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-05-15T21:28:47.371Z | a package-manifest.toml 35K |
| 3481 | 2026-05-15T21:28:47.371Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-05-15T21:28:47.371Z | a target/release/omicron-package 46040K |
| 3483 | 2026-05-15T21:28:47.371Z | a target/release/xtask 11449K |
| 3484 | 2026-05-15T21:28:47.371Z | a target/debug/bootstrap 352743K |
| 3485 | 2026-05-15T21:28:47.371Z | a tests/bootstrap-80d6ff3f6918a423 31215K |
| 3486 | 2026-05-15T21:28:47.371Z | a tests/commtest-06c600c6b9aa7541 32300K |
| 3487 | 2026-05-15T21:28:47.371Z | a tests/dhcp_server-3f69dec6bee9e804 31215K |
| 3488 | 2026-05-15T21:28:47.371Z | a tests/end_to_end_tests-6a8d9103e588eb6f 394569K |
| 3489 | 2026-05-15T21:28:47.371Z | a out/clickhouse.tar.gz 319691K |
| 3490 | 2026-05-15T21:28:47.371Z | a out/clickhouse_keeper.tar.gz 305043K |
| 3491 | 2026-05-15T21:28:47.371Z | a out/clickhouse_server.tar.gz 319689K |
| 3492 | 2026-05-15T21:28:47.371Z | a out/cockroachdb.tar.gz 165212K |
| 3493 | 2026-05-15T21:28:47.371Z | a out/crucible-pantry-zone.tar.gz 44224K |
| 3494 | 2026-05-15T21:28:47.371Z | a out/crucible-utils.tar 17744K |
| 3495 | 2026-05-15T21:28:47.371Z | a out/crucible-zone.tar.gz 58362K |
| 3496 | 2026-05-15T21:28:47.371Z | a out/external-dns.tar.gz 49818K |
| 3497 | 2026-05-15T21:28:47.371Z | a out/internal-dns.tar.gz 49818K |
| 3498 | 2026-05-15T21:28:47.371Z | a out/mg-ddm-gz.tar 95141K |
| 3499 | 2026-05-15T21:28:47.371Z | a out/nexus.tar.gz 220794K |
| 3500 | 2026-05-15T21:28:47.372Z | a out/ntp.tar.gz 32189K |
| 3501 | 2026-05-15T21:28:47.372Z | a out/omicron-gateway-softnpu.tar.gz 29645K |
| 3502 | 2026-05-15T21:28:47.372Z | a out/omicron-sled-agent.tar 204632K |
| 3503 | 2026-05-15T21:28:47.372Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-05-15T21:28:47.372Z | a out/oximeter.tar.gz 67893K |
| 3505 | 2026-05-15T21:28:47.372Z | a out/oxlog.tar 3782K |
| 3506 | 2026-05-15T21:28:47.372Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-05-15T21:28:47.372Z | a out/propolis-server.tar.gz 38727K |
| 3508 | 2026-05-15T21:28:47.372Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-05-15T21:28:47.372Z | a out/switch-softnpu.tar.gz 396848K |
| 3510 | 2026-05-15T21:28:47.375Z | |
| 3511 | 2026-05-15T21:28:47.375Z | real 1:19.455593539 |
| 3512 | 2026-05-15T21:28:47.375Z | user 1:16.767088313 |
| 3513 | 2026-05-15T21:28:47.375Z | sys 4.421605836 |
| 3514 | 2026-05-15T21:28:47.375Z | trap 0.006644927 |
| 3515 | 2026-05-15T21:28:47.375Z | tflt 0.000000000 |
| 3516 | 2026-05-15T21:28:47.375Z | dflt 0.000000000 |
| 3517 | 2026-05-15T21:28:47.375Z | kflt 0.000000000 |
| 3518 | 2026-05-15T21:28:47.375Z | lock 0.000000000 |
| 3519 | 2026-05-15T21:28:47.375Z | slp 1:16.717137656 |
| 3520 | 2026-05-15T21:28:47.375Z | lat 0.993556923 |
| 3521 | 2026-05-15T21:28:47.375Z | stop 0.000182480 |
| 3522 | 2026-05-15T21:28:47.375Z | process exited: duration 896354 ms, exit code 0 |
| |
| 3523 | 2026-05-15T21:28:47.390Z | found 1 output files |
| 3524 | 2026-05-15T21:28:47.390Z | uploading: /work/package.tar.gz (2447224501 bytes) |
| 3525 | 2026-05-15T21:29:14.902Z | uploaded: /work/package.tar.gz |