|
|
|
| 1 | 2026-05-19T22:45:20.714Z | job assigned to worker 01KS16K550VPFHQNV4RF3HBK2H [factory aws, i-04d26a02367152472] (queued for 49 s) |
| |
| 2 | 2026-05-19T22:45:29.045Z | starting task 0: "setup" |
| 3 | 2026-05-19T22:45:29.051Z | ++ uname -s |
| 4 | 2026-05-19T22:45:29.055Z | + kern=SunOS |
| 5 | 2026-05-19T22:45:29.055Z | + build_user=build |
| 6 | 2026-05-19T22:45:29.055Z | + build_uid=12345 |
| 7 | 2026-05-19T22:45:29.055Z | + work_dir=/work |
| 8 | 2026-05-19T22:45:29.055Z | + input_dir=/input |
| 9 | 2026-05-19T22:45:29.055Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T22:45:29.055Z | + case "$kern" in |
| 11 | 2026-05-19T22:45:29.055Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T22:45:29.068Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T22:45:31.077Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T22:45:31.215Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T22:45:31.219Z | + home_fs=zfs |
| 16 | 2026-05-19T22:45:31.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T22:45:31.219Z | + mkdir -p /home/build |
| 18 | 2026-05-19T22:45:31.219Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T22:45:33.222Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T22:45:33.225Z | process exited: duration 4182 ms, exit code 0 |
| |
| 21 | 2026-05-19T22:45:33.232Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T22:45:33.238Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-19T22:45:33.238Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-19T22:45:33.238Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-19T22:45:33.238Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-19T22:45:33.238Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-19T22:45:33.238Z | * rust toolchain profile = "default" |
| 28 | 2026-05-19T22:45:33.241Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T22:45:33.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-19T22:45:33.352Z | info: downloading installer |
| 31 | 2026-05-19T22:45:34.743Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-19T22:45:34.743Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-19T22:45:34.743Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-19T22:45:34.743Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-19T22:45:34.755Z | info: profile set to default |
| 36 | 2026-05-19T22:45:34.755Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-19T22:45:34.759Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-19T22:45:34.889Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-19T22:45:34.893Z | info: downloading 6 components |
| 40 | 2026-05-19T22:45:49.296Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-19T22:45:49.297Z | |
| 42 | 2026-05-19T22:45:49.325Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-19T22:45:49.325Z | |
| 44 | 2026-05-19T22:45:49.328Z | |
| 45 | 2026-05-19T22:45:49.328Z | Rust is installed now. Great! |
| 46 | 2026-05-19T22:45:49.328Z | |
| 47 | 2026-05-19T22:45:49.328Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-19T22:45:49.328Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-19T22:45:49.328Z | |
| 50 | 2026-05-19T22:45:49.328Z | To configure your current shell, you need to source |
| 51 | 2026-05-19T22:45:49.328Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-19T22:45:49.328Z | |
| 53 | 2026-05-19T22:45:49.328Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-19T22:45:49.328Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-19T22:45:49.328Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-19T22:45:49.328Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-19T22:45:49.328Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-19T22:45:49.328Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-19T22:45:49.328Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-19T22:45:49.328Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-19T22:45:49.328Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-19T22:45:49.425Z | + rustup --version |
| 63 | 2026-05-19T22:45:49.432Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-19T22:45:49.434Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-19T22:45:49.454Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-19T22:45:49.457Z | + cargo --version |
| 67 | 2026-05-19T22:45:49.466Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-19T22:45:49.469Z | + rustc --version |
| 69 | 2026-05-19T22:45:49.492Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-19T22:45:49.497Z | process exited: duration 16260 ms, exit code 0 |
| |
| 71 | 2026-05-19T22:45:49.503Z | starting task 2: "authentication" |
| 72 | 2026-05-19T22:45:49.521Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-19T22:45:49.527Z | starting task 3: "clone repository" |
| 74 | 2026-05-19T22:45:49.532Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-19T22:45:49.535Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-19T22:45:49.591Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-19T22:45:59.327Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-19T22:45:59.327Z | + git fetch origin bd0d57433bb06c06ad82a03bfe9f8759e1fe6772 |
| 79 | 2026-05-19T22:45:59.604Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-19T22:45:59.604Z | * branch bd0d57433bb06c06ad82a03bfe9f8759e1fe6772 -> FETCH_HEAD |
| 81 | 2026-05-19T22:45:59.618Z | + [[ -n renovate/crate-openssl-vulnerability ]] |
| 82 | 2026-05-19T22:45:59.621Z | ++ git branch --show-current |
| 83 | 2026-05-19T22:45:59.625Z | + current=main |
| 84 | 2026-05-19T22:45:59.625Z | + [[ main != renovate/crate-openssl-vulnerability ]] |
| 85 | 2026-05-19T22:45:59.625Z | + git branch -f renovate/crate-openssl-vulnerability bd0d57433bb06c06ad82a03bfe9f8759e1fe6772 |
| 86 | 2026-05-19T22:45:59.627Z | + git checkout -f renovate/crate-openssl-vulnerability |
| 87 | 2026-05-19T22:45:59.688Z | Switched to branch 'renovate/crate-openssl-vulnerability' |
| 88 | 2026-05-19T22:45:59.691Z | + git reset --hard bd0d57433bb06c06ad82a03bfe9f8759e1fe6772 |
| 89 | 2026-05-19T22:45:59.748Z | HEAD is now at bd0d57433 Update Rust crate openssl to v0.10.80 [SECURITY] |
| 90 | 2026-05-19T22:45:59.751Z | process exited: duration 10223 ms, exit code 0 |
| |
| 91 | 2026-05-19T22:45:59.760Z | starting task 4: "build" |
| 92 | 2026-05-19T22:45:59.763Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-19T22:45:59.763Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-19T22:45:59.763Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-19T22:45:59.763Z | + cargo --version |
| 96 | 2026-05-19T22:45:59.772Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-19T22:45:59.775Z | + rustc --version |
| 98 | 2026-05-19T22:45:59.796Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-19T22:45:59.799Z | + WORK=/work |
| 100 | 2026-05-19T22:45:59.799Z | + pfexec mkdir -p /work |
| 101 | 2026-05-19T22:45:59.802Z | + pfexec chown build /work |
| 102 | 2026-05-19T22:45:59.805Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-19T22:46:02.113Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-19T22:46:02.171Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-19T22:46:02.380Z | Planning: Solver setup ... Done (0.175s) |
| 106 | 2026-05-19T22:46:02.396Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-19T22:46:02.412Z | Planning: Finding local manifests ... Done (0.014s) |
| 108 | 2026-05-19T22:46:02.425Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-19T22:46:02.444Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-19T22:46:02.459Z | Planning: Package planning ... Done (0.016s) |
| 111 | 2026-05-19T22:46:02.462Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-19T22:46:02.662Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 113 | 2026-05-19T22:46:02.665Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-19T22:46:04.173Z | Planning: Evaluating mediators ... Done (1.511s) |
| 115 | 2026-05-19T22:46:04.176Z | Planning: Planning completed in 1.98 seconds |
| 116 | 2026-05-19T22:46:04.184Z | Packages to install: 2 |
| 117 | 2026-05-19T22:46:04.184Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-19T22:46:04.184Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-19T22:46:04.184Z | Create boot environment: No |
| 120 | 2026-05-19T22:46:04.184Z | Create backup boot environment: No |
| 121 | 2026-05-19T22:46:04.184Z | Rebuild boot archive: No |
| 122 | 2026-05-19T22:46:04.188Z | |
| 123 | 2026-05-19T22:46:04.188Z | Changed packages: |
| 124 | 2026-05-19T22:46:04.188Z | helios |
| 125 | 2026-05-19T22:46:04.188Z | developer/build-essential |
| 126 | 2026-05-19T22:46:04.188Z | None -> 11-3.0 |
| 127 | 2026-05-19T22:46:04.188Z | library/libxmlsec1 |
| 128 | 2026-05-19T22:46:04.188Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-19T22:46:04.231Z | |
| 130 | 2026-05-19T22:46:04.231Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-19T22:46:05.519Z | Download: Completed 1.28 MB in 1.29 seconds (1018k/s) |
| 132 | 2026-05-19T22:46:05.597Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-19T22:46:05.648Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-19T22:46:05.656Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-19T22:46:05.656Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-19T22:46:05.671Z | Finalize: Updating image state ... Done (0.016s) |
| 137 | 2026-05-19T22:46:08.589Z | Finalize: Creating fast lookup database ... Done (2.895s) |
| 138 | 2026-05-19T22:46:08.667Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-19T22:46:08.670Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-19T22:46:08.828Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-19T22:46:09.126Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-19T22:46:09.231Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-19T22:46:09.234Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-19T22:46:09.388Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-19T22:46:09.391Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-19T22:46:09.412Z | Mediators to change: 2 |
| 147 | 2026-05-19T22:46:09.412Z | Create boot environment: No |
| 148 | 2026-05-19T22:46:09.412Z | Create backup boot environment: No |
| 149 | 2026-05-19T22:46:09.460Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-19T22:46:09.460Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-19T22:46:09.471Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-19T22:46:11.421Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-19T22:46:11.488Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-19T22:46:11.491Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-19T22:46:11.565Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-19T22:46:11.851Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-19T22:46:11.956Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-19T22:46:11.959Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-19T22:46:12.113Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-19T22:46:12.115Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-19T22:46:12.135Z | Mediators to change: 1 |
| 162 | 2026-05-19T22:46:12.136Z | Create boot environment: No |
| 163 | 2026-05-19T22:46:12.136Z | Create backup boot environment: No |
| 164 | 2026-05-19T22:46:12.219Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-19T22:46:12.219Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-19T22:46:12.228Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-19T22:46:14.182Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-19T22:46:14.244Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-19T22:46:14.247Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-19T22:46:14.336Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-19T22:46:14.654Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-19T22:46:14.654Z | apache system 2.4 system |
| 173 | 2026-05-19T22:46:14.654Z | clang system 15 system |
| 174 | 2026-05-19T22:46:14.654Z | csh system system illumos |
| 175 | 2026-05-19T22:46:14.654Z | ctags system system illumos |
| 176 | 2026-05-19T22:46:14.654Z | file vendor vendor darwinsys |
| 177 | 2026-05-19T22:46:14.654Z | file system system illumos |
| 178 | 2026-05-19T22:46:14.654Z | gcc vendor 14 vendor |
| 179 | 2026-05-19T22:46:14.654Z | gcc system 13 system |
| 180 | 2026-05-19T22:46:14.654Z | gcc system 10 system |
| 181 | 2026-05-19T22:46:14.654Z | go system 1.25 system |
| 182 | 2026-05-19T22:46:14.654Z | llvm system 15 system |
| 183 | 2026-05-19T22:46:14.654Z | mariadb system 11.4 system |
| 184 | 2026-05-19T22:46:14.654Z | mta vendor vendor dma |
| 185 | 2026-05-19T22:46:14.654Z | openjdk system 17 system |
| 186 | 2026-05-19T22:46:14.654Z | openjdk system 11 system |
| 187 | 2026-05-19T22:46:14.654Z | openssl vendor 3 vendor |
| 188 | 2026-05-19T22:46:14.654Z | perl system 5.40 system |
| 189 | 2026-05-19T22:46:14.654Z | postgresql system 18 system |
| 190 | 2026-05-19T22:46:14.654Z | postgresql system 17 system |
| 191 | 2026-05-19T22:46:14.655Z | python vendor 3 vendor |
| 192 | 2026-05-19T22:46:14.655Z | python system 2 system |
| 193 | 2026-05-19T22:46:14.655Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-19T22:46:14.655Z | ruby system 3.4 system |
| 195 | 2026-05-19T22:46:14.655Z | ruby system 3.0 system |
| 196 | 2026-05-19T22:46:14.655Z | words vendor vendor american-english |
| 197 | 2026-05-19T22:46:14.655Z | words system system australian-english |
| 198 | 2026-05-19T22:46:14.655Z | words system system british-english |
| 199 | 2026-05-19T22:46:14.655Z | words system system canadian-english |
| 200 | 2026-05-19T22:46:14.655Z | words system system french |
| 201 | 2026-05-19T22:46:14.655Z | words system system italian |
| 202 | 2026-05-19T22:46:14.655Z | words system system ngerman |
| 203 | 2026-05-19T22:46:14.655Z | words system system ogerman |
| 204 | 2026-05-19T22:46:14.655Z | words system system spanish |
| 205 | 2026-05-19T22:46:14.914Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-19T22:46:14.914Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-19T22:46:15.191Z | FMRI IFO |
| 208 | 2026-05-19T22:46:15.191Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-19T22:46:15.191Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-19T22:46:15.191Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-19T22:46:15.191Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-19T22:46:15.191Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-19T22:46:15.191Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-19T22:46:15.191Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-19T22:46:15.191Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-19T22:46:15.191Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-19T22:46:15.427Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-19T22:46:15.710Z | Updating crates.io index |
| 219 | 2026-05-19T22:46:15.748Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-19T22:46:16.550Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-19T22:46:17.007Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-19T22:46:17.323Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-19T22:46:18.336Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-19T22:46:18.857Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-19T22:46:20.271Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-19T22:46:21.148Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-19T22:46:21.373Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-19T22:46:22.237Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-19T22:46:22.480Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-19T22:46:22.975Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-19T22:46:23.192Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-19T22:46:24.233Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-19T22:46:24.705Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-19T22:46:25.074Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-19T22:46:25.403Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-19T22:46:25.658Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-19T22:46:26.102Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-19T22:46:26.577Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-19T22:46:26.804Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-19T22:46:27.049Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-19T22:46:27.450Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-19T22:46:27.953Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-19T22:46:28.410Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-19T22:46:28.727Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-19T22:46:29.010Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-19T22:46:30.252Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-19T22:46:30.486Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-19T22:46:31.885Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-19T22:46:32.320Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-19T22:46:32.587Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-19T22:46:32.992Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-19T22:46:33.248Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-19T22:46:33.738Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-19T22:46:33.967Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-19T22:46:34.234Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-19T22:46:34.467Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-19T22:46:34.913Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-19T22:46:48.516Z | Downloading crates ... |
| 259 | 2026-05-19T22:46:48.576Z | Downloaded anstyle-parse v0.2.7 |
| 260 | 2026-05-19T22:46:48.579Z | Downloaded cargo_metadata v0.21.0 |
| 261 | 2026-05-19T22:46:48.579Z | Downloaded terminal_size v0.4.3 |
| 262 | 2026-05-19T22:46:48.582Z | Downloaded anstream v0.6.21 |
| 263 | 2026-05-19T22:46:48.582Z | Downloaded camino v1.2.2 |
| 264 | 2026-05-19T22:46:48.586Z | Downloaded anstyle v1.0.13 |
| 265 | 2026-05-19T22:46:48.586Z | Downloaded bytecount v0.6.9 |
| 266 | 2026-05-19T22:46:48.589Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-05-19T22:46:48.589Z | Downloaded bitflags v2.11.0 |
| 268 | 2026-05-19T22:46:48.589Z | Downloaded anstyle-query v1.1.5 |
| 269 | 2026-05-19T22:46:48.592Z | Downloaded usdt-attr-macro v0.5.0 |
| 270 | 2026-05-19T22:46:48.592Z | Downloaded camino-tempfile v1.4.1 |
| 271 | 2026-05-19T22:46:48.595Z | Downloaded cargo-platform v0.2.0 |
| 272 | 2026-05-19T22:46:48.595Z | Downloaded serde_tokenstream v0.2.3 |
| 273 | 2026-05-19T22:46:48.595Z | Downloaded anyhow v1.0.102 |
| 274 | 2026-05-19T22:46:48.598Z | Downloaded typeid v1.0.3 |
| 275 | 2026-05-19T22:46:48.598Z | Downloaded tabled_derive v0.7.0 |
| 276 | 2026-05-19T22:46:48.600Z | Downloaded toml_edit v0.22.27 |
| 277 | 2026-05-19T22:46:48.603Z | Downloaded ucd-trie v0.1.7 |
| 278 | 2026-05-19T22:46:48.603Z | Downloaded autocfg v1.5.0 |
| 279 | 2026-05-19T22:46:48.606Z | Downloaded clap v4.5.60 |
| 280 | 2026-05-19T22:46:48.609Z | Downloaded unicode-linebreak v0.1.5 |
| 281 | 2026-05-19T22:46:48.609Z | Downloaded byteorder v1.5.0 |
| 282 | 2026-05-19T22:46:48.612Z | Downloaded smallvec v1.15.1 |
| 283 | 2026-05-19T22:46:48.612Z | Downloaded unicode-xid v0.2.6 |
| 284 | 2026-05-19T22:46:48.615Z | Downloaded itoa v1.0.17 |
| 285 | 2026-05-19T22:46:48.615Z | Downloaded zmij v1.0.21 |
| 286 | 2026-05-19T22:46:48.615Z | Downloaded plain v0.2.3 |
| 287 | 2026-05-19T22:46:48.618Z | Downloaded zerofrom-derive v0.1.6 |
| 288 | 2026-05-19T22:46:48.618Z | Downloaded toml_datetime v0.6.11 |
| 289 | 2026-05-19T22:46:48.618Z | Downloaded thread-id v4.2.2 |
| 290 | 2026-05-19T22:46:48.618Z | Downloaded serde_core v1.0.228 |
| 291 | 2026-05-19T22:46:48.621Z | Downloaded usdt v0.5.0 |
| 292 | 2026-05-19T22:46:48.621Z | Downloaded cargo-util-schemas v0.8.2 |
| 293 | 2026-05-19T22:46:48.621Z | Downloaded heck v0.4.1 |
| 294 | 2026-05-19T22:46:48.621Z | Downloaded potential_utf v0.1.4 |
| 295 | 2026-05-19T22:46:48.624Z | Downloaded pest_generator v2.8.6 |
| 296 | 2026-05-19T22:46:48.627Z | Downloaded yoke-derive v0.8.1 |
| 297 | 2026-05-19T22:46:48.627Z | Downloaded utf8_iter v1.0.4 |
| 298 | 2026-05-19T22:46:48.628Z | Downloaded fnv v1.0.7 |
| 299 | 2026-05-19T22:46:48.628Z | Downloaded thiserror v2.0.18 |
| 300 | 2026-05-19T22:46:48.631Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-05-19T22:46:48.631Z | Downloaded heck v0.5.0 |
| 302 | 2026-05-19T22:46:48.634Z | Downloaded papergrid v0.11.0 |
| 303 | 2026-05-19T22:46:48.634Z | Downloaded utf8parse v0.2.2 |
| 304 | 2026-05-19T22:46:48.637Z | Downloaded sha2 v0.10.9 |
| 305 | 2026-05-19T22:46:48.637Z | Downloaded version_check v0.9.5 |
| 306 | 2026-05-19T22:46:48.637Z | Downloaded zerofrom v0.1.6 |
| 307 | 2026-05-19T22:46:48.640Z | Downloaded writeable v0.6.2 |
| 308 | 2026-05-19T22:46:48.640Z | Downloaded thiserror v1.0.69 |
| 309 | 2026-05-19T22:46:48.643Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-05-19T22:46:48.643Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-05-19T22:46:48.643Z | Downloaded cpufeatures v0.2.17 |
| 312 | 2026-05-19T22:46:48.647Z | Downloaded toml_write v0.1.2 |
| 313 | 2026-05-19T22:46:48.647Z | Downloaded tinystr v0.8.2 |
| 314 | 2026-05-19T22:46:48.647Z | Downloaded zerovec-derive v0.11.2 |
| 315 | 2026-05-19T22:46:48.650Z | Downloaded macaddr v1.0.1 |
| 316 | 2026-05-19T22:46:48.650Z | Downloaded num-traits v0.2.19 |
| 317 | 2026-05-19T22:46:48.650Z | Downloaded zerocopy-derive v0.7.35 |
| 318 | 2026-05-19T22:46:48.653Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-05-19T22:46:48.653Z | Downloaded yoke v0.8.1 |
| 320 | 2026-05-19T22:46:48.657Z | Downloaded toml v0.8.23 |
| 321 | 2026-05-19T22:46:48.657Z | Downloaded serde_spanned v0.6.9 |
| 322 | 2026-05-19T22:46:48.657Z | Downloaded url v2.5.8 |
| 323 | 2026-05-19T22:46:48.661Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-05-19T22:46:48.661Z | Downloaded textwrap v0.16.2 |
| 325 | 2026-05-19T22:46:48.664Z | Downloaded strsim v0.11.1 |
| 326 | 2026-05-19T22:46:48.664Z | Downloaded percent-encoding v2.3.2 |
| 327 | 2026-05-19T22:46:48.664Z | Downloaded dtrace-parser v0.2.0 |
| 328 | 2026-05-19T22:46:48.668Z | Downloaded unicode-ident v1.0.24 |
| 329 | 2026-05-19T22:46:48.675Z | Downloaded smawk v0.3.2 |
| 330 | 2026-05-19T22:46:48.675Z | Downloaded scroll_derive v0.12.1 |
| 331 | 2026-05-19T22:46:48.675Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-05-19T22:46:48.675Z | Downloaded idna_adapter v1.2.1 |
| 333 | 2026-05-19T22:46:48.675Z | Downloaded colorchoice v1.0.4 |
| 334 | 2026-05-19T22:46:48.679Z | Downloaded typenum v1.19.0 |
| 335 | 2026-05-19T22:46:48.679Z | Downloaded zerotrie v0.2.3 |
| 336 | 2026-05-19T22:46:48.682Z | Downloaded serde-value v0.7.0 |
| 337 | 2026-05-19T22:46:48.682Z | Downloaded zerovec v0.11.5 |
| 338 | 2026-05-19T22:46:48.685Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-05-19T22:46:48.688Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2026-05-19T22:46:48.688Z | Downloaded errno v0.3.14 |
| 341 | 2026-05-19T22:46:48.691Z | Downloaded clap_lex v1.0.0 |
| 342 | 2026-05-19T22:46:48.694Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-05-19T22:46:48.700Z | Downloaded swrite v0.1.0 |
| 344 | 2026-05-19T22:46:48.703Z | Downloaded winnow v0.7.14 |
| 345 | 2026-05-19T22:46:48.706Z | Downloaded once_cell v1.21.3 |
| 346 | 2026-05-19T22:46:48.708Z | Downloaded cfg-if v1.0.4 |
| 347 | 2026-05-19T22:46:48.708Z | Downloaded stable_deref_trait v1.2.1 |
| 348 | 2026-05-19T22:46:48.708Z | Downloaded dof v0.3.0 |
| 349 | 2026-05-19T22:46:48.711Z | Downloaded unicode-width v0.2.0 |
| 350 | 2026-05-19T22:46:48.716Z | Downloaded unicode-width v0.1.14 |
| 351 | 2026-05-19T22:46:48.720Z | Downloaded ordered-float v2.10.1 |
| 352 | 2026-05-19T22:46:48.720Z | Downloaded log v0.4.29 |
| 353 | 2026-05-19T22:46:48.720Z | Downloaded serde-untagged v0.1.9 |
| 354 | 2026-05-19T22:46:48.720Z | Downloaded fs-err v3.3.0 |
| 355 | 2026-05-19T22:46:48.724Z | Downloaded is_terminal_polyfill v1.70.2 |
| 356 | 2026-05-19T22:46:48.724Z | Downloaded fastrand v2.3.0 |
| 357 | 2026-05-19T22:46:48.724Z | Downloaded erased-serde v0.4.9 |
| 358 | 2026-05-19T22:46:48.724Z | Downloaded equivalent v1.0.2 |
| 359 | 2026-05-19T22:46:48.724Z | Downloaded quote v1.0.45 |
| 360 | 2026-05-19T22:46:48.727Z | Downloaded synstructure v0.13.2 |
| 361 | 2026-05-19T22:46:48.727Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2026-05-19T22:46:48.727Z | Downloaded memmap v0.7.0 |
| 363 | 2026-05-19T22:46:48.727Z | Downloaded digest v0.10.7 |
| 364 | 2026-05-19T22:46:48.730Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-19T22:46:48.737Z | Downloaded proc-macro-error-attr v1.0.4 |
| 366 | 2026-05-19T22:46:48.744Z | Downloaded cargo_toml v0.21.0 |
| 367 | 2026-05-19T22:46:48.751Z | Downloaded pest_derive v2.8.6 |
| 368 | 2026-05-19T22:46:48.757Z | Downloaded litemap v0.8.1 |
| 369 | 2026-05-19T22:46:48.761Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-05-19T22:46:48.771Z | Downloaded clap_derive v4.5.55 |
| 371 | 2026-05-19T22:46:48.774Z | Downloaded semver v1.0.28 |
| 372 | 2026-05-19T22:46:48.774Z | Downloaded icu_provider v2.1.1 |
| 373 | 2026-05-19T22:46:48.778Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-05-19T22:46:48.781Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-05-19T22:46:48.784Z | Downloaded displaydoc v0.2.5 |
| 376 | 2026-05-19T22:46:48.792Z | Downloaded getrandom v0.4.1 |
| 377 | 2026-05-19T22:46:48.794Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-05-19T22:46:48.797Z | Downloaded icu_normalizer_data v2.1.1 |
| 379 | 2026-05-19T22:46:48.803Z | Downloaded icu_properties v2.1.2 |
| 380 | 2026-05-19T22:46:48.806Z | Downloaded icu_locale_core v2.1.1 |
| 381 | 2026-05-19T22:46:48.809Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-05-19T22:46:48.812Z | Downloaded memchr v2.8.0 |
| 383 | 2026-05-19T22:46:48.815Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-19T22:46:48.830Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-19T22:46:48.841Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-05-19T22:46:48.845Z | Downloaded idna v1.1.0 |
| 387 | 2026-05-19T22:46:48.853Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-19T22:46:48.876Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-05-19T22:46:48.876Z | Downloaded tabled v0.15.0 |
| 390 | 2026-05-19T22:46:48.876Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-19T22:46:48.877Z | Downloaded goblin v0.8.2 |
| 392 | 2026-05-19T22:46:48.877Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-19T22:46:48.879Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-19T22:46:48.885Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-19T22:46:48.893Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-19T22:46:48.913Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-19T22:46:48.937Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-19T22:46:49.002Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-19T22:46:49.002Z | Compiling quote v1.0.45 |
| 400 | 2026-05-19T22:46:49.002Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-19T22:46:49.005Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-19T22:46:49.005Z | Compiling libc v0.2.185 |
| 403 | 2026-05-19T22:46:49.005Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-19T22:46:49.005Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-19T22:46:49.005Z | Compiling serde v1.0.228 |
| 406 | 2026-05-19T22:46:49.005Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-19T22:46:49.005Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-19T22:46:49.005Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-19T22:46:49.005Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-19T22:46:49.005Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-19T22:46:49.005Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-19T22:46:49.186Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-19T22:46:49.417Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-19T22:46:49.498Z | Compiling byteorder v1.5.0 |
| 415 | 2026-05-19T22:46:49.589Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-19T22:46:49.592Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-19T22:46:49.632Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-19T22:46:49.666Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-19T22:46:49.747Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-19T22:46:49.765Z | Compiling num-traits v0.2.19 |
| 421 | 2026-05-19T22:46:49.867Z | Compiling pest v2.8.6 |
| 422 | 2026-05-19T22:46:50.030Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-19T22:46:50.064Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-19T22:46:50.100Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-19T22:46:50.115Z | Compiling typeid v1.0.3 |
| 426 | 2026-05-19T22:46:50.190Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-19T22:46:50.302Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-19T22:46:50.307Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-19T22:46:50.362Z | Compiling syn v1.0.109 |
| 430 | 2026-05-19T22:46:50.378Z | Compiling toml_write v0.1.2 |
| 431 | 2026-05-19T22:46:50.381Z | Compiling winnow v0.7.14 |
| 432 | 2026-05-19T22:46:50.413Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-19T22:46:50.419Z | Compiling camino v1.2.2 |
| 434 | 2026-05-19T22:46:50.518Z | Compiling errno v0.3.14 |
| 435 | 2026-05-19T22:46:50.552Z | Compiling indexmap v2.14.0 |
| 436 | 2026-05-19T22:46:50.558Z | Compiling thread-id v4.2.2 |
| 437 | 2026-05-19T22:46:50.645Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-19T22:46:50.698Z | Compiling plain v0.2.3 |
| 439 | 2026-05-19T22:46:50.700Z | Compiling log v0.4.29 |
| 440 | 2026-05-19T22:46:50.732Z | Compiling thiserror v2.0.18 |
| 441 | 2026-05-19T22:46:50.735Z | Compiling utf8parse v0.2.2 |
| 442 | 2026-05-19T22:46:50.785Z | Compiling getrandom v0.4.1 |
| 443 | 2026-05-19T22:46:50.809Z | Compiling percent-encoding v2.3.2 |
| 444 | 2026-05-19T22:46:50.902Z | Compiling syn v2.0.117 |
| 445 | 2026-05-19T22:46:50.937Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-19T22:46:50.972Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-19T22:46:50.989Z | Compiling anstyle-parse v0.2.7 |
| 448 | 2026-05-19T22:46:51.036Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-19T22:46:51.171Z | Compiling pretty-hex v0.4.1 |
| 450 | 2026-05-19T22:46:51.190Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-19T22:46:51.209Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-05-19T22:46:51.241Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-05-19T22:46:51.259Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-19T22:46:51.313Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-19T22:46:51.351Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-19T22:46:51.367Z | Compiling unicode-width v0.1.14 |
| 457 | 2026-05-19T22:46:51.382Z | Compiling heck v0.5.0 |
| 458 | 2026-05-19T22:46:51.427Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-19T22:46:51.448Z | Compiling fastrand v2.3.0 |
| 460 | 2026-05-19T22:46:51.486Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-05-19T22:46:51.505Z | Compiling clap_lex v1.0.0 |
| 462 | 2026-05-19T22:46:51.563Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-05-19T22:46:51.598Z | Compiling strsim v0.11.1 |
| 464 | 2026-05-19T22:46:51.626Z | Compiling anyhow v1.0.102 |
| 465 | 2026-05-19T22:46:51.646Z | Compiling heck v0.4.1 |
| 466 | 2026-05-19T22:46:51.674Z | Compiling bytecount v0.6.9 |
| 467 | 2026-05-19T22:46:51.719Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-19T22:46:51.737Z | Compiling once_cell v1.21.3 |
| 469 | 2026-05-19T22:46:51.757Z | Compiling memmap v0.7.0 |
| 470 | 2026-05-19T22:46:51.800Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-19T22:46:51.841Z | Compiling papergrid v0.11.0 |
| 472 | 2026-05-19T22:46:51.923Z | Compiling semver v1.0.28 |
| 473 | 2026-05-19T22:46:51.988Z | Compiling tempfile v3.25.0 |
| 474 | 2026-05-19T22:46:51.991Z | Compiling unicode-width v0.2.0 |
| 475 | 2026-05-19T22:46:52.044Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-19T22:46:52.211Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-19T22:46:52.260Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-19T22:46:52.324Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-19T22:46:52.379Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-19T22:46:52.399Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-19T22:46:52.416Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-19T22:46:52.711Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-19T22:46:53.347Z | Compiling tabled v0.15.0 |
| 484 | 2026-05-19T22:46:53.410Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-19T22:46:53.410Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-19T22:46:53.935Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-19T22:46:53.935Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-19T22:46:53.939Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-19T22:46:53.939Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-19T22:46:53.939Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-19T22:46:53.939Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-19T22:46:53.939Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-19T22:46:53.939Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-19T22:46:53.939Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-19T22:46:53.939Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-19T22:46:54.018Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-19T22:46:54.625Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-19T22:46:54.745Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-19T22:46:54.851Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-19T22:46:54.961Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-19T22:46:55.079Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-19T22:46:55.121Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-19T22:46:55.236Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-19T22:46:55.236Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-19T22:46:55.398Z | Compiling clap v4.5.60 |
| 506 | 2026-05-19T22:46:55.697Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-19T22:46:55.697Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-19T22:46:55.808Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-19T22:46:55.860Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-19T22:46:56.382Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-19T22:46:56.454Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-19T22:46:56.454Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-19T22:46:56.459Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-19T22:46:56.459Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-19T22:46:56.459Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-19T22:46:56.490Z | Compiling dof v0.3.0 |
| 517 | 2026-05-19T22:46:56.495Z | Compiling serde_tokenstream v0.2.3 |
| 518 | 2026-05-19T22:46:56.594Z | Compiling icu_properties v2.1.2 |
| 519 | 2026-05-19T22:46:56.594Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-19T22:46:56.628Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-19T22:46:57.252Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-19T22:46:57.260Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-19T22:46:57.434Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-19T22:46:57.537Z | Compiling idna v1.1.0 |
| 525 | 2026-05-19T22:46:57.798Z | Compiling url v2.5.8 |
| 526 | 2026-05-19T22:46:57.825Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-19T22:46:57.922Z | Compiling toml v0.8.23 |
| 528 | 2026-05-19T22:46:58.259Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-19T22:46:58.259Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-19T22:46:59.041Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-19T22:46:59.965Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-19T22:47:02.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.82s |
| 533 | 2026-05-19T22:47:02.333Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-19T22:47:02.888Z | Downloading crates ... |
| 535 | 2026-05-19T22:47:02.990Z | Downloaded aead v0.5.2 |
| 536 | 2026-05-19T22:47:02.995Z | Downloaded ahash v0.8.12 |
| 537 | 2026-05-19T22:47:02.998Z | Downloaded bit-set v0.8.0 |
| 538 | 2026-05-19T22:47:03.007Z | Downloaded cpufeatures v0.3.0 |
| 539 | 2026-05-19T22:47:03.010Z | Downloaded cfg_aliases v0.1.1 |
| 540 | 2026-05-19T22:47:03.010Z | Downloaded dyn-clone v1.0.20 |
| 541 | 2026-05-19T22:47:03.010Z | Downloaded crossbeam-utils v0.8.21 |
| 542 | 2026-05-19T22:47:03.010Z | Downloaded bitfield v0.19.4 |
| 543 | 2026-05-19T22:47:03.014Z | Downloaded downcast-rs v2.0.2 |
| 544 | 2026-05-19T22:47:03.014Z | Downloaded block-padding v0.3.3 |
| 545 | 2026-05-19T22:47:03.017Z | Downloaded env_filter v1.0.0 |
| 546 | 2026-05-19T22:47:03.017Z | Downloaded crc8 v0.1.1 |
| 547 | 2026-05-19T22:47:03.017Z | Downloaded critical-section v1.2.0 |
| 548 | 2026-05-19T22:47:03.017Z | Downloaded crc32fast v1.5.0 |
| 549 | 2026-05-19T22:47:03.020Z | Downloaded crucible-workspace-hack v0.1.0 |
| 550 | 2026-05-19T22:47:03.020Z | Downloaded atty v0.2.14 |
| 551 | 2026-05-19T22:47:03.020Z | Downloaded cipher v0.4.4 |
| 552 | 2026-05-19T22:47:03.023Z | Downloaded cstr-argument v0.1.2 |
| 553 | 2026-05-19T22:47:03.023Z | Downloaded argon2 v0.5.3 |
| 554 | 2026-05-19T22:47:03.023Z | Downloaded const_format_proc_macros v0.2.34 |
| 555 | 2026-05-19T22:47:03.026Z | Downloaded compression-codecs v0.4.37 |
| 556 | 2026-05-19T22:47:03.033Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-05-19T22:47:03.033Z | Downloaded cbc v0.1.2 |
| 558 | 2026-05-19T22:47:03.037Z | Downloaded chacha20 v0.10.0 |
| 559 | 2026-05-19T22:47:03.037Z | Downloaded crypto-bigint v0.5.5 |
| 560 | 2026-05-19T22:47:03.037Z | Downloaded csv-core v0.1.13 |
| 561 | 2026-05-19T22:47:03.037Z | Downloaded crossbeam-deque v0.8.6 |
| 562 | 2026-05-19T22:47:03.041Z | Downloaded bitfield-struct v0.6.2 |
| 563 | 2026-05-19T22:47:03.041Z | Downloaded display-error-chain v0.2.2 |
| 564 | 2026-05-19T22:47:03.041Z | Downloaded base16ct v0.2.0 |
| 565 | 2026-05-19T22:47:03.044Z | Downloaded atomicwrites v0.4.4 |
| 566 | 2026-05-19T22:47:03.044Z | Downloaded atomic-waker v1.1.2 |
| 567 | 2026-05-19T22:47:03.044Z | Downloaded async-stream v0.3.6 |
| 568 | 2026-05-19T22:47:03.044Z | Downloaded cookie v0.18.1 |
| 569 | 2026-05-19T22:47:03.047Z | Downloaded bcs v0.1.6 |
| 570 | 2026-05-19T22:47:03.047Z | Downloaded allocator-api2 v0.2.21 |
| 571 | 2026-05-19T22:47:03.050Z | Downloaded cancel-safe-futures v0.1.5 |
| 572 | 2026-05-19T22:47:03.050Z | Downloaded bitfield-macros v0.19.4 |
| 573 | 2026-05-19T22:47:03.071Z | Downloaded arrayref v0.3.9 |
| 574 | 2026-05-19T22:47:03.071Z | Downloaded bzip2 v0.6.1 |
| 575 | 2026-05-19T22:47:03.071Z | Downloaded defmt v1.0.1 |
| 576 | 2026-05-19T22:47:03.071Z | Downloaded compression-core v0.4.31 |
| 577 | 2026-05-19T22:47:03.071Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-05-19T22:47:03.071Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 579 | 2026-05-19T22:47:03.071Z | Downloaded bb8 v0.8.6 |
| 580 | 2026-05-19T22:47:03.071Z | Downloaded ascii-canvas v3.0.0 |
| 581 | 2026-05-19T22:47:03.071Z | Downloaded ecdsa v0.16.9 |
| 582 | 2026-05-19T22:47:03.071Z | Downloaded ena v0.14.4 |
| 583 | 2026-05-19T22:47:03.071Z | Downloaded async-recursion v1.1.1 |
| 584 | 2026-05-19T22:47:03.071Z | Downloaded des v0.8.1 |
| 585 | 2026-05-19T22:47:03.072Z | Downloaded castaway v0.2.4 |
| 586 | 2026-05-19T22:47:03.072Z | Downloaded array-init v0.0.4 |
| 587 | 2026-05-19T22:47:03.072Z | Downloaded dunce v1.0.5 |
| 588 | 2026-05-19T22:47:03.072Z | Downloaded dsl_auto_type v0.2.0 |
| 589 | 2026-05-19T22:47:03.072Z | Downloaded difflib v0.4.0 |
| 590 | 2026-05-19T22:47:03.078Z | Downloaded darling_macro v0.21.3 |
| 591 | 2026-05-19T22:47:03.078Z | Downloaded ciborium-io v0.2.2 |
| 592 | 2026-05-19T22:47:03.078Z | Downloaded bit-set v0.5.3 |
| 593 | 2026-05-19T22:47:03.078Z | Downloaded ctr v0.9.2 |
| 594 | 2026-05-19T22:47:03.078Z | Downloaded embedded-io v0.6.1 |
| 595 | 2026-05-19T22:47:03.078Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 596 | 2026-05-19T22:47:03.078Z | Downloaded async-stream-impl v0.3.6 |
| 597 | 2026-05-19T22:47:03.079Z | Downloaded backoff v0.4.0 |
| 598 | 2026-05-19T22:47:03.082Z | Downloaded defmt-parser v1.0.0 |
| 599 | 2026-05-19T22:47:03.082Z | Downloaded bit-vec v0.6.3 |
| 600 | 2026-05-19T22:47:03.082Z | Downloaded crunchy v0.2.4 |
| 601 | 2026-05-19T22:47:03.082Z | Downloaded crc-catalog v2.4.0 |
| 602 | 2026-05-19T22:47:03.082Z | Downloaded crc v3.4.0 |
| 603 | 2026-05-19T22:47:03.085Z | Downloaded ciborium-ll v0.2.2 |
| 604 | 2026-05-19T22:47:03.088Z | Downloaded cargo-platform v0.1.9 |
| 605 | 2026-05-19T22:47:03.088Z | Downloaded assert_matches v1.5.0 |
| 606 | 2026-05-19T22:47:03.088Z | Downloaded dirs-sys-next v0.1.2 |
| 607 | 2026-05-19T22:47:03.091Z | Downloaded cobs v0.3.0 |
| 608 | 2026-05-19T22:47:03.091Z | Downloaded dtrace-parser v0.3.0 |
| 609 | 2026-05-19T22:47:03.091Z | Downloaded derive_builder_macro v0.20.2 |
| 610 | 2026-05-19T22:47:03.095Z | Downloaded convert_case v0.4.0 |
| 611 | 2026-05-19T22:47:03.098Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 612 | 2026-05-19T22:47:03.102Z | Downloaded darling_macro v0.23.0 |
| 613 | 2026-05-19T22:47:03.105Z | Downloaded fixedbitset v0.4.2 |
| 614 | 2026-05-19T22:47:03.109Z | Downloaded foreign-types-macros v0.2.3 |
| 615 | 2026-05-19T22:47:03.109Z | Downloaded foreign-types v0.5.0 |
| 616 | 2026-05-19T22:47:03.109Z | Downloaded debug-ignore v1.0.5 |
| 617 | 2026-05-19T22:47:03.112Z | Downloaded foreign-types v0.3.2 |
| 618 | 2026-05-19T22:47:03.112Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-05-19T22:47:03.112Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 620 | 2026-05-19T22:47:03.112Z | Downloaded dof v0.4.0 |
| 621 | 2026-05-19T22:47:03.112Z | Downloaded foreign-types-shared v0.1.1 |
| 622 | 2026-05-19T22:47:03.112Z | Downloaded embedded-io v0.4.0 |
| 623 | 2026-05-19T22:47:03.115Z | Downloaded ghash v0.5.1 |
| 624 | 2026-05-19T22:47:03.115Z | Downloaded float-cmp v0.10.0 |
| 625 | 2026-05-19T22:47:03.115Z | Downloaded async-trait v0.1.89 |
| 626 | 2026-05-19T22:47:03.118Z | Downloaded bitflags v1.3.2 |
| 627 | 2026-05-19T22:47:03.125Z | Downloaded cmake v0.1.57 |
| 628 | 2026-05-19T22:47:03.128Z | Downloaded camino-tempfile-ext v0.3.3 |
| 629 | 2026-05-19T22:47:03.128Z | Downloaded futures-task v0.3.32 |
| 630 | 2026-05-19T22:47:03.130Z | Downloaded dirs-next v2.0.0 |
| 631 | 2026-05-19T22:47:03.130Z | Downloaded constant_time_eq v0.4.2 |
| 632 | 2026-05-19T22:47:03.133Z | Downloaded float-ord v0.3.2 |
| 633 | 2026-05-19T22:47:03.133Z | Downloaded darling_macro v0.20.11 |
| 634 | 2026-05-19T22:47:03.133Z | Downloaded futures-core v0.3.32 |
| 635 | 2026-05-19T22:47:03.136Z | Downloaded fxhash v0.2.1 |
| 636 | 2026-05-19T22:47:03.136Z | Downloaded futures-macro v0.3.32 |
| 637 | 2026-05-19T22:47:03.136Z | Downloaded enum-as-inner v0.6.1 |
| 638 | 2026-05-19T22:47:03.139Z | Downloaded endian-type v0.1.2 |
| 639 | 2026-05-19T22:47:03.139Z | Downloaded either v1.15.0 |
| 640 | 2026-05-19T22:47:03.139Z | Downloaded derive-ex v0.1.8 |
| 641 | 2026-05-19T22:47:03.142Z | Downloaded gethostname v0.5.0 |
| 642 | 2026-05-19T22:47:03.142Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-05-19T22:47:03.142Z | Downloaded hash32 v0.3.1 |
| 644 | 2026-05-19T22:47:03.145Z | Downloaded defmt-macros v1.0.1 |
| 645 | 2026-05-19T22:47:03.145Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-05-19T22:47:03.145Z | Downloaded data-encoding v2.10.0 |
| 647 | 2026-05-19T22:47:03.149Z | Downloaded crossbeam-channel v0.5.15 |
| 648 | 2026-05-19T22:47:03.152Z | Downloaded base64 v0.21.7 |
| 649 | 2026-05-19T22:47:03.152Z | Downloaded document-features v0.2.12 |
| 650 | 2026-05-19T22:47:03.152Z | Downloaded corncobs v0.1.4 |
| 651 | 2026-05-19T22:47:03.155Z | Downloaded cassowary v0.3.0 |
| 652 | 2026-05-19T22:47:03.159Z | Downloaded futures-sink v0.3.32 |
| 653 | 2026-05-19T22:47:03.159Z | Downloaded funty v2.0.0 |
| 654 | 2026-05-19T22:47:03.159Z | Downloaded convert_case v0.10.0 |
| 655 | 2026-05-19T22:47:03.163Z | Downloaded const-oid v0.9.6 |
| 656 | 2026-05-19T22:47:03.163Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-05-19T22:47:03.163Z | Downloaded cexpr v0.6.0 |
| 658 | 2026-05-19T22:47:03.165Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-05-19T22:47:03.166Z | Downloaded hex v0.4.3 |
| 660 | 2026-05-19T22:47:03.166Z | Downloaded hostname v0.3.1 |
| 661 | 2026-05-19T22:47:03.169Z | Downloaded bit-vec v0.8.0 |
| 662 | 2026-05-19T22:47:03.169Z | Downloaded base64ct v1.8.3 |
| 663 | 2026-05-19T22:47:03.171Z | Downloaded http-range v0.1.5 |
| 664 | 2026-05-19T22:47:03.171Z | Downloaded http-body v1.0.1 |
| 665 | 2026-05-19T22:47:03.172Z | Downloaded home v0.5.12 |
| 666 | 2026-05-19T22:47:03.172Z | Downloaded hash32 v0.2.1 |
| 667 | 2026-05-19T22:47:03.175Z | Downloaded hubpack v0.1.2 |
| 668 | 2026-05-19T22:47:03.175Z | Downloaded httpdate v1.0.3 |
| 669 | 2026-05-19T22:47:03.175Z | Downloaded foldhash v0.2.0 |
| 670 | 2026-05-19T22:47:03.177Z | Downloaded crossterm v0.28.1 |
| 671 | 2026-05-19T22:47:03.181Z | Downloaded ident_case v1.0.1 |
| 672 | 2026-05-19T22:47:03.181Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 673 | 2026-05-19T22:47:03.181Z | Downloaded find-msvc-tools v0.1.9 |
| 674 | 2026-05-19T22:47:03.184Z | Downloaded erased-serde v0.3.31 |
| 675 | 2026-05-19T22:47:03.184Z | Downloaded defmt v0.3.100 |
| 676 | 2026-05-19T22:47:03.184Z | Downloaded derive_builder_core v0.20.2 |
| 677 | 2026-05-19T22:47:03.186Z | Downloaded git-stub-vcs v0.1.0 |
| 678 | 2026-05-19T22:47:03.186Z | Downloaded foldhash v0.1.5 |
| 679 | 2026-05-19T22:47:03.191Z | Downloaded fallible-iterator v0.2.0 |
| 680 | 2026-05-19T22:47:03.191Z | Downloaded ed25519 v2.2.3 |
| 681 | 2026-05-19T22:47:03.191Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-05-19T22:47:03.195Z | Downloaded deranged v0.5.8 |
| 683 | 2026-05-19T22:47:03.195Z | Downloaded colored v2.2.0 |
| 684 | 2026-05-19T22:47:03.195Z | Downloaded bzip2 v0.4.4 |
| 685 | 2026-05-19T22:47:03.200Z | Downloaded buf-list v1.1.2 |
| 686 | 2026-05-19T22:47:03.200Z | Downloaded clang-sys v1.8.1 |
| 687 | 2026-05-19T22:47:03.200Z | Downloaded diesel-dtrace v0.5.0 |
| 688 | 2026-05-19T22:47:03.204Z | Downloaded glob v0.3.3 |
| 689 | 2026-05-19T22:47:03.204Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-05-19T22:47:03.204Z | Downloaded group v0.13.0 |
| 691 | 2026-05-19T22:47:03.204Z | Downloaded flagset v0.4.7 |
| 692 | 2026-05-19T22:47:03.204Z | Downloaded filetime v0.2.27 |
| 693 | 2026-05-19T22:47:03.207Z | Downloaded ff v0.13.1 |
| 694 | 2026-05-19T22:47:03.207Z | Downloaded illumos-nvpair v0.3.0 |
| 695 | 2026-05-19T22:47:03.207Z | Downloaded indoc v1.0.9 |
| 696 | 2026-05-19T22:47:03.210Z | Downloaded fixedbitset v0.5.7 |
| 697 | 2026-05-19T22:47:03.210Z | Downloaded diff v0.1.13 |
| 698 | 2026-05-19T22:47:03.213Z | Downloaded cookie_store v0.22.1 |
| 699 | 2026-05-19T22:47:03.213Z | Downloaded der v0.7.10 |
| 700 | 2026-05-19T22:47:03.216Z | Downloaded internet-checksum v0.2.1 |
| 701 | 2026-05-19T22:47:03.216Z | Downloaded inout v0.1.4 |
| 702 | 2026-05-19T22:47:03.219Z | Downloaded indent_write v2.2.0 |
| 703 | 2026-05-19T22:47:03.219Z | Downloaded console v0.16.2 |
| 704 | 2026-05-19T22:47:03.219Z | Downloaded instability v0.3.11 |
| 705 | 2026-05-19T22:47:03.222Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-05-19T22:47:03.222Z | Downloaded instant v0.1.13 |
| 707 | 2026-05-19T22:47:03.225Z | Downloaded fd-lock v4.0.4 |
| 708 | 2026-05-19T22:47:03.225Z | Downloaded blowfish v0.9.1 |
| 709 | 2026-05-19T22:47:03.225Z | Downloaded fs_extra v1.3.0 |
| 710 | 2026-05-19T22:47:03.228Z | Downloaded blake2 v0.10.6 |
| 711 | 2026-05-19T22:47:03.228Z | Downloaded async-bb8-diesel v0.2.1 |
| 712 | 2026-05-19T22:47:03.230Z | Downloaded http-body-util v0.1.3 |
| 713 | 2026-05-19T22:47:03.230Z | Downloaded highway v1.3.0 |
| 714 | 2026-05-19T22:47:03.233Z | Downloaded darling v0.21.3 |
| 715 | 2026-05-19T22:47:03.236Z | Downloaded keccak v0.1.6 |
| 716 | 2026-05-19T22:47:03.236Z | Downloaded libscf-sys v1.1.0 |
| 717 | 2026-05-19T22:47:03.239Z | Downloaded lazy_static v1.5.0 |
| 718 | 2026-05-19T22:47:03.239Z | Downloaded hyper-staticfile v0.10.1 |
| 719 | 2026-05-19T22:47:03.242Z | Downloaded daft-derive v0.1.7 |
| 720 | 2026-05-19T22:47:03.242Z | Downloaded kstat-rs v0.2.4 |
| 721 | 2026-05-19T22:47:03.245Z | Downloaded futures-executor v0.3.32 |
| 722 | 2026-05-19T22:47:03.245Z | Downloaded der_derive v0.7.3 |
| 723 | 2026-05-19T22:47:03.247Z | Downloaded arrayvec v0.7.6 |
| 724 | 2026-05-19T22:47:03.247Z | Downloaded humantime v2.3.0 |
| 725 | 2026-05-19T22:47:03.247Z | Downloaded crc-any v2.5.0 |
| 726 | 2026-05-19T22:47:03.250Z | Downloaded colored v3.1.1 |
| 727 | 2026-05-19T22:47:03.253Z | Downloaded byte-wrapper v0.1.0 |
| 728 | 2026-05-19T22:47:03.253Z | Downloaded backon v1.6.0 |
| 729 | 2026-05-19T22:47:03.256Z | Downloaded fs-err v2.11.0 |
| 730 | 2026-05-19T22:47:03.256Z | Downloaded chacha20 v0.9.1 |
| 731 | 2026-05-19T22:47:03.259Z | Downloaded cargo_metadata v0.19.2 |
| 732 | 2026-05-19T22:47:03.259Z | Downloaded daft v0.1.7 |
| 733 | 2026-05-19T22:47:03.261Z | Downloaded hyper-tls v0.6.0 |
| 734 | 2026-05-19T22:47:03.261Z | Downloaded drift v0.1.4 |
| 735 | 2026-05-19T22:47:03.265Z | Downloaded md5 v0.7.0 |
| 736 | 2026-05-19T22:47:03.268Z | Downloaded dropshot_endpoint v0.17.0 |
| 737 | 2026-05-19T22:47:03.272Z | Downloaded linked-hash-map v0.5.6 |
| 738 | 2026-05-19T22:47:03.272Z | Downloaded console v0.15.11 |
| 739 | 2026-05-19T22:47:03.275Z | Downloaded lru-slab v0.1.2 |
| 740 | 2026-05-19T22:47:03.275Z | Downloaded dropshot_endpoint v0.16.7 |
| 741 | 2026-05-19T22:47:03.275Z | Downloaded maplit v1.0.2 |
| 742 | 2026-05-19T22:47:03.278Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-05-19T22:47:03.278Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 744 | 2026-05-19T22:47:03.282Z | Downloaded crossterm v0.29.0 |
| 745 | 2026-05-19T22:47:03.285Z | Downloaded lzss v0.8.2 |
| 746 | 2026-05-19T22:47:03.285Z | Downloaded is-terminal v0.4.17 |
| 747 | 2026-05-19T22:47:03.285Z | Downloaded multimap v0.10.1 |
| 748 | 2026-05-19T22:47:03.288Z | Downloaded nodrop v0.1.14 |
| 749 | 2026-05-19T22:47:03.288Z | Downloaded nibble_vec v0.1.0 |
| 750 | 2026-05-19T22:47:03.288Z | Downloaded num v0.4.3 |
| 751 | 2026-05-19T22:47:03.293Z | Downloaded ipnet v2.11.0 |
| 752 | 2026-05-19T22:47:03.293Z | Downloaded lalrpop-util v0.19.12 |
| 753 | 2026-05-19T22:47:03.293Z | Downloaded jobserver v0.1.34 |
| 754 | 2026-05-19T22:47:03.293Z | Downloaded globset v0.4.18 |
| 755 | 2026-05-19T22:47:03.293Z | Downloaded ipnetwork v0.21.1 |
| 756 | 2026-05-19T22:47:03.296Z | Downloaded ingot v0.1.1 |
| 757 | 2026-05-19T22:47:03.296Z | Downloaded getrandom v0.2.17 |
| 758 | 2026-05-19T22:47:03.299Z | Downloaded num-derive v0.4.2 |
| 759 | 2026-05-19T22:47:03.299Z | Downloaded new_debug_unreachable v1.0.6 |
| 760 | 2026-05-19T22:47:03.299Z | Downloaded mime v0.3.17 |
| 761 | 2026-05-19T22:47:03.302Z | Downloaded memoffset v0.9.1 |
| 762 | 2026-05-19T22:47:03.302Z | Downloaded hyper-rustls v0.27.7 |
| 763 | 2026-05-19T22:47:03.302Z | Downloaded nonempty v0.12.0 |
| 764 | 2026-05-19T22:47:03.306Z | Downloaded newtype-uuid-macros v0.1.0 |
| 765 | 2026-05-19T22:47:03.306Z | Downloaded newline-converter v0.3.0 |
| 766 | 2026-05-19T22:47:03.307Z | Downloaded maybe-uninit v2.0.0 |
| 767 | 2026-05-19T22:47:03.310Z | Downloaded normalize-line-endings v0.3.0 |
| 768 | 2026-05-19T22:47:03.310Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2026-05-19T22:47:03.310Z | Downloaded num-conv v0.2.0 |
| 770 | 2026-05-19T22:47:03.310Z | Downloaded libloading v0.8.9 |
| 771 | 2026-05-19T22:47:03.310Z | Downloaded libsw v3.5.0 |
| 772 | 2026-05-19T22:47:03.313Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-05-19T22:47:03.313Z | Downloaded elliptic-curve v0.13.8 |
| 774 | 2026-05-19T22:47:03.316Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-05-19T22:47:03.316Z | Downloaded crossbeam-epoch v0.9.18 |
| 776 | 2026-05-19T22:47:03.319Z | Downloaded fatfs v0.3.6 |
| 777 | 2026-05-19T22:47:03.319Z | Downloaded base64 v0.22.1 |
| 778 | 2026-05-19T22:47:03.322Z | Downloaded arc-swap v1.8.2 |
| 779 | 2026-05-19T22:47:03.327Z | Downloaded getrandom v0.3.4 |
| 780 | 2026-05-19T22:47:03.331Z | Downloaded num_enum_derive v0.5.11 |
| 781 | 2026-05-19T22:47:03.331Z | Downloaded num-derive v0.3.3 |
| 782 | 2026-05-19T22:47:03.331Z | Downloaded half v2.7.1 |
| 783 | 2026-05-19T22:47:03.336Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-05-19T22:47:03.336Z | Downloaded libsw-core v0.3.2 |
| 785 | 2026-05-19T22:47:03.336Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-05-19T22:47:03.336Z | Downloaded lock_api v0.4.14 |
| 787 | 2026-05-19T22:47:03.336Z | Downloaded derive_more v0.99.20 |
| 788 | 2026-05-19T22:47:03.340Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-05-19T22:47:03.340Z | Downloaded opaque-debug v0.3.1 |
| 790 | 2026-05-19T22:47:03.340Z | Downloaded openssl-macros v0.1.1 |
| 791 | 2026-05-19T22:47:03.344Z | Downloaded managed v0.8.0 |
| 792 | 2026-05-19T22:47:03.344Z | Downloaded ingot-macros v0.1.1 |
| 793 | 2026-05-19T22:47:03.344Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2026-05-19T22:47:03.344Z | Downloaded packed_struct_codegen v0.10.1 |
| 795 | 2026-05-19T22:47:03.344Z | Downloaded mime_guess v2.0.5 |
| 796 | 2026-05-19T22:47:03.347Z | Downloaded ar_archive_writer v0.5.1 |
| 797 | 2026-05-19T22:47:03.347Z | Downloaded futures v0.3.32 |
| 798 | 2026-05-19T22:47:03.350Z | Downloaded half v1.8.3 |
| 799 | 2026-05-19T22:47:03.352Z | Downloaded derive_builder v0.20.2 |
| 800 | 2026-05-19T22:47:03.356Z | Downloaded parse-size v1.1.0 |
| 801 | 2026-05-19T22:47:03.356Z | Downloaded darling v0.23.0 |
| 802 | 2026-05-19T22:47:03.360Z | Downloaded env_logger v0.11.9 |
| 803 | 2026-05-19T22:47:03.363Z | Downloaded pbkdf2 v0.12.2 |
| 804 | 2026-05-19T22:47:03.363Z | Downloaded phf_shared v0.11.3 |
| 805 | 2026-05-19T22:47:03.363Z | Downloaded peg-runtime v0.8.5 |
| 806 | 2026-05-19T22:47:03.363Z | Downloaded parse-display v0.10.0 |
| 807 | 2026-05-19T22:47:03.363Z | Downloaded native-tls v0.2.18 |
| 808 | 2026-05-19T22:47:03.366Z | Downloaded pbkdf2 v0.11.0 |
| 809 | 2026-05-19T22:47:03.366Z | Downloaded path-slash v0.1.5 |
| 810 | 2026-05-19T22:47:03.369Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-05-19T22:47:03.369Z | Downloaded hmac v0.12.1 |
| 812 | 2026-05-19T22:47:03.369Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-19T22:47:03.372Z | Downloaded iana-time-zone v0.1.65 |
| 814 | 2026-05-19T22:47:03.372Z | Downloaded match_cfg v0.1.0 |
| 815 | 2026-05-19T22:47:03.375Z | Downloaded darling v0.20.11 |
| 816 | 2026-05-19T22:47:03.378Z | Downloaded num_enum v0.5.11 |
| 817 | 2026-05-19T22:47:03.381Z | Downloaded num-integer v0.1.46 |
| 818 | 2026-05-19T22:47:03.381Z | Downloaded num-rational v0.4.2 |
| 819 | 2026-05-19T22:47:03.381Z | Downloaded num-complex v0.4.6 |
| 820 | 2026-05-19T22:47:03.384Z | Downloaded nu-ansi-term v0.50.3 |
| 821 | 2026-05-19T22:47:03.384Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-05-19T22:47:03.384Z | Downloaded num_enum_derive v0.7.5 |
| 823 | 2026-05-19T22:47:03.387Z | Downloaded litrs v1.0.0 |
| 824 | 2026-05-19T22:47:03.387Z | Downloaded phf_shared v0.12.1 |
| 825 | 2026-05-19T22:47:03.391Z | Downloaded darling_core v0.23.0 |
| 826 | 2026-05-19T22:47:03.394Z | Downloaded pin-utils v0.1.0 |
| 827 | 2026-05-19T22:47:03.394Z | Downloaded chacha20poly1305 v0.10.1 |
| 828 | 2026-05-19T22:47:03.394Z | Downloaded cc v1.2.56 |
| 829 | 2026-05-19T22:47:03.397Z | Downloaded darling_core v0.21.3 |
| 830 | 2026-05-19T22:47:03.412Z | Downloaded precomputed-hash v0.1.1 |
| 831 | 2026-05-19T22:47:03.415Z | Downloaded bumpalo v3.20.2 |
| 832 | 2026-05-19T22:47:03.415Z | Downloaded powerfmt v0.2.0 |
| 833 | 2026-05-19T22:47:03.418Z | Downloaded packed_struct v0.10.1 |
| 834 | 2026-05-19T22:47:03.418Z | Downloaded oxnet v0.1.4 |
| 835 | 2026-05-19T22:47:03.418Z | Downloaded oxide-tokio-rt v0.1.4 |
| 836 | 2026-05-19T22:47:03.422Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 837 | 2026-05-19T22:47:03.422Z | Downloaded predicates-tree v1.0.13 |
| 838 | 2026-05-19T22:47:03.422Z | Downloaded multer v3.1.0 |
| 839 | 2026-05-19T22:47:03.425Z | Downloaded heapless v0.7.17 |
| 840 | 2026-05-19T22:47:03.425Z | Downloaded proc-macro-crate v3.4.0 |
| 841 | 2026-05-19T22:47:03.425Z | Downloaded nanorand v0.7.0 |
| 842 | 2026-05-19T22:47:03.428Z | Downloaded proc-macro-crate v1.3.1 |
| 843 | 2026-05-19T22:47:03.428Z | Downloaded libbz2-rs-sys v0.2.2 |
| 844 | 2026-05-19T22:47:03.431Z | Downloaded parking_lot_core v0.8.6 |
| 845 | 2026-05-19T22:47:03.431Z | Downloaded linear-map v1.2.0 |
| 846 | 2026-05-19T22:47:03.434Z | Downloaded indexmap v1.9.3 |
| 847 | 2026-05-19T22:47:03.434Z | Downloaded progenitor-macro v0.11.2 |
| 848 | 2026-05-19T22:47:03.438Z | Downloaded phf v0.13.1 |
| 849 | 2026-05-19T22:47:03.438Z | Downloaded phf v0.12.1 |
| 850 | 2026-05-19T22:47:03.438Z | Downloaded pem v3.0.6 |
| 851 | 2026-05-19T22:47:03.441Z | Downloaded password-hash v0.4.2 |
| 852 | 2026-05-19T22:47:03.441Z | Downloaded progenitor-macro v0.10.0 |
| 853 | 2026-05-19T22:47:03.441Z | Downloaded paste v1.0.15 |
| 854 | 2026-05-19T22:47:03.444Z | Downloaded compact_str v0.8.1 |
| 855 | 2026-05-19T22:47:03.444Z | Downloaded psl-types v2.0.11 |
| 856 | 2026-05-19T22:47:03.444Z | Downloaded progenitor-macro v0.14.0 |
| 857 | 2026-05-19T22:47:03.448Z | Downloaded progenitor-macro v0.13.0 |
| 858 | 2026-05-19T22:47:03.448Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-05-19T22:47:03.451Z | Downloaded parse-display-derive v0.10.0 |
| 860 | 2026-05-19T22:47:03.452Z | Downloaded quick-error v1.2.3 |
| 861 | 2026-05-19T22:47:03.452Z | Downloaded progenitor-client v0.10.0 |
| 862 | 2026-05-19T22:47:03.452Z | Downloaded newtype-uuid v1.3.2 |
| 863 | 2026-05-19T22:47:03.452Z | Downloaded ignore v0.4.25 |
| 864 | 2026-05-19T22:47:03.455Z | Downloaded password-hash v0.5.0 |
| 865 | 2026-05-19T22:47:03.455Z | Downloaded pem-rfc7468 v0.7.0 |
| 866 | 2026-05-19T22:47:03.459Z | Downloaded async-compression v0.4.41 |
| 867 | 2026-05-19T22:47:03.463Z | Downloaded flume v0.11.1 |
| 868 | 2026-05-19T22:47:03.463Z | Downloaded radium v0.7.0 |
| 869 | 2026-05-19T22:47:03.463Z | Downloaded pkg-config v0.3.32 |
| 870 | 2026-05-19T22:47:03.467Z | Downloaded flate2 v1.1.9 |
| 871 | 2026-05-19T22:47:03.467Z | Downloaded pkcs8 v0.10.2 |
| 872 | 2026-05-19T22:47:03.470Z | Downloaded rand_chacha v0.3.1 |
| 873 | 2026-05-19T22:47:03.470Z | Downloaded num_enum v0.7.5 |
| 874 | 2026-05-19T22:47:03.474Z | Downloaded ppv-lite86 v0.2.21 |
| 875 | 2026-05-19T22:47:03.478Z | Downloaded predicates-core v1.0.10 |
| 876 | 2026-05-19T22:47:03.478Z | Downloaded predicates v3.1.4 |
| 877 | 2026-05-19T22:47:03.478Z | Downloaded polyval v0.6.2 |
| 878 | 2026-05-19T22:47:03.478Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2026-05-19T22:47:03.481Z | Downloaded pin-project-internal v1.1.11 |
| 880 | 2026-05-19T22:47:03.481Z | Downloaded postgres-protocol v0.6.10 |
| 881 | 2026-05-19T22:47:03.481Z | Downloaded ref-cast v1.0.25 |
| 882 | 2026-05-19T22:47:03.484Z | Downloaded owo-colors v4.3.0 |
| 883 | 2026-05-19T22:47:03.484Z | Downloaded ref-cast-impl v1.0.25 |
| 884 | 2026-05-19T22:47:03.487Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-05-19T22:47:03.487Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 886 | 2026-05-19T22:47:03.490Z | Downloaded primeorder v0.13.6 |
| 887 | 2026-05-19T22:47:03.490Z | Downloaded recursive v0.1.1 |
| 888 | 2026-05-19T22:47:03.490Z | Downloaded parking_lot v0.11.2 |
| 889 | 2026-05-19T22:47:03.493Z | Downloaded derive_more v2.1.1 |
| 890 | 2026-05-19T22:47:03.497Z | Downloaded psm v0.1.30 |
| 891 | 2026-05-19T22:47:03.500Z | Downloaded progenitor-client v0.13.0 |
| 892 | 2026-05-19T22:47:03.500Z | Downloaded progenitor v0.13.0 |
| 893 | 2026-05-19T22:47:03.503Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-05-19T22:47:03.503Z | Downloaded aes v0.8.4 |
| 895 | 2026-05-19T22:47:03.505Z | Downloaded progenitor-extras v0.2.0 |
| 896 | 2026-05-19T22:47:03.506Z | Downloaded proc-macro-error2 v2.0.1 |
| 897 | 2026-05-19T22:47:03.508Z | Downloaded r2d2 v0.8.10 |
| 898 | 2026-05-19T22:47:03.508Z | Downloaded peg-macros v0.8.5 |
| 899 | 2026-05-19T22:47:03.511Z | Downloaded peg v0.8.5 |
| 900 | 2026-05-19T22:47:03.514Z | Downloaded expectorate v1.2.0 |
| 901 | 2026-05-19T22:47:03.514Z | Downloaded ed25519-dalek v2.2.0 |
| 902 | 2026-05-19T22:47:03.516Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-19T22:47:03.516Z | Downloaded memmap2 v0.9.10 |
| 904 | 2026-05-19T22:47:03.519Z | Downloaded progenitor-client v0.11.2 |
| 905 | 2026-05-19T22:47:03.519Z | Downloaded progenitor v0.14.0 |
| 906 | 2026-05-19T22:47:03.519Z | Downloaded progenitor v0.11.2 |
| 907 | 2026-05-19T22:47:03.522Z | Downloaded russh-cryptovec v0.7.3 |
| 908 | 2026-05-19T22:47:03.522Z | Downloaded rustc-hash v2.1.1 |
| 909 | 2026-05-19T22:47:03.522Z | Downloaded rtoolbox v0.0.3 |
| 910 | 2026-05-19T22:47:03.525Z | Downloaded parking_lot_core v0.9.12 |
| 911 | 2026-05-19T22:47:03.525Z | Downloaded headers v0.4.1 |
| 912 | 2026-05-19T22:47:03.527Z | Downloaded const_format v0.2.35 |
| 913 | 2026-05-19T22:47:03.533Z | Downloaded oso v0.27.3 |
| 914 | 2026-05-19T22:47:03.536Z | Downloaded hashbrown v0.13.2 |
| 915 | 2026-05-19T22:47:03.536Z | Downloaded rustc_version v0.1.7 |
| 916 | 2026-05-19T22:47:03.536Z | Downloaded poly1305 v0.8.0 |
| 917 | 2026-05-19T22:47:03.539Z | Downloaded pkcs5 v0.7.1 |
| 918 | 2026-05-19T22:47:03.542Z | Downloaded parking_lot v0.12.5 |
| 919 | 2026-05-19T22:47:03.542Z | Downloaded p256 v0.13.2 |
| 920 | 2026-05-19T22:47:03.544Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-05-19T22:47:03.547Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-05-19T22:47:03.547Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-05-19T22:47:03.547Z | Downloaded scheduled-thread-pool v0.2.7 |
| 924 | 2026-05-19T22:47:03.550Z | Downloaded same-file v1.0.6 |
| 925 | 2026-05-19T22:47:03.550Z | Downloaded sapling-renderdag v0.1.0 |
| 926 | 2026-05-19T22:47:03.553Z | Downloaded salsa20 v0.10.2 |
| 927 | 2026-05-19T22:47:03.553Z | Downloaded heapless v0.8.0 |
| 928 | 2026-05-19T22:47:03.555Z | Downloaded scroll_derive v0.13.1 |
| 929 | 2026-05-19T22:47:03.555Z | Downloaded postcard v1.1.3 |
| 930 | 2026-05-19T22:47:03.558Z | Downloaded rand_core v0.9.5 |
| 931 | 2026-05-19T22:47:03.558Z | Downloaded rand_core v0.6.4 |
| 932 | 2026-05-19T22:47:03.558Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-05-19T22:47:03.561Z | Downloaded papergrid v0.17.0 |
| 934 | 2026-05-19T22:47:03.564Z | Downloaded bytes v1.11.1 |
| 935 | 2026-05-19T22:47:03.566Z | Downloaded darling_core v0.20.11 |
| 936 | 2026-05-19T22:47:03.569Z | Downloaded hickory-resolver v0.25.2 |
| 937 | 2026-05-19T22:47:03.571Z | Downloaded md-5 v0.10.6 |
| 938 | 2026-05-19T22:47:03.571Z | Downloaded lru-cache v0.1.2 |
| 939 | 2026-05-19T22:47:03.571Z | Downloaded lru v0.12.5 |
| 940 | 2026-05-19T22:47:03.574Z | Downloaded indoc v2.0.7 |
| 941 | 2026-05-19T22:47:03.574Z | Downloaded scopeguard v1.2.0 |
| 942 | 2026-05-19T22:47:03.577Z | Downloaded miniz_oxide v0.8.9 |
| 943 | 2026-05-19T22:47:03.577Z | Downloaded futures-channel v0.3.32 |
| 944 | 2026-05-19T22:47:03.580Z | Downloaded jiff-static v0.2.21 |
| 945 | 2026-05-19T22:47:03.580Z | Downloaded resolv-conf v0.7.6 |
| 946 | 2026-05-19T22:47:03.583Z | Downloaded pin-project v1.1.11 |
| 947 | 2026-05-19T22:47:03.588Z | Downloaded sha1 v0.10.6 |
| 948 | 2026-05-19T22:47:03.593Z | Downloaded serde_spanned v1.0.4 |
| 949 | 2026-05-19T22:47:03.593Z | Downloaded serde_repr v0.1.20 |
| 950 | 2026-05-19T22:47:03.593Z | Downloaded serde-big-array v0.5.1 |
| 951 | 2026-05-19T22:47:03.596Z | Downloaded semver v0.1.20 |
| 952 | 2026-05-19T22:47:03.596Z | Downloaded quinn-udp v0.5.14 |
| 953 | 2026-05-19T22:47:03.596Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-05-19T22:47:03.596Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-05-19T22:47:03.600Z | Downloaded secrecy v0.8.0 |
| 956 | 2026-05-19T22:47:03.600Z | Downloaded scrypt v0.11.0 |
| 957 | 2026-05-19T22:47:03.600Z | Downloaded omicron-zone-package v0.12.2 |
| 958 | 2026-05-19T22:47:03.606Z | Downloaded pin-project-lite v0.2.17 |
| 959 | 2026-05-19T22:47:03.606Z | Downloaded rustls-pemfile v1.0.4 |
| 960 | 2026-05-19T22:47:03.609Z | Downloaded hashbrown v0.12.3 |
| 961 | 2026-05-19T22:47:03.609Z | Downloaded dropshot-api-manager v0.7.1 |
| 962 | 2026-05-19T22:47:03.613Z | Downloaded diesel_derives v2.3.7 |
| 963 | 2026-05-19T22:47:03.617Z | Downloaded derive_more-impl v2.1.1 |
| 964 | 2026-05-19T22:47:03.617Z | Downloaded rusty-fork v0.3.1 |
| 965 | 2026-05-19T22:47:03.620Z | Downloaded rustversion v1.0.22 |
| 966 | 2026-05-19T22:47:03.620Z | Downloaded sigpipe v0.1.3 |
| 967 | 2026-05-19T22:47:03.620Z | Downloaded rustls-pemfile v2.2.0 |
| 968 | 2026-05-19T22:47:03.623Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-19T22:47:03.623Z | Downloaded signature v2.2.0 |
| 970 | 2026-05-19T22:47:03.623Z | Downloaded shell-words v1.1.1 |
| 971 | 2026-05-19T22:47:03.626Z | Downloaded siphasher v1.0.2 |
| 972 | 2026-05-19T22:47:03.626Z | Downloaded schemars_derive v0.8.22 |
| 973 | 2026-05-19T22:47:03.626Z | Downloaded rand_core v0.10.0 |
| 974 | 2026-05-19T22:47:03.629Z | Downloaded signal-hook-tokio v0.3.1 |
| 975 | 2026-05-19T22:47:03.629Z | Downloaded derive-where v1.6.0 |
| 976 | 2026-05-19T22:47:03.633Z | Downloaded hubpack_derive v0.1.1 |
| 977 | 2026-05-19T22:47:03.633Z | Downloaded hostname v0.4.2 |
| 978 | 2026-05-19T22:47:03.633Z | Downloaded progenitor-impl v0.13.0 |
| 979 | 2026-05-19T22:47:03.636Z | Downloaded progenitor-impl v0.11.2 |
| 980 | 2026-05-19T22:47:03.639Z | Downloaded prefix-trie v0.7.0 |
| 981 | 2026-05-19T22:47:03.639Z | Downloaded minimal-lexical v0.2.1 |
| 982 | 2026-05-19T22:47:03.643Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-05-19T22:47:03.647Z | Downloaded http v1.4.0 |
| 984 | 2026-05-19T22:47:03.650Z | Downloaded slog-envlogger v2.2.0 |
| 985 | 2026-05-19T22:47:03.650Z | Downloaded scroll v0.13.0 |
| 986 | 2026-05-19T22:47:03.650Z | Downloaded sec1 v0.7.3 |
| 987 | 2026-05-19T22:47:03.652Z | Downloaded hickory-resolver v0.24.4 |
| 988 | 2026-05-19T22:47:03.653Z | Downloaded seq-macro v0.3.6 |
| 989 | 2026-05-19T22:47:03.655Z | Downloaded hyper-util v0.1.20 |
| 990 | 2026-05-19T22:47:03.659Z | Downloaded hickory-server v0.25.2 |
| 991 | 2026-05-19T22:47:03.677Z | Downloaded serde_bytes v0.11.19 |
| 992 | 2026-05-19T22:47:03.680Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-19T22:47:03.680Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-05-19T22:47:03.681Z | Downloaded ssh-encoding v0.2.0 |
| 995 | 2026-05-19T22:47:03.681Z | Downloaded ssh-cipher v0.2.0 |
| 996 | 2026-05-19T22:47:03.681Z | Downloaded shlex v1.3.0 |
| 997 | 2026-05-19T22:47:03.681Z | Downloaded openssl-sys v0.9.116 |
| 998 | 2026-05-19T22:47:03.684Z | Downloaded serde_urlencoded v0.7.1 |
| 999 | 2026-05-19T22:47:03.684Z | Downloaded serde_path_to_error v0.1.20 |
| 1000 | 2026-05-19T22:47:03.684Z | Downloaded serde-hex v0.1.0 |
| 1001 | 2026-05-19T22:47:03.684Z | Downloaded rustls-native-certs v0.8.3 |
| 1002 | 2026-05-19T22:47:03.687Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-05-19T22:47:03.690Z | Downloaded structmeta v0.3.0 |
| 1004 | 2026-05-19T22:47:03.697Z | Downloaded signal-hook-registry v1.4.8 |
| 1005 | 2026-05-19T22:47:03.701Z | Downloaded strum v0.27.2 |
| 1006 | 2026-05-19T22:47:03.701Z | Downloaded strum v0.26.3 |
| 1007 | 2026-05-19T22:47:03.703Z | Downloaded slab v0.4.12 |
| 1008 | 2026-05-19T22:47:03.707Z | Downloaded sync-ptr v0.1.4 |
| 1009 | 2026-05-19T22:47:03.707Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1010 | 2026-05-19T22:47:03.707Z | Downloaded supports-color v3.0.2 |
| 1011 | 2026-05-19T22:47:03.712Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-05-19T22:47:03.712Z | Downloaded itertools v0.10.5 |
| 1013 | 2026-05-19T22:47:03.715Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-19T22:47:03.716Z | Downloaded progenitor-impl v0.10.0 |
| 1015 | 2026-05-19T22:47:03.718Z | Downloaded slog-async v2.8.0 |
| 1016 | 2026-05-19T22:47:03.718Z | Downloaded sync_wrapper v1.0.2 |
| 1017 | 2026-05-19T22:47:03.721Z | Downloaded progenitor-impl v0.14.0 |
| 1018 | 2026-05-19T22:47:03.721Z | Downloaded smallvec v0.6.14 |
| 1019 | 2026-05-19T22:47:03.721Z | Downloaded slog-dtrace v0.3.0 |
| 1020 | 2026-05-19T22:47:03.725Z | Downloaded tap v1.0.1 |
| 1021 | 2026-05-19T22:47:03.725Z | Downloaded take_mut v0.2.2 |
| 1022 | 2026-05-19T22:47:03.725Z | Downloaded tabwriter v1.4.1 |
| 1023 | 2026-05-19T22:47:03.727Z | Downloaded tagptr v0.2.0 |
| 1024 | 2026-05-19T22:47:03.730Z | Downloaded slog-stdlog v4.1.1 |
| 1025 | 2026-05-19T22:47:03.730Z | Downloaded slog-scope v4.4.1 |
| 1026 | 2026-05-19T22:47:03.730Z | Downloaded slog-json v2.6.1 |
| 1027 | 2026-05-19T22:47:03.734Z | Downloaded smf v0.2.3 |
| 1028 | 2026-05-19T22:47:03.736Z | Downloaded sct v0.7.1 |
| 1029 | 2026-05-19T22:47:03.736Z | Downloaded russh-keys v0.45.0 |
| 1030 | 2026-05-19T22:47:03.741Z | Downloaded serde_cbor v0.11.2 |
| 1031 | 2026-05-19T22:47:03.744Z | Downloaded slog-term v2.9.2 |
| 1032 | 2026-05-19T22:47:03.744Z | Downloaded thread-id v5.1.0 |
| 1033 | 2026-05-19T22:47:03.749Z | Downloaded testing_table v0.3.0 |
| 1034 | 2026-05-19T22:47:03.749Z | Downloaded static_assertions v1.1.0 |
| 1035 | 2026-05-19T22:47:03.749Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2026-05-19T22:47:03.752Z | Downloaded serde_with_macros v3.17.0 |
| 1037 | 2026-05-19T22:47:03.752Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-05-19T22:47:03.752Z | Downloaded ron v0.8.1 |
| 1039 | 2026-05-19T22:47:03.755Z | Downloaded stacker v0.1.23 |
| 1040 | 2026-05-19T22:47:03.755Z | Downloaded hashbrown v0.15.5 |
| 1041 | 2026-05-19T22:47:03.758Z | Downloaded spki v0.7.3 |
| 1042 | 2026-05-19T22:47:03.761Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-05-19T22:47:03.764Z | Downloaded tinyvec_macros v0.1.1 |
| 1044 | 2026-05-19T22:47:03.765Z | Downloaded string_cache v0.8.9 |
| 1045 | 2026-05-19T22:47:03.768Z | Downloaded tokio-macros v2.7.0 |
| 1046 | 2026-05-19T22:47:03.771Z | Downloaded pretty_assertions v1.4.1 |
| 1047 | 2026-05-19T22:47:03.774Z | Downloaded rcgen v0.12.1 |
| 1048 | 2026-05-19T22:47:03.777Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-05-19T22:47:03.780Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-05-19T22:47:03.783Z | Downloaded ryu v1.0.23 |
| 1051 | 2026-05-19T22:47:03.783Z | Downloaded strum_macros v0.27.2 |
| 1052 | 2026-05-19T22:47:03.787Z | Downloaded tabled_derive v0.11.0 |
| 1053 | 2026-05-19T22:47:03.787Z | Downloaded support-bundle-viewer v0.1.2 |
| 1054 | 2026-05-19T22:47:03.787Z | Downloaded simd-adler32 v0.3.8 |
| 1055 | 2026-05-19T22:47:03.790Z | Downloaded prettyplease v0.2.37 |
| 1056 | 2026-05-19T22:47:03.790Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-05-19T22:47:03.795Z | Downloaded aes-gcm v0.10.3 |
| 1058 | 2026-05-19T22:47:03.797Z | Downloaded mio v1.2.0 |
| 1059 | 2026-05-19T22:47:03.797Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-05-19T22:47:03.810Z | Downloaded num-bigint v0.4.6 |
| 1061 | 2026-05-19T22:47:03.813Z | Downloaded spin v0.9.8 |
| 1062 | 2026-05-19T22:47:03.816Z | Downloaded quinn v0.11.9 |
| 1063 | 2026-05-19T22:47:03.819Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-05-19T22:47:03.820Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-05-19T22:47:03.823Z | Downloaded termios v0.3.3 |
| 1066 | 2026-05-19T22:47:03.823Z | Downloaded pkcs1 v0.7.5 |
| 1067 | 2026-05-19T22:47:03.823Z | Downloaded snafu-derive v0.8.9 |
| 1068 | 2026-05-19T22:47:03.826Z | Downloaded aho-corasick v1.1.4 |
| 1069 | 2026-05-19T22:47:03.829Z | Downloaded thiserror-no-std v2.0.2 |
| 1070 | 2026-05-19T22:47:03.829Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-05-19T22:47:03.833Z | Downloaded tls_codec v0.4.2 |
| 1072 | 2026-05-19T22:47:03.833Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1073 | 2026-05-19T22:47:03.836Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-05-19T22:47:03.836Z | Downloaded tokio-native-tls v0.3.1 |
| 1075 | 2026-05-19T22:47:03.836Z | Downloaded tls_codec_derive v0.4.2 |
| 1076 | 2026-05-19T22:47:03.839Z | Downloaded typify-macro v0.6.2 |
| 1077 | 2026-05-19T22:47:03.839Z | Downloaded thread_local v1.1.9 |
| 1078 | 2026-05-19T22:47:03.839Z | Downloaded libxml v0.3.3 |
| 1079 | 2026-05-19T22:47:03.842Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-05-19T22:47:03.845Z | Downloaded tiny-keccak v2.0.2 |
| 1081 | 2026-05-19T22:47:03.849Z | Downloaded try-lock v0.2.5 |
| 1082 | 2026-05-19T22:47:03.849Z | Downloaded strum_macros v0.26.4 |
| 1083 | 2026-05-19T22:47:03.849Z | Downloaded trait-variant v0.1.2 |
| 1084 | 2026-05-19T22:47:03.849Z | Downloaded time-macros v0.2.27 |
| 1085 | 2026-05-19T22:47:03.852Z | Downloaded aws-lc-rs v1.16.3 |
| 1086 | 2026-05-19T22:47:03.857Z | Downloaded unit-prefix v0.5.2 |
| 1087 | 2026-05-19T22:47:03.861Z | Downloaded tokio-rustls v0.25.0 |
| 1088 | 2026-05-19T22:47:03.861Z | Downloaded rand v0.8.6 |
| 1089 | 2026-05-19T22:47:03.864Z | Downloaded schemars v0.9.0 |
| 1090 | 2026-05-19T22:47:03.867Z | Downloaded untrusted v0.7.1 |
| 1091 | 2026-05-19T22:47:03.869Z | Downloaded usdt-attr-macro v0.6.0 |
| 1092 | 2026-05-19T22:47:03.869Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-19T22:47:03.869Z | Downloaded typify-macro v0.4.3 |
| 1094 | 2026-05-19T22:47:03.869Z | Downloaded tokio-tungstenite v0.21.0 |
| 1095 | 2026-05-19T22:47:03.872Z | Downloaded tokio-dtrace v0.1.1 |
| 1096 | 2026-05-19T22:47:03.872Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1097 | 2026-05-19T22:47:03.875Z | Downloaded unicode-truncate v1.1.0 |
| 1098 | 2026-05-19T22:47:03.875Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-05-19T22:47:03.878Z | Downloaded itertools v0.12.1 |
| 1100 | 2026-05-19T22:47:03.881Z | Downloaded strum_macros v0.24.3 |
| 1101 | 2026-05-19T22:47:03.884Z | Downloaded similar v2.7.0 |
| 1102 | 2026-05-19T22:47:03.884Z | Downloaded utf-8 v0.7.6 |
| 1103 | 2026-05-19T22:47:03.887Z | Downloaded qorb v0.4.1 |
| 1104 | 2026-05-19T22:47:03.890Z | Downloaded publicsuffix v2.3.0 |
| 1105 | 2026-05-19T22:47:03.890Z | Downloaded iri-string v0.7.10 |
| 1106 | 2026-05-19T22:47:03.893Z | Downloaded wait-timeout v0.2.1 |
| 1107 | 2026-05-19T22:47:03.896Z | Downloaded void v1.0.2 |
| 1108 | 2026-05-19T22:47:03.896Z | Downloaded tui-tree-widget v0.23.1 |
| 1109 | 2026-05-19T22:47:03.896Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1110 | 2026-05-19T22:47:03.899Z | Downloaded usdt v0.6.0 |
| 1111 | 2026-05-19T22:47:03.899Z | Downloaded untrusted v0.9.0 |
| 1112 | 2026-05-19T22:47:03.900Z | Downloaded usdt-macro v0.6.0 |
| 1113 | 2026-05-19T22:47:03.900Z | Downloaded nom v7.1.3 |
| 1114 | 2026-05-19T22:47:03.906Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-05-19T22:47:03.908Z | Downloaded rsa v0.9.10 |
| 1116 | 2026-05-19T22:47:03.909Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-05-19T22:47:03.912Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1118 | 2026-05-19T22:47:03.912Z | Downloaded rand v0.9.2 |
| 1119 | 2026-05-19T22:47:03.915Z | Downloaded term v1.2.1 |
| 1120 | 2026-05-19T22:47:03.918Z | Downloaded term v0.7.0 |
| 1121 | 2026-05-19T22:47:03.918Z | Downloaded unicase v2.9.0 |
| 1122 | 2026-05-19T22:47:03.918Z | Downloaded subprocess v0.2.15 |
| 1123 | 2026-05-19T22:47:03.921Z | Downloaded bindgen v0.71.1 |
| 1124 | 2026-05-19T22:47:03.926Z | Downloaded want v0.3.1 |
| 1125 | 2026-05-19T22:47:03.928Z | Downloaded num-bigint-dig v0.8.6 |
| 1126 | 2026-05-19T22:47:03.928Z | Downloaded schemars v1.2.1 |
| 1127 | 2026-05-19T22:47:03.936Z | Downloaded xattr v1.6.1 |
| 1128 | 2026-05-19T22:47:03.944Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-05-19T22:47:03.948Z | Downloaded usdt-impl v0.6.0 |
| 1130 | 2026-05-19T22:47:03.951Z | Downloaded vergen-lib v0.1.6 |
| 1131 | 2026-05-19T22:47:03.956Z | Downloaded tokio-rustls v0.24.1 |
| 1132 | 2026-05-19T22:47:03.956Z | Downloaded slog v2.8.2 |
| 1133 | 2026-05-19T22:47:03.960Z | Downloaded zeroize_derive v1.4.3 |
| 1134 | 2026-05-19T22:47:03.960Z | Downloaded vergen-gitcl v1.0.8 |
| 1135 | 2026-05-19T22:47:03.960Z | Downloaded chrono v0.4.44 |
| 1136 | 2026-05-19T22:47:03.963Z | Downloaded xshell-macros v0.2.7 |
| 1137 | 2026-05-19T22:47:03.963Z | Downloaded vsss-rs v3.3.4 |
| 1138 | 2026-05-19T22:47:03.963Z | Downloaded blake3 v1.8.3 |
| 1139 | 2026-05-19T22:47:03.967Z | Downloaded hkdf v0.12.4 |
| 1140 | 2026-05-19T22:47:03.970Z | Downloaded tracing-attributes v0.1.31 |
| 1141 | 2026-05-19T22:47:03.973Z | Downloaded itertools v0.14.0 |
| 1142 | 2026-05-19T22:47:03.976Z | Downloaded tokio-stream v0.1.18 |
| 1143 | 2026-05-19T22:47:03.979Z | Downloaded tokio-rustls v0.26.4 |
| 1144 | 2026-05-19T22:47:03.979Z | Downloaded zone v0.3.1 |
| 1145 | 2026-05-19T22:47:03.979Z | Downloaded rand v0.10.0 |
| 1146 | 2026-05-19T22:47:03.982Z | Downloaded zone_cfg_derive v0.3.1 |
| 1147 | 2026-05-19T22:47:03.983Z | Downloaded itertools v0.13.0 |
| 1148 | 2026-05-19T22:47:03.989Z | Downloaded walkdir v2.5.0 |
| 1149 | 2026-05-19T22:47:03.992Z | Downloaded wyz v0.5.1 |
| 1150 | 2026-05-19T22:47:03.992Z | Downloaded whoami v2.1.0 |
| 1151 | 2026-05-19T22:47:03.992Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-05-19T22:47:03.992Z | Downloaded socket2 v0.6.3 |
| 1153 | 2026-05-19T22:47:03.995Z | Downloaded snafu v0.8.9 |
| 1154 | 2026-05-19T22:47:03.999Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1155 | 2026-05-19T22:47:03.999Z | Downloaded vergen-git2 v1.0.7 |
| 1156 | 2026-05-19T22:47:04.003Z | Downloaded libm v0.2.16 |
| 1157 | 2026-05-19T22:47:04.008Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-05-19T22:47:04.008Z | Downloaded russh v0.45.0 |
| 1159 | 2026-05-19T22:47:04.012Z | Downloaded uzers v0.12.2 |
| 1160 | 2026-05-19T22:47:04.012Z | Downloaded vergen v9.0.6 |
| 1161 | 2026-05-19T22:47:04.016Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-05-19T22:47:04.016Z | Downloaded hyper v1.8.1 |
| 1163 | 2026-05-19T22:47:04.019Z | Downloaded rustls-webpki v0.103.9 |
| 1164 | 2026-05-19T22:47:04.022Z | Downloaded samael v0.0.19 |
| 1165 | 2026-05-19T22:47:04.025Z | Downloaded typify v0.6.2 |
| 1166 | 2026-05-19T22:47:04.028Z | Downloaded typify v0.4.3 |
| 1167 | 2026-05-19T22:47:04.028Z | Downloaded whoami v1.6.1 |
| 1168 | 2026-05-19T22:47:04.031Z | Downloaded p521 v0.13.3 |
| 1169 | 2026-05-19T22:47:04.033Z | Downloaded zeroize v1.8.2 |
| 1170 | 2026-05-19T22:47:04.033Z | Downloaded unicode-properties v0.1.4 |
| 1171 | 2026-05-19T22:47:04.036Z | Downloaded h2 v0.4.13 |
| 1172 | 2026-05-19T22:47:04.039Z | Downloaded rustyline v14.0.0 |
| 1173 | 2026-05-19T22:47:04.042Z | Downloaded toml v0.7.8 |
| 1174 | 2026-05-19T22:47:04.050Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-05-19T22:47:04.052Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1176 | 2026-05-19T22:47:04.052Z | Downloaded bitvec v1.0.1 |
| 1177 | 2026-05-19T22:47:04.055Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1178 | 2026-05-19T22:47:04.058Z | Downloaded zstd-safe v7.2.4 |
| 1179 | 2026-05-19T22:47:04.061Z | Downloaded tar v0.4.45 |
| 1180 | 2026-05-19T22:47:04.061Z | Downloaded vte v0.14.1 |
| 1181 | 2026-05-19T22:47:04.064Z | Downloaded yasna v0.5.2 |
| 1182 | 2026-05-19T22:47:04.066Z | Downloaded iddqd v0.4.1 |
| 1183 | 2026-05-19T22:47:04.069Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-05-19T22:47:04.072Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-19T22:47:04.075Z | Downloaded tungstenite v0.23.0 |
| 1186 | 2026-05-19T22:47:04.075Z | Downloaded tokio-postgres v0.7.16 |
| 1187 | 2026-05-19T22:47:04.077Z | Downloaded tinyvec v1.10.0 |
| 1188 | 2026-05-19T22:47:04.080Z | Downloaded futures-util v0.3.32 |
| 1189 | 2026-05-19T22:47:04.086Z | Downloaded unicode-bidi v0.3.18 |
| 1190 | 2026-05-19T22:47:04.096Z | Downloaded unsafe-libyaml v0.2.11 |
| 1191 | 2026-05-19T22:47:04.099Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-05-19T22:47:04.101Z | Downloaded uuid v1.23.0 |
| 1193 | 2026-05-19T22:47:04.104Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-05-19T22:47:04.108Z | Downloaded ssh-key v0.6.7 |
| 1195 | 2026-05-19T22:47:04.112Z | Downloaded rpassword v7.4.0 |
| 1196 | 2026-05-19T22:47:04.116Z | Downloaded steno v0.4.1 |
| 1197 | 2026-05-19T22:47:04.119Z | Downloaded git2 v0.20.4 |
| 1198 | 2026-05-19T22:47:04.122Z | Downloaded tracing-core v0.1.36 |
| 1199 | 2026-05-19T22:47:04.140Z | Downloaded reedline v0.40.0 |
| 1200 | 2026-05-19T22:47:04.144Z | Downloaded zopfli v0.8.3 |
| 1201 | 2026-05-19T22:47:04.150Z | Downloaded toml_edit v0.19.15 |
| 1202 | 2026-05-19T22:47:04.165Z | Downloaded regex v1.12.3 |
| 1203 | 2026-05-19T22:47:04.175Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-05-19T22:47:04.177Z | Downloaded zip v0.6.6 |
| 1205 | 2026-05-19T22:47:04.180Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-19T22:47:04.183Z | Downloaded tower v0.5.3 |
| 1207 | 2026-05-19T22:47:04.188Z | Downloaded zerocopy-derive v0.8.40 |
| 1208 | 2026-05-19T22:47:04.194Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-05-19T22:47:04.197Z | Downloaded x509-cert v0.2.5 |
| 1210 | 2026-05-19T22:47:04.203Z | Downloaded moka v0.12.13 |
| 1211 | 2026-05-19T22:47:04.207Z | Downloaded unicode-segmentation v1.12.0 |
| 1212 | 2026-05-19T22:47:04.209Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-05-19T22:47:04.212Z | Downloaded portable-atomic v1.13.1 |
| 1214 | 2026-05-19T22:47:04.217Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-05-19T22:47:04.220Z | Downloaded rayon v1.11.0 |
| 1216 | 2026-05-19T22:47:04.224Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-05-19T22:47:04.230Z | Downloaded quick-xml v0.37.5 |
| 1218 | 2026-05-19T22:47:04.234Z | Downloaded goblin v0.10.5 |
| 1219 | 2026-05-19T22:47:04.238Z | Downloaded unicode_categories v0.1.1 |
| 1220 | 2026-05-19T22:47:04.241Z | Downloaded tower-http v0.6.8 |
| 1221 | 2026-05-19T22:47:04.244Z | Downloaded zip v4.6.1 |
| 1222 | 2026-05-19T22:47:04.247Z | Downloaded rustls-webpki v0.101.7 |
| 1223 | 2026-05-19T22:47:04.255Z | Downloaded petname v2.0.2 |
| 1224 | 2026-05-19T22:47:04.259Z | Downloaded unicode-normalization v0.1.25 |
| 1225 | 2026-05-19T22:47:04.280Z | Downloaded salty v0.3.0 |
| 1226 | 2026-05-19T22:47:04.295Z | Downloaded tokio-util v0.7.18 |
| 1227 | 2026-05-19T22:47:04.301Z | Downloaded serde_with v3.17.0 |
| 1228 | 2026-05-19T22:47:04.307Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-19T22:47:04.313Z | Downloaded nix v0.27.1 |
| 1230 | 2026-05-19T22:47:04.319Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-05-19T22:47:04.324Z | Downloaded rustls-webpki v0.102.8 |
| 1232 | 2026-05-19T22:47:04.335Z | Downloaded polar-core v0.27.3 |
| 1233 | 2026-05-19T22:47:04.340Z | Downloaded curve25519-dalek v4.1.3 |
| 1234 | 2026-05-19T22:47:04.350Z | Downloaded radix_trie v0.2.1 |
| 1235 | 2026-05-19T22:47:04.357Z | Downloaded winnow v0.5.40 |
| 1236 | 2026-05-19T22:47:04.372Z | Downloaded nix v0.28.0 |
| 1237 | 2026-05-19T22:47:04.377Z | Downloaded object v0.30.4 |
| 1238 | 2026-05-19T22:47:04.387Z | Downloaded time v0.3.47 |
| 1239 | 2026-05-19T22:47:04.394Z | Downloaded quinn-proto v0.11.13 |
| 1240 | 2026-05-19T22:47:04.399Z | Downloaded nix v0.29.0 |
| 1241 | 2026-05-19T22:47:04.405Z | Downloaded winnow v0.6.26 |
| 1242 | 2026-05-19T22:47:04.409Z | Downloaded rustls v0.21.12 |
| 1243 | 2026-05-19T22:47:04.415Z | Downloaded tabled v0.20.0 |
| 1244 | 2026-05-19T22:47:04.425Z | Downloaded regex-syntax v0.6.29 |
| 1245 | 2026-05-19T22:47:04.443Z | Downloaded dropshot v0.16.7 |
| 1246 | 2026-05-19T22:47:04.444Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-05-19T22:47:04.483Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-05-19T22:47:04.486Z | Downloaded object v0.37.3 |
| 1249 | 2026-05-19T22:47:04.492Z | Downloaded webpki-roots v1.0.6 |
| 1250 | 2026-05-19T22:47:04.495Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-05-19T22:47:04.500Z | Downloaded hickory-proto v0.25.2 |
| 1252 | 2026-05-19T22:47:04.508Z | Downloaded regress v0.10.5 |
| 1253 | 2026-05-19T22:47:04.514Z | Downloaded zerocopy v0.8.40 |
| 1254 | 2026-05-19T22:47:04.518Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-19T22:47:04.525Z | Downloaded regex-syntax v0.8.10 |
| 1256 | 2026-05-19T22:47:04.529Z | Downloaded regress v0.11.1 |
| 1257 | 2026-05-19T22:47:04.533Z | Downloaded rustls v0.22.4 |
| 1258 | 2026-05-19T22:47:04.540Z | Downloaded diesel v2.3.7 |
| 1259 | 2026-05-19T22:47:04.552Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-05-19T22:47:04.565Z | Downloaded rustls v0.23.37 |
| 1261 | 2026-05-19T22:47:04.574Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-05-19T22:47:04.578Z | Downloaded hickory-proto v0.24.4 |
| 1263 | 2026-05-19T22:47:04.587Z | Downloaded nix v0.31.2 |
| 1264 | 2026-05-19T22:47:04.593Z | Downloaded dropshot v0.17.0 |
| 1265 | 2026-05-19T22:47:04.606Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-05-19T22:47:04.611Z | Downloaded bstr v1.12.1 |
| 1267 | 2026-05-19T22:47:04.616Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-19T22:47:04.621Z | Downloaded openssl v0.10.80 |
| 1269 | 2026-05-19T22:47:04.629Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-19T22:47:04.642Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-05-19T22:47:04.660Z | Downloaded regex-automata v0.4.14 |
| 1272 | 2026-05-19T22:47:04.668Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-19T22:47:04.676Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-05-19T22:47:04.687Z | Downloaded csv v1.4.0 |
| 1275 | 2026-05-19T22:47:04.698Z | Downloaded typify-impl v0.4.3 |
| 1276 | 2026-05-19T22:47:04.706Z | Downloaded zerocopy-derive v0.6.6 |
| 1277 | 2026-05-19T22:47:04.712Z | Downloaded jiff v0.2.21 |
| 1278 | 2026-05-19T22:47:04.727Z | Downloaded petgraph v0.8.3 |
| 1279 | 2026-05-19T22:47:04.741Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-05-19T22:47:04.751Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-05-19T22:47:04.764Z | Downloaded tokio v1.52.1 |
| 1282 | 2026-05-19T22:47:04.794Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-05-19T22:47:04.820Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-05-19T22:47:04.830Z | Downloaded libz-sys v1.1.24 |
| 1285 | 2026-05-19T22:47:04.843Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-19T22:47:04.947Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-19T22:47:05.000Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-19T22:47:05.492Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-19T22:47:05.753Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-19T22:47:05.753Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-19T22:47:05.756Z | Compiling log v0.4.29 |
| 1292 | 2026-05-19T22:47:05.756Z | Compiling shlex v1.3.0 |
| 1293 | 2026-05-19T22:47:05.756Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-19T22:47:05.756Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-19T22:47:05.756Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-19T22:47:05.890Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-19T22:47:05.930Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-19T22:47:05.933Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-19T22:47:05.947Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-19T22:47:06.002Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-19T22:47:06.016Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-19T22:47:06.019Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-19T22:47:06.019Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-19T22:47:06.045Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-05-19T22:47:06.147Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-19T22:47:06.147Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-05-19T22:47:06.161Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-19T22:47:06.190Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-19T22:47:06.217Z | Compiling libm v0.2.16 |
| 1310 | 2026-05-19T22:47:06.246Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-19T22:47:06.260Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-19T22:47:06.317Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-19T22:47:06.345Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-19T22:47:06.404Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-19T22:47:06.420Z | Compiling cpufeatures v0.2.17 |
| 1316 | 2026-05-19T22:47:06.436Z | Compiling slab v0.4.12 |
| 1317 | 2026-05-19T22:47:06.459Z | Compiling futures-io v0.3.32 |
| 1318 | 2026-05-19T22:47:06.514Z | Compiling futures-task v0.3.32 |
| 1319 | 2026-05-19T22:47:06.559Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-19T22:47:06.579Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-19T22:47:06.622Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-19T22:47:06.625Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-19T22:47:06.683Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-19T22:47:06.695Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-19T22:47:06.729Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-19T22:47:06.804Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-19T22:47:06.822Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-19T22:47:06.836Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-19T22:47:06.839Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-19T22:47:06.839Z | Compiling iana-time-zone v0.1.65 |
| 1331 | 2026-05-19T22:47:06.941Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-19T22:47:06.956Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-19T22:47:06.970Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-19T22:47:06.993Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-19T22:47:07.041Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-19T22:47:07.062Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-19T22:47:07.103Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-19T22:47:07.119Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-19T22:47:07.123Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-19T22:47:07.190Z | Compiling cc v1.2.56 |
| 1341 | 2026-05-19T22:47:07.238Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-19T22:47:07.314Z | Compiling pem-rfc7468 v0.7.0 |
| 1343 | 2026-05-19T22:47:07.341Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-05-19T22:47:07.372Z | Compiling rustix v1.1.3 |
| 1345 | 2026-05-19T22:47:07.385Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-19T22:47:07.407Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-19T22:47:07.425Z | Compiling uuid v1.23.0 |
| 1348 | 2026-05-19T22:47:07.502Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-19T22:47:07.518Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-19T22:47:07.539Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-19T22:47:07.661Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-05-19T22:47:07.664Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-05-19T22:47:07.732Z | Compiling openssl-probe v0.2.1 |
| 1354 | 2026-05-19T22:47:07.748Z | Compiling untrusted v0.9.0 |
| 1355 | 2026-05-19T22:47:07.784Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-19T22:47:07.817Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-19T22:47:07.886Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-19T22:47:07.903Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-19T22:47:07.906Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-05-19T22:47:07.906Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-05-19T22:47:07.945Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-19T22:47:07.948Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-05-19T22:47:07.973Z | Compiling atomic-waker v1.1.2 |
| 1364 | 2026-05-19T22:47:08.082Z | Compiling rustls v0.23.37 |
| 1365 | 2026-05-19T22:47:08.085Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-05-19T22:47:08.111Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-19T22:47:08.114Z | Compiling pin-utils v0.1.0 |
| 1368 | 2026-05-19T22:47:08.140Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-05-19T22:47:08.143Z | Compiling openssl v0.10.80 |
| 1370 | 2026-05-19T22:47:08.168Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2026-05-19T22:47:08.171Z | Compiling spin v0.9.8 |
| 1372 | 2026-05-19T22:47:08.218Z | Compiling want v0.3.1 |
| 1373 | 2026-05-19T22:47:08.235Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-19T22:47:08.276Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-05-19T22:47:08.290Z | Compiling native-tls v0.2.18 |
| 1376 | 2026-05-19T22:47:08.305Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-19T22:47:08.373Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-19T22:47:08.391Z | Compiling crc32fast v1.5.0 |
| 1379 | 2026-05-19T22:47:08.408Z | Compiling powerfmt v0.2.0 |
| 1380 | 2026-05-19T22:47:08.410Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-19T22:47:08.441Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-19T22:47:08.448Z | Compiling simd-adler32 v0.3.8 |
| 1383 | 2026-05-19T22:47:08.468Z | Compiling bit-vec v0.8.0 |
| 1384 | 2026-05-19T22:47:08.486Z | Compiling quick-error v1.2.3 |
| 1385 | 2026-05-19T22:47:08.535Z | Compiling siphasher v1.0.2 |
| 1386 | 2026-05-19T22:47:08.554Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-05-19T22:47:08.580Z | Compiling deranged v0.5.8 |
| 1388 | 2026-05-19T22:47:08.594Z | Compiling unicode-segmentation v1.12.0 |
| 1389 | 2026-05-19T22:47:08.616Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-19T22:47:08.646Z | Compiling syn v1.0.109 |
| 1391 | 2026-05-19T22:47:08.730Z | Compiling num_threads v0.1.7 |
| 1392 | 2026-05-19T22:47:08.743Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-19T22:47:08.747Z | Compiling bit-set v0.8.0 |
| 1394 | 2026-05-19T22:47:08.772Z | Compiling slog v2.8.2 |
| 1395 | 2026-05-19T22:47:08.776Z | Compiling heapless v0.7.17 |
| 1396 | 2026-05-19T22:47:08.817Z | Compiling aws-lc-sys v0.40.0 |
| 1397 | 2026-05-19T22:47:08.852Z | Compiling ring v0.17.14 |
| 1398 | 2026-05-19T22:47:08.868Z | Compiling openssl-sys v0.9.116 |
| 1399 | 2026-05-19T22:47:08.975Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-05-19T22:47:09.020Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-19T22:47:09.035Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-05-19T22:47:09.052Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-05-19T22:47:09.065Z | Compiling regex-automata v0.4.14 |
| 1404 | 2026-05-19T22:47:09.109Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-05-19T22:47:09.120Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-05-19T22:47:09.418Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-05-19T22:47:09.576Z | Compiling darling_core v0.21.3 |
| 1408 | 2026-05-19T22:47:09.651Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-05-19T22:47:09.695Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-19T22:47:09.743Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-19T22:47:09.773Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-19T22:47:09.778Z | Compiling time v0.3.47 |
| 1413 | 2026-05-19T22:47:09.817Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-05-19T22:47:09.858Z | Compiling signal-hook v0.3.18 |
| 1415 | 2026-05-19T22:47:09.882Z | Compiling zstd-safe v7.2.4 |
| 1416 | 2026-05-19T22:47:09.897Z | Compiling unicode-bidi v0.3.18 |
| 1417 | 2026-05-19T22:47:09.997Z | Compiling unarray v0.1.4 |
| 1418 | 2026-05-19T22:47:10.005Z | Compiling unicode-properties v0.1.4 |
| 1419 | 2026-05-19T22:47:10.018Z | Compiling allocator-api2 v0.2.21 |
| 1420 | 2026-05-19T22:47:10.036Z | Compiling ryu v1.0.23 |
| 1421 | 2026-05-19T22:47:10.060Z | Compiling iri-string v0.7.10 |
| 1422 | 2026-05-19T22:47:10.113Z | Compiling paste v1.0.15 |
| 1423 | 2026-05-19T22:47:10.129Z | Compiling anyhow v1.0.102 |
| 1424 | 2026-05-19T22:47:10.245Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-19T22:47:10.383Z | Compiling miniz_oxide v0.8.9 |
| 1426 | 2026-05-19T22:47:10.759Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-05-19T22:47:10.775Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-05-19T22:47:10.791Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-05-19T22:47:10.824Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-05-19T22:47:11.100Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-05-19T22:47:11.104Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-05-19T22:47:11.326Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-05-19T22:47:11.487Z | Compiling zeroize v1.8.2 |
| 1434 | 2026-05-19T22:47:11.502Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-05-19T22:47:11.534Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-05-19T22:47:11.726Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-05-19T22:47:12.034Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-05-19T22:47:12.104Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-05-19T22:47:12.250Z | Compiling crypto-common v0.1.7 |
| 1440 | 2026-05-19T22:47:12.254Z | Compiling zerofrom v0.1.6 |
| 1441 | 2026-05-19T22:47:12.289Z | Compiling block-buffer v0.10.4 |
| 1442 | 2026-05-19T22:47:12.294Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-19T22:47:12.309Z | Compiling thiserror-impl v2.0.18 |
| 1444 | 2026-05-19T22:47:12.381Z | Compiling yoke v0.8.1 |
| 1445 | 2026-05-19T22:47:12.417Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-19T22:47:12.431Z | Compiling digest v0.10.7 |
| 1447 | 2026-05-19T22:47:12.482Z | Compiling inout v0.1.4 |
| 1448 | 2026-05-19T22:47:12.488Z | Compiling scroll_derive v0.13.1 |
| 1449 | 2026-05-19T22:47:12.524Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-05-19T22:47:12.604Z | Compiling zerovec v0.11.5 |
| 1451 | 2026-05-19T22:47:12.695Z | Compiling zerotrie v0.2.3 |
| 1452 | 2026-05-19T22:47:12.717Z | Compiling hmac v0.12.1 |
| 1453 | 2026-05-19T22:47:12.749Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-05-19T22:47:12.906Z | Compiling cipher v0.4.4 |
| 1455 | 2026-05-19T22:47:13.003Z | Compiling der v0.7.10 |
| 1456 | 2026-05-19T22:47:13.027Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-05-19T22:47:13.139Z | Compiling tinystr v0.8.2 |
| 1458 | 2026-05-19T22:47:13.191Z | Compiling potential_utf v0.1.4 |
| 1459 | 2026-05-19T22:47:13.207Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-05-19T22:47:13.371Z | Compiling icu_locale_core v2.1.1 |
| 1461 | 2026-05-19T22:47:13.394Z | Compiling icu_collections v2.1.1 |
| 1462 | 2026-05-19T22:47:13.394Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-05-19T22:47:13.422Z | Compiling cbc v0.1.2 |
| 1464 | 2026-05-19T22:47:13.426Z | Compiling aes v0.8.4 |
| 1465 | 2026-05-19T22:47:13.498Z | Compiling tracing v0.1.44 |
| 1466 | 2026-05-19T22:47:13.603Z | Compiling schemars_derive v0.8.22 |
| 1467 | 2026-05-19T22:47:13.690Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-19T22:47:13.713Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-19T22:47:13.814Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-05-19T22:47:13.852Z | Compiling spki v0.7.3 |
| 1471 | 2026-05-19T22:47:13.914Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-19T22:47:13.986Z | Compiling goblin v0.10.5 |
| 1473 | 2026-05-19T22:47:14.091Z | Compiling icu_provider v2.1.1 |
| 1474 | 2026-05-19T22:47:14.168Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-05-19T22:47:14.254Z | Compiling bytes v1.11.1 |
| 1476 | 2026-05-19T22:47:14.302Z | Compiling chrono v0.4.44 |
| 1477 | 2026-05-19T22:47:14.342Z | Compiling ipnet v2.11.0 |
| 1478 | 2026-05-19T22:47:14.409Z | Compiling icu_properties v2.1.2 |
| 1479 | 2026-05-19T22:47:14.453Z | Compiling icu_normalizer v2.1.1 |
| 1480 | 2026-05-19T22:47:14.476Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-19T22:47:14.581Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-05-19T22:47:14.594Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-19T22:47:14.763Z | Compiling tokio v1.52.1 |
| 1484 | 2026-05-19T22:47:14.859Z | Compiling http v1.4.0 |
| 1485 | 2026-05-19T22:47:14.908Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-19T22:47:14.922Z | Compiling dtrace-parser v0.3.0 |
| 1487 | 2026-05-19T22:47:15.058Z | Compiling signature v2.2.0 |
| 1488 | 2026-05-19T22:47:15.093Z | Compiling webpki-roots v1.0.6 |
| 1489 | 2026-05-19T22:47:15.093Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-05-19T22:47:15.093Z | Compiling scroll_derive v0.12.1 |
| 1491 | 2026-05-19T22:47:15.096Z | Compiling serde_tokenstream v0.2.3 |
| 1492 | 2026-05-19T22:47:15.145Z | Compiling erased-serde v0.3.31 |
| 1493 | 2026-05-19T22:47:15.440Z | Compiling idna_adapter v1.2.1 |
| 1494 | 2026-05-19T22:47:15.525Z | Compiling ppv-lite86 v0.2.21 |
| 1495 | 2026-05-19T22:47:15.613Z | Compiling idna v1.1.0 |
| 1496 | 2026-05-19T22:47:15.673Z | Compiling http-body v1.0.1 |
| 1497 | 2026-05-19T22:47:15.709Z | Compiling toml_datetime v0.6.11 |
| 1498 | 2026-05-19T22:47:15.752Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-19T22:47:15.765Z | Compiling scroll v0.12.0 |
| 1500 | 2026-05-19T22:47:15.793Z | Compiling serde_urlencoded v0.7.1 |
| 1501 | 2026-05-19T22:47:15.831Z | Compiling rand_chacha v0.9.0 |
| 1502 | 2026-05-19T22:47:15.837Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-19T22:47:15.861Z | Compiling derive_builder_macro v0.20.2 |
| 1504 | 2026-05-19T22:47:15.886Z | Compiling rand_chacha v0.3.1 |
| 1505 | 2026-05-19T22:47:15.925Z | Compiling url v2.5.8 |
| 1506 | 2026-05-19T22:47:15.999Z | Compiling md-5 v0.10.6 |
| 1507 | 2026-05-19T22:47:16.066Z | Compiling rand v0.9.2 |
| 1508 | 2026-05-19T22:47:16.077Z | Compiling darling_macro v0.21.3 |
| 1509 | 2026-05-19T22:47:16.116Z | Compiling bstr v1.12.1 |
| 1510 | 2026-05-19T22:47:16.198Z | Compiling async-trait v0.1.89 |
| 1511 | 2026-05-19T22:47:16.308Z | Compiling thiserror v1.0.69 |
| 1512 | 2026-05-19T22:47:16.313Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-05-19T22:47:16.367Z | Compiling pin-project-internal v1.1.11 |
| 1514 | 2026-05-19T22:47:16.660Z | Compiling proptest v1.10.0 |
| 1515 | 2026-05-19T22:47:16.751Z | Compiling heck v0.4.1 |
| 1516 | 2026-05-19T22:47:16.756Z | Compiling num-integer v0.1.46 |
| 1517 | 2026-05-19T22:47:16.780Z | Compiling dof v0.4.0 |
| 1518 | 2026-05-19T22:47:16.805Z | Compiling vergen-lib v0.1.6 |
| 1519 | 2026-05-19T22:47:16.898Z | Compiling curve25519-dalek v4.1.3 |
| 1520 | 2026-05-19T22:47:16.959Z | Compiling ff v0.13.1 |
| 1521 | 2026-05-19T22:47:16.991Z | Compiling hash32 v0.2.1 |
| 1522 | 2026-05-19T22:47:17.019Z | Compiling memoffset v0.9.1 |
| 1523 | 2026-05-19T22:47:17.118Z | Compiling ref-cast v1.0.25 |
| 1524 | 2026-05-19T22:47:17.133Z | Compiling rustix v0.38.44 |
| 1525 | 2026-05-19T22:47:17.222Z | Compiling fallible-iterator v0.2.0 |
| 1526 | 2026-05-19T22:47:17.250Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-05-19T22:47:17.264Z | Compiling litrs v1.0.0 |
| 1528 | 2026-05-19T22:47:17.280Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-05-19T22:47:17.295Z | Compiling smoltcp v0.9.1 |
| 1530 | 2026-05-19T22:47:17.410Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-05-19T22:47:17.434Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-05-19T22:47:17.461Z | Compiling base16ct v0.2.0 |
| 1533 | 2026-05-19T22:47:17.539Z | Compiling num-bigint-dig v0.8.6 |
| 1534 | 2026-05-19T22:47:17.544Z | Compiling pin-project v1.1.11 |
| 1535 | 2026-05-19T22:47:17.567Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-19T22:47:17.673Z | Compiling sec1 v0.7.3 |
| 1537 | 2026-05-19T22:47:17.698Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-05-19T22:47:17.736Z | Compiling oxnet v0.1.4 |
| 1539 | 2026-05-19T22:47:17.801Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-19T22:47:17.818Z | Compiling document-features v0.2.12 |
| 1541 | 2026-05-19T22:47:17.843Z | Compiling zerocopy v0.7.35 |
| 1542 | 2026-05-19T22:47:17.976Z | Compiling group v0.13.0 |
| 1543 | 2026-05-19T22:47:18.016Z | Compiling num-iter v0.1.45 |
| 1544 | 2026-05-19T22:47:18.068Z | Compiling snafu-derive v0.8.9 |
| 1545 | 2026-05-19T22:47:18.176Z | Compiling darling v0.21.3 |
| 1546 | 2026-05-19T22:47:18.234Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-05-19T22:47:18.234Z | Compiling rand v0.8.6 |
| 1548 | 2026-05-19T22:47:18.234Z | Compiling goblin v0.8.2 |
| 1549 | 2026-05-19T22:47:18.280Z | Compiling futures-executor v0.3.32 |
| 1550 | 2026-05-19T22:47:18.313Z | Compiling hubpack_derive v0.1.1 |
| 1551 | 2026-05-19T22:47:18.369Z | Compiling cargo-platform v0.1.9 |
| 1552 | 2026-05-19T22:47:18.369Z | Compiling hex v0.4.3 |
| 1553 | 2026-05-19T22:47:18.438Z | Compiling hkdf v0.12.4 |
| 1554 | 2026-05-19T22:47:18.502Z | Compiling crypto-bigint v0.5.5 |
| 1555 | 2026-05-19T22:47:18.502Z | Compiling regex v1.12.3 |
| 1556 | 2026-05-19T22:47:18.579Z | Compiling tokio-util v0.7.18 |
| 1557 | 2026-05-19T22:47:18.605Z | Compiling tower v0.5.3 |
| 1558 | 2026-05-19T22:47:18.641Z | Compiling tokio-native-tls v0.3.1 |
| 1559 | 2026-05-19T22:47:18.664Z | Compiling daft-derive v0.1.7 |
| 1560 | 2026-05-19T22:47:18.822Z | Compiling ref-cast-impl v1.0.25 |
| 1561 | 2026-05-19T22:47:18.944Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1562 | 2026-05-19T22:47:19.023Z | Compiling strum_macros v0.27.2 |
| 1563 | 2026-05-19T22:47:19.123Z | Compiling tower-http v0.6.8 |
| 1564 | 2026-05-19T22:47:19.123Z | Compiling newtype-uuid v1.3.2 |
| 1565 | 2026-05-19T22:47:19.383Z | Compiling h2 v0.4.13 |
| 1566 | 2026-05-19T22:47:19.455Z | Compiling terminal_size v0.4.3 |
| 1567 | 2026-05-19T22:47:19.463Z | Compiling phf_shared v0.13.1 |
| 1568 | 2026-05-19T22:47:19.463Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-05-19T22:47:19.499Z | Compiling vergen v9.0.6 |
| 1570 | 2026-05-19T22:47:19.596Z | Compiling fs-err v3.3.0 |
| 1571 | 2026-05-19T22:47:19.619Z | Compiling encoding_rs v0.8.35 |
| 1572 | 2026-05-19T22:47:19.626Z | Compiling ahash v0.8.12 |
| 1573 | 2026-05-19T22:47:19.657Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-19T22:47:19.678Z | Compiling bitflags v1.3.2 |
| 1575 | 2026-05-19T22:47:19.721Z | Compiling managed v0.8.0 |
| 1576 | 2026-05-19T22:47:19.726Z | Compiling libbz2-rs-sys v0.2.2 |
| 1577 | 2026-05-19T22:47:19.757Z | Compiling foldhash v0.2.0 |
| 1578 | 2026-05-19T22:47:19.771Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-05-19T22:47:19.861Z | Compiling same-file v1.0.6 |
| 1580 | 2026-05-19T22:47:19.977Z | Compiling bumpalo v3.20.2 |
| 1581 | 2026-05-19T22:47:19.993Z | Compiling object v0.37.3 |
| 1582 | 2026-05-19T22:47:20.023Z | Compiling mime v0.3.17 |
| 1583 | 2026-05-19T22:47:20.061Z | Compiling walkdir v2.5.0 |
| 1584 | 2026-05-19T22:47:20.077Z | Compiling snafu v0.8.9 |
| 1585 | 2026-05-19T22:47:20.267Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-19T22:47:20.317Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-05-19T22:47:20.357Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-05-19T22:47:20.410Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-05-19T22:47:20.503Z | Compiling dof v0.3.0 |
| 1590 | 2026-05-19T22:47:20.579Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-05-19T22:47:20.664Z | Compiling clap_builder v4.5.60 |
| 1592 | 2026-05-19T22:47:20.699Z | Compiling daft v0.1.7 |
| 1593 | 2026-05-19T22:47:20.722Z | Compiling phf v0.13.1 |
| 1594 | 2026-05-19T22:47:20.981Z | Compiling strum v0.27.2 |
| 1595 | 2026-05-19T22:47:21.016Z | Compiling toml_edit v0.19.15 |
| 1596 | 2026-05-19T22:47:21.047Z | Compiling elliptic-curve v0.13.8 |
| 1597 | 2026-05-19T22:47:21.122Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-19T22:47:21.151Z | Compiling cargo_metadata v0.19.2 |
| 1599 | 2026-05-19T22:47:21.178Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-05-19T22:47:21.197Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-05-19T22:47:21.255Z | Compiling bzip2 v0.4.4 |
| 1602 | 2026-05-19T22:47:21.282Z | Compiling futures v0.3.32 |
| 1603 | 2026-05-19T22:47:21.292Z | Compiling usdt-attr-macro v0.6.0 |
| 1604 | 2026-05-19T22:47:21.395Z | Compiling usdt-macro v0.6.0 |
| 1605 | 2026-05-19T22:47:21.481Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-19T22:47:21.516Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-19T22:47:21.559Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-19T22:47:21.778Z | Compiling globset v0.4.18 |
| 1609 | 2026-05-19T22:47:21.791Z | Compiling dtrace-parser v0.2.0 |
| 1610 | 2026-05-19T22:47:21.880Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-19T22:47:22.100Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-05-19T22:47:22.143Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-19T22:47:22.191Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-19T22:47:22.370Z | Compiling hyper v1.8.1 |
| 1615 | 2026-05-19T22:47:22.384Z | Compiling olpc-cjson v0.1.4 |
| 1616 | 2026-05-19T22:47:22.492Z | Compiling rfc6979 v0.4.0 |
| 1617 | 2026-05-19T22:47:22.509Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-05-19T22:47:22.547Z | Compiling strum_macros v0.26.4 |
| 1619 | 2026-05-19T22:47:22.577Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-05-19T22:47:22.591Z | Compiling clap_derive v4.5.55 |
| 1621 | 2026-05-19T22:47:22.644Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-05-19T22:47:22.658Z | Compiling phf_shared v0.11.3 |
| 1623 | 2026-05-19T22:47:22.808Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-05-19T22:47:22.851Z | Compiling pem v3.0.6 |
| 1625 | 2026-05-19T22:47:22.873Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-19T22:47:22.983Z | Compiling memmap2 v0.9.10 |
| 1627 | 2026-05-19T22:47:23.015Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-19T22:47:23.146Z | Compiling typed-path v0.9.3 |
| 1629 | 2026-05-19T22:47:23.236Z | Compiling keccak v0.1.6 |
| 1630 | 2026-05-19T22:47:23.245Z | Compiling precomputed-hash v0.1.1 |
| 1631 | 2026-05-19T22:47:23.264Z | Compiling jiff v0.2.21 |
| 1632 | 2026-05-19T22:47:23.264Z | Compiling difflib v0.4.0 |
| 1633 | 2026-05-19T22:47:23.360Z | Compiling static_assertions v1.1.0 |
| 1634 | 2026-05-19T22:47:23.371Z | Compiling whoami v2.1.0 |
| 1635 | 2026-05-19T22:47:23.396Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-05-19T22:47:23.454Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-19T22:47:23.552Z | Compiling hyper-util v0.1.20 |
| 1638 | 2026-05-19T22:47:23.648Z | Compiling either v1.15.0 |
| 1639 | 2026-05-19T22:47:23.669Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-05-19T22:47:23.701Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-05-19T22:47:23.778Z | Compiling normalize-line-endings v0.3.0 |
| 1642 | 2026-05-19T22:47:23.880Z | Compiling predicates-core v1.0.10 |
| 1643 | 2026-05-19T22:47:23.893Z | Compiling petgraph v0.8.3 |
| 1644 | 2026-05-19T22:47:23.907Z | Compiling itertools v0.13.0 |
| 1645 | 2026-05-19T22:47:23.952Z | Compiling toml_edit v0.22.27 |
| 1646 | 2026-05-19T22:47:24.009Z | Compiling tokio-postgres v0.7.16 |
| 1647 | 2026-05-19T22:47:24.048Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-19T22:47:24.078Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-05-19T22:47:24.090Z | Compiling petgraph v0.6.5 |
| 1650 | 2026-05-19T22:47:24.380Z | Compiling strum v0.26.3 |
| 1651 | 2026-05-19T22:47:24.453Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-05-19T22:47:24.467Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1653 | 2026-05-19T22:47:24.481Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-19T22:47:24.527Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-05-19T22:47:24.586Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-05-19T22:47:24.715Z | Compiling usdt v0.6.0 |
| 1657 | 2026-05-19T22:47:24.796Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-05-19T22:47:24.984Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-05-19T22:47:25.023Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-05-19T22:47:25.031Z | Compiling ecdsa v0.16.9 |
| 1661 | 2026-05-19T22:47:25.219Z | Compiling crossterm v0.28.1 |
| 1662 | 2026-05-19T22:47:25.247Z | Compiling rsa v0.9.10 |
| 1663 | 2026-05-19T22:47:25.369Z | Compiling toml v0.7.8 |
| 1664 | 2026-05-19T22:47:25.421Z | Compiling ed25519-dalek v2.2.0 |
| 1665 | 2026-05-19T22:47:25.902Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-19T22:47:25.932Z | Compiling zip v4.6.1 |
| 1667 | 2026-05-19T22:47:26.003Z | Compiling iddqd v0.4.1 |
| 1668 | 2026-05-19T22:47:26.521Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1669 | 2026-05-19T22:47:26.548Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-05-19T22:47:26.580Z | Compiling buf-list v1.1.2 |
| 1671 | 2026-05-19T22:47:26.594Z | Compiling similar v2.7.0 |
| 1672 | 2026-05-19T22:47:26.790Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1673 | 2026-05-19T22:47:26.806Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-05-19T22:47:26.894Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-05-19T22:47:26.934Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-05-19T22:47:27.063Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-19T22:47:27.127Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1678 | 2026-05-19T22:47:27.135Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-05-19T22:47:27.186Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-05-19T22:47:27.200Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-19T22:47:27.294Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-19T22:47:27.356Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-19T22:47:27.406Z | Compiling filetime v0.2.27 |
| 1684 | 2026-05-19T22:47:27.420Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-19T22:47:27.447Z | Compiling xattr v1.6.1 |
| 1686 | 2026-05-19T22:47:27.460Z | Compiling term v1.2.1 |
| 1687 | 2026-05-19T22:47:27.489Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-05-19T22:47:27.618Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-19T22:47:27.787Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-19T22:47:45.229Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-19T22:47:48.005Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-19T22:47:48.005Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-19T22:47:48.197Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-19T22:47:48.387Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-19T22:47:48.387Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-19T22:47:49.613Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-19T22:47:52.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-19T22:47:52.320Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-19T22:47:55.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s |
| 1700 | 2026-05-19T22:47:55.247Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-19T22:47:55.312Z | May 19 22:47:55.052 INFO Starting download, target: Clickhouse |
| 1702 | 2026-05-19T22:47:55.312Z | May 19 22:47:55.053 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-19T22:47:55.312Z | May 19 22:47:55.053 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-19T22:47:55.313Z | May 19 22:47:55.053 INFO Starting download, target: TransceiverControl |
| 1705 | 2026-05-19T22:47:55.313Z | May 19 22:47:55.053 INFO Starting download, target: Console |
| 1706 | 2026-05-19T22:47:55.320Z | May 19 22:47:55.053 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-19T22:47:55.320Z | May 19 22:47:55.053 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-05-19T22:47:55.320Z | May 19 22:47:55.053 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-19T22:47:55.320Z | May 19 22:47:55.053 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-05-19T22:47:55.320Z | May 19 22:47:55.053 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-19T22:47:55.321Z | May 19 22:47:55.053 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-19T22:47:55.321Z | May 19 22:47:55.053 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-19T22:47:55.965Z | May 19 22:47:55.672 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-19T22:47:56.160Z | May 19 22:47:55.902 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-19T22:47:56.366Z | May 19 22:47:56.100 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-19T22:47:56.601Z | May 19 22:47:56.335 INFO Download complete, target: Console |
| 1717 | 2026-05-19T22:47:56.981Z | May 19 22:47:56.715 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-19T22:47:57.152Z | May 19 22:47:56.891 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-05-19T22:47:57.721Z | May 19 22:47:57.464 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-05-19T22:47:57.731Z | May 19 22:47:57.470 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-19T22:47:57.731Z | May 19 22:47:57.470 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-19T22:47:59.335Z | May 19 22:47:59.075 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-19T22:47:59.566Z | May 19 22:47:59.314 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-19T22:48:02.532Z | May 19 22:48:02.218 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-05-19T22:48:02.799Z | May 19 22:48:02.520 INFO Download complete, target: Cockroach |
| 1726 | 2026-05-19T22:48:04.542Z | May 19 22:48:04.176 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-05-19T22:48:04.571Z | May 19 22:48:04.300 INFO Download complete, target: Clickhouse |
| 1728 | 2026-05-19T22:48:04.602Z | All prerequisites installed successfully |
| 1729 | 2026-05-19T22:48:04.602Z | |
| 1730 | 2026-05-19T22:48:04.602Z | real 2:04.738602499 |
| 1731 | 2026-05-19T22:48:04.602Z | user 6:55.472938288 |
| 1732 | 2026-05-19T22:48:04.602Z | sys 1:44.555681732 |
| 1733 | 2026-05-19T22:48:04.602Z | trap 0.244610204 |
| 1734 | 2026-05-19T22:48:04.602Z | tflt 2.519997389 |
| 1735 | 2026-05-19T22:48:04.602Z | dflt 3.598378180 |
| 1736 | 2026-05-19T22:48:04.602Z | kflt 0.054158135 |
| 1737 | 2026-05-19T22:48:04.602Z | lock 23:03.037994879 |
| 1738 | 2026-05-19T22:48:04.602Z | slp 19:37.967180801 |
| 1739 | 2026-05-19T22:48:04.602Z | lat 22.398188748 |
| 1740 | 2026-05-19T22:48:04.602Z | stop 2:46.416282341 |
| 1741 | 2026-05-19T22:48:04.603Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-19T22:48:05.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1743 | 2026-05-19T22:48:05.206Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-19T22:48:05.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1745 | 2026-05-19T22:48:05.989Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-19T22:48:06.078Z | May 19 22:48:05.720 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-19T22:48:06.078Z | May 19 22:48:05.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-19T22:48:08.708Z | May 19 22:48:08.427 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-19T22:48:08.808Z | |
| 1750 | 2026-05-19T22:48:08.808Z | real 4.118421471 |
| 1751 | 2026-05-19T22:48:08.808Z | user 1.343215394 |
| 1752 | 2026-05-19T22:48:08.808Z | sys 0.672264188 |
| 1753 | 2026-05-19T22:48:08.808Z | trap 0.000804040 |
| 1754 | 2026-05-19T22:48:08.808Z | tflt 0.000111830 |
| 1755 | 2026-05-19T22:48:08.808Z | dflt 0.000145830 |
| 1756 | 2026-05-19T22:48:08.808Z | kflt 0.000000000 |
| 1757 | 2026-05-19T22:48:08.808Z | lock 53.154944285 |
| 1758 | 2026-05-19T22:48:08.808Z | slp 2.560597998 |
| 1759 | 2026-05-19T22:48:08.808Z | lat 0.131855747 |
| 1760 | 2026-05-19T22:48:08.808Z | stop 0.000159940 |
| 1761 | 2026-05-19T22:48:08.809Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-19T22:48:08.809Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-19T22:48:08.809Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-19T22:48:09.600Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-19T22:48:09.600Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-19T22:48:09.600Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-19T22:48:09.600Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-19T22:48:09.609Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-19T22:48:09.609Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-19T22:48:09.609Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-19T22:48:09.609Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-19T22:48:09.609Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-19T22:48:09.609Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-19T22:48:09.609Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-19T22:48:09.609Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-19T22:48:09.749Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-19T22:48:09.772Z | Compiling serde_json v1.0.149 |
| 1778 | 2026-05-19T22:48:09.772Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-19T22:48:09.973Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-19T22:48:09.981Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-19T22:48:10.127Z | Compiling generic-array v0.14.7 |
| 1782 | 2026-05-19T22:48:10.130Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-19T22:48:10.143Z | Compiling smallvec v1.15.1 |
| 1784 | 2026-05-19T22:48:10.188Z | Compiling parking_lot_core v0.9.12 |
| 1785 | 2026-05-19T22:48:10.285Z | Compiling num-traits v0.2.19 |
| 1786 | 2026-05-19T22:48:10.317Z | Compiling icu_properties_data v2.1.2 |
| 1787 | 2026-05-19T22:48:10.322Z | Compiling icu_normalizer_data v2.1.1 |
| 1788 | 2026-05-19T22:48:10.330Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-19T22:48:10.374Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-19T22:48:10.401Z | Compiling log v0.4.29 |
| 1791 | 2026-05-19T22:48:10.505Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-19T22:48:10.522Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-19T22:48:10.549Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-19T22:48:10.692Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-19T22:48:10.719Z | Compiling jobserver v0.1.34 |
| 1796 | 2026-05-19T22:48:10.732Z | Compiling getrandom v0.2.17 |
| 1797 | 2026-05-19T22:48:10.803Z | Compiling errno v0.3.14 |
| 1798 | 2026-05-19T22:48:10.824Z | Compiling lock_api v0.4.14 |
| 1799 | 2026-05-19T22:48:10.917Z | Compiling rand_core v0.6.4 |
| 1800 | 2026-05-19T22:48:10.926Z | Compiling cc v1.2.56 |
| 1801 | 2026-05-19T22:48:10.951Z | Compiling percent-encoding v2.3.2 |
| 1802 | 2026-05-19T22:48:10.981Z | Compiling litemap v0.8.1 |
| 1803 | 2026-05-19T22:48:10.995Z | Compiling writeable v0.6.2 |
| 1804 | 2026-05-19T22:48:11.074Z | Compiling syn v2.0.117 |
| 1805 | 2026-05-19T22:48:11.095Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-05-19T22:48:11.129Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-19T22:48:11.209Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-19T22:48:11.256Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-19T22:48:11.290Z | Compiling dunce v1.0.5 |
| 1810 | 2026-05-19T22:48:11.302Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-05-19T22:48:11.307Z | Compiling equivalent v1.0.2 |
| 1812 | 2026-05-19T22:48:11.393Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-05-19T22:48:11.413Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-19T22:48:11.419Z | Compiling rustversion v1.0.22 |
| 1815 | 2026-05-19T22:48:11.440Z | Compiling rand_core v0.10.0 |
| 1816 | 2026-05-19T22:48:11.529Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-19T22:48:11.611Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-19T22:48:11.643Z | Compiling cmake v0.1.57 |
| 1819 | 2026-05-19T22:48:11.650Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-05-19T22:48:11.740Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-19T22:48:11.779Z | Compiling hashbrown v0.17.0 |
| 1822 | 2026-05-19T22:48:11.817Z | Compiling socket2 v0.6.3 |
| 1823 | 2026-05-19T22:48:11.880Z | Compiling mio v1.2.0 |
| 1824 | 2026-05-19T22:48:12.118Z | Compiling bitflags v2.11.0 |
| 1825 | 2026-05-19T22:48:12.186Z | Compiling semver v1.0.28 |
| 1826 | 2026-05-19T22:48:12.213Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-19T22:48:12.236Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-19T22:48:12.257Z | Compiling const-oid v0.9.6 |
| 1829 | 2026-05-19T22:48:12.280Z | Compiling ring v0.17.14 |
| 1830 | 2026-05-19T22:48:12.354Z | Compiling aws-lc-sys v0.40.0 |
| 1831 | 2026-05-19T22:48:12.381Z | Compiling indexmap v2.14.0 |
| 1832 | 2026-05-19T22:48:12.482Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-05-19T22:48:12.551Z | Compiling futures-core v0.3.32 |
| 1834 | 2026-05-19T22:48:12.569Z | Compiling httparse v1.10.1 |
| 1835 | 2026-05-19T22:48:12.667Z | Compiling vcpkg v0.2.15 |
| 1836 | 2026-05-19T22:48:12.683Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-05-19T22:48:12.706Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-19T22:48:12.848Z | Compiling byteorder v1.5.0 |
| 1839 | 2026-05-19T22:48:12.894Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-19T22:48:13.032Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-19T22:48:13.046Z | Compiling syn v1.0.109 |
| 1842 | 2026-05-19T22:48:13.050Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-19T22:48:13.054Z | Compiling heck v0.5.0 |
| 1844 | 2026-05-19T22:48:13.086Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-19T22:48:13.144Z | Compiling pest v2.8.6 |
| 1846 | 2026-05-19T22:48:13.172Z | Compiling uuid v1.23.0 |
| 1847 | 2026-05-19T22:48:13.239Z | Compiling rustls v0.23.37 |
| 1848 | 2026-05-19T22:48:13.249Z | Compiling openssl-sys v0.9.116 |
| 1849 | 2026-05-19T22:48:13.249Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-05-19T22:48:13.416Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-19T22:48:13.472Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-19T22:48:13.545Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-05-19T22:48:13.562Z | Compiling slab v0.4.12 |
| 1854 | 2026-05-19T22:48:13.576Z | Compiling futures-task v0.3.32 |
| 1855 | 2026-05-19T22:48:13.697Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-19T22:48:13.808Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-19T22:48:13.844Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-05-19T22:48:13.916Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-05-19T22:48:13.932Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-05-19T22:48:14.031Z | Compiling crc32fast v1.5.0 |
| 1861 | 2026-05-19T22:48:14.142Z | Compiling plain v0.2.3 |
| 1862 | 2026-05-19T22:48:14.156Z | Compiling openssl v0.10.80 |
| 1863 | 2026-05-19T22:48:14.242Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-19T22:48:14.271Z | Compiling base64 v0.22.1 |
| 1865 | 2026-05-19T22:48:14.288Z | Compiling time-core v0.1.8 |
| 1866 | 2026-05-19T22:48:14.417Z | Compiling num-conv v0.2.0 |
| 1867 | 2026-05-19T22:48:14.434Z | Compiling crossbeam-utils v0.8.21 |
| 1868 | 2026-05-19T22:48:14.539Z | Compiling native-tls v0.2.18 |
| 1869 | 2026-05-19T22:48:14.565Z | Compiling time-macros v0.2.27 |
| 1870 | 2026-05-19T22:48:14.619Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-05-19T22:48:14.657Z | Compiling regex-automata v0.4.14 |
| 1872 | 2026-05-19T22:48:14.737Z | Compiling anyhow v1.0.102 |
| 1873 | 2026-05-19T22:48:14.752Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-05-19T22:48:14.812Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-19T22:48:14.822Z | Compiling tracing-core v0.1.36 |
| 1876 | 2026-05-19T22:48:14.887Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-19T22:48:14.922Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-05-19T22:48:15.038Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-19T22:48:15.157Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-19T22:48:15.235Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-19T22:48:15.248Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-19T22:48:15.275Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-19T22:48:15.299Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-19T22:48:15.322Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-19T22:48:15.518Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-19T22:48:15.544Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-19T22:48:15.557Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-19T22:48:15.848Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-19T22:48:16.103Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-19T22:48:16.219Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-19T22:48:16.233Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-19T22:48:16.322Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-05-19T22:48:16.338Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-05-19T22:48:16.368Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-19T22:48:16.518Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-19T22:48:16.549Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-19T22:48:16.713Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-19T22:48:16.729Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-19T22:48:16.837Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-19T22:48:17.169Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-19T22:48:17.233Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-05-19T22:48:17.274Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-05-19T22:48:17.343Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-19T22:48:17.393Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-05-19T22:48:17.420Z | Compiling icu_locale_core v2.1.1 |
| 1906 | 2026-05-19T22:48:17.434Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-05-19T22:48:17.438Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-19T22:48:17.615Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-19T22:48:17.620Z | Compiling rustls-pki-types v1.14.0 |
| 1910 | 2026-05-19T22:48:17.830Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-19T22:48:18.012Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-19T22:48:18.090Z | Compiling cipher v0.4.4 |
| 1913 | 2026-05-19T22:48:18.176Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-19T22:48:18.275Z | Compiling bytes v1.11.1 |
| 1915 | 2026-05-19T22:48:18.334Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-19T22:48:18.347Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-05-19T22:48:18.396Z | Compiling sha2 v0.10.9 |
| 1918 | 2026-05-19T22:48:18.488Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-05-19T22:48:18.643Z | Compiling icu_normalizer v2.1.1 |
| 1920 | 2026-05-19T22:48:18.776Z | Compiling scroll_derive v0.12.1 |
| 1921 | 2026-05-19T22:48:18.872Z | Compiling tokio v1.52.1 |
| 1922 | 2026-05-19T22:48:19.400Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-19T22:48:19.468Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-05-19T22:48:19.554Z | Compiling idna v1.1.0 |
| 1925 | 2026-05-19T22:48:19.693Z | Compiling http v1.4.0 |
| 1926 | 2026-05-19T22:48:19.860Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-05-19T22:48:19.903Z | Compiling url v2.5.8 |
| 1928 | 2026-05-19T22:48:20.214Z | Compiling flagset v0.4.7 |
| 1929 | 2026-05-19T22:48:20.254Z | Compiling untrusted v0.9.0 |
| 1930 | 2026-05-19T22:48:20.305Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-19T22:48:20.366Z | Compiling der v0.7.10 |
| 1932 | 2026-05-19T22:48:20.426Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-05-19T22:48:20.437Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-19T22:48:20.765Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-19T22:48:20.845Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-19T22:48:20.879Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-19T22:48:21.430Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-19T22:48:21.479Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-19T22:48:21.509Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-19T22:48:21.535Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-19T22:48:21.873Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-19T22:48:22.064Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-19T22:48:22.314Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-19T22:48:22.368Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-05-19T22:48:22.372Z | Compiling http-body v1.0.1 |
| 1946 | 2026-05-19T22:48:22.430Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-19T22:48:22.443Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-19T22:48:22.570Z | Compiling usdt-impl v0.5.0 |
| 1949 | 2026-05-19T22:48:22.604Z | Compiling openssl-probe v0.2.1 |
| 1950 | 2026-05-19T22:48:22.618Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-19T22:48:22.643Z | Compiling tokio-util v0.7.18 |
| 1952 | 2026-05-19T22:48:22.734Z | Compiling untrusted v0.7.1 |
| 1953 | 2026-05-19T22:48:22.752Z | Compiling winnow v0.7.14 |
| 1954 | 2026-05-19T22:48:22.774Z | Compiling either v1.15.0 |
| 1955 | 2026-05-19T22:48:22.805Z | Compiling usdt-impl v0.6.0 |
| 1956 | 2026-05-19T22:48:22.821Z | Compiling paste v1.0.15 |
| 1957 | 2026-05-19T22:48:22.877Z | Compiling atomic-waker v1.1.2 |
| 1958 | 2026-05-19T22:48:22.923Z | Compiling unicode-segmentation v1.12.0 |
| 1959 | 2026-05-19T22:48:23.042Z | Compiling tinyvec_macros v0.1.1 |
| 1960 | 2026-05-19T22:48:23.125Z | Compiling tinyvec v1.10.0 |
| 1961 | 2026-05-19T22:48:23.150Z | Compiling pkcs5 v0.7.1 |
| 1962 | 2026-05-19T22:48:23.311Z | Compiling rand v0.9.2 |
| 1963 | 2026-05-19T22:48:23.643Z | Compiling scroll v0.13.0 |
| 1964 | 2026-05-19T22:48:23.797Z | Compiling scroll v0.12.0 |
| 1965 | 2026-05-19T22:48:23.808Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-19T22:48:23.938Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-05-19T22:48:23.959Z | Compiling async-trait v0.1.89 |
| 1968 | 2026-05-19T22:48:23.986Z | Compiling heapless v0.7.17 |
| 1969 | 2026-05-19T22:48:24.104Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1970 | 2026-05-19T22:48:24.111Z | Compiling tower-service v0.3.3 |
| 1971 | 2026-05-19T22:48:24.115Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-19T22:48:24.217Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-05-19T22:48:24.237Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-05-19T22:48:24.442Z | Compiling fastrand v2.3.0 |
| 1975 | 2026-05-19T22:48:24.456Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-05-19T22:48:24.457Z | Compiling want v0.3.1 |
| 1977 | 2026-05-19T22:48:24.476Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-19T22:48:24.645Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1979 | 2026-05-19T22:48:24.679Z | Compiling goblin v0.8.2 |
| 1980 | 2026-05-19T22:48:24.697Z | Compiling goblin v0.10.5 |
| 1981 | 2026-05-19T22:48:24.790Z | Compiling pkcs8 v0.10.2 |
| 1982 | 2026-05-19T22:48:24.860Z | Compiling heck v0.4.1 |
| 1983 | 2026-05-19T22:48:25.077Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-05-19T22:48:25.092Z | Compiling ipnet v2.11.0 |
| 1985 | 2026-05-19T22:48:25.215Z | Compiling ref-cast-impl v1.0.25 |
| 1986 | 2026-05-19T22:48:25.407Z | Compiling darling_core v0.20.11 |
| 1987 | 2026-05-19T22:48:25.556Z | Compiling curve25519-dalek v4.1.3 |
| 1988 | 2026-05-19T22:48:25.633Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1989 | 2026-05-19T22:48:25.775Z | Compiling memoffset v0.9.1 |
| 1990 | 2026-05-19T22:48:25.804Z | Compiling litrs v1.0.0 |
| 1991 | 2026-05-19T22:48:25.922Z | Compiling httpdate v1.0.3 |
| 1992 | 2026-05-19T22:48:26.205Z | Compiling pin-utils v0.1.0 |
| 1993 | 2026-05-19T22:48:26.303Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-05-19T22:48:26.315Z | Compiling rustix v0.38.44 |
| 1995 | 2026-05-19T22:48:26.430Z | Compiling winnow v0.5.40 |
| 1996 | 2026-05-19T22:48:26.547Z | Compiling tempfile v3.25.0 |
| 1997 | 2026-05-19T22:48:26.575Z | Compiling foreign-types v0.3.2 |
| 1998 | 2026-05-19T22:48:26.591Z | Compiling document-features v0.2.12 |
| 1999 | 2026-05-19T22:48:26.905Z | Compiling dof v0.3.0 |
| 2000 | 2026-05-19T22:48:27.150Z | Compiling unicode-normalization v0.1.25 |
| 2001 | 2026-05-19T22:48:27.280Z | Compiling dtrace-parser v0.2.0 |
| 2002 | 2026-05-19T22:48:27.373Z | Compiling darling_macro v0.20.11 |
| 2003 | 2026-05-19T22:48:27.483Z | Compiling dof v0.4.0 |
| 2004 | 2026-05-19T22:48:27.498Z | Compiling hyper v1.8.1 |
| 2005 | 2026-05-19T22:48:27.712Z | Compiling toml_edit v0.19.15 |
| 2006 | 2026-05-19T22:48:27.815Z | Compiling dtrace-parser v0.3.0 |
| 2007 | 2026-05-19T22:48:27.872Z | Compiling pin-project-internal v1.1.11 |
| 2008 | 2026-05-19T22:48:27.887Z | Compiling daft-derive v0.1.7 |
| 2009 | 2026-05-19T22:48:27.998Z | Compiling spin v0.9.8 |
| 2010 | 2026-05-19T22:48:28.020Z | Compiling thread-id v5.1.0 |
| 2011 | 2026-05-19T22:48:28.046Z | Compiling thread-id v4.2.2 |
| 2012 | 2026-05-19T22:48:28.080Z | Compiling powerfmt v0.2.0 |
| 2013 | 2026-05-19T22:48:28.117Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-19T22:48:28.220Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-05-19T22:48:28.426Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-19T22:48:28.431Z | Compiling deranged v0.5.8 |
| 2017 | 2026-05-19T22:48:28.513Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-19T22:48:28.632Z | Compiling hyper-util v0.1.20 |
| 2019 | 2026-05-19T22:48:28.897Z | Compiling darling v0.20.11 |
| 2020 | 2026-05-19T22:48:29.006Z | Compiling rustls-native-certs v0.8.3 |
| 2021 | 2026-05-19T22:48:29.031Z | Compiling ipnetwork v0.21.1 |
| 2022 | 2026-05-19T22:48:29.601Z | Compiling strum_macros v0.26.4 |
| 2023 | 2026-05-19T22:48:29.728Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2024 | 2026-05-19T22:48:29.804Z | Compiling sync_wrapper v1.0.2 |
| 2025 | 2026-05-19T22:48:29.863Z | Compiling wait-timeout v0.2.1 |
| 2026 | 2026-05-19T22:48:30.018Z | Compiling utf8parse v0.2.2 |
| 2027 | 2026-05-19T22:48:30.043Z | Compiling siphasher v1.0.2 |
| 2028 | 2026-05-19T22:48:30.104Z | Compiling num_threads v0.1.7 |
| 2029 | 2026-05-19T22:48:30.143Z | Compiling simd-adler32 v0.3.8 |
| 2030 | 2026-05-19T22:48:30.211Z | Compiling bit-vec v0.8.0 |
| 2031 | 2026-05-19T22:48:30.307Z | Compiling anstyle v1.0.13 |
| 2032 | 2026-05-19T22:48:30.454Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-05-19T22:48:30.504Z | Compiling time v0.3.47 |
| 2034 | 2026-05-19T22:48:30.529Z | Compiling bit-set v0.8.0 |
| 2035 | 2026-05-19T22:48:30.576Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-19T22:48:30.704Z | Compiling anstyle-parse v0.2.7 |
| 2037 | 2026-05-19T22:48:30.902Z | Compiling tower v0.5.3 |
| 2038 | 2026-05-19T22:48:31.183Z | Compiling derive_builder_core v0.20.2 |
| 2039 | 2026-05-19T22:48:31.187Z | Compiling snafu-derive v0.8.9 |
| 2040 | 2026-05-19T22:48:31.392Z | Compiling http-body-util v0.1.3 |
| 2041 | 2026-05-19T22:48:31.517Z | Compiling webpki-roots v1.0.6 |
| 2042 | 2026-05-19T22:48:31.650Z | Compiling rand_xorshift v0.4.0 |
| 2043 | 2026-05-19T22:48:31.665Z | Compiling signature v2.2.0 |
| 2044 | 2026-05-19T22:48:31.685Z | Compiling hubpack_derive v0.1.1 |
| 2045 | 2026-05-19T22:48:31.811Z | Compiling strum_macros v0.27.2 |
| 2046 | 2026-05-19T22:48:31.980Z | Compiling fs-err v3.3.0 |
| 2047 | 2026-05-19T22:48:32.026Z | Compiling ahash v0.8.12 |
| 2048 | 2026-05-19T22:48:32.143Z | Compiling anstyle-query v1.1.5 |
| 2049 | 2026-05-19T22:48:32.183Z | Compiling object v0.37.3 |
| 2050 | 2026-05-19T22:48:32.205Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-05-19T22:48:32.241Z | Compiling unicode-properties v0.1.4 |
| 2052 | 2026-05-19T22:48:32.344Z | Compiling colorchoice v1.0.4 |
| 2053 | 2026-05-19T22:48:32.410Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-05-19T22:48:32.496Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-05-19T22:48:32.514Z | Compiling ryu v1.0.23 |
| 2056 | 2026-05-19T22:48:32.530Z | Compiling unicode-bidi v0.3.18 |
| 2057 | 2026-05-19T22:48:32.540Z | Compiling unarray v0.1.4 |
| 2058 | 2026-05-19T22:48:32.612Z | Compiling is_terminal_polyfill v1.70.2 |
| 2059 | 2026-05-19T22:48:32.667Z | Compiling proptest v1.10.0 |
| 2060 | 2026-05-19T22:48:32.682Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-19T22:48:33.139Z | Compiling anstream v0.6.21 |
| 2062 | 2026-05-19T22:48:33.147Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-05-19T22:48:33.147Z | Compiling stringprep v0.1.5 |
| 2064 | 2026-05-19T22:48:33.147Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-19T22:48:33.331Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-19T22:48:33.384Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-05-19T22:48:33.425Z | Compiling tower-http v0.6.8 |
| 2068 | 2026-05-19T22:48:33.469Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-05-19T22:48:33.748Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-19T22:48:33.776Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-19T22:48:33.863Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-19T22:48:33.943Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-19T22:48:34.026Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-19T22:48:34.086Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-19T22:48:34.126Z | Compiling vergen-lib v0.1.6 |
| 2076 | 2026-05-19T22:48:34.175Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-19T22:48:34.324Z | Compiling psl-types v2.0.11 |
| 2078 | 2026-05-19T22:48:34.338Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-05-19T22:48:34.366Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-05-19T22:48:34.387Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-05-19T22:48:34.424Z | Compiling group v0.13.0 |
| 2082 | 2026-05-19T22:48:34.442Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-05-19T22:48:34.467Z | Compiling sec1 v0.7.3 |
| 2084 | 2026-05-19T22:48:34.474Z | Compiling num-iter v0.1.45 |
| 2085 | 2026-05-19T22:48:34.644Z | Compiling postgres-protocol v0.6.10 |
| 2086 | 2026-05-19T22:48:34.690Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-19T22:48:34.755Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-19T22:48:34.982Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-19T22:48:35.252Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-19T22:48:35.292Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-19T22:48:35.364Z | Compiling phf_shared v0.13.1 |
| 2092 | 2026-05-19T22:48:35.395Z | Compiling pin-project v1.1.11 |
| 2093 | 2026-05-19T22:48:35.442Z | Compiling lazy_static v1.5.0 |
| 2094 | 2026-05-19T22:48:35.573Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-05-19T22:48:35.625Z | Compiling serde_with_macros v3.17.0 |
| 2096 | 2026-05-19T22:48:35.625Z | Compiling futures-executor v0.3.32 |
| 2097 | 2026-05-19T22:48:35.626Z | Compiling cargo-platform v0.1.9 |
| 2098 | 2026-05-19T22:48:35.626Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-19T22:48:35.867Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-19T22:48:35.907Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-19T22:48:36.030Z | Compiling async-recursion v1.1.1 |
| 2102 | 2026-05-19T22:48:36.043Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-05-19T22:48:36.123Z | Compiling clap_derive v4.5.55 |
| 2104 | 2026-05-19T22:48:36.169Z | Compiling enum-as-inner v0.6.1 |
| 2105 | 2026-05-19T22:48:36.332Z | Compiling vergen v9.0.6 |
| 2106 | 2026-05-19T22:48:36.548Z | Compiling flate2 v1.1.9 |
| 2107 | 2026-05-19T22:48:36.629Z | Compiling encoding_rs v0.8.35 |
| 2108 | 2026-05-19T22:48:36.653Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-05-19T22:48:36.676Z | Compiling bumpalo v3.20.2 |
| 2110 | 2026-05-19T22:48:36.693Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-05-19T22:48:36.868Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-05-19T22:48:36.934Z | Compiling managed v0.8.0 |
| 2113 | 2026-05-19T22:48:36.955Z | Compiling same-file v1.0.6 |
| 2114 | 2026-05-19T22:48:36.988Z | Compiling foldhash v0.2.0 |
| 2115 | 2026-05-19T22:48:37.091Z | Compiling mime v0.3.17 |
| 2116 | 2026-05-19T22:48:37.150Z | Compiling clap_lex v1.0.0 |
| 2117 | 2026-05-19T22:48:37.226Z | Compiling hashbrown v0.16.1 |
| 2118 | 2026-05-19T22:48:37.250Z | Compiling clap_builder v4.5.60 |
| 2119 | 2026-05-19T22:48:37.263Z | Compiling walkdir v2.5.0 |
| 2120 | 2026-05-19T22:48:37.313Z | Compiling bzip2 v0.6.1 |
| 2121 | 2026-05-19T22:48:37.567Z | Compiling zopfli v0.8.3 |
| 2122 | 2026-05-19T22:48:37.696Z | Compiling hashbrown v0.15.5 |
| 2123 | 2026-05-19T22:48:37.750Z | Compiling elliptic-curve v0.13.8 |
| 2124 | 2026-05-19T22:48:37.906Z | Compiling zstd v0.13.3 |
| 2125 | 2026-05-19T22:48:37.953Z | Compiling cargo_metadata v0.19.2 |
| 2126 | 2026-05-19T22:48:38.052Z | Compiling futures v0.3.32 |
| 2127 | 2026-05-19T22:48:38.175Z | Compiling phf v0.13.1 |
| 2128 | 2026-05-19T22:48:38.249Z | Compiling snafu v0.8.9 |
| 2129 | 2026-05-19T22:48:38.287Z | Compiling signal-hook-mio v0.2.5 |
| 2130 | 2026-05-19T22:48:38.348Z | Compiling daft v0.1.7 |
| 2131 | 2026-05-19T22:48:38.429Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-19T22:48:38.598Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-05-19T22:48:38.625Z | Compiling bzip2 v0.4.4 |
| 2134 | 2026-05-19T22:48:38.665Z | Compiling globset v0.4.18 |
| 2135 | 2026-05-19T22:48:39.185Z | Compiling strum v0.27.2 |
| 2136 | 2026-05-19T22:48:39.239Z | Compiling hubpack v0.1.2 |
| 2137 | 2026-05-19T22:48:39.252Z | Compiling ed25519 v2.2.3 |
| 2138 | 2026-05-19T22:48:39.266Z | Compiling phf_shared v0.11.3 |
| 2139 | 2026-05-19T22:48:39.304Z | Compiling crossbeam-epoch v0.9.18 |
| 2140 | 2026-05-19T22:48:39.360Z | Compiling olpc-cjson v0.1.4 |
| 2141 | 2026-05-19T22:48:39.404Z | Compiling pkcs1 v0.7.5 |
| 2142 | 2026-05-19T22:48:39.488Z | Compiling pem v3.0.6 |
| 2143 | 2026-05-19T22:48:39.552Z | Compiling serde-big-array v0.5.1 |
| 2144 | 2026-05-19T22:48:39.647Z | Compiling serde_plain v1.0.2 |
| 2145 | 2026-05-19T22:48:39.689Z | Compiling rfc6979 v0.4.0 |
| 2146 | 2026-05-19T22:48:39.718Z | Compiling float-cmp v0.10.0 |
| 2147 | 2026-05-19T22:48:39.731Z | Compiling memmap2 v0.9.10 |
| 2148 | 2026-05-19T22:48:39.794Z | Compiling env_filter v1.0.0 |
| 2149 | 2026-05-19T22:48:39.813Z | Compiling static_assertions v1.1.0 |
| 2150 | 2026-05-19T22:48:39.845Z | Compiling difflib v0.4.0 |
| 2151 | 2026-05-19T22:48:39.850Z | Compiling keccak v0.1.6 |
| 2152 | 2026-05-19T22:48:39.876Z | Compiling predicates-core v1.0.10 |
| 2153 | 2026-05-19T22:48:39.894Z | Compiling jiff v0.2.21 |
| 2154 | 2026-05-19T22:48:39.960Z | Compiling fixedbitset v0.5.7 |
| 2155 | 2026-05-19T22:48:40.046Z | Compiling fixedbitset v0.4.2 |
| 2156 | 2026-05-19T22:48:40.060Z | Compiling normalize-line-endings v0.3.0 |
| 2157 | 2026-05-19T22:48:40.067Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-19T22:48:40.091Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-05-19T22:48:40.166Z | Compiling whoami v2.1.0 |
| 2160 | 2026-05-19T22:48:40.180Z | Compiling toml_write v0.1.2 |
| 2161 | 2026-05-19T22:48:40.253Z | Compiling precomputed-hash v0.1.1 |
| 2162 | 2026-05-19T22:48:40.281Z | Compiling typed-path v0.9.3 |
| 2163 | 2026-05-19T22:48:40.339Z | Compiling string_cache v0.8.9 |
| 2164 | 2026-05-19T22:48:40.369Z | Compiling hickory-proto v0.25.2 |
| 2165 | 2026-05-19T22:48:40.397Z | Compiling tokio-postgres v0.7.16 |
| 2166 | 2026-05-19T22:48:40.505Z | Compiling toml_edit v0.22.27 |
| 2167 | 2026-05-19T22:48:40.573Z | Compiling petgraph v0.6.5 |
| 2168 | 2026-05-19T22:48:40.608Z | Compiling petgraph v0.8.3 |
| 2169 | 2026-05-19T22:48:40.808Z | Compiling predicates v3.1.4 |
| 2170 | 2026-05-19T22:48:40.868Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-05-19T22:48:41.153Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-19T22:48:41.428Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2173 | 2026-05-19T22:48:41.444Z | Compiling usdt v0.6.0 |
| 2174 | 2026-05-19T22:48:41.709Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-19T22:48:41.769Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-19T22:48:42.055Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-19T22:48:42.460Z | Compiling zip v4.6.1 |
| 2178 | 2026-05-19T22:48:42.710Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-05-19T22:48:42.892Z | Compiling zip v0.6.6 |
| 2180 | 2026-05-19T22:48:43.124Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-19T22:48:43.208Z | Compiling iddqd v0.4.1 |
| 2182 | 2026-05-19T22:48:43.520Z | Compiling serde_with v3.17.0 |
| 2183 | 2026-05-19T22:48:43.623Z | Compiling similar v2.7.0 |
| 2184 | 2026-05-19T22:48:43.703Z | Compiling strum v0.26.3 |
| 2185 | 2026-05-19T22:48:43.780Z | Compiling toml v0.7.8 |
| 2186 | 2026-05-19T22:48:43.825Z | Compiling tokio-stream v0.1.18 |
| 2187 | 2026-05-19T22:48:43.923Z | Compiling itertools v0.13.0 |
| 2188 | 2026-05-19T22:48:44.287Z | Compiling buf-list v1.1.2 |
| 2189 | 2026-05-19T22:48:44.378Z | Compiling x509-cert v0.2.5 |
| 2190 | 2026-05-19T22:48:44.447Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2191 | 2026-05-19T22:48:44.561Z | Compiling openapiv3 v2.2.0 |
| 2192 | 2026-05-19T22:48:44.660Z | Compiling sha1 v0.10.6 |
| 2193 | 2026-05-19T22:48:44.905Z | Compiling peg-runtime v0.8.5 |
| 2194 | 2026-05-19T22:48:45.124Z | Compiling lalrpop-util v0.19.12 |
| 2195 | 2026-05-19T22:48:59.676Z | Compiling rustls-webpki v0.103.9 |
| 2196 | 2026-05-19T22:49:01.288Z | Compiling macaddr v1.0.1 |
| 2197 | 2026-05-19T22:49:01.360Z | Compiling structmeta-derive v0.3.0 |
| 2198 | 2026-05-19T22:49:01.485Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-19T22:49:01.519Z | Compiling rayon-core v1.13.0 |
| 2200 | 2026-05-19T22:49:01.586Z | Compiling itertools v0.14.0 |
| 2201 | 2026-05-19T22:49:01.703Z | Compiling secrecy v0.10.3 |
| 2202 | 2026-05-19T22:49:01.721Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2026-05-19T22:49:01.762Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-19T22:49:01.890Z | Compiling heapless v0.8.0 |
| 2205 | 2026-05-19T22:49:01.989Z | Compiling crossbeam-deque v0.8.6 |
| 2206 | 2026-05-19T22:49:02.038Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2207 | 2026-05-19T22:49:02.142Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-05-19T22:49:02.162Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-05-19T22:49:02.212Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-19T22:49:02.226Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-19T22:49:02.313Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-05-19T22:49:02.362Z | Compiling structmeta v0.3.0 |
| 2213 | 2026-05-19T22:49:02.381Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-05-19T22:49:02.398Z | Compiling compression-core v0.4.31 |
| 2215 | 2026-05-19T22:49:02.437Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-19T22:49:02.453Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-05-19T22:49:02.501Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-19T22:49:02.525Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-05-19T22:49:02.585Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-05-19T22:49:02.600Z | Compiling proc-macro-crate v3.4.0 |
| 2221 | 2026-05-19T22:49:02.674Z | Compiling compression-codecs v0.4.37 |
| 2222 | 2026-05-19T22:49:02.826Z | Compiling hostname v0.3.1 |
| 2223 | 2026-05-19T22:49:02.864Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-19T22:49:02.968Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-19T22:49:03.001Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-19T22:49:03.051Z | Compiling half v2.7.1 |
| 2227 | 2026-05-19T22:49:03.068Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-05-19T22:49:03.235Z | Compiling tokio-rustls v0.26.4 |
| 2229 | 2026-05-19T22:49:03.358Z | Compiling rustls-platform-verifier v0.6.2 |
| 2230 | 2026-05-19T22:49:03.443Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-19T22:49:03.530Z | Compiling hyper-rustls v0.27.7 |
| 2232 | 2026-05-19T22:49:03.608Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2233 | 2026-05-19T22:49:03.724Z | Compiling universal-hash v0.5.1 |
| 2234 | 2026-05-19T22:49:03.746Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-05-19T22:49:03.797Z | Compiling reqwest v0.12.28 |
| 2236 | 2026-05-19T22:49:03.864Z | Compiling reqwest v0.13.2 |
| 2237 | 2026-05-19T22:49:03.880Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-05-19T22:49:04.010Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-05-19T22:49:04.092Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-19T22:49:04.192Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-05-19T22:49:04.210Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-05-19T22:49:04.319Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2243 | 2026-05-19T22:49:04.334Z | Compiling opaque-debug v0.3.1 |
| 2244 | 2026-05-19T22:49:04.420Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-05-19T22:49:04.436Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-05-19T22:49:04.439Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-19T22:49:04.466Z | Compiling term v1.2.1 |
| 2248 | 2026-05-19T22:49:04.557Z | Compiling take_mut v0.2.2 |
| 2249 | 2026-05-19T22:49:04.613Z | Compiling ciborium-ll v0.2.2 |
| 2250 | 2026-05-19T22:49:04.678Z | Compiling thiserror-no-std v2.0.2 |
| 2251 | 2026-05-19T22:49:04.695Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-19T22:49:04.785Z | Compiling derive_more v0.99.20 |
| 2253 | 2026-05-19T22:49:04.802Z | Compiling slog-term v2.9.2 |
| 2254 | 2026-05-19T22:49:04.865Z | Compiling tokio-rustls v0.25.0 |
| 2255 | 2026-05-19T22:49:04.981Z | Compiling poly1305 v0.8.0 |
| 2256 | 2026-05-19T22:49:04.986Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-19T22:49:05.132Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-05-19T22:49:05.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-19T22:49:05.481Z | Compiling tough v0.22.0 |
| 2260 | 2026-05-19T22:49:05.572Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-05-19T22:49:05.626Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-19T22:49:06.017Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-19T22:49:06.034Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-05-19T22:49:06.051Z | Compiling num_enum_derive v0.7.5 |
| 2265 | 2026-05-19T22:49:06.319Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-19T22:49:06.428Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-19T22:49:06.755Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2268 | 2026-05-19T22:49:06.934Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-19T22:49:06.952Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-19T22:49:07.003Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-19T22:49:07.082Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-19T22:49:07.149Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2273 | 2026-05-19T22:49:07.218Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-19T22:49:07.252Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-19T22:49:07.268Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-19T22:49:07.343Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-19T22:49:07.453Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-19T22:49:07.579Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-19T22:49:07.648Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-19T22:49:07.886Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-19T22:49:07.939Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-19T22:49:07.971Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-19T22:49:08.155Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-05-19T22:49:08.185Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-05-19T22:49:08.237Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-19T22:49:08.241Z | Compiling foreign-types-shared v0.3.1 |
| 2287 | 2026-05-19T22:49:08.272Z | Compiling debug-ignore v1.0.5 |
| 2288 | 2026-05-19T22:49:08.313Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-19T22:49:08.346Z | Compiling cpufeatures v0.3.0 |
| 2290 | 2026-05-19T22:49:08.368Z | Compiling foreign-types v0.5.0 |
| 2291 | 2026-05-19T22:49:08.414Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-19T22:49:08.417Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-19T22:49:08.459Z | Compiling chacha20 v0.10.0 |
| 2294 | 2026-05-19T22:49:08.462Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-19T22:49:08.517Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-19T22:49:08.530Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-05-19T22:49:08.547Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2298 | 2026-05-19T22:49:08.605Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-19T22:49:08.667Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-19T22:49:08.683Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-05-19T22:49:08.776Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-19T22:49:08.832Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-19T22:49:08.986Z | Compiling tabwriter v1.4.1 |
| 2304 | 2026-05-19T22:49:09.114Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2305 | 2026-05-19T22:49:09.179Z | Compiling regress v0.10.5 |
| 2306 | 2026-05-19T22:49:09.370Z | Compiling byte-wrapper v0.1.0 |
| 2307 | 2026-05-19T22:49:09.403Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-05-19T22:49:09.443Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2026-05-19T22:49:09.537Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-19T22:49:09.560Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2311 | 2026-05-19T22:49:09.628Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-05-19T22:49:09.813Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2313 | 2026-05-19T22:49:09.829Z | Compiling erased-serde v0.4.9 |
| 2314 | 2026-05-19T22:49:09.857Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2315 | 2026-05-19T22:49:09.975Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-19T22:49:10.055Z | Compiling num_enum v0.5.11 |
| 2317 | 2026-05-19T22:49:10.166Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2318 | 2026-05-19T22:49:10.197Z | Compiling rand v0.10.0 |
| 2319 | 2026-05-19T22:49:10.225Z | Compiling rayon v1.11.0 |
| 2320 | 2026-05-19T22:49:10.289Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2321 | 2026-05-19T22:49:10.313Z | Compiling libefi-sys v0.1.0 |
| 2322 | 2026-05-19T22:49:10.328Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-05-19T22:49:10.360Z | Compiling colored v3.1.1 |
| 2324 | 2026-05-19T22:49:10.413Z | Compiling zone_cfg_derive v0.3.1 |
| 2325 | 2026-05-19T22:49:10.428Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2326 | 2026-05-19T22:49:10.499Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-19T22:49:10.620Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2328 | 2026-05-19T22:49:10.660Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2329 | 2026-05-19T22:49:10.760Z | Compiling camino-tempfile v1.4.1 |
| 2330 | 2026-05-19T22:49:10.911Z | Compiling itertools v0.12.1 |
| 2331 | 2026-05-19T22:49:10.997Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-05-19T22:49:11.028Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-05-19T22:49:11.069Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-19T22:49:11.126Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-19T22:49:11.164Z | Compiling blake3 v1.8.3 |
| 2336 | 2026-05-19T22:49:11.167Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-05-19T22:49:11.469Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-05-19T22:49:11.523Z | Compiling memmap v0.7.0 |
| 2339 | 2026-05-19T22:49:11.590Z | Compiling swrite v0.1.0 |
| 2340 | 2026-05-19T22:49:11.709Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-05-19T22:49:11.725Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-19T22:49:11.741Z | Compiling usdt v0.5.0 |
| 2343 | 2026-05-19T22:49:11.756Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-05-19T22:49:11.951Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-19T22:49:11.967Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2346 | 2026-05-19T22:49:12.087Z | Compiling serde-value v0.7.0 |
| 2347 | 2026-05-19T22:49:12.328Z | Compiling zone v0.3.1 |
| 2348 | 2026-05-19T22:49:12.338Z | Compiling serde-untagged v0.1.9 |
| 2349 | 2026-05-19T22:49:12.385Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2350 | 2026-05-19T22:49:12.589Z | Compiling toml v0.8.23 |
| 2351 | 2026-05-19T22:49:12.633Z | Compiling smf v0.2.3 |
| 2352 | 2026-05-19T22:49:12.664Z | Compiling filetime v0.2.27 |
| 2353 | 2026-05-19T22:49:12.681Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-05-19T22:49:12.695Z | Compiling arrayvec v0.7.6 |
| 2355 | 2026-05-19T22:49:12.713Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-05-19T22:49:12.790Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-19T22:49:12.871Z | Compiling xattr v1.6.1 |
| 2358 | 2026-05-19T22:49:12.887Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-19T22:49:12.887Z | Compiling arrayref v0.3.9 |
| 2360 | 2026-05-19T22:49:12.944Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2361 | 2026-05-19T22:49:12.978Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-19T22:49:13.001Z | Compiling tokio-dtrace v0.1.1 |
| 2363 | 2026-05-19T22:49:13.083Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-05-19T22:49:13.195Z | Compiling tar v0.4.45 |
| 2365 | 2026-05-19T22:49:13.258Z | Compiling console v0.16.2 |
| 2366 | 2026-05-19T22:49:13.338Z | Compiling gethostname v0.5.0 |
| 2367 | 2026-05-19T22:49:13.507Z | Compiling cargo-platform v0.2.0 |
| 2368 | 2026-05-19T22:49:13.661Z | Compiling unit-prefix v0.5.2 |
| 2369 | 2026-05-19T22:49:13.796Z | Compiling topological-sort v0.2.2 |
| 2370 | 2026-05-19T22:49:13.843Z | Compiling indicatif v0.18.4 |
| 2371 | 2026-05-19T22:49:13.892Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-19T22:49:13.923Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2373 | 2026-05-19T22:49:14.003Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-19T22:49:14.293Z | Compiling cargo_metadata v0.21.0 |
| 2375 | 2026-05-19T22:49:23.518Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-05-19T22:49:23.521Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-05-19T22:49:23.534Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-19T22:49:24.021Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-05-19T22:49:26.207Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-05-19T22:49:26.250Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-05-19T22:49:26.294Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-05-19T22:49:26.348Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-05-19T22:49:26.468Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-05-19T22:49:26.497Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2385 | 2026-05-19T22:49:26.578Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-19T22:49:26.605Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-05-19T22:49:26.627Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2388 | 2026-05-19T22:49:30.522Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-05-19T22:49:38.103Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-05-19T22:49:41.146Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-05-19T22:49:42.138Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-05-19T22:49:51.857Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2393 | 2026-05-19T22:49:52.011Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-05-19T22:49:52.076Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-05-19T22:49:52.082Z | Created new build target 'test' and set it as active |
| 2396 | 2026-05-19T22:49:52.082Z | |
| 2397 | 2026-05-19T22:49:52.082Z | real 1:43.389667695 |
| 2398 | 2026-05-19T22:49:52.083Z | user 16:55.800628354 |
| 2399 | 2026-05-19T22:49:52.083Z | sys 2:34.553792346 |
| 2400 | 2026-05-19T22:49:52.083Z | trap 0.446355116 |
| 2401 | 2026-05-19T22:49:52.083Z | tflt 2.693902516 |
| 2402 | 2026-05-19T22:49:52.083Z | dflt 3.869479964 |
| 2403 | 2026-05-19T22:49:52.083Z | kflt 0.000586780 |
| 2404 | 2026-05-19T22:49:52.083Z | lock 52:34.652552231 |
| 2405 | 2026-05-19T22:49:52.083Z | slp 43:05.390038904 |
| 2406 | 2026-05-19T22:49:52.083Z | lat 41.696420295 |
| 2407 | 2026-05-19T22:49:52.083Z | stop 5:24.400199319 |
| 2408 | 2026-05-19T22:49:52.083Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-05-19T22:49:52.963Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2410 | 2026-05-19T22:49:53.035Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-05-19T22:49:53.093Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-05-19T22:49:54.518Z | Compiling heck v0.5.0 |
| 2413 | 2026-05-19T22:49:54.518Z | Compiling regress v0.11.1 |
| 2414 | 2026-05-19T22:49:54.518Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-05-19T22:49:54.779Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-05-19T22:49:54.803Z | Compiling regress v0.10.5 |
| 2417 | 2026-05-19T22:49:54.831Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-19T22:49:54.831Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-05-19T22:49:54.875Z | Compiling prettyplease v0.2.37 |
| 2420 | 2026-05-19T22:49:54.875Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-05-19T22:49:54.878Z | Compiling rustls v0.22.4 |
| 2422 | 2026-05-19T22:49:54.878Z | Compiling rustls-webpki v0.102.8 |
| 2423 | 2026-05-19T22:49:54.878Z | Compiling derive-where v1.6.0 |
| 2424 | 2026-05-19T22:49:54.878Z | Compiling thread_local v1.1.9 |
| 2425 | 2026-05-19T22:49:54.893Z | Compiling match_cfg v0.1.0 |
| 2426 | 2026-05-19T22:49:54.915Z | Compiling compression-core v0.4.31 |
| 2427 | 2026-05-19T22:49:54.995Z | Compiling multer v3.1.0 |
| 2428 | 2026-05-19T22:49:55.016Z | Compiling slog-async v2.8.0 |
| 2429 | 2026-05-19T22:49:55.103Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2430 | 2026-05-19T22:49:55.123Z | Compiling hostname v0.3.1 |
| 2431 | 2026-05-19T22:49:55.126Z | Compiling compression-codecs v0.4.37 |
| 2432 | 2026-05-19T22:49:55.126Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2433 | 2026-05-19T22:49:55.126Z | Compiling crossbeam-channel v0.5.15 |
| 2434 | 2026-05-19T22:49:55.126Z | Compiling slog-json v2.6.1 |
| 2435 | 2026-05-19T22:49:55.231Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-05-19T22:49:55.234Z | Compiling serde_spanned v1.0.4 |
| 2437 | 2026-05-19T22:49:55.278Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-05-19T22:49:55.299Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2439 | 2026-05-19T22:49:55.341Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-05-19T22:49:55.385Z | Compiling term v1.2.1 |
| 2441 | 2026-05-19T22:49:55.430Z | Compiling slog-bunyan v2.5.0 |
| 2442 | 2026-05-19T22:49:55.430Z | Compiling async-compression v0.4.41 |
| 2443 | 2026-05-19T22:49:55.535Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2444 | 2026-05-19T22:49:55.621Z | Compiling async-stream v0.3.6 |
| 2445 | 2026-05-19T22:49:55.667Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2446 | 2026-05-19T22:49:55.688Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-05-19T22:49:55.782Z | Compiling dropshot v0.17.0 |
| 2448 | 2026-05-19T22:49:55.818Z | Compiling num-rational v0.4.2 |
| 2449 | 2026-05-19T22:49:55.839Z | Compiling progenitor-client v0.14.0 |
| 2450 | 2026-05-19T22:49:55.860Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2451 | 2026-05-19T22:49:55.902Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-05-19T22:49:55.902Z | Compiling waitgroup v0.1.2 |
| 2453 | 2026-05-19T22:49:55.987Z | Compiling backon v1.6.0 |
| 2454 | 2026-05-19T22:49:56.065Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-19T22:49:56.086Z | Compiling num-complex v0.4.6 |
| 2456 | 2026-05-19T22:49:56.126Z | Compiling serde_path_to_error v0.1.20 |
| 2457 | 2026-05-19T22:49:56.161Z | Compiling hostname v0.4.2 |
| 2458 | 2026-05-19T22:49:56.182Z | Compiling instant v0.1.13 |
| 2459 | 2026-05-19T22:49:56.204Z | Compiling debug-ignore v1.0.5 |
| 2460 | 2026-05-19T22:49:56.224Z | Compiling progenitor-extras v0.2.0 |
| 2461 | 2026-05-19T22:49:56.281Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-05-19T22:49:56.318Z | Compiling backoff v0.4.0 |
| 2463 | 2026-05-19T22:49:56.320Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2464 | 2026-05-19T22:49:56.360Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-05-19T22:49:56.492Z | Compiling num v0.4.3 |
| 2466 | 2026-05-19T22:49:56.542Z | Compiling parse-display v0.10.0 |
| 2467 | 2026-05-19T22:49:56.566Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-05-19T22:49:56.588Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-05-19T22:49:56.621Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-19T22:49:56.642Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-19T22:49:56.679Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-19T22:49:56.793Z | Compiling float-ord v0.3.2 |
| 2473 | 2026-05-19T22:49:56.881Z | Compiling console v0.15.11 |
| 2474 | 2026-05-19T22:49:56.946Z | Compiling atomicwrites v0.4.4 |
| 2475 | 2026-05-19T22:49:56.949Z | Compiling newline-converter v0.3.0 |
| 2476 | 2026-05-19T22:49:57.065Z | Compiling slog-dtrace v0.3.0 |
| 2477 | 2026-05-19T22:49:57.106Z | Compiling resolv-conf v0.7.6 |
| 2478 | 2026-05-19T22:49:57.156Z | Compiling cancel-safe-futures v0.1.5 |
| 2479 | 2026-05-19T22:49:57.177Z | Compiling owo-colors v4.3.0 |
| 2480 | 2026-05-19T22:49:57.256Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-19T22:49:57.372Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-05-19T22:49:57.438Z | Compiling toml v0.8.23 |
| 2483 | 2026-05-19T22:49:57.483Z | Compiling libsw-core v0.3.2 |
| 2484 | 2026-05-19T22:49:57.653Z | Compiling libsw v3.5.0 |
| 2485 | 2026-05-19T22:49:57.698Z | Compiling linked-hash-map v0.5.6 |
| 2486 | 2026-05-19T22:49:57.725Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-19T22:49:57.898Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2488 | 2026-05-19T22:49:57.921Z | Compiling minimal-lexical v0.2.1 |
| 2489 | 2026-05-19T22:49:57.944Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-19T22:49:57.972Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2491 | 2026-05-19T22:49:58.039Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-05-19T22:49:58.116Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-05-19T22:49:58.136Z | Compiling nom v7.1.3 |
| 2494 | 2026-05-19T22:49:58.160Z | Compiling unicode-xid v0.2.6 |
| 2495 | 2026-05-19T22:49:58.197Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2496 | 2026-05-19T22:49:58.297Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2497 | 2026-05-19T22:49:58.341Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-19T22:49:58.508Z | Compiling convert_case v0.10.0 |
| 2499 | 2026-05-19T22:49:58.804Z | Compiling derive_more-impl v2.1.1 |
| 2500 | 2026-05-19T22:49:59.215Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2501 | 2026-05-19T22:49:59.505Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-05-19T22:49:59.592Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2503 | 2026-05-19T22:49:59.612Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-05-19T22:49:59.674Z | Compiling papergrid v0.11.0 |
| 2505 | 2026-05-19T22:49:59.721Z | Compiling tabled_derive v0.7.0 |
| 2506 | 2026-05-19T22:49:59.761Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-19T22:49:59.849Z | Compiling termtree v0.5.1 |
| 2508 | 2026-05-19T22:50:00.049Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2509 | 2026-05-19T22:50:00.290Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-05-19T22:50:00.620Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-05-19T22:50:00.834Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-19T22:50:00.857Z | Compiling tabled v0.15.0 |
| 2513 | 2026-05-19T22:50:00.881Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2514 | 2026-05-19T22:50:01.283Z | Compiling typify v0.6.2 |
| 2515 | 2026-05-19T22:50:01.452Z | Compiling progenitor-impl v0.14.0 |
| 2516 | 2026-05-19T22:50:02.084Z | Compiling progenitor-impl v0.13.0 |
| 2517 | 2026-05-19T22:50:03.571Z | Compiling progenitor-macro v0.14.0 |
| 2518 | 2026-05-19T22:50:03.909Z | Compiling qorb v0.4.1 |
| 2519 | 2026-05-19T22:50:04.288Z | Compiling progenitor-macro v0.13.0 |
| 2520 | 2026-05-19T22:50:05.343Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2521 | 2026-05-19T22:50:05.760Z | Compiling crossterm v0.29.0 |
| 2522 | 2026-05-19T22:50:06.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2523 | 2026-05-19T22:50:06.435Z | Compiling phf_shared v0.12.1 |
| 2524 | 2026-05-19T22:50:06.711Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2525 | 2026-05-19T22:50:07.104Z | Compiling vte v0.14.1 |
| 2526 | 2026-05-19T22:50:07.250Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-05-19T22:50:07.325Z | Compiling highway v1.3.0 |
| 2528 | 2026-05-19T22:50:07.528Z | Compiling chrono-tz v0.10.4 |
| 2529 | 2026-05-19T22:50:07.612Z | Compiling progenitor v0.14.0 |
| 2530 | 2026-05-19T22:50:07.690Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2531 | 2026-05-19T22:50:07.782Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2532 | 2026-05-19T22:50:07.806Z | Compiling csv v1.4.0 |
| 2533 | 2026-05-19T22:50:08.055Z | Compiling strip-ansi-escapes v0.2.1 |
| 2534 | 2026-05-19T22:50:08.232Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2535 | 2026-05-19T22:50:08.334Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-19T22:50:08.535Z | Compiling phf v0.12.1 |
| 2537 | 2026-05-19T22:50:08.639Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2538 | 2026-05-19T22:50:08.663Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-05-19T22:50:08.686Z | Compiling const_format_proc_macros v0.2.34 |
| 2540 | 2026-05-19T22:50:08.740Z | Compiling fd-lock v4.0.4 |
| 2541 | 2026-05-19T22:50:08.809Z | Compiling peg-macros v0.8.5 |
| 2542 | 2026-05-19T22:50:09.059Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-05-19T22:50:09.482Z | Compiling const_format v0.2.35 |
| 2544 | 2026-05-19T22:50:09.622Z | Compiling reedline v0.40.0 |
| 2545 | 2026-05-19T22:50:09.979Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-05-19T22:50:10.074Z | Compiling peg v0.8.5 |
| 2547 | 2026-05-19T22:50:10.176Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-05-19T22:50:10.923Z | Compiling bcs v0.1.6 |
| 2549 | 2026-05-19T22:50:11.189Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2550 | 2026-05-19T22:50:11.349Z | Compiling semver v0.1.20 |
| 2551 | 2026-05-19T22:50:11.486Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2552 | 2026-05-19T22:50:11.643Z | Compiling rustc_version v0.1.7 |
| 2553 | 2026-05-19T22:50:11.750Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2554 | 2026-05-19T22:50:11.869Z | Compiling newtype_derive v0.1.6 |
| 2555 | 2026-05-19T22:50:12.092Z | Compiling humantime v2.3.0 |
| 2556 | 2026-05-19T22:50:12.563Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-05-19T22:50:12.621Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-19T22:50:12.734Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2559 | 2026-05-19T22:50:12.815Z | Compiling textwrap v0.16.2 |
| 2560 | 2026-05-19T22:50:12.927Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-05-19T22:50:12.986Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2562 | 2026-05-19T22:50:13.311Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-19T22:50:13.757Z | Compiling steno v0.4.1 |
| 2564 | 2026-05-19T22:50:13.864Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2565 | 2026-05-19T22:50:14.170Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-05-19T22:50:14.314Z | Compiling utf-8 v0.7.6 |
| 2567 | 2026-05-19T22:50:14.403Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-19T22:50:14.426Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-05-19T22:50:14.432Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-05-19T22:50:14.522Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-05-19T22:50:14.561Z | Compiling radium v0.7.0 |
| 2572 | 2026-05-19T22:50:14.619Z | Compiling tap v1.0.1 |
| 2573 | 2026-05-19T22:50:14.679Z | Compiling maybe-uninit v2.0.0 |
| 2574 | 2026-05-19T22:50:14.774Z | Compiling wyz v0.5.1 |
| 2575 | 2026-05-19T22:50:15.017Z | Compiling zerocopy-derive v0.6.6 |
| 2576 | 2026-05-19T22:50:15.057Z | Compiling display-error-chain v0.2.2 |
| 2577 | 2026-05-19T22:50:15.150Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-19T22:50:15.234Z | Compiling funty v2.0.0 |
| 2579 | 2026-05-19T22:50:15.527Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-05-19T22:50:15.634Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2581 | 2026-05-19T22:50:15.790Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-05-19T22:50:15.819Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-05-19T22:50:15.949Z | Compiling crc v3.4.0 |
| 2584 | 2026-05-19T22:50:16.100Z | Compiling zerocopy v0.6.6 |
| 2585 | 2026-05-19T22:50:16.177Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-05-19T22:50:16.482Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2587 | 2026-05-19T22:50:16.504Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-05-19T22:50:16.550Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-05-19T22:50:16.628Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-05-19T22:50:17.377Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2591 | 2026-05-19T22:50:17.504Z | Compiling bitfield-macros v0.19.4 |
| 2592 | 2026-05-19T22:50:17.627Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2593 | 2026-05-19T22:50:17.978Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-05-19T22:50:18.028Z | Compiling indexmap v1.9.3 |
| 2595 | 2026-05-19T22:50:18.251Z | Compiling nodrop v0.1.14 |
| 2596 | 2026-05-19T22:50:18.303Z | Compiling bitfield v0.19.4 |
| 2597 | 2026-05-19T22:50:18.378Z | Compiling array-init v0.0.4 |
| 2598 | 2026-05-19T22:50:18.651Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-05-19T22:50:18.902Z | Compiling libscf-sys v1.1.0 |
| 2600 | 2026-05-19T22:50:18.988Z | Compiling smallvec v0.6.14 |
| 2601 | 2026-05-19T22:50:19.081Z | Compiling typify-impl v0.4.3 |
| 2602 | 2026-05-19T22:50:19.268Z | Compiling hashbrown v0.12.3 |
| 2603 | 2026-05-19T22:50:19.290Z | Compiling serde-hex v0.1.0 |
| 2604 | 2026-05-19T22:50:19.629Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2605 | 2026-05-19T22:50:19.875Z | Compiling tabled_derive v0.11.0 |
| 2606 | 2026-05-19T22:50:20.315Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-05-19T22:50:20.317Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2608 | 2026-05-19T22:50:20.584Z | Compiling ron v0.8.1 |
| 2609 | 2026-05-19T22:50:20.606Z | Compiling papergrid v0.17.0 |
| 2610 | 2026-05-19T22:50:20.922Z | Compiling testing_table v0.3.0 |
| 2611 | 2026-05-19T22:50:21.371Z | Compiling hashbrown v0.13.2 |
| 2612 | 2026-05-19T22:50:21.396Z | Compiling vergen-gitcl v1.0.8 |
| 2613 | 2026-05-19T22:50:21.419Z | Compiling dirs-sys-next v0.1.2 |
| 2614 | 2026-05-19T22:50:21.616Z | Compiling maplit v1.0.2 |
| 2615 | 2026-05-19T22:50:21.686Z | Compiling diesel_derives v2.3.7 |
| 2616 | 2026-05-19T22:50:21.736Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-05-19T22:50:21.904Z | Compiling glob v0.3.3 |
| 2618 | 2026-05-19T22:50:21.937Z | Compiling crc-any v2.5.0 |
| 2619 | 2026-05-19T22:50:21.977Z | Compiling object v0.30.4 |
| 2620 | 2026-05-19T22:50:22.092Z | Compiling tabled v0.20.0 |
| 2621 | 2026-05-19T22:50:22.297Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-05-19T22:50:22.387Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-05-19T22:50:22.416Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-05-19T22:50:22.502Z | Compiling typify-macro v0.4.3 |
| 2625 | 2026-05-19T22:50:22.538Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-19T22:50:22.681Z | Compiling dsl_auto_type v0.2.0 |
| 2627 | 2026-05-19T22:50:22.780Z | Compiling scheduled-thread-pool v0.2.7 |
| 2628 | 2026-05-19T22:50:22.953Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2629 | 2026-05-19T22:50:23.108Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-19T22:50:23.177Z | Compiling xshell-macros v0.2.7 |
| 2631 | 2026-05-19T22:50:23.229Z | Compiling path-slash v0.1.5 |
| 2632 | 2026-05-19T22:50:23.342Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-05-19T22:50:23.432Z | Compiling r2d2 v0.8.10 |
| 2634 | 2026-05-19T22:50:23.453Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2635 | 2026-05-19T22:50:23.586Z | Compiling xshell v0.2.7 |
| 2636 | 2026-05-19T22:50:23.650Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2637 | 2026-05-19T22:50:23.731Z | Compiling term v0.7.0 |
| 2638 | 2026-05-19T22:50:24.142Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2639 | 2026-05-19T22:50:24.286Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-05-19T22:50:24.466Z | Compiling downcast-rs v2.0.2 |
| 2641 | 2026-05-19T22:50:24.488Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-05-19T22:50:24.602Z | Compiling ascii-canvas v3.0.0 |
| 2643 | 2026-05-19T22:50:24.623Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-19T22:50:24.764Z | Compiling ena v0.14.4 |
| 2645 | 2026-05-19T22:50:24.850Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2646 | 2026-05-19T22:50:24.908Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2647 | 2026-05-19T22:50:25.001Z | Compiling libloading v0.8.9 |
| 2648 | 2026-05-19T22:50:25.224Z | Compiling diff v0.1.13 |
| 2649 | 2026-05-19T22:50:25.522Z | Compiling bindgen v0.71.1 |
| 2650 | 2026-05-19T22:50:25.710Z | Compiling regex-syntax v0.6.29 |
| 2651 | 2026-05-19T22:50:25.833Z | Compiling crc8 v0.1.1 |
| 2652 | 2026-05-19T22:50:25.969Z | Compiling unicase v2.9.0 |
| 2653 | 2026-05-19T22:50:26.289Z | Compiling typify v0.4.3 |
| 2654 | 2026-05-19T22:50:26.311Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2655 | 2026-05-19T22:50:26.467Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-19T22:50:26.754Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-19T22:50:27.074Z | Compiling lalrpop v0.19.12 |
| 2658 | 2026-05-19T22:50:27.199Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2659 | 2026-05-19T22:50:27.376Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2660 | 2026-05-19T22:50:27.421Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-05-19T22:50:27.580Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2662 | 2026-05-19T22:50:27.629Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-05-19T22:50:27.738Z | Compiling headers-core v0.3.0 |
| 2664 | 2026-05-19T22:50:27.903Z | Compiling git-stub v1.0.0 |
| 2665 | 2026-05-19T22:50:28.035Z | Compiling libxml v0.3.3 |
| 2666 | 2026-05-19T22:50:28.074Z | Compiling diesel v2.3.7 |
| 2667 | 2026-05-19T22:50:28.168Z | Compiling git-stub-vcs v0.1.0 |
| 2668 | 2026-05-19T22:50:28.294Z | Compiling headers v0.4.1 |
| 2669 | 2026-05-19T22:50:28.373Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2670 | 2026-05-19T22:50:28.567Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2671 | 2026-05-19T22:50:28.801Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-05-19T22:50:29.115Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2673 | 2026-05-19T22:50:29.275Z | Compiling strum_macros v0.24.3 |
| 2674 | 2026-05-19T22:50:29.626Z | Compiling indoc v1.0.9 |
| 2675 | 2026-05-19T22:50:30.063Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-19T22:50:30.066Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2677 | 2026-05-19T22:50:30.310Z | Compiling derive_builder v0.20.2 |
| 2678 | 2026-05-19T22:50:30.479Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-05-19T22:50:30.521Z | Compiling quick-xml v0.37.5 |
| 2680 | 2026-05-19T22:50:30.736Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2681 | 2026-05-19T22:50:30.908Z | Compiling openssl-probe v0.1.6 |
| 2682 | 2026-05-19T22:50:30.972Z | Compiling half v1.8.3 |
| 2683 | 2026-05-19T22:50:31.200Z | Compiling serde_cbor v0.11.2 |
| 2684 | 2026-05-19T22:50:31.455Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2685 | 2026-05-19T22:50:31.872Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2686 | 2026-05-19T22:50:31.992Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-05-19T22:50:32.020Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-05-19T22:50:32.205Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-19T22:50:32.229Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2690 | 2026-05-19T22:50:32.282Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2691 | 2026-05-19T22:50:32.306Z | Compiling samael v0.0.19 |
| 2692 | 2026-05-19T22:50:32.395Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2693 | 2026-05-19T22:50:32.488Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-05-19T22:50:32.611Z | Compiling fxhash v0.2.1 |
| 2695 | 2026-05-19T22:50:32.708Z | Compiling salty v0.3.0 |
| 2696 | 2026-05-19T22:50:32.742Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-05-19T22:50:33.016Z | Compiling progenitor-impl v0.10.0 |
| 2698 | 2026-05-19T22:50:33.123Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-19T22:50:33.220Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2700 | 2026-05-19T22:50:33.599Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2701 | 2026-05-19T22:50:33.726Z | Compiling kstat-rs v0.2.4 |
| 2702 | 2026-05-19T22:50:33.809Z | Compiling libz-sys v1.1.24 |
| 2703 | 2026-05-19T22:50:34.097Z | Compiling nonempty v0.12.0 |
| 2704 | 2026-05-19T22:50:34.224Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2705 | 2026-05-19T22:50:34.294Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2706 | 2026-05-19T22:50:34.526Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-19T22:50:35.166Z | Compiling progenitor-macro v0.10.0 |
| 2708 | 2026-05-19T22:50:35.333Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-05-19T22:50:36.755Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2710 | 2026-05-19T22:50:37.205Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2711 | 2026-05-19T22:50:37.831Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2712 | 2026-05-19T22:50:38.511Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-19T22:50:38.676Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-05-19T22:50:39.096Z | Compiling progenitor-client v0.11.2 |
| 2715 | 2026-05-19T22:50:39.141Z | Compiling darling_core v0.23.0 |
| 2716 | 2026-05-19T22:50:39.144Z | Compiling nanorand v0.7.0 |
| 2717 | 2026-05-19T22:50:39.374Z | Compiling arc-swap v1.8.2 |
| 2718 | 2026-05-19T22:50:39.536Z | Compiling fs-err v2.11.0 |
| 2719 | 2026-05-19T22:50:39.751Z | Compiling parking_lot_core v0.8.6 |
| 2720 | 2026-05-19T22:50:39.864Z | Compiling mime_guess v2.0.5 |
| 2721 | 2026-05-19T22:50:39.931Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2722 | 2026-05-19T22:50:40.028Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2723 | 2026-05-19T22:50:40.377Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2724 | 2026-05-19T22:50:41.281Z | Compiling darling_macro v0.23.0 |
| 2725 | 2026-05-19T22:50:41.808Z | Compiling slog-scope v4.4.1 |
| 2726 | 2026-05-19T22:50:42.264Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2727 | 2026-05-19T22:50:43.406Z | Compiling oso v0.27.3 |
| 2728 | 2026-05-19T22:50:43.728Z | Compiling flume v0.11.1 |
| 2729 | 2026-05-19T22:50:44.213Z | Compiling progenitor v0.11.2 |
| 2730 | 2026-05-19T22:50:44.288Z | Compiling progenitor v0.10.0 |
| 2731 | 2026-05-19T22:50:44.395Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-05-19T22:50:44.498Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2733 | 2026-05-19T22:50:46.774Z | Compiling async-bb8-diesel v0.2.1 |
| 2734 | 2026-05-19T22:50:47.252Z | Compiling diesel-dtrace v0.5.0 |
| 2735 | 2026-05-19T22:50:47.625Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-19T22:50:48.242Z | Compiling primeorder v0.13.6 |
| 2737 | 2026-05-19T22:50:48.443Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2738 | 2026-05-19T22:50:48.584Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-05-19T22:50:48.818Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-19T22:50:49.109Z | Compiling p384 v0.13.1 |
| 2741 | 2026-05-19T22:50:49.831Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2742 | 2026-05-19T22:50:49.914Z | Compiling slog-stdlog v4.1.1 |
| 2743 | 2026-05-19T22:50:50.382Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-19T22:50:50.627Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2745 | 2026-05-19T22:50:50.743Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2746 | 2026-05-19T22:50:50.901Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2747 | 2026-05-19T22:50:50.942Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-19T22:50:51.090Z | Compiling ignore v0.4.25 |
| 2749 | 2026-05-19T22:50:51.264Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-05-19T22:50:51.566Z | Compiling castaway v0.2.4 |
| 2751 | 2026-05-19T22:50:51.729Z | Compiling atty v0.2.14 |
| 2752 | 2026-05-19T22:50:51.881Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-19T22:50:52.087Z | Compiling parse-size v1.1.0 |
| 2754 | 2026-05-19T22:50:52.117Z | Compiling http-range v0.1.5 |
| 2755 | 2026-05-19T22:50:52.310Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-19T22:50:52.445Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2757 | 2026-05-19T22:50:52.647Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-19T22:50:53.416Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-05-19T22:50:53.467Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-05-19T22:50:54.104Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-05-19T22:50:54.620Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-05-19T22:50:55.419Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-05-19T22:50:56.068Z | Compiling slog-envlogger v2.2.0 |
| 2764 | 2026-05-19T22:50:56.333Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-19T22:50:56.929Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2766 | 2026-05-19T22:50:56.957Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-05-19T22:50:57.224Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2768 | 2026-05-19T22:50:57.500Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-05-19T22:50:57.521Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-05-19T22:50:57.710Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-05-19T22:50:57.736Z | Compiling lru v0.12.5 |
| 2772 | 2026-05-19T22:50:57.868Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-19T22:50:57.915Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-05-19T22:50:57.938Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-05-19T22:50:57.960Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-05-19T22:50:57.984Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2777 | 2026-05-19T22:50:58.164Z | Compiling vergen-git2 v1.0.7 |
| 2778 | 2026-05-19T22:50:58.234Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-05-19T22:50:58.396Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-05-19T22:50:58.405Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2781 | 2026-05-19T22:50:58.444Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2782 | 2026-05-19T22:50:58.496Z | Compiling hickory-server v0.25.2 |
| 2783 | 2026-05-19T22:50:58.645Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-05-19T22:50:58.699Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-05-19T22:50:58.797Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-05-19T22:50:58.955Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-05-19T22:50:59.004Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-19T22:50:59.377Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-05-19T22:50:59.602Z | Compiling sled v0.34.7 |
| 2790 | 2026-05-19T22:50:59.848Z | Compiling hyper-staticfile v0.10.1 |
| 2791 | 2026-05-19T22:51:00.714Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2792 | 2026-05-19T22:51:01.055Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2793 | 2026-05-19T22:51:01.365Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2794 | 2026-05-19T22:51:02.412Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-05-19T22:51:02.520Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-05-19T22:51:02.631Z | Compiling rustls v0.21.12 |
| 2797 | 2026-05-19T22:51:02.709Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-19T22:51:03.563Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-05-19T22:51:03.680Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-05-19T22:51:04.048Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-05-19T22:51:04.357Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2802 | 2026-05-19T22:51:04.544Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-05-19T22:51:05.349Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2804 | 2026-05-19T22:51:05.919Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-05-19T22:51:06.488Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-05-19T22:51:07.594Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2807 | 2026-05-19T22:51:07.713Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-19T22:51:07.814Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-05-19T22:51:07.942Z | Compiling sct v0.7.1 |
| 2810 | 2026-05-19T22:51:08.045Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-05-19T22:51:08.215Z | Compiling nix v0.29.0 |
| 2812 | 2026-05-19T22:51:08.242Z | Compiling dropshot v0.16.7 |
| 2813 | 2026-05-19T22:51:08.498Z | Compiling void v1.0.2 |
| 2814 | 2026-05-19T22:51:08.649Z | Compiling lzss v0.8.2 |
| 2815 | 2026-05-19T22:51:08.849Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2816 | 2026-05-19T22:51:08.939Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2817 | 2026-05-19T22:51:09.762Z | Compiling illumos-nvpair v0.3.0 |
| 2818 | 2026-05-19T22:51:10.064Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2819 | 2026-05-19T22:51:10.258Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2820 | 2026-05-19T22:51:10.413Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2821 | 2026-05-19T22:51:10.657Z | Compiling tungstenite v0.23.0 |
| 2822 | 2026-05-19T22:51:10.991Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2823 | 2026-05-19T22:51:11.802Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2824 | 2026-05-19T22:51:11.832Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2825 | 2026-05-19T22:51:12.023Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-05-19T22:51:12.054Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2827 | 2026-05-19T22:51:12.252Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2828 | 2026-05-19T22:51:12.281Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2829 | 2026-05-19T22:51:12.473Z | Compiling nix v0.27.1 |
| 2830 | 2026-05-19T22:51:12.997Z | Compiling dropshot_endpoint v0.16.7 |
| 2831 | 2026-05-19T22:51:13.090Z | Compiling serde_bytes v0.11.19 |
| 2832 | 2026-05-19T22:51:13.388Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2833 | 2026-05-19T22:51:13.418Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-19T22:51:13.807Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-05-19T22:51:14.182Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2836 | 2026-05-19T22:51:14.605Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-19T22:51:16.517Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2838 | 2026-05-19T22:51:18.144Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2839 | 2026-05-19T22:51:18.999Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2840 | 2026-05-19T22:51:19.224Z | Compiling tokio-rustls v0.24.1 |
| 2841 | 2026-05-19T22:51:19.504Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-05-19T22:51:19.746Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-05-19T22:51:19.991Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-05-19T22:51:20.024Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2845 | 2026-05-19T22:51:20.158Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2846 | 2026-05-19T22:51:20.398Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2847 | 2026-05-19T22:51:20.921Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2848 | 2026-05-19T22:51:21.163Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2849 | 2026-05-19T22:51:22.002Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2850 | 2026-05-19T22:51:22.351Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-05-19T22:51:22.494Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-05-19T22:51:22.713Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-05-19T22:51:22.911Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-05-19T22:51:23.284Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-05-19T22:51:23.786Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-05-19T22:51:24.382Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2857 | 2026-05-19T22:51:25.876Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2858 | 2026-05-19T22:51:25.994Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2859 | 2026-05-19T22:51:26.245Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-05-19T22:51:26.591Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-05-19T22:51:26.741Z | Compiling twox-hash v2.1.2 |
| 2862 | 2026-05-19T22:51:26.789Z | Compiling yasna v0.5.2 |
| 2863 | 2026-05-19T22:51:26.971Z | Compiling is_ci v1.2.0 |
| 2864 | 2026-05-19T22:51:26.997Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-05-19T22:51:27.264Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-19T22:51:27.359Z | Compiling rcgen v0.12.1 |
| 2867 | 2026-05-19T22:51:27.842Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2868 | 2026-05-19T22:51:28.249Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2869 | 2026-05-19T22:51:28.413Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2870 | 2026-05-19T22:51:29.247Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2871 | 2026-05-19T22:51:29.281Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2026-05-19T22:51:31.552Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2873 | 2026-05-19T22:51:31.832Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2026-05-19T22:51:31.992Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2875 | 2026-05-19T22:51:32.675Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2876 | 2026-05-19T22:51:32.904Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-05-19T22:51:33.137Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-05-19T22:51:33.349Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-05-19T22:51:33.371Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-05-19T22:51:33.686Z | Compiling subprocess v0.2.15 |
| 2881 | 2026-05-19T22:51:34.552Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-05-19T22:51:34.633Z | Compiling seq-macro v0.3.6 |
| 2883 | 2026-05-19T22:51:34.843Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-05-19T22:51:34.973Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-05-19T22:51:35.125Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-05-19T22:51:35.334Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-05-19T22:51:35.771Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2888 | 2026-05-19T22:51:35.921Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-05-19T22:51:36.058Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-05-19T22:51:37.038Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-05-19T22:51:37.334Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-05-19T22:51:38.507Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-05-19T22:51:39.037Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-05-19T22:51:39.156Z | Compiling uzers v0.12.2 |
| 2895 | 2026-05-19T22:51:39.206Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-05-19T22:51:40.270Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-05-19T22:51:41.453Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-05-19T22:51:41.636Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-05-19T22:51:43.721Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-05-19T22:51:44.776Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-19T22:51:45.632Z | Compiling multimap v0.10.1 |
| 2902 | 2026-05-19T22:51:54.016Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2903 | 2026-05-19T22:51:54.430Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2904 | 2026-05-19T22:51:55.790Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-05-19T22:52:05.562Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2906 | 2026-05-19T23:00:23.706Z | Finished `release` profile [optimized] target(s) in 10m 30s |
| 2907 | 2026-05-19T23:01:07.633Z | |
| 2908 | 2026-05-19T23:01:07.633Z | real 11:15.532109079 |
| 2909 | 2026-05-19T23:01:07.635Z | user 1:20:37.317742551 |
| 2910 | 2026-05-19T23:01:07.635Z | sys 3:27.986022403 |
| 2911 | 2026-05-19T23:01:07.635Z | trap 1.740928006 |
| 2912 | 2026-05-19T23:01:07.635Z | tflt 3.851471770 |
| 2913 | 2026-05-19T23:01:07.635Z | dflt 17.396405835 |
| 2914 | 2026-05-19T23:01:07.635Z | kflt 0.039034590 |
| 2915 | 2026-05-19T23:01:07.635Z | lock 8:17:42.982739431 |
| 2916 | 2026-05-19T23:01:07.635Z | slp 2:23:24.693443529 |
| 2917 | 2026-05-19T23:01:07.636Z | lat 2:32.982349054 |
| 2918 | 2026-05-19T23:01:07.636Z | stop 5:31.982432418 |
| 2919 | 2026-05-19T23:01:07.636Z | + mapfile -t packages |
| 2920 | 2026-05-19T23:01:07.636Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2921 | 2026-05-19T23:01:08.594Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2922 | 2026-05-19T23:01:08.683Z | Running `target/release/omicron-package -t test list-outputs` |
| 2923 | 2026-05-19T23:01:08.740Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2924 | 2026-05-19T23:01:08.744Z | + ptime -m cargo build --locked --release -p xtask |
| 2925 | 2026-05-19T23:01:09.281Z | Compiling libc v0.2.185 |
| 2926 | 2026-05-19T23:01:09.281Z | Compiling serde v1.0.228 |
| 2927 | 2026-05-19T23:01:09.284Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-05-19T23:01:09.284Z | Compiling rustix v1.1.3 |
| 2929 | 2026-05-19T23:01:09.382Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-05-19T23:01:09.385Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-05-19T23:01:09.425Z | Compiling num-traits v0.2.19 |
| 2932 | 2026-05-19T23:01:09.435Z | Compiling syn v2.0.117 |
| 2933 | 2026-05-19T23:01:09.438Z | Compiling smallvec v1.15.1 |
| 2934 | 2026-05-19T23:01:09.455Z | Compiling indexmap v2.14.0 |
| 2935 | 2026-05-19T23:01:09.475Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-05-19T23:01:09.487Z | Compiling syn v1.0.109 |
| 2937 | 2026-05-19T23:01:09.503Z | Compiling percent-encoding v2.3.2 |
| 2938 | 2026-05-19T23:01:09.503Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-05-19T23:01:09.611Z | Compiling log v0.4.29 |
| 2940 | 2026-05-19T23:01:09.730Z | Compiling form_urlencoded v1.2.2 |
| 2941 | 2026-05-19T23:01:09.851Z | Compiling fs-err v3.3.0 |
| 2942 | 2026-05-19T23:01:09.854Z | Compiling anyhow v1.0.102 |
| 2943 | 2026-05-19T23:01:09.862Z | Compiling heck v0.4.1 |
| 2944 | 2026-05-19T23:01:09.914Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-05-19T23:01:10.144Z | Compiling errno v0.3.14 |
| 2946 | 2026-05-19T23:01:10.147Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-05-19T23:01:10.147Z | Compiling memmap v0.7.0 |
| 2948 | 2026-05-19T23:01:10.438Z | Compiling ordered-float v2.10.1 |
| 2949 | 2026-05-19T23:01:10.973Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-05-19T23:01:11.166Z | Compiling terminal_size v0.4.3 |
| 2951 | 2026-05-19T23:01:11.166Z | Compiling tempfile v3.25.0 |
| 2952 | 2026-05-19T23:01:11.217Z | Compiling tabled_derive v0.7.0 |
| 2953 | 2026-05-19T23:01:11.262Z | Compiling clap_builder v4.5.60 |
| 2954 | 2026-05-19T23:01:11.262Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-05-19T23:01:11.404Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-05-19T23:01:11.874Z | Compiling tabled v0.15.0 |
| 2957 | 2026-05-19T23:01:11.948Z | Compiling synstructure v0.13.2 |
| 2958 | 2026-05-19T23:01:11.948Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-05-19T23:01:12.348Z | Compiling serde_derive v1.0.228 |
| 2960 | 2026-05-19T23:01:12.349Z | Compiling zerofrom-derive v0.1.6 |
| 2961 | 2026-05-19T23:01:12.351Z | Compiling yoke-derive v0.8.1 |
| 2962 | 2026-05-19T23:01:12.352Z | Compiling zerovec-derive v0.11.2 |
| 2963 | 2026-05-19T23:01:12.352Z | Compiling displaydoc v0.2.5 |
| 2964 | 2026-05-19T23:01:12.352Z | Compiling thiserror-impl v1.0.69 |
| 2965 | 2026-05-19T23:01:12.352Z | Compiling zerocopy-derive v0.7.35 |
| 2966 | 2026-05-19T23:01:12.352Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-05-19T23:01:12.478Z | Compiling pest_derive v2.8.6 |
| 2968 | 2026-05-19T23:01:12.912Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-05-19T23:01:13.027Z | Compiling scroll v0.12.0 |
| 2970 | 2026-05-19T23:01:13.088Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-19T23:01:13.171Z | Compiling zerocopy v0.7.35 |
| 2972 | 2026-05-19T23:01:13.338Z | Compiling goblin v0.8.2 |
| 2973 | 2026-05-19T23:01:13.528Z | Compiling thiserror v1.0.69 |
| 2974 | 2026-05-19T23:01:13.560Z | Compiling zerofrom v0.1.6 |
| 2975 | 2026-05-19T23:01:13.649Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-05-19T23:01:13.704Z | Compiling yoke v0.8.1 |
| 2977 | 2026-05-19T23:01:13.889Z | Compiling zerovec v0.11.5 |
| 2978 | 2026-05-19T23:01:13.913Z | Compiling zerotrie v0.2.3 |
| 2979 | 2026-05-19T23:01:14.108Z | Compiling thiserror v2.0.18 |
| 2980 | 2026-05-19T23:01:14.493Z | Compiling tinystr v0.8.2 |
| 2981 | 2026-05-19T23:01:14.699Z | Compiling icu_locale_core v2.1.1 |
| 2982 | 2026-05-19T23:01:14.733Z | Compiling potential_utf v0.1.4 |
| 2983 | 2026-05-19T23:01:14.947Z | Compiling icu_collections v2.1.1 |
| 2984 | 2026-05-19T23:01:15.565Z | Compiling icu_provider v2.1.1 |
| 2985 | 2026-05-19T23:01:15.664Z | Compiling toml_datetime v0.6.11 |
| 2986 | 2026-05-19T23:01:15.700Z | Compiling serde_spanned v0.6.9 |
| 2987 | 2026-05-19T23:01:15.747Z | Compiling serde-value v0.7.0 |
| 2988 | 2026-05-19T23:01:15.845Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-05-19T23:01:15.885Z | Compiling icu_properties v2.1.2 |
| 2990 | 2026-05-19T23:01:15.897Z | Compiling toml_edit v0.22.27 |
| 2991 | 2026-05-19T23:01:16.001Z | Compiling dof v0.3.0 |
| 2992 | 2026-05-19T23:01:16.014Z | Compiling cargo-platform v0.2.0 |
| 2993 | 2026-05-19T23:01:16.055Z | Compiling macaddr v1.0.1 |
| 2994 | 2026-05-19T23:01:16.069Z | Compiling clap v4.5.60 |
| 2995 | 2026-05-19T23:01:16.167Z | Compiling serde_tokenstream v0.2.3 |
| 2996 | 2026-05-19T23:01:16.799Z | Compiling idna_adapter v1.2.1 |
| 2997 | 2026-05-19T23:01:16.913Z | Compiling idna v1.1.0 |
| 2998 | 2026-05-19T23:01:16.967Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-05-19T23:01:16.986Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-05-19T23:01:17.249Z | Compiling url v2.5.8 |
| 3001 | 2026-05-19T23:01:17.497Z | Compiling toml v0.8.23 |
| 3002 | 2026-05-19T23:01:17.661Z | Compiling usdt v0.5.0 |
| 3003 | 2026-05-19T23:01:17.967Z | Compiling cargo-util-schemas v0.8.2 |
| 3004 | 2026-05-19T23:01:18.014Z | Compiling cargo_toml v0.21.0 |
| 3005 | 2026-05-19T23:01:19.006Z | Compiling cargo_metadata v0.21.0 |
| 3006 | 2026-05-19T23:01:22.074Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3007 | 2026-05-19T23:01:25.085Z | Finished `release` profile [optimized] target(s) in 16.33s |
| 3008 | 2026-05-19T23:01:25.245Z | |
| 3009 | 2026-05-19T23:01:25.245Z | real 16.466087969 |
| 3010 | 2026-05-19T23:01:25.245Z | user 2:21.671169201 |
| 3011 | 2026-05-19T23:01:25.245Z | sys 16.347681686 |
| 3012 | 2026-05-19T23:01:25.245Z | trap 0.098390006 |
| 3013 | 2026-05-19T23:01:25.245Z | tflt 0.435573276 |
| 3014 | 2026-05-19T23:01:25.248Z | dflt 1.383977402 |
| 3015 | 2026-05-19T23:01:25.248Z | kflt 0.000043000 |
| 3016 | 2026-05-19T23:01:25.248Z | lock 5:16.746609246 |
| 3017 | 2026-05-19T23:01:25.248Z | slp 3:28.561203602 |
| 3018 | 2026-05-19T23:01:25.248Z | lat 5.884259227 |
| 3019 | 2026-05-19T23:01:25.248Z | stop 18.699071032 |
| 3020 | 2026-05-19T23:01:25.248Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-05-19T23:01:25.248Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-19T23:01:25.248Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-05-19T23:01:25.248Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-19T23:01:25.248Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3025 | 2026-05-19T23:01:26.206Z | Compiling newtype-uuid-macros v0.1.0 |
| 3026 | 2026-05-19T23:01:26.206Z | Compiling regress v0.10.5 |
| 3027 | 2026-05-19T23:01:26.206Z | Compiling structmeta-derive v0.3.0 |
| 3028 | 2026-05-19T23:01:26.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-05-19T23:01:26.209Z | Compiling rustls v0.22.4 |
| 3030 | 2026-05-19T23:01:26.209Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-05-19T23:01:26.209Z | Compiling multer v3.1.0 |
| 3032 | 2026-05-19T23:01:26.209Z | Compiling debug-ignore v1.0.5 |
| 3033 | 2026-05-19T23:01:26.209Z | Compiling match_cfg v0.1.0 |
| 3034 | 2026-05-19T23:01:26.351Z | Compiling compression-core v0.4.31 |
| 3035 | 2026-05-19T23:01:26.355Z | Compiling slog-json v2.6.1 |
| 3036 | 2026-05-19T23:01:26.355Z | Compiling async-stream-impl v0.3.6 |
| 3037 | 2026-05-19T23:01:26.365Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3038 | 2026-05-19T23:01:26.457Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-05-19T23:01:26.488Z | Compiling compression-codecs v0.4.37 |
| 3040 | 2026-05-19T23:01:26.491Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-19T23:01:26.540Z | Compiling hostname v0.3.1 |
| 3042 | 2026-05-19T23:01:26.543Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3043 | 2026-05-19T23:01:26.572Z | Compiling progenitor-client v0.14.0 |
| 3044 | 2026-05-19T23:01:26.639Z | Compiling itertools v0.14.0 |
| 3045 | 2026-05-19T23:01:26.698Z | Compiling slog-bunyan v2.5.0 |
| 3046 | 2026-05-19T23:01:26.731Z | Compiling async-compression v0.4.41 |
| 3047 | 2026-05-19T23:01:26.734Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-19T23:01:26.781Z | Compiling rustls-pemfile v2.2.0 |
| 3049 | 2026-05-19T23:01:26.835Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3050 | 2026-05-19T23:01:26.851Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-19T23:01:26.886Z | Compiling hostname v0.4.2 |
| 3052 | 2026-05-19T23:01:26.907Z | Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-05-19T23:01:26.926Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3054 | 2026-05-19T23:01:26.944Z | Compiling macaddr v1.0.1 |
| 3055 | 2026-05-19T23:01:26.991Z | Compiling async-stream v0.3.6 |
| 3056 | 2026-05-19T23:01:26.996Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-05-19T23:01:27.047Z | Compiling instant v0.1.13 |
| 3058 | 2026-05-19T23:01:27.064Z | Compiling progenitor-client v0.10.0 |
| 3059 | 2026-05-19T23:01:27.109Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3060 | 2026-05-19T23:01:27.136Z | Compiling backon v1.6.0 |
| 3061 | 2026-05-19T23:01:27.184Z | Compiling backoff v0.4.0 |
| 3062 | 2026-05-19T23:01:27.187Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-05-19T23:01:27.217Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-05-19T23:01:27.249Z | Compiling universal-hash v0.5.1 |
| 3065 | 2026-05-19T23:01:27.275Z | Compiling opaque-debug v0.3.1 |
| 3066 | 2026-05-19T23:01:27.291Z | Compiling unsafe-libyaml v0.2.11 |
| 3067 | 2026-05-19T23:01:27.356Z | Compiling progenitor-extras v0.2.0 |
| 3068 | 2026-05-19T23:01:27.373Z | Compiling half v2.7.1 |
| 3069 | 2026-05-19T23:01:27.392Z | Compiling ciborium-io v0.2.2 |
| 3070 | 2026-05-19T23:01:27.411Z | Compiling crucible-workspace-hack v0.1.0 |
| 3071 | 2026-05-19T23:01:27.414Z | Compiling regress v0.11.1 |
| 3072 | 2026-05-19T23:01:27.445Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-05-19T23:01:27.515Z | Compiling convert_case v0.4.0 |
| 3074 | 2026-05-19T23:01:27.601Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3075 | 2026-05-19T23:01:27.650Z | Compiling ciborium-ll v0.2.2 |
| 3076 | 2026-05-19T23:01:27.669Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-05-19T23:01:27.672Z | Compiling aead v0.5.2 |
| 3078 | 2026-05-19T23:01:27.720Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-05-19T23:01:27.792Z | Compiling poly1305 v0.8.0 |
| 3080 | 2026-05-19T23:01:27.808Z | Compiling chacha20 v0.9.1 |
| 3081 | 2026-05-19T23:01:27.876Z | Compiling serde_yaml v0.9.34+deprecated |
| 3082 | 2026-05-19T23:01:27.893Z | Compiling ciborium v0.2.2 |
| 3083 | 2026-05-19T23:01:27.897Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3084 | 2026-05-19T23:01:27.927Z | Compiling derive_more v0.99.20 |
| 3085 | 2026-05-19T23:01:27.929Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2026-05-19T23:01:27.929Z | Compiling derive-ex v0.1.8 |
| 3087 | 2026-05-19T23:01:27.975Z | Compiling parse-display-derive v0.10.0 |
| 3088 | 2026-05-19T23:01:28.064Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3089 | 2026-05-19T23:01:28.080Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3090 | 2026-05-19T23:01:28.206Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3091 | 2026-05-19T23:01:28.211Z | Compiling byte-wrapper v0.1.0 |
| 3092 | 2026-05-19T23:01:28.304Z | Compiling blake2 v0.10.6 |
| 3093 | 2026-05-19T23:01:28.400Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-19T23:01:28.416Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-05-19T23:01:28.496Z | Compiling chacha20poly1305 v0.10.1 |
| 3096 | 2026-05-19T23:01:28.559Z | Compiling indent_write v2.2.0 |
| 3097 | 2026-05-19T23:01:28.576Z | Compiling heapless v0.8.0 |
| 3098 | 2026-05-19T23:01:28.669Z | Compiling ingot-macros v0.1.1 |
| 3099 | 2026-05-19T23:01:28.685Z | Compiling argon2 v0.5.3 |
| 3100 | 2026-05-19T23:01:28.722Z | Compiling tokio-rustls v0.25.0 |
| 3101 | 2026-05-19T23:01:28.858Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-19T23:01:28.882Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3103 | 2026-05-19T23:01:29.086Z | Compiling typify-impl v0.6.2 |
| 3104 | 2026-05-19T23:01:29.114Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3105 | 2026-05-19T23:01:29.315Z | Compiling thiserror-no-std v2.0.2 |
| 3106 | 2026-05-19T23:01:29.352Z | Compiling num-rational v0.4.2 |
| 3107 | 2026-05-19T23:01:29.402Z | Compiling hash32 v0.3.1 |
| 3108 | 2026-05-19T23:01:29.434Z | Compiling vsss-rs v3.3.4 |
| 3109 | 2026-05-19T23:01:29.584Z | Compiling num-complex v0.4.6 |
| 3110 | 2026-05-19T23:01:29.700Z | Compiling test-strategy v0.4.5 |
| 3111 | 2026-05-19T23:01:29.721Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3112 | 2026-05-19T23:01:29.740Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-05-19T23:01:29.904Z | Compiling smoltcp v0.11.0 |
| 3114 | 2026-05-19T23:01:29.978Z | Compiling num v0.4.3 |
| 3115 | 2026-05-19T23:01:30.016Z | Compiling proc-macro-crate v3.4.0 |
| 3116 | 2026-05-19T23:01:30.019Z | Compiling atomicwrites v0.4.4 |
| 3117 | 2026-05-19T23:01:30.073Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3118 | 2026-05-19T23:01:30.091Z | Compiling cobs v0.3.0 |
| 3119 | 2026-05-19T23:01:30.196Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3120 | 2026-05-19T23:01:30.247Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-19T23:01:30.265Z | Compiling float-ord v0.3.2 |
| 3122 | 2026-05-19T23:01:30.306Z | Compiling postcard v1.1.3 |
| 3123 | 2026-05-19T23:01:30.322Z | Compiling proc-macro-error v1.0.4 |
| 3124 | 2026-05-19T23:01:30.445Z | Compiling proc-macro-crate v1.3.1 |
| 3125 | 2026-05-19T23:01:30.463Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3126 | 2026-05-19T23:01:30.481Z | Compiling foreign-types-macros v0.2.3 |
| 3127 | 2026-05-19T23:01:30.568Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3128 | 2026-05-19T23:01:30.600Z | Compiling num_enum_derive v0.7.5 |
| 3129 | 2026-05-19T23:01:30.639Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3130 | 2026-05-19T23:01:30.663Z | Compiling foreign-types-shared v0.3.1 |
| 3131 | 2026-05-19T23:01:30.681Z | Compiling cpufeatures v0.3.0 |
| 3132 | 2026-05-19T23:01:30.701Z | Compiling rayon-core v1.13.0 |
| 3133 | 2026-05-19T23:01:30.775Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3134 | 2026-05-19T23:01:30.778Z | Compiling chacha20 v0.10.0 |
| 3135 | 2026-05-19T23:01:30.897Z | Compiling num_enum_derive v0.5.11 |
| 3136 | 2026-05-19T23:01:30.931Z | Compiling toml v0.8.23 |
| 3137 | 2026-05-19T23:01:30.963Z | Compiling crossbeam-deque v0.8.6 |
| 3138 | 2026-05-19T23:01:30.984Z | Compiling camino-tempfile v1.4.1 |
| 3139 | 2026-05-19T23:01:31.021Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3140 | 2026-05-19T23:01:31.053Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3141 | 2026-05-19T23:01:31.120Z | Compiling foreign-types v0.5.0 |
| 3142 | 2026-05-19T23:01:31.136Z | Compiling cstr-argument v0.1.2 |
| 3143 | 2026-05-19T23:01:31.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3144 | 2026-05-19T23:01:31.241Z | Compiling rand v0.10.0 |
| 3145 | 2026-05-19T23:01:31.260Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3146 | 2026-05-19T23:01:31.318Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3147 | 2026-05-19T23:01:31.417Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3148 | 2026-05-19T23:01:31.498Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3149 | 2026-05-19T23:01:31.541Z | Compiling zone_cfg_derive v0.3.1 |
| 3150 | 2026-05-19T23:01:31.576Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3151 | 2026-05-19T23:01:31.599Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3152 | 2026-05-19T23:01:31.617Z | Compiling ingot-types v0.1.2 |
| 3153 | 2026-05-19T23:01:31.645Z | Compiling rayon v1.11.0 |
| 3154 | 2026-05-19T23:01:31.725Z | Compiling num_enum v0.7.5 |
| 3155 | 2026-05-19T23:01:31.745Z | Compiling itertools v0.12.1 |
| 3156 | 2026-05-19T23:01:31.747Z | Compiling num-derive v0.4.2 |
| 3157 | 2026-05-19T23:01:31.789Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3158 | 2026-05-19T23:01:31.823Z | Compiling sigpipe v0.1.3 |
| 3159 | 2026-05-19T23:01:31.852Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-19T23:01:31.877Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3161 | 2026-05-19T23:01:31.912Z | Compiling glob v0.3.3 |
| 3162 | 2026-05-19T23:01:31.930Z | Compiling prettyplease v0.2.37 |
| 3163 | 2026-05-19T23:01:31.988Z | Compiling ingot v0.1.1 |
| 3164 | 2026-05-19T23:01:32.055Z | Compiling num_enum v0.5.11 |
| 3165 | 2026-05-19T23:01:32.192Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3166 | 2026-05-19T23:01:32.231Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-05-19T23:01:32.246Z | Compiling smf v0.2.3 |
| 3168 | 2026-05-19T23:01:32.261Z | Compiling whoami v1.6.1 |
| 3169 | 2026-05-19T23:01:32.296Z | Compiling usdt-attr-macro v0.5.0 |
| 3170 | 2026-05-19T23:01:32.383Z | Compiling gethostname v0.5.0 |
| 3171 | 2026-05-19T23:01:32.527Z | Compiling usdt-macro v0.5.0 |
| 3172 | 2026-05-19T23:01:32.567Z | Compiling memmap v0.7.0 |
| 3173 | 2026-05-19T23:01:32.584Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-05-19T23:01:32.743Z | Compiling progenitor-client v0.13.0 |
| 3175 | 2026-05-19T23:01:32.775Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3176 | 2026-05-19T23:01:32.793Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-05-19T23:01:32.806Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3178 | 2026-05-19T23:01:32.972Z | Compiling zone v0.3.1 |
| 3179 | 2026-05-19T23:01:33.049Z | Compiling cancel-safe-futures v0.1.5 |
| 3180 | 2026-05-19T23:01:33.096Z | Compiling owo-colors v4.3.0 |
| 3181 | 2026-05-19T23:01:33.161Z | Compiling libsw-core v0.3.2 |
| 3182 | 2026-05-19T23:01:33.177Z | Compiling console v0.15.11 |
| 3183 | 2026-05-19T23:01:33.193Z | Compiling hickory-proto v0.24.4 |
| 3184 | 2026-05-19T23:01:33.295Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3185 | 2026-05-19T23:01:33.316Z | Compiling usdt v0.5.0 |
| 3186 | 2026-05-19T23:01:33.478Z | Compiling libsw v3.5.0 |
| 3187 | 2026-05-19T23:01:33.496Z | Compiling newline-converter v0.3.0 |
| 3188 | 2026-05-19T23:01:33.619Z | Compiling linked-hash-map v0.5.6 |
| 3189 | 2026-05-19T23:01:33.644Z | Compiling linear-map v1.2.0 |
| 3190 | 2026-05-19T23:01:33.661Z | Compiling typify-macro v0.6.2 |
| 3191 | 2026-05-19T23:01:33.687Z | Compiling libefi-sys v0.1.0 |
| 3192 | 2026-05-19T23:01:33.704Z | Compiling expectorate v1.2.0 |
| 3193 | 2026-05-19T23:01:33.728Z | Compiling git-stub v1.0.0 |
| 3194 | 2026-05-19T23:01:33.746Z | Compiling bitfield-struct v0.6.2 |
| 3195 | 2026-05-19T23:01:33.802Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3196 | 2026-05-19T23:01:33.834Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-05-19T23:01:33.861Z | Compiling semver v0.1.20 |
| 3198 | 2026-05-19T23:01:33.894Z | Compiling tokio-dtrace v0.1.1 |
| 3199 | 2026-05-19T23:01:33.930Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-05-19T23:01:33.978Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3201 | 2026-05-19T23:01:33.995Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-05-19T23:01:34.017Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-05-19T23:01:34.020Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-05-19T23:01:34.120Z | Compiling rustc_version v0.1.7 |
| 3205 | 2026-05-19T23:01:34.166Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3206 | 2026-05-19T23:01:34.188Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3207 | 2026-05-19T23:01:34.207Z | Compiling oxide-tokio-rt v0.1.4 |
| 3208 | 2026-05-19T23:01:34.283Z | Compiling nom v7.1.3 |
| 3209 | 2026-05-19T23:01:34.302Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-05-19T23:01:34.324Z | Compiling typify-impl v0.4.3 |
| 3211 | 2026-05-19T23:01:34.328Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3212 | 2026-05-19T23:01:34.359Z | Compiling phf_shared v0.12.1 |
| 3213 | 2026-05-19T23:01:34.381Z | Compiling newtype_derive v0.1.6 |
| 3214 | 2026-05-19T23:01:34.430Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3215 | 2026-05-19T23:01:34.448Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2026-05-19T23:01:34.481Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-05-19T23:01:34.526Z | Compiling chrono-tz v0.10.4 |
| 3218 | 2026-05-19T23:01:34.556Z | Compiling highway v1.3.0 |
| 3219 | 2026-05-19T23:01:34.610Z | Compiling xshell-macros v0.2.7 |
| 3220 | 2026-05-19T23:01:34.759Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3221 | 2026-05-19T23:01:34.776Z | Compiling const_format_proc_macros v0.2.34 |
| 3222 | 2026-05-19T23:01:34.854Z | Compiling csv v1.4.0 |
| 3223 | 2026-05-19T23:01:34.958Z | Compiling phf v0.12.1 |
| 3224 | 2026-05-19T23:01:34.995Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-05-19T23:01:35.027Z | Compiling xshell v0.2.7 |
| 3226 | 2026-05-19T23:01:35.133Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3227 | 2026-05-19T23:01:35.178Z | Compiling primeorder v0.13.6 |
| 3228 | 2026-05-19T23:01:35.334Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3229 | 2026-05-19T23:01:35.417Z | Compiling hickory-resolver v0.24.4 |
| 3230 | 2026-05-19T23:01:35.505Z | Compiling typify v0.6.2 |
| 3231 | 2026-05-19T23:01:35.585Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-05-19T23:01:35.589Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-05-19T23:01:35.602Z | Compiling bcs v0.1.6 |
| 3234 | 2026-05-19T23:01:35.638Z | Compiling progenitor-impl v0.14.0 |
| 3235 | 2026-05-19T23:01:35.656Z | Compiling progenitor-impl v0.13.0 |
| 3236 | 2026-05-19T23:01:35.677Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3237 | 2026-05-19T23:01:35.831Z | Compiling const_format v0.2.35 |
| 3238 | 2026-05-19T23:01:35.940Z | Compiling salty v0.3.0 |
| 3239 | 2026-05-19T23:01:36.172Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3240 | 2026-05-19T23:01:36.189Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3241 | 2026-05-19T23:01:36.209Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3242 | 2026-05-19T23:01:36.227Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3243 | 2026-05-19T23:01:36.453Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3244 | 2026-05-19T23:01:36.471Z | Compiling qorb v0.4.1 |
| 3245 | 2026-05-19T23:01:36.506Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3246 | 2026-05-19T23:01:36.545Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3247 | 2026-05-19T23:01:36.594Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-05-19T23:01:36.770Z | Compiling termtree v0.5.1 |
| 3249 | 2026-05-19T23:01:36.813Z | Compiling moka v0.12.13 |
| 3250 | 2026-05-19T23:01:36.956Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-05-19T23:01:37.049Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-05-19T23:01:37.210Z | Compiling tabled v0.15.0 |
| 3253 | 2026-05-19T23:01:37.477Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-05-19T23:01:37.600Z | Compiling steno v0.4.1 |
| 3255 | 2026-05-19T23:01:37.681Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-05-19T23:01:37.725Z | Compiling radium v0.7.0 |
| 3257 | 2026-05-19T23:01:37.728Z | Compiling humantime v2.3.0 |
| 3258 | 2026-05-19T23:01:37.782Z | Compiling base64 v0.21.7 |
| 3259 | 2026-05-19T23:01:37.846Z | Compiling hickory-resolver v0.25.2 |
| 3260 | 2026-05-19T23:01:38.025Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3261 | 2026-05-19T23:01:38.048Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3262 | 2026-05-19T23:01:38.140Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3263 | 2026-05-19T23:01:38.294Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-19T23:01:38.315Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-19T23:01:38.394Z | Compiling progenitor-macro v0.14.0 |
| 3266 | 2026-05-19T23:01:38.419Z | Compiling progenitor-macro v0.13.0 |
| 3267 | 2026-05-19T23:01:38.567Z | Compiling p384 v0.13.1 |
| 3268 | 2026-05-19T23:01:38.585Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3269 | 2026-05-19T23:01:38.742Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3270 | 2026-05-19T23:01:38.761Z | Compiling tap v1.0.1 |
| 3271 | 2026-05-19T23:01:38.904Z | Compiling maybe-uninit v2.0.0 |
| 3272 | 2026-05-19T23:01:38.921Z | Compiling typify-macro v0.4.3 |
| 3273 | 2026-05-19T23:01:39.118Z | Compiling wyz v0.5.1 |
| 3274 | 2026-05-19T23:01:39.168Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3275 | 2026-05-19T23:01:39.281Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3276 | 2026-05-19T23:01:39.351Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-05-19T23:01:39.430Z | Compiling funty v2.0.0 |
| 3278 | 2026-05-19T23:01:39.634Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-05-19T23:01:39.652Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-05-19T23:01:39.785Z | Compiling utf-8 v0.7.6 |
| 3281 | 2026-05-19T23:01:39.804Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-05-19T23:01:39.823Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-05-19T23:01:39.983Z | Compiling tungstenite v0.21.0 |
| 3284 | 2026-05-19T23:01:40.002Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-05-19T23:01:40.022Z | Compiling bitvec v1.0.1 |
| 3286 | 2026-05-19T23:01:40.057Z | Compiling polyval v0.6.2 |
| 3287 | 2026-05-19T23:01:40.092Z | Compiling num-derive v0.3.3 |
| 3288 | 2026-05-19T23:01:40.113Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-05-19T23:01:40.170Z | Compiling zerocopy-derive v0.6.6 |
| 3290 | 2026-05-19T23:01:40.188Z | Compiling bitfield-macros v0.19.4 |
| 3291 | 2026-05-19T23:01:40.314Z | Compiling indexmap v1.9.3 |
| 3292 | 2026-05-19T23:01:40.346Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3293 | 2026-05-19T23:01:40.551Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3294 | 2026-05-19T23:01:40.569Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-05-19T23:01:40.597Z | Compiling nodrop v0.1.14 |
| 3296 | 2026-05-19T23:01:40.692Z | Compiling array-init v0.0.4 |
| 3297 | 2026-05-19T23:01:40.719Z | Compiling typify v0.4.3 |
| 3298 | 2026-05-19T23:01:40.722Z | Compiling crc v3.4.0 |
| 3299 | 2026-05-19T23:01:40.770Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3300 | 2026-05-19T23:01:40.859Z | Compiling progenitor-impl v0.11.2 |
| 3301 | 2026-05-19T23:01:40.953Z | Compiling tokio-tungstenite v0.21.0 |
| 3302 | 2026-05-19T23:01:40.970Z | Compiling bitfield v0.19.4 |
| 3303 | 2026-05-19T23:01:40.970Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-05-19T23:01:41.045Z | Compiling libscf-sys v1.1.0 |
| 3305 | 2026-05-19T23:01:41.068Z | Compiling zerocopy v0.6.6 |
| 3306 | 2026-05-19T23:01:41.084Z | Compiling ghash v0.5.1 |
| 3307 | 2026-05-19T23:01:41.213Z | Compiling smallvec v0.6.14 |
| 3308 | 2026-05-19T23:01:41.301Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3309 | 2026-05-19T23:01:41.304Z | Compiling papergrid v0.17.0 |
| 3310 | 2026-05-19T23:01:41.453Z | Compiling testing_table v0.3.0 |
| 3311 | 2026-05-19T23:01:41.476Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3312 | 2026-05-19T23:01:41.494Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3313 | 2026-05-19T23:01:41.595Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3314 | 2026-05-19T23:01:41.640Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3315 | 2026-05-19T23:01:41.696Z | Compiling ctr v0.9.2 |
| 3316 | 2026-05-19T23:01:41.850Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-05-19T23:01:41.879Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3318 | 2026-05-19T23:01:41.882Z | Compiling hashbrown v0.12.3 |
| 3319 | 2026-05-19T23:01:41.919Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3320 | 2026-05-19T23:01:42.041Z | Compiling unicase v2.9.0 |
| 3321 | 2026-05-19T23:01:42.162Z | Compiling corncobs v0.1.4 |
| 3322 | 2026-05-19T23:01:42.256Z | Compiling aes-gcm v0.10.3 |
| 3323 | 2026-05-19T23:01:42.291Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3324 | 2026-05-19T23:01:42.317Z | Compiling tabled v0.20.0 |
| 3325 | 2026-05-19T23:01:42.334Z | Compiling mime_guess v2.0.5 |
| 3326 | 2026-05-19T23:01:42.337Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3327 | 2026-05-19T23:01:42.369Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-05-19T23:01:42.450Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3329 | 2026-05-19T23:01:42.625Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3330 | 2026-05-19T23:01:42.761Z | Compiling parking_lot v0.11.2 |
| 3331 | 2026-05-19T23:01:42.805Z | Compiling serde-hex v0.1.0 |
| 3332 | 2026-05-19T23:01:42.920Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3333 | 2026-05-19T23:01:42.958Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3334 | 2026-05-19T23:01:43.125Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3335 | 2026-05-19T23:01:43.145Z | Compiling progenitor-impl v0.10.0 |
| 3336 | 2026-05-19T23:01:43.181Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-19T23:01:43.324Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-19T23:01:43.432Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2026-05-19T23:01:43.432Z | Compiling hashbrown v0.13.2 |
| 3340 | 2026-05-19T23:01:43.539Z | Compiling progenitor v0.14.0 |
| 3341 | 2026-05-19T23:01:43.594Z | Compiling progenitor-macro v0.11.2 |
| 3342 | 2026-05-19T23:01:43.611Z | Compiling progenitor v0.13.0 |
| 3343 | 2026-05-19T23:01:43.712Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3344 | 2026-05-19T23:01:43.789Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3345 | 2026-05-19T23:01:43.987Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3346 | 2026-05-19T23:01:44.032Z | Compiling progenitor-client v0.11.2 |
| 3347 | 2026-05-19T23:01:44.249Z | Compiling prefix-trie v0.7.0 |
| 3348 | 2026-05-19T23:01:44.334Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-05-19T23:01:44.392Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-05-19T23:01:44.448Z | Compiling fxhash v0.2.1 |
| 3351 | 2026-05-19T23:01:44.594Z | Compiling secrecy v0.8.0 |
| 3352 | 2026-05-19T23:01:44.620Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3353 | 2026-05-19T23:01:44.643Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-05-19T23:01:44.669Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3355 | 2026-05-19T23:01:44.685Z | Compiling hickory-server v0.25.2 |
| 3356 | 2026-05-19T23:01:44.783Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-05-19T23:01:44.803Z | Compiling sled v0.34.7 |
| 3358 | 2026-05-19T23:01:44.877Z | Compiling ssh-cipher v0.2.0 |
| 3359 | 2026-05-19T23:01:44.912Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3360 | 2026-05-19T23:01:44.947Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3361 | 2026-05-19T23:01:45.129Z | Compiling object v0.30.4 |
| 3362 | 2026-05-19T23:01:45.293Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3363 | 2026-05-19T23:01:45.497Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2026-05-19T23:01:45.656Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-05-19T23:01:45.888Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3366 | 2026-05-19T23:01:45.962Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3367 | 2026-05-19T23:01:46.135Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3368 | 2026-05-19T23:01:46.455Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3369 | 2026-05-19T23:01:46.585Z | Compiling progenitor-macro v0.10.0 |
| 3370 | 2026-05-19T23:01:46.839Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3371 | 2026-05-19T23:01:46.897Z | Compiling password-hash v0.4.2 |
| 3372 | 2026-05-19T23:01:47.017Z | Compiling crc8 v0.1.1 |
| 3373 | 2026-05-19T23:01:47.253Z | Compiling http-range v0.1.5 |
| 3374 | 2026-05-19T23:01:47.387Z | Compiling path-slash v0.1.5 |
| 3375 | 2026-05-19T23:01:47.403Z | Compiling half v1.8.3 |
| 3376 | 2026-05-19T23:01:47.563Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3377 | 2026-05-19T23:01:47.580Z | Compiling pbkdf2 v0.11.0 |
| 3378 | 2026-05-19T23:01:47.701Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-05-19T23:01:47.719Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3380 | 2026-05-19T23:01:47.822Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3381 | 2026-05-19T23:01:48.154Z | Compiling illumos-nvpair v0.3.0 |
| 3382 | 2026-05-19T23:01:48.331Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3383 | 2026-05-19T23:01:48.428Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3384 | 2026-05-19T23:01:48.466Z | Compiling ssh-key v0.6.7 |
| 3385 | 2026-05-19T23:01:48.622Z | Compiling progenitor v0.11.2 |
| 3386 | 2026-05-19T23:01:48.706Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3387 | 2026-05-19T23:01:48.814Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-05-19T23:01:48.885Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3389 | 2026-05-19T23:01:48.915Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3390 | 2026-05-19T23:01:49.036Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3391 | 2026-05-19T23:01:49.067Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3392 | 2026-05-19T23:01:49.090Z | Compiling p521 v0.13.3 |
| 3393 | 2026-05-19T23:01:49.136Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-19T23:01:49.249Z | Compiling yasna v0.5.2 |
| 3395 | 2026-05-19T23:01:49.451Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-05-19T23:01:49.542Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-05-19T23:01:49.599Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-05-19T23:01:49.749Z | Compiling nanorand v0.7.0 |
| 3399 | 2026-05-19T23:01:49.819Z | Compiling russh-cryptovec v0.7.3 |
| 3400 | 2026-05-19T23:01:49.861Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-19T23:01:49.878Z | Compiling md5 v0.7.0 |
| 3402 | 2026-05-19T23:01:49.964Z | Compiling home v0.5.12 |
| 3403 | 2026-05-19T23:01:50.002Z | Compiling flume v0.11.1 |
| 3404 | 2026-05-19T23:01:50.035Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3405 | 2026-05-19T23:01:50.053Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3406 | 2026-05-19T23:01:50.073Z | Compiling headers v0.4.1 |
| 3407 | 2026-05-19T23:01:50.076Z | Compiling rcgen v0.12.1 |
| 3408 | 2026-05-19T23:01:50.134Z | Compiling russh-keys v0.45.0 |
| 3409 | 2026-05-19T23:01:50.185Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3410 | 2026-05-19T23:01:50.224Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3411 | 2026-05-19T23:01:50.246Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3412 | 2026-05-19T23:01:50.338Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-19T23:01:50.446Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-19T23:01:50.563Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2026-05-19T23:01:50.766Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3416 | 2026-05-19T23:01:50.868Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3417 | 2026-05-19T23:01:50.971Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-05-19T23:01:50.988Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-19T23:01:51.022Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-19T23:01:51.219Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3421 | 2026-05-19T23:01:51.275Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3422 | 2026-05-19T23:01:51.321Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-05-19T23:01:51.499Z | Compiling num-bigint v0.4.6 |
| 3424 | 2026-05-19T23:01:51.526Z | Compiling des v0.8.1 |
| 3425 | 2026-05-19T23:01:51.583Z | Compiling subprocess v0.2.15 |
| 3426 | 2026-05-19T23:01:51.691Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3427 | 2026-05-19T23:01:51.716Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-05-19T23:01:51.737Z | Compiling display-error-chain v0.2.2 |
| 3429 | 2026-05-19T23:01:51.756Z | Compiling progenitor v0.10.0 |
| 3430 | 2026-05-19T23:01:51.756Z | Compiling hex-literal v0.4.1 |
| 3431 | 2026-05-19T23:01:51.812Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-19T23:01:51.890Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-19T23:01:51.907Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-05-19T23:01:51.964Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3435 | 2026-05-19T23:01:52.054Z | Compiling socket2 v0.5.10 |
| 3436 | 2026-05-19T23:01:52.187Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-19T23:01:52.214Z | Compiling internet-checksum v0.2.1 |
| 3438 | 2026-05-19T23:01:52.790Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3439 | 2026-05-19T23:01:52.810Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3440 | 2026-05-19T23:01:52.826Z | Compiling russh v0.45.0 |
| 3441 | 2026-05-19T23:01:55.233Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3442 | 2026-05-19T23:01:55.386Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-05-19T23:01:56.048Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3444 | 2026-05-19T23:01:56.506Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3445 | 2026-05-19T23:01:57.955Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3446 | 2026-05-19T23:02:05.917Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3447 | 2026-05-19T23:02:05.917Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3448 | 2026-05-19T23:02:05.920Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3449 | 2026-05-19T23:02:05.920Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3450 | 2026-05-19T23:02:07.680Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3451 | 2026-05-19T23:02:07.747Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3452 | 2026-05-19T23:02:11.876Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3453 | 2026-05-19T23:02:50.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3454 | 2026-05-19T23:02:50.955Z | |
| 3455 | 2026-05-19T23:02:50.955Z | real 1:25.646038208 |
| 3456 | 2026-05-19T23:02:50.955Z | user 8:13.395182485 |
| 3457 | 2026-05-19T23:02:50.955Z | sys 1:40.446173956 |
| 3458 | 2026-05-19T23:02:50.955Z | trap 0.254278345 |
| 3459 | 2026-05-19T23:02:50.955Z | tflt 0.490452030 |
| 3460 | 2026-05-19T23:02:50.955Z | dflt 1.526739805 |
| 3461 | 2026-05-19T23:02:50.955Z | kflt 0.000150070 |
| 3462 | 2026-05-19T23:02:50.958Z | lock 28:01.132833368 |
| 3463 | 2026-05-19T23:02:50.959Z | slp 18:57.585225837 |
| 3464 | 2026-05-19T23:02:50.959Z | lat 39.343282581 |
| 3465 | 2026-05-19T23:02:50.959Z | stop 2:47.717626963 |
| 3466 | 2026-05-19T23:02:50.959Z | + mkdir tests |
| 3467 | 2026-05-19T23:02:50.962Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3468 | 2026-05-19T23:02:50.962Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3469 | 2026-05-19T23:02:51.051Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ad5c7c67f14aca34 tests/ |
| 3470 | 2026-05-19T23:02:51.079Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d4a2ae9e96c2bf7 tests/ |
| 3471 | 2026-05-19T23:02:51.109Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-79cce9039b0e783a tests/ |
| 3472 | 2026-05-19T23:02:51.136Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6ba850b32478cc3d tests/ |
| 3473 | 2026-05-19T23:02:51.368Z | + 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) |
| 3474 | 2026-05-19T23:02:51.371Z | + 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-9d4a2ae9e96c2bf7 tests/commtest-79cce9039b0e783a tests/dhcp_server-ad5c7c67f14aca34 tests/end_to_end_tests-6ba850b32478cc3d 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 |
| 3475 | 2026-05-19T23:04:10.726Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3476 | 2026-05-19T23:04:10.726Z | a .github/buildomat/ci-env.sh 1K |
| 3477 | 2026-05-19T23:04:10.726Z | a out/target/test 1K |
| 3478 | 2026-05-19T23:04:10.726Z | a out/npuzone/npuzone 27402K |
| 3479 | 2026-05-19T23:04:10.726Z | a package-manifest.toml 35K |
| 3480 | 2026-05-19T23:04:10.726Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3481 | 2026-05-19T23:04:10.726Z | a target/release/omicron-package 45996K |
| 3482 | 2026-05-19T23:04:10.726Z | a target/release/xtask 11449K |
| 3483 | 2026-05-19T23:04:10.726Z | a target/debug/bootstrap 353022K |
| 3484 | 2026-05-19T23:04:10.726Z | a tests/bootstrap-9d4a2ae9e96c2bf7 31215K |
| 3485 | 2026-05-19T23:04:10.726Z | a tests/commtest-79cce9039b0e783a 32300K |
| 3486 | 2026-05-19T23:04:10.726Z | a tests/dhcp_server-ad5c7c67f14aca34 31215K |
| 3487 | 2026-05-19T23:04:10.726Z | a tests/end_to_end_tests-6ba850b32478cc3d 394083K |
| 3488 | 2026-05-19T23:04:10.726Z | a tools/opte_version 1K |
| 3489 | 2026-05-19T23:04:10.726Z | a tools/opte_version_override 2K |
| 3490 | 2026-05-19T23:04:10.726Z | a out/clickhouse.tar.gz 319615K |
| 3491 | 2026-05-19T23:04:10.726Z | a out/clickhouse_keeper.tar.gz 304968K |
| 3492 | 2026-05-19T23:04:10.726Z | a out/clickhouse_server.tar.gz 319613K |
| 3493 | 2026-05-19T23:04:10.726Z | a out/cockroachdb.tar.gz 165162K |
| 3494 | 2026-05-19T23:04:10.726Z | a out/crucible-pantry-zone.tar.gz 44200K |
| 3495 | 2026-05-19T23:04:10.726Z | a out/crucible-utils.tar 17744K |
| 3496 | 2026-05-19T23:04:10.727Z | a out/crucible-zone.tar.gz 58338K |
| 3497 | 2026-05-19T23:04:10.727Z | a out/external-dns.tar.gz 50341K |
| 3498 | 2026-05-19T23:04:10.727Z | a out/internal-dns.tar.gz 50341K |
| 3499 | 2026-05-19T23:04:10.727Z | a out/mg-ddm-gz.tar 95141K |
| 3500 | 2026-05-19T23:04:10.727Z | a out/nexus.tar.gz 220291K |
| 3501 | 2026-05-19T23:04:10.727Z | a out/ntp.tar.gz 32166K |
| 3502 | 2026-05-19T23:04:10.727Z | a out/omicron-gateway-softnpu.tar.gz 28532K |
| 3503 | 2026-05-19T23:04:10.727Z | a out/omicron-sled-agent.tar 203628K |
| 3504 | 2026-05-19T23:04:10.727Z | a out/overlay.tar.gz 3K |
| 3505 | 2026-05-19T23:04:10.727Z | a out/oximeter.tar.gz 65500K |
| 3506 | 2026-05-19T23:04:10.727Z | a out/oxlog.tar 3782K |
| 3507 | 2026-05-19T23:04:10.727Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-05-19T23:04:10.727Z | a out/propolis-server.tar.gz 38727K |
| 3509 | 2026-05-19T23:04:10.727Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-05-19T23:04:10.727Z | a out/switch-softnpu.tar.gz 394187K |
| 3511 | 2026-05-19T23:04:10.730Z | |
| 3512 | 2026-05-19T23:04:10.730Z | real 1:19.355524326 |
| 3513 | 2026-05-19T23:04:10.730Z | user 1:16.694973359 |
| 3514 | 2026-05-19T23:04:10.730Z | sys 4.411746353 |
| 3515 | 2026-05-19T23:04:10.730Z | trap 0.007238513 |
| 3516 | 2026-05-19T23:04:10.730Z | tflt 0.000000000 |
| 3517 | 2026-05-19T23:04:10.730Z | dflt 0.000000000 |
| 3518 | 2026-05-19T23:04:10.730Z | kflt 0.000000000 |
| 3519 | 2026-05-19T23:04:10.730Z | lock 0.000000000 |
| 3520 | 2026-05-19T23:04:10.730Z | slp 1:16.568193755 |
| 3521 | 2026-05-19T23:04:10.730Z | lat 1.023984321 |
| 3522 | 2026-05-19T23:04:10.730Z | stop 0.000245470 |
| 3523 | 2026-05-19T23:04:10.730Z | process exited: duration 1090968 ms, exit code 0 |
| |
| 3524 | 2026-05-19T23:04:10.752Z | found 1 output files |
| 3525 | 2026-05-19T23:04:10.752Z | uploading: /work/package.tar.gz (2440775850 bytes) |
| 3526 | 2026-05-19T23:04:42.876Z | uploaded: /work/package.tar.gz |