|
|
|
| 1 | 2026-05-26T21:12:20.213Z | job assigned to worker 01KSK21XJSWH08H4YPV8D4HCQ1 [factory aws, i-01eefa0a128f29c6c] (queued for 49 s) |
| |
| 2 | 2026-05-26T21:12:27.891Z | starting task 0: "setup" |
| 3 | 2026-05-26T21:12:27.896Z | ++ uname -s |
| 4 | 2026-05-26T21:12:27.899Z | + kern=SunOS |
| 5 | 2026-05-26T21:12:27.899Z | + build_user=build |
| 6 | 2026-05-26T21:12:27.899Z | + build_uid=12345 |
| 7 | 2026-05-26T21:12:27.899Z | + work_dir=/work |
| 8 | 2026-05-26T21:12:27.899Z | + input_dir=/input |
| 9 | 2026-05-26T21:12:27.899Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T21:12:27.899Z | + case "$kern" in |
| 11 | 2026-05-26T21:12:27.899Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T21:12:27.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T21:12:29.922Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T21:12:29.986Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T21:12:29.989Z | + home_fs=zfs |
| 16 | 2026-05-26T21:12:29.989Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T21:12:29.989Z | + mkdir -p /home/build |
| 18 | 2026-05-26T21:12:29.992Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T21:12:31.992Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T21:12:31.995Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-05-26T21:12:32.001Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T21:12:32.007Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T21:12:32.007Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-26T21:12:32.007Z | * rust toolchain profile = "default" |
| 25 | 2026-05-26T21:12:32.010Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-26T21:12:32.010Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T21:12:32.010Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T21:12:32.010Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T21:12:32.010Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T21:12:32.075Z | info: downloading installer |
| 31 | 2026-05-26T21:12:33.493Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T21:12:33.493Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T21:12:33.493Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T21:12:33.493Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T21:12:33.505Z | info: profile set to default |
| 36 | 2026-05-26T21:12:33.506Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T21:12:33.508Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T21:12:33.642Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T21:12:33.645Z | info: downloading 6 components |
| 40 | 2026-05-26T21:12:47.747Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-26T21:12:47.747Z | |
| 42 | 2026-05-26T21:12:47.782Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T21:12:47.782Z | |
| 44 | 2026-05-26T21:12:47.782Z | |
| 45 | 2026-05-26T21:12:47.782Z | Rust is installed now. Great! |
| 46 | 2026-05-26T21:12:47.782Z | |
| 47 | 2026-05-26T21:12:47.785Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T21:12:47.785Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T21:12:47.786Z | |
| 50 | 2026-05-26T21:12:47.786Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T21:12:47.786Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T21:12:47.786Z | |
| 53 | 2026-05-26T21:12:47.786Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T21:12:47.786Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T21:12:47.786Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T21:12:47.786Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T21:12:47.786Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T21:12:47.786Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T21:12:47.786Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T21:12:47.786Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T21:12:47.786Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T21:12:47.893Z | + rustup --version |
| 63 | 2026-05-26T21:12:47.899Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T21:12:47.899Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T21:12:47.921Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T21:12:47.924Z | + cargo --version |
| 67 | 2026-05-26T21:12:47.932Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T21:12:47.935Z | + rustc --version |
| 69 | 2026-05-26T21:12:47.956Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T21:12:47.961Z | process exited: duration 15959 ms, exit code 0 |
| |
| 71 | 2026-05-26T21:12:47.966Z | starting task 2: "authentication" |
| 72 | 2026-05-26T21:12:47.984Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-26T21:12:47.989Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T21:12:47.993Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T21:12:47.996Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T21:12:48.050Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T21:12:58.007Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T21:12:58.007Z | + git fetch origin 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 79 | 2026-05-26T21:12:58.276Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T21:12:58.276Z | * branch 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 -> FETCH_HEAD |
| 81 | 2026-05-26T21:12:58.291Z | + [[ -n bump_crucible_propolis ]] |
| 82 | 2026-05-26T21:12:58.294Z | ++ git branch --show-current |
| 83 | 2026-05-26T21:12:58.297Z | + current=main |
| 84 | 2026-05-26T21:12:58.297Z | + [[ main != bump_crucible_propolis ]] |
| 85 | 2026-05-26T21:12:58.297Z | + git branch -f bump_crucible_propolis 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 86 | 2026-05-26T21:12:58.300Z | + git checkout -f bump_crucible_propolis |
| 87 | 2026-05-26T21:12:58.538Z | Switched to branch 'bump_crucible_propolis' |
| 88 | 2026-05-26T21:12:58.541Z | + git reset --hard 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 89 | 2026-05-26T21:12:58.558Z | HEAD is now at 5ebb5b03c add UpstairsDegradedReason::InvalidState |
| 90 | 2026-05-26T21:12:58.561Z | process exited: duration 10570 ms, exit code 0 |
| |
| 91 | 2026-05-26T21:12:58.567Z | starting task 4: "build" |
| 92 | 2026-05-26T21:12:58.573Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-26T21:12:58.573Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-26T21:12:58.573Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-26T21:12:58.573Z | + cargo --version |
| 96 | 2026-05-26T21:12:58.583Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-26T21:12:58.586Z | + rustc --version |
| 98 | 2026-05-26T21:12:58.606Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-26T21:12:58.609Z | + WORK=/work |
| 100 | 2026-05-26T21:12:58.609Z | + pfexec mkdir -p /work |
| 101 | 2026-05-26T21:12:58.613Z | + pfexec chown build /work |
| 102 | 2026-05-26T21:12:58.616Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-26T21:13:01.118Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-26T21:13:01.199Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-26T21:13:01.469Z | Planning: Solver setup ... Done (0.228s) |
| 106 | 2026-05-26T21:13:01.488Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-26T21:13:01.506Z | Planning: Finding local manifests ... Done (0.015s) |
| 108 | 2026-05-26T21:13:01.517Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-26T21:13:01.534Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-26T21:13:01.549Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-26T21:13:01.552Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-26T21:13:01.757Z | Planning: Checking for conflicting actions ... Done (0.207s) |
| 113 | 2026-05-26T21:13:01.761Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-26T21:13:03.891Z | Planning: Evaluating mediators ... Done (2.133s) |
| 115 | 2026-05-26T21:13:03.894Z | Planning: Planning completed in 2.67 seconds |
| 116 | 2026-05-26T21:13:03.902Z | Packages to install: 2 |
| 117 | 2026-05-26T21:13:03.902Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-26T21:13:03.902Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-26T21:13:03.902Z | Create boot environment: No |
| 120 | 2026-05-26T21:13:03.902Z | Create backup boot environment: No |
| 121 | 2026-05-26T21:13:03.902Z | Rebuild boot archive: No |
| 122 | 2026-05-26T21:13:03.905Z | |
| 123 | 2026-05-26T21:13:03.905Z | Changed packages: |
| 124 | 2026-05-26T21:13:03.905Z | helios |
| 125 | 2026-05-26T21:13:03.905Z | developer/build-essential |
| 126 | 2026-05-26T21:13:03.905Z | None -> 11-3.0 |
| 127 | 2026-05-26T21:13:03.905Z | library/libxmlsec1 |
| 128 | 2026-05-26T21:13:03.905Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-26T21:13:03.974Z | |
| 130 | 2026-05-26T21:13:03.974Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-26T21:13:04.620Z | Download: Completed 1.28 MB in 0.65 seconds (2.0M/s) |
| 132 | 2026-05-26T21:13:04.674Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-26T21:13:04.723Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-26T21:13:04.757Z | Finalize: Updating package state database ... Done (0.034s) |
| 135 | 2026-05-26T21:13:04.757Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-26T21:13:04.776Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-26T21:13:07.867Z | Finalize: Creating fast lookup database ... Done (3.067s) |
| 138 | 2026-05-26T21:13:07.951Z | Finalize: Reading search index ... Done (0.024s) |
| 139 | 2026-05-26T21:13:07.954Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-26T21:13:08.035Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-26T21:13:08.336Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-26T21:13:08.445Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-26T21:13:08.448Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-26T21:13:08.603Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-26T21:13:08.607Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-26T21:13:08.628Z | Mediators to change: 2 |
| 147 | 2026-05-26T21:13:08.628Z | Create boot environment: No |
| 148 | 2026-05-26T21:13:08.628Z | Create backup boot environment: No |
| 149 | 2026-05-26T21:13:08.676Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-26T21:13:08.677Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-26T21:13:08.688Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-26T21:13:10.634Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-26T21:13:10.697Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-26T21:13:10.700Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-26T21:13:10.781Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-26T21:13:11.068Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-26T21:13:11.176Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-26T21:13:11.179Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-26T21:13:11.336Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-26T21:13:11.338Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-26T21:13:11.359Z | Mediators to change: 1 |
| 162 | 2026-05-26T21:13:11.359Z | Create boot environment: No |
| 163 | 2026-05-26T21:13:11.359Z | Create backup boot environment: No |
| 164 | 2026-05-26T21:13:11.402Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-26T21:13:11.402Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-26T21:13:11.413Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-26T21:13:13.350Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-26T21:13:13.412Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-26T21:13:13.414Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-26T21:13:13.481Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-26T21:13:13.789Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-26T21:13:13.789Z | apache system 2.4 system |
| 173 | 2026-05-26T21:13:13.789Z | clang system 15 system |
| 174 | 2026-05-26T21:13:13.790Z | csh system system illumos |
| 175 | 2026-05-26T21:13:13.790Z | ctags system system illumos |
| 176 | 2026-05-26T21:13:13.790Z | file vendor vendor darwinsys |
| 177 | 2026-05-26T21:13:13.790Z | file system system illumos |
| 178 | 2026-05-26T21:13:13.790Z | gcc vendor 14 vendor |
| 179 | 2026-05-26T21:13:13.790Z | gcc system 13 system |
| 180 | 2026-05-26T21:13:13.790Z | gcc system 10 system |
| 181 | 2026-05-26T21:13:13.790Z | go system 1.25 system |
| 182 | 2026-05-26T21:13:13.790Z | llvm system 15 system |
| 183 | 2026-05-26T21:13:13.790Z | mariadb system 11.4 system |
| 184 | 2026-05-26T21:13:13.790Z | mta vendor vendor dma |
| 185 | 2026-05-26T21:13:13.790Z | openjdk system 17 system |
| 186 | 2026-05-26T21:13:13.790Z | openjdk system 11 system |
| 187 | 2026-05-26T21:13:13.790Z | openssl vendor 3 vendor |
| 188 | 2026-05-26T21:13:13.790Z | perl system 5.40 system |
| 189 | 2026-05-26T21:13:13.790Z | postgresql system 18 system |
| 190 | 2026-05-26T21:13:13.790Z | postgresql system 17 system |
| 191 | 2026-05-26T21:13:13.790Z | python vendor 3 vendor |
| 192 | 2026-05-26T21:13:13.790Z | python system 2 system |
| 193 | 2026-05-26T21:13:13.790Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-26T21:13:13.790Z | ruby system 3.4 system |
| 195 | 2026-05-26T21:13:13.790Z | ruby system 3.0 system |
| 196 | 2026-05-26T21:13:13.790Z | words vendor vendor american-english |
| 197 | 2026-05-26T21:13:13.790Z | words system system australian-english |
| 198 | 2026-05-26T21:13:13.790Z | words system system british-english |
| 199 | 2026-05-26T21:13:13.790Z | words system system canadian-english |
| 200 | 2026-05-26T21:13:13.790Z | words system system french |
| 201 | 2026-05-26T21:13:13.790Z | words system system italian |
| 202 | 2026-05-26T21:13:13.790Z | words system system ngerman |
| 203 | 2026-05-26T21:13:13.790Z | words system system ogerman |
| 204 | 2026-05-26T21:13:13.790Z | words system system spanish |
| 205 | 2026-05-26T21:13:14.048Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-26T21:13:14.048Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-26T21:13:14.324Z | FMRI IFO |
| 208 | 2026-05-26T21:13:14.324Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-26T21:13:14.324Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-26T21:13:14.324Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-26T21:13:14.324Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-26T21:13:14.324Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-26T21:13:14.324Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-26T21:13:14.324Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-26T21:13:14.324Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-26T21:13:14.324Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-26T21:13:14.571Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-26T21:13:14.901Z | Updating crates.io index |
| 219 | 2026-05-26T21:13:14.934Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-26T21:13:15.203Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-26T21:13:16.038Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-26T21:13:16.492Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-26T21:13:17.786Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-26T21:13:18.318Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-26T21:13:19.897Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-26T21:13:20.659Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-26T21:13:21.044Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-26T21:13:21.832Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-26T21:13:22.187Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-26T21:13:22.582Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-26T21:13:22.988Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-26T21:13:23.889Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-26T21:13:24.447Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-26T21:13:24.903Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-26T21:13:25.233Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-26T21:13:25.642Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-26T21:13:26.078Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-26T21:13:26.455Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-26T21:13:26.723Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-26T21:13:27.003Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-26T21:13:27.463Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-26T21:13:27.872Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-26T21:13:28.249Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-26T21:13:28.719Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-26T21:13:29.078Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-26T21:13:29.420Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-26T21:13:30.581Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-26T21:13:30.848Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-26T21:13:31.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-26T21:13:31.999Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-26T21:13:32.307Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-26T21:13:32.681Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-26T21:13:33.007Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-26T21:13:33.563Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-26T21:13:34.149Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-26T21:13:34.501Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-26T21:13:34.789Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-26T21:13:35.162Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-26T21:13:46.576Z | Downloading crates ... |
| 260 | 2026-05-26T21:13:46.627Z | Downloaded anstyle-query v1.1.5 |
| 261 | 2026-05-26T21:13:46.637Z | Downloaded anstream v0.6.21 |
| 262 | 2026-05-26T21:13:46.641Z | Downloaded cargo_metadata v0.21.0 |
| 263 | 2026-05-26T21:13:46.643Z | Downloaded bytecount v0.6.9 |
| 264 | 2026-05-26T21:13:46.643Z | Downloaded serde-value v0.7.0 |
| 265 | 2026-05-26T21:13:46.643Z | Downloaded ordered-float v2.10.1 |
| 266 | 2026-05-26T21:13:46.646Z | Downloaded potential_utf v0.1.4 |
| 267 | 2026-05-26T21:13:46.649Z | Downloaded equivalent v1.0.2 |
| 268 | 2026-05-26T21:13:46.649Z | Downloaded crypto-common v0.1.7 |
| 269 | 2026-05-26T21:13:46.649Z | Downloaded strsim v0.11.1 |
| 270 | 2026-05-26T21:13:46.652Z | Downloaded tabled_derive v0.7.0 |
| 271 | 2026-05-26T21:13:46.652Z | Downloaded memmap v0.7.0 |
| 272 | 2026-05-26T21:13:46.654Z | Downloaded proc-macro-error-attr v1.0.4 |
| 273 | 2026-05-26T21:13:46.654Z | Downloaded toml_datetime v0.6.11 |
| 274 | 2026-05-26T21:13:46.654Z | Downloaded percent-encoding v2.3.2 |
| 275 | 2026-05-26T21:13:46.657Z | Downloaded utf8parse v0.2.2 |
| 276 | 2026-05-26T21:13:46.660Z | Downloaded toml_write v0.1.2 |
| 277 | 2026-05-26T21:13:46.663Z | Downloaded heck v0.5.0 |
| 278 | 2026-05-26T21:13:46.666Z | Downloaded utf8_iter v1.0.4 |
| 279 | 2026-05-26T21:13:46.666Z | Downloaded typeid v1.0.3 |
| 280 | 2026-05-26T21:13:46.666Z | Downloaded writeable v0.6.2 |
| 281 | 2026-05-26T21:13:46.668Z | Downloaded unicode-xid v0.2.6 |
| 282 | 2026-05-26T21:13:46.671Z | Downloaded cargo_toml v0.21.0 |
| 283 | 2026-05-26T21:13:46.671Z | Downloaded camino-tempfile v1.4.1 |
| 284 | 2026-05-26T21:13:46.671Z | Downloaded camino v1.2.2 |
| 285 | 2026-05-26T21:13:46.674Z | Downloaded byteorder v1.5.0 |
| 286 | 2026-05-26T21:13:46.676Z | Downloaded usdt v0.5.0 |
| 287 | 2026-05-26T21:13:46.676Z | Downloaded macaddr v1.0.1 |
| 288 | 2026-05-26T21:13:46.676Z | Downloaded unicode-linebreak v0.1.5 |
| 289 | 2026-05-26T21:13:46.676Z | Downloaded scroll_derive v0.12.1 |
| 290 | 2026-05-26T21:13:46.679Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-05-26T21:13:46.679Z | Downloaded usdt-macro v0.5.0 |
| 292 | 2026-05-26T21:13:46.679Z | Downloaded errno v0.3.14 |
| 293 | 2026-05-26T21:13:46.682Z | Downloaded version_check v0.9.5 |
| 294 | 2026-05-26T21:13:46.685Z | Downloaded serde_tokenstream v0.2.3 |
| 295 | 2026-05-26T21:13:46.685Z | Downloaded semver v1.0.28 |
| 296 | 2026-05-26T21:13:46.688Z | Downloaded cargo-util-schemas v0.8.2 |
| 297 | 2026-05-26T21:13:46.688Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-26T21:13:46.690Z | Downloaded thread-id v4.2.2 |
| 299 | 2026-05-26T21:13:46.691Z | Downloaded block-buffer v0.10.4 |
| 300 | 2026-05-26T21:13:46.691Z | Downloaded zerofrom v0.1.6 |
| 301 | 2026-05-26T21:13:46.697Z | Downloaded unicode-ident v1.0.24 |
| 302 | 2026-05-26T21:13:46.699Z | Downloaded thiserror-impl v2.0.18 |
| 303 | 2026-05-26T21:13:46.699Z | Downloaded serde_derive v1.0.228 |
| 304 | 2026-05-26T21:13:46.702Z | Downloaded toml_edit v0.22.27 |
| 305 | 2026-05-26T21:13:46.705Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-05-26T21:13:46.705Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-05-26T21:13:46.705Z | Downloaded usdt-impl v0.5.0 |
| 308 | 2026-05-26T21:13:46.705Z | Downloaded stable_deref_trait v1.2.1 |
| 309 | 2026-05-26T21:13:46.705Z | Downloaded smawk v0.3.2 |
| 310 | 2026-05-26T21:13:46.708Z | Downloaded plain v0.2.3 |
| 311 | 2026-05-26T21:13:46.708Z | Downloaded yoke v0.8.1 |
| 312 | 2026-05-26T21:13:46.708Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-05-26T21:13:46.711Z | Downloaded dof v0.3.0 |
| 314 | 2026-05-26T21:13:46.711Z | Downloaded icu_properties v2.1.2 |
| 315 | 2026-05-26T21:13:46.711Z | Downloaded form_urlencoded v1.2.2 |
| 316 | 2026-05-26T21:13:46.711Z | Downloaded zerovec-derive v0.11.2 |
| 317 | 2026-05-26T21:13:46.714Z | Downloaded heck v0.4.1 |
| 318 | 2026-05-26T21:13:46.714Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-05-26T21:13:46.716Z | Downloaded tinystr v0.8.2 |
| 320 | 2026-05-26T21:13:46.716Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-05-26T21:13:46.719Z | Downloaded toml v0.8.23 |
| 322 | 2026-05-26T21:13:46.719Z | Downloaded fnv v1.0.7 |
| 323 | 2026-05-26T21:13:46.719Z | Downloaded cpufeatures v0.2.17 |
| 324 | 2026-05-26T21:13:46.722Z | Downloaded idna_adapter v1.2.1 |
| 325 | 2026-05-26T21:13:46.722Z | Downloaded zmij v1.0.21 |
| 326 | 2026-05-26T21:13:46.722Z | Downloaded cfg-if v1.0.4 |
| 327 | 2026-05-26T21:13:46.724Z | Downloaded clap_lex v1.0.0 |
| 328 | 2026-05-26T21:13:46.725Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-05-26T21:13:46.725Z | Downloaded dtrace-parser v0.2.0 |
| 330 | 2026-05-26T21:13:46.725Z | Downloaded thiserror v1.0.69 |
| 331 | 2026-05-26T21:13:46.728Z | Downloaded generic-array v0.14.7 |
| 332 | 2026-05-26T21:13:46.730Z | Downloaded cargo-platform v0.2.0 |
| 333 | 2026-05-26T21:13:46.730Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-05-26T21:13:46.733Z | Downloaded proc-macro-error v1.0.4 |
| 335 | 2026-05-26T21:13:46.735Z | Downloaded zerocopy-derive v0.7.35 |
| 336 | 2026-05-26T21:13:46.739Z | Downloaded fastrand v2.3.0 |
| 337 | 2026-05-26T21:13:46.739Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-05-26T21:13:46.742Z | Downloaded swrite v0.1.0 |
| 339 | 2026-05-26T21:13:46.745Z | Downloaded zerotrie v0.2.3 |
| 340 | 2026-05-26T21:13:46.748Z | Downloaded terminal_size v0.4.3 |
| 341 | 2026-05-26T21:13:46.748Z | Downloaded typenum v1.19.0 |
| 342 | 2026-05-26T21:13:46.754Z | Downloaded quote v1.0.45 |
| 343 | 2026-05-26T21:13:46.756Z | Downloaded clap v4.5.60 |
| 344 | 2026-05-26T21:13:46.760Z | Downloaded pest_generator v2.8.6 |
| 345 | 2026-05-26T21:13:46.763Z | Downloaded url v2.5.8 |
| 346 | 2026-05-26T21:13:46.763Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2026-05-26T21:13:46.765Z | Downloaded bitflags v2.11.0 |
| 348 | 2026-05-26T21:13:46.766Z | Downloaded zerovec v0.11.5 |
| 349 | 2026-05-26T21:13:46.768Z | Downloaded scroll v0.12.0 |
| 350 | 2026-05-26T21:13:46.771Z | Downloaded fs-err v3.3.0 |
| 351 | 2026-05-26T21:13:46.771Z | Downloaded synstructure v0.13.2 |
| 352 | 2026-05-26T21:13:46.771Z | Downloaded displaydoc v0.2.5 |
| 353 | 2026-05-26T21:13:46.774Z | Downloaded itoa v1.0.17 |
| 354 | 2026-05-26T21:13:46.774Z | Downloaded anstyle-parse v0.2.7 |
| 355 | 2026-05-26T21:13:46.776Z | Downloaded zerocopy v0.7.35 |
| 356 | 2026-05-26T21:13:46.782Z | Downloaded pest_derive v2.8.6 |
| 357 | 2026-05-26T21:13:46.785Z | Downloaded winnow v0.7.14 |
| 358 | 2026-05-26T21:13:46.788Z | Downloaded serde-untagged v0.1.9 |
| 359 | 2026-05-26T21:13:46.791Z | Downloaded icu_normalizer v2.1.1 |
| 360 | 2026-05-26T21:13:46.791Z | Downloaded digest v0.10.7 |
| 361 | 2026-05-26T21:13:46.794Z | Downloaded anstyle v1.0.13 |
| 362 | 2026-05-26T21:13:46.794Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-05-26T21:13:46.797Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-05-26T21:13:46.800Z | Downloaded sha2 v0.10.9 |
| 365 | 2026-05-26T21:13:46.803Z | Downloaded clap_derive v4.5.55 |
| 366 | 2026-05-26T21:13:46.803Z | Downloaded smallvec v1.15.1 |
| 367 | 2026-05-26T21:13:46.806Z | Downloaded autocfg v1.5.0 |
| 368 | 2026-05-26T21:13:46.806Z | Downloaded litemap v0.8.1 |
| 369 | 2026-05-26T21:13:46.810Z | Downloaded once_cell v1.21.3 |
| 370 | 2026-05-26T21:13:46.813Z | Downloaded indexmap v2.14.0 |
| 371 | 2026-05-26T21:13:46.816Z | Downloaded anyhow v1.0.102 |
| 372 | 2026-05-26T21:13:46.822Z | Downloaded erased-serde v0.4.9 |
| 373 | 2026-05-26T21:13:46.824Z | Downloaded log v0.4.29 |
| 374 | 2026-05-26T21:13:46.828Z | Downloaded getrandom v0.4.1 |
| 375 | 2026-05-26T21:13:46.831Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-05-26T21:13:46.833Z | Downloaded icu_provider v2.1.1 |
| 377 | 2026-05-26T21:13:46.833Z | Downloaded icu_locale_core v2.1.1 |
| 378 | 2026-05-26T21:13:46.836Z | Downloaded papergrid v0.11.0 |
| 379 | 2026-05-26T21:13:46.845Z | Downloaded num-traits v0.2.19 |
| 380 | 2026-05-26T21:13:46.847Z | Downloaded proc-macro2 v1.0.106 |
| 381 | 2026-05-26T21:13:46.851Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-05-26T21:13:46.851Z | Downloaded tempfile v3.25.0 |
| 383 | 2026-05-26T21:13:46.854Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-05-26T21:13:46.864Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-26T21:13:46.867Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-26T21:13:46.871Z | Downloaded serde v1.0.228 |
| 387 | 2026-05-26T21:13:46.900Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-26T21:13:46.913Z | Downloaded idna v1.1.0 |
| 389 | 2026-05-26T21:13:46.916Z | Downloaded goblin v0.8.2 |
| 390 | 2026-05-26T21:13:46.919Z | Downloaded icu_properties_data v2.1.2 |
| 391 | 2026-05-26T21:13:46.923Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-26T21:13:46.933Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-05-26T21:13:46.941Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-26T21:13:46.949Z | Downloaded clap_builder v4.5.60 |
| 395 | 2026-05-26T21:13:46.956Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-26T21:13:46.962Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-26T21:13:46.971Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-26T21:13:46.998Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-26T21:13:47.062Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-26T21:13:47.062Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-26T21:13:47.062Z | Compiling quote v1.0.45 |
| 402 | 2026-05-26T21:13:47.062Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-26T21:13:47.065Z | Compiling libc v0.2.185 |
| 404 | 2026-05-26T21:13:47.066Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-26T21:13:47.066Z | Compiling serde v1.0.228 |
| 406 | 2026-05-26T21:13:47.066Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-26T21:13:47.066Z | Compiling memchr v2.8.0 |
| 408 | 2026-05-26T21:13:47.066Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-26T21:13:47.067Z | Compiling thiserror v1.0.69 |
| 410 | 2026-05-26T21:13:47.067Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-26T21:13:47.067Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-26T21:13:47.245Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-05-26T21:13:47.248Z | Compiling writeable v0.6.2 |
| 414 | 2026-05-26T21:13:47.427Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-26T21:13:47.550Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-26T21:13:47.614Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-26T21:13:47.680Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-26T21:13:47.697Z | Compiling rustix v1.1.3 |
| 419 | 2026-05-26T21:13:47.715Z | Compiling pest v2.8.6 |
| 420 | 2026-05-26T21:13:47.844Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-26T21:13:47.990Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-26T21:13:48.046Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-26T21:13:48.166Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-26T21:13:48.252Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-26T21:13:48.285Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-26T21:13:48.304Z | Compiling equivalent v1.0.2 |
| 427 | 2026-05-26T21:13:48.324Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-26T21:13:48.359Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-26T21:13:48.515Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-26T21:13:48.552Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-26T21:13:48.589Z | Compiling errno v0.3.14 |
| 432 | 2026-05-26T21:13:48.632Z | Compiling thread-id v4.2.2 |
| 433 | 2026-05-26T21:13:48.651Z | Compiling toml_write v0.1.2 |
| 434 | 2026-05-26T21:13:48.654Z | Compiling syn v1.0.109 |
| 435 | 2026-05-26T21:13:48.780Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-26T21:13:48.783Z | Compiling getrandom v0.4.1 |
| 437 | 2026-05-26T21:13:48.783Z | Compiling thiserror v2.0.18 |
| 438 | 2026-05-26T21:13:48.835Z | Compiling pest_meta v2.8.6 |
| 439 | 2026-05-26T21:13:48.914Z | Compiling utf8parse v0.2.2 |
| 440 | 2026-05-26T21:13:48.951Z | Compiling camino v1.2.2 |
| 441 | 2026-05-26T21:13:49.020Z | Compiling indexmap v2.14.0 |
| 442 | 2026-05-26T21:13:49.061Z | Compiling utf8_iter v1.0.4 |
| 443 | 2026-05-26T21:13:49.079Z | Compiling plain v0.2.3 |
| 444 | 2026-05-26T21:13:49.096Z | Compiling log v0.4.29 |
| 445 | 2026-05-26T21:13:49.116Z | Compiling percent-encoding v2.3.2 |
| 446 | 2026-05-26T21:13:49.173Z | Compiling syn v2.0.117 |
| 447 | 2026-05-26T21:13:49.250Z | Compiling ordered-float v2.10.1 |
| 448 | 2026-05-26T21:13:49.266Z | Compiling form_urlencoded v1.2.2 |
| 449 | 2026-05-26T21:13:49.338Z | Compiling anstyle-parse v0.2.7 |
| 450 | 2026-05-26T21:13:49.401Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-26T21:13:49.443Z | Compiling anstyle v1.0.13 |
| 452 | 2026-05-26T21:13:49.446Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-05-26T21:13:49.478Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-26T21:13:49.544Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-26T21:13:49.550Z | Compiling cfg-if v1.0.4 |
| 456 | 2026-05-26T21:13:49.628Z | Compiling anstream v0.6.21 |
| 457 | 2026-05-26T21:13:49.664Z | Compiling terminal_size v0.4.3 |
| 458 | 2026-05-26T21:13:49.666Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-26T21:13:49.666Z | Compiling strsim v0.11.1 |
| 460 | 2026-05-26T21:13:49.720Z | Compiling once_cell v1.21.3 |
| 461 | 2026-05-26T21:13:49.738Z | Compiling clap_lex v1.0.0 |
| 462 | 2026-05-26T21:13:49.741Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-05-26T21:13:49.818Z | Compiling fnv v1.0.7 |
| 464 | 2026-05-26T21:13:49.836Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-05-26T21:13:49.897Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-26T21:13:49.914Z | Compiling bytecount v0.6.9 |
| 467 | 2026-05-26T21:13:49.933Z | Compiling heck v0.4.1 |
| 468 | 2026-05-26T21:13:49.952Z | Compiling heck v0.5.0 |
| 469 | 2026-05-26T21:13:49.975Z | Compiling fastrand v2.3.0 |
| 470 | 2026-05-26T21:13:50.130Z | Compiling semver v1.0.28 |
| 471 | 2026-05-26T21:13:50.179Z | Compiling papergrid v0.11.0 |
| 472 | 2026-05-26T21:13:50.221Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-26T21:13:50.226Z | Compiling clap_builder v4.5.60 |
| 474 | 2026-05-26T21:13:50.244Z | Compiling memmap v0.7.0 |
| 475 | 2026-05-26T21:13:50.281Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-26T21:13:50.305Z | Compiling smawk v0.3.2 |
| 477 | 2026-05-26T21:13:50.499Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-26T21:13:50.519Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-26T21:13:50.543Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-26T21:13:50.606Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-26T21:13:50.625Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-26T21:13:50.695Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-26T21:13:51.024Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-26T21:13:51.662Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-26T21:13:51.686Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-26T21:13:51.686Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-26T21:13:52.351Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-26T21:13:52.351Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-26T21:13:52.394Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-26T21:13:52.395Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-26T21:13:52.395Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-26T21:13:52.395Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-26T21:13:52.395Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-26T21:13:52.395Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-05-26T21:13:52.395Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-26T21:13:52.395Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-26T21:13:52.395Z | Compiling clap_derive v4.5.55 |
| 498 | 2026-05-26T21:13:53.150Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-26T21:13:53.251Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-26T21:13:53.279Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-26T21:13:53.384Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-26T21:13:53.390Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-26T21:13:53.499Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-26T21:13:53.565Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-26T21:13:53.566Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-26T21:13:53.715Z | Compiling clap v4.5.60 |
| 507 | 2026-05-26T21:13:53.999Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-26T21:13:53.999Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-26T21:13:54.128Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-26T21:13:54.149Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-26T21:13:54.691Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-26T21:13:54.837Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-26T21:13:54.838Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-05-26T21:13:54.841Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-26T21:13:54.841Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-26T21:13:54.841Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-26T21:13:54.841Z | Compiling dof v0.3.0 |
| 518 | 2026-05-26T21:13:54.841Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-05-26T21:13:54.907Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-26T21:13:54.925Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-26T21:13:55.153Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-26T21:13:55.650Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-26T21:13:55.650Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-05-26T21:13:55.798Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-26T21:13:55.908Z | Compiling idna v1.1.0 |
| 526 | 2026-05-26T21:13:56.169Z | Compiling url v2.5.8 |
| 527 | 2026-05-26T21:13:56.243Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-26T21:13:56.355Z | Compiling toml v0.8.23 |
| 529 | 2026-05-26T21:13:56.673Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-26T21:13:56.673Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-26T21:13:57.440Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-26T21:13:58.355Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-26T21:14:00.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.09s |
| 534 | 2026-05-26T21:14:00.755Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-26T21:14:01.305Z | Downloading crates ... |
| 536 | 2026-05-26T21:14:01.405Z | Downloaded async-recursion v1.1.1 |
| 537 | 2026-05-26T21:14:01.412Z | Downloaded crunchy v0.2.4 |
| 538 | 2026-05-26T21:14:01.415Z | Downloaded atomicwrites v0.4.4 |
| 539 | 2026-05-26T21:14:01.415Z | Downloaded aes v0.8.4 |
| 540 | 2026-05-26T21:14:01.415Z | Downloaded adler2 v2.0.1 |
| 541 | 2026-05-26T21:14:01.418Z | Downloaded crucible-workspace-hack v0.1.0 |
| 542 | 2026-05-26T21:14:01.422Z | Downloaded crc8 v0.1.1 |
| 543 | 2026-05-26T21:14:01.425Z | Downloaded aes-gcm v0.10.3 |
| 544 | 2026-05-26T21:14:01.427Z | Downloaded crossterm v0.29.0 |
| 545 | 2026-05-26T21:14:01.430Z | Downloaded crc32fast v1.5.0 |
| 546 | 2026-05-26T21:14:01.433Z | Downloaded aws-lc-rs v1.16.3 |
| 547 | 2026-05-26T21:14:01.437Z | Downloaded ctr v0.9.2 |
| 548 | 2026-05-26T21:14:01.440Z | Downloaded derive-ex v0.1.8 |
| 549 | 2026-05-26T21:14:01.440Z | Downloaded defmt v0.3.100 |
| 550 | 2026-05-26T21:14:01.444Z | Downloaded darling v0.20.11 |
| 551 | 2026-05-26T21:14:01.447Z | Downloaded cassowary v0.3.0 |
| 552 | 2026-05-26T21:14:01.447Z | Downloaded chacha20poly1305 v0.10.1 |
| 553 | 2026-05-26T21:14:01.447Z | Downloaded cfg_aliases v0.1.1 |
| 554 | 2026-05-26T21:14:01.449Z | Downloaded compression-codecs v0.4.37 |
| 555 | 2026-05-26T21:14:01.449Z | Downloaded data-encoding v2.10.0 |
| 556 | 2026-05-26T21:14:01.452Z | Downloaded base16ct v0.2.0 |
| 557 | 2026-05-26T21:14:01.452Z | Downloaded atty v0.2.14 |
| 558 | 2026-05-26T21:14:01.452Z | Downloaded aead v0.5.2 |
| 559 | 2026-05-26T21:14:01.455Z | Downloaded bit-vec v0.8.0 |
| 560 | 2026-05-26T21:14:01.455Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 561 | 2026-05-26T21:14:01.455Z | Downloaded darling v0.23.0 |
| 562 | 2026-05-26T21:14:01.458Z | Downloaded cstr-argument v0.1.2 |
| 563 | 2026-05-26T21:14:01.460Z | Downloaded block-padding v0.3.3 |
| 564 | 2026-05-26T21:14:01.461Z | Downloaded const-oid v0.9.6 |
| 565 | 2026-05-26T21:14:01.463Z | Downloaded display-error-chain v0.2.2 |
| 566 | 2026-05-26T21:14:01.463Z | Downloaded dunce v1.0.5 |
| 567 | 2026-05-26T21:14:01.463Z | Downloaded chacha20 v0.9.1 |
| 568 | 2026-05-26T21:14:01.466Z | Downloaded darling_core v0.13.4 |
| 569 | 2026-05-26T21:14:01.466Z | Downloaded async-stream v0.3.6 |
| 570 | 2026-05-26T21:14:01.469Z | Downloaded async-bb8-diesel v0.2.1 |
| 571 | 2026-05-26T21:14:01.472Z | Downloaded float-ord v0.3.2 |
| 572 | 2026-05-26T21:14:01.472Z | Downloaded bzip2 v0.6.1 |
| 573 | 2026-05-26T21:14:01.472Z | Downloaded darling_macro v0.23.0 |
| 574 | 2026-05-26T21:14:01.475Z | Downloaded compression-core v0.4.31 |
| 575 | 2026-05-26T21:14:01.475Z | Downloaded camino-tempfile-ext v0.3.3 |
| 576 | 2026-05-26T21:14:01.475Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-05-26T21:14:01.475Z | Downloaded darling v0.13.4 |
| 578 | 2026-05-26T21:14:01.477Z | Downloaded const_format_proc_macros v0.2.34 |
| 579 | 2026-05-26T21:14:01.480Z | Downloaded bzip2 v0.4.4 |
| 580 | 2026-05-26T21:14:01.480Z | Downloaded cipher v0.4.4 |
| 581 | 2026-05-26T21:14:01.483Z | Downloaded bitfield v0.19.4 |
| 582 | 2026-05-26T21:14:01.483Z | Downloaded argon2 v0.5.3 |
| 583 | 2026-05-26T21:14:01.483Z | Downloaded backoff v0.4.0 |
| 584 | 2026-05-26T21:14:01.485Z | Downloaded csv-core v0.1.13 |
| 585 | 2026-05-26T21:14:01.486Z | Downloaded endian-type v0.1.2 |
| 586 | 2026-05-26T21:14:01.486Z | Downloaded cpufeatures v0.3.0 |
| 587 | 2026-05-26T21:14:01.488Z | Downloaded document-features v0.2.12 |
| 588 | 2026-05-26T21:14:01.489Z | Downloaded crc-catalog v2.4.0 |
| 589 | 2026-05-26T21:14:01.491Z | Downloaded derive_builder_macro v0.20.2 |
| 590 | 2026-05-26T21:14:01.491Z | Downloaded ciborium-ll v0.2.2 |
| 591 | 2026-05-26T21:14:01.491Z | Downloaded atomic-waker v1.1.2 |
| 592 | 2026-05-26T21:14:01.495Z | Downloaded dirs-next v2.0.0 |
| 593 | 2026-05-26T21:14:01.495Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 594 | 2026-05-26T21:14:01.495Z | Downloaded embedded-io v0.6.1 |
| 595 | 2026-05-26T21:14:01.495Z | Downloaded ascii-canvas v3.0.0 |
| 596 | 2026-05-26T21:14:01.498Z | Downloaded backon v1.6.0 |
| 597 | 2026-05-26T21:14:01.498Z | Downloaded convert_case v0.4.0 |
| 598 | 2026-05-26T21:14:01.498Z | Downloaded async-stream-impl v0.3.6 |
| 599 | 2026-05-26T21:14:01.501Z | Downloaded assert_matches v1.5.0 |
| 600 | 2026-05-26T21:14:01.503Z | Downloaded crc v3.4.0 |
| 601 | 2026-05-26T21:14:01.506Z | Downloaded cargo-platform v0.3.2 |
| 602 | 2026-05-26T21:14:01.509Z | Downloaded flume v0.11.1 |
| 603 | 2026-05-26T21:14:01.512Z | Downloaded dtrace-parser v0.3.0 |
| 604 | 2026-05-26T21:14:01.512Z | Downloaded downcast-rs v2.0.2 |
| 605 | 2026-05-26T21:14:01.514Z | Downloaded debug-ignore v1.0.5 |
| 606 | 2026-05-26T21:14:01.514Z | Downloaded ciborium-io v0.2.2 |
| 607 | 2026-05-26T21:14:01.514Z | Downloaded ciborium v0.2.2 |
| 608 | 2026-05-26T21:14:01.518Z | Downloaded flagset v0.4.7 |
| 609 | 2026-05-26T21:14:01.521Z | Downloaded bit-set v0.5.3 |
| 610 | 2026-05-26T21:14:01.521Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-05-26T21:14:01.521Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 612 | 2026-05-26T21:14:01.521Z | Downloaded defmt-parser v1.0.0 |
| 613 | 2026-05-26T21:14:01.521Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 614 | 2026-05-26T21:14:01.524Z | Downloaded darling_macro v0.20.11 |
| 615 | 2026-05-26T21:14:01.524Z | Downloaded darling_macro v0.13.4 |
| 616 | 2026-05-26T21:14:01.524Z | Downloaded cexpr v0.6.0 |
| 617 | 2026-05-26T21:14:01.527Z | Downloaded base64 v0.21.7 |
| 618 | 2026-05-26T21:14:01.527Z | Downloaded arrayvec v0.7.6 |
| 619 | 2026-05-26T21:14:01.529Z | Downloaded dyn-clone v1.0.20 |
| 620 | 2026-05-26T21:14:01.529Z | Downloaded array-init v0.0.4 |
| 621 | 2026-05-26T21:14:01.532Z | Downloaded bitfield-macros v0.19.4 |
| 622 | 2026-05-26T21:14:01.532Z | Downloaded buf-list v1.1.2 |
| 623 | 2026-05-26T21:14:01.532Z | Downloaded bitfield-struct v0.6.2 |
| 624 | 2026-05-26T21:14:01.535Z | Downloaded bitflags v1.3.2 |
| 625 | 2026-05-26T21:14:01.535Z | Downloaded fd-lock v4.0.4 |
| 626 | 2026-05-26T21:14:01.538Z | Downloaded cfg_aliases v0.2.1 |
| 627 | 2026-05-26T21:14:01.538Z | Downloaded embedded-io v0.4.0 |
| 628 | 2026-05-26T21:14:01.540Z | Downloaded env_filter v1.0.0 |
| 629 | 2026-05-26T21:14:01.540Z | Downloaded darling_core v0.23.0 |
| 630 | 2026-05-26T21:14:01.543Z | Downloaded foreign-types v0.3.2 |
| 631 | 2026-05-26T21:14:01.546Z | Downloaded byte-wrapper v0.1.0 |
| 632 | 2026-05-26T21:14:01.546Z | Downloaded foreign-types v0.5.0 |
| 633 | 2026-05-26T21:14:01.546Z | Downloaded float-cmp v0.10.0 |
| 634 | 2026-05-26T21:14:01.548Z | Downloaded dof v0.4.0 |
| 635 | 2026-05-26T21:14:01.548Z | Downloaded fixedbitset v0.4.2 |
| 636 | 2026-05-26T21:14:01.548Z | Downloaded enum-as-inner v0.6.1 |
| 637 | 2026-05-26T21:14:01.551Z | Downloaded corncobs v0.1.4 |
| 638 | 2026-05-26T21:14:01.551Z | Downloaded foreign-types-shared v0.1.1 |
| 639 | 2026-05-26T21:14:01.551Z | Downloaded filetime v0.2.27 |
| 640 | 2026-05-26T21:14:01.554Z | Downloaded foreign-types-macros v0.2.3 |
| 641 | 2026-05-26T21:14:01.554Z | Downloaded der_derive v0.7.3 |
| 642 | 2026-05-26T21:14:01.554Z | Downloaded bcs v0.1.6 |
| 643 | 2026-05-26T21:14:01.557Z | Downloaded async-trait v0.1.89 |
| 644 | 2026-05-26T21:14:01.560Z | Downloaded globwalk v0.9.1 |
| 645 | 2026-05-26T21:14:01.560Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-26T21:14:01.560Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-05-26T21:14:01.563Z | Downloaded foreign-types-shared v0.3.1 |
| 648 | 2026-05-26T21:14:01.563Z | Downloaded bit-set v0.8.0 |
| 649 | 2026-05-26T21:14:01.563Z | Downloaded cobs v0.3.0 |
| 650 | 2026-05-26T21:14:01.563Z | Downloaded hash32 v0.3.1 |
| 651 | 2026-05-26T21:14:01.566Z | Downloaded futures-task v0.3.32 |
| 652 | 2026-05-26T21:14:01.566Z | Downloaded futures-sink v0.3.32 |
| 653 | 2026-05-26T21:14:01.566Z | Downloaded gethostname v0.5.0 |
| 654 | 2026-05-26T21:14:01.568Z | Downloaded bb8 v0.8.6 |
| 655 | 2026-05-26T21:14:01.568Z | Downloaded futures-macro v0.3.32 |
| 656 | 2026-05-26T21:14:01.568Z | Downloaded funty v2.0.0 |
| 657 | 2026-05-26T21:14:01.568Z | Downloaded castaway v0.2.4 |
| 658 | 2026-05-26T21:14:01.571Z | Downloaded diff v0.1.13 |
| 659 | 2026-05-26T21:14:01.574Z | Downloaded git-stub v1.0.0 |
| 660 | 2026-05-26T21:14:01.574Z | Downloaded darling_core v0.21.3 |
| 661 | 2026-05-26T21:14:01.577Z | Downloaded env_logger v0.11.9 |
| 662 | 2026-05-26T21:14:01.579Z | Downloaded hash32 v0.2.1 |
| 663 | 2026-05-26T21:14:01.579Z | Downloaded headers-core v0.3.0 |
| 664 | 2026-05-26T21:14:01.579Z | Downloaded hex-literal v0.4.1 |
| 665 | 2026-05-26T21:14:01.582Z | Downloaded ghash v0.5.1 |
| 666 | 2026-05-26T21:14:01.582Z | Downloaded hex v0.4.3 |
| 667 | 2026-05-26T21:14:01.582Z | Downloaded hostname v0.3.1 |
| 668 | 2026-05-26T21:14:01.585Z | Downloaded home v0.5.12 |
| 669 | 2026-05-26T21:14:01.585Z | Downloaded httpdate v1.0.3 |
| 670 | 2026-05-26T21:14:01.585Z | Downloaded http-range v0.1.5 |
| 671 | 2026-05-26T21:14:01.585Z | Downloaded hostname v0.4.2 |
| 672 | 2026-05-26T21:14:01.588Z | Downloaded hubpack v0.1.2 |
| 673 | 2026-05-26T21:14:01.588Z | Downloaded foldhash v0.1.5 |
| 674 | 2026-05-26T21:14:01.588Z | Downloaded defmt-macros v1.0.1 |
| 675 | 2026-05-26T21:14:01.591Z | Downloaded difflib v0.4.0 |
| 676 | 2026-05-26T21:14:01.591Z | Downloaded daft-derive v0.1.7 |
| 677 | 2026-05-26T21:14:01.594Z | Downloaded arrayref v0.3.9 |
| 678 | 2026-05-26T21:14:01.597Z | Downloaded ff v0.13.1 |
| 679 | 2026-05-26T21:14:01.597Z | Downloaded ena v0.14.4 |
| 680 | 2026-05-26T21:14:01.599Z | Downloaded diesel-dtrace v0.5.0 |
| 681 | 2026-05-26T21:14:01.599Z | Downloaded find-msvc-tools v0.1.9 |
| 682 | 2026-05-26T21:14:01.602Z | Downloaded foldhash v0.2.0 |
| 683 | 2026-05-26T21:14:01.603Z | Downloaded erased-serde v0.3.31 |
| 684 | 2026-05-26T21:14:01.603Z | Downloaded either v1.15.0 |
| 685 | 2026-05-26T21:14:01.606Z | Downloaded cmake v0.1.57 |
| 686 | 2026-05-26T21:14:01.606Z | Downloaded fallible-iterator v0.2.0 |
| 687 | 2026-05-26T21:14:01.606Z | Downloaded http-body v1.0.1 |
| 688 | 2026-05-26T21:14:01.606Z | Downloaded hubpack_derive v0.1.1 |
| 689 | 2026-05-26T21:14:01.609Z | Downloaded constant_time_eq v0.4.2 |
| 690 | 2026-05-26T21:14:01.609Z | Downloaded dsl_auto_type v0.2.0 |
| 691 | 2026-05-26T21:14:01.609Z | Downloaded deranged v0.5.8 |
| 692 | 2026-05-26T21:14:01.611Z | Downloaded daft v0.1.7 |
| 693 | 2026-05-26T21:14:01.611Z | Downloaded ident_case v1.0.1 |
| 694 | 2026-05-26T21:14:01.611Z | Downloaded convert_case v0.10.0 |
| 695 | 2026-05-26T21:14:01.614Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 696 | 2026-05-26T21:14:01.614Z | Downloaded illumos-nvpair v0.3.0 |
| 697 | 2026-05-26T21:14:01.615Z | Downloaded git-stub-vcs v0.1.0 |
| 698 | 2026-05-26T21:14:01.617Z | Downloaded fs_extra v1.3.0 |
| 699 | 2026-05-26T21:14:01.617Z | Downloaded console v0.16.2 |
| 700 | 2026-05-26T21:14:01.620Z | Downloaded colored v2.2.0 |
| 701 | 2026-05-26T21:14:01.620Z | Downloaded instability v0.3.11 |
| 702 | 2026-05-26T21:14:01.623Z | Downloaded critical-section v1.2.0 |
| 703 | 2026-05-26T21:14:01.623Z | Downloaded inout v0.1.4 |
| 704 | 2026-05-26T21:14:01.623Z | Downloaded is-terminal v0.4.17 |
| 705 | 2026-05-26T21:14:01.626Z | Downloaded instant v0.1.13 |
| 706 | 2026-05-26T21:14:01.626Z | Downloaded hyper-tls v0.6.0 |
| 707 | 2026-05-26T21:14:01.626Z | Downloaded blowfish v0.9.1 |
| 708 | 2026-05-26T21:14:01.629Z | Downloaded indoc v1.0.9 |
| 709 | 2026-05-26T21:14:01.629Z | Downloaded fxhash v0.2.1 |
| 710 | 2026-05-26T21:14:01.629Z | Downloaded clang-sys v1.8.1 |
| 711 | 2026-05-26T21:14:01.631Z | Downloaded cancel-safe-futures v0.1.5 |
| 712 | 2026-05-26T21:14:01.634Z | Downloaded fs-err v2.11.0 |
| 713 | 2026-05-26T21:14:01.634Z | Downloaded internet-checksum v0.2.1 |
| 714 | 2026-05-26T21:14:01.637Z | Downloaded group v0.13.0 |
| 715 | 2026-05-26T21:14:01.637Z | Downloaded glob v0.3.3 |
| 716 | 2026-05-26T21:14:01.637Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-05-26T21:14:01.640Z | Downloaded fatfs v0.3.6 |
| 718 | 2026-05-26T21:14:01.640Z | Downloaded globset v0.4.18 |
| 719 | 2026-05-26T21:14:01.642Z | Downloaded is_ci v1.2.0 |
| 720 | 2026-05-26T21:14:01.642Z | Downloaded keccak v0.1.6 |
| 721 | 2026-05-26T21:14:01.645Z | Downloaded ed25519 v2.2.3 |
| 722 | 2026-05-26T21:14:01.645Z | Downloaded cookie_store v0.22.1 |
| 723 | 2026-05-26T21:14:01.645Z | Downloaded http-body-util v0.1.3 |
| 724 | 2026-05-26T21:14:01.648Z | Downloaded derive_builder_core v0.20.2 |
| 725 | 2026-05-26T21:14:01.648Z | Downloaded kstat-rs v0.2.4 |
| 726 | 2026-05-26T21:14:01.651Z | Downloaded linked-hash-map v0.5.6 |
| 727 | 2026-05-26T21:14:01.651Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-05-26T21:14:01.651Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-05-26T21:14:01.654Z | Downloaded crc-any v2.5.0 |
| 730 | 2026-05-26T21:14:01.654Z | Downloaded console v0.15.11 |
| 731 | 2026-05-26T21:14:01.656Z | Downloaded cookie v0.18.1 |
| 732 | 2026-05-26T21:14:01.656Z | Downloaded fixedbitset v0.5.7 |
| 733 | 2026-05-26T21:14:01.659Z | Downloaded crossbeam-utils v0.8.21 |
| 734 | 2026-05-26T21:14:01.662Z | Downloaded humantime v2.3.0 |
| 735 | 2026-05-26T21:14:01.662Z | Downloaded highway v1.3.0 |
| 736 | 2026-05-26T21:14:01.662Z | Downloaded cbc v0.1.2 |
| 737 | 2026-05-26T21:14:01.665Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-05-26T21:14:01.665Z | Downloaded des v0.8.1 |
| 739 | 2026-05-26T21:14:01.667Z | Downloaded managed v0.8.0 |
| 740 | 2026-05-26T21:14:01.667Z | Downloaded lru-cache v0.1.2 |
| 741 | 2026-05-26T21:14:01.667Z | Downloaded lru v0.12.5 |
| 742 | 2026-05-26T21:14:01.715Z | Downloaded libscf-sys v1.1.0 |
| 743 | 2026-05-26T21:14:01.715Z | Downloaded defmt v1.0.1 |
| 744 | 2026-05-26T21:14:01.715Z | Downloaded match_cfg v0.1.0 |
| 745 | 2026-05-26T21:14:01.715Z | Downloaded md-5 v0.10.6 |
| 746 | 2026-05-26T21:14:01.715Z | Downloaded maybe-uninit v2.0.0 |
| 747 | 2026-05-26T21:14:01.715Z | Downloaded indent_write v2.2.0 |
| 748 | 2026-05-26T21:14:01.715Z | Downloaded dropshot_endpoint v0.17.0 |
| 749 | 2026-05-26T21:14:01.715Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-26T21:14:01.715Z | Downloaded derive_more v0.99.20 |
| 751 | 2026-05-26T21:14:01.715Z | Downloaded ipnet v2.11.0 |
| 752 | 2026-05-26T21:14:01.715Z | Downloaded derive-where v1.6.0 |
| 753 | 2026-05-26T21:14:01.715Z | Downloaded ingot v0.1.1 |
| 754 | 2026-05-26T21:14:01.715Z | Downloaded ingot-types v0.1.2 |
| 755 | 2026-05-26T21:14:01.715Z | Downloaded half v1.8.3 |
| 756 | 2026-05-26T21:14:01.715Z | Downloaded futures-channel v0.3.32 |
| 757 | 2026-05-26T21:14:01.715Z | Downloaded maplit v1.0.2 |
| 758 | 2026-05-26T21:14:01.715Z | Downloaded lzss v0.8.2 |
| 759 | 2026-05-26T21:14:01.715Z | Downloaded multimap v0.10.1 |
| 760 | 2026-05-26T21:14:01.715Z | Downloaded ahash v0.8.12 |
| 761 | 2026-05-26T21:14:01.715Z | Downloaded mime v0.3.17 |
| 762 | 2026-05-26T21:14:01.715Z | Downloaded new_debug_unreachable v1.0.6 |
| 763 | 2026-05-26T21:14:01.716Z | Downloaded getrandom v0.2.17 |
| 764 | 2026-05-26T21:14:01.716Z | Downloaded md5 v0.7.0 |
| 765 | 2026-05-26T21:14:01.716Z | Downloaded lru-slab v0.1.2 |
| 766 | 2026-05-26T21:14:01.716Z | Downloaded crossbeam-epoch v0.9.18 |
| 767 | 2026-05-26T21:14:01.716Z | Downloaded colored v3.1.1 |
| 768 | 2026-05-26T21:14:01.716Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-05-26T21:14:01.716Z | Downloaded ecdsa v0.16.9 |
| 770 | 2026-05-26T21:14:01.716Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-05-26T21:14:01.716Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2026-05-26T21:14:01.716Z | Downloaded libloading v0.8.9 |
| 773 | 2026-05-26T21:14:01.716Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-26T21:14:01.716Z | Downloaded num-conv v0.2.0 |
| 775 | 2026-05-26T21:14:01.716Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-05-26T21:14:01.716Z | Downloaded num-derive v0.3.3 |
| 777 | 2026-05-26T21:14:01.719Z | Downloaded nodrop v0.1.14 |
| 778 | 2026-05-26T21:14:01.719Z | Downloaded num v0.4.3 |
| 779 | 2026-05-26T21:14:01.719Z | Downloaded nonempty v0.12.0 |
| 780 | 2026-05-26T21:14:01.719Z | Downloaded darling v0.21.3 |
| 781 | 2026-05-26T21:14:01.719Z | Downloaded crossbeam-deque v0.8.6 |
| 782 | 2026-05-26T21:14:01.719Z | Downloaded blake2 v0.10.6 |
| 783 | 2026-05-26T21:14:01.722Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-05-26T21:14:01.722Z | Downloaded normalize-line-endings v0.3.0 |
| 785 | 2026-05-26T21:14:01.722Z | Downloaded cargo_metadata v0.23.1 |
| 786 | 2026-05-26T21:14:01.724Z | Downloaded lock_api v0.4.14 |
| 787 | 2026-05-26T21:14:01.724Z | Downloaded drift v0.2.0 |
| 788 | 2026-05-26T21:14:01.730Z | Downloaded num_enum_derive v0.5.11 |
| 789 | 2026-05-26T21:14:01.733Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 790 | 2026-05-26T21:14:01.733Z | Downloaded opaque-debug v0.3.1 |
| 791 | 2026-05-26T21:14:01.736Z | Downloaded hyper-rustls v0.27.7 |
| 792 | 2026-05-26T21:14:01.736Z | Downloaded openssl-probe v0.2.1 |
| 793 | 2026-05-26T21:14:01.736Z | Downloaded openssl-probe v0.1.6 |
| 794 | 2026-05-26T21:14:01.738Z | Downloaded openssl-macros v0.1.1 |
| 795 | 2026-05-26T21:14:01.738Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-05-26T21:14:01.738Z | Downloaded hmac v0.12.1 |
| 797 | 2026-05-26T21:14:01.741Z | Downloaded num-iter v0.1.45 |
| 798 | 2026-05-26T21:14:01.741Z | Downloaded darling_core v0.20.11 |
| 799 | 2026-05-26T21:14:01.744Z | Downloaded iana-time-zone v0.1.65 |
| 800 | 2026-05-26T21:14:01.746Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-26T21:14:01.746Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2026-05-26T21:14:01.749Z | Downloaded derive_builder v0.20.2 |
| 803 | 2026-05-26T21:14:01.752Z | Downloaded packed_struct_codegen v0.10.1 |
| 804 | 2026-05-26T21:14:01.752Z | Downloaded oso-derive v0.27.3 |
| 805 | 2026-05-26T21:14:01.752Z | Downloaded ingot-macros v0.1.1 |
| 806 | 2026-05-26T21:14:01.755Z | Downloaded const_format v0.2.35 |
| 807 | 2026-05-26T21:14:01.757Z | Downloaded indoc v2.0.7 |
| 808 | 2026-05-26T21:14:01.760Z | Downloaded parse-display v0.10.0 |
| 809 | 2026-05-26T21:14:01.760Z | Downloaded mime_guess v2.0.5 |
| 810 | 2026-05-26T21:14:01.760Z | Downloaded libsw-core v0.3.2 |
| 811 | 2026-05-26T21:14:01.763Z | Downloaded bytes v1.11.1 |
| 812 | 2026-05-26T21:14:01.765Z | Downloaded allocator-api2 v0.2.21 |
| 813 | 2026-05-26T21:14:01.765Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-05-26T21:14:01.768Z | Downloaded chacha20 v0.10.0 |
| 815 | 2026-05-26T21:14:01.768Z | Downloaded base64ct v1.8.3 |
| 816 | 2026-05-26T21:14:01.771Z | Downloaded crypto-bigint v0.5.5 |
| 817 | 2026-05-26T21:14:01.774Z | Downloaded nanorand v0.7.0 |
| 818 | 2026-05-26T21:14:01.776Z | Downloaded httparse v1.10.1 |
| 819 | 2026-05-26T21:14:01.776Z | Downloaded bit-vec v0.6.3 |
| 820 | 2026-05-26T21:14:01.779Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-05-26T21:14:01.779Z | Downloaded pin-utils v0.1.0 |
| 822 | 2026-05-26T21:14:01.782Z | Downloaded num_enum v0.5.11 |
| 823 | 2026-05-26T21:14:01.784Z | Downloaded nu-ansi-term v0.50.3 |
| 824 | 2026-05-26T21:14:01.785Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-26T21:14:01.787Z | Downloaded num-derive v0.4.2 |
| 826 | 2026-05-26T21:14:01.787Z | Downloaded phf_shared v0.13.1 |
| 827 | 2026-05-26T21:14:01.787Z | Downloaded phf_shared v0.11.3 |
| 828 | 2026-05-26T21:14:01.790Z | Downloaded newtype-uuid v1.3.2 |
| 829 | 2026-05-26T21:14:01.790Z | Downloaded compact_str v0.8.1 |
| 830 | 2026-05-26T21:14:01.793Z | Downloaded base64 v0.22.1 |
| 831 | 2026-05-26T21:14:01.795Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-05-26T21:14:01.795Z | Downloaded num-complex v0.4.6 |
| 833 | 2026-05-26T21:14:01.796Z | Downloaded elliptic-curve v0.13.8 |
| 834 | 2026-05-26T21:14:01.798Z | Downloaded arc-swap v1.8.2 |
| 835 | 2026-05-26T21:14:01.801Z | Downloaded num_enum_derive v0.7.5 |
| 836 | 2026-05-26T21:14:01.801Z | Downloaded num_enum v0.7.5 |
| 837 | 2026-05-26T21:14:01.804Z | Downloaded litrs v1.0.0 |
| 838 | 2026-05-26T21:14:01.807Z | Downloaded getrandom v0.3.4 |
| 839 | 2026-05-26T21:14:01.809Z | Downloaded flate2 v1.1.9 |
| 840 | 2026-05-26T21:14:01.812Z | Downloaded derive_more v2.1.1 |
| 841 | 2026-05-26T21:14:01.818Z | Downloaded precomputed-hash v0.1.1 |
| 842 | 2026-05-26T21:14:01.821Z | Downloaded proc-macro-crate v3.4.0 |
| 843 | 2026-05-26T21:14:01.821Z | Downloaded predicates-core v1.0.10 |
| 844 | 2026-05-26T21:14:01.821Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-05-26T21:14:01.824Z | Downloaded oxnet v0.1.4 |
| 846 | 2026-05-26T21:14:01.837Z | Downloaded quick-error v1.2.3 |
| 847 | 2026-05-26T21:14:01.840Z | Downloaded psl-types v2.0.11 |
| 848 | 2026-05-26T21:14:01.840Z | Downloaded progenitor-macro v0.11.2 |
| 849 | 2026-05-26T21:14:01.840Z | Downloaded progenitor-client v0.11.2 |
| 850 | 2026-05-26T21:14:01.840Z | Downloaded progenitor-client v0.10.0 |
| 851 | 2026-05-26T21:14:01.843Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 852 | 2026-05-26T21:14:01.843Z | Downloaded pbkdf2 v0.12.2 |
| 853 | 2026-05-26T21:14:01.843Z | Downloaded password-hash v0.4.2 |
| 854 | 2026-05-26T21:14:01.846Z | Downloaded peg-runtime v0.8.5 |
| 855 | 2026-05-26T21:14:01.846Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-05-26T21:14:01.846Z | Downloaded paste v1.0.15 |
| 857 | 2026-05-26T21:14:01.849Z | Downloaded password-hash v0.5.0 |
| 858 | 2026-05-26T21:14:01.849Z | Downloaded heapless v0.7.17 |
| 859 | 2026-05-26T21:14:01.852Z | Downloaded progenitor-macro v0.14.0 |
| 860 | 2026-05-26T21:14:01.854Z | Downloaded phf v0.13.1 |
| 861 | 2026-05-26T21:14:01.854Z | Downloaded progenitor-macro v0.13.0 |
| 862 | 2026-05-26T21:14:01.854Z | Downloaded progenitor-client v0.14.0 |
| 863 | 2026-05-26T21:14:01.854Z | Downloaded phf v0.12.1 |
| 864 | 2026-05-26T21:14:01.857Z | Downloaded peg v0.8.5 |
| 865 | 2026-05-26T21:14:01.860Z | Downloaded pkg-config v0.3.32 |
| 866 | 2026-05-26T21:14:01.860Z | Downloaded pin-project-lite v0.2.17 |
| 867 | 2026-05-26T21:14:01.863Z | Downloaded pin-project-internal v1.1.11 |
| 868 | 2026-05-26T21:14:01.863Z | Downloaded num-rational v0.4.2 |
| 869 | 2026-05-26T21:14:01.866Z | Downloaded polyval v0.6.2 |
| 870 | 2026-05-26T21:14:01.866Z | Downloaded der v0.7.10 |
| 871 | 2026-05-26T21:14:01.869Z | Downloaded poly1305 v0.8.0 |
| 872 | 2026-05-26T21:14:01.872Z | Downloaded ignore v0.4.25 |
| 873 | 2026-05-26T21:14:01.874Z | Downloaded pkcs8 v0.10.2 |
| 874 | 2026-05-26T21:14:01.874Z | Downloaded rand_chacha v0.3.1 |
| 875 | 2026-05-26T21:14:01.877Z | Downloaded radium v0.7.0 |
| 876 | 2026-05-26T21:14:01.877Z | Downloaded postgres-protocol v0.6.10 |
| 877 | 2026-05-26T21:14:01.877Z | Downloaded ppv-lite86 v0.2.21 |
| 878 | 2026-05-26T21:14:01.880Z | Downloaded libbz2-rs-sys v0.2.2 |
| 879 | 2026-05-26T21:14:01.880Z | Downloaded async-compression v0.4.41 |
| 880 | 2026-05-26T21:14:01.883Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 881 | 2026-05-26T21:14:01.886Z | Downloaded rand_xorshift v0.4.0 |
| 882 | 2026-05-26T21:14:01.886Z | Downloaded progenitor v0.13.0 |
| 883 | 2026-05-26T21:14:01.886Z | Downloaded proc-macro-error2 v2.0.1 |
| 884 | 2026-05-26T21:14:01.889Z | Downloaded psm v0.1.30 |
| 885 | 2026-05-26T21:14:01.891Z | Downloaded progenitor-client v0.13.0 |
| 886 | 2026-05-26T21:14:01.891Z | Downloaded progenitor v0.14.0 |
| 887 | 2026-05-26T21:14:01.894Z | Downloaded progenitor v0.11.2 |
| 888 | 2026-05-26T21:14:01.894Z | Downloaded parking_lot v0.11.2 |
| 889 | 2026-05-26T21:14:01.894Z | Downloaded recursive v0.1.1 |
| 890 | 2026-05-26T21:14:01.897Z | Downloaded oxide-tokio-rt v0.1.4 |
| 891 | 2026-05-26T21:14:01.897Z | Downloaded pem v3.0.6 |
| 892 | 2026-05-26T21:14:01.900Z | Downloaded hickory-resolver v0.24.4 |
| 893 | 2026-05-26T21:14:01.900Z | Downloaded ar_archive_writer v0.5.1 |
| 894 | 2026-05-26T21:14:01.903Z | Downloaded headers v0.4.1 |
| 895 | 2026-05-26T21:14:01.905Z | Downloaded parking_lot_core v0.9.12 |
| 896 | 2026-05-26T21:14:01.908Z | Downloaded parking_lot v0.12.5 |
| 897 | 2026-05-26T21:14:01.908Z | Downloaded heapless v0.8.0 |
| 898 | 2026-05-26T21:14:01.911Z | Downloaded rtoolbox v0.0.3 |
| 899 | 2026-05-26T21:14:01.914Z | Downloaded rfc6979 v0.4.0 |
| 900 | 2026-05-26T21:14:01.914Z | Downloaded ref-cast v1.0.25 |
| 901 | 2026-05-26T21:14:01.917Z | Downloaded pkcs5 v0.7.1 |
| 902 | 2026-05-26T21:14:01.917Z | Downloaded ref-cast-impl v1.0.25 |
| 903 | 2026-05-26T21:14:01.919Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-05-26T21:14:01.919Z | Downloaded expectorate v1.2.0 |
| 905 | 2026-05-26T21:14:01.922Z | Downloaded derive_more-impl v2.1.1 |
| 906 | 2026-05-26T21:14:01.925Z | Downloaded omicron-zone-package v0.12.2 |
| 907 | 2026-05-26T21:14:01.925Z | Downloaded rustc_version v0.4.1 |
| 908 | 2026-05-26T21:14:01.928Z | Downloaded rustc_version v0.1.7 |
| 909 | 2026-05-26T21:14:01.928Z | Downloaded rustc-hash v2.1.1 |
| 910 | 2026-05-26T21:14:01.928Z | Downloaded russh-cryptovec v0.7.3 |
| 911 | 2026-05-26T21:14:01.928Z | Downloaded rand_chacha v0.9.0 |
| 912 | 2026-05-26T21:14:01.930Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2026-05-26T21:14:01.933Z | Downloaded salsa20 v0.10.2 |
| 914 | 2026-05-26T21:14:01.933Z | Downloaded postgres-types v0.2.12 |
| 915 | 2026-05-26T21:14:01.936Z | Downloaded oso v0.27.3 |
| 916 | 2026-05-26T21:14:01.936Z | Downloaded diesel_derives v2.3.7 |
| 917 | 2026-05-26T21:14:01.939Z | Downloaded postcard v1.1.3 |
| 918 | 2026-05-26T21:14:01.942Z | Downloaded primeorder v0.13.6 |
| 919 | 2026-05-26T21:14:01.942Z | Downloaded predicates v3.1.4 |
| 920 | 2026-05-26T21:14:01.944Z | Downloaded scheduled-thread-pool v0.2.7 |
| 921 | 2026-05-26T21:14:01.945Z | Downloaded indicatif v0.18.4 |
| 922 | 2026-05-26T21:14:01.947Z | Downloaded bumpalo v3.20.2 |
| 923 | 2026-05-26T21:14:01.950Z | Downloaded peg-macros v0.8.5 |
| 924 | 2026-05-26T21:14:01.950Z | Downloaded papergrid v0.17.0 |
| 925 | 2026-05-26T21:14:01.953Z | Downloaded sapling-renderdag v0.1.0 |
| 926 | 2026-05-26T21:14:01.955Z | Downloaded same-file v1.0.6 |
| 927 | 2026-05-26T21:14:01.955Z | Downloaded crossterm v0.28.1 |
| 928 | 2026-05-26T21:14:01.958Z | Downloaded serde-big-array v0.5.1 |
| 929 | 2026-05-26T21:14:01.961Z | Downloaded semver v0.1.20 |
| 930 | 2026-05-26T21:14:01.961Z | Downloaded secrecy v0.10.3 |
| 931 | 2026-05-26T21:14:01.961Z | Downloaded secrecy v0.8.0 |
| 932 | 2026-05-26T21:14:01.964Z | Downloaded serde_repr v0.1.20 |
| 933 | 2026-05-26T21:14:01.964Z | Downloaded scrypt v0.11.0 |
| 934 | 2026-05-26T21:14:01.967Z | Downloaded jiff-static v0.2.21 |
| 935 | 2026-05-26T21:14:01.967Z | Downloaded p256 v0.13.2 |
| 936 | 2026-05-26T21:14:01.970Z | Downloaded scroll_derive v0.13.1 |
| 937 | 2026-05-26T21:14:01.970Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-05-26T21:14:01.973Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-05-26T21:14:01.973Z | Downloaded pin-project v1.1.11 |
| 940 | 2026-05-26T21:14:01.980Z | Downloaded serde_urlencoded v0.7.1 |
| 941 | 2026-05-26T21:14:01.982Z | Downloaded serde_spanned v1.0.4 |
| 942 | 2026-05-26T21:14:01.983Z | Downloaded resolv-conf v0.7.6 |
| 943 | 2026-05-26T21:14:01.985Z | Downloaded serde_bytes v0.11.19 |
| 944 | 2026-05-26T21:14:01.985Z | Downloaded hickory-resolver v0.25.2 |
| 945 | 2026-05-26T21:14:01.988Z | Downloaded rand_core v0.6.4 |
| 946 | 2026-05-26T21:14:01.992Z | Downloaded signal-hook-mio v0.2.5 |
| 947 | 2026-05-26T21:14:01.992Z | Downloaded scopeguard v1.2.0 |
| 948 | 2026-05-26T21:14:01.995Z | Downloaded quinn-udp v0.5.14 |
| 949 | 2026-05-26T21:14:01.995Z | Downloaded sigpipe v0.1.3 |
| 950 | 2026-05-26T21:14:01.995Z | Downloaded signature v2.2.0 |
| 951 | 2026-05-26T21:14:01.997Z | Downloaded signal-hook-tokio v0.3.1 |
| 952 | 2026-05-26T21:14:01.997Z | Downloaded serde_plain v1.0.2 |
| 953 | 2026-05-26T21:14:01.998Z | Downloaded progenitor-extras v0.2.0 |
| 954 | 2026-05-26T21:14:02.001Z | Downloaded http v1.4.0 |
| 955 | 2026-05-26T21:14:02.003Z | Downloaded schemars_derive v0.8.22 |
| 956 | 2026-05-26T21:14:02.003Z | Downloaded rusty-fork v0.3.1 |
| 957 | 2026-05-26T21:14:02.006Z | Downloaded rand_core v0.9.5 |
| 958 | 2026-05-26T21:14:02.006Z | Downloaded parking_lot_core v0.8.6 |
| 959 | 2026-05-26T21:14:02.009Z | Downloaded indexmap v1.9.3 |
| 960 | 2026-05-26T21:14:02.009Z | Downloaded siphasher v1.0.2 |
| 961 | 2026-05-26T21:14:02.012Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-05-26T21:14:02.012Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-05-26T21:14:02.015Z | Downloaded parse-display-derive v0.10.0 |
| 964 | 2026-05-26T21:14:02.015Z | Downloaded packed_struct v0.10.1 |
| 965 | 2026-05-26T21:14:02.015Z | Downloaded sec1 v0.7.3 |
| 966 | 2026-05-26T21:14:02.018Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-05-26T21:14:02.018Z | Downloaded progenitor-impl v0.14.0 |
| 968 | 2026-05-26T21:14:02.021Z | Downloaded progenitor-impl v0.13.0 |
| 969 | 2026-05-26T21:14:02.021Z | Downloaded memmap2 v0.9.10 |
| 970 | 2026-05-26T21:14:02.021Z | Downloaded half v2.7.1 |
| 971 | 2026-05-26T21:14:02.024Z | Downloaded slog-envlogger v2.2.0 |
| 972 | 2026-05-26T21:14:02.024Z | Downloaded seq-macro v0.3.6 |
| 973 | 2026-05-26T21:14:02.026Z | Downloaded cc v1.2.56 |
| 974 | 2026-05-26T21:14:02.027Z | Downloaded predicates-tree v1.0.13 |
| 975 | 2026-05-26T21:14:02.029Z | Downloaded powerfmt v0.2.0 |
| 976 | 2026-05-26T21:14:02.029Z | Downloaded owo-colors v4.3.0 |
| 977 | 2026-05-26T21:14:02.032Z | Downloaded native-tls v0.2.18 |
| 978 | 2026-05-26T21:14:02.032Z | Downloaded hashbrown v0.12.3 |
| 979 | 2026-05-26T21:14:02.035Z | Downloaded rustls-pemfile v2.2.0 |
| 980 | 2026-05-26T21:14:02.035Z | Downloaded crossbeam-channel v0.5.15 |
| 981 | 2026-05-26T21:14:02.038Z | Downloaded ed25519-dalek v2.2.0 |
| 982 | 2026-05-26T21:14:02.041Z | Downloaded libsw v3.5.0 |
| 983 | 2026-05-26T21:14:02.041Z | Downloaded futures v0.3.32 |
| 984 | 2026-05-26T21:14:02.043Z | Downloaded serde_path_to_error v0.1.20 |
| 985 | 2026-05-26T21:14:02.046Z | Downloaded multer v3.1.0 |
| 986 | 2026-05-26T21:14:02.046Z | Downloaded jobserver v0.1.34 |
| 987 | 2026-05-26T21:14:02.049Z | Downloaded parse-size v1.1.0 |
| 988 | 2026-05-26T21:14:02.051Z | Downloaded sqlparser_derive v0.5.0 |
| 989 | 2026-05-26T21:14:02.054Z | Downloaded ssh-encoding v0.2.0 |
| 990 | 2026-05-26T21:14:02.057Z | Downloaded serde_derive_internals v0.29.1 |
| 991 | 2026-05-26T21:14:02.057Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-05-26T21:14:02.060Z | Downloaded ssh-cipher v0.2.0 |
| 993 | 2026-05-26T21:14:02.060Z | Downloaded signal-hook-registry v1.4.8 |
| 994 | 2026-05-26T21:14:02.063Z | Downloaded serde_with_macros v1.5.2 |
| 995 | 2026-05-26T21:14:02.063Z | Downloaded rustls-native-certs v0.8.3 |
| 996 | 2026-05-26T21:14:02.065Z | Downloaded strum v0.26.3 |
| 997 | 2026-05-26T21:14:02.065Z | Downloaded sct v0.7.1 |
| 998 | 2026-05-26T21:14:02.068Z | Downloaded prettyplease v0.2.37 |
| 999 | 2026-05-26T21:14:02.071Z | Downloaded prefix-trie v0.7.0 |
| 1000 | 2026-05-26T21:14:02.073Z | Downloaded russh-keys v0.45.0 |
| 1001 | 2026-05-26T21:14:02.076Z | Downloaded structmeta-derive v0.3.0 |
| 1002 | 2026-05-26T21:14:02.079Z | Downloaded structmeta v0.3.0 |
| 1003 | 2026-05-26T21:14:02.079Z | Downloaded strsim v0.10.0 |
| 1004 | 2026-05-26T21:14:02.081Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1005 | 2026-05-26T21:14:02.085Z | Downloaded slog-scope v4.4.1 |
| 1006 | 2026-05-26T21:14:02.090Z | Downloaded ron v0.8.1 |
| 1007 | 2026-05-26T21:14:02.093Z | Downloaded slog-json v2.6.1 |
| 1008 | 2026-05-26T21:14:02.096Z | Downloaded tabwriter v1.4.1 |
| 1009 | 2026-05-26T21:14:02.096Z | Downloaded tabled_derive v0.11.0 |
| 1010 | 2026-05-26T21:14:02.099Z | Downloaded subtle v2.6.1 |
| 1011 | 2026-05-26T21:14:02.099Z | Downloaded sync_wrapper v1.0.2 |
| 1012 | 2026-05-26T21:14:02.099Z | Downloaded supports-color v3.0.2 |
| 1013 | 2026-05-26T21:14:02.101Z | Downloaded tagptr v0.2.0 |
| 1014 | 2026-05-26T21:14:02.101Z | Downloaded sync-ptr v0.1.4 |
| 1015 | 2026-05-26T21:14:02.101Z | Downloaded slog-term v2.9.2 |
| 1016 | 2026-05-26T21:14:02.105Z | Downloaded openssl-sys v0.9.115 |
| 1017 | 2026-05-26T21:14:02.108Z | Downloaded hyper-util v0.1.20 |
| 1018 | 2026-05-26T21:14:02.111Z | Downloaded snafu-derive v0.8.9 |
| 1019 | 2026-05-26T21:14:02.111Z | Downloaded smf v0.2.3 |
| 1020 | 2026-05-26T21:14:02.114Z | Downloaded slog-stdlog v4.1.1 |
| 1021 | 2026-05-26T21:14:02.114Z | Downloaded slog-dtrace v0.3.0 |
| 1022 | 2026-05-26T21:14:02.114Z | Downloaded slog-async v2.8.0 |
| 1023 | 2026-05-26T21:14:02.114Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-05-26T21:14:02.117Z | Downloaded rcgen v0.12.1 |
| 1025 | 2026-05-26T21:14:02.117Z | Downloaded pretty_assertions v1.4.1 |
| 1026 | 2026-05-26T21:14:02.120Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-05-26T21:14:02.120Z | Downloaded rustls-pemfile v1.0.4 |
| 1028 | 2026-05-26T21:14:02.122Z | Downloaded miniz_oxide v0.8.9 |
| 1029 | 2026-05-26T21:14:02.122Z | Downloaded hickory-server v0.25.2 |
| 1030 | 2026-05-26T21:14:02.126Z | Downloaded smallvec v0.6.14 |
| 1031 | 2026-05-26T21:14:02.129Z | Downloaded minimal-lexical v0.2.1 |
| 1032 | 2026-05-26T21:14:02.129Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-05-26T21:14:02.132Z | Downloaded time-core v0.1.8 |
| 1034 | 2026-05-26T21:14:02.132Z | Downloaded thread-id v5.1.0 |
| 1035 | 2026-05-26T21:14:02.132Z | Downloaded scroll v0.13.0 |
| 1036 | 2026-05-26T21:14:02.134Z | Downloaded termtree v0.5.1 |
| 1037 | 2026-05-26T21:14:02.135Z | Downloaded sqlformat v0.3.5 |
| 1038 | 2026-05-26T21:14:02.135Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1039 | 2026-05-26T21:14:02.137Z | Downloaded spki v0.7.3 |
| 1040 | 2026-05-26T21:14:02.138Z | Downloaded static_assertions v1.1.0 |
| 1041 | 2026-05-26T21:14:02.138Z | Downloaded serde_with_macros v3.17.0 |
| 1042 | 2026-05-26T21:14:02.140Z | Downloaded strum v0.27.2 |
| 1043 | 2026-05-26T21:14:02.140Z | Downloaded hashbrown v0.13.2 |
| 1044 | 2026-05-26T21:14:02.143Z | Downloaded stringprep v0.1.5 |
| 1045 | 2026-05-26T21:14:02.146Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-05-26T21:14:02.146Z | Downloaded stacker v0.1.23 |
| 1047 | 2026-05-26T21:14:02.146Z | Downloaded shlex v1.3.0 |
| 1048 | 2026-05-26T21:14:02.149Z | Downloaded itertools v0.10.5 |
| 1049 | 2026-05-26T21:14:02.151Z | Downloaded ryu v1.0.23 |
| 1050 | 2026-05-26T21:14:02.154Z | Downloaded slog-bunyan v2.5.0 |
| 1051 | 2026-05-26T21:14:02.155Z | Downloaded schemars v0.8.22 |
| 1052 | 2026-05-26T21:14:02.160Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-05-26T21:14:02.163Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-05-26T21:14:02.163Z | Downloaded strum_macros v0.26.4 |
| 1055 | 2026-05-26T21:14:02.166Z | Downloaded blake3 v1.8.3 |
| 1056 | 2026-05-26T21:14:02.168Z | Downloaded publicsuffix v2.3.0 |
| 1057 | 2026-05-26T21:14:02.171Z | Downloaded mio v1.2.0 |
| 1058 | 2026-05-26T21:14:02.174Z | Downloaded tap v1.0.1 |
| 1059 | 2026-05-26T21:14:02.174Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-05-26T21:14:02.177Z | Downloaded slab v0.4.12 |
| 1061 | 2026-05-26T21:14:02.177Z | Downloaded simd-adler32 v0.3.8 |
| 1062 | 2026-05-26T21:14:02.182Z | Downloaded progenitor-impl v0.11.2 |
| 1063 | 2026-05-26T21:14:02.185Z | Downloaded nom v7.1.3 |
| 1064 | 2026-05-26T21:14:02.188Z | Downloaded termios v0.3.3 |
| 1065 | 2026-05-26T21:14:02.188Z | Downloaded hashbrown v0.16.1 |
| 1066 | 2026-05-26T21:14:02.191Z | Downloaded topological-sort v0.2.2 |
| 1067 | 2026-05-26T21:14:02.194Z | Downloaded serde_cbor v0.11.2 |
| 1068 | 2026-05-26T21:14:02.196Z | Downloaded tower-service v0.3.3 |
| 1069 | 2026-05-26T21:14:02.196Z | Downloaded tower-layer v0.3.3 |
| 1070 | 2026-05-26T21:14:02.196Z | Downloaded quinn v0.11.9 |
| 1071 | 2026-05-26T21:14:02.199Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-05-26T21:14:02.202Z | Downloaded num-bigint v0.4.6 |
| 1073 | 2026-05-26T21:14:02.205Z | Downloaded spin v0.9.8 |
| 1074 | 2026-05-26T21:14:02.208Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-05-26T21:14:02.211Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-05-26T21:14:02.213Z | Downloaded time-macros v0.2.27 |
| 1077 | 2026-05-26T21:14:02.216Z | Downloaded rand v0.8.6 |
| 1078 | 2026-05-26T21:14:02.216Z | Downloaded thread_local v1.1.9 |
| 1079 | 2026-05-26T21:14:02.219Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-05-26T21:14:02.221Z | Downloaded trait-variant v0.1.2 |
| 1081 | 2026-05-26T21:14:02.224Z | Downloaded dropshot-api-manager v0.7.2 |
| 1082 | 2026-05-26T21:14:02.228Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-05-26T21:14:02.228Z | Downloaded similar v2.7.0 |
| 1084 | 2026-05-26T21:14:02.231Z | Downloaded typify-macro v0.6.2 |
| 1085 | 2026-05-26T21:14:02.231Z | Downloaded tiny-keccak v2.0.2 |
| 1086 | 2026-05-26T21:14:02.233Z | Downloaded tls_codec_derive v0.4.2 |
| 1087 | 2026-05-26T21:14:02.233Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-05-26T21:14:02.233Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1089 | 2026-05-26T21:14:02.236Z | Downloaded typify-macro v0.4.3 |
| 1090 | 2026-05-26T21:14:02.239Z | Downloaded unarray v0.1.4 |
| 1091 | 2026-05-26T21:14:02.239Z | Downloaded universal-hash v0.5.1 |
| 1092 | 2026-05-26T21:14:02.243Z | Downloaded slog v2.8.2 |
| 1093 | 2026-05-26T21:14:02.243Z | Downloaded unicode-truncate v1.1.0 |
| 1094 | 2026-05-26T21:14:02.246Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-05-26T21:14:02.248Z | Downloaded untrusted v0.9.0 |
| 1096 | 2026-05-26T21:14:02.249Z | Downloaded term v0.7.0 |
| 1097 | 2026-05-26T21:14:02.251Z | Downloaded tokio-dtrace v0.1.1 |
| 1098 | 2026-05-26T21:14:02.251Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1099 | 2026-05-26T21:14:02.254Z | Downloaded tokio-rustls v0.25.0 |
| 1100 | 2026-05-26T21:14:02.254Z | Downloaded tokio-tungstenite v0.21.0 |
| 1101 | 2026-05-26T21:14:02.258Z | Downloaded tokio-tungstenite v0.23.1 |
| 1102 | 2026-05-26T21:14:02.258Z | Downloaded support-bundle-viewer v0.1.2 |
| 1103 | 2026-05-26T21:14:02.258Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-05-26T21:14:02.261Z | Downloaded usdt-macro v0.6.0 |
| 1105 | 2026-05-26T21:14:02.261Z | Downloaded usdt v0.6.0 |
| 1106 | 2026-05-26T21:14:02.264Z | Downloaded hashbrown v0.15.5 |
| 1107 | 2026-05-26T21:14:02.266Z | Downloaded term v1.2.1 |
| 1108 | 2026-05-26T21:14:02.266Z | Downloaded itertools v0.13.0 |
| 1109 | 2026-05-26T21:14:02.270Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1110 | 2026-05-26T21:14:02.273Z | Downloaded chrono v0.4.44 |
| 1111 | 2026-05-26T21:14:02.277Z | Downloaded qorb v0.4.1 |
| 1112 | 2026-05-26T21:14:02.280Z | Downloaded utf-8 v0.7.6 |
| 1113 | 2026-05-26T21:14:02.282Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-05-26T21:14:02.282Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-05-26T21:14:02.285Z | Downloaded socket2 v0.6.3 |
| 1116 | 2026-05-26T21:14:02.285Z | Downloaded aho-corasick v1.1.4 |
| 1117 | 2026-05-26T21:14:02.288Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-05-26T21:14:02.291Z | Downloaded num-bigint-dig v0.8.6 |
| 1119 | 2026-05-26T21:14:02.293Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-05-26T21:14:02.293Z | Downloaded void v1.0.2 |
| 1121 | 2026-05-26T21:14:02.296Z | Downloaded itertools v0.12.1 |
| 1122 | 2026-05-26T21:14:02.299Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-05-26T21:14:02.299Z | Downloaded wait-timeout v0.2.1 |
| 1124 | 2026-05-26T21:14:02.302Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-05-26T21:14:02.305Z | Downloaded want v0.3.1 |
| 1126 | 2026-05-26T21:14:02.305Z | Downloaded rustls-webpki v0.103.9 |
| 1127 | 2026-05-26T21:14:02.308Z | Downloaded tokio-rustls v0.24.1 |
| 1128 | 2026-05-26T21:14:02.310Z | Downloaded schemars v0.9.0 |
| 1129 | 2026-05-26T21:14:02.315Z | Downloaded samael v0.0.19 |
| 1130 | 2026-05-26T21:14:02.318Z | Downloaded untrusted v0.7.1 |
| 1131 | 2026-05-26T21:14:02.322Z | Downloaded unicase v2.9.0 |
| 1132 | 2026-05-26T21:14:02.322Z | Downloaded rand v0.9.2 |
| 1133 | 2026-05-26T21:14:02.324Z | Downloaded xshell-macros v0.2.7 |
| 1134 | 2026-05-26T21:14:02.325Z | Downloaded h2 v0.4.13 |
| 1135 | 2026-05-26T21:14:02.327Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-26T21:14:02.330Z | Downloaded subprocess v0.2.15 |
| 1137 | 2026-05-26T21:14:02.330Z | Downloaded tokio-stream v0.1.18 |
| 1138 | 2026-05-26T21:14:02.333Z | Downloaded futures-util v0.3.32 |
| 1139 | 2026-05-26T21:14:02.340Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-26T21:14:02.343Z | Downloaded iddqd v0.4.1 |
| 1141 | 2026-05-26T21:14:02.346Z | Downloaded rsa v0.9.10 |
| 1142 | 2026-05-26T21:14:02.348Z | Downloaded zone v0.3.1 |
| 1143 | 2026-05-26T21:14:02.351Z | Downloaded libm v0.2.16 |
| 1144 | 2026-05-26T21:14:02.354Z | Downloaded socket2 v0.5.10 |
| 1145 | 2026-05-26T21:14:02.357Z | Downloaded snafu v0.8.9 |
| 1146 | 2026-05-26T21:14:02.360Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-05-26T21:14:02.360Z | Downloaded zone_cfg_derive v0.3.1 |
| 1148 | 2026-05-26T21:14:02.363Z | Downloaded vergen-lib v0.1.6 |
| 1149 | 2026-05-26T21:14:02.363Z | Downloaded vergen-git2 v9.1.0 |
| 1150 | 2026-05-26T21:14:02.363Z | Downloaded uzers v0.12.2 |
| 1151 | 2026-05-26T21:14:02.365Z | Downloaded test-strategy v0.4.5 |
| 1152 | 2026-05-26T21:14:02.368Z | Downloaded twox-hash v2.1.2 |
| 1153 | 2026-05-26T21:14:02.368Z | Downloaded libxml v0.3.3 |
| 1154 | 2026-05-26T21:14:02.371Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-05-26T21:14:02.374Z | Downloaded vergen-lib v9.1.0 |
| 1156 | 2026-05-26T21:14:02.374Z | Downloaded xattr v1.6.1 |
| 1157 | 2026-05-26T21:14:02.378Z | Downloaded whoami v1.6.1 |
| 1158 | 2026-05-26T21:14:02.378Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1159 | 2026-05-26T21:14:02.378Z | Downloaded tracing-attributes v0.1.31 |
| 1160 | 2026-05-26T21:14:02.381Z | Downloaded tinyvec v1.10.0 |
| 1161 | 2026-05-26T21:14:02.381Z | Downloaded hyper v1.8.1 |
| 1162 | 2026-05-26T21:14:02.385Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-05-26T21:14:02.394Z | Downloaded xshell v0.2.7 |
| 1164 | 2026-05-26T21:14:02.397Z | Downloaded wyz v0.5.1 |
| 1165 | 2026-05-26T21:14:02.397Z | Downloaded usdt-impl v0.6.0 |
| 1166 | 2026-05-26T21:14:02.397Z | Downloaded whoami v2.1.0 |
| 1167 | 2026-05-26T21:14:02.400Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-05-26T21:14:02.400Z | Downloaded vergen v9.1.0 |
| 1169 | 2026-05-26T21:14:02.404Z | Downloaded hkdf v0.12.4 |
| 1170 | 2026-05-26T21:14:02.404Z | Downloaded toml v0.7.8 |
| 1171 | 2026-05-26T21:14:02.407Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1172 | 2026-05-26T21:14:02.407Z | Downloaded zeroize v1.8.2 |
| 1173 | 2026-05-26T21:14:02.407Z | Downloaded tar v0.4.45 |
| 1174 | 2026-05-26T21:14:02.411Z | Downloaded p521 v0.13.3 |
| 1175 | 2026-05-26T21:14:02.413Z | Downloaded russh v0.45.0 |
| 1176 | 2026-05-26T21:14:02.416Z | Downloaded itertools v0.14.0 |
| 1177 | 2026-05-26T21:14:02.419Z | Downloaded zstd-safe v7.2.4 |
| 1178 | 2026-05-26T21:14:02.419Z | Downloaded rand v0.10.0 |
| 1179 | 2026-05-26T21:14:02.427Z | Downloaded walkdir v2.5.0 |
| 1180 | 2026-05-26T21:14:02.430Z | Downloaded typify v0.4.3 |
| 1181 | 2026-05-26T21:14:02.433Z | Downloaded tungstenite v0.23.0 |
| 1182 | 2026-05-26T21:14:02.437Z | Downloaded unicode-bidi v0.3.18 |
| 1183 | 2026-05-26T21:14:02.440Z | Downloaded typify v0.6.2 |
| 1184 | 2026-05-26T21:14:02.442Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-26T21:14:02.446Z | Downloaded unsafe-libyaml v0.2.11 |
| 1186 | 2026-05-26T21:14:02.449Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-05-26T21:14:02.452Z | Downloaded uuid v1.23.0 |
| 1188 | 2026-05-26T21:14:02.457Z | Downloaded steno v0.4.1 |
| 1189 | 2026-05-26T21:14:02.460Z | Downloaded ssh-key v0.6.7 |
| 1190 | 2026-05-26T21:14:02.463Z | Downloaded rpassword v7.4.0 |
| 1191 | 2026-05-26T21:14:02.465Z | Downloaded vte v0.14.1 |
| 1192 | 2026-05-26T21:14:02.468Z | Downloaded zstd v0.13.3 |
| 1193 | 2026-05-26T21:14:02.468Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-05-26T21:14:02.471Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-26T21:14:02.474Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-05-26T21:14:02.479Z | Downloaded rustyline v14.0.0 |
| 1197 | 2026-05-26T21:14:02.483Z | Downloaded reedline v0.40.0 |
| 1198 | 2026-05-26T21:14:02.507Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-05-26T21:14:02.510Z | Downloaded tokio-postgres v0.7.16 |
| 1200 | 2026-05-26T21:14:02.514Z | Downloaded serde_with v1.14.0 |
| 1201 | 2026-05-26T21:14:02.523Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-05-26T21:14:02.529Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-05-26T21:14:02.533Z | Downloaded reqwest v0.12.28 |
| 1204 | 2026-05-26T21:14:02.537Z | Downloaded zip v0.6.6 |
| 1205 | 2026-05-26T21:14:02.540Z | Downloaded toml_edit v0.19.15 |
| 1206 | 2026-05-26T21:14:02.549Z | Downloaded portable-atomic v1.13.1 |
| 1207 | 2026-05-26T21:14:02.553Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-05-26T21:14:02.557Z | Downloaded yansi v1.0.1 |
| 1209 | 2026-05-26T21:14:02.562Z | Downloaded p384 v0.13.1 |
| 1210 | 2026-05-26T21:14:02.565Z | Downloaded regex v1.12.3 |
| 1211 | 2026-05-26T21:14:02.568Z | Downloaded unicode_categories v0.1.1 |
| 1212 | 2026-05-26T21:14:02.571Z | Downloaded rayon v1.11.0 |
| 1213 | 2026-05-26T21:14:02.575Z | Downloaded bitvec v1.0.1 |
| 1214 | 2026-05-26T21:14:02.583Z | Downloaded quick-xml v0.37.5 |
| 1215 | 2026-05-26T21:14:02.587Z | Downloaded lalrpop v0.19.12 |
| 1216 | 2026-05-26T21:14:02.594Z | Downloaded typed-path v0.9.3 |
| 1217 | 2026-05-26T21:14:02.597Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-05-26T21:14:02.600Z | Downloaded tower v0.5.3 |
| 1219 | 2026-05-26T21:14:02.605Z | Downloaded zerocopy-derive v0.8.40 |
| 1220 | 2026-05-26T21:14:02.610Z | Downloaded unicode-segmentation v1.12.0 |
| 1221 | 2026-05-26T21:14:02.613Z | Downloaded salty v0.3.0 |
| 1222 | 2026-05-26T21:14:02.616Z | Downloaded rustls-webpki v0.101.7 |
| 1223 | 2026-05-26T21:14:02.627Z | Downloaded unicode-normalization v0.1.25 |
| 1224 | 2026-05-26T21:14:02.638Z | Downloaded zip v4.6.1 |
| 1225 | 2026-05-26T21:14:02.641Z | Downloaded tokio-util v0.7.18 |
| 1226 | 2026-05-26T21:14:02.646Z | Downloaded moka v0.12.13 |
| 1227 | 2026-05-26T21:14:02.650Z | Downloaded tower-http v0.6.8 |
| 1228 | 2026-05-26T21:14:02.653Z | Downloaded rustls-webpki v0.102.8 |
| 1229 | 2026-05-26T21:14:02.664Z | Downloaded proptest v1.10.0 |
| 1230 | 2026-05-26T21:14:02.669Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-05-26T21:14:02.674Z | Downloaded petname v2.0.2 |
| 1232 | 2026-05-26T21:14:02.687Z | Downloaded tough v0.22.0 |
| 1233 | 2026-05-26T21:14:02.692Z | Downloaded object v0.30.4 |
| 1234 | 2026-05-26T21:14:02.698Z | Downloaded serde_with v3.17.0 |
| 1235 | 2026-05-26T21:14:02.705Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-05-26T21:14:02.710Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-05-26T21:14:02.715Z | Downloaded nix v0.27.1 |
| 1238 | 2026-05-26T21:14:02.721Z | Downloaded quinn-proto v0.11.13 |
| 1239 | 2026-05-26T21:14:02.726Z | Downloaded curve25519-dalek v4.1.3 |
| 1240 | 2026-05-26T21:14:02.730Z | Downloaded radix_trie v0.2.1 |
| 1241 | 2026-05-26T21:14:02.745Z | Downloaded openssl v0.10.79 |
| 1242 | 2026-05-26T21:14:02.766Z | Downloaded nix v0.28.0 |
| 1243 | 2026-05-26T21:14:02.773Z | Downloaded tabled v0.20.0 |
| 1244 | 2026-05-26T21:14:02.783Z | Downloaded rustls v0.21.12 |
| 1245 | 2026-05-26T21:14:02.790Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-05-26T21:14:02.796Z | Downloaded time v0.3.47 |
| 1247 | 2026-05-26T21:14:02.801Z | Downloaded dropshot v0.17.0 |
| 1248 | 2026-05-26T21:14:02.814Z | Downloaded smoltcp v0.9.1 |
| 1249 | 2026-05-26T21:14:02.819Z | Downloaded regex-syntax v0.6.29 |
| 1250 | 2026-05-26T21:14:02.823Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-05-26T21:14:02.847Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-05-26T21:14:02.850Z | Downloaded hickory-proto v0.24.4 |
| 1253 | 2026-05-26T21:14:02.860Z | Downloaded webpki-roots v1.0.6 |
| 1254 | 2026-05-26T21:14:02.862Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-05-26T21:14:02.869Z | Downloaded regress v0.10.5 |
| 1256 | 2026-05-26T21:14:02.874Z | Downloaded smoltcp v0.11.0 |
| 1257 | 2026-05-26T21:14:02.881Z | Downloaded zerocopy v0.8.40 |
| 1258 | 2026-05-26T21:14:02.886Z | Downloaded rustls v0.23.37 |
| 1259 | 2026-05-26T21:14:02.895Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-05-26T21:14:02.898Z | Downloaded rustls v0.22.4 |
| 1261 | 2026-05-26T21:14:02.905Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-05-26T21:14:02.912Z | Downloaded object v0.37.3 |
| 1263 | 2026-05-26T21:14:02.918Z | Downloaded regress v0.11.1 |
| 1264 | 2026-05-26T21:14:02.923Z | Downloaded rustix v0.38.44 |
| 1265 | 2026-05-26T21:14:02.936Z | Downloaded nix v0.31.2 |
| 1266 | 2026-05-26T21:14:02.942Z | Downloaded diesel v2.3.7 |
| 1267 | 2026-05-26T21:14:02.955Z | Downloaded bstr v1.12.1 |
| 1268 | 2026-05-26T21:14:02.960Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-05-26T21:14:02.991Z | Downloaded sled v0.34.7 |
| 1270 | 2026-05-26T21:14:02.997Z | Downloaded typify-impl v0.4.3 |
| 1271 | 2026-05-26T21:14:03.006Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-05-26T21:14:03.040Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-26T21:14:03.040Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-05-26T21:14:03.040Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-05-26T21:14:03.044Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1276 | 2026-05-26T21:14:03.057Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-05-26T21:14:03.067Z | Downloaded regex-automata v0.4.14 |
| 1278 | 2026-05-26T21:14:03.090Z | Downloaded csv v1.4.0 |
| 1279 | 2026-05-26T21:14:03.102Z | Downloaded chrono-tz v0.10.4 |
| 1280 | 2026-05-26T21:14:03.113Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-05-26T21:14:03.132Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1282 | 2026-05-26T21:14:03.142Z | Downloaded petgraph v0.8.3 |
| 1283 | 2026-05-26T21:14:03.155Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-05-26T21:14:03.167Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-05-26T21:14:03.177Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-05-26T21:14:03.230Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-26T21:14:03.243Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-26T21:14:03.294Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-26T21:14:03.793Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-26T21:14:04.059Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-26T21:14:04.062Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-26T21:14:04.062Z | Compiling log v0.4.29 |
| 1293 | 2026-05-26T21:14:04.062Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-26T21:14:04.062Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-05-26T21:14:04.062Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-26T21:14:04.198Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-26T21:14:04.201Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-26T21:14:04.244Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-26T21:14:04.247Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-26T21:14:04.258Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-26T21:14:04.321Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-26T21:14:04.333Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-26T21:14:04.336Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-26T21:14:04.336Z | Compiling portable-atomic v1.13.1 |
| 1305 | 2026-05-26T21:14:04.361Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-05-26T21:14:04.386Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-05-26T21:14:04.410Z | Compiling lock_api v0.4.14 |
| 1308 | 2026-05-26T21:14:04.429Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-26T21:14:04.501Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-26T21:14:04.539Z | Compiling libm v0.2.16 |
| 1311 | 2026-05-26T21:14:04.570Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-26T21:14:04.582Z | Compiling futures-core v0.3.32 |
| 1313 | 2026-05-26T21:14:04.596Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-26T21:14:04.625Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-26T21:14:04.712Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-05-26T21:14:04.715Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-26T21:14:04.727Z | Compiling slab v0.4.12 |
| 1318 | 2026-05-26T21:14:04.771Z | Compiling getrandom v0.4.1 |
| 1319 | 2026-05-26T21:14:04.784Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-05-26T21:14:04.838Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-05-26T21:14:04.840Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-05-26T21:14:04.879Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-05-26T21:14:04.909Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-26T21:14:04.950Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-26T21:14:04.954Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-05-26T21:14:04.979Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-26T21:14:05.025Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-26T21:14:05.052Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-05-26T21:14:05.066Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-26T21:14:05.093Z | Compiling base64ct v1.8.3 |
| 1331 | 2026-05-26T21:14:05.130Z | Compiling iana-time-zone v0.1.65 |
| 1332 | 2026-05-26T21:14:05.157Z | Compiling regex-syntax v0.8.10 |
| 1333 | 2026-05-26T21:14:05.171Z | Compiling rustix v1.1.3 |
| 1334 | 2026-05-26T21:14:05.185Z | Compiling flagset v0.4.7 |
| 1335 | 2026-05-26T21:14:05.204Z | Compiling getrandom v0.2.17 |
| 1336 | 2026-05-26T21:14:05.289Z | Compiling jobserver v0.1.34 |
| 1337 | 2026-05-26T21:14:05.306Z | Compiling errno v0.3.14 |
| 1338 | 2026-05-26T21:14:05.353Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-05-26T21:14:05.356Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-26T21:14:05.379Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-26T21:14:05.398Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-05-26T21:14:05.461Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-05-26T21:14:05.553Z | Compiling cc v1.2.56 |
| 1344 | 2026-05-26T21:14:05.570Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-26T21:14:05.659Z | Compiling pem-rfc7468 v0.7.0 |
| 1346 | 2026-05-26T21:14:05.675Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-26T21:14:05.720Z | Compiling aws-lc-rs v1.16.3 |
| 1348 | 2026-05-26T21:14:05.781Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-26T21:14:05.838Z | Compiling tracing-core v0.1.36 |
| 1350 | 2026-05-26T21:14:05.852Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-26T21:14:05.870Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-26T21:14:05.961Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-05-26T21:14:05.996Z | Compiling httparse v1.10.1 |
| 1354 | 2026-05-26T21:14:06.011Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-05-26T21:14:06.025Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-26T21:14:06.117Z | Compiling tinyvec_macros v0.1.1 |
| 1357 | 2026-05-26T21:14:06.158Z | Compiling untrusted v0.9.0 |
| 1358 | 2026-05-26T21:14:06.194Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-26T21:14:06.208Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-26T21:14:06.211Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-05-26T21:14:06.237Z | Compiling schemars v0.8.22 |
| 1362 | 2026-05-26T21:14:06.240Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-05-26T21:14:06.265Z | Compiling tower-service v0.3.3 |
| 1364 | 2026-05-26T21:14:06.297Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-05-26T21:14:06.368Z | Compiling cmake v0.1.57 |
| 1366 | 2026-05-26T21:14:06.396Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-05-26T21:14:06.397Z | Compiling rustls v0.23.37 |
| 1368 | 2026-05-26T21:14:06.428Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-26T21:14:06.431Z | Compiling openssl v0.10.79 |
| 1370 | 2026-05-26T21:14:06.459Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2026-05-26T21:14:06.462Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-26T21:14:06.515Z | Compiling want v0.3.1 |
| 1373 | 2026-05-26T21:14:06.518Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-26T21:14:06.542Z | Compiling spin v0.9.8 |
| 1375 | 2026-05-26T21:14:06.545Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-05-26T21:14:06.573Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-26T21:14:06.576Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-26T21:14:06.600Z | Compiling native-tls v0.2.18 |
| 1379 | 2026-05-26T21:14:06.641Z | Compiling powerfmt v0.2.0 |
| 1380 | 2026-05-26T21:14:06.697Z | Compiling crc32fast v1.5.0 |
| 1381 | 2026-05-26T21:14:06.709Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-26T21:14:06.725Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-26T21:14:06.728Z | Compiling num_threads v0.1.7 |
| 1384 | 2026-05-26T21:14:06.778Z | Compiling time-macros v0.2.27 |
| 1385 | 2026-05-26T21:14:06.781Z | Compiling crossbeam-utils v0.8.21 |
| 1386 | 2026-05-26T21:14:06.784Z | Compiling deranged v0.5.8 |
| 1387 | 2026-05-26T21:14:06.813Z | Compiling simd-adler32 v0.3.8 |
| 1388 | 2026-05-26T21:14:06.829Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-05-26T21:14:06.842Z | Compiling siphasher v1.0.2 |
| 1390 | 2026-05-26T21:14:06.858Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-05-26T21:14:06.861Z | Compiling syn v1.0.109 |
| 1392 | 2026-05-26T21:14:06.949Z | Compiling tempfile v3.25.0 |
| 1393 | 2026-05-26T21:14:06.999Z | Compiling bit-vec v0.8.0 |
| 1394 | 2026-05-26T21:14:07.015Z | Compiling slog v2.8.2 |
| 1395 | 2026-05-26T21:14:07.048Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-26T21:14:07.077Z | Compiling heapless v0.7.17 |
| 1397 | 2026-05-26T21:14:07.124Z | Compiling rand_xorshift v0.4.0 |
| 1398 | 2026-05-26T21:14:07.139Z | Compiling thread-id v5.1.0 |
| 1399 | 2026-05-26T21:14:07.186Z | Compiling bit-set v0.8.0 |
| 1400 | 2026-05-26T21:14:07.210Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-05-26T21:14:07.225Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-05-26T21:14:07.228Z | Compiling ring v0.17.14 |
| 1403 | 2026-05-26T21:14:07.253Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-05-26T21:14:07.256Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-26T21:14:07.256Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-05-26T21:14:07.306Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-05-26T21:14:07.336Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1408 | 2026-05-26T21:14:07.340Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-05-26T21:14:07.418Z | Compiling darling_core v0.21.3 |
| 1410 | 2026-05-26T21:14:07.592Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-05-26T21:14:07.692Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-26T21:14:07.824Z | Compiling signal-hook v0.3.18 |
| 1413 | 2026-05-26T21:14:07.870Z | Compiling unicode-bidi v0.3.18 |
| 1414 | 2026-05-26T21:14:07.892Z | Compiling time v0.3.47 |
| 1415 | 2026-05-26T21:14:07.905Z | Compiling iri-string v0.7.10 |
| 1416 | 2026-05-26T21:14:07.922Z | Compiling adler2 v2.0.1 |
| 1417 | 2026-05-26T21:14:07.993Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-26T21:14:08.005Z | Compiling anyhow v1.0.102 |
| 1419 | 2026-05-26T21:14:08.022Z | Compiling ryu v1.0.23 |
| 1420 | 2026-05-26T21:14:08.055Z | Compiling unicode-properties v0.1.4 |
| 1421 | 2026-05-26T21:14:08.210Z | Compiling zstd-safe v7.2.4 |
| 1422 | 2026-05-26T21:14:08.239Z | Compiling unarray v0.1.4 |
| 1423 | 2026-05-26T21:14:08.272Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-05-26T21:14:08.342Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-26T21:14:08.358Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-05-26T21:14:08.712Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-05-26T21:14:08.876Z | Compiling vergen-lib v9.1.0 |
| 1428 | 2026-05-26T21:14:08.990Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-05-26T21:14:09.054Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-05-26T21:14:09.077Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-05-26T21:14:09.080Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-05-26T21:14:09.118Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-05-26T21:14:09.173Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-05-26T21:14:09.496Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-05-26T21:14:09.517Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-05-26T21:14:09.532Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-05-26T21:14:09.692Z | Compiling der_derive v0.7.3 |
| 1438 | 2026-05-26T21:14:09.734Z | Compiling zeroize v1.8.2 |
| 1439 | 2026-05-26T21:14:10.040Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-05-26T21:14:10.276Z | Compiling thiserror-impl v2.0.18 |
| 1441 | 2026-05-26T21:14:10.279Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-05-26T21:14:10.305Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-05-26T21:14:10.308Z | Compiling pest_derive v2.8.6 |
| 1444 | 2026-05-26T21:14:10.365Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-05-26T21:14:10.516Z | Compiling crypto-common v0.1.7 |
| 1446 | 2026-05-26T21:14:10.532Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-05-26T21:14:10.532Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-05-26T21:14:10.678Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-26T21:14:10.693Z | Compiling digest v0.10.7 |
| 1450 | 2026-05-26T21:14:10.696Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-26T21:14:10.738Z | Compiling der v0.7.10 |
| 1452 | 2026-05-26T21:14:10.768Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-05-26T21:14:10.867Z | Compiling zerovec v0.11.5 |
| 1454 | 2026-05-26T21:14:10.881Z | Compiling zerotrie v0.2.3 |
| 1455 | 2026-05-26T21:14:10.980Z | Compiling hmac v0.12.1 |
| 1456 | 2026-05-26T21:14:11.148Z | Compiling inout v0.1.4 |
| 1457 | 2026-05-26T21:14:11.191Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-05-26T21:14:11.265Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-26T21:14:11.334Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-26T21:14:11.373Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-26T21:14:11.395Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-26T21:14:11.579Z | Compiling icu_locale_core v2.1.1 |
| 1463 | 2026-05-26T21:14:11.598Z | Compiling icu_collections v2.1.1 |
| 1464 | 2026-05-26T21:14:11.625Z | Compiling spki v0.7.3 |
| 1465 | 2026-05-26T21:14:11.641Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-26T21:14:11.681Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-26T21:14:11.684Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-05-26T21:14:11.709Z | Compiling tracing v0.1.44 |
| 1469 | 2026-05-26T21:14:11.814Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-05-26T21:14:11.843Z | Compiling aes v0.8.4 |
| 1471 | 2026-05-26T21:14:11.859Z | Compiling cbc v0.1.2 |
| 1472 | 2026-05-26T21:14:11.920Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-26T21:14:11.998Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-05-26T21:14:12.013Z | Compiling goblin v0.10.5 |
| 1475 | 2026-05-26T21:14:12.028Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-05-26T21:14:12.084Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-26T21:14:12.087Z | Compiling signature v2.2.0 |
| 1478 | 2026-05-26T21:14:12.294Z | Compiling icu_provider v2.1.1 |
| 1479 | 2026-05-26T21:14:12.333Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-05-26T21:14:12.388Z | Compiling webpki-roots v1.0.6 |
| 1481 | 2026-05-26T21:14:12.423Z | Compiling bytes v1.11.1 |
| 1482 | 2026-05-26T21:14:12.437Z | Compiling chrono v0.4.44 |
| 1483 | 2026-05-26T21:14:12.480Z | Compiling ipnet v2.11.0 |
| 1484 | 2026-05-26T21:14:12.522Z | Compiling darling v0.20.11 |
| 1485 | 2026-05-26T21:14:12.636Z | Compiling icu_properties v2.1.2 |
| 1486 | 2026-05-26T21:14:12.642Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-26T21:14:12.642Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-05-26T21:14:12.671Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-05-26T21:14:12.842Z | Compiling scroll_derive v0.12.1 |
| 1490 | 2026-05-26T21:14:12.868Z | Compiling thiserror-impl v1.0.69 |
| 1491 | 2026-05-26T21:14:12.905Z | Compiling tokio v1.52.1 |
| 1492 | 2026-05-26T21:14:12.998Z | Compiling http v1.4.0 |
| 1493 | 2026-05-26T21:14:13.013Z | Compiling serde_urlencoded v0.7.1 |
| 1494 | 2026-05-26T21:14:13.047Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-26T21:14:13.190Z | Compiling serde_tokenstream v0.2.3 |
| 1496 | 2026-05-26T21:14:13.271Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-05-26T21:14:13.317Z | Compiling erased-serde v0.3.31 |
| 1498 | 2026-05-26T21:14:13.442Z | Compiling md-5 v0.10.6 |
| 1499 | 2026-05-26T21:14:13.538Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-05-26T21:14:13.551Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-05-26T21:14:13.564Z | Compiling scroll v0.12.0 |
| 1502 | 2026-05-26T21:14:13.659Z | Compiling idna v1.1.0 |
| 1503 | 2026-05-26T21:14:13.701Z | Compiling http-body v1.0.1 |
| 1504 | 2026-05-26T21:14:13.728Z | Compiling derive_builder_macro v0.20.2 |
| 1505 | 2026-05-26T21:14:13.777Z | Compiling darling_macro v0.21.3 |
| 1506 | 2026-05-26T21:14:13.853Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-05-26T21:14:13.871Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-05-26T21:14:13.887Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-05-26T21:14:13.890Z | Compiling bstr v1.12.1 |
| 1510 | 2026-05-26T21:14:13.915Z | Compiling async-trait v0.1.89 |
| 1511 | 2026-05-26T21:14:14.001Z | Compiling url v2.5.8 |
| 1512 | 2026-05-26T21:14:14.129Z | Compiling rand v0.9.2 |
| 1513 | 2026-05-26T21:14:14.229Z | Compiling zerocopy-derive v0.7.35 |
| 1514 | 2026-05-26T21:14:14.242Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-05-26T21:14:14.291Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-26T21:14:14.343Z | Compiling curve25519-dalek v4.1.3 |
| 1517 | 2026-05-26T21:14:14.362Z | Compiling ff v0.13.1 |
| 1518 | 2026-05-26T21:14:14.577Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-05-26T21:14:14.592Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-05-26T21:14:14.696Z | Compiling proptest v1.10.0 |
| 1521 | 2026-05-26T21:14:14.722Z | Compiling encoding_rs v0.8.35 |
| 1522 | 2026-05-26T21:14:14.809Z | Compiling dof v0.4.0 |
| 1523 | 2026-05-26T21:14:14.841Z | Compiling ref-cast v1.0.25 |
| 1524 | 2026-05-26T21:14:14.962Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-05-26T21:14:14.998Z | Compiling mime v0.3.17 |
| 1526 | 2026-05-26T21:14:15.062Z | Compiling base16ct v0.2.0 |
| 1527 | 2026-05-26T21:14:15.137Z | Compiling smoltcp v0.9.1 |
| 1528 | 2026-05-26T21:14:15.152Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-26T21:14:15.166Z | Compiling psl-types v2.0.11 |
| 1530 | 2026-05-26T21:14:15.181Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-05-26T21:14:15.236Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-05-26T21:14:15.259Z | Compiling litrs v1.0.0 |
| 1533 | 2026-05-26T21:14:15.277Z | Compiling rustix v0.38.44 |
| 1534 | 2026-05-26T21:14:15.307Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-05-26T21:14:15.445Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-26T21:14:15.494Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-26T21:14:15.565Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-05-26T21:14:15.602Z | Compiling nix v0.31.2 |
| 1539 | 2026-05-26T21:14:15.616Z | Compiling sec1 v0.7.3 |
| 1540 | 2026-05-26T21:14:15.746Z | Compiling oxnet v0.1.4 |
| 1541 | 2026-05-26T21:14:15.800Z | Compiling document-features v0.2.12 |
| 1542 | 2026-05-26T21:14:15.885Z | Compiling zerocopy v0.7.35 |
| 1543 | 2026-05-26T21:14:16.014Z | Compiling group v0.13.0 |
| 1544 | 2026-05-26T21:14:16.042Z | Compiling darling v0.21.3 |
| 1545 | 2026-05-26T21:14:16.077Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-05-26T21:14:16.130Z | Compiling rand v0.8.6 |
| 1547 | 2026-05-26T21:14:16.146Z | Compiling goblin v0.8.2 |
| 1548 | 2026-05-26T21:14:16.149Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-05-26T21:14:16.189Z | Compiling hex v0.4.3 |
| 1550 | 2026-05-26T21:14:16.205Z | Compiling hubpack_derive v0.1.1 |
| 1551 | 2026-05-26T21:14:16.220Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-26T21:14:16.270Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-26T21:14:16.397Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-26T21:14:16.444Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-05-26T21:14:16.459Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-05-26T21:14:16.472Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-26T21:14:16.472Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-05-26T21:14:16.499Z | Compiling ref-cast-impl v1.0.25 |
| 1559 | 2026-05-26T21:14:16.573Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-05-26T21:14:16.681Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-05-26T21:14:16.708Z | Compiling tower v0.5.3 |
| 1562 | 2026-05-26T21:14:16.848Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-05-26T21:14:16.957Z | Compiling newtype-uuid v1.3.2 |
| 1564 | 2026-05-26T21:14:17.148Z | Compiling tower-http v0.6.8 |
| 1565 | 2026-05-26T21:14:17.182Z | Compiling phf_shared v0.13.1 |
| 1566 | 2026-05-26T21:14:17.217Z | Compiling terminal_size v0.4.3 |
| 1567 | 2026-05-26T21:14:17.305Z | Compiling lazy_static v1.5.0 |
| 1568 | 2026-05-26T21:14:17.349Z | Compiling h2 v0.4.13 |
| 1569 | 2026-05-26T21:14:17.352Z | Compiling vergen v9.1.0 |
| 1570 | 2026-05-26T21:14:17.378Z | Compiling cargo-platform v0.3.2 |
| 1571 | 2026-05-26T21:14:17.415Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-05-26T21:14:17.441Z | Compiling ahash v0.8.12 |
| 1573 | 2026-05-26T21:14:17.566Z | Compiling same-file v1.0.6 |
| 1574 | 2026-05-26T21:14:17.581Z | Compiling object v0.37.3 |
| 1575 | 2026-05-26T21:14:17.584Z | Compiling unicode-segmentation v1.12.0 |
| 1576 | 2026-05-26T21:14:17.616Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-05-26T21:14:17.658Z | Compiling winnow v0.5.40 |
| 1578 | 2026-05-26T21:14:17.672Z | Compiling managed v0.8.0 |
| 1579 | 2026-05-26T21:14:17.716Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-05-26T21:14:17.746Z | Compiling bumpalo v3.20.2 |
| 1581 | 2026-05-26T21:14:17.854Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-05-26T21:14:17.893Z | Compiling bitflags v1.3.2 |
| 1583 | 2026-05-26T21:14:17.978Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-05-26T21:14:17.992Z | Compiling hashbrown v0.15.5 |
| 1585 | 2026-05-26T21:14:18.011Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-05-26T21:14:18.035Z | Compiling hashbrown v0.16.1 |
| 1587 | 2026-05-26T21:14:18.397Z | Compiling snafu v0.8.9 |
| 1588 | 2026-05-26T21:14:18.416Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-26T21:14:18.431Z | Compiling bzip2 v0.6.1 |
| 1590 | 2026-05-26T21:14:18.444Z | Compiling clap_builder v4.5.60 |
| 1591 | 2026-05-26T21:14:18.480Z | Compiling walkdir v2.5.0 |
| 1592 | 2026-05-26T21:14:18.535Z | Compiling strum v0.27.2 |
| 1593 | 2026-05-26T21:14:18.687Z | Compiling daft v0.1.7 |
| 1594 | 2026-05-26T21:14:18.716Z | Compiling cargo_metadata v0.23.1 |
| 1595 | 2026-05-26T21:14:18.734Z | Compiling phf v0.13.1 |
| 1596 | 2026-05-26T21:14:18.770Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-05-26T21:14:18.785Z | Compiling elliptic-curve v0.13.8 |
| 1598 | 2026-05-26T21:14:18.898Z | Compiling cookie_store v0.22.1 |
| 1599 | 2026-05-26T21:14:18.913Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-05-26T21:14:18.970Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-05-26T21:14:18.986Z | Compiling usdt-attr-macro v0.6.0 |
| 1602 | 2026-05-26T21:14:19.148Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-26T21:14:19.170Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-05-26T21:14:19.197Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-26T21:14:19.214Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-26T21:14:19.217Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-26T21:14:19.315Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-26T21:14:19.510Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-26T21:14:19.576Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-26T21:14:19.700Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-26T21:14:19.806Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-26T21:14:19.898Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-05-26T21:14:19.947Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-26T21:14:20.075Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-05-26T21:14:20.106Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-26T21:14:20.120Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-26T21:14:20.134Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-05-26T21:14:20.247Z | Compiling strum_macros v0.26.4 |
| 1619 | 2026-05-26T21:14:20.291Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-26T21:14:20.291Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-05-26T21:14:20.319Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-26T21:14:20.373Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-26T21:14:20.483Z | Compiling hyper v1.8.1 |
| 1624 | 2026-05-26T21:14:20.523Z | Compiling pem v3.0.6 |
| 1625 | 2026-05-26T21:14:20.540Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-05-26T21:14:20.674Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-26T21:14:20.703Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-26T21:14:20.730Z | Compiling difflib v0.4.0 |
| 1629 | 2026-05-26T21:14:20.772Z | Compiling static_assertions v1.1.0 |
| 1630 | 2026-05-26T21:14:20.784Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2026-05-26T21:14:20.856Z | Compiling data-encoding v2.10.0 |
| 1632 | 2026-05-26T21:14:20.870Z | Compiling precomputed-hash v0.1.1 |
| 1633 | 2026-05-26T21:14:20.873Z | Compiling keccak v0.1.6 |
| 1634 | 2026-05-26T21:14:20.970Z | Compiling predicates-core v1.0.10 |
| 1635 | 2026-05-26T21:14:20.983Z | Compiling either v1.15.0 |
| 1636 | 2026-05-26T21:14:21.030Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-26T21:14:21.137Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-26T21:14:21.162Z | Compiling jiff v0.2.21 |
| 1639 | 2026-05-26T21:14:21.206Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-05-26T21:14:21.313Z | Compiling whoami v2.1.0 |
| 1641 | 2026-05-26T21:14:21.436Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-05-26T21:14:21.473Z | Compiling petgraph v0.6.5 |
| 1643 | 2026-05-26T21:14:21.511Z | Compiling itertools v0.13.0 |
| 1644 | 2026-05-26T21:14:21.559Z | Compiling tokio-postgres v0.7.16 |
| 1645 | 2026-05-26T21:14:21.706Z | Compiling hyper-util v0.1.20 |
| 1646 | 2026-05-26T21:14:21.720Z | Compiling petgraph v0.8.3 |
| 1647 | 2026-05-26T21:14:21.757Z | Compiling hickory-proto v0.25.2 |
| 1648 | 2026-05-26T21:14:21.825Z | Compiling predicates v3.1.4 |
| 1649 | 2026-05-26T21:14:21.864Z | Compiling sha3 v0.10.8 |
| 1650 | 2026-05-26T21:14:22.031Z | Compiling strum v0.26.3 |
| 1651 | 2026-05-26T21:14:22.108Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-05-26T21:14:22.132Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-26T21:14:22.184Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-05-26T21:14:22.227Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-26T21:14:22.336Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1656 | 2026-05-26T21:14:22.361Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-26T21:14:22.401Z | Compiling usdt v0.6.0 |
| 1658 | 2026-05-26T21:14:22.488Z | Compiling toml v0.7.8 |
| 1659 | 2026-05-26T21:14:22.606Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-05-26T21:14:22.684Z | Compiling ecdsa v0.16.9 |
| 1661 | 2026-05-26T21:14:22.768Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-26T21:14:22.961Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-05-26T21:14:22.965Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-26T21:14:23.091Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-05-26T21:14:23.450Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-26T21:14:23.544Z | Compiling iddqd v0.4.1 |
| 1667 | 2026-05-26T21:14:23.780Z | Compiling zip v4.6.1 |
| 1668 | 2026-05-26T21:14:24.069Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-26T21:14:24.085Z | Compiling heck v0.4.1 |
| 1670 | 2026-05-26T21:14:24.106Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-26T21:14:24.342Z | Compiling tokio-stream v0.1.18 |
| 1672 | 2026-05-26T21:14:24.369Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-05-26T21:14:24.391Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1674 | 2026-05-26T21:14:24.667Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-26T21:14:24.714Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-26T21:14:24.773Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-26T21:14:24.794Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-26T21:14:24.794Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-26T21:14:24.842Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-26T21:14:24.920Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-26T21:14:24.951Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-26T21:14:24.971Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-26T21:14:25.031Z | Compiling filetime v0.2.27 |
| 1684 | 2026-05-26T21:14:25.037Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-26T21:14:25.137Z | Compiling xattr v1.6.1 |
| 1686 | 2026-05-26T21:14:25.152Z | Compiling term v1.2.1 |
| 1687 | 2026-05-26T21:14:25.152Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-05-26T21:14:25.264Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-26T21:14:25.458Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-26T21:14:43.049Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-26T21:14:45.829Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-26T21:14:45.829Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-26T21:14:46.027Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-26T21:14:46.226Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-26T21:14:46.227Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-26T21:14:47.448Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-26T21:14:49.939Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-26T21:14:50.178Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-26T21:14:52.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s |
| 1700 | 2026-05-26T21:14:53.128Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-26T21:14:53.183Z | May 26 21:14:52.058 INFO Starting download, target: Clickhouse |
| 1702 | 2026-05-26T21:14:53.183Z | May 26 21:14:52.059 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-26T21:14:53.183Z | May 26 21:14:52.059 INFO Starting download, target: Console |
| 1704 | 2026-05-26T21:14:53.186Z | May 26 21:14:52.059 INFO Starting download, target: DendriteStub |
| 1705 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.059 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.059 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1709 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1710 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1711 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1712 | 2026-05-26T21:14:53.187Z | May 26 21:14:52.060 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1713 | 2026-05-26T21:14:53.533Z | May 26 21:14:52.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-26T21:14:53.785Z | May 26 21:14:52.660 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-26T21:14:54.265Z | May 26 21:14:53.062 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-26T21:14:54.441Z | May 26 21:14:53.302 INFO Download complete, target: Console |
| 1717 | 2026-05-26T21:14:55.472Z | May 26 21:14:54.315 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-26T21:14:55.781Z | May 26 21:14:54.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-05-26T21:14:56.749Z | May 26 21:14:55.606 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-05-26T21:14:56.869Z | May 26 21:14:55.727 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-26T21:14:56.870Z | May 26 21:14:55.727 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-26T21:14:57.865Z | May 26 21:14:56.712 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-26T21:14:58.252Z | May 26 21:14:57.116 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-26T21:15:01.635Z | May 26 21:15:00.512 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-05-26T21:15:01.915Z | May 26 21:15:00.791 INFO Download complete, target: Cockroach |
| 1726 | 2026-05-26T21:15:03.602Z | May 26 21:15:02.478 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-05-26T21:15:03.742Z | May 26 21:15:02.619 INFO Download complete, target: Clickhouse |
| 1728 | 2026-05-26T21:15:03.748Z | All prerequisites installed successfully |
| 1729 | 2026-05-26T21:15:03.751Z | |
| 1730 | 2026-05-26T21:15:03.751Z | real 2:05.117233460 |
| 1731 | 2026-05-26T21:15:03.751Z | user 6:53.517638500 |
| 1732 | 2026-05-26T21:15:03.751Z | sys 1:42.148658012 |
| 1733 | 2026-05-26T21:15:03.751Z | trap 0.228853283 |
| 1734 | 2026-05-26T21:15:03.751Z | tflt 2.668682201 |
| 1735 | 2026-05-26T21:15:03.751Z | dflt 3.311843259 |
| 1736 | 2026-05-26T21:15:03.751Z | kflt 0.090676539 |
| 1737 | 2026-05-26T21:15:03.751Z | lock 23:08.615883267 |
| 1738 | 2026-05-26T21:15:03.751Z | slp 19:20.917303658 |
| 1739 | 2026-05-26T21:15:03.751Z | lat 23.136038542 |
| 1740 | 2026-05-26T21:15:03.751Z | stop 2:48.319641530 |
| 1741 | 2026-05-26T21:15:03.751Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-26T21:15:04.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1743 | 2026-05-26T21:15:04.294Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-26T21:15:05.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-05-26T21:15:05.121Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-26T21:15:05.173Z | May 26 21:15:04.041 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-26T21:15:05.180Z | May 26 21:15:04.042 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-26T21:15:05.907Z | May 26 21:15:04.763 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-26T21:15:05.919Z | |
| 1750 | 2026-05-26T21:15:05.919Z | real 2.135082998 |
| 1751 | 2026-05-26T21:15:05.919Z | user 1.322149571 |
| 1752 | 2026-05-26T21:15:05.919Z | sys 0.652863377 |
| 1753 | 2026-05-26T21:15:05.919Z | trap 0.000554310 |
| 1754 | 2026-05-26T21:15:05.919Z | tflt 0.000183900 |
| 1755 | 2026-05-26T21:15:05.919Z | dflt 0.000251000 |
| 1756 | 2026-05-26T21:15:05.919Z | kflt 0.000000000 |
| 1757 | 2026-05-26T21:15:05.919Z | lock 13.528369041 |
| 1758 | 2026-05-26T21:15:05.919Z | slp 0.596897455 |
| 1759 | 2026-05-26T21:15:05.919Z | lat 0.079373335 |
| 1760 | 2026-05-26T21:15:05.919Z | stop 0.000171460 |
| 1761 | 2026-05-26T21:15:05.920Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-26T21:15:05.920Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-26T21:15:05.920Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-26T21:15:06.793Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-26T21:15:06.793Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-26T21:15:06.793Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-26T21:15:06.793Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-26T21:15:06.793Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-26T21:15:06.796Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-26T21:15:06.796Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-26T21:15:06.796Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-26T21:15:06.796Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-26T21:15:06.796Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-26T21:15:06.796Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-26T21:15:06.796Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-26T21:15:06.796Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-26T21:15:06.937Z | Compiling memchr v2.8.0 |
| 1778 | 2026-05-26T21:15:06.940Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-26T21:15:07.160Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-26T21:15:07.220Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-26T21:15:07.236Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-05-26T21:15:07.243Z | Compiling generic-array v0.14.7 |
| 1783 | 2026-05-26T21:15:07.249Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-05-26T21:15:07.340Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-26T21:15:07.435Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-05-26T21:15:07.515Z | Compiling num-traits v0.2.19 |
| 1787 | 2026-05-26T21:15:07.518Z | Compiling icu_normalizer_data v2.1.1 |
| 1788 | 2026-05-26T21:15:07.518Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-26T21:15:07.563Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-26T21:15:07.566Z | Compiling log v0.4.29 |
| 1791 | 2026-05-26T21:15:07.628Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-26T21:15:07.633Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-26T21:15:07.676Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-26T21:15:07.829Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-26T21:15:07.860Z | Compiling jobserver v0.1.34 |
| 1796 | 2026-05-26T21:15:07.863Z | Compiling getrandom v0.2.17 |
| 1797 | 2026-05-26T21:15:07.893Z | Compiling errno v0.3.14 |
| 1798 | 2026-05-26T21:15:07.969Z | Compiling lock_api v0.4.14 |
| 1799 | 2026-05-26T21:15:08.012Z | Compiling litemap v0.8.1 |
| 1800 | 2026-05-26T21:15:08.052Z | Compiling rand_core v0.6.4 |
| 1801 | 2026-05-26T21:15:08.112Z | Compiling cc v1.2.56 |
| 1802 | 2026-05-26T21:15:08.139Z | Compiling percent-encoding v2.3.2 |
| 1803 | 2026-05-26T21:15:08.155Z | Compiling writeable v0.6.2 |
| 1804 | 2026-05-26T21:15:08.257Z | Compiling pin-project-lite v0.2.17 |
| 1805 | 2026-05-26T21:15:08.277Z | Compiling fnv v1.0.7 |
| 1806 | 2026-05-26T21:15:08.294Z | Compiling syn v2.0.117 |
| 1807 | 2026-05-26T21:15:08.378Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-26T21:15:08.445Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-26T21:15:08.486Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-05-26T21:15:08.491Z | Compiling equivalent v1.0.2 |
| 1811 | 2026-05-26T21:15:08.529Z | Compiling dunce v1.0.5 |
| 1812 | 2026-05-26T21:15:08.579Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-26T21:15:08.582Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-05-26T21:15:08.630Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2026-05-26T21:15:08.633Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-05-26T21:15:08.733Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-26T21:15:08.790Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-26T21:15:08.836Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-26T21:15:08.866Z | Compiling cmake v0.1.57 |
| 1820 | 2026-05-26T21:15:08.937Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-05-26T21:15:08.952Z | Compiling rustix v1.1.3 |
| 1822 | 2026-05-26T21:15:09.026Z | Compiling socket2 v0.6.3 |
| 1823 | 2026-05-26T21:15:09.074Z | Compiling mio v1.2.0 |
| 1824 | 2026-05-26T21:15:09.271Z | Compiling once_cell v1.21.3 |
| 1825 | 2026-05-26T21:15:09.299Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-05-26T21:15:09.364Z | Compiling semver v1.0.28 |
| 1827 | 2026-05-26T21:15:09.405Z | Compiling const-oid v0.9.6 |
| 1828 | 2026-05-26T21:15:09.477Z | Compiling bitflags v2.11.0 |
| 1829 | 2026-05-26T21:15:09.503Z | Compiling ring v0.17.14 |
| 1830 | 2026-05-26T21:15:09.532Z | Compiling aws-lc-sys v0.40.0 |
| 1831 | 2026-05-26T21:15:09.548Z | Compiling indexmap v2.14.0 |
| 1832 | 2026-05-26T21:15:09.699Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-05-26T21:15:09.701Z | Compiling heck v0.5.0 |
| 1834 | 2026-05-26T21:15:09.749Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-26T21:15:09.846Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-26T21:15:09.930Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-26T21:15:09.935Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-05-26T21:15:09.961Z | Compiling strsim v0.11.1 |
| 1839 | 2026-05-26T21:15:10.088Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-05-26T21:15:10.193Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-05-26T21:15:10.242Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-05-26T21:15:10.259Z | Compiling pest v2.8.6 |
| 1843 | 2026-05-26T21:15:10.293Z | Compiling syn v1.0.109 |
| 1844 | 2026-05-26T21:15:10.326Z | Compiling ident_case v1.0.1 |
| 1845 | 2026-05-26T21:15:10.326Z | Compiling regex-syntax v0.8.10 |
| 1846 | 2026-05-26T21:15:10.359Z | Compiling uuid v1.23.0 |
| 1847 | 2026-05-26T21:15:10.394Z | Compiling cpufeatures v0.2.17 |
| 1848 | 2026-05-26T21:15:10.397Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-26T21:15:10.507Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-26T21:15:10.674Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-26T21:15:10.695Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-26T21:15:10.767Z | Compiling futures-task v0.3.32 |
| 1853 | 2026-05-26T21:15:10.825Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-05-26T21:15:10.920Z | Compiling futures-io v0.3.32 |
| 1855 | 2026-05-26T21:15:10.962Z | Compiling slab v0.4.12 |
| 1856 | 2026-05-26T21:15:11.008Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-26T21:15:11.098Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-26T21:15:11.121Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-26T21:15:11.172Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-05-26T21:15:11.338Z | Compiling pest_meta v2.8.6 |
| 1861 | 2026-05-26T21:15:11.354Z | Compiling openssl v0.10.79 |
| 1862 | 2026-05-26T21:15:11.392Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-26T21:15:11.407Z | Compiling plain v0.2.3 |
| 1864 | 2026-05-26T21:15:11.507Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-05-26T21:15:11.530Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-05-26T21:15:11.626Z | Compiling time-core v0.1.8 |
| 1867 | 2026-05-26T21:15:11.667Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-26T21:15:11.832Z | Compiling regex-automata v0.4.14 |
| 1869 | 2026-05-26T21:15:11.837Z | Compiling time-macros v0.2.27 |
| 1870 | 2026-05-26T21:15:11.879Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-05-26T21:15:11.894Z | Compiling native-tls v0.2.18 |
| 1872 | 2026-05-26T21:15:11.898Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-26T21:15:11.941Z | Compiling pest_generator v2.8.6 |
| 1874 | 2026-05-26T21:15:11.984Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-26T21:15:12.032Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-26T21:15:12.142Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1877 | 2026-05-26T21:15:12.158Z | Compiling pem-rfc7468 v0.7.0 |
| 1878 | 2026-05-26T21:15:12.222Z | Compiling tracing-core v0.1.36 |
| 1879 | 2026-05-26T21:15:12.320Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-26T21:15:12.422Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-26T21:15:12.447Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-26T21:15:12.450Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-26T21:15:12.528Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-26T21:15:12.544Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-26T21:15:12.579Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-26T21:15:12.604Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-26T21:15:12.813Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-26T21:15:13.017Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-26T21:15:13.283Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-26T21:15:13.310Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-26T21:15:13.407Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-26T21:15:13.594Z | Compiling zerofrom v0.1.6 |
| 1893 | 2026-05-26T21:15:13.624Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-26T21:15:13.741Z | Compiling yoke v0.8.1 |
| 1895 | 2026-05-26T21:15:13.868Z | Compiling crypto-common v0.1.7 |
| 1896 | 2026-05-26T21:15:13.963Z | Compiling zerovec v0.11.5 |
| 1897 | 2026-05-26T21:15:13.993Z | Compiling zerotrie v0.2.3 |
| 1898 | 2026-05-26T21:15:14.086Z | Compiling block-buffer v0.10.4 |
| 1899 | 2026-05-26T21:15:14.207Z | Compiling digest v0.10.7 |
| 1900 | 2026-05-26T21:15:14.428Z | Compiling thiserror-impl v1.0.69 |
| 1901 | 2026-05-26T21:15:14.466Z | Compiling pest_derive v2.8.6 |
| 1902 | 2026-05-26T21:15:14.501Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-26T21:15:14.531Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-26T21:15:14.558Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-05-26T21:15:14.581Z | Compiling hmac v0.12.1 |
| 1906 | 2026-05-26T21:15:14.736Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-05-26T21:15:14.748Z | Compiling icu_collections v2.1.1 |
| 1908 | 2026-05-26T21:15:14.933Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-26T21:15:15.084Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-26T21:15:15.247Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-26T21:15:15.327Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-26T21:15:15.357Z | Compiling cipher v0.4.4 |
| 1913 | 2026-05-26T21:15:15.469Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-26T21:15:15.489Z | Compiling icu_provider v2.1.1 |
| 1915 | 2026-05-26T21:15:15.559Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-26T21:15:15.728Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-05-26T21:15:15.795Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-26T21:15:15.910Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-26T21:15:16.028Z | Compiling tokio v1.52.1 |
| 1920 | 2026-05-26T21:15:16.376Z | Compiling sha2 v0.10.9 |
| 1921 | 2026-05-26T21:15:16.578Z | Compiling scroll_derive v0.13.1 |
| 1922 | 2026-05-26T21:15:16.747Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-26T21:15:16.795Z | Compiling ppv-lite86 v0.2.21 |
| 1924 | 2026-05-26T21:15:16.903Z | Compiling idna v1.1.0 |
| 1925 | 2026-05-26T21:15:17.140Z | Compiling scroll_derive v0.12.1 |
| 1926 | 2026-05-26T21:15:17.173Z | Compiling http v1.4.0 |
| 1927 | 2026-05-26T21:15:17.205Z | Compiling untrusted v0.9.0 |
| 1928 | 2026-05-26T21:15:17.297Z | Compiling url v2.5.8 |
| 1929 | 2026-05-26T21:15:17.337Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-26T21:15:17.383Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-26T21:15:17.486Z | Compiling der v0.7.10 |
| 1932 | 2026-05-26T21:15:17.653Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-05-26T21:15:17.764Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-26T21:15:17.780Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-26T21:15:17.807Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-26T21:15:18.130Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-26T21:15:18.444Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-26T21:15:18.595Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-26T21:15:18.629Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-26T21:15:18.671Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-26T21:15:19.023Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-26T21:15:19.221Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-26T21:15:19.474Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-26T21:15:19.514Z | Compiling http-body v1.0.1 |
| 1945 | 2026-05-26T21:15:19.526Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-26T21:15:19.654Z | Compiling aes v0.8.4 |
| 1947 | 2026-05-26T21:15:19.668Z | Compiling cbc v0.1.2 |
| 1948 | 2026-05-26T21:15:19.723Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-26T21:15:19.794Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-26T21:15:19.828Z | Compiling openssl-probe v0.2.1 |
| 1951 | 2026-05-26T21:15:19.905Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-05-26T21:15:19.960Z | Compiling untrusted v0.7.1 |
| 1953 | 2026-05-26T21:15:19.978Z | Compiling ref-cast v1.0.25 |
| 1954 | 2026-05-26T21:15:20.011Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-26T21:15:20.035Z | Compiling paste v1.0.15 |
| 1956 | 2026-05-26T21:15:20.104Z | Compiling winnow v0.7.14 |
| 1957 | 2026-05-26T21:15:20.140Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-05-26T21:15:20.143Z | Compiling either v1.15.0 |
| 1959 | 2026-05-26T21:15:20.226Z | Compiling tinyvec v1.10.0 |
| 1960 | 2026-05-26T21:15:20.281Z | Compiling pkcs5 v0.7.1 |
| 1961 | 2026-05-26T21:15:20.487Z | Compiling rand v0.9.2 |
| 1962 | 2026-05-26T21:15:20.734Z | Compiling scroll v0.12.0 |
| 1963 | 2026-05-26T21:15:20.873Z | Compiling scroll v0.13.0 |
| 1964 | 2026-05-26T21:15:20.887Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-26T21:15:21.022Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-26T21:15:21.047Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-26T21:15:21.076Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-26T21:15:21.126Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-26T21:15:21.151Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-05-26T21:15:21.310Z | Compiling tower-layer v0.3.3 |
| 1971 | 2026-05-26T21:15:21.340Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-26T21:15:21.356Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-05-26T21:15:21.470Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-05-26T21:15:21.529Z | Compiling fastrand v2.3.0 |
| 1975 | 2026-05-26T21:15:21.561Z | Compiling want v0.3.1 |
| 1976 | 2026-05-26T21:15:21.695Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1977 | 2026-05-26T21:15:21.734Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-26T21:15:21.768Z | Compiling goblin v0.10.5 |
| 1979 | 2026-05-26T21:15:21.782Z | Compiling goblin v0.8.2 |
| 1980 | 2026-05-26T21:15:21.922Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-26T21:15:22.174Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-26T21:15:22.227Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-26T21:15:22.294Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-26T21:15:22.498Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-26T21:15:22.728Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-26T21:15:22.768Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-26T21:15:22.827Z | Compiling litrs v1.0.0 |
| 1988 | 2026-05-26T21:15:22.992Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-05-26T21:15:23.159Z | Compiling foreign-types-shared v0.1.1 |
| 1990 | 2026-05-26T21:15:23.204Z | Compiling pin-utils v0.1.0 |
| 1991 | 2026-05-26T21:15:23.307Z | Compiling winnow v0.5.40 |
| 1992 | 2026-05-26T21:15:23.455Z | Compiling rustix v0.38.44 |
| 1993 | 2026-05-26T21:15:23.683Z | Compiling tempfile v3.25.0 |
| 1994 | 2026-05-26T21:15:23.696Z | Compiling document-features v0.2.12 |
| 1995 | 2026-05-26T21:15:23.793Z | Compiling foreign-types v0.3.2 |
| 1996 | 2026-05-26T21:15:24.035Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-26T21:15:24.236Z | Compiling unicode-normalization v0.1.25 |
| 1998 | 2026-05-26T21:15:24.479Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-05-26T21:15:24.544Z | Compiling dof v0.4.0 |
| 2000 | 2026-05-26T21:15:24.625Z | Compiling dtrace-parser v0.2.0 |
| 2001 | 2026-05-26T21:15:24.653Z | Compiling hyper v1.8.1 |
| 2002 | 2026-05-26T21:15:24.715Z | Compiling toml_edit v0.19.15 |
| 2003 | 2026-05-26T21:15:24.858Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-26T21:15:24.985Z | Compiling pin-project-internal v1.1.11 |
| 2005 | 2026-05-26T21:15:25.121Z | Compiling daft-derive v0.1.7 |
| 2006 | 2026-05-26T21:15:25.221Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-26T21:15:25.236Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-05-26T21:15:25.280Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-05-26T21:15:25.367Z | Compiling num-bigint-dig v0.8.6 |
| 2010 | 2026-05-26T21:15:25.385Z | Compiling smoltcp v0.9.1 |
| 2011 | 2026-05-26T21:15:25.447Z | Compiling powerfmt v0.2.0 |
| 2012 | 2026-05-26T21:15:25.461Z | Compiling cfg_aliases v0.2.1 |
| 2013 | 2026-05-26T21:15:25.567Z | Compiling nix v0.31.2 |
| 2014 | 2026-05-26T21:15:25.691Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-26T21:15:25.732Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-26T21:15:25.983Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-26T21:15:26.129Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-26T21:15:26.164Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-26T21:15:26.557Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-05-26T21:15:26.804Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-26T21:15:26.892Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-26T21:15:26.938Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-26T21:15:27.015Z | Compiling utf8parse v0.2.2 |
| 2024 | 2026-05-26T21:15:27.145Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-05-26T21:15:27.181Z | Compiling anstyle v1.0.13 |
| 2026 | 2026-05-26T21:15:27.353Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-05-26T21:15:27.389Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-26T21:15:27.419Z | Compiling quick-error v1.2.3 |
| 2029 | 2026-05-26T21:15:27.562Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-05-26T21:15:27.600Z | Compiling time v0.3.47 |
| 2031 | 2026-05-26T21:15:27.689Z | Compiling rusty-fork v0.3.1 |
| 2032 | 2026-05-26T21:15:27.765Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-26T21:15:27.845Z | Compiling anstyle-parse v0.2.7 |
| 2034 | 2026-05-26T21:15:27.983Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-26T21:15:28.248Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-26T21:15:28.284Z | Compiling http-body-util v0.1.3 |
| 2037 | 2026-05-26T21:15:28.527Z | Compiling webpki-roots v1.0.6 |
| 2038 | 2026-05-26T21:15:28.626Z | Compiling rand_xorshift v0.4.0 |
| 2039 | 2026-05-26T21:15:28.659Z | Compiling signature v2.2.0 |
| 2040 | 2026-05-26T21:15:28.675Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-05-26T21:15:28.782Z | Compiling strum_macros v0.27.2 |
| 2042 | 2026-05-26T21:15:28.798Z | Compiling snafu-derive v0.8.9 |
| 2043 | 2026-05-26T21:15:29.022Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-05-26T21:15:29.072Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-26T21:15:29.134Z | Compiling encoding_rs v0.8.35 |
| 2046 | 2026-05-26T21:15:29.149Z | Compiling mime v0.3.17 |
| 2047 | 2026-05-26T21:15:29.342Z | Compiling anstyle-query v1.1.5 |
| 2048 | 2026-05-26T21:15:29.439Z | Compiling object v0.37.3 |
| 2049 | 2026-05-26T21:15:29.460Z | Compiling is_terminal_polyfill v1.70.2 |
| 2050 | 2026-05-26T21:15:29.474Z | Compiling ryu v1.0.23 |
| 2051 | 2026-05-26T21:15:29.493Z | Compiling colorchoice v1.0.4 |
| 2052 | 2026-05-26T21:15:29.630Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-05-26T21:15:29.674Z | Compiling iri-string v0.7.10 |
| 2054 | 2026-05-26T21:15:29.693Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-05-26T21:15:29.719Z | Compiling unarray v0.1.4 |
| 2056 | 2026-05-26T21:15:29.722Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2026-05-26T21:15:29.818Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-05-26T21:15:29.922Z | Compiling allocator-api2 v0.2.21 |
| 2059 | 2026-05-26T21:15:29.926Z | Compiling proptest v1.10.0 |
| 2060 | 2026-05-26T21:15:29.927Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-26T21:15:29.962Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-05-26T21:15:30.129Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-26T21:15:30.195Z | Compiling anstream v0.6.21 |
| 2064 | 2026-05-26T21:15:30.477Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-26T21:15:30.555Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-26T21:15:30.595Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-05-26T21:15:30.679Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-26T21:15:30.790Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-05-26T21:15:31.241Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-26T21:15:31.293Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-26T21:15:31.329Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-26T21:15:31.345Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-26T21:15:31.407Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-26T21:15:31.423Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-26T21:15:31.493Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-05-26T21:15:31.601Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-26T21:15:31.663Z | Compiling zlib-rs v0.6.2 |
| 2078 | 2026-05-26T21:15:31.666Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-05-26T21:15:31.784Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-05-26T21:15:31.845Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-05-26T21:15:31.905Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-26T21:15:31.932Z | Compiling newtype-uuid v1.3.2 |
| 2083 | 2026-05-26T21:15:31.949Z | Compiling sec1 v0.7.3 |
| 2084 | 2026-05-26T21:15:32.067Z | Compiling group v0.13.0 |
| 2085 | 2026-05-26T21:15:32.179Z | Compiling postgres-protocol v0.6.10 |
| 2086 | 2026-05-26T21:15:32.254Z | Compiling num-iter v0.1.45 |
| 2087 | 2026-05-26T21:15:32.393Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-26T21:15:32.726Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-26T21:15:32.981Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-26T21:15:33.003Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-26T21:15:33.102Z | Compiling heck v0.4.1 |
| 2092 | 2026-05-26T21:15:33.125Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-26T21:15:33.185Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-26T21:15:33.242Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-26T21:15:33.355Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-26T21:15:33.377Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-26T21:15:33.421Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-26T21:15:33.471Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-26T21:15:33.544Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-26T21:15:33.621Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-26T21:15:33.681Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-26T21:15:33.711Z | Compiling flate2 v1.1.9 |
| 2103 | 2026-05-26T21:15:33.773Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-05-26T21:15:33.797Z | Compiling clap_derive v4.5.55 |
| 2105 | 2026-05-26T21:15:33.853Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-05-26T21:15:34.036Z | Compiling vergen v9.1.0 |
| 2107 | 2026-05-26T21:15:34.048Z | Compiling cargo-platform v0.3.2 |
| 2108 | 2026-05-26T21:15:34.146Z | Compiling foldhash v0.2.0 |
| 2109 | 2026-05-26T21:15:34.225Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-26T21:15:34.379Z | Compiling bumpalo v3.20.2 |
| 2111 | 2026-05-26T21:15:34.465Z | Compiling same-file v1.0.6 |
| 2112 | 2026-05-26T21:15:34.481Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-26T21:15:34.498Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-05-26T21:15:34.592Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-05-26T21:15:34.623Z | Compiling clap_lex v1.0.0 |
| 2116 | 2026-05-26T21:15:34.641Z | Compiling walkdir v2.5.0 |
| 2117 | 2026-05-26T21:15:34.657Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-05-26T21:15:34.713Z | Compiling hashbrown v0.15.5 |
| 2119 | 2026-05-26T21:15:34.766Z | Compiling elliptic-curve v0.13.8 |
| 2120 | 2026-05-26T21:15:34.851Z | Compiling clap_builder v4.5.60 |
| 2121 | 2026-05-26T21:15:34.893Z | Compiling bzip2 v0.6.1 |
| 2122 | 2026-05-26T21:15:35.063Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-05-26T21:15:35.104Z | Compiling cargo_metadata v0.23.1 |
| 2124 | 2026-05-26T21:15:35.241Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-26T21:15:35.639Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-26T21:15:35.656Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-26T21:15:35.789Z | Compiling zstd v0.13.3 |
| 2128 | 2026-05-26T21:15:35.804Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-26T21:15:35.940Z | Compiling daft v0.1.7 |
| 2130 | 2026-05-26T21:15:36.006Z | Compiling cookie_store v0.22.1 |
| 2131 | 2026-05-26T21:15:36.057Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-26T21:15:36.178Z | Compiling bzip2 v0.4.4 |
| 2133 | 2026-05-26T21:15:36.228Z | Compiling globset v0.4.18 |
| 2134 | 2026-05-26T21:15:36.379Z | Compiling strum v0.27.2 |
| 2135 | 2026-05-26T21:15:36.557Z | Compiling hubpack v0.1.2 |
| 2136 | 2026-05-26T21:15:36.577Z | Compiling ed25519 v2.2.3 |
| 2137 | 2026-05-26T21:15:36.603Z | Compiling phf_shared v0.11.3 |
| 2138 | 2026-05-26T21:15:36.654Z | Compiling crossbeam-epoch v0.9.18 |
| 2139 | 2026-05-26T21:15:36.808Z | Compiling olpc-cjson v0.1.4 |
| 2140 | 2026-05-26T21:15:36.825Z | Compiling pkcs1 v0.7.5 |
| 2141 | 2026-05-26T21:15:36.840Z | Compiling pem v3.0.6 |
| 2142 | 2026-05-26T21:15:36.912Z | Compiling serde_plain v1.0.2 |
| 2143 | 2026-05-26T21:15:36.988Z | Compiling serde-big-array v0.5.1 |
| 2144 | 2026-05-26T21:15:37.040Z | Compiling rfc6979 v0.4.0 |
| 2145 | 2026-05-26T21:15:37.116Z | Compiling float-cmp v0.10.0 |
| 2146 | 2026-05-26T21:15:37.142Z | Compiling memmap2 v0.9.10 |
| 2147 | 2026-05-26T21:15:37.156Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-05-26T21:15:37.159Z | Compiling data-encoding v2.10.0 |
| 2149 | 2026-05-26T21:15:37.188Z | Compiling toml_write v0.1.2 |
| 2150 | 2026-05-26T21:15:37.220Z | Compiling precomputed-hash v0.1.1 |
| 2151 | 2026-05-26T21:15:37.223Z | Compiling whoami v2.1.0 |
| 2152 | 2026-05-26T21:15:37.283Z | Compiling normalize-line-endings v0.3.0 |
| 2153 | 2026-05-26T21:15:37.333Z | Compiling fixedbitset v0.5.7 |
| 2154 | 2026-05-26T21:15:37.363Z | Compiling jiff v0.2.21 |
| 2155 | 2026-05-26T21:15:37.394Z | Compiling fixedbitset v0.4.2 |
| 2156 | 2026-05-26T21:15:37.421Z | Compiling typed-path v0.9.3 |
| 2157 | 2026-05-26T21:15:37.452Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-05-26T21:15:37.521Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-05-26T21:15:37.542Z | Compiling difflib v0.4.0 |
| 2160 | 2026-05-26T21:15:37.574Z | Compiling predicates-core v1.0.10 |
| 2161 | 2026-05-26T21:15:37.589Z | Compiling keccak v0.1.6 |
| 2162 | 2026-05-26T21:15:37.603Z | Compiling string_cache v0.8.9 |
| 2163 | 2026-05-26T21:15:37.618Z | Compiling petgraph v0.6.5 |
| 2164 | 2026-05-26T21:15:37.634Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-05-26T21:15:37.753Z | Compiling sha3 v0.10.8 |
| 2166 | 2026-05-26T21:15:37.801Z | Compiling predicates v3.1.4 |
| 2167 | 2026-05-26T21:15:37.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2168 | 2026-05-26T21:15:37.997Z | Compiling hickory-proto v0.25.2 |
| 2169 | 2026-05-26T21:15:38.034Z | Compiling tokio-postgres v0.7.16 |
| 2170 | 2026-05-26T21:15:38.393Z | Compiling toml_edit v0.22.27 |
| 2171 | 2026-05-26T21:15:38.512Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-26T21:15:38.543Z | Compiling usdt v0.6.0 |
| 2173 | 2026-05-26T21:15:38.597Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-26T21:15:38.852Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-26T21:15:39.102Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-26T21:15:39.566Z | Compiling zip v0.6.6 |
| 2177 | 2026-05-26T21:15:39.660Z | Compiling clap v4.5.60 |
| 2178 | 2026-05-26T21:15:39.717Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-05-26T21:15:39.760Z | Compiling iddqd v0.4.1 |
| 2180 | 2026-05-26T21:15:40.100Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-26T21:15:40.604Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-26T21:15:40.627Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-26T21:15:40.737Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-26T21:15:40.810Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-26T21:15:40.898Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-26T21:15:40.913Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-26T21:15:41.003Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-26T21:15:41.079Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-26T21:15:41.392Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2190 | 2026-05-26T21:15:41.395Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-26T21:15:41.693Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-26T21:15:41.936Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-26T21:15:42.116Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-26T21:15:56.975Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-26T21:15:58.218Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-26T21:15:58.298Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-26T21:15:58.319Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-05-26T21:15:58.462Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-26T21:15:58.536Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-26T21:15:58.575Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-26T21:15:58.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-26T21:15:58.692Z | Compiling rustls v0.22.4 |
| 2203 | 2026-05-26T21:15:58.763Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2204 | 2026-05-26T21:15:58.806Z | Compiling heapless v0.8.0 |
| 2205 | 2026-05-26T21:15:59.013Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-26T21:15:59.031Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-05-26T21:15:59.076Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-05-26T21:15:59.130Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-05-26T21:15:59.173Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-26T21:15:59.249Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-26T21:15:59.265Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-05-26T21:15:59.283Z | Compiling slog-async v2.8.0 |
| 2213 | 2026-05-26T21:15:59.301Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-05-26T21:15:59.324Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-26T21:15:59.371Z | Compiling smoltcp v0.11.0 |
| 2216 | 2026-05-26T21:15:59.469Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-05-26T21:15:59.501Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-05-26T21:15:59.537Z | Compiling compression-core v0.4.31 |
| 2219 | 2026-05-26T21:15:59.555Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-05-26T21:15:59.572Z | Compiling proc-macro-crate v3.4.0 |
| 2221 | 2026-05-26T21:15:59.688Z | Compiling hostname v0.3.1 |
| 2222 | 2026-05-26T21:15:59.733Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-05-26T21:15:59.841Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-26T21:15:59.877Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-26T21:15:59.957Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-26T21:16:00.014Z | Compiling half v2.7.1 |
| 2227 | 2026-05-26T21:16:00.115Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-05-26T21:16:00.145Z | Compiling cobs v0.3.0 |
| 2229 | 2026-05-26T21:16:00.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2230 | 2026-05-26T21:16:00.388Z | Compiling universal-hash v0.5.1 |
| 2231 | 2026-05-26T21:16:00.442Z | Compiling async-stream-impl v0.3.6 |
| 2232 | 2026-05-26T21:16:00.558Z | Compiling serde_spanned v1.0.4 |
| 2233 | 2026-05-26T21:16:00.664Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2234 | 2026-05-26T21:16:00.742Z | Compiling is-terminal v0.4.17 |
| 2235 | 2026-05-26T21:16:00.838Z | Compiling tokio-rustls v0.26.4 |
| 2236 | 2026-05-26T21:16:00.863Z | Compiling rustls-platform-verifier v0.6.2 |
| 2237 | 2026-05-26T21:16:00.955Z | Compiling proc-macro-error-attr v1.0.4 |
| 2238 | 2026-05-26T21:16:01.024Z | Compiling dropshot v0.17.0 |
| 2239 | 2026-05-26T21:16:01.075Z | Compiling take_mut v0.2.2 |
| 2240 | 2026-05-26T21:16:01.091Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-05-26T21:16:01.108Z | Compiling convert_case v0.4.0 |
| 2242 | 2026-05-26T21:16:01.130Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2243 | 2026-05-26T21:16:01.247Z | Compiling term v1.2.1 |
| 2244 | 2026-05-26T21:16:01.250Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-05-26T21:16:01.250Z | Compiling opaque-debug v0.3.1 |
| 2246 | 2026-05-26T21:16:01.332Z | Compiling reqwest v0.12.28 |
| 2247 | 2026-05-26T21:16:01.349Z | Compiling reqwest v0.13.2 |
| 2248 | 2026-05-26T21:16:01.369Z | Compiling ciborium-io v0.2.2 |
| 2249 | 2026-05-26T21:16:01.421Z | Compiling thiserror-no-std v2.0.2 |
| 2250 | 2026-05-26T21:16:01.435Z | Compiling derive_more v0.99.20 |
| 2251 | 2026-05-26T21:16:01.438Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-26T21:16:01.486Z | Compiling ciborium-ll v0.2.2 |
| 2253 | 2026-05-26T21:16:01.501Z | Compiling slog-term v2.9.2 |
| 2254 | 2026-05-26T21:16:01.536Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-05-26T21:16:01.768Z | Compiling tokio-rustls v0.25.0 |
| 2256 | 2026-05-26T21:16:02.124Z | Compiling test-strategy v0.4.5 |
| 2257 | 2026-05-26T21:16:02.172Z | Compiling async-stream v0.3.6 |
| 2258 | 2026-05-26T21:16:02.394Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-26T21:16:02.411Z | Compiling ingot-types v0.1.2 |
| 2260 | 2026-05-26T21:16:02.460Z | Compiling postcard v1.1.3 |
| 2261 | 2026-05-26T21:16:02.845Z | Compiling tough v0.22.0 |
| 2262 | 2026-05-26T21:16:02.872Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-26T21:16:02.977Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-05-26T21:16:03.183Z | Compiling num_enum_derive v0.7.5 |
| 2265 | 2026-05-26T21:16:03.288Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-26T21:16:03.587Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-26T21:16:03.673Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-05-26T21:16:03.798Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-26T21:16:04.051Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-26T21:16:04.145Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-26T21:16:04.160Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-26T21:16:04.338Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2273 | 2026-05-26T21:16:04.419Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-26T21:16:04.435Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-26T21:16:04.592Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-26T21:16:04.607Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-26T21:16:04.695Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-26T21:16:04.717Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-26T21:16:04.942Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-26T21:16:04.960Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-26T21:16:05.074Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-26T21:16:05.214Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-26T21:16:05.321Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-05-26T21:16:05.378Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-05-26T21:16:05.393Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-26T21:16:05.410Z | Compiling debug-ignore v1.0.5 |
| 2287 | 2026-05-26T21:16:05.452Z | Compiling foreign-types-shared v0.3.1 |
| 2288 | 2026-05-26T21:16:05.524Z | Compiling cpufeatures v0.3.0 |
| 2289 | 2026-05-26T21:16:05.540Z | Compiling typeid v1.0.3 |
| 2290 | 2026-05-26T21:16:05.574Z | Compiling foreign-types v0.5.0 |
| 2291 | 2026-05-26T21:16:05.578Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-26T21:16:05.605Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-05-26T21:16:05.623Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2294 | 2026-05-26T21:16:05.626Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-26T21:16:05.638Z | Compiling argon2 v0.5.3 |
| 2296 | 2026-05-26T21:16:05.655Z | Compiling chacha20poly1305 v0.10.1 |
| 2297 | 2026-05-26T21:16:05.701Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2298 | 2026-05-26T21:16:05.754Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-26T21:16:05.788Z | Compiling num_enum v0.7.5 |
| 2300 | 2026-05-26T21:16:05.839Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2301 | 2026-05-26T21:16:05.881Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-26T21:16:05.921Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-26T21:16:06.057Z | Compiling tabwriter v1.4.1 |
| 2304 | 2026-05-26T21:16:06.209Z | Compiling regress v0.10.5 |
| 2305 | 2026-05-26T21:16:06.435Z | Compiling byte-wrapper v0.1.0 |
| 2306 | 2026-05-26T21:16:06.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2307 | 2026-05-26T21:16:06.576Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-05-26T21:16:06.658Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-05-26T21:16:06.674Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-05-26T21:16:06.736Z | Compiling cstr-argument v0.1.2 |
| 2311 | 2026-05-26T21:16:06.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2026-05-26T21:16:06.931Z | Compiling erased-serde v0.4.9 |
| 2313 | 2026-05-26T21:16:07.106Z | Compiling humantime v2.3.0 |
| 2314 | 2026-05-26T21:16:07.125Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-26T21:16:07.249Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-26T21:16:07.279Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-26T21:16:07.329Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-26T21:16:07.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-05-26T21:16:07.412Z | Compiling rand v0.10.0 |
| 2320 | 2026-05-26T21:16:07.412Z | Compiling rayon v1.11.0 |
| 2321 | 2026-05-26T21:16:07.476Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-05-26T21:16:07.543Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-05-26T21:16:07.571Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2324 | 2026-05-26T21:16:07.630Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-05-26T21:16:07.662Z | Compiling colored v3.1.1 |
| 2326 | 2026-05-26T21:16:07.695Z | Compiling zone_cfg_derive v0.3.1 |
| 2327 | 2026-05-26T21:16:07.720Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-05-26T21:16:07.752Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-05-26T21:16:07.861Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2330 | 2026-05-26T21:16:07.879Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-05-26T21:16:07.973Z | Compiling itertools v0.12.1 |
| 2332 | 2026-05-26T21:16:08.209Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-05-26T21:16:08.290Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-05-26T21:16:08.309Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-26T21:16:08.309Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-05-26T21:16:08.340Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-05-26T21:16:08.363Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-26T21:16:08.676Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-05-26T21:16:08.730Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-26T21:16:08.818Z | Compiling glob v0.3.3 |
| 2341 | 2026-05-26T21:16:08.932Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-05-26T21:16:08.963Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-26T21:16:08.985Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-05-26T21:16:09.070Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-26T21:16:09.161Z | Compiling serde-value v0.7.0 |
| 2346 | 2026-05-26T21:16:09.253Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-05-26T21:16:09.331Z | Compiling zone v0.3.1 |
| 2348 | 2026-05-26T21:16:09.468Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-26T21:16:09.582Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-05-26T21:16:09.615Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2351 | 2026-05-26T21:16:09.763Z | Compiling toml v0.8.23 |
| 2352 | 2026-05-26T21:16:09.868Z | Compiling smf v0.2.3 |
| 2353 | 2026-05-26T21:16:09.891Z | Compiling filetime v0.2.27 |
| 2354 | 2026-05-26T21:16:09.942Z | Compiling constant_time_eq v0.4.2 |
| 2355 | 2026-05-26T21:16:09.972Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-26T21:16:09.987Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-26T21:16:09.991Z | Compiling xattr v1.6.1 |
| 2358 | 2026-05-26T21:16:10.065Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-26T21:16:10.120Z | Compiling unicode-xid v0.2.6 |
| 2360 | 2026-05-26T21:16:10.150Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-26T21:16:10.167Z | Compiling tar v0.4.45 |
| 2362 | 2026-05-26T21:16:10.200Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-26T21:16:10.222Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-05-26T21:16:10.281Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2365 | 2026-05-26T21:16:10.460Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-05-26T21:16:10.532Z | Compiling console v0.16.2 |
| 2367 | 2026-05-26T21:16:10.806Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-05-26T21:16:10.897Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-05-26T21:16:10.913Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-26T21:16:10.917Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-26T21:16:10.966Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-26T21:16:11.023Z | Compiling shell-words v1.1.1 |
| 2373 | 2026-05-26T21:16:11.099Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-05-26T21:16:11.120Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-26T21:16:11.402Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-05-26T21:16:20.770Z | Compiling progenitor-client v0.14.0 |
| 2377 | 2026-05-26T21:16:20.783Z | Compiling progenitor-client v0.10.0 |
| 2378 | 2026-05-26T21:16:20.788Z | Compiling omicron-zone-package v0.12.2 |
| 2379 | 2026-05-26T21:16:21.257Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-05-26T21:16:23.604Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-05-26T21:16:23.695Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-26T21:16:23.729Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-05-26T21:16:23.762Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-05-26T21:16:23.807Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2385 | 2026-05-26T21:16:23.820Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-26T21:16:23.836Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2387 | 2026-05-26T21:16:24.044Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-05-26T21:16:24.074Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2389 | 2026-05-26T21:16:27.846Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-05-26T21:16:35.405Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-05-26T21:16:38.436Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-05-26T21:16:39.402Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-05-26T21:16:49.104Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2394 | 2026-05-26T21:16:49.252Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-05-26T21:16:49.317Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-05-26T21:16:49.321Z | Created new build target 'test' and set it as active |
| 2397 | 2026-05-26T21:16:49.329Z | |
| 2398 | 2026-05-26T21:16:49.329Z | real 1:43.426682687 |
| 2399 | 2026-05-26T21:16:49.329Z | user 16:51.676806997 |
| 2400 | 2026-05-26T21:16:49.329Z | sys 2:35.788910139 |
| 2401 | 2026-05-26T21:16:49.329Z | trap 0.445625667 |
| 2402 | 2026-05-26T21:16:49.329Z | tflt 2.860874985 |
| 2403 | 2026-05-26T21:16:49.329Z | dflt 4.452489844 |
| 2404 | 2026-05-26T21:16:49.329Z | kflt 0.000508160 |
| 2405 | 2026-05-26T21:16:49.329Z | lock 52:22.422230678 |
| 2406 | 2026-05-26T21:16:49.329Z | slp 43:07.074953854 |
| 2407 | 2026-05-26T21:16:49.330Z | lat 40.796851999 |
| 2408 | 2026-05-26T21:16:49.330Z | stop 5:19.414381620 |
| 2409 | 2026-05-26T21:16:49.330Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-05-26T21:16:50.191Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 2411 | 2026-05-26T21:16:50.259Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-05-26T21:16:50.317Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-05-26T21:16:51.736Z | Compiling heck v0.5.0 |
| 2414 | 2026-05-26T21:16:51.736Z | Compiling regress v0.11.1 |
| 2415 | 2026-05-26T21:16:51.739Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-05-26T21:16:51.996Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-05-26T21:16:52.025Z | Compiling regress v0.10.5 |
| 2418 | 2026-05-26T21:16:52.049Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-05-26T21:16:52.049Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-05-26T21:16:52.066Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-05-26T21:16:52.069Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-05-26T21:16:52.085Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-26T21:16:52.088Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-26T21:16:52.088Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-26T21:16:52.088Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-26T21:16:52.128Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-26T21:16:52.149Z | Compiling compression-core v0.4.31 |
| 2428 | 2026-05-26T21:16:52.168Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-05-26T21:16:52.209Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-26T21:16:52.298Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-26T21:16:52.319Z | Compiling hostname v0.3.1 |
| 2432 | 2026-05-26T21:16:52.343Z | Compiling compression-codecs v0.4.37 |
| 2433 | 2026-05-26T21:16:52.365Z | Compiling slog-async v2.8.0 |
| 2434 | 2026-05-26T21:16:52.389Z | Compiling crossbeam-channel v0.5.15 |
| 2435 | 2026-05-26T21:16:52.409Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-05-26T21:16:52.428Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2437 | 2026-05-26T21:16:52.450Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-05-26T21:16:52.474Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-26T21:16:52.495Z | Compiling term v1.2.1 |
| 2440 | 2026-05-26T21:16:52.600Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-26T21:16:52.629Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-05-26T21:16:52.633Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-05-26T21:16:52.668Z | Compiling async-compression v0.4.41 |
| 2444 | 2026-05-26T21:16:52.799Z | Compiling slog-term v2.9.2 |
| 2445 | 2026-05-26T21:16:52.822Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-26T21:16:52.844Z | Compiling dropshot v0.17.0 |
| 2447 | 2026-05-26T21:16:52.844Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2026-05-26T21:16:52.912Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-05-26T21:16:52.998Z | Compiling num-rational v0.4.2 |
| 2450 | 2026-05-26T21:16:53.018Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-05-26T21:16:53.021Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-05-26T21:16:53.101Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-05-26T21:16:53.187Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-05-26T21:16:53.190Z | Compiling backon v1.6.0 |
| 2455 | 2026-05-26T21:16:53.240Z | Compiling rustls-pemfile v2.2.0 |
| 2456 | 2026-05-26T21:16:53.320Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-05-26T21:16:53.344Z | Compiling hostname v0.4.2 |
| 2458 | 2026-05-26T21:16:53.368Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-26T21:16:53.371Z | Compiling instant v0.1.13 |
| 2460 | 2026-05-26T21:16:53.441Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-05-26T21:16:53.444Z | Compiling progenitor-extras v0.2.0 |
| 2462 | 2026-05-26T21:16:53.481Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-05-26T21:16:53.522Z | Compiling backoff v0.4.0 |
| 2464 | 2026-05-26T21:16:53.543Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-05-26T21:16:53.598Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-05-26T21:16:53.760Z | Compiling num v0.4.3 |
| 2467 | 2026-05-26T21:16:53.781Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-05-26T21:16:53.804Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-05-26T21:16:53.824Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-26T21:16:53.865Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-26T21:16:53.886Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-26T21:16:53.967Z | Compiling float-ord v0.3.2 |
| 2473 | 2026-05-26T21:16:54.027Z | Compiling humantime v2.3.0 |
| 2474 | 2026-05-26T21:16:54.108Z | Compiling console v0.15.11 |
| 2475 | 2026-05-26T21:16:54.149Z | Compiling newline-converter v0.3.0 |
| 2476 | 2026-05-26T21:16:54.171Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-26T21:16:54.271Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-05-26T21:16:54.292Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-26T21:16:54.317Z | Compiling resolv-conf v0.7.6 |
| 2480 | 2026-05-26T21:16:54.436Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-26T21:16:54.513Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-05-26T21:16:54.590Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-05-26T21:16:54.612Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-05-26T21:16:54.705Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-26T21:16:54.757Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-26T21:16:54.830Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-26T21:16:54.953Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-26T21:16:55.000Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-26T21:16:55.065Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-26T21:16:55.176Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-05-26T21:16:55.233Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-26T21:16:55.254Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-26T21:16:55.294Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-26T21:16:55.341Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-26T21:16:55.368Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-26T21:16:55.389Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2497 | 2026-05-26T21:16:55.455Z | Compiling nom v7.1.3 |
| 2498 | 2026-05-26T21:16:55.512Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-26T21:16:55.533Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-26T21:16:55.832Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-26T21:16:55.965Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-26T21:16:56.335Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-26T21:16:56.790Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-26T21:16:56.810Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-26T21:16:56.814Z | Compiling derive_more v2.1.1 |
| 2506 | 2026-05-26T21:16:56.947Z | Compiling papergrid v0.11.0 |
| 2507 | 2026-05-26T21:16:56.969Z | Compiling typify-macro v0.6.2 |
| 2508 | 2026-05-26T21:16:56.973Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-05-26T21:16:57.056Z | Compiling termtree v0.5.1 |
| 2510 | 2026-05-26T21:16:57.254Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2511 | 2026-05-26T21:16:57.570Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2026-05-26T21:16:57.905Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-05-26T21:16:58.001Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-05-26T21:16:58.059Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-26T21:16:58.214Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-26T21:16:58.515Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-26T21:16:58.806Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-26T21:16:59.261Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-26T21:17:00.995Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-26T21:17:01.173Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-26T21:17:01.401Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-26T21:17:02.481Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-26T21:17:02.987Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-26T21:17:03.422Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-26T21:17:03.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2526 | 2026-05-26T21:17:03.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-05-26T21:17:03.781Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-05-26T21:17:04.252Z | Compiling vte v0.14.1 |
| 2529 | 2026-05-26T21:17:04.289Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-26T21:17:04.556Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-26T21:17:04.778Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-26T21:17:04.842Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-05-26T21:17:05.028Z | Compiling csv v1.4.0 |
| 2534 | 2026-05-26T21:17:05.063Z | Compiling progenitor v0.14.0 |
| 2535 | 2026-05-26T21:17:05.243Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-26T21:17:05.396Z | Compiling phf v0.12.1 |
| 2537 | 2026-05-26T21:17:05.422Z | Compiling progenitor v0.13.0 |
| 2538 | 2026-05-26T21:17:05.603Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-05-26T21:17:05.625Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-26T21:17:05.805Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-05-26T21:17:05.920Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-26T21:17:05.958Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-26T21:17:06.020Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-26T21:17:06.129Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-26T21:17:06.450Z | Compiling reedline v0.40.0 |
| 2546 | 2026-05-26T21:17:06.693Z | Compiling const_format v0.2.35 |
| 2547 | 2026-05-26T21:17:07.182Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-26T21:17:07.289Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-26T21:17:07.412Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-26T21:17:08.388Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-26T21:17:08.585Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-26T21:17:08.839Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-26T21:17:08.891Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-26T21:17:09.139Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-26T21:17:09.179Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-26T21:17:09.370Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-26T21:17:09.496Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-26T21:17:09.608Z | Compiling unicode-linebreak v0.1.5 |
| 2559 | 2026-05-26T21:17:09.770Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-26T21:17:09.912Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-26T21:17:10.047Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-05-26T21:17:10.379Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-26T21:17:10.744Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-26T21:17:10.933Z | Compiling steno v0.4.1 |
| 2565 | 2026-05-26T21:17:11.133Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-05-26T21:17:11.414Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-05-26T21:17:11.498Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2568 | 2026-05-26T21:17:11.520Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-05-26T21:17:11.610Z | Compiling moka v0.12.13 |
| 2570 | 2026-05-26T21:17:11.738Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-05-26T21:17:11.760Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-05-26T21:17:11.763Z | Compiling radium v0.7.0 |
| 2573 | 2026-05-26T21:17:11.802Z | Compiling tap v1.0.1 |
| 2574 | 2026-05-26T21:17:11.909Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-26T21:17:11.970Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-05-26T21:17:12.146Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-26T21:17:12.344Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2578 | 2026-05-26T21:17:12.386Z | Compiling tokio-tungstenite v0.21.0 |
| 2579 | 2026-05-26T21:17:12.461Z | Compiling num-derive v0.3.3 |
| 2580 | 2026-05-26T21:17:12.774Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-05-26T21:17:12.819Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2582 | 2026-05-26T21:17:13.015Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-05-26T21:17:13.348Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2584 | 2026-05-26T21:17:13.802Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-05-26T21:17:13.863Z | Compiling packed_struct v0.10.1 |
| 2586 | 2026-05-26T21:17:13.892Z | Compiling crc-catalog v2.4.0 |
| 2587 | 2026-05-26T21:17:13.913Z | Compiling funty v2.0.0 |
| 2588 | 2026-05-26T21:17:14.021Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2589 | 2026-05-26T21:17:14.174Z | Compiling crc v3.4.0 |
| 2590 | 2026-05-26T21:17:14.436Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-05-26T21:17:14.583Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-05-26T21:17:14.866Z | Compiling proc-macro-error2 v2.0.1 |
| 2593 | 2026-05-26T21:17:14.967Z | Compiling libscf-sys v1.1.0 |
| 2594 | 2026-05-26T21:17:15.164Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-05-26T21:17:15.213Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-05-26T21:17:15.297Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-05-26T21:17:15.522Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-05-26T21:17:16.019Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-05-26T21:17:16.221Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-05-26T21:17:16.244Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-05-26T21:17:16.345Z | Compiling array-init v0.0.4 |
| 2602 | 2026-05-26T21:17:16.400Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-26T21:17:16.563Z | Compiling tabled_derive v0.11.0 |
| 2604 | 2026-05-26T21:17:16.677Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2605 | 2026-05-26T21:17:16.731Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-26T21:17:16.864Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-26T21:17:17.296Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-05-26T21:17:17.362Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-05-26T21:17:17.525Z | Compiling glob v0.3.3 |
| 2610 | 2026-05-26T21:17:17.593Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-05-26T21:17:17.630Z | Compiling diesel_derives v2.3.7 |
| 2612 | 2026-05-26T21:17:17.683Z | Compiling crunchy v0.2.4 |
| 2613 | 2026-05-26T21:17:17.803Z | Compiling maplit v1.0.2 |
| 2614 | 2026-05-26T21:17:17.905Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-05-26T21:17:17.905Z | Compiling tabled v0.20.0 |
| 2616 | 2026-05-26T21:17:17.944Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2617 | 2026-05-26T21:17:18.002Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-26T21:17:18.220Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-05-26T21:17:18.534Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-05-26T21:17:18.628Z | Compiling ron v0.8.1 |
| 2621 | 2026-05-26T21:17:18.696Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-05-26T21:17:18.783Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-26T21:17:19.220Z | Compiling scheduled-thread-pool v0.2.7 |
| 2624 | 2026-05-26T21:17:19.312Z | Compiling dsl_auto_type v0.2.0 |
| 2625 | 2026-05-26T21:17:19.432Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-05-26T21:17:19.659Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-26T21:17:19.799Z | Compiling tiny-keccak v2.0.2 |
| 2628 | 2026-05-26T21:17:19.822Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-05-26T21:17:19.974Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-26T21:17:20.047Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-26T21:17:20.188Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-05-26T21:17:20.283Z | Compiling object v0.30.4 |
| 2633 | 2026-05-26T21:17:20.385Z | Compiling term v0.7.0 |
| 2634 | 2026-05-26T21:17:20.531Z | Compiling xshell-macros v0.2.7 |
| 2635 | 2026-05-26T21:17:20.844Z | Compiling path-slash v0.1.5 |
| 2636 | 2026-05-26T21:17:20.867Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-05-26T21:17:20.905Z | Compiling downcast-rs v2.0.2 |
| 2638 | 2026-05-26T21:17:20.933Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-26T21:17:20.996Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-26T21:17:21.052Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-05-26T21:17:21.115Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-05-26T21:17:21.282Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2643 | 2026-05-26T21:17:21.309Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-26T21:17:21.692Z | Compiling ena v0.14.4 |
| 2645 | 2026-05-26T21:17:21.759Z | Compiling libloading v0.8.9 |
| 2646 | 2026-05-26T21:17:21.947Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-05-26T21:17:21.995Z | Compiling diff v0.1.13 |
| 2648 | 2026-05-26T21:17:22.267Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-05-26T21:17:22.286Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-05-26T21:17:22.380Z | Compiling unicase v2.9.0 |
| 2651 | 2026-05-26T21:17:22.431Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-05-26T21:17:22.452Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2653 | 2026-05-26T21:17:22.677Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2654 | 2026-05-26T21:17:23.633Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-26T21:17:23.782Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-26T21:17:23.867Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-26T21:17:23.971Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2658 | 2026-05-26T21:17:24.195Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2659 | 2026-05-26T21:17:24.316Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-05-26T21:17:24.405Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-05-26T21:17:24.475Z | Compiling headers-core v0.3.0 |
| 2662 | 2026-05-26T21:17:24.496Z | Compiling diesel v2.3.7 |
| 2663 | 2026-05-26T21:17:24.532Z | Compiling libxml v0.3.3 |
| 2664 | 2026-05-26T21:17:24.637Z | Compiling headers v0.4.1 |
| 2665 | 2026-05-26T21:17:24.846Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-05-26T21:17:25.038Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-26T21:17:25.041Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-05-26T21:17:25.130Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-05-26T21:17:25.360Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-05-26T21:17:25.607Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-05-26T21:17:25.824Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2672 | 2026-05-26T21:17:25.871Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-05-26T21:17:26.054Z | Compiling indoc v1.0.9 |
| 2674 | 2026-05-26T21:17:26.142Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-05-26T21:17:26.485Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-26T21:17:26.508Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-05-26T21:17:26.689Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-05-26T21:17:26.713Z | Compiling quick-xml v0.37.5 |
| 2679 | 2026-05-26T21:17:26.835Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-05-26T21:17:27.196Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-05-26T21:17:27.527Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-05-26T21:17:28.072Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-05-26T21:17:28.218Z | Compiling half v1.8.3 |
| 2684 | 2026-05-26T21:17:28.243Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2685 | 2026-05-26T21:17:28.264Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-05-26T21:17:28.514Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-05-26T21:17:28.545Z | Compiling typify-macro v0.4.3 |
| 2688 | 2026-05-26T21:17:28.587Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-26T21:17:28.694Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2690 | 2026-05-26T21:17:28.723Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2691 | 2026-05-26T21:17:29.056Z | Compiling samael v0.0.19 |
| 2692 | 2026-05-26T21:17:29.076Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2693 | 2026-05-26T21:17:29.130Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-05-26T21:17:29.398Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-05-26T21:17:29.569Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-05-26T21:17:29.664Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-26T21:17:29.840Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-05-26T21:17:30.027Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-05-26T21:17:30.049Z | Compiling typify v0.4.3 |
| 2700 | 2026-05-26T21:17:30.190Z | Compiling progenitor-impl v0.11.2 |
| 2701 | 2026-05-26T21:17:30.239Z | Compiling salty v0.3.0 |
| 2702 | 2026-05-26T21:17:30.538Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-05-26T21:17:30.561Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2704 | 2026-05-26T21:17:30.668Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-05-26T21:17:30.929Z | Compiling progenitor-client v0.11.2 |
| 2706 | 2026-05-26T21:17:30.952Z | Compiling kstat-rs v0.2.4 |
| 2707 | 2026-05-26T21:17:31.105Z | Compiling polar-core v0.27.3 |
| 2708 | 2026-05-26T21:17:31.132Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-05-26T21:17:31.456Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-05-26T21:17:31.744Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-05-26T21:17:31.828Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-05-26T21:17:32.248Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2713 | 2026-05-26T21:17:32.280Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-05-26T21:17:32.350Z | Compiling progenitor-macro v0.11.2 |
| 2715 | 2026-05-26T21:17:32.810Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-26T21:17:34.822Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-05-26T21:17:35.021Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-05-26T21:17:35.288Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-05-26T21:17:35.564Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-05-26T21:17:35.877Z | Compiling darling_core v0.23.0 |
| 2721 | 2026-05-26T21:17:36.324Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-05-26T21:17:36.349Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-05-26T21:17:36.454Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2724 | 2026-05-26T21:17:36.516Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2725 | 2026-05-26T21:17:36.646Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2726 | 2026-05-26T21:17:36.720Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-05-26T21:17:36.864Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-05-26T21:17:38.027Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-05-26T21:17:38.551Z | Compiling flume v0.11.1 |
| 2730 | 2026-05-26T21:17:38.948Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2731 | 2026-05-26T21:17:40.935Z | Compiling oso v0.27.3 |
| 2732 | 2026-05-26T21:17:44.408Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-05-26T21:17:44.524Z | Compiling async-bb8-diesel v0.2.1 |
| 2734 | 2026-05-26T21:17:44.716Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-26T21:17:44.841Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-26T21:17:44.978Z | Compiling slog-stdlog v4.1.1 |
| 2737 | 2026-05-26T21:17:45.440Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2738 | 2026-05-26T21:17:45.565Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2739 | 2026-05-26T21:17:46.310Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-05-26T21:17:46.602Z | Compiling atty v0.2.14 |
| 2741 | 2026-05-26T21:17:46.701Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-05-26T21:17:46.729Z | Compiling instability v0.3.11 |
| 2743 | 2026-05-26T21:17:46.770Z | Compiling strsim v0.10.0 |
| 2744 | 2026-05-26T21:17:46.926Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-05-26T21:17:46.967Z | Compiling http-range v0.1.5 |
| 2746 | 2026-05-26T21:17:47.097Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-05-26T21:17:47.124Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2748 | 2026-05-26T21:17:47.200Z | Compiling p384 v0.13.1 |
| 2749 | 2026-05-26T21:17:47.302Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2750 | 2026-05-26T21:17:47.346Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-05-26T21:17:48.727Z | Compiling darling v0.23.0 |
| 2752 | 2026-05-26T21:17:49.275Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-05-26T21:17:49.341Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-05-26T21:17:49.344Z | Compiling ignore v0.4.25 |
| 2755 | 2026-05-26T21:17:49.912Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-26T21:17:50.083Z | Compiling vergen-git2 v9.1.0 |
| 2757 | 2026-05-26T21:17:50.327Z | Compiling castaway v0.2.4 |
| 2758 | 2026-05-26T21:17:50.394Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-26T21:17:50.548Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-26T21:17:50.717Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-26T21:17:51.290Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-26T21:17:51.494Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-05-26T21:17:51.734Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-05-26T21:17:52.164Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-05-26T21:17:52.287Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-26T21:17:52.852Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-05-26T21:17:53.075Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-05-26T21:17:53.570Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-05-26T21:17:54.326Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-05-26T21:17:54.379Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-26T21:17:54.552Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-05-26T21:17:54.682Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-05-26T21:17:55.010Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2026-05-26T21:17:55.046Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-26T21:17:55.077Z | Compiling unicode-truncate v1.1.0 |
| 2776 | 2026-05-26T21:17:55.138Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2026-05-26T21:17:55.284Z | Compiling lru v0.12.5 |
| 2778 | 2026-05-26T21:17:55.374Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-26T21:17:55.494Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-05-26T21:17:55.514Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-05-26T21:17:55.592Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-05-26T21:17:55.759Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-05-26T21:17:55.820Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2784 | 2026-05-26T21:17:55.943Z | Compiling corncobs v0.1.4 |
| 2785 | 2026-05-26T21:17:56.005Z | Compiling rustls v0.21.12 |
| 2786 | 2026-05-26T21:17:56.026Z | Compiling cassowary v0.3.0 |
| 2787 | 2026-05-26T21:17:56.101Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-26T21:17:56.123Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-05-26T21:17:56.188Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-05-26T21:17:56.295Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2791 | 2026-05-26T21:17:56.312Z | Compiling ratatui v0.29.0 |
| 2792 | 2026-05-26T21:17:56.394Z | Compiling camino-tempfile-ext v0.3.3 |
| 2793 | 2026-05-26T21:17:56.541Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2794 | 2026-05-26T21:17:56.630Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-05-26T21:17:56.806Z | Compiling darling v0.13.4 |
| 2796 | 2026-05-26T21:17:57.105Z | Compiling sled v0.34.7 |
| 2797 | 2026-05-26T21:17:57.292Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-26T21:17:57.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-26T21:17:58.173Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-05-26T21:17:59.486Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-05-26T21:18:00.359Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2802 | 2026-05-26T21:18:00.585Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-05-26T21:18:00.808Z | Compiling sct v0.7.1 |
| 2804 | 2026-05-26T21:18:00.845Z | Compiling rustls-webpki v0.101.7 |
| 2805 | 2026-05-26T21:18:01.083Z | Compiling secrecy v0.8.0 |
| 2806 | 2026-05-26T21:18:01.145Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-05-26T21:18:01.626Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-26T21:18:02.242Z | Compiling git2 v0.20.4 |
| 2809 | 2026-05-26T21:18:02.404Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2810 | 2026-05-26T21:18:02.518Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2811 | 2026-05-26T21:18:02.589Z | Compiling serde_with_macros v1.5.2 |
| 2812 | 2026-05-26T21:18:03.412Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-05-26T21:18:03.501Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2814 | 2026-05-26T21:18:04.067Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2815 | 2026-05-26T21:18:04.226Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-05-26T21:18:05.055Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2817 | 2026-05-26T21:18:05.298Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2818 | 2026-05-26T21:18:05.321Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2819 | 2026-05-26T21:18:05.494Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-05-26T21:18:05.537Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2821 | 2026-05-26T21:18:05.720Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2822 | 2026-05-26T21:18:05.787Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2823 | 2026-05-26T21:18:05.971Z | Compiling void v1.0.2 |
| 2824 | 2026-05-26T21:18:06.100Z | Compiling lzss v0.8.2 |
| 2825 | 2026-05-26T21:18:06.378Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-05-26T21:18:06.405Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-05-26T21:18:06.884Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-05-26T21:18:07.105Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-05-26T21:18:07.384Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2830 | 2026-05-26T21:18:08.018Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-05-26T21:18:08.069Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-05-26T21:18:09.314Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-26T21:18:09.993Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-05-26T21:18:10.667Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-05-26T21:18:10.703Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-26T21:18:10.799Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-26T21:18:10.951Z | Compiling rustls-pemfile v1.0.4 |
| 2838 | 2026-05-26T21:18:11.358Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-05-26T21:18:11.582Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-05-26T21:18:11.808Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-05-26T21:18:12.034Z | Compiling nix v0.27.1 |
| 2842 | 2026-05-26T21:18:12.312Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-05-26T21:18:12.816Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-05-26T21:18:13.116Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-05-26T21:18:13.142Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2846 | 2026-05-26T21:18:13.276Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2847 | 2026-05-26T21:18:13.414Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2848 | 2026-05-26T21:18:14.241Z | Compiling tokio-tungstenite v0.23.1 |
| 2849 | 2026-05-26T21:18:14.637Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-05-26T21:18:17.051Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-26T21:18:17.587Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-05-26T21:18:18.341Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-05-26T21:18:18.777Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-05-26T21:18:19.008Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-05-26T21:18:19.030Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2856 | 2026-05-26T21:18:19.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2857 | 2026-05-26T21:18:19.618Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-05-26T21:18:19.752Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2859 | 2026-05-26T21:18:19.869Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2860 | 2026-05-26T21:18:21.366Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2861 | 2026-05-26T21:18:22.112Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-05-26T21:18:22.729Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-05-26T21:18:23.051Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-05-26T21:18:23.533Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-05-26T21:18:23.773Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2866 | 2026-05-26T21:18:24.187Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-05-26T21:18:24.319Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2868 | 2026-05-26T21:18:25.040Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2869 | 2026-05-26T21:18:25.856Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2870 | 2026-05-26T21:18:26.681Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2871 | 2026-05-26T21:18:26.774Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-05-26T21:18:26.876Z | Compiling signal-hook-tokio v0.3.1 |
| 2873 | 2026-05-26T21:18:26.903Z | Compiling yasna v0.5.2 |
| 2874 | 2026-05-26T21:18:27.094Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-26T21:18:27.116Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-05-26T21:18:27.651Z | Compiling is_ci v1.2.0 |
| 2877 | 2026-05-26T21:18:27.774Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-05-26T21:18:27.870Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-05-26T21:18:27.938Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-05-26T21:18:27.975Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-05-26T21:18:28.255Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-05-26T21:18:28.472Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-05-26T21:18:28.970Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2884 | 2026-05-26T21:18:29.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-05-26T21:18:29.212Z | Compiling subprocess v0.2.15 |
| 2886 | 2026-05-26T21:18:29.373Z | Compiling rtoolbox v0.0.3 |
| 2887 | 2026-05-26T21:18:29.655Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2888 | 2026-05-26T21:18:30.800Z | Compiling rpassword v7.4.0 |
| 2889 | 2026-05-26T21:18:30.936Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-05-26T21:18:31.426Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-05-26T21:18:32.209Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2892 | 2026-05-26T21:18:32.247Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-05-26T21:18:32.352Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-05-26T21:18:32.645Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-05-26T21:18:33.289Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-05-26T21:18:33.827Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-05-26T21:18:33.833Z | Compiling uzers v0.12.2 |
| 2898 | 2026-05-26T21:18:34.704Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-05-26T21:18:36.404Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-05-26T21:18:36.864Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-05-26T21:18:37.418Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-05-26T21:18:41.114Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-05-26T21:18:41.902Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2904 | 2026-05-26T21:18:43.007Z | Compiling multimap v0.10.1 |
| 2905 | 2026-05-26T21:18:51.650Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2906 | 2026-05-26T21:19:01.072Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2907 | 2026-05-26T21:19:03.418Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-05-26T21:19:03.919Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-05-26T21:19:05.646Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-05-26T21:25:09.554Z | Finished `release` profile [optimized] target(s) in 8m 19s |
| 2911 | 2026-05-26T21:25:56.121Z | |
| 2912 | 2026-05-26T21:25:56.121Z | real 9:06.777241824 |
| 2913 | 2026-05-26T21:25:56.124Z | user 1:18:16.772994803 |
| 2914 | 2026-05-26T21:25:56.124Z | sys 3:32.570675751 |
| 2915 | 2026-05-26T21:25:56.124Z | trap 1.701525178 |
| 2916 | 2026-05-26T21:25:56.124Z | tflt 4.154824923 |
| 2917 | 2026-05-26T21:25:56.124Z | dflt 18.893667485 |
| 2918 | 2026-05-26T21:25:56.124Z | kflt 0.040761939 |
| 2919 | 2026-05-26T21:25:56.124Z | lock 6:46:50.491963247 |
| 2920 | 2026-05-26T21:25:56.124Z | slp 2:12:57.615454958 |
| 2921 | 2026-05-26T21:25:56.124Z | lat 2:18.943350658 |
| 2922 | 2026-05-26T21:25:56.125Z | stop 5:11.930250149 |
| 2923 | 2026-05-26T21:25:56.125Z | + mapfile -t packages |
| 2924 | 2026-05-26T21:25:56.125Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-05-26T21:25:57.075Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2926 | 2026-05-26T21:25:57.150Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-05-26T21:25:57.211Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-05-26T21:25:57.214Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-05-26T21:25:57.750Z | Compiling libc v0.2.185 |
| 2930 | 2026-05-26T21:25:57.750Z | Compiling serde v1.0.228 |
| 2931 | 2026-05-26T21:25:57.753Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-05-26T21:25:57.753Z | Compiling rustix v1.1.3 |
| 2933 | 2026-05-26T21:25:57.753Z | Compiling serde_json v1.0.149 |
| 2934 | 2026-05-26T21:25:57.753Z | Compiling bitflags v2.11.0 |
| 2935 | 2026-05-26T21:25:58.287Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-05-26T21:25:58.290Z | Compiling syn v2.0.117 |
| 2937 | 2026-05-26T21:25:58.290Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-05-26T21:25:58.290Z | Compiling indexmap v2.14.0 |
| 2939 | 2026-05-26T21:25:58.290Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-05-26T21:25:58.290Z | Compiling syn v1.0.109 |
| 2941 | 2026-05-26T21:25:58.290Z | Compiling log v0.4.29 |
| 2942 | 2026-05-26T21:25:58.290Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-05-26T21:25:58.290Z | Compiling getrandom v0.4.1 |
| 2944 | 2026-05-26T21:25:58.290Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-05-26T21:25:58.290Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-05-26T21:25:58.302Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-05-26T21:25:58.380Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-05-26T21:25:58.380Z | Compiling heck v0.4.1 |
| 2949 | 2026-05-26T21:25:58.674Z | Compiling errno v0.3.14 |
| 2950 | 2026-05-26T21:25:58.677Z | Compiling thread-id v4.2.2 |
| 2951 | 2026-05-26T21:25:58.677Z | Compiling memmap v0.7.0 |
| 2952 | 2026-05-26T21:25:58.919Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-05-26T21:25:59.477Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-05-26T21:25:59.708Z | Compiling terminal_size v0.4.3 |
| 2955 | 2026-05-26T21:25:59.708Z | Compiling tempfile v3.25.0 |
| 2956 | 2026-05-26T21:25:59.733Z | Compiling tabled_derive v0.7.0 |
| 2957 | 2026-05-26T21:25:59.821Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-05-26T21:25:59.821Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-05-26T21:25:59.937Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-05-26T21:26:00.379Z | Compiling tabled v0.15.0 |
| 2961 | 2026-05-26T21:26:00.392Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-05-26T21:26:00.395Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-05-26T21:26:00.766Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-05-26T21:26:00.766Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-05-26T21:26:00.771Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-05-26T21:26:00.771Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-05-26T21:26:00.771Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-05-26T21:26:00.771Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-05-26T21:26:00.772Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-05-26T21:26:00.772Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-26T21:26:00.822Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-05-26T21:26:01.023Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-05-26T21:26:01.470Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-05-26T21:26:01.516Z | Compiling scroll v0.12.0 |
| 2975 | 2026-05-26T21:26:01.590Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-05-26T21:26:01.851Z | Compiling goblin v0.8.2 |
| 2977 | 2026-05-26T21:26:01.960Z | Compiling thiserror v1.0.69 |
| 2978 | 2026-05-26T21:26:02.006Z | Compiling thiserror v2.0.18 |
| 2979 | 2026-05-26T21:26:02.043Z | Compiling zerofrom v0.1.6 |
| 2980 | 2026-05-26T21:26:02.093Z | Compiling dtrace-parser v0.2.0 |
| 2981 | 2026-05-26T21:26:02.179Z | Compiling yoke v0.8.1 |
| 2982 | 2026-05-26T21:26:02.389Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-05-26T21:26:02.402Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-05-26T21:26:02.406Z | Compiling clap v4.5.60 |
| 2985 | 2026-05-26T21:26:03.021Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-05-26T21:26:03.263Z | Compiling icu_locale_core v2.1.1 |
| 2987 | 2026-05-26T21:26:03.561Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-05-26T21:26:03.776Z | Compiling icu_collections v2.1.1 |
| 2989 | 2026-05-26T21:26:04.142Z | Compiling icu_provider v2.1.1 |
| 2990 | 2026-05-26T21:26:04.324Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-05-26T21:26:04.378Z | Compiling serde_spanned v0.6.9 |
| 2992 | 2026-05-26T21:26:04.926Z | Compiling icu_properties v2.1.2 |
| 2993 | 2026-05-26T21:26:04.930Z | Compiling icu_normalizer v2.1.1 |
| 2994 | 2026-05-26T21:26:04.930Z | Compiling toml_edit v0.22.27 |
| 2995 | 2026-05-26T21:26:04.930Z | Compiling dof v0.3.0 |
| 2996 | 2026-05-26T21:26:04.930Z | Compiling serde_tokenstream v0.2.3 |
| 2997 | 2026-05-26T21:26:04.930Z | Compiling serde-value v0.7.0 |
| 2998 | 2026-05-26T21:26:04.930Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-05-26T21:26:04.930Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-05-26T21:26:05.419Z | Compiling idna_adapter v1.2.1 |
| 3001 | 2026-05-26T21:26:05.481Z | Compiling usdt-attr-macro v0.5.0 |
| 3002 | 2026-05-26T21:26:05.576Z | Compiling idna v1.1.0 |
| 3003 | 2026-05-26T21:26:05.627Z | Compiling usdt-macro v0.5.0 |
| 3004 | 2026-05-26T21:26:05.911Z | Compiling url v2.5.8 |
| 3005 | 2026-05-26T21:26:06.082Z | Compiling toml v0.8.23 |
| 3006 | 2026-05-26T21:26:06.208Z | Compiling usdt v0.5.0 |
| 3007 | 2026-05-26T21:26:06.538Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-05-26T21:26:06.538Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-05-26T21:26:07.543Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-05-26T21:26:10.598Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-05-26T21:26:13.602Z | Finished `release` profile [optimized] target(s) in 16.37s |
| 3012 | 2026-05-26T21:26:13.763Z | |
| 3013 | 2026-05-26T21:26:13.763Z | real 16.509787948 |
| 3014 | 2026-05-26T21:26:13.763Z | user 2:21.035353239 |
| 3015 | 2026-05-26T21:26:13.764Z | sys 17.066109346 |
| 3016 | 2026-05-26T21:26:13.770Z | trap 0.090219453 |
| 3017 | 2026-05-26T21:26:13.770Z | tflt 0.528222492 |
| 3018 | 2026-05-26T21:26:13.770Z | dflt 1.464860624 |
| 3019 | 2026-05-26T21:26:13.770Z | kflt 0.000028820 |
| 3020 | 2026-05-26T21:26:13.770Z | lock 5:14.711144202 |
| 3021 | 2026-05-26T21:26:13.770Z | slp 3:23.488765092 |
| 3022 | 2026-05-26T21:26:13.770Z | lat 6.427049631 |
| 3023 | 2026-05-26T21:26:13.770Z | stop 20.097023313 |
| 3024 | 2026-05-26T21:26:13.770Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-05-26T21:26:13.770Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-05-26T21:26:13.770Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-05-26T21:26:13.770Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-05-26T21:26:13.770Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-05-26T21:26:14.703Z | Compiling newtype-uuid-macros v0.1.0 |
| 3030 | 2026-05-26T21:26:14.703Z | Compiling progenitor-client v0.14.0 |
| 3031 | 2026-05-26T21:26:14.703Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-05-26T21:26:14.706Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-05-26T21:26:14.706Z | Compiling rustls v0.22.4 |
| 3034 | 2026-05-26T21:26:14.706Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-05-26T21:26:14.706Z | Compiling multer v3.1.0 |
| 3036 | 2026-05-26T21:26:14.707Z | Compiling match_cfg v0.1.0 |
| 3037 | 2026-05-26T21:26:14.854Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-05-26T21:26:14.859Z | Compiling compression-core v0.4.31 |
| 3039 | 2026-05-26T21:26:14.868Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-05-26T21:26:14.873Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-05-26T21:26:14.873Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-05-26T21:26:14.908Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3043 | 2026-05-26T21:26:14.919Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-05-26T21:26:14.922Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-26T21:26:15.035Z | Compiling compression-codecs v0.4.37 |
| 3046 | 2026-05-26T21:26:15.068Z | Compiling itertools v0.14.0 |
| 3047 | 2026-05-26T21:26:15.100Z | Compiling hostname v0.3.1 |
| 3048 | 2026-05-26T21:26:15.117Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-05-26T21:26:15.548Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-26T21:26:15.552Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3051 | 2026-05-26T21:26:15.552Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-05-26T21:26:15.552Z | Compiling slog-bunyan v2.5.0 |
| 3053 | 2026-05-26T21:26:15.552Z | Compiling dropshot_endpoint v0.17.0 |
| 3054 | 2026-05-26T21:26:15.552Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-05-26T21:26:15.553Z | Compiling hostname v0.4.2 |
| 3056 | 2026-05-26T21:26:15.553Z | Compiling regress v0.10.5 |
| 3057 | 2026-05-26T21:26:15.553Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3058 | 2026-05-26T21:26:15.553Z | Compiling macaddr v1.0.1 |
| 3059 | 2026-05-26T21:26:15.553Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-05-26T21:26:15.553Z | Compiling instant v0.1.13 |
| 3061 | 2026-05-26T21:26:15.608Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-05-26T21:26:15.611Z | Compiling backon v1.6.0 |
| 3063 | 2026-05-26T21:26:15.624Z | Compiling backoff v0.4.0 |
| 3064 | 2026-05-26T21:26:15.658Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3065 | 2026-05-26T21:26:15.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3066 | 2026-05-26T21:26:15.677Z | Compiling progenitor-client v0.10.0 |
| 3067 | 2026-05-26T21:26:15.708Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-05-26T21:26:15.728Z | Compiling humantime v2.3.0 |
| 3069 | 2026-05-26T21:26:15.813Z | Compiling progenitor-extras v0.2.0 |
| 3070 | 2026-05-26T21:26:15.827Z | Compiling universal-hash v0.5.1 |
| 3071 | 2026-05-26T21:26:15.851Z | Compiling opaque-debug v0.3.1 |
| 3072 | 2026-05-26T21:26:15.878Z | Compiling half v2.7.1 |
| 3073 | 2026-05-26T21:26:15.897Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3074 | 2026-05-26T21:26:15.943Z | Compiling ciborium-io v0.2.2 |
| 3075 | 2026-05-26T21:26:15.985Z | Compiling crucible-workspace-hack v0.1.0 |
| 3076 | 2026-05-26T21:26:16.020Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3077 | 2026-05-26T21:26:16.038Z | Compiling regress v0.11.1 |
| 3078 | 2026-05-26T21:26:16.057Z | Compiling convert_case v0.4.0 |
| 3079 | 2026-05-26T21:26:16.075Z | Compiling aead v0.5.2 |
| 3080 | 2026-05-26T21:26:16.093Z | Compiling secrecy v0.10.3 |
| 3081 | 2026-05-26T21:26:16.119Z | Compiling unsafe-libyaml v0.2.11 |
| 3082 | 2026-05-26T21:26:16.213Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-05-26T21:26:16.254Z | Compiling structmeta v0.3.0 |
| 3084 | 2026-05-26T21:26:16.277Z | Compiling poly1305 v0.8.0 |
| 3085 | 2026-05-26T21:26:16.303Z | Compiling chacha20 v0.9.1 |
| 3086 | 2026-05-26T21:26:16.306Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3087 | 2026-05-26T21:26:16.340Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3088 | 2026-05-26T21:26:16.340Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3089 | 2026-05-26T21:26:16.358Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3090 | 2026-05-26T21:26:16.459Z | Compiling derive_more v0.99.20 |
| 3091 | 2026-05-26T21:26:16.462Z | Compiling ciborium v0.2.2 |
| 3092 | 2026-05-26T21:26:16.497Z | Compiling derive-ex v0.1.8 |
| 3093 | 2026-05-26T21:26:16.520Z | Compiling parse-display-derive v0.10.0 |
| 3094 | 2026-05-26T21:26:16.592Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3095 | 2026-05-26T21:26:16.634Z | Compiling byte-wrapper v0.1.0 |
| 3096 | 2026-05-26T21:26:16.700Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-05-26T21:26:16.717Z | Compiling blake2 v0.10.6 |
| 3098 | 2026-05-26T21:26:16.894Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3099 | 2026-05-26T21:26:17.003Z | Compiling password-hash v0.5.0 |
| 3100 | 2026-05-26T21:26:17.065Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-05-26T21:26:17.082Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-05-26T21:26:17.098Z | Compiling heapless v0.8.0 |
| 3103 | 2026-05-26T21:26:17.113Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3104 | 2026-05-26T21:26:17.244Z | Compiling ingot-macros v0.1.1 |
| 3105 | 2026-05-26T21:26:17.244Z | Compiling tabwriter v1.4.1 |
| 3106 | 2026-05-26T21:26:17.294Z | Compiling tokio-rustls v0.25.0 |
| 3107 | 2026-05-26T21:26:17.399Z | Compiling argon2 v0.5.3 |
| 3108 | 2026-05-26T21:26:17.456Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3109 | 2026-05-26T21:26:17.550Z | Compiling hash32 v0.3.1 |
| 3110 | 2026-05-26T21:26:17.607Z | Compiling typify-impl v0.6.2 |
| 3111 | 2026-05-26T21:26:17.626Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-05-26T21:26:17.741Z | Compiling vsss-rs v3.3.4 |
| 3113 | 2026-05-26T21:26:17.744Z | Compiling smoltcp v0.11.0 |
| 3114 | 2026-05-26T21:26:18.175Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3115 | 2026-05-26T21:26:18.258Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3116 | 2026-05-26T21:26:18.290Z | Compiling test-strategy v0.4.5 |
| 3117 | 2026-05-26T21:26:18.313Z | Compiling parse-display v0.10.0 |
| 3118 | 2026-05-26T21:26:18.535Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-26T21:26:18.598Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-05-26T21:26:18.637Z | Compiling cobs v0.3.0 |
| 3121 | 2026-05-26T21:26:18.653Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3122 | 2026-05-26T21:26:18.698Z | Compiling num-complex v0.4.6 |
| 3123 | 2026-05-26T21:26:18.784Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-05-26T21:26:18.850Z | Compiling colored v3.1.1 |
| 3125 | 2026-05-26T21:26:18.871Z | Compiling postcard v1.1.3 |
| 3126 | 2026-05-26T21:26:19.025Z | Compiling proc-macro-error v1.0.4 |
| 3127 | 2026-05-26T21:26:19.041Z | Compiling proc-macro-crate v1.3.1 |
| 3128 | 2026-05-26T21:26:19.129Z | Compiling num v0.4.3 |
| 3129 | 2026-05-26T21:26:19.146Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-26T21:26:19.165Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3131 | 2026-05-26T21:26:19.217Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-05-26T21:26:19.240Z | Compiling atomicwrites v0.4.4 |
| 3133 | 2026-05-26T21:26:19.240Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3134 | 2026-05-26T21:26:19.240Z | Compiling foreign-types-macros v0.2.3 |
| 3135 | 2026-05-26T21:26:19.372Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3136 | 2026-05-26T21:26:19.406Z | Compiling float-ord v0.3.2 |
| 3137 | 2026-05-26T21:26:19.424Z | Compiling cpufeatures v0.3.0 |
| 3138 | 2026-05-26T21:26:19.483Z | Compiling rayon-core v1.13.0 |
| 3139 | 2026-05-26T21:26:19.501Z | Compiling foreign-types-shared v0.3.1 |
| 3140 | 2026-05-26T21:26:19.519Z | Compiling num_enum_derive v0.5.11 |
| 3141 | 2026-05-26T21:26:19.536Z | Compiling chacha20 v0.10.0 |
| 3142 | 2026-05-26T21:26:19.628Z | Compiling crossbeam-deque v0.8.6 |
| 3143 | 2026-05-26T21:26:19.667Z | Compiling camino-tempfile v1.4.1 |
| 3144 | 2026-05-26T21:26:19.700Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3145 | 2026-05-26T21:26:19.716Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3146 | 2026-05-26T21:26:19.792Z | Compiling cstr-argument v0.1.2 |
| 3147 | 2026-05-26T21:26:19.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3148 | 2026-05-26T21:26:19.847Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3149 | 2026-05-26T21:26:19.912Z | Compiling foreign-types v0.5.0 |
| 3150 | 2026-05-26T21:26:19.932Z | Compiling rand v0.10.0 |
| 3151 | 2026-05-26T21:26:19.947Z | Compiling toml v0.8.23 |
| 3152 | 2026-05-26T21:26:20.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3153 | 2026-05-26T21:26:20.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3154 | 2026-05-26T21:26:20.199Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3155 | 2026-05-26T21:26:20.218Z | Compiling zone_cfg_derive v0.3.1 |
| 3156 | 2026-05-26T21:26:20.269Z | Compiling ingot-types v0.1.2 |
| 3157 | 2026-05-26T21:26:20.286Z | Compiling num_enum v0.7.5 |
| 3158 | 2026-05-26T21:26:20.304Z | Compiling rayon v1.11.0 |
| 3159 | 2026-05-26T21:26:20.337Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3160 | 2026-05-26T21:26:20.353Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3161 | 2026-05-26T21:26:20.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3162 | 2026-05-26T21:26:20.451Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3163 | 2026-05-26T21:26:20.468Z | Compiling itertools v0.12.1 |
| 3164 | 2026-05-26T21:26:20.492Z | Compiling num-derive v0.4.2 |
| 3165 | 2026-05-26T21:26:20.582Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-05-26T21:26:20.600Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3167 | 2026-05-26T21:26:20.617Z | Compiling num_enum v0.5.11 |
| 3168 | 2026-05-26T21:26:20.677Z | Compiling ingot v0.1.1 |
| 3169 | 2026-05-26T21:26:20.697Z | Compiling glob v0.3.3 |
| 3170 | 2026-05-26T21:26:20.716Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3171 | 2026-05-26T21:26:20.782Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3172 | 2026-05-26T21:26:20.799Z | Compiling smf v0.2.3 |
| 3173 | 2026-05-26T21:26:20.842Z | Compiling prettyplease v0.2.37 |
| 3174 | 2026-05-26T21:26:20.880Z | Compiling whoami v1.6.1 |
| 3175 | 2026-05-26T21:26:20.914Z | Compiling usdt-macro v0.5.0 |
| 3176 | 2026-05-26T21:26:21.127Z | Compiling usdt-attr-macro v0.5.0 |
| 3177 | 2026-05-26T21:26:21.130Z | Compiling gethostname v0.5.0 |
| 3178 | 2026-05-26T21:26:21.192Z | Compiling memmap v0.7.0 |
| 3179 | 2026-05-26T21:26:21.262Z | Compiling derive-where v1.6.0 |
| 3180 | 2026-05-26T21:26:21.302Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-05-26T21:26:21.368Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-05-26T21:26:21.418Z | Compiling cancel-safe-futures v0.1.5 |
| 3183 | 2026-05-26T21:26:21.473Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3184 | 2026-05-26T21:26:21.533Z | Compiling owo-colors v4.3.0 |
| 3185 | 2026-05-26T21:26:21.656Z | Compiling zone v0.3.1 |
| 3186 | 2026-05-26T21:26:21.716Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-05-26T21:26:21.720Z | Compiling console v0.15.11 |
| 3188 | 2026-05-26T21:26:21.879Z | Compiling libsw v3.5.0 |
| 3189 | 2026-05-26T21:26:21.896Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3190 | 2026-05-26T21:26:21.962Z | Compiling usdt v0.5.0 |
| 3191 | 2026-05-26T21:26:22.075Z | Compiling hickory-proto v0.24.4 |
| 3192 | 2026-05-26T21:26:22.090Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-05-26T21:26:22.108Z | Compiling progenitor-client v0.13.0 |
| 3194 | 2026-05-26T21:26:22.174Z | Compiling linear-map v1.2.0 |
| 3195 | 2026-05-26T21:26:22.236Z | Compiling libefi-sys v0.1.0 |
| 3196 | 2026-05-26T21:26:22.262Z | Compiling linked-hash-map v0.5.6 |
| 3197 | 2026-05-26T21:26:22.278Z | Compiling typify-macro v0.6.2 |
| 3198 | 2026-05-26T21:26:22.297Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-05-26T21:26:22.354Z | Compiling git-stub v1.0.0 |
| 3200 | 2026-05-26T21:26:22.375Z | Compiling bitfield-struct v0.6.2 |
| 3201 | 2026-05-26T21:26:22.395Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3202 | 2026-05-26T21:26:22.474Z | Compiling lru-cache v0.1.2 |
| 3203 | 2026-05-26T21:26:22.491Z | Compiling semver v0.1.20 |
| 3204 | 2026-05-26T21:26:22.494Z | Compiling tokio-dtrace v0.1.1 |
| 3205 | 2026-05-26T21:26:22.525Z | Compiling git-stub-vcs v0.1.0 |
| 3206 | 2026-05-26T21:26:22.621Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3207 | 2026-05-26T21:26:22.639Z | Compiling slog-dtrace v0.3.0 |
| 3208 | 2026-05-26T21:26:22.661Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3209 | 2026-05-26T21:26:22.665Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-05-26T21:26:22.745Z | Compiling rustc_version v0.1.7 |
| 3211 | 2026-05-26T21:26:22.762Z | Compiling minimal-lexical v0.2.1 |
| 3212 | 2026-05-26T21:26:22.778Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-05-26T21:26:22.794Z | Compiling oxide-tokio-rt v0.1.4 |
| 3214 | 2026-05-26T21:26:22.822Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3215 | 2026-05-26T21:26:22.987Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3216 | 2026-05-26T21:26:23.011Z | Compiling phf_shared v0.12.1 |
| 3217 | 2026-05-26T21:26:23.034Z | Compiling nom v7.1.3 |
| 3218 | 2026-05-26T21:26:23.070Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3219 | 2026-05-26T21:26:23.088Z | Compiling newtype_derive v0.1.6 |
| 3220 | 2026-05-26T21:26:23.091Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3221 | 2026-05-26T21:26:23.123Z | Compiling csv-core v0.1.13 |
| 3222 | 2026-05-26T21:26:23.127Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-05-26T21:26:23.195Z | Compiling xshell-macros v0.2.7 |
| 3224 | 2026-05-26T21:26:23.215Z | Compiling highway v1.3.0 |
| 3225 | 2026-05-26T21:26:23.344Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3226 | 2026-05-26T21:26:23.428Z | Compiling csv v1.4.0 |
| 3227 | 2026-05-26T21:26:23.505Z | Compiling phf v0.12.1 |
| 3228 | 2026-05-26T21:26:23.522Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-05-26T21:26:23.599Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-26T21:26:23.619Z | Compiling primeorder v0.13.6 |
| 3231 | 2026-05-26T21:26:23.637Z | Compiling xshell v0.2.7 |
| 3232 | 2026-05-26T21:26:23.689Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-05-26T21:26:23.912Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-05-26T21:26:23.931Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-05-26T21:26:23.948Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-05-26T21:26:24.018Z | Compiling bcs v0.1.6 |
| 3237 | 2026-05-26T21:26:24.166Z | Compiling typify v0.6.2 |
| 3238 | 2026-05-26T21:26:24.183Z | Compiling termtree v0.5.1 |
| 3239 | 2026-05-26T21:26:24.210Z | Compiling salty v0.3.0 |
| 3240 | 2026-05-26T21:26:24.305Z | Compiling progenitor-impl v0.14.0 |
| 3241 | 2026-05-26T21:26:24.354Z | Compiling progenitor-impl v0.13.0 |
| 3242 | 2026-05-26T21:26:24.382Z | Compiling hickory-resolver v0.24.4 |
| 3243 | 2026-05-26T21:26:24.412Z | Compiling tagptr v0.2.0 |
| 3244 | 2026-05-26T21:26:24.428Z | Compiling const_format v0.2.35 |
| 3245 | 2026-05-26T21:26:24.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3246 | 2026-05-26T21:26:24.514Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3247 | 2026-05-26T21:26:24.594Z | Compiling moka v0.12.13 |
| 3248 | 2026-05-26T21:26:24.761Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3249 | 2026-05-26T21:26:24.779Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3250 | 2026-05-26T21:26:24.782Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3251 | 2026-05-26T21:26:24.981Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3252 | 2026-05-26T21:26:24.998Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-05-26T21:26:25.133Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3254 | 2026-05-26T21:26:25.187Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3255 | 2026-05-26T21:26:25.230Z | Compiling tabled v0.15.0 |
| 3256 | 2026-05-26T21:26:25.248Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-05-26T21:26:25.371Z | Compiling steno v0.4.1 |
| 3258 | 2026-05-26T21:26:25.442Z | Compiling qorb v0.4.1 |
| 3259 | 2026-05-26T21:26:25.630Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3260 | 2026-05-26T21:26:25.754Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-05-26T21:26:25.798Z | Compiling base64 v0.21.7 |
| 3262 | 2026-05-26T21:26:25.922Z | Compiling radium v0.7.0 |
| 3263 | 2026-05-26T21:26:25.986Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-05-26T21:26:26.158Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3265 | 2026-05-26T21:26:26.452Z | Compiling p384 v0.13.1 |
| 3266 | 2026-05-26T21:26:26.691Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3267 | 2026-05-26T21:26:26.694Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3268 | 2026-05-26T21:26:26.729Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3269 | 2026-05-26T21:26:26.766Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3270 | 2026-05-26T21:26:26.971Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3271 | 2026-05-26T21:26:27.016Z | Compiling progenitor-macro v0.14.0 |
| 3272 | 2026-05-26T21:26:27.033Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3273 | 2026-05-26T21:26:27.048Z | Compiling typify-impl v0.4.3 |
| 3274 | 2026-05-26T21:26:27.090Z | Compiling progenitor-macro v0.13.0 |
| 3275 | 2026-05-26T21:26:27.239Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-05-26T21:26:27.368Z | Compiling tap v1.0.1 |
| 3277 | 2026-05-26T21:26:27.512Z | Compiling wyz v0.5.1 |
| 3278 | 2026-05-26T21:26:27.525Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-05-26T21:26:27.625Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-05-26T21:26:27.736Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-05-26T21:26:27.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-05-26T21:26:27.832Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-05-26T21:26:27.896Z | Compiling utf-8 v0.7.6 |
| 3284 | 2026-05-26T21:26:27.921Z | Compiling parking_lot_core v0.8.6 |
| 3285 | 2026-05-26T21:26:28.012Z | Compiling funty v2.0.0 |
| 3286 | 2026-05-26T21:26:28.118Z | Compiling tungstenite v0.21.0 |
| 3287 | 2026-05-26T21:26:28.178Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-26T21:26:28.192Z | Compiling num-derive v0.3.3 |
| 3289 | 2026-05-26T21:26:28.226Z | Compiling proc-macro-error2 v2.0.1 |
| 3290 | 2026-05-26T21:26:28.269Z | Compiling packed_struct_codegen v0.10.1 |
| 3291 | 2026-05-26T21:26:28.452Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-05-26T21:26:28.526Z | Compiling zerocopy-derive v0.6.6 |
| 3293 | 2026-05-26T21:26:28.550Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3294 | 2026-05-26T21:26:28.591Z | Compiling bitfield-macros v0.19.4 |
| 3295 | 2026-05-26T21:26:28.669Z | Compiling indexmap v1.9.3 |
| 3296 | 2026-05-26T21:26:28.700Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-05-26T21:26:28.812Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3298 | 2026-05-26T21:26:28.887Z | Compiling crc-catalog v2.4.0 |
| 3299 | 2026-05-26T21:26:28.903Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-05-26T21:26:29.025Z | Compiling array-init v0.0.4 |
| 3301 | 2026-05-26T21:26:29.039Z | Compiling crc v3.4.0 |
| 3302 | 2026-05-26T21:26:29.119Z | Compiling tokio-tungstenite v0.21.0 |
| 3303 | 2026-05-26T21:26:29.131Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-05-26T21:26:29.164Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-05-26T21:26:29.273Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3306 | 2026-05-26T21:26:29.322Z | Compiling ghash v0.5.1 |
| 3307 | 2026-05-26T21:26:29.390Z | Compiling bitfield v0.19.4 |
| 3308 | 2026-05-26T21:26:29.433Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-26T21:26:29.453Z | Compiling zerocopy v0.6.6 |
| 3310 | 2026-05-26T21:26:29.503Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-26T21:26:29.679Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-05-26T21:26:29.700Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-05-26T21:26:29.720Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-05-26T21:26:29.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3315 | 2026-05-26T21:26:29.824Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-05-26T21:26:29.932Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3317 | 2026-05-26T21:26:29.967Z | Compiling ctr v0.9.2 |
| 3318 | 2026-05-26T21:26:30.073Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-26T21:26:30.191Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-05-26T21:26:30.216Z | Compiling hashbrown v0.12.3 |
| 3321 | 2026-05-26T21:26:30.250Z | Compiling unicase v2.9.0 |
| 3322 | 2026-05-26T21:26:30.299Z | Compiling corncobs v0.1.4 |
| 3323 | 2026-05-26T21:26:30.370Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3324 | 2026-05-26T21:26:30.478Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-26T21:26:30.497Z | Compiling mime_guess v2.0.5 |
| 3326 | 2026-05-26T21:26:30.509Z | Compiling aes-gcm v0.10.3 |
| 3327 | 2026-05-26T21:26:30.564Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-05-26T21:26:30.643Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3329 | 2026-05-26T21:26:30.754Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-05-26T21:26:30.809Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-05-26T21:26:30.831Z | Compiling tabled v0.20.0 |
| 3332 | 2026-05-26T21:26:30.875Z | Compiling parking_lot v0.11.2 |
| 3333 | 2026-05-26T21:26:30.920Z | Compiling serde-hex v0.1.0 |
| 3334 | 2026-05-26T21:26:31.101Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3335 | 2026-05-26T21:26:31.173Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3336 | 2026-05-26T21:26:31.318Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-26T21:26:31.443Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-26T21:26:31.548Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2026-05-26T21:26:31.607Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-05-26T21:26:31.635Z | Compiling progenitor-client v0.11.2 |
| 3341 | 2026-05-26T21:26:31.698Z | Compiling typify-macro v0.4.3 |
| 3342 | 2026-05-26T21:26:31.986Z | Compiling blowfish v0.9.1 |
| 3343 | 2026-05-26T21:26:32.006Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3344 | 2026-05-26T21:26:32.046Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-05-26T21:26:32.133Z | Compiling ssh-encoding v0.2.0 |
| 3346 | 2026-05-26T21:26:32.236Z | Compiling progenitor v0.14.0 |
| 3347 | 2026-05-26T21:26:32.295Z | Compiling fxhash v0.2.1 |
| 3348 | 2026-05-26T21:26:32.325Z | Compiling secrecy v0.8.0 |
| 3349 | 2026-05-26T21:26:32.343Z | Compiling progenitor v0.13.0 |
| 3350 | 2026-05-26T21:26:32.413Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-05-26T21:26:32.469Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3352 | 2026-05-26T21:26:32.482Z | Compiling crc-any v2.5.0 |
| 3353 | 2026-05-26T21:26:32.503Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3354 | 2026-05-26T21:26:32.527Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3355 | 2026-05-26T21:26:32.551Z | Compiling sled v0.34.7 |
| 3356 | 2026-05-26T21:26:32.704Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-05-26T21:26:32.709Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3358 | 2026-05-26T21:26:32.735Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3359 | 2026-05-26T21:26:33.133Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-05-26T21:26:33.372Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3361 | 2026-05-26T21:26:33.416Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3362 | 2026-05-26T21:26:33.436Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3363 | 2026-05-26T21:26:33.565Z | Compiling typify v0.4.3 |
| 3364 | 2026-05-26T21:26:33.652Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3365 | 2026-05-26T21:26:33.707Z | Compiling progenitor-impl v0.11.2 |
| 3366 | 2026-05-26T21:26:33.801Z | Compiling object v0.30.4 |
| 3367 | 2026-05-26T21:26:33.852Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3368 | 2026-05-26T21:26:33.995Z | Compiling password-hash v0.4.2 |
| 3369 | 2026-05-26T21:26:34.023Z | Compiling http-range v0.1.5 |
| 3370 | 2026-05-26T21:26:34.146Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3371 | 2026-05-26T21:26:34.194Z | Compiling path-slash v0.1.5 |
| 3372 | 2026-05-26T21:26:34.250Z | Compiling half v1.8.3 |
| 3373 | 2026-05-26T21:26:34.420Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3374 | 2026-05-26T21:26:34.466Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3375 | 2026-05-26T21:26:34.551Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3376 | 2026-05-26T21:26:34.663Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3377 | 2026-05-26T21:26:34.666Z | Compiling crc8 v0.1.1 |
| 3378 | 2026-05-26T21:26:34.834Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3379 | 2026-05-26T21:26:35.259Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-05-26T21:26:35.471Z | Compiling pbkdf2 v0.11.0 |
| 3381 | 2026-05-26T21:26:35.663Z | Compiling illumos-nvpair v0.3.0 |
| 3382 | 2026-05-26T21:26:35.880Z | Compiling ssh-key v0.6.7 |
| 3383 | 2026-05-26T21:26:35.948Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3384 | 2026-05-26T21:26:36.137Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3385 | 2026-05-26T21:26:36.210Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3386 | 2026-05-26T21:26:36.337Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3387 | 2026-05-26T21:26:36.420Z | Compiling progenitor-macro v0.11.2 |
| 3388 | 2026-05-26T21:26:36.569Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3389 | 2026-05-26T21:26:36.684Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-05-26T21:26:36.784Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3391 | 2026-05-26T21:26:36.804Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3392 | 2026-05-26T21:26:36.861Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-26T21:26:36.872Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-26T21:26:37.258Z | Compiling p521 v0.13.3 |
| 3395 | 2026-05-26T21:26:37.278Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-26T21:26:37.434Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-05-26T21:26:37.595Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-05-26T21:26:37.615Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-05-26T21:26:37.645Z | Compiling russh-cryptovec v0.7.3 |
| 3400 | 2026-05-26T21:26:37.699Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-26T21:26:37.751Z | Compiling home v0.5.12 |
| 3402 | 2026-05-26T21:26:37.770Z | Compiling md5 v0.7.0 |
| 3403 | 2026-05-26T21:26:37.773Z | Compiling rcgen v0.12.1 |
| 3404 | 2026-05-26T21:26:37.814Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3405 | 2026-05-26T21:26:37.840Z | Compiling headers v0.4.1 |
| 3406 | 2026-05-26T21:26:37.913Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3407 | 2026-05-26T21:26:37.946Z | Compiling flume v0.11.1 |
| 3408 | 2026-05-26T21:26:37.971Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-05-26T21:26:38.039Z | Compiling russh-keys v0.45.0 |
| 3410 | 2026-05-26T21:26:38.112Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-26T21:26:38.291Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-26T21:26:38.294Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-26T21:26:38.468Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-26T21:26:38.639Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3415 | 2026-05-26T21:26:38.642Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3416 | 2026-05-26T21:26:38.691Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-05-26T21:26:38.745Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3418 | 2026-05-26T21:26:38.761Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3419 | 2026-05-26T21:26:38.887Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-26T21:26:39.016Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3421 | 2026-05-26T21:26:39.160Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-26T21:26:39.178Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-05-26T21:26:39.196Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-05-26T21:26:39.408Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3425 | 2026-05-26T21:26:39.455Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-05-26T21:26:39.474Z | Compiling des v0.8.1 |
| 3427 | 2026-05-26T21:26:39.497Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-05-26T21:26:39.501Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-05-26T21:26:39.657Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-05-26T21:26:39.660Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-26T21:26:39.727Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-26T21:26:39.745Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-26T21:26:39.805Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-05-26T21:26:39.835Z | Compiling socket2 v0.5.10 |
| 3435 | 2026-05-26T21:26:39.851Z | Compiling internet-checksum v0.2.1 |
| 3436 | 2026-05-26T21:26:39.948Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-26T21:26:40.278Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-05-26T21:26:40.632Z | Compiling russh v0.45.0 |
| 3439 | 2026-05-26T21:26:41.278Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2026-05-26T21:26:41.278Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3441 | 2026-05-26T21:26:41.337Z | Compiling progenitor v0.11.2 |
| 3442 | 2026-05-26T21:26:41.508Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3443 | 2026-05-26T21:26:43.751Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-26T21:26:44.411Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-26T21:26:44.878Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-26T21:26:46.457Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-26T21:26:47.109Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-05-26T21:26:54.470Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-05-26T21:26:54.470Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-05-26T21:26:54.473Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-05-26T21:26:54.473Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-05-26T21:26:56.188Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3453 | 2026-05-26T21:26:56.318Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3454 | 2026-05-26T21:27:00.343Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-05-26T21:27:39.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3456 | 2026-05-26T21:27:39.295Z | |
| 3457 | 2026-05-26T21:27:39.295Z | real 1:25.466853003 |
| 3458 | 2026-05-26T21:27:39.295Z | user 8:06.004550723 |
| 3459 | 2026-05-26T21:27:39.295Z | sys 1:41.904606772 |
| 3460 | 2026-05-26T21:27:39.295Z | trap 0.239656437 |
| 3461 | 2026-05-26T21:27:39.295Z | tflt 0.561910435 |
| 3462 | 2026-05-26T21:27:39.295Z | dflt 1.677452930 |
| 3463 | 2026-05-26T21:27:39.295Z | kflt 0.000262270 |
| 3464 | 2026-05-26T21:27:39.295Z | lock 27:29.982407779 |
| 3465 | 2026-05-26T21:27:39.299Z | slp 18:38.816520412 |
| 3466 | 2026-05-26T21:27:39.299Z | lat 39.471335398 |
| 3467 | 2026-05-26T21:27:39.299Z | stop 2:42.321520808 |
| 3468 | 2026-05-26T21:27:39.299Z | + mkdir tests |
| 3469 | 2026-05-26T21:27:39.302Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-05-26T21:27:39.302Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-05-26T21:27:39.466Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6f71c2715ff53956 tests/ |
| 3472 | 2026-05-26T21:27:39.491Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fd078a12641b47b3 tests/ |
| 3473 | 2026-05-26T21:27:39.522Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-90d5556e7a79f857 tests/ |
| 3474 | 2026-05-26T21:27:39.553Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-aa1ef0d731f89e16 tests/ |
| 3475 | 2026-05-26T21:27:39.897Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3476 | 2026-05-26T21:27:39.900Z | + 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-fd078a12641b47b3 tests/commtest-90d5556e7a79f857 tests/dhcp_server-6f71c2715ff53956 tests/end_to_end_tests-aa1ef0d731f89e16 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3477 | 2026-05-26T21:29:01.957Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-05-26T21:29:01.957Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-05-26T21:29:01.957Z | a out/target/test 1K |
| 3480 | 2026-05-26T21:29:01.957Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-05-26T21:29:01.957Z | a package-manifest.toml 35K |
| 3482 | 2026-05-26T21:29:01.957Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-05-26T21:29:01.957Z | a target/release/omicron-package 46195K |
| 3484 | 2026-05-26T21:29:01.957Z | a target/release/xtask 11449K |
| 3485 | 2026-05-26T21:29:01.957Z | a target/debug/bootstrap 353624K |
| 3486 | 2026-05-26T21:29:01.957Z | a tests/bootstrap-fd078a12641b47b3 31215K |
| 3487 | 2026-05-26T21:29:01.957Z | a tests/commtest-90d5556e7a79f857 32300K |
| 3488 | 2026-05-26T21:29:01.957Z | a tests/dhcp_server-6f71c2715ff53956 31215K |
| 3489 | 2026-05-26T21:29:01.957Z | a tests/end_to_end_tests-aa1ef0d731f89e16 394681K |
| 3490 | 2026-05-26T21:29:01.957Z | a tools/opte_version 1K |
| 3491 | 2026-05-26T21:29:01.957Z | a tools/opte_version_override 2K |
| 3492 | 2026-05-26T21:29:01.957Z | a out/clickhouse.tar.gz 321509K |
| 3493 | 2026-05-26T21:29:01.957Z | a out/clickhouse_keeper.tar.gz 306589K |
| 3494 | 2026-05-26T21:29:01.957Z | a out/clickhouse_server.tar.gz 321506K |
| 3495 | 2026-05-26T21:29:01.957Z | a out/cockroachdb.tar.gz 166104K |
| 3496 | 2026-05-26T21:29:01.957Z | a out/crucible-pantry-zone.tar.gz 41114K |
| 3497 | 2026-05-26T21:29:01.958Z | a out/crucible-utils.tar 16478K |
| 3498 | 2026-05-26T21:29:01.958Z | a out/crucible-zone.tar.gz 56684K |
| 3499 | 2026-05-26T21:29:01.958Z | a out/external-dns.tar.gz 51221K |
| 3500 | 2026-05-26T21:29:01.958Z | a out/internal-dns.tar.gz 51221K |
| 3501 | 2026-05-26T21:29:01.958Z | a out/mg-ddm-gz.tar 95141K |
| 3502 | 2026-05-26T21:29:01.958Z | a out/nexus.tar.gz 278882K |
| 3503 | 2026-05-26T21:29:01.958Z | a out/ntp.tar.gz 32773K |
| 3504 | 2026-05-26T21:29:01.958Z | a out/omicron-gateway-softnpu.tar.gz 29899K |
| 3505 | 2026-05-26T21:29:01.958Z | a out/omicron-sled-agent.tar 203916K |
| 3506 | 2026-05-26T21:29:01.958Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-05-26T21:29:01.958Z | a out/oximeter.tar.gz 68087K |
| 3508 | 2026-05-26T21:29:01.958Z | a out/oxlog.tar 3782K |
| 3509 | 2026-05-26T21:29:01.958Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-05-26T21:29:01.958Z | a out/propolis-server.tar.gz 35483K |
| 3511 | 2026-05-26T21:29:01.958Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-05-26T21:29:01.958Z | a out/switch-softnpu.tar.gz 452996K |
| 3513 | 2026-05-26T21:29:01.961Z | |
| 3514 | 2026-05-26T21:29:01.961Z | real 1:22.057498618 |
| 3515 | 2026-05-26T21:29:01.961Z | user 1:19.358021684 |
| 3516 | 2026-05-26T21:29:01.961Z | sys 4.483466479 |
| 3517 | 2026-05-26T21:29:01.961Z | trap 0.007123005 |
| 3518 | 2026-05-26T21:29:01.961Z | tflt 0.000000000 |
| 3519 | 2026-05-26T21:29:01.961Z | dflt 0.000000000 |
| 3520 | 2026-05-26T21:29:01.961Z | kflt 0.000000000 |
| 3521 | 2026-05-26T21:29:01.961Z | lock 0.000000000 |
| 3522 | 2026-05-26T21:29:01.961Z | slp 1:19.232906901 |
| 3523 | 2026-05-26T21:29:01.961Z | lat 1.028005244 |
| 3524 | 2026-05-26T21:29:01.961Z | stop 0.000203690 |
| 3525 | 2026-05-26T21:29:01.961Z | process exited: duration 963390 ms, exit code 0 |
| |
| 3526 | 2026-05-26T21:29:01.976Z | found 1 output files |
| 3527 | 2026-05-26T21:29:01.976Z | uploading: /work/package.tar.gz (2562963222 bytes) |
| 3528 | 2026-05-26T21:29:36.086Z | uploaded: /work/package.tar.gz |