|
|
|
| 1 | 2026-05-23T04:14:19.864Z | job assigned to worker 01KS9GKFSDETZANCW5C2E4P2K3 [factory aws, i-0d377c4b5f34b5ce8] (queued for 56 s) |
| |
| 2 | 2026-05-23T04:14:27.203Z | starting task 0: "setup" |
| 3 | 2026-05-23T04:14:27.207Z | ++ uname -s |
| 4 | 2026-05-23T04:14:27.210Z | + kern=SunOS |
| 5 | 2026-05-23T04:14:27.210Z | + build_user=build |
| 6 | 2026-05-23T04:14:27.210Z | + build_uid=12345 |
| 7 | 2026-05-23T04:14:27.211Z | + work_dir=/work |
| 8 | 2026-05-23T04:14:27.211Z | + input_dir=/input |
| 9 | 2026-05-23T04:14:27.211Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-23T04:14:27.211Z | + case "$kern" in |
| 11 | 2026-05-23T04:14:27.211Z | + groupadd -g 12345 build |
| 12 | 2026-05-23T04:14:27.214Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-23T04:14:29.222Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-23T04:14:29.362Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-23T04:14:29.367Z | + home_fs=zfs |
| 16 | 2026-05-23T04:14:29.367Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-23T04:14:29.367Z | + mkdir -p /home/build |
| 18 | 2026-05-23T04:14:29.367Z | + chown build:build /home/build /work |
| 19 | 2026-05-23T04:14:31.368Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-23T04:14:31.371Z | process exited: duration 4172 ms, exit code 0 |
| |
| 21 | 2026-05-23T04:14:31.377Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-23T04:14:31.384Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-23T04:14:31.384Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-23T04:14:31.384Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-23T04:14:31.384Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-23T04:14:31.384Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-23T04:14:31.384Z | * rust toolchain profile = "default" |
| 28 | 2026-05-23T04:14:31.387Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-23T04:14:31.387Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-23T04:14:31.490Z | info: downloading installer |
| 31 | 2026-05-23T04:14:32.871Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-23T04:14:32.871Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-23T04:14:32.871Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-23T04:14:32.871Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-23T04:14:32.883Z | info: profile set to default |
| 36 | 2026-05-23T04:14:32.883Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-23T04:14:32.886Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-23T04:14:33.017Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-23T04:14:33.020Z | info: downloading 6 components |
| 40 | 2026-05-23T04:14:47.269Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-23T04:14:47.269Z | |
| 42 | 2026-05-23T04:14:47.300Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-23T04:14:47.300Z | |
| 44 | 2026-05-23T04:14:47.300Z | |
| 45 | 2026-05-23T04:14:47.300Z | Rust is installed now. Great! |
| 46 | 2026-05-23T04:14:47.300Z | |
| 47 | 2026-05-23T04:14:47.300Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-23T04:14:47.300Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-23T04:14:47.301Z | |
| 50 | 2026-05-23T04:14:47.301Z | To configure your current shell, you need to source |
| 51 | 2026-05-23T04:14:47.301Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-23T04:14:47.301Z | |
| 53 | 2026-05-23T04:14:47.301Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-23T04:14:47.301Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-23T04:14:47.301Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-23T04:14:47.301Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-23T04:14:47.301Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-23T04:14:47.301Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-23T04:14:47.301Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-23T04:14:47.304Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-23T04:14:47.304Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-23T04:14:47.393Z | + rustup --version |
| 63 | 2026-05-23T04:14:47.399Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-23T04:14:47.402Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-23T04:14:47.422Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-23T04:14:47.425Z | + cargo --version |
| 67 | 2026-05-23T04:14:47.433Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-23T04:14:47.436Z | + rustc --version |
| 69 | 2026-05-23T04:14:47.457Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-23T04:14:47.460Z | process exited: duration 16082 ms, exit code 0 |
| |
| 71 | 2026-05-23T04:14:47.466Z | starting task 2: "authentication" |
| 72 | 2026-05-23T04:14:47.485Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-23T04:14:47.491Z | starting task 3: "clone repository" |
| 74 | 2026-05-23T04:14:47.496Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-23T04:14:47.499Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-23T04:14:47.553Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-23T04:14:57.667Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-23T04:14:57.667Z | + git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 79 | 2026-05-23T04:14:57.946Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-23T04:14:57.946Z | * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD |
| 81 | 2026-05-23T04:14:57.962Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-23T04:14:57.966Z | ++ git branch --show-current |
| 83 | 2026-05-23T04:14:57.969Z | + current=main |
| 84 | 2026-05-23T04:14:57.969Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-23T04:14:57.969Z | + git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 86 | 2026-05-23T04:14:57.971Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-23T04:14:58.208Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-23T04:14:58.211Z | + git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8 |
| 89 | 2026-05-23T04:14:58.443Z | HEAD is now at e32807410 [thundermuffin] bump to 473a90f8 |
| 90 | 2026-05-23T04:14:58.446Z | process exited: duration 10953 ms, exit code 0 |
| |
| 91 | 2026-05-23T04:14:58.454Z | starting task 4: "build" |
| 92 | 2026-05-23T04:14:58.459Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-23T04:14:58.459Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-23T04:14:58.459Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-23T04:14:58.459Z | + cargo --version |
| 96 | 2026-05-23T04:14:58.471Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-23T04:14:58.474Z | + rustc --version |
| 98 | 2026-05-23T04:14:58.494Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-23T04:14:58.497Z | + WORK=/work |
| 100 | 2026-05-23T04:14:58.497Z | + pfexec mkdir -p /work |
| 101 | 2026-05-23T04:14:58.500Z | + pfexec chown build /work |
| 102 | 2026-05-23T04:14:58.503Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-23T04:15:00.018Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-23T04:15:00.087Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-23T04:15:00.358Z | Planning: Solver setup ... Done (0.229s) |
| 106 | 2026-05-23T04:15:00.377Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-23T04:15:00.383Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-23T04:15:00.397Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-23T04:15:00.415Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-23T04:15:00.430Z | Planning: Package planning ... Done (0.016s) |
| 111 | 2026-05-23T04:15:00.433Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-23T04:15:00.627Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 113 | 2026-05-23T04:15:00.630Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-23T04:15:01.552Z | Planning: Evaluating mediators ... Done (0.923s) |
| 115 | 2026-05-23T04:15:01.555Z | Planning: Planning completed in 1.44 seconds |
| 116 | 2026-05-23T04:15:01.562Z | Packages to install: 2 |
| 117 | 2026-05-23T04:15:01.562Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-23T04:15:01.562Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-23T04:15:01.565Z | Create boot environment: No |
| 120 | 2026-05-23T04:15:01.565Z | Create backup boot environment: No |
| 121 | 2026-05-23T04:15:01.565Z | Rebuild boot archive: No |
| 122 | 2026-05-23T04:15:01.565Z | |
| 123 | 2026-05-23T04:15:01.565Z | Changed packages: |
| 124 | 2026-05-23T04:15:01.565Z | helios |
| 125 | 2026-05-23T04:15:01.565Z | developer/build-essential |
| 126 | 2026-05-23T04:15:01.565Z | None -> 11-3.0 |
| 127 | 2026-05-23T04:15:01.565Z | library/libxmlsec1 |
| 128 | 2026-05-23T04:15:01.565Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-23T04:15:01.588Z | |
| 130 | 2026-05-23T04:15:01.588Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-23T04:15:02.078Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 132 | 2026-05-23T04:15:02.138Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-23T04:15:02.179Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-23T04:15:02.213Z | Finalize: Updating package state database ... Done (0.034s) |
| 135 | 2026-05-23T04:15:02.213Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-23T04:15:02.232Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-23T04:15:04.788Z | Finalize: Creating fast lookup database ... Done (2.532s) |
| 138 | 2026-05-23T04:15:04.856Z | Finalize: Reading search index ... Done (0.014s) |
| 139 | 2026-05-23T04:15:04.859Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-23T04:15:04.941Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-23T04:15:05.245Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-23T04:15:05.349Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-23T04:15:05.352Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-23T04:15:05.505Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-23T04:15:05.508Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-23T04:15:05.528Z | Mediators to change: 2 |
| 147 | 2026-05-23T04:15:05.528Z | Create boot environment: No |
| 148 | 2026-05-23T04:15:05.528Z | Create backup boot environment: No |
| 149 | 2026-05-23T04:15:05.645Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-23T04:15:05.645Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-23T04:15:05.656Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-23T04:15:07.576Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-23T04:15:07.636Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-23T04:15:07.639Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-23T04:15:07.713Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-23T04:15:08.002Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-23T04:15:08.109Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-23T04:15:08.114Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-23T04:15:08.267Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-23T04:15:08.270Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-23T04:15:08.291Z | Mediators to change: 1 |
| 162 | 2026-05-23T04:15:08.291Z | Create boot environment: No |
| 163 | 2026-05-23T04:15:08.291Z | Create backup boot environment: No |
| 164 | 2026-05-23T04:15:08.349Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-23T04:15:08.350Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-23T04:15:08.361Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-23T04:15:10.302Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-23T04:15:10.363Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-23T04:15:10.366Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-23T04:15:10.457Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-23T04:15:10.771Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-23T04:15:10.771Z | apache system 2.4 system |
| 173 | 2026-05-23T04:15:10.771Z | clang system 15 system |
| 174 | 2026-05-23T04:15:10.771Z | csh system system illumos |
| 175 | 2026-05-23T04:15:10.771Z | ctags system system illumos |
| 176 | 2026-05-23T04:15:10.771Z | file vendor vendor darwinsys |
| 177 | 2026-05-23T04:15:10.771Z | file system system illumos |
| 178 | 2026-05-23T04:15:10.771Z | gcc vendor 14 vendor |
| 179 | 2026-05-23T04:15:10.771Z | gcc system 13 system |
| 180 | 2026-05-23T04:15:10.771Z | gcc system 10 system |
| 181 | 2026-05-23T04:15:10.771Z | go system 1.25 system |
| 182 | 2026-05-23T04:15:10.771Z | llvm system 15 system |
| 183 | 2026-05-23T04:15:10.771Z | mariadb system 11.4 system |
| 184 | 2026-05-23T04:15:10.771Z | mta vendor vendor dma |
| 185 | 2026-05-23T04:15:10.771Z | openjdk system 17 system |
| 186 | 2026-05-23T04:15:10.771Z | openjdk system 11 system |
| 187 | 2026-05-23T04:15:10.771Z | openssl vendor 3 vendor |
| 188 | 2026-05-23T04:15:10.771Z | perl system 5.40 system |
| 189 | 2026-05-23T04:15:10.771Z | postgresql system 18 system |
| 190 | 2026-05-23T04:15:10.771Z | postgresql system 17 system |
| 191 | 2026-05-23T04:15:10.771Z | python vendor 3 vendor |
| 192 | 2026-05-23T04:15:10.772Z | python system 2 system |
| 193 | 2026-05-23T04:15:10.772Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-23T04:15:10.772Z | ruby system 3.4 system |
| 195 | 2026-05-23T04:15:10.772Z | ruby system 3.0 system |
| 196 | 2026-05-23T04:15:10.772Z | words vendor vendor american-english |
| 197 | 2026-05-23T04:15:10.772Z | words system system australian-english |
| 198 | 2026-05-23T04:15:10.772Z | words system system british-english |
| 199 | 2026-05-23T04:15:10.772Z | words system system canadian-english |
| 200 | 2026-05-23T04:15:10.772Z | words system system french |
| 201 | 2026-05-23T04:15:10.772Z | words system system italian |
| 202 | 2026-05-23T04:15:10.772Z | words system system ngerman |
| 203 | 2026-05-23T04:15:10.772Z | words system system ogerman |
| 204 | 2026-05-23T04:15:10.772Z | words system system spanish |
| 205 | 2026-05-23T04:15:11.028Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-23T04:15:11.028Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-23T04:15:11.317Z | FMRI IFO |
| 208 | 2026-05-23T04:15:11.317Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-23T04:15:11.317Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-23T04:15:11.317Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-23T04:15:11.317Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-23T04:15:11.317Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-23T04:15:11.317Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-23T04:15:11.317Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-23T04:15:11.317Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-23T04:15:11.317Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-23T04:15:11.561Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-23T04:15:11.818Z | Updating crates.io index |
| 219 | 2026-05-23T04:15:11.857Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-23T04:15:12.667Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-23T04:15:13.121Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-23T04:15:13.419Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-23T04:15:14.823Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-23T04:15:15.306Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-23T04:15:16.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-23T04:15:17.743Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-23T04:15:18.061Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-23T04:15:19.246Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-23T04:15:19.497Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-23T04:15:19.973Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-23T04:15:20.231Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-23T04:15:21.321Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-23T04:15:21.782Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-23T04:15:22.092Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-23T04:15:22.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-23T04:15:22.894Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-23T04:15:23.309Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-23T04:15:23.535Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-23T04:15:23.766Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-23T04:15:24.008Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-23T04:15:24.436Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-23T04:15:24.926Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-23T04:15:25.389Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-23T04:15:25.650Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-23T04:15:26.215Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-23T04:15:27.245Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-23T04:15:27.931Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-23T04:15:28.326Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-23T04:15:28.854Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-23T04:15:29.200Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-23T04:15:29.439Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-23T04:15:29.870Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-23T04:15:30.166Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-23T04:15:30.931Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-23T04:15:31.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-23T04:15:31.403Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-23T04:15:31.618Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-23T04:15:44.075Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-05-23T04:15:46.432Z | Downloading crates ... |
| 260 | 2026-05-23T04:15:46.485Z | Downloaded anstyle-query v1.1.5 |
| 261 | 2026-05-23T04:15:46.492Z | Downloaded cargo_metadata v0.21.0 |
| 262 | 2026-05-23T04:15:46.495Z | Downloaded digest v0.10.7 |
| 263 | 2026-05-23T04:15:46.499Z | Downloaded clap_derive v4.6.1 |
| 264 | 2026-05-23T04:15:46.499Z | Downloaded errno v0.3.14 |
| 265 | 2026-05-23T04:15:46.502Z | Downloaded clap_lex v1.0.0 |
| 266 | 2026-05-23T04:15:46.505Z | Downloaded equivalent v1.0.2 |
| 267 | 2026-05-23T04:15:46.505Z | Downloaded colorchoice v1.0.4 |
| 268 | 2026-05-23T04:15:46.509Z | Downloaded clap v4.6.1 |
| 269 | 2026-05-23T04:15:46.514Z | Downloaded dtrace-parser v0.2.0 |
| 270 | 2026-05-23T04:15:46.517Z | Downloaded cpufeatures v0.2.17 |
| 271 | 2026-05-23T04:15:46.517Z | Downloaded dof v0.3.0 |
| 272 | 2026-05-23T04:15:46.517Z | Downloaded cfg-if v1.0.4 |
| 273 | 2026-05-23T04:15:46.520Z | Downloaded crypto-common v0.1.7 |
| 274 | 2026-05-23T04:15:46.520Z | Downloaded usdt-attr-macro v0.5.0 |
| 275 | 2026-05-23T04:15:46.522Z | Downloaded usdt v0.5.0 |
| 276 | 2026-05-23T04:15:46.522Z | Downloaded usdt-macro v0.5.0 |
| 277 | 2026-05-23T04:15:46.522Z | Downloaded toml_datetime v0.6.11 |
| 278 | 2026-05-23T04:15:46.522Z | Downloaded thread-id v4.2.2 |
| 279 | 2026-05-23T04:15:46.525Z | Downloaded displaydoc v0.2.5 |
| 280 | 2026-05-23T04:15:46.525Z | Downloaded swrite v0.1.0 |
| 281 | 2026-05-23T04:15:46.528Z | Downloaded anstyle v1.0.14 |
| 282 | 2026-05-23T04:15:46.528Z | Downloaded yoke-derive v0.8.1 |
| 283 | 2026-05-23T04:15:46.528Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-05-23T04:15:46.531Z | Downloaded heck v0.5.0 |
| 285 | 2026-05-23T04:15:46.534Z | Downloaded zerofrom v0.1.6 |
| 286 | 2026-05-23T04:15:46.534Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-05-23T04:15:46.534Z | Downloaded thiserror v2.0.18 |
| 288 | 2026-05-23T04:15:46.537Z | Downloaded toml_edit v0.22.27 |
| 289 | 2026-05-23T04:15:46.541Z | Downloaded byteorder v1.5.0 |
| 290 | 2026-05-23T04:15:46.544Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-05-23T04:15:46.544Z | Downloaded fnv v1.0.7 |
| 292 | 2026-05-23T04:15:46.544Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-05-23T04:15:46.547Z | Downloaded macaddr v1.0.1 |
| 294 | 2026-05-23T04:15:46.550Z | Downloaded writeable v0.6.2 |
| 295 | 2026-05-23T04:15:46.550Z | Downloaded thiserror v1.0.69 |
| 296 | 2026-05-23T04:15:46.553Z | Downloaded smawk v0.3.2 |
| 297 | 2026-05-23T04:15:46.556Z | Downloaded heck v0.4.1 |
| 298 | 2026-05-23T04:15:46.556Z | Downloaded potential_utf v0.1.4 |
| 299 | 2026-05-23T04:15:46.556Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-05-23T04:15:46.556Z | Downloaded version_check v0.9.5 |
| 301 | 2026-05-23T04:15:46.559Z | Downloaded strsim v0.11.1 |
| 302 | 2026-05-23T04:15:46.559Z | Downloaded itoa v1.0.17 |
| 303 | 2026-05-23T04:15:46.559Z | Downloaded usdt-impl v0.5.0 |
| 304 | 2026-05-23T04:15:46.562Z | Downloaded typeid v1.0.3 |
| 305 | 2026-05-23T04:15:46.562Z | Downloaded cargo_toml v0.21.0 |
| 306 | 2026-05-23T04:15:46.562Z | Downloaded tinystr v0.8.2 |
| 307 | 2026-05-23T04:15:46.565Z | Downloaded zerovec-derive v0.11.2 |
| 308 | 2026-05-23T04:15:46.565Z | Downloaded yoke v0.8.1 |
| 309 | 2026-05-23T04:15:46.565Z | Downloaded anstream v1.0.0 |
| 310 | 2026-05-23T04:15:46.568Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2026-05-23T04:15:46.568Z | Downloaded fastrand v2.3.0 |
| 312 | 2026-05-23T04:15:46.568Z | Downloaded thiserror-impl v2.0.18 |
| 313 | 2026-05-23T04:15:46.568Z | Downloaded unicode-xid v0.2.6 |
| 314 | 2026-05-23T04:15:46.571Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-05-23T04:15:46.574Z | Downloaded block-buffer v0.10.4 |
| 316 | 2026-05-23T04:15:46.577Z | Downloaded zmij v1.0.21 |
| 317 | 2026-05-23T04:15:46.580Z | Downloaded erased-serde v0.4.9 |
| 318 | 2026-05-23T04:15:46.580Z | Downloaded zerofrom-derive v0.1.6 |
| 319 | 2026-05-23T04:15:46.583Z | Downloaded proc-macro-error v1.0.4 |
| 320 | 2026-05-23T04:15:46.583Z | Downloaded scroll_derive v0.12.1 |
| 321 | 2026-05-23T04:15:46.583Z | Downloaded pest_derive v2.8.6 |
| 322 | 2026-05-23T04:15:46.587Z | Downloaded unicode-ident v1.0.24 |
| 323 | 2026-05-23T04:15:46.587Z | Downloaded toml v0.8.23 |
| 324 | 2026-05-23T04:15:46.590Z | Downloaded serde-value v0.7.0 |
| 325 | 2026-05-23T04:15:46.590Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2026-05-23T04:15:46.590Z | Downloaded ucd-trie v0.1.7 |
| 327 | 2026-05-23T04:15:46.600Z | Downloaded textwrap v0.16.2 |
| 328 | 2026-05-23T04:15:46.600Z | Downloaded zerotrie v0.2.3 |
| 329 | 2026-05-23T04:15:46.605Z | Downloaded form_urlencoded v1.2.2 |
| 330 | 2026-05-23T04:15:46.605Z | Downloaded ordered-float v2.10.1 |
| 331 | 2026-05-23T04:15:46.605Z | Downloaded typenum v1.19.0 |
| 332 | 2026-05-23T04:15:46.605Z | Downloaded percent-encoding v2.3.2 |
| 333 | 2026-05-23T04:15:46.605Z | Downloaded serde_spanned v0.6.9 |
| 334 | 2026-05-23T04:15:46.605Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2026-05-23T04:15:46.605Z | Downloaded url v2.5.8 |
| 336 | 2026-05-23T04:15:46.605Z | Downloaded plain v0.2.3 |
| 337 | 2026-05-23T04:15:46.605Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-05-23T04:15:46.605Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-05-23T04:15:46.605Z | Downloaded cargo-util-schemas v0.8.2 |
| 340 | 2026-05-23T04:15:46.605Z | Downloaded cargo-platform v0.2.0 |
| 341 | 2026-05-23T04:15:46.609Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-05-23T04:15:46.612Z | Downloaded idna_adapter v1.2.1 |
| 343 | 2026-05-23T04:15:46.615Z | Downloaded stable_deref_trait v1.2.1 |
| 344 | 2026-05-23T04:15:46.619Z | Downloaded zerovec v0.11.5 |
| 345 | 2026-05-23T04:15:46.622Z | Downloaded zerocopy v0.7.35 |
| 346 | 2026-05-23T04:15:46.630Z | Downloaded unicode-width v0.2.0 |
| 347 | 2026-05-23T04:15:46.633Z | Downloaded autocfg v1.5.0 |
| 348 | 2026-05-23T04:15:46.637Z | Downloaded tabled_derive v0.7.0 |
| 349 | 2026-05-23T04:15:46.637Z | Downloaded winnow v0.7.14 |
| 350 | 2026-05-23T04:15:46.639Z | Downloaded memmap v0.7.0 |
| 351 | 2026-05-23T04:15:46.644Z | Downloaded unicode-width v0.1.14 |
| 352 | 2026-05-23T04:15:46.647Z | Downloaded scroll v0.12.0 |
| 353 | 2026-05-23T04:15:46.650Z | Downloaded bytecount v0.6.9 |
| 354 | 2026-05-23T04:15:46.653Z | Downloaded litemap v0.8.1 |
| 355 | 2026-05-23T04:15:46.656Z | Downloaded quote v1.0.45 |
| 356 | 2026-05-23T04:15:46.662Z | Downloaded serde-untagged v0.1.9 |
| 357 | 2026-05-23T04:15:46.670Z | Downloaded proc-macro2 v1.0.106 |
| 358 | 2026-05-23T04:15:46.673Z | Downloaded synstructure v0.13.2 |
| 359 | 2026-05-23T04:15:46.673Z | Downloaded once_cell v1.21.3 |
| 360 | 2026-05-23T04:15:46.676Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-23T04:15:46.681Z | Downloaded serde_tokenstream v0.2.3 |
| 362 | 2026-05-23T04:15:46.686Z | Downloaded tempfile v3.25.0 |
| 363 | 2026-05-23T04:15:46.692Z | Downloaded bitflags v2.11.0 |
| 364 | 2026-05-23T04:15:46.695Z | Downloaded smallvec v1.15.1 |
| 365 | 2026-05-23T04:15:46.698Z | Downloaded icu_locale_core v2.1.1 |
| 366 | 2026-05-23T04:15:46.700Z | Downloaded semver v1.0.28 |
| 367 | 2026-05-23T04:15:46.700Z | Downloaded pest_generator v2.8.6 |
| 368 | 2026-05-23T04:15:46.700Z | Downloaded camino-tempfile v1.4.1 |
| 369 | 2026-05-23T04:15:46.704Z | Downloaded fs-err v3.3.0 |
| 370 | 2026-05-23T04:15:46.714Z | Downloaded serde_core v1.0.228 |
| 371 | 2026-05-23T04:15:46.718Z | Downloaded sha2 v0.10.9 |
| 372 | 2026-05-23T04:15:46.721Z | Downloaded num-traits v0.2.19 |
| 373 | 2026-05-23T04:15:46.721Z | Downloaded getrandom v0.4.1 |
| 374 | 2026-05-23T04:15:46.724Z | Downloaded log v0.4.29 |
| 375 | 2026-05-23T04:15:46.730Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-05-23T04:15:46.735Z | Downloaded icu_provider v2.1.1 |
| 377 | 2026-05-23T04:15:46.738Z | Downloaded serde v1.0.228 |
| 378 | 2026-05-23T04:15:46.741Z | Downloaded pest_meta v2.8.6 |
| 379 | 2026-05-23T04:15:46.741Z | Downloaded icu_properties v2.1.2 |
| 380 | 2026-05-23T04:15:46.745Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-23T04:15:46.748Z | Downloaded papergrid v0.11.0 |
| 382 | 2026-05-23T04:15:46.748Z | Downloaded icu_normalizer v2.1.1 |
| 383 | 2026-05-23T04:15:46.769Z | Downloaded camino v1.2.2 |
| 384 | 2026-05-23T04:15:46.774Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-23T04:15:46.782Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-23T04:15:46.786Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-05-23T04:15:46.805Z | Downloaded idna v1.1.0 |
| 388 | 2026-05-23T04:15:46.808Z | Downloaded hashbrown v0.17.0 |
| 389 | 2026-05-23T04:15:46.813Z | Downloaded pest v2.8.6 |
| 390 | 2026-05-23T04:15:46.824Z | Downloaded serde_json v1.0.149 |
| 391 | 2026-05-23T04:15:46.829Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-23T04:15:46.834Z | Downloaded clap_builder v4.6.0 |
| 393 | 2026-05-23T04:15:46.839Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-23T04:15:46.845Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-23T04:15:46.854Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-23T04:15:46.874Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-23T04:15:46.889Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-23T04:15:46.921Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-23T04:15:46.993Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-23T04:15:46.996Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-23T04:15:46.996Z | Compiling quote v1.0.45 |
| 402 | 2026-05-23T04:15:46.996Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-23T04:15:46.996Z | Compiling libc v0.2.185 |
| 404 | 2026-05-23T04:15:46.997Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-23T04:15:46.997Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-23T04:15:46.997Z | Compiling serde v1.0.228 |
| 407 | 2026-05-23T04:15:46.997Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-23T04:15:46.997Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-23T04:15:47.211Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-23T04:15:47.215Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-23T04:15:47.215Z | Compiling thiserror v1.0.69 |
| 412 | 2026-05-23T04:15:47.216Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-05-23T04:15:47.229Z | Compiling writeable v0.6.2 |
| 414 | 2026-05-23T04:15:47.387Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-23T04:15:47.419Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-23T04:15:47.612Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-23T04:15:47.631Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-05-23T04:15:47.667Z | Compiling pest v2.8.6 |
| 419 | 2026-05-23T04:15:47.669Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-23T04:15:47.722Z | Compiling bitflags v2.11.0 |
| 421 | 2026-05-23T04:15:47.743Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-23T04:15:47.926Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-05-23T04:15:47.944Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-23T04:15:47.978Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-23T04:15:48.030Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-23T04:15:48.032Z | Compiling equivalent v1.0.2 |
| 427 | 2026-05-23T04:15:48.133Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-23T04:15:48.151Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-23T04:15:48.190Z | Compiling errno v0.3.14 |
| 430 | 2026-05-23T04:15:48.228Z | Compiling thread-id v4.2.2 |
| 431 | 2026-05-23T04:15:48.266Z | Compiling winnow v0.7.14 |
| 432 | 2026-05-23T04:15:48.269Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-23T04:15:48.303Z | Compiling toml_write v0.1.2 |
| 434 | 2026-05-23T04:15:48.306Z | Compiling syn v1.0.109 |
| 435 | 2026-05-23T04:15:48.357Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-23T04:15:48.376Z | Compiling utf8parse v0.2.2 |
| 437 | 2026-05-23T04:15:48.483Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-23T04:15:48.544Z | Compiling getrandom v0.4.1 |
| 439 | 2026-05-23T04:15:48.547Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-23T04:15:48.579Z | Compiling log v0.4.29 |
| 441 | 2026-05-23T04:15:48.583Z | Compiling plain v0.2.3 |
| 442 | 2026-05-23T04:15:48.631Z | Compiling utf8_iter v1.0.4 |
| 443 | 2026-05-23T04:15:48.667Z | Compiling syn v2.0.117 |
| 444 | 2026-05-23T04:15:48.726Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-23T04:15:48.745Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-23T04:15:48.748Z | Compiling camino v1.2.2 |
| 447 | 2026-05-23T04:15:48.820Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-23T04:15:48.979Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-23T04:15:49.000Z | Compiling cfg-if v1.0.4 |
| 450 | 2026-05-23T04:15:49.029Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-23T04:15:49.088Z | Compiling ordered-float v2.10.1 |
| 452 | 2026-05-23T04:15:49.144Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-05-23T04:15:49.167Z | Compiling anstyle v1.0.14 |
| 454 | 2026-05-23T04:15:49.187Z | Compiling anstyle-query v1.1.5 |
| 455 | 2026-05-23T04:15:49.189Z | Compiling is_terminal_polyfill v1.70.2 |
| 456 | 2026-05-23T04:15:49.297Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-23T04:15:49.317Z | Compiling unicode-width v0.1.14 |
| 458 | 2026-05-23T04:15:49.317Z | Compiling heck v0.5.0 |
| 459 | 2026-05-23T04:15:49.353Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-23T04:15:49.371Z | Compiling anstream v1.0.0 |
| 461 | 2026-05-23T04:15:49.392Z | Compiling unicode-xid v0.2.6 |
| 462 | 2026-05-23T04:15:49.512Z | Compiling semver v1.0.28 |
| 463 | 2026-05-23T04:15:49.546Z | Compiling heck v0.4.1 |
| 464 | 2026-05-23T04:15:49.600Z | Compiling clap_lex v1.0.0 |
| 465 | 2026-05-23T04:15:49.623Z | Compiling fnv v1.0.7 |
| 466 | 2026-05-23T04:15:49.641Z | Compiling anyhow v1.0.102 |
| 467 | 2026-05-23T04:15:49.700Z | Compiling strsim v0.11.1 |
| 468 | 2026-05-23T04:15:49.740Z | Compiling bytecount v0.6.9 |
| 469 | 2026-05-23T04:15:49.757Z | Compiling fastrand v2.3.0 |
| 470 | 2026-05-23T04:15:49.784Z | Compiling once_cell v1.21.3 |
| 471 | 2026-05-23T04:15:49.860Z | Compiling serde-untagged v0.1.9 |
| 472 | 2026-05-23T04:15:49.878Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-23T04:15:49.899Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-23T04:15:49.945Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-05-23T04:15:49.950Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-23T04:15:50.019Z | Compiling tempfile v3.25.0 |
| 477 | 2026-05-23T04:15:50.041Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-23T04:15:50.069Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-23T04:15:50.114Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-23T04:15:50.130Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-23T04:15:50.247Z | Compiling camino-tempfile v1.4.1 |
| 482 | 2026-05-23T04:15:50.314Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-23T04:15:50.621Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-23T04:15:51.242Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-23T04:15:51.242Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-23T04:15:51.318Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-23T04:15:51.776Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-23T04:15:51.776Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-23T04:15:51.779Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-23T04:15:51.810Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-23T04:15:51.814Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-23T04:15:51.828Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-23T04:15:51.848Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-23T04:15:51.865Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-23T04:15:51.869Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-23T04:15:51.869Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-23T04:15:51.935Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-23T04:15:52.561Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-23T04:15:52.652Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-23T04:15:52.755Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-23T04:15:52.791Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-23T04:15:52.899Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-23T04:15:52.966Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-23T04:15:53.056Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-23T04:15:53.057Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-23T04:15:53.303Z | Compiling clap v4.6.1 |
| 507 | 2026-05-23T04:15:53.508Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-23T04:15:53.508Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-23T04:15:53.635Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-23T04:15:53.663Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-23T04:15:54.240Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-23T04:15:54.324Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-23T04:15:54.327Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-23T04:15:54.327Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-23T04:15:54.327Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-23T04:15:54.327Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-23T04:15:54.342Z | Compiling dof v0.3.0 |
| 518 | 2026-05-23T04:15:54.345Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-05-23T04:15:54.460Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-23T04:15:54.460Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-23T04:15:54.540Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-23T04:15:55.062Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-23T04:15:55.062Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-05-23T04:15:55.270Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-23T04:15:55.374Z | Compiling idna v1.1.0 |
| 526 | 2026-05-23T04:15:55.654Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-23T04:15:55.673Z | Compiling url v2.5.8 |
| 528 | 2026-05-23T04:15:55.809Z | Compiling toml v0.8.23 |
| 529 | 2026-05-23T04:15:56.150Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-23T04:15:56.150Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-23T04:15:56.948Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-23T04:15:57.873Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-23T04:15:59.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.57s |
| 534 | 2026-05-23T04:16:00.242Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-05-23T04:16:00.866Z | Downloading crates ... |
| 536 | 2026-05-23T04:16:00.969Z | Downloaded convert_case v0.4.0 |
| 537 | 2026-05-23T04:16:00.975Z | Downloaded bit-set v0.8.0 |
| 538 | 2026-05-23T04:16:00.981Z | Downloaded base64ct v1.8.3 |
| 539 | 2026-05-23T04:16:00.984Z | Downloaded bb8 v0.8.6 |
| 540 | 2026-05-23T04:16:00.988Z | Downloaded backon v1.6.0 |
| 541 | 2026-05-23T04:16:00.991Z | Downloaded blake2 v0.10.6 |
| 542 | 2026-05-23T04:16:00.995Z | Downloaded blowfish v0.9.1 |
| 543 | 2026-05-23T04:16:00.995Z | Downloaded bitfield-macros v0.19.4 |
| 544 | 2026-05-23T04:16:00.998Z | Downloaded bit-vec v0.8.0 |
| 545 | 2026-05-23T04:16:00.998Z | Downloaded derive_more v2.1.1 |
| 546 | 2026-05-23T04:16:01.004Z | Downloaded ff v0.13.1 |
| 547 | 2026-05-23T04:16:01.007Z | Downloaded bit-set v0.5.3 |
| 548 | 2026-05-23T04:16:01.007Z | Downloaded base16ct v0.2.0 |
| 549 | 2026-05-23T04:16:01.011Z | Downloaded bitfield v0.19.4 |
| 550 | 2026-05-23T04:16:01.013Z | Downloaded atomicwrites v0.4.4 |
| 551 | 2026-05-23T04:16:01.017Z | Downloaded array-init v0.0.4 |
| 552 | 2026-05-23T04:16:01.020Z | Downloaded cargo_metadata v0.23.1 |
| 553 | 2026-05-23T04:16:01.020Z | Downloaded compression-codecs v0.4.37 |
| 554 | 2026-05-23T04:16:01.031Z | Downloaded crc-any v2.5.0 |
| 555 | 2026-05-23T04:16:01.034Z | Downloaded aead v0.5.2 |
| 556 | 2026-05-23T04:16:01.036Z | Downloaded diesel v2.3.7 |
| 557 | 2026-05-23T04:16:01.048Z | Downloaded derive_builder_core v0.20.2 |
| 558 | 2026-05-23T04:16:01.051Z | Downloaded crucible-workspace-hack v0.1.0 |
| 559 | 2026-05-23T04:16:01.051Z | Downloaded anstream v0.6.21 |
| 560 | 2026-05-23T04:16:01.053Z | Downloaded dirs-sys-next v0.1.2 |
| 561 | 2026-05-23T04:16:01.053Z | Downloaded ctr v0.9.2 |
| 562 | 2026-05-23T04:16:01.056Z | Downloaded der_derive v0.7.3 |
| 563 | 2026-05-23T04:16:01.057Z | Downloaded atomic-waker v1.1.2 |
| 564 | 2026-05-23T04:16:01.057Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-05-23T04:16:01.059Z | Downloaded cargo-platform v0.3.2 |
| 566 | 2026-05-23T04:16:01.059Z | Downloaded dirs-next v2.0.0 |
| 567 | 2026-05-23T04:16:01.059Z | Downloaded arrayref v0.3.9 |
| 568 | 2026-05-23T04:16:01.062Z | Downloaded defmt v1.0.1 |
| 569 | 2026-05-23T04:16:01.065Z | Downloaded const_format_proc_macros v0.2.34 |
| 570 | 2026-05-23T04:16:01.065Z | Downloaded foreign-types v0.5.0 |
| 571 | 2026-05-23T04:16:01.068Z | Downloaded env_filter v1.0.0 |
| 572 | 2026-05-23T04:16:01.068Z | Downloaded enum-as-inner v0.6.1 |
| 573 | 2026-05-23T04:16:01.068Z | Downloaded derive_builder_macro v0.20.2 |
| 574 | 2026-05-23T04:16:01.070Z | Downloaded flagset v0.4.7 |
| 575 | 2026-05-23T04:16:01.070Z | Downloaded assert_matches v1.5.0 |
| 576 | 2026-05-23T04:16:01.074Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-05-23T04:16:01.074Z | Downloaded crc32fast v1.5.0 |
| 578 | 2026-05-23T04:16:01.074Z | Downloaded ciborium-io v0.2.2 |
| 579 | 2026-05-23T04:16:01.074Z | Downloaded castaway v0.2.4 |
| 580 | 2026-05-23T04:16:01.079Z | Downloaded embedded-io v0.4.0 |
| 581 | 2026-05-23T04:16:01.079Z | Downloaded downcast-rs v2.0.2 |
| 582 | 2026-05-23T04:16:01.079Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 583 | 2026-05-23T04:16:01.082Z | Downloaded float-cmp v0.10.0 |
| 584 | 2026-05-23T04:16:01.082Z | Downloaded cmake v0.1.57 |
| 585 | 2026-05-23T04:16:01.082Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 586 | 2026-05-23T04:16:01.082Z | Downloaded base64 v0.21.7 |
| 587 | 2026-05-23T04:16:01.084Z | Downloaded ecdsa v0.16.9 |
| 588 | 2026-05-23T04:16:01.084Z | Downloaded darling_core v0.23.0 |
| 589 | 2026-05-23T04:16:01.087Z | Downloaded foreign-types-shared v0.3.1 |
| 590 | 2026-05-23T04:16:01.090Z | Downloaded cpufeatures v0.3.0 |
| 591 | 2026-05-23T04:16:01.090Z | Downloaded difflib v0.4.0 |
| 592 | 2026-05-23T04:16:01.090Z | Downloaded darling_macro v0.23.0 |
| 593 | 2026-05-23T04:16:01.094Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2026-05-23T04:16:01.094Z | Downloaded cfg_aliases v0.1.1 |
| 595 | 2026-05-23T04:16:01.094Z | Downloaded bitfield-struct v0.6.2 |
| 596 | 2026-05-23T04:16:01.094Z | Downloaded base64 v0.22.1 |
| 597 | 2026-05-23T04:16:01.096Z | Downloaded dof v0.4.0 |
| 598 | 2026-05-23T04:16:01.099Z | Downloaded dsl_auto_type v0.2.0 |
| 599 | 2026-05-23T04:16:01.099Z | Downloaded darling_macro v0.20.11 |
| 600 | 2026-05-23T04:16:01.099Z | Downloaded crc8 v0.1.1 |
| 601 | 2026-05-23T04:16:01.102Z | Downloaded async-stream v0.3.6 |
| 602 | 2026-05-23T04:16:01.102Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-05-23T04:16:01.102Z | Downloaded dunce v1.0.5 |
| 604 | 2026-05-23T04:16:01.105Z | Downloaded defmt v0.3.100 |
| 605 | 2026-05-23T04:16:01.105Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 606 | 2026-05-23T04:16:01.105Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-05-23T04:16:01.108Z | Downloaded cipher v0.4.4 |
| 608 | 2026-05-23T04:16:01.109Z | Downloaded foreign-types-macros v0.2.3 |
| 609 | 2026-05-23T04:16:01.109Z | Downloaded async-trait v0.1.89 |
| 610 | 2026-05-23T04:16:01.111Z | Downloaded defmt-parser v1.0.0 |
| 611 | 2026-05-23T04:16:01.111Z | Downloaded fd-lock v4.0.4 |
| 612 | 2026-05-23T04:16:01.114Z | Downloaded async-stream-impl v0.3.6 |
| 613 | 2026-05-23T04:16:01.114Z | Downloaded cobs v0.3.0 |
| 614 | 2026-05-23T04:16:01.114Z | Downloaded futures-core v0.3.32 |
| 615 | 2026-05-23T04:16:01.117Z | Downloaded debug-ignore v1.0.5 |
| 616 | 2026-05-23T04:16:01.117Z | Downloaded chacha20poly1305 v0.10.1 |
| 617 | 2026-05-23T04:16:01.120Z | Downloaded dyn-clone v1.0.20 |
| 618 | 2026-05-23T04:16:01.120Z | Downloaded cfg_aliases v0.2.1 |
| 619 | 2026-05-23T04:16:01.120Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 620 | 2026-05-23T04:16:01.123Z | Downloaded foldhash v0.2.0 |
| 621 | 2026-05-23T04:16:01.123Z | Downloaded async-recursion v1.1.1 |
| 622 | 2026-05-23T04:16:01.126Z | Downloaded filetime v0.2.27 |
| 623 | 2026-05-23T04:16:01.126Z | Downloaded buf-list v1.1.2 |
| 624 | 2026-05-23T04:16:01.129Z | Downloaded bitflags v1.3.2 |
| 625 | 2026-05-23T04:16:01.129Z | Downloaded derive-where v1.6.0 |
| 626 | 2026-05-23T04:16:01.132Z | Downloaded embedded-io v0.6.1 |
| 627 | 2026-05-23T04:16:01.132Z | Downloaded fxhash v0.2.1 |
| 628 | 2026-05-23T04:16:01.135Z | Downloaded futures-macro v0.3.32 |
| 629 | 2026-05-23T04:16:01.135Z | Downloaded fixedbitset v0.4.2 |
| 630 | 2026-05-23T04:16:01.135Z | Downloaded futures-task v0.3.32 |
| 631 | 2026-05-23T04:16:01.138Z | Downloaded endian-type v0.1.2 |
| 632 | 2026-05-23T04:16:01.138Z | Downloaded document-features v0.2.12 |
| 633 | 2026-05-23T04:16:01.138Z | Downloaded git-stub v1.0.0 |
| 634 | 2026-05-23T04:16:01.138Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-05-23T04:16:01.140Z | Downloaded ciborium v0.2.2 |
| 636 | 2026-05-23T04:16:01.140Z | Downloaded gethostname v0.5.0 |
| 637 | 2026-05-23T04:16:01.144Z | Downloaded cassowary v0.3.0 |
| 638 | 2026-05-23T04:16:01.144Z | Downloaded bit-vec v0.6.3 |
| 639 | 2026-05-23T04:16:01.144Z | Downloaded futures-io v0.3.32 |
| 640 | 2026-05-23T04:16:01.146Z | Downloaded convert_case v0.10.0 |
| 641 | 2026-05-23T04:16:01.146Z | Downloaded display-error-chain v0.2.2 |
| 642 | 2026-05-23T04:16:01.147Z | Downloaded dtrace-parser v0.3.0 |
| 643 | 2026-05-23T04:16:01.147Z | Downloaded darling v0.23.0 |
| 644 | 2026-05-23T04:16:01.149Z | Downloaded backoff v0.4.0 |
| 645 | 2026-05-23T04:16:01.152Z | Downloaded foldhash v0.1.5 |
| 646 | 2026-05-23T04:16:01.152Z | Downloaded fallible-iterator v0.2.0 |
| 647 | 2026-05-23T04:16:01.155Z | Downloaded diesel-dtrace v0.5.0 |
| 648 | 2026-05-23T04:16:01.155Z | Downloaded either v1.15.0 |
| 649 | 2026-05-23T04:16:01.158Z | Downloaded daft-derive v0.1.7 |
| 650 | 2026-05-23T04:16:01.161Z | Downloaded fixedbitset v0.5.7 |
| 651 | 2026-05-23T04:16:01.161Z | Downloaded ed25519 v2.2.3 |
| 652 | 2026-05-23T04:16:01.161Z | Downloaded erased-serde v0.3.31 |
| 653 | 2026-05-23T04:16:01.163Z | Downloaded cbc v0.1.2 |
| 654 | 2026-05-23T04:16:01.163Z | Downloaded derive-ex v0.1.8 |
| 655 | 2026-05-23T04:16:01.166Z | Downloaded daft v0.1.7 |
| 656 | 2026-05-23T04:16:01.166Z | Downloaded crc-catalog v2.4.0 |
| 657 | 2026-05-23T04:16:01.166Z | Downloaded constant_time_eq v0.4.2 |
| 658 | 2026-05-23T04:16:01.169Z | Downloaded env_logger v0.11.9 |
| 659 | 2026-05-23T04:16:01.172Z | Downloaded find-msvc-tools v0.1.9 |
| 660 | 2026-05-23T04:16:01.172Z | Downloaded globwalk v0.9.1 |
| 661 | 2026-05-23T04:16:01.176Z | Downloaded headers-core v0.3.0 |
| 662 | 2026-05-23T04:16:01.176Z | Downloaded home v0.5.12 |
| 663 | 2026-05-23T04:16:01.179Z | Downloaded hex-literal v0.4.1 |
| 664 | 2026-05-23T04:16:01.179Z | Downloaded hex v0.4.3 |
| 665 | 2026-05-23T04:16:01.179Z | Downloaded ahash v0.8.12 |
| 666 | 2026-05-23T04:16:01.184Z | Downloaded hash32 v0.2.1 |
| 667 | 2026-05-23T04:16:01.184Z | Downloaded ascii-canvas v3.0.0 |
| 668 | 2026-05-23T04:16:01.184Z | Downloaded futures-executor v0.3.32 |
| 669 | 2026-05-23T04:16:01.187Z | Downloaded atty v0.2.14 |
| 670 | 2026-05-23T04:16:01.187Z | Downloaded data-encoding v2.10.0 |
| 671 | 2026-05-23T04:16:01.187Z | Downloaded des v0.8.1 |
| 672 | 2026-05-23T04:16:01.187Z | Downloaded http-range v0.1.5 |
| 673 | 2026-05-23T04:16:01.190Z | Downloaded hostname v0.4.2 |
| 674 | 2026-05-23T04:16:01.190Z | Downloaded hostname v0.3.1 |
| 675 | 2026-05-23T04:16:01.192Z | Downloaded foreign-types v0.3.2 |
| 676 | 2026-05-23T04:16:01.192Z | Downloaded deranged v0.5.8 |
| 677 | 2026-05-23T04:16:01.192Z | Downloaded defmt-macros v1.0.1 |
| 678 | 2026-05-23T04:16:01.195Z | Downloaded httpdate v1.0.3 |
| 679 | 2026-05-23T04:16:01.196Z | Downloaded http-body v1.0.1 |
| 680 | 2026-05-23T04:16:01.198Z | Downloaded hubpack v0.1.2 |
| 681 | 2026-05-23T04:16:01.198Z | Downloaded console v0.15.11 |
| 682 | 2026-05-23T04:16:01.201Z | Downloaded git-stub-vcs v0.1.0 |
| 683 | 2026-05-23T04:16:01.201Z | Downloaded indoc v1.0.9 |
| 684 | 2026-05-23T04:16:01.204Z | Downloaded indent_write v2.2.0 |
| 685 | 2026-05-23T04:16:01.204Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-05-23T04:16:01.207Z | Downloaded hyper-tls v0.6.0 |
| 687 | 2026-05-23T04:16:01.207Z | Downloaded critical-section v1.2.0 |
| 688 | 2026-05-23T04:16:01.210Z | Downloaded crossbeam-utils v0.8.21 |
| 689 | 2026-05-23T04:16:01.210Z | Downloaded darling v0.20.11 |
| 690 | 2026-05-23T04:16:01.213Z | Downloaded glob v0.3.3 |
| 691 | 2026-05-23T04:16:01.215Z | Downloaded foreign-types-shared v0.1.1 |
| 692 | 2026-05-23T04:16:01.215Z | Downloaded csv-core v0.1.13 |
| 693 | 2026-05-23T04:16:01.218Z | Downloaded illumos-nvpair v0.3.0 |
| 694 | 2026-05-23T04:16:01.218Z | Downloaded instability v0.3.11 |
| 695 | 2026-05-23T04:16:01.218Z | Downloaded funty v2.0.0 |
| 696 | 2026-05-23T04:16:01.222Z | Downloaded drift v0.2.0 |
| 697 | 2026-05-23T04:16:01.226Z | Downloaded is_ci v1.2.0 |
| 698 | 2026-05-23T04:16:01.231Z | Downloaded ghash v0.5.1 |
| 699 | 2026-05-23T04:16:01.231Z | Downloaded is-terminal v0.4.17 |
| 700 | 2026-05-23T04:16:01.232Z | Downloaded darling_core v0.21.3 |
| 701 | 2026-05-23T04:16:01.241Z | Downloaded internet-checksum v0.2.1 |
| 702 | 2026-05-23T04:16:01.241Z | Downloaded instant v0.1.13 |
| 703 | 2026-05-23T04:16:01.241Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 704 | 2026-05-23T04:16:01.241Z | Downloaded fatfs v0.3.6 |
| 705 | 2026-05-23T04:16:01.241Z | Downloaded byte-wrapper v0.1.0 |
| 706 | 2026-05-23T04:16:01.241Z | Downloaded highway v1.3.0 |
| 707 | 2026-05-23T04:16:01.246Z | Downloaded group v0.13.0 |
| 708 | 2026-05-23T04:16:01.246Z | Downloaded clang-sys v1.8.1 |
| 709 | 2026-05-23T04:16:01.246Z | Downloaded futures-channel v0.3.32 |
| 710 | 2026-05-23T04:16:01.246Z | Downloaded cookie v0.18.1 |
| 711 | 2026-05-23T04:16:01.249Z | Downloaded hubpack_derive v0.1.1 |
| 712 | 2026-05-23T04:16:01.249Z | Downloaded argon2 v0.5.3 |
| 713 | 2026-05-23T04:16:01.249Z | Downloaded inout v0.1.4 |
| 714 | 2026-05-23T04:16:01.249Z | Downloaded cookie_store v0.22.1 |
| 715 | 2026-05-23T04:16:01.252Z | Downloaded futures-sink v0.3.32 |
| 716 | 2026-05-23T04:16:01.252Z | Downloaded chacha20 v0.10.0 |
| 717 | 2026-05-23T04:16:01.265Z | Downloaded lazy_static v1.5.0 |
| 718 | 2026-05-23T04:16:01.265Z | Downloaded http-body-util v0.1.3 |
| 719 | 2026-05-23T04:16:01.265Z | Downloaded libscf-sys v1.1.0 |
| 720 | 2026-05-23T04:16:01.265Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-05-23T04:16:01.265Z | Downloaded cancel-safe-futures v0.1.5 |
| 722 | 2026-05-23T04:16:01.265Z | Downloaded linked-hash-map v0.5.6 |
| 723 | 2026-05-23T04:16:01.266Z | Downloaded darling v0.21.3 |
| 724 | 2026-05-23T04:16:01.266Z | Downloaded futures v0.3.32 |
| 725 | 2026-05-23T04:16:01.270Z | Downloaded dropshot_endpoint v0.17.0 |
| 726 | 2026-05-23T04:16:01.270Z | Downloaded bzip2 v0.4.4 |
| 727 | 2026-05-23T04:16:01.270Z | Downloaded crossbeam-epoch v0.9.18 |
| 728 | 2026-05-23T04:16:01.273Z | Downloaded lzss v0.8.2 |
| 729 | 2026-05-23T04:16:01.273Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 730 | 2026-05-23T04:16:01.276Z | Downloaded colored v3.1.1 |
| 731 | 2026-05-23T04:16:01.276Z | Downloaded cc v1.2.56 |
| 732 | 2026-05-23T04:16:01.278Z | Downloaded maybe-uninit v2.0.0 |
| 733 | 2026-05-23T04:16:01.278Z | Downloaded md5 v0.7.0 |
| 734 | 2026-05-23T04:16:01.281Z | Downloaded new_debug_unreachable v1.0.6 |
| 735 | 2026-05-23T04:16:01.281Z | Downloaded managed v0.8.0 |
| 736 | 2026-05-23T04:16:01.281Z | Downloaded maplit v1.0.2 |
| 737 | 2026-05-23T04:16:01.284Z | Downloaded lru-cache v0.1.2 |
| 738 | 2026-05-23T04:16:01.284Z | Downloaded multimap v0.10.1 |
| 739 | 2026-05-23T04:16:01.284Z | Downloaded ingot-types v0.1.2 |
| 740 | 2026-05-23T04:16:01.284Z | Downloaded fs-err v2.11.0 |
| 741 | 2026-05-23T04:16:01.287Z | Downloaded lru-slab v0.1.2 |
| 742 | 2026-05-23T04:16:01.287Z | Downloaded crossbeam-channel v0.5.15 |
| 743 | 2026-05-23T04:16:01.289Z | Downloaded chacha20 v0.9.1 |
| 744 | 2026-05-23T04:16:01.292Z | Downloaded async-bb8-diesel v0.2.1 |
| 745 | 2026-05-23T04:16:01.292Z | Downloaded hash32 v0.3.1 |
| 746 | 2026-05-23T04:16:01.295Z | Downloaded half v1.8.3 |
| 747 | 2026-05-23T04:16:01.295Z | Downloaded fs_extra v1.3.0 |
| 748 | 2026-05-23T04:16:01.298Z | Downloaded arrayvec v0.7.6 |
| 749 | 2026-05-23T04:16:01.298Z | Downloaded anstyle-parse v0.2.7 |
| 750 | 2026-05-23T04:16:01.301Z | Downloaded nibble_vec v0.1.0 |
| 751 | 2026-05-23T04:16:01.301Z | Downloaded newtype_derive v0.1.6 |
| 752 | 2026-05-23T04:16:01.301Z | Downloaded newtype-uuid-macros v0.1.0 |
| 753 | 2026-05-23T04:16:01.303Z | Downloaded newline-converter v0.3.0 |
| 754 | 2026-05-23T04:16:01.303Z | Downloaded elliptic-curve v0.13.8 |
| 755 | 2026-05-23T04:16:01.307Z | Downloaded getrandom v0.3.4 |
| 756 | 2026-05-23T04:16:01.309Z | Downloaded arc-swap v1.8.2 |
| 757 | 2026-05-23T04:16:01.309Z | Downloaded libsw-core v0.3.2 |
| 758 | 2026-05-23T04:16:01.312Z | Downloaded kstat-rs v0.2.4 |
| 759 | 2026-05-23T04:16:01.330Z | Downloaded num_threads v0.1.7 |
| 760 | 2026-05-23T04:16:01.333Z | Downloaded flume v0.11.1 |
| 761 | 2026-05-23T04:16:01.336Z | Downloaded derive_more v0.99.20 |
| 762 | 2026-05-23T04:16:01.339Z | Downloaded aes v0.8.4 |
| 763 | 2026-05-23T04:16:01.343Z | Downloaded packed_struct_codegen v0.10.1 |
| 764 | 2026-05-23T04:16:01.344Z | Downloaded openssl-macros v0.1.1 |
| 765 | 2026-05-23T04:16:01.344Z | Downloaded num v0.4.3 |
| 766 | 2026-05-23T04:16:01.344Z | Downloaded nodrop v0.1.14 |
| 767 | 2026-05-23T04:16:01.344Z | Downloaded mime_guess v2.0.5 |
| 768 | 2026-05-23T04:16:01.346Z | Downloaded lock_api v0.4.14 |
| 769 | 2026-05-23T04:16:01.346Z | Downloaded num_enum_derive v0.5.11 |
| 770 | 2026-05-23T04:16:01.346Z | Downloaded md-5 v0.10.6 |
| 771 | 2026-05-23T04:16:01.346Z | Downloaded keccak v0.1.6 |
| 772 | 2026-05-23T04:16:01.349Z | Downloaded ar_archive_writer v0.5.1 |
| 773 | 2026-05-23T04:16:01.349Z | Downloaded ingot v0.1.1 |
| 774 | 2026-05-23T04:16:01.352Z | Downloaded half v2.7.1 |
| 775 | 2026-05-23T04:16:01.352Z | Downloaded openssl-probe v0.1.6 |
| 776 | 2026-05-23T04:16:01.355Z | Downloaded mime v0.3.17 |
| 777 | 2026-05-23T04:16:01.355Z | Downloaded memoffset v0.9.1 |
| 778 | 2026-05-23T04:16:01.355Z | Downloaded num-derive v0.3.3 |
| 779 | 2026-05-23T04:16:01.358Z | Downloaded nonempty v0.12.0 |
| 780 | 2026-05-23T04:16:01.358Z | Downloaded nanorand v0.7.0 |
| 781 | 2026-05-23T04:16:01.360Z | Downloaded allocator-api2 v0.2.21 |
| 782 | 2026-05-23T04:16:01.361Z | Downloaded match_cfg v0.1.0 |
| 783 | 2026-05-23T04:16:01.366Z | Downloaded ipnet v2.11.0 |
| 784 | 2026-05-23T04:16:01.366Z | Downloaded getrandom v0.2.17 |
| 785 | 2026-05-23T04:16:01.366Z | Downloaded dropshot-api-manager v0.7.2 |
| 786 | 2026-05-23T04:16:01.371Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-05-23T04:16:01.371Z | Downloaded openssl-probe v0.2.1 |
| 788 | 2026-05-23T04:16:01.371Z | Downloaded num-derive v0.4.2 |
| 789 | 2026-05-23T04:16:01.371Z | Downloaded native-tls v0.2.18 |
| 790 | 2026-05-23T04:16:01.373Z | Downloaded flate2 v1.1.9 |
| 791 | 2026-05-23T04:16:01.376Z | Downloaded pbkdf2 v0.12.2 |
| 792 | 2026-05-23T04:16:01.376Z | Downloaded pbkdf2 v0.11.0 |
| 793 | 2026-05-23T04:16:01.378Z | Downloaded path-slash v0.1.5 |
| 794 | 2026-05-23T04:16:01.378Z | Downloaded parse-size v1.1.0 |
| 795 | 2026-05-23T04:16:01.378Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-05-23T04:16:01.381Z | Downloaded memmap2 v0.9.10 |
| 797 | 2026-05-23T04:16:01.381Z | Downloaded heapless v0.8.0 |
| 798 | 2026-05-23T04:16:01.384Z | Downloaded compact_str v0.8.1 |
| 799 | 2026-05-23T04:16:01.386Z | Downloaded num-complex v0.4.6 |
| 800 | 2026-05-23T04:16:01.389Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-05-23T04:16:01.389Z | Downloaded pin-utils v0.1.0 |
| 802 | 2026-05-23T04:16:01.389Z | Downloaded num-integer v0.1.46 |
| 803 | 2026-05-23T04:16:01.392Z | Downloaded iana-time-zone v0.1.65 |
| 804 | 2026-05-23T04:16:01.392Z | Downloaded ingot-macros v0.1.1 |
| 805 | 2026-05-23T04:16:01.394Z | Downloaded crypto-bigint v0.5.5 |
| 806 | 2026-05-23T04:16:01.397Z | Downloaded packed_struct v0.10.1 |
| 807 | 2026-05-23T04:16:01.397Z | Downloaded num_enum v0.7.6 |
| 808 | 2026-05-23T04:16:01.400Z | Downloaded libbz2-rs-sys v0.2.2 |
| 809 | 2026-05-23T04:16:01.403Z | Downloaded httparse v1.10.1 |
| 810 | 2026-05-23T04:16:01.406Z | Downloaded multer v3.1.0 |
| 811 | 2026-05-23T04:16:01.406Z | Downloaded ignore v0.4.25 |
| 812 | 2026-05-23T04:16:01.408Z | Downloaded indicatif v0.18.4 |
| 813 | 2026-05-23T04:16:01.411Z | Downloaded derive_more-impl v2.1.1 |
| 814 | 2026-05-23T04:16:01.414Z | Downloaded pin-project-internal v1.1.11 |
| 815 | 2026-05-23T04:16:01.414Z | Downloaded oxnet v0.1.5 |
| 816 | 2026-05-23T04:16:01.416Z | Downloaded precomputed-hash v0.1.1 |
| 817 | 2026-05-23T04:16:01.416Z | Downloaded powerfmt v0.2.0 |
| 818 | 2026-05-23T04:16:01.416Z | Downloaded heapless v0.7.17 |
| 819 | 2026-05-23T04:16:01.419Z | Downloaded oxide-tokio-rt v0.1.4 |
| 820 | 2026-05-23T04:16:01.422Z | Downloaded parse-display v0.10.0 |
| 821 | 2026-05-23T04:16:01.422Z | Downloaded hickory-resolver v0.24.4 |
| 822 | 2026-05-23T04:16:01.425Z | Downloaded ed25519-dalek v2.2.0 |
| 823 | 2026-05-23T04:16:01.427Z | Downloaded darling_core v0.20.11 |
| 824 | 2026-05-23T04:16:01.430Z | Downloaded password-hash v0.5.0 |
| 825 | 2026-05-23T04:16:01.430Z | Downloaded password-hash v0.4.2 |
| 826 | 2026-05-23T04:16:01.433Z | Downloaded parking_lot_core v0.8.6 |
| 827 | 2026-05-23T04:16:01.433Z | Downloaded expectorate v1.2.0 |
| 828 | 2026-05-23T04:16:01.436Z | Downloaded parse-display-derive v0.10.0 |
| 829 | 2026-05-23T04:16:01.436Z | Downloaded proc-macro-crate v3.4.0 |
| 830 | 2026-05-23T04:16:01.436Z | Downloaded proc-macro-crate v1.3.1 |
| 831 | 2026-05-23T04:16:01.438Z | Downloaded bumpalo v3.20.2 |
| 832 | 2026-05-23T04:16:01.438Z | Downloaded hickory-resolver v0.25.2 |
| 833 | 2026-05-23T04:16:01.441Z | Downloaded recursive v0.1.1 |
| 834 | 2026-05-23T04:16:01.444Z | Downloaded pem v3.0.6 |
| 835 | 2026-05-23T04:16:01.444Z | Downloaded peg v0.8.5 |
| 836 | 2026-05-23T04:16:01.447Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-05-23T04:16:01.447Z | Downloaded der v0.7.10 |
| 838 | 2026-05-23T04:16:01.449Z | Downloaded quick-error v1.2.3 |
| 839 | 2026-05-23T04:16:01.452Z | Downloaded radium v0.7.0 |
| 840 | 2026-05-23T04:16:01.452Z | Downloaded num_enum_derive v0.7.6 |
| 841 | 2026-05-23T04:16:01.452Z | Downloaded miniz_oxide v0.8.9 |
| 842 | 2026-05-23T04:16:01.456Z | Downloaded crossterm v0.29.0 |
| 843 | 2026-05-23T04:16:01.460Z | Downloaded phf v0.13.1 |
| 844 | 2026-05-23T04:16:01.462Z | Downloaded postcard v1.1.3 |
| 845 | 2026-05-23T04:16:01.462Z | Downloaded phf v0.12.1 |
| 846 | 2026-05-23T04:16:01.462Z | Downloaded nu-ansi-term v0.50.3 |
| 847 | 2026-05-23T04:16:01.465Z | Downloaded phf_shared v0.12.1 |
| 848 | 2026-05-23T04:16:01.465Z | Downloaded pin-project-lite v0.2.17 |
| 849 | 2026-05-23T04:16:02.471Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-05-23T04:16:02.471Z | Downloaded newtype-uuid v1.3.2 |
| 851 | 2026-05-23T04:16:02.476Z | Downloaded owo-colors v4.3.0 |
| 852 | 2026-05-23T04:16:02.476Z | Downloaded oso v0.27.3 |
| 853 | 2026-05-23T04:16:02.476Z | Downloaded pkg-config v0.3.32 |
| 854 | 2026-05-23T04:16:02.477Z | Downloaded pkcs8 v0.10.2 |
| 855 | 2026-05-23T04:16:02.477Z | Downloaded http v1.4.0 |
| 856 | 2026-05-23T04:16:02.477Z | Downloaded poly1305 v0.8.0 |
| 857 | 2026-05-23T04:16:02.477Z | Downloaded rand_chacha v0.3.1 |
| 858 | 2026-05-23T04:16:02.477Z | Downloaded ppv-lite86 v0.2.21 |
| 859 | 2026-05-23T04:16:02.477Z | Downloaded phf_shared v0.11.3 |
| 860 | 2026-05-23T04:16:02.477Z | Downloaded async-compression v0.4.41 |
| 861 | 2026-05-23T04:16:02.477Z | Downloaded rand_xorshift v0.4.0 |
| 862 | 2026-05-23T04:16:02.477Z | Downloaded num_enum v0.5.11 |
| 863 | 2026-05-23T04:16:02.477Z | Downloaded russh-cryptovec v0.7.3 |
| 864 | 2026-05-23T04:16:02.477Z | Downloaded polyval v0.6.2 |
| 865 | 2026-05-23T04:16:02.477Z | Downloaded parking_lot v0.12.5 |
| 866 | 2026-05-23T04:16:02.477Z | Downloaded predicates-core v1.0.10 |
| 867 | 2026-05-23T04:16:02.477Z | Downloaded headers v0.4.1 |
| 868 | 2026-05-23T04:16:02.477Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 869 | 2026-05-23T04:16:02.477Z | Downloaded paste v1.0.15 |
| 870 | 2026-05-23T04:16:02.477Z | Downloaded progenitor v0.13.0 |
| 871 | 2026-05-23T04:16:02.477Z | Downloaded proc-macro-error2 v2.0.1 |
| 872 | 2026-05-23T04:16:02.477Z | Downloaded primeorder v0.13.6 |
| 873 | 2026-05-23T04:16:02.477Z | Downloaded hashbrown v0.12.3 |
| 874 | 2026-05-23T04:16:02.477Z | Downloaded progenitor-macro v0.13.0 |
| 875 | 2026-05-23T04:16:02.477Z | Downloaded progenitor v0.11.2 |
| 876 | 2026-05-23T04:16:02.477Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-05-23T04:16:02.477Z | Downloaded psl-types v2.0.11 |
| 878 | 2026-05-23T04:16:02.477Z | Downloaded indexmap v1.9.3 |
| 879 | 2026-05-23T04:16:02.477Z | Downloaded openssl-sys v0.9.114 |
| 880 | 2026-05-23T04:16:02.477Z | Downloaded progenitor-macro v0.11.2 |
| 881 | 2026-05-23T04:16:02.477Z | Downloaded peg-macros v0.8.5 |
| 882 | 2026-05-23T04:16:02.477Z | Downloaded rtoolbox v0.0.3 |
| 883 | 2026-05-23T04:16:02.477Z | Downloaded p256 v0.13.2 |
| 884 | 2026-05-23T04:16:02.477Z | Downloaded diesel_derives v2.3.7 |
| 885 | 2026-05-23T04:16:02.477Z | Downloaded progenitor-client v0.11.2 |
| 886 | 2026-05-23T04:16:02.477Z | Downloaded parking_lot v0.11.2 |
| 887 | 2026-05-23T04:16:02.477Z | Downloaded hickory-server v0.25.2 |
| 888 | 2026-05-23T04:16:02.477Z | Downloaded hashbrown v0.13.2 |
| 889 | 2026-05-23T04:16:02.477Z | Downloaded pem-rfc7468 v0.7.0 |
| 890 | 2026-05-23T04:16:02.477Z | Downloaded minimal-lexical v0.2.1 |
| 891 | 2026-05-23T04:16:02.477Z | Downloaded bindgen v0.71.1 |
| 892 | 2026-05-23T04:16:02.478Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-05-23T04:16:02.478Z | Downloaded rand_core v0.9.5 |
| 894 | 2026-05-23T04:16:02.478Z | Downloaded predicates v3.1.4 |
| 895 | 2026-05-23T04:16:02.478Z | Downloaded postgres-protocol v0.6.10 |
| 896 | 2026-05-23T04:16:02.478Z | Downloaded scroll_derive v0.13.1 |
| 897 | 2026-05-23T04:16:02.478Z | Downloaded predicates-tree v1.0.13 |
| 898 | 2026-05-23T04:16:02.478Z | Downloaded rand_core v0.6.4 |
| 899 | 2026-05-23T04:16:02.478Z | Downloaded peg-runtime v0.8.5 |
| 900 | 2026-05-23T04:16:02.478Z | Downloaded papergrid v0.17.0 |
| 901 | 2026-05-23T04:16:02.478Z | Downloaded rand_chacha v0.9.0 |
| 902 | 2026-05-23T04:16:02.478Z | Downloaded r2d2 v0.8.10 |
| 903 | 2026-05-23T04:16:02.478Z | Downloaded itertools v0.10.5 |
| 904 | 2026-05-23T04:16:02.478Z | Downloaded omicron-zone-package v0.12.2 |
| 905 | 2026-05-23T04:16:02.478Z | Downloaded litrs v1.0.0 |
| 906 | 2026-05-23T04:16:02.478Z | Downloaded progenitor-macro v0.14.0 |
| 907 | 2026-05-23T04:16:02.478Z | Downloaded const_format v0.2.35 |
| 908 | 2026-05-23T04:16:02.478Z | Downloaded ipnetwork v0.21.1 |
| 909 | 2026-05-23T04:16:02.478Z | Downloaded num-iter v0.1.45 |
| 910 | 2026-05-23T04:16:02.478Z | Downloaded num-conv v0.2.0 |
| 911 | 2026-05-23T04:16:02.478Z | Downloaded normalize-line-endings v0.3.0 |
| 912 | 2026-05-23T04:16:02.478Z | Downloaded lru v0.12.5 |
| 913 | 2026-05-23T04:16:02.478Z | Downloaded linear-map v1.2.0 |
| 914 | 2026-05-23T04:16:02.478Z | Downloaded libsw v3.5.0 |
| 915 | 2026-05-23T04:16:02.478Z | Downloaded rfc6979 v0.4.0 |
| 916 | 2026-05-23T04:16:02.478Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 917 | 2026-05-23T04:16:02.478Z | Downloaded psm v0.1.30 |
| 918 | 2026-05-23T04:16:02.478Z | Downloaded progenitor-client v0.14.0 |
| 919 | 2026-05-23T04:16:02.478Z | Downloaded scheduled-thread-pool v0.2.7 |
| 920 | 2026-05-23T04:16:02.478Z | Downloaded libloading v0.8.9 |
| 921 | 2026-05-23T04:16:02.478Z | Downloaded rand_core v0.10.0 |
| 922 | 2026-05-23T04:16:02.478Z | Downloaded libefi-sys v0.1.0 |
| 923 | 2026-05-23T04:16:02.478Z | Downloaded jobserver v0.1.34 |
| 924 | 2026-05-23T04:16:02.478Z | Downloaded jiff-static v0.2.21 |
| 925 | 2026-05-23T04:16:02.478Z | Downloaded indoc v2.0.7 |
| 926 | 2026-05-23T04:16:02.478Z | Downloaded pkcs1 v0.7.5 |
| 927 | 2026-05-23T04:16:02.478Z | Downloaded humantime v2.3.0 |
| 928 | 2026-05-23T04:16:02.478Z | Downloaded diff v0.1.13 |
| 929 | 2026-05-23T04:16:02.478Z | Downloaded secrecy v0.10.3 |
| 930 | 2026-05-23T04:16:02.479Z | Downloaded ref-cast-impl v1.0.25 |
| 931 | 2026-05-23T04:16:02.479Z | Downloaded ref-cast v1.0.25 |
| 932 | 2026-05-23T04:16:02.479Z | Downloaded same-file v1.0.6 |
| 933 | 2026-05-23T04:16:02.479Z | Downloaded hyper-staticfile v0.10.1 |
| 934 | 2026-05-23T04:16:02.479Z | Downloaded serde-big-array v0.5.1 |
| 935 | 2026-05-23T04:16:02.479Z | Downloaded quinn-udp v0.5.14 |
| 936 | 2026-05-23T04:16:02.479Z | Downloaded aes-gcm v0.10.3 |
| 937 | 2026-05-23T04:16:02.479Z | Downloaded hyper-rustls v0.27.7 |
| 938 | 2026-05-23T04:16:02.479Z | Downloaded hmac v0.12.1 |
| 939 | 2026-05-23T04:16:02.479Z | Downloaded bzip2 v0.6.1 |
| 940 | 2026-05-23T04:16:02.479Z | Downloaded rustls-native-certs v0.8.3 |
| 941 | 2026-05-23T04:16:02.479Z | Downloaded pkcs5 v0.7.1 |
| 942 | 2026-05-23T04:16:02.479Z | Downloaded semver v0.1.20 |
| 943 | 2026-05-23T04:16:02.479Z | Downloaded serde_bytes v0.11.19 |
| 944 | 2026-05-23T04:16:02.479Z | Downloaded bytes v1.11.1 |
| 945 | 2026-05-23T04:16:02.479Z | Downloaded serde_urlencoded v0.7.1 |
| 946 | 2026-05-23T04:16:02.479Z | Downloaded serde_spanned v1.0.4 |
| 947 | 2026-05-23T04:16:02.479Z | Downloaded serde_plain v1.0.2 |
| 948 | 2026-05-23T04:16:02.479Z | Downloaded rustls-pemfile v1.0.4 |
| 949 | 2026-05-23T04:16:02.479Z | Downloaded globset v0.4.18 |
| 950 | 2026-05-23T04:16:02.479Z | Downloaded progenitor-client v0.13.0 |
| 951 | 2026-05-23T04:16:02.484Z | Downloaded ena v0.14.4 |
| 952 | 2026-05-23T04:16:02.484Z | Downloaded const-oid v0.9.6 |
| 953 | 2026-05-23T04:16:02.484Z | Downloaded console v0.16.2 |
| 954 | 2026-05-23T04:16:02.484Z | Downloaded sha1 v0.10.6 |
| 955 | 2026-05-23T04:16:02.484Z | Downloaded camino-tempfile-ext v0.3.3 |
| 956 | 2026-05-23T04:16:02.484Z | Downloaded derive_builder v0.20.2 |
| 957 | 2026-05-23T04:16:02.484Z | Downloaded rustversion v1.0.22 |
| 958 | 2026-05-23T04:16:02.484Z | Downloaded libxml v0.3.3 |
| 959 | 2026-05-23T04:16:02.484Z | Downloaded hashbrown v0.15.5 |
| 960 | 2026-05-23T04:16:02.484Z | Downloaded signature v2.2.0 |
| 961 | 2026-05-23T04:16:02.484Z | Downloaded shell-words v1.1.1 |
| 962 | 2026-05-23T04:16:02.484Z | Downloaded crunchy v0.2.4 |
| 963 | 2026-05-23T04:16:02.484Z | Downloaded seq-macro v0.3.6 |
| 964 | 2026-05-23T04:16:02.484Z | Downloaded schemars_derive v0.8.22 |
| 965 | 2026-05-23T04:16:02.484Z | Downloaded rand_seeder v0.4.0 |
| 966 | 2026-05-23T04:16:02.484Z | Downloaded crossterm v0.28.1 |
| 967 | 2026-05-23T04:16:02.484Z | Downloaded slog-envlogger v2.2.0 |
| 968 | 2026-05-23T04:16:02.484Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-05-23T04:16:02.484Z | Downloaded rustc_version v0.4.1 |
| 970 | 2026-05-23T04:16:02.484Z | Downloaded progenitor-impl v0.11.2 |
| 971 | 2026-05-23T04:16:02.484Z | Downloaded crossbeam-deque v0.8.6 |
| 972 | 2026-05-23T04:16:02.484Z | Downloaded crc v3.4.0 |
| 973 | 2026-05-23T04:16:02.484Z | Downloaded corncobs v0.1.4 |
| 974 | 2026-05-23T04:16:02.485Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-05-23T04:16:02.485Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-05-23T04:16:02.485Z | Downloaded colored v2.2.0 |
| 977 | 2026-05-23T04:16:02.485Z | Downloaded cexpr v0.6.0 |
| 978 | 2026-05-23T04:16:02.485Z | Downloaded postgres-types v0.2.12 |
| 979 | 2026-05-23T04:16:02.485Z | Downloaded ssh-cipher v0.2.0 |
| 980 | 2026-05-23T04:16:02.485Z | Downloaded progenitor-extras v0.2.0 |
| 981 | 2026-05-23T04:16:02.485Z | Downloaded block-padding v0.3.3 |
| 982 | 2026-05-23T04:16:02.485Z | Downloaded bcs v0.1.6 |
| 983 | 2026-05-23T04:16:02.485Z | Downloaded sqlparser_derive v0.5.0 |
| 984 | 2026-05-23T04:16:02.485Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-05-23T04:16:02.485Z | Downloaded scroll v0.13.0 |
| 986 | 2026-05-23T04:16:02.485Z | Downloaded scopeguard v1.2.0 |
| 987 | 2026-05-23T04:16:02.485Z | Downloaded resolv-conf v0.7.6 |
| 988 | 2026-05-23T04:16:02.485Z | Downloaded structmeta v0.3.0 |
| 989 | 2026-05-23T04:16:02.485Z | Downloaded rustc_version v0.1.7 |
| 990 | 2026-05-23T04:16:02.485Z | Downloaded num-bigint-dig v0.8.6 |
| 991 | 2026-05-23T04:16:02.485Z | Downloaded blake3 v1.8.3 |
| 992 | 2026-05-23T04:16:02.485Z | Downloaded itertools v0.14.0 |
| 993 | 2026-05-23T04:16:02.485Z | Downloaded signal-hook-registry v1.4.8 |
| 994 | 2026-05-23T04:16:02.485Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-05-23T04:16:02.485Z | Downloaded smf v0.2.3 |
| 996 | 2026-05-23T04:16:02.485Z | Downloaded serde_derive_internals v0.29.1 |
| 997 | 2026-05-23T04:16:02.485Z | Downloaded slog-stdlog v4.1.1 |
| 998 | 2026-05-23T04:16:02.485Z | Downloaded rustc-hash v2.1.1 |
| 999 | 2026-05-23T04:16:02.485Z | Downloaded hyper-util v0.1.20 |
| 1000 | 2026-05-23T04:16:02.485Z | Downloaded pin-project v1.1.11 |
| 1001 | 2026-05-23T04:16:02.485Z | Downloaded rcgen v0.12.1 |
| 1002 | 2026-05-23T04:16:02.485Z | Downloaded pretty_assertions v1.4.1 |
| 1003 | 2026-05-23T04:16:02.485Z | Downloaded serde_path_to_error v0.1.20 |
| 1004 | 2026-05-23T04:16:02.485Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-05-23T04:16:02.485Z | Downloaded secrecy v0.8.0 |
| 1006 | 2026-05-23T04:16:02.485Z | Downloaded rand v0.9.2 |
| 1007 | 2026-05-23T04:16:02.485Z | Downloaded scrypt v0.11.0 |
| 1008 | 2026-05-23T04:16:02.485Z | Downloaded salsa20 v0.10.2 |
| 1009 | 2026-05-23T04:16:02.485Z | Downloaded mio v1.2.0 |
| 1010 | 2026-05-23T04:16:02.486Z | Downloaded simd-adler32 v0.3.8 |
| 1011 | 2026-05-23T04:16:02.486Z | Downloaded signal-hook-mio v0.2.5 |
| 1012 | 2026-05-23T04:16:02.486Z | Downloaded num-bigint v0.4.6 |
| 1013 | 2026-05-23T04:16:02.486Z | Downloaded sapling-renderdag v0.1.0 |
| 1014 | 2026-05-23T04:16:02.486Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-05-23T04:16:02.486Z | Downloaded siphasher v1.0.2 |
| 1016 | 2026-05-23T04:16:02.486Z | Downloaded structmeta-derive v0.3.0 |
| 1017 | 2026-05-23T04:16:02.486Z | Downloaded slab v0.4.12 |
| 1018 | 2026-05-23T04:16:02.486Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-05-23T04:16:02.486Z | Downloaded h2 v0.4.13 |
| 1020 | 2026-05-23T04:16:02.486Z | Downloaded progenitor-impl v0.13.0 |
| 1021 | 2026-05-23T04:16:02.486Z | Downloaded ron v0.8.1 |
| 1022 | 2026-05-23T04:16:02.486Z | Downloaded smallvec v0.6.14 |
| 1023 | 2026-05-23T04:16:02.486Z | Downloaded subtle v2.6.1 |
| 1024 | 2026-05-23T04:16:02.486Z | Downloaded slog-async v2.8.0 |
| 1025 | 2026-05-23T04:16:02.486Z | Downloaded tagptr v0.2.0 |
| 1026 | 2026-05-23T04:16:02.486Z | Downloaded sync_wrapper v1.0.2 |
| 1027 | 2026-05-23T04:16:02.486Z | Downloaded take_mut v0.2.2 |
| 1028 | 2026-05-23T04:16:02.486Z | Downloaded tabwriter v1.4.1 |
| 1029 | 2026-05-23T04:16:02.486Z | Downloaded sync-ptr v0.1.4 |
| 1030 | 2026-05-23T04:16:02.486Z | Downloaded strum v0.26.3 |
| 1031 | 2026-05-23T04:16:02.486Z | Downloaded tabled_derive v0.11.0 |
| 1032 | 2026-05-23T04:16:02.486Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-23T04:16:02.486Z | Downloaded tap v1.0.1 |
| 1034 | 2026-05-23T04:16:02.486Z | Downloaded signal-hook-tokio v0.3.1 |
| 1035 | 2026-05-23T04:16:02.486Z | Downloaded publicsuffix v2.3.0 |
| 1036 | 2026-05-23T04:16:02.486Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-23T04:16:02.486Z | Downloaded strum_macros v0.26.4 |
| 1038 | 2026-05-23T04:16:02.486Z | Downloaded russh-keys v0.45.0 |
| 1039 | 2026-05-23T04:16:02.486Z | Downloaded serde_cbor v0.11.2 |
| 1040 | 2026-05-23T04:16:02.486Z | Downloaded sct v0.7.1 |
| 1041 | 2026-05-23T04:16:02.486Z | Downloaded rusty-fork v0.3.1 |
| 1042 | 2026-05-23T04:16:02.486Z | Downloaded progenitor-impl v0.14.0 |
| 1043 | 2026-05-23T04:16:02.486Z | Downloaded rustls-pemfile v2.2.0 |
| 1044 | 2026-05-23T04:16:02.486Z | Downloaded time-core v0.1.8 |
| 1045 | 2026-05-23T04:16:02.486Z | Downloaded hkdf v0.12.4 |
| 1046 | 2026-05-23T04:16:02.486Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-05-23T04:16:02.486Z | Downloaded rayon-core v1.13.0 |
| 1048 | 2026-05-23T04:16:02.486Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-05-23T04:16:02.486Z | Downloaded serde_repr v0.1.20 |
| 1050 | 2026-05-23T04:16:02.487Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1051 | 2026-05-23T04:16:02.490Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-05-23T04:16:02.490Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1053 | 2026-05-23T04:16:02.490Z | Downloaded string_cache v0.8.9 |
| 1054 | 2026-05-23T04:16:02.490Z | Downloaded tinyvec_macros v0.1.1 |
| 1055 | 2026-05-23T04:16:02.490Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-05-23T04:16:02.490Z | Downloaded spki v0.7.3 |
| 1057 | 2026-05-23T04:16:02.491Z | Downloaded strum_macros v0.27.2 |
| 1058 | 2026-05-23T04:16:02.491Z | Downloaded prettyplease v0.2.37 |
| 1059 | 2026-05-23T04:16:02.491Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-05-23T04:16:02.491Z | Downloaded stringprep v0.1.5 |
| 1061 | 2026-05-23T04:16:02.491Z | Downloaded nom v7.1.3 |
| 1062 | 2026-05-23T04:16:02.491Z | Downloaded slog v2.8.2 |
| 1063 | 2026-05-23T04:16:02.491Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-23T04:16:02.491Z | Downloaded strum v0.27.2 |
| 1065 | 2026-05-23T04:16:02.491Z | Downloaded slog-scope v4.4.1 |
| 1066 | 2026-05-23T04:16:02.491Z | Downloaded slog-term v2.9.2 |
| 1067 | 2026-05-23T04:16:02.491Z | Downloaded ryu v1.0.23 |
| 1068 | 2026-05-23T04:16:02.491Z | Downloaded p521 v0.13.3 |
| 1069 | 2026-05-23T04:16:02.491Z | Downloaded strum_macros v0.24.3 |
| 1070 | 2026-05-23T04:16:02.491Z | Downloaded shlex v1.3.0 |
| 1071 | 2026-05-23T04:16:02.491Z | Downloaded rand v0.10.1 |
| 1072 | 2026-05-23T04:16:02.491Z | Downloaded support-bundle-viewer v0.1.2 |
| 1073 | 2026-05-23T04:16:02.491Z | Downloaded schemars v0.8.22 |
| 1074 | 2026-05-23T04:16:02.491Z | Downloaded try-lock v0.2.5 |
| 1075 | 2026-05-23T04:16:02.491Z | Downloaded spin v0.9.8 |
| 1076 | 2026-05-23T04:16:02.491Z | Downloaded termios v0.3.3 |
| 1077 | 2026-05-23T04:16:02.491Z | Downloaded quinn v0.11.9 |
| 1078 | 2026-05-23T04:16:02.491Z | Downloaded thread_local v1.1.9 |
| 1079 | 2026-05-23T04:16:02.491Z | Downloaded sqlformat v0.3.5 |
| 1080 | 2026-05-23T04:16:02.491Z | Downloaded term v1.2.1 |
| 1081 | 2026-05-23T04:16:02.491Z | Downloaded tower-service v0.3.3 |
| 1082 | 2026-05-23T04:16:02.491Z | Downloaded rand v0.8.6 |
| 1083 | 2026-05-23T04:16:02.491Z | Downloaded typify-macro v0.6.2 |
| 1084 | 2026-05-23T04:16:02.491Z | Downloaded topological-sort v0.2.2 |
| 1085 | 2026-05-23T04:16:02.491Z | Downloaded trait-variant v0.1.2 |
| 1086 | 2026-05-23T04:16:02.491Z | Downloaded tower-layer v0.3.3 |
| 1087 | 2026-05-23T04:16:02.491Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1088 | 2026-05-23T04:16:02.491Z | Downloaded thread-id v5.1.0 |
| 1089 | 2026-05-23T04:16:02.491Z | Downloaded tokio-dtrace v0.1.1 |
| 1090 | 2026-05-23T04:16:02.491Z | Downloaded tls_codec v0.4.2 |
| 1091 | 2026-05-23T04:16:02.491Z | Downloaded tiny-keccak v2.0.2 |
| 1092 | 2026-05-23T04:16:02.491Z | Downloaded qorb v0.4.1 |
| 1093 | 2026-05-23T04:16:02.491Z | Downloaded iri-string v0.7.10 |
| 1094 | 2026-05-23T04:16:02.491Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-05-23T04:16:02.492Z | Downloaded time-macros v0.2.27 |
| 1096 | 2026-05-23T04:16:02.492Z | Downloaded itertools v0.13.0 |
| 1097 | 2026-05-23T04:16:02.492Z | Downloaded untrusted v0.7.1 |
| 1098 | 2026-05-23T04:16:02.492Z | Downloaded unicode-truncate v1.1.0 |
| 1099 | 2026-05-23T04:16:02.492Z | Downloaded tokio-macros v2.7.0 |
| 1100 | 2026-05-23T04:16:02.492Z | Downloaded similar v2.7.0 |
| 1101 | 2026-05-23T04:16:02.492Z | Downloaded tokio-tungstenite v0.21.0 |
| 1102 | 2026-05-23T04:16:02.492Z | Downloaded hashbrown v0.16.1 |
| 1103 | 2026-05-23T04:16:02.492Z | Downloaded tokio-rustls v0.25.0 |
| 1104 | 2026-05-23T04:16:02.492Z | Downloaded tokio-native-tls v0.3.1 |
| 1105 | 2026-05-23T04:16:02.492Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2026-05-23T04:16:02.492Z | Downloaded typify-macro v0.4.3 |
| 1107 | 2026-05-23T04:16:02.492Z | Downloaded utf-8 v0.7.6 |
| 1108 | 2026-05-23T04:16:02.492Z | Downloaded thiserror-no-std v2.0.2 |
| 1109 | 2026-05-23T04:16:02.492Z | Downloaded unit-prefix v0.5.2 |
| 1110 | 2026-05-23T04:16:02.492Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-05-23T04:16:02.492Z | Downloaded term v0.7.0 |
| 1112 | 2026-05-23T04:16:02.492Z | Downloaded rsa v0.9.10 |
| 1113 | 2026-05-23T04:16:02.492Z | Downloaded usdt-attr-macro v0.6.0 |
| 1114 | 2026-05-23T04:16:02.492Z | Downloaded serde_with_macros v3.17.0 |
| 1115 | 2026-05-23T04:16:02.492Z | Downloaded aho-corasick v1.1.4 |
| 1116 | 2026-05-23T04:16:02.492Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-05-23T04:16:02.492Z | Downloaded want v0.3.1 |
| 1118 | 2026-05-23T04:16:02.492Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-05-23T04:16:02.492Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1120 | 2026-05-23T04:16:02.492Z | Downloaded wait-timeout v0.2.1 |
| 1121 | 2026-05-23T04:16:02.492Z | Downloaded socket2 v0.5.10 |
| 1122 | 2026-05-23T04:16:02.492Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-05-23T04:16:02.492Z | Downloaded void v1.0.2 |
| 1124 | 2026-05-23T04:16:02.492Z | Downloaded socket2 v0.6.3 |
| 1125 | 2026-05-23T04:16:02.492Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1126 | 2026-05-23T04:16:02.492Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-23T04:16:02.492Z | Downloaded tui-tree-widget v0.23.1 |
| 1128 | 2026-05-23T04:16:02.492Z | Downloaded iddqd v0.4.1 |
| 1129 | 2026-05-23T04:16:02.492Z | Downloaded subprocess v0.2.15 |
| 1130 | 2026-05-23T04:16:02.492Z | Downloaded hyper v1.8.1 |
| 1131 | 2026-05-23T04:16:02.492Z | Downloaded signal-hook v0.3.18 |
| 1132 | 2026-05-23T04:16:02.492Z | Downloaded futures-util v0.3.32 |
| 1133 | 2026-05-23T04:16:02.492Z | Downloaded xattr v1.6.1 |
| 1134 | 2026-05-23T04:16:02.493Z | Downloaded zeroize_derive v1.4.3 |
| 1135 | 2026-05-23T04:16:02.493Z | Downloaded xshell-macros v0.2.7 |
| 1136 | 2026-05-23T04:16:02.493Z | Downloaded usdt-macro v0.6.0 |
| 1137 | 2026-05-23T04:16:02.493Z | Downloaded itertools v0.12.1 |
| 1138 | 2026-05-23T04:16:02.493Z | Downloaded tokio-rustls v0.26.4 |
| 1139 | 2026-05-23T04:16:02.493Z | Downloaded schemars v0.9.0 |
| 1140 | 2026-05-23T04:16:02.493Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-05-23T04:16:02.493Z | Downloaded unarray v0.1.4 |
| 1142 | 2026-05-23T04:16:02.493Z | Downloaded zone_cfg_derive v0.3.1 |
| 1143 | 2026-05-23T04:16:02.493Z | Downloaded usdt-impl v0.6.0 |
| 1144 | 2026-05-23T04:16:02.493Z | Downloaded zone v0.3.1 |
| 1145 | 2026-05-23T04:16:02.493Z | Downloaded uzers v0.12.2 |
| 1146 | 2026-05-23T04:16:02.493Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-05-23T04:16:02.493Z | Downloaded whoami v1.6.1 |
| 1148 | 2026-05-23T04:16:02.493Z | Downloaded tokio-rustls v0.24.1 |
| 1149 | 2026-05-23T04:16:02.493Z | Downloaded libm v0.2.16 |
| 1150 | 2026-05-23T04:16:02.493Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-23T04:16:02.497Z | Downloaded vergen-lib v0.1.6 |
| 1152 | 2026-05-23T04:16:02.497Z | Downloaded walkdir v2.5.0 |
| 1153 | 2026-05-23T04:16:02.497Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-05-23T04:16:02.497Z | Downloaded vergen-lib v9.1.0 |
| 1155 | 2026-05-23T04:16:02.498Z | Downloaded russh v0.45.0 |
| 1156 | 2026-05-23T04:16:02.498Z | Downloaded snafu v0.8.9 |
| 1157 | 2026-05-23T04:16:02.498Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-05-23T04:16:02.498Z | Downloaded bitvec v1.0.1 |
| 1159 | 2026-05-23T04:16:02.498Z | Downloaded zeroize v1.8.2 |
| 1160 | 2026-05-23T04:16:02.498Z | Downloaded xshell v0.2.7 |
| 1161 | 2026-05-23T04:16:02.498Z | Downloaded toml v0.7.8 |
| 1162 | 2026-05-23T04:16:02.498Z | Downloaded whoami v2.1.0 |
| 1163 | 2026-05-23T04:16:02.498Z | Downloaded vsss-rs v3.3.4 |
| 1164 | 2026-05-23T04:16:02.498Z | Downloaded lalrpop v0.19.12 |
| 1165 | 2026-05-23T04:16:02.498Z | Downloaded zstd-safe v7.2.4 |
| 1166 | 2026-05-23T04:16:02.498Z | Downloaded unicode-properties v0.1.4 |
| 1167 | 2026-05-23T04:16:02.498Z | Downloaded zstd v0.13.3 |
| 1168 | 2026-05-23T04:16:02.498Z | Downloaded samael v0.0.19 |
| 1169 | 2026-05-23T04:16:02.498Z | Downloaded nom v8.0.0 |
| 1170 | 2026-05-23T04:16:02.498Z | Downloaded schemars v1.2.1 |
| 1171 | 2026-05-23T04:16:02.498Z | Downloaded goblin v0.10.5 |
| 1172 | 2026-05-23T04:16:02.498Z | Downloaded moka v0.12.13 |
| 1173 | 2026-05-23T04:16:02.498Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-05-23T04:16:02.498Z | Downloaded rustls-webpki v0.103.9 |
| 1175 | 2026-05-23T04:16:02.498Z | Downloaded yasna v0.5.2 |
| 1176 | 2026-05-23T04:16:02.498Z | Downloaded unsafe-libyaml v0.2.11 |
| 1177 | 2026-05-23T04:16:02.498Z | Downloaded typify v0.4.3 |
| 1178 | 2026-05-23T04:16:02.498Z | Downloaded tungstenite v0.23.0 |
| 1179 | 2026-05-23T04:16:02.498Z | Downloaded twox-hash v2.1.2 |
| 1180 | 2026-05-23T04:16:02.498Z | Downloaded tar v0.4.45 |
| 1181 | 2026-05-23T04:16:02.498Z | Downloaded typify v0.6.2 |
| 1182 | 2026-05-23T04:16:02.498Z | Downloaded rpassword v7.4.0 |
| 1183 | 2026-05-23T04:16:02.498Z | Downloaded rustyline v14.0.0 |
| 1184 | 2026-05-23T04:16:02.498Z | Downloaded vergen-gitcl v1.0.8 |
| 1185 | 2026-05-23T04:16:02.498Z | Downloaded aws-lc-rs v1.16.3 |
| 1186 | 2026-05-23T04:16:02.498Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1187 | 2026-05-23T04:16:02.498Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1188 | 2026-05-23T04:16:02.498Z | Downloaded vergen-git2 v9.1.0 |
| 1189 | 2026-05-23T04:16:02.498Z | Downloaded unicode-bidi v0.3.18 |
| 1190 | 2026-05-23T04:16:02.498Z | Downloaded zerocopy v0.6.6 |
| 1191 | 2026-05-23T04:16:02.498Z | Downloaded reedline v0.40.0 |
| 1192 | 2026-05-23T04:16:02.499Z | Downloaded steno v0.4.1 |
| 1193 | 2026-05-23T04:16:02.499Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-05-23T04:16:02.499Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-05-23T04:16:02.499Z | Downloaded p384 v0.13.1 |
| 1196 | 2026-05-23T04:16:02.499Z | Downloaded vergen v9.1.0 |
| 1197 | 2026-05-23T04:16:02.499Z | Downloaded curve25519-dalek v4.1.3 |
| 1198 | 2026-05-23T04:16:02.499Z | Downloaded zopfli v0.8.3 |
| 1199 | 2026-05-23T04:16:02.499Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-05-23T04:16:02.499Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-05-23T04:16:02.499Z | Downloaded uuid v1.23.0 |
| 1202 | 2026-05-23T04:16:02.499Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-05-23T04:16:02.499Z | Downloaded zip v0.6.6 |
| 1204 | 2026-05-23T04:16:02.499Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-05-23T04:16:02.499Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-23T04:16:02.499Z | Downloaded ssh-key v0.6.7 |
| 1207 | 2026-05-23T04:16:02.499Z | Downloaded yansi v1.0.1 |
| 1208 | 2026-05-23T04:16:02.499Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-05-23T04:16:02.499Z | Downloaded typed-path v0.9.3 |
| 1210 | 2026-05-23T04:16:02.499Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-05-23T04:16:02.499Z | Downloaded x509-cert v0.2.5 |
| 1212 | 2026-05-23T04:16:02.499Z | Downloaded vte v0.14.1 |
| 1213 | 2026-05-23T04:16:02.499Z | Downloaded rayon v1.11.0 |
| 1214 | 2026-05-23T04:16:02.499Z | Downloaded regex v1.12.3 |
| 1215 | 2026-05-23T04:16:02.499Z | Downloaded portable-atomic v1.13.1 |
| 1216 | 2026-05-23T04:16:02.499Z | Downloaded tower v0.5.3 |
| 1217 | 2026-05-23T04:16:02.499Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-23T04:16:02.499Z | Downloaded zip v4.6.1 |
| 1219 | 2026-05-23T04:16:02.499Z | Downloaded rustls-webpki v0.102.8 |
| 1220 | 2026-05-23T04:16:02.499Z | Downloaded rustls-webpki v0.101.7 |
| 1221 | 2026-05-23T04:16:02.499Z | Downloaded tough v0.22.0 |
| 1222 | 2026-05-23T04:16:02.499Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-05-23T04:16:02.499Z | Downloaded proptest v1.10.0 |
| 1224 | 2026-05-23T04:16:02.499Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-05-23T04:16:02.499Z | Downloaded dropshot v0.17.0 |
| 1226 | 2026-05-23T04:16:02.499Z | Downloaded salty v0.3.0 |
| 1227 | 2026-05-23T04:16:02.499Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-05-23T04:16:02.499Z | Downloaded quinn-proto v0.11.13 |
| 1229 | 2026-05-23T04:16:02.500Z | Downloaded winnow v0.5.40 |
| 1230 | 2026-05-23T04:16:02.500Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-05-23T04:16:02.500Z | Downloaded object v0.30.4 |
| 1232 | 2026-05-23T04:16:02.500Z | Downloaded unicode-normalization v0.1.25 |
| 1233 | 2026-05-23T04:16:02.500Z | Downloaded polar-core v0.27.3 |
| 1234 | 2026-05-23T04:16:02.500Z | Downloaded tokio-util v0.7.18 |
| 1235 | 2026-05-23T04:16:02.500Z | Downloaded serde_with v3.17.0 |
| 1236 | 2026-05-23T04:16:02.500Z | Downloaded petname v2.0.2 |
| 1237 | 2026-05-23T04:16:02.500Z | Downloaded time v0.3.47 |
| 1238 | 2026-05-23T04:16:02.500Z | Downloaded zlib-rs v0.6.2 |
| 1239 | 2026-05-23T04:16:02.500Z | Downloaded winnow v1.0.3 |
| 1240 | 2026-05-23T04:16:02.500Z | Downloaded bstr v1.12.1 |
| 1241 | 2026-05-23T04:16:02.500Z | Downloaded nix v0.27.1 |
| 1242 | 2026-05-23T04:16:02.500Z | Downloaded rustls v0.21.12 |
| 1243 | 2026-05-23T04:16:02.500Z | Downloaded vcpkg v0.2.15 |
| 1244 | 2026-05-23T04:16:02.500Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-05-23T04:16:02.500Z | Downloaded object v0.37.3 |
| 1246 | 2026-05-23T04:16:02.500Z | Downloaded tabled v0.20.0 |
| 1247 | 2026-05-23T04:16:02.500Z | Downloaded regress v0.11.1 |
| 1248 | 2026-05-23T04:16:02.500Z | Downloaded openapiv3 v2.2.0 |
| 1249 | 2026-05-23T04:16:02.500Z | Downloaded webpki-roots v1.0.6 |
| 1250 | 2026-05-23T04:16:02.500Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-05-23T04:16:02.504Z | Downloaded nix v0.28.0 |
| 1252 | 2026-05-23T04:16:02.504Z | Downloaded regress v0.10.5 |
| 1253 | 2026-05-23T04:16:02.504Z | Downloaded regex-syntax v0.6.29 |
| 1254 | 2026-05-23T04:16:02.504Z | Downloaded radix_trie v0.2.1 |
| 1255 | 2026-05-23T04:16:02.504Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-05-23T04:16:02.504Z | Downloaded nix v0.31.2 |
| 1257 | 2026-05-23T04:16:02.504Z | Downloaded openssl v0.10.78 |
| 1258 | 2026-05-23T04:16:02.504Z | Downloaded sqlparser v0.61.0 |
| 1259 | 2026-05-23T04:16:02.504Z | Downloaded zerocopy v0.8.40 |
| 1260 | 2026-05-23T04:16:02.504Z | Downloaded smoltcp v0.11.0 |
| 1261 | 2026-05-23T04:16:02.504Z | Downloaded regex-syntax v0.8.10 |
| 1262 | 2026-05-23T04:16:02.504Z | Downloaded sled v0.34.7 |
| 1263 | 2026-05-23T04:16:02.507Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-05-23T04:16:02.515Z | Downloaded rustls v0.22.4 |
| 1265 | 2026-05-23T04:16:02.522Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-05-23T04:16:02.533Z | Downloaded rustls v0.23.37 |
| 1267 | 2026-05-23T04:16:02.550Z | Downloaded petgraph v0.6.5 |
| 1268 | 2026-05-23T04:16:02.562Z | Downloaded jiff v0.2.21 |
| 1269 | 2026-05-23T04:16:02.594Z | Downloaded csv v1.4.0 |
| 1270 | 2026-05-23T04:16:02.613Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1271 | 2026-05-23T04:16:02.633Z | Downloaded tokio v1.52.1 |
| 1272 | 2026-05-23T04:16:02.657Z | Downloaded typify-impl v0.6.2 |
| 1273 | 2026-05-23T04:16:02.667Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-05-23T04:16:02.677Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1275 | 2026-05-23T04:16:02.684Z | Downloaded typify-impl v0.4.3 |
| 1276 | 2026-05-23T04:16:02.693Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-05-23T04:16:02.706Z | Downloaded zerocopy-derive v0.6.6 |
| 1278 | 2026-05-23T04:16:02.718Z | Downloaded regex-automata v0.4.14 |
| 1279 | 2026-05-23T04:16:02.727Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-05-23T04:16:02.740Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-05-23T04:16:02.765Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-05-23T04:16:02.778Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1283 | 2026-05-23T04:16:02.812Z | Downloaded sha3 v0.10.8 |
| 1284 | 2026-05-23T04:16:02.819Z | Downloaded libz-sys v1.1.24 |
| 1285 | 2026-05-23T04:16:02.895Z | Downloaded ring v0.17.14 |
| 1286 | 2026-05-23T04:16:03.417Z | Downloaded aws-lc-sys v0.40.0 |
| 1287 | 2026-05-23T04:16:03.671Z | Compiling libc v0.2.185 |
| 1288 | 2026-05-23T04:16:03.671Z | Compiling serde v1.0.228 |
| 1289 | 2026-05-23T04:16:03.676Z | Compiling log v0.4.29 |
| 1290 | 2026-05-23T04:16:03.676Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-05-23T04:16:03.676Z | Compiling shlex v1.3.0 |
| 1292 | 2026-05-23T04:16:03.676Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-05-23T04:16:03.676Z | Compiling typenum v1.19.0 |
| 1294 | 2026-05-23T04:16:03.676Z | Compiling subtle v2.6.1 |
| 1295 | 2026-05-23T04:16:03.676Z | Compiling generic-array v0.14.7 |
| 1296 | 2026-05-23T04:16:03.676Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-05-23T04:16:03.676Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-23T04:16:03.824Z | Compiling const-oid v0.9.6 |
| 1299 | 2026-05-23T04:16:03.863Z | Compiling syn v2.0.117 |
| 1300 | 2026-05-23T04:16:03.874Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-23T04:16:03.877Z | Compiling zerocopy v0.8.40 |
| 1302 | 2026-05-23T04:16:03.976Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-23T04:16:03.990Z | Compiling critical-section v1.2.0 |
| 1304 | 2026-05-23T04:16:04.069Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-23T04:16:04.099Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-05-23T04:16:04.099Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-05-23T04:16:04.127Z | Compiling bitflags v2.11.0 |
| 1308 | 2026-05-23T04:16:04.145Z | Compiling futures-core v0.3.32 |
| 1309 | 2026-05-23T04:16:04.149Z | Compiling libm v0.2.16 |
| 1310 | 2026-05-23T04:16:04.185Z | Compiling num-traits v0.2.19 |
| 1311 | 2026-05-23T04:16:04.200Z | Compiling percent-encoding v2.3.2 |
| 1312 | 2026-05-23T04:16:04.245Z | Compiling futures-sink v0.3.32 |
| 1313 | 2026-05-23T04:16:04.248Z | Compiling slab v0.4.12 |
| 1314 | 2026-05-23T04:16:04.320Z | Compiling futures-io v0.3.32 |
| 1315 | 2026-05-23T04:16:04.377Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-05-23T04:16:04.394Z | Compiling cpufeatures v0.2.17 |
| 1317 | 2026-05-23T04:16:04.436Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-23T04:16:04.447Z | Compiling futures-task v0.3.32 |
| 1319 | 2026-05-23T04:16:04.493Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-05-23T04:16:04.496Z | Compiling indexmap v2.14.0 |
| 1321 | 2026-05-23T04:16:04.537Z | Compiling getrandom v0.3.4 |
| 1322 | 2026-05-23T04:16:04.593Z | Compiling rustversion v1.0.22 |
| 1323 | 2026-05-23T04:16:04.624Z | Compiling form_urlencoded v1.2.2 |
| 1324 | 2026-05-23T04:16:04.638Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-05-23T04:16:04.653Z | Compiling dunce v1.0.5 |
| 1326 | 2026-05-23T04:16:04.668Z | Compiling ident_case v1.0.1 |
| 1327 | 2026-05-23T04:16:04.683Z | Compiling base64ct v1.8.3 |
| 1328 | 2026-05-23T04:16:04.698Z | Compiling iana-time-zone v0.1.65 |
| 1329 | 2026-05-23T04:16:04.766Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-05-23T04:16:04.804Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-05-23T04:16:04.819Z | Compiling errno v0.3.14 |
| 1332 | 2026-05-23T04:16:04.846Z | Compiling mio v1.2.0 |
| 1333 | 2026-05-23T04:16:04.915Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-23T04:16:04.930Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-05-23T04:16:04.946Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-23T04:16:04.961Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-23T04:16:05.020Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-23T04:16:05.039Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-23T04:16:05.139Z | Compiling pem-rfc7468 v0.7.0 |
| 1340 | 2026-05-23T04:16:05.194Z | Compiling flagset v0.4.7 |
| 1341 | 2026-05-23T04:16:05.210Z | Compiling rustix v1.1.3 |
| 1342 | 2026-05-23T04:16:05.225Z | Compiling regex-syntax v0.8.10 |
| 1343 | 2026-05-23T04:16:05.228Z | Compiling vcpkg v0.2.15 |
| 1344 | 2026-05-23T04:16:05.254Z | Compiling aws-lc-rs v1.16.3 |
| 1345 | 2026-05-23T04:16:05.292Z | Compiling uuid v1.23.0 |
| 1346 | 2026-05-23T04:16:05.358Z | Compiling tracing-core v0.1.36 |
| 1347 | 2026-05-23T04:16:05.373Z | Compiling rustc_version v0.4.1 |
| 1348 | 2026-05-23T04:16:05.476Z | Compiling base64 v0.22.1 |
| 1349 | 2026-05-23T04:16:05.490Z | Compiling openssl-probe v0.2.1 |
| 1350 | 2026-05-23T04:16:05.516Z | Compiling tinyvec_macros v0.1.1 |
| 1351 | 2026-05-23T04:16:05.603Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-05-23T04:16:05.633Z | Compiling untrusted v0.7.1 |
| 1353 | 2026-05-23T04:16:05.649Z | Compiling untrusted v0.9.0 |
| 1354 | 2026-05-23T04:16:05.690Z | Compiling httparse v1.10.1 |
| 1355 | 2026-05-23T04:16:05.750Z | Compiling tinyvec v1.10.0 |
| 1356 | 2026-05-23T04:16:05.765Z | Compiling aho-corasick v1.1.4 |
| 1357 | 2026-05-23T04:16:05.780Z | Compiling atomic-waker v1.1.2 |
| 1358 | 2026-05-23T04:16:05.792Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-05-23T04:16:05.796Z | Compiling schemars v0.8.22 |
| 1360 | 2026-05-23T04:16:05.833Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-23T04:16:05.916Z | Compiling rustls v0.23.37 |
| 1362 | 2026-05-23T04:16:05.932Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-05-23T04:16:05.935Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-23T04:16:06.022Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-05-23T04:16:06.046Z | Compiling want v0.3.1 |
| 1366 | 2026-05-23T04:16:06.099Z | Compiling openssl v0.10.78 |
| 1367 | 2026-05-23T04:16:06.129Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-05-23T04:16:06.133Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-23T04:16:06.146Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-05-23T04:16:06.160Z | Compiling unicode-normalization v0.1.25 |
| 1371 | 2026-05-23T04:16:06.175Z | Compiling spin v0.9.8 |
| 1372 | 2026-05-23T04:16:06.207Z | Compiling powerfmt v0.2.0 |
| 1373 | 2026-05-23T04:16:06.236Z | Compiling foreign-types v0.3.2 |
| 1374 | 2026-05-23T04:16:06.236Z | Compiling num-conv v0.2.0 |
| 1375 | 2026-05-23T04:16:06.264Z | Compiling native-tls v0.2.18 |
| 1376 | 2026-05-23T04:16:06.268Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-05-23T04:16:06.296Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-23T04:16:06.333Z | Compiling wait-timeout v0.2.1 |
| 1379 | 2026-05-23T04:16:06.379Z | Compiling deranged v0.5.8 |
| 1380 | 2026-05-23T04:16:06.396Z | Compiling sync_wrapper v1.0.2 |
| 1381 | 2026-05-23T04:16:06.396Z | Compiling usdt-impl v0.6.0 |
| 1382 | 2026-05-23T04:16:06.426Z | Compiling syn v1.0.109 |
| 1383 | 2026-05-23T04:16:06.455Z | Compiling siphasher v1.0.2 |
| 1384 | 2026-05-23T04:16:06.472Z | Compiling time-macros v0.2.27 |
| 1385 | 2026-05-23T04:16:06.502Z | Compiling num_threads v0.1.7 |
| 1386 | 2026-05-23T04:16:06.528Z | Compiling bit-vec v0.8.0 |
| 1387 | 2026-05-23T04:16:06.543Z | Compiling quick-error v1.2.3 |
| 1388 | 2026-05-23T04:16:06.690Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-05-23T04:16:06.706Z | Compiling simd-adler32 v0.3.8 |
| 1390 | 2026-05-23T04:16:06.751Z | Compiling heapless v0.7.17 |
| 1391 | 2026-05-23T04:16:06.751Z | Compiling rand_xorshift v0.4.0 |
| 1392 | 2026-05-23T04:16:06.754Z | Compiling slog v2.8.2 |
| 1393 | 2026-05-23T04:16:06.795Z | Compiling thread-id v5.1.0 |
| 1394 | 2026-05-23T04:16:06.812Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-05-23T04:16:06.845Z | Compiling ring v0.17.14 |
| 1396 | 2026-05-23T04:16:06.861Z | Compiling openssl-sys v0.9.114 |
| 1397 | 2026-05-23T04:16:06.898Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-05-23T04:16:06.949Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-05-23T04:16:06.968Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-05-23T04:16:06.971Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-05-23T04:16:06.999Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-05-23T04:16:07.016Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-05-23T04:16:07.048Z | Compiling tempfile v3.25.0 |
| 1404 | 2026-05-23T04:16:07.289Z | Compiling rusty-fork v0.3.1 |
| 1405 | 2026-05-23T04:16:07.463Z | Compiling darling_core v0.21.3 |
| 1406 | 2026-05-23T04:16:07.540Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-05-23T04:16:07.617Z | Compiling bit-set v0.8.0 |
| 1408 | 2026-05-23T04:16:07.678Z | Compiling cookie v0.18.1 |
| 1409 | 2026-05-23T04:16:07.694Z | Compiling time v0.3.47 |
| 1410 | 2026-05-23T04:16:07.707Z | Compiling ryu v1.0.23 |
| 1411 | 2026-05-23T04:16:07.750Z | Compiling anyhow v1.0.102 |
| 1412 | 2026-05-23T04:16:07.813Z | Compiling allocator-api2 v0.2.21 |
| 1413 | 2026-05-23T04:16:07.844Z | Compiling unicode-bidi v0.3.18 |
| 1414 | 2026-05-23T04:16:07.858Z | Compiling unicode-properties v0.1.4 |
| 1415 | 2026-05-23T04:16:07.889Z | Compiling unarray v0.1.4 |
| 1416 | 2026-05-23T04:16:07.914Z | Compiling signal-hook v0.3.18 |
| 1417 | 2026-05-23T04:16:07.938Z | Compiling adler2 v2.0.1 |
| 1418 | 2026-05-23T04:16:08.020Z | Compiling iri-string v0.7.10 |
| 1419 | 2026-05-23T04:16:08.089Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-23T04:16:08.093Z | Compiling paste v1.0.15 |
| 1421 | 2026-05-23T04:16:08.152Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-05-23T04:16:08.174Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-05-23T04:16:08.469Z | Compiling num-integer v0.1.46 |
| 1424 | 2026-05-23T04:16:08.486Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2026-05-23T04:16:08.658Z | Compiling vergen-lib v9.1.0 |
| 1426 | 2026-05-23T04:16:08.755Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-05-23T04:16:08.815Z | Compiling zeroize_derive v1.4.3 |
| 1428 | 2026-05-23T04:16:08.829Z | Compiling zerofrom-derive v0.1.6 |
| 1429 | 2026-05-23T04:16:08.851Z | Compiling yoke-derive v0.8.1 |
| 1430 | 2026-05-23T04:16:08.866Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-05-23T04:16:08.889Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-05-23T04:16:09.067Z | Compiling displaydoc v0.2.5 |
| 1433 | 2026-05-23T04:16:09.357Z | Compiling tokio-macros v2.7.0 |
| 1434 | 2026-05-23T04:16:09.448Z | Compiling futures-macro v0.3.32 |
| 1435 | 2026-05-23T04:16:09.518Z | Compiling zeroize v1.8.2 |
| 1436 | 2026-05-23T04:16:09.602Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-05-23T04:16:09.849Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-05-23T04:16:10.044Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-05-23T04:16:10.089Z | Compiling thiserror-impl v2.0.18 |
| 1440 | 2026-05-23T04:16:10.124Z | Compiling schemars_derive v0.8.22 |
| 1441 | 2026-05-23T04:16:10.138Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-05-23T04:16:10.294Z | Compiling crypto-common v0.1.7 |
| 1443 | 2026-05-23T04:16:10.310Z | Compiling zerofrom v0.1.6 |
| 1444 | 2026-05-23T04:16:10.324Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-05-23T04:16:10.338Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-23T04:16:10.498Z | Compiling yoke v0.8.1 |
| 1447 | 2026-05-23T04:16:10.498Z | Compiling digest v0.10.7 |
| 1448 | 2026-05-23T04:16:10.527Z | Compiling block-padding v0.3.3 |
| 1449 | 2026-05-23T04:16:10.623Z | Compiling der v0.7.10 |
| 1450 | 2026-05-23T04:16:10.708Z | Compiling zerovec v0.11.5 |
| 1451 | 2026-05-23T04:16:10.723Z | Compiling zerotrie v0.2.3 |
| 1452 | 2026-05-23T04:16:10.783Z | Compiling hmac v0.12.1 |
| 1453 | 2026-05-23T04:16:10.960Z | Compiling inout v0.1.4 |
| 1454 | 2026-05-23T04:16:11.030Z | Compiling sha2 v0.10.9 |
| 1455 | 2026-05-23T04:16:11.046Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-05-23T04:16:11.159Z | Compiling cipher v0.4.4 |
| 1457 | 2026-05-23T04:16:11.186Z | Compiling tinystr v0.8.2 |
| 1458 | 2026-05-23T04:16:11.204Z | Compiling potential_utf v0.1.4 |
| 1459 | 2026-05-23T04:16:11.247Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-05-23T04:16:11.396Z | Compiling icu_locale_core v2.1.1 |
| 1461 | 2026-05-23T04:16:11.422Z | Compiling icu_collections v2.1.1 |
| 1462 | 2026-05-23T04:16:11.449Z | Compiling salsa20 v0.10.2 |
| 1463 | 2026-05-23T04:16:11.497Z | Compiling spki v0.7.3 |
| 1464 | 2026-05-23T04:16:11.513Z | Compiling tracing v0.1.44 |
| 1465 | 2026-05-23T04:16:11.529Z | Compiling aes v0.8.4 |
| 1466 | 2026-05-23T04:16:11.568Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-05-23T04:16:11.618Z | Compiling scrypt v0.11.0 |
| 1468 | 2026-05-23T04:16:11.702Z | Compiling cbc v0.1.2 |
| 1469 | 2026-05-23T04:16:11.742Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-23T04:16:11.819Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-05-23T04:16:11.881Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-23T04:16:11.898Z | Compiling rustls-native-certs v0.8.3 |
| 1473 | 2026-05-23T04:16:11.913Z | Compiling dtrace-parser v0.3.0 |
| 1474 | 2026-05-23T04:16:11.945Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-05-23T04:16:12.035Z | Compiling icu_provider v2.1.1 |
| 1476 | 2026-05-23T04:16:12.218Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-23T04:16:12.292Z | Compiling bytes v1.11.1 |
| 1478 | 2026-05-23T04:16:12.316Z | Compiling icu_normalizer v2.1.1 |
| 1479 | 2026-05-23T04:16:12.332Z | Compiling icu_properties v2.1.2 |
| 1480 | 2026-05-23T04:16:12.347Z | Compiling chrono v0.4.44 |
| 1481 | 2026-05-23T04:16:12.361Z | Compiling ipnet v2.11.0 |
| 1482 | 2026-05-23T04:16:12.378Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-05-23T04:16:12.453Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-23T04:16:12.555Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-05-23T04:16:12.639Z | Compiling signature v2.2.0 |
| 1486 | 2026-05-23T04:16:12.710Z | Compiling webpki-roots v1.0.6 |
| 1487 | 2026-05-23T04:16:12.725Z | Compiling thiserror-impl v1.0.69 |
| 1488 | 2026-05-23T04:16:12.757Z | Compiling scroll_derive v0.12.1 |
| 1489 | 2026-05-23T04:16:12.846Z | Compiling tokio v1.52.1 |
| 1490 | 2026-05-23T04:16:12.861Z | Compiling http v1.4.0 |
| 1491 | 2026-05-23T04:16:12.903Z | Compiling toml_datetime v0.6.11 |
| 1492 | 2026-05-23T04:16:12.921Z | Compiling serde_urlencoded v0.7.1 |
| 1493 | 2026-05-23T04:16:12.951Z | Compiling serde_spanned v0.6.9 |
| 1494 | 2026-05-23T04:16:13.118Z | Compiling serde_tokenstream v0.2.3 |
| 1495 | 2026-05-23T04:16:13.194Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-05-23T04:16:13.210Z | Compiling md-5 v0.10.6 |
| 1497 | 2026-05-23T04:16:13.389Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-05-23T04:16:13.454Z | Compiling ppv-lite86 v0.2.21 |
| 1499 | 2026-05-23T04:16:13.458Z | Compiling scroll v0.12.0 |
| 1500 | 2026-05-23T04:16:13.484Z | Compiling derive_builder_macro v0.20.2 |
| 1501 | 2026-05-23T04:16:13.500Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-05-23T04:16:13.552Z | Compiling idna v1.1.0 |
| 1503 | 2026-05-23T04:16:13.567Z | Compiling http-body v1.0.1 |
| 1504 | 2026-05-23T04:16:13.586Z | Compiling bstr v1.12.1 |
| 1505 | 2026-05-23T04:16:13.705Z | Compiling http-body-util v0.1.3 |
| 1506 | 2026-05-23T04:16:13.745Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-05-23T04:16:13.762Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-05-23T04:16:13.791Z | Compiling async-trait v0.1.89 |
| 1509 | 2026-05-23T04:16:13.806Z | Compiling zerocopy-derive v0.7.35 |
| 1510 | 2026-05-23T04:16:13.821Z | Compiling pin-project-internal v1.1.11 |
| 1511 | 2026-05-23T04:16:13.974Z | Compiling url v2.5.8 |
| 1512 | 2026-05-23T04:16:13.997Z | Compiling rand v0.9.2 |
| 1513 | 2026-05-23T04:16:14.035Z | Compiling ff v0.13.1 |
| 1514 | 2026-05-23T04:16:14.050Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-05-23T04:16:14.170Z | Compiling hash32 v0.2.1 |
| 1516 | 2026-05-23T04:16:14.190Z | Compiling memoffset v0.9.1 |
| 1517 | 2026-05-23T04:16:14.234Z | Compiling encoding_rs v0.8.35 |
| 1518 | 2026-05-23T04:16:14.259Z | Compiling psl-types v2.0.11 |
| 1519 | 2026-05-23T04:16:14.381Z | Compiling litrs v1.0.0 |
| 1520 | 2026-05-23T04:16:14.399Z | Compiling rustix v0.38.44 |
| 1521 | 2026-05-23T04:16:14.413Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-05-23T04:16:14.593Z | Compiling proptest v1.10.0 |
| 1523 | 2026-05-23T04:16:14.738Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-05-23T04:16:14.770Z | Compiling fallible-iterator v0.2.0 |
| 1525 | 2026-05-23T04:16:14.810Z | Compiling mime v0.3.17 |
| 1526 | 2026-05-23T04:16:14.865Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-05-23T04:16:14.881Z | Compiling zlib-rs v0.6.2 |
| 1528 | 2026-05-23T04:16:14.909Z | Compiling base16ct v0.2.0 |
| 1529 | 2026-05-23T04:16:14.957Z | Compiling dof v0.4.0 |
| 1530 | 2026-05-23T04:16:14.975Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-05-23T04:16:14.990Z | Compiling pin-project v1.1.11 |
| 1532 | 2026-05-23T04:16:15.057Z | Compiling postgres-protocol v0.6.10 |
| 1533 | 2026-05-23T04:16:15.084Z | Compiling sec1 v0.7.3 |
| 1534 | 2026-05-23T04:16:15.099Z | Compiling nix v0.31.2 |
| 1535 | 2026-05-23T04:16:15.113Z | Compiling document-features v0.2.12 |
| 1536 | 2026-05-23T04:16:15.262Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-23T04:16:15.276Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-05-23T04:16:15.378Z | Compiling publicsuffix v2.3.0 |
| 1539 | 2026-05-23T04:16:15.509Z | Compiling oxnet v0.1.5 |
| 1540 | 2026-05-23T04:16:15.558Z | Compiling group v0.13.0 |
| 1541 | 2026-05-23T04:16:15.610Z | Compiling darling v0.21.3 |
| 1542 | 2026-05-23T04:16:15.660Z | Compiling derive_builder v0.20.2 |
| 1543 | 2026-05-23T04:16:15.698Z | Compiling rand v0.8.6 |
| 1544 | 2026-05-23T04:16:15.713Z | Compiling goblin v0.8.2 |
| 1545 | 2026-05-23T04:16:15.814Z | Compiling futures-executor v0.3.32 |
| 1546 | 2026-05-23T04:16:15.829Z | Compiling hubpack_derive v0.1.1 |
| 1547 | 2026-05-23T04:16:15.872Z | Compiling hex v0.4.3 |
| 1548 | 2026-05-23T04:16:15.906Z | Compiling hkdf v0.12.4 |
| 1549 | 2026-05-23T04:16:15.948Z | Compiling crypto-bigint v0.5.5 |
| 1550 | 2026-05-23T04:16:16.014Z | Compiling regex v1.12.3 |
| 1551 | 2026-05-23T04:16:16.207Z | Compiling snafu-derive v0.8.9 |
| 1552 | 2026-05-23T04:16:16.228Z | Compiling strum_macros v0.27.2 |
| 1553 | 2026-05-23T04:16:16.243Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-05-23T04:16:16.278Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-05-23T04:16:16.328Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-05-23T04:16:16.385Z | Compiling num-iter v0.1.45 |
| 1557 | 2026-05-23T04:16:16.605Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-05-23T04:16:16.668Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-05-23T04:16:16.768Z | Compiling tower v0.5.3 |
| 1560 | 2026-05-23T04:16:16.902Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-05-23T04:16:16.905Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-05-23T04:16:16.930Z | Compiling lazy_static v1.5.0 |
| 1563 | 2026-05-23T04:16:16.950Z | Compiling anstyle-parse v0.2.7 |
| 1564 | 2026-05-23T04:16:17.033Z | Compiling newtype-uuid v1.3.2 |
| 1565 | 2026-05-23T04:16:17.048Z | Compiling vergen v9.1.0 |
| 1566 | 2026-05-23T04:16:17.067Z | Compiling cargo-platform v0.3.2 |
| 1567 | 2026-05-23T04:16:17.098Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-05-23T04:16:17.155Z | Compiling ahash v0.8.12 |
| 1569 | 2026-05-23T04:16:17.181Z | Compiling tower-http v0.6.8 |
| 1570 | 2026-05-23T04:16:17.256Z | Compiling object v0.37.3 |
| 1571 | 2026-05-23T04:16:17.275Z | Compiling libbz2-rs-sys v0.2.2 |
| 1572 | 2026-05-23T04:16:17.310Z | Compiling same-file v1.0.6 |
| 1573 | 2026-05-23T04:16:17.364Z | Compiling h2 v0.4.13 |
| 1574 | 2026-05-23T04:16:17.384Z | Compiling winnow v0.5.40 |
| 1575 | 2026-05-23T04:16:17.399Z | Compiling bumpalo v3.20.2 |
| 1576 | 2026-05-23T04:16:17.497Z | Compiling managed v0.8.0 |
| 1577 | 2026-05-23T04:16:17.557Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2026-05-23T04:16:17.613Z | Compiling bitflags v1.3.2 |
| 1579 | 2026-05-23T04:16:17.669Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-05-23T04:16:17.702Z | Compiling foldhash v0.2.0 |
| 1581 | 2026-05-23T04:16:17.737Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-05-23T04:16:17.886Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-23T04:16:17.972Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-05-23T04:16:17.988Z | Compiling dof v0.3.0 |
| 1585 | 2026-05-23T04:16:18.005Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-23T04:16:18.020Z | Compiling zopfli v0.8.3 |
| 1587 | 2026-05-23T04:16:18.195Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-05-23T04:16:18.211Z | Compiling snafu v0.8.9 |
| 1589 | 2026-05-23T04:16:18.281Z | Compiling strum v0.27.2 |
| 1590 | 2026-05-23T04:16:18.330Z | Compiling clap_builder v4.6.0 |
| 1591 | 2026-05-23T04:16:18.405Z | Compiling daft v0.1.7 |
| 1592 | 2026-05-23T04:16:18.432Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-05-23T04:16:18.525Z | Compiling phf v0.13.1 |
| 1594 | 2026-05-23T04:16:18.589Z | Compiling anstream v0.6.21 |
| 1595 | 2026-05-23T04:16:18.706Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-23T04:16:18.723Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-05-23T04:16:18.726Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-05-23T04:16:18.755Z | Compiling usdt-macro v0.6.0 |
| 1599 | 2026-05-23T04:16:18.784Z | Compiling usdt-attr-macro v0.6.0 |
| 1600 | 2026-05-23T04:16:18.874Z | Compiling cookie_store v0.22.1 |
| 1601 | 2026-05-23T04:16:18.889Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-05-23T04:16:18.911Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-05-23T04:16:19.116Z | Compiling futures v0.3.32 |
| 1604 | 2026-05-23T04:16:19.132Z | Compiling serde_with_macros v3.17.0 |
| 1605 | 2026-05-23T04:16:19.180Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-05-23T04:16:19.264Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-23T04:16:19.295Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-05-23T04:16:19.549Z | Compiling globset v0.4.18 |
| 1609 | 2026-05-23T04:16:19.553Z | Compiling ed25519 v2.2.3 |
| 1610 | 2026-05-23T04:16:19.553Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-23T04:16:19.636Z | Compiling serde-big-array v0.5.1 |
| 1612 | 2026-05-23T04:16:19.764Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-23T04:16:19.802Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-23T04:16:19.821Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-05-23T04:16:19.968Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2026-05-23T04:16:19.972Z | Compiling clap_derive v4.6.1 |
| 1617 | 2026-05-23T04:16:19.999Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-05-23T04:16:20.002Z | Compiling serde_repr v0.1.20 |
| 1619 | 2026-05-23T04:16:20.071Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-05-23T04:16:20.291Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-05-23T04:16:20.305Z | Compiling float-cmp v0.10.0 |
| 1622 | 2026-05-23T04:16:20.364Z | Compiling hyper v1.8.1 |
| 1623 | 2026-05-23T04:16:20.522Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-23T04:16:20.538Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-23T04:16:20.551Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-23T04:16:20.566Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-23T04:16:20.622Z | Compiling new_debug_unreachable v1.0.6 |
| 1628 | 2026-05-23T04:16:20.654Z | Compiling jiff v0.2.21 |
| 1629 | 2026-05-23T04:16:20.710Z | Compiling typed-path v0.9.3 |
| 1630 | 2026-05-23T04:16:20.736Z | Compiling keccak v0.1.6 |
| 1631 | 2026-05-23T04:16:20.771Z | Compiling precomputed-hash v0.1.1 |
| 1632 | 2026-05-23T04:16:20.879Z | Compiling fixedbitset v0.5.7 |
| 1633 | 2026-05-23T04:16:20.893Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-05-23T04:16:20.910Z | Compiling whoami v2.1.0 |
| 1635 | 2026-05-23T04:16:21.009Z | Compiling difflib v0.4.0 |
| 1636 | 2026-05-23T04:16:21.213Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-05-23T04:16:21.301Z | Compiling predicates-core v1.0.10 |
| 1638 | 2026-05-23T04:16:21.320Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-05-23T04:16:21.468Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-05-23T04:16:21.484Z | Compiling hyper-util v0.1.20 |
| 1641 | 2026-05-23T04:16:21.487Z | Compiling either v1.15.0 |
| 1642 | 2026-05-23T04:16:21.515Z | Compiling predicates v3.1.4 |
| 1643 | 2026-05-23T04:16:21.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1644 | 2026-05-23T04:16:21.619Z | Compiling hickory-proto v0.25.2 |
| 1645 | 2026-05-23T04:16:21.690Z | Compiling petgraph v0.6.5 |
| 1646 | 2026-05-23T04:16:21.712Z | Compiling itertools v0.13.0 |
| 1647 | 2026-05-23T04:16:21.739Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-05-23T04:16:21.871Z | Compiling clap v4.6.1 |
| 1649 | 2026-05-23T04:16:21.976Z | Compiling petgraph v0.8.3 |
| 1650 | 2026-05-23T04:16:21.992Z | Compiling strum v0.26.3 |
| 1651 | 2026-05-23T04:16:22.009Z | Compiling sha3 v0.10.8 |
| 1652 | 2026-05-23T04:16:22.033Z | Compiling string_cache v0.8.9 |
| 1653 | 2026-05-23T04:16:22.060Z | Compiling env_logger v0.11.9 |
| 1654 | 2026-05-23T04:16:22.146Z | Compiling usdt v0.6.0 |
| 1655 | 2026-05-23T04:16:22.205Z | Compiling toml_edit v0.22.27 |
| 1656 | 2026-05-23T04:16:22.280Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-23T04:16:22.435Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-05-23T04:16:22.451Z | Compiling crossterm v0.28.1 |
| 1659 | 2026-05-23T04:16:22.502Z | Compiling toml v0.7.8 |
| 1660 | 2026-05-23T04:16:22.901Z | Compiling hyper-tls v0.6.0 |
| 1661 | 2026-05-23T04:16:23.000Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-23T04:16:23.145Z | Compiling rsa v0.9.10 |
| 1663 | 2026-05-23T04:16:23.164Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-05-23T04:16:23.308Z | Compiling zip v4.6.1 |
| 1665 | 2026-05-23T04:16:23.642Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-23T04:16:23.758Z | Compiling iddqd v0.4.1 |
| 1667 | 2026-05-23T04:16:24.168Z | Compiling heck v0.4.1 |
| 1668 | 2026-05-23T04:16:24.216Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-23T04:16:24.238Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-05-23T04:16:24.274Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-23T04:16:24.300Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-23T04:16:24.341Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1673 | 2026-05-23T04:16:24.416Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-05-23T04:16:24.476Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-05-23T04:16:24.599Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-05-23T04:16:24.669Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-23T04:16:24.722Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-05-23T04:16:24.850Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-05-23T04:16:24.930Z | Compiling thread_local v1.1.9 |
| 1680 | 2026-05-23T04:16:24.951Z | Compiling slog-async v2.8.0 |
| 1681 | 2026-05-23T04:16:24.954Z | Compiling crossbeam-channel v0.5.15 |
| 1682 | 2026-05-23T04:16:24.983Z | Compiling filetime v0.2.27 |
| 1683 | 2026-05-23T04:16:24.987Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-05-23T04:16:25.017Z | Compiling xattr v1.6.1 |
| 1685 | 2026-05-23T04:16:25.032Z | Compiling term v1.2.1 |
| 1686 | 2026-05-23T04:16:25.115Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-05-23T04:16:25.162Z | Compiling tar v0.4.45 |
| 1688 | 2026-05-23T04:16:25.436Z | Compiling slog-term v2.9.2 |
| 1689 | 2026-05-23T04:16:43.099Z | Compiling rustls-webpki v0.103.9 |
| 1690 | 2026-05-23T04:16:45.945Z | Compiling tokio-rustls v0.26.4 |
| 1691 | 2026-05-23T04:16:45.945Z | Compiling rustls-platform-verifier v0.6.2 |
| 1692 | 2026-05-23T04:16:46.145Z | Compiling hyper-rustls v0.27.7 |
| 1693 | 2026-05-23T04:16:46.340Z | Compiling reqwest v0.12.28 |
| 1694 | 2026-05-23T04:16:46.340Z | Compiling reqwest v0.13.2 |
| 1695 | 2026-05-23T04:16:47.598Z | Compiling tough v0.22.0 |
| 1696 | 2026-05-23T04:16:50.083Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1697 | 2026-05-23T04:16:50.335Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1698 | 2026-05-23T04:16:53.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.86s |
| 1699 | 2026-05-23T04:16:53.342Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1700 | 2026-05-23T04:16:53.403Z | May 23 04:16:53.001 INFO Starting download, target: Cockroach |
| 1701 | 2026-05-23T04:16:53.403Z | May 23 04:16:53.002 INFO Starting download, target: Clickhouse |
| 1702 | 2026-05-23T04:16:53.403Z | May 23 04:16:53.002 INFO Starting download, target: Console |
| 1703 | 2026-05-23T04:16:53.403Z | May 23 04:16:53.002 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-23T04:16:53.403Z | May 23 04:16:53.002 INFO Starting download, target: MaghemiteMgd |
| 1705 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Starting download, target: MaghemiteDdmd |
| 1706 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1708 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1710 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1711 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-23T04:16:53.406Z | May 23 04:16:53.002 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-05-23T04:16:54.390Z | May 23 04:16:53.973 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1715 | 2026-05-23T04:16:54.492Z | May 23 04:16:54.080 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1716 | 2026-05-23T04:16:54.631Z | May 23 04:16:54.216 INFO Download complete, target: Console |
| 1717 | 2026-05-23T04:16:54.698Z | May 23 04:16:54.296 INFO Download complete, target: TransceiverControl |
| 1718 | 2026-05-23T04:16:55.385Z | May 23 04:16:54.973 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1719 | 2026-05-23T04:16:55.845Z | May 23 04:16:55.428 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-23T04:16:55.893Z | May 23 04:16:55.471 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1721 | 2026-05-23T04:16:56.074Z | May 23 04:16:55.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1722 | 2026-05-23T04:16:56.983Z | May 23 04:16:56.550 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1723 | 2026-05-23T04:16:56.983Z | May 23 04:16:56.550 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1724 | 2026-05-23T04:16:58.052Z | May 23 04:16:57.621 INFO Download complete, target: MaghemiteDdmd |
| 1725 | 2026-05-23T04:16:58.462Z | May 23 04:16:58.057 INFO Download complete, target: MaghemiteMgd |
| 1726 | 2026-05-23T04:16:58.974Z | May 23 04:16:58.564 INFO Download complete, target: DendriteStub |
| 1727 | 2026-05-23T04:17:01.802Z | May 23 04:17:01.369 INFO Checking that binary works, target: Cockroach |
| 1728 | 2026-05-23T04:17:01.922Z | May 23 04:17:01.494 INFO Download complete, target: Cockroach |
| 1729 | 2026-05-23T04:17:02.413Z | May 23 04:17:02.003 INFO Checking that binary works, target: Clickhouse |
| 1730 | 2026-05-23T04:17:02.512Z | May 23 04:17:02.100 INFO Download complete, target: Clickhouse |
| 1731 | 2026-05-23T04:17:02.543Z | All prerequisites installed successfully |
| 1732 | 2026-05-23T04:17:02.543Z | |
| 1733 | 2026-05-23T04:17:02.543Z | real 2:04.000142314 |
| 1734 | 2026-05-23T04:17:02.543Z | user 7:01.974575142 |
| 1735 | 2026-05-23T04:17:02.543Z | sys 1:43.865906726 |
| 1736 | 2026-05-23T04:17:02.543Z | trap 0.269090158 |
| 1737 | 2026-05-23T04:17:02.543Z | tflt 1.407958258 |
| 1738 | 2026-05-23T04:17:02.543Z | dflt 1.746586743 |
| 1739 | 2026-05-23T04:17:02.543Z | kflt 0.027597539 |
| 1740 | 2026-05-23T04:17:02.544Z | lock 23:01.070733037 |
| 1741 | 2026-05-23T04:17:02.544Z | slp 19:05.857623294 |
| 1742 | 2026-05-23T04:17:02.544Z | lat 27.143344798 |
| 1743 | 2026-05-23T04:17:02.544Z | stop 2:55.386886006 |
| 1744 | 2026-05-23T04:17:02.544Z | + ptime -m cargo xtask download softnpu |
| 1745 | 2026-05-23T04:17:03.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1746 | 2026-05-23T04:17:03.130Z | Running `target/debug/xtask download softnpu` |
| 1747 | 2026-05-23T04:17:03.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1748 | 2026-05-23T04:17:04.049Z | Running `target/debug/xtask-downloader softnpu` |
| 1749 | 2026-05-23T04:17:04.093Z | May 23 04:17:03.691 INFO Starting download, target: Softnpu |
| 1750 | 2026-05-23T04:17:04.097Z | May 23 04:17:03.692 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1751 | 2026-05-23T04:17:04.675Z | May 23 04:17:04.274 INFO Download complete, target: Softnpu |
| 1752 | 2026-05-23T04:17:04.678Z | |
| 1753 | 2026-05-23T04:17:04.678Z | real 2.164483557 |
| 1754 | 2026-05-23T04:17:04.678Z | user 1.481440589 |
| 1755 | 2026-05-23T04:17:04.678Z | sys 0.736874233 |
| 1756 | 2026-05-23T04:17:04.678Z | trap 0.000541430 |
| 1757 | 2026-05-23T04:17:04.678Z | tflt 0.000149020 |
| 1758 | 2026-05-23T04:17:04.678Z | dflt 0.000090780 |
| 1759 | 2026-05-23T04:17:04.678Z | kflt 0.000000000 |
| 1760 | 2026-05-23T04:17:04.678Z | lock 10.287426032 |
| 1761 | 2026-05-23T04:17:04.678Z | slp 0.440288540 |
| 1762 | 2026-05-23T04:17:04.681Z | lat 0.094860226 |
| 1763 | 2026-05-23T04:17:04.681Z | stop 0.000166660 |
| 1764 | 2026-05-23T04:17:04.681Z | + export CARGO_INCREMENTAL=0 |
| 1765 | 2026-05-23T04:17:04.681Z | + CARGO_INCREMENTAL=0 |
| 1766 | 2026-05-23T04:17:04.681Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1767 | 2026-05-23T04:17:05.649Z | Compiling proc-macro2 v1.0.106 |
| 1768 | 2026-05-23T04:17:05.649Z | Compiling quote v1.0.45 |
| 1769 | 2026-05-23T04:17:05.649Z | Compiling unicode-ident v1.0.24 |
| 1770 | 2026-05-23T04:17:05.654Z | Compiling libc v0.2.185 |
| 1771 | 2026-05-23T04:17:05.654Z | Compiling serde_core v1.0.228 |
| 1772 | 2026-05-23T04:17:05.654Z | Compiling serde v1.0.228 |
| 1773 | 2026-05-23T04:17:05.654Z | Compiling cfg-if v1.0.4 |
| 1774 | 2026-05-23T04:17:05.654Z | Compiling version_check v0.9.5 |
| 1775 | 2026-05-23T04:17:05.654Z | Compiling find-msvc-tools v0.1.9 |
| 1776 | 2026-05-23T04:17:05.802Z | Compiling shlex v1.3.0 |
| 1777 | 2026-05-23T04:17:05.805Z | Compiling typenum v1.19.0 |
| 1778 | 2026-05-23T04:17:05.805Z | Compiling zmij v1.0.21 |
| 1779 | 2026-05-23T04:17:05.805Z | Compiling autocfg v1.5.0 |
| 1780 | 2026-05-23T04:17:05.805Z | Compiling serde_json v1.0.149 |
| 1781 | 2026-05-23T04:17:05.805Z | Compiling memchr v2.8.0 |
| 1782 | 2026-05-23T04:17:06.092Z | Compiling portable-atomic v1.13.1 |
| 1783 | 2026-05-23T04:17:06.130Z | Compiling libm v0.2.16 |
| 1784 | 2026-05-23T04:17:06.261Z | Compiling zerocopy v0.8.40 |
| 1785 | 2026-05-23T04:17:06.293Z | Compiling generic-array v0.14.7 |
| 1786 | 2026-05-23T04:17:06.307Z | Compiling parking_lot_core v0.9.12 |
| 1787 | 2026-05-23T04:17:06.353Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-23T04:17:06.367Z | Compiling smallvec v1.15.1 |
| 1789 | 2026-05-23T04:17:06.370Z | Compiling icu_normalizer_data v2.1.1 |
| 1790 | 2026-05-23T04:17:06.386Z | Compiling icu_properties_data v2.1.2 |
| 1791 | 2026-05-23T04:17:06.465Z | Compiling itoa v1.0.17 |
| 1792 | 2026-05-23T04:17:06.542Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-05-23T04:17:06.557Z | Compiling log v0.4.29 |
| 1794 | 2026-05-23T04:17:06.602Z | Compiling stable_deref_trait v1.2.1 |
| 1795 | 2026-05-23T04:17:06.634Z | Compiling pkg-config v0.3.32 |
| 1796 | 2026-05-23T04:17:06.647Z | Compiling subtle v2.6.1 |
| 1797 | 2026-05-23T04:17:06.805Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-05-23T04:17:06.872Z | Compiling writeable v0.6.2 |
| 1799 | 2026-05-23T04:17:06.918Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-05-23T04:17:06.936Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-05-23T04:17:06.984Z | Compiling errno v0.3.14 |
| 1802 | 2026-05-23T04:17:07.022Z | Compiling lock_api v0.4.14 |
| 1803 | 2026-05-23T04:17:07.038Z | Compiling litemap v0.8.1 |
| 1804 | 2026-05-23T04:17:07.061Z | Compiling syn v2.0.117 |
| 1805 | 2026-05-23T04:17:07.094Z | Compiling rand_core v0.6.4 |
| 1806 | 2026-05-23T04:17:07.140Z | Compiling cc v1.2.56 |
| 1807 | 2026-05-23T04:17:07.158Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-05-23T04:17:07.229Z | Compiling pin-project-lite v0.2.17 |
| 1809 | 2026-05-23T04:17:07.264Z | Compiling fnv v1.0.7 |
| 1810 | 2026-05-23T04:17:07.351Z | Compiling thiserror v2.0.18 |
| 1811 | 2026-05-23T04:17:07.402Z | Compiling critical-section v1.2.0 |
| 1812 | 2026-05-23T04:17:07.406Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-05-23T04:17:07.509Z | Compiling equivalent v1.0.2 |
| 1814 | 2026-05-23T04:17:07.514Z | Compiling dunce v1.0.5 |
| 1815 | 2026-05-23T04:17:07.544Z | Compiling fs_extra v1.3.0 |
| 1816 | 2026-05-23T04:17:07.547Z | Compiling utf8_iter v1.0.4 |
| 1817 | 2026-05-23T04:17:07.574Z | Compiling rand_core v0.10.0 |
| 1818 | 2026-05-23T04:17:07.644Z | Compiling rustversion v1.0.22 |
| 1819 | 2026-05-23T04:17:07.721Z | Compiling schemars v0.8.22 |
| 1820 | 2026-05-23T04:17:07.757Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-05-23T04:17:07.885Z | Compiling cmake v0.1.57 |
| 1822 | 2026-05-23T04:17:07.922Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-05-23T04:17:07.956Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-05-23T04:17:08.085Z | Compiling bitflags v2.11.0 |
| 1825 | 2026-05-23T04:17:08.182Z | Compiling semver v1.0.28 |
| 1826 | 2026-05-23T04:17:08.200Z | Compiling hashbrown v0.17.0 |
| 1827 | 2026-05-23T04:17:08.241Z | Compiling rustix v1.1.3 |
| 1828 | 2026-05-23T04:17:08.258Z | Compiling parking_lot v0.12.5 |
| 1829 | 2026-05-23T04:17:08.261Z | Compiling socket2 v0.6.3 |
| 1830 | 2026-05-23T04:17:08.289Z | Compiling mio v1.2.0 |
| 1831 | 2026-05-23T04:17:08.306Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-05-23T04:17:08.480Z | Compiling ring v0.17.14 |
| 1833 | 2026-05-23T04:17:08.499Z | Compiling aws-lc-sys v0.40.0 |
| 1834 | 2026-05-23T04:17:08.515Z | Compiling heck v0.5.0 |
| 1835 | 2026-05-23T04:17:08.576Z | Compiling aws-lc-rs v1.16.3 |
| 1836 | 2026-05-23T04:17:08.592Z | Compiling futures-core v0.3.32 |
| 1837 | 2026-05-23T04:17:08.607Z | Compiling httparse v1.10.1 |
| 1838 | 2026-05-23T04:17:08.760Z | Compiling indexmap v2.14.0 |
| 1839 | 2026-05-23T04:17:08.808Z | Compiling thiserror v1.0.69 |
| 1840 | 2026-05-23T04:17:08.811Z | Compiling strsim v0.11.1 |
| 1841 | 2026-05-23T04:17:09.024Z | Compiling vcpkg v0.2.15 |
| 1842 | 2026-05-23T04:17:09.097Z | Compiling ucd-trie v0.1.7 |
| 1843 | 2026-05-23T04:17:09.114Z | Compiling byteorder v1.5.0 |
| 1844 | 2026-05-23T04:17:09.141Z | Compiling iana-time-zone v0.1.65 |
| 1845 | 2026-05-23T04:17:09.190Z | Compiling regex-syntax v0.8.10 |
| 1846 | 2026-05-23T04:17:09.193Z | Compiling syn v1.0.109 |
| 1847 | 2026-05-23T04:17:09.193Z | Compiling ident_case v1.0.1 |
| 1848 | 2026-05-23T04:17:09.239Z | Compiling uuid v1.23.0 |
| 1849 | 2026-05-23T04:17:09.258Z | Compiling pest v2.8.6 |
| 1850 | 2026-05-23T04:17:09.295Z | Compiling rustls v0.23.37 |
| 1851 | 2026-05-23T04:17:09.361Z | Compiling cpufeatures v0.2.17 |
| 1852 | 2026-05-23T04:17:09.522Z | Compiling futures-sink v0.3.32 |
| 1853 | 2026-05-23T04:17:09.605Z | Compiling rustc_version v0.4.1 |
| 1854 | 2026-05-23T04:17:09.620Z | Compiling openssl-sys v0.9.114 |
| 1855 | 2026-05-23T04:17:09.670Z | Compiling futures-channel v0.3.32 |
| 1856 | 2026-05-23T04:17:09.707Z | Compiling futures-io v0.3.32 |
| 1857 | 2026-05-23T04:17:09.732Z | Compiling futures-task v0.3.32 |
| 1858 | 2026-05-23T04:17:09.898Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-05-23T04:17:09.928Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-05-23T04:17:09.943Z | Compiling slab v0.4.12 |
| 1861 | 2026-05-23T04:17:09.993Z | Compiling aho-corasick v1.1.4 |
| 1862 | 2026-05-23T04:17:10.181Z | Compiling dyn-clone v1.0.20 |
| 1863 | 2026-05-23T04:17:10.345Z | Compiling time-core v0.1.8 |
| 1864 | 2026-05-23T04:17:10.361Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-05-23T04:17:10.377Z | Compiling base64 v0.22.1 |
| 1866 | 2026-05-23T04:17:10.400Z | Compiling pest_meta v2.8.6 |
| 1867 | 2026-05-23T04:17:10.437Z | Compiling plain v0.2.3 |
| 1868 | 2026-05-23T04:17:10.507Z | Compiling num-conv v0.2.0 |
| 1869 | 2026-05-23T04:17:10.545Z | Compiling openssl v0.10.78 |
| 1870 | 2026-05-23T04:17:10.587Z | Compiling crossbeam-utils v0.8.21 |
| 1871 | 2026-05-23T04:17:10.661Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-05-23T04:17:10.814Z | Compiling pretty-hex v0.4.1 |
| 1873 | 2026-05-23T04:17:10.853Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-05-23T04:17:10.871Z | Compiling native-tls v0.2.18 |
| 1875 | 2026-05-23T04:17:10.890Z | Compiling base64ct v1.8.3 |
| 1876 | 2026-05-23T04:17:10.908Z | Compiling anyhow v1.0.102 |
| 1877 | 2026-05-23T04:17:10.926Z | Compiling darling_core v0.21.3 |
| 1878 | 2026-05-23T04:17:11.030Z | Compiling pest_generator v2.8.6 |
| 1879 | 2026-05-23T04:17:11.114Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1880 | 2026-05-23T04:17:11.134Z | Compiling pem-rfc7468 v0.7.0 |
| 1881 | 2026-05-23T04:17:11.192Z | Compiling serde_derive v1.0.228 |
| 1882 | 2026-05-23T04:17:11.210Z | Compiling zeroize_derive v1.4.3 |
| 1883 | 2026-05-23T04:17:11.227Z | Compiling zerofrom-derive v0.1.6 |
| 1884 | 2026-05-23T04:17:11.398Z | Compiling yoke-derive v0.8.1 |
| 1885 | 2026-05-23T04:17:11.425Z | Compiling zerovec-derive v0.11.2 |
| 1886 | 2026-05-23T04:17:11.472Z | Compiling displaydoc v0.2.5 |
| 1887 | 2026-05-23T04:17:11.508Z | Compiling zerocopy-derive v0.8.40 |
| 1888 | 2026-05-23T04:17:11.649Z | Compiling tokio-macros v2.7.0 |
| 1889 | 2026-05-23T04:17:11.681Z | Compiling futures-macro v0.3.32 |
| 1890 | 2026-05-23T04:17:11.697Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-23T04:17:11.823Z | Compiling zeroize v1.8.2 |
| 1892 | 2026-05-23T04:17:12.364Z | Compiling zerofrom v0.1.6 |
| 1893 | 2026-05-23T04:17:12.395Z | Compiling schemars_derive v0.8.22 |
| 1894 | 2026-05-23T04:17:12.411Z | Compiling tracing-attributes v0.1.31 |
| 1895 | 2026-05-23T04:17:12.487Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-23T04:17:12.520Z | Compiling der_derive v0.7.3 |
| 1897 | 2026-05-23T04:17:12.699Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-23T04:17:12.762Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-23T04:17:12.853Z | Compiling crypto-common v0.1.7 |
| 1900 | 2026-05-23T04:17:13.023Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-23T04:17:13.140Z | Compiling thiserror-impl v1.0.69 |
| 1902 | 2026-05-23T04:17:13.193Z | Compiling digest v0.10.7 |
| 1903 | 2026-05-23T04:17:13.231Z | Compiling tinystr v0.8.2 |
| 1904 | 2026-05-23T04:17:13.297Z | Compiling potential_utf v0.1.4 |
| 1905 | 2026-05-23T04:17:13.421Z | Compiling icu_locale_core v2.1.1 |
| 1906 | 2026-05-23T04:17:13.440Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-05-23T04:17:13.477Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-05-23T04:17:13.513Z | Compiling futures-util v0.3.32 |
| 1909 | 2026-05-23T04:17:13.548Z | Compiling hmac v0.12.1 |
| 1910 | 2026-05-23T04:17:13.941Z | Compiling block-padding v0.3.3 |
| 1911 | 2026-05-23T04:17:14.101Z | Compiling inout v0.1.4 |
| 1912 | 2026-05-23T04:17:14.185Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-23T04:17:14.230Z | Compiling rustls-pki-types v1.14.0 |
| 1914 | 2026-05-23T04:17:14.246Z | Compiling cipher v0.4.4 |
| 1915 | 2026-05-23T04:17:14.266Z | Compiling sha2 v0.10.9 |
| 1916 | 2026-05-23T04:17:14.351Z | Compiling bytes v1.11.1 |
| 1917 | 2026-05-23T04:17:14.438Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-23T04:17:14.454Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-23T04:17:14.586Z | Compiling chrono v0.4.44 |
| 1920 | 2026-05-23T04:17:14.628Z | Compiling serde_tokenstream v0.2.3 |
| 1921 | 2026-05-23T04:17:14.915Z | Compiling tokio v1.52.1 |
| 1922 | 2026-05-23T04:17:15.462Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-23T04:17:15.477Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-05-23T04:17:15.618Z | Compiling idna v1.1.0 |
| 1925 | 2026-05-23T04:17:15.668Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-23T04:17:15.919Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-05-23T04:17:15.936Z | Compiling openssl-macros v0.1.1 |
| 1928 | 2026-05-23T04:17:15.997Z | Compiling url v2.5.8 |
| 1929 | 2026-05-23T04:17:16.215Z | Compiling http v1.4.0 |
| 1930 | 2026-05-23T04:17:16.275Z | Compiling tracing-core v0.1.36 |
| 1931 | 2026-05-23T04:17:16.389Z | Compiling untrusted v0.9.0 |
| 1932 | 2026-05-23T04:17:16.416Z | Compiling flagset v0.4.7 |
| 1933 | 2026-05-23T04:17:16.558Z | Compiling der v0.7.10 |
| 1934 | 2026-05-23T04:17:16.708Z | Compiling tracing v0.1.44 |
| 1935 | 2026-05-23T04:17:16.739Z | Compiling darling_macro v0.21.3 |
| 1936 | 2026-05-23T04:17:17.149Z | Compiling regex v1.12.3 |
| 1937 | 2026-05-23T04:17:17.218Z | Compiling zerocopy-derive v0.7.35 |
| 1938 | 2026-05-23T04:17:17.262Z | Compiling rand_core v0.9.5 |
| 1939 | 2026-05-23T04:17:17.338Z | Compiling slog v2.8.2 |
| 1940 | 2026-05-23T04:17:17.512Z | Compiling cookie v0.18.1 |
| 1941 | 2026-05-23T04:17:17.737Z | Compiling spki v0.7.3 |
| 1942 | 2026-05-23T04:17:17.740Z | Compiling darling v0.21.3 |
| 1943 | 2026-05-23T04:17:17.842Z | Compiling salsa20 v0.10.2 |
| 1944 | 2026-05-23T04:17:17.923Z | Compiling pbkdf2 v0.12.2 |
| 1945 | 2026-05-23T04:17:18.215Z | Compiling camino v1.2.2 |
| 1946 | 2026-05-23T04:17:18.549Z | Compiling scrypt v0.11.0 |
| 1947 | 2026-05-23T04:17:18.556Z | Compiling rand_chacha v0.9.0 |
| 1948 | 2026-05-23T04:17:18.585Z | Compiling http-body v1.0.1 |
| 1949 | 2026-05-23T04:17:18.760Z | Compiling aes v0.8.4 |
| 1950 | 2026-05-23T04:17:18.784Z | Compiling tokio-util v0.7.18 |
| 1951 | 2026-05-23T04:17:18.801Z | Compiling cbc v0.1.2 |
| 1952 | 2026-05-23T04:17:18.942Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-05-23T04:17:18.955Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-23T04:17:18.993Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-05-23T04:17:19.035Z | Compiling winnow v0.7.14 |
| 1956 | 2026-05-23T04:17:19.117Z | Compiling usdt-impl v0.6.0 |
| 1957 | 2026-05-23T04:17:19.180Z | Compiling openssl-probe v0.2.1 |
| 1958 | 2026-05-23T04:17:19.199Z | Compiling tinyvec_macros v0.1.1 |
| 1959 | 2026-05-23T04:17:19.233Z | Compiling paste v1.0.15 |
| 1960 | 2026-05-23T04:17:19.288Z | Compiling atomic-waker v1.1.2 |
| 1961 | 2026-05-23T04:17:19.302Z | Compiling either v1.15.0 |
| 1962 | 2026-05-23T04:17:19.364Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-05-23T04:17:19.445Z | Compiling pkcs5 v0.7.1 |
| 1964 | 2026-05-23T04:17:19.649Z | Compiling rand v0.9.2 |
| 1965 | 2026-05-23T04:17:19.927Z | Compiling scroll v0.13.0 |
| 1966 | 2026-05-23T04:17:20.048Z | Compiling scroll v0.12.0 |
| 1967 | 2026-05-23T04:17:20.099Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2026-05-23T04:17:20.150Z | Compiling toml_datetime v0.6.11 |
| 1969 | 2026-05-23T04:17:20.212Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-05-23T04:17:20.278Z | Compiling heapless v0.7.17 |
| 1971 | 2026-05-23T04:17:20.304Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-05-23T04:17:20.340Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-23T04:17:20.356Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-05-23T04:17:20.466Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-05-23T04:17:20.562Z | Compiling fastrand v2.3.0 |
| 1976 | 2026-05-23T04:17:20.569Z | Compiling litrs v1.0.0 |
| 1977 | 2026-05-23T04:17:20.630Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-05-23T04:17:20.772Z | Compiling zstd-safe v7.2.4 |
| 1979 | 2026-05-23T04:17:20.798Z | Compiling want v0.3.1 |
| 1980 | 2026-05-23T04:17:20.910Z | Compiling h2 v0.4.13 |
| 1981 | 2026-05-23T04:17:20.927Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-05-23T04:17:20.998Z | Compiling goblin v0.8.2 |
| 1983 | 2026-05-23T04:17:21.021Z | Compiling goblin v0.10.5 |
| 1984 | 2026-05-23T04:17:21.053Z | Compiling document-features v0.2.12 |
| 1985 | 2026-05-23T04:17:21.128Z | Compiling pkcs8 v0.10.2 |
| 1986 | 2026-05-23T04:17:21.274Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-05-23T04:17:21.442Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-05-23T04:17:21.594Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-05-23T04:17:21.728Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-05-23T04:17:21.841Z | Compiling darling_core v0.20.11 |
| 1991 | 2026-05-23T04:17:21.916Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-05-23T04:17:22.141Z | Compiling powerfmt v0.2.0 |
| 1993 | 2026-05-23T04:17:22.157Z | Compiling rustix v0.38.44 |
| 1994 | 2026-05-23T04:17:22.428Z | Compiling winnow v0.5.40 |
| 1995 | 2026-05-23T04:17:22.446Z | Compiling utf8parse v0.2.2 |
| 1996 | 2026-05-23T04:17:22.519Z | Compiling httpdate v1.0.3 |
| 1997 | 2026-05-23T04:17:22.750Z | Compiling foreign-types-shared v0.1.1 |
| 1998 | 2026-05-23T04:17:22.770Z | Compiling pin-utils v0.1.0 |
| 1999 | 2026-05-23T04:17:22.857Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-05-23T04:17:22.860Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-05-23T04:17:22.889Z | Compiling deranged v0.5.8 |
| 2002 | 2026-05-23T04:17:23.218Z | Compiling dof v0.3.0 |
| 2003 | 2026-05-23T04:17:23.617Z | Compiling unicode-normalization v0.1.25 |
| 2004 | 2026-05-23T04:17:23.812Z | Compiling darling_macro v0.20.11 |
| 2005 | 2026-05-23T04:17:23.857Z | Compiling toml_edit v0.19.15 |
| 2006 | 2026-05-23T04:17:23.877Z | Compiling dof v0.4.0 |
| 2007 | 2026-05-23T04:17:23.895Z | Compiling hyper v1.8.1 |
| 2008 | 2026-05-23T04:17:23.910Z | Compiling dtrace-parser v0.2.0 |
| 2009 | 2026-05-23T04:17:24.125Z | Compiling dtrace-parser v0.3.0 |
| 2010 | 2026-05-23T04:17:24.301Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-05-23T04:17:24.304Z | Compiling daft-derive v0.1.7 |
| 2012 | 2026-05-23T04:17:24.365Z | Compiling spin v0.9.8 |
| 2013 | 2026-05-23T04:17:24.598Z | Compiling thread-id v4.2.2 |
| 2014 | 2026-05-23T04:17:24.614Z | Compiling thread-id v5.1.0 |
| 2015 | 2026-05-23T04:17:24.702Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-23T04:17:24.738Z | Compiling num_threads v0.1.7 |
| 2017 | 2026-05-23T04:17:24.822Z | Compiling anstyle v1.0.14 |
| 2018 | 2026-05-23T04:17:24.825Z | Compiling num-bigint-dig v0.8.6 |
| 2019 | 2026-05-23T04:17:24.872Z | Compiling smoltcp v0.9.1 |
| 2020 | 2026-05-23T04:17:24.937Z | Compiling nix v0.31.2 |
| 2021 | 2026-05-23T04:17:24.996Z | Compiling hyper-util v0.1.20 |
| 2022 | 2026-05-23T04:17:25.033Z | Compiling time v0.3.47 |
| 2023 | 2026-05-23T04:17:25.322Z | Compiling darling v0.20.11 |
| 2024 | 2026-05-23T04:17:25.510Z | Compiling rustls-native-certs v0.8.3 |
| 2025 | 2026-05-23T04:17:25.616Z | Compiling ipnetwork v0.21.1 |
| 2026 | 2026-05-23T04:17:26.139Z | Compiling strum_macros v0.26.4 |
| 2027 | 2026-05-23T04:17:26.156Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-05-23T04:17:26.322Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-05-23T04:17:26.366Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-05-23T04:17:26.614Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-23T04:17:26.716Z | Compiling is_terminal_polyfill v1.70.2 |
| 2032 | 2026-05-23T04:17:26.739Z | Compiling colorchoice v1.0.4 |
| 2033 | 2026-05-23T04:17:26.774Z | Compiling anstyle-query v1.1.5 |
| 2034 | 2026-05-23T04:17:26.824Z | Compiling simd-adler32 v0.3.8 |
| 2035 | 2026-05-23T04:17:26.916Z | Compiling siphasher v1.0.2 |
| 2036 | 2026-05-23T04:17:26.989Z | Compiling bit-vec v0.8.0 |
| 2037 | 2026-05-23T04:17:27.238Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-05-23T04:17:27.254Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-05-23T04:17:27.291Z | Compiling tower v0.5.3 |
| 2040 | 2026-05-23T04:17:27.656Z | Compiling derive_builder_core v0.20.2 |
| 2041 | 2026-05-23T04:17:27.753Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-23T04:17:27.896Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-23T04:17:27.987Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-23T04:17:28.039Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-23T04:17:28.054Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-23T04:17:28.069Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-23T04:17:28.136Z | Compiling snafu-derive v0.8.9 |
| 2048 | 2026-05-23T04:17:28.218Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-05-23T04:17:28.339Z | Compiling ahash v0.8.12 |
| 2050 | 2026-05-23T04:17:28.455Z | Compiling encoding_rs v0.8.35 |
| 2051 | 2026-05-23T04:17:28.496Z | Compiling mime v0.3.17 |
| 2052 | 2026-05-23T04:17:28.516Z | Compiling ryu v1.0.23 |
| 2053 | 2026-05-23T04:17:28.569Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-05-23T04:17:28.651Z | Compiling object v0.37.3 |
| 2055 | 2026-05-23T04:17:28.713Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2026-05-23T04:17:28.729Z | Compiling unarray v0.1.4 |
| 2057 | 2026-05-23T04:17:28.758Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-05-23T04:17:28.776Z | Compiling unicode-bidi v0.3.18 |
| 2059 | 2026-05-23T04:17:28.855Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-05-23T04:17:28.920Z | Compiling unicode-properties v0.1.4 |
| 2061 | 2026-05-23T04:17:28.996Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-05-23T04:17:29.047Z | Compiling serde_urlencoded v0.7.1 |
| 2063 | 2026-05-23T04:17:29.102Z | Compiling proptest v1.10.0 |
| 2064 | 2026-05-23T04:17:29.141Z | Compiling stringprep v0.1.5 |
| 2065 | 2026-05-23T04:17:29.340Z | Compiling derive_builder_macro v0.20.2 |
| 2066 | 2026-05-23T04:17:29.535Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-23T04:17:29.552Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-23T04:17:29.744Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-05-23T04:17:29.806Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-05-23T04:17:30.044Z | Compiling tower-http v0.6.8 |
| 2071 | 2026-05-23T04:17:30.057Z | Compiling rand_chacha v0.3.1 |
| 2072 | 2026-05-23T04:17:30.145Z | Compiling erased-serde v0.3.31 |
| 2073 | 2026-05-23T04:17:30.161Z | Compiling md-5 v0.10.6 |
| 2074 | 2026-05-23T04:17:30.214Z | Compiling bstr v1.12.1 |
| 2075 | 2026-05-23T04:17:30.357Z | Compiling num-integer v0.1.46 |
| 2076 | 2026-05-23T04:17:30.453Z | Compiling hash32 v0.2.1 |
| 2077 | 2026-05-23T04:17:30.479Z | Compiling vergen-lib v9.1.0 |
| 2078 | 2026-05-23T04:17:30.482Z | Compiling ff v0.13.1 |
| 2079 | 2026-05-23T04:17:30.654Z | Compiling base16ct v0.2.0 |
| 2080 | 2026-05-23T04:17:30.672Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-05-23T04:17:30.706Z | Compiling zlib-rs v0.6.2 |
| 2082 | 2026-05-23T04:17:30.755Z | Compiling fallible-iterator v0.2.0 |
| 2083 | 2026-05-23T04:17:30.827Z | Compiling publicsuffix v2.3.0 |
| 2084 | 2026-05-23T04:17:30.845Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-05-23T04:17:30.914Z | Compiling group v0.13.0 |
| 2086 | 2026-05-23T04:17:31.029Z | Compiling num-iter v0.1.45 |
| 2087 | 2026-05-23T04:17:31.102Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-05-23T04:17:31.105Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-05-23T04:17:31.447Z | Compiling rand v0.8.6 |
| 2090 | 2026-05-23T04:17:31.516Z | Compiling oxnet v0.1.5 |
| 2091 | 2026-05-23T04:17:31.855Z | Compiling anstream v1.0.0 |
| 2092 | 2026-05-23T04:17:31.921Z | Compiling derive_builder v0.20.2 |
| 2093 | 2026-05-23T04:17:31.924Z | Compiling hyper-tls v0.6.0 |
| 2094 | 2026-05-23T04:17:32.077Z | Compiling heck v0.4.1 |
| 2095 | 2026-05-23T04:17:32.093Z | Compiling phf_shared v0.13.1 |
| 2096 | 2026-05-23T04:17:32.195Z | Compiling pin-project v1.1.11 |
| 2097 | 2026-05-23T04:17:32.265Z | Compiling lazy_static v1.5.0 |
| 2098 | 2026-05-23T04:17:32.295Z | Compiling anstyle-parse v0.2.7 |
| 2099 | 2026-05-23T04:17:32.418Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-05-23T04:17:32.434Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-05-23T04:17:32.449Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-05-23T04:17:32.452Z | Compiling hex v0.4.3 |
| 2103 | 2026-05-23T04:17:32.740Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-23T04:17:32.756Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-05-23T04:17:32.861Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-05-23T04:17:32.879Z | Compiling clap_derive v4.6.1 |
| 2107 | 2026-05-23T04:17:32.895Z | Compiling serde_repr v0.1.20 |
| 2108 | 2026-05-23T04:17:32.898Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-05-23T04:17:32.929Z | Compiling async-recursion v1.1.1 |
| 2110 | 2026-05-23T04:17:32.969Z | Compiling vergen v9.1.0 |
| 2111 | 2026-05-23T04:17:33.007Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-05-23T04:17:33.262Z | Compiling managed v0.8.0 |
| 2113 | 2026-05-23T04:17:33.440Z | Compiling foldhash v0.2.0 |
| 2114 | 2026-05-23T04:17:33.456Z | Compiling foldhash v0.1.5 |
| 2115 | 2026-05-23T04:17:33.501Z | Compiling clap_lex v1.0.0 |
| 2116 | 2026-05-23T04:17:33.517Z | Compiling bitflags v1.3.2 |
| 2117 | 2026-05-23T04:17:33.565Z | Compiling libbz2-rs-sys v0.2.2 |
| 2118 | 2026-05-23T04:17:33.609Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-05-23T04:17:33.647Z | Compiling same-file v1.0.6 |
| 2120 | 2026-05-23T04:17:33.677Z | Compiling clap_builder v4.6.0 |
| 2121 | 2026-05-23T04:17:33.762Z | Compiling walkdir v2.5.0 |
| 2122 | 2026-05-23T04:17:33.811Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-05-23T04:17:33.866Z | Compiling elliptic-curve v0.13.8 |
| 2124 | 2026-05-23T04:17:33.977Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-05-23T04:17:34.057Z | Compiling hashbrown v0.16.1 |
| 2126 | 2026-05-23T04:17:34.149Z | Compiling hashbrown v0.15.5 |
| 2127 | 2026-05-23T04:17:34.201Z | Compiling cargo_metadata v0.23.1 |
| 2128 | 2026-05-23T04:17:34.380Z | Compiling zstd v0.13.3 |
| 2129 | 2026-05-23T04:17:34.502Z | Compiling futures v0.3.32 |
| 2130 | 2026-05-23T04:17:34.670Z | Compiling anstream v0.6.21 |
| 2131 | 2026-05-23T04:17:34.866Z | Compiling phf v0.13.1 |
| 2132 | 2026-05-23T04:17:34.957Z | Compiling snafu v0.8.9 |
| 2133 | 2026-05-23T04:17:35.001Z | Compiling signal-hook-mio v0.2.5 |
| 2134 | 2026-05-23T04:17:35.141Z | Compiling daft v0.1.7 |
| 2135 | 2026-05-23T04:17:35.228Z | Compiling cookie_store v0.22.1 |
| 2136 | 2026-05-23T04:17:35.311Z | Compiling postgres-types v0.2.12 |
| 2137 | 2026-05-23T04:17:35.435Z | Compiling bzip2 v0.4.4 |
| 2138 | 2026-05-23T04:17:35.458Z | Compiling globset v0.4.18 |
| 2139 | 2026-05-23T04:17:35.670Z | Compiling strum v0.27.2 |
| 2140 | 2026-05-23T04:17:35.857Z | Compiling hubpack v0.1.2 |
| 2141 | 2026-05-23T04:17:35.907Z | Compiling ed25519 v2.2.3 |
| 2142 | 2026-05-23T04:17:35.910Z | Compiling phf_shared v0.11.3 |
| 2143 | 2026-05-23T04:17:35.974Z | Compiling crossbeam-epoch v0.9.18 |
| 2144 | 2026-05-23T04:17:36.013Z | Compiling olpc-cjson v0.1.4 |
| 2145 | 2026-05-23T04:17:36.033Z | Compiling pkcs1 v0.7.5 |
| 2146 | 2026-05-23T04:17:36.077Z | Compiling pem v3.0.6 |
| 2147 | 2026-05-23T04:17:36.182Z | Compiling serde-big-array v0.5.1 |
| 2148 | 2026-05-23T04:17:36.200Z | Compiling serde_plain v1.0.2 |
| 2149 | 2026-05-23T04:17:36.243Z | Compiling rfc6979 v0.4.0 |
| 2150 | 2026-05-23T04:17:36.296Z | Compiling float-cmp v0.10.0 |
| 2151 | 2026-05-23T04:17:36.343Z | Compiling memmap2 v0.9.10 |
| 2152 | 2026-05-23T04:17:36.384Z | Compiling env_filter v1.0.0 |
| 2153 | 2026-05-23T04:17:36.418Z | Compiling new_debug_unreachable v1.0.6 |
| 2154 | 2026-05-23T04:17:36.436Z | Compiling keccak v0.1.6 |
| 2155 | 2026-05-23T04:17:36.486Z | Compiling jiff v0.2.21 |
| 2156 | 2026-05-23T04:17:36.505Z | Compiling typed-path v0.9.3 |
| 2157 | 2026-05-23T04:17:36.522Z | Compiling difflib v0.4.0 |
| 2158 | 2026-05-23T04:17:36.540Z | Compiling fixedbitset v0.4.2 |
| 2159 | 2026-05-23T04:17:36.629Z | Compiling whoami v2.1.0 |
| 2160 | 2026-05-23T04:17:36.651Z | Compiling static_assertions v1.1.0 |
| 2161 | 2026-05-23T04:17:36.668Z | Compiling data-encoding v2.10.0 |
| 2162 | 2026-05-23T04:17:36.670Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-05-23T04:17:36.745Z | Compiling fixedbitset v0.5.7 |
| 2164 | 2026-05-23T04:17:36.787Z | Compiling predicates-core v1.0.10 |
| 2165 | 2026-05-23T04:17:36.858Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-05-23T04:17:36.973Z | Compiling precomputed-hash v0.1.1 |
| 2167 | 2026-05-23T04:17:36.989Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-05-23T04:17:36.992Z | Compiling petgraph v0.8.3 |
| 2169 | 2026-05-23T04:17:37.024Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-23T04:17:37.041Z | Compiling predicates v3.1.4 |
| 2171 | 2026-05-23T04:17:37.074Z | Compiling string_cache v0.8.9 |
| 2172 | 2026-05-23T04:17:37.223Z | Compiling tokio-postgres v0.7.16 |
| 2173 | 2026-05-23T04:17:37.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2174 | 2026-05-23T04:17:37.470Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-05-23T04:17:37.665Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-05-23T04:17:37.686Z | Compiling env_logger v0.11.9 |
| 2177 | 2026-05-23T04:17:37.955Z | Compiling usdt v0.6.0 |
| 2178 | 2026-05-23T04:17:38.033Z | Compiling ecdsa v0.16.9 |
| 2179 | 2026-05-23T04:17:38.223Z | Compiling rsa v0.9.10 |
| 2180 | 2026-05-23T04:17:38.885Z | Compiling ed25519-dalek v2.2.0 |
| 2181 | 2026-05-23T04:17:39.178Z | Compiling zip v4.6.1 |
| 2182 | 2026-05-23T04:17:39.369Z | Compiling crossterm v0.28.1 |
| 2183 | 2026-05-23T04:17:39.524Z | Compiling zip v0.6.6 |
| 2184 | 2026-05-23T04:17:39.794Z | Compiling iddqd v0.4.1 |
| 2185 | 2026-05-23T04:17:40.108Z | Compiling clap v4.6.1 |
| 2186 | 2026-05-23T04:17:40.228Z | Compiling serde_with v3.17.0 |
| 2187 | 2026-05-23T04:17:40.245Z | Compiling similar v2.7.0 |
| 2188 | 2026-05-23T04:17:40.369Z | Compiling strum v0.26.3 |
| 2189 | 2026-05-23T04:17:40.485Z | Compiling toml v0.7.8 |
| 2190 | 2026-05-23T04:17:40.502Z | Compiling itertools v0.13.0 |
| 2191 | 2026-05-23T04:17:40.527Z | Compiling tokio-stream v0.1.18 |
| 2192 | 2026-05-23T04:17:40.658Z | Compiling buf-list v1.1.2 |
| 2193 | 2026-05-23T04:17:40.999Z | Compiling x509-cert v0.2.5 |
| 2194 | 2026-05-23T04:17:41.034Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2195 | 2026-05-23T04:17:41.066Z | Compiling openapiv3 v2.2.0 |
| 2196 | 2026-05-23T04:17:41.241Z | Compiling sha1 v0.10.6 |
| 2197 | 2026-05-23T04:17:41.524Z | Compiling lalrpop-util v0.19.12 |
| 2198 | 2026-05-23T04:17:41.699Z | Compiling peg-runtime v0.8.5 |
| 2199 | 2026-05-23T04:17:55.947Z | Compiling rustls-webpki v0.103.9 |
| 2200 | 2026-05-23T04:17:58.152Z | Compiling macaddr v1.0.1 |
| 2201 | 2026-05-23T04:17:58.230Z | Compiling structmeta-derive v0.3.0 |
| 2202 | 2026-05-23T04:17:58.276Z | Compiling rayon-core v1.13.0 |
| 2203 | 2026-05-23T04:17:58.461Z | Compiling crucible-workspace-hack v0.1.0 |
| 2204 | 2026-05-23T04:17:58.480Z | Compiling itertools v0.14.0 |
| 2205 | 2026-05-23T04:17:58.547Z | Compiling secrecy v0.10.3 |
| 2206 | 2026-05-23T04:17:58.564Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-05-23T04:17:58.726Z | Compiling rustls v0.22.4 |
| 2208 | 2026-05-23T04:17:58.744Z | Compiling heapless v0.8.0 |
| 2209 | 2026-05-23T04:17:58.762Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2210 | 2026-05-23T04:17:58.872Z | Compiling crossbeam-deque v0.8.6 |
| 2211 | 2026-05-23T04:17:58.960Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2212 | 2026-05-23T04:17:58.991Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-05-23T04:17:59.007Z | Compiling rustls-webpki v0.102.8 |
| 2214 | 2026-05-23T04:17:59.022Z | Compiling hash32 v0.3.1 |
| 2215 | 2026-05-23T04:17:59.065Z | Compiling multer v3.1.0 |
| 2216 | 2026-05-23T04:17:59.107Z | Compiling thread_local v1.1.9 |
| 2217 | 2026-05-23T04:17:59.162Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-23T04:17:59.208Z | Compiling match_cfg v0.1.0 |
| 2219 | 2026-05-23T04:17:59.231Z | Compiling structmeta v0.3.0 |
| 2220 | 2026-05-23T04:17:59.234Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2221 | 2026-05-23T04:17:59.281Z | Compiling unicode-width v0.2.0 |
| 2222 | 2026-05-23T04:17:59.303Z | Compiling smoltcp v0.11.0 |
| 2223 | 2026-05-23T04:17:59.335Z | Compiling compression-core v0.4.31 |
| 2224 | 2026-05-23T04:17:59.457Z | Compiling derive-ex v0.1.8 |
| 2225 | 2026-05-23T04:17:59.472Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-05-23T04:17:59.506Z | Compiling tokio-rustls v0.26.4 |
| 2227 | 2026-05-23T04:17:59.526Z | Compiling rustls-platform-verifier v0.6.2 |
| 2228 | 2026-05-23T04:17:59.543Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-05-23T04:17:59.717Z | Compiling hostname v0.3.1 |
| 2230 | 2026-05-23T04:17:59.751Z | Compiling hyper-rustls v0.27.7 |
| 2231 | 2026-05-23T04:17:59.751Z | Compiling ingot-macros v0.1.1 |
| 2232 | 2026-05-23T04:17:59.918Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-05-23T04:17:59.921Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-05-23T04:18:00.029Z | Compiling half v2.7.1 |
| 2235 | 2026-05-23T04:18:00.141Z | Compiling reqwest v0.12.28 |
| 2236 | 2026-05-23T04:18:00.192Z | Compiling reqwest v0.13.2 |
| 2237 | 2026-05-23T04:18:00.335Z | Compiling newtype-uuid-macros v0.1.0 |
| 2238 | 2026-05-23T04:18:00.410Z | Compiling cobs v0.3.0 |
| 2239 | 2026-05-23T04:18:00.649Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2240 | 2026-05-23T04:18:00.714Z | Compiling universal-hash v0.5.1 |
| 2241 | 2026-05-23T04:18:00.872Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2026-05-23T04:18:00.887Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2243 | 2026-05-23T04:18:01.029Z | Compiling serde_spanned v1.0.4 |
| 2244 | 2026-05-23T04:18:01.098Z | Compiling is-terminal v0.4.17 |
| 2245 | 2026-05-23T04:18:01.215Z | Compiling proc-macro-error-attr v1.0.4 |
| 2246 | 2026-05-23T04:18:01.230Z | Compiling dropshot v0.17.0 |
| 2247 | 2026-05-23T04:18:01.248Z | Compiling take_mut v0.2.2 |
| 2248 | 2026-05-23T04:18:01.333Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-23T04:18:01.392Z | Compiling ciborium-io v0.2.2 |
| 2250 | 2026-05-23T04:18:01.442Z | Compiling convert_case v0.4.0 |
| 2251 | 2026-05-23T04:18:01.458Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2252 | 2026-05-23T04:18:01.461Z | Compiling opaque-debug v0.3.1 |
| 2253 | 2026-05-23T04:18:01.492Z | Compiling term v1.2.1 |
| 2254 | 2026-05-23T04:18:01.556Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-05-23T04:18:01.574Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2256 | 2026-05-23T04:18:01.617Z | Compiling ciborium-ll v0.2.2 |
| 2257 | 2026-05-23T04:18:01.659Z | Compiling async-stream v0.3.6 |
| 2258 | 2026-05-23T04:18:01.713Z | Compiling tough v0.22.0 |
| 2259 | 2026-05-23T04:18:01.735Z | Compiling thiserror-no-std v2.0.2 |
| 2260 | 2026-05-23T04:18:01.777Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-05-23T04:18:01.851Z | Compiling slog-term v2.9.2 |
| 2262 | 2026-05-23T04:18:01.873Z | Compiling tokio-rustls v0.25.0 |
| 2263 | 2026-05-23T04:18:02.137Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2264 | 2026-05-23T04:18:02.203Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-23T04:18:02.441Z | Compiling ingot-types v0.1.2 |
| 2266 | 2026-05-23T04:18:02.653Z | Compiling postcard v1.1.3 |
| 2267 | 2026-05-23T04:18:02.927Z | Compiling ingot v0.1.1 |
| 2268 | 2026-05-23T04:18:03.116Z | Compiling slog-bunyan v2.5.0 |
| 2269 | 2026-05-23T04:18:03.217Z | Compiling num_enum_derive v0.7.6 |
| 2270 | 2026-05-23T04:18:03.332Z | Compiling async-compression v0.4.41 |
| 2271 | 2026-05-23T04:18:03.470Z | Compiling parse-display-derive v0.10.0 |
| 2272 | 2026-05-23T04:18:03.546Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2273 | 2026-05-23T04:18:03.571Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2274 | 2026-05-23T04:18:03.809Z | Compiling proc-macro-crate v1.3.1 |
| 2275 | 2026-05-23T04:18:03.827Z | Compiling backon v1.6.0 |
| 2276 | 2026-05-23T04:18:03.949Z | Compiling waitgroup v0.1.2 |
| 2277 | 2026-05-23T04:18:03.965Z | Compiling password-hash v0.5.0 |
| 2278 | 2026-05-23T04:18:04.109Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2279 | 2026-05-23T04:18:04.134Z | Compiling chacha20 v0.9.1 |
| 2280 | 2026-05-23T04:18:04.166Z | Compiling dropshot_endpoint v0.17.0 |
| 2281 | 2026-05-23T04:18:04.169Z | Compiling rustls-pemfile v2.2.0 |
| 2282 | 2026-05-23T04:18:04.409Z | Compiling blake2 v0.10.6 |
| 2283 | 2026-05-23T04:18:04.469Z | Compiling aead v0.5.2 |
| 2284 | 2026-05-23T04:18:04.485Z | Compiling foreign-types-macros v0.2.3 |
| 2285 | 2026-05-23T04:18:04.727Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2286 | 2026-05-23T04:18:04.945Z | Compiling serde_path_to_error v0.1.20 |
| 2287 | 2026-05-23T04:18:04.968Z | Compiling hostname v0.4.2 |
| 2288 | 2026-05-23T04:18:04.985Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2289 | 2026-05-23T04:18:04.988Z | Compiling proc-macro-error v1.0.4 |
| 2290 | 2026-05-23T04:18:05.107Z | Compiling instant v0.1.13 |
| 2291 | 2026-05-23T04:18:05.164Z | Compiling cpufeatures v0.3.0 |
| 2292 | 2026-05-23T04:18:05.180Z | Compiling debug-ignore v1.0.5 |
| 2293 | 2026-05-23T04:18:05.221Z | Compiling foreign-types-shared v0.3.1 |
| 2294 | 2026-05-23T04:18:05.238Z | Compiling typeid v1.0.3 |
| 2295 | 2026-05-23T04:18:05.242Z | Compiling chacha20 v0.10.0 |
| 2296 | 2026-05-23T04:18:05.287Z | Compiling backoff v0.4.0 |
| 2297 | 2026-05-23T04:18:05.321Z | Compiling foreign-types v0.5.0 |
| 2298 | 2026-05-23T04:18:05.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2299 | 2026-05-23T04:18:05.339Z | Compiling parse-display v0.10.0 |
| 2300 | 2026-05-23T04:18:05.371Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2301 | 2026-05-23T04:18:05.375Z | Compiling argon2 v0.5.3 |
| 2302 | 2026-05-23T04:18:05.420Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-05-23T04:18:05.436Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2304 | 2026-05-23T04:18:05.541Z | Compiling num_enum_derive v0.5.11 |
| 2305 | 2026-05-23T04:18:05.596Z | Compiling num_enum v0.7.6 |
| 2306 | 2026-05-23T04:18:05.599Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2307 | 2026-05-23T04:18:05.708Z | Compiling vsss-rs v3.3.4 |
| 2308 | 2026-05-23T04:18:05.753Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2026-05-23T04:18:05.772Z | Compiling ciborium v0.2.2 |
| 2310 | 2026-05-23T04:18:06.026Z | Compiling tabwriter v1.4.1 |
| 2311 | 2026-05-23T04:18:06.070Z | Compiling regress v0.10.5 |
| 2312 | 2026-05-23T04:18:06.265Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-05-23T04:18:06.353Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2314 | 2026-05-23T04:18:06.419Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2315 | 2026-05-23T04:18:06.434Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2316 | 2026-05-23T04:18:06.479Z | Compiling cstr-argument v0.1.2 |
| 2317 | 2026-05-23T04:18:06.633Z | Compiling humantime v2.3.0 |
| 2318 | 2026-05-23T04:18:06.675Z | Compiling erased-serde v0.4.9 |
| 2319 | 2026-05-23T04:18:06.754Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2320 | 2026-05-23T04:18:06.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2321 | 2026-05-23T04:18:07.002Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-05-23T04:18:07.024Z | Compiling num_enum v0.5.11 |
| 2323 | 2026-05-23T04:18:07.083Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2324 | 2026-05-23T04:18:07.143Z | Compiling rand v0.10.1 |
| 2325 | 2026-05-23T04:18:07.172Z | Compiling rayon v1.11.0 |
| 2326 | 2026-05-23T04:18:07.200Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2327 | 2026-05-23T04:18:07.237Z | Compiling indent_write v2.2.0 |
| 2328 | 2026-05-23T04:18:07.275Z | Compiling libefi-sys v0.1.0 |
| 2329 | 2026-05-23T04:18:07.341Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2330 | 2026-05-23T04:18:07.357Z | Compiling winnow v1.0.3 |
| 2331 | 2026-05-23T04:18:07.408Z | Compiling colored v3.1.1 |
| 2332 | 2026-05-23T04:18:07.445Z | Compiling zone_cfg_derive v0.3.1 |
| 2333 | 2026-05-23T04:18:07.467Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-23T04:18:07.578Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-05-23T04:18:07.690Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2336 | 2026-05-23T04:18:07.756Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-05-23T04:18:07.942Z | Compiling itertools v0.12.1 |
| 2338 | 2026-05-23T04:18:07.958Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-05-23T04:18:08.093Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-05-23T04:18:08.117Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-05-23T04:18:08.138Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-05-23T04:18:08.156Z | Compiling blake3 v1.8.3 |
| 2343 | 2026-05-23T04:18:08.175Z | Compiling ordered-float v2.10.1 |
| 2344 | 2026-05-23T04:18:08.533Z | Compiling sigpipe v0.1.3 |
| 2345 | 2026-05-23T04:18:08.653Z | Compiling memmap v0.7.0 |
| 2346 | 2026-05-23T04:18:08.670Z | Compiling swrite v0.1.0 |
| 2347 | 2026-05-23T04:18:08.787Z | Compiling glob v0.3.3 |
| 2348 | 2026-05-23T04:18:08.803Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-05-23T04:18:08.852Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2350 | 2026-05-23T04:18:08.869Z | Compiling usdt v0.5.0 |
| 2351 | 2026-05-23T04:18:09.017Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2352 | 2026-05-23T04:18:09.057Z | Compiling serde-value v0.7.0 |
| 2353 | 2026-05-23T04:18:09.189Z | Compiling serde-untagged v0.1.9 |
| 2354 | 2026-05-23T04:18:09.334Z | Compiling zone v0.3.1 |
| 2355 | 2026-05-23T04:18:09.381Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2356 | 2026-05-23T04:18:09.520Z | Compiling toml v0.8.23 |
| 2357 | 2026-05-23T04:18:09.561Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2358 | 2026-05-23T04:18:09.653Z | Compiling smf v0.2.3 |
| 2359 | 2026-05-23T04:18:09.669Z | Compiling filetime v0.2.27 |
| 2360 | 2026-05-23T04:18:09.689Z | Compiling constant_time_eq v0.4.2 |
| 2361 | 2026-05-23T04:18:09.731Z | Compiling arrayvec v0.7.6 |
| 2362 | 2026-05-23T04:18:09.748Z | Compiling arrayref v0.3.9 |
| 2363 | 2026-05-23T04:18:09.763Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-05-23T04:18:09.864Z | Compiling unicode-xid v0.2.6 |
| 2365 | 2026-05-23T04:18:09.902Z | Compiling xattr v1.6.1 |
| 2366 | 2026-05-23T04:18:09.926Z | Compiling whoami v1.6.1 |
| 2367 | 2026-05-23T04:18:09.983Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-05-23T04:18:10.000Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-05-23T04:18:10.030Z | Compiling cargo-util-schemas v0.8.2 |
| 2370 | 2026-05-23T04:18:10.127Z | Compiling tar v0.4.45 |
| 2371 | 2026-05-23T04:18:10.260Z | Compiling tokio-dtrace v0.1.1 |
| 2372 | 2026-05-23T04:18:10.411Z | Compiling console v0.16.2 |
| 2373 | 2026-05-23T04:18:10.613Z | Compiling gethostname v0.5.0 |
| 2374 | 2026-05-23T04:18:10.683Z | Compiling cargo-platform v0.2.0 |
| 2375 | 2026-05-23T04:18:10.775Z | Compiling unit-prefix v0.5.2 |
| 2376 | 2026-05-23T04:18:10.822Z | Compiling topological-sort v0.2.2 |
| 2377 | 2026-05-23T04:18:10.872Z | Compiling oxide-tokio-rt v0.1.4 |
| 2378 | 2026-05-23T04:18:10.967Z | Compiling indicatif v0.18.4 |
| 2379 | 2026-05-23T04:18:10.982Z | Compiling shell-words v1.1.1 |
| 2380 | 2026-05-23T04:18:11.025Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2381 | 2026-05-23T04:18:11.234Z | Compiling cargo_metadata v0.21.0 |
| 2382 | 2026-05-23T04:18:20.779Z | Compiling progenitor-client v0.14.0 |
| 2383 | 2026-05-23T04:18:20.779Z | Compiling progenitor-client v0.13.0 |
| 2384 | 2026-05-23T04:18:20.815Z | Compiling omicron-zone-package v0.12.2 |
| 2385 | 2026-05-23T04:18:21.294Z | Compiling progenitor-extras v0.2.0 |
| 2386 | 2026-05-23T04:18:23.527Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2387 | 2026-05-23T04:18:23.547Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2388 | 2026-05-23T04:18:23.670Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-05-23T04:18:23.713Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-05-23T04:18:23.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2391 | 2026-05-23T04:18:23.824Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2392 | 2026-05-23T04:18:23.860Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2026-05-23T04:18:23.879Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2394 | 2026-05-23T04:18:23.975Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2395 | 2026-05-23T04:18:27.892Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2396 | 2026-05-23T04:18:35.574Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2397 | 2026-05-23T04:18:38.639Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2026-05-23T04:18:39.613Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2399 | 2026-05-23T04:18:49.240Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2400 | 2026-05-23T04:18:49.406Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2401 | 2026-05-23T04:18:49.472Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2402 | 2026-05-23T04:18:49.475Z | Created new build target 'test' and set it as active |
| 2403 | 2026-05-23T04:18:49.478Z | |
| 2404 | 2026-05-23T04:18:49.478Z | real 1:44.792968844 |
| 2405 | 2026-05-23T04:18:49.478Z | user 17:06.972881777 |
| 2406 | 2026-05-23T04:18:49.478Z | sys 2:38.549800269 |
| 2407 | 2026-05-23T04:18:49.478Z | trap 0.479778262 |
| 2408 | 2026-05-23T04:18:49.478Z | tflt 2.870084724 |
| 2409 | 2026-05-23T04:18:49.478Z | dflt 4.121024831 |
| 2410 | 2026-05-23T04:18:49.478Z | kflt 0.000462070 |
| 2411 | 2026-05-23T04:18:49.478Z | lock 53:12.440967665 |
| 2412 | 2026-05-23T04:18:49.478Z | slp 43:25.679781815 |
| 2413 | 2026-05-23T04:18:49.478Z | lat 44.101146225 |
| 2414 | 2026-05-23T04:18:49.478Z | stop 5:41.351396734 |
| 2415 | 2026-05-23T04:18:49.478Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2416 | 2026-05-23T04:18:50.434Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2417 | 2026-05-23T04:18:50.521Z | Running `target/release/omicron-package -t test package` |
| 2418 | 2026-05-23T04:18:50.581Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-05-23T04:18:52.172Z | Compiling heck v0.5.0 |
| 2420 | 2026-05-23T04:18:52.175Z | Compiling regress v0.11.1 |
| 2421 | 2026-05-23T04:18:52.394Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-05-23T04:18:52.461Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2423 | 2026-05-23T04:18:52.488Z | Compiling regress v0.10.5 |
| 2424 | 2026-05-23T04:18:52.512Z | Compiling unicode-width v0.1.14 |
| 2425 | 2026-05-23T04:18:52.515Z | Compiling is-terminal v0.4.17 |
| 2426 | 2026-05-23T04:18:52.515Z | Compiling prettyplease v0.2.37 |
| 2427 | 2026-05-23T04:18:52.515Z | Compiling derive-where v1.6.0 |
| 2428 | 2026-05-23T04:18:52.535Z | Compiling num-rational v0.4.2 |
| 2429 | 2026-05-23T04:18:52.603Z | Compiling num-complex v0.4.6 |
| 2430 | 2026-05-23T04:18:52.626Z | Compiling rustls v0.22.4 |
| 2431 | 2026-05-23T04:18:52.629Z | Compiling rustls-webpki v0.102.8 |
| 2432 | 2026-05-23T04:18:52.629Z | Compiling thread_local v1.1.9 |
| 2433 | 2026-05-23T04:18:52.648Z | Compiling bytecount v0.6.9 |
| 2434 | 2026-05-23T04:18:52.739Z | Compiling float-ord v0.3.2 |
| 2435 | 2026-05-23T04:18:52.742Z | Compiling compression-core v0.4.31 |
| 2436 | 2026-05-23T04:18:52.789Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2437 | 2026-05-23T04:18:52.849Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-05-23T04:18:52.881Z | Compiling multer v3.1.0 |
| 2439 | 2026-05-23T04:18:52.905Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-05-23T04:18:52.930Z | Compiling serde_yaml v0.9.34+deprecated |
| 2441 | 2026-05-23T04:18:52.952Z | Compiling hostname v0.3.1 |
| 2442 | 2026-05-23T04:18:52.955Z | Compiling compression-codecs v0.4.37 |
| 2443 | 2026-05-23T04:18:52.955Z | Compiling crossbeam-channel v0.5.15 |
| 2444 | 2026-05-23T04:18:52.977Z | Compiling slog-json v2.6.1 |
| 2445 | 2026-05-23T04:18:53.025Z | Compiling num v0.4.3 |
| 2446 | 2026-05-23T04:18:53.078Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2447 | 2026-05-23T04:18:53.100Z | Compiling serde_spanned v1.0.4 |
| 2448 | 2026-05-23T04:18:53.123Z | Compiling term v1.2.1 |
| 2449 | 2026-05-23T04:18:53.236Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2450 | 2026-05-23T04:18:53.260Z | Compiling take_mut v0.2.2 |
| 2451 | 2026-05-23T04:18:53.285Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-05-23T04:18:53.409Z | Compiling async-compression v0.4.41 |
| 2453 | 2026-05-23T04:18:53.460Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2454 | 2026-05-23T04:18:53.485Z | Compiling slog-term v2.9.2 |
| 2455 | 2026-05-23T04:18:53.543Z | Compiling console v0.15.11 |
| 2456 | 2026-05-23T04:18:53.582Z | Compiling dropshot v0.17.0 |
| 2457 | 2026-05-23T04:18:53.648Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2458 | 2026-05-23T04:18:53.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2026-05-23T04:18:53.754Z | Compiling async-stream v0.3.6 |
| 2460 | 2026-05-23T04:18:53.812Z | Compiling progenitor-client v0.14.0 |
| 2461 | 2026-05-23T04:18:53.836Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2462 | 2026-05-23T04:18:53.839Z | Compiling waitgroup v0.1.2 |
| 2463 | 2026-05-23T04:18:53.884Z | Compiling backon v1.6.0 |
| 2464 | 2026-05-23T04:18:53.908Z | Compiling rustls-pemfile v2.2.0 |
| 2465 | 2026-05-23T04:18:53.953Z | Compiling typify-impl v0.6.2 |
| 2466 | 2026-05-23T04:18:54.017Z | Compiling hostname v0.4.2 |
| 2467 | 2026-05-23T04:18:54.039Z | Compiling serde_path_to_error v0.1.20 |
| 2468 | 2026-05-23T04:18:54.064Z | Compiling instant v0.1.13 |
| 2469 | 2026-05-23T04:18:54.122Z | Compiling debug-ignore v1.0.5 |
| 2470 | 2026-05-23T04:18:54.125Z | Compiling progenitor-extras v0.2.0 |
| 2471 | 2026-05-23T04:18:54.193Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2472 | 2026-05-23T04:18:54.218Z | Compiling backoff v0.4.0 |
| 2473 | 2026-05-23T04:18:54.241Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2474 | 2026-05-23T04:18:54.266Z | Compiling parse-display v0.10.0 |
| 2475 | 2026-05-23T04:18:54.430Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2476 | 2026-05-23T04:18:54.453Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-23T04:18:54.479Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-05-23T04:18:54.499Z | Compiling progenitor-client v0.13.0 |
| 2479 | 2026-05-23T04:18:54.547Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2480 | 2026-05-23T04:18:54.629Z | Compiling macaddr v1.0.1 |
| 2481 | 2026-05-23T04:18:54.650Z | Compiling humantime v2.3.0 |
| 2482 | 2026-05-23T04:18:54.767Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-23T04:18:54.865Z | Compiling slog-dtrace v0.3.0 |
| 2484 | 2026-05-23T04:18:54.888Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2485 | 2026-05-23T04:18:54.933Z | Compiling cancel-safe-futures v0.1.5 |
| 2486 | 2026-05-23T04:18:55.024Z | Compiling tokio-rustls v0.25.0 |
| 2487 | 2026-05-23T04:18:55.047Z | Compiling owo-colors v4.3.0 |
| 2488 | 2026-05-23T04:18:55.079Z | Compiling resolv-conf v0.7.6 |
| 2489 | 2026-05-23T04:18:55.103Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-05-23T04:18:55.106Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-05-23T04:18:55.171Z | Compiling toml v0.8.23 |
| 2492 | 2026-05-23T04:18:55.365Z | Compiling nom v7.1.3 |
| 2493 | 2026-05-23T04:18:55.413Z | Compiling libsw v3.5.0 |
| 2494 | 2026-05-23T04:18:55.416Z | Compiling num-derive v0.3.3 |
| 2495 | 2026-05-23T04:18:55.635Z | Compiling linked-hash-map v0.5.6 |
| 2496 | 2026-05-23T04:18:55.679Z | Compiling linear-map v1.2.0 |
| 2497 | 2026-05-23T04:18:55.775Z | Compiling hickory-proto v0.24.4 |
| 2498 | 2026-05-23T04:18:55.851Z | Compiling lru-cache v0.1.2 |
| 2499 | 2026-05-23T04:18:55.891Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-05-23T04:18:55.932Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2501 | 2026-05-23T04:18:55.953Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2502 | 2026-05-23T04:18:56.029Z | Compiling csv-core v0.1.13 |
| 2503 | 2026-05-23T04:18:56.053Z | Compiling termtree v0.5.1 |
| 2504 | 2026-05-23T04:18:56.118Z | Compiling highway v1.3.0 |
| 2505 | 2026-05-23T04:18:56.265Z | Compiling csv v1.4.0 |
| 2506 | 2026-05-23T04:18:56.337Z | Compiling libscf-sys v1.1.0 |
| 2507 | 2026-05-23T04:18:56.417Z | Compiling papergrid v0.11.0 |
| 2508 | 2026-05-23T04:18:56.482Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-05-23T04:18:56.515Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2510 | 2026-05-23T04:18:56.747Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2511 | 2026-05-23T04:18:56.852Z | Compiling phf_shared v0.12.1 |
| 2512 | 2026-05-23T04:18:56.902Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2513 | 2026-05-23T04:18:56.952Z | Compiling tagptr v0.2.0 |
| 2514 | 2026-05-23T04:18:57.112Z | Compiling chrono-tz v0.10.4 |
| 2515 | 2026-05-23T04:18:57.144Z | Compiling moka v0.12.13 |
| 2516 | 2026-05-23T04:18:57.256Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2517 | 2026-05-23T04:18:57.281Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2518 | 2026-05-23T04:18:57.378Z | Compiling phf v0.12.1 |
| 2519 | 2026-05-23T04:18:57.405Z | Compiling tabled v0.15.0 |
| 2520 | 2026-05-23T04:18:57.476Z | Compiling typify-macro v0.6.2 |
| 2521 | 2026-05-23T04:18:57.585Z | Compiling const_format_proc_macros v0.2.34 |
| 2522 | 2026-05-23T04:18:58.041Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2523 | 2026-05-23T04:18:58.097Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-05-23T04:18:58.148Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2525 | 2026-05-23T04:18:58.293Z | Compiling hickory-resolver v0.24.4 |
| 2526 | 2026-05-23T04:18:58.400Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2527 | 2026-05-23T04:18:58.496Z | Compiling const_format v0.2.35 |
| 2528 | 2026-05-23T04:18:59.011Z | Compiling hickory-resolver v0.25.2 |
| 2529 | 2026-05-23T04:18:59.037Z | Compiling typify v0.6.2 |
| 2530 | 2026-05-23T04:18:59.351Z | Compiling progenitor-impl v0.14.0 |
| 2531 | 2026-05-23T04:19:00.501Z | Compiling progenitor-impl v0.13.0 |
| 2532 | 2026-05-23T04:19:01.577Z | Compiling progenitor-macro v0.14.0 |
| 2533 | 2026-05-23T04:19:01.716Z | Compiling qorb v0.4.1 |
| 2534 | 2026-05-23T04:19:02.695Z | Compiling progenitor-macro v0.13.0 |
| 2535 | 2026-05-23T04:19:03.598Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-05-23T04:19:04.594Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2537 | 2026-05-23T04:19:05.104Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2538 | 2026-05-23T04:19:05.246Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2539 | 2026-05-23T04:19:05.302Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2540 | 2026-05-23T04:19:05.495Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2541 | 2026-05-23T04:19:05.720Z | Compiling progenitor v0.14.0 |
| 2542 | 2026-05-23T04:19:05.905Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2543 | 2026-05-23T04:19:06.130Z | Compiling bcs v0.1.6 |
| 2544 | 2026-05-23T04:19:06.557Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2545 | 2026-05-23T04:19:06.579Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2546 | 2026-05-23T04:19:06.629Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2547 | 2026-05-23T04:19:06.824Z | Compiling progenitor v0.13.0 |
| 2548 | 2026-05-23T04:19:07.015Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2549 | 2026-05-23T04:19:07.797Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2550 | 2026-05-23T04:19:07.967Z | Compiling semver v0.1.20 |
| 2551 | 2026-05-23T04:19:08.272Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-05-23T04:19:08.295Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2553 | 2026-05-23T04:19:08.516Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2554 | 2026-05-23T04:19:09.802Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2555 | 2026-05-23T04:19:10.183Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-05-23T04:19:10.288Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2557 | 2026-05-23T04:19:10.368Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2558 | 2026-05-23T04:19:10.557Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2559 | 2026-05-23T04:19:10.595Z | Compiling convert_case v0.10.0 |
| 2560 | 2026-05-23T04:19:10.709Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-05-23T04:19:10.942Z | Compiling smawk v0.3.2 |
| 2562 | 2026-05-23T04:19:11.032Z | Compiling derive_more-impl v2.1.1 |
| 2563 | 2026-05-23T04:19:11.112Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2564 | 2026-05-23T04:19:11.140Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-05-23T04:19:11.453Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2566 | 2026-05-23T04:19:11.754Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2567 | 2026-05-23T04:19:11.869Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2568 | 2026-05-23T04:19:13.055Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2569 | 2026-05-23T04:19:13.104Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2570 | 2026-05-23T04:19:13.164Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2571 | 2026-05-23T04:19:13.588Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2572 | 2026-05-23T04:19:13.832Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2573 | 2026-05-23T04:19:13.873Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2574 | 2026-05-23T04:19:14.224Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2575 | 2026-05-23T04:19:14.411Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2576 | 2026-05-23T04:19:14.460Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2577 | 2026-05-23T04:19:14.493Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2578 | 2026-05-23T04:19:14.518Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2579 | 2026-05-23T04:19:14.705Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2580 | 2026-05-23T04:19:14.853Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2581 | 2026-05-23T04:19:14.879Z | Compiling derive_more v2.1.1 |
| 2582 | 2026-05-23T04:19:15.098Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2583 | 2026-05-23T04:19:15.126Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2584 | 2026-05-23T04:19:15.150Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2585 | 2026-05-23T04:19:15.174Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2586 | 2026-05-23T04:19:15.297Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2587 | 2026-05-23T04:19:15.349Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2588 | 2026-05-23T04:19:16.035Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2589 | 2026-05-23T04:19:16.062Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2590 | 2026-05-23T04:19:16.289Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2591 | 2026-05-23T04:19:16.387Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2592 | 2026-05-23T04:19:16.442Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2593 | 2026-05-23T04:19:16.816Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2594 | 2026-05-23T04:19:16.936Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2595 | 2026-05-23T04:19:17.159Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2596 | 2026-05-23T04:19:17.547Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2597 | 2026-05-23T04:19:17.776Z | Compiling steno v0.4.1 |
| 2598 | 2026-05-23T04:19:19.082Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2599 | 2026-05-23T04:19:19.512Z | Compiling crossterm v0.29.0 |
| 2600 | 2026-05-23T04:19:20.469Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2601 | 2026-05-23T04:19:20.632Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2602 | 2026-05-23T04:19:21.194Z | Compiling vte v0.14.1 |
| 2603 | 2026-05-23T04:19:21.462Z | Compiling strip-ansi-escapes v0.2.1 |
| 2604 | 2026-05-23T04:19:21.488Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2605 | 2026-05-23T04:19:21.543Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2606 | 2026-05-23T04:19:21.787Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2607 | 2026-05-23T04:19:22.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2608 | 2026-05-23T04:19:22.510Z | Compiling fd-lock v4.0.4 |
| 2609 | 2026-05-23T04:19:22.537Z | Compiling peg-macros v0.8.5 |
| 2610 | 2026-05-23T04:19:22.690Z | Compiling nu-ansi-term v0.50.3 |
| 2611 | 2026-05-23T04:19:22.857Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2612 | 2026-05-23T04:19:23.238Z | Compiling reedline v0.40.0 |
| 2613 | 2026-05-23T04:19:23.617Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2614 | 2026-05-23T04:19:23.803Z | Compiling peg v0.8.5 |
| 2615 | 2026-05-23T04:19:23.992Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2616 | 2026-05-23T04:19:25.290Z | Compiling nom v8.0.0 |
| 2617 | 2026-05-23T04:19:25.537Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2618 | 2026-05-23T04:19:25.567Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2619 | 2026-05-23T04:19:25.790Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2620 | 2026-05-23T04:19:26.058Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2621 | 2026-05-23T04:19:26.267Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2622 | 2026-05-23T04:19:26.312Z | Compiling base64 v0.21.7 |
| 2623 | 2026-05-23T04:19:26.589Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2624 | 2026-05-23T04:19:26.729Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2625 | 2026-05-23T04:19:26.825Z | Compiling utf-8 v0.7.6 |
| 2626 | 2026-05-23T04:19:26.858Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2627 | 2026-05-23T04:19:26.997Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2628 | 2026-05-23T04:19:27.048Z | Compiling tungstenite v0.21.0 |
| 2629 | 2026-05-23T04:19:27.075Z | Compiling radium v0.7.0 |
| 2630 | 2026-05-23T04:19:27.219Z | Compiling tap v1.0.1 |
| 2631 | 2026-05-23T04:19:27.315Z | Compiling maybe-uninit v2.0.0 |
| 2632 | 2026-05-23T04:19:27.375Z | Compiling display-error-chain v0.2.2 |
| 2633 | 2026-05-23T04:19:27.561Z | Compiling wyz v0.5.1 |
| 2634 | 2026-05-23T04:19:27.666Z | Compiling tokio-tungstenite v0.21.0 |
| 2635 | 2026-05-23T04:19:27.693Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2636 | 2026-05-23T04:19:27.826Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2637 | 2026-05-23T04:19:27.957Z | Compiling zerocopy-derive v0.6.6 |
| 2638 | 2026-05-23T04:19:27.985Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2639 | 2026-05-23T04:19:28.060Z | Compiling crc-catalog v2.4.0 |
| 2640 | 2026-05-23T04:19:28.197Z | Compiling funty v2.0.0 |
| 2641 | 2026-05-23T04:19:28.746Z | Compiling packed_struct v0.10.1 |
| 2642 | 2026-05-23T04:19:29.062Z | Compiling zerocopy v0.6.6 |
| 2643 | 2026-05-23T04:19:29.159Z | Compiling bitvec v1.0.1 |
| 2644 | 2026-05-23T04:19:29.203Z | Compiling crc v3.4.0 |
| 2645 | 2026-05-23T04:19:29.466Z | Compiling packed_struct_codegen v0.10.1 |
| 2646 | 2026-05-23T04:19:29.553Z | Compiling vergen-lib v0.1.6 |
| 2647 | 2026-05-23T04:19:29.746Z | Compiling bitfield-macros v0.19.4 |
| 2648 | 2026-05-23T04:19:29.828Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2649 | 2026-05-23T04:19:30.247Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2650 | 2026-05-23T04:19:30.483Z | Compiling indexmap v1.9.3 |
| 2651 | 2026-05-23T04:19:30.507Z | Compiling nodrop v0.1.14 |
| 2652 | 2026-05-23T04:19:30.650Z | Compiling array-init v0.0.4 |
| 2653 | 2026-05-23T04:19:30.679Z | Compiling bitfield v0.19.4 |
| 2654 | 2026-05-23T04:19:30.766Z | Compiling proc-macro-error2 v2.0.1 |
| 2655 | 2026-05-23T04:19:30.853Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2656 | 2026-05-23T04:19:31.110Z | Compiling smallvec v0.6.14 |
| 2657 | 2026-05-23T04:19:31.158Z | Compiling vergen-gitcl v1.0.8 |
| 2658 | 2026-05-23T04:19:31.315Z | Compiling dirs-sys-next v0.1.2 |
| 2659 | 2026-05-23T04:19:31.413Z | Compiling glob v0.3.3 |
| 2660 | 2026-05-23T04:19:31.438Z | Compiling maplit v1.0.2 |
| 2661 | 2026-05-23T04:19:31.543Z | Compiling crunchy v0.2.4 |
| 2662 | 2026-05-23T04:19:31.568Z | Compiling hashbrown v0.12.3 |
| 2663 | 2026-05-23T04:19:31.624Z | Compiling diesel_derives v2.3.7 |
| 2664 | 2026-05-23T04:19:31.797Z | Compiling clang-sys v1.8.1 |
| 2665 | 2026-05-23T04:19:31.892Z | Compiling dirs-next v2.0.0 |
| 2666 | 2026-05-23T04:19:31.954Z | Compiling serde-hex v0.1.0 |
| 2667 | 2026-05-23T04:19:32.209Z | Compiling tabled_derive v0.11.0 |
| 2668 | 2026-05-23T04:19:32.401Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2669 | 2026-05-23T04:19:32.561Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2670 | 2026-05-23T04:19:32.713Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2671 | 2026-05-23T04:19:32.818Z | Compiling ron v0.8.1 |
| 2672 | 2026-05-23T04:19:32.920Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2673 | 2026-05-23T04:19:32.972Z | Compiling papergrid v0.17.0 |
| 2674 | 2026-05-23T04:19:33.260Z | Compiling testing_table v0.3.0 |
| 2675 | 2026-05-23T04:19:33.581Z | Compiling hashbrown v0.13.2 |
| 2676 | 2026-05-23T04:19:33.633Z | Compiling scheduled-thread-pool v0.2.7 |
| 2677 | 2026-05-23T04:19:33.704Z | Compiling dsl_auto_type v0.2.0 |
| 2678 | 2026-05-23T04:19:34.105Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2679 | 2026-05-23T04:19:34.211Z | Compiling crc-any v2.5.0 |
| 2680 | 2026-05-23T04:19:34.241Z | Compiling tiny-keccak v2.0.2 |
| 2681 | 2026-05-23T04:19:34.269Z | Compiling object v0.30.4 |
| 2682 | 2026-05-23T04:19:34.506Z | Compiling tabled v0.20.0 |
| 2683 | 2026-05-23T04:19:34.531Z | Compiling r2d2 v0.8.10 |
| 2684 | 2026-05-23T04:19:34.641Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2685 | 2026-05-23T04:19:35.034Z | Compiling term v0.7.0 |
| 2686 | 2026-05-23T04:19:35.342Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2687 | 2026-05-23T04:19:35.366Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2688 | 2026-05-23T04:19:35.399Z | Compiling xshell-macros v0.2.7 |
| 2689 | 2026-05-23T04:19:35.565Z | Compiling bit-vec v0.6.3 |
| 2690 | 2026-05-23T04:19:35.608Z | Compiling path-slash v0.1.5 |
| 2691 | 2026-05-23T04:19:35.802Z | Compiling downcast-rs v2.0.2 |
| 2692 | 2026-05-23T04:19:35.826Z | Compiling xshell v0.2.7 |
| 2693 | 2026-05-23T04:19:35.829Z | Compiling bit-set v0.5.3 |
| 2694 | 2026-05-23T04:19:36.021Z | Compiling ascii-canvas v3.0.0 |
| 2695 | 2026-05-23T04:19:36.287Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2696 | 2026-05-23T04:19:36.313Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2697 | 2026-05-23T04:19:36.778Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2698 | 2026-05-23T04:19:37.184Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2699 | 2026-05-23T04:19:37.270Z | Compiling itertools v0.10.5 |
| 2700 | 2026-05-23T04:19:38.368Z | Compiling ena v0.14.4 |
| 2701 | 2026-05-23T04:19:38.618Z | Compiling libloading v0.8.9 |
| 2702 | 2026-05-23T04:19:38.700Z | Compiling regex-syntax v0.6.29 |
| 2703 | 2026-05-23T04:19:38.802Z | Compiling bindgen v0.71.1 |
| 2704 | 2026-05-23T04:19:38.864Z | Compiling diff v0.1.13 |
| 2705 | 2026-05-23T04:19:39.114Z | Compiling unicase v2.9.0 |
| 2706 | 2026-05-23T04:19:39.162Z | Compiling diesel v2.3.7 |
| 2707 | 2026-05-23T04:19:39.427Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2708 | 2026-05-23T04:19:40.545Z | Compiling lalrpop v0.19.12 |
| 2709 | 2026-05-23T04:19:40.672Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2710 | 2026-05-23T04:19:40.698Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2711 | 2026-05-23T04:19:40.721Z | Compiling cexpr v0.6.0 |
| 2712 | 2026-05-23T04:19:41.311Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2713 | 2026-05-23T04:19:41.384Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2714 | 2026-05-23T04:19:41.543Z | Compiling rustc-hash v2.1.1 |
| 2715 | 2026-05-23T04:19:41.572Z | Compiling crc8 v0.1.1 |
| 2716 | 2026-05-23T04:19:41.772Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2717 | 2026-05-23T04:19:41.837Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2718 | 2026-05-23T04:19:42.006Z | Compiling headers-core v0.3.0 |
| 2719 | 2026-05-23T04:19:42.167Z | Compiling libxml v0.3.3 |
| 2720 | 2026-05-23T04:19:42.218Z | Compiling headers v0.4.1 |
| 2721 | 2026-05-23T04:19:42.418Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2722 | 2026-05-23T04:19:42.479Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2723 | 2026-05-23T04:19:42.502Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2724 | 2026-05-23T04:19:42.728Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2725 | 2026-05-23T04:19:43.211Z | Compiling strum_macros v0.24.3 |
| 2726 | 2026-05-23T04:19:43.261Z | Compiling git-stub v1.0.0 |
| 2727 | 2026-05-23T04:19:43.291Z | Compiling indoc v1.0.9 |
| 2728 | 2026-05-23T04:19:43.555Z | Compiling git-stub-vcs v0.1.0 |
| 2729 | 2026-05-23T04:19:43.736Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2730 | 2026-05-23T04:19:43.901Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 2731 | 2026-05-23T04:19:43.953Z | Compiling derive_builder v0.20.2 |
| 2732 | 2026-05-23T04:19:43.978Z | Compiling oso-derive v0.27.3 |
| 2733 | 2026-05-23T04:19:44.137Z | Compiling quick-xml v0.37.5 |
| 2734 | 2026-05-23T04:19:44.221Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2735 | 2026-05-23T04:19:44.499Z | Compiling openssl-probe v0.1.6 |
| 2736 | 2026-05-23T04:19:44.556Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2737 | 2026-05-23T04:19:44.813Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2738 | 2026-05-23T04:19:45.326Z | Compiling half v1.8.3 |
| 2739 | 2026-05-23T04:19:45.512Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2740 | 2026-05-23T04:19:45.564Z | Compiling serde_cbor v0.11.2 |
| 2741 | 2026-05-23T04:19:45.801Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2742 | 2026-05-23T04:19:46.056Z | Compiling bb8 v0.8.6 |
| 2743 | 2026-05-23T04:19:46.381Z | Compiling samael v0.0.19 |
| 2744 | 2026-05-23T04:19:46.479Z | Compiling trait-variant v0.1.2 |
| 2745 | 2026-05-23T04:19:46.654Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2746 | 2026-05-23T04:19:46.786Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2747 | 2026-05-23T04:19:46.868Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2748 | 2026-05-23T04:19:47.030Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2749 | 2026-05-23T04:19:47.095Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2750 | 2026-05-23T04:19:47.393Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2751 | 2026-05-23T04:19:47.741Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2752 | 2026-05-23T04:19:48.051Z | Compiling typify-impl v0.4.3 |
| 2753 | 2026-05-23T04:19:48.078Z | Compiling polar-core v0.27.3 |
| 2754 | 2026-05-23T04:19:48.605Z | Compiling fxhash v0.2.1 |
| 2755 | 2026-05-23T04:19:48.787Z | Compiling nonempty v0.12.0 |
| 2756 | 2026-05-23T04:19:49.030Z | Compiling salty v0.3.0 |
| 2757 | 2026-05-23T04:19:49.164Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2758 | 2026-05-23T04:19:49.354Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2759 | 2026-05-23T04:19:49.378Z | Compiling kstat-rs v0.2.4 |
| 2760 | 2026-05-23T04:19:49.732Z | Compiling libz-sys v1.1.24 |
| 2761 | 2026-05-23T04:19:49.889Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2762 | 2026-05-23T04:19:50.253Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2763 | 2026-05-23T04:19:50.988Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2764 | 2026-05-23T04:19:51.017Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2765 | 2026-05-23T04:19:51.459Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2766 | 2026-05-23T04:19:51.617Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2767 | 2026-05-23T04:19:51.621Z | Compiling typify-macro v0.4.3 |
| 2768 | 2026-05-23T04:19:51.842Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2769 | 2026-05-23T04:19:52.580Z | Compiling nanorand v0.7.0 |
| 2770 | 2026-05-23T04:19:52.892Z | Compiling darling_core v0.23.0 |
| 2771 | 2026-05-23T04:19:52.982Z | Compiling arc-swap v1.8.2 |
| 2772 | 2026-05-23T04:19:53.083Z | Compiling fs-err v2.11.0 |
| 2773 | 2026-05-23T04:19:53.381Z | Compiling parking_lot_core v0.8.6 |
| 2774 | 2026-05-23T04:19:53.493Z | Compiling mime_guess v2.0.5 |
| 2775 | 2026-05-23T04:19:53.567Z | Compiling slog-scope v4.4.1 |
| 2776 | 2026-05-23T04:19:53.590Z | Compiling flume v0.11.1 |
| 2777 | 2026-05-23T04:19:53.708Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2778 | 2026-05-23T04:19:54.028Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2779 | 2026-05-23T04:19:54.031Z | Compiling primeorder v0.13.6 |
| 2780 | 2026-05-23T04:19:54.074Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2781 | 2026-05-23T04:19:54.380Z | Compiling instability v0.3.11 |
| 2782 | 2026-05-23T04:19:54.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2783 | 2026-05-23T04:19:54.783Z | Compiling p384 v0.13.1 |
| 2784 | 2026-05-23T04:19:55.102Z | Compiling darling_macro v0.23.0 |
| 2785 | 2026-05-23T04:19:55.623Z | Compiling darling v0.23.0 |
| 2786 | 2026-05-23T04:19:57.147Z | Compiling oso v0.27.3 |
| 2787 | 2026-05-23T04:19:57.235Z | Compiling diesel-dtrace v0.5.0 |
| 2788 | 2026-05-23T04:19:57.584Z | Compiling async-bb8-diesel v0.2.1 |
| 2789 | 2026-05-23T04:19:57.747Z | Compiling slog-stdlog v4.1.1 |
| 2790 | 2026-05-23T04:19:58.492Z | Compiling typify v0.4.3 |
| 2791 | 2026-05-23T04:19:58.666Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2792 | 2026-05-23T04:19:58.787Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 2793 | 2026-05-23T04:19:59.772Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2794 | 2026-05-23T04:19:59.964Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2795 | 2026-05-23T04:20:01.347Z | Compiling ignore v0.4.25 |
| 2796 | 2026-05-23T04:20:01.909Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2797 | 2026-05-23T04:20:02.786Z | Compiling castaway v0.2.4 |
| 2798 | 2026-05-23T04:20:02.952Z | Compiling atty v0.2.14 |
| 2799 | 2026-05-23T04:20:03.113Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2800 | 2026-05-23T04:20:03.329Z | Compiling http-range v0.1.5 |
| 2801 | 2026-05-23T04:20:03.361Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2802 | 2026-05-23T04:20:03.387Z | Compiling indoc v2.0.7 |
| 2803 | 2026-05-23T04:20:03.670Z | Compiling parse-size v1.1.0 |
| 2804 | 2026-05-23T04:20:03.917Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2805 | 2026-05-23T04:20:03.940Z | Compiling compact_str v0.8.1 |
| 2806 | 2026-05-23T04:20:04.457Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2807 | 2026-05-23T04:20:04.536Z | Compiling globwalk v0.9.1 |
| 2808 | 2026-05-23T04:20:04.813Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2809 | 2026-05-23T04:20:05.090Z | Compiling progenitor-impl v0.11.2 |
| 2810 | 2026-05-23T04:20:05.254Z | Compiling parking_lot v0.11.2 |
| 2811 | 2026-05-23T04:20:05.501Z | Compiling slog-envlogger v2.2.0 |
| 2812 | 2026-05-23T04:20:06.420Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2813 | 2026-05-23T04:20:06.975Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2814 | 2026-05-23T04:20:07.005Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2815 | 2026-05-23T04:20:07.256Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2816 | 2026-05-23T04:20:07.488Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2817 | 2026-05-23T04:20:07.765Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2818 | 2026-05-23T04:20:07.947Z | Compiling predicates-tree v1.0.13 |
| 2819 | 2026-05-23T04:20:08.420Z | Compiling unicode-truncate v1.1.0 |
| 2820 | 2026-05-23T04:20:08.638Z | Compiling lru v0.12.5 |
| 2821 | 2026-05-23T04:20:08.768Z | Compiling prefix-trie v0.7.0 |
| 2822 | 2026-05-23T04:20:08.876Z | Compiling rand_seeder v0.4.0 |
| 2823 | 2026-05-23T04:20:09.152Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2824 | 2026-05-23T04:20:09.175Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2825 | 2026-05-23T04:20:09.334Z | Compiling vergen-git2 v9.1.0 |
| 2826 | 2026-05-23T04:20:09.449Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2827 | 2026-05-23T04:20:09.536Z | Compiling corncobs v0.1.4 |
| 2828 | 2026-05-23T04:20:09.572Z | Compiling cassowary v0.3.0 |
| 2829 | 2026-05-23T04:20:09.727Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2830 | 2026-05-23T04:20:09.754Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2831 | 2026-05-23T04:20:09.805Z | Compiling hickory-server v0.25.2 |
| 2832 | 2026-05-23T04:20:10.466Z | Compiling ratatui v0.29.0 |
| 2833 | 2026-05-23T04:20:10.722Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2834 | 2026-05-23T04:20:10.941Z | Compiling camino-tempfile-ext v0.3.3 |
| 2835 | 2026-05-23T04:20:11.037Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-05-23T04:20:11.200Z | Compiling progenitor-macro v0.11.2 |
| 2837 | 2026-05-23T04:20:11.601Z | Compiling hyper-staticfile v0.10.1 |
| 2838 | 2026-05-23T04:20:12.836Z | Compiling sled v0.34.7 |
| 2839 | 2026-05-23T04:20:14.621Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2840 | 2026-05-23T04:20:14.645Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2841 | 2026-05-23T04:20:14.900Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2842 | 2026-05-23T04:20:16.185Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2843 | 2026-05-23T04:20:16.873Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2844 | 2026-05-23T04:20:18.765Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2845 | 2026-05-23T04:20:19.280Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2846 | 2026-05-23T04:20:20.025Z | Compiling git2 v0.20.4 |
| 2847 | 2026-05-23T04:20:20.397Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2848 | 2026-05-23T04:20:20.673Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2849 | 2026-05-23T04:20:20.914Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2850 | 2026-05-23T04:20:21.154Z | Compiling progenitor-client v0.11.2 |
| 2851 | 2026-05-23T04:20:21.434Z | Compiling secrecy v0.8.0 |
| 2852 | 2026-05-23T04:20:21.586Z | Compiling rustls v0.21.12 |
| 2853 | 2026-05-23T04:20:21.644Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2854 | 2026-05-23T04:20:21.853Z | Compiling progenitor v0.11.2 |
| 2855 | 2026-05-23T04:20:22.058Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2856 | 2026-05-23T04:20:22.738Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2857 | 2026-05-23T04:20:22.995Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2858 | 2026-05-23T04:20:23.095Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2859 | 2026-05-23T04:20:23.319Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2860 | 2026-05-23T04:20:23.481Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 2861 | 2026-05-23T04:20:24.838Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2862 | 2026-05-23T04:20:25.492Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2863 | 2026-05-23T04:20:26.522Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2864 | 2026-05-23T04:20:26.622Z | Compiling rustls-webpki v0.101.7 |
| 2865 | 2026-05-23T04:20:26.763Z | Compiling sct v0.7.1 |
| 2866 | 2026-05-23T04:20:27.056Z | Compiling void v1.0.2 |
| 2867 | 2026-05-23T04:20:27.205Z | Compiling lzss v0.8.2 |
| 2868 | 2026-05-23T04:20:27.230Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2869 | 2026-05-23T04:20:27.499Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312) |
| 2870 | 2026-05-23T04:20:28.350Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2871 | 2026-05-23T04:20:29.707Z | Compiling illumos-nvpair v0.3.0 |
| 2872 | 2026-05-23T04:20:30.227Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2873 | 2026-05-23T04:20:30.701Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2874 | 2026-05-23T04:20:30.838Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2875 | 2026-05-23T04:20:30.958Z | Compiling tungstenite v0.23.0 |
| 2876 | 2026-05-23T04:20:30.988Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2877 | 2026-05-23T04:20:31.074Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2878 | 2026-05-23T04:20:31.098Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2879 | 2026-05-23T04:20:31.308Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2880 | 2026-05-23T04:20:31.334Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2881 | 2026-05-23T04:20:31.444Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2882 | 2026-05-23T04:20:31.493Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2883 | 2026-05-23T04:20:31.551Z | Compiling nix v0.27.1 |
| 2884 | 2026-05-23T04:20:31.582Z | Compiling serde_bytes v0.11.19 |
| 2885 | 2026-05-23T04:20:31.799Z | Compiling tokio-tungstenite v0.23.1 |
| 2886 | 2026-05-23T04:20:31.942Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2887 | 2026-05-23T04:20:32.188Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2888 | 2026-05-23T04:20:32.756Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2889 | 2026-05-23T04:20:33.179Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2890 | 2026-05-23T04:20:33.391Z | Compiling tokio-rustls v0.24.1 |
| 2891 | 2026-05-23T04:20:33.417Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2892 | 2026-05-23T04:20:33.685Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2893 | 2026-05-23T04:20:34.112Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2894 | 2026-05-23T04:20:37.256Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2895 | 2026-05-23T04:20:37.714Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2896 | 2026-05-23T04:20:38.919Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2897 | 2026-05-23T04:20:39.144Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2898 | 2026-05-23T04:20:39.730Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2899 | 2026-05-23T04:20:40.419Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2900 | 2026-05-23T04:20:41.180Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2901 | 2026-05-23T04:20:41.208Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2902 | 2026-05-23T04:20:41.211Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2903 | 2026-05-23T04:20:41.662Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2904 | 2026-05-23T04:20:42.151Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2905 | 2026-05-23T04:20:42.197Z | Compiling rustls-pemfile v1.0.4 |
| 2906 | 2026-05-23T04:20:42.627Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2907 | 2026-05-23T04:20:42.945Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2908 | 2026-05-23T04:20:43.681Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2909 | 2026-05-23T04:20:43.917Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2910 | 2026-05-23T04:20:44.113Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2911 | 2026-05-23T04:20:44.937Z | Compiling signal-hook-tokio v0.3.1 |
| 2912 | 2026-05-23T04:20:45.069Z | Compiling twox-hash v2.1.2 |
| 2913 | 2026-05-23T04:20:45.139Z | Compiling yasna v0.5.2 |
| 2914 | 2026-05-23T04:20:45.428Z | Compiling is_ci v1.2.0 |
| 2915 | 2026-05-23T04:20:45.584Z | Compiling supports-color v3.0.2 |
| 2916 | 2026-05-23T04:20:45.671Z | Compiling rcgen v0.12.1 |
| 2917 | 2026-05-23T04:20:45.877Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2918 | 2026-05-23T04:20:46.049Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 2919 | 2026-05-23T04:20:46.322Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2920 | 2026-05-23T04:20:46.345Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2921 | 2026-05-23T04:20:46.669Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2922 | 2026-05-23T04:20:47.529Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2923 | 2026-05-23T04:20:48.433Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2924 | 2026-05-23T04:20:49.623Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2925 | 2026-05-23T04:20:50.106Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2926 | 2026-05-23T04:20:50.172Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2927 | 2026-05-23T04:20:50.420Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2928 | 2026-05-23T04:20:50.661Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2929 | 2026-05-23T04:20:50.796Z | Compiling fatfs v0.3.6 |
| 2930 | 2026-05-23T04:20:50.891Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2931 | 2026-05-23T04:20:51.994Z | Compiling subprocess v0.2.15 |
| 2932 | 2026-05-23T04:20:53.877Z | Compiling rtoolbox v0.0.3 |
| 2933 | 2026-05-23T04:20:54.180Z | Compiling seq-macro v0.3.6 |
| 2934 | 2026-05-23T04:20:54.208Z | Compiling assert_matches v1.5.0 |
| 2935 | 2026-05-23T04:20:54.232Z | Compiling rpassword v7.4.0 |
| 2936 | 2026-05-23T04:20:54.326Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2937 | 2026-05-23T04:20:54.557Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2938 | 2026-05-23T04:20:54.691Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2939 | 2026-05-23T04:20:54.746Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2940 | 2026-05-23T04:20:54.895Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2941 | 2026-05-23T04:20:55.291Z | Compiling tui-tree-widget v0.23.1 |
| 2942 | 2026-05-23T04:20:55.583Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2943 | 2026-05-23T04:20:55.725Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2944 | 2026-05-23T04:20:56.267Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2945 | 2026-05-23T04:20:57.196Z | Compiling uzers v0.12.2 |
| 2946 | 2026-05-23T04:20:58.660Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2947 | 2026-05-23T04:20:58.878Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2948 | 2026-05-23T04:21:00.038Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2949 | 2026-05-23T04:21:00.095Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2950 | 2026-05-23T04:21:03.608Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2951 | 2026-05-23T04:21:04.120Z | Compiling support-bundle-viewer v0.1.2 |
| 2952 | 2026-05-23T04:21:05.845Z | Compiling multimap v0.10.1 |
| 2953 | 2026-05-23T04:21:11.597Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2954 | 2026-05-23T04:21:22.432Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2955 | 2026-05-23T04:21:26.044Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2956 | 2026-05-23T04:21:29.011Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2957 | 2026-05-23T04:27:50.067Z | Finished `release` profile [optimized] target(s) in 8m 59s |
| 2958 | 2026-05-23T04:28:35.442Z | |
| 2959 | 2026-05-23T04:28:35.446Z | real 9:45.941518744 |
| 2960 | 2026-05-23T04:28:35.446Z | user 1:26:00.955735894 |
| 2961 | 2026-05-23T04:28:35.446Z | sys 3:51.292756145 |
| 2962 | 2026-05-23T04:28:35.446Z | trap 1.917336850 |
| 2963 | 2026-05-23T04:28:35.446Z | tflt 2.525816551 |
| 2964 | 2026-05-23T04:28:35.446Z | dflt 16.129596608 |
| 2965 | 2026-05-23T04:28:35.446Z | kflt 0.007886641 |
| 2966 | 2026-05-23T04:28:35.446Z | lock 7:46:15.528258544 |
| 2967 | 2026-05-23T04:28:35.446Z | slp 2:35:07.979104548 |
| 2968 | 2026-05-23T04:28:35.446Z | lat 2:54.667637813 |
| 2969 | 2026-05-23T04:28:35.446Z | stop 6:16.154830996 |
| 2970 | 2026-05-23T04:28:35.446Z | + mapfile -t packages |
| 2971 | 2026-05-23T04:28:35.446Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2972 | 2026-05-23T04:28:36.494Z | Finished `release` profile [optimized] target(s) in 1.04s |
| 2973 | 2026-05-23T04:28:36.560Z | Running `target/release/omicron-package -t test list-outputs` |
| 2974 | 2026-05-23T04:28:36.619Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2975 | 2026-05-23T04:28:36.622Z | + ptime -m cargo build --locked --release -p xtask |
| 2976 | 2026-05-23T04:28:37.206Z | Compiling libc v0.2.185 |
| 2977 | 2026-05-23T04:28:37.207Z | Compiling serde v1.0.228 |
| 2978 | 2026-05-23T04:28:37.207Z | Compiling serde_core v1.0.228 |
| 2979 | 2026-05-23T04:28:37.316Z | Compiling rustix v1.1.3 |
| 2980 | 2026-05-23T04:28:37.321Z | Compiling bitflags v2.11.0 |
| 2981 | 2026-05-23T04:28:37.327Z | Compiling serde_json v1.0.149 |
| 2982 | 2026-05-23T04:28:37.346Z | Compiling num-traits v0.2.19 |
| 2983 | 2026-05-23T04:28:37.353Z | Compiling syn v2.0.117 |
| 2984 | 2026-05-23T04:28:37.365Z | Compiling smallvec v1.15.1 |
| 2985 | 2026-05-23T04:28:37.386Z | Compiling indexmap v2.14.0 |
| 2986 | 2026-05-23T04:28:37.398Z | Compiling usdt-impl v0.5.0 |
| 2987 | 2026-05-23T04:28:37.408Z | Compiling syn v1.0.109 |
| 2988 | 2026-05-23T04:28:37.419Z | Compiling percent-encoding v2.3.2 |
| 2989 | 2026-05-23T04:28:37.423Z | Compiling getrandom v0.4.1 |
| 2990 | 2026-05-23T04:28:37.600Z | Compiling log v0.4.29 |
| 2991 | 2026-05-23T04:28:37.723Z | Compiling form_urlencoded v1.2.2 |
| 2992 | 2026-05-23T04:28:37.822Z | Compiling fs-err v3.3.0 |
| 2993 | 2026-05-23T04:28:37.826Z | Compiling heck v0.4.1 |
| 2994 | 2026-05-23T04:28:37.846Z | Compiling once_cell v1.21.3 |
| 2995 | 2026-05-23T04:28:37.857Z | Compiling anyhow v1.0.102 |
| 2996 | 2026-05-23T04:28:38.065Z | Compiling thread-id v4.2.2 |
| 2997 | 2026-05-23T04:28:38.078Z | Compiling errno v0.3.14 |
| 2998 | 2026-05-23T04:28:38.113Z | Compiling memmap v0.7.0 |
| 2999 | 2026-05-23T04:28:38.373Z | Compiling ordered-float v2.10.1 |
| 3000 | 2026-05-23T04:28:38.894Z | Compiling proc-macro-error v1.0.4 |
| 3001 | 2026-05-23T04:28:39.097Z | Compiling terminal_size v0.4.3 |
| 3002 | 2026-05-23T04:28:39.097Z | Compiling tempfile v3.25.0 |
| 3003 | 2026-05-23T04:28:39.149Z | Compiling tabled_derive v0.7.0 |
| 3004 | 2026-05-23T04:28:39.194Z | Compiling clap_builder v4.6.0 |
| 3005 | 2026-05-23T04:28:39.194Z | Compiling textwrap v0.16.2 |
| 3006 | 2026-05-23T04:28:39.335Z | Compiling camino-tempfile v1.4.1 |
| 3007 | 2026-05-23T04:28:39.831Z | Compiling tabled v0.15.0 |
| 3008 | 2026-05-23T04:28:39.891Z | Compiling synstructure v0.13.2 |
| 3009 | 2026-05-23T04:28:39.891Z | Compiling pest_generator v2.8.6 |
| 3010 | 2026-05-23T04:28:40.282Z | Compiling serde_derive v1.0.228 |
| 3011 | 2026-05-23T04:28:40.288Z | Compiling zerovec-derive v0.11.2 |
| 3012 | 2026-05-23T04:28:40.288Z | Compiling displaydoc v0.2.5 |
| 3013 | 2026-05-23T04:28:40.288Z | Compiling thiserror-impl v1.0.69 |
| 3014 | 2026-05-23T04:28:40.288Z | Compiling zerocopy-derive v0.7.35 |
| 3015 | 2026-05-23T04:28:40.288Z | Compiling scroll_derive v0.12.1 |
| 3016 | 2026-05-23T04:28:40.288Z | Compiling thiserror-impl v2.0.18 |
| 3017 | 2026-05-23T04:28:40.289Z | Compiling clap_derive v4.6.1 |
| 3018 | 2026-05-23T04:28:40.289Z | Compiling zerofrom-derive v0.1.6 |
| 3019 | 2026-05-23T04:28:40.289Z | Compiling yoke-derive v0.8.1 |
| 3020 | 2026-05-23T04:28:40.422Z | Compiling pest_derive v2.8.6 |
| 3021 | 2026-05-23T04:28:41.053Z | Compiling scroll v0.12.0 |
| 3022 | 2026-05-23T04:28:41.191Z | Compiling zerocopy v0.7.35 |
| 3023 | 2026-05-23T04:28:41.384Z | Compiling zerofrom v0.1.6 |
| 3024 | 2026-05-23T04:28:41.398Z | Compiling goblin v0.8.2 |
| 3025 | 2026-05-23T04:28:41.506Z | Compiling thiserror v1.0.69 |
| 3026 | 2026-05-23T04:28:41.533Z | Compiling yoke v0.8.1 |
| 3027 | 2026-05-23T04:28:41.557Z | Compiling thiserror v2.0.18 |
| 3028 | 2026-05-23T04:28:41.603Z | Compiling dtrace-parser v0.2.0 |
| 3029 | 2026-05-23T04:28:41.761Z | Compiling zerovec v0.11.5 |
| 3030 | 2026-05-23T04:28:41.788Z | Compiling zerotrie v0.2.3 |
| 3031 | 2026-05-23T04:28:41.953Z | Compiling clap v4.6.1 |
| 3032 | 2026-05-23T04:28:42.393Z | Compiling tinystr v0.8.2 |
| 3033 | 2026-05-23T04:28:42.635Z | Compiling icu_locale_core v2.1.1 |
| 3034 | 2026-05-23T04:28:43.635Z | Compiling potential_utf v0.1.4 |
| 3035 | 2026-05-23T04:28:43.691Z | Compiling icu_provider v2.1.1 |
| 3036 | 2026-05-23T04:28:43.768Z | Compiling serde_spanned v0.6.9 |
| 3037 | 2026-05-23T04:28:43.840Z | Compiling icu_collections v2.1.1 |
| 3038 | 2026-05-23T04:28:43.860Z | Compiling toml_datetime v0.6.11 |
| 3039 | 2026-05-23T04:28:43.930Z | Compiling serde-value v0.7.0 |
| 3040 | 2026-05-23T04:28:43.947Z | Compiling cargo-platform v0.2.0 |
| 3041 | 2026-05-23T04:28:43.964Z | Compiling macaddr v1.0.1 |
| 3042 | 2026-05-23T04:28:44.056Z | Compiling dof v0.3.0 |
| 3043 | 2026-05-23T04:28:44.129Z | Compiling toml_edit v0.22.27 |
| 3044 | 2026-05-23T04:28:44.272Z | Compiling icu_normalizer v2.1.1 |
| 3045 | 2026-05-23T04:28:44.298Z | Compiling icu_properties v2.1.2 |
| 3046 | 2026-05-23T04:28:44.409Z | Compiling serde_tokenstream v0.2.3 |
| 3047 | 2026-05-23T04:28:45.019Z | Compiling usdt-attr-macro v0.5.0 |
| 3048 | 2026-05-23T04:28:45.059Z | Compiling usdt-macro v0.5.0 |
| 3049 | 2026-05-23T04:28:45.247Z | Compiling idna_adapter v1.2.1 |
| 3050 | 2026-05-23T04:28:45.410Z | Compiling idna v1.1.0 |
| 3051 | 2026-05-23T04:28:45.698Z | Compiling usdt v0.5.0 |
| 3052 | 2026-05-23T04:28:45.752Z | Compiling url v2.5.8 |
| 3053 | 2026-05-23T04:28:45.763Z | Compiling toml v0.8.23 |
| 3054 | 2026-05-23T04:28:46.206Z | Compiling cargo_toml v0.21.0 |
| 3055 | 2026-05-23T04:28:46.263Z | Compiling cargo-util-schemas v0.8.2 |
| 3056 | 2026-05-23T04:28:47.294Z | Compiling cargo_metadata v0.21.0 |
| 3057 | 2026-05-23T04:28:50.317Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3058 | 2026-05-23T04:28:53.337Z | Finished `release` profile [optimized] target(s) in 16.70s |
| 3059 | 2026-05-23T04:28:53.479Z | |
| 3060 | 2026-05-23T04:28:53.483Z | real 16.819625796 |
| 3061 | 2026-05-23T04:28:53.483Z | user 2:23.472747135 |
| 3062 | 2026-05-23T04:28:53.483Z | sys 16.992879651 |
| 3063 | 2026-05-23T04:28:53.483Z | trap 0.103458231 |
| 3064 | 2026-05-23T04:28:53.483Z | tflt 0.472753327 |
| 3065 | 2026-05-23T04:28:53.483Z | dflt 1.593375164 |
| 3066 | 2026-05-23T04:28:53.483Z | kflt 0.000254980 |
| 3067 | 2026-05-23T04:28:53.483Z | lock 5:18.512130249 |
| 3068 | 2026-05-23T04:28:53.483Z | slp 3:27.441330051 |
| 3069 | 2026-05-23T04:28:53.483Z | lat 6.446373027 |
| 3070 | 2026-05-23T04:28:53.483Z | stop 19.502875584 |
| 3071 | 2026-05-23T04:28:53.483Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3072 | 2026-05-23T04:28:53.483Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3073 | 2026-05-23T04:28:53.483Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3074 | 2026-05-23T04:28:53.483Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3075 | 2026-05-23T04:28:53.483Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3076 | 2026-05-23T04:28:54.572Z | Compiling newtype-uuid-macros v0.1.0 |
| 3077 | 2026-05-23T04:28:54.577Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3078 | 2026-05-23T04:28:54.577Z | Compiling debug-ignore v1.0.5 |
| 3079 | 2026-05-23T04:28:54.578Z | Compiling rustls v0.22.4 |
| 3080 | 2026-05-23T04:28:54.754Z | Compiling rustls-webpki v0.102.8 |
| 3081 | 2026-05-23T04:28:54.758Z | Compiling structmeta-derive v0.3.0 |
| 3082 | 2026-05-23T04:28:54.768Z | Compiling multer v3.1.0 |
| 3083 | 2026-05-23T04:28:54.772Z | Compiling match_cfg v0.1.0 |
| 3084 | 2026-05-23T04:28:54.772Z | Compiling compression-core v0.4.31 |
| 3085 | 2026-05-23T04:28:54.772Z | Compiling slog-json v2.6.1 |
| 3086 | 2026-05-23T04:28:54.782Z | Compiling async-stream-impl v0.3.6 |
| 3087 | 2026-05-23T04:28:54.786Z | Compiling serde_spanned v1.0.4 |
| 3088 | 2026-05-23T04:28:54.799Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3089 | 2026-05-23T04:28:54.854Z | Compiling dropshot v0.17.0 |
| 3090 | 2026-05-23T04:28:54.870Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3091 | 2026-05-23T04:28:54.890Z | Compiling waitgroup v0.1.2 |
| 3092 | 2026-05-23T04:28:54.893Z | Compiling rustls-pemfile v2.2.0 |
| 3093 | 2026-05-23T04:28:55.013Z | Compiling compression-codecs v0.4.37 |
| 3094 | 2026-05-23T04:28:55.018Z | Compiling hostname v0.3.1 |
| 3095 | 2026-05-23T04:28:55.069Z | Compiling dropshot_endpoint v0.17.0 |
| 3096 | 2026-05-23T04:28:55.110Z | Compiling hostname v0.4.2 |
| 3097 | 2026-05-23T04:28:55.169Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3098 | 2026-05-23T04:28:55.172Z | Compiling slog-bunyan v2.5.0 |
| 3099 | 2026-05-23T04:28:55.172Z | Compiling serde_path_to_error v0.1.20 |
| 3100 | 2026-05-23T04:28:55.204Z | Compiling async-compression v0.4.41 |
| 3101 | 2026-05-23T04:28:55.242Z | Compiling progenitor-client v0.14.0 |
| 3102 | 2026-05-23T04:28:55.246Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3103 | 2026-05-23T04:28:55.300Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3104 | 2026-05-23T04:28:55.337Z | Compiling itertools v0.14.0 |
| 3105 | 2026-05-23T04:28:55.377Z | Compiling regress v0.10.5 |
| 3106 | 2026-05-23T04:28:55.393Z | Compiling macaddr v1.0.1 |
| 3107 | 2026-05-23T04:28:55.525Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3108 | 2026-05-23T04:28:55.554Z | Compiling progenitor-client v0.13.0 |
| 3109 | 2026-05-23T04:28:55.574Z | Compiling async-stream v0.3.6 |
| 3110 | 2026-05-23T04:28:55.577Z | Compiling instant v0.1.13 |
| 3111 | 2026-05-23T04:28:55.577Z | Compiling backon v1.6.0 |
| 3112 | 2026-05-23T04:28:55.629Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3113 | 2026-05-23T04:28:55.633Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb) |
| 3114 | 2026-05-23T04:28:55.633Z | Compiling humantime v2.3.0 |
| 3115 | 2026-05-23T04:28:55.679Z | Compiling convert_case v0.4.0 |
| 3116 | 2026-05-23T04:28:55.718Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3117 | 2026-05-23T04:28:55.735Z | Compiling backoff v0.4.0 |
| 3118 | 2026-05-23T04:28:55.772Z | Compiling crucible-workspace-hack v0.1.0 |
| 3119 | 2026-05-23T04:28:55.841Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3120 | 2026-05-23T04:28:55.875Z | Compiling structmeta v0.3.0 |
| 3121 | 2026-05-23T04:28:55.893Z | Compiling progenitor-extras v0.2.0 |
| 3122 | 2026-05-23T04:28:55.897Z | Compiling secrecy v0.10.3 |
| 3123 | 2026-05-23T04:28:55.954Z | Compiling universal-hash v0.5.1 |
| 3124 | 2026-05-23T04:28:55.975Z | Compiling opaque-debug v0.3.1 |
| 3125 | 2026-05-23T04:28:56.066Z | Compiling half v2.7.1 |
| 3126 | 2026-05-23T04:28:56.086Z | Compiling derive_more v0.99.20 |
| 3127 | 2026-05-23T04:28:56.109Z | Compiling ciborium-io v0.2.2 |
| 3128 | 2026-05-23T04:28:56.128Z | Compiling aead v0.5.2 |
| 3129 | 2026-05-23T04:28:56.131Z | Compiling derive-ex v0.1.8 |
| 3130 | 2026-05-23T04:28:56.131Z | Compiling parse-display-derive v0.10.0 |
| 3131 | 2026-05-23T04:28:56.131Z | Compiling poly1305 v0.8.0 |
| 3132 | 2026-05-23T04:28:56.202Z | Compiling chacha20 v0.9.1 |
| 3133 | 2026-05-23T04:28:56.206Z | Compiling regress v0.11.1 |
| 3134 | 2026-05-23T04:28:56.206Z | Compiling byte-wrapper v0.1.0 |
| 3135 | 2026-05-23T04:28:56.257Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3136 | 2026-05-23T04:28:56.361Z | Compiling ciborium-ll v0.2.2 |
| 3137 | 2026-05-23T04:28:56.391Z | Compiling unsafe-libyaml v0.2.11 |
| 3138 | 2026-05-23T04:28:56.488Z | Compiling password-hash v0.5.0 |
| 3139 | 2026-05-23T04:28:56.508Z | Compiling blake2 v0.10.6 |
| 3140 | 2026-05-23T04:28:56.570Z | Compiling ciborium v0.2.2 |
| 3141 | 2026-05-23T04:28:56.595Z | Compiling chacha20poly1305 v0.10.1 |
| 3142 | 2026-05-23T04:28:56.613Z | Compiling indent_write v2.2.0 |
| 3143 | 2026-05-23T04:28:56.630Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3144 | 2026-05-23T04:28:56.771Z | Compiling argon2 v0.5.3 |
| 3145 | 2026-05-23T04:28:56.771Z | Compiling num-rational v0.4.2 |
| 3146 | 2026-05-23T04:28:56.895Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3147 | 2026-05-23T04:28:56.913Z | Compiling num-complex v0.4.6 |
| 3148 | 2026-05-23T04:28:56.932Z | Compiling serde_yaml v0.9.34+deprecated |
| 3149 | 2026-05-23T04:28:56.960Z | Compiling heapless v0.8.0 |
| 3150 | 2026-05-23T04:28:57.103Z | Compiling ingot-macros v0.1.1 |
| 3151 | 2026-05-23T04:28:57.167Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3152 | 2026-05-23T04:28:57.185Z | Compiling tokio-rustls v0.25.0 |
| 3153 | 2026-05-23T04:28:57.337Z | Compiling num v0.4.3 |
| 3154 | 2026-05-23T04:28:57.439Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3155 | 2026-05-23T04:28:57.458Z | Compiling proc-macro-crate v3.4.0 |
| 3156 | 2026-05-23T04:28:57.481Z | Compiling atomicwrites v0.4.4 |
| 3157 | 2026-05-23T04:28:57.506Z | Compiling thiserror-no-std v2.0.2 |
| 3158 | 2026-05-23T04:28:57.627Z | Compiling vsss-rs v3.3.4 |
| 3159 | 2026-05-23T04:28:57.704Z | Compiling camino-tempfile v1.4.1 |
| 3160 | 2026-05-23T04:28:57.872Z | Compiling typify-impl v0.6.2 |
| 3161 | 2026-05-23T04:28:57.889Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3162 | 2026-05-23T04:28:57.939Z | Compiling test-strategy v0.4.5 |
| 3163 | 2026-05-23T04:28:57.942Z | Compiling parse-display v0.10.0 |
| 3164 | 2026-05-23T04:28:57.973Z | Compiling hash32 v0.3.1 |
| 3165 | 2026-05-23T04:28:58.002Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3166 | 2026-05-23T04:28:58.022Z | Compiling float-ord v0.3.2 |
| 3167 | 2026-05-23T04:28:58.047Z | Compiling num_enum_derive v0.7.6 |
| 3168 | 2026-05-23T04:28:58.153Z | Compiling smoltcp v0.11.0 |
| 3169 | 2026-05-23T04:28:58.171Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3170 | 2026-05-23T04:28:58.283Z | Compiling tabwriter v1.4.1 |
| 3171 | 2026-05-23T04:28:58.299Z | Compiling cobs v0.3.0 |
| 3172 | 2026-05-23T04:28:58.447Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3173 | 2026-05-23T04:28:58.533Z | Compiling postcard v1.1.3 |
| 3174 | 2026-05-23T04:28:58.550Z | Compiling proc-macro-error v1.0.4 |
| 3175 | 2026-05-23T04:28:58.598Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3176 | 2026-05-23T04:28:58.617Z | Compiling proc-macro-crate v1.3.1 |
| 3177 | 2026-05-23T04:28:58.725Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3178 | 2026-05-23T04:28:58.753Z | Compiling foreign-types-macros v0.2.3 |
| 3179 | 2026-05-23T04:28:58.791Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3180 | 2026-05-23T04:28:58.902Z | Compiling cpufeatures v0.3.0 |
| 3181 | 2026-05-23T04:28:58.921Z | Compiling rayon-core v1.13.0 |
| 3182 | 2026-05-23T04:28:59.004Z | Compiling colored v3.1.1 |
| 3183 | 2026-05-23T04:28:59.024Z | Compiling foreign-types-shared v0.3.1 |
| 3184 | 2026-05-23T04:28:59.076Z | Compiling num_enum_derive v0.5.11 |
| 3185 | 2026-05-23T04:28:59.117Z | Compiling chacha20 v0.10.0 |
| 3186 | 2026-05-23T04:28:59.141Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3187 | 2026-05-23T04:28:59.178Z | Compiling num_enum v0.7.6 |
| 3188 | 2026-05-23T04:28:59.356Z | Compiling crossbeam-deque v0.8.6 |
| 3189 | 2026-05-23T04:28:59.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3190 | 2026-05-23T04:28:59.385Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3191 | 2026-05-23T04:28:59.445Z | Compiling foreign-types v0.5.0 |
| 3192 | 2026-05-23T04:28:59.461Z | Compiling cstr-argument v0.1.2 |
| 3193 | 2026-05-23T04:28:59.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 3194 | 2026-05-23T04:28:59.570Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3195 | 2026-05-23T04:28:59.592Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3196 | 2026-05-23T04:28:59.611Z | Compiling rand v0.10.1 |
| 3197 | 2026-05-23T04:28:59.654Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3198 | 2026-05-23T04:28:59.782Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3199 | 2026-05-23T04:28:59.876Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3200 | 2026-05-23T04:28:59.893Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3201 | 2026-05-23T04:28:59.913Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3202 | 2026-05-23T04:28:59.916Z | Compiling num-derive v0.4.2 |
| 3203 | 2026-05-23T04:29:00.031Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3204 | 2026-05-23T04:29:00.089Z | Compiling ingot-types v0.1.2 |
| 3205 | 2026-05-23T04:29:00.173Z | Compiling winnow v1.0.3 |
| 3206 | 2026-05-23T04:29:00.193Z | Compiling rayon v1.11.0 |
| 3207 | 2026-05-23T04:29:00.213Z | Compiling zone_cfg_derive v0.3.1 |
| 3208 | 2026-05-23T04:29:00.251Z | Compiling num_enum v0.5.11 |
| 3209 | 2026-05-23T04:29:00.269Z | Compiling toml v0.8.23 |
| 3210 | 2026-05-23T04:29:00.294Z | Compiling itertools v0.12.1 |
| 3211 | 2026-05-23T04:29:00.347Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3212 | 2026-05-23T04:29:00.402Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3213 | 2026-05-23T04:29:00.558Z | Compiling ingot v0.1.1 |
| 3214 | 2026-05-23T04:29:00.580Z | Compiling sigpipe v0.1.3 |
| 3215 | 2026-05-23T04:29:00.600Z | Compiling glob v0.3.3 |
| 3216 | 2026-05-23T04:29:00.757Z | Compiling smf v0.2.3 |
| 3217 | 2026-05-23T04:29:00.792Z | Compiling whoami v1.6.1 |
| 3218 | 2026-05-23T04:29:00.938Z | Compiling prettyplease v0.2.37 |
| 3219 | 2026-05-23T04:29:00.956Z | Compiling usdt-attr-macro v0.5.0 |
| 3220 | 2026-05-23T04:29:00.960Z | Compiling usdt-macro v0.5.0 |
| 3221 | 2026-05-23T04:29:01.001Z | Compiling gethostname v0.5.0 |
| 3222 | 2026-05-23T04:29:01.035Z | Compiling derive-where v1.6.0 |
| 3223 | 2026-05-23T04:29:01.053Z | Compiling memmap v0.7.0 |
| 3224 | 2026-05-23T04:29:01.118Z | Compiling resolv-conf v0.7.6 |
| 3225 | 2026-05-23T04:29:01.275Z | Compiling console v0.15.11 |
| 3226 | 2026-05-23T04:29:01.324Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3227 | 2026-05-23T04:29:01.344Z | Compiling newline-converter v0.3.0 |
| 3228 | 2026-05-23T04:29:01.492Z | Compiling zone v0.3.1 |
| 3229 | 2026-05-23T04:29:01.510Z | Compiling cancel-safe-futures v0.1.5 |
| 3230 | 2026-05-23T04:29:01.590Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-05-23T04:29:01.736Z | Compiling expectorate v1.2.0 |
| 3232 | 2026-05-23T04:29:01.783Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3233 | 2026-05-23T04:29:01.807Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3234 | 2026-05-23T04:29:01.825Z | Compiling usdt v0.5.0 |
| 3235 | 2026-05-23T04:29:01.910Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3236 | 2026-05-23T04:29:01.936Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3237 | 2026-05-23T04:29:02.031Z | Compiling libsw-core v0.3.2 |
| 3238 | 2026-05-23T04:29:02.212Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3239 | 2026-05-23T04:29:02.237Z | Compiling libsw v3.5.0 |
| 3240 | 2026-05-23T04:29:02.304Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3241 | 2026-05-23T04:29:02.304Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3242 | 2026-05-23T04:29:02.407Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3243 | 2026-05-23T04:29:02.425Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3244 | 2026-05-23T04:29:02.451Z | Compiling hickory-proto v0.24.4 |
| 3245 | 2026-05-23T04:29:02.469Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3246 | 2026-05-23T04:29:02.488Z | Compiling linear-map v1.2.0 |
| 3247 | 2026-05-23T04:29:02.527Z | Compiling linked-hash-map v0.5.6 |
| 3248 | 2026-05-23T04:29:02.545Z | Compiling minimal-lexical v0.2.1 |
| 3249 | 2026-05-23T04:29:02.598Z | Compiling typify-macro v0.6.2 |
| 3250 | 2026-05-23T04:29:02.702Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3251 | 2026-05-23T04:29:02.719Z | Compiling lru-cache v0.1.2 |
| 3252 | 2026-05-23T04:29:02.737Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3253 | 2026-05-23T04:29:02.757Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3254 | 2026-05-23T04:29:02.780Z | Compiling nom v7.1.3 |
| 3255 | 2026-05-23T04:29:02.833Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3256 | 2026-05-23T04:29:02.855Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3257 | 2026-05-23T04:29:02.880Z | Compiling tokio-dtrace v0.1.1 |
| 3258 | 2026-05-23T04:29:02.964Z | Compiling slog-dtrace v0.3.0 |
| 3259 | 2026-05-23T04:29:03.008Z | Compiling csv-core v0.1.13 |
| 3260 | 2026-05-23T04:29:03.027Z | Compiling tagptr v0.2.0 |
| 3261 | 2026-05-23T04:29:03.159Z | Compiling semver v0.1.20 |
| 3262 | 2026-05-23T04:29:03.188Z | Compiling highway v1.3.0 |
| 3263 | 2026-05-23T04:29:03.224Z | Compiling moka v0.12.13 |
| 3264 | 2026-05-23T04:29:03.253Z | Compiling csv v1.4.0 |
| 3265 | 2026-05-23T04:29:03.271Z | Compiling oxide-tokio-rt v0.1.4 |
| 3266 | 2026-05-23T04:29:03.465Z | Compiling rustc_version v0.1.7 |
| 3267 | 2026-05-23T04:29:03.482Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3268 | 2026-05-23T04:29:03.587Z | Compiling phf_shared v0.12.1 |
| 3269 | 2026-05-23T04:29:03.606Z | Compiling chrono-tz v0.10.4 |
| 3270 | 2026-05-23T04:29:03.610Z | Compiling const_format_proc_macros v0.2.34 |
| 3271 | 2026-05-23T04:29:03.738Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3272 | 2026-05-23T04:29:03.795Z | Compiling phf v0.12.1 |
| 3273 | 2026-05-23T04:29:03.835Z | Compiling newtype_derive v0.1.6 |
| 3274 | 2026-05-23T04:29:03.870Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3275 | 2026-05-23T04:29:03.979Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3276 | 2026-05-23T04:29:04.052Z | Compiling hickory-resolver v0.25.2 |
| 3277 | 2026-05-23T04:29:04.114Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3278 | 2026-05-23T04:29:04.142Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3279 | 2026-05-23T04:29:04.161Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3280 | 2026-05-23T04:29:04.192Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3281 | 2026-05-23T04:29:04.214Z | Compiling num-derive v0.3.3 |
| 3282 | 2026-05-23T04:29:04.439Z | Compiling bcs v0.1.6 |
| 3283 | 2026-05-23T04:29:04.509Z | Compiling typify v0.6.2 |
| 3284 | 2026-05-23T04:29:04.549Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-05-23T04:29:04.607Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3286 | 2026-05-23T04:29:04.660Z | Compiling progenitor-impl v0.14.0 |
| 3287 | 2026-05-23T04:29:04.786Z | Compiling progenitor-impl v0.13.0 |
| 3288 | 2026-05-23T04:29:04.809Z | Compiling hickory-resolver v0.24.4 |
| 3289 | 2026-05-23T04:29:04.828Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3290 | 2026-05-23T04:29:05.173Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3291 | 2026-05-23T04:29:05.250Z | Compiling multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3292 | 2026-05-23T04:29:05.446Z | Compiling const_format v0.2.35 |
| 3293 | 2026-05-23T04:29:05.764Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3294 | 2026-05-23T04:29:05.796Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3295 | 2026-05-23T04:29:05.814Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3296 | 2026-05-23T04:29:06.100Z | Compiling qorb v0.4.1 |
| 3297 | 2026-05-23T04:29:06.226Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3298 | 2026-05-23T04:29:06.247Z | Compiling termtree v0.5.1 |
| 3299 | 2026-05-23T04:29:06.383Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3300 | 2026-05-23T04:29:06.450Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3301 | 2026-05-23T04:29:06.469Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3302 | 2026-05-23T04:29:06.638Z | Compiling libscf-sys v1.1.0 |
| 3303 | 2026-05-23T04:29:06.744Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3304 | 2026-05-23T04:29:06.764Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3305 | 2026-05-23T04:29:06.849Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3306 | 2026-05-23T04:29:07.169Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3307 | 2026-05-23T04:29:07.243Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3308 | 2026-05-23T04:29:07.417Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3309 | 2026-05-23T04:29:07.435Z | Compiling progenitor-macro v0.14.0 |
| 3310 | 2026-05-23T04:29:07.524Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3311 | 2026-05-23T04:29:07.569Z | Compiling progenitor-macro v0.13.0 |
| 3312 | 2026-05-23T04:29:07.610Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3313 | 2026-05-23T04:29:07.685Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3314 | 2026-05-23T04:29:07.851Z | Compiling tabled_derive v0.7.0 |
| 3315 | 2026-05-23T04:29:07.955Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3316 | 2026-05-23T04:29:08.038Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3317 | 2026-05-23T04:29:08.057Z | Compiling textwrap v0.16.2 |
| 3318 | 2026-05-23T04:29:08.121Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3319 | 2026-05-23T04:29:08.206Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3320 | 2026-05-23T04:29:08.234Z | Compiling steno v0.4.1 |
| 3321 | 2026-05-23T04:29:08.254Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3322 | 2026-05-23T04:29:08.374Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3323 | 2026-05-23T04:29:08.478Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3324 | 2026-05-23T04:29:08.501Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3325 | 2026-05-23T04:29:08.531Z | Compiling libefi-sys v0.1.0 |
| 3326 | 2026-05-23T04:29:08.579Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3327 | 2026-05-23T04:29:08.786Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3328 | 2026-05-23T04:29:08.809Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3329 | 2026-05-23T04:29:08.914Z | Compiling tabled v0.15.0 |
| 3330 | 2026-05-23T04:29:08.932Z | Compiling git-stub v1.0.0 |
| 3331 | 2026-05-23T04:29:09.232Z | Compiling bitfield-struct v0.6.2 |
| 3332 | 2026-05-23T04:29:09.376Z | Compiling nom v8.0.0 |
| 3333 | 2026-05-23T04:29:09.497Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3334 | 2026-05-23T04:29:09.603Z | Compiling git-stub-vcs v0.1.0 |
| 3335 | 2026-05-23T04:29:10.014Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3336 | 2026-05-23T04:29:10.063Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3337 | 2026-05-23T04:29:10.316Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3338 | 2026-05-23T04:29:10.348Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3339 | 2026-05-23T04:29:10.427Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3340 | 2026-05-23T04:29:10.487Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3341 | 2026-05-23T04:29:10.565Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3342 | 2026-05-23T04:29:10.601Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3343 | 2026-05-23T04:29:10.629Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3344 | 2026-05-23T04:29:10.759Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3345 | 2026-05-23T04:29:10.799Z | Compiling xshell-macros v0.2.7 |
| 3346 | 2026-05-23T04:29:10.820Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3347 | 2026-05-23T04:29:10.884Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3348 | 2026-05-23T04:29:11.048Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3349 | 2026-05-23T04:29:11.246Z | Compiling xshell v0.2.7 |
| 3350 | 2026-05-23T04:29:11.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3351 | 2026-05-23T04:29:11.414Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3352 | 2026-05-23T04:29:11.469Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3353 | 2026-05-23T04:29:11.556Z | Compiling primeorder v0.13.6 |
| 3354 | 2026-05-23T04:29:11.796Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3355 | 2026-05-23T04:29:11.817Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3356 | 2026-05-23T04:29:11.860Z | Compiling salty v0.3.0 |
| 3357 | 2026-05-23T04:29:11.864Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3358 | 2026-05-23T04:29:11.998Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3359 | 2026-05-23T04:29:12.036Z | Compiling radium v0.7.0 |
| 3360 | 2026-05-23T04:29:12.177Z | Compiling base64 v0.21.7 |
| 3361 | 2026-05-23T04:29:12.357Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3362 | 2026-05-23T04:29:12.569Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3363 | 2026-05-23T04:29:12.588Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3364 | 2026-05-23T04:29:12.676Z | Compiling p384 v0.13.1 |
| 3365 | 2026-05-23T04:29:12.695Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3366 | 2026-05-23T04:29:12.716Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3367 | 2026-05-23T04:29:12.720Z | Compiling progenitor v0.14.0 |
| 3368 | 2026-05-23T04:29:12.809Z | Compiling typify-impl v0.4.3 |
| 3369 | 2026-05-23T04:29:12.845Z | Compiling progenitor v0.13.0 |
| 3370 | 2026-05-23T04:29:12.865Z | Compiling tap v1.0.1 |
| 3371 | 2026-05-23T04:29:12.925Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3372 | 2026-05-23T04:29:12.948Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3373 | 2026-05-23T04:29:13.018Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3374 | 2026-05-23T04:29:13.036Z | Compiling maybe-uninit v2.0.0 |
| 3375 | 2026-05-23T04:29:13.117Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3376 | 2026-05-23T04:29:13.248Z | Compiling wyz v0.5.1 |
| 3377 | 2026-05-23T04:29:13.339Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3378 | 2026-05-23T04:29:13.440Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3379 | 2026-05-23T04:29:13.490Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3380 | 2026-05-23T04:29:13.523Z | Compiling utf-8 v0.7.6 |
| 3381 | 2026-05-23T04:29:13.753Z | Compiling parking_lot_core v0.8.6 |
| 3382 | 2026-05-23T04:29:13.816Z | Compiling funty v2.0.0 |
| 3383 | 2026-05-23T04:29:13.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3384 | 2026-05-23T04:29:14.067Z | Compiling packed_struct v0.10.1 |
| 3385 | 2026-05-23T04:29:14.386Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3386 | 2026-05-23T04:29:14.645Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3387 | 2026-05-23T04:29:14.964Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3388 | 2026-05-23T04:29:15.279Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3389 | 2026-05-23T04:29:15.451Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3390 | 2026-05-23T04:29:15.740Z | Compiling bitvec v1.0.1 |
| 3391 | 2026-05-23T04:29:15.978Z | Compiling proc-macro-error2 v2.0.1 |
| 3392 | 2026-05-23T04:29:15.997Z | Compiling tungstenite v0.21.0 |
| 3393 | 2026-05-23T04:29:16.348Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3394 | 2026-05-23T04:29:16.495Z | Compiling polyval v0.6.2 |
| 3395 | 2026-05-23T04:29:16.623Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3396 | 2026-05-23T04:29:16.781Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3397 | 2026-05-23T04:29:16.841Z | Compiling packed_struct_codegen v0.10.1 |
| 3398 | 2026-05-23T04:29:16.898Z | Compiling zerocopy-derive v0.6.6 |
| 3399 | 2026-05-23T04:29:16.916Z | Compiling bitfield-macros v0.19.4 |
| 3400 | 2026-05-23T04:29:17.145Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3401 | 2026-05-23T04:29:17.265Z | Compiling indexmap v1.9.3 |
| 3402 | 2026-05-23T04:29:17.361Z | Compiling crc-catalog v2.4.0 |
| 3403 | 2026-05-23T04:29:17.486Z | Compiling typify-macro v0.4.3 |
| 3404 | 2026-05-23T04:29:17.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3405 | 2026-05-23T04:29:17.525Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3406 | 2026-05-23T04:29:17.544Z | Compiling nodrop v0.1.14 |
| 3407 | 2026-05-23T04:29:17.684Z | Compiling array-init v0.0.4 |
| 3408 | 2026-05-23T04:29:17.702Z | Compiling bitfield v0.19.4 |
| 3409 | 2026-05-23T04:29:17.754Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3410 | 2026-05-23T04:29:17.830Z | Compiling zerocopy v0.6.6 |
| 3411 | 2026-05-23T04:29:17.833Z | Compiling crc v3.4.0 |
| 3412 | 2026-05-23T04:29:17.867Z | Compiling ghash v0.5.1 |
| 3413 | 2026-05-23T04:29:17.870Z | Compiling tokio-tungstenite v0.21.0 |
| 3414 | 2026-05-23T04:29:18.038Z | Compiling tabled_derive v0.11.0 |
| 3415 | 2026-05-23T04:29:18.066Z | Compiling smallvec v0.6.14 |
| 3416 | 2026-05-23T04:29:18.212Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3417 | 2026-05-23T04:29:18.235Z | Compiling papergrid v0.17.0 |
| 3418 | 2026-05-23T04:29:18.295Z | Compiling testing_table v0.3.0 |
| 3419 | 2026-05-23T04:29:18.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3420 | 2026-05-23T04:29:18.345Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3421 | 2026-05-23T04:29:18.364Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3422 | 2026-05-23T04:29:18.436Z | Compiling ctr v0.9.2 |
| 3423 | 2026-05-23T04:29:18.497Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3424 | 2026-05-23T04:29:18.516Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3425 | 2026-05-23T04:29:18.537Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3426 | 2026-05-23T04:29:18.619Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3427 | 2026-05-23T04:29:18.645Z | Compiling corncobs v0.1.4 |
| 3428 | 2026-05-23T04:29:18.677Z | Compiling hashbrown v0.12.3 |
| 3429 | 2026-05-23T04:29:18.696Z | Compiling unicase v2.9.0 |
| 3430 | 2026-05-23T04:29:18.716Z | Compiling aes-gcm v0.10.3 |
| 3431 | 2026-05-23T04:29:18.796Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3432 | 2026-05-23T04:29:18.845Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3433 | 2026-05-23T04:29:18.886Z | Compiling parking_lot v0.11.2 |
| 3434 | 2026-05-23T04:29:18.925Z | Compiling serde-hex v0.1.0 |
| 3435 | 2026-05-23T04:29:18.943Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3436 | 2026-05-23T04:29:18.947Z | Compiling mime_guess v2.0.5 |
| 3437 | 2026-05-23T04:29:19.183Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3438 | 2026-05-23T04:29:19.209Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3439 | 2026-05-23T04:29:19.227Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3440 | 2026-05-23T04:29:19.311Z | Compiling tabled v0.20.0 |
| 3441 | 2026-05-23T04:29:19.362Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3442 | 2026-05-23T04:29:19.385Z | Compiling typify v0.4.3 |
| 3443 | 2026-05-23T04:29:19.419Z | Compiling ron v0.8.1 |
| 3444 | 2026-05-23T04:29:19.443Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3445 | 2026-05-23T04:29:19.532Z | Compiling progenitor-impl v0.11.2 |
| 3446 | 2026-05-23T04:29:19.604Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3447 | 2026-05-23T04:29:19.645Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3448 | 2026-05-23T04:29:19.768Z | Compiling progenitor-client v0.11.2 |
| 3449 | 2026-05-23T04:29:19.899Z | Compiling hashbrown v0.13.2 |
| 3450 | 2026-05-23T04:29:20.033Z | Compiling prefix-trie v0.7.0 |
| 3451 | 2026-05-23T04:29:20.055Z | Compiling blowfish v0.9.1 |
| 3452 | 2026-05-23T04:29:20.106Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3453 | 2026-05-23T04:29:20.148Z | Compiling ssh-encoding v0.2.0 |
| 3454 | 2026-05-23T04:29:20.316Z | Compiling fxhash v0.2.1 |
| 3455 | 2026-05-23T04:29:20.346Z | Compiling secrecy v0.8.0 |
| 3456 | 2026-05-23T04:29:20.451Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3457 | 2026-05-23T04:29:20.451Z | Compiling crc-any v2.5.0 |
| 3458 | 2026-05-23T04:29:20.490Z | Compiling sled v0.34.7 |
| 3459 | 2026-05-23T04:29:20.509Z | Compiling hickory-server v0.25.2 |
| 3460 | 2026-05-23T04:29:20.547Z | Compiling ssh-cipher v0.2.0 |
| 3461 | 2026-05-23T04:29:20.697Z | Compiling object v0.30.4 |
| 3462 | 2026-05-23T04:29:20.739Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3463 | 2026-05-23T04:29:20.765Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3464 | 2026-05-23T04:29:20.802Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3465 | 2026-05-23T04:29:20.826Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3466 | 2026-05-23T04:29:21.150Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3467 | 2026-05-23T04:29:21.204Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3468 | 2026-05-23T04:29:21.237Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3469 | 2026-05-23T04:29:21.325Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3470 | 2026-05-23T04:29:21.344Z | Compiling password-hash v0.4.2 |
| 3471 | 2026-05-23T04:29:21.623Z | Compiling http-range v0.1.5 |
| 3472 | 2026-05-23T04:29:21.785Z | Compiling crc8 v0.1.1 |
| 3473 | 2026-05-23T04:29:21.822Z | Compiling half v1.8.3 |
| 3474 | 2026-05-23T04:29:21.854Z | Compiling path-slash v0.1.5 |
| 3475 | 2026-05-23T04:29:21.896Z | Compiling pbkdf2 v0.11.0 |
| 3476 | 2026-05-23T04:29:21.943Z | Compiling illumos-nvpair v0.3.0 |
| 3477 | 2026-05-23T04:29:22.039Z | Compiling serde_cbor v0.11.2 |
| 3478 | 2026-05-23T04:29:22.148Z | Compiling ssh-key v0.6.7 |
| 3479 | 2026-05-23T04:29:22.307Z | Compiling progenitor-macro v0.11.2 |
| 3480 | 2026-05-23T04:29:22.326Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3481 | 2026-05-23T04:29:22.481Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3482 | 2026-05-23T04:29:22.484Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3483 | 2026-05-23T04:29:22.550Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3484 | 2026-05-23T04:29:22.569Z | Compiling p521 v0.13.3 |
| 3485 | 2026-05-23T04:29:22.619Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3486 | 2026-05-23T04:29:22.664Z | Compiling p256 v0.13.2 |
| 3487 | 2026-05-23T04:29:22.846Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3488 | 2026-05-23T04:29:23.054Z | Compiling yasna v0.5.2 |
| 3489 | 2026-05-23T04:29:23.076Z | Compiling kstat-rs v0.2.4 |
| 3490 | 2026-05-23T04:29:23.105Z | Compiling headers-core v0.3.0 |
| 3491 | 2026-05-23T04:29:23.264Z | Compiling nanorand v0.7.0 |
| 3492 | 2026-05-23T04:29:23.418Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3493 | 2026-05-23T04:29:23.421Z | Compiling atty v0.2.14 |
| 3494 | 2026-05-23T04:29:23.556Z | Compiling russh-cryptovec v0.7.3 |
| 3495 | 2026-05-23T04:29:23.593Z | Compiling md5 v0.7.0 |
| 3496 | 2026-05-23T04:29:23.612Z | Compiling home v0.5.12 |
| 3497 | 2026-05-23T04:29:23.637Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 3498 | 2026-05-23T04:29:23.731Z | Compiling rcgen v0.12.1 |
| 3499 | 2026-05-23T04:29:23.751Z | Compiling flume v0.11.1 |
| 3500 | 2026-05-23T04:29:23.770Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3501 | 2026-05-23T04:29:23.790Z | Compiling russh-keys v0.45.0 |
| 3502 | 2026-05-23T04:29:23.810Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3503 | 2026-05-23T04:29:23.862Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3504 | 2026-05-23T04:29:23.906Z | Compiling headers v0.4.1 |
| 3505 | 2026-05-23T04:29:24.049Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3506 | 2026-05-23T04:29:24.109Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3507 | 2026-05-23T04:29:24.219Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3508 | 2026-05-23T04:29:24.312Z | Compiling hyper-staticfile v0.10.1 |
| 3509 | 2026-05-23T04:29:24.599Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3510 | 2026-05-23T04:29:24.672Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3511 | 2026-05-23T04:29:24.736Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3512 | 2026-05-23T04:29:24.878Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3513 | 2026-05-23T04:29:25.015Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3514 | 2026-05-23T04:29:25.050Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3515 | 2026-05-23T04:29:25.213Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3516 | 2026-05-23T04:29:25.252Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3517 | 2026-05-23T04:29:25.359Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3518 | 2026-05-23T04:29:25.434Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 3519 | 2026-05-23T04:29:25.455Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3520 | 2026-05-23T04:29:25.615Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3521 | 2026-05-23T04:29:25.700Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3522 | 2026-05-23T04:29:25.878Z | Compiling num-bigint v0.4.6 |
| 3523 | 2026-05-23T04:29:25.965Z | Compiling des v0.8.1 |
| 3524 | 2026-05-23T04:29:26.036Z | Compiling subprocess v0.2.15 |
| 3525 | 2026-05-23T04:29:26.110Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3526 | 2026-05-23T04:29:26.198Z | Compiling hex-literal v0.4.1 |
| 3527 | 2026-05-23T04:29:26.241Z | Compiling display-error-chain v0.2.2 |
| 3528 | 2026-05-23T04:29:26.288Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3529 | 2026-05-23T04:29:26.356Z | Compiling colored v2.2.0 |
| 3530 | 2026-05-23T04:29:26.419Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3531 | 2026-05-23T04:29:26.456Z | Compiling socket2 v0.5.10 |
| 3532 | 2026-05-23T04:29:26.586Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3533 | 2026-05-23T04:29:26.700Z | Compiling internet-checksum v0.2.1 |
| 3534 | 2026-05-23T04:29:27.046Z | Compiling russh v0.45.0 |
| 3535 | 2026-05-23T04:29:27.330Z | Compiling progenitor v0.11.2 |
| 3536 | 2026-05-23T04:29:27.523Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3537 | 2026-05-23T04:29:27.861Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3538 | 2026-05-23T04:29:36.144Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3539 | 2026-05-23T04:29:37.864Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e) |
| 3540 | 2026-05-23T04:29:38.809Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3541 | 2026-05-23T04:29:39.587Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586) |
| 3542 | 2026-05-23T04:29:43.019Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3543 | 2026-05-23T04:29:43.019Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3544 | 2026-05-23T04:29:52.132Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3545 | 2026-05-23T04:30:00.071Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3546 | 2026-05-23T04:30:00.071Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3547 | 2026-05-23T04:30:00.074Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3548 | 2026-05-23T04:30:00.074Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3549 | 2026-05-23T04:30:01.967Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3550 | 2026-05-23T04:30:01.985Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3551 | 2026-05-23T04:30:06.132Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3552 | 2026-05-23T04:30:47.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s |
| 3553 | 2026-05-23T04:30:47.901Z | |
| 3554 | 2026-05-23T04:30:47.902Z | real 1:54.348658372 |
| 3555 | 2026-05-23T04:30:47.902Z | user 9:56.215580998 |
| 3556 | 2026-05-23T04:30:47.902Z | sys 1:59.753988555 |
| 3557 | 2026-05-23T04:30:47.902Z | trap 0.287022633 |
| 3558 | 2026-05-23T04:30:47.902Z | tflt 0.623932846 |
| 3559 | 2026-05-23T04:30:47.902Z | dflt 1.912653596 |
| 3560 | 2026-05-23T04:30:47.905Z | kflt 0.000322200 |
| 3561 | 2026-05-23T04:30:47.905Z | lock 35:09.655395572 |
| 3562 | 2026-05-23T04:30:47.905Z | slp 23:13.615323065 |
| 3563 | 2026-05-23T04:30:47.905Z | lat 48.237861797 |
| 3564 | 2026-05-23T04:30:47.905Z | stop 3:14.385158201 |
| 3565 | 2026-05-23T04:30:47.906Z | + mkdir tests |
| 3566 | 2026-05-23T04:30:47.909Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3567 | 2026-05-23T04:30:47.909Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3568 | 2026-05-23T04:30:47.935Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85e40334926c46ad tests/ |
| 3569 | 2026-05-23T04:30:47.963Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c70e305577d967b3 tests/ |
| 3570 | 2026-05-23T04:30:47.991Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-59952709818800a3 tests/ |
| 3571 | 2026-05-23T04:30:48.021Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b4b57610ae888373 tests/ |
| 3572 | 2026-05-23T04:30:48.390Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3573 | 2026-05-23T04:30:48.394Z | + 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-c70e305577d967b3 tests/commtest-59952709818800a3 tests/dhcp_server-85e40334926c46ad tests/end_to_end_tests-b4b57610ae888373 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3574 | 2026-05-23T04:32:13.106Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3575 | 2026-05-23T04:32:13.106Z | a .github/buildomat/ci-env.sh 1K |
| 3576 | 2026-05-23T04:32:13.106Z | a out/target/test 1K |
| 3577 | 2026-05-23T04:32:13.106Z | a out/npuzone/npuzone 31102K |
| 3578 | 2026-05-23T04:32:13.106Z | a package-manifest.toml 35K |
| 3579 | 2026-05-23T04:32:13.106Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3580 | 2026-05-23T04:32:13.106Z | a target/release/omicron-package 45110K |
| 3581 | 2026-05-23T04:32:13.106Z | a target/release/xtask 11453K |
| 3582 | 2026-05-23T04:32:13.106Z | a target/debug/bootstrap 402933K |
| 3583 | 2026-05-23T04:32:13.106Z | a tests/bootstrap-c70e305577d967b3 31215K |
| 3584 | 2026-05-23T04:32:13.106Z | a tests/commtest-59952709818800a3 32300K |
| 3585 | 2026-05-23T04:32:13.106Z | a tests/dhcp_server-85e40334926c46ad 31215K |
| 3586 | 2026-05-23T04:32:13.106Z | a tests/end_to_end_tests-b4b57610ae888373 479271K |
| 3587 | 2026-05-23T04:32:13.107Z | a tools/opte_version 1K |
| 3588 | 2026-05-23T04:32:13.107Z | a tools/opte_version_override 2K |
| 3589 | 2026-05-23T04:32:13.107Z | a out/clickhouse.tar.gz 320948K |
| 3590 | 2026-05-23T04:32:13.107Z | a out/clickhouse_keeper.tar.gz 306023K |
| 3591 | 2026-05-23T04:32:13.107Z | a out/clickhouse_server.tar.gz 320945K |
| 3592 | 2026-05-23T04:32:13.107Z | a out/cockroachdb.tar.gz 165583K |
| 3593 | 2026-05-23T04:32:13.107Z | a out/crucible-pantry-zone.tar.gz 46438K |
| 3594 | 2026-05-23T04:32:13.107Z | a out/crucible-utils.tar 16342K |
| 3595 | 2026-05-23T04:32:13.107Z | a out/crucible-zone.tar.gz 62465K |
| 3596 | 2026-05-23T04:32:13.107Z | a out/external-dns.tar.gz 50181K |
| 3597 | 2026-05-23T04:32:13.107Z | a out/internal-dns.tar.gz 50180K |
| 3598 | 2026-05-23T04:32:13.107Z | a out/mg-ddm-gz.tar 103603K |
| 3599 | 2026-05-23T04:32:13.107Z | a out/nexus.tar.gz 243726K |
| 3600 | 2026-05-23T04:32:13.107Z | a out/ntp.tar.gz 32263K |
| 3601 | 2026-05-23T04:32:13.107Z | a out/omicron-gateway-softnpu.tar.gz 33772K |
| 3602 | 2026-05-23T04:32:13.107Z | a out/omicron-sled-agent.tar 227001K |
| 3603 | 2026-05-23T04:32:13.107Z | a out/overlay.tar.gz 3K |
| 3604 | 2026-05-23T04:32:13.107Z | a out/oximeter.tar.gz 75637K |
| 3605 | 2026-05-23T04:32:13.107Z | a out/oxlog.tar 3782K |
| 3606 | 2026-05-23T04:32:13.107Z | a out/probe.tar.gz 1390K |
| 3607 | 2026-05-23T04:32:13.107Z | a out/propolis-server.tar.gz 34911K |
| 3608 | 2026-05-23T04:32:13.107Z | a out/pumpkind-gz.tar 26647K |
| 3609 | 2026-05-23T04:32:13.107Z | a out/switch-softnpu.tar.gz 420670K |
| 3610 | 2026-05-23T04:32:13.111Z | |
| 3611 | 2026-05-23T04:32:13.111Z | real 1:24.712601770 |
| 3612 | 2026-05-23T04:32:13.111Z | user 1:21.906578045 |
| 3613 | 2026-05-23T04:32:13.111Z | sys 4.695152347 |
| 3614 | 2026-05-23T04:32:13.111Z | trap 0.007391864 |
| 3615 | 2026-05-23T04:32:13.111Z | tflt 0.000000000 |
| 3616 | 2026-05-23T04:32:13.111Z | dflt 0.000000000 |
| 3617 | 2026-05-23T04:32:13.111Z | kflt 0.000000000 |
| 3618 | 2026-05-23T04:32:13.111Z | lock 0.000000000 |
| 3619 | 2026-05-23T04:32:13.111Z | slp 1:21.716233201 |
| 3620 | 2026-05-23T04:32:13.111Z | lat 1.094911777 |
| 3621 | 2026-05-23T04:32:13.111Z | stop 0.000179060 |
| 3622 | 2026-05-23T04:32:13.111Z | process exited: duration 1034652 ms, exit code 0 |
| |
| 3623 | 2026-05-23T04:32:13.127Z | found 1 output files |
| 3624 | 2026-05-23T04:32:13.141Z | uploading: /work/package.tar.gz (2550081668 bytes) |
| 3625 | 2026-05-23T04:32:41.641Z | uploaded: /work/package.tar.gz |