|
|
|
| 1 | 2026-07-04T15:01:13.165Z | job assigned to worker 01KWPTAD884W3J3KMVQJS5F3JR [factory aws, i-0fe2df1b497687207] (queued for 53 s) |
| |
| 2 | 2026-07-04T15:01:20.614Z | starting task 0: "setup" |
| 3 | 2026-07-04T15:01:20.619Z | ++ uname -s |
| 4 | 2026-07-04T15:01:20.622Z | + kern=SunOS |
| 5 | 2026-07-04T15:01:20.622Z | + build_user=build |
| 6 | 2026-07-04T15:01:20.622Z | + build_uid=12345 |
| 7 | 2026-07-04T15:01:20.622Z | + work_dir=/work |
| 8 | 2026-07-04T15:01:20.622Z | + input_dir=/input |
| 9 | 2026-07-04T15:01:20.622Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-04T15:01:20.622Z | + case "$kern" in |
| 11 | 2026-07-04T15:01:20.622Z | + groupadd -g 12345 build |
| 12 | 2026-07-04T15:01:20.625Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-04T15:01:22.631Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-04T15:01:22.755Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-04T15:01:22.758Z | + home_fs=zfs |
| 16 | 2026-07-04T15:01:22.758Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-04T15:01:22.758Z | + mkdir -p /home/build |
| 18 | 2026-07-04T15:01:22.758Z | + chown build:build /home/build /work |
| 19 | 2026-07-04T15:01:23.761Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-04T15:01:23.764Z | process exited: duration 3151 ms, exit code 0 |
| |
| 21 | 2026-07-04T15:01:23.771Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-04T15:01:23.776Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-04T15:01:23.776Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-04T15:01:23.776Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-04T15:01:23.776Z | * rust toolchain profile = "default" |
| 26 | 2026-07-04T15:01:23.776Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-04T15:01:23.776Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-04T15:01:23.780Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-04T15:01:23.780Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-04T15:01:23.886Z | info: downloading installer |
| 31 | 2026-07-04T15:01:25.520Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-04T15:01:25.520Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-04T15:01:25.520Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-04T15:01:25.520Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-04T15:01:25.531Z | info: profile set to default |
| 36 | 2026-07-04T15:01:25.531Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-04T15:01:25.534Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-04T15:01:25.689Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-04T15:01:25.692Z | info: downloading 6 components |
| 40 | 2026-07-04T15:01:42.644Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-04T15:01:42.645Z | |
| 42 | 2026-07-04T15:01:42.671Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-04T15:01:42.671Z | |
| 44 | 2026-07-04T15:01:42.671Z | |
| 45 | 2026-07-04T15:01:42.671Z | Rust is installed now. Great! |
| 46 | 2026-07-04T15:01:42.671Z | |
| 47 | 2026-07-04T15:01:42.671Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-04T15:01:42.672Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-04T15:01:42.672Z | |
| 50 | 2026-07-04T15:01:42.672Z | To configure your current shell, you need to source |
| 51 | 2026-07-04T15:01:42.672Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-04T15:01:42.672Z | |
| 53 | 2026-07-04T15:01:42.672Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-04T15:01:42.675Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-04T15:01:42.675Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-04T15:01:42.675Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-04T15:01:42.675Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-04T15:01:42.675Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-04T15:01:42.676Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-04T15:01:42.676Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-04T15:01:42.676Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-04T15:01:42.789Z | + rustup --version |
| 63 | 2026-07-04T15:01:42.795Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-04T15:01:42.795Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-04T15:01:42.816Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-04T15:01:42.819Z | + cargo --version |
| 67 | 2026-07-04T15:01:42.827Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-04T15:01:42.830Z | + rustc --version |
| 69 | 2026-07-04T15:01:42.851Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-04T15:01:42.855Z | process exited: duration 19083 ms, exit code 0 |
| |
| 71 | 2026-07-04T15:01:42.861Z | starting task 2: "authentication" |
| 72 | 2026-07-04T15:01:42.879Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-04T15:01:42.887Z | starting task 3: "clone repository" |
| 74 | 2026-07-04T15:01:42.890Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-04T15:01:42.894Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-04T15:01:42.926Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-04T15:01:54.448Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-04T15:01:54.448Z | + git fetch origin 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 |
| 79 | 2026-07-04T15:01:54.740Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-04T15:01:54.740Z | * branch 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 -> FETCH_HEAD |
| 81 | 2026-07-04T15:01:54.755Z | + [[ -n bgp-results-page ]] |
| 82 | 2026-07-04T15:01:54.758Z | ++ git branch --show-current |
| 83 | 2026-07-04T15:01:54.761Z | + current=main |
| 84 | 2026-07-04T15:01:54.761Z | + [[ main != bgp-results-page ]] |
| 85 | 2026-07-04T15:01:54.761Z | + git branch -f bgp-results-page 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 |
| 86 | 2026-07-04T15:01:54.763Z | + git checkout -f bgp-results-page |
| 87 | 2026-07-04T15:01:55.012Z | Switched to branch 'bgp-results-page' |
| 88 | 2026-07-04T15:01:55.017Z | + git reset --hard 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 |
| 89 | 2026-07-04T15:01:55.037Z | HEAD is now at 1f2971ad5 bgp_announce_set_list: return ResultsPage |
| 90 | 2026-07-04T15:01:55.041Z | process exited: duration 12153 ms, exit code 0 |
| |
| 91 | 2026-07-04T15:01:55.048Z | starting task 4: "build" |
| 92 | 2026-07-04T15:01:55.053Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-04T15:01:55.056Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-04T15:01:55.056Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-04T15:01:55.056Z | +++ uname -s |
| 96 | 2026-07-04T15:01:55.056Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-04T15:01:55.056Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-04T15:01:55.059Z | + cargo --version |
| 99 | 2026-07-04T15:01:55.069Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-04T15:01:55.072Z | + rustc --version |
| 101 | 2026-07-04T15:01:55.092Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-04T15:01:55.096Z | + WORK=/work |
| 103 | 2026-07-04T15:01:55.096Z | + pfexec mkdir -p /work |
| 104 | 2026-07-04T15:01:55.099Z | + pfexec chown build /work |
| 105 | 2026-07-04T15:01:55.102Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-04T15:01:56.700Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-04T15:01:56.809Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-04T15:01:57.305Z | Planning: Solver setup ... Done (0.442s) |
| 109 | 2026-07-04T15:01:57.332Z | Planning: Running solver ... Done (0.027s) |
| 110 | 2026-07-04T15:01:57.343Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-04T15:01:57.354Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-04T15:01:57.371Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-04T15:01:57.384Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-07-04T15:01:57.387Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-04T15:01:57.548Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 116 | 2026-07-04T15:01:57.551Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-04T15:01:58.398Z | Planning: Evaluating mediators ... Done (0.849s) |
| 118 | 2026-07-04T15:01:58.401Z | Planning: Planning completed in 1.57 seconds |
| 119 | 2026-07-04T15:01:58.408Z | Packages to install: 2 |
| 120 | 2026-07-04T15:01:58.408Z | Estimated space available: 156.07 GB |
| 121 | 2026-07-04T15:01:58.408Z | Estimated space to be consumed: 30.98 MB |
| 122 | 2026-07-04T15:01:58.408Z | Create boot environment: No |
| 123 | 2026-07-04T15:01:58.408Z | Create backup boot environment: No |
| 124 | 2026-07-04T15:01:58.408Z | Rebuild boot archive: No |
| 125 | 2026-07-04T15:01:58.408Z | |
| 126 | 2026-07-04T15:01:58.412Z | Changed packages: |
| 127 | 2026-07-04T15:01:58.412Z | helios |
| 128 | 2026-07-04T15:01:58.412Z | developer/build-essential |
| 129 | 2026-07-04T15:01:58.412Z | None -> 11-3.0 |
| 130 | 2026-07-04T15:01:58.412Z | library/libxmlsec1 |
| 131 | 2026-07-04T15:01:58.412Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-04T15:01:58.435Z | |
| 133 | 2026-07-04T15:01:58.435Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-04T15:01:58.918Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 135 | 2026-07-04T15:01:59.038Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-04T15:01:59.080Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-04T15:01:59.089Z | Finalize: Updating package state database ... Done (0.011s) |
| 138 | 2026-07-04T15:01:59.092Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-04T15:01:59.118Z | Finalize: Updating image state ... Done (0.029s) |
| 140 | 2026-07-04T15:02:01.708Z | Finalize: Creating fast lookup database ... Done (2.563s) |
| 141 | 2026-07-04T15:02:01.779Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-04T15:02:01.783Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-04T15:02:01.870Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-04T15:02:02.186Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-04T15:02:02.293Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-04T15:02:02.295Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-04T15:02:02.449Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-04T15:02:02.452Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-04T15:02:02.472Z | Mediators to change: 2 |
| 150 | 2026-07-04T15:02:02.475Z | Create boot environment: No |
| 151 | 2026-07-04T15:02:02.475Z | Create backup boot environment: No |
| 152 | 2026-07-04T15:02:02.547Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-04T15:02:02.547Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-04T15:02:02.562Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-04T15:02:04.505Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-04T15:02:04.568Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-04T15:02:04.573Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-04T15:02:04.673Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-04T15:02:04.957Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-04T15:02:05.062Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-04T15:02:05.065Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-04T15:02:05.218Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-04T15:02:05.221Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-04T15:02:05.243Z | Mediators to change: 1 |
| 165 | 2026-07-04T15:02:05.243Z | Create boot environment: No |
| 166 | 2026-07-04T15:02:05.243Z | Create backup boot environment: No |
| 167 | 2026-07-04T15:02:05.302Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-04T15:02:05.302Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-04T15:02:05.316Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-04T15:02:07.269Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-04T15:02:07.335Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-04T15:02:07.338Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-04T15:02:07.413Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-04T15:02:07.725Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-04T15:02:07.725Z | apache system 2.4 system |
| 176 | 2026-07-04T15:02:07.725Z | clang system 15 system |
| 177 | 2026-07-04T15:02:07.725Z | csh system system illumos |
| 178 | 2026-07-04T15:02:07.725Z | ctags system system illumos |
| 179 | 2026-07-04T15:02:07.725Z | file vendor vendor darwinsys |
| 180 | 2026-07-04T15:02:07.725Z | file system system illumos |
| 181 | 2026-07-04T15:02:07.725Z | gcc vendor 14 vendor |
| 182 | 2026-07-04T15:02:07.725Z | gcc system 13 system |
| 183 | 2026-07-04T15:02:07.725Z | gcc system 10 system |
| 184 | 2026-07-04T15:02:07.725Z | go system 1.25 system |
| 185 | 2026-07-04T15:02:07.725Z | llvm system 15 system |
| 186 | 2026-07-04T15:02:07.725Z | mariadb system 11.4 system |
| 187 | 2026-07-04T15:02:07.725Z | mta vendor vendor dma |
| 188 | 2026-07-04T15:02:07.725Z | openjdk system 17 system |
| 189 | 2026-07-04T15:02:07.725Z | openjdk system 11 system |
| 190 | 2026-07-04T15:02:07.725Z | openssl vendor 3 vendor |
| 191 | 2026-07-04T15:02:07.725Z | perl system 5.40 system |
| 192 | 2026-07-04T15:02:07.725Z | postgresql system 18 system |
| 193 | 2026-07-04T15:02:07.725Z | postgresql system 17 system |
| 194 | 2026-07-04T15:02:07.725Z | python vendor 3 vendor |
| 195 | 2026-07-04T15:02:07.725Z | python system 2 system |
| 196 | 2026-07-04T15:02:07.725Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-04T15:02:07.726Z | ruby system 3.4 system |
| 198 | 2026-07-04T15:02:07.726Z | ruby system 3.0 system |
| 199 | 2026-07-04T15:02:07.726Z | words vendor vendor american-english |
| 200 | 2026-07-04T15:02:07.726Z | words system system australian-english |
| 201 | 2026-07-04T15:02:07.726Z | words system system british-english |
| 202 | 2026-07-04T15:02:07.726Z | words system system canadian-english |
| 203 | 2026-07-04T15:02:07.726Z | words system system french |
| 204 | 2026-07-04T15:02:07.726Z | words system system italian |
| 205 | 2026-07-04T15:02:07.726Z | words system system ngerman |
| 206 | 2026-07-04T15:02:07.726Z | words system system ogerman |
| 207 | 2026-07-04T15:02:07.726Z | words system system spanish |
| 208 | 2026-07-04T15:02:07.977Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-04T15:02:07.977Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-04T15:02:08.277Z | FMRI IFO |
| 211 | 2026-07-04T15:02:08.277Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-04T15:02:08.277Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-04T15:02:08.278Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-04T15:02:08.278Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-04T15:02:08.278Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-04T15:02:08.278Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-04T15:02:08.278Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-04T15:02:08.278Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-04T15:02:08.278Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-04T15:02:08.529Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-04T15:02:08.782Z | Updating crates.io index |
| 222 | 2026-07-04T15:02:08.785Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-04T15:02:09.013Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-04T15:02:09.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-04T15:02:10.208Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-04T15:02:10.697Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-04T15:02:12.614Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-04T15:02:13.338Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-04T15:02:13.574Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-04T15:02:13.879Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-04T15:02:14.881Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-04T15:02:15.120Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-04T15:02:15.398Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-04T15:02:15.670Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-04T15:02:16.065Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-04T15:02:16.503Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-04T15:02:16.709Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-04T15:02:16.928Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-04T15:02:17.139Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-04T15:02:17.397Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-04T15:02:17.768Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-04T15:02:17.975Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-04T15:02:18.209Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-04T15:02:18.553Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-04T15:02:18.852Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-04T15:02:19.101Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-04T15:02:19.491Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-04T15:02:19.847Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-04T15:02:20.294Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-04T15:02:20.521Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-04T15:02:20.740Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-04T15:02:21.046Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-04T15:02:21.373Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-04T15:02:21.577Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-04T15:02:21.819Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-04T15:02:22.043Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-04T15:02:22.288Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-04T15:02:22.548Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-04T15:02:22.794Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-04T15:02:23.038Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-04T15:02:23.255Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-04T15:02:25.918Z | Downloading crates ... |
| 263 | 2026-07-04T15:02:25.974Z | Downloaded anstyle-parse v1.0.0 |
| 264 | 2026-07-04T15:02:25.977Z | Downloaded serde_spanned v0.6.9 |
| 265 | 2026-07-04T15:02:25.977Z | Downloaded anstyle-query v1.1.5 |
| 266 | 2026-07-04T15:02:25.979Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-07-04T15:02:25.980Z | Downloaded anstyle v1.0.14 |
| 268 | 2026-07-04T15:02:25.980Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-04T15:02:25.982Z | Downloaded serde_core v1.0.228 |
| 270 | 2026-07-04T15:02:25.982Z | Downloaded zmij v1.0.21 |
| 271 | 2026-07-04T15:02:25.986Z | Downloaded cargo-platform v0.3.2 |
| 272 | 2026-07-04T15:02:25.986Z | Downloaded generic-array v0.14.7 |
| 273 | 2026-07-04T15:02:25.986Z | Downloaded fnv v1.0.7 |
| 274 | 2026-07-04T15:02:25.989Z | Downloaded log v0.4.29 |
| 275 | 2026-07-04T15:02:25.992Z | Downloaded zerocopy-derive v0.7.35 |
| 276 | 2026-07-04T15:02:25.992Z | Downloaded heck v0.5.0 |
| 277 | 2026-07-04T15:02:25.994Z | Downloaded digest v0.10.7 |
| 278 | 2026-07-04T15:02:25.997Z | Downloaded clap_lex v1.0.0 |
| 279 | 2026-07-04T15:02:26.000Z | Downloaded zerocopy v0.7.35 |
| 280 | 2026-07-04T15:02:26.008Z | Downloaded colorchoice v1.0.4 |
| 281 | 2026-07-04T15:02:26.011Z | Downloaded cfg-if v1.0.4 |
| 282 | 2026-07-04T15:02:26.014Z | Downloaded is_terminal_polyfill v1.70.2 |
| 283 | 2026-07-04T15:02:26.014Z | Downloaded errno v0.3.14 |
| 284 | 2026-07-04T15:02:26.016Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-07-04T15:02:26.017Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-07-04T15:02:26.019Z | Downloaded camino-tempfile v1.4.1 |
| 287 | 2026-07-04T15:02:26.022Z | Downloaded indexmap v2.14.0 |
| 288 | 2026-07-04T15:02:26.027Z | Downloaded swrite v0.1.0 |
| 289 | 2026-07-04T15:02:26.030Z | Downloaded plain v0.2.3 |
| 290 | 2026-07-04T15:02:26.030Z | Downloaded fs-err v3.3.0 |
| 291 | 2026-07-04T15:02:26.033Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-07-04T15:02:26.037Z | Downloaded anyhow v1.0.102 |
| 293 | 2026-07-04T15:02:26.039Z | Downloaded bitflags v2.11.0 |
| 294 | 2026-07-04T15:02:26.043Z | Downloaded block-buffer v0.10.4 |
| 295 | 2026-07-04T15:02:26.046Z | Downloaded dtrace-parser v0.2.0 |
| 296 | 2026-07-04T15:02:26.049Z | Downloaded usdt-attr-macro v0.5.0 |
| 297 | 2026-07-04T15:02:26.051Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-07-04T15:02:26.051Z | Downloaded heck v0.4.1 |
| 299 | 2026-07-04T15:02:26.054Z | Downloaded sha2 v0.10.9 |
| 300 | 2026-07-04T15:02:26.054Z | Downloaded memmap v0.7.0 |
| 301 | 2026-07-04T15:02:26.057Z | Downloaded quote v1.0.45 |
| 302 | 2026-07-04T15:02:26.060Z | Downloaded dof v0.3.0 |
| 303 | 2026-07-04T15:02:26.062Z | Downloaded usdt v0.5.0 |
| 304 | 2026-07-04T15:02:26.065Z | Downloaded cpufeatures v0.2.17 |
| 305 | 2026-07-04T15:02:26.069Z | Downloaded proc-macro-error-attr v1.0.4 |
| 306 | 2026-07-04T15:02:26.073Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-07-04T15:02:26.076Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2026-07-04T15:02:26.079Z | Downloaded version_check v0.9.5 |
| 309 | 2026-07-04T15:02:26.079Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-07-04T15:02:26.079Z | Downloaded thread-id v4.2.2 |
| 311 | 2026-07-04T15:02:26.079Z | Downloaded strsim v0.11.1 |
| 312 | 2026-07-04T15:02:26.082Z | Downloaded scroll_derive v0.12.1 |
| 313 | 2026-07-04T15:02:26.085Z | Downloaded smawk v0.3.2 |
| 314 | 2026-07-04T15:02:26.094Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-07-04T15:02:26.097Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-07-04T15:02:26.100Z | Downloaded once_cell v1.21.3 |
| 317 | 2026-07-04T15:02:26.103Z | Downloaded clap_derive v4.6.1 |
| 318 | 2026-07-04T15:02:26.103Z | Downloaded terminal_size v0.4.3 |
| 319 | 2026-07-04T15:02:26.108Z | Downloaded proc-macro-error v1.0.4 |
| 320 | 2026-07-04T15:02:26.111Z | Downloaded itoa v1.0.17 |
| 321 | 2026-07-04T15:02:26.114Z | Downloaded byteorder v1.5.0 |
| 322 | 2026-07-04T15:02:26.116Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-07-04T15:02:26.116Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-07-04T15:02:26.119Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2026-07-04T15:02:26.119Z | Downloaded bytecount v0.6.9 |
| 326 | 2026-07-04T15:02:26.122Z | Downloaded serde_tokenstream v0.2.3 |
| 327 | 2026-07-04T15:02:26.129Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-07-04T15:02:26.134Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-07-04T15:02:26.137Z | Downloaded thiserror v1.0.69 |
| 330 | 2026-07-04T15:02:26.140Z | Downloaded thiserror-impl v2.0.18 |
| 331 | 2026-07-04T15:02:26.142Z | Downloaded thiserror v2.0.18 |
| 332 | 2026-07-04T15:02:26.145Z | Downloaded scroll v0.12.0 |
| 333 | 2026-07-04T15:02:26.155Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-07-04T15:02:26.161Z | Downloaded pest_derive v2.8.6 |
| 335 | 2026-07-04T15:02:26.164Z | Downloaded tempfile v3.25.0 |
| 336 | 2026-07-04T15:02:26.164Z | Downloaded semver v1.0.28 |
| 337 | 2026-07-04T15:02:26.166Z | Downloaded toml v0.8.23 |
| 338 | 2026-07-04T15:02:26.169Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-07-04T15:02:26.172Z | Downloaded clap v4.6.1 |
| 340 | 2026-07-04T15:02:26.175Z | Downloaded pest_generator v2.8.6 |
| 341 | 2026-07-04T15:02:26.178Z | Downloaded cargo_metadata v0.23.1 |
| 342 | 2026-07-04T15:02:26.181Z | Downloaded getrandom v0.4.1 |
| 343 | 2026-07-04T15:02:26.188Z | Downloaded serde_derive v1.0.228 |
| 344 | 2026-07-04T15:02:26.191Z | Downloaded camino v1.2.2 |
| 345 | 2026-07-04T15:02:26.194Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-07-04T15:02:26.198Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-07-04T15:02:26.216Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-07-04T15:02:26.219Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-07-04T15:02:26.223Z | Downloaded clap_builder v4.6.0 |
| 350 | 2026-07-04T15:02:26.226Z | Downloaded memchr v2.8.0 |
| 351 | 2026-07-04T15:02:26.230Z | Downloaded papergrid v0.11.0 |
| 352 | 2026-07-04T15:02:26.233Z | Downloaded serde v1.0.228 |
| 353 | 2026-07-04T15:02:26.247Z | Downloaded pest v2.8.6 |
| 354 | 2026-07-04T15:02:26.256Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-04T15:02:26.272Z | Downloaded hashbrown v0.17.0 |
| 356 | 2026-07-04T15:02:26.289Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-04T15:02:26.303Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-04T15:02:26.310Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-04T15:02:26.321Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-04T15:02:26.331Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-04T15:02:26.352Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-07-04T15:02:26.355Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-04T15:02:26.358Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-04T15:02:26.375Z | Downloaded rustix v1.1.3 |
| 365 | 2026-07-04T15:02:26.395Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-04T15:02:26.457Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-04T15:02:26.457Z | Compiling quote v1.0.45 |
| 368 | 2026-07-04T15:02:26.457Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-04T15:02:26.460Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-04T15:02:26.460Z | Compiling libc v0.2.185 |
| 371 | 2026-07-04T15:02:26.460Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-04T15:02:26.460Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-04T15:02:26.460Z | Compiling serde v1.0.228 |
| 374 | 2026-07-04T15:02:26.460Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-04T15:02:26.460Z | Compiling thiserror v1.0.69 |
| 376 | 2026-07-04T15:02:26.460Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-04T15:02:26.460Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-04T15:02:26.637Z | Compiling rustix v1.1.3 |
| 379 | 2026-07-04T15:02:26.640Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-04T15:02:26.870Z | Compiling serde_json v1.0.150 |
| 381 | 2026-07-04T15:02:27.013Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-04T15:02:27.102Z | Compiling pest v2.8.6 |
| 383 | 2026-07-04T15:02:27.156Z | Compiling syn v1.0.109 |
| 384 | 2026-07-04T15:02:27.171Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-07-04T15:02:27.670Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-07-04T15:02:27.701Z | Compiling camino v1.2.2 |
| 387 | 2026-07-04T15:02:27.701Z | Compiling proc-macro-error v1.0.4 |
| 388 | 2026-07-04T15:02:27.701Z | Compiling plain v0.2.3 |
| 389 | 2026-07-04T15:02:27.702Z | Compiling hashbrown v0.17.0 |
| 390 | 2026-07-04T15:02:27.702Z | Compiling equivalent v1.0.2 |
| 391 | 2026-07-04T15:02:27.702Z | Compiling log v0.4.29 |
| 392 | 2026-07-04T15:02:27.702Z | Compiling getrandom v0.4.1 |
| 393 | 2026-07-04T15:02:27.702Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-07-04T15:02:27.702Z | Compiling winnow v0.7.14 |
| 395 | 2026-07-04T15:02:27.702Z | Compiling anstyle v1.0.14 |
| 396 | 2026-07-04T15:02:27.702Z | Compiling anstyle-query v1.1.5 |
| 397 | 2026-07-04T15:02:27.735Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-04T15:02:27.794Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-07-04T15:02:27.818Z | Compiling autocfg v1.5.0 |
| 400 | 2026-07-04T15:02:27.835Z | Compiling errno v0.3.14 |
| 401 | 2026-07-04T15:02:27.863Z | Compiling thread-id v4.2.2 |
| 402 | 2026-07-04T15:02:27.878Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-07-04T15:02:27.890Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-07-04T15:02:27.940Z | Compiling toml_write v0.1.2 |
| 405 | 2026-07-04T15:02:27.961Z | Compiling thiserror v2.0.18 |
| 406 | 2026-07-04T15:02:27.999Z | Compiling indexmap v2.14.0 |
| 407 | 2026-07-04T15:02:28.009Z | Compiling cfg-if v1.0.4 |
| 408 | 2026-07-04T15:02:28.053Z | Compiling anstream v1.0.0 |
| 409 | 2026-07-04T15:02:28.086Z | Compiling strsim v0.11.1 |
| 410 | 2026-07-04T15:02:28.116Z | Compiling syn v2.0.117 |
| 411 | 2026-07-04T15:02:28.191Z | Compiling bytecount v0.6.9 |
| 412 | 2026-07-04T15:02:28.207Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-07-04T15:02:28.279Z | Compiling fs-err v3.3.0 |
| 414 | 2026-07-04T15:02:28.348Z | Compiling fnv v1.0.7 |
| 415 | 2026-07-04T15:02:28.386Z | Compiling clap_lex v1.0.0 |
| 416 | 2026-07-04T15:02:28.389Z | Compiling anyhow v1.0.102 |
| 417 | 2026-07-04T15:02:28.438Z | Compiling fastrand v2.3.0 |
| 418 | 2026-07-04T15:02:28.479Z | Compiling once_cell v1.21.3 |
| 419 | 2026-07-04T15:02:28.496Z | Compiling unicode-width v0.1.14 |
| 420 | 2026-07-04T15:02:28.515Z | Compiling heck v0.5.0 |
| 421 | 2026-07-04T15:02:28.591Z | Compiling heck v0.4.1 |
| 422 | 2026-07-04T15:02:28.685Z | Compiling memmap v0.7.0 |
| 423 | 2026-07-04T15:02:28.688Z | Compiling unicode-width v0.2.0 |
| 424 | 2026-07-04T15:02:28.723Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-07-04T15:02:28.726Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-04T15:02:28.780Z | Compiling papergrid v0.11.0 |
| 427 | 2026-07-04T15:02:28.817Z | Compiling swrite v0.1.0 |
| 428 | 2026-07-04T15:02:28.843Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-04T15:02:28.891Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-04T15:02:29.001Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-04T15:02:29.019Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-07-04T15:02:29.052Z | Compiling semver v1.0.28 |
| 433 | 2026-07-04T15:02:29.132Z | Compiling textwrap v0.16.2 |
| 434 | 2026-07-04T15:02:29.289Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-04T15:02:29.619Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-04T15:02:30.261Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-04T15:02:30.292Z | Compiling tabled v0.15.0 |
| 438 | 2026-07-04T15:02:30.746Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-04T15:02:30.746Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-04T15:02:30.749Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-04T15:02:30.750Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-04T15:02:30.750Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-04T15:02:30.750Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-04T15:02:30.813Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-04T15:02:31.469Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-04T15:02:31.540Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-04T15:02:31.681Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-04T15:02:31.885Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-04T15:02:32.158Z | Compiling clap v4.6.1 |
| 450 | 2026-07-04T15:02:33.243Z | Compiling toml_datetime v0.6.11 |
| 451 | 2026-07-04T15:02:33.243Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-04T15:02:33.243Z | Compiling macaddr v1.0.1 |
| 453 | 2026-07-04T15:02:33.246Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-04T15:02:33.246Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-07-04T15:02:33.259Z | Compiling dof v0.3.0 |
| 456 | 2026-07-04T15:02:33.263Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-07-04T15:02:33.439Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-04T15:02:33.999Z | Compiling usdt-attr-macro v0.5.0 |
| 459 | 2026-07-04T15:02:34.003Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-04T15:02:34.597Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-04T15:02:34.693Z | Compiling toml v0.8.23 |
| 462 | 2026-07-04T15:02:35.013Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-04T15:02:36.285Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-04T15:02:38.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s |
| 465 | 2026-07-04T15:02:38.486Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-04T15:02:38.982Z | Downloading crates ... |
| 467 | 2026-07-04T15:02:39.068Z | Downloaded adler2 v2.0.1 |
| 468 | 2026-07-04T15:02:39.078Z | Downloaded allocator-api2 v0.2.21 |
| 469 | 2026-07-04T15:02:39.086Z | Downloaded convert_case v0.10.0 |
| 470 | 2026-07-04T15:02:39.092Z | Downloaded defmt v0.3.100 |
| 471 | 2026-07-04T15:02:39.095Z | Downloaded bitfield-macros v0.19.4 |
| 472 | 2026-07-04T15:02:39.098Z | Downloaded base16ct v0.2.0 |
| 473 | 2026-07-04T15:02:39.098Z | Downloaded ascii-canvas v3.0.0 |
| 474 | 2026-07-04T15:02:39.098Z | Downloaded ctutils v0.4.2 |
| 475 | 2026-07-04T15:02:39.102Z | Downloaded array-init v0.0.4 |
| 476 | 2026-07-04T15:02:39.102Z | Downloaded ed25519 v3.0.0 |
| 477 | 2026-07-04T15:02:39.106Z | Downloaded darling_core v0.20.11 |
| 478 | 2026-07-04T15:02:39.106Z | Downloaded dsl_auto_type v0.2.0 |
| 479 | 2026-07-04T15:02:39.113Z | Downloaded data-encoding v2.10.0 |
| 480 | 2026-07-04T15:02:39.113Z | Downloaded bit-set v0.5.3 |
| 481 | 2026-07-04T15:02:39.113Z | Downloaded darling_macro v0.21.3 |
| 482 | 2026-07-04T15:02:39.113Z | Downloaded atomic-waker v1.1.2 |
| 483 | 2026-07-04T15:02:39.113Z | Downloaded aho-corasick v1.1.4 |
| 484 | 2026-07-04T15:02:39.117Z | Downloaded aead v0.6.1 |
| 485 | 2026-07-04T15:02:39.117Z | Downloaded ecdsa v0.17.0-rc.18 |
| 486 | 2026-07-04T15:02:39.117Z | Downloaded block-buffer v0.12.1 |
| 487 | 2026-07-04T15:02:39.122Z | Downloaded crunchy v0.2.4 |
| 488 | 2026-07-04T15:02:39.122Z | Downloaded bitfield-struct v0.6.2 |
| 489 | 2026-07-04T15:02:39.123Z | Downloaded des v0.9.0 |
| 490 | 2026-07-04T15:02:39.123Z | Downloaded cpubits v0.1.1 |
| 491 | 2026-07-04T15:02:39.123Z | Downloaded darling_macro v0.13.4 |
| 492 | 2026-07-04T15:02:39.123Z | Downloaded atomicwrites v0.4.4 |
| 493 | 2026-07-04T15:02:39.127Z | Downloaded assert_matches v1.5.0 |
| 494 | 2026-07-04T15:02:39.127Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 495 | 2026-07-04T15:02:39.127Z | Downloaded base16ct v1.0.0 |
| 496 | 2026-07-04T15:02:39.127Z | Downloaded arrayref v0.3.9 |
| 497 | 2026-07-04T15:02:39.131Z | Downloaded darling_macro v0.23.0 |
| 498 | 2026-07-04T15:02:39.131Z | Downloaded async-recursion v1.1.1 |
| 499 | 2026-07-04T15:02:39.132Z | Downloaded crucible-workspace-hack v0.1.0 |
| 500 | 2026-07-04T15:02:39.132Z | Downloaded crc-catalog v2.4.0 |
| 501 | 2026-07-04T15:02:39.134Z | Downloaded atty v0.2.14 |
| 502 | 2026-07-04T15:02:39.134Z | Downloaded aead v0.5.2 |
| 503 | 2026-07-04T15:02:39.134Z | Downloaded darling_macro v0.20.11 |
| 504 | 2026-07-04T15:02:39.137Z | Downloaded darling_core v0.23.0 |
| 505 | 2026-07-04T15:02:39.140Z | Downloaded ctr v0.10.1 |
| 506 | 2026-07-04T15:02:39.140Z | Downloaded crossbeam-deque v0.8.6 |
| 507 | 2026-07-04T15:02:39.145Z | Downloaded convert_case v0.4.0 |
| 508 | 2026-07-04T15:02:39.145Z | Downloaded ciborium-ll v0.2.2 |
| 509 | 2026-07-04T15:02:39.145Z | Downloaded crc v3.4.0 |
| 510 | 2026-07-04T15:02:39.145Z | Downloaded cobs v0.3.0 |
| 511 | 2026-07-04T15:02:39.149Z | Downloaded bit-vec v0.8.0 |
| 512 | 2026-07-04T15:02:39.149Z | Downloaded bit-set v0.8.0 |
| 513 | 2026-07-04T15:02:39.149Z | Downloaded async-stream-impl v0.3.6 |
| 514 | 2026-07-04T15:02:39.149Z | Downloaded anstyle-parse v0.2.7 |
| 515 | 2026-07-04T15:02:39.152Z | Downloaded critical-section v1.2.0 |
| 516 | 2026-07-04T15:02:39.152Z | Downloaded defmt-macros v1.0.1 |
| 517 | 2026-07-04T15:02:39.152Z | Downloaded der v0.7.10 |
| 518 | 2026-07-04T15:02:39.156Z | Downloaded crossbeam-epoch v0.9.18 |
| 519 | 2026-07-04T15:02:39.160Z | Downloaded dunce v1.0.5 |
| 520 | 2026-07-04T15:02:39.160Z | Downloaded downcast-rs v2.0.2 |
| 521 | 2026-07-04T15:02:39.160Z | Downloaded byte-wrapper v0.1.0 |
| 522 | 2026-07-04T15:02:39.164Z | Downloaded anstream v0.6.21 |
| 523 | 2026-07-04T15:02:39.164Z | Downloaded castaway v0.2.4 |
| 524 | 2026-07-04T15:02:39.167Z | Downloaded async-stream v0.3.6 |
| 525 | 2026-07-04T15:02:39.167Z | Downloaded darling v0.13.4 |
| 526 | 2026-07-04T15:02:39.167Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 527 | 2026-07-04T15:02:39.171Z | Downloaded backoff v0.4.0 |
| 528 | 2026-07-04T15:02:39.171Z | Downloaded ciborium-io v0.2.2 |
| 529 | 2026-07-04T15:02:39.171Z | Downloaded bb8 v0.8.6 |
| 530 | 2026-07-04T15:02:39.171Z | Downloaded crypto-common v0.2.2 |
| 531 | 2026-07-04T15:02:39.175Z | Downloaded cstr-argument v0.1.2 |
| 532 | 2026-07-04T15:02:39.175Z | Downloaded embedded-io v0.6.1 |
| 533 | 2026-07-04T15:02:39.175Z | Downloaded debug-ignore v1.0.5 |
| 534 | 2026-07-04T15:02:39.177Z | Downloaded cpufeatures v0.3.0 |
| 535 | 2026-07-04T15:02:39.183Z | Downloaded difflib v0.4.0 |
| 536 | 2026-07-04T15:02:39.183Z | Downloaded cfg_aliases v0.1.1 |
| 537 | 2026-07-04T15:02:39.183Z | Downloaded dof v0.4.0 |
| 538 | 2026-07-04T15:02:39.188Z | Downloaded defmt-parser v1.0.0 |
| 539 | 2026-07-04T15:02:39.188Z | Downloaded cfg_aliases v0.2.1 |
| 540 | 2026-07-04T15:02:39.188Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 541 | 2026-07-04T15:02:39.188Z | Downloaded crc8 v0.1.1 |
| 542 | 2026-07-04T15:02:39.188Z | Downloaded block-padding v0.4.2 |
| 543 | 2026-07-04T15:02:39.188Z | Downloaded dyn-clone v1.0.20 |
| 544 | 2026-07-04T15:02:39.188Z | Downloaded dtrace-parser v0.3.0 |
| 545 | 2026-07-04T15:02:39.192Z | Downloaded dirs-sys-next v0.1.2 |
| 546 | 2026-07-04T15:02:39.195Z | Downloaded corncobs v0.1.4 |
| 547 | 2026-07-04T15:02:39.195Z | Downloaded enum_dispatch v0.3.13 |
| 548 | 2026-07-04T15:02:39.199Z | Downloaded daft v0.1.7 |
| 549 | 2026-07-04T15:02:39.199Z | Downloaded compression-core v0.4.31 |
| 550 | 2026-07-04T15:02:39.202Z | Downloaded blowfish v0.10.0 |
| 551 | 2026-07-04T15:02:39.205Z | Downloaded embedded-io v0.4.0 |
| 552 | 2026-07-04T15:02:39.208Z | Downloaded base64ct v1.8.3 |
| 553 | 2026-07-04T15:02:39.214Z | Downloaded async-trait v0.1.89 |
| 554 | 2026-07-04T15:02:39.217Z | Downloaded dirs-next v2.0.0 |
| 555 | 2026-07-04T15:02:39.217Z | Downloaded arrayvec v0.7.6 |
| 556 | 2026-07-04T15:02:39.217Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 557 | 2026-07-04T15:02:39.217Z | Downloaded display-error-chain v0.2.2 |
| 558 | 2026-07-04T15:02:39.217Z | Downloaded derive_builder_macro v0.20.2 |
| 559 | 2026-07-04T15:02:39.217Z | Downloaded argon2 v0.5.3 |
| 560 | 2026-07-04T15:02:39.220Z | Downloaded endian-type v0.1.2 |
| 561 | 2026-07-04T15:02:39.220Z | Downloaded enum-as-inner v0.6.1 |
| 562 | 2026-07-04T15:02:39.223Z | Downloaded cexpr v0.6.0 |
| 563 | 2026-07-04T15:02:39.223Z | Downloaded fixedbitset v0.4.2 |
| 564 | 2026-07-04T15:02:39.226Z | Downloaded float-cmp v0.10.0 |
| 565 | 2026-07-04T15:02:39.226Z | Downloaded foreign-types v0.5.0 |
| 566 | 2026-07-04T15:02:39.226Z | Downloaded foreign-types v0.3.2 |
| 567 | 2026-07-04T15:02:39.229Z | Downloaded fd-lock v4.0.4 |
| 568 | 2026-07-04T15:02:39.229Z | Downloaded funty v2.0.0 |
| 569 | 2026-07-04T15:02:39.229Z | Downloaded ahash v0.8.12 |
| 570 | 2026-07-04T15:02:39.232Z | Downloaded futures-io v0.3.32 |
| 571 | 2026-07-04T15:02:39.232Z | Downloaded futures-core v0.3.32 |
| 572 | 2026-07-04T15:02:39.235Z | Downloaded flagset v0.4.7 |
| 573 | 2026-07-04T15:02:39.238Z | Downloaded form_urlencoded v1.2.2 |
| 574 | 2026-07-04T15:02:39.238Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-07-04T15:02:39.241Z | Downloaded foreign-types-macros v0.2.3 |
| 576 | 2026-07-04T15:02:39.241Z | Downloaded ed25519 v2.2.3 |
| 577 | 2026-07-04T15:02:39.241Z | Downloaded deranged v0.5.8 |
| 578 | 2026-07-04T15:02:39.245Z | Downloaded daft-derive v0.1.7 |
| 579 | 2026-07-04T15:02:39.247Z | Downloaded bcs v0.1.6 |
| 580 | 2026-07-04T15:02:39.247Z | Downloaded defmt v1.0.1 |
| 581 | 2026-07-04T15:02:39.250Z | Downloaded displaydoc v0.2.5 |
| 582 | 2026-07-04T15:02:39.253Z | Downloaded document-features v0.2.12 |
| 583 | 2026-07-04T15:02:39.253Z | Downloaded cmake v0.1.57 |
| 584 | 2026-07-04T15:02:39.256Z | Downloaded ena v0.14.4 |
| 585 | 2026-07-04T15:02:39.257Z | Downloaded futures-task v0.3.32 |
| 586 | 2026-07-04T15:02:39.257Z | Downloaded cipher v0.5.2 |
| 587 | 2026-07-04T15:02:39.259Z | Downloaded crc32fast v1.5.0 |
| 588 | 2026-07-04T15:02:39.260Z | Downloaded cbc v0.2.1 |
| 589 | 2026-07-04T15:02:39.264Z | Downloaded cipher v0.4.4 |
| 590 | 2026-07-04T15:02:39.264Z | Downloaded camino-tempfile-ext v0.3.3 |
| 591 | 2026-07-04T15:02:39.264Z | Downloaded cookie_store v0.22.1 |
| 592 | 2026-07-04T15:02:39.268Z | Downloaded delegate v0.13.5 |
| 593 | 2026-07-04T15:02:39.268Z | Downloaded constant_time_eq v0.4.2 |
| 594 | 2026-07-04T15:02:39.268Z | Downloaded cassowary v0.3.0 |
| 595 | 2026-07-04T15:02:39.272Z | Downloaded crc-any v2.5.0 |
| 596 | 2026-07-04T15:02:39.273Z | Downloaded globwalk v0.9.1 |
| 597 | 2026-07-04T15:02:39.273Z | Downloaded hash32 v0.3.1 |
| 598 | 2026-07-04T15:02:39.273Z | Downloaded futures-sink v0.3.32 |
| 599 | 2026-07-04T15:02:39.276Z | Downloaded futures-macro v0.3.32 |
| 600 | 2026-07-04T15:02:39.276Z | Downloaded fxhash v0.2.1 |
| 601 | 2026-07-04T15:02:39.276Z | Downloaded buf-list v1.1.2 |
| 602 | 2026-07-04T15:02:39.276Z | Downloaded git-stub v1.0.0 |
| 603 | 2026-07-04T15:02:39.276Z | Downloaded csv-core v0.1.13 |
| 604 | 2026-07-04T15:02:39.279Z | Downloaded hex-literal v1.1.0 |
| 605 | 2026-07-04T15:02:39.279Z | Downloaded hex v0.4.3 |
| 606 | 2026-07-04T15:02:39.279Z | Downloaded foreign-types-shared v0.1.1 |
| 607 | 2026-07-04T15:02:39.282Z | Downloaded float-ord v0.3.2 |
| 608 | 2026-07-04T15:02:39.285Z | Downloaded cmov v0.5.4 |
| 609 | 2026-07-04T15:02:39.285Z | Downloaded digest v0.11.3 |
| 610 | 2026-07-04T15:02:39.289Z | Downloaded bitflags v1.3.2 |
| 611 | 2026-07-04T15:02:39.289Z | Downloaded async-bb8-diesel v0.2.1 |
| 612 | 2026-07-04T15:02:39.292Z | Downloaded bzip2 v0.6.1 |
| 613 | 2026-07-04T15:02:39.292Z | Downloaded ff v0.14.0 |
| 614 | 2026-07-04T15:02:39.292Z | Downloaded foldhash v0.2.0 |
| 615 | 2026-07-04T15:02:39.298Z | Downloaded ff v0.13.1 |
| 616 | 2026-07-04T15:02:39.298Z | Downloaded filetime v0.2.27 |
| 617 | 2026-07-04T15:02:39.302Z | Downloaded chacha20 v0.9.1 |
| 618 | 2026-07-04T15:02:39.302Z | Downloaded bzip2 v0.4.4 |
| 619 | 2026-07-04T15:02:39.302Z | Downloaded either v1.15.0 |
| 620 | 2026-07-04T15:02:39.302Z | Downloaded blake2 v0.10.6 |
| 621 | 2026-07-04T15:02:39.302Z | Downloaded headers-core v0.3.0 |
| 622 | 2026-07-04T15:02:39.305Z | Downloaded fallible-iterator v0.2.0 |
| 623 | 2026-07-04T15:02:39.305Z | Downloaded env_filter v1.0.0 |
| 624 | 2026-07-04T15:02:39.305Z | Downloaded home v0.5.12 |
| 625 | 2026-07-04T15:02:39.305Z | Downloaded http-body v1.0.1 |
| 626 | 2026-07-04T15:02:39.308Z | Downloaded darling v0.23.0 |
| 627 | 2026-07-04T15:02:39.311Z | Downloaded hostname v0.4.2 |
| 628 | 2026-07-04T15:02:39.311Z | Downloaded fs_extra v1.3.0 |
| 629 | 2026-07-04T15:02:39.314Z | Downloaded hostname v0.3.1 |
| 630 | 2026-07-04T15:02:39.314Z | Downloaded diff v0.1.13 |
| 631 | 2026-07-04T15:02:39.316Z | Downloaded hubpack_derive v0.1.1 |
| 632 | 2026-07-04T15:02:39.317Z | Downloaded diesel-dtrace v0.5.0 |
| 633 | 2026-07-04T15:02:39.317Z | Downloaded crossbeam-utils v0.8.21 |
| 634 | 2026-07-04T15:02:39.322Z | Downloaded derive_builder v0.20.2 |
| 635 | 2026-07-04T15:02:39.327Z | Downloaded gethostname v0.5.0 |
| 636 | 2026-07-04T15:02:39.327Z | Downloaded fs-err v2.11.0 |
| 637 | 2026-07-04T15:02:39.327Z | Downloaded clang-sys v1.8.1 |
| 638 | 2026-07-04T15:02:39.327Z | Downloaded httpdate v1.0.3 |
| 639 | 2026-07-04T15:02:39.331Z | Downloaded hubpack v0.1.2 |
| 640 | 2026-07-04T15:02:39.331Z | Downloaded http-range v0.1.5 |
| 641 | 2026-07-04T15:02:39.331Z | Downloaded ciborium v0.2.2 |
| 642 | 2026-07-04T15:02:39.331Z | Downloaded const_format_proc_macros v0.2.34 |
| 643 | 2026-07-04T15:02:39.338Z | Downloaded cancel-safe-futures v0.1.5 |
| 644 | 2026-07-04T15:02:39.338Z | Downloaded darling v0.21.3 |
| 645 | 2026-07-04T15:02:39.341Z | Downloaded hash32 v0.2.1 |
| 646 | 2026-07-04T15:02:39.341Z | Downloaded colored v3.1.1 |
| 647 | 2026-07-04T15:02:39.341Z | Downloaded ghash v0.6.0 |
| 648 | 2026-07-04T15:02:39.341Z | Downloaded colored v2.2.0 |
| 649 | 2026-07-04T15:02:39.341Z | Downloaded group v0.14.0 |
| 650 | 2026-07-04T15:02:39.344Z | Downloaded idna_adapter v1.2.1 |
| 651 | 2026-07-04T15:02:39.344Z | Downloaded ecdsa v0.16.9 |
| 652 | 2026-07-04T15:02:39.347Z | Downloaded ident_case v1.0.1 |
| 653 | 2026-07-04T15:02:39.347Z | Downloaded group v0.13.0 |
| 654 | 2026-07-04T15:02:39.347Z | Downloaded glob v0.3.3 |
| 655 | 2026-07-04T15:02:39.351Z | Downloaded git-stub-vcs v0.1.0 |
| 656 | 2026-07-04T15:02:39.351Z | Downloaded globset v0.4.18 |
| 657 | 2026-07-04T15:02:39.351Z | Downloaded const-oid v0.9.6 |
| 658 | 2026-07-04T15:02:39.355Z | Downloaded erased-serde v0.3.31 |
| 659 | 2026-07-04T15:02:39.356Z | Downloaded derive-ex v0.1.8 |
| 660 | 2026-07-04T15:02:39.356Z | Downloaded bitfield v0.19.4 |
| 661 | 2026-07-04T15:02:39.358Z | Downloaded console v0.16.2 |
| 662 | 2026-07-04T15:02:39.358Z | Downloaded compression-codecs v0.4.37 |
| 663 | 2026-07-04T15:02:39.358Z | Downloaded futures-channel v0.3.32 |
| 664 | 2026-07-04T15:02:39.361Z | Downloaded futures-executor v0.3.32 |
| 665 | 2026-07-04T15:02:39.361Z | Downloaded blake2 v0.11.0-rc.6 |
| 666 | 2026-07-04T15:02:39.364Z | Downloaded illumos-nvpair v0.3.0 |
| 667 | 2026-07-04T15:02:39.364Z | Downloaded foldhash v0.1.5 |
| 668 | 2026-07-04T15:02:39.367Z | Downloaded highway v1.3.0 |
| 669 | 2026-07-04T15:02:39.367Z | Downloaded indent_write v2.2.0 |
| 670 | 2026-07-04T15:02:39.367Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 671 | 2026-07-04T15:02:39.370Z | Downloaded fixedbitset v0.5.7 |
| 672 | 2026-07-04T15:02:39.370Z | Downloaded find-msvc-tools v0.1.9 |
| 673 | 2026-07-04T15:02:39.370Z | Downloaded instant v0.1.13 |
| 674 | 2026-07-04T15:02:39.373Z | Downloaded indoc v1.0.9 |
| 675 | 2026-07-04T15:02:39.373Z | Downloaded env_logger v0.11.9 |
| 676 | 2026-07-04T15:02:39.392Z | Downloaded darling v0.20.11 |
| 677 | 2026-07-04T15:02:39.392Z | Downloaded humantime v2.3.0 |
| 678 | 2026-07-04T15:02:39.393Z | Downloaded derive-where v1.6.0 |
| 679 | 2026-07-04T15:02:39.393Z | Downloaded is-terminal v0.4.17 |
| 680 | 2026-07-04T15:02:39.393Z | Downloaded inout v0.2.2 |
| 681 | 2026-07-04T15:02:39.393Z | Downloaded darling_core v0.13.4 |
| 682 | 2026-07-04T15:02:39.393Z | Downloaded kstat-rs v0.2.4 |
| 683 | 2026-07-04T15:02:39.393Z | Downloaded is_ci v1.2.0 |
| 684 | 2026-07-04T15:02:39.393Z | Downloaded kem v0.3.0 |
| 685 | 2026-07-04T15:02:39.402Z | Downloaded internet-checksum v0.2.1 |
| 686 | 2026-07-04T15:02:39.402Z | Downloaded bit-vec v0.6.3 |
| 687 | 2026-07-04T15:02:39.402Z | Downloaded backon v1.6.0 |
| 688 | 2026-07-04T15:02:39.402Z | Downloaded argon2 v0.6.0-rc.8 |
| 689 | 2026-07-04T15:02:39.402Z | Downloaded http-body-util v0.1.3 |
| 690 | 2026-07-04T15:02:39.402Z | Downloaded derive_builder_core v0.20.2 |
| 691 | 2026-07-04T15:02:39.406Z | Downloaded der_derive v0.7.3 |
| 692 | 2026-07-04T15:02:39.406Z | Downloaded hyper-staticfile v0.10.1 |
| 693 | 2026-07-04T15:02:39.406Z | Downloaded keccak v0.1.6 |
| 694 | 2026-07-04T15:02:39.406Z | Downloaded const-oid v0.10.2 |
| 695 | 2026-07-04T15:02:39.406Z | Downloaded console v0.15.11 |
| 696 | 2026-07-04T15:02:39.409Z | Downloaded cookie v0.18.1 |
| 697 | 2026-07-04T15:02:39.409Z | Downloaded hyper-tls v0.6.0 |
| 698 | 2026-07-04T15:02:39.409Z | Downloaded getrandom v0.2.17 |
| 699 | 2026-07-04T15:02:39.415Z | Downloaded half v1.8.3 |
| 700 | 2026-07-04T15:02:39.415Z | Downloaded chacha20 v0.10.0 |
| 701 | 2026-07-04T15:02:39.421Z | Downloaded lru v0.12.5 |
| 702 | 2026-07-04T15:02:39.421Z | Downloaded linked-hash-map v0.5.6 |
| 703 | 2026-07-04T15:02:39.421Z | Downloaded lalrpop-util v0.19.12 |
| 704 | 2026-07-04T15:02:39.429Z | Downloaded md5 v0.8.0 |
| 705 | 2026-07-04T15:02:39.429Z | Downloaded memoffset v0.9.1 |
| 706 | 2026-07-04T15:02:39.429Z | Downloaded md-5 v0.10.6 |
| 707 | 2026-07-04T15:02:39.429Z | Downloaded maybe-uninit v2.0.0 |
| 708 | 2026-07-04T15:02:39.435Z | Downloaded maplit v1.0.2 |
| 709 | 2026-07-04T15:02:39.435Z | Downloaded match_cfg v0.1.0 |
| 710 | 2026-07-04T15:02:39.435Z | Downloaded lru-cache v0.1.2 |
| 711 | 2026-07-04T15:02:39.438Z | Downloaded drift v0.2.0 |
| 712 | 2026-07-04T15:02:39.442Z | Downloaded futures v0.3.32 |
| 713 | 2026-07-04T15:02:39.447Z | Downloaded hmac v0.12.1 |
| 714 | 2026-07-04T15:02:39.447Z | Downloaded ar_archive_writer v0.5.1 |
| 715 | 2026-07-04T15:02:39.451Z | Downloaded inout v0.1.4 |
| 716 | 2026-07-04T15:02:39.451Z | Downloaded managed v0.8.0 |
| 717 | 2026-07-04T15:02:39.451Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 718 | 2026-07-04T15:02:39.451Z | Downloaded mime v0.3.17 |
| 719 | 2026-07-04T15:02:39.454Z | Downloaded lru-slab v0.1.2 |
| 720 | 2026-07-04T15:02:39.454Z | Downloaded ingot v0.1.1 |
| 721 | 2026-07-04T15:02:39.454Z | Downloaded elliptic-curve v0.13.8 |
| 722 | 2026-07-04T15:02:39.457Z | Downloaded nibble_vec v0.1.0 |
| 723 | 2026-07-04T15:02:39.457Z | Downloaded ipnetwork v0.21.1 |
| 724 | 2026-07-04T15:02:39.457Z | Downloaded new_debug_unreachable v1.0.6 |
| 725 | 2026-07-04T15:02:39.460Z | Downloaded multimap v0.10.1 |
| 726 | 2026-07-04T15:02:39.460Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 727 | 2026-07-04T15:02:39.463Z | Downloaded bytes v1.11.1 |
| 728 | 2026-07-04T15:02:39.466Z | Downloaded newtype-uuid-macros v0.1.0 |
| 729 | 2026-07-04T15:02:39.466Z | Downloaded instability v0.3.11 |
| 730 | 2026-07-04T15:02:39.466Z | Downloaded nonempty v0.12.0 |
| 731 | 2026-07-04T15:02:39.469Z | Downloaded ingot-types v0.1.2 |
| 732 | 2026-07-04T15:02:39.469Z | Downloaded libscf-sys v1.1.0 |
| 733 | 2026-07-04T15:02:39.469Z | Downloaded keccak v0.2.0 |
| 734 | 2026-07-04T15:02:39.472Z | Downloaded num v0.4.3 |
| 735 | 2026-07-04T15:02:39.472Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-07-04T15:02:39.472Z | Downloaded darling_core v0.21.3 |
| 737 | 2026-07-04T15:02:39.475Z | Downloaded crossbeam-channel v0.5.15 |
| 738 | 2026-07-04T15:02:39.479Z | Downloaded normalize-line-endings v0.3.0 |
| 739 | 2026-07-04T15:02:39.482Z | Downloaded jobserver v0.1.34 |
| 740 | 2026-07-04T15:02:39.482Z | Downloaded libsw v3.5.0 |
| 741 | 2026-07-04T15:02:39.482Z | Downloaded const_format v0.2.35 |
| 742 | 2026-07-04T15:02:39.486Z | Downloaded num-derive v0.3.3 |
| 743 | 2026-07-04T15:02:39.486Z | Downloaded num-iter v0.1.45 |
| 744 | 2026-07-04T15:02:39.486Z | Downloaded num-derive v0.4.2 |
| 745 | 2026-07-04T15:02:39.488Z | Downloaded getrandom v0.3.4 |
| 746 | 2026-07-04T15:02:39.491Z | Downloaded generic-array v1.4.3 |
| 747 | 2026-07-04T15:02:39.491Z | Downloaded libloading v0.8.9 |
| 748 | 2026-07-04T15:02:39.495Z | Downloaded libsw-core v0.3.2 |
| 749 | 2026-07-04T15:02:39.495Z | Downloaded linear-map v1.2.0 |
| 750 | 2026-07-04T15:02:39.498Z | Downloaded lock_api v0.4.14 |
| 751 | 2026-07-04T15:02:39.498Z | Downloaded lazy_static v1.5.0 |
| 752 | 2026-07-04T15:02:39.498Z | Downloaded num-conv v0.2.0 |
| 753 | 2026-07-04T15:02:39.498Z | Downloaded openssl-macros v0.1.1 |
| 754 | 2026-07-04T15:02:39.501Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-07-04T15:02:39.501Z | Downloaded hybrid-array v0.4.13 |
| 756 | 2026-07-04T15:02:39.504Z | Downloaded num_threads v0.1.7 |
| 757 | 2026-07-04T15:02:39.504Z | Downloaded compact_str v0.8.1 |
| 758 | 2026-07-04T15:02:39.504Z | Downloaded chacha20poly1305 v0.10.1 |
| 759 | 2026-07-04T15:02:39.508Z | Downloaded module-lattice v0.2.3 |
| 760 | 2026-07-04T15:02:39.508Z | Downloaded base64 v0.22.1 |
| 761 | 2026-07-04T15:02:39.511Z | Downloaded flume v0.11.1 |
| 762 | 2026-07-04T15:02:39.511Z | Downloaded hyper-rustls v0.27.7 |
| 763 | 2026-07-04T15:02:39.514Z | Downloaded arc-swap v1.8.2 |
| 764 | 2026-07-04T15:02:39.517Z | Downloaded ingot-macros v0.1.1 |
| 765 | 2026-07-04T15:02:39.517Z | Downloaded olpc-cjson v0.1.4 |
| 766 | 2026-07-04T15:02:39.517Z | Downloaded num_enum_derive v0.5.11 |
| 767 | 2026-07-04T15:02:39.523Z | Downloaded newtype_derive v0.1.6 |
| 768 | 2026-07-04T15:02:39.523Z | Downloaded openssl-probe v0.2.1 |
| 769 | 2026-07-04T15:02:39.523Z | Downloaded opaque-debug v0.3.1 |
| 770 | 2026-07-04T15:02:39.529Z | Downloaded mime_guess v2.0.5 |
| 771 | 2026-07-04T15:02:39.529Z | Downloaded lzss v0.8.2 |
| 772 | 2026-07-04T15:02:39.529Z | Downloaded nanorand v0.7.0 |
| 773 | 2026-07-04T15:02:39.529Z | Downloaded ipnet v2.11.0 |
| 774 | 2026-07-04T15:02:39.532Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-07-04T15:02:39.532Z | Downloaded openssl-probe v0.1.6 |
| 776 | 2026-07-04T15:02:39.532Z | Downloaded native-tls v0.2.18 |
| 777 | 2026-07-04T15:02:39.532Z | Downloaded crypto-bigint v0.5.5 |
| 778 | 2026-07-04T15:02:39.536Z | Downloaded newtype-uuid v1.3.2 |
| 779 | 2026-07-04T15:02:39.536Z | Downloaded httparse v1.10.1 |
| 780 | 2026-07-04T15:02:39.539Z | Downloaded fatfs v0.3.6 |
| 781 | 2026-07-04T15:02:39.539Z | Downloaded indoc v2.0.7 |
| 782 | 2026-07-04T15:02:39.543Z | Downloaded async-compression v0.4.41 |
| 783 | 2026-07-04T15:02:39.546Z | Downloaded nu-ansi-term v0.50.3 |
| 784 | 2026-07-04T15:02:39.546Z | Downloaded packed_struct_codegen v0.10.1 |
| 785 | 2026-07-04T15:02:39.548Z | Downloaded iana-time-zone v0.1.65 |
| 786 | 2026-07-04T15:02:39.548Z | Downloaded parse-size v1.1.0 |
| 787 | 2026-07-04T15:02:39.563Z | Downloaded password-hash v0.6.1 |
| 788 | 2026-07-04T15:02:39.566Z | Downloaded path-slash v0.1.5 |
| 789 | 2026-07-04T15:02:39.566Z | Downloaded num_enum v0.5.11 |
| 790 | 2026-07-04T15:02:39.569Z | Downloaded multer v3.1.0 |
| 791 | 2026-07-04T15:02:39.572Z | Downloaded parse-display v0.10.0 |
| 792 | 2026-07-04T15:02:39.572Z | Downloaded litemap v0.8.1 |
| 793 | 2026-07-04T15:02:39.575Z | Downloaded headers v0.4.1 |
| 794 | 2026-07-04T15:02:39.579Z | Downloaded num_enum v0.7.6 |
| 795 | 2026-07-04T15:02:39.582Z | Downloaded percent-encoding v2.3.2 |
| 796 | 2026-07-04T15:02:39.582Z | Downloaded peg-runtime v0.8.5 |
| 797 | 2026-07-04T15:02:39.582Z | Downloaded num_enum_derive v0.7.6 |
| 798 | 2026-07-04T15:02:39.582Z | Downloaded icu_provider v2.1.1 |
| 799 | 2026-07-04T15:02:39.585Z | Downloaded phf_shared v0.11.3 |
| 800 | 2026-07-04T15:02:39.586Z | Downloaded base64 v0.21.7 |
| 801 | 2026-07-04T15:02:39.588Z | Downloaded phf_shared v0.13.1 |
| 802 | 2026-07-04T15:02:39.588Z | Downloaded phf_shared v0.12.1 |
| 803 | 2026-07-04T15:02:39.588Z | Downloaded indexmap v1.9.3 |
| 804 | 2026-07-04T15:02:39.591Z | Downloaded memmap2 v0.9.10 |
| 805 | 2026-07-04T15:02:39.591Z | Downloaded ed25519-dalek v2.2.0 |
| 806 | 2026-07-04T15:02:39.594Z | Downloaded ml-kem v0.3.2 |
| 807 | 2026-07-04T15:02:39.597Z | Downloaded num-rational v0.4.2 |
| 808 | 2026-07-04T15:02:39.597Z | Downloaded num-integer v0.1.46 |
| 809 | 2026-07-04T15:02:39.597Z | Downloaded num-complex v0.4.6 |
| 810 | 2026-07-04T15:02:39.601Z | Downloaded ignore v0.4.25 |
| 811 | 2026-07-04T15:02:39.603Z | Downloaded potential_utf v0.1.4 |
| 812 | 2026-07-04T15:02:39.603Z | Downloaded half v2.7.1 |
| 813 | 2026-07-04T15:02:39.603Z | Downloaded cc v1.2.56 |
| 814 | 2026-07-04T15:02:39.608Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 815 | 2026-07-04T15:02:39.611Z | Downloaded oxnet v0.1.6 |
| 816 | 2026-07-04T15:02:39.611Z | Downloaded oxide-tokio-rt v0.1.4 |
| 817 | 2026-07-04T15:02:39.611Z | Downloaded derive_more-impl v2.1.1 |
| 818 | 2026-07-04T15:02:39.614Z | Downloaded derive_more v2.1.1 |
| 819 | 2026-07-04T15:02:39.620Z | Downloaded predicates-tree v1.0.13 |
| 820 | 2026-07-04T15:02:39.623Z | Downloaded predicates-core v1.0.10 |
| 821 | 2026-07-04T15:02:39.623Z | Downloaded precomputed-hash v0.1.1 |
| 822 | 2026-07-04T15:02:39.624Z | Downloaded powerfmt v0.2.0 |
| 823 | 2026-07-04T15:02:39.626Z | Downloaded packed_struct v0.10.1 |
| 824 | 2026-07-04T15:02:39.626Z | Downloaded dropshot_endpoint v0.17.1 |
| 825 | 2026-07-04T15:02:39.629Z | Downloaded newline-converter v0.3.0 |
| 826 | 2026-07-04T15:02:39.629Z | Downloaded hmac v0.13.0 |
| 827 | 2026-07-04T15:02:39.629Z | Downloaded password-hash v0.5.0 |
| 828 | 2026-07-04T15:02:39.632Z | Downloaded parking_lot_core v0.8.6 |
| 829 | 2026-07-04T15:02:39.632Z | Downloaded bumpalo v3.20.2 |
| 830 | 2026-07-04T15:02:39.635Z | Downloaded derive_more v0.99.20 |
| 831 | 2026-07-04T15:02:39.638Z | Downloaded libbz2-rs-sys v0.2.2 |
| 832 | 2026-07-04T15:02:39.641Z | Downloaded pbkdf2 v0.13.0 |
| 833 | 2026-07-04T15:02:39.641Z | Downloaded paste v1.0.15 |
| 834 | 2026-07-04T15:02:39.644Z | Downloaded parse-display-derive v0.10.0 |
| 835 | 2026-07-04T15:02:39.644Z | Downloaded icu_locale_core v2.1.1 |
| 836 | 2026-07-04T15:02:39.648Z | Downloaded progenitor-client v0.14.0 |
| 837 | 2026-07-04T15:02:39.648Z | Downloaded quick-error v1.2.3 |
| 838 | 2026-07-04T15:02:39.651Z | Downloaded icu_normalizer_data v2.1.1 |
| 839 | 2026-07-04T15:02:39.651Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 840 | 2026-07-04T15:02:39.651Z | Downloaded proc-macro-crate v3.4.0 |
| 841 | 2026-07-04T15:02:39.651Z | Downloaded icu_properties v2.1.2 |
| 842 | 2026-07-04T15:02:39.653Z | Downloaded phc v0.6.1 |
| 843 | 2026-07-04T15:02:39.653Z | Downloaded progenitor-macro v0.13.0 |
| 844 | 2026-07-04T15:02:39.656Z | Downloaded phf v0.13.1 |
| 845 | 2026-07-04T15:02:39.656Z | Downloaded hickory-resolver v0.24.4 |
| 846 | 2026-07-04T15:02:39.659Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-07-04T15:02:39.659Z | Downloaded indicatif v0.18.4 |
| 848 | 2026-07-04T15:02:39.662Z | Downloaded hickory-resolver v0.25.2 |
| 849 | 2026-07-04T15:02:39.665Z | Downloaded aes v0.9.1 |
| 850 | 2026-07-04T15:02:39.668Z | Downloaded pkcs8 v0.10.2 |
| 851 | 2026-07-04T15:02:39.672Z | Downloaded pin-project-lite v0.2.17 |
| 852 | 2026-07-04T15:02:39.675Z | Downloaded postgres-protocol v0.6.10 |
| 853 | 2026-07-04T15:02:39.675Z | Downloaded pkg-config v0.3.32 |
| 854 | 2026-07-04T15:02:39.675Z | Downloaded radium v0.7.0 |
| 855 | 2026-07-04T15:02:39.679Z | Downloaded pin-project-internal v1.1.11 |
| 856 | 2026-07-04T15:02:39.679Z | Downloaded poly1305 v0.8.0 |
| 857 | 2026-07-04T15:02:39.685Z | Downloaded phf v0.12.1 |
| 858 | 2026-07-04T15:02:39.685Z | Downloaded progenitor-macro v0.14.0 |
| 859 | 2026-07-04T15:02:39.685Z | Downloaded heapless v0.8.0 |
| 860 | 2026-07-04T15:02:39.688Z | Downloaded expectorate v1.2.0 |
| 861 | 2026-07-04T15:02:39.688Z | Downloaded flate2 v1.1.9 |
| 862 | 2026-07-04T15:02:39.688Z | Downloaded polyval v0.7.1 |
| 863 | 2026-07-04T15:02:39.691Z | Downloaded owo-colors v4.3.0 |
| 864 | 2026-07-04T15:02:39.691Z | Downloaded peg-macros v0.8.5 |
| 865 | 2026-07-04T15:02:39.691Z | Downloaded proc-macro-crate v1.3.1 |
| 866 | 2026-07-04T15:02:39.698Z | Downloaded pem-rfc7468 v1.0.0 |
| 867 | 2026-07-04T15:02:39.698Z | Downloaded peg v0.8.5 |
| 868 | 2026-07-04T15:02:39.702Z | Downloaded rand_xorshift v0.4.0 |
| 869 | 2026-07-04T15:02:39.702Z | Downloaded predicates v3.1.4 |
| 870 | 2026-07-04T15:02:39.702Z | Downloaded ppv-lite86 v0.2.21 |
| 871 | 2026-07-04T15:02:39.702Z | Downloaded litrs v1.0.0 |
| 872 | 2026-07-04T15:02:39.702Z | Downloaded icu_normalizer v2.1.1 |
| 873 | 2026-07-04T15:02:39.706Z | Downloaded recursive v0.1.1 |
| 874 | 2026-07-04T15:02:39.706Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 875 | 2026-07-04T15:02:39.706Z | Downloaded parking_lot_core v0.9.12 |
| 876 | 2026-07-04T15:02:39.711Z | Downloaded parking_lot v0.12.5 |
| 877 | 2026-07-04T15:02:39.711Z | Downloaded progenitor v0.14.0 |
| 878 | 2026-07-04T15:02:39.711Z | Downloaded primeorder v0.13.6 |
| 879 | 2026-07-04T15:02:39.711Z | Downloaded parking_lot v0.11.2 |
| 880 | 2026-07-04T15:02:39.715Z | Downloaded primeorder v0.14.0-rc.10 |
| 881 | 2026-07-04T15:02:39.715Z | Downloaded pem-rfc7468 v0.7.0 |
| 882 | 2026-07-04T15:02:39.715Z | Downloaded progenitor-client v0.13.0 |
| 883 | 2026-07-04T15:02:39.718Z | Downloaded progenitor v0.13.0 |
| 884 | 2026-07-04T15:02:39.718Z | Downloaded num-traits v0.2.19 |
| 885 | 2026-07-04T15:02:39.721Z | Downloaded ref-cast-impl v1.0.25 |
| 886 | 2026-07-04T15:02:39.721Z | Downloaded ref-cast v1.0.25 |
| 887 | 2026-07-04T15:02:39.724Z | Downloaded pem v3.0.6 |
| 888 | 2026-07-04T15:02:39.728Z | Downloaded hashbrown v0.13.2 |
| 889 | 2026-07-04T15:02:39.733Z | Downloaded der v0.8.0 |
| 890 | 2026-07-04T15:02:39.737Z | Downloaded psm v0.1.30 |
| 891 | 2026-07-04T15:02:39.737Z | Downloaded rfc6979 v0.5.0 |
| 892 | 2026-07-04T15:02:39.737Z | Downloaded rfc6979 v0.4.0 |
| 893 | 2026-07-04T15:02:39.737Z | Downloaded oso v0.27.3 |
| 894 | 2026-07-04T15:02:39.741Z | Downloaded heapless v0.7.17 |
| 895 | 2026-07-04T15:02:39.741Z | Downloaded progenitor-extras v0.2.0 |
| 896 | 2026-07-04T15:02:39.744Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2026-07-04T15:02:39.744Z | Downloaded aes-gcm v0.11.0 |
| 898 | 2026-07-04T15:02:39.744Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 899 | 2026-07-04T15:02:39.748Z | Downloaded rand_seeder v0.4.0 |
| 900 | 2026-07-04T15:02:39.750Z | Downloaded rand_core v0.9.5 |
| 901 | 2026-07-04T15:02:39.750Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-07-04T15:02:39.750Z | Downloaded russh-util v0.52.0 |
| 903 | 2026-07-04T15:02:39.750Z | Downloaded rand_core v0.10.0 |
| 904 | 2026-07-04T15:02:39.753Z | Downloaded rtoolbox v0.0.3 |
| 905 | 2026-07-04T15:02:39.754Z | Downloaded rand_core v0.6.4 |
| 906 | 2026-07-04T15:02:39.757Z | Downloaded rustc_version v0.1.7 |
| 907 | 2026-07-04T15:02:39.757Z | Downloaded russh-cryptovec v0.61.0 |
| 908 | 2026-07-04T15:02:39.757Z | Downloaded poly1305 v0.9.0 |
| 909 | 2026-07-04T15:02:39.759Z | Downloaded hickory-server v0.25.2 |
| 910 | 2026-07-04T15:02:39.762Z | Downloaded rand_chacha v0.9.0 |
| 911 | 2026-07-04T15:02:39.762Z | Downloaded r2d2 v0.8.10 |
| 912 | 2026-07-04T15:02:39.765Z | Downloaded pkcs8 v0.11.0 |
| 913 | 2026-07-04T15:02:39.765Z | Downloaded papergrid v0.17.0 |
| 914 | 2026-07-04T15:02:39.768Z | Downloaded primefield v0.14.0 |
| 915 | 2026-07-04T15:02:39.768Z | Downloaded postgres-types v0.2.12 |
| 916 | 2026-07-04T15:02:39.771Z | Downloaded postcard v1.1.3 |
| 917 | 2026-07-04T15:02:39.774Z | Downloaded pkcs1 v0.7.5 |
| 918 | 2026-07-04T15:02:39.774Z | Downloaded same-file v1.0.6 |
| 919 | 2026-07-04T15:02:39.776Z | Downloaded jiff-static v0.2.21 |
| 920 | 2026-07-04T15:02:39.777Z | Downloaded omicron-zone-package v0.12.3 |
| 921 | 2026-07-04T15:02:39.780Z | Downloaded miniz_oxide v0.8.9 |
| 922 | 2026-07-04T15:02:39.783Z | Downloaded crossterm v0.28.1 |
| 923 | 2026-07-04T15:02:39.785Z | Downloaded scopeguard v1.2.0 |
| 924 | 2026-07-04T15:02:39.788Z | Downloaded scheduled-thread-pool v0.2.7 |
| 925 | 2026-07-04T15:02:39.788Z | Downloaded scroll_derive v0.13.1 |
| 926 | 2026-07-04T15:02:39.788Z | Downloaded sapling-renderdag v0.1.0 |
| 927 | 2026-07-04T15:02:39.793Z | Downloaded secrecy v0.10.3 |
| 928 | 2026-07-04T15:02:39.796Z | Downloaded icu_collections v2.1.1 |
| 929 | 2026-07-04T15:02:39.796Z | Downloaded proc-macro-error2 v2.0.1 |
| 930 | 2026-07-04T15:02:39.800Z | Downloaded hashbrown v0.12.3 |
| 931 | 2026-07-04T15:02:39.802Z | Downloaded secrecy v0.8.0 |
| 932 | 2026-07-04T15:02:39.805Z | Downloaded serde-big-array v0.5.1 |
| 933 | 2026-07-04T15:02:39.808Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-07-04T15:02:39.810Z | Downloaded serde_bytes v0.11.19 |
| 935 | 2026-07-04T15:02:39.813Z | Downloaded diesel_derives v2.3.7 |
| 936 | 2026-07-04T15:02:39.817Z | Downloaded seq-macro v0.3.6 |
| 937 | 2026-07-04T15:02:39.820Z | Downloaded pkcs5 v0.8.1 |
| 938 | 2026-07-04T15:02:39.823Z | Downloaded minimal-lexical v0.2.1 |
| 939 | 2026-07-04T15:02:39.825Z | Downloaded openssl-sys v0.9.115 |
| 940 | 2026-07-04T15:02:39.828Z | Downloaded quinn-udp v0.5.14 |
| 941 | 2026-07-04T15:02:39.828Z | Downloaded pin-project v1.1.11 |
| 942 | 2026-07-04T15:02:39.834Z | Downloaded sha1 v0.10.6 |
| 943 | 2026-07-04T15:02:39.837Z | Downloaded serde_urlencoded v0.7.1 |
| 944 | 2026-07-04T15:02:39.837Z | Downloaded serde_spanned v1.1.1 |
| 945 | 2026-07-04T15:02:39.840Z | Downloaded serde_repr v0.1.20 |
| 946 | 2026-07-04T15:02:39.840Z | Downloaded signature v2.2.0 |
| 947 | 2026-07-04T15:02:39.842Z | Downloaded p384 v0.14.0-rc.10 |
| 948 | 2026-07-04T15:02:39.843Z | Downloaded prefix-trie v0.7.0 |
| 949 | 2026-07-04T15:02:39.845Z | Downloaded serde_plain v1.0.2 |
| 950 | 2026-07-04T15:02:39.845Z | Downloaded rustc-hash v2.1.1 |
| 951 | 2026-07-04T15:02:39.849Z | Downloaded rustls-pemfile v2.2.0 |
| 952 | 2026-07-04T15:02:39.852Z | Downloaded shell-words v1.1.1 |
| 953 | 2026-07-04T15:02:39.854Z | Downloaded signature v3.0.0 |
| 954 | 2026-07-04T15:02:39.855Z | Downloaded schemars_derive v0.8.22 |
| 955 | 2026-07-04T15:02:39.855Z | Downloaded rustls-native-certs v0.8.3 |
| 956 | 2026-07-04T15:02:39.857Z | Downloaded rustversion v1.0.22 |
| 957 | 2026-07-04T15:02:39.860Z | Downloaded crossterm v0.29.0 |
| 958 | 2026-07-04T15:02:39.863Z | Downloaded slog-envlogger v2.2.0 |
| 959 | 2026-07-04T15:02:39.866Z | Downloaded slog-bunyan v2.5.0 |
| 960 | 2026-07-04T15:02:39.866Z | Downloaded sigpipe v0.1.3 |
| 961 | 2026-07-04T15:02:39.868Z | Downloaded signal-hook-tokio v0.3.1 |
| 962 | 2026-07-04T15:02:39.868Z | Downloaded siphasher v1.0.2 |
| 963 | 2026-07-04T15:02:39.868Z | Downloaded sec1 v0.7.3 |
| 964 | 2026-07-04T15:02:39.871Z | Downloaded scrypt v0.12.0 |
| 965 | 2026-07-04T15:02:39.871Z | Downloaded progenitor-impl v0.13.0 |
| 966 | 2026-07-04T15:02:39.874Z | Downloaded scroll v0.13.0 |
| 967 | 2026-07-04T15:02:39.874Z | Downloaded signal-hook-mio v0.2.5 |
| 968 | 2026-07-04T15:02:39.878Z | Downloaded semver v0.1.20 |
| 969 | 2026-07-04T15:02:39.881Z | Downloaded sec1 v0.8.1 |
| 970 | 2026-07-04T15:02:39.884Z | Downloaded hyper-util v0.1.20 |
| 971 | 2026-07-04T15:02:39.887Z | Downloaded serde-hex v0.1.0 |
| 972 | 2026-07-04T15:02:39.900Z | Downloaded progenitor-impl v0.14.0 |
| 973 | 2026-07-04T15:02:39.903Z | Downloaded rustls-pki-types v1.14.0 |
| 974 | 2026-07-04T15:02:39.907Z | Downloaded sqlparser_derive v0.5.0 |
| 975 | 2026-07-04T15:02:39.917Z | Downloaded serde_path_to_error v0.1.20 |
| 976 | 2026-07-04T15:02:39.920Z | Downloaded serdect v0.4.3 |
| 977 | 2026-07-04T15:02:39.920Z | Downloaded sha1 v0.11.0 |
| 978 | 2026-07-04T15:02:39.923Z | Downloaded serde_with_macros v1.5.2 |
| 979 | 2026-07-04T15:02:39.923Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-07-04T15:02:39.926Z | Downloaded stable_deref_trait v1.2.1 |
| 981 | 2026-07-04T15:02:39.929Z | Downloaded strip-ansi-escapes v0.2.1 |
| 982 | 2026-07-04T15:02:39.929Z | Downloaded itertools v0.10.5 |
| 983 | 2026-07-04T15:02:39.932Z | Downloaded strsim v0.10.0 |
| 984 | 2026-07-04T15:02:39.934Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 985 | 2026-07-04T15:02:39.937Z | Downloaded http v1.4.2 |
| 986 | 2026-07-04T15:02:39.939Z | Downloaded prettyplease v0.2.37 |
| 987 | 2026-07-04T15:02:39.942Z | Downloaded signal-hook-registry v1.4.8 |
| 988 | 2026-07-04T15:02:39.942Z | Downloaded rcgen v0.12.1 |
| 989 | 2026-07-04T15:02:39.946Z | Downloaded salsa20 v0.11.0 |
| 990 | 2026-07-04T15:02:39.946Z | Downloaded pretty_assertions v1.4.1 |
| 991 | 2026-07-04T15:02:39.949Z | Downloaded shlex v1.3.0 |
| 992 | 2026-07-04T15:02:39.951Z | Downloaded strum v0.26.3 |
| 993 | 2026-07-04T15:02:39.956Z | Downloaded smf v0.2.3 |
| 994 | 2026-07-04T15:02:39.959Z | Downloaded slog-scope v4.4.1 |
| 995 | 2026-07-04T15:02:39.959Z | Downloaded slog-dtrace v0.3.0 |
| 996 | 2026-07-04T15:02:39.963Z | Downloaded sync_wrapper v1.0.2 |
| 997 | 2026-07-04T15:02:39.966Z | Downloaded sync-ptr v0.1.4 |
| 998 | 2026-07-04T15:02:39.966Z | Downloaded take_mut v0.2.2 |
| 999 | 2026-07-04T15:02:39.966Z | Downloaded tabwriter v1.4.1 |
| 1000 | 2026-07-04T15:02:39.969Z | Downloaded slog-async v2.8.0 |
| 1001 | 2026-07-04T15:02:39.969Z | Downloaded slog-term v2.9.2 |
| 1002 | 2026-07-04T15:02:39.969Z | Downloaded hashbrown v0.15.5 |
| 1003 | 2026-07-04T15:02:39.972Z | Downloaded supports-color v3.0.2 |
| 1004 | 2026-07-04T15:02:39.975Z | Downloaded strum v0.27.2 |
| 1005 | 2026-07-04T15:02:39.975Z | Downloaded snafu-derive v0.8.9 |
| 1006 | 2026-07-04T15:02:39.978Z | Downloaded smallvec v0.6.14 |
| 1007 | 2026-07-04T15:02:39.978Z | Downloaded hashbrown v0.16.1 |
| 1008 | 2026-07-04T15:02:39.980Z | Downloaded slog-stdlog v4.1.1 |
| 1009 | 2026-07-04T15:02:39.984Z | Downloaded slab v0.4.12 |
| 1010 | 2026-07-04T15:02:39.984Z | Downloaded subtle v2.6.1 |
| 1011 | 2026-07-04T15:02:39.989Z | Downloaded serde_derive_internals v0.29.1 |
| 1012 | 2026-07-04T15:02:39.991Z | Downloaded serde_cbor v0.11.2 |
| 1013 | 2026-07-04T15:02:39.994Z | Downloaded termtree v0.5.1 |
| 1014 | 2026-07-04T15:02:39.994Z | Downloaded tap v1.0.1 |
| 1015 | 2026-07-04T15:02:39.994Z | Downloaded tagptr v0.2.0 |
| 1016 | 2026-07-04T15:02:39.997Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1017 | 2026-07-04T15:02:39.997Z | Downloaded thread-id v5.1.0 |
| 1018 | 2026-07-04T15:02:40.001Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1019 | 2026-07-04T15:02:40.001Z | Downloaded mio v1.2.0 |
| 1020 | 2026-07-04T15:02:40.004Z | Downloaded dropshot-api-manager v0.7.2 |
| 1021 | 2026-07-04T15:02:40.007Z | Downloaded sha2 v0.11.0 |
| 1022 | 2026-07-04T15:02:40.010Z | Downloaded spki v0.8.0 |
| 1023 | 2026-07-04T15:02:40.012Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-07-04T15:02:40.012Z | Downloaded stacker v0.1.23 |
| 1025 | 2026-07-04T15:02:40.012Z | Downloaded nom v7.1.3 |
| 1026 | 2026-07-04T15:02:40.015Z | Downloaded time-core v0.1.8 |
| 1027 | 2026-07-04T15:02:40.019Z | Downloaded stringprep v0.1.5 |
| 1028 | 2026-07-04T15:02:40.019Z | Downloaded string_cache v0.8.9 |
| 1029 | 2026-07-04T15:02:40.021Z | Downloaded schemars v0.8.22 |
| 1030 | 2026-07-04T15:02:40.025Z | Downloaded num-bigint v0.4.6 |
| 1031 | 2026-07-04T15:02:40.028Z | Downloaded support-bundle-viewer v0.1.2 |
| 1032 | 2026-07-04T15:02:40.031Z | Downloaded ryu v1.0.23 |
| 1033 | 2026-07-04T15:02:40.034Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-07-04T15:02:40.034Z | Downloaded slog-json v2.6.1 |
| 1035 | 2026-07-04T15:02:40.034Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-07-04T15:02:40.037Z | Downloaded tabled_derive v0.11.0 |
| 1037 | 2026-07-04T15:02:40.040Z | Downloaded synstructure v0.13.2 |
| 1038 | 2026-07-04T15:02:40.040Z | Downloaded spin v0.9.8 |
| 1039 | 2026-07-04T15:02:40.043Z | Downloaded simd-adler32 v0.3.8 |
| 1040 | 2026-07-04T15:02:40.043Z | Downloaded libxml v0.3.3 |
| 1041 | 2026-07-04T15:02:40.046Z | Downloaded tokio-test v0.4.5 |
| 1042 | 2026-07-04T15:02:40.049Z | Downloaded smallvec v1.15.1 |
| 1043 | 2026-07-04T15:02:40.049Z | Downloaded strum_macros v0.27.2 |
| 1044 | 2026-07-04T15:02:40.051Z | Downloaded strum_macros v0.26.4 |
| 1045 | 2026-07-04T15:02:40.054Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-07-04T15:02:40.054Z | Downloaded rand v0.8.6 |
| 1047 | 2026-07-04T15:02:40.057Z | Downloaded tokio-macros v2.7.0 |
| 1048 | 2026-07-04T15:02:40.057Z | Downloaded ron v0.8.1 |
| 1049 | 2026-07-04T15:02:40.060Z | Downloaded tower-layer v0.3.3 |
| 1050 | 2026-07-04T15:02:40.062Z | Downloaded termios v0.3.3 |
| 1051 | 2026-07-04T15:02:40.062Z | Downloaded qorb v0.4.1 |
| 1052 | 2026-07-04T15:02:40.065Z | Downloaded p256 v0.14.0-rc.10 |
| 1053 | 2026-07-04T15:02:40.068Z | Downloaded itertools v0.13.0 |
| 1054 | 2026-07-04T15:02:40.071Z | Downloaded quinn v0.11.9 |
| 1055 | 2026-07-04T15:02:40.074Z | Downloaded tower-service v0.3.3 |
| 1056 | 2026-07-04T15:02:40.077Z | Downloaded topological-sort v0.2.2 |
| 1057 | 2026-07-04T15:02:40.077Z | Downloaded p521 v0.14.0-rc.10 |
| 1058 | 2026-07-04T15:02:40.079Z | Downloaded iri-string v0.7.10 |
| 1059 | 2026-07-04T15:02:40.082Z | Downloaded time-macros v0.2.27 |
| 1060 | 2026-07-04T15:02:40.085Z | Downloaded similar v2.7.0 |
| 1061 | 2026-07-04T15:02:40.088Z | Downloaded schemars v0.9.0 |
| 1062 | 2026-07-04T15:02:40.094Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-07-04T15:02:40.097Z | Downloaded hyper v1.10.1 |
| 1064 | 2026-07-04T15:02:40.100Z | Downloaded try-lock v0.2.5 |
| 1065 | 2026-07-04T15:02:40.103Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-07-04T15:02:40.103Z | Downloaded unarray v0.1.4 |
| 1067 | 2026-07-04T15:02:40.103Z | Downloaded tokio-dtrace v0.1.1 |
| 1068 | 2026-07-04T15:02:40.106Z | Downloaded thread_local v1.1.9 |
| 1069 | 2026-07-04T15:02:40.106Z | Downloaded thiserror-no-std v2.0.2 |
| 1070 | 2026-07-04T15:02:40.109Z | Downloaded typify-macro v0.6.2 |
| 1071 | 2026-07-04T15:02:40.109Z | Downloaded unicode-truncate v1.1.0 |
| 1072 | 2026-07-04T15:02:40.111Z | Downloaded num-bigint-dig v0.8.6 |
| 1073 | 2026-07-04T15:02:40.114Z | Downloaded untrusted v0.9.0 |
| 1074 | 2026-07-04T15:02:40.114Z | Downloaded itertools v0.12.1 |
| 1075 | 2026-07-04T15:02:40.118Z | Downloaded tinyvec_macros v0.1.1 |
| 1076 | 2026-07-04T15:02:40.121Z | Downloaded signal-hook v0.3.18 |
| 1077 | 2026-07-04T15:02:40.121Z | Downloaded rand v0.9.2 |
| 1078 | 2026-07-04T15:02:40.123Z | Downloaded idna v1.1.0 |
| 1079 | 2026-07-04T15:02:40.126Z | Downloaded rustls-webpki v0.103.13 |
| 1080 | 2026-07-04T15:02:40.129Z | Downloaded publicsuffix v2.3.0 |
| 1081 | 2026-07-04T15:02:40.131Z | Downloaded untrusted v0.7.1 |
| 1082 | 2026-07-04T15:02:40.131Z | Downloaded h2 v0.4.15 |
| 1083 | 2026-07-04T15:02:40.134Z | Downloaded utf-8 v0.7.6 |
| 1084 | 2026-07-04T15:02:40.137Z | Downloaded tokio-native-tls v0.3.1 |
| 1085 | 2026-07-04T15:02:40.137Z | Downloaded hkdf v0.13.0 |
| 1086 | 2026-07-04T15:02:40.140Z | Downloaded usdt v0.6.0 |
| 1087 | 2026-07-04T15:02:40.140Z | Downloaded universal-hash v0.5.1 |
| 1088 | 2026-07-04T15:02:40.140Z | Downloaded itertools v0.14.0 |
| 1089 | 2026-07-04T15:02:40.144Z | Downloaded unit-prefix v0.5.2 |
| 1090 | 2026-07-04T15:02:40.147Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1091 | 2026-07-04T15:02:40.147Z | Downloaded icu_properties_data v2.1.2 |
| 1092 | 2026-07-04T15:02:40.151Z | Downloaded tinystr v0.8.2 |
| 1093 | 2026-07-04T15:02:40.154Z | Downloaded term v0.7.0 |
| 1094 | 2026-07-04T15:02:40.157Z | Downloaded wait-timeout v0.2.1 |
| 1095 | 2026-07-04T15:02:40.157Z | Downloaded want v0.3.1 |
| 1096 | 2026-07-04T15:02:40.157Z | Downloaded waitgroup v0.1.2 |
| 1097 | 2026-07-04T15:02:40.167Z | Downloaded void v1.0.2 |
| 1098 | 2026-07-04T15:02:40.167Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-07-04T15:02:40.167Z | Downloaded utf8_iter v1.0.4 |
| 1100 | 2026-07-04T15:02:40.167Z | Downloaded tokio-tungstenite v0.21.0 |
| 1101 | 2026-07-04T15:02:40.167Z | Downloaded term v1.2.1 |
| 1102 | 2026-07-04T15:02:40.167Z | Downloaded socket2 v0.5.10 |
| 1103 | 2026-07-04T15:02:40.167Z | Downloaded rsa v0.9.10 |
| 1104 | 2026-07-04T15:02:40.171Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-07-04T15:02:40.171Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1106 | 2026-07-04T15:02:40.174Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-07-04T15:02:40.176Z | Downloaded subprocess v0.2.15 |
| 1108 | 2026-07-04T15:02:40.176Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-04T15:02:40.178Z | Downloaded libm v0.2.16 |
| 1110 | 2026-07-04T15:02:40.183Z | Downloaded xshell-macros v0.2.7 |
| 1111 | 2026-07-04T15:02:40.185Z | Downloaded hkdf v0.12.4 |
| 1112 | 2026-07-04T15:02:40.185Z | Downloaded yoke-derive v0.8.1 |
| 1113 | 2026-07-04T15:02:40.187Z | Downloaded xattr v1.6.1 |
| 1114 | 2026-07-04T15:02:40.187Z | Downloaded unicase v2.9.0 |
| 1115 | 2026-07-04T15:02:40.188Z | Downloaded tui-tree-widget v0.23.1 |
| 1116 | 2026-07-04T15:02:40.190Z | Downloaded nom v8.0.0 |
| 1117 | 2026-07-04T15:02:40.192Z | Downloaded unicode-xid v0.2.6 |
| 1118 | 2026-07-04T15:02:40.195Z | Downloaded futures-util v0.3.32 |
| 1119 | 2026-07-04T15:02:40.200Z | Downloaded tiny-keccak v2.0.2 |
| 1120 | 2026-07-04T15:02:40.203Z | Downloaded samael v0.0.19 |
| 1121 | 2026-07-04T15:02:40.205Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1122 | 2026-07-04T15:02:40.208Z | Downloaded test-strategy v0.4.5 |
| 1123 | 2026-07-04T15:02:40.211Z | Downloaded rand v0.10.1 |
| 1124 | 2026-07-04T15:02:40.213Z | Downloaded usdt-macro v0.6.0 |
| 1125 | 2026-07-04T15:02:40.213Z | Downloaded usdt-impl v0.6.0 |
| 1126 | 2026-07-04T15:02:40.213Z | Downloaded zeroize_derive v1.4.3 |
| 1127 | 2026-07-04T15:02:40.216Z | Downloaded tls_codec_derive v0.4.2 |
| 1128 | 2026-07-04T15:02:40.216Z | Downloaded slog v2.8.2 |
| 1129 | 2026-07-04T15:02:40.219Z | Downloaded usdt-attr-macro v0.6.0 |
| 1130 | 2026-07-04T15:02:40.219Z | Downloaded tls_codec v0.4.2 |
| 1131 | 2026-07-04T15:02:40.219Z | Downloaded zerofrom-derive v0.1.6 |
| 1132 | 2026-07-04T15:02:40.221Z | Downloaded uzers v0.12.2 |
| 1133 | 2026-07-04T15:02:40.222Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-07-04T15:02:40.224Z | Downloaded universal-hash v0.6.1 |
| 1135 | 2026-07-04T15:02:40.227Z | Downloaded crypto-primes v0.7.2 |
| 1136 | 2026-07-04T15:02:40.230Z | Downloaded blake3 v1.8.5 |
| 1137 | 2026-07-04T15:02:40.233Z | Downloaded walkdir v2.5.0 |
| 1138 | 2026-07-04T15:02:40.235Z | Downloaded zone v0.3.1 |
| 1139 | 2026-07-04T15:02:40.235Z | Downloaded vergen-lib v0.1.6 |
| 1140 | 2026-07-04T15:02:40.237Z | Downloaded vergen-git2 v9.1.0 |
| 1141 | 2026-07-04T15:02:40.237Z | Downloaded vsss-rs v3.3.4 |
| 1142 | 2026-07-04T15:02:40.240Z | Downloaded vergen-lib v9.1.0 |
| 1143 | 2026-07-04T15:02:40.241Z | Downloaded tokio-rustls v0.26.4 |
| 1144 | 2026-07-04T15:02:40.243Z | Downloaded zone_cfg_derive v0.3.1 |
| 1145 | 2026-07-04T15:02:40.243Z | Downloaded tinyvec v1.10.0 |
| 1146 | 2026-07-04T15:02:40.243Z | Downloaded snafu v0.8.9 |
| 1147 | 2026-07-04T15:02:40.246Z | Downloaded static_assertions v1.1.0 |
| 1148 | 2026-07-04T15:02:40.249Z | Downloaded serde_with_macros v3.17.0 |
| 1149 | 2026-07-04T15:02:40.249Z | Downloaded testing_table v0.3.0 |
| 1150 | 2026-07-04T15:02:40.251Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1151 | 2026-07-04T15:02:40.251Z | Downloaded spki v0.7.3 |
| 1152 | 2026-07-04T15:02:40.254Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-07-04T15:02:40.254Z | Downloaded whoami v1.6.1 |
| 1154 | 2026-07-04T15:02:40.257Z | Downloaded tracing-attributes v0.1.31 |
| 1155 | 2026-07-04T15:02:40.257Z | Downloaded writeable v0.6.2 |
| 1156 | 2026-07-04T15:02:40.261Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1157 | 2026-07-04T15:02:40.261Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-07-04T15:02:40.266Z | Downloaded twox-hash v2.1.2 |
| 1159 | 2026-07-04T15:02:40.274Z | Downloaded bitvec v1.0.1 |
| 1160 | 2026-07-04T15:02:40.282Z | Downloaded zeroize v1.8.2 |
| 1161 | 2026-07-04T15:02:40.285Z | Downloaded zerofrom v0.1.6 |
| 1162 | 2026-07-04T15:02:40.285Z | Downloaded vergen-gitcl v1.0.8 |
| 1163 | 2026-07-04T15:02:40.285Z | Downloaded steno v0.4.1 |
| 1164 | 2026-07-04T15:02:40.288Z | Downloaded toml v0.7.8 |
| 1165 | 2026-07-04T15:02:40.291Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1166 | 2026-07-04T15:02:40.293Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-07-04T15:02:40.297Z | Downloaded zerovec-derive v0.11.2 |
| 1168 | 2026-07-04T15:02:40.297Z | Downloaded schemars v1.2.1 |
| 1169 | 2026-07-04T15:02:40.304Z | Downloaded wyz v0.5.1 |
| 1170 | 2026-07-04T15:02:40.307Z | Downloaded vergen v9.1.0 |
| 1171 | 2026-07-04T15:02:40.307Z | Downloaded rsa v0.10.0-rc.18 |
| 1172 | 2026-07-04T15:02:40.310Z | Downloaded zstd-safe v7.2.4 |
| 1173 | 2026-07-04T15:02:40.313Z | Downloaded tar v0.4.45 |
| 1174 | 2026-07-04T15:02:40.313Z | Downloaded iddqd v0.4.2 |
| 1175 | 2026-07-04T15:02:40.318Z | Downloaded rustyline v14.0.0 |
| 1176 | 2026-07-04T15:02:40.320Z | Downloaded unicode-bidi v0.3.18 |
| 1177 | 2026-07-04T15:02:40.323Z | Downloaded yoke v0.8.1 |
| 1178 | 2026-07-04T15:02:40.328Z | Downloaded yasna v0.5.2 |
| 1179 | 2026-07-04T15:02:40.328Z | Downloaded bindgen v0.71.1 |
| 1180 | 2026-07-04T15:02:40.331Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-07-04T15:02:40.342Z | Downloaded unsafe-libyaml v0.2.11 |
| 1182 | 2026-07-04T15:02:40.345Z | Downloaded vte v0.14.1 |
| 1183 | 2026-07-04T15:02:40.347Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1184 | 2026-07-04T15:02:40.354Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-07-04T15:02:40.357Z | Downloaded tracing-core v0.1.36 |
| 1186 | 2026-07-04T15:02:40.360Z | Downloaded tungstenite v0.23.0 |
| 1187 | 2026-07-04T15:02:40.364Z | Downloaded git2 v0.20.4 |
| 1188 | 2026-07-04T15:02:40.369Z | Downloaded tokio-postgres v0.7.16 |
| 1189 | 2026-07-04T15:02:40.373Z | Downloaded typify v0.6.2 |
| 1190 | 2026-07-04T15:02:40.376Z | Downloaded zerocopy v0.6.6 |
| 1191 | 2026-07-04T15:02:40.378Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-07-04T15:02:40.382Z | Downloaded rpassword v7.4.0 |
| 1193 | 2026-07-04T15:02:40.386Z | Downloaded serde_with v1.14.0 |
| 1194 | 2026-07-04T15:02:40.390Z | Downloaded p384 v0.13.1 |
| 1195 | 2026-07-04T15:02:40.395Z | Downloaded uuid v1.23.4 |
| 1196 | 2026-07-04T15:02:40.398Z | Downloaded regex v1.12.3 |
| 1197 | 2026-07-04T15:02:40.409Z | Downloaded reqwest v0.12.28 |
| 1198 | 2026-07-04T15:02:40.412Z | Downloaded yansi v1.0.1 |
| 1199 | 2026-07-04T15:02:40.415Z | Downloaded unicode_categories v0.1.1 |
| 1200 | 2026-07-04T15:02:40.415Z | Downloaded aws-lc-rs v1.16.3 |
| 1201 | 2026-07-04T15:02:40.421Z | Downloaded zerotrie v0.2.3 |
| 1202 | 2026-07-04T15:02:40.424Z | Downloaded url v2.5.8 |
| 1203 | 2026-07-04T15:02:40.427Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-07-04T15:02:40.430Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-07-04T15:02:40.440Z | Downloaded zopfli v0.8.3 |
| 1206 | 2026-07-04T15:02:40.443Z | Downloaded curve25519-dalek v4.1.3 |
| 1207 | 2026-07-04T15:02:40.446Z | Downloaded zip v0.6.6 |
| 1208 | 2026-07-04T15:02:40.449Z | Downloaded goblin v0.10.5 |
| 1209 | 2026-07-04T15:02:40.454Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-07-04T15:02:40.457Z | Downloaded quick-xml v0.37.5 |
| 1211 | 2026-07-04T15:02:40.461Z | Downloaded portable-atomic v1.13.1 |
| 1212 | 2026-07-04T15:02:40.466Z | Downloaded rayon v1.11.0 |
| 1213 | 2026-07-04T15:02:40.471Z | Downloaded x509-cert v0.2.5 |
| 1214 | 2026-07-04T15:02:40.475Z | Downloaded lalrpop v0.19.12 |
| 1215 | 2026-07-04T15:02:40.481Z | Downloaded crypto-bigint v0.7.5 |
| 1216 | 2026-07-04T15:02:40.490Z | Downloaded zerocopy-derive v0.8.40 |
| 1217 | 2026-07-04T15:02:40.495Z | Downloaded salty v0.3.0 |
| 1218 | 2026-07-04T15:02:40.499Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-07-04T15:02:40.502Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-07-04T15:02:40.506Z | Downloaded typed-path v0.9.3 |
| 1221 | 2026-07-04T15:02:40.510Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1222 | 2026-07-04T15:02:40.515Z | Downloaded tough v0.22.0 |
| 1223 | 2026-07-04T15:02:40.520Z | Downloaded moka v0.12.13 |
| 1224 | 2026-07-04T15:02:40.525Z | Downloaded tower v0.5.3 |
| 1225 | 2026-07-04T15:02:40.535Z | Downloaded zerovec v0.11.5 |
| 1226 | 2026-07-04T15:02:40.543Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-07-04T15:02:40.549Z | Downloaded quinn-proto v0.11.13 |
| 1228 | 2026-07-04T15:02:40.553Z | Downloaded zip v4.6.1 |
| 1229 | 2026-07-04T15:02:40.556Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-07-04T15:02:40.563Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-07-04T15:02:40.568Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1232 | 2026-07-04T15:02:40.573Z | Downloaded tokio-util v0.7.18 |
| 1233 | 2026-07-04T15:02:40.581Z | Downloaded petname v2.0.2 |
| 1234 | 2026-07-04T15:02:40.590Z | Downloaded radix_trie v0.2.1 |
| 1235 | 2026-07-04T15:02:40.594Z | Downloaded winnow v1.0.3 |
| 1236 | 2026-07-04T15:02:40.604Z | Downloaded tabled v0.20.0 |
| 1237 | 2026-07-04T15:02:40.617Z | Downloaded russh v0.61.2 |
| 1238 | 2026-07-04T15:02:40.622Z | Downloaded dropshot v0.17.1 |
| 1239 | 2026-07-04T15:02:40.636Z | Downloaded winnow v0.5.40 |
| 1240 | 2026-07-04T15:02:40.640Z | Downloaded object v0.30.4 |
| 1241 | 2026-07-04T15:02:40.646Z | Downloaded zlib-rs v0.6.2 |
| 1242 | 2026-07-04T15:02:40.649Z | Downloaded winnow v0.6.26 |
| 1243 | 2026-07-04T15:02:40.655Z | Downloaded vcpkg v0.2.15 |
| 1244 | 2026-07-04T15:02:40.679Z | Downloaded smoltcp v0.9.1 |
| 1245 | 2026-07-04T15:02:40.684Z | Downloaded nix v0.27.1 |
| 1246 | 2026-07-04T15:02:40.691Z | Downloaded zerocopy v0.8.40 |
| 1247 | 2026-07-04T15:02:40.697Z | Downloaded diesel v2.3.7 |
| 1248 | 2026-07-04T15:02:40.709Z | Downloaded regress v0.11.1 |
| 1249 | 2026-07-04T15:02:40.715Z | Downloaded hickory-proto v0.25.2 |
| 1250 | 2026-07-04T15:02:40.724Z | Downloaded regress v0.10.5 |
| 1251 | 2026-07-04T15:02:40.729Z | Downloaded regex-syntax v0.8.10 |
| 1252 | 2026-07-04T15:02:40.733Z | Downloaded polar-core v0.27.3 |
| 1253 | 2026-07-04T15:02:40.738Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-07-04T15:02:40.744Z | Downloaded openssl v0.10.79 |
| 1255 | 2026-07-04T15:02:40.750Z | Downloaded time v0.3.47 |
| 1256 | 2026-07-04T15:02:40.757Z | Downloaded regex-syntax v0.6.29 |
| 1257 | 2026-07-04T15:02:40.761Z | Downloaded object v0.37.3 |
| 1258 | 2026-07-04T15:02:40.767Z | Downloaded nix v0.31.2 |
| 1259 | 2026-07-04T15:02:40.774Z | Downloaded nix v0.28.0 |
| 1260 | 2026-07-04T15:02:40.781Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-07-04T15:02:40.790Z | Downloaded openapiv3 v2.2.0 |
| 1262 | 2026-07-04T15:02:40.797Z | Downloaded fiat-crypto v0.3.0 |
| 1263 | 2026-07-04T15:02:40.805Z | Downloaded smoltcp v0.11.0 |
| 1264 | 2026-07-04T15:02:40.812Z | Downloaded sha3 v0.11.0 |
| 1265 | 2026-07-04T15:02:40.820Z | Downloaded rustls v0.23.41 |
| 1266 | 2026-07-04T15:02:40.839Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-07-04T15:02:40.844Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-07-04T15:02:40.859Z | Downloaded petgraph v0.6.5 |
| 1269 | 2026-07-04T15:02:40.896Z | Downloaded petgraph v0.8.3 |
| 1270 | 2026-07-04T15:02:40.909Z | Downloaded sqlparser v0.61.0 |
| 1271 | 2026-07-04T15:02:40.915Z | Downloaded csv v1.4.0 |
| 1272 | 2026-07-04T15:02:40.927Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1273 | 2026-07-04T15:02:40.939Z | Downloaded tokio v1.52.1 |
| 1274 | 2026-07-04T15:02:40.969Z | Downloaded sled v0.34.7 |
| 1275 | 2026-07-04T15:02:40.974Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-07-04T15:02:40.983Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-04T15:02:40.995Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1278 | 2026-07-04T15:02:41.002Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-07-04T15:02:41.021Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-07-04T15:02:41.044Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1281 | 2026-07-04T15:02:41.076Z | Downloaded jiff v0.2.21 |
| 1282 | 2026-07-04T15:02:41.087Z | Downloaded chrono-tz v0.10.4 |
| 1283 | 2026-07-04T15:02:41.124Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-07-04T15:02:41.148Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-07-04T15:02:41.204Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-07-04T15:02:41.250Z | Downloaded ring v0.17.14 |
| 1287 | 2026-07-04T15:02:41.786Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-04T15:02:42.043Z | Compiling libc v0.2.185 |
| 1289 | 2026-07-04T15:02:42.043Z | Compiling serde_core v1.0.228 |
| 1290 | 2026-07-04T15:02:42.043Z | Compiling serde v1.0.228 |
| 1291 | 2026-07-04T15:02:42.046Z | Compiling log v0.4.29 |
| 1292 | 2026-07-04T15:02:42.046Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-07-04T15:02:42.047Z | Compiling shlex v1.3.0 |
| 1294 | 2026-07-04T15:02:42.047Z | Compiling find-msvc-tools v0.1.9 |
| 1295 | 2026-07-04T15:02:42.047Z | Compiling subtle v2.6.1 |
| 1296 | 2026-07-04T15:02:42.185Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-07-04T15:02:42.232Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-04T15:02:42.244Z | Compiling typenum v1.20.1 |
| 1299 | 2026-07-04T15:02:42.247Z | Compiling serde_json v1.0.150 |
| 1300 | 2026-07-04T15:02:42.273Z | Compiling portable-atomic v1.13.1 |
| 1301 | 2026-07-04T15:02:42.310Z | Compiling syn v2.0.117 |
| 1302 | 2026-07-04T15:02:42.323Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-07-04T15:02:42.326Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-07-04T15:02:42.416Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-04T15:02:42.453Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-07-04T15:02:42.467Z | Compiling critical-section v1.2.0 |
| 1307 | 2026-07-04T15:02:42.493Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-07-04T15:02:42.507Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-07-04T15:02:42.523Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-07-04T15:02:42.554Z | Compiling libm v0.2.16 |
| 1311 | 2026-07-04T15:02:42.570Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-07-04T15:02:42.632Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-07-04T15:02:42.649Z | Compiling const-oid v0.9.6 |
| 1314 | 2026-07-04T15:02:42.654Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-07-04T15:02:42.707Z | Compiling litemap v0.8.1 |
| 1316 | 2026-07-04T15:02:42.710Z | Compiling writeable v0.6.2 |
| 1317 | 2026-07-04T15:02:42.748Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-04T15:02:42.851Z | Compiling icu_properties_data v2.1.2 |
| 1319 | 2026-07-04T15:02:42.938Z | Compiling icu_normalizer_data v2.1.1 |
| 1320 | 2026-07-04T15:02:42.938Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-04T15:02:42.967Z | Compiling slab v0.4.12 |
| 1322 | 2026-07-04T15:02:42.985Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-07-04T15:02:42.988Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-07-04T15:02:43.072Z | Compiling rustversion v1.0.22 |
| 1325 | 2026-07-04T15:02:43.075Z | Compiling utf8_iter v1.0.4 |
| 1326 | 2026-07-04T15:02:43.142Z | Compiling futures-channel v0.3.32 |
| 1327 | 2026-07-04T15:02:43.142Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-07-04T15:02:43.220Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-04T15:02:43.236Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-07-04T15:02:43.250Z | Compiling rustix v1.1.3 |
| 1331 | 2026-07-04T15:02:43.265Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-07-04T15:02:43.293Z | Compiling errno v0.3.14 |
| 1333 | 2026-07-04T15:02:43.311Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-07-04T15:02:43.343Z | Compiling mio v1.2.0 |
| 1335 | 2026-07-04T15:02:43.412Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-04T15:02:43.425Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-07-04T15:02:43.469Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-04T15:02:43.550Z | Compiling cc v1.2.56 |
| 1339 | 2026-07-04T15:02:43.574Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-07-04T15:02:43.583Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-07-04T15:02:43.641Z | Compiling dunce v1.0.5 |
| 1342 | 2026-07-04T15:02:43.655Z | Compiling fs_extra v1.3.0 |
| 1343 | 2026-07-04T15:02:43.700Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-07-04T15:02:43.714Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-07-04T15:02:43.754Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-07-04T15:02:43.783Z | Compiling base64ct v1.8.3 |
| 1347 | 2026-07-04T15:02:43.808Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-07-04T15:02:43.871Z | Compiling flagset v0.4.7 |
| 1349 | 2026-07-04T15:02:43.903Z | Compiling base64 v0.22.1 |
| 1350 | 2026-07-04T15:02:43.937Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-04T15:02:43.966Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-07-04T15:02:43.988Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-07-04T15:02:44.014Z | Compiling cmov v0.5.4 |
| 1354 | 2026-07-04T15:02:44.066Z | Compiling pem-rfc7468 v0.7.0 |
| 1355 | 2026-07-04T15:02:44.117Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-07-04T15:02:44.162Z | Compiling httparse v1.10.1 |
| 1357 | 2026-07-04T15:02:44.177Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-07-04T15:02:44.216Z | Compiling ctutils v0.4.2 |
| 1359 | 2026-07-04T15:02:44.245Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-07-04T15:02:44.260Z | Compiling untrusted v0.7.1 |
| 1361 | 2026-07-04T15:02:44.285Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-07-04T15:02:44.300Z | Compiling schemars v0.8.22 |
| 1363 | 2026-07-04T15:02:44.399Z | Compiling cmake v0.1.57 |
| 1364 | 2026-07-04T15:02:44.416Z | Compiling tower-layer v0.3.3 |
| 1365 | 2026-07-04T15:02:44.419Z | Compiling tower-service v0.3.3 |
| 1366 | 2026-07-04T15:02:44.419Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-04T15:02:44.444Z | Compiling try-lock v0.2.5 |
| 1368 | 2026-07-04T15:02:44.531Z | Compiling bitflags v2.11.0 |
| 1369 | 2026-07-04T15:02:44.534Z | Compiling semver v1.0.28 |
| 1370 | 2026-07-04T15:02:44.548Z | Compiling indexmap v2.14.0 |
| 1371 | 2026-07-04T15:02:44.566Z | Compiling uuid v1.23.4 |
| 1372 | 2026-07-04T15:02:44.589Z | Compiling want v0.3.1 |
| 1373 | 2026-07-04T15:02:44.644Z | Compiling rustls v0.23.41 |
| 1374 | 2026-07-04T15:02:44.648Z | Compiling openssl v0.10.79 |
| 1375 | 2026-07-04T15:02:44.648Z | Compiling untrusted v0.9.0 |
| 1376 | 2026-07-04T15:02:44.686Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-07-04T15:02:44.797Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-07-04T15:02:44.813Z | Compiling foreign-types-shared v0.1.1 |
| 1379 | 2026-07-04T15:02:44.816Z | Compiling httpdate v1.0.3 |
| 1380 | 2026-07-04T15:02:44.842Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-07-04T15:02:44.856Z | Compiling spin v0.9.8 |
| 1382 | 2026-07-04T15:02:44.911Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-07-04T15:02:44.927Z | Compiling time-core v0.1.8 |
| 1384 | 2026-07-04T15:02:44.942Z | Compiling crc32fast v1.5.0 |
| 1385 | 2026-07-04T15:02:44.997Z | Compiling native-tls v0.2.18 |
| 1386 | 2026-07-04T15:02:45.016Z | Compiling powerfmt v0.2.0 |
| 1387 | 2026-07-04T15:02:45.082Z | Compiling num-conv v0.2.0 |
| 1388 | 2026-07-04T15:02:45.097Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-07-04T15:02:45.110Z | Compiling sync_wrapper v1.0.2 |
| 1390 | 2026-07-04T15:02:45.148Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-07-04T15:02:45.233Z | Compiling aws-lc-sys v0.40.0 |
| 1392 | 2026-07-04T15:02:45.249Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-07-04T15:02:45.252Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-07-04T15:02:45.252Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1395 | 2026-07-04T15:02:45.292Z | Compiling time-macros v0.2.27 |
| 1396 | 2026-07-04T15:02:45.297Z | Compiling deranged v0.5.8 |
| 1397 | 2026-07-04T15:02:45.348Z | Compiling quick-error v1.2.3 |
| 1398 | 2026-07-04T15:02:45.364Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-07-04T15:02:45.367Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-07-04T15:02:45.395Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-07-04T15:02:45.410Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-07-04T15:02:45.474Z | Compiling num_threads v0.1.7 |
| 1403 | 2026-07-04T15:02:45.587Z | Compiling syn v1.0.109 |
| 1404 | 2026-07-04T15:02:45.718Z | Compiling crossbeam-utils v0.8.21 |
| 1405 | 2026-07-04T15:02:45.959Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-07-04T15:02:46.050Z | Compiling siphasher v1.0.2 |
| 1407 | 2026-07-04T15:02:46.066Z | Compiling usdt-impl v0.6.0 |
| 1408 | 2026-07-04T15:02:46.081Z | Compiling simd-adler32 v0.3.8 |
| 1409 | 2026-07-04T15:02:46.189Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-07-04T15:02:46.204Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-07-04T15:02:46.260Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-07-04T15:02:46.343Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1413 | 2026-07-04T15:02:46.359Z | Compiling heapless v0.7.17 |
| 1414 | 2026-07-04T15:02:46.362Z | Compiling slog v2.8.2 |
| 1415 | 2026-07-04T15:02:46.389Z | Compiling rand_xorshift v0.4.0 |
| 1416 | 2026-07-04T15:02:46.406Z | Compiling thread-id v5.1.0 |
| 1417 | 2026-07-04T15:02:46.419Z | Compiling cookie v0.18.1 |
| 1418 | 2026-07-04T15:02:46.439Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-07-04T15:02:46.442Z | Compiling unarray v0.1.4 |
| 1420 | 2026-07-04T15:02:46.504Z | Compiling paste v1.0.15 |
| 1421 | 2026-07-04T15:02:46.516Z | Compiling time v0.3.47 |
| 1422 | 2026-07-04T15:02:46.541Z | Compiling zstd-safe v7.2.4 |
| 1423 | 2026-07-04T15:02:46.576Z | Compiling anyhow v1.0.102 |
| 1424 | 2026-07-04T15:02:46.592Z | Compiling signal-hook v0.3.18 |
| 1425 | 2026-07-04T15:02:46.594Z | Compiling unicode-bidi v0.3.18 |
| 1426 | 2026-07-04T15:02:46.620Z | Compiling unicode-properties v0.1.4 |
| 1427 | 2026-07-04T15:02:46.655Z | Compiling allocator-api2 v0.2.21 |
| 1428 | 2026-07-04T15:02:46.669Z | Compiling iri-string v0.7.10 |
| 1429 | 2026-07-04T15:02:46.683Z | Compiling ryu v1.0.23 |
| 1430 | 2026-07-04T15:02:46.885Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-04T15:02:46.915Z | Compiling camino v1.2.2 |
| 1432 | 2026-07-04T15:02:47.007Z | Compiling stringprep v0.1.5 |
| 1433 | 2026-07-04T15:02:47.129Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-07-04T15:02:47.155Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-07-04T15:02:47.171Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-07-04T15:02:47.320Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-07-04T15:02:47.480Z | Compiling zerovec-derive v0.11.2 |
| 1438 | 2026-07-04T15:02:47.519Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-07-04T15:02:47.547Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-07-04T15:02:47.562Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-07-04T15:02:47.814Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-07-04T15:02:47.870Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-07-04T15:02:48.189Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-07-04T15:02:48.268Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-07-04T15:02:48.351Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-07-04T15:02:48.365Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-07-04T15:02:48.562Z | Compiling hybrid-array v0.4.13 |
| 1448 | 2026-07-04T15:02:48.681Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-07-04T15:02:48.696Z | Compiling zerofrom v0.1.6 |
| 1450 | 2026-07-04T15:02:48.696Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-07-04T15:02:48.699Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-07-04T15:02:48.839Z | Compiling yoke v0.8.1 |
| 1453 | 2026-07-04T15:02:48.855Z | Compiling digest v0.10.7 |
| 1454 | 2026-07-04T15:02:48.858Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-07-04T15:02:48.884Z | Compiling scroll_derive v0.13.1 |
| 1456 | 2026-07-04T15:02:48.884Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-07-04T15:02:49.040Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-07-04T15:02:49.125Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-07-04T15:02:49.198Z | Compiling der v0.7.10 |
| 1460 | 2026-07-04T15:02:49.374Z | Compiling darling_macro v0.20.11 |
| 1461 | 2026-07-04T15:02:49.378Z | Compiling openssl-macros v0.1.1 |
| 1462 | 2026-07-04T15:02:49.443Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-07-04T15:02:49.560Z | Compiling tinystr v0.8.2 |
| 1464 | 2026-07-04T15:02:49.576Z | Compiling potential_utf v0.1.4 |
| 1465 | 2026-07-04T15:02:49.708Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-07-04T15:02:49.752Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-07-04T15:02:49.769Z | Compiling tracing v0.1.44 |
| 1468 | 2026-07-04T15:02:49.785Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-07-04T15:02:49.801Z | Compiling scroll v0.13.0 |
| 1470 | 2026-07-04T15:02:49.909Z | Compiling hmac v0.12.1 |
| 1471 | 2026-07-04T15:02:49.924Z | Compiling darling v0.20.11 |
| 1472 | 2026-07-04T15:02:50.021Z | Compiling derive_builder_core v0.20.2 |
| 1473 | 2026-07-04T15:02:50.057Z | Compiling spki v0.7.3 |
| 1474 | 2026-07-04T15:02:50.094Z | Compiling goblin v0.10.5 |
| 1475 | 2026-07-04T15:02:50.110Z | Compiling dtrace-parser v0.3.0 |
| 1476 | 2026-07-04T15:02:50.207Z | Compiling scroll_derive v0.12.1 |
| 1477 | 2026-07-04T15:02:50.223Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-07-04T15:02:50.280Z | Compiling thiserror-impl v1.0.69 |
| 1479 | 2026-07-04T15:02:50.449Z | Compiling icu_provider v2.1.1 |
| 1480 | 2026-07-04T15:02:50.498Z | Compiling block-padding v0.4.2 |
| 1481 | 2026-07-04T15:02:50.653Z | Compiling block-buffer v0.12.1 |
| 1482 | 2026-07-04T15:02:50.681Z | Compiling bytes v1.11.1 |
| 1483 | 2026-07-04T15:02:50.769Z | Compiling icu_normalizer v2.1.1 |
| 1484 | 2026-07-04T15:02:50.786Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-07-04T15:02:50.877Z | Compiling chrono v0.4.44 |
| 1486 | 2026-07-04T15:02:50.880Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-07-04T15:02:50.906Z | Compiling serde_tokenstream v0.2.3 |
| 1488 | 2026-07-04T15:02:50.930Z | Compiling scroll v0.12.0 |
| 1489 | 2026-07-04T15:02:50.933Z | Compiling derive_builder_macro v0.20.2 |
| 1490 | 2026-07-04T15:02:50.960Z | Compiling serde_urlencoded v0.7.1 |
| 1491 | 2026-07-04T15:02:51.094Z | Compiling toml_datetime v0.6.11 |
| 1492 | 2026-07-04T15:02:51.227Z | Compiling tokio v1.52.1 |
| 1493 | 2026-07-04T15:02:51.230Z | Compiling http v1.4.2 |
| 1494 | 2026-07-04T15:02:51.255Z | Compiling erased-serde v0.3.31 |
| 1495 | 2026-07-04T15:02:51.319Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-07-04T15:02:51.341Z | Compiling crypto-common v0.2.2 |
| 1497 | 2026-07-04T15:02:51.372Z | Compiling md-5 v0.10.6 |
| 1498 | 2026-07-04T15:02:51.391Z | Compiling signature v2.2.0 |
| 1499 | 2026-07-04T15:02:51.445Z | Compiling darling_macro v0.21.3 |
| 1500 | 2026-07-04T15:02:51.478Z | Compiling rustls-native-certs v0.8.3 |
| 1501 | 2026-07-04T15:02:51.547Z | Compiling bstr v1.12.1 |
| 1502 | 2026-07-04T15:02:51.592Z | Compiling zerocopy-derive v0.7.35 |
| 1503 | 2026-07-04T15:02:51.594Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-07-04T15:02:51.720Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-07-04T15:02:51.752Z | Compiling pin-project-internal v1.1.11 |
| 1506 | 2026-07-04T15:02:51.779Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-07-04T15:02:51.881Z | Compiling idna v1.1.0 |
| 1508 | 2026-07-04T15:02:51.915Z | Compiling ppv-lite86 v0.2.21 |
| 1509 | 2026-07-04T15:02:51.978Z | Compiling http-body v1.0.1 |
| 1510 | 2026-07-04T15:02:52.116Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-07-04T15:02:52.168Z | Compiling curve25519-dalek v4.1.3 |
| 1512 | 2026-07-04T15:02:52.204Z | Compiling url v2.5.8 |
| 1513 | 2026-07-04T15:02:52.253Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-07-04T15:02:52.315Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-07-04T15:02:52.377Z | Compiling num-integer v0.1.46 |
| 1516 | 2026-07-04T15:02:52.502Z | Compiling rand v0.9.2 |
| 1517 | 2026-07-04T15:02:52.579Z | Compiling vergen-lib v9.1.0 |
| 1518 | 2026-07-04T15:02:52.595Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-07-04T15:02:52.619Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-07-04T15:02:52.803Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-07-04T15:02:52.806Z | Compiling rustix v0.38.44 |
| 1522 | 2026-07-04T15:02:52.853Z | Compiling dof v0.4.0 |
| 1523 | 2026-07-04T15:02:52.921Z | Compiling mime v0.3.17 |
| 1524 | 2026-07-04T15:02:52.936Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2026-07-04T15:02:52.950Z | Compiling psl-types v2.0.11 |
| 1526 | 2026-07-04T15:02:53.019Z | Compiling litrs v1.0.0 |
| 1527 | 2026-07-04T15:02:53.032Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-07-04T15:02:53.081Z | Compiling proptest v1.10.0 |
| 1529 | 2026-07-04T15:02:53.094Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-07-04T15:02:53.153Z | Compiling ref-cast v1.0.25 |
| 1531 | 2026-07-04T15:02:53.189Z | Compiling smoltcp v0.9.1 |
| 1532 | 2026-07-04T15:02:53.202Z | Compiling zlib-rs v0.6.2 |
| 1533 | 2026-07-04T15:02:53.314Z | Compiling postgres-protocol v0.6.10 |
| 1534 | 2026-07-04T15:02:53.342Z | Compiling publicsuffix v2.3.0 |
| 1535 | 2026-07-04T15:02:53.359Z | Compiling nix v0.31.2 |
| 1536 | 2026-07-04T15:02:53.374Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-07-04T15:02:53.565Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-07-04T15:02:53.568Z | Compiling document-features v0.2.12 |
| 1539 | 2026-07-04T15:02:53.639Z | Compiling num-iter v0.1.45 |
| 1540 | 2026-07-04T15:02:53.771Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-07-04T15:02:53.786Z | Compiling rand v0.8.6 |
| 1542 | 2026-07-04T15:02:53.848Z | Compiling oxnet v0.1.6 |
| 1543 | 2026-07-04T15:02:53.896Z | Compiling darling v0.21.3 |
| 1544 | 2026-07-04T15:02:54.008Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-07-04T15:02:54.058Z | Compiling goblin v0.8.2 |
| 1546 | 2026-07-04T15:02:54.105Z | Compiling hubpack_derive v0.1.1 |
| 1547 | 2026-07-04T15:02:54.121Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-07-04T15:02:54.146Z | Compiling hex v0.4.3 |
| 1549 | 2026-07-04T15:02:54.211Z | Compiling inout v0.2.2 |
| 1550 | 2026-07-04T15:02:54.312Z | Compiling regex v1.12.3 |
| 1551 | 2026-07-04T15:02:54.406Z | Compiling snafu-derive v0.8.9 |
| 1552 | 2026-07-04T15:02:54.421Z | Compiling daft-derive v0.1.7 |
| 1553 | 2026-07-04T15:02:54.421Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-07-04T15:02:54.451Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1555 | 2026-07-04T15:02:54.454Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-07-04T15:02:54.686Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-07-04T15:02:54.747Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-07-04T15:02:54.767Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-07-04T15:02:54.794Z | Compiling anstyle-parse v0.2.7 |
| 1560 | 2026-07-04T15:02:54.876Z | Compiling cargo-platform v0.3.2 |
| 1561 | 2026-07-04T15:02:54.907Z | Compiling vergen v9.1.0 |
| 1562 | 2026-07-04T15:02:54.922Z | Compiling ff v0.13.1 |
| 1563 | 2026-07-04T15:02:54.949Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-07-04T15:02:54.994Z | Compiling ahash v0.8.12 |
| 1565 | 2026-07-04T15:02:55.057Z | Compiling winnow v0.5.40 |
| 1566 | 2026-07-04T15:02:55.073Z | Compiling unicode-segmentation v1.12.0 |
| 1567 | 2026-07-04T15:02:55.087Z | Compiling same-file v1.0.6 |
| 1568 | 2026-07-04T15:02:55.128Z | Compiling tokio-util v0.7.18 |
| 1569 | 2026-07-04T15:02:55.163Z | Compiling tower v0.5.3 |
| 1570 | 2026-07-04T15:02:55.178Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-07-04T15:02:55.192Z | Compiling libbz2-rs-sys v0.2.2 |
| 1572 | 2026-07-04T15:02:55.220Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-07-04T15:02:55.248Z | Compiling foldhash v0.2.0 |
| 1574 | 2026-07-04T15:02:55.267Z | Compiling managed v0.8.0 |
| 1575 | 2026-07-04T15:02:55.304Z | Compiling base16ct v0.2.0 |
| 1576 | 2026-07-04T15:02:55.375Z | Compiling object v0.37.3 |
| 1577 | 2026-07-04T15:02:55.475Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-07-04T15:02:55.490Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-04T15:02:55.503Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-07-04T15:02:55.659Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-07-04T15:02:55.706Z | Compiling daft v0.1.7 |
| 1582 | 2026-07-04T15:02:55.728Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-07-04T15:02:55.752Z | Compiling hashbrown v0.15.5 |
| 1584 | 2026-07-04T15:02:55.831Z | Compiling h2 v0.4.15 |
| 1585 | 2026-07-04T15:02:55.886Z | Compiling bzip2 v0.6.1 |
| 1586 | 2026-07-04T15:02:56.006Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-07-04T15:02:56.083Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-07-04T15:02:56.107Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-07-04T15:02:56.231Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-07-04T15:02:56.337Z | Compiling dof v0.3.0 |
| 1591 | 2026-07-04T15:02:56.384Z | Compiling snafu v0.8.9 |
| 1592 | 2026-07-04T15:02:56.398Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-07-04T15:02:56.468Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-07-04T15:02:56.496Z | Compiling strum v0.27.2 |
| 1595 | 2026-07-04T15:02:56.513Z | Compiling clap_builder v4.6.0 |
| 1596 | 2026-07-04T15:02:56.530Z | Compiling group v0.13.0 |
| 1597 | 2026-07-04T15:02:56.556Z | Compiling anstream v0.6.21 |
| 1598 | 2026-07-04T15:02:56.570Z | Compiling phf v0.13.1 |
| 1599 | 2026-07-04T15:02:56.712Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-07-04T15:02:56.727Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-07-04T15:02:56.765Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-04T15:02:56.848Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-07-04T15:02:56.880Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-07-04T15:02:56.963Z | Compiling bzip2 v0.4.4 |
| 1605 | 2026-07-04T15:02:57.063Z | Compiling cipher v0.5.2 |
| 1606 | 2026-07-04T15:02:57.078Z | Compiling futures v0.3.32 |
| 1607 | 2026-07-04T15:02:57.117Z | Compiling serde_with_macros v3.17.0 |
| 1608 | 2026-07-04T15:02:57.184Z | Compiling postgres-types v0.2.12 |
| 1609 | 2026-07-04T15:02:57.201Z | Compiling zstd v0.13.3 |
| 1610 | 2026-07-04T15:02:57.514Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-04T15:02:57.529Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-07-04T15:02:57.625Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-07-04T15:02:57.693Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-07-04T15:02:57.738Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-07-04T15:02:57.806Z | Compiling serde_plain v1.0.2 |
| 1616 | 2026-07-04T15:02:57.855Z | Compiling pkcs1 v0.7.5 |
| 1617 | 2026-07-04T15:02:57.899Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-04T15:02:57.922Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-04T15:02:58.024Z | Compiling enum-as-inner v0.6.1 |
| 1620 | 2026-07-04T15:02:58.087Z | Compiling async-recursion v1.1.1 |
| 1621 | 2026-07-04T15:02:58.225Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-07-04T15:02:58.276Z | Compiling clap_derive v4.6.1 |
| 1623 | 2026-07-04T15:02:58.325Z | Compiling strum_macros v0.26.4 |
| 1624 | 2026-07-04T15:02:58.340Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-04T15:02:58.546Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-04T15:02:58.565Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-04T15:02:58.580Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-04T15:02:58.640Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-04T15:02:58.683Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-04T15:02:58.716Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2026-07-04T15:02:58.802Z | Compiling precomputed-hash v0.1.1 |
| 1632 | 2026-07-04T15:02:58.805Z | Compiling normalize-line-endings v0.3.0 |
| 1633 | 2026-07-04T15:02:58.830Z | Compiling static_assertions v1.1.0 |
| 1634 | 2026-07-04T15:02:58.886Z | Compiling whoami v2.1.0 |
| 1635 | 2026-07-04T15:02:58.906Z | Compiling typed-path v0.9.3 |
| 1636 | 2026-07-04T15:02:58.920Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-07-04T15:02:58.934Z | Compiling jiff v0.2.21 |
| 1638 | 2026-07-04T15:02:58.937Z | Compiling predicates-core v1.0.10 |
| 1639 | 2026-07-04T15:02:59.028Z | Compiling hyper v1.10.1 |
| 1640 | 2026-07-04T15:02:59.152Z | Compiling difflib v0.4.0 |
| 1641 | 2026-07-04T15:02:59.155Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-07-04T15:02:59.294Z | Compiling keccak v0.1.6 |
| 1643 | 2026-07-04T15:02:59.419Z | Compiling const-oid v0.10.2 |
| 1644 | 2026-07-04T15:02:59.438Z | Compiling winnow v1.0.3 |
| 1645 | 2026-07-04T15:02:59.618Z | Compiling fixedbitset v0.5.7 |
| 1646 | 2026-07-04T15:02:59.646Z | Compiling cpufeatures v0.3.0 |
| 1647 | 2026-07-04T15:02:59.661Z | Compiling either v1.15.0 |
| 1648 | 2026-07-04T15:02:59.737Z | Compiling chacha20 v0.10.0 |
| 1649 | 2026-07-04T15:02:59.759Z | Compiling digest v0.11.3 |
| 1650 | 2026-07-04T15:02:59.816Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1651 | 2026-07-04T15:02:59.889Z | Compiling itertools v0.13.0 |
| 1652 | 2026-07-04T15:02:59.947Z | Compiling petgraph v0.8.3 |
| 1653 | 2026-07-04T15:03:00.009Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-07-04T15:03:00.070Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-07-04T15:03:00.095Z | Compiling predicates v3.1.4 |
| 1656 | 2026-07-04T15:03:00.111Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-07-04T15:03:00.134Z | Compiling hickory-proto v0.25.2 |
| 1658 | 2026-07-04T15:03:00.152Z | Compiling clap v4.6.1 |
| 1659 | 2026-07-04T15:03:00.202Z | Compiling hyper-util v0.1.20 |
| 1660 | 2026-07-04T15:03:00.216Z | Compiling strum v0.26.3 |
| 1661 | 2026-07-04T15:03:00.246Z | Compiling tokio-postgres v0.7.16 |
| 1662 | 2026-07-04T15:03:00.364Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1663 | 2026-07-04T15:03:00.477Z | Compiling elliptic-curve v0.13.8 |
| 1664 | 2026-07-04T15:03:00.492Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-07-04T15:03:00.700Z | Compiling env_logger v0.11.9 |
| 1666 | 2026-07-04T15:03:00.735Z | Compiling usdt v0.6.0 |
| 1667 | 2026-07-04T15:03:00.777Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-04T15:03:00.903Z | Compiling crossterm v0.28.1 |
| 1669 | 2026-07-04T15:03:01.019Z | Compiling serde_with v3.17.0 |
| 1670 | 2026-07-04T15:03:01.072Z | Compiling rsa v0.9.10 |
| 1671 | 2026-07-04T15:03:01.149Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-07-04T15:03:01.371Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-04T15:03:01.641Z | Compiling hyper-tls v0.6.0 |
| 1674 | 2026-07-04T15:03:01.817Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-07-04T15:03:01.899Z | Compiling zip v4.6.1 |
| 1676 | 2026-07-04T15:03:01.996Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-04T15:03:02.217Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-04T15:03:02.497Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-07-04T15:03:02.690Z | Compiling similar v2.7.0 |
| 1680 | 2026-07-04T15:03:02.804Z | Compiling heck v0.4.1 |
| 1681 | 2026-07-04T15:03:02.835Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-04T15:03:02.851Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-04T15:03:02.911Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-07-04T15:03:02.993Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-04T15:03:03.054Z | Compiling crossbeam-epoch v0.9.18 |
| 1686 | 2026-07-04T15:03:03.141Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-07-04T15:03:03.187Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-07-04T15:03:03.218Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-07-04T15:03:03.293Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-07-04T15:03:03.403Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-07-04T15:03:03.418Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-07-04T15:03:03.446Z | Compiling filetime v0.2.27 |
| 1693 | 2026-07-04T15:03:03.495Z | Compiling term v1.2.1 |
| 1694 | 2026-07-04T15:03:03.534Z | Compiling take_mut v0.2.2 |
| 1695 | 2026-07-04T15:03:03.582Z | Compiling xattr v1.6.1 |
| 1696 | 2026-07-04T15:03:03.601Z | Compiling camino-tempfile v1.4.1 |
| 1697 | 2026-07-04T15:03:03.770Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-07-04T15:03:03.829Z | Compiling tar v0.4.45 |
| 1699 | 2026-07-04T15:03:21.550Z | Compiling rustls-webpki v0.103.13 |
| 1700 | 2026-07-04T15:03:24.259Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-07-04T15:03:24.259Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-07-04T15:03:24.259Z | Compiling tough v0.22.0 |
| 1703 | 2026-07-04T15:03:24.471Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-07-04T15:03:24.663Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-07-04T15:03:26.783Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-07-04T15:03:27.031Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-07-04T15:03:29.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s |
| 1708 | 2026-07-04T15:03:29.986Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-07-04T15:03:30.043Z | Jul 04 15:03:29.322 INFO Starting download, target: Clickhouse |
| 1710 | 2026-07-04T15:03:30.043Z | Jul 04 15:03:29.323 INFO Starting download, target: DendriteStub |
| 1711 | 2026-07-04T15:03:30.043Z | Jul 04 15:03:29.323 INFO Starting download, target: Console |
| 1712 | 2026-07-04T15:03:30.043Z | Jul 04 15:03:29.323 INFO Starting download, target: MaghemiteMgd |
| 1713 | 2026-07-04T15:03:30.043Z | Jul 04 15:03:29.323 INFO Starting download, target: Cockroach |
| 1714 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1718 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1720 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-07-04T15:03:30.046Z | Jul 04 15:03:29.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-07-04T15:03:30.525Z | Jul 04 15:03:29.803 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-07-04T15:03:30.740Z | Jul 04 15:03:30.009 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-07-04T15:03:31.800Z | Jul 04 15:03:31.080 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-07-04T15:03:31.873Z | Jul 04 15:03:31.148 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1727 | 2026-07-04T15:03:31.885Z | Jul 04 15:03:31.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1728 | 2026-07-04T15:03:32.053Z | Jul 04 15:03:31.332 INFO Download complete, target: Console |
| 1729 | 2026-07-04T15:03:32.099Z | Jul 04 15:03:31.376 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-07-04T15:03:32.436Z | Jul 04 15:03:31.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-07-04T15:03:32.580Z | Jul 04 15:03:31.820 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-07-04T15:03:32.580Z | Jul 04 15:03:31.820 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-07-04T15:03:33.766Z | Jul 04 15:03:33.045 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-07-04T15:03:34.538Z | Jul 04 15:03:33.805 INFO Download complete, target: DendriteStub |
| 1735 | 2026-07-04T15:03:34.698Z | Jul 04 15:03:33.978 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-07-04T15:03:37.124Z | Jul 04 15:03:36.403 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-07-04T15:03:37.243Z | Jul 04 15:03:36.523 INFO Download complete, target: Cockroach |
| 1738 | 2026-07-04T15:03:38.976Z | Jul 04 15:03:38.249 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-07-04T15:03:39.051Z | Jul 04 15:03:38.330 INFO Download complete, target: Clickhouse |
| 1740 | 2026-07-04T15:03:39.077Z | All prerequisites installed successfully |
| 1741 | 2026-07-04T15:03:39.094Z | |
| 1742 | 2026-07-04T15:03:39.094Z | real 1:43.954037907 |
| 1743 | 2026-07-04T15:03:39.094Z | user 6:37.098892888 |
| 1744 | 2026-07-04T15:03:39.094Z | sys 1:39.566888202 |
| 1745 | 2026-07-04T15:03:39.094Z | trap 0.271897468 |
| 1746 | 2026-07-04T15:03:39.094Z | tflt 0.775157260 |
| 1747 | 2026-07-04T15:03:39.094Z | dflt 1.573665594 |
| 1748 | 2026-07-04T15:03:39.094Z | kflt 0.022770674 |
| 1749 | 2026-07-04T15:03:39.094Z | lock 23:17.146764789 |
| 1750 | 2026-07-04T15:03:39.094Z | slp 18:11.242354542 |
| 1751 | 2026-07-04T15:03:39.094Z | lat 25.625083803 |
| 1752 | 2026-07-04T15:03:39.094Z | stop 2:44.109304196 |
| 1753 | 2026-07-04T15:03:39.095Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-07-04T15:03:39.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1755 | 2026-07-04T15:03:39.539Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-07-04T15:03:40.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1757 | 2026-07-04T15:03:40.316Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-07-04T15:03:40.349Z | Jul 04 15:03:39.624 INFO Starting download, target: Softnpu |
| 1759 | 2026-07-04T15:03:40.354Z | Jul 04 15:03:39.625 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-07-04T15:03:40.894Z | Jul 04 15:03:40.174 INFO Download complete, target: Softnpu |
| 1761 | 2026-07-04T15:03:40.897Z | |
| 1762 | 2026-07-04T15:03:40.900Z | real 1.834139291 |
| 1763 | 2026-07-04T15:03:40.900Z | user 1.268939901 |
| 1764 | 2026-07-04T15:03:40.900Z | sys 0.595910113 |
| 1765 | 2026-07-04T15:03:40.900Z | trap 0.000688610 |
| 1766 | 2026-07-04T15:03:40.900Z | tflt 0.000195590 |
| 1767 | 2026-07-04T15:03:40.900Z | dflt 0.000288900 |
| 1768 | 2026-07-04T15:03:40.900Z | kflt 0.000000000 |
| 1769 | 2026-07-04T15:03:40.900Z | lock 9.823625321 |
| 1770 | 2026-07-04T15:03:40.900Z | slp 0.402594988 |
| 1771 | 2026-07-04T15:03:40.900Z | lat 0.071851060 |
| 1772 | 2026-07-04T15:03:40.900Z | stop 0.000161410 |
| 1773 | 2026-07-04T15:03:40.900Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-04T15:03:40.900Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-04T15:03:40.900Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-07-04T15:03:41.762Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-07-04T15:03:41.762Z | Compiling quote v1.0.45 |
| 1778 | 2026-07-04T15:03:41.762Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-07-04T15:03:41.765Z | Compiling libc v0.2.185 |
| 1780 | 2026-07-04T15:03:41.765Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-07-04T15:03:41.765Z | Compiling serde v1.0.228 |
| 1782 | 2026-07-04T15:03:41.765Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-07-04T15:03:41.765Z | Compiling version_check v0.9.5 |
| 1784 | 2026-07-04T15:03:41.765Z | Compiling shlex v1.3.0 |
| 1785 | 2026-07-04T15:03:41.765Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-04T15:03:41.907Z | Compiling memchr v2.8.0 |
| 1787 | 2026-07-04T15:03:41.910Z | Compiling zmij v1.0.21 |
| 1788 | 2026-07-04T15:03:41.910Z | Compiling serde_json v1.0.150 |
| 1789 | 2026-07-04T15:03:41.910Z | Compiling autocfg v1.5.0 |
| 1790 | 2026-07-04T15:03:42.042Z | Compiling portable-atomic v1.13.1 |
| 1791 | 2026-07-04T15:03:42.059Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-07-04T15:03:42.140Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-04T15:03:42.157Z | Compiling libm v0.2.16 |
| 1794 | 2026-07-04T15:03:42.171Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-07-04T15:03:42.277Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-07-04T15:03:42.315Z | Compiling icu_properties_data v2.1.2 |
| 1797 | 2026-07-04T15:03:42.378Z | Compiling smallvec v1.15.1 |
| 1798 | 2026-07-04T15:03:42.428Z | Compiling num-traits v0.2.19 |
| 1799 | 2026-07-04T15:03:42.428Z | Compiling generic-array v0.14.7 |
| 1800 | 2026-07-04T15:03:42.504Z | Compiling itoa v1.0.17 |
| 1801 | 2026-07-04T15:03:42.523Z | Compiling log v0.4.29 |
| 1802 | 2026-07-04T15:03:42.554Z | Compiling subtle v2.6.1 |
| 1803 | 2026-07-04T15:03:42.587Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-07-04T15:03:42.605Z | Compiling stable_deref_trait v1.2.1 |
| 1805 | 2026-07-04T15:03:42.693Z | Compiling typenum v1.20.1 |
| 1806 | 2026-07-04T15:03:42.754Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-07-04T15:03:42.797Z | Compiling fnv v1.0.7 |
| 1808 | 2026-07-04T15:03:42.813Z | Compiling rand_core v0.10.0 |
| 1809 | 2026-07-04T15:03:42.859Z | Compiling errno v0.3.14 |
| 1810 | 2026-07-04T15:03:42.901Z | Compiling lock_api v0.4.14 |
| 1811 | 2026-07-04T15:03:42.929Z | Compiling jobserver v0.1.34 |
| 1812 | 2026-07-04T15:03:43.007Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-07-04T15:03:43.023Z | Compiling pin-project-lite v0.2.17 |
| 1814 | 2026-07-04T15:03:43.026Z | Compiling thiserror v2.0.18 |
| 1815 | 2026-07-04T15:03:43.090Z | Compiling litemap v0.8.1 |
| 1816 | 2026-07-04T15:03:43.104Z | Compiling percent-encoding v2.3.2 |
| 1817 | 2026-07-04T15:03:43.135Z | Compiling writeable v0.6.2 |
| 1818 | 2026-07-04T15:03:43.149Z | Compiling cc v1.2.56 |
| 1819 | 2026-07-04T15:03:43.164Z | Compiling equivalent v1.0.2 |
| 1820 | 2026-07-04T15:03:43.217Z | Compiling getrandom v0.2.17 |
| 1821 | 2026-07-04T15:03:43.310Z | Compiling syn v2.0.117 |
| 1822 | 2026-07-04T15:03:43.326Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-04T15:03:43.383Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-04T15:03:43.400Z | Compiling rustix v1.1.3 |
| 1825 | 2026-07-04T15:03:43.430Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-04T15:03:43.433Z | Compiling dunce v1.0.5 |
| 1827 | 2026-07-04T15:03:43.486Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-07-04T15:03:43.486Z | Compiling schemars v0.8.22 |
| 1829 | 2026-07-04T15:03:43.610Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-07-04T15:03:43.735Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-07-04T15:03:43.805Z | Compiling utf8_iter v1.0.4 |
| 1832 | 2026-07-04T15:03:43.821Z | Compiling once_cell v1.21.3 |
| 1833 | 2026-07-04T15:03:43.823Z | Compiling heck v0.5.0 |
| 1834 | 2026-07-04T15:03:43.851Z | Compiling form_urlencoded v1.2.2 |
| 1835 | 2026-07-04T15:03:44.050Z | Compiling cmake v0.1.57 |
| 1836 | 2026-07-04T15:03:44.086Z | Compiling parking_lot v0.12.5 |
| 1837 | 2026-07-04T15:03:44.129Z | Compiling mio v1.2.0 |
| 1838 | 2026-07-04T15:03:44.144Z | Compiling socket2 v0.6.3 |
| 1839 | 2026-07-04T15:03:44.214Z | Compiling semver v1.0.28 |
| 1840 | 2026-07-04T15:03:44.237Z | Compiling indexmap v2.14.0 |
| 1841 | 2026-07-04T15:03:44.341Z | Compiling bitflags v2.11.0 |
| 1842 | 2026-07-04T15:03:44.426Z | Compiling futures-core v0.3.32 |
| 1843 | 2026-07-04T15:03:44.486Z | Compiling aws-lc-sys v0.40.0 |
| 1844 | 2026-07-04T15:03:44.502Z | Compiling aws-lc-rs v1.16.3 |
| 1845 | 2026-07-04T15:03:44.536Z | Compiling httparse v1.10.1 |
| 1846 | 2026-07-04T15:03:44.570Z | Compiling strsim v0.11.1 |
| 1847 | 2026-07-04T15:03:44.819Z | Compiling thiserror v1.0.69 |
| 1848 | 2026-07-04T15:03:44.847Z | Compiling ucd-trie v0.1.7 |
| 1849 | 2026-07-04T15:03:44.877Z | Compiling byteorder v1.5.0 |
| 1850 | 2026-07-04T15:03:44.942Z | Compiling syn v1.0.109 |
| 1851 | 2026-07-04T15:03:44.957Z | Compiling const-oid v0.9.6 |
| 1852 | 2026-07-04T15:03:44.991Z | Compiling ident_case v1.0.1 |
| 1853 | 2026-07-04T15:03:45.017Z | Compiling pest v2.8.6 |
| 1854 | 2026-07-04T15:03:45.032Z | Compiling vcpkg v0.2.15 |
| 1855 | 2026-07-04T15:03:45.058Z | Compiling iana-time-zone v0.1.65 |
| 1856 | 2026-07-04T15:03:45.080Z | Compiling regex-syntax v0.8.10 |
| 1857 | 2026-07-04T15:03:45.382Z | Compiling uuid v1.23.4 |
| 1858 | 2026-07-04T15:03:45.445Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-07-04T15:03:45.519Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-07-04T15:03:45.607Z | Compiling rustls v0.23.41 |
| 1861 | 2026-07-04T15:03:45.622Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-07-04T15:03:45.642Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-07-04T15:03:45.778Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-07-04T15:03:45.792Z | Compiling slab v0.4.12 |
| 1865 | 2026-07-04T15:03:45.867Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-04T15:03:45.885Z | Compiling futures-task v0.3.32 |
| 1867 | 2026-07-04T15:03:46.038Z | Compiling plain v0.2.3 |
| 1868 | 2026-07-04T15:03:46.095Z | Compiling pest_meta v2.8.6 |
| 1869 | 2026-07-04T15:03:46.098Z | Compiling crc32fast v1.5.0 |
| 1870 | 2026-07-04T15:03:46.142Z | Compiling synstructure v0.13.2 |
| 1871 | 2026-07-04T15:03:46.168Z | Compiling serde_derive_internals v0.29.1 |
| 1872 | 2026-07-04T15:03:46.199Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-07-04T15:03:46.235Z | Compiling time-core v0.1.8 |
| 1874 | 2026-07-04T15:03:46.304Z | Compiling dyn-clone v1.0.20 |
| 1875 | 2026-07-04T15:03:46.363Z | Compiling base64 v0.22.1 |
| 1876 | 2026-07-04T15:03:46.408Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-07-04T15:03:46.426Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-07-04T15:03:46.589Z | Compiling openssl v0.10.79 |
| 1879 | 2026-07-04T15:03:46.605Z | Compiling pretty-hex v0.4.1 |
| 1880 | 2026-07-04T15:03:46.653Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-07-04T15:03:46.743Z | Compiling pest_generator v2.8.6 |
| 1882 | 2026-07-04T15:03:46.779Z | Compiling darling_core v0.21.3 |
| 1883 | 2026-07-04T15:03:46.862Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-07-04T15:03:46.893Z | Compiling native-tls v0.2.18 |
| 1885 | 2026-07-04T15:03:46.938Z | Compiling anyhow v1.0.102 |
| 1886 | 2026-07-04T15:03:46.979Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-04T15:03:47.153Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-04T15:03:47.221Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-04T15:03:47.289Z | Compiling cookie v0.18.1 |
| 1890 | 2026-07-04T15:03:47.330Z | Compiling base64ct v1.8.3 |
| 1891 | 2026-07-04T15:03:47.372Z | Compiling serde_derive v1.0.228 |
| 1892 | 2026-07-04T15:03:47.409Z | Compiling zeroize_derive v1.4.3 |
| 1893 | 2026-07-04T15:03:47.414Z | Compiling zerofrom-derive v0.1.6 |
| 1894 | 2026-07-04T15:03:47.420Z | Compiling yoke-derive v0.8.1 |
| 1895 | 2026-07-04T15:03:47.449Z | Compiling zerovec-derive v0.11.2 |
| 1896 | 2026-07-04T15:03:47.464Z | Compiling displaydoc v0.2.5 |
| 1897 | 2026-07-04T15:03:47.488Z | Compiling zerocopy-derive v0.8.40 |
| 1898 | 2026-07-04T15:03:47.533Z | Compiling tokio-macros v2.7.0 |
| 1899 | 2026-07-04T15:03:47.561Z | Compiling futures-macro v0.3.32 |
| 1900 | 2026-07-04T15:03:47.619Z | Compiling thiserror-impl v2.0.18 |
| 1901 | 2026-07-04T15:03:48.024Z | Compiling zeroize v1.8.2 |
| 1902 | 2026-07-04T15:03:48.231Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-07-04T15:03:48.263Z | Compiling tracing-attributes v0.1.31 |
| 1904 | 2026-07-04T15:03:48.355Z | Compiling der_derive v0.7.3 |
| 1905 | 2026-07-04T15:03:48.367Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-07-04T15:03:48.497Z | Compiling pest_derive v2.8.6 |
| 1907 | 2026-07-04T15:03:48.551Z | Compiling zerofrom v0.1.6 |
| 1908 | 2026-07-04T15:03:48.697Z | Compiling yoke v0.8.1 |
| 1909 | 2026-07-04T15:03:48.809Z | Compiling crypto-common v0.1.7 |
| 1910 | 2026-07-04T15:03:48.906Z | Compiling zerovec v0.11.5 |
| 1911 | 2026-07-04T15:03:48.921Z | Compiling zerotrie v0.2.3 |
| 1912 | 2026-07-04T15:03:48.958Z | Compiling futures-util v0.3.32 |
| 1913 | 2026-07-04T15:03:48.987Z | Compiling block-buffer v0.10.4 |
| 1914 | 2026-07-04T15:03:49.378Z | Compiling digest v0.10.7 |
| 1915 | 2026-07-04T15:03:49.437Z | Compiling tinystr v0.8.2 |
| 1916 | 2026-07-04T15:03:49.462Z | Compiling potential_utf v0.1.4 |
| 1917 | 2026-07-04T15:03:49.477Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-07-04T15:03:49.506Z | Compiling scroll_derive v0.12.1 |
| 1919 | 2026-07-04T15:03:49.522Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-07-04T15:03:49.587Z | Compiling icu_collections v2.1.1 |
| 1921 | 2026-07-04T15:03:49.615Z | Compiling icu_locale_core v2.1.1 |
| 1922 | 2026-07-04T15:03:49.956Z | Compiling darling_macro v0.21.3 |
| 1923 | 2026-07-04T15:03:49.972Z | Compiling regex v1.12.3 |
| 1924 | 2026-07-04T15:03:50.264Z | Compiling zerocopy-derive v0.7.35 |
| 1925 | 2026-07-04T15:03:50.286Z | Compiling camino v1.2.2 |
| 1926 | 2026-07-04T15:03:50.313Z | Compiling tracing v0.1.44 |
| 1927 | 2026-07-04T15:03:50.385Z | Compiling icu_provider v2.1.1 |
| 1928 | 2026-07-04T15:03:50.500Z | Compiling bytes v1.11.1 |
| 1929 | 2026-07-04T15:03:50.623Z | Compiling chrono v0.4.44 |
| 1930 | 2026-07-04T15:03:50.639Z | Compiling icu_properties v2.1.2 |
| 1931 | 2026-07-04T15:03:50.666Z | Compiling icu_normalizer v2.1.1 |
| 1932 | 2026-07-04T15:03:50.801Z | Compiling serde_tokenstream v0.2.3 |
| 1933 | 2026-07-04T15:03:51.063Z | Compiling tokio v1.52.1 |
| 1934 | 2026-07-04T15:03:51.216Z | Compiling http v1.4.2 |
| 1935 | 2026-07-04T15:03:51.431Z | Compiling darling v0.21.3 |
| 1936 | 2026-07-04T15:03:51.554Z | Compiling pem-rfc7468 v0.7.0 |
| 1937 | 2026-07-04T15:03:51.615Z | Compiling idna_adapter v1.2.1 |
| 1938 | 2026-07-04T15:03:51.773Z | Compiling idna v1.1.0 |
| 1939 | 2026-07-04T15:03:51.886Z | Compiling ppv-lite86 v0.2.21 |
| 1940 | 2026-07-04T15:03:52.226Z | Compiling url v2.5.8 |
| 1941 | 2026-07-04T15:03:52.264Z | Compiling flagset v0.4.7 |
| 1942 | 2026-07-04T15:03:52.529Z | Compiling der v0.7.10 |
| 1943 | 2026-07-04T15:03:52.544Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-07-04T15:03:52.734Z | Compiling http-body v1.0.1 |
| 1945 | 2026-07-04T15:03:52.757Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-04T15:03:53.066Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-04T15:03:53.191Z | Compiling cmov v0.5.4 |
| 1948 | 2026-07-04T15:03:53.214Z | Compiling paste v1.0.15 |
| 1949 | 2026-07-04T15:03:53.217Z | Compiling tinyvec_macros v0.1.1 |
| 1950 | 2026-07-04T15:03:53.244Z | Compiling either v1.15.0 |
| 1951 | 2026-07-04T15:03:53.314Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-07-04T15:03:53.330Z | Compiling fastrand v2.3.0 |
| 1953 | 2026-07-04T15:03:53.493Z | Compiling usdt-impl v0.6.0 |
| 1954 | 2026-07-04T15:03:53.512Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-07-04T15:03:53.719Z | Compiling ctutils v0.4.2 |
| 1956 | 2026-07-04T15:03:53.748Z | Compiling spki v0.7.3 |
| 1957 | 2026-07-04T15:03:53.810Z | Compiling tinyvec v1.10.0 |
| 1958 | 2026-07-04T15:03:53.896Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-04T15:03:54.002Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-07-04T15:03:54.005Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-07-04T15:03:54.005Z | Compiling scroll v0.13.0 |
| 1962 | 2026-07-04T15:03:54.050Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-04T15:03:54.159Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-04T15:03:54.175Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-04T15:03:54.228Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-04T15:03:54.245Z | Compiling cpufeatures v0.2.17 |
| 1967 | 2026-07-04T15:03:54.264Z | Compiling try-lock v0.2.5 |
| 1968 | 2026-07-04T15:03:54.296Z | Compiling winnow v1.0.3 |
| 1969 | 2026-07-04T15:03:54.311Z | Compiling zstd-safe v7.2.4 |
| 1970 | 2026-07-04T15:03:54.329Z | Compiling litrs v1.0.0 |
| 1971 | 2026-07-04T15:03:54.344Z | Compiling winnow v0.7.14 |
| 1972 | 2026-07-04T15:03:54.382Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-07-04T15:03:54.460Z | Compiling rustix v0.38.44 |
| 1974 | 2026-07-04T15:03:54.475Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-07-04T15:03:54.496Z | Compiling atomic-waker v1.1.2 |
| 1976 | 2026-07-04T15:03:54.557Z | Compiling tower-layer v0.3.3 |
| 1977 | 2026-07-04T15:03:54.649Z | Compiling untrusted v0.7.1 |
| 1978 | 2026-07-04T15:03:54.685Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1979 | 2026-07-04T15:03:54.701Z | Compiling want v0.3.1 |
| 1980 | 2026-07-04T15:03:54.731Z | Compiling goblin v0.8.2 |
| 1981 | 2026-07-04T15:03:54.789Z | Compiling goblin v0.10.5 |
| 1982 | 2026-07-04T15:03:54.820Z | Compiling document-features v0.2.12 |
| 1983 | 2026-07-04T15:03:54.837Z | Compiling hybrid-array v0.4.13 |
| 1984 | 2026-07-04T15:03:55.048Z | Compiling tokio-util v0.7.18 |
| 1985 | 2026-07-04T15:03:55.252Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-04T15:03:55.299Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-04T15:03:55.559Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-04T15:03:55.669Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-07-04T15:03:55.672Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-07-04T15:03:55.749Z | Compiling h2 v0.4.15 |
| 1991 | 2026-07-04T15:03:55.820Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-07-04T15:03:56.014Z | Compiling powerfmt v0.2.0 |
| 1993 | 2026-07-04T15:03:56.117Z | Compiling untrusted v0.9.0 |
| 1994 | 2026-07-04T15:03:56.216Z | Compiling utf8parse v0.2.2 |
| 1995 | 2026-07-04T15:03:56.269Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-07-04T15:03:56.300Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-07-04T15:03:56.352Z | Compiling winnow v0.5.40 |
| 1998 | 2026-07-04T15:03:56.403Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-07-04T15:03:56.495Z | Compiling deranged v0.5.8 |
| 2000 | 2026-07-04T15:03:56.527Z | Compiling tempfile v3.25.0 |
| 2001 | 2026-07-04T15:03:56.878Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-04T15:03:57.067Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-04T15:03:57.362Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-07-04T15:03:57.554Z | Compiling dof v0.4.0 |
| 2005 | 2026-07-04T15:03:57.637Z | Compiling pkcs8 v0.10.2 |
| 2006 | 2026-07-04T15:03:57.682Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-07-04T15:03:57.712Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-04T15:03:57.962Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-04T15:03:57.977Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-07-04T15:03:57.980Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-07-04T15:03:58.246Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-04T15:03:58.287Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-04T15:03:58.387Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-04T15:03:58.471Z | Compiling num_threads v0.1.7 |
| 2015 | 2026-07-04T15:03:58.589Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-07-04T15:03:58.693Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-07-04T15:03:58.717Z | Compiling cfg_aliases v0.2.1 |
| 2018 | 2026-07-04T15:03:58.779Z | Compiling anstyle v1.0.14 |
| 2019 | 2026-07-04T15:03:58.805Z | Compiling nix v0.31.2 |
| 2020 | 2026-07-04T15:03:58.820Z | Compiling time v0.3.47 |
| 2021 | 2026-07-04T15:03:58.963Z | Compiling hyper v1.10.1 |
| 2022 | 2026-07-04T15:03:59.059Z | Compiling darling v0.20.11 |
| 2023 | 2026-07-04T15:03:59.189Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-04T15:03:59.355Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-04T15:03:59.556Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-04T15:03:59.569Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-07-04T15:03:59.678Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-07-04T15:03:59.826Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-07-04T15:03:59.929Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-07-04T15:04:00.096Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-07-04T15:04:00.195Z | Compiling quick-error v1.2.3 |
| 2032 | 2026-07-04T15:04:00.219Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-07-04T15:04:00.323Z | Compiling siphasher v1.0.2 |
| 2034 | 2026-07-04T15:04:00.424Z | Compiling is_terminal_polyfill v1.70.2 |
| 2035 | 2026-07-04T15:04:00.463Z | Compiling bit-vec v0.8.0 |
| 2036 | 2026-07-04T15:04:00.529Z | Compiling colorchoice v1.0.4 |
| 2037 | 2026-07-04T15:04:00.559Z | Compiling anstyle-query v1.1.5 |
| 2038 | 2026-07-04T15:04:00.660Z | Compiling bit-set v0.8.0 |
| 2039 | 2026-07-04T15:04:00.948Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-07-04T15:04:01.161Z | Compiling tower v0.5.3 |
| 2041 | 2026-07-04T15:04:01.587Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-07-04T15:04:01.732Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-07-04T15:04:01.749Z | Compiling hubpack_derive v0.1.1 |
| 2044 | 2026-07-04T15:04:01.783Z | Compiling strum_macros v0.27.2 |
| 2045 | 2026-07-04T15:04:01.799Z | Compiling snafu-derive v0.8.9 |
| 2046 | 2026-07-04T15:04:01.840Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-04T15:04:02.022Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-07-04T15:04:02.060Z | Compiling ahash v0.8.12 |
| 2049 | 2026-07-04T15:04:02.155Z | Compiling allocator-api2 v0.2.21 |
| 2050 | 2026-07-04T15:04:02.240Z | Compiling unicode-segmentation v1.12.0 |
| 2051 | 2026-07-04T15:04:02.324Z | Compiling unarray v0.1.4 |
| 2052 | 2026-07-04T15:04:02.384Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-07-04T15:04:02.435Z | Compiling iri-string v0.7.10 |
| 2054 | 2026-07-04T15:04:02.499Z | Compiling object v0.37.3 |
| 2055 | 2026-07-04T15:04:02.515Z | Compiling ryu v1.0.23 |
| 2056 | 2026-07-04T15:04:02.532Z | Compiling unicode-properties v0.1.4 |
| 2057 | 2026-07-04T15:04:02.633Z | Compiling unicode-bidi v0.3.18 |
| 2058 | 2026-07-04T15:04:02.693Z | Compiling serde_urlencoded v0.7.1 |
| 2059 | 2026-07-04T15:04:02.751Z | Compiling miniz_oxide v0.8.9 |
| 2060 | 2026-07-04T15:04:02.908Z | Compiling proptest v1.10.0 |
| 2061 | 2026-07-04T15:04:02.957Z | Compiling derive_builder_macro v0.20.2 |
| 2062 | 2026-07-04T15:04:03.006Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-07-04T15:04:03.396Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2026-07-04T15:04:03.425Z | Compiling usdt-attr-macro v0.6.0 |
| 2065 | 2026-07-04T15:04:03.474Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-07-04T15:04:03.581Z | Compiling tower-http v0.6.8 |
| 2067 | 2026-07-04T15:04:03.597Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-07-04T15:04:03.600Z | Compiling block-padding v0.4.2 |
| 2069 | 2026-07-04T15:04:03.777Z | Compiling block-buffer v0.12.1 |
| 2070 | 2026-07-04T15:04:03.797Z | Compiling crypto-common v0.2.2 |
| 2071 | 2026-07-04T15:04:04.073Z | Compiling rustls-native-certs v0.8.3 |
| 2072 | 2026-07-04T15:04:04.092Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-07-04T15:04:04.236Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-04T15:04:04.277Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-07-04T15:04:04.326Z | Compiling signature v2.2.0 |
| 2076 | 2026-07-04T15:04:04.343Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-04T15:04:04.455Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-04T15:04:04.458Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-04T15:04:04.490Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-04T15:04:04.636Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-04T15:04:04.731Z | Compiling mime v0.3.17 |
| 2082 | 2026-07-04T15:04:04.765Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-07-04T15:04:04.807Z | Compiling psl-types v2.0.11 |
| 2084 | 2026-07-04T15:04:04.853Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-07-04T15:04:04.928Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-04T15:04:04.947Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-07-04T15:04:04.961Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-07-04T15:04:05.159Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-07-04T15:04:05.177Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-07-04T15:04:05.347Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-04T15:04:05.783Z | Compiling anstream v1.0.0 |
| 2092 | 2026-07-04T15:04:05.797Z | Compiling inout v0.2.2 |
| 2093 | 2026-07-04T15:04:05.797Z | Compiling oxnet v0.1.6 |
| 2094 | 2026-07-04T15:04:05.877Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-07-04T15:04:05.891Z | Compiling derive_builder v0.20.2 |
| 2096 | 2026-07-04T15:04:05.974Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-04T15:04:06.026Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-04T15:04:06.077Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-04T15:04:06.151Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-04T15:04:06.172Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-04T15:04:06.300Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-04T15:04:06.316Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-07-04T15:04:06.319Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-07-04T15:04:06.345Z | Compiling hex v0.4.3 |
| 2105 | 2026-07-04T15:04:06.397Z | Compiling clap_derive v4.6.1 |
| 2106 | 2026-07-04T15:04:06.415Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-07-04T15:04:06.458Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-07-04T15:04:06.588Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-07-04T15:04:06.651Z | Compiling ff v0.13.1 |
| 2110 | 2026-07-04T15:04:06.691Z | Compiling vergen v9.1.0 |
| 2111 | 2026-07-04T15:04:06.807Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-07-04T15:04:06.823Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-07-04T15:04:07.052Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-07-04T15:04:07.087Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-07-04T15:04:07.089Z | Compiling libbz2-rs-sys v0.2.2 |
| 2116 | 2026-07-04T15:04:07.089Z | Compiling base16ct v0.2.0 |
| 2117 | 2026-07-04T15:04:07.164Z | Compiling same-file v1.0.6 |
| 2118 | 2026-07-04T15:04:07.235Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-07-04T15:04:07.308Z | Compiling managed v0.8.0 |
| 2120 | 2026-07-04T15:04:07.340Z | Compiling foldhash v0.2.0 |
| 2121 | 2026-07-04T15:04:07.346Z | Compiling foldhash v0.1.5 |
| 2122 | 2026-07-04T15:04:07.525Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-07-04T15:04:07.539Z | Compiling bzip2 v0.6.1 |
| 2124 | 2026-07-04T15:04:07.587Z | Compiling hashbrown v0.15.5 |
| 2125 | 2026-07-04T15:04:07.603Z | Compiling zopfli v0.8.3 |
| 2126 | 2026-07-04T15:04:07.753Z | Compiling walkdir v2.5.0 |
| 2127 | 2026-07-04T15:04:07.918Z | Compiling clap_builder v4.6.0 |
| 2128 | 2026-07-04T15:04:08.042Z | Compiling sec1 v0.7.3 |
| 2129 | 2026-07-04T15:04:08.113Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-04T15:04:08.172Z | Compiling group v0.13.0 |
| 2131 | 2026-07-04T15:04:08.313Z | Compiling zstd v0.13.3 |
| 2132 | 2026-07-04T15:04:08.330Z | Compiling futures v0.3.32 |
| 2133 | 2026-07-04T15:04:08.528Z | Compiling anstream v0.6.21 |
| 2134 | 2026-07-04T15:04:08.666Z | Compiling phf v0.13.1 |
| 2135 | 2026-07-04T15:04:08.827Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-04T15:04:08.842Z | Compiling daft v0.1.7 |
| 2137 | 2026-07-04T15:04:08.982Z | Compiling reqwest v0.12.28 |
| 2138 | 2026-07-04T15:04:09.180Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-07-04T15:04:09.319Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-04T15:04:09.350Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-07-04T15:04:09.434Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-04T15:04:09.458Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-07-04T15:04:09.476Z | Compiling globset v0.4.18 |
| 2144 | 2026-07-04T15:04:09.575Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-07-04T15:04:09.604Z | Compiling strum v0.27.2 |
| 2146 | 2026-07-04T15:04:09.841Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-07-04T15:04:09.897Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-07-04T15:04:09.942Z | Compiling hkdf v0.12.4 |
| 2149 | 2026-07-04T15:04:09.959Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-07-04T15:04:10.083Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-07-04T15:04:10.100Z | Compiling olpc-cjson v0.1.4 |
| 2152 | 2026-07-04T15:04:10.277Z | Compiling pem v3.0.6 |
| 2153 | 2026-07-04T15:04:10.355Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-07-04T15:04:10.371Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-07-04T15:04:10.499Z | Compiling crypto-bigint v0.5.5 |
| 2156 | 2026-07-04T15:04:10.582Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-07-04T15:04:10.585Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-07-04T15:04:10.613Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-07-04T15:04:10.752Z | Compiling const-oid v0.10.2 |
| 2160 | 2026-07-04T15:04:10.826Z | Compiling fixedbitset v0.5.7 |
| 2161 | 2026-07-04T15:04:10.829Z | Compiling keccak v0.1.6 |
| 2162 | 2026-07-04T15:04:10.891Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-07-04T15:04:10.907Z | Compiling jiff v0.2.21 |
| 2164 | 2026-07-04T15:04:10.922Z | Compiling precomputed-hash v0.1.1 |
| 2165 | 2026-07-04T15:04:10.925Z | Compiling new_debug_unreachable v1.0.6 |
| 2166 | 2026-07-04T15:04:10.964Z | Compiling predicates-core v1.0.10 |
| 2167 | 2026-07-04T15:04:11.004Z | Compiling difflib v0.4.0 |
| 2168 | 2026-07-04T15:04:11.037Z | Compiling whoami v2.1.0 |
| 2169 | 2026-07-04T15:04:11.145Z | Compiling static_assertions v1.1.0 |
| 2170 | 2026-07-04T15:04:11.171Z | Compiling typed-path v0.9.3 |
| 2171 | 2026-07-04T15:04:11.197Z | Compiling data-encoding v2.10.0 |
| 2172 | 2026-07-04T15:04:11.231Z | Compiling toml_write v0.1.2 |
| 2173 | 2026-07-04T15:04:11.335Z | Compiling fixedbitset v0.4.2 |
| 2174 | 2026-07-04T15:04:11.447Z | Compiling chacha20 v0.10.0 |
| 2175 | 2026-07-04T15:04:11.471Z | Compiling elliptic-curve v0.13.8 |
| 2176 | 2026-07-04T15:04:11.486Z | Compiling petgraph v0.6.5 |
| 2177 | 2026-07-04T15:04:11.504Z | Compiling hickory-proto v0.25.2 |
| 2178 | 2026-07-04T15:04:11.552Z | Compiling toml_edit v0.22.27 |
| 2179 | 2026-07-04T15:04:11.618Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-07-04T15:04:11.647Z | Compiling predicates v3.1.4 |
| 2181 | 2026-07-04T15:04:11.748Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2182 | 2026-07-04T15:04:11.811Z | Compiling petgraph v0.8.3 |
| 2183 | 2026-07-04T15:04:11.838Z | Compiling string_cache v0.8.9 |
| 2184 | 2026-07-04T15:04:12.011Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-07-04T15:04:12.076Z | Compiling digest v0.11.3 |
| 2186 | 2026-07-04T15:04:12.296Z | Compiling env_logger v0.11.9 |
| 2187 | 2026-07-04T15:04:12.311Z | Compiling usdt v0.6.0 |
| 2188 | 2026-07-04T15:04:12.728Z | Compiling rsa v0.9.10 |
| 2189 | 2026-07-04T15:04:13.708Z | Compiling zip v4.6.1 |
| 2190 | 2026-07-04T15:04:13.870Z | Compiling ed25519-dalek v2.2.0 |
| 2191 | 2026-07-04T15:04:13.969Z | Compiling zip v0.6.6 |
| 2192 | 2026-07-04T15:04:13.985Z | Compiling clap v4.6.1 |
| 2193 | 2026-07-04T15:04:14.187Z | Compiling crossterm v0.28.1 |
| 2194 | 2026-07-04T15:04:14.446Z | Compiling iddqd v0.4.2 |
| 2195 | 2026-07-04T15:04:14.555Z | Compiling serde_with v3.17.0 |
| 2196 | 2026-07-04T15:04:14.632Z | Compiling similar v2.7.0 |
| 2197 | 2026-07-04T15:04:14.701Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-04T15:04:14.834Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-04T15:04:14.850Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-04T15:04:14.853Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-04T15:04:15.138Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-04T15:04:15.355Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-04T15:04:15.388Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-04T15:04:15.685Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-04T15:04:16.145Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-07-04T15:04:16.298Z | Compiling peg-runtime v0.8.5 |
| 2207 | 2026-07-04T15:04:32.414Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-04T15:04:33.656Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-04T15:04:33.678Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-04T15:04:33.797Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-07-04T15:04:33.951Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-04T15:04:34.022Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-04T15:04:34.043Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-04T15:04:34.192Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-04T15:04:34.224Z | Compiling heapless v0.8.0 |
| 2216 | 2026-07-04T15:04:34.240Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2217 | 2026-07-04T15:04:34.401Z | Compiling crossbeam-deque v0.8.6 |
| 2218 | 2026-07-04T15:04:34.492Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2219 | 2026-07-04T15:04:34.508Z | Compiling inout v0.1.4 |
| 2220 | 2026-07-04T15:04:34.523Z | Compiling hash32 v0.3.1 |
| 2221 | 2026-07-04T15:04:34.640Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2222 | 2026-07-04T15:04:34.656Z | Compiling multer v3.1.0 |
| 2223 | 2026-07-04T15:04:34.692Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-07-04T15:04:34.709Z | Compiling smoltcp v0.11.0 |
| 2225 | 2026-07-04T15:04:34.715Z | Compiling structmeta v0.3.0 |
| 2226 | 2026-07-04T15:04:34.741Z | Compiling unicode-width v0.2.0 |
| 2227 | 2026-07-04T15:04:34.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2228 | 2026-07-04T15:04:34.807Z | Compiling slog-async v2.8.0 |
| 2229 | 2026-07-04T15:04:34.881Z | Compiling match_cfg v0.1.0 |
| 2230 | 2026-07-04T15:04:34.943Z | Compiling compression-core v0.4.31 |
| 2231 | 2026-07-04T15:04:34.972Z | Compiling hostname v0.3.1 |
| 2232 | 2026-07-04T15:04:35.037Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-07-04T15:04:35.064Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-07-04T15:04:35.128Z | Compiling compression-codecs v0.4.37 |
| 2235 | 2026-07-04T15:04:35.166Z | Compiling cipher v0.4.4 |
| 2236 | 2026-07-04T15:04:35.169Z | Compiling atomicwrites v0.4.4 |
| 2237 | 2026-07-04T15:04:35.301Z | Compiling ingot-macros v0.1.1 |
| 2238 | 2026-07-04T15:04:35.409Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-07-04T15:04:35.448Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-07-04T15:04:35.486Z | Compiling half v2.7.1 |
| 2241 | 2026-07-04T15:04:35.506Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-07-04T15:04:35.525Z | Compiling cobs v0.3.0 |
| 2243 | 2026-07-04T15:04:35.682Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-07-04T15:04:35.696Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2245 | 2026-07-04T15:04:35.816Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-07-04T15:04:35.844Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2247 | 2026-07-04T15:04:35.860Z | Compiling serde_spanned v1.1.1 |
| 2248 | 2026-07-04T15:04:36.032Z | Compiling tokio-rustls v0.26.4 |
| 2249 | 2026-07-04T15:04:36.182Z | Compiling rustls-platform-verifier v0.6.2 |
| 2250 | 2026-07-04T15:04:36.277Z | Compiling tough v0.22.0 |
| 2251 | 2026-07-04T15:04:36.313Z | Compiling hyper-rustls v0.27.7 |
| 2252 | 2026-07-04T15:04:36.337Z | Compiling is-terminal v0.4.17 |
| 2253 | 2026-07-04T15:04:36.407Z | Compiling dropshot v0.17.1 |
| 2254 | 2026-07-04T15:04:36.444Z | Compiling proc-macro-error-attr v1.0.4 |
| 2255 | 2026-07-04T15:04:36.460Z | Compiling convert_case v0.4.0 |
| 2256 | 2026-07-04T15:04:36.613Z | Compiling reqwest v0.13.2 |
| 2257 | 2026-07-04T15:04:36.639Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2258 | 2026-07-04T15:04:36.655Z | Compiling term v1.2.1 |
| 2259 | 2026-07-04T15:04:36.683Z | Compiling ciborium-io v0.2.2 |
| 2260 | 2026-07-04T15:04:36.736Z | Compiling opaque-debug v0.3.1 |
| 2261 | 2026-07-04T15:04:36.773Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2262 | 2026-07-04T15:04:36.788Z | Compiling take_mut v0.2.2 |
| 2263 | 2026-07-04T15:04:36.802Z | Compiling poly1305 v0.8.0 |
| 2264 | 2026-07-04T15:04:36.825Z | Compiling derive_more v0.99.20 |
| 2265 | 2026-07-04T15:04:36.920Z | Compiling thiserror-no-std v2.0.2 |
| 2266 | 2026-07-04T15:04:37.032Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2267 | 2026-07-04T15:04:37.061Z | Compiling slog-term v2.9.2 |
| 2268 | 2026-07-04T15:04:37.343Z | Compiling ciborium-ll v0.2.2 |
| 2269 | 2026-07-04T15:04:37.511Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-07-04T15:04:37.545Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-07-04T15:04:37.637Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-07-04T15:04:37.680Z | Compiling postcard v1.1.3 |
| 2273 | 2026-07-04T15:04:37.947Z | Compiling ingot-types v0.1.2 |
| 2274 | 2026-07-04T15:04:38.071Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-04T15:04:38.155Z | Compiling num_enum_derive v0.7.6 |
| 2276 | 2026-07-04T15:04:38.270Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-07-04T15:04:38.330Z | Compiling async-compression v0.4.41 |
| 2278 | 2026-07-04T15:04:38.412Z | Compiling ingot v0.1.1 |
| 2279 | 2026-07-04T15:04:38.540Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-04T15:04:38.801Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-04T15:04:38.862Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-04T15:04:39.024Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-04T15:04:39.124Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-07-04T15:04:39.303Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-07-04T15:04:39.420Z | Compiling password-hash v0.5.0 |
| 2286 | 2026-07-04T15:04:39.450Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2287 | 2026-07-04T15:04:39.485Z | Compiling backon v1.6.0 |
| 2288 | 2026-07-04T15:04:39.500Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-07-04T15:04:39.664Z | Compiling dropshot_endpoint v0.17.1 |
| 2290 | 2026-07-04T15:04:39.759Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-07-04T15:04:39.778Z | Compiling aead v0.5.2 |
| 2292 | 2026-07-04T15:04:39.798Z | Compiling foreign-types-macros v0.2.3 |
| 2293 | 2026-07-04T15:04:39.879Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2294 | 2026-07-04T15:04:39.897Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2295 | 2026-07-04T15:04:40.001Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-07-04T15:04:40.050Z | Compiling hostname v0.4.2 |
| 2297 | 2026-07-04T15:04:40.076Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2298 | 2026-07-04T15:04:40.235Z | Compiling proc-macro-error v1.0.4 |
| 2299 | 2026-07-04T15:04:40.252Z | Compiling instant v0.1.13 |
| 2300 | 2026-07-04T15:04:40.283Z | Compiling debug-ignore v1.0.5 |
| 2301 | 2026-07-04T15:04:40.310Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-07-04T15:04:40.398Z | Compiling backoff v0.4.0 |
| 2303 | 2026-07-04T15:04:40.414Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2304 | 2026-07-04T15:04:40.432Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2305 | 2026-07-04T15:04:40.435Z | Compiling parse-display v0.10.0 |
| 2306 | 2026-07-04T15:04:40.435Z | Compiling foreign-types v0.5.0 |
| 2307 | 2026-07-04T15:04:40.482Z | Compiling argon2 v0.5.3 |
| 2308 | 2026-07-04T15:04:40.517Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-07-04T15:04:40.547Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2310 | 2026-07-04T15:04:40.562Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-07-04T15:04:40.625Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-07-04T15:04:40.647Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-07-04T15:04:40.663Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-07-04T15:04:40.790Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-04T15:04:41.002Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-04T15:04:41.020Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-04T15:04:41.146Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-07-04T15:04:41.187Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-07-04T15:04:41.278Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2320 | 2026-07-04T15:04:41.337Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-07-04T15:04:41.373Z | Compiling humantime v2.3.0 |
| 2322 | 2026-07-04T15:04:41.418Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-07-04T15:04:41.527Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-07-04T15:04:41.576Z | Compiling num_enum v0.5.11 |
| 2325 | 2026-07-04T15:04:41.591Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-07-04T15:04:41.671Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2327 | 2026-07-04T15:04:41.689Z | Compiling rayon v1.11.0 |
| 2328 | 2026-07-04T15:04:41.723Z | Compiling rand v0.10.1 |
| 2329 | 2026-07-04T15:04:41.820Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-07-04T15:04:41.839Z | Compiling indent_write v2.2.0 |
| 2331 | 2026-07-04T15:04:41.855Z | Compiling libefi-sys v0.1.0 |
| 2332 | 2026-07-04T15:04:41.857Z | Compiling colored v3.1.1 |
| 2333 | 2026-07-04T15:04:41.973Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-07-04T15:04:42.010Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-07-04T15:04:42.058Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-04T15:04:42.104Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-07-04T15:04:42.177Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-04T15:04:42.221Z | Compiling itertools v0.12.1 |
| 2339 | 2026-07-04T15:04:42.239Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-07-04T15:04:42.289Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-07-04T15:04:42.541Z | Compiling num-derive v0.4.2 |
| 2342 | 2026-07-04T15:04:42.565Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2343 | 2026-07-04T15:04:42.581Z | Compiling bitfield-struct v0.6.2 |
| 2344 | 2026-07-04T15:04:42.581Z | Compiling blake3 v1.8.5 |
| 2345 | 2026-07-04T15:04:42.617Z | Compiling sigpipe v0.1.3 |
| 2346 | 2026-07-04T15:04:42.637Z | Compiling memmap v0.7.0 |
| 2347 | 2026-07-04T15:04:42.639Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-07-04T15:04:42.686Z | Compiling glob v0.3.3 |
| 2349 | 2026-07-04T15:04:42.730Z | Compiling swrite v0.1.0 |
| 2350 | 2026-07-04T15:04:42.861Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2351 | 2026-07-04T15:04:43.030Z | Compiling smf v0.2.3 |
| 2352 | 2026-07-04T15:04:43.046Z | Compiling usdt v0.5.0 |
| 2353 | 2026-07-04T15:04:43.137Z | Compiling filetime v0.2.27 |
| 2354 | 2026-07-04T15:04:43.178Z | Compiling xattr v1.6.1 |
| 2355 | 2026-07-04T15:04:43.245Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-07-04T15:04:43.360Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-07-04T15:04:43.390Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-07-04T15:04:43.455Z | Compiling whoami v1.6.1 |
| 2359 | 2026-07-04T15:04:43.458Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-07-04T15:04:43.486Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-07-04T15:04:43.486Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2362 | 2026-07-04T15:04:43.489Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-04T15:04:43.570Z | Compiling zone v0.3.1 |
| 2364 | 2026-07-04T15:04:43.620Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2365 | 2026-07-04T15:04:43.685Z | Compiling tar v0.4.45 |
| 2366 | 2026-07-04T15:04:43.703Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-07-04T15:04:43.747Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2026-07-04T15:04:43.924Z | Compiling console v0.16.2 |
| 2369 | 2026-07-04T15:04:43.940Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-07-04T15:04:44.051Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-07-04T15:04:44.092Z | Compiling topological-sort v0.2.2 |
| 2372 | 2026-07-04T15:04:44.189Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-07-04T15:04:44.206Z | Compiling toml v0.8.23 |
| 2374 | 2026-07-04T15:04:44.206Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-07-04T15:04:44.281Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-07-04T15:04:44.366Z | Compiling indicatif v0.18.4 |
| 2377 | 2026-07-04T15:04:53.657Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-07-04T15:04:53.657Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-07-04T15:04:53.904Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-07-04T15:04:54.246Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-07-04T15:04:54.307Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-07-04T15:04:54.345Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-07-04T15:04:54.395Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-07-04T15:04:54.432Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-07-04T15:04:54.445Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-07-04T15:04:54.579Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-07-04T15:04:54.736Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-07-04T15:04:55.393Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-07-04T15:04:59.319Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-07-04T15:05:07.314Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-07-04T15:05:10.460Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-07-04T15:05:11.491Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-07-04T15:05:20.869Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2394 | 2026-07-04T15:05:21.013Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-07-04T15:05:21.073Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-07-04T15:05:21.076Z | Created new build target 'test' and set it as active |
| 2397 | 2026-07-04T15:05:21.079Z | |
| 2398 | 2026-07-04T15:05:21.079Z | real 1:40.173645720 |
| 2399 | 2026-07-04T15:05:21.079Z | user 16:23.550295075 |
| 2400 | 2026-07-04T15:05:21.079Z | sys 2:35.798160417 |
| 2401 | 2026-07-04T15:05:21.079Z | trap 0.472557334 |
| 2402 | 2026-07-04T15:05:21.079Z | tflt 2.299491336 |
| 2403 | 2026-07-04T15:05:21.079Z | dflt 4.074826625 |
| 2404 | 2026-07-04T15:05:21.079Z | kflt 0.000405350 |
| 2405 | 2026-07-04T15:05:21.079Z | lock 51:39.610683512 |
| 2406 | 2026-07-04T15:05:21.079Z | slp 42:08.155032402 |
| 2407 | 2026-07-04T15:05:21.079Z | lat 42.869784434 |
| 2408 | 2026-07-04T15:05:21.079Z | stop 5:16.377846211 |
| 2409 | 2026-07-04T15:05:21.079Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-07-04T15:05:21.936Z | Finished `release` profile [optimized] target(s) in 0.84s |
| 2411 | 2026-07-04T15:05:22.004Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-07-04T15:05:22.060Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-07-04T15:05:23.459Z | Compiling heck v0.5.0 |
| 2414 | 2026-07-04T15:05:23.459Z | Compiling regress v0.11.1 |
| 2415 | 2026-07-04T15:05:23.679Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-07-04T15:05:23.715Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-07-04T15:05:23.739Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-07-04T15:05:23.742Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-07-04T15:05:23.778Z | Compiling atomicwrites v0.4.4 |
| 2420 | 2026-07-04T15:05:23.798Z | Compiling derive-where v1.6.0 |
| 2421 | 2026-07-04T15:05:23.801Z | Compiling bytecount v0.6.9 |
| 2422 | 2026-07-04T15:05:23.816Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-07-04T15:05:23.856Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-07-04T15:05:23.859Z | Compiling console v0.15.11 |
| 2425 | 2026-07-04T15:05:23.859Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-07-04T15:05:23.859Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-07-04T15:05:23.917Z | Compiling owo-colors v4.3.0 |
| 2428 | 2026-07-04T15:05:23.959Z | Compiling cancel-safe-futures v0.1.5 |
| 2429 | 2026-07-04T15:05:23.984Z | Compiling resolv-conf v0.7.6 |
| 2430 | 2026-07-04T15:05:23.987Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-07-04T15:05:24.039Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2432 | 2026-07-04T15:05:24.072Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-07-04T15:05:24.099Z | Compiling num-complex v0.4.6 |
| 2434 | 2026-07-04T15:05:24.166Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-07-04T15:05:24.205Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-07-04T15:05:24.271Z | Compiling expectorate v1.2.0 |
| 2437 | 2026-07-04T15:05:24.313Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-07-04T15:05:24.353Z | Compiling compression-core v0.4.31 |
| 2439 | 2026-07-04T15:05:24.406Z | Compiling hostname v0.3.1 |
| 2440 | 2026-07-04T15:05:24.508Z | Compiling compression-codecs v0.4.37 |
| 2441 | 2026-07-04T15:05:24.529Z | Compiling num v0.4.3 |
| 2442 | 2026-07-04T15:05:24.562Z | Compiling libsw v3.5.0 |
| 2443 | 2026-07-04T15:05:24.583Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-04T15:05:24.603Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-04T15:05:24.631Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-07-04T15:05:24.651Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-07-04T15:05:24.674Z | Compiling serde_spanned v1.1.1 |
| 2448 | 2026-07-04T15:05:24.761Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2449 | 2026-07-04T15:05:24.783Z | Compiling linked-hash-map v0.5.6 |
| 2450 | 2026-07-04T15:05:24.808Z | Compiling float-ord v0.3.2 |
| 2451 | 2026-07-04T15:05:24.856Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2452 | 2026-07-04T15:05:24.882Z | Compiling linear-map v1.2.0 |
| 2453 | 2026-07-04T15:05:24.940Z | Compiling take_mut v0.2.2 |
| 2454 | 2026-07-04T15:05:24.960Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2455 | 2026-07-04T15:05:25.017Z | Compiling term v1.2.1 |
| 2456 | 2026-07-04T15:05:25.039Z | Compiling lru-cache v0.1.2 |
| 2457 | 2026-07-04T15:05:25.042Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2458 | 2026-07-04T15:05:25.061Z | Compiling slog-bunyan v2.5.0 |
| 2459 | 2026-07-04T15:05:25.104Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2460 | 2026-07-04T15:05:25.107Z | Compiling async-compression v0.4.41 |
| 2461 | 2026-07-04T15:05:25.170Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2462 | 2026-07-04T15:05:25.213Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2463 | 2026-07-04T15:05:25.275Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-07-04T15:05:25.311Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-07-04T15:05:25.404Z | Compiling dropshot v0.17.1 |
| 2466 | 2026-07-04T15:05:25.494Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-07-04T15:05:25.519Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-07-04T15:05:25.540Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-07-04T15:05:25.543Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-07-04T15:05:25.624Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-07-04T15:05:25.691Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-07-04T15:05:25.746Z | Compiling backon v1.6.0 |
| 2473 | 2026-07-04T15:05:25.766Z | Compiling hostname v0.4.2 |
| 2474 | 2026-07-04T15:05:25.788Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-07-04T15:05:25.810Z | Compiling instant v0.1.13 |
| 2476 | 2026-07-04T15:05:25.833Z | Compiling minimal-lexical v0.2.1 |
| 2477 | 2026-07-04T15:05:25.868Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-07-04T15:05:25.902Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2479 | 2026-07-04T15:05:25.927Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2480 | 2026-07-04T15:05:25.967Z | Compiling backoff v0.4.0 |
| 2481 | 2026-07-04T15:05:25.989Z | Compiling progenitor-extras v0.2.0 |
| 2482 | 2026-07-04T15:05:26.012Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2483 | 2026-07-04T15:05:26.097Z | Compiling nom v7.1.3 |
| 2484 | 2026-07-04T15:05:26.202Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-07-04T15:05:26.223Z | Compiling parse-display v0.10.0 |
| 2486 | 2026-07-04T15:05:26.263Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-07-04T15:05:26.285Z | Compiling hickory-proto v0.24.4 |
| 2488 | 2026-07-04T15:05:26.469Z | Compiling regress v0.10.5 |
| 2489 | 2026-07-04T15:05:26.898Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-07-04T15:05:26.937Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-07-04T15:05:26.957Z | Compiling humantime v2.3.0 |
| 2492 | 2026-07-04T15:05:27.144Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-07-04T15:05:27.235Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2494 | 2026-07-04T15:05:27.323Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2495 | 2026-07-04T15:05:27.510Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-07-04T15:05:27.553Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-07-04T15:05:27.804Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-07-04T15:05:28.121Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-07-04T15:05:28.326Z | Compiling toml v0.8.23 |
| 2500 | 2026-07-04T15:05:28.479Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-07-04T15:05:28.553Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-07-04T15:05:28.616Z | Compiling derive_more v2.1.1 |
| 2503 | 2026-07-04T15:05:28.645Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-07-04T15:05:28.723Z | Compiling termtree v0.5.1 |
| 2505 | 2026-07-04T15:05:28.746Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-07-04T15:05:28.902Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-07-04T15:05:28.925Z | Compiling crossterm v0.29.0 |
| 2508 | 2026-07-04T15:05:28.947Z | Compiling phf_shared v0.12.1 |
| 2509 | 2026-07-04T15:05:29.207Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-07-04T15:05:29.560Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-07-04T15:05:29.765Z | Compiling tabled v0.15.0 |
| 2512 | 2026-07-04T15:05:29.786Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-07-04T15:05:30.370Z | Compiling typify v0.6.2 |
| 2514 | 2026-07-04T15:05:30.597Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-07-04T15:05:30.980Z | Compiling qorb v0.4.1 |
| 2516 | 2026-07-04T15:05:31.890Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-07-04T15:05:32.434Z | Compiling csv-core v0.1.13 |
| 2518 | 2026-07-04T15:05:32.807Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-04T15:05:32.834Z | Compiling vte v0.14.1 |
| 2520 | 2026-07-04T15:05:32.871Z | Compiling chrono-tz v0.10.4 |
| 2521 | 2026-07-04T15:05:33.103Z | Compiling highway v1.3.0 |
| 2522 | 2026-07-04T15:05:33.739Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2523 | 2026-07-04T15:05:33.867Z | Compiling strip-ansi-escapes v0.2.1 |
| 2524 | 2026-07-04T15:05:34.118Z | Compiling csv v1.4.0 |
| 2525 | 2026-07-04T15:05:34.158Z | Compiling phf v0.12.1 |
| 2526 | 2026-07-04T15:05:34.232Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-07-04T15:05:34.364Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-07-04T15:05:34.386Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-07-04T15:05:34.434Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-07-04T15:05:34.554Z | Compiling nu-ansi-term v0.50.3 |
| 2531 | 2026-07-04T15:05:35.077Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-07-04T15:05:35.146Z | Compiling const_format v0.2.35 |
| 2533 | 2026-07-04T15:05:35.168Z | Compiling reedline v0.40.0 |
| 2534 | 2026-07-04T15:05:35.687Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-07-04T15:05:35.728Z | Compiling peg v0.8.5 |
| 2536 | 2026-07-04T15:05:35.841Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2537 | 2026-07-04T15:05:36.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2538 | 2026-07-04T15:05:36.856Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2539 | 2026-07-04T15:05:36.895Z | Compiling progenitor v0.14.0 |
| 2540 | 2026-07-04T15:05:36.901Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2541 | 2026-07-04T15:05:36.979Z | Compiling bcs v0.1.6 |
| 2542 | 2026-07-04T15:05:37.055Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2543 | 2026-07-04T15:05:37.417Z | Compiling nom v8.0.0 |
| 2544 | 2026-07-04T15:05:37.799Z | Compiling semver v0.1.20 |
| 2545 | 2026-07-04T15:05:38.127Z | Compiling rustc_version v0.1.7 |
| 2546 | 2026-07-04T15:05:38.361Z | Compiling newtype_derive v0.1.6 |
| 2547 | 2026-07-04T15:05:38.610Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-07-04T15:05:38.866Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2549 | 2026-07-04T15:05:39.027Z | Compiling unicode-linebreak v0.1.5 |
| 2550 | 2026-07-04T15:05:39.341Z | Compiling smawk v0.3.2 |
| 2551 | 2026-07-04T15:05:39.464Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-07-04T15:05:39.541Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2553 | 2026-07-04T15:05:39.591Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2554 | 2026-07-04T15:05:39.705Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-07-04T15:05:39.762Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-07-04T15:05:39.906Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2557 | 2026-07-04T15:05:39.991Z | Compiling steno v0.4.1 |
| 2558 | 2026-07-04T15:05:40.198Z | Compiling base64 v0.21.7 |
| 2559 | 2026-07-04T15:05:40.739Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2560 | 2026-07-04T15:05:40.782Z | Compiling sha1 v0.10.6 |
| 2561 | 2026-07-04T15:05:40.804Z | Compiling utf-8 v0.7.6 |
| 2562 | 2026-07-04T15:05:41.047Z | Compiling tagptr v0.2.0 |
| 2563 | 2026-07-04T15:05:41.250Z | Compiling moka v0.12.13 |
| 2564 | 2026-07-04T15:05:41.271Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2565 | 2026-07-04T15:05:41.327Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-07-04T15:05:41.383Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-07-04T15:05:41.502Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-07-04T15:05:41.683Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-04T15:05:41.732Z | Compiling radium v0.7.0 |
| 2570 | 2026-07-04T15:05:41.890Z | Compiling tap v1.0.1 |
| 2571 | 2026-07-04T15:05:42.039Z | Compiling tokio-tungstenite v0.21.0 |
| 2572 | 2026-07-04T15:05:42.091Z | Compiling maybe-uninit v2.0.0 |
| 2573 | 2026-07-04T15:05:42.404Z | Compiling hickory-resolver v0.25.2 |
| 2574 | 2026-07-04T15:05:42.438Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2575 | 2026-07-04T15:05:42.771Z | Compiling wyz v0.5.1 |
| 2576 | 2026-07-04T15:05:42.857Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-07-04T15:05:43.017Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-07-04T15:05:43.098Z | Compiling funty v2.0.0 |
| 2579 | 2026-07-04T15:05:43.553Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2580 | 2026-07-04T15:05:43.904Z | Compiling packed_struct v0.10.1 |
| 2581 | 2026-07-04T15:05:44.088Z | Compiling crc-catalog v2.4.0 |
| 2582 | 2026-07-04T15:05:44.214Z | Compiling diesel_derives v2.3.7 |
| 2583 | 2026-07-04T15:05:44.275Z | Compiling crc v3.4.0 |
| 2584 | 2026-07-04T15:05:44.434Z | Compiling zerocopy v0.6.6 |
| 2585 | 2026-07-04T15:05:44.486Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-07-04T15:05:44.819Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2587 | 2026-07-04T15:05:44.842Z | Compiling scheduled-thread-pool v0.2.7 |
| 2588 | 2026-07-04T15:05:45.435Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2589 | 2026-07-04T15:05:45.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2590 | 2026-07-04T15:05:45.567Z | Compiling dsl_auto_type v0.2.0 |
| 2591 | 2026-07-04T15:05:45.696Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-07-04T15:05:45.857Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-07-04T15:05:46.109Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-07-04T15:05:46.132Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-07-04T15:05:46.333Z | Compiling dirs-sys-next v0.1.2 |
| 2596 | 2026-07-04T15:05:46.364Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2597 | 2026-07-04T15:05:46.607Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-07-04T15:05:46.768Z | Compiling crunchy v0.2.4 |
| 2599 | 2026-07-04T15:05:46.806Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-07-04T15:05:46.867Z | Compiling maplit v1.0.2 |
| 2601 | 2026-07-04T15:05:46.889Z | Compiling glob v0.3.3 |
| 2602 | 2026-07-04T15:05:46.938Z | Compiling array-init v0.0.4 |
| 2603 | 2026-07-04T15:05:46.989Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-07-04T15:05:47.142Z | Compiling proc-macro-error2 v2.0.1 |
| 2605 | 2026-07-04T15:05:47.255Z | Compiling clang-sys v1.8.1 |
| 2606 | 2026-07-04T15:05:47.341Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-07-04T15:05:47.526Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-07-04T15:05:47.545Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-07-04T15:05:47.813Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-07-04T15:05:47.835Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-07-04T15:05:47.989Z | Compiling downcast-rs v2.0.2 |
| 2612 | 2026-07-04T15:05:48.064Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-07-04T15:05:48.136Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-07-04T15:05:48.502Z | Compiling tabled_derive v0.11.0 |
| 2615 | 2026-07-04T15:05:48.673Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-07-04T15:05:48.720Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-07-04T15:05:48.811Z | Compiling term v0.7.0 |
| 2618 | 2026-07-04T15:05:48.893Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-07-04T15:05:48.980Z | Compiling ron v0.8.1 |
| 2620 | 2026-07-04T15:05:49.142Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-07-04T15:05:49.165Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-07-04T15:05:49.205Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-07-04T15:05:49.314Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-07-04T15:05:49.556Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2625 | 2026-07-04T15:05:49.586Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-07-04T15:05:49.606Z | Compiling bit-set v0.5.3 |
| 2627 | 2026-07-04T15:05:49.800Z | Compiling object v0.30.4 |
| 2628 | 2026-07-04T15:05:49.836Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-07-04T15:05:50.011Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-07-04T15:05:50.324Z | Compiling tabled v0.20.0 |
| 2631 | 2026-07-04T15:05:50.495Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-07-04T15:05:50.538Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2633 | 2026-07-04T15:05:51.070Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-07-04T15:05:51.215Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-07-04T15:05:51.326Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-07-04T15:05:51.407Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-07-04T15:05:51.530Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-04T15:05:51.659Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2639 | 2026-07-04T15:05:51.829Z | Compiling itertools v0.10.5 |
| 2640 | 2026-07-04T15:05:51.851Z | Compiling ena v0.14.4 |
| 2641 | 2026-07-04T15:05:52.076Z | Compiling diesel v2.3.7 |
| 2642 | 2026-07-04T15:05:52.100Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-04T15:05:52.353Z | Compiling libloading v0.8.9 |
| 2644 | 2026-07-04T15:05:52.377Z | Compiling unicase v2.9.0 |
| 2645 | 2026-07-04T15:05:52.590Z | Compiling regex-syntax v0.6.29 |
| 2646 | 2026-07-04T15:05:52.682Z | Compiling diff v0.1.13 |
| 2647 | 2026-07-04T15:05:52.940Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-07-04T15:05:52.963Z | Compiling xshell-macros v0.2.7 |
| 2649 | 2026-07-04T15:05:53.016Z | Compiling path-slash v0.1.5 |
| 2650 | 2026-07-04T15:05:53.275Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-07-04T15:05:53.410Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-07-04T15:05:53.489Z | Compiling progenitor-macro v0.13.0 |
| 2653 | 2026-07-04T15:05:54.482Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-04T15:05:54.633Z | Compiling xshell v0.2.7 |
| 2655 | 2026-07-04T15:05:54.934Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-07-04T15:05:55.975Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-04T15:05:56.164Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-07-04T15:05:56.406Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-07-04T15:05:56.661Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-07-04T15:05:56.890Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-04T15:05:57.200Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2026-07-04T15:05:57.506Z | Compiling progenitor v0.13.0 |
| 2663 | 2026-07-04T15:05:57.846Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2664 | 2026-07-04T15:05:58.272Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-07-04T15:05:58.463Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-07-04T15:05:58.624Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-04T15:05:58.743Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-07-04T15:05:58.886Z | Compiling headers v0.4.1 |
| 2669 | 2026-07-04T15:05:58.946Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-07-04T15:05:59.086Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-04T15:05:59.109Z | Compiling indoc v1.0.9 |
| 2672 | 2026-07-04T15:05:59.237Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-07-04T15:05:59.348Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-04T15:05:59.565Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-07-04T15:05:59.588Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-07-04T15:05:59.765Z | Compiling oso-derive v0.27.3 |
| 2677 | 2026-07-04T15:05:59.832Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-07-04T15:06:00.119Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-07-04T15:06:00.305Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-07-04T15:06:00.352Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-07-04T15:06:00.551Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-07-04T15:06:00.601Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-07-04T15:06:00.719Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-07-04T15:06:00.959Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2685 | 2026-07-04T15:06:01.113Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-07-04T15:06:01.328Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-07-04T15:06:01.396Z | Compiling half v1.8.3 |
| 2688 | 2026-07-04T15:06:01.536Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-07-04T15:06:01.802Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2026-07-04T15:06:01.845Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2026-07-04T15:06:01.848Z | Compiling samael v0.0.19 |
| 2692 | 2026-07-04T15:06:01.886Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-07-04T15:06:01.936Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-07-04T15:06:01.994Z | Compiling polar-core v0.27.3 |
| 2695 | 2026-07-04T15:06:02.233Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2696 | 2026-07-04T15:06:02.616Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2697 | 2026-07-04T15:06:02.807Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2698 | 2026-07-04T15:06:02.916Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-07-04T15:06:03.094Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-07-04T15:06:03.152Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-07-04T15:06:03.320Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-07-04T15:06:03.440Z | Compiling salty v0.3.0 |
| 2703 | 2026-07-04T15:06:03.849Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-07-04T15:06:04.040Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-07-04T15:06:04.150Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-07-04T15:06:04.496Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-07-04T15:06:04.627Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-07-04T15:06:05.044Z | Compiling slog-scope v4.4.1 |
| 2709 | 2026-07-04T15:06:05.098Z | Compiling mime_guess v2.0.5 |
| 2710 | 2026-07-04T15:06:05.121Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2026-07-04T15:06:05.438Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-07-04T15:06:05.659Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2713 | 2026-07-04T15:06:06.107Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2714 | 2026-07-04T15:06:06.161Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-07-04T15:06:06.643Z | Compiling rfc6979 v0.4.0 |
| 2716 | 2026-07-04T15:06:06.704Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2717 | 2026-07-04T15:06:06.831Z | Compiling nanorand v0.7.0 |
| 2718 | 2026-07-04T15:06:07.146Z | Compiling darling_core v0.23.0 |
| 2719 | 2026-07-04T15:06:07.207Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2720 | 2026-07-04T15:06:07.428Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-07-04T15:06:07.756Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-07-04T15:06:07.983Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-04T15:06:08.436Z | Compiling ecdsa v0.16.9 |
| 2724 | 2026-07-04T15:06:08.833Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2725 | 2026-07-04T15:06:09.139Z | Compiling slog-stdlog v4.1.1 |
| 2726 | 2026-07-04T15:06:09.330Z | Compiling darling_macro v0.23.0 |
| 2727 | 2026-07-04T15:06:09.656Z | Compiling diesel-dtrace v0.5.0 |
| 2728 | 2026-07-04T15:06:09.764Z | Compiling async-bb8-diesel v0.2.1 |
| 2729 | 2026-07-04T15:06:09.984Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-07-04T15:06:10.017Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2731 | 2026-07-04T15:06:10.234Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-07-04T15:06:10.283Z | Compiling atty v0.2.14 |
| 2733 | 2026-07-04T15:06:10.436Z | Compiling http-range v0.1.5 |
| 2734 | 2026-07-04T15:06:10.553Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-07-04T15:06:10.776Z | Compiling strsim v0.10.0 |
| 2736 | 2026-07-04T15:06:10.832Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-07-04T15:06:11.048Z | Compiling oso v0.27.3 |
| 2738 | 2026-07-04T15:06:11.090Z | Compiling instability v0.3.11 |
| 2739 | 2026-07-04T15:06:11.290Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-07-04T15:06:11.367Z | Compiling darling_core v0.13.4 |
| 2741 | 2026-07-04T15:06:13.010Z | Compiling p384 v0.13.1 |
| 2742 | 2026-07-04T15:06:13.035Z | Compiling darling v0.23.0 |
| 2743 | 2026-07-04T15:06:13.148Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-04T15:06:14.312Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-04T15:06:15.180Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-04T15:06:15.524Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-04T15:06:16.947Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2748 | 2026-07-04T15:06:17.575Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2749 | 2026-07-04T15:06:17.686Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-04T15:06:18.048Z | Compiling ignore v0.4.25 |
| 2751 | 2026-07-04T15:06:18.052Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-04T15:06:18.894Z | Compiling vergen-git2 v9.1.0 |
| 2753 | 2026-07-04T15:06:18.916Z | Compiling castaway v0.2.4 |
| 2754 | 2026-07-04T15:06:19.084Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-04T15:06:19.149Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-04T15:06:19.478Z | Compiling compact_str v0.8.1 |
| 2757 | 2026-07-04T15:06:19.498Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-04T15:06:20.417Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-04T15:06:20.589Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-07-04T15:06:20.611Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-07-04T15:06:21.066Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2762 | 2026-07-04T15:06:21.118Z | Compiling hyper-staticfile v0.10.1 |
| 2763 | 2026-07-04T15:06:21.527Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-07-04T15:06:21.585Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-04T15:06:21.954Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-07-04T15:06:22.044Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2767 | 2026-07-04T15:06:22.242Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-07-04T15:06:22.295Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-07-04T15:06:22.547Z | Compiling predicates-tree v1.0.13 |
| 2770 | 2026-07-04T15:06:22.779Z | Compiling unicode-truncate v1.1.0 |
| 2771 | 2026-07-04T15:06:22.817Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2772 | 2026-07-04T15:06:22.995Z | Compiling lru v0.12.5 |
| 2773 | 2026-07-04T15:06:23.018Z | Compiling rand_seeder v0.4.0 |
| 2774 | 2026-07-04T15:06:23.041Z | Compiling prefix-trie v0.7.0 |
| 2775 | 2026-07-04T15:06:23.061Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-07-04T15:06:23.098Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2777 | 2026-07-04T15:06:23.226Z | Compiling corncobs v0.1.4 |
| 2778 | 2026-07-04T15:06:23.272Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-07-04T15:06:23.369Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-07-04T15:06:23.477Z | Compiling hickory-server v0.25.2 |
| 2781 | 2026-07-04T15:06:23.572Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-04T15:06:23.575Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2783 | 2026-07-04T15:06:23.647Z | Compiling camino-tempfile-ext v0.3.3 |
| 2784 | 2026-07-04T15:06:23.793Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-07-04T15:06:23.863Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-07-04T15:06:24.206Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2787 | 2026-07-04T15:06:24.273Z | Compiling darling v0.13.4 |
| 2788 | 2026-07-04T15:06:24.334Z | Compiling sled v0.34.7 |
| 2789 | 2026-07-04T15:06:24.664Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2790 | 2026-07-04T15:06:24.938Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2791 | 2026-07-04T15:06:25.392Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2792 | 2026-07-04T15:06:26.884Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2793 | 2026-07-04T15:06:27.427Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2794 | 2026-07-04T15:06:27.666Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2795 | 2026-07-04T15:06:27.770Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-07-04T15:06:27.917Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-07-04T15:06:28.200Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-04T15:06:28.491Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-07-04T15:06:28.992Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2800 | 2026-07-04T15:06:29.017Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-07-04T15:06:29.855Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-07-04T15:06:30.191Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2803 | 2026-07-04T15:06:30.974Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-07-04T15:06:31.541Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2805 | 2026-07-04T15:06:31.784Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2806 | 2026-07-04T15:06:32.028Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2807 | 2026-07-04T15:06:32.167Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2808 | 2026-07-04T15:06:32.270Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2809 | 2026-07-04T15:06:32.324Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-07-04T15:06:32.412Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2811 | 2026-07-04T15:06:32.518Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-07-04T15:06:32.658Z | Compiling git2 v0.20.4 |
| 2813 | 2026-07-04T15:06:32.729Z | Compiling void v1.0.2 |
| 2814 | 2026-07-04T15:06:32.854Z | Compiling lzss v0.8.2 |
| 2815 | 2026-07-04T15:06:33.156Z | Compiling illumos-nvpair v0.3.0 |
| 2816 | 2026-07-04T15:06:33.290Z | Compiling serde_with v1.14.0 |
| 2817 | 2026-07-04T15:06:33.656Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-07-04T15:06:34.120Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2819 | 2026-07-04T15:06:34.448Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-07-04T15:06:34.563Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2821 | 2026-07-04T15:06:35.724Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2822 | 2026-07-04T15:06:36.229Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2823 | 2026-07-04T15:06:36.790Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-07-04T15:06:37.696Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-07-04T15:06:37.812Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-04T15:06:38.067Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-07-04T15:06:38.093Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-07-04T15:06:38.421Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2026-07-04T15:06:39.837Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2830 | 2026-07-04T15:06:40.078Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2831 | 2026-07-04T15:06:40.146Z | Compiling nix v0.27.1 |
| 2832 | 2026-07-04T15:06:40.322Z | Compiling twox-hash v2.1.2 |
| 2833 | 2026-07-04T15:06:40.415Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-07-04T15:06:40.575Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-07-04T15:06:40.721Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2836 | 2026-07-04T15:06:40.822Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2837 | 2026-07-04T15:06:40.850Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-07-04T15:06:40.949Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2839 | 2026-07-04T15:06:40.971Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2840 | 2026-07-04T15:06:41.321Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2841 | 2026-07-04T15:06:42.696Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-07-04T15:06:43.343Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-07-04T15:06:44.544Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-07-04T15:06:44.962Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-07-04T15:06:45.450Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2846 | 2026-07-04T15:06:45.550Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-07-04T15:06:45.759Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-07-04T15:06:45.988Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2849 | 2026-07-04T15:06:46.032Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-07-04T15:06:46.164Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-07-04T15:06:46.406Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-07-04T15:06:47.098Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2853 | 2026-07-04T15:06:47.739Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-07-04T15:06:49.537Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-07-04T15:06:49.774Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-07-04T15:06:50.454Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2857 | 2026-07-04T15:06:51.541Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2858 | 2026-07-04T15:06:52.256Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2859 | 2026-07-04T15:06:53.068Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2860 | 2026-07-04T15:06:53.113Z | Compiling fatfs v0.3.6 |
| 2861 | 2026-07-04T15:06:53.184Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-07-04T15:06:53.289Z | Compiling yasna v0.5.2 |
| 2863 | 2026-07-04T15:06:53.374Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-07-04T15:06:53.399Z | Compiling seq-macro v0.3.6 |
| 2865 | 2026-07-04T15:06:53.744Z | Compiling assert_matches v1.5.0 |
| 2866 | 2026-07-04T15:06:53.776Z | Compiling is_ci v1.2.0 |
| 2867 | 2026-07-04T15:06:53.865Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-07-04T15:06:53.930Z | Compiling supports-color v3.0.2 |
| 2869 | 2026-07-04T15:06:54.003Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-07-04T15:06:54.353Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-07-04T15:06:54.895Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-07-04T15:06:57.197Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-07-04T15:06:57.452Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-07-04T15:06:57.708Z | Compiling subprocess v0.2.15 |
| 2875 | 2026-07-04T15:06:58.137Z | Compiling rtoolbox v0.0.3 |
| 2876 | 2026-07-04T15:06:58.418Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-07-04T15:06:58.442Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-07-04T15:06:58.780Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-07-04T15:06:58.903Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-07-04T15:06:59.971Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2881 | 2026-07-04T15:07:00.131Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2882 | 2026-07-04T15:07:02.013Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-07-04T15:07:02.307Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-07-04T15:07:02.337Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2026-07-04T15:07:02.649Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2886 | 2026-07-04T15:07:02.767Z | Compiling uzers v0.12.2 |
| 2887 | 2026-07-04T15:07:02.887Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-07-04T15:07:03.882Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-07-04T15:07:04.912Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-07-04T15:07:06.502Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-07-04T15:07:06.707Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2892 | 2026-07-04T15:07:07.959Z | Compiling support-bundle-viewer v0.1.2 |
| 2893 | 2026-07-04T15:07:08.867Z | Compiling multimap v0.10.1 |
| 2894 | 2026-07-04T15:07:23.599Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-07-04T15:07:25.429Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2896 | 2026-07-04T15:07:30.980Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2897 | 2026-07-04T15:07:31.217Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-07-04T15:07:31.625Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-07-04T15:13:57.877Z | Finished `release` profile [optimized] target(s) in 8m 35s |
| 2900 | 2026-07-04T15:14:44.758Z | |
| 2901 | 2026-07-04T15:14:44.761Z | real 9:23.651750765 |
| 2902 | 2026-07-04T15:14:44.761Z | user 1:18:22.624239882 |
| 2903 | 2026-07-04T15:14:44.761Z | sys 3:30.149346497 |
| 2904 | 2026-07-04T15:14:44.761Z | trap 1.787195452 |
| 2905 | 2026-07-04T15:14:44.762Z | tflt 2.170542981 |
| 2906 | 2026-07-04T15:14:44.762Z | dflt 18.082423228 |
| 2907 | 2026-07-04T15:14:44.762Z | kflt 0.004834722 |
| 2908 | 2026-07-04T15:14:44.762Z | lock 6:43:36.175740568 |
| 2909 | 2026-07-04T15:14:44.762Z | slp 2:11:33.615894608 |
| 2910 | 2026-07-04T15:14:44.762Z | lat 2:23.679471582 |
| 2911 | 2026-07-04T15:14:44.762Z | stop 5:19.676501869 |
| 2912 | 2026-07-04T15:14:44.762Z | + mapfile -t packages |
| 2913 | 2026-07-04T15:14:44.762Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-07-04T15:14:45.678Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2915 | 2026-07-04T15:14:45.746Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-07-04T15:14:45.806Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-07-04T15:14:45.809Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-07-04T15:14:46.286Z | Compiling libc v0.2.185 |
| 2919 | 2026-07-04T15:14:46.286Z | Compiling serde_core v1.0.228 |
| 2920 | 2026-07-04T15:14:46.286Z | Compiling serde v1.0.228 |
| 2921 | 2026-07-04T15:14:46.289Z | Compiling rustix v1.1.3 |
| 2922 | 2026-07-04T15:14:46.289Z | Compiling bitflags v2.11.0 |
| 2923 | 2026-07-04T15:14:46.289Z | Compiling serde_json v1.0.150 |
| 2924 | 2026-07-04T15:14:46.440Z | Compiling usdt-impl v0.5.0 |
| 2925 | 2026-07-04T15:14:46.443Z | Compiling syn v2.0.117 |
| 2926 | 2026-07-04T15:14:46.460Z | Compiling syn v1.0.109 |
| 2927 | 2026-07-04T15:14:46.471Z | Compiling log v0.4.29 |
| 2928 | 2026-07-04T15:14:46.471Z | Compiling getrandom v0.4.1 |
| 2929 | 2026-07-04T15:14:46.495Z | Compiling indexmap v2.14.0 |
| 2930 | 2026-07-04T15:14:46.509Z | Compiling fs-err v3.3.0 |
| 2931 | 2026-07-04T15:14:46.710Z | Compiling once_cell v1.21.3 |
| 2932 | 2026-07-04T15:14:46.755Z | Compiling anyhow v1.0.102 |
| 2933 | 2026-07-04T15:14:46.770Z | Compiling heck v0.4.1 |
| 2934 | 2026-07-04T15:14:47.170Z | Compiling errno v0.3.14 |
| 2935 | 2026-07-04T15:14:47.174Z | Compiling thread-id v4.2.2 |
| 2936 | 2026-07-04T15:14:47.174Z | Compiling memmap v0.7.0 |
| 2937 | 2026-07-04T15:14:47.993Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2026-07-04T15:14:48.144Z | Compiling terminal_size v0.4.3 |
| 2939 | 2026-07-04T15:14:48.145Z | Compiling tempfile v3.25.0 |
| 2940 | 2026-07-04T15:14:48.246Z | Compiling clap_builder v4.6.0 |
| 2941 | 2026-07-04T15:14:48.246Z | Compiling textwrap v0.16.2 |
| 2942 | 2026-07-04T15:14:48.268Z | Compiling tabled_derive v0.7.0 |
| 2943 | 2026-07-04T15:14:48.610Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-04T15:14:48.620Z | Compiling camino v1.2.2 |
| 2945 | 2026-07-04T15:14:48.640Z | Compiling cargo-platform v0.3.2 |
| 2946 | 2026-07-04T15:14:48.654Z | Compiling semver v1.0.28 |
| 2947 | 2026-07-04T15:14:48.930Z | Compiling camino-tempfile v1.4.1 |
| 2948 | 2026-07-04T15:14:48.996Z | Compiling tabled v0.15.0 |
| 2949 | 2026-07-04T15:14:49.159Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-07-04T15:14:49.159Z | Compiling thiserror-impl v1.0.69 |
| 2951 | 2026-07-04T15:14:49.159Z | Compiling zerocopy-derive v0.7.35 |
| 2952 | 2026-07-04T15:14:49.162Z | Compiling scroll_derive v0.12.1 |
| 2953 | 2026-07-04T15:14:49.162Z | Compiling thiserror-impl v2.0.18 |
| 2954 | 2026-07-04T15:14:49.162Z | Compiling clap_derive v4.6.1 |
| 2955 | 2026-07-04T15:14:49.203Z | Compiling pest_derive v2.8.6 |
| 2956 | 2026-07-04T15:14:49.862Z | Compiling scroll v0.12.0 |
| 2957 | 2026-07-04T15:14:50.030Z | Compiling zerocopy v0.7.35 |
| 2958 | 2026-07-04T15:14:50.139Z | Compiling goblin v0.8.2 |
| 2959 | 2026-07-04T15:14:50.295Z | Compiling thiserror v1.0.69 |
| 2960 | 2026-07-04T15:14:50.335Z | Compiling thiserror v2.0.18 |
| 2961 | 2026-07-04T15:14:50.421Z | Compiling dtrace-parser v0.2.0 |
| 2962 | 2026-07-04T15:14:50.906Z | Compiling clap v4.6.1 |
| 2963 | 2026-07-04T15:14:52.358Z | Compiling dof v0.3.0 |
| 2964 | 2026-07-04T15:14:52.412Z | Compiling serde_spanned v0.6.9 |
| 2965 | 2026-07-04T15:14:52.497Z | Compiling toml_datetime v0.6.11 |
| 2966 | 2026-07-04T15:14:52.501Z | Compiling serde_tokenstream v0.2.3 |
| 2967 | 2026-07-04T15:14:52.587Z | Compiling cargo_metadata v0.23.1 |
| 2968 | 2026-07-04T15:14:52.598Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2969 | 2026-07-04T15:14:52.608Z | Compiling macaddr v1.0.1 |
| 2970 | 2026-07-04T15:14:52.722Z | Compiling toml_edit v0.22.27 |
| 2971 | 2026-07-04T15:14:53.097Z | Compiling usdt-attr-macro v0.5.0 |
| 2972 | 2026-07-04T15:14:53.100Z | Compiling usdt-macro v0.5.0 |
| 2973 | 2026-07-04T15:14:53.775Z | Compiling usdt v0.5.0 |
| 2974 | 2026-07-04T15:14:54.238Z | Compiling toml v0.8.23 |
| 2975 | 2026-07-04T15:14:54.666Z | Compiling cargo_toml v0.21.0 |
| 2976 | 2026-07-04T15:14:59.115Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2977 | 2026-07-04T15:15:02.050Z | Finished `release` profile [optimized] target(s) in 16.23s |
| 2978 | 2026-07-04T15:15:02.188Z | |
| 2979 | 2026-07-04T15:15:02.192Z | real 16.344570680 |
| 2980 | 2026-07-04T15:15:02.192Z | user 2:04.967795666 |
| 2981 | 2026-07-04T15:15:02.192Z | sys 14.238268693 |
| 2982 | 2026-07-04T15:15:02.192Z | trap 0.072017279 |
| 2983 | 2026-07-04T15:15:02.192Z | tflt 0.535059545 |
| 2984 | 2026-07-04T15:15:02.192Z | dflt 1.453461665 |
| 2985 | 2026-07-04T15:15:02.192Z | kflt 0.000030460 |
| 2986 | 2026-07-04T15:15:02.192Z | lock 4:30.149139613 |
| 2987 | 2026-07-04T15:15:02.192Z | slp 2:42.943451194 |
| 2988 | 2026-07-04T15:15:02.192Z | lat 5.137851141 |
| 2989 | 2026-07-04T15:15:02.192Z | stop 15.684015378 |
| 2990 | 2026-07-04T15:15:02.192Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2991 | 2026-07-04T15:15:02.192Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2992 | 2026-07-04T15:15:02.192Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2993 | 2026-07-04T15:15:02.192Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2994 | 2026-07-04T15:15:02.192Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2995 | 2026-07-04T15:15:03.099Z | Compiling progenitor-client v0.14.0 |
| 2996 | 2026-07-04T15:15:03.102Z | Compiling newtype-uuid-macros v0.1.0 |
| 2997 | 2026-07-04T15:15:03.102Z | Compiling match_cfg v0.1.0 |
| 2998 | 2026-07-04T15:15:03.102Z | Compiling slog-json v2.6.1 |
| 2999 | 2026-07-04T15:15:03.102Z | Compiling structmeta-derive v0.3.0 |
| 3000 | 2026-07-04T15:15:03.102Z | Compiling sha1 v0.11.0 |
| 3001 | 2026-07-04T15:15:03.102Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-07-04T15:15:03.292Z | Compiling multer v3.1.0 |
| 3003 | 2026-07-04T15:15:03.308Z | Compiling compression-core v0.4.31 |
| 3004 | 2026-07-04T15:15:03.310Z | Compiling debug-ignore v1.0.5 |
| 3005 | 2026-07-04T15:15:03.311Z | Compiling atomicwrites v0.4.4 |
| 3006 | 2026-07-04T15:15:03.311Z | Compiling itertools v0.14.0 |
| 3007 | 2026-07-04T15:15:03.322Z | Compiling async-stream-impl v0.3.6 |
| 3008 | 2026-07-04T15:15:03.325Z | Compiling serde_spanned v1.1.1 |
| 3009 | 2026-07-04T15:15:03.406Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3010 | 2026-07-04T15:15:03.438Z | Compiling hostname v0.3.1 |
| 3011 | 2026-07-04T15:15:03.442Z | Compiling dropshot v0.17.1 |
| 3012 | 2026-07-04T15:15:03.507Z | Compiling compression-codecs v0.4.37 |
| 3013 | 2026-07-04T15:15:03.524Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3014 | 2026-07-04T15:15:03.527Z | Compiling waitgroup v0.1.2 |
| 3015 | 2026-07-04T15:15:03.534Z | Compiling rustls-pemfile v2.2.0 |
| 3016 | 2026-07-04T15:15:03.639Z | Compiling slog-bunyan v2.5.0 |
| 3017 | 2026-07-04T15:15:03.656Z | Compiling dropshot_endpoint v0.17.1 |
| 3018 | 2026-07-04T15:15:03.656Z | Compiling serde_path_to_error v0.1.20 |
| 3019 | 2026-07-04T15:15:03.672Z | Compiling hostname v0.4.2 |
| 3020 | 2026-07-04T15:15:03.779Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3021 | 2026-07-04T15:15:03.779Z | Compiling async-compression v0.4.41 |
| 3022 | 2026-07-04T15:15:03.782Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3023 | 2026-07-04T15:15:03.835Z | Compiling macaddr v1.0.1 |
| 3024 | 2026-07-04T15:15:03.835Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3025 | 2026-07-04T15:15:03.838Z | Compiling instant v0.1.13 |
| 3026 | 2026-07-04T15:15:03.838Z | Compiling regress v0.10.5 |
| 3027 | 2026-07-04T15:15:03.905Z | Compiling backon v1.6.0 |
| 3028 | 2026-07-04T15:15:03.910Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-07-04T15:15:03.983Z | Compiling backoff v0.4.0 |
| 3030 | 2026-07-04T15:15:04.018Z | Compiling humantime v2.3.0 |
| 3031 | 2026-07-04T15:15:04.037Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3032 | 2026-07-04T15:15:04.056Z | Compiling regress v0.11.1 |
| 3033 | 2026-07-04T15:15:04.083Z | Compiling async-stream v0.3.6 |
| 3034 | 2026-07-04T15:15:04.100Z | Compiling progenitor-extras v0.2.0 |
| 3035 | 2026-07-04T15:15:04.124Z | Compiling half v2.7.1 |
| 3036 | 2026-07-04T15:15:04.143Z | Compiling ciborium-io v0.2.2 |
| 3037 | 2026-07-04T15:15:04.219Z | Compiling crucible-workspace-hack v0.1.0 |
| 3038 | 2026-07-04T15:15:04.222Z | Compiling convert_case v0.4.0 |
| 3039 | 2026-07-04T15:15:04.265Z | Compiling secrecy v0.10.3 |
| 3040 | 2026-07-04T15:15:04.282Z | Compiling unsafe-libyaml v0.2.11 |
| 3041 | 2026-07-04T15:15:04.305Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3042 | 2026-07-04T15:15:04.345Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3043 | 2026-07-04T15:15:04.373Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3044 | 2026-07-04T15:15:04.389Z | Compiling structmeta v0.3.0 |
| 3045 | 2026-07-04T15:15:04.409Z | Compiling ciborium-ll v0.2.2 |
| 3046 | 2026-07-04T15:15:04.443Z | Compiling inout v0.1.4 |
| 3047 | 2026-07-04T15:15:04.461Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3048 | 2026-07-04T15:15:04.498Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3049 | 2026-07-04T15:15:04.608Z | Compiling ciborium v0.2.2 |
| 3050 | 2026-07-04T15:15:04.632Z | Compiling derive_more v0.99.20 |
| 3051 | 2026-07-04T15:15:04.635Z | Compiling derive-ex v0.1.8 |
| 3052 | 2026-07-04T15:15:04.650Z | Compiling parse-display-derive v0.10.0 |
| 3053 | 2026-07-04T15:15:04.668Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3054 | 2026-07-04T15:15:04.706Z | Compiling cipher v0.4.4 |
| 3055 | 2026-07-04T15:15:04.724Z | Compiling universal-hash v0.5.1 |
| 3056 | 2026-07-04T15:15:04.727Z | Compiling opaque-debug v0.3.1 |
| 3057 | 2026-07-04T15:15:04.742Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3058 | 2026-07-04T15:15:04.779Z | Compiling byte-wrapper v0.1.0 |
| 3059 | 2026-07-04T15:15:04.814Z | Compiling serde_yaml v0.9.34+deprecated |
| 3060 | 2026-07-04T15:15:04.900Z | Compiling poly1305 v0.8.0 |
| 3061 | 2026-07-04T15:15:04.986Z | Compiling chacha20 v0.9.1 |
| 3062 | 2026-07-04T15:15:05.049Z | Compiling blake2 v0.10.6 |
| 3063 | 2026-07-04T15:15:05.128Z | Compiling aead v0.5.2 |
| 3064 | 2026-07-04T15:15:05.148Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3065 | 2026-07-04T15:15:05.206Z | Compiling password-hash v0.5.0 |
| 3066 | 2026-07-04T15:15:05.266Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3067 | 2026-07-04T15:15:05.374Z | Compiling chacha20poly1305 v0.10.1 |
| 3068 | 2026-07-04T15:15:05.398Z | Compiling indent_write v2.2.0 |
| 3069 | 2026-07-04T15:15:05.553Z | Compiling argon2 v0.5.3 |
| 3070 | 2026-07-04T15:15:05.570Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3071 | 2026-07-04T15:15:05.588Z | Compiling heapless v0.8.0 |
| 3072 | 2026-07-04T15:15:05.653Z | Compiling ingot-macros v0.1.1 |
| 3073 | 2026-07-04T15:15:05.672Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-07-04T15:15:05.687Z | Compiling typify-impl v0.6.2 |
| 3075 | 2026-07-04T15:15:05.746Z | Compiling thiserror-no-std v2.0.2 |
| 3076 | 2026-07-04T15:15:05.872Z | Compiling vsss-rs v3.3.4 |
| 3077 | 2026-07-04T15:15:05.937Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3078 | 2026-07-04T15:15:06.152Z | Compiling hash32 v0.3.1 |
| 3079 | 2026-07-04T15:15:06.243Z | Compiling proc-macro-crate v3.4.0 |
| 3080 | 2026-07-04T15:15:06.333Z | Compiling smoltcp v0.11.0 |
| 3081 | 2026-07-04T15:15:06.350Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3082 | 2026-07-04T15:15:06.444Z | Compiling test-strategy v0.4.5 |
| 3083 | 2026-07-04T15:15:06.469Z | Compiling parse-display v0.10.0 |
| 3084 | 2026-07-04T15:15:06.713Z | Compiling cobs v0.3.0 |
| 3085 | 2026-07-04T15:15:06.760Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3086 | 2026-07-04T15:15:06.776Z | Compiling colored v3.1.1 |
| 3087 | 2026-07-04T15:15:06.804Z | Compiling proc-macro-error v1.0.4 |
| 3088 | 2026-07-04T15:15:06.836Z | Compiling num_enum_derive v0.7.6 |
| 3089 | 2026-07-04T15:15:06.939Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3090 | 2026-07-04T15:15:07.016Z | Compiling postcard v1.1.3 |
| 3091 | 2026-07-04T15:15:07.115Z | Compiling rand v0.10.1 |
| 3092 | 2026-07-04T15:15:07.145Z | Compiling proc-macro-crate v1.3.1 |
| 3093 | 2026-07-04T15:15:07.162Z | Compiling foreign-types-macros v0.2.3 |
| 3094 | 2026-07-04T15:15:07.177Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3095 | 2026-07-04T15:15:07.266Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3096 | 2026-07-04T15:15:07.323Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3097 | 2026-07-04T15:15:07.397Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2026-07-04T15:15:07.439Z | Compiling rayon-core v1.13.0 |
| 3099 | 2026-07-04T15:15:07.485Z | Compiling foreign-types-shared v0.3.1 |
| 3100 | 2026-07-04T15:15:07.604Z | Compiling crossbeam-deque v0.8.6 |
| 3101 | 2026-07-04T15:15:07.622Z | Compiling num_enum_derive v0.5.11 |
| 3102 | 2026-07-04T15:15:07.646Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3103 | 2026-07-04T15:15:07.707Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3104 | 2026-07-04T15:15:07.723Z | Compiling cstr-argument v0.1.2 |
| 3105 | 2026-07-04T15:15:07.739Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3106 | 2026-07-04T15:15:07.823Z | Compiling foreign-types v0.5.0 |
| 3107 | 2026-07-04T15:15:07.910Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3108 | 2026-07-04T15:15:07.931Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3109 | 2026-07-04T15:15:07.976Z | Compiling num_enum v0.7.6 |
| 3110 | 2026-07-04T15:15:08.013Z | Compiling zone_cfg_derive v0.3.1 |
| 3111 | 2026-07-04T15:15:08.036Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3112 | 2026-07-04T15:15:08.079Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3113 | 2026-07-04T15:15:08.139Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3114 | 2026-07-04T15:15:08.156Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-04T15:15:08.196Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3116 | 2026-07-04T15:15:08.228Z | Compiling itertools v0.12.1 |
| 3117 | 2026-07-04T15:15:08.246Z | Compiling rayon v1.11.0 |
| 3118 | 2026-07-04T15:15:08.304Z | Compiling num-derive v0.4.2 |
| 3119 | 2026-07-04T15:15:08.374Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-07-04T15:15:08.424Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3121 | 2026-07-04T15:15:08.485Z | Compiling cpubits v0.1.1 |
| 3122 | 2026-07-04T15:15:08.503Z | Compiling glob v0.3.3 |
| 3123 | 2026-07-04T15:15:08.553Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3124 | 2026-07-04T15:15:08.587Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3125 | 2026-07-04T15:15:08.626Z | Compiling smf v0.2.3 |
| 3126 | 2026-07-04T15:15:08.646Z | Compiling ingot-types v0.1.2 |
| 3127 | 2026-07-04T15:15:08.693Z | Compiling whoami v1.6.1 |
| 3128 | 2026-07-04T15:15:08.748Z | Compiling usdt-attr-macro v0.5.0 |
| 3129 | 2026-07-04T15:15:08.778Z | Compiling num_enum v0.5.11 |
| 3130 | 2026-07-04T15:15:08.849Z | Compiling usdt-macro v0.5.0 |
| 3131 | 2026-07-04T15:15:08.872Z | Compiling gethostname v0.5.0 |
| 3132 | 2026-07-04T15:15:08.922Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3133 | 2026-07-04T15:15:08.926Z | Compiling num-rational v0.4.2 |
| 3134 | 2026-07-04T15:15:09.009Z | Compiling pem-rfc7468 v1.0.0 |
| 3135 | 2026-07-04T15:15:09.026Z | Compiling ingot v0.1.1 |
| 3136 | 2026-07-04T15:15:09.096Z | Compiling num-complex v0.4.6 |
| 3137 | 2026-07-04T15:15:09.276Z | Compiling memmap v0.7.0 |
| 3138 | 2026-07-04T15:15:09.314Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3139 | 2026-07-04T15:15:09.343Z | Compiling derive-where v1.6.0 |
| 3140 | 2026-07-04T15:15:09.471Z | Compiling zone v0.3.1 |
| 3141 | 2026-07-04T15:15:09.497Z | Compiling num v0.4.3 |
| 3142 | 2026-07-04T15:15:09.514Z | Compiling float-ord v0.3.2 |
| 3143 | 2026-07-04T15:15:09.533Z | Compiling toml v0.8.23 |
| 3144 | 2026-07-04T15:15:09.554Z | Compiling hmac v0.13.0 |
| 3145 | 2026-07-04T15:15:09.598Z | Compiling universal-hash v0.6.1 |
| 3146 | 2026-07-04T15:15:09.639Z | Compiling resolv-conf v0.7.6 |
| 3147 | 2026-07-04T15:15:09.663Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-07-04T15:15:09.681Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-04T15:15:09.724Z | Compiling cancel-safe-futures v0.1.5 |
| 3150 | 2026-07-04T15:15:09.760Z | Compiling owo-colors v4.3.0 |
| 3151 | 2026-07-04T15:15:09.777Z | Compiling polyval v0.7.1 |
| 3152 | 2026-07-04T15:15:09.821Z | Compiling der v0.8.0 |
| 3153 | 2026-07-04T15:15:09.932Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3154 | 2026-07-04T15:15:09.972Z | Compiling libsw-core v0.3.2 |
| 3155 | 2026-07-04T15:15:10.016Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-07-04T15:15:10.049Z | Compiling ghash v0.6.0 |
| 3157 | 2026-07-04T15:15:10.070Z | Compiling pbkdf2 v0.13.0 |
| 3158 | 2026-07-04T15:15:10.176Z | Compiling libsw v3.5.0 |
| 3159 | 2026-07-04T15:15:10.194Z | Compiling aes v0.9.1 |
| 3160 | 2026-07-04T15:15:10.197Z | Compiling console v0.15.11 |
| 3161 | 2026-07-04T15:15:10.229Z | Compiling hickory-proto v0.24.4 |
| 3162 | 2026-07-04T15:15:10.232Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-07-04T15:15:10.298Z | Compiling typify-macro v0.6.2 |
| 3164 | 2026-07-04T15:15:10.325Z | Compiling ctr v0.10.1 |
| 3165 | 2026-07-04T15:15:10.419Z | Compiling aead v0.6.1 |
| 3166 | 2026-07-04T15:15:10.436Z | Compiling sha2 v0.11.0 |
| 3167 | 2026-07-04T15:15:10.451Z | Compiling linear-map v1.2.0 |
| 3168 | 2026-07-04T15:15:10.605Z | Compiling linked-hash-map v0.5.6 |
| 3169 | 2026-07-04T15:15:10.624Z | Compiling libefi-sys v0.1.0 |
| 3170 | 2026-07-04T15:15:10.624Z | Compiling expectorate v1.2.0 |
| 3171 | 2026-07-04T15:15:10.671Z | Compiling aes-gcm v0.11.0 |
| 3172 | 2026-07-04T15:15:10.778Z | Compiling lru-cache v0.1.2 |
| 3173 | 2026-07-04T15:15:10.821Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3174 | 2026-07-04T15:15:10.838Z | Compiling spki v0.8.0 |
| 3175 | 2026-07-04T15:15:10.904Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3176 | 2026-07-04T15:15:10.907Z | Compiling crypto-bigint v0.7.5 |
| 3177 | 2026-07-04T15:15:10.941Z | Compiling git-stub v1.0.0 |
| 3178 | 2026-07-04T15:15:11.029Z | Compiling salsa20 v0.11.0 |
| 3179 | 2026-07-04T15:15:11.045Z | Compiling cbc v0.2.1 |
| 3180 | 2026-07-04T15:15:11.093Z | Compiling bitfield-struct v0.6.2 |
| 3181 | 2026-07-04T15:15:11.206Z | Compiling nom v8.0.0 |
| 3182 | 2026-07-04T15:15:11.223Z | Compiling semver v0.1.20 |
| 3183 | 2026-07-04T15:15:11.240Z | Compiling scrypt v0.12.0 |
| 3184 | 2026-07-04T15:15:11.244Z | Compiling git-stub-vcs v0.1.0 |
| 3185 | 2026-07-04T15:15:11.365Z | Compiling tokio-dtrace v0.1.1 |
| 3186 | 2026-07-04T15:15:11.505Z | Compiling rustc_version v0.1.7 |
| 3187 | 2026-07-04T15:15:11.551Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3188 | 2026-07-04T15:15:11.567Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-07-04T15:15:11.652Z | Compiling minimal-lexical v0.2.1 |
| 3190 | 2026-07-04T15:15:11.669Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-07-04T15:15:11.801Z | Compiling newtype_derive v0.1.6 |
| 3192 | 2026-07-04T15:15:11.833Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-07-04T15:15:11.916Z | Compiling nom v7.1.3 |
| 3194 | 2026-07-04T15:15:11.933Z | Compiling oxide-tokio-rt v0.1.4 |
| 3195 | 2026-07-04T15:15:11.951Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3196 | 2026-07-04T15:15:12.036Z | Compiling pkcs5 v0.8.1 |
| 3197 | 2026-07-04T15:15:12.053Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3198 | 2026-07-04T15:15:12.112Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-04T15:15:12.158Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3200 | 2026-07-04T15:15:12.190Z | Compiling typify v0.6.2 |
| 3201 | 2026-07-04T15:15:12.208Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3202 | 2026-07-04T15:15:12.262Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3203 | 2026-07-04T15:15:12.307Z | Compiling progenitor-impl v0.14.0 |
| 3204 | 2026-07-04T15:15:12.327Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3205 | 2026-07-04T15:15:12.381Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3206 | 2026-07-04T15:15:12.524Z | Compiling hickory-resolver v0.24.4 |
| 3207 | 2026-07-04T15:15:12.624Z | Compiling phf_shared v0.12.1 |
| 3208 | 2026-07-04T15:15:12.643Z | Compiling csv-core v0.1.13 |
| 3209 | 2026-07-04T15:15:12.808Z | Compiling xshell-macros v0.2.7 |
| 3210 | 2026-07-04T15:15:12.833Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3211 | 2026-07-04T15:15:12.932Z | Compiling unicode-xid v0.2.6 |
| 3212 | 2026-07-04T15:15:12.950Z | Compiling chrono-tz v0.10.4 |
| 3213 | 2026-07-04T15:15:13.096Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3214 | 2026-07-04T15:15:13.176Z | Compiling highway v1.3.0 |
| 3215 | 2026-07-04T15:15:13.254Z | Compiling xshell v0.2.7 |
| 3216 | 2026-07-04T15:15:13.354Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3217 | 2026-07-04T15:15:13.370Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3218 | 2026-07-04T15:15:13.558Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3219 | 2026-07-04T15:15:13.584Z | Compiling qorb v0.4.1 |
| 3220 | 2026-07-04T15:15:13.621Z | Compiling const_format_proc_macros v0.2.34 |
| 3221 | 2026-07-04T15:15:13.649Z | Compiling csv v1.4.0 |
| 3222 | 2026-07-04T15:15:13.795Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3223 | 2026-07-04T15:15:13.943Z | Compiling phf v0.12.1 |
| 3224 | 2026-07-04T15:15:13.968Z | Compiling pkcs8 v0.11.0 |
| 3225 | 2026-07-04T15:15:14.015Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3226 | 2026-07-04T15:15:14.135Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3227 | 2026-07-04T15:15:14.153Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3228 | 2026-07-04T15:15:14.348Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-07-04T15:15:14.367Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3230 | 2026-07-04T15:15:14.382Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3231 | 2026-07-04T15:15:14.513Z | Compiling const_format v0.2.35 |
| 3232 | 2026-07-04T15:15:14.541Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3233 | 2026-07-04T15:15:14.676Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-07-04T15:15:14.774Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-07-04T15:15:14.862Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3236 | 2026-07-04T15:15:14.961Z | Compiling bcs v0.1.6 |
| 3237 | 2026-07-04T15:15:14.978Z | Compiling progenitor-macro v0.14.0 |
| 3238 | 2026-07-04T15:15:15.223Z | Compiling ff v0.14.0 |
| 3239 | 2026-07-04T15:15:15.306Z | Compiling tagptr v0.2.0 |
| 3240 | 2026-07-04T15:15:15.385Z | Compiling salty v0.3.0 |
| 3241 | 2026-07-04T15:15:15.429Z | Compiling termtree v0.5.1 |
| 3242 | 2026-07-04T15:15:15.518Z | Compiling moka v0.12.13 |
| 3243 | 2026-07-04T15:15:15.617Z | Compiling textwrap v0.16.2 |
| 3244 | 2026-07-04T15:15:15.709Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3245 | 2026-07-04T15:15:15.727Z | Compiling steno v0.4.1 |
| 3246 | 2026-07-04T15:15:15.864Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3247 | 2026-07-04T15:15:15.868Z | Compiling tabled v0.15.0 |
| 3248 | 2026-07-04T15:15:15.927Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3249 | 2026-07-04T15:15:15.955Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3250 | 2026-07-04T15:15:15.971Z | Compiling sha1 v0.10.6 |
| 3251 | 2026-07-04T15:15:16.038Z | Compiling signature v3.0.0 |
| 3252 | 2026-07-04T15:15:16.118Z | Compiling base64 v0.21.7 |
| 3253 | 2026-07-04T15:15:16.136Z | Compiling base16ct v1.0.0 |
| 3254 | 2026-07-04T15:15:16.206Z | Compiling radium v0.7.0 |
| 3255 | 2026-07-04T15:15:16.252Z | Compiling hickory-resolver v0.25.2 |
| 3256 | 2026-07-04T15:15:16.349Z | Compiling sec1 v0.8.1 |
| 3257 | 2026-07-04T15:15:16.365Z | Compiling group v0.14.0 |
| 3258 | 2026-07-04T15:15:16.476Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3259 | 2026-07-04T15:15:16.582Z | Compiling hkdf v0.13.0 |
| 3260 | 2026-07-04T15:15:16.621Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-07-04T15:15:16.709Z | Compiling rfc6979 v0.4.0 |
| 3262 | 2026-07-04T15:15:16.730Z | Compiling tap v1.0.1 |
| 3263 | 2026-07-04T15:15:16.805Z | Compiling maybe-uninit v2.0.0 |
| 3264 | 2026-07-04T15:15:16.829Z | Compiling ecdsa v0.16.9 |
| 3265 | 2026-07-04T15:15:16.865Z | Compiling wyz v0.5.1 |
| 3266 | 2026-07-04T15:15:16.865Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3267 | 2026-07-04T15:15:17.102Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-07-04T15:15:17.203Z | Compiling primeorder v0.13.6 |
| 3269 | 2026-07-04T15:15:17.268Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3270 | 2026-07-04T15:15:17.285Z | Compiling utf-8 v0.7.6 |
| 3271 | 2026-07-04T15:15:17.461Z | Compiling funty v2.0.0 |
| 3272 | 2026-07-04T15:15:17.489Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3273 | 2026-07-04T15:15:17.506Z | Compiling packed_struct v0.10.1 |
| 3274 | 2026-07-04T15:15:17.610Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-07-04T15:15:17.746Z | Compiling proc-macro-error2 v2.0.1 |
| 3276 | 2026-07-04T15:15:17.785Z | Compiling p384 v0.13.1 |
| 3277 | 2026-07-04T15:15:17.860Z | Compiling bitvec v1.0.1 |
| 3278 | 2026-07-04T15:15:17.959Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-07-04T15:15:18.125Z | Compiling rfc6979 v0.5.0 |
| 3280 | 2026-07-04T15:15:18.198Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3281 | 2026-07-04T15:15:18.216Z | Compiling packed_struct_codegen v0.10.1 |
| 3282 | 2026-07-04T15:15:18.307Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-07-04T15:15:18.325Z | Compiling zerocopy-derive v0.6.6 |
| 3284 | 2026-07-04T15:15:18.341Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-07-04T15:15:18.384Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3286 | 2026-07-04T15:15:18.487Z | Compiling indexmap v1.9.3 |
| 3287 | 2026-07-04T15:15:18.520Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3288 | 2026-07-04T15:15:18.739Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3289 | 2026-07-04T15:15:18.758Z | Compiling nodrop v0.1.14 |
| 3290 | 2026-07-04T15:15:18.868Z | Compiling crc-catalog v2.4.0 |
| 3291 | 2026-07-04T15:15:18.885Z | Compiling array-init v0.0.4 |
| 3292 | 2026-07-04T15:15:18.966Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3293 | 2026-07-04T15:15:18.982Z | Compiling crc v3.4.0 |
| 3294 | 2026-07-04T15:15:19.060Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3295 | 2026-07-04T15:15:19.081Z | Compiling tokio-tungstenite v0.21.0 |
| 3296 | 2026-07-04T15:15:19.155Z | Compiling bitfield v0.19.4 |
| 3297 | 2026-07-04T15:15:19.256Z | Compiling ecdsa v0.17.0-rc.18 |
| 3298 | 2026-07-04T15:15:19.276Z | Compiling zerocopy v0.6.6 |
| 3299 | 2026-07-04T15:15:19.276Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-07-04T15:15:19.307Z | Compiling libscf-sys v1.1.0 |
| 3301 | 2026-07-04T15:15:19.392Z | Compiling tabled_derive v0.11.0 |
| 3302 | 2026-07-04T15:15:19.495Z | Compiling primeorder v0.14.0-rc.10 |
| 3303 | 2026-07-04T15:15:19.498Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-07-04T15:15:19.531Z | Compiling primefield v0.14.0 |
| 3305 | 2026-07-04T15:15:19.534Z | Compiling progenitor-impl v0.13.0 |
| 3306 | 2026-07-04T15:15:19.636Z | Compiling papergrid v0.17.0 |
| 3307 | 2026-07-04T15:15:19.711Z | Compiling testing_table v0.3.0 |
| 3308 | 2026-07-04T15:15:19.731Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3309 | 2026-07-04T15:15:19.781Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-07-04T15:15:19.797Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3311 | 2026-07-04T15:15:19.851Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3312 | 2026-07-04T15:15:19.901Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-07-04T15:15:19.931Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-07-04T15:15:20.088Z | Compiling corncobs v0.1.4 |
| 3315 | 2026-07-04T15:15:20.110Z | Compiling unicase v2.9.0 |
| 3316 | 2026-07-04T15:15:20.185Z | Compiling progenitor v0.14.0 |
| 3317 | 2026-07-04T15:15:20.202Z | Compiling hashbrown v0.12.3 |
| 3318 | 2026-07-04T15:15:20.217Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3319 | 2026-07-04T15:15:20.285Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3320 | 2026-07-04T15:15:20.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3321 | 2026-07-04T15:15:20.408Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3322 | 2026-07-04T15:15:20.446Z | Compiling mime_guess v2.0.5 |
| 3323 | 2026-07-04T15:15:20.552Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3324 | 2026-07-04T15:15:20.634Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3325 | 2026-07-04T15:15:20.703Z | Compiling tabled v0.20.0 |
| 3326 | 2026-07-04T15:15:20.735Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-04T15:15:20.840Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-04T15:15:20.871Z | Compiling parking_lot v0.11.2 |
| 3329 | 2026-07-04T15:15:20.940Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3330 | 2026-07-04T15:15:21.059Z | Compiling serde-hex v0.1.0 |
| 3331 | 2026-07-04T15:15:21.076Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3332 | 2026-07-04T15:15:21.219Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3333 | 2026-07-04T15:15:21.284Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-07-04T15:15:21.301Z | Compiling ron v0.8.1 |
| 3335 | 2026-07-04T15:15:21.403Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3336 | 2026-07-04T15:15:21.426Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3337 | 2026-07-04T15:15:21.484Z | Compiling hashbrown v0.13.2 |
| 3338 | 2026-07-04T15:15:21.777Z | Compiling progenitor-client v0.13.0 |
| 3339 | 2026-07-04T15:15:21.913Z | Compiling prefix-trie v0.7.0 |
| 3340 | 2026-07-04T15:15:21.930Z | Compiling fxhash v0.2.1 |
| 3341 | 2026-07-04T15:15:22.015Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-07-04T15:15:22.108Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-07-04T15:15:22.139Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-07-04T15:15:22.277Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3345 | 2026-07-04T15:15:22.295Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3346 | 2026-07-04T15:15:22.313Z | Compiling progenitor-macro v0.13.0 |
| 3347 | 2026-07-04T15:15:22.339Z | Compiling hickory-server v0.25.2 |
| 3348 | 2026-07-04T15:15:22.867Z | Compiling sled v0.34.7 |
| 3349 | 2026-07-04T15:15:23.033Z | Compiling object v0.30.4 |
| 3350 | 2026-07-04T15:15:23.195Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-07-04T15:15:23.217Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3352 | 2026-07-04T15:15:23.304Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3353 | 2026-07-04T15:15:23.584Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-07-04T15:15:23.646Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3355 | 2026-07-04T15:15:23.706Z | Compiling ed25519 v3.0.0 |
| 3356 | 2026-07-04T15:15:23.859Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-07-04T15:15:24.217Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3358 | 2026-07-04T15:15:24.255Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-07-04T15:15:24.585Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3360 | 2026-07-04T15:15:24.679Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3361 | 2026-07-04T15:15:24.822Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3362 | 2026-07-04T15:15:24.839Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3363 | 2026-07-04T15:15:24.915Z | Compiling poly1305 v0.9.0 |
| 3364 | 2026-07-04T15:15:25.263Z | Compiling blowfish v0.10.0 |
| 3365 | 2026-07-04T15:15:25.282Z | Compiling blake2 v0.11.0-rc.6 |
| 3366 | 2026-07-04T15:15:25.321Z | Compiling keccak v0.2.0 |
| 3367 | 2026-07-04T15:15:25.373Z | Compiling fiat-crypto v0.3.0 |
| 3368 | 2026-07-04T15:15:25.407Z | Compiling crc8 v0.1.1 |
| 3369 | 2026-07-04T15:15:25.573Z | Compiling half v1.8.3 |
| 3370 | 2026-07-04T15:15:25.573Z | Compiling path-slash v0.1.5 |
| 3371 | 2026-07-04T15:15:25.577Z | Compiling http-range v0.1.5 |
| 3372 | 2026-07-04T15:15:25.753Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3373 | 2026-07-04T15:15:25.771Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3374 | 2026-07-04T15:15:25.831Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3375 | 2026-07-04T15:15:25.867Z | Compiling serde_cbor v0.11.2 |
| 3376 | 2026-07-04T15:15:25.889Z | Compiling argon2 v0.6.0-rc.8 |
| 3377 | 2026-07-04T15:15:25.933Z | Compiling sha3 v0.11.0 |
| 3378 | 2026-07-04T15:15:26.062Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3379 | 2026-07-04T15:15:26.138Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3380 | 2026-07-04T15:15:26.327Z | Compiling rsa v0.10.0-rc.18 |
| 3381 | 2026-07-04T15:15:26.437Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3382 | 2026-07-04T15:15:26.509Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-07-04T15:15:26.693Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3384 | 2026-07-04T15:15:26.814Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3385 | 2026-07-04T15:15:26.832Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3386 | 2026-07-04T15:15:26.969Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3387 | 2026-07-04T15:15:27.026Z | Compiling p521 v0.14.0-rc.10 |
| 3388 | 2026-07-04T15:15:27.042Z | Compiling p256 v0.14.0-rc.10 |
| 3389 | 2026-07-04T15:15:27.142Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3390 | 2026-07-04T15:15:27.211Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3391 | 2026-07-04T15:15:27.232Z | Compiling yasna v0.5.2 |
| 3392 | 2026-07-04T15:15:27.286Z | Compiling kstat-rs v0.2.4 |
| 3393 | 2026-07-04T15:15:27.360Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3394 | 2026-07-04T15:15:27.428Z | Compiling progenitor v0.13.0 |
| 3395 | 2026-07-04T15:15:27.606Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3396 | 2026-07-04T15:15:27.609Z | Compiling headers-core v0.3.0 |
| 3397 | 2026-07-04T15:15:27.699Z | Compiling kem v0.3.0 |
| 3398 | 2026-07-04T15:15:27.718Z | Compiling module-lattice v0.2.3 |
| 3399 | 2026-07-04T15:15:27.739Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-07-04T15:15:27.757Z | Compiling atty v0.2.14 |
| 3401 | 2026-07-04T15:15:27.852Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3402 | 2026-07-04T15:15:27.895Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3403 | 2026-07-04T15:15:27.936Z | Compiling headers v0.4.1 |
| 3404 | 2026-07-04T15:15:27.972Z | Compiling ml-kem v0.3.2 |
| 3405 | 2026-07-04T15:15:27.997Z | Compiling flume v0.11.1 |
| 3406 | 2026-07-04T15:15:28.050Z | Compiling rcgen v0.12.1 |
| 3407 | 2026-07-04T15:15:28.265Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3408 | 2026-07-04T15:15:28.321Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-07-04T15:15:28.345Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-07-04T15:15:28.740Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3411 | 2026-07-04T15:15:28.795Z | Compiling hyper-staticfile v0.10.1 |
| 3412 | 2026-07-04T15:15:28.934Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3413 | 2026-07-04T15:15:28.966Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3414 | 2026-07-04T15:15:29.088Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3415 | 2026-07-04T15:15:29.329Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3416 | 2026-07-04T15:15:29.348Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3417 | 2026-07-04T15:15:29.380Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-07-04T15:15:29.399Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-07-04T15:15:29.737Z | Compiling russh-cryptovec v0.61.0 |
| 3420 | 2026-07-04T15:15:30.001Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3421 | 2026-07-04T15:15:30.054Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-07-04T15:15:30.103Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3423 | 2026-07-04T15:15:30.129Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3424 | 2026-07-04T15:15:30.378Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3425 | 2026-07-04T15:15:30.397Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-07-04T15:15:30.508Z | Compiling generic-array v1.4.3 |
| 3427 | 2026-07-04T15:15:30.542Z | Compiling russh-util v0.52.0 |
| 3428 | 2026-07-04T15:15:30.609Z | Compiling enum_dispatch v0.3.13 |
| 3429 | 2026-07-04T15:15:30.730Z | Compiling p384 v0.14.0-rc.10 |
| 3430 | 2026-07-04T15:15:30.819Z | Compiling delegate v0.13.5 |
| 3431 | 2026-07-04T15:15:30.922Z | Compiling subprocess v0.2.15 |
| 3432 | 2026-07-04T15:15:31.046Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-07-04T15:15:31.128Z | Compiling display-error-chain v0.2.2 |
| 3434 | 2026-07-04T15:15:31.149Z | Compiling hex-literal v1.1.0 |
| 3435 | 2026-07-04T15:15:31.292Z | Compiling md5 v0.8.0 |
| 3436 | 2026-07-04T15:15:31.336Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-07-04T15:15:31.463Z | Compiling colored v2.2.0 |
| 3438 | 2026-07-04T15:15:31.529Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-07-04T15:15:31.597Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3440 | 2026-07-04T15:15:31.669Z | Compiling socket2 v0.5.10 |
| 3441 | 2026-07-04T15:15:31.689Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-07-04T15:15:32.284Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-07-04T15:15:32.843Z | Compiling ssh-key v0.7.0-rc.10 |
| 3444 | 2026-07-04T15:15:33.011Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-07-04T15:15:33.500Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-07-04T15:15:34.095Z | Compiling russh v0.61.2 |
| 3447 | 2026-07-04T15:15:34.674Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-07-04T15:15:35.517Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-07-04T15:15:43.961Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3450 | 2026-07-04T15:15:43.961Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-07-04T15:15:43.961Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3452 | 2026-07-04T15:15:43.964Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-07-04T15:15:45.699Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-07-04T15:15:45.811Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-07-04T15:15:49.761Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3456 | 2026-07-04T15:16:29.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3457 | 2026-07-04T15:16:30.136Z | |
| 3458 | 2026-07-04T15:16:30.136Z | real 1:27.883891150 |
| 3459 | 2026-07-04T15:16:30.136Z | user 8:44.357011106 |
| 3460 | 2026-07-04T15:16:30.136Z | sys 1:45.118512993 |
| 3461 | 2026-07-04T15:16:30.136Z | trap 0.282095591 |
| 3462 | 2026-07-04T15:16:30.136Z | tflt 0.352943670 |
| 3463 | 2026-07-04T15:16:30.136Z | dflt 1.475725153 |
| 3464 | 2026-07-04T15:16:30.137Z | kflt 0.000497650 |
| 3465 | 2026-07-04T15:16:30.140Z | lock 31:10.304280240 |
| 3466 | 2026-07-04T15:16:30.140Z | slp 20:05.020722112 |
| 3467 | 2026-07-04T15:16:30.140Z | lat 42.441168319 |
| 3468 | 2026-07-04T15:16:30.140Z | stop 3:04.693603299 |
| 3469 | 2026-07-04T15:16:30.140Z | + mkdir tests |
| 3470 | 2026-07-04T15:16:30.143Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3471 | 2026-07-04T15:16:30.143Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3472 | 2026-07-04T15:16:30.164Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/ |
| 3473 | 2026-07-04T15:16:30.194Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/ |
| 3474 | 2026-07-04T15:16:30.224Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/ |
| 3475 | 2026-07-04T15:16:30.253Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/ |
| 3476 | 2026-07-04T15:16:30.491Z | + 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) |
| 3477 | 2026-07-04T15:16:30.546Z | + 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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 |
| 3478 | 2026-07-04T15:17:50.395Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3479 | 2026-07-04T15:17:50.395Z | a .github/buildomat/ci-env.sh 1K |
| 3480 | 2026-07-04T15:17:50.395Z | a out/target/test 1K |
| 3481 | 2026-07-04T15:17:50.395Z | a out/npuzone/npuzone 27402K |
| 3482 | 2026-07-04T15:17:50.395Z | a package-manifest.toml 35K |
| 3483 | 2026-07-04T15:17:50.395Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3484 | 2026-07-04T15:17:50.395Z | a target/release/omicron-package 40719K |
| 3485 | 2026-07-04T15:17:50.395Z | a target/release/xtask 10425K |
| 3486 | 2026-07-04T15:17:50.395Z | a target/debug/bootstrap 349644K |
| 3487 | 2026-07-04T15:17:50.395Z | a tests/bootstrap-ca561ce3ba29e3d2 31974K |
| 3488 | 2026-07-04T15:17:50.396Z | a tests/commtest-de50baf115444d57 32169K |
| 3489 | 2026-07-04T15:17:50.396Z | a tests/dhcp_server-7642b2d57d595135 31974K |
| 3490 | 2026-07-04T15:17:50.396Z | a tests/end_to_end_tests-f893b9f61afabf44 399523K |
| 3491 | 2026-07-04T15:17:50.396Z | a tools/opte_version 1K |
| 3492 | 2026-07-04T15:17:50.396Z | a tools/opte_version_override 2K |
| 3493 | 2026-07-04T15:17:50.396Z | a out/clickhouse.tar.gz 311363K |
| 3494 | 2026-07-04T15:17:50.396Z | a out/clickhouse_keeper.tar.gz 297833K |
| 3495 | 2026-07-04T15:17:50.396Z | a out/clickhouse_server.tar.gz 311360K |
| 3496 | 2026-07-04T15:17:50.396Z | a out/cockroachdb.tar.gz 161734K |
| 3497 | 2026-07-04T15:17:50.396Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3498 | 2026-07-04T15:17:50.396Z | a out/crucible-utils.tar 18900K |
| 3499 | 2026-07-04T15:17:50.396Z | a out/crucible-zone.tar.gz 53806K |
| 3500 | 2026-07-04T15:17:50.396Z | a out/external-dns.tar.gz 46794K |
| 3501 | 2026-07-04T15:17:50.396Z | a out/internal-dns.tar.gz 46794K |
| 3502 | 2026-07-04T15:17:50.396Z | a out/mg-ddm-gz.tar 97917K |
| 3503 | 2026-07-04T15:17:50.396Z | a out/nexus.tar.gz 274657K |
| 3504 | 2026-07-04T15:17:50.396Z | a out/ntp.tar.gz 29911K |
| 3505 | 2026-07-04T15:17:50.396Z | a out/omicron-gateway-softnpu.tar.gz 27768K |
| 3506 | 2026-07-04T15:17:50.396Z | a out/omicron-sled-agent.tar 197551K |
| 3507 | 2026-07-04T15:17:50.396Z | a out/overlay.tar.gz 3K |
| 3508 | 2026-07-04T15:17:50.396Z | a out/oximeter.tar.gz 62540K |
| 3509 | 2026-07-04T15:17:50.396Z | a out/oxlog.tar 3808K |
| 3510 | 2026-07-04T15:17:50.396Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-07-04T15:17:50.396Z | a out/propolis-server.tar.gz 34372K |
| 3512 | 2026-07-04T15:17:50.396Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-07-04T15:17:50.396Z | a out/switch-softnpu.tar.gz 448383K |
| 3514 | 2026-07-04T15:17:50.400Z | |
| 3515 | 2026-07-04T15:17:50.401Z | real 1:19.900825825 |
| 3516 | 2026-07-04T15:17:50.401Z | user 1:17.212119967 |
| 3517 | 2026-07-04T15:17:50.401Z | sys 4.497975761 |
| 3518 | 2026-07-04T15:17:50.401Z | trap 0.005976794 |
| 3519 | 2026-07-04T15:17:50.401Z | tflt 0.000000000 |
| 3520 | 2026-07-04T15:17:50.401Z | dflt 0.000000000 |
| 3521 | 2026-07-04T15:17:50.401Z | kflt 0.000000000 |
| 3522 | 2026-07-04T15:17:50.401Z | lock 0.000000000 |
| 3523 | 2026-07-04T15:17:50.401Z | slp 1:17.120044747 |
| 3524 | 2026-07-04T15:17:50.401Z | lat 0.960718544 |
| 3525 | 2026-07-04T15:17:50.401Z | stop 0.000244450 |
| 3526 | 2026-07-04T15:17:50.401Z | process exited: duration 955340 ms, exit code 0 |
| |
| 3527 | 2026-07-04T15:17:50.416Z | found 1 output files |
| 3528 | 2026-07-04T15:17:50.416Z | uploading: /work/package.tar.gz (2489005738 bytes) |
| 3529 | 2026-07-04T15:18:19.375Z | uploaded: /work/package.tar.gz |