|
|
|
| 1 | 2026-05-18T17:52:50.531Z | job assigned to worker 01KRY3EF4G2SE91BQK8CQVX7E1 [factory aws, i-05083edfef8be274f] (queued for 1 m 7 s) |
| |
| 2 | 2026-05-18T17:52:57.850Z | starting task 0: "setup" |
| 3 | 2026-05-18T17:52:57.857Z | ++ uname -s |
| 4 | 2026-05-18T17:52:57.857Z | + kern=SunOS |
| 5 | 2026-05-18T17:52:57.857Z | + build_user=build |
| 6 | 2026-05-18T17:52:57.857Z | + build_uid=12345 |
| 7 | 2026-05-18T17:52:57.857Z | + work_dir=/work |
| 8 | 2026-05-18T17:52:57.857Z | + input_dir=/input |
| 9 | 2026-05-18T17:52:57.857Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T17:52:57.857Z | + case "$kern" in |
| 11 | 2026-05-18T17:52:57.857Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T17:52:57.857Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T17:52:59.860Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T17:53:00.028Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T17:53:00.031Z | + home_fs=zfs |
| 16 | 2026-05-18T17:53:00.031Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T17:53:00.031Z | + mkdir -p /home/build |
| 18 | 2026-05-18T17:53:00.031Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T17:53:02.033Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T17:53:02.036Z | process exited: duration 4193 ms, exit code 0 |
| |
| 21 | 2026-05-18T17:53:02.044Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T17:53:02.048Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T17:53:02.048Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-18T17:53:02.052Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-18T17:53:02.052Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-18T17:53:02.052Z | * rust toolchain profile = "default" |
| 27 | 2026-05-18T17:53:02.052Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T17:53:02.052Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T17:53:02.052Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T17:53:02.156Z | info: downloading installer |
| 31 | 2026-05-18T17:53:03.609Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T17:53:03.609Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T17:53:03.609Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T17:53:03.609Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T17:53:03.622Z | info: profile set to default |
| 36 | 2026-05-18T17:53:03.622Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T17:53:03.625Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T17:53:03.754Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T17:53:03.757Z | info: downloading 6 components |
| 40 | 2026-05-18T17:53:18.300Z | |
| 41 | 2026-05-18T17:53:18.300Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-18T17:53:18.333Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T17:53:18.333Z | |
| 44 | 2026-05-18T17:53:18.333Z | |
| 45 | 2026-05-18T17:53:18.334Z | Rust is installed now. Great! |
| 46 | 2026-05-18T17:53:18.334Z | |
| 47 | 2026-05-18T17:53:18.334Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T17:53:18.334Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T17:53:18.337Z | |
| 50 | 2026-05-18T17:53:18.337Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T17:53:18.337Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T17:53:18.337Z | |
| 53 | 2026-05-18T17:53:18.337Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T17:53:18.337Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T17:53:18.337Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T17:53:18.337Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T17:53:18.337Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T17:53:18.337Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T17:53:18.337Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T17:53:18.337Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T17:53:18.337Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T17:53:18.423Z | + rustup --version |
| 63 | 2026-05-18T17:53:18.429Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T17:53:18.429Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T17:53:18.450Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T17:53:18.453Z | + cargo --version |
| 67 | 2026-05-18T17:53:18.462Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T17:53:18.466Z | + rustc --version |
| 69 | 2026-05-18T17:53:18.484Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T17:53:18.487Z | process exited: duration 16443 ms, exit code 0 |
| |
| 71 | 2026-05-18T17:53:18.494Z | starting task 2: "authentication" |
| 72 | 2026-05-18T17:53:18.512Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-18T17:53:18.519Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T17:53:18.523Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T17:53:18.526Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T17:53:18.549Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T17:53:28.391Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T17:53:28.391Z | + git fetch origin 803f96a2100a085a40be511e9185a224f824bce7 |
| 79 | 2026-05-18T17:53:28.650Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T17:53:28.650Z | * branch 803f96a2100a085a40be511e9185a224f824bce7 -> FETCH_HEAD |
| 81 | 2026-05-18T17:53:28.664Z | + [[ -n eliza/update-mgs-2026-5-18 ]] |
| 82 | 2026-05-18T17:53:28.667Z | ++ git branch --show-current |
| 83 | 2026-05-18T17:53:28.671Z | + current=main |
| 84 | 2026-05-18T17:53:28.671Z | + [[ main != eliza/update-mgs-2026-5-18 ]] |
| 85 | 2026-05-18T17:53:28.671Z | + git branch -f eliza/update-mgs-2026-5-18 803f96a2100a085a40be511e9185a224f824bce7 |
| 86 | 2026-05-18T17:53:28.674Z | + git checkout -f eliza/update-mgs-2026-5-18 |
| 87 | 2026-05-18T17:53:28.906Z | Switched to branch 'eliza/update-mgs-2026-5-18' |
| 88 | 2026-05-18T17:53:28.909Z | + git reset --hard 803f96a2100a085a40be511e9185a224f824bce7 |
| 89 | 2026-05-18T17:53:28.923Z | HEAD is now at 803f96a21 hakari |
| 90 | 2026-05-18T17:53:28.927Z | process exited: duration 10405 ms, exit code 0 |
| |
| 91 | 2026-05-18T17:53:28.933Z | starting task 4: "build" |
| 92 | 2026-05-18T17:53:28.938Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-18T17:53:28.941Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-18T17:53:28.941Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-18T17:53:28.941Z | + cargo --version |
| 96 | 2026-05-18T17:53:28.948Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-18T17:53:28.951Z | + rustc --version |
| 98 | 2026-05-18T17:53:28.971Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-18T17:53:28.974Z | + WORK=/work |
| 100 | 2026-05-18T17:53:28.974Z | + pfexec mkdir -p /work |
| 101 | 2026-05-18T17:53:28.977Z | + pfexec chown build /work |
| 102 | 2026-05-18T17:53:28.980Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-18T17:53:30.414Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-18T17:53:30.471Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-18T17:53:30.681Z | Planning: Solver setup ... Done (0.171s) |
| 106 | 2026-05-18T17:53:30.695Z | Planning: Running solver ... Done (0.015s) |
| 107 | 2026-05-18T17:53:30.701Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-18T17:53:30.717Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-18T17:53:30.741Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-18T17:53:30.754Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-05-18T17:53:30.758Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-18T17:53:30.941Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 113 | 2026-05-18T17:53:30.944Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-18T17:53:31.835Z | Planning: Evaluating mediators ... Done (0.893s) |
| 115 | 2026-05-18T17:53:31.838Z | Planning: Planning completed in 1.34 seconds |
| 116 | 2026-05-18T17:53:31.846Z | Packages to install: 2 |
| 117 | 2026-05-18T17:53:31.846Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-18T17:53:31.846Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-18T17:53:31.846Z | Create boot environment: No |
| 120 | 2026-05-18T17:53:31.846Z | Create backup boot environment: No |
| 121 | 2026-05-18T17:53:31.846Z | Rebuild boot archive: No |
| 122 | 2026-05-18T17:53:31.849Z | |
| 123 | 2026-05-18T17:53:31.849Z | Changed packages: |
| 124 | 2026-05-18T17:53:31.849Z | helios |
| 125 | 2026-05-18T17:53:31.849Z | developer/build-essential |
| 126 | 2026-05-18T17:53:31.849Z | None -> 11-3.0 |
| 127 | 2026-05-18T17:53:31.849Z | library/libxmlsec1 |
| 128 | 2026-05-18T17:53:31.849Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-18T17:53:31.871Z | |
| 130 | 2026-05-18T17:53:31.871Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-18T17:53:32.634Z | Download: Completed 1.28 MB in 0.76 seconds (1.7M/s) |
| 132 | 2026-05-18T17:53:32.705Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-18T17:53:32.744Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-18T17:53:32.750Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-18T17:53:32.750Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-18T17:53:32.765Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-18T17:53:35.321Z | Finalize: Creating fast lookup database ... Done (2.535s) |
| 138 | 2026-05-18T17:53:35.390Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-18T17:53:35.393Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-18T17:53:35.478Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-18T17:53:35.773Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-18T17:53:35.877Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-18T17:53:35.880Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-18T17:53:36.036Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-18T17:53:36.039Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-18T17:53:36.060Z | Mediators to change: 2 |
| 147 | 2026-05-18T17:53:36.060Z | Create boot environment: No |
| 148 | 2026-05-18T17:53:36.060Z | Create backup boot environment: No |
| 149 | 2026-05-18T17:53:36.132Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-18T17:53:36.132Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-18T17:53:36.141Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-18T17:53:38.080Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-18T17:53:38.141Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-18T17:53:38.144Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-18T17:53:38.232Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-18T17:53:38.513Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-18T17:53:38.617Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-18T17:53:38.623Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-18T17:53:38.774Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-18T17:53:38.777Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-18T17:53:38.798Z | Mediators to change: 1 |
| 162 | 2026-05-18T17:53:38.798Z | Create boot environment: No |
| 163 | 2026-05-18T17:53:38.798Z | Create backup boot environment: No |
| 164 | 2026-05-18T17:53:38.852Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-18T17:53:38.852Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-18T17:53:38.861Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-18T17:53:40.795Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-18T17:53:40.855Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-18T17:53:40.858Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-18T17:53:40.930Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-18T17:53:41.238Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-18T17:53:41.238Z | apache system 2.4 system |
| 173 | 2026-05-18T17:53:41.238Z | clang system 15 system |
| 174 | 2026-05-18T17:53:41.238Z | csh system system illumos |
| 175 | 2026-05-18T17:53:41.238Z | ctags system system illumos |
| 176 | 2026-05-18T17:53:41.238Z | file vendor vendor darwinsys |
| 177 | 2026-05-18T17:53:41.238Z | file system system illumos |
| 178 | 2026-05-18T17:53:41.238Z | gcc vendor 14 vendor |
| 179 | 2026-05-18T17:53:41.238Z | gcc system 13 system |
| 180 | 2026-05-18T17:53:41.238Z | gcc system 10 system |
| 181 | 2026-05-18T17:53:41.238Z | go system 1.25 system |
| 182 | 2026-05-18T17:53:41.238Z | llvm system 15 system |
| 183 | 2026-05-18T17:53:41.238Z | mariadb system 11.4 system |
| 184 | 2026-05-18T17:53:41.238Z | mta vendor vendor dma |
| 185 | 2026-05-18T17:53:41.238Z | openjdk system 17 system |
| 186 | 2026-05-18T17:53:41.238Z | openjdk system 11 system |
| 187 | 2026-05-18T17:53:41.238Z | openssl vendor 3 vendor |
| 188 | 2026-05-18T17:53:41.238Z | perl system 5.40 system |
| 189 | 2026-05-18T17:53:41.238Z | postgresql system 18 system |
| 190 | 2026-05-18T17:53:41.238Z | postgresql system 17 system |
| 191 | 2026-05-18T17:53:41.238Z | python vendor 3 vendor |
| 192 | 2026-05-18T17:53:41.238Z | python system 2 system |
| 193 | 2026-05-18T17:53:41.238Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-18T17:53:41.238Z | ruby system 3.4 system |
| 195 | 2026-05-18T17:53:41.238Z | ruby system 3.0 system |
| 196 | 2026-05-18T17:53:41.238Z | words vendor vendor american-english |
| 197 | 2026-05-18T17:53:41.238Z | words system system australian-english |
| 198 | 2026-05-18T17:53:41.239Z | words system system british-english |
| 199 | 2026-05-18T17:53:41.239Z | words system system canadian-english |
| 200 | 2026-05-18T17:53:41.239Z | words system system french |
| 201 | 2026-05-18T17:53:41.239Z | words system system italian |
| 202 | 2026-05-18T17:53:41.239Z | words system system ngerman |
| 203 | 2026-05-18T17:53:41.239Z | words system system ogerman |
| 204 | 2026-05-18T17:53:41.239Z | words system system spanish |
| 205 | 2026-05-18T17:53:41.488Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-18T17:53:41.488Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-18T17:53:41.751Z | FMRI IFO |
| 208 | 2026-05-18T17:53:41.751Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-18T17:53:41.751Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-18T17:53:41.751Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-18T17:53:41.751Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-18T17:53:41.751Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-18T17:53:41.751Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-18T17:53:41.751Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-18T17:53:41.751Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-18T17:53:41.751Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-18T17:53:41.986Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-18T17:53:42.260Z | Updating crates.io index |
| 219 | 2026-05-18T17:53:42.314Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-18T17:53:43.070Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-18T17:53:43.498Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-18T17:53:44.132Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-18T17:53:45.116Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-18T17:53:45.624Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-18T17:53:47.232Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-18T17:53:48.228Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-18T17:53:48.505Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-18T17:53:49.370Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-18T17:53:49.718Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-18T17:53:50.067Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-18T17:53:50.445Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-18T17:53:51.364Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-18T17:53:51.843Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-18T17:53:52.408Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-18T17:53:52.749Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-18T17:53:53.129Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-18T17:53:53.589Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-18T17:53:53.837Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-18T17:53:54.093Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-18T17:53:54.358Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-18T17:53:54.802Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-18T17:53:55.306Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-18T17:53:55.722Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-18T17:53:56.056Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-18T17:53:56.351Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-18T17:53:57.297Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-18T17:53:57.939Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-18T17:53:58.458Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-18T17:53:58.915Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-18T17:53:59.251Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-18T17:53:59.591Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-18T17:53:59.942Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-18T17:54:00.580Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-18T17:54:00.826Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-18T17:54:01.101Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-18T17:54:01.436Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-18T17:54:01.831Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-18T17:54:14.665Z | Downloading crates ... |
| 259 | 2026-05-18T17:54:14.718Z | Downloaded anstream v0.6.21 |
| 260 | 2026-05-18T17:54:14.722Z | Downloaded terminal_size v0.4.3 |
| 261 | 2026-05-18T17:54:14.726Z | Downloaded thiserror v1.0.69 |
| 262 | 2026-05-18T17:54:14.730Z | Downloaded once_cell v1.21.3 |
| 263 | 2026-05-18T17:54:14.734Z | Downloaded zerovec-derive v0.11.2 |
| 264 | 2026-05-18T17:54:14.734Z | Downloaded cargo_metadata v0.21.0 |
| 265 | 2026-05-18T17:54:14.737Z | Downloaded utf8_iter v1.0.4 |
| 266 | 2026-05-18T17:54:14.737Z | Downloaded usdt-attr-macro v0.5.0 |
| 267 | 2026-05-18T17:54:14.737Z | Downloaded toml v0.8.23 |
| 268 | 2026-05-18T17:54:14.740Z | Downloaded serde_core v1.0.228 |
| 269 | 2026-05-18T17:54:14.743Z | Downloaded yoke-derive v0.8.1 |
| 270 | 2026-05-18T17:54:14.743Z | Downloaded generic-array v0.14.7 |
| 271 | 2026-05-18T17:54:14.743Z | Downloaded thiserror-impl v2.0.18 |
| 272 | 2026-05-18T17:54:14.743Z | Downloaded usdt-macro v0.5.0 |
| 273 | 2026-05-18T17:54:14.747Z | Downloaded scroll v0.12.0 |
| 274 | 2026-05-18T17:54:14.747Z | Downloaded heck v0.5.0 |
| 275 | 2026-05-18T17:54:14.747Z | Downloaded displaydoc v0.2.5 |
| 276 | 2026-05-18T17:54:14.750Z | Downloaded unicode-linebreak v0.1.5 |
| 277 | 2026-05-18T17:54:14.750Z | Downloaded anstyle-query v1.1.5 |
| 278 | 2026-05-18T17:54:14.750Z | Downloaded ucd-trie v0.1.7 |
| 279 | 2026-05-18T17:54:14.753Z | Downloaded papergrid v0.11.0 |
| 280 | 2026-05-18T17:54:14.756Z | Downloaded dof v0.3.0 |
| 281 | 2026-05-18T17:54:14.756Z | Downloaded usdt v0.5.0 |
| 282 | 2026-05-18T17:54:14.760Z | Downloaded form_urlencoded v1.2.2 |
| 283 | 2026-05-18T17:54:14.760Z | Downloaded utf8parse v0.2.2 |
| 284 | 2026-05-18T17:54:14.763Z | Downloaded potential_utf v0.1.4 |
| 285 | 2026-05-18T17:54:14.764Z | Downloaded zerofrom v0.1.6 |
| 286 | 2026-05-18T17:54:14.764Z | Downloaded tinystr v0.8.2 |
| 287 | 2026-05-18T17:54:14.767Z | Downloaded clap_lex v1.0.0 |
| 288 | 2026-05-18T17:54:14.767Z | Downloaded pretty-hex v0.4.1 |
| 289 | 2026-05-18T17:54:14.767Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-05-18T17:54:14.773Z | Downloaded ordered-float v2.10.1 |
| 291 | 2026-05-18T17:54:14.773Z | Downloaded toml_write v0.1.2 |
| 292 | 2026-05-18T17:54:14.773Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-05-18T17:54:14.773Z | Downloaded unicode-xid v0.2.6 |
| 294 | 2026-05-18T17:54:14.777Z | Downloaded serde-value v0.7.0 |
| 295 | 2026-05-18T17:54:14.777Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-05-18T17:54:14.777Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-05-18T17:54:14.777Z | Downloaded plain v0.2.3 |
| 298 | 2026-05-18T17:54:14.777Z | Downloaded anstyle-parse v0.2.7 |
| 299 | 2026-05-18T17:54:14.781Z | Downloaded version_check v0.9.5 |
| 300 | 2026-05-18T17:54:14.781Z | Downloaded itoa v1.0.17 |
| 301 | 2026-05-18T17:54:14.781Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-05-18T17:54:14.781Z | Downloaded usdt-impl v0.5.0 |
| 303 | 2026-05-18T17:54:14.784Z | Downloaded thiserror v2.0.18 |
| 304 | 2026-05-18T17:54:14.787Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-05-18T17:54:14.787Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-05-18T17:54:14.787Z | Downloaded serde-untagged v0.1.9 |
| 307 | 2026-05-18T17:54:14.787Z | Downloaded semver v1.0.28 |
| 308 | 2026-05-18T17:54:14.790Z | Downloaded cpufeatures v0.2.17 |
| 309 | 2026-05-18T17:54:14.791Z | Downloaded errno v0.3.14 |
| 310 | 2026-05-18T17:54:14.791Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-05-18T17:54:14.791Z | Downloaded proc-macro-error v1.0.4 |
| 312 | 2026-05-18T17:54:14.795Z | Downloaded camino-tempfile v1.4.1 |
| 313 | 2026-05-18T17:54:14.795Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-05-18T17:54:14.798Z | Downloaded writeable v0.6.2 |
| 315 | 2026-05-18T17:54:14.798Z | Downloaded cargo_toml v0.21.0 |
| 316 | 2026-05-18T17:54:14.798Z | Downloaded zmij v1.0.21 |
| 317 | 2026-05-18T17:54:14.798Z | Downloaded typeid v1.0.3 |
| 318 | 2026-05-18T17:54:14.798Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-05-18T17:54:14.803Z | Downloaded yoke v0.8.1 |
| 320 | 2026-05-18T17:54:14.806Z | Downloaded heck v0.4.1 |
| 321 | 2026-05-18T17:54:14.806Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-05-18T17:54:14.806Z | Downloaded fnv v1.0.7 |
| 323 | 2026-05-18T17:54:14.812Z | Downloaded digest v0.10.7 |
| 324 | 2026-05-18T17:54:14.816Z | Downloaded autocfg v1.5.0 |
| 325 | 2026-05-18T17:54:14.819Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2026-05-18T17:54:14.819Z | Downloaded scroll_derive v0.12.1 |
| 327 | 2026-05-18T17:54:14.824Z | Downloaded stable_deref_trait v1.2.1 |
| 328 | 2026-05-18T17:54:14.824Z | Downloaded cargo-platform v0.2.0 |
| 329 | 2026-05-18T17:54:14.824Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-05-18T17:54:14.828Z | Downloaded typenum v1.19.0 |
| 331 | 2026-05-18T17:54:14.828Z | Downloaded serde_spanned v0.6.9 |
| 332 | 2026-05-18T17:54:14.828Z | Downloaded memmap v0.7.0 |
| 333 | 2026-05-18T17:54:14.831Z | Downloaded unicode-ident v1.0.24 |
| 334 | 2026-05-18T17:54:14.831Z | Downloaded zerotrie v0.2.3 |
| 335 | 2026-05-18T17:54:14.835Z | Downloaded strsim v0.11.1 |
| 336 | 2026-05-18T17:54:14.836Z | Downloaded toml_edit v0.22.27 |
| 337 | 2026-05-18T17:54:14.836Z | Downloaded swrite v0.1.0 |
| 338 | 2026-05-18T17:54:14.840Z | Downloaded winnow v0.7.14 |
| 339 | 2026-05-18T17:54:14.843Z | Downloaded smawk v0.3.2 |
| 340 | 2026-05-18T17:54:14.843Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-05-18T17:54:14.843Z | Downloaded idna_adapter v1.2.1 |
| 342 | 2026-05-18T17:54:14.843Z | Downloaded percent-encoding v2.3.2 |
| 343 | 2026-05-18T17:54:14.847Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-05-18T17:54:14.847Z | Downloaded url v2.5.8 |
| 345 | 2026-05-18T17:54:14.850Z | Downloaded anstyle v1.0.13 |
| 346 | 2026-05-18T17:54:14.850Z | Downloaded quote v1.0.45 |
| 347 | 2026-05-18T17:54:14.850Z | Downloaded colorchoice v1.0.4 |
| 348 | 2026-05-18T17:54:14.851Z | Downloaded synstructure v0.13.2 |
| 349 | 2026-05-18T17:54:14.851Z | Downloaded equivalent v1.0.2 |
| 350 | 2026-05-18T17:54:14.854Z | Downloaded zerocopy v0.7.35 |
| 351 | 2026-05-18T17:54:14.861Z | Downloaded zerovec v0.11.5 |
| 352 | 2026-05-18T17:54:14.865Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2026-05-18T17:54:14.870Z | Downloaded anyhow v1.0.102 |
| 354 | 2026-05-18T17:54:14.870Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-05-18T17:54:14.873Z | Downloaded num-traits v0.2.19 |
| 356 | 2026-05-18T17:54:14.873Z | Downloaded erased-serde v0.4.9 |
| 357 | 2026-05-18T17:54:14.873Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-05-18T17:54:14.876Z | Downloaded sha2 v0.10.9 |
| 359 | 2026-05-18T17:54:14.883Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-05-18T17:54:14.886Z | Downloaded byteorder v1.5.0 |
| 361 | 2026-05-18T17:54:14.886Z | Downloaded cargo-util-schemas v0.8.2 |
| 362 | 2026-05-18T17:54:14.889Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-05-18T17:54:14.893Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-05-18T17:54:14.903Z | Downloaded fs-err v3.3.0 |
| 365 | 2026-05-18T17:54:14.906Z | Downloaded smallvec v1.15.1 |
| 366 | 2026-05-18T17:54:14.909Z | Downloaded bitflags v2.11.0 |
| 367 | 2026-05-18T17:54:14.912Z | Downloaded litemap v0.8.1 |
| 368 | 2026-05-18T17:54:14.913Z | Downloaded camino v1.2.2 |
| 369 | 2026-05-18T17:54:14.916Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-05-18T17:54:14.920Z | Downloaded icu_provider v2.1.1 |
| 371 | 2026-05-18T17:54:14.924Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-05-18T17:54:14.924Z | Downloaded getrandom v0.4.1 |
| 373 | 2026-05-18T17:54:14.928Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-05-18T17:54:14.928Z | Downloaded clap_derive v4.5.55 |
| 375 | 2026-05-18T17:54:14.933Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-05-18T17:54:14.938Z | Downloaded clap v4.5.60 |
| 377 | 2026-05-18T17:54:14.942Z | Downloaded log v0.4.29 |
| 378 | 2026-05-18T17:54:14.958Z | Downloaded pest_meta v2.8.6 |
| 379 | 2026-05-18T17:54:14.961Z | Downloaded icu_normalizer_data v2.1.1 |
| 380 | 2026-05-18T17:54:14.962Z | Downloaded icu_normalizer v2.1.1 |
| 381 | 2026-05-18T17:54:14.965Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-05-18T17:54:14.970Z | Downloaded serde v1.0.228 |
| 383 | 2026-05-18T17:54:14.970Z | Downloaded indexmap v2.14.0 |
| 384 | 2026-05-18T17:54:14.980Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-18T17:54:14.987Z | Downloaded clap_builder v4.5.60 |
| 386 | 2026-05-18T17:54:14.998Z | Downloaded icu_collections v2.1.1 |
| 387 | 2026-05-18T17:54:15.036Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-18T17:54:15.036Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-18T17:54:15.036Z | Downloaded pest v2.8.6 |
| 390 | 2026-05-18T17:54:15.036Z | Downloaded serde_json v1.0.149 |
| 391 | 2026-05-18T17:54:15.036Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-18T17:54:15.043Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-18T17:54:15.051Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-18T17:54:15.054Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-18T17:54:15.062Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-18T17:54:15.072Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-18T17:54:15.100Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-18T17:54:15.166Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-18T17:54:15.169Z | Compiling quote v1.0.45 |
| 400 | 2026-05-18T17:54:15.169Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-18T17:54:15.169Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-18T17:54:15.169Z | Compiling libc v0.2.185 |
| 403 | 2026-05-18T17:54:15.169Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-18T17:54:15.169Z | Compiling serde v1.0.228 |
| 405 | 2026-05-18T17:54:15.169Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-18T17:54:15.169Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-18T17:54:15.169Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-18T17:54:15.349Z | Compiling itoa v1.0.17 |
| 409 | 2026-05-18T17:54:15.352Z | Compiling thiserror v1.0.69 |
| 410 | 2026-05-18T17:54:15.352Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-18T17:54:15.352Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-18T17:54:15.352Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-18T17:54:15.546Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-18T17:54:15.564Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-18T17:54:15.650Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-18T17:54:15.771Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-18T17:54:15.907Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-18T17:54:15.935Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-18T17:54:16.024Z | Compiling pest v2.8.6 |
| 420 | 2026-05-18T17:54:16.042Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-18T17:54:16.060Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-18T17:54:16.204Z | Compiling equivalent v1.0.2 |
| 423 | 2026-05-18T17:54:16.221Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-18T17:54:16.329Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-18T17:54:16.332Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-18T17:54:16.420Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-18T17:54:16.475Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-18T17:54:16.495Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-18T17:54:16.498Z | Compiling syn v1.0.109 |
| 430 | 2026-05-18T17:54:16.514Z | Compiling toml_write v0.1.2 |
| 431 | 2026-05-18T17:54:16.568Z | Compiling erased-serde v0.4.9 |
| 432 | 2026-05-18T17:54:16.643Z | Compiling errno v0.3.14 |
| 433 | 2026-05-18T17:54:16.662Z | Compiling thread-id v4.2.2 |
| 434 | 2026-05-18T17:54:16.794Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-18T17:54:16.798Z | Compiling percent-encoding v2.3.2 |
| 436 | 2026-05-18T17:54:16.850Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-18T17:54:16.887Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-18T17:54:16.905Z | Compiling utf8parse v0.2.2 |
| 439 | 2026-05-18T17:54:16.938Z | Compiling syn v2.0.117 |
| 440 | 2026-05-18T17:54:16.955Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-05-18T17:54:16.971Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-18T17:54:17.016Z | Compiling log v0.4.29 |
| 443 | 2026-05-18T17:54:17.036Z | Compiling plain v0.2.3 |
| 444 | 2026-05-18T17:54:17.051Z | Compiling camino v1.2.2 |
| 445 | 2026-05-18T17:54:17.086Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-18T17:54:17.176Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-18T17:54:17.237Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-18T17:54:17.366Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-18T17:54:17.442Z | Compiling colorchoice v1.0.4 |
| 450 | 2026-05-18T17:54:17.484Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-18T17:54:17.533Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-18T17:54:17.536Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-18T17:54:17.592Z | Compiling is_terminal_polyfill v1.70.2 |
| 454 | 2026-05-18T17:54:17.620Z | Compiling anstyle v1.0.13 |
| 455 | 2026-05-18T17:54:17.688Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-18T17:54:17.688Z | Compiling heck v0.5.0 |
| 457 | 2026-05-18T17:54:17.692Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-18T17:54:17.762Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-05-18T17:54:17.762Z | Compiling unicode-width v0.1.14 |
| 460 | 2026-05-18T17:54:17.863Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-18T17:54:17.882Z | Compiling anyhow v1.0.102 |
| 462 | 2026-05-18T17:54:17.897Z | Compiling strsim v0.11.1 |
| 463 | 2026-05-18T17:54:17.929Z | Compiling clap_lex v1.0.0 |
| 464 | 2026-05-18T17:54:17.948Z | Compiling unicode-xid v0.2.6 |
| 465 | 2026-05-18T17:54:18.015Z | Compiling heck v0.4.1 |
| 466 | 2026-05-18T17:54:18.048Z | Compiling once_cell v1.21.3 |
| 467 | 2026-05-18T17:54:18.087Z | Compiling fnv v1.0.7 |
| 468 | 2026-05-18T17:54:18.182Z | Compiling semver v1.0.28 |
| 469 | 2026-05-18T17:54:18.200Z | Compiling bytecount v0.6.9 |
| 470 | 2026-05-18T17:54:18.217Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-18T17:54:18.276Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-18T17:54:18.298Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-18T17:54:18.298Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-05-18T17:54:18.355Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-18T17:54:18.487Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-18T17:54:18.530Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-18T17:54:18.550Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-18T17:54:18.569Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-18T17:54:18.676Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-18T17:54:18.709Z | Compiling textwrap v0.16.2 |
| 481 | 2026-05-18T17:54:18.753Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-18T17:54:19.065Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-18T17:54:19.554Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-18T17:54:19.554Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-18T17:54:19.776Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-18T17:54:20.077Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-18T17:54:20.077Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-18T17:54:20.077Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-18T17:54:20.080Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-18T17:54:20.080Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-18T17:54:20.095Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-18T17:54:20.111Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-18T17:54:20.144Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-18T17:54:20.160Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-18T17:54:20.163Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-18T17:54:20.213Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-18T17:54:20.780Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-18T17:54:20.935Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-18T17:54:21.038Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-18T17:54:21.211Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-18T17:54:21.293Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-18T17:54:21.316Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-18T17:54:21.477Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-18T17:54:21.477Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-18T17:54:21.642Z | Compiling clap v4.5.60 |
| 506 | 2026-05-18T17:54:21.899Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-18T17:54:21.899Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-18T17:54:22.022Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-18T17:54:22.047Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-18T17:54:22.605Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-18T17:54:22.669Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-18T17:54:22.669Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-18T17:54:22.672Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-18T17:54:22.672Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-18T17:54:22.672Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-18T17:54:22.687Z | Compiling dof v0.3.0 |
| 517 | 2026-05-18T17:54:22.690Z | Compiling serde_tokenstream v0.2.3 |
| 518 | 2026-05-18T17:54:22.829Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-18T17:54:22.829Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-18T17:54:22.946Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-18T17:54:23.440Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-18T17:54:23.440Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-18T17:54:23.632Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-18T17:54:23.737Z | Compiling idna v1.1.0 |
| 525 | 2026-05-18T17:54:23.991Z | Compiling url v2.5.8 |
| 526 | 2026-05-18T17:54:24.028Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-18T17:54:24.191Z | Compiling toml v0.8.23 |
| 528 | 2026-05-18T17:54:24.516Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-18T17:54:24.516Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-18T17:54:25.286Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-18T17:54:26.204Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-18T17:54:28.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.49s |
| 533 | 2026-05-18T17:54:28.575Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-18T17:54:29.130Z | Downloading crates ... |
| 535 | 2026-05-18T17:54:29.223Z | Downloaded array-init v0.0.4 |
| 536 | 2026-05-18T17:54:29.230Z | Downloaded arrayref v0.3.9 |
| 537 | 2026-05-18T17:54:29.233Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-18T17:54:29.236Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-05-18T17:54:29.240Z | Downloaded argon2 v0.5.3 |
| 540 | 2026-05-18T17:54:29.240Z | Downloaded arrayvec v0.7.6 |
| 541 | 2026-05-18T17:54:29.243Z | Downloaded assert_matches v1.5.0 |
| 542 | 2026-05-18T17:54:29.247Z | Downloaded bit-set v0.5.3 |
| 543 | 2026-05-18T17:54:29.250Z | Downloaded crunchy v0.2.4 |
| 544 | 2026-05-18T17:54:29.255Z | Downloaded foreign-types v0.3.2 |
| 545 | 2026-05-18T17:54:29.258Z | Downloaded dirs-sys-next v0.1.2 |
| 546 | 2026-05-18T17:54:29.258Z | Downloaded compression-codecs v0.4.37 |
| 547 | 2026-05-18T17:54:29.261Z | Downloaded cassowary v0.3.0 |
| 548 | 2026-05-18T17:54:29.261Z | Downloaded bit-vec v0.8.0 |
| 549 | 2026-05-18T17:54:29.264Z | Downloaded embedded-io v0.6.1 |
| 550 | 2026-05-18T17:54:29.265Z | Downloaded env_filter v1.0.0 |
| 551 | 2026-05-18T17:54:29.268Z | Downloaded fd-lock v4.0.4 |
| 552 | 2026-05-18T17:54:29.268Z | Downloaded cookie v0.18.1 |
| 553 | 2026-05-18T17:54:29.272Z | Downloaded foreign-types v0.5.0 |
| 554 | 2026-05-18T17:54:29.272Z | Downloaded aes v0.8.4 |
| 555 | 2026-05-18T17:54:29.275Z | Downloaded darling_macro v0.20.11 |
| 556 | 2026-05-18T17:54:29.275Z | Downloaded either v1.15.0 |
| 557 | 2026-05-18T17:54:29.275Z | Downloaded daft-derive v0.1.5 |
| 558 | 2026-05-18T17:54:29.278Z | Downloaded darling_core v0.21.3 |
| 559 | 2026-05-18T17:54:29.281Z | Downloaded darling v0.21.3 |
| 560 | 2026-05-18T17:54:29.285Z | Downloaded ff v0.13.1 |
| 561 | 2026-05-18T17:54:29.285Z | Downloaded des v0.8.1 |
| 562 | 2026-05-18T17:54:29.285Z | Downloaded crucible-workspace-hack v0.1.0 |
| 563 | 2026-05-18T17:54:29.285Z | Downloaded deranged v0.5.8 |
| 564 | 2026-05-18T17:54:29.288Z | Downloaded darling_macro v0.21.3 |
| 565 | 2026-05-18T17:54:29.288Z | Downloaded dunce v1.0.5 |
| 566 | 2026-05-18T17:54:29.288Z | Downloaded crc8 v0.1.1 |
| 567 | 2026-05-18T17:54:29.288Z | Downloaded arc-swap v1.8.2 |
| 568 | 2026-05-18T17:54:29.291Z | Downloaded defmt v1.0.1 |
| 569 | 2026-05-18T17:54:29.294Z | Downloaded darling_macro v0.23.0 |
| 570 | 2026-05-18T17:54:29.294Z | Downloaded darling v0.20.11 |
| 571 | 2026-05-18T17:54:29.297Z | Downloaded data-encoding v2.10.0 |
| 572 | 2026-05-18T17:54:29.297Z | Downloaded base16ct v0.2.0 |
| 573 | 2026-05-18T17:54:29.300Z | Downloaded async-stream v0.3.6 |
| 574 | 2026-05-18T17:54:29.300Z | Downloaded bitfield-macros v0.19.4 |
| 575 | 2026-05-18T17:54:29.300Z | Downloaded async-recursion v1.1.1 |
| 576 | 2026-05-18T17:54:29.303Z | Downloaded enum-as-inner v0.6.1 |
| 577 | 2026-05-18T17:54:29.306Z | Downloaded defmt v0.3.100 |
| 578 | 2026-05-18T17:54:29.306Z | Downloaded debug-ignore v1.0.5 |
| 579 | 2026-05-18T17:54:29.309Z | Downloaded cfg_aliases v0.2.1 |
| 580 | 2026-05-18T17:54:29.309Z | Downloaded block-padding v0.3.3 |
| 581 | 2026-05-18T17:54:29.309Z | Downloaded aead v0.5.2 |
| 582 | 2026-05-18T17:54:29.312Z | Downloaded darling v0.23.0 |
| 583 | 2026-05-18T17:54:29.315Z | Downloaded atomicwrites v0.4.4 |
| 584 | 2026-05-18T17:54:29.315Z | Downloaded async-stream-impl v0.3.6 |
| 585 | 2026-05-18T17:54:29.315Z | Downloaded cargo-platform v0.1.9 |
| 586 | 2026-05-18T17:54:29.318Z | Downloaded ciborium-io v0.2.2 |
| 587 | 2026-05-18T17:54:29.319Z | Downloaded crc-catalog v2.4.0 |
| 588 | 2026-05-18T17:54:29.322Z | Downloaded cobs v0.3.0 |
| 589 | 2026-05-18T17:54:29.322Z | Downloaded dyn-clone v1.0.20 |
| 590 | 2026-05-18T17:54:29.325Z | Downloaded dsl_auto_type v0.2.0 |
| 591 | 2026-05-18T17:54:29.325Z | Downloaded ciborium-ll v0.2.2 |
| 592 | 2026-05-18T17:54:29.325Z | Downloaded dirs-next v2.0.0 |
| 593 | 2026-05-18T17:54:29.325Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 594 | 2026-05-18T17:54:29.328Z | Downloaded cstr-argument v0.1.2 |
| 595 | 2026-05-18T17:54:29.328Z | Downloaded defmt-parser v1.0.0 |
| 596 | 2026-05-18T17:54:29.332Z | Downloaded ed25519 v2.2.3 |
| 597 | 2026-05-18T17:54:29.332Z | Downloaded der v0.7.10 |
| 598 | 2026-05-18T17:54:29.335Z | Downloaded atomic-waker v1.1.2 |
| 599 | 2026-05-18T17:54:29.335Z | Downloaded ctr v0.9.2 |
| 600 | 2026-05-18T17:54:29.335Z | Downloaded crossbeam-deque v0.8.6 |
| 601 | 2026-05-18T17:54:29.339Z | Downloaded float-ord v0.3.2 |
| 602 | 2026-05-18T17:54:29.339Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-05-18T17:54:29.339Z | Downloaded cfg_aliases v0.1.1 |
| 604 | 2026-05-18T17:54:29.342Z | Downloaded flagset v0.4.7 |
| 605 | 2026-05-18T17:54:29.342Z | Downloaded atty v0.2.14 |
| 606 | 2026-05-18T17:54:29.342Z | Downloaded document-features v0.2.12 |
| 607 | 2026-05-18T17:54:29.345Z | Downloaded downcast-rs v2.0.2 |
| 608 | 2026-05-18T17:54:29.345Z | Downloaded float-cmp v0.10.0 |
| 609 | 2026-05-18T17:54:29.345Z | Downloaded blowfish v0.9.1 |
| 610 | 2026-05-18T17:54:29.345Z | Downloaded bitfield-struct v0.6.2 |
| 611 | 2026-05-18T17:54:29.348Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-05-18T17:54:29.352Z | Downloaded cmake v0.1.57 |
| 613 | 2026-05-18T17:54:29.352Z | Downloaded cbc v0.1.2 |
| 614 | 2026-05-18T17:54:29.355Z | Downloaded endian-type v0.1.2 |
| 615 | 2026-05-18T17:54:29.355Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-05-18T17:54:29.355Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 617 | 2026-05-18T17:54:29.358Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-05-18T17:54:29.363Z | Downloaded embedded-io v0.4.0 |
| 619 | 2026-05-18T17:54:29.366Z | Downloaded bb8 v0.8.6 |
| 620 | 2026-05-18T17:54:29.370Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 621 | 2026-05-18T17:54:29.373Z | Downloaded futures-macro v0.3.32 |
| 622 | 2026-05-18T17:54:29.373Z | Downloaded dof v0.4.0 |
| 623 | 2026-05-18T17:54:29.373Z | Downloaded difflib v0.4.0 |
| 624 | 2026-05-18T17:54:29.378Z | Downloaded crc v3.4.0 |
| 625 | 2026-05-18T17:54:29.381Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 626 | 2026-05-18T17:54:29.381Z | Downloaded display-error-chain v0.2.2 |
| 627 | 2026-05-18T17:54:29.384Z | Downloaded foreign-types-shared v0.3.1 |
| 628 | 2026-05-18T17:54:29.384Z | Downloaded bit-set v0.8.0 |
| 629 | 2026-05-18T17:54:29.387Z | Downloaded futures-task v0.3.32 |
| 630 | 2026-05-18T17:54:29.391Z | Downloaded fallible-iterator v0.2.0 |
| 631 | 2026-05-18T17:54:29.391Z | Downloaded cpufeatures v0.3.0 |
| 632 | 2026-05-18T17:54:29.391Z | Downloaded foldhash v0.2.0 |
| 633 | 2026-05-18T17:54:29.412Z | Downloaded castaway v0.2.4 |
| 634 | 2026-05-18T17:54:29.412Z | Downloaded foreign-types-macros v0.2.3 |
| 635 | 2026-05-18T17:54:29.412Z | Downloaded ghash v0.5.1 |
| 636 | 2026-05-18T17:54:29.412Z | Downloaded foreign-types-shared v0.1.1 |
| 637 | 2026-05-18T17:54:29.412Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-18T17:54:29.412Z | Downloaded fxhash v0.2.1 |
| 639 | 2026-05-18T17:54:29.412Z | Downloaded git-stub v1.0.0 |
| 640 | 2026-05-18T17:54:29.412Z | Downloaded futures-core v0.3.32 |
| 641 | 2026-05-18T17:54:29.412Z | Downloaded funty v2.0.0 |
| 642 | 2026-05-18T17:54:29.412Z | Downloaded convert_case v0.4.0 |
| 643 | 2026-05-18T17:54:29.412Z | Downloaded hash32 v0.2.1 |
| 644 | 2026-05-18T17:54:29.413Z | Downloaded futures-io v0.3.32 |
| 645 | 2026-05-18T17:54:29.413Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-05-18T17:54:29.413Z | Downloaded cargo_metadata v0.19.2 |
| 647 | 2026-05-18T17:54:29.413Z | Downloaded hash32 v0.3.1 |
| 648 | 2026-05-18T17:54:29.413Z | Downloaded bit-vec v0.6.3 |
| 649 | 2026-05-18T17:54:29.413Z | Downloaded base64 v0.22.1 |
| 650 | 2026-05-18T17:54:29.416Z | Downloaded hex v0.4.3 |
| 651 | 2026-05-18T17:54:29.416Z | Downloaded der_derive v0.7.3 |
| 652 | 2026-05-18T17:54:29.419Z | Downloaded cipher v0.4.4 |
| 653 | 2026-05-18T17:54:29.420Z | Downloaded ena v0.14.4 |
| 654 | 2026-05-18T17:54:29.420Z | Downloaded bcs v0.1.6 |
| 655 | 2026-05-18T17:54:29.423Z | Downloaded diesel-dtrace v0.5.0 |
| 656 | 2026-05-18T17:54:29.423Z | Downloaded base64ct v1.8.3 |
| 657 | 2026-05-18T17:54:29.426Z | Downloaded env_logger v0.11.9 |
| 658 | 2026-05-18T17:54:29.426Z | Downloaded erased-serde v0.3.31 |
| 659 | 2026-05-18T17:54:29.429Z | Downloaded derive_builder_core v0.20.2 |
| 660 | 2026-05-18T17:54:29.429Z | Downloaded cexpr v0.6.0 |
| 661 | 2026-05-18T17:54:29.429Z | Downloaded backon v1.6.0 |
| 662 | 2026-05-18T17:54:29.432Z | Downloaded daft v0.1.5 |
| 663 | 2026-05-18T17:54:29.432Z | Downloaded derive-ex v0.1.8 |
| 664 | 2026-05-18T17:54:29.436Z | Downloaded ecdsa v0.16.9 |
| 665 | 2026-05-18T17:54:29.436Z | Downloaded csv-core v0.1.13 |
| 666 | 2026-05-18T17:54:29.439Z | Downloaded hubpack_derive v0.1.1 |
| 667 | 2026-05-18T17:54:29.439Z | Downloaded hostname v0.4.2 |
| 668 | 2026-05-18T17:54:29.439Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-05-18T17:54:29.442Z | Downloaded httpdate v1.0.3 |
| 670 | 2026-05-18T17:54:29.442Z | Downloaded hex-literal v0.4.1 |
| 671 | 2026-05-18T17:54:29.442Z | Downloaded headers-core v0.3.0 |
| 672 | 2026-05-18T17:54:29.442Z | Downloaded hostname v0.3.1 |
| 673 | 2026-05-18T17:54:29.445Z | Downloaded fixedbitset v0.5.7 |
| 674 | 2026-05-18T17:54:29.448Z | Downloaded filetime v0.2.27 |
| 675 | 2026-05-18T17:54:29.448Z | Downloaded home v0.5.12 |
| 676 | 2026-05-18T17:54:29.452Z | Downloaded http-body v1.0.1 |
| 677 | 2026-05-18T17:54:29.459Z | Downloaded darling_core v0.23.0 |
| 678 | 2026-05-18T17:54:29.462Z | Downloaded illumos-nvpair v0.3.0 |
| 679 | 2026-05-18T17:54:29.465Z | Downloaded async-trait v0.1.89 |
| 680 | 2026-05-18T17:54:29.465Z | Downloaded ident_case v1.0.1 |
| 681 | 2026-05-18T17:54:29.468Z | Downloaded convert_case v0.10.0 |
| 682 | 2026-05-18T17:54:29.468Z | Downloaded const_format_proc_macros v0.2.34 |
| 683 | 2026-05-18T17:54:29.468Z | Downloaded indoc v1.0.9 |
| 684 | 2026-05-18T17:54:29.471Z | Downloaded bitfield v0.19.4 |
| 685 | 2026-05-18T17:54:29.471Z | Downloaded chacha20 v0.9.1 |
| 686 | 2026-05-18T17:54:29.474Z | Downloaded glob v0.3.3 |
| 687 | 2026-05-18T17:54:29.474Z | Downloaded fs-err v2.11.0 |
| 688 | 2026-05-18T17:54:29.474Z | Downloaded corncobs v0.1.4 |
| 689 | 2026-05-18T17:54:29.477Z | Downloaded backoff v0.4.0 |
| 690 | 2026-05-18T17:54:29.477Z | Downloaded group v0.13.0 |
| 691 | 2026-05-18T17:54:29.480Z | Downloaded buf-list v1.1.2 |
| 692 | 2026-05-18T17:54:29.481Z | Downloaded git-stub-vcs v0.1.0 |
| 693 | 2026-05-18T17:54:29.484Z | Downloaded hyper-tls v0.6.0 |
| 694 | 2026-05-18T17:54:29.487Z | Downloaded hubpack v0.1.2 |
| 695 | 2026-05-18T17:54:29.487Z | Downloaded http-range v0.1.5 |
| 696 | 2026-05-18T17:54:29.487Z | Downloaded internet-checksum v0.2.1 |
| 697 | 2026-05-18T17:54:29.487Z | Downloaded instant v0.1.13 |
| 698 | 2026-05-18T17:54:29.492Z | Downloaded constant_time_eq v0.4.2 |
| 699 | 2026-05-18T17:54:29.492Z | Downloaded indent_write v2.2.0 |
| 700 | 2026-05-18T17:54:29.492Z | Downloaded futures-executor v0.3.32 |
| 701 | 2026-05-18T17:54:29.495Z | Downloaded derive_builder v0.20.2 |
| 702 | 2026-05-18T17:54:29.495Z | Downloaded critical-section v1.2.0 |
| 703 | 2026-05-18T17:54:29.498Z | Downloaded find-msvc-tools v0.1.9 |
| 704 | 2026-05-18T17:54:29.498Z | Downloaded defmt-macros v1.0.1 |
| 705 | 2026-05-18T17:54:29.501Z | Downloaded drift v0.1.4 |
| 706 | 2026-05-18T17:54:29.504Z | Downloaded lalrpop-util v0.19.12 |
| 707 | 2026-05-18T17:54:29.507Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 708 | 2026-05-18T17:54:29.507Z | Downloaded fatfs v0.3.6 |
| 709 | 2026-05-18T17:54:29.510Z | Downloaded diff v0.1.13 |
| 710 | 2026-05-18T17:54:29.510Z | Downloaded http-body-util v0.1.3 |
| 711 | 2026-05-18T17:54:29.513Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-05-18T17:54:29.513Z | Downloaded dropshot_endpoint v0.16.7 |
| 713 | 2026-05-18T17:54:29.513Z | Downloaded derive-where v1.6.0 |
| 714 | 2026-05-18T17:54:29.516Z | Downloaded crossbeam-epoch v0.9.18 |
| 715 | 2026-05-18T17:54:29.520Z | Downloaded lazy_static v1.5.0 |
| 716 | 2026-05-18T17:54:29.520Z | Downloaded colored v3.1.1 |
| 717 | 2026-05-18T17:54:29.523Z | Downloaded console v0.15.11 |
| 718 | 2026-05-18T17:54:29.523Z | Downloaded const-oid v0.9.6 |
| 719 | 2026-05-18T17:54:29.526Z | Downloaded is-terminal v0.4.17 |
| 720 | 2026-05-18T17:54:29.526Z | Downloaded clang-sys v1.8.1 |
| 721 | 2026-05-18T17:54:29.526Z | Downloaded cancel-safe-futures v0.1.5 |
| 722 | 2026-05-18T17:54:29.529Z | Downloaded keccak v0.1.6 |
| 723 | 2026-05-18T17:54:29.529Z | Downloaded indoc v2.0.7 |
| 724 | 2026-05-18T17:54:29.532Z | Downloaded hyper-staticfile v0.10.1 |
| 725 | 2026-05-18T17:54:29.532Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-05-18T17:54:29.532Z | Downloaded lzss v0.8.2 |
| 727 | 2026-05-18T17:54:29.536Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-05-18T17:54:29.536Z | Downloaded byte-wrapper v0.1.0 |
| 729 | 2026-05-18T17:54:29.539Z | Downloaded match_cfg v0.1.0 |
| 730 | 2026-05-18T17:54:29.539Z | Downloaded maplit v1.0.2 |
| 731 | 2026-05-18T17:54:29.539Z | Downloaded managed v0.8.0 |
| 732 | 2026-05-18T17:54:29.539Z | Downloaded lru v0.12.5 |
| 733 | 2026-05-18T17:54:29.542Z | Downloaded maybe-uninit v2.0.0 |
| 734 | 2026-05-18T17:54:29.542Z | Downloaded lru-slab v0.1.2 |
| 735 | 2026-05-18T17:54:29.542Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-05-18T17:54:29.542Z | Downloaded bitflags v1.3.2 |
| 737 | 2026-05-18T17:54:29.545Z | Downloaded ingot v0.1.1 |
| 738 | 2026-05-18T17:54:29.545Z | Downloaded half v1.8.3 |
| 739 | 2026-05-18T17:54:29.549Z | Downloaded globset v0.4.18 |
| 740 | 2026-05-18T17:54:29.549Z | Downloaded blake2 v0.10.6 |
| 741 | 2026-05-18T17:54:29.552Z | Downloaded async-bb8-diesel v0.2.1 |
| 742 | 2026-05-18T17:54:29.552Z | Downloaded memoffset v0.9.1 |
| 743 | 2026-05-18T17:54:29.552Z | Downloaded crc32fast v1.5.0 |
| 744 | 2026-05-18T17:54:29.555Z | Downloaded mime v0.3.17 |
| 745 | 2026-05-18T17:54:29.555Z | Downloaded md5 v0.7.0 |
| 746 | 2026-05-18T17:54:29.555Z | Downloaded colored v2.2.0 |
| 747 | 2026-05-18T17:54:29.558Z | Downloaded bzip2 v0.4.4 |
| 748 | 2026-05-18T17:54:29.558Z | Downloaded multimap v0.10.1 |
| 749 | 2026-05-18T17:54:29.561Z | Downloaded ciborium v0.2.2 |
| 750 | 2026-05-18T17:54:29.561Z | Downloaded foldhash v0.1.5 |
| 751 | 2026-05-18T17:54:29.561Z | Downloaded cookie_store v0.22.1 |
| 752 | 2026-05-18T17:54:29.566Z | Downloaded elliptic-curve v0.13.8 |
| 753 | 2026-05-18T17:54:29.569Z | Downloaded dropshot_endpoint v0.17.0 |
| 754 | 2026-05-18T17:54:29.569Z | Downloaded console v0.16.2 |
| 755 | 2026-05-18T17:54:29.569Z | Downloaded fs_extra v1.3.0 |
| 756 | 2026-05-18T17:54:29.572Z | Downloaded newtype-uuid-macros v0.1.0 |
| 757 | 2026-05-18T17:54:29.572Z | Downloaded getrandom v0.2.17 |
| 758 | 2026-05-18T17:54:29.575Z | Downloaded chacha20 v0.10.0 |
| 759 | 2026-05-18T17:54:29.575Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 760 | 2026-05-18T17:54:29.579Z | Downloaded httparse v1.10.1 |
| 761 | 2026-05-18T17:54:29.579Z | Downloaded derive_more v0.99.20 |
| 762 | 2026-05-18T17:54:29.582Z | Downloaded bzip2 v0.6.1 |
| 763 | 2026-05-18T17:54:29.582Z | Downloaded futures-channel v0.3.32 |
| 764 | 2026-05-18T17:54:29.587Z | Downloaded newtype_derive v0.1.6 |
| 765 | 2026-05-18T17:54:29.587Z | Downloaded num-derive v0.3.3 |
| 766 | 2026-05-18T17:54:29.587Z | Downloaded num-derive v0.4.2 |
| 767 | 2026-05-18T17:54:29.590Z | Downloaded ingot-types v0.1.2 |
| 768 | 2026-05-18T17:54:29.590Z | Downloaded num-conv v0.2.0 |
| 769 | 2026-05-18T17:54:29.590Z | Downloaded normalize-line-endings v0.3.0 |
| 770 | 2026-05-18T17:54:29.590Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-05-18T17:54:29.590Z | Downloaded jobserver v0.1.34 |
| 772 | 2026-05-18T17:54:29.593Z | Downloaded nonempty v0.12.0 |
| 773 | 2026-05-18T17:54:29.593Z | Downloaded hyper-rustls v0.27.7 |
| 774 | 2026-05-18T17:54:29.597Z | Downloaded libloading v0.8.9 |
| 775 | 2026-05-18T17:54:29.597Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-05-18T17:54:29.601Z | Downloaded lock_api v0.4.14 |
| 777 | 2026-05-18T17:54:29.601Z | Downloaded new_debug_unreachable v1.0.6 |
| 778 | 2026-05-18T17:54:29.601Z | Downloaded highway v1.3.0 |
| 779 | 2026-05-18T17:54:29.605Z | Downloaded oso-derive v0.27.3 |
| 780 | 2026-05-18T17:54:29.605Z | Downloaded num_threads v0.1.7 |
| 781 | 2026-05-18T17:54:29.605Z | Downloaded camino-tempfile-ext v0.3.3 |
| 782 | 2026-05-18T17:54:29.605Z | Downloaded olpc-cjson v0.1.4 |
| 783 | 2026-05-18T17:54:29.605Z | Downloaded instability v0.3.11 |
| 784 | 2026-05-18T17:54:29.608Z | Downloaded inout v0.1.4 |
| 785 | 2026-05-18T17:54:29.608Z | Downloaded half v2.7.1 |
| 786 | 2026-05-18T17:54:29.611Z | Downloaded kstat-rs v0.2.4 |
| 787 | 2026-05-18T17:54:29.611Z | Downloaded ipnet v2.11.0 |
| 788 | 2026-05-18T17:54:29.615Z | Downloaded libsw-core v0.3.2 |
| 789 | 2026-05-18T17:54:29.615Z | Downloaded libefi-sys v0.1.0 |
| 790 | 2026-05-18T17:54:29.618Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-05-18T17:54:29.621Z | Downloaded nodrop v0.1.14 |
| 792 | 2026-05-18T17:54:29.621Z | Downloaded num_enum_derive v0.5.11 |
| 793 | 2026-05-18T17:54:29.624Z | Downloaded num-iter v0.1.45 |
| 794 | 2026-05-18T17:54:29.624Z | Downloaded openssl-probe v0.1.6 |
| 795 | 2026-05-18T17:54:29.624Z | Downloaded openssl-macros v0.1.1 |
| 796 | 2026-05-18T17:54:29.627Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-05-18T17:54:29.631Z | Downloaded ingot-macros v0.1.1 |
| 798 | 2026-05-18T17:54:29.634Z | Downloaded hmac v0.12.1 |
| 799 | 2026-05-18T17:54:29.634Z | Downloaded linear-map v1.2.0 |
| 800 | 2026-05-18T17:54:29.634Z | Downloaded humantime v2.3.0 |
| 801 | 2026-05-18T17:54:29.637Z | Downloaded flume v0.11.1 |
| 802 | 2026-05-18T17:54:29.637Z | Downloaded multer v3.1.0 |
| 803 | 2026-05-18T17:54:29.640Z | Downloaded crossbeam-utils v0.8.21 |
| 804 | 2026-05-18T17:54:29.643Z | Downloaded parse-size v1.1.0 |
| 805 | 2026-05-18T17:54:29.655Z | Downloaded peg-runtime v0.8.5 |
| 806 | 2026-05-18T17:54:29.659Z | Downloaded allocator-api2 v0.2.21 |
| 807 | 2026-05-18T17:54:29.659Z | Downloaded nu-ansi-term v0.50.3 |
| 808 | 2026-05-18T17:54:29.663Z | Downloaded crossterm v0.28.1 |
| 809 | 2026-05-18T17:54:29.666Z | Downloaded num-complex v0.4.6 |
| 810 | 2026-05-18T17:54:29.666Z | Downloaded litrs v1.0.0 |
| 811 | 2026-05-18T17:54:29.666Z | Downloaded num_enum_derive v0.7.5 |
| 812 | 2026-05-18T17:54:29.670Z | Downloaded ignore v0.4.25 |
| 813 | 2026-05-18T17:54:29.670Z | Downloaded futures v0.3.32 |
| 814 | 2026-05-18T17:54:29.673Z | Downloaded num-integer v0.1.46 |
| 815 | 2026-05-18T17:54:29.673Z | Downloaded mime_guess v2.0.5 |
| 816 | 2026-05-18T17:54:29.677Z | Downloaded nanorand v0.7.0 |
| 817 | 2026-05-18T17:54:29.677Z | Downloaded crossterm v0.29.0 |
| 818 | 2026-05-18T17:54:29.680Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-05-18T17:54:29.684Z | Downloaded pbkdf2 v0.11.0 |
| 820 | 2026-05-18T17:54:29.684Z | Downloaded parse-display v0.10.0 |
| 821 | 2026-05-18T17:54:29.687Z | Downloaded oxnet v0.1.4 |
| 822 | 2026-05-18T17:54:29.687Z | Downloaded packed_struct v0.10.1 |
| 823 | 2026-05-18T17:54:29.687Z | Downloaded phf_shared v0.13.1 |
| 824 | 2026-05-18T17:54:29.687Z | Downloaded oxide-tokio-rt v0.1.4 |
| 825 | 2026-05-18T17:54:29.690Z | Downloaded memmap2 v0.9.10 |
| 826 | 2026-05-18T17:54:29.691Z | Downloaded pin-utils v0.1.0 |
| 827 | 2026-05-18T17:54:29.691Z | Downloaded ed25519-dalek v2.2.0 |
| 828 | 2026-05-18T17:54:29.694Z | Downloaded heapless v0.8.0 |
| 829 | 2026-05-18T17:54:29.697Z | Downloaded ipnetwork v0.21.1 |
| 830 | 2026-05-18T17:54:29.697Z | Downloaded getrandom v0.3.4 |
| 831 | 2026-05-18T17:54:29.700Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 832 | 2026-05-18T17:54:29.700Z | Downloaded phf_shared v0.11.3 |
| 833 | 2026-05-18T17:54:29.703Z | Downloaded parking_lot_core v0.8.6 |
| 834 | 2026-05-18T17:54:29.703Z | Downloaded heapless v0.7.17 |
| 835 | 2026-05-18T17:54:29.706Z | Downloaded expectorate v1.2.0 |
| 836 | 2026-05-18T17:54:29.706Z | Downloaded darling_core v0.20.11 |
| 837 | 2026-05-18T17:54:29.709Z | Downloaded libsw v3.5.0 |
| 838 | 2026-05-18T17:54:29.709Z | Downloaded path-slash v0.1.5 |
| 839 | 2026-05-18T17:54:29.713Z | Downloaded num v0.4.3 |
| 840 | 2026-05-18T17:54:29.713Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-05-18T17:54:29.713Z | Downloaded paste v1.0.15 |
| 842 | 2026-05-18T17:54:29.716Z | Downloaded packed_struct_codegen v0.10.1 |
| 843 | 2026-05-18T17:54:29.716Z | Downloaded num_enum v0.7.5 |
| 844 | 2026-05-18T17:54:29.719Z | Downloaded predicates-tree v1.0.13 |
| 845 | 2026-05-18T17:54:29.719Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-05-18T17:54:29.722Z | Downloaded num_enum v0.5.11 |
| 847 | 2026-05-18T17:54:29.725Z | Downloaded powerfmt v0.2.0 |
| 848 | 2026-05-18T17:54:29.725Z | Downloaded crossbeam-channel v0.5.15 |
| 849 | 2026-05-18T17:54:29.729Z | Downloaded phf v0.12.1 |
| 850 | 2026-05-18T17:54:29.729Z | Downloaded peg-macros v0.8.5 |
| 851 | 2026-05-18T17:54:29.729Z | Downloaded pem v3.0.6 |
| 852 | 2026-05-18T17:54:29.732Z | Downloaded password-hash v0.4.2 |
| 853 | 2026-05-18T17:54:29.732Z | Downloaded parse-display-derive v0.10.0 |
| 854 | 2026-05-18T17:54:29.732Z | Downloaded md-5 v0.10.6 |
| 855 | 2026-05-18T17:54:29.735Z | Downloaded ahash v0.8.12 |
| 856 | 2026-05-18T17:54:29.735Z | Downloaded iana-time-zone v0.1.65 |
| 857 | 2026-05-18T17:54:29.738Z | Downloaded crypto-bigint v0.5.5 |
| 858 | 2026-05-18T17:54:29.742Z | Downloaded quick-error v1.2.3 |
| 859 | 2026-05-18T17:54:29.742Z | Downloaded psl-types v2.0.11 |
| 860 | 2026-05-18T17:54:29.742Z | Downloaded predicates-core v1.0.10 |
| 861 | 2026-05-18T17:54:29.745Z | Downloaded progenitor-macro v0.11.2 |
| 862 | 2026-05-18T17:54:29.745Z | Downloaded base64 v0.21.7 |
| 863 | 2026-05-18T17:54:29.745Z | Downloaded indexmap v1.9.3 |
| 864 | 2026-05-18T17:54:29.748Z | Downloaded polyval v0.6.2 |
| 865 | 2026-05-18T17:54:29.751Z | Downloaded phf v0.13.1 |
| 866 | 2026-05-18T17:54:29.751Z | Downloaded bytes v1.11.1 |
| 867 | 2026-05-18T17:54:29.754Z | Downloaded proc-macro-crate v3.4.0 |
| 868 | 2026-05-18T17:54:29.754Z | Downloaded progenitor-macro v0.14.0 |
| 869 | 2026-05-18T17:54:29.754Z | Downloaded proc-macro-crate v1.3.1 |
| 870 | 2026-05-18T17:54:29.758Z | Downloaded owo-colors v4.3.0 |
| 871 | 2026-05-18T17:54:29.758Z | Downloaded progenitor-client v0.10.0 |
| 872 | 2026-05-18T17:54:29.758Z | Downloaded crc-any v2.5.0 |
| 873 | 2026-05-18T17:54:29.761Z | Downloaded progenitor-client v0.14.0 |
| 874 | 2026-05-18T17:54:29.761Z | Downloaded progenitor-client v0.11.2 |
| 875 | 2026-05-18T17:54:29.761Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-05-18T17:54:29.764Z | Downloaded native-tls v0.2.18 |
| 877 | 2026-05-18T17:54:29.767Z | Downloaded peg v0.8.5 |
| 878 | 2026-05-18T17:54:29.767Z | Downloaded flate2 v1.1.9 |
| 879 | 2026-05-18T17:54:29.770Z | Downloaded rand_chacha v0.3.1 |
| 880 | 2026-05-18T17:54:29.774Z | Downloaded ppv-lite86 v0.2.21 |
| 881 | 2026-05-18T17:54:29.774Z | Downloaded dropshot-api-manager v0.7.1 |
| 882 | 2026-05-18T17:54:29.777Z | Downloaded progenitor-macro v0.10.0 |
| 883 | 2026-05-18T17:54:29.777Z | Downloaded phf_shared v0.12.1 |
| 884 | 2026-05-18T17:54:29.777Z | Downloaded compact_str v0.8.1 |
| 885 | 2026-05-18T17:54:29.780Z | Downloaded pkg-config v0.3.32 |
| 886 | 2026-05-18T17:54:29.780Z | Downloaded parking_lot_core v0.9.12 |
| 887 | 2026-05-18T17:54:29.780Z | Downloaded pin-project-internal v1.1.11 |
| 888 | 2026-05-18T17:54:29.783Z | Downloaded derive_more-impl v2.1.1 |
| 889 | 2026-05-18T17:54:29.786Z | Downloaded password-hash v0.5.0 |
| 890 | 2026-05-18T17:54:29.789Z | Downloaded progenitor v0.11.2 |
| 891 | 2026-05-18T17:54:29.789Z | Downloaded postgres-protocol v0.6.10 |
| 892 | 2026-05-18T17:54:29.793Z | Downloaded libbz2-rs-sys v0.2.2 |
| 893 | 2026-05-18T17:54:29.796Z | Downloaded recursive v0.1.1 |
| 894 | 2026-05-18T17:54:29.796Z | Downloaded ref-cast-impl v1.0.25 |
| 895 | 2026-05-18T17:54:29.796Z | Downloaded ref-cast v1.0.25 |
| 896 | 2026-05-18T17:54:29.799Z | Downloaded num-rational v0.4.2 |
| 897 | 2026-05-18T17:54:29.799Z | Downloaded omicron-zone-package v0.12.2 |
| 898 | 2026-05-18T17:54:29.802Z | Downloaded indicatif v0.18.4 |
| 899 | 2026-05-18T17:54:29.805Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-05-18T17:54:29.805Z | Downloaded progenitor-macro v0.13.0 |
| 901 | 2026-05-18T17:54:29.805Z | Downloaded primeorder v0.13.6 |
| 902 | 2026-05-18T17:54:29.805Z | Downloaded proc-macro-error2 v2.0.1 |
| 903 | 2026-05-18T17:54:29.809Z | Downloaded progenitor v0.10.0 |
| 904 | 2026-05-18T17:54:29.809Z | Downloaded predicates v3.1.4 |
| 905 | 2026-05-18T17:54:29.813Z | Downloaded radium v0.7.0 |
| 906 | 2026-05-18T17:54:29.813Z | Downloaded derive_more v2.1.1 |
| 907 | 2026-05-18T17:54:29.818Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-05-18T17:54:29.821Z | Downloaded poly1305 v0.8.0 |
| 909 | 2026-05-18T17:54:29.821Z | Downloaded hashbrown v0.12.3 |
| 910 | 2026-05-18T17:54:29.824Z | Downloaded psm v0.1.30 |
| 911 | 2026-05-18T17:54:29.827Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-05-18T17:54:29.827Z | Downloaded rfc6979 v0.4.0 |
| 913 | 2026-05-18T17:54:29.827Z | Downloaded rand_xorshift v0.4.0 |
| 914 | 2026-05-18T17:54:29.827Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-05-18T17:54:29.830Z | Downloaded miniz_oxide v0.8.9 |
| 916 | 2026-05-18T17:54:29.830Z | Downloaded cc v1.2.56 |
| 917 | 2026-05-18T17:54:29.834Z | Downloaded r2d2 v0.8.10 |
| 918 | 2026-05-18T17:54:29.834Z | Downloaded const_format v0.2.35 |
| 919 | 2026-05-18T17:54:29.838Z | Downloaded chacha20poly1305 v0.10.1 |
| 920 | 2026-05-18T17:54:29.838Z | Downloaded ar_archive_writer v0.5.1 |
| 921 | 2026-05-18T17:54:29.841Z | Downloaded rand_core v0.6.4 |
| 922 | 2026-05-18T17:54:29.841Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-05-18T17:54:29.844Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-05-18T17:54:29.844Z | Downloaded rand_core v0.9.5 |
| 925 | 2026-05-18T17:54:29.844Z | Downloaded rand_chacha v0.9.0 |
| 926 | 2026-05-18T17:54:29.847Z | Downloaded parking_lot v0.11.2 |
| 927 | 2026-05-18T17:54:29.847Z | Downloaded progenitor v0.13.0 |
| 928 | 2026-05-18T17:54:29.850Z | Downloaded pkcs1 v0.7.5 |
| 929 | 2026-05-18T17:54:29.855Z | Downloaded progenitor v0.14.0 |
| 930 | 2026-05-18T17:54:29.859Z | Downloaded salsa20 v0.10.2 |
| 931 | 2026-05-18T17:54:29.859Z | Downloaded parking_lot v0.12.5 |
| 932 | 2026-05-18T17:54:29.862Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-05-18T17:54:29.868Z | Downloaded scopeguard v1.2.0 |
| 934 | 2026-05-18T17:54:29.871Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-05-18T17:54:29.871Z | Downloaded rustc_version v0.1.7 |
| 936 | 2026-05-18T17:54:29.871Z | Downloaded rustc-hash v2.1.1 |
| 937 | 2026-05-18T17:54:29.874Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-05-18T17:54:29.874Z | Downloaded scroll_derive v0.13.1 |
| 939 | 2026-05-18T17:54:29.880Z | Downloaded diesel_derives v2.3.7 |
| 940 | 2026-05-18T17:54:29.886Z | Downloaded sapling-renderdag v0.1.0 |
| 941 | 2026-05-18T17:54:29.889Z | Downloaded p256 v0.13.2 |
| 942 | 2026-05-18T17:54:29.889Z | Downloaded hashbrown v0.13.2 |
| 943 | 2026-05-18T17:54:29.892Z | Downloaded hickory-resolver v0.25.2 |
| 944 | 2026-05-18T17:54:29.892Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-05-18T17:54:29.895Z | Downloaded scrypt v0.11.0 |
| 946 | 2026-05-18T17:54:29.895Z | Downloaded hickory-resolver v0.24.4 |
| 947 | 2026-05-18T17:54:29.899Z | Downloaded seq-macro v0.3.6 |
| 948 | 2026-05-18T17:54:29.899Z | Downloaded papergrid v0.17.0 |
| 949 | 2026-05-18T17:54:29.902Z | Downloaded semver v0.1.20 |
| 950 | 2026-05-18T17:54:29.905Z | Downloaded secrecy v0.8.0 |
| 951 | 2026-05-18T17:54:29.905Z | Downloaded headers v0.4.1 |
| 952 | 2026-05-18T17:54:29.908Z | Downloaded postcard v1.1.3 |
| 953 | 2026-05-18T17:54:29.912Z | Downloaded serde-big-array v0.5.1 |
| 954 | 2026-05-18T17:54:29.915Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-05-18T17:54:29.915Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-05-18T17:54:29.915Z | Downloaded rand_seeder v0.4.0 |
| 957 | 2026-05-18T17:54:29.918Z | Downloaded scheduled-thread-pool v0.2.7 |
| 958 | 2026-05-18T17:54:29.918Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-18T17:54:29.918Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-05-18T17:54:29.921Z | Downloaded quinn-udp v0.5.14 |
| 961 | 2026-05-18T17:54:29.921Z | Downloaded serde_plain v1.0.2 |
| 962 | 2026-05-18T17:54:29.924Z | Downloaded pkcs5 v0.7.1 |
| 963 | 2026-05-18T17:54:29.927Z | Downloaded rustls-pemfile v2.2.0 |
| 964 | 2026-05-18T17:54:29.927Z | Downloaded rustversion v1.0.22 |
| 965 | 2026-05-18T17:54:29.930Z | Downloaded pkcs8 v0.10.2 |
| 966 | 2026-05-18T17:54:29.930Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-05-18T17:54:29.933Z | Downloaded oso v0.27.3 |
| 968 | 2026-05-18T17:54:29.934Z | Downloaded signal-hook-tokio v0.3.1 |
| 969 | 2026-05-18T17:54:29.934Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-05-18T17:54:29.937Z | Downloaded bumpalo v3.20.2 |
| 971 | 2026-05-18T17:54:29.941Z | Downloaded async-compression v0.4.41 |
| 972 | 2026-05-18T17:54:29.947Z | Downloaded slog-bunyan v2.5.0 |
| 973 | 2026-05-18T17:54:29.950Z | Downloaded serde_spanned v1.0.4 |
| 974 | 2026-05-18T17:54:29.950Z | Downloaded siphasher v1.0.2 |
| 975 | 2026-05-18T17:54:29.953Z | Downloaded serde_bytes v0.11.19 |
| 976 | 2026-05-18T17:54:29.953Z | Downloaded pin-project v1.1.11 |
| 977 | 2026-05-18T17:54:29.960Z | Downloaded pem-rfc7468 v0.7.0 |
| 978 | 2026-05-18T17:54:29.963Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2026-05-18T17:54:29.966Z | Downloaded rustls-native-certs v0.8.3 |
| 980 | 2026-05-18T17:54:29.966Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-05-18T17:54:29.969Z | Downloaded rustls-pemfile v1.0.4 |
| 982 | 2026-05-18T17:54:29.969Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-05-18T17:54:29.972Z | Downloaded slog-envlogger v2.2.0 |
| 984 | 2026-05-18T17:54:29.975Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-05-18T17:54:29.978Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-05-18T17:54:29.981Z | Downloaded serde_path_to_error v0.1.20 |
| 987 | 2026-05-18T17:54:29.981Z | Downloaded http v1.4.0 |
| 988 | 2026-05-18T17:54:29.988Z | Downloaded itertools v0.10.5 |
| 989 | 2026-05-18T17:54:29.995Z | Downloaded jiff-static v0.2.21 |
| 990 | 2026-05-18T17:54:29.998Z | Downloaded rustls-pki-types v1.14.0 |
| 991 | 2026-05-18T17:54:30.006Z | Downloaded shlex v1.3.0 |
| 992 | 2026-05-18T17:54:30.009Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-18T17:54:30.013Z | Downloaded structmeta-derive v0.3.0 |
| 994 | 2026-05-18T17:54:30.016Z | Downloaded strip-ansi-escapes v0.2.1 |
| 995 | 2026-05-18T17:54:30.020Z | Downloaded rcgen v0.12.1 |
| 996 | 2026-05-18T17:54:30.023Z | Downloaded prettyplease v0.2.37 |
| 997 | 2026-05-18T17:54:30.029Z | Downloaded slog-async v2.8.0 |
| 998 | 2026-05-18T17:54:30.032Z | Downloaded slab v0.4.12 |
| 999 | 2026-05-18T17:54:30.032Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-05-18T17:54:30.035Z | Downloaded sec1 v0.7.3 |
| 1001 | 2026-05-18T17:54:30.035Z | Downloaded sct v0.7.1 |
| 1002 | 2026-05-18T17:54:30.038Z | Downloaded subtle v2.6.1 |
| 1003 | 2026-05-18T17:54:30.038Z | Downloaded structmeta v0.3.0 |
| 1004 | 2026-05-18T17:54:30.042Z | Downloaded openssl-sys v0.9.115 |
| 1005 | 2026-05-18T17:54:30.045Z | Downloaded slog-scope v4.4.1 |
| 1006 | 2026-05-18T17:54:30.045Z | Downloaded sync-ptr v0.1.4 |
| 1007 | 2026-05-18T17:54:30.045Z | Downloaded strum v0.27.2 |
| 1008 | 2026-05-18T17:54:30.048Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-05-18T17:54:30.055Z | Downloaded progenitor-impl v0.13.0 |
| 1010 | 2026-05-18T17:54:30.058Z | Downloaded tabwriter v1.4.1 |
| 1011 | 2026-05-18T17:54:30.061Z | Downloaded progenitor-impl v0.11.2 |
| 1012 | 2026-05-18T17:54:30.061Z | Downloaded take_mut v0.2.2 |
| 1013 | 2026-05-18T17:54:30.061Z | Downloaded tagptr v0.2.0 |
| 1014 | 2026-05-18T17:54:30.064Z | Downloaded smf v0.2.3 |
| 1015 | 2026-05-18T17:54:30.065Z | Downloaded slog-stdlog v4.1.1 |
| 1016 | 2026-05-18T17:54:30.065Z | Downloaded russh-keys v0.45.0 |
| 1017 | 2026-05-18T17:54:30.068Z | Downloaded smallvec v0.6.14 |
| 1018 | 2026-05-18T17:54:30.071Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-05-18T17:54:30.071Z | Downloaded tabled_derive v0.11.0 |
| 1020 | 2026-05-18T17:54:30.071Z | Downloaded sync_wrapper v1.0.2 |
| 1021 | 2026-05-18T17:54:30.071Z | Downloaded serde_derive_internals v0.29.1 |
| 1022 | 2026-05-18T17:54:30.075Z | Downloaded simd-adler32 v0.3.8 |
| 1023 | 2026-05-18T17:54:30.075Z | Downloaded tap v1.0.1 |
| 1024 | 2026-05-18T17:54:30.075Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-05-18T17:54:30.078Z | Downloaded testing_table v0.3.0 |
| 1026 | 2026-05-18T17:54:30.078Z | Downloaded termtree v0.5.1 |
| 1027 | 2026-05-18T17:54:30.078Z | Downloaded serde_with_macros v3.17.0 |
| 1028 | 2026-05-18T17:54:30.081Z | Downloaded serde_cbor v0.11.2 |
| 1029 | 2026-05-18T17:54:30.087Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1030 | 2026-05-18T17:54:30.090Z | Downloaded hickory-server v0.25.2 |
| 1031 | 2026-05-18T17:54:30.094Z | Downloaded tinyvec_macros v0.1.1 |
| 1032 | 2026-05-18T17:54:30.097Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1033 | 2026-05-18T17:54:30.097Z | Downloaded stringprep v0.1.5 |
| 1034 | 2026-05-18T17:54:30.097Z | Downloaded static_assertions v1.1.0 |
| 1035 | 2026-05-18T17:54:30.100Z | Downloaded ryu v1.0.23 |
| 1036 | 2026-05-18T17:54:30.100Z | Downloaded progenitor-impl v0.14.0 |
| 1037 | 2026-05-18T17:54:30.103Z | Downloaded stacker v0.1.23 |
| 1038 | 2026-05-18T17:54:30.103Z | Downloaded progenitor-impl v0.10.0 |
| 1039 | 2026-05-18T17:54:30.107Z | Downloaded schemars v0.8.22 |
| 1040 | 2026-05-18T17:54:30.111Z | Downloaded time-core v0.1.8 |
| 1041 | 2026-05-18T17:54:30.114Z | Downloaded strum v0.26.3 |
| 1042 | 2026-05-18T17:54:30.114Z | Downloaded string_cache v0.8.9 |
| 1043 | 2026-05-18T17:54:30.114Z | Downloaded thread-id v5.1.0 |
| 1044 | 2026-05-18T17:54:30.118Z | Downloaded qorb v0.4.1 |
| 1045 | 2026-05-18T17:54:30.121Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-18T17:54:30.121Z | Downloaded spki v0.7.3 |
| 1047 | 2026-05-18T17:54:30.121Z | Downloaded scroll v0.13.0 |
| 1048 | 2026-05-18T17:54:30.124Z | Downloaded hyper-util v0.1.20 |
| 1049 | 2026-05-18T17:54:30.127Z | Downloaded slog-json v2.6.1 |
| 1050 | 2026-05-18T17:54:30.127Z | Downloaded slog-term v2.9.2 |
| 1051 | 2026-05-18T17:54:30.130Z | Downloaded support-bundle-viewer v0.1.2 |
| 1052 | 2026-05-18T17:54:30.130Z | Downloaded strum_macros v0.27.2 |
| 1053 | 2026-05-18T17:54:30.133Z | Downloaded strum_macros v0.26.4 |
| 1054 | 2026-05-18T17:54:30.139Z | Downloaded strum_macros v0.24.3 |
| 1055 | 2026-05-18T17:54:30.142Z | Downloaded ssh-cipher v0.2.0 |
| 1056 | 2026-05-18T17:54:30.145Z | Downloaded sqlformat v0.3.5 |
| 1057 | 2026-05-18T17:54:30.152Z | Downloaded ssh-encoding v0.2.0 |
| 1058 | 2026-05-18T17:54:30.155Z | Downloaded ron v0.8.1 |
| 1059 | 2026-05-18T17:54:30.161Z | Downloaded curve25519-dalek v4.1.3 |
| 1060 | 2026-05-18T17:54:30.167Z | Downloaded signature v2.2.0 |
| 1061 | 2026-05-18T17:54:30.170Z | Downloaded termios v0.3.3 |
| 1062 | 2026-05-18T17:54:30.174Z | Downloaded thread_local v1.1.9 |
| 1063 | 2026-05-18T17:54:30.177Z | Downloaded signal-hook v0.3.18 |
| 1064 | 2026-05-18T17:54:30.181Z | Downloaded libxml v0.3.3 |
| 1065 | 2026-05-18T17:54:30.184Z | Downloaded slog v2.8.2 |
| 1066 | 2026-05-18T17:54:30.187Z | Downloaded schemars v0.9.0 |
| 1067 | 2026-05-18T17:54:30.191Z | Downloaded tower-service v0.3.3 |
| 1068 | 2026-05-18T17:54:30.194Z | Downloaded tokio-dtrace v0.1.1 |
| 1069 | 2026-05-18T17:54:30.195Z | Downloaded typify-macro v0.4.3 |
| 1070 | 2026-05-18T17:54:30.195Z | Downloaded tls_codec_derive v0.4.2 |
| 1071 | 2026-05-18T17:54:30.198Z | Downloaded tokio-native-tls v0.3.1 |
| 1072 | 2026-05-18T17:54:30.203Z | Downloaded h2 v0.4.13 |
| 1073 | 2026-05-18T17:54:30.207Z | Downloaded rsa v0.9.10 |
| 1074 | 2026-05-18T17:54:30.210Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-05-18T17:54:30.213Z | Downloaded term v0.7.0 |
| 1076 | 2026-05-18T17:54:30.216Z | Downloaded typify-macro v0.6.2 |
| 1077 | 2026-05-18T17:54:30.216Z | Downloaded try-lock v0.2.5 |
| 1078 | 2026-05-18T17:54:30.219Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-05-18T17:54:30.220Z | Downloaded trait-variant v0.1.2 |
| 1080 | 2026-05-18T17:54:30.223Z | Downloaded universal-hash v0.5.1 |
| 1081 | 2026-05-18T17:54:30.223Z | Downloaded rand v0.9.2 |
| 1082 | 2026-05-18T17:54:30.226Z | Downloaded tiny-keccak v2.0.2 |
| 1083 | 2026-05-18T17:54:30.229Z | Downloaded tokio-rustls v0.25.0 |
| 1084 | 2026-05-18T17:54:30.229Z | Downloaded tokio-tungstenite v0.21.0 |
| 1085 | 2026-05-18T17:54:30.232Z | Downloaded iri-string v0.7.10 |
| 1086 | 2026-05-18T17:54:30.235Z | Downloaded term v1.2.1 |
| 1087 | 2026-05-18T17:54:30.238Z | Downloaded tokio-tungstenite v0.23.1 |
| 1088 | 2026-05-18T17:54:30.238Z | Downloaded rayon-core v1.13.0 |
| 1089 | 2026-05-18T17:54:30.241Z | Downloaded untrusted v0.9.0 |
| 1090 | 2026-05-18T17:54:30.241Z | Downloaded usdt-macro v0.6.0 |
| 1091 | 2026-05-18T17:54:30.241Z | Downloaded usdt v0.6.0 |
| 1092 | 2026-05-18T17:54:30.244Z | Downloaded itertools v0.14.0 |
| 1093 | 2026-05-18T17:54:30.248Z | Downloaded spin v0.9.8 |
| 1094 | 2026-05-18T17:54:30.251Z | Downloaded socket2 v0.5.10 |
| 1095 | 2026-05-18T17:54:30.251Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1096 | 2026-05-18T17:54:30.254Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1097 | 2026-05-18T17:54:30.254Z | Downloaded unarray v0.1.4 |
| 1098 | 2026-05-18T17:54:30.254Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1099 | 2026-05-18T17:54:30.257Z | Downloaded socket2 v0.6.3 |
| 1100 | 2026-05-18T17:54:30.257Z | Downloaded unit-prefix v0.5.2 |
| 1101 | 2026-05-18T17:54:30.260Z | Downloaded similar v2.7.0 |
| 1102 | 2026-05-18T17:54:30.263Z | Downloaded aho-corasick v1.1.4 |
| 1103 | 2026-05-18T17:54:30.266Z | Downloaded num-bigint-dig v0.8.6 |
| 1104 | 2026-05-18T17:54:30.269Z | Downloaded tls_codec v0.4.2 |
| 1105 | 2026-05-18T17:54:30.272Z | Downloaded subprocess v0.2.15 |
| 1106 | 2026-05-18T17:54:30.272Z | Downloaded untrusted v0.7.1 |
| 1107 | 2026-05-18T17:54:30.277Z | Downloaded rand v0.8.6 |
| 1108 | 2026-05-18T17:54:30.277Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-18T17:54:30.281Z | Downloaded void v1.0.2 |
| 1110 | 2026-05-18T17:54:30.284Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-05-18T17:54:30.284Z | Downloaded want v0.3.1 |
| 1112 | 2026-05-18T17:54:30.287Z | Downloaded tokio-rustls v0.24.1 |
| 1113 | 2026-05-18T17:54:30.290Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-05-18T17:54:30.294Z | Downloaded hashbrown v0.15.5 |
| 1115 | 2026-05-18T17:54:30.297Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-05-18T17:54:30.297Z | Downloaded publicsuffix v2.3.0 |
| 1117 | 2026-05-18T17:54:30.300Z | Downloaded hashbrown v0.16.1 |
| 1118 | 2026-05-18T17:54:30.303Z | Downloaded nom v7.1.3 |
| 1119 | 2026-05-18T17:54:30.306Z | Downloaded quinn v0.11.9 |
| 1120 | 2026-05-18T17:54:30.310Z | Downloaded num-bigint v0.4.6 |
| 1121 | 2026-05-18T17:54:30.310Z | Downloaded tokio-rustls v0.26.4 |
| 1122 | 2026-05-18T17:54:30.314Z | Downloaded xattr v1.6.1 |
| 1123 | 2026-05-18T17:54:30.314Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-05-18T17:54:30.317Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-05-18T17:54:30.317Z | Downloaded time-macros v0.2.27 |
| 1126 | 2026-05-18T17:54:30.320Z | Downloaded thiserror-no-std v2.0.2 |
| 1127 | 2026-05-18T17:54:30.325Z | Downloaded tui-tree-widget v0.23.1 |
| 1128 | 2026-05-18T17:54:30.328Z | Downloaded vergen-gitcl v1.0.8 |
| 1129 | 2026-05-18T17:54:30.328Z | Downloaded pretty_assertions v1.4.1 |
| 1130 | 2026-05-18T17:54:30.331Z | Downloaded vergen-git2 v1.0.7 |
| 1131 | 2026-05-18T17:54:30.336Z | Downloaded aes-gcm v0.10.3 |
| 1132 | 2026-05-18T17:54:30.339Z | Downloaded vergen-lib v0.1.6 |
| 1133 | 2026-05-18T17:54:30.344Z | Downloaded tokio-macros v2.7.0 |
| 1134 | 2026-05-18T17:54:30.348Z | Downloaded zone_cfg_derive v0.3.1 |
| 1135 | 2026-05-18T17:54:30.348Z | Downloaded zone v0.3.1 |
| 1136 | 2026-05-18T17:54:30.348Z | Downloaded waitgroup v0.1.2 |
| 1137 | 2026-05-18T17:54:30.351Z | Downloaded unicode-truncate v1.1.0 |
| 1138 | 2026-05-18T17:54:30.351Z | Downloaded mio v1.2.0 |
| 1139 | 2026-05-18T17:54:30.354Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-18T17:54:30.358Z | Downloaded p521 v0.13.3 |
| 1141 | 2026-05-18T17:54:30.364Z | Downloaded unicode-properties v0.1.4 |
| 1142 | 2026-05-18T17:54:30.368Z | Downloaded whoami v2.1.0 |
| 1143 | 2026-05-18T17:54:30.368Z | Downloaded whoami v1.6.1 |
| 1144 | 2026-05-18T17:54:30.371Z | Downloaded rand v0.10.0 |
| 1145 | 2026-05-18T17:54:30.375Z | Downloaded uzers v0.12.2 |
| 1146 | 2026-05-18T17:54:30.378Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-05-18T17:54:30.381Z | Downloaded toml v0.7.8 |
| 1148 | 2026-05-18T17:54:30.411Z | Downloaded xshell v0.2.7 |
| 1149 | 2026-05-18T17:54:30.411Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-05-18T17:54:30.411Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-18T17:54:30.411Z | Downloaded itertools v0.13.0 |
| 1152 | 2026-05-18T17:54:30.411Z | Downloaded vergen v9.0.6 |
| 1153 | 2026-05-18T17:54:30.411Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1154 | 2026-05-18T17:54:30.411Z | Downloaded test-strategy v0.4.5 |
| 1155 | 2026-05-18T17:54:30.411Z | Downloaded snafu v0.8.9 |
| 1156 | 2026-05-18T17:54:30.414Z | Downloaded tracing-core v0.1.36 |
| 1157 | 2026-05-18T17:54:30.414Z | Downloaded twox-hash v2.1.2 |
| 1158 | 2026-05-18T17:54:30.414Z | Downloaded tinyvec v1.10.0 |
| 1159 | 2026-05-18T17:54:30.414Z | Downloaded zstd v0.13.3 |
| 1160 | 2026-05-18T17:54:30.417Z | Downloaded tracing-attributes v0.1.31 |
| 1161 | 2026-05-18T17:54:30.417Z | Downloaded samael v0.0.19 |
| 1162 | 2026-05-18T17:54:30.425Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-05-18T17:54:30.434Z | Downloaded unicode-bidi v0.3.18 |
| 1164 | 2026-05-18T17:54:30.437Z | Downloaded zeroize v1.8.2 |
| 1165 | 2026-05-18T17:54:30.437Z | Downloaded iddqd v0.3.18 |
| 1166 | 2026-05-18T17:54:30.441Z | Downloaded rpassword v7.4.0 |
| 1167 | 2026-05-18T17:54:30.444Z | Downloaded tar v0.4.45 |
| 1168 | 2026-05-18T17:54:30.444Z | Downloaded usdt-impl v0.6.0 |
| 1169 | 2026-05-18T17:54:30.447Z | Downloaded rustls-webpki v0.103.9 |
| 1170 | 2026-05-18T17:54:30.447Z | Downloaded futures-util v0.3.32 |
| 1171 | 2026-05-18T17:54:30.453Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1172 | 2026-05-18T17:54:30.456Z | Downloaded itertools v0.12.1 |
| 1173 | 2026-05-18T17:54:30.459Z | Downloaded yasna v0.5.2 |
| 1174 | 2026-05-18T17:54:30.462Z | Downloaded libm v0.2.16 |
| 1175 | 2026-05-18T17:54:30.466Z | Downloaded ssh-key v0.6.7 |
| 1176 | 2026-05-18T17:54:30.470Z | Downloaded hkdf v0.12.4 |
| 1177 | 2026-05-18T17:54:30.473Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1178 | 2026-05-18T17:54:30.476Z | Downloaded typify v0.4.3 |
| 1179 | 2026-05-18T17:54:30.476Z | Downloaded tungstenite v0.23.0 |
| 1180 | 2026-05-18T17:54:30.479Z | Downloaded tungstenite v0.21.0 |
| 1181 | 2026-05-18T17:54:30.482Z | Downloaded reedline v0.40.0 |
| 1182 | 2026-05-18T17:54:30.485Z | Downloaded hyper v1.8.1 |
| 1183 | 2026-05-18T17:54:30.488Z | Downloaded typify v0.6.2 |
| 1184 | 2026-05-18T17:54:30.496Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-18T17:54:30.499Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1186 | 2026-05-18T17:54:30.502Z | Downloaded russh v0.45.0 |
| 1187 | 2026-05-18T17:54:30.506Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-18T17:54:30.509Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-05-18T17:54:30.509Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-18T17:54:30.509Z | Downloaded uuid v1.23.0 |
| 1191 | 2026-05-18T17:54:30.512Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-05-18T17:54:30.527Z | Downloaded walkdir v2.5.0 |
| 1193 | 2026-05-18T17:54:30.531Z | Downloaded steno v0.4.1 |
| 1194 | 2026-05-18T17:54:30.535Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-05-18T17:54:30.539Z | Downloaded reqwest v0.13.2 |
| 1196 | 2026-05-18T17:54:30.542Z | Downloaded reqwest v0.12.28 |
| 1197 | 2026-05-18T17:54:30.545Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-05-18T17:54:30.548Z | Downloaded blake3 v1.8.3 |
| 1199 | 2026-05-18T17:54:30.551Z | Downloaded unicode_categories v0.1.1 |
| 1200 | 2026-05-18T17:54:30.565Z | Downloaded yansi v1.0.1 |
| 1201 | 2026-05-18T17:54:30.572Z | Downloaded tower v0.5.3 |
| 1202 | 2026-05-18T17:54:30.581Z | Downloaded git2 v0.20.4 |
| 1203 | 2026-05-18T17:54:30.585Z | Downloaded tokio-postgres v0.7.16 |
| 1204 | 2026-05-18T17:54:30.597Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-05-18T17:54:30.608Z | Downloaded lalrpop v0.19.12 |
| 1206 | 2026-05-18T17:54:30.614Z | Downloaded portable-atomic v1.13.1 |
| 1207 | 2026-05-18T17:54:30.622Z | Downloaded dropshot v0.17.0 |
| 1208 | 2026-05-18T17:54:30.635Z | Downloaded zip v0.6.6 |
| 1209 | 2026-05-18T17:54:30.638Z | Downloaded unicode-segmentation v1.12.0 |
| 1210 | 2026-05-18T17:54:30.641Z | Downloaded typed-path v0.9.3 |
| 1211 | 2026-05-18T17:54:30.644Z | Downloaded regex v1.12.3 |
| 1212 | 2026-05-18T17:54:30.647Z | Downloaded x509-cert v0.2.5 |
| 1213 | 2026-05-18T17:54:30.651Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-05-18T17:54:30.654Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-18T17:54:30.662Z | Downloaded bitvec v1.0.1 |
| 1216 | 2026-05-18T17:54:30.671Z | Downloaded unicode-normalization v0.1.25 |
| 1217 | 2026-05-18T17:54:30.674Z | Downloaded zerocopy-derive v0.8.40 |
| 1218 | 2026-05-18T17:54:30.678Z | Downloaded tokio-util v0.7.18 |
| 1219 | 2026-05-18T17:54:30.682Z | Downloaded rayon v1.11.0 |
| 1220 | 2026-05-18T17:54:30.688Z | Downloaded bindgen v0.71.1 |
| 1221 | 2026-05-18T17:54:30.692Z | Downloaded zip v4.6.1 |
| 1222 | 2026-05-18T17:54:30.695Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-05-18T17:54:30.700Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-05-18T17:54:30.723Z | Downloaded object v0.30.4 |
| 1225 | 2026-05-18T17:54:30.726Z | Downloaded quick-xml v0.37.5 |
| 1226 | 2026-05-18T17:54:30.730Z | Downloaded serde_with v3.17.0 |
| 1227 | 2026-05-18T17:54:30.738Z | Downloaded tower-http v0.6.8 |
| 1228 | 2026-05-18T17:54:30.743Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-18T17:54:30.747Z | Downloaded moka v0.12.13 |
| 1230 | 2026-05-18T17:54:30.753Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-05-18T17:54:30.760Z | Downloaded salty v0.3.0 |
| 1232 | 2026-05-18T17:54:30.763Z | Downloaded petname v2.0.2 |
| 1233 | 2026-05-18T17:54:30.766Z | Downloaded rustls-webpki v0.102.8 |
| 1234 | 2026-05-18T17:54:30.776Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-18T17:54:30.781Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-18T17:54:30.804Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-05-18T17:54:30.809Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-05-18T17:54:30.812Z | Downloaded nix v0.28.0 |
| 1239 | 2026-05-18T17:54:30.818Z | Downloaded dropshot v0.16.7 |
| 1240 | 2026-05-18T17:54:30.830Z | Downloaded rustls v0.21.12 |
| 1241 | 2026-05-18T17:54:30.836Z | Downloaded nix v0.27.1 |
| 1242 | 2026-05-18T17:54:30.847Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-18T17:54:30.853Z | Downloaded tabled v0.20.0 |
| 1244 | 2026-05-18T17:54:30.863Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-05-18T17:54:30.868Z | Downloaded object v0.37.3 |
| 1246 | 2026-05-18T17:54:30.875Z | Downloaded time v0.3.47 |
| 1247 | 2026-05-18T17:54:30.882Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-05-18T17:54:30.906Z | Downloaded zlib-rs v0.6.2 |
| 1249 | 2026-05-18T17:54:30.909Z | Downloaded nix v0.31.2 |
| 1250 | 2026-05-18T17:54:30.917Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-05-18T17:54:30.923Z | Downloaded hickory-proto v0.24.4 |
| 1252 | 2026-05-18T17:54:30.930Z | Downloaded nix v0.29.0 |
| 1253 | 2026-05-18T17:54:30.937Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-18T17:54:30.941Z | Downloaded vcpkg v0.2.15 |
| 1255 | 2026-05-18T17:54:30.965Z | Downloaded zerocopy v0.8.40 |
| 1256 | 2026-05-18T17:54:30.970Z | Downloaded webpki-roots v1.0.6 |
| 1257 | 2026-05-18T17:54:30.973Z | Downloaded regress v0.11.1 |
| 1258 | 2026-05-18T17:54:30.976Z | Downloaded smoltcp v0.11.0 |
| 1259 | 2026-05-18T17:54:30.983Z | Downloaded rustls v0.23.37 |
| 1260 | 2026-05-18T17:54:30.990Z | Downloaded rustix v0.38.44 |
| 1261 | 2026-05-18T17:54:31.002Z | Downloaded regress v0.10.5 |
| 1262 | 2026-05-18T17:54:31.006Z | Downloaded rustls v0.22.4 |
| 1263 | 2026-05-18T17:54:31.013Z | Downloaded regex-syntax v0.8.10 |
| 1264 | 2026-05-18T17:54:31.018Z | Downloaded hickory-proto v0.25.2 |
| 1265 | 2026-05-18T17:54:31.027Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-05-18T17:54:31.033Z | Downloaded diesel v2.3.7 |
| 1267 | 2026-05-18T17:54:31.055Z | Downloaded sled v0.34.7 |
| 1268 | 2026-05-18T17:54:31.074Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-05-18T17:54:31.088Z | Downloaded ratatui v0.29.0 |
| 1270 | 2026-05-18T17:54:31.099Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-05-18T17:54:31.108Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-05-18T17:54:31.118Z | Downloaded chrono-tz v0.10.4 |
| 1273 | 2026-05-18T17:54:31.133Z | Downloaded petgraph v0.8.3 |
| 1274 | 2026-05-18T17:54:31.145Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-05-18T17:54:31.152Z | Downloaded typify-impl v0.4.3 |
| 1276 | 2026-05-18T17:54:31.160Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-05-18T17:54:31.190Z | Downloaded zerocopy-derive v0.6.6 |
| 1278 | 2026-05-18T17:54:31.239Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-05-18T17:54:31.249Z | Downloaded jiff v0.2.21 |
| 1280 | 2026-05-18T17:54:31.297Z | Downloaded libz-sys v1.1.24 |
| 1281 | 2026-05-18T17:54:31.308Z | Downloaded csv v1.4.0 |
| 1282 | 2026-05-18T17:54:31.330Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-05-18T17:54:31.354Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-05-18T17:54:31.382Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-18T17:54:31.442Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-18T17:54:31.471Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-18T17:54:31.495Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-18T17:54:31.833Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-18T17:54:32.089Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-18T17:54:32.089Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-18T17:54:32.092Z | Compiling log v0.4.29 |
| 1292 | 2026-05-18T17:54:32.092Z | Compiling shlex v1.3.0 |
| 1293 | 2026-05-18T17:54:32.092Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-18T17:54:32.092Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-18T17:54:32.092Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-18T17:54:32.233Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-18T17:54:32.282Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-18T17:54:32.285Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-18T17:54:32.355Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-18T17:54:32.358Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-18T17:54:32.371Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-18T17:54:32.383Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-18T17:54:32.389Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-18T17:54:32.389Z | Compiling portable-atomic v1.13.1 |
| 1305 | 2026-05-18T17:54:32.467Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-18T17:54:32.482Z | Compiling pin-project-lite v0.2.17 |
| 1307 | 2026-05-18T17:54:32.485Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-18T17:54:32.510Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-18T17:54:32.510Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-18T17:54:32.523Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-18T17:54:32.605Z | Compiling libm v0.2.16 |
| 1312 | 2026-05-18T17:54:32.622Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-18T17:54:32.637Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-18T17:54:32.700Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-18T17:54:32.729Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-05-18T17:54:32.729Z | Compiling slab v0.4.12 |
| 1317 | 2026-05-18T17:54:32.733Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-18T17:54:32.817Z | Compiling futures-task v0.3.32 |
| 1319 | 2026-05-18T17:54:32.850Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-18T17:54:32.894Z | Compiling cpufeatures v0.2.17 |
| 1321 | 2026-05-18T17:54:32.956Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-18T17:54:32.975Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-18T17:54:33.015Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-18T17:54:33.015Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-18T17:54:33.062Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-18T17:54:33.077Z | Compiling dunce v1.0.5 |
| 1327 | 2026-05-18T17:54:33.116Z | Compiling fs_extra v1.3.0 |
| 1328 | 2026-05-18T17:54:33.147Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-18T17:54:33.150Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-18T17:54:33.178Z | Compiling iana-time-zone v0.1.65 |
| 1331 | 2026-05-18T17:54:33.179Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-18T17:54:33.210Z | Compiling regex-syntax v0.8.10 |
| 1333 | 2026-05-18T17:54:33.255Z | Compiling rustix v1.1.3 |
| 1334 | 2026-05-18T17:54:33.302Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-18T17:54:33.328Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-18T17:54:33.356Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-18T17:54:33.414Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-18T17:54:33.429Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-18T17:54:33.433Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-05-18T17:54:33.466Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-05-18T17:54:33.536Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-05-18T17:54:33.552Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-18T17:54:33.620Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-18T17:54:33.657Z | Compiling pem-rfc7468 v0.7.0 |
| 1345 | 2026-05-18T17:54:33.736Z | Compiling aws-lc-rs v1.16.3 |
| 1346 | 2026-05-18T17:54:33.758Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-18T17:54:33.830Z | Compiling uuid v1.23.0 |
| 1348 | 2026-05-18T17:54:33.858Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-18T17:54:33.874Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-18T17:54:33.891Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-18T17:54:33.958Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-05-18T17:54:34.012Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-05-18T17:54:34.048Z | Compiling openssl-probe v0.2.1 |
| 1354 | 2026-05-18T17:54:34.062Z | Compiling untrusted v0.9.0 |
| 1355 | 2026-05-18T17:54:34.155Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-05-18T17:54:34.174Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-18T17:54:34.202Z | Compiling aho-corasick v1.1.4 |
| 1358 | 2026-05-18T17:54:34.226Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-18T17:54:34.242Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-05-18T17:54:34.245Z | Compiling rustls v0.23.37 |
| 1361 | 2026-05-18T17:54:34.271Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-18T17:54:34.274Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-05-18T17:54:34.340Z | Compiling schemars v0.8.22 |
| 1364 | 2026-05-18T17:54:34.387Z | Compiling tower-service v0.3.3 |
| 1365 | 2026-05-18T17:54:34.428Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-05-18T17:54:34.447Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-05-18T17:54:34.469Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-05-18T17:54:34.484Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-18T17:54:34.509Z | Compiling httpdate v1.0.3 |
| 1370 | 2026-05-18T17:54:34.525Z | Compiling openssl v0.10.79 |
| 1371 | 2026-05-18T17:54:34.567Z | Compiling want v0.3.1 |
| 1372 | 2026-05-18T17:54:34.582Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-18T17:54:34.585Z | Compiling foreign-types v0.3.2 |
| 1374 | 2026-05-18T17:54:34.585Z | Compiling spin v0.9.8 |
| 1375 | 2026-05-18T17:54:34.629Z | Compiling powerfmt v0.2.0 |
| 1376 | 2026-05-18T17:54:34.672Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-18T17:54:34.689Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-05-18T17:54:34.705Z | Compiling time-core v0.1.8 |
| 1379 | 2026-05-18T17:54:34.709Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-18T17:54:34.741Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-18T17:54:34.757Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-18T17:54:34.782Z | Compiling crossbeam-utils v0.8.21 |
| 1383 | 2026-05-18T17:54:34.820Z | Compiling deranged v0.5.8 |
| 1384 | 2026-05-18T17:54:34.842Z | Compiling num_threads v0.1.7 |
| 1385 | 2026-05-18T17:54:34.872Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-05-18T17:54:34.875Z | Compiling unicode-segmentation v1.12.0 |
| 1387 | 2026-05-18T17:54:34.905Z | Compiling tempfile v3.25.0 |
| 1388 | 2026-05-18T17:54:34.923Z | Compiling syn v1.0.109 |
| 1389 | 2026-05-18T17:54:34.945Z | Compiling siphasher v1.0.2 |
| 1390 | 2026-05-18T17:54:34.960Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-05-18T17:54:35.067Z | Compiling regex-automata v0.4.14 |
| 1392 | 2026-05-18T17:54:35.085Z | Compiling quick-error v1.2.3 |
| 1393 | 2026-05-18T17:54:35.108Z | Compiling usdt-impl v0.6.0 |
| 1394 | 2026-05-18T17:54:35.126Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-05-18T17:54:35.152Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-05-18T17:54:35.180Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-18T17:54:35.198Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-05-18T17:54:35.214Z | Compiling openssl-sys v0.9.115 |
| 1399 | 2026-05-18T17:54:35.242Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-05-18T17:54:35.295Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-18T17:54:35.323Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-05-18T17:54:35.340Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1403 | 2026-05-18T17:54:35.395Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-05-18T17:54:35.437Z | Compiling bit-set v0.8.0 |
| 1405 | 2026-05-18T17:54:35.618Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-18T17:54:35.633Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-05-18T17:54:35.864Z | Compiling slog v2.8.2 |
| 1408 | 2026-05-18T17:54:35.949Z | Compiling heapless v0.7.17 |
| 1409 | 2026-05-18T17:54:35.997Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-18T17:54:36.013Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-18T17:54:36.073Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-18T17:54:36.089Z | Compiling time v0.3.47 |
| 1413 | 2026-05-18T17:54:36.112Z | Compiling unarray v0.1.4 |
| 1414 | 2026-05-18T17:54:36.129Z | Compiling ryu v1.0.23 |
| 1415 | 2026-05-18T17:54:36.132Z | Compiling paste v1.0.15 |
| 1416 | 2026-05-18T17:54:36.215Z | Compiling zstd-safe v7.2.4 |
| 1417 | 2026-05-18T17:54:36.229Z | Compiling unicode-properties v0.1.4 |
| 1418 | 2026-05-18T17:54:36.244Z | Compiling iri-string v0.7.10 |
| 1419 | 2026-05-18T17:54:36.247Z | Compiling unicode-bidi v0.3.18 |
| 1420 | 2026-05-18T17:54:36.282Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-05-18T17:54:36.338Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-05-18T17:54:36.444Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-05-18T17:54:36.460Z | Compiling adler2 v2.0.1 |
| 1424 | 2026-05-18T17:54:36.585Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-18T17:54:36.614Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-18T17:54:36.844Z | Compiling heck v0.4.1 |
| 1427 | 2026-05-18T17:54:36.922Z | Compiling vergen-lib v0.1.6 |
| 1428 | 2026-05-18T17:54:36.985Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-05-18T17:54:37.080Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-05-18T17:54:37.083Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-05-18T17:54:37.117Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-05-18T17:54:37.222Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-05-18T17:54:37.236Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-05-18T17:54:37.457Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-05-18T17:54:37.716Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-05-18T17:54:37.772Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-05-18T17:54:37.787Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-18T17:54:37.822Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-05-18T17:54:38.043Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-05-18T17:54:38.251Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-05-18T17:54:38.326Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-18T17:54:38.384Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-05-18T17:54:38.494Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-05-18T17:54:38.528Z | Compiling crypto-common v0.1.7 |
| 1445 | 2026-05-18T17:54:38.562Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-05-18T17:54:38.596Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-05-18T17:54:38.666Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-18T17:54:38.703Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-18T17:54:38.718Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-05-18T17:54:38.788Z | Compiling digest v0.10.7 |
| 1451 | 2026-05-18T17:54:38.848Z | Compiling der v0.7.10 |
| 1452 | 2026-05-18T17:54:38.902Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-05-18T17:54:38.916Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-05-18T17:54:39.060Z | Compiling hmac v0.12.1 |
| 1455 | 2026-05-18T17:54:39.241Z | Compiling inout v0.1.4 |
| 1456 | 2026-05-18T17:54:39.256Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-05-18T17:54:39.256Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-05-18T17:54:39.352Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-05-18T17:54:39.389Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-18T17:54:39.422Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-18T17:54:39.437Z | Compiling cipher v0.4.4 |
| 1462 | 2026-05-18T17:54:39.616Z | Compiling icu_locale_core v2.1.1 |
| 1463 | 2026-05-18T17:54:39.632Z | Compiling icu_collections v2.1.1 |
| 1464 | 2026-05-18T17:54:39.649Z | Compiling tracing v0.1.44 |
| 1465 | 2026-05-18T17:54:39.732Z | Compiling spki v0.7.3 |
| 1466 | 2026-05-18T17:54:39.748Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-18T17:54:39.834Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-05-18T17:54:39.849Z | Compiling aes v0.8.4 |
| 1469 | 2026-05-18T17:54:39.911Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-05-18T17:54:39.947Z | Compiling cbc v0.1.2 |
| 1471 | 2026-05-18T17:54:39.965Z | Compiling scroll v0.13.0 |
| 1472 | 2026-05-18T17:54:39.982Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-18T17:54:40.102Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-05-18T17:54:40.120Z | Compiling rustls-native-certs v0.8.3 |
| 1475 | 2026-05-18T17:54:40.140Z | Compiling dtrace-parser v0.3.0 |
| 1476 | 2026-05-18T17:54:40.188Z | Compiling signature v2.2.0 |
| 1477 | 2026-05-18T17:54:40.257Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-18T17:54:40.394Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-05-18T17:54:40.430Z | Compiling goblin v0.10.5 |
| 1480 | 2026-05-18T17:54:40.499Z | Compiling bytes v1.11.1 |
| 1481 | 2026-05-18T17:54:40.548Z | Compiling icu_normalizer v2.1.1 |
| 1482 | 2026-05-18T17:54:40.566Z | Compiling icu_properties v2.1.2 |
| 1483 | 2026-05-18T17:54:40.581Z | Compiling chrono v0.4.44 |
| 1484 | 2026-05-18T17:54:40.598Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-05-18T17:54:40.687Z | Compiling darling v0.20.11 |
| 1486 | 2026-05-18T17:54:40.780Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-05-18T17:54:40.906Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-05-18T17:54:40.954Z | Compiling webpki-roots v1.0.6 |
| 1489 | 2026-05-18T17:54:40.965Z | Compiling scroll_derive v0.12.1 |
| 1490 | 2026-05-18T17:54:40.986Z | Compiling thiserror-impl v1.0.69 |
| 1491 | 2026-05-18T17:54:41.094Z | Compiling tokio v1.52.1 |
| 1492 | 2026-05-18T17:54:41.177Z | Compiling http v1.4.0 |
| 1493 | 2026-05-18T17:54:41.180Z | Compiling serde_spanned v0.6.9 |
| 1494 | 2026-05-18T17:54:41.209Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-05-18T17:54:41.212Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-05-18T17:54:41.357Z | Compiling serde_tokenstream v0.2.3 |
| 1497 | 2026-05-18T17:54:41.486Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-05-18T17:54:41.508Z | Compiling erased-serde v0.3.31 |
| 1499 | 2026-05-18T17:54:41.646Z | Compiling idna v1.1.0 |
| 1500 | 2026-05-18T17:54:41.680Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-05-18T17:54:41.696Z | Compiling scroll v0.12.0 |
| 1502 | 2026-05-18T17:54:41.755Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-05-18T17:54:41.812Z | Compiling darling_macro v0.21.3 |
| 1504 | 2026-05-18T17:54:41.832Z | Compiling http-body v1.0.1 |
| 1505 | 2026-05-18T17:54:41.897Z | Compiling derive_builder_macro v0.20.2 |
| 1506 | 2026-05-18T17:54:41.937Z | Compiling bstr v1.12.1 |
| 1507 | 2026-05-18T17:54:41.979Z | Compiling url v2.5.8 |
| 1508 | 2026-05-18T17:54:42.012Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-05-18T17:54:42.027Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-18T17:54:42.030Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-05-18T17:54:42.070Z | Compiling pin-project-internal v1.1.11 |
| 1512 | 2026-05-18T17:54:42.131Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-05-18T17:54:42.300Z | Compiling rand v0.9.2 |
| 1514 | 2026-05-18T17:54:42.317Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-05-18T17:54:42.339Z | Compiling async-trait v0.1.89 |
| 1516 | 2026-05-18T17:54:42.343Z | Compiling num-integer v0.1.46 |
| 1517 | 2026-05-18T17:54:42.404Z | Compiling curve25519-dalek v4.1.3 |
| 1518 | 2026-05-18T17:54:42.434Z | Compiling ff v0.13.1 |
| 1519 | 2026-05-18T17:54:42.614Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-18T17:54:42.700Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-18T17:54:42.732Z | Compiling psl-types v2.0.11 |
| 1522 | 2026-05-18T17:54:42.763Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-05-18T17:54:42.814Z | Compiling cfg_aliases v0.2.1 |
| 1524 | 2026-05-18T17:54:42.830Z | Compiling ref-cast v1.0.25 |
| 1525 | 2026-05-18T17:54:42.880Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-18T17:54:42.894Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-05-18T17:54:42.908Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-05-18T17:54:42.922Z | Compiling rustix v0.38.44 |
| 1529 | 2026-05-18T17:54:42.976Z | Compiling base16ct v0.2.0 |
| 1530 | 2026-05-18T17:54:43.136Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-05-18T17:54:43.163Z | Compiling litrs v1.0.0 |
| 1532 | 2026-05-18T17:54:43.230Z | Compiling dof v0.4.0 |
| 1533 | 2026-05-18T17:54:43.245Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-05-18T17:54:43.249Z | Compiling pin-project v1.1.11 |
| 1535 | 2026-05-18T17:54:43.314Z | Compiling sec1 v0.7.3 |
| 1536 | 2026-05-18T17:54:43.380Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-18T17:54:43.396Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-05-18T17:54:43.448Z | Compiling nix v0.31.2 |
| 1539 | 2026-05-18T17:54:43.544Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-18T17:54:43.695Z | Compiling document-features v0.2.12 |
| 1541 | 2026-05-18T17:54:43.750Z | Compiling oxnet v0.1.4 |
| 1542 | 2026-05-18T17:54:43.821Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-05-18T17:54:43.836Z | Compiling group v0.13.0 |
| 1544 | 2026-05-18T17:54:43.882Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-05-18T17:54:43.896Z | Compiling darling v0.21.3 |
| 1546 | 2026-05-18T17:54:43.915Z | Compiling rand v0.8.6 |
| 1547 | 2026-05-18T17:54:43.995Z | Compiling goblin v0.8.2 |
| 1548 | 2026-05-18T17:54:44.027Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-05-18T17:54:44.042Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-18T17:54:44.081Z | Compiling hex v0.4.3 |
| 1551 | 2026-05-18T17:54:44.084Z | Compiling cargo-platform v0.1.9 |
| 1552 | 2026-05-18T17:54:44.163Z | Compiling hkdf v0.12.4 |
| 1553 | 2026-05-18T17:54:44.297Z | Compiling crypto-bigint v0.5.5 |
| 1554 | 2026-05-18T17:54:44.341Z | Compiling regex v1.12.3 |
| 1555 | 2026-05-18T17:54:44.395Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-05-18T17:54:44.417Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-05-18T17:54:44.459Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-05-18T17:54:44.463Z | Compiling strum_macros v0.27.2 |
| 1559 | 2026-05-18T17:54:44.513Z | Compiling daft-derive v0.1.5 |
| 1560 | 2026-05-18T17:54:44.806Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-18T17:54:44.911Z | Compiling tokio-util v0.7.18 |
| 1562 | 2026-05-18T17:54:44.926Z | Compiling tower v0.5.3 |
| 1563 | 2026-05-18T17:54:45.009Z | Compiling tokio-native-tls v0.3.1 |
| 1564 | 2026-05-18T17:54:45.064Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-05-18T17:54:45.089Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-05-18T17:54:45.110Z | Compiling vergen v9.0.6 |
| 1567 | 2026-05-18T17:54:45.208Z | Compiling newtype-uuid v1.3.2 |
| 1568 | 2026-05-18T17:54:45.225Z | Compiling fs-err v3.3.0 |
| 1569 | 2026-05-18T17:54:45.231Z | Compiling ahash v0.8.12 |
| 1570 | 2026-05-18T17:54:45.267Z | Compiling encoding_rs v0.8.35 |
| 1571 | 2026-05-18T17:54:45.314Z | Compiling managed v0.8.0 |
| 1572 | 2026-05-18T17:54:45.331Z | Compiling tower-http v0.6.8 |
| 1573 | 2026-05-18T17:54:45.422Z | Compiling foldhash v0.2.0 |
| 1574 | 2026-05-18T17:54:45.442Z | Compiling object v0.37.3 |
| 1575 | 2026-05-18T17:54:45.471Z | Compiling foldhash v0.1.5 |
| 1576 | 2026-05-18T17:54:45.549Z | Compiling bumpalo v3.20.2 |
| 1577 | 2026-05-18T17:54:45.573Z | Compiling bitflags v1.3.2 |
| 1578 | 2026-05-18T17:54:45.657Z | Compiling h2 v0.4.13 |
| 1579 | 2026-05-18T17:54:45.672Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-05-18T17:54:45.675Z | Compiling same-file v1.0.6 |
| 1581 | 2026-05-18T17:54:45.737Z | Compiling winnow v0.5.40 |
| 1582 | 2026-05-18T17:54:45.753Z | Compiling mime v0.3.17 |
| 1583 | 2026-05-18T17:54:45.816Z | Compiling clap_builder v4.5.60 |
| 1584 | 2026-05-18T17:54:45.874Z | Compiling walkdir v2.5.0 |
| 1585 | 2026-05-18T17:54:46.013Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-18T17:54:46.124Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-05-18T17:54:46.311Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-18T17:54:46.385Z | Compiling snafu v0.8.9 |
| 1589 | 2026-05-18T17:54:46.403Z | Compiling bzip2 v0.6.1 |
| 1590 | 2026-05-18T17:54:46.509Z | Compiling strum v0.27.2 |
| 1591 | 2026-05-18T17:54:46.512Z | Compiling hashbrown v0.15.5 |
| 1592 | 2026-05-18T17:54:46.556Z | Compiling hashbrown v0.16.1 |
| 1593 | 2026-05-18T17:54:46.691Z | Compiling daft v0.1.5 |
| 1594 | 2026-05-18T17:54:46.796Z | Compiling elliptic-curve v0.13.8 |
| 1595 | 2026-05-18T17:54:46.941Z | Compiling phf v0.13.1 |
| 1596 | 2026-05-18T17:54:46.985Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-05-18T17:54:47.000Z | Compiling cargo_metadata v0.19.2 |
| 1598 | 2026-05-18T17:54:47.050Z | Compiling usdt-attr-macro v0.6.0 |
| 1599 | 2026-05-18T17:54:47.116Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-05-18T17:54:47.116Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-05-18T17:54:47.168Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-05-18T17:54:47.219Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-05-18T17:54:47.286Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-18T17:54:47.354Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-18T17:54:47.455Z | Compiling zstd v0.13.3 |
| 1606 | 2026-05-18T17:54:47.469Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-05-18T17:54:47.539Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-18T17:54:47.663Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-18T17:54:47.746Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-18T17:54:47.860Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-18T17:54:47.909Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-18T17:54:47.939Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-18T17:54:48.102Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-18T17:54:48.135Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-05-18T17:54:48.289Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-18T17:54:48.289Z | Compiling strum_macros v0.26.4 |
| 1617 | 2026-05-18T17:54:48.359Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-05-18T17:54:48.379Z | Compiling serde_repr v0.1.20 |
| 1619 | 2026-05-18T17:54:48.448Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-18T17:54:48.462Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-05-18T17:54:48.478Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-18T17:54:48.648Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-18T17:54:48.684Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-18T17:54:48.716Z | Compiling hyper v1.8.1 |
| 1625 | 2026-05-18T17:54:48.817Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-05-18T17:54:48.840Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-18T17:54:48.911Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-18T17:54:48.944Z | Compiling jiff v0.2.21 |
| 1629 | 2026-05-18T17:54:48.973Z | Compiling whoami v2.1.0 |
| 1630 | 2026-05-18T17:54:49.004Z | Compiling either v1.15.0 |
| 1631 | 2026-05-18T17:54:49.041Z | Compiling rustc-hash v2.1.1 |
| 1632 | 2026-05-18T17:54:49.062Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-05-18T17:54:49.077Z | Compiling difflib v0.4.0 |
| 1634 | 2026-05-18T17:54:49.187Z | Compiling fixedbitset v0.4.2 |
| 1635 | 2026-05-18T17:54:49.232Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-18T17:54:49.232Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-18T17:54:49.348Z | Compiling new_debug_unreachable v1.0.6 |
| 1638 | 2026-05-18T17:54:49.377Z | Compiling static_assertions v1.1.0 |
| 1639 | 2026-05-18T17:54:49.426Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-05-18T17:54:49.441Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-05-18T17:54:49.455Z | Compiling keccak v0.1.6 |
| 1642 | 2026-05-18T17:54:49.469Z | Compiling typed-path v0.9.3 |
| 1643 | 2026-05-18T17:54:49.528Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-05-18T17:54:49.657Z | Compiling petgraph v0.8.3 |
| 1645 | 2026-05-18T17:54:49.742Z | Compiling sha3 v0.10.8 |
| 1646 | 2026-05-18T17:54:49.772Z | Compiling toml_edit v0.22.27 |
| 1647 | 2026-05-18T17:54:49.788Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1648 | 2026-05-18T17:54:49.792Z | Compiling hickory-proto v0.25.2 |
| 1649 | 2026-05-18T17:54:49.844Z | Compiling hyper-util v0.1.20 |
| 1650 | 2026-05-18T17:54:49.878Z | Compiling predicates v3.1.4 |
| 1651 | 2026-05-18T17:54:50.091Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-18T17:54:50.218Z | Compiling petgraph v0.6.5 |
| 1653 | 2026-05-18T17:54:50.244Z | Compiling itertools v0.13.0 |
| 1654 | 2026-05-18T17:54:50.270Z | Compiling clap v4.5.60 |
| 1655 | 2026-05-18T17:54:50.270Z | Compiling tokio-postgres v0.7.16 |
| 1656 | 2026-05-18T17:54:50.344Z | Compiling iddqd v0.3.18 |
| 1657 | 2026-05-18T17:54:50.366Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-18T17:54:50.549Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-18T17:54:50.707Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-18T17:54:50.739Z | Compiling serde_with v3.17.0 |
| 1661 | 2026-05-18T17:54:50.833Z | Compiling toml v0.7.8 |
| 1662 | 2026-05-18T17:54:51.367Z | Compiling hyper-tls v0.6.0 |
| 1663 | 2026-05-18T17:54:51.493Z | Compiling crossterm v0.28.1 |
| 1664 | 2026-05-18T17:54:51.524Z | Compiling ecdsa v0.16.9 |
| 1665 | 2026-05-18T17:54:51.633Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-18T17:54:51.665Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-18T17:54:51.665Z | Compiling rsa v0.9.10 |
| 1668 | 2026-05-18T17:54:51.966Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-18T17:54:52.518Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-05-18T17:54:52.580Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-18T17:54:52.580Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-18T17:54:52.600Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-18T17:54:52.618Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1674 | 2026-05-18T17:54:52.618Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-18T17:54:52.638Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-18T17:54:52.668Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-18T17:54:52.842Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-18T17:54:52.873Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-18T17:54:52.920Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-18T17:54:52.944Z | Compiling lalrpop-util v0.19.12 |
| 1681 | 2026-05-18T17:54:53.047Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-18T17:54:53.150Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-18T17:54:53.187Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-18T17:54:53.203Z | Compiling filetime v0.2.27 |
| 1685 | 2026-05-18T17:54:53.207Z | Compiling is-terminal v0.4.17 |
| 1686 | 2026-05-18T17:54:53.207Z | Compiling term v1.2.1 |
| 1687 | 2026-05-18T17:54:53.247Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-05-18T17:54:53.266Z | Compiling xattr v1.6.1 |
| 1689 | 2026-05-18T17:54:53.396Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-18T17:54:53.502Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-18T17:55:11.221Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-18T17:55:13.981Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-18T17:55:13.981Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-18T17:55:14.180Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-18T17:55:14.372Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-18T17:55:14.372Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-18T17:55:15.571Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-18T17:55:18.069Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-18T17:55:18.296Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-18T17:55:21.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.46s |
| 1701 | 2026-05-18T17:55:21.253Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-18T17:55:21.314Z | May 18 17:55:20.519 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-18T17:55:21.314Z | May 18 17:55:20.520 INFO Starting download, target: Console |
| 1704 | 2026-05-18T17:55:21.314Z | May 18 17:55:20.520 INFO Starting download, target: TransceiverControl |
| 1705 | 2026-05-18T17:55:21.314Z | May 18 17:55:20.520 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Starting download, target: Clickhouse |
| 1707 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Starting download, target: DendriteStub |
| 1708 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1710 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1712 | 2026-05-18T17:55:21.333Z | May 18 17:55:20.520 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1713 | 2026-05-18T17:55:21.334Z | May 18 17:55:20.520 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-05-18T17:55:21.858Z | May 18 17:55:21.064 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-18T17:55:22.061Z | May 18 17:55:21.270 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-05-18T17:55:22.264Z | May 18 17:55:21.468 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-05-18T17:55:22.562Z | May 18 17:55:21.767 INFO Download complete, target: Console |
| 1718 | 2026-05-18T17:55:23.268Z | May 18 17:55:22.479 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1719 | 2026-05-18T17:55:23.371Z | May 18 17:55:22.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1720 | 2026-05-18T17:55:23.602Z | May 18 17:55:22.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1721 | 2026-05-18T17:55:24.052Z | May 18 17:55:23.262 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-05-18T17:55:24.052Z | May 18 17:55:23.262 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-05-18T17:55:25.669Z | May 18 17:55:24.879 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-18T17:55:25.974Z | May 18 17:55:25.184 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-18T17:55:28.761Z | May 18 17:55:27.971 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-18T17:55:28.931Z | May 18 17:55:28.141 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-18T17:55:29.999Z | May 18 17:55:29.209 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-18T17:55:30.081Z | May 18 17:55:29.292 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-18T17:55:30.087Z | All prerequisites installed successfully |
| 1730 | 2026-05-18T17:55:30.090Z | |
| 1731 | 2026-05-18T17:55:30.090Z | real 2:01.095280818 |
| 1732 | 2026-05-18T17:55:30.090Z | user 6:54.024389129 |
| 1733 | 2026-05-18T17:55:30.090Z | sys 1:43.625887139 |
| 1734 | 2026-05-18T17:55:30.090Z | trap 0.245047101 |
| 1735 | 2026-05-18T17:55:30.090Z | tflt 1.680415470 |
| 1736 | 2026-05-18T17:55:30.090Z | dflt 2.161452252 |
| 1737 | 2026-05-18T17:55:30.090Z | kflt 0.023128785 |
| 1738 | 2026-05-18T17:55:30.091Z | lock 22:37.442299421 |
| 1739 | 2026-05-18T17:55:30.091Z | slp 18:47.961383170 |
| 1740 | 2026-05-18T17:55:30.091Z | lat 27.125158633 |
| 1741 | 2026-05-18T17:55:30.091Z | stop 3:03.777303668 |
| 1742 | 2026-05-18T17:55:30.091Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-18T17:55:30.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1744 | 2026-05-18T17:55:30.632Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-18T17:55:31.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1746 | 2026-05-18T17:55:31.457Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-18T17:55:31.497Z | May 18 17:55:30.707 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-18T17:55:31.500Z | May 18 17:55:30.707 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-18T17:55:32.032Z | May 18 17:55:31.242 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-18T17:55:32.035Z | |
| 1751 | 2026-05-18T17:55:32.035Z | real 1.941843036 |
| 1752 | 2026-05-18T17:55:32.036Z | user 1.329974749 |
| 1753 | 2026-05-18T17:55:32.036Z | sys 0.649267510 |
| 1754 | 2026-05-18T17:55:32.036Z | trap 0.000580842 |
| 1755 | 2026-05-18T17:55:32.036Z | tflt 0.000096291 |
| 1756 | 2026-05-18T17:55:32.036Z | dflt 0.000192872 |
| 1757 | 2026-05-18T17:55:32.036Z | kflt 0.000000000 |
| 1758 | 2026-05-18T17:55:32.036Z | lock 9.536433413 |
| 1759 | 2026-05-18T17:55:32.036Z | slp 0.389585072 |
| 1760 | 2026-05-18T17:55:32.036Z | lat 0.087702960 |
| 1761 | 2026-05-18T17:55:32.036Z | stop 0.000176170 |
| 1762 | 2026-05-18T17:55:32.039Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-18T17:55:32.039Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-18T17:55:32.039Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-18T17:55:32.925Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-18T17:55:32.925Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-18T17:55:32.928Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-18T17:55:32.928Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-18T17:55:32.928Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-18T17:55:32.928Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-18T17:55:32.928Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-18T17:55:33.071Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-18T17:55:33.076Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-18T17:55:33.076Z | Compiling find-msvc-tools v0.1.9 |
| 1775 | 2026-05-18T17:55:33.076Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-18T17:55:33.076Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-18T17:55:33.076Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-18T17:55:33.076Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-18T17:55:33.076Z | Compiling serde_json v1.0.149 |
| 1780 | 2026-05-18T17:55:33.346Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-18T17:55:33.365Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-18T17:55:33.395Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-18T17:55:33.398Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-05-18T17:55:33.398Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-18T17:55:33.414Z | Compiling icu_normalizer_data v2.1.1 |
| 1786 | 2026-05-18T17:55:33.572Z | Compiling num-traits v0.2.19 |
| 1787 | 2026-05-18T17:55:33.593Z | Compiling icu_properties_data v2.1.2 |
| 1788 | 2026-05-18T17:55:33.721Z | Compiling generic-array v0.14.7 |
| 1789 | 2026-05-18T17:55:33.752Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-18T17:55:33.796Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-18T17:55:33.830Z | Compiling log v0.4.29 |
| 1792 | 2026-05-18T17:55:33.833Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-18T17:55:33.833Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-18T17:55:33.927Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-18T17:55:34.078Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-18T17:55:34.163Z | Compiling litemap v0.8.1 |
| 1797 | 2026-05-18T17:55:34.180Z | Compiling lock_api v0.4.14 |
| 1798 | 2026-05-18T17:55:34.197Z | Compiling percent-encoding v2.3.2 |
| 1799 | 2026-05-18T17:55:34.213Z | Compiling writeable v0.6.2 |
| 1800 | 2026-05-18T17:55:34.379Z | Compiling jobserver v0.1.34 |
| 1801 | 2026-05-18T17:55:34.396Z | Compiling getrandom v0.2.17 |
| 1802 | 2026-05-18T17:55:34.427Z | Compiling errno v0.3.14 |
| 1803 | 2026-05-18T17:55:34.489Z | Compiling syn v2.0.117 |
| 1804 | 2026-05-18T17:55:34.504Z | Compiling fnv v1.0.7 |
| 1805 | 2026-05-18T17:55:34.519Z | Compiling pin-project-lite v0.2.17 |
| 1806 | 2026-05-18T17:55:34.554Z | Compiling rand_core v0.6.4 |
| 1807 | 2026-05-18T17:55:34.610Z | Compiling cc v1.2.56 |
| 1808 | 2026-05-18T17:55:34.656Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-18T17:55:34.702Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-18T17:55:34.734Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-05-18T17:55:34.782Z | Compiling dunce v1.0.5 |
| 1812 | 2026-05-18T17:55:34.813Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-05-18T17:55:34.829Z | Compiling utf8_iter v1.0.4 |
| 1814 | 2026-05-18T17:55:34.833Z | Compiling schemars v0.8.22 |
| 1815 | 2026-05-18T17:55:34.877Z | Compiling rand_core v0.10.0 |
| 1816 | 2026-05-18T17:55:34.893Z | Compiling rustversion v1.0.22 |
| 1817 | 2026-05-18T17:55:34.991Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-18T17:55:35.091Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-05-18T17:55:35.095Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-05-18T17:55:35.185Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-05-18T17:55:35.226Z | Compiling rustix v1.1.3 |
| 1822 | 2026-05-18T17:55:35.287Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-18T17:55:35.303Z | Compiling socket2 v0.6.3 |
| 1824 | 2026-05-18T17:55:35.363Z | Compiling cmake v0.1.57 |
| 1825 | 2026-05-18T17:55:35.575Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-05-18T17:55:35.614Z | Compiling semver v1.0.28 |
| 1827 | 2026-05-18T17:55:35.697Z | Compiling once_cell v1.21.3 |
| 1828 | 2026-05-18T17:55:35.713Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-05-18T17:55:35.732Z | Compiling parking_lot v0.12.5 |
| 1830 | 2026-05-18T17:55:35.748Z | Compiling const-oid v0.9.6 |
| 1831 | 2026-05-18T17:55:35.954Z | Compiling ring v0.17.14 |
| 1832 | 2026-05-18T17:55:35.958Z | Compiling aws-lc-sys v0.40.0 |
| 1833 | 2026-05-18T17:55:35.984Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-18T17:55:35.987Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-18T17:55:36.018Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-18T17:55:36.085Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-05-18T17:55:36.165Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-18T17:55:36.184Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-18T17:55:36.379Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-18T17:55:36.432Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-18T17:55:36.467Z | Compiling byteorder v1.5.0 |
| 1842 | 2026-05-18T17:55:36.545Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-18T17:55:36.563Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-05-18T17:55:36.586Z | Compiling syn v1.0.109 |
| 1845 | 2026-05-18T17:55:36.668Z | Compiling openssl-sys v0.9.115 |
| 1846 | 2026-05-18T17:55:36.685Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-18T17:55:36.688Z | Compiling heck v0.5.0 |
| 1848 | 2026-05-18T17:55:36.716Z | Compiling uuid v1.23.0 |
| 1849 | 2026-05-18T17:55:36.765Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-05-18T17:55:36.768Z | Compiling rustls v0.23.37 |
| 1851 | 2026-05-18T17:55:36.973Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-18T17:55:37.024Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-18T17:55:37.087Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-05-18T17:55:37.124Z | Compiling slab v0.4.12 |
| 1855 | 2026-05-18T17:55:37.140Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-18T17:55:37.263Z | Compiling futures-task v0.3.32 |
| 1857 | 2026-05-18T17:55:37.320Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-18T17:55:37.338Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-18T17:55:37.375Z | Compiling aho-corasick v1.1.4 |
| 1860 | 2026-05-18T17:55:37.467Z | Compiling dyn-clone v1.0.20 |
| 1861 | 2026-05-18T17:55:37.647Z | Compiling plain v0.2.3 |
| 1862 | 2026-05-18T17:55:37.678Z | Compiling crc32fast v1.5.0 |
| 1863 | 2026-05-18T17:55:37.758Z | Compiling openssl v0.10.79 |
| 1864 | 2026-05-18T17:55:37.787Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-18T17:55:37.819Z | Compiling base64 v0.22.1 |
| 1866 | 2026-05-18T17:55:37.881Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-18T17:55:37.988Z | Compiling time-core v0.1.8 |
| 1868 | 2026-05-18T17:55:38.005Z | Compiling num-conv v0.2.0 |
| 1869 | 2026-05-18T17:55:38.146Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-05-18T17:55:38.162Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-05-18T17:55:38.166Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-05-18T17:55:38.195Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-18T17:55:38.230Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-05-18T17:55:38.258Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-18T17:55:38.292Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-18T17:55:38.394Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-18T17:55:38.410Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1878 | 2026-05-18T17:55:38.479Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-18T17:55:38.520Z | Compiling tracing-core v0.1.36 |
| 1880 | 2026-05-18T17:55:38.591Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-18T17:55:38.595Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-18T17:55:38.687Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-18T17:55:38.769Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-18T17:55:38.810Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-18T17:55:38.825Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-18T17:55:39.031Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-18T17:55:39.056Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-18T17:55:39.137Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-18T17:55:39.229Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-18T17:55:39.576Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-18T17:55:39.725Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-18T17:55:39.756Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-18T17:55:39.813Z | Compiling zerofrom v0.1.6 |
| 1894 | 2026-05-18T17:55:39.924Z | Compiling der_derive v0.7.3 |
| 1895 | 2026-05-18T17:55:39.962Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-18T17:55:40.076Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-18T17:55:40.181Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-18T17:55:40.198Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-18T17:55:40.241Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-18T17:55:40.414Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-18T17:55:40.642Z | Compiling thiserror-impl v1.0.69 |
| 1902 | 2026-05-18T17:55:40.753Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-18T17:55:40.779Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-18T17:55:40.821Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-05-18T17:55:40.836Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-05-18T17:55:40.879Z | Compiling hmac v0.12.1 |
| 1907 | 2026-05-18T17:55:40.971Z | Compiling icu_locale_core v2.1.1 |
| 1908 | 2026-05-18T17:55:40.987Z | Compiling icu_collections v2.1.1 |
| 1909 | 2026-05-18T17:55:41.225Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-18T17:55:41.392Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-18T17:55:41.564Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-18T17:55:41.669Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-18T17:55:41.693Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-18T17:55:41.744Z | Compiling bytes v1.11.1 |
| 1915 | 2026-05-18T17:55:41.819Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-18T17:55:42.002Z | Compiling icu_properties v2.1.2 |
| 1917 | 2026-05-18T17:55:42.078Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-18T17:55:42.370Z | Compiling tokio v1.52.1 |
| 1919 | 2026-05-18T17:55:42.612Z | Compiling serde_tokenstream v0.2.3 |
| 1920 | 2026-05-18T17:55:42.673Z | Compiling cipher v0.4.4 |
| 1921 | 2026-05-18T17:55:42.924Z | Compiling idna_adapter v1.2.1 |
| 1922 | 2026-05-18T17:55:42.940Z | Compiling sha2 v0.10.9 |
| 1923 | 2026-05-18T17:55:43.084Z | Compiling idna v1.1.0 |
| 1924 | 2026-05-18T17:55:43.274Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-18T17:55:43.306Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-18T17:55:43.443Z | Compiling url v2.5.8 |
| 1927 | 2026-05-18T17:55:43.491Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-05-18T17:55:43.536Z | Compiling http v1.4.0 |
| 1929 | 2026-05-18T17:55:43.796Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-18T17:55:43.828Z | Compiling untrusted v0.9.0 |
| 1931 | 2026-05-18T17:55:43.929Z | Compiling der v0.7.10 |
| 1932 | 2026-05-18T17:55:43.996Z | Compiling tracing v0.1.44 |
| 1933 | 2026-05-18T17:55:44.155Z | Compiling regex v1.12.3 |
| 1934 | 2026-05-18T17:55:44.234Z | Compiling darling_macro v0.21.3 |
| 1935 | 2026-05-18T17:55:44.423Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-18T17:55:44.439Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-18T17:55:44.581Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-18T17:55:44.833Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-18T17:55:45.073Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-18T17:55:45.172Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-18T17:55:45.188Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-18T17:55:45.494Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-18T17:55:45.649Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-18T17:55:45.929Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-18T17:55:45.945Z | Compiling http-body v1.0.1 |
| 1946 | 2026-05-18T17:55:45.990Z | Compiling rand_chacha v0.9.0 |
| 1947 | 2026-05-18T17:55:46.006Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-18T17:55:46.039Z | Compiling cbc v0.1.2 |
| 1949 | 2026-05-18T17:55:46.121Z | Compiling tokio-util v0.7.18 |
| 1950 | 2026-05-18T17:55:46.238Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-05-18T17:55:46.255Z | Compiling atomic-waker v1.1.2 |
| 1952 | 2026-05-18T17:55:46.281Z | Compiling tinyvec_macros v0.1.1 |
| 1953 | 2026-05-18T17:55:46.366Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-18T17:55:46.381Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-05-18T17:55:46.465Z | Compiling winnow v0.7.14 |
| 1956 | 2026-05-18T17:55:46.468Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-05-18T17:55:46.488Z | Compiling paste v1.0.15 |
| 1958 | 2026-05-18T17:55:46.513Z | Compiling openssl-probe v0.2.1 |
| 1959 | 2026-05-18T17:55:46.621Z | Compiling either v1.15.0 |
| 1960 | 2026-05-18T17:55:46.704Z | Compiling unicode-segmentation v1.12.0 |
| 1961 | 2026-05-18T17:55:46.841Z | Compiling pkcs5 v0.7.1 |
| 1962 | 2026-05-18T17:55:46.856Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-05-18T17:55:47.099Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-18T17:55:47.311Z | Compiling scroll v0.12.0 |
| 1965 | 2026-05-18T17:55:47.409Z | Compiling scroll v0.13.0 |
| 1966 | 2026-05-18T17:55:47.424Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-05-18T17:55:47.477Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2026-05-18T17:55:47.605Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-18T17:55:47.623Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-18T17:55:47.691Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-18T17:55:47.694Z | Compiling fastrand v2.3.0 |
| 1972 | 2026-05-18T17:55:47.724Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-05-18T17:55:47.990Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-05-18T17:55:48.052Z | Compiling try-lock v0.2.5 |
| 1975 | 2026-05-18T17:55:48.053Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-05-18T17:55:48.053Z | Compiling signal-hook v0.3.18 |
| 1977 | 2026-05-18T17:55:48.157Z | Compiling want v0.3.1 |
| 1978 | 2026-05-18T17:55:48.173Z | Compiling h2 v0.4.13 |
| 1979 | 2026-05-18T17:55:48.262Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1980 | 2026-05-18T17:55:48.272Z | Compiling goblin v0.10.5 |
| 1981 | 2026-05-18T17:55:48.307Z | Compiling goblin v0.8.2 |
| 1982 | 2026-05-18T17:55:48.375Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-18T17:55:48.502Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-18T17:55:48.679Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-18T17:55:48.698Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-18T17:55:48.808Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-18T17:55:49.015Z | Compiling curve25519-dalek v4.1.3 |
| 1988 | 2026-05-18T17:55:49.149Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-05-18T17:55:49.238Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-18T17:55:49.311Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-18T17:55:49.356Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-18T17:55:49.525Z | Compiling rustix v0.38.44 |
| 1993 | 2026-05-18T17:55:49.540Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-05-18T17:55:49.646Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-05-18T17:55:49.833Z | Compiling pin-utils v0.1.0 |
| 1996 | 2026-05-18T17:55:49.924Z | Compiling winnow v0.5.40 |
| 1997 | 2026-05-18T17:55:50.077Z | Compiling document-features v0.2.12 |
| 1998 | 2026-05-18T17:55:50.139Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-05-18T17:55:50.340Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-18T17:55:50.584Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-18T17:55:50.716Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-18T17:55:50.952Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-05-18T17:55:51.153Z | Compiling darling_macro v0.20.11 |
| 2004 | 2026-05-18T17:55:51.226Z | Compiling hyper v1.8.1 |
| 2005 | 2026-05-18T17:55:51.231Z | Compiling dof v0.4.0 |
| 2006 | 2026-05-18T17:55:51.296Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-05-18T17:55:51.442Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-18T17:55:51.575Z | Compiling daft-derive v0.1.5 |
| 2009 | 2026-05-18T17:55:51.631Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-05-18T17:55:51.684Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-18T17:55:51.725Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-18T17:55:51.831Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-18T17:55:51.905Z | Compiling powerfmt v0.2.0 |
| 2014 | 2026-05-18T17:55:51.921Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-05-18T17:55:51.936Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-05-18T17:55:52.120Z | Compiling cfg_aliases v0.2.1 |
| 2017 | 2026-05-18T17:55:52.154Z | Compiling deranged v0.5.8 |
| 2018 | 2026-05-18T17:55:52.213Z | Compiling nix v0.31.2 |
| 2019 | 2026-05-18T17:55:52.323Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-18T17:55:52.582Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-18T17:55:52.732Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-18T17:55:52.789Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-18T17:55:53.171Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-18T17:55:53.352Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-18T17:55:53.491Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-18T17:55:53.574Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-18T17:55:53.845Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-18T17:55:53.862Z | Compiling siphasher v1.0.2 |
| 2029 | 2026-05-18T17:55:53.987Z | Compiling num_threads v0.1.7 |
| 2030 | 2026-05-18T17:55:54.003Z | Compiling bit-vec v0.8.0 |
| 2031 | 2026-05-18T17:55:54.067Z | Compiling utf8parse v0.2.2 |
| 2032 | 2026-05-18T17:55:54.098Z | Compiling anstyle v1.0.13 |
| 2033 | 2026-05-18T17:55:54.160Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-05-18T17:55:54.256Z | Compiling rusty-fork v0.3.1 |
| 2035 | 2026-05-18T17:55:54.304Z | Compiling bit-set v0.8.0 |
| 2036 | 2026-05-18T17:55:54.338Z | Compiling time v0.3.47 |
| 2037 | 2026-05-18T17:55:54.353Z | Compiling anstyle-parse v0.2.7 |
| 2038 | 2026-05-18T17:55:54.565Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-18T17:55:54.736Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-18T17:55:54.826Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-18T17:55:55.070Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-18T17:55:55.348Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-18T17:55:55.368Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-18T17:55:55.473Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-18T17:55:55.489Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-18T17:55:55.533Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-18T17:55:55.657Z | Compiling ahash v0.8.12 |
| 2048 | 2026-05-18T17:55:55.698Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-05-18T17:55:55.852Z | Compiling object v0.37.3 |
| 2050 | 2026-05-18T17:55:55.924Z | Compiling adler2 v2.0.1 |
| 2051 | 2026-05-18T17:55:56.010Z | Compiling unicode-properties v0.1.4 |
| 2052 | 2026-05-18T17:55:56.027Z | Compiling unicode-bidi v0.3.18 |
| 2053 | 2026-05-18T17:55:56.030Z | Compiling is_terminal_polyfill v1.70.2 |
| 2054 | 2026-05-18T17:55:56.077Z | Compiling ryu v1.0.23 |
| 2055 | 2026-05-18T17:55:56.094Z | Compiling colorchoice v1.0.4 |
| 2056 | 2026-05-18T17:55:56.166Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-05-18T17:55:56.242Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-05-18T17:55:56.265Z | Compiling unarray v0.1.4 |
| 2059 | 2026-05-18T17:55:56.371Z | Compiling anstyle-query v1.1.5 |
| 2060 | 2026-05-18T17:55:56.397Z | Compiling stringprep v0.1.5 |
| 2061 | 2026-05-18T17:55:56.412Z | Compiling proptest v1.10.0 |
| 2062 | 2026-05-18T17:55:56.416Z | Compiling serde_urlencoded v0.7.1 |
| 2063 | 2026-05-18T17:55:56.464Z | Compiling anstream v0.6.21 |
| 2064 | 2026-05-18T17:55:56.561Z | Compiling miniz_oxide v0.8.9 |
| 2065 | 2026-05-18T17:55:56.791Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-18T17:55:56.963Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-18T17:55:57.046Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-18T17:55:57.119Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-05-18T17:55:57.313Z | Compiling tower-http v0.6.8 |
| 2070 | 2026-05-18T17:55:57.571Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-05-18T17:55:57.590Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-18T17:55:57.655Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-05-18T17:55:57.679Z | Compiling bstr v1.12.1 |
| 2074 | 2026-05-18T17:55:57.777Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-05-18T17:55:57.824Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-05-18T17:55:57.894Z | Compiling vergen-lib v0.1.6 |
| 2077 | 2026-05-18T17:55:57.916Z | Compiling ff v0.13.1 |
| 2078 | 2026-05-18T17:55:57.986Z | Compiling psl-types v2.0.11 |
| 2079 | 2026-05-18T17:55:58.031Z | Compiling fallible-iterator v0.2.0 |
| 2080 | 2026-05-18T17:55:58.072Z | Compiling zlib-rs v0.6.2 |
| 2081 | 2026-05-18T17:55:58.116Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-05-18T17:55:58.166Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-05-18T17:55:58.203Z | Compiling group v0.13.0 |
| 2084 | 2026-05-18T17:55:58.285Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-05-18T17:55:58.302Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-18T17:55:58.356Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-05-18T17:55:58.441Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-05-18T17:55:58.576Z | Compiling rand v0.8.6 |
| 2089 | 2026-05-18T17:55:58.774Z | Compiling oxnet v0.1.4 |
| 2090 | 2026-05-18T17:55:58.891Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-05-18T17:55:58.895Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-05-18T17:55:59.146Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-18T17:55:59.162Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-18T17:55:59.230Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-18T17:55:59.346Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-18T17:55:59.367Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-18T17:55:59.383Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-18T17:55:59.398Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-18T17:55:59.401Z | Compiling cargo-platform v0.1.9 |
| 2100 | 2026-05-18T17:55:59.675Z | Compiling hkdf v0.12.4 |
| 2101 | 2026-05-18T17:55:59.691Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-05-18T17:55:59.829Z | Compiling async-recursion v1.1.1 |
| 2103 | 2026-05-18T17:55:59.845Z | Compiling clap_derive v4.5.55 |
| 2104 | 2026-05-18T17:55:59.848Z | Compiling serde_repr v0.1.20 |
| 2105 | 2026-05-18T17:55:59.959Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-05-18T17:56:00.024Z | Compiling vergen v9.0.6 |
| 2107 | 2026-05-18T17:56:00.237Z | Compiling flate2 v1.1.9 |
| 2108 | 2026-05-18T17:56:00.393Z | Compiling encoding_rs v0.8.35 |
| 2109 | 2026-05-18T17:56:00.423Z | Compiling managed v0.8.0 |
| 2110 | 2026-05-18T17:56:00.463Z | Compiling mime v0.3.17 |
| 2111 | 2026-05-18T17:56:00.501Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-05-18T17:56:00.546Z | Compiling bumpalo v3.20.2 |
| 2113 | 2026-05-18T17:56:00.653Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-05-18T17:56:00.669Z | Compiling libbz2-rs-sys v0.2.2 |
| 2115 | 2026-05-18T17:56:00.811Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-05-18T17:56:00.836Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-05-18T17:56:00.844Z | Compiling same-file v1.0.6 |
| 2118 | 2026-05-18T17:56:00.886Z | Compiling clap_builder v4.5.60 |
| 2119 | 2026-05-18T17:56:01.034Z | Compiling hashbrown v0.16.1 |
| 2120 | 2026-05-18T17:56:01.054Z | Compiling hashbrown v0.15.5 |
| 2121 | 2026-05-18T17:56:01.092Z | Compiling walkdir v2.5.0 |
| 2122 | 2026-05-18T17:56:01.288Z | Compiling bzip2 v0.6.1 |
| 2123 | 2026-05-18T17:56:01.304Z | Compiling zopfli v0.8.3 |
| 2124 | 2026-05-18T17:56:01.520Z | Compiling elliptic-curve v0.13.8 |
| 2125 | 2026-05-18T17:56:01.662Z | Compiling zstd v0.13.3 |
| 2126 | 2026-05-18T17:56:01.713Z | Compiling cargo_metadata v0.19.2 |
| 2127 | 2026-05-18T17:56:01.745Z | Compiling futures v0.3.32 |
| 2128 | 2026-05-18T17:56:01.991Z | Compiling phf v0.13.1 |
| 2129 | 2026-05-18T17:56:02.125Z | Compiling snafu v0.8.9 |
| 2130 | 2026-05-18T17:56:02.181Z | Compiling signal-hook-mio v0.2.5 |
| 2131 | 2026-05-18T17:56:02.267Z | Compiling daft v0.1.5 |
| 2132 | 2026-05-18T17:56:02.320Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-05-18T17:56:02.488Z | Compiling cookie_store v0.22.1 |
| 2134 | 2026-05-18T17:56:02.561Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-18T17:56:02.785Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-18T17:56:02.835Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-18T17:56:02.979Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-18T17:56:03.067Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-18T17:56:03.083Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-18T17:56:03.140Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-18T17:56:03.205Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-18T17:56:03.220Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-18T17:56:03.288Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-18T17:56:03.394Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-18T17:56:03.410Z | Compiling serde_plain v1.0.2 |
| 2146 | 2026-05-18T17:56:03.455Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-18T17:56:03.471Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-18T17:56:03.561Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-18T17:56:03.600Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-18T17:56:03.618Z | Compiling fixedbitset v0.5.7 |
| 2151 | 2026-05-18T17:56:03.621Z | Compiling typed-path v0.9.3 |
| 2152 | 2026-05-18T17:56:03.667Z | Compiling predicates-core v1.0.10 |
| 2153 | 2026-05-18T17:56:03.670Z | Compiling fixedbitset v0.4.2 |
| 2154 | 2026-05-18T17:56:03.670Z | Compiling toml_write v0.1.2 |
| 2155 | 2026-05-18T17:56:03.797Z | Compiling new_debug_unreachable v1.0.6 |
| 2156 | 2026-05-18T17:56:03.871Z | Compiling data-encoding v2.10.0 |
| 2157 | 2026-05-18T17:56:03.888Z | Compiling whoami v2.1.0 |
| 2158 | 2026-05-18T17:56:03.891Z | Compiling rustc-hash v2.1.1 |
| 2159 | 2026-05-18T17:56:03.922Z | Compiling difflib v0.4.0 |
| 2160 | 2026-05-18T17:56:03.954Z | Compiling keccak v0.1.6 |
| 2161 | 2026-05-18T17:56:04.050Z | Compiling jiff v0.2.21 |
| 2162 | 2026-05-18T17:56:04.088Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-05-18T17:56:04.174Z | Compiling precomputed-hash v0.1.1 |
| 2164 | 2026-05-18T17:56:04.243Z | Compiling static_assertions v1.1.0 |
| 2165 | 2026-05-18T17:56:04.280Z | Compiling string_cache v0.8.9 |
| 2166 | 2026-05-18T17:56:04.334Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2167 | 2026-05-18T17:56:04.392Z | Compiling predicates v3.1.4 |
| 2168 | 2026-05-18T17:56:04.412Z | Compiling hickory-proto v0.25.2 |
| 2169 | 2026-05-18T17:56:04.440Z | Compiling tokio-postgres v0.7.16 |
| 2170 | 2026-05-18T17:56:04.515Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-05-18T17:56:04.670Z | Compiling iddqd v0.3.18 |
| 2172 | 2026-05-18T17:56:04.685Z | Compiling toml_edit v0.22.27 |
| 2173 | 2026-05-18T17:56:04.805Z | Compiling petgraph v0.8.3 |
| 2174 | 2026-05-18T17:56:04.808Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-05-18T17:56:04.980Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-05-18T17:56:05.316Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-18T17:56:05.556Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-18T17:56:05.775Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-18T17:56:05.981Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-18T17:56:06.727Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-18T17:56:06.745Z | Compiling crossterm v0.28.1 |
| 2182 | 2026-05-18T17:56:06.760Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-18T17:56:07.143Z | Compiling clap v4.5.60 |
| 2184 | 2026-05-18T17:56:07.425Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-18T17:56:07.508Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-18T17:56:07.578Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-18T17:56:07.630Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-18T17:56:07.648Z | Compiling tokio-stream v0.1.18 |
| 2189 | 2026-05-18T17:56:07.731Z | Compiling itertools v0.13.0 |
| 2190 | 2026-05-18T17:56:07.831Z | Compiling buf-list v1.1.2 |
| 2191 | 2026-05-18T17:56:08.033Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-18T17:56:08.187Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2193 | 2026-05-18T17:56:08.252Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-18T17:56:08.444Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-18T17:56:08.682Z | Compiling lalrpop-util v0.19.12 |
| 2196 | 2026-05-18T17:56:08.911Z | Compiling peg-runtime v0.8.5 |
| 2197 | 2026-05-18T17:56:23.424Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-18T17:56:25.123Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-18T17:56:25.222Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-18T17:56:25.268Z | Compiling crucible-workspace-hack v0.1.0 |
| 2201 | 2026-05-18T17:56:25.351Z | Compiling rayon-core v1.13.0 |
| 2202 | 2026-05-18T17:56:25.435Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-18T17:56:25.495Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-18T17:56:25.601Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-18T17:56:25.656Z | Compiling heapless v0.8.0 |
| 2206 | 2026-05-18T17:56:25.690Z | Compiling rustls v0.22.4 |
| 2207 | 2026-05-18T17:56:25.923Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-18T17:56:25.939Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-18T17:56:26.022Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-18T17:56:26.078Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-18T17:56:26.178Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-18T17:56:26.200Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-18T17:56:26.214Z | Compiling thread_local v1.1.9 |
| 2214 | 2026-05-18T17:56:26.231Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-18T17:56:26.326Z | Compiling compression-core v0.4.31 |
| 2216 | 2026-05-18T17:56:26.376Z | Compiling unicode-width v0.2.0 |
| 2217 | 2026-05-18T17:56:26.408Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-18T17:56:26.423Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2219 | 2026-05-18T17:56:26.458Z | Compiling match_cfg v0.1.0 |
| 2220 | 2026-05-18T17:56:26.531Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-05-18T17:56:26.586Z | Compiling hostname v0.3.1 |
| 2222 | 2026-05-18T17:56:26.603Z | Compiling proc-macro-crate v3.4.0 |
| 2223 | 2026-05-18T17:56:26.690Z | Compiling derive-ex v0.1.8 |
| 2224 | 2026-05-18T17:56:26.720Z | Compiling compression-codecs v0.4.37 |
| 2225 | 2026-05-18T17:56:26.753Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-05-18T17:56:26.894Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-18T17:56:26.907Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-18T17:56:27.056Z | Compiling tokio-rustls v0.26.4 |
| 2229 | 2026-05-18T17:56:27.122Z | Compiling rustls-platform-verifier v0.6.2 |
| 2230 | 2026-05-18T17:56:27.165Z | Compiling half v2.7.1 |
| 2231 | 2026-05-18T17:56:27.301Z | Compiling hyper-rustls v0.27.7 |
| 2232 | 2026-05-18T17:56:27.348Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-05-18T17:56:27.364Z | Compiling cobs v0.3.0 |
| 2234 | 2026-05-18T17:56:27.534Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-05-18T17:56:27.613Z | Compiling reqwest v0.13.2 |
| 2236 | 2026-05-18T17:56:27.633Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2237 | 2026-05-18T17:56:27.667Z | Compiling universal-hash v0.5.1 |
| 2238 | 2026-05-18T17:56:27.831Z | Compiling async-stream-impl v0.3.6 |
| 2239 | 2026-05-18T17:56:27.922Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2240 | 2026-05-18T17:56:28.085Z | Compiling serde_spanned v1.0.4 |
| 2241 | 2026-05-18T17:56:28.219Z | Compiling is-terminal v0.4.17 |
| 2242 | 2026-05-18T17:56:28.273Z | Compiling dropshot v0.17.0 |
| 2243 | 2026-05-18T17:56:28.339Z | Compiling proc-macro-error-attr v1.0.4 |
| 2244 | 2026-05-18T17:56:28.356Z | Compiling term v1.2.1 |
| 2245 | 2026-05-18T17:56:28.379Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-05-18T17:56:28.418Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-18T17:56:28.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2248 | 2026-05-18T17:56:28.511Z | Compiling take_mut v0.2.2 |
| 2249 | 2026-05-18T17:56:28.568Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-05-18T17:56:28.642Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-18T17:56:28.659Z | Compiling poly1305 v0.8.0 |
| 2252 | 2026-05-18T17:56:28.677Z | Compiling slog-term v2.9.2 |
| 2253 | 2026-05-18T17:56:28.696Z | Compiling thiserror-no-std v2.0.2 |
| 2254 | 2026-05-18T17:56:28.755Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-05-18T17:56:28.770Z | Compiling tokio-rustls v0.25.0 |
| 2256 | 2026-05-18T17:56:28.869Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2257 | 2026-05-18T17:56:28.990Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-05-18T17:56:29.045Z | Compiling async-stream v0.3.6 |
| 2259 | 2026-05-18T17:56:29.262Z | Compiling tough v0.22.0 |
| 2260 | 2026-05-18T17:56:29.284Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-05-18T17:56:29.303Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-05-18T17:56:29.356Z | Compiling ingot-types v0.1.2 |
| 2263 | 2026-05-18T17:56:29.823Z | Compiling ingot v0.1.1 |
| 2264 | 2026-05-18T17:56:29.925Z | Compiling postcard v1.1.3 |
| 2265 | 2026-05-18T17:56:30.157Z | Compiling slog-bunyan v2.5.0 |
| 2266 | 2026-05-18T17:56:30.237Z | Compiling num_enum_derive v0.7.5 |
| 2267 | 2026-05-18T17:56:30.355Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-18T17:56:30.617Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-18T17:56:30.843Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-18T17:56:30.861Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-18T17:56:30.910Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-18T17:56:30.963Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-18T17:56:31.152Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-18T17:56:31.203Z | Compiling password-hash v0.5.0 |
| 2275 | 2026-05-18T17:56:31.239Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2276 | 2026-05-18T17:56:31.279Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-18T17:56:31.308Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-18T17:56:31.368Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-18T17:56:31.564Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-18T17:56:31.583Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-18T17:56:31.788Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-18T17:56:32.219Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-18T17:56:32.228Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-18T17:56:32.228Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-18T17:56:32.228Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-18T17:56:32.228Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-05-18T17:56:32.228Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-18T17:56:32.269Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-18T17:56:32.345Z | Compiling foreign-types-shared v0.3.1 |
| 2290 | 2026-05-18T17:56:32.362Z | Compiling cpufeatures v0.3.0 |
| 2291 | 2026-05-18T17:56:32.388Z | Compiling debug-ignore v1.0.5 |
| 2292 | 2026-05-18T17:56:32.405Z | Compiling backoff v0.4.0 |
| 2293 | 2026-05-18T17:56:32.459Z | Compiling chacha20 v0.10.0 |
| 2294 | 2026-05-18T17:56:32.473Z | Compiling foreign-types v0.5.0 |
| 2295 | 2026-05-18T17:56:32.489Z | Compiling parse-display v0.10.0 |
| 2296 | 2026-05-18T17:56:32.529Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2297 | 2026-05-18T17:56:32.549Z | Compiling argon2 v0.5.3 |
| 2298 | 2026-05-18T17:56:32.583Z | Compiling chacha20poly1305 v0.10.1 |
| 2299 | 2026-05-18T17:56:32.601Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-18T17:56:32.604Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-18T17:56:32.633Z | Compiling num_enum v0.7.5 |
| 2302 | 2026-05-18T17:56:32.654Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-18T17:56:32.753Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-05-18T17:56:32.789Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-05-18T17:56:32.898Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2306 | 2026-05-18T17:56:33.193Z | Compiling tabwriter v1.4.1 |
| 2307 | 2026-05-18T17:56:33.236Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2308 | 2026-05-18T17:56:33.314Z | Compiling regress v0.10.5 |
| 2309 | 2026-05-18T17:56:33.374Z | Compiling byte-wrapper v0.1.0 |
| 2310 | 2026-05-18T17:56:33.559Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2311 | 2026-05-18T17:56:33.589Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2312 | 2026-05-18T17:56:33.609Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2313 | 2026-05-18T17:56:33.629Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-05-18T17:56:33.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2315 | 2026-05-18T17:56:33.829Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-18T17:56:33.911Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-18T17:56:34.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-05-18T17:56:34.169Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-05-18T17:56:34.204Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-18T17:56:34.224Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-18T17:56:34.300Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-18T17:56:34.316Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-18T17:56:34.334Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-05-18T17:56:34.363Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-05-18T17:56:34.386Z | Compiling colored v3.1.1 |
| 2326 | 2026-05-18T17:56:34.462Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-18T17:56:34.492Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-18T17:56:34.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-18T17:56:34.599Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-18T17:56:34.701Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-18T17:56:34.921Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-18T17:56:34.939Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-18T17:56:35.024Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-18T17:56:35.072Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-05-18T17:56:35.145Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-05-18T17:56:35.178Z | Compiling bitfield-struct v0.6.2 |
| 2337 | 2026-05-18T17:56:35.194Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-05-18T17:56:35.340Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-05-18T17:56:35.565Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-18T17:56:35.651Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-05-18T17:56:35.731Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-18T17:56:35.773Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-05-18T17:56:35.819Z | Compiling swrite v0.1.0 |
| 2344 | 2026-05-18T17:56:35.835Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-05-18T17:56:35.850Z | Compiling usdt v0.5.0 |
| 2346 | 2026-05-18T17:56:35.975Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2347 | 2026-05-18T17:56:36.038Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-18T17:56:36.054Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-18T17:56:36.440Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-18T17:56:36.530Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-18T17:56:36.561Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-18T17:56:36.740Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-18T17:56:36.756Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-18T17:56:36.774Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-18T17:56:36.788Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-05-18T17:56:36.880Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-18T17:56:36.897Z | Compiling unicode-xid v0.2.6 |
| 2358 | 2026-05-18T17:56:36.915Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-18T17:56:36.932Z | Compiling xattr v1.6.1 |
| 2360 | 2026-05-18T17:56:37.009Z | Compiling constant_time_eq v0.4.2 |
| 2361 | 2026-05-18T17:56:37.027Z | Compiling arrayvec v0.7.6 |
| 2362 | 2026-05-18T17:56:37.071Z | Compiling tar v0.4.45 |
| 2363 | 2026-05-18T17:56:37.160Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-05-18T17:56:37.178Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2365 | 2026-05-18T17:56:37.284Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-18T17:56:37.364Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-05-18T17:56:37.435Z | Compiling console v0.16.2 |
| 2368 | 2026-05-18T17:56:37.714Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-18T17:56:37.849Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-18T17:56:37.872Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-18T17:56:37.936Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-05-18T17:56:38.058Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-18T17:56:38.074Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-05-18T17:56:38.089Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-18T17:56:38.124Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-05-18T17:56:38.572Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-18T17:56:47.730Z | Compiling progenitor-client v0.10.0 |
| 2378 | 2026-05-18T17:56:47.730Z | Compiling omicron-zone-package v0.12.2 |
| 2379 | 2026-05-18T17:56:47.746Z | Compiling progenitor-client v0.14.0 |
| 2380 | 2026-05-18T17:56:48.226Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-18T17:56:50.496Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-18T17:56:50.551Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2383 | 2026-05-18T17:56:50.595Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-18T17:56:50.676Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-05-18T17:56:50.709Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-05-18T17:56:50.752Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-05-18T17:56:50.780Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2388 | 2026-05-18T17:56:50.798Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2389 | 2026-05-18T17:56:50.914Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2390 | 2026-05-18T17:56:54.839Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-18T17:57:02.464Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-18T17:57:05.562Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-18T17:57:06.541Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-18T17:57:16.260Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2395 | 2026-05-18T17:57:16.416Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-18T17:57:16.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-18T17:57:16.482Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-18T17:57:16.485Z | |
| 2399 | 2026-05-18T17:57:16.485Z | real 1:44.441460241 |
| 2400 | 2026-05-18T17:57:16.485Z | user 16:58.373288462 |
| 2401 | 2026-05-18T17:57:16.485Z | sys 2:41.937837712 |
| 2402 | 2026-05-18T17:57:16.485Z | trap 0.466032166 |
| 2403 | 2026-05-18T17:57:16.485Z | tflt 2.777489120 |
| 2404 | 2026-05-18T17:57:16.485Z | dflt 4.374886425 |
| 2405 | 2026-05-18T17:57:16.485Z | kflt 0.000768257 |
| 2406 | 2026-05-18T17:57:16.485Z | lock 52:54.244227735 |
| 2407 | 2026-05-18T17:57:16.485Z | slp 43:26.228372719 |
| 2408 | 2026-05-18T17:57:16.485Z | lat 42.523478484 |
| 2409 | 2026-05-18T17:57:16.485Z | stop 5:31.218743567 |
| 2410 | 2026-05-18T17:57:16.485Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-18T17:57:17.368Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2412 | 2026-05-18T17:57:17.438Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-18T17:57:17.496Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-18T17:57:18.934Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-18T17:57:18.934Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-18T17:57:18.937Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-18T17:57:19.189Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-18T17:57:19.207Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-18T17:57:19.236Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-18T17:57:19.239Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-18T17:57:19.277Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-18T17:57:19.277Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-18T17:57:19.281Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-18T17:57:19.281Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-18T17:57:19.281Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-18T17:57:19.281Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-18T17:57:19.299Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-18T17:57:19.322Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-18T17:57:19.386Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-18T17:57:19.413Z | Compiling slog-async v2.8.0 |
| 2431 | 2026-05-18T17:57:19.499Z | Compiling hostname v0.3.1 |
| 2432 | 2026-05-18T17:57:19.522Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-05-18T17:57:19.543Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-18T17:57:19.543Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-18T17:57:19.588Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-18T17:57:19.610Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-05-18T17:57:19.636Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2438 | 2026-05-18T17:57:19.659Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-18T17:57:19.663Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-18T17:57:19.711Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-18T17:57:19.744Z | Compiling term v1.2.1 |
| 2442 | 2026-05-18T17:57:19.794Z | Compiling take_mut v0.2.2 |
| 2443 | 2026-05-18T17:57:19.817Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-18T17:57:19.867Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-18T17:57:19.938Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-18T17:57:20.040Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-05-18T17:57:20.063Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-18T17:57:20.096Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-05-18T17:57:20.161Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2026-05-18T17:57:20.208Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-05-18T17:57:20.264Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-18T17:57:20.285Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-18T17:57:20.327Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-05-18T17:57:20.398Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-18T17:57:20.426Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-18T17:57:20.490Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-18T17:57:20.529Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-18T17:57:20.552Z | Compiling hostname v0.4.2 |
| 2459 | 2026-05-18T17:57:20.572Z | Compiling serde_path_to_error v0.1.20 |
| 2460 | 2026-05-18T17:57:20.575Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-18T17:57:20.619Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-05-18T17:57:20.670Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-05-18T17:57:20.712Z | Compiling backoff v0.4.0 |
| 2464 | 2026-05-18T17:57:20.736Z | Compiling progenitor-extras v0.2.0 |
| 2465 | 2026-05-18T17:57:20.736Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2466 | 2026-05-18T17:57:20.774Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-18T17:57:20.981Z | Compiling num v0.4.3 |
| 2468 | 2026-05-18T17:57:20.984Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-18T17:57:21.031Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-18T17:57:21.057Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-18T17:57:21.080Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-18T17:57:21.083Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-18T17:57:21.127Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-18T17:57:21.210Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-18T17:57:21.347Z | Compiling console v0.15.11 |
| 2476 | 2026-05-18T17:57:21.391Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-18T17:57:21.421Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-05-18T17:57:21.519Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-18T17:57:21.599Z | Compiling cancel-safe-futures v0.1.5 |
| 2480 | 2026-05-18T17:57:21.620Z | Compiling owo-colors v4.3.0 |
| 2481 | 2026-05-18T17:57:21.715Z | Compiling tokio-rustls v0.25.0 |
| 2482 | 2026-05-18T17:57:21.737Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-18T17:57:21.785Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-18T17:57:21.823Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-18T17:57:21.903Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-18T17:57:22.063Z | Compiling libsw v3.5.0 |
| 2487 | 2026-05-18T17:57:22.124Z | Compiling linear-map v1.2.0 |
| 2488 | 2026-05-18T17:57:22.286Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-05-18T17:57:22.397Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-18T17:57:22.401Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-05-18T17:57:22.442Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-05-18T17:57:22.446Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-18T17:57:22.537Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-18T17:57:22.588Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-18T17:57:22.652Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-18T17:57:22.695Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-05-18T17:57:22.716Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2498 | 2026-05-18T17:57:22.809Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-05-18T17:57:22.849Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2500 | 2026-05-18T17:57:22.999Z | Compiling convert_case v0.10.0 |
| 2501 | 2026-05-18T17:57:23.297Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-18T17:57:23.630Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-18T17:57:24.078Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-18T17:57:24.144Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-05-18T17:57:24.147Z | Compiling derive_more v2.1.1 |
| 2506 | 2026-05-18T17:57:24.210Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-18T17:57:24.248Z | Compiling papergrid v0.11.0 |
| 2508 | 2026-05-18T17:57:24.286Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-05-18T17:57:24.405Z | Compiling termtree v0.5.1 |
| 2510 | 2026-05-18T17:57:24.610Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2511 | 2026-05-18T17:57:24.857Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2026-05-18T17:57:25.222Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-05-18T17:57:25.284Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-05-18T17:57:25.308Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-18T17:57:25.504Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-18T17:57:25.753Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-18T17:57:25.928Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-18T17:57:26.628Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-18T17:57:28.106Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-18T17:57:28.594Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-18T17:57:28.792Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-18T17:57:29.747Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-05-18T17:57:30.425Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2524 | 2026-05-18T17:57:30.763Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-18T17:57:31.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-18T17:57:31.079Z | Compiling csv-core v0.1.13 |
| 2527 | 2026-05-18T17:57:31.101Z | Compiling vte v0.14.1 |
| 2528 | 2026-05-18T17:57:31.539Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2529 | 2026-05-18T17:57:31.632Z | Compiling chrono-tz v0.10.4 |
| 2530 | 2026-05-18T17:57:31.716Z | Compiling highway v1.3.0 |
| 2531 | 2026-05-18T17:57:31.900Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2532 | 2026-05-18T17:57:32.184Z | Compiling progenitor v0.14.0 |
| 2533 | 2026-05-18T17:57:32.212Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-05-18T17:57:32.366Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-05-18T17:57:32.476Z | Compiling csv v1.4.0 |
| 2536 | 2026-05-18T17:57:32.707Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-05-18T17:57:32.867Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2538 | 2026-05-18T17:57:32.908Z | Compiling progenitor v0.13.0 |
| 2539 | 2026-05-18T17:57:33.094Z | Compiling phf v0.12.1 |
| 2540 | 2026-05-18T17:57:33.233Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-05-18T17:57:33.274Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-18T17:57:33.306Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-18T17:57:34.254Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-18T17:57:34.269Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-18T17:57:34.269Z | Compiling reedline v0.40.0 |
| 2546 | 2026-05-18T17:57:34.269Z | Compiling const_format v0.2.35 |
| 2547 | 2026-05-18T17:57:34.546Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-18T17:57:34.729Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-18T17:57:34.839Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-18T17:57:35.546Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-18T17:57:35.713Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-18T17:57:35.779Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-18T17:57:35.985Z | Compiling rustc_version v0.1.7 |
| 2554 | 2026-05-18T17:57:36.014Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2555 | 2026-05-18T17:57:36.075Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-18T17:57:36.258Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-18T17:57:36.327Z | Compiling humantime v2.3.0 |
| 2558 | 2026-05-18T17:57:36.508Z | Compiling smawk v0.3.2 |
| 2559 | 2026-05-18T17:57:36.708Z | Compiling unicode-linebreak v0.1.5 |
| 2560 | 2026-05-18T17:57:36.885Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-18T17:57:37.032Z | Compiling textwrap v0.16.2 |
| 2562 | 2026-05-18T17:57:37.414Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-18T17:57:37.471Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-18T17:57:37.935Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-18T17:57:38.076Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-18T17:57:38.245Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-18T17:57:38.658Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-18T17:57:38.723Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-05-18T17:57:38.759Z | Compiling utf-8 v0.7.6 |
| 2570 | 2026-05-18T17:57:38.860Z | Compiling moka v0.12.13 |
| 2571 | 2026-05-18T17:57:38.983Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-18T17:57:39.004Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-05-18T17:57:39.084Z | Compiling radium v0.7.0 |
| 2574 | 2026-05-18T17:57:39.164Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-18T17:57:39.232Z | Compiling tap v1.0.1 |
| 2576 | 2026-05-18T17:57:39.389Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-18T17:57:39.585Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-05-18T17:57:39.634Z | Compiling tokio-tungstenite v0.21.0 |
| 2579 | 2026-05-18T17:57:39.760Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-05-18T17:57:39.891Z | Compiling funty v2.0.0 |
| 2581 | 2026-05-18T17:57:40.019Z | Compiling hickory-resolver v0.25.2 |
| 2582 | 2026-05-18T17:57:40.109Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2583 | 2026-05-18T17:57:40.363Z | Compiling packed_struct v0.10.1 |
| 2584 | 2026-05-18T17:57:40.637Z | Compiling display-error-chain v0.2.2 |
| 2585 | 2026-05-18T17:57:40.846Z | Compiling zerocopy v0.6.6 |
| 2586 | 2026-05-18T17:57:40.887Z | Compiling bitvec v1.0.1 |
| 2587 | 2026-05-18T17:57:41.146Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2588 | 2026-05-18T17:57:41.169Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-05-18T17:57:41.253Z | Compiling crc v3.4.0 |
| 2590 | 2026-05-18T17:57:41.670Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-05-18T17:57:41.799Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-05-18T17:57:42.000Z | Compiling packed_struct_codegen v0.10.1 |
| 2593 | 2026-05-18T17:57:42.687Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-05-18T17:57:42.710Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-18T17:57:43.010Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-18T17:57:43.448Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-18T17:57:43.472Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-18T17:57:43.614Z | Compiling array-init v0.0.4 |
| 2599 | 2026-05-18T17:57:43.721Z | Compiling bitfield v0.19.4 |
| 2600 | 2026-05-18T17:57:44.016Z | Compiling proc-macro-error2 v2.0.1 |
| 2601 | 2026-05-18T17:57:44.106Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-05-18T17:57:44.132Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-18T17:57:44.177Z | Compiling typify-impl v0.4.3 |
| 2604 | 2026-05-18T17:57:44.287Z | Compiling hashbrown v0.12.3 |
| 2605 | 2026-05-18T17:57:44.337Z | Compiling tabled_derive v0.11.0 |
| 2606 | 2026-05-18T17:57:44.411Z | Compiling serde-hex v0.1.0 |
| 2607 | 2026-05-18T17:57:44.513Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2608 | 2026-05-18T17:57:45.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-18T17:57:45.416Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-18T17:57:45.464Z | Compiling ron v0.8.1 |
| 2611 | 2026-05-18T17:57:45.571Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-05-18T17:57:45.596Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-18T17:57:46.047Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-18T17:57:46.462Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-18T17:57:46.524Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-18T17:57:46.573Z | Compiling glob v0.3.3 |
| 2617 | 2026-05-18T17:57:46.594Z | Compiling crc-any v2.5.0 |
| 2618 | 2026-05-18T17:57:46.680Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-05-18T17:57:46.707Z | Compiling maplit v1.0.2 |
| 2620 | 2026-05-18T17:57:46.800Z | Compiling diesel_derives v2.3.7 |
| 2621 | 2026-05-18T17:57:46.830Z | Compiling tabled v0.20.0 |
| 2622 | 2026-05-18T17:57:46.944Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-05-18T17:57:47.047Z | Compiling dirs-next v2.0.0 |
| 2624 | 2026-05-18T17:57:47.098Z | Compiling object v0.30.4 |
| 2625 | 2026-05-18T17:57:47.119Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-05-18T17:57:47.230Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-18T17:57:47.347Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-18T17:57:47.350Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-18T17:57:47.583Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2630 | 2026-05-18T17:57:47.616Z | Compiling typify-macro v0.4.3 |
| 2631 | 2026-05-18T17:57:47.812Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2632 | 2026-05-18T17:57:47.834Z | Compiling xshell-macros v0.2.7 |
| 2633 | 2026-05-18T17:57:47.867Z | Compiling path-slash v0.1.5 |
| 2634 | 2026-05-18T17:57:47.907Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-05-18T17:57:48.082Z | Compiling r2d2 v0.8.10 |
| 2636 | 2026-05-18T17:57:48.133Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2637 | 2026-05-18T17:57:48.218Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-18T17:57:48.251Z | Compiling xshell v0.2.7 |
| 2639 | 2026-05-18T17:57:48.385Z | Compiling term v0.7.0 |
| 2640 | 2026-05-18T17:57:48.994Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-18T17:57:49.078Z | Compiling downcast-rs v2.0.2 |
| 2642 | 2026-05-18T17:57:49.159Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-05-18T17:57:49.219Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-18T17:57:49.414Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2645 | 2026-05-18T17:57:49.442Z | Compiling bit-set v0.5.3 |
| 2646 | 2026-05-18T17:57:49.510Z | Compiling itertools v0.10.5 |
| 2647 | 2026-05-18T17:57:49.588Z | Compiling ena v0.14.4 |
| 2648 | 2026-05-18T17:57:49.637Z | Compiling libloading v0.8.9 |
| 2649 | 2026-05-18T17:57:49.835Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-05-18T17:57:49.874Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-18T17:57:49.978Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-05-18T17:57:50.166Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-05-18T17:57:50.628Z | Compiling unicase v2.9.0 |
| 2654 | 2026-05-18T17:57:50.657Z | Compiling diff v0.1.13 |
| 2655 | 2026-05-18T17:57:50.989Z | Compiling typify v0.4.3 |
| 2656 | 2026-05-18T17:57:51.130Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2657 | 2026-05-18T17:57:51.338Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2658 | 2026-05-18T17:57:51.938Z | Compiling lalrpop v0.19.12 |
| 2659 | 2026-05-18T17:57:51.962Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-05-18T17:57:52.069Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2661 | 2026-05-18T17:57:52.197Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2662 | 2026-05-18T17:57:52.330Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2663 | 2026-05-18T17:57:52.382Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-18T17:57:52.449Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-18T17:57:52.654Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-18T17:57:52.713Z | Compiling diesel v2.3.7 |
| 2667 | 2026-05-18T17:57:52.829Z | Compiling libxml v0.3.3 |
| 2668 | 2026-05-18T17:57:52.916Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2669 | 2026-05-18T17:57:53.043Z | Compiling git-stub-vcs v0.1.0 |
| 2670 | 2026-05-18T17:57:53.168Z | Compiling headers v0.4.1 |
| 2671 | 2026-05-18T17:57:53.414Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-05-18T17:57:54.015Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2673 | 2026-05-18T17:57:54.260Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-18T17:57:54.677Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-18T17:57:54.746Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-18T17:57:54.838Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-18T17:57:55.069Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-18T17:57:55.210Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-18T17:57:55.385Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-18T17:57:55.935Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-18T17:57:55.956Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-18T17:57:55.983Z | Compiling half v1.8.3 |
| 2683 | 2026-05-18T17:57:56.225Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-05-18T17:57:56.446Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-18T17:57:56.612Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-18T17:57:56.703Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-18T17:57:57.104Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-18T17:57:57.238Z | Compiling samael v0.0.19 |
| 2689 | 2026-05-18T17:57:57.293Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-05-18T17:57:57.338Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-05-18T17:57:57.361Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2692 | 2026-05-18T17:57:57.532Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-05-18T17:57:57.637Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-18T17:57:57.680Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-05-18T17:57:57.918Z | Compiling fxhash v0.2.1 |
| 2696 | 2026-05-18T17:57:57.923Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2697 | 2026-05-18T17:57:57.923Z | Compiling salty v0.3.0 |
| 2698 | 2026-05-18T17:57:58.270Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-18T17:57:58.397Z | Compiling progenitor-impl v0.10.0 |
| 2700 | 2026-05-18T17:57:58.485Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-05-18T17:57:58.649Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2702 | 2026-05-18T17:57:58.927Z | Compiling kstat-rs v0.2.4 |
| 2703 | 2026-05-18T17:57:59.073Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-05-18T17:57:59.419Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-05-18T17:57:59.491Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2706 | 2026-05-18T17:57:59.539Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-18T17:57:59.606Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2708 | 2026-05-18T17:58:00.467Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-05-18T17:58:00.561Z | Compiling progenitor-macro v0.10.0 |
| 2710 | 2026-05-18T17:58:01.813Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-18T17:58:02.373Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2712 | 2026-05-18T17:58:03.256Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-18T17:58:03.325Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-18T17:58:03.912Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2715 | 2026-05-18T17:58:04.087Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2716 | 2026-05-18T17:58:04.526Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2717 | 2026-05-18T17:58:04.555Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2718 | 2026-05-18T17:58:04.653Z | Compiling progenitor-client v0.11.2 |
| 2719 | 2026-05-18T17:58:05.191Z | Compiling darling_core v0.23.0 |
| 2720 | 2026-05-18T17:58:07.418Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-05-18T17:58:08.364Z | Compiling nanorand v0.7.0 |
| 2722 | 2026-05-18T17:58:08.740Z | Compiling oso v0.27.3 |
| 2723 | 2026-05-18T17:58:08.752Z | Compiling arc-swap v1.8.2 |
| 2724 | 2026-05-18T17:58:09.128Z | Compiling fs-err v2.11.0 |
| 2725 | 2026-05-18T17:58:09.152Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-05-18T17:58:09.598Z | Compiling slog-scope v4.4.1 |
| 2727 | 2026-05-18T17:58:09.622Z | Compiling mime_guess v2.0.5 |
| 2728 | 2026-05-18T17:58:10.155Z | Compiling async-bb8-diesel v0.2.1 |
| 2729 | 2026-05-18T17:58:10.618Z | Compiling diesel-dtrace v0.5.0 |
| 2730 | 2026-05-18T17:58:10.948Z | Compiling flume v0.11.1 |
| 2731 | 2026-05-18T17:58:11.039Z | Compiling darling_macro v0.23.0 |
| 2732 | 2026-05-18T17:58:11.421Z | Compiling progenitor v0.11.2 |
| 2733 | 2026-05-18T17:58:11.536Z | Compiling progenitor v0.10.0 |
| 2734 | 2026-05-18T17:58:11.609Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-18T17:58:11.731Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-18T17:58:12.002Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-18T17:58:13.316Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-18T17:58:13.643Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-18T17:58:14.015Z | Compiling instability v0.3.11 |
| 2740 | 2026-05-18T17:58:14.061Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-05-18T17:58:14.286Z | Compiling p384 v0.13.1 |
| 2742 | 2026-05-18T17:58:14.388Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-18T17:58:15.166Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-18T17:58:15.290Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-18T17:58:15.767Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-18T17:58:15.882Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-18T17:58:16.018Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-18T17:58:16.089Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-05-18T17:58:16.134Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-18T17:58:16.425Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-18T17:58:16.719Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-18T17:58:16.882Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-18T17:58:17.036Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-18T17:58:17.202Z | Compiling http-range v0.1.5 |
| 2755 | 2026-05-18T17:58:17.275Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-05-18T17:58:17.504Z | Compiling indoc v2.0.7 |
| 2757 | 2026-05-18T17:58:17.544Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-18T17:58:17.835Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-18T17:58:18.562Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-05-18T17:58:18.685Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-05-18T17:58:19.400Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-18T17:58:19.749Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-05-18T17:58:19.956Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2764 | 2026-05-18T17:58:20.675Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-05-18T17:58:21.153Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-18T17:58:21.812Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-18T17:58:21.852Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-18T17:58:21.874Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-18T17:58:22.159Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-18T17:58:22.246Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-18T17:58:22.372Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-18T17:58:22.592Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-18T17:58:22.655Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-18T17:58:22.693Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-18T17:58:22.718Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-18T17:58:22.824Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-18T17:58:22.958Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-18T17:58:22.981Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-18T17:58:23.220Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-05-18T17:58:23.242Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-05-18T17:58:23.245Z | Compiling cassowary v0.3.0 |
| 2782 | 2026-05-18T17:58:23.315Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-18T17:58:23.379Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-05-18T17:58:23.481Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2785 | 2026-05-18T17:58:23.502Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-05-18T17:58:23.628Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-05-18T17:58:23.727Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-18T17:58:23.824Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-05-18T17:58:24.205Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-05-18T17:58:24.389Z | Compiling hyper-staticfile v0.10.1 |
| 2791 | 2026-05-18T17:58:24.842Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-18T17:58:25.374Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-18T17:58:25.600Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-18T17:58:26.032Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-18T17:58:27.631Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-18T17:58:27.857Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-18T17:58:28.065Z | Compiling rustls v0.21.12 |
| 2798 | 2026-05-18T17:58:28.288Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-05-18T17:58:28.575Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-18T17:58:28.883Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-18T17:58:29.190Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-18T17:58:29.914Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-18T17:58:31.110Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-18T17:58:31.169Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-18T17:58:31.213Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-18T17:58:31.953Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-18T17:58:32.339Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-18T17:58:32.598Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2809 | 2026-05-18T17:58:32.828Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-05-18T17:58:33.056Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-05-18T17:58:33.715Z | Compiling sct v0.7.1 |
| 2812 | 2026-05-18T17:58:33.927Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-18T17:58:34.005Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-18T17:58:34.211Z | Compiling void v1.0.2 |
| 2815 | 2026-05-18T17:58:34.323Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-18T17:58:34.479Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-18T17:58:34.501Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-18T17:58:34.601Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-18T17:58:35.086Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-18T17:58:35.687Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-18T17:58:35.842Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-18T17:58:36.104Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-18T17:58:36.439Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-18T17:58:37.074Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2825 | 2026-05-18T17:58:37.101Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2826 | 2026-05-18T17:58:37.306Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-05-18T17:58:37.336Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-05-18T17:58:37.540Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2026-05-18T17:58:37.563Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-18T17:58:37.774Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-18T17:58:38.443Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-18T17:58:38.555Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-18T17:58:38.673Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-18T17:58:38.866Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2835 | 2026-05-18T17:58:39.075Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-05-18T17:58:39.419Z | Compiling git2 v0.20.4 |
| 2837 | 2026-05-18T17:58:39.462Z | Compiling tokio-rustls v0.24.1 |
| 2838 | 2026-05-18T17:58:39.761Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-05-18T17:58:42.337Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-05-18T17:58:42.466Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2841 | 2026-05-18T17:58:44.681Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2842 | 2026-05-18T17:58:44.830Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-18T17:58:45.415Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-18T17:58:45.528Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-18T17:58:45.773Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-18T17:58:45.842Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-18T17:58:45.984Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-18T17:58:47.770Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-18T17:58:47.773Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-05-18T17:58:47.920Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-05-18T17:58:47.971Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-05-18T17:58:48.666Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-05-18T17:58:48.929Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-05-18T17:58:49.075Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-05-18T17:58:49.523Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2856 | 2026-05-18T17:58:50.044Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2857 | 2026-05-18T17:58:50.305Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-05-18T17:58:50.546Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-18T17:58:52.434Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-18T17:58:52.671Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-18T17:58:52.703Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-18T17:58:52.907Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-18T17:58:52.931Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-18T17:58:52.934Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-18T17:58:53.180Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-18T17:58:53.283Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-05-18T17:58:53.554Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-05-18T17:58:54.078Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-18T17:58:54.308Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-18T17:58:54.449Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-18T17:58:55.251Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-18T17:58:56.035Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2873 | 2026-05-18T17:58:56.999Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-05-18T17:58:57.345Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2875 | 2026-05-18T17:58:57.946Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-18T17:58:58.141Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-05-18T17:58:58.372Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2878 | 2026-05-18T17:58:58.603Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-18T17:58:58.831Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-18T17:58:59.442Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-18T17:59:00.048Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-05-18T17:59:00.456Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-05-18T17:59:00.459Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-05-18T17:59:00.742Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-05-18T17:59:00.854Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-05-18T17:59:01.046Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2887 | 2026-05-18T17:59:01.187Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-18T17:59:01.777Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-05-18T17:59:01.920Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-05-18T17:59:02.257Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-05-18T17:59:03.175Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-18T17:59:03.404Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-18T17:59:03.472Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-18T17:59:04.001Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-18T17:59:04.392Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-18T17:59:04.740Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-18T17:59:05.860Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-18T17:59:06.710Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-18T17:59:06.901Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-18T17:59:09.660Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-18T17:59:11.301Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-05-18T17:59:11.865Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-18T17:59:19.665Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2904 | 2026-05-18T17:59:21.104Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2905 | 2026-05-18T17:59:32.493Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-18T17:59:33.477Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-18T18:06:19.634Z | Finished `release` profile [optimized] target(s) in 9m 02s |
| 2908 | 2026-05-18T18:07:04.567Z | |
| 2909 | 2026-05-18T18:07:04.567Z | real 9:48.057778334 |
| 2910 | 2026-05-18T18:07:04.570Z | user 1:19:41.755846565 |
| 2911 | 2026-05-18T18:07:04.570Z | sys 3:34.078721928 |
| 2912 | 2026-05-18T18:07:04.570Z | trap 1.793409334 |
| 2913 | 2026-05-18T18:07:04.570Z | tflt 2.647171586 |
| 2914 | 2026-05-18T18:07:04.570Z | dflt 16.845453112 |
| 2915 | 2026-05-18T18:07:04.570Z | kflt 0.009371420 |
| 2916 | 2026-05-18T18:07:04.570Z | lock 7:28:59.918674056 |
| 2917 | 2026-05-18T18:07:04.570Z | slp 2:19:50.693355555 |
| 2918 | 2026-05-18T18:07:04.570Z | lat 2:33.049700325 |
| 2919 | 2026-05-18T18:07:04.570Z | stop 5:28.160409857 |
| 2920 | 2026-05-18T18:07:04.570Z | + mapfile -t packages |
| 2921 | 2026-05-18T18:07:04.570Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-05-18T18:07:05.521Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2923 | 2026-05-18T18:07:05.598Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-05-18T18:07:05.654Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-05-18T18:07:05.657Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-05-18T18:07:06.187Z | Compiling libc v0.2.185 |
| 2927 | 2026-05-18T18:07:06.187Z | Compiling serde v1.0.228 |
| 2928 | 2026-05-18T18:07:06.192Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-05-18T18:07:06.192Z | Compiling rustix v1.1.3 |
| 2930 | 2026-05-18T18:07:06.295Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-05-18T18:07:06.301Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-05-18T18:07:06.323Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-05-18T18:07:06.332Z | Compiling syn v2.0.117 |
| 2934 | 2026-05-18T18:07:06.342Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-05-18T18:07:06.353Z | Compiling indexmap v2.14.0 |
| 2936 | 2026-05-18T18:07:06.373Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-05-18T18:07:06.385Z | Compiling syn v1.0.109 |
| 2938 | 2026-05-18T18:07:06.397Z | Compiling log v0.4.29 |
| 2939 | 2026-05-18T18:07:06.400Z | Compiling getrandom v0.4.1 |
| 2940 | 2026-05-18T18:07:06.568Z | Compiling percent-encoding v2.3.2 |
| 2941 | 2026-05-18T18:07:06.714Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-05-18T18:07:06.787Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-05-18T18:07:06.809Z | Compiling heck v0.4.1 |
| 2944 | 2026-05-18T18:07:06.812Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-05-18T18:07:06.827Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-05-18T18:07:07.056Z | Compiling errno v0.3.14 |
| 2947 | 2026-05-18T18:07:07.056Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-05-18T18:07:07.059Z | Compiling memmap v0.7.0 |
| 2949 | 2026-05-18T18:07:07.331Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-05-18T18:07:07.856Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-05-18T18:07:08.040Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-05-18T18:07:08.043Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-05-18T18:07:08.104Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-05-18T18:07:08.143Z | Compiling clap_builder v4.5.60 |
| 2955 | 2026-05-18T18:07:08.143Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-05-18T18:07:08.262Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-05-18T18:07:08.773Z | Compiling tabled v0.15.0 |
| 2958 | 2026-05-18T18:07:08.820Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-05-18T18:07:08.820Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-05-18T18:07:09.207Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-05-18T18:07:09.207Z | Compiling zerofrom-derive v0.1.6 |
| 2962 | 2026-05-18T18:07:09.211Z | Compiling yoke-derive v0.8.1 |
| 2963 | 2026-05-18T18:07:09.211Z | Compiling zerovec-derive v0.11.2 |
| 2964 | 2026-05-18T18:07:09.211Z | Compiling displaydoc v0.2.5 |
| 2965 | 2026-05-18T18:07:09.211Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-05-18T18:07:09.211Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-05-18T18:07:09.211Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-05-18T18:07:09.211Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-05-18T18:07:09.211Z | Compiling clap_derive v4.5.55 |
| 2970 | 2026-05-18T18:07:09.361Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-05-18T18:07:09.920Z | Compiling scroll v0.12.0 |
| 2972 | 2026-05-18T18:07:10.033Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-05-18T18:07:10.242Z | Compiling goblin v0.8.2 |
| 2974 | 2026-05-18T18:07:10.285Z | Compiling zerofrom v0.1.6 |
| 2975 | 2026-05-18T18:07:10.365Z | Compiling thiserror v1.0.69 |
| 2976 | 2026-05-18T18:07:10.430Z | Compiling yoke v0.8.1 |
| 2977 | 2026-05-18T18:07:10.451Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-05-18T18:07:10.486Z | Compiling thiserror v2.0.18 |
| 2979 | 2026-05-18T18:07:10.604Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-05-18T18:07:10.616Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-05-18T18:07:10.906Z | Compiling clap v4.5.60 |
| 2982 | 2026-05-18T18:07:11.218Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-05-18T18:07:11.474Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-05-18T18:07:11.758Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-05-18T18:07:11.981Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-05-18T18:07:12.337Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-05-18T18:07:12.506Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-05-18T18:07:12.691Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-05-18T18:07:12.735Z | Compiling icu_properties v2.1.2 |
| 2990 | 2026-05-18T18:07:12.775Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-05-18T18:07:12.831Z | Compiling dof v0.3.0 |
| 2992 | 2026-05-18T18:07:13.176Z | Compiling toml_edit v0.22.27 |
| 2993 | 2026-05-18T18:07:13.253Z | Compiling serde_tokenstream v0.2.3 |
| 2994 | 2026-05-18T18:07:13.310Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-05-18T18:07:13.470Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-05-18T18:07:13.502Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-05-18T18:07:13.632Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-05-18T18:07:13.750Z | Compiling usdt-attr-macro v0.5.0 |
| 2999 | 2026-05-18T18:07:13.795Z | Compiling idna v1.1.0 |
| 3000 | 2026-05-18T18:07:13.817Z | Compiling usdt-macro v0.5.0 |
| 3001 | 2026-05-18T18:07:14.195Z | Compiling url v2.5.8 |
| 3002 | 2026-05-18T18:07:14.420Z | Compiling usdt v0.5.0 |
| 3003 | 2026-05-18T18:07:14.739Z | Compiling toml v0.8.23 |
| 3004 | 2026-05-18T18:07:15.163Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-05-18T18:07:15.163Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-05-18T18:07:16.171Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-05-18T18:07:19.215Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-05-18T18:07:22.195Z | Finished `release` profile [optimized] target(s) in 16.52s |
| 3009 | 2026-05-18T18:07:22.356Z | |
| 3010 | 2026-05-18T18:07:22.356Z | real 16.666299207 |
| 3011 | 2026-05-18T18:07:22.357Z | user 2:21.142740265 |
| 3012 | 2026-05-18T18:07:22.357Z | sys 16.857053304 |
| 3013 | 2026-05-18T18:07:22.357Z | trap 0.091984790 |
| 3014 | 2026-05-18T18:07:22.357Z | tflt 0.625505934 |
| 3015 | 2026-05-18T18:07:22.360Z | dflt 1.578041725 |
| 3016 | 2026-05-18T18:07:22.360Z | kflt 0.000265076 |
| 3017 | 2026-05-18T18:07:22.360Z | lock 5:20.575114386 |
| 3018 | 2026-05-18T18:07:22.360Z | slp 3:28.914505197 |
| 3019 | 2026-05-18T18:07:22.360Z | lat 6.185413094 |
| 3020 | 2026-05-18T18:07:22.360Z | stop 18.007314402 |
| 3021 | 2026-05-18T18:07:22.360Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-05-18T18:07:22.360Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-05-18T18:07:22.360Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-05-18T18:07:22.360Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-05-18T18:07:22.360Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-05-18T18:07:23.309Z | Compiling newtype-uuid-macros v0.1.0 |
| 3027 | 2026-05-18T18:07:23.313Z | Compiling regress v0.10.5 |
| 3028 | 2026-05-18T18:07:23.313Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-05-18T18:07:23.313Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-18T18:07:23.313Z | Compiling rustls v0.22.4 |
| 3031 | 2026-05-18T18:07:23.471Z | Compiling rustls-webpki v0.102.8 |
| 3032 | 2026-05-18T18:07:23.474Z | Compiling multer v3.1.0 |
| 3033 | 2026-05-18T18:07:23.485Z | Compiling match_cfg v0.1.0 |
| 3034 | 2026-05-18T18:07:23.488Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-05-18T18:07:23.488Z | Compiling compression-core v0.4.31 |
| 3036 | 2026-05-18T18:07:23.488Z | Compiling slog-json v2.6.1 |
| 3037 | 2026-05-18T18:07:23.488Z | Compiling async-stream-impl v0.3.6 |
| 3038 | 2026-05-18T18:07:23.488Z | Compiling serde_spanned v1.0.4 |
| 3039 | 2026-05-18T18:07:23.488Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3040 | 2026-05-18T18:07:23.491Z | Compiling dropshot v0.17.0 |
| 3041 | 2026-05-18T18:07:23.491Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3042 | 2026-05-18T18:07:23.722Z | Compiling compression-codecs v0.4.37 |
| 3043 | 2026-05-18T18:07:23.773Z | Compiling hostname v0.3.1 |
| 3044 | 2026-05-18T18:07:23.777Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-18T18:07:23.829Z | Compiling progenitor-client v0.14.0 |
| 3046 | 2026-05-18T18:07:23.829Z | Compiling itertools v0.14.0 |
| 3047 | 2026-05-18T18:07:23.832Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-05-18T18:07:23.886Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-05-18T18:07:23.889Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-18T18:07:23.889Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-18T18:07:23.946Z | Compiling async-compression v0.4.41 |
| 3052 | 2026-05-18T18:07:24.006Z | Compiling hostname v0.4.2 |
| 3053 | 2026-05-18T18:07:24.027Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-05-18T18:07:24.107Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-05-18T18:07:24.162Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-05-18T18:07:24.184Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-05-18T18:07:24.187Z | Compiling instant v0.1.13 |
| 3058 | 2026-05-18T18:07:24.226Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3059 | 2026-05-18T18:07:24.255Z | Compiling async-stream v0.3.6 |
| 3060 | 2026-05-18T18:07:24.283Z | Compiling progenitor-client v0.10.0 |
| 3061 | 2026-05-18T18:07:24.308Z | Compiling backon v1.6.0 |
| 3062 | 2026-05-18T18:07:24.328Z | Compiling backoff v0.4.0 |
| 3063 | 2026-05-18T18:07:24.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-05-18T18:07:24.419Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3065 | 2026-05-18T18:07:24.445Z | Compiling universal-hash v0.5.1 |
| 3066 | 2026-05-18T18:07:24.462Z | Compiling opaque-debug v0.3.1 |
| 3067 | 2026-05-18T18:07:24.517Z | Compiling progenitor-extras v0.2.0 |
| 3068 | 2026-05-18T18:07:24.537Z | Compiling unsafe-libyaml v0.2.11 |
| 3069 | 2026-05-18T18:07:24.555Z | Compiling half v2.7.1 |
| 3070 | 2026-05-18T18:07:24.574Z | Compiling ciborium-io v0.2.2 |
| 3071 | 2026-05-18T18:07:24.594Z | Compiling structmeta v0.3.0 |
| 3072 | 2026-05-18T18:07:24.610Z | Compiling crucible-workspace-hack v0.1.0 |
| 3073 | 2026-05-18T18:07:24.630Z | Compiling regress v0.11.1 |
| 3074 | 2026-05-18T18:07:24.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-05-18T18:07:24.695Z | Compiling convert_case v0.4.0 |
| 3076 | 2026-05-18T18:07:24.799Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3077 | 2026-05-18T18:07:24.817Z | Compiling ciborium-ll v0.2.2 |
| 3078 | 2026-05-18T18:07:24.854Z | Compiling derive-ex v0.1.8 |
| 3079 | 2026-05-18T18:07:24.874Z | Compiling parse-display-derive v0.10.0 |
| 3080 | 2026-05-18T18:07:24.891Z | Compiling aead v0.5.2 |
| 3081 | 2026-05-18T18:07:24.922Z | Compiling secrecy v0.10.3 |
| 3082 | 2026-05-18T18:07:24.983Z | Compiling poly1305 v0.8.0 |
| 3083 | 2026-05-18T18:07:25.065Z | Compiling ciborium v0.2.2 |
| 3084 | 2026-05-18T18:07:25.084Z | Compiling serde_yaml v0.9.34+deprecated |
| 3085 | 2026-05-18T18:07:25.102Z | Compiling derive_more v0.99.20 |
| 3086 | 2026-05-18T18:07:25.105Z | Compiling chacha20 v0.9.1 |
| 3087 | 2026-05-18T18:07:25.144Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3088 | 2026-05-18T18:07:25.162Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3089 | 2026-05-18T18:07:25.165Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3090 | 2026-05-18T18:07:25.312Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-05-18T18:07:25.338Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-05-18T18:07:25.402Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-05-18T18:07:25.536Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3094 | 2026-05-18T18:07:25.559Z | Compiling blake2 v0.10.6 |
| 3095 | 2026-05-18T18:07:25.641Z | Compiling password-hash v0.5.0 |
| 3096 | 2026-05-18T18:07:25.674Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-05-18T18:07:25.746Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-05-18T18:07:25.773Z | Compiling heapless v0.8.0 |
| 3099 | 2026-05-18T18:07:25.776Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-05-18T18:07:25.851Z | Compiling tabwriter v1.4.1 |
| 3101 | 2026-05-18T18:07:25.913Z | Compiling tokio-rustls v0.25.0 |
| 3102 | 2026-05-18T18:07:26.085Z | Compiling argon2 v0.5.3 |
| 3103 | 2026-05-18T18:07:26.142Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-05-18T18:07:26.166Z | Compiling num-rational v0.4.2 |
| 3105 | 2026-05-18T18:07:26.295Z | Compiling typify-impl v0.6.2 |
| 3106 | 2026-05-18T18:07:26.584Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-05-18T18:07:26.635Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3108 | 2026-05-18T18:07:26.653Z | Compiling parse-display v0.10.0 |
| 3109 | 2026-05-18T18:07:26.656Z | Compiling test-strategy v0.4.5 |
| 3110 | 2026-05-18T18:07:26.700Z | Compiling vsss-rs v3.3.4 |
| 3111 | 2026-05-18T18:07:26.819Z | Compiling hash32 v0.3.1 |
| 3112 | 2026-05-18T18:07:26.921Z | Compiling num-complex v0.4.6 |
| 3113 | 2026-05-18T18:07:26.940Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-05-18T18:07:26.990Z | Compiling smoltcp v0.11.0 |
| 3115 | 2026-05-18T18:07:27.215Z | Compiling proc-macro-crate v3.4.0 |
| 3116 | 2026-05-18T18:07:27.276Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3117 | 2026-05-18T18:07:27.351Z | Compiling num v0.4.3 |
| 3118 | 2026-05-18T18:07:27.371Z | Compiling atomicwrites v0.4.4 |
| 3119 | 2026-05-18T18:07:27.406Z | Compiling cobs v0.3.0 |
| 3120 | 2026-05-18T18:07:27.429Z | Compiling colored v3.1.1 |
| 3121 | 2026-05-18T18:07:27.448Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3122 | 2026-05-18T18:07:27.507Z | Compiling float-ord v0.3.2 |
| 3123 | 2026-05-18T18:07:27.590Z | Compiling postcard v1.1.3 |
| 3124 | 2026-05-18T18:07:27.641Z | Compiling proc-macro-error v1.0.4 |
| 3125 | 2026-05-18T18:07:27.659Z | Compiling proc-macro-crate v1.3.1 |
| 3126 | 2026-05-18T18:07:27.695Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3127 | 2026-05-18T18:07:27.715Z | Compiling foreign-types-macros v0.2.3 |
| 3128 | 2026-05-18T18:07:27.779Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3129 | 2026-05-18T18:07:27.824Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-18T18:07:27.841Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3131 | 2026-05-18T18:07:27.959Z | Compiling foreign-types-shared v0.3.1 |
| 3132 | 2026-05-18T18:07:27.988Z | Compiling rayon-core v1.13.0 |
| 3133 | 2026-05-18T18:07:28.005Z | Compiling cpufeatures v0.3.0 |
| 3134 | 2026-05-18T18:07:28.069Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3135 | 2026-05-18T18:07:28.087Z | Compiling chacha20 v0.10.0 |
| 3136 | 2026-05-18T18:07:28.125Z | Compiling num_enum_derive v0.5.11 |
| 3137 | 2026-05-18T18:07:28.167Z | Compiling toml v0.8.23 |
| 3138 | 2026-05-18T18:07:28.187Z | Compiling crossbeam-deque v0.8.6 |
| 3139 | 2026-05-18T18:07:28.234Z | Compiling camino-tempfile v1.4.1 |
| 3140 | 2026-05-18T18:07:28.263Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3141 | 2026-05-18T18:07:28.296Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3142 | 2026-05-18T18:07:28.321Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3143 | 2026-05-18T18:07:28.357Z | Compiling foreign-types v0.5.0 |
| 3144 | 2026-05-18T18:07:28.415Z | Compiling cstr-argument v0.1.2 |
| 3145 | 2026-05-18T18:07:28.445Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3146 | 2026-05-18T18:07:28.497Z | Compiling rand v0.10.0 |
| 3147 | 2026-05-18T18:07:28.603Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3148 | 2026-05-18T18:07:28.692Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3149 | 2026-05-18T18:07:28.787Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3150 | 2026-05-18T18:07:28.812Z | Compiling ingot-types v0.1.2 |
| 3151 | 2026-05-18T18:07:28.833Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-05-18T18:07:28.849Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3153 | 2026-05-18T18:07:28.877Z | Compiling rayon v1.11.0 |
| 3154 | 2026-05-18T18:07:28.889Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3155 | 2026-05-18T18:07:28.923Z | Compiling itertools v0.12.1 |
| 3156 | 2026-05-18T18:07:28.943Z | Compiling num-derive v0.4.2 |
| 3157 | 2026-05-18T18:07:28.977Z | Compiling num_enum v0.7.5 |
| 3158 | 2026-05-18T18:07:29.017Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3159 | 2026-05-18T18:07:29.081Z | Compiling sigpipe v0.1.3 |
| 3160 | 2026-05-18T18:07:29.121Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3161 | 2026-05-18T18:07:29.135Z | Compiling glob v0.3.3 |
| 3162 | 2026-05-18T18:07:29.163Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3163 | 2026-05-18T18:07:29.198Z | Compiling ingot v0.1.1 |
| 3164 | 2026-05-18T18:07:29.254Z | Compiling num_enum v0.5.11 |
| 3165 | 2026-05-18T18:07:29.272Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-05-18T18:07:29.355Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3167 | 2026-05-18T18:07:29.391Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3168 | 2026-05-18T18:07:29.434Z | Compiling smf v0.2.3 |
| 3169 | 2026-05-18T18:07:29.454Z | Compiling whoami v1.6.1 |
| 3170 | 2026-05-18T18:07:29.540Z | Compiling usdt-macro v0.5.0 |
| 3171 | 2026-05-18T18:07:29.578Z | Compiling gethostname v0.5.0 |
| 3172 | 2026-05-18T18:07:29.727Z | Compiling usdt-attr-macro v0.5.0 |
| 3173 | 2026-05-18T18:07:29.744Z | Compiling memmap v0.7.0 |
| 3174 | 2026-05-18T18:07:29.773Z | Compiling derive-where v1.6.0 |
| 3175 | 2026-05-18T18:07:29.928Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3176 | 2026-05-18T18:07:29.931Z | Compiling progenitor-client v0.13.0 |
| 3177 | 2026-05-18T18:07:29.968Z | Compiling resolv-conf v0.7.6 |
| 3178 | 2026-05-18T18:07:29.993Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-05-18T18:07:30.160Z | Compiling zone v0.3.1 |
| 3180 | 2026-05-18T18:07:30.203Z | Compiling owo-colors v4.3.0 |
| 3181 | 2026-05-18T18:07:30.306Z | Compiling cancel-safe-futures v0.1.5 |
| 3182 | 2026-05-18T18:07:30.342Z | Compiling libsw-core v0.3.2 |
| 3183 | 2026-05-18T18:07:30.346Z | Compiling console v0.15.11 |
| 3184 | 2026-05-18T18:07:30.375Z | Compiling hickory-proto v0.24.4 |
| 3185 | 2026-05-18T18:07:30.547Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3186 | 2026-05-18T18:07:30.600Z | Compiling usdt v0.5.0 |
| 3187 | 2026-05-18T18:07:30.677Z | Compiling libsw v3.5.0 |
| 3188 | 2026-05-18T18:07:30.750Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-05-18T18:07:30.867Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2026-05-18T18:07:30.891Z | Compiling linear-map v1.2.0 |
| 3191 | 2026-05-18T18:07:30.909Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-05-18T18:07:30.928Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3193 | 2026-05-18T18:07:30.948Z | Compiling expectorate v1.2.0 |
| 3194 | 2026-05-18T18:07:30.969Z | Compiling typify-macro v0.6.2 |
| 3195 | 2026-05-18T18:07:30.972Z | Compiling git-stub v1.0.0 |
| 3196 | 2026-05-18T18:07:31.003Z | Compiling bitfield-struct v0.6.2 |
| 3197 | 2026-05-18T18:07:31.116Z | Compiling lru-cache v0.1.2 |
| 3198 | 2026-05-18T18:07:31.135Z | Compiling semver v0.1.20 |
| 3199 | 2026-05-18T18:07:31.170Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-05-18T18:07:31.173Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-05-18T18:07:31.173Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3202 | 2026-05-18T18:07:31.207Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-05-18T18:07:31.263Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-05-18T18:07:31.282Z | Compiling minimal-lexical v0.2.1 |
| 3205 | 2026-05-18T18:07:31.419Z | Compiling rustc_version v0.1.7 |
| 3206 | 2026-05-18T18:07:31.441Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-05-18T18:07:31.510Z | Compiling oxide-tokio-rt v0.1.4 |
| 3208 | 2026-05-18T18:07:31.528Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3209 | 2026-05-18T18:07:31.548Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-05-18T18:07:31.548Z | Compiling typify-impl v0.4.3 |
| 3211 | 2026-05-18T18:07:31.581Z | Compiling nom v7.1.3 |
| 3212 | 2026-05-18T18:07:31.629Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3213 | 2026-05-18T18:07:31.652Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-05-18T18:07:31.692Z | Compiling newtype_derive v0.1.6 |
| 3215 | 2026-05-18T18:07:31.713Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3216 | 2026-05-18T18:07:31.763Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2026-05-18T18:07:31.780Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-05-18T18:07:31.850Z | Compiling highway v1.3.0 |
| 3219 | 2026-05-18T18:07:31.867Z | Compiling xshell-macros v0.2.7 |
| 3220 | 2026-05-18T18:07:32.068Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3221 | 2026-05-18T18:07:32.084Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-05-18T18:07:32.119Z | Compiling const_format_proc_macros v0.2.34 |
| 3223 | 2026-05-18T18:07:32.163Z | Compiling csv v1.4.0 |
| 3224 | 2026-05-18T18:07:32.256Z | Compiling phf v0.12.1 |
| 3225 | 2026-05-18T18:07:32.285Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3226 | 2026-05-18T18:07:32.302Z | Compiling xshell v0.2.7 |
| 3227 | 2026-05-18T18:07:32.441Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3228 | 2026-05-18T18:07:32.459Z | Compiling primeorder v0.13.6 |
| 3229 | 2026-05-18T18:07:32.707Z | Compiling hickory-resolver v0.24.4 |
| 3230 | 2026-05-18T18:07:32.756Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-05-18T18:07:32.857Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-05-18T18:07:32.878Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-05-18T18:07:32.927Z | Compiling typify v0.6.2 |
| 3234 | 2026-05-18T18:07:32.991Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-05-18T18:07:33.009Z | Compiling bcs v0.1.6 |
| 3236 | 2026-05-18T18:07:33.027Z | Compiling const_format v0.2.35 |
| 3237 | 2026-05-18T18:07:33.072Z | Compiling progenitor-impl v0.14.0 |
| 3238 | 2026-05-18T18:07:33.089Z | Compiling progenitor-impl v0.13.0 |
| 3239 | 2026-05-18T18:07:33.362Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3240 | 2026-05-18T18:07:33.392Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3241 | 2026-05-18T18:07:33.512Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3242 | 2026-05-18T18:07:33.624Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3243 | 2026-05-18T18:07:33.688Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3244 | 2026-05-18T18:07:33.707Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3245 | 2026-05-18T18:07:33.809Z | Compiling qorb v0.4.1 |
| 3246 | 2026-05-18T18:07:33.895Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3247 | 2026-05-18T18:07:33.940Z | Compiling salty v0.3.0 |
| 3248 | 2026-05-18T18:07:34.145Z | Compiling tagptr v0.2.0 |
| 3249 | 2026-05-18T18:07:34.241Z | Compiling termtree v0.5.1 |
| 3250 | 2026-05-18T18:07:34.338Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-05-18T18:07:34.416Z | Compiling moka v0.12.13 |
| 3252 | 2026-05-18T18:07:34.460Z | Compiling textwrap v0.16.2 |
| 3253 | 2026-05-18T18:07:34.541Z | Compiling tabled v0.15.0 |
| 3254 | 2026-05-18T18:07:34.623Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-18T18:07:34.896Z | Compiling steno v0.4.1 |
| 3256 | 2026-05-18T18:07:34.989Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-05-18T18:07:35.008Z | Compiling radium v0.7.0 |
| 3258 | 2026-05-18T18:07:35.027Z | Compiling humantime v2.3.0 |
| 3259 | 2026-05-18T18:07:35.161Z | Compiling base64 v0.21.7 |
| 3260 | 2026-05-18T18:07:35.256Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3261 | 2026-05-18T18:07:35.310Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3262 | 2026-05-18T18:07:35.359Z | Compiling hickory-resolver v0.25.2 |
| 3263 | 2026-05-18T18:07:35.511Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-18T18:07:35.528Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-18T18:07:35.566Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-18T18:07:35.848Z | Compiling progenitor-macro v0.13.0 |
| 3267 | 2026-05-18T18:07:35.865Z | Compiling p384 v0.13.1 |
| 3268 | 2026-05-18T18:07:35.869Z | Compiling progenitor-macro v0.14.0 |
| 3269 | 2026-05-18T18:07:35.902Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-18T18:07:35.970Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-05-18T18:07:36.119Z | Compiling typify-macro v0.4.3 |
| 3272 | 2026-05-18T18:07:36.174Z | Compiling maybe-uninit v2.0.0 |
| 3273 | 2026-05-18T18:07:36.346Z | Compiling tap v1.0.1 |
| 3274 | 2026-05-18T18:07:36.459Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3275 | 2026-05-18T18:07:36.523Z | Compiling wyz v0.5.1 |
| 3276 | 2026-05-18T18:07:36.608Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3277 | 2026-05-18T18:07:36.721Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3278 | 2026-05-18T18:07:36.762Z | Compiling funty v2.0.0 |
| 3279 | 2026-05-18T18:07:36.987Z | Compiling parking_lot_core v0.8.6 |
| 3280 | 2026-05-18T18:07:37.008Z | Compiling packed_struct v0.10.1 |
| 3281 | 2026-05-18T18:07:37.054Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3282 | 2026-05-18T18:07:37.179Z | Compiling utf-8 v0.7.6 |
| 3283 | 2026-05-18T18:07:37.273Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3284 | 2026-05-18T18:07:37.293Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-05-18T18:07:37.340Z | Compiling tungstenite v0.21.0 |
| 3286 | 2026-05-18T18:07:37.343Z | Compiling bitvec v1.0.1 |
| 3287 | 2026-05-18T18:07:37.396Z | Compiling polyval v0.6.2 |
| 3288 | 2026-05-18T18:07:37.414Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-05-18T18:07:37.475Z | Compiling num-derive v0.3.3 |
| 3290 | 2026-05-18T18:07:37.523Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-05-18T18:07:37.546Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-05-18T18:07:37.659Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-05-18T18:07:37.677Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-05-18T18:07:37.806Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3295 | 2026-05-18T18:07:37.845Z | Compiling crc-catalog v2.4.0 |
| 3296 | 2026-05-18T18:07:37.901Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-05-18T18:07:37.973Z | Compiling crc v3.4.0 |
| 3298 | 2026-05-18T18:07:37.991Z | Compiling typify v0.4.3 |
| 3299 | 2026-05-18T18:07:38.079Z | Compiling tokio-tungstenite v0.21.0 |
| 3300 | 2026-05-18T18:07:38.129Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3301 | 2026-05-18T18:07:38.170Z | Compiling progenitor-impl v0.11.2 |
| 3302 | 2026-05-18T18:07:38.215Z | Compiling array-init v0.0.4 |
| 3303 | 2026-05-18T18:07:38.241Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-05-18T18:07:38.337Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-05-18T18:07:38.421Z | Compiling zerocopy v0.6.6 |
| 3306 | 2026-05-18T18:07:38.453Z | Compiling libscf-sys v1.1.0 |
| 3307 | 2026-05-18T18:07:38.456Z | Compiling ghash v0.5.1 |
| 3308 | 2026-05-18T18:07:38.607Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-05-18T18:07:38.642Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-18T18:07:38.680Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-05-18T18:07:38.803Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-05-18T18:07:38.845Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-05-18T18:07:38.869Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-05-18T18:07:38.961Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-18T18:07:38.997Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3316 | 2026-05-18T18:07:39.071Z | Compiling ctr v0.9.2 |
| 3317 | 2026-05-18T18:07:39.189Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-18T18:07:39.216Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-05-18T18:07:39.253Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3320 | 2026-05-18T18:07:39.309Z | Compiling corncobs v0.1.4 |
| 3321 | 2026-05-18T18:07:39.444Z | Compiling hashbrown v0.12.3 |
| 3322 | 2026-05-18T18:07:39.462Z | Compiling unicase v2.9.0 |
| 3323 | 2026-05-18T18:07:39.519Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3324 | 2026-05-18T18:07:39.553Z | Compiling aes-gcm v0.10.3 |
| 3325 | 2026-05-18T18:07:39.572Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-05-18T18:07:39.592Z | Compiling parking_lot v0.11.2 |
| 3327 | 2026-05-18T18:07:39.627Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-05-18T18:07:39.702Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-05-18T18:07:39.774Z | Compiling tabled v0.20.0 |
| 3330 | 2026-05-18T18:07:40.011Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3331 | 2026-05-18T18:07:40.028Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3332 | 2026-05-18T18:07:40.067Z | Compiling serde-hex v0.1.0 |
| 3333 | 2026-05-18T18:07:40.226Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3334 | 2026-05-18T18:07:40.361Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3335 | 2026-05-18T18:07:40.465Z | Compiling progenitor-impl v0.10.0 |
| 3336 | 2026-05-18T18:07:40.483Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-18T18:07:40.543Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3338 | 2026-05-18T18:07:40.657Z | Compiling ron v0.8.1 |
| 3339 | 2026-05-18T18:07:40.679Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-05-18T18:07:40.773Z | Compiling hashbrown v0.13.2 |
| 3341 | 2026-05-18T18:07:40.974Z | Compiling progenitor-macro v0.11.2 |
| 3342 | 2026-05-18T18:07:41.138Z | Compiling progenitor v0.14.0 |
| 3343 | 2026-05-18T18:07:41.155Z | Compiling progenitor v0.13.0 |
| 3344 | 2026-05-18T18:07:41.177Z | Compiling progenitor-client v0.11.2 |
| 3345 | 2026-05-18T18:07:41.300Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3346 | 2026-05-18T18:07:41.324Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3347 | 2026-05-18T18:07:41.476Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3348 | 2026-05-18T18:07:41.574Z | Compiling prefix-trie v0.7.0 |
| 3349 | 2026-05-18T18:07:41.631Z | Compiling ssh-encoding v0.2.0 |
| 3350 | 2026-05-18T18:07:41.714Z | Compiling blowfish v0.9.1 |
| 3351 | 2026-05-18T18:07:41.889Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-18T18:07:41.938Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-18T18:07:41.956Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-05-18T18:07:41.992Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-05-18T18:07:42.011Z | Compiling sled v0.34.7 |
| 3356 | 2026-05-18T18:07:42.067Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-05-18T18:07:42.250Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3358 | 2026-05-18T18:07:42.270Z | Compiling hickory-server v0.25.2 |
| 3359 | 2026-05-18T18:07:42.300Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3360 | 2026-05-18T18:07:42.322Z | Compiling ssh-cipher v0.2.0 |
| 3361 | 2026-05-18T18:07:42.665Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3362 | 2026-05-18T18:07:42.684Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3363 | 2026-05-18T18:07:42.962Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3364 | 2026-05-18T18:07:42.990Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-05-18T18:07:43.250Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3366 | 2026-05-18T18:07:43.311Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3367 | 2026-05-18T18:07:43.329Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3368 | 2026-05-18T18:07:43.362Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3369 | 2026-05-18T18:07:43.603Z | Compiling progenitor-macro v0.10.0 |
| 3370 | 2026-05-18T18:07:44.182Z | Compiling object v0.30.4 |
| 3371 | 2026-05-18T18:07:44.385Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-18T18:07:44.407Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-18T18:07:44.528Z | Compiling half v1.8.3 |
| 3374 | 2026-05-18T18:07:44.833Z | Compiling path-slash v0.1.5 |
| 3375 | 2026-05-18T18:07:44.848Z | Compiling http-range v0.1.5 |
| 3376 | 2026-05-18T18:07:44.864Z | Compiling crc8 v0.1.1 |
| 3377 | 2026-05-18T18:07:45.018Z | Compiling serde_cbor v0.11.2 |
| 3378 | 2026-05-18T18:07:45.033Z | Compiling pbkdf2 v0.11.0 |
| 3379 | 2026-05-18T18:07:45.080Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3380 | 2026-05-18T18:07:45.190Z | Compiling illumos-nvpair v0.3.0 |
| 3381 | 2026-05-18T18:07:45.313Z | Compiling ssh-key v0.6.7 |
| 3382 | 2026-05-18T18:07:45.476Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3383 | 2026-05-18T18:07:45.646Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3384 | 2026-05-18T18:07:45.751Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3385 | 2026-05-18T18:07:45.803Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3386 | 2026-05-18T18:07:46.029Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3387 | 2026-05-18T18:07:46.165Z | Compiling progenitor v0.11.2 |
| 3388 | 2026-05-18T18:07:46.235Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3389 | 2026-05-18T18:07:46.404Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3390 | 2026-05-18T18:07:46.515Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3391 | 2026-05-18T18:07:46.536Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3392 | 2026-05-18T18:07:46.597Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3393 | 2026-05-18T18:07:46.648Z | Compiling p521 v0.13.3 |
| 3394 | 2026-05-18T18:07:46.768Z | Compiling p256 v0.13.2 |
| 3395 | 2026-05-18T18:07:46.804Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-05-18T18:07:47.082Z | Compiling yasna v0.5.2 |
| 3397 | 2026-05-18T18:07:47.109Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-18T18:07:47.186Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-18T18:07:47.237Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-18T18:07:47.278Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-18T18:07:47.340Z | Compiling russh-cryptovec v0.7.3 |
| 3402 | 2026-05-18T18:07:47.357Z | Compiling home v0.5.12 |
| 3403 | 2026-05-18T18:07:47.418Z | Compiling md5 v0.7.0 |
| 3404 | 2026-05-18T18:07:47.443Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3405 | 2026-05-18T18:07:47.538Z | Compiling flume v0.11.1 |
| 3406 | 2026-05-18T18:07:47.559Z | Compiling rcgen v0.12.1 |
| 3407 | 2026-05-18T18:07:47.576Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3408 | 2026-05-18T18:07:47.596Z | Compiling russh-keys v0.45.0 |
| 3409 | 2026-05-18T18:07:47.673Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-05-18T18:07:47.725Z | Compiling headers v0.4.1 |
| 3411 | 2026-05-18T18:07:47.775Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3412 | 2026-05-18T18:07:47.837Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3413 | 2026-05-18T18:07:47.895Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3414 | 2026-05-18T18:07:48.121Z | Compiling hyper-staticfile v0.10.1 |
| 3415 | 2026-05-18T18:07:48.202Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3416 | 2026-05-18T18:07:48.328Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3417 | 2026-05-18T18:07:48.476Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-05-18T18:07:48.537Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3419 | 2026-05-18T18:07:48.634Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-05-18T18:07:48.676Z | Compiling progenitor v0.10.0 |
| 3421 | 2026-05-18T18:07:48.679Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3422 | 2026-05-18T18:07:48.724Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3423 | 2026-05-18T18:07:48.820Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3424 | 2026-05-18T18:07:48.865Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3425 | 2026-05-18T18:07:49.001Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3426 | 2026-05-18T18:07:49.018Z | Compiling num-bigint v0.4.6 |
| 3427 | 2026-05-18T18:07:49.089Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-05-18T18:07:49.211Z | Compiling des v0.8.1 |
| 3429 | 2026-05-18T18:07:49.230Z | Compiling subprocess v0.2.15 |
| 3430 | 2026-05-18T18:07:49.298Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3431 | 2026-05-18T18:07:49.318Z | Compiling hex-literal v0.4.1 |
| 3432 | 2026-05-18T18:07:49.356Z | Compiling display-error-chain v0.2.2 |
| 3433 | 2026-05-18T18:07:49.462Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3434 | 2026-05-18T18:07:49.478Z | Compiling colored v2.2.0 |
| 3435 | 2026-05-18T18:07:49.526Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3436 | 2026-05-18T18:07:49.626Z | Compiling socket2 v0.5.10 |
| 3437 | 2026-05-18T18:07:49.669Z | Compiling internet-checksum v0.2.1 |
| 3438 | 2026-05-18T18:07:49.752Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-05-18T18:07:50.091Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2026-05-18T18:07:50.111Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3441 | 2026-05-18T18:07:50.253Z | Compiling russh v0.45.0 |
| 3442 | 2026-05-18T18:07:52.693Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-05-18T18:07:52.745Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3444 | 2026-05-18T18:07:53.374Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-18T18:07:53.848Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-18T18:07:55.521Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-18T18:08:03.630Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3448 | 2026-05-18T18:08:03.630Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3449 | 2026-05-18T18:08:03.633Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-05-18T18:08:03.633Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-05-18T18:08:05.402Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-05-18T18:08:05.451Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-05-18T18:08:09.504Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-05-18T18:08:48.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3455 | 2026-05-18T18:08:48.553Z | |
| 3456 | 2026-05-18T18:08:48.553Z | real 1:26.132374578 |
| 3457 | 2026-05-18T18:08:48.553Z | user 8:13.270451946 |
| 3458 | 2026-05-18T18:08:48.553Z | sys 1:44.363432322 |
| 3459 | 2026-05-18T18:08:48.556Z | trap 0.266179611 |
| 3460 | 2026-05-18T18:08:48.556Z | tflt 0.540424759 |
| 3461 | 2026-05-18T18:08:48.556Z | dflt 1.601815215 |
| 3462 | 2026-05-18T18:08:48.556Z | kflt 0.000236872 |
| 3463 | 2026-05-18T18:08:48.556Z | lock 29:28.858216015 |
| 3464 | 2026-05-18T18:08:48.556Z | slp 19:16.378839483 |
| 3465 | 2026-05-18T18:08:48.557Z | lat 40.125385239 |
| 3466 | 2026-05-18T18:08:48.557Z | stop 2:50.550415563 |
| 3467 | 2026-05-18T18:08:48.557Z | + mkdir tests |
| 3468 | 2026-05-18T18:08:48.560Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-05-18T18:08:48.560Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-05-18T18:08:48.585Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0dd08c67e680733a tests/ |
| 3471 | 2026-05-18T18:08:48.614Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b32cc9bd48aaea10 tests/ |
| 3472 | 2026-05-18T18:08:48.642Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6fd74e081ccab589 tests/ |
| 3473 | 2026-05-18T18:08:48.672Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-494cab2a0d969362 tests/ |
| 3474 | 2026-05-18T18:08:48.994Z | + 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/*) |
| 3475 | 2026-05-18T18:08:48.997Z | + 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-b32cc9bd48aaea10 tests/commtest-6fd74e081ccab589 tests/dhcp_server-0dd08c67e680733a tests/end_to_end_tests-494cab2a0d969362 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 |
| 3476 | 2026-05-18T18:10:08.108Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-05-18T18:10:08.108Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-05-18T18:10:08.108Z | a out/target/test 1K |
| 3479 | 2026-05-18T18:10:08.108Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-05-18T18:10:08.108Z | a package-manifest.toml 35K |
| 3481 | 2026-05-18T18:10:08.108Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-05-18T18:10:08.108Z | a target/release/omicron-package 46048K |
| 3483 | 2026-05-18T18:10:08.108Z | a target/release/xtask 11449K |
| 3484 | 2026-05-18T18:10:08.108Z | a target/debug/bootstrap 353467K |
| 3485 | 2026-05-18T18:10:08.108Z | a tests/bootstrap-b32cc9bd48aaea10 31215K |
| 3486 | 2026-05-18T18:10:08.108Z | a tests/commtest-6fd74e081ccab589 32300K |
| 3487 | 2026-05-18T18:10:08.109Z | a tests/dhcp_server-0dd08c67e680733a 31215K |
| 3488 | 2026-05-18T18:10:08.109Z | a tests/end_to_end_tests-494cab2a0d969362 394569K |
| 3489 | 2026-05-18T18:10:08.109Z | a out/clickhouse.tar.gz 319693K |
| 3490 | 2026-05-18T18:10:08.109Z | a out/clickhouse_keeper.tar.gz 305042K |
| 3491 | 2026-05-18T18:10:08.109Z | a out/clickhouse_server.tar.gz 319690K |
| 3492 | 2026-05-18T18:10:08.109Z | a out/cockroachdb.tar.gz 165209K |
| 3493 | 2026-05-18T18:10:08.109Z | a out/crucible-pantry-zone.tar.gz 44220K |
| 3494 | 2026-05-18T18:10:08.109Z | a out/crucible-utils.tar 17744K |
| 3495 | 2026-05-18T18:10:08.109Z | a out/crucible-zone.tar.gz 58358K |
| 3496 | 2026-05-18T18:10:08.109Z | a out/external-dns.tar.gz 49824K |
| 3497 | 2026-05-18T18:10:08.109Z | a out/internal-dns.tar.gz 49824K |
| 3498 | 2026-05-18T18:10:08.109Z | a out/mg-ddm-gz.tar 95141K |
| 3499 | 2026-05-18T18:10:08.109Z | a out/nexus.tar.gz 217071K |
| 3500 | 2026-05-18T18:10:08.109Z | a out/ntp.tar.gz 32189K |
| 3501 | 2026-05-18T18:10:08.109Z | a out/omicron-gateway-softnpu.tar.gz 29774K |
| 3502 | 2026-05-18T18:10:08.109Z | a out/omicron-sled-agent.tar 203440K |
| 3503 | 2026-05-18T18:10:08.109Z | a out/overlay.tar.gz 3K |
| 3504 | 2026-05-18T18:10:08.109Z | a out/oximeter.tar.gz 66217K |
| 3505 | 2026-05-18T18:10:08.109Z | a out/oxlog.tar 3782K |
| 3506 | 2026-05-18T18:10:08.109Z | a out/probe.tar.gz 3037K |
| 3507 | 2026-05-18T18:10:08.109Z | a out/propolis-server.tar.gz 38727K |
| 3508 | 2026-05-18T18:10:08.109Z | a out/pumpkind-gz.tar 26647K |
| 3509 | 2026-05-18T18:10:08.109Z | a out/switch-softnpu.tar.gz 391802K |
| 3510 | 2026-05-18T18:10:08.113Z | |
| 3511 | 2026-05-18T18:10:08.113Z | real 1:19.112358182 |
| 3512 | 2026-05-18T18:10:08.113Z | user 1:16.521843805 |
| 3513 | 2026-05-18T18:10:08.113Z | sys 4.346421853 |
| 3514 | 2026-05-18T18:10:08.113Z | trap 0.005203028 |
| 3515 | 2026-05-18T18:10:08.113Z | tflt 0.000000000 |
| 3516 | 2026-05-18T18:10:08.113Z | dflt 0.000000000 |
| 3517 | 2026-05-18T18:10:08.113Z | kflt 0.000000000 |
| 3518 | 2026-05-18T18:10:08.113Z | lock 0.000000000 |
| 3519 | 2026-05-18T18:10:08.113Z | slp 1:16.371135176 |
| 3520 | 2026-05-18T18:10:08.113Z | lat 0.975254068 |
| 3521 | 2026-05-18T18:10:08.113Z | stop 0.000595488 |
| 3522 | 2026-05-18T18:10:08.113Z | process exited: duration 999170 ms, exit code 0 |
| |
| 3523 | 2026-05-18T18:10:08.127Z | found 1 output files |
| 3524 | 2026-05-18T18:10:08.140Z | uploading: /work/package.tar.gz (2436799873 bytes) |
| 3525 | 2026-05-18T18:10:34.438Z | uploaded: /work/package.tar.gz |