|
|
|
| 1 | 2026-05-18T23:31:46.940Z | job assigned to worker 01KRYPVH8TPT8RN1VXGN005CJG [factory aws, i-0efa528263a1795db] (queued for 55 s) |
| |
| 2 | 2026-05-18T23:31:54.058Z | starting task 0: "setup" |
| 3 | 2026-05-18T23:31:54.065Z | ++ uname -s |
| 4 | 2026-05-18T23:31:54.069Z | + kern=SunOS |
| 5 | 2026-05-18T23:31:54.069Z | + build_user=build |
| 6 | 2026-05-18T23:31:54.069Z | + build_uid=12345 |
| 7 | 2026-05-18T23:31:54.069Z | + work_dir=/work |
| 8 | 2026-05-18T23:31:54.069Z | + input_dir=/input |
| 9 | 2026-05-18T23:31:54.069Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T23:31:54.069Z | + case "$kern" in |
| 11 | 2026-05-18T23:31:54.069Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T23:31:54.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T23:31:56.078Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T23:31:56.169Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T23:31:56.172Z | + home_fs=zfs |
| 16 | 2026-05-18T23:31:56.172Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T23:31:56.172Z | + mkdir -p /home/build |
| 18 | 2026-05-18T23:31:56.175Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T23:31:58.175Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T23:31:58.179Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-05-18T23:31:58.188Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T23:31:58.195Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T23:31:58.196Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-18T23:31:58.196Z | * rust toolchain profile = "default" |
| 25 | 2026-05-18T23:31:58.203Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-18T23:31:58.203Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T23:31:58.203Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T23:31:58.203Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T23:31:58.203Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T23:31:58.262Z | info: downloading installer |
| 31 | 2026-05-18T23:31:59.678Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T23:31:59.678Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T23:31:59.678Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T23:31:59.678Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T23:31:59.690Z | info: profile set to default |
| 36 | 2026-05-18T23:31:59.690Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T23:31:59.693Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T23:31:59.831Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T23:31:59.834Z | info: downloading 6 components |
| 40 | 2026-05-18T23:32:14.121Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T23:32:14.121Z | |
| 42 | 2026-05-18T23:32:14.151Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T23:32:14.151Z | |
| 44 | 2026-05-18T23:32:14.151Z | |
| 45 | 2026-05-18T23:32:14.151Z | Rust is installed now. Great! |
| 46 | 2026-05-18T23:32:14.152Z | |
| 47 | 2026-05-18T23:32:14.152Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T23:32:14.152Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T23:32:14.152Z | |
| 50 | 2026-05-18T23:32:14.152Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T23:32:14.152Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T23:32:14.152Z | |
| 53 | 2026-05-18T23:32:14.152Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T23:32:14.152Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T23:32:14.152Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T23:32:14.152Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T23:32:14.152Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T23:32:14.152Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T23:32:14.152Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T23:32:14.156Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T23:32:14.156Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T23:32:14.253Z | + rustup --version |
| 63 | 2026-05-18T23:32:14.259Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T23:32:14.262Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T23:32:14.280Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T23:32:14.284Z | + cargo --version |
| 67 | 2026-05-18T23:32:14.291Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T23:32:14.295Z | + rustc --version |
| 69 | 2026-05-18T23:32:14.312Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T23:32:14.316Z | process exited: duration 16128 ms, exit code 0 |
| |
| 71 | 2026-05-18T23:32:14.323Z | starting task 2: "authentication" |
| 72 | 2026-05-18T23:32:14.341Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-18T23:32:14.348Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T23:32:14.352Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T23:32:14.355Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T23:32:14.408Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T23:32:25.237Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T23:32:25.237Z | + git fetch origin 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 |
| 79 | 2026-05-18T23:32:25.491Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T23:32:25.491Z | * branch 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 -> FETCH_HEAD |
| 81 | 2026-05-18T23:32:25.504Z | + [[ -n '' ]] |
| 82 | 2026-05-18T23:32:25.504Z | + git reset --hard 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 |
| 83 | 2026-05-18T23:32:25.739Z | HEAD is now at 34caf603a [spr] initial version |
| 84 | 2026-05-18T23:32:25.743Z | process exited: duration 11393 ms, exit code 0 |
| |
| 85 | 2026-05-18T23:32:25.750Z | starting task 4: "build" |
| 86 | 2026-05-18T23:32:25.756Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-18T23:32:25.756Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-18T23:32:25.756Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-18T23:32:25.756Z | + cargo --version |
| 90 | 2026-05-18T23:32:25.766Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-18T23:32:25.769Z | + rustc --version |
| 92 | 2026-05-18T23:32:25.790Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-18T23:32:25.793Z | + WORK=/work |
| 94 | 2026-05-18T23:32:25.793Z | + pfexec mkdir -p /work |
| 95 | 2026-05-18T23:32:25.797Z | + pfexec chown build /work |
| 96 | 2026-05-18T23:32:25.800Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-05-18T23:32:27.854Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-05-18T23:32:27.913Z | Startup: Caching catalogs ... Done |
| 99 | 2026-05-18T23:32:28.126Z | Planning: Solver setup ... Done (0.173s) |
| 100 | 2026-05-18T23:32:28.142Z | Planning: Running solver ... Done (0.017s) |
| 101 | 2026-05-18T23:32:28.158Z | Planning: Finding local manifests ... Done (0.012s) |
| 102 | 2026-05-18T23:32:28.170Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-05-18T23:32:28.186Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-05-18T23:32:28.199Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-05-18T23:32:28.204Z | Planning: Merging actions ... Done (0.001s) |
| 106 | 2026-05-18T23:32:28.399Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 107 | 2026-05-18T23:32:28.402Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-05-18T23:32:29.670Z | Planning: Evaluating mediators ... Done (1.270s) |
| 109 | 2026-05-18T23:32:29.673Z | Planning: Planning completed in 1.73 seconds |
| 110 | 2026-05-18T23:32:29.680Z | Packages to install: 2 |
| 111 | 2026-05-18T23:32:29.680Z | Estimated space available: 156.08 GB |
| 112 | 2026-05-18T23:32:29.680Z | Estimated space to be consumed: 19.74 MB |
| 113 | 2026-05-18T23:32:29.680Z | Create boot environment: No |
| 114 | 2026-05-18T23:32:29.680Z | Create backup boot environment: No |
| 115 | 2026-05-18T23:32:29.680Z | Rebuild boot archive: No |
| 116 | 2026-05-18T23:32:29.683Z | |
| 117 | 2026-05-18T23:32:29.683Z | Changed packages: |
| 118 | 2026-05-18T23:32:29.683Z | helios |
| 119 | 2026-05-18T23:32:29.683Z | developer/build-essential |
| 120 | 2026-05-18T23:32:29.683Z | None -> 11-3.0 |
| 121 | 2026-05-18T23:32:29.683Z | library/libxmlsec1 |
| 122 | 2026-05-18T23:32:29.683Z | None -> 1.2.35-3.0 |
| 123 | 2026-05-18T23:32:29.726Z | |
| 124 | 2026-05-18T23:32:29.726Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-05-18T23:32:30.407Z | Download: Completed 1.28 MB in 0.68 seconds (1.9M/s) |
| 126 | 2026-05-18T23:32:30.452Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-05-18T23:32:30.491Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-05-18T23:32:30.498Z | Finalize: Updating package state database ... Done (0.007s) |
| 129 | 2026-05-18T23:32:30.498Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-05-18T23:32:30.513Z | Finalize: Updating image state ... Done (0.015s) |
| 131 | 2026-05-18T23:32:33.368Z | Finalize: Creating fast lookup database ... Done (2.833s) |
| 132 | 2026-05-18T23:32:33.442Z | Finalize: Reading search index ... Done (0.013s) |
| 133 | 2026-05-18T23:32:33.446Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-05-18T23:32:33.531Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-18T23:32:33.828Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-05-18T23:32:33.932Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-05-18T23:32:33.935Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-18T23:32:34.091Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-18T23:32:34.094Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-05-18T23:32:34.115Z | Mediators to change: 2 |
| 141 | 2026-05-18T23:32:34.115Z | Create boot environment: No |
| 142 | 2026-05-18T23:32:34.115Z | Create backup boot environment: No |
| 143 | 2026-05-18T23:32:34.162Z | Finalize: Updating package state database ... Done |
| 144 | 2026-05-18T23:32:34.162Z | Finalize: Updating package cache ... Done |
| 145 | 2026-05-18T23:32:34.172Z | Finalize: Updating image state ... Done |
| 146 | 2026-05-18T23:32:36.106Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-05-18T23:32:36.167Z | Finalize: Reading search index ... Done |
| 148 | 2026-05-18T23:32:36.170Z | Finalize: Updating search index ... Done |
| 149 | 2026-05-18T23:32:36.226Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-18T23:32:36.511Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-05-18T23:32:36.618Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-05-18T23:32:36.623Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-05-18T23:32:36.777Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-05-18T23:32:36.780Z | Planning: Planning completed in 0.27 seconds |
| 155 | 2026-05-18T23:32:36.800Z | Mediators to change: 1 |
| 156 | 2026-05-18T23:32:36.800Z | Create boot environment: No |
| 157 | 2026-05-18T23:32:36.800Z | Create backup boot environment: No |
| 158 | 2026-05-18T23:32:36.844Z | Finalize: Updating package state database ... Done |
| 159 | 2026-05-18T23:32:36.844Z | Finalize: Updating package cache ... Done |
| 160 | 2026-05-18T23:32:36.853Z | Finalize: Updating image state ... Done |
| 161 | 2026-05-18T23:32:38.810Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-05-18T23:32:38.870Z | Finalize: Reading search index ... Done |
| 163 | 2026-05-18T23:32:38.873Z | Finalize: Updating search index ... Done |
| 164 | 2026-05-18T23:32:38.916Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-18T23:32:39.230Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-05-18T23:32:39.230Z | apache system 2.4 system |
| 167 | 2026-05-18T23:32:39.230Z | clang system 15 system |
| 168 | 2026-05-18T23:32:39.230Z | csh system system illumos |
| 169 | 2026-05-18T23:32:39.230Z | ctags system system illumos |
| 170 | 2026-05-18T23:32:39.230Z | file vendor vendor darwinsys |
| 171 | 2026-05-18T23:32:39.230Z | file system system illumos |
| 172 | 2026-05-18T23:32:39.230Z | gcc vendor 14 vendor |
| 173 | 2026-05-18T23:32:39.230Z | gcc system 13 system |
| 174 | 2026-05-18T23:32:39.230Z | gcc system 10 system |
| 175 | 2026-05-18T23:32:39.230Z | go system 1.25 system |
| 176 | 2026-05-18T23:32:39.230Z | llvm system 15 system |
| 177 | 2026-05-18T23:32:39.230Z | mariadb system 11.4 system |
| 178 | 2026-05-18T23:32:39.230Z | mta vendor vendor dma |
| 179 | 2026-05-18T23:32:39.230Z | openjdk system 17 system |
| 180 | 2026-05-18T23:32:39.230Z | openjdk system 11 system |
| 181 | 2026-05-18T23:32:39.230Z | openssl vendor 3 vendor |
| 182 | 2026-05-18T23:32:39.230Z | perl system 5.40 system |
| 183 | 2026-05-18T23:32:39.230Z | postgresql system 18 system |
| 184 | 2026-05-18T23:32:39.230Z | postgresql system 17 system |
| 185 | 2026-05-18T23:32:39.230Z | python vendor 3 vendor |
| 186 | 2026-05-18T23:32:39.230Z | python system 2 system |
| 187 | 2026-05-18T23:32:39.230Z | python3 vendor 3.13 vendor |
| 188 | 2026-05-18T23:32:39.231Z | ruby system 3.4 system |
| 189 | 2026-05-18T23:32:39.231Z | ruby system 3.0 system |
| 190 | 2026-05-18T23:32:39.231Z | words vendor vendor american-english |
| 191 | 2026-05-18T23:32:39.231Z | words system system australian-english |
| 192 | 2026-05-18T23:32:39.231Z | words system system british-english |
| 193 | 2026-05-18T23:32:39.231Z | words system system canadian-english |
| 194 | 2026-05-18T23:32:39.231Z | words system system french |
| 195 | 2026-05-18T23:32:39.231Z | words system system italian |
| 196 | 2026-05-18T23:32:39.231Z | words system system ngerman |
| 197 | 2026-05-18T23:32:39.231Z | words system system ogerman |
| 198 | 2026-05-18T23:32:39.231Z | words system system spanish |
| 199 | 2026-05-18T23:32:39.484Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-05-18T23:32:39.484Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-05-18T23:32:39.750Z | FMRI IFO |
| 202 | 2026-05-18T23:32:39.750Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-05-18T23:32:39.750Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-05-18T23:32:39.750Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-05-18T23:32:39.750Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-05-18T23:32:39.750Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-05-18T23:32:39.750Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-05-18T23:32:39.750Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-05-18T23:32:39.750Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-05-18T23:32:39.750Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-05-18T23:32:39.980Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-05-18T23:32:40.223Z | Updating crates.io index |
| 213 | 2026-05-18T23:32:40.226Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-05-18T23:32:40.756Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-05-18T23:32:41.068Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-05-18T23:32:41.650Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-05-18T23:32:42.437Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-05-18T23:32:42.917Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-05-18T23:32:44.207Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-05-18T23:32:45.047Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-05-18T23:32:45.288Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-05-18T23:32:46.002Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-05-18T23:32:46.475Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-05-18T23:32:46.759Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-05-18T23:32:47.101Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-05-18T23:32:47.956Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-05-18T23:32:48.427Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-05-18T23:32:48.743Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-05-18T23:32:49.085Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-05-18T23:32:49.319Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-05-18T23:32:49.826Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-05-18T23:32:50.038Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-05-18T23:32:50.251Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-05-18T23:32:50.513Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-05-18T23:32:50.900Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-05-18T23:32:51.486Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 237 | 2026-05-18T23:32:52.019Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 238 | 2026-05-18T23:32:52.454Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 239 | 2026-05-18T23:32:52.729Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 240 | 2026-05-18T23:32:54.010Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 241 | 2026-05-18T23:32:54.230Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-18T23:32:55.669Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-05-18T23:32:56.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 244 | 2026-05-18T23:32:56.334Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 245 | 2026-05-18T23:32:56.718Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 246 | 2026-05-18T23:32:57.026Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 247 | 2026-05-18T23:32:57.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 248 | 2026-05-18T23:32:58.013Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 249 | 2026-05-18T23:32:58.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 250 | 2026-05-18T23:32:58.563Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 251 | 2026-05-18T23:32:58.881Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 252 | 2026-05-18T23:33:10.798Z | Downloading crates ... |
| 253 | 2026-05-18T23:33:10.856Z | Downloaded anstream v0.6.21 |
| 254 | 2026-05-18T23:33:10.900Z | Downloaded is_terminal_polyfill v1.70.2 |
| 255 | 2026-05-18T23:33:10.912Z | Downloaded memmap v0.7.0 |
| 256 | 2026-05-18T23:33:10.912Z | Downloaded block-buffer v0.10.4 |
| 257 | 2026-05-18T23:33:10.912Z | Downloaded toml_write v0.1.2 |
| 258 | 2026-05-18T23:33:10.912Z | Downloaded equivalent v1.0.2 |
| 259 | 2026-05-18T23:33:10.912Z | Downloaded plain v0.2.3 |
| 260 | 2026-05-18T23:33:10.912Z | Downloaded cfg-if v1.0.4 |
| 261 | 2026-05-18T23:33:10.912Z | Downloaded autocfg v1.5.0 |
| 262 | 2026-05-18T23:33:10.912Z | Downloaded macaddr v1.0.1 |
| 263 | 2026-05-18T23:33:10.912Z | Downloaded typeid v1.0.3 |
| 264 | 2026-05-18T23:33:10.912Z | Downloaded itoa v1.0.17 |
| 265 | 2026-05-18T23:33:10.912Z | Downloaded heck v0.4.1 |
| 266 | 2026-05-18T23:33:10.912Z | Downloaded writeable v0.6.2 |
| 267 | 2026-05-18T23:33:10.912Z | Downloaded thiserror v2.0.18 |
| 268 | 2026-05-18T23:33:10.912Z | Downloaded zerovec v0.11.5 |
| 269 | 2026-05-18T23:33:10.912Z | Downloaded fastrand v2.3.0 |
| 270 | 2026-05-18T23:33:10.912Z | Downloaded thread-id v4.2.2 |
| 271 | 2026-05-18T23:33:10.923Z | Downloaded yoke-derive v0.8.1 |
| 272 | 2026-05-18T23:33:10.924Z | Downloaded toml_datetime v0.6.11 |
| 273 | 2026-05-18T23:33:10.924Z | Downloaded utf8parse v0.2.2 |
| 274 | 2026-05-18T23:33:10.924Z | Downloaded pretty-hex v0.4.1 |
| 275 | 2026-05-18T23:33:10.924Z | Downloaded icu_normalizer v2.1.1 |
| 276 | 2026-05-18T23:33:10.924Z | Downloaded unicode-linebreak v0.1.5 |
| 277 | 2026-05-18T23:33:10.924Z | Downloaded utf8_iter v1.0.4 |
| 278 | 2026-05-18T23:33:10.924Z | Downloaded usdt v0.5.0 |
| 279 | 2026-05-18T23:33:10.924Z | Downloaded thiserror v1.0.69 |
| 280 | 2026-05-18T23:33:10.938Z | Downloaded zerofrom-derive v0.1.6 |
| 281 | 2026-05-18T23:33:10.938Z | Downloaded usdt-macro v0.5.0 |
| 282 | 2026-05-18T23:33:10.938Z | Downloaded thiserror-impl v2.0.18 |
| 283 | 2026-05-18T23:33:10.938Z | Downloaded bitflags v2.11.0 |
| 284 | 2026-05-18T23:33:10.938Z | Downloaded zerofrom v0.1.6 |
| 285 | 2026-05-18T23:33:10.938Z | Downloaded zerovec-derive v0.11.2 |
| 286 | 2026-05-18T23:33:10.938Z | Downloaded anstyle-parse v0.2.7 |
| 287 | 2026-05-18T23:33:10.951Z | Downloaded version_check v0.9.5 |
| 288 | 2026-05-18T23:33:10.952Z | Downloaded usdt-attr-macro v0.5.0 |
| 289 | 2026-05-18T23:33:10.952Z | Downloaded idna_adapter v1.2.1 |
| 290 | 2026-05-18T23:33:10.952Z | Downloaded icu_locale_core v2.1.1 |
| 291 | 2026-05-18T23:33:10.952Z | Downloaded unicode-xid v0.2.6 |
| 292 | 2026-05-18T23:33:10.952Z | Downloaded heck v0.5.0 |
| 293 | 2026-05-18T23:33:10.952Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-05-18T23:33:10.952Z | Downloaded colorchoice v1.0.4 |
| 295 | 2026-05-18T23:33:10.952Z | Downloaded usdt-impl v0.5.0 |
| 296 | 2026-05-18T23:33:10.952Z | Downloaded textwrap v0.16.2 |
| 297 | 2026-05-18T23:33:10.952Z | Downloaded serde-value v0.7.0 |
| 298 | 2026-05-18T23:33:10.952Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2026-05-18T23:33:10.952Z | Downloaded tinystr v0.8.2 |
| 300 | 2026-05-18T23:33:10.952Z | Downloaded errno v0.3.14 |
| 301 | 2026-05-18T23:33:10.962Z | Downloaded thiserror-impl v1.0.69 |
| 302 | 2026-05-18T23:33:10.962Z | Downloaded zmij v1.0.21 |
| 303 | 2026-05-18T23:33:10.962Z | Downloaded yoke v0.8.1 |
| 304 | 2026-05-18T23:33:10.962Z | Downloaded ucd-trie v0.1.7 |
| 305 | 2026-05-18T23:33:10.962Z | Downloaded zerotrie v0.2.3 |
| 306 | 2026-05-18T23:33:10.962Z | Downloaded fs-err v3.3.0 |
| 307 | 2026-05-18T23:33:10.963Z | Downloaded toml v0.8.23 |
| 308 | 2026-05-18T23:33:10.980Z | Downloaded digest v0.10.7 |
| 309 | 2026-05-18T23:33:10.980Z | Downloaded dtrace-parser v0.2.0 |
| 310 | 2026-05-18T23:33:10.980Z | Downloaded unicode-ident v1.0.24 |
| 311 | 2026-05-18T23:33:10.980Z | Downloaded zerocopy-derive v0.7.35 |
| 312 | 2026-05-18T23:33:10.980Z | Downloaded strsim v0.11.1 |
| 313 | 2026-05-18T23:33:10.984Z | Downloaded typenum v1.19.0 |
| 314 | 2026-05-18T23:33:10.984Z | Downloaded proc-macro-error-attr v1.0.4 |
| 315 | 2026-05-18T23:33:10.984Z | Downloaded url v2.5.8 |
| 316 | 2026-05-18T23:33:10.984Z | Downloaded toml_edit v0.22.27 |
| 317 | 2026-05-18T23:33:10.985Z | Downloaded potential_utf v0.1.4 |
| 318 | 2026-05-18T23:33:10.989Z | Downloaded crypto-common v0.1.7 |
| 319 | 2026-05-18T23:33:10.989Z | Downloaded cpufeatures v0.2.17 |
| 320 | 2026-05-18T23:33:10.989Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-05-18T23:33:10.989Z | Downloaded form_urlencoded v1.2.2 |
| 322 | 2026-05-18T23:33:10.994Z | Downloaded scroll_derive v0.12.1 |
| 323 | 2026-05-18T23:33:10.997Z | Downloaded terminal_size v0.4.3 |
| 324 | 2026-05-18T23:33:10.998Z | Downloaded ordered-float v2.10.1 |
| 325 | 2026-05-18T23:33:10.998Z | Downloaded cargo-platform v0.2.0 |
| 326 | 2026-05-18T23:33:10.998Z | Downloaded swrite v0.1.0 |
| 327 | 2026-05-18T23:33:11.002Z | Downloaded stable_deref_trait v1.2.1 |
| 328 | 2026-05-18T23:33:11.002Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-05-18T23:33:11.002Z | Downloaded winnow v0.7.14 |
| 330 | 2026-05-18T23:33:11.007Z | Downloaded dof v0.3.0 |
| 331 | 2026-05-18T23:33:11.014Z | Downloaded percent-encoding v2.3.2 |
| 332 | 2026-05-18T23:33:11.014Z | Downloaded unicode-width v0.2.0 |
| 333 | 2026-05-18T23:33:11.014Z | Downloaded zerocopy v0.7.35 |
| 334 | 2026-05-18T23:33:11.021Z | Downloaded smawk v0.3.2 |
| 335 | 2026-05-18T23:33:11.025Z | Downloaded anstyle v1.0.13 |
| 336 | 2026-05-18T23:33:11.025Z | Downloaded cargo_metadata v0.21.0 |
| 337 | 2026-05-18T23:33:11.025Z | Downloaded bytecount v0.6.9 |
| 338 | 2026-05-18T23:33:11.025Z | Downloaded unicode-width v0.1.14 |
| 339 | 2026-05-18T23:33:11.028Z | Downloaded icu_collections v2.1.1 |
| 340 | 2026-05-18T23:33:11.041Z | Downloaded serde-untagged v0.1.9 |
| 341 | 2026-05-18T23:33:11.041Z | Downloaded icu_properties_data v2.1.2 |
| 342 | 2026-05-18T23:33:11.066Z | Downloaded smallvec v1.15.1 |
| 343 | 2026-05-18T23:33:11.066Z | Downloaded displaydoc v0.2.5 |
| 344 | 2026-05-18T23:33:11.066Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-05-18T23:33:11.066Z | Downloaded cargo-util-schemas v0.8.2 |
| 346 | 2026-05-18T23:33:11.066Z | Downloaded synstructure v0.13.2 |
| 347 | 2026-05-18T23:33:11.066Z | Downloaded erased-serde v0.4.9 |
| 348 | 2026-05-18T23:33:11.066Z | Downloaded fnv v1.0.7 |
| 349 | 2026-05-18T23:33:11.066Z | Downloaded byteorder v1.5.0 |
| 350 | 2026-05-18T23:33:11.066Z | Downloaded clap_lex v1.0.0 |
| 351 | 2026-05-18T23:33:11.066Z | Downloaded cargo_toml v0.21.0 |
| 352 | 2026-05-18T23:33:11.066Z | Downloaded sha2 v0.10.9 |
| 353 | 2026-05-18T23:33:11.079Z | Downloaded num-traits v0.2.19 |
| 354 | 2026-05-18T23:33:11.079Z | Downloaded serde_tokenstream v0.2.3 |
| 355 | 2026-05-18T23:33:11.079Z | Downloaded getrandom v0.4.1 |
| 356 | 2026-05-18T23:33:11.079Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-05-18T23:33:11.079Z | Downloaded pest_generator v2.8.6 |
| 358 | 2026-05-18T23:33:11.079Z | Downloaded once_cell v1.21.3 |
| 359 | 2026-05-18T23:33:11.079Z | Downloaded anyhow v1.0.102 |
| 360 | 2026-05-18T23:33:11.079Z | Downloaded camino v1.2.2 |
| 361 | 2026-05-18T23:33:11.079Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-18T23:33:11.079Z | Downloaded clap v4.5.60 |
| 363 | 2026-05-18T23:33:11.087Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-05-18T23:33:11.087Z | Downloaded clap_derive v4.5.55 |
| 365 | 2026-05-18T23:33:11.087Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-18T23:33:11.087Z | Downloaded semver v1.0.28 |
| 367 | 2026-05-18T23:33:11.087Z | Downloaded quote v1.0.45 |
| 368 | 2026-05-18T23:33:11.087Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-05-18T23:33:11.092Z | Downloaded icu_provider v2.1.1 |
| 370 | 2026-05-18T23:33:11.092Z | Downloaded proc-macro2 v1.0.106 |
| 371 | 2026-05-18T23:33:11.099Z | Downloaded log v0.4.29 |
| 372 | 2026-05-18T23:33:11.100Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-05-18T23:33:11.100Z | Downloaded papergrid v0.11.0 |
| 374 | 2026-05-18T23:33:11.108Z | Downloaded pest_meta v2.8.6 |
| 375 | 2026-05-18T23:33:11.108Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-05-18T23:33:11.121Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-05-18T23:33:11.121Z | Downloaded icu_normalizer_data v2.1.1 |
| 378 | 2026-05-18T23:33:11.122Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-05-18T23:33:11.130Z | Downloaded serde v1.0.228 |
| 380 | 2026-05-18T23:33:11.130Z | Downloaded memchr v2.8.0 |
| 381 | 2026-05-18T23:33:11.150Z | Downloaded idna v1.1.0 |
| 382 | 2026-05-18T23:33:11.160Z | Downloaded pest v2.8.6 |
| 383 | 2026-05-18T23:33:11.164Z | Downloaded serde_json v1.0.149 |
| 384 | 2026-05-18T23:33:11.164Z | Downloaded goblin v0.8.2 |
| 385 | 2026-05-18T23:33:11.164Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-05-18T23:33:11.169Z | Downloaded clap_builder v4.5.60 |
| 387 | 2026-05-18T23:33:11.176Z | Downloaded syn v1.0.109 |
| 388 | 2026-05-18T23:33:11.201Z | Downloaded tabled v0.15.0 |
| 389 | 2026-05-18T23:33:11.215Z | Downloaded syn v2.0.117 |
| 390 | 2026-05-18T23:33:11.215Z | Downloaded rustix v1.1.3 |
| 391 | 2026-05-18T23:33:11.238Z | Downloaded libc v0.2.185 |
| 392 | 2026-05-18T23:33:11.313Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-05-18T23:33:11.344Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-05-18T23:33:11.344Z | Compiling quote v1.0.45 |
| 395 | 2026-05-18T23:33:11.345Z | Compiling serde_core v1.0.228 |
| 396 | 2026-05-18T23:33:11.345Z | Compiling libc v0.2.185 |
| 397 | 2026-05-18T23:33:11.345Z | Compiling version_check v0.9.5 |
| 398 | 2026-05-18T23:33:11.345Z | Compiling memchr v2.8.0 |
| 399 | 2026-05-18T23:33:11.345Z | Compiling serde v1.0.228 |
| 400 | 2026-05-18T23:33:11.345Z | Compiling stable_deref_trait v1.2.1 |
| 401 | 2026-05-18T23:33:11.345Z | Compiling zmij v1.0.21 |
| 402 | 2026-05-18T23:33:11.345Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-05-18T23:33:11.489Z | Compiling autocfg v1.5.0 |
| 404 | 2026-05-18T23:33:11.494Z | Compiling thiserror v1.0.69 |
| 405 | 2026-05-18T23:33:11.494Z | Compiling itoa v1.0.17 |
| 406 | 2026-05-18T23:33:11.494Z | Compiling writeable v0.6.2 |
| 407 | 2026-05-18T23:33:11.695Z | Compiling litemap v0.8.1 |
| 408 | 2026-05-18T23:33:11.753Z | Compiling byteorder v1.5.0 |
| 409 | 2026-05-18T23:33:11.847Z | Compiling icu_normalizer_data v2.1.1 |
| 410 | 2026-05-18T23:33:11.867Z | Compiling rustix v1.1.3 |
| 411 | 2026-05-18T23:33:11.946Z | Compiling pest v2.8.6 |
| 412 | 2026-05-18T23:33:12.050Z | Compiling icu_properties_data v2.1.2 |
| 413 | 2026-05-18T23:33:12.105Z | Compiling bitflags v2.11.0 |
| 414 | 2026-05-18T23:33:12.110Z | Compiling serde_json v1.0.149 |
| 415 | 2026-05-18T23:33:12.269Z | Compiling num-traits v0.2.19 |
| 416 | 2026-05-18T23:33:12.307Z | Compiling equivalent v1.0.2 |
| 417 | 2026-05-18T23:33:12.348Z | Compiling hashbrown v0.17.0 |
| 418 | 2026-05-18T23:33:12.364Z | Compiling typeid v1.0.3 |
| 419 | 2026-05-18T23:33:12.417Z | Compiling smallvec v1.15.1 |
| 420 | 2026-05-18T23:33:12.484Z | Compiling usdt-impl v0.5.0 |
| 421 | 2026-05-18T23:33:12.555Z | Compiling proc-macro-error-attr v1.0.4 |
| 422 | 2026-05-18T23:33:12.569Z | Compiling syn v1.0.109 |
| 423 | 2026-05-18T23:33:12.572Z | Compiling erased-serde v0.4.9 |
| 424 | 2026-05-18T23:33:12.668Z | Compiling errno v0.3.14 |
| 425 | 2026-05-18T23:33:12.687Z | Compiling thread-id v4.2.2 |
| 426 | 2026-05-18T23:33:12.691Z | Compiling winnow v0.7.14 |
| 427 | 2026-05-18T23:33:12.761Z | Compiling toml_write v0.1.2 |
| 428 | 2026-05-18T23:33:12.777Z | Compiling proc-macro-error v1.0.4 |
| 429 | 2026-05-18T23:33:12.884Z | Compiling indexmap v2.14.0 |
| 430 | 2026-05-18T23:33:12.952Z | Compiling log v0.4.29 |
| 431 | 2026-05-18T23:33:12.970Z | Compiling camino v1.2.2 |
| 432 | 2026-05-18T23:33:12.990Z | Compiling getrandom v0.4.1 |
| 433 | 2026-05-18T23:33:13.009Z | Compiling pest_meta v2.8.6 |
| 434 | 2026-05-18T23:33:13.028Z | Compiling utf8parse v0.2.2 |
| 435 | 2026-05-18T23:33:13.070Z | Compiling plain v0.2.3 |
| 436 | 2026-05-18T23:33:13.086Z | Compiling percent-encoding v2.3.2 |
| 437 | 2026-05-18T23:33:13.170Z | Compiling syn v2.0.117 |
| 438 | 2026-05-18T23:33:13.191Z | Compiling thiserror v2.0.18 |
| 439 | 2026-05-18T23:33:13.209Z | Compiling utf8_iter v1.0.4 |
| 440 | 2026-05-18T23:33:13.240Z | Compiling form_urlencoded v1.2.2 |
| 441 | 2026-05-18T23:33:13.279Z | Compiling anstyle-parse v0.2.7 |
| 442 | 2026-05-18T23:33:13.389Z | Compiling ordered-float v2.10.1 |
| 443 | 2026-05-18T23:33:13.445Z | Compiling anstyle-query v1.1.5 |
| 444 | 2026-05-18T23:33:13.480Z | Compiling pretty-hex v0.4.1 |
| 445 | 2026-05-18T23:33:13.501Z | Compiling anstyle v1.0.13 |
| 446 | 2026-05-18T23:33:13.533Z | Compiling cfg-if v1.0.4 |
| 447 | 2026-05-18T23:33:13.554Z | Compiling colorchoice v1.0.4 |
| 448 | 2026-05-18T23:33:13.594Z | Compiling is_terminal_polyfill v1.70.2 |
| 449 | 2026-05-18T23:33:13.667Z | Compiling fs-err v3.3.0 |
| 450 | 2026-05-18T23:33:13.688Z | Compiling terminal_size v0.4.3 |
| 451 | 2026-05-18T23:33:13.706Z | Compiling anstream v0.6.21 |
| 452 | 2026-05-18T23:33:13.742Z | Compiling clap_lex v1.0.0 |
| 453 | 2026-05-18T23:33:13.759Z | Compiling heck v0.4.1 |
| 454 | 2026-05-18T23:33:13.787Z | Compiling strsim v0.11.1 |
| 455 | 2026-05-18T23:33:13.811Z | Compiling fastrand v2.3.0 |
| 456 | 2026-05-18T23:33:13.830Z | Compiling unicode-width v0.1.14 |
| 457 | 2026-05-18T23:33:13.850Z | Compiling unicode-xid v0.2.6 |
| 458 | 2026-05-18T23:33:13.882Z | Compiling fnv v1.0.7 |
| 459 | 2026-05-18T23:33:13.957Z | Compiling once_cell v1.21.3 |
| 460 | 2026-05-18T23:33:14.033Z | Compiling heck v0.5.0 |
| 461 | 2026-05-18T23:33:14.052Z | Compiling bytecount v0.6.9 |
| 462 | 2026-05-18T23:33:14.147Z | Compiling semver v1.0.28 |
| 463 | 2026-05-18T23:33:14.196Z | Compiling anyhow v1.0.102 |
| 464 | 2026-05-18T23:33:14.215Z | Compiling papergrid v0.11.0 |
| 465 | 2026-05-18T23:33:14.233Z | Compiling tempfile v3.25.0 |
| 466 | 2026-05-18T23:33:14.252Z | Compiling clap_builder v4.5.60 |
| 467 | 2026-05-18T23:33:14.294Z | Compiling memmap v0.7.0 |
| 468 | 2026-05-18T23:33:14.313Z | Compiling unicode-linebreak v0.1.5 |
| 469 | 2026-05-18T23:33:14.397Z | Compiling unicode-width v0.2.0 |
| 470 | 2026-05-18T23:33:14.503Z | Compiling serde-untagged v0.1.9 |
| 471 | 2026-05-18T23:33:14.536Z | Compiling smawk v0.3.2 |
| 472 | 2026-05-18T23:33:14.583Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-05-18T23:33:14.633Z | Compiling swrite v0.1.0 |
| 474 | 2026-05-18T23:33:14.696Z | Compiling textwrap v0.16.2 |
| 475 | 2026-05-18T23:33:14.713Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 476 | 2026-05-18T23:33:15.068Z | Compiling tabled_derive v0.7.0 |
| 477 | 2026-05-18T23:33:15.776Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-18T23:33:15.776Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-18T23:33:15.817Z | Compiling tabled v0.15.0 |
| 480 | 2026-05-18T23:33:16.296Z | Compiling serde_derive v1.0.228 |
| 481 | 2026-05-18T23:33:16.296Z | Compiling zerofrom-derive v0.1.6 |
| 482 | 2026-05-18T23:33:16.299Z | Compiling yoke-derive v0.8.1 |
| 483 | 2026-05-18T23:33:16.299Z | Compiling zerovec-derive v0.11.2 |
| 484 | 2026-05-18T23:33:16.299Z | Compiling displaydoc v0.2.5 |
| 485 | 2026-05-18T23:33:16.299Z | Compiling thiserror-impl v1.0.69 |
| 486 | 2026-05-18T23:33:16.299Z | Compiling zerocopy-derive v0.7.35 |
| 487 | 2026-05-18T23:33:16.299Z | Compiling scroll_derive v0.12.1 |
| 488 | 2026-05-18T23:33:16.299Z | Compiling thiserror-impl v2.0.18 |
| 489 | 2026-05-18T23:33:16.299Z | Compiling clap_derive v4.5.55 |
| 490 | 2026-05-18T23:33:16.419Z | Compiling pest_derive v2.8.6 |
| 491 | 2026-05-18T23:33:16.947Z | Compiling scroll v0.12.0 |
| 492 | 2026-05-18T23:33:17.044Z | Compiling zerocopy v0.7.35 |
| 493 | 2026-05-18T23:33:17.173Z | Compiling goblin v0.8.2 |
| 494 | 2026-05-18T23:33:17.286Z | Compiling zerofrom v0.1.6 |
| 495 | 2026-05-18T23:33:17.396Z | Compiling yoke v0.8.1 |
| 496 | 2026-05-18T23:33:17.501Z | Compiling dtrace-parser v0.2.0 |
| 497 | 2026-05-18T23:33:17.550Z | Compiling zerovec v0.11.5 |
| 498 | 2026-05-18T23:33:17.550Z | Compiling zerotrie v0.2.3 |
| 499 | 2026-05-18T23:33:17.769Z | Compiling clap v4.5.60 |
| 500 | 2026-05-18T23:33:17.963Z | Compiling tinystr v0.8.2 |
| 501 | 2026-05-18T23:33:17.963Z | Compiling potential_utf v0.1.4 |
| 502 | 2026-05-18T23:33:18.093Z | Compiling icu_collections v2.1.1 |
| 503 | 2026-05-18T23:33:18.117Z | Compiling icu_locale_core v2.1.1 |
| 504 | 2026-05-18T23:33:18.682Z | Compiling icu_provider v2.1.1 |
| 505 | 2026-05-18T23:33:18.881Z | Compiling serde_spanned v0.6.9 |
| 506 | 2026-05-18T23:33:18.881Z | Compiling toml_datetime v0.6.11 |
| 507 | 2026-05-18T23:33:18.887Z | Compiling serde-value v0.7.0 |
| 508 | 2026-05-18T23:33:18.887Z | Compiling cargo-platform v0.2.0 |
| 509 | 2026-05-18T23:33:18.887Z | Compiling macaddr v1.0.1 |
| 510 | 2026-05-18T23:33:18.892Z | Compiling dof v0.3.0 |
| 511 | 2026-05-18T23:33:18.892Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-18T23:33:18.903Z | Compiling icu_properties v2.1.2 |
| 513 | 2026-05-18T23:33:18.908Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-05-18T23:33:19.228Z | Compiling toml_edit v0.22.27 |
| 515 | 2026-05-18T23:33:19.722Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2026-05-18T23:33:19.800Z | Compiling usdt-macro v0.5.0 |
| 517 | 2026-05-18T23:33:19.848Z | Compiling idna_adapter v1.2.1 |
| 518 | 2026-05-18T23:33:19.908Z | Compiling idna v1.1.0 |
| 519 | 2026-05-18T23:33:20.150Z | Compiling url v2.5.8 |
| 520 | 2026-05-18T23:33:20.265Z | Compiling usdt v0.5.0 |
| 521 | 2026-05-18T23:33:20.395Z | Compiling toml v0.8.23 |
| 522 | 2026-05-18T23:33:20.724Z | Compiling cargo-util-schemas v0.8.2 |
| 523 | 2026-05-18T23:33:20.724Z | Compiling cargo_toml v0.21.0 |
| 524 | 2026-05-18T23:33:21.487Z | Compiling cargo_metadata v0.21.0 |
| 525 | 2026-05-18T23:33:22.427Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 526 | 2026-05-18T23:33:24.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.67s |
| 527 | 2026-05-18T23:33:24.733Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 528 | 2026-05-18T23:33:25.295Z | Downloading crates ... |
| 529 | 2026-05-18T23:33:25.384Z | Downloaded assert_matches v1.5.0 |
| 530 | 2026-05-18T23:33:25.393Z | Downloaded aead v0.5.2 |
| 531 | 2026-05-18T23:33:25.398Z | Downloaded cfg_aliases v0.2.1 |
| 532 | 2026-05-18T23:33:25.402Z | Downloaded ar_archive_writer v0.5.1 |
| 533 | 2026-05-18T23:33:25.405Z | Downloaded bitfield-macros v0.19.4 |
| 534 | 2026-05-18T23:33:25.405Z | Downloaded cstr-argument v0.1.2 |
| 535 | 2026-05-18T23:33:25.410Z | Downloaded foreign-types v0.3.2 |
| 536 | 2026-05-18T23:33:25.410Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 537 | 2026-05-18T23:33:25.420Z | Downloaded crc32fast v1.5.0 |
| 538 | 2026-05-18T23:33:25.426Z | Downloaded darling_core v0.20.11 |
| 539 | 2026-05-18T23:33:25.430Z | Downloaded darling v0.21.3 |
| 540 | 2026-05-18T23:33:25.433Z | Downloaded darling v0.20.11 |
| 541 | 2026-05-18T23:33:25.438Z | Downloaded adler2 v2.0.1 |
| 542 | 2026-05-18T23:33:25.438Z | Downloaded daft-derive v0.1.5 |
| 543 | 2026-05-18T23:33:25.443Z | Downloaded daft v0.1.5 |
| 544 | 2026-05-18T23:33:25.443Z | Downloaded ctr v0.9.2 |
| 545 | 2026-05-18T23:33:25.446Z | Downloaded darling_core v0.21.3 |
| 546 | 2026-05-18T23:33:25.446Z | Downloaded embedded-io v0.4.0 |
| 547 | 2026-05-18T23:33:25.451Z | Downloaded fallible-iterator v0.2.0 |
| 548 | 2026-05-18T23:33:25.451Z | Downloaded cargo-platform v0.1.9 |
| 549 | 2026-05-18T23:33:25.451Z | Downloaded darling_macro v0.20.11 |
| 550 | 2026-05-18T23:33:25.451Z | Downloaded bitvec v1.0.1 |
| 551 | 2026-05-18T23:33:25.458Z | Downloaded env_logger v0.11.9 |
| 552 | 2026-05-18T23:33:25.463Z | Downloaded enum-as-inner v0.6.1 |
| 553 | 2026-05-18T23:33:25.463Z | Downloaded defmt-parser v1.0.0 |
| 554 | 2026-05-18T23:33:25.463Z | Downloaded bb8 v0.8.6 |
| 555 | 2026-05-18T23:33:25.468Z | Downloaded difflib v0.4.0 |
| 556 | 2026-05-18T23:33:25.468Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 557 | 2026-05-18T23:33:25.468Z | Downloaded dirs-next v2.0.0 |
| 558 | 2026-05-18T23:33:25.468Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 559 | 2026-05-18T23:33:25.468Z | Downloaded derive_builder v0.20.2 |
| 560 | 2026-05-18T23:33:25.471Z | Downloaded fixedbitset v0.5.7 |
| 561 | 2026-05-18T23:33:25.471Z | Downloaded ciborium-io v0.2.2 |
| 562 | 2026-05-18T23:33:25.471Z | Downloaded crossbeam-utils v0.8.21 |
| 563 | 2026-05-18T23:33:25.476Z | Downloaded derive-ex v0.1.8 |
| 564 | 2026-05-18T23:33:25.476Z | Downloaded darling_macro v0.23.0 |
| 565 | 2026-05-18T23:33:25.476Z | Downloaded bit-set v0.8.0 |
| 566 | 2026-05-18T23:33:25.476Z | Downloaded compression-core v0.4.31 |
| 567 | 2026-05-18T23:33:25.479Z | Downloaded darling v0.23.0 |
| 568 | 2026-05-18T23:33:25.482Z | Downloaded fd-lock v4.0.4 |
| 569 | 2026-05-18T23:33:25.482Z | Downloaded derive_builder_macro v0.20.2 |
| 570 | 2026-05-18T23:33:25.482Z | Downloaded cpufeatures v0.3.0 |
| 571 | 2026-05-18T23:33:25.486Z | Downloaded convert_case v0.4.0 |
| 572 | 2026-05-18T23:33:25.491Z | Downloaded dirs-sys-next v0.1.2 |
| 573 | 2026-05-18T23:33:25.491Z | Downloaded base16ct v0.2.0 |
| 574 | 2026-05-18T23:33:25.491Z | Downloaded dsl_auto_type v0.2.0 |
| 575 | 2026-05-18T23:33:25.491Z | Downloaded embedded-io v0.6.1 |
| 576 | 2026-05-18T23:33:25.491Z | Downloaded dyn-clone v1.0.20 |
| 577 | 2026-05-18T23:33:25.510Z | Downloaded defmt v0.3.100 |
| 578 | 2026-05-18T23:33:25.511Z | Downloaded ascii-canvas v3.0.0 |
| 579 | 2026-05-18T23:33:25.511Z | Downloaded cassowary v0.3.0 |
| 580 | 2026-05-18T23:33:25.511Z | Downloaded camino-tempfile-ext v0.3.3 |
| 581 | 2026-05-18T23:33:25.511Z | Downloaded base64ct v1.8.3 |
| 582 | 2026-05-18T23:33:25.511Z | Downloaded cancel-safe-futures v0.1.5 |
| 583 | 2026-05-18T23:33:25.511Z | Downloaded buf-list v1.1.2 |
| 584 | 2026-05-18T23:33:25.511Z | Downloaded bit-set v0.5.3 |
| 585 | 2026-05-18T23:33:25.511Z | Downloaded dunce v1.0.5 |
| 586 | 2026-05-18T23:33:25.511Z | Downloaded crc8 v0.1.1 |
| 587 | 2026-05-18T23:33:25.511Z | Downloaded dtrace-parser v0.3.0 |
| 588 | 2026-05-18T23:33:25.511Z | Downloaded document-features v0.2.12 |
| 589 | 2026-05-18T23:33:25.511Z | Downloaded float-ord v0.3.2 |
| 590 | 2026-05-18T23:33:25.511Z | Downloaded ciborium-ll v0.2.2 |
| 591 | 2026-05-18T23:33:25.511Z | Downloaded block-padding v0.3.3 |
| 592 | 2026-05-18T23:33:25.511Z | Downloaded async-stream v0.3.6 |
| 593 | 2026-05-18T23:33:25.516Z | Downloaded flagset v0.4.7 |
| 594 | 2026-05-18T23:33:25.516Z | Downloaded env_filter v1.0.0 |
| 595 | 2026-05-18T23:33:25.516Z | Downloaded atomicwrites v0.4.4 |
| 596 | 2026-05-18T23:33:25.517Z | Downloaded crossbeam-deque v0.8.6 |
| 597 | 2026-05-18T23:33:25.517Z | Downloaded bitfield-struct v0.6.2 |
| 598 | 2026-05-18T23:33:25.520Z | Downloaded foreign-types-macros v0.2.3 |
| 599 | 2026-05-18T23:33:25.520Z | Downloaded foreign-types v0.5.0 |
| 600 | 2026-05-18T23:33:25.520Z | Downloaded dropshot-api-manager v0.7.1 |
| 601 | 2026-05-18T23:33:25.524Z | Downloaded foreign-types-shared v0.3.1 |
| 602 | 2026-05-18T23:33:25.524Z | Downloaded cfg_aliases v0.1.1 |
| 603 | 2026-05-18T23:33:25.524Z | Downloaded crc v3.4.0 |
| 604 | 2026-05-18T23:33:25.524Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-05-18T23:33:25.528Z | Downloaded float-cmp v0.10.0 |
| 606 | 2026-05-18T23:33:25.528Z | Downloaded downcast-rs v2.0.2 |
| 607 | 2026-05-18T23:33:25.528Z | Downloaded dof v0.4.0 |
| 608 | 2026-05-18T23:33:25.528Z | Downloaded display-error-chain v0.2.2 |
| 609 | 2026-05-18T23:33:25.533Z | Downloaded darling_macro v0.21.3 |
| 610 | 2026-05-18T23:33:25.533Z | Downloaded crunchy v0.2.4 |
| 611 | 2026-05-18T23:33:25.533Z | Downloaded atomic-waker v1.1.2 |
| 612 | 2026-05-18T23:33:25.533Z | Downloaded crc-catalog v2.4.0 |
| 613 | 2026-05-18T23:33:25.533Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-05-18T23:33:25.533Z | Downloaded crucible-workspace-hack v0.1.0 |
| 615 | 2026-05-18T23:33:25.533Z | Downloaded array-init v0.0.4 |
| 616 | 2026-05-18T23:33:25.538Z | Downloaded async-stream-impl v0.3.6 |
| 617 | 2026-05-18T23:33:25.538Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-05-18T23:33:25.538Z | Downloaded deranged v0.5.8 |
| 619 | 2026-05-18T23:33:25.538Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 620 | 2026-05-18T23:33:25.542Z | Downloaded foreign-types-shared v0.1.1 |
| 621 | 2026-05-18T23:33:25.542Z | Downloaded debug-ignore v1.0.5 |
| 622 | 2026-05-18T23:33:25.542Z | Downloaded async-recursion v1.1.1 |
| 623 | 2026-05-18T23:33:25.545Z | Downloaded cobs v0.3.0 |
| 624 | 2026-05-18T23:33:25.545Z | Downloaded arrayref v0.3.9 |
| 625 | 2026-05-18T23:33:25.550Z | Downloaded futures-io v0.3.32 |
| 626 | 2026-05-18T23:33:25.550Z | Downloaded funty v2.0.0 |
| 627 | 2026-05-18T23:33:25.553Z | Downloaded cbc v0.1.2 |
| 628 | 2026-05-18T23:33:25.553Z | Downloaded futures-core v0.3.32 |
| 629 | 2026-05-18T23:33:25.553Z | Downloaded futures-macro v0.3.32 |
| 630 | 2026-05-18T23:33:25.553Z | Downloaded bit-vec v0.6.3 |
| 631 | 2026-05-18T23:33:25.557Z | Downloaded globwalk v0.9.1 |
| 632 | 2026-05-18T23:33:25.557Z | Downloaded diesel-dtrace v0.5.0 |
| 633 | 2026-05-18T23:33:25.557Z | Downloaded const_format_proc_macros v0.2.34 |
| 634 | 2026-05-18T23:33:25.561Z | Downloaded derive_more v2.1.1 |
| 635 | 2026-05-18T23:33:25.565Z | Downloaded fxhash v0.2.1 |
| 636 | 2026-05-18T23:33:25.568Z | Downloaded git-stub v1.0.0 |
| 637 | 2026-05-18T23:33:25.568Z | Downloaded critical-section v1.2.0 |
| 638 | 2026-05-18T23:33:25.568Z | Downloaded backoff v0.4.0 |
| 639 | 2026-05-18T23:33:25.571Z | Downloaded ghash v0.5.1 |
| 640 | 2026-05-18T23:33:25.571Z | Downloaded futures-task v0.3.32 |
| 641 | 2026-05-18T23:33:25.571Z | Downloaded either v1.15.0 |
| 642 | 2026-05-18T23:33:25.575Z | Downloaded blowfish v0.9.1 |
| 643 | 2026-05-18T23:33:25.575Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-05-18T23:33:25.575Z | Downloaded ena v0.14.4 |
| 645 | 2026-05-18T23:33:25.578Z | Downloaded bit-vec v0.8.0 |
| 646 | 2026-05-18T23:33:25.578Z | Downloaded elliptic-curve v0.13.8 |
| 647 | 2026-05-18T23:33:25.581Z | Downloaded der_derive v0.7.3 |
| 648 | 2026-05-18T23:33:25.581Z | Downloaded defmt-macros v1.0.1 |
| 649 | 2026-05-18T23:33:25.587Z | Downloaded drift v0.1.4 |
| 650 | 2026-05-18T23:33:25.592Z | Downloaded hash32 v0.3.1 |
| 651 | 2026-05-18T23:33:25.592Z | Downloaded hash32 v0.2.1 |
| 652 | 2026-05-18T23:33:25.592Z | Downloaded compression-codecs v0.4.37 |
| 653 | 2026-05-18T23:33:25.596Z | Downloaded headers-core v0.3.0 |
| 654 | 2026-05-18T23:33:25.596Z | Downloaded chacha20 v0.9.1 |
| 655 | 2026-05-18T23:33:25.596Z | Downloaded castaway v0.2.4 |
| 656 | 2026-05-18T23:33:25.596Z | Downloaded futures-executor v0.3.32 |
| 657 | 2026-05-18T23:33:25.596Z | Downloaded convert_case v0.10.0 |
| 658 | 2026-05-18T23:33:25.599Z | Downloaded fs_extra v1.3.0 |
| 659 | 2026-05-18T23:33:25.599Z | Downloaded csv-core v0.1.13 |
| 660 | 2026-05-18T23:33:25.599Z | Downloaded argon2 v0.5.3 |
| 661 | 2026-05-18T23:33:25.602Z | Downloaded foldhash v0.1.5 |
| 662 | 2026-05-18T23:33:25.602Z | Downloaded home v0.5.12 |
| 663 | 2026-05-18T23:33:25.602Z | Downloaded ff v0.13.1 |
| 664 | 2026-05-18T23:33:25.605Z | Downloaded defmt v1.0.1 |
| 665 | 2026-05-18T23:33:25.605Z | Downloaded hex-literal v0.4.1 |
| 666 | 2026-05-18T23:33:25.609Z | Downloaded blake2 v0.10.6 |
| 667 | 2026-05-18T23:33:25.609Z | Downloaded filetime v0.2.27 |
| 668 | 2026-05-18T23:33:25.612Z | Downloaded ecdsa v0.16.9 |
| 669 | 2026-05-18T23:33:25.612Z | Downloaded const-oid v0.9.6 |
| 670 | 2026-05-18T23:33:25.612Z | Downloaded derive_builder_core v0.20.2 |
| 671 | 2026-05-18T23:33:25.616Z | Downloaded hostname v0.3.1 |
| 672 | 2026-05-18T23:33:25.616Z | Downloaded cookie v0.18.1 |
| 673 | 2026-05-18T23:33:25.619Z | Downloaded http-body v1.0.1 |
| 674 | 2026-05-18T23:33:25.619Z | Downloaded console v0.15.11 |
| 675 | 2026-05-18T23:33:25.622Z | Downloaded http-range v0.1.5 |
| 676 | 2026-05-18T23:33:25.622Z | Downloaded hostname v0.4.2 |
| 677 | 2026-05-18T23:33:25.622Z | Downloaded der v0.7.10 |
| 678 | 2026-05-18T23:33:25.627Z | Downloaded hubpack_derive v0.1.1 |
| 679 | 2026-05-18T23:33:25.627Z | Downloaded diff v0.1.13 |
| 680 | 2026-05-18T23:33:25.631Z | Downloaded cipher v0.4.4 |
| 681 | 2026-05-18T23:33:25.631Z | Downloaded gethostname v0.5.0 |
| 682 | 2026-05-18T23:33:25.631Z | Downloaded erased-serde v0.3.31 |
| 683 | 2026-05-18T23:33:25.631Z | Downloaded console v0.16.2 |
| 684 | 2026-05-18T23:33:25.634Z | Downloaded ident_case v1.0.1 |
| 685 | 2026-05-18T23:33:25.634Z | Downloaded hyper-tls v0.6.0 |
| 686 | 2026-05-18T23:33:25.634Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 687 | 2026-05-18T23:33:25.634Z | Downloaded instability v0.3.11 |
| 688 | 2026-05-18T23:33:25.637Z | Downloaded inout v0.1.4 |
| 689 | 2026-05-18T23:33:25.637Z | Downloaded group v0.13.0 |
| 690 | 2026-05-18T23:33:25.637Z | Downloaded glob v0.3.3 |
| 691 | 2026-05-18T23:33:25.637Z | Downloaded indent_write v2.2.0 |
| 692 | 2026-05-18T23:33:25.641Z | Downloaded is_ci v1.2.0 |
| 693 | 2026-05-18T23:33:25.641Z | Downloaded is-terminal v0.4.17 |
| 694 | 2026-05-18T23:33:25.641Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-18T23:33:25.644Z | Downloaded bzip2 v0.6.1 |
| 696 | 2026-05-18T23:33:25.644Z | Downloaded ahash v0.8.12 |
| 697 | 2026-05-18T23:33:25.647Z | Downloaded cargo_metadata v0.19.2 |
| 698 | 2026-05-18T23:33:25.647Z | Downloaded bzip2 v0.4.4 |
| 699 | 2026-05-18T23:33:25.647Z | Downloaded colored v2.2.0 |
| 700 | 2026-05-18T23:33:25.650Z | Downloaded globset v0.4.18 |
| 701 | 2026-05-18T23:33:25.650Z | Downloaded byte-wrapper v0.1.0 |
| 702 | 2026-05-18T23:33:25.653Z | Downloaded hex v0.4.3 |
| 703 | 2026-05-18T23:33:25.653Z | Downloaded async-bb8-diesel v0.2.1 |
| 704 | 2026-05-18T23:33:25.657Z | Downloaded corncobs v0.1.4 |
| 705 | 2026-05-18T23:33:25.657Z | Downloaded cookie_store v0.22.1 |
| 706 | 2026-05-18T23:33:25.657Z | Downloaded lazy_static v1.5.0 |
| 707 | 2026-05-18T23:33:25.660Z | Downloaded internet-checksum v0.2.1 |
| 708 | 2026-05-18T23:33:25.660Z | Downloaded keccak v0.1.6 |
| 709 | 2026-05-18T23:33:25.660Z | Downloaded instant v0.1.13 |
| 710 | 2026-05-18T23:33:25.663Z | Downloaded lalrpop-util v0.19.12 |
| 711 | 2026-05-18T23:33:25.663Z | Downloaded illumos-nvpair v0.3.0 |
| 712 | 2026-05-18T23:33:25.663Z | Downloaded httpdate v1.0.3 |
| 713 | 2026-05-18T23:33:25.663Z | Downloaded git-stub-vcs v0.1.0 |
| 714 | 2026-05-18T23:33:25.667Z | Downloaded lru v0.12.5 |
| 715 | 2026-05-18T23:33:25.667Z | Downloaded ciborium v0.2.2 |
| 716 | 2026-05-18T23:33:25.667Z | Downloaded cmake v0.1.57 |
| 717 | 2026-05-18T23:33:25.670Z | Downloaded colored v3.1.1 |
| 718 | 2026-05-18T23:33:25.670Z | Downloaded constant_time_eq v0.4.2 |
| 719 | 2026-05-18T23:33:25.673Z | Downloaded cexpr v0.6.0 |
| 720 | 2026-05-18T23:33:25.673Z | Downloaded async-trait v0.1.89 |
| 721 | 2026-05-18T23:33:25.676Z | Downloaded highway v1.3.0 |
| 722 | 2026-05-18T23:33:25.676Z | Downloaded des v0.8.1 |
| 723 | 2026-05-18T23:33:25.681Z | Downloaded bitflags v1.3.2 |
| 724 | 2026-05-18T23:33:25.681Z | Downloaded hubpack v0.1.2 |
| 725 | 2026-05-18T23:33:25.685Z | Downloaded humantime v2.3.0 |
| 726 | 2026-05-18T23:33:25.685Z | Downloaded managed v0.8.0 |
| 727 | 2026-05-18T23:33:25.685Z | Downloaded libscf-sys v1.1.0 |
| 728 | 2026-05-18T23:33:25.685Z | Downloaded kstat-rs v0.2.4 |
| 729 | 2026-05-18T23:33:25.685Z | Downloaded md5 v0.7.0 |
| 730 | 2026-05-18T23:33:25.688Z | Downloaded match_cfg v0.1.0 |
| 731 | 2026-05-18T23:33:25.688Z | Downloaded http-body-util v0.1.3 |
| 732 | 2026-05-18T23:33:25.689Z | Downloaded foldhash v0.2.0 |
| 733 | 2026-05-18T23:33:25.689Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 734 | 2026-05-18T23:33:25.692Z | Downloaded derive_more v0.99.20 |
| 735 | 2026-05-18T23:33:25.695Z | Downloaded ipnetwork v0.21.1 |
| 736 | 2026-05-18T23:33:25.695Z | Downloaded maybe-uninit v2.0.0 |
| 737 | 2026-05-18T23:33:25.695Z | Downloaded mime v0.3.17 |
| 738 | 2026-05-18T23:33:25.698Z | Downloaded md-5 v0.10.6 |
| 739 | 2026-05-18T23:33:25.698Z | Downloaded getrandom v0.2.17 |
| 740 | 2026-05-18T23:33:25.702Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-05-18T23:33:25.702Z | Downloaded hyper-staticfile v0.10.1 |
| 742 | 2026-05-18T23:33:25.702Z | Downloaded multimap v0.10.1 |
| 743 | 2026-05-18T23:33:25.705Z | Downloaded ingot-types v0.1.2 |
| 744 | 2026-05-18T23:33:25.705Z | Downloaded indoc v2.0.7 |
| 745 | 2026-05-18T23:33:25.705Z | Downloaded ingot v0.1.1 |
| 746 | 2026-05-18T23:33:25.708Z | Downloaded crossbeam-epoch v0.9.18 |
| 747 | 2026-05-18T23:33:25.708Z | Downloaded nodrop v0.1.14 |
| 748 | 2026-05-18T23:33:25.713Z | Downloaded lru-cache v0.1.2 |
| 749 | 2026-05-18T23:33:25.713Z | Downloaded newtype-uuid-macros v0.1.0 |
| 750 | 2026-05-18T23:33:25.713Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-05-18T23:33:25.713Z | Downloaded nibble_vec v0.1.0 |
| 752 | 2026-05-18T23:33:25.713Z | Downloaded crc-any v2.5.0 |
| 753 | 2026-05-18T23:33:25.718Z | Downloaded backon v1.6.0 |
| 754 | 2026-05-18T23:33:25.718Z | Downloaded newtype_derive v0.1.6 |
| 755 | 2026-05-18T23:33:25.718Z | Downloaded crossbeam-channel v0.5.15 |
| 756 | 2026-05-18T23:33:25.721Z | Downloaded newline-converter v0.3.0 |
| 757 | 2026-05-18T23:33:25.721Z | Downloaded new_debug_unreachable v1.0.6 |
| 758 | 2026-05-18T23:33:25.721Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2026-05-18T23:33:25.721Z | Downloaded lru-slab v0.1.2 |
| 760 | 2026-05-18T23:33:25.726Z | Downloaded linked-hash-map v0.5.6 |
| 761 | 2026-05-18T23:33:25.726Z | Downloaded nonempty v0.12.0 |
| 762 | 2026-05-18T23:33:25.726Z | Downloaded clang-sys v1.8.1 |
| 763 | 2026-05-18T23:33:25.729Z | Downloaded num-derive v0.3.3 |
| 764 | 2026-05-18T23:33:25.729Z | Downloaded num-conv v0.2.0 |
| 765 | 2026-05-18T23:33:25.729Z | Downloaded lzss v0.8.2 |
| 766 | 2026-05-18T23:33:25.729Z | Downloaded find-msvc-tools v0.1.9 |
| 767 | 2026-05-18T23:33:25.729Z | Downloaded derive_more-impl v2.1.1 |
| 768 | 2026-05-18T23:33:25.732Z | Downloaded ipnet v2.11.0 |
| 769 | 2026-05-18T23:33:25.735Z | Downloaded num v0.4.3 |
| 770 | 2026-05-18T23:33:25.735Z | Downloaded normalize-line-endings v0.3.0 |
| 771 | 2026-05-18T23:33:25.735Z | Downloaded const_format v0.2.35 |
| 772 | 2026-05-18T23:33:25.739Z | Downloaded arc-swap v1.8.2 |
| 773 | 2026-05-18T23:33:25.742Z | Downloaded jobserver v0.1.34 |
| 774 | 2026-05-18T23:33:25.742Z | Downloaded chacha20poly1305 v0.10.1 |
| 775 | 2026-05-18T23:33:25.745Z | Downloaded num_threads v0.1.7 |
| 776 | 2026-05-18T23:33:25.745Z | Downloaded compact_str v0.8.1 |
| 777 | 2026-05-18T23:33:25.749Z | Downloaded openssl-macros v0.1.1 |
| 778 | 2026-05-18T23:33:25.749Z | Downloaded olpc-cjson v0.1.4 |
| 779 | 2026-05-18T23:33:25.749Z | Downloaded fatfs v0.3.6 |
| 780 | 2026-05-18T23:33:25.752Z | Downloaded oso-derive v0.27.3 |
| 781 | 2026-05-18T23:33:25.752Z | Downloaded dropshot_endpoint v0.16.7 |
| 782 | 2026-05-18T23:33:25.752Z | Downloaded hmac v0.12.1 |
| 783 | 2026-05-18T23:33:25.755Z | Downloaded maplit v1.0.2 |
| 784 | 2026-05-18T23:33:25.755Z | Downloaded num-iter v0.1.45 |
| 785 | 2026-05-18T23:33:25.755Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-05-18T23:33:25.758Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2026-05-18T23:33:25.758Z | Downloaded base64 v0.21.7 |
| 788 | 2026-05-18T23:33:25.763Z | Downloaded num-derive v0.4.2 |
| 789 | 2026-05-18T23:33:25.763Z | Downloaded allocator-api2 v0.2.21 |
| 790 | 2026-05-18T23:33:25.766Z | Downloaded multer v3.1.0 |
| 791 | 2026-05-18T23:33:25.766Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-05-18T23:33:25.766Z | Downloaded httparse v1.10.1 |
| 793 | 2026-05-18T23:33:25.769Z | Downloaded futures v0.3.32 |
| 794 | 2026-05-18T23:33:25.772Z | Downloaded newtype-uuid v1.3.2 |
| 795 | 2026-05-18T23:33:25.773Z | Downloaded packed_struct_codegen v0.10.1 |
| 796 | 2026-05-18T23:33:25.773Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-05-18T23:33:25.776Z | Downloaded ingot-macros v0.1.1 |
| 798 | 2026-05-18T23:33:25.776Z | Downloaded hyper-rustls v0.27.7 |
| 799 | 2026-05-18T23:33:25.776Z | Downloaded parse-size v1.1.0 |
| 800 | 2026-05-18T23:33:25.780Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-05-18T23:33:25.780Z | Downloaded parse-display v0.10.0 |
| 802 | 2026-05-18T23:33:25.780Z | Downloaded linear-map v1.2.0 |
| 803 | 2026-05-18T23:33:25.783Z | Downloaded peg-runtime v0.8.5 |
| 804 | 2026-05-18T23:33:25.783Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-05-18T23:33:25.783Z | Downloaded getrandom v0.3.4 |
| 806 | 2026-05-18T23:33:25.787Z | Downloaded half v1.8.3 |
| 807 | 2026-05-18T23:33:25.787Z | Downloaded nu-ansi-term v0.50.3 |
| 808 | 2026-05-18T23:33:25.792Z | Downloaded chacha20 v0.10.0 |
| 809 | 2026-05-18T23:33:25.792Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-18T23:33:25.792Z | Downloaded dropshot_endpoint v0.17.0 |
| 811 | 2026-05-18T23:33:25.795Z | Downloaded fs-err v2.11.0 |
| 812 | 2026-05-18T23:33:25.795Z | Downloaded num_enum_derive v0.5.11 |
| 813 | 2026-05-18T23:33:25.795Z | Downloaded num_enum v0.7.5 |
| 814 | 2026-05-18T23:33:25.799Z | Downloaded phf_shared v0.11.3 |
| 815 | 2026-05-18T23:33:25.799Z | Downloaded pbkdf2 v0.11.0 |
| 816 | 2026-05-18T23:33:25.804Z | Downloaded bytes v1.11.1 |
| 817 | 2026-05-18T23:33:25.817Z | Downloaded openssl-probe v0.2.1 |
| 818 | 2026-05-18T23:33:25.820Z | Downloaded num_enum v0.5.11 |
| 819 | 2026-05-18T23:33:25.823Z | Downloaded oxide-tokio-rt v0.1.4 |
| 820 | 2026-05-18T23:33:25.823Z | Downloaded num-complex v0.4.6 |
| 821 | 2026-05-18T23:33:25.823Z | Downloaded flume v0.11.1 |
| 822 | 2026-05-18T23:33:25.826Z | Downloaded predicates-core v1.0.10 |
| 823 | 2026-05-18T23:33:25.826Z | Downloaded powerfmt v0.2.0 |
| 824 | 2026-05-18T23:33:25.826Z | Downloaded phf_shared v0.13.1 |
| 825 | 2026-05-18T23:33:25.830Z | Downloaded proc-macro-crate v1.3.1 |
| 826 | 2026-05-18T23:33:25.830Z | Downloaded precomputed-hash v0.1.1 |
| 827 | 2026-05-18T23:33:25.830Z | Downloaded pin-utils v0.1.0 |
| 828 | 2026-05-18T23:33:25.830Z | Downloaded derive-where v1.6.0 |
| 829 | 2026-05-18T23:33:25.834Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 830 | 2026-05-18T23:33:25.834Z | Downloaded owo-colors v4.3.0 |
| 831 | 2026-05-18T23:33:25.837Z | Downloaded num_enum_derive v0.7.5 |
| 832 | 2026-05-18T23:33:25.838Z | Downloaded indexmap v1.9.3 |
| 833 | 2026-05-18T23:33:25.838Z | Downloaded num-rational v0.4.2 |
| 834 | 2026-05-18T23:33:25.841Z | Downloaded ignore v0.4.25 |
| 835 | 2026-05-18T23:33:25.841Z | Downloaded nanorand v0.7.0 |
| 836 | 2026-05-18T23:33:25.841Z | Downloaded half v2.7.1 |
| 837 | 2026-05-18T23:33:25.845Z | Downloaded num-integer v0.1.46 |
| 838 | 2026-05-18T23:33:25.845Z | Downloaded libsw v3.5.0 |
| 839 | 2026-05-18T23:33:25.848Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-05-18T23:33:25.848Z | Downloaded paste v1.0.15 |
| 841 | 2026-05-18T23:33:25.851Z | Downloaded password-hash v0.4.2 |
| 842 | 2026-05-18T23:33:25.852Z | Downloaded parse-display-derive v0.10.0 |
| 843 | 2026-05-18T23:33:25.852Z | Downloaded pbkdf2 v0.12.2 |
| 844 | 2026-05-18T23:33:25.855Z | Downloaded progenitor-client v0.11.2 |
| 845 | 2026-05-18T23:33:25.855Z | Downloaded headers v0.4.1 |
| 846 | 2026-05-18T23:33:25.858Z | Downloaded memmap2 v0.9.10 |
| 847 | 2026-05-18T23:33:25.858Z | Downloaded parking_lot_core v0.8.6 |
| 848 | 2026-05-18T23:33:25.861Z | Downloaded oxnet v0.1.4 |
| 849 | 2026-05-18T23:33:25.861Z | Downloaded phf v0.12.1 |
| 850 | 2026-05-18T23:33:25.861Z | Downloaded pem-rfc7468 v0.7.0 |
| 851 | 2026-05-18T23:33:25.864Z | Downloaded peg v0.8.5 |
| 852 | 2026-05-18T23:33:25.865Z | Downloaded password-hash v0.5.0 |
| 853 | 2026-05-18T23:33:25.869Z | Downloaded pin-project-lite v0.2.17 |
| 854 | 2026-05-18T23:33:25.872Z | Downloaded psl-types v2.0.11 |
| 855 | 2026-05-18T23:33:25.872Z | Downloaded progenitor-macro v0.13.0 |
| 856 | 2026-05-18T23:33:25.872Z | Downloaded progenitor-macro v0.11.2 |
| 857 | 2026-05-18T23:33:25.872Z | Downloaded progenitor-macro v0.10.0 |
| 858 | 2026-05-18T23:33:25.875Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-05-18T23:33:25.875Z | Downloaded progenitor-macro v0.14.0 |
| 860 | 2026-05-18T23:33:25.875Z | Downloaded peg-macros v0.8.5 |
| 861 | 2026-05-18T23:33:25.878Z | Downloaded bumpalo v3.20.2 |
| 862 | 2026-05-18T23:33:25.878Z | Downloaded heapless v0.8.0 |
| 863 | 2026-05-18T23:33:25.881Z | Downloaded flate2 v1.1.9 |
| 864 | 2026-05-18T23:33:25.884Z | Downloaded pem v3.0.6 |
| 865 | 2026-05-18T23:33:25.884Z | Downloaded darling_core v0.23.0 |
| 866 | 2026-05-18T23:33:25.888Z | Downloaded radium v0.7.0 |
| 867 | 2026-05-18T23:33:25.891Z | Downloaded quick-error v1.2.3 |
| 868 | 2026-05-18T23:33:25.891Z | Downloaded phf v0.13.1 |
| 869 | 2026-05-18T23:33:25.891Z | Downloaded poly1305 v0.8.0 |
| 870 | 2026-05-18T23:33:25.894Z | Downloaded pkcs8 v0.10.2 |
| 871 | 2026-05-18T23:33:25.894Z | Downloaded pkg-config v0.3.32 |
| 872 | 2026-05-18T23:33:25.897Z | Downloaded proc-macro-crate v3.4.0 |
| 873 | 2026-05-18T23:33:25.897Z | Downloaded ppv-lite86 v0.2.21 |
| 874 | 2026-05-18T23:33:25.897Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-05-18T23:33:25.901Z | Downloaded polyval v0.6.2 |
| 876 | 2026-05-18T23:33:25.901Z | Downloaded predicates v3.1.4 |
| 877 | 2026-05-18T23:33:25.901Z | Downloaded path-slash v0.1.5 |
| 878 | 2026-05-18T23:33:25.904Z | Downloaded recursive v0.1.1 |
| 879 | 2026-05-18T23:33:25.904Z | Downloaded rand_chacha v0.3.1 |
| 880 | 2026-05-18T23:33:25.904Z | Downloaded ref-cast v1.0.25 |
| 881 | 2026-05-18T23:33:25.907Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 882 | 2026-05-18T23:33:25.907Z | Downloaded omicron-zone-package v0.12.2 |
| 883 | 2026-05-18T23:33:25.907Z | Downloaded heapless v0.7.17 |
| 884 | 2026-05-18T23:33:25.910Z | Downloaded proc-macro-error2 v2.0.1 |
| 885 | 2026-05-18T23:33:25.913Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-05-18T23:33:25.914Z | Downloaded litrs v1.0.0 |
| 887 | 2026-05-18T23:33:25.917Z | Downloaded indicatif v0.18.4 |
| 888 | 2026-05-18T23:33:25.921Z | Downloaded progenitor v0.11.2 |
| 889 | 2026-05-18T23:33:25.921Z | Downloaded progenitor-client v0.10.0 |
| 890 | 2026-05-18T23:33:25.921Z | Downloaded primeorder v0.13.6 |
| 891 | 2026-05-18T23:33:25.921Z | Downloaded progenitor v0.10.0 |
| 892 | 2026-05-18T23:33:25.924Z | Downloaded progenitor v0.13.0 |
| 893 | 2026-05-18T23:33:25.924Z | Downloaded async-compression v0.4.41 |
| 894 | 2026-05-18T23:33:25.927Z | Downloaded parking_lot_core v0.9.12 |
| 895 | 2026-05-18T23:33:25.927Z | Downloaded packed_struct v0.10.1 |
| 896 | 2026-05-18T23:33:25.930Z | Downloaded ed25519-dalek v2.2.0 |
| 897 | 2026-05-18T23:33:25.933Z | Downloaded ref-cast-impl v1.0.25 |
| 898 | 2026-05-18T23:33:25.933Z | Downloaded hickory-resolver v0.24.4 |
| 899 | 2026-05-18T23:33:25.937Z | Downloaded rfc6979 v0.4.0 |
| 900 | 2026-05-18T23:33:25.937Z | Downloaded phf_shared v0.12.1 |
| 901 | 2026-05-18T23:33:25.937Z | Downloaded progenitor-client v0.14.0 |
| 902 | 2026-05-18T23:33:25.937Z | Downloaded progenitor-client v0.13.0 |
| 903 | 2026-05-18T23:33:25.940Z | Downloaded russh-cryptovec v0.7.3 |
| 904 | 2026-05-18T23:33:25.940Z | Downloaded progenitor v0.14.0 |
| 905 | 2026-05-18T23:33:25.940Z | Downloaded crypto-bigint v0.5.5 |
| 906 | 2026-05-18T23:33:25.943Z | Downloaded cc v1.2.56 |
| 907 | 2026-05-18T23:33:25.946Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-05-18T23:33:25.946Z | Downloaded psm v0.1.30 |
| 909 | 2026-05-18T23:33:25.949Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-05-18T23:33:25.950Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-05-18T23:33:25.950Z | Downloaded libloading v0.8.9 |
| 912 | 2026-05-18T23:33:25.953Z | Downloaded bcs v0.1.6 |
| 913 | 2026-05-18T23:33:25.953Z | Downloaded atty v0.2.14 |
| 914 | 2026-05-18T23:33:25.953Z | Downloaded arrayvec v0.7.6 |
| 915 | 2026-05-18T23:33:25.956Z | Downloaded rand_seeder v0.4.0 |
| 916 | 2026-05-18T23:33:25.956Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-05-18T23:33:25.959Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-05-18T23:33:25.959Z | Downloaded hickory-resolver v0.25.2 |
| 919 | 2026-05-18T23:33:25.964Z | Downloaded pkcs1 v0.7.5 |
| 920 | 2026-05-18T23:33:25.964Z | Downloaded rustc-hash v2.1.1 |
| 921 | 2026-05-18T23:33:25.964Z | Downloaded expectorate v1.2.0 |
| 922 | 2026-05-18T23:33:25.967Z | Downloaded pkcs5 v0.7.1 |
| 923 | 2026-05-18T23:33:25.967Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-05-18T23:33:25.970Z | Downloaded p256 v0.13.2 |
| 925 | 2026-05-18T23:33:25.970Z | Downloaded postcard v1.1.3 |
| 926 | 2026-05-18T23:33:25.973Z | Downloaded pin-project-internal v1.1.11 |
| 927 | 2026-05-18T23:33:25.973Z | Downloaded oso v0.27.3 |
| 928 | 2026-05-18T23:33:25.977Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-05-18T23:33:25.977Z | Downloaded scheduled-thread-pool v0.2.7 |
| 930 | 2026-05-18T23:33:25.977Z | Downloaded hashbrown v0.12.3 |
| 931 | 2026-05-18T23:33:25.980Z | Downloaded papergrid v0.17.0 |
| 932 | 2026-05-18T23:33:25.983Z | Downloaded rand_core v0.10.0 |
| 933 | 2026-05-18T23:33:25.983Z | Downloaded progenitor-extras v0.2.0 |
| 934 | 2026-05-18T23:33:25.983Z | Downloaded parking_lot v0.12.5 |
| 935 | 2026-05-18T23:33:25.986Z | Downloaded postgres-types v0.2.12 |
| 936 | 2026-05-18T23:33:25.987Z | Downloaded curve25519-dalek v4.1.3 |
| 937 | 2026-05-18T23:33:25.992Z | Downloaded same-file v1.0.6 |
| 938 | 2026-05-18T23:33:25.995Z | Downloaded data-encoding v2.10.0 |
| 939 | 2026-05-18T23:33:25.995Z | Downloaded sapling-renderdag v0.1.0 |
| 940 | 2026-05-18T23:33:25.995Z | Downloaded salsa20 v0.10.2 |
| 941 | 2026-05-18T23:33:25.999Z | Downloaded serde-big-array v0.5.1 |
| 942 | 2026-05-18T23:33:25.999Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-05-18T23:33:25.999Z | Downloaded secrecy v0.8.0 |
| 944 | 2026-05-18T23:33:26.002Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-05-18T23:33:26.002Z | Downloaded bitfield v0.19.4 |
| 946 | 2026-05-18T23:33:26.002Z | Downloaded base64 v0.22.1 |
| 947 | 2026-05-18T23:33:26.006Z | Downloaded quinn-udp v0.5.14 |
| 948 | 2026-05-18T23:33:26.006Z | Downloaded aes v0.8.4 |
| 949 | 2026-05-18T23:33:26.009Z | Downloaded http v1.4.0 |
| 950 | 2026-05-18T23:33:26.015Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-05-18T23:33:26.018Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-18T23:33:26.018Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-05-18T23:33:26.018Z | Downloaded scrypt v0.11.0 |
| 954 | 2026-05-18T23:33:26.022Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-05-18T23:33:26.022Z | Downloaded rustls-pemfile v1.0.4 |
| 956 | 2026-05-18T23:33:26.022Z | Downloaded jiff-static v0.2.21 |
| 957 | 2026-05-18T23:33:26.025Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-05-18T23:33:26.028Z | Downloaded serde_spanned v1.0.4 |
| 959 | 2026-05-18T23:33:26.031Z | Downloaded shell-words v1.1.1 |
| 960 | 2026-05-18T23:33:26.031Z | Downloaded rusty-fork v0.3.1 |
| 961 | 2026-05-18T23:33:26.034Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-05-18T23:33:26.037Z | Downloaded semver v0.1.20 |
| 963 | 2026-05-18T23:33:26.041Z | Downloaded miniz_oxide v0.8.9 |
| 964 | 2026-05-18T23:33:26.041Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-18T23:33:26.044Z | Downloaded openssl-sys v0.9.115 |
| 966 | 2026-05-18T23:33:26.044Z | Downloaded sha1 v0.10.6 |
| 967 | 2026-05-18T23:33:26.047Z | Downloaded diesel_derives v2.3.7 |
| 968 | 2026-05-18T23:33:26.050Z | Downloaded slog-envlogger v2.2.0 |
| 969 | 2026-05-18T23:33:26.050Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-05-18T23:33:26.053Z | Downloaded signature v2.2.0 |
| 971 | 2026-05-18T23:33:26.053Z | Downloaded parking_lot v0.11.2 |
| 972 | 2026-05-18T23:33:26.057Z | Downloaded signal-hook-tokio v0.3.1 |
| 973 | 2026-05-18T23:33:26.060Z | Downloaded rustversion v1.0.22 |
| 974 | 2026-05-18T23:33:26.063Z | Downloaded progenitor-impl v0.14.0 |
| 975 | 2026-05-18T23:33:26.068Z | Downloaded slog-bunyan v2.5.0 |
| 976 | 2026-05-18T23:33:26.071Z | Downloaded resolv-conf v0.7.6 |
| 977 | 2026-05-18T23:33:26.074Z | Downloaded hickory-server v0.25.2 |
| 978 | 2026-05-18T23:33:26.077Z | Downloaded serde_derive_internals v0.29.1 |
| 979 | 2026-05-18T23:33:26.081Z | Downloaded serde-hex v0.1.0 |
| 980 | 2026-05-18T23:33:26.081Z | Downloaded sec1 v0.7.3 |
| 981 | 2026-05-18T23:33:26.081Z | Downloaded progenitor-impl v0.13.0 |
| 982 | 2026-05-18T23:33:26.086Z | Downloaded sct v0.7.1 |
| 983 | 2026-05-18T23:33:26.086Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-05-18T23:33:26.091Z | Downloaded sqlparser_derive v0.5.0 |
| 985 | 2026-05-18T23:33:26.094Z | Downloaded serde_path_to_error v0.1.20 |
| 986 | 2026-05-18T23:33:26.094Z | Downloaded russh-keys v0.45.0 |
| 987 | 2026-05-18T23:33:26.099Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-05-18T23:33:26.099Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-05-18T23:33:26.099Z | Downloaded hashbrown v0.13.2 |
| 990 | 2026-05-18T23:33:26.104Z | Downloaded structmeta-derive v0.3.0 |
| 991 | 2026-05-18T23:33:26.104Z | Downloaded structmeta v0.3.0 |
| 992 | 2026-05-18T23:33:26.104Z | Downloaded shlex v1.3.0 |
| 993 | 2026-05-18T23:33:26.108Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-05-18T23:33:26.108Z | Downloaded ssh-encoding v0.2.0 |
| 995 | 2026-05-18T23:33:26.113Z | Downloaded mio v1.2.0 |
| 996 | 2026-05-18T23:33:26.113Z | Downloaded minimal-lexical v0.2.1 |
| 997 | 2026-05-18T23:33:26.118Z | Downloaded strum v0.26.3 |
| 998 | 2026-05-18T23:33:26.118Z | Downloaded signal-hook-registry v1.4.8 |
| 999 | 2026-05-18T23:33:26.122Z | Downloaded ssh-cipher v0.2.0 |
| 1000 | 2026-05-18T23:33:26.122Z | Downloaded sync_wrapper v1.0.2 |
| 1001 | 2026-05-18T23:33:26.122Z | Downloaded slog-async v2.8.0 |
| 1002 | 2026-05-18T23:33:26.122Z | Downloaded slab v0.4.12 |
| 1003 | 2026-05-18T23:33:26.127Z | Downloaded sync-ptr v0.1.4 |
| 1004 | 2026-05-18T23:33:26.127Z | Downloaded siphasher v1.0.2 |
| 1005 | 2026-05-18T23:33:26.127Z | Downloaded subtle v2.6.1 |
| 1006 | 2026-05-18T23:33:26.130Z | Downloaded rustls-pki-types v1.14.0 |
| 1007 | 2026-05-18T23:33:26.133Z | Downloaded prettyplease v0.2.37 |
| 1008 | 2026-05-18T23:33:26.133Z | Downloaded pretty_assertions v1.4.1 |
| 1009 | 2026-05-18T23:33:26.136Z | Downloaded prefix-trie v0.7.0 |
| 1010 | 2026-05-18T23:33:26.136Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-05-18T23:33:26.139Z | Downloaded slog-json v2.6.1 |
| 1012 | 2026-05-18T23:33:26.139Z | Downloaded scroll v0.13.0 |
| 1013 | 2026-05-18T23:33:26.139Z | Downloaded smf v0.2.3 |
| 1014 | 2026-05-18T23:33:26.143Z | Downloaded strum v0.27.2 |
| 1015 | 2026-05-18T23:33:26.143Z | Downloaded rustls-pemfile v2.2.0 |
| 1016 | 2026-05-18T23:33:26.143Z | Downloaded slog-term v2.9.2 |
| 1017 | 2026-05-18T23:33:26.147Z | Downloaded supports-color v3.0.2 |
| 1018 | 2026-05-18T23:33:26.147Z | Downloaded ron v0.8.1 |
| 1019 | 2026-05-18T23:33:26.151Z | Downloaded aes-gcm v0.10.3 |
| 1020 | 2026-05-18T23:33:26.156Z | Downloaded termtree v0.5.1 |
| 1021 | 2026-05-18T23:33:26.156Z | Downloaded tagptr v0.2.0 |
| 1022 | 2026-05-18T23:33:26.156Z | Downloaded slog-scope v4.4.1 |
| 1023 | 2026-05-18T23:33:26.156Z | Downloaded serde_cbor v0.11.2 |
| 1024 | 2026-05-18T23:33:26.159Z | Downloaded slog-stdlog v4.1.1 |
| 1025 | 2026-05-18T23:33:26.160Z | Downloaded progenitor-impl v0.11.2 |
| 1026 | 2026-05-18T23:33:26.160Z | Downloaded tabwriter v1.4.1 |
| 1027 | 2026-05-18T23:33:26.163Z | Downloaded tabled_derive v0.11.0 |
| 1028 | 2026-05-18T23:33:26.166Z | Downloaded thread-id v5.1.0 |
| 1029 | 2026-05-18T23:33:26.166Z | Downloaded time-core v0.1.8 |
| 1030 | 2026-05-18T23:33:26.166Z | Downloaded stacker v0.1.23 |
| 1031 | 2026-05-18T23:33:26.169Z | Downloaded rcgen v0.12.1 |
| 1032 | 2026-05-18T23:33:26.169Z | Downloaded tap v1.0.1 |
| 1033 | 2026-05-18T23:33:26.169Z | Downloaded rayon-core v1.13.0 |
| 1034 | 2026-05-18T23:33:26.173Z | Downloaded spki v0.7.3 |
| 1035 | 2026-05-18T23:33:26.176Z | Downloaded schemars v0.8.22 |
| 1036 | 2026-05-18T23:33:26.181Z | Downloaded strum_macros v0.26.4 |
| 1037 | 2026-05-18T23:33:26.184Z | Downloaded crossterm v0.29.0 |
| 1038 | 2026-05-18T23:33:26.187Z | Downloaded static_assertions v1.1.0 |
| 1039 | 2026-05-18T23:33:26.187Z | Downloaded nom v7.1.3 |
| 1040 | 2026-05-18T23:33:26.191Z | Downloaded simd-adler32 v0.3.8 |
| 1041 | 2026-05-18T23:33:26.191Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-05-18T23:33:26.194Z | Downloaded snafu-derive v0.8.9 |
| 1043 | 2026-05-18T23:33:26.194Z | Downloaded support-bundle-viewer v0.1.2 |
| 1044 | 2026-05-18T23:33:26.194Z | Downloaded crossterm v0.28.1 |
| 1045 | 2026-05-18T23:33:26.199Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-05-18T23:33:26.206Z | Downloaded progenitor-impl v0.10.0 |
| 1047 | 2026-05-18T23:33:26.206Z | Downloaded smallvec v0.6.14 |
| 1048 | 2026-05-18T23:33:26.206Z | Downloaded testing_table v0.3.0 |
| 1049 | 2026-05-18T23:33:26.210Z | Downloaded string_cache v0.8.9 |
| 1050 | 2026-05-18T23:33:26.210Z | Downloaded ryu v1.0.23 |
| 1051 | 2026-05-18T23:33:26.214Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1052 | 2026-05-18T23:33:26.214Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-05-18T23:33:26.214Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-05-18T23:33:26.214Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1055 | 2026-05-18T23:33:26.220Z | Downloaded stringprep v0.1.5 |
| 1056 | 2026-05-18T23:33:26.224Z | Downloaded hashbrown v0.15.5 |
| 1057 | 2026-05-18T23:33:26.227Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-05-18T23:33:26.230Z | Downloaded itertools v0.10.5 |
| 1059 | 2026-05-18T23:33:26.234Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-05-18T23:33:26.234Z | Downloaded iri-string v0.7.10 |
| 1061 | 2026-05-18T23:33:26.248Z | Downloaded thiserror-no-std v2.0.2 |
| 1062 | 2026-05-18T23:33:26.248Z | Downloaded strum_macros v0.27.2 |
| 1063 | 2026-05-18T23:33:26.248Z | Downloaded spin v0.9.8 |
| 1064 | 2026-05-18T23:33:26.248Z | Downloaded try-lock v0.2.5 |
| 1065 | 2026-05-18T23:33:26.248Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-05-18T23:33:26.248Z | Downloaded qorb v0.4.1 |
| 1067 | 2026-05-18T23:33:26.248Z | Downloaded tiny-keccak v2.0.2 |
| 1068 | 2026-05-18T23:33:26.252Z | Downloaded tls_codec_derive v0.4.2 |
| 1069 | 2026-05-18T23:33:26.252Z | Downloaded publicsuffix v2.3.0 |
| 1070 | 2026-05-18T23:33:26.252Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-18T23:33:26.255Z | Downloaded slog-dtrace v0.3.0 |
| 1072 | 2026-05-18T23:33:26.258Z | Downloaded num-bigint-dig v0.8.6 |
| 1073 | 2026-05-18T23:33:26.263Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-05-18T23:33:26.263Z | Downloaded tower-layer v0.3.3 |
| 1075 | 2026-05-18T23:33:26.263Z | Downloaded thread_local v1.1.9 |
| 1076 | 2026-05-18T23:33:26.267Z | Downloaded slog v2.8.2 |
| 1077 | 2026-05-18T23:33:26.267Z | Downloaded tls_codec v0.4.2 |
| 1078 | 2026-05-18T23:33:26.267Z | Downloaded time-macros v0.2.27 |
| 1079 | 2026-05-18T23:33:26.272Z | Downloaded signal-hook v0.3.18 |
| 1080 | 2026-05-18T23:33:26.272Z | Downloaded similar v2.7.0 |
| 1081 | 2026-05-18T23:33:26.276Z | Downloaded unicode-truncate v1.1.0 |
| 1082 | 2026-05-18T23:33:26.276Z | Downloaded unit-prefix v0.5.2 |
| 1083 | 2026-05-18T23:33:26.276Z | Downloaded unarray v0.1.4 |
| 1084 | 2026-05-18T23:33:26.276Z | Downloaded iddqd v0.3.18 |
| 1085 | 2026-05-18T23:33:26.279Z | Downloaded untrusted v0.7.1 |
| 1086 | 2026-05-18T23:33:26.282Z | Downloaded tokio-native-tls v0.3.1 |
| 1087 | 2026-05-18T23:33:26.282Z | Downloaded rsa v0.9.10 |
| 1088 | 2026-05-18T23:33:26.286Z | Downloaded untrusted v0.9.0 |
| 1089 | 2026-05-18T23:33:26.286Z | Downloaded tokio-rustls v0.25.0 |
| 1090 | 2026-05-18T23:33:26.289Z | Downloaded term v1.2.1 |
| 1091 | 2026-05-18T23:33:26.289Z | Downloaded utf-8 v0.7.6 |
| 1092 | 2026-05-18T23:33:26.292Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-18T23:33:26.292Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1094 | 2026-05-18T23:33:26.292Z | Downloaded tokio-tungstenite v0.21.0 |
| 1095 | 2026-05-18T23:33:26.297Z | Downloaded quinn v0.11.9 |
| 1096 | 2026-05-18T23:33:26.297Z | Downloaded tokio-dtrace v0.1.1 |
| 1097 | 2026-05-18T23:33:26.300Z | Downloaded typify-macro v0.6.2 |
| 1098 | 2026-05-18T23:33:26.300Z | Downloaded typify-macro v0.4.3 |
| 1099 | 2026-05-18T23:33:26.300Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1100 | 2026-05-18T23:33:26.306Z | Downloaded socket2 v0.6.3 |
| 1101 | 2026-05-18T23:33:26.309Z | Downloaded usdt v0.6.0 |
| 1102 | 2026-05-18T23:33:26.309Z | Downloaded hashbrown v0.16.1 |
| 1103 | 2026-05-18T23:33:26.312Z | Downloaded void v1.0.2 |
| 1104 | 2026-05-18T23:33:26.312Z | Downloaded usdt-macro v0.6.0 |
| 1105 | 2026-05-18T23:33:26.312Z | Downloaded itertools v0.12.1 |
| 1106 | 2026-05-18T23:33:26.317Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1107 | 2026-05-18T23:33:26.321Z | Downloaded termios v0.3.3 |
| 1108 | 2026-05-18T23:33:26.321Z | Downloaded term v0.7.0 |
| 1109 | 2026-05-18T23:33:26.324Z | Downloaded itertools v0.13.0 |
| 1110 | 2026-05-18T23:33:26.327Z | Downloaded unicase v2.9.0 |
| 1111 | 2026-05-18T23:33:26.327Z | Downloaded aho-corasick v1.1.4 |
| 1112 | 2026-05-18T23:33:26.330Z | Downloaded wait-timeout v0.2.1 |
| 1113 | 2026-05-18T23:33:26.330Z | Downloaded samael v0.0.19 |
| 1114 | 2026-05-18T23:33:26.333Z | Downloaded serde_with_macros v3.17.0 |
| 1115 | 2026-05-18T23:33:26.337Z | Downloaded rand v0.8.6 |
| 1116 | 2026-05-18T23:33:26.340Z | Downloaded tui-tree-widget v0.23.1 |
| 1117 | 2026-05-18T23:33:26.340Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1118 | 2026-05-18T23:33:26.343Z | Downloaded futures-util v0.3.32 |
| 1119 | 2026-05-18T23:33:26.349Z | Downloaded xshell-macros v0.2.7 |
| 1120 | 2026-05-18T23:33:26.357Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-05-18T23:33:26.357Z | Downloaded libxml v0.3.3 |
| 1122 | 2026-05-18T23:33:26.361Z | Downloaded rustls-webpki v0.103.9 |
| 1123 | 2026-05-18T23:33:26.361Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-05-18T23:33:26.362Z | Downloaded tokio-tungstenite v0.23.1 |
| 1125 | 2026-05-18T23:33:26.362Z | Downloaded hkdf v0.12.4 |
| 1126 | 2026-05-18T23:33:26.362Z | Downloaded hyper v1.8.1 |
| 1127 | 2026-05-18T23:33:26.366Z | Downloaded want v0.3.1 |
| 1128 | 2026-05-18T23:33:26.366Z | Downloaded waitgroup v0.1.2 |
| 1129 | 2026-05-18T23:33:26.366Z | Downloaded tokio-rustls v0.24.1 |
| 1130 | 2026-05-18T23:33:26.369Z | Downloaded itertools v0.14.0 |
| 1131 | 2026-05-18T23:33:26.385Z | Downloaded usdt-impl v0.6.0 |
| 1132 | 2026-05-18T23:33:26.389Z | Downloaded usdt-attr-macro v0.6.0 |
| 1133 | 2026-05-18T23:33:26.390Z | Downloaded zone v0.3.1 |
| 1134 | 2026-05-18T23:33:26.390Z | Downloaded tokio-stream v0.1.18 |
| 1135 | 2026-05-18T23:33:26.390Z | Downloaded schemars v1.2.1 |
| 1136 | 2026-05-18T23:33:26.393Z | Downloaded zone_cfg_derive v0.3.1 |
| 1137 | 2026-05-18T23:33:26.393Z | Downloaded vergen-gitcl v1.0.8 |
| 1138 | 2026-05-18T23:33:26.393Z | Downloaded vergen-git2 v1.0.7 |
| 1139 | 2026-05-18T23:33:26.393Z | Downloaded twox-hash v2.1.2 |
| 1140 | 2026-05-18T23:33:26.398Z | Downloaded russh v0.45.0 |
| 1141 | 2026-05-18T23:33:26.398Z | Downloaded uzers v0.12.2 |
| 1142 | 2026-05-18T23:33:26.405Z | Downloaded socket2 v0.5.10 |
| 1143 | 2026-05-18T23:33:26.405Z | Downloaded tracing-attributes v0.1.31 |
| 1144 | 2026-05-18T23:33:26.405Z | Downloaded schemars v0.9.0 |
| 1145 | 2026-05-18T23:33:26.409Z | Downloaded subprocess v0.2.15 |
| 1146 | 2026-05-18T23:33:26.413Z | Downloaded whoami v1.6.1 |
| 1147 | 2026-05-18T23:33:26.413Z | Downloaded libm v0.2.16 |
| 1148 | 2026-05-18T23:33:26.417Z | Downloaded wyz v0.5.1 |
| 1149 | 2026-05-18T23:33:26.422Z | Downloaded unicode-properties v0.1.4 |
| 1150 | 2026-05-18T23:33:26.422Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1151 | 2026-05-18T23:33:26.430Z | Downloaded zeroize_derive v1.4.3 |
| 1152 | 2026-05-18T23:33:26.430Z | Downloaded tinyvec v1.10.0 |
| 1153 | 2026-05-18T23:33:26.430Z | Downloaded whoami v2.1.0 |
| 1154 | 2026-05-18T23:33:26.430Z | Downloaded test-strategy v0.4.5 |
| 1155 | 2026-05-18T23:33:26.433Z | Downloaded chrono-tz v0.10.4 |
| 1156 | 2026-05-18T23:33:26.439Z | Downloaded vergen v9.0.6 |
| 1157 | 2026-05-18T23:33:26.442Z | Downloaded rustyline v14.0.0 |
| 1158 | 2026-05-18T23:33:26.446Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-05-18T23:33:26.446Z | Downloaded h2 v0.4.13 |
| 1160 | 2026-05-18T23:33:26.449Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-05-18T23:33:26.453Z | Downloaded blake3 v1.8.3 |
| 1162 | 2026-05-18T23:33:26.456Z | Downloaded unicode-bidi v0.3.18 |
| 1163 | 2026-05-18T23:33:26.460Z | Downloaded tungstenite v0.23.0 |
| 1164 | 2026-05-18T23:33:26.460Z | Downloaded tungstenite v0.21.0 |
| 1165 | 2026-05-18T23:33:26.463Z | Downloaded typify v0.6.2 |
| 1166 | 2026-05-18T23:33:26.466Z | Downloaded tracing-core v0.1.36 |
| 1167 | 2026-05-18T23:33:26.466Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1168 | 2026-05-18T23:33:26.470Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1169 | 2026-05-18T23:33:26.470Z | Downloaded zerocopy v0.6.6 |
| 1170 | 2026-05-18T23:33:26.474Z | Downloaded rand v0.10.0 |
| 1171 | 2026-05-18T23:33:26.474Z | Downloaded rand v0.9.2 |
| 1172 | 2026-05-18T23:33:26.478Z | Downloaded zeroize v1.8.2 |
| 1173 | 2026-05-18T23:33:26.478Z | Downloaded toml v0.7.8 |
| 1174 | 2026-05-18T23:33:26.481Z | Downloaded zstd v0.13.3 |
| 1175 | 2026-05-18T23:33:26.481Z | Downloaded tar v0.4.45 |
| 1176 | 2026-05-18T23:33:26.484Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1177 | 2026-05-18T23:33:26.487Z | Downloaded unsafe-libyaml v0.2.11 |
| 1178 | 2026-05-18T23:33:26.487Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-18T23:33:26.491Z | Downloaded p521 v0.13.3 |
| 1180 | 2026-05-18T23:33:26.491Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-05-18T23:33:26.494Z | Downloaded bindgen v0.71.1 |
| 1182 | 2026-05-18T23:33:26.499Z | Downloaded walkdir v2.5.0 |
| 1183 | 2026-05-18T23:33:26.499Z | Downloaded tokio-postgres v0.7.16 |
| 1184 | 2026-05-18T23:33:26.503Z | Downloaded aws-lc-rs v1.16.3 |
| 1185 | 2026-05-18T23:33:26.507Z | Downloaded uuid v1.23.0 |
| 1186 | 2026-05-18T23:33:26.510Z | Downloaded rpassword v7.4.0 |
| 1187 | 2026-05-18T23:33:26.513Z | Downloaded xshell v0.2.7 |
| 1188 | 2026-05-18T23:33:26.517Z | Downloaded zopfli v0.8.3 |
| 1189 | 2026-05-18T23:33:26.521Z | Downloaded yasna v0.5.2 |
| 1190 | 2026-05-18T23:33:26.527Z | Downloaded chrono v0.4.44 |
| 1191 | 2026-05-18T23:33:26.535Z | Downloaded regex v1.12.3 |
| 1192 | 2026-05-18T23:33:26.535Z | Downloaded typify v0.4.3 |
| 1193 | 2026-05-18T23:33:26.538Z | Downloaded vte v0.14.1 |
| 1194 | 2026-05-18T23:33:26.538Z | Downloaded reedline v0.40.0 |
| 1195 | 2026-05-18T23:33:26.545Z | Downloaded rayon v1.11.0 |
| 1196 | 2026-05-18T23:33:26.552Z | Downloaded toml_edit v0.19.15 |
| 1197 | 2026-05-18T23:33:26.560Z | Downloaded unicode_categories v0.1.1 |
| 1198 | 2026-05-18T23:33:26.564Z | Downloaded yansi v1.0.1 |
| 1199 | 2026-05-18T23:33:26.569Z | Downloaded portable-atomic v1.13.1 |
| 1200 | 2026-05-18T23:33:26.573Z | Downloaded steno v0.4.1 |
| 1201 | 2026-05-18T23:33:26.576Z | Downloaded p384 v0.13.1 |
| 1202 | 2026-05-18T23:33:26.579Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-05-18T23:33:26.587Z | Downloaded x509-cert v0.2.5 |
| 1204 | 2026-05-18T23:33:26.596Z | Downloaded unicode-segmentation v1.12.0 |
| 1205 | 2026-05-18T23:33:26.603Z | Downloaded tower v0.5.3 |
| 1206 | 2026-05-18T23:33:26.609Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-05-18T23:33:26.613Z | Downloaded typed-path v0.9.3 |
| 1208 | 2026-05-18T23:33:26.618Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-05-18T23:33:26.621Z | Downloaded tokio-util v0.7.18 |
| 1210 | 2026-05-18T23:33:26.624Z | Downloaded zip v0.6.6 |
| 1211 | 2026-05-18T23:33:26.627Z | Downloaded object v0.30.4 |
| 1212 | 2026-05-18T23:33:26.631Z | Downloaded tough v0.22.0 |
| 1213 | 2026-05-18T23:33:26.636Z | Downloaded git2 v0.20.4 |
| 1214 | 2026-05-18T23:33:26.642Z | Downloaded moka v0.12.13 |
| 1215 | 2026-05-18T23:33:26.646Z | Downloaded petname v2.0.2 |
| 1216 | 2026-05-18T23:33:26.652Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-05-18T23:33:26.663Z | Downloaded rustls-webpki v0.101.7 |
| 1218 | 2026-05-18T23:33:26.672Z | Downloaded goblin v0.10.5 |
| 1219 | 2026-05-18T23:33:26.676Z | Downloaded nix v0.27.1 |
| 1220 | 2026-05-18T23:33:26.682Z | Downloaded salty v0.3.0 |
| 1221 | 2026-05-18T23:33:26.686Z | Downloaded quick-xml v0.37.5 |
| 1222 | 2026-05-18T23:33:26.691Z | Downloaded quinn-proto v0.11.13 |
| 1223 | 2026-05-18T23:33:26.694Z | Downloaded zerocopy-derive v0.8.40 |
| 1224 | 2026-05-18T23:33:26.700Z | Downloaded bstr v1.12.1 |
| 1225 | 2026-05-18T23:33:26.704Z | Downloaded nix v0.29.0 |
| 1226 | 2026-05-18T23:33:26.718Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-05-18T23:33:26.724Z | Downloaded winnow v0.5.40 |
| 1228 | 2026-05-18T23:33:26.729Z | Downloaded zip v4.6.1 |
| 1229 | 2026-05-18T23:33:26.747Z | Downloaded tower-http v0.6.8 |
| 1230 | 2026-05-18T23:33:26.750Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-05-18T23:33:26.753Z | Downloaded openssl v0.10.79 |
| 1232 | 2026-05-18T23:33:26.759Z | Downloaded serde_with v3.17.0 |
| 1233 | 2026-05-18T23:33:26.766Z | Downloaded object v0.37.3 |
| 1234 | 2026-05-18T23:33:26.773Z | Downloaded nix v0.31.2 |
| 1235 | 2026-05-18T23:33:26.779Z | Downloaded hickory-proto v0.24.4 |
| 1236 | 2026-05-18T23:33:26.791Z | Downloaded rustls-webpki v0.102.8 |
| 1237 | 2026-05-18T23:33:26.800Z | Downloaded rustls v0.22.4 |
| 1238 | 2026-05-18T23:33:26.807Z | Downloaded radix_trie v0.2.1 |
| 1239 | 2026-05-18T23:33:26.811Z | Downloaded regress v0.10.5 |
| 1240 | 2026-05-18T23:33:26.832Z | Downloaded rustix v0.38.44 |
| 1241 | 2026-05-18T23:33:26.842Z | Downloaded winnow v0.6.26 |
| 1242 | 2026-05-18T23:33:26.845Z | Downloaded rustls v0.23.37 |
| 1243 | 2026-05-18T23:33:26.851Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-05-18T23:33:26.865Z | Downloaded tabled v0.20.0 |
| 1245 | 2026-05-18T23:33:26.874Z | Downloaded time v0.3.47 |
| 1246 | 2026-05-18T23:33:26.883Z | Downloaded nix v0.28.0 |
| 1247 | 2026-05-18T23:33:26.888Z | Downloaded dropshot v0.16.7 |
| 1248 | 2026-05-18T23:33:26.901Z | Downloaded regex-syntax v0.6.29 |
| 1249 | 2026-05-18T23:33:26.905Z | Downloaded dropshot v0.17.0 |
| 1250 | 2026-05-18T23:33:26.919Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-05-18T23:33:26.922Z | Downloaded sqlparser v0.61.0 |
| 1252 | 2026-05-18T23:33:26.929Z | Downloaded smoltcp v0.9.1 |
| 1253 | 2026-05-18T23:33:26.935Z | Downloaded rustls v0.21.12 |
| 1254 | 2026-05-18T23:33:26.942Z | Downloaded vcpkg v0.2.15 |
| 1255 | 2026-05-18T23:33:26.964Z | Downloaded zerocopy v0.8.40 |
| 1256 | 2026-05-18T23:33:26.970Z | Downloaded webpki-roots v1.0.6 |
| 1257 | 2026-05-18T23:33:26.973Z | Downloaded regex-syntax v0.8.10 |
| 1258 | 2026-05-18T23:33:26.976Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-05-18T23:33:26.988Z | Downloaded smoltcp v0.11.0 |
| 1260 | 2026-05-18T23:33:26.992Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-05-18T23:33:27.000Z | Downloaded diesel v2.3.7 |
| 1262 | 2026-05-18T23:33:27.011Z | Downloaded regress v0.11.1 |
| 1263 | 2026-05-18T23:33:27.016Z | Downloaded zerocopy-derive v0.6.6 |
| 1264 | 2026-05-18T23:33:27.022Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1265 | 2026-05-18T23:33:27.029Z | Downloaded typify-impl v0.4.3 |
| 1266 | 2026-05-18T23:33:27.040Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-05-18T23:33:27.050Z | Downloaded jiff v0.2.21 |
| 1268 | 2026-05-18T23:33:27.074Z | Downloaded sled v0.34.7 |
| 1269 | 2026-05-18T23:33:27.088Z | Downloaded tracing v0.1.44 |
| 1270 | 2026-05-18T23:33:27.101Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-05-18T23:33:27.109Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1272 | 2026-05-18T23:33:27.120Z | Downloaded regex-automata v0.4.14 |
| 1273 | 2026-05-18T23:33:27.129Z | Downloaded sha3 v0.10.8 |
| 1274 | 2026-05-18T23:33:27.140Z | Downloaded tokio v1.52.1 |
| 1275 | 2026-05-18T23:33:27.178Z | Downloaded petgraph v0.6.5 |
| 1276 | 2026-05-18T23:33:27.199Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-18T23:33:27.220Z | Downloaded csv v1.4.0 |
| 1278 | 2026-05-18T23:33:27.233Z | Downloaded ring v0.17.14 |
| 1279 | 2026-05-18T23:33:27.256Z | Downloaded libz-sys v1.1.24 |
| 1280 | 2026-05-18T23:33:27.313Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-05-18T23:33:27.343Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1282 | 2026-05-18T23:33:27.770Z | Downloaded aws-lc-sys v0.40.0 |
| 1283 | 2026-05-18T23:33:28.021Z | Compiling libc v0.2.185 |
| 1284 | 2026-05-18T23:33:28.021Z | Compiling serde v1.0.228 |
| 1285 | 2026-05-18T23:33:28.021Z | Compiling log v0.4.29 |
| 1286 | 2026-05-18T23:33:28.021Z | Compiling shlex v1.3.0 |
| 1287 | 2026-05-18T23:33:28.021Z | Compiling find-msvc-tools v0.1.9 |
| 1288 | 2026-05-18T23:33:28.025Z | Compiling smallvec v1.15.1 |
| 1289 | 2026-05-18T23:33:28.025Z | Compiling typenum v1.19.0 |
| 1290 | 2026-05-18T23:33:28.025Z | Compiling subtle v2.6.1 |
| 1291 | 2026-05-18T23:33:28.025Z | Compiling generic-array v0.14.7 |
| 1292 | 2026-05-18T23:33:28.025Z | Compiling scopeguard v1.2.0 |
| 1293 | 2026-05-18T23:33:28.025Z | Compiling const-oid v0.9.6 |
| 1294 | 2026-05-18T23:33:28.180Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-05-18T23:33:28.208Z | Compiling syn v2.0.117 |
| 1296 | 2026-05-18T23:33:28.219Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-05-18T23:33:28.222Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-18T23:33:28.246Z | Compiling parking_lot_core v0.9.12 |
| 1299 | 2026-05-18T23:33:28.340Z | Compiling lock_api v0.4.14 |
| 1300 | 2026-05-18T23:33:28.364Z | Compiling pin-project-lite v0.2.17 |
| 1301 | 2026-05-18T23:33:28.377Z | Compiling pkg-config v0.3.32 |
| 1302 | 2026-05-18T23:33:28.405Z | Compiling bitflags v2.11.0 |
| 1303 | 2026-05-18T23:33:28.473Z | Compiling futures-core v0.3.32 |
| 1304 | 2026-05-18T23:33:28.508Z | Compiling critical-section v1.2.0 |
| 1305 | 2026-05-18T23:33:28.511Z | Compiling libm v0.2.16 |
| 1306 | 2026-05-18T23:33:28.546Z | Compiling num-traits v0.2.19 |
| 1307 | 2026-05-18T23:33:28.584Z | Compiling percent-encoding v2.3.2 |
| 1308 | 2026-05-18T23:33:28.617Z | Compiling futures-sink v0.3.32 |
| 1309 | 2026-05-18T23:33:28.644Z | Compiling futures-task v0.3.32 |
| 1310 | 2026-05-18T23:33:28.647Z | Compiling slab v0.4.12 |
| 1311 | 2026-05-18T23:33:28.647Z | Compiling getrandom v0.4.1 |
| 1312 | 2026-05-18T23:33:28.712Z | Compiling futures-channel v0.3.32 |
| 1313 | 2026-05-18T23:33:28.728Z | Compiling futures-io v0.3.32 |
| 1314 | 2026-05-18T23:33:28.791Z | Compiling cpufeatures v0.2.17 |
| 1315 | 2026-05-18T23:33:28.805Z | Compiling rand_core v0.10.0 |
| 1316 | 2026-05-18T23:33:28.857Z | Compiling indexmap v2.14.0 |
| 1317 | 2026-05-18T23:33:28.871Z | Compiling getrandom v0.3.4 |
| 1318 | 2026-05-18T23:33:28.902Z | Compiling rustversion v1.0.22 |
| 1319 | 2026-05-18T23:33:28.922Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-05-18T23:33:29.026Z | Compiling dunce v1.0.5 |
| 1321 | 2026-05-18T23:33:29.030Z | Compiling fs_extra v1.3.0 |
| 1322 | 2026-05-18T23:33:29.030Z | Compiling ident_case v1.0.1 |
| 1323 | 2026-05-18T23:33:29.030Z | Compiling base64ct v1.8.3 |
| 1324 | 2026-05-18T23:33:29.041Z | Compiling iana-time-zone v0.1.65 |
| 1325 | 2026-05-18T23:33:29.132Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-05-18T23:33:29.135Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-05-18T23:33:29.172Z | Compiling errno v0.3.14 |
| 1328 | 2026-05-18T23:33:29.217Z | Compiling mio v1.2.0 |
| 1329 | 2026-05-18T23:33:29.304Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-05-18T23:33:29.350Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-05-18T23:33:29.373Z | Compiling cc v1.2.56 |
| 1332 | 2026-05-18T23:33:29.373Z | Compiling socket2 v0.6.3 |
| 1333 | 2026-05-18T23:33:29.396Z | Compiling pem-rfc7468 v0.7.0 |
| 1334 | 2026-05-18T23:33:29.451Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-18T23:33:29.506Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-05-18T23:33:29.551Z | Compiling regex-syntax v0.8.10 |
| 1337 | 2026-05-18T23:33:29.595Z | Compiling rustix v1.1.3 |
| 1338 | 2026-05-18T23:33:29.595Z | Compiling flagset v0.4.7 |
| 1339 | 2026-05-18T23:33:29.642Z | Compiling vcpkg v0.2.15 |
| 1340 | 2026-05-18T23:33:29.665Z | Compiling aws-lc-rs v1.16.3 |
| 1341 | 2026-05-18T23:33:29.689Z | Compiling tracing-core v0.1.36 |
| 1342 | 2026-05-18T23:33:29.693Z | Compiling uuid v1.23.0 |
| 1343 | 2026-05-18T23:33:29.718Z | Compiling rustc_version v0.4.1 |
| 1344 | 2026-05-18T23:33:29.747Z | Compiling base64 v0.22.1 |
| 1345 | 2026-05-18T23:33:29.762Z | Compiling httparse v1.10.1 |
| 1346 | 2026-05-18T23:33:29.816Z | Compiling untrusted v0.7.1 |
| 1347 | 2026-05-18T23:33:29.949Z | Compiling rand_core v0.9.5 |
| 1348 | 2026-05-18T23:33:29.985Z | Compiling tinyvec_macros v0.1.1 |
| 1349 | 2026-05-18T23:33:30.009Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-05-18T23:33:30.061Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-05-18T23:33:30.076Z | Compiling tinyvec v1.10.0 |
| 1352 | 2026-05-18T23:33:30.090Z | Compiling aho-corasick v1.1.4 |
| 1353 | 2026-05-18T23:33:30.140Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-18T23:33:30.155Z | Compiling try-lock v0.2.5 |
| 1355 | 2026-05-18T23:33:30.208Z | Compiling dyn-clone v1.0.20 |
| 1356 | 2026-05-18T23:33:30.224Z | Compiling atomic-waker v1.1.2 |
| 1357 | 2026-05-18T23:33:30.254Z | Compiling rustls v0.23.37 |
| 1358 | 2026-05-18T23:33:30.271Z | Compiling tower-layer v0.3.3 |
| 1359 | 2026-05-18T23:33:30.285Z | Compiling tower-service v0.3.3 |
| 1360 | 2026-05-18T23:33:30.299Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-18T23:33:30.367Z | Compiling want v0.3.1 |
| 1362 | 2026-05-18T23:33:30.405Z | Compiling pin-utils v0.1.0 |
| 1363 | 2026-05-18T23:33:30.426Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2026-05-18T23:33:30.461Z | Compiling openssl v0.10.79 |
| 1365 | 2026-05-18T23:33:30.479Z | Compiling httpdate v1.0.3 |
| 1366 | 2026-05-18T23:33:30.482Z | Compiling unicode-normalization v0.1.25 |
| 1367 | 2026-05-18T23:33:30.509Z | Compiling spin v0.9.8 |
| 1368 | 2026-05-18T23:33:30.513Z | Compiling crc32fast v1.5.0 |
| 1369 | 2026-05-18T23:33:30.541Z | Compiling foreign-types v0.3.2 |
| 1370 | 2026-05-18T23:33:30.567Z | Compiling num-conv v0.2.0 |
| 1371 | 2026-05-18T23:33:30.584Z | Compiling time-core v0.1.8 |
| 1372 | 2026-05-18T23:33:30.598Z | Compiling native-tls v0.2.18 |
| 1373 | 2026-05-18T23:33:30.611Z | Compiling powerfmt v0.2.0 |
| 1374 | 2026-05-18T23:33:30.626Z | Compiling wait-timeout v0.2.1 |
| 1375 | 2026-05-18T23:33:30.714Z | Compiling sync_wrapper v1.0.2 |
| 1376 | 2026-05-18T23:33:30.730Z | Compiling num_threads v0.1.7 |
| 1377 | 2026-05-18T23:33:30.730Z | Compiling unicode-segmentation v1.12.0 |
| 1378 | 2026-05-18T23:33:30.760Z | Compiling deranged v0.5.8 |
| 1379 | 2026-05-18T23:33:30.766Z | Compiling time-macros v0.2.27 |
| 1380 | 2026-05-18T23:33:30.766Z | Compiling bit-vec v0.8.0 |
| 1381 | 2026-05-18T23:33:30.837Z | Compiling quick-error v1.2.3 |
| 1382 | 2026-05-18T23:33:30.854Z | Compiling crossbeam-utils v0.8.21 |
| 1383 | 2026-05-18T23:33:30.854Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-05-18T23:33:30.866Z | Compiling siphasher v1.0.2 |
| 1385 | 2026-05-18T23:33:30.883Z | Compiling syn v1.0.109 |
| 1386 | 2026-05-18T23:33:30.911Z | Compiling usdt-impl v0.6.0 |
| 1387 | 2026-05-18T23:33:31.003Z | Compiling bit-set v0.8.0 |
| 1388 | 2026-05-18T23:33:31.032Z | Compiling aws-lc-sys v0.40.0 |
| 1389 | 2026-05-18T23:33:31.065Z | Compiling ring v0.17.14 |
| 1390 | 2026-05-18T23:33:31.109Z | Compiling openssl-sys v0.9.115 |
| 1391 | 2026-05-18T23:33:31.125Z | Compiling regex-automata v0.4.14 |
| 1392 | 2026-05-18T23:33:31.168Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1393 | 2026-05-18T23:33:31.202Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1394 | 2026-05-18T23:33:31.233Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-05-18T23:33:31.247Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-05-18T23:33:31.248Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-05-18T23:33:31.275Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-05-18T23:33:31.500Z | Compiling darling_core v0.20.11 |
| 1399 | 2026-05-18T23:33:31.525Z | Compiling rusty-fork v0.3.1 |
| 1400 | 2026-05-18T23:33:31.700Z | Compiling darling_core v0.21.3 |
| 1401 | 2026-05-18T23:33:31.809Z | Compiling slog v2.8.2 |
| 1402 | 2026-05-18T23:33:31.870Z | Compiling rand_xorshift v0.4.0 |
| 1403 | 2026-05-18T23:33:31.899Z | Compiling heapless v0.7.17 |
| 1404 | 2026-05-18T23:33:31.923Z | Compiling thread-id v5.1.0 |
| 1405 | 2026-05-18T23:33:31.939Z | Compiling time v0.3.47 |
| 1406 | 2026-05-18T23:33:32.023Z | Compiling cookie v0.18.1 |
| 1407 | 2026-05-18T23:33:32.039Z | Compiling anyhow v1.0.102 |
| 1408 | 2026-05-18T23:33:32.042Z | Compiling paste v1.0.15 |
| 1409 | 2026-05-18T23:33:32.066Z | Compiling allocator-api2 v0.2.21 |
| 1410 | 2026-05-18T23:33:32.070Z | Compiling signal-hook v0.3.18 |
| 1411 | 2026-05-18T23:33:32.214Z | Compiling unicode-properties v0.1.4 |
| 1412 | 2026-05-18T23:33:32.235Z | Compiling unicode-bidi v0.3.18 |
| 1413 | 2026-05-18T23:33:32.248Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-05-18T23:33:32.279Z | Compiling zstd-safe v7.2.4 |
| 1415 | 2026-05-18T23:33:32.342Z | Compiling ryu v1.0.23 |
| 1416 | 2026-05-18T23:33:32.395Z | Compiling iri-string v0.7.10 |
| 1417 | 2026-05-18T23:33:32.421Z | Compiling unarray v0.1.4 |
| 1418 | 2026-05-18T23:33:32.451Z | Compiling miniz_oxide v0.8.9 |
| 1419 | 2026-05-18T23:33:32.599Z | Compiling stringprep v0.1.5 |
| 1420 | 2026-05-18T23:33:32.658Z | Compiling heck v0.4.1 |
| 1421 | 2026-05-18T23:33:32.808Z | Compiling num-integer v0.1.46 |
| 1422 | 2026-05-18T23:33:32.890Z | Compiling vergen-lib v0.1.6 |
| 1423 | 2026-05-18T23:33:33.061Z | Compiling curve25519-dalek v4.1.3 |
| 1424 | 2026-05-18T23:33:33.089Z | Compiling serde_derive v1.0.228 |
| 1425 | 2026-05-18T23:33:33.089Z | Compiling zeroize_derive v1.4.3 |
| 1426 | 2026-05-18T23:33:33.118Z | Compiling zerofrom-derive v0.1.6 |
| 1427 | 2026-05-18T23:33:33.139Z | Compiling yoke-derive v0.8.1 |
| 1428 | 2026-05-18T23:33:33.139Z | Compiling zerovec-derive v0.11.2 |
| 1429 | 2026-05-18T23:33:33.398Z | Compiling zerocopy-derive v0.8.40 |
| 1430 | 2026-05-18T23:33:33.416Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-05-18T23:33:33.560Z | Compiling tokio-macros v2.7.0 |
| 1432 | 2026-05-18T23:33:33.766Z | Compiling zeroize v1.8.2 |
| 1433 | 2026-05-18T23:33:33.855Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-05-18T23:33:33.911Z | Compiling der_derive v0.7.3 |
| 1435 | 2026-05-18T23:33:34.195Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-05-18T23:33:34.290Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-05-18T23:33:34.333Z | Compiling thiserror-impl v2.0.18 |
| 1438 | 2026-05-18T23:33:34.346Z | Compiling scroll_derive v0.13.1 |
| 1439 | 2026-05-18T23:33:34.368Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-05-18T23:33:34.542Z | Compiling crypto-common v0.1.7 |
| 1441 | 2026-05-18T23:33:34.596Z | Compiling zerofrom v0.1.6 |
| 1442 | 2026-05-18T23:33:34.678Z | Compiling block-buffer v0.10.4 |
| 1443 | 2026-05-18T23:33:34.704Z | Compiling yoke v0.8.1 |
| 1444 | 2026-05-18T23:33:34.731Z | Compiling block-padding v0.3.3 |
| 1445 | 2026-05-18T23:33:34.762Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-18T23:33:34.828Z | Compiling digest v0.10.7 |
| 1447 | 2026-05-18T23:33:34.866Z | Compiling inout v0.1.4 |
| 1448 | 2026-05-18T23:33:34.909Z | Compiling zerovec v0.11.5 |
| 1449 | 2026-05-18T23:33:34.922Z | Compiling zerotrie v0.2.3 |
| 1450 | 2026-05-18T23:33:34.969Z | Compiling der v0.7.10 |
| 1451 | 2026-05-18T23:33:35.068Z | Compiling hmac v0.12.1 |
| 1452 | 2026-05-18T23:33:35.106Z | Compiling sha2 v0.10.9 |
| 1453 | 2026-05-18T23:33:35.199Z | Compiling cipher v0.4.4 |
| 1454 | 2026-05-18T23:33:35.226Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-05-18T23:33:35.248Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-18T23:33:35.357Z | Compiling scroll v0.13.0 |
| 1457 | 2026-05-18T23:33:35.372Z | Compiling tinystr v0.8.2 |
| 1458 | 2026-05-18T23:33:35.439Z | Compiling potential_utf v0.1.4 |
| 1459 | 2026-05-18T23:33:35.487Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-05-18T23:33:35.594Z | Compiling icu_locale_core v2.1.1 |
| 1461 | 2026-05-18T23:33:35.631Z | Compiling icu_collections v2.1.1 |
| 1462 | 2026-05-18T23:33:35.654Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-05-18T23:33:35.670Z | Compiling aes v0.8.4 |
| 1464 | 2026-05-18T23:33:35.690Z | Compiling tracing v0.1.44 |
| 1465 | 2026-05-18T23:33:35.741Z | Compiling thiserror v2.0.18 |
| 1466 | 2026-05-18T23:33:35.846Z | Compiling spki v0.7.3 |
| 1467 | 2026-05-18T23:33:35.916Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-18T23:33:35.969Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-05-18T23:33:36.072Z | Compiling pkcs5 v0.7.1 |
| 1470 | 2026-05-18T23:33:36.088Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-18T23:33:36.147Z | Compiling goblin v0.10.5 |
| 1472 | 2026-05-18T23:33:36.231Z | Compiling icu_provider v2.1.1 |
| 1473 | 2026-05-18T23:33:36.494Z | Compiling icu_normalizer v2.1.1 |
| 1474 | 2026-05-18T23:33:36.541Z | Compiling icu_properties v2.1.2 |
| 1475 | 2026-05-18T23:33:36.555Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-05-18T23:33:36.578Z | Compiling bytes v1.11.1 |
| 1477 | 2026-05-18T23:33:36.595Z | Compiling chrono v0.4.44 |
| 1478 | 2026-05-18T23:33:36.600Z | Compiling ipnet v2.11.0 |
| 1479 | 2026-05-18T23:33:36.624Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-18T23:33:36.664Z | Compiling rustls-native-certs v0.8.3 |
| 1481 | 2026-05-18T23:33:36.719Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-05-18T23:33:36.747Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-05-18T23:33:36.873Z | Compiling signature v2.2.0 |
| 1484 | 2026-05-18T23:33:36.964Z | Compiling webpki-roots v1.0.6 |
| 1485 | 2026-05-18T23:33:37.052Z | Compiling tokio v1.52.1 |
| 1486 | 2026-05-18T23:33:37.083Z | Compiling http v1.4.0 |
| 1487 | 2026-05-18T23:33:37.098Z | Compiling scroll_derive v0.12.1 |
| 1488 | 2026-05-18T23:33:37.118Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-05-18T23:33:37.133Z | Compiling erased-serde v0.3.31 |
| 1490 | 2026-05-18T23:33:37.214Z | Compiling toml_datetime v0.6.11 |
| 1491 | 2026-05-18T23:33:37.491Z | Compiling idna_adapter v1.2.1 |
| 1492 | 2026-05-18T23:33:37.502Z | Compiling serde_spanned v0.6.9 |
| 1493 | 2026-05-18T23:33:37.614Z | Compiling idna v1.1.0 |
| 1494 | 2026-05-18T23:33:37.634Z | Compiling derive_builder_macro v0.20.2 |
| 1495 | 2026-05-18T23:33:37.649Z | Compiling serde_urlencoded v0.7.1 |
| 1496 | 2026-05-18T23:33:37.653Z | Compiling serde_tokenstream v0.2.3 |
| 1497 | 2026-05-18T23:33:37.691Z | Compiling md-5 v0.10.6 |
| 1498 | 2026-05-18T23:33:37.794Z | Compiling http-body v1.0.1 |
| 1499 | 2026-05-18T23:33:37.862Z | Compiling ppv-lite86 v0.2.21 |
| 1500 | 2026-05-18T23:33:37.918Z | Compiling url v2.5.8 |
| 1501 | 2026-05-18T23:33:37.962Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-18T23:33:37.994Z | Compiling scroll v0.12.0 |
| 1503 | 2026-05-18T23:33:38.017Z | Compiling darling_macro v0.21.3 |
| 1504 | 2026-05-18T23:33:38.029Z | Compiling bstr v1.12.1 |
| 1505 | 2026-05-18T23:33:38.046Z | Compiling zerocopy-derive v0.7.35 |
| 1506 | 2026-05-18T23:33:38.121Z | Compiling pin-project-internal v1.1.11 |
| 1507 | 2026-05-18T23:33:38.208Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-05-18T23:33:38.234Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-05-18T23:33:38.273Z | Compiling async-trait v0.1.89 |
| 1510 | 2026-05-18T23:33:38.287Z | Compiling ff v0.13.1 |
| 1511 | 2026-05-18T23:33:38.299Z | Compiling hash32 v0.2.1 |
| 1512 | 2026-05-18T23:33:38.437Z | Compiling rand v0.9.2 |
| 1513 | 2026-05-18T23:33:38.505Z | Compiling thiserror v1.0.69 |
| 1514 | 2026-05-18T23:33:38.530Z | Compiling memoffset v0.9.1 |
| 1515 | 2026-05-18T23:33:38.620Z | Compiling base16ct v0.2.0 |
| 1516 | 2026-05-18T23:33:38.693Z | Compiling fallible-iterator v0.2.0 |
| 1517 | 2026-05-18T23:33:38.743Z | Compiling psl-types v2.0.11 |
| 1518 | 2026-05-18T23:33:38.751Z | Compiling cfg_aliases v0.2.1 |
| 1519 | 2026-05-18T23:33:38.838Z | Compiling dof v0.4.0 |
| 1520 | 2026-05-18T23:33:38.878Z | Compiling zlib-rs v0.6.2 |
| 1521 | 2026-05-18T23:33:38.941Z | Compiling litrs v1.0.0 |
| 1522 | 2026-05-18T23:33:38.973Z | Compiling rustix v0.38.44 |
| 1523 | 2026-05-18T23:33:39.035Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-05-18T23:33:39.129Z | Compiling proptest v1.10.0 |
| 1525 | 2026-05-18T23:33:39.225Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-05-18T23:33:39.294Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-05-18T23:33:39.328Z | Compiling num-bigint-dig v0.8.6 |
| 1528 | 2026-05-18T23:33:39.380Z | Compiling pin-project v1.1.11 |
| 1529 | 2026-05-18T23:33:39.419Z | Compiling postgres-protocol v0.6.10 |
| 1530 | 2026-05-18T23:33:39.451Z | Compiling zerocopy v0.7.35 |
| 1531 | 2026-05-18T23:33:39.492Z | Compiling publicsuffix v2.3.0 |
| 1532 | 2026-05-18T23:33:39.507Z | Compiling document-features v0.2.12 |
| 1533 | 2026-05-18T23:33:39.556Z | Compiling oxnet v0.1.4 |
| 1534 | 2026-05-18T23:33:39.601Z | Compiling nix v0.31.2 |
| 1535 | 2026-05-18T23:33:39.683Z | Compiling sec1 v0.7.3 |
| 1536 | 2026-05-18T23:33:39.802Z | Compiling darling v0.21.3 |
| 1537 | 2026-05-18T23:33:39.898Z | Compiling rand v0.8.6 |
| 1538 | 2026-05-18T23:33:39.998Z | Compiling group v0.13.0 |
| 1539 | 2026-05-18T23:33:40.006Z | Compiling goblin v0.8.2 |
| 1540 | 2026-05-18T23:33:40.014Z | Compiling derive_builder v0.20.2 |
| 1541 | 2026-05-18T23:33:40.061Z | Compiling futures-executor v0.3.32 |
| 1542 | 2026-05-18T23:33:40.079Z | Compiling hubpack_derive v0.1.1 |
| 1543 | 2026-05-18T23:33:40.123Z | Compiling cargo-platform v0.1.9 |
| 1544 | 2026-05-18T23:33:40.135Z | Compiling hex v0.4.3 |
| 1545 | 2026-05-18T23:33:40.153Z | Compiling hkdf v0.12.4 |
| 1546 | 2026-05-18T23:33:40.178Z | Compiling crypto-bigint v0.5.5 |
| 1547 | 2026-05-18T23:33:40.234Z | Compiling regex v1.12.3 |
| 1548 | 2026-05-18T23:33:40.443Z | Compiling strum_macros v0.27.2 |
| 1549 | 2026-05-18T23:33:40.450Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1550 | 2026-05-18T23:33:40.450Z | Compiling ref-cast-impl v1.0.25 |
| 1551 | 2026-05-18T23:33:40.450Z | Compiling snafu-derive v0.8.9 |
| 1552 | 2026-05-18T23:33:40.486Z | Compiling daft-derive v0.1.5 |
| 1553 | 2026-05-18T23:33:40.522Z | Compiling num-iter v0.1.45 |
| 1554 | 2026-05-18T23:33:40.757Z | Compiling terminal_size v0.4.3 |
| 1555 | 2026-05-18T23:33:40.912Z | Compiling tokio-util v0.7.18 |
| 1556 | 2026-05-18T23:33:40.918Z | Compiling tower v0.5.3 |
| 1557 | 2026-05-18T23:33:40.951Z | Compiling tokio-native-tls v0.3.1 |
| 1558 | 2026-05-18T23:33:40.951Z | Compiling phf_shared v0.13.1 |
| 1559 | 2026-05-18T23:33:41.035Z | Compiling lazy_static v1.5.0 |
| 1560 | 2026-05-18T23:33:41.125Z | Compiling vergen v9.0.6 |
| 1561 | 2026-05-18T23:33:41.142Z | Compiling fs-err v3.3.0 |
| 1562 | 2026-05-18T23:33:41.192Z | Compiling encoding_rs v0.8.35 |
| 1563 | 2026-05-18T23:33:41.225Z | Compiling ahash v0.8.12 |
| 1564 | 2026-05-18T23:33:41.241Z | Compiling managed v0.8.0 |
| 1565 | 2026-05-18T23:33:41.246Z | Compiling mime v0.3.17 |
| 1566 | 2026-05-18T23:33:41.319Z | Compiling bitflags v1.3.2 |
| 1567 | 2026-05-18T23:33:41.339Z | Compiling tower-http v0.6.8 |
| 1568 | 2026-05-18T23:33:41.406Z | Compiling bumpalo v3.20.2 |
| 1569 | 2026-05-18T23:33:41.438Z | Compiling object v0.37.3 |
| 1570 | 2026-05-18T23:33:41.457Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-05-18T23:33:41.484Z | Compiling same-file v1.0.6 |
| 1572 | 2026-05-18T23:33:41.525Z | Compiling winnow v0.5.40 |
| 1573 | 2026-05-18T23:33:41.654Z | Compiling h2 v0.4.13 |
| 1574 | 2026-05-18T23:33:41.682Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-18T23:33:41.720Z | Compiling foldhash v0.2.0 |
| 1576 | 2026-05-18T23:33:41.762Z | Compiling foldhash v0.1.5 |
| 1577 | 2026-05-18T23:33:41.796Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-05-18T23:33:41.969Z | Compiling hashbrown v0.15.5 |
| 1579 | 2026-05-18T23:33:41.987Z | Compiling hashbrown v0.16.1 |
| 1580 | 2026-05-18T23:33:42.059Z | Compiling daft v0.1.5 |
| 1581 | 2026-05-18T23:33:42.200Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-05-18T23:33:42.233Z | Compiling dof v0.3.0 |
| 1583 | 2026-05-18T23:33:42.315Z | Compiling zopfli v0.8.3 |
| 1584 | 2026-05-18T23:33:42.357Z | Compiling walkdir v2.5.0 |
| 1585 | 2026-05-18T23:33:42.394Z | Compiling clap_builder v4.5.60 |
| 1586 | 2026-05-18T23:33:42.445Z | Compiling snafu v0.8.9 |
| 1587 | 2026-05-18T23:33:42.449Z | Compiling strum v0.27.2 |
| 1588 | 2026-05-18T23:33:42.589Z | Compiling phf v0.13.1 |
| 1589 | 2026-05-18T23:33:42.646Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2026-05-18T23:33:42.759Z | Compiling signal-hook-mio v0.2.5 |
| 1591 | 2026-05-18T23:33:42.831Z | Compiling toml_edit v0.19.15 |
| 1592 | 2026-05-18T23:33:42.839Z | Compiling cargo_metadata v0.19.2 |
| 1593 | 2026-05-18T23:33:42.893Z | Compiling cookie_store v0.22.1 |
| 1594 | 2026-05-18T23:33:42.978Z | Compiling hubpack v0.1.2 |
| 1595 | 2026-05-18T23:33:42.994Z | Compiling usdt-attr-macro v0.6.0 |
| 1596 | 2026-05-18T23:33:42.999Z | Compiling usdt-macro v0.6.0 |
| 1597 | 2026-05-18T23:33:43.057Z | Compiling bzip2 v0.4.4 |
| 1598 | 2026-05-18T23:33:43.216Z | Compiling futures v0.3.32 |
| 1599 | 2026-05-18T23:33:43.292Z | Compiling zstd v0.13.3 |
| 1600 | 2026-05-18T23:33:43.302Z | Compiling serde_with_macros v3.17.0 |
| 1601 | 2026-05-18T23:33:43.332Z | Compiling postgres-types v0.2.12 |
| 1602 | 2026-05-18T23:33:43.520Z | Compiling dtrace-parser v0.2.0 |
| 1603 | 2026-05-18T23:33:43.574Z | Compiling globset v0.4.18 |
| 1604 | 2026-05-18T23:33:43.586Z | Compiling ed25519 v2.2.3 |
| 1605 | 2026-05-18T23:33:43.794Z | Compiling pkcs1 v0.7.5 |
| 1606 | 2026-05-18T23:33:43.829Z | Compiling olpc-cjson v0.1.4 |
| 1607 | 2026-05-18T23:33:43.897Z | Compiling serde-big-array v0.5.1 |
| 1608 | 2026-05-18T23:33:44.029Z | Compiling serde_plain v1.0.2 |
| 1609 | 2026-05-18T23:33:44.077Z | Compiling rfc6979 v0.4.0 |
| 1610 | 2026-05-18T23:33:44.206Z | Compiling strum_macros v0.26.4 |
| 1611 | 2026-05-18T23:33:44.229Z | Compiling serde_repr v0.1.20 |
| 1612 | 2026-05-18T23:33:44.242Z | Compiling clap_derive v4.5.55 |
| 1613 | 2026-05-18T23:33:44.263Z | Compiling async-recursion v1.1.1 |
| 1614 | 2026-05-18T23:33:44.339Z | Compiling enum-as-inner v0.6.1 |
| 1615 | 2026-05-18T23:33:44.355Z | Compiling phf_shared v0.11.3 |
| 1616 | 2026-05-18T23:33:44.438Z | Compiling float-cmp v0.10.0 |
| 1617 | 2026-05-18T23:33:44.512Z | Compiling pem v3.0.6 |
| 1618 | 2026-05-18T23:33:44.552Z | Compiling thread-id v4.2.2 |
| 1619 | 2026-05-18T23:33:44.600Z | Compiling memmap2 v0.9.10 |
| 1620 | 2026-05-18T23:33:44.617Z | Compiling env_filter v1.0.0 |
| 1621 | 2026-05-18T23:33:44.649Z | Compiling typed-path v0.9.3 |
| 1622 | 2026-05-18T23:33:44.776Z | Compiling hyper v1.8.1 |
| 1623 | 2026-05-18T23:33:44.838Z | Compiling precomputed-hash v0.1.1 |
| 1624 | 2026-05-18T23:33:44.876Z | Compiling static_assertions v1.1.0 |
| 1625 | 2026-05-18T23:33:44.885Z | Compiling fixedbitset v0.5.7 |
| 1626 | 2026-05-18T23:33:44.942Z | Compiling predicates-core v1.0.10 |
| 1627 | 2026-05-18T23:33:44.945Z | Compiling rustc-hash v2.1.1 |
| 1628 | 2026-05-18T23:33:44.973Z | Compiling jiff v0.2.21 |
| 1629 | 2026-05-18T23:33:44.988Z | Compiling data-encoding v2.10.0 |
| 1630 | 2026-05-18T23:33:45.098Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2026-05-18T23:33:45.144Z | Compiling whoami v2.1.0 |
| 1632 | 2026-05-18T23:33:45.182Z | Compiling difflib v0.4.0 |
| 1633 | 2026-05-18T23:33:45.210Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-05-18T23:33:45.322Z | Compiling fixedbitset v0.4.2 |
| 1635 | 2026-05-18T23:33:45.457Z | Compiling either v1.15.0 |
| 1636 | 2026-05-18T23:33:45.550Z | Compiling keccak v0.1.6 |
| 1637 | 2026-05-18T23:33:45.556Z | Compiling petgraph v0.6.5 |
| 1638 | 2026-05-18T23:33:45.567Z | Compiling toml_edit v0.22.27 |
| 1639 | 2026-05-18T23:33:45.677Z | Compiling itertools v0.13.0 |
| 1640 | 2026-05-18T23:33:45.699Z | Compiling predicates v3.1.4 |
| 1641 | 2026-05-18T23:33:45.714Z | Compiling sha3 v0.10.8 |
| 1642 | 2026-05-18T23:33:45.727Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-05-18T23:33:45.774Z | Compiling hickory-proto v0.25.2 |
| 1644 | 2026-05-18T23:33:45.915Z | Compiling hyper-util v0.1.20 |
| 1645 | 2026-05-18T23:33:46.025Z | Compiling strum v0.26.3 |
| 1646 | 2026-05-18T23:33:46.094Z | Compiling clap v4.5.60 |
| 1647 | 2026-05-18T23:33:46.177Z | Compiling string_cache v0.8.9 |
| 1648 | 2026-05-18T23:33:46.193Z | Compiling petgraph v0.8.3 |
| 1649 | 2026-05-18T23:33:46.208Z | Compiling iddqd v0.3.18 |
| 1650 | 2026-05-18T23:33:46.383Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1651 | 2026-05-18T23:33:46.386Z | Compiling env_logger v0.11.9 |
| 1652 | 2026-05-18T23:33:46.424Z | Compiling usdt v0.6.0 |
| 1653 | 2026-05-18T23:33:46.440Z | Compiling usdt-impl v0.5.0 |
| 1654 | 2026-05-18T23:33:46.707Z | Compiling serde_with v3.17.0 |
| 1655 | 2026-05-18T23:33:46.783Z | Compiling crossterm v0.28.1 |
| 1656 | 2026-05-18T23:33:46.943Z | Compiling toml v0.7.8 |
| 1657 | 2026-05-18T23:33:47.051Z | Compiling ecdsa v0.16.9 |
| 1658 | 2026-05-18T23:33:47.093Z | Compiling rsa v0.9.10 |
| 1659 | 2026-05-18T23:33:47.382Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-05-18T23:33:47.458Z | Compiling ed25519-dalek v2.2.0 |
| 1661 | 2026-05-18T23:33:47.637Z | Compiling zip v4.6.1 |
| 1662 | 2026-05-18T23:33:47.955Z | Compiling zip v0.6.6 |
| 1663 | 2026-05-18T23:33:48.198Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1664 | 2026-05-18T23:33:48.371Z | Compiling tokio-stream v0.1.18 |
| 1665 | 2026-05-18T23:33:48.413Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-05-18T23:33:48.413Z | Compiling similar v2.7.0 |
| 1667 | 2026-05-18T23:33:48.443Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1668 | 2026-05-18T23:33:48.483Z | Compiling openapiv3 v2.2.0 |
| 1669 | 2026-05-18T23:33:48.600Z | Compiling x509-cert v0.2.5 |
| 1670 | 2026-05-18T23:33:48.651Z | Compiling sha1 v0.10.6 |
| 1671 | 2026-05-18T23:33:48.688Z | Compiling crossbeam-epoch v0.9.18 |
| 1672 | 2026-05-18T23:33:48.755Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1673 | 2026-05-18T23:33:48.855Z | Compiling lalrpop-util v0.19.12 |
| 1674 | 2026-05-18T23:33:48.913Z | Compiling peg-runtime v0.8.5 |
| 1675 | 2026-05-18T23:33:48.913Z | Compiling thread_local v1.1.9 |
| 1676 | 2026-05-18T23:33:49.039Z | Compiling slog-async v2.8.0 |
| 1677 | 2026-05-18T23:33:49.072Z | Compiling crossbeam-channel v0.5.15 |
| 1678 | 2026-05-18T23:33:49.209Z | Compiling filetime v0.2.27 |
| 1679 | 2026-05-18T23:33:49.209Z | Compiling is-terminal v0.4.17 |
| 1680 | 2026-05-18T23:33:49.245Z | Compiling term v1.2.1 |
| 1681 | 2026-05-18T23:33:49.245Z | Compiling take_mut v0.2.2 |
| 1682 | 2026-05-18T23:33:49.245Z | Compiling xattr v1.6.1 |
| 1683 | 2026-05-18T23:33:49.391Z | Compiling tar v0.4.45 |
| 1684 | 2026-05-18T23:33:49.561Z | Compiling slog-term v2.9.2 |
| 1685 | 2026-05-18T23:34:06.989Z | Compiling rustls-webpki v0.103.9 |
| 1686 | 2026-05-18T23:34:09.777Z | Compiling tokio-rustls v0.26.4 |
| 1687 | 2026-05-18T23:34:09.777Z | Compiling rustls-platform-verifier v0.6.2 |
| 1688 | 2026-05-18T23:34:09.992Z | Compiling hyper-rustls v0.27.7 |
| 1689 | 2026-05-18T23:34:10.178Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-05-18T23:34:10.178Z | Compiling reqwest v0.13.2 |
| 1691 | 2026-05-18T23:34:11.479Z | Compiling tough v0.22.0 |
| 1692 | 2026-05-18T23:34:13.884Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1693 | 2026-05-18T23:34:14.117Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1694 | 2026-05-18T23:34:16.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s |
| 1695 | 2026-05-18T23:34:17.084Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1696 | 2026-05-18T23:34:17.126Z | May 18 23:34:16.310 INFO Starting download, target: Cockroach |
| 1697 | 2026-05-18T23:34:17.126Z | May 18 23:34:16.311 INFO Starting download, target: Console |
| 1698 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Starting download, target: DendriteStub |
| 1699 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Starting download, target: Clickhouse |
| 1700 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Starting download, target: MaghemiteMgd |
| 1701 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Starting download, target: TransceiverControl |
| 1702 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1703 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1704 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1705 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1706 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1707 | 2026-05-18T23:34:17.134Z | May 18 23:34:16.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1708 | 2026-05-18T23:34:18.130Z | May 18 23:34:17.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1709 | 2026-05-18T23:34:18.194Z | May 18 23:34:17.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1710 | 2026-05-18T23:34:18.336Z | May 18 23:34:17.521 INFO Download complete, target: TransceiverControl |
| 1711 | 2026-05-18T23:34:18.426Z | May 18 23:34:17.608 INFO Download complete, target: Console |
| 1712 | 2026-05-18T23:34:19.026Z | May 18 23:34:18.210 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1713 | 2026-05-18T23:34:19.204Z | May 18 23:34:18.388 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-05-18T23:34:19.345Z | May 18 23:34:18.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1715 | 2026-05-18T23:34:19.645Z | May 18 23:34:18.831 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1716 | 2026-05-18T23:34:19.645Z | May 18 23:34:18.831 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1717 | 2026-05-18T23:34:21.694Z | May 18 23:34:20.884 INFO Download complete, target: MaghemiteMgd |
| 1718 | 2026-05-18T23:34:21.825Z | May 18 23:34:21.014 INFO Download complete, target: DendriteStub |
| 1719 | 2026-05-18T23:34:24.360Z | May 18 23:34:23.547 INFO Checking that binary works, target: Cockroach |
| 1720 | 2026-05-18T23:34:24.486Z | May 18 23:34:23.676 INFO Download complete, target: Cockroach |
| 1721 | 2026-05-18T23:34:25.831Z | May 18 23:34:25.021 INFO Checking that binary works, target: Clickhouse |
| 1722 | 2026-05-18T23:34:25.921Z | May 18 23:34:25.111 INFO Download complete, target: Clickhouse |
| 1723 | 2026-05-18T23:34:25.927Z | All prerequisites installed successfully |
| 1724 | 2026-05-18T23:34:25.930Z | |
| 1725 | 2026-05-18T23:34:25.930Z | real 2:00.112721010 |
| 1726 | 2026-05-18T23:34:25.930Z | user 6:55.294005638 |
| 1727 | 2026-05-18T23:34:25.930Z | sys 1:40.782521790 |
| 1728 | 2026-05-18T23:34:25.930Z | trap 0.256583806 |
| 1729 | 2026-05-18T23:34:25.930Z | tflt 1.955603847 |
| 1730 | 2026-05-18T23:34:25.930Z | dflt 2.210647726 |
| 1731 | 2026-05-18T23:34:25.930Z | kflt 0.049749123 |
| 1732 | 2026-05-18T23:34:25.930Z | lock 22:46.992426837 |
| 1733 | 2026-05-18T23:34:25.930Z | slp 19:02.715845229 |
| 1734 | 2026-05-18T23:34:25.930Z | lat 23.833326444 |
| 1735 | 2026-05-18T23:34:25.930Z | stop 2:51.240770867 |
| 1736 | 2026-05-18T23:34:25.930Z | + ptime -m cargo xtask download softnpu |
| 1737 | 2026-05-18T23:34:26.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1738 | 2026-05-18T23:34:26.502Z | Running `target/debug/xtask download softnpu` |
| 1739 | 2026-05-18T23:34:27.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1740 | 2026-05-18T23:34:27.336Z | Running `target/debug/xtask-downloader softnpu` |
| 1741 | 2026-05-18T23:34:27.378Z | May 18 23:34:26.567 INFO Starting download, target: Softnpu |
| 1742 | 2026-05-18T23:34:27.380Z | May 18 23:34:26.568 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1743 | 2026-05-18T23:34:27.853Z | May 18 23:34:27.043 INFO Download complete, target: Softnpu |
| 1744 | 2026-05-18T23:34:27.856Z | |
| 1745 | 2026-05-18T23:34:27.859Z | real 1.922734976 |
| 1746 | 2026-05-18T23:34:27.859Z | user 1.354928389 |
| 1747 | 2026-05-18T23:34:27.859Z | sys 0.662726140 |
| 1748 | 2026-05-18T23:34:27.859Z | trap 0.000583722 |
| 1749 | 2026-05-18T23:34:27.859Z | tflt 0.000137422 |
| 1750 | 2026-05-18T23:34:27.859Z | dflt 0.000089044 |
| 1751 | 2026-05-18T23:34:27.859Z | kflt 0.000000000 |
| 1752 | 2026-05-18T23:34:27.859Z | lock 8.445585773 |
| 1753 | 2026-05-18T23:34:27.859Z | slp 0.334680254 |
| 1754 | 2026-05-18T23:34:27.859Z | lat 0.081292280 |
| 1755 | 2026-05-18T23:34:27.859Z | stop 0.000166970 |
| 1756 | 2026-05-18T23:34:27.859Z | + export CARGO_INCREMENTAL=0 |
| 1757 | 2026-05-18T23:34:27.859Z | + CARGO_INCREMENTAL=0 |
| 1758 | 2026-05-18T23:34:27.859Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1759 | 2026-05-18T23:34:28.763Z | Compiling proc-macro2 v1.0.106 |
| 1760 | 2026-05-18T23:34:28.763Z | Compiling quote v1.0.45 |
| 1761 | 2026-05-18T23:34:28.763Z | Compiling unicode-ident v1.0.24 |
| 1762 | 2026-05-18T23:34:28.767Z | Compiling libc v0.2.185 |
| 1763 | 2026-05-18T23:34:28.767Z | Compiling serde_core v1.0.228 |
| 1764 | 2026-05-18T23:34:28.767Z | Compiling serde v1.0.228 |
| 1765 | 2026-05-18T23:34:28.767Z | Compiling cfg-if v1.0.4 |
| 1766 | 2026-05-18T23:34:28.909Z | Compiling version_check v0.9.5 |
| 1767 | 2026-05-18T23:34:28.921Z | Compiling shlex v1.3.0 |
| 1768 | 2026-05-18T23:34:28.935Z | Compiling find-msvc-tools v0.1.9 |
| 1769 | 2026-05-18T23:34:28.938Z | Compiling typenum v1.19.0 |
| 1770 | 2026-05-18T23:34:28.938Z | Compiling zmij v1.0.21 |
| 1771 | 2026-05-18T23:34:28.938Z | Compiling autocfg v1.5.0 |
| 1772 | 2026-05-18T23:34:28.938Z | Compiling serde_json v1.0.149 |
| 1773 | 2026-05-18T23:34:28.938Z | Compiling memchr v2.8.0 |
| 1774 | 2026-05-18T23:34:29.189Z | Compiling portable-atomic v1.13.1 |
| 1775 | 2026-05-18T23:34:29.244Z | Compiling libm v0.2.16 |
| 1776 | 2026-05-18T23:34:29.278Z | Compiling zerocopy v0.8.40 |
| 1777 | 2026-05-18T23:34:29.310Z | Compiling smallvec v1.15.1 |
| 1778 | 2026-05-18T23:34:29.313Z | Compiling parking_lot_core v0.9.12 |
| 1779 | 2026-05-18T23:34:29.348Z | Compiling icu_normalizer_data v2.1.1 |
| 1780 | 2026-05-18T23:34:29.351Z | Compiling icu_properties_data v2.1.2 |
| 1781 | 2026-05-18T23:34:29.409Z | Compiling generic-array v0.14.7 |
| 1782 | 2026-05-18T23:34:29.483Z | Compiling num-traits v0.2.19 |
| 1783 | 2026-05-18T23:34:29.499Z | Compiling itoa v1.0.17 |
| 1784 | 2026-05-18T23:34:29.613Z | Compiling getrandom v0.4.1 |
| 1785 | 2026-05-18T23:34:29.618Z | Compiling log v0.4.29 |
| 1786 | 2026-05-18T23:34:29.658Z | Compiling stable_deref_trait v1.2.1 |
| 1787 | 2026-05-18T23:34:29.668Z | Compiling pkg-config v0.3.32 |
| 1788 | 2026-05-18T23:34:29.716Z | Compiling subtle v2.6.1 |
| 1789 | 2026-05-18T23:34:29.869Z | Compiling scopeguard v1.2.0 |
| 1790 | 2026-05-18T23:34:29.920Z | Compiling percent-encoding v2.3.2 |
| 1791 | 2026-05-18T23:34:29.933Z | Compiling writeable v0.6.2 |
| 1792 | 2026-05-18T23:34:29.949Z | Compiling litemap v0.8.1 |
| 1793 | 2026-05-18T23:34:30.041Z | Compiling jobserver v0.1.34 |
| 1794 | 2026-05-18T23:34:30.081Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-05-18T23:34:30.106Z | Compiling lock_api v0.4.14 |
| 1796 | 2026-05-18T23:34:30.179Z | Compiling errno v0.3.14 |
| 1797 | 2026-05-18T23:34:30.245Z | Compiling cc v1.2.56 |
| 1798 | 2026-05-18T23:34:30.284Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-18T23:34:30.322Z | Compiling syn v2.0.117 |
| 1800 | 2026-05-18T23:34:30.368Z | Compiling pin-project-lite v0.2.17 |
| 1801 | 2026-05-18T23:34:30.392Z | Compiling fnv v1.0.7 |
| 1802 | 2026-05-18T23:34:30.433Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-05-18T23:34:30.510Z | Compiling getrandom v0.3.4 |
| 1804 | 2026-05-18T23:34:30.541Z | Compiling fs_extra v1.3.0 |
| 1805 | 2026-05-18T23:34:30.553Z | Compiling dunce v1.0.5 |
| 1806 | 2026-05-18T23:34:30.581Z | Compiling equivalent v1.0.2 |
| 1807 | 2026-05-18T23:34:30.598Z | Compiling schemars v0.8.22 |
| 1808 | 2026-05-18T23:34:30.611Z | Compiling rustversion v1.0.22 |
| 1809 | 2026-05-18T23:34:30.666Z | Compiling rand_core v0.10.0 |
| 1810 | 2026-05-18T23:34:30.680Z | Compiling utf8_iter v1.0.4 |
| 1811 | 2026-05-18T23:34:30.788Z | Compiling form_urlencoded v1.2.2 |
| 1812 | 2026-05-18T23:34:30.844Z | Compiling critical-section v1.2.0 |
| 1813 | 2026-05-18T23:34:30.848Z | Compiling signal-hook-registry v1.4.8 |
| 1814 | 2026-05-18T23:34:30.976Z | Compiling cmake v0.1.57 |
| 1815 | 2026-05-18T23:34:30.987Z | Compiling rustix v1.1.3 |
| 1816 | 2026-05-18T23:34:30.991Z | Compiling hashbrown v0.17.0 |
| 1817 | 2026-05-18T23:34:31.082Z | Compiling socket2 v0.6.3 |
| 1818 | 2026-05-18T23:34:31.329Z | Compiling bitflags v2.11.0 |
| 1819 | 2026-05-18T23:34:31.344Z | Compiling semver v1.0.28 |
| 1820 | 2026-05-18T23:34:31.372Z | Compiling once_cell v1.21.3 |
| 1821 | 2026-05-18T23:34:31.385Z | Compiling parking_lot v0.12.5 |
| 1822 | 2026-05-18T23:34:31.403Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-18T23:34:31.463Z | Compiling const-oid v0.9.6 |
| 1824 | 2026-05-18T23:34:31.558Z | Compiling indexmap v2.14.0 |
| 1825 | 2026-05-18T23:34:31.599Z | Compiling ring v0.17.14 |
| 1826 | 2026-05-18T23:34:31.606Z | Compiling aws-lc-sys v0.40.0 |
| 1827 | 2026-05-18T23:34:31.699Z | Compiling aws-lc-rs v1.16.3 |
| 1828 | 2026-05-18T23:34:31.709Z | Compiling futures-core v0.3.32 |
| 1829 | 2026-05-18T23:34:31.724Z | Compiling httparse v1.10.1 |
| 1830 | 2026-05-18T23:34:31.928Z | Compiling vcpkg v0.2.15 |
| 1831 | 2026-05-18T23:34:31.959Z | Compiling strsim v0.11.1 |
| 1832 | 2026-05-18T23:34:31.959Z | Compiling thiserror v1.0.69 |
| 1833 | 2026-05-18T23:34:32.125Z | Compiling ucd-trie v0.1.7 |
| 1834 | 2026-05-18T23:34:32.218Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-05-18T23:34:32.218Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-05-18T23:34:32.283Z | Compiling pest v2.8.6 |
| 1837 | 2026-05-18T23:34:32.343Z | Compiling ident_case v1.0.1 |
| 1838 | 2026-05-18T23:34:32.343Z | Compiling regex-syntax v0.8.10 |
| 1839 | 2026-05-18T23:34:32.416Z | Compiling syn v1.0.109 |
| 1840 | 2026-05-18T23:34:32.416Z | Compiling heck v0.5.0 |
| 1841 | 2026-05-18T23:34:32.416Z | Compiling uuid v1.23.0 |
| 1842 | 2026-05-18T23:34:32.487Z | Compiling rustls v0.23.37 |
| 1843 | 2026-05-18T23:34:32.487Z | Compiling cpufeatures v0.2.17 |
| 1844 | 2026-05-18T23:34:32.534Z | Compiling openssl-sys v0.9.115 |
| 1845 | 2026-05-18T23:34:32.657Z | Compiling futures-sink v0.3.32 |
| 1846 | 2026-05-18T23:34:32.684Z | Compiling rustc_version v0.4.1 |
| 1847 | 2026-05-18T23:34:32.744Z | Compiling futures-channel v0.3.32 |
| 1848 | 2026-05-18T23:34:32.795Z | Compiling slab v0.4.12 |
| 1849 | 2026-05-18T23:34:32.820Z | Compiling futures-task v0.3.32 |
| 1850 | 2026-05-18T23:34:32.991Z | Compiling futures-io v0.3.32 |
| 1851 | 2026-05-18T23:34:33.052Z | Compiling aho-corasick v1.1.4 |
| 1852 | 2026-05-18T23:34:33.052Z | Compiling dyn-clone v1.0.20 |
| 1853 | 2026-05-18T23:34:33.121Z | Compiling synstructure v0.13.2 |
| 1854 | 2026-05-18T23:34:33.173Z | Compiling serde_derive_internals v0.29.1 |
| 1855 | 2026-05-18T23:34:33.355Z | Compiling pest_meta v2.8.6 |
| 1856 | 2026-05-18T23:34:33.380Z | Compiling openssl v0.10.79 |
| 1857 | 2026-05-18T23:34:33.412Z | Compiling crc32fast v1.5.0 |
| 1858 | 2026-05-18T23:34:33.461Z | Compiling base64 v0.22.1 |
| 1859 | 2026-05-18T23:34:33.497Z | Compiling plain v0.2.3 |
| 1860 | 2026-05-18T23:34:33.682Z | Compiling crossbeam-utils v0.8.21 |
| 1861 | 2026-05-18T23:34:33.708Z | Compiling time-core v0.1.8 |
| 1862 | 2026-05-18T23:34:33.737Z | Compiling num-conv v0.2.0 |
| 1863 | 2026-05-18T23:34:33.807Z | Compiling pretty-hex v0.4.1 |
| 1864 | 2026-05-18T23:34:33.851Z | Compiling native-tls v0.2.18 |
| 1865 | 2026-05-18T23:34:33.851Z | Compiling time-macros v0.2.27 |
| 1866 | 2026-05-18T23:34:33.934Z | Compiling regex-automata v0.4.14 |
| 1867 | 2026-05-18T23:34:34.024Z | Compiling pest_generator v2.8.6 |
| 1868 | 2026-05-18T23:34:34.056Z | Compiling anyhow v1.0.102 |
| 1869 | 2026-05-18T23:34:34.056Z | Compiling base64ct v1.8.3 |
| 1870 | 2026-05-18T23:34:34.056Z | Compiling darling_core v0.21.3 |
| 1871 | 2026-05-18T23:34:34.125Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1872 | 2026-05-18T23:34:34.243Z | Compiling tracing-core v0.1.36 |
| 1873 | 2026-05-18T23:34:34.307Z | Compiling pem-rfc7468 v0.7.0 |
| 1874 | 2026-05-18T23:34:34.361Z | Compiling serde_derive v1.0.228 |
| 1875 | 2026-05-18T23:34:34.434Z | Compiling zeroize_derive v1.4.3 |
| 1876 | 2026-05-18T23:34:34.457Z | Compiling zerofrom-derive v0.1.6 |
| 1877 | 2026-05-18T23:34:34.497Z | Compiling yoke-derive v0.8.1 |
| 1878 | 2026-05-18T23:34:34.529Z | Compiling zerovec-derive v0.11.2 |
| 1879 | 2026-05-18T23:34:34.584Z | Compiling displaydoc v0.2.5 |
| 1880 | 2026-05-18T23:34:34.613Z | Compiling zerocopy-derive v0.8.40 |
| 1881 | 2026-05-18T23:34:34.636Z | Compiling tokio-macros v2.7.0 |
| 1882 | 2026-05-18T23:34:34.860Z | Compiling futures-macro v0.3.32 |
| 1883 | 2026-05-18T23:34:35.052Z | Compiling zeroize v1.8.2 |
| 1884 | 2026-05-18T23:34:35.319Z | Compiling thiserror-impl v2.0.18 |
| 1885 | 2026-05-18T23:34:35.335Z | Compiling schemars_derive v0.8.22 |
| 1886 | 2026-05-18T23:34:35.486Z | Compiling tracing-attributes v0.1.31 |
| 1887 | 2026-05-18T23:34:35.582Z | Compiling der_derive v0.7.3 |
| 1888 | 2026-05-18T23:34:35.634Z | Compiling zerofrom v0.1.6 |
| 1889 | 2026-05-18T23:34:35.776Z | Compiling yoke v0.8.1 |
| 1890 | 2026-05-18T23:34:35.880Z | Compiling crypto-common v0.1.7 |
| 1891 | 2026-05-18T23:34:35.970Z | Compiling zerovec v0.11.5 |
| 1892 | 2026-05-18T23:34:35.984Z | Compiling zerotrie v0.2.3 |
| 1893 | 2026-05-18T23:34:36.172Z | Compiling block-buffer v0.10.4 |
| 1894 | 2026-05-18T23:34:36.337Z | Compiling digest v0.10.7 |
| 1895 | 2026-05-18T23:34:36.450Z | Compiling thiserror-impl v1.0.69 |
| 1896 | 2026-05-18T23:34:36.490Z | Compiling tinystr v0.8.2 |
| 1897 | 2026-05-18T23:34:36.535Z | Compiling potential_utf v0.1.4 |
| 1898 | 2026-05-18T23:34:36.574Z | Compiling pest_derive v2.8.6 |
| 1899 | 2026-05-18T23:34:36.626Z | Compiling futures-util v0.3.32 |
| 1900 | 2026-05-18T23:34:36.626Z | Compiling hmac v0.12.1 |
| 1901 | 2026-05-18T23:34:36.645Z | Compiling icu_collections v2.1.1 |
| 1902 | 2026-05-18T23:34:36.695Z | Compiling icu_locale_core v2.1.1 |
| 1903 | 2026-05-18T23:34:36.931Z | Compiling block-padding v0.3.3 |
| 1904 | 2026-05-18T23:34:36.991Z | Compiling rustls-pki-types v1.14.0 |
| 1905 | 2026-05-18T23:34:37.362Z | Compiling inout v0.1.4 |
| 1906 | 2026-05-18T23:34:37.382Z | Compiling openssl-macros v0.1.1 |
| 1907 | 2026-05-18T23:34:37.400Z | Compiling sha2 v0.10.9 |
| 1908 | 2026-05-18T23:34:37.525Z | Compiling bytes v1.11.1 |
| 1909 | 2026-05-18T23:34:37.541Z | Compiling icu_provider v2.1.1 |
| 1910 | 2026-05-18T23:34:37.619Z | Compiling chrono v0.4.44 |
| 1911 | 2026-05-18T23:34:37.752Z | Compiling serde_tokenstream v0.2.3 |
| 1912 | 2026-05-18T23:34:37.777Z | Compiling cipher v0.4.4 |
| 1913 | 2026-05-18T23:34:37.830Z | Compiling icu_normalizer v2.1.1 |
| 1914 | 2026-05-18T23:34:37.957Z | Compiling icu_properties v2.1.2 |
| 1915 | 2026-05-18T23:34:38.058Z | Compiling tokio v1.52.1 |
| 1916 | 2026-05-18T23:34:38.484Z | Compiling scroll_derive v0.12.1 |
| 1917 | 2026-05-18T23:34:38.608Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-05-18T23:34:39.016Z | Compiling idna_adapter v1.2.1 |
| 1919 | 2026-05-18T23:34:39.086Z | Compiling ppv-lite86 v0.2.21 |
| 1920 | 2026-05-18T23:34:39.179Z | Compiling idna v1.1.0 |
| 1921 | 2026-05-18T23:34:39.230Z | Compiling http v1.4.0 |
| 1922 | 2026-05-18T23:34:39.233Z | Compiling flagset v0.4.7 |
| 1923 | 2026-05-18T23:34:39.404Z | Compiling untrusted v0.9.0 |
| 1924 | 2026-05-18T23:34:39.420Z | Compiling der v0.7.10 |
| 1925 | 2026-05-18T23:34:39.454Z | Compiling tracing v0.1.44 |
| 1926 | 2026-05-18T23:34:39.506Z | Compiling url v2.5.8 |
| 1927 | 2026-05-18T23:34:39.606Z | Compiling darling_macro v0.21.3 |
| 1928 | 2026-05-18T23:34:39.702Z | Compiling regex v1.12.3 |
| 1929 | 2026-05-18T23:34:39.737Z | Compiling zerocopy-derive v0.7.35 |
| 1930 | 2026-05-18T23:34:39.899Z | Compiling rand_core v0.9.5 |
| 1931 | 2026-05-18T23:34:40.120Z | Compiling slog v2.8.2 |
| 1932 | 2026-05-18T23:34:40.523Z | Compiling spki v0.7.3 |
| 1933 | 2026-05-18T23:34:40.557Z | Compiling darling v0.21.3 |
| 1934 | 2026-05-18T23:34:40.573Z | Compiling salsa20 v0.10.2 |
| 1935 | 2026-05-18T23:34:40.655Z | Compiling pbkdf2 v0.12.2 |
| 1936 | 2026-05-18T23:34:41.139Z | Compiling cookie v0.18.1 |
| 1937 | 2026-05-18T23:34:41.263Z | Compiling camino v1.2.2 |
| 1938 | 2026-05-18T23:34:41.473Z | Compiling scrypt v0.11.0 |
| 1939 | 2026-05-18T23:34:41.505Z | Compiling http-body v1.0.1 |
| 1940 | 2026-05-18T23:34:41.538Z | Compiling rand_chacha v0.9.0 |
| 1941 | 2026-05-18T23:34:41.698Z | Compiling aes v0.8.4 |
| 1942 | 2026-05-18T23:34:41.722Z | Compiling cbc v0.1.2 |
| 1943 | 2026-05-18T23:34:41.816Z | Compiling usdt-impl v0.5.0 |
| 1944 | 2026-05-18T23:34:41.874Z | Compiling atomic-waker v1.1.2 |
| 1945 | 2026-05-18T23:34:41.918Z | Compiling winnow v0.7.14 |
| 1946 | 2026-05-18T23:34:41.974Z | Compiling tokio-util v0.7.18 |
| 1947 | 2026-05-18T23:34:41.990Z | Compiling paste v1.0.15 |
| 1948 | 2026-05-18T23:34:42.012Z | Compiling usdt-impl v0.6.0 |
| 1949 | 2026-05-18T23:34:42.028Z | Compiling openssl-probe v0.2.1 |
| 1950 | 2026-05-18T23:34:42.044Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-18T23:34:42.152Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-18T23:34:42.210Z | Compiling unicode-segmentation v1.12.0 |
| 1953 | 2026-05-18T23:34:42.244Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-18T23:34:42.270Z | Compiling either v1.15.0 |
| 1955 | 2026-05-18T23:34:42.372Z | Compiling tinyvec v1.10.0 |
| 1956 | 2026-05-18T23:34:42.394Z | Compiling pkcs5 v0.7.1 |
| 1957 | 2026-05-18T23:34:42.612Z | Compiling rand v0.9.2 |
| 1958 | 2026-05-18T23:34:42.929Z | Compiling scroll v0.13.0 |
| 1959 | 2026-05-18T23:34:43.081Z | Compiling scroll v0.12.0 |
| 1960 | 2026-05-18T23:34:43.122Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-05-18T23:34:43.206Z | Compiling serde_spanned v0.6.9 |
| 1962 | 2026-05-18T23:34:43.223Z | Compiling async-trait v0.1.89 |
| 1963 | 2026-05-18T23:34:43.246Z | Compiling heapless v0.7.17 |
| 1964 | 2026-05-18T23:34:43.355Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1965 | 2026-05-18T23:34:43.386Z | Compiling zstd-safe v7.2.4 |
| 1966 | 2026-05-18T23:34:43.417Z | Compiling signal-hook v0.3.18 |
| 1967 | 2026-05-18T23:34:43.514Z | Compiling tower-service v0.3.3 |
| 1968 | 2026-05-18T23:34:43.525Z | Compiling tower-layer v0.3.3 |
| 1969 | 2026-05-18T23:34:43.621Z | Compiling fastrand v2.3.0 |
| 1970 | 2026-05-18T23:34:43.691Z | Compiling try-lock v0.2.5 |
| 1971 | 2026-05-18T23:34:43.807Z | Compiling want v0.3.1 |
| 1972 | 2026-05-18T23:34:43.807Z | Compiling h2 v0.4.13 |
| 1973 | 2026-05-18T23:34:43.894Z | Compiling goblin v0.8.2 |
| 1974 | 2026-05-18T23:34:44.004Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1975 | 2026-05-18T23:34:44.021Z | Compiling goblin v0.10.5 |
| 1976 | 2026-05-18T23:34:44.150Z | Compiling pkcs8 v0.10.2 |
| 1977 | 2026-05-18T23:34:44.185Z | Compiling heck v0.4.1 |
| 1978 | 2026-05-18T23:34:44.408Z | Compiling zerocopy v0.7.35 |
| 1979 | 2026-05-18T23:34:44.421Z | Compiling ipnet v2.11.0 |
| 1980 | 2026-05-18T23:34:44.584Z | Compiling ref-cast-impl v1.0.25 |
| 1981 | 2026-05-18T23:34:44.670Z | Compiling darling_core v0.20.11 |
| 1982 | 2026-05-18T23:34:44.871Z | Compiling curve25519-dalek v4.1.3 |
| 1983 | 2026-05-18T23:34:44.969Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1984 | 2026-05-18T23:34:45.141Z | Compiling memoffset v0.9.1 |
| 1985 | 2026-05-18T23:34:45.159Z | Compiling pin-utils v0.1.0 |
| 1986 | 2026-05-18T23:34:45.248Z | Compiling httpdate v1.0.3 |
| 1987 | 2026-05-18T23:34:45.360Z | Compiling rustix v0.38.44 |
| 1988 | 2026-05-18T23:34:45.421Z | Compiling foreign-types-shared v0.1.1 |
| 1989 | 2026-05-18T23:34:45.694Z | Compiling litrs v1.0.0 |
| 1990 | 2026-05-18T23:34:45.718Z | Compiling winnow v0.5.40 |
| 1991 | 2026-05-18T23:34:45.800Z | Compiling tempfile v3.25.0 |
| 1992 | 2026-05-18T23:34:45.824Z | Compiling foreign-types v0.3.2 |
| 1993 | 2026-05-18T23:34:46.145Z | Compiling dof v0.3.0 |
| 1994 | 2026-05-18T23:34:46.161Z | Compiling document-features v0.2.12 |
| 1995 | 2026-05-18T23:34:46.550Z | Compiling unicode-normalization v0.1.25 |
| 1996 | 2026-05-18T23:34:46.640Z | Compiling darling_macro v0.20.11 |
| 1997 | 2026-05-18T23:34:46.700Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-05-18T23:34:46.741Z | Compiling dof v0.4.0 |
| 1999 | 2026-05-18T23:34:46.788Z | Compiling hyper v1.8.1 |
| 2000 | 2026-05-18T23:34:47.019Z | Compiling toml_edit v0.19.15 |
| 2001 | 2026-05-18T23:34:47.053Z | Compiling dtrace-parser v0.3.0 |
| 2002 | 2026-05-18T23:34:47.139Z | Compiling pin-project-internal v1.1.11 |
| 2003 | 2026-05-18T23:34:47.204Z | Compiling daft-derive v0.1.5 |
| 2004 | 2026-05-18T23:34:47.306Z | Compiling spin v0.9.8 |
| 2005 | 2026-05-18T23:34:47.323Z | Compiling thread-id v5.1.0 |
| 2006 | 2026-05-18T23:34:47.352Z | Compiling thread-id v4.2.2 |
| 2007 | 2026-05-18T23:34:47.419Z | Compiling cfg_aliases v0.2.1 |
| 2008 | 2026-05-18T23:34:47.453Z | Compiling smoltcp v0.9.1 |
| 2009 | 2026-05-18T23:34:47.518Z | Compiling num-bigint-dig v0.8.6 |
| 2010 | 2026-05-18T23:34:47.536Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-18T23:34:47.724Z | Compiling deranged v0.5.8 |
| 2012 | 2026-05-18T23:34:47.788Z | Compiling nix v0.31.2 |
| 2013 | 2026-05-18T23:34:47.897Z | Compiling hyper-util v0.1.20 |
| 2014 | 2026-05-18T23:34:48.169Z | Compiling darling v0.20.11 |
| 2015 | 2026-05-18T23:34:48.333Z | Compiling rustls-native-certs v0.8.3 |
| 2016 | 2026-05-18T23:34:48.377Z | Compiling ipnetwork v0.21.1 |
| 2017 | 2026-05-18T23:34:48.753Z | Compiling strum_macros v0.26.4 |
| 2018 | 2026-05-18T23:34:48.769Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2019 | 2026-05-18T23:34:48.979Z | Compiling sync_wrapper v1.0.2 |
| 2020 | 2026-05-18T23:34:49.103Z | Compiling wait-timeout v0.2.1 |
| 2021 | 2026-05-18T23:34:49.347Z | Compiling siphasher v1.0.2 |
| 2022 | 2026-05-18T23:34:49.423Z | Compiling bit-vec v0.8.0 |
| 2023 | 2026-05-18T23:34:49.562Z | Compiling anstyle v1.0.13 |
| 2024 | 2026-05-18T23:34:49.579Z | Compiling quick-error v1.2.3 |
| 2025 | 2026-05-18T23:34:49.618Z | Compiling utf8parse v0.2.2 |
| 2026 | 2026-05-18T23:34:49.682Z | Compiling num_threads v0.1.7 |
| 2027 | 2026-05-18T23:34:49.793Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-18T23:34:49.809Z | Compiling anstyle-parse v0.2.7 |
| 2029 | 2026-05-18T23:34:49.883Z | Compiling time v0.3.47 |
| 2030 | 2026-05-18T23:34:49.919Z | Compiling rusty-fork v0.3.1 |
| 2031 | 2026-05-18T23:34:50.005Z | Compiling bit-set v0.8.0 |
| 2032 | 2026-05-18T23:34:50.057Z | Compiling tower v0.5.3 |
| 2033 | 2026-05-18T23:34:50.450Z | Compiling derive_builder_core v0.20.2 |
| 2034 | 2026-05-18T23:34:50.495Z | Compiling snafu-derive v0.8.9 |
| 2035 | 2026-05-18T23:34:50.554Z | Compiling http-body-util v0.1.3 |
| 2036 | 2026-05-18T23:34:50.871Z | Compiling webpki-roots v1.0.6 |
| 2037 | 2026-05-18T23:34:50.903Z | Compiling rand_xorshift v0.4.0 |
| 2038 | 2026-05-18T23:34:50.998Z | Compiling signature v2.2.0 |
| 2039 | 2026-05-18T23:34:50.999Z | Compiling hubpack_derive v0.1.1 |
| 2040 | 2026-05-18T23:34:51.036Z | Compiling strum_macros v0.27.2 |
| 2041 | 2026-05-18T23:34:51.257Z | Compiling fs-err v3.3.0 |
| 2042 | 2026-05-18T23:34:51.344Z | Compiling ahash v0.8.12 |
| 2043 | 2026-05-18T23:34:51.427Z | Compiling object v0.37.3 |
| 2044 | 2026-05-18T23:34:51.493Z | Compiling unarray v0.1.4 |
| 2045 | 2026-05-18T23:34:51.520Z | Compiling anstyle-query v1.1.5 |
| 2046 | 2026-05-18T23:34:51.572Z | Compiling is_terminal_polyfill v1.70.2 |
| 2047 | 2026-05-18T23:34:51.611Z | Compiling ryu v1.0.23 |
| 2048 | 2026-05-18T23:34:51.633Z | Compiling allocator-api2 v0.2.21 |
| 2049 | 2026-05-18T23:34:51.633Z | Compiling colorchoice v1.0.4 |
| 2050 | 2026-05-18T23:34:51.703Z | Compiling unicode-properties v0.1.4 |
| 2051 | 2026-05-18T23:34:51.748Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-05-18T23:34:51.824Z | Compiling iri-string v0.7.10 |
| 2053 | 2026-05-18T23:34:51.873Z | Compiling unicode-bidi v0.3.18 |
| 2054 | 2026-05-18T23:34:51.892Z | Compiling miniz_oxide v0.8.9 |
| 2055 | 2026-05-18T23:34:51.939Z | Compiling serde_urlencoded v0.7.1 |
| 2056 | 2026-05-18T23:34:52.076Z | Compiling anstream v0.6.21 |
| 2057 | 2026-05-18T23:34:52.161Z | Compiling proptest v1.10.0 |
| 2058 | 2026-05-18T23:34:52.223Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-05-18T23:34:52.366Z | Compiling derive_builder_macro v0.20.2 |
| 2060 | 2026-05-18T23:34:52.430Z | Compiling tokio-native-tls v0.3.1 |
| 2061 | 2026-05-18T23:34:52.601Z | Compiling usdt-attr-macro v0.6.0 |
| 2062 | 2026-05-18T23:34:52.623Z | Compiling usdt-macro v0.6.0 |
| 2063 | 2026-05-18T23:34:52.936Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-05-18T23:34:53.054Z | Compiling rand_chacha v0.3.1 |
| 2065 | 2026-05-18T23:34:53.126Z | Compiling erased-serde v0.3.31 |
| 2066 | 2026-05-18T23:34:53.167Z | Compiling md-5 v0.10.6 |
| 2067 | 2026-05-18T23:34:53.183Z | Compiling bstr v1.12.1 |
| 2068 | 2026-05-18T23:34:53.355Z | Compiling num-integer v0.1.46 |
| 2069 | 2026-05-18T23:34:53.372Z | Compiling hash32 v0.2.1 |
| 2070 | 2026-05-18T23:34:53.390Z | Compiling vergen-lib v0.1.6 |
| 2071 | 2026-05-18T23:34:53.432Z | Compiling ff v0.13.1 |
| 2072 | 2026-05-18T23:34:53.541Z | Compiling zlib-rs v0.6.2 |
| 2073 | 2026-05-18T23:34:53.580Z | Compiling psl-types v2.0.11 |
| 2074 | 2026-05-18T23:34:53.598Z | Compiling fallible-iterator v0.2.0 |
| 2075 | 2026-05-18T23:34:53.684Z | Compiling base16ct v0.2.0 |
| 2076 | 2026-05-18T23:34:53.718Z | Compiling publicsuffix v2.3.0 |
| 2077 | 2026-05-18T23:34:53.770Z | Compiling num-iter v0.1.45 |
| 2078 | 2026-05-18T23:34:53.812Z | Compiling sec1 v0.7.3 |
| 2079 | 2026-05-18T23:34:53.861Z | Compiling group v0.13.0 |
| 2080 | 2026-05-18T23:34:53.902Z | Compiling postgres-protocol v0.6.10 |
| 2081 | 2026-05-18T23:34:53.944Z | Compiling rand v0.8.6 |
| 2082 | 2026-05-18T23:34:54.082Z | Compiling oxnet v0.1.4 |
| 2083 | 2026-05-18T23:34:54.358Z | Compiling newtype-uuid v1.3.2 |
| 2084 | 2026-05-18T23:34:54.482Z | Compiling derive_builder v0.20.2 |
| 2085 | 2026-05-18T23:34:54.588Z | Compiling hyper-tls v0.6.0 |
| 2086 | 2026-05-18T23:34:54.637Z | Compiling phf_shared v0.13.1 |
| 2087 | 2026-05-18T23:34:54.677Z | Compiling pin-project v1.1.11 |
| 2088 | 2026-05-18T23:34:54.793Z | Compiling lazy_static v1.5.0 |
| 2089 | 2026-05-18T23:34:54.903Z | Compiling terminal_size v0.4.3 |
| 2090 | 2026-05-18T23:34:54.931Z | Compiling serde_with_macros v3.17.0 |
| 2091 | 2026-05-18T23:34:54.947Z | Compiling futures-executor v0.3.32 |
| 2092 | 2026-05-18T23:34:54.951Z | Compiling hex v0.4.3 |
| 2093 | 2026-05-18T23:34:54.975Z | Compiling cargo-platform v0.1.9 |
| 2094 | 2026-05-18T23:34:55.232Z | Compiling hkdf v0.12.4 |
| 2095 | 2026-05-18T23:34:55.246Z | Compiling crypto-bigint v0.5.5 |
| 2096 | 2026-05-18T23:34:55.294Z | Compiling clap_derive v4.5.55 |
| 2097 | 2026-05-18T23:34:55.391Z | Compiling serde_repr v0.1.20 |
| 2098 | 2026-05-18T23:34:55.487Z | Compiling enum-as-inner v0.6.1 |
| 2099 | 2026-05-18T23:34:55.525Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-05-18T23:34:55.606Z | Compiling vergen v9.0.6 |
| 2101 | 2026-05-18T23:34:55.814Z | Compiling flate2 v1.1.9 |
| 2102 | 2026-05-18T23:34:55.921Z | Compiling encoding_rs v0.8.35 |
| 2103 | 2026-05-18T23:34:56.028Z | Compiling same-file v1.0.6 |
| 2104 | 2026-05-18T23:34:56.080Z | Compiling managed v0.8.0 |
| 2105 | 2026-05-18T23:34:56.197Z | Compiling foldhash v0.2.0 |
| 2106 | 2026-05-18T23:34:56.214Z | Compiling bumpalo v3.20.2 |
| 2107 | 2026-05-18T23:34:56.329Z | Compiling mime v0.3.17 |
| 2108 | 2026-05-18T23:34:56.358Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-05-18T23:34:56.376Z | Compiling foldhash v0.1.5 |
| 2110 | 2026-05-18T23:34:56.424Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-05-18T23:34:56.469Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-05-18T23:34:56.498Z | Compiling zopfli v0.8.3 |
| 2113 | 2026-05-18T23:34:56.585Z | Compiling clap_builder v4.5.60 |
| 2114 | 2026-05-18T23:34:56.588Z | Compiling hashbrown v0.15.5 |
| 2115 | 2026-05-18T23:34:56.855Z | Compiling bzip2 v0.6.1 |
| 2116 | 2026-05-18T23:34:56.928Z | Compiling hashbrown v0.16.1 |
| 2117 | 2026-05-18T23:34:57.057Z | Compiling walkdir v2.5.0 |
| 2118 | 2026-05-18T23:34:57.075Z | Compiling elliptic-curve v0.13.8 |
| 2119 | 2026-05-18T23:34:57.195Z | Compiling zstd v0.13.3 |
| 2120 | 2026-05-18T23:34:57.223Z | Compiling cargo_metadata v0.19.2 |
| 2121 | 2026-05-18T23:34:57.331Z | Compiling futures v0.3.32 |
| 2122 | 2026-05-18T23:34:57.506Z | Compiling phf v0.13.1 |
| 2123 | 2026-05-18T23:34:57.544Z | Compiling snafu v0.8.9 |
| 2124 | 2026-05-18T23:34:57.643Z | Compiling signal-hook-mio v0.2.5 |
| 2125 | 2026-05-18T23:34:57.771Z | Compiling daft v0.1.5 |
| 2126 | 2026-05-18T23:34:57.786Z | Compiling cookie_store v0.22.1 |
| 2127 | 2026-05-18T23:34:57.895Z | Compiling postgres-types v0.2.12 |
| 2128 | 2026-05-18T23:34:57.996Z | Compiling bzip2 v0.4.4 |
| 2129 | 2026-05-18T23:34:58.060Z | Compiling globset v0.4.18 |
| 2130 | 2026-05-18T23:34:58.368Z | Compiling strum v0.27.2 |
| 2131 | 2026-05-18T23:34:58.512Z | Compiling hubpack v0.1.2 |
| 2132 | 2026-05-18T23:34:58.516Z | Compiling ed25519 v2.2.3 |
| 2133 | 2026-05-18T23:34:58.530Z | Compiling phf_shared v0.11.3 |
| 2134 | 2026-05-18T23:34:58.614Z | Compiling crossbeam-epoch v0.9.18 |
| 2135 | 2026-05-18T23:34:58.676Z | Compiling olpc-cjson v0.1.4 |
| 2136 | 2026-05-18T23:34:58.788Z | Compiling pkcs1 v0.7.5 |
| 2137 | 2026-05-18T23:34:58.802Z | Compiling pem v3.0.6 |
| 2138 | 2026-05-18T23:34:58.853Z | Compiling serde-big-array v0.5.1 |
| 2139 | 2026-05-18T23:34:58.951Z | Compiling serde_plain v1.0.2 |
| 2140 | 2026-05-18T23:34:58.968Z | Compiling rfc6979 v0.4.0 |
| 2141 | 2026-05-18T23:34:59.019Z | Compiling float-cmp v0.10.0 |
| 2142 | 2026-05-18T23:34:59.044Z | Compiling memmap2 v0.9.10 |
| 2143 | 2026-05-18T23:34:59.111Z | Compiling env_filter v1.0.0 |
| 2144 | 2026-05-18T23:34:59.145Z | Compiling keccak v0.1.6 |
| 2145 | 2026-05-18T23:34:59.173Z | Compiling fixedbitset v0.4.2 |
| 2146 | 2026-05-18T23:34:59.176Z | Compiling predicates-core v1.0.10 |
| 2147 | 2026-05-18T23:34:59.204Z | Compiling new_debug_unreachable v1.0.6 |
| 2148 | 2026-05-18T23:34:59.269Z | Compiling normalize-line-endings v0.3.0 |
| 2149 | 2026-05-18T23:34:59.290Z | Compiling data-encoding v2.10.0 |
| 2150 | 2026-05-18T23:34:59.362Z | Compiling precomputed-hash v0.1.1 |
| 2151 | 2026-05-18T23:34:59.380Z | Compiling static_assertions v1.1.0 |
| 2152 | 2026-05-18T23:34:59.396Z | Compiling typed-path v0.9.3 |
| 2153 | 2026-05-18T23:34:59.399Z | Compiling whoami v2.1.0 |
| 2154 | 2026-05-18T23:34:59.399Z | Compiling difflib v0.4.0 |
| 2155 | 2026-05-18T23:34:59.480Z | Compiling fixedbitset v0.5.7 |
| 2156 | 2026-05-18T23:34:59.607Z | Compiling rustc-hash v2.1.1 |
| 2157 | 2026-05-18T23:34:59.663Z | Compiling jiff v0.2.21 |
| 2158 | 2026-05-18T23:34:59.692Z | Compiling toml_write v0.1.2 |
| 2159 | 2026-05-18T23:34:59.745Z | Compiling iddqd v0.3.18 |
| 2160 | 2026-05-18T23:34:59.759Z | Compiling petgraph v0.8.3 |
| 2161 | 2026-05-18T23:34:59.777Z | Compiling predicates v3.1.4 |
| 2162 | 2026-05-18T23:34:59.838Z | Compiling tokio-postgres v0.7.16 |
| 2163 | 2026-05-18T23:34:59.888Z | Compiling toml_edit v0.22.27 |
| 2164 | 2026-05-18T23:34:59.905Z | Compiling hickory-proto v0.25.2 |
| 2165 | 2026-05-18T23:35:00.255Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2166 | 2026-05-18T23:35:00.349Z | Compiling string_cache v0.8.9 |
| 2167 | 2026-05-18T23:35:00.591Z | Compiling petgraph v0.6.5 |
| 2168 | 2026-05-18T23:35:00.686Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-18T23:35:00.877Z | Compiling env_logger v0.11.9 |
| 2170 | 2026-05-18T23:35:00.932Z | Compiling usdt v0.6.0 |
| 2171 | 2026-05-18T23:35:01.195Z | Compiling ecdsa v0.16.9 |
| 2172 | 2026-05-18T23:35:01.210Z | Compiling rsa v0.9.10 |
| 2173 | 2026-05-18T23:35:01.598Z | Compiling ed25519-dalek v2.2.0 |
| 2174 | 2026-05-18T23:35:02.042Z | Compiling crossterm v0.28.1 |
| 2175 | 2026-05-18T23:35:02.132Z | Compiling zip v0.6.6 |
| 2176 | 2026-05-18T23:35:02.207Z | Compiling clap v4.5.60 |
| 2177 | 2026-05-18T23:35:02.249Z | Compiling zip v4.6.1 |
| 2178 | 2026-05-18T23:35:02.877Z | Compiling serde_with v3.17.0 |
| 2179 | 2026-05-18T23:35:02.990Z | Compiling similar v2.7.0 |
| 2180 | 2026-05-18T23:35:03.007Z | Compiling strum v0.26.3 |
| 2181 | 2026-05-18T23:35:03.029Z | Compiling toml v0.7.8 |
| 2182 | 2026-05-18T23:35:03.152Z | Compiling tokio-stream v0.1.18 |
| 2183 | 2026-05-18T23:35:03.168Z | Compiling itertools v0.13.0 |
| 2184 | 2026-05-18T23:35:03.261Z | Compiling buf-list v1.1.2 |
| 2185 | 2026-05-18T23:35:03.490Z | Compiling x509-cert v0.2.5 |
| 2186 | 2026-05-18T23:35:03.645Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2187 | 2026-05-18T23:35:03.740Z | Compiling openapiv3 v2.2.0 |
| 2188 | 2026-05-18T23:35:03.891Z | Compiling sha1 v0.10.6 |
| 2189 | 2026-05-18T23:35:04.154Z | Compiling peg-runtime v0.8.5 |
| 2190 | 2026-05-18T23:35:04.275Z | Compiling lalrpop-util v0.19.12 |
| 2191 | 2026-05-18T23:35:18.995Z | Compiling rustls-webpki v0.103.9 |
| 2192 | 2026-05-18T23:35:20.541Z | Compiling macaddr v1.0.1 |
| 2193 | 2026-05-18T23:35:20.564Z | Compiling structmeta-derive v0.3.0 |
| 2194 | 2026-05-18T23:35:20.732Z | Compiling rayon-core v1.13.0 |
| 2195 | 2026-05-18T23:35:20.843Z | Compiling crucible-workspace-hack v0.1.0 |
| 2196 | 2026-05-18T23:35:20.860Z | Compiling itertools v0.14.0 |
| 2197 | 2026-05-18T23:35:20.919Z | Compiling secrecy v0.10.3 |
| 2198 | 2026-05-18T23:35:20.966Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2199 | 2026-05-18T23:35:21.065Z | Compiling rustls v0.22.4 |
| 2200 | 2026-05-18T23:35:21.114Z | Compiling heapless v0.8.0 |
| 2201 | 2026-05-18T23:35:21.284Z | Compiling crossbeam-deque v0.8.6 |
| 2202 | 2026-05-18T23:35:21.307Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2203 | 2026-05-18T23:35:21.371Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-05-18T23:35:21.527Z | Compiling rustls-webpki v0.102.8 |
| 2205 | 2026-05-18T23:35:21.542Z | Compiling hash32 v0.3.1 |
| 2206 | 2026-05-18T23:35:21.559Z | Compiling structmeta v0.3.0 |
| 2207 | 2026-05-18T23:35:21.587Z | Compiling multer v3.1.0 |
| 2208 | 2026-05-18T23:35:21.729Z | Compiling thread_local v1.1.9 |
| 2209 | 2026-05-18T23:35:21.781Z | Compiling smoltcp v0.11.0 |
| 2210 | 2026-05-18T23:35:21.797Z | Compiling match_cfg v0.1.0 |
| 2211 | 2026-05-18T23:35:21.800Z | Compiling compression-core v0.4.31 |
| 2212 | 2026-05-18T23:35:21.831Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2213 | 2026-05-18T23:35:21.880Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-05-18T23:35:21.895Z | Compiling unicode-width v0.2.0 |
| 2215 | 2026-05-18T23:35:21.911Z | Compiling hostname v0.3.1 |
| 2216 | 2026-05-18T23:35:22.087Z | Compiling compression-codecs v0.4.37 |
| 2217 | 2026-05-18T23:35:22.101Z | Compiling proc-macro-crate v3.4.0 |
| 2218 | 2026-05-18T23:35:22.136Z | Compiling ingot-macros v0.1.1 |
| 2219 | 2026-05-18T23:35:22.181Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-05-18T23:35:22.236Z | Compiling slog-json v2.6.1 |
| 2221 | 2026-05-18T23:35:22.249Z | Compiling crossbeam-channel v0.5.15 |
| 2222 | 2026-05-18T23:35:22.463Z | Compiling half v2.7.1 |
| 2223 | 2026-05-18T23:35:22.511Z | Compiling newtype-uuid-macros v0.1.0 |
| 2224 | 2026-05-18T23:35:22.550Z | Compiling cobs v0.3.0 |
| 2225 | 2026-05-18T23:35:22.703Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2026-05-18T23:35:22.827Z | Compiling tokio-rustls v0.26.4 |
| 2227 | 2026-05-18T23:35:22.847Z | Compiling rustls-platform-verifier v0.6.2 |
| 2228 | 2026-05-18T23:35:22.949Z | Compiling universal-hash v0.5.1 |
| 2229 | 2026-05-18T23:35:23.071Z | Compiling hyper-rustls v0.27.7 |
| 2230 | 2026-05-18T23:35:23.105Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-05-18T23:35:23.105Z | Compiling serde_spanned v1.0.4 |
| 2232 | 2026-05-18T23:35:23.241Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2233 | 2026-05-18T23:35:23.304Z | Compiling is-terminal v0.4.17 |
| 2234 | 2026-05-18T23:35:23.345Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-05-18T23:35:23.404Z | Compiling reqwest v0.13.2 |
| 2236 | 2026-05-18T23:35:23.421Z | Compiling dropshot v0.17.0 |
| 2237 | 2026-05-18T23:35:23.650Z | Compiling proc-macro-error-attr v1.0.4 |
| 2238 | 2026-05-18T23:35:23.708Z | Compiling take_mut v0.2.2 |
| 2239 | 2026-05-18T23:35:23.724Z | Compiling convert_case v0.4.0 |
| 2240 | 2026-05-18T23:35:23.727Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2241 | 2026-05-18T23:35:23.757Z | Compiling opaque-debug v0.3.1 |
| 2242 | 2026-05-18T23:35:23.772Z | Compiling term v1.2.1 |
| 2243 | 2026-05-18T23:35:23.845Z | Compiling ciborium-io v0.2.2 |
| 2244 | 2026-05-18T23:35:23.860Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-05-18T23:35:23.938Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2246 | 2026-05-18T23:35:23.967Z | Compiling ciborium-ll v0.2.2 |
| 2247 | 2026-05-18T23:35:24.027Z | Compiling poly1305 v0.8.0 |
| 2248 | 2026-05-18T23:35:24.059Z | Compiling derive_more v0.99.20 |
| 2249 | 2026-05-18T23:35:24.090Z | Compiling slog-term v2.9.2 |
| 2250 | 2026-05-18T23:35:24.110Z | Compiling tokio-rustls v0.25.0 |
| 2251 | 2026-05-18T23:35:24.382Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-05-18T23:35:24.494Z | Compiling test-strategy v0.4.5 |
| 2253 | 2026-05-18T23:35:24.511Z | Compiling async-stream v0.3.6 |
| 2254 | 2026-05-18T23:35:24.726Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2255 | 2026-05-18T23:35:24.744Z | Compiling ingot-types v0.1.2 |
| 2256 | 2026-05-18T23:35:24.747Z | Compiling postcard v1.1.3 |
| 2257 | 2026-05-18T23:35:25.148Z | Compiling tough v0.22.0 |
| 2258 | 2026-05-18T23:35:25.214Z | Compiling ingot v0.1.1 |
| 2259 | 2026-05-18T23:35:25.454Z | Compiling num_enum_derive v0.7.5 |
| 2260 | 2026-05-18T23:35:25.532Z | Compiling slog-bunyan v2.5.0 |
| 2261 | 2026-05-18T23:35:25.601Z | Compiling async-compression v0.4.41 |
| 2262 | 2026-05-18T23:35:25.788Z | Compiling parse-display-derive v0.10.0 |
| 2263 | 2026-05-18T23:35:26.075Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2264 | 2026-05-18T23:35:26.234Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2265 | 2026-05-18T23:35:26.393Z | Compiling proc-macro-crate v1.3.1 |
| 2266 | 2026-05-18T23:35:26.483Z | Compiling backon v1.6.0 |
| 2267 | 2026-05-18T23:35:26.664Z | Compiling waitgroup v0.1.2 |
| 2268 | 2026-05-18T23:35:26.715Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2269 | 2026-05-18T23:35:26.733Z | Compiling password-hash v0.5.0 |
| 2270 | 2026-05-18T23:35:26.749Z | Compiling chacha20 v0.9.1 |
| 2271 | 2026-05-18T23:35:26.765Z | Compiling dropshot_endpoint v0.17.0 |
| 2272 | 2026-05-18T23:35:26.852Z | Compiling rustls-pemfile v2.2.0 |
| 2273 | 2026-05-18T23:35:26.913Z | Compiling blake2 v0.10.6 |
| 2274 | 2026-05-18T23:35:27.024Z | Compiling aead v0.5.2 |
| 2275 | 2026-05-18T23:35:27.254Z | Compiling foreign-types-macros v0.2.3 |
| 2276 | 2026-05-18T23:35:27.258Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2277 | 2026-05-18T23:35:27.284Z | Compiling serde_path_to_error v0.1.20 |
| 2278 | 2026-05-18T23:35:27.452Z | Compiling hostname v0.4.2 |
| 2279 | 2026-05-18T23:35:27.557Z | Compiling proc-macro-error v1.0.4 |
| 2280 | 2026-05-18T23:35:27.664Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-18T23:35:27.682Z | Compiling instant v0.1.13 |
| 2282 | 2026-05-18T23:35:27.685Z | Compiling debug-ignore v1.0.5 |
| 2283 | 2026-05-18T23:35:27.717Z | Compiling foreign-types-shared v0.3.1 |
| 2284 | 2026-05-18T23:35:27.717Z | Compiling cpufeatures v0.3.0 |
| 2285 | 2026-05-18T23:35:27.745Z | Compiling typeid v1.0.3 |
| 2286 | 2026-05-18T23:35:27.823Z | Compiling chacha20 v0.10.0 |
| 2287 | 2026-05-18T23:35:27.839Z | Compiling backoff v0.4.0 |
| 2288 | 2026-05-18T23:35:27.843Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2289 | 2026-05-18T23:35:27.843Z | Compiling parse-display v0.10.0 |
| 2290 | 2026-05-18T23:35:27.884Z | Compiling argon2 v0.5.3 |
| 2291 | 2026-05-18T23:35:27.887Z | Compiling foreign-types v0.5.0 |
| 2292 | 2026-05-18T23:35:27.905Z | Compiling chacha20poly1305 v0.10.1 |
| 2293 | 2026-05-18T23:35:27.985Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2294 | 2026-05-18T23:35:28.000Z | Compiling num_enum_derive v0.5.11 |
| 2295 | 2026-05-18T23:35:28.070Z | Compiling num_enum v0.7.5 |
| 2296 | 2026-05-18T23:35:28.087Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2297 | 2026-05-18T23:35:28.091Z | Compiling vsss-rs v3.3.4 |
| 2298 | 2026-05-18T23:35:28.091Z | Compiling ciborium v0.2.2 |
| 2299 | 2026-05-18T23:35:28.263Z | Compiling tabwriter v1.4.1 |
| 2300 | 2026-05-18T23:35:28.649Z | Compiling regress v0.10.5 |
| 2301 | 2026-05-18T23:35:28.693Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2302 | 2026-05-18T23:35:28.753Z | Compiling byte-wrapper v0.1.0 |
| 2303 | 2026-05-18T23:35:28.769Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2304 | 2026-05-18T23:35:28.953Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2305 | 2026-05-18T23:35:28.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2306 | 2026-05-18T23:35:29.010Z | Compiling cstr-argument v0.1.2 |
| 2307 | 2026-05-18T23:35:29.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2308 | 2026-05-18T23:35:29.202Z | Compiling erased-serde v0.4.9 |
| 2309 | 2026-05-18T23:35:29.394Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2310 | 2026-05-18T23:35:29.452Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-05-18T23:35:29.489Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2312 | 2026-05-18T23:35:29.550Z | Compiling num_enum v0.5.11 |
| 2313 | 2026-05-18T23:35:29.590Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2314 | 2026-05-18T23:35:29.653Z | Compiling rand v0.10.0 |
| 2315 | 2026-05-18T23:35:29.673Z | Compiling rayon v1.11.0 |
| 2316 | 2026-05-18T23:35:29.692Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2317 | 2026-05-18T23:35:29.710Z | Compiling libefi-sys v0.1.0 |
| 2318 | 2026-05-18T23:35:29.762Z | Compiling indent_write v2.2.0 |
| 2319 | 2026-05-18T23:35:29.848Z | Compiling colored v3.1.1 |
| 2320 | 2026-05-18T23:35:29.875Z | Compiling zone_cfg_derive v0.3.1 |
| 2321 | 2026-05-18T23:35:29.935Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2322 | 2026-05-18T23:35:29.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2323 | 2026-05-18T23:35:30.051Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2324 | 2026-05-18T23:35:30.069Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2325 | 2026-05-18T23:35:30.259Z | Compiling camino-tempfile v1.4.1 |
| 2326 | 2026-05-18T23:35:30.305Z | Compiling itertools v0.12.1 |
| 2327 | 2026-05-18T23:35:30.445Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-18T23:35:30.519Z | Compiling usdt-macro v0.5.0 |
| 2329 | 2026-05-18T23:35:30.545Z | Compiling bitfield-struct v0.6.2 |
| 2330 | 2026-05-18T23:35:30.599Z | Compiling num-derive v0.4.2 |
| 2331 | 2026-05-18T23:35:30.612Z | Compiling blake3 v1.8.3 |
| 2332 | 2026-05-18T23:35:30.671Z | Compiling ordered-float v2.10.1 |
| 2333 | 2026-05-18T23:35:30.971Z | Compiling memmap v0.7.0 |
| 2334 | 2026-05-18T23:35:30.987Z | Compiling sigpipe v0.1.3 |
| 2335 | 2026-05-18T23:35:31.100Z | Compiling swrite v0.1.0 |
| 2336 | 2026-05-18T23:35:31.173Z | Compiling glob v0.3.3 |
| 2337 | 2026-05-18T23:35:31.201Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2338 | 2026-05-18T23:35:31.217Z | Compiling usdt v0.5.0 |
| 2339 | 2026-05-18T23:35:31.234Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2340 | 2026-05-18T23:35:31.436Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2341 | 2026-05-18T23:35:31.498Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2342 | 2026-05-18T23:35:31.571Z | Compiling serde-value v0.7.0 |
| 2343 | 2026-05-18T23:35:31.757Z | Compiling zone v0.3.1 |
| 2344 | 2026-05-18T23:35:31.770Z | Compiling serde-untagged v0.1.9 |
| 2345 | 2026-05-18T23:35:31.848Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2346 | 2026-05-18T23:35:32.085Z | Compiling toml v0.8.23 |
| 2347 | 2026-05-18T23:35:32.106Z | Compiling smf v0.2.3 |
| 2348 | 2026-05-18T23:35:32.141Z | Compiling filetime v0.2.27 |
| 2349 | 2026-05-18T23:35:32.157Z | Compiling arrayref v0.3.9 |
| 2350 | 2026-05-18T23:35:32.174Z | Compiling whoami v1.6.1 |
| 2351 | 2026-05-18T23:35:32.192Z | Compiling arrayvec v0.7.6 |
| 2352 | 2026-05-18T23:35:32.247Z | Compiling constant_time_eq v0.4.2 |
| 2353 | 2026-05-18T23:35:32.269Z | Compiling xattr v1.6.1 |
| 2354 | 2026-05-18T23:35:32.347Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-05-18T23:35:32.365Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-05-18T23:35:32.443Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-05-18T23:35:32.460Z | Compiling tar v0.4.45 |
| 2358 | 2026-05-18T23:35:32.498Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2359 | 2026-05-18T23:35:32.535Z | Compiling tokio-dtrace v0.1.1 |
| 2360 | 2026-05-18T23:35:32.631Z | Compiling cargo-util-schemas v0.8.2 |
| 2361 | 2026-05-18T23:35:32.747Z | Compiling console v0.16.2 |
| 2362 | 2026-05-18T23:35:32.876Z | Compiling gethostname v0.5.0 |
| 2363 | 2026-05-18T23:35:33.039Z | Compiling cargo-platform v0.2.0 |
| 2364 | 2026-05-18T23:35:33.124Z | Compiling topological-sort v0.2.2 |
| 2365 | 2026-05-18T23:35:33.250Z | Compiling unit-prefix v0.5.2 |
| 2366 | 2026-05-18T23:35:33.335Z | Compiling oxide-tokio-rt v0.1.4 |
| 2367 | 2026-05-18T23:35:33.345Z | Compiling shell-words v1.1.1 |
| 2368 | 2026-05-18T23:35:33.393Z | Compiling indicatif v0.18.4 |
| 2369 | 2026-05-18T23:35:33.442Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2370 | 2026-05-18T23:35:33.919Z | Compiling cargo_metadata v0.21.0 |
| 2371 | 2026-05-18T23:35:42.976Z | Compiling progenitor-client v0.14.0 |
| 2372 | 2026-05-18T23:35:43.012Z | Compiling progenitor-client v0.10.0 |
| 2373 | 2026-05-18T23:35:43.013Z | Compiling omicron-zone-package v0.12.2 |
| 2374 | 2026-05-18T23:35:43.458Z | Compiling progenitor-extras v0.2.0 |
| 2375 | 2026-05-18T23:35:45.676Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2376 | 2026-05-18T23:35:45.690Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2377 | 2026-05-18T23:35:45.693Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2378 | 2026-05-18T23:35:45.693Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2379 | 2026-05-18T23:35:45.707Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-05-18T23:35:45.711Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-05-18T23:35:45.890Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2382 | 2026-05-18T23:35:46.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2383 | 2026-05-18T23:35:46.050Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2384 | 2026-05-18T23:35:49.995Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2385 | 2026-05-18T23:35:57.619Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2386 | 2026-05-18T23:36:00.754Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2387 | 2026-05-18T23:36:01.739Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2388 | 2026-05-18T23:36:11.422Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2389 | 2026-05-18T23:36:11.573Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2390 | 2026-05-18T23:36:11.635Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-05-18T23:36:11.638Z | Created new build target 'test' and set it as active |
| 2392 | 2026-05-18T23:36:11.640Z | |
| 2393 | 2026-05-18T23:36:11.641Z | real 1:43.776814092 |
| 2394 | 2026-05-18T23:36:11.641Z | user 17:00.791150638 |
| 2395 | 2026-05-18T23:36:11.641Z | sys 2:35.975043571 |
| 2396 | 2026-05-18T23:36:11.641Z | trap 0.472711384 |
| 2397 | 2026-05-18T23:36:11.641Z | tflt 2.882624534 |
| 2398 | 2026-05-18T23:36:11.641Z | dflt 4.283279909 |
| 2399 | 2026-05-18T23:36:11.641Z | kflt 0.000568080 |
| 2400 | 2026-05-18T23:36:11.641Z | lock 52:46.190748578 |
| 2401 | 2026-05-18T23:36:11.641Z | slp 43:17.597611786 |
| 2402 | 2026-05-18T23:36:11.641Z | lat 43.798875303 |
| 2403 | 2026-05-18T23:36:11.641Z | stop 5:24.684304938 |
| 2404 | 2026-05-18T23:36:11.641Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2405 | 2026-05-18T23:36:12.521Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2406 | 2026-05-18T23:36:12.592Z | Running `target/release/omicron-package -t test package` |
| 2407 | 2026-05-18T23:36:12.652Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-05-18T23:36:14.082Z | Compiling heck v0.5.0 |
| 2409 | 2026-05-18T23:36:14.082Z | Compiling regress v0.11.1 |
| 2410 | 2026-05-18T23:36:14.085Z | Compiling unsafe-libyaml v0.2.11 |
| 2411 | 2026-05-18T23:36:14.343Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-05-18T23:36:14.368Z | Compiling regress v0.10.5 |
| 2413 | 2026-05-18T23:36:14.397Z | Compiling is-terminal v0.4.17 |
| 2414 | 2026-05-18T23:36:14.397Z | Compiling unicode-width v0.1.14 |
| 2415 | 2026-05-18T23:36:14.438Z | Compiling prettyplease v0.2.37 |
| 2416 | 2026-05-18T23:36:14.459Z | Compiling bytecount v0.6.9 |
| 2417 | 2026-05-18T23:36:14.459Z | Compiling rustls v0.22.4 |
| 2418 | 2026-05-18T23:36:14.462Z | Compiling rustls-webpki v0.102.8 |
| 2419 | 2026-05-18T23:36:14.462Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-05-18T23:36:14.462Z | Compiling thread_local v1.1.9 |
| 2421 | 2026-05-18T23:36:14.481Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-05-18T23:36:14.483Z | Compiling compression-core v0.4.31 |
| 2423 | 2026-05-18T23:36:14.604Z | Compiling hostname v0.3.1 |
| 2424 | 2026-05-18T23:36:14.623Z | Compiling multer v3.1.0 |
| 2425 | 2026-05-18T23:36:14.643Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2426 | 2026-05-18T23:36:14.668Z | Compiling compression-codecs v0.4.37 |
| 2427 | 2026-05-18T23:36:14.668Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-05-18T23:36:14.691Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2429 | 2026-05-18T23:36:14.714Z | Compiling crossbeam-channel v0.5.15 |
| 2430 | 2026-05-18T23:36:14.755Z | Compiling slog-json v2.6.1 |
| 2431 | 2026-05-18T23:36:14.758Z | Compiling serde_spanned v1.0.4 |
| 2432 | 2026-05-18T23:36:14.758Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2433 | 2026-05-18T23:36:14.823Z | Compiling serde_yaml v0.9.34+deprecated |
| 2434 | 2026-05-18T23:36:14.872Z | Compiling take_mut v0.2.2 |
| 2435 | 2026-05-18T23:36:14.895Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2436 | 2026-05-18T23:36:14.954Z | Compiling term v1.2.1 |
| 2437 | 2026-05-18T23:36:14.975Z | Compiling slog-bunyan v2.5.0 |
| 2438 | 2026-05-18T23:36:14.978Z | Compiling async-compression v0.4.41 |
| 2439 | 2026-05-18T23:36:15.134Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2440 | 2026-05-18T23:36:15.180Z | Compiling dropshot v0.17.0 |
| 2441 | 2026-05-18T23:36:15.202Z | Compiling async-stream v0.3.6 |
| 2442 | 2026-05-18T23:36:15.224Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2443 | 2026-05-18T23:36:15.248Z | Compiling slog-term v2.9.2 |
| 2444 | 2026-05-18T23:36:15.336Z | Compiling num-rational v0.4.2 |
| 2445 | 2026-05-18T23:36:15.391Z | Compiling progenitor-client v0.14.0 |
| 2446 | 2026-05-18T23:36:15.417Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2447 | 2026-05-18T23:36:15.444Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2448 | 2026-05-18T23:36:15.477Z | Compiling waitgroup v0.1.2 |
| 2449 | 2026-05-18T23:36:15.516Z | Compiling backon v1.6.0 |
| 2450 | 2026-05-18T23:36:15.624Z | Compiling rustls-pemfile v2.2.0 |
| 2451 | 2026-05-18T23:36:15.644Z | Compiling num-complex v0.4.6 |
| 2452 | 2026-05-18T23:36:15.682Z | Compiling hostname v0.4.2 |
| 2453 | 2026-05-18T23:36:15.706Z | Compiling serde_path_to_error v0.1.20 |
| 2454 | 2026-05-18T23:36:15.729Z | Compiling instant v0.1.13 |
| 2455 | 2026-05-18T23:36:15.750Z | Compiling debug-ignore v1.0.5 |
| 2456 | 2026-05-18T23:36:15.771Z | Compiling progenitor-extras v0.2.0 |
| 2457 | 2026-05-18T23:36:15.840Z | Compiling typify-impl v0.6.2 |
| 2458 | 2026-05-18T23:36:15.843Z | Compiling backoff v0.4.0 |
| 2459 | 2026-05-18T23:36:15.881Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2460 | 2026-05-18T23:36:15.903Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2461 | 2026-05-18T23:36:16.105Z | Compiling num v0.4.3 |
| 2462 | 2026-05-18T23:36:16.128Z | Compiling parse-display v0.10.0 |
| 2463 | 2026-05-18T23:36:16.156Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2464 | 2026-05-18T23:36:16.177Z | Compiling progenitor-client v0.13.0 |
| 2465 | 2026-05-18T23:36:16.211Z | Compiling progenitor-client v0.10.0 |
| 2466 | 2026-05-18T23:36:16.232Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2467 | 2026-05-18T23:36:16.310Z | Compiling macaddr v1.0.1 |
| 2468 | 2026-05-18T23:36:16.356Z | Compiling float-ord v0.3.2 |
| 2469 | 2026-05-18T23:36:16.472Z | Compiling console v0.15.11 |
| 2470 | 2026-05-18T23:36:16.539Z | Compiling atomicwrites v0.4.4 |
| 2471 | 2026-05-18T23:36:16.561Z | Compiling newline-converter v0.3.0 |
| 2472 | 2026-05-18T23:36:16.644Z | Compiling slog-dtrace v0.3.0 |
| 2473 | 2026-05-18T23:36:16.698Z | Compiling resolv-conf v0.7.6 |
| 2474 | 2026-05-18T23:36:16.732Z | Compiling owo-colors v4.3.0 |
| 2475 | 2026-05-18T23:36:16.784Z | Compiling tokio-rustls v0.25.0 |
| 2476 | 2026-05-18T23:36:16.855Z | Compiling cancel-safe-futures v0.1.5 |
| 2477 | 2026-05-18T23:36:16.934Z | Compiling expectorate v1.2.0 |
| 2478 | 2026-05-18T23:36:16.934Z | Compiling toml v0.8.23 |
| 2479 | 2026-05-18T23:36:17.058Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-18T23:36:17.223Z | Compiling libsw v3.5.0 |
| 2481 | 2026-05-18T23:36:17.276Z | Compiling linear-map v1.2.0 |
| 2482 | 2026-05-18T23:36:17.337Z | Compiling linked-hash-map v0.5.6 |
| 2483 | 2026-05-18T23:36:17.455Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2484 | 2026-05-18T23:36:17.518Z | Compiling minimal-lexical v0.2.1 |
| 2485 | 2026-05-18T23:36:17.538Z | Compiling lru-cache v0.1.2 |
| 2486 | 2026-05-18T23:36:17.571Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-05-18T23:36:17.592Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2488 | 2026-05-18T23:36:17.688Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-05-18T23:36:17.709Z | Compiling unicode-xid v0.2.6 |
| 2490 | 2026-05-18T23:36:17.772Z | Compiling nom v7.1.3 |
| 2491 | 2026-05-18T23:36:17.794Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2492 | 2026-05-18T23:36:17.818Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2493 | 2026-05-18T23:36:17.858Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2494 | 2026-05-18T23:36:18.090Z | Compiling convert_case v0.10.0 |
| 2495 | 2026-05-18T23:36:18.389Z | Compiling derive_more-impl v2.1.1 |
| 2496 | 2026-05-18T23:36:18.746Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-05-18T23:36:19.122Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2498 | 2026-05-18T23:36:19.171Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-05-18T23:36:19.255Z | Compiling derive_more v2.1.1 |
| 2500 | 2026-05-18T23:36:19.293Z | Compiling papergrid v0.11.0 |
| 2501 | 2026-05-18T23:36:19.366Z | Compiling tabled_derive v0.7.0 |
| 2502 | 2026-05-18T23:36:19.387Z | Compiling typify-macro v0.6.2 |
| 2503 | 2026-05-18T23:36:19.415Z | Compiling termtree v0.5.1 |
| 2504 | 2026-05-18T23:36:19.612Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-05-18T23:36:19.854Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2506 | 2026-05-18T23:36:20.274Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-05-18T23:36:20.394Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-05-18T23:36:20.418Z | Compiling tabled v0.15.0 |
| 2509 | 2026-05-18T23:36:20.611Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2510 | 2026-05-18T23:36:20.927Z | Compiling typify v0.6.2 |
| 2511 | 2026-05-18T23:36:21.070Z | Compiling progenitor-impl v0.14.0 |
| 2512 | 2026-05-18T23:36:21.662Z | Compiling progenitor-impl v0.13.0 |
| 2513 | 2026-05-18T23:36:23.221Z | Compiling progenitor-macro v0.14.0 |
| 2514 | 2026-05-18T23:36:23.511Z | Compiling qorb v0.4.1 |
| 2515 | 2026-05-18T23:36:23.878Z | Compiling progenitor-macro v0.13.0 |
| 2516 | 2026-05-18T23:36:24.941Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2517 | 2026-05-18T23:36:25.278Z | Compiling crossterm v0.29.0 |
| 2518 | 2026-05-18T23:36:25.871Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-18T23:36:26.130Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2520 | 2026-05-18T23:36:26.165Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2521 | 2026-05-18T23:36:26.188Z | Compiling csv-core v0.1.13 |
| 2522 | 2026-05-18T23:36:26.698Z | Compiling vte v0.14.1 |
| 2523 | 2026-05-18T23:36:26.701Z | Compiling highway v1.3.0 |
| 2524 | 2026-05-18T23:36:26.975Z | Compiling chrono-tz v0.10.4 |
| 2525 | 2026-05-18T23:36:27.162Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2526 | 2026-05-18T23:36:27.250Z | Compiling strip-ansi-escapes v0.2.1 |
| 2527 | 2026-05-18T23:36:27.364Z | Compiling progenitor v0.14.0 |
| 2528 | 2026-05-18T23:36:27.462Z | Compiling csv v1.4.0 |
| 2529 | 2026-05-18T23:36:27.548Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2530 | 2026-05-18T23:36:27.818Z | Compiling phf v0.12.1 |
| 2531 | 2026-05-18T23:36:27.919Z | Compiling progenitor v0.13.0 |
| 2532 | 2026-05-18T23:36:28.023Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2533 | 2026-05-18T23:36:28.099Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-05-18T23:36:28.147Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2535 | 2026-05-18T23:36:28.232Z | Compiling const_format_proc_macros v0.2.34 |
| 2536 | 2026-05-18T23:36:28.258Z | Compiling fd-lock v4.0.4 |
| 2537 | 2026-05-18T23:36:28.442Z | Compiling peg-macros v0.8.5 |
| 2538 | 2026-05-18T23:36:28.464Z | Compiling nu-ansi-term v0.50.3 |
| 2539 | 2026-05-18T23:36:29.034Z | Compiling reedline v0.40.0 |
| 2540 | 2026-05-18T23:36:29.054Z | Compiling const_format v0.2.35 |
| 2541 | 2026-05-18T23:36:29.556Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2542 | 2026-05-18T23:36:29.700Z | Compiling peg v0.8.5 |
| 2543 | 2026-05-18T23:36:29.809Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2544 | 2026-05-18T23:36:30.612Z | Compiling bcs v0.1.6 |
| 2545 | 2026-05-18T23:36:30.909Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-05-18T23:36:31.043Z | Compiling semver v0.1.20 |
| 2547 | 2026-05-18T23:36:31.198Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-05-18T23:36:31.326Z | Compiling rustc_version v0.1.7 |
| 2549 | 2026-05-18T23:36:31.458Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2550 | 2026-05-18T23:36:31.558Z | Compiling newtype_derive v0.1.6 |
| 2551 | 2026-05-18T23:36:31.785Z | Compiling humantime v2.3.0 |
| 2552 | 2026-05-18T23:36:31.894Z | Compiling smawk v0.3.2 |
| 2553 | 2026-05-18T23:36:32.086Z | Compiling unicode-linebreak v0.1.5 |
| 2554 | 2026-05-18T23:36:32.312Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-05-18T23:36:32.362Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-18T23:36:32.506Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2557 | 2026-05-18T23:36:32.645Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2558 | 2026-05-18T23:36:33.230Z | Compiling base64 v0.21.7 |
| 2559 | 2026-05-18T23:36:33.257Z | Compiling steno v0.4.1 |
| 2560 | 2026-05-18T23:36:33.534Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-05-18T23:36:33.795Z | Compiling tagptr v0.2.0 |
| 2562 | 2026-05-18T23:36:33.888Z | Compiling utf-8 v0.7.6 |
| 2563 | 2026-05-18T23:36:33.976Z | Compiling moka v0.12.13 |
| 2564 | 2026-05-18T23:36:33.996Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2565 | 2026-05-18T23:36:34.040Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-05-18T23:36:34.122Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-05-18T23:36:34.154Z | Compiling radium v0.7.0 |
| 2568 | 2026-05-18T23:36:34.219Z | Compiling maybe-uninit v2.0.0 |
| 2569 | 2026-05-18T23:36:34.337Z | Compiling tap v1.0.1 |
| 2570 | 2026-05-18T23:36:34.492Z | Compiling wyz v0.5.1 |
| 2571 | 2026-05-18T23:36:34.588Z | Compiling zerocopy-derive v0.6.6 |
| 2572 | 2026-05-18T23:36:34.784Z | Compiling tokio-tungstenite v0.21.0 |
| 2573 | 2026-05-18T23:36:34.807Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-05-18T23:36:34.978Z | Compiling packed_struct v0.10.1 |
| 2575 | 2026-05-18T23:36:35.176Z | Compiling hickory-resolver v0.25.2 |
| 2576 | 2026-05-18T23:36:35.227Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2577 | 2026-05-18T23:36:35.260Z | Compiling funty v2.0.0 |
| 2578 | 2026-05-18T23:36:35.365Z | Compiling crc-catalog v2.4.0 |
| 2579 | 2026-05-18T23:36:35.516Z | Compiling crc v3.4.0 |
| 2580 | 2026-05-18T23:36:35.736Z | Compiling bitvec v1.0.1 |
| 2581 | 2026-05-18T23:36:36.192Z | Compiling zerocopy v0.6.6 |
| 2582 | 2026-05-18T23:36:36.213Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-05-18T23:36:36.384Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2584 | 2026-05-18T23:36:36.484Z | Compiling packed_struct_codegen v0.10.1 |
| 2585 | 2026-05-18T23:36:36.591Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2586 | 2026-05-18T23:36:37.207Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2587 | 2026-05-18T23:36:37.508Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-05-18T23:36:37.534Z | Compiling bitfield-macros v0.19.4 |
| 2589 | 2026-05-18T23:36:38.245Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2590 | 2026-05-18T23:36:38.379Z | Compiling indexmap v1.9.3 |
| 2591 | 2026-05-18T23:36:38.593Z | Compiling nodrop v0.1.14 |
| 2592 | 2026-05-18T23:36:38.694Z | Compiling libscf-sys v1.1.0 |
| 2593 | 2026-05-18T23:36:38.711Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-05-18T23:36:38.738Z | Compiling array-init v0.0.4 |
| 2595 | 2026-05-18T23:36:38.863Z | Compiling bitfield v0.19.4 |
| 2596 | 2026-05-18T23:36:39.127Z | Compiling smallvec v0.6.14 |
| 2597 | 2026-05-18T23:36:39.130Z | Compiling typify-impl v0.4.3 |
| 2598 | 2026-05-18T23:36:39.195Z | Compiling hashbrown v0.12.3 |
| 2599 | 2026-05-18T23:36:39.241Z | Compiling tabled_derive v0.11.0 |
| 2600 | 2026-05-18T23:36:39.399Z | Compiling serde-hex v0.1.0 |
| 2601 | 2026-05-18T23:36:39.419Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-05-18T23:36:40.110Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-18T23:36:40.333Z | Compiling ron v0.8.1 |
| 2604 | 2026-05-18T23:36:40.354Z | Compiling papergrid v0.17.0 |
| 2605 | 2026-05-18T23:36:40.482Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2606 | 2026-05-18T23:36:40.581Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-18T23:36:41.010Z | Compiling hashbrown v0.13.2 |
| 2608 | 2026-05-18T23:36:41.408Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-05-18T23:36:41.508Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-05-18T23:36:41.621Z | Compiling diesel_derives v2.3.7 |
| 2611 | 2026-05-18T23:36:41.643Z | Compiling crunchy v0.2.4 |
| 2612 | 2026-05-18T23:36:41.669Z | Compiling glob v0.3.3 |
| 2613 | 2026-05-18T23:36:41.764Z | Compiling crc-any v2.5.0 |
| 2614 | 2026-05-18T23:36:41.786Z | Compiling maplit v1.0.2 |
| 2615 | 2026-05-18T23:36:41.865Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-05-18T23:36:41.956Z | Compiling object v0.30.4 |
| 2617 | 2026-05-18T23:36:41.978Z | Compiling tabled v0.20.0 |
| 2618 | 2026-05-18T23:36:42.018Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-05-18T23:36:42.041Z | Compiling clang-sys v1.8.1 |
| 2620 | 2026-05-18T23:36:42.184Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-18T23:36:42.451Z | Compiling dsl_auto_type v0.2.0 |
| 2622 | 2026-05-18T23:36:42.473Z | Compiling scheduled-thread-pool v0.2.7 |
| 2623 | 2026-05-18T23:36:42.517Z | Compiling typify-macro v0.4.3 |
| 2624 | 2026-05-18T23:36:42.700Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2625 | 2026-05-18T23:36:42.701Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-18T23:36:42.933Z | Compiling tiny-keccak v2.0.2 |
| 2627 | 2026-05-18T23:36:42.961Z | Compiling path-slash v0.1.5 |
| 2628 | 2026-05-18T23:36:42.984Z | Compiling xshell-macros v0.2.7 |
| 2629 | 2026-05-18T23:36:43.131Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-18T23:36:43.154Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-18T23:36:43.236Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2632 | 2026-05-18T23:36:43.370Z | Compiling xshell v0.2.7 |
| 2633 | 2026-05-18T23:36:43.581Z | Compiling term v0.7.0 |
| 2634 | 2026-05-18T23:36:44.057Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2635 | 2026-05-18T23:36:44.090Z | Compiling downcast-rs v2.0.2 |
| 2636 | 2026-05-18T23:36:44.110Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-05-18T23:36:44.156Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-05-18T23:36:44.424Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2639 | 2026-05-18T23:36:44.482Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-05-18T23:36:44.532Z | Compiling itertools v0.10.5 |
| 2641 | 2026-05-18T23:36:44.672Z | Compiling ena v0.14.4 |
| 2642 | 2026-05-18T23:36:44.698Z | Compiling libloading v0.8.9 |
| 2643 | 2026-05-18T23:36:44.912Z | Compiling unicase v2.9.0 |
| 2644 | 2026-05-18T23:36:44.934Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-05-18T23:36:45.214Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2646 | 2026-05-18T23:36:45.608Z | Compiling crc8 v0.1.1 |
| 2647 | 2026-05-18T23:36:45.645Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-05-18T23:36:45.743Z | Compiling diff v0.1.13 |
| 2649 | 2026-05-18T23:36:46.023Z | Compiling typify v0.4.3 |
| 2650 | 2026-05-18T23:36:46.046Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-05-18T23:36:46.159Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2652 | 2026-05-18T23:36:46.793Z | Compiling lalrpop v0.19.12 |
| 2653 | 2026-05-18T23:36:46.816Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-05-18T23:36:46.848Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-05-18T23:36:46.892Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-05-18T23:36:47.066Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2657 | 2026-05-18T23:36:47.123Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-18T23:36:47.351Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-18T23:36:47.519Z | Compiling git-stub v1.0.0 |
| 2660 | 2026-05-18T23:36:47.669Z | Compiling libxml v0.3.3 |
| 2661 | 2026-05-18T23:36:47.716Z | Compiling diesel v2.3.7 |
| 2662 | 2026-05-18T23:36:47.794Z | Compiling git-stub-vcs v0.1.0 |
| 2663 | 2026-05-18T23:36:47.927Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-18T23:36:47.987Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2665 | 2026-05-18T23:36:48.154Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-05-18T23:36:48.413Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2667 | 2026-05-18T23:36:49.017Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2668 | 2026-05-18T23:36:49.181Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-18T23:36:49.633Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-18T23:36:49.883Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-18T23:36:50.082Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-18T23:36:50.111Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-18T23:36:50.281Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-18T23:36:50.454Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-18T23:36:50.770Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-18T23:36:51.055Z | Compiling openssl-probe v0.1.6 |
| 2677 | 2026-05-18T23:36:51.135Z | Compiling half v1.8.3 |
| 2678 | 2026-05-18T23:36:51.392Z | Compiling serde_cbor v0.11.2 |
| 2679 | 2026-05-18T23:36:51.556Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-05-18T23:36:51.589Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2681 | 2026-05-18T23:36:52.018Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-18T23:36:52.041Z | Compiling bb8 v0.8.6 |
| 2683 | 2026-05-18T23:36:52.145Z | Compiling samael v0.0.19 |
| 2684 | 2026-05-18T23:36:52.256Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-05-18T23:36:52.278Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2686 | 2026-05-18T23:36:52.407Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2687 | 2026-05-18T23:36:52.428Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2688 | 2026-05-18T23:36:52.544Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-05-18T23:36:52.740Z | Compiling fxhash v0.2.1 |
| 2690 | 2026-05-18T23:36:52.773Z | Compiling salty v0.3.0 |
| 2691 | 2026-05-18T23:36:52.807Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2692 | 2026-05-18T23:36:53.103Z | Compiling progenitor-impl v0.11.2 |
| 2693 | 2026-05-18T23:36:53.126Z | Compiling progenitor-impl v0.10.0 |
| 2694 | 2026-05-18T23:36:53.233Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2695 | 2026-05-18T23:36:53.253Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2696 | 2026-05-18T23:36:53.805Z | Compiling kstat-rs v0.2.4 |
| 2697 | 2026-05-18T23:36:53.864Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-05-18T23:36:54.243Z | Compiling polar-core v0.27.3 |
| 2699 | 2026-05-18T23:36:54.264Z | Compiling nonempty v0.12.0 |
| 2700 | 2026-05-18T23:36:54.391Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-18T23:36:54.500Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2702 | 2026-05-18T23:36:55.302Z | Compiling progenitor-macro v0.11.2 |
| 2703 | 2026-05-18T23:36:55.324Z | Compiling progenitor-macro v0.10.0 |
| 2704 | 2026-05-18T23:36:56.467Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2705 | 2026-05-18T23:36:56.936Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2706 | 2026-05-18T23:36:57.697Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2707 | 2026-05-18T23:36:58.105Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-18T23:36:58.681Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2709 | 2026-05-18T23:36:59.040Z | Compiling progenitor-client v0.11.2 |
| 2710 | 2026-05-18T23:36:59.067Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-05-18T23:36:59.282Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2712 | 2026-05-18T23:36:59.442Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-05-18T23:36:59.578Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2714 | 2026-05-18T23:37:01.236Z | Compiling nanorand v0.7.0 |
| 2715 | 2026-05-18T23:37:01.604Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2716 | 2026-05-18T23:37:03.093Z | Compiling oso v0.27.3 |
| 2717 | 2026-05-18T23:37:03.851Z | Compiling arc-swap v1.8.2 |
| 2718 | 2026-05-18T23:37:03.916Z | Compiling fs-err v2.11.0 |
| 2719 | 2026-05-18T23:37:04.161Z | Compiling parking_lot_core v0.8.6 |
| 2720 | 2026-05-18T23:37:04.472Z | Compiling slog-scope v4.4.1 |
| 2721 | 2026-05-18T23:37:04.520Z | Compiling mime_guess v2.0.5 |
| 2722 | 2026-05-18T23:37:05.025Z | Compiling diesel-dtrace v0.5.0 |
| 2723 | 2026-05-18T23:37:05.361Z | Compiling async-bb8-diesel v0.2.1 |
| 2724 | 2026-05-18T23:37:05.955Z | Compiling flume v0.11.1 |
| 2725 | 2026-05-18T23:37:06.017Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-05-18T23:37:06.366Z | Compiling progenitor v0.10.0 |
| 2727 | 2026-05-18T23:37:06.554Z | Compiling progenitor v0.11.2 |
| 2728 | 2026-05-18T23:37:06.580Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-05-18T23:37:06.742Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2730 | 2026-05-18T23:37:07.322Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-05-18T23:37:08.220Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-05-18T23:37:08.536Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2733 | 2026-05-18T23:37:08.767Z | Compiling instability v0.3.11 |
| 2734 | 2026-05-18T23:37:08.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-05-18T23:37:09.175Z | Compiling p384 v0.13.1 |
| 2736 | 2026-05-18T23:37:09.233Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-05-18T23:37:09.782Z | Compiling darling v0.23.0 |
| 2738 | 2026-05-18T23:37:10.220Z | Compiling slog-stdlog v4.1.1 |
| 2739 | 2026-05-18T23:37:10.617Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-05-18T23:37:10.673Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2741 | 2026-05-18T23:37:10.758Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2742 | 2026-05-18T23:37:10.885Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2743 | 2026-05-18T23:37:10.907Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-18T23:37:11.312Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-18T23:37:11.469Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-18T23:37:11.626Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-18T23:37:11.775Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-18T23:37:11.938Z | Compiling parse-size v1.1.0 |
| 2749 | 2026-05-18T23:37:12.010Z | Compiling indoc v2.0.7 |
| 2750 | 2026-05-18T23:37:12.163Z | Compiling http-range v0.1.5 |
| 2751 | 2026-05-18T23:37:12.498Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-18T23:37:12.698Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-05-18T23:37:13.145Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-18T23:37:13.190Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-18T23:37:13.894Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2756 | 2026-05-18T23:37:14.408Z | Compiling parking_lot v0.11.2 |
| 2757 | 2026-05-18T23:37:14.449Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2758 | 2026-05-18T23:37:15.321Z | Compiling slog-envlogger v2.2.0 |
| 2759 | 2026-05-18T23:37:16.458Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-05-18T23:37:16.639Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-18T23:37:16.691Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-18T23:37:16.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-05-18T23:37:16.827Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-18T23:37:17.140Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-18T23:37:17.259Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-18T23:37:17.468Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-18T23:37:17.471Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-18T23:37:17.604Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-18T23:37:17.665Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-18T23:37:17.668Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-18T23:37:17.709Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2772 | 2026-05-18T23:37:17.862Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-18T23:37:17.956Z | Compiling corncobs v0.1.4 |
| 2774 | 2026-05-18T23:37:18.034Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2775 | 2026-05-18T23:37:18.099Z | Compiling cassowary v0.3.0 |
| 2776 | 2026-05-18T23:37:18.155Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-18T23:37:18.175Z | Compiling hickory-server v0.25.2 |
| 2778 | 2026-05-18T23:37:18.203Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-18T23:37:18.365Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2780 | 2026-05-18T23:37:18.509Z | Compiling ratatui v0.29.0 |
| 2781 | 2026-05-18T23:37:18.573Z | Compiling camino-tempfile-ext v0.3.3 |
| 2782 | 2026-05-18T23:37:18.677Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-18T23:37:18.927Z | Compiling hyper-staticfile v0.10.1 |
| 2784 | 2026-05-18T23:37:19.261Z | Compiling sled v0.34.7 |
| 2785 | 2026-05-18T23:37:19.711Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2786 | 2026-05-18T23:37:20.007Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-18T23:37:20.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-18T23:37:20.673Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-18T23:37:22.234Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-05-18T23:37:22.453Z | Compiling secrecy v0.8.0 |
| 2791 | 2026-05-18T23:37:22.646Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-05-18T23:37:22.790Z | Compiling rustls v0.21.12 |
| 2793 | 2026-05-18T23:37:23.291Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2794 | 2026-05-18T23:37:23.752Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2795 | 2026-05-18T23:37:23.797Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2796 | 2026-05-18T23:37:24.885Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2797 | 2026-05-18T23:37:25.818Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-18T23:37:25.881Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2799 | 2026-05-18T23:37:26.034Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-05-18T23:37:26.757Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2801 | 2026-05-18T23:37:26.927Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2802 | 2026-05-18T23:37:27.149Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2803 | 2026-05-18T23:37:27.401Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-05-18T23:37:27.631Z | Compiling rustls-webpki v0.101.7 |
| 2805 | 2026-05-18T23:37:28.308Z | Compiling sct v0.7.1 |
| 2806 | 2026-05-18T23:37:28.578Z | Compiling nix v0.29.0 |
| 2807 | 2026-05-18T23:37:28.893Z | Compiling dropshot v0.16.7 |
| 2808 | 2026-05-18T23:37:28.913Z | Compiling void v1.0.2 |
| 2809 | 2026-05-18T23:37:29.043Z | Compiling lzss v0.8.2 |
| 2810 | 2026-05-18T23:37:29.151Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-05-18T23:37:29.225Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2812 | 2026-05-18T23:37:29.327Z | Compiling illumos-nvpair v0.3.0 |
| 2813 | 2026-05-18T23:37:29.348Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2814 | 2026-05-18T23:37:30.633Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2815 | 2026-05-18T23:37:30.656Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2816 | 2026-05-18T23:37:30.905Z | Compiling tungstenite v0.23.0 |
| 2817 | 2026-05-18T23:37:31.354Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2818 | 2026-05-18T23:37:31.821Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-05-18T23:37:32.029Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2820 | 2026-05-18T23:37:32.051Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2821 | 2026-05-18T23:37:32.255Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2822 | 2026-05-18T23:37:32.280Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2823 | 2026-05-18T23:37:32.483Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2824 | 2026-05-18T23:37:32.505Z | Compiling nix v0.27.1 |
| 2825 | 2026-05-18T23:37:32.956Z | Compiling dropshot_endpoint v0.16.7 |
| 2826 | 2026-05-18T23:37:33.249Z | Compiling serde_bytes v0.11.19 |
| 2827 | 2026-05-18T23:37:33.444Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2828 | 2026-05-18T23:37:33.544Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2829 | 2026-05-18T23:37:33.827Z | Compiling tokio-tungstenite v0.23.1 |
| 2830 | 2026-05-18T23:37:34.221Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2831 | 2026-05-18T23:37:34.493Z | Compiling git2 v0.20.4 |
| 2832 | 2026-05-18T23:37:37.240Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-18T23:37:37.520Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-05-18T23:37:39.307Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2835 | 2026-05-18T23:37:39.335Z | Compiling tokio-rustls v0.24.1 |
| 2836 | 2026-05-18T23:37:39.625Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2837 | 2026-05-18T23:37:40.262Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-05-18T23:37:40.330Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2839 | 2026-05-18T23:37:40.351Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2840 | 2026-05-18T23:37:40.377Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2841 | 2026-05-18T23:37:40.810Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2842 | 2026-05-18T23:37:41.886Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2843 | 2026-05-18T23:37:42.385Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2844 | 2026-05-18T23:37:42.843Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2845 | 2026-05-18T23:37:44.031Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-05-18T23:37:44.034Z | Compiling rustls-pemfile v1.0.4 |
| 2847 | 2026-05-18T23:37:44.034Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2848 | 2026-05-18T23:37:44.034Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2849 | 2026-05-18T23:37:44.034Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2026-05-18T23:37:44.526Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2851 | 2026-05-18T23:37:45.189Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2852 | 2026-05-18T23:37:45.594Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2853 | 2026-05-18T23:37:47.226Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2854 | 2026-05-18T23:37:47.319Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2855 | 2026-05-18T23:37:47.410Z | Compiling signal-hook-tokio v0.3.1 |
| 2856 | 2026-05-18T23:37:47.490Z | Compiling twox-hash v2.1.2 |
| 2857 | 2026-05-18T23:37:47.524Z | Compiling yasna v0.5.2 |
| 2858 | 2026-05-18T23:37:47.630Z | Compiling is_ci v1.2.0 |
| 2859 | 2026-05-18T23:37:47.849Z | Compiling supports-color v3.0.2 |
| 2860 | 2026-05-18T23:37:48.007Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2861 | 2026-05-18T23:37:48.164Z | Compiling rcgen v0.12.1 |
| 2862 | 2026-05-18T23:37:48.998Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2863 | 2026-05-18T23:37:49.072Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2864 | 2026-05-18T23:37:49.175Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2865 | 2026-05-18T23:37:50.297Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2866 | 2026-05-18T23:37:51.245Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2867 | 2026-05-18T23:37:51.388Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2868 | 2026-05-18T23:37:52.441Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2869 | 2026-05-18T23:37:52.627Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2870 | 2026-05-18T23:37:52.650Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2871 | 2026-05-18T23:37:52.874Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2872 | 2026-05-18T23:37:53.134Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2873 | 2026-05-18T23:37:53.351Z | Compiling fatfs v0.3.6 |
| 2874 | 2026-05-18T23:37:54.094Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-18T23:37:54.556Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-05-18T23:37:55.161Z | Compiling rtoolbox v0.0.3 |
| 2877 | 2026-05-18T23:37:55.452Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-05-18T23:37:55.496Z | Compiling seq-macro v0.3.6 |
| 2879 | 2026-05-18T23:37:55.567Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-05-18T23:37:55.852Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2881 | 2026-05-18T23:37:56.034Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-05-18T23:37:56.485Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2883 | 2026-05-18T23:37:56.623Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2884 | 2026-05-18T23:37:56.786Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-05-18T23:37:57.779Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-05-18T23:37:58.065Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-05-18T23:37:58.989Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2888 | 2026-05-18T23:37:59.074Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2889 | 2026-05-18T23:37:59.501Z | Compiling uzers v0.12.2 |
| 2890 | 2026-05-18T23:37:59.712Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-05-18T23:38:00.947Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-05-18T23:38:01.620Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-05-18T23:38:01.968Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-05-18T23:38:04.265Z | Compiling support-bundle-viewer v0.1.2 |
| 2895 | 2026-05-18T23:38:05.811Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2896 | 2026-05-18T23:38:06.169Z | Compiling multimap v0.10.1 |
| 2897 | 2026-05-18T23:38:14.323Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2898 | 2026-05-18T23:38:14.746Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2899 | 2026-05-18T23:38:16.736Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2900 | 2026-05-18T23:38:27.260Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2901 | 2026-05-18T23:43:43.008Z | Finished `release` profile [optimized] target(s) in 7m 30s |
| 2902 | 2026-05-18T23:44:27.643Z | |
| 2903 | 2026-05-18T23:44:27.643Z | real 8:15.980726999 |
| 2904 | 2026-05-18T23:44:27.643Z | user 1:17:44.154659840 |
| 2905 | 2026-05-18T23:44:27.646Z | sys 3:28.142120468 |
| 2906 | 2026-05-18T23:44:27.646Z | trap 1.722943181 |
| 2907 | 2026-05-18T23:44:27.646Z | tflt 3.324766209 |
| 2908 | 2026-05-18T23:44:27.646Z | dflt 17.577475987 |
| 2909 | 2026-05-18T23:44:27.646Z | kflt 0.049773107 |
| 2910 | 2026-05-18T23:44:27.647Z | lock 6:20:35.999593161 |
| 2911 | 2026-05-18T23:44:27.647Z | slp 2:12:33.286384877 |
| 2912 | 2026-05-18T23:44:27.647Z | lat 2:26.143391081 |
| 2913 | 2026-05-18T23:44:27.647Z | stop 5:19.133279545 |
| 2914 | 2026-05-18T23:44:27.647Z | + mapfile -t packages |
| 2915 | 2026-05-18T23:44:27.647Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2916 | 2026-05-18T23:44:28.595Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2917 | 2026-05-18T23:44:28.671Z | Running `target/release/omicron-package -t test list-outputs` |
| 2918 | 2026-05-18T23:44:28.727Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2919 | 2026-05-18T23:44:28.730Z | + ptime -m cargo build --locked --release -p xtask |
| 2920 | 2026-05-18T23:44:29.264Z | Compiling libc v0.2.185 |
| 2921 | 2026-05-18T23:44:29.265Z | Compiling serde v1.0.228 |
| 2922 | 2026-05-18T23:44:29.268Z | Compiling serde_core v1.0.228 |
| 2923 | 2026-05-18T23:44:29.268Z | Compiling rustix v1.1.3 |
| 2924 | 2026-05-18T23:44:29.358Z | Compiling bitflags v2.11.0 |
| 2925 | 2026-05-18T23:44:29.368Z | Compiling serde_json v1.0.149 |
| 2926 | 2026-05-18T23:44:29.409Z | Compiling num-traits v0.2.19 |
| 2927 | 2026-05-18T23:44:29.418Z | Compiling syn v2.0.117 |
| 2928 | 2026-05-18T23:44:29.438Z | Compiling smallvec v1.15.1 |
| 2929 | 2026-05-18T23:44:29.449Z | Compiling usdt-impl v0.5.0 |
| 2930 | 2026-05-18T23:44:29.452Z | Compiling indexmap v2.14.0 |
| 2931 | 2026-05-18T23:44:29.471Z | Compiling syn v1.0.109 |
| 2932 | 2026-05-18T23:44:29.483Z | Compiling getrandom v0.4.1 |
| 2933 | 2026-05-18T23:44:29.486Z | Compiling log v0.4.29 |
| 2934 | 2026-05-18T23:44:29.610Z | Compiling percent-encoding v2.3.2 |
| 2935 | 2026-05-18T23:44:29.762Z | Compiling form_urlencoded v1.2.2 |
| 2936 | 2026-05-18T23:44:29.823Z | Compiling fs-err v3.3.0 |
| 2937 | 2026-05-18T23:44:29.823Z | Compiling anyhow v1.0.102 |
| 2938 | 2026-05-18T23:44:29.827Z | Compiling heck v0.4.1 |
| 2939 | 2026-05-18T23:44:29.827Z | Compiling once_cell v1.21.3 |
| 2940 | 2026-05-18T23:44:30.080Z | Compiling thread-id v4.2.2 |
| 2941 | 2026-05-18T23:44:30.091Z | Compiling errno v0.3.14 |
| 2942 | 2026-05-18T23:44:30.122Z | Compiling memmap v0.7.0 |
| 2943 | 2026-05-18T23:44:30.396Z | Compiling ordered-float v2.10.1 |
| 2944 | 2026-05-18T23:44:30.926Z | Compiling proc-macro-error v1.0.4 |
| 2945 | 2026-05-18T23:44:31.070Z | Compiling terminal_size v0.4.3 |
| 2946 | 2026-05-18T23:44:31.070Z | Compiling tempfile v3.25.0 |
| 2947 | 2026-05-18T23:44:31.165Z | Compiling clap_builder v4.5.60 |
| 2948 | 2026-05-18T23:44:31.165Z | Compiling textwrap v0.16.2 |
| 2949 | 2026-05-18T23:44:31.187Z | Compiling tabled_derive v0.7.0 |
| 2950 | 2026-05-18T23:44:31.301Z | Compiling camino-tempfile v1.4.1 |
| 2951 | 2026-05-18T23:44:31.830Z | Compiling tabled v0.15.0 |
| 2952 | 2026-05-18T23:44:31.913Z | Compiling synstructure v0.13.2 |
| 2953 | 2026-05-18T23:44:31.913Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-05-18T23:44:32.307Z | Compiling serde_derive v1.0.228 |
| 2955 | 2026-05-18T23:44:32.307Z | Compiling zerofrom-derive v0.1.6 |
| 2956 | 2026-05-18T23:44:32.311Z | Compiling yoke-derive v0.8.1 |
| 2957 | 2026-05-18T23:44:32.311Z | Compiling zerovec-derive v0.11.2 |
| 2958 | 2026-05-18T23:44:32.311Z | Compiling displaydoc v0.2.5 |
| 2959 | 2026-05-18T23:44:32.311Z | Compiling thiserror-impl v1.0.69 |
| 2960 | 2026-05-18T23:44:32.311Z | Compiling zerocopy-derive v0.7.35 |
| 2961 | 2026-05-18T23:44:32.311Z | Compiling scroll_derive v0.12.1 |
| 2962 | 2026-05-18T23:44:32.311Z | Compiling thiserror-impl v2.0.18 |
| 2963 | 2026-05-18T23:44:32.330Z | Compiling clap_derive v4.5.55 |
| 2964 | 2026-05-18T23:44:32.426Z | Compiling pest_derive v2.8.6 |
| 2965 | 2026-05-18T23:44:33.060Z | Compiling scroll v0.12.0 |
| 2966 | 2026-05-18T23:44:33.135Z | Compiling zerocopy v0.7.35 |
| 2967 | 2026-05-18T23:44:33.389Z | Compiling goblin v0.8.2 |
| 2968 | 2026-05-18T23:44:33.434Z | Compiling zerofrom v0.1.6 |
| 2969 | 2026-05-18T23:44:33.446Z | Compiling thiserror v1.0.69 |
| 2970 | 2026-05-18T23:44:33.510Z | Compiling thiserror v2.0.18 |
| 2971 | 2026-05-18T23:44:33.562Z | Compiling yoke v0.8.1 |
| 2972 | 2026-05-18T23:44:33.565Z | Compiling dtrace-parser v0.2.0 |
| 2973 | 2026-05-18T23:44:33.771Z | Compiling zerovec v0.11.5 |
| 2974 | 2026-05-18T23:44:33.913Z | Compiling zerotrie v0.2.3 |
| 2975 | 2026-05-18T23:44:34.021Z | Compiling clap v4.5.60 |
| 2976 | 2026-05-18T23:44:34.304Z | Compiling tinystr v0.8.2 |
| 2977 | 2026-05-18T23:44:34.388Z | Compiling potential_utf v0.1.4 |
| 2978 | 2026-05-18T23:44:34.541Z | Compiling icu_locale_core v2.1.1 |
| 2979 | 2026-05-18T23:44:34.589Z | Compiling icu_collections v2.1.1 |
| 2980 | 2026-05-18T23:44:35.333Z | Compiling icu_provider v2.1.1 |
| 2981 | 2026-05-18T23:44:35.756Z | Compiling icu_properties v2.1.2 |
| 2982 | 2026-05-18T23:44:35.923Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-05-18T23:44:35.993Z | Compiling serde_spanned v0.6.9 |
| 2984 | 2026-05-18T23:44:36.034Z | Compiling toml_datetime v0.6.11 |
| 2985 | 2026-05-18T23:44:36.060Z | Compiling dof v0.3.0 |
| 2986 | 2026-05-18T23:44:36.166Z | Compiling serde_tokenstream v0.2.3 |
| 2987 | 2026-05-18T23:44:36.202Z | Compiling serde-value v0.7.0 |
| 2988 | 2026-05-18T23:44:36.255Z | Compiling toml_edit v0.22.27 |
| 2989 | 2026-05-18T23:44:36.273Z | Compiling cargo-platform v0.2.0 |
| 2990 | 2026-05-18T23:44:36.363Z | Compiling macaddr v1.0.1 |
| 2991 | 2026-05-18T23:44:36.674Z | Compiling idna_adapter v1.2.1 |
| 2992 | 2026-05-18T23:44:36.794Z | Compiling idna v1.1.0 |
| 2993 | 2026-05-18T23:44:36.840Z | Compiling usdt-macro v0.5.0 |
| 2994 | 2026-05-18T23:44:36.882Z | Compiling usdt-attr-macro v0.5.0 |
| 2995 | 2026-05-18T23:44:37.304Z | Compiling url v2.5.8 |
| 2996 | 2026-05-18T23:44:37.528Z | Compiling usdt v0.5.0 |
| 2997 | 2026-05-18T23:44:37.806Z | Compiling toml v0.8.23 |
| 2998 | 2026-05-18T23:44:38.231Z | Compiling cargo-util-schemas v0.8.2 |
| 2999 | 2026-05-18T23:44:38.231Z | Compiling cargo_toml v0.21.0 |
| 3000 | 2026-05-18T23:44:39.242Z | Compiling cargo_metadata v0.21.0 |
| 3001 | 2026-05-18T23:44:42.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3002 | 2026-05-18T23:44:45.366Z | Finished `release` profile [optimized] target(s) in 16.61s |
| 3003 | 2026-05-18T23:44:45.487Z | |
| 3004 | 2026-05-18T23:44:45.493Z | real 16.715798967 |
| 3005 | 2026-05-18T23:44:45.493Z | user 2:21.821208855 |
| 3006 | 2026-05-18T23:44:45.493Z | sys 16.357447854 |
| 3007 | 2026-05-18T23:44:45.493Z | trap 0.099073218 |
| 3008 | 2026-05-18T23:44:45.493Z | tflt 0.604854574 |
| 3009 | 2026-05-18T23:44:45.493Z | dflt 1.599682532 |
| 3010 | 2026-05-18T23:44:45.494Z | kflt 0.000082594 |
| 3011 | 2026-05-18T23:44:45.494Z | lock 5:19.946423364 |
| 3012 | 2026-05-18T23:44:45.494Z | slp 3:26.011139717 |
| 3013 | 2026-05-18T23:44:45.494Z | lat 5.808401534 |
| 3014 | 2026-05-18T23:44:45.494Z | stop 17.970226312 |
| 3015 | 2026-05-18T23:44:45.494Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3016 | 2026-05-18T23:44:45.494Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-05-18T23:44:45.494Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3018 | 2026-05-18T23:44:45.494Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-05-18T23:44:45.494Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3020 | 2026-05-18T23:44:46.440Z | Compiling newtype-uuid-macros v0.1.0 |
| 3021 | 2026-05-18T23:44:46.443Z | Compiling regress v0.10.5 |
| 3022 | 2026-05-18T23:44:46.443Z | Compiling structmeta-derive v0.3.0 |
| 3023 | 2026-05-18T23:44:46.443Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-05-18T23:44:46.443Z | Compiling rustls v0.22.4 |
| 3025 | 2026-05-18T23:44:46.586Z | Compiling rustls-webpki v0.102.8 |
| 3026 | 2026-05-18T23:44:46.602Z | Compiling multer v3.1.0 |
| 3027 | 2026-05-18T23:44:46.605Z | Compiling compression-core v0.4.31 |
| 3028 | 2026-05-18T23:44:46.605Z | Compiling match_cfg v0.1.0 |
| 3029 | 2026-05-18T23:44:46.605Z | Compiling debug-ignore v1.0.5 |
| 3030 | 2026-05-18T23:44:46.619Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-05-18T23:44:46.622Z | Compiling async-stream-impl v0.3.6 |
| 3032 | 2026-05-18T23:44:46.639Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3033 | 2026-05-18T23:44:46.639Z | Compiling serde_spanned v1.0.4 |
| 3034 | 2026-05-18T23:44:46.642Z | Compiling dropshot v0.17.0 |
| 3035 | 2026-05-18T23:44:46.642Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3036 | 2026-05-18T23:44:46.868Z | Compiling hostname v0.3.1 |
| 3037 | 2026-05-18T23:44:46.887Z | Compiling progenitor-client v0.14.0 |
| 3038 | 2026-05-18T23:44:46.918Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3039 | 2026-05-18T23:44:46.936Z | Compiling itertools v0.14.0 |
| 3040 | 2026-05-18T23:44:46.938Z | Compiling waitgroup v0.1.2 |
| 3041 | 2026-05-18T23:44:46.970Z | Compiling compression-codecs v0.4.37 |
| 3042 | 2026-05-18T23:44:46.987Z | Compiling slog-bunyan v2.5.0 |
| 3043 | 2026-05-18T23:44:47.020Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-05-18T23:44:47.089Z | Compiling dropshot_endpoint v0.17.0 |
| 3045 | 2026-05-18T23:44:47.106Z | Compiling hostname v0.4.2 |
| 3046 | 2026-05-18T23:44:47.109Z | Compiling serde_path_to_error v0.1.20 |
| 3047 | 2026-05-18T23:44:47.162Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3048 | 2026-05-18T23:44:47.261Z | Compiling async-compression v0.4.41 |
| 3049 | 2026-05-18T23:44:47.263Z | Compiling macaddr v1.0.1 |
| 3050 | 2026-05-18T23:44:47.263Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3051 | 2026-05-18T23:44:47.309Z | Compiling instant v0.1.13 |
| 3052 | 2026-05-18T23:44:47.359Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3053 | 2026-05-18T23:44:47.375Z | Compiling progenitor-client v0.10.0 |
| 3054 | 2026-05-18T23:44:47.398Z | Compiling async-stream v0.3.6 |
| 3055 | 2026-05-18T23:44:47.433Z | Compiling backon v1.6.0 |
| 3056 | 2026-05-18T23:44:47.489Z | Compiling backoff v0.4.0 |
| 3057 | 2026-05-18T23:44:47.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3058 | 2026-05-18T23:44:47.523Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3059 | 2026-05-18T23:44:47.587Z | Compiling universal-hash v0.5.1 |
| 3060 | 2026-05-18T23:44:47.610Z | Compiling progenitor-extras v0.2.0 |
| 3061 | 2026-05-18T23:44:47.615Z | Compiling unsafe-libyaml v0.2.11 |
| 3062 | 2026-05-18T23:44:47.661Z | Compiling opaque-debug v0.3.1 |
| 3063 | 2026-05-18T23:44:47.703Z | Compiling half v2.7.1 |
| 3064 | 2026-05-18T23:44:47.721Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-05-18T23:44:47.724Z | Compiling ciborium-io v0.2.2 |
| 3066 | 2026-05-18T23:44:47.755Z | Compiling crucible-workspace-hack v0.1.0 |
| 3067 | 2026-05-18T23:44:47.757Z | Compiling regress v0.11.1 |
| 3068 | 2026-05-18T23:44:47.851Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3069 | 2026-05-18T23:44:47.874Z | Compiling convert_case v0.4.0 |
| 3070 | 2026-05-18T23:44:47.891Z | Compiling aead v0.5.2 |
| 3071 | 2026-05-18T23:44:47.952Z | Compiling secrecy v0.10.3 |
| 3072 | 2026-05-18T23:44:47.990Z | Compiling structmeta v0.3.0 |
| 3073 | 2026-05-18T23:44:48.007Z | Compiling ciborium-ll v0.2.2 |
| 3074 | 2026-05-18T23:44:48.026Z | Compiling poly1305 v0.8.0 |
| 3075 | 2026-05-18T23:44:48.111Z | Compiling chacha20 v0.9.1 |
| 3076 | 2026-05-18T23:44:48.128Z | Compiling serde_yaml v0.9.34+deprecated |
| 3077 | 2026-05-18T23:44:48.131Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3078 | 2026-05-18T23:44:48.164Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3079 | 2026-05-18T23:44:48.235Z | Compiling ciborium v0.2.2 |
| 3080 | 2026-05-18T23:44:48.251Z | Compiling derive-ex v0.1.8 |
| 3081 | 2026-05-18T23:44:48.267Z | Compiling parse-display-derive v0.10.0 |
| 3082 | 2026-05-18T23:44:48.286Z | Compiling derive_more v0.99.20 |
| 3083 | 2026-05-18T23:44:48.304Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3084 | 2026-05-18T23:44:48.367Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3085 | 2026-05-18T23:44:48.384Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3086 | 2026-05-18T23:44:48.435Z | Compiling byte-wrapper v0.1.0 |
| 3087 | 2026-05-18T23:44:48.559Z | Compiling password-hash v0.5.0 |
| 3088 | 2026-05-18T23:44:48.648Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3089 | 2026-05-18T23:44:48.648Z | Compiling blake2 v0.10.6 |
| 3090 | 2026-05-18T23:44:48.804Z | Compiling chacha20poly1305 v0.10.1 |
| 3091 | 2026-05-18T23:44:48.820Z | Compiling indent_write v2.2.0 |
| 3092 | 2026-05-18T23:44:48.841Z | Compiling heapless v0.8.0 |
| 3093 | 2026-05-18T23:44:48.907Z | Compiling ingot-macros v0.1.1 |
| 3094 | 2026-05-18T23:44:48.982Z | Compiling argon2 v0.5.3 |
| 3095 | 2026-05-18T23:44:48.998Z | Compiling tabwriter v1.4.1 |
| 3096 | 2026-05-18T23:44:49.001Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3097 | 2026-05-18T23:44:49.169Z | Compiling tokio-rustls v0.25.0 |
| 3098 | 2026-05-18T23:44:49.273Z | Compiling num-rational v0.4.2 |
| 3099 | 2026-05-18T23:44:49.457Z | Compiling typify-impl v0.6.2 |
| 3100 | 2026-05-18T23:44:49.623Z | Compiling thiserror-no-std v2.0.2 |
| 3101 | 2026-05-18T23:44:49.651Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-05-18T23:44:49.742Z | Compiling vsss-rs v3.3.4 |
| 3103 | 2026-05-18T23:44:49.789Z | Compiling hash32 v0.3.1 |
| 3104 | 2026-05-18T23:44:49.893Z | Compiling num-complex v0.4.6 |
| 3105 | 2026-05-18T23:44:49.945Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3106 | 2026-05-18T23:44:49.975Z | Compiling smoltcp v0.11.0 |
| 3107 | 2026-05-18T23:44:50.036Z | Compiling test-strategy v0.4.5 |
| 3108 | 2026-05-18T23:44:50.063Z | Compiling parse-display v0.10.0 |
| 3109 | 2026-05-18T23:44:50.207Z | Compiling proc-macro-crate v3.4.0 |
| 3110 | 2026-05-18T23:44:50.230Z | Compiling atomicwrites v0.4.4 |
| 3111 | 2026-05-18T23:44:50.313Z | Compiling num v0.4.3 |
| 3112 | 2026-05-18T23:44:50.371Z | Compiling cobs v0.3.0 |
| 3113 | 2026-05-18T23:44:50.389Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3114 | 2026-05-18T23:44:50.410Z | Compiling float-ord v0.3.2 |
| 3115 | 2026-05-18T23:44:50.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-05-18T23:44:50.515Z | Compiling colored v3.1.1 |
| 3117 | 2026-05-18T23:44:50.594Z | Compiling postcard v1.1.3 |
| 3118 | 2026-05-18T23:44:50.612Z | Compiling proc-macro-error v1.0.4 |
| 3119 | 2026-05-18T23:44:50.681Z | Compiling proc-macro-crate v1.3.1 |
| 3120 | 2026-05-18T23:44:50.711Z | Compiling foreign-types-macros v0.2.3 |
| 3121 | 2026-05-18T23:44:50.729Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3122 | 2026-05-18T23:44:50.785Z | Compiling num_enum_derive v0.7.5 |
| 3123 | 2026-05-18T23:44:50.900Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3124 | 2026-05-18T23:44:50.952Z | Compiling cpufeatures v0.3.0 |
| 3125 | 2026-05-18T23:44:50.969Z | Compiling rayon-core v1.13.0 |
| 3126 | 2026-05-18T23:44:50.986Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3127 | 2026-05-18T23:44:51.044Z | Compiling foreign-types-shared v0.3.1 |
| 3128 | 2026-05-18T23:44:51.063Z | Compiling chacha20 v0.10.0 |
| 3129 | 2026-05-18T23:44:51.125Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3130 | 2026-05-18T23:44:51.143Z | Compiling num_enum_derive v0.5.11 |
| 3131 | 2026-05-18T23:44:51.227Z | Compiling toml v0.8.23 |
| 3132 | 2026-05-18T23:44:51.248Z | Compiling crossbeam-deque v0.8.6 |
| 3133 | 2026-05-18T23:44:51.319Z | Compiling camino-tempfile v1.4.1 |
| 3134 | 2026-05-18T23:44:51.345Z | Compiling foreign-types v0.5.0 |
| 3135 | 2026-05-18T23:44:51.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3136 | 2026-05-18T23:44:51.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3137 | 2026-05-18T23:44:51.409Z | Compiling cstr-argument v0.1.2 |
| 3138 | 2026-05-18T23:44:51.460Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3139 | 2026-05-18T23:44:51.570Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3140 | 2026-05-18T23:44:51.588Z | Compiling rand v0.10.0 |
| 3141 | 2026-05-18T23:44:51.591Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3142 | 2026-05-18T23:44:51.696Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3143 | 2026-05-18T23:44:51.825Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3144 | 2026-05-18T23:44:51.854Z | Compiling zone_cfg_derive v0.3.1 |
| 3145 | 2026-05-18T23:44:51.877Z | Compiling rayon v1.11.0 |
| 3146 | 2026-05-18T23:44:51.899Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3147 | 2026-05-18T23:44:51.902Z | Compiling ingot-types v0.1.2 |
| 3148 | 2026-05-18T23:44:51.931Z | Compiling num_enum v0.7.5 |
| 3149 | 2026-05-18T23:44:51.968Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3150 | 2026-05-18T23:44:52.046Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3151 | 2026-05-18T23:44:52.063Z | Compiling itertools v0.12.1 |
| 3152 | 2026-05-18T23:44:52.078Z | Compiling num-derive v0.4.2 |
| 3153 | 2026-05-18T23:44:52.130Z | Compiling sigpipe v0.1.3 |
| 3154 | 2026-05-18T23:44:52.175Z | Compiling prettyplease v0.2.37 |
| 3155 | 2026-05-18T23:44:52.196Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3156 | 2026-05-18T23:44:52.213Z | Compiling glob v0.3.3 |
| 3157 | 2026-05-18T23:44:52.259Z | Compiling num_enum v0.5.11 |
| 3158 | 2026-05-18T23:44:52.283Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3159 | 2026-05-18T23:44:52.361Z | Compiling ingot v0.1.1 |
| 3160 | 2026-05-18T23:44:52.364Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3161 | 2026-05-18T23:44:52.405Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3162 | 2026-05-18T23:44:52.457Z | Compiling smf v0.2.3 |
| 3163 | 2026-05-18T23:44:52.473Z | Compiling whoami v1.6.1 |
| 3164 | 2026-05-18T23:44:52.561Z | Compiling usdt-attr-macro v0.5.0 |
| 3165 | 2026-05-18T23:44:52.619Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-05-18T23:44:52.742Z | Compiling gethostname v0.5.0 |
| 3167 | 2026-05-18T23:44:52.788Z | Compiling memmap v0.7.0 |
| 3168 | 2026-05-18T23:44:52.889Z | Compiling derive-where v1.6.0 |
| 3169 | 2026-05-18T23:44:52.905Z | Compiling progenitor-client v0.13.0 |
| 3170 | 2026-05-18T23:44:53.004Z | Compiling resolv-conf v0.7.6 |
| 3171 | 2026-05-18T23:44:53.021Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3172 | 2026-05-18T23:44:53.059Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3173 | 2026-05-18T23:44:53.177Z | Compiling cancel-safe-futures v0.1.5 |
| 3174 | 2026-05-18T23:44:53.241Z | Compiling zone v0.3.1 |
| 3175 | 2026-05-18T23:44:53.326Z | Compiling owo-colors v4.3.0 |
| 3176 | 2026-05-18T23:44:53.376Z | Compiling libsw-core v0.3.2 |
| 3177 | 2026-05-18T23:44:53.407Z | Compiling console v0.15.11 |
| 3178 | 2026-05-18T23:44:53.442Z | Compiling usdt v0.5.0 |
| 3179 | 2026-05-18T23:44:53.477Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3180 | 2026-05-18T23:44:53.575Z | Compiling libsw v3.5.0 |
| 3181 | 2026-05-18T23:44:53.652Z | Compiling hickory-proto v0.24.4 |
| 3182 | 2026-05-18T23:44:53.731Z | Compiling newline-converter v0.3.0 |
| 3183 | 2026-05-18T23:44:53.736Z | Compiling linear-map v1.2.0 |
| 3184 | 2026-05-18T23:44:53.806Z | Compiling linked-hash-map v0.5.6 |
| 3185 | 2026-05-18T23:44:53.869Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-05-18T23:44:53.872Z | Compiling git-stub v1.0.0 |
| 3187 | 2026-05-18T23:44:53.934Z | Compiling expectorate v1.2.0 |
| 3188 | 2026-05-18T23:44:53.950Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-05-18T23:44:53.995Z | Compiling semver v0.1.20 |
| 3190 | 2026-05-18T23:44:54.080Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-05-18T23:44:54.097Z | Compiling git-stub-vcs v0.1.0 |
| 3192 | 2026-05-18T23:44:54.130Z | Compiling typify-macro v0.6.2 |
| 3193 | 2026-05-18T23:44:54.133Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-05-18T23:44:54.165Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3195 | 2026-05-18T23:44:54.198Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3196 | 2026-05-18T23:44:54.231Z | Compiling rustc_version v0.1.7 |
| 3197 | 2026-05-18T23:44:54.316Z | Compiling slog-dtrace v0.3.0 |
| 3198 | 2026-05-18T23:44:54.332Z | Compiling minimal-lexical v0.2.1 |
| 3199 | 2026-05-18T23:44:54.389Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-05-18T23:44:54.407Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3201 | 2026-05-18T23:44:54.447Z | Compiling oxide-tokio-rt v0.1.4 |
| 3202 | 2026-05-18T23:44:54.493Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-05-18T23:44:54.511Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-05-18T23:44:54.513Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3205 | 2026-05-18T23:44:54.547Z | Compiling nom v7.1.3 |
| 3206 | 2026-05-18T23:44:54.550Z | Compiling typify-impl v0.4.3 |
| 3207 | 2026-05-18T23:44:54.622Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3208 | 2026-05-18T23:44:54.643Z | Compiling phf_shared v0.12.1 |
| 3209 | 2026-05-18T23:44:54.660Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-05-18T23:44:54.712Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3211 | 2026-05-18T23:44:54.747Z | Compiling csv-core v0.1.13 |
| 3212 | 2026-05-18T23:44:54.775Z | Compiling highway v1.3.0 |
| 3213 | 2026-05-18T23:44:54.850Z | Compiling xshell-macros v0.2.7 |
| 3214 | 2026-05-18T23:44:54.983Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-05-18T23:44:55.004Z | Compiling chrono-tz v0.10.4 |
| 3216 | 2026-05-18T23:44:55.040Z | Compiling const_format_proc_macros v0.2.34 |
| 3217 | 2026-05-18T23:44:55.184Z | Compiling csv v1.4.0 |
| 3218 | 2026-05-18T23:44:55.204Z | Compiling phf v0.12.1 |
| 3219 | 2026-05-18T23:44:55.273Z | Compiling xshell v0.2.7 |
| 3220 | 2026-05-18T23:44:55.380Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3221 | 2026-05-18T23:44:55.398Z | Compiling primeorder v0.13.6 |
| 3222 | 2026-05-18T23:44:55.643Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3223 | 2026-05-18T23:44:55.670Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-05-18T23:44:55.752Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3225 | 2026-05-18T23:44:55.785Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-05-18T23:44:55.817Z | Compiling tabled_derive v0.7.0 |
| 3227 | 2026-05-18T23:44:55.921Z | Compiling const_format v0.2.35 |
| 3228 | 2026-05-18T23:44:55.966Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3229 | 2026-05-18T23:44:55.986Z | Compiling typify v0.6.2 |
| 3230 | 2026-05-18T23:44:56.003Z | Compiling bcs v0.1.6 |
| 3231 | 2026-05-18T23:44:56.119Z | Compiling progenitor-impl v0.14.0 |
| 3232 | 2026-05-18T23:44:56.136Z | Compiling progenitor-impl v0.13.0 |
| 3233 | 2026-05-18T23:44:56.270Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-05-18T23:44:56.348Z | Compiling tagptr v0.2.0 |
| 3235 | 2026-05-18T23:44:56.500Z | Compiling termtree v0.5.1 |
| 3236 | 2026-05-18T23:44:56.524Z | Compiling salty v0.3.0 |
| 3237 | 2026-05-18T23:44:56.542Z | Compiling textwrap v0.16.2 |
| 3238 | 2026-05-18T23:44:56.560Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3239 | 2026-05-18T23:44:56.686Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3240 | 2026-05-18T23:44:56.808Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-05-18T23:44:56.826Z | Compiling qorb v0.4.1 |
| 3242 | 2026-05-18T23:44:56.860Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3243 | 2026-05-18T23:44:56.924Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-05-18T23:44:56.988Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3245 | 2026-05-18T23:44:57.046Z | Compiling tabled v0.15.0 |
| 3246 | 2026-05-18T23:44:57.086Z | Compiling moka v0.12.13 |
| 3247 | 2026-05-18T23:44:57.425Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-05-18T23:44:57.670Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-18T23:44:57.769Z | Compiling steno v0.4.1 |
| 3250 | 2026-05-18T23:44:57.853Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3251 | 2026-05-18T23:44:57.908Z | Compiling humantime v2.3.0 |
| 3252 | 2026-05-18T23:44:58.037Z | Compiling radium v0.7.0 |
| 3253 | 2026-05-18T23:44:58.040Z | Compiling base64 v0.21.7 |
| 3254 | 2026-05-18T23:44:58.211Z | Compiling hickory-resolver v0.25.2 |
| 3255 | 2026-05-18T23:44:58.375Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3256 | 2026-05-18T23:44:58.414Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3257 | 2026-05-18T23:44:58.685Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3258 | 2026-05-18T23:44:58.732Z | Compiling p384 v0.13.1 |
| 3259 | 2026-05-18T23:44:58.834Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3260 | 2026-05-18T23:44:58.852Z | Compiling progenitor-macro v0.14.0 |
| 3261 | 2026-05-18T23:44:58.869Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3262 | 2026-05-18T23:44:58.890Z | Compiling progenitor-macro v0.13.0 |
| 3263 | 2026-05-18T23:44:58.944Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-05-18T23:44:59.010Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-05-18T23:44:59.168Z | Compiling maybe-uninit v2.0.0 |
| 3266 | 2026-05-18T23:44:59.196Z | Compiling typify-macro v0.4.3 |
| 3267 | 2026-05-18T23:44:59.333Z | Compiling tap v1.0.1 |
| 3268 | 2026-05-18T23:44:59.399Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-05-18T23:44:59.475Z | Compiling wyz v0.5.1 |
| 3270 | 2026-05-18T23:44:59.565Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3271 | 2026-05-18T23:44:59.639Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3272 | 2026-05-18T23:44:59.700Z | Compiling utf-8 v0.7.6 |
| 3273 | 2026-05-18T23:44:59.727Z | Compiling packed_struct v0.10.1 |
| 3274 | 2026-05-18T23:44:59.907Z | Compiling funty v2.0.0 |
| 3275 | 2026-05-18T23:44:59.939Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3276 | 2026-05-18T23:45:00.034Z | Compiling parking_lot_core v0.8.6 |
| 3277 | 2026-05-18T23:45:00.091Z | Compiling proc-macro-error2 v2.0.1 |
| 3278 | 2026-05-18T23:45:00.153Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-05-18T23:45:00.212Z | Compiling polyval v0.6.2 |
| 3280 | 2026-05-18T23:45:00.290Z | Compiling bitvec v1.0.1 |
| 3281 | 2026-05-18T23:45:00.338Z | Compiling packed_struct_codegen v0.10.1 |
| 3282 | 2026-05-18T23:45:00.390Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-05-18T23:45:00.442Z | Compiling bitfield-macros v0.19.4 |
| 3284 | 2026-05-18T23:45:00.461Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-05-18T23:45:00.482Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-05-18T23:45:00.540Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-05-18T23:45:00.722Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3288 | 2026-05-18T23:45:00.766Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3289 | 2026-05-18T23:45:00.782Z | Compiling nodrop v0.1.14 |
| 3290 | 2026-05-18T23:45:00.905Z | Compiling crc-catalog v2.4.0 |
| 3291 | 2026-05-18T23:45:00.976Z | Compiling array-init v0.0.4 |
| 3292 | 2026-05-18T23:45:01.027Z | Compiling typify v0.4.3 |
| 3293 | 2026-05-18T23:45:01.031Z | Compiling crc v3.4.0 |
| 3294 | 2026-05-18T23:45:01.047Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-05-18T23:45:01.086Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3296 | 2026-05-18T23:45:01.149Z | Compiling progenitor-impl v0.11.2 |
| 3297 | 2026-05-18T23:45:01.235Z | Compiling bitfield v0.19.4 |
| 3298 | 2026-05-18T23:45:01.265Z | Compiling tabled_derive v0.11.0 |
| 3299 | 2026-05-18T23:45:01.343Z | Compiling ghash v0.5.1 |
| 3300 | 2026-05-18T23:45:01.346Z | Compiling libscf-sys v1.1.0 |
| 3301 | 2026-05-18T23:45:01.402Z | Compiling zerocopy v0.6.6 |
| 3302 | 2026-05-18T23:45:01.469Z | Compiling smallvec v0.6.14 |
| 3303 | 2026-05-18T23:45:01.527Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-05-18T23:45:01.572Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-05-18T23:45:01.746Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-05-18T23:45:01.761Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3307 | 2026-05-18T23:45:01.766Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2026-05-18T23:45:01.795Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-05-18T23:45:01.931Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3310 | 2026-05-18T23:45:01.975Z | Compiling ctr v0.9.2 |
| 3311 | 2026-05-18T23:45:02.100Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3312 | 2026-05-18T23:45:02.120Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3313 | 2026-05-18T23:45:02.172Z | Compiling corncobs v0.1.4 |
| 3314 | 2026-05-18T23:45:02.204Z | Compiling unicase v2.9.0 |
| 3315 | 2026-05-18T23:45:02.334Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3316 | 2026-05-18T23:45:02.351Z | Compiling hashbrown v0.12.3 |
| 3317 | 2026-05-18T23:45:02.430Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-18T23:45:02.447Z | Compiling mime_guess v2.0.5 |
| 3319 | 2026-05-18T23:45:02.484Z | Compiling aes-gcm v0.10.3 |
| 3320 | 2026-05-18T23:45:02.508Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-05-18T23:45:02.576Z | Compiling tabled v0.20.0 |
| 3322 | 2026-05-18T23:45:02.579Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3323 | 2026-05-18T23:45:02.707Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3324 | 2026-05-18T23:45:02.858Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3325 | 2026-05-18T23:45:02.876Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3326 | 2026-05-18T23:45:03.061Z | Compiling serde-hex v0.1.0 |
| 3327 | 2026-05-18T23:45:03.087Z | Compiling parking_lot v0.11.2 |
| 3328 | 2026-05-18T23:45:03.127Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3329 | 2026-05-18T23:45:03.255Z | Compiling progenitor-impl v0.10.0 |
| 3330 | 2026-05-18T23:45:03.501Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3331 | 2026-05-18T23:45:03.524Z | Compiling ron v0.8.1 |
| 3332 | 2026-05-18T23:45:03.559Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3333 | 2026-05-18T23:45:03.575Z | Compiling hashbrown v0.13.2 |
| 3334 | 2026-05-18T23:45:03.875Z | Compiling progenitor-macro v0.11.2 |
| 3335 | 2026-05-18T23:45:03.910Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3336 | 2026-05-18T23:45:04.049Z | Compiling progenitor v0.14.0 |
| 3337 | 2026-05-18T23:45:04.081Z | Compiling progenitor v0.13.0 |
| 3338 | 2026-05-18T23:45:04.128Z | Compiling progenitor-client v0.11.2 |
| 3339 | 2026-05-18T23:45:04.222Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3340 | 2026-05-18T23:45:04.245Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3341 | 2026-05-18T23:45:04.341Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3342 | 2026-05-18T23:45:04.486Z | Compiling ssh-encoding v0.2.0 |
| 3343 | 2026-05-18T23:45:04.578Z | Compiling blowfish v0.9.1 |
| 3344 | 2026-05-18T23:45:04.635Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-05-18T23:45:04.790Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-05-18T23:45:04.815Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-05-18T23:45:04.851Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3348 | 2026-05-18T23:45:04.911Z | Compiling crc-any v2.5.0 |
| 3349 | 2026-05-18T23:45:04.983Z | Compiling hickory-server v0.25.2 |
| 3350 | 2026-05-18T23:45:05.029Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3351 | 2026-05-18T23:45:05.104Z | Compiling sled v0.34.7 |
| 3352 | 2026-05-18T23:45:05.141Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3353 | 2026-05-18T23:45:05.182Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3354 | 2026-05-18T23:45:05.212Z | Compiling ssh-cipher v0.2.0 |
| 3355 | 2026-05-18T23:45:05.307Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-05-18T23:45:05.468Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3357 | 2026-05-18T23:45:05.511Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3358 | 2026-05-18T23:45:05.864Z | Compiling object v0.30.4 |
| 3359 | 2026-05-18T23:45:05.898Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3360 | 2026-05-18T23:45:06.059Z | Compiling progenitor-macro v0.10.0 |
| 3361 | 2026-05-18T23:45:06.211Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3362 | 2026-05-18T23:45:06.248Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3363 | 2026-05-18T23:45:06.879Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3364 | 2026-05-18T23:45:06.902Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3365 | 2026-05-18T23:45:07.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3366 | 2026-05-18T23:45:07.206Z | Compiling password-hash v0.4.2 |
| 3367 | 2026-05-18T23:45:07.494Z | Compiling http-range v0.1.5 |
| 3368 | 2026-05-18T23:45:07.630Z | Compiling half v1.8.3 |
| 3369 | 2026-05-18T23:45:07.735Z | Compiling path-slash v0.1.5 |
| 3370 | 2026-05-18T23:45:07.754Z | Compiling crc8 v0.1.1 |
| 3371 | 2026-05-18T23:45:07.894Z | Compiling serde_cbor v0.11.2 |
| 3372 | 2026-05-18T23:45:07.907Z | Compiling pbkdf2 v0.11.0 |
| 3373 | 2026-05-18T23:45:07.930Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3374 | 2026-05-18T23:45:07.952Z | Compiling illumos-nvpair v0.3.0 |
| 3375 | 2026-05-18T23:45:08.237Z | Compiling ssh-key v0.6.7 |
| 3376 | 2026-05-18T23:45:08.521Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3377 | 2026-05-18T23:45:08.620Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3378 | 2026-05-18T23:45:08.716Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3379 | 2026-05-18T23:45:08.892Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3380 | 2026-05-18T23:45:08.925Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3381 | 2026-05-18T23:45:08.988Z | Compiling progenitor v0.11.2 |
| 3382 | 2026-05-18T23:45:09.158Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3383 | 2026-05-18T23:45:09.175Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3384 | 2026-05-18T23:45:09.383Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3385 | 2026-05-18T23:45:09.512Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3386 | 2026-05-18T23:45:09.610Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3387 | 2026-05-18T23:45:09.629Z | Compiling p256 v0.13.2 |
| 3388 | 2026-05-18T23:45:09.646Z | Compiling p521 v0.13.3 |
| 3389 | 2026-05-18T23:45:09.778Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3390 | 2026-05-18T23:45:09.977Z | Compiling yasna v0.5.2 |
| 3391 | 2026-05-18T23:45:10.030Z | Compiling kstat-rs v0.2.4 |
| 3392 | 2026-05-18T23:45:10.098Z | Compiling headers-core v0.3.0 |
| 3393 | 2026-05-18T23:45:10.116Z | Compiling nanorand v0.7.0 |
| 3394 | 2026-05-18T23:45:10.252Z | Compiling atty v0.2.14 |
| 3395 | 2026-05-18T23:45:10.280Z | Compiling russh-cryptovec v0.7.3 |
| 3396 | 2026-05-18T23:45:10.366Z | Compiling home v0.5.12 |
| 3397 | 2026-05-18T23:45:10.390Z | Compiling md5 v0.7.0 |
| 3398 | 2026-05-18T23:45:10.407Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3399 | 2026-05-18T23:45:10.440Z | Compiling rcgen v0.12.1 |
| 3400 | 2026-05-18T23:45:10.456Z | Compiling flume v0.11.1 |
| 3401 | 2026-05-18T23:45:10.473Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3402 | 2026-05-18T23:45:10.498Z | Compiling headers v0.4.1 |
| 3403 | 2026-05-18T23:45:10.538Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-05-18T23:45:10.647Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3405 | 2026-05-18T23:45:10.695Z | Compiling russh-keys v0.45.0 |
| 3406 | 2026-05-18T23:45:10.736Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3407 | 2026-05-18T23:45:10.765Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3408 | 2026-05-18T23:45:10.801Z | Compiling hyper-staticfile v0.10.1 |
| 3409 | 2026-05-18T23:45:11.083Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-05-18T23:45:11.098Z | Compiling progenitor v0.10.0 |
| 3411 | 2026-05-18T23:45:11.206Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3412 | 2026-05-18T23:45:11.289Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3413 | 2026-05-18T23:45:11.306Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3414 | 2026-05-18T23:45:11.345Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3415 | 2026-05-18T23:45:11.364Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3416 | 2026-05-18T23:45:11.487Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3417 | 2026-05-18T23:45:11.603Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3418 | 2026-05-18T23:45:11.691Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3419 | 2026-05-18T23:45:11.785Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3420 | 2026-05-18T23:45:11.907Z | Compiling num-bigint v0.4.6 |
| 3421 | 2026-05-18T23:45:11.924Z | Compiling des v0.8.1 |
| 3422 | 2026-05-18T23:45:12.003Z | Compiling subprocess v0.2.15 |
| 3423 | 2026-05-18T23:45:12.094Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3424 | 2026-05-18T23:45:12.097Z | Compiling hex-literal v0.4.1 |
| 3425 | 2026-05-18T23:45:12.127Z | Compiling display-error-chain v0.2.2 |
| 3426 | 2026-05-18T23:45:12.164Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3427 | 2026-05-18T23:45:12.182Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3428 | 2026-05-18T23:45:12.246Z | Compiling colored v2.2.0 |
| 3429 | 2026-05-18T23:45:12.293Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3430 | 2026-05-18T23:45:12.307Z | Compiling socket2 v0.5.10 |
| 3431 | 2026-05-18T23:45:12.513Z | Compiling internet-checksum v0.2.1 |
| 3432 | 2026-05-18T23:45:12.533Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-05-18T23:45:13.033Z | Compiling russh v0.45.0 |
| 3434 | 2026-05-18T23:45:13.160Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3435 | 2026-05-18T23:45:13.188Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3436 | 2026-05-18T23:45:15.525Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3437 | 2026-05-18T23:45:15.761Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3438 | 2026-05-18T23:45:16.428Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3439 | 2026-05-18T23:45:16.893Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3440 | 2026-05-18T23:45:18.642Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3441 | 2026-05-18T23:45:26.722Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3442 | 2026-05-18T23:45:26.722Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3443 | 2026-05-18T23:45:26.725Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3444 | 2026-05-18T23:45:26.725Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3445 | 2026-05-18T23:45:28.490Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3446 | 2026-05-18T23:45:28.506Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3447 | 2026-05-18T23:45:32.600Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3448 | 2026-05-18T23:46:11.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3449 | 2026-05-18T23:46:12.102Z | |
| 3450 | 2026-05-18T23:46:12.102Z | real 1:26.560001587 |
| 3451 | 2026-05-18T23:46:12.102Z | user 8:14.691510432 |
| 3452 | 2026-05-18T23:46:12.105Z | sys 1:40.921849101 |
| 3453 | 2026-05-18T23:46:12.105Z | trap 0.268097277 |
| 3454 | 2026-05-18T23:46:12.105Z | tflt 0.632248641 |
| 3455 | 2026-05-18T23:46:12.105Z | dflt 1.621560140 |
| 3456 | 2026-05-18T23:46:12.105Z | kflt 0.000238054 |
| 3457 | 2026-05-18T23:46:12.105Z | lock 29:28.317888380 |
| 3458 | 2026-05-18T23:46:12.105Z | slp 19:13.109338869 |
| 3459 | 2026-05-18T23:46:12.105Z | lat 40.216226128 |
| 3460 | 2026-05-18T23:46:12.105Z | stop 2:43.769544757 |
| 3461 | 2026-05-18T23:46:12.105Z | + mkdir tests |
| 3462 | 2026-05-18T23:46:12.108Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3463 | 2026-05-18T23:46:12.108Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3464 | 2026-05-18T23:46:12.183Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/ |
| 3465 | 2026-05-18T23:46:12.211Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/ |
| 3466 | 2026-05-18T23:46:12.239Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/ |
| 3467 | 2026-05-18T23:46:12.269Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/ |
| 3468 | 2026-05-18T23:46:12.591Z | + 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/*) |
| 3469 | 2026-05-18T23:46:12.594Z | + 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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 |
| 3470 | 2026-05-18T23:47:32.180Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3471 | 2026-05-18T23:47:32.180Z | a .github/buildomat/ci-env.sh 1K |
| 3472 | 2026-05-18T23:47:32.180Z | a out/target/test 1K |
| 3473 | 2026-05-18T23:47:32.180Z | a out/npuzone/npuzone 27402K |
| 3474 | 2026-05-18T23:47:32.180Z | a package-manifest.toml 35K |
| 3475 | 2026-05-18T23:47:32.180Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3476 | 2026-05-18T23:47:32.180Z | a target/release/omicron-package 46040K |
| 3477 | 2026-05-18T23:47:32.180Z | a target/release/xtask 11449K |
| 3478 | 2026-05-18T23:47:32.181Z | a target/debug/bootstrap 352747K |
| 3479 | 2026-05-18T23:47:32.181Z | a tests/bootstrap-80d6ff3f6918a423 31215K |
| 3480 | 2026-05-18T23:47:32.181Z | a tests/commtest-06c600c6b9aa7541 32300K |
| 3481 | 2026-05-18T23:47:32.181Z | a tests/dhcp_server-3f69dec6bee9e804 31215K |
| 3482 | 2026-05-18T23:47:32.181Z | a tests/end_to_end_tests-6a8d9103e588eb6f 394569K |
| 3483 | 2026-05-18T23:47:32.181Z | a out/clickhouse.tar.gz 319690K |
| 3484 | 2026-05-18T23:47:32.181Z | a out/clickhouse_keeper.tar.gz 305042K |
| 3485 | 2026-05-18T23:47:32.181Z | a out/clickhouse_server.tar.gz 319687K |
| 3486 | 2026-05-18T23:47:32.181Z | a out/cockroachdb.tar.gz 165212K |
| 3487 | 2026-05-18T23:47:32.181Z | a out/crucible-pantry-zone.tar.gz 44224K |
| 3488 | 2026-05-18T23:47:32.181Z | a out/crucible-utils.tar 17744K |
| 3489 | 2026-05-18T23:47:32.181Z | a out/crucible-zone.tar.gz 58362K |
| 3490 | 2026-05-18T23:47:32.181Z | a out/external-dns.tar.gz 49818K |
| 3491 | 2026-05-18T23:47:32.181Z | a out/internal-dns.tar.gz 49818K |
| 3492 | 2026-05-18T23:47:32.181Z | a out/mg-ddm-gz.tar 95141K |
| 3493 | 2026-05-18T23:47:32.181Z | a out/nexus.tar.gz 220802K |
| 3494 | 2026-05-18T23:47:32.181Z | a out/ntp.tar.gz 32189K |
| 3495 | 2026-05-18T23:47:32.181Z | a out/omicron-gateway-softnpu.tar.gz 29645K |
| 3496 | 2026-05-18T23:47:32.181Z | a out/omicron-sled-agent.tar 204636K |
| 3497 | 2026-05-18T23:47:32.181Z | a out/overlay.tar.gz 3K |
| 3498 | 2026-05-18T23:47:32.181Z | a out/oximeter.tar.gz 67896K |
| 3499 | 2026-05-18T23:47:32.181Z | a out/oxlog.tar 3782K |
| 3500 | 2026-05-18T23:47:32.181Z | a out/probe.tar.gz 3037K |
| 3501 | 2026-05-18T23:47:32.181Z | a out/propolis-server.tar.gz 38727K |
| 3502 | 2026-05-18T23:47:32.181Z | a out/pumpkind-gz.tar 26647K |
| 3503 | 2026-05-18T23:47:32.181Z | a out/switch-softnpu.tar.gz 396852K |
| 3504 | 2026-05-18T23:47:32.193Z | |
| 3505 | 2026-05-18T23:47:32.193Z | real 1:19.582507991 |
| 3506 | 2026-05-18T23:47:32.193Z | user 1:16.946863714 |
| 3507 | 2026-05-18T23:47:32.193Z | sys 4.375468863 |
| 3508 | 2026-05-18T23:47:32.193Z | trap 0.005997328 |
| 3509 | 2026-05-18T23:47:32.193Z | tflt 0.000000000 |
| 3510 | 2026-05-18T23:47:32.193Z | dflt 0.000000000 |
| 3511 | 2026-05-18T23:47:32.194Z | kflt 0.000000000 |
| 3512 | 2026-05-18T23:47:32.194Z | lock 0.000000000 |
| 3513 | 2026-05-18T23:47:32.194Z | slp 1:16.839076955 |
| 3514 | 2026-05-18T23:47:32.194Z | lat 0.992489378 |
| 3515 | 2026-05-18T23:47:32.194Z | stop 0.000531538 |
| 3516 | 2026-05-18T23:47:32.194Z | process exited: duration 906424 ms, exit code 0 |
| |
| 3517 | 2026-05-18T23:47:32.216Z | found 1 output files |
| 3518 | 2026-05-18T23:47:32.216Z | uploading: /work/package.tar.gz (2447254362 bytes) |
| 3519 | 2026-05-18T23:48:27.879Z | uploaded: /work/package.tar.gz |