|
|
|
| 1 | 2026-06-16T21:18:23.973Z | job assigned to worker 01KV94R3NM9EBEDS8Y70CVRA5E [factory aws, i-0d7b47b513dbcbbb7] (queued for 53 s) |
| |
| 2 | 2026-06-16T21:18:31.726Z | starting task 0: "setup" |
| 3 | 2026-06-16T21:18:31.730Z | ++ uname -s |
| 4 | 2026-06-16T21:18:31.733Z | + kern=SunOS |
| 5 | 2026-06-16T21:18:31.733Z | + build_user=build |
| 6 | 2026-06-16T21:18:31.733Z | + build_uid=12345 |
| 7 | 2026-06-16T21:18:31.733Z | + work_dir=/work |
| 8 | 2026-06-16T21:18:31.733Z | + input_dir=/input |
| 9 | 2026-06-16T21:18:31.733Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-16T21:18:31.733Z | + case "$kern" in |
| 11 | 2026-06-16T21:18:31.733Z | + groupadd -g 12345 build |
| 12 | 2026-06-16T21:18:31.747Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-16T21:18:33.754Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-16T21:18:33.845Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-16T21:18:33.848Z | + home_fs=zfs |
| 16 | 2026-06-16T21:18:33.848Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-16T21:18:33.848Z | + mkdir -p /home/build |
| 18 | 2026-06-16T21:18:33.851Z | + chown build:build /home/build /work |
| 19 | 2026-06-16T21:18:35.851Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-16T21:18:35.855Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-06-16T21:18:35.862Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-16T21:18:35.867Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-16T21:18:35.867Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-16T21:18:35.867Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-06-16T21:18:35.867Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-16T21:18:35.867Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-16T21:18:35.867Z | * rust toolchain profile = "default" |
| 28 | 2026-06-16T21:18:35.870Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-16T21:18:35.870Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-16T21:18:35.984Z | info: downloading installer |
| 31 | 2026-06-16T21:18:37.526Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-16T21:18:37.526Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-16T21:18:37.526Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-16T21:18:37.527Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-16T21:18:37.539Z | info: profile set to default |
| 36 | 2026-06-16T21:18:37.539Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-16T21:18:37.542Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-16T21:18:37.693Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-16T21:18:37.696Z | info: downloading 6 components |
| 40 | 2026-06-16T21:18:52.545Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-16T21:18:52.545Z | |
| 42 | 2026-06-16T21:18:52.574Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-16T21:18:52.574Z | |
| 44 | 2026-06-16T21:18:52.574Z | |
| 45 | 2026-06-16T21:18:52.574Z | Rust is installed now. Great! |
| 46 | 2026-06-16T21:18:52.574Z | |
| 47 | 2026-06-16T21:18:52.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-16T21:18:52.577Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-16T21:18:52.577Z | |
| 50 | 2026-06-16T21:18:52.577Z | To configure your current shell, you need to source |
| 51 | 2026-06-16T21:18:52.577Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-16T21:18:52.577Z | |
| 53 | 2026-06-16T21:18:52.577Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-16T21:18:52.577Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-16T21:18:52.577Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-16T21:18:52.577Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-16T21:18:52.577Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-16T21:18:52.577Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-16T21:18:52.577Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-16T21:18:52.577Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-16T21:18:52.578Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-16T21:18:52.674Z | + rustup --version |
| 63 | 2026-06-16T21:18:52.680Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-16T21:18:52.680Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-16T21:18:52.702Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-16T21:18:52.704Z | + cargo --version |
| 67 | 2026-06-16T21:18:52.714Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-16T21:18:52.717Z | + rustc --version |
| 69 | 2026-06-16T21:18:52.736Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-16T21:18:52.739Z | process exited: duration 16876 ms, exit code 0 |
| |
| 71 | 2026-06-16T21:18:52.745Z | starting task 2: "authentication" |
| 72 | 2026-06-16T21:18:52.763Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-16T21:18:52.769Z | starting task 3: "clone repository" |
| 74 | 2026-06-16T21:18:52.773Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-16T21:18:52.776Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-16T21:18:52.810Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-16T21:19:03.767Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-16T21:19:03.767Z | + git fetch origin 7e6e6abb17446861a9cedfa3091789ef9cb8933f |
| 79 | 2026-06-16T21:19:04.040Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-16T21:19:04.040Z | * branch 7e6e6abb17446861a9cedfa3091789ef9cb8933f -> FETCH_HEAD |
| 81 | 2026-06-16T21:19:04.054Z | + [[ -n add-claude-md ]] |
| 82 | 2026-06-16T21:19:04.058Z | ++ git branch --show-current |
| 83 | 2026-06-16T21:19:04.058Z | + current=main |
| 84 | 2026-06-16T21:19:04.058Z | + [[ main != add-claude-md ]] |
| 85 | 2026-06-16T21:19:04.058Z | + git branch -f add-claude-md 7e6e6abb17446861a9cedfa3091789ef9cb8933f |
| 86 | 2026-06-16T21:19:04.061Z | + git checkout -f add-claude-md |
| 87 | 2026-06-16T21:19:04.305Z | Switched to branch 'add-claude-md' |
| 88 | 2026-06-16T21:19:04.308Z | + git reset --hard 7e6e6abb17446861a9cedfa3091789ef9cb8933f |
| 89 | 2026-06-16T21:19:04.546Z | HEAD is now at 7e6e6abb1 switch to xtask setup-agent that sets up symlinks |
| 90 | 2026-06-16T21:19:04.549Z | process exited: duration 11778 ms, exit code 0 |
| |
| 91 | 2026-06-16T21:19:04.556Z | starting task 4: "build" |
| 92 | 2026-06-16T21:19:04.560Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-16T21:19:04.563Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-16T21:19:04.563Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-16T21:19:04.563Z | + cargo --version |
| 96 | 2026-06-16T21:19:04.571Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-16T21:19:04.574Z | + rustc --version |
| 98 | 2026-06-16T21:19:04.595Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-16T21:19:04.598Z | + WORK=/work |
| 100 | 2026-06-16T21:19:04.598Z | + pfexec mkdir -p /work |
| 101 | 2026-06-16T21:19:04.602Z | + pfexec chown build /work |
| 102 | 2026-06-16T21:19:04.605Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-16T21:19:06.168Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-16T21:19:06.256Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-16T21:19:06.614Z | Planning: Solver setup ... Done (0.309s) |
| 106 | 2026-06-16T21:19:06.636Z | Planning: Running solver ... Done (0.022s) |
| 107 | 2026-06-16T21:19:06.644Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-16T21:19:06.657Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-16T21:19:06.677Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-16T21:19:06.690Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-16T21:19:06.693Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-16T21:19:06.885Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 113 | 2026-06-16T21:19:06.887Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-16T21:19:07.751Z | Planning: Evaluating mediators ... Done (0.863s) |
| 115 | 2026-06-16T21:19:07.754Z | Planning: Planning completed in 1.47 seconds |
| 116 | 2026-06-16T21:19:07.758Z | Packages to install: 2 |
| 117 | 2026-06-16T21:19:07.758Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-16T21:19:07.758Z | Estimated space to be consumed: 26.76 MB |
| 119 | 2026-06-16T21:19:07.758Z | Create boot environment: No |
| 120 | 2026-06-16T21:19:07.761Z | Create backup boot environment: No |
| 121 | 2026-06-16T21:19:07.761Z | Rebuild boot archive: No |
| 122 | 2026-06-16T21:19:07.761Z | |
| 123 | 2026-06-16T21:19:07.761Z | Changed packages: |
| 124 | 2026-06-16T21:19:07.761Z | helios |
| 125 | 2026-06-16T21:19:07.761Z | developer/build-essential |
| 126 | 2026-06-16T21:19:07.761Z | None -> 11-3.0 |
| 127 | 2026-06-16T21:19:07.761Z | library/libxmlsec1 |
| 128 | 2026-06-16T21:19:07.761Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-16T21:19:07.785Z | |
| 130 | 2026-06-16T21:19:07.785Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-16T21:19:08.351Z | Download: Completed 1.28 MB in 0.57 seconds (2.3M/s) |
| 132 | 2026-06-16T21:19:08.433Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-16T21:19:08.472Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-16T21:19:08.483Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-06-16T21:19:08.483Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-16T21:19:08.507Z | Finalize: Updating image state ... Done (0.024s) |
| 137 | 2026-06-16T21:19:11.082Z | Finalize: Creating fast lookup database ... Done (2.552s) |
| 138 | 2026-06-16T21:19:11.151Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-06-16T21:19:11.154Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-16T21:19:11.246Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-16T21:19:11.554Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-16T21:19:11.659Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-16T21:19:11.662Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-16T21:19:11.819Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-16T21:19:11.845Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-06-16T21:19:11.845Z | Mediators to change: 2 |
| 147 | 2026-06-16T21:19:11.845Z | Create boot environment: No |
| 148 | 2026-06-16T21:19:11.845Z | Create backup boot environment: No |
| 149 | 2026-06-16T21:19:11.902Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-16T21:19:11.902Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-16T21:19:11.917Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-16T21:19:13.874Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-16T21:19:13.937Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-16T21:19:13.940Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-16T21:19:14.048Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-16T21:19:14.333Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-16T21:19:14.436Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-16T21:19:14.439Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-16T21:19:14.592Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-16T21:19:14.595Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-16T21:19:14.615Z | Mediators to change: 1 |
| 162 | 2026-06-16T21:19:14.615Z | Create boot environment: No |
| 163 | 2026-06-16T21:19:14.615Z | Create backup boot environment: No |
| 164 | 2026-06-16T21:19:14.661Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-16T21:19:14.661Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-16T21:19:14.674Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-16T21:19:16.610Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-16T21:19:16.673Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-16T21:19:16.676Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-16T21:19:16.741Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-16T21:19:17.052Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-16T21:19:17.052Z | apache system 2.4 system |
| 173 | 2026-06-16T21:19:17.052Z | clang system 15 system |
| 174 | 2026-06-16T21:19:17.052Z | csh system system illumos |
| 175 | 2026-06-16T21:19:17.052Z | ctags system system illumos |
| 176 | 2026-06-16T21:19:17.052Z | file vendor vendor darwinsys |
| 177 | 2026-06-16T21:19:17.052Z | file system system illumos |
| 178 | 2026-06-16T21:19:17.052Z | gcc vendor 14 vendor |
| 179 | 2026-06-16T21:19:17.052Z | gcc system 13 system |
| 180 | 2026-06-16T21:19:17.052Z | gcc system 10 system |
| 181 | 2026-06-16T21:19:17.052Z | go system 1.25 system |
| 182 | 2026-06-16T21:19:17.052Z | llvm system 15 system |
| 183 | 2026-06-16T21:19:17.052Z | mariadb system 11.4 system |
| 184 | 2026-06-16T21:19:17.052Z | mta vendor vendor dma |
| 185 | 2026-06-16T21:19:17.052Z | openjdk system 17 system |
| 186 | 2026-06-16T21:19:17.052Z | openjdk system 11 system |
| 187 | 2026-06-16T21:19:17.052Z | openssl vendor 3 vendor |
| 188 | 2026-06-16T21:19:17.052Z | perl system 5.40 system |
| 189 | 2026-06-16T21:19:17.052Z | postgresql system 18 system |
| 190 | 2026-06-16T21:19:17.052Z | postgresql system 17 system |
| 191 | 2026-06-16T21:19:17.052Z | python vendor 3 vendor |
| 192 | 2026-06-16T21:19:17.052Z | python system 2 system |
| 193 | 2026-06-16T21:19:17.053Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-16T21:19:17.053Z | ruby system 3.4 system |
| 195 | 2026-06-16T21:19:17.053Z | ruby system 3.0 system |
| 196 | 2026-06-16T21:19:17.053Z | words vendor vendor american-english |
| 197 | 2026-06-16T21:19:17.053Z | words system system australian-english |
| 198 | 2026-06-16T21:19:17.053Z | words system system british-english |
| 199 | 2026-06-16T21:19:17.053Z | words system system canadian-english |
| 200 | 2026-06-16T21:19:17.053Z | words system system french |
| 201 | 2026-06-16T21:19:17.053Z | words system system italian |
| 202 | 2026-06-16T21:19:17.053Z | words system system ngerman |
| 203 | 2026-06-16T21:19:17.053Z | words system system ogerman |
| 204 | 2026-06-16T21:19:17.053Z | words system system spanish |
| 205 | 2026-06-16T21:19:17.302Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-16T21:19:17.302Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-16T21:19:17.597Z | FMRI IFO |
| 208 | 2026-06-16T21:19:17.597Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-16T21:19:17.597Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-16T21:19:17.597Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-16T21:19:17.597Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-16T21:19:17.597Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-16T21:19:17.597Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-16T21:19:17.597Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-16T21:19:17.597Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-16T21:19:17.597Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-16T21:19:17.841Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-16T21:19:18.109Z | Updating crates.io index |
| 219 | 2026-06-16T21:19:18.113Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-16T21:19:18.732Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-16T21:19:19.095Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-16T21:19:19.521Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-16T21:19:20.658Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-16T21:19:21.126Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-16T21:19:22.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-16T21:19:23.437Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-16T21:19:23.806Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-16T21:19:25.098Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-16T21:19:25.646Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-16T21:19:26.322Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-16T21:19:26.790Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-16T21:19:27.699Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-16T21:19:28.153Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-16T21:19:28.403Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-16T21:19:28.808Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-16T21:19:29.240Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-16T21:19:29.855Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-16T21:19:30.103Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-16T21:19:30.338Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-16T21:19:30.628Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-16T21:19:31.131Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-16T21:19:31.503Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-16T21:19:32.035Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-16T21:19:32.473Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-16T21:19:32.886Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-16T21:19:33.261Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-16T21:19:33.547Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-16T21:19:34.687Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-16T21:19:35.502Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-16T21:19:35.879Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-16T21:19:36.149Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-16T21:19:36.543Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-16T21:19:36.858Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-16T21:19:37.175Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-16T21:19:37.803Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-16T21:19:38.081Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-16T21:19:38.414Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-16T21:19:38.681Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-16T21:19:39.060Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-06-16T21:19:50.949Z | Downloading crates ... |
| 261 | 2026-06-16T21:19:51.044Z | Downloaded errno v0.3.14 |
| 262 | 2026-06-16T21:19:51.047Z | Downloaded cfg-if v1.0.4 |
| 263 | 2026-06-16T21:19:51.047Z | Downloaded anstyle v1.0.14 |
| 264 | 2026-06-16T21:19:51.047Z | Downloaded thiserror v1.0.69 |
| 265 | 2026-06-16T21:19:51.047Z | Downloaded proc-macro2 v1.0.106 |
| 266 | 2026-06-16T21:19:51.047Z | Downloaded usdt-attr-macro v0.5.0 |
| 267 | 2026-06-16T21:19:51.047Z | Downloaded thiserror-impl v2.0.18 |
| 268 | 2026-06-16T21:19:51.047Z | Downloaded erased-serde v0.4.9 |
| 269 | 2026-06-16T21:19:51.047Z | Downloaded equivalent v1.0.2 |
| 270 | 2026-06-16T21:19:51.047Z | Downloaded dof v0.3.0 |
| 271 | 2026-06-16T21:19:51.047Z | Downloaded anstream v1.0.0 |
| 272 | 2026-06-16T21:19:51.047Z | Downloaded fastrand v2.3.0 |
| 273 | 2026-06-16T21:19:51.047Z | Downloaded toml_write v0.1.2 |
| 274 | 2026-06-16T21:19:51.047Z | Downloaded zmij v1.0.21 |
| 275 | 2026-06-16T21:19:51.047Z | Downloaded fs-err v3.3.0 |
| 276 | 2026-06-16T21:19:51.047Z | Downloaded sha2 v0.10.9 |
| 277 | 2026-06-16T21:19:51.047Z | Downloaded displaydoc v0.2.5 |
| 278 | 2026-06-16T21:19:51.047Z | Downloaded zerocopy-derive v0.7.35 |
| 279 | 2026-06-16T21:19:51.047Z | Downloaded yoke-derive v0.8.1 |
| 280 | 2026-06-16T21:19:51.047Z | Downloaded utf8_iter v1.0.4 |
| 281 | 2026-06-16T21:19:51.047Z | Downloaded usdt-macro v0.5.0 |
| 282 | 2026-06-16T21:19:51.047Z | Downloaded unicode-xid v0.2.6 |
| 283 | 2026-06-16T21:19:51.047Z | Downloaded toml_datetime v0.6.11 |
| 284 | 2026-06-16T21:19:51.048Z | Downloaded fnv v1.0.7 |
| 285 | 2026-06-16T21:19:51.048Z | Downloaded thiserror-impl v1.0.69 |
| 286 | 2026-06-16T21:19:51.048Z | Downloaded crypto-common v0.1.7 |
| 287 | 2026-06-16T21:19:51.055Z | Downloaded zerofrom v0.1.6 |
| 288 | 2026-06-16T21:19:51.059Z | Downloaded version_check v0.9.5 |
| 289 | 2026-06-16T21:19:51.059Z | Downloaded utf8parse v0.2.2 |
| 290 | 2026-06-16T21:19:51.059Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-06-16T21:19:51.065Z | Downloaded winnow v0.7.14 |
| 292 | 2026-06-16T21:19:51.078Z | Downloaded zerotrie v0.2.3 |
| 293 | 2026-06-16T21:19:51.078Z | Downloaded tinystr v0.8.2 |
| 294 | 2026-06-16T21:19:51.078Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-06-16T21:19:51.078Z | Downloaded ucd-trie v0.1.7 |
| 296 | 2026-06-16T21:19:51.081Z | Downloaded textwrap v0.16.2 |
| 297 | 2026-06-16T21:19:51.081Z | Downloaded writeable v0.6.2 |
| 298 | 2026-06-16T21:19:51.081Z | Downloaded typeid v1.0.3 |
| 299 | 2026-06-16T21:19:51.081Z | Downloaded toml v0.8.23 |
| 300 | 2026-06-16T21:19:51.081Z | Downloaded thread-id v4.2.2 |
| 301 | 2026-06-16T21:19:51.081Z | Downloaded usdt v0.5.0 |
| 302 | 2026-06-16T21:19:51.097Z | Downloaded generic-array v0.14.7 |
| 303 | 2026-06-16T21:19:51.097Z | Downloaded form_urlencoded v1.2.2 |
| 304 | 2026-06-16T21:19:51.097Z | Downloaded zerovec-derive v0.11.2 |
| 305 | 2026-06-16T21:19:51.097Z | Downloaded proc-macro-error-attr v1.0.4 |
| 306 | 2026-06-16T21:19:51.097Z | Downloaded plain v0.2.3 |
| 307 | 2026-06-16T21:19:51.102Z | Downloaded dtrace-parser v0.2.0 |
| 308 | 2026-06-16T21:19:51.102Z | Downloaded heck v0.4.1 |
| 309 | 2026-06-16T21:19:51.102Z | Downloaded usdt-impl v0.5.0 |
| 310 | 2026-06-16T21:19:51.102Z | Downloaded unicode-ident v1.0.24 |
| 311 | 2026-06-16T21:19:51.102Z | Downloaded thiserror v2.0.18 |
| 312 | 2026-06-16T21:19:51.102Z | Downloaded yoke v0.8.1 |
| 313 | 2026-06-16T21:19:51.102Z | Downloaded ordered-float v2.10.1 |
| 314 | 2026-06-16T21:19:51.106Z | Downloaded anstyle-query v1.1.5 |
| 315 | 2026-06-16T21:19:51.113Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-06-16T21:19:51.113Z | Downloaded zerocopy v0.7.35 |
| 317 | 2026-06-16T21:19:51.117Z | Downloaded scroll v0.12.0 |
| 318 | 2026-06-16T21:19:51.120Z | Downloaded toml_edit v0.22.27 |
| 319 | 2026-06-16T21:19:51.120Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-06-16T21:19:51.120Z | Downloaded typenum v1.19.0 |
| 321 | 2026-06-16T21:19:51.127Z | Downloaded zerovec v0.11.5 |
| 322 | 2026-06-16T21:19:51.127Z | Downloaded stable_deref_trait v1.2.1 |
| 323 | 2026-06-16T21:19:51.127Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-06-16T21:19:51.132Z | Downloaded unicode-width v0.1.14 |
| 325 | 2026-06-16T21:19:51.136Z | Downloaded url v2.5.8 |
| 326 | 2026-06-16T21:19:51.137Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-06-16T21:19:51.137Z | Downloaded percent-encoding v2.3.2 |
| 328 | 2026-06-16T21:19:51.137Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-16T21:19:51.137Z | Downloaded idna_adapter v1.2.1 |
| 330 | 2026-06-16T21:19:51.152Z | Downloaded clap_lex v1.0.0 |
| 331 | 2026-06-16T21:19:51.152Z | Downloaded unicode-width v0.2.0 |
| 332 | 2026-06-16T21:19:51.172Z | Downloaded strsim v0.11.1 |
| 333 | 2026-06-16T21:19:51.172Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-06-16T21:19:51.172Z | Downloaded itoa v1.0.17 |
| 335 | 2026-06-16T21:19:51.172Z | Downloaded swrite v0.1.0 |
| 336 | 2026-06-16T21:19:51.172Z | Downloaded serde-value v0.7.0 |
| 337 | 2026-06-16T21:19:51.172Z | Downloaded block-buffer v0.10.4 |
| 338 | 2026-06-16T21:19:51.172Z | Downloaded smawk v0.3.2 |
| 339 | 2026-06-16T21:19:51.172Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-06-16T21:19:51.186Z | Downloaded potential_utf v0.1.4 |
| 341 | 2026-06-16T21:19:51.186Z | Downloaded heck v0.5.0 |
| 342 | 2026-06-16T21:19:51.186Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2026-06-16T21:19:51.186Z | Downloaded colorchoice v1.0.4 |
| 344 | 2026-06-16T21:19:51.216Z | Downloaded serde-untagged v0.1.9 |
| 345 | 2026-06-16T21:19:51.260Z | Downloaded digest v0.10.7 |
| 346 | 2026-06-16T21:19:51.260Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2026-06-16T21:19:51.260Z | Downloaded anstyle-parse v1.0.0 |
| 348 | 2026-06-16T21:19:51.261Z | Downloaded camino v1.2.2 |
| 349 | 2026-06-16T21:19:51.261Z | Downloaded pest_generator v2.8.6 |
| 350 | 2026-06-16T21:19:51.261Z | Downloaded cpufeatures v0.2.17 |
| 351 | 2026-06-16T21:19:51.261Z | Downloaded quote v1.0.45 |
| 352 | 2026-06-16T21:19:51.261Z | Downloaded macaddr v1.0.1 |
| 353 | 2026-06-16T21:19:51.261Z | Downloaded camino-tempfile v1.4.1 |
| 354 | 2026-06-16T21:19:51.261Z | Downloaded bytecount v0.6.9 |
| 355 | 2026-06-16T21:19:51.282Z | Downloaded byteorder v1.5.0 |
| 356 | 2026-06-16T21:19:51.282Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-06-16T21:19:51.282Z | Downloaded cargo_metadata v0.21.0 |
| 358 | 2026-06-16T21:19:51.282Z | Downloaded autocfg v1.5.0 |
| 359 | 2026-06-16T21:19:51.282Z | Downloaded once_cell v1.21.3 |
| 360 | 2026-06-16T21:19:51.282Z | Downloaded litemap v0.8.1 |
| 361 | 2026-06-16T21:19:51.283Z | Downloaded clap_derive v4.6.1 |
| 362 | 2026-06-16T21:19:51.283Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-06-16T21:19:51.283Z | Downloaded synstructure v0.13.2 |
| 364 | 2026-06-16T21:19:51.283Z | Downloaded cargo-util-schemas v0.8.2 |
| 365 | 2026-06-16T21:19:51.283Z | Downloaded semver v1.0.28 |
| 366 | 2026-06-16T21:19:51.283Z | Downloaded serde_tokenstream v0.2.3 |
| 367 | 2026-06-16T21:19:51.283Z | Downloaded pest_derive v2.8.6 |
| 368 | 2026-06-16T21:19:51.458Z | Downloaded icu_properties v2.1.2 |
| 369 | 2026-06-16T21:19:51.458Z | Downloaded log v0.4.29 |
| 370 | 2026-06-16T21:19:51.458Z | Downloaded icu_provider v2.1.1 |
| 371 | 2026-06-16T21:19:51.458Z | Downloaded serde_core v1.0.228 |
| 372 | 2026-06-16T21:19:51.492Z | Downloaded icu_normalizer v2.1.1 |
| 373 | 2026-06-16T21:19:51.492Z | Downloaded clap v4.6.1 |
| 374 | 2026-06-16T21:19:51.492Z | Downloaded smallvec v1.15.1 |
| 375 | 2026-06-16T21:19:51.492Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-06-16T21:19:51.492Z | Downloaded num-traits v0.2.19 |
| 377 | 2026-06-16T21:19:51.492Z | Downloaded getrandom v0.4.1 |
| 378 | 2026-06-16T21:19:51.492Z | Downloaded bitflags v2.11.0 |
| 379 | 2026-06-16T21:19:51.492Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-06-16T21:19:51.492Z | Downloaded anyhow v1.0.102 |
| 381 | 2026-06-16T21:19:51.492Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-06-16T21:19:51.492Z | Downloaded memchr v2.8.0 |
| 383 | 2026-06-16T21:19:51.492Z | Downloaded papergrid v0.11.0 |
| 384 | 2026-06-16T21:19:51.492Z | Downloaded icu_normalizer_data v2.1.1 |
| 385 | 2026-06-16T21:19:51.493Z | Downloaded serde v1.0.228 |
| 386 | 2026-06-16T21:19:51.493Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-06-16T21:19:51.493Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-06-16T21:19:51.493Z | Downloaded pest v2.8.6 |
| 389 | 2026-06-16T21:19:51.493Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-06-16T21:19:51.493Z | Downloaded idna v1.1.0 |
| 391 | 2026-06-16T21:19:51.493Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-06-16T21:19:51.493Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-06-16T21:19:51.493Z | Downloaded tabled v0.15.0 |
| 394 | 2026-06-16T21:19:51.493Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-16T21:19:51.493Z | Downloaded clap_builder v4.6.0 |
| 396 | 2026-06-16T21:19:51.511Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-16T21:19:51.511Z | Downloaded libc v0.2.185 |
| 398 | 2026-06-16T21:19:51.524Z | Downloaded syn v2.0.117 |
| 399 | 2026-06-16T21:19:51.524Z | Downloaded rustix v1.1.3 |
| 400 | 2026-06-16T21:19:51.579Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-16T21:19:51.609Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-16T21:19:51.609Z | Compiling quote v1.0.45 |
| 403 | 2026-06-16T21:19:51.609Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-16T21:19:51.609Z | Compiling libc v0.2.185 |
| 405 | 2026-06-16T21:19:51.609Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-16T21:19:51.609Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-16T21:19:51.609Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-16T21:19:51.609Z | Compiling serde v1.0.228 |
| 409 | 2026-06-16T21:19:51.609Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-16T21:19:51.870Z | Compiling autocfg v1.5.0 |
| 411 | 2026-06-16T21:19:51.870Z | Compiling thiserror v1.0.69 |
| 412 | 2026-06-16T21:19:51.871Z | Compiling itoa v1.0.17 |
| 413 | 2026-06-16T21:19:51.871Z | Compiling ucd-trie v0.1.7 |
| 414 | 2026-06-16T21:19:51.871Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-16T21:19:52.007Z | Compiling writeable v0.6.2 |
| 416 | 2026-06-16T21:19:52.107Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-06-16T21:19:52.215Z | Compiling rustix v1.1.3 |
| 418 | 2026-06-16T21:19:52.263Z | Compiling byteorder v1.5.0 |
| 419 | 2026-06-16T21:19:52.284Z | Compiling pest v2.8.6 |
| 420 | 2026-06-16T21:19:52.285Z | Compiling icu_normalizer_data v2.1.1 |
| 421 | 2026-06-16T21:19:52.318Z | Compiling bitflags v2.11.0 |
| 422 | 2026-06-16T21:19:52.417Z | Compiling serde_json v1.0.149 |
| 423 | 2026-06-16T21:19:52.499Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-16T21:19:52.559Z | Compiling smallvec v1.15.1 |
| 425 | 2026-06-16T21:19:52.559Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-06-16T21:19:52.621Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-16T21:19:52.662Z | Compiling typeid v1.0.3 |
| 428 | 2026-06-16T21:19:52.674Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-16T21:19:52.711Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-16T21:19:52.716Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-06-16T21:19:52.725Z | Compiling winnow v0.7.14 |
| 432 | 2026-06-16T21:19:52.769Z | Compiling syn v1.0.109 |
| 433 | 2026-06-16T21:19:52.778Z | Compiling toml_write v0.1.2 |
| 434 | 2026-06-16T21:19:52.870Z | Compiling errno v0.3.14 |
| 435 | 2026-06-16T21:19:52.904Z | Compiling thread-id v4.2.2 |
| 436 | 2026-06-16T21:19:52.941Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-16T21:19:53.037Z | Compiling camino v1.2.2 |
| 438 | 2026-06-16T21:19:53.064Z | Compiling indexmap v2.14.0 |
| 439 | 2026-06-16T21:19:53.107Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-06-16T21:19:53.141Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-06-16T21:19:53.141Z | Compiling utf8parse v0.2.2 |
| 442 | 2026-06-16T21:19:53.209Z | Compiling log v0.4.29 |
| 443 | 2026-06-16T21:19:53.252Z | Compiling getrandom v0.4.1 |
| 444 | 2026-06-16T21:19:53.350Z | Compiling plain v0.2.3 |
| 445 | 2026-06-16T21:19:53.358Z | Compiling thiserror v2.0.18 |
| 446 | 2026-06-16T21:19:53.358Z | Compiling anstyle-parse v1.0.0 |
| 447 | 2026-06-16T21:19:53.358Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-06-16T21:19:53.400Z | Compiling syn v2.0.117 |
| 449 | 2026-06-16T21:19:53.412Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-06-16T21:19:53.518Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-16T21:19:53.551Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-06-16T21:19:53.623Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-06-16T21:19:53.646Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-06-16T21:19:53.663Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-06-16T21:19:53.701Z | Compiling anstyle v1.0.14 |
| 456 | 2026-06-16T21:19:53.720Z | Compiling is_terminal_polyfill v1.70.2 |
| 457 | 2026-06-16T21:19:53.816Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-16T21:19:53.833Z | Compiling fnv v1.0.7 |
| 459 | 2026-06-16T21:19:53.851Z | Compiling heck v0.4.1 |
| 460 | 2026-06-16T21:19:53.917Z | Compiling terminal_size v0.4.3 |
| 461 | 2026-06-16T21:19:53.945Z | Compiling anstream v1.0.0 |
| 462 | 2026-06-16T21:19:53.956Z | Compiling heck v0.5.0 |
| 463 | 2026-06-16T21:19:53.973Z | Compiling semver v1.0.28 |
| 464 | 2026-06-16T21:19:54.100Z | Compiling once_cell v1.21.3 |
| 465 | 2026-06-16T21:19:54.158Z | Compiling bytecount v0.6.9 |
| 466 | 2026-06-16T21:19:54.175Z | Compiling unicode-xid v0.2.6 |
| 467 | 2026-06-16T21:19:54.217Z | Compiling fastrand v2.3.0 |
| 468 | 2026-06-16T21:19:54.232Z | Compiling clap_lex v1.0.0 |
| 469 | 2026-06-16T21:19:54.285Z | Compiling strsim v0.11.1 |
| 470 | 2026-06-16T21:19:54.309Z | Compiling anyhow v1.0.102 |
| 471 | 2026-06-16T21:19:54.326Z | Compiling unicode-width v0.1.14 |
| 472 | 2026-06-16T21:19:54.349Z | Compiling memmap v0.7.0 |
| 473 | 2026-06-16T21:19:54.398Z | Compiling smawk v0.3.2 |
| 474 | 2026-06-16T21:19:54.457Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-06-16T21:19:54.478Z | Compiling tempfile v3.25.0 |
| 476 | 2026-06-16T21:19:54.499Z | Compiling clap_builder v4.6.0 |
| 477 | 2026-06-16T21:19:54.515Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-06-16T21:19:54.520Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-06-16T21:19:54.581Z | Compiling papergrid v0.11.0 |
| 480 | 2026-06-16T21:19:54.629Z | Compiling swrite v0.1.0 |
| 481 | 2026-06-16T21:19:54.724Z | Compiling camino-tempfile v1.4.1 |
| 482 | 2026-06-16T21:19:54.744Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-06-16T21:19:54.770Z | Compiling textwrap v0.16.2 |
| 484 | 2026-06-16T21:19:55.193Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-16T21:19:55.838Z | Compiling tabled v0.15.0 |
| 486 | 2026-06-16T21:19:55.866Z | Compiling synstructure v0.13.2 |
| 487 | 2026-06-16T21:19:55.867Z | Compiling pest_generator v2.8.6 |
| 488 | 2026-06-16T21:19:56.398Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-16T21:19:56.402Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-16T21:19:56.402Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-16T21:19:56.402Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-16T21:19:56.402Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-16T21:19:56.402Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-16T21:19:56.403Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-16T21:19:56.403Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-16T21:19:56.403Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-06-16T21:19:56.403Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-16T21:19:56.481Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-06-16T21:19:57.221Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-16T21:19:57.261Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-16T21:19:57.444Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-16T21:19:57.540Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-16T21:19:57.645Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-16T21:19:57.668Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-16T21:19:57.800Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-16T21:19:57.800Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-16T21:19:57.869Z | Compiling clap v4.6.1 |
| 508 | 2026-06-16T21:19:58.221Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-16T21:19:58.222Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-16T21:19:58.350Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-16T21:19:58.371Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-16T21:19:58.904Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-16T21:19:59.000Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-06-16T21:19:59.000Z | Compiling toml_datetime v0.6.11 |
| 515 | 2026-06-16T21:19:59.008Z | Compiling serde-value v0.7.0 |
| 516 | 2026-06-16T21:19:59.008Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-06-16T21:19:59.008Z | Compiling macaddr v1.0.1 |
| 518 | 2026-06-16T21:19:59.017Z | Compiling dof v0.3.0 |
| 519 | 2026-06-16T21:19:59.031Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-06-16T21:19:59.119Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-16T21:19:59.150Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-16T21:19:59.217Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-16T21:19:59.941Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-16T21:19:59.941Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-16T21:19:59.968Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-16T21:20:00.035Z | Compiling idna v1.1.0 |
| 527 | 2026-06-16T21:20:00.300Z | Compiling url v2.5.8 |
| 528 | 2026-06-16T21:20:00.341Z | Compiling usdt v0.5.0 |
| 529 | 2026-06-16T21:20:00.485Z | Compiling toml v0.8.23 |
| 530 | 2026-06-16T21:20:00.808Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-16T21:20:00.808Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-16T21:20:01.594Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-16T21:20:02.554Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-16T21:20:04.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s |
| 535 | 2026-06-16T21:20:04.966Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-16T21:20:05.507Z | Downloading crates ... |
| 537 | 2026-06-16T21:20:05.607Z | Downloaded aead v0.5.2 |
| 538 | 2026-06-16T21:20:05.626Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-06-16T21:20:05.626Z | Downloaded bit-set v0.5.3 |
| 540 | 2026-06-16T21:20:05.626Z | Downloaded ar_archive_writer v0.5.1 |
| 541 | 2026-06-16T21:20:05.650Z | Downloaded critical-section v1.2.0 |
| 542 | 2026-06-16T21:20:05.650Z | Downloaded ciborium v0.2.2 |
| 543 | 2026-06-16T21:20:05.651Z | Downloaded aes-gcm v0.10.3 |
| 544 | 2026-06-16T21:20:05.651Z | Downloaded darling_macro v0.21.3 |
| 545 | 2026-06-16T21:20:05.651Z | Downloaded cfg_aliases v0.2.1 |
| 546 | 2026-06-16T21:20:05.651Z | Downloaded cc v1.2.56 |
| 547 | 2026-06-16T21:20:05.651Z | Downloaded erased-serde v0.3.31 |
| 548 | 2026-06-16T21:20:05.651Z | Downloaded block-padding v0.3.3 |
| 549 | 2026-06-16T21:20:05.651Z | Downloaded bcs v0.1.6 |
| 550 | 2026-06-16T21:20:05.651Z | Downloaded derive_more v2.1.1 |
| 551 | 2026-06-16T21:20:05.666Z | Downloaded darling v0.21.3 |
| 552 | 2026-06-16T21:20:05.666Z | Downloaded crunchy v0.2.4 |
| 553 | 2026-06-16T21:20:05.678Z | Downloaded crucible-workspace-hack v0.1.0 |
| 554 | 2026-06-16T21:20:05.678Z | Downloaded crc-catalog v2.4.0 |
| 555 | 2026-06-16T21:20:05.678Z | Downloaded darling v0.20.11 |
| 556 | 2026-06-16T21:20:05.678Z | Downloaded crossbeam-epoch v0.9.18 |
| 557 | 2026-06-16T21:20:05.678Z | Downloaded crc-any v2.5.0 |
| 558 | 2026-06-16T21:20:05.678Z | Downloaded cpufeatures v0.3.0 |
| 559 | 2026-06-16T21:20:05.678Z | Downloaded byte-wrapper v0.1.0 |
| 560 | 2026-06-16T21:20:05.678Z | Downloaded anstream v0.6.21 |
| 561 | 2026-06-16T21:20:05.678Z | Downloaded bb8 v0.8.6 |
| 562 | 2026-06-16T21:20:05.678Z | Downloaded async-recursion v1.1.1 |
| 563 | 2026-06-16T21:20:05.690Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 564 | 2026-06-16T21:20:05.690Z | Downloaded ff v0.13.1 |
| 565 | 2026-06-16T21:20:05.690Z | Downloaded cbc v0.1.2 |
| 566 | 2026-06-16T21:20:05.690Z | Downloaded buf-list v1.1.2 |
| 567 | 2026-06-16T21:20:05.690Z | Downloaded bitfield-struct v0.6.2 |
| 568 | 2026-06-16T21:20:05.690Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 569 | 2026-06-16T21:20:05.690Z | Downloaded ciborium-io v0.2.2 |
| 570 | 2026-06-16T21:20:05.690Z | Downloaded array-init v0.0.4 |
| 571 | 2026-06-16T21:20:05.690Z | Downloaded daft v0.1.7 |
| 572 | 2026-06-16T21:20:05.690Z | Downloaded ctr v0.9.2 |
| 573 | 2026-06-16T21:20:05.690Z | Downloaded dirs-next v2.0.0 |
| 574 | 2026-06-16T21:20:05.690Z | Downloaded cstr-argument v0.1.2 |
| 575 | 2026-06-16T21:20:05.690Z | Downloaded crossbeam-deque v0.8.6 |
| 576 | 2026-06-16T21:20:05.690Z | Downloaded bit-set v0.8.0 |
| 577 | 2026-06-16T21:20:05.690Z | Downloaded crc8 v0.1.1 |
| 578 | 2026-06-16T21:20:05.690Z | Downloaded atomicwrites v0.4.4 |
| 579 | 2026-06-16T21:20:05.696Z | Downloaded ed25519-dalek v2.2.0 |
| 580 | 2026-06-16T21:20:05.696Z | Downloaded dtrace-parser v0.3.0 |
| 581 | 2026-06-16T21:20:05.696Z | Downloaded cfg_aliases v0.1.1 |
| 582 | 2026-06-16T21:20:05.696Z | Downloaded atomic-waker v1.1.2 |
| 583 | 2026-06-16T21:20:05.696Z | Downloaded camino-tempfile-ext v0.3.3 |
| 584 | 2026-06-16T21:20:05.696Z | Downloaded async-stream v0.3.6 |
| 585 | 2026-06-16T21:20:05.696Z | Downloaded dunce v1.0.5 |
| 586 | 2026-06-16T21:20:05.696Z | Downloaded atty v0.2.14 |
| 587 | 2026-06-16T21:20:05.705Z | Downloaded ascii-canvas v3.0.0 |
| 588 | 2026-06-16T21:20:05.705Z | Downloaded document-features v0.2.12 |
| 589 | 2026-06-16T21:20:05.705Z | Downloaded base16ct v0.2.0 |
| 590 | 2026-06-16T21:20:05.705Z | Downloaded crc v3.4.0 |
| 591 | 2026-06-16T21:20:05.706Z | Downloaded cargo-platform v0.3.2 |
| 592 | 2026-06-16T21:20:05.706Z | Downloaded float-cmp v0.10.0 |
| 593 | 2026-06-16T21:20:05.706Z | Downloaded assert_matches v1.5.0 |
| 594 | 2026-06-16T21:20:05.706Z | Downloaded fixedbitset v0.4.2 |
| 595 | 2026-06-16T21:20:05.706Z | Downloaded endian-type v0.1.2 |
| 596 | 2026-06-16T21:20:05.706Z | Downloaded enum-as-inner v0.6.1 |
| 597 | 2026-06-16T21:20:05.706Z | Downloaded bitfield-macros v0.19.4 |
| 598 | 2026-06-16T21:20:05.706Z | Downloaded embedded-io v0.4.0 |
| 599 | 2026-06-16T21:20:05.706Z | Downloaded display-error-chain v0.2.2 |
| 600 | 2026-06-16T21:20:05.716Z | Downloaded darling_macro v0.20.11 |
| 601 | 2026-06-16T21:20:05.716Z | Downloaded dof v0.4.0 |
| 602 | 2026-06-16T21:20:05.716Z | Downloaded const_format_proc_macros v0.2.34 |
| 603 | 2026-06-16T21:20:05.716Z | Downloaded float-ord v0.3.2 |
| 604 | 2026-06-16T21:20:05.716Z | Downloaded csv-core v0.1.13 |
| 605 | 2026-06-16T21:20:05.740Z | Downloaded cobs v0.3.0 |
| 606 | 2026-06-16T21:20:05.741Z | Downloaded derive-ex v0.1.8 |
| 607 | 2026-06-16T21:20:05.741Z | Downloaded data-encoding v2.10.0 |
| 608 | 2026-06-16T21:20:05.741Z | Downloaded dsl_auto_type v0.2.0 |
| 609 | 2026-06-16T21:20:05.741Z | Downloaded async-stream-impl v0.3.6 |
| 610 | 2026-06-16T21:20:05.741Z | Downloaded compression-core v0.4.31 |
| 611 | 2026-06-16T21:20:05.787Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 612 | 2026-06-16T21:20:05.788Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-06-16T21:20:05.788Z | Downloaded ciborium-ll v0.2.2 |
| 614 | 2026-06-16T21:20:05.788Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-06-16T21:20:05.788Z | Downloaded downcast-rs v2.0.2 |
| 616 | 2026-06-16T21:20:05.788Z | Downloaded darling_macro v0.23.0 |
| 617 | 2026-06-16T21:20:05.788Z | Downloaded convert_case v0.4.0 |
| 618 | 2026-06-16T21:20:05.788Z | Downloaded flagset v0.4.7 |
| 619 | 2026-06-16T21:20:05.788Z | Downloaded arrayref v0.3.9 |
| 620 | 2026-06-16T21:20:05.788Z | Downloaded embedded-io v0.6.1 |
| 621 | 2026-06-16T21:20:05.788Z | Downloaded difflib v0.4.0 |
| 622 | 2026-06-16T21:20:05.788Z | Downloaded derive_builder_macro v0.20.2 |
| 623 | 2026-06-16T21:20:05.788Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 624 | 2026-06-16T21:20:05.788Z | Downloaded foreign-types v0.3.2 |
| 625 | 2026-06-16T21:20:05.788Z | Downloaded funty v2.0.0 |
| 626 | 2026-06-16T21:20:05.788Z | Downloaded foreign-types-shared v0.1.1 |
| 627 | 2026-06-16T21:20:05.788Z | Downloaded foreign-types-macros v0.2.3 |
| 628 | 2026-06-16T21:20:05.788Z | Downloaded dirs-sys-next v0.1.2 |
| 629 | 2026-06-16T21:20:05.789Z | Downloaded defmt-parser v1.0.0 |
| 630 | 2026-06-16T21:20:05.789Z | Downloaded cmake v0.1.57 |
| 631 | 2026-06-16T21:20:05.789Z | Downloaded ecdsa v0.16.9 |
| 632 | 2026-06-16T21:20:05.789Z | Downloaded ed25519 v2.2.3 |
| 633 | 2026-06-16T21:20:05.789Z | Downloaded bit-vec v0.8.0 |
| 634 | 2026-06-16T21:20:05.789Z | Downloaded backoff v0.4.0 |
| 635 | 2026-06-16T21:20:05.789Z | Downloaded anstyle-parse v0.2.7 |
| 636 | 2026-06-16T21:20:05.789Z | Downloaded darling v0.13.4 |
| 637 | 2026-06-16T21:20:05.820Z | Downloaded fixedbitset v0.5.7 |
| 638 | 2026-06-16T21:20:05.820Z | Downloaded bitflags v1.3.2 |
| 639 | 2026-06-16T21:20:05.820Z | Downloaded futures-io v0.3.32 |
| 640 | 2026-06-16T21:20:05.820Z | Downloaded darling_macro v0.13.4 |
| 641 | 2026-06-16T21:20:05.820Z | Downloaded base64 v0.22.1 |
| 642 | 2026-06-16T21:20:05.820Z | Downloaded futures-task v0.3.32 |
| 643 | 2026-06-16T21:20:05.820Z | Downloaded foreign-types v0.5.0 |
| 644 | 2026-06-16T21:20:05.820Z | Downloaded env_filter v1.0.0 |
| 645 | 2026-06-16T21:20:05.820Z | Downloaded defmt v0.3.100 |
| 646 | 2026-06-16T21:20:05.820Z | Downloaded futures-sink v0.3.32 |
| 647 | 2026-06-16T21:20:05.820Z | Downloaded drift v0.2.0 |
| 648 | 2026-06-16T21:20:05.820Z | Downloaded globwalk v0.9.1 |
| 649 | 2026-06-16T21:20:05.820Z | Downloaded ghash v0.5.1 |
| 650 | 2026-06-16T21:20:05.820Z | Downloaded fallible-iterator v0.2.0 |
| 651 | 2026-06-16T21:20:05.821Z | Downloaded darling v0.23.0 |
| 652 | 2026-06-16T21:20:05.821Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-06-16T21:20:05.821Z | Downloaded git-stub v1.0.0 |
| 654 | 2026-06-16T21:20:05.821Z | Downloaded hex v0.4.3 |
| 655 | 2026-06-16T21:20:05.821Z | Downloaded gethostname v0.5.0 |
| 656 | 2026-06-16T21:20:05.821Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-06-16T21:20:05.821Z | Downloaded des v0.8.1 |
| 658 | 2026-06-16T21:20:05.821Z | Downloaded headers-core v0.3.0 |
| 659 | 2026-06-16T21:20:05.821Z | Downloaded cargo_metadata v0.23.1 |
| 660 | 2026-06-16T21:20:05.821Z | Downloaded defmt v1.0.1 |
| 661 | 2026-06-16T21:20:05.821Z | Downloaded bit-vec v0.6.3 |
| 662 | 2026-06-16T21:20:05.821Z | Downloaded cassowary v0.3.0 |
| 663 | 2026-06-16T21:20:05.821Z | Downloaded crossbeam-utils v0.8.21 |
| 664 | 2026-06-16T21:20:05.821Z | Downloaded find-msvc-tools v0.1.9 |
| 665 | 2026-06-16T21:20:05.821Z | Downloaded daft-derive v0.1.7 |
| 666 | 2026-06-16T21:20:05.821Z | Downloaded chacha20 v0.9.1 |
| 667 | 2026-06-16T21:20:05.853Z | Downloaded futures-macro v0.3.32 |
| 668 | 2026-06-16T21:20:05.853Z | Downloaded ena v0.14.4 |
| 669 | 2026-06-16T21:20:05.853Z | Downloaded corncobs v0.1.4 |
| 670 | 2026-06-16T21:20:05.853Z | Downloaded blowfish v0.9.1 |
| 671 | 2026-06-16T21:20:05.853Z | Downloaded der_derive v0.7.3 |
| 672 | 2026-06-16T21:20:05.854Z | Downloaded defmt-macros v1.0.1 |
| 673 | 2026-06-16T21:20:05.854Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-06-16T21:20:05.854Z | Downloaded deranged v0.5.8 |
| 675 | 2026-06-16T21:20:05.854Z | Downloaded foldhash v0.1.5 |
| 676 | 2026-06-16T21:20:05.854Z | Downloaded compression-codecs v0.4.37 |
| 677 | 2026-06-16T21:20:05.854Z | Downloaded crypto-bigint v0.5.5 |
| 678 | 2026-06-16T21:20:05.854Z | Downloaded diesel-dtrace v0.5.0 |
| 679 | 2026-06-16T21:20:05.854Z | Downloaded debug-ignore v1.0.5 |
| 680 | 2026-06-16T21:20:05.854Z | Downloaded futures-executor v0.3.32 |
| 681 | 2026-06-16T21:20:05.854Z | Downloaded hostname v0.3.1 |
| 682 | 2026-06-16T21:20:05.854Z | Downloaded http-body v1.0.1 |
| 683 | 2026-06-16T21:20:05.854Z | Downloaded cookie_store v0.22.1 |
| 684 | 2026-06-16T21:20:05.854Z | Downloaded foldhash v0.2.0 |
| 685 | 2026-06-16T21:20:05.854Z | Downloaded filetime v0.2.27 |
| 686 | 2026-06-16T21:20:05.854Z | Downloaded colored v2.2.0 |
| 687 | 2026-06-16T21:20:05.854Z | Downloaded hubpack v0.1.2 |
| 688 | 2026-06-16T21:20:05.854Z | Downloaded http-range v0.1.5 |
| 689 | 2026-06-16T21:20:05.854Z | Downloaded convert_case v0.10.0 |
| 690 | 2026-06-16T21:20:05.854Z | Downloaded globset v0.4.18 |
| 691 | 2026-06-16T21:20:05.854Z | Downloaded chacha20 v0.10.0 |
| 692 | 2026-06-16T21:20:06.206Z | Downloaded git-stub-vcs v0.1.0 |
| 693 | 2026-06-16T21:20:06.206Z | Downloaded fs-err v2.11.0 |
| 694 | 2026-06-16T21:20:06.206Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-06-16T21:20:06.206Z | Downloaded group v0.13.0 |
| 696 | 2026-06-16T21:20:06.206Z | Downloaded bzip2 v0.6.1 |
| 697 | 2026-06-16T21:20:06.206Z | Downloaded hyper-tls v0.6.0 |
| 698 | 2026-06-16T21:20:06.207Z | Downloaded hash32 v0.3.1 |
| 699 | 2026-06-16T21:20:06.207Z | Downloaded ident_case v1.0.1 |
| 700 | 2026-06-16T21:20:06.207Z | Downloaded argon2 v0.5.3 |
| 701 | 2026-06-16T21:20:06.207Z | Downloaded cancel-safe-futures v0.1.5 |
| 702 | 2026-06-16T21:20:06.207Z | Downloaded indent_write v2.2.0 |
| 703 | 2026-06-16T21:20:06.207Z | Downloaded instant v0.1.13 |
| 704 | 2026-06-16T21:20:06.207Z | Downloaded either v1.15.0 |
| 705 | 2026-06-16T21:20:06.207Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-06-16T21:20:06.207Z | Downloaded is-terminal v0.4.17 |
| 707 | 2026-06-16T21:20:06.207Z | Downloaded internet-checksum v0.2.1 |
| 708 | 2026-06-16T21:20:06.207Z | Downloaded crc32fast v1.5.0 |
| 709 | 2026-06-16T21:20:06.207Z | Downloaded home v0.5.12 |
| 710 | 2026-06-16T21:20:06.207Z | Downloaded crossbeam-channel v0.5.15 |
| 711 | 2026-06-16T21:20:06.207Z | Downloaded keccak v0.1.6 |
| 712 | 2026-06-16T21:20:06.207Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-06-16T21:20:06.207Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-06-16T21:20:06.207Z | Downloaded colored v3.1.1 |
| 715 | 2026-06-16T21:20:06.207Z | Downloaded bzip2 v0.4.4 |
| 716 | 2026-06-16T21:20:06.207Z | Downloaded base64 v0.21.7 |
| 717 | 2026-06-16T21:20:06.207Z | Downloaded console v0.16.2 |
| 718 | 2026-06-16T21:20:06.207Z | Downloaded instability v0.3.11 |
| 719 | 2026-06-16T21:20:06.207Z | Downloaded elliptic-curve v0.13.8 |
| 720 | 2026-06-16T21:20:06.207Z | Downloaded env_logger v0.11.9 |
| 721 | 2026-06-16T21:20:06.207Z | Downloaded dropshot_endpoint v0.17.0 |
| 722 | 2026-06-16T21:20:06.208Z | Downloaded console v0.15.11 |
| 723 | 2026-06-16T21:20:06.208Z | Downloaded backon v1.6.0 |
| 724 | 2026-06-16T21:20:06.208Z | Downloaded blake2 v0.10.6 |
| 725 | 2026-06-16T21:20:06.208Z | Downloaded indoc v1.0.9 |
| 726 | 2026-06-16T21:20:06.208Z | Downloaded darling_core v0.13.4 |
| 727 | 2026-06-16T21:20:06.208Z | Downloaded inout v0.1.4 |
| 728 | 2026-06-16T21:20:06.208Z | Downloaded highway v1.3.0 |
| 729 | 2026-06-16T21:20:06.208Z | Downloaded hostname v0.4.2 |
| 730 | 2026-06-16T21:20:06.208Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-06-16T21:20:06.208Z | Downloaded derive_builder v0.20.2 |
| 732 | 2026-06-16T21:20:06.208Z | Downloaded half v1.8.3 |
| 733 | 2026-06-16T21:20:06.208Z | Downloaded humantime v2.3.0 |
| 734 | 2026-06-16T21:20:06.208Z | Downloaded libscf-sys v1.1.0 |
| 735 | 2026-06-16T21:20:06.208Z | Downloaded getrandom v0.2.17 |
| 736 | 2026-06-16T21:20:06.208Z | Downloaded lalrpop-util v0.19.12 |
| 737 | 2026-06-16T21:20:06.208Z | Downloaded httpdate v1.0.3 |
| 738 | 2026-06-16T21:20:06.208Z | Downloaded async-trait v0.1.89 |
| 739 | 2026-06-16T21:20:06.208Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-06-16T21:20:06.208Z | Downloaded async-bb8-diesel v0.2.1 |
| 741 | 2026-06-16T21:20:06.208Z | Downloaded lru-slab v0.1.2 |
| 742 | 2026-06-16T21:20:06.208Z | Downloaded lru v0.12.5 |
| 743 | 2026-06-16T21:20:06.208Z | Downloaded constant_time_eq v0.4.2 |
| 744 | 2026-06-16T21:20:06.208Z | Downloaded lzss v0.8.2 |
| 745 | 2026-06-16T21:20:06.208Z | Downloaded md-5 v0.10.6 |
| 746 | 2026-06-16T21:20:06.208Z | Downloaded futures-channel v0.3.32 |
| 747 | 2026-06-16T21:20:06.208Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2026-06-16T21:20:06.208Z | Downloaded hyper-staticfile v0.10.1 |
| 749 | 2026-06-16T21:20:06.208Z | Downloaded fs_extra v1.3.0 |
| 750 | 2026-06-16T21:20:06.208Z | Downloaded lru-cache v0.1.2 |
| 751 | 2026-06-16T21:20:06.208Z | Downloaded castaway v0.2.4 |
| 752 | 2026-06-16T21:20:06.208Z | Downloaded futures-core v0.3.32 |
| 753 | 2026-06-16T21:20:06.209Z | Downloaded fd-lock v4.0.4 |
| 754 | 2026-06-16T21:20:06.209Z | Downloaded clang-sys v1.8.1 |
| 755 | 2026-06-16T21:20:06.209Z | Downloaded mime v0.3.17 |
| 756 | 2026-06-16T21:20:06.209Z | Downloaded memoffset v0.9.1 |
| 757 | 2026-06-16T21:20:06.209Z | Downloaded ingot-types v0.1.2 |
| 758 | 2026-06-16T21:20:06.209Z | Downloaded derive_more v0.99.20 |
| 759 | 2026-06-16T21:20:06.209Z | Downloaded derive_builder_core v0.20.2 |
| 760 | 2026-06-16T21:20:06.209Z | Downloaded newtype_derive v0.1.6 |
| 761 | 2026-06-16T21:20:06.209Z | Downloaded derive-where v1.6.0 |
| 762 | 2026-06-16T21:20:06.209Z | Downloaded num-conv v0.2.0 |
| 763 | 2026-06-16T21:20:06.209Z | Downloaded ipnetwork v0.21.1 |
| 764 | 2026-06-16T21:20:06.209Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2026-06-16T21:20:06.209Z | Downloaded newtype-uuid-macros v0.1.0 |
| 766 | 2026-06-16T21:20:06.209Z | Downloaded match_cfg v0.1.0 |
| 767 | 2026-06-16T21:20:06.209Z | Downloaded maplit v1.0.2 |
| 768 | 2026-06-16T21:20:06.209Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 769 | 2026-06-16T21:20:06.209Z | Downloaded ahash v0.8.12 |
| 770 | 2026-06-16T21:20:06.209Z | Downloaded fatfs v0.3.6 |
| 771 | 2026-06-16T21:20:06.209Z | Downloaded indoc v2.0.7 |
| 772 | 2026-06-16T21:20:06.209Z | Downloaded allocator-api2 v0.2.21 |
| 773 | 2026-06-16T21:20:06.213Z | Downloaded multimap v0.10.1 |
| 774 | 2026-06-16T21:20:06.213Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-06-16T21:20:06.213Z | Downloaded diff v0.1.13 |
| 776 | 2026-06-16T21:20:06.213Z | Downloaded httparse v1.10.1 |
| 777 | 2026-06-16T21:20:06.213Z | Downloaded crossterm v0.28.1 |
| 778 | 2026-06-16T21:20:06.213Z | Downloaded nibble_vec v0.1.0 |
| 779 | 2026-06-16T21:20:06.213Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-06-16T21:20:06.213Z | Downloaded cookie v0.18.1 |
| 781 | 2026-06-16T21:20:06.213Z | Downloaded hmac v0.12.1 |
| 782 | 2026-06-16T21:20:06.213Z | Downloaded nonempty v0.12.0 |
| 783 | 2026-06-16T21:20:06.213Z | Downloaded num-iter v0.1.45 |
| 784 | 2026-06-16T21:20:06.213Z | Downloaded num v0.4.3 |
| 785 | 2026-06-16T21:20:06.213Z | Downloaded num-derive v0.3.3 |
| 786 | 2026-06-16T21:20:06.213Z | Downloaded num_enum_derive v0.5.11 |
| 787 | 2026-06-16T21:20:06.213Z | Downloaded num-derive v0.4.2 |
| 788 | 2026-06-16T21:20:06.213Z | Downloaded bytes v1.11.1 |
| 789 | 2026-06-16T21:20:06.213Z | Downloaded half v2.7.1 |
| 790 | 2026-06-16T21:20:06.213Z | Downloaded managed v0.8.0 |
| 791 | 2026-06-16T21:20:06.214Z | Downloaded linear-map v1.2.0 |
| 792 | 2026-06-16T21:20:06.251Z | Downloaded libefi-sys v0.1.0 |
| 793 | 2026-06-16T21:20:06.251Z | Downloaded http-body-util v0.1.3 |
| 794 | 2026-06-16T21:20:06.255Z | Downloaded nodrop v0.1.14 |
| 795 | 2026-06-16T21:20:06.255Z | Downloaded libsw-core v0.3.2 |
| 796 | 2026-06-16T21:20:06.255Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-06-16T21:20:06.255Z | Downloaded opaque-debug v0.3.1 |
| 798 | 2026-06-16T21:20:06.255Z | Downloaded num_threads v0.1.7 |
| 799 | 2026-06-16T21:20:06.255Z | Downloaded libsw v3.5.0 |
| 800 | 2026-06-16T21:20:06.255Z | Downloaded hyper-rustls v0.27.7 |
| 801 | 2026-06-16T21:20:06.255Z | Downloaded darling_core v0.21.3 |
| 802 | 2026-06-16T21:20:06.255Z | Downloaded darling_core v0.20.11 |
| 803 | 2026-06-16T21:20:06.255Z | Downloaded openssl-probe v0.2.1 |
| 804 | 2026-06-16T21:20:06.255Z | Downloaded openssl-macros v0.1.1 |
| 805 | 2026-06-16T21:20:06.255Z | Downloaded olpc-cjson v0.1.4 |
| 806 | 2026-06-16T21:20:06.255Z | Downloaded futures v0.3.32 |
| 807 | 2026-06-16T21:20:06.255Z | Downloaded openssl-probe v0.1.6 |
| 808 | 2026-06-16T21:20:06.255Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-06-16T21:20:06.255Z | Downloaded ingot-macros v0.1.1 |
| 810 | 2026-06-16T21:20:06.256Z | Downloaded glob v0.3.3 |
| 811 | 2026-06-16T21:20:06.256Z | Downloaded md5 v0.7.0 |
| 812 | 2026-06-16T21:20:06.256Z | Downloaded ipnet v2.11.0 |
| 813 | 2026-06-16T21:20:06.256Z | Downloaded getrandom v0.3.4 |
| 814 | 2026-06-16T21:20:06.256Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-06-16T21:20:06.256Z | Downloaded const-oid v0.9.6 |
| 816 | 2026-06-16T21:20:06.256Z | Downloaded aes v0.8.4 |
| 817 | 2026-06-16T21:20:06.256Z | Downloaded arrayvec v0.7.6 |
| 818 | 2026-06-16T21:20:06.256Z | Downloaded newtype-uuid v1.3.2 |
| 819 | 2026-06-16T21:20:06.256Z | Downloaded multer v3.1.0 |
| 820 | 2026-06-16T21:20:06.256Z | Downloaded cipher v0.4.4 |
| 821 | 2026-06-16T21:20:06.256Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-06-16T21:20:06.256Z | Downloaded cexpr v0.6.0 |
| 823 | 2026-06-16T21:20:06.256Z | Downloaded bitfield v0.19.4 |
| 824 | 2026-06-16T21:20:06.256Z | Downloaded parse-display v0.10.0 |
| 825 | 2026-06-16T21:20:06.256Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-06-16T21:20:06.256Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-06-16T21:20:06.256Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-06-16T21:20:06.256Z | Downloaded nanorand v0.7.0 |
| 829 | 2026-06-16T21:20:06.256Z | Downloaded heapless v0.7.17 |
| 830 | 2026-06-16T21:20:06.256Z | Downloaded phf_shared v0.13.1 |
| 831 | 2026-06-16T21:20:06.256Z | Downloaded flume v0.11.1 |
| 832 | 2026-06-16T21:20:06.257Z | Downloaded arc-swap v1.8.2 |
| 833 | 2026-06-16T21:20:06.257Z | Downloaded peg-runtime v0.8.5 |
| 834 | 2026-06-16T21:20:06.257Z | Downloaded pbkdf2 v0.12.2 |
| 835 | 2026-06-16T21:20:06.257Z | Downloaded pbkdf2 v0.11.0 |
| 836 | 2026-06-16T21:20:06.257Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-06-16T21:20:06.257Z | Downloaded num-complex v0.4.6 |
| 838 | 2026-06-16T21:20:06.257Z | Downloaded kstat-rs v0.2.4 |
| 839 | 2026-06-16T21:20:06.257Z | Downloaded der v0.7.10 |
| 840 | 2026-06-16T21:20:06.257Z | Downloaded phf_shared v0.12.1 |
| 841 | 2026-06-16T21:20:06.257Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-06-16T21:20:06.257Z | Downloaded mime_guess v2.0.5 |
| 843 | 2026-06-16T21:20:06.257Z | Downloaded memmap2 v0.9.10 |
| 844 | 2026-06-16T21:20:06.257Z | Downloaded ingot v0.1.1 |
| 845 | 2026-06-16T21:20:06.257Z | Downloaded phf_shared v0.11.3 |
| 846 | 2026-06-16T21:20:06.257Z | Downloaded indexmap v1.9.3 |
| 847 | 2026-06-16T21:20:06.257Z | Downloaded num_enum_derive v0.7.6 |
| 848 | 2026-06-16T21:20:06.257Z | Downloaded num_enum v0.7.6 |
| 849 | 2026-06-16T21:20:06.257Z | Downloaded num_enum v0.5.11 |
| 850 | 2026-06-16T21:20:06.257Z | Downloaded predicates-core v1.0.10 |
| 851 | 2026-06-16T21:20:06.257Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-06-16T21:20:06.257Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-06-16T21:20:06.257Z | Downloaded packed_struct v0.10.1 |
| 854 | 2026-06-16T21:20:06.257Z | Downloaded oxnet v0.1.6 |
| 855 | 2026-06-16T21:20:06.257Z | Downloaded libloading v0.8.9 |
| 856 | 2026-06-16T21:20:06.257Z | Downloaded heapless v0.8.0 |
| 857 | 2026-06-16T21:20:06.257Z | Downloaded ignore v0.4.25 |
| 858 | 2026-06-16T21:20:06.257Z | Downloaded headers v0.4.1 |
| 859 | 2026-06-16T21:20:06.257Z | Downloaded crossterm v0.29.0 |
| 860 | 2026-06-16T21:20:06.257Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 861 | 2026-06-16T21:20:06.258Z | Downloaded proc-macro-crate v1.3.1 |
| 862 | 2026-06-16T21:20:06.258Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-06-16T21:20:06.258Z | Downloaded password-hash v0.5.0 |
| 864 | 2026-06-16T21:20:06.258Z | Downloaded owo-colors v4.3.0 |
| 865 | 2026-06-16T21:20:06.258Z | Downloaded psl-types v2.0.11 |
| 866 | 2026-06-16T21:20:06.258Z | Downloaded peg v0.8.5 |
| 867 | 2026-06-16T21:20:06.258Z | Downloaded phf v0.13.1 |
| 868 | 2026-06-16T21:20:06.258Z | Downloaded phf v0.12.1 |
| 869 | 2026-06-16T21:20:06.258Z | Downloaded paste v1.0.15 |
| 870 | 2026-06-16T21:20:06.258Z | Downloaded parking_lot_core v0.8.6 |
| 871 | 2026-06-16T21:20:06.258Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-06-16T21:20:06.258Z | Downloaded progenitor-client v0.11.2 |
| 873 | 2026-06-16T21:20:06.258Z | Downloaded proc-macro-crate v3.4.0 |
| 874 | 2026-06-16T21:20:06.258Z | Downloaded password-hash v0.4.2 |
| 875 | 2026-06-16T21:20:06.258Z | Downloaded native-tls v0.2.18 |
| 876 | 2026-06-16T21:20:06.258Z | Downloaded litrs v1.0.0 |
| 877 | 2026-06-16T21:20:06.258Z | Downloaded progenitor-macro v0.11.2 |
| 878 | 2026-06-16T21:20:06.258Z | Downloaded flate2 v1.1.9 |
| 879 | 2026-06-16T21:20:06.258Z | Downloaded diesel_derives v2.3.7 |
| 880 | 2026-06-16T21:20:06.258Z | Downloaded quick-error v1.2.3 |
| 881 | 2026-06-16T21:20:06.258Z | Downloaded pem v3.0.6 |
| 882 | 2026-06-16T21:20:06.258Z | Downloaded peg-macros v0.8.5 |
| 883 | 2026-06-16T21:20:06.258Z | Downloaded nu-ansi-term v0.50.3 |
| 884 | 2026-06-16T21:20:06.258Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-06-16T21:20:06.258Z | Downloaded radium v0.7.0 |
| 886 | 2026-06-16T21:20:06.258Z | Downloaded progenitor-macro v0.14.0 |
| 887 | 2026-06-16T21:20:06.258Z | Downloaded expectorate v1.2.0 |
| 888 | 2026-06-16T21:20:06.258Z | Downloaded oxide-tokio-rt v0.1.4 |
| 889 | 2026-06-16T21:20:06.258Z | Downloaded pin-project-internal v1.1.11 |
| 890 | 2026-06-16T21:20:06.259Z | Downloaded pin-project-lite v0.2.17 |
| 891 | 2026-06-16T21:20:06.259Z | Downloaded rand_xorshift v0.4.0 |
| 892 | 2026-06-16T21:20:06.336Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-06-16T21:20:06.336Z | Downloaded parking_lot v0.11.2 |
| 894 | 2026-06-16T21:20:06.336Z | Downloaded postgres-protocol v0.6.10 |
| 895 | 2026-06-16T21:20:06.336Z | Downloaded libbz2-rs-sys v0.2.2 |
| 896 | 2026-06-16T21:20:06.336Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2026-06-16T21:20:06.336Z | Downloaded omicron-zone-package v0.12.2 |
| 898 | 2026-06-16T21:20:06.336Z | Downloaded poly1305 v0.8.0 |
| 899 | 2026-06-16T21:20:06.336Z | Downloaded polyval v0.6.2 |
| 900 | 2026-06-16T21:20:06.336Z | Downloaded derive_more-impl v2.1.1 |
| 901 | 2026-06-16T21:20:06.336Z | Downloaded recursive v0.1.1 |
| 902 | 2026-06-16T21:20:06.336Z | Downloaded darling_core v0.23.0 |
| 903 | 2026-06-16T21:20:06.336Z | Downloaded chacha20poly1305 v0.10.1 |
| 904 | 2026-06-16T21:20:06.336Z | Downloaded lock_api v0.4.14 |
| 905 | 2026-06-16T21:20:06.336Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 906 | 2026-06-16T21:20:06.336Z | Downloaded parse-display-derive v0.10.0 |
| 907 | 2026-06-16T21:20:06.336Z | Downloaded const_format v0.2.35 |
| 908 | 2026-06-16T21:20:06.337Z | Downloaded predicates v3.1.4 |
| 909 | 2026-06-16T21:20:06.337Z | Downloaded parking_lot v0.12.5 |
| 910 | 2026-06-16T21:20:06.344Z | Downloaded psm v0.1.30 |
| 911 | 2026-06-16T21:20:06.344Z | Downloaded progenitor-macro v0.13.0 |
| 912 | 2026-06-16T21:20:06.344Z | Downloaded progenitor-extras v0.2.0 |
| 913 | 2026-06-16T21:20:06.345Z | Downloaded pkcs1 v0.7.5 |
| 914 | 2026-06-16T21:20:06.345Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-06-16T21:20:06.345Z | Downloaded rfc6979 v0.4.0 |
| 916 | 2026-06-16T21:20:06.345Z | Downloaded progenitor-client v0.13.0 |
| 917 | 2026-06-16T21:20:06.345Z | Downloaded progenitor v0.14.0 |
| 918 | 2026-06-16T21:20:06.345Z | Downloaded progenitor v0.11.2 |
| 919 | 2026-06-16T21:20:06.345Z | Downloaded ppv-lite86 v0.2.21 |
| 920 | 2026-06-16T21:20:06.345Z | Downloaded pem-rfc7468 v0.7.0 |
| 921 | 2026-06-16T21:20:06.345Z | Downloaded compact_str v0.8.1 |
| 922 | 2026-06-16T21:20:06.345Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-06-16T21:20:06.345Z | Downloaded ref-cast-impl v1.0.25 |
| 924 | 2026-06-16T21:20:06.345Z | Downloaded async-compression v0.4.41 |
| 925 | 2026-06-16T21:20:06.345Z | Downloaded parking_lot_core v0.9.12 |
| 926 | 2026-06-16T21:20:06.345Z | Downloaded russh-cryptovec v0.7.3 |
| 927 | 2026-06-16T21:20:06.345Z | Downloaded base64ct v1.8.3 |
| 928 | 2026-06-16T21:20:06.345Z | Downloaded miniz_oxide v0.8.9 |
| 929 | 2026-06-16T21:20:06.345Z | Downloaded hickory-resolver v0.24.4 |
| 930 | 2026-06-16T21:20:06.345Z | Downloaded rustc-hash v2.1.1 |
| 931 | 2026-06-16T21:20:06.345Z | Downloaded rustc_version v0.1.7 |
| 932 | 2026-06-16T21:20:06.345Z | Downloaded rand_core v0.9.5 |
| 933 | 2026-06-16T21:20:06.345Z | Downloaded rand_core v0.6.4 |
| 934 | 2026-06-16T21:20:06.346Z | Downloaded rand_chacha v0.9.0 |
| 935 | 2026-06-16T21:20:06.346Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-06-16T21:20:06.346Z | Downloaded pkg-config v0.3.32 |
| 937 | 2026-06-16T21:20:06.346Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-06-16T21:20:06.346Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-06-16T21:20:06.346Z | Downloaded postgres-types v0.2.12 |
| 940 | 2026-06-16T21:20:06.346Z | Downloaded salsa20 v0.10.2 |
| 941 | 2026-06-16T21:20:06.346Z | Downloaded same-file v1.0.6 |
| 942 | 2026-06-16T21:20:06.346Z | Downloaded scheduled-thread-pool v0.2.7 |
| 943 | 2026-06-16T21:20:06.346Z | Downloaded sapling-renderdag v0.1.0 |
| 944 | 2026-06-16T21:20:06.346Z | Downloaded primeorder v0.13.6 |
| 945 | 2026-06-16T21:20:06.346Z | Downloaded pin-project v1.1.11 |
| 946 | 2026-06-16T21:20:06.346Z | Downloaded pkcs5 v0.7.1 |
| 947 | 2026-06-16T21:20:06.346Z | Downloaded rtoolbox v0.0.3 |
| 948 | 2026-06-16T21:20:06.347Z | Downloaded proc-macro-error2 v2.0.1 |
| 949 | 2026-06-16T21:20:06.347Z | Downloaded ref-cast v1.0.25 |
| 950 | 2026-06-16T21:20:06.347Z | Downloaded seq-macro v0.3.6 |
| 951 | 2026-06-16T21:20:06.347Z | Downloaded scopeguard v1.2.0 |
| 952 | 2026-06-16T21:20:06.347Z | Downloaded scrypt v0.11.0 |
| 953 | 2026-06-16T21:20:06.347Z | Downloaded semver v0.1.20 |
| 954 | 2026-06-16T21:20:06.347Z | Downloaded secrecy v0.10.3 |
| 955 | 2026-06-16T21:20:06.347Z | Downloaded secrecy v0.8.0 |
| 956 | 2026-06-16T21:20:06.347Z | Downloaded serde_plain v1.0.2 |
| 957 | 2026-06-16T21:20:06.347Z | Downloaded serde_bytes v0.11.19 |
| 958 | 2026-06-16T21:20:06.347Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-06-16T21:20:06.347Z | Downloaded quinn-udp v0.5.14 |
| 960 | 2026-06-16T21:20:06.347Z | Downloaded papergrid v0.17.0 |
| 961 | 2026-06-16T21:20:06.347Z | Downloaded jiff-static v0.2.21 |
| 962 | 2026-06-16T21:20:06.347Z | Downloaded bumpalo v3.20.2 |
| 963 | 2026-06-16T21:20:06.347Z | Downloaded hickory-server v0.25.2 |
| 964 | 2026-06-16T21:20:06.347Z | Downloaded scroll_derive v0.13.1 |
| 965 | 2026-06-16T21:20:06.347Z | Downloaded rustls-pemfile v2.2.0 |
| 966 | 2026-06-16T21:20:06.347Z | Downloaded hickory-resolver v0.25.2 |
| 967 | 2026-06-16T21:20:06.347Z | Downloaded resolv-conf v0.7.6 |
| 968 | 2026-06-16T21:20:06.347Z | Downloaded serde_urlencoded v0.7.1 |
| 969 | 2026-06-16T21:20:06.347Z | Downloaded serde-big-array v0.5.1 |
| 970 | 2026-06-16T21:20:06.347Z | Downloaded http v1.4.0 |
| 971 | 2026-06-16T21:20:06.348Z | Downloaded rustls-pemfile v1.0.4 |
| 972 | 2026-06-16T21:20:06.361Z | Downloaded postcard v1.1.3 |
| 973 | 2026-06-16T21:20:06.361Z | Downloaded sha1 v0.10.6 |
| 974 | 2026-06-16T21:20:06.361Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-06-16T21:20:06.361Z | Downloaded signature v2.2.0 |
| 976 | 2026-06-16T21:20:06.362Z | Downloaded prefix-trie v0.7.0 |
| 977 | 2026-06-16T21:20:06.362Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-06-16T21:20:06.362Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-06-16T21:20:06.362Z | Downloaded oso v0.27.3 |
| 980 | 2026-06-16T21:20:06.362Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-06-16T21:20:06.363Z | Downloaded progenitor-impl v0.11.2 |
| 982 | 2026-06-16T21:20:06.364Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-06-16T21:20:06.364Z | Downloaded signal-hook-mio v0.2.5 |
| 984 | 2026-06-16T21:20:06.364Z | Downloaded rustversion v1.0.22 |
| 985 | 2026-06-16T21:20:06.364Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-06-16T21:20:06.364Z | Downloaded openssl-sys v0.9.115 |
| 987 | 2026-06-16T21:20:06.364Z | Downloaded progenitor-impl v0.14.0 |
| 988 | 2026-06-16T21:20:06.364Z | Downloaded p256 v0.13.2 |
| 989 | 2026-06-16T21:20:06.364Z | Downloaded hashbrown v0.12.3 |
| 990 | 2026-06-16T21:20:06.364Z | Downloaded rustls-native-certs v0.8.3 |
| 991 | 2026-06-16T21:20:06.365Z | Downloaded serde_spanned v1.0.4 |
| 992 | 2026-06-16T21:20:06.365Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-06-16T21:20:06.365Z | Downloaded slog-envlogger v2.2.0 |
| 994 | 2026-06-16T21:20:06.365Z | Downloaded scroll v0.13.0 |
| 995 | 2026-06-16T21:20:06.365Z | Downloaded sec1 v0.7.3 |
| 996 | 2026-06-16T21:20:06.365Z | Downloaded schemars_derive v0.8.22 |
| 997 | 2026-06-16T21:20:06.365Z | Downloaded dropshot-api-manager v0.7.2 |
| 998 | 2026-06-16T21:20:06.365Z | Downloaded sct v0.7.1 |
| 999 | 2026-06-16T21:20:06.365Z | Downloaded hashbrown v0.13.2 |
| 1000 | 2026-06-16T21:20:06.365Z | Downloaded serde_derive_internals v0.29.1 |
| 1001 | 2026-06-16T21:20:06.365Z | Downloaded serde-hex v0.1.0 |
| 1002 | 2026-06-16T21:20:06.365Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-06-16T21:20:06.365Z | Downloaded pretty_assertions v1.4.1 |
| 1004 | 2026-06-16T21:20:06.365Z | Downloaded ssh-cipher v0.2.0 |
| 1005 | 2026-06-16T21:20:06.365Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-06-16T21:20:06.366Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-06-16T21:20:06.366Z | Downloaded serde_with_macros v1.5.2 |
| 1008 | 2026-06-16T21:20:06.366Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-06-16T21:20:06.375Z | Downloaded slog-async v2.8.0 |
| 1010 | 2026-06-16T21:20:06.375Z | Downloaded hyper-util v0.1.20 |
| 1011 | 2026-06-16T21:20:06.375Z | Downloaded slab v0.4.12 |
| 1012 | 2026-06-16T21:20:06.375Z | Downloaded simd-adler32 v0.3.8 |
| 1013 | 2026-06-16T21:20:06.375Z | Downloaded slog-dtrace v0.3.0 |
| 1014 | 2026-06-16T21:20:06.382Z | Downloaded structmeta-derive v0.3.0 |
| 1015 | 2026-06-16T21:20:06.382Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-06-16T21:20:06.382Z | Downloaded structmeta v0.3.0 |
| 1017 | 2026-06-16T21:20:06.401Z | Downloaded slog-term v2.9.2 |
| 1018 | 2026-06-16T21:20:06.401Z | Downloaded smf v0.2.3 |
| 1019 | 2026-06-16T21:20:06.401Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-06-16T21:20:06.401Z | Downloaded minimal-lexical v0.2.1 |
| 1021 | 2026-06-16T21:20:06.485Z | Downloaded progenitor-impl v0.13.0 |
| 1022 | 2026-06-16T21:20:06.485Z | Downloaded strum v0.26.3 |
| 1023 | 2026-06-16T21:20:06.498Z | Downloaded strsim v0.10.0 |
| 1024 | 2026-06-16T21:20:06.498Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1025 | 2026-06-16T21:20:06.498Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-06-16T21:20:06.498Z | Downloaded slog-scope v4.4.1 |
| 1027 | 2026-06-16T21:20:06.498Z | Downloaded tabwriter v1.4.1 |
| 1028 | 2026-06-16T21:20:06.498Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-06-16T21:20:06.498Z | Downloaded tabled_derive v0.11.0 |
| 1030 | 2026-06-16T21:20:06.499Z | Downloaded strum v0.27.2 |
| 1031 | 2026-06-16T21:20:06.499Z | Downloaded spki v0.7.3 |
| 1032 | 2026-06-16T21:20:06.499Z | Downloaded russh-keys v0.45.0 |
| 1033 | 2026-06-16T21:20:06.499Z | Downloaded tap v1.0.1 |
| 1034 | 2026-06-16T21:20:06.499Z | Downloaded take_mut v0.2.2 |
| 1035 | 2026-06-16T21:20:06.499Z | Downloaded tagptr v0.2.0 |
| 1036 | 2026-06-16T21:20:06.499Z | Downloaded sync_wrapper v1.0.2 |
| 1037 | 2026-06-16T21:20:06.499Z | Downloaded sync-ptr v0.1.4 |
| 1038 | 2026-06-16T21:20:06.499Z | Downloaded smallvec v0.6.14 |
| 1039 | 2026-06-16T21:20:06.499Z | Downloaded testing_table v0.3.0 |
| 1040 | 2026-06-16T21:20:06.499Z | Downloaded nom v7.1.3 |
| 1041 | 2026-06-16T21:20:06.499Z | Downloaded serde_with_macros v3.17.0 |
| 1042 | 2026-06-16T21:20:06.499Z | Downloaded itertools v0.10.5 |
| 1043 | 2026-06-16T21:20:06.499Z | Downloaded termtree v0.5.1 |
| 1044 | 2026-06-16T21:20:06.499Z | Downloaded mio v1.2.0 |
| 1045 | 2026-06-16T21:20:06.511Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1046 | 2026-06-16T21:20:06.511Z | Downloaded snafu-derive v0.8.9 |
| 1047 | 2026-06-16T21:20:06.511Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-06-16T21:20:06.511Z | Downloaded rcgen v0.12.1 |
| 1049 | 2026-06-16T21:20:06.511Z | Downloaded rayon-core v1.13.0 |
| 1050 | 2026-06-16T21:20:06.511Z | Downloaded libxml v0.3.3 |
| 1051 | 2026-06-16T21:20:06.511Z | Downloaded tinyvec_macros v0.1.1 |
| 1052 | 2026-06-16T21:20:06.511Z | Downloaded time-core v0.1.8 |
| 1053 | 2026-06-16T21:20:06.512Z | Downloaded signal-hook-registry v1.4.8 |
| 1054 | 2026-06-16T21:20:06.512Z | Downloaded ryu v1.0.23 |
| 1055 | 2026-06-16T21:20:06.512Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1056 | 2026-06-16T21:20:06.512Z | Downloaded publicsuffix v2.3.0 |
| 1057 | 2026-06-16T21:20:06.512Z | Downloaded static_assertions v1.1.0 |
| 1058 | 2026-06-16T21:20:06.512Z | Downloaded blake3 v1.8.3 |
| 1059 | 2026-06-16T21:20:06.512Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-06-16T21:20:06.512Z | Downloaded support-bundle-viewer v0.1.2 |
| 1061 | 2026-06-16T21:20:06.512Z | Downloaded tokio-macros v2.7.0 |
| 1062 | 2026-06-16T21:20:06.512Z | Downloaded prettyplease v0.2.37 |
| 1063 | 2026-06-16T21:20:06.512Z | Downloaded strum_macros v0.27.2 |
| 1064 | 2026-06-16T21:20:06.512Z | Downloaded strum_macros v0.26.4 |
| 1065 | 2026-06-16T21:20:06.512Z | Downloaded strum_macros v0.24.3 |
| 1066 | 2026-06-16T21:20:06.513Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-06-16T21:20:06.513Z | Downloaded string_cache v0.8.9 |
| 1068 | 2026-06-16T21:20:06.513Z | Downloaded ron v0.8.1 |
| 1069 | 2026-06-16T21:20:06.513Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-06-16T21:20:06.513Z | Downloaded futures-util v0.3.32 |
| 1071 | 2026-06-16T21:20:06.513Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-06-16T21:20:06.513Z | Downloaded spin v0.9.8 |
| 1073 | 2026-06-16T21:20:06.513Z | Downloaded thread-id v5.1.0 |
| 1074 | 2026-06-16T21:20:06.513Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-06-16T21:20:06.513Z | Downloaded stacker v0.1.23 |
| 1076 | 2026-06-16T21:20:06.513Z | Downloaded h2 v0.4.13 |
| 1077 | 2026-06-16T21:20:06.513Z | Downloaded time-macros v0.2.27 |
| 1078 | 2026-06-16T21:20:06.513Z | Downloaded similar v2.7.0 |
| 1079 | 2026-06-16T21:20:06.513Z | Downloaded slog v2.8.2 |
| 1080 | 2026-06-16T21:20:06.513Z | Downloaded tls_codec v0.4.2 |
| 1081 | 2026-06-16T21:20:06.532Z | Downloaded hashbrown v0.16.1 |
| 1082 | 2026-06-16T21:20:06.532Z | Downloaded try-lock v0.2.5 |
| 1083 | 2026-06-16T21:20:06.532Z | Downloaded trait-variant v0.1.2 |
| 1084 | 2026-06-16T21:20:06.532Z | Downloaded tower-service v0.3.3 |
| 1085 | 2026-06-16T21:20:06.532Z | Downloaded tower-layer v0.3.3 |
| 1086 | 2026-06-16T21:20:06.532Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-06-16T21:20:06.532Z | Downloaded termios v0.3.3 |
| 1088 | 2026-06-16T21:20:06.532Z | Downloaded quinn v0.11.9 |
| 1089 | 2026-06-16T21:20:06.533Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1090 | 2026-06-16T21:20:06.533Z | Downloaded tokio-native-tls v0.3.1 |
| 1091 | 2026-06-16T21:20:06.541Z | Downloaded aho-corasick v1.1.4 |
| 1092 | 2026-06-16T21:20:06.541Z | Downloaded tokio-dtrace v0.1.1 |
| 1093 | 2026-06-16T21:20:06.541Z | Downloaded tls_codec_derive v0.4.2 |
| 1094 | 2026-06-16T21:20:06.542Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-06-16T21:20:06.542Z | Downloaded thread_local v1.1.9 |
| 1096 | 2026-06-16T21:20:06.542Z | Downloaded signal-hook v0.3.18 |
| 1097 | 2026-06-16T21:20:06.542Z | Downloaded tokio-rustls v0.25.0 |
| 1098 | 2026-06-16T21:20:06.542Z | Downloaded schemars v0.9.0 |
| 1099 | 2026-06-16T21:20:06.542Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-06-16T21:20:06.607Z | Downloaded typify-macro v0.4.3 |
| 1101 | 2026-06-16T21:20:06.607Z | Downloaded num-bigint v0.4.6 |
| 1102 | 2026-06-16T21:20:06.607Z | Downloaded tokio-tungstenite v0.23.1 |
| 1103 | 2026-06-16T21:20:06.607Z | Downloaded unicode-truncate v1.1.0 |
| 1104 | 2026-06-16T21:20:06.607Z | Downloaded rsa v0.9.10 |
| 1105 | 2026-06-16T21:20:06.607Z | Downloaded unarray v0.1.4 |
| 1106 | 2026-06-16T21:20:06.607Z | Downloaded untrusted v0.9.0 |
| 1107 | 2026-06-16T21:20:06.607Z | Downloaded untrusted v0.7.1 |
| 1108 | 2026-06-16T21:20:06.607Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1109 | 2026-06-16T21:20:06.607Z | Downloaded usdt v0.6.0 |
| 1110 | 2026-06-16T21:20:06.607Z | Downloaded chrono v0.4.44 |
| 1111 | 2026-06-16T21:20:06.607Z | Downloaded socket2 v0.5.10 |
| 1112 | 2026-06-16T21:20:06.607Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1113 | 2026-06-16T21:20:06.607Z | Downloaded term v1.2.1 |
| 1114 | 2026-06-16T21:20:06.622Z | Downloaded socket2 v0.6.3 |
| 1115 | 2026-06-16T21:20:06.622Z | Downloaded universal-hash v0.5.1 |
| 1116 | 2026-06-16T21:20:06.622Z | Downloaded unit-prefix v0.5.2 |
| 1117 | 2026-06-16T21:20:06.622Z | Downloaded itertools v0.13.0 |
| 1118 | 2026-06-16T21:20:06.622Z | Downloaded term v0.7.0 |
| 1119 | 2026-06-16T21:20:06.622Z | Downloaded rand v0.8.6 |
| 1120 | 2026-06-16T21:20:06.622Z | Downloaded num-bigint-dig v0.8.6 |
| 1121 | 2026-06-16T21:20:06.622Z | Downloaded usdt-macro v0.6.0 |
| 1122 | 2026-06-16T21:20:06.622Z | Downloaded rand v0.9.2 |
| 1123 | 2026-06-16T21:20:06.622Z | Downloaded nom v8.0.0 |
| 1124 | 2026-06-16T21:20:06.622Z | Downloaded hashbrown v0.15.5 |
| 1125 | 2026-06-16T21:20:06.622Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-06-16T21:20:06.622Z | Downloaded hyper v1.8.1 |
| 1127 | 2026-06-16T21:20:06.622Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1128 | 2026-06-16T21:20:06.622Z | Downloaded subprocess v0.2.15 |
| 1129 | 2026-06-16T21:20:06.622Z | Downloaded tui-tree-widget v0.23.1 |
| 1130 | 2026-06-16T21:20:06.622Z | Downloaded tokio-tungstenite v0.21.0 |
| 1131 | 2026-06-16T21:20:06.622Z | Downloaded schemars v1.2.1 |
| 1132 | 2026-06-16T21:20:06.622Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-06-16T21:20:06.622Z | Downloaded void v1.0.2 |
| 1134 | 2026-06-16T21:20:06.622Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-06-16T21:20:06.622Z | Downloaded tokio-stream v0.1.18 |
| 1136 | 2026-06-16T21:20:06.623Z | Downloaded p521 v0.13.3 |
| 1137 | 2026-06-16T21:20:06.642Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-06-16T21:20:06.642Z | Downloaded unicase v2.9.0 |
| 1139 | 2026-06-16T21:20:06.642Z | Downloaded rand v0.10.0 |
| 1140 | 2026-06-16T21:20:06.642Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2026-06-16T21:20:06.642Z | Downloaded itertools v0.12.1 |
| 1142 | 2026-06-16T21:20:06.642Z | Downloaded zone v0.3.1 |
| 1143 | 2026-06-16T21:20:06.642Z | Downloaded want v0.3.1 |
| 1144 | 2026-06-16T21:20:06.642Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-06-16T21:20:06.642Z | Downloaded samael v0.0.19 |
| 1146 | 2026-06-16T21:20:06.642Z | Downloaded rustls-webpki v0.103.9 |
| 1147 | 2026-06-16T21:20:06.642Z | Downloaded snafu v0.8.9 |
| 1148 | 2026-06-16T21:20:06.655Z | Downloaded itertools v0.14.0 |
| 1149 | 2026-06-16T21:20:06.655Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-06-16T21:20:06.655Z | Downloaded xattr v1.6.1 |
| 1151 | 2026-06-16T21:20:06.655Z | Downloaded test-strategy v0.4.5 |
| 1152 | 2026-06-16T21:20:06.655Z | Downloaded iri-string v0.7.10 |
| 1153 | 2026-06-16T21:20:06.655Z | Downloaded zone_cfg_derive v0.3.1 |
| 1154 | 2026-06-16T21:20:06.655Z | Downloaded usdt-impl v0.6.0 |
| 1155 | 2026-06-16T21:20:06.655Z | Downloaded vergen-git2 v9.1.0 |
| 1156 | 2026-06-16T21:20:06.656Z | Downloaded tinyvec v1.10.0 |
| 1157 | 2026-06-16T21:20:06.656Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-06-16T21:20:06.669Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-06-16T21:20:06.669Z | Downloaded zeroize_derive v1.4.3 |
| 1160 | 2026-06-16T21:20:06.669Z | Downloaded vergen-gitcl v1.0.8 |
| 1161 | 2026-06-16T21:20:06.695Z | Downloaded iddqd v0.4.2 |
| 1162 | 2026-06-16T21:20:06.695Z | Downloaded whoami v2.1.0 |
| 1163 | 2026-06-16T21:20:06.695Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-06-16T21:20:06.695Z | Downloaded vsss-rs v3.3.4 |
| 1165 | 2026-06-16T21:20:06.695Z | Downloaded whoami v1.6.1 |
| 1166 | 2026-06-16T21:20:06.715Z | Downloaded vergen-lib v9.1.0 |
| 1167 | 2026-06-16T21:20:06.715Z | Downloaded uzers v0.12.2 |
| 1168 | 2026-06-16T21:20:06.716Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1169 | 2026-06-16T21:20:06.716Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-06-16T21:20:06.716Z | Downloaded toml v0.7.8 |
| 1171 | 2026-06-16T21:20:06.716Z | Downloaded tar v0.4.45 |
| 1172 | 2026-06-16T21:20:06.716Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1173 | 2026-06-16T21:20:06.716Z | Downloaded xshell v0.2.7 |
| 1174 | 2026-06-16T21:20:06.716Z | Downloaded tracing-core v0.1.36 |
| 1175 | 2026-06-16T21:20:06.726Z | Downloaded libm v0.2.16 |
| 1176 | 2026-06-16T21:20:06.738Z | Downloaded steno v0.4.1 |
| 1177 | 2026-06-16T21:20:06.739Z | Downloaded typify v0.6.2 |
| 1178 | 2026-06-16T21:20:06.739Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-06-16T21:20:06.739Z | Downloaded tungstenite v0.21.0 |
| 1180 | 2026-06-16T21:20:06.747Z | Downloaded wyz v0.5.1 |
| 1181 | 2026-06-16T21:20:06.747Z | Downloaded vergen v9.1.0 |
| 1182 | 2026-06-16T21:20:06.747Z | Downloaded russh v0.45.0 |
| 1183 | 2026-06-16T21:20:06.759Z | Downloaded zerocopy v0.6.6 |
| 1184 | 2026-06-16T21:20:06.759Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-06-16T21:20:06.759Z | Downloaded walkdir v2.5.0 |
| 1186 | 2026-06-16T21:20:06.772Z | Downloaded hkdf v0.12.4 |
| 1187 | 2026-06-16T21:20:06.773Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-06-16T21:20:06.773Z | Downloaded unsafe-libyaml v0.2.11 |
| 1189 | 2026-06-16T21:20:06.784Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-06-16T21:20:06.784Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-06-16T21:20:06.784Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-06-16T21:20:06.784Z | Downloaded uuid v1.23.0 |
| 1193 | 2026-06-16T21:20:06.784Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-06-16T21:20:06.802Z | Downloaded typify v0.4.3 |
| 1195 | 2026-06-16T21:20:06.832Z | Downloaded rpassword v7.4.0 |
| 1196 | 2026-06-16T21:20:06.832Z | Downloaded reedline v0.40.0 |
| 1197 | 2026-06-16T21:20:06.832Z | Downloaded toml_edit v0.19.15 |
| 1198 | 2026-06-16T21:20:06.853Z | Downloaded vte v0.14.1 |
| 1199 | 2026-06-16T21:20:06.853Z | Downloaded unicode-properties v0.1.4 |
| 1200 | 2026-06-16T21:20:06.853Z | Downloaded serde_with v1.14.0 |
| 1201 | 2026-06-16T21:20:06.853Z | Downloaded zopfli v0.8.3 |
| 1202 | 2026-06-16T21:20:06.853Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-06-16T21:20:06.867Z | Downloaded regex v1.12.3 |
| 1204 | 2026-06-16T21:20:06.867Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-06-16T21:20:06.867Z | Downloaded unicode_categories v0.1.1 |
| 1206 | 2026-06-16T21:20:06.867Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-06-16T21:20:06.884Z | Downloaded reqwest v0.12.28 |
| 1208 | 2026-06-16T21:20:06.884Z | Downloaded yansi v1.0.1 |
| 1209 | 2026-06-16T21:20:06.884Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-06-16T21:20:06.884Z | Downloaded bitvec v1.0.1 |
| 1211 | 2026-06-16T21:20:06.906Z | Downloaded zip v0.6.6 |
| 1212 | 2026-06-16T21:20:06.906Z | Downloaded ssh-key v0.6.7 |
| 1213 | 2026-06-16T21:20:06.906Z | Downloaded bindgen v0.71.1 |
| 1214 | 2026-06-16T21:20:06.906Z | Downloaded aws-lc-rs v1.16.3 |
| 1215 | 2026-06-16T21:20:06.921Z | Downloaded lalrpop v0.19.12 |
| 1216 | 2026-06-16T21:20:06.935Z | Downloaded salty v0.3.0 |
| 1217 | 2026-06-16T21:20:06.935Z | Downloaded tower v0.5.3 |
| 1218 | 2026-06-16T21:20:06.953Z | Downloaded quick-xml v0.37.5 |
| 1219 | 2026-06-16T21:20:06.953Z | Downloaded rustls-webpki v0.101.7 |
| 1220 | 2026-06-16T21:20:06.966Z | Downloaded typed-path v0.9.3 |
| 1221 | 2026-06-16T21:20:06.966Z | Downloaded moka v0.12.13 |
| 1222 | 2026-06-16T21:20:06.966Z | Downloaded unicode-segmentation v1.12.0 |
| 1223 | 2026-06-16T21:20:06.966Z | Downloaded zerocopy-derive v0.8.40 |
| 1224 | 2026-06-16T21:20:06.966Z | Downloaded p384 v0.13.1 |
| 1225 | 2026-06-16T21:20:06.966Z | Downloaded rayon v1.11.0 |
| 1226 | 2026-06-16T21:20:06.980Z | Downloaded petname v2.0.2 |
| 1227 | 2026-06-16T21:20:06.994Z | Downloaded curve25519-dalek v4.1.3 |
| 1228 | 2026-06-16T21:20:07.007Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-06-16T21:20:07.007Z | Downloaded tokio-util v0.7.18 |
| 1230 | 2026-06-16T21:20:07.007Z | Downloaded zip v4.6.1 |
| 1231 | 2026-06-16T21:20:07.007Z | Downloaded tower-http v0.6.8 |
| 1232 | 2026-06-16T21:20:07.013Z | Downloaded tough v0.22.0 |
| 1233 | 2026-06-16T21:20:07.013Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-06-16T21:20:07.020Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-06-16T21:20:07.032Z | Downloaded nix v0.27.1 |
| 1236 | 2026-06-16T21:20:07.032Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-06-16T21:20:07.045Z | Downloaded rustls-webpki v0.102.8 |
| 1238 | 2026-06-16T21:20:07.059Z | Downloaded quinn-proto v0.11.13 |
| 1239 | 2026-06-16T21:20:07.068Z | Downloaded serde_with v3.17.0 |
| 1240 | 2026-06-16T21:20:07.084Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-06-16T21:20:07.104Z | Downloaded winnow v0.6.26 |
| 1242 | 2026-06-16T21:20:07.113Z | Downloaded radix_trie v0.2.1 |
| 1243 | 2026-06-16T21:20:07.113Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-06-16T21:20:07.113Z | Downloaded object v0.30.4 |
| 1245 | 2026-06-16T21:20:07.143Z | Downloaded dropshot v0.17.0 |
| 1246 | 2026-06-16T21:20:07.152Z | Downloaded nix v0.28.0 |
| 1247 | 2026-06-16T21:20:07.170Z | Downloaded time v0.3.47 |
| 1248 | 2026-06-16T21:20:07.184Z | Downloaded regex-syntax v0.6.29 |
| 1249 | 2026-06-16T21:20:07.184Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-06-16T21:20:07.184Z | Downloaded rustls v0.21.12 |
| 1251 | 2026-06-16T21:20:07.185Z | Downloaded tabled v0.20.0 |
| 1252 | 2026-06-16T21:20:07.194Z | Downloaded openssl v0.10.79 |
| 1253 | 2026-06-16T21:20:07.194Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-06-16T21:20:07.202Z | Downloaded nix v0.31.2 |
| 1255 | 2026-06-16T21:20:07.219Z | Downloaded zlib-rs v0.6.2 |
| 1256 | 2026-06-16T21:20:07.219Z | Downloaded vcpkg v0.2.15 |
| 1257 | 2026-06-16T21:20:07.232Z | Downloaded object v0.37.3 |
| 1258 | 2026-06-16T21:20:07.246Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-06-16T21:20:07.261Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-06-16T21:20:07.261Z | Downloaded regress v0.10.5 |
| 1261 | 2026-06-16T21:20:07.270Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-06-16T21:20:07.270Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-16T21:20:07.271Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-06-16T21:20:07.279Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-06-16T21:20:07.287Z | Downloaded smoltcp v0.11.0 |
| 1266 | 2026-06-16T21:20:07.295Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-06-16T21:20:07.295Z | Downloaded rustls v0.23.37 |
| 1268 | 2026-06-16T21:20:07.303Z | Downloaded rustix v0.38.44 |
| 1269 | 2026-06-16T21:20:07.313Z | Downloaded regress v0.11.1 |
| 1270 | 2026-06-16T21:20:07.321Z | Downloaded hickory-proto v0.24.4 |
| 1271 | 2026-06-16T21:20:07.383Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-06-16T21:20:07.409Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-06-16T21:20:07.422Z | Downloaded sled v0.34.7 |
| 1274 | 2026-06-16T21:20:07.437Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-06-16T21:20:07.437Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1276 | 2026-06-16T21:20:07.452Z | Downloaded typify-impl v0.4.3 |
| 1277 | 2026-06-16T21:20:07.452Z | Downloaded ratatui v0.29.0 |
| 1278 | 2026-06-16T21:20:07.494Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-06-16T21:20:07.508Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-06-16T21:20:07.508Z | Downloaded petgraph v0.6.5 |
| 1281 | 2026-06-16T21:20:07.508Z | Downloaded jiff v0.2.21 |
| 1282 | 2026-06-16T21:20:07.519Z | Downloaded chrono-tz v0.10.4 |
| 1283 | 2026-06-16T21:20:07.542Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-06-16T21:20:07.563Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-06-16T21:20:07.572Z | Downloaded csv v1.4.0 |
| 1286 | 2026-06-16T21:20:07.579Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-06-16T21:20:07.588Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-06-16T21:20:07.603Z | Downloaded tokio v1.52.1 |
| 1289 | 2026-06-16T21:20:07.663Z | Downloaded encoding_rs v0.8.35 |
| 1290 | 2026-06-16T21:20:11.942Z | Downloaded ring v0.17.14 |
| 1291 | 2026-06-16T21:20:12.032Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1292 | 2026-06-16T21:20:12.032Z | Downloaded aws-lc-sys v0.40.0 |
| 1293 | 2026-06-16T21:20:12.032Z | Compiling libc v0.2.185 |
| 1294 | 2026-06-16T21:20:12.032Z | Compiling serde v1.0.228 |
| 1295 | 2026-06-16T21:20:12.032Z | Compiling log v0.4.29 |
| 1296 | 2026-06-16T21:20:12.032Z | Compiling find-msvc-tools v0.1.9 |
| 1297 | 2026-06-16T21:20:12.032Z | Compiling shlex v1.3.0 |
| 1298 | 2026-06-16T21:20:12.033Z | Compiling smallvec v1.15.1 |
| 1299 | 2026-06-16T21:20:12.033Z | Compiling typenum v1.19.0 |
| 1300 | 2026-06-16T21:20:12.033Z | Compiling subtle v2.6.1 |
| 1301 | 2026-06-16T21:20:12.033Z | Compiling generic-array v0.14.7 |
| 1302 | 2026-06-16T21:20:12.033Z | Compiling scopeguard v1.2.0 |
| 1303 | 2026-06-16T21:20:12.033Z | Compiling const-oid v0.9.6 |
| 1304 | 2026-06-16T21:20:12.033Z | Compiling serde_json v1.0.149 |
| 1305 | 2026-06-16T21:20:12.033Z | Compiling syn v2.0.117 |
| 1306 | 2026-06-16T21:20:12.033Z | Compiling zerocopy v0.8.40 |
| 1307 | 2026-06-16T21:20:12.033Z | Compiling parking_lot_core v0.9.12 |
| 1308 | 2026-06-16T21:20:12.033Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-06-16T21:20:12.033Z | Compiling lock_api v0.4.14 |
| 1310 | 2026-06-16T21:20:12.033Z | Compiling portable-atomic v1.13.1 |
| 1311 | 2026-06-16T21:20:12.033Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-06-16T21:20:12.033Z | Compiling bitflags v2.11.0 |
| 1313 | 2026-06-16T21:20:12.033Z | Compiling libm v0.2.16 |
| 1314 | 2026-06-16T21:20:12.033Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-06-16T21:20:12.033Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-06-16T21:20:12.033Z | Compiling num-traits v0.2.19 |
| 1317 | 2026-06-16T21:20:12.033Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-06-16T21:20:12.033Z | Compiling futures-sink v0.3.32 |
| 1319 | 2026-06-16T21:20:12.033Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-06-16T21:20:12.033Z | Compiling slab v0.4.12 |
| 1321 | 2026-06-16T21:20:12.033Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-06-16T21:20:12.033Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-06-16T21:20:12.033Z | Compiling futures-channel v0.3.32 |
| 1324 | 2026-06-16T21:20:12.033Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-06-16T21:20:12.033Z | Compiling rand_core v0.10.0 |
| 1326 | 2026-06-16T21:20:12.033Z | Compiling indexmap v2.14.0 |
| 1327 | 2026-06-16T21:20:12.033Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-06-16T21:20:12.034Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-06-16T21:20:12.034Z | Compiling form_urlencoded v1.2.2 |
| 1330 | 2026-06-16T21:20:12.034Z | Compiling dunce v1.0.5 |
| 1331 | 2026-06-16T21:20:12.034Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-06-16T21:20:12.034Z | Compiling base64ct v1.8.3 |
| 1333 | 2026-06-16T21:20:12.034Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-06-16T21:20:12.034Z | Compiling rustix v1.1.3 |
| 1335 | 2026-06-16T21:20:12.034Z | Compiling regex-syntax v0.8.10 |
| 1336 | 2026-06-16T21:20:12.034Z | Compiling flagset v0.4.7 |
| 1337 | 2026-06-16T21:20:12.034Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-06-16T21:20:12.034Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-06-16T21:20:12.034Z | Compiling errno v0.3.14 |
| 1340 | 2026-06-16T21:20:12.034Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-16T21:20:12.034Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-16T21:20:12.034Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-06-16T21:20:12.034Z | Compiling cc v1.2.56 |
| 1344 | 2026-06-16T21:20:12.034Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-06-16T21:20:12.034Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-06-16T21:20:12.034Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-06-16T21:20:12.034Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-06-16T21:20:12.034Z | Compiling iana-time-zone v0.1.65 |
| 1349 | 2026-06-16T21:20:12.034Z | Compiling aws-lc-rs v1.16.3 |
| 1350 | 2026-06-16T21:20:12.034Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-06-16T21:20:12.034Z | Compiling tracing-core v0.1.36 |
| 1352 | 2026-06-16T21:20:12.034Z | Compiling uuid v1.23.0 |
| 1353 | 2026-06-16T21:20:12.034Z | Compiling rustc_version v0.4.1 |
| 1354 | 2026-06-16T21:20:12.034Z | Compiling rand_core v0.9.5 |
| 1355 | 2026-06-16T21:20:12.034Z | Compiling base64 v0.22.1 |
| 1356 | 2026-06-16T21:20:12.034Z | Compiling tinyvec_macros v0.1.1 |
| 1357 | 2026-06-16T21:20:12.034Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-06-16T21:20:12.034Z | Compiling untrusted v0.7.1 |
| 1359 | 2026-06-16T21:20:12.034Z | Compiling httparse v1.10.1 |
| 1360 | 2026-06-16T21:20:12.034Z | Compiling untrusted v0.9.0 |
| 1361 | 2026-06-16T21:20:12.035Z | Compiling tinyvec v1.10.0 |
| 1362 | 2026-06-16T21:20:12.035Z | Compiling aho-corasick v1.1.4 |
| 1363 | 2026-06-16T21:20:12.035Z | Compiling cmake v0.1.57 |
| 1364 | 2026-06-16T21:20:12.035Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-06-16T21:20:12.035Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-06-16T21:20:12.035Z | Compiling rustls v0.23.37 |
| 1367 | 2026-06-16T21:20:12.035Z | Compiling tower-service v0.3.3 |
| 1368 | 2026-06-16T21:20:12.035Z | Compiling atomic-waker v1.1.2 |
| 1369 | 2026-06-16T21:20:12.035Z | Compiling schemars v0.8.22 |
| 1370 | 2026-06-16T21:20:12.035Z | Compiling tower-layer v0.3.3 |
| 1371 | 2026-06-16T21:20:12.035Z | Compiling want v0.3.1 |
| 1372 | 2026-06-16T21:20:12.035Z | Compiling openssl v0.10.79 |
| 1373 | 2026-06-16T21:20:12.035Z | Compiling foreign-types-shared v0.1.1 |
| 1374 | 2026-06-16T21:20:12.035Z | Compiling httpdate v1.0.3 |
| 1375 | 2026-06-16T21:20:12.035Z | Compiling pin-utils v0.1.0 |
| 1376 | 2026-06-16T21:20:12.035Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-06-16T21:20:12.035Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-06-16T21:20:12.035Z | Compiling socket2 v0.5.10 |
| 1379 | 2026-06-16T21:20:12.035Z | Compiling spin v0.9.8 |
| 1380 | 2026-06-16T21:20:12.035Z | Compiling powerfmt v0.2.0 |
| 1381 | 2026-06-16T21:20:12.035Z | Compiling crc32fast v1.5.0 |
| 1382 | 2026-06-16T21:20:12.035Z | Compiling num-conv v0.2.0 |
| 1383 | 2026-06-16T21:20:12.035Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-06-16T21:20:12.035Z | Compiling time-core v0.1.8 |
| 1385 | 2026-06-16T21:20:12.035Z | Compiling wait-timeout v0.2.1 |
| 1386 | 2026-06-16T21:20:12.035Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-06-16T21:20:12.035Z | Compiling deranged v0.5.8 |
| 1388 | 2026-06-16T21:20:12.035Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-06-16T21:20:12.036Z | Compiling unicode-segmentation v1.12.0 |
| 1390 | 2026-06-16T21:20:12.036Z | Compiling tempfile v3.25.0 |
| 1391 | 2026-06-16T21:20:12.085Z | Compiling siphasher v1.0.2 |
| 1392 | 2026-06-16T21:20:12.085Z | Compiling time-macros v0.2.27 |
| 1393 | 2026-06-16T21:20:12.085Z | Compiling syn v1.0.109 |
| 1394 | 2026-06-16T21:20:12.085Z | Compiling bit-vec v0.8.0 |
| 1395 | 2026-06-16T21:20:12.085Z | Compiling usdt-impl v0.6.0 |
| 1396 | 2026-06-16T21:20:12.085Z | Compiling crossbeam-utils v0.8.21 |
| 1397 | 2026-06-16T21:20:12.085Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-06-16T21:20:12.085Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-06-16T21:20:12.085Z | Compiling ring v0.17.14 |
| 1400 | 2026-06-16T21:20:12.085Z | Compiling openssl-sys v0.9.115 |
| 1401 | 2026-06-16T21:20:12.085Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-06-16T21:20:12.085Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-06-16T21:20:12.085Z | Compiling serde_derive_internals v0.29.1 |
| 1404 | 2026-06-16T21:20:12.085Z | Compiling pest_generator v2.8.6 |
| 1405 | 2026-06-16T21:20:12.085Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-06-16T21:20:12.085Z | Compiling num_threads v0.1.7 |
| 1407 | 2026-06-16T21:20:12.085Z | Compiling simd-adler32 v0.3.8 |
| 1408 | 2026-06-16T21:20:12.085Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-06-16T21:20:12.085Z | Compiling bit-set v0.8.0 |
| 1410 | 2026-06-16T21:20:12.097Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-06-16T21:20:12.195Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1412 | 2026-06-16T21:20:12.387Z | Compiling slog v2.8.2 |
| 1413 | 2026-06-16T21:20:12.406Z | Compiling heapless v0.7.17 |
| 1414 | 2026-06-16T21:20:12.424Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-06-16T21:20:12.471Z | Compiling time v0.3.47 |
| 1416 | 2026-06-16T21:20:12.495Z | Compiling thread-id v5.1.0 |
| 1417 | 2026-06-16T21:20:12.511Z | Compiling cookie v0.18.1 |
| 1418 | 2026-06-16T21:20:12.514Z | Compiling paste v1.0.15 |
| 1419 | 2026-06-16T21:20:12.593Z | Compiling ryu v1.0.23 |
| 1420 | 2026-06-16T21:20:12.596Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-06-16T21:20:12.620Z | Compiling allocator-api2 v0.2.21 |
| 1422 | 2026-06-16T21:20:12.682Z | Compiling anyhow v1.0.102 |
| 1423 | 2026-06-16T21:20:12.696Z | Compiling signal-hook v0.3.18 |
| 1424 | 2026-06-16T21:20:12.718Z | Compiling unicode-bidi v0.3.18 |
| 1425 | 2026-06-16T21:20:12.771Z | Compiling zstd-safe v7.2.4 |
| 1426 | 2026-06-16T21:20:12.795Z | Compiling unarray v0.1.4 |
| 1427 | 2026-06-16T21:20:12.828Z | Compiling unicode-properties v0.1.4 |
| 1428 | 2026-06-16T21:20:12.886Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-06-16T21:20:12.986Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-06-16T21:20:13.063Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-06-16T21:20:13.262Z | Compiling heck v0.4.1 |
| 1432 | 2026-06-16T21:20:13.287Z | Compiling vergen-lib v9.1.0 |
| 1433 | 2026-06-16T21:20:13.455Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-06-16T21:20:13.489Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-06-16T21:20:13.550Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-06-16T21:20:13.562Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-06-16T21:20:13.630Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-06-16T21:20:13.645Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-06-16T21:20:13.805Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-06-16T21:20:14.149Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-06-16T21:20:14.192Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-06-16T21:20:14.194Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-06-16T21:20:14.221Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-06-16T21:20:14.604Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-06-16T21:20:14.620Z | Compiling thiserror-impl v2.0.18 |
| 1446 | 2026-06-16T21:20:14.790Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-06-16T21:20:14.847Z | Compiling scroll_derive v0.13.1 |
| 1448 | 2026-06-16T21:20:14.935Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-06-16T21:20:14.998Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-06-16T21:20:15.017Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-06-16T21:20:15.055Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-06-16T21:20:15.099Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-06-16T21:20:15.164Z | Compiling yoke v0.8.1 |
| 1454 | 2026-06-16T21:20:15.168Z | Compiling block-padding v0.3.3 |
| 1455 | 2026-06-16T21:20:15.242Z | Compiling digest v0.10.7 |
| 1456 | 2026-06-16T21:20:15.261Z | Compiling der v0.7.10 |
| 1457 | 2026-06-16T21:20:15.368Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-06-16T21:20:15.381Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-06-16T21:20:15.412Z | Compiling inout v0.1.4 |
| 1460 | 2026-06-16T21:20:15.512Z | Compiling hmac v0.12.1 |
| 1461 | 2026-06-16T21:20:15.600Z | Compiling cipher v0.4.4 |
| 1462 | 2026-06-16T21:20:15.684Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-06-16T21:20:15.699Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-06-16T21:20:15.715Z | Compiling schemars_derive v0.8.22 |
| 1465 | 2026-06-16T21:20:15.812Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-16T21:20:15.839Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-06-16T21:20:15.887Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-06-16T21:20:15.900Z | Compiling salsa20 v0.10.2 |
| 1469 | 2026-06-16T21:20:16.041Z | Compiling icu_locale_core v2.1.1 |
| 1470 | 2026-06-16T21:20:16.057Z | Compiling icu_collections v2.1.1 |
| 1471 | 2026-06-16T21:20:16.072Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-06-16T21:20:16.086Z | Compiling spki v0.7.3 |
| 1473 | 2026-06-16T21:20:16.102Z | Compiling scrypt v0.11.0 |
| 1474 | 2026-06-16T21:20:16.198Z | Compiling aes v0.8.4 |
| 1475 | 2026-06-16T21:20:16.213Z | Compiling tracing v0.1.44 |
| 1476 | 2026-06-16T21:20:16.228Z | Compiling cbc v0.1.2 |
| 1477 | 2026-06-16T21:20:16.384Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-06-16T21:20:16.398Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-06-16T21:20:16.511Z | Compiling goblin v0.10.5 |
| 1480 | 2026-06-16T21:20:16.526Z | Compiling rustls-native-certs v0.8.3 |
| 1481 | 2026-06-16T21:20:16.564Z | Compiling dtrace-parser v0.3.0 |
| 1482 | 2026-06-16T21:20:16.821Z | Compiling icu_provider v2.1.1 |
| 1483 | 2026-06-16T21:20:16.897Z | Compiling pkcs5 v0.7.1 |
| 1484 | 2026-06-16T21:20:16.934Z | Compiling darling v0.20.11 |
| 1485 | 2026-06-16T21:20:17.038Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-06-16T21:20:17.071Z | Compiling bytes v1.11.1 |
| 1487 | 2026-06-16T21:20:17.090Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-06-16T21:20:17.104Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-06-16T21:20:17.146Z | Compiling chrono v0.4.44 |
| 1490 | 2026-06-16T21:20:17.161Z | Compiling ipnet v2.11.0 |
| 1491 | 2026-06-16T21:20:17.352Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-06-16T21:20:17.444Z | Compiling signature v2.2.0 |
| 1493 | 2026-06-16T21:20:17.450Z | Compiling webpki-roots v1.0.6 |
| 1494 | 2026-06-16T21:20:17.468Z | Compiling thiserror-impl v1.0.69 |
| 1495 | 2026-06-16T21:20:17.562Z | Compiling tokio v1.52.1 |
| 1496 | 2026-06-16T21:20:17.625Z | Compiling http v1.4.0 |
| 1497 | 2026-06-16T21:20:17.656Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-16T21:20:17.680Z | Compiling erased-serde v0.3.31 |
| 1499 | 2026-06-16T21:20:17.694Z | Compiling toml_datetime v0.6.11 |
| 1500 | 2026-06-16T21:20:17.717Z | Compiling serde_urlencoded v0.7.1 |
| 1501 | 2026-06-16T21:20:17.944Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-06-16T21:20:17.972Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-06-16T21:20:17.987Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-06-16T21:20:18.134Z | Compiling idna v1.1.0 |
| 1505 | 2026-06-16T21:20:18.149Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-06-16T21:20:18.186Z | Compiling serde_tokenstream v0.2.3 |
| 1507 | 2026-06-16T21:20:18.243Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-06-16T21:20:18.264Z | Compiling darling_macro v0.21.3 |
| 1509 | 2026-06-16T21:20:18.301Z | Compiling http-body v1.0.1 |
| 1510 | 2026-06-16T21:20:18.367Z | Compiling scroll v0.12.0 |
| 1511 | 2026-06-16T21:20:18.426Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-06-16T21:20:18.451Z | Compiling url v2.5.8 |
| 1513 | 2026-06-16T21:20:18.487Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-06-16T21:20:18.499Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-06-16T21:20:18.523Z | Compiling bstr v1.12.1 |
| 1516 | 2026-06-16T21:20:18.579Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-06-16T21:20:18.604Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-06-16T21:20:18.647Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-06-16T21:20:18.686Z | Compiling rand v0.9.2 |
| 1520 | 2026-06-16T21:20:18.785Z | Compiling num-integer v0.1.46 |
| 1521 | 2026-06-16T21:20:18.805Z | Compiling thiserror v1.0.69 |
| 1522 | 2026-06-16T21:20:18.821Z | Compiling curve25519-dalek v4.1.3 |
| 1523 | 2026-06-16T21:20:18.923Z | Compiling ff v0.13.1 |
| 1524 | 2026-06-16T21:20:19.129Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-06-16T21:20:19.185Z | Compiling memoffset v0.9.1 |
| 1526 | 2026-06-16T21:20:19.200Z | Compiling encoding_rs v0.8.35 |
| 1527 | 2026-06-16T21:20:19.205Z | Compiling rustix v0.38.44 |
| 1528 | 2026-06-16T21:20:19.279Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-16T21:20:19.345Z | Compiling dof v0.4.0 |
| 1530 | 2026-06-16T21:20:19.401Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-06-16T21:20:19.534Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-06-16T21:20:19.568Z | Compiling psl-types v2.0.11 |
| 1533 | 2026-06-16T21:20:19.588Z | Compiling num-bigint-dig v0.8.6 |
| 1534 | 2026-06-16T21:20:19.621Z | Compiling zlib-rs v0.6.2 |
| 1535 | 2026-06-16T21:20:19.672Z | Compiling smoltcp v0.9.1 |
| 1536 | 2026-06-16T21:20:19.697Z | Compiling litrs v1.0.0 |
| 1537 | 2026-06-16T21:20:19.712Z | Compiling mime v0.3.17 |
| 1538 | 2026-06-16T21:20:19.726Z | Compiling ref-cast v1.0.25 |
| 1539 | 2026-06-16T21:20:19.771Z | Compiling base16ct v0.2.0 |
| 1540 | 2026-06-16T21:20:19.822Z | Compiling pin-project v1.1.11 |
| 1541 | 2026-06-16T21:20:19.937Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-06-16T21:20:19.984Z | Compiling sec1 v0.7.3 |
| 1543 | 2026-06-16T21:20:19.998Z | Compiling postgres-protocol v0.6.10 |
| 1544 | 2026-06-16T21:20:20.118Z | Compiling publicsuffix v2.3.0 |
| 1545 | 2026-06-16T21:20:20.131Z | Compiling nix v0.31.2 |
| 1546 | 2026-06-16T21:20:20.222Z | Compiling document-features v0.2.12 |
| 1547 | 2026-06-16T21:20:20.242Z | Compiling oxnet v0.1.6 |
| 1548 | 2026-06-16T21:20:20.306Z | Compiling zerocopy v0.7.35 |
| 1549 | 2026-06-16T21:20:20.468Z | Compiling group v0.13.0 |
| 1550 | 2026-06-16T21:20:20.499Z | Compiling num-iter v0.1.45 |
| 1551 | 2026-06-16T21:20:20.532Z | Compiling darling v0.21.3 |
| 1552 | 2026-06-16T21:20:20.546Z | Compiling rand v0.8.6 |
| 1553 | 2026-06-16T21:20:20.567Z | Compiling goblin v0.8.2 |
| 1554 | 2026-06-16T21:20:20.624Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-06-16T21:20:20.654Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-06-16T21:20:20.667Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-06-16T21:20:20.696Z | Compiling hex v0.4.3 |
| 1558 | 2026-06-16T21:20:20.762Z | Compiling hkdf v0.12.4 |
| 1559 | 2026-06-16T21:20:20.776Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2026-06-16T21:20:20.841Z | Compiling regex v1.12.3 |
| 1561 | 2026-06-16T21:20:20.913Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-06-16T21:20:20.974Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-06-16T21:20:20.978Z | Compiling strum_macros v0.27.2 |
| 1564 | 2026-06-16T21:20:20.985Z | Compiling ref-cast-impl v1.0.25 |
| 1565 | 2026-06-16T21:20:21.000Z | Compiling daft-derive v0.1.7 |
| 1566 | 2026-06-16T21:20:21.287Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-06-16T21:20:21.389Z | Compiling tower v0.5.3 |
| 1568 | 2026-06-16T21:20:21.420Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-06-16T21:20:21.561Z | Compiling newtype-uuid v1.3.2 |
| 1570 | 2026-06-16T21:20:21.615Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-06-16T21:20:21.637Z | Compiling terminal_size v0.4.3 |
| 1572 | 2026-06-16T21:20:21.700Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-06-16T21:20:21.767Z | Compiling anstyle-parse v0.2.7 |
| 1574 | 2026-06-16T21:20:21.819Z | Compiling vergen v9.1.0 |
| 1575 | 2026-06-16T21:20:21.839Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-06-16T21:20:21.854Z | Compiling cargo-platform v0.3.2 |
| 1577 | 2026-06-16T21:20:21.934Z | Compiling fs-err v3.3.0 |
| 1578 | 2026-06-16T21:20:21.949Z | Compiling ahash v0.8.12 |
| 1579 | 2026-06-16T21:20:21.970Z | Compiling foldhash v0.2.0 |
| 1580 | 2026-06-16T21:20:21.983Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-06-16T21:20:22.024Z | Compiling h2 v0.4.13 |
| 1582 | 2026-06-16T21:20:22.150Z | Compiling object v0.37.3 |
| 1583 | 2026-06-16T21:20:22.164Z | Compiling winnow v0.5.40 |
| 1584 | 2026-06-16T21:20:22.178Z | Compiling same-file v1.0.6 |
| 1585 | 2026-06-16T21:20:22.212Z | Compiling managed v0.8.0 |
| 1586 | 2026-06-16T21:20:22.267Z | Compiling bitflags v1.3.2 |
| 1587 | 2026-06-16T21:20:22.360Z | Compiling foldhash v0.1.5 |
| 1588 | 2026-06-16T21:20:22.375Z | Compiling bumpalo v3.20.2 |
| 1589 | 2026-06-16T21:20:22.460Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-06-16T21:20:22.501Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-06-16T21:20:22.548Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-06-16T21:20:22.662Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-06-16T21:20:22.706Z | Compiling walkdir v2.5.0 |
| 1594 | 2026-06-16T21:20:22.787Z | Compiling clap_builder v4.6.0 |
| 1595 | 2026-06-16T21:20:22.865Z | Compiling dof v0.3.0 |
| 1596 | 2026-06-16T21:20:22.921Z | Compiling snafu v0.8.9 |
| 1597 | 2026-06-16T21:20:22.996Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-06-16T21:20:23.045Z | Compiling cargo_metadata v0.23.1 |
| 1599 | 2026-06-16T21:20:23.074Z | Compiling strum v0.27.2 |
| 1600 | 2026-06-16T21:20:23.089Z | Compiling anstream v0.6.21 |
| 1601 | 2026-06-16T21:20:23.121Z | Compiling phf v0.13.1 |
| 1602 | 2026-06-16T21:20:23.227Z | Compiling daft v0.1.7 |
| 1603 | 2026-06-16T21:20:23.288Z | Compiling elliptic-curve v0.13.8 |
| 1604 | 2026-06-16T21:20:23.305Z | Compiling signal-hook-mio v0.2.5 |
| 1605 | 2026-06-16T21:20:23.449Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-06-16T21:20:23.468Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-06-16T21:20:23.525Z | Compiling hubpack v0.1.2 |
| 1608 | 2026-06-16T21:20:23.621Z | Compiling bzip2 v0.4.4 |
| 1609 | 2026-06-16T21:20:23.637Z | Compiling usdt-attr-macro v0.6.0 |
| 1610 | 2026-06-16T21:20:23.641Z | Compiling usdt-macro v0.6.0 |
| 1611 | 2026-06-16T21:20:23.706Z | Compiling futures v0.3.32 |
| 1612 | 2026-06-16T21:20:23.765Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-06-16T21:20:23.850Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-06-16T21:20:23.920Z | Compiling zstd v0.13.3 |
| 1615 | 2026-06-16T21:20:24.160Z | Compiling globset v0.4.18 |
| 1616 | 2026-06-16T21:20:24.174Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-06-16T21:20:24.206Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-06-16T21:20:24.445Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-06-16T21:20:24.461Z | Compiling serde_plain v1.0.2 |
| 1620 | 2026-06-16T21:20:24.476Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-06-16T21:20:24.495Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-06-16T21:20:24.635Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-06-16T21:20:24.670Z | Compiling async-recursion v1.1.1 |
| 1624 | 2026-06-16T21:20:24.683Z | Compiling clap_derive v4.6.1 |
| 1625 | 2026-06-16T21:20:24.778Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-06-16T21:20:24.868Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-06-16T21:20:24.883Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-06-16T21:20:24.939Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-06-16T21:20:24.956Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-06-16T21:20:24.963Z | Compiling pem v3.0.6 |
| 1631 | 2026-06-16T21:20:25.116Z | Compiling hyper v1.8.1 |
| 1632 | 2026-06-16T21:20:25.130Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-06-16T21:20:25.146Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-06-16T21:20:25.233Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-06-16T21:20:25.317Z | Compiling whoami v2.1.0 |
| 1636 | 2026-06-16T21:20:25.359Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-06-16T21:20:25.375Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-06-16T21:20:25.391Z | Compiling fixedbitset v0.4.2 |
| 1639 | 2026-06-16T21:20:25.424Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-06-16T21:20:25.448Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-06-16T21:20:25.526Z | Compiling keccak v0.1.6 |
| 1642 | 2026-06-16T21:20:25.562Z | Compiling data-encoding v2.10.0 |
| 1643 | 2026-06-16T21:20:25.629Z | Compiling new_debug_unreachable v1.0.6 |
| 1644 | 2026-06-16T21:20:25.713Z | Compiling either v1.15.0 |
| 1645 | 2026-06-16T21:20:25.729Z | Compiling predicates-core v1.0.10 |
| 1646 | 2026-06-16T21:20:25.773Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-06-16T21:20:25.834Z | Compiling difflib v0.4.0 |
| 1648 | 2026-06-16T21:20:25.880Z | Compiling jiff v0.2.21 |
| 1649 | 2026-06-16T21:20:25.933Z | Compiling itertools v0.13.0 |
| 1650 | 2026-06-16T21:20:25.952Z | Compiling hickory-proto v0.25.2 |
| 1651 | 2026-06-16T21:20:26.040Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-06-16T21:20:26.140Z | Compiling predicates v3.1.4 |
| 1653 | 2026-06-16T21:20:26.292Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-06-16T21:20:26.305Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-06-16T21:20:26.337Z | Compiling petgraph v0.8.3 |
| 1656 | 2026-06-16T21:20:26.366Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-06-16T21:20:26.419Z | Compiling tokio-postgres v0.7.16 |
| 1658 | 2026-06-16T21:20:26.525Z | Compiling clap v4.6.1 |
| 1659 | 2026-06-16T21:20:26.624Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1660 | 2026-06-16T21:20:26.645Z | Compiling env_logger v0.11.9 |
| 1661 | 2026-06-16T21:20:26.673Z | Compiling strum v0.26.3 |
| 1662 | 2026-06-16T21:20:26.751Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-06-16T21:20:26.790Z | Compiling usdt v0.6.0 |
| 1664 | 2026-06-16T21:20:26.851Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-06-16T21:20:26.869Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-06-16T21:20:27.060Z | Compiling toml v0.7.8 |
| 1667 | 2026-06-16T21:20:27.074Z | Compiling ecdsa v0.16.9 |
| 1668 | 2026-06-16T21:20:27.242Z | Compiling crossterm v0.28.1 |
| 1669 | 2026-06-16T21:20:27.477Z | Compiling rsa v0.9.10 |
| 1670 | 2026-06-16T21:20:27.500Z | Compiling ed25519-dalek v2.2.0 |
| 1671 | 2026-06-16T21:20:27.689Z | Compiling hyper-tls v0.6.0 |
| 1672 | 2026-06-16T21:20:28.090Z | Compiling zip v0.6.6 |
| 1673 | 2026-06-16T21:20:28.188Z | Compiling iddqd v0.4.2 |
| 1674 | 2026-06-16T21:20:28.577Z | Compiling zip v4.6.1 |
| 1675 | 2026-06-16T21:20:28.638Z | Compiling tokio-stream v0.1.18 |
| 1676 | 2026-06-16T21:20:28.701Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1677 | 2026-06-16T21:20:28.716Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-06-16T21:20:28.794Z | Compiling similar v2.7.0 |
| 1679 | 2026-06-16T21:20:28.918Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-16T21:20:29.014Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-06-16T21:20:29.133Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-06-16T21:20:29.240Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-06-16T21:20:29.346Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-06-16T21:20:29.481Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-06-16T21:20:29.485Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-06-16T21:20:29.515Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-06-16T21:20:29.541Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-06-16T21:20:29.560Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-06-16T21:20:29.573Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-06-16T21:20:29.673Z | Compiling filetime v0.2.27 |
| 1691 | 2026-06-16T21:20:29.689Z | Compiling term v1.2.1 |
| 1692 | 2026-06-16T21:20:29.702Z | Compiling xattr v1.6.1 |
| 1693 | 2026-06-16T21:20:29.734Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-06-16T21:20:29.842Z | Compiling tar v0.4.45 |
| 1695 | 2026-06-16T21:20:30.040Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-06-16T21:20:47.438Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-06-16T21:20:50.221Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-06-16T21:20:50.221Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-06-16T21:20:50.418Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-06-16T21:20:50.611Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-06-16T21:20:50.614Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-06-16T21:20:51.825Z | Compiling tough v0.22.0 |
| 1703 | 2026-06-16T21:20:54.358Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-06-16T21:20:54.586Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-06-16T21:20:57.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s |
| 1706 | 2026-06-16T21:20:57.586Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1707 | 2026-06-16T21:20:57.640Z | Jun 16 21:20:57.164 INFO Starting download, target: DendriteStub |
| 1708 | 2026-06-16T21:20:57.640Z | Jun 16 21:20:57.165 INFO Starting download, target: Clickhouse |
| 1709 | 2026-06-16T21:20:57.640Z | Jun 16 21:20:57.165 INFO Starting download, target: Cockroach |
| 1710 | 2026-06-16T21:20:57.640Z | Jun 16 21:20:57.165 INFO Starting download, target: Console |
| 1711 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Starting download, target: MaghemiteDdmd |
| 1713 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1716 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1717 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1718 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1719 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1720 | 2026-06-16T21:20:57.647Z | Jun 16 21:20:57.165 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1721 | 2026-06-16T21:20:58.388Z | Jun 16 21:20:57.900 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1722 | 2026-06-16T21:20:58.654Z | Jun 16 21:20:58.152 INFO Download complete, target: TransceiverControl |
| 1723 | 2026-06-16T21:20:58.701Z | Jun 16 21:20:58.165 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-06-16T21:20:58.881Z | Jun 16 21:20:58.405 INFO Download complete, target: Console |
| 1725 | 2026-06-16T21:21:00.380Z | Jun 16 21:20:59.894 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1726 | 2026-06-16T21:21:00.603Z | Jun 16 21:21:00.120 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2026-06-16T21:21:00.700Z | Jun 16 21:21:00.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1728 | 2026-06-16T21:21:01.528Z | Jun 16 21:21:01.029 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1729 | 2026-06-16T21:21:01.528Z | Jun 16 21:21:01.029 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1730 | 2026-06-16T21:21:01.848Z | Jun 16 21:21:01.358 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-06-16T21:21:02.316Z | Jun 16 21:21:01.827 INFO Download complete, target: MaghemiteDdmd |
| 1732 | 2026-06-16T21:21:03.396Z | Jun 16 21:21:02.907 INFO Download complete, target: DendriteStub |
| 1733 | 2026-06-16T21:21:03.435Z | Jun 16 21:21:02.941 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-06-16T21:21:06.206Z | Jun 16 21:21:05.730 INFO Checking that binary works, target: Cockroach |
| 1735 | 2026-06-16T21:21:06.333Z | Jun 16 21:21:05.857 INFO Download complete, target: Cockroach |
| 1736 | 2026-06-16T21:21:08.588Z | Jun 16 21:21:08.111 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-06-16T21:21:08.681Z | Jun 16 21:21:08.205 INFO Download complete, target: Clickhouse |
| 1738 | 2026-06-16T21:21:08.687Z | All prerequisites installed successfully |
| 1739 | 2026-06-16T21:21:08.690Z | |
| 1740 | 2026-06-16T21:21:08.691Z | real 2:04.079269073 |
| 1741 | 2026-06-16T21:21:08.691Z | user 6:57.532962902 |
| 1742 | 2026-06-16T21:21:08.691Z | sys 1:43.356391022 |
| 1743 | 2026-06-16T21:21:08.691Z | trap 0.250745228 |
| 1744 | 2026-06-16T21:21:08.691Z | tflt 1.256477111 |
| 1745 | 2026-06-16T21:21:08.691Z | dflt 2.069831776 |
| 1746 | 2026-06-16T21:21:08.691Z | kflt 0.028113270 |
| 1747 | 2026-06-16T21:21:08.691Z | lock 23:41.357585454 |
| 1748 | 2026-06-16T21:21:08.691Z | slp 19:05.548573693 |
| 1749 | 2026-06-16T21:21:08.691Z | lat 23.845515070 |
| 1750 | 2026-06-16T21:21:08.691Z | stop 2:47.517715394 |
| 1751 | 2026-06-16T21:21:08.691Z | + ptime -m cargo xtask download softnpu |
| 1752 | 2026-06-16T21:21:09.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1753 | 2026-06-16T21:21:09.255Z | Running `target/debug/xtask download softnpu` |
| 1754 | 2026-06-16T21:21:10.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1755 | 2026-06-16T21:21:10.123Z | Running `target/debug/xtask-downloader softnpu` |
| 1756 | 2026-06-16T21:21:10.166Z | Jun 16 21:21:09.677 INFO Starting download, target: Softnpu |
| 1757 | 2026-06-16T21:21:10.355Z | Jun 16 21:21:09.677 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1758 | 2026-06-16T21:21:16.539Z | Jun 16 21:21:16.013 INFO Download complete, target: Softnpu |
| 1759 | 2026-06-16T21:21:16.579Z | |
| 1760 | 2026-06-16T21:21:16.579Z | real 7.799244147 |
| 1761 | 2026-06-16T21:21:16.579Z | user 1.396021766 |
| 1762 | 2026-06-16T21:21:16.579Z | sys 0.722835097 |
| 1763 | 2026-06-16T21:21:16.579Z | trap 0.000839880 |
| 1764 | 2026-06-16T21:21:16.580Z | tflt 0.000115270 |
| 1765 | 2026-06-16T21:21:16.580Z | dflt 0.000416720 |
| 1766 | 2026-06-16T21:21:16.580Z | kflt 0.000000000 |
| 1767 | 2026-06-16T21:21:16.580Z | lock 2:09.889221846 |
| 1768 | 2026-06-16T21:21:16.580Z | slp 6.114594192 |
| 1769 | 2026-06-16T21:21:16.580Z | lat 0.186434948 |
| 1770 | 2026-06-16T21:21:16.580Z | stop 0.000218830 |
| 1771 | 2026-06-16T21:21:16.580Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-06-16T21:21:16.580Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-16T21:21:16.580Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1774 | 2026-06-16T21:21:17.389Z | Compiling proc-macro2 v1.0.106 |
| 1775 | 2026-06-16T21:21:17.389Z | Compiling quote v1.0.45 |
| 1776 | 2026-06-16T21:21:17.408Z | Compiling unicode-ident v1.0.24 |
| 1777 | 2026-06-16T21:21:17.408Z | Compiling libc v0.2.185 |
| 1778 | 2026-06-16T21:21:17.408Z | Compiling serde_core v1.0.228 |
| 1779 | 2026-06-16T21:21:17.408Z | Compiling serde v1.0.228 |
| 1780 | 2026-06-16T21:21:17.408Z | Compiling cfg-if v1.0.4 |
| 1781 | 2026-06-16T21:21:17.408Z | Compiling version_check v0.9.5 |
| 1782 | 2026-06-16T21:21:17.408Z | Compiling find-msvc-tools v0.1.9 |
| 1783 | 2026-06-16T21:21:17.535Z | Compiling shlex v1.3.0 |
| 1784 | 2026-06-16T21:21:17.541Z | Compiling typenum v1.19.0 |
| 1785 | 2026-06-16T21:21:17.558Z | Compiling zmij v1.0.21 |
| 1786 | 2026-06-16T21:21:17.558Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-06-16T21:21:17.558Z | Compiling memchr v2.8.0 |
| 1788 | 2026-06-16T21:21:17.558Z | Compiling serde_json v1.0.149 |
| 1789 | 2026-06-16T21:21:17.753Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-06-16T21:21:17.785Z | Compiling libm v0.2.16 |
| 1791 | 2026-06-16T21:21:17.920Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-06-16T21:21:17.952Z | Compiling smallvec v1.15.1 |
| 1793 | 2026-06-16T21:21:17.956Z | Compiling parking_lot_core v0.9.12 |
| 1794 | 2026-06-16T21:21:17.982Z | Compiling icu_normalizer_data v2.1.1 |
| 1795 | 2026-06-16T21:21:18.031Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-06-16T21:21:18.036Z | Compiling generic-array v0.14.7 |
| 1797 | 2026-06-16T21:21:18.052Z | Compiling num-traits v0.2.19 |
| 1798 | 2026-06-16T21:21:18.109Z | Compiling itoa v1.0.17 |
| 1799 | 2026-06-16T21:21:18.147Z | Compiling getrandom v0.4.1 |
| 1800 | 2026-06-16T21:21:18.183Z | Compiling log v0.4.29 |
| 1801 | 2026-06-16T21:21:18.213Z | Compiling stable_deref_trait v1.2.1 |
| 1802 | 2026-06-16T21:21:18.243Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-06-16T21:21:18.276Z | Compiling subtle v2.6.1 |
| 1804 | 2026-06-16T21:21:18.437Z | Compiling scopeguard v1.2.0 |
| 1805 | 2026-06-16T21:21:18.507Z | Compiling percent-encoding v2.3.2 |
| 1806 | 2026-06-16T21:21:18.521Z | Compiling jobserver v0.1.34 |
| 1807 | 2026-06-16T21:21:18.536Z | Compiling getrandom v0.2.17 |
| 1808 | 2026-06-16T21:21:18.596Z | Compiling errno v0.3.14 |
| 1809 | 2026-06-16T21:21:18.625Z | Compiling lock_api v0.4.14 |
| 1810 | 2026-06-16T21:21:18.712Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-06-16T21:21:18.732Z | Compiling cc v1.2.56 |
| 1812 | 2026-06-16T21:21:18.798Z | Compiling fnv v1.0.7 |
| 1813 | 2026-06-16T21:21:18.815Z | Compiling litemap v0.8.1 |
| 1814 | 2026-06-16T21:21:18.856Z | Compiling syn v2.0.117 |
| 1815 | 2026-06-16T21:21:18.871Z | Compiling writeable v0.6.2 |
| 1816 | 2026-06-16T21:21:18.917Z | Compiling thiserror v2.0.18 |
| 1817 | 2026-06-16T21:21:18.938Z | Compiling pin-project-lite v0.2.17 |
| 1818 | 2026-06-16T21:21:19.006Z | Compiling getrandom v0.3.4 |
| 1819 | 2026-06-16T21:21:19.053Z | Compiling rand_core v0.10.0 |
| 1820 | 2026-06-16T21:21:19.053Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-06-16T21:21:19.135Z | Compiling schemars v0.8.22 |
| 1822 | 2026-06-16T21:21:19.177Z | Compiling fs_extra v1.3.0 |
| 1823 | 2026-06-16T21:21:19.209Z | Compiling rustversion v1.0.22 |
| 1824 | 2026-06-16T21:21:19.228Z | Compiling dunce v1.0.5 |
| 1825 | 2026-06-16T21:21:19.256Z | Compiling critical-section v1.2.0 |
| 1826 | 2026-06-16T21:21:19.261Z | Compiling rustix v1.1.3 |
| 1827 | 2026-06-16T21:21:19.382Z | Compiling utf8_iter v1.0.4 |
| 1828 | 2026-06-16T21:21:19.401Z | Compiling form_urlencoded v1.2.2 |
| 1829 | 2026-06-16T21:21:19.477Z | Compiling cmake v0.1.57 |
| 1830 | 2026-06-16T21:21:19.498Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-06-16T21:21:19.571Z | Compiling signal-hook-registry v1.4.8 |
| 1832 | 2026-06-16T21:21:19.602Z | Compiling const-oid v0.9.6 |
| 1833 | 2026-06-16T21:21:19.703Z | Compiling bitflags v2.11.0 |
| 1834 | 2026-06-16T21:21:19.768Z | Compiling semver v1.0.28 |
| 1835 | 2026-06-16T21:21:19.872Z | Compiling once_cell v1.21.3 |
| 1836 | 2026-06-16T21:21:20.054Z | Compiling ring v0.17.14 |
| 1837 | 2026-06-16T21:21:20.058Z | Compiling aws-lc-sys v0.40.0 |
| 1838 | 2026-06-16T21:21:20.089Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-06-16T21:21:20.136Z | Compiling parking_lot v0.12.5 |
| 1840 | 2026-06-16T21:21:20.139Z | Compiling mio v1.2.0 |
| 1841 | 2026-06-16T21:21:20.171Z | Compiling socket2 v0.6.3 |
| 1842 | 2026-06-16T21:21:20.188Z | Compiling aws-lc-rs v1.16.3 |
| 1843 | 2026-06-16T21:21:20.253Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-06-16T21:21:20.382Z | Compiling strsim v0.11.1 |
| 1845 | 2026-06-16T21:21:20.397Z | Compiling httparse v1.10.1 |
| 1846 | 2026-06-16T21:21:20.413Z | Compiling thiserror v1.0.69 |
| 1847 | 2026-06-16T21:21:20.568Z | Compiling ucd-trie v0.1.7 |
| 1848 | 2026-06-16T21:21:20.706Z | Compiling vcpkg v0.2.15 |
| 1849 | 2026-06-16T21:21:20.726Z | Compiling iana-time-zone v0.1.65 |
| 1850 | 2026-06-16T21:21:20.730Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-06-16T21:21:20.774Z | Compiling pest v2.8.6 |
| 1852 | 2026-06-16T21:21:20.828Z | Compiling ident_case v1.0.1 |
| 1853 | 2026-06-16T21:21:20.860Z | Compiling regex-syntax v0.8.10 |
| 1854 | 2026-06-16T21:21:20.876Z | Compiling syn v1.0.109 |
| 1855 | 2026-06-16T21:21:20.890Z | Compiling heck v0.5.0 |
| 1856 | 2026-06-16T21:21:20.915Z | Compiling uuid v1.23.0 |
| 1857 | 2026-06-16T21:21:21.003Z | Compiling cpufeatures v0.2.17 |
| 1858 | 2026-06-16T21:21:21.131Z | Compiling rustls v0.23.37 |
| 1859 | 2026-06-16T21:21:21.225Z | Compiling rustc_version v0.4.1 |
| 1860 | 2026-06-16T21:21:21.288Z | Compiling openssl-sys v0.9.115 |
| 1861 | 2026-06-16T21:21:21.318Z | Compiling futures-sink v0.3.32 |
| 1862 | 2026-06-16T21:21:21.445Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-06-16T21:21:21.490Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-06-16T21:21:21.493Z | Compiling slab v0.4.12 |
| 1865 | 2026-06-16T21:21:21.526Z | Compiling futures-task v0.3.32 |
| 1866 | 2026-06-16T21:21:21.546Z | Compiling futures-io v0.3.32 |
| 1867 | 2026-06-16T21:21:21.627Z | Compiling dyn-clone v1.0.20 |
| 1868 | 2026-06-16T21:21:21.690Z | Compiling synstructure v0.13.2 |
| 1869 | 2026-06-16T21:21:21.705Z | Compiling serde_derive_internals v0.29.1 |
| 1870 | 2026-06-16T21:21:21.814Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-06-16T21:21:21.978Z | Compiling crc32fast v1.5.0 |
| 1872 | 2026-06-16T21:21:22.000Z | Compiling plain v0.2.3 |
| 1873 | 2026-06-16T21:21:22.040Z | Compiling openssl v0.10.79 |
| 1874 | 2026-06-16T21:21:22.086Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-06-16T21:21:22.132Z | Compiling time-core v0.1.8 |
| 1876 | 2026-06-16T21:21:22.214Z | Compiling num-conv v0.2.0 |
| 1877 | 2026-06-16T21:21:22.217Z | Compiling base64 v0.22.1 |
| 1878 | 2026-06-16T21:21:22.299Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-06-16T21:21:22.333Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-06-16T21:21:22.364Z | Compiling time-macros v0.2.27 |
| 1881 | 2026-06-16T21:21:22.397Z | Compiling pest_generator v2.8.6 |
| 1882 | 2026-06-16T21:21:22.446Z | Compiling anyhow v1.0.102 |
| 1883 | 2026-06-16T21:21:22.479Z | Compiling native-tls v0.2.18 |
| 1884 | 2026-06-16T21:21:22.483Z | Compiling base64ct v1.8.3 |
| 1885 | 2026-06-16T21:21:22.511Z | Compiling darling_core v0.21.3 |
| 1886 | 2026-06-16T21:21:22.712Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1887 | 2026-06-16T21:21:22.742Z | Compiling pem-rfc7468 v0.7.0 |
| 1888 | 2026-06-16T21:21:22.799Z | Compiling flagset v0.4.7 |
| 1889 | 2026-06-16T21:21:22.803Z | Compiling rand_core v0.9.5 |
| 1890 | 2026-06-16T21:21:22.953Z | Compiling slog v2.8.2 |
| 1891 | 2026-06-16T21:21:22.970Z | Compiling serde_derive v1.0.228 |
| 1892 | 2026-06-16T21:21:22.986Z | Compiling zeroize_derive v1.4.3 |
| 1893 | 2026-06-16T21:21:23.001Z | Compiling zerofrom-derive v0.1.6 |
| 1894 | 2026-06-16T21:21:23.027Z | Compiling yoke-derive v0.8.1 |
| 1895 | 2026-06-16T21:21:23.046Z | Compiling zerovec-derive v0.11.2 |
| 1896 | 2026-06-16T21:21:23.064Z | Compiling displaydoc v0.2.5 |
| 1897 | 2026-06-16T21:21:23.084Z | Compiling zerocopy-derive v0.8.40 |
| 1898 | 2026-06-16T21:21:23.101Z | Compiling tokio-macros v2.7.0 |
| 1899 | 2026-06-16T21:21:23.164Z | Compiling futures-macro v0.3.32 |
| 1900 | 2026-06-16T21:21:23.348Z | Compiling thiserror-impl v2.0.18 |
| 1901 | 2026-06-16T21:21:23.590Z | Compiling zeroize v1.8.2 |
| 1902 | 2026-06-16T21:21:23.843Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-06-16T21:21:23.953Z | Compiling tracing-attributes v0.1.31 |
| 1904 | 2026-06-16T21:21:23.991Z | Compiling der_derive v0.7.3 |
| 1905 | 2026-06-16T21:21:24.090Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-06-16T21:21:24.124Z | Compiling zerofrom v0.1.6 |
| 1907 | 2026-06-16T21:21:24.264Z | Compiling yoke v0.8.1 |
| 1908 | 2026-06-16T21:21:24.351Z | Compiling crypto-common v0.1.7 |
| 1909 | 2026-06-16T21:21:24.477Z | Compiling zerovec v0.11.5 |
| 1910 | 2026-06-16T21:21:24.517Z | Compiling zerotrie v0.2.3 |
| 1911 | 2026-06-16T21:21:24.614Z | Compiling block-buffer v0.10.4 |
| 1912 | 2026-06-16T21:21:24.781Z | Compiling digest v0.10.7 |
| 1913 | 2026-06-16T21:21:25.000Z | Compiling tinystr v0.8.2 |
| 1914 | 2026-06-16T21:21:25.015Z | Compiling potential_utf v0.1.4 |
| 1915 | 2026-06-16T21:21:25.054Z | Compiling pest_derive v2.8.6 |
| 1916 | 2026-06-16T21:21:25.077Z | Compiling hmac v0.12.1 |
| 1917 | 2026-06-16T21:21:25.123Z | Compiling futures-util v0.3.32 |
| 1918 | 2026-06-16T21:21:25.148Z | Compiling icu_collections v2.1.1 |
| 1919 | 2026-06-16T21:21:25.213Z | Compiling icu_locale_core v2.1.1 |
| 1920 | 2026-06-16T21:21:25.243Z | Compiling block-padding v0.3.3 |
| 1921 | 2026-06-16T21:21:25.276Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-06-16T21:21:25.410Z | Compiling inout v0.1.4 |
| 1923 | 2026-06-16T21:21:25.640Z | Compiling cipher v0.4.4 |
| 1924 | 2026-06-16T21:21:25.690Z | Compiling rustls-pki-types v1.14.0 |
| 1925 | 2026-06-16T21:21:25.811Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-06-16T21:21:25.887Z | Compiling openssl-macros v0.1.1 |
| 1927 | 2026-06-16T21:21:25.902Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-06-16T21:21:26.065Z | Compiling bytes v1.11.1 |
| 1929 | 2026-06-16T21:21:26.120Z | Compiling icu_provider v2.1.1 |
| 1930 | 2026-06-16T21:21:26.291Z | Compiling chrono v0.4.44 |
| 1931 | 2026-06-16T21:21:26.426Z | Compiling icu_normalizer v2.1.1 |
| 1932 | 2026-06-16T21:21:26.544Z | Compiling icu_properties v2.1.2 |
| 1933 | 2026-06-16T21:21:26.561Z | Compiling serde_tokenstream v0.2.3 |
| 1934 | 2026-06-16T21:21:26.776Z | Compiling tokio v1.52.1 |
| 1935 | 2026-06-16T21:21:27.387Z | Compiling http v1.4.0 |
| 1936 | 2026-06-16T21:21:27.470Z | Compiling idna_adapter v1.2.1 |
| 1937 | 2026-06-16T21:21:27.508Z | Compiling ppv-lite86 v0.2.21 |
| 1938 | 2026-06-16T21:21:27.632Z | Compiling idna v1.1.0 |
| 1939 | 2026-06-16T21:21:27.673Z | Compiling der v0.7.10 |
| 1940 | 2026-06-16T21:21:27.703Z | Compiling darling_macro v0.21.3 |
| 1941 | 2026-06-16T21:21:27.854Z | Compiling regex v1.12.3 |
| 1942 | 2026-06-16T21:21:28.011Z | Compiling url v2.5.8 |
| 1943 | 2026-06-16T21:21:28.071Z | Compiling zerocopy-derive v0.7.35 |
| 1944 | 2026-06-16T21:21:28.088Z | Compiling tracing-core v0.1.36 |
| 1945 | 2026-06-16T21:21:28.466Z | Compiling untrusted v0.9.0 |
| 1946 | 2026-06-16T21:21:28.845Z | Compiling spki v0.7.3 |
| 1947 | 2026-06-16T21:21:29.069Z | Compiling tracing v0.1.44 |
| 1948 | 2026-06-16T21:21:29.084Z | Compiling darling v0.21.3 |
| 1949 | 2026-06-16T21:21:29.112Z | Compiling salsa20 v0.10.2 |
| 1950 | 2026-06-16T21:21:29.180Z | Compiling pbkdf2 v0.12.2 |
| 1951 | 2026-06-16T21:21:29.755Z | Compiling cookie v0.18.1 |
| 1952 | 2026-06-16T21:21:29.771Z | Compiling camino v1.2.2 |
| 1953 | 2026-06-16T21:21:30.007Z | Compiling scrypt v0.11.0 |
| 1954 | 2026-06-16T21:21:30.092Z | Compiling http-body v1.0.1 |
| 1955 | 2026-06-16T21:21:30.109Z | Compiling rand_chacha v0.9.0 |
| 1956 | 2026-06-16T21:21:30.193Z | Compiling aes v0.8.4 |
| 1957 | 2026-06-16T21:21:30.221Z | Compiling cbc v0.1.2 |
| 1958 | 2026-06-16T21:21:30.328Z | Compiling usdt-impl v0.5.0 |
| 1959 | 2026-06-16T21:21:30.359Z | Compiling tinyvec_macros v0.1.1 |
| 1960 | 2026-06-16T21:21:30.376Z | Compiling usdt-impl v0.6.0 |
| 1961 | 2026-06-16T21:21:30.442Z | Compiling unicode-segmentation v1.12.0 |
| 1962 | 2026-06-16T21:21:30.495Z | Compiling tokio-util v0.7.18 |
| 1963 | 2026-06-16T21:21:30.512Z | Compiling either v1.15.0 |
| 1964 | 2026-06-16T21:21:30.545Z | Compiling ref-cast v1.0.25 |
| 1965 | 2026-06-16T21:21:30.571Z | Compiling openssl-probe v0.2.1 |
| 1966 | 2026-06-16T21:21:30.611Z | Compiling winnow v0.7.14 |
| 1967 | 2026-06-16T21:21:30.715Z | Compiling untrusted v0.7.1 |
| 1968 | 2026-06-16T21:21:30.719Z | Compiling paste v1.0.15 |
| 1969 | 2026-06-16T21:21:30.746Z | Compiling fastrand v2.3.0 |
| 1970 | 2026-06-16T21:21:30.750Z | Compiling pkcs5 v0.7.1 |
| 1971 | 2026-06-16T21:21:30.840Z | Compiling tinyvec v1.10.0 |
| 1972 | 2026-06-16T21:21:30.856Z | Compiling rand v0.9.2 |
| 1973 | 2026-06-16T21:21:31.221Z | Compiling scroll v0.13.0 |
| 1974 | 2026-06-16T21:21:31.242Z | Compiling scroll v0.12.0 |
| 1975 | 2026-06-16T21:21:31.394Z | Compiling serde_spanned v0.6.9 |
| 1976 | 2026-06-16T21:21:31.447Z | Compiling toml_datetime v0.6.11 |
| 1977 | 2026-06-16T21:21:31.478Z | Compiling async-trait v0.1.89 |
| 1978 | 2026-06-16T21:21:31.513Z | Compiling heapless v0.7.17 |
| 1979 | 2026-06-16T21:21:31.588Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1980 | 2026-06-16T21:21:31.613Z | Compiling atomic-waker v1.1.2 |
| 1981 | 2026-06-16T21:21:31.711Z | Compiling try-lock v0.2.5 |
| 1982 | 2026-06-16T21:21:31.756Z | Compiling rustix v0.38.44 |
| 1983 | 2026-06-16T21:21:31.786Z | Compiling zstd-safe v7.2.4 |
| 1984 | 2026-06-16T21:21:31.899Z | Compiling tower-layer v0.3.3 |
| 1985 | 2026-06-16T21:21:31.993Z | Compiling tower-service v0.3.3 |
| 1986 | 2026-06-16T21:21:32.011Z | Compiling signal-hook v0.3.18 |
| 1987 | 2026-06-16T21:21:32.041Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1988 | 2026-06-16T21:21:32.076Z | Compiling want v0.3.1 |
| 1989 | 2026-06-16T21:21:32.096Z | Compiling h2 v0.4.13 |
| 1990 | 2026-06-16T21:21:32.214Z | Compiling goblin v0.8.2 |
| 1991 | 2026-06-16T21:21:32.253Z | Compiling goblin v0.10.5 |
| 1992 | 2026-06-16T21:21:32.427Z | Compiling pkcs8 v0.10.2 |
| 1993 | 2026-06-16T21:21:32.607Z | Compiling heck v0.4.1 |
| 1994 | 2026-06-16T21:21:32.622Z | Compiling zerocopy v0.7.35 |
| 1995 | 2026-06-16T21:21:32.731Z | Compiling ipnet v2.11.0 |
| 1996 | 2026-06-16T21:21:32.769Z | Compiling ref-cast-impl v1.0.25 |
| 1997 | 2026-06-16T21:21:32.829Z | Compiling darling_core v0.20.11 |
| 1998 | 2026-06-16T21:21:32.844Z | Compiling curve25519-dalek v4.1.3 |
| 1999 | 2026-06-16T21:21:33.127Z | Compiling memoffset v0.9.1 |
| 2000 | 2026-06-16T21:21:33.188Z | Compiling winnow v0.5.40 |
| 2001 | 2026-06-16T21:21:33.323Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-06-16T21:21:33.326Z | Compiling pin-utils v0.1.0 |
| 2003 | 2026-06-16T21:21:33.354Z | Compiling httpdate v1.0.3 |
| 2004 | 2026-06-16T21:21:33.570Z | Compiling utf8parse v0.2.2 |
| 2005 | 2026-06-16T21:21:33.588Z | Compiling litrs v1.0.0 |
| 2006 | 2026-06-16T21:21:33.811Z | Compiling tempfile v3.25.0 |
| 2007 | 2026-06-16T21:21:33.826Z | Compiling foreign-types v0.3.2 |
| 2008 | 2026-06-16T21:21:34.077Z | Compiling document-features v0.2.12 |
| 2009 | 2026-06-16T21:21:34.230Z | Compiling unicode-normalization v0.1.25 |
| 2010 | 2026-06-16T21:21:34.452Z | Compiling toml_edit v0.19.15 |
| 2011 | 2026-06-16T21:21:34.590Z | Compiling dof v0.3.0 |
| 2012 | 2026-06-16T21:21:34.780Z | Compiling darling_macro v0.20.11 |
| 2013 | 2026-06-16T21:21:34.969Z | Compiling dof v0.4.0 |
| 2014 | 2026-06-16T21:21:35.111Z | Compiling hyper v1.8.1 |
| 2015 | 2026-06-16T21:21:35.235Z | Compiling dtrace-parser v0.2.0 |
| 2016 | 2026-06-16T21:21:35.337Z | Compiling dtrace-parser v0.3.0 |
| 2017 | 2026-06-16T21:21:35.560Z | Compiling pin-project-internal v1.1.11 |
| 2018 | 2026-06-16T21:21:35.621Z | Compiling daft-derive v0.1.7 |
| 2019 | 2026-06-16T21:21:35.777Z | Compiling spin v0.9.8 |
| 2020 | 2026-06-16T21:21:35.795Z | Compiling thread-id v5.1.0 |
| 2021 | 2026-06-16T21:21:35.846Z | Compiling thread-id v4.2.2 |
| 2022 | 2026-06-16T21:21:35.896Z | Compiling socket2 v0.5.10 |
| 2023 | 2026-06-16T21:21:35.949Z | Compiling cfg_aliases v0.2.1 |
| 2024 | 2026-06-16T21:21:35.968Z | Compiling anstyle v1.0.14 |
| 2025 | 2026-06-16T21:21:36.041Z | Compiling powerfmt v0.2.0 |
| 2026 | 2026-06-16T21:21:36.097Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-06-16T21:21:36.189Z | Compiling num-bigint-dig v0.8.6 |
| 2028 | 2026-06-16T21:21:36.205Z | Compiling deranged v0.5.8 |
| 2029 | 2026-06-16T21:21:36.288Z | Compiling hyper-util v0.1.20 |
| 2030 | 2026-06-16T21:21:36.326Z | Compiling nix v0.31.2 |
| 2031 | 2026-06-16T21:21:36.622Z | Compiling darling v0.20.11 |
| 2032 | 2026-06-16T21:21:36.719Z | Compiling rustls-native-certs v0.8.3 |
| 2033 | 2026-06-16T21:21:36.795Z | Compiling ipnetwork v0.21.1 |
| 2034 | 2026-06-16T21:21:36.979Z | Compiling strum_macros v0.26.4 |
| 2035 | 2026-06-16T21:21:36.997Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2036 | 2026-06-16T21:21:37.139Z | Compiling sync_wrapper v1.0.2 |
| 2037 | 2026-06-16T21:21:37.263Z | Compiling wait-timeout v0.2.1 |
| 2038 | 2026-06-16T21:21:37.420Z | Compiling quick-error v1.2.3 |
| 2039 | 2026-06-16T21:21:37.512Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-06-16T21:21:37.529Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-06-16T21:21:37.698Z | Compiling num_threads v0.1.7 |
| 2042 | 2026-06-16T21:21:37.773Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-06-16T21:21:37.832Z | Compiling simd-adler32 v0.3.8 |
| 2044 | 2026-06-16T21:21:37.883Z | Compiling colorchoice v1.0.4 |
| 2045 | 2026-06-16T21:21:37.969Z | Compiling siphasher v1.0.2 |
| 2046 | 2026-06-16T21:21:38.078Z | Compiling time v0.3.47 |
| 2047 | 2026-06-16T21:21:38.097Z | Compiling bit-set v0.8.0 |
| 2048 | 2026-06-16T21:21:38.131Z | Compiling rusty-fork v0.3.1 |
| 2049 | 2026-06-16T21:21:38.280Z | Compiling tower v0.5.3 |
| 2050 | 2026-06-16T21:21:38.423Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-06-16T21:21:38.540Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-06-16T21:21:38.603Z | Compiling http-body-util v0.1.3 |
| 2053 | 2026-06-16T21:21:38.861Z | Compiling webpki-roots v1.0.6 |
| 2054 | 2026-06-16T21:21:39.031Z | Compiling signature v2.2.0 |
| 2055 | 2026-06-16T21:21:39.094Z | Compiling hubpack_derive v0.1.1 |
| 2056 | 2026-06-16T21:21:39.114Z | Compiling rand_xorshift v0.4.0 |
| 2057 | 2026-06-16T21:21:39.196Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-06-16T21:21:39.245Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-06-16T21:21:39.277Z | Compiling ahash v0.8.12 |
| 2060 | 2026-06-16T21:21:39.538Z | Compiling ryu v1.0.23 |
| 2061 | 2026-06-16T21:21:39.570Z | Compiling iri-string v0.7.10 |
| 2062 | 2026-06-16T21:21:39.716Z | Compiling adler2 v2.0.1 |
| 2063 | 2026-06-16T21:21:39.716Z | Compiling unarray v0.1.4 |
| 2064 | 2026-06-16T21:21:39.745Z | Compiling object v0.37.3 |
| 2065 | 2026-06-16T21:21:39.855Z | Compiling unicode-bidi v0.3.18 |
| 2066 | 2026-06-16T21:21:39.895Z | Compiling unicode-properties v0.1.4 |
| 2067 | 2026-06-16T21:21:40.019Z | Compiling allocator-api2 v0.2.21 |
| 2068 | 2026-06-16T21:21:40.034Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-06-16T21:21:40.053Z | Compiling proptest v1.10.0 |
| 2070 | 2026-06-16T21:21:40.196Z | Compiling stringprep v0.1.5 |
| 2071 | 2026-06-16T21:21:40.361Z | Compiling serde_urlencoded v0.7.1 |
| 2072 | 2026-06-16T21:21:40.629Z | Compiling derive_builder_macro v0.20.2 |
| 2073 | 2026-06-16T21:21:40.838Z | Compiling tower-http v0.6.8 |
| 2074 | 2026-06-16T21:21:40.881Z | Compiling tokio-native-tls v0.3.1 |
| 2075 | 2026-06-16T21:21:41.034Z | Compiling usdt-macro v0.6.0 |
| 2076 | 2026-06-16T21:21:41.063Z | Compiling usdt-attr-macro v0.6.0 |
| 2077 | 2026-06-16T21:21:41.270Z | Compiling anstyle-parse v1.0.0 |
| 2078 | 2026-06-16T21:21:41.534Z | Compiling rand_chacha v0.3.1 |
| 2079 | 2026-06-16T21:21:41.554Z | Compiling erased-serde v0.3.31 |
| 2080 | 2026-06-16T21:21:41.643Z | Compiling md-5 v0.10.6 |
| 2081 | 2026-06-16T21:21:41.765Z | Compiling bstr v1.12.1 |
| 2082 | 2026-06-16T21:21:41.821Z | Compiling num-integer v0.1.46 |
| 2083 | 2026-06-16T21:21:41.853Z | Compiling hash32 v0.2.1 |
| 2084 | 2026-06-16T21:21:41.856Z | Compiling vergen-lib v9.1.0 |
| 2085 | 2026-06-16T21:21:41.938Z | Compiling ff v0.13.1 |
| 2086 | 2026-06-16T21:21:42.066Z | Compiling encoding_rs v0.8.35 |
| 2087 | 2026-06-16T21:21:42.098Z | Compiling zlib-rs v0.6.2 |
| 2088 | 2026-06-16T21:21:42.101Z | Compiling base16ct v0.2.0 |
| 2089 | 2026-06-16T21:21:42.150Z | Compiling psl-types v2.0.11 |
| 2090 | 2026-06-16T21:21:42.183Z | Compiling mime v0.3.17 |
| 2091 | 2026-06-16T21:21:42.190Z | Compiling fallible-iterator v0.2.0 |
| 2092 | 2026-06-16T21:21:42.301Z | Compiling publicsuffix v2.3.0 |
| 2093 | 2026-06-16T21:21:42.397Z | Compiling sec1 v0.7.3 |
| 2094 | 2026-06-16T21:21:42.511Z | Compiling postgres-protocol v0.6.10 |
| 2095 | 2026-06-16T21:21:42.562Z | Compiling group v0.13.0 |
| 2096 | 2026-06-16T21:21:42.578Z | Compiling num-iter v0.1.45 |
| 2097 | 2026-06-16T21:21:42.679Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-06-16T21:21:42.943Z | Compiling rand v0.8.6 |
| 2099 | 2026-06-16T21:21:43.187Z | Compiling anstream v1.0.0 |
| 2100 | 2026-06-16T21:21:43.226Z | Compiling oxnet v0.1.6 |
| 2101 | 2026-06-16T21:21:43.375Z | Compiling derive_builder v0.20.2 |
| 2102 | 2026-06-16T21:21:43.378Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-06-16T21:21:43.495Z | Compiling phf_shared v0.13.1 |
| 2104 | 2026-06-16T21:21:43.550Z | Compiling pin-project v1.1.11 |
| 2105 | 2026-06-16T21:21:43.637Z | Compiling lazy_static v1.5.0 |
| 2106 | 2026-06-16T21:21:43.654Z | Compiling anstyle-parse v0.2.7 |
| 2107 | 2026-06-16T21:21:43.746Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-06-16T21:21:43.779Z | Compiling serde_with_macros v3.17.0 |
| 2109 | 2026-06-16T21:21:43.782Z | Compiling futures-executor v0.3.32 |
| 2110 | 2026-06-16T21:21:43.811Z | Compiling hex v0.4.3 |
| 2111 | 2026-06-16T21:21:43.900Z | Compiling hkdf v0.12.4 |
| 2112 | 2026-06-16T21:21:43.984Z | Compiling crypto-bigint v0.5.5 |
| 2113 | 2026-06-16T21:21:44.012Z | Compiling clap_derive v4.6.1 |
| 2114 | 2026-06-16T21:21:44.028Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-06-16T21:21:44.045Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-06-16T21:21:44.069Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-06-16T21:21:44.149Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-06-16T21:21:44.187Z | Compiling vergen v9.1.0 |
| 2119 | 2026-06-16T21:21:44.217Z | Compiling cargo-platform v0.3.2 |
| 2120 | 2026-06-16T21:21:44.418Z | Compiling libbz2-rs-sys v0.2.2 |
| 2121 | 2026-06-16T21:21:44.560Z | Compiling foldhash v0.1.5 |
| 2122 | 2026-06-16T21:21:44.578Z | Compiling managed v0.8.0 |
| 2123 | 2026-06-16T21:21:44.585Z | Compiling bumpalo v3.20.2 |
| 2124 | 2026-06-16T21:21:44.622Z | Compiling bitflags v1.3.2 |
| 2125 | 2026-06-16T21:21:44.881Z | Compiling clap_lex v1.0.0 |
| 2126 | 2026-06-16T21:21:44.897Z | Compiling same-file v1.0.6 |
| 2127 | 2026-06-16T21:21:44.934Z | Compiling foldhash v0.2.0 |
| 2128 | 2026-06-16T21:21:45.038Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-06-16T21:21:45.103Z | Compiling clap_builder v4.6.0 |
| 2130 | 2026-06-16T21:21:45.108Z | Compiling hashbrown v0.16.1 |
| 2131 | 2026-06-16T21:21:45.122Z | Compiling elliptic-curve v0.13.8 |
| 2132 | 2026-06-16T21:21:45.340Z | Compiling bzip2 v0.6.1 |
| 2133 | 2026-06-16T21:21:45.376Z | Compiling zopfli v0.8.3 |
| 2134 | 2026-06-16T21:21:45.480Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-06-16T21:21:45.579Z | Compiling cargo_metadata v0.23.1 |
| 2136 | 2026-06-16T21:21:45.708Z | Compiling futures v0.3.32 |
| 2137 | 2026-06-16T21:21:45.961Z | Compiling anstream v0.6.21 |
| 2138 | 2026-06-16T21:21:46.149Z | Compiling zstd v0.13.3 |
| 2139 | 2026-06-16T21:21:46.423Z | Compiling phf v0.13.1 |
| 2140 | 2026-06-16T21:21:46.438Z | Compiling snafu v0.8.9 |
| 2141 | 2026-06-16T21:21:46.600Z | Compiling signal-hook-mio v0.2.5 |
| 2142 | 2026-06-16T21:21:46.732Z | Compiling daft v0.1.7 |
| 2143 | 2026-06-16T21:21:46.811Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-06-16T21:21:47.052Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-06-16T21:21:47.108Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-06-16T21:21:47.124Z | Compiling globset v0.4.18 |
| 2147 | 2026-06-16T21:21:47.127Z | Compiling strum v0.27.2 |
| 2148 | 2026-06-16T21:21:47.322Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-06-16T21:21:47.356Z | Compiling ed25519 v2.2.3 |
| 2150 | 2026-06-16T21:21:47.390Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-06-16T21:21:47.442Z | Compiling crossbeam-epoch v0.9.18 |
| 2152 | 2026-06-16T21:21:47.498Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-06-16T21:21:47.553Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-06-16T21:21:47.591Z | Compiling pem v3.0.6 |
| 2155 | 2026-06-16T21:21:47.625Z | Compiling serde-big-array v0.5.1 |
| 2156 | 2026-06-16T21:21:47.671Z | Compiling serde_plain v1.0.2 |
| 2157 | 2026-06-16T21:21:47.750Z | Compiling rfc6979 v0.4.0 |
| 2158 | 2026-06-16T21:21:47.806Z | Compiling float-cmp v0.10.0 |
| 2159 | 2026-06-16T21:21:47.825Z | Compiling memmap2 v0.9.10 |
| 2160 | 2026-06-16T21:21:47.876Z | Compiling env_filter v1.0.0 |
| 2161 | 2026-06-16T21:21:47.894Z | Compiling data-encoding v2.10.0 |
| 2162 | 2026-06-16T21:21:47.909Z | Compiling new_debug_unreachable v1.0.6 |
| 2163 | 2026-06-16T21:21:47.951Z | Compiling typed-path v0.9.3 |
| 2164 | 2026-06-16T21:21:47.968Z | Compiling precomputed-hash v0.1.1 |
| 2165 | 2026-06-16T21:21:47.987Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-06-16T21:21:48.053Z | Compiling whoami v2.1.0 |
| 2167 | 2026-06-16T21:21:48.077Z | Compiling keccak v0.1.6 |
| 2168 | 2026-06-16T21:21:48.199Z | Compiling normalize-line-endings v0.3.0 |
| 2169 | 2026-06-16T21:21:48.215Z | Compiling fixedbitset v0.4.2 |
| 2170 | 2026-06-16T21:21:48.232Z | Compiling fixedbitset v0.5.7 |
| 2171 | 2026-06-16T21:21:48.250Z | Compiling predicates-core v1.0.10 |
| 2172 | 2026-06-16T21:21:48.291Z | Compiling jiff v0.2.21 |
| 2173 | 2026-06-16T21:21:48.306Z | Compiling difflib v0.4.0 |
| 2174 | 2026-06-16T21:21:48.320Z | Compiling static_assertions v1.1.0 |
| 2175 | 2026-06-16T21:21:48.402Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2176 | 2026-06-16T21:21:48.419Z | Compiling petgraph v0.6.5 |
| 2177 | 2026-06-16T21:21:48.435Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-06-16T21:21:48.439Z | Compiling tokio-postgres v0.7.16 |
| 2179 | 2026-06-16T21:21:48.763Z | Compiling predicates v3.1.4 |
| 2180 | 2026-06-16T21:21:48.979Z | Compiling sha3 v0.10.8 |
| 2181 | 2026-06-16T21:21:49.106Z | Compiling hickory-proto v0.25.2 |
| 2182 | 2026-06-16T21:21:49.121Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-06-16T21:21:49.268Z | Compiling string_cache v0.8.9 |
| 2184 | 2026-06-16T21:21:49.339Z | Compiling env_logger v0.11.9 |
| 2185 | 2026-06-16T21:21:49.503Z | Compiling usdt v0.6.0 |
| 2186 | 2026-06-16T21:21:49.525Z | Compiling ecdsa v0.16.9 |
| 2187 | 2026-06-16T21:21:49.773Z | Compiling rsa v0.9.10 |
| 2188 | 2026-06-16T21:21:49.902Z | Compiling ed25519-dalek v2.2.0 |
| 2189 | 2026-06-16T21:21:50.547Z | Compiling zip v0.6.6 |
| 2190 | 2026-06-16T21:21:50.634Z | Compiling iddqd v0.4.2 |
| 2191 | 2026-06-16T21:21:50.974Z | Compiling zip v4.6.1 |
| 2192 | 2026-06-16T21:21:51.076Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-06-16T21:21:51.186Z | Compiling clap v4.6.1 |
| 2194 | 2026-06-16T21:21:51.380Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-06-16T21:21:51.508Z | Compiling similar v2.7.0 |
| 2196 | 2026-06-16T21:21:51.624Z | Compiling strum v0.26.3 |
| 2197 | 2026-06-16T21:21:51.777Z | Compiling toml v0.7.8 |
| 2198 | 2026-06-16T21:21:51.834Z | Compiling tokio-stream v0.1.18 |
| 2199 | 2026-06-16T21:21:51.938Z | Compiling itertools v0.13.0 |
| 2200 | 2026-06-16T21:21:51.995Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-06-16T21:21:52.270Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-06-16T21:21:52.348Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-06-16T21:21:52.379Z | Compiling openapiv3 v2.2.0 |
| 2204 | 2026-06-16T21:21:52.659Z | Compiling sha1 v0.10.6 |
| 2205 | 2026-06-16T21:21:53.082Z | Compiling peg-runtime v0.8.5 |
| 2206 | 2026-06-16T21:21:53.101Z | Compiling lalrpop-util v0.19.12 |
| 2207 | 2026-06-16T21:22:07.546Z | Compiling rustls-webpki v0.103.9 |
| 2208 | 2026-06-16T21:22:09.319Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-06-16T21:22:09.469Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-06-16T21:22:09.498Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-06-16T21:22:09.615Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-06-16T21:22:09.723Z | Compiling itertools v0.14.0 |
| 2213 | 2026-06-16T21:22:09.738Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-06-16T21:22:09.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-06-16T21:22:09.917Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-06-16T21:22:09.951Z | Compiling heapless v0.8.0 |
| 2217 | 2026-06-16T21:22:09.978Z | Compiling rustls v0.22.4 |
| 2218 | 2026-06-16T21:22:10.183Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2219 | 2026-06-16T21:22:10.311Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2026-06-16T21:22:10.315Z | Compiling crossbeam-deque v0.8.6 |
| 2221 | 2026-06-16T21:22:10.330Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2026-06-16T21:22:10.364Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-06-16T21:22:10.364Z | Compiling multer v3.1.0 |
| 2224 | 2026-06-16T21:22:10.454Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-06-16T21:22:10.492Z | Compiling smoltcp v0.11.0 |
| 2226 | 2026-06-16T21:22:10.506Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-06-16T21:22:10.552Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2228 | 2026-06-16T21:22:10.580Z | Compiling unicode-width v0.2.0 |
| 2229 | 2026-06-16T21:22:10.603Z | Compiling compression-core v0.4.31 |
| 2230 | 2026-06-16T21:22:10.615Z | Compiling slog-async v2.8.0 |
| 2231 | 2026-06-16T21:22:10.732Z | Compiling match_cfg v0.1.0 |
| 2232 | 2026-06-16T21:22:10.805Z | Compiling hostname v0.3.1 |
| 2233 | 2026-06-16T21:22:10.843Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-06-16T21:22:10.843Z | Compiling derive-ex v0.1.8 |
| 2235 | 2026-06-16T21:22:10.911Z | Compiling compression-codecs v0.4.37 |
| 2236 | 2026-06-16T21:22:10.998Z | Compiling atomicwrites v0.4.4 |
| 2237 | 2026-06-16T21:22:11.051Z | Compiling ingot-macros v0.1.1 |
| 2238 | 2026-06-16T21:22:11.141Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-06-16T21:22:11.287Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-06-16T21:22:11.302Z | Compiling half v2.7.1 |
| 2241 | 2026-06-16T21:22:11.302Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-06-16T21:22:11.409Z | Compiling tokio-rustls v0.26.4 |
| 2243 | 2026-06-16T21:22:11.490Z | Compiling rustls-platform-verifier v0.6.2 |
| 2244 | 2026-06-16T21:22:11.675Z | Compiling hyper-rustls v0.27.7 |
| 2245 | 2026-06-16T21:22:11.691Z | Compiling cobs v0.3.0 |
| 2246 | 2026-06-16T21:22:11.716Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2247 | 2026-06-16T21:22:11.984Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-06-16T21:22:12.000Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-06-16T21:22:12.053Z | Compiling universal-hash v0.5.1 |
| 2250 | 2026-06-16T21:22:12.074Z | Compiling async-stream-impl v0.3.6 |
| 2251 | 2026-06-16T21:22:12.167Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2252 | 2026-06-16T21:22:12.183Z | Compiling serde_spanned v1.0.4 |
| 2253 | 2026-06-16T21:22:12.367Z | Compiling is-terminal v0.4.17 |
| 2254 | 2026-06-16T21:22:12.383Z | Compiling dropshot v0.17.0 |
| 2255 | 2026-06-16T21:22:12.455Z | Compiling proc-macro-error-attr v1.0.4 |
| 2256 | 2026-06-16T21:22:12.485Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-16T21:22:12.612Z | Compiling term v1.2.1 |
| 2258 | 2026-06-16T21:22:12.629Z | Compiling opaque-debug v0.3.1 |
| 2259 | 2026-06-16T21:22:12.656Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2260 | 2026-06-16T21:22:12.679Z | Compiling take_mut v0.2.2 |
| 2261 | 2026-06-16T21:22:12.718Z | Compiling convert_case v0.4.0 |
| 2262 | 2026-06-16T21:22:12.766Z | Compiling ciborium-io v0.2.2 |
| 2263 | 2026-06-16T21:22:12.821Z | Compiling thiserror-no-std v2.0.2 |
| 2264 | 2026-06-16T21:22:12.846Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-06-16T21:22:12.886Z | Compiling tokio-rustls v0.25.0 |
| 2266 | 2026-06-16T21:22:12.901Z | Compiling ciborium-ll v0.2.2 |
| 2267 | 2026-06-16T21:22:12.936Z | Compiling slog-term v2.9.2 |
| 2268 | 2026-06-16T21:22:13.034Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2269 | 2026-06-16T21:22:13.049Z | Compiling derive_more v0.99.20 |
| 2270 | 2026-06-16T21:22:13.189Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-06-16T21:22:13.278Z | Compiling test-strategy v0.4.5 |
| 2272 | 2026-06-16T21:22:13.403Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-06-16T21:22:13.494Z | Compiling postcard v1.1.3 |
| 2274 | 2026-06-16T21:22:13.621Z | Compiling tough v0.22.0 |
| 2275 | 2026-06-16T21:22:13.884Z | Compiling ingot-types v0.1.2 |
| 2276 | 2026-06-16T21:22:14.181Z | Compiling slog-bunyan v2.5.0 |
| 2277 | 2026-06-16T21:22:14.356Z | Compiling ingot v0.1.1 |
| 2278 | 2026-06-16T21:22:14.383Z | Compiling num_enum_derive v0.7.6 |
| 2279 | 2026-06-16T21:22:14.442Z | Compiling async-compression v0.4.41 |
| 2280 | 2026-06-16T21:22:14.591Z | Compiling parse-display-derive v0.10.0 |
| 2281 | 2026-06-16T21:22:14.959Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2282 | 2026-06-16T21:22:15.236Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-06-16T21:22:15.254Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-06-16T21:22:15.257Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-06-16T21:22:15.372Z | Compiling backon v1.6.0 |
| 2286 | 2026-06-16T21:22:15.389Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2287 | 2026-06-16T21:22:15.443Z | Compiling password-hash v0.5.0 |
| 2288 | 2026-06-16T21:22:15.494Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-06-16T21:22:15.655Z | Compiling dropshot_endpoint v0.17.0 |
| 2290 | 2026-06-16T21:22:15.671Z | Compiling rustls-pemfile v2.2.0 |
| 2291 | 2026-06-16T21:22:15.716Z | Compiling blake2 v0.10.6 |
| 2292 | 2026-06-16T21:22:15.769Z | Compiling aead v0.5.2 |
| 2293 | 2026-06-16T21:22:15.984Z | Compiling foreign-types-macros v0.2.3 |
| 2294 | 2026-06-16T21:22:16.003Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2295 | 2026-06-16T21:22:16.132Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-06-16T21:22:16.261Z | Compiling hostname v0.4.2 |
| 2297 | 2026-06-16T21:22:16.335Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2298 | 2026-06-16T21:22:16.420Z | Compiling proc-macro-error v1.0.4 |
| 2299 | 2026-06-16T21:22:16.447Z | Compiling instant v0.1.13 |
| 2300 | 2026-06-16T21:22:16.450Z | Compiling foreign-types-shared v0.3.1 |
| 2301 | 2026-06-16T21:22:16.523Z | Compiling cpufeatures v0.3.0 |
| 2302 | 2026-06-16T21:22:16.556Z | Compiling typeid v1.0.3 |
| 2303 | 2026-06-16T21:22:16.572Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2026-06-16T21:22:16.589Z | Compiling foreign-types v0.5.0 |
| 2305 | 2026-06-16T21:22:16.621Z | Compiling chacha20 v0.10.0 |
| 2306 | 2026-06-16T21:22:16.623Z | Compiling backoff v0.4.0 |
| 2307 | 2026-06-16T21:22:16.654Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2308 | 2026-06-16T21:22:16.686Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-06-16T21:22:16.700Z | Compiling argon2 v0.5.3 |
| 2310 | 2026-06-16T21:22:16.717Z | Compiling chacha20poly1305 v0.10.1 |
| 2311 | 2026-06-16T21:22:16.790Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2312 | 2026-06-16T21:22:16.880Z | Compiling num_enum_derive v0.5.11 |
| 2313 | 2026-06-16T21:22:16.897Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2314 | 2026-06-16T21:22:16.915Z | Compiling num_enum v0.7.6 |
| 2315 | 2026-06-16T21:22:17.061Z | Compiling ciborium v0.2.2 |
| 2316 | 2026-06-16T21:22:17.091Z | Compiling vsss-rs v3.3.4 |
| 2317 | 2026-06-16T21:22:17.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2318 | 2026-06-16T21:22:17.376Z | Compiling tabwriter v1.4.1 |
| 2319 | 2026-06-16T21:22:17.402Z | Compiling regress v0.10.5 |
| 2320 | 2026-06-16T21:22:17.586Z | Compiling byte-wrapper v0.1.0 |
| 2321 | 2026-06-16T21:22:17.631Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2322 | 2026-06-16T21:22:17.724Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2323 | 2026-06-16T21:22:17.764Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-06-16T21:22:17.819Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2325 | 2026-06-16T21:22:17.908Z | Compiling cstr-argument v0.1.2 |
| 2326 | 2026-06-16T21:22:18.058Z | Compiling humantime v2.3.0 |
| 2327 | 2026-06-16T21:22:18.102Z | Compiling erased-serde v0.4.9 |
| 2328 | 2026-06-16T21:22:18.223Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2329 | 2026-06-16T21:22:18.241Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-06-16T21:22:18.379Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2331 | 2026-06-16T21:22:18.396Z | Compiling num_enum v0.5.11 |
| 2332 | 2026-06-16T21:22:18.399Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2333 | 2026-06-16T21:22:18.505Z | Compiling rand v0.10.0 |
| 2334 | 2026-06-16T21:22:18.522Z | Compiling rayon v1.11.0 |
| 2335 | 2026-06-16T21:22:18.542Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2336 | 2026-06-16T21:22:18.575Z | Compiling indent_write v2.2.0 |
| 2337 | 2026-06-16T21:22:18.628Z | Compiling colored v3.1.1 |
| 2338 | 2026-06-16T21:22:18.683Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2339 | 2026-06-16T21:22:18.747Z | Compiling libefi-sys v0.1.0 |
| 2340 | 2026-06-16T21:22:18.763Z | Compiling zone_cfg_derive v0.3.1 |
| 2341 | 2026-06-16T21:22:18.806Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2342 | 2026-06-16T21:22:18.921Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2343 | 2026-06-16T21:22:18.976Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2344 | 2026-06-16T21:22:18.999Z | Compiling camino-tempfile v1.4.1 |
| 2345 | 2026-06-16T21:22:19.221Z | Compiling itertools v0.12.1 |
| 2346 | 2026-06-16T21:22:19.314Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-06-16T21:22:19.334Z | Compiling usdt-macro v0.5.0 |
| 2348 | 2026-06-16T21:22:19.407Z | Compiling bitfield-struct v0.6.2 |
| 2349 | 2026-06-16T21:22:19.421Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-06-16T21:22:19.433Z | Compiling blake3 v1.8.3 |
| 2351 | 2026-06-16T21:22:19.489Z | Compiling ordered-float v2.10.1 |
| 2352 | 2026-06-16T21:22:19.793Z | Compiling sigpipe v0.1.3 |
| 2353 | 2026-06-16T21:22:19.820Z | Compiling memmap v0.7.0 |
| 2354 | 2026-06-16T21:22:19.992Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-06-16T21:22:20.066Z | Compiling glob v0.3.3 |
| 2356 | 2026-06-16T21:22:20.081Z | Compiling swrite v0.1.0 |
| 2357 | 2026-06-16T21:22:20.091Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-06-16T21:22:20.117Z | Compiling usdt v0.5.0 |
| 2359 | 2026-06-16T21:22:20.231Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2360 | 2026-06-16T21:22:20.373Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2361 | 2026-06-16T21:22:20.426Z | Compiling serde-value v0.7.0 |
| 2362 | 2026-06-16T21:22:20.674Z | Compiling zone v0.3.1 |
| 2363 | 2026-06-16T21:22:20.728Z | Compiling serde-untagged v0.1.9 |
| 2364 | 2026-06-16T21:22:20.774Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2365 | 2026-06-16T21:22:21.027Z | Compiling toml v0.8.23 |
| 2366 | 2026-06-16T21:22:21.038Z | Compiling smf v0.2.3 |
| 2367 | 2026-06-16T21:22:21.062Z | Compiling filetime v0.2.27 |
| 2368 | 2026-06-16T21:22:21.090Z | Compiling constant_time_eq v0.4.2 |
| 2369 | 2026-06-16T21:22:21.218Z | Compiling arrayref v0.3.9 |
| 2370 | 2026-06-16T21:22:21.219Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-06-16T21:22:21.240Z | Compiling arrayvec v0.7.6 |
| 2372 | 2026-06-16T21:22:21.240Z | Compiling whoami v1.6.1 |
| 2373 | 2026-06-16T21:22:21.241Z | Compiling xattr v1.6.1 |
| 2374 | 2026-06-16T21:22:21.296Z | Compiling unicode-xid v0.2.6 |
| 2375 | 2026-06-16T21:22:21.366Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-06-16T21:22:21.460Z | Compiling tar v0.4.45 |
| 2377 | 2026-06-16T21:22:21.476Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-06-16T21:22:21.476Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-06-16T21:22:21.657Z | Compiling cargo-util-schemas v0.8.2 |
| 2380 | 2026-06-16T21:22:21.690Z | Compiling console v0.16.2 |
| 2381 | 2026-06-16T21:22:21.813Z | Compiling gethostname v0.5.0 |
| 2382 | 2026-06-16T21:22:21.970Z | Compiling cargo-platform v0.2.0 |
| 2383 | 2026-06-16T21:22:21.988Z | Compiling unit-prefix v0.5.2 |
| 2384 | 2026-06-16T21:22:22.150Z | Compiling topological-sort v0.2.2 |
| 2385 | 2026-06-16T21:22:22.186Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-06-16T21:22:22.225Z | Compiling oxide-tokio-rt v0.1.4 |
| 2387 | 2026-06-16T21:22:22.250Z | Compiling shell-words v1.1.1 |
| 2388 | 2026-06-16T21:22:22.338Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2389 | 2026-06-16T21:22:22.884Z | Compiling cargo_metadata v0.21.0 |
| 2390 | 2026-06-16T21:22:31.869Z | Compiling progenitor-client v0.14.0 |
| 2391 | 2026-06-16T21:22:31.884Z | Compiling omicron-zone-package v0.12.2 |
| 2392 | 2026-06-16T21:22:32.354Z | Compiling progenitor-extras v0.2.0 |
| 2393 | 2026-06-16T21:22:34.648Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-06-16T21:22:34.669Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2395 | 2026-06-16T21:22:34.755Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2396 | 2026-06-16T21:22:34.878Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2397 | 2026-06-16T21:22:34.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2398 | 2026-06-16T21:22:34.956Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2399 | 2026-06-16T21:22:34.978Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2400 | 2026-06-16T21:22:35.009Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-06-16T21:22:35.077Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-06-16T21:22:38.862Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2403 | 2026-06-16T21:22:46.548Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-06-16T21:22:53.533Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2405 | 2026-06-16T21:22:53.608Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2406 | 2026-06-16T21:23:00.268Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2407 | 2026-06-16T21:23:00.418Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2408 | 2026-06-16T21:23:00.478Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2409 | 2026-06-16T21:23:00.482Z | Created new build target 'test' and set it as active |
| 2410 | 2026-06-16T21:23:00.482Z | |
| 2411 | 2026-06-16T21:23:00.483Z | real 1:43.982936086 |
| 2412 | 2026-06-16T21:23:00.483Z | user 16:59.397118796 |
| 2413 | 2026-06-16T21:23:00.483Z | sys 2:38.764179094 |
| 2414 | 2026-06-16T21:23:00.483Z | trap 0.452720845 |
| 2415 | 2026-06-16T21:23:00.483Z | tflt 2.986176060 |
| 2416 | 2026-06-16T21:23:00.483Z | dflt 4.213899411 |
| 2417 | 2026-06-16T21:23:00.483Z | kflt 0.000494590 |
| 2418 | 2026-06-16T21:23:00.483Z | lock 52:47.324798927 |
| 2419 | 2026-06-16T21:23:00.483Z | slp 43:14.622744031 |
| 2420 | 2026-06-16T21:23:00.483Z | lat 42.706658930 |
| 2421 | 2026-06-16T21:23:00.483Z | stop 5:32.160065874 |
| 2422 | 2026-06-16T21:23:00.488Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2423 | 2026-06-16T21:23:01.362Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2424 | 2026-06-16T21:23:01.431Z | Running `target/release/omicron-package -t test package` |
| 2425 | 2026-06-16T21:23:01.489Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2426 | 2026-06-16T21:23:02.921Z | Compiling heck v0.5.0 |
| 2427 | 2026-06-16T21:23:02.925Z | Compiling regress v0.11.1 |
| 2428 | 2026-06-16T21:23:03.143Z | Compiling unsafe-libyaml v0.2.11 |
| 2429 | 2026-06-16T21:23:03.187Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2430 | 2026-06-16T21:23:03.208Z | Compiling atomicwrites v0.4.4 |
| 2431 | 2026-06-16T21:23:03.236Z | Compiling regress v0.10.5 |
| 2432 | 2026-06-16T21:23:03.259Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-06-16T21:23:03.278Z | Compiling unicode-width v0.1.14 |
| 2434 | 2026-06-16T21:23:03.282Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-06-16T21:23:03.282Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2436 | 2026-06-16T21:23:03.282Z | Compiling bytecount v0.6.9 |
| 2437 | 2026-06-16T21:23:03.282Z | Compiling rustls v0.22.4 |
| 2438 | 2026-06-16T21:23:03.282Z | Compiling rustls-webpki v0.102.8 |
| 2439 | 2026-06-16T21:23:03.319Z | Compiling derive-where v1.6.0 |
| 2440 | 2026-06-16T21:23:03.324Z | Compiling thread_local v1.1.9 |
| 2441 | 2026-06-16T21:23:03.425Z | Compiling compression-core v0.4.31 |
| 2442 | 2026-06-16T21:23:03.429Z | Compiling match_cfg v0.1.0 |
| 2443 | 2026-06-16T21:23:03.492Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-06-16T21:23:03.517Z | Compiling multer v3.1.0 |
| 2445 | 2026-06-16T21:23:03.539Z | Compiling slog-async v2.8.0 |
| 2446 | 2026-06-16T21:23:03.564Z | Compiling hostname v0.3.1 |
| 2447 | 2026-06-16T21:23:03.588Z | Compiling compression-codecs v0.4.37 |
| 2448 | 2026-06-16T21:23:03.592Z | Compiling crossbeam-channel v0.5.15 |
| 2449 | 2026-06-16T21:23:03.632Z | Compiling slog-json v2.6.1 |
| 2450 | 2026-06-16T21:23:03.632Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2451 | 2026-06-16T21:23:03.656Z | Compiling serde_yaml v0.9.34+deprecated |
| 2452 | 2026-06-16T21:23:03.703Z | Compiling serde_spanned v1.0.4 |
| 2453 | 2026-06-16T21:23:03.770Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2454 | 2026-06-16T21:23:03.809Z | Compiling take_mut v0.2.2 |
| 2455 | 2026-06-16T21:23:03.849Z | Compiling term v1.2.1 |
| 2456 | 2026-06-16T21:23:03.871Z | Compiling slog-bunyan v2.5.0 |
| 2457 | 2026-06-16T21:23:03.895Z | Compiling async-compression v0.4.41 |
| 2458 | 2026-06-16T21:23:03.970Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2459 | 2026-06-16T21:23:04.042Z | Compiling dropshot v0.17.0 |
| 2460 | 2026-06-16T21:23:04.069Z | Compiling async-stream v0.3.6 |
| 2461 | 2026-06-16T21:23:04.090Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2026-06-16T21:23:04.110Z | Compiling num-rational v0.4.2 |
| 2463 | 2026-06-16T21:23:04.237Z | Compiling slog-term v2.9.2 |
| 2464 | 2026-06-16T21:23:04.259Z | Compiling progenitor-client v0.14.0 |
| 2465 | 2026-06-16T21:23:04.279Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2466 | 2026-06-16T21:23:04.363Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-06-16T21:23:04.363Z | Compiling waitgroup v0.1.2 |
| 2468 | 2026-06-16T21:23:04.413Z | Compiling rustls-pemfile v2.2.0 |
| 2469 | 2026-06-16T21:23:04.479Z | Compiling backon v1.6.0 |
| 2470 | 2026-06-16T21:23:04.511Z | Compiling num-complex v0.4.6 |
| 2471 | 2026-06-16T21:23:04.535Z | Compiling serde_path_to_error v0.1.20 |
| 2472 | 2026-06-16T21:23:04.593Z | Compiling hostname v0.4.2 |
| 2473 | 2026-06-16T21:23:04.615Z | Compiling instant v0.1.13 |
| 2474 | 2026-06-16T21:23:04.639Z | Compiling debug-ignore v1.0.5 |
| 2475 | 2026-06-16T21:23:04.710Z | Compiling typify-impl v0.6.2 |
| 2476 | 2026-06-16T21:23:04.750Z | Compiling backoff v0.4.0 |
| 2477 | 2026-06-16T21:23:04.773Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-06-16T21:23:04.779Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2479 | 2026-06-16T21:23:04.820Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2480 | 2026-06-16T21:23:04.974Z | Compiling num v0.4.3 |
| 2481 | 2026-06-16T21:23:04.997Z | Compiling parse-display v0.10.0 |
| 2482 | 2026-06-16T21:23:05.020Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2483 | 2026-06-16T21:23:05.080Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2484 | 2026-06-16T21:23:05.103Z | Compiling macaddr v1.0.1 |
| 2485 | 2026-06-16T21:23:05.107Z | Compiling float-ord v0.3.2 |
| 2486 | 2026-06-16T21:23:05.149Z | Compiling humantime v2.3.0 |
| 2487 | 2026-06-16T21:23:05.282Z | Compiling console v0.15.11 |
| 2488 | 2026-06-16T21:23:05.335Z | Compiling newline-converter v0.3.0 |
| 2489 | 2026-06-16T21:23:05.365Z | Compiling slog-dtrace v0.3.0 |
| 2490 | 2026-06-16T21:23:05.431Z | Compiling cancel-safe-futures v0.1.5 |
| 2491 | 2026-06-16T21:23:05.460Z | Compiling resolv-conf v0.7.6 |
| 2492 | 2026-06-16T21:23:05.505Z | Compiling owo-colors v4.3.0 |
| 2493 | 2026-06-16T21:23:05.602Z | Compiling tokio-rustls v0.25.0 |
| 2494 | 2026-06-16T21:23:05.690Z | Compiling expectorate v1.2.0 |
| 2495 | 2026-06-16T21:23:05.774Z | Compiling toml v0.8.23 |
| 2496 | 2026-06-16T21:23:05.883Z | Compiling libsw-core v0.3.2 |
| 2497 | 2026-06-16T21:23:05.981Z | Compiling linked-hash-map v0.5.6 |
| 2498 | 2026-06-16T21:23:06.093Z | Compiling libsw v3.5.0 |
| 2499 | 2026-06-16T21:23:06.119Z | Compiling linear-map v1.2.0 |
| 2500 | 2026-06-16T21:23:06.278Z | Compiling lru-cache v0.1.2 |
| 2501 | 2026-06-16T21:23:06.349Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2502 | 2026-06-16T21:23:06.377Z | Compiling minimal-lexical v0.2.1 |
| 2503 | 2026-06-16T21:23:06.420Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2504 | 2026-06-16T21:23:06.449Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2505 | 2026-06-16T21:23:06.469Z | Compiling hickory-proto v0.24.4 |
| 2506 | 2026-06-16T21:23:06.625Z | Compiling nom v7.1.3 |
| 2507 | 2026-06-16T21:23:06.647Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2508 | 2026-06-16T21:23:06.671Z | Compiling unicode-xid v0.2.6 |
| 2509 | 2026-06-16T21:23:06.696Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2510 | 2026-06-16T21:23:06.827Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2511 | 2026-06-16T21:23:06.944Z | Compiling convert_case v0.10.0 |
| 2512 | 2026-06-16T21:23:07.240Z | Compiling derive_more-impl v2.1.1 |
| 2513 | 2026-06-16T21:23:07.578Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2514 | 2026-06-16T21:23:08.001Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-06-16T21:23:08.033Z | Compiling derive_more v2.1.1 |
| 2516 | 2026-06-16T21:23:08.111Z | Compiling papergrid v0.11.0 |
| 2517 | 2026-06-16T21:23:08.161Z | Compiling tabled_derive v0.7.0 |
| 2518 | 2026-06-16T21:23:08.183Z | Compiling termtree v0.5.1 |
| 2519 | 2026-06-16T21:23:08.284Z | Compiling typify-macro v0.6.2 |
| 2520 | 2026-06-16T21:23:08.381Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2521 | 2026-06-16T21:23:08.628Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2522 | 2026-06-16T21:23:08.949Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2523 | 2026-06-16T21:23:09.065Z | Compiling hickory-resolver v0.24.4 |
| 2524 | 2026-06-16T21:23:09.241Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2525 | 2026-06-16T21:23:09.265Z | Compiling tabled v0.15.0 |
| 2526 | 2026-06-16T21:23:09.456Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2527 | 2026-06-16T21:23:09.745Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-06-16T21:23:09.872Z | Compiling typify v0.6.2 |
| 2529 | 2026-06-16T21:23:10.160Z | Compiling progenitor-impl v0.14.0 |
| 2530 | 2026-06-16T21:23:10.627Z | Compiling qorb v0.4.1 |
| 2531 | 2026-06-16T21:23:12.300Z | Compiling progenitor-macro v0.14.0 |
| 2532 | 2026-06-16T21:23:12.448Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-06-16T21:23:12.694Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2534 | 2026-06-16T21:23:12.760Z | Compiling csv-core v0.1.13 |
| 2535 | 2026-06-16T21:23:13.228Z | Compiling vte v0.14.1 |
| 2536 | 2026-06-16T21:23:13.431Z | Compiling highway v1.3.0 |
| 2537 | 2026-06-16T21:23:13.512Z | Compiling chrono-tz v0.10.4 |
| 2538 | 2026-06-16T21:23:13.774Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2539 | 2026-06-16T21:23:14.181Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2540 | 2026-06-16T21:23:14.250Z | Compiling strip-ansi-escapes v0.2.1 |
| 2541 | 2026-06-16T21:23:14.618Z | Compiling csv v1.4.0 |
| 2542 | 2026-06-16T21:23:14.642Z | Compiling phf v0.12.1 |
| 2543 | 2026-06-16T21:23:14.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2544 | 2026-06-16T21:23:14.869Z | Compiling const_format_proc_macros v0.2.34 |
| 2545 | 2026-06-16T21:23:14.971Z | Compiling fd-lock v4.0.4 |
| 2546 | 2026-06-16T21:23:15.146Z | Compiling peg-macros v0.8.5 |
| 2547 | 2026-06-16T21:23:15.303Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2548 | 2026-06-16T21:23:15.504Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2549 | 2026-06-16T21:23:15.631Z | Compiling nu-ansi-term v0.50.3 |
| 2550 | 2026-06-16T21:23:15.848Z | Compiling const_format v0.2.35 |
| 2551 | 2026-06-16T21:23:16.006Z | Compiling reedline v0.40.0 |
| 2552 | 2026-06-16T21:23:16.375Z | Compiling progenitor v0.14.0 |
| 2553 | 2026-06-16T21:23:16.402Z | Compiling peg v0.8.5 |
| 2554 | 2026-06-16T21:23:16.426Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2555 | 2026-06-16T21:23:16.521Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2556 | 2026-06-16T21:23:16.705Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2557 | 2026-06-16T21:23:17.199Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2558 | 2026-06-16T21:23:17.342Z | Compiling bcs v0.1.6 |
| 2559 | 2026-06-16T21:23:17.807Z | Compiling nom v8.0.0 |
| 2560 | 2026-06-16T21:23:17.891Z | Compiling semver v0.1.20 |
| 2561 | 2026-06-16T21:23:18.193Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-06-16T21:23:18.424Z | Compiling newtype_derive v0.1.6 |
| 2563 | 2026-06-16T21:23:18.676Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2564 | 2026-06-16T21:23:18.923Z | Compiling unicode-linebreak v0.1.5 |
| 2565 | 2026-06-16T21:23:19.232Z | Compiling smawk v0.3.2 |
| 2566 | 2026-06-16T21:23:19.440Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2567 | 2026-06-16T21:23:19.463Z | Compiling textwrap v0.16.2 |
| 2568 | 2026-06-16T21:23:19.506Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-06-16T21:23:19.548Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2570 | 2026-06-16T21:23:19.678Z | Compiling base64 v0.21.7 |
| 2571 | 2026-06-16T21:23:19.795Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-06-16T21:23:19.829Z | Compiling steno v0.4.1 |
| 2573 | 2026-06-16T21:23:19.851Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2574 | 2026-06-16T21:23:20.226Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2575 | 2026-06-16T21:23:20.247Z | Compiling tagptr v0.2.0 |
| 2576 | 2026-06-16T21:23:20.440Z | Compiling moka v0.12.13 |
| 2577 | 2026-06-16T21:23:20.463Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2578 | 2026-06-16T21:23:20.507Z | Compiling utf-8 v0.7.6 |
| 2579 | 2026-06-16T21:23:20.712Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2580 | 2026-06-16T21:23:20.757Z | Compiling tungstenite v0.21.0 |
| 2581 | 2026-06-16T21:23:21.148Z | Compiling radium v0.7.0 |
| 2582 | 2026-06-16T21:23:21.535Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-06-16T21:23:21.664Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-06-16T21:23:21.664Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-06-16T21:23:21.758Z | Compiling display-error-chain v0.2.2 |
| 2586 | 2026-06-16T21:23:21.835Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2587 | 2026-06-16T21:23:21.859Z | Compiling tap v1.0.1 |
| 2588 | 2026-06-16T21:23:22.019Z | Compiling wyz v0.5.1 |
| 2589 | 2026-06-16T21:23:22.266Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2590 | 2026-06-16T21:23:22.403Z | Compiling num-derive v0.3.3 |
| 2591 | 2026-06-16T21:23:22.892Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-06-16T21:23:22.927Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-06-16T21:23:23.271Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2594 | 2026-06-16T21:23:23.707Z | Compiling funty v2.0.0 |
| 2595 | 2026-06-16T21:23:23.716Z | Compiling crc-catalog v2.4.0 |
| 2596 | 2026-06-16T21:23:23.852Z | Compiling packed_struct v0.10.1 |
| 2597 | 2026-06-16T21:23:24.156Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-06-16T21:23:24.667Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-06-16T21:23:24.696Z | Compiling crc v3.4.0 |
| 2600 | 2026-06-16T21:23:24.988Z | Compiling zerocopy v0.6.6 |
| 2601 | 2026-06-16T21:23:25.137Z | Compiling proc-macro-error2 v2.0.1 |
| 2602 | 2026-06-16T21:23:25.376Z | Compiling libscf-sys v1.1.0 |
| 2603 | 2026-06-16T21:23:25.552Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2604 | 2026-06-16T21:23:25.613Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2605 | 2026-06-16T21:23:25.661Z | Compiling packed_struct_codegen v0.10.1 |
| 2606 | 2026-06-16T21:23:25.698Z | Compiling bitfield-macros v0.19.4 |
| 2607 | 2026-06-16T21:23:26.384Z | Compiling indexmap v1.9.3 |
| 2608 | 2026-06-16T21:23:26.443Z | Compiling nodrop v0.1.14 |
| 2609 | 2026-06-16T21:23:26.517Z | Compiling bitfield v0.19.4 |
| 2610 | 2026-06-16T21:23:26.573Z | Compiling array-init v0.0.4 |
| 2611 | 2026-06-16T21:23:26.679Z | Compiling smallvec v0.6.14 |
| 2612 | 2026-06-16T21:23:26.701Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2613 | 2026-06-16T21:23:26.871Z | Compiling tabled_derive v0.11.0 |
| 2614 | 2026-06-16T21:23:26.982Z | Compiling papergrid v0.17.0 |
| 2615 | 2026-06-16T21:23:27.113Z | Compiling testing_table v0.3.0 |
| 2616 | 2026-06-16T21:23:27.393Z | Compiling vergen-lib v0.1.6 |
| 2617 | 2026-06-16T21:23:27.542Z | Compiling dirs-sys-next v0.1.2 |
| 2618 | 2026-06-16T21:23:27.619Z | Compiling glob v0.3.3 |
| 2619 | 2026-06-16T21:23:27.778Z | Compiling diesel_derives v2.3.7 |
| 2620 | 2026-06-16T21:23:27.817Z | Compiling crunchy v0.2.4 |
| 2621 | 2026-06-16T21:23:27.930Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-06-16T21:23:28.011Z | Compiling maplit v1.0.2 |
| 2623 | 2026-06-16T21:23:28.011Z | Compiling clang-sys v1.8.1 |
| 2624 | 2026-06-16T21:23:28.033Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-06-16T21:23:28.068Z | Compiling dirs-next v2.0.0 |
| 2626 | 2026-06-16T21:23:28.141Z | Compiling tabled v0.20.0 |
| 2627 | 2026-06-16T21:23:28.163Z | Compiling serde-hex v0.1.0 |
| 2628 | 2026-06-16T21:23:28.186Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-06-16T21:23:28.222Z | Compiling ron v0.8.1 |
| 2630 | 2026-06-16T21:23:28.374Z | Compiling hashbrown v0.13.2 |
| 2631 | 2026-06-16T21:23:28.397Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2632 | 2026-06-16T21:23:28.427Z | Compiling dsl_auto_type v0.2.0 |
| 2633 | 2026-06-16T21:23:28.979Z | Compiling scheduled-thread-pool v0.2.7 |
| 2634 | 2026-06-16T21:23:28.999Z | Compiling vergen-gitcl v1.0.8 |
| 2635 | 2026-06-16T21:23:29.047Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2636 | 2026-06-16T21:23:29.226Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-06-16T21:23:29.269Z | Compiling crc-any v2.5.0 |
| 2638 | 2026-06-16T21:23:29.454Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2639 | 2026-06-16T21:23:29.577Z | Compiling tiny-keccak v2.0.2 |
| 2640 | 2026-06-16T21:23:29.764Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2641 | 2026-06-16T21:23:29.879Z | Compiling r2d2 v0.8.10 |
| 2642 | 2026-06-16T21:23:30.188Z | Compiling object v0.30.4 |
| 2643 | 2026-06-16T21:23:30.278Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2644 | 2026-06-16T21:23:30.647Z | Compiling term v0.7.0 |
| 2645 | 2026-06-16T21:23:31.036Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-06-16T21:23:31.154Z | Compiling bit-vec v0.6.3 |
| 2647 | 2026-06-16T21:23:31.187Z | Compiling xshell-macros v0.2.7 |
| 2648 | 2026-06-16T21:23:31.249Z | Compiling downcast-rs v2.0.2 |
| 2649 | 2026-06-16T21:23:31.370Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-06-16T21:23:31.564Z | Compiling ascii-canvas v3.0.0 |
| 2651 | 2026-06-16T21:23:31.592Z | Compiling xshell v0.2.7 |
| 2652 | 2026-06-16T21:23:31.926Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2653 | 2026-06-16T21:23:32.073Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-06-16T21:23:32.570Z | Compiling itertools v0.10.5 |
| 2655 | 2026-06-16T21:23:32.709Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2656 | 2026-06-16T21:23:33.237Z | Compiling ena v0.14.4 |
| 2657 | 2026-06-16T21:23:33.245Z | Compiling libloading v0.8.9 |
| 2658 | 2026-06-16T21:23:33.383Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-06-16T21:23:33.644Z | Compiling diff v0.1.13 |
| 2660 | 2026-06-16T21:23:33.912Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-06-16T21:23:33.936Z | Compiling crc8 v0.1.1 |
| 2662 | 2026-06-16T21:23:34.080Z | Compiling unicase v2.9.0 |
| 2663 | 2026-06-16T21:23:34.243Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2664 | 2026-06-16T21:23:34.393Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2665 | 2026-06-16T21:23:34.505Z | Compiling diesel v2.3.7 |
| 2666 | 2026-06-16T21:23:34.950Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-06-16T21:23:35.128Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2668 | 2026-06-16T21:23:35.192Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2669 | 2026-06-16T21:23:35.329Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-06-16T21:23:35.480Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2671 | 2026-06-16T21:23:35.716Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2672 | 2026-06-16T21:23:35.814Z | Compiling rustc-hash v2.1.1 |
| 2673 | 2026-06-16T21:23:35.955Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2674 | 2026-06-16T21:23:35.997Z | Compiling headers-core v0.3.0 |
| 2675 | 2026-06-16T21:23:36.024Z | Compiling libxml v0.3.3 |
| 2676 | 2026-06-16T21:23:36.160Z | Compiling headers v0.4.1 |
| 2677 | 2026-06-16T21:23:36.248Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2678 | 2026-06-16T21:23:36.316Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2679 | 2026-06-16T21:23:36.344Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2680 | 2026-06-16T21:23:36.439Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-06-16T21:23:36.573Z | Compiling git-stub v1.0.0 |
| 2682 | 2026-06-16T21:23:36.842Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-06-16T21:23:36.908Z | Compiling indoc v1.0.9 |
| 2684 | 2026-06-16T21:23:37.128Z | Compiling git-stub-vcs v0.1.0 |
| 2685 | 2026-06-16T21:23:37.441Z | Compiling progenitor-impl v0.13.0 |
| 2686 | 2026-06-16T21:23:37.491Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-06-16T21:23:37.709Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-06-16T21:23:37.828Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-06-16T21:23:37.888Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-06-16T21:23:38.094Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-06-16T21:23:38.383Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-06-16T21:23:38.604Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-06-16T21:23:38.734Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-06-16T21:23:39.258Z | Compiling progenitor-client v0.13.0 |
| 2695 | 2026-06-16T21:23:39.344Z | Compiling half v1.8.3 |
| 2696 | 2026-06-16T21:23:39.419Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2697 | 2026-06-16T21:23:39.589Z | Compiling progenitor-macro v0.13.0 |
| 2698 | 2026-06-16T21:23:39.665Z | Compiling serde_cbor v0.11.2 |
| 2699 | 2026-06-16T21:23:39.791Z | Compiling bb8 v0.8.6 |
| 2700 | 2026-06-16T21:23:39.795Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-06-16T21:23:40.200Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2702 | 2026-06-16T21:23:40.352Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2703 | 2026-06-16T21:23:40.499Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2704 | 2026-06-16T21:23:40.598Z | Compiling samael v0.0.19 |
| 2705 | 2026-06-16T21:23:40.699Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2706 | 2026-06-16T21:23:40.756Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-06-16T21:23:40.832Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2708 | 2026-06-16T21:23:40.969Z | Compiling typify-impl v0.4.3 |
| 2709 | 2026-06-16T21:23:41.026Z | Compiling fxhash v0.2.1 |
| 2710 | 2026-06-16T21:23:41.195Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-06-16T21:23:41.594Z | Compiling nonempty v0.12.0 |
| 2712 | 2026-06-16T21:23:41.818Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2713 | 2026-06-16T21:23:42.220Z | Compiling salty v0.3.0 |
| 2714 | 2026-06-16T21:23:42.389Z | Compiling polar-core v0.27.3 |
| 2715 | 2026-06-16T21:23:42.439Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2716 | 2026-06-16T21:23:42.442Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2717 | 2026-06-16T21:23:42.486Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2718 | 2026-06-16T21:23:42.538Z | Compiling kstat-rs v0.2.4 |
| 2719 | 2026-06-16T21:23:42.715Z | Compiling arc-swap v1.8.2 |
| 2720 | 2026-06-16T21:23:43.026Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-06-16T21:23:43.312Z | Compiling mime_guess v2.0.5 |
| 2722 | 2026-06-16T21:23:43.403Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2723 | 2026-06-16T21:23:43.695Z | Compiling progenitor v0.13.0 |
| 2724 | 2026-06-16T21:23:43.841Z | Compiling slog-scope v4.4.1 |
| 2725 | 2026-06-16T21:23:43.912Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2726 | 2026-06-16T21:23:44.301Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2727 | 2026-06-16T21:23:44.412Z | Compiling typify-macro v0.4.3 |
| 2728 | 2026-06-16T21:23:44.731Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2729 | 2026-06-16T21:23:45.214Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2730 | 2026-06-16T21:23:45.667Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-06-16T21:23:45.689Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-06-16T21:23:45.960Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2733 | 2026-06-16T21:23:46.247Z | Compiling nanorand v0.7.0 |
| 2734 | 2026-06-16T21:23:46.312Z | Compiling darling_core v0.23.0 |
| 2735 | 2026-06-16T21:23:46.565Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2736 | 2026-06-16T21:23:46.613Z | Compiling parking_lot_core v0.8.6 |
| 2737 | 2026-06-16T21:23:46.927Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2738 | 2026-06-16T21:23:47.124Z | Compiling flume v0.11.1 |
| 2739 | 2026-06-16T21:23:47.521Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-06-16T21:23:48.445Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2741 | 2026-06-16T21:23:48.524Z | Compiling darling_macro v0.23.0 |
| 2742 | 2026-06-16T21:23:48.771Z | Compiling slog-stdlog v4.1.1 |
| 2743 | 2026-06-16T21:23:49.184Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2744 | 2026-06-16T21:23:49.228Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2745 | 2026-06-16T21:23:49.930Z | Compiling primeorder v0.13.6 |
| 2746 | 2026-06-16T21:23:50.257Z | Compiling atty v0.2.14 |
| 2747 | 2026-06-16T21:23:50.410Z | Compiling instability v0.3.11 |
| 2748 | 2026-06-16T21:23:50.465Z | Compiling strsim v0.10.0 |
| 2749 | 2026-06-16T21:23:50.701Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-06-16T21:23:50.779Z | Compiling http-range v0.1.5 |
| 2751 | 2026-06-16T21:23:50.925Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2752 | 2026-06-16T21:23:51.025Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-06-16T21:23:51.145Z | Compiling darling_core v0.13.4 |
| 2754 | 2026-06-16T21:23:51.195Z | Compiling p384 v0.13.1 |
| 2755 | 2026-06-16T21:23:52.793Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2756 | 2026-06-16T21:23:54.042Z | Compiling oso v0.27.3 |
| 2757 | 2026-06-16T21:23:54.917Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2758 | 2026-06-16T21:23:55.139Z | Compiling diesel-dtrace v0.5.0 |
| 2759 | 2026-06-16T21:23:55.258Z | Compiling async-bb8-diesel v0.2.1 |
| 2760 | 2026-06-16T21:23:55.467Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2761 | 2026-06-16T21:23:56.732Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-06-16T21:23:56.904Z | Compiling darling v0.23.0 |
| 2763 | 2026-06-16T21:23:57.022Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2764 | 2026-06-16T21:23:57.978Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-06-16T21:23:58.797Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2766 | 2026-06-16T21:23:59.375Z | Compiling typify v0.4.3 |
| 2767 | 2026-06-16T21:23:59.554Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2768 | 2026-06-16T21:23:59.596Z | Compiling ignore v0.4.25 |
| 2769 | 2026-06-16T21:24:00.525Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-06-16T21:24:01.900Z | Compiling vergen-git2 v9.1.0 |
| 2771 | 2026-06-16T21:24:01.930Z | Compiling castaway v0.2.4 |
| 2772 | 2026-06-16T21:24:02.108Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-06-16T21:24:02.130Z | Compiling indoc v2.0.7 |
| 2774 | 2026-06-16T21:24:02.185Z | Compiling compact_str v0.8.1 |
| 2775 | 2026-06-16T21:24:02.423Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2776 | 2026-06-16T21:24:02.553Z | Compiling globwalk v0.9.1 |
| 2777 | 2026-06-16T21:24:02.840Z | Compiling progenitor-impl v0.11.2 |
| 2778 | 2026-06-16T21:24:03.045Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2779 | 2026-06-16T21:24:03.235Z | Compiling parking_lot v0.11.2 |
| 2780 | 2026-06-16T21:24:03.277Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-06-16T21:24:03.318Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2782 | 2026-06-16T21:24:03.583Z | Compiling hyper-staticfile v0.10.1 |
| 2783 | 2026-06-16T21:24:04.152Z | Compiling darling_macro v0.13.4 |
| 2784 | 2026-06-16T21:24:04.594Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-06-16T21:24:04.621Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-16T21:24:04.667Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2787 | 2026-06-16T21:24:04.782Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2788 | 2026-06-16T21:24:04.987Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2789 | 2026-06-16T21:24:05.164Z | Compiling predicates-tree v1.0.13 |
| 2790 | 2026-06-16T21:24:05.292Z | Compiling unicode-truncate v1.1.0 |
| 2791 | 2026-06-16T21:24:05.441Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2792 | 2026-06-16T21:24:05.507Z | Compiling lru v0.12.5 |
| 2793 | 2026-06-16T21:24:05.632Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2794 | 2026-06-16T21:24:05.682Z | Compiling prefix-trie v0.7.0 |
| 2795 | 2026-06-16T21:24:05.745Z | Compiling rand_seeder v0.4.0 |
| 2796 | 2026-06-16T21:24:06.029Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-06-16T21:24:06.037Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2798 | 2026-06-16T21:24:06.174Z | Compiling rustls v0.21.12 |
| 2799 | 2026-06-16T21:24:06.196Z | Compiling corncobs v0.1.4 |
| 2800 | 2026-06-16T21:24:06.285Z | Compiling cassowary v0.3.0 |
| 2801 | 2026-06-16T21:24:06.405Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2802 | 2026-06-16T21:24:06.466Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2803 | 2026-06-16T21:24:06.528Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2804 | 2026-06-16T21:24:06.669Z | Compiling ratatui v0.29.0 |
| 2805 | 2026-06-16T21:24:06.699Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2806 | 2026-06-16T21:24:06.813Z | Compiling hickory-server v0.25.2 |
| 2807 | 2026-06-16T21:24:06.836Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2808 | 2026-06-16T21:24:07.084Z | Compiling camino-tempfile-ext v0.3.3 |
| 2809 | 2026-06-16T21:24:07.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2810 | 2026-06-16T21:24:07.365Z | Compiling progenitor-macro v0.11.2 |
| 2811 | 2026-06-16T21:24:07.730Z | Compiling darling v0.13.4 |
| 2812 | 2026-06-16T21:24:07.872Z | Compiling sled v0.34.7 |
| 2813 | 2026-06-16T21:24:09.215Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2814 | 2026-06-16T21:24:10.362Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2815 | 2026-06-16T21:24:11.302Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2816 | 2026-06-16T21:24:11.541Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2817 | 2026-06-16T21:24:11.883Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2818 | 2026-06-16T21:24:12.058Z | Compiling git2 v0.20.4 |
| 2819 | 2026-06-16T21:24:12.115Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2820 | 2026-06-16T21:24:12.278Z | Compiling progenitor-client v0.11.2 |
| 2821 | 2026-06-16T21:24:12.352Z | Compiling rustls-webpki v0.101.7 |
| 2822 | 2026-06-16T21:24:12.355Z | Compiling sct v0.7.1 |
| 2823 | 2026-06-16T21:24:12.648Z | Compiling secrecy v0.8.0 |
| 2824 | 2026-06-16T21:24:12.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2825 | 2026-06-16T21:24:14.049Z | Compiling progenitor v0.11.2 |
| 2826 | 2026-06-16T21:24:14.692Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2827 | 2026-06-16T21:24:14.768Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2828 | 2026-06-16T21:24:14.938Z | Compiling serde_with_macros v1.5.2 |
| 2829 | 2026-06-16T21:24:15.093Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2830 | 2026-06-16T21:24:15.782Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2831 | 2026-06-16T21:24:15.831Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2832 | 2026-06-16T21:24:16.569Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2833 | 2026-06-16T21:24:17.248Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2834 | 2026-06-16T21:24:17.398Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2835 | 2026-06-16T21:24:18.318Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2836 | 2026-06-16T21:24:18.505Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2837 | 2026-06-16T21:24:18.544Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2838 | 2026-06-16T21:24:18.742Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2839 | 2026-06-16T21:24:18.781Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2840 | 2026-06-16T21:24:18.971Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2841 | 2026-06-16T21:24:19.038Z | Compiling void v1.0.2 |
| 2842 | 2026-06-16T21:24:19.259Z | Compiling lzss v0.8.2 |
| 2843 | 2026-06-16T21:24:19.721Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2844 | 2026-06-16T21:24:20.450Z | Compiling illumos-nvpair v0.3.0 |
| 2845 | 2026-06-16T21:24:20.939Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2846 | 2026-06-16T21:24:21.920Z | Compiling serde_with v1.14.0 |
| 2847 | 2026-06-16T21:24:22.340Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2848 | 2026-06-16T21:24:23.115Z | Compiling tokio-rustls v0.24.1 |
| 2849 | 2026-06-16T21:24:23.257Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2850 | 2026-06-16T21:24:23.395Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2851 | 2026-06-16T21:24:23.469Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2852 | 2026-06-16T21:24:23.503Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2853 | 2026-06-16T21:24:24.238Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2854 | 2026-06-16T21:24:24.486Z | Compiling tungstenite v0.23.0 |
| 2855 | 2026-06-16T21:24:25.190Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-06-16T21:24:25.225Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-06-16T21:24:25.395Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-06-16T21:24:25.606Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2859 | 2026-06-16T21:24:25.632Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2860 | 2026-06-16T21:24:25.838Z | Compiling nix v0.27.1 |
| 2861 | 2026-06-16T21:24:26.896Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-06-16T21:24:27.021Z | Compiling serde_bytes v0.11.19 |
| 2863 | 2026-06-16T21:24:27.361Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2864 | 2026-06-16T21:24:27.368Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2865 | 2026-06-16T21:24:27.502Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2866 | 2026-06-16T21:24:27.790Z | Compiling tokio-tungstenite v0.23.1 |
| 2867 | 2026-06-16T21:24:28.117Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2868 | 2026-06-16T21:24:28.171Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2869 | 2026-06-16T21:24:28.440Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2870 | 2026-06-16T21:24:30.383Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2871 | 2026-06-16T21:24:31.680Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2872 | 2026-06-16T21:24:31.838Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2873 | 2026-06-16T21:24:32.336Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2874 | 2026-06-16T21:24:32.464Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2875 | 2026-06-16T21:24:32.789Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2876 | 2026-06-16T21:24:32.812Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2877 | 2026-06-16T21:24:33.165Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2878 | 2026-06-16T21:24:33.418Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2879 | 2026-06-16T21:24:33.712Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2880 | 2026-06-16T21:24:35.400Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2881 | 2026-06-16T21:24:36.542Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2882 | 2026-06-16T21:24:36.967Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2883 | 2026-06-16T21:24:36.985Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2884 | 2026-06-16T21:24:37.569Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2885 | 2026-06-16T21:24:37.724Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-06-16T21:24:38.687Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2887 | 2026-06-16T21:24:40.105Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2888 | 2026-06-16T21:24:40.380Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2889 | 2026-06-16T21:24:40.571Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2890 | 2026-06-16T21:24:40.613Z | Compiling signal-hook-tokio v0.3.1 |
| 2891 | 2026-06-16T21:24:40.793Z | Compiling fatfs v0.3.6 |
| 2892 | 2026-06-16T21:24:40.816Z | Compiling yasna v0.5.2 |
| 2893 | 2026-06-16T21:24:40.965Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2894 | 2026-06-16T21:24:41.281Z | Compiling assert_matches v1.5.0 |
| 2895 | 2026-06-16T21:24:41.369Z | Compiling seq-macro v0.3.6 |
| 2896 | 2026-06-16T21:24:41.392Z | Compiling is_ci v1.2.0 |
| 2897 | 2026-06-16T21:24:41.604Z | Compiling supports-color v3.0.2 |
| 2898 | 2026-06-16T21:24:41.800Z | Compiling rcgen v0.12.1 |
| 2899 | 2026-06-16T21:24:41.863Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2900 | 2026-06-16T21:24:41.887Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2901 | 2026-06-16T21:24:42.031Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2902 | 2026-06-16T21:24:42.302Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2903 | 2026-06-16T21:24:42.541Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2904 | 2026-06-16T21:24:42.768Z | Compiling rtoolbox v0.0.3 |
| 2905 | 2026-06-16T21:24:43.048Z | Compiling subprocess v0.2.15 |
| 2906 | 2026-06-16T21:24:43.781Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2907 | 2026-06-16T21:24:44.227Z | Compiling rpassword v7.4.0 |
| 2908 | 2026-06-16T21:24:44.592Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2909 | 2026-06-16T21:24:45.252Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2910 | 2026-06-16T21:24:45.779Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2911 | 2026-06-16T21:24:45.921Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2912 | 2026-06-16T21:24:46.210Z | Compiling tui-tree-widget v0.23.1 |
| 2913 | 2026-06-16T21:24:46.507Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2914 | 2026-06-16T21:24:46.549Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2915 | 2026-06-16T21:24:47.752Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2916 | 2026-06-16T21:24:47.981Z | Compiling uzers v0.12.2 |
| 2917 | 2026-06-16T21:24:48.925Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2918 | 2026-06-16T21:24:49.117Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2919 | 2026-06-16T21:24:49.464Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2920 | 2026-06-16T21:24:52.181Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2921 | 2026-06-16T21:24:54.744Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2922 | 2026-06-16T21:24:55.295Z | Compiling support-bundle-viewer v0.1.2 |
| 2923 | 2026-06-16T21:24:56.919Z | Compiling multimap v0.10.1 |
| 2924 | 2026-06-16T21:25:05.913Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2925 | 2026-06-16T21:25:11.402Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2926 | 2026-06-16T21:25:17.211Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2927 | 2026-06-16T21:25:17.985Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2928 | 2026-06-16T21:25:20.487Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2929 | 2026-06-16T21:34:28.833Z | Finished `release` profile [optimized] target(s) in 11m 27s |
| 2930 | 2026-06-16T21:35:13.723Z | |
| 2931 | 2026-06-16T21:35:13.723Z | real 12:13.202485644 |
| 2932 | 2026-06-16T21:35:13.723Z | user 1:22:48.147099474 |
| 2933 | 2026-06-16T21:35:13.729Z | sys 3:39.778145730 |
| 2934 | 2026-06-16T21:35:13.729Z | trap 1.796662985 |
| 2935 | 2026-06-16T21:35:13.729Z | tflt 2.543328427 |
| 2936 | 2026-06-16T21:35:13.729Z | dflt 16.654022903 |
| 2937 | 2026-06-16T21:35:13.730Z | kflt 0.006906087 |
| 2938 | 2026-06-16T21:35:13.730Z | lock 8:48:34.679042377 |
| 2939 | 2026-06-16T21:35:13.730Z | slp 2:28:35.584117704 |
| 2940 | 2026-06-16T21:35:13.730Z | lat 2:36.945571178 |
| 2941 | 2026-06-16T21:35:13.730Z | stop 5:29.658945595 |
| 2942 | 2026-06-16T21:35:13.730Z | + mapfile -t packages |
| 2943 | 2026-06-16T21:35:13.730Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2944 | 2026-06-16T21:35:14.670Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2945 | 2026-06-16T21:35:14.738Z | Running `target/release/omicron-package -t test list-outputs` |
| 2946 | 2026-06-16T21:35:14.793Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2947 | 2026-06-16T21:35:14.796Z | + ptime -m cargo build --locked --release -p xtask |
| 2948 | 2026-06-16T21:35:15.325Z | Compiling libc v0.2.185 |
| 2949 | 2026-06-16T21:35:15.326Z | Compiling serde v1.0.228 |
| 2950 | 2026-06-16T21:35:15.330Z | Compiling serde_core v1.0.228 |
| 2951 | 2026-06-16T21:35:15.330Z | Compiling rustix v1.1.3 |
| 2952 | 2026-06-16T21:35:15.419Z | Compiling bitflags v2.11.0 |
| 2953 | 2026-06-16T21:35:15.423Z | Compiling serde_json v1.0.149 |
| 2954 | 2026-06-16T21:35:15.471Z | Compiling num-traits v0.2.19 |
| 2955 | 2026-06-16T21:35:15.482Z | Compiling syn v2.0.117 |
| 2956 | 2026-06-16T21:35:15.505Z | Compiling smallvec v1.15.1 |
| 2957 | 2026-06-16T21:35:15.516Z | Compiling indexmap v2.14.0 |
| 2958 | 2026-06-16T21:35:15.529Z | Compiling usdt-impl v0.5.0 |
| 2959 | 2026-06-16T21:35:15.543Z | Compiling syn v1.0.109 |
| 2960 | 2026-06-16T21:35:15.551Z | Compiling percent-encoding v2.3.2 |
| 2961 | 2026-06-16T21:35:15.554Z | Compiling log v0.4.29 |
| 2962 | 2026-06-16T21:35:15.694Z | Compiling getrandom v0.4.1 |
| 2963 | 2026-06-16T21:35:15.837Z | Compiling form_urlencoded v1.2.2 |
| 2964 | 2026-06-16T21:35:15.917Z | Compiling fs-err v3.3.0 |
| 2965 | 2026-06-16T21:35:15.929Z | Compiling once_cell v1.21.3 |
| 2966 | 2026-06-16T21:35:15.962Z | Compiling heck v0.4.1 |
| 2967 | 2026-06-16T21:35:15.965Z | Compiling anyhow v1.0.102 |
| 2968 | 2026-06-16T21:35:16.169Z | Compiling thread-id v4.2.2 |
| 2969 | 2026-06-16T21:35:16.197Z | Compiling errno v0.3.14 |
| 2970 | 2026-06-16T21:35:16.232Z | Compiling memmap v0.7.0 |
| 2971 | 2026-06-16T21:35:16.502Z | Compiling ordered-float v2.10.1 |
| 2972 | 2026-06-16T21:35:17.030Z | Compiling proc-macro-error v1.0.4 |
| 2973 | 2026-06-16T21:35:17.213Z | Compiling terminal_size v0.4.3 |
| 2974 | 2026-06-16T21:35:17.213Z | Compiling tempfile v3.25.0 |
| 2975 | 2026-06-16T21:35:17.283Z | Compiling tabled_derive v0.7.0 |
| 2976 | 2026-06-16T21:35:17.313Z | Compiling clap_builder v4.6.0 |
| 2977 | 2026-06-16T21:35:17.316Z | Compiling textwrap v0.16.2 |
| 2978 | 2026-06-16T21:35:17.449Z | Compiling camino-tempfile v1.4.1 |
| 2979 | 2026-06-16T21:35:17.970Z | Compiling tabled v0.15.0 |
| 2980 | 2026-06-16T21:35:18.020Z | Compiling synstructure v0.13.2 |
| 2981 | 2026-06-16T21:35:18.020Z | Compiling pest_generator v2.8.6 |
| 2982 | 2026-06-16T21:35:18.408Z | Compiling serde_derive v1.0.228 |
| 2983 | 2026-06-16T21:35:18.408Z | Compiling zerofrom-derive v0.1.6 |
| 2984 | 2026-06-16T21:35:18.408Z | Compiling yoke-derive v0.8.1 |
| 2985 | 2026-06-16T21:35:18.412Z | Compiling zerovec-derive v0.11.2 |
| 2986 | 2026-06-16T21:35:18.412Z | Compiling displaydoc v0.2.5 |
| 2987 | 2026-06-16T21:35:18.412Z | Compiling thiserror-impl v1.0.69 |
| 2988 | 2026-06-16T21:35:18.412Z | Compiling zerocopy-derive v0.7.35 |
| 2989 | 2026-06-16T21:35:18.412Z | Compiling scroll_derive v0.12.1 |
| 2990 | 2026-06-16T21:35:18.412Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-06-16T21:35:18.412Z | Compiling clap_derive v4.6.1 |
| 2992 | 2026-06-16T21:35:18.560Z | Compiling pest_derive v2.8.6 |
| 2993 | 2026-06-16T21:35:19.179Z | Compiling scroll v0.12.0 |
| 2994 | 2026-06-16T21:35:19.276Z | Compiling zerocopy v0.7.35 |
| 2995 | 2026-06-16T21:35:19.527Z | Compiling goblin v0.8.2 |
| 2996 | 2026-06-16T21:35:19.615Z | Compiling thiserror v1.0.69 |
| 2997 | 2026-06-16T21:35:19.626Z | Compiling zerofrom v0.1.6 |
| 2998 | 2026-06-16T21:35:19.673Z | Compiling thiserror v2.0.18 |
| 2999 | 2026-06-16T21:35:19.715Z | Compiling dtrace-parser v0.2.0 |
| 3000 | 2026-06-16T21:35:19.739Z | Compiling yoke v0.8.1 |
| 3001 | 2026-06-16T21:35:19.955Z | Compiling zerovec v0.11.5 |
| 3002 | 2026-06-16T21:35:20.108Z | Compiling zerotrie v0.2.3 |
| 3003 | 2026-06-16T21:35:20.124Z | Compiling clap v4.6.1 |
| 3004 | 2026-06-16T21:35:20.561Z | Compiling tinystr v0.8.2 |
| 3005 | 2026-06-16T21:35:20.561Z | Compiling potential_utf v0.1.4 |
| 3006 | 2026-06-16T21:35:20.781Z | Compiling icu_locale_core v2.1.1 |
| 3007 | 2026-06-16T21:35:20.803Z | Compiling icu_collections v2.1.1 |
| 3008 | 2026-06-16T21:35:21.598Z | Compiling icu_provider v2.1.1 |
| 3009 | 2026-06-16T21:35:21.738Z | Compiling serde_spanned v0.6.9 |
| 3010 | 2026-06-16T21:35:21.854Z | Compiling toml_datetime v0.6.11 |
| 3011 | 2026-06-16T21:35:21.899Z | Compiling icu_properties v2.1.2 |
| 3012 | 2026-06-16T21:35:21.925Z | Compiling icu_normalizer v2.1.1 |
| 3013 | 2026-06-16T21:35:21.955Z | Compiling serde-value v0.7.0 |
| 3014 | 2026-06-16T21:35:22.037Z | Compiling dof v0.3.0 |
| 3015 | 2026-06-16T21:35:22.125Z | Compiling toml_edit v0.22.27 |
| 3016 | 2026-06-16T21:35:22.261Z | Compiling serde_tokenstream v0.2.3 |
| 3017 | 2026-06-16T21:35:22.279Z | Compiling cargo-platform v0.2.0 |
| 3018 | 2026-06-16T21:35:22.296Z | Compiling macaddr v1.0.1 |
| 3019 | 2026-06-16T21:35:22.822Z | Compiling idna_adapter v1.2.1 |
| 3020 | 2026-06-16T21:35:22.952Z | Compiling idna v1.1.0 |
| 3021 | 2026-06-16T21:35:23.131Z | Compiling usdt-attr-macro v0.5.0 |
| 3022 | 2026-06-16T21:35:23.143Z | Compiling usdt-macro v0.5.0 |
| 3023 | 2026-06-16T21:35:23.318Z | Compiling url v2.5.8 |
| 3024 | 2026-06-16T21:35:23.717Z | Compiling toml v0.8.23 |
| 3025 | 2026-06-16T21:35:23.810Z | Compiling usdt v0.5.0 |
| 3026 | 2026-06-16T21:35:24.178Z | Compiling cargo-util-schemas v0.8.2 |
| 3027 | 2026-06-16T21:35:24.178Z | Compiling cargo_toml v0.21.0 |
| 3028 | 2026-06-16T21:35:25.212Z | Compiling cargo_metadata v0.21.0 |
| 3029 | 2026-06-16T21:35:28.279Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3030 | 2026-06-16T21:35:31.337Z | Finished `release` profile [optimized] target(s) in 16.53s |
| 3031 | 2026-06-16T21:35:31.462Z | |
| 3032 | 2026-06-16T21:35:31.462Z | real 16.631902083 |
| 3033 | 2026-06-16T21:35:31.462Z | user 2:22.305227043 |
| 3034 | 2026-06-16T21:35:31.462Z | sys 17.226591091 |
| 3035 | 2026-06-16T21:35:31.462Z | trap 0.096810593 |
| 3036 | 2026-06-16T21:35:31.462Z | tflt 0.445339555 |
| 3037 | 2026-06-16T21:35:31.462Z | dflt 1.401135839 |
| 3038 | 2026-06-16T21:35:31.466Z | kflt 0.000085850 |
| 3039 | 2026-06-16T21:35:31.466Z | lock 5:23.479428205 |
| 3040 | 2026-06-16T21:35:31.466Z | slp 3:30.950003754 |
| 3041 | 2026-06-16T21:35:31.466Z | lat 5.846426149 |
| 3042 | 2026-06-16T21:35:31.466Z | stop 19.697534559 |
| 3043 | 2026-06-16T21:35:31.466Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3044 | 2026-06-16T21:35:31.466Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3045 | 2026-06-16T21:35:31.466Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3046 | 2026-06-16T21:35:31.466Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3047 | 2026-06-16T21:35:31.466Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3048 | 2026-06-16T21:35:32.418Z | Compiling progenitor-client v0.14.0 |
| 3049 | 2026-06-16T21:35:32.418Z | Compiling newtype-uuid-macros v0.1.0 |
| 3050 | 2026-06-16T21:35:32.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3051 | 2026-06-16T21:35:32.421Z | Compiling structmeta-derive v0.3.0 |
| 3052 | 2026-06-16T21:35:32.567Z | Compiling rustls v0.22.4 |
| 3053 | 2026-06-16T21:35:32.579Z | Compiling rustls-webpki v0.102.8 |
| 3054 | 2026-06-16T21:35:32.583Z | Compiling multer v3.1.0 |
| 3055 | 2026-06-16T21:35:32.583Z | Compiling match_cfg v0.1.0 |
| 3056 | 2026-06-16T21:35:32.583Z | Compiling compression-core v0.4.31 |
| 3057 | 2026-06-16T21:35:32.583Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-06-16T21:35:32.583Z | Compiling atomicwrites v0.4.4 |
| 3059 | 2026-06-16T21:35:32.583Z | Compiling slog-json v2.6.1 |
| 3060 | 2026-06-16T21:35:32.695Z | Compiling async-stream-impl v0.3.6 |
| 3061 | 2026-06-16T21:35:32.712Z | Compiling serde_spanned v1.0.4 |
| 3062 | 2026-06-16T21:35:32.716Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3063 | 2026-06-16T21:35:32.731Z | Compiling dropshot v0.17.0 |
| 3064 | 2026-06-16T21:35:32.801Z | Compiling compression-codecs v0.4.37 |
| 3065 | 2026-06-16T21:35:32.834Z | Compiling hostname v0.3.1 |
| 3066 | 2026-06-16T21:35:32.853Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3067 | 2026-06-16T21:35:32.856Z | Compiling itertools v0.14.0 |
| 3068 | 2026-06-16T21:35:32.856Z | Compiling waitgroup v0.1.2 |
| 3069 | 2026-06-16T21:35:32.903Z | Compiling rustls-pemfile v2.2.0 |
| 3070 | 2026-06-16T21:35:32.903Z | Compiling dropshot_endpoint v0.17.0 |
| 3071 | 2026-06-16T21:35:32.923Z | Compiling hostname v0.4.2 |
| 3072 | 2026-06-16T21:35:32.997Z | Compiling async-compression v0.4.41 |
| 3073 | 2026-06-16T21:35:33.084Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3074 | 2026-06-16T21:35:33.084Z | Compiling slog-bunyan v2.5.0 |
| 3075 | 2026-06-16T21:35:33.089Z | Compiling serde_path_to_error v0.1.20 |
| 3076 | 2026-06-16T21:35:33.135Z | Compiling regress v0.10.5 |
| 3077 | 2026-06-16T21:35:33.153Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3078 | 2026-06-16T21:35:33.156Z | Compiling macaddr v1.0.1 |
| 3079 | 2026-06-16T21:35:33.190Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3080 | 2026-06-16T21:35:33.283Z | Compiling instant v0.1.13 |
| 3081 | 2026-06-16T21:35:33.331Z | Compiling backon v1.6.0 |
| 3082 | 2026-06-16T21:35:33.370Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3083 | 2026-06-16T21:35:33.389Z | Compiling backoff v0.4.0 |
| 3084 | 2026-06-16T21:35:33.408Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-06-16T21:35:33.423Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3086 | 2026-06-16T21:35:33.444Z | Compiling async-stream v0.3.6 |
| 3087 | 2026-06-16T21:35:33.447Z | Compiling humantime v2.3.0 |
| 3088 | 2026-06-16T21:35:33.479Z | Compiling universal-hash v0.5.1 |
| 3089 | 2026-06-16T21:35:33.540Z | Compiling progenitor-extras v0.2.0 |
| 3090 | 2026-06-16T21:35:33.563Z | Compiling opaque-debug v0.3.1 |
| 3091 | 2026-06-16T21:35:33.674Z | Compiling half v2.7.1 |
| 3092 | 2026-06-16T21:35:33.680Z | Compiling ciborium-io v0.2.2 |
| 3093 | 2026-06-16T21:35:33.680Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3094 | 2026-06-16T21:35:33.684Z | Compiling crucible-workspace-hack v0.1.0 |
| 3095 | 2026-06-16T21:35:33.687Z | Compiling convert_case v0.4.0 |
| 3096 | 2026-06-16T21:35:33.718Z | Compiling structmeta v0.3.0 |
| 3097 | 2026-06-16T21:35:33.764Z | Compiling aead v0.5.2 |
| 3098 | 2026-06-16T21:35:33.791Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3099 | 2026-06-16T21:35:33.822Z | Compiling secrecy v0.10.3 |
| 3100 | 2026-06-16T21:35:33.842Z | Compiling poly1305 v0.8.0 |
| 3101 | 2026-06-16T21:35:33.862Z | Compiling chacha20 v0.9.1 |
| 3102 | 2026-06-16T21:35:33.950Z | Compiling ciborium-ll v0.2.2 |
| 3103 | 2026-06-16T21:35:33.979Z | Compiling derive-ex v0.1.8 |
| 3104 | 2026-06-16T21:35:33.985Z | Compiling parse-display-derive v0.10.0 |
| 3105 | 2026-06-16T21:35:34.015Z | Compiling regress v0.11.1 |
| 3106 | 2026-06-16T21:35:34.078Z | Compiling unsafe-libyaml v0.2.11 |
| 3107 | 2026-06-16T21:35:34.102Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3108 | 2026-06-16T21:35:34.121Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3109 | 2026-06-16T21:35:34.124Z | Compiling derive_more v0.99.20 |
| 3110 | 2026-06-16T21:35:34.158Z | Compiling ciborium v0.2.2 |
| 3111 | 2026-06-16T21:35:34.194Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3112 | 2026-06-16T21:35:34.211Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3113 | 2026-06-16T21:35:34.383Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3114 | 2026-06-16T21:35:34.450Z | Compiling byte-wrapper v0.1.0 |
| 3115 | 2026-06-16T21:35:34.517Z | Compiling blake2 v0.10.6 |
| 3116 | 2026-06-16T21:35:34.550Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3117 | 2026-06-16T21:35:34.637Z | Compiling serde_yaml v0.9.34+deprecated |
| 3118 | 2026-06-16T21:35:34.758Z | Compiling password-hash v0.5.0 |
| 3119 | 2026-06-16T21:35:34.777Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3120 | 2026-06-16T21:35:34.805Z | Compiling chacha20poly1305 v0.10.1 |
| 3121 | 2026-06-16T21:35:34.827Z | Compiling indent_write v2.2.0 |
| 3122 | 2026-06-16T21:35:34.877Z | Compiling tokio-rustls v0.25.0 |
| 3123 | 2026-06-16T21:35:35.002Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3124 | 2026-06-16T21:35:35.010Z | Compiling heapless v0.8.0 |
| 3125 | 2026-06-16T21:35:35.055Z | Compiling argon2 v0.5.3 |
| 3126 | 2026-06-16T21:35:35.146Z | Compiling ingot-macros v0.1.1 |
| 3127 | 2026-06-16T21:35:35.197Z | Compiling tabwriter v1.4.1 |
| 3128 | 2026-06-16T21:35:35.445Z | Compiling thiserror-no-std v2.0.2 |
| 3129 | 2026-06-16T21:35:35.462Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3130 | 2026-06-16T21:35:35.544Z | Compiling vsss-rs v3.3.4 |
| 3131 | 2026-06-16T21:35:35.568Z | Compiling proc-macro-crate v3.4.0 |
| 3132 | 2026-06-16T21:35:35.750Z | Compiling test-strategy v0.4.5 |
| 3133 | 2026-06-16T21:35:35.769Z | Compiling typify-impl v0.6.2 |
| 3134 | 2026-06-16T21:35:35.788Z | Compiling parse-display v0.10.0 |
| 3135 | 2026-06-16T21:35:36.096Z | Compiling hash32 v0.3.1 |
| 3136 | 2026-06-16T21:35:36.119Z | Compiling smoltcp v0.11.0 |
| 3137 | 2026-06-16T21:35:36.188Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3138 | 2026-06-16T21:35:36.196Z | Compiling num_enum_derive v0.7.6 |
| 3139 | 2026-06-16T21:35:36.286Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3140 | 2026-06-16T21:35:36.377Z | Compiling num-rational v0.4.2 |
| 3141 | 2026-06-16T21:35:36.429Z | Compiling cobs v0.3.0 |
| 3142 | 2026-06-16T21:35:36.446Z | Compiling num-complex v0.4.6 |
| 3143 | 2026-06-16T21:35:36.446Z | Compiling colored v3.1.1 |
| 3144 | 2026-06-16T21:35:36.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3145 | 2026-06-16T21:35:36.659Z | Compiling postcard v1.1.3 |
| 3146 | 2026-06-16T21:35:36.769Z | Compiling proc-macro-error v1.0.4 |
| 3147 | 2026-06-16T21:35:36.787Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3148 | 2026-06-16T21:35:36.805Z | Compiling num v0.4.3 |
| 3149 | 2026-06-16T21:35:36.869Z | Compiling proc-macro-crate v1.3.1 |
| 3150 | 2026-06-16T21:35:36.885Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3151 | 2026-06-16T21:35:36.910Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3152 | 2026-06-16T21:35:37.013Z | Compiling foreign-types-macros v0.2.3 |
| 3153 | 2026-06-16T21:35:37.036Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3154 | 2026-06-16T21:35:37.098Z | Compiling foreign-types-shared v0.3.1 |
| 3155 | 2026-06-16T21:35:37.123Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-06-16T21:35:37.170Z | Compiling rayon-core v1.13.0 |
| 3157 | 2026-06-16T21:35:37.221Z | Compiling cpufeatures v0.3.0 |
| 3158 | 2026-06-16T21:35:37.324Z | Compiling num_enum v0.7.6 |
| 3159 | 2026-06-16T21:35:37.328Z | Compiling num_enum_derive v0.5.11 |
| 3160 | 2026-06-16T21:35:37.344Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3161 | 2026-06-16T21:35:37.362Z | Compiling chacha20 v0.10.0 |
| 3162 | 2026-06-16T21:35:37.365Z | Compiling crossbeam-deque v0.8.6 |
| 3163 | 2026-06-16T21:35:37.418Z | Compiling camino-tempfile v1.4.1 |
| 3164 | 2026-06-16T21:35:37.421Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3165 | 2026-06-16T21:35:37.474Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3166 | 2026-06-16T21:35:37.477Z | Compiling cstr-argument v0.1.2 |
| 3167 | 2026-06-16T21:35:37.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3168 | 2026-06-16T21:35:37.625Z | Compiling rand v0.10.0 |
| 3169 | 2026-06-16T21:35:37.662Z | Compiling foreign-types v0.5.0 |
| 3170 | 2026-06-16T21:35:37.686Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3171 | 2026-06-16T21:35:37.749Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3172 | 2026-06-16T21:35:37.774Z | Compiling toml v0.8.23 |
| 3173 | 2026-06-16T21:35:37.791Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3174 | 2026-06-16T21:35:37.923Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3175 | 2026-06-16T21:35:37.945Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3176 | 2026-06-16T21:35:37.963Z | Compiling zone_cfg_derive v0.3.1 |
| 3177 | 2026-06-16T21:35:37.981Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3178 | 2026-06-16T21:35:37.998Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3179 | 2026-06-16T21:35:38.033Z | Compiling itertools v0.12.1 |
| 3180 | 2026-06-16T21:35:38.073Z | Compiling num-derive v0.4.2 |
| 3181 | 2026-06-16T21:35:38.110Z | Compiling ingot-types v0.1.2 |
| 3182 | 2026-06-16T21:35:38.192Z | Compiling rayon v1.11.0 |
| 3183 | 2026-06-16T21:35:38.195Z | Compiling sigpipe v0.1.3 |
| 3184 | 2026-06-16T21:35:38.291Z | Compiling glob v0.3.3 |
| 3185 | 2026-06-16T21:35:38.403Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3186 | 2026-06-16T21:35:38.442Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3187 | 2026-06-16T21:35:38.458Z | Compiling num_enum v0.5.11 |
| 3188 | 2026-06-16T21:35:38.542Z | Compiling ingot v0.1.1 |
| 3189 | 2026-06-16T21:35:38.566Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3190 | 2026-06-16T21:35:38.583Z | Compiling smf v0.2.3 |
| 3191 | 2026-06-16T21:35:38.604Z | Compiling prettyplease v0.2.37 |
| 3192 | 2026-06-16T21:35:38.702Z | Compiling whoami v1.6.1 |
| 3193 | 2026-06-16T21:35:38.727Z | Compiling usdt-macro v0.5.0 |
| 3194 | 2026-06-16T21:35:38.744Z | Compiling usdt-attr-macro v0.5.0 |
| 3195 | 2026-06-16T21:35:38.764Z | Compiling gethostname v0.5.0 |
| 3196 | 2026-06-16T21:35:38.964Z | Compiling memmap v0.7.0 |
| 3197 | 2026-06-16T21:35:39.032Z | Compiling derive-where v1.6.0 |
| 3198 | 2026-06-16T21:35:39.119Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3199 | 2026-06-16T21:35:39.176Z | Compiling resolv-conf v0.7.6 |
| 3200 | 2026-06-16T21:35:39.195Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3201 | 2026-06-16T21:35:39.213Z | Compiling cancel-safe-futures v0.1.5 |
| 3202 | 2026-06-16T21:35:39.355Z | Compiling zone v0.3.1 |
| 3203 | 2026-06-16T21:35:39.375Z | Compiling owo-colors v4.3.0 |
| 3204 | 2026-06-16T21:35:39.496Z | Compiling libsw-core v0.3.2 |
| 3205 | 2026-06-16T21:35:39.564Z | Compiling console v0.15.11 |
| 3206 | 2026-06-16T21:35:39.568Z | Compiling hickory-proto v0.24.4 |
| 3207 | 2026-06-16T21:35:39.615Z | Compiling usdt v0.5.0 |
| 3208 | 2026-06-16T21:35:39.702Z | Compiling libsw v3.5.0 |
| 3209 | 2026-06-16T21:35:39.874Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3210 | 2026-06-16T21:35:39.894Z | Compiling newline-converter v0.3.0 |
| 3211 | 2026-06-16T21:35:39.921Z | Compiling libefi-sys v0.1.0 |
| 3212 | 2026-06-16T21:35:39.938Z | Compiling linear-map v1.2.0 |
| 3213 | 2026-06-16T21:35:40.003Z | Compiling linked-hash-map v0.5.6 |
| 3214 | 2026-06-16T21:35:40.044Z | Compiling expectorate v1.2.0 |
| 3215 | 2026-06-16T21:35:40.080Z | Compiling git-stub v1.0.0 |
| 3216 | 2026-06-16T21:35:40.163Z | Compiling bitfield-struct v0.6.2 |
| 3217 | 2026-06-16T21:35:40.167Z | Compiling nom v8.0.0 |
| 3218 | 2026-06-16T21:35:40.201Z | Compiling lru-cache v0.1.2 |
| 3219 | 2026-06-16T21:35:40.201Z | Compiling semver v0.1.20 |
| 3220 | 2026-06-16T21:35:40.254Z | Compiling tokio-dtrace v0.1.1 |
| 3221 | 2026-06-16T21:35:40.374Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3222 | 2026-06-16T21:35:40.390Z | Compiling git-stub-vcs v0.1.0 |
| 3223 | 2026-06-16T21:35:40.410Z | Compiling typify-macro v0.6.2 |
| 3224 | 2026-06-16T21:35:40.446Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3225 | 2026-06-16T21:35:40.465Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-06-16T21:35:40.513Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3227 | 2026-06-16T21:35:40.536Z | Compiling slog-dtrace v0.3.0 |
| 3228 | 2026-06-16T21:35:40.572Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3229 | 2026-06-16T21:35:40.592Z | Compiling minimal-lexical v0.2.1 |
| 3230 | 2026-06-16T21:35:40.596Z | Compiling oxide-tokio-rt v0.1.4 |
| 3231 | 2026-06-16T21:35:40.666Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3232 | 2026-06-16T21:35:40.684Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3233 | 2026-06-16T21:35:40.737Z | Compiling newtype_derive v0.1.6 |
| 3234 | 2026-06-16T21:35:40.795Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3235 | 2026-06-16T21:35:40.838Z | Compiling nom v7.1.3 |
| 3236 | 2026-06-16T21:35:40.877Z | Compiling phf_shared v0.12.1 |
| 3237 | 2026-06-16T21:35:40.895Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3238 | 2026-06-16T21:35:40.959Z | Compiling csv-core v0.1.13 |
| 3239 | 2026-06-16T21:35:40.959Z | Compiling chrono-tz v0.10.4 |
| 3240 | 2026-06-16T21:35:40.965Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3241 | 2026-06-16T21:35:40.974Z | Compiling xshell-macros v0.2.7 |
| 3242 | 2026-06-16T21:35:41.052Z | Compiling highway v1.3.0 |
| 3243 | 2026-06-16T21:35:41.091Z | Compiling phf v0.12.1 |
| 3244 | 2026-06-16T21:35:41.143Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3245 | 2026-06-16T21:35:41.233Z | Compiling csv v1.4.0 |
| 3246 | 2026-06-16T21:35:41.356Z | Compiling const_format_proc_macros v0.2.34 |
| 3247 | 2026-06-16T21:35:41.409Z | Compiling xshell v0.2.7 |
| 3248 | 2026-06-16T21:35:41.501Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3249 | 2026-06-16T21:35:41.556Z | Compiling primeorder v0.13.6 |
| 3250 | 2026-06-16T21:35:41.685Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3251 | 2026-06-16T21:35:41.761Z | Compiling hickory-resolver v0.24.4 |
| 3252 | 2026-06-16T21:35:41.808Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-06-16T21:35:41.909Z | Compiling tabled_derive v0.7.0 |
| 3254 | 2026-06-16T21:35:41.995Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3255 | 2026-06-16T21:35:42.114Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3256 | 2026-06-16T21:35:42.160Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3257 | 2026-06-16T21:35:42.265Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3258 | 2026-06-16T21:35:42.294Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3259 | 2026-06-16T21:35:42.339Z | Compiling typify v0.6.2 |
| 3260 | 2026-06-16T21:35:42.486Z | Compiling progenitor-impl v0.14.0 |
| 3261 | 2026-06-16T21:35:42.506Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3262 | 2026-06-16T21:35:42.691Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3263 | 2026-06-16T21:35:42.799Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3264 | 2026-06-16T21:35:42.891Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3265 | 2026-06-16T21:35:42.907Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3266 | 2026-06-16T21:35:42.911Z | Compiling qorb v0.4.1 |
| 3267 | 2026-06-16T21:35:42.952Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3268 | 2026-06-16T21:35:43.127Z | Compiling const_format v0.2.35 |
| 3269 | 2026-06-16T21:35:43.197Z | Compiling bcs v0.1.6 |
| 3270 | 2026-06-16T21:35:43.228Z | Compiling tagptr v0.2.0 |
| 3271 | 2026-06-16T21:35:43.303Z | Compiling termtree v0.5.1 |
| 3272 | 2026-06-16T21:35:43.415Z | Compiling salty v0.3.0 |
| 3273 | 2026-06-16T21:35:43.467Z | Compiling moka v0.12.13 |
| 3274 | 2026-06-16T21:35:43.485Z | Compiling textwrap v0.16.2 |
| 3275 | 2026-06-16T21:35:43.559Z | Compiling tabled v0.15.0 |
| 3276 | 2026-06-16T21:35:43.760Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3277 | 2026-06-16T21:35:43.866Z | Compiling steno v0.4.1 |
| 3278 | 2026-06-16T21:35:43.886Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3279 | 2026-06-16T21:35:43.945Z | Compiling base64 v0.21.7 |
| 3280 | 2026-06-16T21:35:44.019Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3281 | 2026-06-16T21:35:44.051Z | Compiling radium v0.7.0 |
| 3282 | 2026-06-16T21:35:44.070Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3283 | 2026-06-16T21:35:44.310Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3284 | 2026-06-16T21:35:44.344Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3285 | 2026-06-16T21:35:44.363Z | Compiling hickory-resolver v0.25.2 |
| 3286 | 2026-06-16T21:35:44.441Z | Compiling p384 v0.13.1 |
| 3287 | 2026-06-16T21:35:44.535Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3288 | 2026-06-16T21:35:44.795Z | Compiling typify-impl v0.4.3 |
| 3289 | 2026-06-16T21:35:45.092Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3290 | 2026-06-16T21:35:45.107Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3291 | 2026-06-16T21:35:45.127Z | Compiling maybe-uninit v2.0.0 |
| 3292 | 2026-06-16T21:35:45.240Z | Compiling tap v1.0.1 |
| 3293 | 2026-06-16T21:35:45.335Z | Compiling progenitor-macro v0.14.0 |
| 3294 | 2026-06-16T21:35:45.368Z | Compiling wyz v0.5.1 |
| 3295 | 2026-06-16T21:35:45.422Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3296 | 2026-06-16T21:35:45.583Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-06-16T21:35:45.704Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3298 | 2026-06-16T21:35:45.763Z | Compiling packed_struct v0.10.1 |
| 3299 | 2026-06-16T21:35:45.922Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3300 | 2026-06-16T21:35:45.975Z | Compiling utf-8 v0.7.6 |
| 3301 | 2026-06-16T21:35:46.070Z | Compiling funty v2.0.0 |
| 3302 | 2026-06-16T21:35:46.109Z | Compiling parking_lot_core v0.8.6 |
| 3303 | 2026-06-16T21:35:46.160Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3304 | 2026-06-16T21:35:46.194Z | Compiling proc-macro-error2 v2.0.1 |
| 3305 | 2026-06-16T21:35:46.220Z | Compiling tungstenite v0.21.0 |
| 3306 | 2026-06-16T21:35:46.439Z | Compiling bitvec v1.0.1 |
| 3307 | 2026-06-16T21:35:46.477Z | Compiling polyval v0.6.2 |
| 3308 | 2026-06-16T21:35:46.541Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3309 | 2026-06-16T21:35:46.557Z | Compiling num-derive v0.3.3 |
| 3310 | 2026-06-16T21:35:46.562Z | Compiling packed_struct_codegen v0.10.1 |
| 3311 | 2026-06-16T21:35:46.748Z | Compiling bitfield-macros v0.19.4 |
| 3312 | 2026-06-16T21:35:46.761Z | Compiling zerocopy-derive v0.6.6 |
| 3313 | 2026-06-16T21:35:46.761Z | Compiling indexmap v1.9.3 |
| 3314 | 2026-06-16T21:35:46.970Z | Compiling nodrop v0.1.14 |
| 3315 | 2026-06-16T21:35:46.988Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3316 | 2026-06-16T21:35:47.096Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-06-16T21:35:47.114Z | Compiling crc-catalog v2.4.0 |
| 3318 | 2026-06-16T21:35:47.212Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3319 | 2026-06-16T21:35:47.259Z | Compiling crc v3.4.0 |
| 3320 | 2026-06-16T21:35:47.347Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3321 | 2026-06-16T21:35:47.461Z | Compiling array-init v0.0.4 |
| 3322 | 2026-06-16T21:35:47.507Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3323 | 2026-06-16T21:35:47.524Z | Compiling bitfield v0.19.4 |
| 3324 | 2026-06-16T21:35:47.541Z | Compiling libscf-sys v1.1.0 |
| 3325 | 2026-06-16T21:35:47.559Z | Compiling tokio-tungstenite v0.21.0 |
| 3326 | 2026-06-16T21:35:47.660Z | Compiling zerocopy v0.6.6 |
| 3327 | 2026-06-16T21:35:47.719Z | Compiling ghash v0.5.1 |
| 3328 | 2026-06-16T21:35:47.737Z | Compiling tabled_derive v0.11.0 |
| 3329 | 2026-06-16T21:35:47.863Z | Compiling smallvec v0.6.14 |
| 3330 | 2026-06-16T21:35:47.950Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3331 | 2026-06-16T21:35:47.953Z | Compiling papergrid v0.17.0 |
| 3332 | 2026-06-16T21:35:48.037Z | Compiling testing_table v0.3.0 |
| 3333 | 2026-06-16T21:35:48.087Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3334 | 2026-06-16T21:35:48.106Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3335 | 2026-06-16T21:35:48.166Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3336 | 2026-06-16T21:35:48.229Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3337 | 2026-06-16T21:35:48.232Z | Compiling ctr v0.9.2 |
| 3338 | 2026-06-16T21:35:48.334Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-06-16T21:35:48.471Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3340 | 2026-06-16T21:35:48.495Z | Compiling unicase v2.9.0 |
| 3341 | 2026-06-16T21:35:48.530Z | Compiling hashbrown v0.12.3 |
| 3342 | 2026-06-16T21:35:48.581Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3343 | 2026-06-16T21:35:48.659Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3344 | 2026-06-16T21:35:48.693Z | Compiling corncobs v0.1.4 |
| 3345 | 2026-06-16T21:35:48.772Z | Compiling mime_guess v2.0.5 |
| 3346 | 2026-06-16T21:35:48.846Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3347 | 2026-06-16T21:35:48.917Z | Compiling aes-gcm v0.10.3 |
| 3348 | 2026-06-16T21:35:48.940Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-06-16T21:35:49.015Z | Compiling tabled v0.20.0 |
| 3350 | 2026-06-16T21:35:49.103Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3351 | 2026-06-16T21:35:49.137Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3352 | 2026-06-16T21:35:49.156Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3353 | 2026-06-16T21:35:49.272Z | Compiling parking_lot v0.11.2 |
| 3354 | 2026-06-16T21:35:49.295Z | Compiling serde-hex v0.1.0 |
| 3355 | 2026-06-16T21:35:49.437Z | Compiling typify-macro v0.4.3 |
| 3356 | 2026-06-16T21:35:49.455Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3357 | 2026-06-16T21:35:49.676Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3358 | 2026-06-16T21:35:49.709Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-06-16T21:35:49.755Z | Compiling ron v0.8.1 |
| 3360 | 2026-06-16T21:35:49.940Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3361 | 2026-06-16T21:35:49.992Z | Compiling progenitor-client v0.11.2 |
| 3362 | 2026-06-16T21:35:50.043Z | Compiling hashbrown v0.13.2 |
| 3363 | 2026-06-16T21:35:50.084Z | Compiling prefix-trie v0.7.0 |
| 3364 | 2026-06-16T21:35:50.359Z | Compiling blowfish v0.9.1 |
| 3365 | 2026-06-16T21:35:50.443Z | Compiling ssh-encoding v0.2.0 |
| 3366 | 2026-06-16T21:35:50.466Z | Compiling fxhash v0.2.1 |
| 3367 | 2026-06-16T21:35:50.492Z | Compiling progenitor v0.14.0 |
| 3368 | 2026-06-16T21:35:50.510Z | Compiling secrecy v0.8.0 |
| 3369 | 2026-06-16T21:35:50.580Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3370 | 2026-06-16T21:35:50.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3371 | 2026-06-16T21:35:50.681Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3372 | 2026-06-16T21:35:50.686Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 3373 | 2026-06-16T21:35:50.714Z | Compiling crc-any v2.5.0 |
| 3374 | 2026-06-16T21:35:50.785Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3375 | 2026-06-16T21:35:50.848Z | Compiling ssh-cipher v0.2.0 |
| 3376 | 2026-06-16T21:35:50.996Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3377 | 2026-06-16T21:35:51.093Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3378 | 2026-06-16T21:35:51.212Z | Compiling sled v0.34.7 |
| 3379 | 2026-06-16T21:35:51.288Z | Compiling typify v0.4.3 |
| 3380 | 2026-06-16T21:35:51.437Z | Compiling progenitor-impl v0.11.2 |
| 3381 | 2026-06-16T21:35:51.459Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3382 | 2026-06-16T21:35:51.495Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3383 | 2026-06-16T21:35:51.541Z | Compiling object v0.30.4 |
| 3384 | 2026-06-16T21:35:51.692Z | Compiling hickory-server v0.25.2 |
| 3385 | 2026-06-16T21:35:51.858Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3386 | 2026-06-16T21:35:51.875Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3387 | 2026-06-16T21:35:52.011Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3388 | 2026-06-16T21:35:52.313Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3389 | 2026-06-16T21:35:52.748Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3390 | 2026-06-16T21:35:52.871Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3391 | 2026-06-16T21:35:53.232Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3392 | 2026-06-16T21:35:53.249Z | Compiling password-hash v0.4.2 |
| 3393 | 2026-06-16T21:35:53.618Z | Compiling http-range v0.1.5 |
| 3394 | 2026-06-16T21:35:53.695Z | Compiling path-slash v0.1.5 |
| 3395 | 2026-06-16T21:35:53.716Z | Compiling crc8 v0.1.1 |
| 3396 | 2026-06-16T21:35:53.720Z | Compiling half v1.8.3 |
| 3397 | 2026-06-16T21:35:53.891Z | Compiling pbkdf2 v0.11.0 |
| 3398 | 2026-06-16T21:35:53.894Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-06-16T21:35:53.970Z | Compiling serde_cbor v0.11.2 |
| 3400 | 2026-06-16T21:35:54.043Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3401 | 2026-06-16T21:35:54.075Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3402 | 2026-06-16T21:35:54.178Z | Compiling ssh-key v0.6.7 |
| 3403 | 2026-06-16T21:35:54.196Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3404 | 2026-06-16T21:35:54.254Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3405 | 2026-06-16T21:35:54.313Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3406 | 2026-06-16T21:35:54.594Z | Compiling progenitor-macro v0.11.2 |
| 3407 | 2026-06-16T21:35:54.636Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3408 | 2026-06-16T21:35:54.750Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3409 | 2026-06-16T21:35:54.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3410 | 2026-06-16T21:35:55.033Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-06-16T21:35:55.092Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3412 | 2026-06-16T21:35:55.111Z | Compiling p521 v0.13.3 |
| 3413 | 2026-06-16T21:35:55.201Z | Compiling p256 v0.13.2 |
| 3414 | 2026-06-16T21:35:55.309Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3415 | 2026-06-16T21:35:55.344Z | Compiling yasna v0.5.2 |
| 3416 | 2026-06-16T21:35:55.549Z | Compiling kstat-rs v0.2.4 |
| 3417 | 2026-06-16T21:35:55.566Z | Compiling headers-core v0.3.0 |
| 3418 | 2026-06-16T21:35:55.587Z | Compiling nanorand v0.7.0 |
| 3419 | 2026-06-16T21:35:55.613Z | Compiling atty v0.2.14 |
| 3420 | 2026-06-16T21:35:55.726Z | Compiling russh-cryptovec v0.7.3 |
| 3421 | 2026-06-16T21:35:55.756Z | Compiling md5 v0.7.0 |
| 3422 | 2026-06-16T21:35:55.897Z | Compiling home v0.5.12 |
| 3423 | 2026-06-16T21:35:55.912Z | Compiling flume v0.11.1 |
| 3424 | 2026-06-16T21:35:55.931Z | Compiling rcgen v0.12.1 |
| 3425 | 2026-06-16T21:35:55.931Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3426 | 2026-06-16T21:35:55.967Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3427 | 2026-06-16T21:35:55.989Z | Compiling headers v0.4.1 |
| 3428 | 2026-06-16T21:35:56.058Z | Compiling russh-keys v0.45.0 |
| 3429 | 2026-06-16T21:35:56.079Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3430 | 2026-06-16T21:35:56.082Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3431 | 2026-06-16T21:35:56.082Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3432 | 2026-06-16T21:35:56.159Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3433 | 2026-06-16T21:35:56.265Z | Compiling hyper-staticfile v0.10.1 |
| 3434 | 2026-06-16T21:35:56.285Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3435 | 2026-06-16T21:35:56.501Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3436 | 2026-06-16T21:35:56.523Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3437 | 2026-06-16T21:35:56.684Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3438 | 2026-06-16T21:35:56.813Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3439 | 2026-06-16T21:35:56.829Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3440 | 2026-06-16T21:35:56.875Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3441 | 2026-06-16T21:35:57.119Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3442 | 2026-06-16T21:35:57.136Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3443 | 2026-06-16T21:35:57.157Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3444 | 2026-06-16T21:35:57.279Z | Compiling num-bigint v0.4.6 |
| 3445 | 2026-06-16T21:35:57.298Z | Compiling des v0.8.1 |
| 3446 | 2026-06-16T21:35:57.360Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-06-16T21:35:57.531Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3448 | 2026-06-16T21:35:57.556Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-06-16T21:35:57.596Z | Compiling display-error-chain v0.2.2 |
| 3450 | 2026-06-16T21:35:57.677Z | Compiling hex-literal v0.4.1 |
| 3451 | 2026-06-16T21:35:57.719Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-06-16T21:35:57.773Z | Compiling colored v2.2.0 |
| 3453 | 2026-06-16T21:35:57.825Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-06-16T21:35:57.896Z | Compiling internet-checksum v0.2.1 |
| 3455 | 2026-06-16T21:35:58.010Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3456 | 2026-06-16T21:35:58.567Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3457 | 2026-06-16T21:35:58.700Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3458 | 2026-06-16T21:35:58.872Z | Compiling russh v0.45.0 |
| 3459 | 2026-06-16T21:35:59.573Z | Compiling progenitor v0.11.2 |
| 3460 | 2026-06-16T21:35:59.691Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3461 | 2026-06-16T21:36:01.185Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3462 | 2026-06-16T21:36:01.837Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3463 | 2026-06-16T21:36:02.293Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3464 | 2026-06-16T21:36:04.618Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3465 | 2026-06-16T21:36:05.262Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3466 | 2026-06-16T21:36:12.642Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-06-16T21:36:12.643Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3468 | 2026-06-16T21:36:12.648Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3469 | 2026-06-16T21:36:12.648Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3470 | 2026-06-16T21:36:14.410Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3471 | 2026-06-16T21:36:14.504Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3472 | 2026-06-16T21:36:18.554Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3473 | 2026-06-16T21:36:57.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3474 | 2026-06-16T21:36:58.170Z | |
| 3475 | 2026-06-16T21:36:58.173Z | real 1:26.642000100 |
| 3476 | 2026-06-16T21:36:58.173Z | user 8:10.182733531 |
| 3477 | 2026-06-16T21:36:58.173Z | sys 1:43.829021054 |
| 3478 | 2026-06-16T21:36:58.173Z | trap 0.250695658 |
| 3479 | 2026-06-16T21:36:58.173Z | tflt 0.569305195 |
| 3480 | 2026-06-16T21:36:58.173Z | dflt 1.522741229 |
| 3481 | 2026-06-16T21:36:58.173Z | kflt 0.000413400 |
| 3482 | 2026-06-16T21:36:58.173Z | lock 27:44.495967068 |
| 3483 | 2026-06-16T21:36:58.173Z | slp 18:48.868517281 |
| 3484 | 2026-06-16T21:36:58.173Z | lat 38.181395263 |
| 3485 | 2026-06-16T21:36:58.173Z | stop 2:40.035537147 |
| 3486 | 2026-06-16T21:36:58.173Z | + mkdir tests |
| 3487 | 2026-06-16T21:36:58.177Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3488 | 2026-06-16T21:36:58.177Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3489 | 2026-06-16T21:36:58.200Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2cbf8baa9545e7ea tests/ |
| 3490 | 2026-06-16T21:36:58.231Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9fece4a4af9ed858 tests/ |
| 3491 | 2026-06-16T21:36:58.260Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-28421b40d8a7da55 tests/ |
| 3492 | 2026-06-16T21:36:58.286Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29399dfd3916b0ea tests/ |
| 3493 | 2026-06-16T21:36:58.523Z | + 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) |
| 3494 | 2026-06-16T21:36:58.528Z | + 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-9fece4a4af9ed858 tests/commtest-28421b40d8a7da55 tests/dhcp_server-2cbf8baa9545e7ea tests/end_to_end_tests-29399dfd3916b0ea 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 |
| 3495 | 2026-06-16T21:38:18.617Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3496 | 2026-06-16T21:38:18.617Z | a .github/buildomat/ci-env.sh 1K |
| 3497 | 2026-06-16T21:38:18.617Z | a out/target/test 1K |
| 3498 | 2026-06-16T21:38:18.617Z | a out/npuzone/npuzone 27402K |
| 3499 | 2026-06-16T21:38:18.617Z | a package-manifest.toml 35K |
| 3500 | 2026-06-16T21:38:18.617Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3501 | 2026-06-16T21:38:18.617Z | a target/release/omicron-package 45221K |
| 3502 | 2026-06-16T21:38:18.617Z | a target/release/xtask 11503K |
| 3503 | 2026-06-16T21:38:18.617Z | a target/debug/bootstrap 355808K |
| 3504 | 2026-06-16T21:38:18.617Z | a tests/bootstrap-9fece4a4af9ed858 31215K |
| 3505 | 2026-06-16T21:38:18.617Z | a tests/commtest-28421b40d8a7da55 32300K |
| 3506 | 2026-06-16T21:38:18.617Z | a tests/dhcp_server-2cbf8baa9545e7ea 31215K |
| 3507 | 2026-06-16T21:38:18.618Z | a tests/end_to_end_tests-29399dfd3916b0ea 397929K |
| 3508 | 2026-06-16T21:38:18.618Z | a tools/opte_version 1K |
| 3509 | 2026-06-16T21:38:18.618Z | a tools/opte_version_override 2K |
| 3510 | 2026-06-16T21:38:18.618Z | a out/clickhouse.tar.gz 313539K |
| 3511 | 2026-06-16T21:38:18.618Z | a out/clickhouse_keeper.tar.gz 298571K |
| 3512 | 2026-06-16T21:38:18.618Z | a out/clickhouse_server.tar.gz 313536K |
| 3513 | 2026-06-16T21:38:18.618Z | a out/cockroachdb.tar.gz 157718K |
| 3514 | 2026-06-16T21:38:18.618Z | a out/crucible-pantry-zone.tar.gz 36480K |
| 3515 | 2026-06-16T21:38:18.618Z | a out/crucible-utils.tar 16478K |
| 3516 | 2026-06-16T21:38:18.618Z | a out/crucible-zone.tar.gz 52050K |
| 3517 | 2026-06-16T21:38:18.619Z | a out/external-dns.tar.gz 42961K |
| 3518 | 2026-06-16T21:38:18.619Z | a out/internal-dns.tar.gz 42961K |
| 3519 | 2026-06-16T21:38:18.619Z | a out/mg-ddm-gz.tar 97913K |
| 3520 | 2026-06-16T21:38:18.619Z | a out/nexus.tar.gz 276690K |
| 3521 | 2026-06-16T21:38:18.619Z | a out/ntp.tar.gz 24141K |
| 3522 | 2026-06-16T21:38:18.619Z | a out/omicron-gateway-softnpu.tar.gz 30195K |
| 3523 | 2026-06-16T21:38:18.619Z | a out/omicron-sled-agent.tar 192483K |
| 3524 | 2026-06-16T21:38:18.619Z | a out/overlay.tar.gz 3K |
| 3525 | 2026-06-16T21:38:18.619Z | a out/oximeter.tar.gz 62286K |
| 3526 | 2026-06-16T21:38:18.619Z | a out/oxlog.tar 3782K |
| 3527 | 2026-06-16T21:38:18.619Z | a out/probe.tar.gz 3037K |
| 3528 | 2026-06-16T21:38:18.619Z | a out/propolis-server.tar.gz 34918K |
| 3529 | 2026-06-16T21:38:18.619Z | a out/pumpkind-gz.tar 26647K |
| 3530 | 2026-06-16T21:38:18.619Z | a out/switch-softnpu.tar.gz 446927K |
| 3531 | 2026-06-16T21:38:18.623Z | |
| 3532 | 2026-06-16T21:38:18.623Z | real 1:20.090939169 |
| 3533 | 2026-06-16T21:38:18.623Z | user 1:17.421012625 |
| 3534 | 2026-06-16T21:38:18.623Z | sys 4.404555943 |
| 3535 | 2026-06-16T21:38:18.623Z | trap 0.005949449 |
| 3536 | 2026-06-16T21:38:18.623Z | tflt 0.000000000 |
| 3537 | 2026-06-16T21:38:18.623Z | dflt 0.000000000 |
| 3538 | 2026-06-16T21:38:18.623Z | kflt 0.000000000 |
| 3539 | 2026-06-16T21:38:18.623Z | lock 0.000000000 |
| 3540 | 2026-06-16T21:38:18.623Z | slp 1:17.424415110 |
| 3541 | 2026-06-16T21:38:18.623Z | lat 0.921118357 |
| 3542 | 2026-06-16T21:38:18.623Z | stop 0.000211210 |
| 3543 | 2026-06-16T21:38:18.623Z | process exited: duration 1154055 ms, exit code 0 |
| |
| 3544 | 2026-06-16T21:38:18.637Z | found 1 output files |
| 3545 | 2026-06-16T21:38:18.637Z | uploading: /work/package.tar.gz (2477382681 bytes) |
| 3546 | 2026-06-16T21:38:47.537Z | uploaded: /work/package.tar.gz |