|
|
|
| 1 | 2026-04-23T13:03:18.526Z | job assigned to worker 01KPX6XTCBMKJZ590MNG40GCTY [factory aws, i-04a99bf6cee2b4899] (queued for 1 m 22 s) |
| |
| 2 | 2026-04-23T13:03:26.636Z | starting task 0: "setup" |
| 3 | 2026-04-23T13:03:26.642Z | ++ uname -s |
| 4 | 2026-04-23T13:03:26.645Z | + kern=SunOS |
| 5 | 2026-04-23T13:03:26.645Z | + build_user=build |
| 6 | 2026-04-23T13:03:26.645Z | + build_uid=12345 |
| 7 | 2026-04-23T13:03:26.645Z | + work_dir=/work |
| 8 | 2026-04-23T13:03:26.645Z | + input_dir=/input |
| 9 | 2026-04-23T13:03:26.645Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-23T13:03:26.645Z | + case "$kern" in |
| 11 | 2026-04-23T13:03:26.645Z | + groupadd -g 12345 build |
| 12 | 2026-04-23T13:03:26.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-23T13:03:28.654Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-23T13:03:28.767Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-23T13:03:28.770Z | + home_fs=zfs |
| 16 | 2026-04-23T13:03:28.770Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-23T13:03:28.770Z | + mkdir -p /home/build |
| 18 | 2026-04-23T13:03:28.773Z | + chown build:build /home/build /work |
| 19 | 2026-04-23T13:03:30.775Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-23T13:03:30.778Z | process exited: duration 4143 ms, exit code 0 |
| |
| 21 | 2026-04-23T13:03:30.784Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-23T13:03:30.790Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-23T13:03:30.790Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-23T13:03:30.790Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-23T13:03:30.790Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-23T13:03:30.790Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-23T13:03:30.790Z | * rust toolchain profile = "default" |
| 28 | 2026-04-23T13:03:30.793Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-23T13:03:30.793Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-23T13:03:30.887Z | info: downloading installer |
| 31 | 2026-04-23T13:03:32.592Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-04-23T13:03:32.592Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-04-23T13:03:32.592Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-04-23T13:03:32.592Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-04-23T13:03:32.607Z | info: profile set to default |
| 36 | 2026-04-23T13:03:32.610Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-04-23T13:03:32.610Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-04-23T13:03:32.753Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-04-23T13:03:32.756Z | info: downloading 6 components |
| 40 | 2026-04-23T13:03:49.407Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-04-23T13:03:49.407Z | |
| 42 | 2026-04-23T13:03:49.439Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-04-23T13:03:49.439Z | |
| 44 | 2026-04-23T13:03:49.442Z | |
| 45 | 2026-04-23T13:03:49.442Z | Rust is installed now. Great! |
| 46 | 2026-04-23T13:03:49.442Z | |
| 47 | 2026-04-23T13:03:49.442Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-04-23T13:03:49.442Z | environment variable. This has not been done automatically. |
| 49 | 2026-04-23T13:03:49.442Z | |
| 50 | 2026-04-23T13:03:49.442Z | To configure your current shell, you need to source |
| 51 | 2026-04-23T13:03:49.442Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-04-23T13:03:49.442Z | |
| 53 | 2026-04-23T13:03:49.442Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-04-23T13:03:49.442Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-04-23T13:03:49.442Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-04-23T13:03:49.442Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-04-23T13:03:49.442Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-04-23T13:03:49.442Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-04-23T13:03:49.442Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-04-23T13:03:49.442Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-04-23T13:03:49.442Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-04-23T13:03:49.553Z | + rustup --version |
| 63 | 2026-04-23T13:03:49.560Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-04-23T13:03:49.563Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-04-23T13:03:49.586Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-04-23T13:03:49.589Z | + cargo --version |
| 67 | 2026-04-23T13:03:49.602Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-04-23T13:03:49.605Z | + rustc --version |
| 69 | 2026-04-23T13:03:49.629Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-04-23T13:03:49.637Z | process exited: duration 18846 ms, exit code 0 |
| |
| 71 | 2026-04-23T13:03:49.644Z | starting task 2: "authentication" |
| 72 | 2026-04-23T13:03:49.665Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-04-23T13:03:49.673Z | starting task 3: "clone repository" |
| 74 | 2026-04-23T13:03:49.678Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-04-23T13:03:49.681Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-04-23T13:03:49.711Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-04-23T13:03:58.678Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-04-23T13:03:58.678Z | + git fetch origin 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 79 | 2026-04-23T13:03:58.985Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-04-23T13:03:58.985Z | * branch 08342e897a9e0fbd2e164c1bdc634b8a45184507 -> FETCH_HEAD |
| 81 | 2026-04-23T13:03:59.003Z | + [[ -n helios3 ]] |
| 82 | 2026-04-23T13:03:59.006Z | ++ git branch --show-current |
| 83 | 2026-04-23T13:03:59.006Z | + current=main |
| 84 | 2026-04-23T13:03:59.006Z | + [[ main != helios3 ]] |
| 85 | 2026-04-23T13:03:59.006Z | + git branch -f helios3 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 86 | 2026-04-23T13:03:59.010Z | + git checkout -f helios3 |
| 87 | 2026-04-23T13:03:59.333Z | Switched to branch 'helios3' |
| 88 | 2026-04-23T13:03:59.336Z | + git reset --hard 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 89 | 2026-04-23T13:03:59.353Z | HEAD is now at 08342e897 WIP - move to Helios v3 |
| 90 | 2026-04-23T13:03:59.356Z | process exited: duration 9681 ms, exit code 0 |
| |
| 91 | 2026-04-23T13:03:59.361Z | starting task 4: "build" |
| 92 | 2026-04-23T13:03:59.367Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-04-23T13:03:59.370Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-04-23T13:03:59.370Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-04-23T13:03:59.370Z | + cargo --version |
| 96 | 2026-04-23T13:03:59.380Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-04-23T13:03:59.382Z | + rustc --version |
| 98 | 2026-04-23T13:03:59.409Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-04-23T13:03:59.411Z | + WORK=/work |
| 100 | 2026-04-23T13:03:59.411Z | + pfexec mkdir -p /work |
| 101 | 2026-04-23T13:03:59.415Z | + pfexec chown build /work |
| 102 | 2026-04-23T13:03:59.418Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-04-23T13:04:01.141Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-04-23T13:04:01.244Z | Startup: Caching catalogs ... Done |
| 105 | 2026-04-23T13:04:01.659Z | Planning: Solver setup ... Done (0.360s) |
| 106 | 2026-04-23T13:04:01.685Z | Planning: Running solver ... Done (0.026s) |
| 107 | 2026-04-23T13:04:01.694Z | Planning: Finding local manifests ... Done (0.002s) |
| 108 | 2026-04-23T13:04:01.707Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-04-23T13:04:01.729Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-04-23T13:04:01.746Z | Planning: Package planning ... Done (0.018s) |
| 111 | 2026-04-23T13:04:01.749Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-04-23T13:04:02.013Z | Planning: Checking for conflicting actions ... Done (0.264s) |
| 113 | 2026-04-23T13:04:02.016Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-04-23T13:04:03.200Z | Planning: Evaluating mediators ... Done (1.186s) |
| 115 | 2026-04-23T13:04:03.203Z | Planning: Planning completed in 1.93 seconds |
| 116 | 2026-04-23T13:04:03.212Z | Packages to install: 2 |
| 117 | 2026-04-23T13:04:03.212Z | Estimated space available: 156.08 GB |
| 118 | 2026-04-23T13:04:03.215Z | Estimated space to be consumed: 22.78 MB |
| 119 | 2026-04-23T13:04:03.215Z | Create boot environment: No |
| 120 | 2026-04-23T13:04:03.215Z | Create backup boot environment: No |
| 121 | 2026-04-23T13:04:03.215Z | Rebuild boot archive: No |
| 122 | 2026-04-23T13:04:03.215Z | |
| 123 | 2026-04-23T13:04:03.215Z | Changed packages: |
| 124 | 2026-04-23T13:04:03.215Z | helios |
| 125 | 2026-04-23T13:04:03.215Z | developer/build-essential |
| 126 | 2026-04-23T13:04:03.215Z | None -> 11-3.0 |
| 127 | 2026-04-23T13:04:03.215Z | library/libxmlsec1 |
| 128 | 2026-04-23T13:04:03.215Z | None -> 1.2.35-3.0 |
| 129 | 2026-04-23T13:04:03.269Z | |
| 130 | 2026-04-23T13:04:03.269Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-04-23T13:04:04.101Z | Download: Completed 1.28 MB in 0.83 seconds (1.5M/s) |
| 132 | 2026-04-23T13:04:04.189Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-04-23T13:04:04.257Z | Actions: Completed 268 actions in 0.07 seconds. |
| 134 | 2026-04-23T13:04:04.268Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-04-23T13:04:04.268Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-04-23T13:04:04.294Z | Finalize: Updating image state ... Done (0.026s) |
| 137 | 2026-04-23T13:04:07.529Z | Finalize: Creating fast lookup database ... Done (3.208s) |
| 138 | 2026-04-23T13:04:07.624Z | Finalize: Reading search index ... Done (0.031s) |
| 139 | 2026-04-23T13:04:07.627Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-04-23T13:04:07.739Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-04-23T13:04:08.128Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-04-23T13:04:08.266Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-04-23T13:04:08.269Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-04-23T13:04:08.504Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-04-23T13:04:08.507Z | Planning: Planning completed in 0.38 seconds |
| 146 | 2026-04-23T13:04:08.535Z | Mediators to change: 2 |
| 147 | 2026-04-23T13:04:08.535Z | Create boot environment: No |
| 148 | 2026-04-23T13:04:08.538Z | Create backup boot environment: No |
| 149 | 2026-04-23T13:04:08.613Z | Finalize: Updating package state database ... Done |
| 150 | 2026-04-23T13:04:08.613Z | Finalize: Updating package cache ... Done |
| 151 | 2026-04-23T13:04:08.629Z | Finalize: Updating image state ... Done |
| 152 | 2026-04-23T13:04:11.368Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-04-23T13:04:11.443Z | Finalize: Reading search index ... Done |
| 154 | 2026-04-23T13:04:11.446Z | Finalize: Updating search index ... Done |
| 155 | 2026-04-23T13:04:11.546Z | Finalize: Updating package cache ... Done |
| 156 | 2026-04-23T13:04:11.942Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-04-23T13:04:12.070Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-04-23T13:04:12.085Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-04-23T13:04:12.323Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-04-23T13:04:12.356Z | Planning: Planning completed in 0.38 seconds |
| 161 | 2026-04-23T13:04:12.357Z | Mediators to change: 1 |
| 162 | 2026-04-23T13:04:12.357Z | Create boot environment: No |
| 163 | 2026-04-23T13:04:12.357Z | Create backup boot environment: No |
| 164 | 2026-04-23T13:04:12.424Z | Finalize: Updating package state database ... Done |
| 165 | 2026-04-23T13:04:12.425Z | Finalize: Updating package cache ... Done |
| 166 | 2026-04-23T13:04:12.469Z | Finalize: Updating image state ... Done |
| 167 | 2026-04-23T13:04:15.150Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-04-23T13:04:15.226Z | Finalize: Reading search index ... Done |
| 169 | 2026-04-23T13:04:15.229Z | Finalize: Updating search index ... Done |
| 170 | 2026-04-23T13:04:15.309Z | Finalize: Updating package cache ... Done |
| 171 | 2026-04-23T13:04:15.724Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-04-23T13:04:15.724Z | apache system 2.4 system |
| 173 | 2026-04-23T13:04:15.724Z | clang system 15 system |
| 174 | 2026-04-23T13:04:15.724Z | csh system system illumos |
| 175 | 2026-04-23T13:04:15.724Z | ctags system system illumos |
| 176 | 2026-04-23T13:04:15.724Z | file vendor vendor darwinsys |
| 177 | 2026-04-23T13:04:15.724Z | file system system illumos |
| 178 | 2026-04-23T13:04:15.724Z | gcc vendor 14 vendor |
| 179 | 2026-04-23T13:04:15.724Z | gcc system 13 system |
| 180 | 2026-04-23T13:04:15.724Z | gcc system 10 system |
| 181 | 2026-04-23T13:04:15.724Z | go system 1.25 system |
| 182 | 2026-04-23T13:04:15.724Z | llvm system 15 system |
| 183 | 2026-04-23T13:04:15.724Z | mariadb system 11.4 system |
| 184 | 2026-04-23T13:04:15.724Z | mta vendor vendor dma |
| 185 | 2026-04-23T13:04:15.724Z | openjdk system 17 system |
| 186 | 2026-04-23T13:04:15.724Z | openjdk system 11 system |
| 187 | 2026-04-23T13:04:15.724Z | openssl vendor 3 vendor |
| 188 | 2026-04-23T13:04:15.724Z | perl system 5.40 system |
| 189 | 2026-04-23T13:04:15.724Z | postgresql system 18 system |
| 190 | 2026-04-23T13:04:15.724Z | postgresql system 17 system |
| 191 | 2026-04-23T13:04:15.724Z | python vendor 3 vendor |
| 192 | 2026-04-23T13:04:15.724Z | python system 2 system |
| 193 | 2026-04-23T13:04:15.724Z | python3 vendor 3.13 vendor |
| 194 | 2026-04-23T13:04:15.724Z | ruby system 3.4 system |
| 195 | 2026-04-23T13:04:15.724Z | ruby system 3.0 system |
| 196 | 2026-04-23T13:04:15.724Z | words vendor vendor american-english |
| 197 | 2026-04-23T13:04:15.724Z | words system system australian-english |
| 198 | 2026-04-23T13:04:15.724Z | words system system british-english |
| 199 | 2026-04-23T13:04:15.724Z | words system system canadian-english |
| 200 | 2026-04-23T13:04:15.724Z | words system system french |
| 201 | 2026-04-23T13:04:15.724Z | words system system italian |
| 202 | 2026-04-23T13:04:15.724Z | words system system ngerman |
| 203 | 2026-04-23T13:04:15.724Z | words system system ogerman |
| 204 | 2026-04-23T13:04:15.725Z | words system system spanish |
| 205 | 2026-04-23T13:04:16.058Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-04-23T13:04:16.058Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-04-23T13:04:16.449Z | FMRI IFO |
| 208 | 2026-04-23T13:04:16.449Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-04-23T13:04:16.449Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-04-23T13:04:16.449Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-04-23T13:04:16.449Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-04-23T13:04:16.449Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-04-23T13:04:16.449Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-04-23T13:04:16.449Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-04-23T13:04:16.449Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-04-23T13:04:16.449Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-04-23T13:04:16.750Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-04-23T13:04:17.042Z | Updating crates.io index |
| 219 | 2026-04-23T13:04:17.045Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-04-23T13:04:17.557Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-04-23T13:04:17.917Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-04-23T13:04:18.510Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-04-23T13:04:19.391Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-04-23T13:04:19.951Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-04-23T13:04:21.922Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-04-23T13:04:22.698Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-04-23T13:04:23.018Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-04-23T13:04:23.850Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-04-23T13:04:24.179Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-04-23T13:04:24.507Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-04-23T13:04:24.877Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-04-23T13:04:25.934Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-04-23T13:04:26.490Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-04-23T13:04:26.829Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-04-23T13:04:27.119Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-04-23T13:04:27.526Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-04-23T13:04:27.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-04-23T13:04:27.991Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-04-23T13:04:28.298Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-04-23T13:04:28.704Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-04-23T13:04:29.150Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-04-23T13:04:29.628Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-04-23T13:04:29.931Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-04-23T13:04:30.255Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-04-23T13:04:31.259Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-04-23T13:04:31.906Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-04-23T13:04:32.811Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-04-23T13:04:33.313Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-04-23T13:04:33.595Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-04-23T13:04:33.985Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-04-23T13:04:34.315Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-04-23T13:04:34.845Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-04-23T13:04:35.080Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-04-23T13:04:35.327Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-04-23T13:04:35.611Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-04-23T13:04:35.993Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-04-23T13:04:50.243Z | Downloading crates ... |
| 258 | 2026-04-23T13:04:50.295Z | Downloaded block-buffer v0.10.4 |
| 259 | 2026-04-23T13:04:50.304Z | Downloaded anstyle-query v1.1.5 |
| 260 | 2026-04-23T13:04:50.308Z | Downloaded autocfg v1.5.0 |
| 261 | 2026-04-23T13:04:50.308Z | Downloaded thiserror v1.0.69 |
| 262 | 2026-04-23T13:04:50.312Z | Downloaded percent-encoding v2.3.2 |
| 263 | 2026-04-23T13:04:50.312Z | Downloaded is_terminal_polyfill v1.70.2 |
| 264 | 2026-04-23T13:04:50.318Z | Downloaded form_urlencoded v1.2.2 |
| 265 | 2026-04-23T13:04:50.318Z | Downloaded anyhow v1.0.102 |
| 266 | 2026-04-23T13:04:50.322Z | Downloaded utf8parse v0.2.2 |
| 267 | 2026-04-23T13:04:50.323Z | Downloaded textwrap v0.16.2 |
| 268 | 2026-04-23T13:04:50.323Z | Downloaded unicode-xid v0.2.6 |
| 269 | 2026-04-23T13:04:50.323Z | Downloaded thread-id v4.2.2 |
| 270 | 2026-04-23T13:04:50.323Z | Downloaded version_check v0.9.5 |
| 271 | 2026-04-23T13:04:50.328Z | Downloaded smallvec v1.15.1 |
| 272 | 2026-04-23T13:04:50.328Z | Downloaded zmij v1.0.21 |
| 273 | 2026-04-23T13:04:50.328Z | Downloaded tabled_derive v0.7.0 |
| 274 | 2026-04-23T13:04:50.328Z | Downloaded smawk v0.3.2 |
| 275 | 2026-04-23T13:04:50.328Z | Downloaded dof v0.3.0 |
| 276 | 2026-04-23T13:04:50.334Z | Downloaded utf8_iter v1.0.4 |
| 277 | 2026-04-23T13:04:50.334Z | Downloaded yoke-derive v0.8.1 |
| 278 | 2026-04-23T13:04:50.334Z | Downloaded toml_datetime v0.6.11 |
| 279 | 2026-04-23T13:04:50.334Z | Downloaded icu_properties v2.1.2 |
| 280 | 2026-04-23T13:04:50.335Z | Downloaded usdt-attr-macro v0.5.0 |
| 281 | 2026-04-23T13:04:50.335Z | Downloaded potential_utf v0.1.4 |
| 282 | 2026-04-23T13:04:50.363Z | Downloaded bitflags v2.11.0 |
| 283 | 2026-04-23T13:04:50.364Z | Downloaded log v0.4.29 |
| 284 | 2026-04-23T13:04:50.364Z | Downloaded terminal_size v0.4.3 |
| 285 | 2026-04-23T13:04:50.364Z | Downloaded yoke v0.8.1 |
| 286 | 2026-04-23T13:04:50.364Z | Downloaded unicode-linebreak v0.1.5 |
| 287 | 2026-04-23T13:04:50.364Z | Downloaded writeable v0.6.2 |
| 288 | 2026-04-23T13:04:50.364Z | Downloaded usdt v0.5.0 |
| 289 | 2026-04-23T13:04:50.378Z | Downloaded litemap v0.8.1 |
| 290 | 2026-04-23T13:04:50.378Z | Downloaded memmap v0.7.0 |
| 291 | 2026-04-23T13:04:50.378Z | Downloaded usdt-macro v0.5.0 |
| 292 | 2026-04-23T13:04:50.378Z | Downloaded typeid v1.0.3 |
| 293 | 2026-04-23T13:04:50.378Z | Downloaded idna_adapter v1.2.1 |
| 294 | 2026-04-23T13:04:50.378Z | Downloaded digest v0.10.7 |
| 295 | 2026-04-23T13:04:50.378Z | Downloaded toml_write v0.1.2 |
| 296 | 2026-04-23T13:04:50.378Z | Downloaded macaddr v1.0.1 |
| 297 | 2026-04-23T13:04:50.378Z | Downloaded itoa v1.0.17 |
| 298 | 2026-04-23T13:04:50.378Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-04-23T13:04:50.379Z | Downloaded quote v1.0.44 |
| 300 | 2026-04-23T13:04:50.379Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-04-23T13:04:50.379Z | Downloaded tinystr v0.8.2 |
| 302 | 2026-04-23T13:04:50.379Z | Downloaded fastrand v2.3.0 |
| 303 | 2026-04-23T13:04:50.379Z | Downloaded toml v0.8.23 |
| 304 | 2026-04-23T13:04:50.379Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-04-23T13:04:50.379Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-04-23T13:04:50.379Z | Downloaded zerovec-derive v0.11.2 |
| 307 | 2026-04-23T13:04:50.379Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2026-04-23T13:04:50.379Z | Downloaded clap_lex v1.0.0 |
| 309 | 2026-04-23T13:04:50.379Z | Downloaded thiserror-impl v1.0.69 |
| 310 | 2026-04-23T13:04:50.379Z | Downloaded thiserror v2.0.18 |
| 311 | 2026-04-23T13:04:50.380Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-04-23T13:04:50.380Z | Downloaded dtrace-parser v0.2.0 |
| 313 | 2026-04-23T13:04:50.380Z | Downloaded anstream v0.6.21 |
| 314 | 2026-04-23T13:04:50.384Z | Downloaded anstyle-parse v0.2.7 |
| 315 | 2026-04-23T13:04:50.385Z | Downloaded usdt-impl v0.5.0 |
| 316 | 2026-04-23T13:04:50.385Z | Downloaded ordered-float v2.10.1 |
| 317 | 2026-04-23T13:04:50.385Z | Downloaded cfg-if v1.0.4 |
| 318 | 2026-04-23T13:04:50.385Z | Downloaded anstyle v1.0.13 |
| 319 | 2026-04-23T13:04:50.385Z | Downloaded zerocopy-derive v0.7.35 |
| 320 | 2026-04-23T13:04:50.385Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-04-23T13:04:50.388Z | Downloaded swrite v0.1.0 |
| 322 | 2026-04-23T13:04:50.389Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-04-23T13:04:50.389Z | Downloaded strsim v0.11.1 |
| 324 | 2026-04-23T13:04:50.389Z | Downloaded colorchoice v1.0.4 |
| 325 | 2026-04-23T13:04:50.393Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-04-23T13:04:50.393Z | Downloaded fnv v1.0.7 |
| 327 | 2026-04-23T13:04:50.393Z | Downloaded bytecount v0.6.9 |
| 328 | 2026-04-23T13:04:50.393Z | Downloaded unicode-ident v1.0.24 |
| 329 | 2026-04-23T13:04:50.399Z | Downloaded toml_edit v0.22.27 |
| 330 | 2026-04-23T13:04:50.399Z | Downloaded icu_normalizer v2.1.1 |
| 331 | 2026-04-23T13:04:50.402Z | Downloaded zerotrie v0.2.3 |
| 332 | 2026-04-23T13:04:50.405Z | Downloaded typenum v1.19.0 |
| 333 | 2026-04-23T13:04:50.405Z | Downloaded heck v0.4.1 |
| 334 | 2026-04-23T13:04:50.408Z | Downloaded errno v0.3.14 |
| 335 | 2026-04-23T13:04:50.408Z | Downloaded url v2.5.8 |
| 336 | 2026-04-23T13:04:50.414Z | Downloaded cargo-platform v0.2.0 |
| 337 | 2026-04-23T13:04:50.414Z | Downloaded equivalent v1.0.2 |
| 338 | 2026-04-23T13:04:50.414Z | Downloaded serde_tokenstream v0.2.3 |
| 339 | 2026-04-23T13:04:50.421Z | Downloaded crypto-common v0.1.7 |
| 340 | 2026-04-23T13:04:50.421Z | Downloaded proc-macro-error-attr v1.0.4 |
| 341 | 2026-04-23T13:04:50.421Z | Downloaded stable_deref_trait v1.2.1 |
| 342 | 2026-04-23T13:04:50.421Z | Downloaded plain v0.2.3 |
| 343 | 2026-04-23T13:04:50.421Z | Downloaded erased-serde v0.4.9 |
| 344 | 2026-04-23T13:04:50.424Z | Downloaded cargo_metadata v0.21.0 |
| 345 | 2026-04-23T13:04:50.424Z | Downloaded zerovec v0.11.5 |
| 346 | 2026-04-23T13:04:50.425Z | Downloaded sha2 v0.10.9 |
| 347 | 2026-04-23T13:04:50.427Z | Downloaded icu_locale_core v2.1.1 |
| 348 | 2026-04-23T13:04:50.433Z | Downloaded zerocopy v0.7.35 |
| 349 | 2026-04-23T13:04:50.444Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2026-04-23T13:04:50.453Z | Downloaded winnow v0.7.14 |
| 351 | 2026-04-23T13:04:50.469Z | Downloaded serde-untagged v0.1.9 |
| 352 | 2026-04-23T13:04:50.469Z | Downloaded cargo_toml v0.21.0 |
| 353 | 2026-04-23T13:04:50.469Z | Downloaded displaydoc v0.2.5 |
| 354 | 2026-04-23T13:04:50.469Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-04-23T13:04:50.469Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-04-23T13:04:50.476Z | Downloaded pest_generator v2.8.6 |
| 357 | 2026-04-23T13:04:50.476Z | Downloaded clap_derive v4.5.55 |
| 358 | 2026-04-23T13:04:50.476Z | Downloaded camino v1.2.2 |
| 359 | 2026-04-23T13:04:50.476Z | Downloaded byteorder v1.5.0 |
| 360 | 2026-04-23T13:04:50.476Z | Downloaded once_cell v1.21.3 |
| 361 | 2026-04-23T13:04:50.476Z | Downloaded tempfile v3.25.0 |
| 362 | 2026-04-23T13:04:50.476Z | Downloaded cargo-util-schemas v0.8.2 |
| 363 | 2026-04-23T13:04:50.476Z | Downloaded icu_provider v2.1.1 |
| 364 | 2026-04-23T13:04:50.476Z | Downloaded camino-tempfile v1.4.1 |
| 365 | 2026-04-23T13:04:50.476Z | Downloaded pest_derive v2.8.6 |
| 366 | 2026-04-23T13:04:50.482Z | Downloaded generic-array v0.14.7 |
| 367 | 2026-04-23T13:04:50.482Z | Downloaded synstructure v0.13.2 |
| 368 | 2026-04-23T13:04:50.482Z | Downloaded semver v1.0.27 |
| 369 | 2026-04-23T13:04:50.482Z | Downloaded heck v0.5.0 |
| 370 | 2026-04-23T13:04:50.486Z | Downloaded fs-err v3.3.0 |
| 371 | 2026-04-23T13:04:50.490Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-04-23T13:04:50.490Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-04-23T13:04:50.493Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-04-23T13:04:50.493Z | Downloaded getrandom v0.4.1 |
| 375 | 2026-04-23T13:04:50.498Z | Downloaded scroll v0.12.0 |
| 376 | 2026-04-23T13:04:50.498Z | Downloaded clap v4.5.60 |
| 377 | 2026-04-23T13:04:50.503Z | Downloaded num-traits v0.2.19 |
| 378 | 2026-04-23T13:04:50.506Z | Downloaded icu_collections v2.1.1 |
| 379 | 2026-04-23T13:04:50.510Z | Downloaded proc-macro2 v1.0.106 |
| 380 | 2026-04-23T13:04:50.513Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-04-23T13:04:50.518Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-04-23T13:04:50.526Z | Downloaded serde v1.0.228 |
| 383 | 2026-04-23T13:04:50.529Z | Downloaded idna v1.1.0 |
| 384 | 2026-04-23T13:04:50.536Z | Downloaded indexmap v2.13.0 |
| 385 | 2026-04-23T13:04:50.539Z | Downloaded memchr v2.8.0 |
| 386 | 2026-04-23T13:04:50.557Z | Downloaded pest v2.8.6 |
| 387 | 2026-04-23T13:04:50.576Z | Downloaded hashbrown v0.16.1 |
| 388 | 2026-04-23T13:04:50.586Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-04-23T13:04:50.586Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-04-23T13:04:50.586Z | Downloaded goblin v0.8.2 |
| 391 | 2026-04-23T13:04:50.589Z | Downloaded tabled v0.15.0 |
| 392 | 2026-04-23T13:04:50.601Z | Downloaded clap_builder v4.5.60 |
| 393 | 2026-04-23T13:04:50.610Z | Downloaded syn v1.0.109 |
| 394 | 2026-04-23T13:04:50.618Z | Downloaded syn v2.0.117 |
| 395 | 2026-04-23T13:04:50.629Z | Downloaded rustix v1.1.3 |
| 396 | 2026-04-23T13:04:50.664Z | Downloaded libc v0.2.185 |
| 397 | 2026-04-23T13:04:50.743Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-04-23T13:04:50.743Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-04-23T13:04:50.746Z | Compiling quote v1.0.44 |
| 400 | 2026-04-23T13:04:50.746Z | Compiling serde_core v1.0.228 |
| 401 | 2026-04-23T13:04:50.746Z | Compiling libc v0.2.185 |
| 402 | 2026-04-23T13:04:50.746Z | Compiling version_check v0.9.5 |
| 403 | 2026-04-23T13:04:50.746Z | Compiling serde v1.0.228 |
| 404 | 2026-04-23T13:04:50.746Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-04-23T13:04:50.746Z | Compiling memchr v2.8.0 |
| 406 | 2026-04-23T13:04:50.746Z | Compiling zmij v1.0.21 |
| 407 | 2026-04-23T13:04:50.958Z | Compiling autocfg v1.5.0 |
| 408 | 2026-04-23T13:04:50.962Z | Compiling itoa v1.0.17 |
| 409 | 2026-04-23T13:04:50.978Z | Compiling thiserror v1.0.69 |
| 410 | 2026-04-23T13:04:50.981Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-04-23T13:04:50.981Z | Compiling writeable v0.6.2 |
| 412 | 2026-04-23T13:04:51.215Z | Compiling litemap v0.8.1 |
| 413 | 2026-04-23T13:04:51.327Z | Compiling icu_normalizer_data v2.1.1 |
| 414 | 2026-04-23T13:04:51.362Z | Compiling rustix v1.1.3 |
| 415 | 2026-04-23T13:04:51.507Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-04-23T13:04:51.575Z | Compiling pest v2.8.6 |
| 417 | 2026-04-23T13:04:51.602Z | Compiling byteorder v1.5.0 |
| 418 | 2026-04-23T13:04:51.834Z | Compiling bitflags v2.11.0 |
| 419 | 2026-04-23T13:04:51.837Z | Compiling serde_json v1.0.149 |
| 420 | 2026-04-23T13:04:51.856Z | Compiling num-traits v0.2.19 |
| 421 | 2026-04-23T13:04:51.951Z | Compiling typeid v1.0.3 |
| 422 | 2026-04-23T13:04:52.056Z | Compiling hashbrown v0.16.1 |
| 423 | 2026-04-23T13:04:52.124Z | Compiling equivalent v1.0.2 |
| 424 | 2026-04-23T13:04:52.199Z | Compiling smallvec v1.15.1 |
| 425 | 2026-04-23T13:04:52.224Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2026-04-23T13:04:52.231Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-04-23T13:04:52.313Z | Compiling syn v1.0.109 |
| 428 | 2026-04-23T13:04:52.316Z | Compiling toml_write v0.1.2 |
| 429 | 2026-04-23T13:04:52.407Z | Compiling errno v0.3.14 |
| 430 | 2026-04-23T13:04:52.432Z | Compiling thread-id v4.2.2 |
| 431 | 2026-04-23T13:04:52.457Z | Compiling erased-serde v0.4.9 |
| 432 | 2026-04-23T13:04:52.461Z | Compiling winnow v0.7.14 |
| 433 | 2026-04-23T13:04:52.527Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2026-04-23T13:04:52.629Z | Compiling thiserror v2.0.18 |
| 435 | 2026-04-23T13:04:52.635Z | Compiling plain v0.2.3 |
| 436 | 2026-04-23T13:04:52.636Z | Compiling utf8_iter v1.0.4 |
| 437 | 2026-04-23T13:04:52.721Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-04-23T13:04:52.838Z | Compiling indexmap v2.13.0 |
| 439 | 2026-04-23T13:04:52.862Z | Compiling log v0.4.29 |
| 440 | 2026-04-23T13:04:52.865Z | Compiling utf8parse v0.2.2 |
| 441 | 2026-04-23T13:04:52.890Z | Compiling camino v1.2.2 |
| 442 | 2026-04-23T13:04:52.951Z | Compiling getrandom v0.4.1 |
| 443 | 2026-04-23T13:04:52.972Z | Compiling form_urlencoded v1.2.2 |
| 444 | 2026-04-23T13:04:53.017Z | Compiling anstyle-parse v0.2.7 |
| 445 | 2026-04-23T13:04:53.034Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-04-23T13:04:53.085Z | Compiling syn v2.0.117 |
| 447 | 2026-04-23T13:04:53.318Z | Compiling cfg-if v1.0.4 |
| 448 | 2026-04-23T13:04:53.378Z | Compiling anstyle-query v1.1.5 |
| 449 | 2026-04-23T13:04:53.421Z | Compiling pretty-hex v0.4.1 |
| 450 | 2026-04-23T13:04:53.425Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-04-23T13:04:53.444Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-04-23T13:04:53.497Z | Compiling anstyle v1.0.13 |
| 453 | 2026-04-23T13:04:53.598Z | Compiling ordered-float v2.10.1 |
| 454 | 2026-04-23T13:04:53.620Z | Compiling fs-err v3.3.0 |
| 455 | 2026-04-23T13:04:53.680Z | Compiling clap_lex v1.0.0 |
| 456 | 2026-04-23T13:04:53.685Z | Compiling heck v0.5.0 |
| 457 | 2026-04-23T13:04:53.726Z | Compiling anstream v0.6.21 |
| 458 | 2026-04-23T13:04:53.751Z | Compiling unicode-xid v0.2.6 |
| 459 | 2026-04-23T13:04:53.774Z | Compiling anyhow v1.0.102 |
| 460 | 2026-04-23T13:04:53.800Z | Compiling once_cell v1.21.3 |
| 461 | 2026-04-23T13:04:53.898Z | Compiling terminal_size v0.4.3 |
| 462 | 2026-04-23T13:04:53.917Z | Compiling heck v0.4.1 |
| 463 | 2026-04-23T13:04:53.972Z | Compiling bytecount v0.6.9 |
| 464 | 2026-04-23T13:04:53.999Z | Compiling fnv v1.0.7 |
| 465 | 2026-04-23T13:04:54.030Z | Compiling strsim v0.11.1 |
| 466 | 2026-04-23T13:04:54.074Z | Compiling fastrand v2.3.0 |
| 467 | 2026-04-23T13:04:54.096Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-04-23T13:04:54.144Z | Compiling memmap v0.7.0 |
| 469 | 2026-04-23T13:04:54.168Z | Compiling unicode-width v0.2.0 |
| 470 | 2026-04-23T13:04:54.274Z | Compiling unicode-linebreak v0.1.5 |
| 471 | 2026-04-23T13:04:54.301Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-04-23T13:04:54.499Z | Compiling semver v1.0.27 |
| 473 | 2026-04-23T13:04:54.555Z | Compiling papergrid v0.11.0 |
| 474 | 2026-04-23T13:04:54.575Z | Compiling tempfile v3.25.0 |
| 475 | 2026-04-23T13:04:54.578Z | Compiling smawk v0.3.2 |
| 476 | 2026-04-23T13:04:54.673Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 477 | 2026-04-23T13:04:54.955Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-04-23T13:04:55.006Z | Compiling textwrap v0.16.2 |
| 479 | 2026-04-23T13:04:55.037Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-04-23T13:04:55.041Z | Compiling swrite v0.1.0 |
| 481 | 2026-04-23T13:04:55.508Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-04-23T13:04:56.351Z | Compiling tabled v0.15.0 |
| 483 | 2026-04-23T13:04:56.630Z | Compiling synstructure v0.13.2 |
| 484 | 2026-04-23T13:04:56.630Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-04-23T13:04:57.393Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-04-23T13:04:57.393Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-04-23T13:04:57.398Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-04-23T13:04:57.399Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-04-23T13:04:57.399Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-04-23T13:04:57.399Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-04-23T13:04:57.399Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-04-23T13:04:57.399Z | Compiling pest_derive v2.8.6 |
| 493 | 2026-04-23T13:04:57.399Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-04-23T13:04:57.399Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-04-23T13:04:57.399Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-04-23T13:04:58.309Z | Compiling scroll v0.12.0 |
| 497 | 2026-04-23T13:04:58.400Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-04-23T13:04:58.613Z | Compiling zerofrom v0.1.6 |
| 499 | 2026-04-23T13:04:58.657Z | Compiling goblin v0.8.2 |
| 500 | 2026-04-23T13:04:58.752Z | Compiling yoke v0.8.1 |
| 501 | 2026-04-23T13:04:58.906Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-04-23T13:04:59.014Z | Compiling zerovec v0.11.5 |
| 503 | 2026-04-23T13:04:59.014Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-04-23T13:04:59.317Z | Compiling clap v4.5.60 |
| 505 | 2026-04-23T13:04:59.603Z | Compiling tinystr v0.8.2 |
| 506 | 2026-04-23T13:04:59.603Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-04-23T13:04:59.757Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-04-23T13:04:59.792Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-04-23T13:05:00.543Z | Compiling icu_provider v2.1.1 |
| 510 | 2026-04-23T13:05:00.808Z | Compiling serde_spanned v0.6.9 |
| 511 | 2026-04-23T13:05:00.808Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-04-23T13:05:00.808Z | Compiling serde-value v0.7.0 |
| 513 | 2026-04-23T13:05:00.813Z | Compiling cargo-platform v0.2.0 |
| 514 | 2026-04-23T13:05:00.813Z | Compiling macaddr v1.0.1 |
| 515 | 2026-04-23T13:05:00.828Z | Compiling icu_normalizer v2.1.1 |
| 516 | 2026-04-23T13:05:00.831Z | Compiling icu_properties v2.1.2 |
| 517 | 2026-04-23T13:05:00.831Z | Compiling dof v0.3.0 |
| 518 | 2026-04-23T13:05:00.831Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-04-23T13:05:01.125Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-04-23T13:05:01.793Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-04-23T13:05:01.796Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-04-23T13:05:02.046Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-04-23T13:05:02.174Z | Compiling idna v1.1.0 |
| 524 | 2026-04-23T13:05:02.514Z | Compiling url v2.5.8 |
| 525 | 2026-04-23T13:05:02.535Z | Compiling usdt v0.5.0 |
| 526 | 2026-04-23T13:05:02.868Z | Compiling toml v0.8.23 |
| 527 | 2026-04-23T13:05:03.320Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-04-23T13:05:03.320Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-04-23T13:05:04.459Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-04-23T13:05:05.710Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-04-23T13:05:08.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.96s |
| 532 | 2026-04-23T13:05:08.826Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-04-23T13:05:09.552Z | Downloading crates ... |
| 534 | 2026-04-23T13:05:09.660Z | Downloaded arrayref v0.3.9 |
| 535 | 2026-04-23T13:05:09.665Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-04-23T13:05:09.673Z | Downloaded backoff v0.4.0 |
| 537 | 2026-04-23T13:05:09.676Z | Downloaded darling_macro v0.20.11 |
| 538 | 2026-04-23T13:05:09.680Z | Downloaded endian-type v0.1.2 |
| 539 | 2026-04-23T13:05:09.680Z | Downloaded defmt v0.3.100 |
| 540 | 2026-04-23T13:05:09.680Z | Downloaded bitfield v0.19.4 |
| 541 | 2026-04-23T13:05:09.685Z | Downloaded data-encoding v2.10.0 |
| 542 | 2026-04-23T13:05:09.685Z | Downloaded bit-set v0.5.3 |
| 543 | 2026-04-23T13:05:09.686Z | Downloaded bitfield-macros v0.19.4 |
| 544 | 2026-04-23T13:05:09.686Z | Downloaded array-init v0.0.4 |
| 545 | 2026-04-23T13:05:09.689Z | Downloaded bit-vec v0.6.3 |
| 546 | 2026-04-23T13:05:09.689Z | Downloaded bit-set v0.8.0 |
| 547 | 2026-04-23T13:05:09.689Z | Downloaded crossbeam-epoch v0.9.18 |
| 548 | 2026-04-23T13:05:09.692Z | Downloaded base16ct v0.2.0 |
| 549 | 2026-04-23T13:05:09.692Z | Downloaded crc32fast v1.5.0 |
| 550 | 2026-04-23T13:05:09.695Z | Downloaded aho-corasick v1.1.4 |
| 551 | 2026-04-23T13:05:09.702Z | Downloaded cfg_aliases v0.1.1 |
| 552 | 2026-04-23T13:05:09.702Z | Downloaded crossbeam-utils v0.8.21 |
| 553 | 2026-04-23T13:05:09.706Z | Downloaded crossbeam-deque v0.8.6 |
| 554 | 2026-04-23T13:05:09.706Z | Downloaded defmt v1.0.1 |
| 555 | 2026-04-23T13:05:09.719Z | Downloaded fs-err v2.11.0 |
| 556 | 2026-04-23T13:05:09.719Z | Downloaded atomic-waker v1.1.2 |
| 557 | 2026-04-23T13:05:09.719Z | Downloaded erased-serde v0.3.31 |
| 558 | 2026-04-23T13:05:09.719Z | Downloaded compression-core v0.4.31 |
| 559 | 2026-04-23T13:05:09.719Z | Downloaded block-padding v0.3.3 |
| 560 | 2026-04-23T13:05:09.719Z | Downloaded fixedbitset v0.5.7 |
| 561 | 2026-04-23T13:05:09.723Z | Downloaded daft-derive v0.1.5 |
| 562 | 2026-04-23T13:05:09.723Z | Downloaded cmake v0.1.57 |
| 563 | 2026-04-23T13:05:09.723Z | Downloaded buf-list v1.1.2 |
| 564 | 2026-04-23T13:05:09.726Z | Downloaded env_logger v0.11.9 |
| 565 | 2026-04-23T13:05:09.726Z | Downloaded bit-vec v0.8.0 |
| 566 | 2026-04-23T13:05:09.729Z | Downloaded foldhash v0.1.5 |
| 567 | 2026-04-23T13:05:09.729Z | Downloaded bcs v0.1.6 |
| 568 | 2026-04-23T13:05:09.732Z | Downloaded argon2 v0.5.3 |
| 569 | 2026-04-23T13:05:09.732Z | Downloaded der_derive v0.7.3 |
| 570 | 2026-04-23T13:05:09.735Z | Downloaded float-ord v0.3.2 |
| 571 | 2026-04-23T13:05:09.735Z | Downloaded darling_macro v0.21.3 |
| 572 | 2026-04-23T13:05:09.739Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 573 | 2026-04-23T13:05:09.739Z | Downloaded fd-lock v4.0.4 |
| 574 | 2026-04-23T13:05:09.742Z | Downloaded ciborium-io v0.2.2 |
| 575 | 2026-04-23T13:05:09.742Z | Downloaded cstr-argument v0.1.2 |
| 576 | 2026-04-23T13:05:09.742Z | Downloaded crc-catalog v2.4.0 |
| 577 | 2026-04-23T13:05:09.744Z | Downloaded either v1.15.0 |
| 578 | 2026-04-23T13:05:09.744Z | Downloaded filetime v0.2.27 |
| 579 | 2026-04-23T13:05:09.749Z | Downloaded cpufeatures v0.3.0 |
| 580 | 2026-04-23T13:05:09.749Z | Downloaded flagset v0.4.7 |
| 581 | 2026-04-23T13:05:09.752Z | Downloaded downcast-rs v2.0.2 |
| 582 | 2026-04-23T13:05:09.752Z | Downloaded fixedbitset v0.4.2 |
| 583 | 2026-04-23T13:05:09.752Z | Downloaded cfg_aliases v0.2.1 |
| 584 | 2026-04-23T13:05:09.752Z | Downloaded assert_matches v1.5.0 |
| 585 | 2026-04-23T13:05:09.756Z | Downloaded defmt-macros v1.0.1 |
| 586 | 2026-04-23T13:05:09.758Z | Downloaded env_filter v1.0.0 |
| 587 | 2026-04-23T13:05:09.758Z | Downloaded convert_case v0.4.0 |
| 588 | 2026-04-23T13:05:09.758Z | Downloaded enum-as-inner v0.6.1 |
| 589 | 2026-04-23T13:05:09.761Z | Downloaded dtrace-parser v0.3.0 |
| 590 | 2026-04-23T13:05:09.761Z | Downloaded dyn-clone v1.0.20 |
| 591 | 2026-04-23T13:05:09.764Z | Downloaded atty v0.2.14 |
| 592 | 2026-04-23T13:05:09.764Z | Downloaded dirs-sys-next v0.1.2 |
| 593 | 2026-04-23T13:05:09.768Z | Downloaded foreign-types-shared v0.1.1 |
| 594 | 2026-04-23T13:05:09.768Z | Downloaded embedded-io v0.6.1 |
| 595 | 2026-04-23T13:05:09.768Z | Downloaded dunce v1.0.5 |
| 596 | 2026-04-23T13:05:09.771Z | Downloaded atomicwrites v0.4.4 |
| 597 | 2026-04-23T13:05:09.771Z | Downloaded foreign-types v0.5.0 |
| 598 | 2026-04-23T13:05:09.771Z | Downloaded defmt-parser v1.0.0 |
| 599 | 2026-04-23T13:05:09.771Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 600 | 2026-04-23T13:05:09.774Z | Downloaded foreign-types-macros v0.2.3 |
| 601 | 2026-04-23T13:05:09.774Z | Downloaded crc8 v0.1.1 |
| 602 | 2026-04-23T13:05:09.774Z | Downloaded document-features v0.2.12 |
| 603 | 2026-04-23T13:05:09.777Z | Downloaded difflib v0.4.0 |
| 604 | 2026-04-23T13:05:09.777Z | Downloaded cbc v0.1.2 |
| 605 | 2026-04-23T13:05:09.784Z | Downloaded dof v0.4.0 |
| 606 | 2026-04-23T13:05:09.784Z | Downloaded cobs v0.3.0 |
| 607 | 2026-04-23T13:05:09.784Z | Downloaded display-error-chain v0.2.2 |
| 608 | 2026-04-23T13:05:09.784Z | Downloaded cassowary v0.3.0 |
| 609 | 2026-04-23T13:05:09.787Z | Downloaded bitflags v1.3.2 |
| 610 | 2026-04-23T13:05:09.787Z | Downloaded foreign-types v0.3.2 |
| 611 | 2026-04-23T13:05:09.787Z | Downloaded ahash v0.8.12 |
| 612 | 2026-04-23T13:05:09.790Z | Downloaded futures-io v0.3.32 |
| 613 | 2026-04-23T13:05:09.790Z | Downloaded futures-sink v0.3.32 |
| 614 | 2026-04-23T13:05:09.790Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-04-23T13:05:09.795Z | Downloaded float-cmp v0.10.0 |
| 616 | 2026-04-23T13:05:09.795Z | Downloaded futures-task v0.3.32 |
| 617 | 2026-04-23T13:05:09.804Z | Downloaded futures-core v0.3.32 |
| 618 | 2026-04-23T13:05:09.804Z | Downloaded funty v2.0.0 |
| 619 | 2026-04-23T13:05:09.804Z | Downloaded daft v0.1.5 |
| 620 | 2026-04-23T13:05:09.804Z | Downloaded base64ct v1.8.3 |
| 621 | 2026-04-23T13:05:09.804Z | Downloaded clang-sys v1.8.1 |
| 622 | 2026-04-23T13:05:09.804Z | Downloaded git-stub v1.0.0 |
| 623 | 2026-04-23T13:05:09.808Z | Downloaded hash32 v0.2.1 |
| 624 | 2026-04-23T13:05:09.808Z | Downloaded gethostname v0.5.0 |
| 625 | 2026-04-23T13:05:09.808Z | Downloaded headers-core v0.3.0 |
| 626 | 2026-04-23T13:05:09.808Z | Downloaded fxhash v0.2.1 |
| 627 | 2026-04-23T13:05:09.811Z | Downloaded futures-macro v0.3.32 |
| 628 | 2026-04-23T13:05:09.811Z | Downloaded globwalk v0.9.1 |
| 629 | 2026-04-23T13:05:09.811Z | Downloaded arrayvec v0.7.6 |
| 630 | 2026-04-23T13:05:09.816Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 631 | 2026-04-23T13:05:09.816Z | Downloaded crucible-workspace-hack v0.1.0 |
| 632 | 2026-04-23T13:05:09.816Z | Downloaded hex-literal v0.4.1 |
| 633 | 2026-04-23T13:05:09.820Z | Downloaded byte-wrapper v0.1.0 |
| 634 | 2026-04-23T13:05:09.820Z | Downloaded diesel-dtrace v0.5.0 |
| 635 | 2026-04-23T13:05:09.820Z | Downloaded foldhash v0.2.0 |
| 636 | 2026-04-23T13:05:09.823Z | Downloaded castaway v0.2.4 |
| 637 | 2026-04-23T13:05:09.823Z | Downloaded fallible-iterator v0.2.0 |
| 638 | 2026-04-23T13:05:09.823Z | Downloaded hash32 v0.3.1 |
| 639 | 2026-04-23T13:05:09.826Z | Downloaded constant_time_eq v0.4.2 |
| 640 | 2026-04-23T13:05:09.829Z | Downloaded compression-codecs v0.4.37 |
| 641 | 2026-04-23T13:05:09.829Z | Downloaded hostname v0.3.1 |
| 642 | 2026-04-23T13:05:09.832Z | Downloaded cexpr v0.6.0 |
| 643 | 2026-04-23T13:05:09.835Z | Downloaded hubpack_derive v0.1.1 |
| 644 | 2026-04-23T13:05:09.835Z | Downloaded convert_case v0.10.0 |
| 645 | 2026-04-23T13:05:09.836Z | Downloaded blowfish v0.9.1 |
| 646 | 2026-04-23T13:05:09.838Z | Downloaded find-msvc-tools v0.1.9 |
| 647 | 2026-04-23T13:05:09.838Z | Downloaded httpdate v1.0.3 |
| 648 | 2026-04-23T13:05:09.841Z | Downloaded derive_builder_core v0.20.2 |
| 649 | 2026-04-23T13:05:09.841Z | Downloaded hex v0.4.3 |
| 650 | 2026-04-23T13:05:09.845Z | Downloaded deranged v0.5.8 |
| 651 | 2026-04-23T13:05:09.845Z | Downloaded darling v0.23.0 |
| 652 | 2026-04-23T13:05:09.848Z | Downloaded drift v0.1.3 |
| 653 | 2026-04-23T13:05:09.852Z | Downloaded hubpack v0.1.2 |
| 654 | 2026-04-23T13:05:09.856Z | Downloaded crossbeam-channel v0.5.15 |
| 655 | 2026-04-23T13:05:09.859Z | Downloaded http-range v0.1.5 |
| 656 | 2026-04-23T13:05:09.859Z | Downloaded hostname v0.4.2 |
| 657 | 2026-04-23T13:05:09.866Z | Downloaded colored v3.1.1 |
| 658 | 2026-04-23T13:05:09.866Z | Downloaded indoc v1.0.9 |
| 659 | 2026-04-23T13:05:09.869Z | Downloaded hyper-tls v0.6.0 |
| 660 | 2026-04-23T13:05:09.869Z | Downloaded group v0.13.0 |
| 661 | 2026-04-23T13:05:09.869Z | Downloaded ghash v0.5.1 |
| 662 | 2026-04-23T13:05:09.869Z | Downloaded futures-executor v0.3.32 |
| 663 | 2026-04-23T13:05:09.874Z | Downloaded fs_extra v1.3.0 |
| 664 | 2026-04-23T13:05:09.874Z | Downloaded indent_write v2.2.0 |
| 665 | 2026-04-23T13:05:09.879Z | Downloaded internet-checksum v0.2.1 |
| 666 | 2026-04-23T13:05:09.879Z | Downloaded is-terminal v0.4.17 |
| 667 | 2026-04-23T13:05:09.879Z | Downloaded instant v0.1.13 |
| 668 | 2026-04-23T13:05:09.879Z | Downloaded globset v0.4.18 |
| 669 | 2026-04-23T13:05:09.879Z | Downloaded instability v0.3.11 |
| 670 | 2026-04-23T13:05:09.882Z | Downloaded glob v0.3.3 |
| 671 | 2026-04-23T13:05:09.882Z | Downloaded git-stub-vcs v0.1.0 |
| 672 | 2026-04-23T13:05:09.887Z | Downloaded ident_case v1.0.1 |
| 673 | 2026-04-23T13:05:09.887Z | Downloaded is_ci v1.2.0 |
| 674 | 2026-04-23T13:05:09.887Z | Downloaded const_format_proc_macros v0.2.34 |
| 675 | 2026-04-23T13:05:09.887Z | Downloaded colored v2.2.0 |
| 676 | 2026-04-23T13:05:09.890Z | Downloaded bzip2 v0.6.1 |
| 677 | 2026-04-23T13:05:09.893Z | Downloaded base64 v0.22.1 |
| 678 | 2026-04-23T13:05:09.908Z | Downloaded libscf-sys v1.1.0 |
| 679 | 2026-04-23T13:05:09.913Z | Downloaded highway v1.3.0 |
| 680 | 2026-04-23T13:05:09.913Z | Downloaded derive_builder v0.20.2 |
| 681 | 2026-04-23T13:05:09.916Z | Downloaded dropshot_endpoint v0.16.7 |
| 682 | 2026-04-23T13:05:09.919Z | Downloaded darling v0.20.11 |
| 683 | 2026-04-23T13:05:09.922Z | Downloaded lru-slab v0.1.2 |
| 684 | 2026-04-23T13:05:09.925Z | Downloaded linked-hash-map v0.5.6 |
| 685 | 2026-04-23T13:05:09.925Z | Downloaded hyper-staticfile v0.10.1 |
| 686 | 2026-04-23T13:05:09.928Z | Downloaded humantime v2.3.0 |
| 687 | 2026-04-23T13:05:09.928Z | Downloaded lru v0.12.5 |
| 688 | 2026-04-23T13:05:09.931Z | Downloaded multimap v0.10.1 |
| 689 | 2026-04-23T13:05:09.931Z | Downloaded memoffset v0.9.1 |
| 690 | 2026-04-23T13:05:09.934Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 691 | 2026-04-23T13:05:09.934Z | Downloaded match_cfg v0.1.0 |
| 692 | 2026-04-23T13:05:09.937Z | Downloaded maplit v1.0.2 |
| 693 | 2026-04-23T13:05:09.937Z | Downloaded ipnetwork v0.21.1 |
| 694 | 2026-04-23T13:05:09.941Z | Downloaded mime v0.3.17 |
| 695 | 2026-04-23T13:05:09.941Z | Downloaded md5 v0.7.0 |
| 696 | 2026-04-23T13:05:09.941Z | Downloaded md-5 v0.10.6 |
| 697 | 2026-04-23T13:05:09.944Z | Downloaded maybe-uninit v2.0.0 |
| 698 | 2026-04-23T13:05:09.944Z | Downloaded newline-converter v0.3.0 |
| 699 | 2026-04-23T13:05:09.944Z | Downloaded nodrop v0.1.14 |
| 700 | 2026-04-23T13:05:09.944Z | Downloaded num v0.4.3 |
| 701 | 2026-04-23T13:05:09.949Z | Downloaded getrandom v0.2.17 |
| 702 | 2026-04-23T13:05:09.949Z | Downloaded newtype_derive v0.1.6 |
| 703 | 2026-04-23T13:05:09.954Z | Downloaded num-conv v0.2.0 |
| 704 | 2026-04-23T13:05:09.954Z | Downloaded ipnet v2.11.0 |
| 705 | 2026-04-23T13:05:09.954Z | Downloaded inout v0.1.4 |
| 706 | 2026-04-23T13:05:09.954Z | Downloaded ingot-types v0.1.2 |
| 707 | 2026-04-23T13:05:09.959Z | Downloaded ingot v0.1.1 |
| 708 | 2026-04-23T13:05:09.959Z | Downloaded chacha20 v0.10.0 |
| 709 | 2026-04-23T13:05:09.959Z | Downloaded blake2 v0.10.6 |
| 710 | 2026-04-23T13:05:09.963Z | Downloaded newtype-uuid-macros v0.1.0 |
| 711 | 2026-04-23T13:05:09.963Z | Downloaded new_debug_unreachable v1.0.6 |
| 712 | 2026-04-23T13:05:09.963Z | Downloaded indoc v2.0.7 |
| 713 | 2026-04-23T13:05:09.967Z | Downloaded normalize-line-endings v0.3.0 |
| 714 | 2026-04-23T13:05:09.967Z | Downloaded nonempty v0.12.0 |
| 715 | 2026-04-23T13:05:09.971Z | Downloaded libefi-sys v0.1.0 |
| 716 | 2026-04-23T13:05:09.971Z | Downloaded jobserver v0.1.34 |
| 717 | 2026-04-23T13:05:09.971Z | Downloaded num_enum_derive v0.5.11 |
| 718 | 2026-04-23T13:05:09.974Z | Downloaded num-iter v0.1.45 |
| 719 | 2026-04-23T13:05:09.974Z | Downloaded diff v0.1.13 |
| 720 | 2026-04-23T13:05:09.977Z | Downloaded dropshot_endpoint v0.17.0 |
| 721 | 2026-04-23T13:05:09.980Z | Downloaded httparse v1.10.1 |
| 722 | 2026-04-23T13:05:09.980Z | Downloaded http-body-util v0.1.3 |
| 723 | 2026-04-23T13:05:09.983Z | Downloaded hmac v0.12.1 |
| 724 | 2026-04-23T13:05:09.983Z | Downloaded num-derive v0.3.3 |
| 725 | 2026-04-23T13:05:09.986Z | Downloaded opaque-debug v0.3.1 |
| 726 | 2026-04-23T13:05:09.986Z | Downloaded olpc-cjson v0.1.4 |
| 727 | 2026-04-23T13:05:09.989Z | Downloaded num_threads v0.1.7 |
| 728 | 2026-04-23T13:05:09.989Z | Downloaded num-derive v0.4.2 |
| 729 | 2026-04-23T13:05:09.992Z | Downloaded libsw-core v0.3.2 |
| 730 | 2026-04-23T13:05:09.992Z | Downloaded managed v0.8.0 |
| 731 | 2026-04-23T13:05:09.995Z | Downloaded openssl-probe v0.1.6 |
| 732 | 2026-04-23T13:05:09.995Z | Downloaded lock_api v0.4.14 |
| 733 | 2026-04-23T13:05:09.998Z | Downloaded libsw v3.5.0 |
| 734 | 2026-04-23T13:05:09.998Z | Downloaded nanorand v0.7.0 |
| 735 | 2026-04-23T13:05:10.001Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-04-23T13:05:10.001Z | Downloaded iana-time-zone v0.1.65 |
| 737 | 2026-04-23T13:05:10.004Z | Downloaded half v2.7.1 |
| 738 | 2026-04-23T13:05:10.007Z | Downloaded nibble_vec v0.1.0 |
| 739 | 2026-04-23T13:05:10.007Z | Downloaded futures v0.3.32 |
| 740 | 2026-04-23T13:05:10.022Z | Downloaded packed_struct_codegen v0.10.1 |
| 741 | 2026-04-23T13:05:10.022Z | Downloaded oso-derive v0.27.3 |
| 742 | 2026-04-23T13:05:10.022Z | Downloaded openssl-probe v0.2.1 |
| 743 | 2026-04-23T13:05:10.022Z | Downloaded mime_guess v2.0.5 |
| 744 | 2026-04-23T13:05:10.022Z | Downloaded getrandom v0.3.4 |
| 745 | 2026-04-23T13:05:10.022Z | Downloaded pbkdf2 v0.11.0 |
| 746 | 2026-04-23T13:05:10.022Z | Downloaded pbkdf2 v0.12.2 |
| 747 | 2026-04-23T13:05:10.026Z | Downloaded multer v3.1.0 |
| 748 | 2026-04-23T13:05:10.026Z | Downloaded nu-ansi-term v0.50.3 |
| 749 | 2026-04-23T13:05:10.031Z | Downloaded const_format v0.2.35 |
| 750 | 2026-04-23T13:05:10.032Z | Downloaded newtype-uuid v1.3.2 |
| 751 | 2026-04-23T13:05:10.034Z | Downloaded native-tls v0.2.18 |
| 752 | 2026-04-23T13:05:10.034Z | Downloaded compact_str v0.8.1 |
| 753 | 2026-04-23T13:05:10.038Z | Downloaded elliptic-curve v0.13.8 |
| 754 | 2026-04-23T13:05:10.040Z | Downloaded derive_more v0.99.20 |
| 755 | 2026-04-23T13:05:10.043Z | Downloaded phf_shared v0.11.3 |
| 756 | 2026-04-23T13:05:10.046Z | Downloaded bytes v1.11.1 |
| 757 | 2026-04-23T13:05:10.050Z | Downloaded base64 v0.21.7 |
| 758 | 2026-04-23T13:05:10.053Z | Downloaded phf_shared v0.12.1 |
| 759 | 2026-04-23T13:05:10.053Z | Downloaded litrs v1.0.0 |
| 760 | 2026-04-23T13:05:10.056Z | Downloaded num-rational v0.4.2 |
| 761 | 2026-04-23T13:05:10.057Z | Downloaded darling_core v0.21.3 |
| 762 | 2026-04-23T13:05:10.060Z | Downloaded pin-utils v0.1.0 |
| 763 | 2026-04-23T13:05:10.064Z | Downloaded phf_shared v0.13.1 |
| 764 | 2026-04-23T13:05:10.064Z | Downloaded memmap2 v0.9.10 |
| 765 | 2026-04-23T13:05:10.067Z | Downloaded precomputed-hash v0.1.1 |
| 766 | 2026-04-23T13:05:10.067Z | Downloaded linear-map v1.2.0 |
| 767 | 2026-04-23T13:05:10.067Z | Downloaded predicates-tree v1.0.13 |
| 768 | 2026-04-23T13:05:10.070Z | Downloaded derive-where v1.6.0 |
| 769 | 2026-04-23T13:05:10.073Z | Downloaded openssl-macros v0.1.1 |
| 770 | 2026-04-23T13:05:10.073Z | Downloaded powerfmt v0.2.0 |
| 771 | 2026-04-23T13:05:10.076Z | Downloaded predicates-core v1.0.10 |
| 772 | 2026-04-23T13:05:10.076Z | Downloaded indexmap v1.9.3 |
| 773 | 2026-04-23T13:05:10.078Z | Downloaded ignore v0.4.25 |
| 774 | 2026-04-23T13:05:10.081Z | Downloaded progenitor-client v0.10.0 |
| 775 | 2026-04-23T13:05:10.081Z | Downloaded owo-colors v4.3.0 |
| 776 | 2026-04-23T13:05:10.084Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 777 | 2026-04-23T13:05:10.084Z | Downloaded oxnet v0.1.4 |
| 778 | 2026-04-23T13:05:10.087Z | Downloaded flate2 v1.1.9 |
| 779 | 2026-04-23T13:05:10.090Z | Downloaded proc-macro-crate v3.4.0 |
| 780 | 2026-04-23T13:05:10.090Z | Downloaded parking_lot_core v0.8.6 |
| 781 | 2026-04-23T13:05:10.093Z | Downloaded proc-macro-crate v1.3.1 |
| 782 | 2026-04-23T13:05:10.093Z | Downloaded oxide-tokio-rt v0.1.4 |
| 783 | 2026-04-23T13:05:10.095Z | Downloaded allocator-api2 v0.2.21 |
| 784 | 2026-04-23T13:05:10.098Z | Downloaded peg-runtime v0.8.5 |
| 785 | 2026-04-23T13:05:10.098Z | Downloaded path-slash v0.1.5 |
| 786 | 2026-04-23T13:05:10.102Z | Downloaded arc-swap v1.8.2 |
| 787 | 2026-04-23T13:05:10.104Z | Downloaded parse-size v1.1.0 |
| 788 | 2026-04-23T13:05:10.104Z | Downloaded num_enum_derive v0.7.5 |
| 789 | 2026-04-23T13:05:10.104Z | Downloaded num_enum v0.7.5 |
| 790 | 2026-04-23T13:05:10.108Z | Downloaded progenitor-macro v0.11.2 |
| 791 | 2026-04-23T13:05:10.116Z | Downloaded progenitor-macro v0.10.0 |
| 792 | 2026-04-23T13:05:10.116Z | Downloaded pem v3.0.6 |
| 793 | 2026-04-23T13:05:10.120Z | Downloaded psl-types v2.0.11 |
| 794 | 2026-04-23T13:05:10.121Z | Downloaded progenitor-macro v0.13.0 |
| 795 | 2026-04-23T13:05:10.121Z | Downloaded peg-macros v0.8.5 |
| 796 | 2026-04-23T13:05:10.121Z | Downloaded phf v0.12.1 |
| 797 | 2026-04-23T13:05:10.121Z | Downloaded crypto-bigint v0.5.5 |
| 798 | 2026-04-23T13:05:10.129Z | Downloaded phf v0.13.1 |
| 799 | 2026-04-23T13:05:10.129Z | Downloaded num-integer v0.1.46 |
| 800 | 2026-04-23T13:05:10.129Z | Downloaded libbz2-rs-sys v0.2.2 |
| 801 | 2026-04-23T13:05:10.129Z | Downloaded pin-project-lite v0.2.17 |
| 802 | 2026-04-23T13:05:10.133Z | Downloaded radium v0.7.0 |
| 803 | 2026-04-23T13:05:10.133Z | Downloaded expectorate v1.2.0 |
| 804 | 2026-04-23T13:05:10.137Z | Downloaded darling_core v0.23.0 |
| 805 | 2026-04-23T13:05:10.140Z | Downloaded ref-cast v1.0.25 |
| 806 | 2026-04-23T13:05:10.144Z | Downloaded recursive v0.1.1 |
| 807 | 2026-04-23T13:05:10.144Z | Downloaded pkg-config v0.3.32 |
| 808 | 2026-04-23T13:05:10.147Z | Downloaded postgres-protocol v0.6.10 |
| 809 | 2026-04-23T13:05:10.147Z | Downloaded polyval v0.6.2 |
| 810 | 2026-04-23T13:05:10.147Z | Downloaded ed25519-dalek v2.2.0 |
| 811 | 2026-04-23T13:05:10.150Z | Downloaded pin-project-internal v1.1.11 |
| 812 | 2026-04-23T13:05:10.153Z | Downloaded proc-macro-error2 v2.0.1 |
| 813 | 2026-04-23T13:05:10.156Z | Downloaded progenitor-client v0.13.0 |
| 814 | 2026-04-23T13:05:10.156Z | Downloaded rand_chacha v0.3.1 |
| 815 | 2026-04-23T13:05:10.158Z | Downloaded progenitor-client v0.11.2 |
| 816 | 2026-04-23T13:05:10.158Z | Downloaded rand_xorshift v0.4.0 |
| 817 | 2026-04-23T13:05:10.158Z | Downloaded ref-cast-impl v1.0.25 |
| 818 | 2026-04-23T13:05:10.162Z | Downloaded progenitor v0.10.0 |
| 819 | 2026-04-23T13:05:10.162Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 820 | 2026-04-23T13:05:10.164Z | Downloaded progenitor v0.11.2 |
| 821 | 2026-04-23T13:05:10.165Z | Downloaded rfc6979 v0.4.0 |
| 822 | 2026-04-23T13:05:10.165Z | Downloaded progenitor v0.13.0 |
| 823 | 2026-04-23T13:05:10.168Z | Downloaded parking_lot v0.11.2 |
| 824 | 2026-04-23T13:05:10.168Z | Downloaded derive_more v2.1.1 |
| 825 | 2026-04-23T13:05:10.177Z | Downloaded progenitor-extras v0.1.1 |
| 826 | 2026-04-23T13:05:10.179Z | Downloaded headers v0.4.1 |
| 827 | 2026-04-23T13:05:10.183Z | Downloaded psm v0.1.30 |
| 828 | 2026-04-23T13:05:10.186Z | Downloaded derive_more-impl v2.1.1 |
| 829 | 2026-04-23T13:05:10.190Z | Downloaded quick-error v1.2.3 |
| 830 | 2026-04-23T13:05:10.194Z | Downloaded pkcs1 v0.7.5 |
| 831 | 2026-04-23T13:05:10.199Z | Downloaded aes v0.8.4 |
| 832 | 2026-04-23T13:05:10.199Z | Downloaded r2d2 v0.8.10 |
| 833 | 2026-04-23T13:05:10.199Z | Downloaded rustc-hash v2.1.1 |
| 834 | 2026-04-23T13:05:10.199Z | Downloaded russh-cryptovec v0.7.3 |
| 835 | 2026-04-23T13:05:10.202Z | Downloaded rtoolbox v0.0.3 |
| 836 | 2026-04-23T13:05:10.202Z | Downloaded rand_core v0.6.4 |
| 837 | 2026-04-23T13:05:10.203Z | Downloaded pem-rfc7468 v0.7.0 |
| 838 | 2026-04-23T13:05:10.206Z | Downloaded rustc_version v0.4.1 |
| 839 | 2026-04-23T13:05:10.206Z | Downloaded rustc_version v0.1.7 |
| 840 | 2026-04-23T13:05:10.209Z | Downloaded cc v1.2.56 |
| 841 | 2026-04-23T13:05:10.209Z | Downloaded async-compression v0.4.41 |
| 842 | 2026-04-23T13:05:10.214Z | Downloaded same-file v1.0.6 |
| 843 | 2026-04-23T13:05:10.217Z | Downloaded salsa20 v0.10.2 |
| 844 | 2026-04-23T13:05:10.217Z | Downloaded rand_core v0.9.5 |
| 845 | 2026-04-23T13:05:10.220Z | Downloaded pkcs8 v0.10.2 |
| 846 | 2026-04-23T13:05:10.223Z | Downloaded sapling-renderdag v0.1.0 |
| 847 | 2026-04-23T13:05:10.223Z | Downloaded miniz_oxide v0.8.9 |
| 848 | 2026-04-23T13:05:10.226Z | Downloaded postgres-types v0.2.12 |
| 849 | 2026-04-23T13:05:10.230Z | Downloaded rand_seeder v0.4.0 |
| 850 | 2026-04-23T13:05:10.231Z | Downloaded resolv-conf v0.7.6 |
| 851 | 2026-04-23T13:05:10.233Z | Downloaded scroll_derive v0.13.1 |
| 852 | 2026-04-23T13:05:10.234Z | Downloaded rand_core v0.10.0 |
| 853 | 2026-04-23T13:05:10.234Z | Downloaded rand_chacha v0.9.0 |
| 854 | 2026-04-23T13:05:10.237Z | Downloaded p256 v0.13.2 |
| 855 | 2026-04-23T13:05:10.239Z | Downloaded scheduled-thread-pool v0.2.7 |
| 856 | 2026-04-23T13:05:10.239Z | Downloaded scopeguard v1.2.0 |
| 857 | 2026-04-23T13:05:10.242Z | Downloaded scrypt v0.11.0 |
| 858 | 2026-04-23T13:05:10.242Z | Downloaded jiff-static v0.2.21 |
| 859 | 2026-04-23T13:05:10.245Z | Downloaded oso v0.27.3 |
| 860 | 2026-04-23T13:05:10.249Z | Downloaded papergrid v0.17.0 |
| 861 | 2026-04-23T13:05:10.252Z | Downloaded serde_bytes v0.11.19 |
| 862 | 2026-04-23T13:05:10.255Z | Downloaded serde-big-array v0.5.1 |
| 863 | 2026-04-23T13:05:10.255Z | Downloaded serde_repr v0.1.20 |
| 864 | 2026-04-23T13:05:10.259Z | Downloaded shell-words v1.1.1 |
| 865 | 2026-04-23T13:05:10.259Z | Downloaded serde_urlencoded v0.7.1 |
| 866 | 2026-04-23T13:05:10.263Z | Downloaded pkcs5 v0.7.1 |
| 867 | 2026-04-23T13:05:10.266Z | Downloaded semver v0.1.20 |
| 868 | 2026-04-23T13:05:10.270Z | Downloaded signature v2.2.0 |
| 869 | 2026-04-23T13:05:10.274Z | Downloaded signal-hook-mio v0.2.5 |
| 870 | 2026-04-23T13:05:10.274Z | Downloaded quinn-udp v0.5.14 |
| 871 | 2026-04-23T13:05:10.281Z | Downloaded aes-gcm v0.10.3 |
| 872 | 2026-04-23T13:05:10.284Z | Downloaded sigpipe v0.1.3 |
| 873 | 2026-04-23T13:05:10.285Z | Downloaded signal-hook-tokio v0.3.1 |
| 874 | 2026-04-23T13:05:10.285Z | Downloaded rustls-pemfile v1.0.4 |
| 875 | 2026-04-23T13:05:10.285Z | Downloaded rustls-native-certs v0.8.3 |
| 876 | 2026-04-23T13:05:10.285Z | Downloaded pin-project v1.1.11 |
| 877 | 2026-04-23T13:05:10.296Z | Downloaded siphasher v1.0.2 |
| 878 | 2026-04-23T13:05:10.300Z | Downloaded scroll v0.13.0 |
| 879 | 2026-04-23T13:05:10.300Z | Downloaded slog-bunyan v2.5.0 |
| 880 | 2026-04-23T13:05:10.300Z | Downloaded schemars_derive v0.8.22 |
| 881 | 2026-04-23T13:05:10.303Z | Downloaded minimal-lexical v0.2.1 |
| 882 | 2026-04-23T13:05:10.304Z | Downloaded prefix-trie v0.7.0 |
| 883 | 2026-04-23T13:05:10.307Z | Downloaded openssl-sys v0.9.111 |
| 884 | 2026-04-23T13:05:10.310Z | Downloaded hashbrown v0.13.2 |
| 885 | 2026-04-23T13:05:10.314Z | Downloaded slog-envlogger v2.2.0 |
| 886 | 2026-04-23T13:05:10.319Z | Downloaded seq-macro v0.3.6 |
| 887 | 2026-04-23T13:05:10.319Z | Downloaded sec1 v0.7.3 |
| 888 | 2026-04-23T13:05:10.323Z | Downloaded progenitor-impl v0.13.0 |
| 889 | 2026-04-23T13:05:10.323Z | Downloaded rusty-fork v0.3.1 |
| 890 | 2026-04-23T13:05:10.323Z | Downloaded rustversion v1.0.22 |
| 891 | 2026-04-23T13:05:10.327Z | Downloaded progenitor-impl v0.11.2 |
| 892 | 2026-04-23T13:05:10.327Z | Downloaded progenitor-impl v0.10.0 |
| 893 | 2026-04-23T13:05:10.330Z | Downloaded hashbrown v0.12.3 |
| 894 | 2026-04-23T13:05:10.335Z | Downloaded secrecy v0.10.3 |
| 895 | 2026-04-23T13:05:10.335Z | Downloaded sct v0.7.1 |
| 896 | 2026-04-23T13:05:10.339Z | Downloaded indicatif v0.18.4 |
| 897 | 2026-04-23T13:05:10.339Z | Downloaded ssh-encoding v0.2.0 |
| 898 | 2026-04-23T13:05:10.340Z | Downloaded sha1 v0.10.6 |
| 899 | 2026-04-23T13:05:10.344Z | Downloaded serde_path_to_error v0.1.20 |
| 900 | 2026-04-23T13:05:10.345Z | Downloaded serde_derive_internals v0.29.1 |
| 901 | 2026-04-23T13:05:10.354Z | Downloaded structmeta-derive v0.3.0 |
| 902 | 2026-04-23T13:05:10.354Z | Downloaded crossterm v0.28.1 |
| 903 | 2026-04-23T13:05:10.365Z | Downloaded subtle v2.6.1 |
| 904 | 2026-04-23T13:05:10.365Z | Downloaded rustls-pki-types v1.14.0 |
| 905 | 2026-04-23T13:05:10.365Z | Downloaded hyper-util v0.1.20 |
| 906 | 2026-04-23T13:05:10.365Z | Downloaded smf v0.2.3 |
| 907 | 2026-04-23T13:05:10.365Z | Downloaded slab v0.4.12 |
| 908 | 2026-04-23T13:05:10.365Z | Downloaded crossterm v0.29.0 |
| 909 | 2026-04-23T13:05:10.369Z | Downloaded tabled_derive v0.11.0 |
| 910 | 2026-04-23T13:05:10.369Z | Downloaded sync_wrapper v1.0.2 |
| 911 | 2026-04-23T13:05:10.373Z | Downloaded sync-ptr v0.1.4 |
| 912 | 2026-04-23T13:05:10.373Z | Downloaded supports-color v3.0.2 |
| 913 | 2026-04-23T13:05:10.373Z | Downloaded strum v0.27.2 |
| 914 | 2026-04-23T13:05:10.373Z | Downloaded strum v0.26.3 |
| 915 | 2026-04-23T13:05:10.378Z | Downloaded itertools v0.10.5 |
| 916 | 2026-04-23T13:05:10.381Z | Downloaded ron v0.8.1 |
| 917 | 2026-04-23T13:05:10.385Z | Downloaded snafu-derive v0.8.9 |
| 918 | 2026-04-23T13:05:10.385Z | Downloaded tagptr v0.2.0 |
| 919 | 2026-04-23T13:05:10.391Z | Downloaded termtree v0.5.1 |
| 920 | 2026-04-23T13:05:10.391Z | Downloaded tap v1.0.1 |
| 921 | 2026-04-23T13:05:10.394Z | Downloaded take_mut v0.2.2 |
| 922 | 2026-04-23T13:05:10.394Z | Downloaded tabwriter v1.4.1 |
| 923 | 2026-04-23T13:05:10.395Z | Downloaded spki v0.7.3 |
| 924 | 2026-04-23T13:05:10.395Z | Downloaded hickory-server v0.25.2 |
| 925 | 2026-04-23T13:05:10.400Z | Downloaded russh-keys v0.45.0 |
| 926 | 2026-04-23T13:05:10.400Z | Downloaded slog-stdlog v4.1.1 |
| 927 | 2026-04-23T13:05:10.403Z | Downloaded thread-id v5.1.0 |
| 928 | 2026-04-23T13:05:10.404Z | Downloaded string_cache v0.8.9 |
| 929 | 2026-04-23T13:05:10.404Z | Downloaded static_assertions v1.1.0 |
| 930 | 2026-04-23T13:05:10.407Z | Downloaded stacker v0.1.23 |
| 931 | 2026-04-23T13:05:10.407Z | Downloaded time-core v0.1.8 |
| 932 | 2026-04-23T13:05:10.407Z | Downloaded sqlformat v0.3.5 |
| 933 | 2026-04-23T13:05:10.411Z | Downloaded testing_table v0.3.0 |
| 934 | 2026-04-23T13:05:10.411Z | Downloaded slog-scope v4.4.1 |
| 935 | 2026-04-23T13:05:10.414Z | Downloaded slog-json v2.6.1 |
| 936 | 2026-04-23T13:05:10.414Z | Downloaded sqlparser_derive v0.5.0 |
| 937 | 2026-04-23T13:05:10.414Z | Downloaded serde_cbor v0.11.2 |
| 938 | 2026-04-23T13:05:10.417Z | Downloaded tokio-macros v2.7.0 |
| 939 | 2026-04-23T13:05:10.417Z | Downloaded tinyvec_macros v0.1.1 |
| 940 | 2026-04-23T13:05:10.421Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 941 | 2026-04-23T13:05:10.421Z | Downloaded serde_with_macros v3.17.0 |
| 942 | 2026-04-23T13:05:10.425Z | Downloaded prettyplease v0.2.37 |
| 943 | 2026-04-23T13:05:10.425Z | Downloaded strum_macros v0.24.3 |
| 944 | 2026-04-23T13:05:10.428Z | Downloaded slog-term v2.9.2 |
| 945 | 2026-04-23T13:05:10.431Z | Downloaded rustls-platform-verifier v0.6.2 |
| 946 | 2026-04-23T13:05:10.434Z | Downloaded support-bundle-viewer v0.1.2 |
| 947 | 2026-04-23T13:05:10.434Z | Downloaded stringprep v0.1.5 |
| 948 | 2026-04-23T13:05:10.434Z | Downloaded strum_macros v0.27.2 |
| 949 | 2026-04-23T13:05:10.437Z | Downloaded strum_macros v0.26.4 |
| 950 | 2026-04-23T13:05:10.440Z | Downloaded pretty_assertions v1.4.1 |
| 951 | 2026-04-23T13:05:10.440Z | Downloaded publicsuffix v2.3.0 |
| 952 | 2026-04-23T13:05:10.447Z | Downloaded hashbrown v0.15.5 |
| 953 | 2026-04-23T13:05:10.450Z | Downloaded termios v0.3.3 |
| 954 | 2026-04-23T13:05:10.450Z | Downloaded spin v0.9.8 |
| 955 | 2026-04-23T13:05:10.450Z | Downloaded rayon-core v1.13.0 |
| 956 | 2026-04-23T13:05:10.453Z | Downloaded nom v7.1.3 |
| 957 | 2026-04-23T13:05:10.456Z | Downloaded topological-sort v0.2.2 |
| 958 | 2026-04-23T13:05:10.463Z | Downloaded rcgen v0.12.1 |
| 959 | 2026-04-23T13:05:10.467Z | Downloaded num-bigint v0.4.6 |
| 960 | 2026-04-23T13:05:10.467Z | Downloaded dropshot-api-manager v0.6.0 |
| 961 | 2026-04-23T13:05:10.470Z | Downloaded structmeta v0.3.0 |
| 962 | 2026-04-23T13:05:10.470Z | Downloaded strip-ansi-escapes v0.2.1 |
| 963 | 2026-04-23T13:05:10.471Z | Downloaded trait-variant v0.1.2 |
| 964 | 2026-04-23T13:05:10.474Z | Downloaded try-lock v0.2.5 |
| 965 | 2026-04-23T13:05:10.474Z | Downloaded time-macros v0.2.27 |
| 966 | 2026-04-23T13:05:10.474Z | Downloaded thread_local v1.1.9 |
| 967 | 2026-04-23T13:05:10.477Z | Downloaded libxml v0.3.3 |
| 968 | 2026-04-23T13:05:10.480Z | Downloaded signal-hook v0.3.18 |
| 969 | 2026-04-23T13:05:10.483Z | Downloaded tls_codec v0.4.2 |
| 970 | 2026-04-23T13:05:10.486Z | Downloaded tiny-keccak v2.0.2 |
| 971 | 2026-04-23T13:05:10.489Z | Downloaded thiserror-no-std v2.0.2 |
| 972 | 2026-04-23T13:05:10.490Z | Downloaded unarray v0.1.4 |
| 973 | 2026-04-23T13:05:10.493Z | Downloaded serde_yaml v0.9.34+deprecated |
| 974 | 2026-04-23T13:05:10.497Z | Downloaded unit-prefix v0.5.2 |
| 975 | 2026-04-23T13:05:10.497Z | Downloaded rand v0.8.5 |
| 976 | 2026-04-23T13:05:10.500Z | Downloaded tower-layer v0.3.3 |
| 977 | 2026-04-23T13:05:10.500Z | Downloaded smallvec v0.6.14 |
| 978 | 2026-04-23T13:05:10.500Z | Downloaded slog v2.8.2 |
| 979 | 2026-04-23T13:05:10.503Z | Downloaded typify-macro v0.4.3 |
| 980 | 2026-04-23T13:05:10.503Z | Downloaded tokio-rustls v0.25.0 |
| 981 | 2026-04-23T13:05:10.506Z | Downloaded typify-macro v0.6.1 |
| 982 | 2026-04-23T13:05:10.506Z | Downloaded unicode-truncate v1.1.0 |
| 983 | 2026-04-23T13:05:10.509Z | Downloaded untrusted v0.9.0 |
| 984 | 2026-04-23T13:05:10.509Z | Downloaded utf-8 v0.7.6 |
| 985 | 2026-04-23T13:05:10.512Z | Downloaded untrusted v0.7.1 |
| 986 | 2026-04-23T13:05:10.512Z | Downloaded universal-hash v0.5.1 |
| 987 | 2026-04-23T13:05:10.512Z | Downloaded tokio-native-tls v0.3.1 |
| 988 | 2026-04-23T13:05:10.518Z | Downloaded usdt-macro v0.6.0 |
| 989 | 2026-04-23T13:05:10.518Z | Downloaded void v1.0.2 |
| 990 | 2026-04-23T13:05:10.518Z | Downloaded itertools v0.13.0 |
| 991 | 2026-04-23T13:05:10.521Z | Downloaded iddqd v0.3.17 |
| 992 | 2026-04-23T13:05:10.528Z | Downloaded socket2 v0.5.10 |
| 993 | 2026-04-23T13:05:10.531Z | Downloaded term v0.7.0 |
| 994 | 2026-04-23T13:05:10.531Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 995 | 2026-04-23T13:05:10.534Z | Downloaded tokio-tungstenite v0.21.0 |
| 996 | 2026-04-23T13:05:10.534Z | Downloaded tower-service v0.3.3 |
| 997 | 2026-04-23T13:05:10.538Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 998 | 2026-04-23T13:05:10.538Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 999 | 2026-04-23T13:05:10.538Z | Downloaded term v1.2.1 |
| 1000 | 2026-04-23T13:05:10.542Z | Downloaded tokio-tungstenite v0.23.1 |
| 1001 | 2026-04-23T13:05:10.546Z | Downloaded rsa v0.9.10 |
| 1002 | 2026-04-23T13:05:10.549Z | Downloaded qorb v0.4.1 |
| 1003 | 2026-04-23T13:05:10.552Z | Downloaded quinn v0.11.9 |
| 1004 | 2026-04-23T13:05:10.555Z | Downloaded waitgroup v0.1.2 |
| 1005 | 2026-04-23T13:05:10.555Z | Downloaded wait-timeout v0.2.1 |
| 1006 | 2026-04-23T13:05:10.555Z | Downloaded num-bigint-dig v0.8.6 |
| 1007 | 2026-04-23T13:05:10.558Z | Downloaded socket2 v0.6.3 |
| 1008 | 2026-04-23T13:05:10.561Z | Downloaded schemars v0.9.0 |
| 1009 | 2026-04-23T13:05:10.569Z | Downloaded tui-tree-widget v0.23.1 |
| 1010 | 2026-04-23T13:05:10.573Z | Downloaded want v0.3.1 |
| 1011 | 2026-04-23T13:05:10.573Z | Downloaded similar v2.7.0 |
| 1012 | 2026-04-23T13:05:10.575Z | Downloaded xattr v1.6.1 |
| 1013 | 2026-04-23T13:05:10.579Z | Downloaded xshell-macros v0.2.7 |
| 1014 | 2026-04-23T13:05:10.579Z | Downloaded usdt v0.6.0 |
| 1015 | 2026-04-23T13:05:10.579Z | Downloaded rustls-webpki v0.103.9 |
| 1016 | 2026-04-23T13:05:10.582Z | Downloaded rand v0.9.2 |
| 1017 | 2026-04-23T13:05:10.586Z | Downloaded tokio-stream v0.1.18 |
| 1018 | 2026-04-23T13:05:10.590Z | Downloaded subprocess v0.2.15 |
| 1019 | 2026-04-23T13:05:10.590Z | Downloaded unicase v2.9.0 |
| 1020 | 2026-04-23T13:05:10.593Z | Downloaded usdt-attr-macro v0.6.0 |
| 1021 | 2026-04-23T13:05:10.593Z | Downloaded tokio-rustls v0.24.1 |
| 1022 | 2026-04-23T13:05:10.597Z | Downloaded usdt-impl v0.6.0 |
| 1023 | 2026-04-23T13:05:10.597Z | Downloaded schemars v1.2.1 |
| 1024 | 2026-04-23T13:05:10.607Z | Downloaded zeroize_derive v1.4.3 |
| 1025 | 2026-04-23T13:05:10.616Z | Downloaded vergen-git2 v1.0.7 |
| 1026 | 2026-04-23T13:05:10.616Z | Downloaded test-strategy v0.4.5 |
| 1027 | 2026-04-23T13:05:10.616Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1028 | 2026-04-23T13:05:10.622Z | Downloaded vergen-lib v0.1.6 |
| 1029 | 2026-04-23T13:05:10.622Z | Downloaded futures-util v0.3.32 |
| 1030 | 2026-04-23T13:05:10.632Z | Downloaded zone_cfg_derive v0.3.1 |
| 1031 | 2026-04-23T13:05:10.632Z | Downloaded snafu v0.8.9 |
| 1032 | 2026-04-23T13:05:10.632Z | Downloaded vergen-gitcl v1.0.8 |
| 1033 | 2026-04-23T13:05:10.632Z | Downloaded tracing-attributes v0.1.31 |
| 1034 | 2026-04-23T13:05:10.636Z | Downloaded zone v0.3.1 |
| 1035 | 2026-04-23T13:05:10.636Z | Downloaded walkdir v2.5.0 |
| 1036 | 2026-04-23T13:05:10.636Z | Downloaded twox-hash v2.1.2 |
| 1037 | 2026-04-23T13:05:10.639Z | Downloaded xshell v0.2.7 |
| 1038 | 2026-04-23T13:05:10.641Z | Downloaded libm v0.2.16 |
| 1039 | 2026-04-23T13:05:10.649Z | Downloaded whoami v2.1.0 |
| 1040 | 2026-04-23T13:05:10.652Z | Downloaded zeroize v1.8.2 |
| 1041 | 2026-04-23T13:05:10.652Z | Downloaded itertools v0.14.0 |
| 1042 | 2026-04-23T13:05:10.656Z | Downloaded wyz v0.5.1 |
| 1043 | 2026-04-23T13:05:10.660Z | Downloaded p521 v0.13.3 |
| 1044 | 2026-04-23T13:05:10.660Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1045 | 2026-04-23T13:05:10.663Z | Downloaded vergen v9.0.6 |
| 1046 | 2026-04-23T13:05:10.663Z | Downloaded toml v0.7.8 |
| 1047 | 2026-04-23T13:05:10.669Z | Downloaded itertools v0.12.1 |
| 1048 | 2026-04-23T13:05:10.672Z | Downloaded vsss-rs v3.3.4 |
| 1049 | 2026-04-23T13:05:10.676Z | Downloaded tar v0.4.45 |
| 1050 | 2026-04-23T13:05:10.676Z | Downloaded zstd-safe v7.2.4 |
| 1051 | 2026-04-23T13:05:10.679Z | Downloaded zstd v0.13.3 |
| 1052 | 2026-04-23T13:05:10.679Z | Downloaded tracing-core v0.1.36 |
| 1053 | 2026-04-23T13:05:10.683Z | Downloaded iri-string v0.7.10 |
| 1054 | 2026-04-23T13:05:10.687Z | Downloaded unicode-properties v0.1.4 |
| 1055 | 2026-04-23T13:05:10.692Z | Downloaded russh v0.45.0 |
| 1056 | 2026-04-23T13:05:10.699Z | Downloaded unicode-bidi v0.3.18 |
| 1057 | 2026-04-23T13:05:10.699Z | Downloaded rustyline v14.0.0 |
| 1058 | 2026-04-23T13:05:10.724Z | Downloaded yasna v0.5.2 |
| 1059 | 2026-04-23T13:05:10.724Z | Downloaded tungstenite v0.23.0 |
| 1060 | 2026-04-23T13:05:10.725Z | Downloaded typify v0.6.1 |
| 1061 | 2026-04-23T13:05:10.725Z | Downloaded typify v0.4.3 |
| 1062 | 2026-04-23T13:05:10.725Z | Downloaded uzers v0.12.2 |
| 1063 | 2026-04-23T13:05:10.725Z | Downloaded rand v0.10.0 |
| 1064 | 2026-04-23T13:05:10.725Z | Downloaded uuid v1.23.0 |
| 1065 | 2026-04-23T13:05:10.725Z | Downloaded bitvec v1.0.1 |
| 1066 | 2026-04-23T13:05:10.729Z | Downloaded zerocopy v0.6.6 |
| 1067 | 2026-04-23T13:05:10.734Z | Downloaded blake3 v1.8.3 |
| 1068 | 2026-04-23T13:05:10.739Z | Downloaded tungstenite v0.21.0 |
| 1069 | 2026-04-23T13:05:10.739Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1070 | 2026-04-23T13:05:10.742Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1071 | 2026-04-23T13:05:10.747Z | Downloaded vte v0.14.1 |
| 1072 | 2026-04-23T13:05:10.747Z | Downloaded rpassword v7.4.0 |
| 1073 | 2026-04-23T13:05:10.751Z | Downloaded unsafe-libyaml v0.2.11 |
| 1074 | 2026-04-23T13:05:10.751Z | Downloaded whoami v1.6.1 |
| 1075 | 2026-04-23T13:05:10.751Z | Downloaded tinyvec v1.10.0 |
| 1076 | 2026-04-23T13:05:10.755Z | Downloaded hkdf v0.12.4 |
| 1077 | 2026-04-23T13:05:10.755Z | Downloaded h2 v0.4.13 |
| 1078 | 2026-04-23T13:05:10.759Z | Downloaded tokio-rustls v0.26.4 |
| 1079 | 2026-04-23T13:05:10.763Z | Downloaded aws-lc-rs v1.16.0 |
| 1080 | 2026-04-23T13:05:10.768Z | Downloaded zopfli v0.8.3 |
| 1081 | 2026-04-23T13:05:10.771Z | Downloaded toml_edit v0.19.15 |
| 1082 | 2026-04-23T13:05:10.783Z | Downloaded steno v0.4.1 |
| 1083 | 2026-04-23T13:05:10.786Z | Downloaded samael v0.0.19 |
| 1084 | 2026-04-23T13:05:10.790Z | Downloaded yansi v1.0.1 |
| 1085 | 2026-04-23T13:05:10.797Z | Downloaded regex v1.12.3 |
| 1086 | 2026-04-23T13:05:10.798Z | Downloaded p384 v0.13.1 |
| 1087 | 2026-04-23T13:05:10.801Z | Downloaded zip v0.6.6 |
| 1088 | 2026-04-23T13:05:10.804Z | Downloaded unicode_categories v0.1.1 |
| 1089 | 2026-04-23T13:05:10.807Z | Downloaded tokio-postgres v0.7.16 |
| 1090 | 2026-04-23T13:05:10.809Z | Downloaded tower v0.5.3 |
| 1091 | 2026-04-23T13:05:10.814Z | Downloaded reqwest v0.13.2 |
| 1092 | 2026-04-23T13:05:10.819Z | Downloaded ssh-key v0.6.7 |
| 1093 | 2026-04-23T13:05:10.825Z | Downloaded reqwest v0.12.28 |
| 1094 | 2026-04-23T13:05:10.829Z | Downloaded chrono v0.4.44 |
| 1095 | 2026-04-23T13:05:10.835Z | Downloaded git2 v0.20.4 |
| 1096 | 2026-04-23T13:05:10.841Z | Downloaded bindgen v0.71.1 |
| 1097 | 2026-04-23T13:05:10.846Z | Downloaded rustls-webpki v0.101.7 |
| 1098 | 2026-04-23T13:05:10.857Z | Downloaded unicode-segmentation v1.12.0 |
| 1099 | 2026-04-23T13:05:10.862Z | Downloaded rayon v1.11.0 |
| 1100 | 2026-04-23T13:05:10.866Z | Downloaded reedline v0.40.0 |
| 1101 | 2026-04-23T13:05:10.872Z | Downloaded quick-xml v0.37.5 |
| 1102 | 2026-04-23T13:05:10.876Z | Downloaded moka v0.12.13 |
| 1103 | 2026-04-23T13:05:10.883Z | Downloaded zerocopy-derive v0.8.40 |
| 1104 | 2026-04-23T13:05:10.890Z | Downloaded tokio-util v0.7.18 |
| 1105 | 2026-04-23T13:05:10.897Z | Downloaded x509-cert v0.2.5 |
| 1106 | 2026-04-23T13:05:10.901Z | Downloaded serde_with v3.17.0 |
| 1107 | 2026-04-23T13:05:10.912Z | Downloaded zip v4.6.1 |
| 1108 | 2026-04-23T13:05:10.915Z | Downloaded petname v2.0.2 |
| 1109 | 2026-04-23T13:05:10.919Z | Downloaded goblin v0.10.5 |
| 1110 | 2026-04-23T13:05:10.926Z | Downloaded typed-path v0.9.3 |
| 1111 | 2026-04-23T13:05:10.931Z | Downloaded rustls-webpki v0.102.8 |
| 1112 | 2026-04-23T13:05:10.948Z | Downloaded proptest v1.10.0 |
| 1113 | 2026-04-23T13:05:10.956Z | Downloaded winnow v0.5.40 |
| 1114 | 2026-04-23T13:05:10.961Z | Downloaded curve25519-dalek v4.1.3 |
| 1115 | 2026-04-23T13:05:10.968Z | Downloaded nix v0.27.1 |
| 1116 | 2026-04-23T13:05:10.978Z | Downloaded quinn-proto v0.11.13 |
| 1117 | 2026-04-23T13:05:10.983Z | Downloaded openssl v0.10.75 |
| 1118 | 2026-04-23T13:05:10.991Z | Downloaded winnow v0.6.26 |
| 1119 | 2026-04-23T13:05:10.999Z | Downloaded bstr v1.12.1 |
| 1120 | 2026-04-23T13:05:11.006Z | Downloaded tabled v0.20.0 |
| 1121 | 2026-04-23T13:05:11.020Z | Downloaded nix v0.28.0 |
| 1122 | 2026-04-23T13:05:11.031Z | Downloaded radix_trie v0.2.1 |
| 1123 | 2026-04-23T13:05:11.044Z | Downloaded polar-core v0.27.3 |
| 1124 | 2026-04-23T13:05:11.048Z | Downloaded nix v0.29.0 |
| 1125 | 2026-04-23T13:05:11.053Z | Downloaded time v0.3.47 |
| 1126 | 2026-04-23T13:05:11.059Z | Downloaded rustls v0.21.12 |
| 1127 | 2026-04-23T13:05:11.069Z | Downloaded webpki-roots v1.0.6 |
| 1128 | 2026-04-23T13:05:11.072Z | Downloaded regex-syntax v0.6.29 |
| 1129 | 2026-04-23T13:05:11.078Z | Downloaded dropshot v0.16.7 |
| 1130 | 2026-04-23T13:05:11.095Z | Downloaded zlib-rs v0.6.2 |
| 1131 | 2026-04-23T13:05:11.099Z | Downloaded rustls v0.22.4 |
| 1132 | 2026-04-23T13:05:11.110Z | Downloaded dropshot v0.17.0 |
| 1133 | 2026-04-23T13:05:11.126Z | Downloaded regress v0.10.5 |
| 1134 | 2026-04-23T13:05:11.134Z | Downloaded zerocopy v0.8.40 |
| 1135 | 2026-04-23T13:05:11.142Z | Downloaded smoltcp v0.11.0 |
| 1136 | 2026-04-23T13:05:11.152Z | Downloaded rustls v0.23.37 |
| 1137 | 2026-04-23T13:05:11.164Z | Downloaded rustix v0.38.44 |
| 1138 | 2026-04-23T13:05:11.180Z | Downloaded hickory-proto v0.25.2 |
| 1139 | 2026-04-23T13:05:11.193Z | Downloaded regex-syntax v0.8.10 |
| 1140 | 2026-04-23T13:05:11.200Z | Downloaded diesel v2.3.7 |
| 1141 | 2026-04-23T13:05:11.216Z | Downloaded nix v0.31.2 |
| 1142 | 2026-04-23T13:05:11.225Z | Downloaded openapiv3 v2.2.0 |
| 1143 | 2026-04-23T13:05:11.235Z | Downloaded sqlparser v0.61.0 |
| 1144 | 2026-04-23T13:05:11.242Z | Downloaded object v0.37.3 |
| 1145 | 2026-04-23T13:05:11.251Z | Downloaded sled v0.34.7 |
| 1146 | 2026-04-23T13:05:11.259Z | Downloaded hickory-proto v0.24.4 |
| 1147 | 2026-04-23T13:05:11.275Z | Downloaded typify-impl v0.6.1 |
| 1148 | 2026-04-23T13:05:11.284Z | Downloaded tracing v0.1.44 |
| 1149 | 2026-04-23T13:05:11.301Z | Downloaded typify-impl v0.4.3 |
| 1150 | 2026-04-23T13:05:11.313Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1151 | 2026-04-23T13:05:11.322Z | Downloaded zerocopy-derive v0.6.6 |
| 1152 | 2026-04-23T13:05:11.330Z | Downloaded ratatui v0.29.0 |
| 1153 | 2026-04-23T13:05:11.345Z | Downloaded regex-automata v0.4.14 |
| 1154 | 2026-04-23T13:05:11.359Z | Downloaded vcpkg v0.2.15 |
| 1155 | 2026-04-23T13:05:11.388Z | Downloaded smoltcp v0.9.1 |
| 1156 | 2026-04-23T13:05:11.396Z | Downloaded petgraph v0.6.5 |
| 1157 | 2026-04-23T13:05:11.410Z | Downloaded jiff v0.2.21 |
| 1158 | 2026-04-23T13:05:11.424Z | Downloaded chrono-tz v0.10.4 |
| 1159 | 2026-04-23T13:05:11.440Z | Downloaded tower-http v0.6.8 |
| 1160 | 2026-04-23T13:05:11.444Z | Downloaded object v0.30.4 |
| 1161 | 2026-04-23T13:05:11.450Z | Downloaded tough v0.20.0 |
| 1162 | 2026-04-23T13:05:11.457Z | Downloaded petgraph v0.8.3 |
| 1163 | 2026-04-23T13:05:11.474Z | Downloaded salty v0.3.0 |
| 1164 | 2026-04-23T13:05:11.478Z | Downloaded portable-atomic v1.13.1 |
| 1165 | 2026-04-23T13:05:11.484Z | Downloaded csv v1.4.0 |
| 1166 | 2026-04-23T13:05:11.500Z | Downloaded libz-sys v1.1.24 |
| 1167 | 2026-04-23T13:05:11.515Z | Downloaded unicode-normalization v0.1.25 |
| 1168 | 2026-04-23T13:05:11.523Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1169 | 2026-04-23T13:05:11.535Z | Downloaded sha3 v0.10.8 |
| 1170 | 2026-04-23T13:05:11.541Z | Downloaded lalrpop v0.19.12 |
| 1171 | 2026-04-23T13:05:11.545Z | Downloaded hyper v1.8.1 |
| 1172 | 2026-04-23T13:05:11.549Z | Downloaded mio v1.2.0 |
| 1173 | 2026-04-23T13:05:11.554Z | Downloaded tokio-dtrace v0.1.1 |
| 1174 | 2026-04-23T13:05:11.557Z | Downloaded tls_codec_derive v0.4.2 |
| 1175 | 2026-04-23T13:05:11.557Z | Downloaded tokio v1.52.1 |
| 1176 | 2026-04-23T13:05:11.588Z | Downloaded ryu v1.0.23 |
| 1177 | 2026-04-23T13:05:11.592Z | Downloaded schemars v0.8.22 |
| 1178 | 2026-04-23T13:05:11.598Z | Downloaded slog-dtrace v0.3.0 |
| 1179 | 2026-04-23T13:05:11.603Z | Downloaded slog-async v2.8.0 |
| 1180 | 2026-04-23T13:05:11.603Z | Downloaded ssh-cipher v0.2.0 |
| 1181 | 2026-04-23T13:05:11.603Z | Downloaded simd-adler32 v0.3.8 |
| 1182 | 2026-04-23T13:05:11.609Z | Downloaded signal-hook-registry v1.4.8 |
| 1183 | 2026-04-23T13:05:11.609Z | Downloaded shlex v1.3.0 |
| 1184 | 2026-04-23T13:05:11.609Z | Downloaded rustls-pemfile v2.2.0 |
| 1185 | 2026-04-23T13:05:11.610Z | Downloaded serde-hex v0.1.0 |
| 1186 | 2026-04-23T13:05:11.610Z | Downloaded http v1.4.0 |
| 1187 | 2026-04-23T13:05:11.616Z | Downloaded poly1305 v0.8.0 |
| 1188 | 2026-04-23T13:05:11.616Z | Downloaded omicron-zone-package v0.12.2 |
| 1189 | 2026-04-23T13:05:11.616Z | Downloaded serde_spanned v1.0.4 |
| 1190 | 2026-04-23T13:05:11.616Z | Downloaded serde_plain v1.0.2 |
| 1191 | 2026-04-23T13:05:11.620Z | Downloaded secrecy v0.8.0 |
| 1192 | 2026-04-23T13:05:11.620Z | Downloaded hickory-resolver v0.25.2 |
| 1193 | 2026-04-23T13:05:11.620Z | Downloaded hickory-resolver v0.24.4 |
| 1194 | 2026-04-23T13:05:11.624Z | Downloaded postcard v1.1.3 |
| 1195 | 2026-04-23T13:05:11.628Z | Downloaded diesel_derives v2.3.7 |
| 1196 | 2026-04-23T13:05:11.631Z | Downloaded encoding_rs v0.8.35 |
| 1197 | 2026-04-23T13:05:11.649Z | Downloaded der v0.7.10 |
| 1198 | 2026-04-23T13:05:11.652Z | Downloaded predicates v3.1.4 |
| 1199 | 2026-04-23T13:05:11.654Z | Downloaded primeorder v0.13.6 |
| 1200 | 2026-04-23T13:05:11.655Z | Downloaded ppv-lite86 v0.2.21 |
| 1201 | 2026-04-23T13:05:11.657Z | Downloaded parking_lot_core v0.9.12 |
| 1202 | 2026-04-23T13:05:11.657Z | Downloaded parking_lot v0.12.5 |
| 1203 | 2026-04-23T13:05:11.660Z | Downloaded packed_struct v0.10.1 |
| 1204 | 2026-04-23T13:05:11.660Z | Downloaded crc-any v2.5.0 |
| 1205 | 2026-04-23T13:05:11.663Z | Downloaded peg v0.8.5 |
| 1206 | 2026-04-23T13:05:11.666Z | Downloaded paste v1.0.15 |
| 1207 | 2026-04-23T13:05:11.668Z | Downloaded password-hash v0.5.0 |
| 1208 | 2026-04-23T13:05:11.668Z | Downloaded password-hash v0.4.2 |
| 1209 | 2026-04-23T13:05:11.672Z | Downloaded parse-display-derive v0.10.0 |
| 1210 | 2026-04-23T13:05:11.672Z | Downloaded parse-display v0.10.0 |
| 1211 | 2026-04-23T13:05:11.672Z | Downloaded heapless v0.8.0 |
| 1212 | 2026-04-23T13:05:11.675Z | Downloaded heapless v0.7.17 |
| 1213 | 2026-04-23T13:05:11.678Z | Downloaded num_enum v0.5.11 |
| 1214 | 2026-04-23T13:05:11.681Z | Downloaded num-complex v0.4.6 |
| 1215 | 2026-04-23T13:05:11.685Z | Downloaded ring v0.17.14 |
| 1216 | 2026-04-23T13:05:11.715Z | Downloaded libloading v0.8.9 |
| 1217 | 2026-04-23T13:05:11.717Z | Downloaded darling_core v0.20.11 |
| 1218 | 2026-04-23T13:05:11.720Z | Downloaded chacha20poly1305 v0.10.1 |
| 1219 | 2026-04-23T13:05:11.723Z | Downloaded ingot-macros v0.1.1 |
| 1220 | 2026-04-23T13:05:11.723Z | Downloaded hyper-rustls v0.27.7 |
| 1221 | 2026-04-23T13:05:11.726Z | Downloaded fatfs v0.3.6 |
| 1222 | 2026-04-23T13:05:11.726Z | Downloaded bumpalo v3.20.2 |
| 1223 | 2026-04-23T13:05:11.730Z | Downloaded darling v0.21.3 |
| 1224 | 2026-04-23T13:05:11.734Z | Downloaded lzss v0.8.2 |
| 1225 | 2026-04-23T13:05:11.734Z | Downloaded half v1.8.3 |
| 1226 | 2026-04-23T13:05:11.737Z | Downloaded futures-channel v0.3.32 |
| 1227 | 2026-04-23T13:05:11.737Z | Downloaded cancel-safe-futures v0.1.5 |
| 1228 | 2026-04-23T13:05:11.740Z | Downloaded async-bb8-diesel v0.2.1 |
| 1229 | 2026-04-23T13:05:11.740Z | Downloaded lazy_static v1.5.0 |
| 1230 | 2026-04-23T13:05:11.743Z | Downloaded lalrpop-util v0.19.12 |
| 1231 | 2026-04-23T13:05:11.743Z | Downloaded kstat-rs v0.2.4 |
| 1232 | 2026-04-23T13:05:11.743Z | Downloaded keccak v0.1.6 |
| 1233 | 2026-04-23T13:05:11.743Z | Downloaded flume v0.11.1 |
| 1234 | 2026-04-23T13:05:11.746Z | Downloaded ed25519 v2.2.3 |
| 1235 | 2026-04-23T13:05:11.749Z | Downloaded des v0.8.1 |
| 1236 | 2026-04-23T13:05:11.749Z | Downloaded crc v3.4.0 |
| 1237 | 2026-04-23T13:05:11.749Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1238 | 2026-04-23T13:05:11.794Z | Downloaded cookie_store v0.22.1 |
| 1239 | 2026-04-23T13:05:11.797Z | Downloaded const-oid v0.9.6 |
| 1240 | 2026-04-23T13:05:11.797Z | Downloaded console v0.16.2 |
| 1241 | 2026-04-23T13:05:11.800Z | Downloaded console v0.15.11 |
| 1242 | 2026-04-23T13:05:11.800Z | Downloaded ciborium v0.2.2 |
| 1243 | 2026-04-23T13:05:11.803Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1244 | 2026-04-23T13:05:11.803Z | Downloaded bzip2 v0.4.4 |
| 1245 | 2026-04-23T13:05:11.806Z | Downloaded backon v1.6.0 |
| 1246 | 2026-04-23T13:05:11.806Z | Downloaded async-trait v0.1.89 |
| 1247 | 2026-04-23T13:05:11.810Z | Downloaded derive-ex v0.1.8 |
| 1248 | 2026-04-23T13:05:11.810Z | Downloaded cipher v0.4.4 |
| 1249 | 2026-04-23T13:05:11.815Z | Downloaded csv-core v0.1.13 |
| 1250 | 2026-04-23T13:05:11.815Z | Downloaded corncobs v0.1.4 |
| 1251 | 2026-04-23T13:05:11.815Z | Downloaded cookie v0.18.1 |
| 1252 | 2026-04-23T13:05:11.815Z | Downloaded cargo_metadata v0.19.2 |
| 1253 | 2026-04-23T13:05:11.821Z | Downloaded ar_archive_writer v0.5.1 |
| 1254 | 2026-04-23T13:05:11.821Z | Downloaded http-body v1.0.1 |
| 1255 | 2026-04-23T13:05:11.821Z | Downloaded chacha20 v0.9.1 |
| 1256 | 2026-04-23T13:05:11.824Z | Downloaded home v0.5.12 |
| 1257 | 2026-04-23T13:05:11.824Z | Downloaded ff v0.13.1 |
| 1258 | 2026-04-23T13:05:11.824Z | Downloaded ena v0.14.4 |
| 1259 | 2026-04-23T13:05:11.824Z | Downloaded ctr v0.9.2 |
| 1260 | 2026-04-23T13:05:11.824Z | Downloaded derive_builder_macro v0.20.2 |
| 1261 | 2026-04-23T13:05:11.824Z | Downloaded async-stream-impl v0.3.6 |
| 1262 | 2026-04-23T13:05:11.824Z | Downloaded ciborium-ll v0.2.2 |
| 1263 | 2026-04-23T13:05:11.827Z | Downloaded cargo-platform v0.1.9 |
| 1264 | 2026-04-23T13:05:11.827Z | Downloaded darling_macro v0.23.0 |
| 1265 | 2026-04-23T13:05:11.827Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1266 | 2026-04-23T13:05:11.827Z | Downloaded async-recursion v1.1.1 |
| 1267 | 2026-04-23T13:05:11.830Z | Downloaded bb8 v0.8.6 |
| 1268 | 2026-04-23T13:05:11.830Z | Downloaded embedded-io v0.4.0 |
| 1269 | 2026-04-23T13:05:11.833Z | Downloaded dsl_auto_type v0.2.0 |
| 1270 | 2026-04-23T13:05:11.833Z | Downloaded dirs-next v2.0.0 |
| 1271 | 2026-04-23T13:05:11.833Z | Downloaded async-stream v0.3.6 |
| 1272 | 2026-04-23T13:05:11.836Z | Downloaded aead v0.5.2 |
| 1273 | 2026-04-23T13:05:11.836Z | Downloaded ecdsa v0.16.9 |
| 1274 | 2026-04-23T13:05:11.839Z | Downloaded debug-ignore v1.0.5 |
| 1275 | 2026-04-23T13:05:11.839Z | Downloaded crunchy v0.2.4 |
| 1276 | 2026-04-23T13:05:11.839Z | Downloaded bitfield-struct v0.6.2 |
| 1277 | 2026-04-23T13:05:11.842Z | Downloaded ascii-canvas v3.0.0 |
| 1278 | 2026-04-23T13:05:11.842Z | Downloaded critical-section v1.2.0 |
| 1279 | 2026-04-23T13:05:12.383Z | Downloaded aws-lc-sys v0.37.1 |
| 1280 | 2026-04-23T13:05:12.709Z | Compiling libc v0.2.185 |
| 1281 | 2026-04-23T13:05:12.712Z | Compiling serde v1.0.228 |
| 1282 | 2026-04-23T13:05:12.712Z | Compiling shlex v1.3.0 |
| 1283 | 2026-04-23T13:05:12.712Z | Compiling log v0.4.29 |
| 1284 | 2026-04-23T13:05:12.712Z | Compiling find-msvc-tools v0.1.9 |
| 1285 | 2026-04-23T13:05:12.712Z | Compiling smallvec v1.15.1 |
| 1286 | 2026-04-23T13:05:12.712Z | Compiling typenum v1.19.0 |
| 1287 | 2026-04-23T13:05:12.712Z | Compiling subtle v2.6.1 |
| 1288 | 2026-04-23T13:05:12.712Z | Compiling generic-array v0.14.7 |
| 1289 | 2026-04-23T13:05:12.712Z | Compiling scopeguard v1.2.0 |
| 1290 | 2026-04-23T13:05:12.712Z | Compiling const-oid v0.9.6 |
| 1291 | 2026-04-23T13:05:13.009Z | Compiling portable-atomic v1.13.1 |
| 1292 | 2026-04-23T13:05:13.050Z | Compiling syn v2.0.117 |
| 1293 | 2026-04-23T13:05:13.053Z | Compiling zerocopy v0.8.40 |
| 1294 | 2026-04-23T13:05:13.054Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-04-23T13:05:13.073Z | Compiling critical-section v1.2.0 |
| 1296 | 2026-04-23T13:05:13.153Z | Compiling lock_api v0.4.14 |
| 1297 | 2026-04-23T13:05:13.175Z | Compiling parking_lot_core v0.9.12 |
| 1298 | 2026-04-23T13:05:13.198Z | Compiling pin-project-lite v0.2.17 |
| 1299 | 2026-04-23T13:05:13.201Z | Compiling pkg-config v0.3.32 |
| 1300 | 2026-04-23T13:05:13.225Z | Compiling bitflags v2.11.0 |
| 1301 | 2026-04-23T13:05:13.246Z | Compiling libm v0.2.16 |
| 1302 | 2026-04-23T13:05:13.309Z | Compiling num-traits v0.2.19 |
| 1303 | 2026-04-23T13:05:13.355Z | Compiling futures-core v0.3.32 |
| 1304 | 2026-04-23T13:05:13.379Z | Compiling percent-encoding v2.3.2 |
| 1305 | 2026-04-23T13:05:13.441Z | Compiling allocator-api2 v0.2.21 |
| 1306 | 2026-04-23T13:05:13.504Z | Compiling cpufeatures v0.2.17 |
| 1307 | 2026-04-23T13:05:13.589Z | Compiling futures-sink v0.3.32 |
| 1308 | 2026-04-23T13:05:13.608Z | Compiling foldhash v0.2.0 |
| 1309 | 2026-04-23T13:05:13.611Z | Compiling futures-task v0.3.32 |
| 1310 | 2026-04-23T13:05:13.611Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-04-23T13:05:13.675Z | Compiling futures-io v0.3.32 |
| 1312 | 2026-04-23T13:05:13.786Z | Compiling futures-channel v0.3.32 |
| 1313 | 2026-04-23T13:05:13.786Z | Compiling slab v0.4.12 |
| 1314 | 2026-04-23T13:05:13.822Z | Compiling getrandom v0.3.4 |
| 1315 | 2026-04-23T13:05:13.901Z | Compiling hashbrown v0.16.1 |
| 1316 | 2026-04-23T13:05:13.904Z | Compiling rustversion v1.0.22 |
| 1317 | 2026-04-23T13:05:13.953Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-04-23T13:05:13.970Z | Compiling form_urlencoded v1.2.2 |
| 1319 | 2026-04-23T13:05:14.005Z | Compiling ident_case v1.0.1 |
| 1320 | 2026-04-23T13:05:14.038Z | Compiling dunce v1.0.5 |
| 1321 | 2026-04-23T13:05:14.101Z | Compiling base64ct v1.8.3 |
| 1322 | 2026-04-23T13:05:14.129Z | Compiling fs_extra v1.3.0 |
| 1323 | 2026-04-23T13:05:14.154Z | Compiling getrandom v0.2.17 |
| 1324 | 2026-04-23T13:05:14.177Z | Compiling jobserver v0.1.34 |
| 1325 | 2026-04-23T13:05:14.181Z | Compiling errno v0.3.14 |
| 1326 | 2026-04-23T13:05:14.242Z | Compiling mio v1.2.0 |
| 1327 | 2026-04-23T13:05:14.266Z | Compiling socket2 v0.6.3 |
| 1328 | 2026-04-23T13:05:14.373Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-04-23T13:05:14.395Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-04-23T13:05:14.440Z | Compiling cc v1.2.56 |
| 1331 | 2026-04-23T13:05:14.482Z | Compiling once_cell v1.21.3 |
| 1332 | 2026-04-23T13:05:14.502Z | Compiling parking_lot v0.12.5 |
| 1333 | 2026-04-23T13:05:14.597Z | Compiling pem-rfc7468 v0.7.0 |
| 1334 | 2026-04-23T13:05:14.620Z | Compiling indexmap v2.13.0 |
| 1335 | 2026-04-23T13:05:14.680Z | Compiling flagset v0.4.7 |
| 1336 | 2026-04-23T13:05:14.702Z | Compiling rustix v1.1.3 |
| 1337 | 2026-04-23T13:05:14.723Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-04-23T13:05:14.770Z | Compiling uuid v1.23.0 |
| 1339 | 2026-04-23T13:05:14.789Z | Compiling rustc_version v0.4.1 |
| 1340 | 2026-04-23T13:05:14.833Z | Compiling aws-lc-rs v1.16.0 |
| 1341 | 2026-04-23T13:05:14.856Z | Compiling vcpkg v0.2.15 |
| 1342 | 2026-04-23T13:05:14.990Z | Compiling rand_core v0.9.5 |
| 1343 | 2026-04-23T13:05:15.013Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-04-23T13:05:15.016Z | Compiling tracing-core v0.1.36 |
| 1345 | 2026-04-23T13:05:15.092Z | Compiling base64 v0.22.1 |
| 1346 | 2026-04-23T13:05:15.092Z | Compiling untrusted v0.7.1 |
| 1347 | 2026-04-23T13:05:15.211Z | Compiling httparse v1.10.1 |
| 1348 | 2026-04-23T13:05:15.234Z | Compiling openssl-probe v0.2.1 |
| 1349 | 2026-04-23T13:05:15.259Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-04-23T13:05:15.393Z | Compiling schemars v0.8.22 |
| 1351 | 2026-04-23T13:05:15.468Z | Compiling cmake v0.1.57 |
| 1352 | 2026-04-23T13:05:15.487Z | Compiling rustls v0.23.37 |
| 1353 | 2026-04-23T13:05:15.517Z | Compiling tower-service v0.3.3 |
| 1354 | 2026-04-23T13:05:15.561Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-04-23T13:05:15.583Z | Compiling try-lock v0.2.5 |
| 1356 | 2026-04-23T13:05:15.617Z | Compiling atomic-waker v1.1.2 |
| 1357 | 2026-04-23T13:05:15.649Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-04-23T13:05:15.672Z | Compiling tower-layer v0.3.3 |
| 1359 | 2026-04-23T13:05:15.721Z | Compiling want v0.3.1 |
| 1360 | 2026-04-23T13:05:15.725Z | Compiling tinyvec v1.10.0 |
| 1361 | 2026-04-23T13:05:15.770Z | Compiling spin v0.9.8 |
| 1362 | 2026-04-23T13:05:15.770Z | Compiling aho-corasick v1.1.4 |
| 1363 | 2026-04-23T13:05:15.835Z | Compiling num-conv v0.2.0 |
| 1364 | 2026-04-23T13:05:15.858Z | Compiling httpdate v1.0.3 |
| 1365 | 2026-04-23T13:05:15.878Z | Compiling foreign-types-shared v0.1.1 |
| 1366 | 2026-04-23T13:05:15.921Z | Compiling crc32fast v1.5.0 |
| 1367 | 2026-04-23T13:05:15.926Z | Compiling powerfmt v0.2.0 |
| 1368 | 2026-04-23T13:05:15.926Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-04-23T13:05:15.965Z | Compiling openssl v0.10.75 |
| 1370 | 2026-04-23T13:05:16.013Z | Compiling time-core v0.1.8 |
| 1371 | 2026-04-23T13:05:16.017Z | Compiling foreign-types v0.3.2 |
| 1372 | 2026-04-23T13:05:16.017Z | Compiling socket2 v0.5.10 |
| 1373 | 2026-04-23T13:05:16.081Z | Compiling wait-timeout v0.2.1 |
| 1374 | 2026-04-23T13:05:16.084Z | Compiling siphasher v1.0.2 |
| 1375 | 2026-04-23T13:05:16.139Z | Compiling deranged v0.5.8 |
| 1376 | 2026-04-23T13:05:16.161Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-04-23T13:05:16.204Z | Compiling crossbeam-utils v0.8.21 |
| 1378 | 2026-04-23T13:05:16.225Z | Compiling time-macros v0.2.27 |
| 1379 | 2026-04-23T13:05:16.248Z | Compiling quick-error v1.2.3 |
| 1380 | 2026-04-23T13:05:16.280Z | Compiling syn v1.0.109 |
| 1381 | 2026-04-23T13:05:16.307Z | Compiling bit-vec v0.8.0 |
| 1382 | 2026-04-23T13:05:16.359Z | Compiling usdt-impl v0.6.0 |
| 1383 | 2026-04-23T13:05:16.390Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-04-23T13:05:16.409Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-04-23T13:05:16.463Z | Compiling unicode-normalization v0.1.25 |
| 1386 | 2026-04-23T13:05:16.550Z | Compiling slog v2.8.2 |
| 1387 | 2026-04-23T13:05:16.636Z | Compiling bit-set v0.8.0 |
| 1388 | 2026-04-23T13:05:16.664Z | Compiling heapless v0.7.17 |
| 1389 | 2026-04-23T13:05:16.668Z | Compiling rand_xorshift v0.4.0 |
| 1390 | 2026-04-23T13:05:16.726Z | Compiling aws-lc-sys v0.37.1 |
| 1391 | 2026-04-23T13:05:16.730Z | Compiling ring v0.17.14 |
| 1392 | 2026-04-23T13:05:16.730Z | Compiling openssl-sys v0.9.111 |
| 1393 | 2026-04-23T13:05:16.795Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1394 | 2026-04-23T13:05:16.842Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1395 | 2026-04-23T13:05:16.865Z | Compiling tempfile v3.25.0 |
| 1396 | 2026-04-23T13:05:16.888Z | Compiling thread-id v5.1.0 |
| 1397 | 2026-04-23T13:05:16.910Z | Compiling sync_wrapper v1.0.2 |
| 1398 | 2026-04-23T13:05:16.987Z | Compiling cookie v0.18.1 |
| 1399 | 2026-04-23T13:05:17.012Z | Compiling unicode-bidi v0.3.18 |
| 1400 | 2026-04-23T13:05:17.061Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-04-23T13:05:17.109Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-04-23T13:05:17.227Z | Compiling pest_generator v2.8.6 |
| 1403 | 2026-04-23T13:05:17.247Z | Compiling darling_core v0.20.11 |
| 1404 | 2026-04-23T13:05:17.272Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-04-23T13:05:17.398Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-04-23T13:05:17.575Z | Compiling darling_core v0.21.3 |
| 1407 | 2026-04-23T13:05:17.752Z | Compiling time v0.3.47 |
| 1408 | 2026-04-23T13:05:17.773Z | Compiling anyhow v1.0.102 |
| 1409 | 2026-04-23T13:05:17.831Z | Compiling zstd-safe v7.2.4 |
| 1410 | 2026-04-23T13:05:17.977Z | Compiling paste v1.0.15 |
| 1411 | 2026-04-23T13:05:18.092Z | Compiling signal-hook v0.3.18 |
| 1412 | 2026-04-23T13:05:18.189Z | Compiling adler2 v2.0.1 |
| 1413 | 2026-04-23T13:05:18.226Z | Compiling unicode-properties v0.1.4 |
| 1414 | 2026-04-23T13:05:18.286Z | Compiling unarray v0.1.4 |
| 1415 | 2026-04-23T13:05:18.373Z | Compiling miniz_oxide v0.8.9 |
| 1416 | 2026-04-23T13:05:18.518Z | Compiling stringprep v0.1.5 |
| 1417 | 2026-04-23T13:05:18.585Z | Compiling num-integer v0.1.46 |
| 1418 | 2026-04-23T13:05:18.685Z | Compiling vergen-lib v0.1.6 |
| 1419 | 2026-04-23T13:05:18.704Z | Compiling curve25519-dalek v4.1.3 |
| 1420 | 2026-04-23T13:05:18.921Z | Compiling ff v0.13.1 |
| 1421 | 2026-04-23T13:05:19.040Z | Compiling hash32 v0.2.1 |
| 1422 | 2026-04-23T13:05:19.107Z | Compiling memoffset v0.9.1 |
| 1423 | 2026-04-23T13:05:19.147Z | Compiling iri-string v0.7.10 |
| 1424 | 2026-04-23T13:05:19.152Z | Compiling litrs v1.0.0 |
| 1425 | 2026-04-23T13:05:19.235Z | Compiling zlib-rs v0.6.2 |
| 1426 | 2026-04-23T13:05:19.256Z | Compiling psl-types v2.0.11 |
| 1427 | 2026-04-23T13:05:19.299Z | Compiling rustix v0.38.44 |
| 1428 | 2026-04-23T13:05:19.364Z | Compiling ryu v1.0.23 |
| 1429 | 2026-04-23T13:05:19.424Z | Compiling smoltcp v0.9.1 |
| 1430 | 2026-04-23T13:05:19.444Z | Compiling cfg_aliases v0.2.1 |
| 1431 | 2026-04-23T13:05:19.541Z | Compiling ref-cast v1.0.25 |
| 1432 | 2026-04-23T13:05:19.603Z | Compiling num-bigint-dig v0.8.6 |
| 1433 | 2026-04-23T13:05:19.735Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-04-23T13:05:19.759Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-04-23T13:05:19.856Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-04-23T13:05:19.873Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-04-23T13:05:19.878Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-04-23T13:05:19.938Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-04-23T13:05:20.005Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-04-23T13:05:20.623Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-04-23T13:05:20.647Z | Compiling zeroize v1.8.2 |
| 1442 | 2026-04-23T13:05:21.024Z | Compiling futures-macro v0.3.32 |
| 1443 | 2026-04-23T13:05:21.227Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-04-23T13:05:21.313Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-04-23T13:05:21.459Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-04-23T13:05:21.480Z | Compiling tracing-attributes v0.1.31 |
| 1447 | 2026-04-23T13:05:21.593Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-04-23T13:05:21.720Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-04-23T13:05:21.847Z | Compiling zerofrom v0.1.6 |
| 1450 | 2026-04-23T13:05:21.916Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-04-23T13:05:22.013Z | Compiling yoke v0.8.1 |
| 1452 | 2026-04-23T13:05:22.091Z | Compiling digest v0.10.7 |
| 1453 | 2026-04-23T13:05:22.114Z | Compiling futures-util v0.3.32 |
| 1454 | 2026-04-23T13:05:22.139Z | Compiling block-padding v0.3.3 |
| 1455 | 2026-04-23T13:05:22.265Z | Compiling zerovec v0.11.5 |
| 1456 | 2026-04-23T13:05:22.350Z | Compiling zerotrie v0.2.3 |
| 1457 | 2026-04-23T13:05:22.422Z | Compiling hmac v0.12.1 |
| 1458 | 2026-04-23T13:05:22.523Z | Compiling inout v0.1.4 |
| 1459 | 2026-04-23T13:05:22.542Z | Compiling sha2 v0.10.9 |
| 1460 | 2026-04-23T13:05:22.626Z | Compiling der v0.7.10 |
| 1461 | 2026-04-23T13:05:22.750Z | Compiling cipher v0.4.4 |
| 1462 | 2026-04-23T13:05:22.769Z | Compiling pbkdf2 v0.12.2 |
| 1463 | 2026-04-23T13:05:22.928Z | Compiling tinystr v0.8.2 |
| 1464 | 2026-04-23T13:05:22.964Z | Compiling potential_utf v0.1.4 |
| 1465 | 2026-04-23T13:05:23.107Z | Compiling salsa20 v0.10.2 |
| 1466 | 2026-04-23T13:05:23.147Z | Compiling aes v0.8.4 |
| 1467 | 2026-04-23T13:05:23.171Z | Compiling icu_locale_core v2.1.1 |
| 1468 | 2026-04-23T13:05:23.196Z | Compiling icu_collections v2.1.1 |
| 1469 | 2026-04-23T13:05:23.219Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-04-23T13:05:23.300Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-04-23T13:05:23.326Z | Compiling cbc v0.1.2 |
| 1472 | 2026-04-23T13:05:23.326Z | Compiling tracing v0.1.44 |
| 1473 | 2026-04-23T13:05:23.527Z | Compiling scroll_derive v0.13.1 |
| 1474 | 2026-04-23T13:05:23.641Z | Compiling pest_derive v2.8.6 |
| 1475 | 2026-04-23T13:05:23.715Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-04-23T13:05:23.852Z | Compiling spki v0.7.3 |
| 1477 | 2026-04-23T13:05:23.900Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-04-23T13:05:24.129Z | Compiling icu_provider v2.1.1 |
| 1479 | 2026-04-23T13:05:24.159Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-04-23T13:05:24.193Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-04-23T13:05:24.317Z | Compiling signature v2.2.0 |
| 1482 | 2026-04-23T13:05:24.339Z | Compiling darling v0.20.11 |
| 1483 | 2026-04-23T13:05:24.393Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-04-23T13:05:24.415Z | Compiling scroll_derive v0.12.1 |
| 1485 | 2026-04-23T13:05:24.460Z | Compiling bytes v1.11.1 |
| 1486 | 2026-04-23T13:05:24.530Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-04-23T13:05:24.553Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-04-23T13:05:24.556Z | Compiling chrono v0.4.44 |
| 1489 | 2026-04-23T13:05:24.597Z | Compiling pkcs8 v0.10.2 |
| 1490 | 2026-04-23T13:05:24.619Z | Compiling scroll v0.13.0 |
| 1491 | 2026-04-23T13:05:24.776Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-04-23T13:05:24.812Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-04-23T13:05:24.972Z | Compiling goblin v0.10.5 |
| 1494 | 2026-04-23T13:05:25.018Z | Compiling thiserror-impl v1.0.69 |
| 1495 | 2026-04-23T13:05:25.214Z | Compiling tokio v1.52.1 |
| 1496 | 2026-04-23T13:05:25.239Z | Compiling http v1.4.0 |
| 1497 | 2026-04-23T13:05:25.301Z | Compiling erased-serde v0.3.31 |
| 1498 | 2026-04-23T13:05:25.354Z | Compiling scroll v0.12.0 |
| 1499 | 2026-04-23T13:05:25.374Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-04-23T13:05:25.514Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2026-04-23T13:05:25.717Z | Compiling serde_spanned v0.6.9 |
| 1502 | 2026-04-23T13:05:25.791Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-04-23T13:05:25.845Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-04-23T13:05:25.869Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-04-23T13:05:25.905Z | Compiling darling_macro v0.21.3 |
| 1506 | 2026-04-23T13:05:26.013Z | Compiling idna v1.1.0 |
| 1507 | 2026-04-23T13:05:26.036Z | Compiling zerocopy-derive v0.7.35 |
| 1508 | 2026-04-23T13:05:26.039Z | Compiling fallible-iterator v0.2.0 |
| 1509 | 2026-04-23T13:05:26.080Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-04-23T13:05:26.083Z | Compiling derive_builder_macro v0.20.2 |
| 1511 | 2026-04-23T13:05:26.165Z | Compiling http-body v1.0.1 |
| 1512 | 2026-04-23T13:05:26.321Z | Compiling base16ct v0.2.0 |
| 1513 | 2026-04-23T13:05:26.377Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-04-23T13:05:26.484Z | Compiling url v2.5.8 |
| 1515 | 2026-04-23T13:05:26.544Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-04-23T13:05:26.544Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2026-04-23T13:05:26.586Z | Compiling darling v0.21.3 |
| 1518 | 2026-04-23T13:05:26.589Z | Compiling sec1 v0.7.3 |
| 1519 | 2026-04-23T13:05:26.589Z | Compiling publicsuffix v2.3.0 |
| 1520 | 2026-04-23T13:05:26.701Z | Compiling derive_builder v0.20.2 |
| 1521 | 2026-04-23T13:05:26.724Z | Compiling goblin v0.8.2 |
| 1522 | 2026-04-23T13:05:26.823Z | Compiling rand v0.9.2 |
| 1523 | 2026-04-23T13:05:26.867Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-04-23T13:05:26.888Z | Compiling rand v0.8.5 |
| 1525 | 2026-04-23T13:05:26.919Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-04-23T13:05:26.987Z | Compiling cargo-platform v0.1.9 |
| 1527 | 2026-04-23T13:05:27.010Z | Compiling hubpack_derive v0.1.1 |
| 1528 | 2026-04-23T13:05:27.261Z | Compiling zerocopy v0.7.35 |
| 1529 | 2026-04-23T13:05:27.284Z | Compiling flate2 v1.1.9 |
| 1530 | 2026-04-23T13:05:27.340Z | Compiling hkdf v0.12.4 |
| 1531 | 2026-04-23T13:05:27.473Z | Compiling crypto-bigint v0.5.5 |
| 1532 | 2026-04-23T13:05:27.565Z | Compiling regex v1.12.3 |
| 1533 | 2026-04-23T13:05:27.616Z | Compiling proptest v1.10.0 |
| 1534 | 2026-04-23T13:05:27.656Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-04-23T13:05:27.928Z | Compiling document-features v0.2.12 |
| 1536 | 2026-04-23T13:05:28.024Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1537 | 2026-04-23T13:05:28.052Z | Compiling ref-cast-impl v1.0.25 |
| 1538 | 2026-04-23T13:05:28.074Z | Compiling async-trait v0.1.89 |
| 1539 | 2026-04-23T13:05:28.137Z | Compiling daft-derive v0.1.5 |
| 1540 | 2026-04-23T13:05:28.140Z | Compiling strum_macros v0.27.2 |
| 1541 | 2026-04-23T13:05:28.169Z | Compiling nix v0.31.2 |
| 1542 | 2026-04-23T13:05:28.418Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-04-23T13:05:28.720Z | Compiling oxnet v0.1.4 |
| 1544 | 2026-04-23T13:05:28.773Z | Compiling dof v0.4.0 |
| 1545 | 2026-04-23T13:05:28.970Z | Compiling group v0.13.0 |
| 1546 | 2026-04-23T13:05:29.053Z | Compiling num-iter v0.1.45 |
| 1547 | 2026-04-23T13:05:29.232Z | Compiling terminal_size v0.4.3 |
| 1548 | 2026-04-23T13:05:29.254Z | Compiling phf_shared v0.13.1 |
| 1549 | 2026-04-23T13:05:29.403Z | Compiling lazy_static v1.5.0 |
| 1550 | 2026-04-23T13:05:29.424Z | Compiling vergen v9.0.6 |
| 1551 | 2026-04-23T13:05:29.521Z | Compiling fs-err v3.3.0 |
| 1552 | 2026-04-23T13:05:29.524Z | Compiling ahash v0.8.12 |
| 1553 | 2026-04-23T13:05:29.565Z | Compiling managed v0.8.0 |
| 1554 | 2026-04-23T13:05:29.590Z | Compiling winnow v0.5.40 |
| 1555 | 2026-04-23T13:05:29.613Z | Compiling unicode-segmentation v1.12.0 |
| 1556 | 2026-04-23T13:05:29.616Z | Compiling foldhash v0.1.5 |
| 1557 | 2026-04-23T13:05:29.665Z | Compiling libbz2-rs-sys v0.2.2 |
| 1558 | 2026-04-23T13:05:29.784Z | Compiling bumpalo v3.20.2 |
| 1559 | 2026-04-23T13:05:29.829Z | Compiling object v0.37.3 |
| 1560 | 2026-04-23T13:05:29.852Z | Compiling bitflags v1.3.2 |
| 1561 | 2026-04-23T13:05:30.098Z | Compiling zopfli v0.8.3 |
| 1562 | 2026-04-23T13:05:30.144Z | Compiling hashbrown v0.15.5 |
| 1563 | 2026-04-23T13:05:30.175Z | Compiling dof v0.3.0 |
| 1564 | 2026-04-23T13:05:30.261Z | Compiling bzip2 v0.6.1 |
| 1565 | 2026-04-23T13:05:30.395Z | Compiling tokio-util v0.7.18 |
| 1566 | 2026-04-23T13:05:30.456Z | Compiling tower v0.5.3 |
| 1567 | 2026-04-23T13:05:30.577Z | Compiling tokio-native-tls v0.3.1 |
| 1568 | 2026-04-23T13:05:30.626Z | Compiling clap_builder v4.5.60 |
| 1569 | 2026-04-23T13:05:30.672Z | Compiling phf v0.13.1 |
| 1570 | 2026-04-23T13:05:30.908Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-04-23T13:05:30.928Z | Compiling strum v0.27.2 |
| 1572 | 2026-04-23T13:05:30.955Z | Compiling signal-hook-mio v0.2.5 |
| 1573 | 2026-04-23T13:05:31.061Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-04-23T13:05:31.085Z | Compiling usdt-attr-macro v0.6.0 |
| 1575 | 2026-04-23T13:05:31.110Z | Compiling usdt-macro v0.6.0 |
| 1576 | 2026-04-23T13:05:31.113Z | Compiling elliptic-curve v0.13.8 |
| 1577 | 2026-04-23T13:05:31.175Z | Compiling cargo_metadata v0.19.2 |
| 1578 | 2026-04-23T13:05:31.246Z | Compiling daft v0.1.5 |
| 1579 | 2026-04-23T13:05:31.365Z | Compiling h2 v0.4.13 |
| 1580 | 2026-04-23T13:05:31.616Z | Compiling toml_edit v0.19.15 |
| 1581 | 2026-04-23T13:05:31.641Z | Compiling cookie_store v0.22.1 |
| 1582 | 2026-04-23T13:05:31.705Z | Compiling bzip2 v0.4.4 |
| 1583 | 2026-04-23T13:05:31.832Z | Compiling postgres-types v0.2.12 |
| 1584 | 2026-04-23T13:05:31.885Z | Compiling zstd v0.13.3 |
| 1585 | 2026-04-23T13:05:31.996Z | Compiling hubpack v0.1.2 |
| 1586 | 2026-04-23T13:05:32.111Z | Compiling dtrace-parser v0.2.0 |
| 1587 | 2026-04-23T13:05:32.160Z | Compiling serde_with_macros v3.17.0 |
| 1588 | 2026-04-23T13:05:32.250Z | Compiling pkcs1 v0.7.5 |
| 1589 | 2026-04-23T13:05:32.298Z | Compiling ed25519 v2.2.3 |
| 1590 | 2026-04-23T13:05:32.569Z | Compiling hex v0.4.3 |
| 1591 | 2026-04-23T13:05:32.623Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2026-04-23T13:05:32.797Z | Compiling rfc6979 v0.4.0 |
| 1593 | 2026-04-23T13:05:32.818Z | Compiling bstr v1.12.1 |
| 1594 | 2026-04-23T13:05:32.939Z | Compiling serde_repr v0.1.20 |
| 1595 | 2026-04-23T13:05:32.966Z | Compiling enum-as-inner v0.6.1 |
| 1596 | 2026-04-23T13:05:33.069Z | Compiling strum_macros v0.26.4 |
| 1597 | 2026-04-23T13:05:33.183Z | Compiling clap_derive v4.5.55 |
| 1598 | 2026-04-23T13:05:33.383Z | Compiling phf_shared v0.11.3 |
| 1599 | 2026-04-23T13:05:33.448Z | Compiling float-cmp v0.10.0 |
| 1600 | 2026-04-23T13:05:33.471Z | Compiling memmap2 v0.9.10 |
| 1601 | 2026-04-23T13:05:33.640Z | Compiling thread-id v4.2.2 |
| 1602 | 2026-04-23T13:05:33.644Z | Compiling env_filter v1.0.0 |
| 1603 | 2026-04-23T13:05:33.685Z | Compiling encoding_rs v0.8.35 |
| 1604 | 2026-04-23T13:05:33.688Z | Compiling jiff v0.2.21 |
| 1605 | 2026-04-23T13:05:33.731Z | Compiling new_debug_unreachable v1.0.6 |
| 1606 | 2026-04-23T13:05:33.734Z | Compiling whoami v2.1.0 |
| 1607 | 2026-04-23T13:05:33.774Z | Compiling static_assertions v1.1.0 |
| 1608 | 2026-04-23T13:05:33.797Z | Compiling predicates-core v1.0.10 |
| 1609 | 2026-04-23T13:05:33.833Z | Compiling data-encoding v2.10.0 |
| 1610 | 2026-04-23T13:05:33.880Z | Compiling normalize-line-endings v0.3.0 |
| 1611 | 2026-04-23T13:05:34.013Z | Compiling fixedbitset v0.5.7 |
| 1612 | 2026-04-23T13:05:34.041Z | Compiling either v1.15.0 |
| 1613 | 2026-04-23T13:05:34.061Z | Compiling difflib v0.4.0 |
| 1614 | 2026-04-23T13:05:34.265Z | Compiling mime v0.3.17 |
| 1615 | 2026-04-23T13:05:34.329Z | Compiling precomputed-hash v0.1.1 |
| 1616 | 2026-04-23T13:05:34.434Z | Compiling keccak v0.1.6 |
| 1617 | 2026-04-23T13:05:34.462Z | Compiling rustc-hash v2.1.1 |
| 1618 | 2026-04-23T13:05:34.614Z | Compiling fixedbitset v0.4.2 |
| 1619 | 2026-04-23T13:05:34.635Z | Compiling toml_edit v0.22.27 |
| 1620 | 2026-04-23T13:05:34.809Z | Compiling petgraph v0.6.5 |
| 1621 | 2026-04-23T13:05:34.834Z | Compiling sha3 v0.10.8 |
| 1622 | 2026-04-23T13:05:34.912Z | Compiling iddqd v0.3.17 |
| 1623 | 2026-04-23T13:05:34.951Z | Compiling string_cache v0.8.9 |
| 1624 | 2026-04-23T13:05:35.252Z | Compiling predicates v3.1.4 |
| 1625 | 2026-04-23T13:05:35.409Z | Compiling itertools v0.13.0 |
| 1626 | 2026-04-23T13:05:35.457Z | Compiling hyper v1.8.1 |
| 1627 | 2026-04-23T13:05:35.500Z | Compiling strum v0.26.3 |
| 1628 | 2026-04-23T13:05:35.590Z | Compiling petgraph v0.8.3 |
| 1629 | 2026-04-23T13:05:35.617Z | Compiling clap v4.5.60 |
| 1630 | 2026-04-23T13:05:35.638Z | Compiling hickory-proto v0.25.2 |
| 1631 | 2026-04-23T13:05:35.676Z | Compiling tokio-postgres v0.7.16 |
| 1632 | 2026-04-23T13:05:35.730Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1633 | 2026-04-23T13:05:35.757Z | Compiling env_logger v0.11.9 |
| 1634 | 2026-04-23T13:05:36.175Z | Compiling usdt-impl v0.5.0 |
| 1635 | 2026-04-23T13:05:36.249Z | Compiling serde_with v3.17.0 |
| 1636 | 2026-04-23T13:05:36.495Z | Compiling usdt v0.6.0 |
| 1637 | 2026-04-23T13:05:36.856Z | Compiling toml v0.7.8 |
| 1638 | 2026-04-23T13:05:36.884Z | Compiling similar v2.7.0 |
| 1639 | 2026-04-23T13:05:36.912Z | Compiling hyper-util v0.1.20 |
| 1640 | 2026-04-23T13:05:36.983Z | Compiling crossterm v0.28.1 |
| 1641 | 2026-04-23T13:05:37.132Z | Compiling ecdsa v0.16.9 |
| 1642 | 2026-04-23T13:05:37.655Z | Compiling zip v4.6.1 |
| 1643 | 2026-04-23T13:05:37.658Z | Compiling ed25519-dalek v2.2.0 |
| 1644 | 2026-04-23T13:05:37.696Z | Compiling rsa v0.9.10 |
| 1645 | 2026-04-23T13:05:38.108Z | Compiling zip v0.6.6 |
| 1646 | 2026-04-23T13:05:38.525Z | Compiling tokio-stream v0.1.18 |
| 1647 | 2026-04-23T13:05:38.570Z | Compiling buf-list v1.1.2 |
| 1648 | 2026-04-23T13:05:38.679Z | Compiling heck v0.4.1 |
| 1649 | 2026-04-23T13:05:38.761Z | Compiling hyper-tls v0.6.0 |
| 1650 | 2026-04-23T13:05:38.938Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1651 | 2026-04-23T13:05:38.978Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1652 | 2026-04-23T13:05:39.000Z | Compiling openapiv3 v2.2.0 |
| 1653 | 2026-04-23T13:05:39.065Z | Compiling x509-cert v0.2.5 |
| 1654 | 2026-04-23T13:05:39.153Z | Compiling sha1 v0.10.6 |
| 1655 | 2026-04-23T13:05:39.175Z | Compiling crossbeam-epoch v0.9.18 |
| 1656 | 2026-04-23T13:05:39.214Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1657 | 2026-04-23T13:05:39.269Z | Compiling peg-runtime v0.8.5 |
| 1658 | 2026-04-23T13:05:39.409Z | Compiling lalrpop-util v0.19.12 |
| 1659 | 2026-04-23T13:05:39.465Z | Compiling thread_local v1.1.9 |
| 1660 | 2026-04-23T13:05:39.552Z | Compiling slog-async v2.8.0 |
| 1661 | 2026-04-23T13:05:39.614Z | Compiling futures-executor v0.3.32 |
| 1662 | 2026-04-23T13:05:39.636Z | Compiling crossbeam-channel v0.5.15 |
| 1663 | 2026-04-23T13:05:39.663Z | Compiling filetime v0.2.27 |
| 1664 | 2026-04-23T13:05:39.667Z | Compiling is-terminal v0.4.17 |
| 1665 | 2026-04-23T13:05:39.667Z | Compiling take_mut v0.2.2 |
| 1666 | 2026-04-23T13:05:39.795Z | Compiling xattr v1.6.1 |
| 1667 | 2026-04-23T13:05:39.815Z | Compiling term v1.2.1 |
| 1668 | 2026-04-23T13:05:39.815Z | Compiling futures v0.3.32 |
| 1669 | 2026-04-23T13:05:39.954Z | Compiling tar v0.4.45 |
| 1670 | 2026-04-23T13:05:40.256Z | Compiling slog-term v2.9.2 |
| 1671 | 2026-04-23T13:06:03.202Z | Compiling rustls-webpki v0.103.9 |
| 1672 | 2026-04-23T13:06:07.215Z | Compiling tokio-rustls v0.26.4 |
| 1673 | 2026-04-23T13:06:07.215Z | Compiling rustls-platform-verifier v0.6.2 |
| 1674 | 2026-04-23T13:06:07.476Z | Compiling hyper-rustls v0.27.7 |
| 1675 | 2026-04-23T13:06:07.721Z | Compiling reqwest v0.13.2 |
| 1676 | 2026-04-23T13:06:07.728Z | Compiling reqwest v0.12.28 |
| 1677 | 2026-04-23T13:06:10.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1678 | 2026-04-23T13:06:10.830Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1679 | 2026-04-23T13:06:14.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1680 | 2026-04-23T13:06:14.778Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1681 | 2026-04-23T13:06:14.838Z | Apr 23 13:06:13.666 INFO Starting download, target: Clickhouse |
| 1682 | 2026-04-23T13:06:14.838Z | Apr 23 13:06:13.667 INFO Starting download, target: TransceiverControl |
| 1683 | 2026-04-23T13:06:14.838Z | Apr 23 13:06:13.667 INFO Starting download, target: Cockroach |
| 1684 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Starting download, target: DendriteStub |
| 1685 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Starting download, target: Console |
| 1686 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Starting download, target: MaghemiteMgd |
| 1687 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1688 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1689 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1690 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1691 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1692 | 2026-04-23T13:06:14.841Z | Apr 23 13:06:13.667 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1693 | 2026-04-23T13:06:15.125Z | Apr 23 13:06:13.952 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1694 | 2026-04-23T13:06:15.462Z | Apr 23 13:06:14.285 INFO Download complete, target: TransceiverControl |
| 1695 | 2026-04-23T13:06:15.787Z | Apr 23 13:06:14.608 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1696 | 2026-04-23T13:06:16.163Z | Apr 23 13:06:14.992 INFO Download complete, target: Console |
| 1697 | 2026-04-23T13:06:16.962Z | Apr 23 13:06:15.790 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1698 | 2026-04-23T13:06:17.376Z | Apr 23 13:06:16.204 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1699 | 2026-04-23T13:06:17.613Z | Apr 23 13:06:16.441 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1700 | 2026-04-23T13:06:17.731Z | Apr 23 13:06:16.560 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1701 | 2026-04-23T13:06:17.731Z | Apr 23 13:06:16.560 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1702 | 2026-04-23T13:06:20.678Z | Apr 23 13:06:19.506 INFO Download complete, target: DendriteStub |
| 1703 | 2026-04-23T13:06:21.150Z | Apr 23 13:06:19.978 INFO Download complete, target: MaghemiteMgd |
| 1704 | 2026-04-23T13:06:25.448Z | Apr 23 13:06:24.276 INFO Checking that binary works, target: Cockroach |
| 1705 | 2026-04-23T13:06:25.632Z | Apr 23 13:06:24.460 INFO Download complete, target: Cockroach |
| 1706 | 2026-04-23T13:06:28.852Z | Apr 23 13:06:27.679 INFO Checking that binary works, target: Clickhouse |
| 1707 | 2026-04-23T13:06:28.960Z | Apr 23 13:06:27.786 INFO Download complete, target: Clickhouse |
| 1708 | 2026-04-23T13:06:28.965Z | All prerequisites installed successfully |
| 1709 | 2026-04-23T13:06:28.968Z | |
| 1710 | 2026-04-23T13:06:28.968Z | real 2:29.526644583 |
| 1711 | 2026-04-23T13:06:28.969Z | user 9:21.845245245 |
| 1712 | 2026-04-23T13:06:28.969Z | sys 1:57.654814064 |
| 1713 | 2026-04-23T13:06:28.969Z | trap 0.329543099 |
| 1714 | 2026-04-23T13:06:28.969Z | tflt 2.180373309 |
| 1715 | 2026-04-23T13:06:28.969Z | dflt 2.223695915 |
| 1716 | 2026-04-23T13:06:28.969Z | kflt 0.024175054 |
| 1717 | 2026-04-23T13:06:28.969Z | lock 32:25.944792939 |
| 1718 | 2026-04-23T13:06:28.969Z | slp 23:47.431230457 |
| 1719 | 2026-04-23T13:06:28.969Z | lat 29.920333394 |
| 1720 | 2026-04-23T13:06:28.969Z | stop 4:06.295494936 |
| 1721 | 2026-04-23T13:06:28.969Z | + ptime -m cargo xtask download softnpu |
| 1722 | 2026-04-23T13:06:29.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1723 | 2026-04-23T13:06:29.694Z | Running `target/debug/xtask download softnpu` |
| 1724 | 2026-04-23T13:06:30.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1725 | 2026-04-23T13:06:30.805Z | Running `target/debug/xtask-downloader softnpu` |
| 1726 | 2026-04-23T13:06:30.856Z | Apr 23 13:06:29.683 INFO Starting download, target: Softnpu |
| 1727 | 2026-04-23T13:06:30.859Z | Apr 23 13:06:29.683 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1728 | 2026-04-23T13:06:31.469Z | Apr 23 13:06:30.296 INFO Download complete, target: Softnpu |
| 1729 | 2026-04-23T13:06:31.472Z | |
| 1730 | 2026-04-23T13:06:31.475Z | real 2.500357673 |
| 1731 | 2026-04-23T13:06:31.475Z | user 1.795197236 |
| 1732 | 2026-04-23T13:06:31.475Z | sys 0.798224274 |
| 1733 | 2026-04-23T13:06:31.475Z | trap 0.000446331 |
| 1734 | 2026-04-23T13:06:31.475Z | tflt 0.000192636 |
| 1735 | 2026-04-23T13:06:31.475Z | dflt 0.000268579 |
| 1736 | 2026-04-23T13:06:31.475Z | kflt 0.000000000 |
| 1737 | 2026-04-23T13:06:31.475Z | lock 10.898318540 |
| 1738 | 2026-04-23T13:06:31.475Z | slp 0.470088905 |
| 1739 | 2026-04-23T13:06:31.475Z | lat 0.058018807 |
| 1740 | 2026-04-23T13:06:31.475Z | stop 0.000177409 |
| 1741 | 2026-04-23T13:06:31.475Z | + export CARGO_INCREMENTAL=0 |
| 1742 | 2026-04-23T13:06:31.475Z | + CARGO_INCREMENTAL=0 |
| 1743 | 2026-04-23T13:06:31.476Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1744 | 2026-04-23T13:06:32.707Z | Compiling proc-macro2 v1.0.106 |
| 1745 | 2026-04-23T13:06:32.707Z | Compiling quote v1.0.44 |
| 1746 | 2026-04-23T13:06:32.711Z | Compiling unicode-ident v1.0.24 |
| 1747 | 2026-04-23T13:06:32.711Z | Compiling libc v0.2.185 |
| 1748 | 2026-04-23T13:06:32.711Z | Compiling serde_core v1.0.228 |
| 1749 | 2026-04-23T13:06:32.711Z | Compiling serde v1.0.228 |
| 1750 | 2026-04-23T13:06:32.711Z | Compiling cfg-if v1.0.4 |
| 1751 | 2026-04-23T13:06:32.711Z | Compiling version_check v0.9.5 |
| 1752 | 2026-04-23T13:06:32.711Z | Compiling shlex v1.3.0 |
| 1753 | 2026-04-23T13:06:32.711Z | Compiling find-msvc-tools v0.1.9 |
| 1754 | 2026-04-23T13:06:32.711Z | Compiling typenum v1.19.0 |
| 1755 | 2026-04-23T13:06:32.711Z | Compiling autocfg v1.5.0 |
| 1756 | 2026-04-23T13:06:32.917Z | Compiling zmij v1.0.21 |
| 1757 | 2026-04-23T13:06:32.920Z | Compiling serde_json v1.0.149 |
| 1758 | 2026-04-23T13:06:32.933Z | Compiling portable-atomic v1.13.1 |
| 1759 | 2026-04-23T13:06:33.055Z | Compiling memchr v2.8.0 |
| 1760 | 2026-04-23T13:06:33.223Z | Compiling zerocopy v0.8.40 |
| 1761 | 2026-04-23T13:06:33.281Z | Compiling libm v0.2.16 |
| 1762 | 2026-04-23T13:06:33.325Z | Compiling smallvec v1.15.1 |
| 1763 | 2026-04-23T13:06:33.328Z | Compiling icu_normalizer_data v2.1.1 |
| 1764 | 2026-04-23T13:06:33.464Z | Compiling num-traits v0.2.19 |
| 1765 | 2026-04-23T13:06:33.489Z | Compiling parking_lot_core v0.9.12 |
| 1766 | 2026-04-23T13:06:33.531Z | Compiling generic-array v0.14.7 |
| 1767 | 2026-04-23T13:06:33.664Z | Compiling icu_properties_data v2.1.2 |
| 1768 | 2026-04-23T13:06:33.664Z | Compiling itoa v1.0.17 |
| 1769 | 2026-04-23T13:06:33.711Z | Compiling getrandom v0.4.1 |
| 1770 | 2026-04-23T13:06:33.714Z | Compiling log v0.4.29 |
| 1771 | 2026-04-23T13:06:33.779Z | Compiling stable_deref_trait v1.2.1 |
| 1772 | 2026-04-23T13:06:33.801Z | Compiling pkg-config v0.3.32 |
| 1773 | 2026-04-23T13:06:33.893Z | Compiling subtle v2.6.1 |
| 1774 | 2026-04-23T13:06:34.123Z | Compiling jobserver v0.1.34 |
| 1775 | 2026-04-23T13:06:34.126Z | Compiling getrandom v0.2.17 |
| 1776 | 2026-04-23T13:06:34.126Z | Compiling scopeguard v1.2.0 |
| 1777 | 2026-04-23T13:06:34.228Z | Compiling errno v0.3.14 |
| 1778 | 2026-04-23T13:06:34.341Z | Compiling rand_core v0.6.4 |
| 1779 | 2026-04-23T13:06:34.362Z | Compiling lock_api v0.4.14 |
| 1780 | 2026-04-23T13:06:34.415Z | Compiling cc v1.2.56 |
| 1781 | 2026-04-23T13:06:34.474Z | Compiling percent-encoding v2.3.2 |
| 1782 | 2026-04-23T13:06:34.495Z | Compiling writeable v0.6.2 |
| 1783 | 2026-04-23T13:06:34.525Z | Compiling litemap v0.8.1 |
| 1784 | 2026-04-23T13:06:34.590Z | Compiling syn v2.0.117 |
| 1785 | 2026-04-23T13:06:34.634Z | Compiling thiserror v2.0.18 |
| 1786 | 2026-04-23T13:06:34.658Z | Compiling fnv v1.0.7 |
| 1787 | 2026-04-23T13:06:34.813Z | Compiling pin-project-lite v0.2.17 |
| 1788 | 2026-04-23T13:06:34.816Z | Compiling getrandom v0.3.4 |
| 1789 | 2026-04-23T13:06:34.816Z | Compiling critical-section v1.2.0 |
| 1790 | 2026-04-23T13:06:35.004Z | Compiling rustversion v1.0.22 |
| 1791 | 2026-04-23T13:06:35.069Z | Compiling equivalent v1.0.2 |
| 1792 | 2026-04-23T13:06:35.072Z | Compiling schemars v0.8.22 |
| 1793 | 2026-04-23T13:06:35.072Z | Compiling allocator-api2 v0.2.21 |
| 1794 | 2026-04-23T13:06:35.072Z | Compiling dunce v1.0.5 |
| 1795 | 2026-04-23T13:06:35.155Z | Compiling foldhash v0.2.0 |
| 1796 | 2026-04-23T13:06:35.203Z | Compiling utf8_iter v1.0.4 |
| 1797 | 2026-04-23T13:06:35.227Z | Compiling fs_extra v1.3.0 |
| 1798 | 2026-04-23T13:06:35.275Z | Compiling rand_core v0.10.0 |
| 1799 | 2026-04-23T13:06:35.407Z | Compiling cmake v0.1.57 |
| 1800 | 2026-04-23T13:06:35.474Z | Compiling form_urlencoded v1.2.2 |
| 1801 | 2026-04-23T13:06:35.496Z | Compiling hashbrown v0.16.1 |
| 1802 | 2026-04-23T13:06:35.586Z | Compiling once_cell v1.21.3 |
| 1803 | 2026-04-23T13:06:35.687Z | Compiling const-oid v0.9.6 |
| 1804 | 2026-04-23T13:06:35.884Z | Compiling signal-hook-registry v1.4.8 |
| 1805 | 2026-04-23T13:06:35.928Z | Compiling rustix v1.1.3 |
| 1806 | 2026-04-23T13:06:35.931Z | Compiling socket2 v0.6.3 |
| 1807 | 2026-04-23T13:06:36.043Z | Compiling semver v1.0.27 |
| 1808 | 2026-04-23T13:06:36.189Z | Compiling bitflags v2.11.0 |
| 1809 | 2026-04-23T13:06:36.245Z | Compiling ring v0.17.14 |
| 1810 | 2026-04-23T13:06:36.297Z | Compiling aws-lc-sys v0.37.1 |
| 1811 | 2026-04-23T13:06:36.319Z | Compiling indexmap v2.13.0 |
| 1812 | 2026-04-23T13:06:36.355Z | Compiling parking_lot v0.12.5 |
| 1813 | 2026-04-23T13:06:36.375Z | Compiling mio v1.2.0 |
| 1814 | 2026-04-23T13:06:36.444Z | Compiling aws-lc-rs v1.16.0 |
| 1815 | 2026-04-23T13:06:36.475Z | Compiling thiserror v1.0.69 |
| 1816 | 2026-04-23T13:06:36.501Z | Compiling strsim v0.11.1 |
| 1817 | 2026-04-23T13:06:36.530Z | Compiling futures-core v0.3.32 |
| 1818 | 2026-04-23T13:06:36.748Z | Compiling byteorder v1.5.0 |
| 1819 | 2026-04-23T13:06:36.771Z | Compiling httparse v1.10.1 |
| 1820 | 2026-04-23T13:06:36.848Z | Compiling ucd-trie v0.1.7 |
| 1821 | 2026-04-23T13:06:36.967Z | Compiling syn v1.0.109 |
| 1822 | 2026-04-23T13:06:37.081Z | Compiling pest v2.8.6 |
| 1823 | 2026-04-23T13:06:37.189Z | Compiling iana-time-zone v0.1.65 |
| 1824 | 2026-04-23T13:06:37.240Z | Compiling ident_case v1.0.1 |
| 1825 | 2026-04-23T13:06:37.243Z | Compiling vcpkg v0.2.15 |
| 1826 | 2026-04-23T13:06:37.289Z | Compiling heck v0.5.0 |
| 1827 | 2026-04-23T13:06:37.338Z | Compiling uuid v1.23.0 |
| 1828 | 2026-04-23T13:06:37.382Z | Compiling cpufeatures v0.2.17 |
| 1829 | 2026-04-23T13:06:37.523Z | Compiling regex-syntax v0.8.10 |
| 1830 | 2026-04-23T13:06:37.762Z | Compiling rustc_version v0.4.1 |
| 1831 | 2026-04-23T13:06:37.926Z | Compiling futures-sink v0.3.32 |
| 1832 | 2026-04-23T13:06:37.955Z | Compiling rustls v0.23.37 |
| 1833 | 2026-04-23T13:06:38.065Z | Compiling openssl-sys v0.9.111 |
| 1834 | 2026-04-23T13:06:38.087Z | Compiling futures-channel v0.3.32 |
| 1835 | 2026-04-23T13:06:38.133Z | Compiling futures-io v0.3.32 |
| 1836 | 2026-04-23T13:06:38.183Z | Compiling slab v0.4.12 |
| 1837 | 2026-04-23T13:06:38.186Z | Compiling futures-task v0.3.32 |
| 1838 | 2026-04-23T13:06:38.365Z | Compiling dyn-clone v1.0.20 |
| 1839 | 2026-04-23T13:06:38.400Z | Compiling plain v0.2.3 |
| 1840 | 2026-04-23T13:06:38.452Z | Compiling aho-corasick v1.1.4 |
| 1841 | 2026-04-23T13:06:38.455Z | Compiling num-conv v0.2.0 |
| 1842 | 2026-04-23T13:06:38.455Z | Compiling crossbeam-utils v0.8.21 |
| 1843 | 2026-04-23T13:06:38.518Z | Compiling synstructure v0.13.2 |
| 1844 | 2026-04-23T13:06:38.543Z | Compiling serde_derive_internals v0.29.1 |
| 1845 | 2026-04-23T13:06:38.568Z | Compiling time-core v0.1.8 |
| 1846 | 2026-04-23T13:06:38.611Z | Compiling pest_meta v2.8.6 |
| 1847 | 2026-04-23T13:06:38.774Z | Compiling time-macros v0.2.27 |
| 1848 | 2026-04-23T13:06:38.870Z | Compiling openssl v0.10.75 |
| 1849 | 2026-04-23T13:06:39.083Z | Compiling pretty-hex v0.4.1 |
| 1850 | 2026-04-23T13:06:39.173Z | Compiling base64 v0.22.1 |
| 1851 | 2026-04-23T13:06:39.339Z | Compiling base64ct v1.8.3 |
| 1852 | 2026-04-23T13:06:39.424Z | Compiling pest_generator v2.8.6 |
| 1853 | 2026-04-23T13:06:39.470Z | Compiling anyhow v1.0.102 |
| 1854 | 2026-04-23T13:06:39.492Z | Compiling crc32fast v1.5.0 |
| 1855 | 2026-04-23T13:06:39.514Z | Compiling darling_core v0.21.3 |
| 1856 | 2026-04-23T13:06:39.599Z | Compiling regex-automata v0.4.14 |
| 1857 | 2026-04-23T13:06:39.652Z | Compiling pem-rfc7468 v0.7.0 |
| 1858 | 2026-04-23T13:06:39.674Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1859 | 2026-04-23T13:06:39.817Z | Compiling native-tls v0.2.18 |
| 1860 | 2026-04-23T13:06:39.841Z | Compiling flagset v0.4.7 |
| 1861 | 2026-04-23T13:06:39.865Z | Compiling rand_core v0.9.5 |
| 1862 | 2026-04-23T13:06:40.027Z | Compiling slog v2.8.2 |
| 1863 | 2026-04-23T13:06:40.078Z | Compiling tracing-core v0.1.36 |
| 1864 | 2026-04-23T13:06:40.136Z | Compiling untrusted v0.9.0 |
| 1865 | 2026-04-23T13:06:40.368Z | Compiling serde_derive v1.0.228 |
| 1866 | 2026-04-23T13:06:40.408Z | Compiling zeroize_derive v1.4.3 |
| 1867 | 2026-04-23T13:06:40.430Z | Compiling zerofrom-derive v0.1.6 |
| 1868 | 2026-04-23T13:06:40.451Z | Compiling yoke-derive v0.8.1 |
| 1869 | 2026-04-23T13:06:40.454Z | Compiling zerovec-derive v0.11.2 |
| 1870 | 2026-04-23T13:06:40.558Z | Compiling displaydoc v0.2.5 |
| 1871 | 2026-04-23T13:06:40.607Z | Compiling zerocopy-derive v0.8.40 |
| 1872 | 2026-04-23T13:06:40.629Z | Compiling tokio-macros v2.7.0 |
| 1873 | 2026-04-23T13:06:40.796Z | Compiling futures-macro v0.3.32 |
| 1874 | 2026-04-23T13:06:41.173Z | Compiling zeroize v1.8.2 |
| 1875 | 2026-04-23T13:06:41.489Z | Compiling thiserror-impl v2.0.18 |
| 1876 | 2026-04-23T13:06:41.512Z | Compiling schemars_derive v0.8.22 |
| 1877 | 2026-04-23T13:06:41.714Z | Compiling der_derive v0.7.3 |
| 1878 | 2026-04-23T13:06:41.793Z | Compiling tracing-attributes v0.1.31 |
| 1879 | 2026-04-23T13:06:41.815Z | Compiling thiserror-impl v1.0.69 |
| 1880 | 2026-04-23T13:06:41.947Z | Compiling zerofrom v0.1.6 |
| 1881 | 2026-04-23T13:06:42.153Z | Compiling yoke v0.8.1 |
| 1882 | 2026-04-23T13:06:42.226Z | Compiling crypto-common v0.1.7 |
| 1883 | 2026-04-23T13:06:42.393Z | Compiling zerovec v0.11.5 |
| 1884 | 2026-04-23T13:06:42.416Z | Compiling zerotrie v0.2.3 |
| 1885 | 2026-04-23T13:06:42.642Z | Compiling block-buffer v0.10.4 |
| 1886 | 2026-04-23T13:06:42.910Z | Compiling digest v0.10.7 |
| 1887 | 2026-04-23T13:06:43.085Z | Compiling pest_derive v2.8.6 |
| 1888 | 2026-04-23T13:06:43.102Z | Compiling futures-util v0.3.32 |
| 1889 | 2026-04-23T13:06:43.196Z | Compiling tinystr v0.8.2 |
| 1890 | 2026-04-23T13:06:43.217Z | Compiling potential_utf v0.1.4 |
| 1891 | 2026-04-23T13:06:43.303Z | Compiling hmac v0.12.1 |
| 1892 | 2026-04-23T13:06:43.385Z | Compiling icu_collections v2.1.1 |
| 1893 | 2026-04-23T13:06:43.401Z | Compiling block-padding v0.3.3 |
| 1894 | 2026-04-23T13:06:43.460Z | Compiling icu_locale_core v2.1.1 |
| 1895 | 2026-04-23T13:06:43.484Z | Compiling sha2 v0.10.9 |
| 1896 | 2026-04-23T13:06:43.681Z | Compiling inout v0.1.4 |
| 1897 | 2026-04-23T13:06:43.723Z | Compiling rustls-pki-types v1.14.0 |
| 1898 | 2026-04-23T13:06:43.902Z | Compiling cipher v0.4.4 |
| 1899 | 2026-04-23T13:06:43.942Z | Compiling scroll_derive v0.13.1 |
| 1900 | 2026-04-23T13:06:44.293Z | Compiling scroll_derive v0.12.1 |
| 1901 | 2026-04-23T13:06:44.442Z | Compiling icu_provider v2.1.1 |
| 1902 | 2026-04-23T13:06:44.679Z | Compiling bytes v1.11.1 |
| 1903 | 2026-04-23T13:06:44.772Z | Compiling icu_properties v2.1.2 |
| 1904 | 2026-04-23T13:06:44.795Z | Compiling icu_normalizer v2.1.1 |
| 1905 | 2026-04-23T13:06:44.925Z | Compiling chrono v0.4.44 |
| 1906 | 2026-04-23T13:06:44.986Z | Compiling serde_tokenstream v0.2.3 |
| 1907 | 2026-04-23T13:06:45.370Z | Compiling openssl-macros v0.1.1 |
| 1908 | 2026-04-23T13:06:45.696Z | Compiling tokio v1.52.1 |
| 1909 | 2026-04-23T13:06:45.877Z | Compiling http v1.4.0 |
| 1910 | 2026-04-23T13:06:45.986Z | Compiling idna_adapter v1.2.1 |
| 1911 | 2026-04-23T13:06:46.167Z | Compiling idna v1.1.0 |
| 1912 | 2026-04-23T13:06:46.572Z | Compiling ppv-lite86 v0.2.21 |
| 1913 | 2026-04-23T13:06:46.671Z | Compiling url v2.5.8 |
| 1914 | 2026-04-23T13:06:46.763Z | Compiling der v0.7.10 |
| 1915 | 2026-04-23T13:06:46.811Z | Compiling regex v1.12.3 |
| 1916 | 2026-04-23T13:06:46.832Z | Compiling darling_macro v0.21.3 |
| 1917 | 2026-04-23T13:06:47.036Z | Compiling zerocopy-derive v0.7.35 |
| 1918 | 2026-04-23T13:06:47.403Z | Compiling salsa20 v0.10.2 |
| 1919 | 2026-04-23T13:06:47.493Z | Compiling darling v0.21.3 |
| 1920 | 2026-04-23T13:06:47.600Z | Compiling pbkdf2 v0.12.2 |
| 1921 | 2026-04-23T13:06:47.628Z | Compiling tracing v0.1.44 |
| 1922 | 2026-04-23T13:06:48.105Z | Compiling spki v0.7.3 |
| 1923 | 2026-04-23T13:06:48.161Z | Compiling cookie v0.18.1 |
| 1924 | 2026-04-23T13:06:48.219Z | Compiling camino v1.2.2 |
| 1925 | 2026-04-23T13:06:48.331Z | Compiling scrypt v0.11.0 |
| 1926 | 2026-04-23T13:06:48.373Z | Compiling rand_chacha v0.9.0 |
| 1927 | 2026-04-23T13:06:48.396Z | Compiling aes v0.8.4 |
| 1928 | 2026-04-23T13:06:48.422Z | Compiling cbc v0.1.2 |
| 1929 | 2026-04-23T13:06:49.099Z | Compiling usdt-impl v0.5.0 |
| 1930 | 2026-04-23T13:06:49.173Z | Compiling winnow v0.7.14 |
| 1931 | 2026-04-23T13:06:49.215Z | Compiling usdt-impl v0.6.0 |
| 1932 | 2026-04-23T13:06:49.378Z | Compiling ref-cast v1.0.25 |
| 1933 | 2026-04-23T13:06:49.417Z | Compiling paste v1.0.15 |
| 1934 | 2026-04-23T13:06:49.440Z | Compiling either v1.15.0 |
| 1935 | 2026-04-23T13:06:49.763Z | Compiling pkcs5 v0.7.1 |
| 1936 | 2026-04-23T13:06:49.832Z | Compiling rand v0.9.2 |
| 1937 | 2026-04-23T13:06:49.854Z | Compiling http-body v1.0.1 |
| 1938 | 2026-04-23T13:06:50.063Z | Compiling scroll v0.12.0 |
| 1939 | 2026-04-23T13:06:50.066Z | Compiling scroll v0.13.0 |
| 1940 | 2026-04-23T13:06:50.107Z | Compiling toml_datetime v0.6.11 |
| 1941 | 2026-04-23T13:06:50.223Z | Compiling serde_spanned v0.6.9 |
| 1942 | 2026-04-23T13:06:50.421Z | Compiling heapless v0.7.17 |
| 1943 | 2026-04-23T13:06:50.486Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1944 | 2026-04-23T13:06:50.509Z | Compiling atomic-waker v1.1.2 |
| 1945 | 2026-04-23T13:06:50.534Z | Compiling openssl-probe v0.2.1 |
| 1946 | 2026-04-23T13:06:50.594Z | Compiling signal-hook v0.3.18 |
| 1947 | 2026-04-23T13:06:50.687Z | Compiling untrusted v0.7.1 |
| 1948 | 2026-04-23T13:06:50.742Z | Compiling zstd-safe v7.2.4 |
| 1949 | 2026-04-23T13:06:50.867Z | Compiling goblin v0.10.5 |
| 1950 | 2026-04-23T13:06:50.956Z | Compiling tokio-util v0.7.18 |
| 1951 | 2026-04-23T13:06:51.039Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1952 | 2026-04-23T13:06:51.120Z | Compiling goblin v0.8.2 |
| 1953 | 2026-04-23T13:06:51.143Z | Compiling pkcs8 v0.10.2 |
| 1954 | 2026-04-23T13:06:51.550Z | Compiling zerocopy v0.7.35 |
| 1955 | 2026-04-23T13:06:51.760Z | Compiling ref-cast-impl v1.0.25 |
| 1956 | 2026-04-23T13:06:51.833Z | Compiling darling_core v0.20.11 |
| 1957 | 2026-04-23T13:06:51.989Z | Compiling curve25519-dalek v4.1.3 |
| 1958 | 2026-04-23T13:06:52.333Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1959 | 2026-04-23T13:06:52.376Z | Compiling memoffset v0.9.1 |
| 1960 | 2026-04-23T13:06:52.406Z | Compiling tinyvec_macros v0.1.1 |
| 1961 | 2026-04-23T13:06:52.458Z | Compiling rustix v0.38.44 |
| 1962 | 2026-04-23T13:06:52.642Z | Compiling litrs v1.0.0 |
| 1963 | 2026-04-23T13:06:52.696Z | Compiling winnow v0.5.40 |
| 1964 | 2026-04-23T13:06:52.718Z | Compiling try-lock v0.2.5 |
| 1965 | 2026-04-23T13:06:52.877Z | Compiling tower-layer v0.3.3 |
| 1966 | 2026-04-23T13:06:52.902Z | Compiling tower-service v0.3.3 |
| 1967 | 2026-04-23T13:06:53.017Z | Compiling fastrand v2.3.0 |
| 1968 | 2026-04-23T13:06:53.453Z | Compiling document-features v0.2.12 |
| 1969 | 2026-04-23T13:06:53.498Z | Compiling want v0.3.1 |
| 1970 | 2026-04-23T13:06:53.520Z | Compiling h2 v0.4.13 |
| 1971 | 2026-04-23T13:06:53.801Z | Compiling tinyvec v1.10.0 |
| 1972 | 2026-04-23T13:06:54.135Z | Compiling dof v0.3.0 |
| 1973 | 2026-04-23T13:06:54.626Z | Compiling dof v0.4.0 |
| 1974 | 2026-04-23T13:06:54.662Z | Compiling toml_edit v0.19.15 |
| 1975 | 2026-04-23T13:06:54.705Z | Compiling darling_macro v0.20.11 |
| 1976 | 2026-04-23T13:06:54.787Z | Compiling dtrace-parser v0.2.0 |
| 1977 | 2026-04-23T13:06:54.999Z | Compiling dtrace-parser v0.3.0 |
| 1978 | 2026-04-23T13:06:55.261Z | Compiling ipnet v2.11.0 |
| 1979 | 2026-04-23T13:06:55.356Z | Compiling daft-derive v0.1.5 |
| 1980 | 2026-04-23T13:06:55.420Z | Compiling async-trait v0.1.89 |
| 1981 | 2026-04-23T13:06:55.472Z | Compiling spin v0.9.8 |
| 1982 | 2026-04-23T13:06:55.615Z | Compiling thread-id v5.1.0 |
| 1983 | 2026-04-23T13:06:55.730Z | Compiling thread-id v4.2.2 |
| 1984 | 2026-04-23T13:06:55.756Z | Compiling httpdate v1.0.3 |
| 1985 | 2026-04-23T13:06:55.826Z | Compiling cfg_aliases v0.2.1 |
| 1986 | 2026-04-23T13:06:55.874Z | Compiling powerfmt v0.2.0 |
| 1987 | 2026-04-23T13:06:55.935Z | Compiling pin-utils v0.1.0 |
| 1988 | 2026-04-23T13:06:56.039Z | Compiling foreign-types-shared v0.1.1 |
| 1989 | 2026-04-23T13:06:56.073Z | Compiling smoltcp v0.9.1 |
| 1990 | 2026-04-23T13:06:56.153Z | Compiling num-bigint-dig v0.8.6 |
| 1991 | 2026-04-23T13:06:56.252Z | Compiling foreign-types v0.3.2 |
| 1992 | 2026-04-23T13:06:56.274Z | Compiling deranged v0.5.8 |
| 1993 | 2026-04-23T13:06:56.297Z | Compiling tempfile v3.25.0 |
| 1994 | 2026-04-23T13:06:56.353Z | Compiling nix v0.31.2 |
| 1995 | 2026-04-23T13:06:56.616Z | Compiling darling v0.20.11 |
| 1996 | 2026-04-23T13:06:56.852Z | Compiling ipnetwork v0.21.1 |
| 1997 | 2026-04-23T13:06:57.093Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1998 | 2026-04-23T13:06:57.115Z | Compiling strum_macros v0.26.4 |
| 1999 | 2026-04-23T13:06:57.476Z | Compiling hyper v1.8.1 |
| 2000 | 2026-04-23T13:06:57.624Z | Compiling socket2 v0.5.10 |
| 2001 | 2026-04-23T13:06:57.723Z | Compiling wait-timeout v0.2.1 |
| 2002 | 2026-04-23T13:06:57.922Z | Compiling quick-error v1.2.3 |
| 2003 | 2026-04-23T13:06:58.092Z | Compiling anstyle v1.0.13 |
| 2004 | 2026-04-23T13:06:58.201Z | Compiling simd-adler32 v0.3.8 |
| 2005 | 2026-04-23T13:06:58.395Z | Compiling num_threads v0.1.7 |
| 2006 | 2026-04-23T13:06:58.503Z | Compiling bit-vec v0.8.0 |
| 2007 | 2026-04-23T13:06:58.528Z | Compiling utf8parse v0.2.2 |
| 2008 | 2026-04-23T13:06:58.531Z | Compiling siphasher v1.0.2 |
| 2009 | 2026-04-23T13:06:58.686Z | Compiling anstyle-parse v0.2.7 |
| 2010 | 2026-04-23T13:06:58.810Z | Compiling bit-set v0.8.0 |
| 2011 | 2026-04-23T13:06:58.874Z | Compiling time v0.3.47 |
| 2012 | 2026-04-23T13:06:58.936Z | Compiling hyper-util v0.1.20 |
| 2013 | 2026-04-23T13:06:59.033Z | Compiling rusty-fork v0.3.1 |
| 2014 | 2026-04-23T13:06:59.417Z | Compiling derive_builder_core v0.20.2 |
| 2015 | 2026-04-23T13:06:59.470Z | Compiling unicode-normalization v0.1.25 |
| 2016 | 2026-04-23T13:07:00.104Z | Compiling rustls-native-certs v0.8.3 |
| 2017 | 2026-04-23T13:07:00.525Z | Compiling signature v2.2.0 |
| 2018 | 2026-04-23T13:07:00.735Z | Compiling hubpack_derive v0.1.1 |
| 2019 | 2026-04-23T13:07:00.979Z | Compiling strum_macros v0.27.2 |
| 2020 | 2026-04-23T13:07:01.102Z | Compiling rand_xorshift v0.4.0 |
| 2021 | 2026-04-23T13:07:01.129Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-04-23T13:07:01.153Z | Compiling ahash v0.8.12 |
| 2023 | 2026-04-23T13:07:01.282Z | Compiling fs-err v3.3.0 |
| 2024 | 2026-04-23T13:07:01.331Z | Compiling object v0.37.3 |
| 2025 | 2026-04-23T13:07:01.378Z | Compiling is_terminal_polyfill v1.70.2 |
| 2026 | 2026-04-23T13:07:01.507Z | Compiling unicode-bidi v0.3.18 |
| 2027 | 2026-04-23T13:07:01.529Z | Compiling unicode-properties v0.1.4 |
| 2028 | 2026-04-23T13:07:01.673Z | Compiling unarray v0.1.4 |
| 2029 | 2026-04-23T13:07:01.700Z | Compiling colorchoice v1.0.4 |
| 2030 | 2026-04-23T13:07:01.743Z | Compiling unicode-segmentation v1.12.0 |
| 2031 | 2026-04-23T13:07:01.826Z | Compiling adler2 v2.0.1 |
| 2032 | 2026-04-23T13:07:01.829Z | Compiling anstyle-query v1.1.5 |
| 2033 | 2026-04-23T13:07:01.871Z | Compiling proptest v1.10.0 |
| 2034 | 2026-04-23T13:07:02.000Z | Compiling anstream v0.6.21 |
| 2035 | 2026-04-23T13:07:02.023Z | Compiling miniz_oxide v0.8.9 |
| 2036 | 2026-04-23T13:07:02.090Z | Compiling stringprep v0.1.5 |
| 2037 | 2026-04-23T13:07:02.408Z | Compiling tower v0.5.3 |
| 2038 | 2026-04-23T13:07:02.711Z | Compiling derive_builder_macro v0.20.2 |
| 2039 | 2026-04-23T13:07:02.996Z | Compiling usdt-attr-macro v0.6.0 |
| 2040 | 2026-04-23T13:07:03.043Z | Compiling usdt-macro v0.6.0 |
| 2041 | 2026-04-23T13:07:03.548Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-04-23T13:07:03.741Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-04-23T13:07:03.904Z | Compiling rand_chacha v0.3.1 |
| 2044 | 2026-04-23T13:07:03.928Z | Compiling erased-serde v0.3.31 |
| 2045 | 2026-04-23T13:07:03.952Z | Compiling md-5 v0.10.6 |
| 2046 | 2026-04-23T13:07:04.048Z | Compiling num-integer v0.1.46 |
| 2047 | 2026-04-23T13:07:04.051Z | Compiling hash32 v0.2.1 |
| 2048 | 2026-04-23T13:07:04.162Z | Compiling vergen-lib v0.1.6 |
| 2049 | 2026-04-23T13:07:04.208Z | Compiling ff v0.13.1 |
| 2050 | 2026-04-23T13:07:04.290Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-04-23T13:07:04.336Z | Compiling zlib-rs v0.6.2 |
| 2052 | 2026-04-23T13:07:04.339Z | Compiling ryu v1.0.23 |
| 2053 | 2026-04-23T13:07:04.412Z | Compiling base16ct v0.2.0 |
| 2054 | 2026-04-23T13:07:04.415Z | Compiling psl-types v2.0.11 |
| 2055 | 2026-04-23T13:07:04.433Z | Compiling fallible-iterator v0.2.0 |
| 2056 | 2026-04-23T13:07:04.498Z | Compiling num-iter v0.1.45 |
| 2057 | 2026-04-23T13:07:04.544Z | Compiling publicsuffix v2.3.0 |
| 2058 | 2026-04-23T13:07:04.566Z | Compiling serde_urlencoded v0.7.1 |
| 2059 | 2026-04-23T13:07:04.590Z | Compiling sec1 v0.7.3 |
| 2060 | 2026-04-23T13:07:04.662Z | Compiling newtype-uuid v1.3.2 |
| 2061 | 2026-04-23T13:07:04.686Z | Compiling group v0.13.0 |
| 2062 | 2026-04-23T13:07:04.880Z | Compiling postgres-protocol v0.6.10 |
| 2063 | 2026-04-23T13:07:04.939Z | Compiling rand v0.8.5 |
| 2064 | 2026-04-23T13:07:05.094Z | Compiling oxnet v0.1.4 |
| 2065 | 2026-04-23T13:07:05.410Z | Compiling derive_builder v0.20.2 |
| 2066 | 2026-04-23T13:07:05.465Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-04-23T13:07:05.559Z | Compiling heck v0.4.1 |
| 2068 | 2026-04-23T13:07:05.562Z | Compiling phf_shared v0.13.1 |
| 2069 | 2026-04-23T13:07:05.700Z | Compiling lazy_static v1.5.0 |
| 2070 | 2026-04-23T13:07:05.770Z | Compiling terminal_size v0.4.3 |
| 2071 | 2026-04-23T13:07:05.837Z | Compiling serde_with_macros v3.17.0 |
| 2072 | 2026-04-23T13:07:05.861Z | Compiling tower-http v0.6.8 |
| 2073 | 2026-04-23T13:07:05.865Z | Compiling cargo-platform v0.1.9 |
| 2074 | 2026-04-23T13:07:05.935Z | Compiling hkdf v0.12.4 |
| 2075 | 2026-04-23T13:07:05.938Z | Compiling crypto-bigint v0.5.5 |
| 2076 | 2026-04-23T13:07:06.027Z | Compiling clap_derive v4.5.55 |
| 2077 | 2026-04-23T13:07:06.027Z | Compiling serde_repr v0.1.20 |
| 2078 | 2026-04-23T13:07:06.105Z | Compiling enum-as-inner v0.6.1 |
| 2079 | 2026-04-23T13:07:06.161Z | Compiling vergen v9.0.6 |
| 2080 | 2026-04-23T13:07:06.228Z | Compiling bumpalo v3.20.2 |
| 2081 | 2026-04-23T13:07:06.404Z | Compiling libbz2-rs-sys v0.2.2 |
| 2082 | 2026-04-23T13:07:06.428Z | Compiling managed v0.8.0 |
| 2083 | 2026-04-23T13:07:06.431Z | Compiling clap_lex v1.0.0 |
| 2084 | 2026-04-23T13:07:06.473Z | Compiling foldhash v0.1.5 |
| 2085 | 2026-04-23T13:07:06.678Z | Compiling bitflags v1.3.2 |
| 2086 | 2026-04-23T13:07:06.768Z | Compiling clap_builder v4.5.60 |
| 2087 | 2026-04-23T13:07:06.813Z | Compiling hashbrown v0.15.5 |
| 2088 | 2026-04-23T13:07:06.858Z | Compiling zopfli v0.8.3 |
| 2089 | 2026-04-23T13:07:07.031Z | Compiling bzip2 v0.6.1 |
| 2090 | 2026-04-23T13:07:07.255Z | Compiling flate2 v1.1.9 |
| 2091 | 2026-04-23T13:07:07.430Z | Compiling elliptic-curve v0.13.8 |
| 2092 | 2026-04-23T13:07:07.585Z | Compiling cargo_metadata v0.19.2 |
| 2093 | 2026-04-23T13:07:07.771Z | Compiling phf v0.13.1 |
| 2094 | 2026-04-23T13:07:07.902Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-04-23T13:07:07.993Z | Compiling zstd v0.13.3 |
| 2096 | 2026-04-23T13:07:08.081Z | Compiling signal-hook-mio v0.2.5 |
| 2097 | 2026-04-23T13:07:08.199Z | Compiling daft v0.1.5 |
| 2098 | 2026-04-23T13:07:08.236Z | Compiling postgres-types v0.2.12 |
| 2099 | 2026-04-23T13:07:08.258Z | Compiling cookie_store v0.22.1 |
| 2100 | 2026-04-23T13:07:08.336Z | Compiling bzip2 v0.4.4 |
| 2101 | 2026-04-23T13:07:08.425Z | Compiling strum v0.27.2 |
| 2102 | 2026-04-23T13:07:08.639Z | Compiling hubpack v0.1.2 |
| 2103 | 2026-04-23T13:07:08.688Z | Compiling ed25519 v2.2.3 |
| 2104 | 2026-04-23T13:07:08.734Z | Compiling phf_shared v0.11.3 |
| 2105 | 2026-04-23T13:07:08.972Z | Compiling crossbeam-epoch v0.9.18 |
| 2106 | 2026-04-23T13:07:08.997Z | Compiling pkcs1 v0.7.5 |
| 2107 | 2026-04-23T13:07:09.232Z | Compiling hex v0.4.3 |
| 2108 | 2026-04-23T13:07:09.256Z | Compiling serde-big-array v0.5.1 |
| 2109 | 2026-04-23T13:07:09.303Z | Compiling rfc6979 v0.4.0 |
| 2110 | 2026-04-23T13:07:09.369Z | Compiling bstr v1.12.1 |
| 2111 | 2026-04-23T13:07:09.482Z | Compiling float-cmp v0.10.0 |
| 2112 | 2026-04-23T13:07:09.485Z | Compiling memmap2 v0.9.10 |
| 2113 | 2026-04-23T13:07:09.527Z | Compiling env_filter v1.0.0 |
| 2114 | 2026-04-23T13:07:09.572Z | Compiling encoding_rs v0.8.35 |
| 2115 | 2026-04-23T13:07:09.618Z | Compiling toml_write v0.1.2 |
| 2116 | 2026-04-23T13:07:09.621Z | Compiling rustc-hash v2.1.1 |
| 2117 | 2026-04-23T13:07:09.686Z | Compiling whoami v2.1.0 |
| 2118 | 2026-04-23T13:07:09.721Z | Compiling jiff v0.2.21 |
| 2119 | 2026-04-23T13:07:09.801Z | Compiling keccak v0.1.6 |
| 2120 | 2026-04-23T13:07:09.825Z | Compiling mime v0.3.17 |
| 2121 | 2026-04-23T13:07:09.887Z | Compiling new_debug_unreachable v1.0.6 |
| 2122 | 2026-04-23T13:07:09.911Z | Compiling precomputed-hash v0.1.1 |
| 2123 | 2026-04-23T13:07:09.946Z | Compiling data-encoding v2.10.0 |
| 2124 | 2026-04-23T13:07:10.075Z | Compiling fixedbitset v0.5.7 |
| 2125 | 2026-04-23T13:07:10.111Z | Compiling fixedbitset v0.4.2 |
| 2126 | 2026-04-23T13:07:10.134Z | Compiling predicates-core v1.0.10 |
| 2127 | 2026-04-23T13:07:10.155Z | Compiling static_assertions v1.1.0 |
| 2128 | 2026-04-23T13:07:10.179Z | Compiling normalize-line-endings v0.3.0 |
| 2129 | 2026-04-23T13:07:10.263Z | Compiling difflib v0.4.0 |
| 2130 | 2026-04-23T13:07:10.301Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2131 | 2026-04-23T13:07:10.324Z | Compiling petgraph v0.6.5 |
| 2132 | 2026-04-23T13:07:10.357Z | Compiling petgraph v0.8.3 |
| 2133 | 2026-04-23T13:07:10.384Z | Compiling hickory-proto v0.25.2 |
| 2134 | 2026-04-23T13:07:10.458Z | Compiling string_cache v0.8.9 |
| 2135 | 2026-04-23T13:07:10.699Z | Compiling predicates v3.1.4 |
| 2136 | 2026-04-23T13:07:10.744Z | Compiling sha3 v0.10.8 |
| 2137 | 2026-04-23T13:07:10.747Z | Compiling tokio-postgres v0.7.16 |
| 2138 | 2026-04-23T13:07:11.108Z | Compiling similar v2.7.0 |
| 2139 | 2026-04-23T13:07:11.474Z | Compiling toml_edit v0.22.27 |
| 2140 | 2026-04-23T13:07:11.618Z | Compiling iddqd v0.3.17 |
| 2141 | 2026-04-23T13:07:12.091Z | Compiling env_logger v0.11.9 |
| 2142 | 2026-04-23T13:07:12.332Z | Compiling usdt v0.6.0 |
| 2143 | 2026-04-23T13:07:12.946Z | Compiling serde_with v3.17.0 |
| 2144 | 2026-04-23T13:07:13.006Z | Compiling ecdsa v0.16.9 |
| 2145 | 2026-04-23T13:07:13.137Z | Compiling rsa v0.9.10 |
| 2146 | 2026-04-23T13:07:13.534Z | Compiling zip v4.6.1 |
| 2147 | 2026-04-23T13:07:14.002Z | Compiling crossterm v0.28.1 |
| 2148 | 2026-04-23T13:07:14.025Z | Compiling ed25519-dalek v2.2.0 |
| 2149 | 2026-04-23T13:07:14.397Z | Compiling clap v4.5.60 |
| 2150 | 2026-04-23T13:07:15.025Z | Compiling zip v0.6.6 |
| 2151 | 2026-04-23T13:07:15.199Z | Compiling strum v0.26.3 |
| 2152 | 2026-04-23T13:07:15.325Z | Compiling toml v0.7.8 |
| 2153 | 2026-04-23T13:07:15.376Z | Compiling tokio-stream v0.1.18 |
| 2154 | 2026-04-23T13:07:15.417Z | Compiling buf-list v1.1.2 |
| 2155 | 2026-04-23T13:07:15.587Z | Compiling itertools v0.13.0 |
| 2156 | 2026-04-23T13:07:15.681Z | Compiling x509-cert v0.2.5 |
| 2157 | 2026-04-23T13:07:15.761Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2158 | 2026-04-23T13:07:16.097Z | Compiling openapiv3 v2.2.0 |
| 2159 | 2026-04-23T13:07:16.171Z | Compiling sha1 v0.10.6 |
| 2160 | 2026-04-23T13:07:16.407Z | Compiling peg-runtime v0.8.5 |
| 2161 | 2026-04-23T13:07:16.564Z | Compiling lalrpop-util v0.19.12 |
| 2162 | 2026-04-23T13:07:38.166Z | Compiling macaddr v1.0.1 |
| 2163 | 2026-04-23T13:07:38.230Z | Compiling structmeta-derive v0.3.0 |
| 2164 | 2026-04-23T13:07:38.273Z | Compiling crucible-workspace-hack v0.1.0 |
| 2165 | 2026-04-23T13:07:38.295Z | Compiling rayon-core v1.13.0 |
| 2166 | 2026-04-23T13:07:38.591Z | Compiling itertools v0.14.0 |
| 2167 | 2026-04-23T13:07:38.610Z | Compiling secrecy v0.10.3 |
| 2168 | 2026-04-23T13:07:38.634Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2169 | 2026-04-23T13:07:38.710Z | Compiling heapless v0.8.0 |
| 2170 | 2026-04-23T13:07:38.835Z | Compiling rustls v0.22.4 |
| 2171 | 2026-04-23T13:07:39.155Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2172 | 2026-04-23T13:07:39.284Z | Compiling crossbeam-deque v0.8.6 |
| 2173 | 2026-04-23T13:07:39.358Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2174 | 2026-04-23T13:07:39.381Z | Compiling rustls-webpki v0.102.8 |
| 2175 | 2026-04-23T13:07:39.524Z | Compiling futures-executor v0.3.32 |
| 2176 | 2026-04-23T13:07:39.550Z | Compiling hash32 v0.3.1 |
| 2177 | 2026-04-23T13:07:39.573Z | Compiling structmeta v0.3.0 |
| 2178 | 2026-04-23T13:07:39.596Z | Compiling multer v3.1.0 |
| 2179 | 2026-04-23T13:07:39.774Z | Compiling thread_local v1.1.9 |
| 2180 | 2026-04-23T13:07:39.858Z | Compiling unicode-width v0.2.0 |
| 2181 | 2026-04-23T13:07:39.894Z | Compiling smoltcp v0.11.0 |
| 2182 | 2026-04-23T13:07:40.128Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2183 | 2026-04-23T13:07:40.230Z | Compiling slog-async v2.8.0 |
| 2184 | 2026-04-23T13:07:40.260Z | Compiling match_cfg v0.1.0 |
| 2185 | 2026-04-23T13:07:40.285Z | Compiling proc-macro-crate v3.4.0 |
| 2186 | 2026-04-23T13:07:40.308Z | Compiling ingot-macros v0.1.1 |
| 2187 | 2026-04-23T13:07:40.377Z | Compiling rustls-webpki v0.103.9 |
| 2188 | 2026-04-23T13:07:40.407Z | Compiling hostname v0.3.1 |
| 2189 | 2026-04-23T13:07:40.532Z | Compiling derive-ex v0.1.8 |
| 2190 | 2026-04-23T13:07:40.627Z | Compiling futures v0.3.32 |
| 2191 | 2026-04-23T13:07:40.751Z | Compiling slog-json v2.6.1 |
| 2192 | 2026-04-23T13:07:40.831Z | Compiling crossbeam-channel v0.5.15 |
| 2193 | 2026-04-23T13:07:40.875Z | Compiling half v2.7.1 |
| 2194 | 2026-04-23T13:07:40.897Z | Compiling newtype-uuid-macros v0.1.0 |
| 2195 | 2026-04-23T13:07:41.340Z | Compiling cobs v0.3.0 |
| 2196 | 2026-04-23T13:07:41.363Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2197 | 2026-04-23T13:07:41.480Z | Compiling universal-hash v0.5.1 |
| 2198 | 2026-04-23T13:07:41.673Z | Compiling async-stream-impl v0.3.6 |
| 2199 | 2026-04-23T13:07:41.697Z | Compiling serde_spanned v1.0.4 |
| 2200 | 2026-04-23T13:07:41.721Z | Compiling is-terminal v0.4.17 |
| 2201 | 2026-04-23T13:07:41.742Z | Compiling proc-macro-error-attr v1.0.4 |
| 2202 | 2026-04-23T13:07:41.844Z | Compiling dropshot v0.16.7 |
| 2203 | 2026-04-23T13:07:41.868Z | Compiling take_mut v0.2.2 |
| 2204 | 2026-04-23T13:07:41.922Z | Compiling ciborium-io v0.2.2 |
| 2205 | 2026-04-23T13:07:42.011Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2206 | 2026-04-23T13:07:42.034Z | Compiling term v1.2.1 |
| 2207 | 2026-04-23T13:07:42.091Z | Compiling convert_case v0.4.0 |
| 2208 | 2026-04-23T13:07:42.123Z | Compiling opaque-debug v0.3.1 |
| 2209 | 2026-04-23T13:07:42.256Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2210 | 2026-04-23T13:07:42.398Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2211 | 2026-04-23T13:07:42.459Z | Compiling async-stream v0.3.6 |
| 2212 | 2026-04-23T13:07:42.540Z | Compiling derive_more v0.99.20 |
| 2213 | 2026-04-23T13:07:42.597Z | Compiling slog-term v2.9.2 |
| 2214 | 2026-04-23T13:07:42.620Z | Compiling test-strategy v0.4.5 |
| 2215 | 2026-04-23T13:07:42.624Z | Compiling poly1305 v0.8.0 |
| 2216 | 2026-04-23T13:07:42.773Z | Compiling thiserror-no-std v2.0.2 |
| 2217 | 2026-04-23T13:07:42.799Z | Compiling ciborium-ll v0.2.2 |
| 2218 | 2026-04-23T13:07:43.006Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2219 | 2026-04-23T13:07:43.157Z | Compiling tokio-rustls v0.25.0 |
| 2220 | 2026-04-23T13:07:43.477Z | Compiling postcard v1.1.3 |
| 2221 | 2026-04-23T13:07:43.790Z | Compiling ingot-types v0.1.2 |
| 2222 | 2026-04-23T13:07:43.996Z | Compiling slog-bunyan v2.5.0 |
| 2223 | 2026-04-23T13:07:44.208Z | Compiling num_enum_derive v0.7.5 |
| 2224 | 2026-04-23T13:07:44.348Z | Compiling ingot v0.1.1 |
| 2225 | 2026-04-23T13:07:44.374Z | Compiling parse-display-derive v0.10.0 |
| 2226 | 2026-04-23T13:07:44.400Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2227 | 2026-04-23T13:07:44.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2228 | 2026-04-23T13:07:44.624Z | Compiling proc-macro-crate v1.3.1 |
| 2229 | 2026-04-23T13:07:44.858Z | Compiling backon v1.6.0 |
| 2230 | 2026-04-23T13:07:45.110Z | Compiling waitgroup v0.1.2 |
| 2231 | 2026-04-23T13:07:45.202Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2232 | 2026-04-23T13:07:45.267Z | Compiling tokio-rustls v0.26.4 |
| 2233 | 2026-04-23T13:07:45.325Z | Compiling rustls-platform-verifier v0.6.2 |
| 2234 | 2026-04-23T13:07:45.466Z | Compiling chacha20 v0.9.1 |
| 2235 | 2026-04-23T13:07:45.571Z | Compiling hyper-rustls v0.27.7 |
| 2236 | 2026-04-23T13:07:45.614Z | Compiling dropshot_endpoint v0.16.7 |
| 2237 | 2026-04-23T13:07:45.639Z | Compiling rustls-pemfile v2.2.0 |
| 2238 | 2026-04-23T13:07:45.801Z | Compiling blake2 v0.10.6 |
| 2239 | 2026-04-23T13:07:45.824Z | Compiling aead v0.5.2 |
| 2240 | 2026-04-23T13:07:45.995Z | Compiling reqwest v0.13.2 |
| 2241 | 2026-04-23T13:07:46.017Z | Compiling reqwest v0.12.28 |
| 2242 | 2026-04-23T13:07:46.206Z | Compiling password-hash v0.5.0 |
| 2243 | 2026-04-23T13:07:46.309Z | Compiling foreign-types-macros v0.2.3 |
| 2244 | 2026-04-23T13:07:46.398Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2245 | 2026-04-23T13:07:46.480Z | Compiling serde_path_to_error v0.1.20 |
| 2246 | 2026-04-23T13:07:46.634Z | Compiling hostname v0.4.2 |
| 2247 | 2026-04-23T13:07:46.862Z | Compiling proc-macro-error v1.0.4 |
| 2248 | 2026-04-23T13:07:46.967Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2249 | 2026-04-23T13:07:47.063Z | Compiling instant v0.1.13 |
| 2250 | 2026-04-23T13:07:47.097Z | Compiling foreign-types-shared v0.3.1 |
| 2251 | 2026-04-23T13:07:47.138Z | Compiling cpufeatures v0.3.0 |
| 2252 | 2026-04-23T13:07:47.234Z | Compiling debug-ignore v1.0.5 |
| 2253 | 2026-04-23T13:07:47.260Z | Compiling typeid v1.0.3 |
| 2254 | 2026-04-23T13:07:47.263Z | Compiling chacha20 v0.10.0 |
| 2255 | 2026-04-23T13:07:47.378Z | Compiling foreign-types v0.5.0 |
| 2256 | 2026-04-23T13:07:47.399Z | Compiling backoff v0.4.0 |
| 2257 | 2026-04-23T13:07:47.501Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2258 | 2026-04-23T13:07:47.529Z | Compiling argon2 v0.5.3 |
| 2259 | 2026-04-23T13:07:47.598Z | Compiling parse-display v0.10.0 |
| 2260 | 2026-04-23T13:07:47.695Z | Compiling chacha20poly1305 v0.10.1 |
| 2261 | 2026-04-23T13:07:47.698Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2262 | 2026-04-23T13:07:47.742Z | Compiling num_enum v0.7.5 |
| 2263 | 2026-04-23T13:07:47.768Z | Compiling num_enum_derive v0.5.11 |
| 2264 | 2026-04-23T13:07:47.791Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2265 | 2026-04-23T13:07:47.816Z | Compiling ciborium v0.2.2 |
| 2266 | 2026-04-23T13:07:47.928Z | Compiling vsss-rs v3.3.4 |
| 2267 | 2026-04-23T13:07:48.646Z | Compiling tabwriter v1.4.1 |
| 2268 | 2026-04-23T13:07:48.714Z | Compiling byte-wrapper v0.1.0 |
| 2269 | 2026-04-23T13:07:48.718Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2270 | 2026-04-23T13:07:48.835Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2271 | 2026-04-23T13:07:48.954Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2272 | 2026-04-23T13:07:48.995Z | Compiling regress v0.10.5 |
| 2273 | 2026-04-23T13:07:49.121Z | Compiling cstr-argument v0.1.2 |
| 2274 | 2026-04-23T13:07:49.346Z | Compiling erased-serde v0.4.9 |
| 2275 | 2026-04-23T13:07:49.377Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2276 | 2026-04-23T13:07:49.678Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2277 | 2026-04-23T13:07:49.681Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2278 | 2026-04-23T13:07:49.725Z | Compiling num_enum v0.5.11 |
| 2279 | 2026-04-23T13:07:49.793Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2280 | 2026-04-23T13:07:49.916Z | Compiling rand v0.10.0 |
| 2281 | 2026-04-23T13:07:50.051Z | Compiling rayon v1.11.0 |
| 2282 | 2026-04-23T13:07:50.101Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2283 | 2026-04-23T13:07:50.123Z | Compiling libefi-sys v0.1.0 |
| 2284 | 2026-04-23T13:07:50.235Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2285 | 2026-04-23T13:07:50.258Z | Compiling colored v3.1.1 |
| 2286 | 2026-04-23T13:07:50.384Z | Compiling indent_write v2.2.0 |
| 2287 | 2026-04-23T13:07:50.459Z | Compiling zone_cfg_derive v0.3.1 |
| 2288 | 2026-04-23T13:07:50.575Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2289 | 2026-04-23T13:07:50.606Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2290 | 2026-04-23T13:07:50.634Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2291 | 2026-04-23T13:07:50.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2292 | 2026-04-23T13:07:50.947Z | Compiling camino-tempfile v1.4.1 |
| 2293 | 2026-04-23T13:07:50.970Z | Compiling itertools v0.12.1 |
| 2294 | 2026-04-23T13:07:51.133Z | Compiling usdt-attr-macro v0.5.0 |
| 2295 | 2026-04-23T13:07:51.285Z | Compiling usdt-macro v0.5.0 |
| 2296 | 2026-04-23T13:07:51.307Z | Compiling bitfield-struct v0.6.2 |
| 2297 | 2026-04-23T13:07:51.333Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2298 | 2026-04-23T13:07:51.374Z | Compiling num-derive v0.4.2 |
| 2299 | 2026-04-23T13:07:51.471Z | Compiling ordered-float v2.10.1 |
| 2300 | 2026-04-23T13:07:51.865Z | Compiling blake3 v1.8.3 |
| 2301 | 2026-04-23T13:07:51.899Z | Compiling memmap v0.7.0 |
| 2302 | 2026-04-23T13:07:52.085Z | Compiling sigpipe v0.1.3 |
| 2303 | 2026-04-23T13:07:52.166Z | Compiling glob v0.3.3 |
| 2304 | 2026-04-23T13:07:52.190Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2305 | 2026-04-23T13:07:52.245Z | Compiling swrite v0.1.0 |
| 2306 | 2026-04-23T13:07:52.268Z | Compiling usdt v0.5.0 |
| 2307 | 2026-04-23T13:07:52.404Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2308 | 2026-04-23T13:07:52.494Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2309 | 2026-04-23T13:07:52.558Z | Compiling serde-value v0.7.0 |
| 2310 | 2026-04-23T13:07:52.586Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2311 | 2026-04-23T13:07:52.918Z | Compiling zone v0.3.1 |
| 2312 | 2026-04-23T13:07:52.943Z | Compiling serde-untagged v0.1.9 |
| 2313 | 2026-04-23T13:07:53.048Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2314 | 2026-04-23T13:07:53.359Z | Compiling toml v0.8.23 |
| 2315 | 2026-04-23T13:07:53.426Z | Compiling smf v0.2.3 |
| 2316 | 2026-04-23T13:07:53.452Z | Compiling filetime v0.2.27 |
| 2317 | 2026-04-23T13:07:53.456Z | Compiling same-file v1.0.6 |
| 2318 | 2026-04-23T13:07:53.500Z | Compiling arrayvec v0.7.6 |
| 2319 | 2026-04-23T13:07:53.504Z | Compiling unicode-xid v0.2.6 |
| 2320 | 2026-04-23T13:07:53.504Z | Compiling whoami v1.6.1 |
| 2321 | 2026-04-23T13:07:53.666Z | Compiling constant_time_eq v0.4.2 |
| 2322 | 2026-04-23T13:07:53.700Z | Compiling xattr v1.6.1 |
| 2323 | 2026-04-23T13:07:53.724Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2324 | 2026-04-23T13:07:53.746Z | Compiling arrayref v0.3.9 |
| 2325 | 2026-04-23T13:07:53.865Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2326 | 2026-04-23T13:07:53.891Z | Compiling tar v0.4.45 |
| 2327 | 2026-04-23T13:07:53.928Z | Compiling walkdir v2.5.0 |
| 2328 | 2026-04-23T13:07:53.965Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2329 | 2026-04-23T13:07:54.103Z | Compiling cargo-util-schemas v0.8.2 |
| 2330 | 2026-04-23T13:07:54.268Z | Compiling tokio-dtrace v0.1.1 |
| 2331 | 2026-04-23T13:07:54.705Z | Compiling console v0.16.2 |
| 2332 | 2026-04-23T13:07:54.725Z | Compiling gethostname v0.5.0 |
| 2333 | 2026-04-23T13:07:54.842Z | Compiling cargo-platform v0.2.0 |
| 2334 | 2026-04-23T13:07:54.864Z | Compiling unit-prefix v0.5.2 |
| 2335 | 2026-04-23T13:07:54.906Z | Compiling topological-sort v0.2.2 |
| 2336 | 2026-04-23T13:07:54.933Z | Compiling oxide-tokio-rt v0.1.4 |
| 2337 | 2026-04-23T13:07:55.079Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2338 | 2026-04-23T13:07:55.139Z | Compiling shell-words v1.1.1 |
| 2339 | 2026-04-23T13:07:55.284Z | Compiling indicatif v0.18.4 |
| 2340 | 2026-04-23T13:07:55.665Z | Compiling cargo_metadata v0.21.0 |
| 2341 | 2026-04-23T13:08:07.273Z | Compiling progenitor-client v0.10.0 |
| 2342 | 2026-04-23T13:08:07.273Z | Compiling omicron-zone-package v0.12.2 |
| 2343 | 2026-04-23T13:08:07.296Z | Compiling progenitor-client v0.13.0 |
| 2344 | 2026-04-23T13:08:07.419Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2345 | 2026-04-23T13:08:07.419Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2346 | 2026-04-23T13:08:07.422Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2347 | 2026-04-23T13:08:07.422Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2348 | 2026-04-23T13:08:07.510Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2349 | 2026-04-23T13:08:07.671Z | Compiling progenitor-extras v0.1.1 |
| 2350 | 2026-04-23T13:08:07.873Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2351 | 2026-04-23T13:08:07.900Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2352 | 2026-04-23T13:08:07.927Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2353 | 2026-04-23T13:08:07.952Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2354 | 2026-04-23T13:08:14.157Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2355 | 2026-04-23T13:08:24.519Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2356 | 2026-04-23T13:08:28.648Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2357 | 2026-04-23T13:08:29.926Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2358 | 2026-04-23T13:08:41.883Z | Finished `release` profile [optimized] target(s) in 2m 10s |
| 2359 | 2026-04-23T13:08:42.075Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2360 | 2026-04-23T13:08:42.149Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2361 | 2026-04-23T13:08:42.152Z | Created new build target 'test' and set it as active |
| 2362 | 2026-04-23T13:08:42.152Z | |
| 2363 | 2026-04-23T13:08:42.152Z | real 2:10.660159411 |
| 2364 | 2026-04-23T13:08:42.152Z | user 21:44.668998439 |
| 2365 | 2026-04-23T13:08:42.152Z | sys 3:05.384403505 |
| 2366 | 2026-04-23T13:08:42.152Z | trap 0.568473906 |
| 2367 | 2026-04-23T13:08:42.152Z | tflt 3.072015829 |
| 2368 | 2026-04-23T13:08:42.152Z | dflt 4.389039546 |
| 2369 | 2026-04-23T13:08:42.152Z | kflt 0.002962619 |
| 2370 | 2026-04-23T13:08:42.152Z | lock 1:08:49.416392683 |
| 2371 | 2026-04-23T13:08:42.152Z | slp 54:33.221698861 |
| 2372 | 2026-04-23T13:08:42.152Z | lat 49.133954451 |
| 2373 | 2026-04-23T13:08:42.152Z | stop 7:32.168075510 |
| 2374 | 2026-04-23T13:08:42.155Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2375 | 2026-04-23T13:08:43.351Z | Finished `release` profile [optimized] target(s) in 1.18s |
| 2376 | 2026-04-23T13:08:43.419Z | Running `target/release/omicron-package -t test package` |
| 2377 | 2026-04-23T13:08:43.483Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2378 | 2026-04-23T13:08:45.375Z | Compiling regress v0.10.5 |
| 2379 | 2026-04-23T13:08:45.376Z | Compiling heck v0.5.0 |
| 2380 | 2026-04-23T13:08:45.638Z | Compiling unsafe-libyaml v0.2.11 |
| 2381 | 2026-04-23T13:08:45.670Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-04-23T13:08:45.706Z | Compiling unicode-width v0.1.14 |
| 2383 | 2026-04-23T13:08:45.709Z | Compiling is-terminal v0.4.17 |
| 2384 | 2026-04-23T13:08:45.764Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-04-23T13:08:45.767Z | Compiling bytecount v0.6.9 |
| 2386 | 2026-04-23T13:08:45.767Z | Compiling rustls v0.22.4 |
| 2387 | 2026-04-23T13:08:45.767Z | Compiling rustls-webpki v0.102.8 |
| 2388 | 2026-04-23T13:08:45.767Z | Compiling derive-where v1.6.0 |
| 2389 | 2026-04-23T13:08:45.825Z | Compiling thread_local v1.1.9 |
| 2390 | 2026-04-23T13:08:45.828Z | Compiling match_cfg v0.1.0 |
| 2391 | 2026-04-23T13:08:45.857Z | Compiling multer v3.1.0 |
| 2392 | 2026-04-23T13:08:45.860Z | Compiling slog-async v2.8.0 |
| 2393 | 2026-04-23T13:08:46.043Z | Compiling typify-impl v0.6.1 |
| 2394 | 2026-04-23T13:08:46.047Z | Compiling crossbeam-channel v0.5.15 |
| 2395 | 2026-04-23T13:08:46.047Z | Compiling slog-json v2.6.1 |
| 2396 | 2026-04-23T13:08:46.047Z | Compiling futures-executor v0.3.32 |
| 2397 | 2026-04-23T13:08:46.108Z | Compiling serde_spanned v1.0.4 |
| 2398 | 2026-04-23T13:08:46.139Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2399 | 2026-04-23T13:08:46.233Z | Compiling hostname v0.3.1 |
| 2400 | 2026-04-23T13:08:46.236Z | Compiling term v1.2.1 |
| 2401 | 2026-04-23T13:08:46.236Z | Compiling take_mut v0.2.2 |
| 2402 | 2026-04-23T13:08:46.332Z | Compiling serde_yaml v0.9.34+deprecated |
| 2403 | 2026-04-23T13:08:46.405Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2404 | 2026-04-23T13:08:46.439Z | Compiling slog-bunyan v2.5.0 |
| 2405 | 2026-04-23T13:08:46.442Z | Compiling futures v0.3.32 |
| 2406 | 2026-04-23T13:08:46.577Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2407 | 2026-04-23T13:08:46.637Z | Compiling dropshot v0.16.7 |
| 2408 | 2026-04-23T13:08:46.679Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2409 | 2026-04-23T13:08:46.717Z | Compiling slog-term v2.9.2 |
| 2410 | 2026-04-23T13:08:46.720Z | Compiling async-stream v0.3.6 |
| 2411 | 2026-04-23T13:08:46.776Z | Compiling progenitor-client v0.13.0 |
| 2412 | 2026-04-23T13:08:46.780Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2413 | 2026-04-23T13:08:46.839Z | Compiling waitgroup v0.1.2 |
| 2414 | 2026-04-23T13:08:46.950Z | Compiling backon v1.6.0 |
| 2415 | 2026-04-23T13:08:46.980Z | Compiling rustls-pemfile v2.2.0 |
| 2416 | 2026-04-23T13:08:47.033Z | Compiling serde_path_to_error v0.1.20 |
| 2417 | 2026-04-23T13:08:47.066Z | Compiling hostname v0.4.2 |
| 2418 | 2026-04-23T13:08:47.103Z | Compiling instant v0.1.13 |
| 2419 | 2026-04-23T13:08:47.151Z | Compiling debug-ignore v1.0.5 |
| 2420 | 2026-04-23T13:08:47.198Z | Compiling progenitor-extras v0.1.1 |
| 2421 | 2026-04-23T13:08:47.248Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2422 | 2026-04-23T13:08:47.283Z | Compiling backoff v0.4.0 |
| 2423 | 2026-04-23T13:08:47.286Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2424 | 2026-04-23T13:08:47.286Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2425 | 2026-04-23T13:08:47.375Z | Compiling parse-display v0.10.0 |
| 2426 | 2026-04-23T13:08:47.412Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2427 | 2026-04-23T13:08:47.448Z | Compiling progenitor-client v0.10.0 |
| 2428 | 2026-04-23T13:08:47.479Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2429 | 2026-04-23T13:08:47.540Z | Compiling macaddr v1.0.1 |
| 2430 | 2026-04-23T13:08:47.573Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-04-23T13:08:47.750Z | Compiling num-complex v0.4.6 |
| 2432 | 2026-04-23T13:08:47.850Z | Compiling console v0.15.11 |
| 2433 | 2026-04-23T13:08:48.169Z | Compiling slog-dtrace v0.3.0 |
| 2434 | 2026-04-23T13:08:48.233Z | Compiling float-ord v0.3.2 |
| 2435 | 2026-04-23T13:08:48.290Z | Compiling newline-converter v0.3.0 |
| 2436 | 2026-04-23T13:08:48.353Z | Compiling num v0.4.3 |
| 2437 | 2026-04-23T13:08:48.408Z | Compiling atomicwrites v0.4.4 |
| 2438 | 2026-04-23T13:08:48.411Z | Compiling async-recursion v1.1.1 |
| 2439 | 2026-04-23T13:08:48.501Z | Compiling cancel-safe-futures v0.1.5 |
| 2440 | 2026-04-23T13:08:48.504Z | Compiling owo-colors v4.3.0 |
| 2441 | 2026-04-23T13:08:48.628Z | Compiling expectorate v1.2.0 |
| 2442 | 2026-04-23T13:08:48.691Z | Compiling libsw-core v0.3.2 |
| 2443 | 2026-04-23T13:08:48.782Z | Compiling resolv-conf v0.7.6 |
| 2444 | 2026-04-23T13:08:48.813Z | Compiling toml v0.8.23 |
| 2445 | 2026-04-23T13:08:48.887Z | Compiling tokio-rustls v0.25.0 |
| 2446 | 2026-04-23T13:08:48.955Z | Compiling libsw v3.5.0 |
| 2447 | 2026-04-23T13:08:48.958Z | Compiling linear-map v1.2.0 |
| 2448 | 2026-04-23T13:08:49.129Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2449 | 2026-04-23T13:08:49.242Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2450 | 2026-04-23T13:08:49.272Z | Compiling linked-hash-map v0.5.6 |
| 2451 | 2026-04-23T13:08:49.346Z | Compiling minimal-lexical v0.2.1 |
| 2452 | 2026-04-23T13:08:49.464Z | Compiling unicode-xid v0.2.6 |
| 2453 | 2026-04-23T13:08:49.499Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2454 | 2026-04-23T13:08:49.548Z | Compiling lru-cache v0.1.2 |
| 2455 | 2026-04-23T13:08:49.583Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2456 | 2026-04-23T13:08:49.614Z | Compiling globset v0.4.18 |
| 2457 | 2026-04-23T13:08:49.655Z | Compiling nom v7.1.3 |
| 2458 | 2026-04-23T13:08:49.658Z | Compiling hickory-proto v0.24.4 |
| 2459 | 2026-04-23T13:08:49.722Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2460 | 2026-04-23T13:08:49.760Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2461 | 2026-04-23T13:08:50.442Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2462 | 2026-04-23T13:08:50.491Z | Compiling convert_case v0.10.0 |
| 2463 | 2026-04-23T13:08:50.877Z | Compiling derive_more-impl v2.1.1 |
| 2464 | 2026-04-23T13:08:51.167Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2465 | 2026-04-23T13:08:51.414Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2466 | 2026-04-23T13:08:51.539Z | Compiling pin-project-internal v1.1.11 |
| 2467 | 2026-04-23T13:08:51.717Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2468 | 2026-04-23T13:08:51.882Z | Compiling derive_more v2.1.1 |
| 2469 | 2026-04-23T13:08:52.013Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2470 | 2026-04-23T13:08:52.239Z | Compiling papergrid v0.11.0 |
| 2471 | 2026-04-23T13:08:52.675Z | Compiling typify-macro v0.6.1 |
| 2472 | 2026-04-23T13:08:52.953Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2473 | 2026-04-23T13:08:53.078Z | Compiling hickory-resolver v0.24.4 |
| 2474 | 2026-04-23T13:08:53.112Z | Compiling pin-project v1.1.11 |
| 2475 | 2026-04-23T13:08:53.269Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2476 | 2026-04-23T13:08:53.526Z | Compiling tabled_derive v0.7.0 |
| 2477 | 2026-04-23T13:08:54.355Z | Compiling pem v3.0.6 |
| 2478 | 2026-04-23T13:08:54.511Z | Compiling snafu-derive v0.8.9 |
| 2479 | 2026-04-23T13:08:54.705Z | Compiling qorb v0.4.1 |
| 2480 | 2026-04-23T13:08:54.754Z | Compiling typify v0.6.1 |
| 2481 | 2026-04-23T13:08:54.921Z | Compiling progenitor-impl v0.13.0 |
| 2482 | 2026-04-23T13:08:55.544Z | Compiling termtree v0.5.1 |
| 2483 | 2026-04-23T13:08:55.605Z | Compiling tabled v0.15.0 |
| 2484 | 2026-04-23T13:08:55.806Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2485 | 2026-04-23T13:08:56.781Z | Compiling snafu v0.8.9 |
| 2486 | 2026-04-23T13:08:57.241Z | Compiling crossterm v0.29.0 |
| 2487 | 2026-04-23T13:08:57.273Z | Compiling olpc-cjson v0.1.4 |
| 2488 | 2026-04-23T13:08:57.539Z | Compiling phf_shared v0.12.1 |
| 2489 | 2026-04-23T13:08:57.573Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2490 | 2026-04-23T13:08:57.868Z | Compiling serde_plain v1.0.2 |
| 2491 | 2026-04-23T13:08:57.979Z | Compiling progenitor-macro v0.13.0 |
| 2492 | 2026-04-23T13:08:58.257Z | Compiling vte v0.14.1 |
| 2493 | 2026-04-23T13:08:58.286Z | Compiling csv-core v0.1.13 |
| 2494 | 2026-04-23T13:08:58.572Z | Compiling chrono-tz v0.10.4 |
| 2495 | 2026-04-23T13:08:58.870Z | Compiling typed-path v0.9.3 |
| 2496 | 2026-04-23T13:08:59.047Z | Compiling highway v1.3.0 |
| 2497 | 2026-04-23T13:08:59.568Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2498 | 2026-04-23T13:09:00.204Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2499 | 2026-04-23T13:09:00.827Z | Compiling tough v0.20.0 |
| 2500 | 2026-04-23T13:09:00.972Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2501 | 2026-04-23T13:09:01.030Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2502 | 2026-04-23T13:09:01.239Z | Compiling csv v1.4.0 |
| 2503 | 2026-04-23T13:09:02.592Z | Compiling strip-ansi-escapes v0.2.1 |
| 2504 | 2026-04-23T13:09:02.935Z | Compiling phf v0.12.1 |
| 2505 | 2026-04-23T13:09:03.196Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2506 | 2026-04-23T13:09:03.246Z | Compiling const_format_proc_macros v0.2.34 |
| 2507 | 2026-04-23T13:09:03.311Z | Compiling fd-lock v4.0.4 |
| 2508 | 2026-04-23T13:09:03.531Z | Compiling peg-macros v0.8.5 |
| 2509 | 2026-04-23T13:09:03.823Z | Compiling nu-ansi-term v0.50.3 |
| 2510 | 2026-04-23T13:09:03.914Z | Compiling progenitor v0.13.0 |
| 2511 | 2026-04-23T13:09:04.133Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2512 | 2026-04-23T13:09:04.282Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2513 | 2026-04-23T13:09:04.313Z | Compiling const_format v0.2.35 |
| 2514 | 2026-04-23T13:09:04.512Z | Compiling reedline v0.40.0 |
| 2515 | 2026-04-23T13:09:05.235Z | Compiling peg v0.8.5 |
| 2516 | 2026-04-23T13:09:05.376Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2517 | 2026-04-23T13:09:05.745Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2518 | 2026-04-23T13:09:05.963Z | Compiling bcs v0.1.6 |
| 2519 | 2026-04-23T13:09:06.075Z | Compiling semver v0.1.20 |
| 2520 | 2026-04-23T13:09:06.439Z | Compiling rustc_version v0.1.7 |
| 2521 | 2026-04-23T13:09:06.498Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2522 | 2026-04-23T13:09:06.537Z | Compiling smawk v0.3.2 |
| 2523 | 2026-04-23T13:09:06.744Z | Compiling newtype_derive v0.1.6 |
| 2524 | 2026-04-23T13:09:06.781Z | Compiling unicode-linebreak v0.1.5 |
| 2525 | 2026-04-23T13:09:06.815Z | Compiling humantime v2.3.0 |
| 2526 | 2026-04-23T13:09:07.156Z | Compiling textwrap v0.16.2 |
| 2527 | 2026-04-23T13:09:07.199Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2528 | 2026-04-23T13:09:07.608Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2529 | 2026-04-23T13:09:07.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2530 | 2026-04-23T13:09:07.892Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2531 | 2026-04-23T13:09:08.158Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2532 | 2026-04-23T13:09:08.708Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2533 | 2026-04-23T13:09:08.944Z | Compiling base64 v0.21.7 |
| 2534 | 2026-04-23T13:09:09.220Z | Compiling steno v0.4.1 |
| 2535 | 2026-04-23T13:09:09.251Z | Compiling tagptr v0.2.0 |
| 2536 | 2026-04-23T13:09:09.503Z | Compiling utf-8 v0.7.6 |
| 2537 | 2026-04-23T13:09:09.611Z | Compiling moka v0.12.13 |
| 2538 | 2026-04-23T13:09:09.652Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2539 | 2026-04-23T13:09:09.795Z | Compiling tungstenite v0.21.0 |
| 2540 | 2026-04-23T13:09:09.884Z | Compiling radium v0.7.0 |
| 2541 | 2026-04-23T13:09:10.308Z | Compiling maybe-uninit v2.0.0 |
| 2542 | 2026-04-23T13:09:10.681Z | Compiling tokio-tungstenite v0.21.0 |
| 2543 | 2026-04-23T13:09:11.260Z | Compiling hickory-resolver v0.25.2 |
| 2544 | 2026-04-23T13:09:11.349Z | Compiling tap v1.0.1 |
| 2545 | 2026-04-23T13:09:11.553Z | Compiling wyz v0.5.1 |
| 2546 | 2026-04-23T13:09:11.907Z | Compiling zerocopy-derive v0.6.6 |
| 2547 | 2026-04-23T13:09:12.244Z | Compiling funty v2.0.0 |
| 2548 | 2026-04-23T13:09:12.474Z | Compiling display-error-chain v0.2.2 |
| 2549 | 2026-04-23T13:09:12.532Z | Compiling packed_struct v0.10.1 |
| 2550 | 2026-04-23T13:09:12.690Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2551 | 2026-04-23T13:09:12.884Z | Compiling crc-catalog v2.4.0 |
| 2552 | 2026-04-23T13:09:12.983Z | Compiling zerocopy v0.6.6 |
| 2553 | 2026-04-23T13:09:13.053Z | Compiling crc v3.4.0 |
| 2554 | 2026-04-23T13:09:13.389Z | Compiling bitvec v1.0.1 |
| 2555 | 2026-04-23T13:09:13.552Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2556 | 2026-04-23T13:09:13.648Z | Compiling packed_struct_codegen v0.10.1 |
| 2557 | 2026-04-23T13:09:13.822Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2558 | 2026-04-23T13:09:14.808Z | Compiling bitfield-macros v0.19.4 |
| 2559 | 2026-04-23T13:09:14.984Z | Compiling indexmap v1.9.3 |
| 2560 | 2026-04-23T13:09:15.266Z | Compiling nodrop v0.1.14 |
| 2561 | 2026-04-23T13:09:15.424Z | Compiling array-init v0.0.4 |
| 2562 | 2026-04-23T13:09:15.748Z | Compiling bitfield v0.19.4 |
| 2563 | 2026-04-23T13:09:16.060Z | Compiling smallvec v0.6.14 |
| 2564 | 2026-04-23T13:09:16.182Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2565 | 2026-04-23T13:09:16.408Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2566 | 2026-04-23T13:09:17.043Z | Compiling num-derive v0.3.3 |
| 2567 | 2026-04-23T13:09:17.677Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2568 | 2026-04-23T13:09:18.001Z | Compiling hashbrown v0.12.3 |
| 2569 | 2026-04-23T13:09:18.216Z | Compiling proc-macro-error2 v2.0.1 |
| 2570 | 2026-04-23T13:09:18.261Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2571 | 2026-04-23T13:09:18.296Z | Compiling libscf-sys v1.1.0 |
| 2572 | 2026-04-23T13:09:18.538Z | Compiling serde-hex v0.1.0 |
| 2573 | 2026-04-23T13:09:18.650Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-04-23T13:09:18.657Z | Compiling ron v0.8.1 |
| 2575 | 2026-04-23T13:09:18.926Z | Compiling typify-impl v0.4.3 |
| 2576 | 2026-04-23T13:09:19.082Z | Compiling hashbrown v0.13.2 |
| 2577 | 2026-04-23T13:09:19.516Z | Compiling vergen-gitcl v1.0.8 |
| 2578 | 2026-04-23T13:09:19.547Z | Compiling dirs-sys-next v0.1.2 |
| 2579 | 2026-04-23T13:09:19.777Z | Compiling crunchy v0.2.4 |
| 2580 | 2026-04-23T13:09:19.810Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-04-23T13:09:19.892Z | Compiling glob v0.3.3 |
| 2582 | 2026-04-23T13:09:19.923Z | Compiling maplit v1.0.2 |
| 2583 | 2026-04-23T13:09:19.926Z | Compiling crc-any v2.5.0 |
| 2584 | 2026-04-23T13:09:20.168Z | Compiling object v0.30.4 |
| 2585 | 2026-04-23T13:09:20.200Z | Compiling dirs-next v2.0.0 |
| 2586 | 2026-04-23T13:09:20.231Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2587 | 2026-04-23T13:09:20.275Z | Compiling tabled_derive v0.11.0 |
| 2588 | 2026-04-23T13:09:20.368Z | Compiling clang-sys v1.8.1 |
| 2589 | 2026-04-23T13:09:20.398Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2590 | 2026-04-23T13:09:20.513Z | Compiling papergrid v0.17.0 |
| 2591 | 2026-04-23T13:09:20.858Z | Compiling testing_table v0.3.0 |
| 2592 | 2026-04-23T13:09:21.084Z | Compiling dsl_auto_type v0.2.0 |
| 2593 | 2026-04-23T13:09:21.271Z | Compiling scheduled-thread-pool v0.2.7 |
| 2594 | 2026-04-23T13:09:21.393Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-04-23T13:09:21.424Z | Compiling tiny-keccak v2.0.2 |
| 2596 | 2026-04-23T13:09:21.685Z | Compiling path-slash v0.1.5 |
| 2597 | 2026-04-23T13:09:21.718Z | Compiling r2d2 v0.8.10 |
| 2598 | 2026-04-23T13:09:21.830Z | Compiling term v0.7.0 |
| 2599 | 2026-04-23T13:09:21.984Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2600 | 2026-04-23T13:09:22.018Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2601 | 2026-04-23T13:09:22.045Z | Compiling downcast-rs v2.0.2 |
| 2602 | 2026-04-23T13:09:22.077Z | Compiling tabled v0.20.0 |
| 2603 | 2026-04-23T13:09:22.217Z | Compiling xshell-macros v0.2.7 |
| 2604 | 2026-04-23T13:09:22.314Z | Compiling bit-vec v0.6.3 |
| 2605 | 2026-04-23T13:09:22.618Z | Compiling bit-set v0.5.3 |
| 2606 | 2026-04-23T13:09:22.650Z | Compiling ascii-canvas v3.0.0 |
| 2607 | 2026-04-23T13:09:22.713Z | Compiling xshell v0.2.7 |
| 2608 | 2026-04-23T13:09:22.861Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2609 | 2026-04-23T13:09:22.948Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2610 | 2026-04-23T13:09:22.987Z | Compiling itertools v0.10.5 |
| 2611 | 2026-04-23T13:09:23.022Z | Compiling ena v0.14.4 |
| 2612 | 2026-04-23T13:09:23.335Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2613 | 2026-04-23T13:09:23.536Z | Compiling libloading v0.8.9 |
| 2614 | 2026-04-23T13:09:23.823Z | Compiling regex-syntax v0.6.29 |
| 2615 | 2026-04-23T13:09:23.857Z | Compiling typify-macro v0.4.3 |
| 2616 | 2026-04-23T13:09:23.894Z | Compiling unicase v2.9.0 |
| 2617 | 2026-04-23T13:09:24.276Z | Compiling bindgen v0.71.1 |
| 2618 | 2026-04-23T13:09:24.394Z | Compiling diff v0.1.13 |
| 2619 | 2026-04-23T13:09:24.461Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2620 | 2026-04-23T13:09:24.632Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2621 | 2026-04-23T13:09:25.848Z | Compiling lalrpop v0.19.12 |
| 2622 | 2026-04-23T13:09:26.502Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2623 | 2026-04-23T13:09:26.658Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2624 | 2026-04-23T13:09:27.414Z | Compiling cexpr v0.6.0 |
| 2625 | 2026-04-23T13:09:27.783Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2626 | 2026-04-23T13:09:28.085Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2627 | 2026-04-23T13:09:28.122Z | Compiling crc8 v0.1.1 |
| 2628 | 2026-04-23T13:09:28.303Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2629 | 2026-04-23T13:09:28.336Z | Compiling typify v0.4.3 |
| 2630 | 2026-04-23T13:09:28.368Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2631 | 2026-04-23T13:09:28.470Z | Compiling diesel v2.3.7 |
| 2632 | 2026-04-23T13:09:28.521Z | Compiling headers-core v0.3.0 |
| 2633 | 2026-04-23T13:09:28.718Z | Compiling libxml v0.3.3 |
| 2634 | 2026-04-23T13:09:29.014Z | Compiling headers v0.4.1 |
| 2635 | 2026-04-23T13:09:29.124Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2636 | 2026-04-23T13:09:29.158Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2637 | 2026-04-23T13:09:29.388Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2638 | 2026-04-23T13:09:29.436Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2639 | 2026-04-23T13:09:30.005Z | Compiling strum_macros v0.24.3 |
| 2640 | 2026-04-23T13:09:30.711Z | Compiling indoc v1.0.9 |
| 2641 | 2026-04-23T13:09:31.266Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2642 | 2026-04-23T13:09:31.549Z | Compiling derive_builder v0.20.2 |
| 2643 | 2026-04-23T13:09:31.704Z | Compiling oso-derive v0.27.3 |
| 2644 | 2026-04-23T13:09:31.755Z | Compiling quick-xml v0.37.5 |
| 2645 | 2026-04-23T13:09:32.243Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2646 | 2026-04-23T13:09:32.363Z | Compiling openssl-probe v0.1.6 |
| 2647 | 2026-04-23T13:09:32.405Z | Compiling half v1.8.3 |
| 2648 | 2026-04-23T13:09:32.755Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2649 | 2026-04-23T13:09:32.797Z | Compiling serde_cbor v0.11.2 |
| 2650 | 2026-04-23T13:09:33.009Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2651 | 2026-04-23T13:09:33.621Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2652 | 2026-04-23T13:09:33.682Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2653 | 2026-04-23T13:09:33.968Z | Compiling bb8 v0.8.6 |
| 2654 | 2026-04-23T13:09:34.014Z | Compiling trait-variant v0.1.2 |
| 2655 | 2026-04-23T13:09:34.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2656 | 2026-04-23T13:09:34.433Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2657 | 2026-04-23T13:09:34.705Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2658 | 2026-04-23T13:09:34.849Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2659 | 2026-04-23T13:09:34.880Z | Compiling samael v0.0.19 |
| 2660 | 2026-04-23T13:09:35.124Z | Compiling fxhash v0.2.1 |
| 2661 | 2026-04-23T13:09:35.249Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2662 | 2026-04-23T13:09:35.334Z | Compiling progenitor-impl v0.10.0 |
| 2663 | 2026-04-23T13:09:35.365Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2664 | 2026-04-23T13:09:35.410Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2665 | 2026-04-23T13:09:35.587Z | Compiling kstat-rs v0.2.4 |
| 2666 | 2026-04-23T13:09:36.127Z | Compiling libz-sys v1.1.24 |
| 2667 | 2026-04-23T13:09:36.238Z | Compiling salty v0.3.0 |
| 2668 | 2026-04-23T13:09:36.329Z | Compiling nonempty v0.12.0 |
| 2669 | 2026-04-23T13:09:36.632Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2670 | 2026-04-23T13:09:36.860Z | Compiling polar-core v0.27.3 |
| 2671 | 2026-04-23T13:09:36.995Z | Compiling progenitor-impl v0.11.2 |
| 2672 | 2026-04-23T13:09:37.035Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2673 | 2026-04-23T13:09:37.097Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2674 | 2026-04-23T13:09:38.392Z | Compiling progenitor-macro v0.10.0 |
| 2675 | 2026-04-23T13:09:39.393Z | Compiling darling_core v0.23.0 |
| 2676 | 2026-04-23T13:09:39.956Z | Compiling nanorand v0.7.0 |
| 2677 | 2026-04-23T13:09:40.113Z | Compiling arc-swap v1.8.2 |
| 2678 | 2026-04-23T13:09:40.417Z | Compiling fs-err v2.11.0 |
| 2679 | 2026-04-23T13:09:40.589Z | Compiling parking_lot_core v0.8.6 |
| 2680 | 2026-04-23T13:09:41.013Z | Compiling mime_guess v2.0.5 |
| 2681 | 2026-04-23T13:09:41.148Z | Compiling slog-scope v4.4.1 |
| 2682 | 2026-04-23T13:09:41.679Z | Compiling flume v0.11.1 |
| 2683 | 2026-04-23T13:09:41.708Z | Compiling progenitor-macro v0.11.2 |
| 2684 | 2026-04-23T13:09:42.203Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2685 | 2026-04-23T13:09:42.503Z | Compiling darling_macro v0.23.0 |
| 2686 | 2026-04-23T13:09:42.532Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2687 | 2026-04-23T13:09:44.210Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2688 | 2026-04-23T13:09:44.486Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2689 | 2026-04-23T13:09:45.094Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2690 | 2026-04-23T13:09:47.238Z | Compiling progenitor v0.10.0 |
| 2691 | 2026-04-23T13:09:47.476Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2692 | 2026-04-23T13:09:47.600Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-04-23T13:09:48.303Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2694 | 2026-04-23T13:09:48.947Z | Compiling oso v0.27.3 |
| 2695 | 2026-04-23T13:09:49.981Z | Compiling progenitor-client v0.11.2 |
| 2696 | 2026-04-23T13:09:50.904Z | Compiling git-stub v1.0.0 |
| 2697 | 2026-04-23T13:09:51.241Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2698 | 2026-04-23T13:09:51.748Z | Compiling instability v0.3.11 |
| 2699 | 2026-04-23T13:09:53.987Z | Compiling async-bb8-diesel v0.2.1 |
| 2700 | 2026-04-23T13:09:54.545Z | Compiling diesel-dtrace v0.5.0 |
| 2701 | 2026-04-23T13:09:54.830Z | Compiling git-stub-vcs v0.1.0 |
| 2702 | 2026-04-23T13:09:54.936Z | Compiling progenitor v0.11.2 |
| 2703 | 2026-04-23T13:09:55.156Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-04-23T13:09:55.313Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2705 | 2026-04-23T13:09:55.872Z | Compiling darling v0.23.0 |
| 2706 | 2026-04-23T13:09:56.061Z | Compiling slog-stdlog v4.1.1 |
| 2707 | 2026-04-23T13:09:57.244Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2708 | 2026-04-23T13:09:57.386Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-04-23T13:09:57.717Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2710 | 2026-04-23T13:09:58.459Z | Compiling ignore v0.4.25 |
| 2711 | 2026-04-23T13:09:59.498Z | Compiling primeorder v0.13.6 |
| 2712 | 2026-04-23T13:09:59.910Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2713 | 2026-04-23T13:10:00.410Z | Compiling castaway v0.2.4 |
| 2714 | 2026-04-23T13:10:00.601Z | Compiling atty v0.2.14 |
| 2715 | 2026-04-23T13:10:00.781Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2716 | 2026-04-23T13:10:01.065Z | Compiling parse-size v1.1.0 |
| 2717 | 2026-04-23T13:10:01.165Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2718 | 2026-04-23T13:10:01.246Z | Compiling http-range v0.1.5 |
| 2719 | 2026-04-23T13:10:01.342Z | Compiling indoc v2.0.7 |
| 2720 | 2026-04-23T13:10:01.498Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2721 | 2026-04-23T13:10:01.662Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2722 | 2026-04-23T13:10:01.834Z | Compiling compact_str v0.8.1 |
| 2723 | 2026-04-23T13:10:02.552Z | Compiling p384 v0.13.1 |
| 2724 | 2026-04-23T13:10:02.962Z | Compiling globwalk v0.9.1 |
| 2725 | 2026-04-23T13:10:03.298Z | Compiling parking_lot v0.11.2 |
| 2726 | 2026-04-23T13:10:03.799Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-04-23T13:10:04.494Z | Compiling slog-envlogger v2.2.0 |
| 2728 | 2026-04-23T13:10:05.043Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2729 | 2026-04-23T13:10:05.367Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2730 | 2026-04-23T13:10:05.509Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2731 | 2026-04-23T13:10:05.611Z | Compiling predicates-tree v1.0.13 |
| 2732 | 2026-04-23T13:10:05.780Z | Compiling unicode-truncate v1.1.0 |
| 2733 | 2026-04-23T13:10:05.886Z | Compiling lru v0.12.5 |
| 2734 | 2026-04-23T13:10:05.964Z | Compiling rand_seeder v0.4.0 |
| 2735 | 2026-04-23T13:10:06.042Z | Compiling prefix-trie v0.7.0 |
| 2736 | 2026-04-23T13:10:06.158Z | Compiling vergen-git2 v1.0.7 |
| 2737 | 2026-04-23T13:10:06.188Z | Compiling compression-core v0.4.31 |
| 2738 | 2026-04-23T13:10:06.285Z | Compiling cassowary v0.3.0 |
| 2739 | 2026-04-23T13:10:06.317Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2740 | 2026-04-23T13:10:06.474Z | Compiling compression-codecs v0.4.37 |
| 2741 | 2026-04-23T13:10:06.517Z | Compiling camino-tempfile-ext v0.3.3 |
| 2742 | 2026-04-23T13:10:06.629Z | Compiling hickory-server v0.25.2 |
| 2743 | 2026-04-23T13:10:06.672Z | Compiling ratatui v0.29.0 |
| 2744 | 2026-04-23T13:10:06.976Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-04-23T13:10:07.189Z | Compiling hyper-staticfile v0.10.1 |
| 2746 | 2026-04-23T13:10:07.804Z | Compiling sled v0.34.7 |
| 2747 | 2026-04-23T13:10:08.731Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2748 | 2026-04-23T13:10:08.850Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2749 | 2026-04-23T13:10:09.552Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2750 | 2026-04-23T13:10:09.585Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2751 | 2026-04-23T13:10:10.467Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2752 | 2026-04-23T13:10:10.536Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-04-23T13:10:11.547Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2754 | 2026-04-23T13:10:11.599Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2755 | 2026-04-23T13:10:12.167Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2756 | 2026-04-23T13:10:12.224Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2757 | 2026-04-23T13:10:12.483Z | Compiling dropshot v0.17.0 |
| 2758 | 2026-04-23T13:10:12.776Z | Compiling corncobs v0.1.4 |
| 2759 | 2026-04-23T13:10:12.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2760 | 2026-04-23T13:10:12.910Z | Compiling rustls v0.21.12 |
| 2761 | 2026-04-23T13:10:13.071Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-04-23T13:10:13.246Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2763 | 2026-04-23T13:10:13.274Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2764 | 2026-04-23T13:10:13.351Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2765 | 2026-04-23T13:10:13.714Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2766 | 2026-04-23T13:10:14.156Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-04-23T13:10:14.417Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2768 | 2026-04-23T13:10:14.488Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2769 | 2026-04-23T13:10:14.526Z | Compiling async-compression v0.4.41 |
| 2770 | 2026-04-23T13:10:15.183Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2771 | 2026-04-23T13:10:17.275Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2772 | 2026-04-23T13:10:17.972Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2773 | 2026-04-23T13:10:18.429Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2774 | 2026-04-23T13:10:18.514Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2775 | 2026-04-23T13:10:18.707Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2776 | 2026-04-23T13:10:18.795Z | Compiling sct v0.7.1 |
| 2777 | 2026-04-23T13:10:18.988Z | Compiling rustls-webpki v0.101.7 |
| 2778 | 2026-04-23T13:10:19.074Z | Compiling nix v0.29.0 |
| 2779 | 2026-04-23T13:10:19.133Z | Compiling secrecy v0.8.0 |
| 2780 | 2026-04-23T13:10:19.372Z | Compiling dropshot_endpoint v0.17.0 |
| 2781 | 2026-04-23T13:10:19.599Z | Compiling void v1.0.2 |
| 2782 | 2026-04-23T13:10:19.792Z | Compiling lzss v0.8.2 |
| 2783 | 2026-04-23T13:10:20.899Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2784 | 2026-04-23T13:10:21.236Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2785 | 2026-04-23T13:10:22.225Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2786 | 2026-04-23T13:10:22.527Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2787 | 2026-04-23T13:10:22.935Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2788 | 2026-04-23T13:10:24.381Z | Compiling git2 v0.20.4 |
| 2789 | 2026-04-23T13:10:24.411Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2790 | 2026-04-23T13:10:24.787Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2791 | 2026-04-23T13:10:24.841Z | Compiling tungstenite v0.23.0 |
| 2792 | 2026-04-23T13:10:25.100Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2793 | 2026-04-23T13:10:25.244Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2794 | 2026-04-23T13:10:25.385Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2795 | 2026-04-23T13:10:25.416Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2796 | 2026-04-23T13:10:25.536Z | Compiling nix v0.27.1 |
| 2797 | 2026-04-23T13:10:25.666Z | Compiling serde_bytes v0.11.19 |
| 2798 | 2026-04-23T13:10:25.783Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2799 | 2026-04-23T13:10:26.060Z | Compiling tokio-tungstenite v0.23.1 |
| 2800 | 2026-04-23T13:10:26.541Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2801 | 2026-04-23T13:10:27.210Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2802 | 2026-04-23T13:10:27.852Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2803 | 2026-04-23T13:10:28.325Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2804 | 2026-04-23T13:10:28.788Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2805 | 2026-04-23T13:10:30.068Z | Compiling tokio-rustls v0.24.1 |
| 2806 | 2026-04-23T13:10:30.972Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2807 | 2026-04-23T13:10:33.711Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2808 | 2026-04-23T13:10:34.569Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2809 | 2026-04-23T13:10:34.930Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2810 | 2026-04-23T13:10:35.064Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2811 | 2026-04-23T13:10:35.733Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2812 | 2026-04-23T13:10:37.619Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2813 | 2026-04-23T13:10:37.918Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2814 | 2026-04-23T13:10:38.085Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2815 | 2026-04-23T13:10:38.273Z | Compiling rustls-pemfile v1.0.4 |
| 2816 | 2026-04-23T13:10:38.786Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2817 | 2026-04-23T13:10:39.260Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2818 | 2026-04-23T13:10:41.015Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2819 | 2026-04-23T13:10:41.091Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2820 | 2026-04-23T13:10:42.865Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2821 | 2026-04-23T13:10:43.885Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2822 | 2026-04-23T13:10:44.162Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2823 | 2026-04-23T13:10:44.244Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2824 | 2026-04-23T13:10:44.546Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2825 | 2026-04-23T13:10:44.581Z | Compiling signal-hook-tokio v0.3.1 |
| 2826 | 2026-04-23T13:10:44.734Z | Compiling twox-hash v2.1.2 |
| 2827 | 2026-04-23T13:10:44.869Z | Compiling yasna v0.5.2 |
| 2828 | 2026-04-23T13:10:44.990Z | Compiling is_ci v1.2.0 |
| 2829 | 2026-04-23T13:10:45.070Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2830 | 2026-04-23T13:10:45.402Z | Compiling supports-color v3.0.2 |
| 2831 | 2026-04-23T13:10:45.574Z | Compiling rcgen v0.12.1 |
| 2832 | 2026-04-23T13:10:45.756Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2833 | 2026-04-23T13:10:46.123Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2834 | 2026-04-23T13:10:46.763Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2835 | 2026-04-23T13:10:47.877Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2836 | 2026-04-23T13:10:48.849Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2837 | 2026-04-23T13:10:51.070Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2838 | 2026-04-23T13:10:51.162Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2839 | 2026-04-23T13:10:51.223Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2840 | 2026-04-23T13:10:51.669Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2841 | 2026-04-23T13:10:52.500Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2842 | 2026-04-23T13:10:52.775Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2843 | 2026-04-23T13:10:53.101Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2844 | 2026-04-23T13:10:53.132Z | Compiling fatfs v0.3.6 |
| 2845 | 2026-04-23T13:10:53.365Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2846 | 2026-04-23T13:10:54.250Z | Compiling rtoolbox v0.0.3 |
| 2847 | 2026-04-23T13:10:54.590Z | Compiling subprocess v0.2.15 |
| 2848 | 2026-04-23T13:10:54.679Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-04-23T13:10:55.302Z | Compiling assert_matches v1.5.0 |
| 2850 | 2026-04-23T13:10:55.436Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2851 | 2026-04-23T13:10:55.466Z | Compiling rpassword v7.4.0 |
| 2852 | 2026-04-23T13:10:55.904Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2853 | 2026-04-23T13:10:56.539Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2854 | 2026-04-23T13:10:57.329Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2855 | 2026-04-23T13:10:58.501Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2856 | 2026-04-23T13:10:58.668Z | Compiling tui-tree-widget v0.23.1 |
| 2857 | 2026-04-23T13:10:59.026Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2858 | 2026-04-23T13:11:00.289Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2859 | 2026-04-23T13:11:00.320Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2860 | 2026-04-23T13:11:00.782Z | Compiling uzers v0.12.2 |
| 2861 | 2026-04-23T13:11:00.937Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2862 | 2026-04-23T13:11:02.007Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2863 | 2026-04-23T13:11:03.277Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2864 | 2026-04-23T13:11:04.698Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2865 | 2026-04-23T13:11:07.950Z | Compiling support-bundle-viewer v0.1.2 |
| 2866 | 2026-04-23T13:11:08.118Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2867 | 2026-04-23T13:11:10.380Z | Compiling multimap v0.10.1 |
| 2868 | 2026-04-23T13:11:21.295Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2869 | 2026-04-23T13:11:32.297Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2870 | 2026-04-23T13:11:35.041Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2871 | 2026-04-23T13:11:35.087Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2872 | 2026-04-23T13:19:10.447Z | Finished `release` profile [optimized] target(s) in 10m 26s |
| 2873 | 2026-04-23T13:20:05.690Z | |
| 2874 | 2026-04-23T13:20:05.693Z | real 11:23.443791122 |
| 2875 | 2026-04-23T13:20:05.693Z | user 1:42:03.306971406 |
| 2876 | 2026-04-23T13:20:05.694Z | sys 4:09.303409906 |
| 2877 | 2026-04-23T13:20:05.694Z | trap 2.361788491 |
| 2878 | 2026-04-23T13:20:05.694Z | tflt 2.895230198 |
| 2879 | 2026-04-23T13:20:05.694Z | dflt 18.322317028 |
| 2880 | 2026-04-23T13:20:05.694Z | kflt 0.317839582 |
| 2881 | 2026-04-23T13:20:05.694Z | lock 8:18:45.494161732 |
| 2882 | 2026-04-23T13:20:05.694Z | slp 2:49:22.385480834 |
| 2883 | 2026-04-23T13:20:05.694Z | lat 2:44.533277986 |
| 2884 | 2026-04-23T13:20:05.694Z | stop 6:58.051698452 |
| 2885 | 2026-04-23T13:20:05.694Z | + mapfile -t packages |
| 2886 | 2026-04-23T13:20:05.694Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2887 | 2026-04-23T13:20:06.982Z | Finished `release` profile [optimized] target(s) in 1.27s |
| 2888 | 2026-04-23T13:20:07.051Z | Running `target/release/omicron-package -t test list-outputs` |
| 2889 | 2026-04-23T13:20:07.112Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2890 | 2026-04-23T13:20:07.116Z | + ptime -m cargo build --locked --release -p xtask |
| 2891 | 2026-04-23T13:20:07.833Z | Compiling libc v0.2.185 |
| 2892 | 2026-04-23T13:20:07.833Z | Compiling serde v1.0.228 |
| 2893 | 2026-04-23T13:20:07.837Z | Compiling serde_core v1.0.228 |
| 2894 | 2026-04-23T13:20:07.837Z | Compiling rustix v1.1.3 |
| 2895 | 2026-04-23T13:20:07.960Z | Compiling bitflags v2.11.0 |
| 2896 | 2026-04-23T13:20:07.963Z | Compiling serde_json v1.0.149 |
| 2897 | 2026-04-23T13:20:08.018Z | Compiling num-traits v0.2.19 |
| 2898 | 2026-04-23T13:20:08.034Z | Compiling syn v2.0.117 |
| 2899 | 2026-04-23T13:20:08.049Z | Compiling smallvec v1.15.1 |
| 2900 | 2026-04-23T13:20:08.052Z | Compiling hashbrown v0.16.1 |
| 2901 | 2026-04-23T13:20:08.097Z | Compiling usdt-impl v0.5.0 |
| 2902 | 2026-04-23T13:20:08.115Z | Compiling syn v1.0.109 |
| 2903 | 2026-04-23T13:20:08.133Z | Compiling log v0.4.29 |
| 2904 | 2026-04-23T13:20:08.133Z | Compiling getrandom v0.4.1 |
| 2905 | 2026-04-23T13:20:08.325Z | Compiling percent-encoding v2.3.2 |
| 2906 | 2026-04-23T13:20:08.478Z | Compiling fs-err v3.3.0 |
| 2907 | 2026-04-23T13:20:08.547Z | Compiling form_urlencoded v1.2.2 |
| 2908 | 2026-04-23T13:20:08.551Z | Compiling heck v0.4.1 |
| 2909 | 2026-04-23T13:20:08.697Z | Compiling once_cell v1.21.3 |
| 2910 | 2026-04-23T13:20:08.701Z | Compiling anyhow v1.0.102 |
| 2911 | 2026-04-23T13:20:08.849Z | Compiling indexmap v2.13.0 |
| 2912 | 2026-04-23T13:20:09.016Z | Compiling thread-id v4.2.2 |
| 2913 | 2026-04-23T13:20:09.060Z | Compiling errno v0.3.14 |
| 2914 | 2026-04-23T13:20:09.064Z | Compiling memmap v0.7.0 |
| 2915 | 2026-04-23T13:20:09.498Z | Compiling ordered-float v2.10.1 |
| 2916 | 2026-04-23T13:20:10.227Z | Compiling proc-macro-error v1.0.4 |
| 2917 | 2026-04-23T13:20:10.505Z | Compiling terminal_size v0.4.3 |
| 2918 | 2026-04-23T13:20:10.505Z | Compiling tempfile v3.25.0 |
| 2919 | 2026-04-23T13:20:10.541Z | Compiling tabled_derive v0.7.0 |
| 2920 | 2026-04-23T13:20:10.629Z | Compiling clap_builder v4.5.60 |
| 2921 | 2026-04-23T13:20:10.629Z | Compiling textwrap v0.16.2 |
| 2922 | 2026-04-23T13:20:10.813Z | Compiling camino-tempfile v1.4.1 |
| 2923 | 2026-04-23T13:20:11.390Z | Compiling tabled v0.15.0 |
| 2924 | 2026-04-23T13:20:11.609Z | Compiling synstructure v0.13.2 |
| 2925 | 2026-04-23T13:20:11.609Z | Compiling pest_generator v2.8.6 |
| 2926 | 2026-04-23T13:20:12.149Z | Compiling serde_derive v1.0.228 |
| 2927 | 2026-04-23T13:20:12.229Z | Compiling zerofrom-derive v0.1.6 |
| 2928 | 2026-04-23T13:20:12.309Z | Compiling yoke-derive v0.8.1 |
| 2929 | 2026-04-23T13:20:12.418Z | Compiling zerovec-derive v0.11.2 |
| 2930 | 2026-04-23T13:20:12.446Z | Compiling displaydoc v0.2.5 |
| 2931 | 2026-04-23T13:20:12.533Z | Compiling thiserror-impl v1.0.69 |
| 2932 | 2026-04-23T13:20:12.561Z | Compiling zerocopy-derive v0.7.35 |
| 2933 | 2026-04-23T13:20:12.577Z | Compiling pest_derive v2.8.6 |
| 2934 | 2026-04-23T13:20:12.600Z | Compiling scroll_derive v0.12.1 |
| 2935 | 2026-04-23T13:20:12.676Z | Compiling thiserror-impl v2.0.18 |
| 2936 | 2026-04-23T13:20:12.747Z | Compiling clap_derive v4.5.55 |
| 2937 | 2026-04-23T13:20:13.459Z | Compiling scroll v0.12.0 |
| 2938 | 2026-04-23T13:20:13.483Z | Compiling zerofrom v0.1.6 |
| 2939 | 2026-04-23T13:20:13.627Z | Compiling zerocopy v0.7.35 |
| 2940 | 2026-04-23T13:20:13.677Z | Compiling yoke v0.8.1 |
| 2941 | 2026-04-23T13:20:13.840Z | Compiling goblin v0.8.2 |
| 2942 | 2026-04-23T13:20:13.965Z | Compiling zerovec v0.11.5 |
| 2943 | 2026-04-23T13:20:14.038Z | Compiling zerotrie v0.2.3 |
| 2944 | 2026-04-23T13:20:14.279Z | Compiling thiserror v1.0.69 |
| 2945 | 2026-04-23T13:20:14.429Z | Compiling dtrace-parser v0.2.0 |
| 2946 | 2026-04-23T13:20:14.624Z | Compiling thiserror v2.0.18 |
| 2947 | 2026-04-23T13:20:14.787Z | Compiling tinystr v0.8.2 |
| 2948 | 2026-04-23T13:20:14.790Z | Compiling potential_utf v0.1.4 |
| 2949 | 2026-04-23T13:20:14.997Z | Compiling icu_collections v2.1.1 |
| 2950 | 2026-04-23T13:20:15.064Z | Compiling icu_locale_core v2.1.1 |
| 2951 | 2026-04-23T13:20:15.094Z | Compiling clap v4.5.60 |
| 2952 | 2026-04-23T13:20:16.085Z | Compiling icu_provider v2.1.1 |
| 2953 | 2026-04-23T13:20:16.597Z | Compiling toml_datetime v0.6.11 |
| 2954 | 2026-04-23T13:20:16.618Z | Compiling serde_spanned v0.6.9 |
| 2955 | 2026-04-23T13:20:16.635Z | Compiling icu_properties v2.1.2 |
| 2956 | 2026-04-23T13:20:16.667Z | Compiling icu_normalizer v2.1.1 |
| 2957 | 2026-04-23T13:20:16.837Z | Compiling dof v0.3.0 |
| 2958 | 2026-04-23T13:20:17.104Z | Compiling toml_edit v0.22.27 |
| 2959 | 2026-04-23T13:20:17.127Z | Compiling serde_tokenstream v0.2.3 |
| 2960 | 2026-04-23T13:20:17.170Z | Compiling serde-value v0.7.0 |
| 2961 | 2026-04-23T13:20:17.216Z | Compiling cargo-platform v0.2.0 |
| 2962 | 2026-04-23T13:20:17.354Z | Compiling macaddr v1.0.1 |
| 2963 | 2026-04-23T13:20:17.930Z | Compiling idna_adapter v1.2.1 |
| 2964 | 2026-04-23T13:20:17.950Z | Compiling usdt-attr-macro v0.5.0 |
| 2965 | 2026-04-23T13:20:17.970Z | Compiling usdt-macro v0.5.0 |
| 2966 | 2026-04-23T13:20:18.080Z | Compiling idna v1.1.0 |
| 2967 | 2026-04-23T13:20:18.559Z | Compiling url v2.5.8 |
| 2968 | 2026-04-23T13:20:18.799Z | Compiling usdt v0.5.0 |
| 2969 | 2026-04-23T13:20:19.267Z | Compiling toml v0.8.23 |
| 2970 | 2026-04-23T13:20:19.872Z | Compiling cargo-util-schemas v0.8.2 |
| 2971 | 2026-04-23T13:20:19.875Z | Compiling cargo_toml v0.21.0 |
| 2972 | 2026-04-23T13:20:21.265Z | Compiling cargo_metadata v0.21.0 |
| 2973 | 2026-04-23T13:20:25.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2974 | 2026-04-23T13:20:29.403Z | Finished `release` profile [optimized] target(s) in 22.27s |
| 2975 | 2026-04-23T13:20:29.589Z | |
| 2976 | 2026-04-23T13:20:29.593Z | real 22.434330549 |
| 2977 | 2026-04-23T13:20:29.593Z | user 3:08.338441809 |
| 2978 | 2026-04-23T13:20:29.593Z | sys 21.031218864 |
| 2979 | 2026-04-23T13:20:29.593Z | trap 0.096433602 |
| 2980 | 2026-04-23T13:20:29.593Z | tflt 0.648235040 |
| 2981 | 2026-04-23T13:20:29.593Z | dflt 1.747365376 |
| 2982 | 2026-04-23T13:20:29.593Z | kflt 0.000014017 |
| 2983 | 2026-04-23T13:20:29.593Z | lock 7:08.553804556 |
| 2984 | 2026-04-23T13:20:29.593Z | slp 4:17.231890276 |
| 2985 | 2026-04-23T13:20:29.593Z | lat 8.721674184 |
| 2986 | 2026-04-23T13:20:29.593Z | stop 29.992458641 |
| 2987 | 2026-04-23T13:20:29.593Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2988 | 2026-04-23T13:20:29.593Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2989 | 2026-04-23T13:20:29.593Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2990 | 2026-04-23T13:20:29.593Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2991 | 2026-04-23T13:20:29.593Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2992 | 2026-04-23T13:20:30.885Z | Compiling regress v0.10.5 |
| 2993 | 2026-04-23T13:20:30.888Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2994 | 2026-04-23T13:20:31.060Z | Compiling newtype-uuid-macros v0.1.0 |
| 2995 | 2026-04-23T13:20:31.094Z | Compiling rustls v0.22.4 |
| 2996 | 2026-04-23T13:20:31.097Z | Compiling progenitor-client v0.13.0 |
| 2997 | 2026-04-23T13:20:31.097Z | Compiling rustls-webpki v0.102.8 |
| 2998 | 2026-04-23T13:20:31.097Z | Compiling structmeta-derive v0.3.0 |
| 2999 | 2026-04-23T13:20:31.098Z | Compiling serde_spanned v1.0.4 |
| 3000 | 2026-04-23T13:20:31.098Z | Compiling multer v3.1.0 |
| 3001 | 2026-04-23T13:20:31.098Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3002 | 2026-04-23T13:20:31.110Z | Compiling match_cfg v0.1.0 |
| 3003 | 2026-04-23T13:20:31.219Z | Compiling debug-ignore v1.0.5 |
| 3004 | 2026-04-23T13:20:31.243Z | Compiling slog-json v2.6.1 |
| 3005 | 2026-04-23T13:20:31.246Z | Compiling async-stream-impl v0.3.6 |
| 3006 | 2026-04-23T13:20:31.267Z | Compiling hostname v0.3.1 |
| 3007 | 2026-04-23T13:20:31.294Z | Compiling waitgroup v0.1.2 |
| 3008 | 2026-04-23T13:20:31.319Z | Compiling rustls-pemfile v2.2.0 |
| 3009 | 2026-04-23T13:20:31.417Z | Compiling hostname v0.4.2 |
| 3010 | 2026-04-23T13:20:31.470Z | Compiling slog-bunyan v2.5.0 |
| 3011 | 2026-04-23T13:20:31.498Z | Compiling serde_path_to_error v0.1.20 |
| 3012 | 2026-04-23T13:20:31.526Z | Compiling itertools v0.14.0 |
| 3013 | 2026-04-23T13:20:31.529Z | Compiling dropshot v0.16.7 |
| 3014 | 2026-04-23T13:20:31.529Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3015 | 2026-04-23T13:20:31.577Z | Compiling dropshot_endpoint v0.16.7 |
| 3016 | 2026-04-23T13:20:31.703Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3017 | 2026-04-23T13:20:31.752Z | Compiling macaddr v1.0.1 |
| 3018 | 2026-04-23T13:20:31.809Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3019 | 2026-04-23T13:20:31.886Z | Compiling instant v0.1.13 |
| 3020 | 2026-04-23T13:20:31.916Z | Compiling progenitor-client v0.10.0 |
| 3021 | 2026-04-23T13:20:31.988Z | Compiling backon v1.6.0 |
| 3022 | 2026-04-23T13:20:32.051Z | Compiling backoff v0.4.0 |
| 3023 | 2026-04-23T13:20:32.083Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3024 | 2026-04-23T13:20:32.112Z | Compiling async-stream v0.3.6 |
| 3025 | 2026-04-23T13:20:32.138Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3026 | 2026-04-23T13:20:32.141Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3027 | 2026-04-23T13:20:32.189Z | Compiling universal-hash v0.5.1 |
| 3028 | 2026-04-23T13:20:32.278Z | Compiling progenitor-extras v0.1.1 |
| 3029 | 2026-04-23T13:20:32.278Z | Compiling opaque-debug v0.3.1 |
| 3030 | 2026-04-23T13:20:32.352Z | Compiling half v2.7.1 |
| 3031 | 2026-04-23T13:20:32.352Z | Compiling crucible-workspace-hack v0.1.0 |
| 3032 | 2026-04-23T13:20:32.407Z | Compiling ciborium-io v0.2.2 |
| 3033 | 2026-04-23T13:20:32.410Z | Compiling convert_case v0.4.0 |
| 3034 | 2026-04-23T13:20:32.410Z | Compiling aead v0.5.2 |
| 3035 | 2026-04-23T13:20:32.482Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3036 | 2026-04-23T13:20:32.557Z | Compiling secrecy v0.10.3 |
| 3037 | 2026-04-23T13:20:32.638Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3038 | 2026-04-23T13:20:32.699Z | Compiling unsafe-libyaml v0.2.11 |
| 3039 | 2026-04-23T13:20:32.726Z | Compiling ciborium-ll v0.2.2 |
| 3040 | 2026-04-23T13:20:32.726Z | Compiling poly1305 v0.8.0 |
| 3041 | 2026-04-23T13:20:32.778Z | Compiling structmeta v0.3.0 |
| 3042 | 2026-04-23T13:20:32.828Z | Compiling chacha20 v0.9.1 |
| 3043 | 2026-04-23T13:20:32.832Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3044 | 2026-04-23T13:20:32.893Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3045 | 2026-04-23T13:20:33.003Z | Compiling derive_more v0.99.20 |
| 3046 | 2026-04-23T13:20:33.030Z | Compiling ciborium v0.2.2 |
| 3047 | 2026-04-23T13:20:33.054Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3048 | 2026-04-23T13:20:33.079Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3049 | 2026-04-23T13:20:33.119Z | Compiling derive-ex v0.1.8 |
| 3050 | 2026-04-23T13:20:33.190Z | Compiling parse-display-derive v0.10.0 |
| 3051 | 2026-04-23T13:20:33.336Z | Compiling typify-impl v0.6.1 |
| 3052 | 2026-04-23T13:20:33.365Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3053 | 2026-04-23T13:20:33.404Z | Compiling byte-wrapper v0.1.0 |
| 3054 | 2026-04-23T13:20:33.460Z | Compiling serde_yaml v0.9.34+deprecated |
| 3055 | 2026-04-23T13:20:33.503Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3056 | 2026-04-23T13:20:33.558Z | Compiling password-hash v0.5.0 |
| 3057 | 2026-04-23T13:20:33.756Z | Compiling blake2 v0.10.6 |
| 3058 | 2026-04-23T13:20:33.780Z | Compiling chacha20poly1305 v0.10.1 |
| 3059 | 2026-04-23T13:20:33.851Z | Compiling indent_write v2.2.0 |
| 3060 | 2026-04-23T13:20:33.892Z | Compiling heapless v0.8.0 |
| 3061 | 2026-04-23T13:20:33.997Z | Compiling ingot-macros v0.1.1 |
| 3062 | 2026-04-23T13:20:34.058Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3063 | 2026-04-23T13:20:34.125Z | Compiling argon2 v0.5.3 |
| 3064 | 2026-04-23T13:20:34.149Z | Compiling hash32 v0.3.1 |
| 3065 | 2026-04-23T13:20:34.293Z | Compiling tokio-rustls v0.25.0 |
| 3066 | 2026-04-23T13:20:34.523Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3067 | 2026-04-23T13:20:34.638Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3068 | 2026-04-23T13:20:34.755Z | Compiling thiserror-no-std v2.0.2 |
| 3069 | 2026-04-23T13:20:34.820Z | Compiling smoltcp v0.11.0 |
| 3070 | 2026-04-23T13:20:34.894Z | Compiling vsss-rs v3.3.4 |
| 3071 | 2026-04-23T13:20:35.009Z | Compiling proc-macro-crate v3.4.0 |
| 3072 | 2026-04-23T13:20:35.495Z | Compiling tabwriter v1.4.1 |
| 3073 | 2026-04-23T13:20:35.539Z | Compiling test-strategy v0.4.5 |
| 3074 | 2026-04-23T13:20:35.566Z | Compiling parse-display v0.10.0 |
| 3075 | 2026-04-23T13:20:35.566Z | Compiling cobs v0.3.0 |
| 3076 | 2026-04-23T13:20:35.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3077 | 2026-04-23T13:20:35.685Z | Compiling proc-macro-error v1.0.4 |
| 3078 | 2026-04-23T13:20:35.789Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3079 | 2026-04-23T13:20:35.834Z | Compiling num_enum_derive v0.7.5 |
| 3080 | 2026-04-23T13:20:35.871Z | Compiling postcard v1.1.3 |
| 3081 | 2026-04-23T13:20:35.936Z | Compiling proc-macro-crate v1.3.1 |
| 3082 | 2026-04-23T13:20:35.999Z | Compiling num-rational v0.4.2 |
| 3083 | 2026-04-23T13:20:36.024Z | Compiling num-complex v0.4.6 |
| 3084 | 2026-04-23T13:20:36.131Z | Compiling foreign-types-macros v0.2.3 |
| 3085 | 2026-04-23T13:20:36.326Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3086 | 2026-04-23T13:20:36.357Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3087 | 2026-04-23T13:20:36.518Z | Compiling rayon-core v1.13.0 |
| 3088 | 2026-04-23T13:20:36.544Z | Compiling foreign-types-shared v0.3.1 |
| 3089 | 2026-04-23T13:20:36.623Z | Compiling colored v3.1.1 |
| 3090 | 2026-04-23T13:20:36.649Z | Compiling cpufeatures v0.3.0 |
| 3091 | 2026-04-23T13:20:36.683Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3092 | 2026-04-23T13:20:36.754Z | Compiling chacha20 v0.10.0 |
| 3093 | 2026-04-23T13:20:36.779Z | Compiling num_enum_derive v0.5.11 |
| 3094 | 2026-04-23T13:20:36.805Z | Compiling num v0.4.3 |
| 3095 | 2026-04-23T13:20:36.897Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3096 | 2026-04-23T13:20:36.963Z | Compiling foreign-types v0.5.0 |
| 3097 | 2026-04-23T13:20:36.967Z | Compiling crossbeam-deque v0.8.6 |
| 3098 | 2026-04-23T13:20:37.049Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-04-23T13:20:37.095Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3100 | 2026-04-23T13:20:37.120Z | Compiling cstr-argument v0.1.2 |
| 3101 | 2026-04-23T13:20:37.151Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3102 | 2026-04-23T13:20:37.215Z | Compiling float-ord v0.3.2 |
| 3103 | 2026-04-23T13:20:37.275Z | Compiling rand v0.10.0 |
| 3104 | 2026-04-23T13:20:37.304Z | Compiling num_enum v0.7.5 |
| 3105 | 2026-04-23T13:20:37.350Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3106 | 2026-04-23T13:20:37.403Z | Compiling toml v0.8.23 |
| 3107 | 2026-04-23T13:20:37.480Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3108 | 2026-04-23T13:20:37.518Z | Compiling camino-tempfile v1.4.1 |
| 3109 | 2026-04-23T13:20:37.669Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3110 | 2026-04-23T13:20:37.696Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3111 | 2026-04-23T13:20:37.744Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3112 | 2026-04-23T13:20:37.770Z | Compiling zone_cfg_derive v0.3.1 |
| 3113 | 2026-04-23T13:20:37.795Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3114 | 2026-04-23T13:20:37.854Z | Compiling rayon v1.11.0 |
| 3115 | 2026-04-23T13:20:37.881Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3116 | 2026-04-23T13:20:37.986Z | Compiling itertools v0.12.1 |
| 3117 | 2026-04-23T13:20:38.011Z | Compiling ingot-types v0.1.2 |
| 3118 | 2026-04-23T13:20:38.217Z | Compiling num-derive v0.4.2 |
| 3119 | 2026-04-23T13:20:38.248Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-04-23T13:20:38.251Z | Compiling glob v0.3.3 |
| 3121 | 2026-04-23T13:20:38.304Z | Compiling num_enum v0.5.11 |
| 3122 | 2026-04-23T13:20:38.350Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3123 | 2026-04-23T13:20:38.418Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3124 | 2026-04-23T13:20:38.490Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-04-23T13:20:38.490Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3126 | 2026-04-23T13:20:38.545Z | Compiling ingot v0.1.1 |
| 3127 | 2026-04-23T13:20:38.575Z | Compiling smf v0.2.3 |
| 3128 | 2026-04-23T13:20:38.615Z | Compiling whoami v1.6.1 |
| 3129 | 2026-04-23T13:20:38.677Z | Compiling prettyplease v0.2.37 |
| 3130 | 2026-04-23T13:20:38.701Z | Compiling gethostname v0.5.0 |
| 3131 | 2026-04-23T13:20:38.818Z | Compiling usdt-macro v0.5.0 |
| 3132 | 2026-04-23T13:20:38.887Z | Compiling usdt-attr-macro v0.5.0 |
| 3133 | 2026-04-23T13:20:38.938Z | Compiling memmap v0.7.0 |
| 3134 | 2026-04-23T13:20:39.036Z | Compiling atomicwrites v0.4.4 |
| 3135 | 2026-04-23T13:20:39.142Z | Compiling derive-where v1.6.0 |
| 3136 | 2026-04-23T13:20:39.211Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3137 | 2026-04-23T13:20:39.318Z | Compiling resolv-conf v0.7.6 |
| 3138 | 2026-04-23T13:20:39.344Z | Compiling owo-colors v4.3.0 |
| 3139 | 2026-04-23T13:20:39.412Z | Compiling cancel-safe-futures v0.1.5 |
| 3140 | 2026-04-23T13:20:39.526Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3141 | 2026-04-23T13:20:39.719Z | Compiling zone v0.3.1 |
| 3142 | 2026-04-23T13:20:39.785Z | Compiling libsw-core v0.3.2 |
| 3143 | 2026-04-23T13:20:39.821Z | Compiling async-recursion v1.1.1 |
| 3144 | 2026-04-23T13:20:39.897Z | Compiling typify-macro v0.6.1 |
| 3145 | 2026-04-23T13:20:39.980Z | Compiling usdt v0.5.0 |
| 3146 | 2026-04-23T13:20:40.048Z | Compiling libsw v3.5.0 |
| 3147 | 2026-04-23T13:20:40.073Z | Compiling libefi-sys v0.1.0 |
| 3148 | 2026-04-23T13:20:40.292Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3149 | 2026-04-23T13:20:40.320Z | Compiling linear-map v1.2.0 |
| 3150 | 2026-04-23T13:20:40.374Z | Compiling console v0.15.11 |
| 3151 | 2026-04-23T13:20:40.397Z | Compiling hickory-proto v0.24.4 |
| 3152 | 2026-04-23T13:20:40.427Z | Compiling newline-converter v0.3.0 |
| 3153 | 2026-04-23T13:20:40.427Z | Compiling bitfield-struct v0.6.2 |
| 3154 | 2026-04-23T13:20:40.595Z | Compiling linked-hash-map v0.5.6 |
| 3155 | 2026-04-23T13:20:40.622Z | Compiling semver v0.1.20 |
| 3156 | 2026-04-23T13:20:40.700Z | Compiling tokio-dtrace v0.1.1 |
| 3157 | 2026-04-23T13:20:40.765Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3158 | 2026-04-23T13:20:40.879Z | Compiling lru-cache v0.1.2 |
| 3159 | 2026-04-23T13:20:40.974Z | Compiling rustc_version v0.1.7 |
| 3160 | 2026-04-23T13:20:41.004Z | Compiling expectorate v1.2.0 |
| 3161 | 2026-04-23T13:20:41.034Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3162 | 2026-04-23T13:20:41.037Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3163 | 2026-04-23T13:20:41.086Z | Compiling pin-project-internal v1.1.11 |
| 3164 | 2026-04-23T13:20:41.090Z | Compiling slog-dtrace v0.3.0 |
| 3165 | 2026-04-23T13:20:41.141Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3166 | 2026-04-23T13:20:41.212Z | Compiling minimal-lexical v0.2.1 |
| 3167 | 2026-04-23T13:20:41.238Z | Compiling oxide-tokio-rt v0.1.4 |
| 3168 | 2026-04-23T13:20:41.241Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3169 | 2026-04-23T13:20:41.295Z | Compiling typify-impl v0.4.3 |
| 3170 | 2026-04-23T13:20:41.320Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3171 | 2026-04-23T13:20:41.324Z | Compiling newtype_derive v0.1.6 |
| 3172 | 2026-04-23T13:20:41.370Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3173 | 2026-04-23T13:20:41.476Z | Compiling phf_shared v0.12.1 |
| 3174 | 2026-04-23T13:20:41.571Z | Compiling nom v7.1.3 |
| 3175 | 2026-04-23T13:20:41.596Z | Compiling pem v3.0.6 |
| 3176 | 2026-04-23T13:20:41.625Z | Compiling snafu-derive v0.8.9 |
| 3177 | 2026-04-23T13:20:41.660Z | Compiling csv-core v0.1.13 |
| 3178 | 2026-04-23T13:20:41.752Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3179 | 2026-04-23T13:20:41.807Z | Compiling highway v1.3.0 |
| 3180 | 2026-04-23T13:20:42.031Z | Compiling xshell-macros v0.2.7 |
| 3181 | 2026-04-23T13:20:42.070Z | Compiling same-file v1.0.6 |
| 3182 | 2026-04-23T13:20:42.097Z | Compiling chrono-tz v0.10.4 |
| 3183 | 2026-04-23T13:20:42.311Z | Compiling walkdir v2.5.0 |
| 3184 | 2026-04-23T13:20:42.338Z | Compiling const_format_proc_macros v0.2.34 |
| 3185 | 2026-04-23T13:20:42.362Z | Compiling typify v0.6.1 |
| 3186 | 2026-04-23T13:20:42.366Z | Compiling csv v1.4.0 |
| 3187 | 2026-04-23T13:20:42.521Z | Compiling phf v0.12.1 |
| 3188 | 2026-04-23T13:20:42.582Z | Compiling progenitor-impl v0.13.0 |
| 3189 | 2026-04-23T13:20:42.617Z | Compiling xshell v0.2.7 |
| 3190 | 2026-04-23T13:20:42.754Z | Compiling pin-project v1.1.11 |
| 3191 | 2026-04-23T13:20:42.781Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3192 | 2026-04-23T13:20:42.847Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3193 | 2026-04-23T13:20:42.911Z | Compiling globset v0.4.18 |
| 3194 | 2026-04-23T13:20:42.998Z | Compiling olpc-cjson v0.1.4 |
| 3195 | 2026-04-23T13:20:43.192Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3196 | 2026-04-23T13:20:43.235Z | Compiling primeorder v0.13.6 |
| 3197 | 2026-04-23T13:20:43.260Z | Compiling serde_plain v1.0.2 |
| 3198 | 2026-04-23T13:20:43.352Z | Compiling hickory-resolver v0.24.4 |
| 3199 | 2026-04-23T13:20:43.378Z | Compiling typed-path v0.9.3 |
| 3200 | 2026-04-23T13:20:43.551Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3201 | 2026-04-23T13:20:43.578Z | Compiling const_format v0.2.35 |
| 3202 | 2026-04-23T13:20:43.581Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3203 | 2026-04-23T13:20:43.758Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3204 | 2026-04-23T13:20:43.914Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3205 | 2026-04-23T13:20:44.037Z | Compiling tabled_derive v0.7.0 |
| 3206 | 2026-04-23T13:20:44.279Z | Compiling bcs v0.1.6 |
| 3207 | 2026-04-23T13:20:44.455Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3208 | 2026-04-23T13:20:44.570Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3209 | 2026-04-23T13:20:44.702Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3210 | 2026-04-23T13:20:44.743Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3211 | 2026-04-23T13:20:44.773Z | Compiling qorb v0.4.1 |
| 3212 | 2026-04-23T13:20:44.949Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3213 | 2026-04-23T13:20:45.192Z | Compiling snafu v0.8.9 |
| 3214 | 2026-04-23T13:20:45.401Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3215 | 2026-04-23T13:20:45.495Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3216 | 2026-04-23T13:20:45.577Z | Compiling tough v0.20.0 |
| 3217 | 2026-04-23T13:20:45.602Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3218 | 2026-04-23T13:20:45.711Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3219 | 2026-04-23T13:20:45.772Z | Compiling radium v0.7.0 |
| 3220 | 2026-04-23T13:20:45.891Z | Compiling salty v0.3.0 |
| 3221 | 2026-04-23T13:20:45.918Z | Compiling termtree v0.5.1 |
| 3222 | 2026-04-23T13:20:46.012Z | Compiling textwrap v0.16.2 |
| 3223 | 2026-04-23T13:20:46.146Z | Compiling tabled v0.15.0 |
| 3224 | 2026-04-23T13:20:46.212Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3225 | 2026-04-23T13:20:46.280Z | Compiling steno v0.4.1 |
| 3226 | 2026-04-23T13:20:46.374Z | Compiling progenitor-macro v0.13.0 |
| 3227 | 2026-04-23T13:20:46.495Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3228 | 2026-04-23T13:20:46.523Z | Compiling base64 v0.21.7 |
| 3229 | 2026-04-23T13:20:46.682Z | Compiling humantime v2.3.0 |
| 3230 | 2026-04-23T13:20:46.714Z | Compiling tap v1.0.1 |
| 3231 | 2026-04-23T13:20:46.890Z | Compiling tagptr v0.2.0 |
| 3232 | 2026-04-23T13:20:46.986Z | Compiling maybe-uninit v2.0.0 |
| 3233 | 2026-04-23T13:20:47.011Z | Compiling wyz v0.5.1 |
| 3234 | 2026-04-23T13:20:47.132Z | Compiling moka v0.12.13 |
| 3235 | 2026-04-23T13:20:47.314Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3236 | 2026-04-23T13:20:47.484Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3237 | 2026-04-23T13:20:47.569Z | Compiling p384 v0.13.1 |
| 3238 | 2026-04-23T13:20:47.598Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3239 | 2026-04-23T13:20:47.686Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3240 | 2026-04-23T13:20:47.819Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3241 | 2026-04-23T13:20:47.882Z | Compiling typify-macro v0.4.3 |
| 3242 | 2026-04-23T13:20:48.125Z | Compiling parking_lot_core v0.8.6 |
| 3243 | 2026-04-23T13:20:48.265Z | Compiling funty v2.0.0 |
| 3244 | 2026-04-23T13:20:48.363Z | Compiling packed_struct v0.10.1 |
| 3245 | 2026-04-23T13:20:48.429Z | Compiling hickory-resolver v0.25.2 |
| 3246 | 2026-04-23T13:20:48.515Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3247 | 2026-04-23T13:20:48.876Z | Compiling bitvec v1.0.1 |
| 3248 | 2026-04-23T13:20:49.153Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3249 | 2026-04-23T13:20:49.205Z | Compiling polyval v0.6.2 |
| 3250 | 2026-04-23T13:20:49.506Z | Compiling git-stub v1.0.0 |
| 3251 | 2026-04-23T13:20:49.536Z | Compiling packed_struct_codegen v0.10.1 |
| 3252 | 2026-04-23T13:20:49.616Z | Compiling zerocopy-derive v0.6.6 |
| 3253 | 2026-04-23T13:20:49.788Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3254 | 2026-04-23T13:20:49.866Z | Compiling bitfield-macros v0.19.4 |
| 3255 | 2026-04-23T13:20:49.893Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3256 | 2026-04-23T13:20:50.211Z | Compiling indexmap v1.9.3 |
| 3257 | 2026-04-23T13:20:50.238Z | Compiling nodrop v0.1.14 |
| 3258 | 2026-04-23T13:20:50.242Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3259 | 2026-04-23T13:20:50.306Z | Compiling typify v0.4.3 |
| 3260 | 2026-04-23T13:20:50.399Z | Compiling crc-catalog v2.4.0 |
| 3261 | 2026-04-23T13:20:50.463Z | Compiling utf-8 v0.7.6 |
| 3262 | 2026-04-23T13:20:50.489Z | Compiling proc-macro-error2 v2.0.1 |
| 3263 | 2026-04-23T13:20:50.576Z | Compiling crc v3.4.0 |
| 3264 | 2026-04-23T13:20:50.602Z | Compiling array-init v0.0.4 |
| 3265 | 2026-04-23T13:20:50.626Z | Compiling git-stub-vcs v0.1.0 |
| 3266 | 2026-04-23T13:20:50.732Z | Compiling tungstenite v0.21.0 |
| 3267 | 2026-04-23T13:20:50.817Z | Compiling zerocopy v0.6.6 |
| 3268 | 2026-04-23T13:20:50.875Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-04-23T13:20:50.901Z | Compiling bitfield v0.19.4 |
| 3270 | 2026-04-23T13:20:50.904Z | Compiling ghash v0.5.1 |
| 3271 | 2026-04-23T13:20:50.951Z | Compiling smallvec v0.6.14 |
| 3272 | 2026-04-23T13:20:51.134Z | Compiling num-derive v0.3.3 |
| 3273 | 2026-04-23T13:20:51.165Z | Compiling ctr v0.9.2 |
| 3274 | 2026-04-23T13:20:51.195Z | Compiling compression-core v0.4.31 |
| 3275 | 2026-04-23T13:20:51.199Z | Compiling unicase v2.9.0 |
| 3276 | 2026-04-23T13:20:51.259Z | Compiling hashbrown v0.12.3 |
| 3277 | 2026-04-23T13:20:51.312Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3278 | 2026-04-23T13:20:51.370Z | Compiling compression-codecs v0.4.37 |
| 3279 | 2026-04-23T13:20:51.426Z | Compiling tokio-tungstenite v0.21.0 |
| 3280 | 2026-04-23T13:20:51.454Z | Compiling aes-gcm v0.10.3 |
| 3281 | 2026-04-23T13:20:51.516Z | Compiling mime_guess v2.0.5 |
| 3282 | 2026-04-23T13:20:51.544Z | Compiling parking_lot v0.11.2 |
| 3283 | 2026-04-23T13:20:51.624Z | Compiling serde-hex v0.1.0 |
| 3284 | 2026-04-23T13:20:51.730Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3285 | 2026-04-23T13:20:51.754Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3286 | 2026-04-23T13:20:51.916Z | Compiling tabled_derive v0.11.0 |
| 3287 | 2026-04-23T13:20:52.015Z | Compiling progenitor-impl v0.10.0 |
| 3288 | 2026-04-23T13:20:52.092Z | Compiling progenitor-impl v0.11.2 |
| 3289 | 2026-04-23T13:20:52.166Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3290 | 2026-04-23T13:20:52.238Z | Compiling ron v0.8.1 |
| 3291 | 2026-04-23T13:20:52.276Z | Compiling papergrid v0.17.0 |
| 3292 | 2026-04-23T13:20:52.413Z | Compiling libscf-sys v1.1.0 |
| 3293 | 2026-04-23T13:20:52.413Z | Compiling testing_table v0.3.0 |
| 3294 | 2026-04-23T13:20:52.483Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3295 | 2026-04-23T13:20:52.658Z | Compiling hashbrown v0.13.2 |
| 3296 | 2026-04-23T13:20:52.699Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3297 | 2026-04-23T13:20:52.968Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-04-23T13:20:52.995Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3299 | 2026-04-23T13:20:53.042Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3300 | 2026-04-23T13:20:53.236Z | Compiling prefix-trie v0.7.0 |
| 3301 | 2026-04-23T13:20:53.341Z | Compiling blowfish v0.9.1 |
| 3302 | 2026-04-23T13:20:53.371Z | Compiling ssh-encoding v0.2.0 |
| 3303 | 2026-04-23T13:20:53.626Z | Compiling fxhash v0.2.1 |
| 3304 | 2026-04-23T13:20:53.669Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3305 | 2026-04-23T13:20:53.698Z | Compiling progenitor v0.13.0 |
| 3306 | 2026-04-23T13:20:53.725Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3307 | 2026-04-23T13:20:53.759Z | Compiling dropshot v0.17.0 |
| 3308 | 2026-04-23T13:20:53.793Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-04-23T13:20:53.831Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3310 | 2026-04-23T13:20:53.858Z | Compiling corncobs v0.1.4 |
| 3311 | 2026-04-23T13:20:53.923Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3312 | 2026-04-23T13:20:54.053Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3313 | 2026-04-23T13:20:54.086Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3314 | 2026-04-23T13:20:54.115Z | Compiling crc-any v2.5.0 |
| 3315 | 2026-04-23T13:20:54.118Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3316 | 2026-04-23T13:20:54.222Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3317 | 2026-04-23T13:20:54.281Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-04-23T13:20:54.311Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-04-23T13:20:54.350Z | Compiling sled v0.34.7 |
| 3320 | 2026-04-23T13:20:54.443Z | Compiling hickory-server v0.25.2 |
| 3321 | 2026-04-23T13:20:54.501Z | Compiling ssh-cipher v0.2.0 |
| 3322 | 2026-04-23T13:20:54.746Z | Compiling tabled v0.20.0 |
| 3323 | 2026-04-23T13:20:54.771Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3324 | 2026-04-23T13:20:54.882Z | Compiling object v0.30.4 |
| 3325 | 2026-04-23T13:20:55.225Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3326 | 2026-04-23T13:20:55.328Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-04-23T13:20:55.676Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3328 | 2026-04-23T13:20:55.820Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3329 | 2026-04-23T13:20:55.961Z | Compiling progenitor-macro v0.11.2 |
| 3330 | 2026-04-23T13:20:56.151Z | Compiling progenitor-macro v0.10.0 |
| 3331 | 2026-04-23T13:20:56.378Z | Compiling async-compression v0.4.41 |
| 3332 | 2026-04-23T13:20:56.572Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3333 | 2026-04-23T13:20:56.710Z | Compiling progenitor-client v0.11.2 |
| 3334 | 2026-04-23T13:20:56.842Z | Compiling password-hash v0.4.2 |
| 3335 | 2026-04-23T13:20:56.957Z | Compiling dropshot_endpoint v0.17.0 |
| 3336 | 2026-04-23T13:20:56.960Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3337 | 2026-04-23T13:20:57.349Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3338 | 2026-04-23T13:20:57.425Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3339 | 2026-04-23T13:20:57.603Z | Compiling secrecy v0.8.0 |
| 3340 | 2026-04-23T13:20:57.825Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3341 | 2026-04-23T13:20:57.966Z | Compiling half v1.8.3 |
| 3342 | 2026-04-23T13:20:58.231Z | Compiling http-range v0.1.5 |
| 3343 | 2026-04-23T13:20:58.375Z | Compiling path-slash v0.1.5 |
| 3344 | 2026-04-23T13:20:58.511Z | Compiling serde_cbor v0.11.2 |
| 3345 | 2026-04-23T13:20:58.737Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3346 | 2026-04-23T13:20:59.006Z | Compiling pbkdf2 v0.11.0 |
| 3347 | 2026-04-23T13:20:59.364Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3348 | 2026-04-23T13:20:59.684Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3349 | 2026-04-23T13:21:00.082Z | Compiling ssh-key v0.6.7 |
| 3350 | 2026-04-23T13:21:00.659Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3351 | 2026-04-23T13:21:00.906Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3352 | 2026-04-23T13:21:00.958Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3353 | 2026-04-23T13:21:01.068Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-04-23T13:21:01.488Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3355 | 2026-04-23T13:21:01.606Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3356 | 2026-04-23T13:21:01.686Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3357 | 2026-04-23T13:21:01.774Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3358 | 2026-04-23T13:21:01.885Z | Compiling p521 v0.13.3 |
| 3359 | 2026-04-23T13:21:01.992Z | Compiling p256 v0.13.2 |
| 3360 | 2026-04-23T13:21:02.216Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3361 | 2026-04-23T13:21:02.457Z | Compiling yasna v0.5.2 |
| 3362 | 2026-04-23T13:21:02.460Z | Compiling kstat-rs v0.2.4 |
| 3363 | 2026-04-23T13:21:02.552Z | Compiling headers-core v0.3.0 |
| 3364 | 2026-04-23T13:21:02.745Z | Compiling nanorand v0.7.0 |
| 3365 | 2026-04-23T13:21:02.844Z | Compiling atty v0.2.14 |
| 3366 | 2026-04-23T13:21:02.876Z | Compiling russh-cryptovec v0.7.3 |
| 3367 | 2026-04-23T13:21:02.914Z | Compiling md5 v0.7.0 |
| 3368 | 2026-04-23T13:21:03.024Z | Compiling home v0.5.12 |
| 3369 | 2026-04-23T13:21:03.151Z | Compiling crc8 v0.1.1 |
| 3370 | 2026-04-23T13:21:03.178Z | Compiling rcgen v0.12.1 |
| 3371 | 2026-04-23T13:21:03.206Z | Compiling russh-keys v0.45.0 |
| 3372 | 2026-04-23T13:21:03.236Z | Compiling progenitor v0.11.2 |
| 3373 | 2026-04-23T13:21:03.239Z | Compiling flume v0.11.1 |
| 3374 | 2026-04-23T13:21:03.303Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3375 | 2026-04-23T13:21:03.330Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3376 | 2026-04-23T13:21:03.355Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3377 | 2026-04-23T13:21:03.427Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3378 | 2026-04-23T13:21:03.474Z | Compiling headers v0.4.1 |
| 3379 | 2026-04-23T13:21:03.533Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3380 | 2026-04-23T13:21:03.558Z | Compiling progenitor v0.10.0 |
| 3381 | 2026-04-23T13:21:03.723Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3382 | 2026-04-23T13:21:03.786Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3383 | 2026-04-23T13:21:04.052Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3384 | 2026-04-23T13:21:04.259Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3385 | 2026-04-23T13:21:04.434Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3386 | 2026-04-23T13:21:04.570Z | Compiling hyper-staticfile v0.10.1 |
| 3387 | 2026-04-23T13:21:04.596Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3388 | 2026-04-23T13:21:04.600Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3389 | 2026-04-23T13:21:04.654Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3390 | 2026-04-23T13:21:04.853Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3391 | 2026-04-23T13:21:04.881Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3392 | 2026-04-23T13:21:04.912Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3393 | 2026-04-23T13:21:05.114Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3394 | 2026-04-23T13:21:05.257Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3395 | 2026-04-23T13:21:05.285Z | Compiling num-bigint v0.4.6 |
| 3396 | 2026-04-23T13:21:05.378Z | Compiling des v0.8.1 |
| 3397 | 2026-04-23T13:21:05.525Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3398 | 2026-04-23T13:21:05.585Z | Compiling subprocess v0.2.15 |
| 3399 | 2026-04-23T13:21:05.649Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3400 | 2026-04-23T13:21:05.674Z | Compiling display-error-chain v0.2.2 |
| 3401 | 2026-04-23T13:21:05.839Z | Compiling hex-literal v0.4.1 |
| 3402 | 2026-04-23T13:21:05.888Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3403 | 2026-04-23T13:21:06.014Z | Compiling colored v2.2.0 |
| 3404 | 2026-04-23T13:21:06.193Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3405 | 2026-04-23T13:21:06.221Z | Compiling internet-checksum v0.2.1 |
| 3406 | 2026-04-23T13:21:06.246Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3407 | 2026-04-23T13:21:06.957Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3408 | 2026-04-23T13:21:07.001Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3409 | 2026-04-23T13:21:07.062Z | Compiling russh v0.45.0 |
| 3410 | 2026-04-23T13:21:10.439Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3411 | 2026-04-23T13:21:11.331Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3412 | 2026-04-23T13:21:11.961Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3413 | 2026-04-23T13:21:12.958Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3414 | 2026-04-23T13:21:24.108Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3415 | 2026-04-23T13:21:24.108Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3416 | 2026-04-23T13:21:24.111Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3417 | 2026-04-23T13:21:24.111Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3418 | 2026-04-23T13:21:26.389Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3419 | 2026-04-23T13:21:26.478Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3420 | 2026-04-23T13:21:32.192Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3421 | 2026-04-23T13:22:02.701Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3422 | 2026-04-23T13:22:28.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 3423 | 2026-04-23T13:22:29.112Z | |
| 3424 | 2026-04-23T13:22:29.116Z | real 1:59.439698198 |
| 3425 | 2026-04-23T13:22:29.116Z | user 11:40.920787501 |
| 3426 | 2026-04-23T13:22:29.116Z | sys 2:04.918950537 |
| 3427 | 2026-04-23T13:22:29.116Z | trap 0.369314050 |
| 3428 | 2026-04-23T13:22:29.116Z | tflt 0.499899455 |
| 3429 | 2026-04-23T13:22:29.116Z | dflt 1.746121036 |
| 3430 | 2026-04-23T13:22:29.116Z | kflt 0.000265617 |
| 3431 | 2026-04-23T13:22:29.116Z | lock 40:01.413893428 |
| 3432 | 2026-04-23T13:22:29.116Z | slp 25:47.918549664 |
| 3433 | 2026-04-23T13:22:29.116Z | lat 44.463703669 |
| 3434 | 2026-04-23T13:22:29.116Z | stop 3:59.101273838 |
| 3435 | 2026-04-23T13:22:29.116Z | + mkdir tests |
| 3436 | 2026-04-23T13:22:29.119Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3437 | 2026-04-23T13:22:29.119Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3438 | 2026-04-23T13:22:29.140Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b1bc68e80128657d tests/ |
| 3439 | 2026-04-23T13:22:29.172Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2591d64deb37c086 tests/ |
| 3440 | 2026-04-23T13:22:29.203Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4942e29ae4ca8837 tests/ |
| 3441 | 2026-04-23T13:22:29.236Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ec2fae9151184196 tests/ |
| 3442 | 2026-04-23T13:22:29.598Z | + 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/*) |
| 3443 | 2026-04-23T13:22:29.601Z | + 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-2591d64deb37c086 tests/commtest-4942e29ae4ca8837 tests/dhcp_server-b1bc68e80128657d tests/end_to_end_tests-ec2fae9151184196 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 |
| 3444 | 2026-04-23T13:24:08.062Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3445 | 2026-04-23T13:24:08.062Z | a .github/buildomat/ci-env.sh 1K |
| 3446 | 2026-04-23T13:24:08.062Z | a out/target/test 1K |
| 3447 | 2026-04-23T13:24:08.063Z | a out/npuzone/npuzone 27402K |
| 3448 | 2026-04-23T13:24:08.063Z | a package-manifest.toml 35K |
| 3449 | 2026-04-23T13:24:08.063Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3450 | 2026-04-23T13:24:08.063Z | a target/release/omicron-package 45890K |
| 3451 | 2026-04-23T13:24:08.063Z | a target/release/xtask 11446K |
| 3452 | 2026-04-23T13:24:08.063Z | a target/debug/bootstrap 341412K |
| 3453 | 2026-04-23T13:24:08.063Z | a tests/bootstrap-2591d64deb37c086 31310K |
| 3454 | 2026-04-23T13:24:08.063Z | a tests/commtest-4942e29ae4ca8837 32395K |
| 3455 | 2026-04-23T13:24:08.063Z | a tests/dhcp_server-b1bc68e80128657d 31310K |
| 3456 | 2026-04-23T13:24:08.063Z | a tests/end_to_end_tests-ec2fae9151184196 383794K |
| 3457 | 2026-04-23T13:24:08.063Z | a out/clickhouse.tar.gz 313083K |
| 3458 | 2026-04-23T13:24:08.063Z | a out/clickhouse_keeper.tar.gz 298563K |
| 3459 | 2026-04-23T13:24:08.063Z | a out/clickhouse_server.tar.gz 313081K |
| 3460 | 2026-04-23T13:24:08.063Z | a out/cockroachdb.tar.gz 161238K |
| 3461 | 2026-04-23T13:24:08.063Z | a out/crucible-pantry-zone.tar.gz 44069K |
| 3462 | 2026-04-23T13:24:08.063Z | a out/crucible-utils.tar 17744K |
| 3463 | 2026-04-23T13:24:08.063Z | a out/crucible-zone.tar.gz 58207K |
| 3464 | 2026-04-23T13:24:08.063Z | a out/external-dns.tar.gz 48921K |
| 3465 | 2026-04-23T13:24:08.063Z | a out/internal-dns.tar.gz 48921K |
| 3466 | 2026-04-23T13:24:08.063Z | a out/mg-ddm-gz.tar 95141K |
| 3467 | 2026-04-23T13:24:08.063Z | a out/nexus.tar.gz 219445K |
| 3468 | 2026-04-23T13:24:08.063Z | a out/ntp.tar.gz 31924K |
| 3469 | 2026-04-23T13:24:08.063Z | a out/omicron-gateway-softnpu.tar.gz 28369K |
| 3470 | 2026-04-23T13:24:08.063Z | a out/omicron-sled-agent.tar 200798K |
| 3471 | 2026-04-23T13:24:08.063Z | a out/overlay.tar.gz 3K |
| 3472 | 2026-04-23T13:24:08.063Z | a out/oximeter.tar.gz 63498K |
| 3473 | 2026-04-23T13:24:08.063Z | a out/oxlog.tar 3782K |
| 3474 | 2026-04-23T13:24:08.063Z | a out/probe.tar.gz 3037K |
| 3475 | 2026-04-23T13:24:08.063Z | a out/propolis-server.tar.gz 38727K |
| 3476 | 2026-04-23T13:24:08.063Z | a out/pumpkind-gz.tar 26647K |
| 3477 | 2026-04-23T13:24:08.063Z | a out/switch-softnpu.tar.gz 390967K |
| 3478 | 2026-04-23T13:24:08.067Z | |
| 3479 | 2026-04-23T13:24:08.067Z | real 1:38.451653755 |
| 3480 | 2026-04-23T13:24:08.067Z | user 1:35.329894052 |
| 3481 | 2026-04-23T13:24:08.067Z | sys 6.539829929 |
| 3482 | 2026-04-23T13:24:08.067Z | trap 0.006917989 |
| 3483 | 2026-04-23T13:24:08.067Z | tflt 0.000000000 |
| 3484 | 2026-04-23T13:24:08.067Z | dflt 0.000000000 |
| 3485 | 2026-04-23T13:24:08.067Z | kflt 0.000000000 |
| 3486 | 2026-04-23T13:24:08.067Z | lock 0.000000000 |
| 3487 | 2026-04-23T13:24:08.067Z | slp 1:34.379556237 |
| 3488 | 2026-04-23T13:24:08.067Z | lat 0.641908315 |
| 3489 | 2026-04-23T13:24:08.067Z | stop 0.000197999 |
| 3490 | 2026-04-23T13:24:08.070Z | process exited: duration 1208576 ms, exit code 0 |
| |
| 3491 | 2026-04-23T13:24:08.086Z | found 1 output files |
| 3492 | 2026-04-23T13:24:08.087Z | uploading: /work/package.tar.gz (2402503519 bytes) |
| 3493 | 2026-04-23T13:24:36.788Z | uploaded: /work/package.tar.gz |