|
|
|
| 1 | 2026-06-10T22:59:39.626Z | job assigned to worker 01KTSW57VKXMDGX7TT4GK3WTTQ [factory aws, i-07d0fc02d7fa65bcd] (queued for 45 s) |
| |
| 2 | 2026-06-10T22:59:47.154Z | starting task 0: "setup" |
| 3 | 2026-06-10T22:59:47.159Z | ++ uname -s |
| 4 | 2026-06-10T22:59:47.162Z | + kern=SunOS |
| 5 | 2026-06-10T22:59:47.162Z | + build_user=build |
| 6 | 2026-06-10T22:59:47.162Z | + build_uid=12345 |
| 7 | 2026-06-10T22:59:47.162Z | + work_dir=/work |
| 8 | 2026-06-10T22:59:47.162Z | + input_dir=/input |
| 9 | 2026-06-10T22:59:47.162Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-10T22:59:47.162Z | + case "$kern" in |
| 11 | 2026-06-10T22:59:47.162Z | + groupadd -g 12345 build |
| 12 | 2026-06-10T22:59:47.165Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-10T22:59:49.172Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-10T22:59:49.249Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-10T22:59:49.252Z | + home_fs=zfs |
| 16 | 2026-06-10T22:59:49.252Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-10T22:59:49.252Z | + mkdir -p /home/build |
| 18 | 2026-06-10T22:59:49.255Z | + chown build:build /home/build /work |
| 19 | 2026-06-10T22:59:50.255Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-10T22:59:50.259Z | process exited: duration 3108 ms, exit code 0 |
| |
| 21 | 2026-06-10T22:59:50.265Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-10T22:59:50.270Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-10T22:59:50.270Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-10T22:59:50.270Z | * rust toolchain profile = "default" |
| 25 | 2026-06-10T22:59:50.270Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-10T22:59:50.270Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-10T22:59:50.270Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-10T22:59:50.273Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-10T22:59:50.273Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-10T22:59:50.341Z | info: downloading installer |
| 31 | 2026-06-10T22:59:52.033Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-10T22:59:52.033Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-10T22:59:52.033Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-10T22:59:52.033Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-10T22:59:52.046Z | info: profile set to default |
| 36 | 2026-06-10T22:59:52.046Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-10T22:59:52.049Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-10T22:59:52.208Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-10T22:59:52.211Z | info: downloading 6 components |
| 40 | 2026-06-10T23:00:07.253Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-10T23:00:07.253Z | |
| 42 | 2026-06-10T23:00:07.282Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-10T23:00:07.282Z | |
| 44 | 2026-06-10T23:00:07.282Z | |
| 45 | 2026-06-10T23:00:07.282Z | Rust is installed now. Great! |
| 46 | 2026-06-10T23:00:07.282Z | |
| 47 | 2026-06-10T23:00:07.282Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-10T23:00:07.282Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-10T23:00:07.286Z | |
| 50 | 2026-06-10T23:00:07.286Z | To configure your current shell, you need to source |
| 51 | 2026-06-10T23:00:07.286Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-10T23:00:07.286Z | |
| 53 | 2026-06-10T23:00:07.286Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-10T23:00:07.286Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-10T23:00:07.286Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-10T23:00:07.286Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-10T23:00:07.286Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-10T23:00:07.286Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-10T23:00:07.286Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-10T23:00:07.286Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-10T23:00:07.286Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-10T23:00:07.387Z | + rustup --version |
| 63 | 2026-06-10T23:00:07.393Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-10T23:00:07.396Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-10T23:00:07.414Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-10T23:00:07.417Z | + cargo --version |
| 67 | 2026-06-10T23:00:07.425Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-10T23:00:07.428Z | + rustc --version |
| 69 | 2026-06-10T23:00:07.449Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-10T23:00:07.452Z | process exited: duration 17187 ms, exit code 0 |
| |
| 71 | 2026-06-10T23:00:07.458Z | starting task 2: "authentication" |
| 72 | 2026-06-10T23:00:07.476Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-10T23:00:07.484Z | starting task 3: "clone repository" |
| 74 | 2026-06-10T23:00:07.487Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-10T23:00:07.490Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-10T23:00:07.525Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-10T23:00:18.385Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-10T23:00:18.385Z | + git fetch origin 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 79 | 2026-06-10T23:00:18.682Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-10T23:00:18.683Z | * branch 5f4d56484a33100dfe8d8daf790074f0196b3223 -> FETCH_HEAD |
| 81 | 2026-06-10T23:00:18.697Z | + [[ -n check-console-api ]] |
| 82 | 2026-06-10T23:00:18.700Z | ++ git branch --show-current |
| 83 | 2026-06-10T23:00:18.700Z | + current=main |
| 84 | 2026-06-10T23:00:18.700Z | + [[ main != check-console-api ]] |
| 85 | 2026-06-10T23:00:18.700Z | + git branch -f check-console-api 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 86 | 2026-06-10T23:00:18.703Z | + git checkout -f check-console-api |
| 87 | 2026-06-10T23:00:18.896Z | Switched to branch 'check-console-api' |
| 88 | 2026-06-10T23:00:18.899Z | + git reset --hard 5f4d56484a33100dfe8d8daf790074f0196b3223 |
| 89 | 2026-06-10T23:00:19.083Z | HEAD is now at 5f4d56484 releng: check pinned console's API version matches nexus API version |
| 90 | 2026-06-10T23:00:19.086Z | process exited: duration 11603 ms, exit code 0 |
| |
| 91 | 2026-06-10T23:00:19.091Z | starting task 4: "build" |
| 92 | 2026-06-10T23:00:19.098Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-10T23:00:19.098Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-10T23:00:19.098Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-10T23:00:19.101Z | + cargo --version |
| 96 | 2026-06-10T23:00:19.109Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-10T23:00:19.112Z | + rustc --version |
| 98 | 2026-06-10T23:00:19.133Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-10T23:00:19.136Z | + WORK=/work |
| 100 | 2026-06-10T23:00:19.136Z | + pfexec mkdir -p /work |
| 101 | 2026-06-10T23:00:19.140Z | + pfexec chown build /work |
| 102 | 2026-06-10T23:00:19.143Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-10T23:00:20.862Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-10T23:00:20.948Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-10T23:00:21.274Z | Planning: Solver setup ... Done (0.278s) |
| 106 | 2026-06-10T23:00:21.296Z | Planning: Running solver ... Done (0.021s) |
| 107 | 2026-06-10T23:00:21.303Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-10T23:00:21.314Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-10T23:00:21.331Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-10T23:00:21.345Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-10T23:00:21.348Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-10T23:00:21.543Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 113 | 2026-06-10T23:00:21.546Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-10T23:00:22.412Z | Planning: Evaluating mediators ... Done (0.868s) |
| 115 | 2026-06-10T23:00:22.415Z | Planning: Planning completed in 1.44 seconds |
| 116 | 2026-06-10T23:00:22.422Z | Packages to install: 2 |
| 117 | 2026-06-10T23:00:22.422Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-10T23:00:22.422Z | Estimated space to be consumed: 25.37 MB |
| 119 | 2026-06-10T23:00:22.422Z | Create boot environment: No |
| 120 | 2026-06-10T23:00:22.425Z | Create backup boot environment: No |
| 121 | 2026-06-10T23:00:22.425Z | Rebuild boot archive: No |
| 122 | 2026-06-10T23:00:22.425Z | |
| 123 | 2026-06-10T23:00:22.425Z | Changed packages: |
| 124 | 2026-06-10T23:00:22.425Z | helios |
| 125 | 2026-06-10T23:00:22.425Z | developer/build-essential |
| 126 | 2026-06-10T23:00:22.425Z | None -> 11-3.0 |
| 127 | 2026-06-10T23:00:22.425Z | library/libxmlsec1 |
| 128 | 2026-06-10T23:00:22.425Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-10T23:00:22.448Z | |
| 130 | 2026-06-10T23:00:22.448Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-10T23:00:22.915Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 132 | 2026-06-10T23:00:22.985Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-10T23:00:23.022Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-10T23:00:23.031Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-06-10T23:00:23.031Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-10T23:00:23.053Z | Finalize: Updating image state ... Done (0.022s) |
| 137 | 2026-06-10T23:00:25.667Z | Finalize: Creating fast lookup database ... Done (2.589s) |
| 138 | 2026-06-10T23:00:25.745Z | Finalize: Reading search index ... Done (0.014s) |
| 139 | 2026-06-10T23:00:25.749Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-10T23:00:25.850Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-10T23:00:26.154Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-10T23:00:26.258Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-10T23:00:26.261Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-10T23:00:26.415Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-10T23:00:26.418Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-10T23:00:26.439Z | Mediators to change: 2 |
| 147 | 2026-06-10T23:00:26.439Z | Create boot environment: No |
| 148 | 2026-06-10T23:00:26.439Z | Create backup boot environment: No |
| 149 | 2026-06-10T23:00:26.489Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-10T23:00:26.489Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-10T23:00:26.505Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-10T23:00:28.457Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-10T23:00:28.518Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-10T23:00:28.521Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-10T23:00:28.583Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-10T23:00:28.869Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-10T23:00:28.973Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-10T23:00:28.976Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-10T23:00:29.131Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-10T23:00:29.134Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-10T23:00:29.154Z | Mediators to change: 1 |
| 162 | 2026-06-10T23:00:29.154Z | Create boot environment: No |
| 163 | 2026-06-10T23:00:29.154Z | Create backup boot environment: No |
| 164 | 2026-06-10T23:00:29.198Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-10T23:00:29.199Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-10T23:00:29.213Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-10T23:00:31.149Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-10T23:00:31.210Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-10T23:00:31.210Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-10T23:00:31.282Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-10T23:00:31.595Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-10T23:00:31.595Z | apache system 2.4 system |
| 173 | 2026-06-10T23:00:31.595Z | clang system 15 system |
| 174 | 2026-06-10T23:00:31.595Z | csh system system illumos |
| 175 | 2026-06-10T23:00:31.595Z | ctags system system illumos |
| 176 | 2026-06-10T23:00:31.595Z | file vendor vendor darwinsys |
| 177 | 2026-06-10T23:00:31.595Z | file system system illumos |
| 178 | 2026-06-10T23:00:31.595Z | gcc vendor 14 vendor |
| 179 | 2026-06-10T23:00:31.595Z | gcc system 13 system |
| 180 | 2026-06-10T23:00:31.595Z | gcc system 10 system |
| 181 | 2026-06-10T23:00:31.595Z | go system 1.25 system |
| 182 | 2026-06-10T23:00:31.595Z | llvm system 15 system |
| 183 | 2026-06-10T23:00:31.595Z | mariadb system 11.4 system |
| 184 | 2026-06-10T23:00:31.595Z | mta vendor vendor dma |
| 185 | 2026-06-10T23:00:31.595Z | openjdk system 17 system |
| 186 | 2026-06-10T23:00:31.595Z | openjdk system 11 system |
| 187 | 2026-06-10T23:00:31.595Z | openssl vendor 3 vendor |
| 188 | 2026-06-10T23:00:31.595Z | perl system 5.40 system |
| 189 | 2026-06-10T23:00:31.595Z | postgresql system 18 system |
| 190 | 2026-06-10T23:00:31.595Z | postgresql system 17 system |
| 191 | 2026-06-10T23:00:31.595Z | python vendor 3 vendor |
| 192 | 2026-06-10T23:00:31.595Z | python system 2 system |
| 193 | 2026-06-10T23:00:31.595Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-10T23:00:31.595Z | ruby system 3.4 system |
| 195 | 2026-06-10T23:00:31.595Z | ruby system 3.0 system |
| 196 | 2026-06-10T23:00:31.595Z | words vendor vendor american-english |
| 197 | 2026-06-10T23:00:31.595Z | words system system australian-english |
| 198 | 2026-06-10T23:00:31.595Z | words system system british-english |
| 199 | 2026-06-10T23:00:31.595Z | words system system canadian-english |
| 200 | 2026-06-10T23:00:31.595Z | words system system french |
| 201 | 2026-06-10T23:00:31.595Z | words system system italian |
| 202 | 2026-06-10T23:00:31.595Z | words system system ngerman |
| 203 | 2026-06-10T23:00:31.595Z | words system system ogerman |
| 204 | 2026-06-10T23:00:31.595Z | words system system spanish |
| 205 | 2026-06-10T23:00:31.857Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-10T23:00:31.857Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-10T23:00:32.139Z | FMRI IFO |
| 208 | 2026-06-10T23:00:32.139Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-10T23:00:32.139Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-10T23:00:32.139Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-10T23:00:32.139Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-10T23:00:32.139Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-10T23:00:32.139Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-10T23:00:32.139Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-10T23:00:32.139Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-10T23:00:32.139Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-10T23:00:32.383Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-10T23:00:32.690Z | Updating crates.io index |
| 219 | 2026-06-10T23:00:32.693Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-10T23:00:33.235Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-10T23:00:33.654Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-10T23:00:33.994Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-10T23:00:35.149Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-10T23:00:35.733Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-10T23:00:37.256Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-10T23:00:38.112Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-10T23:00:38.493Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-10T23:00:39.714Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-10T23:00:40.288Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-10T23:00:40.618Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-10T23:00:40.937Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-10T23:00:41.925Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-10T23:00:42.400Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-10T23:00:42.695Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-10T23:00:42.951Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-10T23:00:43.274Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-10T23:00:43.699Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-10T23:00:43.965Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-10T23:00:44.201Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-10T23:00:44.416Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-10T23:00:44.825Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-10T23:00:45.244Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-10T23:00:45.470Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-10T23:00:45.865Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-10T23:00:46.191Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-10T23:00:46.669Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-10T23:00:47.835Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-10T23:00:48.080Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-10T23:00:48.830Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-10T23:00:49.179Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-10T23:00:49.643Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-10T23:00:49.967Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-10T23:00:50.239Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-10T23:00:50.543Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-10T23:00:51.167Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-10T23:00:51.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-10T23:00:51.680Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-10T23:00:51.999Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-10T23:00:52.370Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-06-10T23:01:04.236Z | Downloading crates ... |
| 261 | 2026-06-10T23:01:04.292Z | Downloaded anstream v1.0.0 |
| 262 | 2026-06-10T23:01:04.295Z | Downloaded cargo-platform v0.2.0 |
| 263 | 2026-06-10T23:01:04.298Z | Downloaded byteorder v1.5.0 |
| 264 | 2026-06-10T23:01:04.301Z | Downloaded bitflags v2.11.0 |
| 265 | 2026-06-10T23:01:04.304Z | Downloaded anstyle-query v1.1.5 |
| 266 | 2026-06-10T23:01:04.306Z | Downloaded generic-array v0.14.7 |
| 267 | 2026-06-10T23:01:04.310Z | Downloaded usdt v0.5.0 |
| 268 | 2026-06-10T23:01:04.311Z | Downloaded errno v0.3.14 |
| 269 | 2026-06-10T23:01:04.311Z | Downloaded pretty-hex v0.4.1 |
| 270 | 2026-06-10T23:01:04.311Z | Downloaded is_terminal_polyfill v1.70.2 |
| 271 | 2026-06-10T23:01:04.311Z | Downloaded cpufeatures v0.2.17 |
| 272 | 2026-06-10T23:01:04.315Z | Downloaded strsim v0.11.1 |
| 273 | 2026-06-10T23:01:04.318Z | Downloaded serde-value v0.7.0 |
| 274 | 2026-06-10T23:01:04.320Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2026-06-10T23:01:04.323Z | Downloaded textwrap v0.16.2 |
| 276 | 2026-06-10T23:01:04.323Z | Downloaded plain v0.2.3 |
| 277 | 2026-06-10T23:01:04.326Z | Downloaded toml_write v0.1.2 |
| 278 | 2026-06-10T23:01:04.326Z | Downloaded cfg-if v1.0.4 |
| 279 | 2026-06-10T23:01:04.326Z | Downloaded usdt-macro v0.5.0 |
| 280 | 2026-06-10T23:01:04.326Z | Downloaded thiserror-impl v1.0.69 |
| 281 | 2026-06-10T23:01:04.328Z | Downloaded fnv v1.0.7 |
| 282 | 2026-06-10T23:01:04.328Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-06-10T23:01:04.331Z | Downloaded tabled_derive v0.7.0 |
| 284 | 2026-06-10T23:01:04.334Z | Downloaded typeid v1.0.3 |
| 285 | 2026-06-10T23:01:04.334Z | Downloaded sha2 v0.10.9 |
| 286 | 2026-06-10T23:01:04.336Z | Downloaded anstyle v1.0.14 |
| 287 | 2026-06-10T23:01:04.336Z | Downloaded utf8_iter v1.0.4 |
| 288 | 2026-06-10T23:01:04.339Z | Downloaded unicode-linebreak v0.1.5 |
| 289 | 2026-06-10T23:01:04.339Z | Downloaded idna_adapter v1.2.1 |
| 290 | 2026-06-10T23:01:04.339Z | Downloaded anstyle-parse v1.0.0 |
| 291 | 2026-06-10T23:01:04.342Z | Downloaded scroll v0.12.0 |
| 292 | 2026-06-10T23:01:04.342Z | Downloaded digest v0.10.7 |
| 293 | 2026-06-10T23:01:04.345Z | Downloaded zerofrom-derive v0.1.6 |
| 294 | 2026-06-10T23:01:04.345Z | Downloaded usdt-attr-macro v0.5.0 |
| 295 | 2026-06-10T23:01:04.345Z | Downloaded zerovec-derive v0.11.2 |
| 296 | 2026-06-10T23:01:04.348Z | Downloaded cargo_metadata v0.21.0 |
| 297 | 2026-06-10T23:01:04.348Z | Downloaded usdt-impl v0.5.0 |
| 298 | 2026-06-10T23:01:04.351Z | Downloaded autocfg v1.5.0 |
| 299 | 2026-06-10T23:01:04.354Z | Downloaded writeable v0.6.2 |
| 300 | 2026-06-10T23:01:04.356Z | Downloaded unicode-xid v0.2.6 |
| 301 | 2026-06-10T23:01:04.356Z | Downloaded semver v1.0.28 |
| 302 | 2026-06-10T23:01:04.359Z | Downloaded pest_derive v2.8.6 |
| 303 | 2026-06-10T23:01:04.359Z | Downloaded litemap v0.8.1 |
| 304 | 2026-06-10T23:01:04.362Z | Downloaded equivalent v1.0.2 |
| 305 | 2026-06-10T23:01:04.362Z | Downloaded fastrand v2.3.0 |
| 306 | 2026-06-10T23:01:04.365Z | Downloaded version_check v0.9.5 |
| 307 | 2026-06-10T23:01:04.365Z | Downloaded zerofrom v0.1.6 |
| 308 | 2026-06-10T23:01:04.365Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-06-10T23:01:04.365Z | Downloaded utf8parse v0.2.2 |
| 310 | 2026-06-10T23:01:04.368Z | Downloaded toml_datetime v0.6.11 |
| 311 | 2026-06-10T23:01:04.372Z | Downloaded zmij v1.0.21 |
| 312 | 2026-06-10T23:01:04.374Z | Downloaded itoa v1.0.17 |
| 313 | 2026-06-10T23:01:04.377Z | Downloaded typenum v1.19.0 |
| 314 | 2026-06-10T23:01:04.380Z | Downloaded block-buffer v0.10.4 |
| 315 | 2026-06-10T23:01:04.380Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-06-10T23:01:04.380Z | Downloaded thiserror v1.0.69 |
| 317 | 2026-06-10T23:01:04.383Z | Downloaded yoke v0.8.1 |
| 318 | 2026-06-10T23:01:04.386Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-06-10T23:01:04.388Z | Downloaded swrite v0.1.0 |
| 320 | 2026-06-10T23:01:04.388Z | Downloaded potential_utf v0.1.4 |
| 321 | 2026-06-10T23:01:04.388Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-06-10T23:01:04.391Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-06-10T23:01:04.391Z | Downloaded ucd-trie v0.1.7 |
| 324 | 2026-06-10T23:01:04.391Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-06-10T23:01:04.394Z | Downloaded proc-macro-error-attr v1.0.4 |
| 326 | 2026-06-10T23:01:04.394Z | Downloaded clap_derive v4.6.1 |
| 327 | 2026-06-10T23:01:04.394Z | Downloaded stable_deref_trait v1.2.1 |
| 328 | 2026-06-10T23:01:04.396Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-10T23:01:04.399Z | Downloaded toml v0.8.23 |
| 330 | 2026-06-10T23:01:04.399Z | Downloaded zerotrie v0.2.3 |
| 331 | 2026-06-10T23:01:04.402Z | Downloaded toml_edit v0.22.27 |
| 332 | 2026-06-10T23:01:04.405Z | Downloaded scroll_derive v0.12.1 |
| 333 | 2026-06-10T23:01:04.405Z | Downloaded ordered-float v2.10.1 |
| 334 | 2026-06-10T23:01:04.405Z | Downloaded heck v0.5.0 |
| 335 | 2026-06-10T23:01:04.408Z | Downloaded tinystr v0.8.2 |
| 336 | 2026-06-10T23:01:04.408Z | Downloaded crypto-common v0.1.7 |
| 337 | 2026-06-10T23:01:04.412Z | Downloaded anyhow v1.0.102 |
| 338 | 2026-06-10T23:01:04.414Z | Downloaded once_cell v1.21.3 |
| 339 | 2026-06-10T23:01:04.417Z | Downloaded proc-macro2 v1.0.106 |
| 340 | 2026-06-10T23:01:04.417Z | Downloaded url v2.5.8 |
| 341 | 2026-06-10T23:01:04.420Z | Downloaded num-traits v0.2.19 |
| 342 | 2026-06-10T23:01:04.423Z | Downloaded dof v0.3.0 |
| 343 | 2026-06-10T23:01:04.423Z | Downloaded terminal_size v0.4.3 |
| 344 | 2026-06-10T23:01:04.429Z | Downloaded form_urlencoded v1.2.2 |
| 345 | 2026-06-10T23:01:04.432Z | Downloaded colorchoice v1.0.4 |
| 346 | 2026-06-10T23:01:04.432Z | Downloaded heck v0.4.1 |
| 347 | 2026-06-10T23:01:04.435Z | Downloaded zerovec v0.11.5 |
| 348 | 2026-06-10T23:01:04.439Z | Downloaded percent-encoding v2.3.2 |
| 349 | 2026-06-10T23:01:04.442Z | Downloaded serde-untagged v0.1.9 |
| 350 | 2026-06-10T23:01:04.444Z | Downloaded papergrid v0.11.0 |
| 351 | 2026-06-10T23:01:04.447Z | Downloaded clap_lex v1.0.0 |
| 352 | 2026-06-10T23:01:04.454Z | Downloaded zerocopy v0.7.35 |
| 353 | 2026-06-10T23:01:04.462Z | Downloaded fs-err v3.3.0 |
| 354 | 2026-06-10T23:01:04.465Z | Downloaded winnow v0.7.14 |
| 355 | 2026-06-10T23:01:04.468Z | Downloaded serde_derive v1.0.228 |
| 356 | 2026-06-10T23:01:04.471Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-06-10T23:01:04.471Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-06-10T23:01:04.474Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-06-10T23:01:04.477Z | Downloaded synstructure v0.13.2 |
| 360 | 2026-06-10T23:01:04.480Z | Downloaded smawk v0.3.2 |
| 361 | 2026-06-10T23:01:04.480Z | Downloaded erased-serde v0.4.9 |
| 362 | 2026-06-10T23:01:04.480Z | Downloaded bytecount v0.6.9 |
| 363 | 2026-06-10T23:01:04.483Z | Downloaded serde_spanned v0.6.9 |
| 364 | 2026-06-10T23:01:04.483Z | Downloaded serde_tokenstream v0.2.3 |
| 365 | 2026-06-10T23:01:04.483Z | Downloaded camino-tempfile v1.4.1 |
| 366 | 2026-06-10T23:01:04.486Z | Downloaded displaydoc v0.2.5 |
| 367 | 2026-06-10T23:01:04.491Z | Downloaded memchr v2.8.0 |
| 368 | 2026-06-10T23:01:04.493Z | Downloaded smallvec v1.15.1 |
| 369 | 2026-06-10T23:01:04.497Z | Downloaded quote v1.0.45 |
| 370 | 2026-06-10T23:01:04.499Z | Downloaded proc-macro-error v1.0.4 |
| 371 | 2026-06-10T23:01:04.507Z | Downloaded pest_generator v2.8.6 |
| 372 | 2026-06-10T23:01:04.511Z | Downloaded icu_normalizer v2.1.1 |
| 373 | 2026-06-10T23:01:04.514Z | Downloaded clap v4.6.1 |
| 374 | 2026-06-10T23:01:04.520Z | Downloaded tempfile v3.25.0 |
| 375 | 2026-06-10T23:01:04.523Z | Downloaded cargo-util-schemas v0.8.2 |
| 376 | 2026-06-10T23:01:04.525Z | Downloaded camino v1.2.2 |
| 377 | 2026-06-10T23:01:04.528Z | Downloaded serde_core v1.0.228 |
| 378 | 2026-06-10T23:01:04.528Z | Downloaded icu_provider v2.1.1 |
| 379 | 2026-06-10T23:01:04.531Z | Downloaded getrandom v0.4.1 |
| 380 | 2026-06-10T23:01:04.533Z | Downloaded log v0.4.29 |
| 381 | 2026-06-10T23:01:04.534Z | Downloaded icu_properties v2.1.2 |
| 382 | 2026-06-10T23:01:04.540Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-06-10T23:01:04.543Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-06-10T23:01:04.546Z | Downloaded icu_locale_core v2.1.1 |
| 385 | 2026-06-10T23:01:04.552Z | Downloaded serde v1.0.228 |
| 386 | 2026-06-10T23:01:04.565Z | Downloaded icu_normalizer_data v2.1.1 |
| 387 | 2026-06-10T23:01:04.569Z | Downloaded indexmap v2.14.0 |
| 388 | 2026-06-10T23:01:04.587Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-06-10T23:01:04.591Z | Downloaded pest v2.8.6 |
| 390 | 2026-06-10T23:01:04.594Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-06-10T23:01:04.597Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-06-10T23:01:04.603Z | Downloaded idna v1.1.0 |
| 393 | 2026-06-10T23:01:04.629Z | Downloaded goblin v0.8.2 |
| 394 | 2026-06-10T23:01:04.632Z | Downloaded clap_builder v4.6.0 |
| 395 | 2026-06-10T23:01:04.639Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-10T23:01:04.648Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-10T23:01:04.653Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-10T23:01:04.675Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-10T23:01:04.707Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-10T23:01:04.775Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-10T23:01:04.775Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-10T23:01:04.775Z | Compiling quote v1.0.45 |
| 403 | 2026-06-10T23:01:04.778Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-10T23:01:04.778Z | Compiling libc v0.2.185 |
| 405 | 2026-06-10T23:01:04.778Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-10T23:01:04.778Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-10T23:01:04.778Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-10T23:01:04.778Z | Compiling serde v1.0.228 |
| 409 | 2026-06-10T23:01:04.778Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-10T23:01:05.042Z | Compiling itoa v1.0.17 |
| 411 | 2026-06-10T23:01:05.058Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-06-10T23:01:05.063Z | Compiling autocfg v1.5.0 |
| 413 | 2026-06-10T23:01:05.077Z | Compiling thiserror v1.0.69 |
| 414 | 2026-06-10T23:01:05.080Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-10T23:01:05.271Z | Compiling litemap v0.8.1 |
| 416 | 2026-06-10T23:01:05.287Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-06-10T23:01:05.421Z | Compiling rustix v1.1.3 |
| 418 | 2026-06-10T23:01:05.480Z | Compiling pest v2.8.6 |
| 419 | 2026-06-10T23:01:05.557Z | Compiling byteorder v1.5.0 |
| 420 | 2026-06-10T23:01:05.577Z | Compiling icu_normalizer_data v2.1.1 |
| 421 | 2026-06-10T23:01:05.605Z | Compiling bitflags v2.11.0 |
| 422 | 2026-06-10T23:01:05.608Z | Compiling serde_json v1.0.149 |
| 423 | 2026-06-10T23:01:05.736Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-10T23:01:05.859Z | Compiling typeid v1.0.3 |
| 425 | 2026-06-10T23:01:05.881Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-06-10T23:01:05.884Z | Compiling smallvec v1.15.1 |
| 427 | 2026-06-10T23:01:05.918Z | Compiling equivalent v1.0.2 |
| 428 | 2026-06-10T23:01:05.921Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-10T23:01:05.997Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-10T23:01:06.000Z | Compiling syn v1.0.109 |
| 431 | 2026-06-10T23:01:06.114Z | Compiling errno v0.3.14 |
| 432 | 2026-06-10T23:01:06.117Z | Compiling thread-id v4.2.2 |
| 433 | 2026-06-10T23:01:06.150Z | Compiling toml_write v0.1.2 |
| 434 | 2026-06-10T23:01:06.151Z | Compiling erased-serde v0.4.9 |
| 435 | 2026-06-10T23:01:06.193Z | Compiling winnow v0.7.14 |
| 436 | 2026-06-10T23:01:06.330Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-10T23:01:06.333Z | Compiling getrandom v0.4.1 |
| 438 | 2026-06-10T23:01:06.422Z | Compiling indexmap v2.14.0 |
| 439 | 2026-06-10T23:01:06.444Z | Compiling camino v1.2.2 |
| 440 | 2026-06-10T23:01:06.481Z | Compiling syn v2.0.117 |
| 441 | 2026-06-10T23:01:06.519Z | Compiling log v0.4.29 |
| 442 | 2026-06-10T23:01:06.522Z | Compiling percent-encoding v2.3.2 |
| 443 | 2026-06-10T23:01:06.560Z | Compiling plain v0.2.3 |
| 444 | 2026-06-10T23:01:06.579Z | Compiling utf8_iter v1.0.4 |
| 445 | 2026-06-10T23:01:06.600Z | Compiling utf8parse v0.2.2 |
| 446 | 2026-06-10T23:01:06.603Z | Compiling thiserror v2.0.18 |
| 447 | 2026-06-10T23:01:06.747Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-06-10T23:01:06.783Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-06-10T23:01:06.799Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-06-10T23:01:06.938Z | Compiling anstyle v1.0.14 |
| 451 | 2026-06-10T23:01:06.974Z | Compiling ordered-float v2.10.1 |
| 452 | 2026-06-10T23:01:06.999Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-06-10T23:01:07.017Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-10T23:01:07.048Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-06-10T23:01:07.141Z | Compiling is_terminal_polyfill v1.70.2 |
| 456 | 2026-06-10T23:01:07.162Z | Compiling anstyle-query v1.1.5 |
| 457 | 2026-06-10T23:01:07.244Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-10T23:01:07.264Z | Compiling anstream v1.0.0 |
| 459 | 2026-06-10T23:01:07.264Z | Compiling clap_lex v1.0.0 |
| 460 | 2026-06-10T23:01:07.300Z | Compiling terminal_size v0.4.3 |
| 461 | 2026-06-10T23:01:07.300Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-10T23:01:07.339Z | Compiling anyhow v1.0.102 |
| 463 | 2026-06-10T23:01:07.358Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-06-10T23:01:07.504Z | Compiling semver v1.0.28 |
| 465 | 2026-06-10T23:01:07.522Z | Compiling strsim v0.11.1 |
| 466 | 2026-06-10T23:01:07.551Z | Compiling heck v0.5.0 |
| 467 | 2026-06-10T23:01:07.572Z | Compiling fastrand v2.3.0 |
| 468 | 2026-06-10T23:01:07.612Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-06-10T23:01:07.692Z | Compiling once_cell v1.21.3 |
| 470 | 2026-06-10T23:01:07.752Z | Compiling heck v0.4.1 |
| 471 | 2026-06-10T23:01:07.804Z | Compiling fnv v1.0.7 |
| 472 | 2026-06-10T23:01:07.825Z | Compiling clap_builder v4.6.0 |
| 473 | 2026-06-10T23:01:07.900Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-06-10T23:01:07.924Z | Compiling papergrid v0.11.0 |
| 475 | 2026-06-10T23:01:07.944Z | Compiling tempfile v3.25.0 |
| 476 | 2026-06-10T23:01:07.947Z | Compiling memmap v0.7.0 |
| 477 | 2026-06-10T23:01:07.947Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-06-10T23:01:08.003Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-06-10T23:01:08.020Z | Compiling smawk v0.3.2 |
| 480 | 2026-06-10T23:01:08.186Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-06-10T23:01:08.205Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-10T23:01:08.252Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-10T23:01:08.308Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 484 | 2026-06-10T23:01:08.644Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-10T23:01:09.127Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-10T23:01:09.127Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-10T23:01:09.395Z | Compiling tabled v0.15.0 |
| 488 | 2026-06-10T23:01:09.645Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-10T23:01:09.645Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-10T23:01:09.650Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-10T23:01:09.650Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-10T23:01:09.650Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-10T23:01:09.650Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-10T23:01:09.650Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-10T23:01:09.650Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-10T23:01:09.750Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-06-10T23:01:09.753Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-10T23:01:09.753Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-06-10T23:01:10.330Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-10T23:01:10.467Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-10T23:01:10.556Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-10T23:01:10.775Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-06-10T23:01:10.832Z | Compiling zerofrom v0.1.6 |
| 504 | 2026-06-10T23:01:10.942Z | Compiling yoke v0.8.1 |
| 505 | 2026-06-10T23:01:11.096Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-10T23:01:11.097Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-10T23:01:11.156Z | Compiling clap v4.6.1 |
| 508 | 2026-06-10T23:01:11.542Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-10T23:01:11.542Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-10T23:01:11.674Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-10T23:01:11.693Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-10T23:01:12.297Z | Compiling dof v0.3.0 |
| 513 | 2026-06-10T23:01:12.297Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-06-10T23:01:12.314Z | Compiling icu_provider v2.1.1 |
| 515 | 2026-06-10T23:01:12.318Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-06-10T23:01:12.318Z | Compiling toml_datetime v0.6.11 |
| 517 | 2026-06-10T23:01:12.318Z | Compiling serde-value v0.7.0 |
| 518 | 2026-06-10T23:01:12.318Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-06-10T23:01:12.333Z | Compiling macaddr v1.0.1 |
| 520 | 2026-06-10T23:01:12.574Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-10T23:01:12.577Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-10T23:01:12.612Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-10T23:01:13.026Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-10T23:01:13.030Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-10T23:01:13.399Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-10T23:01:13.508Z | Compiling idna v1.1.0 |
| 527 | 2026-06-10T23:01:13.595Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-10T23:01:13.765Z | Compiling url v2.5.8 |
| 529 | 2026-06-10T23:01:13.871Z | Compiling toml v0.8.23 |
| 530 | 2026-06-10T23:01:14.199Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-10T23:01:14.199Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-10T23:01:15.002Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-10T23:01:15.915Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-10T23:01:18.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.81s |
| 535 | 2026-06-10T23:01:18.294Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-10T23:01:18.857Z | Downloading crates ... |
| 537 | 2026-06-10T23:01:18.960Z | Downloaded arrayref v0.3.9 |
| 538 | 2026-06-10T23:01:18.963Z | Downloaded assert_matches v1.5.0 |
| 539 | 2026-06-10T23:01:18.967Z | Downloaded allocator-api2 v0.2.21 |
| 540 | 2026-06-10T23:01:18.971Z | Downloaded cobs v0.3.0 |
| 541 | 2026-06-10T23:01:18.974Z | Downloaded bitfield-macros v0.19.4 |
| 542 | 2026-06-10T23:01:18.974Z | Downloaded darling_macro v0.21.3 |
| 543 | 2026-06-10T23:01:18.979Z | Downloaded crc-catalog v2.4.0 |
| 544 | 2026-06-10T23:01:18.982Z | Downloaded bit-set v0.5.3 |
| 545 | 2026-06-10T23:01:18.982Z | Downloaded byte-wrapper v0.1.0 |
| 546 | 2026-06-10T23:01:18.985Z | Downloaded dof v0.4.0 |
| 547 | 2026-06-10T23:01:18.985Z | Downloaded console v0.16.2 |
| 548 | 2026-06-10T23:01:18.985Z | Downloaded aes-gcm v0.10.3 |
| 549 | 2026-06-10T23:01:18.988Z | Downloaded async-bb8-diesel v0.2.1 |
| 550 | 2026-06-10T23:01:18.990Z | Downloaded crc-any v2.5.0 |
| 551 | 2026-06-10T23:01:18.993Z | Downloaded darling v0.21.3 |
| 552 | 2026-06-10T23:01:18.996Z | Downloaded der_derive v0.7.3 |
| 553 | 2026-06-10T23:01:18.996Z | Downloaded base64ct v1.8.3 |
| 554 | 2026-06-10T23:01:18.999Z | Downloaded find-msvc-tools v0.1.9 |
| 555 | 2026-06-10T23:01:18.999Z | Downloaded bcs v0.1.6 |
| 556 | 2026-06-10T23:01:19.002Z | Downloaded derive-where v1.6.0 |
| 557 | 2026-06-10T23:01:19.006Z | Downloaded derive-ex v0.1.8 |
| 558 | 2026-06-10T23:01:19.006Z | Downloaded async-recursion v1.1.1 |
| 559 | 2026-06-10T23:01:19.008Z | Downloaded derive_builder_core v0.20.2 |
| 560 | 2026-06-10T23:01:19.008Z | Downloaded deranged v0.5.8 |
| 561 | 2026-06-10T23:01:19.011Z | Downloaded display-error-chain v0.2.2 |
| 562 | 2026-06-10T23:01:19.011Z | Downloaded defmt v0.3.100 |
| 563 | 2026-06-10T23:01:19.011Z | Downloaded bit-vec v0.6.3 |
| 564 | 2026-06-10T23:01:19.014Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-06-10T23:01:19.014Z | Downloaded aws-lc-rs v1.16.3 |
| 566 | 2026-06-10T23:01:19.020Z | Downloaded futures v0.3.32 |
| 567 | 2026-06-10T23:01:19.023Z | Downloaded base16ct v0.2.0 |
| 568 | 2026-06-10T23:01:19.026Z | Downloaded corncobs v0.1.4 |
| 569 | 2026-06-10T23:01:19.026Z | Downloaded dtrace-parser v0.3.0 |
| 570 | 2026-06-10T23:01:19.031Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 571 | 2026-06-10T23:01:19.031Z | Downloaded dyn-clone v1.0.20 |
| 572 | 2026-06-10T23:01:19.031Z | Downloaded cfg_aliases v0.2.1 |
| 573 | 2026-06-10T23:01:19.035Z | Downloaded bb8 v0.8.6 |
| 574 | 2026-06-10T23:01:19.035Z | Downloaded darling_macro v0.23.0 |
| 575 | 2026-06-10T23:01:19.035Z | Downloaded cbc v0.1.2 |
| 576 | 2026-06-10T23:01:19.035Z | Downloaded ascii-canvas v3.0.0 |
| 577 | 2026-06-10T23:01:19.035Z | Downloaded futures-sink v0.3.32 |
| 578 | 2026-06-10T23:01:19.035Z | Downloaded bitfield-struct v0.6.2 |
| 579 | 2026-06-10T23:01:19.038Z | Downloaded embedded-io v0.4.0 |
| 580 | 2026-06-10T23:01:19.038Z | Downloaded csv-core v0.1.13 |
| 581 | 2026-06-10T23:01:19.041Z | Downloaded ciborium-io v0.2.2 |
| 582 | 2026-06-10T23:01:19.041Z | Downloaded anstyle-parse v0.2.7 |
| 583 | 2026-06-10T23:01:19.041Z | Downloaded backoff v0.4.0 |
| 584 | 2026-06-10T23:01:19.044Z | Downloaded arrayvec v0.7.6 |
| 585 | 2026-06-10T23:01:19.044Z | Downloaded defmt-parser v1.0.0 |
| 586 | 2026-06-10T23:01:19.047Z | Downloaded debug-ignore v1.0.5 |
| 587 | 2026-06-10T23:01:19.050Z | Downloaded atomic-waker v1.1.2 |
| 588 | 2026-06-10T23:01:19.050Z | Downloaded async-trait v0.1.89 |
| 589 | 2026-06-10T23:01:19.053Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 590 | 2026-06-10T23:01:19.053Z | Downloaded dirs-sys-next v0.1.2 |
| 591 | 2026-06-10T23:01:19.053Z | Downloaded atomicwrites v0.4.4 |
| 592 | 2026-06-10T23:01:19.056Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-06-10T23:01:19.059Z | Downloaded clang-sys v1.8.1 |
| 594 | 2026-06-10T23:01:19.062Z | Downloaded des v0.8.1 |
| 595 | 2026-06-10T23:01:19.062Z | Downloaded anstream v0.6.21 |
| 596 | 2026-06-10T23:01:19.065Z | Downloaded defmt v1.0.1 |
| 597 | 2026-06-10T23:01:19.068Z | Downloaded difflib v0.4.0 |
| 598 | 2026-06-10T23:01:19.068Z | Downloaded env_filter v1.0.0 |
| 599 | 2026-06-10T23:01:19.071Z | Downloaded embedded-io v0.6.1 |
| 600 | 2026-06-10T23:01:19.071Z | Downloaded cmake v0.1.57 |
| 601 | 2026-06-10T23:01:19.071Z | Downloaded buf-list v1.1.2 |
| 602 | 2026-06-10T23:01:19.074Z | Downloaded crucible-workspace-hack v0.1.0 |
| 603 | 2026-06-10T23:01:19.074Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 604 | 2026-06-10T23:01:19.074Z | Downloaded dsl_auto_type v0.2.0 |
| 605 | 2026-06-10T23:01:19.077Z | Downloaded crc v3.4.0 |
| 606 | 2026-06-10T23:01:19.077Z | Downloaded enum-as-inner v0.6.1 |
| 607 | 2026-06-10T23:01:19.077Z | Downloaded async-stream-impl v0.3.6 |
| 608 | 2026-06-10T23:01:19.081Z | Downloaded array-init v0.0.4 |
| 609 | 2026-06-10T23:01:19.081Z | Downloaded document-features v0.2.12 |
| 610 | 2026-06-10T23:01:19.081Z | Downloaded foreign-types-shared v0.1.1 |
| 611 | 2026-06-10T23:01:19.081Z | Downloaded foldhash v0.2.0 |
| 612 | 2026-06-10T23:01:19.084Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-06-10T23:01:19.084Z | Downloaded flagset v0.4.7 |
| 614 | 2026-06-10T23:01:19.084Z | Downloaded fd-lock v4.0.4 |
| 615 | 2026-06-10T23:01:19.088Z | Downloaded colored v2.2.0 |
| 616 | 2026-06-10T23:01:19.088Z | Downloaded dirs-next v2.0.0 |
| 617 | 2026-06-10T23:01:19.091Z | Downloaded crc8 v0.1.1 |
| 618 | 2026-06-10T23:01:19.091Z | Downloaded cfg_aliases v0.1.1 |
| 619 | 2026-06-10T23:01:19.091Z | Downloaded castaway v0.2.4 |
| 620 | 2026-06-10T23:01:19.091Z | Downloaded futures-macro v0.3.32 |
| 621 | 2026-06-10T23:01:19.094Z | Downloaded foreign-types-macros v0.2.3 |
| 622 | 2026-06-10T23:01:19.094Z | Downloaded aead v0.5.2 |
| 623 | 2026-06-10T23:01:19.094Z | Downloaded fixedbitset v0.4.2 |
| 624 | 2026-06-10T23:01:19.097Z | Downloaded cargo-platform v0.3.2 |
| 625 | 2026-06-10T23:01:19.097Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 626 | 2026-06-10T23:01:19.100Z | Downloaded base64 v0.21.7 |
| 627 | 2026-06-10T23:01:19.103Z | Downloaded futures-core v0.3.32 |
| 628 | 2026-06-10T23:01:19.103Z | Downloaded darling_macro v0.13.4 |
| 629 | 2026-06-10T23:01:19.103Z | Downloaded bytes v1.11.1 |
| 630 | 2026-06-10T23:01:19.106Z | Downloaded darling_macro v0.20.11 |
| 631 | 2026-06-10T23:01:19.110Z | Downloaded funty v2.0.0 |
| 632 | 2026-06-10T23:01:19.110Z | Downloaded block-padding v0.3.3 |
| 633 | 2026-06-10T23:01:19.110Z | Downloaded endian-type v0.1.2 |
| 634 | 2026-06-10T23:01:19.110Z | Downloaded downcast-rs v2.0.2 |
| 635 | 2026-06-10T23:01:19.110Z | Downloaded crunchy v0.2.4 |
| 636 | 2026-06-10T23:01:19.113Z | Downloaded cstr-argument v0.1.2 |
| 637 | 2026-06-10T23:01:19.113Z | Downloaded atty v0.2.14 |
| 638 | 2026-06-10T23:01:19.113Z | Downloaded camino-tempfile-ext v0.3.3 |
| 639 | 2026-06-10T23:01:19.116Z | Downloaded gethostname v0.5.0 |
| 640 | 2026-06-10T23:01:19.116Z | Downloaded float-cmp v0.10.0 |
| 641 | 2026-06-10T23:01:19.116Z | Downloaded backon v1.6.0 |
| 642 | 2026-06-10T23:01:19.119Z | Downloaded async-stream v0.3.6 |
| 643 | 2026-06-10T23:01:19.121Z | Downloaded env_logger v0.11.9 |
| 644 | 2026-06-10T23:01:19.121Z | Downloaded ecdsa v0.16.9 |
| 645 | 2026-06-10T23:01:19.125Z | Downloaded hash32 v0.2.1 |
| 646 | 2026-06-10T23:01:19.125Z | Downloaded bit-vec v0.8.0 |
| 647 | 2026-06-10T23:01:19.129Z | Downloaded bit-set v0.8.0 |
| 648 | 2026-06-10T23:01:19.131Z | Downloaded foreign-types v0.3.2 |
| 649 | 2026-06-10T23:01:19.134Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-06-10T23:01:19.134Z | Downloaded ghash v0.5.1 |
| 651 | 2026-06-10T23:01:19.134Z | Downloaded futures-io v0.3.32 |
| 652 | 2026-06-10T23:01:19.137Z | Downloaded git-stub v1.0.0 |
| 653 | 2026-06-10T23:01:19.137Z | Downloaded hex v0.4.3 |
| 654 | 2026-06-10T23:01:19.137Z | Downloaded hash32 v0.3.1 |
| 655 | 2026-06-10T23:01:19.140Z | Downloaded convert_case v0.4.0 |
| 656 | 2026-06-10T23:01:19.140Z | Downloaded cpufeatures v0.3.0 |
| 657 | 2026-06-10T23:01:19.140Z | Downloaded compression-core v0.4.31 |
| 658 | 2026-06-10T23:01:19.143Z | Downloaded headers-core v0.3.0 |
| 659 | 2026-06-10T23:01:19.146Z | Downloaded defmt-macros v1.0.1 |
| 660 | 2026-06-10T23:01:19.150Z | Downloaded data-encoding v2.10.0 |
| 661 | 2026-06-10T23:01:19.153Z | Downloaded diesel-dtrace v0.5.0 |
| 662 | 2026-06-10T23:01:19.153Z | Downloaded darling v0.13.4 |
| 663 | 2026-06-10T23:01:19.156Z | Downloaded fixedbitset v0.5.7 |
| 664 | 2026-06-10T23:01:19.156Z | Downloaded ff v0.13.1 |
| 665 | 2026-06-10T23:01:19.159Z | Downloaded either v1.15.0 |
| 666 | 2026-06-10T23:01:19.159Z | Downloaded fallible-iterator v0.2.0 |
| 667 | 2026-06-10T23:01:19.159Z | Downloaded ed25519 v2.2.3 |
| 668 | 2026-06-10T23:01:19.164Z | Downloaded fs-err v2.11.0 |
| 669 | 2026-06-10T23:01:19.164Z | Downloaded blowfish v0.9.1 |
| 670 | 2026-06-10T23:01:19.167Z | Downloaded float-ord v0.3.2 |
| 671 | 2026-06-10T23:01:19.167Z | Downloaded ctr v0.9.2 |
| 672 | 2026-06-10T23:01:19.167Z | Downloaded filetime v0.2.27 |
| 673 | 2026-06-10T23:01:19.167Z | Downloaded cipher v0.4.4 |
| 674 | 2026-06-10T23:01:19.167Z | Downloaded globwalk v0.9.1 |
| 675 | 2026-06-10T23:01:19.170Z | Downloaded foreign-types-shared v0.3.1 |
| 676 | 2026-06-10T23:01:19.170Z | Downloaded critical-section v1.2.0 |
| 677 | 2026-06-10T23:01:19.170Z | Downloaded dunce v1.0.5 |
| 678 | 2026-06-10T23:01:19.173Z | Downloaded hubpack_derive v0.1.1 |
| 679 | 2026-06-10T23:01:19.173Z | Downloaded http-body v1.0.1 |
| 680 | 2026-06-10T23:01:19.173Z | Downloaded crossbeam-deque v0.8.6 |
| 681 | 2026-06-10T23:01:19.173Z | Downloaded futures-channel v0.3.32 |
| 682 | 2026-06-10T23:01:19.176Z | Downloaded derive_builder v0.20.2 |
| 683 | 2026-06-10T23:01:19.179Z | Downloaded erased-serde v0.3.31 |
| 684 | 2026-06-10T23:01:19.183Z | Downloaded ena v0.14.4 |
| 685 | 2026-06-10T23:01:19.183Z | Downloaded derive_more-impl v2.1.1 |
| 686 | 2026-06-10T23:01:19.186Z | Downloaded hyper-tls v0.6.0 |
| 687 | 2026-06-10T23:01:19.186Z | Downloaded ident_case v1.0.1 |
| 688 | 2026-06-10T23:01:19.189Z | Downloaded cargo_metadata v0.23.1 |
| 689 | 2026-06-10T23:01:19.189Z | Downloaded daft-derive v0.1.7 |
| 690 | 2026-06-10T23:01:19.192Z | Downloaded fxhash v0.2.1 |
| 691 | 2026-06-10T23:01:19.192Z | Downloaded glob v0.3.3 |
| 692 | 2026-06-10T23:01:19.195Z | Downloaded globset v0.4.18 |
| 693 | 2026-06-10T23:01:19.195Z | Downloaded git-stub-vcs v0.1.0 |
| 694 | 2026-06-10T23:01:19.195Z | Downloaded chacha20 v0.9.1 |
| 695 | 2026-06-10T23:01:19.199Z | Downloaded cexpr v0.6.0 |
| 696 | 2026-06-10T23:01:19.199Z | Downloaded home v0.5.12 |
| 697 | 2026-06-10T23:01:19.202Z | Downloaded bzip2 v0.4.4 |
| 698 | 2026-06-10T23:01:19.202Z | Downloaded bitfield v0.19.4 |
| 699 | 2026-06-10T23:01:19.202Z | Downloaded inout v0.1.4 |
| 700 | 2026-06-10T23:01:19.202Z | Downloaded is_ci v1.2.0 |
| 701 | 2026-06-10T23:01:19.205Z | Downloaded httpdate v1.0.3 |
| 702 | 2026-06-10T23:01:19.205Z | Downloaded hostname v0.3.1 |
| 703 | 2026-06-10T23:01:19.205Z | Downloaded indoc v1.0.9 |
| 704 | 2026-06-10T23:01:19.208Z | Downloaded instability v0.3.11 |
| 705 | 2026-06-10T23:01:19.208Z | Downloaded illumos-nvpair v0.3.0 |
| 706 | 2026-06-10T23:01:19.208Z | Downloaded hostname v0.4.2 |
| 707 | 2026-06-10T23:01:19.211Z | Downloaded keccak v0.1.6 |
| 708 | 2026-06-10T23:01:19.211Z | Downloaded compression-codecs v0.4.37 |
| 709 | 2026-06-10T23:01:19.213Z | Downloaded highway v1.3.0 |
| 710 | 2026-06-10T23:01:19.213Z | Downloaded daft v0.1.7 |
| 711 | 2026-06-10T23:01:19.217Z | Downloaded crossbeam-epoch v0.9.18 |
| 712 | 2026-06-10T23:01:19.217Z | Downloaded convert_case v0.10.0 |
| 713 | 2026-06-10T23:01:19.220Z | Downloaded http-range v0.1.5 |
| 714 | 2026-06-10T23:01:19.220Z | Downloaded argon2 v0.5.3 |
| 715 | 2026-06-10T23:01:19.220Z | Downloaded instant v0.1.13 |
| 716 | 2026-06-10T23:01:19.223Z | Downloaded hex-literal v0.4.1 |
| 717 | 2026-06-10T23:01:19.223Z | Downloaded crc32fast v1.5.0 |
| 718 | 2026-06-10T23:01:19.223Z | Downloaded internet-checksum v0.2.1 |
| 719 | 2026-06-10T23:01:19.226Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 720 | 2026-06-10T23:01:19.226Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-06-10T23:01:19.228Z | Downloaded cookie v0.18.1 |
| 722 | 2026-06-10T23:01:19.231Z | Downloaded futures-task v0.3.32 |
| 723 | 2026-06-10T23:01:19.231Z | Downloaded bzip2 v0.6.1 |
| 724 | 2026-06-10T23:01:19.231Z | Downloaded ciborium v0.2.2 |
| 725 | 2026-06-10T23:01:19.234Z | Downloaded http-body-util v0.1.3 |
| 726 | 2026-06-10T23:01:19.234Z | Downloaded kstat-rs v0.2.4 |
| 727 | 2026-06-10T23:01:19.237Z | Downloaded const_format_proc_macros v0.2.34 |
| 728 | 2026-06-10T23:01:19.237Z | Downloaded humantime v2.3.0 |
| 729 | 2026-06-10T23:01:19.240Z | Downloaded indent_write v2.2.0 |
| 730 | 2026-06-10T23:01:19.240Z | Downloaded is-terminal v0.4.17 |
| 731 | 2026-06-10T23:01:19.240Z | Downloaded elliptic-curve v0.13.8 |
| 732 | 2026-06-10T23:01:19.243Z | Downloaded lazy_static v1.5.0 |
| 733 | 2026-06-10T23:01:19.246Z | Downloaded der v0.7.10 |
| 734 | 2026-06-10T23:01:19.249Z | Downloaded lalrpop-util v0.19.12 |
| 735 | 2026-06-10T23:01:19.249Z | Downloaded dropshot_endpoint v0.17.0 |
| 736 | 2026-06-10T23:01:19.252Z | Downloaded bitflags v1.3.2 |
| 737 | 2026-06-10T23:01:19.252Z | Downloaded darling v0.23.0 |
| 738 | 2026-06-10T23:01:19.255Z | Downloaded fs_extra v1.3.0 |
| 739 | 2026-06-10T23:01:19.258Z | Downloaded cc v1.2.56 |
| 740 | 2026-06-10T23:01:19.258Z | Downloaded match_cfg v0.1.0 |
| 741 | 2026-06-10T23:01:19.260Z | Downloaded md5 v0.7.0 |
| 742 | 2026-06-10T23:01:19.260Z | Downloaded console v0.15.11 |
| 743 | 2026-06-10T23:01:19.261Z | Downloaded cookie_store v0.22.1 |
| 744 | 2026-06-10T23:01:19.263Z | Downloaded getrandom v0.2.17 |
| 745 | 2026-06-10T23:01:19.266Z | Downloaded linked-hash-map v0.5.6 |
| 746 | 2026-06-10T23:01:19.266Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-06-10T23:01:19.266Z | Downloaded lru-slab v0.1.2 |
| 748 | 2026-06-10T23:01:19.266Z | Downloaded getrandom v0.3.4 |
| 749 | 2026-06-10T23:01:19.269Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 750 | 2026-06-10T23:01:19.272Z | Downloaded group v0.13.0 |
| 751 | 2026-06-10T23:01:19.272Z | Downloaded ipnet v2.11.0 |
| 752 | 2026-06-10T23:01:19.275Z | Downloaded mime v0.3.17 |
| 753 | 2026-06-10T23:01:19.275Z | Downloaded memoffset v0.9.1 |
| 754 | 2026-06-10T23:01:19.275Z | Downloaded ingot-types v0.1.2 |
| 755 | 2026-06-10T23:01:19.278Z | Downloaded foldhash v0.1.5 |
| 756 | 2026-06-10T23:01:19.278Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-06-10T23:01:19.278Z | Downloaded lzss v0.8.2 |
| 758 | 2026-06-10T23:01:19.281Z | Downloaded maplit v1.0.2 |
| 759 | 2026-06-10T23:01:19.281Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-06-10T23:01:19.281Z | Downloaded aes v0.8.4 |
| 761 | 2026-06-10T23:01:19.284Z | Downloaded managed v0.8.0 |
| 762 | 2026-06-10T23:01:19.284Z | Downloaded newline-converter v0.3.0 |
| 763 | 2026-06-10T23:01:19.284Z | Downloaded new_debug_unreachable v1.0.6 |
| 764 | 2026-06-10T23:01:19.287Z | Downloaded newtype_derive v0.1.6 |
| 765 | 2026-06-10T23:01:19.287Z | Downloaded fatfs v0.3.6 |
| 766 | 2026-06-10T23:01:19.290Z | Downloaded hyper-staticfile v0.10.1 |
| 767 | 2026-06-10T23:01:19.290Z | Downloaded constant_time_eq v0.4.2 |
| 768 | 2026-06-10T23:01:19.293Z | Downloaded diff v0.1.13 |
| 769 | 2026-06-10T23:01:19.293Z | Downloaded darling_core v0.13.4 |
| 770 | 2026-06-10T23:01:19.296Z | Downloaded ingot v0.1.1 |
| 771 | 2026-06-10T23:01:19.299Z | Downloaded half v2.7.1 |
| 772 | 2026-06-10T23:01:19.299Z | Downloaded darling v0.20.11 |
| 773 | 2026-06-10T23:01:19.302Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-06-10T23:01:19.305Z | Downloaded indoc v2.0.7 |
| 775 | 2026-06-10T23:01:19.305Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-06-10T23:01:19.305Z | Downloaded httparse v1.10.1 |
| 777 | 2026-06-10T23:01:19.308Z | Downloaded derive_more v0.99.20 |
| 778 | 2026-06-10T23:01:19.311Z | Downloaded libloading v0.8.9 |
| 779 | 2026-06-10T23:01:19.314Z | Downloaded num-derive v0.3.3 |
| 780 | 2026-06-10T23:01:19.314Z | Downloaded num-derive v0.4.2 |
| 781 | 2026-06-10T23:01:19.317Z | Downloaded num v0.4.3 |
| 782 | 2026-06-10T23:01:19.317Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-06-10T23:01:19.317Z | Downloaded ahash v0.8.12 |
| 784 | 2026-06-10T23:01:19.320Z | Downloaded ed25519-dalek v2.2.0 |
| 785 | 2026-06-10T23:01:19.323Z | Downloaded num-iter v0.1.45 |
| 786 | 2026-06-10T23:01:19.323Z | Downloaded libsw v3.5.0 |
| 787 | 2026-06-10T23:01:19.323Z | Downloaded normalize-line-endings v0.3.0 |
| 788 | 2026-06-10T23:01:19.326Z | Downloaded nonempty v0.12.0 |
| 789 | 2026-06-10T23:01:19.326Z | Downloaded num_threads v0.1.7 |
| 790 | 2026-06-10T23:01:19.326Z | Downloaded base64 v0.22.1 |
| 791 | 2026-06-10T23:01:19.329Z | Downloaded md-5 v0.10.6 |
| 792 | 2026-06-10T23:01:19.329Z | Downloaded lock_api v0.4.14 |
| 793 | 2026-06-10T23:01:19.331Z | Downloaded chacha20poly1305 v0.10.1 |
| 794 | 2026-06-10T23:01:19.331Z | Downloaded nibble_vec v0.1.0 |
| 795 | 2026-06-10T23:01:19.331Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-06-10T23:01:19.334Z | Downloaded futures-executor v0.3.32 |
| 797 | 2026-06-10T23:01:19.334Z | Downloaded newtype-uuid-macros v0.1.0 |
| 798 | 2026-06-10T23:01:19.337Z | Downloaded multimap v0.10.1 |
| 799 | 2026-06-10T23:01:19.337Z | Downloaded cancel-safe-futures v0.1.5 |
| 800 | 2026-06-10T23:01:19.337Z | Downloaded chacha20 v0.10.0 |
| 801 | 2026-06-10T23:01:19.340Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2026-06-10T23:01:19.340Z | Downloaded blake2 v0.10.6 |
| 803 | 2026-06-10T23:01:19.343Z | Downloaded mime_guess v2.0.5 |
| 804 | 2026-06-10T23:01:19.343Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-06-10T23:01:19.346Z | Downloaded multer v3.1.0 |
| 806 | 2026-06-10T23:01:19.346Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-06-10T23:01:19.350Z | Downloaded lru-cache v0.1.2 |
| 808 | 2026-06-10T23:01:19.350Z | Downloaded oso-derive v0.27.3 |
| 809 | 2026-06-10T23:01:19.350Z | Downloaded openssl-probe v0.2.1 |
| 810 | 2026-06-10T23:01:19.350Z | Downloaded openssl-macros v0.1.1 |
| 811 | 2026-06-10T23:01:19.354Z | Downloaded nanorand v0.7.0 |
| 812 | 2026-06-10T23:01:19.354Z | Downloaded lru v0.12.5 |
| 813 | 2026-06-10T23:01:19.354Z | Downloaded const-oid v0.9.6 |
| 814 | 2026-06-10T23:01:19.358Z | Downloaded colored v3.1.1 |
| 815 | 2026-06-10T23:01:19.358Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-06-10T23:01:19.358Z | Downloaded darling_core v0.23.0 |
| 817 | 2026-06-10T23:01:19.361Z | Downloaded darling_core v0.21.3 |
| 818 | 2026-06-10T23:01:19.379Z | Downloaded peg-runtime v0.8.5 |
| 819 | 2026-06-10T23:01:19.382Z | Downloaded crypto-bigint v0.5.5 |
| 820 | 2026-06-10T23:01:19.382Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-06-10T23:01:19.382Z | Downloaded pbkdf2 v0.12.2 |
| 822 | 2026-06-10T23:01:19.385Z | Downloaded pbkdf2 v0.11.0 |
| 823 | 2026-06-10T23:01:19.385Z | Downloaded pin-utils v0.1.0 |
| 824 | 2026-06-10T23:01:19.389Z | Downloaded headers v0.4.1 |
| 825 | 2026-06-10T23:01:19.393Z | Downloaded powerfmt v0.2.0 |
| 826 | 2026-06-10T23:01:19.393Z | Downloaded phf_shared v0.13.1 |
| 827 | 2026-06-10T23:01:19.393Z | Downloaded path-slash v0.1.5 |
| 828 | 2026-06-10T23:01:19.393Z | Downloaded num_enum_derive v0.7.6 |
| 829 | 2026-06-10T23:01:19.397Z | Downloaded num_enum_derive v0.5.11 |
| 830 | 2026-06-10T23:01:19.397Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-06-10T23:01:19.397Z | Downloaded olpc-cjson v0.1.4 |
| 832 | 2026-06-10T23:01:19.397Z | Downloaded num-complex v0.4.6 |
| 833 | 2026-06-10T23:01:19.397Z | Downloaded nu-ansi-term v0.50.3 |
| 834 | 2026-06-10T23:01:19.400Z | Downloaded libsw-core v0.3.2 |
| 835 | 2026-06-10T23:01:19.400Z | Downloaded oxnet v0.1.5 |
| 836 | 2026-06-10T23:01:19.400Z | Downloaded owo-colors v4.3.0 |
| 837 | 2026-06-10T23:01:19.403Z | Downloaded num_enum v0.7.6 |
| 838 | 2026-06-10T23:01:19.406Z | Downloaded oxide-tokio-rt v0.1.4 |
| 839 | 2026-06-10T23:01:19.406Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-06-10T23:01:19.409Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-06-10T23:01:19.409Z | Downloaded predicates-core v1.0.10 |
| 842 | 2026-06-10T23:01:19.409Z | Downloaded hmac v0.12.1 |
| 843 | 2026-06-10T23:01:19.409Z | Downloaded ignore v0.4.25 |
| 844 | 2026-06-10T23:01:19.413Z | Downloaded compact_str v0.8.1 |
| 845 | 2026-06-10T23:01:19.416Z | Downloaded memmap2 v0.9.10 |
| 846 | 2026-06-10T23:01:19.416Z | Downloaded indexmap v1.9.3 |
| 847 | 2026-06-10T23:01:19.419Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-06-10T23:01:19.422Z | Downloaded num-integer v0.1.46 |
| 849 | 2026-06-10T23:01:19.422Z | Downloaded opaque-debug v0.3.1 |
| 850 | 2026-06-10T23:01:19.422Z | Downloaded litrs v1.0.0 |
| 851 | 2026-06-10T23:01:19.425Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 852 | 2026-06-10T23:01:19.425Z | Downloaded proc-macro-crate v3.4.0 |
| 853 | 2026-06-10T23:01:19.425Z | Downloaded progenitor-client v0.11.2 |
| 854 | 2026-06-10T23:01:19.428Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-06-10T23:01:19.428Z | Downloaded newtype-uuid v1.3.2 |
| 856 | 2026-06-10T23:01:19.428Z | Downloaded linear-map v1.2.0 |
| 857 | 2026-06-10T23:01:19.428Z | Downloaded jobserver v0.1.34 |
| 858 | 2026-06-10T23:01:19.431Z | Downloaded progenitor-client v0.10.0 |
| 859 | 2026-06-10T23:01:19.431Z | Downloaded drift v0.2.0 |
| 860 | 2026-06-10T23:01:19.436Z | Downloaded derive_more v2.1.1 |
| 861 | 2026-06-10T23:01:19.443Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-06-10T23:01:19.446Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-06-10T23:01:19.446Z | Downloaded flate2 v1.1.9 |
| 864 | 2026-06-10T23:01:19.449Z | Downloaded dropshot-api-manager v0.7.2 |
| 865 | 2026-06-10T23:01:19.452Z | Downloaded progenitor-macro v0.11.2 |
| 866 | 2026-06-10T23:01:19.452Z | Downloaded phf_shared v0.12.1 |
| 867 | 2026-06-10T23:01:19.455Z | Downloaded pem-rfc7468 v0.7.0 |
| 868 | 2026-06-10T23:01:19.455Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-06-10T23:01:19.455Z | Downloaded pin-project-lite v0.2.17 |
| 870 | 2026-06-10T23:01:19.458Z | Downloaded polyval v0.6.2 |
| 871 | 2026-06-10T23:01:19.461Z | Downloaded arc-swap v1.8.2 |
| 872 | 2026-06-10T23:01:19.464Z | Downloaded pin-project-internal v1.1.11 |
| 873 | 2026-06-10T23:01:19.464Z | Downloaded heapless v0.8.0 |
| 874 | 2026-06-10T23:01:19.468Z | Downloaded bumpalo v3.20.2 |
| 875 | 2026-06-10T23:01:19.468Z | Downloaded ar_archive_writer v0.5.1 |
| 876 | 2026-06-10T23:01:19.471Z | Downloaded radium v0.7.0 |
| 877 | 2026-06-10T23:01:19.471Z | Downloaded omicron-zone-package v0.12.2 |
| 878 | 2026-06-10T23:01:19.473Z | Downloaded postgres-protocol v0.6.10 |
| 879 | 2026-06-10T23:01:19.474Z | Downloaded packed_struct v0.10.1 |
| 880 | 2026-06-10T23:01:19.477Z | Downloaded pkg-config v0.3.32 |
| 881 | 2026-06-10T23:01:19.477Z | Downloaded poly1305 v0.8.0 |
| 882 | 2026-06-10T23:01:19.477Z | Downloaded rand_chacha v0.3.1 |
| 883 | 2026-06-10T23:01:19.480Z | Downloaded pkcs8 v0.10.2 |
| 884 | 2026-06-10T23:01:19.480Z | Downloaded phf v0.13.1 |
| 885 | 2026-06-10T23:01:19.483Z | Downloaded libbz2-rs-sys v0.2.2 |
| 886 | 2026-06-10T23:01:19.483Z | Downloaded phf v0.12.1 |
| 887 | 2026-06-10T23:01:19.483Z | Downloaded rand_xorshift v0.4.0 |
| 888 | 2026-06-10T23:01:19.485Z | Downloaded pem v3.0.6 |
| 889 | 2026-06-10T23:01:19.485Z | Downloaded proc-macro-error2 v2.0.1 |
| 890 | 2026-06-10T23:01:19.488Z | Downloaded ppv-lite86 v0.2.21 |
| 891 | 2026-06-10T23:01:19.488Z | Downloaded hickory-resolver v0.24.4 |
| 892 | 2026-06-10T23:01:19.491Z | Downloaded peg-macros v0.8.5 |
| 893 | 2026-06-10T23:01:19.494Z | Downloaded peg v0.8.5 |
| 894 | 2026-06-10T23:01:19.494Z | Downloaded num-rational v0.4.2 |
| 895 | 2026-06-10T23:01:19.497Z | Downloaded ref-cast v1.0.25 |
| 896 | 2026-06-10T23:01:19.497Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 897 | 2026-06-10T23:01:19.497Z | Downloaded primeorder v0.13.6 |
| 898 | 2026-06-10T23:01:19.500Z | Downloaded ref-cast-impl v1.0.25 |
| 899 | 2026-06-10T23:01:19.500Z | Downloaded parking_lot v0.12.5 |
| 900 | 2026-06-10T23:01:19.500Z | Downloaded recursive v0.1.1 |
| 901 | 2026-06-10T23:01:19.504Z | Downloaded progenitor v0.14.0 |
| 902 | 2026-06-10T23:01:19.504Z | Downloaded progenitor v0.13.0 |
| 903 | 2026-06-10T23:01:19.504Z | Downloaded progenitor v0.11.2 |
| 904 | 2026-06-10T23:01:19.507Z | Downloaded diesel_derives v2.3.7 |
| 905 | 2026-06-10T23:01:19.510Z | Downloaded progenitor-extras v0.2.0 |
| 906 | 2026-06-10T23:01:19.510Z | Downloaded progenitor-client v0.14.0 |
| 907 | 2026-06-10T23:01:19.510Z | Downloaded parking_lot_core v0.9.12 |
| 908 | 2026-06-10T23:01:19.512Z | Downloaded psm v0.1.30 |
| 909 | 2026-06-10T23:01:19.516Z | Downloaded parking_lot_core v0.8.6 |
| 910 | 2026-06-10T23:01:19.516Z | Downloaded parking_lot v0.11.2 |
| 911 | 2026-06-10T23:01:19.519Z | Downloaded heapless v0.7.17 |
| 912 | 2026-06-10T23:01:19.519Z | Downloaded rfc6979 v0.4.0 |
| 913 | 2026-06-10T23:01:19.519Z | Downloaded const_format v0.2.35 |
| 914 | 2026-06-10T23:01:19.522Z | Downloaded paste v1.0.15 |
| 915 | 2026-06-10T23:01:19.525Z | Downloaded progenitor-macro v0.14.0 |
| 916 | 2026-06-10T23:01:19.525Z | Downloaded password-hash v0.5.0 |
| 917 | 2026-06-10T23:01:19.528Z | Downloaded rtoolbox v0.0.3 |
| 918 | 2026-06-10T23:01:19.528Z | Downloaded progenitor-client v0.13.0 |
| 919 | 2026-06-10T23:01:19.528Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-06-10T23:01:19.531Z | Downloaded pkcs5 v0.7.1 |
| 921 | 2026-06-10T23:01:19.531Z | Downloaded password-hash v0.4.2 |
| 922 | 2026-06-10T23:01:19.534Z | Downloaded parse-display-derive v0.10.0 |
| 923 | 2026-06-10T23:01:19.534Z | Downloaded rustc_version v0.1.7 |
| 924 | 2026-06-10T23:01:19.534Z | Downloaded rustc-hash v2.1.1 |
| 925 | 2026-06-10T23:01:19.534Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-06-10T23:01:19.537Z | Downloaded crossbeam-channel v0.5.15 |
| 927 | 2026-06-10T23:01:19.537Z | Downloaded hyper-rustls v0.27.7 |
| 928 | 2026-06-10T23:01:19.540Z | Downloaded half v1.8.3 |
| 929 | 2026-06-10T23:01:19.543Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-06-10T23:01:19.543Z | Downloaded oso v0.27.3 |
| 931 | 2026-06-10T23:01:19.546Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-06-10T23:01:19.546Z | Downloaded r2d2 v0.8.10 |
| 933 | 2026-06-10T23:01:19.549Z | Downloaded rand_chacha v0.9.0 |
| 934 | 2026-06-10T23:01:19.549Z | Downloaded predicates v3.1.4 |
| 935 | 2026-06-10T23:01:19.552Z | Downloaded hickory-resolver v0.25.2 |
| 936 | 2026-06-10T23:01:19.552Z | Downloaded async-compression v0.4.41 |
| 937 | 2026-06-10T23:01:19.555Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-06-10T23:01:19.559Z | Downloaded rand_core v0.9.5 |
| 939 | 2026-06-10T23:01:19.559Z | Downloaded rand_core v0.6.4 |
| 940 | 2026-06-10T23:01:19.561Z | Downloaded flume v0.11.1 |
| 941 | 2026-06-10T23:01:19.561Z | Downloaded parse-display v0.10.0 |
| 942 | 2026-06-10T23:01:19.564Z | Downloaded darling_core v0.20.11 |
| 943 | 2026-06-10T23:01:19.564Z | Downloaded ciborium-ll v0.2.2 |
| 944 | 2026-06-10T23:01:19.567Z | Downloaded crossbeam-utils v0.8.21 |
| 945 | 2026-06-10T23:01:19.567Z | Downloaded rand_seeder v0.4.0 |
| 946 | 2026-06-10T23:01:19.570Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-06-10T23:01:19.570Z | Downloaded salsa20 v0.10.2 |
| 948 | 2026-06-10T23:01:19.573Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-06-10T23:01:19.576Z | Downloaded secrecy v0.10.3 |
| 950 | 2026-06-10T23:01:19.576Z | Downloaded secrecy v0.8.0 |
| 951 | 2026-06-10T23:01:19.576Z | Downloaded scopeguard v1.2.0 |
| 952 | 2026-06-10T23:01:19.579Z | Downloaded scheduled-thread-pool v0.2.7 |
| 953 | 2026-06-10T23:01:19.579Z | Downloaded same-file v1.0.6 |
| 954 | 2026-06-10T23:01:19.579Z | Downloaded expectorate v1.2.0 |
| 955 | 2026-06-10T23:01:19.582Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-06-10T23:01:19.585Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-06-10T23:01:19.585Z | Downloaded semver v0.1.20 |
| 958 | 2026-06-10T23:01:19.585Z | Downloaded seq-macro v0.3.6 |
| 959 | 2026-06-10T23:01:19.588Z | Downloaded p256 v0.13.2 |
| 960 | 2026-06-10T23:01:19.591Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-06-10T23:01:19.595Z | Downloaded resolv-conf v0.7.6 |
| 962 | 2026-06-10T23:01:19.598Z | Downloaded postcard v1.1.3 |
| 963 | 2026-06-10T23:01:19.602Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-06-10T23:01:19.605Z | Downloaded serde_spanned v1.0.4 |
| 965 | 2026-06-10T23:01:19.608Z | Downloaded serde_plain v1.0.2 |
| 966 | 2026-06-10T23:01:19.608Z | Downloaded serde_urlencoded v0.7.1 |
| 967 | 2026-06-10T23:01:19.610Z | Downloaded serde_repr v0.1.20 |
| 968 | 2026-06-10T23:01:19.615Z | Downloaded pin-project v1.1.11 |
| 969 | 2026-06-10T23:01:19.622Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-06-10T23:01:19.625Z | Downloaded rustls-pemfile v1.0.4 |
| 971 | 2026-06-10T23:01:19.625Z | Downloaded indicatif v0.18.4 |
| 972 | 2026-06-10T23:01:19.628Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-06-10T23:01:19.631Z | Downloaded siphasher v1.0.2 |
| 974 | 2026-06-10T23:01:19.631Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-06-10T23:01:19.631Z | Downloaded shell-words v1.1.1 |
| 976 | 2026-06-10T23:01:19.634Z | Downloaded slog-bunyan v2.5.0 |
| 977 | 2026-06-10T23:01:19.634Z | Downloaded signature v2.2.0 |
| 978 | 2026-06-10T23:01:19.634Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-06-10T23:01:19.637Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-06-10T23:01:19.637Z | Downloaded sha1 v0.10.6 |
| 981 | 2026-06-10T23:01:19.637Z | Downloaded rusty-fork v0.3.1 |
| 982 | 2026-06-10T23:01:19.640Z | Downloaded hashbrown v0.12.3 |
| 983 | 2026-06-10T23:01:19.644Z | Downloaded papergrid v0.17.0 |
| 984 | 2026-06-10T23:01:19.647Z | Downloaded miniz_oxide v0.8.9 |
| 985 | 2026-06-10T23:01:19.650Z | Downloaded prefix-trie v0.7.0 |
| 986 | 2026-06-10T23:01:19.653Z | Downloaded progenitor-impl v0.13.0 |
| 987 | 2026-06-10T23:01:19.653Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-06-10T23:01:19.656Z | Downloaded rustversion v1.0.22 |
| 989 | 2026-06-10T23:01:19.659Z | Downloaded sct v0.7.1 |
| 990 | 2026-06-10T23:01:19.662Z | Downloaded serde-hex v0.1.0 |
| 991 | 2026-06-10T23:01:19.662Z | Downloaded scrypt v0.11.0 |
| 992 | 2026-06-10T23:01:19.662Z | Downloaded scroll v0.13.0 |
| 993 | 2026-06-10T23:01:19.665Z | Downloaded schemars_derive v0.8.22 |
| 994 | 2026-06-10T23:01:19.665Z | Downloaded openssl-sys v0.9.115 |
| 995 | 2026-06-10T23:01:19.669Z | Downloaded crossterm v0.28.1 |
| 996 | 2026-06-10T23:01:19.679Z | Downloaded russh-keys v0.45.0 |
| 997 | 2026-06-10T23:01:19.682Z | Downloaded ssh-cipher v0.2.0 |
| 998 | 2026-06-10T23:01:19.686Z | Downloaded progenitor-impl v0.14.0 |
| 999 | 2026-06-10T23:01:19.686Z | Downloaded sqlparser_derive v0.5.0 |
| 1000 | 2026-06-10T23:01:19.689Z | Downloaded serde_derive_internals v0.29.1 |
| 1001 | 2026-06-10T23:01:19.692Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-06-10T23:01:19.695Z | Downloaded serde_path_to_error v0.1.20 |
| 1003 | 2026-06-10T23:01:19.695Z | Downloaded serde_with_macros v1.5.2 |
| 1004 | 2026-06-10T23:01:19.698Z | Downloaded structmeta-derive v0.3.0 |
| 1005 | 2026-06-10T23:01:19.698Z | Downloaded hyper-util v0.1.20 |
| 1006 | 2026-06-10T23:01:19.703Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-06-10T23:01:19.706Z | Downloaded slab v0.4.12 |
| 1008 | 2026-06-10T23:01:19.709Z | Downloaded strum v0.27.2 |
| 1009 | 2026-06-10T23:01:19.709Z | Downloaded simd-adler32 v0.3.8 |
| 1010 | 2026-06-10T23:01:19.712Z | Downloaded subtle v2.6.1 |
| 1011 | 2026-06-10T23:01:19.712Z | Downloaded structmeta v0.3.0 |
| 1012 | 2026-06-10T23:01:19.712Z | Downloaded strum v0.26.3 |
| 1013 | 2026-06-10T23:01:19.712Z | Downloaded strsim v0.10.0 |
| 1014 | 2026-06-10T23:01:19.715Z | Downloaded supports-color v3.0.2 |
| 1015 | 2026-06-10T23:01:19.715Z | Downloaded shlex v1.3.0 |
| 1016 | 2026-06-10T23:01:19.717Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-06-10T23:01:19.721Z | Downloaded itertools v0.10.5 |
| 1018 | 2026-06-10T23:01:19.723Z | Downloaded mio v1.2.0 |
| 1019 | 2026-06-10T23:01:19.728Z | Downloaded pretty_assertions v1.4.1 |
| 1020 | 2026-06-10T23:01:19.731Z | Downloaded slog-async v2.8.0 |
| 1021 | 2026-06-10T23:01:19.734Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-06-10T23:01:19.737Z | Downloaded smf v0.2.3 |
| 1023 | 2026-06-10T23:01:19.737Z | Downloaded slog-term v2.9.2 |
| 1024 | 2026-06-10T23:01:19.737Z | Downloaded take_mut v0.2.2 |
| 1025 | 2026-06-10T23:01:19.740Z | Downloaded sync_wrapper v1.0.2 |
| 1026 | 2026-06-10T23:01:19.740Z | Downloaded tagptr v0.2.0 |
| 1027 | 2026-06-10T23:01:19.740Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-06-10T23:01:19.740Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-06-10T23:01:19.744Z | Downloaded slog-dtrace v0.3.0 |
| 1030 | 2026-06-10T23:01:19.744Z | Downloaded tap v1.0.1 |
| 1031 | 2026-06-10T23:01:19.749Z | Downloaded crossterm v0.29.0 |
| 1032 | 2026-06-10T23:01:19.752Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1033 | 2026-06-10T23:01:19.752Z | Downloaded tabwriter v1.4.1 |
| 1034 | 2026-06-10T23:01:19.752Z | Downloaded ron v0.8.1 |
| 1035 | 2026-06-10T23:01:19.752Z | Downloaded snafu-derive v0.8.9 |
| 1036 | 2026-06-10T23:01:19.755Z | Downloaded hashbrown v0.13.2 |
| 1037 | 2026-06-10T23:01:19.758Z | Downloaded thread-id v5.1.0 |
| 1038 | 2026-06-10T23:01:19.758Z | Downloaded dropshot v0.17.0 |
| 1039 | 2026-06-10T23:01:19.771Z | Downloaded ssh-encoding v0.2.0 |
| 1040 | 2026-06-10T23:01:19.774Z | Downloaded stacker v0.1.23 |
| 1041 | 2026-06-10T23:01:19.774Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-06-10T23:01:19.774Z | Downloaded http v1.4.0 |
| 1043 | 2026-06-10T23:01:19.777Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-06-10T23:01:19.777Z | Downloaded spki v0.7.3 |
| 1045 | 2026-06-10T23:01:19.780Z | Downloaded smallvec v0.6.14 |
| 1046 | 2026-06-10T23:01:19.780Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-06-10T23:01:19.780Z | Downloaded tinyvec_macros v0.1.1 |
| 1048 | 2026-06-10T23:01:19.783Z | Downloaded time-core v0.1.8 |
| 1049 | 2026-06-10T23:01:19.783Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1050 | 2026-06-10T23:01:19.786Z | Downloaded slog-scope v4.4.1 |
| 1051 | 2026-06-10T23:01:19.786Z | Downloaded serde_cbor v0.11.2 |
| 1052 | 2026-06-10T23:01:19.789Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-06-10T23:01:19.789Z | Downloaded stringprep v0.1.5 |
| 1054 | 2026-06-10T23:01:19.789Z | Downloaded strum_macros v0.24.3 |
| 1055 | 2026-06-10T23:01:19.794Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-06-10T23:01:19.794Z | Downloaded serde_with_macros v3.17.0 |
| 1057 | 2026-06-10T23:01:19.794Z | Downloaded signal-hook-registry v1.4.8 |
| 1058 | 2026-06-10T23:01:19.794Z | Downloaded hickory-server v0.25.2 |
| 1059 | 2026-06-10T23:01:19.797Z | Downloaded tokio-macros v2.7.0 |
| 1060 | 2026-06-10T23:01:19.797Z | Downloaded progenitor-impl v0.11.2 |
| 1061 | 2026-06-10T23:01:19.802Z | Downloaded minimal-lexical v0.2.1 |
| 1062 | 2026-06-10T23:01:19.804Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-06-10T23:01:19.804Z | Downloaded rayon-core v1.13.0 |
| 1064 | 2026-06-10T23:01:19.809Z | Downloaded support-bundle-viewer v0.1.2 |
| 1065 | 2026-06-10T23:01:19.812Z | Downloaded schemars v0.8.22 |
| 1066 | 2026-06-10T23:01:19.817Z | Downloaded rcgen v0.12.1 |
| 1067 | 2026-06-10T23:01:19.820Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-06-10T23:01:19.826Z | Downloaded tabled_derive v0.11.0 |
| 1069 | 2026-06-10T23:01:19.829Z | Downloaded spin v0.9.8 |
| 1070 | 2026-06-10T23:01:19.829Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-06-10T23:01:19.832Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-06-10T23:01:19.832Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2026-06-10T23:01:19.835Z | Downloaded publicsuffix v2.3.0 |
| 1074 | 2026-06-10T23:01:19.835Z | Downloaded quinn v0.11.9 |
| 1075 | 2026-06-10T23:01:19.838Z | Downloaded try-lock v0.2.5 |
| 1076 | 2026-06-10T23:01:19.841Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-06-10T23:01:19.841Z | Downloaded tower-service v0.3.3 |
| 1078 | 2026-06-10T23:01:19.841Z | Downloaded thread_local v1.1.9 |
| 1079 | 2026-06-10T23:01:19.841Z | Downloaded termios v0.3.3 |
| 1080 | 2026-06-10T23:01:19.844Z | Downloaded nom v7.1.3 |
| 1081 | 2026-06-10T23:01:19.848Z | Downloaded libxml v0.3.3 |
| 1082 | 2026-06-10T23:01:19.850Z | Downloaded rand v0.8.6 |
| 1083 | 2026-06-10T23:01:19.856Z | Downloaded similar v2.7.0 |
| 1084 | 2026-06-10T23:01:19.859Z | Downloaded qorb v0.4.1 |
| 1085 | 2026-06-10T23:01:19.859Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2026-06-10T23:01:19.863Z | Downloaded universal-hash v0.5.1 |
| 1087 | 2026-06-10T23:01:19.863Z | Downloaded tokio-dtrace v0.1.1 |
| 1088 | 2026-06-10T23:01:19.863Z | Downloaded time-macros v0.2.27 |
| 1089 | 2026-06-10T23:01:19.866Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1090 | 2026-06-10T23:01:19.869Z | Downloaded unarray v0.1.4 |
| 1091 | 2026-06-10T23:01:19.869Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-06-10T23:01:19.869Z | Downloaded typify-macro v0.4.3 |
| 1093 | 2026-06-10T23:01:19.869Z | Downloaded signal-hook v0.3.18 |
| 1094 | 2026-06-10T23:01:19.872Z | Downloaded itertools v0.13.0 |
| 1095 | 2026-06-10T23:01:19.876Z | Downloaded tls_codec v0.4.2 |
| 1096 | 2026-06-10T23:01:19.877Z | Downloaded strum_macros v0.27.2 |
| 1097 | 2026-06-10T23:01:19.880Z | Downloaded strum_macros v0.26.4 |
| 1098 | 2026-06-10T23:01:19.880Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-06-10T23:01:19.883Z | Downloaded tokio-rustls v0.25.0 |
| 1100 | 2026-06-10T23:01:19.883Z | Downloaded usdt-attr-macro v0.6.0 |
| 1101 | 2026-06-10T23:01:19.883Z | Downloaded untrusted v0.7.1 |
| 1102 | 2026-06-10T23:01:19.883Z | Downloaded usdt v0.6.0 |
| 1103 | 2026-06-10T23:01:19.895Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-06-10T23:01:19.895Z | Downloaded unicode-truncate v1.1.0 |
| 1105 | 2026-06-10T23:01:19.895Z | Downloaded slog v2.8.2 |
| 1106 | 2026-06-10T23:01:19.895Z | Downloaded iri-string v0.7.10 |
| 1107 | 2026-06-10T23:01:19.895Z | Downloaded hashbrown v0.16.1 |
| 1108 | 2026-06-10T23:01:19.895Z | Downloaded hashbrown v0.15.5 |
| 1109 | 2026-06-10T23:01:19.902Z | Downloaded prettyplease v0.2.37 |
| 1110 | 2026-06-10T23:01:19.909Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-06-10T23:01:19.909Z | Downloaded itertools v0.12.1 |
| 1112 | 2026-06-10T23:01:19.909Z | Downloaded void v1.0.2 |
| 1113 | 2026-06-10T23:01:19.909Z | Downloaded utf-8 v0.7.6 |
| 1114 | 2026-06-10T23:01:19.909Z | Downloaded usdt-macro v0.6.0 |
| 1115 | 2026-06-10T23:01:19.909Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-06-10T23:01:19.909Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1117 | 2026-06-10T23:01:19.912Z | Downloaded tiny-keccak v2.0.2 |
| 1118 | 2026-06-10T23:01:19.912Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1119 | 2026-06-10T23:01:19.912Z | Downloaded term v1.2.1 |
| 1120 | 2026-06-10T23:01:19.916Z | Downloaded rsa v0.9.10 |
| 1121 | 2026-06-10T23:01:19.919Z | Downloaded wait-timeout v0.2.1 |
| 1122 | 2026-06-10T23:01:19.919Z | Downloaded socket2 v0.5.10 |
| 1123 | 2026-06-10T23:01:19.922Z | Downloaded waitgroup v0.1.2 |
| 1124 | 2026-06-10T23:01:19.922Z | Downloaded term v0.7.0 |
| 1125 | 2026-06-10T23:01:19.925Z | Downloaded bitvec v1.0.1 |
| 1126 | 2026-06-10T23:01:19.931Z | Downloaded rustls-webpki v0.103.9 |
| 1127 | 2026-06-10T23:01:19.934Z | Downloaded h2 v0.4.13 |
| 1128 | 2026-06-10T23:01:19.940Z | Downloaded want v0.3.1 |
| 1129 | 2026-06-10T23:01:19.944Z | Downloaded tls_codec_derive v0.4.2 |
| 1130 | 2026-06-10T23:01:19.944Z | Downloaded rand v0.9.2 |
| 1131 | 2026-06-10T23:01:19.944Z | Downloaded tokio-rustls v0.24.1 |
| 1132 | 2026-06-10T23:01:19.947Z | Downloaded subprocess v0.2.15 |
| 1133 | 2026-06-10T23:01:19.949Z | Downloaded rand v0.10.0 |
| 1134 | 2026-06-10T23:01:19.953Z | Downloaded schemars v1.2.1 |
| 1135 | 2026-06-10T23:01:19.962Z | Downloaded zone v0.3.1 |
| 1136 | 2026-06-10T23:01:19.965Z | Downloaded tokio-rustls v0.26.4 |
| 1137 | 2026-06-10T23:01:19.965Z | Downloaded xshell-macros v0.2.7 |
| 1138 | 2026-06-10T23:01:19.965Z | Downloaded zeroize_derive v1.4.3 |
| 1139 | 2026-06-10T23:01:19.965Z | Downloaded xattr v1.6.1 |
| 1140 | 2026-06-10T23:01:19.968Z | Downloaded tokio-stream v0.1.18 |
| 1141 | 2026-06-10T23:01:19.968Z | Downloaded tokio-tungstenite v0.21.0 |
| 1142 | 2026-06-10T23:01:19.971Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1143 | 2026-06-10T23:01:19.971Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1144 | 2026-06-10T23:01:19.974Z | Downloaded samael v0.0.19 |
| 1145 | 2026-06-10T23:01:19.977Z | Downloaded vergen-gitcl v1.0.8 |
| 1146 | 2026-06-10T23:01:19.977Z | Downloaded vergen-git2 v9.1.0 |
| 1147 | 2026-06-10T23:01:19.980Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-06-10T23:01:19.984Z | Downloaded test-strategy v0.4.5 |
| 1149 | 2026-06-10T23:01:19.988Z | Downloaded zone_cfg_derive v0.3.1 |
| 1150 | 2026-06-10T23:01:19.988Z | Downloaded aho-corasick v1.1.4 |
| 1151 | 2026-06-10T23:01:19.991Z | Downloaded russh v0.45.0 |
| 1152 | 2026-06-10T23:01:19.994Z | Downloaded snafu v0.8.9 |
| 1153 | 2026-06-10T23:01:19.997Z | Downloaded num-bigint-dig v0.8.6 |
| 1154 | 2026-06-10T23:01:20.000Z | Downloaded vergen-lib v9.1.0 |
| 1155 | 2026-06-10T23:01:20.003Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-06-10T23:01:20.004Z | Downloaded hyper v1.8.1 |
| 1157 | 2026-06-10T23:01:20.006Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-06-10T23:01:20.010Z | Downloaded whoami v1.6.1 |
| 1159 | 2026-06-10T23:01:20.013Z | Downloaded unicase v2.9.0 |
| 1160 | 2026-06-10T23:01:20.013Z | Downloaded whoami v2.1.0 |
| 1161 | 2026-06-10T23:01:20.017Z | Downloaded tinyvec v1.10.0 |
| 1162 | 2026-06-10T23:01:20.017Z | Downloaded twox-hash v2.1.2 |
| 1163 | 2026-06-10T23:01:20.020Z | Downloaded walkdir v2.5.0 |
| 1164 | 2026-06-10T23:01:20.020Z | Downloaded tui-tree-widget v0.23.1 |
| 1165 | 2026-06-10T23:01:20.023Z | Downloaded wyz v0.5.1 |
| 1166 | 2026-06-10T23:01:20.026Z | Downloaded nom v8.0.0 |
| 1167 | 2026-06-10T23:01:20.028Z | Downloaded usdt-impl v0.6.0 |
| 1168 | 2026-06-10T23:01:20.028Z | Downloaded toml v0.7.8 |
| 1169 | 2026-06-10T23:01:20.031Z | Downloaded vergen v9.1.0 |
| 1170 | 2026-06-10T23:01:20.031Z | Downloaded uzers v0.12.2 |
| 1171 | 2026-06-10T23:01:20.036Z | Downloaded itertools v0.14.0 |
| 1172 | 2026-06-10T23:01:20.039Z | Downloaded zstd-safe v7.2.4 |
| 1173 | 2026-06-10T23:01:20.039Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-06-10T23:01:20.039Z | Downloaded tar v0.4.45 |
| 1175 | 2026-06-10T23:01:20.042Z | Downloaded futures-util v0.3.32 |
| 1176 | 2026-06-10T23:01:20.047Z | Downloaded zeroize v1.8.2 |
| 1177 | 2026-06-10T23:01:20.051Z | Downloaded hkdf v0.12.4 |
| 1178 | 2026-06-10T23:01:20.051Z | Downloaded blake3 v1.8.3 |
| 1179 | 2026-06-10T23:01:20.054Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-06-10T23:01:20.062Z | Downloaded typify v0.6.2 |
| 1181 | 2026-06-10T23:01:20.065Z | Downloaded typify v0.4.3 |
| 1182 | 2026-06-10T23:01:20.068Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-06-10T23:01:20.068Z | Downloaded unicode-properties v0.1.4 |
| 1184 | 2026-06-10T23:01:20.071Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-06-10T23:01:20.071Z | Downloaded vsss-rs v3.3.4 |
| 1186 | 2026-06-10T23:01:20.075Z | Downloaded tungstenite v0.21.0 |
| 1187 | 2026-06-10T23:01:20.075Z | Downloaded p521 v0.13.3 |
| 1188 | 2026-06-10T23:01:20.078Z | Downloaded tracing-core v0.1.36 |
| 1189 | 2026-06-10T23:01:20.078Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1190 | 2026-06-10T23:01:20.081Z | Downloaded iddqd v0.4.2 |
| 1191 | 2026-06-10T23:01:20.090Z | Downloaded rustyline v14.0.0 |
| 1192 | 2026-06-10T23:01:20.094Z | Downloaded unsafe-libyaml v0.2.11 |
| 1193 | 2026-06-10T23:01:20.097Z | Downloaded libm v0.2.16 |
| 1194 | 2026-06-10T23:01:20.103Z | Downloaded yasna v0.5.2 |
| 1195 | 2026-06-10T23:01:20.106Z | Downloaded uuid v1.23.0 |
| 1196 | 2026-06-10T23:01:20.109Z | Downloaded steno v0.4.1 |
| 1197 | 2026-06-10T23:01:20.109Z | Downloaded tokio-postgres v0.7.16 |
| 1198 | 2026-06-10T23:01:20.113Z | Downloaded rpassword v7.4.0 |
| 1199 | 2026-06-10T23:01:20.121Z | Downloaded toml_edit v0.19.15 |
| 1200 | 2026-06-10T23:01:20.132Z | Downloaded vte v0.14.1 |
| 1201 | 2026-06-10T23:01:20.135Z | Downloaded tungstenite v0.23.0 |
| 1202 | 2026-06-10T23:01:20.138Z | Downloaded serde_with v1.14.0 |
| 1203 | 2026-06-10T23:01:20.143Z | Downloaded unicode_categories v0.1.1 |
| 1204 | 2026-06-10T23:01:20.146Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-06-10T23:01:20.149Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-06-10T23:01:20.153Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-06-10T23:01:20.157Z | Downloaded zopfli v0.8.3 |
| 1208 | 2026-06-10T23:01:20.160Z | Downloaded regex v1.12.3 |
| 1209 | 2026-06-10T23:01:20.163Z | Downloaded chrono v0.4.44 |
| 1210 | 2026-06-10T23:01:20.168Z | Downloaded git2 v0.20.4 |
| 1211 | 2026-06-10T23:01:20.173Z | Downloaded bindgen v0.71.1 |
| 1212 | 2026-06-10T23:01:20.182Z | Downloaded reqwest v0.13.2 |
| 1213 | 2026-06-10T23:01:20.186Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-06-10T23:01:20.190Z | Downloaded tower v0.5.3 |
| 1215 | 2026-06-10T23:01:20.195Z | Downloaded ssh-key v0.6.7 |
| 1216 | 2026-06-10T23:01:20.199Z | Downloaded yansi v1.0.1 |
| 1217 | 2026-06-10T23:01:20.208Z | Downloaded moka v0.12.13 |
| 1218 | 2026-06-10T23:01:20.212Z | Downloaded zip v0.6.6 |
| 1219 | 2026-06-10T23:01:20.232Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-06-10T23:01:20.238Z | Downloaded rayon v1.11.0 |
| 1221 | 2026-06-10T23:01:20.249Z | Downloaded salty v0.3.0 |
| 1222 | 2026-06-10T23:01:20.256Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-06-10T23:01:20.261Z | Downloaded typed-path v0.9.3 |
| 1224 | 2026-06-10T23:01:20.265Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-06-10T23:01:20.273Z | Downloaded x509-cert v0.2.5 |
| 1226 | 2026-06-10T23:01:20.276Z | Downloaded unicode-segmentation v1.12.0 |
| 1227 | 2026-06-10T23:01:20.279Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-06-10T23:01:20.284Z | Downloaded petname v2.0.2 |
| 1229 | 2026-06-10T23:01:20.287Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-06-10T23:01:20.292Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-06-10T23:01:20.298Z | Downloaded lalrpop v0.19.12 |
| 1232 | 2026-06-10T23:01:20.312Z | Downloaded quinn-proto v0.11.13 |
| 1233 | 2026-06-10T23:01:20.317Z | Downloaded polar-core v0.27.3 |
| 1234 | 2026-06-10T23:01:20.321Z | Downloaded radix_trie v0.2.1 |
| 1235 | 2026-06-10T23:01:20.324Z | Downloaded zip v4.6.1 |
| 1236 | 2026-06-10T23:01:20.327Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-06-10T23:01:20.331Z | Downloaded tower-http v0.6.8 |
| 1238 | 2026-06-10T23:01:20.336Z | Downloaded rustls-webpki v0.102.8 |
| 1239 | 2026-06-10T23:01:20.347Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-06-10T23:01:20.351Z | Downloaded rustls v0.21.12 |
| 1241 | 2026-06-10T23:01:20.355Z | Downloaded tough v0.22.0 |
| 1242 | 2026-06-10T23:01:20.362Z | Downloaded serde_with v3.17.0 |
| 1243 | 2026-06-10T23:01:20.369Z | Downloaded openssl v0.10.79 |
| 1244 | 2026-06-10T23:01:20.374Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-06-10T23:01:20.380Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-06-10T23:01:20.385Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-06-10T23:01:20.408Z | Downloaded object v0.30.4 |
| 1248 | 2026-06-10T23:01:20.413Z | Downloaded object v0.37.3 |
| 1249 | 2026-06-10T23:01:20.421Z | Downloaded nix v0.27.1 |
| 1250 | 2026-06-10T23:01:20.426Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-06-10T23:01:20.431Z | Downloaded winnow v0.5.40 |
| 1252 | 2026-06-10T23:01:20.436Z | Downloaded nix v0.31.2 |
| 1253 | 2026-06-10T23:01:20.443Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-06-10T23:01:20.468Z | Downloaded zerocopy v0.8.40 |
| 1255 | 2026-06-10T23:01:20.473Z | Downloaded openapiv3 v2.2.0 |
| 1256 | 2026-06-10T23:01:20.479Z | Downloaded regex-syntax v0.8.10 |
| 1257 | 2026-06-10T23:01:20.484Z | Downloaded rustix v0.38.44 |
| 1258 | 2026-06-10T23:01:20.497Z | Downloaded tabled v0.20.0 |
| 1259 | 2026-06-10T23:01:20.507Z | Downloaded time v0.3.47 |
| 1260 | 2026-06-10T23:01:20.514Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-06-10T23:01:20.517Z | Downloaded smoltcp v0.9.1 |
| 1262 | 2026-06-10T23:01:20.524Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-10T23:01:20.527Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-06-10T23:01:20.538Z | Downloaded nix v0.28.0 |
| 1265 | 2026-06-10T23:01:20.544Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-06-10T23:01:20.548Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-06-10T23:01:20.555Z | Downloaded rustls v0.22.4 |
| 1268 | 2026-06-10T23:01:20.563Z | Downloaded regress v0.11.1 |
| 1269 | 2026-06-10T23:01:20.569Z | Downloaded rustls v0.23.37 |
| 1270 | 2026-06-10T23:01:20.574Z | Downloaded sqlparser v0.61.0 |
| 1271 | 2026-06-10T23:01:20.580Z | Downloaded regress v0.10.5 |
| 1272 | 2026-06-10T23:01:20.585Z | Downloaded hickory-proto v0.25.2 |
| 1273 | 2026-06-10T23:01:20.595Z | Downloaded typify-impl v0.6.2 |
| 1274 | 2026-06-10T23:01:20.603Z | Downloaded typify-impl v0.4.3 |
| 1275 | 2026-06-10T23:01:20.612Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-06-10T23:01:20.624Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1277 | 2026-06-10T23:01:20.631Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-06-10T23:01:20.657Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-06-10T23:01:20.667Z | Downloaded sled v0.34.7 |
| 1280 | 2026-06-10T23:01:20.673Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-06-10T23:01:20.686Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-06-10T23:01:20.698Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1283 | 2026-06-10T23:01:20.728Z | Downloaded zerocopy-derive v0.6.6 |
| 1284 | 2026-06-10T23:01:20.735Z | Downloaded regex-automata v0.4.14 |
| 1285 | 2026-06-10T23:01:20.764Z | Downloaded jiff v0.2.21 |
| 1286 | 2026-06-10T23:01:20.807Z | Downloaded csv v1.4.0 |
| 1287 | 2026-06-10T23:01:20.819Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-06-10T23:01:20.831Z | Downloaded sha3 v0.10.8 |
| 1289 | 2026-06-10T23:01:20.835Z | Downloaded tokio v1.52.1 |
| 1290 | 2026-06-10T23:01:20.859Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1291 | 2026-06-10T23:01:20.930Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-06-10T23:01:20.943Z | Downloaded ring v0.17.14 |
| 1293 | 2026-06-10T23:01:21.381Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-06-10T23:01:21.623Z | Compiling libc v0.2.185 |
| 1295 | 2026-06-10T23:01:21.626Z | Compiling serde v1.0.228 |
| 1296 | 2026-06-10T23:01:21.626Z | Compiling log v0.4.29 |
| 1297 | 2026-06-10T23:01:21.626Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-06-10T23:01:21.626Z | Compiling shlex v1.3.0 |
| 1299 | 2026-06-10T23:01:21.626Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-06-10T23:01:21.626Z | Compiling typenum v1.19.0 |
| 1301 | 2026-06-10T23:01:21.626Z | Compiling subtle v2.6.1 |
| 1302 | 2026-06-10T23:01:21.787Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-06-10T23:01:21.800Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-06-10T23:01:21.867Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-06-10T23:01:21.883Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-06-10T23:01:21.896Z | Compiling syn v2.0.117 |
| 1307 | 2026-06-10T23:01:21.908Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-06-10T23:01:21.912Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-06-10T23:01:21.912Z | Compiling parking_lot_core v0.9.12 |
| 1310 | 2026-06-10T23:01:21.976Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-06-10T23:01:21.991Z | Compiling portable-atomic v1.13.1 |
| 1312 | 2026-06-10T23:01:22.005Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-06-10T23:01:22.109Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-06-10T23:01:22.124Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-06-10T23:01:22.128Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-06-10T23:01:22.128Z | Compiling libm v0.2.16 |
| 1317 | 2026-06-10T23:01:22.173Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-06-10T23:01:22.291Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-06-10T23:01:22.308Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-06-10T23:01:22.311Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-06-10T23:01:22.311Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-06-10T23:01:22.350Z | Compiling slab v0.4.12 |
| 1323 | 2026-06-10T23:01:22.369Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-06-10T23:01:22.452Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-06-10T23:01:22.455Z | Compiling futures-task v0.3.32 |
| 1326 | 2026-06-10T23:01:22.492Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-06-10T23:01:22.544Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-06-10T23:01:22.578Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-06-10T23:01:22.611Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-06-10T23:01:22.642Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-06-10T23:01:22.673Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-06-10T23:01:22.687Z | Compiling dunce v1.0.5 |
| 1333 | 2026-06-10T23:01:22.703Z | Compiling base64ct v1.8.3 |
| 1334 | 2026-06-10T23:01:22.719Z | Compiling ident_case v1.0.1 |
| 1335 | 2026-06-10T23:01:22.736Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-06-10T23:01:22.779Z | Compiling flagset v0.4.7 |
| 1337 | 2026-06-10T23:01:22.806Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-06-10T23:01:22.844Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-06-10T23:01:22.865Z | Compiling errno v0.3.14 |
| 1340 | 2026-06-10T23:01:22.901Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-10T23:01:22.929Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-10T23:01:22.955Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-06-10T23:01:23.028Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-06-10T23:01:23.061Z | Compiling cc v1.2.56 |
| 1345 | 2026-06-10T23:01:23.101Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-06-10T23:01:23.172Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-06-10T23:01:23.218Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-06-10T23:01:23.233Z | Compiling rustix v1.1.3 |
| 1349 | 2026-06-10T23:01:23.254Z | Compiling iana-time-zone v0.1.65 |
| 1350 | 2026-06-10T23:01:23.269Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-06-10T23:01:23.369Z | Compiling aws-lc-rs v1.16.3 |
| 1352 | 2026-06-10T23:01:23.403Z | Compiling tracing-core v0.1.36 |
| 1353 | 2026-06-10T23:01:23.419Z | Compiling uuid v1.23.0 |
| 1354 | 2026-06-10T23:01:23.482Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-06-10T23:01:23.492Z | Compiling base64 v0.22.1 |
| 1356 | 2026-06-10T23:01:23.511Z | Compiling tinyvec_macros v0.1.1 |
| 1357 | 2026-06-10T23:01:23.559Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-06-10T23:01:23.597Z | Compiling rand_core v0.9.5 |
| 1359 | 2026-06-10T23:01:23.665Z | Compiling untrusted v0.9.0 |
| 1360 | 2026-06-10T23:01:23.690Z | Compiling httparse v1.10.1 |
| 1361 | 2026-06-10T23:01:23.708Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-06-10T23:01:23.760Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-06-10T23:01:23.805Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-06-10T23:01:23.823Z | Compiling cmake v0.1.57 |
| 1365 | 2026-06-10T23:01:23.839Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-06-10T23:01:23.856Z | Compiling tower-layer v0.3.3 |
| 1367 | 2026-06-10T23:01:23.860Z | Compiling schemars v0.8.22 |
| 1368 | 2026-06-10T23:01:23.904Z | Compiling dyn-clone v1.0.20 |
| 1369 | 2026-06-10T23:01:23.985Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-06-10T23:01:24.002Z | Compiling rustls v0.23.37 |
| 1371 | 2026-06-10T23:01:24.020Z | Compiling tower-service v0.3.3 |
| 1372 | 2026-06-10T23:01:24.047Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2026-06-10T23:01:24.064Z | Compiling openssl v0.10.79 |
| 1374 | 2026-06-10T23:01:24.082Z | Compiling want v0.3.1 |
| 1375 | 2026-06-10T23:01:24.128Z | Compiling httpdate v1.0.3 |
| 1376 | 2026-06-10T23:01:24.144Z | Compiling pin-utils v0.1.0 |
| 1377 | 2026-06-10T23:01:24.147Z | Compiling foreign-types v0.3.2 |
| 1378 | 2026-06-10T23:01:24.176Z | Compiling unicode-normalization v0.1.25 |
| 1379 | 2026-06-10T23:01:24.179Z | Compiling spin v0.9.8 |
| 1380 | 2026-06-10T23:01:24.222Z | Compiling crc32fast v1.5.0 |
| 1381 | 2026-06-10T23:01:24.225Z | Compiling native-tls v0.2.18 |
| 1382 | 2026-06-10T23:01:24.240Z | Compiling time-core v0.1.8 |
| 1383 | 2026-06-10T23:01:24.271Z | Compiling powerfmt v0.2.0 |
| 1384 | 2026-06-10T23:01:24.274Z | Compiling num-conv v0.2.0 |
| 1385 | 2026-06-10T23:01:24.288Z | Compiling wait-timeout v0.2.1 |
| 1386 | 2026-06-10T23:01:24.329Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-06-10T23:01:24.378Z | Compiling crossbeam-utils v0.8.21 |
| 1388 | 2026-06-10T23:01:24.413Z | Compiling syn v1.0.109 |
| 1389 | 2026-06-10T23:01:24.437Z | Compiling deranged v0.5.8 |
| 1390 | 2026-06-10T23:01:24.453Z | Compiling time-macros v0.2.27 |
| 1391 | 2026-06-10T23:01:24.470Z | Compiling num_threads v0.1.7 |
| 1392 | 2026-06-10T23:01:24.493Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-06-10T23:01:24.508Z | Compiling simd-adler32 v0.3.8 |
| 1394 | 2026-06-10T23:01:24.519Z | Compiling usdt-impl v0.6.0 |
| 1395 | 2026-06-10T23:01:24.588Z | Compiling bit-vec v0.8.0 |
| 1396 | 2026-06-10T23:01:24.605Z | Compiling unicode-segmentation v1.12.0 |
| 1397 | 2026-06-10T23:01:24.605Z | Compiling siphasher v1.0.2 |
| 1398 | 2026-06-10T23:01:24.701Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-06-10T23:01:24.738Z | Compiling heapless v0.7.17 |
| 1400 | 2026-06-10T23:01:24.755Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-06-10T23:01:24.770Z | Compiling ring v0.17.14 |
| 1402 | 2026-06-10T23:01:24.786Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-06-10T23:01:24.799Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-06-10T23:01:24.820Z | Compiling bit-set v0.8.0 |
| 1405 | 2026-06-10T23:01:24.845Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-06-10T23:01:24.859Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-06-10T23:01:25.005Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-06-10T23:01:25.020Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-06-10T23:01:25.044Z | Compiling darling_core v0.20.11 |
| 1410 | 2026-06-10T23:01:25.132Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-06-10T23:01:25.208Z | Compiling darling_core v0.21.3 |
| 1412 | 2026-06-10T23:01:25.330Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-06-10T23:01:25.438Z | Compiling slog v2.8.2 |
| 1414 | 2026-06-10T23:01:25.525Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-06-10T23:01:25.543Z | Compiling thread-id v5.1.0 |
| 1416 | 2026-06-10T23:01:25.583Z | Compiling time v0.3.47 |
| 1417 | 2026-06-10T23:01:25.601Z | Compiling cookie v0.18.1 |
| 1418 | 2026-06-10T23:01:25.640Z | Compiling allocator-api2 v0.2.21 |
| 1419 | 2026-06-10T23:01:25.655Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-06-10T23:01:25.671Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-06-10T23:01:25.717Z | Compiling ryu v1.0.23 |
| 1422 | 2026-06-10T23:01:25.734Z | Compiling paste v1.0.15 |
| 1423 | 2026-06-10T23:01:25.814Z | Compiling unicode-properties v0.1.4 |
| 1424 | 2026-06-10T23:01:25.870Z | Compiling unarray v0.1.4 |
| 1425 | 2026-06-10T23:01:25.886Z | Compiling anyhow v1.0.102 |
| 1426 | 2026-06-10T23:01:25.916Z | Compiling unicode-bidi v0.3.18 |
| 1427 | 2026-06-10T23:01:25.946Z | Compiling iri-string v0.7.10 |
| 1428 | 2026-06-10T23:01:25.962Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-06-10T23:01:26.064Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-06-10T23:01:26.112Z | Compiling heck v0.4.1 |
| 1431 | 2026-06-10T23:01:26.377Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-06-10T23:01:26.496Z | Compiling num-integer v0.1.46 |
| 1433 | 2026-06-10T23:01:26.511Z | Compiling curve25519-dalek v4.1.3 |
| 1434 | 2026-06-10T23:01:26.627Z | Compiling serde_derive v1.0.228 |
| 1435 | 2026-06-10T23:01:26.712Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-06-10T23:01:26.776Z | Compiling zerofrom-derive v0.1.6 |
| 1437 | 2026-06-10T23:01:26.827Z | Compiling yoke-derive v0.8.1 |
| 1438 | 2026-06-10T23:01:26.846Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-06-10T23:01:26.860Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-06-10T23:01:26.882Z | Compiling displaydoc v0.2.5 |
| 1441 | 2026-06-10T23:01:27.253Z | Compiling tokio-macros v2.7.0 |
| 1442 | 2026-06-10T23:01:27.417Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-06-10T23:01:27.437Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-06-10T23:01:27.529Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-06-10T23:01:27.672Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-06-10T23:01:27.801Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-06-10T23:01:28.021Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-06-10T23:01:28.024Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-06-10T23:01:28.049Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-06-10T23:01:28.152Z | Compiling scroll_derive v0.13.1 |
| 1451 | 2026-06-10T23:01:28.239Z | Compiling crypto-common v0.1.7 |
| 1452 | 2026-06-10T23:01:28.255Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-06-10T23:01:28.290Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-06-10T23:01:28.399Z | Compiling yoke v0.8.1 |
| 1455 | 2026-06-10T23:01:28.415Z | Compiling futures-util v0.3.32 |
| 1456 | 2026-06-10T23:01:28.486Z | Compiling digest v0.10.7 |
| 1457 | 2026-06-10T23:01:28.531Z | Compiling block-padding v0.3.3 |
| 1458 | 2026-06-10T23:01:28.560Z | Compiling der v0.7.10 |
| 1459 | 2026-06-10T23:01:28.604Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-06-10T23:01:28.716Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-06-10T23:01:28.761Z | Compiling hmac v0.12.1 |
| 1462 | 2026-06-10T23:01:28.945Z | Compiling inout v0.1.4 |
| 1463 | 2026-06-10T23:01:28.960Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-06-10T23:01:29.018Z | Compiling pbkdf2 v0.12.2 |
| 1465 | 2026-06-10T23:01:29.042Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-10T23:01:29.145Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-06-10T23:01:29.145Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-06-10T23:01:29.164Z | Compiling cipher v0.4.4 |
| 1469 | 2026-06-10T23:01:29.214Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-06-10T23:01:29.321Z | Compiling icu_locale_core v2.1.1 |
| 1471 | 2026-06-10T23:01:29.338Z | Compiling icu_collections v2.1.1 |
| 1472 | 2026-06-10T23:01:29.341Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-06-10T23:01:29.364Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-06-10T23:01:29.381Z | Compiling spki v0.7.3 |
| 1475 | 2026-06-10T23:01:29.399Z | Compiling salsa20 v0.10.2 |
| 1476 | 2026-06-10T23:01:29.442Z | Compiling tracing v0.1.44 |
| 1477 | 2026-06-10T23:01:29.458Z | Compiling aes v0.8.4 |
| 1478 | 2026-06-10T23:01:29.560Z | Compiling scrypt v0.11.0 |
| 1479 | 2026-06-10T23:01:29.617Z | Compiling cbc v0.1.2 |
| 1480 | 2026-06-10T23:01:29.793Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-10T23:01:29.810Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-10T23:01:29.849Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-06-10T23:01:29.865Z | Compiling pkcs5 v0.7.1 |
| 1484 | 2026-06-10T23:01:29.910Z | Compiling darling v0.20.11 |
| 1485 | 2026-06-10T23:01:29.976Z | Compiling icu_provider v2.1.1 |
| 1486 | 2026-06-10T23:01:30.074Z | Compiling derive_builder_core v0.20.2 |
| 1487 | 2026-06-10T23:01:30.138Z | Compiling bytes v1.11.1 |
| 1488 | 2026-06-10T23:01:30.207Z | Compiling chrono v0.4.44 |
| 1489 | 2026-06-10T23:01:30.228Z | Compiling icu_normalizer v2.1.1 |
| 1490 | 2026-06-10T23:01:30.298Z | Compiling icu_properties v2.1.2 |
| 1491 | 2026-06-10T23:01:30.347Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-06-10T23:01:30.365Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-06-10T23:01:30.543Z | Compiling signature v2.2.0 |
| 1494 | 2026-06-10T23:01:30.625Z | Compiling tokio v1.52.1 |
| 1495 | 2026-06-10T23:01:30.677Z | Compiling http v1.4.0 |
| 1496 | 2026-06-10T23:01:30.755Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-06-10T23:01:30.771Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-06-10T23:01:30.787Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-06-10T23:01:30.790Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-06-10T23:01:30.883Z | Compiling serde_tokenstream v0.2.3 |
| 1501 | 2026-06-10T23:01:30.899Z | Compiling serde_urlencoded v0.7.1 |
| 1502 | 2026-06-10T23:01:30.976Z | Compiling derive_builder_macro v0.20.2 |
| 1503 | 2026-06-10T23:01:31.162Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-06-10T23:01:31.214Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2026-06-10T23:01:31.332Z | Compiling idna v1.1.0 |
| 1506 | 2026-06-10T23:01:31.370Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-06-10T23:01:31.412Z | Compiling http-body v1.0.1 |
| 1508 | 2026-06-10T23:01:31.439Z | Compiling toml_datetime v0.6.11 |
| 1509 | 2026-06-10T23:01:31.532Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-06-10T23:01:31.554Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-06-10T23:01:31.564Z | Compiling scroll v0.12.0 |
| 1512 | 2026-06-10T23:01:31.584Z | Compiling darling_macro v0.21.3 |
| 1513 | 2026-06-10T23:01:31.599Z | Compiling bstr v1.12.1 |
| 1514 | 2026-06-10T23:01:31.662Z | Compiling url v2.5.8 |
| 1515 | 2026-06-10T23:01:31.677Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-06-10T23:01:31.719Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2026-06-10T23:01:31.734Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-06-10T23:01:31.737Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-06-10T23:01:31.815Z | Compiling pin-project-internal v1.1.11 |
| 1520 | 2026-06-10T23:01:31.854Z | Compiling vergen-lib v9.1.0 |
| 1521 | 2026-06-10T23:01:32.029Z | Compiling rand v0.9.2 |
| 1522 | 2026-06-10T23:01:32.064Z | Compiling ff v0.13.1 |
| 1523 | 2026-06-10T23:01:32.142Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-06-10T23:01:32.265Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-06-10T23:01:32.284Z | Compiling memoffset v0.9.1 |
| 1526 | 2026-06-10T23:01:32.398Z | Compiling encoding_rs v0.8.35 |
| 1527 | 2026-06-10T23:01:32.459Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-06-10T23:01:32.488Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-06-10T23:01:32.504Z | Compiling cfg_aliases v0.2.1 |
| 1530 | 2026-06-10T23:01:32.507Z | Compiling rustix v0.38.44 |
| 1531 | 2026-06-10T23:01:32.559Z | Compiling dof v0.4.0 |
| 1532 | 2026-06-10T23:01:32.596Z | Compiling num-bigint-dig v0.8.6 |
| 1533 | 2026-06-10T23:01:32.671Z | Compiling proptest v1.10.0 |
| 1534 | 2026-06-10T23:01:32.792Z | Compiling mime v0.3.17 |
| 1535 | 2026-06-10T23:01:32.812Z | Compiling zlib-rs v0.6.2 |
| 1536 | 2026-06-10T23:01:32.827Z | Compiling base16ct v0.2.0 |
| 1537 | 2026-06-10T23:01:32.858Z | Compiling ref-cast v1.0.25 |
| 1538 | 2026-06-10T23:01:32.875Z | Compiling psl-types v2.0.11 |
| 1539 | 2026-06-10T23:01:32.906Z | Compiling litrs v1.0.0 |
| 1540 | 2026-06-10T23:01:32.984Z | Compiling pin-project v1.1.11 |
| 1541 | 2026-06-10T23:01:33.038Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-06-10T23:01:33.038Z | Compiling publicsuffix v2.3.0 |
| 1543 | 2026-06-10T23:01:33.067Z | Compiling sec1 v0.7.3 |
| 1544 | 2026-06-10T23:01:33.139Z | Compiling postgres-protocol v0.6.10 |
| 1545 | 2026-06-10T23:01:33.142Z | Compiling zerocopy v0.7.35 |
| 1546 | 2026-06-10T23:01:33.235Z | Compiling nix v0.31.2 |
| 1547 | 2026-06-10T23:01:33.363Z | Compiling oxnet v0.1.5 |
| 1548 | 2026-06-10T23:01:33.453Z | Compiling document-features v0.2.12 |
| 1549 | 2026-06-10T23:01:33.477Z | Compiling group v0.13.0 |
| 1550 | 2026-06-10T23:01:33.596Z | Compiling darling v0.21.3 |
| 1551 | 2026-06-10T23:01:33.653Z | Compiling rand v0.8.6 |
| 1552 | 2026-06-10T23:01:33.678Z | Compiling goblin v0.8.2 |
| 1553 | 2026-06-10T23:01:33.695Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-06-10T23:01:33.750Z | Compiling futures-executor v0.3.32 |
| 1555 | 2026-06-10T23:01:33.783Z | Compiling hex v0.4.3 |
| 1556 | 2026-06-10T23:01:33.796Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-06-10T23:01:33.840Z | Compiling hkdf v0.12.4 |
| 1558 | 2026-06-10T23:01:33.873Z | Compiling crypto-bigint v0.5.5 |
| 1559 | 2026-06-10T23:01:33.958Z | Compiling regex v1.12.3 |
| 1560 | 2026-06-10T23:01:34.066Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-06-10T23:01:34.082Z | Compiling ref-cast-impl v1.0.25 |
| 1562 | 2026-06-10T23:01:34.098Z | Compiling snafu-derive v0.8.9 |
| 1563 | 2026-06-10T23:01:34.152Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-06-10T23:01:34.168Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1565 | 2026-06-10T23:01:34.189Z | Compiling strum_macros v0.27.2 |
| 1566 | 2026-06-10T23:01:34.494Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-06-10T23:01:34.577Z | Compiling tower v0.5.3 |
| 1568 | 2026-06-10T23:01:34.592Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-06-10T23:01:34.657Z | Compiling terminal_size v0.4.3 |
| 1570 | 2026-06-10T23:01:34.728Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-06-10T23:01:34.787Z | Compiling lazy_static v1.5.0 |
| 1572 | 2026-06-10T23:01:34.819Z | Compiling anstyle-parse v0.2.7 |
| 1573 | 2026-06-10T23:01:34.834Z | Compiling vergen v9.1.0 |
| 1574 | 2026-06-10T23:01:34.857Z | Compiling cargo-platform v0.3.2 |
| 1575 | 2026-06-10T23:01:34.901Z | Compiling fs-err v3.3.0 |
| 1576 | 2026-06-10T23:01:34.921Z | Compiling ahash v0.8.12 |
| 1577 | 2026-06-10T23:01:34.994Z | Compiling tower-http v0.6.8 |
| 1578 | 2026-06-10T23:01:35.029Z | Compiling newtype-uuid v1.3.2 |
| 1579 | 2026-06-10T23:01:35.045Z | Compiling managed v0.8.0 |
| 1580 | 2026-06-10T23:01:35.080Z | Compiling winnow v0.5.40 |
| 1581 | 2026-06-10T23:01:35.116Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-06-10T23:01:35.152Z | Compiling foldhash v0.1.5 |
| 1583 | 2026-06-10T23:01:35.167Z | Compiling libbz2-rs-sys v0.2.2 |
| 1584 | 2026-06-10T23:01:35.278Z | Compiling h2 v0.4.13 |
| 1585 | 2026-06-10T23:01:35.345Z | Compiling same-file v1.0.6 |
| 1586 | 2026-06-10T23:01:35.385Z | Compiling bitflags v1.3.2 |
| 1587 | 2026-06-10T23:01:35.401Z | Compiling foldhash v0.2.0 |
| 1588 | 2026-06-10T23:01:35.423Z | Compiling object v0.37.3 |
| 1589 | 2026-06-10T23:01:35.475Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-06-10T23:01:35.552Z | Compiling zopfli v0.8.3 |
| 1591 | 2026-06-10T23:01:35.646Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-06-10T23:01:35.775Z | Compiling bzip2 v0.6.1 |
| 1593 | 2026-06-10T23:01:35.808Z | Compiling hashbrown v0.16.1 |
| 1594 | 2026-06-10T23:01:35.871Z | Compiling hashbrown v0.15.5 |
| 1595 | 2026-06-10T23:01:36.060Z | Compiling dof v0.3.0 |
| 1596 | 2026-06-10T23:01:36.076Z | Compiling daft v0.1.7 |
| 1597 | 2026-06-10T23:01:36.144Z | Compiling snafu v0.8.9 |
| 1598 | 2026-06-10T23:01:36.182Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-06-10T23:01:36.256Z | Compiling strum v0.27.2 |
| 1600 | 2026-06-10T23:01:36.335Z | Compiling cargo_metadata v0.23.1 |
| 1601 | 2026-06-10T23:01:36.353Z | Compiling anstream v0.6.21 |
| 1602 | 2026-06-10T23:01:36.419Z | Compiling phf v0.13.1 |
| 1603 | 2026-06-10T23:01:36.547Z | Compiling toml_edit v0.19.15 |
| 1604 | 2026-06-10T23:01:36.551Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-06-10T23:01:36.600Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-06-10T23:01:36.647Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-06-10T23:01:36.683Z | Compiling hubpack v0.1.2 |
| 1608 | 2026-06-10T23:01:36.700Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-06-10T23:01:36.738Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-06-10T23:01:36.874Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-06-10T23:01:36.925Z | Compiling futures v0.3.32 |
| 1612 | 2026-06-10T23:01:36.996Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-06-10T23:01:37.029Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-06-10T23:01:37.103Z | Compiling zstd v0.13.3 |
| 1615 | 2026-06-10T23:01:37.325Z | Compiling dtrace-parser v0.2.0 |
| 1616 | 2026-06-10T23:01:37.339Z | Compiling globset v0.4.18 |
| 1617 | 2026-06-10T23:01:37.396Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-06-10T23:01:37.546Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-06-10T23:01:37.567Z | Compiling olpc-cjson v0.1.4 |
| 1620 | 2026-06-10T23:01:37.614Z | Compiling serde_plain v1.0.2 |
| 1621 | 2026-06-10T23:01:37.735Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-06-10T23:01:37.750Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-06-10T23:01:37.838Z | Compiling clap_derive v4.6.1 |
| 1624 | 2026-06-10T23:01:37.889Z | Compiling async-recursion v1.1.1 |
| 1625 | 2026-06-10T23:01:37.904Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-06-10T23:01:37.978Z | Compiling serde_repr v0.1.20 |
| 1627 | 2026-06-10T23:01:38.053Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-06-10T23:01:38.117Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-06-10T23:01:38.173Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-06-10T23:01:38.298Z | Compiling pem v3.0.6 |
| 1631 | 2026-06-10T23:01:38.324Z | Compiling thread-id v4.2.2 |
| 1632 | 2026-06-10T23:01:38.348Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-06-10T23:01:38.351Z | Compiling env_filter v1.0.0 |
| 1634 | 2026-06-10T23:01:38.422Z | Compiling hyper v1.8.1 |
| 1635 | 2026-06-10T23:01:38.557Z | Compiling static_assertions v1.1.0 |
| 1636 | 2026-06-10T23:01:38.587Z | Compiling typed-path v0.9.3 |
| 1637 | 2026-06-10T23:01:38.602Z | Compiling data-encoding v2.10.0 |
| 1638 | 2026-06-10T23:01:38.605Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-06-10T23:01:38.650Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-06-10T23:01:38.666Z | Compiling new_debug_unreachable v1.0.6 |
| 1641 | 2026-06-10T23:01:38.698Z | Compiling keccak v0.1.6 |
| 1642 | 2026-06-10T23:01:38.723Z | Compiling whoami v2.1.0 |
| 1643 | 2026-06-10T23:01:38.751Z | Compiling either v1.15.0 |
| 1644 | 2026-06-10T23:01:38.987Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-06-10T23:01:38.991Z | Compiling fixedbitset v0.4.2 |
| 1646 | 2026-06-10T23:01:39.129Z | Compiling jiff v0.2.21 |
| 1647 | 2026-06-10T23:01:39.207Z | Compiling normalize-line-endings v0.3.0 |
| 1648 | 2026-06-10T23:01:39.242Z | Compiling difflib v0.4.0 |
| 1649 | 2026-06-10T23:01:39.246Z | Compiling petgraph v0.6.5 |
| 1650 | 2026-06-10T23:01:39.323Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-06-10T23:01:39.340Z | Compiling itertools v0.13.0 |
| 1652 | 2026-06-10T23:01:39.340Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-06-10T23:01:39.450Z | Compiling petgraph v0.8.3 |
| 1654 | 2026-06-10T23:01:39.524Z | Compiling predicates v3.1.4 |
| 1655 | 2026-06-10T23:01:39.540Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-06-10T23:01:39.700Z | Compiling clap v4.6.1 |
| 1657 | 2026-06-10T23:01:39.751Z | Compiling strum v0.26.3 |
| 1658 | 2026-06-10T23:01:39.798Z | Compiling sha3 v0.10.8 |
| 1659 | 2026-06-10T23:01:39.833Z | Compiling string_cache v0.8.9 |
| 1660 | 2026-06-10T23:01:39.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1661 | 2026-06-10T23:01:39.908Z | Compiling toml_edit v0.22.27 |
| 1662 | 2026-06-10T23:01:40.096Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-06-10T23:01:40.101Z | Compiling usdt v0.6.0 |
| 1664 | 2026-06-10T23:01:40.255Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-06-10T23:01:40.278Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-06-10T23:01:40.380Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-06-10T23:01:40.453Z | Compiling toml v0.7.8 |
| 1668 | 2026-06-10T23:01:40.613Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-06-10T23:01:40.765Z | Compiling rsa v0.9.10 |
| 1670 | 2026-06-10T23:01:40.816Z | Compiling ed25519-dalek v2.2.0 |
| 1671 | 2026-06-10T23:01:41.024Z | Compiling hyper-tls v0.6.0 |
| 1672 | 2026-06-10T23:01:41.298Z | Compiling zip v0.6.6 |
| 1673 | 2026-06-10T23:01:41.426Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-06-10T23:01:41.713Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-06-10T23:01:41.800Z | Compiling zip v4.6.1 |
| 1676 | 2026-06-10T23:01:41.904Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1677 | 2026-06-10T23:01:41.962Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-06-10T23:01:42.058Z | Compiling similar v2.7.0 |
| 1679 | 2026-06-10T23:01:42.133Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-10T23:01:42.209Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-06-10T23:01:42.264Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-06-10T23:01:42.458Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-06-10T23:01:42.580Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-06-10T23:01:42.706Z | Compiling lalrpop-util v0.19.12 |
| 1685 | 2026-06-10T23:01:42.723Z | Compiling peg-runtime v0.8.5 |
| 1686 | 2026-06-10T23:01:42.787Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-06-10T23:01:42.803Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-06-10T23:01:42.820Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-06-10T23:01:42.857Z | Compiling filetime v0.2.27 |
| 1690 | 2026-06-10T23:01:42.925Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-06-10T23:01:42.929Z | Compiling xattr v1.6.1 |
| 1692 | 2026-06-10T23:01:42.970Z | Compiling term v1.2.1 |
| 1693 | 2026-06-10T23:01:43.035Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-06-10T23:01:43.074Z | Compiling tar v0.4.45 |
| 1695 | 2026-06-10T23:01:43.265Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-06-10T23:02:00.814Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-06-10T23:02:03.600Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-06-10T23:02:03.600Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-06-10T23:02:03.812Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-06-10T23:02:04.006Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-06-10T23:02:04.006Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-06-10T23:02:05.230Z | Compiling tough v0.22.0 |
| 1703 | 2026-06-10T23:02:07.757Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-06-10T23:02:08.020Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-06-10T23:02:10.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.48s |
| 1706 | 2026-06-10T23:02:10.991Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-06-10T23:02:11.048Z | Jun 10 23:02:10.867 INFO Starting download, target: Clickhouse |
| 1708 | 2026-06-10T23:02:11.048Z | Jun 10 23:02:10.868 INFO Starting download, target: Console |
| 1709 | 2026-06-10T23:02:11.048Z | Jun 10 23:02:10.868 INFO Starting download, target: Cockroach |
| 1710 | 2026-06-10T23:02:11.048Z | Jun 10 23:02:10.868 INFO Starting download, target: DendriteStub |
| 1711 | 2026-06-10T23:02:11.048Z | Jun 10 23:02:10.868 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.868 INFO Starting download, target: MaghemiteDdmd |
| 1713 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.868 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1717 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1718 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1719 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-06-10T23:02:11.052Z | Jun 10 23:02:10.869 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2026-06-10T23:02:12.087Z | Jun 10 23:02:11.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1722 | 2026-06-10T23:02:12.330Z | Jun 10 23:02:12.151 INFO Download complete, target: Console |
| 1723 | 2026-06-10T23:02:13.163Z | Jun 10 23:02:12.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1724 | 2026-06-10T23:02:13.373Z | Jun 10 23:02:13.120 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-06-10T23:02:13.532Z | Jun 10 23:02:13.338 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-06-10T23:02:14.165Z | Jun 10 23:02:13.982 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2026-06-10T23:02:14.795Z | Jun 10 23:02:14.613 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-06-10T23:02:14.827Z | Jun 10 23:02:14.645 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-06-10T23:02:15.296Z | Jun 10 23:02:15.117 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1730 | 2026-06-10T23:02:15.296Z | Jun 10 23:02:15.117 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1731 | 2026-06-10T23:02:16.814Z | Jun 10 23:02:16.626 INFO Download complete, target: DendriteStub |
| 1732 | 2026-06-10T23:02:16.975Z | Jun 10 23:02:16.795 INFO Download complete, target: MaghemiteDdmd |
| 1733 | 2026-06-10T23:02:17.285Z | Jun 10 23:02:17.105 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-06-10T23:02:20.093Z | Jun 10 23:02:19.913 INFO Checking that binary works, target: Clickhouse |
| 1735 | 2026-06-10T23:02:20.117Z | Jun 10 23:02:19.937 INFO Checking that binary works, target: Cockroach |
| 1736 | 2026-06-10T23:02:20.204Z | Jun 10 23:02:20.024 INFO Download complete, target: Clickhouse |
| 1737 | 2026-06-10T23:02:20.254Z | Jun 10 23:02:20.074 INFO Download complete, target: Cockroach |
| 1738 | 2026-06-10T23:02:20.260Z | All prerequisites installed successfully |
| 1739 | 2026-06-10T23:02:20.263Z | |
| 1740 | 2026-06-10T23:02:20.263Z | real 2:01.114139051 |
| 1741 | 2026-06-10T23:02:20.264Z | user 6:59.210887148 |
| 1742 | 2026-06-10T23:02:20.264Z | sys 1:47.275840298 |
| 1743 | 2026-06-10T23:02:20.264Z | trap 0.266786294 |
| 1744 | 2026-06-10T23:02:20.264Z | tflt 1.331298047 |
| 1745 | 2026-06-10T23:02:20.264Z | dflt 1.773012731 |
| 1746 | 2026-06-10T23:02:20.264Z | kflt 0.026497227 |
| 1747 | 2026-06-10T23:02:20.264Z | lock 23:04.328906458 |
| 1748 | 2026-06-10T23:02:20.264Z | slp 18:55.277546285 |
| 1749 | 2026-06-10T23:02:20.264Z | lat 26.241700891 |
| 1750 | 2026-06-10T23:02:20.264Z | stop 3:02.568639901 |
| 1751 | 2026-06-10T23:02:20.264Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-06-10T23:02:20.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1753 | 2026-06-10T23:02:20.817Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-06-10T23:02:21.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1755 | 2026-06-10T23:02:21.659Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-06-10T23:02:21.705Z | Jun 10 23:02:21.525 INFO Starting download, target: Softnpu |
| 1757 | 2026-06-10T23:02:21.705Z | Jun 10 23:02:21.525 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-06-10T23:02:22.296Z | Jun 10 23:02:22.117 INFO Download complete, target: Softnpu |
| 1759 | 2026-06-10T23:02:22.299Z | |
| 1760 | 2026-06-10T23:02:22.303Z | real 2.033135381 |
| 1761 | 2026-06-10T23:02:22.303Z | user 1.358946289 |
| 1762 | 2026-06-10T23:02:22.303Z | sys 0.669767429 |
| 1763 | 2026-06-10T23:02:22.303Z | trap 0.000539340 |
| 1764 | 2026-06-10T23:02:22.303Z | tflt 0.000162990 |
| 1765 | 2026-06-10T23:02:22.303Z | dflt 0.000397130 |
| 1766 | 2026-06-10T23:02:22.303Z | kflt 0.000000000 |
| 1767 | 2026-06-10T23:02:22.303Z | lock 10.551870234 |
| 1768 | 2026-06-10T23:02:22.303Z | slp 0.437473535 |
| 1769 | 2026-06-10T23:02:22.303Z | lat 0.082406527 |
| 1770 | 2026-06-10T23:02:22.303Z | stop 0.000156450 |
| 1771 | 2026-06-10T23:02:22.303Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-10T23:02:22.303Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-10T23:02:22.303Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-06-10T23:02:23.228Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-06-10T23:02:23.228Z | Compiling quote v1.0.45 |
| 1776 | 2026-06-10T23:02:23.228Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-06-10T23:02:23.228Z | Compiling libc v0.2.185 |
| 1778 | 2026-06-10T23:02:23.232Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-06-10T23:02:23.233Z | Compiling serde v1.0.228 |
| 1780 | 2026-06-10T23:02:23.233Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-06-10T23:02:23.233Z | Compiling version_check v0.9.5 |
| 1782 | 2026-06-10T23:02:23.378Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-06-10T23:02:23.381Z | Compiling shlex v1.3.0 |
| 1784 | 2026-06-10T23:02:23.381Z | Compiling typenum v1.19.0 |
| 1785 | 2026-06-10T23:02:23.381Z | Compiling zmij v1.0.21 |
| 1786 | 2026-06-10T23:02:23.392Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-06-10T23:02:23.395Z | Compiling memchr v2.8.0 |
| 1788 | 2026-06-10T23:02:23.395Z | Compiling serde_json v1.0.149 |
| 1789 | 2026-06-10T23:02:23.648Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-06-10T23:02:23.720Z | Compiling libm v0.2.16 |
| 1791 | 2026-06-10T23:02:23.829Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-06-10T23:02:23.852Z | Compiling parking_lot_core v0.9.12 |
| 1793 | 2026-06-10T23:02:23.856Z | Compiling smallvec v1.15.1 |
| 1794 | 2026-06-10T23:02:23.856Z | Compiling icu_properties_data v2.1.2 |
| 1795 | 2026-06-10T23:02:23.887Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-06-10T23:02:23.890Z | Compiling num-traits v0.2.19 |
| 1797 | 2026-06-10T23:02:23.956Z | Compiling generic-array v0.14.7 |
| 1798 | 2026-06-10T23:02:24.077Z | Compiling itoa v1.0.17 |
| 1799 | 2026-06-10T23:02:24.113Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-06-10T23:02:24.161Z | Compiling log v0.4.29 |
| 1801 | 2026-06-10T23:02:24.165Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-06-10T23:02:24.165Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-06-10T23:02:24.208Z | Compiling subtle v2.6.1 |
| 1804 | 2026-06-10T23:02:24.403Z | Compiling scopeguard v1.2.0 |
| 1805 | 2026-06-10T23:02:24.451Z | Compiling percent-encoding v2.3.2 |
| 1806 | 2026-06-10T23:02:24.492Z | Compiling writeable v0.6.2 |
| 1807 | 2026-06-10T23:02:24.507Z | Compiling lock_api v0.4.14 |
| 1808 | 2026-06-10T23:02:24.541Z | Compiling litemap v0.8.1 |
| 1809 | 2026-06-10T23:02:24.641Z | Compiling jobserver v0.1.34 |
| 1810 | 2026-06-10T23:02:24.663Z | Compiling getrandom v0.2.17 |
| 1811 | 2026-06-10T23:02:24.688Z | Compiling errno v0.3.14 |
| 1812 | 2026-06-10T23:02:24.798Z | Compiling fnv v1.0.7 |
| 1813 | 2026-06-10T23:02:24.809Z | Compiling syn v2.0.117 |
| 1814 | 2026-06-10T23:02:24.824Z | Compiling rand_core v0.6.4 |
| 1815 | 2026-06-10T23:02:24.858Z | Compiling pin-project-lite v0.2.17 |
| 1816 | 2026-06-10T23:02:24.877Z | Compiling cc v1.2.56 |
| 1817 | 2026-06-10T23:02:24.913Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-06-10T23:02:24.992Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-06-10T23:02:25.074Z | Compiling fs_extra v1.3.0 |
| 1820 | 2026-06-10T23:02:25.103Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-06-10T23:02:25.107Z | Compiling rand_core v0.10.0 |
| 1822 | 2026-06-10T23:02:25.128Z | Compiling dunce v1.0.5 |
| 1823 | 2026-06-10T23:02:25.186Z | Compiling critical-section v1.2.0 |
| 1824 | 2026-06-10T23:02:25.207Z | Compiling utf8_iter v1.0.4 |
| 1825 | 2026-06-10T23:02:25.210Z | Compiling rustversion v1.0.22 |
| 1826 | 2026-06-10T23:02:25.270Z | Compiling schemars v0.8.22 |
| 1827 | 2026-06-10T23:02:25.310Z | Compiling form_urlencoded v1.2.2 |
| 1828 | 2026-06-10T23:02:25.365Z | Compiling rustix v1.1.3 |
| 1829 | 2026-06-10T23:02:25.412Z | Compiling signal-hook-registry v1.4.8 |
| 1830 | 2026-06-10T23:02:25.507Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-06-10T23:02:25.531Z | Compiling socket2 v0.6.3 |
| 1832 | 2026-06-10T23:02:25.606Z | Compiling mio v1.2.0 |
| 1833 | 2026-06-10T23:02:25.631Z | Compiling cmake v0.1.57 |
| 1834 | 2026-06-10T23:02:25.650Z | Compiling once_cell v1.21.3 |
| 1835 | 2026-06-10T23:02:25.895Z | Compiling semver v1.0.28 |
| 1836 | 2026-06-10T23:02:25.917Z | Compiling bitflags v2.11.0 |
| 1837 | 2026-06-10T23:02:25.997Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-06-10T23:02:26.013Z | Compiling const-oid v0.9.6 |
| 1839 | 2026-06-10T23:02:26.060Z | Compiling indexmap v2.14.0 |
| 1840 | 2026-06-10T23:02:26.211Z | Compiling ring v0.17.14 |
| 1841 | 2026-06-10T23:02:26.227Z | Compiling aws-lc-sys v0.40.0 |
| 1842 | 2026-06-10T23:02:26.245Z | Compiling aws-lc-rs v1.16.3 |
| 1843 | 2026-06-10T23:02:26.277Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-06-10T23:02:26.343Z | Compiling httparse v1.10.1 |
| 1845 | 2026-06-10T23:02:26.376Z | Compiling strsim v0.11.1 |
| 1846 | 2026-06-10T23:02:26.413Z | Compiling thiserror v1.0.69 |
| 1847 | 2026-06-10T23:02:26.447Z | Compiling vcpkg v0.2.15 |
| 1848 | 2026-06-10T23:02:26.720Z | Compiling byteorder v1.5.0 |
| 1849 | 2026-06-10T23:02:26.738Z | Compiling iana-time-zone v0.1.65 |
| 1850 | 2026-06-10T23:02:26.742Z | Compiling ucd-trie v0.1.7 |
| 1851 | 2026-06-10T23:02:26.804Z | Compiling syn v1.0.109 |
| 1852 | 2026-06-10T23:02:26.824Z | Compiling ident_case v1.0.1 |
| 1853 | 2026-06-10T23:02:26.855Z | Compiling heck v0.5.0 |
| 1854 | 2026-06-10T23:02:26.858Z | Compiling regex-syntax v0.8.10 |
| 1855 | 2026-06-10T23:02:26.930Z | Compiling pest v2.8.6 |
| 1856 | 2026-06-10T23:02:26.948Z | Compiling uuid v1.23.0 |
| 1857 | 2026-06-10T23:02:27.009Z | Compiling rustls v0.23.37 |
| 1858 | 2026-06-10T23:02:27.055Z | Compiling openssl-sys v0.9.115 |
| 1859 | 2026-06-10T23:02:27.080Z | Compiling cpufeatures v0.2.17 |
| 1860 | 2026-06-10T23:02:27.245Z | Compiling futures-sink v0.3.32 |
| 1861 | 2026-06-10T23:02:27.261Z | Compiling rustc_version v0.4.1 |
| 1862 | 2026-06-10T23:02:27.339Z | Compiling futures-io v0.3.32 |
| 1863 | 2026-06-10T23:02:27.370Z | Compiling futures-channel v0.3.32 |
| 1864 | 2026-06-10T23:02:27.519Z | Compiling slab v0.4.12 |
| 1865 | 2026-06-10T23:02:27.538Z | Compiling futures-task v0.3.32 |
| 1866 | 2026-06-10T23:02:27.607Z | Compiling aho-corasick v1.1.4 |
| 1867 | 2026-06-10T23:02:27.607Z | Compiling dyn-clone v1.0.20 |
| 1868 | 2026-06-10T23:02:27.656Z | Compiling synstructure v0.13.2 |
| 1869 | 2026-06-10T23:02:27.690Z | Compiling serde_derive_internals v0.29.1 |
| 1870 | 2026-06-10T23:02:27.922Z | Compiling plain v0.2.3 |
| 1871 | 2026-06-10T23:02:27.939Z | Compiling base64 v0.22.1 |
| 1872 | 2026-06-10T23:02:27.955Z | Compiling openssl v0.10.79 |
| 1873 | 2026-06-10T23:02:28.055Z | Compiling pest_meta v2.8.6 |
| 1874 | 2026-06-10T23:02:28.079Z | Compiling crc32fast v1.5.0 |
| 1875 | 2026-06-10T23:02:28.103Z | Compiling time-core v0.1.8 |
| 1876 | 2026-06-10T23:02:28.215Z | Compiling num-conv v0.2.0 |
| 1877 | 2026-06-10T23:02:28.233Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-06-10T23:02:28.373Z | Compiling time-macros v0.2.27 |
| 1879 | 2026-06-10T23:02:28.408Z | Compiling native-tls v0.2.18 |
| 1880 | 2026-06-10T23:02:28.438Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-06-10T23:02:28.456Z | Compiling pretty-hex v0.4.1 |
| 1882 | 2026-06-10T23:02:28.492Z | Compiling base64ct v1.8.3 |
| 1883 | 2026-06-10T23:02:28.518Z | Compiling anyhow v1.0.102 |
| 1884 | 2026-06-10T23:02:28.541Z | Compiling darling_core v0.21.3 |
| 1885 | 2026-06-10T23:02:28.646Z | Compiling pest_generator v2.8.6 |
| 1886 | 2026-06-10T23:02:28.679Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1887 | 2026-06-10T23:02:28.694Z | Compiling tracing-core v0.1.36 |
| 1888 | 2026-06-10T23:02:28.830Z | Compiling pem-rfc7468 v0.7.0 |
| 1889 | 2026-06-10T23:02:28.917Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-06-10T23:02:29.007Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-06-10T23:02:29.078Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-06-10T23:02:29.083Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-06-10T23:02:29.105Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-06-10T23:02:29.131Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-06-10T23:02:29.327Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-06-10T23:02:29.363Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-06-10T23:02:29.415Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-06-10T23:02:29.628Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-06-10T23:02:29.892Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-06-10T23:02:30.115Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-06-10T23:02:30.119Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-06-10T23:02:30.212Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-06-10T23:02:30.246Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-06-10T23:02:30.268Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-06-10T23:02:30.410Z | Compiling yoke v0.8.1 |
| 1906 | 2026-06-10T23:02:30.444Z | Compiling crypto-common v0.1.7 |
| 1907 | 2026-06-10T23:02:30.614Z | Compiling zerovec v0.11.5 |
| 1908 | 2026-06-10T23:02:30.630Z | Compiling zerotrie v0.2.3 |
| 1909 | 2026-06-10T23:02:30.803Z | Compiling block-buffer v0.10.4 |
| 1910 | 2026-06-10T23:02:31.087Z | Compiling digest v0.10.7 |
| 1911 | 2026-06-10T23:02:31.258Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-06-10T23:02:31.262Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-06-10T23:02:31.303Z | Compiling icu_collections v2.1.1 |
| 1914 | 2026-06-10T23:02:31.318Z | Compiling pest_derive v2.8.6 |
| 1915 | 2026-06-10T23:02:31.337Z | Compiling icu_locale_core v2.1.1 |
| 1916 | 2026-06-10T23:02:31.366Z | Compiling futures-util v0.3.32 |
| 1917 | 2026-06-10T23:02:31.369Z | Compiling hmac v0.12.1 |
| 1918 | 2026-06-10T23:02:31.546Z | Compiling block-padding v0.3.3 |
| 1919 | 2026-06-10T23:02:31.604Z | Compiling rustls-pki-types v1.14.0 |
| 1920 | 2026-06-10T23:02:31.776Z | Compiling inout v0.1.4 |
| 1921 | 2026-06-10T23:02:31.946Z | Compiling openssl-macros v0.1.1 |
| 1922 | 2026-06-10T23:02:32.000Z | Compiling cipher v0.4.4 |
| 1923 | 2026-06-10T23:02:32.044Z | Compiling icu_provider v2.1.1 |
| 1924 | 2026-06-10T23:02:32.198Z | Compiling bytes v1.11.1 |
| 1925 | 2026-06-10T23:02:32.256Z | Compiling chrono v0.4.44 |
| 1926 | 2026-06-10T23:02:32.284Z | Compiling serde_tokenstream v0.2.3 |
| 1927 | 2026-06-10T23:02:32.355Z | Compiling icu_normalizer v2.1.1 |
| 1928 | 2026-06-10T23:02:32.455Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-06-10T23:02:32.562Z | Compiling sha2 v0.10.9 |
| 1930 | 2026-06-10T23:02:32.764Z | Compiling tokio v1.52.1 |
| 1931 | 2026-06-10T23:02:33.118Z | Compiling scroll_derive v0.13.1 |
| 1932 | 2026-06-10T23:02:33.407Z | Compiling idna_adapter v1.2.1 |
| 1933 | 2026-06-10T23:02:33.537Z | Compiling idna v1.1.0 |
| 1934 | 2026-06-10T23:02:33.560Z | Compiling ppv-lite86 v0.2.21 |
| 1935 | 2026-06-10T23:02:33.628Z | Compiling scroll_derive v0.12.1 |
| 1936 | 2026-06-10T23:02:33.910Z | Compiling url v2.5.8 |
| 1937 | 2026-06-10T23:02:33.934Z | Compiling http v1.4.0 |
| 1938 | 2026-06-10T23:02:34.008Z | Compiling flagset v0.4.7 |
| 1939 | 2026-06-10T23:02:34.047Z | Compiling untrusted v0.9.0 |
| 1940 | 2026-06-10T23:02:34.146Z | Compiling der v0.7.10 |
| 1941 | 2026-06-10T23:02:34.169Z | Compiling tracing v0.1.44 |
| 1942 | 2026-06-10T23:02:34.338Z | Compiling darling_macro v0.21.3 |
| 1943 | 2026-06-10T23:02:34.459Z | Compiling regex v1.12.3 |
| 1944 | 2026-06-10T23:02:34.474Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-06-10T23:02:34.833Z | Compiling rand_core v0.9.5 |
| 1946 | 2026-06-10T23:02:34.891Z | Compiling slog v2.8.2 |
| 1947 | 2026-06-10T23:02:35.306Z | Compiling spki v0.7.3 |
| 1948 | 2026-06-10T23:02:35.483Z | Compiling darling v0.21.3 |
| 1949 | 2026-06-10T23:02:35.548Z | Compiling salsa20 v0.10.2 |
| 1950 | 2026-06-10T23:02:35.566Z | Compiling pbkdf2 v0.12.2 |
| 1951 | 2026-06-10T23:02:35.937Z | Compiling cookie v0.18.1 |
| 1952 | 2026-06-10T23:02:36.115Z | Compiling camino v1.2.2 |
| 1953 | 2026-06-10T23:02:36.301Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-06-10T23:02:36.425Z | Compiling rand_chacha v0.9.0 |
| 1955 | 2026-06-10T23:02:36.440Z | Compiling http-body v1.0.1 |
| 1956 | 2026-06-10T23:02:36.458Z | Compiling cbc v0.1.2 |
| 1957 | 2026-06-10T23:02:36.545Z | Compiling tokio-util v0.7.18 |
| 1958 | 2026-06-10T23:02:36.562Z | Compiling aes v0.8.4 |
| 1959 | 2026-06-10T23:02:36.652Z | Compiling usdt-impl v0.5.0 |
| 1960 | 2026-06-10T23:02:36.671Z | Compiling untrusted v0.7.1 |
| 1961 | 2026-06-10T23:02:36.691Z | Compiling atomic-waker v1.1.2 |
| 1962 | 2026-06-10T23:02:36.800Z | Compiling usdt-impl v0.6.0 |
| 1963 | 2026-06-10T23:02:36.816Z | Compiling openssl-probe v0.2.1 |
| 1964 | 2026-06-10T23:02:36.819Z | Compiling paste v1.0.15 |
| 1965 | 2026-06-10T23:02:36.866Z | Compiling winnow v0.7.14 |
| 1966 | 2026-06-10T23:02:36.895Z | Compiling either v1.15.0 |
| 1967 | 2026-06-10T23:02:36.978Z | Compiling unicode-segmentation v1.12.0 |
| 1968 | 2026-06-10T23:02:37.044Z | Compiling fastrand v2.3.0 |
| 1969 | 2026-06-10T23:02:37.124Z | Compiling ref-cast v1.0.25 |
| 1970 | 2026-06-10T23:02:37.142Z | Compiling tinyvec_macros v0.1.1 |
| 1971 | 2026-06-10T23:02:37.227Z | Compiling tinyvec v1.10.0 |
| 1972 | 2026-06-10T23:02:37.242Z | Compiling pkcs5 v0.7.1 |
| 1973 | 2026-06-10T23:02:37.431Z | Compiling rand v0.9.2 |
| 1974 | 2026-06-10T23:02:37.596Z | Compiling scroll v0.12.0 |
| 1975 | 2026-06-10T23:02:37.701Z | Compiling scroll v0.13.0 |
| 1976 | 2026-06-10T23:02:37.773Z | Compiling toml_datetime v0.6.11 |
| 1977 | 2026-06-10T23:02:37.884Z | Compiling serde_spanned v0.6.9 |
| 1978 | 2026-06-10T23:02:37.901Z | Compiling async-trait v0.1.89 |
| 1979 | 2026-06-10T23:02:37.921Z | Compiling heapless v0.7.17 |
| 1980 | 2026-06-10T23:02:38.008Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1981 | 2026-06-10T23:02:38.033Z | Compiling rustix v0.38.44 |
| 1982 | 2026-06-10T23:02:38.050Z | Compiling zstd-safe v7.2.4 |
| 1983 | 2026-06-10T23:02:38.224Z | Compiling signal-hook v0.3.18 |
| 1984 | 2026-06-10T23:02:38.287Z | Compiling try-lock v0.2.5 |
| 1985 | 2026-06-10T23:02:38.321Z | Compiling tower-layer v0.3.3 |
| 1986 | 2026-06-10T23:02:38.426Z | Compiling tower-service v0.3.3 |
| 1987 | 2026-06-10T23:02:38.476Z | Compiling h2 v0.4.13 |
| 1988 | 2026-06-10T23:02:38.501Z | Compiling want v0.3.1 |
| 1989 | 2026-06-10T23:02:38.576Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1990 | 2026-06-10T23:02:38.606Z | Compiling goblin v0.10.5 |
| 1991 | 2026-06-10T23:02:38.682Z | Compiling goblin v0.8.2 |
| 1992 | 2026-06-10T23:02:38.767Z | Compiling pkcs8 v0.10.2 |
| 1993 | 2026-06-10T23:02:38.848Z | Compiling heck v0.4.1 |
| 1994 | 2026-06-10T23:02:39.047Z | Compiling zerocopy v0.7.35 |
| 1995 | 2026-06-10T23:02:39.077Z | Compiling ipnet v2.11.0 |
| 1996 | 2026-06-10T23:02:39.174Z | Compiling ref-cast-impl v1.0.25 |
| 1997 | 2026-06-10T23:02:39.395Z | Compiling darling_core v0.20.11 |
| 1998 | 2026-06-10T23:02:39.543Z | Compiling curve25519-dalek v4.1.3 |
| 1999 | 2026-06-10T23:02:39.644Z | Compiling memoffset v0.9.1 |
| 2000 | 2026-06-10T23:02:39.721Z | Compiling foreign-types-shared v0.1.1 |
| 2001 | 2026-06-10T23:02:39.834Z | Compiling litrs v1.0.0 |
| 2002 | 2026-06-10T23:02:39.868Z | Compiling httpdate v1.0.3 |
| 2003 | 2026-06-10T23:02:40.102Z | Compiling winnow v0.5.40 |
| 2004 | 2026-06-10T23:02:40.317Z | Compiling utf8parse v0.2.2 |
| 2005 | 2026-06-10T23:02:40.410Z | Compiling pin-utils v0.1.0 |
| 2006 | 2026-06-10T23:02:40.495Z | Compiling document-features v0.2.12 |
| 2007 | 2026-06-10T23:02:40.511Z | Compiling tempfile v3.25.0 |
| 2008 | 2026-06-10T23:02:40.539Z | Compiling foreign-types v0.3.2 |
| 2009 | 2026-06-10T23:02:40.927Z | Compiling dof v0.3.0 |
| 2010 | 2026-06-10T23:02:41.033Z | Compiling unicode-normalization v0.1.25 |
| 2011 | 2026-06-10T23:02:41.487Z | Compiling dof v0.4.0 |
| 2012 | 2026-06-10T23:02:41.523Z | Compiling darling_macro v0.20.11 |
| 2013 | 2026-06-10T23:02:41.573Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-06-10T23:02:41.661Z | Compiling hyper v1.8.1 |
| 2015 | 2026-06-10T23:02:41.679Z | Compiling dtrace-parser v0.2.0 |
| 2016 | 2026-06-10T23:02:41.912Z | Compiling dtrace-parser v0.3.0 |
| 2017 | 2026-06-10T23:02:42.069Z | Compiling daft-derive v0.1.7 |
| 2018 | 2026-06-10T23:02:42.174Z | Compiling pin-project-internal v1.1.11 |
| 2019 | 2026-06-10T23:02:42.352Z | Compiling spin v0.9.8 |
| 2020 | 2026-06-10T23:02:42.394Z | Compiling thread-id v4.2.2 |
| 2021 | 2026-06-10T23:02:42.503Z | Compiling thread-id v5.1.0 |
| 2022 | 2026-06-10T23:02:42.526Z | Compiling anstyle v1.0.14 |
| 2023 | 2026-06-10T23:02:42.530Z | Compiling num-bigint-dig v0.8.6 |
| 2024 | 2026-06-10T23:02:42.572Z | Compiling powerfmt v0.2.0 |
| 2025 | 2026-06-10T23:02:42.590Z | Compiling cfg_aliases v0.2.1 |
| 2026 | 2026-06-10T23:02:42.609Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-06-10T23:02:42.680Z | Compiling nix v0.31.2 |
| 2028 | 2026-06-10T23:02:42.738Z | Compiling deranged v0.5.8 |
| 2029 | 2026-06-10T23:02:42.781Z | Compiling hyper-util v0.1.20 |
| 2030 | 2026-06-10T23:02:43.118Z | Compiling darling v0.20.11 |
| 2031 | 2026-06-10T23:02:43.215Z | Compiling rustls-native-certs v0.8.3 |
| 2032 | 2026-06-10T23:02:43.255Z | Compiling ipnetwork v0.21.1 |
| 2033 | 2026-06-10T23:02:43.567Z | Compiling strum_macros v0.26.4 |
| 2034 | 2026-06-10T23:02:43.642Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2035 | 2026-06-10T23:02:43.970Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-06-10T23:02:43.979Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-06-10T23:02:44.257Z | Compiling num_threads v0.1.7 |
| 2038 | 2026-06-10T23:02:44.321Z | Compiling is_terminal_polyfill v1.70.2 |
| 2039 | 2026-06-10T23:02:44.337Z | Compiling simd-adler32 v0.3.8 |
| 2040 | 2026-06-10T23:02:44.388Z | Compiling colorchoice v1.0.4 |
| 2041 | 2026-06-10T23:02:44.439Z | Compiling siphasher v1.0.2 |
| 2042 | 2026-06-10T23:02:44.455Z | Compiling bit-vec v0.8.0 |
| 2043 | 2026-06-10T23:02:44.557Z | Compiling quick-error v1.2.3 |
| 2044 | 2026-06-10T23:02:44.595Z | Compiling anstyle-query v1.1.5 |
| 2045 | 2026-06-10T23:02:44.662Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-06-10T23:02:44.666Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-06-10T23:02:44.725Z | Compiling time v0.3.47 |
| 2048 | 2026-06-10T23:02:44.907Z | Compiling tower v0.5.3 |
| 2049 | 2026-06-10T23:02:45.190Z | Compiling derive_builder_core v0.20.2 |
| 2050 | 2026-06-10T23:02:45.225Z | Compiling snafu-derive v0.8.9 |
| 2051 | 2026-06-10T23:02:45.583Z | Compiling http-body-util v0.1.3 |
| 2052 | 2026-06-10T23:02:45.843Z | Compiling webpki-roots v1.0.6 |
| 2053 | 2026-06-10T23:02:45.904Z | Compiling rand_xorshift v0.4.0 |
| 2054 | 2026-06-10T23:02:45.977Z | Compiling signature v2.2.0 |
| 2055 | 2026-06-10T23:02:46.020Z | Compiling hubpack_derive v0.1.1 |
| 2056 | 2026-06-10T23:02:46.074Z | Compiling strum_macros v0.27.2 |
| 2057 | 2026-06-10T23:02:46.144Z | Compiling ahash v0.8.12 |
| 2058 | 2026-06-10T23:02:46.204Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-06-10T23:02:46.315Z | Compiling encoding_rs v0.8.35 |
| 2060 | 2026-06-10T23:02:46.367Z | Compiling ryu v1.0.23 |
| 2061 | 2026-06-10T23:02:46.426Z | Compiling allocator-api2 v0.2.21 |
| 2062 | 2026-06-10T23:02:46.439Z | Compiling mime v0.3.17 |
| 2063 | 2026-06-10T23:02:46.500Z | Compiling object v0.37.3 |
| 2064 | 2026-06-10T23:02:46.520Z | Compiling unarray v0.1.4 |
| 2065 | 2026-06-10T23:02:46.571Z | Compiling unicode-bidi v0.3.18 |
| 2066 | 2026-06-10T23:02:46.794Z | Compiling adler2 v2.0.1 |
| 2067 | 2026-06-10T23:02:46.798Z | Compiling iri-string v0.7.10 |
| 2068 | 2026-06-10T23:02:46.877Z | Compiling unicode-properties v0.1.4 |
| 2069 | 2026-06-10T23:02:46.944Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-06-10T23:02:47.002Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-06-10T23:02:47.006Z | Compiling proptest v1.10.0 |
| 2072 | 2026-06-10T23:02:47.097Z | Compiling stringprep v0.1.5 |
| 2073 | 2026-06-10T23:02:47.444Z | Compiling derive_builder_macro v0.20.2 |
| 2074 | 2026-06-10T23:02:47.468Z | Compiling tokio-native-tls v0.3.1 |
| 2075 | 2026-06-10T23:02:47.616Z | Compiling usdt-macro v0.6.0 |
| 2076 | 2026-06-10T23:02:47.680Z | Compiling usdt-attr-macro v0.6.0 |
| 2077 | 2026-06-10T23:02:47.906Z | Compiling tower-http v0.6.8 |
| 2078 | 2026-06-10T23:02:47.915Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-06-10T23:02:48.213Z | Compiling rand_chacha v0.3.1 |
| 2080 | 2026-06-10T23:02:48.228Z | Compiling erased-serde v0.3.31 |
| 2081 | 2026-06-10T23:02:48.300Z | Compiling md-5 v0.10.6 |
| 2082 | 2026-06-10T23:02:48.371Z | Compiling bstr v1.12.1 |
| 2083 | 2026-06-10T23:02:48.453Z | Compiling num-integer v0.1.46 |
| 2084 | 2026-06-10T23:02:48.462Z | Compiling hash32 v0.2.1 |
| 2085 | 2026-06-10T23:02:48.498Z | Compiling vergen-lib v9.1.0 |
| 2086 | 2026-06-10T23:02:48.590Z | Compiling ff v0.13.1 |
| 2087 | 2026-06-10T23:02:48.663Z | Compiling zlib-rs v0.6.2 |
| 2088 | 2026-06-10T23:02:48.675Z | Compiling fallible-iterator v0.2.0 |
| 2089 | 2026-06-10T23:02:48.818Z | Compiling psl-types v2.0.11 |
| 2090 | 2026-06-10T23:02:48.822Z | Compiling base16ct v0.2.0 |
| 2091 | 2026-06-10T23:02:48.961Z | Compiling publicsuffix v2.3.0 |
| 2092 | 2026-06-10T23:02:48.965Z | Compiling sec1 v0.7.3 |
| 2093 | 2026-06-10T23:02:49.023Z | Compiling newtype-uuid v1.3.2 |
| 2094 | 2026-06-10T23:02:49.158Z | Compiling postgres-protocol v0.6.10 |
| 2095 | 2026-06-10T23:02:49.214Z | Compiling group v0.13.0 |
| 2096 | 2026-06-10T23:02:49.215Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-06-10T23:02:49.335Z | Compiling rand v0.8.6 |
| 2098 | 2026-06-10T23:02:49.785Z | Compiling oxnet v0.1.5 |
| 2099 | 2026-06-10T23:02:49.904Z | Compiling anstream v1.0.0 |
| 2100 | 2026-06-10T23:02:50.017Z | Compiling derive_builder v0.20.2 |
| 2101 | 2026-06-10T23:02:50.119Z | Compiling hyper-tls v0.6.0 |
| 2102 | 2026-06-10T23:02:50.180Z | Compiling phf_shared v0.13.1 |
| 2103 | 2026-06-10T23:02:50.225Z | Compiling pin-project v1.1.11 |
| 2104 | 2026-06-10T23:02:50.339Z | Compiling lazy_static v1.5.0 |
| 2105 | 2026-06-10T23:02:50.399Z | Compiling anstyle-parse v0.2.7 |
| 2106 | 2026-06-10T23:02:50.463Z | Compiling terminal_size v0.4.3 |
| 2107 | 2026-06-10T23:02:50.503Z | Compiling serde_with_macros v3.17.0 |
| 2108 | 2026-06-10T23:02:50.507Z | Compiling futures-executor v0.3.32 |
| 2109 | 2026-06-10T23:02:50.507Z | Compiling hex v0.4.3 |
| 2110 | 2026-06-10T23:02:50.709Z | Compiling hkdf v0.12.4 |
| 2111 | 2026-06-10T23:02:50.792Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-06-10T23:02:50.796Z | Compiling crypto-bigint v0.5.5 |
| 2113 | 2026-06-10T23:02:50.796Z | Compiling clap_derive v4.6.1 |
| 2114 | 2026-06-10T23:02:50.862Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-06-10T23:02:50.945Z | Compiling enum-as-inner v0.6.1 |
| 2116 | 2026-06-10T23:02:50.983Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-06-10T23:02:51.011Z | Compiling vergen v9.1.0 |
| 2118 | 2026-06-10T23:02:51.138Z | Compiling cargo-platform v0.3.2 |
| 2119 | 2026-06-10T23:02:51.202Z | Compiling same-file v1.0.6 |
| 2120 | 2026-06-10T23:02:51.221Z | Compiling bitflags v1.3.2 |
| 2121 | 2026-06-10T23:02:51.361Z | Compiling bumpalo v3.20.2 |
| 2122 | 2026-06-10T23:02:51.422Z | Compiling foldhash v0.1.5 |
| 2123 | 2026-06-10T23:02:51.548Z | Compiling libbz2-rs-sys v0.2.2 |
| 2124 | 2026-06-10T23:02:51.559Z | Compiling foldhash v0.2.0 |
| 2125 | 2026-06-10T23:02:51.582Z | Compiling managed v0.8.0 |
| 2126 | 2026-06-10T23:02:51.659Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-06-10T23:02:51.818Z | Compiling hashbrown v0.16.1 |
| 2128 | 2026-06-10T23:02:51.829Z | Compiling clap_builder v4.6.0 |
| 2129 | 2026-06-10T23:02:51.890Z | Compiling elliptic-curve v0.13.8 |
| 2130 | 2026-06-10T23:02:51.955Z | Compiling bzip2 v0.6.1 |
| 2131 | 2026-06-10T23:02:52.018Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-06-10T23:02:52.124Z | Compiling hashbrown v0.15.5 |
| 2133 | 2026-06-10T23:02:52.187Z | Compiling cargo_metadata v0.23.1 |
| 2134 | 2026-06-10T23:02:52.248Z | Compiling walkdir v2.5.0 |
| 2135 | 2026-06-10T23:02:52.563Z | Compiling futures v0.3.32 |
| 2136 | 2026-06-10T23:02:52.567Z | Compiling anstream v0.6.21 |
| 2137 | 2026-06-10T23:02:52.797Z | Compiling phf v0.13.1 |
| 2138 | 2026-06-10T23:02:52.882Z | Compiling zstd v0.13.3 |
| 2139 | 2026-06-10T23:02:52.899Z | Compiling snafu v0.8.9 |
| 2140 | 2026-06-10T23:02:52.979Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-06-10T23:02:53.111Z | Compiling daft v0.1.7 |
| 2142 | 2026-06-10T23:02:53.153Z | Compiling cookie_store v0.22.1 |
| 2143 | 2026-06-10T23:02:53.240Z | Compiling postgres-types v0.2.12 |
| 2144 | 2026-06-10T23:02:53.363Z | Compiling bzip2 v0.4.4 |
| 2145 | 2026-06-10T23:02:53.402Z | Compiling globset v0.4.18 |
| 2146 | 2026-06-10T23:02:53.419Z | Compiling strum v0.27.2 |
| 2147 | 2026-06-10T23:02:53.700Z | Compiling hubpack v0.1.2 |
| 2148 | 2026-06-10T23:02:53.790Z | Compiling ed25519 v2.2.3 |
| 2149 | 2026-06-10T23:02:53.821Z | Compiling phf_shared v0.11.3 |
| 2150 | 2026-06-10T23:02:53.862Z | Compiling crossbeam-epoch v0.9.18 |
| 2151 | 2026-06-10T23:02:53.917Z | Compiling olpc-cjson v0.1.4 |
| 2152 | 2026-06-10T23:02:53.944Z | Compiling pkcs1 v0.7.5 |
| 2153 | 2026-06-10T23:02:54.043Z | Compiling pem v3.0.6 |
| 2154 | 2026-06-10T23:02:54.117Z | Compiling serde_plain v1.0.2 |
| 2155 | 2026-06-10T23:02:54.176Z | Compiling serde-big-array v0.5.1 |
| 2156 | 2026-06-10T23:02:54.212Z | Compiling rfc6979 v0.4.0 |
| 2157 | 2026-06-10T23:02:54.229Z | Compiling float-cmp v0.10.0 |
| 2158 | 2026-06-10T23:02:54.339Z | Compiling memmap2 v0.9.10 |
| 2159 | 2026-06-10T23:02:54.357Z | Compiling env_filter v1.0.0 |
| 2160 | 2026-06-10T23:02:54.357Z | Compiling typed-path v0.9.3 |
| 2161 | 2026-06-10T23:02:54.404Z | Compiling difflib v0.4.0 |
| 2162 | 2026-06-10T23:02:54.451Z | Compiling predicates-core v1.0.10 |
| 2163 | 2026-06-10T23:02:54.508Z | Compiling jiff v0.2.21 |
| 2164 | 2026-06-10T23:02:54.562Z | Compiling static_assertions v1.1.0 |
| 2165 | 2026-06-10T23:02:54.635Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-06-10T23:02:54.653Z | Compiling keccak v0.1.6 |
| 2167 | 2026-06-10T23:02:54.657Z | Compiling new_debug_unreachable v1.0.6 |
| 2168 | 2026-06-10T23:02:54.657Z | Compiling whoami v2.1.0 |
| 2169 | 2026-06-10T23:02:54.703Z | Compiling fixedbitset v0.5.7 |
| 2170 | 2026-06-10T23:02:54.732Z | Compiling data-encoding v2.10.0 |
| 2171 | 2026-06-10T23:02:54.753Z | Compiling precomputed-hash v0.1.1 |
| 2172 | 2026-06-10T23:02:54.769Z | Compiling toml_write v0.1.2 |
| 2173 | 2026-06-10T23:02:54.861Z | Compiling fixedbitset v0.4.2 |
| 2174 | 2026-06-10T23:02:54.878Z | Compiling string_cache v0.8.9 |
| 2175 | 2026-06-10T23:02:54.895Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-06-10T23:02:54.986Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-06-10T23:02:55.007Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-06-10T23:02:55.036Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-06-10T23:02:55.085Z | Compiling petgraph v0.6.5 |
| 2180 | 2026-06-10T23:02:55.117Z | Compiling tokio-postgres v0.7.16 |
| 2181 | 2026-06-10T23:02:55.184Z | Compiling predicates v3.1.4 |
| 2182 | 2026-06-10T23:02:55.283Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2183 | 2026-06-10T23:02:55.551Z | Compiling env_logger v0.11.9 |
| 2184 | 2026-06-10T23:02:55.570Z | Compiling usdt v0.6.0 |
| 2185 | 2026-06-10T23:02:55.844Z | Compiling ecdsa v0.16.9 |
| 2186 | 2026-06-10T23:02:55.888Z | Compiling rsa v0.9.10 |
| 2187 | 2026-06-10T23:02:56.255Z | Compiling ed25519-dalek v2.2.0 |
| 2188 | 2026-06-10T23:02:56.798Z | Compiling zip v0.6.6 |
| 2189 | 2026-06-10T23:02:56.912Z | Compiling crossterm v0.28.1 |
| 2190 | 2026-06-10T23:02:56.965Z | Compiling iddqd v0.4.2 |
| 2191 | 2026-06-10T23:02:57.157Z | Compiling zip v4.6.1 |
| 2192 | 2026-06-10T23:02:57.342Z | Compiling clap v4.6.1 |
| 2193 | 2026-06-10T23:02:57.763Z | Compiling serde_with v3.17.0 |
| 2194 | 2026-06-10T23:02:57.956Z | Compiling similar v2.7.0 |
| 2195 | 2026-06-10T23:02:57.973Z | Compiling strum v0.26.3 |
| 2196 | 2026-06-10T23:02:58.057Z | Compiling toml v0.7.8 |
| 2197 | 2026-06-10T23:02:58.092Z | Compiling tokio-stream v0.1.18 |
| 2198 | 2026-06-10T23:02:58.129Z | Compiling itertools v0.13.0 |
| 2199 | 2026-06-10T23:02:58.145Z | Compiling buf-list v1.1.2 |
| 2200 | 2026-06-10T23:02:58.267Z | Compiling x509-cert v0.2.5 |
| 2201 | 2026-06-10T23:02:58.627Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-06-10T23:02:58.690Z | Compiling openapiv3 v2.2.0 |
| 2203 | 2026-06-10T23:02:58.952Z | Compiling sha1 v0.10.6 |
| 2204 | 2026-06-10T23:02:59.250Z | Compiling peg-runtime v0.8.5 |
| 2205 | 2026-06-10T23:02:59.369Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-06-10T23:03:14.910Z | Compiling rustls-webpki v0.103.9 |
| 2207 | 2026-06-10T23:03:15.713Z | Compiling macaddr v1.0.1 |
| 2208 | 2026-06-10T23:03:15.884Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-06-10T23:03:15.928Z | Compiling rayon-core v1.13.0 |
| 2210 | 2026-06-10T23:03:16.013Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-06-10T23:03:16.031Z | Compiling itertools v0.14.0 |
| 2212 | 2026-06-10T23:03:16.166Z | Compiling secrecy v0.10.3 |
| 2213 | 2026-06-10T23:03:16.190Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2214 | 2026-06-10T23:03:16.250Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2215 | 2026-06-10T23:03:16.327Z | Compiling rustls v0.22.4 |
| 2216 | 2026-06-10T23:03:16.361Z | Compiling heapless v0.8.0 |
| 2217 | 2026-06-10T23:03:16.517Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2218 | 2026-06-10T23:03:16.577Z | Compiling crossbeam-deque v0.8.6 |
| 2219 | 2026-06-10T23:03:16.642Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2026-06-10T23:03:16.653Z | Compiling rustls-webpki v0.102.8 |
| 2221 | 2026-06-10T23:03:16.715Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-06-10T23:03:16.795Z | Compiling multer v3.1.0 |
| 2223 | 2026-06-10T23:03:16.859Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-06-10T23:03:16.863Z | Compiling slog-async v2.8.0 |
| 2225 | 2026-06-10T23:03:16.863Z | Compiling unicode-width v0.2.0 |
| 2226 | 2026-06-10T23:03:16.900Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-06-10T23:03:16.917Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-06-10T23:03:17.021Z | Compiling match_cfg v0.1.0 |
| 2229 | 2026-06-10T23:03:17.112Z | Compiling smoltcp v0.11.0 |
| 2230 | 2026-06-10T23:03:17.139Z | Compiling compression-core v0.4.31 |
| 2231 | 2026-06-10T23:03:17.156Z | Compiling derive-ex v0.1.8 |
| 2232 | 2026-06-10T23:03:17.216Z | Compiling hostname v0.3.1 |
| 2233 | 2026-06-10T23:03:17.250Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-06-10T23:03:17.303Z | Compiling ingot-macros v0.1.1 |
| 2235 | 2026-06-10T23:03:17.335Z | Compiling compression-codecs v0.4.37 |
| 2236 | 2026-06-10T23:03:17.464Z | Compiling atomicwrites v0.4.4 |
| 2237 | 2026-06-10T23:03:17.503Z | Compiling slog-json v2.6.1 |
| 2238 | 2026-06-10T23:03:17.692Z | Compiling crossbeam-channel v0.5.15 |
| 2239 | 2026-06-10T23:03:17.722Z | Compiling half v2.7.1 |
| 2240 | 2026-06-10T23:03:17.776Z | Compiling newtype-uuid-macros v0.1.0 |
| 2241 | 2026-06-10T23:03:17.798Z | Compiling cobs v0.3.0 |
| 2242 | 2026-06-10T23:03:17.940Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2243 | 2026-06-10T23:03:18.091Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-06-10T23:03:18.091Z | Compiling async-stream-impl v0.3.6 |
| 2245 | 2026-06-10T23:03:18.262Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-10T23:03:18.414Z | Compiling serde_spanned v1.0.4 |
| 2247 | 2026-06-10T23:03:18.498Z | Compiling tokio-rustls v0.26.4 |
| 2248 | 2026-06-10T23:03:18.518Z | Compiling rustls-platform-verifier v0.6.2 |
| 2249 | 2026-06-10T23:03:18.606Z | Compiling is-terminal v0.4.17 |
| 2250 | 2026-06-10T23:03:18.692Z | Compiling proc-macro-error-attr v1.0.4 |
| 2251 | 2026-06-10T23:03:18.706Z | Compiling dropshot v0.17.0 |
| 2252 | 2026-06-10T23:03:18.743Z | Compiling term v1.2.1 |
| 2253 | 2026-06-10T23:03:18.750Z | Compiling opaque-debug v0.3.1 |
| 2254 | 2026-06-10T23:03:18.776Z | Compiling hyper-rustls v0.27.7 |
| 2255 | 2026-06-10T23:03:18.808Z | Compiling ciborium-io v0.2.2 |
| 2256 | 2026-06-10T23:03:18.856Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-10T23:03:18.923Z | Compiling convert_case v0.4.0 |
| 2258 | 2026-06-10T23:03:18.942Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2259 | 2026-06-10T23:03:18.955Z | Compiling take_mut v0.2.2 |
| 2260 | 2026-06-10T23:03:19.003Z | Compiling thiserror-no-std v2.0.2 |
| 2261 | 2026-06-10T23:03:19.046Z | Compiling reqwest v0.12.28 |
| 2262 | 2026-06-10T23:03:19.096Z | Compiling reqwest v0.13.2 |
| 2263 | 2026-06-10T23:03:19.118Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2264 | 2026-06-10T23:03:19.136Z | Compiling slog-term v2.9.2 |
| 2265 | 2026-06-10T23:03:19.248Z | Compiling ciborium-ll v0.2.2 |
| 2266 | 2026-06-10T23:03:19.264Z | Compiling poly1305 v0.8.0 |
| 2267 | 2026-06-10T23:03:19.270Z | Compiling derive_more v0.99.20 |
| 2268 | 2026-06-10T23:03:19.570Z | Compiling tokio-rustls v0.25.0 |
| 2269 | 2026-06-10T23:03:19.824Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-06-10T23:03:19.930Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-06-10T23:03:19.946Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-06-10T23:03:20.145Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-06-10T23:03:20.193Z | Compiling postcard v1.1.3 |
| 2274 | 2026-06-10T23:03:20.405Z | Compiling ingot v0.1.1 |
| 2275 | 2026-06-10T23:03:20.444Z | Compiling num_enum_derive v0.7.6 |
| 2276 | 2026-06-10T23:03:20.575Z | Compiling slog-bunyan v2.5.0 |
| 2277 | 2026-06-10T23:03:20.594Z | Compiling tough v0.22.0 |
| 2278 | 2026-06-10T23:03:20.680Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-06-10T23:03:21.129Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-06-10T23:03:21.170Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2281 | 2026-06-10T23:03:21.392Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2282 | 2026-06-10T23:03:21.469Z | Compiling proc-macro-crate v1.3.1 |
| 2283 | 2026-06-10T23:03:21.710Z | Compiling backon v1.6.0 |
| 2284 | 2026-06-10T23:03:21.856Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-06-10T23:03:21.910Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2286 | 2026-06-10T23:03:21.927Z | Compiling password-hash v0.5.0 |
| 2287 | 2026-06-10T23:03:21.980Z | Compiling chacha20 v0.9.1 |
| 2288 | 2026-06-10T23:03:22.035Z | Compiling dropshot_endpoint v0.17.0 |
| 2289 | 2026-06-10T23:03:22.274Z | Compiling rustls-pemfile v2.2.0 |
| 2290 | 2026-06-10T23:03:22.407Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-06-10T23:03:22.427Z | Compiling aead v0.5.2 |
| 2292 | 2026-06-10T23:03:22.642Z | Compiling foreign-types-macros v0.2.3 |
| 2293 | 2026-06-10T23:03:22.647Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2294 | 2026-06-10T23:03:22.647Z | Compiling serde_path_to_error v0.1.20 |
| 2295 | 2026-06-10T23:03:22.722Z | Compiling hostname v0.4.2 |
| 2296 | 2026-06-10T23:03:22.889Z | Compiling proc-macro-error v1.0.4 |
| 2297 | 2026-06-10T23:03:22.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2298 | 2026-06-10T23:03:22.947Z | Compiling instant v0.1.13 |
| 2299 | 2026-06-10T23:03:22.978Z | Compiling cpufeatures v0.3.0 |
| 2300 | 2026-06-10T23:03:23.031Z | Compiling typeid v1.0.3 |
| 2301 | 2026-06-10T23:03:23.077Z | Compiling debug-ignore v1.0.5 |
| 2302 | 2026-06-10T23:03:23.123Z | Compiling foreign-types-shared v0.3.1 |
| 2303 | 2026-06-10T23:03:23.124Z | Compiling chacha20 v0.10.0 |
| 2304 | 2026-06-10T23:03:23.130Z | Compiling backoff v0.4.0 |
| 2305 | 2026-06-10T23:03:23.218Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2306 | 2026-06-10T23:03:23.236Z | Compiling argon2 v0.5.3 |
| 2307 | 2026-06-10T23:03:23.249Z | Compiling foreign-types v0.5.0 |
| 2308 | 2026-06-10T23:03:23.249Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-06-10T23:03:23.264Z | Compiling chacha20poly1305 v0.10.1 |
| 2310 | 2026-06-10T23:03:23.301Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2311 | 2026-06-10T23:03:23.301Z | Compiling num_enum_derive v0.5.11 |
| 2312 | 2026-06-10T23:03:23.355Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2313 | 2026-06-10T23:03:23.384Z | Compiling num_enum v0.7.6 |
| 2314 | 2026-06-10T23:03:23.400Z | Compiling ciborium v0.2.2 |
| 2315 | 2026-06-10T23:03:23.455Z | Compiling vsss-rs v3.3.4 |
| 2316 | 2026-06-10T23:03:23.718Z | Compiling tabwriter v1.4.1 |
| 2317 | 2026-06-10T23:03:23.760Z | Compiling regress v0.10.5 |
| 2318 | 2026-06-10T23:03:24.139Z | Compiling byte-wrapper v0.1.0 |
| 2319 | 2026-06-10T23:03:24.170Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2320 | 2026-06-10T23:03:24.205Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2321 | 2026-06-10T23:03:24.255Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-06-10T23:03:24.286Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2323 | 2026-06-10T23:03:24.304Z | Compiling cstr-argument v0.1.2 |
| 2324 | 2026-06-10T23:03:24.494Z | Compiling humantime v2.3.0 |
| 2325 | 2026-06-10T23:03:24.554Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2326 | 2026-06-10T23:03:24.647Z | Compiling erased-serde v0.4.9 |
| 2327 | 2026-06-10T23:03:24.715Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2328 | 2026-06-10T23:03:24.892Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2329 | 2026-06-10T23:03:24.941Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2330 | 2026-06-10T23:03:24.994Z | Compiling num_enum v0.5.11 |
| 2331 | 2026-06-10T23:03:25.013Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2332 | 2026-06-10T23:03:25.067Z | Compiling rand v0.10.0 |
| 2333 | 2026-06-10T23:03:25.084Z | Compiling rayon v1.11.0 |
| 2334 | 2026-06-10T23:03:25.105Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2335 | 2026-06-10T23:03:25.141Z | Compiling indent_write v2.2.0 |
| 2336 | 2026-06-10T23:03:25.184Z | Compiling libefi-sys v0.1.0 |
| 2337 | 2026-06-10T23:03:25.333Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2338 | 2026-06-10T23:03:25.337Z | Compiling colored v3.1.1 |
| 2339 | 2026-06-10T23:03:25.337Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-06-10T23:03:25.433Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2341 | 2026-06-10T23:03:25.467Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2342 | 2026-06-10T23:03:25.474Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2343 | 2026-06-10T23:03:25.479Z | Compiling camino-tempfile v1.4.1 |
| 2344 | 2026-06-10T23:03:25.603Z | Compiling itertools v0.12.1 |
| 2345 | 2026-06-10T23:03:25.884Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-06-10T23:03:25.900Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-06-10T23:03:25.950Z | Compiling bitfield-struct v0.6.2 |
| 2348 | 2026-06-10T23:03:25.996Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-06-10T23:03:26.015Z | Compiling blake3 v1.8.3 |
| 2350 | 2026-06-10T23:03:26.030Z | Compiling ordered-float v2.10.1 |
| 2351 | 2026-06-10T23:03:26.327Z | Compiling memmap v0.7.0 |
| 2352 | 2026-06-10T23:03:26.383Z | Compiling sigpipe v0.1.3 |
| 2353 | 2026-06-10T23:03:26.570Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-06-10T23:03:26.577Z | Compiling glob v0.3.3 |
| 2355 | 2026-06-10T23:03:26.596Z | Compiling swrite v0.1.0 |
| 2356 | 2026-06-10T23:03:26.611Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-06-10T23:03:26.677Z | Compiling usdt v0.5.0 |
| 2358 | 2026-06-10T23:03:26.757Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2359 | 2026-06-10T23:03:26.909Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2360 | 2026-06-10T23:03:26.956Z | Compiling zone v0.3.1 |
| 2361 | 2026-06-10T23:03:27.093Z | Compiling serde-value v0.7.0 |
| 2362 | 2026-06-10T23:03:27.238Z | Compiling serde-untagged v0.1.9 |
| 2363 | 2026-06-10T23:03:27.304Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2364 | 2026-06-10T23:03:27.512Z | Compiling toml v0.8.23 |
| 2365 | 2026-06-10T23:03:27.549Z | Compiling smf v0.2.3 |
| 2366 | 2026-06-10T23:03:27.584Z | Compiling filetime v0.2.27 |
| 2367 | 2026-06-10T23:03:27.603Z | Compiling arrayvec v0.7.6 |
| 2368 | 2026-06-10T23:03:27.623Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-06-10T23:03:27.640Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-06-10T23:03:27.719Z | Compiling whoami v1.6.1 |
| 2371 | 2026-06-10T23:03:27.737Z | Compiling unicode-xid v0.2.6 |
| 2372 | 2026-06-10T23:03:27.787Z | Compiling xattr v1.6.1 |
| 2373 | 2026-06-10T23:03:27.813Z | Compiling constant_time_eq v0.4.2 |
| 2374 | 2026-06-10T23:03:27.828Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-06-10T23:03:27.864Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2376 | 2026-06-10T23:03:27.906Z | Compiling tokio-dtrace v0.1.1 |
| 2377 | 2026-06-10T23:03:28.012Z | Compiling cargo-util-schemas v0.8.2 |
| 2378 | 2026-06-10T23:03:28.118Z | Compiling tar v0.4.45 |
| 2379 | 2026-06-10T23:03:28.196Z | Compiling console v0.16.2 |
| 2380 | 2026-06-10T23:03:28.250Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-06-10T23:03:28.433Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-06-10T23:03:28.498Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-06-10T23:03:28.515Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-06-10T23:03:28.537Z | Compiling oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-10T23:03:28.682Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-06-10T23:03:28.701Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2026-06-10T23:03:28.717Z | Compiling shell-words v1.1.1 |
| 2388 | 2026-06-10T23:03:29.231Z | Compiling cargo_metadata v0.21.0 |
| 2389 | 2026-06-10T23:03:38.413Z | Compiling progenitor-client v0.10.0 |
| 2390 | 2026-06-10T23:03:38.413Z | Compiling omicron-zone-package v0.12.2 |
| 2391 | 2026-06-10T23:03:38.446Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-06-10T23:03:38.934Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-06-10T23:03:41.253Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-06-10T23:03:41.347Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2395 | 2026-06-10T23:03:41.394Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-06-10T23:03:41.417Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2397 | 2026-06-10T23:03:41.442Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-06-10T23:03:41.462Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2399 | 2026-06-10T23:03:41.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2400 | 2026-06-10T23:03:41.701Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2401 | 2026-06-10T23:03:41.780Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2402 | 2026-06-10T23:03:45.544Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-06-10T23:03:53.336Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-06-10T23:03:56.331Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-06-10T23:03:57.326Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-06-10T23:04:07.067Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2407 | 2026-06-10T23:04:07.221Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-06-10T23:04:07.285Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-06-10T23:04:07.289Z | Created new build target 'test' and set it as active |
| 2410 | 2026-06-10T23:04:07.289Z | |
| 2411 | 2026-06-10T23:04:07.292Z | real 1:44.983531873 |
| 2412 | 2026-06-10T23:04:07.292Z | user 17:01.611488398 |
| 2413 | 2026-06-10T23:04:07.292Z | sys 2:43.839395870 |
| 2414 | 2026-06-10T23:04:07.292Z | trap 0.472846357 |
| 2415 | 2026-06-10T23:04:07.292Z | tflt 3.004513977 |
| 2416 | 2026-06-10T23:04:07.293Z | dflt 4.940797502 |
| 2417 | 2026-06-10T23:04:07.293Z | kflt 0.000592590 |
| 2418 | 2026-06-10T23:04:07.293Z | lock 53:04.928202471 |
| 2419 | 2026-06-10T23:04:07.293Z | slp 43:28.517256745 |
| 2420 | 2026-06-10T23:04:07.293Z | lat 45.789150369 |
| 2421 | 2026-06-10T23:04:07.293Z | stop 5:43.850751502 |
| 2422 | 2026-06-10T23:04:07.293Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-06-10T23:04:08.188Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2424 | 2026-06-10T23:04:08.268Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-06-10T23:04:08.436Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-06-10T23:04:09.798Z | Compiling heck v0.5.0 |
| 2427 | 2026-06-10T23:04:09.807Z | Compiling regress v0.11.1 |
| 2428 | 2026-06-10T23:04:09.807Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-06-10T23:04:10.050Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-06-10T23:04:10.076Z | Compiling atomicwrites v0.4.4 |
| 2431 | 2026-06-10T23:04:10.102Z | Compiling regress v0.10.5 |
| 2432 | 2026-06-10T23:04:10.122Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-06-10T23:04:10.152Z | Compiling unicode-width v0.1.14 |
| 2434 | 2026-06-10T23:04:10.155Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-06-10T23:04:10.156Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2436 | 2026-06-10T23:04:10.168Z | Compiling bytecount v0.6.9 |
| 2437 | 2026-06-10T23:04:10.175Z | Compiling rustls v0.22.4 |
| 2438 | 2026-06-10T23:04:10.175Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-06-10T23:04:10.215Z | Compiling derive-where v1.6.0 |
| 2440 | 2026-06-10T23:04:10.240Z | Compiling thread_local v1.1.9 |
| 2441 | 2026-06-10T23:04:10.283Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-06-10T23:04:10.327Z | Compiling compression-core v0.4.31 |
| 2443 | 2026-06-10T23:04:10.351Z | Compiling multer v3.1.0 |
| 2444 | 2026-06-10T23:04:10.403Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2445 | 2026-06-10T23:04:10.408Z | Compiling slog-async v2.8.0 |
| 2446 | 2026-06-10T23:04:10.450Z | Compiling hostname v0.3.1 |
| 2447 | 2026-06-10T23:04:10.456Z | Compiling crossbeam-channel v0.5.15 |
| 2448 | 2026-06-10T23:04:10.493Z | Compiling slog-json v2.6.1 |
| 2449 | 2026-06-10T23:04:10.498Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-06-10T23:04:10.539Z | Compiling serde_yaml v0.9.34+deprecated |
| 2451 | 2026-06-10T23:04:10.545Z | Compiling serde_spanned v1.0.4 |
| 2452 | 2026-06-10T23:04:10.588Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2453 | 2026-06-10T23:04:10.591Z | Compiling term v1.2.1 |
| 2454 | 2026-06-10T23:04:10.680Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2455 | 2026-06-10T23:04:10.719Z | Compiling take_mut v0.2.2 |
| 2456 | 2026-06-10T23:04:10.749Z | Compiling async-compression v0.4.41 |
| 2457 | 2026-06-10T23:04:10.772Z | Compiling slog-bunyan v2.5.0 |
| 2458 | 2026-06-10T23:04:10.897Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2459 | 2026-06-10T23:04:10.941Z | Compiling slog-term v2.9.2 |
| 2460 | 2026-06-10T23:04:10.945Z | Compiling async-stream v0.3.6 |
| 2461 | 2026-06-10T23:04:11.008Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2026-06-10T23:04:11.097Z | Compiling dropshot v0.17.0 |
| 2463 | 2026-06-10T23:04:11.146Z | Compiling num-rational v0.4.2 |
| 2464 | 2026-06-10T23:04:11.163Z | Compiling progenitor-client v0.14.0 |
| 2465 | 2026-06-10T23:04:11.182Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2466 | 2026-06-10T23:04:11.205Z | Compiling waitgroup v0.1.2 |
| 2467 | 2026-06-10T23:04:11.281Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2468 | 2026-06-10T23:04:11.345Z | Compiling backon v1.6.0 |
| 2469 | 2026-06-10T23:04:11.366Z | Compiling rustls-pemfile v2.2.0 |
| 2470 | 2026-06-10T23:04:11.388Z | Compiling num-complex v0.4.6 |
| 2471 | 2026-06-10T23:04:11.412Z | Compiling hostname v0.4.2 |
| 2472 | 2026-06-10T23:04:11.488Z | Compiling serde_path_to_error v0.1.20 |
| 2473 | 2026-06-10T23:04:11.510Z | Compiling instant v0.1.13 |
| 2474 | 2026-06-10T23:04:11.514Z | Compiling debug-ignore v1.0.5 |
| 2475 | 2026-06-10T23:04:11.575Z | Compiling typify-impl v0.6.2 |
| 2476 | 2026-06-10T23:04:11.576Z | Compiling progenitor-extras v0.2.0 |
| 2477 | 2026-06-10T23:04:11.579Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2478 | 2026-06-10T23:04:11.654Z | Compiling backoff v0.4.0 |
| 2479 | 2026-06-10T23:04:11.724Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2480 | 2026-06-10T23:04:11.888Z | Compiling num v0.4.3 |
| 2481 | 2026-06-10T23:04:11.894Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-06-10T23:04:11.894Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-06-10T23:04:11.894Z | Compiling progenitor-client v0.10.0 |
| 2484 | 2026-06-10T23:04:11.980Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2485 | 2026-06-10T23:04:12.003Z | Compiling macaddr v1.0.1 |
| 2486 | 2026-06-10T23:04:12.053Z | Compiling float-ord v0.3.2 |
| 2487 | 2026-06-10T23:04:12.098Z | Compiling humantime v2.3.0 |
| 2488 | 2026-06-10T23:04:12.221Z | Compiling console v0.15.11 |
| 2489 | 2026-06-10T23:04:12.274Z | Compiling newline-converter v0.3.0 |
| 2490 | 2026-06-10T23:04:12.280Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-06-10T23:04:12.376Z | Compiling resolv-conf v0.7.6 |
| 2492 | 2026-06-10T23:04:12.399Z | Compiling owo-colors v4.3.0 |
| 2493 | 2026-06-10T23:04:12.444Z | Compiling cancel-safe-futures v0.1.5 |
| 2494 | 2026-06-10T23:04:12.546Z | Compiling tokio-rustls v0.25.0 |
| 2495 | 2026-06-10T23:04:12.680Z | Compiling expectorate v1.2.0 |
| 2496 | 2026-06-10T23:04:12.749Z | Compiling toml v0.8.23 |
| 2497 | 2026-06-10T23:04:12.824Z | Compiling libsw-core v0.3.2 |
| 2498 | 2026-06-10T23:04:12.998Z | Compiling linear-map v1.2.0 |
| 2499 | 2026-06-10T23:04:13.023Z | Compiling libsw v3.5.0 |
| 2500 | 2026-06-10T23:04:13.043Z | Compiling linked-hash-map v0.5.6 |
| 2501 | 2026-06-10T23:04:13.244Z | Compiling lru-cache v0.1.2 |
| 2502 | 2026-06-10T23:04:13.248Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2503 | 2026-06-10T23:04:13.248Z | Compiling minimal-lexical v0.2.1 |
| 2504 | 2026-06-10T23:04:13.290Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2505 | 2026-06-10T23:04:13.337Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2506 | 2026-06-10T23:04:13.415Z | Compiling hickory-proto v0.24.4 |
| 2507 | 2026-06-10T23:04:13.436Z | Compiling unicode-xid v0.2.6 |
| 2508 | 2026-06-10T23:04:13.568Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2509 | 2026-06-10T23:04:13.593Z | Compiling nom v7.1.3 |
| 2510 | 2026-06-10T23:04:13.613Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2511 | 2026-06-10T23:04:13.614Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2512 | 2026-06-10T23:04:13.922Z | Compiling convert_case v0.10.0 |
| 2513 | 2026-06-10T23:04:14.142Z | Compiling derive_more-impl v2.1.1 |
| 2514 | 2026-06-10T23:04:14.468Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2515 | 2026-06-10T23:04:14.861Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2516 | 2026-06-10T23:04:14.999Z | Compiling derive_more v2.1.1 |
| 2517 | 2026-06-10T23:04:15.044Z | Compiling papergrid v0.11.0 |
| 2518 | 2026-06-10T23:04:15.060Z | Compiling tabled_derive v0.7.0 |
| 2519 | 2026-06-10T23:04:15.115Z | Compiling typify-macro v0.6.2 |
| 2520 | 2026-06-10T23:04:15.137Z | Compiling termtree v0.5.1 |
| 2521 | 2026-06-10T23:04:15.341Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2522 | 2026-06-10T23:04:15.585Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2523 | 2026-06-10T23:04:15.912Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-06-10T23:04:15.967Z | Compiling hickory-resolver v0.24.4 |
| 2525 | 2026-06-10T23:04:16.170Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2526 | 2026-06-10T23:04:16.240Z | Compiling tabled v0.15.0 |
| 2527 | 2026-06-10T23:04:16.395Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2528 | 2026-06-10T23:04:16.648Z | Compiling typify v0.6.2 |
| 2529 | 2026-06-10T23:04:16.790Z | Compiling progenitor-impl v0.14.0 |
| 2530 | 2026-06-10T23:04:17.486Z | Compiling qorb v0.4.1 |
| 2531 | 2026-06-10T23:04:17.572Z | Compiling crossterm v0.29.0 |
| 2532 | 2026-06-10T23:04:18.959Z | Compiling progenitor-macro v0.14.0 |
| 2533 | 2026-06-10T23:04:19.532Z | Compiling phf_shared v0.12.1 |
| 2534 | 2026-06-10T23:04:19.778Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2535 | 2026-06-10T23:04:20.332Z | Compiling csv-core v0.1.13 |
| 2536 | 2026-06-10T23:04:20.520Z | Compiling vte v0.14.1 |
| 2537 | 2026-06-10T23:04:20.774Z | Compiling highway v1.3.0 |
| 2538 | 2026-06-10T23:04:20.788Z | Compiling chrono-tz v0.10.4 |
| 2539 | 2026-06-10T23:04:21.004Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2540 | 2026-06-10T23:04:21.414Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2541 | 2026-06-10T23:04:21.522Z | Compiling strip-ansi-escapes v0.2.1 |
| 2542 | 2026-06-10T23:04:21.545Z | Compiling csv v1.4.0 |
| 2543 | 2026-06-10T23:04:21.659Z | Compiling phf v0.12.1 |
| 2544 | 2026-06-10T23:04:21.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2026-06-10T23:04:21.908Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-06-10T23:04:21.986Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-06-10T23:04:22.086Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-06-10T23:04:22.466Z | Compiling fd-lock v4.0.4 |
| 2549 | 2026-06-10T23:04:22.542Z | Compiling peg-macros v0.8.5 |
| 2550 | 2026-06-10T23:04:22.710Z | Compiling nu-ansi-term v0.50.3 |
| 2551 | 2026-06-10T23:04:23.051Z | Compiling progenitor v0.14.0 |
| 2552 | 2026-06-10T23:04:23.074Z | Compiling reedline v0.40.0 |
| 2553 | 2026-06-10T23:04:23.238Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2554 | 2026-06-10T23:04:23.273Z | Compiling const_format v0.2.35 |
| 2555 | 2026-06-10T23:04:23.818Z | Compiling peg v0.8.5 |
| 2556 | 2026-06-10T23:04:23.839Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2557 | 2026-06-10T23:04:24.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2558 | 2026-06-10T23:04:24.133Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-06-10T23:04:24.194Z | Compiling bcs v0.1.6 |
| 2560 | 2026-06-10T23:04:24.657Z | Compiling nom v8.0.0 |
| 2561 | 2026-06-10T23:04:24.714Z | Compiling semver v0.1.20 |
| 2562 | 2026-06-10T23:04:25.016Z | Compiling rustc_version v0.1.7 |
| 2563 | 2026-06-10T23:04:25.248Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-06-10T23:04:25.479Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-06-10T23:04:25.739Z | Compiling smawk v0.3.2 |
| 2566 | 2026-06-10T23:04:25.936Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-06-10T23:04:26.046Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2568 | 2026-06-10T23:04:26.154Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-06-10T23:04:26.347Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2570 | 2026-06-10T23:04:26.435Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2571 | 2026-06-10T23:04:26.813Z | Compiling base64 v0.21.7 |
| 2572 | 2026-06-10T23:04:26.838Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2573 | 2026-06-10T23:04:27.143Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2574 | 2026-06-10T23:04:27.310Z | Compiling steno v0.4.1 |
| 2575 | 2026-06-10T23:04:27.333Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2576 | 2026-06-10T23:04:27.368Z | Compiling tagptr v0.2.0 |
| 2577 | 2026-06-10T23:04:27.461Z | Compiling utf-8 v0.7.6 |
| 2578 | 2026-06-10T23:04:27.572Z | Compiling moka v0.12.13 |
| 2579 | 2026-06-10T23:04:27.705Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2580 | 2026-06-10T23:04:27.764Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2581 | 2026-06-10T23:04:27.947Z | Compiling tungstenite v0.21.0 |
| 2582 | 2026-06-10T23:04:27.969Z | Compiling radium v0.7.0 |
| 2583 | 2026-06-10T23:04:27.995Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-06-10T23:04:28.346Z | Compiling tap v1.0.1 |
| 2585 | 2026-06-10T23:04:28.476Z | Compiling display-error-chain v0.2.2 |
| 2586 | 2026-06-10T23:04:28.532Z | Compiling tokio-tungstenite v0.21.0 |
| 2587 | 2026-06-10T23:04:28.681Z | Compiling hickory-resolver v0.25.2 |
| 2588 | 2026-06-10T23:04:28.833Z | Compiling wyz v0.5.1 |
| 2589 | 2026-06-10T23:04:28.856Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2590 | 2026-06-10T23:04:29.192Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-06-10T23:04:29.327Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-06-10T23:04:29.675Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-06-10T23:04:30.125Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2594 | 2026-06-10T23:04:30.276Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2595 | 2026-06-10T23:04:30.469Z | Compiling funty v2.0.0 |
| 2596 | 2026-06-10T23:04:30.691Z | Compiling crc-catalog v2.4.0 |
| 2597 | 2026-06-10T23:04:30.818Z | Compiling packed_struct v0.10.1 |
| 2598 | 2026-06-10T23:04:31.104Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-06-10T23:04:31.438Z | Compiling bitvec v1.0.1 |
| 2600 | 2026-06-10T23:04:31.491Z | Compiling crc v3.4.0 |
| 2601 | 2026-06-10T23:04:31.724Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2602 | 2026-06-10T23:04:32.014Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2603 | 2026-06-10T23:04:32.071Z | Compiling proc-macro-error2 v2.0.1 |
| 2604 | 2026-06-10T23:04:32.159Z | Compiling zerocopy v0.6.6 |
| 2605 | 2026-06-10T23:04:32.477Z | Compiling libscf-sys v1.1.0 |
| 2606 | 2026-06-10T23:04:32.663Z | Compiling packed_struct_codegen v0.10.1 |
| 2607 | 2026-06-10T23:04:32.681Z | Compiling vergen-lib v0.1.6 |
| 2608 | 2026-06-10T23:04:32.912Z | Compiling bitfield-macros v0.19.4 |
| 2609 | 2026-06-10T23:04:33.265Z | Compiling indexmap v1.9.3 |
| 2610 | 2026-06-10T23:04:33.284Z | Compiling nodrop v0.1.14 |
| 2611 | 2026-06-10T23:04:33.420Z | Compiling array-init v0.0.4 |
| 2612 | 2026-06-10T23:04:33.575Z | Compiling smallvec v0.6.14 |
| 2613 | 2026-06-10T23:04:33.644Z | Compiling bitfield v0.19.4 |
| 2614 | 2026-06-10T23:04:33.746Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2615 | 2026-06-10T23:04:33.829Z | Compiling tabled_derive v0.11.0 |
| 2616 | 2026-06-10T23:04:33.962Z | Compiling papergrid v0.17.0 |
| 2617 | 2026-06-10T23:04:34.039Z | Compiling testing_table v0.3.0 |
| 2618 | 2026-06-10T23:04:34.446Z | Compiling vergen-gitcl v1.0.8 |
| 2619 | 2026-06-10T23:04:34.474Z | Compiling dirs-sys-next v0.1.2 |
| 2620 | 2026-06-10T23:04:34.574Z | Compiling maplit v1.0.2 |
| 2621 | 2026-06-10T23:04:34.688Z | Compiling crunchy v0.2.4 |
| 2622 | 2026-06-10T23:04:34.712Z | Compiling hashbrown v0.12.3 |
| 2623 | 2026-06-10T23:04:34.748Z | Compiling glob v0.3.3 |
| 2624 | 2026-06-10T23:04:34.771Z | Compiling diesel_derives v2.3.7 |
| 2625 | 2026-06-10T23:04:34.975Z | Compiling dirs-next v2.0.0 |
| 2626 | 2026-06-10T23:04:35.042Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2627 | 2026-06-10T23:04:35.062Z | Compiling serde-hex v0.1.0 |
| 2628 | 2026-06-10T23:04:35.139Z | Compiling clang-sys v1.8.1 |
| 2629 | 2026-06-10T23:04:35.220Z | Compiling tabled v0.20.0 |
| 2630 | 2026-06-10T23:04:35.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-06-10T23:04:35.423Z | Compiling ron v0.8.1 |
| 2632 | 2026-06-10T23:04:35.523Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2633 | 2026-06-10T23:04:35.594Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-06-10T23:04:35.832Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2635 | 2026-06-10T23:04:35.940Z | Compiling dsl_auto_type v0.2.0 |
| 2636 | 2026-06-10T23:04:36.232Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-06-10T23:04:36.496Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2638 | 2026-06-10T23:04:36.723Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-06-10T23:04:36.855Z | Compiling crc-any v2.5.0 |
| 2640 | 2026-06-10T23:04:36.966Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-06-10T23:04:37.244Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-06-10T23:04:37.293Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-06-10T23:04:37.296Z | Compiling object v0.30.4 |
| 2644 | 2026-06-10T23:04:37.639Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2645 | 2026-06-10T23:04:38.137Z | Compiling term v0.7.0 |
| 2646 | 2026-06-10T23:04:38.165Z | Compiling downcast-rs v2.0.2 |
| 2647 | 2026-06-10T23:04:38.304Z | Compiling bit-vec v0.6.3 |
| 2648 | 2026-06-10T23:04:38.329Z | Compiling path-slash v0.1.5 |
| 2649 | 2026-06-10T23:04:38.379Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-06-10T23:04:38.572Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-06-10T23:04:38.665Z | Compiling ascii-canvas v3.0.0 |
| 2652 | 2026-06-10T23:04:38.811Z | Compiling xshell v0.2.7 |
| 2653 | 2026-06-10T23:04:38.934Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2654 | 2026-06-10T23:04:39.046Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2655 | 2026-06-10T23:04:39.503Z | Compiling itertools v0.10.5 |
| 2656 | 2026-06-10T23:04:39.671Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2657 | 2026-06-10T23:04:40.128Z | Compiling ena v0.14.4 |
| 2658 | 2026-06-10T23:04:40.369Z | Compiling libloading v0.8.9 |
| 2659 | 2026-06-10T23:04:40.644Z | Compiling diff v0.1.13 |
| 2660 | 2026-06-10T23:04:40.648Z | Compiling crc8 v0.1.1 |
| 2661 | 2026-06-10T23:04:40.834Z | Compiling regex-syntax v0.6.29 |
| 2662 | 2026-06-10T23:04:40.947Z | Compiling unicase v2.9.0 |
| 2663 | 2026-06-10T23:04:41.184Z | Compiling bindgen v0.71.1 |
| 2664 | 2026-06-10T23:04:41.284Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2665 | 2026-06-10T23:04:41.506Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2666 | 2026-06-10T23:04:41.622Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2667 | 2026-06-10T23:04:41.968Z | Compiling diesel v2.3.7 |
| 2668 | 2026-06-10T23:04:42.184Z | Compiling lalrpop v0.19.12 |
| 2669 | 2026-06-10T23:04:42.263Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-06-10T23:04:42.506Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-06-10T23:04:42.737Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-06-10T23:04:42.775Z | Compiling rustc-hash v2.1.1 |
| 2673 | 2026-06-10T23:04:42.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2674 | 2026-06-10T23:04:43.042Z | Compiling headers-core v0.3.0 |
| 2675 | 2026-06-10T23:04:43.049Z | Compiling libxml v0.3.3 |
| 2676 | 2026-06-10T23:04:43.056Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2677 | 2026-06-10T23:04:43.088Z | Compiling headers v0.4.1 |
| 2678 | 2026-06-10T23:04:43.111Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2679 | 2026-06-10T23:04:43.266Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2680 | 2026-06-10T23:04:43.496Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-06-10T23:04:43.594Z | Compiling git-stub v1.0.0 |
| 2682 | 2026-06-10T23:04:43.886Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-06-10T23:04:43.986Z | Compiling indoc v1.0.9 |
| 2684 | 2026-06-10T23:04:44.266Z | Compiling git-stub-vcs v0.1.0 |
| 2685 | 2026-06-10T23:04:44.440Z | Compiling progenitor-impl v0.13.0 |
| 2686 | 2026-06-10T23:04:44.629Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-06-10T23:04:44.805Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-06-10T23:04:44.859Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-06-10T23:04:44.982Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-06-10T23:04:45.154Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-06-10T23:04:45.495Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-06-10T23:04:45.541Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-06-10T23:04:45.663Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-06-10T23:04:45.820Z | Compiling progenitor-client v0.13.0 |
| 2695 | 2026-06-10T23:04:46.279Z | Compiling half v1.8.3 |
| 2696 | 2026-06-10T23:04:46.303Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2697 | 2026-06-10T23:04:46.361Z | Compiling bb8 v0.8.6 |
| 2698 | 2026-06-10T23:04:46.424Z | Compiling trait-variant v0.1.2 |
| 2699 | 2026-06-10T23:04:46.603Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-06-10T23:04:46.699Z | Compiling progenitor-macro v0.13.0 |
| 2701 | 2026-06-10T23:04:46.805Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2702 | 2026-06-10T23:04:46.903Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2703 | 2026-06-10T23:04:47.416Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2704 | 2026-06-10T23:04:47.435Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2026-06-10T23:04:47.436Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2706 | 2026-06-10T23:04:47.595Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-06-10T23:04:47.620Z | Compiling typify-impl v0.4.3 |
| 2708 | 2026-06-10T23:04:47.625Z | Compiling samael v0.0.19 |
| 2709 | 2026-06-10T23:04:47.708Z | Compiling fxhash v0.2.1 |
| 2710 | 2026-06-10T23:04:47.742Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-06-10T23:04:47.881Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2712 | 2026-06-10T23:04:48.134Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-06-10T23:04:48.373Z | Compiling salty v0.3.0 |
| 2714 | 2026-06-10T23:04:48.968Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2715 | 2026-06-10T23:04:48.995Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2716 | 2026-06-10T23:04:49.116Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2717 | 2026-06-10T23:04:49.259Z | Compiling kstat-rs v0.2.4 |
| 2718 | 2026-06-10T23:04:49.638Z | Compiling arc-swap v1.8.2 |
| 2719 | 2026-06-10T23:04:49.673Z | Compiling polar-core v0.27.3 |
| 2720 | 2026-06-10T23:04:49.749Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-06-10T23:04:50.166Z | Compiling slog-scope v4.4.1 |
| 2722 | 2026-06-10T23:04:50.233Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-06-10T23:04:50.620Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2724 | 2026-06-10T23:04:50.774Z | Compiling progenitor v0.13.0 |
| 2725 | 2026-06-10T23:04:50.891Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2726 | 2026-06-10T23:04:50.981Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2727 | 2026-06-10T23:04:51.159Z | Compiling typify-macro v0.4.3 |
| 2728 | 2026-06-10T23:04:51.675Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2729 | 2026-06-10T23:04:52.152Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2730 | 2026-06-10T23:04:52.351Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-06-10T23:04:52.376Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-06-10T23:04:52.666Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2733 | 2026-06-10T23:04:52.908Z | Compiling nanorand v0.7.0 |
| 2734 | 2026-06-10T23:04:52.977Z | Compiling darling_core v0.23.0 |
| 2735 | 2026-06-10T23:04:53.298Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2736 | 2026-06-10T23:04:53.492Z | Compiling parking_lot_core v0.8.6 |
| 2737 | 2026-06-10T23:04:53.867Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2738 | 2026-06-10T23:04:54.300Z | Compiling flume v0.11.1 |
| 2739 | 2026-06-10T23:04:54.742Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-06-10T23:04:55.253Z | Compiling darling_macro v0.23.0 |
| 2741 | 2026-06-10T23:04:55.390Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2742 | 2026-06-10T23:04:55.472Z | Compiling slog-stdlog v4.1.1 |
| 2743 | 2026-06-10T23:04:55.902Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2744 | 2026-06-10T23:04:56.045Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2745 | 2026-06-10T23:04:57.056Z | Compiling primeorder v0.13.6 |
| 2746 | 2026-06-10T23:04:57.141Z | Compiling atty v0.2.14 |
| 2747 | 2026-06-10T23:04:57.297Z | Compiling instability v0.3.11 |
| 2748 | 2026-06-10T23:04:57.361Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2749 | 2026-06-10T23:04:57.528Z | Compiling http-range v0.1.5 |
| 2750 | 2026-06-10T23:04:57.594Z | Compiling strsim v0.10.0 |
| 2751 | 2026-06-10T23:04:57.803Z | Compiling parse-size v1.1.0 |
| 2752 | 2026-06-10T23:04:57.897Z | Compiling darling_core v0.13.4 |
| 2753 | 2026-06-10T23:04:57.937Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2754 | 2026-06-10T23:04:58.065Z | Compiling p384 v0.13.1 |
| 2755 | 2026-06-10T23:04:59.568Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2756 | 2026-06-10T23:05:00.897Z | Compiling oso v0.27.3 |
| 2757 | 2026-06-10T23:05:01.861Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2758 | 2026-06-10T23:05:02.006Z | Compiling diesel-dtrace v0.5.0 |
| 2759 | 2026-06-10T23:05:02.320Z | Compiling async-bb8-diesel v0.2.1 |
| 2760 | 2026-06-10T23:05:02.443Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2761 | 2026-06-10T23:05:03.100Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-06-10T23:05:04.092Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2763 | 2026-06-10T23:05:04.425Z | Compiling darling v0.23.0 |
| 2764 | 2026-06-10T23:05:04.497Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-06-10T23:05:05.585Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2766 | 2026-06-10T23:05:06.124Z | Compiling typify v0.4.3 |
| 2767 | 2026-06-10T23:05:06.277Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2768 | 2026-06-10T23:05:06.767Z | Compiling ignore v0.4.25 |
| 2769 | 2026-06-10T23:05:07.376Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-06-10T23:05:08.497Z | Compiling castaway v0.2.4 |
| 2771 | 2026-06-10T23:05:08.657Z | Compiling vergen-git2 v9.1.0 |
| 2772 | 2026-06-10T23:05:08.793Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-06-10T23:05:08.911Z | Compiling indoc v2.0.7 |
| 2774 | 2026-06-10T23:05:08.965Z | Compiling compact_str v0.8.1 |
| 2775 | 2026-06-10T23:05:09.589Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-06-10T23:05:09.696Z | Compiling globwalk v0.9.1 |
| 2777 | 2026-06-10T23:05:09.737Z | Compiling progenitor-impl v0.11.2 |
| 2778 | 2026-06-10T23:05:09.821Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2779 | 2026-06-10T23:05:10.098Z | Compiling parking_lot v0.11.2 |
| 2780 | 2026-06-10T23:05:10.134Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-06-10T23:05:10.162Z | Compiling hyper-staticfile v0.10.1 |
| 2782 | 2026-06-10T23:05:10.746Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-06-10T23:05:10.894Z | Compiling darling_macro v0.13.4 |
| 2784 | 2026-06-10T23:05:11.398Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-06-10T23:05:11.464Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-10T23:05:11.648Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2787 | 2026-06-10T23:05:11.781Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2788 | 2026-06-10T23:05:11.907Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2789 | 2026-06-10T23:05:12.064Z | Compiling predicates-tree v1.0.13 |
| 2790 | 2026-06-10T23:05:12.128Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2791 | 2026-06-10T23:05:12.248Z | Compiling unicode-truncate v1.1.0 |
| 2792 | 2026-06-10T23:05:12.364Z | Compiling lru v0.12.5 |
| 2793 | 2026-06-10T23:05:12.468Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2794 | 2026-06-10T23:05:12.523Z | Compiling rand_seeder v0.4.0 |
| 2795 | 2026-06-10T23:05:12.599Z | Compiling prefix-trie v0.7.0 |
| 2796 | 2026-06-10T23:05:12.794Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-06-10T23:05:13.035Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2798 | 2026-06-10T23:05:13.107Z | Compiling rustls v0.21.12 |
| 2799 | 2026-06-10T23:05:13.277Z | Compiling corncobs v0.1.4 |
| 2800 | 2026-06-10T23:05:13.287Z | Compiling cassowary v0.3.0 |
| 2801 | 2026-06-10T23:05:13.342Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2802 | 2026-06-10T23:05:13.488Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2803 | 2026-06-10T23:05:13.530Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2804 | 2026-06-10T23:05:13.559Z | Compiling ratatui v0.29.0 |
| 2805 | 2026-06-10T23:05:13.646Z | Compiling hickory-server v0.25.2 |
| 2806 | 2026-06-10T23:05:13.672Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2807 | 2026-06-10T23:05:13.874Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2808 | 2026-06-10T23:05:14.122Z | Compiling camino-tempfile-ext v0.3.3 |
| 2809 | 2026-06-10T23:05:14.251Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2810 | 2026-06-10T23:05:14.277Z | Compiling progenitor-macro v0.11.2 |
| 2811 | 2026-06-10T23:05:14.774Z | Compiling darling v0.13.4 |
| 2812 | 2026-06-10T23:05:14.920Z | Compiling sled v0.34.7 |
| 2813 | 2026-06-10T23:05:16.064Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2814 | 2026-06-10T23:05:17.495Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2815 | 2026-06-10T23:05:18.292Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2816 | 2026-06-10T23:05:18.551Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2817 | 2026-06-10T23:05:18.756Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2818 | 2026-06-10T23:05:18.986Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2819 | 2026-06-10T23:05:19.154Z | Compiling progenitor-client v0.11.2 |
| 2820 | 2026-06-10T23:05:19.224Z | Compiling sct v0.7.1 |
| 2821 | 2026-06-10T23:05:19.365Z | Compiling rustls-webpki v0.101.7 |
| 2822 | 2026-06-10T23:05:19.506Z | Compiling secrecy v0.8.0 |
| 2823 | 2026-06-10T23:05:19.695Z | Compiling git2 v0.20.4 |
| 2824 | 2026-06-10T23:05:19.740Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2825 | 2026-06-10T23:05:21.002Z | Compiling progenitor v0.11.2 |
| 2826 | 2026-06-10T23:05:21.281Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2827 | 2026-06-10T23:05:21.749Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2828 | 2026-06-10T23:05:22.479Z | Compiling serde_with_macros v1.5.2 |
| 2829 | 2026-06-10T23:05:22.784Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2830 | 2026-06-10T23:05:23.306Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2831 | 2026-06-10T23:05:23.515Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2832 | 2026-06-10T23:05:23.618Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2833 | 2026-06-10T23:05:25.335Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2834 | 2026-06-10T23:05:25.473Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2835 | 2026-06-10T23:05:25.473Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2836 | 2026-06-10T23:05:25.473Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2837 | 2026-06-10T23:05:25.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2838 | 2026-06-10T23:05:25.817Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2839 | 2026-06-10T23:05:26.033Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2840 | 2026-06-10T23:05:26.086Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2841 | 2026-06-10T23:05:26.260Z | Compiling void v1.0.2 |
| 2842 | 2026-06-10T23:05:26.419Z | Compiling lzss v0.8.2 |
| 2843 | 2026-06-10T23:05:26.960Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2844 | 2026-06-10T23:05:27.534Z | Compiling illumos-nvpair v0.3.0 |
| 2845 | 2026-06-10T23:05:28.035Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2846 | 2026-06-10T23:05:29.716Z | Compiling serde_with v1.14.0 |
| 2847 | 2026-06-10T23:05:29.783Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2848 | 2026-06-10T23:05:29.935Z | Compiling tokio-rustls v0.24.1 |
| 2849 | 2026-06-10T23:05:30.201Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2850 | 2026-06-10T23:05:30.468Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-06-10T23:05:30.487Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2852 | 2026-06-10T23:05:30.516Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2853 | 2026-06-10T23:05:31.255Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2854 | 2026-06-10T23:05:31.510Z | Compiling tungstenite v0.23.0 |
| 2855 | 2026-06-10T23:05:32.078Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-06-10T23:05:32.225Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-06-10T23:05:32.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-06-10T23:05:32.546Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2859 | 2026-06-10T23:05:36.523Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2860 | 2026-06-10T23:05:36.584Z | Compiling nix v0.27.1 |
| 2861 | 2026-06-10T23:05:36.584Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-06-10T23:05:36.584Z | Compiling serde_bytes v0.11.19 |
| 2863 | 2026-06-10T23:05:36.586Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2864 | 2026-06-10T23:05:36.586Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2865 | 2026-06-10T23:05:36.586Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2866 | 2026-06-10T23:05:36.586Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2867 | 2026-06-10T23:05:36.586Z | Compiling tokio-tungstenite v0.23.1 |
| 2868 | 2026-06-10T23:05:36.586Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2869 | 2026-06-10T23:05:36.586Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2870 | 2026-06-10T23:05:37.351Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2871 | 2026-06-10T23:05:38.410Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2872 | 2026-06-10T23:05:38.756Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2873 | 2026-06-10T23:05:39.112Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2874 | 2026-06-10T23:05:39.221Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2875 | 2026-06-10T23:05:39.581Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2876 | 2026-06-10T23:05:39.643Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2877 | 2026-06-10T23:05:39.964Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2878 | 2026-06-10T23:05:40.573Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2879 | 2026-06-10T23:05:40.635Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2880 | 2026-06-10T23:05:42.402Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2881 | 2026-06-10T23:05:43.342Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2882 | 2026-06-10T23:05:43.765Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2883 | 2026-06-10T23:05:44.255Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2884 | 2026-06-10T23:05:45.026Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2885 | 2026-06-10T23:05:45.408Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-06-10T23:05:45.697Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2887 | 2026-06-10T23:05:46.576Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2888 | 2026-06-10T23:05:47.084Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2889 | 2026-06-10T23:05:47.125Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2890 | 2026-06-10T23:05:47.309Z | Compiling signal-hook-tokio v0.3.1 |
| 2891 | 2026-06-10T23:05:47.483Z | Compiling fatfs v0.3.6 |
| 2892 | 2026-06-10T23:05:47.507Z | Compiling yasna v0.5.2 |
| 2893 | 2026-06-10T23:05:47.606Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2894 | 2026-06-10T23:05:48.056Z | Compiling assert_matches v1.5.0 |
| 2895 | 2026-06-10T23:05:48.187Z | Compiling seq-macro v0.3.6 |
| 2896 | 2026-06-10T23:05:48.672Z | Compiling is_ci v1.2.0 |
| 2897 | 2026-06-10T23:05:48.731Z | Compiling rcgen v0.12.1 |
| 2898 | 2026-06-10T23:05:48.898Z | Compiling supports-color v3.0.2 |
| 2899 | 2026-06-10T23:05:48.930Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2900 | 2026-06-10T23:05:49.092Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2901 | 2026-06-10T23:05:49.261Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2902 | 2026-06-10T23:05:49.403Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2903 | 2026-06-10T23:05:49.631Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2904 | 2026-06-10T23:05:49.861Z | Compiling subprocess v0.2.15 |
| 2905 | 2026-06-10T23:05:50.262Z | Compiling rtoolbox v0.0.3 |
| 2906 | 2026-06-10T23:05:50.544Z | Compiling rpassword v7.4.0 |
| 2907 | 2026-06-10T23:05:50.833Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2908 | 2026-06-10T23:05:51.303Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2909 | 2026-06-10T23:05:52.210Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2910 | 2026-06-10T23:05:52.305Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2911 | 2026-06-10T23:05:52.991Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2912 | 2026-06-10T23:05:53.108Z | Compiling tui-tree-widget v0.23.1 |
| 2913 | 2026-06-10T23:05:53.404Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2914 | 2026-06-10T23:05:53.499Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2915 | 2026-06-10T23:05:54.066Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2916 | 2026-06-10T23:05:54.797Z | Compiling uzers v0.12.2 |
| 2917 | 2026-06-10T23:05:55.999Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2918 | 2026-06-10T23:05:56.253Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2919 | 2026-06-10T23:05:57.477Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2920 | 2026-06-10T23:05:57.928Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2921 | 2026-06-10T23:06:02.042Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2922 | 2026-06-10T23:06:03.133Z | Compiling support-bundle-viewer v0.1.2 |
| 2923 | 2026-06-10T23:06:04.253Z | Compiling multimap v0.10.1 |
| 2924 | 2026-06-10T23:06:10.546Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2925 | 2026-06-10T23:06:18.555Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2926 | 2026-06-10T23:06:24.723Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2927 | 2026-06-10T23:06:25.528Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2928 | 2026-06-10T23:06:27.692Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2929 | 2026-06-10T23:12:12.568Z | Finished `release` profile [optimized] target(s) in 8m 04s |
| 2930 | 2026-06-10T23:13:00.537Z | |
| 2931 | 2026-06-10T23:13:00.537Z | real 8:53.221749579 |
| 2932 | 2026-06-10T23:13:00.538Z | user 1:19:36.421744151 |
| 2933 | 2026-06-10T23:13:00.542Z | sys 3:40.848291417 |
| 2934 | 2026-06-10T23:13:00.542Z | trap 1.762136326 |
| 2935 | 2026-06-10T23:13:00.542Z | tflt 2.551086329 |
| 2936 | 2026-06-10T23:13:00.542Z | dflt 17.163339458 |
| 2937 | 2026-06-10T23:13:00.542Z | kflt 0.082667390 |
| 2938 | 2026-06-10T23:13:00.542Z | lock 6:36:04.603951119 |
| 2939 | 2026-06-10T23:13:00.542Z | slp 2:15:41.357934791 |
| 2940 | 2026-06-10T23:13:00.542Z | lat 2:27.047850748 |
| 2941 | 2026-06-10T23:13:00.542Z | stop 5:31.822391837 |
| 2942 | 2026-06-10T23:13:00.542Z | + mapfile -t packages |
| 2943 | 2026-06-10T23:13:00.542Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2944 | 2026-06-10T23:13:01.498Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2945 | 2026-06-10T23:13:01.574Z | Running `target/release/omicron-package -t test list-outputs` |
| 2946 | 2026-06-10T23:13:01.637Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2947 | 2026-06-10T23:13:01.640Z | + ptime -m cargo build --locked --release -p xtask |
| 2948 | 2026-06-10T23:13:02.186Z | Compiling libc v0.2.185 |
| 2949 | 2026-06-10T23:13:02.187Z | Compiling serde v1.0.228 |
| 2950 | 2026-06-10T23:13:02.189Z | Compiling serde_core v1.0.228 |
| 2951 | 2026-06-10T23:13:02.190Z | Compiling rustix v1.1.3 |
| 2952 | 2026-06-10T23:13:02.190Z | Compiling bitflags v2.11.0 |
| 2953 | 2026-06-10T23:13:02.190Z | Compiling serde_json v1.0.149 |
| 2954 | 2026-06-10T23:13:02.300Z | Compiling num-traits v0.2.19 |
| 2955 | 2026-06-10T23:13:02.324Z | Compiling syn v2.0.117 |
| 2956 | 2026-06-10T23:13:02.358Z | Compiling smallvec v1.15.1 |
| 2957 | 2026-06-10T23:13:02.380Z | Compiling indexmap v2.14.0 |
| 2958 | 2026-06-10T23:13:02.391Z | Compiling usdt-impl v0.5.0 |
| 2959 | 2026-06-10T23:13:02.402Z | Compiling syn v1.0.109 |
| 2960 | 2026-06-10T23:13:02.414Z | Compiling log v0.4.29 |
| 2961 | 2026-06-10T23:13:02.414Z | Compiling getrandom v0.4.1 |
| 2962 | 2026-06-10T23:13:02.539Z | Compiling percent-encoding v2.3.2 |
| 2963 | 2026-06-10T23:13:02.702Z | Compiling form_urlencoded v1.2.2 |
| 2964 | 2026-06-10T23:13:02.718Z | Compiling fs-err v3.3.0 |
| 2965 | 2026-06-10T23:13:02.718Z | Compiling once_cell v1.21.3 |
| 2966 | 2026-06-10T23:13:02.859Z | Compiling heck v0.4.1 |
| 2967 | 2026-06-10T23:13:02.886Z | Compiling anyhow v1.0.102 |
| 2968 | 2026-06-10T23:13:03.148Z | Compiling thread-id v4.2.2 |
| 2969 | 2026-06-10T23:13:03.158Z | Compiling errno v0.3.14 |
| 2970 | 2026-06-10T23:13:03.162Z | Compiling memmap v0.7.0 |
| 2971 | 2026-06-10T23:13:03.423Z | Compiling ordered-float v2.10.1 |
| 2972 | 2026-06-10T23:13:03.947Z | Compiling proc-macro-error v1.0.4 |
| 2973 | 2026-06-10T23:13:04.161Z | Compiling terminal_size v0.4.3 |
| 2974 | 2026-06-10T23:13:04.161Z | Compiling tempfile v3.25.0 |
| 2975 | 2026-06-10T23:13:04.197Z | Compiling tabled_derive v0.7.0 |
| 2976 | 2026-06-10T23:13:04.261Z | Compiling clap_builder v4.6.0 |
| 2977 | 2026-06-10T23:13:04.261Z | Compiling textwrap v0.16.2 |
| 2978 | 2026-06-10T23:13:04.404Z | Compiling camino-tempfile v1.4.1 |
| 2979 | 2026-06-10T23:13:04.853Z | Compiling tabled v0.15.0 |
| 2980 | 2026-06-10T23:13:04.869Z | Compiling synstructure v0.13.2 |
| 2981 | 2026-06-10T23:13:04.872Z | Compiling pest_generator v2.8.6 |
| 2982 | 2026-06-10T23:13:05.274Z | Compiling serde_derive v1.0.228 |
| 2983 | 2026-06-10T23:13:05.274Z | Compiling zerofrom-derive v0.1.6 |
| 2984 | 2026-06-10T23:13:05.274Z | Compiling yoke-derive v0.8.1 |
| 2985 | 2026-06-10T23:13:05.281Z | Compiling zerovec-derive v0.11.2 |
| 2986 | 2026-06-10T23:13:05.281Z | Compiling displaydoc v0.2.5 |
| 2987 | 2026-06-10T23:13:05.281Z | Compiling thiserror-impl v1.0.69 |
| 2988 | 2026-06-10T23:13:05.281Z | Compiling zerocopy-derive v0.7.35 |
| 2989 | 2026-06-10T23:13:05.281Z | Compiling scroll_derive v0.12.1 |
| 2990 | 2026-06-10T23:13:05.284Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-06-10T23:13:05.297Z | Compiling clap_derive v4.6.1 |
| 2992 | 2026-06-10T23:13:05.398Z | Compiling pest_derive v2.8.6 |
| 2993 | 2026-06-10T23:13:06.013Z | Compiling scroll v0.12.0 |
| 2994 | 2026-06-10T23:13:06.102Z | Compiling zerocopy v0.7.35 |
| 2995 | 2026-06-10T23:13:06.318Z | Compiling goblin v0.8.2 |
| 2996 | 2026-06-10T23:13:06.438Z | Compiling zerofrom v0.1.6 |
| 2997 | 2026-06-10T23:13:06.456Z | Compiling thiserror v1.0.69 |
| 2998 | 2026-06-10T23:13:06.564Z | Compiling yoke v0.8.1 |
| 2999 | 2026-06-10T23:13:06.585Z | Compiling dtrace-parser v0.2.0 |
| 3000 | 2026-06-10T23:13:06.599Z | Compiling thiserror v2.0.18 |
| 3001 | 2026-06-10T23:13:06.790Z | Compiling zerovec v0.11.5 |
| 3002 | 2026-06-10T23:13:06.984Z | Compiling zerotrie v0.2.3 |
| 3003 | 2026-06-10T23:13:07.004Z | Compiling clap v4.6.1 |
| 3004 | 2026-06-10T23:13:07.355Z | Compiling tinystr v0.8.2 |
| 3005 | 2026-06-10T23:13:07.381Z | Compiling potential_utf v0.1.4 |
| 3006 | 2026-06-10T23:13:07.597Z | Compiling icu_locale_core v2.1.1 |
| 3007 | 2026-06-10T23:13:07.611Z | Compiling icu_collections v2.1.1 |
| 3008 | 2026-06-10T23:13:08.384Z | Compiling icu_provider v2.1.1 |
| 3009 | 2026-06-10T23:13:08.817Z | Compiling icu_normalizer v2.1.1 |
| 3010 | 2026-06-10T23:13:08.886Z | Compiling icu_properties v2.1.2 |
| 3011 | 2026-06-10T23:13:09.016Z | Compiling serde_spanned v0.6.9 |
| 3012 | 2026-06-10T23:13:09.031Z | Compiling toml_datetime v0.6.11 |
| 3013 | 2026-06-10T23:13:09.088Z | Compiling dof v0.3.0 |
| 3014 | 2026-06-10T23:13:09.218Z | Compiling serde_tokenstream v0.2.3 |
| 3015 | 2026-06-10T23:13:09.305Z | Compiling toml_edit v0.22.27 |
| 3016 | 2026-06-10T23:13:09.361Z | Compiling serde-value v0.7.0 |
| 3017 | 2026-06-10T23:13:09.443Z | Compiling cargo-platform v0.2.0 |
| 3018 | 2026-06-10T23:13:09.456Z | Compiling macaddr v1.0.1 |
| 3019 | 2026-06-10T23:13:09.791Z | Compiling idna_adapter v1.2.1 |
| 3020 | 2026-06-10T23:13:09.870Z | Compiling usdt-macro v0.5.0 |
| 3021 | 2026-06-10T23:13:09.883Z | Compiling usdt-attr-macro v0.5.0 |
| 3022 | 2026-06-10T23:13:09.932Z | Compiling idna v1.1.0 |
| 3023 | 2026-06-10T23:13:10.346Z | Compiling url v2.5.8 |
| 3024 | 2026-06-10T23:13:10.557Z | Compiling usdt v0.5.0 |
| 3025 | 2026-06-10T23:13:10.921Z | Compiling toml v0.8.23 |
| 3026 | 2026-06-10T23:13:11.294Z | Compiling cargo-util-schemas v0.8.2 |
| 3027 | 2026-06-10T23:13:11.294Z | Compiling cargo_toml v0.21.0 |
| 3028 | 2026-06-10T23:13:12.306Z | Compiling cargo_metadata v0.21.0 |
| 3029 | 2026-06-10T23:13:15.393Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3030 | 2026-06-10T23:13:18.414Z | Finished `release` profile [optimized] target(s) in 16.76s |
| 3031 | 2026-06-10T23:13:18.580Z | |
| 3032 | 2026-06-10T23:13:18.580Z | real 16.902403612 |
| 3033 | 2026-06-10T23:13:18.580Z | user 2:22.248900557 |
| 3034 | 2026-06-10T23:13:18.580Z | sys 17.418048354 |
| 3035 | 2026-06-10T23:13:18.580Z | trap 0.091032291 |
| 3036 | 2026-06-10T23:13:18.580Z | tflt 0.552788346 |
| 3037 | 2026-06-10T23:13:18.580Z | dflt 1.759765192 |
| 3038 | 2026-06-10T23:13:18.580Z | kflt 0.000062710 |
| 3039 | 2026-06-10T23:13:18.580Z | lock 5:22.462970966 |
| 3040 | 2026-06-10T23:13:18.584Z | slp 3:26.645104775 |
| 3041 | 2026-06-10T23:13:18.584Z | lat 6.331837330 |
| 3042 | 2026-06-10T23:13:18.585Z | stop 20.936167664 |
| 3043 | 2026-06-10T23:13:18.585Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3044 | 2026-06-10T23:13:18.585Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3045 | 2026-06-10T23:13:18.585Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3046 | 2026-06-10T23:13:18.585Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3047 | 2026-06-10T23:13:18.585Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3048 | 2026-06-10T23:13:19.537Z | Compiling progenitor-client v0.14.0 |
| 3049 | 2026-06-10T23:13:19.537Z | Compiling newtype-uuid-macros v0.1.0 |
| 3050 | 2026-06-10T23:13:19.540Z | Compiling structmeta-derive v0.3.0 |
| 3051 | 2026-06-10T23:13:19.540Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3052 | 2026-06-10T23:13:19.685Z | Compiling rustls v0.22.4 |
| 3053 | 2026-06-10T23:13:19.688Z | Compiling rustls-webpki v0.102.8 |
| 3054 | 2026-06-10T23:13:19.695Z | Compiling multer v3.1.0 |
| 3055 | 2026-06-10T23:13:19.698Z | Compiling compression-core v0.4.31 |
| 3056 | 2026-06-10T23:13:19.698Z | Compiling match_cfg v0.1.0 |
| 3057 | 2026-06-10T23:13:19.705Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-06-10T23:13:19.709Z | Compiling atomicwrites v0.4.4 |
| 3059 | 2026-06-10T23:13:19.709Z | Compiling slog-json v2.6.1 |
| 3060 | 2026-06-10T23:13:19.820Z | Compiling async-stream-impl v0.3.6 |
| 3061 | 2026-06-10T23:13:19.823Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3062 | 2026-06-10T23:13:19.870Z | Compiling hostname v0.3.1 |
| 3063 | 2026-06-10T23:13:19.873Z | Compiling serde_spanned v1.0.4 |
| 3064 | 2026-06-10T23:13:19.873Z | Compiling dropshot v0.17.0 |
| 3065 | 2026-06-10T23:13:19.888Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3066 | 2026-06-10T23:13:19.959Z | Compiling compression-codecs v0.4.37 |
| 3067 | 2026-06-10T23:13:19.998Z | Compiling slog-bunyan v2.5.0 |
| 3068 | 2026-06-10T23:13:20.001Z | Compiling itertools v0.14.0 |
| 3069 | 2026-06-10T23:13:20.037Z | Compiling waitgroup v0.1.2 |
| 3070 | 2026-06-10T23:13:20.074Z | Compiling rustls-pemfile v2.2.0 |
| 3071 | 2026-06-10T23:13:20.093Z | Compiling dropshot_endpoint v0.17.0 |
| 3072 | 2026-06-10T23:13:20.096Z | Compiling serde_path_to_error v0.1.20 |
| 3073 | 2026-06-10T23:13:20.163Z | Compiling async-compression v0.4.41 |
| 3074 | 2026-06-10T23:13:20.166Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3075 | 2026-06-10T23:13:20.166Z | Compiling hostname v0.4.2 |
| 3076 | 2026-06-10T23:13:20.234Z | Compiling regress v0.10.5 |
| 3077 | 2026-06-10T23:13:20.238Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3078 | 2026-06-10T23:13:20.308Z | Compiling macaddr v1.0.1 |
| 3079 | 2026-06-10T23:13:20.342Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3080 | 2026-06-10T23:13:20.363Z | Compiling instant v0.1.13 |
| 3081 | 2026-06-10T23:13:20.445Z | Compiling backon v1.6.0 |
| 3082 | 2026-06-10T23:13:20.470Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3083 | 2026-06-10T23:13:20.490Z | Compiling backoff v0.4.0 |
| 3084 | 2026-06-10T23:13:20.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3085 | 2026-06-10T23:13:20.529Z | Compiling async-stream v0.3.6 |
| 3086 | 2026-06-10T23:13:20.548Z | Compiling progenitor-client v0.10.0 |
| 3087 | 2026-06-10T23:13:20.565Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3088 | 2026-06-10T23:13:20.568Z | Compiling humantime v2.3.0 |
| 3089 | 2026-06-10T23:13:20.569Z | Compiling universal-hash v0.5.1 |
| 3090 | 2026-06-10T23:13:20.674Z | Compiling progenitor-extras v0.2.0 |
| 3091 | 2026-06-10T23:13:20.724Z | Compiling opaque-debug v0.3.1 |
| 3092 | 2026-06-10T23:13:20.743Z | Compiling half v2.7.1 |
| 3093 | 2026-06-10T23:13:20.763Z | Compiling crucible-workspace-hack v0.1.0 |
| 3094 | 2026-06-10T23:13:20.793Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3095 | 2026-06-10T23:13:20.823Z | Compiling ciborium-io v0.2.2 |
| 3096 | 2026-06-10T23:13:20.877Z | Compiling convert_case v0.4.0 |
| 3097 | 2026-06-10T23:13:20.895Z | Compiling aead v0.5.2 |
| 3098 | 2026-06-10T23:13:20.946Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3099 | 2026-06-10T23:13:20.965Z | Compiling secrecy v0.10.3 |
| 3100 | 2026-06-10T23:13:20.967Z | Compiling poly1305 v0.8.0 |
| 3101 | 2026-06-10T23:13:21.000Z | Compiling structmeta v0.3.0 |
| 3102 | 2026-06-10T23:13:21.037Z | Compiling ciborium-ll v0.2.2 |
| 3103 | 2026-06-10T23:13:21.077Z | Compiling chacha20 v0.9.1 |
| 3104 | 2026-06-10T23:13:21.123Z | Compiling regress v0.11.1 |
| 3105 | 2026-06-10T23:13:21.141Z | Compiling unsafe-libyaml v0.2.11 |
| 3106 | 2026-06-10T23:13:21.157Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3107 | 2026-06-10T23:13:21.161Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3108 | 2026-06-10T23:13:21.254Z | Compiling ciborium v0.2.2 |
| 3109 | 2026-06-10T23:13:21.266Z | Compiling derive-ex v0.1.8 |
| 3110 | 2026-06-10T23:13:21.284Z | Compiling parse-display-derive v0.10.0 |
| 3111 | 2026-06-10T23:13:21.300Z | Compiling derive_more v0.99.20 |
| 3112 | 2026-06-10T23:13:21.303Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3113 | 2026-06-10T23:13:21.366Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3114 | 2026-06-10T23:13:21.512Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3115 | 2026-06-10T23:13:21.555Z | Compiling byte-wrapper v0.1.0 |
| 3116 | 2026-06-10T23:13:21.580Z | Compiling password-hash v0.5.0 |
| 3117 | 2026-06-10T23:13:21.655Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3118 | 2026-06-10T23:13:21.749Z | Compiling serde_yaml v0.9.34+deprecated |
| 3119 | 2026-06-10T23:13:21.856Z | Compiling blake2 v0.10.6 |
| 3120 | 2026-06-10T23:13:21.874Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3121 | 2026-06-10T23:13:21.926Z | Compiling chacha20poly1305 v0.10.1 |
| 3122 | 2026-06-10T23:13:21.943Z | Compiling indent_write v2.2.0 |
| 3123 | 2026-06-10T23:13:21.966Z | Compiling heapless v0.8.0 |
| 3124 | 2026-06-10T23:13:22.012Z | Compiling ingot-macros v0.1.1 |
| 3125 | 2026-06-10T23:13:22.114Z | Compiling tokio-rustls v0.25.0 |
| 3126 | 2026-06-10T23:13:22.117Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3127 | 2026-06-10T23:13:22.165Z | Compiling argon2 v0.5.3 |
| 3128 | 2026-06-10T23:13:22.462Z | Compiling tabwriter v1.4.1 |
| 3129 | 2026-06-10T23:13:22.492Z | Compiling hash32 v0.3.1 |
| 3130 | 2026-06-10T23:13:22.605Z | Compiling thiserror-no-std v2.0.2 |
| 3131 | 2026-06-10T23:13:22.677Z | Compiling proc-macro-crate v3.4.0 |
| 3132 | 2026-06-10T23:13:22.720Z | Compiling typify-impl v0.6.2 |
| 3133 | 2026-06-10T23:13:22.791Z | Compiling vsss-rs v3.3.4 |
| 3134 | 2026-06-10T23:13:23.067Z | Compiling test-strategy v0.4.5 |
| 3135 | 2026-06-10T23:13:23.105Z | Compiling parse-display v0.10.0 |
| 3136 | 2026-06-10T23:13:23.330Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3137 | 2026-06-10T23:13:23.336Z | Compiling smoltcp v0.11.0 |
| 3138 | 2026-06-10T23:13:23.336Z | Compiling num_enum_derive v0.7.6 |
| 3139 | 2026-06-10T23:13:23.435Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3140 | 2026-06-10T23:13:23.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3141 | 2026-06-10T23:13:23.568Z | Compiling num-rational v0.4.2 |
| 3142 | 2026-06-10T23:13:23.586Z | Compiling cobs v0.3.0 |
| 3143 | 2026-06-10T23:13:23.735Z | Compiling num-complex v0.4.6 |
| 3144 | 2026-06-10T23:13:23.752Z | Compiling colored v3.1.1 |
| 3145 | 2026-06-10T23:13:23.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3146 | 2026-06-10T23:13:23.826Z | Compiling postcard v1.1.3 |
| 3147 | 2026-06-10T23:13:23.875Z | Compiling proc-macro-error v1.0.4 |
| 3148 | 2026-06-10T23:13:24.038Z | Compiling proc-macro-crate v1.3.1 |
| 3149 | 2026-06-10T23:13:24.059Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3150 | 2026-06-10T23:13:24.159Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3151 | 2026-06-10T23:13:24.178Z | Compiling num v0.4.3 |
| 3152 | 2026-06-10T23:13:24.205Z | Compiling foreign-types-macros v0.2.3 |
| 3153 | 2026-06-10T23:13:24.223Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3154 | 2026-06-10T23:13:24.233Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3155 | 2026-06-10T23:13:24.277Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-06-10T23:13:24.293Z | Compiling foreign-types-shared v0.3.1 |
| 3157 | 2026-06-10T23:13:24.421Z | Compiling rayon-core v1.13.0 |
| 3158 | 2026-06-10T23:13:24.439Z | Compiling cpufeatures v0.3.0 |
| 3159 | 2026-06-10T23:13:24.501Z | Compiling num_enum_derive v0.5.11 |
| 3160 | 2026-06-10T23:13:24.504Z | Compiling num_enum v0.7.6 |
| 3161 | 2026-06-10T23:13:24.558Z | Compiling chacha20 v0.10.0 |
| 3162 | 2026-06-10T23:13:24.562Z | Compiling crossbeam-deque v0.8.6 |
| 3163 | 2026-06-10T23:13:24.593Z | Compiling camino-tempfile v1.4.1 |
| 3164 | 2026-06-10T23:13:24.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3165 | 2026-06-10T23:13:24.673Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3166 | 2026-06-10T23:13:24.691Z | Compiling cstr-argument v0.1.2 |
| 3167 | 2026-06-10T23:13:24.695Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3168 | 2026-06-10T23:13:24.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3169 | 2026-06-10T23:13:24.842Z | Compiling rand v0.10.0 |
| 3170 | 2026-06-10T23:13:24.869Z | Compiling foreign-types v0.5.0 |
| 3171 | 2026-06-10T23:13:24.906Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3172 | 2026-06-10T23:13:24.926Z | Compiling toml v0.8.23 |
| 3173 | 2026-06-10T23:13:24.973Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3174 | 2026-06-10T23:13:24.995Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3175 | 2026-06-10T23:13:25.094Z | Compiling ingot-types v0.1.2 |
| 3176 | 2026-06-10T23:13:25.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3177 | 2026-06-10T23:13:25.149Z | Compiling zone_cfg_derive v0.3.1 |
| 3178 | 2026-06-10T23:13:25.179Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-06-10T23:13:25.228Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3180 | 2026-06-10T23:13:25.256Z | Compiling rayon v1.11.0 |
| 3181 | 2026-06-10T23:13:25.274Z | Compiling itertools v0.12.1 |
| 3182 | 2026-06-10T23:13:25.294Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3183 | 2026-06-10T23:13:25.339Z | Compiling num-derive v0.4.2 |
| 3184 | 2026-06-10T23:13:25.458Z | Compiling sigpipe v0.1.3 |
| 3185 | 2026-06-10T23:13:25.549Z | Compiling ingot v0.1.1 |
| 3186 | 2026-06-10T23:13:25.570Z | Compiling glob v0.3.3 |
| 3187 | 2026-06-10T23:13:25.585Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-06-10T23:13:25.604Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3189 | 2026-06-10T23:13:25.636Z | Compiling num_enum v0.5.11 |
| 3190 | 2026-06-10T23:13:25.747Z | Compiling smf v0.2.3 |
| 3191 | 2026-06-10T23:13:25.787Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3192 | 2026-06-10T23:13:25.845Z | Compiling prettyplease v0.2.37 |
| 3193 | 2026-06-10T23:13:25.862Z | Compiling whoami v1.6.1 |
| 3194 | 2026-06-10T23:13:25.865Z | Compiling usdt-macro v0.5.0 |
| 3195 | 2026-06-10T23:13:25.897Z | Compiling usdt-attr-macro v0.5.0 |
| 3196 | 2026-06-10T23:13:26.137Z | Compiling gethostname v0.5.0 |
| 3197 | 2026-06-10T23:13:26.184Z | Compiling memmap v0.7.0 |
| 3198 | 2026-06-10T23:13:26.288Z | Compiling derive-where v1.6.0 |
| 3199 | 2026-06-10T23:13:26.307Z | Compiling resolv-conf v0.7.6 |
| 3200 | 2026-06-10T23:13:26.311Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3201 | 2026-06-10T23:13:26.354Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3202 | 2026-06-10T23:13:26.402Z | Compiling cancel-safe-futures v0.1.5 |
| 3203 | 2026-06-10T23:13:26.489Z | Compiling zone v0.3.1 |
| 3204 | 2026-06-10T23:13:26.555Z | Compiling owo-colors v4.3.0 |
| 3205 | 2026-06-10T23:13:26.683Z | Compiling libsw-core v0.3.2 |
| 3206 | 2026-06-10T23:13:26.715Z | Compiling console v0.15.11 |
| 3207 | 2026-06-10T23:13:26.770Z | Compiling hickory-proto v0.24.4 |
| 3208 | 2026-06-10T23:13:26.788Z | Compiling usdt v0.5.0 |
| 3209 | 2026-06-10T23:13:26.885Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3210 | 2026-06-10T23:13:27.002Z | Compiling libsw v3.5.0 |
| 3211 | 2026-06-10T23:13:27.037Z | Compiling newline-converter v0.3.0 |
| 3212 | 2026-06-10T23:13:27.062Z | Compiling libefi-sys v0.1.0 |
| 3213 | 2026-06-10T23:13:27.097Z | Compiling linked-hash-map v0.5.6 |
| 3214 | 2026-06-10T23:13:27.185Z | Compiling linear-map v1.2.0 |
| 3215 | 2026-06-10T23:13:27.212Z | Compiling expectorate v1.2.0 |
| 3216 | 2026-06-10T23:13:27.229Z | Compiling git-stub v1.0.0 |
| 3217 | 2026-06-10T23:13:27.282Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3218 | 2026-06-10T23:13:27.336Z | Compiling lru-cache v0.1.2 |
| 3219 | 2026-06-10T23:13:27.358Z | Compiling bitfield-struct v0.6.2 |
| 3220 | 2026-06-10T23:13:27.376Z | Compiling nom v8.0.0 |
| 3221 | 2026-06-10T23:13:27.398Z | Compiling semver v0.1.20 |
| 3222 | 2026-06-10T23:13:27.416Z | Compiling git-stub-vcs v0.1.0 |
| 3223 | 2026-06-10T23:13:27.435Z | Compiling typify-macro v0.6.2 |
| 3224 | 2026-06-10T23:13:27.520Z | Compiling tokio-dtrace v0.1.1 |
| 3225 | 2026-06-10T23:13:27.524Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3226 | 2026-06-10T23:13:27.559Z | Compiling slog-dtrace v0.3.0 |
| 3227 | 2026-06-10T23:13:27.689Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3228 | 2026-06-10T23:13:27.720Z | Compiling rustc_version v0.1.7 |
| 3229 | 2026-06-10T23:13:27.739Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3230 | 2026-06-10T23:13:27.766Z | Compiling minimal-lexical v0.2.1 |
| 3231 | 2026-06-10T23:13:27.812Z | Compiling oxide-tokio-rt v0.1.4 |
| 3232 | 2026-06-10T23:13:27.832Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3233 | 2026-06-10T23:13:27.853Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-06-10T23:13:27.856Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3235 | 2026-06-10T23:13:27.942Z | Compiling phf_shared v0.12.1 |
| 3236 | 2026-06-10T23:13:27.993Z | Compiling csv-core v0.1.13 |
| 3237 | 2026-06-10T23:13:28.049Z | Compiling newtype_derive v0.1.6 |
| 3238 | 2026-06-10T23:13:28.109Z | Compiling nom v7.1.3 |
| 3239 | 2026-06-10T23:13:28.127Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3240 | 2026-06-10T23:13:28.145Z | Compiling chrono-tz v0.10.4 |
| 3241 | 2026-06-10T23:13:28.184Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3242 | 2026-06-10T23:13:28.202Z | Compiling xshell-macros v0.2.7 |
| 3243 | 2026-06-10T23:13:28.291Z | Compiling highway v1.3.0 |
| 3244 | 2026-06-10T23:13:28.378Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3245 | 2026-06-10T23:13:28.402Z | Compiling const_format_proc_macros v0.2.34 |
| 3246 | 2026-06-10T23:13:28.455Z | Compiling csv v1.4.0 |
| 3247 | 2026-06-10T23:13:28.473Z | Compiling phf v0.12.1 |
| 3248 | 2026-06-10T23:13:28.633Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3249 | 2026-06-10T23:13:28.658Z | Compiling xshell v0.2.7 |
| 3250 | 2026-06-10T23:13:28.714Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3251 | 2026-06-10T23:13:28.797Z | Compiling primeorder v0.13.6 |
| 3252 | 2026-06-10T23:13:28.964Z | Compiling hickory-resolver v0.24.4 |
| 3253 | 2026-06-10T23:13:29.028Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-06-10T23:13:29.128Z | Compiling tabled_derive v0.7.0 |
| 3255 | 2026-06-10T23:13:29.238Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3256 | 2026-06-10T23:13:29.290Z | Compiling const_format v0.2.35 |
| 3257 | 2026-06-10T23:13:29.380Z | Compiling bcs v0.1.6 |
| 3258 | 2026-06-10T23:13:29.410Z | Compiling typify v0.6.2 |
| 3259 | 2026-06-10T23:13:29.478Z | Compiling salty v0.3.0 |
| 3260 | 2026-06-10T23:13:29.551Z | Compiling progenitor-impl v0.14.0 |
| 3261 | 2026-06-10T23:13:29.568Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3262 | 2026-06-10T23:13:29.645Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3263 | 2026-06-10T23:13:29.794Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3264 | 2026-06-10T23:13:29.800Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3265 | 2026-06-10T23:13:29.805Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3266 | 2026-06-10T23:13:29.934Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3267 | 2026-06-10T23:13:30.028Z | Compiling qorb v0.4.1 |
| 3268 | 2026-06-10T23:13:30.133Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3269 | 2026-06-10T23:13:30.174Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3270 | 2026-06-10T23:13:30.193Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3271 | 2026-06-10T23:13:30.214Z | Compiling tagptr v0.2.0 |
| 3272 | 2026-06-10T23:13:30.411Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3273 | 2026-06-10T23:13:30.513Z | Compiling termtree v0.5.1 |
| 3274 | 2026-06-10T23:13:30.709Z | Compiling textwrap v0.16.2 |
| 3275 | 2026-06-10T23:13:30.712Z | Compiling moka v0.12.13 |
| 3276 | 2026-06-10T23:13:30.746Z | Compiling tabled v0.15.0 |
| 3277 | 2026-06-10T23:13:30.796Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3278 | 2026-06-10T23:13:30.959Z | Compiling steno v0.4.1 |
| 3279 | 2026-06-10T23:13:31.047Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3280 | 2026-06-10T23:13:31.226Z | Compiling radium v0.7.0 |
| 3281 | 2026-06-10T23:13:31.244Z | Compiling base64 v0.21.7 |
| 3282 | 2026-06-10T23:13:31.335Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3283 | 2026-06-10T23:13:31.519Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3284 | 2026-06-10T23:13:31.562Z | Compiling hickory-resolver v0.25.2 |
| 3285 | 2026-06-10T23:13:31.580Z | Compiling p384 v0.13.1 |
| 3286 | 2026-06-10T23:13:31.597Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3287 | 2026-06-10T23:13:31.728Z | Compiling typify-impl v0.4.3 |
| 3288 | 2026-06-10T23:13:31.847Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3289 | 2026-06-10T23:13:31.949Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3290 | 2026-06-10T23:13:32.080Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3291 | 2026-06-10T23:13:32.103Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3292 | 2026-06-10T23:13:32.171Z | Compiling maybe-uninit v2.0.0 |
| 3293 | 2026-06-10T23:13:32.306Z | Compiling progenitor-macro v0.14.0 |
| 3294 | 2026-06-10T23:13:32.355Z | Compiling tap v1.0.1 |
| 3295 | 2026-06-10T23:13:32.515Z | Compiling wyz v0.5.1 |
| 3296 | 2026-06-10T23:13:32.599Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3297 | 2026-06-10T23:13:32.750Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3298 | 2026-06-10T23:13:32.834Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3299 | 2026-06-10T23:13:32.873Z | Compiling parking_lot_core v0.8.6 |
| 3300 | 2026-06-10T23:13:33.190Z | Compiling utf-8 v0.7.6 |
| 3301 | 2026-06-10T23:13:33.199Z | Compiling packed_struct v0.10.1 |
| 3302 | 2026-06-10T23:13:33.216Z | Compiling funty v2.0.0 |
| 3303 | 2026-06-10T23:13:33.357Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3304 | 2026-06-10T23:13:33.408Z | Compiling proc-macro-error2 v2.0.1 |
| 3305 | 2026-06-10T23:13:33.457Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3306 | 2026-06-10T23:13:33.535Z | Compiling tungstenite v0.21.0 |
| 3307 | 2026-06-10T23:13:33.569Z | Compiling bitvec v1.0.1 |
| 3308 | 2026-06-10T23:13:33.652Z | Compiling polyval v0.6.2 |
| 3309 | 2026-06-10T23:13:33.675Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3310 | 2026-06-10T23:13:33.742Z | Compiling num-derive v0.3.3 |
| 3311 | 2026-06-10T23:13:33.775Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3312 | 2026-06-10T23:13:33.791Z | Compiling packed_struct_codegen v0.10.1 |
| 3313 | 2026-06-10T23:13:33.924Z | Compiling bitfield-macros v0.19.4 |
| 3314 | 2026-06-10T23:13:33.974Z | Compiling zerocopy-derive v0.6.6 |
| 3315 | 2026-06-10T23:13:33.974Z | Compiling indexmap v1.9.3 |
| 3316 | 2026-06-10T23:13:34.031Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3317 | 2026-06-10T23:13:34.167Z | Compiling nodrop v0.1.14 |
| 3318 | 2026-06-10T23:13:34.259Z | Compiling crc-catalog v2.4.0 |
| 3319 | 2026-06-10T23:13:34.294Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3320 | 2026-06-10T23:13:34.387Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3321 | 2026-06-10T23:13:34.444Z | Compiling crc v3.4.0 |
| 3322 | 2026-06-10T23:13:34.510Z | Compiling array-init v0.0.4 |
| 3323 | 2026-06-10T23:13:34.577Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3324 | 2026-06-10T23:13:34.642Z | Compiling bitfield v0.19.4 |
| 3325 | 2026-06-10T23:13:34.698Z | Compiling tokio-tungstenite v0.21.0 |
| 3326 | 2026-06-10T23:13:34.714Z | Compiling libscf-sys v1.1.0 |
| 3327 | 2026-06-10T23:13:34.823Z | Compiling zerocopy v0.6.6 |
| 3328 | 2026-06-10T23:13:34.884Z | Compiling ghash v0.5.1 |
| 3329 | 2026-06-10T23:13:34.899Z | Compiling tabled_derive v0.11.0 |
| 3330 | 2026-06-10T23:13:34.995Z | Compiling smallvec v0.6.14 |
| 3331 | 2026-06-10T23:13:35.084Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3332 | 2026-06-10T23:13:35.100Z | Compiling papergrid v0.17.0 |
| 3333 | 2026-06-10T23:13:35.189Z | Compiling testing_table v0.3.0 |
| 3334 | 2026-06-10T23:13:35.248Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3335 | 2026-06-10T23:13:35.291Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3336 | 2026-06-10T23:13:35.362Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3337 | 2026-06-10T23:13:35.403Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3338 | 2026-06-10T23:13:35.448Z | Compiling ctr v0.9.2 |
| 3339 | 2026-06-10T23:13:35.493Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-06-10T23:13:35.643Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3341 | 2026-06-10T23:13:35.658Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3342 | 2026-06-10T23:13:35.678Z | Compiling hashbrown v0.12.3 |
| 3343 | 2026-06-10T23:13:35.850Z | Compiling corncobs v0.1.4 |
| 3344 | 2026-06-10T23:13:35.867Z | Compiling unicase v2.9.0 |
| 3345 | 2026-06-10T23:13:35.944Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3346 | 2026-06-10T23:13:35.961Z | Compiling aes-gcm v0.10.3 |
| 3347 | 2026-06-10T23:13:35.982Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3348 | 2026-06-10T23:13:35.986Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-06-10T23:13:36.056Z | Compiling parking_lot v0.11.2 |
| 3350 | 2026-06-10T23:13:36.096Z | Compiling mime_guess v2.0.5 |
| 3351 | 2026-06-10T23:13:36.142Z | Compiling tabled v0.20.0 |
| 3352 | 2026-06-10T23:13:36.220Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3353 | 2026-06-10T23:13:36.364Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3354 | 2026-06-10T23:13:36.391Z | Compiling typify-macro v0.4.3 |
| 3355 | 2026-06-10T23:13:36.416Z | Compiling serde-hex v0.1.0 |
| 3356 | 2026-06-10T23:13:36.427Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3357 | 2026-06-10T23:13:36.474Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3358 | 2026-06-10T23:13:36.655Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-06-10T23:13:36.715Z | Compiling ron v0.8.1 |
| 3360 | 2026-06-10T23:13:36.863Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3361 | 2026-06-10T23:13:36.866Z | Compiling progenitor-client v0.11.2 |
| 3362 | 2026-06-10T23:13:36.897Z | Compiling hashbrown v0.13.2 |
| 3363 | 2026-06-10T23:13:37.051Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3364 | 2026-06-10T23:13:37.069Z | Compiling blowfish v0.9.1 |
| 3365 | 2026-06-10T23:13:37.237Z | Compiling prefix-trie v0.7.0 |
| 3366 | 2026-06-10T23:13:37.380Z | Compiling ssh-encoding v0.2.0 |
| 3367 | 2026-06-10T23:13:37.403Z | Compiling fxhash v0.2.1 |
| 3368 | 2026-06-10T23:13:37.422Z | Compiling secrecy v0.8.0 |
| 3369 | 2026-06-10T23:13:37.569Z | Compiling progenitor v0.14.0 |
| 3370 | 2026-06-10T23:13:37.587Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3371 | 2026-06-10T23:13:37.605Z | Compiling crc-any v2.5.0 |
| 3372 | 2026-06-10T23:13:37.625Z | Compiling ssh-cipher v0.2.0 |
| 3373 | 2026-06-10T23:13:37.679Z | Compiling hickory-server v0.25.2 |
| 3374 | 2026-06-10T23:13:37.757Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3375 | 2026-06-10T23:13:37.836Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3376 | 2026-06-10T23:13:37.892Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3377 | 2026-06-10T23:13:38.312Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3378 | 2026-06-10T23:13:38.360Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-06-10T23:13:38.377Z | Compiling typify v0.4.3 |
| 3380 | 2026-06-10T23:13:38.531Z | Compiling progenitor-impl v0.11.2 |
| 3381 | 2026-06-10T23:13:38.550Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3382 | 2026-06-10T23:13:38.568Z | Compiling sled v0.34.7 |
| 3383 | 2026-06-10T23:13:38.743Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3384 | 2026-06-10T23:13:38.798Z | Compiling object v0.30.4 |
| 3385 | 2026-06-10T23:13:38.970Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3386 | 2026-06-10T23:13:38.984Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3387 | 2026-06-10T23:13:39.258Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3388 | 2026-06-10T23:13:39.300Z | Compiling password-hash v0.4.2 |
| 3389 | 2026-06-10T23:13:39.318Z | Compiling path-slash v0.1.5 |
| 3390 | 2026-06-10T23:13:39.462Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3391 | 2026-06-10T23:13:39.491Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3392 | 2026-06-10T23:13:39.732Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3393 | 2026-06-10T23:13:39.750Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3394 | 2026-06-10T23:13:40.054Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3395 | 2026-06-10T23:13:40.073Z | Compiling http-range v0.1.5 |
| 3396 | 2026-06-10T23:13:40.300Z | Compiling half v1.8.3 |
| 3397 | 2026-06-10T23:13:40.490Z | Compiling crc8 v0.1.1 |
| 3398 | 2026-06-10T23:13:40.599Z | Compiling serde_cbor v0.11.2 |
| 3399 | 2026-06-10T23:13:40.646Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3400 | 2026-06-10T23:13:40.874Z | Compiling pbkdf2 v0.11.0 |
| 3401 | 2026-06-10T23:13:41.070Z | Compiling illumos-nvpair v0.3.0 |
| 3402 | 2026-06-10T23:13:41.118Z | Compiling ssh-key v0.6.7 |
| 3403 | 2026-06-10T23:13:41.237Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3404 | 2026-06-10T23:13:41.284Z | Compiling progenitor-macro v0.11.2 |
| 3405 | 2026-06-10T23:13:41.602Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3406 | 2026-06-10T23:13:41.630Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3407 | 2026-06-10T23:13:41.796Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3408 | 2026-06-10T23:13:41.900Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3409 | 2026-06-10T23:13:42.048Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3410 | 2026-06-10T23:13:42.255Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3411 | 2026-06-10T23:13:42.481Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3412 | 2026-06-10T23:13:42.627Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3413 | 2026-06-10T23:13:42.633Z | Compiling p256 v0.13.2 |
| 3414 | 2026-06-10T23:13:42.633Z | Compiling p521 v0.13.3 |
| 3415 | 2026-06-10T23:13:42.633Z | Compiling yasna v0.5.2 |
| 3416 | 2026-06-10T23:13:42.743Z | Compiling kstat-rs v0.2.4 |
| 3417 | 2026-06-10T23:13:42.832Z | Compiling headers-core v0.3.0 |
| 3418 | 2026-06-10T23:13:42.852Z | Compiling nanorand v0.7.0 |
| 3419 | 2026-06-10T23:13:42.932Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3420 | 2026-06-10T23:13:42.996Z | Compiling russh-cryptovec v0.7.3 |
| 3421 | 2026-06-10T23:13:43.014Z | Compiling atty v0.2.14 |
| 3422 | 2026-06-10T23:13:43.103Z | Compiling md5 v0.7.0 |
| 3423 | 2026-06-10T23:13:43.143Z | Compiling home v0.5.12 |
| 3424 | 2026-06-10T23:13:43.161Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3425 | 2026-06-10T23:13:43.201Z | Compiling rcgen v0.12.1 |
| 3426 | 2026-06-10T23:13:43.218Z | Compiling flume v0.11.1 |
| 3427 | 2026-06-10T23:13:43.318Z | Compiling russh-keys v0.45.0 |
| 3428 | 2026-06-10T23:13:43.388Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3429 | 2026-06-10T23:13:43.423Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3430 | 2026-06-10T23:13:43.444Z | Compiling headers v0.4.1 |
| 3431 | 2026-06-10T23:13:43.483Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-06-10T23:13:43.607Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3433 | 2026-06-10T23:13:43.625Z | Compiling hyper-staticfile v0.10.1 |
| 3434 | 2026-06-10T23:13:43.712Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3435 | 2026-06-10T23:13:43.834Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3436 | 2026-06-10T23:13:43.950Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3437 | 2026-06-10T23:13:44.027Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3438 | 2026-06-10T23:13:44.123Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3439 | 2026-06-10T23:13:44.142Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3440 | 2026-06-10T23:13:44.172Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3441 | 2026-06-10T23:13:44.255Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3442 | 2026-06-10T23:13:44.487Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3443 | 2026-06-10T23:13:44.567Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3444 | 2026-06-10T23:13:44.664Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3445 | 2026-06-10T23:13:44.760Z | Compiling num-bigint v0.4.6 |
| 3446 | 2026-06-10T23:13:44.780Z | Compiling des v0.8.1 |
| 3447 | 2026-06-10T23:13:44.803Z | Compiling subprocess v0.2.15 |
| 3448 | 2026-06-10T23:13:44.822Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-06-10T23:13:44.900Z | Compiling hex-literal v0.4.1 |
| 3450 | 2026-06-10T23:13:44.923Z | Compiling display-error-chain v0.2.2 |
| 3451 | 2026-06-10T23:13:44.981Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-06-10T23:13:44.999Z | Compiling colored v2.2.0 |
| 3453 | 2026-06-10T23:13:45.016Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-06-10T23:13:45.046Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-06-10T23:13:45.100Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-06-10T23:13:45.288Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3457 | 2026-06-10T23:13:45.396Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3458 | 2026-06-10T23:13:46.035Z | Compiling russh v0.45.0 |
| 3459 | 2026-06-10T23:13:46.296Z | Compiling progenitor v0.11.2 |
| 3460 | 2026-06-10T23:13:46.454Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3461 | 2026-06-10T23:13:46.473Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3462 | 2026-06-10T23:13:46.493Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3463 | 2026-06-10T23:13:48.984Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3464 | 2026-06-10T23:13:49.631Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3465 | 2026-06-10T23:13:50.097Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3466 | 2026-06-10T23:13:52.008Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3467 | 2026-06-10T23:13:52.169Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3468 | 2026-06-10T23:14:00.012Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3469 | 2026-06-10T23:14:00.012Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3470 | 2026-06-10T23:14:00.015Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3471 | 2026-06-10T23:14:00.015Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3472 | 2026-06-10T23:14:01.740Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3473 | 2026-06-10T23:14:01.813Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3474 | 2026-06-10T23:14:06.039Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3475 | 2026-06-10T23:14:45.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3476 | 2026-06-10T23:14:45.578Z | |
| 3477 | 2026-06-10T23:14:45.578Z | real 1:26.930107520 |
| 3478 | 2026-06-10T23:14:45.578Z | user 8:13.143430599 |
| 3479 | 2026-06-10T23:14:45.581Z | sys 1:45.241680470 |
| 3480 | 2026-06-10T23:14:45.581Z | trap 0.248988196 |
| 3481 | 2026-06-10T23:14:45.581Z | tflt 0.599913617 |
| 3482 | 2026-06-10T23:14:45.581Z | dflt 1.992679666 |
| 3483 | 2026-06-10T23:14:45.581Z | kflt 0.000209070 |
| 3484 | 2026-06-10T23:14:45.581Z | lock 27:50.107414152 |
| 3485 | 2026-06-10T23:14:45.581Z | slp 18:51.624547005 |
| 3486 | 2026-06-10T23:14:45.581Z | lat 39.594563168 |
| 3487 | 2026-06-10T23:14:45.581Z | stop 2:45.730749826 |
| 3488 | 2026-06-10T23:14:45.581Z | + mkdir tests |
| 3489 | 2026-06-10T23:14:45.584Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3490 | 2026-06-10T23:14:45.584Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3491 | 2026-06-10T23:14:45.609Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3c957eae36d31f7 tests/ |
| 3492 | 2026-06-10T23:14:45.637Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6069cdcc719bba09 tests/ |
| 3493 | 2026-06-10T23:14:45.667Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-bfb5b69e1285ed97 tests/ |
| 3494 | 2026-06-10T23:14:45.697Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c45cf88ed4ec198b tests/ |
| 3495 | 2026-06-10T23:14:46.016Z | + 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) |
| 3496 | 2026-06-10T23:14:46.019Z | + 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-6069cdcc719bba09 tests/commtest-bfb5b69e1285ed97 tests/dhcp_server-e3c957eae36d31f7 tests/end_to_end_tests-c45cf88ed4ec198b 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 |
| 3497 | 2026-06-10T23:16:08.569Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3498 | 2026-06-10T23:16:08.569Z | a .github/buildomat/ci-env.sh 1K |
| 3499 | 2026-06-10T23:16:08.569Z | a out/target/test 1K |
| 3500 | 2026-06-10T23:16:08.569Z | a out/npuzone/npuzone 27402K |
| 3501 | 2026-06-10T23:16:08.569Z | a package-manifest.toml 35K |
| 3502 | 2026-06-10T23:16:08.569Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3503 | 2026-06-10T23:16:08.569Z | a target/release/omicron-package 46204K |
| 3504 | 2026-06-10T23:16:08.569Z | a target/release/xtask 11453K |
| 3505 | 2026-06-10T23:16:08.569Z | a target/debug/bootstrap 354857K |
| 3506 | 2026-06-10T23:16:08.569Z | a tests/bootstrap-6069cdcc719bba09 31215K |
| 3507 | 2026-06-10T23:16:08.569Z | a tests/commtest-bfb5b69e1285ed97 32300K |
| 3508 | 2026-06-10T23:16:08.569Z | a tests/dhcp_server-e3c957eae36d31f7 31215K |
| 3509 | 2026-06-10T23:16:08.569Z | a tests/end_to_end_tests-c45cf88ed4ec198b 395929K |
| 3510 | 2026-06-10T23:16:08.569Z | a tools/opte_version 1K |
| 3511 | 2026-06-10T23:16:08.570Z | a tools/opte_version_override 2K |
| 3512 | 2026-06-10T23:16:08.570Z | a out/clickhouse.tar.gz 321857K |
| 3513 | 2026-06-10T23:16:08.570Z | a out/clickhouse_keeper.tar.gz 306927K |
| 3514 | 2026-06-10T23:16:08.570Z | a out/clickhouse_server.tar.gz 321855K |
| 3515 | 2026-06-10T23:16:08.570Z | a out/cockroachdb.tar.gz 166144K |
| 3516 | 2026-06-10T23:16:08.570Z | a out/crucible-pantry-zone.tar.gz 41128K |
| 3517 | 2026-06-10T23:16:08.570Z | a out/crucible-utils.tar 16478K |
| 3518 | 2026-06-10T23:16:08.570Z | a out/crucible-zone.tar.gz 56698K |
| 3519 | 2026-06-10T23:16:08.570Z | a out/external-dns.tar.gz 51267K |
| 3520 | 2026-06-10T23:16:08.570Z | a out/internal-dns.tar.gz 51266K |
| 3521 | 2026-06-10T23:16:08.570Z | a out/mg-ddm-gz.tar 97912K |
| 3522 | 2026-06-10T23:16:08.570Z | a out/nexus.tar.gz 281217K |
| 3523 | 2026-06-10T23:16:08.570Z | a out/ntp.tar.gz 32802K |
| 3524 | 2026-06-10T23:16:08.570Z | a out/omicron-gateway-softnpu.tar.gz 29546K |
| 3525 | 2026-06-10T23:16:08.570Z | a out/omicron-sled-agent.tar 206469K |
| 3526 | 2026-06-10T23:16:08.570Z | a out/overlay.tar.gz 3K |
| 3527 | 2026-06-10T23:16:08.570Z | a out/oximeter.tar.gz 68150K |
| 3528 | 2026-06-10T23:16:08.570Z | a out/oxlog.tar 3782K |
| 3529 | 2026-06-10T23:16:08.570Z | a out/probe.tar.gz 3037K |
| 3530 | 2026-06-10T23:16:08.570Z | a out/propolis-server.tar.gz 34918K |
| 3531 | 2026-06-10T23:16:08.570Z | a out/pumpkind-gz.tar 26647K |
| 3532 | 2026-06-10T23:16:08.570Z | a out/switch-softnpu.tar.gz 455180K |
| 3533 | 2026-06-10T23:16:08.574Z | |
| 3534 | 2026-06-10T23:16:08.574Z | real 1:22.550777371 |
| 3535 | 2026-06-10T23:16:08.574Z | user 1:19.736556080 |
| 3536 | 2026-06-10T23:16:08.574Z | sys 4.627949518 |
| 3537 | 2026-06-10T23:16:08.574Z | trap 0.007249445 |
| 3538 | 2026-06-10T23:16:08.574Z | tflt 0.000000000 |
| 3539 | 2026-06-10T23:16:08.574Z | dflt 0.000000000 |
| 3540 | 2026-06-10T23:16:08.574Z | kflt 0.000000000 |
| 3541 | 2026-06-10T23:16:08.574Z | lock 0.000000000 |
| 3542 | 2026-06-10T23:16:08.574Z | slp 1:19.665814627 |
| 3543 | 2026-06-10T23:16:08.574Z | lat 1.058511397 |
| 3544 | 2026-06-10T23:16:08.574Z | stop 0.000536410 |
| 3545 | 2026-06-10T23:16:08.574Z | process exited: duration 949477 ms, exit code 0 |
| |
| 3546 | 2026-06-10T23:16:08.589Z | found 1 output files |
| 3547 | 2026-06-10T23:16:08.593Z | uploading: /work/package.tar.gz (2568300455 bytes) |
| 3548 | 2026-06-10T23:16:40.218Z | uploaded: /work/package.tar.gz |