|
|
|
| 1 | 2026-06-06T00:46:16.382Z | job assigned to worker 01KTD68GG3NVJH2QJWYYSY9VYZ [factory aws, i-018fc1c24cc3a4456] (queued for 59 s) |
| |
| 2 | 2026-06-06T00:46:23.234Z | starting task 0: "setup" |
| 3 | 2026-06-06T00:46:23.239Z | ++ uname -s |
| 4 | 2026-06-06T00:46:23.242Z | + kern=SunOS |
| 5 | 2026-06-06T00:46:23.242Z | + build_user=build |
| 6 | 2026-06-06T00:46:23.242Z | + build_uid=12345 |
| 7 | 2026-06-06T00:46:23.242Z | + work_dir=/work |
| 8 | 2026-06-06T00:46:23.242Z | + input_dir=/input |
| 9 | 2026-06-06T00:46:23.242Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-06T00:46:23.242Z | + case "$kern" in |
| 11 | 2026-06-06T00:46:23.242Z | + groupadd -g 12345 build |
| 12 | 2026-06-06T00:46:23.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-06T00:46:25.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-06T00:46:25.357Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-06T00:46:25.360Z | + home_fs=zfs |
| 16 | 2026-06-06T00:46:25.360Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-06T00:46:25.360Z | + mkdir -p /home/build |
| 18 | 2026-06-06T00:46:25.363Z | + chown build:build /home/build /work |
| 19 | 2026-06-06T00:46:26.363Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-06T00:46:26.367Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-06-06T00:46:26.372Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-06T00:46:26.378Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-06T00:46:26.378Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-06T00:46:26.378Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-06T00:46:26.379Z | * rust toolchain profile = "default" |
| 26 | 2026-06-06T00:46:26.381Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-06T00:46:26.381Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-06T00:46:26.381Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-06T00:46:26.381Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-06T00:46:26.499Z | info: downloading installer |
| 31 | 2026-06-06T00:46:27.911Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-06T00:46:27.912Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-06T00:46:27.912Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-06T00:46:27.912Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-06T00:46:27.923Z | info: profile set to default |
| 36 | 2026-06-06T00:46:27.923Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-06T00:46:27.926Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-06T00:46:28.079Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-06T00:46:28.082Z | info: downloading 6 components |
| 40 | 2026-06-06T00:46:42.886Z | |
| 41 | 2026-06-06T00:46:42.886Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-06T00:46:42.923Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-06T00:46:42.923Z | |
| 44 | 2026-06-06T00:46:42.923Z | |
| 45 | 2026-06-06T00:46:42.923Z | Rust is installed now. Great! |
| 46 | 2026-06-06T00:46:42.923Z | |
| 47 | 2026-06-06T00:46:42.923Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-06T00:46:42.923Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-06T00:46:42.923Z | |
| 50 | 2026-06-06T00:46:42.923Z | To configure your current shell, you need to source |
| 51 | 2026-06-06T00:46:42.923Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-06T00:46:42.923Z | |
| 53 | 2026-06-06T00:46:42.923Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-06T00:46:42.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-06T00:46:42.927Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-06T00:46:42.927Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-06T00:46:42.927Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-06T00:46:42.927Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-06T00:46:42.927Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-06T00:46:42.927Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-06T00:46:42.927Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-06T00:46:43.017Z | + rustup --version |
| 63 | 2026-06-06T00:46:43.027Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-06T00:46:43.031Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-06T00:46:43.046Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-06T00:46:43.049Z | + cargo --version |
| 67 | 2026-06-06T00:46:43.058Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-06T00:46:43.063Z | + rustc --version |
| 69 | 2026-06-06T00:46:43.082Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-06T00:46:43.085Z | process exited: duration 16711 ms, exit code 0 |
| |
| 71 | 2026-06-06T00:46:43.091Z | starting task 2: "authentication" |
| 72 | 2026-06-06T00:46:43.110Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-06T00:46:43.120Z | starting task 3: "clone repository" |
| 74 | 2026-06-06T00:46:43.123Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-06T00:46:43.126Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-06T00:46:43.166Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-06T00:46:53.850Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-06T00:46:53.859Z | + git fetch origin 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 79 | 2026-06-06T00:46:54.159Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-06T00:46:54.159Z | * branch 54dbd1e62150c842fa30ea7b66259bb9c2792880 -> FETCH_HEAD |
| 81 | 2026-06-06T00:46:54.173Z | + [[ -n diff-404-403 ]] |
| 82 | 2026-06-06T00:46:54.176Z | ++ git branch --show-current |
| 83 | 2026-06-06T00:46:54.177Z | + current=main |
| 84 | 2026-06-06T00:46:54.177Z | + [[ main != diff-404-403 ]] |
| 85 | 2026-06-06T00:46:54.177Z | + git branch -f diff-404-403 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 86 | 2026-06-06T00:46:54.182Z | + git checkout -f diff-404-403 |
| 87 | 2026-06-06T00:46:54.421Z | Switched to branch 'diff-404-403' |
| 88 | 2026-06-06T00:46:54.426Z | + git reset --hard 54dbd1e62150c842fa30ea7b66259bb9c2792880 |
| 89 | 2026-06-06T00:46:54.466Z | HEAD is now at 54dbd1e62 Distinguish 404 from 403 in authz-roles policy test snapshot |
| 90 | 2026-06-06T00:46:54.470Z | process exited: duration 11350 ms, exit code 0 |
| |
| 91 | 2026-06-06T00:46:54.478Z | starting task 4: "build" |
| 92 | 2026-06-06T00:46:54.483Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-06T00:46:54.487Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-06T00:46:54.487Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-06T00:46:54.487Z | + cargo --version |
| 96 | 2026-06-06T00:46:54.496Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-06T00:46:54.499Z | + rustc --version |
| 98 | 2026-06-06T00:46:54.520Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-06T00:46:54.524Z | + WORK=/work |
| 100 | 2026-06-06T00:46:54.524Z | + pfexec mkdir -p /work |
| 101 | 2026-06-06T00:46:54.527Z | + pfexec chown build /work |
| 102 | 2026-06-06T00:46:54.531Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-06T00:46:56.170Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-06T00:46:56.187Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-06T00:46:56.515Z | Planning: Solver setup ... Done (0.284s) |
| 106 | 2026-06-06T00:46:56.535Z | Planning: Running solver ... Done (0.020s) |
| 107 | 2026-06-06T00:46:56.543Z | Planning: Finding local manifests ... Done (0.004s) |
| 108 | 2026-06-06T00:46:56.555Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-06T00:46:56.576Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-06T00:46:56.591Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-06T00:46:56.594Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-06T00:46:56.784Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-06-06T00:46:56.787Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-06T00:46:57.691Z | Planning: Evaluating mediators ... Done (0.906s) |
| 115 | 2026-06-06T00:46:57.695Z | Planning: Planning completed in 1.48 seconds |
| 116 | 2026-06-06T00:46:57.700Z | Packages to install: 2 |
| 117 | 2026-06-06T00:46:57.701Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-06T00:46:57.701Z | Estimated space to be consumed: 25.33 MB |
| 119 | 2026-06-06T00:46:57.701Z | Create boot environment: No |
| 120 | 2026-06-06T00:46:57.701Z | Create backup boot environment: No |
| 121 | 2026-06-06T00:46:57.701Z | Rebuild boot archive: No |
| 122 | 2026-06-06T00:46:57.704Z | |
| 123 | 2026-06-06T00:46:57.704Z | Changed packages: |
| 124 | 2026-06-06T00:46:57.704Z | helios |
| 125 | 2026-06-06T00:46:57.704Z | developer/build-essential |
| 126 | 2026-06-06T00:46:57.704Z | None -> 11-3.0 |
| 127 | 2026-06-06T00:46:57.704Z | library/libxmlsec1 |
| 128 | 2026-06-06T00:46:57.704Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-06T00:46:57.726Z | |
| 130 | 2026-06-06T00:46:57.726Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-06T00:46:58.273Z | Download: Completed 1.28 MB in 0.55 seconds (2.3M/s) |
| 132 | 2026-06-06T00:46:58.343Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-06T00:46:58.383Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-06T00:46:58.391Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-06-06T00:46:58.391Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-06T00:46:58.413Z | Finalize: Updating image state ... Done (0.022s) |
| 137 | 2026-06-06T00:47:01.016Z | Finalize: Creating fast lookup database ... Done (2.579s) |
| 138 | 2026-06-06T00:47:01.089Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-06-06T00:47:01.092Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-06T00:47:01.191Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-06T00:47:01.497Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-06T00:47:01.600Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-06T00:47:01.605Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-06T00:47:01.759Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-06T00:47:01.763Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-06T00:47:01.784Z | Mediators to change: 2 |
| 147 | 2026-06-06T00:47:01.784Z | Create boot environment: No |
| 148 | 2026-06-06T00:47:01.784Z | Create backup boot environment: No |
| 149 | 2026-06-06T00:47:01.842Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-06T00:47:01.842Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-06T00:47:01.858Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-06T00:47:03.821Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-06T00:47:03.884Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-06T00:47:03.887Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-06T00:47:03.985Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-06T00:47:04.274Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-06T00:47:04.380Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-06T00:47:04.383Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-06T00:47:04.540Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-06T00:47:04.544Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-06-06T00:47:04.564Z | Mediators to change: 1 |
| 162 | 2026-06-06T00:47:04.564Z | Create boot environment: No |
| 163 | 2026-06-06T00:47:04.564Z | Create backup boot environment: No |
| 164 | 2026-06-06T00:47:04.620Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-06T00:47:04.620Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-06T00:47:04.636Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-06T00:47:06.590Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-06T00:47:06.658Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-06T00:47:06.661Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-06T00:47:06.729Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-06T00:47:07.049Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-06T00:47:07.049Z | apache system 2.4 system |
| 173 | 2026-06-06T00:47:07.049Z | clang system 15 system |
| 174 | 2026-06-06T00:47:07.049Z | csh system system illumos |
| 175 | 2026-06-06T00:47:07.049Z | ctags system system illumos |
| 176 | 2026-06-06T00:47:07.049Z | file vendor vendor darwinsys |
| 177 | 2026-06-06T00:47:07.049Z | file system system illumos |
| 178 | 2026-06-06T00:47:07.050Z | gcc vendor 14 vendor |
| 179 | 2026-06-06T00:47:07.050Z | gcc system 13 system |
| 180 | 2026-06-06T00:47:07.050Z | gcc system 10 system |
| 181 | 2026-06-06T00:47:07.050Z | go system 1.25 system |
| 182 | 2026-06-06T00:47:07.050Z | llvm system 15 system |
| 183 | 2026-06-06T00:47:07.050Z | mariadb system 11.4 system |
| 184 | 2026-06-06T00:47:07.050Z | mta vendor vendor dma |
| 185 | 2026-06-06T00:47:07.050Z | openjdk system 17 system |
| 186 | 2026-06-06T00:47:07.050Z | openjdk system 11 system |
| 187 | 2026-06-06T00:47:07.050Z | openssl vendor 3 vendor |
| 188 | 2026-06-06T00:47:07.050Z | perl system 5.40 system |
| 189 | 2026-06-06T00:47:07.050Z | postgresql system 18 system |
| 190 | 2026-06-06T00:47:07.050Z | postgresql system 17 system |
| 191 | 2026-06-06T00:47:07.050Z | python vendor 3 vendor |
| 192 | 2026-06-06T00:47:07.050Z | python system 2 system |
| 193 | 2026-06-06T00:47:07.050Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-06T00:47:07.050Z | ruby system 3.4 system |
| 195 | 2026-06-06T00:47:07.050Z | ruby system 3.0 system |
| 196 | 2026-06-06T00:47:07.050Z | words vendor vendor american-english |
| 197 | 2026-06-06T00:47:07.050Z | words system system australian-english |
| 198 | 2026-06-06T00:47:07.050Z | words system system british-english |
| 199 | 2026-06-06T00:47:07.050Z | words system system canadian-english |
| 200 | 2026-06-06T00:47:07.050Z | words system system french |
| 201 | 2026-06-06T00:47:07.050Z | words system system italian |
| 202 | 2026-06-06T00:47:07.050Z | words system system ngerman |
| 203 | 2026-06-06T00:47:07.050Z | words system system ogerman |
| 204 | 2026-06-06T00:47:07.050Z | words system system spanish |
| 205 | 2026-06-06T00:47:07.312Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-06T00:47:07.312Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-06T00:47:07.595Z | FMRI IFO |
| 208 | 2026-06-06T00:47:07.595Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-06T00:47:07.595Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-06T00:47:07.595Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-06T00:47:07.595Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-06T00:47:07.595Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-06T00:47:07.595Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-06T00:47:07.595Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-06T00:47:07.595Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-06T00:47:07.595Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-06T00:47:07.847Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-06T00:47:08.097Z | Updating crates.io index |
| 219 | 2026-06-06T00:47:08.100Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-06T00:47:08.609Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-06T00:47:08.985Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-06T00:47:09.496Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-06T00:47:10.295Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-06T00:47:10.781Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-06T00:47:12.279Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-06T00:47:13.101Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-06T00:47:13.360Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-06T00:47:14.082Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-06T00:47:14.563Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-06T00:47:15.031Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-06T00:47:15.254Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-06T00:47:16.262Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-06T00:47:16.716Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-06T00:47:16.991Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-06T00:47:17.258Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-06T00:47:17.564Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-06T00:47:17.919Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-06T00:47:18.377Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-06T00:47:18.581Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-06T00:47:18.812Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-06T00:47:19.163Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-06T00:47:19.506Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-06T00:47:19.923Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-06T00:47:20.300Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-06T00:47:20.581Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-06T00:47:21.051Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-06T00:47:21.305Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-06T00:47:22.472Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-06T00:47:22.860Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-06-06T00:47:23.119Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-06-06T00:47:23.540Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-06-06T00:47:23.953Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-06-06T00:47:24.247Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-06-06T00:47:24.819Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-06-06T00:47:25.038Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-06-06T00:47:25.259Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-06-06T00:47:25.549Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-06-06T00:47:25.897Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-06-06T00:47:37.436Z | Downloading crates ... |
| 260 | 2026-06-06T00:47:37.494Z | Downloaded icu_provider v2.1.1 |
| 261 | 2026-06-06T00:47:37.497Z | Downloaded cpufeatures v0.2.17 |
| 262 | 2026-06-06T00:47:37.503Z | Downloaded form_urlencoded v1.2.2 |
| 263 | 2026-06-06T00:47:37.503Z | Downloaded macaddr v1.0.1 |
| 264 | 2026-06-06T00:47:37.507Z | Downloaded pretty-hex v0.4.1 |
| 265 | 2026-06-06T00:47:37.507Z | Downloaded cfg-if v1.0.4 |
| 266 | 2026-06-06T00:47:37.507Z | Downloaded pest_derive v2.8.6 |
| 267 | 2026-06-06T00:47:37.509Z | Downloaded serde_core v1.0.228 |
| 268 | 2026-06-06T00:47:37.512Z | Downloaded serde v1.0.228 |
| 269 | 2026-06-06T00:47:37.517Z | Downloaded autocfg v1.5.0 |
| 270 | 2026-06-06T00:47:37.520Z | Downloaded unicode-ident v1.0.24 |
| 271 | 2026-06-06T00:47:37.522Z | Downloaded zmij v1.0.21 |
| 272 | 2026-06-06T00:47:37.525Z | Downloaded colorchoice v1.0.4 |
| 273 | 2026-06-06T00:47:37.530Z | Downloaded zerotrie v0.2.3 |
| 274 | 2026-06-06T00:47:37.533Z | Downloaded fs-err v3.3.0 |
| 275 | 2026-06-06T00:47:37.536Z | Downloaded zerocopy-derive v0.7.35 |
| 276 | 2026-06-06T00:47:37.539Z | Downloaded utf8_iter v1.0.4 |
| 277 | 2026-06-06T00:47:37.542Z | Downloaded unicode-xid v0.2.6 |
| 278 | 2026-06-06T00:47:37.542Z | Downloaded thread-id v4.2.2 |
| 279 | 2026-06-06T00:47:37.542Z | Downloaded thiserror v2.0.18 |
| 280 | 2026-06-06T00:47:37.545Z | Downloaded zerofrom-derive v0.1.6 |
| 281 | 2026-06-06T00:47:37.545Z | Downloaded usdt-attr-macro v0.5.0 |
| 282 | 2026-06-06T00:47:37.545Z | Downloaded clap_derive v4.5.55 |
| 283 | 2026-06-06T00:47:37.548Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-06-06T00:47:37.548Z | Downloaded typeid v1.0.3 |
| 285 | 2026-06-06T00:47:37.551Z | Downloaded pest_meta v2.8.6 |
| 286 | 2026-06-06T00:47:37.554Z | Downloaded heck v0.4.1 |
| 287 | 2026-06-06T00:47:37.554Z | Downloaded generic-array v0.14.7 |
| 288 | 2026-06-06T00:47:37.554Z | Downloaded usdt v0.5.0 |
| 289 | 2026-06-06T00:47:37.554Z | Downloaded toml_write v0.1.2 |
| 290 | 2026-06-06T00:47:37.557Z | Downloaded zerovec-derive v0.11.2 |
| 291 | 2026-06-06T00:47:37.560Z | Downloaded idna v1.1.0 |
| 292 | 2026-06-06T00:47:37.563Z | Downloaded yoke-derive v0.8.1 |
| 293 | 2026-06-06T00:47:37.566Z | Downloaded serde_json v1.0.149 |
| 294 | 2026-06-06T00:47:37.569Z | Downloaded writeable v0.6.2 |
| 295 | 2026-06-06T00:47:37.573Z | Downloaded usdt-impl v0.5.0 |
| 296 | 2026-06-06T00:47:37.573Z | Downloaded toml v0.8.23 |
| 297 | 2026-06-06T00:47:37.576Z | Downloaded sha2 v0.10.9 |
| 298 | 2026-06-06T00:47:37.576Z | Downloaded serde-value v0.7.0 |
| 299 | 2026-06-06T00:47:37.576Z | Downloaded ucd-trie v0.1.7 |
| 300 | 2026-06-06T00:47:37.576Z | Downloaded camino v1.2.2 |
| 301 | 2026-06-06T00:47:37.579Z | Downloaded yoke v0.8.1 |
| 302 | 2026-06-06T00:47:37.579Z | Downloaded memmap v0.7.0 |
| 303 | 2026-06-06T00:47:37.582Z | Downloaded errno v0.3.14 |
| 304 | 2026-06-06T00:47:37.582Z | Downloaded byteorder v1.5.0 |
| 305 | 2026-06-06T00:47:37.582Z | Downloaded icu_properties_data v2.1.2 |
| 306 | 2026-06-06T00:47:37.590Z | Downloaded tinystr v0.8.2 |
| 307 | 2026-06-06T00:47:37.593Z | Downloaded swrite v0.1.0 |
| 308 | 2026-06-06T00:47:37.593Z | Downloaded bytecount v0.6.9 |
| 309 | 2026-06-06T00:47:37.594Z | Downloaded toml_edit v0.22.27 |
| 310 | 2026-06-06T00:47:37.596Z | Downloaded version_check v0.9.5 |
| 311 | 2026-06-06T00:47:37.599Z | Downloaded itoa v1.0.17 |
| 312 | 2026-06-06T00:47:37.599Z | Downloaded is_terminal_polyfill v1.70.2 |
| 313 | 2026-06-06T00:47:37.602Z | Downloaded serde_spanned v0.6.9 |
| 314 | 2026-06-06T00:47:37.602Z | Downloaded fnv v1.0.7 |
| 315 | 2026-06-06T00:47:37.606Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-06-06T00:47:37.606Z | Downloaded idna_adapter v1.2.1 |
| 317 | 2026-06-06T00:47:37.609Z | Downloaded digest v0.10.7 |
| 318 | 2026-06-06T00:47:37.609Z | Downloaded cargo-platform v0.2.0 |
| 319 | 2026-06-06T00:47:37.611Z | Downloaded toml_datetime v0.6.11 |
| 320 | 2026-06-06T00:47:37.614Z | Downloaded zerofrom v0.1.6 |
| 321 | 2026-06-06T00:47:37.614Z | Downloaded utf8parse v0.2.2 |
| 322 | 2026-06-06T00:47:37.614Z | Downloaded heck v0.5.0 |
| 323 | 2026-06-06T00:47:37.617Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-06-06T00:47:37.617Z | Downloaded potential_utf v0.1.4 |
| 325 | 2026-06-06T00:47:37.620Z | Downloaded cargo_metadata v0.21.0 |
| 326 | 2026-06-06T00:47:37.620Z | Downloaded thiserror-impl v2.0.18 |
| 327 | 2026-06-06T00:47:37.623Z | Downloaded thiserror v1.0.69 |
| 328 | 2026-06-06T00:47:37.626Z | Downloaded dof v0.3.0 |
| 329 | 2026-06-06T00:47:37.626Z | Downloaded bitflags v2.11.0 |
| 330 | 2026-06-06T00:47:37.630Z | Downloaded zerovec v0.11.5 |
| 331 | 2026-06-06T00:47:37.633Z | Downloaded url v2.5.8 |
| 332 | 2026-06-06T00:47:37.633Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-06-06T00:47:37.633Z | Downloaded stable_deref_trait v1.2.1 |
| 334 | 2026-06-06T00:47:37.633Z | Downloaded block-buffer v0.10.4 |
| 335 | 2026-06-06T00:47:37.633Z | Downloaded anstyle v1.0.13 |
| 336 | 2026-06-06T00:47:37.636Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-06-06T00:47:37.636Z | Downloaded clap_lex v1.0.0 |
| 338 | 2026-06-06T00:47:37.642Z | Downloaded icu_locale_core v2.1.1 |
| 339 | 2026-06-06T00:47:37.646Z | Downloaded dtrace-parser v0.2.0 |
| 340 | 2026-06-06T00:47:37.649Z | Downloaded smawk v0.3.2 |
| 341 | 2026-06-06T00:47:37.652Z | Downloaded ordered-float v2.10.1 |
| 342 | 2026-06-06T00:47:37.656Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-06-06T00:47:37.661Z | Downloaded unicode-width v0.1.14 |
| 344 | 2026-06-06T00:47:37.665Z | Downloaded winnow v0.7.14 |
| 345 | 2026-06-06T00:47:37.671Z | Downloaded serde-untagged v0.1.9 |
| 346 | 2026-06-06T00:47:37.677Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-06-06T00:47:37.677Z | Downloaded terminal_size v0.4.3 |
| 348 | 2026-06-06T00:47:37.677Z | Downloaded tempfile v3.25.0 |
| 349 | 2026-06-06T00:47:37.680Z | Downloaded crypto-common v0.1.7 |
| 350 | 2026-06-06T00:47:37.680Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2026-06-06T00:47:37.680Z | Downloaded scroll_derive v0.12.1 |
| 352 | 2026-06-06T00:47:37.680Z | Downloaded unicode-width v0.2.0 |
| 353 | 2026-06-06T00:47:37.684Z | Downloaded tabled_derive v0.7.0 |
| 354 | 2026-06-06T00:47:37.684Z | Downloaded percent-encoding v2.3.2 |
| 355 | 2026-06-06T00:47:37.684Z | Downloaded anstyle-query v1.1.5 |
| 356 | 2026-06-06T00:47:37.684Z | Downloaded equivalent v1.0.2 |
| 357 | 2026-06-06T00:47:37.687Z | Downloaded cargo_toml v0.21.0 |
| 358 | 2026-06-06T00:47:37.687Z | Downloaded typenum v1.19.0 |
| 359 | 2026-06-06T00:47:37.687Z | Downloaded quote v1.0.45 |
| 360 | 2026-06-06T00:47:37.690Z | Downloaded erased-serde v0.4.9 |
| 361 | 2026-06-06T00:47:37.690Z | Downloaded displaydoc v0.2.5 |
| 362 | 2026-06-06T00:47:37.693Z | Downloaded anstream v0.6.21 |
| 363 | 2026-06-06T00:47:37.693Z | Downloaded anstyle-parse v0.2.7 |
| 364 | 2026-06-06T00:47:37.695Z | Downloaded serde_tokenstream v0.2.3 |
| 365 | 2026-06-06T00:47:37.695Z | Downloaded synstructure v0.13.2 |
| 366 | 2026-06-06T00:47:37.695Z | Downloaded icu_properties v2.1.2 |
| 367 | 2026-06-06T00:47:37.700Z | Downloaded strsim v0.11.1 |
| 368 | 2026-06-06T00:47:37.700Z | Downloaded plain v0.2.3 |
| 369 | 2026-06-06T00:47:37.700Z | Downloaded once_cell v1.21.3 |
| 370 | 2026-06-06T00:47:37.703Z | Downloaded litemap v0.8.1 |
| 371 | 2026-06-06T00:47:37.703Z | Downloaded anyhow v1.0.102 |
| 372 | 2026-06-06T00:47:37.706Z | Downloaded fastrand v2.3.0 |
| 373 | 2026-06-06T00:47:37.713Z | Downloaded camino-tempfile v1.4.1 |
| 374 | 2026-06-06T00:47:37.717Z | Downloaded semver v1.0.28 |
| 375 | 2026-06-06T00:47:37.721Z | Downloaded pest_generator v2.8.6 |
| 376 | 2026-06-06T00:47:37.727Z | Downloaded smallvec v1.15.1 |
| 377 | 2026-06-06T00:47:37.734Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-06-06T00:47:37.737Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-06-06T00:47:37.739Z | Downloaded cargo-util-schemas v0.8.2 |
| 380 | 2026-06-06T00:47:37.739Z | Downloaded getrandom v0.4.1 |
| 381 | 2026-06-06T00:47:37.742Z | Downloaded memchr v2.8.0 |
| 382 | 2026-06-06T00:47:37.746Z | Downloaded num-traits v0.2.19 |
| 383 | 2026-06-06T00:47:37.749Z | Downloaded log v0.4.29 |
| 384 | 2026-06-06T00:47:37.753Z | Downloaded icu_normalizer_data v2.1.1 |
| 385 | 2026-06-06T00:47:37.761Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-06-06T00:47:37.764Z | Downloaded icu_normalizer v2.1.1 |
| 387 | 2026-06-06T00:47:37.767Z | Downloaded clap v4.5.60 |
| 388 | 2026-06-06T00:47:37.770Z | Downloaded scroll v0.12.0 |
| 389 | 2026-06-06T00:47:37.773Z | Downloaded indexmap v2.14.0 |
| 390 | 2026-06-06T00:47:37.776Z | Downloaded pest v2.8.6 |
| 391 | 2026-06-06T00:47:37.803Z | Downloaded tabled v0.15.0 |
| 392 | 2026-06-06T00:47:37.810Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-06-06T00:47:37.814Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-06-06T00:47:37.817Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-06T00:47:37.831Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-06T00:47:37.847Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-06T00:47:37.855Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-06T00:47:37.871Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-06T00:47:37.939Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-06T00:47:37.939Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-06-06T00:47:37.939Z | Compiling quote v1.0.45 |
| 402 | 2026-06-06T00:47:37.942Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-06T00:47:37.942Z | Compiling libc v0.2.185 |
| 404 | 2026-06-06T00:47:37.942Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-06T00:47:37.942Z | Compiling memchr v2.8.0 |
| 406 | 2026-06-06T00:47:37.942Z | Compiling serde v1.0.228 |
| 407 | 2026-06-06T00:47:37.942Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-06T00:47:37.942Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-06T00:47:37.942Z | Compiling itoa v1.0.17 |
| 410 | 2026-06-06T00:47:37.942Z | Compiling autocfg v1.5.0 |
| 411 | 2026-06-06T00:47:37.942Z | Compiling thiserror v1.0.69 |
| 412 | 2026-06-06T00:47:37.942Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-06-06T00:47:37.942Z | Compiling litemap v0.8.1 |
| 414 | 2026-06-06T00:47:38.333Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-06T00:47:38.402Z | Compiling byteorder v1.5.0 |
| 416 | 2026-06-06T00:47:38.563Z | Compiling rustix v1.1.3 |
| 417 | 2026-06-06T00:47:38.568Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-06T00:47:38.571Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-06-06T00:47:38.601Z | Compiling pest v2.8.6 |
| 420 | 2026-06-06T00:47:38.637Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-06T00:47:38.672Z | Compiling serde_json v1.0.149 |
| 422 | 2026-06-06T00:47:38.772Z | Compiling typeid v1.0.3 |
| 423 | 2026-06-06T00:47:38.781Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-06-06T00:47:38.883Z | Compiling num-traits v0.2.19 |
| 425 | 2026-06-06T00:47:38.899Z | Compiling smallvec v1.15.1 |
| 426 | 2026-06-06T00:47:38.982Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-06T00:47:39.085Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-06-06T00:47:39.088Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-06-06T00:47:39.088Z | Compiling toml_write v0.1.2 |
| 430 | 2026-06-06T00:47:39.142Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-06-06T00:47:39.176Z | Compiling winnow v0.7.14 |
| 432 | 2026-06-06T00:47:39.198Z | Compiling errno v0.3.14 |
| 433 | 2026-06-06T00:47:39.215Z | Compiling thread-id v4.2.2 |
| 434 | 2026-06-06T00:47:39.250Z | Compiling syn v1.0.109 |
| 435 | 2026-06-06T00:47:39.293Z | Compiling indexmap v2.14.0 |
| 436 | 2026-06-06T00:47:39.329Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-06T00:47:39.385Z | Compiling camino v1.2.2 |
| 438 | 2026-06-06T00:47:39.388Z | Compiling percent-encoding v2.3.2 |
| 439 | 2026-06-06T00:47:39.388Z | Compiling utf8_iter v1.0.4 |
| 440 | 2026-06-06T00:47:39.503Z | Compiling thiserror v2.0.18 |
| 441 | 2026-06-06T00:47:39.543Z | Compiling plain v0.2.3 |
| 442 | 2026-06-06T00:47:39.560Z | Compiling utf8parse v0.2.2 |
| 443 | 2026-06-06T00:47:39.640Z | Compiling getrandom v0.4.1 |
| 444 | 2026-06-06T00:47:39.657Z | Compiling log v0.4.29 |
| 445 | 2026-06-06T00:47:39.676Z | Compiling syn v2.0.117 |
| 446 | 2026-06-06T00:47:39.704Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-06-06T00:47:39.725Z | Compiling anstyle-parse v0.2.7 |
| 448 | 2026-06-06T00:47:39.839Z | Compiling form_urlencoded v1.2.2 |
| 449 | 2026-06-06T00:47:39.936Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-06-06T00:47:39.955Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-06-06T00:47:39.993Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-06-06T00:47:40.033Z | Compiling anstyle v1.0.13 |
| 453 | 2026-06-06T00:47:40.050Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-06T00:47:40.070Z | Compiling ordered-float v2.10.1 |
| 455 | 2026-06-06T00:47:40.070Z | Compiling cfg-if v1.0.4 |
| 456 | 2026-06-06T00:47:40.147Z | Compiling fs-err v3.3.0 |
| 457 | 2026-06-06T00:47:40.183Z | Compiling strsim v0.11.1 |
| 458 | 2026-06-06T00:47:40.220Z | Compiling anstream v0.6.21 |
| 459 | 2026-06-06T00:47:40.223Z | Compiling heck v0.5.0 |
| 460 | 2026-06-06T00:47:40.277Z | Compiling terminal_size v0.4.3 |
| 461 | 2026-06-06T00:47:40.307Z | Compiling heck v0.4.1 |
| 462 | 2026-06-06T00:47:40.354Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-06-06T00:47:40.372Z | Compiling bytecount v0.6.9 |
| 464 | 2026-06-06T00:47:40.391Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-06-06T00:47:40.434Z | Compiling fastrand v2.3.0 |
| 466 | 2026-06-06T00:47:40.521Z | Compiling semver v1.0.28 |
| 467 | 2026-06-06T00:47:40.578Z | Compiling fnv v1.0.7 |
| 468 | 2026-06-06T00:47:40.582Z | Compiling once_cell v1.21.3 |
| 469 | 2026-06-06T00:47:40.646Z | Compiling anyhow v1.0.102 |
| 470 | 2026-06-06T00:47:40.712Z | Compiling clap_lex v1.0.0 |
| 471 | 2026-06-06T00:47:40.731Z | Compiling papergrid v0.11.0 |
| 472 | 2026-06-06T00:47:40.736Z | Compiling memmap v0.7.0 |
| 473 | 2026-06-06T00:47:40.753Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-06-06T00:47:40.816Z | Compiling tempfile v3.25.0 |
| 475 | 2026-06-06T00:47:40.868Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-06-06T00:47:40.956Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-06-06T00:47:40.974Z | Compiling clap_builder v4.5.60 |
| 478 | 2026-06-06T00:47:40.992Z | Compiling smawk v0.3.2 |
| 479 | 2026-06-06T00:47:41.093Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-06-06T00:47:41.134Z | Compiling textwrap v0.16.2 |
| 481 | 2026-06-06T00:47:41.154Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-06T00:47:41.213Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-06-06T00:47:41.531Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-06T00:47:42.215Z | Compiling synstructure v0.13.2 |
| 485 | 2026-06-06T00:47:42.215Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-06-06T00:47:42.252Z | Compiling tabled v0.15.0 |
| 487 | 2026-06-06T00:47:42.783Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-06T00:47:42.786Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-06T00:47:42.786Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-06T00:47:42.786Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-06T00:47:42.786Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-06T00:47:42.786Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-06T00:47:42.786Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-06T00:47:42.787Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-06T00:47:42.803Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-06T00:47:42.853Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-06-06T00:47:42.888Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-06-06T00:47:43.435Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-06T00:47:43.620Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-06T00:47:43.667Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-06T00:47:43.929Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-06T00:47:43.957Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-06-06T00:47:44.032Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-06T00:47:44.188Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-06T00:47:44.188Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-06T00:47:44.270Z | Compiling clap v4.5.60 |
| 507 | 2026-06-06T00:47:44.600Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-06T00:47:44.600Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-06T00:47:44.710Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-06T00:47:44.765Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-06T00:47:45.312Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-06-06T00:47:45.312Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-06-06T00:47:45.312Z | Compiling serde-value v0.7.0 |
| 514 | 2026-06-06T00:47:45.316Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-06-06T00:47:45.316Z | Compiling macaddr v1.0.1 |
| 516 | 2026-06-06T00:47:45.330Z | Compiling icu_provider v2.1.1 |
| 517 | 2026-06-06T00:47:45.333Z | Compiling dof v0.3.0 |
| 518 | 2026-06-06T00:47:45.333Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-06-06T00:47:45.528Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-06-06T00:47:45.594Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-06T00:47:45.594Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-06T00:47:46.150Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-06-06T00:47:46.150Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-06T00:47:46.470Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-06T00:47:46.577Z | Compiling idna v1.1.0 |
| 526 | 2026-06-06T00:47:46.741Z | Compiling usdt v0.5.0 |
| 527 | 2026-06-06T00:47:46.839Z | Compiling url v2.5.8 |
| 528 | 2026-06-06T00:47:46.870Z | Compiling toml v0.8.23 |
| 529 | 2026-06-06T00:47:47.209Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-06-06T00:47:47.241Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-06T00:47:48.025Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-06T00:47:48.973Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-06T00:47:51.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.40s |
| 534 | 2026-06-06T00:47:51.348Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-06-06T00:47:51.910Z | Downloading crates ... |
| 536 | 2026-06-06T00:47:52.013Z | Downloaded cargo-platform v0.3.2 |
| 537 | 2026-06-06T00:47:52.016Z | Downloaded convert_case v0.4.0 |
| 538 | 2026-06-06T00:47:52.024Z | Downloaded debug-ignore v1.0.5 |
| 539 | 2026-06-06T00:47:52.030Z | Downloaded darling v0.21.3 |
| 540 | 2026-06-06T00:47:52.037Z | Downloaded dunce v1.0.5 |
| 541 | 2026-06-06T00:47:52.040Z | Downloaded downcast-rs v2.0.2 |
| 542 | 2026-06-06T00:47:52.040Z | Downloaded darling_macro v0.23.0 |
| 543 | 2026-06-06T00:47:52.040Z | Downloaded crossbeam-utils v0.8.21 |
| 544 | 2026-06-06T00:47:52.040Z | Downloaded dropshot_endpoint v0.17.0 |
| 545 | 2026-06-06T00:47:52.043Z | Downloaded base16ct v0.2.0 |
| 546 | 2026-06-06T00:47:52.046Z | Downloaded find-msvc-tools v0.1.9 |
| 547 | 2026-06-06T00:47:52.046Z | Downloaded ed25519 v2.2.3 |
| 548 | 2026-06-06T00:47:52.051Z | Downloaded enum-as-inner v0.6.1 |
| 549 | 2026-06-06T00:47:52.051Z | Downloaded embedded-io v0.4.0 |
| 550 | 2026-06-06T00:47:52.051Z | Downloaded der v0.7.10 |
| 551 | 2026-06-06T00:47:52.054Z | Downloaded darling v0.13.4 |
| 552 | 2026-06-06T00:47:52.060Z | Downloaded critical-section v1.2.0 |
| 553 | 2026-06-06T00:47:52.061Z | Downloaded chacha20 v0.10.0 |
| 554 | 2026-06-06T00:47:52.063Z | Downloaded fs_extra v1.3.0 |
| 555 | 2026-06-06T00:47:52.063Z | Downloaded crc v3.4.0 |
| 556 | 2026-06-06T00:47:52.063Z | Downloaded cobs v0.3.0 |
| 557 | 2026-06-06T00:47:52.063Z | Downloaded ciborium-io v0.2.2 |
| 558 | 2026-06-06T00:47:52.063Z | Downloaded chacha20 v0.9.1 |
| 559 | 2026-06-06T00:47:52.067Z | Downloaded bzip2 v0.6.1 |
| 560 | 2026-06-06T00:47:52.067Z | Downloaded endian-type v0.1.2 |
| 561 | 2026-06-06T00:47:52.067Z | Downloaded cstr-argument v0.1.2 |
| 562 | 2026-06-06T00:47:52.072Z | Downloaded bzip2 v0.4.4 |
| 563 | 2026-06-06T00:47:52.072Z | Downloaded clang-sys v1.8.1 |
| 564 | 2026-06-06T00:47:52.075Z | Downloaded byte-wrapper v0.1.0 |
| 565 | 2026-06-06T00:47:52.075Z | Downloaded float-cmp v0.10.0 |
| 566 | 2026-06-06T00:47:52.075Z | Downloaded dtrace-parser v0.3.0 |
| 567 | 2026-06-06T00:47:52.075Z | Downloaded fixedbitset v0.4.2 |
| 568 | 2026-06-06T00:47:52.075Z | Downloaded document-features v0.2.12 |
| 569 | 2026-06-06T00:47:52.075Z | Downloaded crossbeam-channel v0.5.15 |
| 570 | 2026-06-06T00:47:52.079Z | Downloaded data-encoding v2.10.0 |
| 571 | 2026-06-06T00:47:52.079Z | Downloaded crossbeam-epoch v0.9.18 |
| 572 | 2026-06-06T00:47:52.082Z | Downloaded foldhash v0.1.5 |
| 573 | 2026-06-06T00:47:52.082Z | Downloaded derive_builder_macro v0.20.2 |
| 574 | 2026-06-06T00:47:52.085Z | Downloaded derive-ex v0.1.8 |
| 575 | 2026-06-06T00:47:52.085Z | Downloaded cookie_store v0.22.1 |
| 576 | 2026-06-06T00:47:52.085Z | Downloaded cancel-safe-futures v0.1.5 |
| 577 | 2026-06-06T00:47:52.089Z | Downloaded chrono v0.4.44 |
| 578 | 2026-06-06T00:47:52.092Z | Downloaded expectorate v1.2.0 |
| 579 | 2026-06-06T00:47:52.096Z | Downloaded bit-set v0.8.0 |
| 580 | 2026-06-06T00:47:52.096Z | Downloaded compact_str v0.8.1 |
| 581 | 2026-06-06T00:47:52.102Z | Downloaded ed25519-dalek v2.2.0 |
| 582 | 2026-06-06T00:47:52.102Z | Downloaded buf-list v1.1.2 |
| 583 | 2026-06-06T00:47:52.102Z | Downloaded base64ct v1.8.3 |
| 584 | 2026-06-06T00:47:52.107Z | Downloaded darling_core v0.20.11 |
| 585 | 2026-06-06T00:47:52.107Z | Downloaded darling v0.20.11 |
| 586 | 2026-06-06T00:47:52.110Z | Downloaded backon v1.6.0 |
| 587 | 2026-06-06T00:47:52.110Z | Downloaded allocator-api2 v0.2.21 |
| 588 | 2026-06-06T00:47:52.111Z | Downloaded filetime v0.2.27 |
| 589 | 2026-06-06T00:47:52.114Z | Downloaded deranged v0.5.8 |
| 590 | 2026-06-06T00:47:52.114Z | Downloaded bit-vec v0.8.0 |
| 591 | 2026-06-06T00:47:52.114Z | Downloaded ff v0.13.1 |
| 592 | 2026-06-06T00:47:52.117Z | Downloaded crc8 v0.1.1 |
| 593 | 2026-06-06T00:47:52.117Z | Downloaded diff v0.1.13 |
| 594 | 2026-06-06T00:47:52.117Z | Downloaded bcs v0.1.6 |
| 595 | 2026-06-06T00:47:52.120Z | Downloaded cassowary v0.3.0 |
| 596 | 2026-06-06T00:47:52.120Z | Downloaded derive-where v1.6.0 |
| 597 | 2026-06-06T00:47:52.123Z | Downloaded darling v0.23.0 |
| 598 | 2026-06-06T00:47:52.125Z | Downloaded fxhash v0.2.1 |
| 599 | 2026-06-06T00:47:52.129Z | Downloaded foreign-types-shared v0.3.1 |
| 600 | 2026-06-06T00:47:52.129Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 601 | 2026-06-06T00:47:52.129Z | Downloaded futures-io v0.3.32 |
| 602 | 2026-06-06T00:47:52.129Z | Downloaded const_format v0.2.35 |
| 603 | 2026-06-06T00:47:52.132Z | Downloaded fs-err v2.11.0 |
| 604 | 2026-06-06T00:47:52.135Z | Downloaded const-oid v0.9.6 |
| 605 | 2026-06-06T00:47:52.135Z | Downloaded erased-serde v0.3.31 |
| 606 | 2026-06-06T00:47:52.138Z | Downloaded difflib v0.4.0 |
| 607 | 2026-06-06T00:47:52.138Z | Downloaded env_filter v1.0.0 |
| 608 | 2026-06-06T00:47:52.138Z | Downloaded either v1.15.0 |
| 609 | 2026-06-06T00:47:52.140Z | Downloaded darling_macro v0.20.11 |
| 610 | 2026-06-06T00:47:52.141Z | Downloaded bb8 v0.8.6 |
| 611 | 2026-06-06T00:47:52.141Z | Downloaded atomic-waker v1.1.2 |
| 612 | 2026-06-06T00:47:52.141Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-06-06T00:47:52.144Z | Downloaded ghash v0.5.1 |
| 614 | 2026-06-06T00:47:52.148Z | Downloaded half v2.7.1 |
| 615 | 2026-06-06T00:47:52.148Z | Downloaded derive_more-impl v2.1.1 |
| 616 | 2026-06-06T00:47:52.151Z | Downloaded crossbeam-deque v0.8.6 |
| 617 | 2026-06-06T00:47:52.151Z | Downloaded float-ord v0.3.2 |
| 618 | 2026-06-06T00:47:52.202Z | Downloaded derive_more v2.1.1 |
| 619 | 2026-06-06T00:47:52.207Z | Downloaded dsl_auto_type v0.2.0 |
| 620 | 2026-06-06T00:47:52.207Z | Downloaded derive_builder_core v0.20.2 |
| 621 | 2026-06-06T00:47:52.207Z | Downloaded csv-core v0.1.13 |
| 622 | 2026-06-06T00:47:52.207Z | Downloaded chrono-tz v0.10.4 |
| 623 | 2026-06-06T00:47:52.207Z | Downloaded foldhash v0.2.0 |
| 624 | 2026-06-06T00:47:52.207Z | Downloaded group v0.13.0 |
| 625 | 2026-06-06T00:47:52.207Z | Downloaded ctr v0.9.2 |
| 626 | 2026-06-06T00:47:52.207Z | Downloaded dof v0.4.0 |
| 627 | 2026-06-06T00:47:52.207Z | Downloaded der_derive v0.7.3 |
| 628 | 2026-06-06T00:47:52.207Z | Downloaded convert_case v0.10.0 |
| 629 | 2026-06-06T00:47:52.207Z | Downloaded cc v1.2.56 |
| 630 | 2026-06-06T00:47:52.207Z | Downloaded highway v1.3.0 |
| 631 | 2026-06-06T00:47:52.207Z | Downloaded defmt v1.0.1 |
| 632 | 2026-06-06T00:47:52.207Z | Downloaded fatfs v0.3.6 |
| 633 | 2026-06-06T00:47:52.207Z | Downloaded daft v0.1.7 |
| 634 | 2026-06-06T00:47:52.207Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 635 | 2026-06-06T00:47:52.207Z | Downloaded darling_core v0.13.4 |
| 636 | 2026-06-06T00:47:52.207Z | Downloaded ahash v0.8.12 |
| 637 | 2026-06-06T00:47:52.208Z | Downloaded defmt v0.3.100 |
| 638 | 2026-06-06T00:47:52.212Z | Downloaded flate2 v1.1.9 |
| 639 | 2026-06-06T00:47:52.212Z | Downloaded cfg_aliases v0.2.1 |
| 640 | 2026-06-06T00:47:52.216Z | Downloaded indent_write v2.2.0 |
| 641 | 2026-06-06T00:47:52.218Z | Downloaded cipher v0.4.4 |
| 642 | 2026-06-06T00:47:52.218Z | Downloaded async-recursion v1.1.1 |
| 643 | 2026-06-06T00:47:52.221Z | Downloaded ascii-canvas v3.0.0 |
| 644 | 2026-06-06T00:47:52.221Z | Downloaded futures-util v0.3.32 |
| 645 | 2026-06-06T00:47:52.227Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-06-06T00:47:52.229Z | Downloaded castaway v0.2.4 |
| 647 | 2026-06-06T00:47:52.229Z | Downloaded getrandom v0.3.4 |
| 648 | 2026-06-06T00:47:52.232Z | Downloaded atomicwrites v0.4.4 |
| 649 | 2026-06-06T00:47:52.232Z | Downloaded array-init v0.0.4 |
| 650 | 2026-06-06T00:47:52.236Z | Downloaded diesel_derives v2.3.7 |
| 651 | 2026-06-06T00:47:52.240Z | Downloaded arrayvec v0.7.6 |
| 652 | 2026-06-06T00:47:52.243Z | Downloaded glob v0.3.3 |
| 653 | 2026-06-06T00:47:52.243Z | Downloaded curve25519-dalek v4.1.3 |
| 654 | 2026-06-06T00:47:52.247Z | Downloaded camino-tempfile-ext v0.3.3 |
| 655 | 2026-06-06T00:47:52.249Z | Downloaded bitfield v0.19.4 |
| 656 | 2026-06-06T00:47:52.249Z | Downloaded instability v0.3.11 |
| 657 | 2026-06-06T00:47:52.252Z | Downloaded embedded-io v0.6.1 |
| 658 | 2026-06-06T00:47:52.252Z | Downloaded foreign-types v0.3.2 |
| 659 | 2026-06-06T00:47:52.252Z | Downloaded block-padding v0.3.3 |
| 660 | 2026-06-06T00:47:52.252Z | Downloaded h2 v0.4.13 |
| 661 | 2026-06-06T00:47:52.257Z | Downloaded colored v2.2.0 |
| 662 | 2026-06-06T00:47:52.260Z | Downloaded async-trait v0.1.89 |
| 663 | 2026-06-06T00:47:52.262Z | Downloaded atty v0.2.14 |
| 664 | 2026-06-06T00:47:52.263Z | Downloaded dropshot v0.17.0 |
| 665 | 2026-06-06T00:47:52.276Z | Downloaded keccak v0.1.6 |
| 666 | 2026-06-06T00:47:52.278Z | Downloaded env_logger v0.11.9 |
| 667 | 2026-06-06T00:47:52.278Z | Downloaded http-body-util v0.1.3 |
| 668 | 2026-06-06T00:47:52.281Z | Downloaded gethostname v0.5.0 |
| 669 | 2026-06-06T00:47:52.281Z | Downloaded futures-task v0.3.32 |
| 670 | 2026-06-06T00:47:52.281Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 671 | 2026-06-06T00:47:52.287Z | Downloaded humantime v2.3.0 |
| 672 | 2026-06-06T00:47:52.287Z | Downloaded foreign-types v0.5.0 |
| 673 | 2026-06-06T00:47:52.287Z | Downloaded ecdsa v0.16.9 |
| 674 | 2026-06-06T00:47:52.287Z | Downloaded constant_time_eq v0.4.2 |
| 675 | 2026-06-06T00:47:52.287Z | Downloaded console v0.15.11 |
| 676 | 2026-06-06T00:47:52.290Z | Downloaded http-range v0.1.5 |
| 677 | 2026-06-06T00:47:52.290Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-06-06T00:47:52.290Z | Downloaded foreign-types-shared v0.1.1 |
| 679 | 2026-06-06T00:47:52.293Z | Downloaded daft-derive v0.1.7 |
| 680 | 2026-06-06T00:47:52.293Z | Downloaded futures v0.3.32 |
| 681 | 2026-06-06T00:47:52.296Z | Downloaded lazy_static v1.5.0 |
| 682 | 2026-06-06T00:47:52.299Z | Downloaded internet-checksum v0.2.1 |
| 683 | 2026-06-06T00:47:52.299Z | Downloaded instant v0.1.13 |
| 684 | 2026-06-06T00:47:52.299Z | Downloaded corncobs v0.1.4 |
| 685 | 2026-06-06T00:47:52.302Z | Downloaded compression-codecs v0.4.37 |
| 686 | 2026-06-06T00:47:52.305Z | Downloaded hmac v0.12.1 |
| 687 | 2026-06-06T00:47:52.305Z | Downloaded ena v0.14.4 |
| 688 | 2026-06-06T00:47:52.305Z | Downloaded drift v0.2.0 |
| 689 | 2026-06-06T00:47:52.311Z | Downloaded funty v2.0.0 |
| 690 | 2026-06-06T00:47:52.314Z | Downloaded foreign-types-macros v0.2.3 |
| 691 | 2026-06-06T00:47:52.314Z | Downloaded elliptic-curve v0.13.8 |
| 692 | 2026-06-06T00:47:52.317Z | Downloaded cookie v0.18.1 |
| 693 | 2026-06-06T00:47:52.317Z | Downloaded futures-core v0.3.32 |
| 694 | 2026-06-06T00:47:52.320Z | Downloaded defmt-macros v1.0.1 |
| 695 | 2026-06-06T00:47:52.320Z | Downloaded crucible-workspace-hack v0.1.0 |
| 696 | 2026-06-06T00:47:52.324Z | Downloaded async-bb8-diesel v0.2.1 |
| 697 | 2026-06-06T00:47:52.324Z | Downloaded cmake v0.1.57 |
| 698 | 2026-06-06T00:47:52.324Z | Downloaded ciborium v0.2.2 |
| 699 | 2026-06-06T00:47:52.326Z | Downloaded dirs-sys-next v0.1.2 |
| 700 | 2026-06-06T00:47:52.326Z | Downloaded iana-time-zone v0.1.65 |
| 701 | 2026-06-06T00:47:52.330Z | Downloaded bitflags v1.3.2 |
| 702 | 2026-06-06T00:47:52.330Z | Downloaded defmt-parser v1.0.0 |
| 703 | 2026-06-06T00:47:52.333Z | Downloaded async-compression v0.4.41 |
| 704 | 2026-06-06T00:47:52.337Z | Downloaded fallible-iterator v0.2.0 |
| 705 | 2026-06-06T00:47:52.337Z | Downloaded display-error-chain v0.2.2 |
| 706 | 2026-06-06T00:47:52.337Z | Downloaded diesel-dtrace v0.5.0 |
| 707 | 2026-06-06T00:47:52.340Z | Downloaded dyn-clone v1.0.20 |
| 708 | 2026-06-06T00:47:52.340Z | Downloaded dirs-next v2.0.0 |
| 709 | 2026-06-06T00:47:52.340Z | Downloaded bitfield-macros v0.19.4 |
| 710 | 2026-06-06T00:47:52.340Z | Downloaded arc-swap v1.8.2 |
| 711 | 2026-06-06T00:47:52.345Z | Downloaded diesel v2.3.7 |
| 712 | 2026-06-06T00:47:52.355Z | Downloaded lzss v0.8.2 |
| 713 | 2026-06-06T00:47:52.358Z | Downloaded home v0.5.12 |
| 714 | 2026-06-06T00:47:52.358Z | Downloaded hickory-resolver v0.24.4 |
| 715 | 2026-06-06T00:47:52.363Z | Downloaded heapless v0.7.17 |
| 716 | 2026-06-06T00:47:52.367Z | Downloaded nanorand v0.7.0 |
| 717 | 2026-06-06T00:47:52.367Z | Downloaded futures-executor v0.3.32 |
| 718 | 2026-06-06T00:47:52.367Z | Downloaded http v1.4.0 |
| 719 | 2026-06-06T00:47:52.370Z | Downloaded crc32fast v1.5.0 |
| 720 | 2026-06-06T00:47:52.370Z | Downloaded lru v0.12.5 |
| 721 | 2026-06-06T00:47:52.370Z | Downloaded crypto-bigint v0.5.5 |
| 722 | 2026-06-06T00:47:52.375Z | Downloaded iddqd v0.4.2 |
| 723 | 2026-06-06T00:47:52.378Z | Downloaded derive_more v0.99.20 |
| 724 | 2026-06-06T00:47:52.382Z | Downloaded darling_macro v0.13.4 |
| 725 | 2026-06-06T00:47:52.382Z | Downloaded hashbrown v0.13.2 |
| 726 | 2026-06-06T00:47:52.385Z | Downloaded nonempty v0.12.0 |
| 727 | 2026-06-06T00:47:52.387Z | Downloaded crossterm v0.29.0 |
| 728 | 2026-06-06T00:47:52.390Z | Downloaded nodrop v0.1.14 |
| 729 | 2026-06-06T00:47:52.391Z | Downloaded num-derive v0.4.2 |
| 730 | 2026-06-06T00:47:52.394Z | Downloaded hkdf v0.12.4 |
| 731 | 2026-06-06T00:47:52.394Z | Downloaded crunchy v0.2.4 |
| 732 | 2026-06-06T00:47:52.396Z | Downloaded darling_core v0.21.3 |
| 733 | 2026-06-06T00:47:52.399Z | Downloaded darling_core v0.23.0 |
| 734 | 2026-06-06T00:47:52.402Z | Downloaded hashbrown v0.16.1 |
| 735 | 2026-06-06T00:47:52.405Z | Downloaded fixedbitset v0.5.7 |
| 736 | 2026-06-06T00:47:52.405Z | Downloaded bit-set v0.5.3 |
| 737 | 2026-06-06T00:47:52.408Z | Downloaded futures-macro v0.3.32 |
| 738 | 2026-06-06T00:47:52.408Z | Downloaded darling_macro v0.21.3 |
| 739 | 2026-06-06T00:47:52.408Z | Downloaded flagset v0.4.7 |
| 740 | 2026-06-06T00:47:52.411Z | Downloaded heapless v0.8.0 |
| 741 | 2026-06-06T00:47:52.411Z | Downloaded globset v0.4.18 |
| 742 | 2026-06-06T00:47:52.414Z | Downloaded fd-lock v4.0.4 |
| 743 | 2026-06-06T00:47:52.414Z | Downloaded derive_builder v0.20.2 |
| 744 | 2026-06-06T00:47:52.418Z | Downloaded hash32 v0.2.1 |
| 745 | 2026-06-06T00:47:52.432Z | Downloaded num_enum_derive v0.5.11 |
| 746 | 2026-06-06T00:47:52.434Z | Downloaded http-body v1.0.1 |
| 747 | 2026-06-06T00:47:52.434Z | Downloaded indoc v1.0.9 |
| 748 | 2026-06-06T00:47:52.437Z | Downloaded hubpack_derive v0.1.1 |
| 749 | 2026-06-06T00:47:52.438Z | Downloaded futures-channel v0.3.32 |
| 750 | 2026-06-06T00:47:52.438Z | Downloaded flume v0.11.1 |
| 751 | 2026-06-06T00:47:52.441Z | Downloaded hex v0.4.3 |
| 752 | 2026-06-06T00:47:52.441Z | Downloaded crossterm v0.28.1 |
| 753 | 2026-06-06T00:47:52.444Z | Downloaded half v1.8.3 |
| 754 | 2026-06-06T00:47:52.447Z | Downloaded compression-core v0.4.31 |
| 755 | 2026-06-06T00:47:52.447Z | Downloaded num_enum v0.5.11 |
| 756 | 2026-06-06T00:47:52.450Z | Downloaded ingot-types v0.1.2 |
| 757 | 2026-06-06T00:47:52.453Z | Downloaded dropshot-api-manager v0.7.2 |
| 758 | 2026-06-06T00:47:52.456Z | Downloaded bit-vec v0.6.3 |
| 759 | 2026-06-06T00:47:52.456Z | Downloaded bindgen v0.71.1 |
| 760 | 2026-06-06T00:47:52.460Z | Downloaded ingot-macros v0.1.1 |
| 761 | 2026-06-06T00:47:52.471Z | Downloaded indoc v2.0.7 |
| 762 | 2026-06-06T00:47:52.471Z | Downloaded assert_matches v1.5.0 |
| 763 | 2026-06-06T00:47:52.471Z | Downloaded hickory-server v0.25.2 |
| 764 | 2026-06-06T00:47:52.482Z | Downloaded indicatif v0.18.4 |
| 765 | 2026-06-06T00:47:52.482Z | Downloaded parking_lot_core v0.8.6 |
| 766 | 2026-06-06T00:47:52.483Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 767 | 2026-06-06T00:47:52.483Z | Downloaded async-stream v0.3.6 |
| 768 | 2026-06-06T00:47:52.483Z | Downloaded argon2 v0.5.3 |
| 769 | 2026-06-06T00:47:52.483Z | Downloaded async-stream-impl v0.3.6 |
| 770 | 2026-06-06T00:47:52.483Z | Downloaded indexmap v1.9.3 |
| 771 | 2026-06-06T00:47:52.489Z | Downloaded cfg_aliases v0.1.1 |
| 772 | 2026-06-06T00:47:52.489Z | Downloaded cargo_metadata v0.23.1 |
| 773 | 2026-06-06T00:47:52.489Z | Downloaded aws-lc-rs v1.16.3 |
| 774 | 2026-06-06T00:47:52.489Z | Downloaded hickory-resolver v0.25.2 |
| 775 | 2026-06-06T00:47:52.489Z | Downloaded cbc v0.1.2 |
| 776 | 2026-06-06T00:47:52.489Z | Downloaded headers v0.4.1 |
| 777 | 2026-06-06T00:47:52.495Z | Downloaded lru-slab v0.1.2 |
| 778 | 2026-06-06T00:47:52.495Z | Downloaded is-terminal v0.4.17 |
| 779 | 2026-06-06T00:47:52.495Z | Downloaded ignore v0.4.25 |
| 780 | 2026-06-06T00:47:52.498Z | Downloaded hubpack v0.1.2 |
| 781 | 2026-06-06T00:47:52.498Z | Downloaded bumpalo v3.20.2 |
| 782 | 2026-06-06T00:47:52.498Z | Downloaded adler2 v2.0.1 |
| 783 | 2026-06-06T00:47:52.498Z | Downloaded is_ci v1.2.0 |
| 784 | 2026-06-06T00:47:52.498Z | Downloaded illumos-nvpair v0.3.0 |
| 785 | 2026-06-06T00:47:52.498Z | Downloaded ident_case v1.0.1 |
| 786 | 2026-06-06T00:47:52.498Z | Downloaded globwalk v0.9.1 |
| 787 | 2026-06-06T00:47:52.503Z | Downloaded des v0.8.1 |
| 788 | 2026-06-06T00:47:52.503Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-06-06T00:47:52.507Z | Downloaded linked-hash-map v0.5.6 |
| 790 | 2026-06-06T00:47:52.507Z | Downloaded console v0.16.2 |
| 791 | 2026-06-06T00:47:52.507Z | Downloaded aead v0.5.2 |
| 792 | 2026-06-06T00:47:52.507Z | Downloaded colored v3.1.1 |
| 793 | 2026-06-06T00:47:52.510Z | Downloaded base64 v0.22.1 |
| 794 | 2026-06-06T00:47:52.510Z | Downloaded linear-map v1.2.0 |
| 795 | 2026-06-06T00:47:52.514Z | Downloaded hostname v0.4.2 |
| 796 | 2026-06-06T00:47:52.514Z | Downloaded bstr v1.12.1 |
| 797 | 2026-06-06T00:47:52.518Z | Downloaded hyper-staticfile v0.10.1 |
| 798 | 2026-06-06T00:47:52.521Z | Downloaded crc-catalog v2.4.0 |
| 799 | 2026-06-06T00:47:52.521Z | Downloaded hyper-util v0.1.20 |
| 800 | 2026-06-06T00:47:52.524Z | Downloaded libsw-core v0.3.2 |
| 801 | 2026-06-06T00:47:52.527Z | Downloaded hyper-tls v0.6.0 |
| 802 | 2026-06-06T00:47:52.528Z | Downloaded libbz2-rs-sys v0.2.2 |
| 803 | 2026-06-06T00:47:52.532Z | Downloaded base64 v0.21.7 |
| 804 | 2026-06-06T00:47:52.532Z | Downloaded ipnet v2.11.0 |
| 805 | 2026-06-06T00:47:52.535Z | Downloaded maplit v1.0.2 |
| 806 | 2026-06-06T00:47:52.535Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 807 | 2026-06-06T00:47:52.535Z | Downloaded cpufeatures v0.3.0 |
| 808 | 2026-06-06T00:47:52.538Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 809 | 2026-06-06T00:47:52.538Z | Downloaded jobserver v0.1.34 |
| 810 | 2026-06-06T00:47:52.542Z | Downloaded hickory-proto v0.24.4 |
| 811 | 2026-06-06T00:47:52.550Z | Downloaded postgres-types v0.2.12 |
| 812 | 2026-06-06T00:47:52.553Z | Downloaded phf v0.13.1 |
| 813 | 2026-06-06T00:47:52.554Z | Downloaded num-derive v0.3.3 |
| 814 | 2026-06-06T00:47:52.554Z | Downloaded hyper v1.8.1 |
| 815 | 2026-06-06T00:47:52.556Z | Downloaded md-5 v0.10.6 |
| 816 | 2026-06-06T00:47:52.559Z | Downloaded crc-any v2.5.0 |
| 817 | 2026-06-06T00:47:52.559Z | Downloaded num-iter v0.1.45 |
| 818 | 2026-06-06T00:47:52.559Z | Downloaded newtype-uuid v1.3.2 |
| 819 | 2026-06-06T00:47:52.563Z | Downloaded packed_struct_codegen v0.10.1 |
| 820 | 2026-06-06T00:47:52.563Z | Downloaded newtype_derive v0.1.6 |
| 821 | 2026-06-06T00:47:52.563Z | Downloaded aes v0.8.4 |
| 822 | 2026-06-06T00:47:52.566Z | Downloaded bitfield-struct v0.6.2 |
| 823 | 2026-06-06T00:47:52.570Z | Downloaded jiff-static v0.2.21 |
| 824 | 2026-06-06T00:47:52.570Z | Downloaded cexpr v0.6.0 |
| 825 | 2026-06-06T00:47:52.573Z | Downloaded mime v0.3.17 |
| 826 | 2026-06-06T00:47:52.573Z | Downloaded ppv-lite86 v0.2.21 |
| 827 | 2026-06-06T00:47:52.573Z | Downloaded itertools v0.13.0 |
| 828 | 2026-06-06T00:47:52.576Z | Downloaded path-slash v0.1.5 |
| 829 | 2026-06-06T00:47:52.579Z | Downloaded maybe-uninit v2.0.0 |
| 830 | 2026-06-06T00:47:52.579Z | Downloaded phf_shared v0.13.1 |
| 831 | 2026-06-06T00:47:52.579Z | Downloaded git-stub-vcs v0.1.0 |
| 832 | 2026-06-06T00:47:52.582Z | Downloaded blowfish v0.9.1 |
| 833 | 2026-06-06T00:47:52.582Z | Downloaded getrandom v0.2.17 |
| 834 | 2026-06-06T00:47:52.585Z | Downloaded proc-macro-crate v1.3.1 |
| 835 | 2026-06-06T00:47:52.585Z | Downloaded md5 v0.7.0 |
| 836 | 2026-06-06T00:47:52.585Z | Downloaded const_format_proc_macros v0.2.34 |
| 837 | 2026-06-06T00:47:52.588Z | Downloaded num_threads v0.1.7 |
| 838 | 2026-06-06T00:47:52.589Z | Downloaded oxide-tokio-rt v0.1.4 |
| 839 | 2026-06-06T00:47:52.589Z | Downloaded hickory-proto v0.25.2 |
| 840 | 2026-06-06T00:47:52.597Z | Downloaded pin-project-internal v1.1.11 |
| 841 | 2026-06-06T00:47:52.600Z | Downloaded blake2 v0.10.6 |
| 842 | 2026-06-06T00:47:52.600Z | Downloaded mime_guess v2.0.5 |
| 843 | 2026-06-06T00:47:52.604Z | Downloaded peg v0.8.5 |
| 844 | 2026-06-06T00:47:52.604Z | Downloaded libscf-sys v1.1.0 |
| 845 | 2026-06-06T00:47:52.607Z | Downloaded paste v1.0.15 |
| 846 | 2026-06-06T00:47:52.607Z | Downloaded native-tls v0.2.18 |
| 847 | 2026-06-06T00:47:52.607Z | Downloaded pem-rfc7468 v0.7.0 |
| 848 | 2026-06-06T00:47:52.610Z | Downloaded bytes v1.11.1 |
| 849 | 2026-06-06T00:47:52.613Z | Downloaded aes-gcm v0.10.3 |
| 850 | 2026-06-06T00:47:52.613Z | Downloaded multer v3.1.0 |
| 851 | 2026-06-06T00:47:52.616Z | Downloaded litrs v1.0.0 |
| 852 | 2026-06-06T00:47:52.616Z | Downloaded hashbrown v0.15.5 |
| 853 | 2026-06-06T00:47:52.619Z | Downloaded num v0.4.3 |
| 854 | 2026-06-06T00:47:52.622Z | Downloaded newline-converter v0.3.0 |
| 855 | 2026-06-06T00:47:52.622Z | Downloaded aho-corasick v1.1.4 |
| 856 | 2026-06-06T00:47:52.625Z | Downloaded newtype-uuid-macros v0.1.0 |
| 857 | 2026-06-06T00:47:52.625Z | Downloaded proc-macro-error2 v2.0.1 |
| 858 | 2026-06-06T00:47:52.628Z | Downloaded bitvec v1.0.1 |
| 859 | 2026-06-06T00:47:52.637Z | Downloaded rand_chacha v0.3.1 |
| 860 | 2026-06-06T00:47:52.641Z | Downloaded pkcs5 v0.7.1 |
| 861 | 2026-06-06T00:47:52.641Z | Downloaded ipnetwork v0.21.1 |
| 862 | 2026-06-06T00:47:52.641Z | Downloaded opaque-debug v0.3.1 |
| 863 | 2026-06-06T00:47:52.644Z | Downloaded num-integer v0.1.46 |
| 864 | 2026-06-06T00:47:52.644Z | Downloaded libm v0.2.16 |
| 865 | 2026-06-06T00:47:52.648Z | Downloaded olpc-cjson v0.1.4 |
| 866 | 2026-06-06T00:47:52.653Z | Downloaded lock_api v0.4.14 |
| 867 | 2026-06-06T00:47:52.653Z | Downloaded r2d2 v0.8.10 |
| 868 | 2026-06-06T00:47:52.653Z | Downloaded ingot v0.1.1 |
| 869 | 2026-06-06T00:47:52.656Z | Downloaded multimap v0.10.1 |
| 870 | 2026-06-06T00:47:52.656Z | Downloaded backoff v0.4.0 |
| 871 | 2026-06-06T00:47:52.659Z | Downloaded prefix-trie v0.7.0 |
| 872 | 2026-06-06T00:47:52.662Z | Downloaded phf_shared v0.12.1 |
| 873 | 2026-06-06T00:47:52.662Z | Downloaded ar_archive_writer v0.5.1 |
| 874 | 2026-06-06T00:47:52.665Z | Downloaded password-hash v0.5.0 |
| 875 | 2026-06-06T00:47:52.668Z | Downloaded oso v0.27.3 |
| 876 | 2026-06-06T00:47:52.671Z | Downloaded russh-cryptovec v0.7.3 |
| 877 | 2026-06-06T00:47:52.671Z | Downloaded hostname v0.3.1 |
| 878 | 2026-06-06T00:47:52.675Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-06-06T00:47:52.675Z | Downloaded poly1305 v0.8.0 |
| 880 | 2026-06-06T00:47:52.680Z | Downloaded futures-sink v0.3.32 |
| 881 | 2026-06-06T00:47:52.680Z | Downloaded omicron-zone-package v0.12.2 |
| 882 | 2026-06-06T00:47:52.680Z | Downloaded progenitor-client v0.14.0 |
| 883 | 2026-06-06T00:47:52.683Z | Downloaded publicsuffix v2.3.0 |
| 884 | 2026-06-06T00:47:52.683Z | Downloaded minimal-lexical v0.2.1 |
| 885 | 2026-06-06T00:47:52.686Z | Downloaded itertools v0.12.1 |
| 886 | 2026-06-06T00:47:52.690Z | Downloaded rand_core v0.6.4 |
| 887 | 2026-06-06T00:47:52.693Z | Downloaded goblin v0.10.5 |
| 888 | 2026-06-06T00:47:52.696Z | Downloaded ref-cast-impl v1.0.25 |
| 889 | 2026-06-06T00:47:52.696Z | Downloaded rand_chacha v0.9.0 |
| 890 | 2026-06-06T00:47:52.696Z | Downloaded num_enum v0.7.5 |
| 891 | 2026-06-06T00:47:52.699Z | Downloaded recursive v0.1.1 |
| 892 | 2026-06-06T00:47:52.702Z | Downloaded headers-core v0.3.0 |
| 893 | 2026-06-06T00:47:52.702Z | Downloaded blake3 v1.8.3 |
| 894 | 2026-06-06T00:47:52.705Z | Downloaded progenitor-impl v0.13.0 |
| 895 | 2026-06-06T00:47:52.708Z | Downloaded libloading v0.8.9 |
| 896 | 2026-06-06T00:47:52.708Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-06-06T00:47:52.712Z | Downloaded itertools v0.14.0 |
| 898 | 2026-06-06T00:47:52.715Z | Downloaded openssl-sys v0.9.115 |
| 899 | 2026-06-06T00:47:52.718Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 900 | 2026-06-06T00:47:52.725Z | Downloaded same-file v1.0.6 |
| 901 | 2026-06-06T00:47:52.727Z | Downloaded ciborium-ll v0.2.2 |
| 902 | 2026-06-06T00:47:52.728Z | Downloaded rustls-native-certs v0.8.3 |
| 903 | 2026-06-06T00:47:52.730Z | Downloaded oso-derive v0.27.3 |
| 904 | 2026-06-06T00:47:52.730Z | Downloaded mio v1.2.0 |
| 905 | 2026-06-06T00:47:52.733Z | Downloaded num-bigint-dig v0.8.6 |
| 906 | 2026-06-06T00:47:52.736Z | Downloaded lalrpop v0.19.12 |
| 907 | 2026-06-06T00:47:52.742Z | Downloaded rcgen v0.12.1 |
| 908 | 2026-06-06T00:47:52.745Z | Downloaded num-complex v0.4.6 |
| 909 | 2026-06-06T00:47:52.745Z | Downloaded iri-string v0.7.10 |
| 910 | 2026-06-06T00:47:52.748Z | Downloaded num_enum_derive v0.7.5 |
| 911 | 2026-06-06T00:47:52.751Z | Downloaded inout v0.1.4 |
| 912 | 2026-06-06T00:47:52.751Z | Downloaded miniz_oxide v0.8.9 |
| 913 | 2026-06-06T00:47:52.754Z | Downloaded num-rational v0.4.2 |
| 914 | 2026-06-06T00:47:52.754Z | Downloaded httparse v1.10.1 |
| 915 | 2026-06-06T00:47:52.756Z | Downloaded openssl-probe v0.2.1 |
| 916 | 2026-06-06T00:47:52.757Z | Downloaded nom v7.1.3 |
| 917 | 2026-06-06T00:47:52.761Z | Downloaded schemars_derive v0.8.22 |
| 918 | 2026-06-06T00:47:52.761Z | Downloaded managed v0.8.0 |
| 919 | 2026-06-06T00:47:52.763Z | Downloaded p521 v0.13.3 |
| 920 | 2026-06-06T00:47:52.763Z | Downloaded psm v0.1.30 |
| 921 | 2026-06-06T00:47:52.768Z | Downloaded petname v2.0.2 |
| 922 | 2026-06-06T00:47:52.772Z | Downloaded hex-literal v0.4.1 |
| 923 | 2026-06-06T00:47:52.772Z | Downloaded itertools v0.10.5 |
| 924 | 2026-06-06T00:47:52.776Z | Downloaded libefi-sys v0.1.0 |
| 925 | 2026-06-06T00:47:52.779Z | Downloaded chacha20poly1305 v0.10.1 |
| 926 | 2026-06-06T00:47:52.779Z | Downloaded pin-utils v0.1.0 |
| 927 | 2026-06-06T00:47:52.785Z | Downloaded lalrpop-util v0.19.12 |
| 928 | 2026-06-06T00:47:52.796Z | Downloaded progenitor-extras v0.2.0 |
| 929 | 2026-06-06T00:47:52.805Z | Downloaded memoffset v0.9.1 |
| 930 | 2026-06-06T00:47:52.805Z | Downloaded portable-atomic v1.13.1 |
| 931 | 2026-06-06T00:47:52.810Z | Downloaded hashbrown v0.12.3 |
| 932 | 2026-06-06T00:47:52.810Z | Downloaded shlex v1.3.0 |
| 933 | 2026-06-06T00:47:52.810Z | Downloaded serde-hex v0.1.0 |
| 934 | 2026-06-06T00:47:52.810Z | Downloaded kstat-rs v0.2.4 |
| 935 | 2026-06-06T00:47:52.846Z | Downloaded owo-colors v4.3.0 |
| 936 | 2026-06-06T00:47:52.846Z | Downloaded pretty_assertions v1.4.1 |
| 937 | 2026-06-06T00:47:52.846Z | Downloaded moka v0.12.13 |
| 938 | 2026-06-06T00:47:52.851Z | Downloaded parse-display-derive v0.10.0 |
| 939 | 2026-06-06T00:47:52.851Z | Downloaded memmap2 v0.9.10 |
| 940 | 2026-06-06T00:47:52.851Z | Downloaded rand_core v0.9.5 |
| 941 | 2026-06-06T00:47:52.851Z | Downloaded p256 v0.13.2 |
| 942 | 2026-06-06T00:47:52.852Z | Downloaded normalize-line-endings v0.3.0 |
| 943 | 2026-06-06T00:47:52.852Z | Downloaded match_cfg v0.1.0 |
| 944 | 2026-06-06T00:47:52.852Z | Downloaded lru-cache v0.1.2 |
| 945 | 2026-06-06T00:47:52.852Z | Downloaded num-conv v0.2.0 |
| 946 | 2026-06-06T00:47:52.852Z | Downloaded proptest v1.10.0 |
| 947 | 2026-06-06T00:47:52.852Z | Downloaded rayon v1.11.0 |
| 948 | 2026-06-06T00:47:52.852Z | Downloaded rand_seeder v0.4.0 |
| 949 | 2026-06-06T00:47:52.852Z | Downloaded serde_derive_internals v0.29.1 |
| 950 | 2026-06-06T00:47:52.852Z | Downloaded rustversion v1.0.22 |
| 951 | 2026-06-06T00:47:52.852Z | Downloaded peg-runtime v0.8.5 |
| 952 | 2026-06-06T00:47:52.852Z | Downloaded openssl-macros v0.1.1 |
| 953 | 2026-06-06T00:47:52.852Z | Downloaded phf_shared v0.11.3 |
| 954 | 2026-06-06T00:47:52.853Z | Downloaded new_debug_unreachable v1.0.6 |
| 955 | 2026-06-06T00:47:52.858Z | Downloaded nibble_vec v0.1.0 |
| 956 | 2026-06-06T00:47:52.858Z | Downloaded object v0.30.4 |
| 957 | 2026-06-06T00:47:52.861Z | Downloaded num-bigint v0.4.6 |
| 958 | 2026-06-06T00:47:52.861Z | Downloaded nix v0.28.0 |
| 959 | 2026-06-06T00:47:52.867Z | Downloaded parse-display v0.10.0 |
| 960 | 2026-06-06T00:47:52.871Z | Downloaded nix v0.27.1 |
| 961 | 2026-06-06T00:47:52.876Z | Downloaded rand v0.10.0 |
| 962 | 2026-06-06T00:47:52.880Z | Downloaded progenitor-macro v0.13.0 |
| 963 | 2026-06-06T00:47:52.880Z | Downloaded parking_lot v0.11.2 |
| 964 | 2026-06-06T00:47:52.883Z | Downloaded sigpipe v0.1.3 |
| 965 | 2026-06-06T00:47:52.883Z | Downloaded samael v0.0.19 |
| 966 | 2026-06-06T00:47:52.883Z | Downloaded prettyplease v0.2.37 |
| 967 | 2026-06-06T00:47:52.886Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-06-06T00:47:52.888Z | Downloaded snafu-derive v0.8.9 |
| 969 | 2026-06-06T00:47:52.888Z | Downloaded rustls-webpki v0.103.9 |
| 970 | 2026-06-06T00:47:52.891Z | Downloaded rfc6979 v0.4.0 |
| 971 | 2026-06-06T00:47:52.891Z | Downloaded psl-types v2.0.11 |
| 972 | 2026-06-06T00:47:52.891Z | Downloaded peg-macros v0.8.5 |
| 973 | 2026-06-06T00:47:52.897Z | Downloaded openssl-probe v0.1.6 |
| 974 | 2026-06-06T00:47:52.897Z | Downloaded slog-dtrace v0.3.0 |
| 975 | 2026-06-06T00:47:52.897Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-06-06T00:47:52.904Z | Downloaded russh v0.45.0 |
| 977 | 2026-06-06T00:47:52.904Z | Downloaded nu-ansi-term v0.50.3 |
| 978 | 2026-06-06T00:47:52.904Z | Downloaded pem v3.0.6 |
| 979 | 2026-06-06T00:47:52.904Z | Downloaded csv v1.4.0 |
| 980 | 2026-06-06T00:47:52.912Z | Downloaded sqlformat v0.3.5 |
| 981 | 2026-06-06T00:47:52.915Z | Downloaded secrecy v0.10.3 |
| 982 | 2026-06-06T00:47:52.915Z | Downloaded rustc_version v0.4.1 |
| 983 | 2026-06-06T00:47:52.916Z | Downloaded primeorder v0.13.6 |
| 984 | 2026-06-06T00:47:52.920Z | Downloaded pin-project-lite v0.2.17 |
| 985 | 2026-06-06T00:47:52.924Z | Downloaded smf v0.2.3 |
| 986 | 2026-06-06T00:47:52.924Z | Downloaded russh-keys v0.45.0 |
| 987 | 2026-06-06T00:47:52.924Z | Downloaded progenitor-impl v0.11.2 |
| 988 | 2026-06-06T00:47:52.927Z | Downloaded pbkdf2 v0.12.2 |
| 989 | 2026-06-06T00:47:52.927Z | Downloaded libsw v3.5.0 |
| 990 | 2026-06-06T00:47:52.927Z | Downloaded pbkdf2 v0.11.0 |
| 991 | 2026-06-06T00:47:52.927Z | Downloaded string_cache v0.8.9 |
| 992 | 2026-06-06T00:47:52.930Z | Downloaded progenitor-client v0.13.0 |
| 993 | 2026-06-06T00:47:52.930Z | Downloaded secrecy v0.8.0 |
| 994 | 2026-06-06T00:47:52.930Z | Downloaded rustls-webpki v0.101.7 |
| 995 | 2026-06-06T00:47:52.940Z | Downloaded precomputed-hash v0.1.1 |
| 996 | 2026-06-06T00:47:52.943Z | Downloaded pkcs8 v0.10.2 |
| 997 | 2026-06-06T00:47:52.943Z | Downloaded powerfmt v0.2.0 |
| 998 | 2026-06-06T00:47:52.943Z | Downloaded parse-size v1.1.0 |
| 999 | 2026-06-06T00:47:52.943Z | Downloaded password-hash v0.4.2 |
| 1000 | 2026-06-06T00:47:52.946Z | Downloaded parking_lot v0.12.5 |
| 1001 | 2026-06-06T00:47:52.947Z | Downloaded serde_path_to_error v0.1.20 |
| 1002 | 2026-06-06T00:47:52.949Z | Downloaded static_assertions v1.1.0 |
| 1003 | 2026-06-06T00:47:52.949Z | Downloaded openssl v0.10.79 |
| 1004 | 2026-06-06T00:47:52.955Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-06-06T00:47:52.959Z | Downloaded serde_plain v1.0.2 |
| 1006 | 2026-06-06T00:47:52.959Z | Downloaded salsa20 v0.10.2 |
| 1007 | 2026-06-06T00:47:52.959Z | Downloaded sapling-renderdag v0.1.0 |
| 1008 | 2026-06-06T00:47:52.962Z | Downloaded quinn v0.11.9 |
| 1009 | 2026-06-06T00:47:52.962Z | Downloaded progenitor-macro v0.14.0 |
| 1010 | 2026-06-06T00:47:52.962Z | Downloaded progenitor-impl v0.14.0 |
| 1011 | 2026-06-06T00:47:52.966Z | Downloaded quick-error v1.2.3 |
| 1012 | 2026-06-06T00:47:52.966Z | Downloaded git2 v0.20.4 |
| 1013 | 2026-06-06T00:47:52.970Z | Downloaded rand_core v0.10.0 |
| 1014 | 2026-06-06T00:47:52.973Z | Downloaded serde_bytes v0.11.19 |
| 1015 | 2026-06-06T00:47:52.974Z | Downloaded rusty-fork v0.3.1 |
| 1016 | 2026-06-06T00:47:52.974Z | Downloaded packed_struct v0.10.1 |
| 1017 | 2026-06-06T00:47:52.974Z | Downloaded resolv-conf v0.7.6 |
| 1018 | 2026-06-06T00:47:52.982Z | Downloaded seq-macro v0.3.6 |
| 1019 | 2026-06-06T00:47:52.982Z | Downloaded libxml v0.3.3 |
| 1020 | 2026-06-06T00:47:52.988Z | Downloaded progenitor v0.11.2 |
| 1021 | 2026-06-06T00:47:52.988Z | Downloaded progenitor v0.14.0 |
| 1022 | 2026-06-06T00:47:52.988Z | Downloaded reqwest v0.13.2 |
| 1023 | 2026-06-06T00:47:52.988Z | Downloaded sct v0.7.1 |
| 1024 | 2026-06-06T00:47:52.993Z | Downloaded schemars v0.8.22 |
| 1025 | 2026-06-06T00:47:53.000Z | Downloaded pkcs1 v0.7.5 |
| 1026 | 2026-06-06T00:47:53.000Z | Downloaded parking_lot_core v0.9.12 |
| 1027 | 2026-06-06T00:47:53.003Z | Downloaded rustc_version v0.1.7 |
| 1028 | 2026-06-06T00:47:53.003Z | Downloaded pin-project v1.1.11 |
| 1029 | 2026-06-06T00:47:53.006Z | Downloaded ryu v1.0.23 |
| 1030 | 2026-06-06T00:47:53.009Z | Downloaded rand v0.8.6 |
| 1031 | 2026-06-06T00:47:53.009Z | Downloaded phf v0.12.1 |
| 1032 | 2026-06-06T00:47:53.012Z | Downloaded quinn-udp v0.5.14 |
| 1033 | 2026-06-06T00:47:53.012Z | Downloaded shell-words v1.1.1 |
| 1034 | 2026-06-06T00:47:53.012Z | Downloaded polyval v0.6.2 |
| 1035 | 2026-06-06T00:47:53.021Z | Downloaded qorb v0.4.1 |
| 1036 | 2026-06-06T00:47:53.033Z | Downloaded progenitor-client v0.10.0 |
| 1037 | 2026-06-06T00:47:53.033Z | Downloaded predicates-core v1.0.10 |
| 1038 | 2026-06-06T00:47:53.033Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-06-06T00:47:53.033Z | Downloaded postgres-protocol v0.6.10 |
| 1040 | 2026-06-06T00:47:53.034Z | Downloaded predicates v3.1.4 |
| 1041 | 2026-06-06T00:47:53.034Z | Downloaded pkg-config v0.3.32 |
| 1042 | 2026-06-06T00:47:53.034Z | Downloaded tokio-macros v2.7.0 |
| 1043 | 2026-06-06T00:47:53.034Z | Downloaded signal-hook-mio v0.2.5 |
| 1044 | 2026-06-06T00:47:53.042Z | Downloaded predicates-tree v1.0.13 |
| 1045 | 2026-06-06T00:47:53.042Z | Downloaded term v1.2.1 |
| 1046 | 2026-06-06T00:47:53.042Z | Downloaded tls_codec_derive v0.4.2 |
| 1047 | 2026-06-06T00:47:53.042Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-06-06T00:47:53.042Z | Downloaded time-macros v0.2.27 |
| 1049 | 2026-06-06T00:47:53.050Z | Downloaded strum v0.27.2 |
| 1050 | 2026-06-06T00:47:53.050Z | Downloaded snafu v0.8.9 |
| 1051 | 2026-06-06T00:47:53.050Z | Downloaded serde_cbor v0.11.2 |
| 1052 | 2026-06-06T00:47:53.050Z | Downloaded smallvec v0.6.14 |
| 1053 | 2026-06-06T00:47:53.050Z | Downloaded scrypt v0.11.0 |
| 1054 | 2026-06-06T00:47:53.050Z | Downloaded strsim v0.10.0 |
| 1055 | 2026-06-06T00:47:53.053Z | Downloaded subtle v2.6.1 |
| 1056 | 2026-06-06T00:47:53.053Z | Downloaded serde_with_macros v3.17.0 |
| 1057 | 2026-06-06T00:47:53.053Z | Downloaded radium v0.7.0 |
| 1058 | 2026-06-06T00:47:53.053Z | Downloaded termios v0.3.3 |
| 1059 | 2026-06-06T00:47:53.053Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-06-06T00:47:53.053Z | Downloaded progenitor-client v0.11.2 |
| 1061 | 2026-06-06T00:47:53.053Z | Downloaded signature v2.2.0 |
| 1062 | 2026-06-06T00:47:53.056Z | Downloaded slog-scope v4.4.1 |
| 1063 | 2026-06-06T00:47:53.056Z | Downloaded sqlparser_derive v0.5.0 |
| 1064 | 2026-06-06T00:47:53.056Z | Downloaded rsa v0.9.10 |
| 1065 | 2026-06-06T00:47:53.060Z | Downloaded serde_with_macros v1.5.2 |
| 1066 | 2026-06-06T00:47:53.065Z | Downloaded slab v0.4.12 |
| 1067 | 2026-06-06T00:47:53.065Z | Downloaded papergrid v0.17.0 |
| 1068 | 2026-06-06T00:47:53.068Z | Downloaded structmeta v0.3.0 |
| 1069 | 2026-06-06T00:47:53.068Z | Downloaded ref-cast v1.0.25 |
| 1070 | 2026-06-06T00:47:53.068Z | Downloaded tap v1.0.1 |
| 1071 | 2026-06-06T00:47:53.068Z | Downloaded supports-color v3.0.2 |
| 1072 | 2026-06-06T00:47:53.071Z | Downloaded strum v0.26.3 |
| 1073 | 2026-06-06T00:47:53.071Z | Downloaded ssh-cipher v0.2.0 |
| 1074 | 2026-06-06T00:47:53.071Z | Downloaded sync-ptr v0.1.4 |
| 1075 | 2026-06-06T00:47:53.076Z | Downloaded rpassword v7.4.0 |
| 1076 | 2026-06-06T00:47:53.076Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1077 | 2026-06-06T00:47:53.076Z | Downloaded slog-envlogger v2.2.0 |
| 1078 | 2026-06-06T00:47:53.076Z | Downloaded oxnet v0.1.4 |
| 1079 | 2026-06-06T00:47:53.079Z | Downloaded rand_xorshift v0.4.0 |
| 1080 | 2026-06-06T00:47:53.079Z | Downloaded tabled_derive v0.11.0 |
| 1081 | 2026-06-06T00:47:53.079Z | Downloaded rustc-hash v2.1.1 |
| 1082 | 2026-06-06T00:47:53.079Z | Downloaded thread-id v5.1.0 |
| 1083 | 2026-06-06T00:47:53.080Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1084 | 2026-06-06T00:47:53.083Z | Downloaded slog-json v2.6.1 |
| 1085 | 2026-06-06T00:47:53.083Z | Downloaded tokio-tungstenite v0.23.1 |
| 1086 | 2026-06-06T00:47:53.083Z | Downloaded time-core v0.1.8 |
| 1087 | 2026-06-06T00:47:53.086Z | Downloaded rustls-pemfile v1.0.4 |
| 1088 | 2026-06-06T00:47:53.086Z | Downloaded regress v0.10.5 |
| 1089 | 2026-06-06T00:47:53.090Z | Downloaded tokio-stream v0.1.18 |
| 1090 | 2026-06-06T00:47:53.093Z | Downloaded tinyvec_macros v0.1.1 |
| 1091 | 2026-06-06T00:47:53.096Z | Downloaded thread_local v1.1.9 |
| 1092 | 2026-06-06T00:47:53.096Z | Downloaded tabwriter v1.4.1 |
| 1093 | 2026-06-06T00:47:53.096Z | Downloaded support-bundle-viewer v0.1.2 |
| 1094 | 2026-06-06T00:47:53.099Z | Downloaded tinyvec v1.10.0 |
| 1095 | 2026-06-06T00:47:53.099Z | Downloaded signal-hook-tokio v0.3.1 |
| 1096 | 2026-06-06T00:47:53.100Z | Downloaded progenitor v0.13.0 |
| 1097 | 2026-06-06T00:47:53.102Z | Downloaded strum_macros v0.24.3 |
| 1098 | 2026-06-06T00:47:53.102Z | Downloaded reedline v0.40.0 |
| 1099 | 2026-06-06T00:47:53.106Z | Downloaded typify-macro v0.4.3 |
| 1100 | 2026-06-06T00:47:53.109Z | Downloaded similar v2.7.0 |
| 1101 | 2026-06-06T00:47:53.112Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-06-06T00:47:53.112Z | Downloaded scroll_derive v0.13.1 |
| 1103 | 2026-06-06T00:47:53.113Z | Downloaded simd-adler32 v0.3.8 |
| 1104 | 2026-06-06T00:47:53.117Z | Downloaded tokio-tungstenite v0.21.0 |
| 1105 | 2026-06-06T00:47:53.117Z | Downloaded tui-tree-widget v0.23.1 |
| 1106 | 2026-06-06T00:47:53.117Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-06-06T00:47:53.124Z | Downloaded postcard v1.1.3 |
| 1108 | 2026-06-06T00:47:53.124Z | Downloaded p384 v0.13.1 |
| 1109 | 2026-06-06T00:47:53.128Z | Downloaded rand v0.9.2 |
| 1110 | 2026-06-06T00:47:53.128Z | Downloaded tower-layer v0.3.3 |
| 1111 | 2026-06-06T00:47:53.129Z | Downloaded siphasher v1.0.2 |
| 1112 | 2026-06-06T00:47:53.129Z | Downloaded rustls-pki-types v1.14.0 |
| 1113 | 2026-06-06T00:47:53.131Z | Downloaded tokio-rustls v0.25.0 |
| 1114 | 2026-06-06T00:47:53.131Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-06-06T00:47:53.131Z | Downloaded strum_macros v0.27.2 |
| 1116 | 2026-06-06T00:47:53.135Z | Downloaded unarray v0.1.4 |
| 1117 | 2026-06-06T00:47:53.138Z | Downloaded typify-macro v0.6.2 |
| 1118 | 2026-06-06T00:47:53.138Z | Downloaded tower-service v0.3.3 |
| 1119 | 2026-06-06T00:47:53.138Z | Downloaded semver v0.1.20 |
| 1120 | 2026-06-06T00:47:53.138Z | Downloaded rtoolbox v0.0.3 |
| 1121 | 2026-06-06T00:47:53.138Z | Downloaded ssh-encoding v0.2.0 |
| 1122 | 2026-06-06T00:47:53.143Z | Downloaded slog-bunyan v2.5.0 |
| 1123 | 2026-06-06T00:47:53.143Z | Downloaded serde_spanned v1.0.4 |
| 1124 | 2026-06-06T00:47:53.146Z | Downloaded testing_table v0.3.0 |
| 1125 | 2026-06-06T00:47:53.146Z | Downloaded serde-big-array v0.5.1 |
| 1126 | 2026-06-06T00:47:53.146Z | Downloaded sync_wrapper v1.0.2 |
| 1127 | 2026-06-06T00:47:53.149Z | Downloaded tokio-rustls v0.24.1 |
| 1128 | 2026-06-06T00:47:53.152Z | Downloaded tokio-dtrace v0.1.1 |
| 1129 | 2026-06-06T00:47:53.152Z | Downloaded tiny-keccak v2.0.2 |
| 1130 | 2026-06-06T00:47:53.152Z | Downloaded trait-variant v0.1.2 |
| 1131 | 2026-06-06T00:47:53.155Z | Downloaded structmeta-derive v0.3.0 |
| 1132 | 2026-06-06T00:47:53.155Z | Downloaded serde_urlencoded v0.7.1 |
| 1133 | 2026-06-06T00:47:53.156Z | Downloaded ron v0.8.1 |
| 1134 | 2026-06-06T00:47:53.159Z | Downloaded tagptr v0.2.0 |
| 1135 | 2026-06-06T00:47:53.163Z | Downloaded serde_repr v0.1.20 |
| 1136 | 2026-06-06T00:47:53.164Z | Downloaded universal-hash v0.5.1 |
| 1137 | 2026-06-06T00:47:53.164Z | Downloaded termtree v0.5.1 |
| 1138 | 2026-06-06T00:47:53.164Z | Downloaded try-lock v0.2.5 |
| 1139 | 2026-06-06T00:47:53.167Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-06-06T00:47:53.167Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1141 | 2026-06-06T00:47:53.175Z | Downloaded utf-8 v0.7.6 |
| 1142 | 2026-06-06T00:47:53.178Z | Downloaded tar v0.4.45 |
| 1143 | 2026-06-06T00:47:53.181Z | Downloaded tracing-core v0.1.36 |
| 1144 | 2026-06-06T00:47:53.186Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1145 | 2026-06-06T00:47:53.189Z | Downloaded stacker v0.1.23 |
| 1146 | 2026-06-06T00:47:53.189Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-06-06T00:47:53.192Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1148 | 2026-06-06T00:47:53.192Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1149 | 2026-06-06T00:47:53.194Z | Downloaded take_mut v0.2.2 |
| 1150 | 2026-06-06T00:47:53.194Z | Downloaded spin v0.9.8 |
| 1151 | 2026-06-06T00:47:53.194Z | Downloaded tungstenite v0.21.0 |
| 1152 | 2026-06-06T00:47:53.197Z | Downloaded thiserror-no-std v2.0.2 |
| 1153 | 2026-06-06T00:47:53.200Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1154 | 2026-06-06T00:47:53.200Z | Downloaded vergen-gitcl v1.0.8 |
| 1155 | 2026-06-06T00:47:53.200Z | Downloaded usdt-attr-macro v0.6.0 |
| 1156 | 2026-06-06T00:47:53.203Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1157 | 2026-06-06T00:47:53.203Z | Downloaded slog v2.8.2 |
| 1158 | 2026-06-06T00:47:53.209Z | Downloaded rustls-pemfile v2.2.0 |
| 1159 | 2026-06-06T00:47:53.212Z | Downloaded spki v0.7.3 |
| 1160 | 2026-06-06T00:47:53.215Z | Downloaded rayon-core v1.13.0 |
| 1161 | 2026-06-06T00:47:53.218Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-06-06T00:47:53.222Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1163 | 2026-06-06T00:47:53.225Z | Downloaded tokio-postgres v0.7.16 |
| 1164 | 2026-06-06T00:47:53.228Z | Downloaded want v0.3.1 |
| 1165 | 2026-06-06T00:47:53.231Z | Downloaded schemars v1.2.1 |
| 1166 | 2026-06-06T00:47:53.241Z | Downloaded xshell v0.2.7 |
| 1167 | 2026-06-06T00:47:53.241Z | Downloaded signal-hook-registry v1.4.8 |
| 1168 | 2026-06-06T00:47:53.241Z | Downloaded socket2 v0.5.10 |
| 1169 | 2026-06-06T00:47:53.244Z | Downloaded void v1.0.2 |
| 1170 | 2026-06-06T00:47:53.244Z | Downloaded usdt-impl v0.6.0 |
| 1171 | 2026-06-06T00:47:53.244Z | Downloaded untrusted v0.9.0 |
| 1172 | 2026-06-06T00:47:53.247Z | Downloaded unicode-truncate v1.1.0 |
| 1173 | 2026-06-06T00:47:53.247Z | Downloaded zeroize_derive v1.4.3 |
| 1174 | 2026-06-06T00:47:53.247Z | Downloaded unicode-properties v0.1.4 |
| 1175 | 2026-06-06T00:47:53.251Z | Downloaded typify v0.6.2 |
| 1176 | 2026-06-06T00:47:53.251Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-06-06T00:47:53.254Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1178 | 2026-06-06T00:47:53.254Z | Downloaded schemars v0.9.0 |
| 1179 | 2026-06-06T00:47:53.259Z | Downloaded term v0.7.0 |
| 1180 | 2026-06-06T00:47:53.262Z | Downloaded zstd v0.13.3 |
| 1181 | 2026-06-06T00:47:53.265Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-06-06T00:47:53.265Z | Downloaded steno v0.4.1 |
| 1183 | 2026-06-06T00:47:53.270Z | Downloaded signal-hook v0.3.18 |
| 1184 | 2026-06-06T00:47:53.270Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1185 | 2026-06-06T00:47:53.270Z | Downloaded stringprep v0.1.5 |
| 1186 | 2026-06-06T00:47:53.273Z | Downloaded sec1 v0.7.3 |
| 1187 | 2026-06-06T00:47:53.273Z | Downloaded serde_with v1.14.0 |
| 1188 | 2026-06-06T00:47:53.278Z | Downloaded unit-prefix v0.5.2 |
| 1189 | 2026-06-06T00:47:53.281Z | Downloaded typify v0.4.3 |
| 1190 | 2026-06-06T00:47:53.281Z | Downloaded regex v1.12.3 |
| 1191 | 2026-06-06T00:47:53.284Z | Downloaded tokio-native-tls v0.3.1 |
| 1192 | 2026-06-06T00:47:53.287Z | Downloaded zone v0.3.1 |
| 1193 | 2026-06-06T00:47:53.292Z | Downloaded uuid v1.23.0 |
| 1194 | 2026-06-06T00:47:53.292Z | Downloaded toml v0.7.8 |
| 1195 | 2026-06-06T00:47:53.296Z | Downloaded untrusted v0.7.1 |
| 1196 | 2026-06-06T00:47:53.296Z | Downloaded hash32 v0.3.1 |
| 1197 | 2026-06-06T00:47:53.296Z | Downloaded reqwest v0.12.28 |
| 1198 | 2026-06-06T00:47:53.299Z | Downloaded whoami v2.1.0 |
| 1199 | 2026-06-06T00:47:53.302Z | Downloaded vergen-lib v0.1.6 |
| 1200 | 2026-06-06T00:47:53.302Z | Downloaded test-strategy v0.4.5 |
| 1201 | 2026-06-06T00:47:53.305Z | Downloaded zstd-safe v7.2.4 |
| 1202 | 2026-06-06T00:47:53.305Z | Downloaded nix v0.31.2 |
| 1203 | 2026-06-06T00:47:53.311Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-06-06T00:47:53.314Z | Downloaded tokio-rustls v0.26.4 |
| 1205 | 2026-06-06T00:47:53.314Z | Downloaded strum_macros v0.26.4 |
| 1206 | 2026-06-06T00:47:53.317Z | Downloaded wait-timeout v0.2.1 |
| 1207 | 2026-06-06T00:47:53.317Z | Downloaded usdt v0.6.0 |
| 1208 | 2026-06-06T00:47:53.317Z | Downloaded unsafe-libyaml v0.2.11 |
| 1209 | 2026-06-06T00:47:53.320Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-06-06T00:47:53.320Z | Downloaded whoami v1.6.1 |
| 1211 | 2026-06-06T00:47:53.323Z | Downloaded vergen-lib v9.1.0 |
| 1212 | 2026-06-06T00:47:53.323Z | Downloaded unicase v2.9.0 |
| 1213 | 2026-06-06T00:47:53.327Z | Downloaded yansi v1.0.1 |
| 1214 | 2026-06-06T00:47:53.332Z | Downloaded twox-hash v2.1.2 |
| 1215 | 2026-06-06T00:47:53.332Z | Downloaded zone_cfg_derive v0.3.1 |
| 1216 | 2026-06-06T00:47:53.335Z | Downloaded smoltcp v0.9.1 |
| 1217 | 2026-06-06T00:47:53.337Z | Downloaded usdt-macro v0.6.0 |
| 1218 | 2026-06-06T00:47:53.337Z | Downloaded tracing-attributes v0.1.31 |
| 1219 | 2026-06-06T00:47:53.345Z | Downloaded vsss-rs v3.3.4 |
| 1220 | 2026-06-06T00:47:53.348Z | Downloaded vergen v9.1.0 |
| 1221 | 2026-06-06T00:47:53.351Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-06-06T00:47:53.359Z | Downloaded vergen-git2 v9.1.0 |
| 1223 | 2026-06-06T00:47:53.370Z | Downloaded rustyline v14.0.0 |
| 1224 | 2026-06-06T00:47:53.373Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-06-06T00:47:53.383Z | Downloaded uzers v0.12.2 |
| 1226 | 2026-06-06T00:47:53.388Z | Downloaded polar-core v0.27.3 |
| 1227 | 2026-06-06T00:47:53.393Z | Downloaded yasna v0.5.2 |
| 1228 | 2026-06-06T00:47:53.393Z | Downloaded unicode-segmentation v1.12.0 |
| 1229 | 2026-06-06T00:47:53.397Z | Downloaded subprocess v0.2.15 |
| 1230 | 2026-06-06T00:47:53.400Z | Downloaded zerocopy-derive v0.8.40 |
| 1231 | 2026-06-06T00:47:53.405Z | Downloaded zeroize v1.8.2 |
| 1232 | 2026-06-06T00:47:53.405Z | Downloaded tough v0.22.0 |
| 1233 | 2026-06-06T00:47:53.451Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-06-06T00:47:53.460Z | Downloaded tokio-util v0.7.18 |
| 1235 | 2026-06-06T00:47:53.461Z | Downloaded zip v0.6.6 |
| 1236 | 2026-06-06T00:47:53.461Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1237 | 2026-06-06T00:47:53.461Z | Downloaded unicode_categories v0.1.1 |
| 1238 | 2026-06-06T00:47:53.461Z | Downloaded tungstenite v0.23.0 |
| 1239 | 2026-06-06T00:47:53.461Z | Downloaded slog-term v2.9.2 |
| 1240 | 2026-06-06T00:47:53.461Z | Downloaded tower v0.5.3 |
| 1241 | 2026-06-06T00:47:53.461Z | Downloaded rustls-webpki v0.102.8 |
| 1242 | 2026-06-06T00:47:53.461Z | Downloaded zip v4.6.1 |
| 1243 | 2026-06-06T00:47:53.461Z | Downloaded typed-path v0.9.3 |
| 1244 | 2026-06-06T00:47:53.461Z | Downloaded toml_edit v0.19.15 |
| 1245 | 2026-06-06T00:47:53.467Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-06-06T00:47:53.481Z | Downloaded salty v0.3.0 |
| 1247 | 2026-06-06T00:47:53.492Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-06-06T00:47:53.495Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-06-06T00:47:53.498Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-06-06T00:47:53.501Z | Downloaded jiff v0.2.21 |
| 1251 | 2026-06-06T00:47:53.513Z | Downloaded vte v0.14.1 |
| 1252 | 2026-06-06T00:47:53.515Z | Downloaded petgraph v0.6.5 |
| 1253 | 2026-06-06T00:47:53.525Z | Downloaded quinn-proto v0.11.13 |
| 1254 | 2026-06-06T00:47:53.529Z | Downloaded rustls v0.21.12 |
| 1255 | 2026-06-06T00:47:53.536Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-06-06T00:47:53.541Z | Downloaded time v0.3.47 |
| 1257 | 2026-06-06T00:47:53.549Z | Downloaded radix_trie v0.2.1 |
| 1258 | 2026-06-06T00:47:53.553Z | Downloaded object v0.37.3 |
| 1259 | 2026-06-06T00:47:53.558Z | Downloaded libz-sys v1.1.24 |
| 1260 | 2026-06-06T00:47:53.571Z | Downloaded regex-syntax v0.6.29 |
| 1261 | 2026-06-06T00:47:53.575Z | Downloaded vcpkg v0.2.15 |
| 1262 | 2026-06-06T00:47:53.599Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-06T00:47:53.602Z | Downloaded smoltcp v0.11.0 |
| 1264 | 2026-06-06T00:47:53.607Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-06-06T00:47:53.612Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-06-06T00:47:53.619Z | Downloaded regress v0.11.1 |
| 1267 | 2026-06-06T00:47:53.624Z | Downloaded rustls v0.23.37 |
| 1268 | 2026-06-06T00:47:53.631Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-06-06T00:47:53.634Z | Downloaded rustls v0.22.4 |
| 1270 | 2026-06-06T00:47:53.641Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-06-06T00:47:53.646Z | Downloaded encoding_rs v0.8.35 |
| 1272 | 2026-06-06T00:47:53.659Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-06-06T00:47:53.665Z | Downloaded serde_with v3.17.0 |
| 1274 | 2026-06-06T00:47:53.671Z | Downloaded sled v0.34.7 |
| 1275 | 2026-06-06T00:47:53.678Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-06-06T00:47:53.687Z | Downloaded rustix v0.38.44 |
| 1277 | 2026-06-06T00:47:53.703Z | Downloaded sqlparser v0.61.0 |
| 1278 | 2026-06-06T00:47:53.706Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-06-06T00:47:53.717Z | Downloaded typify-impl v0.4.3 |
| 1280 | 2026-06-06T00:47:53.727Z | Downloaded tracing v0.1.44 |
| 1281 | 2026-06-06T00:47:53.753Z | Downloaded zerocopy-derive v0.6.6 |
| 1282 | 2026-06-06T00:47:53.764Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-06-06T00:47:53.775Z | Downloaded regex-automata v0.4.14 |
| 1284 | 2026-06-06T00:47:53.811Z | Downloaded petgraph v0.8.3 |
| 1285 | 2026-06-06T00:47:53.834Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-06-06T00:47:53.839Z | Downloaded tokio v1.52.1 |
| 1287 | 2026-06-06T00:47:53.859Z | Downloaded ring v0.17.14 |
| 1288 | 2026-06-06T00:47:53.897Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-06-06T00:47:54.301Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-06-06T00:47:54.554Z | Compiling libc v0.2.185 |
| 1291 | 2026-06-06T00:47:54.554Z | Compiling serde v1.0.228 |
| 1292 | 2026-06-06T00:47:54.557Z | Compiling log v0.4.29 |
| 1293 | 2026-06-06T00:47:54.557Z | Compiling shlex v1.3.0 |
| 1294 | 2026-06-06T00:47:54.557Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-06-06T00:47:54.557Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-06-06T00:47:54.557Z | Compiling typenum v1.19.0 |
| 1297 | 2026-06-06T00:47:54.557Z | Compiling subtle v2.6.1 |
| 1298 | 2026-06-06T00:47:54.557Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-06-06T00:47:54.557Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-06-06T00:47:54.757Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-06-06T00:47:54.770Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-06-06T00:47:54.796Z | Compiling syn v2.0.117 |
| 1303 | 2026-06-06T00:47:54.809Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-06-06T00:47:54.822Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-06-06T00:47:54.827Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-06-06T00:47:54.874Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-06-06T00:47:54.887Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-06-06T00:47:54.902Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-06-06T00:47:54.907Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-06-06T00:47:54.932Z | Compiling libm v0.2.16 |
| 1311 | 2026-06-06T00:47:54.960Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-06-06T00:47:54.989Z | Compiling critical-section v1.2.0 |
| 1313 | 2026-06-06T00:47:55.062Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-06-06T00:47:55.085Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-06-06T00:47:55.130Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-06-06T00:47:55.146Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-06-06T00:47:55.159Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-06-06T00:47:55.163Z | Compiling slab v0.4.12 |
| 1319 | 2026-06-06T00:47:55.199Z | Compiling getrandom v0.4.1 |
| 1320 | 2026-06-06T00:47:55.247Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-06-06T00:47:55.260Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-06-06T00:47:55.305Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-06-06T00:47:55.341Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-06-06T00:47:55.360Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-06-06T00:47:55.384Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-06-06T00:47:55.446Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-06-06T00:47:55.473Z | Compiling fs_extra v1.3.0 |
| 1328 | 2026-06-06T00:47:55.490Z | Compiling dunce v1.0.5 |
| 1329 | 2026-06-06T00:47:55.494Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-06-06T00:47:55.505Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-06-06T00:47:55.571Z | Compiling flagset v0.4.7 |
| 1332 | 2026-06-06T00:47:55.586Z | Compiling iana-time-zone v0.1.65 |
| 1333 | 2026-06-06T00:47:55.598Z | Compiling regex-syntax v0.8.10 |
| 1334 | 2026-06-06T00:47:55.643Z | Compiling rustix v1.1.3 |
| 1335 | 2026-06-06T00:47:55.658Z | Compiling vcpkg v0.2.15 |
| 1336 | 2026-06-06T00:47:55.714Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-06T00:47:55.742Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-06T00:47:55.759Z | Compiling errno v0.3.14 |
| 1339 | 2026-06-06T00:47:55.811Z | Compiling mio v1.2.0 |
| 1340 | 2026-06-06T00:47:55.816Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-06-06T00:47:55.922Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-06-06T00:47:55.960Z | Compiling cc v1.2.56 |
| 1343 | 2026-06-06T00:47:55.975Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-06-06T00:47:56.024Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-06-06T00:47:56.036Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-06-06T00:47:56.110Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-06-06T00:47:56.240Z | Compiling aws-lc-rs v1.16.3 |
| 1348 | 2026-06-06T00:47:56.252Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-06-06T00:47:56.267Z | Compiling uuid v1.23.0 |
| 1350 | 2026-06-06T00:47:56.281Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-06-06T00:47:56.302Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-06-06T00:47:56.400Z | Compiling base64 v0.22.1 |
| 1353 | 2026-06-06T00:47:56.417Z | Compiling untrusted v0.7.1 |
| 1354 | 2026-06-06T00:47:56.420Z | Compiling untrusted v0.9.0 |
| 1355 | 2026-06-06T00:47:56.446Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-06-06T00:47:56.503Z | Compiling httparse v1.10.1 |
| 1357 | 2026-06-06T00:47:56.558Z | Compiling tinyvec_macros v0.1.1 |
| 1358 | 2026-06-06T00:47:56.561Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-06-06T00:47:56.572Z | Compiling rustls v0.23.37 |
| 1360 | 2026-06-06T00:47:56.597Z | Compiling schemars v0.8.22 |
| 1361 | 2026-06-06T00:47:56.632Z | Compiling tinyvec v1.10.0 |
| 1362 | 2026-06-06T00:47:56.635Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-06-06T00:47:56.658Z | Compiling tower-service v0.3.3 |
| 1364 | 2026-06-06T00:47:56.779Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-06-06T00:47:56.804Z | Compiling cmake v0.1.57 |
| 1366 | 2026-06-06T00:47:56.816Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-06-06T00:47:56.832Z | Compiling tower-layer v0.3.3 |
| 1368 | 2026-06-06T00:47:56.835Z | Compiling want v0.3.1 |
| 1369 | 2026-06-06T00:47:56.859Z | Compiling openssl v0.10.79 |
| 1370 | 2026-06-06T00:47:56.906Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-06-06T00:47:56.936Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-06-06T00:47:56.955Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-06-06T00:47:56.981Z | Compiling spin v0.9.8 |
| 1374 | 2026-06-06T00:47:57.021Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-06-06T00:47:57.036Z | Compiling unicode-normalization v0.1.25 |
| 1376 | 2026-06-06T00:47:57.050Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-06-06T00:47:57.063Z | Compiling crc32fast v1.5.0 |
| 1378 | 2026-06-06T00:47:57.066Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-06-06T00:47:57.100Z | Compiling time-core v0.1.8 |
| 1380 | 2026-06-06T00:47:57.113Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-06-06T00:47:57.116Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-06-06T00:47:57.157Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-06-06T00:47:57.197Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-06-06T00:47:57.216Z | Compiling syn v1.0.109 |
| 1385 | 2026-06-06T00:47:57.243Z | Compiling deranged v0.5.8 |
| 1386 | 2026-06-06T00:47:57.262Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-06-06T00:47:57.319Z | Compiling crossbeam-utils v0.8.21 |
| 1388 | 2026-06-06T00:47:57.341Z | Compiling bit-vec v0.8.0 |
| 1389 | 2026-06-06T00:47:57.356Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-06-06T00:47:57.383Z | Compiling siphasher v1.0.2 |
| 1391 | 2026-06-06T00:47:57.400Z | Compiling quick-error v1.2.3 |
| 1392 | 2026-06-06T00:47:57.460Z | Compiling simd-adler32 v0.3.8 |
| 1393 | 2026-06-06T00:47:57.520Z | Compiling slog v2.8.2 |
| 1394 | 2026-06-06T00:47:57.593Z | Compiling regex-automata v0.4.14 |
| 1395 | 2026-06-06T00:47:57.610Z | Compiling tempfile v3.25.0 |
| 1396 | 2026-06-06T00:47:57.623Z | Compiling bit-set v0.8.0 |
| 1397 | 2026-06-06T00:47:57.681Z | Compiling heapless v0.7.17 |
| 1398 | 2026-06-06T00:47:57.694Z | Compiling rand_xorshift v0.4.0 |
| 1399 | 2026-06-06T00:47:57.699Z | Compiling thread-id v5.1.0 |
| 1400 | 2026-06-06T00:47:57.710Z | Compiling cookie v0.18.1 |
| 1401 | 2026-06-06T00:47:57.739Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-06-06T00:47:57.743Z | Compiling ring v0.17.14 |
| 1403 | 2026-06-06T00:47:57.743Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-06-06T00:47:57.809Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-06-06T00:47:57.832Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1406 | 2026-06-06T00:47:57.875Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-06-06T00:47:57.897Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-06-06T00:47:57.946Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-06-06T00:47:57.964Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-06-06T00:47:58.036Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-06-06T00:47:58.171Z | Compiling darling_core v0.21.3 |
| 1412 | 2026-06-06T00:47:58.177Z | Compiling unicode-bidi v0.3.18 |
| 1413 | 2026-06-06T00:47:58.237Z | Compiling paste v1.0.15 |
| 1414 | 2026-06-06T00:47:58.365Z | Compiling anyhow v1.0.102 |
| 1415 | 2026-06-06T00:47:58.533Z | Compiling time v0.3.47 |
| 1416 | 2026-06-06T00:47:58.547Z | Compiling signal-hook v0.3.18 |
| 1417 | 2026-06-06T00:47:58.561Z | Compiling iri-string v0.7.10 |
| 1418 | 2026-06-06T00:47:58.575Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-06-06T00:47:58.704Z | Compiling unarray v0.1.4 |
| 1420 | 2026-06-06T00:47:58.719Z | Compiling unicode-properties v0.1.4 |
| 1421 | 2026-06-06T00:47:58.735Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-06-06T00:47:58.751Z | Compiling zstd-safe v7.2.4 |
| 1423 | 2026-06-06T00:47:58.766Z | Compiling ryu v1.0.23 |
| 1424 | 2026-06-06T00:47:58.907Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-06-06T00:47:58.949Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-06-06T00:47:59.094Z | Compiling vergen-lib v9.1.0 |
| 1427 | 2026-06-06T00:47:59.098Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-06-06T00:47:59.296Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-06-06T00:47:59.393Z | Compiling ff v0.13.1 |
| 1430 | 2026-06-06T00:47:59.452Z | Compiling hash32 v0.2.1 |
| 1431 | 2026-06-06T00:47:59.548Z | Compiling memoffset v0.9.1 |
| 1432 | 2026-06-06T00:47:59.602Z | Compiling encoding_rs v0.8.35 |
| 1433 | 2026-06-06T00:47:59.616Z | Compiling base16ct v0.2.0 |
| 1434 | 2026-06-06T00:47:59.673Z | Compiling cfg_aliases v0.2.1 |
| 1435 | 2026-06-06T00:47:59.683Z | Compiling mime v0.3.17 |
| 1436 | 2026-06-06T00:47:59.742Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-06-06T00:47:59.745Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-06-06T00:47:59.770Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-06-06T00:47:59.774Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-06-06T00:47:59.813Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-06-06T00:47:59.961Z | Compiling zerocopy-derive v0.8.40 |
| 1442 | 2026-06-06T00:48:00.149Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-06-06T00:48:00.205Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-06-06T00:48:00.452Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-06-06T00:48:00.478Z | Compiling futures-macro v0.3.32 |
| 1446 | 2026-06-06T00:48:00.842Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-06-06T00:48:00.975Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-06-06T00:48:01.008Z | Compiling tracing-attributes v0.1.31 |
| 1449 | 2026-06-06T00:48:01.024Z | Compiling thiserror-impl v2.0.18 |
| 1450 | 2026-06-06T00:48:01.043Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-06-06T00:48:01.220Z | Compiling crypto-common v0.1.7 |
| 1452 | 2026-06-06T00:48:01.267Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-06-06T00:48:01.269Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-06-06T00:48:01.349Z | Compiling futures-util v0.3.32 |
| 1455 | 2026-06-06T00:48:01.387Z | Compiling yoke v0.8.1 |
| 1456 | 2026-06-06T00:48:01.409Z | Compiling block-padding v0.3.3 |
| 1457 | 2026-06-06T00:48:01.455Z | Compiling digest v0.10.7 |
| 1458 | 2026-06-06T00:48:01.471Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-06-06T00:48:01.581Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-06-06T00:48:01.595Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-06-06T00:48:01.778Z | Compiling hmac v0.12.1 |
| 1462 | 2026-06-06T00:48:01.922Z | Compiling inout v0.1.4 |
| 1463 | 2026-06-06T00:48:01.925Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-06-06T00:48:01.952Z | Compiling der v0.7.10 |
| 1465 | 2026-06-06T00:48:01.959Z | Compiling pbkdf2 v0.12.2 |
| 1466 | 2026-06-06T00:48:01.968Z | Compiling scroll_derive v0.13.1 |
| 1467 | 2026-06-06T00:48:02.099Z | Compiling tinystr v0.8.2 |
| 1468 | 2026-06-06T00:48:02.114Z | Compiling potential_utf v0.1.4 |
| 1469 | 2026-06-06T00:48:02.152Z | Compiling cipher v0.4.4 |
| 1470 | 2026-06-06T00:48:02.300Z | Compiling icu_locale_core v2.1.1 |
| 1471 | 2026-06-06T00:48:02.324Z | Compiling icu_collections v2.1.1 |
| 1472 | 2026-06-06T00:48:02.394Z | Compiling salsa20 v0.10.2 |
| 1473 | 2026-06-06T00:48:02.407Z | Compiling cbc v0.1.2 |
| 1474 | 2026-06-06T00:48:02.446Z | Compiling tracing v0.1.44 |
| 1475 | 2026-06-06T00:48:02.460Z | Compiling aes v0.8.4 |
| 1476 | 2026-06-06T00:48:02.477Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-06-06T00:48:02.556Z | Compiling scrypt v0.11.0 |
| 1478 | 2026-06-06T00:48:02.593Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-06-06T00:48:02.744Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2026-06-06T00:48:02.844Z | Compiling spki v0.7.3 |
| 1481 | 2026-06-06T00:48:02.844Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-06T00:48:02.873Z | Compiling scroll v0.13.0 |
| 1483 | 2026-06-06T00:48:03.064Z | Compiling icu_provider v2.1.1 |
| 1484 | 2026-06-06T00:48:03.090Z | Compiling pkcs5 v0.7.1 |
| 1485 | 2026-06-06T00:48:03.104Z | Compiling darling v0.20.11 |
| 1486 | 2026-06-06T00:48:03.161Z | Compiling goblin v0.10.5 |
| 1487 | 2026-06-06T00:48:03.164Z | Compiling dtrace-parser v0.3.0 |
| 1488 | 2026-06-06T00:48:03.208Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-06-06T00:48:03.221Z | Compiling signature v2.2.0 |
| 1490 | 2026-06-06T00:48:03.241Z | Compiling webpki-roots v1.0.6 |
| 1491 | 2026-06-06T00:48:03.364Z | Compiling bytes v1.11.1 |
| 1492 | 2026-06-06T00:48:03.378Z | Compiling icu_normalizer v2.1.1 |
| 1493 | 2026-06-06T00:48:03.393Z | Compiling icu_properties v2.1.2 |
| 1494 | 2026-06-06T00:48:03.421Z | Compiling chrono v0.4.44 |
| 1495 | 2026-06-06T00:48:03.435Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-06-06T00:48:03.564Z | Compiling ipnet v2.11.0 |
| 1497 | 2026-06-06T00:48:03.593Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-06T00:48:03.716Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-06-06T00:48:03.785Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-06-06T00:48:03.903Z | Compiling tokio v1.52.1 |
| 1501 | 2026-06-06T00:48:03.993Z | Compiling http v1.4.0 |
| 1502 | 2026-06-06T00:48:04.015Z | Compiling erased-serde v0.3.31 |
| 1503 | 2026-06-06T00:48:04.110Z | Compiling serde_urlencoded v0.7.1 |
| 1504 | 2026-06-06T00:48:04.123Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2026-06-06T00:48:04.128Z | Compiling derive_builder_macro v0.20.2 |
| 1506 | 2026-06-06T00:48:04.298Z | Compiling idna_adapter v1.2.1 |
| 1507 | 2026-06-06T00:48:04.362Z | Compiling scroll v0.12.0 |
| 1508 | 2026-06-06T00:48:04.399Z | Compiling ppv-lite86 v0.2.21 |
| 1509 | 2026-06-06T00:48:04.444Z | Compiling idna v1.1.0 |
| 1510 | 2026-06-06T00:48:04.458Z | Compiling serde_spanned v0.6.9 |
| 1511 | 2026-06-06T00:48:04.504Z | Compiling md-5 v0.10.6 |
| 1512 | 2026-06-06T00:48:04.535Z | Compiling darling_macro v0.21.3 |
| 1513 | 2026-06-06T00:48:04.618Z | Compiling http-body v1.0.1 |
| 1514 | 2026-06-06T00:48:04.633Z | Compiling bstr v1.12.1 |
| 1515 | 2026-06-06T00:48:04.647Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-06-06T00:48:04.650Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-06-06T00:48:04.679Z | Compiling zerocopy-derive v0.7.35 |
| 1518 | 2026-06-06T00:48:04.736Z | Compiling url v2.5.8 |
| 1519 | 2026-06-06T00:48:04.794Z | Compiling rand_chacha v0.9.0 |
| 1520 | 2026-06-06T00:48:04.854Z | Compiling http-body-util v0.1.3 |
| 1521 | 2026-06-06T00:48:04.913Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-06-06T00:48:05.041Z | Compiling rand v0.9.2 |
| 1523 | 2026-06-06T00:48:05.056Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-06-06T00:48:05.111Z | Compiling ref-cast v1.0.25 |
| 1525 | 2026-06-06T00:48:05.127Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-06-06T00:48:05.175Z | Compiling rustix v0.38.44 |
| 1527 | 2026-06-06T00:48:05.330Z | Compiling zlib-rs v0.6.2 |
| 1528 | 2026-06-06T00:48:05.423Z | Compiling fallible-iterator v0.2.0 |
| 1529 | 2026-06-06T00:48:05.548Z | Compiling litrs v1.0.0 |
| 1530 | 2026-06-06T00:48:05.561Z | Compiling psl-types v2.0.11 |
| 1531 | 2026-06-06T00:48:05.592Z | Compiling smoltcp v0.9.1 |
| 1532 | 2026-06-06T00:48:05.717Z | Compiling proptest v1.10.0 |
| 1533 | 2026-06-06T00:48:05.734Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-06-06T00:48:05.748Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-06-06T00:48:05.751Z | Compiling zerocopy v0.7.35 |
| 1536 | 2026-06-06T00:48:05.809Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-06-06T00:48:05.921Z | Compiling dof v0.4.0 |
| 1538 | 2026-06-06T00:48:05.947Z | Compiling rand v0.8.6 |
| 1539 | 2026-06-06T00:48:05.975Z | Compiling darling v0.21.3 |
| 1540 | 2026-06-06T00:48:05.979Z | Compiling derive_builder v0.20.2 |
| 1541 | 2026-06-06T00:48:06.005Z | Compiling goblin v0.8.2 |
| 1542 | 2026-06-06T00:48:06.069Z | Compiling sec1 v0.7.3 |
| 1543 | 2026-06-06T00:48:06.085Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-06-06T00:48:06.129Z | Compiling document-features v0.2.12 |
| 1545 | 2026-06-06T00:48:06.244Z | Compiling futures-executor v0.3.32 |
| 1546 | 2026-06-06T00:48:06.313Z | Compiling oxnet v0.1.4 |
| 1547 | 2026-06-06T00:48:06.333Z | Compiling hex v0.4.3 |
| 1548 | 2026-06-06T00:48:06.359Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-06-06T00:48:06.451Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-06-06T00:48:06.495Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-06-06T00:48:06.521Z | Compiling regex v1.12.3 |
| 1552 | 2026-06-06T00:48:06.652Z | Compiling nix v0.31.2 |
| 1553 | 2026-06-06T00:48:06.855Z | Compiling ref-cast-impl v1.0.25 |
| 1554 | 2026-06-06T00:48:06.869Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-06-06T00:48:06.904Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-06-06T00:48:06.924Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-06-06T00:48:07.042Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-06-06T00:48:07.207Z | Compiling group v0.13.0 |
| 1559 | 2026-06-06T00:48:07.225Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-06-06T00:48:07.435Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-06-06T00:48:07.546Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-06-06T00:48:07.593Z | Compiling lazy_static v1.5.0 |
| 1563 | 2026-06-06T00:48:07.624Z | Compiling vergen v9.1.0 |
| 1564 | 2026-06-06T00:48:07.641Z | Compiling cargo-platform v0.3.2 |
| 1565 | 2026-06-06T00:48:07.655Z | Compiling fs-err v3.3.0 |
| 1566 | 2026-06-06T00:48:07.674Z | Compiling ahash v0.8.12 |
| 1567 | 2026-06-06T00:48:07.697Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-06-06T00:48:07.724Z | Compiling tower v0.5.3 |
| 1569 | 2026-06-06T00:48:07.812Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-06-06T00:48:07.826Z | Compiling foldhash v0.1.5 |
| 1571 | 2026-06-06T00:48:07.869Z | Compiling managed v0.8.0 |
| 1572 | 2026-06-06T00:48:07.907Z | Compiling same-file v1.0.6 |
| 1573 | 2026-06-06T00:48:07.918Z | Compiling bumpalo v3.20.2 |
| 1574 | 2026-06-06T00:48:07.935Z | Compiling bitflags v1.3.2 |
| 1575 | 2026-06-06T00:48:07.999Z | Compiling winnow v0.5.40 |
| 1576 | 2026-06-06T00:48:08.013Z | Compiling libbz2-rs-sys v0.2.2 |
| 1577 | 2026-06-06T00:48:08.026Z | Compiling object v0.37.3 |
| 1578 | 2026-06-06T00:48:08.085Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-06-06T00:48:08.107Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-06-06T00:48:08.201Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-06-06T00:48:08.231Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-06-06T00:48:08.319Z | Compiling unicode-segmentation v1.12.0 |
| 1583 | 2026-06-06T00:48:08.333Z | Compiling clap_builder v4.5.60 |
| 1584 | 2026-06-06T00:48:08.478Z | Compiling h2 v0.4.13 |
| 1585 | 2026-06-06T00:48:08.596Z | Compiling bzip2 v0.6.1 |
| 1586 | 2026-06-06T00:48:08.684Z | Compiling daft v0.1.7 |
| 1587 | 2026-06-06T00:48:08.701Z | Compiling hashbrown v0.16.1 |
| 1588 | 2026-06-06T00:48:08.738Z | Compiling dof v0.3.0 |
| 1589 | 2026-06-06T00:48:08.754Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-06-06T00:48:08.792Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-06-06T00:48:08.825Z | Compiling hashbrown v0.15.5 |
| 1592 | 2026-06-06T00:48:08.973Z | Compiling strum v0.27.2 |
| 1593 | 2026-06-06T00:48:09.032Z | Compiling snafu v0.8.9 |
| 1594 | 2026-06-06T00:48:09.130Z | Compiling cargo_metadata v0.23.1 |
| 1595 | 2026-06-06T00:48:09.157Z | Compiling phf v0.13.1 |
| 1596 | 2026-06-06T00:48:09.320Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-06-06T00:48:09.401Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-06-06T00:48:09.416Z | Compiling usdt-attr-macro v0.6.0 |
| 1599 | 2026-06-06T00:48:09.455Z | Compiling usdt-macro v0.6.0 |
| 1600 | 2026-06-06T00:48:09.514Z | Compiling elliptic-curve v0.13.8 |
| 1601 | 2026-06-06T00:48:09.579Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-06-06T00:48:09.651Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-06-06T00:48:09.707Z | Compiling hubpack v0.1.2 |
| 1604 | 2026-06-06T00:48:09.745Z | Compiling futures v0.3.32 |
| 1605 | 2026-06-06T00:48:09.840Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-06-06T00:48:09.874Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-06-06T00:48:09.889Z | Compiling zstd v0.13.3 |
| 1608 | 2026-06-06T00:48:09.944Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-06-06T00:48:10.173Z | Compiling globset v0.4.18 |
| 1610 | 2026-06-06T00:48:10.246Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-06-06T00:48:10.258Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-06-06T00:48:10.263Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-06-06T00:48:10.420Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-06-06T00:48:10.432Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-06-06T00:48:10.525Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-06-06T00:48:10.609Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-06-06T00:48:10.637Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-06-06T00:48:10.667Z | Compiling strum_macros v0.26.4 |
| 1619 | 2026-06-06T00:48:10.701Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-06-06T00:48:10.728Z | Compiling clap_derive v4.5.55 |
| 1621 | 2026-06-06T00:48:10.884Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-06-06T00:48:11.038Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-06-06T00:48:11.063Z | Compiling pem v3.0.6 |
| 1624 | 2026-06-06T00:48:11.086Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-06-06T00:48:11.167Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-06-06T00:48:11.181Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-06-06T00:48:11.204Z | Compiling new_debug_unreachable v1.0.6 |
| 1628 | 2026-06-06T00:48:11.240Z | Compiling static_assertions v1.1.0 |
| 1629 | 2026-06-06T00:48:11.274Z | Compiling difflib v0.4.0 |
| 1630 | 2026-06-06T00:48:11.291Z | Compiling jiff v0.2.21 |
| 1631 | 2026-06-06T00:48:11.319Z | Compiling either v1.15.0 |
| 1632 | 2026-06-06T00:48:11.333Z | Compiling predicates-core v1.0.10 |
| 1633 | 2026-06-06T00:48:11.337Z | Compiling fixedbitset v0.4.2 |
| 1634 | 2026-06-06T00:48:11.434Z | Compiling normalize-line-endings v0.3.0 |
| 1635 | 2026-06-06T00:48:11.447Z | Compiling typed-path v0.9.3 |
| 1636 | 2026-06-06T00:48:11.508Z | Compiling hyper v1.8.1 |
| 1637 | 2026-06-06T00:48:11.531Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-06-06T00:48:11.545Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-06-06T00:48:11.545Z | Compiling whoami v2.1.0 |
| 1640 | 2026-06-06T00:48:11.584Z | Compiling keccak v0.1.6 |
| 1641 | 2026-06-06T00:48:11.657Z | Compiling data-encoding v2.10.0 |
| 1642 | 2026-06-06T00:48:11.874Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-06-06T00:48:11.908Z | Compiling sha3 v0.10.8 |
| 1644 | 2026-06-06T00:48:11.988Z | Compiling petgraph v0.8.3 |
| 1645 | 2026-06-06T00:48:12.014Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-06-06T00:48:12.365Z | Compiling string_cache v0.8.9 |
| 1647 | 2026-06-06T00:48:12.383Z | Compiling toml_edit v0.22.27 |
| 1648 | 2026-06-06T00:48:12.429Z | Compiling predicates v3.1.4 |
| 1649 | 2026-06-06T00:48:12.474Z | Compiling itertools v0.13.0 |
| 1650 | 2026-06-06T00:48:12.540Z | Compiling strum v0.26.3 |
| 1651 | 2026-06-06T00:48:12.602Z | Compiling clap v4.5.60 |
| 1652 | 2026-06-06T00:48:12.620Z | Compiling petgraph v0.6.5 |
| 1653 | 2026-06-06T00:48:12.635Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-06-06T00:48:12.695Z | Compiling hyper-util v0.1.20 |
| 1655 | 2026-06-06T00:48:12.710Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1656 | 2026-06-06T00:48:12.767Z | Compiling usdt v0.6.0 |
| 1657 | 2026-06-06T00:48:13.022Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-06-06T00:48:13.058Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-06-06T00:48:13.112Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-06-06T00:48:13.197Z | Compiling toml v0.7.8 |
| 1661 | 2026-06-06T00:48:13.642Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-06-06T00:48:13.753Z | Compiling rsa v0.9.10 |
| 1663 | 2026-06-06T00:48:13.835Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-06-06T00:48:14.001Z | Compiling zip v4.6.1 |
| 1665 | 2026-06-06T00:48:14.175Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-06-06T00:48:14.179Z | Compiling zip v0.6.6 |
| 1667 | 2026-06-06T00:48:14.454Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-06-06T00:48:14.751Z | Compiling heck v0.4.1 |
| 1669 | 2026-06-06T00:48:14.793Z | Compiling similar v2.7.0 |
| 1670 | 2026-06-06T00:48:14.816Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-06-06T00:48:14.868Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1672 | 2026-06-06T00:48:14.921Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-06-06T00:48:15.003Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-06-06T00:48:15.017Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-06-06T00:48:15.169Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-06-06T00:48:15.220Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-06-06T00:48:15.310Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-06-06T00:48:15.324Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-06-06T00:48:15.461Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-06-06T00:48:15.532Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-06-06T00:48:15.642Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-06-06T00:48:15.651Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-06-06T00:48:15.664Z | Compiling filetime v0.2.27 |
| 1684 | 2026-06-06T00:48:15.680Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-06-06T00:48:15.686Z | Compiling xattr v1.6.1 |
| 1686 | 2026-06-06T00:48:15.696Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-06-06T00:48:15.794Z | Compiling term v1.2.1 |
| 1688 | 2026-06-06T00:48:15.830Z | Compiling tar v0.4.45 |
| 1689 | 2026-06-06T00:48:16.122Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-06-06T00:48:33.598Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-06-06T00:48:36.409Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-06-06T00:48:36.409Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-06-06T00:48:36.609Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-06-06T00:48:36.805Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-06-06T00:48:36.805Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-06-06T00:48:38.052Z | Compiling tough v0.22.0 |
| 1697 | 2026-06-06T00:48:40.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-06-06T00:48:40.789Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-06-06T00:48:43.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s |
| 1700 | 2026-06-06T00:48:43.764Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-06-06T00:48:43.819Z | Jun 06 00:48:43.518 INFO Starting download, target: Cockroach |
| 1702 | 2026-06-06T00:48:43.819Z | Jun 06 00:48:43.519 INFO Starting download, target: Clickhouse |
| 1703 | 2026-06-06T00:48:43.820Z | Jun 06 00:48:43.519 INFO Starting download, target: Console |
| 1704 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Starting download, target: DendriteStub |
| 1705 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.520 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-06-06T00:48:43.823Z | Jun 06 00:48:43.520 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-06-06T00:48:44.330Z | Jun 06 00:48:44.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-06-06T00:48:44.561Z | Jun 06 00:48:44.247 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-06-06T00:48:44.977Z | Jun 06 00:48:44.672 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-06T00:48:45.238Z | Jun 06 00:48:44.921 INFO Download complete, target: Console |
| 1717 | 2026-06-06T00:48:45.696Z | Jun 06 00:48:45.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-06-06T00:48:45.935Z | Jun 06 00:48:45.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-06-06T00:48:46.023Z | Jun 06 00:48:45.721 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-06-06T00:48:46.175Z | Jun 06 00:48:45.875 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-06-06T00:48:46.175Z | Jun 06 00:48:45.875 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-06-06T00:48:48.146Z | Jun 06 00:48:47.846 INFO Download complete, target: DendriteStub |
| 1723 | 2026-06-06T00:48:48.479Z | Jun 06 00:48:48.161 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-06-06T00:48:50.995Z | Jun 06 00:48:50.695 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-06-06T00:48:51.121Z | Jun 06 00:48:50.820 INFO Download complete, target: Cockroach |
| 1726 | 2026-06-06T00:48:52.931Z | Jun 06 00:48:52.600 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-06-06T00:48:53.005Z | Jun 06 00:48:52.690 INFO Download complete, target: Clickhouse |
| 1728 | 2026-06-06T00:48:53.012Z | All prerequisites installed successfully |
| 1729 | 2026-06-06T00:48:53.012Z | |
| 1730 | 2026-06-06T00:48:53.012Z | real 1:58.463653863 |
| 1731 | 2026-06-06T00:48:53.012Z | user 6:59.351503678 |
| 1732 | 2026-06-06T00:48:53.012Z | sys 1:40.985011354 |
| 1733 | 2026-06-06T00:48:53.012Z | trap 0.281919827 |
| 1734 | 2026-06-06T00:48:53.012Z | tflt 1.165282303 |
| 1735 | 2026-06-06T00:48:53.012Z | dflt 1.692787594 |
| 1736 | 2026-06-06T00:48:53.012Z | kflt 0.025315077 |
| 1737 | 2026-06-06T00:48:53.012Z | lock 23:16.470871656 |
| 1738 | 2026-06-06T00:48:53.012Z | slp 19:03.261770324 |
| 1739 | 2026-06-06T00:48:53.012Z | lat 24.050393618 |
| 1740 | 2026-06-06T00:48:53.013Z | stop 2:43.290290787 |
| 1741 | 2026-06-06T00:48:53.013Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-06-06T00:48:53.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1743 | 2026-06-06T00:48:53.547Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-06-06T00:48:54.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-06-06T00:48:54.383Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-06-06T00:48:54.425Z | Jun 06 00:48:54.125 INFO Starting download, target: Softnpu |
| 1747 | 2026-06-06T00:48:54.430Z | Jun 06 00:48:54.125 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-06-06T00:48:54.972Z | Jun 06 00:48:54.671 INFO Download complete, target: Softnpu |
| 1749 | 2026-06-06T00:48:54.975Z | |
| 1750 | 2026-06-06T00:48:54.979Z | real 1.972592546 |
| 1751 | 2026-06-06T00:48:54.979Z | user 1.335138428 |
| 1752 | 2026-06-06T00:48:54.979Z | sys 0.656438349 |
| 1753 | 2026-06-06T00:48:54.979Z | trap 0.000402122 |
| 1754 | 2026-06-06T00:48:54.979Z | tflt 0.000134548 |
| 1755 | 2026-06-06T00:48:54.979Z | dflt 0.000241429 |
| 1756 | 2026-06-06T00:48:54.979Z | kflt 0.000000000 |
| 1757 | 2026-06-06T00:48:54.979Z | lock 9.948929441 |
| 1758 | 2026-06-06T00:48:54.979Z | slp 0.417587130 |
| 1759 | 2026-06-06T00:48:54.979Z | lat 0.084765969 |
| 1760 | 2026-06-06T00:48:54.979Z | stop 0.000172909 |
| 1761 | 2026-06-06T00:48:54.979Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-06-06T00:48:54.979Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-06-06T00:48:54.979Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-06-06T00:48:55.877Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-06-06T00:48:55.877Z | Compiling quote v1.0.45 |
| 1766 | 2026-06-06T00:48:55.877Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-06-06T00:48:55.880Z | Compiling libc v0.2.185 |
| 1768 | 2026-06-06T00:48:55.880Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-06-06T00:48:55.880Z | Compiling serde v1.0.228 |
| 1770 | 2026-06-06T00:48:55.880Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-06-06T00:48:55.880Z | Compiling version_check v0.9.5 |
| 1772 | 2026-06-06T00:48:56.024Z | Compiling shlex v1.3.0 |
| 1773 | 2026-06-06T00:48:56.027Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-06-06T00:48:56.027Z | Compiling typenum v1.19.0 |
| 1775 | 2026-06-06T00:48:56.027Z | Compiling zmij v1.0.21 |
| 1776 | 2026-06-06T00:48:56.027Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-06-06T00:48:56.027Z | Compiling serde_json v1.0.149 |
| 1778 | 2026-06-06T00:48:56.027Z | Compiling memchr v2.8.0 |
| 1779 | 2026-06-06T00:48:56.161Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-06-06T00:48:56.164Z | Compiling libm v0.2.16 |
| 1781 | 2026-06-06T00:48:56.323Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-06-06T00:48:56.421Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-06-06T00:48:56.546Z | Compiling generic-array v0.14.7 |
| 1784 | 2026-06-06T00:48:56.549Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-06-06T00:48:56.563Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-06-06T00:48:56.610Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-06-06T00:48:56.613Z | Compiling icu_properties_data v2.1.2 |
| 1788 | 2026-06-06T00:48:56.613Z | Compiling itoa v1.0.17 |
| 1789 | 2026-06-06T00:48:56.671Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-06-06T00:48:56.688Z | Compiling log v0.4.29 |
| 1791 | 2026-06-06T00:48:56.792Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-06-06T00:48:56.809Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-06-06T00:48:56.845Z | Compiling subtle v2.6.1 |
| 1794 | 2026-06-06T00:48:56.957Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-06-06T00:48:56.988Z | Compiling jobserver v0.1.34 |
| 1796 | 2026-06-06T00:48:57.005Z | Compiling getrandom v0.2.17 |
| 1797 | 2026-06-06T00:48:57.037Z | Compiling errno v0.3.14 |
| 1798 | 2026-06-06T00:48:57.086Z | Compiling lock_api v0.4.14 |
| 1799 | 2026-06-06T00:48:57.181Z | Compiling rand_core v0.6.4 |
| 1800 | 2026-06-06T00:48:57.231Z | Compiling cc v1.2.56 |
| 1801 | 2026-06-06T00:48:57.324Z | Compiling percent-encoding v2.3.2 |
| 1802 | 2026-06-06T00:48:57.333Z | Compiling syn v2.0.117 |
| 1803 | 2026-06-06T00:48:57.333Z | Compiling writeable v0.6.2 |
| 1804 | 2026-06-06T00:48:57.338Z | Compiling litemap v0.8.1 |
| 1805 | 2026-06-06T00:48:57.437Z | Compiling fnv v1.0.7 |
| 1806 | 2026-06-06T00:48:57.451Z | Compiling pin-project-lite v0.2.17 |
| 1807 | 2026-06-06T00:48:57.519Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-06-06T00:48:57.584Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-06-06T00:48:57.587Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-06-06T00:48:57.587Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-06-06T00:48:57.587Z | Compiling dunce v1.0.5 |
| 1812 | 2026-06-06T00:48:57.692Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-06-06T00:48:57.695Z | Compiling schemars v0.8.22 |
| 1814 | 2026-06-06T00:48:57.725Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-06-06T00:48:57.743Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-06-06T00:48:57.842Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-06-06T00:48:57.915Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-06-06T00:48:57.961Z | Compiling cmake v0.1.57 |
| 1819 | 2026-06-06T00:48:57.979Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-06-06T00:48:58.077Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-06-06T00:48:58.118Z | Compiling rustix v1.1.3 |
| 1822 | 2026-06-06T00:48:58.153Z | Compiling mio v1.2.0 |
| 1823 | 2026-06-06T00:48:58.359Z | Compiling bitflags v2.11.0 |
| 1824 | 2026-06-06T00:48:58.437Z | Compiling semver v1.0.28 |
| 1825 | 2026-06-06T00:48:58.478Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-06-06T00:48:58.518Z | Compiling parking_lot v0.12.5 |
| 1827 | 2026-06-06T00:48:58.534Z | Compiling socket2 v0.6.3 |
| 1828 | 2026-06-06T00:48:58.562Z | Compiling ring v0.17.14 |
| 1829 | 2026-06-06T00:48:58.667Z | Compiling aws-lc-sys v0.40.0 |
| 1830 | 2026-06-06T00:48:58.687Z | Compiling indexmap v2.14.0 |
| 1831 | 2026-06-06T00:48:58.691Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-06-06T00:48:58.765Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-06-06T00:48:58.802Z | Compiling heck v0.5.0 |
| 1834 | 2026-06-06T00:48:58.817Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-06-06T00:48:58.871Z | Compiling httparse v1.10.1 |
| 1836 | 2026-06-06T00:48:59.005Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-06-06T00:48:59.010Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-06-06T00:48:59.040Z | Compiling strsim v0.11.1 |
| 1839 | 2026-06-06T00:48:59.216Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-06-06T00:48:59.276Z | Compiling iana-time-zone v0.1.65 |
| 1841 | 2026-06-06T00:48:59.303Z | Compiling byteorder v1.5.0 |
| 1842 | 2026-06-06T00:48:59.380Z | Compiling pest v2.8.6 |
| 1843 | 2026-06-06T00:48:59.404Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-06-06T00:48:59.415Z | Compiling ident_case v1.0.1 |
| 1845 | 2026-06-06T00:48:59.439Z | Compiling syn v1.0.109 |
| 1846 | 2026-06-06T00:48:59.453Z | Compiling uuid v1.23.0 |
| 1847 | 2026-06-06T00:48:59.533Z | Compiling rustls v0.23.37 |
| 1848 | 2026-06-06T00:48:59.572Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-06-06T00:48:59.590Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-06-06T00:48:59.748Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-06-06T00:48:59.768Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-06-06T00:48:59.891Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-06-06T00:48:59.913Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-06-06T00:48:59.913Z | Compiling futures-task v0.3.32 |
| 1855 | 2026-06-06T00:49:00.002Z | Compiling slab v0.4.12 |
| 1856 | 2026-06-06T00:49:00.101Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-06-06T00:49:00.128Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-06-06T00:49:00.133Z | Compiling aho-corasick v1.1.4 |
| 1859 | 2026-06-06T00:49:00.168Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-06-06T00:49:00.395Z | Compiling openssl v0.10.79 |
| 1861 | 2026-06-06T00:49:00.439Z | Compiling pest_meta v2.8.6 |
| 1862 | 2026-06-06T00:49:00.445Z | Compiling base64 v0.22.1 |
| 1863 | 2026-06-06T00:49:00.558Z | Compiling plain v0.2.3 |
| 1864 | 2026-06-06T00:49:00.607Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-06-06T00:49:00.638Z | Compiling time-core v0.1.8 |
| 1866 | 2026-06-06T00:49:00.731Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-06-06T00:49:00.830Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-06-06T00:49:00.907Z | Compiling native-tls v0.2.18 |
| 1869 | 2026-06-06T00:49:00.925Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-06-06T00:49:00.957Z | Compiling anyhow v1.0.102 |
| 1871 | 2026-06-06T00:49:00.979Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-06-06T00:49:01.001Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-06-06T00:49:01.028Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-06-06T00:49:01.044Z | Compiling pest_generator v2.8.6 |
| 1875 | 2026-06-06T00:49:01.063Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-06-06T00:49:01.153Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-06-06T00:49:01.204Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-06-06T00:49:01.276Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-06-06T00:49:01.397Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-06-06T00:49:01.525Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-06-06T00:49:01.561Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-06-06T00:49:01.577Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-06-06T00:49:01.601Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-06-06T00:49:01.617Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-06-06T00:49:01.714Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-06-06T00:49:01.736Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-06-06T00:49:01.978Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-06-06T00:49:02.142Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-06-06T00:49:02.440Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-06-06T00:49:02.455Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-06-06T00:49:02.549Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-06-06T00:49:02.645Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-06-06T00:49:02.712Z | Compiling zerofrom v0.1.6 |
| 1894 | 2026-06-06T00:49:02.858Z | Compiling yoke v0.8.1 |
| 1895 | 2026-06-06T00:49:02.880Z | Compiling crypto-common v0.1.7 |
| 1896 | 2026-06-06T00:49:03.046Z | Compiling zerovec v0.11.5 |
| 1897 | 2026-06-06T00:49:03.063Z | Compiling zerotrie v0.2.3 |
| 1898 | 2026-06-06T00:49:03.111Z | Compiling block-buffer v0.10.4 |
| 1899 | 2026-06-06T00:49:03.273Z | Compiling digest v0.10.7 |
| 1900 | 2026-06-06T00:49:03.508Z | Compiling thiserror-impl v1.0.69 |
| 1901 | 2026-06-06T00:49:03.552Z | Compiling pest_derive v2.8.6 |
| 1902 | 2026-06-06T00:49:03.598Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-06-06T00:49:03.615Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-06-06T00:49:03.650Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-06-06T00:49:03.669Z | Compiling hmac v0.12.1 |
| 1906 | 2026-06-06T00:49:03.820Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-06-06T00:49:03.838Z | Compiling icu_collections v2.1.1 |
| 1908 | 2026-06-06T00:49:03.994Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-06-06T00:49:04.152Z | Compiling inout v0.1.4 |
| 1910 | 2026-06-06T00:49:04.319Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-06-06T00:49:04.469Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-06-06T00:49:04.519Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-06-06T00:49:04.584Z | Compiling bytes v1.11.1 |
| 1914 | 2026-06-06T00:49:04.625Z | Compiling chrono v0.4.44 |
| 1915 | 2026-06-06T00:49:04.825Z | Compiling icu_normalizer v2.1.1 |
| 1916 | 2026-06-06T00:49:04.869Z | Compiling icu_properties v2.1.2 |
| 1917 | 2026-06-06T00:49:05.161Z | Compiling tokio v1.52.1 |
| 1918 | 2026-06-06T00:49:05.433Z | Compiling serde_tokenstream v0.2.3 |
| 1919 | 2026-06-06T00:49:05.485Z | Compiling cipher v0.4.4 |
| 1920 | 2026-06-06T00:49:05.736Z | Compiling idna_adapter v1.2.1 |
| 1921 | 2026-06-06T00:49:05.769Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-06-06T00:49:05.890Z | Compiling idna v1.1.0 |
| 1923 | 2026-06-06T00:49:06.045Z | Compiling ppv-lite86 v0.2.21 |
| 1924 | 2026-06-06T00:49:06.107Z | Compiling scroll_derive v0.13.1 |
| 1925 | 2026-06-06T00:49:06.250Z | Compiling scroll_derive v0.12.1 |
| 1926 | 2026-06-06T00:49:06.303Z | Compiling url v2.5.8 |
| 1927 | 2026-06-06T00:49:06.349Z | Compiling http v1.4.0 |
| 1928 | 2026-06-06T00:49:06.412Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-06-06T00:49:06.531Z | Compiling flagset v0.4.7 |
| 1930 | 2026-06-06T00:49:06.680Z | Compiling der v0.7.10 |
| 1931 | 2026-06-06T00:49:06.695Z | Compiling tracing v0.1.44 |
| 1932 | 2026-06-06T00:49:06.917Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-06-06T00:49:06.973Z | Compiling regex v1.12.3 |
| 1934 | 2026-06-06T00:49:07.123Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-06-06T00:49:07.247Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-06-06T00:49:07.404Z | Compiling slog v2.8.2 |
| 1937 | 2026-06-06T00:49:07.647Z | Compiling spki v0.7.3 |
| 1938 | 2026-06-06T00:49:07.843Z | Compiling darling v0.21.3 |
| 1939 | 2026-06-06T00:49:07.869Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-06-06T00:49:07.910Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-06-06T00:49:08.253Z | Compiling cookie v0.18.1 |
| 1942 | 2026-06-06T00:49:08.447Z | Compiling camino v1.2.2 |
| 1943 | 2026-06-06T00:49:08.637Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-06-06T00:49:08.725Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-06-06T00:49:08.768Z | Compiling http-body v1.0.1 |
| 1946 | 2026-06-06T00:49:08.804Z | Compiling cbc v0.1.2 |
| 1947 | 2026-06-06T00:49:08.893Z | Compiling aes v0.8.4 |
| 1948 | 2026-06-06T00:49:08.964Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-06-06T00:49:08.975Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-06-06T00:49:09.003Z | Compiling usdt-impl v0.6.0 |
| 1951 | 2026-06-06T00:49:09.106Z | Compiling either v1.15.0 |
| 1952 | 2026-06-06T00:49:09.122Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-06-06T00:49:09.166Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-06-06T00:49:09.208Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-06-06T00:49:09.243Z | Compiling openssl-probe v0.2.1 |
| 1956 | 2026-06-06T00:49:09.254Z | Compiling paste v1.0.15 |
| 1957 | 2026-06-06T00:49:09.360Z | Compiling winnow v0.7.14 |
| 1958 | 2026-06-06T00:49:09.419Z | Compiling untrusted v0.7.1 |
| 1959 | 2026-06-06T00:49:09.434Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-06-06T00:49:09.512Z | Compiling tinyvec v1.10.0 |
| 1961 | 2026-06-06T00:49:09.682Z | Compiling rand v0.9.2 |
| 1962 | 2026-06-06T00:49:09.943Z | Compiling scroll v0.12.0 |
| 1963 | 2026-06-06T00:49:10.092Z | Compiling scroll v0.13.0 |
| 1964 | 2026-06-06T00:49:10.151Z | Compiling toml_datetime v0.6.11 |
| 1965 | 2026-06-06T00:49:10.221Z | Compiling serde_spanned v0.6.9 |
| 1966 | 2026-06-06T00:49:10.280Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-06-06T00:49:10.327Z | Compiling heapless v0.7.17 |
| 1968 | 2026-06-06T00:49:10.373Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-06-06T00:49:10.421Z | Compiling tower-service v0.3.3 |
| 1970 | 2026-06-06T00:49:10.540Z | Compiling try-lock v0.2.5 |
| 1971 | 2026-06-06T00:49:10.591Z | Compiling fastrand v2.3.0 |
| 1972 | 2026-06-06T00:49:10.607Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-06-06T00:49:10.668Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-06-06T00:49:10.697Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-06-06T00:49:10.907Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1976 | 2026-06-06T00:49:10.911Z | Compiling want v0.3.1 |
| 1977 | 2026-06-06T00:49:10.961Z | Compiling h2 v0.4.13 |
| 1978 | 2026-06-06T00:49:11.033Z | Compiling goblin v0.10.5 |
| 1979 | 2026-06-06T00:49:11.088Z | Compiling goblin v0.8.2 |
| 1980 | 2026-06-06T00:49:11.161Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-06-06T00:49:11.300Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-06-06T00:49:11.470Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-06-06T00:49:11.510Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-06-06T00:49:11.700Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-06-06T00:49:11.882Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-06-06T00:49:11.979Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-06-06T00:49:12.055Z | Compiling pin-utils v0.1.0 |
| 1988 | 2026-06-06T00:49:12.146Z | Compiling winnow v0.5.40 |
| 1989 | 2026-06-06T00:49:12.199Z | Compiling foreign-types-shared v0.1.1 |
| 1990 | 2026-06-06T00:49:12.245Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-06-06T00:49:12.303Z | Compiling litrs v1.0.0 |
| 1992 | 2026-06-06T00:49:12.466Z | Compiling rustix v0.38.44 |
| 1993 | 2026-06-06T00:49:12.894Z | Compiling document-features v0.2.12 |
| 1994 | 2026-06-06T00:49:12.910Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-06-06T00:49:12.997Z | Compiling tempfile v3.25.0 |
| 1996 | 2026-06-06T00:49:13.347Z | Compiling dof v0.3.0 |
| 1997 | 2026-06-06T00:49:13.546Z | Compiling toml_edit v0.19.15 |
| 1998 | 2026-06-06T00:49:13.587Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-06-06T00:49:13.641Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-06-06T00:49:13.674Z | Compiling darling_macro v0.20.11 |
| 2001 | 2026-06-06T00:49:13.928Z | Compiling hyper v1.8.1 |
| 2002 | 2026-06-06T00:49:13.971Z | Compiling dof v0.4.0 |
| 2003 | 2026-06-06T00:49:14.162Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-06-06T00:49:14.210Z | Compiling daft-derive v0.1.7 |
| 2005 | 2026-06-06T00:49:14.246Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-06-06T00:49:14.387Z | Compiling spin v0.9.8 |
| 2007 | 2026-06-06T00:49:14.427Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-06-06T00:49:14.528Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-06-06T00:49:14.546Z | Compiling cfg_aliases v0.2.1 |
| 2010 | 2026-06-06T00:49:14.635Z | Compiling num-bigint-dig v0.8.6 |
| 2011 | 2026-06-06T00:49:14.635Z | Compiling powerfmt v0.2.0 |
| 2012 | 2026-06-06T00:49:14.784Z | Compiling smoltcp v0.9.1 |
| 2013 | 2026-06-06T00:49:14.824Z | Compiling deranged v0.5.8 |
| 2014 | 2026-06-06T00:49:14.904Z | Compiling nix v0.31.2 |
| 2015 | 2026-06-06T00:49:15.015Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-06-06T00:49:15.258Z | Compiling darling v0.20.11 |
| 2017 | 2026-06-06T00:49:15.383Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-06-06T00:49:15.458Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-06-06T00:49:15.855Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-06-06T00:49:15.870Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-06-06T00:49:15.943Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-06-06T00:49:16.070Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-06-06T00:49:16.317Z | Compiling bit-vec v0.8.0 |
| 2024 | 2026-06-06T00:49:16.418Z | Compiling anstyle v1.0.13 |
| 2025 | 2026-06-06T00:49:16.501Z | Compiling quick-error v1.2.3 |
| 2026 | 2026-06-06T00:49:16.521Z | Compiling simd-adler32 v0.3.8 |
| 2027 | 2026-06-06T00:49:16.706Z | Compiling utf8parse v0.2.2 |
| 2028 | 2026-06-06T00:49:16.749Z | Compiling num_threads v0.1.7 |
| 2029 | 2026-06-06T00:49:16.774Z | Compiling siphasher v1.0.2 |
| 2030 | 2026-06-06T00:49:16.833Z | Compiling time v0.3.47 |
| 2031 | 2026-06-06T00:49:16.867Z | Compiling anstyle-parse v0.2.7 |
| 2032 | 2026-06-06T00:49:17.084Z | Compiling rusty-fork v0.3.1 |
| 2033 | 2026-06-06T00:49:17.102Z | Compiling bit-set v0.8.0 |
| 2034 | 2026-06-06T00:49:17.381Z | Compiling tower v0.5.3 |
| 2035 | 2026-06-06T00:49:17.557Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-06-06T00:49:17.629Z | Compiling http-body-util v0.1.3 |
| 2037 | 2026-06-06T00:49:17.867Z | Compiling webpki-roots v1.0.6 |
| 2038 | 2026-06-06T00:49:17.885Z | Compiling rand_xorshift v0.4.0 |
| 2039 | 2026-06-06T00:49:18.017Z | Compiling signature v2.2.0 |
| 2040 | 2026-06-06T00:49:18.020Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-06-06T00:49:18.050Z | Compiling strum_macros v0.27.2 |
| 2042 | 2026-06-06T00:49:18.075Z | Compiling snafu-derive v0.8.9 |
| 2043 | 2026-06-06T00:49:18.290Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-06-06T00:49:18.380Z | Compiling ahash v0.8.12 |
| 2045 | 2026-06-06T00:49:18.466Z | Compiling encoding_rs v0.8.35 |
| 2046 | 2026-06-06T00:49:18.483Z | Compiling object v0.37.3 |
| 2047 | 2026-06-06T00:49:18.508Z | Compiling colorchoice v1.0.4 |
| 2048 | 2026-06-06T00:49:18.609Z | Compiling mime v0.3.17 |
| 2049 | 2026-06-06T00:49:18.666Z | Compiling anstyle-query v1.1.5 |
| 2050 | 2026-06-06T00:49:18.768Z | Compiling ryu v1.0.23 |
| 2051 | 2026-06-06T00:49:18.786Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2026-06-06T00:49:18.804Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-06-06T00:49:18.838Z | Compiling is_terminal_polyfill v1.70.2 |
| 2054 | 2026-06-06T00:49:18.908Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-06-06T00:49:18.947Z | Compiling iri-string v0.7.10 |
| 2056 | 2026-06-06T00:49:19.036Z | Compiling unicode-bidi v0.3.18 |
| 2057 | 2026-06-06T00:49:19.055Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-06-06T00:49:19.074Z | Compiling unarray v0.1.4 |
| 2059 | 2026-06-06T00:49:19.107Z | Compiling miniz_oxide v0.8.9 |
| 2060 | 2026-06-06T00:49:19.179Z | Compiling proptest v1.10.0 |
| 2061 | 2026-06-06T00:49:19.192Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-06-06T00:49:19.207Z | Compiling anstream v0.6.21 |
| 2063 | 2026-06-06T00:49:19.398Z | Compiling stringprep v0.1.5 |
| 2064 | 2026-06-06T00:49:19.615Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-06-06T00:49:19.798Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-06-06T00:49:19.836Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-06-06T00:49:19.947Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-06-06T00:49:20.092Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-06-06T00:49:20.458Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-06-06T00:49:20.483Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-06-06T00:49:20.498Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-06-06T00:49:20.532Z | Compiling bstr v1.12.1 |
| 2073 | 2026-06-06T00:49:20.659Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-06-06T00:49:20.693Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-06-06T00:49:20.869Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-06-06T00:49:20.886Z | Compiling ff v0.13.1 |
| 2077 | 2026-06-06T00:49:20.953Z | Compiling psl-types v2.0.11 |
| 2078 | 2026-06-06T00:49:21.052Z | Compiling fallible-iterator v0.2.0 |
| 2079 | 2026-06-06T00:49:21.069Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-06-06T00:49:21.087Z | Compiling base16ct v0.2.0 |
| 2081 | 2026-06-06T00:49:21.180Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-06-06T00:49:21.222Z | Compiling sec1 v0.7.3 |
| 2083 | 2026-06-06T00:49:21.236Z | Compiling newtype-uuid v1.3.2 |
| 2084 | 2026-06-06T00:49:21.274Z | Compiling group v0.13.0 |
| 2085 | 2026-06-06T00:49:21.367Z | Compiling postgres-protocol v0.6.10 |
| 2086 | 2026-06-06T00:49:21.382Z | Compiling num-iter v0.1.45 |
| 2087 | 2026-06-06T00:49:21.849Z | Compiling rand v0.8.6 |
| 2088 | 2026-06-06T00:49:22.057Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-06-06T00:49:22.177Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-06-06T00:49:22.257Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-06-06T00:49:22.329Z | Compiling heck v0.4.1 |
| 2092 | 2026-06-06T00:49:22.415Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-06-06T00:49:22.435Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-06-06T00:49:22.555Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-06-06T00:49:22.723Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-06-06T00:49:22.728Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-06-06T00:49:22.729Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-06-06T00:49:22.729Z | Compiling hex v0.4.3 |
| 2099 | 2026-06-06T00:49:22.855Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-06-06T00:49:22.924Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-06-06T00:49:22.972Z | Compiling async-recursion v1.1.1 |
| 2102 | 2026-06-06T00:49:23.009Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-06-06T00:49:23.038Z | Compiling clap_derive v4.5.55 |
| 2104 | 2026-06-06T00:49:23.116Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-06-06T00:49:23.150Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-06-06T00:49:23.386Z | Compiling vergen v9.1.0 |
| 2107 | 2026-06-06T00:49:23.509Z | Compiling cargo-platform v0.3.2 |
| 2108 | 2026-06-06T00:49:23.577Z | Compiling managed v0.8.0 |
| 2109 | 2026-06-06T00:49:23.598Z | Compiling clap_lex v1.0.0 |
| 2110 | 2026-06-06T00:49:23.656Z | Compiling foldhash v0.2.0 |
| 2111 | 2026-06-06T00:49:23.676Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-06-06T00:49:23.745Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-06-06T00:49:23.766Z | Compiling foldhash v0.1.5 |
| 2114 | 2026-06-06T00:49:23.826Z | Compiling bumpalo v3.20.2 |
| 2115 | 2026-06-06T00:49:23.863Z | Compiling same-file v1.0.6 |
| 2116 | 2026-06-06T00:49:23.949Z | Compiling hashbrown v0.15.5 |
| 2117 | 2026-06-06T00:49:23.970Z | Compiling elliptic-curve v0.13.8 |
| 2118 | 2026-06-06T00:49:24.013Z | Compiling walkdir v2.5.0 |
| 2119 | 2026-06-06T00:49:24.031Z | Compiling zopfli v0.8.3 |
| 2120 | 2026-06-06T00:49:24.087Z | Compiling hashbrown v0.16.1 |
| 2121 | 2026-06-06T00:49:24.203Z | Compiling bzip2 v0.6.1 |
| 2122 | 2026-06-06T00:49:24.304Z | Compiling clap_builder v4.5.60 |
| 2123 | 2026-06-06T00:49:24.321Z | Compiling cargo_metadata v0.23.1 |
| 2124 | 2026-06-06T00:49:24.593Z | Compiling futures v0.3.32 |
| 2125 | 2026-06-06T00:49:24.789Z | Compiling zstd v0.13.3 |
| 2126 | 2026-06-06T00:49:24.912Z | Compiling phf v0.13.1 |
| 2127 | 2026-06-06T00:49:25.058Z | Compiling snafu v0.8.9 |
| 2128 | 2026-06-06T00:49:25.092Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-06-06T00:49:25.107Z | Compiling daft v0.1.7 |
| 2130 | 2026-06-06T00:49:25.225Z | Compiling cookie_store v0.22.1 |
| 2131 | 2026-06-06T00:49:25.403Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-06-06T00:49:25.435Z | Compiling bzip2 v0.4.4 |
| 2133 | 2026-06-06T00:49:25.511Z | Compiling globset v0.4.18 |
| 2134 | 2026-06-06T00:49:25.653Z | Compiling strum v0.27.2 |
| 2135 | 2026-06-06T00:49:25.811Z | Compiling hubpack v0.1.2 |
| 2136 | 2026-06-06T00:49:25.854Z | Compiling ed25519 v2.2.3 |
| 2137 | 2026-06-06T00:49:25.885Z | Compiling phf_shared v0.11.3 |
| 2138 | 2026-06-06T00:49:25.987Z | Compiling crossbeam-epoch v0.9.18 |
| 2139 | 2026-06-06T00:49:26.064Z | Compiling olpc-cjson v0.1.4 |
| 2140 | 2026-06-06T00:49:26.083Z | Compiling pkcs1 v0.7.5 |
| 2141 | 2026-06-06T00:49:26.129Z | Compiling pem v3.0.6 |
| 2142 | 2026-06-06T00:49:26.281Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-06-06T00:49:26.296Z | Compiling serde_plain v1.0.2 |
| 2144 | 2026-06-06T00:49:26.430Z | Compiling rfc6979 v0.4.0 |
| 2145 | 2026-06-06T00:49:26.446Z | Compiling float-cmp v0.10.0 |
| 2146 | 2026-06-06T00:49:26.479Z | Compiling memmap2 v0.9.10 |
| 2147 | 2026-06-06T00:49:26.501Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-06-06T00:49:26.517Z | Compiling toml_write v0.1.2 |
| 2149 | 2026-06-06T00:49:26.547Z | Compiling predicates-core v1.0.10 |
| 2150 | 2026-06-06T00:49:26.577Z | Compiling new_debug_unreachable v1.0.6 |
| 2151 | 2026-06-06T00:49:26.608Z | Compiling whoami v2.1.0 |
| 2152 | 2026-06-06T00:49:26.665Z | Compiling normalize-line-endings v0.3.0 |
| 2153 | 2026-06-06T00:49:26.712Z | Compiling fixedbitset v0.4.2 |
| 2154 | 2026-06-06T00:49:26.727Z | Compiling jiff v0.2.21 |
| 2155 | 2026-06-06T00:49:26.743Z | Compiling precomputed-hash v0.1.1 |
| 2156 | 2026-06-06T00:49:26.746Z | Compiling keccak v0.1.6 |
| 2157 | 2026-06-06T00:49:26.793Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-06-06T00:49:26.796Z | Compiling data-encoding v2.10.0 |
| 2159 | 2026-06-06T00:49:26.796Z | Compiling difflib v0.4.0 |
| 2160 | 2026-06-06T00:49:26.868Z | Compiling typed-path v0.9.3 |
| 2161 | 2026-06-06T00:49:26.885Z | Compiling fixedbitset v0.5.7 |
| 2162 | 2026-06-06T00:49:26.932Z | Compiling sha3 v0.10.8 |
| 2163 | 2026-06-06T00:49:26.963Z | Compiling petgraph v0.6.5 |
| 2164 | 2026-06-06T00:49:26.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2165 | 2026-06-06T00:49:27.000Z | Compiling string_cache v0.8.9 |
| 2166 | 2026-06-06T00:49:27.185Z | Compiling hickory-proto v0.25.2 |
| 2167 | 2026-06-06T00:49:27.221Z | Compiling petgraph v0.8.3 |
| 2168 | 2026-06-06T00:49:27.236Z | Compiling predicates v3.1.4 |
| 2169 | 2026-06-06T00:49:27.274Z | Compiling tokio-postgres v0.7.16 |
| 2170 | 2026-06-06T00:49:27.822Z | Compiling toml_edit v0.22.27 |
| 2171 | 2026-06-06T00:49:27.843Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-06-06T00:49:28.022Z | Compiling usdt v0.6.0 |
| 2173 | 2026-06-06T00:49:28.064Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-06-06T00:49:28.300Z | Compiling rsa v0.9.10 |
| 2175 | 2026-06-06T00:49:28.472Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-06-06T00:49:28.766Z | Compiling clap v4.5.60 |
| 2177 | 2026-06-06T00:49:28.966Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-06-06T00:49:29.116Z | Compiling zip v0.6.6 |
| 2179 | 2026-06-06T00:49:29.336Z | Compiling zip v4.6.1 |
| 2180 | 2026-06-06T00:49:29.511Z | Compiling iddqd v0.4.2 |
| 2181 | 2026-06-06T00:49:29.868Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-06-06T00:49:29.969Z | Compiling similar v2.7.0 |
| 2183 | 2026-06-06T00:49:29.997Z | Compiling strum v0.26.3 |
| 2184 | 2026-06-06T00:49:30.150Z | Compiling toml v0.7.8 |
| 2185 | 2026-06-06T00:49:30.167Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-06-06T00:49:30.245Z | Compiling itertools v0.13.0 |
| 2187 | 2026-06-06T00:49:30.267Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-06-06T00:49:30.546Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-06-06T00:49:30.729Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-06-06T00:49:30.764Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-06-06T00:49:30.987Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-06-06T00:49:31.153Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-06-06T00:49:31.421Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-06-06T00:49:46.394Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-06-06T00:49:47.896Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-06-06T00:49:47.972Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-06-06T00:49:48.057Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-06-06T00:49:48.196Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-06-06T00:49:48.257Z | Compiling itertools v0.14.0 |
| 2200 | 2026-06-06T00:49:48.296Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-06-06T00:49:48.312Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-06-06T00:49:48.428Z | Compiling rustls v0.22.4 |
| 2203 | 2026-06-06T00:49:48.487Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2204 | 2026-06-06T00:49:48.671Z | Compiling heapless v0.8.0 |
| 2205 | 2026-06-06T00:49:48.696Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-06-06T00:49:48.755Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-06-06T00:49:48.774Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-06-06T00:49:48.818Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-06-06T00:49:48.865Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-06-06T00:49:48.908Z | Compiling multer v3.1.0 |
| 2211 | 2026-06-06T00:49:48.928Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-06-06T00:49:48.997Z | Compiling structmeta v0.3.0 |
| 2213 | 2026-06-06T00:49:49.032Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-06-06T00:49:49.048Z | Compiling match_cfg v0.1.0 |
| 2215 | 2026-06-06T00:49:49.121Z | Compiling unicode-width v0.2.0 |
| 2216 | 2026-06-06T00:49:49.139Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-06-06T00:49:49.155Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2218 | 2026-06-06T00:49:49.172Z | Compiling compression-core v0.4.31 |
| 2219 | 2026-06-06T00:49:49.228Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-06-06T00:49:49.296Z | Compiling compression-codecs v0.4.37 |
| 2221 | 2026-06-06T00:49:49.380Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-06-06T00:49:49.502Z | Compiling hostname v0.3.1 |
| 2223 | 2026-06-06T00:49:49.536Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-06-06T00:49:49.616Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-06-06T00:49:49.676Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-06-06T00:49:49.679Z | Compiling half v2.7.1 |
| 2227 | 2026-06-06T00:49:49.825Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-06-06T00:49:49.887Z | Compiling cobs v0.3.0 |
| 2229 | 2026-06-06T00:49:49.940Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2230 | 2026-06-06T00:49:50.077Z | Compiling tokio-rustls v0.26.4 |
| 2231 | 2026-06-06T00:49:50.187Z | Compiling rustls-platform-verifier v0.6.2 |
| 2232 | 2026-06-06T00:49:50.367Z | Compiling hyper-rustls v0.27.7 |
| 2233 | 2026-06-06T00:49:50.389Z | Compiling universal-hash v0.5.1 |
| 2234 | 2026-06-06T00:49:50.410Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-06-06T00:49:50.554Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-06-06T00:49:50.571Z | Compiling serde_spanned v1.0.4 |
| 2237 | 2026-06-06T00:49:50.647Z | Compiling reqwest v0.12.28 |
| 2238 | 2026-06-06T00:49:50.740Z | Compiling reqwest v0.13.2 |
| 2239 | 2026-06-06T00:49:50.775Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-06-06T00:49:50.792Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-06-06T00:49:50.895Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-06-06T00:49:50.986Z | Compiling term v1.2.1 |
| 2243 | 2026-06-06T00:49:51.016Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-06-06T00:49:51.031Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-06-06T00:49:51.046Z | Compiling take_mut v0.2.2 |
| 2246 | 2026-06-06T00:49:51.064Z | Compiling ciborium-io v0.2.2 |
| 2247 | 2026-06-06T00:49:51.118Z | Compiling opaque-debug v0.3.1 |
| 2248 | 2026-06-06T00:49:51.184Z | Compiling convert_case v0.4.0 |
| 2249 | 2026-06-06T00:49:51.200Z | Compiling poly1305 v0.8.0 |
| 2250 | 2026-06-06T00:49:51.215Z | Compiling ciborium-ll v0.2.2 |
| 2251 | 2026-06-06T00:49:51.266Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-06-06T00:49:51.309Z | Compiling slog-term v2.9.2 |
| 2253 | 2026-06-06T00:49:51.499Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-06-06T00:49:51.514Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-06-06T00:49:51.832Z | Compiling async-stream v0.3.6 |
| 2256 | 2026-06-06T00:49:51.848Z | Compiling thiserror-no-std v2.0.2 |
| 2257 | 2026-06-06T00:49:51.851Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-06-06T00:49:51.973Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-06-06T00:49:52.054Z | Compiling postcard v1.1.3 |
| 2260 | 2026-06-06T00:49:52.147Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-06-06T00:49:52.444Z | Compiling tough v0.22.0 |
| 2262 | 2026-06-06T00:49:52.574Z | Compiling ingot v0.1.1 |
| 2263 | 2026-06-06T00:49:52.657Z | Compiling num_enum_derive v0.7.5 |
| 2264 | 2026-06-06T00:49:52.724Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-06-06T00:49:52.925Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-06-06T00:49:53.161Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-06-06T00:49:53.405Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-06-06T00:49:53.624Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-06-06T00:49:53.721Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-06-06T00:49:53.749Z | Compiling backon v1.6.0 |
| 2271 | 2026-06-06T00:49:53.960Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-06-06T00:49:53.980Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2273 | 2026-06-06T00:49:54.021Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-06-06T00:49:54.038Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-06-06T00:49:54.053Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-06-06T00:49:54.085Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-06-06T00:49:54.279Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-06-06T00:49:54.301Z | Compiling aead v0.5.2 |
| 2279 | 2026-06-06T00:49:54.382Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-06-06T00:49:54.526Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-06-06T00:49:54.645Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-06-06T00:49:54.802Z | Compiling hostname v0.4.2 |
| 2283 | 2026-06-06T00:49:54.838Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-06-06T00:49:54.957Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-06-06T00:49:54.978Z | Compiling instant v0.1.13 |
| 2286 | 2026-06-06T00:49:54.993Z | Compiling foreign-types-shared v0.3.1 |
| 2287 | 2026-06-06T00:49:54.996Z | Compiling cpufeatures v0.3.0 |
| 2288 | 2026-06-06T00:49:56.064Z | Compiling typeid v1.0.3 |
| 2289 | 2026-06-06T00:49:56.066Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-06-06T00:49:56.067Z | Compiling foreign-types v0.5.0 |
| 2291 | 2026-06-06T00:49:56.067Z | Compiling chacha20 v0.10.0 |
| 2292 | 2026-06-06T00:49:56.067Z | Compiling backoff v0.4.0 |
| 2293 | 2026-06-06T00:49:56.067Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2294 | 2026-06-06T00:49:56.067Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-06-06T00:49:56.067Z | Compiling argon2 v0.5.3 |
| 2296 | 2026-06-06T00:49:56.067Z | Compiling chacha20poly1305 v0.10.1 |
| 2297 | 2026-06-06T00:49:56.067Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2298 | 2026-06-06T00:49:56.067Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-06-06T00:49:56.067Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-06-06T00:49:56.067Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-06-06T00:49:56.067Z | Compiling vsss-rs v3.3.4 |
| 2302 | 2026-06-06T00:49:56.067Z | Compiling ciborium v0.2.2 |
| 2303 | 2026-06-06T00:49:56.067Z | Compiling tabwriter v1.4.1 |
| 2304 | 2026-06-06T00:49:56.067Z | Compiling regress v0.10.5 |
| 2305 | 2026-06-06T00:49:56.067Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2306 | 2026-06-06T00:49:56.130Z | Compiling byte-wrapper v0.1.0 |
| 2307 | 2026-06-06T00:49:56.149Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-06-06T00:49:56.277Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-06-06T00:49:56.294Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-06-06T00:49:56.370Z | Compiling cstr-argument v0.1.2 |
| 2311 | 2026-06-06T00:49:56.400Z | Compiling erased-serde v0.4.9 |
| 2312 | 2026-06-06T00:49:56.431Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2313 | 2026-06-06T00:49:56.567Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-06-06T00:49:56.685Z | Compiling humantime v2.3.0 |
| 2315 | 2026-06-06T00:49:56.758Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-06-06T00:49:56.868Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-06-06T00:49:56.888Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-06-06T00:49:56.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-06-06T00:49:57.023Z | Compiling rand v0.10.0 |
| 2320 | 2026-06-06T00:49:57.039Z | Compiling rayon v1.11.0 |
| 2321 | 2026-06-06T00:49:57.054Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-06-06T00:49:57.124Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-06-06T00:49:57.166Z | Compiling colored v3.1.1 |
| 2324 | 2026-06-06T00:49:57.203Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-06-06T00:49:57.207Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-06-06T00:49:57.296Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2327 | 2026-06-06T00:49:57.315Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-06-06T00:49:57.455Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-06-06T00:49:57.458Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2330 | 2026-06-06T00:49:57.486Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-06-06T00:49:57.707Z | Compiling itertools v0.12.1 |
| 2332 | 2026-06-06T00:49:57.831Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-06-06T00:49:57.847Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-06-06T00:49:57.866Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-06-06T00:49:57.896Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-06-06T00:49:58.015Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-06-06T00:49:58.031Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-06-06T00:49:58.335Z | Compiling memmap v0.7.0 |
| 2339 | 2026-06-06T00:49:58.386Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-06-06T00:49:58.505Z | Compiling glob v0.3.3 |
| 2341 | 2026-06-06T00:49:58.531Z | Compiling swrite v0.1.0 |
| 2342 | 2026-06-06T00:49:58.546Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-06-06T00:49:58.599Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-06-06T00:49:58.615Z | Compiling usdt v0.5.0 |
| 2345 | 2026-06-06T00:49:58.663Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-06-06T00:49:58.763Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-06-06T00:49:58.937Z | Compiling serde-value v0.7.0 |
| 2348 | 2026-06-06T00:49:59.171Z | Compiling zone v0.3.1 |
| 2349 | 2026-06-06T00:49:59.188Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-06-06T00:49:59.264Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2351 | 2026-06-06T00:49:59.451Z | Compiling toml v0.8.23 |
| 2352 | 2026-06-06T00:49:59.469Z | Compiling smf v0.2.3 |
| 2353 | 2026-06-06T00:49:59.497Z | Compiling filetime v0.2.27 |
| 2354 | 2026-06-06T00:49:59.513Z | Compiling whoami v1.6.1 |
| 2355 | 2026-06-06T00:49:59.567Z | Compiling constant_time_eq v0.4.2 |
| 2356 | 2026-06-06T00:49:59.583Z | Compiling arrayvec v0.7.6 |
| 2357 | 2026-06-06T00:49:59.642Z | Compiling unicode-xid v0.2.6 |
| 2358 | 2026-06-06T00:49:59.724Z | Compiling arrayref v0.3.9 |
| 2359 | 2026-06-06T00:49:59.781Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-06-06T00:49:59.798Z | Compiling xattr v1.6.1 |
| 2361 | 2026-06-06T00:49:59.831Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2362 | 2026-06-06T00:49:59.847Z | Compiling tokio-dtrace v0.1.1 |
| 2363 | 2026-06-06T00:49:59.881Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-06-06T00:49:59.977Z | Compiling tar v0.4.45 |
| 2365 | 2026-06-06T00:50:00.017Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-06-06T00:50:00.083Z | Compiling console v0.16.2 |
| 2367 | 2026-06-06T00:50:00.202Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-06-06T00:50:00.356Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-06-06T00:50:00.561Z | Compiling topological-sort v0.2.2 |
| 2370 | 2026-06-06T00:50:00.636Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-06-06T00:50:00.659Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-06-06T00:50:00.782Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-06-06T00:50:00.797Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-06-06T00:50:00.824Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-06-06T00:50:01.258Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-06-06T00:50:10.425Z | Compiling progenitor-client v0.10.0 |
| 2377 | 2026-06-06T00:50:10.425Z | Compiling omicron-zone-package v0.12.2 |
| 2378 | 2026-06-06T00:50:10.473Z | Compiling progenitor-client v0.14.0 |
| 2379 | 2026-06-06T00:50:10.929Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-06-06T00:50:13.161Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-06-06T00:50:13.251Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-06-06T00:50:13.270Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-06-06T00:50:13.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-06-06T00:50:13.341Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-06-06T00:50:13.418Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2386 | 2026-06-06T00:50:13.470Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2387 | 2026-06-06T00:50:13.548Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-06-06T00:50:13.583Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-06-06T00:50:17.538Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-06-06T00:50:25.196Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-06-06T00:50:28.315Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-06-06T00:50:29.294Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-06-06T00:50:38.953Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2394 | 2026-06-06T00:50:39.107Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-06-06T00:50:39.175Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-06-06T00:50:39.178Z | Created new build target 'test' and set it as active |
| 2397 | 2026-06-06T00:50:39.181Z | |
| 2398 | 2026-06-06T00:50:39.181Z | real 1:44.198146961 |
| 2399 | 2026-06-06T00:50:39.181Z | user 17:04.125381601 |
| 2400 | 2026-06-06T00:50:39.181Z | sys 2:35.811059912 |
| 2401 | 2026-06-06T00:50:39.181Z | trap 0.470127462 |
| 2402 | 2026-06-06T00:50:39.181Z | tflt 2.720777884 |
| 2403 | 2026-06-06T00:50:39.181Z | dflt 4.526705100 |
| 2404 | 2026-06-06T00:50:39.181Z | kflt 0.000530867 |
| 2405 | 2026-06-06T00:50:39.181Z | lock 53:03.607641934 |
| 2406 | 2026-06-06T00:50:39.181Z | slp 43:21.408803267 |
| 2407 | 2026-06-06T00:50:39.181Z | lat 41.661478175 |
| 2408 | 2026-06-06T00:50:39.181Z | stop 5:30.157144758 |
| 2409 | 2026-06-06T00:50:39.181Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-06-06T00:50:40.069Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2411 | 2026-06-06T00:50:40.146Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-06-06T00:50:40.207Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-06-06T00:50:41.644Z | Compiling heck v0.5.0 |
| 2414 | 2026-06-06T00:50:41.644Z | Compiling regress v0.11.1 |
| 2415 | 2026-06-06T00:50:41.647Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-06-06T00:50:41.916Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-06-06T00:50:41.944Z | Compiling regress v0.10.5 |
| 2418 | 2026-06-06T00:50:41.969Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-06-06T00:50:41.972Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-06-06T00:50:41.990Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-06-06T00:50:41.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-06-06T00:50:41.992Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-06-06T00:50:41.993Z | Compiling rustls v0.22.4 |
| 2424 | 2026-06-06T00:50:41.993Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-06-06T00:50:41.993Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-06-06T00:50:41.993Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-06-06T00:50:42.028Z | Compiling compression-core v0.4.31 |
| 2428 | 2026-06-06T00:50:42.131Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-06-06T00:50:42.171Z | Compiling multer v3.1.0 |
| 2430 | 2026-06-06T00:50:42.254Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-06-06T00:50:42.275Z | Compiling hostname v0.3.1 |
| 2432 | 2026-06-06T00:50:42.278Z | Compiling compression-codecs v0.4.37 |
| 2433 | 2026-06-06T00:50:42.315Z | Compiling slog-async v2.8.0 |
| 2434 | 2026-06-06T00:50:42.318Z | Compiling crossbeam-channel v0.5.15 |
| 2435 | 2026-06-06T00:50:42.361Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-06-06T00:50:42.364Z | Compiling serde_spanned v1.0.4 |
| 2437 | 2026-06-06T00:50:42.404Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-06-06T00:50:42.407Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-06-06T00:50:42.450Z | Compiling term v1.2.1 |
| 2440 | 2026-06-06T00:50:42.544Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-06-06T00:50:42.568Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-06-06T00:50:42.588Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-06-06T00:50:42.607Z | Compiling async-compression v0.4.41 |
| 2444 | 2026-06-06T00:50:42.726Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2445 | 2026-06-06T00:50:42.772Z | Compiling async-stream v0.3.6 |
| 2446 | 2026-06-06T00:50:42.797Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-06-06T00:50:42.819Z | Compiling dropshot v0.17.0 |
| 2448 | 2026-06-06T00:50:42.885Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-06-06T00:50:42.939Z | Compiling num-rational v0.4.2 |
| 2450 | 2026-06-06T00:50:42.978Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-06-06T00:50:42.999Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-06-06T00:50:43.041Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-06-06T00:50:43.130Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-06-06T00:50:43.173Z | Compiling backon v1.6.0 |
| 2455 | 2026-06-06T00:50:43.209Z | Compiling rustls-pemfile v2.2.0 |
| 2456 | 2026-06-06T00:50:43.253Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-06-06T00:50:43.278Z | Compiling hostname v0.4.2 |
| 2458 | 2026-06-06T00:50:43.299Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-06-06T00:50:43.319Z | Compiling instant v0.1.13 |
| 2460 | 2026-06-06T00:50:43.324Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-06-06T00:50:43.397Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-06-06T00:50:43.422Z | Compiling backoff v0.4.0 |
| 2463 | 2026-06-06T00:50:43.444Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-06-06T00:50:43.464Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-06-06T00:50:43.486Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-06-06T00:50:43.681Z | Compiling num v0.4.3 |
| 2467 | 2026-06-06T00:50:43.728Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-06-06T00:50:43.750Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-06-06T00:50:43.753Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-06-06T00:50:43.796Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-06-06T00:50:43.799Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-06-06T00:50:43.876Z | Compiling humantime v2.3.0 |
| 2473 | 2026-06-06T00:50:43.928Z | Compiling float-ord v0.3.2 |
| 2474 | 2026-06-06T00:50:44.037Z | Compiling console v0.15.11 |
| 2475 | 2026-06-06T00:50:44.085Z | Compiling atomicwrites v0.4.4 |
| 2476 | 2026-06-06T00:50:44.106Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-06-06T00:50:44.144Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-06-06T00:50:44.209Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-06-06T00:50:44.273Z | Compiling tokio-rustls v0.25.0 |
| 2480 | 2026-06-06T00:50:44.399Z | Compiling cancel-safe-futures v0.1.5 |
| 2481 | 2026-06-06T00:50:44.436Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-06-06T00:50:44.478Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-06-06T00:50:44.530Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-06-06T00:50:44.624Z | Compiling toml v0.8.23 |
| 2485 | 2026-06-06T00:50:44.673Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-06-06T00:50:44.748Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-06-06T00:50:44.903Z | Compiling libsw v3.5.0 |
| 2488 | 2026-06-06T00:50:44.993Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-06-06T00:50:45.085Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-06-06T00:50:45.122Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-06-06T00:50:45.173Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-06-06T00:50:45.231Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-06-06T00:50:45.234Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-06-06T00:50:45.274Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-06-06T00:50:45.336Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-06-06T00:50:45.357Z | Compiling nom v7.1.3 |
| 2497 | 2026-06-06T00:50:45.392Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-06-06T00:50:45.413Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-06-06T00:50:45.492Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-06-06T00:50:45.807Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-06-06T00:50:45.846Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-06-06T00:50:46.326Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-06-06T00:50:46.663Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-06-06T00:50:46.747Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2505 | 2026-06-06T00:50:46.779Z | Compiling papergrid v0.11.0 |
| 2506 | 2026-06-06T00:50:46.832Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2026-06-06T00:50:46.914Z | Compiling termtree v0.5.1 |
| 2508 | 2026-06-06T00:50:46.940Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-06-06T00:50:47.114Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2510 | 2026-06-06T00:50:47.436Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-06-06T00:50:47.732Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2512 | 2026-06-06T00:50:47.981Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-06-06T00:50:48.004Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-06-06T00:50:48.131Z | Compiling tabled v0.15.0 |
| 2515 | 2026-06-06T00:50:48.228Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-06-06T00:50:48.471Z | Compiling typify v0.6.2 |
| 2517 | 2026-06-06T00:50:48.754Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-06-06T00:50:49.200Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-06-06T00:50:50.933Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-06-06T00:50:51.255Z | Compiling qorb v0.4.1 |
| 2521 | 2026-06-06T00:50:51.379Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-06-06T00:50:52.916Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-06-06T00:50:53.424Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-06-06T00:50:53.486Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-06-06T00:50:53.709Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-06-06T00:50:53.738Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-06-06T00:50:53.909Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2528 | 2026-06-06T00:50:54.244Z | Compiling vte v0.14.1 |
| 2529 | 2026-06-06T00:50:54.294Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-06-06T00:50:54.514Z | Compiling highway v1.3.0 |
| 2531 | 2026-06-06T00:50:54.567Z | Compiling strip-ansi-escapes v0.2.1 |
| 2532 | 2026-06-06T00:50:54.738Z | Compiling csv v1.4.0 |
| 2533 | 2026-06-06T00:50:55.013Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-06-06T00:50:55.139Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2535 | 2026-06-06T00:50:55.193Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-06-06T00:50:55.273Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2537 | 2026-06-06T00:50:55.467Z | Compiling progenitor v0.13.0 |
| 2538 | 2026-06-06T00:50:55.687Z | Compiling phf v0.12.1 |
| 2539 | 2026-06-06T00:50:55.759Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-06-06T00:50:55.781Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-06-06T00:50:55.908Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-06-06T00:50:56.018Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-06-06T00:50:56.207Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-06-06T00:50:56.303Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-06-06T00:50:56.669Z | Compiling reedline v0.40.0 |
| 2546 | 2026-06-06T00:50:56.700Z | Compiling const_format v0.2.35 |
| 2547 | 2026-06-06T00:50:57.185Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-06-06T00:50:57.564Z | Compiling peg v0.8.5 |
| 2549 | 2026-06-06T00:50:57.646Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-06-06T00:50:58.578Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-06-06T00:50:58.623Z | Compiling bcs v0.1.6 |
| 2552 | 2026-06-06T00:50:58.868Z | Compiling semver v0.1.20 |
| 2553 | 2026-06-06T00:50:59.049Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-06T00:50:59.178Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-06-06T00:50:59.218Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-06-06T00:50:59.317Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-06-06T00:50:59.424Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-06-06T00:50:59.639Z | Compiling smawk v0.3.2 |
| 2559 | 2026-06-06T00:50:59.734Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-06-06T00:50:59.835Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-06-06T00:51:00.233Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-06-06T00:51:00.402Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-06-06T00:51:00.488Z | Compiling base64 v0.21.7 |
| 2564 | 2026-06-06T00:51:01.117Z | Compiling steno v0.4.1 |
| 2565 | 2026-06-06T00:51:01.280Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-06-06T00:51:01.305Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-06-06T00:51:01.440Z | Compiling utf-8 v0.7.6 |
| 2568 | 2026-06-06T00:51:01.507Z | Compiling moka v0.12.13 |
| 2569 | 2026-06-06T00:51:01.712Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-06-06T00:51:01.816Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-06-06T00:51:01.918Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-06-06T00:51:01.969Z | Compiling radium v0.7.0 |
| 2573 | 2026-06-06T00:51:01.996Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-06-06T00:51:02.025Z | Compiling tap v1.0.1 |
| 2575 | 2026-06-06T00:51:02.168Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-06-06T00:51:02.197Z | Compiling wyz v0.5.1 |
| 2577 | 2026-06-06T00:51:02.534Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-06-06T00:51:02.560Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2579 | 2026-06-06T00:51:02.617Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-06-06T00:51:02.751Z | Compiling num-derive v0.3.3 |
| 2581 | 2026-06-06T00:51:02.923Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2582 | 2026-06-06T00:51:03.500Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-06-06T00:51:03.800Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2584 | 2026-06-06T00:51:04.042Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-06-06T00:51:04.095Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2586 | 2026-06-06T00:51:04.172Z | Compiling packed_struct v0.10.1 |
| 2587 | 2026-06-06T00:51:04.292Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-06-06T00:51:04.438Z | Compiling funty v2.0.0 |
| 2589 | 2026-06-06T00:51:04.503Z | Compiling crc v3.4.0 |
| 2590 | 2026-06-06T00:51:04.715Z | Compiling zerocopy v0.6.6 |
| 2591 | 2026-06-06T00:51:04.730Z | Compiling proc-macro-error2 v2.0.1 |
| 2592 | 2026-06-06T00:51:05.051Z | Compiling bitvec v1.0.1 |
| 2593 | 2026-06-06T00:51:05.114Z | Compiling libscf-sys v1.1.0 |
| 2594 | 2026-06-06T00:51:05.297Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-06-06T00:51:05.374Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-06-06T00:51:05.439Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-06-06T00:51:05.673Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-06-06T00:51:06.412Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-06-06T00:51:06.441Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-06-06T00:51:06.465Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-06-06T00:51:06.579Z | Compiling array-init v0.0.4 |
| 2602 | 2026-06-06T00:51:06.709Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-06-06T00:51:06.790Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-06-06T00:51:06.970Z | Compiling tabled_derive v0.11.0 |
| 2605 | 2026-06-06T00:51:07.016Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-06-06T00:51:07.152Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-06-06T00:51:07.525Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-06-06T00:51:07.606Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-06-06T00:51:07.818Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-06-06T00:51:07.890Z | Compiling diesel_derives v2.3.7 |
| 2611 | 2026-06-06T00:51:07.923Z | Compiling glob v0.3.3 |
| 2612 | 2026-06-06T00:51:07.998Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-06-06T00:51:08.025Z | Compiling maplit v1.0.2 |
| 2614 | 2026-06-06T00:51:08.158Z | Compiling dirs-next v2.0.0 |
| 2615 | 2026-06-06T00:51:08.189Z | Compiling tabled v0.20.0 |
| 2616 | 2026-06-06T00:51:08.288Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-06-06T00:51:08.327Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-06-06T00:51:08.450Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-06-06T00:51:08.691Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-06-06T00:51:08.954Z | Compiling ron v0.8.1 |
| 2621 | 2026-06-06T00:51:08.965Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-06-06T00:51:09.141Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-06-06T00:51:09.166Z | Compiling dsl_auto_type v0.2.0 |
| 2624 | 2026-06-06T00:51:09.547Z | Compiling scheduled-thread-pool v0.2.7 |
| 2625 | 2026-06-06T00:51:09.688Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-06-06T00:51:09.738Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-06-06T00:51:09.908Z | Compiling tiny-keccak v2.0.2 |
| 2628 | 2026-06-06T00:51:09.986Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-06-06T00:51:10.074Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-06-06T00:51:10.180Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-06-06T00:51:10.423Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-06-06T00:51:10.475Z | Compiling object v0.30.4 |
| 2633 | 2026-06-06T00:51:10.590Z | Compiling term v0.7.0 |
| 2634 | 2026-06-06T00:51:10.738Z | Compiling downcast-rs v2.0.2 |
| 2635 | 2026-06-06T00:51:10.874Z | Compiling path-slash v0.1.5 |
| 2636 | 2026-06-06T00:51:11.068Z | Compiling xshell-macros v0.2.7 |
| 2637 | 2026-06-06T00:51:11.110Z | Compiling bit-vec v0.6.3 |
| 2638 | 2026-06-06T00:51:11.123Z | Compiling ascii-canvas v3.0.0 |
| 2639 | 2026-06-06T00:51:11.349Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-06-06T00:51:11.387Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-06-06T00:51:11.407Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2642 | 2026-06-06T00:51:11.470Z | Compiling xshell v0.2.7 |
| 2643 | 2026-06-06T00:51:11.543Z | Compiling itertools v0.10.5 |
| 2644 | 2026-06-06T00:51:11.893Z | Compiling ena v0.14.4 |
| 2645 | 2026-06-06T00:51:11.979Z | Compiling libloading v0.8.9 |
| 2646 | 2026-06-06T00:51:12.153Z | Compiling unicase v2.9.0 |
| 2647 | 2026-06-06T00:51:12.213Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-06-06T00:51:12.462Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-06-06T00:51:12.502Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-06-06T00:51:12.670Z | Compiling diff v0.1.13 |
| 2651 | 2026-06-06T00:51:12.681Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2652 | 2026-06-06T00:51:12.827Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-06-06T00:51:12.942Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2654 | 2026-06-06T00:51:13.824Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2655 | 2026-06-06T00:51:13.913Z | Compiling lalrpop v0.19.12 |
| 2656 | 2026-06-06T00:51:14.148Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-06-06T00:51:14.424Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2658 | 2026-06-06T00:51:14.447Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2659 | 2026-06-06T00:51:14.468Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-06-06T00:51:14.659Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-06-06T00:51:14.710Z | Compiling headers-core v0.3.0 |
| 2662 | 2026-06-06T00:51:14.811Z | Compiling libxml v0.3.3 |
| 2663 | 2026-06-06T00:51:14.872Z | Compiling headers v0.4.1 |
| 2664 | 2026-06-06T00:51:14.906Z | Compiling diesel v2.3.7 |
| 2665 | 2026-06-06T00:51:15.108Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-06-06T00:51:15.258Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-06-06T00:51:15.343Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-06-06T00:51:15.505Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-06-06T00:51:15.764Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-06-06T00:51:15.988Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-06-06T00:51:16.021Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-06-06T00:51:16.236Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-06-06T00:51:16.401Z | Compiling indoc v1.0.9 |
| 2674 | 2026-06-06T00:51:16.514Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-06-06T00:51:16.854Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-06-06T00:51:16.902Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-06-06T00:51:17.079Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-06-06T00:51:17.321Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-06-06T00:51:17.338Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-06-06T00:51:17.611Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-06-06T00:51:17.937Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-06-06T00:51:18.496Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-06-06T00:51:18.568Z | Compiling half v1.8.3 |
| 2684 | 2026-06-06T00:51:18.649Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2685 | 2026-06-06T00:51:18.818Z | Compiling typify-macro v0.4.3 |
| 2686 | 2026-06-06T00:51:18.842Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-06-06T00:51:18.890Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-06-06T00:51:19.046Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-06-06T00:51:19.125Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2690 | 2026-06-06T00:51:19.286Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2691 | 2026-06-06T00:51:19.316Z | Compiling samael v0.0.19 |
| 2692 | 2026-06-06T00:51:19.607Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-06-06T00:51:19.627Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-06-06T00:51:19.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-06-06T00:51:19.906Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-06-06T00:51:20.140Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-06-06T00:51:20.301Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-06-06T00:51:20.365Z | Compiling typify v0.4.3 |
| 2699 | 2026-06-06T00:51:20.484Z | Compiling progenitor-impl v0.11.2 |
| 2700 | 2026-06-06T00:51:20.517Z | Compiling nonempty v0.12.0 |
| 2701 | 2026-06-06T00:51:20.731Z | Compiling salty v0.3.0 |
| 2702 | 2026-06-06T00:51:21.039Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-06-06T00:51:21.097Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2704 | 2026-06-06T00:51:21.209Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-06-06T00:51:21.337Z | Compiling progenitor-client v0.11.2 |
| 2706 | 2026-06-06T00:51:21.390Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-06-06T00:51:21.394Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-06-06T00:51:21.463Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-06-06T00:51:21.858Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-06-06T00:51:23.244Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-06-06T00:51:23.280Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-06-06T00:51:23.280Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-06-06T00:51:23.280Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2714 | 2026-06-06T00:51:23.280Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-06-06T00:51:23.374Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-06-06T00:51:25.383Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-06-06T00:51:25.557Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-06-06T00:51:25.875Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-06-06T00:51:26.063Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-06-06T00:51:26.518Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-06-06T00:51:26.791Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-06-06T00:51:26.870Z | Compiling darling_core v0.23.0 |
| 2723 | 2026-06-06T00:51:26.900Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2724 | 2026-06-06T00:51:26.977Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2725 | 2026-06-06T00:51:27.050Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2726 | 2026-06-06T00:51:27.342Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-06-06T00:51:27.357Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-06-06T00:51:31.842Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-06-06T00:51:31.842Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2730 | 2026-06-06T00:51:31.842Z | Compiling oso v0.27.3 |
| 2731 | 2026-06-06T00:51:34.880Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-06-06T00:51:35.057Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-06-06T00:51:35.367Z | Compiling flume v0.11.1 |
| 2734 | 2026-06-06T00:51:35.395Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-06-06T00:51:35.518Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-06-06T00:51:35.579Z | Compiling slog-stdlog v4.1.1 |
| 2737 | 2026-06-06T00:51:36.168Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2738 | 2026-06-06T00:51:36.196Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2739 | 2026-06-06T00:51:37.153Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-06-06T00:51:37.290Z | Compiling atty v0.2.14 |
| 2741 | 2026-06-06T00:51:37.370Z | Compiling instability v0.3.11 |
| 2742 | 2026-06-06T00:51:37.442Z | Compiling http-range v0.1.5 |
| 2743 | 2026-06-06T00:51:37.467Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2744 | 2026-06-06T00:51:37.600Z | Compiling strsim v0.10.0 |
| 2745 | 2026-06-06T00:51:37.699Z | Compiling parse-size v1.1.0 |
| 2746 | 2026-06-06T00:51:37.828Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-06-06T00:51:37.831Z | Compiling p384 v0.13.1 |
| 2748 | 2026-06-06T00:51:37.874Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2749 | 2026-06-06T00:51:37.916Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2750 | 2026-06-06T00:51:37.960Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-06-06T00:51:39.482Z | Compiling darling v0.23.0 |
| 2752 | 2026-06-06T00:51:39.902Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-06-06T00:51:40.025Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-06-06T00:51:40.063Z | Compiling ignore v0.4.25 |
| 2755 | 2026-06-06T00:51:40.567Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-06T00:51:40.745Z | Compiling castaway v0.2.4 |
| 2757 | 2026-06-06T00:51:40.904Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-06-06T00:51:40.959Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-06T00:51:41.166Z | Compiling indoc v2.0.7 |
| 2760 | 2026-06-06T00:51:41.314Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-06-06T00:51:41.996Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-06-06T00:51:42.216Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-06-06T00:51:42.291Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-06-06T00:51:42.350Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-06-06T00:51:42.828Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-06-06T00:51:42.889Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-06-06T00:51:43.259Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-06-06T00:51:43.585Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-06-06T00:51:44.051Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-06-06T00:51:44.089Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-06-06T00:51:44.707Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-06-06T00:51:44.900Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-06-06T00:51:45.094Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2774 | 2026-06-06T00:51:45.180Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-06-06T00:51:45.473Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-06-06T00:51:45.658Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-06-06T00:51:45.722Z | Compiling lru v0.12.5 |
| 2778 | 2026-06-06T00:51:45.856Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-06-06T00:51:45.879Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-06-06T00:51:45.957Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-06-06T00:51:46.136Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-06-06T00:51:46.276Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-06-06T00:51:46.321Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-06-06T00:51:46.415Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2785 | 2026-06-06T00:51:46.458Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-06-06T00:51:46.539Z | Compiling rustls v0.21.12 |
| 2787 | 2026-06-06T00:51:46.601Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-06-06T00:51:46.626Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-06-06T00:51:46.645Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-06-06T00:51:46.701Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-06-06T00:51:46.800Z | Compiling ratatui v0.29.0 |
| 2792 | 2026-06-06T00:51:46.917Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2793 | 2026-06-06T00:51:46.980Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-06-06T00:51:47.079Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-06-06T00:51:47.310Z | Compiling darling v0.13.4 |
| 2796 | 2026-06-06T00:51:47.626Z | Compiling sled v0.34.7 |
| 2797 | 2026-06-06T00:51:47.963Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-06-06T00:51:48.048Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-06-06T00:51:48.163Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-06-06T00:51:49.933Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-06-06T00:51:50.827Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2802 | 2026-06-06T00:51:51.033Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-06-06T00:51:51.053Z | Compiling rustls-webpki v0.101.7 |
| 2804 | 2026-06-06T00:51:51.292Z | Compiling sct v0.7.1 |
| 2805 | 2026-06-06T00:51:51.524Z | Compiling secrecy v0.8.0 |
| 2806 | 2026-06-06T00:51:51.753Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-06-06T00:51:52.202Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-06-06T00:51:52.732Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-06-06T00:51:53.076Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-06-06T00:51:53.243Z | Compiling serde_with_macros v1.5.2 |
| 2811 | 2026-06-06T00:51:53.345Z | Compiling git2 v0.20.4 |
| 2812 | 2026-06-06T00:51:53.898Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-06-06T00:51:54.253Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2814 | 2026-06-06T00:51:54.884Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2815 | 2026-06-06T00:51:54.944Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-06-06T00:51:55.055Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2817 | 2026-06-06T00:51:55.337Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2818 | 2026-06-06T00:51:56.072Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-06-06T00:51:56.125Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-06-06T00:51:56.310Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2821 | 2026-06-06T00:51:56.356Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2822 | 2026-06-06T00:51:56.447Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2823 | 2026-06-06T00:51:56.470Z | Compiling void v1.0.2 |
| 2824 | 2026-06-06T00:51:56.620Z | Compiling lzss v0.8.2 |
| 2825 | 2026-06-06T00:51:56.811Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-06-06T00:51:56.968Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-06-06T00:51:57.486Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-06-06T00:51:57.816Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-06-06T00:51:58.101Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2830 | 2026-06-06T00:51:58.667Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-06-06T00:51:58.842Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-06-06T00:52:00.119Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-06-06T00:52:00.629Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-06-06T00:52:01.327Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-06-06T00:52:01.405Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-06-06T00:52:01.429Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-06-06T00:52:01.660Z | Compiling rustls-pemfile v1.0.4 |
| 2838 | 2026-06-06T00:52:02.065Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-06-06T00:52:02.168Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-06-06T00:52:02.398Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2841 | 2026-06-06T00:52:02.630Z | Compiling nix v0.27.1 |
| 2842 | 2026-06-06T00:52:03.187Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-06-06T00:52:03.752Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-06-06T00:52:03.768Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-06-06T00:52:03.848Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2846 | 2026-06-06T00:52:04.005Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2847 | 2026-06-06T00:52:04.233Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2026-06-06T00:52:04.871Z | Compiling tokio-tungstenite v0.23.1 |
| 2849 | 2026-06-06T00:52:05.256Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-06-06T00:52:08.052Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-06-06T00:52:08.368Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-06-06T00:52:09.163Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-06-06T00:52:09.464Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-06-06T00:52:09.792Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-06-06T00:52:09.909Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2856 | 2026-06-06T00:52:10.224Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2857 | 2026-06-06T00:52:10.343Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-06-06T00:52:10.659Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-06-06T00:52:10.823Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2860 | 2026-06-06T00:52:12.067Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2861 | 2026-06-06T00:52:13.126Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-06-06T00:52:13.417Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2863 | 2026-06-06T00:52:14.072Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2864 | 2026-06-06T00:52:14.437Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-06-06T00:52:14.519Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2866 | 2026-06-06T00:52:14.806Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-06-06T00:52:15.461Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2868 | 2026-06-06T00:52:15.537Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-06-06T00:52:16.275Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2870 | 2026-06-06T00:52:17.187Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2871 | 2026-06-06T00:52:17.303Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-06-06T00:52:17.407Z | Compiling signal-hook-tokio v0.3.1 |
| 2873 | 2026-06-06T00:52:17.613Z | Compiling yasna v0.5.2 |
| 2874 | 2026-06-06T00:52:18.344Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-06-06T00:52:18.524Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-06-06T00:52:18.635Z | Compiling is_ci v1.2.0 |
| 2877 | 2026-06-06T00:52:18.691Z | Compiling seq-macro v0.3.6 |
| 2878 | 2026-06-06T00:52:18.729Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-06-06T00:52:18.751Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2880 | 2026-06-06T00:52:18.877Z | Compiling supports-color v3.0.2 |
| 2881 | 2026-06-06T00:52:19.154Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-06-06T00:52:19.270Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-06-06T00:52:19.413Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2884 | 2026-06-06T00:52:19.646Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2885 | 2026-06-06T00:52:19.736Z | Compiling subprocess v0.2.15 |
| 2886 | 2026-06-06T00:52:19.880Z | Compiling rtoolbox v0.0.3 |
| 2887 | 2026-06-06T00:52:20.166Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2888 | 2026-06-06T00:52:21.936Z | Compiling rpassword v7.4.0 |
| 2889 | 2026-06-06T00:52:22.075Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-06-06T00:52:22.232Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-06-06T00:52:23.047Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2892 | 2026-06-06T00:52:23.146Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2893 | 2026-06-06T00:52:23.187Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-06-06T00:52:23.474Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-06-06T00:52:24.199Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-06-06T00:52:24.737Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-06-06T00:52:25.311Z | Compiling uzers v0.12.2 |
| 2898 | 2026-06-06T00:52:25.646Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-06-06T00:52:26.797Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-06-06T00:52:27.816Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-06-06T00:52:27.938Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-06-06T00:52:31.237Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-06-06T00:52:33.164Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2904 | 2026-06-06T00:52:33.189Z | Compiling multimap v0.10.1 |
| 2905 | 2026-06-06T00:52:42.875Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2906 | 2026-06-06T00:52:48.667Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2907 | 2026-06-06T00:52:54.962Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-06-06T00:52:55.103Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-06-06T00:52:57.191Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-06-06T00:58:49.962Z | Finished `release` profile [optimized] target(s) in 8m 09s |
| 2911 | 2026-06-06T00:59:36.733Z | |
| 2912 | 2026-06-06T00:59:36.741Z | real 8:57.526127556 |
| 2913 | 2026-06-06T00:59:36.741Z | user 1:18:51.712266768 |
| 2914 | 2026-06-06T00:59:36.741Z | sys 3:34.212851991 |
| 2915 | 2026-06-06T00:59:36.741Z | trap 1.744813002 |
| 2916 | 2026-06-06T00:59:36.742Z | tflt 2.284083841 |
| 2917 | 2026-06-06T00:59:36.742Z | dflt 19.120133414 |
| 2918 | 2026-06-06T00:59:36.742Z | kflt 0.005542267 |
| 2919 | 2026-06-06T00:59:36.742Z | lock 6:36:42.891360896 |
| 2920 | 2026-06-06T00:59:36.742Z | slp 2:13:10.386670374 |
| 2921 | 2026-06-06T00:59:36.742Z | lat 2:24.500840825 |
| 2922 | 2026-06-06T00:59:36.742Z | stop 5:29.011332189 |
| 2923 | 2026-06-06T00:59:36.742Z | + mapfile -t packages |
| 2924 | 2026-06-06T00:59:36.742Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-06-06T00:59:37.694Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2926 | 2026-06-06T00:59:37.776Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-06-06T00:59:37.839Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-06-06T00:59:37.848Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-06-06T00:59:38.371Z | Compiling libc v0.2.185 |
| 2930 | 2026-06-06T00:59:38.372Z | Compiling serde v1.0.228 |
| 2931 | 2026-06-06T00:59:38.372Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-06-06T00:59:38.381Z | Compiling rustix v1.1.3 |
| 2933 | 2026-06-06T00:59:38.381Z | Compiling serde_json v1.0.149 |
| 2934 | 2026-06-06T00:59:38.381Z | Compiling bitflags v2.11.0 |
| 2935 | 2026-06-06T00:59:38.381Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-06-06T00:59:38.495Z | Compiling syn v2.0.117 |
| 2937 | 2026-06-06T00:59:38.510Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-06-06T00:59:38.563Z | Compiling indexmap v2.14.0 |
| 2939 | 2026-06-06T00:59:38.564Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-06-06T00:59:38.582Z | Compiling syn v1.0.109 |
| 2941 | 2026-06-06T00:59:38.601Z | Compiling getrandom v0.4.1 |
| 2942 | 2026-06-06T00:59:38.609Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-06-06T00:59:38.755Z | Compiling log v0.4.29 |
| 2944 | 2026-06-06T00:59:39.241Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-06-06T00:59:39.262Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-06-06T00:59:39.263Z | Compiling heck v0.4.1 |
| 2947 | 2026-06-06T00:59:39.263Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-06-06T00:59:39.263Z | Compiling once_cell v1.21.3 |
| 2949 | 2026-06-06T00:59:39.263Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-06-06T00:59:39.269Z | Compiling errno v0.3.14 |
| 2951 | 2026-06-06T00:59:39.296Z | Compiling memmap v0.7.0 |
| 2952 | 2026-06-06T00:59:39.500Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-06-06T00:59:40.088Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-06-06T00:59:40.270Z | Compiling terminal_size v0.4.3 |
| 2955 | 2026-06-06T00:59:40.270Z | Compiling tempfile v3.25.0 |
| 2956 | 2026-06-06T00:59:40.331Z | Compiling tabled_derive v0.7.0 |
| 2957 | 2026-06-06T00:59:40.378Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-06-06T00:59:40.378Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-06-06T00:59:40.509Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-06-06T00:59:41.031Z | Compiling tabled v0.15.0 |
| 2961 | 2026-06-06T00:59:41.107Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-06-06T00:59:41.107Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-06-06T00:59:41.755Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-06-06T00:59:41.772Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-06-06T00:59:41.772Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-06-06T00:59:41.772Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-06-06T00:59:41.772Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-06-06T00:59:41.772Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-06-06T00:59:41.772Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-06-06T00:59:41.772Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-06-06T00:59:41.772Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-06-06T00:59:41.772Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-06-06T00:59:42.170Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-06-06T00:59:42.564Z | Compiling scroll v0.12.0 |
| 2975 | 2026-06-06T00:59:42.571Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-06-06T00:59:42.598Z | Compiling goblin v0.8.2 |
| 2977 | 2026-06-06T00:59:42.738Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-06-06T00:59:42.763Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-06-06T00:59:42.857Z | Compiling thiserror v2.0.18 |
| 2980 | 2026-06-06T00:59:42.883Z | Compiling yoke v0.8.1 |
| 2981 | 2026-06-06T00:59:42.898Z | Compiling dtrace-parser v0.2.0 |
| 2982 | 2026-06-06T00:59:43.370Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-06-06T00:59:43.374Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-06-06T00:59:43.374Z | Compiling clap v4.5.60 |
| 2985 | 2026-06-06T00:59:43.756Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-06-06T00:59:44.184Z | Compiling icu_locale_core v2.1.1 |
| 2987 | 2026-06-06T00:59:44.631Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-06-06T00:59:44.967Z | Compiling icu_provider v2.1.1 |
| 2989 | 2026-06-06T00:59:44.981Z | Compiling icu_collections v2.1.1 |
| 2990 | 2026-06-06T00:59:44.981Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-06-06T00:59:44.981Z | Compiling serde_spanned v0.6.9 |
| 2992 | 2026-06-06T00:59:44.981Z | Compiling serde-value v0.7.0 |
| 2993 | 2026-06-06T00:59:44.996Z | Compiling cargo-platform v0.2.0 |
| 2994 | 2026-06-06T00:59:45.024Z | Compiling macaddr v1.0.1 |
| 2995 | 2026-06-06T00:59:45.130Z | Compiling toml_edit v0.22.27 |
| 2996 | 2026-06-06T00:59:45.202Z | Compiling icu_normalizer v2.1.1 |
| 2997 | 2026-06-06T00:59:45.305Z | Compiling icu_properties v2.1.2 |
| 2998 | 2026-06-06T00:59:45.324Z | Compiling dof v0.3.0 |
| 2999 | 2026-06-06T00:59:45.372Z | Compiling serde_tokenstream v0.2.3 |
| 3000 | 2026-06-06T00:59:46.147Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-06-06T00:59:46.579Z | Compiling idna_adapter v1.2.1 |
| 3002 | 2026-06-06T00:59:46.596Z | Compiling idna v1.1.0 |
| 3003 | 2026-06-06T00:59:46.596Z | Compiling usdt-attr-macro v0.5.0 |
| 3004 | 2026-06-06T00:59:46.729Z | Compiling toml v0.8.23 |
| 3005 | 2026-06-06T00:59:46.740Z | Compiling url v2.5.8 |
| 3006 | 2026-06-06T00:59:47.352Z | Compiling usdt v0.5.0 |
| 3007 | 2026-06-06T00:59:47.363Z | Compiling cargo_toml v0.21.0 |
| 3008 | 2026-06-06T00:59:47.364Z | Compiling cargo-util-schemas v0.8.2 |
| 3009 | 2026-06-06T00:59:48.308Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-06-06T00:59:51.382Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-06-06T00:59:54.415Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 3012 | 2026-06-06T00:59:54.579Z | |
| 3013 | 2026-06-06T00:59:54.579Z | real 16.705865247 |
| 3014 | 2026-06-06T00:59:54.579Z | user 2:22.534869066 |
| 3015 | 2026-06-06T00:59:54.579Z | sys 17.040346205 |
| 3016 | 2026-06-06T00:59:54.579Z | trap 0.083491655 |
| 3017 | 2026-06-06T00:59:54.579Z | tflt 0.560368559 |
| 3018 | 2026-06-06T00:59:54.579Z | dflt 1.548388242 |
| 3019 | 2026-06-06T00:59:54.579Z | kflt 0.000069730 |
| 3020 | 2026-06-06T00:59:54.579Z | lock 5:17.453029597 |
| 3021 | 2026-06-06T00:59:54.579Z | slp 3:24.478758537 |
| 3022 | 2026-06-06T00:59:54.579Z | lat 7.428547775 |
| 3023 | 2026-06-06T00:59:54.580Z | stop 21.336989639 |
| 3024 | 2026-06-06T00:59:54.583Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-06-06T00:59:54.583Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-06-06T00:59:54.583Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-06-06T00:59:54.583Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-06-06T00:59:54.583Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-06-06T00:59:55.544Z | Compiling newtype-uuid-macros v0.1.0 |
| 3030 | 2026-06-06T00:59:55.544Z | Compiling progenitor-client v0.14.0 |
| 3031 | 2026-06-06T00:59:55.544Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-06-06T00:59:55.548Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-06-06T00:59:55.548Z | Compiling rustls v0.22.4 |
| 3034 | 2026-06-06T00:59:55.899Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-06-06T00:59:55.915Z | Compiling multer v3.1.0 |
| 3036 | 2026-06-06T00:59:55.915Z | Compiling match_cfg v0.1.0 |
| 3037 | 2026-06-06T00:59:55.915Z | Compiling compression-core v0.4.31 |
| 3038 | 2026-06-06T00:59:55.916Z | Compiling debug-ignore v1.0.5 |
| 3039 | 2026-06-06T00:59:55.916Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-06-06T00:59:55.916Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-06-06T00:59:55.916Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-06-06T00:59:55.916Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3043 | 2026-06-06T00:59:55.916Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-06-06T00:59:55.916Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3045 | 2026-06-06T00:59:55.954Z | Compiling hostname v0.3.1 |
| 3046 | 2026-06-06T00:59:55.954Z | Compiling itertools v0.14.0 |
| 3047 | 2026-06-06T00:59:56.011Z | Compiling compression-codecs v0.4.37 |
| 3048 | 2026-06-06T00:59:56.022Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-06-06T00:59:56.022Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-06-06T00:59:56.032Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3051 | 2026-06-06T00:59:56.108Z | Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-06-06T00:59:56.165Z | Compiling dropshot_endpoint v0.17.0 |
| 3053 | 2026-06-06T00:59:56.168Z | Compiling hostname v0.4.2 |
| 3054 | 2026-06-06T00:59:56.220Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-06-06T00:59:56.242Z | Compiling regress v0.10.5 |
| 3056 | 2026-06-06T00:59:56.294Z | Compiling async-compression v0.4.41 |
| 3057 | 2026-06-06T00:59:56.339Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3058 | 2026-06-06T00:59:56.354Z | Compiling macaddr v1.0.1 |
| 3059 | 2026-06-06T00:59:56.369Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-06-06T00:59:56.385Z | Compiling async-stream v0.3.6 |
| 3061 | 2026-06-06T00:59:56.418Z | Compiling instant v0.1.13 |
| 3062 | 2026-06-06T00:59:56.470Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3063 | 2026-06-06T00:59:56.492Z | Compiling backon v1.6.0 |
| 3064 | 2026-06-06T00:59:56.534Z | Compiling backoff v0.4.0 |
| 3065 | 2026-06-06T00:59:56.557Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3066 | 2026-06-06T00:59:56.557Z | Compiling progenitor-client v0.10.0 |
| 3067 | 2026-06-06T00:59:56.862Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-06-06T00:59:56.874Z | Compiling humantime v2.3.0 |
| 3069 | 2026-06-06T00:59:56.874Z | Compiling universal-hash v0.5.1 |
| 3070 | 2026-06-06T00:59:56.874Z | Compiling opaque-debug v0.3.1 |
| 3071 | 2026-06-06T00:59:56.874Z | Compiling progenitor-extras v0.2.0 |
| 3072 | 2026-06-06T00:59:56.874Z | Compiling half v2.7.1 |
| 3073 | 2026-06-06T00:59:56.874Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-06-06T00:59:56.874Z | Compiling ciborium-io v0.2.2 |
| 3075 | 2026-06-06T00:59:56.874Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-06-06T00:59:56.899Z | Compiling regress v0.11.1 |
| 3077 | 2026-06-06T00:59:56.916Z | Compiling convert_case v0.4.0 |
| 3078 | 2026-06-06T00:59:56.935Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-06-06T00:59:56.972Z | Compiling aead v0.5.2 |
| 3080 | 2026-06-06T00:59:57.005Z | Compiling ciborium-ll v0.2.2 |
| 3081 | 2026-06-06T00:59:57.028Z | Compiling secrecy v0.10.3 |
| 3082 | 2026-06-06T00:59:57.066Z | Compiling structmeta v0.3.0 |
| 3083 | 2026-06-06T00:59:57.081Z | Compiling unsafe-libyaml v0.2.11 |
| 3084 | 2026-06-06T00:59:57.140Z | Compiling poly1305 v0.8.0 |
| 3085 | 2026-06-06T00:59:57.159Z | Compiling chacha20 v0.9.1 |
| 3086 | 2026-06-06T00:59:57.203Z | Compiling ciborium v0.2.2 |
| 3087 | 2026-06-06T00:59:57.225Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3088 | 2026-06-06T00:59:57.242Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3089 | 2026-06-06T00:59:57.242Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3090 | 2026-06-06T00:59:57.278Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-06-06T00:59:57.311Z | Compiling derive-ex v0.1.8 |
| 3092 | 2026-06-06T00:59:57.314Z | Compiling parse-display-derive v0.10.0 |
| 3093 | 2026-06-06T00:59:57.688Z | Compiling derive_more v0.99.20 |
| 3094 | 2026-06-06T00:59:57.702Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3095 | 2026-06-06T00:59:57.702Z | Compiling byte-wrapper v0.1.0 |
| 3096 | 2026-06-06T00:59:57.702Z | Compiling password-hash v0.5.0 |
| 3097 | 2026-06-06T00:59:57.702Z | Compiling serde_yaml v0.9.34+deprecated |
| 3098 | 2026-06-06T00:59:57.808Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3099 | 2026-06-06T00:59:57.873Z | Compiling blake2 v0.10.6 |
| 3100 | 2026-06-06T00:59:57.896Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-06-06T00:59:57.925Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-06-06T00:59:57.940Z | Compiling heapless v0.8.0 |
| 3103 | 2026-06-06T00:59:58.021Z | Compiling tokio-rustls v0.25.0 |
| 3104 | 2026-06-06T00:59:58.044Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3105 | 2026-06-06T00:59:58.072Z | Compiling ingot-macros v0.1.1 |
| 3106 | 2026-06-06T00:59:58.094Z | Compiling tabwriter v1.4.1 |
| 3107 | 2026-06-06T00:59:58.282Z | Compiling argon2 v0.5.3 |
| 3108 | 2026-06-06T00:59:58.618Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3109 | 2026-06-06T00:59:58.630Z | Compiling hash32 v0.3.1 |
| 3110 | 2026-06-06T00:59:58.630Z | Compiling typify-impl v0.6.2 |
| 3111 | 2026-06-06T00:59:58.630Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-06-06T00:59:58.699Z | Compiling vsss-rs v3.3.4 |
| 3113 | 2026-06-06T00:59:58.703Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3114 | 2026-06-06T00:59:58.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3115 | 2026-06-06T00:59:59.099Z | Compiling parse-display v0.10.0 |
| 3116 | 2026-06-06T00:59:59.106Z | Compiling test-strategy v0.4.5 |
| 3117 | 2026-06-06T00:59:59.450Z | Compiling smoltcp v0.11.0 |
| 3118 | 2026-06-06T00:59:59.473Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-06-06T00:59:59.473Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-06-06T00:59:59.491Z | Compiling cobs v0.3.0 |
| 3121 | 2026-06-06T00:59:59.525Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3122 | 2026-06-06T00:59:59.580Z | Compiling num-complex v0.4.6 |
| 3123 | 2026-06-06T00:59:59.599Z | Compiling colored v3.1.1 |
| 3124 | 2026-06-06T00:59:59.653Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3125 | 2026-06-06T00:59:59.717Z | Compiling postcard v1.1.3 |
| 3126 | 2026-06-06T00:59:59.828Z | Compiling proc-macro-error v1.0.4 |
| 3127 | 2026-06-06T00:59:59.853Z | Compiling num_enum_derive v0.7.5 |
| 3128 | 2026-06-06T00:59:59.903Z | Compiling proc-macro-crate v1.3.1 |
| 3129 | 2026-06-06T01:00:00.003Z | Compiling num v0.4.3 |
| 3130 | 2026-06-06T01:00:00.022Z | Compiling atomicwrites v0.4.4 |
| 3131 | 2026-06-06T01:00:00.248Z | Compiling foreign-types-macros v0.2.3 |
| 3132 | 2026-06-06T01:00:00.268Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3133 | 2026-06-06T01:00:00.268Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3134 | 2026-06-06T01:00:00.268Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3135 | 2026-06-06T01:00:00.268Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3136 | 2026-06-06T01:00:00.268Z | Compiling rayon-core v1.13.0 |
| 3137 | 2026-06-06T01:00:00.279Z | Compiling cpufeatures v0.3.0 |
| 3138 | 2026-06-06T01:00:00.279Z | Compiling foreign-types-shared v0.3.1 |
| 3139 | 2026-06-06T01:00:00.353Z | Compiling float-ord v0.3.2 |
| 3140 | 2026-06-06T01:00:00.372Z | Compiling num_enum_derive v0.5.11 |
| 3141 | 2026-06-06T01:00:00.372Z | Compiling chacha20 v0.10.0 |
| 3142 | 2026-06-06T01:00:00.481Z | Compiling crossbeam-deque v0.8.6 |
| 3143 | 2026-06-06T01:00:00.498Z | Compiling camino-tempfile v1.4.1 |
| 3144 | 2026-06-06T01:00:00.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3145 | 2026-06-06T01:00:00.543Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3146 | 2026-06-06T01:00:00.630Z | Compiling cstr-argument v0.1.2 |
| 3147 | 2026-06-06T01:00:00.722Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3148 | 2026-06-06T01:00:00.990Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3149 | 2026-06-06T01:00:00.999Z | Compiling foreign-types v0.5.0 |
| 3150 | 2026-06-06T01:00:00.999Z | Compiling rand v0.10.0 |
| 3151 | 2026-06-06T01:00:00.999Z | Compiling toml v0.8.23 |
| 3152 | 2026-06-06T01:00:00.999Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3153 | 2026-06-06T01:00:00.999Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-06-06T01:00:00.999Z | Compiling num_enum v0.7.5 |
| 3155 | 2026-06-06T01:00:01.071Z | Compiling zone_cfg_derive v0.3.1 |
| 3156 | 2026-06-06T01:00:01.079Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3157 | 2026-06-06T01:00:01.106Z | Compiling ingot-types v0.1.2 |
| 3158 | 2026-06-06T01:00:01.136Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3159 | 2026-06-06T01:00:01.161Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3160 | 2026-06-06T01:00:01.238Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3161 | 2026-06-06T01:00:01.307Z | Compiling rayon v1.11.0 |
| 3162 | 2026-06-06T01:00:01.323Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3163 | 2026-06-06T01:00:01.340Z | Compiling itertools v0.12.1 |
| 3164 | 2026-06-06T01:00:01.358Z | Compiling num-derive v0.4.2 |
| 3165 | 2026-06-06T01:00:01.378Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-06-06T01:00:01.500Z | Compiling ingot v0.1.1 |
| 3167 | 2026-06-06T01:00:01.523Z | Compiling glob v0.3.3 |
| 3168 | 2026-06-06T01:00:01.683Z | Compiling num_enum v0.5.11 |
| 3169 | 2026-06-06T01:00:01.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3170 | 2026-06-06T01:00:01.690Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3171 | 2026-06-06T01:00:01.707Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3172 | 2026-06-06T01:00:01.769Z | Compiling smf v0.2.3 |
| 3173 | 2026-06-06T01:00:01.791Z | Compiling whoami v1.6.1 |
| 3174 | 2026-06-06T01:00:01.799Z | Compiling prettyplease v0.2.37 |
| 3175 | 2026-06-06T01:00:01.844Z | Compiling usdt-attr-macro v0.5.0 |
| 3176 | 2026-06-06T01:00:01.867Z | Compiling usdt-macro v0.5.0 |
| 3177 | 2026-06-06T01:00:02.063Z | Compiling gethostname v0.5.0 |
| 3178 | 2026-06-06T01:00:02.116Z | Compiling memmap v0.7.0 |
| 3179 | 2026-06-06T01:00:02.449Z | Compiling derive-where v1.6.0 |
| 3180 | 2026-06-06T01:00:02.458Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-06-06T01:00:02.458Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-06-06T01:00:02.458Z | Compiling cancel-safe-futures v0.1.5 |
| 3183 | 2026-06-06T01:00:02.458Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3184 | 2026-06-06T01:00:02.522Z | Compiling zone v0.3.1 |
| 3185 | 2026-06-06T01:00:02.619Z | Compiling owo-colors v4.3.0 |
| 3186 | 2026-06-06T01:00:02.655Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-06-06T01:00:02.701Z | Compiling console v0.15.11 |
| 3188 | 2026-06-06T01:00:02.729Z | Compiling usdt v0.5.0 |
| 3189 | 2026-06-06T01:00:02.804Z | Compiling libsw v3.5.0 |
| 3190 | 2026-06-06T01:00:02.860Z | Compiling hickory-proto v0.24.4 |
| 3191 | 2026-06-06T01:00:03.287Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-06-06T01:00:03.297Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-06-06T01:00:03.297Z | Compiling progenitor-client v0.13.0 |
| 3194 | 2026-06-06T01:00:03.297Z | Compiling libefi-sys v0.1.0 |
| 3195 | 2026-06-06T01:00:03.297Z | Compiling linked-hash-map v0.5.6 |
| 3196 | 2026-06-06T01:00:03.298Z | Compiling linear-map v1.2.0 |
| 3197 | 2026-06-06T01:00:03.298Z | Compiling typify-macro v0.6.2 |
| 3198 | 2026-06-06T01:00:03.298Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-06-06T01:00:03.343Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3200 | 2026-06-06T01:00:03.352Z | Compiling lru-cache v0.1.2 |
| 3201 | 2026-06-06T01:00:03.361Z | Compiling git-stub v1.0.0 |
| 3202 | 2026-06-06T01:00:03.405Z | Compiling bitfield-struct v0.6.2 |
| 3203 | 2026-06-06T01:00:03.414Z | Compiling semver v0.1.20 |
| 3204 | 2026-06-06T01:00:03.451Z | Compiling tokio-dtrace v0.1.1 |
| 3205 | 2026-06-06T01:00:03.489Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3206 | 2026-06-06T01:00:03.541Z | Compiling slog-dtrace v0.3.0 |
| 3207 | 2026-06-06T01:00:03.610Z | Compiling rustc_version v0.1.7 |
| 3208 | 2026-06-06T01:00:03.633Z | Compiling git-stub-vcs v0.1.0 |
| 3209 | 2026-06-06T01:00:03.656Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-06-06T01:00:03.672Z | Compiling minimal-lexical v0.2.1 |
| 3211 | 2026-06-06T01:00:03.737Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3212 | 2026-06-06T01:00:04.057Z | Compiling oxide-tokio-rt v0.1.4 |
| 3213 | 2026-06-06T01:00:04.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3214 | 2026-06-06T01:00:04.069Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3215 | 2026-06-06T01:00:04.069Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3216 | 2026-06-06T01:00:04.069Z | Compiling phf_shared v0.12.1 |
| 3217 | 2026-06-06T01:00:04.069Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3218 | 2026-06-06T01:00:04.069Z | Compiling newtype_derive v0.1.6 |
| 3219 | 2026-06-06T01:00:04.069Z | Compiling nom v7.1.3 |
| 3220 | 2026-06-06T01:00:04.069Z | Compiling csv-core v0.1.13 |
| 3221 | 2026-06-06T01:00:04.069Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-06-06T01:00:04.080Z | Compiling xshell-macros v0.2.7 |
| 3223 | 2026-06-06T01:00:04.092Z | Compiling highway v1.3.0 |
| 3224 | 2026-06-06T01:00:04.107Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3225 | 2026-06-06T01:00:04.131Z | Compiling const_format_proc_macros v0.2.34 |
| 3226 | 2026-06-06T01:00:04.316Z | Compiling csv v1.4.0 |
| 3227 | 2026-06-06T01:00:04.397Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-06-06T01:00:04.440Z | Compiling phf v0.12.1 |
| 3229 | 2026-06-06T01:00:04.496Z | Compiling xshell v0.2.7 |
| 3230 | 2026-06-06T01:00:04.514Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-06-06T01:00:04.517Z | Compiling primeorder v0.13.6 |
| 3232 | 2026-06-06T01:00:04.615Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-06-06T01:00:04.963Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-06-06T01:00:04.972Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-06-06T01:00:04.972Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-06-06T01:00:04.980Z | Compiling bcs v0.1.6 |
| 3237 | 2026-06-06T01:00:05.064Z | Compiling hickory-resolver v0.24.4 |
| 3238 | 2026-06-06T01:00:05.103Z | Compiling typify v0.6.2 |
| 3239 | 2026-06-06T01:00:05.116Z | Compiling const_format v0.2.35 |
| 3240 | 2026-06-06T01:00:05.180Z | Compiling termtree v0.5.1 |
| 3241 | 2026-06-06T01:00:05.241Z | Compiling progenitor-impl v0.14.0 |
| 3242 | 2026-06-06T01:00:05.320Z | Compiling progenitor-impl v0.13.0 |
| 3243 | 2026-06-06T01:00:05.366Z | Compiling salty v0.3.0 |
| 3244 | 2026-06-06T01:00:05.410Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-06-06T01:00:05.759Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-06-06T01:00:05.777Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3247 | 2026-06-06T01:00:05.777Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3248 | 2026-06-06T01:00:05.777Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3249 | 2026-06-06T01:00:05.778Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-06-06T01:00:05.951Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3251 | 2026-06-06T01:00:05.984Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3252 | 2026-06-06T01:00:06.013Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3253 | 2026-06-06T01:00:06.168Z | Compiling tabled v0.15.0 |
| 3254 | 2026-06-06T01:00:06.187Z | Compiling qorb v0.4.1 |
| 3255 | 2026-06-06T01:00:06.229Z | Compiling moka v0.12.13 |
| 3256 | 2026-06-06T01:00:06.244Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-06-06T01:00:06.679Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3258 | 2026-06-06T01:00:06.689Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-06-06T01:00:06.773Z | Compiling steno v0.4.1 |
| 3260 | 2026-06-06T01:00:06.918Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-06-06T01:00:06.979Z | Compiling radium v0.7.0 |
| 3262 | 2026-06-06T01:00:07.064Z | Compiling base64 v0.21.7 |
| 3263 | 2026-06-06T01:00:07.098Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-06-06T01:00:07.629Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3265 | 2026-06-06T01:00:07.632Z | Compiling p384 v0.13.1 |
| 3266 | 2026-06-06T01:00:07.632Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3267 | 2026-06-06T01:00:07.632Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3268 | 2026-06-06T01:00:07.773Z | Compiling typify-impl v0.4.3 |
| 3269 | 2026-06-06T01:00:07.950Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3270 | 2026-06-06T01:00:07.965Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3271 | 2026-06-06T01:00:07.998Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3272 | 2026-06-06T01:00:08.020Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3273 | 2026-06-06T01:00:08.102Z | Compiling progenitor-macro v0.14.0 |
| 3274 | 2026-06-06T01:00:08.102Z | Compiling progenitor-macro v0.13.0 |
| 3275 | 2026-06-06T01:00:08.440Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-06-06T01:00:08.440Z | Compiling tap v1.0.1 |
| 3277 | 2026-06-06T01:00:08.456Z | Compiling wyz v0.5.1 |
| 3278 | 2026-06-06T01:00:08.653Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-06-06T01:00:08.686Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-06-06T01:00:08.709Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-06-06T01:00:08.732Z | Compiling utf-8 v0.7.6 |
| 3282 | 2026-06-06T01:00:09.195Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-06-06T01:00:09.211Z | Compiling funty v2.0.0 |
| 3284 | 2026-06-06T01:00:09.211Z | Compiling parking_lot_core v0.8.6 |
| 3285 | 2026-06-06T01:00:09.211Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3286 | 2026-06-06T01:00:09.211Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-06-06T01:00:09.245Z | Compiling tungstenite v0.21.0 |
| 3288 | 2026-06-06T01:00:09.322Z | Compiling bitvec v1.0.1 |
| 3289 | 2026-06-06T01:00:09.396Z | Compiling polyval v0.6.2 |
| 3290 | 2026-06-06T01:00:09.464Z | Compiling num-derive v0.3.3 |
| 3291 | 2026-06-06T01:00:09.480Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3292 | 2026-06-06T01:00:09.515Z | Compiling packed_struct_codegen v0.10.1 |
| 3293 | 2026-06-06T01:00:09.580Z | Compiling bitfield-macros v0.19.4 |
| 3294 | 2026-06-06T01:00:09.673Z | Compiling zerocopy-derive v0.6.6 |
| 3295 | 2026-06-06T01:00:09.694Z | Compiling indexmap v1.9.3 |
| 3296 | 2026-06-06T01:00:09.719Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-06-06T01:00:10.071Z | Compiling crc-catalog v2.4.0 |
| 3298 | 2026-06-06T01:00:10.088Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3299 | 2026-06-06T01:00:10.088Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-06-06T01:00:10.088Z | Compiling crc v3.4.0 |
| 3301 | 2026-06-06T01:00:10.093Z | Compiling array-init v0.0.4 |
| 3302 | 2026-06-06T01:00:10.183Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-06-06T01:00:10.200Z | Compiling ghash v0.5.1 |
| 3304 | 2026-06-06T01:00:10.257Z | Compiling tabled_derive v0.11.0 |
| 3305 | 2026-06-06T01:00:10.371Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3306 | 2026-06-06T01:00:10.387Z | Compiling bitfield v0.19.4 |
| 3307 | 2026-06-06T01:00:10.431Z | Compiling libscf-sys v1.1.0 |
| 3308 | 2026-06-06T01:00:10.470Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-06-06T01:00:10.847Z | Compiling zerocopy v0.6.6 |
| 3310 | 2026-06-06T01:00:10.865Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-06-06T01:00:10.865Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-06-06T01:00:10.865Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-06-06T01:00:10.886Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-06-06T01:00:10.900Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3315 | 2026-06-06T01:00:10.951Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-06-06T01:00:10.972Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3317 | 2026-06-06T01:00:11.095Z | Compiling ctr v0.9.2 |
| 3318 | 2026-06-06T01:00:11.220Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-06-06T01:00:11.315Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-06-06T01:00:11.330Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3321 | 2026-06-06T01:00:11.666Z | Compiling unicase v2.9.0 |
| 3322 | 2026-06-06T01:00:11.672Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-06-06T01:00:11.672Z | Compiling corncobs v0.1.4 |
| 3324 | 2026-06-06T01:00:11.672Z | Compiling aes-gcm v0.10.3 |
| 3325 | 2026-06-06T01:00:11.672Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-06-06T01:00:11.672Z | Compiling mime_guess v2.0.5 |
| 3327 | 2026-06-06T01:00:11.687Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3328 | 2026-06-06T01:00:11.767Z | Compiling tabled v0.20.0 |
| 3329 | 2026-06-06T01:00:11.826Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-06-06T01:00:11.903Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3331 | 2026-06-06T01:00:11.969Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-06-06T01:00:12.025Z | Compiling parking_lot v0.11.2 |
| 3333 | 2026-06-06T01:00:12.763Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3334 | 2026-06-06T01:00:12.773Z | Compiling serde-hex v0.1.0 |
| 3335 | 2026-06-06T01:00:12.773Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3336 | 2026-06-06T01:00:12.773Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-06-06T01:00:12.773Z | Compiling typify-macro v0.4.3 |
| 3338 | 2026-06-06T01:00:12.773Z | Compiling ron v0.8.1 |
| 3339 | 2026-06-06T01:00:12.773Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-06-06T01:00:12.773Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-06-06T01:00:12.781Z | Compiling progenitor-client v0.11.2 |
| 3342 | 2026-06-06T01:00:12.925Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3343 | 2026-06-06T01:00:13.131Z | Compiling prefix-trie v0.7.0 |
| 3344 | 2026-06-06T01:00:13.235Z | Compiling ssh-encoding v0.2.0 |
| 3345 | 2026-06-06T01:00:13.276Z | Compiling blowfish v0.9.1 |
| 3346 | 2026-06-06T01:00:13.351Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-06-06T01:00:13.678Z | Compiling progenitor v0.13.0 |
| 3348 | 2026-06-06T01:00:13.698Z | Compiling fxhash v0.2.1 |
| 3349 | 2026-06-06T01:00:13.698Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3350 | 2026-06-06T01:00:13.699Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-06-06T01:00:13.699Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3352 | 2026-06-06T01:00:13.699Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-06-06T01:00:13.699Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3354 | 2026-06-06T01:00:13.699Z | Compiling crc-any v2.5.0 |
| 3355 | 2026-06-06T01:00:13.737Z | Compiling sled v0.34.7 |
| 3356 | 2026-06-06T01:00:13.869Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-06-06T01:00:13.907Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3358 | 2026-06-06T01:00:14.090Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3359 | 2026-06-06T01:00:14.108Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-06-06T01:00:14.278Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3361 | 2026-06-06T01:00:14.305Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3362 | 2026-06-06T01:00:14.333Z | Compiling typify v0.4.3 |
| 3363 | 2026-06-06T01:00:14.411Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3364 | 2026-06-06T01:00:14.468Z | Compiling progenitor-impl v0.11.2 |
| 3365 | 2026-06-06T01:00:14.736Z | Compiling object v0.30.4 |
| 3366 | 2026-06-06T01:00:14.776Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3367 | 2026-06-06T01:00:15.110Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-06-06T01:00:15.124Z | Compiling password-hash v0.4.2 |
| 3369 | 2026-06-06T01:00:15.144Z | Compiling half v1.8.3 |
| 3370 | 2026-06-06T01:00:15.439Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3371 | 2026-06-06T01:00:15.442Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3372 | 2026-06-06T01:00:15.796Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3373 | 2026-06-06T01:00:15.841Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3374 | 2026-06-06T01:00:16.169Z | Compiling http-range v0.1.5 |
| 3375 | 2026-06-06T01:00:16.184Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3376 | 2026-06-06T01:00:16.184Z | Compiling crc8 v0.1.1 |
| 3377 | 2026-06-06T01:00:16.309Z | Compiling path-slash v0.1.5 |
| 3378 | 2026-06-06T01:00:16.491Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3379 | 2026-06-06T01:00:16.587Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-06-06T01:00:16.608Z | Compiling pbkdf2 v0.11.0 |
| 3381 | 2026-06-06T01:00:16.981Z | Compiling illumos-nvpair v0.3.0 |
| 3382 | 2026-06-06T01:00:17.010Z | Compiling ssh-key v0.6.7 |
| 3383 | 2026-06-06T01:00:17.220Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-06-06T01:00:17.300Z | Compiling progenitor-macro v0.11.2 |
| 3385 | 2026-06-06T01:00:17.329Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-06-06T01:00:17.355Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3387 | 2026-06-06T01:00:17.615Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3388 | 2026-06-06T01:00:17.846Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3389 | 2026-06-06T01:00:17.909Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-06-06T01:00:17.952Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3391 | 2026-06-06T01:00:18.008Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3392 | 2026-06-06T01:00:18.145Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-06-06T01:00:18.283Z | Compiling p521 v0.13.3 |
| 3394 | 2026-06-06T01:00:18.388Z | Compiling p256 v0.13.2 |
| 3395 | 2026-06-06T01:00:18.497Z | Compiling yasna v0.5.2 |
| 3396 | 2026-06-06T01:00:18.906Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-06-06T01:00:18.924Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-06-06T01:00:18.924Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-06-06T01:00:18.924Z | Compiling atty v0.2.14 |
| 3400 | 2026-06-06T01:00:18.924Z | Compiling russh-cryptovec v0.7.3 |
| 3401 | 2026-06-06T01:00:18.930Z | Compiling md5 v0.7.0 |
| 3402 | 2026-06-06T01:00:18.959Z | Compiling home v0.5.12 |
| 3403 | 2026-06-06T01:00:18.987Z | Compiling flume v0.11.1 |
| 3404 | 2026-06-06T01:00:19.019Z | Compiling rcgen v0.12.1 |
| 3405 | 2026-06-06T01:00:19.061Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3406 | 2026-06-06T01:00:19.078Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3407 | 2026-06-06T01:00:19.102Z | Compiling russh-keys v0.45.0 |
| 3408 | 2026-06-06T01:00:19.130Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-06-06T01:00:19.226Z | Compiling headers v0.4.1 |
| 3410 | 2026-06-06T01:00:19.247Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-06-06T01:00:19.293Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-06-06T01:00:19.341Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-06-06T01:00:19.687Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-06-06T01:00:19.708Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3415 | 2026-06-06T01:00:19.774Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-06-06T01:00:19.838Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3417 | 2026-06-06T01:00:19.933Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3418 | 2026-06-06T01:00:20.038Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-06-06T01:00:20.076Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-06-06T01:00:20.171Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3421 | 2026-06-06T01:00:20.458Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3422 | 2026-06-06T01:00:20.469Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-06-06T01:00:20.469Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-06-06T01:00:20.507Z | Compiling num-bigint v0.4.6 |
| 3425 | 2026-06-06T01:00:20.529Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3426 | 2026-06-06T01:00:20.598Z | Compiling des v0.8.1 |
| 3427 | 2026-06-06T01:00:20.635Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-06-06T01:00:20.689Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-06-06T01:00:20.758Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-06-06T01:00:20.786Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-06-06T01:00:20.861Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-06-06T01:00:20.895Z | Compiling colored v2.2.0 |
| 3433 | 2026-06-06T01:00:21.221Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-06-06T01:00:21.242Z | Compiling socket2 v0.5.10 |
| 3435 | 2026-06-06T01:00:21.242Z | Compiling internet-checksum v0.2.1 |
| 3436 | 2026-06-06T01:00:21.242Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-06-06T01:00:21.466Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-06-06T01:00:22.018Z | Compiling russh v0.45.0 |
| 3439 | 2026-06-06T01:00:22.378Z | Compiling progenitor v0.11.2 |
| 3440 | 2026-06-06T01:00:22.479Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3441 | 2026-06-06T01:00:22.482Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3442 | 2026-06-06T01:00:22.512Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3443 | 2026-06-06T01:00:24.935Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-06-06T01:00:25.627Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-06-06T01:00:26.354Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-06-06T01:00:28.059Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-06-06T01:00:28.248Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-06-06T01:00:36.052Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3449 | 2026-06-06T01:00:36.052Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-06-06T01:00:36.052Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3451 | 2026-06-06T01:00:36.061Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-06-06T01:00:37.811Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-06-06T01:00:37.884Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-06-06T01:00:42.122Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-06-06T01:01:20.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3456 | 2026-06-06T01:01:21.173Z | |
| 3457 | 2026-06-06T01:01:21.173Z | real 1:26.524889087 |
| 3458 | 2026-06-06T01:01:21.173Z | user 8:13.610482789 |
| 3459 | 2026-06-06T01:01:21.176Z | sys 1:42.915028629 |
| 3460 | 2026-06-06T01:01:21.176Z | trap 0.242670866 |
| 3461 | 2026-06-06T01:01:21.176Z | tflt 0.588514975 |
| 3462 | 2026-06-06T01:01:21.176Z | dflt 1.610980494 |
| 3463 | 2026-06-06T01:01:21.176Z | kflt 0.000319461 |
| 3464 | 2026-06-06T01:01:21.176Z | lock 29:10.829735176 |
| 3465 | 2026-06-06T01:01:21.176Z | slp 18:58.553706014 |
| 3466 | 2026-06-06T01:01:21.176Z | lat 38.058206717 |
| 3467 | 2026-06-06T01:01:21.176Z | stop 2:51.470844683 |
| 3468 | 2026-06-06T01:01:21.176Z | + mkdir tests |
| 3469 | 2026-06-06T01:01:21.179Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-06-06T01:01:21.179Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-06-06T01:01:21.208Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/ |
| 3472 | 2026-06-06T01:01:21.228Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/ |
| 3473 | 2026-06-06T01:01:21.251Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/ |
| 3474 | 2026-06-06T01:01:21.271Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/ |
| 3475 | 2026-06-06T01:01:21.503Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3476 | 2026-06-06T01:01:21.506Z | + 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3477 | 2026-06-06T01:02:43.880Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-06-06T01:02:43.880Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-06-06T01:02:43.880Z | a out/target/test 1K |
| 3480 | 2026-06-06T01:02:43.880Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-06-06T01:02:43.880Z | a package-manifest.toml 35K |
| 3482 | 2026-06-06T01:02:43.880Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-06-06T01:02:43.880Z | a target/release/omicron-package 45145K |
| 3484 | 2026-06-06T01:02:43.880Z | a target/release/xtask 11449K |
| 3485 | 2026-06-06T01:02:43.880Z | a target/debug/bootstrap 353199K |
| 3486 | 2026-06-06T01:02:43.880Z | a tests/bootstrap-d2b8e740b31c9eb1 31215K |
| 3487 | 2026-06-06T01:02:43.880Z | a tests/commtest-9cce2a2ffee17194 32300K |
| 3488 | 2026-06-06T01:02:43.880Z | a tests/dhcp_server-c6dcadff58450139 31215K |
| 3489 | 2026-06-06T01:02:43.880Z | a tests/end_to_end_tests-ce899ba42cd8bdd4 394993K |
| 3490 | 2026-06-06T01:02:43.880Z | a tools/opte_version 1K |
| 3491 | 2026-06-06T01:02:43.880Z | a tools/opte_version_override 2K |
| 3492 | 2026-06-06T01:02:43.880Z | a out/clickhouse.tar.gz 321349K |
| 3493 | 2026-06-06T01:02:43.880Z | a out/clickhouse_keeper.tar.gz 306411K |
| 3494 | 2026-06-06T01:02:43.880Z | a out/clickhouse_server.tar.gz 321345K |
| 3495 | 2026-06-06T01:02:43.880Z | a out/cockroachdb.tar.gz 165625K |
| 3496 | 2026-06-06T01:02:43.880Z | a out/crucible-pantry-zone.tar.gz 40616K |
| 3497 | 2026-06-06T01:02:43.880Z | a out/crucible-utils.tar 16478K |
| 3498 | 2026-06-06T01:02:43.880Z | a out/crucible-zone.tar.gz 56186K |
| 3499 | 2026-06-06T01:02:43.880Z | a out/external-dns.tar.gz 50214K |
| 3500 | 2026-06-06T01:02:43.881Z | a out/internal-dns.tar.gz 50214K |
| 3501 | 2026-06-06T01:02:43.881Z | a out/mg-ddm-gz.tar 95141K |
| 3502 | 2026-06-06T01:02:43.881Z | a out/nexus.tar.gz 276830K |
| 3503 | 2026-06-06T01:02:43.881Z | a out/ntp.tar.gz 32287K |
| 3504 | 2026-06-06T01:02:43.881Z | a out/omicron-gateway-softnpu.tar.gz 29026K |
| 3505 | 2026-06-06T01:02:43.881Z | a out/omicron-sled-agent.tar 203637K |
| 3506 | 2026-06-06T01:02:43.881Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-06-06T01:02:43.881Z | a out/oximeter.tar.gz 67113K |
| 3508 | 2026-06-06T01:02:43.881Z | a out/oxlog.tar 3782K |
| 3509 | 2026-06-06T01:02:43.881Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-06-06T01:02:43.881Z | a out/propolis-server.tar.gz 34918K |
| 3511 | 2026-06-06T01:02:43.881Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-06-06T01:02:43.881Z | a out/switch-softnpu.tar.gz 451171K |
| 3513 | 2026-06-06T01:02:43.885Z | |
| 3514 | 2026-06-06T01:02:43.885Z | real 1:22.372550715 |
| 3515 | 2026-06-06T01:02:43.885Z | user 1:19.626536240 |
| 3516 | 2026-06-06T01:02:43.885Z | sys 4.584897633 |
| 3517 | 2026-06-06T01:02:43.885Z | trap 0.006905308 |
| 3518 | 2026-06-06T01:02:43.885Z | tflt 0.000000000 |
| 3519 | 2026-06-06T01:02:43.885Z | dflt 0.000000000 |
| 3520 | 2026-06-06T01:02:43.885Z | kflt 0.000000000 |
| 3521 | 2026-06-06T01:02:43.885Z | lock 0.000000000 |
| 3522 | 2026-06-06T01:02:43.885Z | slp 1:19.492104791 |
| 3523 | 2026-06-06T01:02:43.885Z | lat 1.029013187 |
| 3524 | 2026-06-06T01:02:43.885Z | stop 0.000247338 |
| 3525 | 2026-06-06T01:02:43.885Z | process exited: duration 949398 ms, exit code 0 |
| |
| 3526 | 2026-06-06T01:02:43.900Z | found 1 output files |
| 3527 | 2026-06-06T01:02:43.900Z | uploading: /work/package.tar.gz (2551327444 bytes) |
| 3528 | 2026-06-06T01:03:16.785Z | uploaded: /work/package.tar.gz |