|
|
|
| 1 | 2026-07-29T15:45:01.078Z | job assigned to worker 01KYQ8RKSZAW2978CDY1W6APH0 [factory aws, i-0a2e5690907643ea6] (queued for 53 s) |
| |
| 2 | 2026-07-29T15:45:08.515Z | starting task 0: "setup" |
| 3 | 2026-07-29T15:45:08.519Z | ++ uname -s |
| 4 | 2026-07-29T15:45:08.523Z | + kern=SunOS |
| 5 | 2026-07-29T15:45:08.523Z | + build_user=build |
| 6 | 2026-07-29T15:45:08.523Z | + build_uid=12345 |
| 7 | 2026-07-29T15:45:08.523Z | + work_dir=/work |
| 8 | 2026-07-29T15:45:08.523Z | + input_dir=/input |
| 9 | 2026-07-29T15:45:08.523Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-29T15:45:08.523Z | + case "$kern" in |
| 11 | 2026-07-29T15:45:08.523Z | + groupadd -g 12345 build |
| 12 | 2026-07-29T15:45:08.526Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-29T15:45:10.530Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-29T15:45:10.627Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-29T15:45:10.631Z | + home_fs=zfs |
| 16 | 2026-07-29T15:45:10.631Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-29T15:45:10.631Z | + mkdir -p /home/build |
| 18 | 2026-07-29T15:45:10.631Z | + chown build:build /home/build /work |
| 19 | 2026-07-29T15:45:12.633Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-29T15:45:12.636Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-07-29T15:45:12.642Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-29T15:45:12.647Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-29T15:45:12.647Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-29T15:45:12.647Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-29T15:45:12.647Z | * rust toolchain profile = "default" |
| 26 | 2026-07-29T15:45:12.647Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-29T15:45:12.648Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-29T15:45:12.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-29T15:45:12.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-29T15:45:12.763Z | info: downloading installer |
| 31 | 2026-07-29T15:45:14.097Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-29T15:45:14.097Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-29T15:45:14.097Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-29T15:45:14.097Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-29T15:45:14.109Z | info: profile set to default |
| 36 | 2026-07-29T15:45:14.109Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-29T15:45:14.112Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-29T15:45:14.238Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-29T15:45:14.241Z | info: downloading 6 components |
| 40 | 2026-07-29T15:45:29.034Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-29T15:45:29.034Z | |
| 42 | 2026-07-29T15:45:29.063Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-29T15:45:29.063Z | |
| 44 | 2026-07-29T15:45:29.063Z | |
| 45 | 2026-07-29T15:45:29.063Z | Rust is installed now. Great! |
| 46 | 2026-07-29T15:45:29.063Z | |
| 47 | 2026-07-29T15:45:29.063Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-29T15:45:29.063Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-29T15:45:29.063Z | |
| 50 | 2026-07-29T15:45:29.063Z | To configure your current shell, you need to source |
| 51 | 2026-07-29T15:45:29.063Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-29T15:45:29.063Z | |
| 53 | 2026-07-29T15:45:29.063Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-29T15:45:29.067Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-29T15:45:29.067Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-29T15:45:29.067Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-29T15:45:29.067Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-29T15:45:29.067Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-29T15:45:29.067Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-29T15:45:29.067Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-29T15:45:29.067Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-29T15:45:29.168Z | + rustup --version |
| 63 | 2026-07-29T15:45:29.173Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-29T15:45:29.177Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-29T15:45:29.195Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-29T15:45:29.198Z | + cargo --version |
| 67 | 2026-07-29T15:45:29.207Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-29T15:45:29.210Z | + rustc --version |
| 69 | 2026-07-29T15:45:29.228Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-29T15:45:29.231Z | process exited: duration 16588 ms, exit code 0 |
| |
| 71 | 2026-07-29T15:45:29.238Z | starting task 2: "authentication" |
| 72 | 2026-07-29T15:45:29.255Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-29T15:45:29.262Z | starting task 3: "clone repository" |
| 74 | 2026-07-29T15:45:29.266Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-29T15:45:29.269Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-29T15:45:29.299Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-29T15:45:45.953Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-29T15:45:45.953Z | + git fetch origin 0a17571f0e74511dae968f708aee23460999f296 |
| 79 | 2026-07-29T15:45:46.252Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-29T15:45:46.252Z | * branch 0a17571f0e74511dae968f708aee23460999f296 -> FETCH_HEAD |
| 81 | 2026-07-29T15:45:46.265Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-07-29T15:45:46.269Z | ++ git branch --show-current |
| 83 | 2026-07-29T15:45:46.269Z | + current=main |
| 84 | 2026-07-29T15:45:46.269Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-07-29T15:45:46.269Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 0a17571f0e74511dae968f708aee23460999f296 |
| 86 | 2026-07-29T15:45:46.272Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-07-29T15:45:46.398Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-07-29T15:45:46.402Z | + git reset --hard 0a17571f0e74511dae968f708aee23460999f296 |
| 89 | 2026-07-29T15:45:46.521Z | HEAD is now at 0a17571f0 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers |
| 90 | 2026-07-29T15:45:46.524Z | process exited: duration 17259 ms, exit code 0 |
| |
| 91 | 2026-07-29T15:45:46.531Z | starting task 4: "build" |
| 92 | 2026-07-29T15:45:46.536Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-29T15:45:46.536Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-29T15:45:46.536Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-29T15:45:46.539Z | +++ uname -s |
| 96 | 2026-07-29T15:45:46.539Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-29T15:45:46.539Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-29T15:45:46.542Z | + cargo --version |
| 99 | 2026-07-29T15:45:46.549Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-07-29T15:45:46.553Z | + rustc --version |
| 101 | 2026-07-29T15:45:46.572Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-07-29T15:45:46.576Z | + WORK=/work |
| 103 | 2026-07-29T15:45:46.576Z | + pfexec mkdir -p /work |
| 104 | 2026-07-29T15:45:46.580Z | + pfexec chown build /work |
| 105 | 2026-07-29T15:45:46.583Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-29T15:45:48.965Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-29T15:45:49.198Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-29T15:45:50.379Z | Planning: Solver setup ... Done (1.100s) |
| 109 | 2026-07-29T15:45:50.423Z | Planning: Running solver ... Done (0.045s) |
| 110 | 2026-07-29T15:45:50.453Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-29T15:45:50.466Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-29T15:45:50.482Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-29T15:45:50.496Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-29T15:45:50.499Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-29T15:45:50.701Z | Planning: Checking for conflicting actions ... Done (0.203s) |
| 116 | 2026-07-29T15:45:50.704Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-29T15:45:51.577Z | Planning: Evaluating mediators ... Done (0.875s) |
| 118 | 2026-07-29T15:45:51.581Z | Planning: Planning completed in 2.35 seconds |
| 119 | 2026-07-29T15:45:51.587Z | Packages to install: 2 |
| 120 | 2026-07-29T15:45:51.587Z | Estimated space available: 156.02 GB |
| 121 | 2026-07-29T15:45:51.587Z | Estimated space to be consumed: 55.05 MB |
| 122 | 2026-07-29T15:45:51.587Z | Create boot environment: No |
| 123 | 2026-07-29T15:45:51.590Z | Create backup boot environment: No |
| 124 | 2026-07-29T15:45:51.590Z | Rebuild boot archive: No |
| 125 | 2026-07-29T15:45:51.590Z | |
| 126 | 2026-07-29T15:45:51.590Z | Changed packages: |
| 127 | 2026-07-29T15:45:51.590Z | helios |
| 128 | 2026-07-29T15:45:51.590Z | developer/build-essential |
| 129 | 2026-07-29T15:45:51.590Z | None -> 11-3.0 |
| 130 | 2026-07-29T15:45:51.590Z | library/libxmlsec1 |
| 131 | 2026-07-29T15:45:51.591Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-29T15:45:51.612Z | |
| 133 | 2026-07-29T15:45:51.612Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-29T15:45:51.682Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 135 | 2026-07-29T15:45:51.777Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-29T15:45:51.816Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-29T15:45:51.840Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-29T15:45:51.840Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-29T15:45:51.897Z | Finalize: Updating image state ... Done (0.058s) |
| 140 | 2026-07-29T15:45:54.477Z | Finalize: Creating fast lookup database ... Done (2.542s) |
| 141 | 2026-07-29T15:45:54.543Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-29T15:45:54.546Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-29T15:45:54.629Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-29T15:45:54.976Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-29T15:45:55.080Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-29T15:45:55.083Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-29T15:45:55.237Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-29T15:45:55.240Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-29T15:45:55.260Z | Mediators to change: 2 |
| 150 | 2026-07-29T15:45:55.260Z | Create boot environment: No |
| 151 | 2026-07-29T15:45:55.260Z | Create backup boot environment: No |
| 152 | 2026-07-29T15:45:55.302Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-29T15:45:55.302Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-29T15:45:55.336Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-29T15:45:57.276Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-29T15:45:57.335Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-29T15:45:57.339Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-29T15:45:57.398Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-29T15:45:57.680Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-29T15:45:57.784Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-29T15:45:57.788Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-29T15:45:57.941Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-29T15:45:57.944Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-29T15:45:57.964Z | Mediators to change: 1 |
| 165 | 2026-07-29T15:45:57.964Z | Create boot environment: No |
| 166 | 2026-07-29T15:45:57.964Z | Create backup boot environment: No |
| 167 | 2026-07-29T15:45:58.011Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-29T15:45:58.011Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-29T15:45:58.048Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-29T15:45:59.988Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-29T15:46:00.052Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-29T15:46:00.055Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-29T15:46:00.112Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-29T15:46:00.430Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-29T15:46:00.430Z | apache system 2.4 system |
| 176 | 2026-07-29T15:46:00.430Z | clang system 15 system |
| 177 | 2026-07-29T15:46:00.430Z | csh system system illumos |
| 178 | 2026-07-29T15:46:00.430Z | ctags system system illumos |
| 179 | 2026-07-29T15:46:00.430Z | file vendor vendor darwinsys |
| 180 | 2026-07-29T15:46:00.430Z | file system system illumos |
| 181 | 2026-07-29T15:46:00.430Z | gcc vendor 14 vendor |
| 182 | 2026-07-29T15:46:00.430Z | gcc system 13 system |
| 183 | 2026-07-29T15:46:00.430Z | gcc system 10 system |
| 184 | 2026-07-29T15:46:00.430Z | go system 1.25 system |
| 185 | 2026-07-29T15:46:00.430Z | llvm system 15 system |
| 186 | 2026-07-29T15:46:00.430Z | mariadb system 11.4 system |
| 187 | 2026-07-29T15:46:00.430Z | mta vendor vendor dma |
| 188 | 2026-07-29T15:46:00.430Z | openjdk system 17 system |
| 189 | 2026-07-29T15:46:00.430Z | openjdk system 11 system |
| 190 | 2026-07-29T15:46:00.430Z | openssl vendor 3 vendor |
| 191 | 2026-07-29T15:46:00.430Z | perl system 5.40 system |
| 192 | 2026-07-29T15:46:00.430Z | postgresql system 18 system |
| 193 | 2026-07-29T15:46:00.430Z | postgresql system 17 system |
| 194 | 2026-07-29T15:46:00.430Z | python vendor 3 vendor |
| 195 | 2026-07-29T15:46:00.430Z | python system 2 system |
| 196 | 2026-07-29T15:46:00.430Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-29T15:46:00.431Z | ruby system 3.4 system |
| 198 | 2026-07-29T15:46:00.431Z | ruby system 3.0 system |
| 199 | 2026-07-29T15:46:00.431Z | words vendor vendor american-english |
| 200 | 2026-07-29T15:46:00.431Z | words system system australian-english |
| 201 | 2026-07-29T15:46:00.431Z | words system system british-english |
| 202 | 2026-07-29T15:46:00.431Z | words system system canadian-english |
| 203 | 2026-07-29T15:46:00.431Z | words system system french |
| 204 | 2026-07-29T15:46:00.431Z | words system system italian |
| 205 | 2026-07-29T15:46:00.431Z | words system system ngerman |
| 206 | 2026-07-29T15:46:00.431Z | words system system ogerman |
| 207 | 2026-07-29T15:46:00.431Z | words system system spanish |
| 208 | 2026-07-29T15:46:00.686Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-29T15:46:00.686Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-29T15:46:01.086Z | FMRI IFO |
| 211 | 2026-07-29T15:46:01.086Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-29T15:46:01.086Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-29T15:46:01.086Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-29T15:46:01.087Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-29T15:46:01.087Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-29T15:46:01.087Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-29T15:46:01.087Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-29T15:46:01.087Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-29T15:46:01.087Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-29T15:46:01.385Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-29T15:46:01.638Z | Updating crates.io index |
| 222 | 2026-07-29T15:46:01.642Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-29T15:46:01.937Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-29T15:46:02.232Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-29T15:46:04.063Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-29T15:46:04.611Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-29T15:46:06.209Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-29T15:46:07.160Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-29T15:46:07.404Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-29T15:46:07.741Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-29T15:46:08.906Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-29T15:46:10.201Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-29T15:46:10.926Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-29T15:46:10.944Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-29T15:46:11.328Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-29T15:46:11.951Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-29T15:46:12.099Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-29T15:46:12.468Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-29T15:46:12.794Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-29T15:46:13.071Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-29T15:46:13.169Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-29T15:46:13.499Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-29T15:46:13.885Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-29T15:46:14.210Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-29T15:46:14.661Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-29T15:46:14.673Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-29T15:46:15.021Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-29T15:46:15.533Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-29T15:46:16.006Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-29T15:46:16.259Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-29T15:46:16.486Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-29T15:46:16.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-29T15:46:17.140Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-29T15:46:17.463Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-29T15:46:17.701Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-29T15:46:18.077Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-29T15:46:18.242Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-29T15:46:18.481Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-29T15:46:18.823Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-29T15:46:19.019Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-29T15:46:19.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-29T15:46:19.558Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-29T15:46:22.305Z | Downloading crates ... |
| 264 | 2026-07-29T15:46:22.367Z | Downloaded autocfg v1.5.0 |
| 265 | 2026-07-29T15:46:22.371Z | Downloaded anstream v1.0.0 |
| 266 | 2026-07-29T15:46:22.371Z | Downloaded memmap v0.7.0 |
| 267 | 2026-07-29T15:46:22.371Z | Downloaded anstyle v1.0.14 |
| 268 | 2026-07-29T15:46:22.375Z | Downloaded dtrace-parser v0.2.0 |
| 269 | 2026-07-29T15:46:22.378Z | Downloaded toml_datetime v0.6.11 |
| 270 | 2026-07-29T15:46:22.382Z | Downloaded zerocopy-derive v0.7.35 |
| 271 | 2026-07-29T15:46:22.386Z | Downloaded zmij v1.0.21 |
| 272 | 2026-07-29T15:46:22.386Z | Downloaded fastrand v2.3.0 |
| 273 | 2026-07-29T15:46:22.386Z | Downloaded equivalent v1.0.2 |
| 274 | 2026-07-29T15:46:22.386Z | Downloaded generic-array v0.14.7 |
| 275 | 2026-07-29T15:46:22.387Z | Downloaded heck v0.5.0 |
| 276 | 2026-07-29T15:46:22.390Z | Downloaded macaddr v1.0.1 |
| 277 | 2026-07-29T15:46:22.390Z | Downloaded cargo-platform v0.3.2 |
| 278 | 2026-07-29T15:46:22.390Z | Downloaded clap_lex v1.0.0 |
| 279 | 2026-07-29T15:46:22.390Z | Downloaded fs-err v3.3.0 |
| 280 | 2026-07-29T15:46:22.393Z | Downloaded zerocopy v0.7.35 |
| 281 | 2026-07-29T15:46:22.399Z | Downloaded anstyle-parse v1.0.0 |
| 282 | 2026-07-29T15:46:22.403Z | Downloaded colorchoice v1.0.4 |
| 283 | 2026-07-29T15:46:22.403Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-07-29T15:46:22.403Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-07-29T15:46:22.403Z | Downloaded fnv v1.0.7 |
| 286 | 2026-07-29T15:46:22.406Z | Downloaded dof v0.3.0 |
| 287 | 2026-07-29T15:46:22.406Z | Downloaded crypto-common v0.1.7 |
| 288 | 2026-07-29T15:46:22.410Z | Downloaded anstyle-query v1.1.5 |
| 289 | 2026-07-29T15:46:22.416Z | Downloaded heck v0.4.1 |
| 290 | 2026-07-29T15:46:22.420Z | Downloaded is_terminal_polyfill v1.70.2 |
| 291 | 2026-07-29T15:46:22.420Z | Downloaded itoa v1.0.17 |
| 292 | 2026-07-29T15:46:22.424Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-07-29T15:46:22.428Z | Downloaded proc-macro-error-attr v1.0.4 |
| 294 | 2026-07-29T15:46:22.431Z | Downloaded plain v0.2.3 |
| 295 | 2026-07-29T15:46:22.431Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-07-29T15:46:22.441Z | Downloaded serde_spanned v0.6.9 |
| 297 | 2026-07-29T15:46:22.444Z | Downloaded swrite v0.1.0 |
| 298 | 2026-07-29T15:46:22.447Z | Downloaded strsim v0.11.1 |
| 299 | 2026-07-29T15:46:22.451Z | Downloaded smawk v0.3.2 |
| 300 | 2026-07-29T15:46:22.454Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-07-29T15:46:22.458Z | Downloaded version_check v0.9.5 |
| 302 | 2026-07-29T15:46:22.461Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2026-07-29T15:46:22.464Z | Downloaded terminal_size v0.4.3 |
| 304 | 2026-07-29T15:46:22.467Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-07-29T15:46:22.471Z | Downloaded unicode-linebreak v0.1.5 |
| 306 | 2026-07-29T15:46:22.475Z | Downloaded tabled_derive v0.7.0 |
| 307 | 2026-07-29T15:46:22.481Z | Downloaded usdt v0.5.0 |
| 308 | 2026-07-29T15:46:22.486Z | Downloaded scroll_derive v0.12.1 |
| 309 | 2026-07-29T15:46:22.491Z | Downloaded utf8parse v0.2.2 |
| 310 | 2026-07-29T15:46:22.491Z | Downloaded errno v0.3.14 |
| 311 | 2026-07-29T15:46:22.495Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-07-29T15:46:22.495Z | Downloaded digest v0.10.7 |
| 313 | 2026-07-29T15:46:22.501Z | Downloaded camino-tempfile v1.4.1 |
| 314 | 2026-07-29T15:46:22.506Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-07-29T15:46:22.509Z | Downloaded cargo_metadata v0.23.1 |
| 316 | 2026-07-29T15:46:22.514Z | Downloaded bitflags v2.11.0 |
| 317 | 2026-07-29T15:46:22.525Z | Downloaded proc-macro-error v1.0.4 |
| 318 | 2026-07-29T15:46:22.529Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-07-29T15:46:22.529Z | Downloaded usdt-attr-macro v0.5.0 |
| 320 | 2026-07-29T15:46:22.529Z | Downloaded sha2 v0.10.9 |
| 321 | 2026-07-29T15:46:22.532Z | Downloaded quote v1.0.45 |
| 322 | 2026-07-29T15:46:22.540Z | Downloaded scroll v0.12.0 |
| 323 | 2026-07-29T15:46:22.544Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-07-29T15:46:22.544Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-07-29T15:46:22.548Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-07-29T15:46:22.558Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-07-29T15:46:22.580Z | Downloaded clap_derive v4.6.1 |
| 328 | 2026-07-29T15:46:22.583Z | Downloaded pest_derive v2.8.6 |
| 329 | 2026-07-29T15:46:22.587Z | Downloaded semver v1.0.28 |
| 330 | 2026-07-29T15:46:22.587Z | Downloaded pest_generator v2.8.6 |
| 331 | 2026-07-29T15:46:22.590Z | Downloaded tempfile v3.25.0 |
| 332 | 2026-07-29T15:46:22.594Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-07-29T15:46:22.594Z | Downloaded serde_tokenstream v0.2.3 |
| 334 | 2026-07-29T15:46:22.597Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-07-29T15:46:22.600Z | Downloaded toml v0.8.23 |
| 336 | 2026-07-29T15:46:22.603Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-07-29T15:46:22.603Z | Downloaded getrandom v0.4.1 |
| 338 | 2026-07-29T15:46:22.610Z | Downloaded log v0.4.29 |
| 339 | 2026-07-29T15:46:22.641Z | Downloaded anyhow v1.0.102 |
| 340 | 2026-07-29T15:46:22.641Z | Downloaded once_cell v1.21.3 |
| 341 | 2026-07-29T15:46:22.641Z | Downloaded papergrid v0.11.0 |
| 342 | 2026-07-29T15:46:22.641Z | Downloaded camino v1.2.2 |
| 343 | 2026-07-29T15:46:22.641Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-07-29T15:46:22.641Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-07-29T15:46:22.641Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-29T15:46:22.641Z | Downloaded clap v4.6.1 |
| 347 | 2026-07-29T15:46:22.645Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-07-29T15:46:22.655Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-07-29T15:46:22.662Z | Downloaded memchr v2.8.0 |
| 350 | 2026-07-29T15:46:22.671Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-07-29T15:46:22.675Z | Downloaded pest v2.8.6 |
| 352 | 2026-07-29T15:46:22.675Z | Downloaded serde v1.0.228 |
| 353 | 2026-07-29T15:46:22.697Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-07-29T15:46:22.701Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-29T15:46:22.743Z | Downloaded hashbrown v0.17.0 |
| 356 | 2026-07-29T15:46:22.769Z | Downloaded clap_builder v4.6.0 |
| 357 | 2026-07-29T15:46:22.772Z | Downloaded serde_json v1.0.151 |
| 358 | 2026-07-29T15:46:22.776Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-29T15:46:22.780Z | Downloaded goblin v0.8.2 |
| 360 | 2026-07-29T15:46:22.806Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-29T15:46:22.812Z | Downloaded tabled v0.15.0 |
| 362 | 2026-07-29T15:46:22.821Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-29T15:46:22.824Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-07-29T15:46:22.832Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-29T15:46:22.856Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-29T15:46:22.889Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-29T15:46:22.950Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-29T15:46:22.950Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-29T15:46:22.950Z | Compiling quote v1.0.45 |
| 370 | 2026-07-29T15:46:22.954Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-29T15:46:22.954Z | Compiling libc v0.2.185 |
| 372 | 2026-07-29T15:46:22.954Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-29T15:46:22.954Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-29T15:46:22.954Z | Compiling serde v1.0.228 |
| 375 | 2026-07-29T15:46:23.133Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-29T15:46:23.137Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-29T15:46:23.137Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-29T15:46:23.137Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-29T15:46:23.137Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-29T15:46:23.137Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-29T15:46:23.373Z | Compiling serde_json v1.0.151 |
| 382 | 2026-07-29T15:46:23.400Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-29T15:46:23.540Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2026-07-29T15:46:23.615Z | Compiling pest v2.8.6 |
| 385 | 2026-07-29T15:46:23.690Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-07-29T15:46:23.705Z | Compiling syn v1.0.109 |
| 387 | 2026-07-29T15:46:23.709Z | Compiling camino v1.2.2 |
| 388 | 2026-07-29T15:46:23.864Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-29T15:46:23.901Z | Compiling log v0.4.29 |
| 390 | 2026-07-29T15:46:23.904Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-07-29T15:46:23.904Z | Compiling getrandom v0.4.1 |
| 392 | 2026-07-29T15:46:23.919Z | Compiling plain v0.2.3 |
| 393 | 2026-07-29T15:46:23.934Z | Compiling equivalent v1.0.2 |
| 394 | 2026-07-29T15:46:23.950Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-07-29T15:46:24.108Z | Compiling thiserror v2.0.18 |
| 396 | 2026-07-29T15:46:24.164Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-07-29T15:46:24.168Z | Compiling winnow v0.7.14 |
| 398 | 2026-07-29T15:46:24.202Z | Compiling autocfg v1.5.0 |
| 399 | 2026-07-29T15:46:24.240Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-07-29T15:46:24.243Z | Compiling is_terminal_polyfill v1.70.2 |
| 401 | 2026-07-29T15:46:24.257Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-07-29T15:46:24.260Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-07-29T15:46:24.367Z | Compiling errno v0.3.14 |
| 404 | 2026-07-29T15:46:24.387Z | Compiling thread-id v4.2.2 |
| 405 | 2026-07-29T15:46:24.406Z | Compiling anstyle v1.0.14 |
| 406 | 2026-07-29T15:46:24.444Z | Compiling indexmap v2.14.0 |
| 407 | 2026-07-29T15:46:24.460Z | Compiling colorchoice v1.0.4 |
| 408 | 2026-07-29T15:46:24.499Z | Compiling toml_write v0.1.2 |
| 409 | 2026-07-29T15:46:24.554Z | Compiling heck v0.4.1 |
| 410 | 2026-07-29T15:46:24.615Z | Compiling anstream v1.0.0 |
| 411 | 2026-07-29T15:46:24.664Z | Compiling syn v2.0.117 |
| 412 | 2026-07-29T15:46:24.682Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-07-29T15:46:24.721Z | Compiling fs-err v3.3.0 |
| 414 | 2026-07-29T15:46:24.748Z | Compiling fnv v1.0.7 |
| 415 | 2026-07-29T15:46:24.783Z | Compiling bytecount v0.6.9 |
| 416 | 2026-07-29T15:46:24.798Z | Compiling unicode-width v0.1.14 |
| 417 | 2026-07-29T15:46:24.837Z | Compiling heck v0.5.0 |
| 418 | 2026-07-29T15:46:24.869Z | Compiling strsim v0.11.1 |
| 419 | 2026-07-29T15:46:24.934Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-29T15:46:24.951Z | Compiling fastrand v2.3.0 |
| 421 | 2026-07-29T15:46:24.969Z | Compiling clap_lex v1.0.0 |
| 422 | 2026-07-29T15:46:24.987Z | Compiling anyhow v1.0.102 |
| 423 | 2026-07-29T15:46:25.095Z | Compiling papergrid v0.11.0 |
| 424 | 2026-07-29T15:46:25.127Z | Compiling memmap v0.7.0 |
| 425 | 2026-07-29T15:46:25.171Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-29T15:46:25.206Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-29T15:46:25.261Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-07-29T15:46:25.298Z | Compiling swrite v0.1.0 |
| 429 | 2026-07-29T15:46:25.407Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-07-29T15:46:25.453Z | Compiling tempfile v3.25.0 |
| 431 | 2026-07-29T15:46:25.580Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-07-29T15:46:25.597Z | Compiling semver v1.0.28 |
| 433 | 2026-07-29T15:46:25.617Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-07-29T15:46:25.667Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-29T15:46:25.819Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-29T15:46:26.183Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-29T15:46:26.873Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-29T15:46:26.889Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-29T15:46:27.357Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-29T15:46:27.357Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-29T15:46:27.360Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-29T15:46:27.360Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-29T15:46:27.360Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-29T15:46:27.360Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-29T15:46:27.442Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-29T15:46:28.020Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-29T15:46:28.109Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-29T15:46:28.227Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-29T15:46:28.387Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-29T15:46:28.732Z | Compiling clap v4.6.1 |
| 451 | 2026-07-29T15:46:29.734Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-29T15:46:29.734Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-29T15:46:29.734Z | Compiling macaddr v1.0.1 |
| 454 | 2026-07-29T15:46:29.738Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-07-29T15:46:29.738Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-07-29T15:46:29.751Z | Compiling dof v0.3.0 |
| 457 | 2026-07-29T15:46:29.754Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-29T15:46:29.947Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-29T15:46:30.494Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-29T15:46:30.494Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-29T15:46:31.115Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-29T15:46:31.233Z | Compiling toml v0.8.23 |
| 463 | 2026-07-29T15:46:31.557Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-29T15:46:32.818Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-29T15:46:34.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.65s |
| 466 | 2026-07-29T15:46:35.076Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-29T15:46:35.601Z | Downloading crates ... |
| 468 | 2026-07-29T15:46:35.669Z | Downloaded adler2 v2.0.1 |
| 469 | 2026-07-29T15:46:35.678Z | Downloaded async-stream v0.3.6 |
| 470 | 2026-07-29T15:46:35.681Z | Downloaded foreign-types-macros v0.2.3 |
| 471 | 2026-07-29T15:46:35.681Z | Downloaded foreign-types-shared v0.3.1 |
| 472 | 2026-07-29T15:46:35.681Z | Downloaded aho-corasick v1.1.4 |
| 473 | 2026-07-29T15:46:35.685Z | Downloaded aead v0.5.2 |
| 474 | 2026-07-29T15:46:35.685Z | Downloaded arrayref v0.3.9 |
| 475 | 2026-07-29T15:46:35.685Z | Downloaded aead v0.6.1 |
| 476 | 2026-07-29T15:46:35.685Z | Downloaded anstyle-parse v0.2.7 |
| 477 | 2026-07-29T15:46:35.685Z | Downloaded argon2 v0.5.3 |
| 478 | 2026-07-29T15:46:35.688Z | Downloaded env_filter v1.0.0 |
| 479 | 2026-07-29T15:46:35.692Z | Downloaded funty v2.0.0 |
| 480 | 2026-07-29T15:46:35.692Z | Downloaded ff v0.13.1 |
| 481 | 2026-07-29T15:46:35.692Z | Downloaded filetime v0.2.27 |
| 482 | 2026-07-29T15:46:35.692Z | Downloaded flagset v0.4.7 |
| 483 | 2026-07-29T15:46:35.695Z | Downloaded fallible-iterator v0.2.0 |
| 484 | 2026-07-29T15:46:35.696Z | Downloaded fixedbitset v0.5.7 |
| 485 | 2026-07-29T15:46:35.696Z | Downloaded hyper-tls v0.6.0 |
| 486 | 2026-07-29T15:46:35.696Z | Downloaded ahash v0.8.12 |
| 487 | 2026-07-29T15:46:35.699Z | Downloaded argon2 v0.6.0-rc.8 |
| 488 | 2026-07-29T15:46:35.699Z | Downloaded base16ct v0.2.0 |
| 489 | 2026-07-29T15:46:35.704Z | Downloaded arc-swap v1.8.2 |
| 490 | 2026-07-29T15:46:35.712Z | Downloaded futures-sink v0.3.32 |
| 491 | 2026-07-29T15:46:35.712Z | Downloaded bitfield-macros v0.19.4 |
| 492 | 2026-07-29T15:46:35.718Z | Downloaded allocator-api2 v0.2.21 |
| 493 | 2026-07-29T15:46:35.718Z | Downloaded gethostname v0.5.0 |
| 494 | 2026-07-29T15:46:35.718Z | Downloaded enum-as-inner v0.6.1 |
| 495 | 2026-07-29T15:46:35.718Z | Downloaded ar_archive_writer v0.5.1 |
| 496 | 2026-07-29T15:46:35.718Z | Downloaded base64ct v1.8.3 |
| 497 | 2026-07-29T15:46:35.718Z | Downloaded async-recursion v1.1.1 |
| 498 | 2026-07-29T15:46:35.722Z | Downloaded glob v0.3.3 |
| 499 | 2026-07-29T15:46:35.722Z | Downloaded highway v1.3.0 |
| 500 | 2026-07-29T15:46:35.722Z | Downloaded float-cmp v0.10.0 |
| 501 | 2026-07-29T15:46:35.722Z | Downloaded foreign-types v0.3.2 |
| 502 | 2026-07-29T15:46:35.722Z | Downloaded futures-task v0.3.32 |
| 503 | 2026-07-29T15:46:35.722Z | Downloaded convert_case v0.4.0 |
| 504 | 2026-07-29T15:46:35.722Z | Downloaded foreign-types v0.5.0 |
| 505 | 2026-07-29T15:46:35.722Z | Downloaded foreign-types-shared v0.1.1 |
| 506 | 2026-07-29T15:46:35.723Z | Downloaded futures-io v0.3.32 |
| 507 | 2026-07-29T15:46:35.723Z | Downloaded git-stub v1.0.0 |
| 508 | 2026-07-29T15:46:35.726Z | Downloaded ascii-canvas v3.0.0 |
| 509 | 2026-07-29T15:46:35.726Z | Downloaded bitfield-struct v0.6.2 |
| 510 | 2026-07-29T15:46:35.726Z | Downloaded atomic-waker v1.1.2 |
| 511 | 2026-07-29T15:46:35.726Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-07-29T15:46:35.726Z | Downloaded form_urlencoded v1.2.2 |
| 513 | 2026-07-29T15:46:35.726Z | Downloaded endian-type v0.1.2 |
| 514 | 2026-07-29T15:46:35.726Z | Downloaded fd-lock v4.0.4 |
| 515 | 2026-07-29T15:46:35.739Z | Downloaded ghash v0.6.0 |
| 516 | 2026-07-29T15:46:35.739Z | Downloaded futures-core v0.3.32 |
| 517 | 2026-07-29T15:46:35.739Z | Downloaded futures-macro v0.3.32 |
| 518 | 2026-07-29T15:46:35.739Z | Downloaded bit-set v0.8.0 |
| 519 | 2026-07-29T15:46:35.739Z | Downloaded bit-vec v0.6.3 |
| 520 | 2026-07-29T15:46:35.739Z | Downloaded async-stream-impl v0.3.6 |
| 521 | 2026-07-29T15:46:35.739Z | Downloaded bb8 v0.8.6 |
| 522 | 2026-07-29T15:46:35.744Z | Downloaded atty v0.2.14 |
| 523 | 2026-07-29T15:46:35.744Z | Downloaded hostname v0.4.2 |
| 524 | 2026-07-29T15:46:35.744Z | Downloaded castaway v0.2.4 |
| 525 | 2026-07-29T15:46:35.744Z | Downloaded fxhash v0.2.1 |
| 526 | 2026-07-29T15:46:35.744Z | Downloaded hash32 v0.3.1 |
| 527 | 2026-07-29T15:46:35.744Z | Downloaded home v0.5.12 |
| 528 | 2026-07-29T15:46:35.744Z | Downloaded httpdate v1.0.3 |
| 529 | 2026-07-29T15:46:35.744Z | Downloaded array-init v0.0.4 |
| 530 | 2026-07-29T15:46:35.744Z | Downloaded base16ct v1.0.0 |
| 531 | 2026-07-29T15:46:35.744Z | Downloaded bit-set v0.5.3 |
| 532 | 2026-07-29T15:46:35.744Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 533 | 2026-07-29T15:46:35.744Z | Downloaded globwalk v0.9.1 |
| 534 | 2026-07-29T15:46:35.744Z | Downloaded hex v0.4.3 |
| 535 | 2026-07-29T15:46:35.749Z | Downloaded block-padding v0.4.2 |
| 536 | 2026-07-29T15:46:35.749Z | Downloaded float-ord v0.3.2 |
| 537 | 2026-07-29T15:46:35.749Z | Downloaded ciborium-io v0.2.2 |
| 538 | 2026-07-29T15:46:35.752Z | Downloaded assert_matches v1.5.0 |
| 539 | 2026-07-29T15:46:35.756Z | Downloaded hostname v0.3.1 |
| 540 | 2026-07-29T15:46:35.756Z | Downloaded hex-literal v1.1.0 |
| 541 | 2026-07-29T15:46:35.756Z | Downloaded http-range v0.1.5 |
| 542 | 2026-07-29T15:46:35.756Z | Downloaded arrayvec v0.7.6 |
| 543 | 2026-07-29T15:46:35.760Z | Downloaded http-body v1.0.1 |
| 544 | 2026-07-29T15:46:35.763Z | Downloaded num-derive v0.4.2 |
| 545 | 2026-07-29T15:46:35.763Z | Downloaded headers-core v0.3.0 |
| 546 | 2026-07-29T15:46:35.766Z | Downloaded cfg_aliases v0.1.1 |
| 547 | 2026-07-29T15:46:35.766Z | Downloaded compression-core v0.4.31 |
| 548 | 2026-07-29T15:46:35.770Z | Downloaded hash32 v0.2.1 |
| 549 | 2026-07-29T15:46:35.770Z | Downloaded foldhash v0.2.0 |
| 550 | 2026-07-29T15:46:35.773Z | Downloaded cfg_aliases v0.2.1 |
| 551 | 2026-07-29T15:46:35.773Z | Downloaded enum_dispatch v0.3.13 |
| 552 | 2026-07-29T15:46:35.777Z | Downloaded block-buffer v0.12.1 |
| 553 | 2026-07-29T15:46:35.777Z | Downloaded erased-serde v0.3.31 |
| 554 | 2026-07-29T15:46:35.777Z | Downloaded ciborium-ll v0.2.2 |
| 555 | 2026-07-29T15:46:35.780Z | Downloaded hubpack_derive v0.1.1 |
| 556 | 2026-07-29T15:46:35.784Z | Downloaded hubpack v0.1.2 |
| 557 | 2026-07-29T15:46:35.788Z | Downloaded parse-display v0.10.0 |
| 558 | 2026-07-29T15:46:35.791Z | Downloaded proc-macro-crate v3.4.0 |
| 559 | 2026-07-29T15:46:35.791Z | Downloaded fixedbitset v0.4.2 |
| 560 | 2026-07-29T15:46:35.798Z | Downloaded foldhash v0.1.5 |
| 561 | 2026-07-29T15:46:35.798Z | Downloaded futures-executor v0.3.32 |
| 562 | 2026-07-29T15:46:35.798Z | Downloaded cobs v0.3.0 |
| 563 | 2026-07-29T15:46:35.798Z | Downloaded fs_extra v1.3.0 |
| 564 | 2026-07-29T15:46:35.802Z | Downloaded ff v0.14.0 |
| 565 | 2026-07-29T15:46:35.802Z | Downloaded http-body-util v0.1.3 |
| 566 | 2026-07-29T15:46:35.802Z | Downloaded group v0.14.0 |
| 567 | 2026-07-29T15:46:35.802Z | Downloaded nonempty v0.12.0 |
| 568 | 2026-07-29T15:46:35.803Z | Downloaded olpc-cjson v0.1.4 |
| 569 | 2026-07-29T15:46:35.810Z | Downloaded fs-err v2.11.0 |
| 570 | 2026-07-29T15:46:35.813Z | Downloaded globset v0.4.18 |
| 571 | 2026-07-29T15:46:35.813Z | Downloaded bitflags v1.3.2 |
| 572 | 2026-07-29T15:46:35.813Z | Downloaded group v0.13.0 |
| 573 | 2026-07-29T15:46:35.813Z | Downloaded bcs v0.1.6 |
| 574 | 2026-07-29T15:46:35.817Z | Downloaded async-trait v0.1.89 |
| 575 | 2026-07-29T15:46:35.817Z | Downloaded git-stub-vcs v0.1.0 |
| 576 | 2026-07-29T15:46:35.824Z | Downloaded radium v0.7.0 |
| 577 | 2026-07-29T15:46:35.824Z | Downloaded phf_shared v0.13.1 |
| 578 | 2026-07-29T15:46:35.827Z | Downloaded blowfish v0.10.0 |
| 579 | 2026-07-29T15:46:35.827Z | Downloaded backoff v0.4.0 |
| 580 | 2026-07-29T15:46:35.831Z | Downloaded cassowary v0.3.0 |
| 581 | 2026-07-29T15:46:35.831Z | Downloaded blake2 v0.11.0-rc.6 |
| 582 | 2026-07-29T15:46:35.834Z | Downloaded predicates-tree v1.0.13 |
| 583 | 2026-07-29T15:46:35.841Z | Downloaded russh-cryptovec v0.62.0 |
| 584 | 2026-07-29T15:46:35.844Z | Downloaded futures-channel v0.3.32 |
| 585 | 2026-07-29T15:46:35.844Z | Downloaded getrandom v0.2.17 |
| 586 | 2026-07-29T15:46:35.848Z | Downloaded semver v0.1.20 |
| 587 | 2026-07-29T15:46:35.848Z | Downloaded env_logger v0.11.9 |
| 588 | 2026-07-29T15:46:35.848Z | Downloaded find-msvc-tools v0.1.9 |
| 589 | 2026-07-29T15:46:35.853Z | Downloaded slog-envlogger v2.2.0 |
| 590 | 2026-07-29T15:46:35.853Z | Downloaded strsim v0.10.0 |
| 591 | 2026-07-29T15:46:35.860Z | Downloaded shell-words v1.1.1 |
| 592 | 2026-07-29T15:46:35.860Z | Downloaded constant_time_eq v0.4.2 |
| 593 | 2026-07-29T15:46:35.864Z | Downloaded oxide-update-engine-display v0.1.2 |
| 594 | 2026-07-29T15:46:35.864Z | Downloaded cipher v0.5.2 |
| 595 | 2026-07-29T15:46:35.864Z | Downloaded parse-display-derive v0.10.0 |
| 596 | 2026-07-29T15:46:35.864Z | Downloaded pem-rfc7468 v1.0.0 |
| 597 | 2026-07-29T15:46:35.881Z | Downloaded cbc v0.2.1 |
| 598 | 2026-07-29T15:46:35.882Z | Downloaded cipher v0.4.4 |
| 599 | 2026-07-29T15:46:35.882Z | Downloaded cmake v0.1.57 |
| 600 | 2026-07-29T15:46:35.882Z | Downloaded sync-ptr v0.1.4 |
| 601 | 2026-07-29T15:46:35.882Z | Downloaded camino-tempfile-ext v0.3.3 |
| 602 | 2026-07-29T15:46:35.885Z | Downloaded compression-codecs v0.4.37 |
| 603 | 2026-07-29T15:46:35.885Z | Downloaded sync_wrapper v1.0.2 |
| 604 | 2026-07-29T15:46:35.885Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 605 | 2026-07-29T15:46:35.885Z | Downloaded cmov v0.5.4 |
| 606 | 2026-07-29T15:46:35.885Z | Downloaded const_format_proc_macros v0.2.34 |
| 607 | 2026-07-29T15:46:35.885Z | Downloaded bitfield v0.19.4 |
| 608 | 2026-07-29T15:46:35.885Z | Downloaded tower-layer v0.3.3 |
| 609 | 2026-07-29T15:46:35.886Z | Downloaded byte-wrapper v0.1.0 |
| 610 | 2026-07-29T15:46:35.886Z | Downloaded phf v0.13.1 |
| 611 | 2026-07-29T15:46:35.886Z | Downloaded oxide-update-engine v0.1.2 |
| 612 | 2026-07-29T15:46:35.886Z | Downloaded half v1.8.3 |
| 613 | 2026-07-29T15:46:35.886Z | Downloaded oxide-tokio-rt v0.1.4 |
| 614 | 2026-07-29T15:46:35.886Z | Downloaded strum v0.27.2 |
| 615 | 2026-07-29T15:46:35.889Z | Downloaded hmac v0.12.1 |
| 616 | 2026-07-29T15:46:35.893Z | Downloaded hmac v0.13.0 |
| 617 | 2026-07-29T15:46:35.893Z | Downloaded hyper-staticfile v0.10.1 |
| 618 | 2026-07-29T15:46:35.893Z | Downloaded aes v0.9.1 |
| 619 | 2026-07-29T15:46:35.897Z | Downloaded bzip2 v0.6.1 |
| 620 | 2026-07-29T15:46:35.897Z | Downloaded chacha20 v0.9.1 |
| 621 | 2026-07-29T15:46:35.897Z | Downloaded console v0.15.11 |
| 622 | 2026-07-29T15:46:35.900Z | Downloaded bit-vec v0.8.0 |
| 623 | 2026-07-29T15:46:35.900Z | Downloaded cexpr v0.6.0 |
| 624 | 2026-07-29T15:46:35.900Z | Downloaded colored v2.2.0 |
| 625 | 2026-07-29T15:46:35.904Z | Downloaded humantime v2.3.0 |
| 626 | 2026-07-29T15:46:35.904Z | Downloaded hybrid-array v0.4.13 |
| 627 | 2026-07-29T15:46:35.904Z | Downloaded hyper-rustls v0.27.7 |
| 628 | 2026-07-29T15:46:35.910Z | Downloaded quick-error v1.2.3 |
| 629 | 2026-07-29T15:46:35.911Z | Downloaded async-bb8-diesel v0.2.1 |
| 630 | 2026-07-29T15:46:35.911Z | Downloaded tagptr v0.2.0 |
| 631 | 2026-07-29T15:46:35.911Z | Downloaded topological-sort v0.2.2 |
| 632 | 2026-07-29T15:46:35.914Z | Downloaded r2d2 v0.8.10 |
| 633 | 2026-07-29T15:46:35.914Z | Downloaded polyval v0.7.1 |
| 634 | 2026-07-29T15:46:35.914Z | Downloaded ppv-lite86 v0.2.21 |
| 635 | 2026-07-29T15:46:35.914Z | Downloaded progenitor v0.13.0 |
| 636 | 2026-07-29T15:46:35.914Z | Downloaded progenitor v0.14.0 |
| 637 | 2026-07-29T15:46:35.914Z | Downloaded rpassword v7.5.4 |
| 638 | 2026-07-29T15:46:35.914Z | Downloaded void v1.0.2 |
| 639 | 2026-07-29T15:46:35.918Z | Downloaded utf8_iter v1.0.4 |
| 640 | 2026-07-29T15:46:35.922Z | Downloaded rustls-pemfile v2.2.0 |
| 641 | 2026-07-29T15:46:35.922Z | Downloaded zone_cfg_derive v0.3.1 |
| 642 | 2026-07-29T15:46:35.926Z | Downloaded serde_derive_internals v0.29.1 |
| 643 | 2026-07-29T15:46:35.926Z | Downloaded slog-dtrace v0.3.0 |
| 644 | 2026-07-29T15:46:35.929Z | Downloaded fatfs v0.3.6 |
| 645 | 2026-07-29T15:46:35.929Z | Downloaded snafu-derive v0.8.9 |
| 646 | 2026-07-29T15:46:35.934Z | Downloaded bzip2 v0.4.4 |
| 647 | 2026-07-29T15:46:35.934Z | Downloaded cancel-safe-futures v0.1.5 |
| 648 | 2026-07-29T15:46:35.934Z | Downloaded console v0.16.2 |
| 649 | 2026-07-29T15:46:35.937Z | Downloaded bs58 v0.5.1 |
| 650 | 2026-07-29T15:46:35.937Z | Downloaded buf-list v1.1.2 |
| 651 | 2026-07-29T15:46:35.937Z | Downloaded generic-array v1.4.3 |
| 652 | 2026-07-29T15:46:35.937Z | Downloaded rusty-fork v0.3.1 |
| 653 | 2026-07-29T15:46:35.941Z | Downloaded schemars_derive v0.8.22 |
| 654 | 2026-07-29T15:46:35.941Z | Downloaded universal-hash v0.5.1 |
| 655 | 2026-07-29T15:46:35.941Z | Downloaded universal-hash v0.6.1 |
| 656 | 2026-07-29T15:46:35.941Z | Downloaded ciborium v0.2.2 |
| 657 | 2026-07-29T15:46:35.941Z | Downloaded colored v3.1.1 |
| 658 | 2026-07-29T15:46:35.946Z | Downloaded anstream v0.6.21 |
| 659 | 2026-07-29T15:46:35.946Z | Downloaded clang-sys v1.8.1 |
| 660 | 2026-07-29T15:46:35.946Z | Downloaded chacha20 v0.10.0 |
| 661 | 2026-07-29T15:46:35.952Z | Downloaded shlex v1.3.0 |
| 662 | 2026-07-29T15:46:35.952Z | Downloaded num_enum_derive v0.7.6 |
| 663 | 2026-07-29T15:46:35.952Z | Downloaded postcard v1.1.3 |
| 664 | 2026-07-29T15:46:35.952Z | Downloaded serdect v0.4.3 |
| 665 | 2026-07-29T15:46:35.952Z | Downloaded crc-catalog v2.4.0 |
| 666 | 2026-07-29T15:46:35.952Z | Downloaded spki v0.7.3 |
| 667 | 2026-07-29T15:46:35.956Z | Downloaded tokio-native-tls v0.3.1 |
| 668 | 2026-07-29T15:46:35.956Z | Downloaded tokio-test v0.4.5 |
| 669 | 2026-07-29T15:46:35.956Z | Downloaded blake2 v0.10.6 |
| 670 | 2026-07-29T15:46:35.956Z | Downloaded darling_macro v0.21.3 |
| 671 | 2026-07-29T15:46:35.956Z | Downloaded cpubits v0.1.1 |
| 672 | 2026-07-29T15:46:35.960Z | Downloaded termios v0.3.3 |
| 673 | 2026-07-29T15:46:35.960Z | Downloaded backon v1.6.0 |
| 674 | 2026-07-29T15:46:35.960Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 675 | 2026-07-29T15:46:35.960Z | Downloaded defmt v0.3.100 |
| 676 | 2026-07-29T15:46:35.960Z | Downloaded tiny-keccak v2.0.2 |
| 677 | 2026-07-29T15:46:35.974Z | Downloaded parking_lot v0.11.2 |
| 678 | 2026-07-29T15:46:35.974Z | Downloaded parking_lot_core v0.9.12 |
| 679 | 2026-07-29T15:46:35.974Z | Downloaded httparse v1.10.1 |
| 680 | 2026-07-29T15:46:35.980Z | Downloaded futures v0.3.32 |
| 681 | 2026-07-29T15:46:35.980Z | Downloaded slog-json v2.6.1 |
| 682 | 2026-07-29T15:46:35.980Z | Downloaded dunce v1.0.5 |
| 683 | 2026-07-29T15:46:35.980Z | Downloaded dyn-clone v1.0.20 |
| 684 | 2026-07-29T15:46:35.983Z | Downloaded sec1 v0.8.1 |
| 685 | 2026-07-29T15:46:35.987Z | Downloaded display-error-chain v0.2.2 |
| 686 | 2026-07-29T15:46:35.987Z | Downloaded unicase v2.9.0 |
| 687 | 2026-07-29T15:46:35.991Z | Downloaded is-terminal v0.4.17 |
| 688 | 2026-07-29T15:46:35.991Z | Downloaded downcast-rs v2.0.2 |
| 689 | 2026-07-29T15:46:35.996Z | Downloaded dof v0.4.0 |
| 690 | 2026-07-29T15:46:35.996Z | Downloaded lazy_static v1.5.0 |
| 691 | 2026-07-29T15:46:35.996Z | Downloaded maybe-uninit v2.0.0 |
| 692 | 2026-07-29T15:46:36.000Z | Downloaded newtype_derive v0.1.6 |
| 693 | 2026-07-29T15:46:36.000Z | Downloaded rustversion v1.0.22 |
| 694 | 2026-07-29T15:46:36.000Z | Downloaded walkdir v2.5.0 |
| 695 | 2026-07-29T15:46:36.000Z | Downloaded maplit v1.0.2 |
| 696 | 2026-07-29T15:46:36.006Z | Downloaded sha2 v0.11.0 |
| 697 | 2026-07-29T15:46:36.006Z | Downloaded heapless v0.7.17 |
| 698 | 2026-07-29T15:46:36.010Z | Downloaded const-oid v0.9.6 |
| 699 | 2026-07-29T15:46:36.010Z | Downloaded const-oid v0.10.2 |
| 700 | 2026-07-29T15:46:36.010Z | Downloaded embedded-io v0.4.0 |
| 701 | 2026-07-29T15:46:36.010Z | Downloaded ident_case v1.0.1 |
| 702 | 2026-07-29T15:46:36.010Z | Downloaded unit-prefix v0.5.2 |
| 703 | 2026-07-29T15:46:36.010Z | Downloaded vergen-lib v9.1.0 |
| 704 | 2026-07-29T15:46:36.010Z | Downloaded internet-checksum v0.2.1 |
| 705 | 2026-07-29T15:46:36.013Z | Downloaded kem v0.3.0 |
| 706 | 2026-07-29T15:46:36.017Z | Downloaded nodrop v0.1.14 |
| 707 | 2026-07-29T15:46:36.017Z | Downloaded omicron-zone-package v0.12.3 |
| 708 | 2026-07-29T15:46:36.025Z | Downloaded cstr-argument v0.1.2 |
| 709 | 2026-07-29T15:46:36.028Z | Downloaded ctutils v0.4.2 |
| 710 | 2026-07-29T15:46:36.028Z | Downloaded match_cfg v0.1.0 |
| 711 | 2026-07-29T15:46:36.028Z | Downloaded chacha20poly1305 v0.10.1 |
| 712 | 2026-07-29T15:46:36.028Z | Downloaded managed v0.8.0 |
| 713 | 2026-07-29T15:46:36.028Z | Downloaded num_threads v0.1.7 |
| 714 | 2026-07-29T15:46:36.029Z | Downloaded openssl-probe v0.2.1 |
| 715 | 2026-07-29T15:46:36.029Z | Downloaded bytes v1.11.1 |
| 716 | 2026-07-29T15:46:36.029Z | Downloaded pkcs5 v0.8.1 |
| 717 | 2026-07-29T15:46:36.032Z | Downloaded tls_codec_derive v0.4.2 |
| 718 | 2026-07-29T15:46:36.032Z | Downloaded daft v0.1.7 |
| 719 | 2026-07-29T15:46:36.032Z | Downloaded num-traits v0.2.19 |
| 720 | 2026-07-29T15:46:36.036Z | Downloaded pem-rfc7468 v0.7.0 |
| 721 | 2026-07-29T15:46:36.036Z | Downloaded serde_cbor v0.11.2 |
| 722 | 2026-07-29T15:46:36.036Z | Downloaded compact_str v0.8.1 |
| 723 | 2026-07-29T15:46:36.039Z | Downloaded derive_builder_core v0.20.2 |
| 724 | 2026-07-29T15:46:36.043Z | Downloaded rand_xorshift v0.4.0 |
| 725 | 2026-07-29T15:46:36.046Z | Downloaded password-hash v0.6.1 |
| 726 | 2026-07-29T15:46:36.046Z | Downloaded phf_shared v0.12.1 |
| 727 | 2026-07-29T15:46:36.046Z | Downloaded flume v0.11.1 |
| 728 | 2026-07-29T15:46:36.046Z | Downloaded powerfmt v0.2.0 |
| 729 | 2026-07-29T15:46:36.050Z | Downloaded proc-macro-crate v1.3.1 |
| 730 | 2026-07-29T15:46:36.053Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 731 | 2026-07-29T15:46:36.057Z | Downloaded rustc_version v0.4.1 |
| 732 | 2026-07-29T15:46:36.062Z | Downloaded getrandom v0.3.4 |
| 733 | 2026-07-29T15:46:36.062Z | Downloaded scopeguard v1.2.0 |
| 734 | 2026-07-29T15:46:36.066Z | Downloaded async-compression v0.4.41 |
| 735 | 2026-07-29T15:46:36.070Z | Downloaded rcgen v0.12.1 |
| 736 | 2026-07-29T15:46:36.073Z | Downloaded ingot-types v0.2.0 |
| 737 | 2026-07-29T15:46:36.076Z | Downloaded either v1.15.0 |
| 738 | 2026-07-29T15:46:36.080Z | Downloaded recursive v0.1.1 |
| 739 | 2026-07-29T15:46:36.080Z | Downloaded sapling-renderdag v0.1.0 |
| 740 | 2026-07-29T15:46:36.083Z | Downloaded serde_urlencoded v0.7.1 |
| 741 | 2026-07-29T15:46:36.083Z | Downloaded libloading v0.8.9 |
| 742 | 2026-07-29T15:46:36.083Z | Downloaded secrecy v0.10.3 |
| 743 | 2026-07-29T15:46:36.083Z | Downloaded signal-hook-tokio v0.3.1 |
| 744 | 2026-07-29T15:46:36.083Z | Downloaded signature v2.2.0 |
| 745 | 2026-07-29T15:46:36.091Z | Downloaded half v2.7.1 |
| 746 | 2026-07-29T15:46:36.096Z | Downloaded const_format v0.2.35 |
| 747 | 2026-07-29T15:46:36.096Z | Downloaded sponge-cursor v0.1.0 |
| 748 | 2026-07-29T15:46:36.096Z | Downloaded vergen v9.1.0 |
| 749 | 2026-07-29T15:46:36.100Z | Downloaded libsw-core v0.3.2 |
| 750 | 2026-07-29T15:46:36.100Z | Downloaded openssl-sys v0.9.115 |
| 751 | 2026-07-29T15:46:36.103Z | Downloaded take_mut v0.2.2 |
| 752 | 2026-07-29T15:46:36.107Z | Downloaded delegate v0.13.5 |
| 753 | 2026-07-29T15:46:36.107Z | Downloaded password-hash v0.5.0 |
| 754 | 2026-07-29T15:46:36.107Z | Downloaded base64 v0.21.7 |
| 755 | 2026-07-29T15:46:36.110Z | Downloaded yasna v0.5.2 |
| 756 | 2026-07-29T15:46:36.110Z | Downloaded termtree v0.5.1 |
| 757 | 2026-07-29T15:46:36.110Z | Downloaded signal-hook v0.3.18 |
| 758 | 2026-07-29T15:46:36.114Z | Downloaded num-rational v0.4.2 |
| 759 | 2026-07-29T15:46:36.114Z | Downloaded headers v0.4.1 |
| 760 | 2026-07-29T15:46:36.119Z | Downloaded toml v0.7.8 |
| 761 | 2026-07-29T15:46:36.119Z | Downloaded usdt-macro v0.6.0 |
| 762 | 2026-07-29T15:46:36.119Z | Downloaded bumpalo v3.20.2 |
| 763 | 2026-07-29T15:46:36.122Z | Downloaded pem v3.0.6 |
| 764 | 2026-07-29T15:46:36.123Z | Downloaded darling v0.21.3 |
| 765 | 2026-07-29T15:46:36.126Z | Downloaded primeorder v0.13.6 |
| 766 | 2026-07-29T15:46:36.126Z | Downloaded pkcs8 v0.10.2 |
| 767 | 2026-07-29T15:46:36.126Z | Downloaded unicode-xid v0.2.6 |
| 768 | 2026-07-29T15:46:36.130Z | Downloaded primeorder v0.14.0 |
| 769 | 2026-07-29T15:46:36.135Z | Downloaded yoke-derive v0.8.1 |
| 770 | 2026-07-29T15:46:36.135Z | Downloaded zerofrom v0.1.6 |
| 771 | 2026-07-29T15:46:36.135Z | Downloaded zeroize_derive v1.5.0 |
| 772 | 2026-07-29T15:46:36.139Z | Downloaded cpufeatures v0.3.0 |
| 773 | 2026-07-29T15:46:36.139Z | Downloaded tungstenite v0.21.0 |
| 774 | 2026-07-29T15:46:36.142Z | Downloaded heapless v0.8.0 |
| 775 | 2026-07-29T15:46:36.142Z | Downloaded serde_path_to_error v0.1.20 |
| 776 | 2026-07-29T15:46:36.151Z | Downloaded prettyplease v0.2.37 |
| 777 | 2026-07-29T15:46:36.156Z | Downloaded rayon-core v1.13.0 |
| 778 | 2026-07-29T15:46:36.160Z | Downloaded crc8 v0.1.1 |
| 779 | 2026-07-29T15:46:36.160Z | Downloaded defmt-parser v1.0.0 |
| 780 | 2026-07-29T15:46:36.161Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 781 | 2026-07-29T15:46:36.161Z | Downloaded digest v0.11.3 |
| 782 | 2026-07-29T15:46:36.161Z | Downloaded rand_seeder v0.4.0 |
| 783 | 2026-07-29T15:46:36.161Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 784 | 2026-07-29T15:46:36.161Z | Downloaded dirs-next v2.0.0 |
| 785 | 2026-07-29T15:46:36.164Z | Downloaded hickory-resolver v0.24.4 |
| 786 | 2026-07-29T15:46:36.171Z | Downloaded ml-kem v0.3.2 |
| 787 | 2026-07-29T15:46:36.174Z | Downloaded base64 v0.22.1 |
| 788 | 2026-07-29T15:46:36.174Z | Downloaded cc v1.2.56 |
| 789 | 2026-07-29T15:46:36.178Z | Downloaded strum_macros v0.27.2 |
| 790 | 2026-07-29T15:46:36.185Z | Downloaded slog-scope v4.4.1 |
| 791 | 2026-07-29T15:46:36.185Z | Downloaded slog-stdlog v4.1.1 |
| 792 | 2026-07-29T15:46:36.185Z | Downloaded ssh-encoding v0.3.0 |
| 793 | 2026-07-29T15:46:36.185Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 794 | 2026-07-29T15:46:36.189Z | Downloaded stringprep v0.1.5 |
| 795 | 2026-07-29T15:46:36.189Z | Downloaded synstructure v0.13.2 |
| 796 | 2026-07-29T15:46:36.189Z | Downloaded md5 v0.8.0 |
| 797 | 2026-07-29T15:46:36.189Z | Downloaded lzss v0.8.2 |
| 798 | 2026-07-29T15:46:36.189Z | Downloaded md-5 v0.10.6 |
| 799 | 2026-07-29T15:46:36.190Z | Downloaded new_debug_unreachable v1.0.6 |
| 800 | 2026-07-29T15:46:36.190Z | Downloaded time-macros v0.2.27 |
| 801 | 2026-07-29T15:46:36.190Z | Downloaded tokio-tungstenite v0.23.1 |
| 802 | 2026-07-29T15:46:36.190Z | Downloaded string_cache v0.8.9 |
| 803 | 2026-07-29T15:46:36.190Z | Downloaded slog-term v2.9.2 |
| 804 | 2026-07-29T15:46:36.193Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 805 | 2026-07-29T15:46:36.193Z | Downloaded lru-slab v0.1.2 |
| 806 | 2026-07-29T15:46:36.193Z | Downloaded nibble_vec v0.1.0 |
| 807 | 2026-07-29T15:46:36.196Z | Downloaded subprocess v0.2.15 |
| 808 | 2026-07-29T15:46:36.200Z | Downloaded darling v0.23.0 |
| 809 | 2026-07-29T15:46:36.200Z | Downloaded pkcs1 v0.7.5 |
| 810 | 2026-07-29T15:46:36.203Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 811 | 2026-07-29T15:46:36.203Z | Downloaded wyz v0.5.1 |
| 812 | 2026-07-29T15:46:36.207Z | Downloaded zone v0.3.1 |
| 813 | 2026-07-29T15:46:36.210Z | Downloaded tui-tree-widget v0.23.1 |
| 814 | 2026-07-29T15:46:36.210Z | Downloaded openssl-probe v0.1.6 |
| 815 | 2026-07-29T15:46:36.210Z | Downloaded vsss-rs v3.3.4 |
| 816 | 2026-07-29T15:46:36.214Z | Downloaded hashbrown v0.13.2 |
| 817 | 2026-07-29T15:46:36.214Z | Downloaded flate2 v1.1.9 |
| 818 | 2026-07-29T15:46:36.217Z | Downloaded convert_case v0.10.0 |
| 819 | 2026-07-29T15:46:36.217Z | Downloaded packed_struct_codegen v0.10.1 |
| 820 | 2026-07-29T15:46:36.217Z | Downloaded parse-size v1.1.0 |
| 821 | 2026-07-29T15:46:36.220Z | Downloaded http v1.4.2 |
| 822 | 2026-07-29T15:46:36.220Z | Downloaded critical-section v1.2.0 |
| 823 | 2026-07-29T15:46:36.224Z | Downloaded crossbeam-deque v0.8.6 |
| 824 | 2026-07-29T15:46:36.227Z | Downloaded typify v0.6.2 |
| 825 | 2026-07-29T15:46:36.230Z | Downloaded icu_properties v2.1.2 |
| 826 | 2026-07-29T15:46:36.230Z | Downloaded potential_utf v0.1.4 |
| 827 | 2026-07-29T15:46:36.230Z | Downloaded hickory-resolver v0.25.2 |
| 828 | 2026-07-29T15:46:36.234Z | Downloaded indexmap v1.9.3 |
| 829 | 2026-07-29T15:46:36.234Z | Downloaded schemars v1.2.1 |
| 830 | 2026-07-29T15:46:36.242Z | Downloaded expectorate v1.2.0 |
| 831 | 2026-07-29T15:46:36.245Z | Downloaded csv-core v0.1.13 |
| 832 | 2026-07-29T15:46:36.245Z | Downloaded debug-ignore v1.0.5 |
| 833 | 2026-07-29T15:46:36.245Z | Downloaded daft-derive v0.1.7 |
| 834 | 2026-07-29T15:46:36.248Z | Downloaded der_derive v0.7.3 |
| 835 | 2026-07-29T15:46:36.248Z | Downloaded inout v0.2.2 |
| 836 | 2026-07-29T15:46:36.248Z | Downloaded progenitor-macro v0.13.0 |
| 837 | 2026-07-29T15:46:36.252Z | Downloaded progenitor-macro v0.14.0 |
| 838 | 2026-07-29T15:46:36.252Z | Downloaded rustc-hash v2.1.1 |
| 839 | 2026-07-29T15:46:36.256Z | Downloaded libefi-sys v0.1.0 |
| 840 | 2026-07-29T15:46:36.260Z | Downloaded serde-big-array v0.5.1 |
| 841 | 2026-07-29T15:46:36.260Z | Downloaded num-bigint v0.4.6 |
| 842 | 2026-07-29T15:46:36.260Z | Downloaded serde_spanned v1.1.1 |
| 843 | 2026-07-29T15:46:36.263Z | Downloaded strum v0.26.3 |
| 844 | 2026-07-29T15:46:36.263Z | Downloaded num-complex v0.4.6 |
| 845 | 2026-07-29T15:46:36.267Z | Downloaded zerotrie v0.2.3 |
| 846 | 2026-07-29T15:46:36.267Z | Downloaded hickory-server v0.25.2 |
| 847 | 2026-07-29T15:46:36.273Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 848 | 2026-07-29T15:46:36.273Z | Downloaded serde_repr v0.1.20 |
| 849 | 2026-07-29T15:46:36.277Z | Downloaded term v1.2.1 |
| 850 | 2026-07-29T15:46:36.277Z | Downloaded tls_codec v0.4.2 |
| 851 | 2026-07-29T15:46:36.277Z | Downloaded steno v0.4.1 |
| 852 | 2026-07-29T15:46:36.277Z | Downloaded ipnet v2.11.0 |
| 853 | 2026-07-29T15:46:36.280Z | Downloaded oxide-update-engine-types v0.1.2 |
| 854 | 2026-07-29T15:46:36.280Z | Downloaded libsw v3.5.0 |
| 855 | 2026-07-29T15:46:36.280Z | Downloaded prefix-trie v0.7.0 |
| 856 | 2026-07-29T15:46:36.287Z | Downloaded rand_core v0.9.5 |
| 857 | 2026-07-29T15:46:36.287Z | Downloaded oxnet v0.1.6 |
| 858 | 2026-07-29T15:46:36.292Z | Downloaded signal-hook-mio v0.2.5 |
| 859 | 2026-07-29T15:46:36.292Z | Downloaded structmeta v0.3.0 |
| 860 | 2026-07-29T15:46:36.292Z | Downloaded structmeta-derive v0.3.0 |
| 861 | 2026-07-29T15:46:36.292Z | Downloaded untrusted v0.7.1 |
| 862 | 2026-07-29T15:46:36.292Z | Downloaded tracing-attributes v0.1.31 |
| 863 | 2026-07-29T15:46:36.292Z | Downloaded utf-8 v0.7.6 |
| 864 | 2026-07-29T15:46:36.292Z | Downloaded toml_edit v0.19.15 |
| 865 | 2026-07-29T15:46:36.299Z | Downloaded hashbrown v0.12.3 |
| 866 | 2026-07-29T15:46:36.303Z | Downloaded ron v0.8.1 |
| 867 | 2026-07-29T15:46:36.306Z | Downloaded qorb v0.4.1 |
| 868 | 2026-07-29T15:46:36.309Z | Downloaded num_enum v0.5.11 |
| 869 | 2026-07-29T15:46:36.312Z | Downloaded peg-macros v0.8.5 |
| 870 | 2026-07-29T15:46:36.312Z | Downloaded psl-types v2.0.11 |
| 871 | 2026-07-29T15:46:36.312Z | Downloaded thread-id v5.1.0 |
| 872 | 2026-07-29T15:46:36.313Z | Downloaded try-lock v0.2.5 |
| 873 | 2026-07-29T15:46:36.313Z | Downloaded progenitor-client v0.13.0 |
| 874 | 2026-07-29T15:46:36.316Z | Downloaded typify-macro v0.6.2 |
| 875 | 2026-07-29T15:46:36.316Z | Downloaded xshell-macros v0.2.7 |
| 876 | 2026-07-29T15:46:36.316Z | Downloaded wnaf v0.14.0 |
| 877 | 2026-07-29T15:46:36.316Z | Downloaded psm v0.1.30 |
| 878 | 2026-07-29T15:46:36.320Z | Downloaded ecdsa v0.17.0 |
| 879 | 2026-07-29T15:46:36.320Z | Downloaded peg v0.8.5 |
| 880 | 2026-07-29T15:46:36.323Z | Downloaded phc v0.6.1 |
| 881 | 2026-07-29T15:46:36.328Z | Downloaded dirs-sys-next v0.1.2 |
| 882 | 2026-07-29T15:46:36.328Z | Downloaded scrypt v0.12.0 |
| 883 | 2026-07-29T15:46:36.335Z | Downloaded slog v2.8.2 |
| 884 | 2026-07-29T15:46:36.339Z | Downloaded crossbeam-channel v0.5.15 |
| 885 | 2026-07-29T15:46:36.339Z | Downloaded indent_write v2.2.0 |
| 886 | 2026-07-29T15:46:36.339Z | Downloaded yansi v1.0.1 |
| 887 | 2026-07-29T15:46:36.342Z | Downloaded mime v0.3.17 |
| 888 | 2026-07-29T15:46:36.343Z | Downloaded ena v0.14.4 |
| 889 | 2026-07-29T15:46:36.343Z | Downloaded inout v0.1.4 |
| 890 | 2026-07-29T15:46:36.343Z | Downloaded jobserver v0.1.34 |
| 891 | 2026-07-29T15:46:36.346Z | Downloaded spki v0.8.0 |
| 892 | 2026-07-29T15:46:36.346Z | Downloaded der v0.7.10 |
| 893 | 2026-07-29T15:46:36.349Z | Downloaded lru v0.12.5 |
| 894 | 2026-07-29T15:46:36.349Z | Downloaded num v0.4.3 |
| 895 | 2026-07-29T15:46:36.349Z | Downloaded p384 v0.14.0 |
| 896 | 2026-07-29T15:46:36.353Z | Downloaded lalrpop-util v0.19.12 |
| 897 | 2026-07-29T15:46:36.356Z | Downloaded slab v0.4.12 |
| 898 | 2026-07-29T15:46:36.356Z | Downloaded slog-async v2.8.0 |
| 899 | 2026-07-29T15:46:36.362Z | Downloaded pkcs8 v0.11.0 |
| 900 | 2026-07-29T15:46:36.366Z | Downloaded tokio-dtrace v0.1.1 |
| 901 | 2026-07-29T15:46:36.366Z | Downloaded unicode-truncate v1.1.0 |
| 902 | 2026-07-29T15:46:36.369Z | Downloaded uzers v0.12.2 |
| 903 | 2026-07-29T15:46:36.369Z | Downloaded thiserror-no-std v2.0.2 |
| 904 | 2026-07-29T15:46:36.373Z | Downloaded peg-runtime v0.8.5 |
| 905 | 2026-07-29T15:46:36.377Z | Downloaded zerovec-derive v0.11.2 |
| 906 | 2026-07-29T15:46:36.377Z | Downloaded oso-derive v0.27.3 |
| 907 | 2026-07-29T15:46:36.377Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-07-29T15:46:36.380Z | Downloaded vte v0.14.1 |
| 909 | 2026-07-29T15:46:36.383Z | Downloaded hashbrown v0.16.1 |
| 910 | 2026-07-29T15:46:36.387Z | Downloaded corncobs v0.1.4 |
| 911 | 2026-07-29T15:46:36.387Z | Downloaded x509-cert v0.2.5 |
| 912 | 2026-07-29T15:46:36.394Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-07-29T15:46:36.394Z | Downloaded serde_plain v1.0.2 |
| 914 | 2026-07-29T15:46:36.394Z | Downloaded icu_collections v2.1.1 |
| 915 | 2026-07-29T15:46:36.397Z | Downloaded indicatif v0.18.4 |
| 916 | 2026-07-29T15:46:36.397Z | Downloaded jiff-static v0.2.21 |
| 917 | 2026-07-29T15:46:36.402Z | Downloaded poly1305 v0.9.0 |
| 918 | 2026-07-29T15:46:36.402Z | Downloaded serde_bytes v0.11.19 |
| 919 | 2026-07-29T15:46:36.402Z | Downloaded drift v0.2.0 |
| 920 | 2026-07-29T15:46:36.406Z | Downloaded tabwriter v1.4.1 |
| 921 | 2026-07-29T15:46:36.409Z | Downloaded tap v1.0.1 |
| 922 | 2026-07-29T15:46:36.409Z | Downloaded data-encoding v2.10.0 |
| 923 | 2026-07-29T15:46:36.409Z | Downloaded rustyline v14.0.0 |
| 924 | 2026-07-29T15:46:36.413Z | Downloaded strip-ansi-escapes v0.2.1 |
| 925 | 2026-07-29T15:46:36.413Z | Downloaded derive-ex v0.1.8 |
| 926 | 2026-07-29T15:46:36.413Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 927 | 2026-07-29T15:46:36.423Z | Downloaded ecdsa v0.16.9 |
| 928 | 2026-07-29T15:46:36.423Z | Downloaded usdt v0.6.0 |
| 929 | 2026-07-29T15:46:36.423Z | Downloaded want v0.3.1 |
| 930 | 2026-07-29T15:46:36.423Z | Downloaded diesel-dtrace v0.5.0 |
| 931 | 2026-07-29T15:46:36.426Z | Downloaded ed25519 v2.2.3 |
| 932 | 2026-07-29T15:46:36.426Z | Downloaded linear-map v1.2.0 |
| 933 | 2026-07-29T15:46:36.426Z | Downloaded spin v0.9.8 |
| 934 | 2026-07-29T15:46:36.426Z | Downloaded derive_more-impl v2.1.1 |
| 935 | 2026-07-29T15:46:36.426Z | Downloaded keccak v0.2.0 |
| 936 | 2026-07-29T15:46:36.426Z | Downloaded nanorand v0.7.0 |
| 937 | 2026-07-29T15:46:36.427Z | Downloaded nu-ansi-term v0.50.3 |
| 938 | 2026-07-29T15:46:36.430Z | Downloaded module-lattice v0.2.3 |
| 939 | 2026-07-29T15:46:36.433Z | Downloaded crunchy v0.2.4 |
| 940 | 2026-07-29T15:46:36.437Z | Downloaded litrs v1.0.0 |
| 941 | 2026-07-29T15:46:36.440Z | Downloaded tungstenite v0.23.0 |
| 942 | 2026-07-29T15:46:36.440Z | Downloaded aes-gcm v0.11.0 |
| 943 | 2026-07-29T15:46:36.444Z | Downloaded unicode-segmentation v1.12.0 |
| 944 | 2026-07-29T15:46:36.444Z | Downloaded port-file v0.1.0 |
| 945 | 2026-07-29T15:46:36.448Z | Downloaded progenitor-client v0.14.0 |
| 946 | 2026-07-29T15:46:36.448Z | Downloaded publicsuffix v2.3.0 |
| 947 | 2026-07-29T15:46:36.448Z | Downloaded rustls-webpki v0.103.13 |
| 948 | 2026-07-29T15:46:36.452Z | Downloaded phf v0.12.1 |
| 949 | 2026-07-29T15:46:36.452Z | Downloaded predicates v3.1.4 |
| 950 | 2026-07-29T15:46:36.452Z | Downloaded darling_macro v0.23.0 |
| 951 | 2026-07-29T15:46:36.455Z | Downloaded scuffle v0.1.0 |
| 952 | 2026-07-29T15:46:36.455Z | Downloaded tokio-tungstenite v0.21.0 |
| 953 | 2026-07-29T15:46:36.465Z | Downloaded sec1 v0.7.3 |
| 954 | 2026-07-29T15:46:36.468Z | Downloaded crossbeam-epoch v0.9.18 |
| 955 | 2026-07-29T15:46:36.468Z | Downloaded digest-io v0.1.0 |
| 956 | 2026-07-29T15:46:36.468Z | Downloaded lru-cache v0.1.2 |
| 957 | 2026-07-29T15:46:36.472Z | Downloaded signal-hook-registry v1.4.8 |
| 958 | 2026-07-29T15:46:36.477Z | Downloaded rand_core v0.6.4 |
| 959 | 2026-07-29T15:46:36.481Z | Downloaded rustls-pki-types v1.14.0 |
| 960 | 2026-07-29T15:46:36.481Z | Downloaded smf v0.2.3 |
| 961 | 2026-07-29T15:46:36.487Z | Downloaded support-bundle-viewer v0.1.2 |
| 962 | 2026-07-29T15:46:36.487Z | Downloaded vergen-gitcl v1.0.8 |
| 963 | 2026-07-29T15:46:36.487Z | Downloaded zip v4.6.1 |
| 964 | 2026-07-29T15:46:36.491Z | Downloaded darling v0.20.11 |
| 965 | 2026-07-29T15:46:36.492Z | Downloaded libscf-sys v1.2.0 |
| 966 | 2026-07-29T15:46:36.492Z | Downloaded num_enum_derive v0.5.11 |
| 967 | 2026-07-29T15:46:36.495Z | Downloaded icu_normalizer v2.1.1 |
| 968 | 2026-07-29T15:46:36.498Z | Downloaded phf_shared v0.11.3 |
| 969 | 2026-07-29T15:46:36.499Z | Downloaded rfc6979 v0.4.0 |
| 970 | 2026-07-29T15:46:36.499Z | Downloaded russh-util v0.52.0 |
| 971 | 2026-07-29T15:46:36.499Z | Downloaded sha1 v0.11.0 |
| 972 | 2026-07-29T15:46:36.502Z | Downloaded sqlparser_derive v0.5.0 |
| 973 | 2026-07-29T15:46:36.505Z | Downloaded subtle v2.6.1 |
| 974 | 2026-07-29T15:46:36.510Z | Downloaded native-tls v0.2.18 |
| 975 | 2026-07-29T15:46:36.510Z | Downloaded ingot-macros v0.2.0 |
| 976 | 2026-07-29T15:46:36.514Z | Downloaded writeable v0.6.2 |
| 977 | 2026-07-29T15:46:36.514Z | Downloaded pretty_assertions v1.4.1 |
| 978 | 2026-07-29T15:46:36.518Z | Downloaded uuid v1.23.4 |
| 979 | 2026-07-29T15:46:36.518Z | Downloaded precomputed-hash v0.1.1 |
| 980 | 2026-07-29T15:46:36.521Z | Downloaded tokio-macros v2.7.0 |
| 981 | 2026-07-29T15:46:36.521Z | Downloaded crc v3.4.0 |
| 982 | 2026-07-29T15:46:36.521Z | Downloaded scheduled-thread-pool v0.2.7 |
| 983 | 2026-07-29T15:46:36.525Z | Downloaded ref-cast-impl v1.0.25 |
| 984 | 2026-07-29T15:46:36.526Z | Downloaded hkdf v0.13.0 |
| 985 | 2026-07-29T15:46:36.526Z | Downloaded same-file v1.0.6 |
| 986 | 2026-07-29T15:46:36.526Z | Downloaded siphasher v1.0.2 |
| 987 | 2026-07-29T15:46:36.529Z | Downloaded hyper v1.10.1 |
| 988 | 2026-07-29T15:46:36.529Z | Downloaded futures-util v0.3.32 |
| 989 | 2026-07-29T15:46:36.534Z | Downloaded diesel_derives v2.3.7 |
| 990 | 2026-07-29T15:46:36.537Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 991 | 2026-07-29T15:46:36.542Z | Downloaded pin-project-lite v0.2.17 |
| 992 | 2026-07-29T15:46:36.545Z | Downloaded parking_lot_core v0.8.6 |
| 993 | 2026-07-29T15:46:36.545Z | Downloaded ctr v0.10.1 |
| 994 | 2026-07-29T15:46:36.545Z | Downloaded time-core v0.1.8 |
| 995 | 2026-07-29T15:46:36.545Z | Downloaded wait-timeout v0.2.1 |
| 996 | 2026-07-29T15:46:36.548Z | Downloaded waitgroup v0.1.2 |
| 997 | 2026-07-29T15:46:36.548Z | Downloaded zerofrom-derive v0.1.6 |
| 998 | 2026-07-29T15:46:36.549Z | Downloaded pbkdf2 v0.13.0 |
| 999 | 2026-07-29T15:46:36.549Z | Downloaded nom v7.1.3 |
| 1000 | 2026-07-29T15:46:36.555Z | Downloaded mio v1.2.0 |
| 1001 | 2026-07-29T15:46:36.558Z | Downloaded crypto-common v0.2.2 |
| 1002 | 2026-07-29T15:46:36.562Z | Downloaded indoc v1.0.9 |
| 1003 | 2026-07-29T15:46:36.562Z | Downloaded owo-colors v4.3.0 |
| 1004 | 2026-07-29T15:46:36.562Z | Downloaded multimap v0.10.1 |
| 1005 | 2026-07-29T15:46:36.566Z | Downloaded linked-hash-map v0.5.6 |
| 1006 | 2026-07-29T15:46:36.569Z | Downloaded tokio-rustls v0.26.4 |
| 1007 | 2026-07-29T15:46:36.569Z | Downloaded derive_more v0.99.20 |
| 1008 | 2026-07-29T15:46:36.575Z | Downloaded icu_provider v2.1.1 |
| 1009 | 2026-07-29T15:46:36.575Z | Downloaded tokio-postgres v0.7.16 |
| 1010 | 2026-07-29T15:46:36.581Z | Downloaded hashbrown v0.15.5 |
| 1011 | 2026-07-29T15:46:36.585Z | Downloaded sqlformat v0.3.5 |
| 1012 | 2026-07-29T15:46:36.588Z | Downloaded crossterm v0.28.1 |
| 1013 | 2026-07-29T15:46:36.591Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1014 | 2026-07-29T15:46:36.595Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1015 | 2026-07-29T15:46:36.595Z | Downloaded h2 v0.4.15 |
| 1016 | 2026-07-29T15:46:36.598Z | Downloaded hkdf v0.12.4 |
| 1017 | 2026-07-29T15:46:36.598Z | Downloaded des v0.9.0 |
| 1018 | 2026-07-29T15:46:36.601Z | Downloaded indoc v2.0.7 |
| 1019 | 2026-07-29T15:46:36.601Z | Downloaded usdt-attr-macro v0.6.0 |
| 1020 | 2026-07-29T15:46:36.601Z | Downloaded zerocopy v0.6.6 |
| 1021 | 2026-07-29T15:46:36.605Z | Downloaded zstd-safe v7.2.4 |
| 1022 | 2026-07-29T15:46:36.605Z | Downloaded progenitor-extras v0.2.0 |
| 1023 | 2026-07-29T15:46:36.605Z | Downloaded percent-encoding v2.3.2 |
| 1024 | 2026-07-29T15:46:36.608Z | Downloaded ref-cast v1.0.25 |
| 1025 | 2026-07-29T15:46:36.608Z | Downloaded signature v3.0.0 |
| 1026 | 2026-07-29T15:46:36.608Z | Downloaded rand_chacha v0.9.0 |
| 1027 | 2026-07-29T15:46:36.614Z | Downloaded tabled_derive v0.11.0 |
| 1028 | 2026-07-29T15:46:36.614Z | Downloaded zip v0.6.6 |
| 1029 | 2026-07-29T15:46:36.614Z | Downloaded darling_core v0.23.0 |
| 1030 | 2026-07-29T15:46:36.618Z | Downloaded snafu v0.8.9 |
| 1031 | 2026-07-29T15:46:36.618Z | Downloaded url v2.5.8 |
| 1032 | 2026-07-29T15:46:36.622Z | Downloaded schemars v0.8.22 |
| 1033 | 2026-07-29T15:46:36.626Z | Downloaded similar v2.7.0 |
| 1034 | 2026-07-29T15:46:36.629Z | Downloaded tar v0.4.46 |
| 1035 | 2026-07-29T15:46:36.629Z | Downloaded oso v0.27.3 |
| 1036 | 2026-07-29T15:46:36.634Z | Downloaded sha1 v0.10.6 |
| 1037 | 2026-07-29T15:46:36.634Z | Downloaded tower-service v0.3.3 |
| 1038 | 2026-07-29T15:46:36.634Z | Downloaded rsa v0.9.10 |
| 1039 | 2026-07-29T15:46:36.638Z | Downloaded iana-time-zone v0.1.65 |
| 1040 | 2026-07-29T15:46:36.638Z | Downloaded smallvec v1.15.1 |
| 1041 | 2026-07-29T15:46:36.638Z | Downloaded multer v3.1.0 |
| 1042 | 2026-07-29T15:46:36.643Z | Downloaded ryu v1.0.23 |
| 1043 | 2026-07-29T15:46:36.643Z | Downloaded dtrace-parser v0.3.0 |
| 1044 | 2026-07-29T15:46:36.643Z | Downloaded opaque-debug v0.3.1 |
| 1045 | 2026-07-29T15:46:36.648Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1046 | 2026-07-29T15:46:36.648Z | Downloaded is_ci v1.2.0 |
| 1047 | 2026-07-29T15:46:36.648Z | Downloaded memoffset v0.9.1 |
| 1048 | 2026-07-29T15:46:36.648Z | Downloaded crossterm v0.29.0 |
| 1049 | 2026-07-29T15:46:36.653Z | Downloaded ipnetwork v0.21.1 |
| 1050 | 2026-07-29T15:46:36.657Z | Downloaded quinn-udp v0.5.14 |
| 1051 | 2026-07-29T15:46:36.657Z | Downloaded postgres-protocol v0.6.10 |
| 1052 | 2026-07-29T15:46:36.660Z | Downloaded illumos-nvpair v0.3.0 |
| 1053 | 2026-07-29T15:46:36.666Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-07-29T15:46:36.670Z | Downloaded tinyvec v1.10.0 |
| 1055 | 2026-07-29T15:46:36.673Z | Downloaded rawzip v0.4.4 |
| 1056 | 2026-07-29T15:46:36.676Z | Downloaded term v0.7.0 |
| 1057 | 2026-07-29T15:46:36.680Z | Downloaded rfc6979 v0.6.0 |
| 1058 | 2026-07-29T15:46:36.680Z | Downloaded serde_with_macros v1.5.2 |
| 1059 | 2026-07-29T15:46:36.680Z | Downloaded tokio-stream v0.1.18 |
| 1060 | 2026-07-29T15:46:36.697Z | Downloaded packed_struct v0.10.1 |
| 1061 | 2026-07-29T15:46:36.698Z | Downloaded sigpipe v0.1.3 |
| 1062 | 2026-07-29T15:46:36.698Z | Downloaded simd-adler32 v0.3.8 |
| 1063 | 2026-07-29T15:46:36.698Z | Downloaded rustls-native-certs v0.8.3 |
| 1064 | 2026-07-29T15:46:36.698Z | Downloaded strum_macros v0.24.3 |
| 1065 | 2026-07-29T15:46:36.698Z | Downloaded zerocopy-derive v0.8.40 |
| 1066 | 2026-07-29T15:46:36.698Z | Downloaded progenitor-impl v0.14.0 |
| 1067 | 2026-07-29T15:46:36.698Z | Downloaded dropshot_endpoint v0.17.1 |
| 1068 | 2026-07-29T15:46:36.701Z | Downloaded p521 v0.14.0 |
| 1069 | 2026-07-29T15:46:36.701Z | Downloaded tinystr v0.8.2 |
| 1070 | 2026-07-29T15:46:36.705Z | Downloaded embedded-io v0.6.1 |
| 1071 | 2026-07-29T15:46:36.705Z | Downloaded normalize-line-endings v0.3.0 |
| 1072 | 2026-07-29T15:46:36.705Z | Downloaded path-slash v0.1.5 |
| 1073 | 2026-07-29T15:46:36.708Z | Downloaded derive_builder v0.20.2 |
| 1074 | 2026-07-29T15:46:36.708Z | Downloaded salsa20 v0.11.0 |
| 1075 | 2026-07-29T15:46:36.711Z | Downloaded aws-lc-rs v1.16.3 |
| 1076 | 2026-07-29T15:46:36.715Z | Downloaded derive-where v1.6.0 |
| 1077 | 2026-07-29T15:46:36.718Z | Downloaded instant v0.1.13 |
| 1078 | 2026-07-29T15:46:36.718Z | Downloaded itertools v0.10.5 |
| 1079 | 2026-07-29T15:46:36.722Z | Downloaded itertools v0.13.0 |
| 1080 | 2026-07-29T15:46:36.725Z | Downloaded libxml v0.3.3 |
| 1081 | 2026-07-29T15:46:36.728Z | Downloaded samael v0.0.19 |
| 1082 | 2026-07-29T15:46:36.732Z | Downloaded zstd v0.13.3 |
| 1083 | 2026-07-29T15:46:36.732Z | Downloaded serde_with v1.14.0 |
| 1084 | 2026-07-29T15:46:36.736Z | Downloaded defmt-macros v1.0.1 |
| 1085 | 2026-07-29T15:46:36.740Z | Downloaded dsl_auto_type v0.2.0 |
| 1086 | 2026-07-29T15:46:36.740Z | Downloaded num-integer v0.1.46 |
| 1087 | 2026-07-29T15:46:36.740Z | Downloaded unicode-properties v0.1.4 |
| 1088 | 2026-07-29T15:46:36.741Z | Downloaded diff v0.1.13 |
| 1089 | 2026-07-29T15:46:36.744Z | Downloaded der v0.8.0 |
| 1090 | 2026-07-29T15:46:36.744Z | Downloaded stable_deref_trait v1.2.1 |
| 1091 | 2026-07-29T15:46:36.744Z | Downloaded scroll v0.13.0 |
| 1092 | 2026-07-29T15:46:36.748Z | Downloaded document-features v0.2.12 |
| 1093 | 2026-07-29T15:46:36.748Z | Downloaded unicode-normalization v0.1.25 |
| 1094 | 2026-07-29T15:46:36.751Z | Downloaded stacker v0.1.23 |
| 1095 | 2026-07-29T15:46:36.754Z | Downloaded vergen-lib v0.1.6 |
| 1096 | 2026-07-29T15:46:36.758Z | Downloaded secrecy v0.8.0 |
| 1097 | 2026-07-29T15:46:36.758Z | Downloaded rand_core v0.10.0 |
| 1098 | 2026-07-29T15:46:36.761Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-07-29T15:46:36.761Z | Downloaded darling_macro v0.13.4 |
| 1100 | 2026-07-29T15:46:36.761Z | Downloaded supports-color v3.0.2 |
| 1101 | 2026-07-29T15:46:36.761Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1102 | 2026-07-29T15:46:36.766Z | Downloaded crypto-bigint v0.5.5 |
| 1103 | 2026-07-29T15:46:36.769Z | Downloaded idna v1.1.0 |
| 1104 | 2026-07-29T15:46:36.774Z | Downloaded crc-any v2.5.0 |
| 1105 | 2026-07-29T15:46:36.777Z | Downloaded openssl-macros v0.1.1 |
| 1106 | 2026-07-29T15:46:36.777Z | Downloaded papergrid v0.17.0 |
| 1107 | 2026-07-29T15:46:36.777Z | Downloaded vergen-git2 v9.1.0 |
| 1108 | 2026-07-29T15:46:36.781Z | Downloaded ed25519 v3.0.0 |
| 1109 | 2026-07-29T15:46:36.781Z | Downloaded darling v0.13.4 |
| 1110 | 2026-07-29T15:46:36.781Z | Downloaded seq-macro v0.3.6 |
| 1111 | 2026-07-29T15:46:36.781Z | Downloaded darling_core v0.20.11 |
| 1112 | 2026-07-29T15:46:36.788Z | Downloaded num-conv v0.2.0 |
| 1113 | 2026-07-29T15:46:36.794Z | Downloaded kstat-rs v0.2.4 |
| 1114 | 2026-07-29T15:46:36.797Z | Downloaded icu_locale_core v2.1.1 |
| 1115 | 2026-07-29T15:46:36.806Z | Downloaded zeroize v1.9.0 |
| 1116 | 2026-07-29T15:46:36.809Z | Downloaded progenitor-impl v0.13.0 |
| 1117 | 2026-07-29T15:46:36.813Z | Downloaded proc-macro-error2 v2.0.1 |
| 1118 | 2026-07-29T15:46:36.813Z | Downloaded serde-hex v0.1.0 |
| 1119 | 2026-07-29T15:46:36.816Z | Downloaded darling_macro v0.20.11 |
| 1120 | 2026-07-29T15:46:36.816Z | Downloaded displaydoc v0.2.5 |
| 1121 | 2026-07-29T15:46:36.816Z | Downloaded slog-bunyan v2.5.0 |
| 1122 | 2026-07-29T15:46:36.820Z | Downloaded predicates-core v1.0.10 |
| 1123 | 2026-07-29T15:46:36.820Z | Downloaded rand_pcg v0.10.2 |
| 1124 | 2026-07-29T15:46:36.820Z | Downloaded rayon v1.11.0 |
| 1125 | 2026-07-29T15:46:36.823Z | Downloaded elliptic-curve v0.13.8 |
| 1126 | 2026-07-29T15:46:36.826Z | Downloaded hyper-util v0.1.20 |
| 1127 | 2026-07-29T15:46:36.830Z | Downloaded reqwest v0.13.2 |
| 1128 | 2026-07-29T15:46:36.833Z | Downloaded static_assertions v1.1.0 |
| 1129 | 2026-07-29T15:46:36.833Z | Downloaded cookie v0.18.1 |
| 1130 | 2026-07-29T15:46:36.837Z | Downloaded rand v0.9.2 |
| 1131 | 2026-07-29T15:46:36.837Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1132 | 2026-07-29T15:46:36.840Z | Downloaded pin-project-internal v1.1.11 |
| 1133 | 2026-07-29T15:46:36.840Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-07-29T15:46:36.840Z | Downloaded idna_adapter v1.2.1 |
| 1135 | 2026-07-29T15:46:36.847Z | Downloaded elliptic-curve v0.14.1 |
| 1136 | 2026-07-29T15:46:36.847Z | Downloaded memmap2 v0.9.10 |
| 1137 | 2026-07-29T15:46:36.847Z | Downloaded parking_lot v0.12.5 |
| 1138 | 2026-07-29T15:46:36.851Z | Downloaded postgres-types v0.2.12 |
| 1139 | 2026-07-29T15:46:36.851Z | Downloaded scroll_derive v0.13.1 |
| 1140 | 2026-07-29T15:46:36.851Z | Downloaded derive_builder_macro v0.20.2 |
| 1141 | 2026-07-29T15:46:36.851Z | Downloaded difflib v0.4.0 |
| 1142 | 2026-07-29T15:46:36.851Z | Downloaded smallvec v0.6.14 |
| 1143 | 2026-07-29T15:46:36.851Z | Downloaded num-iter v0.1.45 |
| 1144 | 2026-07-29T15:46:36.851Z | Downloaded resolv-conf v0.7.6 |
| 1145 | 2026-07-29T15:46:36.851Z | Downloaded newline-converter v0.3.0 |
| 1146 | 2026-07-29T15:46:36.851Z | Downloaded strum_macros v0.26.4 |
| 1147 | 2026-07-29T15:46:36.851Z | Downloaded ed25519-dalek v3.0.0 |
| 1148 | 2026-07-29T15:46:36.855Z | Downloaded mime_guess v2.0.5 |
| 1149 | 2026-07-29T15:46:36.855Z | Downloaded rand_chacha v0.3.1 |
| 1150 | 2026-07-29T15:46:36.855Z | Downloaded rtoolbox v0.0.3 |
| 1151 | 2026-07-29T15:46:36.855Z | Downloaded testing_table v0.3.0 |
| 1152 | 2026-07-29T15:46:36.858Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-07-29T15:46:36.858Z | Downloaded lock_api v0.4.14 |
| 1154 | 2026-07-29T15:46:36.858Z | Downloaded ingot v0.2.1 |
| 1155 | 2026-07-29T15:46:36.858Z | Downloaded untrusted v0.9.0 |
| 1156 | 2026-07-29T15:46:36.858Z | Downloaded poly1305 v0.8.0 |
| 1157 | 2026-07-29T15:46:36.863Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1158 | 2026-07-29T15:46:36.866Z | Downloaded xshell v0.2.7 |
| 1159 | 2026-07-29T15:46:36.867Z | Downloaded deranged v0.5.8 |
| 1160 | 2026-07-29T15:46:36.867Z | Downloaded ssh-cipher v0.3.0 |
| 1161 | 2026-07-29T15:46:36.871Z | Downloaded keccak v0.1.6 |
| 1162 | 2026-07-29T15:46:36.871Z | Downloaded unarray v0.1.4 |
| 1163 | 2026-07-29T15:46:36.876Z | Downloaded paste v1.0.15 |
| 1164 | 2026-07-29T15:46:36.876Z | Downloaded instability v0.3.11 |
| 1165 | 2026-07-29T15:46:36.877Z | Downloaded pkg-config v0.3.32 |
| 1166 | 2026-07-29T15:46:36.880Z | Downloaded ed25519-dalek v2.2.0 |
| 1167 | 2026-07-29T15:46:36.880Z | Downloaded litemap v0.8.1 |
| 1168 | 2026-07-29T15:46:36.886Z | Downloaded winnow v0.6.26 |
| 1169 | 2026-07-29T15:46:36.890Z | Downloaded socket2 v0.5.10 |
| 1170 | 2026-07-29T15:46:36.893Z | Downloaded whoami v1.6.1 |
| 1171 | 2026-07-29T15:46:36.893Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-07-29T15:46:36.893Z | Downloaded thread_local v1.1.9 |
| 1173 | 2026-07-29T15:46:36.896Z | Downloaded num_enum v0.7.6 |
| 1174 | 2026-07-29T15:46:36.899Z | Downloaded defmt v1.0.1 |
| 1175 | 2026-07-29T15:46:36.899Z | Downloaded darling_core v0.13.4 |
| 1176 | 2026-07-29T15:46:36.903Z | Downloaded crossbeam-utils v0.8.21 |
| 1177 | 2026-07-29T15:46:36.903Z | Downloaded newtype-uuid v1.3.2 |
| 1178 | 2026-07-29T15:46:36.903Z | Downloaded git2 v0.20.4 |
| 1179 | 2026-07-29T15:46:36.908Z | Downloaded yoke v0.8.1 |
| 1180 | 2026-07-29T15:46:36.912Z | Downloaded blake3 v1.8.5 |
| 1181 | 2026-07-29T15:46:36.915Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1182 | 2026-07-29T15:46:36.918Z | Downloaded miniz_oxide v0.8.9 |
| 1183 | 2026-07-29T15:46:36.918Z | Downloaded pin-project v1.1.11 |
| 1184 | 2026-07-29T15:46:36.923Z | Downloaded darling_core v0.21.3 |
| 1185 | 2026-07-29T15:46:36.926Z | Downloaded whoami v2.1.0 |
| 1186 | 2026-07-29T15:46:36.933Z | Downloaded cookie_store v0.22.1 |
| 1187 | 2026-07-29T15:46:36.950Z | Downloaded crc32fast v1.5.0 |
| 1188 | 2026-07-29T15:46:36.954Z | Downloaded usdt-impl v0.6.0 |
| 1189 | 2026-07-29T15:46:36.957Z | Downloaded bitvec v1.0.1 |
| 1190 | 2026-07-29T15:46:36.965Z | Downloaded unicode_categories v0.1.1 |
| 1191 | 2026-07-29T15:46:36.968Z | Downloaded reqwest v0.12.28 |
| 1192 | 2026-07-29T15:46:36.972Z | Downloaded serde_with_macros v3.21.0 |
| 1193 | 2026-07-29T15:46:36.972Z | Downloaded minimal-lexical v0.2.1 |
| 1194 | 2026-07-29T15:46:36.975Z | Downloaded test-strategy v0.4.5 |
| 1195 | 2026-07-29T15:46:36.978Z | Downloaded unicode-bidi v0.3.18 |
| 1196 | 2026-07-29T15:46:36.978Z | Downloaded tower v0.5.3 |
| 1197 | 2026-07-29T15:46:36.982Z | Downloaded bindgen v0.71.1 |
| 1198 | 2026-07-29T15:46:36.986Z | Downloaded quick-xml v0.37.5 |
| 1199 | 2026-07-29T15:46:36.989Z | Downloaded schemars v0.9.0 |
| 1200 | 2026-07-29T15:46:36.996Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-07-29T15:46:36.999Z | Downloaded goblin v0.10.5 |
| 1202 | 2026-07-29T15:46:37.003Z | Downloaded radix_trie v0.2.1 |
| 1203 | 2026-07-29T15:46:37.007Z | Downloaded tokio-util v0.7.18 |
| 1204 | 2026-07-29T15:46:37.010Z | Downloaded winnow v1.0.3 |
| 1205 | 2026-07-29T15:46:37.014Z | Downloaded ignore v0.4.25 |
| 1206 | 2026-07-29T15:46:37.017Z | Downloaded icu_normalizer_data v2.1.1 |
| 1207 | 2026-07-29T15:46:37.017Z | Downloaded serde_with v3.21.0 |
| 1208 | 2026-07-29T15:46:37.025Z | Downloaded proptest v1.11.0 |
| 1209 | 2026-07-29T15:46:37.028Z | Downloaded reedline v0.40.0 |
| 1210 | 2026-07-29T15:46:37.032Z | Downloaded iddqd v0.4.2 |
| 1211 | 2026-07-29T15:46:37.037Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1212 | 2026-07-29T15:46:37.041Z | Downloaded zopfli v0.8.3 |
| 1213 | 2026-07-29T15:46:37.044Z | Downloaded typed-path v0.9.3 |
| 1214 | 2026-07-29T15:46:37.044Z | Downloaded chrono v0.4.45 |
| 1215 | 2026-07-29T15:46:37.048Z | Downloaded time v0.3.47 |
| 1216 | 2026-07-29T15:46:37.055Z | Downloaded tracing-core v0.1.36 |
| 1217 | 2026-07-29T15:46:37.059Z | Downloaded itertools v0.12.1 |
| 1218 | 2026-07-29T15:46:37.062Z | Downloaded quinn v0.11.9 |
| 1219 | 2026-07-29T15:46:37.062Z | Downloaded zerovec v0.11.5 |
| 1220 | 2026-07-29T15:46:37.066Z | Downloaded p256 v0.14.0 |
| 1221 | 2026-07-29T15:46:37.069Z | Downloaded primefield v0.14.0 |
| 1222 | 2026-07-29T15:46:37.069Z | Downloaded socket2 v0.6.3 |
| 1223 | 2026-07-29T15:46:37.069Z | Downloaded salty v0.3.0 |
| 1224 | 2026-07-29T15:46:37.073Z | Downloaded nom v8.0.0 |
| 1225 | 2026-07-29T15:46:37.076Z | Downloaded sha3 v0.12.0 |
| 1226 | 2026-07-29T15:46:37.080Z | Downloaded rand v0.10.1 |
| 1227 | 2026-07-29T15:46:37.080Z | Downloaded rand v0.8.6 |
| 1228 | 2026-07-29T15:46:37.083Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1229 | 2026-07-29T15:46:37.083Z | Downloaded tower-http v0.6.8 |
| 1230 | 2026-07-29T15:46:37.087Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-07-29T15:46:37.091Z | Downloaded russh v0.62.4 |
| 1232 | 2026-07-29T15:46:37.096Z | Downloaded petname v2.0.2 |
| 1233 | 2026-07-29T15:46:37.099Z | Downloaded iri-string v0.7.10 |
| 1234 | 2026-07-29T15:46:37.103Z | Downloaded num-bigint-dig v0.8.6 |
| 1235 | 2026-07-29T15:46:37.107Z | Downloaded derive_more v2.1.1 |
| 1236 | 2026-07-29T15:46:37.112Z | Downloaded vcpkg v0.2.15 |
| 1237 | 2026-07-29T15:46:37.135Z | Downloaded tough v0.22.0 |
| 1238 | 2026-07-29T15:46:37.139Z | Downloaded rsa v0.10.0-rc.18 |
| 1239 | 2026-07-29T15:46:37.142Z | Downloaded winnow v0.5.40 |
| 1240 | 2026-07-29T15:46:37.147Z | Downloaded dropshot-api-manager v0.7.2 |
| 1241 | 2026-07-29T15:46:37.172Z | Downloaded itertools v0.14.0 |
| 1242 | 2026-07-29T15:46:37.177Z | Downloaded libm v0.2.16 |
| 1243 | 2026-07-29T15:46:37.182Z | Downloaded regex v1.12.3 |
| 1244 | 2026-07-29T15:46:37.190Z | Downloaded icu_properties_data v2.1.2 |
| 1245 | 2026-07-29T15:46:37.212Z | Downloaded smoltcp v0.9.1 |
| 1246 | 2026-07-29T15:46:37.231Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-07-29T15:46:37.235Z | Downloaded crypto-primes v0.7.2 |
| 1248 | 2026-07-29T15:46:37.250Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-07-29T15:46:37.255Z | Downloaded nix v0.31.2 |
| 1250 | 2026-07-29T15:46:37.262Z | Downloaded hickory-proto v0.24.4 |
| 1251 | 2026-07-29T15:46:37.270Z | Downloaded quinn-proto v0.11.16 |
| 1252 | 2026-07-29T15:46:37.274Z | Downloaded hickory-proto v0.25.2 |
| 1253 | 2026-07-29T15:46:37.282Z | Downloaded object v0.37.3 |
| 1254 | 2026-07-29T15:46:37.288Z | Downloaded moka v0.12.13 |
| 1255 | 2026-07-29T15:46:37.293Z | Downloaded nix v0.28.0 |
| 1256 | 2026-07-29T15:46:37.299Z | Downloaded openssl v0.10.79 |
| 1257 | 2026-07-29T15:46:37.306Z | Downloaded sqlparser v0.61.0 |
| 1258 | 2026-07-29T15:46:37.310Z | Downloaded lalrpop v0.19.12 |
| 1259 | 2026-07-29T15:46:37.319Z | Downloaded nix v0.27.1 |
| 1260 | 2026-07-29T15:46:37.332Z | Downloaded sled v0.34.7 |
| 1261 | 2026-07-29T15:46:37.338Z | Downloaded itertools v0.15.0 |
| 1262 | 2026-07-29T15:46:37.343Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-07-29T15:46:37.348Z | Downloaded object v0.30.4 |
| 1264 | 2026-07-29T15:46:37.353Z | Downloaded regress v0.11.1 |
| 1265 | 2026-07-29T15:46:37.363Z | Downloaded p384 v0.13.1 |
| 1266 | 2026-07-29T15:46:37.366Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-07-29T15:46:37.377Z | Downloaded tabled v0.20.0 |
| 1268 | 2026-07-29T15:46:37.387Z | Downloaded sha3 v0.11.0 |
| 1269 | 2026-07-29T15:46:37.399Z | Downloaded curve25519-dalek v5.0.0 |
| 1270 | 2026-07-29T15:46:37.406Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-07-29T15:46:37.415Z | Downloaded polar-core v0.27.3 |
| 1272 | 2026-07-29T15:46:37.421Z | Downloaded dropshot v0.17.1 |
| 1273 | 2026-07-29T15:46:37.437Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-07-29T15:46:37.445Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-07-29T15:46:37.457Z | Downloaded crypto-bigint v0.7.5 |
| 1276 | 2026-07-29T15:46:37.466Z | Downloaded regress v0.10.5 |
| 1277 | 2026-07-29T15:46:37.477Z | Downloaded curve25519-dalek v4.1.3 |
| 1278 | 2026-07-29T15:46:37.485Z | Downloaded regex-syntax v0.8.10 |
| 1279 | 2026-07-29T15:46:37.489Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-07-29T15:46:37.499Z | Downloaded regex-syntax v0.6.29 |
| 1281 | 2026-07-29T15:46:37.523Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-07-29T15:46:37.531Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-07-29T15:46:37.543Z | Downloaded tracing v0.1.44 |
| 1284 | 2026-07-29T15:46:37.556Z | Downloaded csv v1.4.0 |
| 1285 | 2026-07-29T15:46:37.568Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-07-29T15:46:37.571Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-07-29T15:46:37.584Z | Downloaded tokio v1.52.1 |
| 1288 | 2026-07-29T15:46:37.608Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-07-29T15:46:37.614Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-07-29T15:46:37.620Z | Downloaded encoding_rs v0.8.35 |
| 1291 | 2026-07-29T15:46:37.633Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-07-29T15:46:37.644Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-07-29T15:46:37.651Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-07-29T15:46:37.665Z | Downloaded chrono-tz v0.10.4 |
| 1295 | 2026-07-29T15:46:37.682Z | Downloaded jiff v0.2.21 |
| 1296 | 2026-07-29T15:46:37.693Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-07-29T15:46:37.853Z | Downloaded ring v0.17.14 |
| 1298 | 2026-07-29T15:46:37.921Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1299 | 2026-07-29T15:46:38.462Z | Downloaded aws-lc-sys v0.40.0 |
| 1300 | 2026-07-29T15:46:38.721Z | Compiling libc v0.2.185 |
| 1301 | 2026-07-29T15:46:38.721Z | Compiling serde_core v1.0.228 |
| 1302 | 2026-07-29T15:46:38.726Z | Compiling serde v1.0.228 |
| 1303 | 2026-07-29T15:46:38.726Z | Compiling log v0.4.29 |
| 1304 | 2026-07-29T15:46:38.726Z | Compiling smallvec v1.15.1 |
| 1305 | 2026-07-29T15:46:38.726Z | Compiling find-msvc-tools v0.1.9 |
| 1306 | 2026-07-29T15:46:38.726Z | Compiling shlex v1.3.0 |
| 1307 | 2026-07-29T15:46:38.726Z | Compiling subtle v2.6.1 |
| 1308 | 2026-07-29T15:46:38.726Z | Compiling stable_deref_trait v1.2.1 |
| 1309 | 2026-07-29T15:46:38.894Z | Compiling scopeguard v1.2.0 |
| 1310 | 2026-07-29T15:46:38.906Z | Compiling typenum v1.20.1 |
| 1311 | 2026-07-29T15:46:38.909Z | Compiling serde_json v1.0.151 |
| 1312 | 2026-07-29T15:46:38.942Z | Compiling portable-atomic v1.13.1 |
| 1313 | 2026-07-29T15:46:38.946Z | Compiling zerocopy v0.8.40 |
| 1314 | 2026-07-29T15:46:38.956Z | Compiling syn v2.0.117 |
| 1315 | 2026-07-29T15:46:38.969Z | Compiling parking_lot_core v0.9.12 |
| 1316 | 2026-07-29T15:46:38.983Z | Compiling pin-project-lite v0.2.17 |
| 1317 | 2026-07-29T15:46:39.066Z | Compiling lock_api v0.4.14 |
| 1318 | 2026-07-29T15:46:39.069Z | Compiling pkg-config v0.3.32 |
| 1319 | 2026-07-29T15:46:39.099Z | Compiling critical-section v1.2.0 |
| 1320 | 2026-07-29T15:46:39.138Z | Compiling libm v0.2.16 |
| 1321 | 2026-07-29T15:46:39.156Z | Compiling getrandom v0.4.1 |
| 1322 | 2026-07-29T15:46:39.173Z | Compiling num-traits v0.2.19 |
| 1323 | 2026-07-29T15:46:39.216Z | Compiling futures-core v0.3.32 |
| 1324 | 2026-07-29T15:46:39.219Z | Compiling rand_core v0.10.0 |
| 1325 | 2026-07-29T15:46:39.259Z | Compiling generic-array v0.14.7 |
| 1326 | 2026-07-29T15:46:39.276Z | Compiling percent-encoding v2.3.2 |
| 1327 | 2026-07-29T15:46:39.340Z | Compiling litemap v0.8.1 |
| 1328 | 2026-07-29T15:46:39.388Z | Compiling writeable v0.6.2 |
| 1329 | 2026-07-29T15:46:39.419Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-07-29T15:46:39.447Z | Compiling icu_normalizer_data v2.1.1 |
| 1331 | 2026-07-29T15:46:39.494Z | Compiling icu_properties_data v2.1.2 |
| 1332 | 2026-07-29T15:46:39.539Z | Compiling futures-sink v0.3.32 |
| 1333 | 2026-07-29T15:46:39.567Z | Compiling futures-io v0.3.32 |
| 1334 | 2026-07-29T15:46:39.571Z | Compiling futures-task v0.3.32 |
| 1335 | 2026-07-29T15:46:39.597Z | Compiling slab v0.4.12 |
| 1336 | 2026-07-29T15:46:39.612Z | Compiling utf8_iter v1.0.4 |
| 1337 | 2026-07-29T15:46:39.657Z | Compiling futures-channel v0.3.32 |
| 1338 | 2026-07-29T15:46:39.670Z | Compiling form_urlencoded v1.2.2 |
| 1339 | 2026-07-29T15:46:39.696Z | Compiling getrandom v0.3.4 |
| 1340 | 2026-07-29T15:46:39.742Z | Compiling rustversion v1.0.22 |
| 1341 | 2026-07-29T15:46:39.772Z | Compiling dunce v1.0.5 |
| 1342 | 2026-07-29T15:46:39.775Z | Compiling rustix v1.1.3 |
| 1343 | 2026-07-29T15:46:39.802Z | Compiling jobserver v0.1.34 |
| 1344 | 2026-07-29T15:46:39.817Z | Compiling errno v0.3.14 |
| 1345 | 2026-07-29T15:46:39.832Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-07-29T15:46:39.893Z | Compiling mio v1.2.0 |
| 1347 | 2026-07-29T15:46:39.896Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-07-29T15:46:39.919Z | Compiling ident_case v1.0.1 |
| 1349 | 2026-07-29T15:46:39.986Z | Compiling rand_core v0.6.4 |
| 1350 | 2026-07-29T15:46:40.056Z | Compiling cc v1.2.56 |
| 1351 | 2026-07-29T15:46:40.158Z | Compiling once_cell v1.21.3 |
| 1352 | 2026-07-29T15:46:40.198Z | Compiling signal-hook-registry v1.4.8 |
| 1353 | 2026-07-29T15:46:40.213Z | Compiling parking_lot v0.12.5 |
| 1354 | 2026-07-29T15:46:40.254Z | Compiling iana-time-zone v0.1.65 |
| 1355 | 2026-07-29T15:46:40.269Z | Compiling fs_extra v1.3.0 |
| 1356 | 2026-07-29T15:46:40.298Z | Compiling regex-syntax v0.8.10 |
| 1357 | 2026-07-29T15:46:40.397Z | Compiling base64 v0.22.1 |
| 1358 | 2026-07-29T15:46:40.412Z | Compiling vcpkg v0.2.15 |
| 1359 | 2026-07-29T15:46:40.440Z | Compiling base64ct v1.8.3 |
| 1360 | 2026-07-29T15:46:40.474Z | Compiling tracing-core v0.1.36 |
| 1361 | 2026-07-29T15:46:40.490Z | Compiling flagset v0.4.7 |
| 1362 | 2026-07-29T15:46:40.505Z | Compiling aws-lc-rs v1.16.3 |
| 1363 | 2026-07-29T15:46:40.565Z | Compiling rand_core v0.9.5 |
| 1364 | 2026-07-29T15:46:40.617Z | Compiling httparse v1.10.1 |
| 1365 | 2026-07-29T15:46:40.641Z | Compiling schemars v0.8.22 |
| 1366 | 2026-07-29T15:46:40.668Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-29T15:46:40.683Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-07-29T15:46:40.751Z | Compiling openssl-probe v0.2.1 |
| 1369 | 2026-07-29T15:46:40.754Z | Compiling cmov v0.5.4 |
| 1370 | 2026-07-29T15:46:40.821Z | Compiling tinyvec_macros v0.1.1 |
| 1371 | 2026-07-29T15:46:40.837Z | Compiling aho-corasick v1.1.4 |
| 1372 | 2026-07-29T15:46:40.863Z | Compiling cmake v0.1.57 |
| 1373 | 2026-07-29T15:46:40.901Z | Compiling tinyvec v1.10.0 |
| 1374 | 2026-07-29T15:46:40.916Z | Compiling tower-layer v0.3.3 |
| 1375 | 2026-07-29T15:46:40.930Z | Compiling atomic-waker v1.1.2 |
| 1376 | 2026-07-29T15:46:40.966Z | Compiling ctutils v0.4.2 |
| 1377 | 2026-07-29T15:46:40.988Z | Compiling tower-service v0.3.3 |
| 1378 | 2026-07-29T15:46:41.020Z | Compiling try-lock v0.2.5 |
| 1379 | 2026-07-29T15:46:41.020Z | Compiling untrusted v0.7.1 |
| 1380 | 2026-07-29T15:46:41.075Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-07-29T15:46:41.105Z | Compiling bitflags v2.11.0 |
| 1382 | 2026-07-29T15:46:41.108Z | Compiling semver v1.0.28 |
| 1383 | 2026-07-29T15:46:41.158Z | Compiling indexmap v2.14.0 |
| 1384 | 2026-07-29T15:46:41.170Z | Compiling uuid v1.23.4 |
| 1385 | 2026-07-29T15:46:41.176Z | Compiling want v0.3.1 |
| 1386 | 2026-07-29T15:46:41.176Z | Compiling foreign-types-shared v0.1.1 |
| 1387 | 2026-07-29T15:46:41.230Z | Compiling rustls v0.23.41 |
| 1388 | 2026-07-29T15:46:41.269Z | Compiling httpdate v1.0.3 |
| 1389 | 2026-07-29T15:46:41.285Z | Compiling openssl v0.10.79 |
| 1390 | 2026-07-29T15:46:41.314Z | Compiling untrusted v0.9.0 |
| 1391 | 2026-07-29T15:46:41.352Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-07-29T15:46:41.367Z | Compiling foreign-types v0.3.2 |
| 1393 | 2026-07-29T15:46:41.382Z | Compiling unicode-normalization v0.1.25 |
| 1394 | 2026-07-29T15:46:41.422Z | Compiling spin v0.9.8 |
| 1395 | 2026-07-29T15:46:41.457Z | Compiling num-conv v0.2.0 |
| 1396 | 2026-07-29T15:46:41.460Z | Compiling crc32fast v1.5.0 |
| 1397 | 2026-07-29T15:46:41.494Z | Compiling powerfmt v0.2.0 |
| 1398 | 2026-07-29T15:46:41.547Z | Compiling time-core v0.1.8 |
| 1399 | 2026-07-29T15:46:41.659Z | Compiling native-tls v0.2.18 |
| 1400 | 2026-07-29T15:46:41.687Z | Compiling wait-timeout v0.2.1 |
| 1401 | 2026-07-29T15:46:41.705Z | Compiling deranged v0.5.8 |
| 1402 | 2026-07-29T15:46:41.749Z | Compiling sync_wrapper v1.0.2 |
| 1403 | 2026-07-29T15:46:41.769Z | Compiling time-macros v0.2.27 |
| 1404 | 2026-07-29T15:46:41.785Z | Compiling num_threads v0.1.7 |
| 1405 | 2026-07-29T15:46:41.788Z | Compiling aws-lc-sys v0.40.0 |
| 1406 | 2026-07-29T15:46:41.815Z | Compiling openssl-sys v0.9.115 |
| 1407 | 2026-07-29T15:46:41.871Z | Compiling regex-automata v0.4.14 |
| 1408 | 2026-07-29T15:46:41.897Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1409 | 2026-07-29T15:46:41.912Z | Compiling quick-error v1.2.3 |
| 1410 | 2026-07-29T15:46:41.941Z | Compiling siphasher v1.0.2 |
| 1411 | 2026-07-29T15:46:41.975Z | Compiling syn v1.0.109 |
| 1412 | 2026-07-29T15:46:41.987Z | Compiling synstructure v0.13.2 |
| 1413 | 2026-07-29T15:46:41.990Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-07-29T15:46:42.033Z | Compiling pest_generator v2.8.6 |
| 1415 | 2026-07-29T15:46:42.147Z | Compiling darling_core v0.20.11 |
| 1416 | 2026-07-29T15:46:42.304Z | Compiling tempfile v3.25.0 |
| 1417 | 2026-07-29T15:46:42.335Z | Compiling simd-adler32 v0.3.8 |
| 1418 | 2026-07-29T15:46:42.588Z | Compiling crossbeam-utils v0.8.21 |
| 1419 | 2026-07-29T15:46:42.607Z | Compiling bit-vec v0.8.0 |
| 1420 | 2026-07-29T15:46:42.611Z | Compiling usdt-impl v0.6.0 |
| 1421 | 2026-07-29T15:46:42.655Z | Compiling rusty-fork v0.3.1 |
| 1422 | 2026-07-29T15:46:42.786Z | Compiling darling_core v0.23.0 |
| 1423 | 2026-07-29T15:46:42.789Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1424 | 2026-07-29T15:46:42.789Z | Compiling heapless v0.7.17 |
| 1425 | 2026-07-29T15:46:42.862Z | Compiling bit-set v0.8.0 |
| 1426 | 2026-07-29T15:46:42.879Z | Compiling slog v2.8.2 |
| 1427 | 2026-07-29T15:46:42.900Z | Compiling time v0.3.47 |
| 1428 | 2026-07-29T15:46:42.938Z | Compiling rand_xorshift v0.4.0 |
| 1429 | 2026-07-29T15:46:42.952Z | Compiling thread-id v5.1.0 |
| 1430 | 2026-07-29T15:46:42.971Z | Compiling cookie v0.18.1 |
| 1431 | 2026-07-29T15:46:42.986Z | Compiling paste v1.0.15 |
| 1432 | 2026-07-29T15:46:43.001Z | Compiling ryu v1.0.23 |
| 1433 | 2026-07-29T15:46:43.046Z | Compiling anyhow v1.0.102 |
| 1434 | 2026-07-29T15:46:43.050Z | Compiling iri-string v0.7.10 |
| 1435 | 2026-07-29T15:46:43.075Z | Compiling adler2 v2.0.1 |
| 1436 | 2026-07-29T15:46:43.090Z | Compiling zstd-safe v7.2.4 |
| 1437 | 2026-07-29T15:46:43.105Z | Compiling unarray v0.1.4 |
| 1438 | 2026-07-29T15:46:43.124Z | Compiling allocator-api2 v0.2.21 |
| 1439 | 2026-07-29T15:46:43.179Z | Compiling signal-hook v0.3.18 |
| 1440 | 2026-07-29T15:46:43.198Z | Compiling unicode-properties v0.1.4 |
| 1441 | 2026-07-29T15:46:43.223Z | Compiling unicode-bidi v0.3.18 |
| 1442 | 2026-07-29T15:46:43.292Z | Compiling miniz_oxide v0.8.9 |
| 1443 | 2026-07-29T15:46:43.436Z | Compiling camino v1.2.2 |
| 1444 | 2026-07-29T15:46:43.472Z | Compiling curve25519-dalek v4.1.3 |
| 1445 | 2026-07-29T15:46:43.617Z | Compiling stringprep v0.1.5 |
| 1446 | 2026-07-29T15:46:43.745Z | Compiling serde_derive v1.0.228 |
| 1447 | 2026-07-29T15:46:43.771Z | Compiling zeroize_derive v1.5.0 |
| 1448 | 2026-07-29T15:46:43.823Z | Compiling zerofrom-derive v0.1.6 |
| 1449 | 2026-07-29T15:46:43.838Z | Compiling yoke-derive v0.8.1 |
| 1450 | 2026-07-29T15:46:43.915Z | Compiling zerovec-derive v0.11.2 |
| 1451 | 2026-07-29T15:46:43.930Z | Compiling zerocopy-derive v0.8.40 |
| 1452 | 2026-07-29T15:46:44.071Z | Compiling displaydoc v0.2.5 |
| 1453 | 2026-07-29T15:46:44.085Z | Compiling tokio-macros v2.7.0 |
| 1454 | 2026-07-29T15:46:44.454Z | Compiling zeroize v1.9.0 |
| 1455 | 2026-07-29T15:46:44.508Z | Compiling futures-macro v0.3.32 |
| 1456 | 2026-07-29T15:46:44.551Z | Compiling tracing-attributes v0.1.31 |
| 1457 | 2026-07-29T15:46:44.670Z | Compiling der_derive v0.7.3 |
| 1458 | 2026-07-29T15:46:44.871Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-07-29T15:46:44.875Z | Compiling rustls-pki-types v1.14.0 |
| 1460 | 2026-07-29T15:46:45.049Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2026-07-29T15:46:45.067Z | Compiling hybrid-array v0.4.13 |
| 1462 | 2026-07-29T15:46:45.227Z | Compiling crypto-common v0.1.7 |
| 1463 | 2026-07-29T15:46:45.293Z | Compiling zerofrom v0.1.6 |
| 1464 | 2026-07-29T15:46:45.381Z | Compiling futures-util v0.3.32 |
| 1465 | 2026-07-29T15:46:45.385Z | Compiling block-buffer v0.10.4 |
| 1466 | 2026-07-29T15:46:45.408Z | Compiling pest_derive v2.8.6 |
| 1467 | 2026-07-29T15:46:45.423Z | Compiling yoke v0.8.1 |
| 1468 | 2026-07-29T15:46:45.439Z | Compiling scroll_derive v0.13.1 |
| 1469 | 2026-07-29T15:46:45.578Z | Compiling digest v0.10.7 |
| 1470 | 2026-07-29T15:46:45.625Z | Compiling zerovec v0.11.5 |
| 1471 | 2026-07-29T15:46:45.723Z | Compiling zerotrie v0.2.3 |
| 1472 | 2026-07-29T15:46:45.891Z | Compiling der v0.7.10 |
| 1473 | 2026-07-29T15:46:45.904Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-07-29T15:46:45.920Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-07-29T15:46:45.985Z | Compiling tracing v0.1.44 |
| 1476 | 2026-07-29T15:46:46.086Z | Compiling hmac v0.12.1 |
| 1477 | 2026-07-29T15:46:46.154Z | Compiling tinystr v0.8.2 |
| 1478 | 2026-07-29T15:46:46.210Z | Compiling potential_utf v0.1.4 |
| 1479 | 2026-07-29T15:46:46.263Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-07-29T15:46:46.279Z | Compiling scroll_derive v0.12.1 |
| 1481 | 2026-07-29T15:46:46.362Z | Compiling icu_locale_core v2.1.1 |
| 1482 | 2026-07-29T15:46:46.379Z | Compiling icu_collections v2.1.1 |
| 1483 | 2026-07-29T15:46:46.393Z | Compiling thiserror v2.0.18 |
| 1484 | 2026-07-29T15:46:46.393Z | Compiling scroll v0.13.0 |
| 1485 | 2026-07-29T15:46:46.421Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2026-07-29T15:46:46.456Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-29T15:46:46.511Z | Compiling dtrace-parser v0.3.0 |
| 1488 | 2026-07-29T15:46:46.551Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-07-29T15:46:46.699Z | Compiling goblin v0.10.5 |
| 1490 | 2026-07-29T15:46:46.871Z | Compiling spki v0.7.3 |
| 1491 | 2026-07-29T15:46:46.976Z | Compiling scroll v0.12.0 |
| 1492 | 2026-07-29T15:46:47.096Z | Compiling icu_provider v2.1.1 |
| 1493 | 2026-07-29T15:46:47.121Z | Compiling pkcs8 v0.10.2 |
| 1494 | 2026-07-29T15:46:47.262Z | Compiling signature v2.2.0 |
| 1495 | 2026-07-29T15:46:47.265Z | Compiling md-5 v0.10.6 |
| 1496 | 2026-07-29T15:46:47.277Z | Compiling bytes v1.11.1 |
| 1497 | 2026-07-29T15:46:47.355Z | Compiling icu_properties v2.1.2 |
| 1498 | 2026-07-29T15:46:47.409Z | Compiling icu_normalizer v2.1.1 |
| 1499 | 2026-07-29T15:46:47.416Z | Compiling chrono v0.4.45 |
| 1500 | 2026-07-29T15:46:47.419Z | Compiling ipnet v2.11.0 |
| 1501 | 2026-07-29T15:46:47.446Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-07-29T15:46:47.463Z | Compiling erased-serde v0.3.31 |
| 1503 | 2026-07-29T15:46:47.466Z | Compiling serde_spanned v0.6.9 |
| 1504 | 2026-07-29T15:46:47.610Z | Compiling hex v0.4.3 |
| 1505 | 2026-07-29T15:46:47.640Z | Compiling serde_tokenstream v0.2.3 |
| 1506 | 2026-07-29T15:46:47.789Z | Compiling tokio v1.52.1 |
| 1507 | 2026-07-29T15:46:47.805Z | Compiling http v1.4.2 |
| 1508 | 2026-07-29T15:46:47.898Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-07-29T15:46:47.934Z | Compiling serde_urlencoded v0.7.1 |
| 1510 | 2026-07-29T15:46:47.954Z | Compiling toml_datetime v0.6.11 |
| 1511 | 2026-07-29T15:46:47.967Z | Compiling block-buffer v0.12.1 |
| 1512 | 2026-07-29T15:46:47.983Z | Compiling block-padding v0.4.2 |
| 1513 | 2026-07-29T15:46:47.987Z | Compiling crypto-common v0.2.2 |
| 1514 | 2026-07-29T15:46:47.987Z | Compiling darling_macro v0.23.0 |
| 1515 | 2026-07-29T15:46:48.025Z | Compiling rustls-native-certs v0.8.3 |
| 1516 | 2026-07-29T15:46:48.159Z | Compiling bstr v1.12.1 |
| 1517 | 2026-07-29T15:46:48.174Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-07-29T15:46:48.188Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-07-29T15:46:48.211Z | Compiling zerocopy-derive v0.7.35 |
| 1520 | 2026-07-29T15:46:48.317Z | Compiling idna_adapter v1.2.1 |
| 1521 | 2026-07-29T15:46:48.478Z | Compiling idna v1.1.0 |
| 1522 | 2026-07-29T15:46:48.494Z | Compiling ppv-lite86 v0.2.21 |
| 1523 | 2026-07-29T15:46:48.519Z | Compiling http-body v1.0.1 |
| 1524 | 2026-07-29T15:46:48.564Z | Compiling vergen-lib v9.1.0 |
| 1525 | 2026-07-29T15:46:48.687Z | Compiling http-body-util v0.1.3 |
| 1526 | 2026-07-29T15:46:48.758Z | Compiling num-integer v0.1.46 |
| 1527 | 2026-07-29T15:46:48.804Z | Compiling url v2.5.8 |
| 1528 | 2026-07-29T15:46:48.804Z | Compiling rand_chacha v0.9.0 |
| 1529 | 2026-07-29T15:46:48.838Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2026-07-29T15:46:48.946Z | Compiling hash32 v0.2.1 |
| 1531 | 2026-07-29T15:46:49.058Z | Compiling rand v0.9.2 |
| 1532 | 2026-07-29T15:46:49.094Z | Compiling memoffset v0.9.1 |
| 1533 | 2026-07-29T15:46:49.113Z | Compiling encoding_rs v0.8.35 |
| 1534 | 2026-07-29T15:46:49.144Z | Compiling mime v0.3.17 |
| 1535 | 2026-07-29T15:46:49.158Z | Compiling ref-cast v1.0.25 |
| 1536 | 2026-07-29T15:46:49.212Z | Compiling psl-types v2.0.11 |
| 1537 | 2026-07-29T15:46:49.306Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-07-29T15:46:49.349Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-07-29T15:46:49.416Z | Compiling dof v0.4.0 |
| 1540 | 2026-07-29T15:46:49.430Z | Compiling smoltcp v0.9.1 |
| 1541 | 2026-07-29T15:46:49.475Z | Compiling litrs v1.0.0 |
| 1542 | 2026-07-29T15:46:49.541Z | Compiling rustix v0.38.44 |
| 1543 | 2026-07-29T15:46:49.556Z | Compiling fallible-iterator v0.2.0 |
| 1544 | 2026-07-29T15:46:49.607Z | Compiling cfg_aliases v0.2.1 |
| 1545 | 2026-07-29T15:46:49.622Z | Compiling proptest v1.11.0 |
| 1546 | 2026-07-29T15:46:49.692Z | Compiling nix v0.31.2 |
| 1547 | 2026-07-29T15:46:49.804Z | Compiling publicsuffix v2.3.0 |
| 1548 | 2026-07-29T15:46:49.818Z | Compiling pin-project v1.1.11 |
| 1549 | 2026-07-29T15:46:49.833Z | Compiling postgres-protocol v0.6.10 |
| 1550 | 2026-07-29T15:46:49.928Z | Compiling zerocopy v0.7.35 |
| 1551 | 2026-07-29T15:46:49.989Z | Compiling rand v0.8.6 |
| 1552 | 2026-07-29T15:46:50.003Z | Compiling num-iter v0.1.45 |
| 1553 | 2026-07-29T15:46:50.007Z | Compiling document-features v0.2.12 |
| 1554 | 2026-07-29T15:46:50.051Z | Compiling darling v0.23.0 |
| 1555 | 2026-07-29T15:46:50.072Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-07-29T15:46:50.209Z | Compiling inout v0.2.2 |
| 1557 | 2026-07-29T15:46:50.400Z | Compiling oxnet v0.1.6 |
| 1558 | 2026-07-29T15:46:50.427Z | Compiling derive_builder v0.20.2 |
| 1559 | 2026-07-29T15:46:50.525Z | Compiling futures-executor v0.3.32 |
| 1560 | 2026-07-29T15:46:50.566Z | Compiling hubpack_derive v0.1.1 |
| 1561 | 2026-07-29T15:46:50.580Z | Compiling goblin v0.8.2 |
| 1562 | 2026-07-29T15:46:50.644Z | Compiling regex v1.12.3 |
| 1563 | 2026-07-29T15:46:50.780Z | Compiling snafu-derive v0.8.9 |
| 1564 | 2026-07-29T15:46:50.794Z | Compiling strum_macros v0.27.2 |
| 1565 | 2026-07-29T15:46:50.811Z | Compiling daft-derive v0.1.7 |
| 1566 | 2026-07-29T15:46:50.817Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1567 | 2026-07-29T15:46:50.856Z | Compiling ref-cast-impl v1.0.25 |
| 1568 | 2026-07-29T15:46:51.051Z | Compiling terminal_size v0.4.3 |
| 1569 | 2026-07-29T15:46:51.094Z | Compiling phf_shared v0.13.1 |
| 1570 | 2026-07-29T15:46:51.205Z | Compiling lazy_static v1.5.0 |
| 1571 | 2026-07-29T15:46:51.208Z | Compiling cargo-platform v0.3.2 |
| 1572 | 2026-07-29T15:46:51.235Z | Compiling anstyle-parse v0.2.7 |
| 1573 | 2026-07-29T15:46:51.250Z | Compiling vergen v9.1.0 |
| 1574 | 2026-07-29T15:46:51.312Z | Compiling ff v0.13.1 |
| 1575 | 2026-07-29T15:46:51.359Z | Compiling fs-err v3.3.0 |
| 1576 | 2026-07-29T15:46:51.440Z | Compiling ahash v0.8.12 |
| 1577 | 2026-07-29T15:46:51.457Z | Compiling winnow v0.5.40 |
| 1578 | 2026-07-29T15:46:51.457Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-29T15:46:51.488Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-07-29T15:46:51.504Z | Compiling unicode-segmentation v1.12.0 |
| 1581 | 2026-07-29T15:46:51.508Z | Compiling bitflags v1.3.2 |
| 1582 | 2026-07-29T15:46:51.535Z | Compiling foldhash v0.2.0 |
| 1583 | 2026-07-29T15:46:51.563Z | Compiling managed v0.8.0 |
| 1584 | 2026-07-29T15:46:51.584Z | Compiling tokio-util v0.7.18 |
| 1585 | 2026-07-29T15:46:51.606Z | Compiling tower v0.5.3 |
| 1586 | 2026-07-29T15:46:51.667Z | Compiling tokio-native-tls v0.3.1 |
| 1587 | 2026-07-29T15:46:51.683Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-07-29T15:46:51.742Z | Compiling object v0.37.3 |
| 1589 | 2026-07-29T15:46:51.776Z | Compiling libbz2-rs-sys v0.2.2 |
| 1590 | 2026-07-29T15:46:51.793Z | Compiling same-file v1.0.6 |
| 1591 | 2026-07-29T15:46:51.860Z | Compiling sec1 v0.7.3 |
| 1592 | 2026-07-29T15:46:51.904Z | Compiling walkdir v2.5.0 |
| 1593 | 2026-07-29T15:46:51.970Z | Compiling hashbrown v0.16.1 |
| 1594 | 2026-07-29T15:46:52.024Z | Compiling tower-http v0.6.8 |
| 1595 | 2026-07-29T15:46:52.108Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-07-29T15:46:52.205Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-07-29T15:46:52.234Z | Compiling bzip2 v0.6.1 |
| 1598 | 2026-07-29T15:46:52.465Z | Compiling h2 v0.4.15 |
| 1599 | 2026-07-29T15:46:52.469Z | Compiling daft v0.1.7 |
| 1600 | 2026-07-29T15:46:52.496Z | Compiling zopfli v0.8.3 |
| 1601 | 2026-07-29T15:46:52.564Z | Compiling hashbrown v0.15.5 |
| 1602 | 2026-07-29T15:46:52.598Z | Compiling clap_builder v4.6.0 |
| 1603 | 2026-07-29T15:46:52.716Z | Compiling group v0.13.0 |
| 1604 | 2026-07-29T15:46:52.736Z | Compiling cargo_metadata v0.23.1 |
| 1605 | 2026-07-29T15:46:52.750Z | Compiling snafu v0.8.9 |
| 1606 | 2026-07-29T15:46:52.782Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-07-29T15:46:52.786Z | Compiling anstream v0.6.21 |
| 1608 | 2026-07-29T15:46:52.826Z | Compiling strum v0.27.2 |
| 1609 | 2026-07-29T15:46:52.915Z | Compiling dof v0.3.0 |
| 1610 | 2026-07-29T15:46:52.931Z | Compiling phf v0.13.1 |
| 1611 | 2026-07-29T15:46:53.103Z | Compiling signal-hook-mio v0.2.5 |
| 1612 | 2026-07-29T15:46:53.135Z | Compiling hubpack v0.1.2 |
| 1613 | 2026-07-29T15:46:53.148Z | Compiling usdt-macro v0.6.0 |
| 1614 | 2026-07-29T15:46:53.164Z | Compiling usdt-attr-macro v0.6.0 |
| 1615 | 2026-07-29T15:46:53.234Z | Compiling cookie_store v0.22.1 |
| 1616 | 2026-07-29T15:46:53.366Z | Compiling bzip2 v0.4.4 |
| 1617 | 2026-07-29T15:46:53.482Z | Compiling futures v0.3.32 |
| 1618 | 2026-07-29T15:46:53.572Z | Compiling cipher v0.5.2 |
| 1619 | 2026-07-29T15:46:53.588Z | Compiling postgres-types v0.2.12 |
| 1620 | 2026-07-29T15:46:53.605Z | Compiling serde_with_macros v3.21.0 |
| 1621 | 2026-07-29T15:46:53.909Z | Compiling zstd v0.13.3 |
| 1622 | 2026-07-29T15:46:53.937Z | Compiling globset v0.4.18 |
| 1623 | 2026-07-29T15:46:53.989Z | Compiling dtrace-parser v0.2.0 |
| 1624 | 2026-07-29T15:46:54.004Z | Compiling ed25519 v2.2.3 |
| 1625 | 2026-07-29T15:46:54.113Z | Compiling pkcs1 v0.7.5 |
| 1626 | 2026-07-29T15:46:54.128Z | Compiling serde_plain v1.0.2 |
| 1627 | 2026-07-29T15:46:54.156Z | Compiling olpc-cjson v0.1.4 |
| 1628 | 2026-07-29T15:46:54.191Z | Compiling serde-big-array v0.5.1 |
| 1629 | 2026-07-29T15:46:54.339Z | Compiling hkdf v0.12.4 |
| 1630 | 2026-07-29T15:46:54.342Z | Compiling crypto-bigint v0.5.5 |
| 1631 | 2026-07-29T15:46:54.368Z | Compiling async-recursion v1.1.1 |
| 1632 | 2026-07-29T15:46:54.516Z | Compiling clap_derive v4.6.1 |
| 1633 | 2026-07-29T15:46:54.516Z | Compiling strum_macros v0.26.4 |
| 1634 | 2026-07-29T15:46:54.624Z | Compiling enum-as-inner v0.6.1 |
| 1635 | 2026-07-29T15:46:54.731Z | Compiling serde_repr v0.1.20 |
| 1636 | 2026-07-29T15:46:54.747Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-07-29T15:46:54.769Z | Compiling float-cmp v0.10.0 |
| 1638 | 2026-07-29T15:46:54.912Z | Compiling pem v3.0.6 |
| 1639 | 2026-07-29T15:46:54.933Z | Compiling thread-id v4.2.2 |
| 1640 | 2026-07-29T15:46:54.948Z | Compiling memmap2 v0.9.10 |
| 1641 | 2026-07-29T15:46:55.032Z | Compiling env_filter v1.0.0 |
| 1642 | 2026-07-29T15:46:55.052Z | Compiling jiff v0.2.21 |
| 1643 | 2026-07-29T15:46:55.202Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-07-29T15:46:55.222Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-07-29T15:46:55.283Z | Compiling whoami v2.1.0 |
| 1646 | 2026-07-29T15:46:55.297Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-07-29T15:46:55.333Z | Compiling winnow v1.0.3 |
| 1648 | 2026-07-29T15:46:55.398Z | Compiling typed-path v0.9.3 |
| 1649 | 2026-07-29T15:46:55.412Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-07-29T15:46:55.429Z | Compiling difflib v0.4.0 |
| 1651 | 2026-07-29T15:46:55.432Z | Compiling new_debug_unreachable v1.0.6 |
| 1652 | 2026-07-29T15:46:55.527Z | Compiling keccak v0.1.6 |
| 1653 | 2026-07-29T15:46:55.593Z | Compiling cpufeatures v0.3.0 |
| 1654 | 2026-07-29T15:46:55.621Z | Compiling hyper v1.10.1 |
| 1655 | 2026-07-29T15:46:55.657Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-07-29T15:46:55.685Z | Compiling fixedbitset v0.5.7 |
| 1657 | 2026-07-29T15:46:55.700Z | Compiling const-oid v0.10.2 |
| 1658 | 2026-07-29T15:46:55.714Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-07-29T15:46:55.808Z | Compiling either v1.15.0 |
| 1660 | 2026-07-29T15:46:55.915Z | Compiling petgraph v0.8.3 |
| 1661 | 2026-07-29T15:46:56.006Z | Compiling itertools v0.13.0 |
| 1662 | 2026-07-29T15:46:56.036Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-07-29T15:46:56.039Z | Compiling digest v0.11.3 |
| 1664 | 2026-07-29T15:46:56.298Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-07-29T15:46:56.320Z | Compiling sha3 v0.10.8 |
| 1666 | 2026-07-29T15:46:56.367Z | Compiling strum v0.26.3 |
| 1667 | 2026-07-29T15:46:56.387Z | Compiling predicates v3.1.4 |
| 1668 | 2026-07-29T15:46:56.402Z | Compiling clap v4.6.1 |
| 1669 | 2026-07-29T15:46:56.501Z | Compiling chacha20 v0.10.0 |
| 1670 | 2026-07-29T15:46:56.516Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1671 | 2026-07-29T15:46:56.547Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-07-29T15:46:56.562Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-07-29T15:46:56.663Z | Compiling toml_edit v0.22.27 |
| 1674 | 2026-07-29T15:46:56.678Z | Compiling elliptic-curve v0.13.8 |
| 1675 | 2026-07-29T15:46:56.794Z | Compiling hyper-util v0.1.20 |
| 1676 | 2026-07-29T15:46:56.900Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1677 | 2026-07-29T15:46:57.046Z | Compiling env_logger v0.11.9 |
| 1678 | 2026-07-29T15:46:57.128Z | Compiling usdt v0.6.0 |
| 1679 | 2026-07-29T15:46:57.175Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-07-29T15:46:57.260Z | Compiling serde_with v3.21.0 |
| 1681 | 2026-07-29T15:46:57.283Z | Compiling crossterm v0.28.1 |
| 1682 | 2026-07-29T15:46:57.414Z | Compiling rsa v0.9.10 |
| 1683 | 2026-07-29T15:46:57.428Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-07-29T15:46:57.767Z | Compiling zip v4.6.1 |
| 1685 | 2026-07-29T15:46:57.891Z | Compiling toml v0.7.8 |
| 1686 | 2026-07-29T15:46:58.454Z | Compiling hyper-tls v0.6.0 |
| 1687 | 2026-07-29T15:46:58.510Z | Compiling zip v0.6.6 |
| 1688 | 2026-07-29T15:46:58.526Z | Compiling iddqd v0.4.2 |
| 1689 | 2026-07-29T15:46:58.692Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-07-29T15:46:58.737Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-07-29T15:46:58.804Z | Compiling heck v0.4.1 |
| 1692 | 2026-07-29T15:46:58.958Z | Compiling similar v2.7.0 |
| 1693 | 2026-07-29T15:46:59.042Z | Compiling buf-list v1.1.2 |
| 1694 | 2026-07-29T15:46:59.057Z | Compiling byte-wrapper v0.1.0 |
| 1695 | 2026-07-29T15:46:59.093Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1696 | 2026-07-29T15:46:59.216Z | Compiling openapiv3 v2.2.0 |
| 1697 | 2026-07-29T15:46:59.268Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-07-29T15:46:59.334Z | Compiling crossbeam-epoch v0.9.18 |
| 1699 | 2026-07-29T15:46:59.404Z | Compiling peg-runtime v0.8.5 |
| 1700 | 2026-07-29T15:46:59.420Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-07-29T15:46:59.436Z | Compiling thread_local v1.1.9 |
| 1702 | 2026-07-29T15:46:59.627Z | Compiling slog-async v2.8.0 |
| 1703 | 2026-07-29T15:46:59.663Z | Compiling crossbeam-channel v0.5.15 |
| 1704 | 2026-07-29T15:46:59.673Z | Compiling filetime v0.2.27 |
| 1705 | 2026-07-29T15:46:59.697Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-07-29T15:46:59.711Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-07-29T15:46:59.726Z | Compiling term v1.2.1 |
| 1708 | 2026-07-29T15:46:59.801Z | Compiling xattr v1.6.1 |
| 1709 | 2026-07-29T15:46:59.816Z | Compiling camino-tempfile v1.4.1 |
| 1710 | 2026-07-29T15:46:59.962Z | Compiling tar v0.4.46 |
| 1711 | 2026-07-29T15:47:00.161Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-07-29T15:47:17.711Z | Compiling rustls-webpki v0.103.13 |
| 1713 | 2026-07-29T15:47:20.360Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-07-29T15:47:20.365Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-07-29T15:47:20.365Z | Compiling tough v0.22.0 |
| 1716 | 2026-07-29T15:47:20.564Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-07-29T15:47:20.774Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-07-29T15:47:22.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1719 | 2026-07-29T15:47:23.145Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1720 | 2026-07-29T15:47:26.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.88s |
| 1721 | 2026-07-29T15:47:26.167Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1722 | 2026-07-29T15:47:26.227Z | Jul 29 15:47:25.418 INFO Starting download, target: Clickhouse |
| 1723 | 2026-07-29T15:47:26.227Z | Jul 29 15:47:25.418 INFO Starting download, target: DendriteStub |
| 1724 | 2026-07-29T15:47:26.227Z | Jul 29 15:47:25.418 INFO Starting download, target: Cockroach |
| 1725 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.418 INFO Starting download, target: Console |
| 1726 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Starting download, target: MaghemiteMgd |
| 1727 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Starting download, target: MaghemiteDdmd |
| 1728 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1730 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1731 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-07-29T15:47:26.230Z | Jul 29 15:47:25.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-07-29T15:47:26.670Z | Jul 29 15:47:25.852 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1737 | 2026-07-29T15:47:26.914Z | Jul 29 15:47:26.094 INFO Download complete, target: TransceiverControl |
| 1738 | 2026-07-29T15:47:27.322Z | Jul 29 15:47:26.510 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-07-29T15:47:27.869Z | Jul 29 15:47:27.051 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-07-29T15:47:28.148Z | Jul 29 15:47:27.325 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-07-29T15:47:28.169Z | Jul 29 15:47:27.334 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-07-29T15:47:28.361Z | Jul 29 15:47:27.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-07-29T15:47:28.647Z | Jul 29 15:47:27.806 INFO Download complete, target: Console |
| 1744 | 2026-07-29T15:47:28.794Z | Jul 29 15:47:27.985 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-07-29T15:47:28.795Z | Jul 29 15:47:27.985 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-07-29T15:47:29.217Z | Jul 29 15:47:28.406 INFO Download complete, target: MaghemiteDdmd |
| 1747 | 2026-07-29T15:47:30.583Z | Jul 29 15:47:29.775 INFO Download complete, target: DendriteStub |
| 1748 | 2026-07-29T15:47:30.801Z | Jul 29 15:47:29.987 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-07-29T15:47:33.551Z | Jul 29 15:47:32.741 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-07-29T15:47:33.666Z | Jul 29 15:47:32.858 INFO Download complete, target: Cockroach |
| 1751 | 2026-07-29T15:47:34.882Z | Jul 29 15:47:34.071 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-07-29T15:47:34.970Z | Jul 29 15:47:34.161 INFO Download complete, target: Clickhouse |
| 1753 | 2026-07-29T15:47:34.976Z | All prerequisites installed successfully |
| 1754 | 2026-07-29T15:47:34.980Z | |
| 1755 | 2026-07-29T15:47:34.980Z | real 1:48.391647455 |
| 1756 | 2026-07-29T15:47:34.980Z | user 6:34.098589953 |
| 1757 | 2026-07-29T15:47:34.980Z | sys 1:37.080064032 |
| 1758 | 2026-07-29T15:47:34.980Z | trap 0.274085152 |
| 1759 | 2026-07-29T15:47:34.980Z | tflt 0.923357903 |
| 1760 | 2026-07-29T15:47:34.980Z | dflt 1.606156676 |
| 1761 | 2026-07-29T15:47:34.980Z | kflt 0.026230326 |
| 1762 | 2026-07-29T15:47:34.980Z | lock 25:24.404316838 |
| 1763 | 2026-07-29T15:47:34.980Z | slp 17:51.517925475 |
| 1764 | 2026-07-29T15:47:34.981Z | lat 25.002109809 |
| 1765 | 2026-07-29T15:47:34.981Z | stop 3:14.189148657 |
| 1766 | 2026-07-29T15:47:34.981Z | + ptime -m cargo xtask download softnpu |
| 1767 | 2026-07-29T15:47:35.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1768 | 2026-07-29T15:47:35.451Z | Running `target/debug/xtask download softnpu` |
| 1769 | 2026-07-29T15:47:36.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1770 | 2026-07-29T15:47:36.288Z | Running `target/debug/xtask-downloader softnpu` |
| 1771 | 2026-07-29T15:47:36.301Z | Jul 29 15:47:35.489 INFO Starting download, target: Softnpu |
| 1772 | 2026-07-29T15:47:36.301Z | Jul 29 15:47:35.490 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1773 | 2026-07-29T15:47:39.296Z | Jul 29 15:47:38.485 INFO Download complete, target: Softnpu |
| 1774 | 2026-07-29T15:47:39.307Z | |
| 1775 | 2026-07-29T15:47:39.307Z | real 4.314647983 |
| 1776 | 2026-07-29T15:47:39.307Z | user 1.289788714 |
| 1777 | 2026-07-29T15:47:39.307Z | sys 0.607319264 |
| 1778 | 2026-07-29T15:47:39.308Z | trap 0.000743650 |
| 1779 | 2026-07-29T15:47:39.308Z | tflt 0.000121500 |
| 1780 | 2026-07-29T15:47:39.308Z | dflt 0.000511130 |
| 1781 | 2026-07-29T15:47:39.308Z | kflt 0.000000000 |
| 1782 | 2026-07-29T15:47:39.308Z | lock 55.401698862 |
| 1783 | 2026-07-29T15:47:39.308Z | slp 2.847723536 |
| 1784 | 2026-07-29T15:47:39.308Z | lat 0.083713630 |
| 1785 | 2026-07-29T15:47:39.308Z | stop 0.000188460 |
| 1786 | 2026-07-29T15:47:39.308Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-29T15:47:39.308Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-29T15:47:39.308Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1789 | 2026-07-29T15:47:40.177Z | Compiling proc-macro2 v1.0.106 |
| 1790 | 2026-07-29T15:47:40.177Z | Compiling quote v1.0.45 |
| 1791 | 2026-07-29T15:47:40.191Z | Compiling unicode-ident v1.0.24 |
| 1792 | 2026-07-29T15:47:40.191Z | Compiling libc v0.2.185 |
| 1793 | 2026-07-29T15:47:40.191Z | Compiling serde_core v1.0.228 |
| 1794 | 2026-07-29T15:47:40.191Z | Compiling serde v1.0.228 |
| 1795 | 2026-07-29T15:47:40.324Z | Compiling cfg-if v1.0.4 |
| 1796 | 2026-07-29T15:47:40.327Z | Compiling version_check v0.9.5 |
| 1797 | 2026-07-29T15:47:40.328Z | Compiling find-msvc-tools v0.1.9 |
| 1798 | 2026-07-29T15:47:40.328Z | Compiling shlex v1.3.0 |
| 1799 | 2026-07-29T15:47:40.328Z | Compiling zmij v1.0.21 |
| 1800 | 2026-07-29T15:47:40.332Z | Compiling memchr v2.8.0 |
| 1801 | 2026-07-29T15:47:40.332Z | Compiling serde_json v1.0.151 |
| 1802 | 2026-07-29T15:47:40.332Z | Compiling autocfg v1.5.0 |
| 1803 | 2026-07-29T15:47:40.584Z | Compiling portable-atomic v1.13.1 |
| 1804 | 2026-07-29T15:47:40.611Z | Compiling getrandom v0.4.1 |
| 1805 | 2026-07-29T15:47:40.649Z | Compiling zerocopy v0.8.40 |
| 1806 | 2026-07-29T15:47:40.682Z | Compiling libm v0.2.16 |
| 1807 | 2026-07-29T15:47:40.705Z | Compiling parking_lot_core v0.9.12 |
| 1808 | 2026-07-29T15:47:40.761Z | Compiling icu_properties_data v2.1.2 |
| 1809 | 2026-07-29T15:47:40.794Z | Compiling icu_normalizer_data v2.1.1 |
| 1810 | 2026-07-29T15:47:40.794Z | Compiling smallvec v1.15.1 |
| 1811 | 2026-07-29T15:47:40.811Z | Compiling num-traits v0.2.19 |
| 1812 | 2026-07-29T15:47:40.825Z | Compiling generic-array v0.14.7 |
| 1813 | 2026-07-29T15:47:40.865Z | Compiling itoa v1.0.17 |
| 1814 | 2026-07-29T15:47:40.978Z | Compiling log v0.4.29 |
| 1815 | 2026-07-29T15:47:41.037Z | Compiling subtle v2.6.1 |
| 1816 | 2026-07-29T15:47:41.037Z | Compiling pkg-config v0.3.32 |
| 1817 | 2026-07-29T15:47:41.071Z | Compiling stable_deref_trait v1.2.1 |
| 1818 | 2026-07-29T15:47:41.092Z | Compiling typenum v1.20.1 |
| 1819 | 2026-07-29T15:47:41.166Z | Compiling scopeguard v1.2.0 |
| 1820 | 2026-07-29T15:47:41.250Z | Compiling rand_core v0.10.0 |
| 1821 | 2026-07-29T15:47:41.288Z | Compiling pin-project-lite v0.2.17 |
| 1822 | 2026-07-29T15:47:41.302Z | Compiling lock_api v0.4.14 |
| 1823 | 2026-07-29T15:47:41.319Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-07-29T15:47:41.356Z | Compiling getrandom v0.3.4 |
| 1825 | 2026-07-29T15:47:41.409Z | Compiling jobserver v0.1.34 |
| 1826 | 2026-07-29T15:47:41.428Z | Compiling errno v0.3.14 |
| 1827 | 2026-07-29T15:47:41.554Z | Compiling writeable v0.6.2 |
| 1828 | 2026-07-29T15:47:41.578Z | Compiling syn v2.0.117 |
| 1829 | 2026-07-29T15:47:41.599Z | Compiling equivalent v1.0.2 |
| 1830 | 2026-07-29T15:47:41.599Z | Compiling percent-encoding v2.3.2 |
| 1831 | 2026-07-29T15:47:41.613Z | Compiling litemap v0.8.1 |
| 1832 | 2026-07-29T15:47:41.624Z | Compiling cc v1.2.56 |
| 1833 | 2026-07-29T15:47:41.643Z | Compiling getrandom v0.2.17 |
| 1834 | 2026-07-29T15:47:41.688Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-07-29T15:47:41.738Z | Compiling schemars v0.8.22 |
| 1836 | 2026-07-29T15:47:41.822Z | Compiling rand_core v0.6.4 |
| 1837 | 2026-07-29T15:47:41.872Z | Compiling rustix v1.1.3 |
| 1838 | 2026-07-29T15:47:41.897Z | Compiling dunce v1.0.5 |
| 1839 | 2026-07-29T15:47:41.904Z | Compiling critical-section v1.2.0 |
| 1840 | 2026-07-29T15:47:41.936Z | Compiling fs_extra v1.3.0 |
| 1841 | 2026-07-29T15:47:42.053Z | Compiling hashbrown v0.17.0 |
| 1842 | 2026-07-29T15:47:42.128Z | Compiling signal-hook-registry v1.4.8 |
| 1843 | 2026-07-29T15:47:42.211Z | Compiling heck v0.5.0 |
| 1844 | 2026-07-29T15:47:42.232Z | Compiling utf8_iter v1.0.4 |
| 1845 | 2026-07-29T15:47:42.232Z | Compiling form_urlencoded v1.2.2 |
| 1846 | 2026-07-29T15:47:42.284Z | Compiling once_cell v1.21.3 |
| 1847 | 2026-07-29T15:47:42.446Z | Compiling cmake v0.1.57 |
| 1848 | 2026-07-29T15:47:42.582Z | Compiling semver v1.0.28 |
| 1849 | 2026-07-29T15:47:42.615Z | Compiling indexmap v2.14.0 |
| 1850 | 2026-07-29T15:47:42.630Z | Compiling parking_lot v0.12.5 |
| 1851 | 2026-07-29T15:47:42.630Z | Compiling mio v1.2.0 |
| 1852 | 2026-07-29T15:47:42.652Z | Compiling socket2 v0.6.3 |
| 1853 | 2026-07-29T15:47:42.705Z | Compiling aws-lc-rs v1.16.3 |
| 1854 | 2026-07-29T15:47:42.825Z | Compiling bitflags v2.11.0 |
| 1855 | 2026-07-29T15:47:42.842Z | Compiling futures-core v0.3.32 |
| 1856 | 2026-07-29T15:47:42.915Z | Compiling strsim v0.11.1 |
| 1857 | 2026-07-29T15:47:42.955Z | Compiling aws-lc-sys v0.40.0 |
| 1858 | 2026-07-29T15:47:42.970Z | Compiling httparse v1.10.1 |
| 1859 | 2026-07-29T15:47:43.262Z | Compiling byteorder v1.5.0 |
| 1860 | 2026-07-29T15:47:43.279Z | Compiling thiserror v1.0.69 |
| 1861 | 2026-07-29T15:47:43.308Z | Compiling ucd-trie v0.1.7 |
| 1862 | 2026-07-29T15:47:43.403Z | Compiling ident_case v1.0.1 |
| 1863 | 2026-07-29T15:47:43.418Z | Compiling fnv v1.0.7 |
| 1864 | 2026-07-29T15:47:43.434Z | Compiling syn v1.0.109 |
| 1865 | 2026-07-29T15:47:43.504Z | Compiling pest v2.8.6 |
| 1866 | 2026-07-29T15:47:43.519Z | Compiling iana-time-zone v0.1.65 |
| 1867 | 2026-07-29T15:47:43.551Z | Compiling vcpkg v0.2.15 |
| 1868 | 2026-07-29T15:47:43.554Z | Compiling regex-syntax v0.8.10 |
| 1869 | 2026-07-29T15:47:43.582Z | Compiling const-oid v0.9.6 |
| 1870 | 2026-07-29T15:47:43.753Z | Compiling uuid v1.23.4 |
| 1871 | 2026-07-29T15:47:43.867Z | Compiling rustc_version v0.4.1 |
| 1872 | 2026-07-29T15:47:43.896Z | Compiling futures-sink v0.3.32 |
| 1873 | 2026-07-29T15:47:43.967Z | Compiling rustls v0.23.41 |
| 1874 | 2026-07-29T15:47:44.054Z | Compiling futures-channel v0.3.32 |
| 1875 | 2026-07-29T15:47:44.110Z | Compiling openssl-sys v0.9.115 |
| 1876 | 2026-07-29T15:47:44.158Z | Compiling aho-corasick v1.1.4 |
| 1877 | 2026-07-29T15:47:44.175Z | Compiling futures-task v0.3.32 |
| 1878 | 2026-07-29T15:47:44.190Z | Compiling slab v0.4.12 |
| 1879 | 2026-07-29T15:47:44.355Z | Compiling synstructure v0.13.2 |
| 1880 | 2026-07-29T15:47:44.389Z | Compiling serde_derive_internals v0.29.1 |
| 1881 | 2026-07-29T15:47:44.438Z | Compiling futures-io v0.3.32 |
| 1882 | 2026-07-29T15:47:44.516Z | Compiling crc32fast v1.5.0 |
| 1883 | 2026-07-29T15:47:44.578Z | Compiling pest_meta v2.8.6 |
| 1884 | 2026-07-29T15:47:44.612Z | Compiling num-conv v0.2.0 |
| 1885 | 2026-07-29T15:47:44.714Z | Compiling time-core v0.1.8 |
| 1886 | 2026-07-29T15:47:44.744Z | Compiling plain v0.2.3 |
| 1887 | 2026-07-29T15:47:44.759Z | Compiling dyn-clone v1.0.20 |
| 1888 | 2026-07-29T15:47:44.831Z | Compiling base64 v0.22.1 |
| 1889 | 2026-07-29T15:47:44.862Z | Compiling crossbeam-utils v0.8.21 |
| 1890 | 2026-07-29T15:47:44.877Z | Compiling time-macros v0.2.27 |
| 1891 | 2026-07-29T15:47:44.912Z | Compiling pretty-hex v0.4.1 |
| 1892 | 2026-07-29T15:47:44.961Z | Compiling openssl v0.10.79 |
| 1893 | 2026-07-29T15:47:45.031Z | Compiling regex-automata v0.4.14 |
| 1894 | 2026-07-29T15:47:45.059Z | Compiling darling_core v0.23.0 |
| 1895 | 2026-07-29T15:47:45.073Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1896 | 2026-07-29T15:47:45.153Z | Compiling pest_generator v2.8.6 |
| 1897 | 2026-07-29T15:47:45.285Z | Compiling anyhow v1.0.102 |
| 1898 | 2026-07-29T15:47:45.340Z | Compiling native-tls v0.2.18 |
| 1899 | 2026-07-29T15:47:45.361Z | Compiling rand_core v0.9.5 |
| 1900 | 2026-07-29T15:47:45.551Z | Compiling slog v2.8.2 |
| 1901 | 2026-07-29T15:47:45.580Z | Compiling tracing-core v0.1.36 |
| 1902 | 2026-07-29T15:47:45.615Z | Compiling serde_derive v1.0.228 |
| 1903 | 2026-07-29T15:47:45.618Z | Compiling zeroize_derive v1.5.0 |
| 1904 | 2026-07-29T15:47:45.649Z | Compiling zerofrom-derive v0.1.6 |
| 1905 | 2026-07-29T15:47:45.760Z | Compiling yoke-derive v0.8.1 |
| 1906 | 2026-07-29T15:47:45.789Z | Compiling zerovec-derive v0.11.2 |
| 1907 | 2026-07-29T15:47:45.816Z | Compiling displaydoc v0.2.5 |
| 1908 | 2026-07-29T15:47:45.836Z | Compiling zerocopy-derive v0.8.40 |
| 1909 | 2026-07-29T15:47:45.851Z | Compiling tokio-macros v2.7.0 |
| 1910 | 2026-07-29T15:47:45.872Z | Compiling futures-macro v0.3.32 |
| 1911 | 2026-07-29T15:47:46.044Z | Compiling thiserror-impl v2.0.18 |
| 1912 | 2026-07-29T15:47:46.233Z | Compiling zeroize v1.9.0 |
| 1913 | 2026-07-29T15:47:46.491Z | Compiling schemars_derive v0.8.22 |
| 1914 | 2026-07-29T15:47:46.542Z | Compiling tracing-attributes v0.1.31 |
| 1915 | 2026-07-29T15:47:46.629Z | Compiling der_derive v0.7.3 |
| 1916 | 2026-07-29T15:47:46.708Z | Compiling thiserror-impl v1.0.69 |
| 1917 | 2026-07-29T15:47:46.763Z | Compiling zerofrom v0.1.6 |
| 1918 | 2026-07-29T15:47:46.907Z | Compiling yoke v0.8.1 |
| 1919 | 2026-07-29T15:47:47.139Z | Compiling zerovec v0.11.5 |
| 1920 | 2026-07-29T15:47:47.151Z | Compiling zerotrie v0.2.3 |
| 1921 | 2026-07-29T15:47:47.223Z | Compiling crypto-common v0.1.7 |
| 1922 | 2026-07-29T15:47:47.236Z | Compiling pest_derive v2.8.6 |
| 1923 | 2026-07-29T15:47:47.379Z | Compiling futures-util v0.3.32 |
| 1924 | 2026-07-29T15:47:47.606Z | Compiling block-buffer v0.10.4 |
| 1925 | 2026-07-29T15:47:47.658Z | Compiling tinystr v0.8.2 |
| 1926 | 2026-07-29T15:47:47.698Z | Compiling potential_utf v0.1.4 |
| 1927 | 2026-07-29T15:47:47.746Z | Compiling digest v0.10.7 |
| 1928 | 2026-07-29T15:47:47.828Z | Compiling icu_locale_core v2.1.1 |
| 1929 | 2026-07-29T15:47:47.879Z | Compiling icu_collections v2.1.1 |
| 1930 | 2026-07-29T15:47:47.914Z | Compiling scroll_derive v0.13.1 |
| 1931 | 2026-07-29T15:47:47.971Z | Compiling scroll_derive v0.12.1 |
| 1932 | 2026-07-29T15:47:47.986Z | Compiling openssl-macros v0.1.1 |
| 1933 | 2026-07-29T15:47:48.394Z | Compiling regex v1.12.3 |
| 1934 | 2026-07-29T15:47:48.482Z | Compiling icu_provider v2.1.1 |
| 1935 | 2026-07-29T15:47:48.503Z | Compiling darling_macro v0.23.0 |
| 1936 | 2026-07-29T15:47:48.622Z | Compiling zerocopy-derive v0.7.35 |
| 1937 | 2026-07-29T15:47:48.700Z | Compiling bytes v1.11.1 |
| 1938 | 2026-07-29T15:47:48.778Z | Compiling chrono v0.4.45 |
| 1939 | 2026-07-29T15:47:48.804Z | Compiling icu_properties v2.1.2 |
| 1940 | 2026-07-29T15:47:48.829Z | Compiling icu_normalizer v2.1.1 |
| 1941 | 2026-07-29T15:47:49.018Z | Compiling serde_tokenstream v0.2.3 |
| 1942 | 2026-07-29T15:47:49.290Z | Compiling tokio v1.52.1 |
| 1943 | 2026-07-29T15:47:49.326Z | Compiling http v1.4.2 |
| 1944 | 2026-07-29T15:47:49.773Z | Compiling idna_adapter v1.2.1 |
| 1945 | 2026-07-29T15:47:49.927Z | Compiling idna v1.1.0 |
| 1946 | 2026-07-29T15:47:50.014Z | Compiling ppv-lite86 v0.2.21 |
| 1947 | 2026-07-29T15:47:50.047Z | Compiling cookie v0.18.1 |
| 1948 | 2026-07-29T15:47:50.191Z | Compiling camino v1.2.2 |
| 1949 | 2026-07-29T15:47:50.226Z | Compiling url v2.5.8 |
| 1950 | 2026-07-29T15:47:50.253Z | Compiling base64ct v1.8.3 |
| 1951 | 2026-07-29T15:47:50.491Z | Compiling pem-rfc7468 v0.7.0 |
| 1952 | 2026-07-29T15:47:50.506Z | Compiling darling v0.23.0 |
| 1953 | 2026-07-29T15:47:50.600Z | Compiling tracing v0.1.44 |
| 1954 | 2026-07-29T15:47:50.771Z | Compiling flagset v0.4.7 |
| 1955 | 2026-07-29T15:47:50.791Z | Compiling rand_chacha v0.9.0 |
| 1956 | 2026-07-29T15:47:50.850Z | Compiling http-body v1.0.1 |
| 1957 | 2026-07-29T15:47:50.923Z | Compiling der v0.7.10 |
| 1958 | 2026-07-29T15:47:51.000Z | Compiling rustls-pki-types v1.14.0 |
| 1959 | 2026-07-29T15:47:51.393Z | Compiling usdt-impl v0.5.0 |
| 1960 | 2026-07-29T15:47:51.420Z | Compiling cmov v0.5.4 |
| 1961 | 2026-07-29T15:47:51.447Z | Compiling paste v1.0.15 |
| 1962 | 2026-07-29T15:47:51.459Z | Compiling usdt-impl v0.6.0 |
| 1963 | 2026-07-29T15:47:51.644Z | Compiling fastrand v2.3.0 |
| 1964 | 2026-07-29T15:47:51.662Z | Compiling ref-cast v1.0.25 |
| 1965 | 2026-07-29T15:47:51.733Z | Compiling either v1.15.0 |
| 1966 | 2026-07-29T15:47:51.858Z | Compiling tinyvec_macros v0.1.1 |
| 1967 | 2026-07-29T15:47:51.948Z | Compiling openssl-probe v0.2.1 |
| 1968 | 2026-07-29T15:47:51.966Z | Compiling tinyvec v1.10.0 |
| 1969 | 2026-07-29T15:47:51.980Z | Compiling ctutils v0.4.2 |
| 1970 | 2026-07-29T15:47:52.022Z | Compiling spki v0.7.3 |
| 1971 | 2026-07-29T15:47:52.120Z | Compiling rand v0.9.2 |
| 1972 | 2026-07-29T15:47:52.210Z | Compiling scroll v0.13.0 |
| 1973 | 2026-07-29T15:47:52.238Z | Compiling toml_datetime v0.6.11 |
| 1974 | 2026-07-29T15:47:52.253Z | Compiling serde_spanned v0.6.9 |
| 1975 | 2026-07-29T15:47:52.306Z | Compiling scroll v0.12.0 |
| 1976 | 2026-07-29T15:47:52.322Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-07-29T15:47:52.375Z | Compiling heapless v0.7.17 |
| 1978 | 2026-07-29T15:47:52.436Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1979 | 2026-07-29T15:47:52.488Z | Compiling tower-layer v0.3.3 |
| 1980 | 2026-07-29T15:47:52.506Z | Compiling cpufeatures v0.2.17 |
| 1981 | 2026-07-29T15:47:52.527Z | Compiling untrusted v0.7.1 |
| 1982 | 2026-07-29T15:47:52.542Z | Compiling tower-service v0.3.3 |
| 1983 | 2026-07-29T15:47:52.592Z | Compiling litrs v1.0.0 |
| 1984 | 2026-07-29T15:47:52.607Z | Compiling atomic-waker v1.1.2 |
| 1985 | 2026-07-29T15:47:52.655Z | Compiling try-lock v0.2.5 |
| 1986 | 2026-07-29T15:47:52.662Z | Compiling zstd-safe v7.2.4 |
| 1987 | 2026-07-29T15:47:52.685Z | Compiling signal-hook v0.3.18 |
| 1988 | 2026-07-29T15:47:52.688Z | Compiling winnow v1.0.3 |
| 1989 | 2026-07-29T15:47:52.736Z | Compiling rustix v0.38.44 |
| 1990 | 2026-07-29T15:47:52.750Z | Compiling winnow v0.7.14 |
| 1991 | 2026-07-29T15:47:52.783Z | Compiling want v0.3.1 |
| 1992 | 2026-07-29T15:47:52.798Z | Compiling goblin v0.8.2 |
| 1993 | 2026-07-29T15:47:52.963Z | Compiling goblin v0.10.5 |
| 1994 | 2026-07-29T15:47:53.067Z | Compiling tokio-util v0.7.18 |
| 1995 | 2026-07-29T15:47:53.082Z | Compiling document-features v0.2.12 |
| 1996 | 2026-07-29T15:47:53.085Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1997 | 2026-07-29T15:47:53.191Z | Compiling hybrid-array v0.4.13 |
| 1998 | 2026-07-29T15:47:53.672Z | Compiling zerocopy v0.7.35 |
| 1999 | 2026-07-29T15:47:53.874Z | Compiling h2 v0.4.15 |
| 2000 | 2026-07-29T15:47:53.979Z | Compiling ipnet v2.11.0 |
| 2001 | 2026-07-29T15:47:54.023Z | Compiling ref-cast-impl v1.0.25 |
| 2002 | 2026-07-29T15:47:54.040Z | Compiling darling_core v0.20.11 |
| 2003 | 2026-07-29T15:47:54.054Z | Compiling curve25519-dalek v4.1.3 |
| 2004 | 2026-07-29T15:47:54.231Z | Compiling memoffset v0.9.1 |
| 2005 | 2026-07-29T15:47:54.246Z | Compiling utf8parse v0.2.2 |
| 2006 | 2026-07-29T15:47:54.372Z | Compiling powerfmt v0.2.0 |
| 2007 | 2026-07-29T15:47:54.388Z | Compiling foreign-types-shared v0.1.1 |
| 2008 | 2026-07-29T15:47:54.426Z | Compiling winnow v0.5.40 |
| 2009 | 2026-07-29T15:47:54.595Z | Compiling untrusted v0.9.0 |
| 2010 | 2026-07-29T15:47:54.713Z | Compiling httpdate v1.0.3 |
| 2011 | 2026-07-29T15:47:54.727Z | Compiling tempfile v3.25.0 |
| 2012 | 2026-07-29T15:47:54.817Z | Compiling deranged v0.5.8 |
| 2013 | 2026-07-29T15:47:54.930Z | Compiling foreign-types v0.3.2 |
| 2014 | 2026-07-29T15:47:55.003Z | Compiling dof v0.3.0 |
| 2015 | 2026-07-29T15:47:55.077Z | Compiling unicode-normalization v0.1.25 |
| 2016 | 2026-07-29T15:47:55.093Z | Compiling pkcs8 v0.10.2 |
| 2017 | 2026-07-29T15:47:55.347Z | Compiling dtrace-parser v0.2.0 |
| 2018 | 2026-07-29T15:47:55.655Z | Compiling dof v0.4.0 |
| 2019 | 2026-07-29T15:47:55.739Z | Compiling toml_edit v0.19.15 |
| 2020 | 2026-07-29T15:47:55.938Z | Compiling dtrace-parser v0.3.0 |
| 2021 | 2026-07-29T15:47:55.952Z | Compiling pin-project-internal v1.1.11 |
| 2022 | 2026-07-29T15:47:55.993Z | Compiling darling_macro v0.20.11 |
| 2023 | 2026-07-29T15:47:56.232Z | Compiling daft-derive v0.1.7 |
| 2024 | 2026-07-29T15:47:56.282Z | Compiling spin v0.9.8 |
| 2025 | 2026-07-29T15:47:56.354Z | Compiling thread-id v5.1.0 |
| 2026 | 2026-07-29T15:47:56.456Z | Compiling thread-id v4.2.2 |
| 2027 | 2026-07-29T15:47:56.502Z | Compiling cfg_aliases v0.2.1 |
| 2028 | 2026-07-29T15:47:56.524Z | Compiling num-bigint-dig v0.8.6 |
| 2029 | 2026-07-29T15:47:56.585Z | Compiling anstyle v1.0.14 |
| 2030 | 2026-07-29T15:47:56.627Z | Compiling smoltcp v0.9.1 |
| 2031 | 2026-07-29T15:47:56.671Z | Compiling num_threads v0.1.7 |
| 2032 | 2026-07-29T15:47:56.837Z | Compiling time v0.3.47 |
| 2033 | 2026-07-29T15:47:56.873Z | Compiling nix v0.31.2 |
| 2034 | 2026-07-29T15:47:56.943Z | Compiling darling v0.20.11 |
| 2035 | 2026-07-29T15:47:56.960Z | Compiling hyper v1.10.1 |
| 2036 | 2026-07-29T15:47:57.232Z | Compiling sha2 v0.10.9 |
| 2037 | 2026-07-29T15:47:57.443Z | Compiling ipnetwork v0.21.1 |
| 2038 | 2026-07-29T15:47:57.537Z | Compiling hmac v0.12.1 |
| 2039 | 2026-07-29T15:47:57.589Z | Compiling strum_macros v0.26.4 |
| 2040 | 2026-07-29T15:47:57.696Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2041 | 2026-07-29T15:47:57.830Z | Compiling sync_wrapper v1.0.2 |
| 2042 | 2026-07-29T15:47:57.867Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-07-29T15:47:57.988Z | Compiling is_terminal_polyfill v1.70.2 |
| 2044 | 2026-07-29T15:47:58.101Z | Compiling hyper-util v0.1.20 |
| 2045 | 2026-07-29T15:47:58.117Z | Compiling colorchoice v1.0.4 |
| 2046 | 2026-07-29T15:47:58.252Z | Compiling siphasher v1.0.2 |
| 2047 | 2026-07-29T15:47:58.318Z | Compiling anstyle-query v1.1.5 |
| 2048 | 2026-07-29T15:47:58.436Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-07-29T15:47:58.452Z | Compiling quick-error v1.2.3 |
| 2050 | 2026-07-29T15:47:58.541Z | Compiling bit-vec v0.8.0 |
| 2051 | 2026-07-29T15:47:58.756Z | Compiling bit-set v0.8.0 |
| 2052 | 2026-07-29T15:47:58.935Z | Compiling rusty-fork v0.3.1 |
| 2053 | 2026-07-29T15:47:59.119Z | Compiling tower v0.5.3 |
| 2054 | 2026-07-29T15:47:59.528Z | Compiling derive_builder_core v0.20.2 |
| 2055 | 2026-07-29T15:47:59.596Z | Compiling http-body-util v0.1.3 |
| 2056 | 2026-07-29T15:47:59.658Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-07-29T15:47:59.674Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-07-29T15:47:59.734Z | Compiling snafu-derive v0.8.9 |
| 2059 | 2026-07-29T15:47:59.770Z | Compiling rand_xorshift v0.4.0 |
| 2060 | 2026-07-29T15:47:59.928Z | Compiling fs-err v3.3.0 |
| 2061 | 2026-07-29T15:47:59.933Z | Compiling ahash v0.8.12 |
| 2062 | 2026-07-29T15:48:00.025Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-07-29T15:48:00.125Z | Compiling ryu v1.0.23 |
| 2064 | 2026-07-29T15:48:00.254Z | Compiling unicode-properties v0.1.4 |
| 2065 | 2026-07-29T15:48:00.259Z | Compiling unicode-segmentation v1.12.0 |
| 2066 | 2026-07-29T15:48:00.300Z | Compiling unicode-bidi v0.3.18 |
| 2067 | 2026-07-29T15:48:00.305Z | Compiling adler2 v2.0.1 |
| 2068 | 2026-07-29T15:48:00.373Z | Compiling unarray v0.1.4 |
| 2069 | 2026-07-29T15:48:00.420Z | Compiling object v0.37.3 |
| 2070 | 2026-07-29T15:48:00.481Z | Compiling iri-string v0.7.10 |
| 2071 | 2026-07-29T15:48:00.498Z | Compiling proptest v1.11.0 |
| 2072 | 2026-07-29T15:48:00.646Z | Compiling stringprep v0.1.5 |
| 2073 | 2026-07-29T15:48:00.662Z | Compiling miniz_oxide v0.8.9 |
| 2074 | 2026-07-29T15:48:00.685Z | Compiling derive_builder_macro v0.20.2 |
| 2075 | 2026-07-29T15:48:00.774Z | Compiling serde_urlencoded v0.7.1 |
| 2076 | 2026-07-29T15:48:01.202Z | Compiling tokio-native-tls v0.3.1 |
| 2077 | 2026-07-29T15:48:01.364Z | Compiling usdt-macro v0.6.0 |
| 2078 | 2026-07-29T15:48:01.400Z | Compiling usdt-attr-macro v0.6.0 |
| 2079 | 2026-07-29T15:48:01.416Z | Compiling anstyle-parse v1.0.0 |
| 2080 | 2026-07-29T15:48:01.433Z | Compiling block-buffer v0.12.1 |
| 2081 | 2026-07-29T15:48:01.487Z | Compiling crypto-common v0.2.2 |
| 2082 | 2026-07-29T15:48:01.612Z | Compiling tower-http v0.6.8 |
| 2083 | 2026-07-29T15:48:01.843Z | Compiling block-padding v0.4.2 |
| 2084 | 2026-07-29T15:48:02.061Z | Compiling rustls-native-certs v0.8.3 |
| 2085 | 2026-07-29T15:48:02.141Z | Compiling rand_chacha v0.3.1 |
| 2086 | 2026-07-29T15:48:02.213Z | Compiling erased-serde v0.3.31 |
| 2087 | 2026-07-29T15:48:02.245Z | Compiling hex v0.4.3 |
| 2088 | 2026-07-29T15:48:02.312Z | Compiling signature v2.2.0 |
| 2089 | 2026-07-29T15:48:02.331Z | Compiling md-5 v0.10.6 |
| 2090 | 2026-07-29T15:48:02.510Z | Compiling bstr v1.12.1 |
| 2091 | 2026-07-29T15:48:02.560Z | Compiling num-integer v0.1.46 |
| 2092 | 2026-07-29T15:48:02.564Z | Compiling hash32 v0.2.1 |
| 2093 | 2026-07-29T15:48:02.608Z | Compiling vergen-lib v9.1.0 |
| 2094 | 2026-07-29T15:48:02.736Z | Compiling encoding_rs v0.8.35 |
| 2095 | 2026-07-29T15:48:02.784Z | Compiling fallible-iterator v0.2.0 |
| 2096 | 2026-07-29T15:48:02.816Z | Compiling mime v0.3.17 |
| 2097 | 2026-07-29T15:48:02.830Z | Compiling zlib-rs v0.6.2 |
| 2098 | 2026-07-29T15:48:02.963Z | Compiling psl-types v2.0.11 |
| 2099 | 2026-07-29T15:48:03.005Z | Compiling cpufeatures v0.3.0 |
| 2100 | 2026-07-29T15:48:03.063Z | Compiling publicsuffix v2.3.0 |
| 2101 | 2026-07-29T15:48:03.088Z | Compiling postgres-protocol v0.6.10 |
| 2102 | 2026-07-29T15:48:03.116Z | Compiling num-iter v0.1.45 |
| 2103 | 2026-07-29T15:48:03.390Z | Compiling newtype-uuid v1.3.2 |
| 2104 | 2026-07-29T15:48:03.404Z | Compiling rand v0.8.6 |
| 2105 | 2026-07-29T15:48:03.596Z | Compiling oxnet v0.1.6 |
| 2106 | 2026-07-29T15:48:03.646Z | Compiling inout v0.2.2 |
| 2107 | 2026-07-29T15:48:03.828Z | Compiling anstream v1.0.0 |
| 2108 | 2026-07-29T15:48:03.886Z | Compiling hyper-tls v0.6.0 |
| 2109 | 2026-07-29T15:48:03.953Z | Compiling derive_builder v0.20.2 |
| 2110 | 2026-07-29T15:48:04.005Z | Compiling heck v0.4.1 |
| 2111 | 2026-07-29T15:48:04.082Z | Compiling phf_shared v0.13.1 |
| 2112 | 2026-07-29T15:48:04.099Z | Compiling pin-project v1.1.11 |
| 2113 | 2026-07-29T15:48:04.146Z | Compiling lazy_static v1.5.0 |
| 2114 | 2026-07-29T15:48:04.178Z | Compiling anstyle-parse v0.2.7 |
| 2115 | 2026-07-29T15:48:04.287Z | Compiling terminal_size v0.4.3 |
| 2116 | 2026-07-29T15:48:04.342Z | Compiling serde_with_macros v3.21.0 |
| 2117 | 2026-07-29T15:48:04.347Z | Compiling futures-executor v0.3.32 |
| 2118 | 2026-07-29T15:48:04.402Z | Compiling clap_derive v4.6.1 |
| 2119 | 2026-07-29T15:48:04.438Z | Compiling serde_repr v0.1.20 |
| 2120 | 2026-07-29T15:48:04.454Z | Compiling async-recursion v1.1.1 |
| 2121 | 2026-07-29T15:48:04.541Z | Compiling enum-as-inner v0.6.1 |
| 2122 | 2026-07-29T15:48:04.600Z | Compiling ff v0.13.1 |
| 2123 | 2026-07-29T15:48:04.615Z | Compiling vergen v9.1.0 |
| 2124 | 2026-07-29T15:48:04.692Z | Compiling cargo-platform v0.3.2 |
| 2125 | 2026-07-29T15:48:04.826Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-07-29T15:48:04.926Z | Compiling flate2 v1.1.9 |
| 2127 | 2026-07-29T15:48:04.951Z | Compiling base16ct v0.2.0 |
| 2128 | 2026-07-29T15:48:04.971Z | Compiling bumpalo v3.20.2 |
| 2129 | 2026-07-29T15:48:05.064Z | Compiling managed v0.8.0 |
| 2130 | 2026-07-29T15:48:05.084Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-07-29T15:48:05.209Z | Compiling same-file v1.0.6 |
| 2132 | 2026-07-29T15:48:05.233Z | Compiling foldhash v0.2.0 |
| 2133 | 2026-07-29T15:48:05.309Z | Compiling bitflags v1.3.2 |
| 2134 | 2026-07-29T15:48:05.369Z | Compiling libbz2-rs-sys v0.2.2 |
| 2135 | 2026-07-29T15:48:05.395Z | Compiling hashbrown v0.16.1 |
| 2136 | 2026-07-29T15:48:05.443Z | Compiling walkdir v2.5.0 |
| 2137 | 2026-07-29T15:48:05.459Z | Compiling clap_builder v4.6.0 |
| 2138 | 2026-07-29T15:48:05.592Z | Compiling zopfli v0.8.3 |
| 2139 | 2026-07-29T15:48:05.632Z | Compiling sec1 v0.7.3 |
| 2140 | 2026-07-29T15:48:05.727Z | Compiling hashbrown v0.15.5 |
| 2141 | 2026-07-29T15:48:05.907Z | Compiling bzip2 v0.6.1 |
| 2142 | 2026-07-29T15:48:05.994Z | Compiling cargo_metadata v0.23.1 |
| 2143 | 2026-07-29T15:48:06.033Z | Compiling group v0.13.0 |
| 2144 | 2026-07-29T15:48:06.159Z | Compiling futures v0.3.32 |
| 2145 | 2026-07-29T15:48:06.215Z | Compiling zstd v0.13.3 |
| 2146 | 2026-07-29T15:48:06.594Z | Compiling anstream v0.6.21 |
| 2147 | 2026-07-29T15:48:06.705Z | Compiling phf v0.13.1 |
| 2148 | 2026-07-29T15:48:06.880Z | Compiling snafu v0.8.9 |
| 2149 | 2026-07-29T15:48:07.060Z | Compiling reqwest v0.12.28 |
| 2150 | 2026-07-29T15:48:07.198Z | Compiling signal-hook-mio v0.2.5 |
| 2151 | 2026-07-29T15:48:07.216Z | Compiling daft v0.1.7 |
| 2152 | 2026-07-29T15:48:07.255Z | Compiling cipher v0.5.2 |
| 2153 | 2026-07-29T15:48:07.297Z | Compiling cookie_store v0.22.1 |
| 2154 | 2026-07-29T15:48:07.332Z | Compiling postgres-types v0.2.12 |
| 2155 | 2026-07-29T15:48:07.544Z | Compiling bzip2 v0.4.4 |
| 2156 | 2026-07-29T15:48:07.560Z | Compiling globset v0.4.18 |
| 2157 | 2026-07-29T15:48:07.640Z | Compiling ed25519 v2.2.3 |
| 2158 | 2026-07-29T15:48:07.760Z | Compiling strum v0.27.2 |
| 2159 | 2026-07-29T15:48:07.860Z | Compiling hubpack v0.1.2 |
| 2160 | 2026-07-29T15:48:07.904Z | Compiling phf_shared v0.11.3 |
| 2161 | 2026-07-29T15:48:07.951Z | Compiling hkdf v0.12.4 |
| 2162 | 2026-07-29T15:48:07.955Z | Compiling crossbeam-epoch v0.9.18 |
| 2163 | 2026-07-29T15:48:07.996Z | Compiling olpc-cjson v0.1.4 |
| 2164 | 2026-07-29T15:48:08.018Z | Compiling pkcs1 v0.7.5 |
| 2165 | 2026-07-29T15:48:08.177Z | Compiling pem v3.0.6 |
| 2166 | 2026-07-29T15:48:08.346Z | Compiling serde_plain v1.0.2 |
| 2167 | 2026-07-29T15:48:08.383Z | Compiling serde-big-array v0.5.1 |
| 2168 | 2026-07-29T15:48:08.435Z | Compiling crypto-bigint v0.5.5 |
| 2169 | 2026-07-29T15:48:08.497Z | Compiling float-cmp v0.10.0 |
| 2170 | 2026-07-29T15:48:08.544Z | Compiling memmap2 v0.9.10 |
| 2171 | 2026-07-29T15:48:08.558Z | Compiling env_filter v1.0.0 |
| 2172 | 2026-07-29T15:48:08.596Z | Compiling const-oid v0.10.2 |
| 2173 | 2026-07-29T15:48:08.724Z | Compiling predicates-core v1.0.10 |
| 2174 | 2026-07-29T15:48:08.764Z | Compiling difflib v0.4.0 |
| 2175 | 2026-07-29T15:48:08.811Z | Compiling typed-path v0.9.3 |
| 2176 | 2026-07-29T15:48:08.826Z | Compiling fixedbitset v0.5.7 |
| 2177 | 2026-07-29T15:48:08.872Z | Compiling new_debug_unreachable v1.0.6 |
| 2178 | 2026-07-29T15:48:08.905Z | Compiling toml_write v0.1.2 |
| 2179 | 2026-07-29T15:48:09.041Z | Compiling keccak v0.1.6 |
| 2180 | 2026-07-29T15:48:09.108Z | Compiling static_assertions v1.1.0 |
| 2181 | 2026-07-29T15:48:09.124Z | Compiling fixedbitset v0.4.2 |
| 2182 | 2026-07-29T15:48:09.145Z | Compiling jiff v0.2.21 |
| 2183 | 2026-07-29T15:48:09.176Z | Compiling whoami v2.1.0 |
| 2184 | 2026-07-29T15:48:09.196Z | Compiling normalize-line-endings v0.3.0 |
| 2185 | 2026-07-29T15:48:09.221Z | Compiling precomputed-hash v0.1.1 |
| 2186 | 2026-07-29T15:48:09.258Z | Compiling data-encoding v2.10.0 |
| 2187 | 2026-07-29T15:48:09.306Z | Compiling string_cache v0.8.9 |
| 2188 | 2026-07-29T15:48:09.321Z | Compiling predicates v3.1.4 |
| 2189 | 2026-07-29T15:48:09.325Z | Compiling petgraph v0.6.5 |
| 2190 | 2026-07-29T15:48:09.354Z | Compiling elliptic-curve v0.13.8 |
| 2191 | 2026-07-29T15:48:09.423Z | Compiling tokio-postgres v0.7.16 |
| 2192 | 2026-07-29T15:48:09.516Z | Compiling sha3 v0.10.8 |
| 2193 | 2026-07-29T15:48:09.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2194 | 2026-07-29T15:48:09.566Z | Compiling hickory-proto v0.25.2 |
| 2195 | 2026-07-29T15:48:09.708Z | Compiling toml_edit v0.22.27 |
| 2196 | 2026-07-29T15:48:09.789Z | Compiling chacha20 v0.10.0 |
| 2197 | 2026-07-29T15:48:09.789Z | Compiling petgraph v0.8.3 |
| 2198 | 2026-07-29T15:48:10.054Z | Compiling digest v0.11.3 |
| 2199 | 2026-07-29T15:48:10.102Z | Compiling env_logger v0.11.9 |
| 2200 | 2026-07-29T15:48:10.117Z | Compiling usdt v0.6.0 |
| 2201 | 2026-07-29T15:48:10.799Z | Compiling rsa v0.9.10 |
| 2202 | 2026-07-29T15:48:11.702Z | Compiling zip v4.6.1 |
| 2203 | 2026-07-29T15:48:11.733Z | Compiling ed25519-dalek v2.2.0 |
| 2204 | 2026-07-29T15:48:11.832Z | Compiling zip v0.6.6 |
| 2205 | 2026-07-29T15:48:12.007Z | Compiling iddqd v0.4.2 |
| 2206 | 2026-07-29T15:48:12.041Z | Compiling crossterm v0.28.1 |
| 2207 | 2026-07-29T15:48:12.343Z | Compiling clap v4.6.1 |
| 2208 | 2026-07-29T15:48:12.609Z | Compiling serde_with v3.21.0 |
| 2209 | 2026-07-29T15:48:12.625Z | Compiling similar v2.7.0 |
| 2210 | 2026-07-29T15:48:12.769Z | Compiling byte-wrapper v0.1.0 |
| 2211 | 2026-07-29T15:48:12.801Z | Compiling strum v0.26.3 |
| 2212 | 2026-07-29T15:48:12.820Z | Compiling toml v0.7.8 |
| 2213 | 2026-07-29T15:48:12.950Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-07-29T15:48:13.090Z | Compiling buf-list v1.1.2 |
| 2215 | 2026-07-29T15:48:13.181Z | Compiling x509-cert v0.2.5 |
| 2216 | 2026-07-29T15:48:13.293Z | Compiling itertools v0.13.0 |
| 2217 | 2026-07-29T15:48:13.366Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2218 | 2026-07-29T15:48:13.770Z | Compiling openapiv3 v2.2.0 |
| 2219 | 2026-07-29T15:48:14.167Z | Compiling lalrpop-util v0.19.12 |
| 2220 | 2026-07-29T15:48:14.372Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-07-29T15:48:30.874Z | Compiling rustls-webpki v0.103.13 |
| 2222 | 2026-07-29T15:48:31.039Z | Compiling macaddr v1.0.1 |
| 2223 | 2026-07-29T15:48:31.179Z | Compiling structmeta-derive v0.3.0 |
| 2224 | 2026-07-29T15:48:31.215Z | Compiling crucible-workspace-hack v0.1.0 |
| 2225 | 2026-07-29T15:48:31.334Z | Compiling rayon-core v1.13.0 |
| 2226 | 2026-07-29T15:48:31.546Z | Compiling itertools v0.15.0 |
| 2227 | 2026-07-29T15:48:31.561Z | Compiling secrecy v0.10.3 |
| 2228 | 2026-07-29T15:48:31.592Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2229 | 2026-07-29T15:48:31.651Z | Compiling heapless v0.8.0 |
| 2230 | 2026-07-29T15:48:31.752Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2231 | 2026-07-29T15:48:31.953Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2232 | 2026-07-29T15:48:31.968Z | Compiling crossbeam-deque v0.8.6 |
| 2233 | 2026-07-29T15:48:32.006Z | Compiling inout v0.1.4 |
| 2234 | 2026-07-29T15:48:32.020Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2235 | 2026-07-29T15:48:32.122Z | Compiling hash32 v0.3.1 |
| 2236 | 2026-07-29T15:48:32.186Z | Compiling multer v3.1.0 |
| 2237 | 2026-07-29T15:48:32.201Z | Compiling thread_local v1.1.9 |
| 2238 | 2026-07-29T15:48:32.204Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-29T15:48:32.204Z | Compiling structmeta v0.3.0 |
| 2240 | 2026-07-29T15:48:32.215Z | Compiling compression-core v0.4.31 |
| 2241 | 2026-07-29T15:48:32.301Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-07-29T15:48:32.301Z | Compiling smoltcp v0.11.0 |
| 2243 | 2026-07-29T15:48:32.393Z | Compiling slog-async v2.8.0 |
| 2244 | 2026-07-29T15:48:32.434Z | Compiling unicode-width v0.2.0 |
| 2245 | 2026-07-29T15:48:32.476Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-07-29T15:48:32.553Z | Compiling proc-macro-crate v3.4.0 |
| 2247 | 2026-07-29T15:48:32.628Z | Compiling compression-codecs v0.4.37 |
| 2248 | 2026-07-29T15:48:32.680Z | Compiling hostname v0.3.1 |
| 2249 | 2026-07-29T15:48:32.875Z | Compiling cipher v0.4.4 |
| 2250 | 2026-07-29T15:48:32.890Z | Compiling atomicwrites v0.4.4 |
| 2251 | 2026-07-29T15:48:32.916Z | Compiling ingot-macros v0.2.0 |
| 2252 | 2026-07-29T15:48:32.998Z | Compiling slog-json v2.6.1 |
| 2253 | 2026-07-29T15:48:33.013Z | Compiling crossbeam-channel v0.5.15 |
| 2254 | 2026-07-29T15:48:33.142Z | Compiling half v2.7.1 |
| 2255 | 2026-07-29T15:48:33.190Z | Compiling newtype-uuid-macros v0.1.0 |
| 2256 | 2026-07-29T15:48:33.277Z | Compiling cobs v0.3.0 |
| 2257 | 2026-07-29T15:48:33.295Z | Compiling universal-hash v0.5.1 |
| 2258 | 2026-07-29T15:48:33.298Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2259 | 2026-07-29T15:48:33.455Z | Compiling async-stream-impl v0.3.6 |
| 2260 | 2026-07-29T15:48:33.513Z | Compiling serde_spanned v1.1.1 |
| 2261 | 2026-07-29T15:48:33.583Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2262 | 2026-07-29T15:48:33.680Z | Compiling is-terminal v0.4.17 |
| 2263 | 2026-07-29T15:48:33.709Z | Compiling dropshot v0.17.1 |
| 2264 | 2026-07-29T15:48:33.796Z | Compiling proc-macro-error-attr v1.0.4 |
| 2265 | 2026-07-29T15:48:33.924Z | Compiling opaque-debug v0.3.1 |
| 2266 | 2026-07-29T15:48:33.928Z | Compiling take_mut v0.2.2 |
| 2267 | 2026-07-29T15:48:33.999Z | Compiling convert_case v0.4.0 |
| 2268 | 2026-07-29T15:48:34.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2269 | 2026-07-29T15:48:34.031Z | Compiling ciborium-io v0.2.2 |
| 2270 | 2026-07-29T15:48:34.034Z | Compiling term v1.2.1 |
| 2271 | 2026-07-29T15:48:34.065Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2272 | 2026-07-29T15:48:34.082Z | Compiling async-stream v0.3.6 |
| 2273 | 2026-07-29T15:48:34.168Z | Compiling ciborium-ll v0.2.2 |
| 2274 | 2026-07-29T15:48:34.296Z | Compiling tokio-rustls v0.26.4 |
| 2275 | 2026-07-29T15:48:34.296Z | Compiling rustls-platform-verifier v0.6.2 |
| 2276 | 2026-07-29T15:48:34.327Z | Compiling tough v0.22.0 |
| 2277 | 2026-07-29T15:48:34.330Z | Compiling thiserror-no-std v2.0.2 |
| 2278 | 2026-07-29T15:48:34.356Z | Compiling slog-term v2.9.2 |
| 2279 | 2026-07-29T15:48:34.443Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-07-29T15:48:34.459Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2281 | 2026-07-29T15:48:34.572Z | Compiling hyper-rustls v0.27.7 |
| 2282 | 2026-07-29T15:48:34.590Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-07-29T15:48:34.883Z | Compiling reqwest v0.13.2 |
| 2284 | 2026-07-29T15:48:35.041Z | Compiling poly1305 v0.8.0 |
| 2285 | 2026-07-29T15:48:35.334Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2286 | 2026-07-29T15:48:35.423Z | Compiling postcard v1.1.3 |
| 2287 | 2026-07-29T15:48:35.506Z | Compiling ingot-types v0.2.0 |
| 2288 | 2026-07-29T15:48:35.677Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-07-29T15:48:35.818Z | Compiling chacha20 v0.9.1 |
| 2290 | 2026-07-29T15:48:35.833Z | Compiling num_enum_derive v0.7.6 |
| 2291 | 2026-07-29T15:48:35.871Z | Compiling async-compression v0.4.41 |
| 2292 | 2026-07-29T15:48:35.904Z | Compiling parse-display-derive v0.10.0 |
| 2293 | 2026-07-29T15:48:35.982Z | Compiling ingot v0.2.1 |
| 2294 | 2026-07-29T15:48:36.089Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2295 | 2026-07-29T15:48:36.344Z | Compiling sha1 v0.11.0 |
| 2296 | 2026-07-29T15:48:36.648Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2297 | 2026-07-29T15:48:36.764Z | Compiling proc-macro-crate v1.3.1 |
| 2298 | 2026-07-29T15:48:36.885Z | Compiling waitgroup v0.1.2 |
| 2299 | 2026-07-29T15:48:36.898Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-07-29T15:48:37.067Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2301 | 2026-07-29T15:48:37.116Z | Compiling backon v1.6.0 |
| 2302 | 2026-07-29T15:48:37.201Z | Compiling rustls-pemfile v2.2.0 |
| 2303 | 2026-07-29T15:48:37.241Z | Compiling dropshot_endpoint v0.17.1 |
| 2304 | 2026-07-29T15:48:37.347Z | Compiling blake2 v0.10.6 |
| 2305 | 2026-07-29T15:48:37.375Z | Compiling aead v0.5.2 |
| 2306 | 2026-07-29T15:48:37.391Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-29T15:48:37.561Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2308 | 2026-07-29T15:48:37.597Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-29T15:48:37.710Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-29T15:48:37.848Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2311 | 2026-07-29T15:48:37.891Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-29T15:48:37.911Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-29T15:48:37.911Z | Compiling debug-ignore v1.0.5 |
| 2314 | 2026-07-29T15:48:37.983Z | Compiling foreign-types-shared v0.3.1 |
| 2315 | 2026-07-29T15:48:38.011Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2316 | 2026-07-29T15:48:38.059Z | Compiling backoff v0.4.0 |
| 2317 | 2026-07-29T15:48:38.078Z | Compiling foreign-types v0.5.0 |
| 2318 | 2026-07-29T15:48:38.083Z | Compiling argon2 v0.5.3 |
| 2319 | 2026-07-29T15:48:38.110Z | Compiling chacha20poly1305 v0.10.1 |
| 2320 | 2026-07-29T15:48:38.161Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2321 | 2026-07-29T15:48:38.161Z | Compiling parse-display v0.10.0 |
| 2322 | 2026-07-29T15:48:38.179Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2323 | 2026-07-29T15:48:38.194Z | Compiling num_enum_derive v0.5.11 |
| 2324 | 2026-07-29T15:48:38.197Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2325 | 2026-07-29T15:48:38.224Z | Compiling num_enum v0.7.6 |
| 2326 | 2026-07-29T15:48:38.302Z | Compiling vsss-rs v3.3.4 |
| 2327 | 2026-07-29T15:48:38.318Z | Compiling ciborium v0.2.2 |
| 2328 | 2026-07-29T15:48:38.518Z | Compiling tabwriter v1.4.1 |
| 2329 | 2026-07-29T15:48:38.533Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2330 | 2026-07-29T15:48:38.658Z | Compiling regress v0.10.5 |
| 2331 | 2026-07-29T15:48:38.725Z | Compiling itertools v0.14.0 |
| 2332 | 2026-07-29T15:48:38.866Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2333 | 2026-07-29T15:48:38.883Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2334 | 2026-07-29T15:48:38.902Z | Compiling cstr-argument v0.1.2 |
| 2335 | 2026-07-29T15:48:38.949Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2336 | 2026-07-29T15:48:38.982Z | Compiling humantime v2.3.0 |
| 2337 | 2026-07-29T15:48:39.049Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2338 | 2026-07-29T15:48:39.103Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-07-29T15:48:39.168Z | Compiling num_enum v0.5.11 |
| 2340 | 2026-07-29T15:48:39.186Z | Compiling rayon v1.11.0 |
| 2341 | 2026-07-29T15:48:39.206Z | Compiling rand v0.10.1 |
| 2342 | 2026-07-29T15:48:39.303Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2343 | 2026-07-29T15:48:39.318Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2344 | 2026-07-29T15:48:39.359Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-07-29T15:48:39.375Z | Compiling indent_write v2.2.0 |
| 2346 | 2026-07-29T15:48:39.432Z | Compiling colored v3.1.1 |
| 2347 | 2026-07-29T15:48:39.447Z | Compiling zone_cfg_derive v0.3.1 |
| 2348 | 2026-07-29T15:48:39.451Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2349 | 2026-07-29T15:48:39.541Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2350 | 2026-07-29T15:48:39.579Z | Compiling camino-tempfile v1.4.1 |
| 2351 | 2026-07-29T15:48:39.618Z | Compiling itertools v0.12.1 |
| 2352 | 2026-07-29T15:48:39.694Z | Compiling usdt-macro v0.5.0 |
| 2353 | 2026-07-29T15:48:39.732Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2354 | 2026-07-29T15:48:39.762Z | Compiling usdt-attr-macro v0.5.0 |
| 2355 | 2026-07-29T15:48:39.963Z | Compiling bitfield-struct v0.6.2 |
| 2356 | 2026-07-29T15:48:39.978Z | Compiling num-derive v0.4.2 |
| 2357 | 2026-07-29T15:48:40.010Z | Compiling blake3 v1.8.5 |
| 2358 | 2026-07-29T15:48:40.047Z | Compiling memmap v0.7.0 |
| 2359 | 2026-07-29T15:48:40.092Z | Compiling sigpipe v0.1.3 |
| 2360 | 2026-07-29T15:48:40.193Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2361 | 2026-07-29T15:48:40.213Z | Compiling glob v0.3.3 |
| 2362 | 2026-07-29T15:48:40.275Z | Compiling swrite v0.1.0 |
| 2363 | 2026-07-29T15:48:40.292Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2364 | 2026-07-29T15:48:40.315Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-29T15:48:40.529Z | Compiling usdt v0.5.0 |
| 2366 | 2026-07-29T15:48:40.544Z | Compiling smf v0.2.3 |
| 2367 | 2026-07-29T15:48:40.588Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-07-29T15:48:40.628Z | Compiling filetime v0.2.27 |
| 2369 | 2026-07-29T15:48:40.643Z | Compiling arrayref v0.3.9 |
| 2370 | 2026-07-29T15:48:40.733Z | Compiling constant_time_eq v0.4.2 |
| 2371 | 2026-07-29T15:48:40.850Z | Compiling whoami v1.6.1 |
| 2372 | 2026-07-29T15:48:40.865Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2373 | 2026-07-29T15:48:40.896Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2374 | 2026-07-29T15:48:40.913Z | Compiling zone v0.3.1 |
| 2375 | 2026-07-29T15:48:40.916Z | Compiling arrayvec v0.7.6 |
| 2376 | 2026-07-29T15:48:40.943Z | Compiling xattr v1.6.1 |
| 2377 | 2026-07-29T15:48:41.003Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2378 | 2026-07-29T15:48:41.098Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2379 | 2026-07-29T15:48:41.124Z | Compiling tar v0.4.46 |
| 2380 | 2026-07-29T15:48:41.179Z | Compiling tokio-dtrace v0.1.1 |
| 2381 | 2026-07-29T15:48:41.195Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2382 | 2026-07-29T15:48:41.318Z | Compiling console v0.16.2 |
| 2383 | 2026-07-29T15:48:41.333Z | Compiling gethostname v0.5.0 |
| 2384 | 2026-07-29T15:48:41.487Z | Compiling unit-prefix v0.5.2 |
| 2385 | 2026-07-29T15:48:41.527Z | Compiling topological-sort v0.2.2 |
| 2386 | 2026-07-29T15:48:41.560Z | Compiling oxide-tokio-rt v0.1.4 |
| 2387 | 2026-07-29T15:48:41.684Z | Compiling toml v0.8.23 |
| 2388 | 2026-07-29T15:48:41.687Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2389 | 2026-07-29T15:48:41.714Z | Compiling indicatif v0.18.4 |
| 2390 | 2026-07-29T15:48:41.872Z | Compiling shell-words v1.1.1 |
| 2391 | 2026-07-29T15:48:51.131Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-07-29T15:48:51.131Z | Compiling omicron-zone-package v0.12.3 |
| 2393 | 2026-07-29T15:48:51.372Z | Compiling progenitor-extras v0.2.0 |
| 2394 | 2026-07-29T15:48:51.661Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-07-29T15:48:51.797Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2396 | 2026-07-29T15:48:51.903Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2397 | 2026-07-29T15:48:51.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2398 | 2026-07-29T15:48:51.986Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2399 | 2026-07-29T15:48:52.003Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2400 | 2026-07-29T15:48:52.132Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-07-29T15:48:52.268Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-07-29T15:48:52.715Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2403 | 2026-07-29T15:48:56.523Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2404 | 2026-07-29T15:49:04.565Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-07-29T15:49:07.696Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2406 | 2026-07-29T15:49:08.705Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2407 | 2026-07-29T15:49:18.088Z | Finished `release` profile [optimized] target(s) in 1m 38s |
| 2408 | 2026-07-29T15:49:18.232Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2409 | 2026-07-29T15:49:18.291Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2410 | 2026-07-29T15:49:18.294Z | Created new build target 'test' and set it as active |
| 2411 | 2026-07-29T15:49:18.294Z | |
| 2412 | 2026-07-29T15:49:18.294Z | real 1:38.992431320 |
| 2413 | 2026-07-29T15:49:18.294Z | user 16:13.125323688 |
| 2414 | 2026-07-29T15:49:18.294Z | sys 2:31.209386576 |
| 2415 | 2026-07-29T15:49:18.294Z | trap 0.444483983 |
| 2416 | 2026-07-29T15:49:18.294Z | tflt 2.215981252 |
| 2417 | 2026-07-29T15:49:18.294Z | dflt 4.635570029 |
| 2418 | 2026-07-29T15:49:18.294Z | kflt 0.000860310 |
| 2419 | 2026-07-29T15:49:18.294Z | lock 52:13.755835387 |
| 2420 | 2026-07-29T15:49:18.294Z | slp 41:32.685249976 |
| 2421 | 2026-07-29T15:49:18.294Z | lat 41.687718587 |
| 2422 | 2026-07-29T15:49:18.295Z | stop 5:21.759957090 |
| 2423 | 2026-07-29T15:49:18.299Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2424 | 2026-07-29T15:49:19.152Z | Finished `release` profile [optimized] target(s) in 0.84s |
| 2425 | 2026-07-29T15:49:19.220Z | Running `target/release/omicron-package -t test package` |
| 2426 | 2026-07-29T15:49:19.276Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2427 | 2026-07-29T15:49:20.673Z | Compiling heck v0.5.0 |
| 2428 | 2026-07-29T15:49:20.872Z | Compiling regress v0.11.1 |
| 2429 | 2026-07-29T15:49:20.890Z | Compiling unsafe-libyaml v0.2.11 |
| 2430 | 2026-07-29T15:49:20.923Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2431 | 2026-07-29T15:49:20.952Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2432 | 2026-07-29T15:49:20.956Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-07-29T15:49:20.995Z | Compiling bytecount v0.6.9 |
| 2434 | 2026-07-29T15:49:20.999Z | Compiling atomicwrites v0.4.4 |
| 2435 | 2026-07-29T15:49:20.999Z | Compiling is-terminal v0.4.17 |
| 2436 | 2026-07-29T15:49:21.015Z | Compiling prettyplease v0.2.37 |
| 2437 | 2026-07-29T15:49:21.074Z | Compiling console v0.15.11 |
| 2438 | 2026-07-29T15:49:21.077Z | Compiling newline-converter v0.3.0 |
| 2439 | 2026-07-29T15:49:21.077Z | Compiling slog-dtrace v0.3.0 |
| 2440 | 2026-07-29T15:49:21.114Z | Compiling resolv-conf v0.7.6 |
| 2441 | 2026-07-29T15:49:21.135Z | Compiling num-rational v0.4.2 |
| 2442 | 2026-07-29T15:49:21.175Z | Compiling num-complex v0.4.6 |
| 2443 | 2026-07-29T15:49:21.197Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-07-29T15:49:21.201Z | Compiling compression-core v0.4.31 |
| 2445 | 2026-07-29T15:49:21.239Z | Compiling cancel-safe-futures v0.1.5 |
| 2446 | 2026-07-29T15:49:21.261Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2447 | 2026-07-29T15:49:21.312Z | Compiling unicode-width v0.1.14 |
| 2448 | 2026-07-29T15:49:21.392Z | Compiling match_cfg v0.1.0 |
| 2449 | 2026-07-29T15:49:21.449Z | Compiling serde_yaml v0.9.34+deprecated |
| 2450 | 2026-07-29T15:49:21.476Z | Compiling expectorate v1.2.0 |
| 2451 | 2026-07-29T15:49:21.525Z | Compiling hostname v0.3.1 |
| 2452 | 2026-07-29T15:49:21.551Z | Compiling compression-codecs v0.4.37 |
| 2453 | 2026-07-29T15:49:21.644Z | Compiling num v0.4.3 |
| 2454 | 2026-07-29T15:49:21.668Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2455 | 2026-07-29T15:49:21.691Z | Compiling multer v3.1.0 |
| 2456 | 2026-07-29T15:49:21.715Z | Compiling slog-async v2.8.0 |
| 2457 | 2026-07-29T15:49:21.719Z | Compiling crossbeam-channel v0.5.15 |
| 2458 | 2026-07-29T15:49:21.758Z | Compiling slog-json v2.6.1 |
| 2459 | 2026-07-29T15:49:21.762Z | Compiling serde_spanned v1.1.1 |
| 2460 | 2026-07-29T15:49:21.762Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2461 | 2026-07-29T15:49:21.804Z | Compiling linked-hash-map v0.5.6 |
| 2462 | 2026-07-29T15:49:21.837Z | Compiling take_mut v0.2.2 |
| 2463 | 2026-07-29T15:49:21.963Z | Compiling term v1.2.1 |
| 2464 | 2026-07-29T15:49:21.984Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2465 | 2026-07-29T15:49:21.984Z | Compiling float-ord v0.3.2 |
| 2466 | 2026-07-29T15:49:22.050Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-07-29T15:49:22.080Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2468 | 2026-07-29T15:49:22.140Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2469 | 2026-07-29T15:49:22.140Z | Compiling slog-bunyan v2.5.0 |
| 2470 | 2026-07-29T15:49:22.184Z | Compiling oxide-update-engine-types v0.1.2 |
| 2471 | 2026-07-29T15:49:22.187Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2472 | 2026-07-29T15:49:22.227Z | Compiling async-compression v0.4.41 |
| 2473 | 2026-07-29T15:49:22.324Z | Compiling slog-term v2.9.2 |
| 2474 | 2026-07-29T15:49:22.470Z | Compiling typify-impl v0.6.2 |
| 2475 | 2026-07-29T15:49:22.532Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2476 | 2026-07-29T15:49:22.596Z | Compiling async-stream v0.3.6 |
| 2477 | 2026-07-29T15:49:22.676Z | Compiling dropshot v0.17.1 |
| 2478 | 2026-07-29T15:49:22.720Z | Compiling sha1 v0.11.0 |
| 2479 | 2026-07-29T15:49:22.739Z | Compiling progenitor-client v0.14.0 |
| 2480 | 2026-07-29T15:49:22.759Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2481 | 2026-07-29T15:49:22.788Z | Compiling waitgroup v0.1.2 |
| 2482 | 2026-07-29T15:49:22.838Z | Compiling rustls-pemfile v2.2.0 |
| 2483 | 2026-07-29T15:49:22.908Z | Compiling backon v1.6.0 |
| 2484 | 2026-07-29T15:49:22.949Z | Compiling serde_path_to_error v0.1.20 |
| 2485 | 2026-07-29T15:49:22.969Z | Compiling hostname v0.4.2 |
| 2486 | 2026-07-29T15:49:22.989Z | Compiling instant v0.1.13 |
| 2487 | 2026-07-29T15:49:23.063Z | Compiling debug-ignore v1.0.5 |
| 2488 | 2026-07-29T15:49:23.066Z | Compiling minimal-lexical v0.2.1 |
| 2489 | 2026-07-29T15:49:23.118Z | Compiling linear-map v1.2.0 |
| 2490 | 2026-07-29T15:49:23.144Z | Compiling backoff v0.4.0 |
| 2491 | 2026-07-29T15:49:23.147Z | Compiling progenitor-extras v0.2.0 |
| 2492 | 2026-07-29T15:49:23.197Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2493 | 2026-07-29T15:49:23.316Z | Compiling nom v7.1.3 |
| 2494 | 2026-07-29T15:49:23.374Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2495 | 2026-07-29T15:49:23.377Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2496 | 2026-07-29T15:49:23.377Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2497 | 2026-07-29T15:49:23.436Z | Compiling parse-display v0.10.0 |
| 2498 | 2026-07-29T15:49:23.458Z | Compiling oxide-update-engine v0.1.2 |
| 2499 | 2026-07-29T15:49:23.689Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2500 | 2026-07-29T15:49:23.725Z | Compiling hickory-proto v0.24.4 |
| 2501 | 2026-07-29T15:49:24.132Z | Compiling regress v0.10.5 |
| 2502 | 2026-07-29T15:49:24.316Z | Compiling itertools v0.14.0 |
| 2503 | 2026-07-29T15:49:24.723Z | Compiling macaddr v1.0.1 |
| 2504 | 2026-07-29T15:49:24.784Z | Compiling humantime v2.3.0 |
| 2505 | 2026-07-29T15:49:24.805Z | Compiling unicode-xid v0.2.6 |
| 2506 | 2026-07-29T15:49:25.047Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2507 | 2026-07-29T15:49:25.068Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2508 | 2026-07-29T15:49:25.121Z | Compiling convert_case v0.10.0 |
| 2509 | 2026-07-29T15:49:25.273Z | Compiling owo-colors v4.3.0 |
| 2510 | 2026-07-29T15:49:25.354Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-29T15:49:25.398Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2512 | 2026-07-29T15:49:25.606Z | Compiling derive_more-impl v2.1.1 |
| 2513 | 2026-07-29T15:49:25.633Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-07-29T15:49:25.675Z | Compiling toml v0.8.23 |
| 2515 | 2026-07-29T15:49:25.950Z | Compiling typify-macro v0.6.2 |
| 2516 | 2026-07-29T15:49:26.052Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2517 | 2026-07-29T15:49:26.112Z | Compiling papergrid v0.11.0 |
| 2518 | 2026-07-29T15:49:26.216Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-29T15:49:26.262Z | Compiling tabled_derive v0.7.0 |
| 2520 | 2026-07-29T15:49:26.390Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2521 | 2026-07-29T15:49:26.775Z | Compiling derive_more v2.1.1 |
| 2522 | 2026-07-29T15:49:26.884Z | Compiling termtree v0.5.1 |
| 2523 | 2026-07-29T15:49:27.091Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-07-29T15:49:27.174Z | Compiling tabled v0.15.0 |
| 2525 | 2026-07-29T15:49:27.418Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-29T15:49:27.442Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2527 | 2026-07-29T15:49:27.601Z | Compiling typify v0.6.2 |
| 2528 | 2026-07-29T15:49:27.892Z | Compiling progenitor-impl v0.14.0 |
| 2529 | 2026-07-29T15:49:28.361Z | Compiling phf_shared v0.12.1 |
| 2530 | 2026-07-29T15:49:28.616Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-07-29T15:49:29.133Z | Compiling vte v0.14.1 |
| 2532 | 2026-07-29T15:49:29.381Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-07-29T15:49:29.802Z | Compiling chrono-tz v0.10.4 |
| 2534 | 2026-07-29T15:49:29.895Z | Compiling highway v1.3.0 |
| 2535 | 2026-07-29T15:49:30.014Z | Compiling progenitor-macro v0.14.0 |
| 2536 | 2026-07-29T15:49:30.625Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2537 | 2026-07-29T15:49:31.139Z | Compiling csv v1.4.0 |
| 2538 | 2026-07-29T15:49:31.180Z | Compiling strip-ansi-escapes v0.2.1 |
| 2539 | 2026-07-29T15:49:31.348Z | Compiling phf v0.12.1 |
| 2540 | 2026-07-29T15:49:31.461Z | Compiling const_format_proc_macros v0.2.34 |
| 2541 | 2026-07-29T15:49:31.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2542 | 2026-07-29T15:49:31.721Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-07-29T15:49:31.938Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-07-29T15:49:32.014Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2545 | 2026-07-29T15:49:32.227Z | Compiling nu-ansi-term v0.50.3 |
| 2546 | 2026-07-29T15:49:32.467Z | Compiling reedline v0.40.0 |
| 2547 | 2026-07-29T15:49:32.778Z | Compiling const_format v0.2.35 |
| 2548 | 2026-07-29T15:49:32.862Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2549 | 2026-07-29T15:49:33.199Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2550 | 2026-07-29T15:49:33.290Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2551 | 2026-07-29T15:49:33.456Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-07-29T15:49:34.117Z | Compiling progenitor v0.14.0 |
| 2553 | 2026-07-29T15:49:34.300Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2554 | 2026-07-29T15:49:34.392Z | Compiling peg v0.8.5 |
| 2555 | 2026-07-29T15:49:34.434Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2556 | 2026-07-29T15:49:34.490Z | Compiling bcs v0.1.6 |
| 2557 | 2026-07-29T15:49:34.928Z | Compiling nom v8.0.0 |
| 2558 | 2026-07-29T15:49:35.184Z | Compiling semver v0.1.20 |
| 2559 | 2026-07-29T15:49:35.470Z | Compiling rustc_version v0.1.7 |
| 2560 | 2026-07-29T15:49:35.702Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-07-29T15:49:35.936Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2562 | 2026-07-29T15:49:36.068Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2563 | 2026-07-29T15:49:36.072Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-07-29T15:49:36.193Z | Compiling smawk v0.3.2 |
| 2565 | 2026-07-29T15:49:36.231Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2566 | 2026-07-29T15:49:36.387Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2567 | 2026-07-29T15:49:36.470Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-07-29T15:49:36.564Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2569 | 2026-07-29T15:49:36.638Z | Compiling base64 v0.21.7 |
| 2570 | 2026-07-29T15:49:36.717Z | Compiling textwrap v0.16.2 |
| 2571 | 2026-07-29T15:49:36.776Z | Compiling steno v0.4.1 |
| 2572 | 2026-07-29T15:49:37.079Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2573 | 2026-07-29T15:49:37.163Z | Compiling sha1 v0.10.6 |
| 2574 | 2026-07-29T15:49:37.587Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2575 | 2026-07-29T15:49:37.654Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-07-29T15:49:37.684Z | Compiling tagptr v0.2.0 |
| 2577 | 2026-07-29T15:49:37.896Z | Compiling moka v0.12.13 |
| 2578 | 2026-07-29T15:49:37.926Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2579 | 2026-07-29T15:49:38.177Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2580 | 2026-07-29T15:49:38.276Z | Compiling tungstenite v0.21.0 |
| 2581 | 2026-07-29T15:49:38.350Z | Compiling display-error-chain v0.2.2 |
| 2582 | 2026-07-29T15:49:38.711Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2583 | 2026-07-29T15:49:38.734Z | Compiling darling_core v0.21.3 |
| 2584 | 2026-07-29T15:49:39.194Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-29T15:49:39.360Z | Compiling tokio-tungstenite v0.21.0 |
| 2586 | 2026-07-29T15:49:39.745Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2587 | 2026-07-29T15:49:40.024Z | Compiling radium v0.7.0 |
| 2588 | 2026-07-29T15:49:40.328Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-07-29T15:49:40.390Z | Compiling tap v1.0.1 |
| 2590 | 2026-07-29T15:49:40.535Z | Compiling maybe-uninit v2.0.0 |
| 2591 | 2026-07-29T15:49:40.890Z | Compiling darling_macro v0.21.3 |
| 2592 | 2026-07-29T15:49:40.948Z | Compiling wyz v0.5.1 |
| 2593 | 2026-07-29T15:49:41.285Z | Compiling vergen-lib v0.1.6 |
| 2594 | 2026-07-29T15:49:41.422Z | Compiling darling v0.21.3 |
| 2595 | 2026-07-29T15:49:41.471Z | Compiling zerocopy-derive v0.6.6 |
| 2596 | 2026-07-29T15:49:41.511Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2597 | 2026-07-29T15:49:41.535Z | Compiling funty v2.0.0 |
| 2598 | 2026-07-29T15:49:41.914Z | Compiling diesel_derives v2.3.7 |
| 2599 | 2026-07-29T15:49:42.132Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2600 | 2026-07-29T15:49:42.224Z | Compiling crc-catalog v2.4.0 |
| 2601 | 2026-07-29T15:49:42.349Z | Compiling packed_struct v0.10.1 |
| 2602 | 2026-07-29T15:49:42.506Z | Compiling crc v3.4.0 |
| 2603 | 2026-07-29T15:49:42.606Z | Compiling zerocopy v0.6.6 |
| 2604 | 2026-07-29T15:49:42.703Z | Compiling proc-macro-error2 v2.0.1 |
| 2605 | 2026-07-29T15:49:42.730Z | Compiling bitvec v1.0.1 |
| 2606 | 2026-07-29T15:49:42.785Z | Compiling dsl_auto_type v0.2.0 |
| 2607 | 2026-07-29T15:49:43.009Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2608 | 2026-07-29T15:49:43.030Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2609 | 2026-07-29T15:49:43.242Z | Compiling libscf-sys v1.2.0 |
| 2610 | 2026-07-29T15:49:43.325Z | Compiling scheduled-thread-pool v0.2.7 |
| 2611 | 2026-07-29T15:49:43.376Z | Compiling packed_struct_codegen v0.10.1 |
| 2612 | 2026-07-29T15:49:43.416Z | Compiling vergen-gitcl v1.0.8 |
| 2613 | 2026-07-29T15:49:43.641Z | Compiling bitfield-macros v0.19.4 |
| 2614 | 2026-07-29T15:49:43.891Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2615 | 2026-07-29T15:49:44.105Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-07-29T15:49:44.374Z | Compiling indexmap v1.9.3 |
| 2617 | 2026-07-29T15:49:44.396Z | Compiling glob v0.3.3 |
| 2618 | 2026-07-29T15:49:44.400Z | Compiling nodrop v0.1.14 |
| 2619 | 2026-07-29T15:49:44.525Z | Compiling maplit v1.0.2 |
| 2620 | 2026-07-29T15:49:44.549Z | Compiling crunchy v0.2.4 |
| 2621 | 2026-07-29T15:49:44.575Z | Compiling array-init v0.0.4 |
| 2622 | 2026-07-29T15:49:44.642Z | Compiling bitfield v0.19.4 |
| 2623 | 2026-07-29T15:49:44.753Z | Compiling clang-sys v1.8.1 |
| 2624 | 2026-07-29T15:49:44.871Z | Compiling dirs-next v2.0.0 |
| 2625 | 2026-07-29T15:49:44.984Z | Compiling r2d2 v0.8.10 |
| 2626 | 2026-07-29T15:49:45.003Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-07-29T15:49:45.026Z | Compiling smallvec v0.6.14 |
| 2628 | 2026-07-29T15:49:45.176Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-07-29T15:49:45.267Z | Compiling papergrid v0.17.0 |
| 2630 | 2026-07-29T15:49:45.291Z | Compiling testing_table v0.3.0 |
| 2631 | 2026-07-29T15:49:45.457Z | Compiling downcast-rs v2.0.2 |
| 2632 | 2026-07-29T15:49:45.561Z | Compiling hashbrown v0.12.3 |
| 2633 | 2026-07-29T15:49:45.585Z | Compiling tiny-keccak v2.0.2 |
| 2634 | 2026-07-29T15:49:45.706Z | Compiling serde-hex v0.1.0 |
| 2635 | 2026-07-29T15:49:45.849Z | Compiling term v0.7.0 |
| 2636 | 2026-07-29T15:49:45.975Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-07-29T15:49:46.171Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2638 | 2026-07-29T15:49:46.194Z | Compiling ron v0.8.1 |
| 2639 | 2026-07-29T15:49:46.220Z | Compiling hashbrown v0.13.2 |
| 2640 | 2026-07-29T15:49:46.224Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2641 | 2026-07-29T15:49:46.333Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-07-29T15:49:46.559Z | Compiling tabled v0.20.0 |
| 2643 | 2026-07-29T15:49:46.668Z | Compiling bit-vec v0.6.3 |
| 2644 | 2026-07-29T15:49:46.833Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2645 | 2026-07-29T15:49:46.900Z | Compiling crc-any v2.5.0 |
| 2646 | 2026-07-29T15:49:47.308Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-07-29T15:49:47.648Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2648 | 2026-07-29T15:49:47.683Z | Compiling bit-set v0.5.3 |
| 2649 | 2026-07-29T15:49:47.869Z | Compiling object v0.30.4 |
| 2650 | 2026-07-29T15:49:47.988Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2651 | 2026-07-29T15:49:48.329Z | Compiling ascii-canvas v3.0.0 |
| 2652 | 2026-07-29T15:49:48.584Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-07-29T15:49:48.587Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2654 | 2026-07-29T15:49:48.604Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-07-29T15:49:48.825Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-07-29T15:49:48.868Z | Compiling itertools v0.10.5 |
| 2657 | 2026-07-29T15:49:49.004Z | Compiling ena v0.14.4 |
| 2658 | 2026-07-29T15:49:49.144Z | Compiling libloading v0.8.9 |
| 2659 | 2026-07-29T15:49:49.246Z | Compiling unicase v2.9.0 |
| 2660 | 2026-07-29T15:49:49.372Z | Compiling diff v0.1.13 |
| 2661 | 2026-07-29T15:49:49.502Z | Compiling diesel v2.3.7 |
| 2662 | 2026-07-29T15:49:49.560Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-07-29T15:49:49.646Z | Compiling regex-syntax v0.6.29 |
| 2664 | 2026-07-29T15:49:49.870Z | Compiling path-slash v0.1.5 |
| 2665 | 2026-07-29T15:49:49.895Z | Compiling xshell-macros v0.2.7 |
| 2666 | 2026-07-29T15:49:50.080Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-29T15:49:50.281Z | Compiling xshell v0.2.7 |
| 2668 | 2026-07-29T15:49:50.887Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2669 | 2026-07-29T15:49:51.491Z | Compiling lalrpop v0.19.12 |
| 2670 | 2026-07-29T15:49:51.678Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-07-29T15:49:52.288Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2672 | 2026-07-29T15:49:52.463Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2673 | 2026-07-29T15:49:52.507Z | Compiling rustc-hash v2.1.1 |
| 2674 | 2026-07-29T15:49:52.629Z | Compiling crc8 v0.1.1 |
| 2675 | 2026-07-29T15:49:52.828Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2676 | 2026-07-29T15:49:52.941Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2677 | 2026-07-29T15:49:53.166Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-07-29T15:49:53.685Z | Compiling headers-core v0.3.0 |
| 2679 | 2026-07-29T15:49:53.847Z | Compiling libxml v0.3.3 |
| 2680 | 2026-07-29T15:49:53.970Z | Compiling headers v0.4.1 |
| 2681 | 2026-07-29T15:49:53.992Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-07-29T15:49:54.169Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-07-29T15:49:54.191Z | Compiling indoc v1.0.9 |
| 2684 | 2026-07-29T15:49:54.262Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2685 | 2026-07-29T15:49:54.423Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-07-29T15:49:54.612Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-07-29T15:49:54.642Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-29T15:49:54.780Z | Compiling oso-derive v0.27.3 |
| 2689 | 2026-07-29T15:49:55.281Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-07-29T15:49:55.368Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-07-29T15:49:55.564Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2692 | 2026-07-29T15:49:55.662Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-29T15:49:55.876Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-29T15:49:56.068Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-29T15:49:56.262Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-29T15:49:56.451Z | Compiling half v1.8.3 |
| 2697 | 2026-07-29T15:49:56.578Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-29T15:49:56.623Z | Compiling progenitor-impl v0.13.0 |
| 2699 | 2026-07-29T15:49:56.809Z | Compiling serde_cbor v0.11.2 |
| 2700 | 2026-07-29T15:49:56.834Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2701 | 2026-07-29T15:49:56.902Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-07-29T15:49:57.200Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-07-29T15:49:57.264Z | Compiling samael v0.0.19 |
| 2704 | 2026-07-29T15:49:57.293Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2705 | 2026-07-29T15:49:57.686Z | Compiling progenitor-client v0.13.0 |
| 2706 | 2026-07-29T15:49:57.791Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-29T15:49:57.812Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-07-29T15:49:58.047Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2026-07-29T15:49:58.096Z | Compiling fxhash v0.2.1 |
| 2710 | 2026-07-29T15:49:58.192Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-07-29T15:49:58.271Z | Compiling salty v0.3.0 |
| 2712 | 2026-07-29T15:49:58.687Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2713 | 2026-07-29T15:49:58.775Z | Compiling progenitor-macro v0.13.0 |
| 2714 | 2026-07-29T15:49:58.826Z | Compiling polar-core v0.27.3 |
| 2715 | 2026-07-29T15:49:58.873Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2716 | 2026-07-29T15:49:59.292Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2717 | 2026-07-29T15:49:59.339Z | Compiling kstat-rs v0.2.4 |
| 2718 | 2026-07-29T15:49:59.449Z | Compiling arc-swap v1.8.2 |
| 2719 | 2026-07-29T15:49:59.771Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2720 | 2026-07-29T15:49:59.847Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-07-29T15:50:00.304Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2722 | 2026-07-29T15:50:00.350Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-07-29T15:50:00.604Z | Compiling slog-scope v4.4.1 |
| 2724 | 2026-07-29T15:50:00.875Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2725 | 2026-07-29T15:50:00.896Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2726 | 2026-07-29T15:50:01.931Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2727 | 2026-07-29T15:50:02.274Z | Compiling rfc6979 v0.4.0 |
| 2728 | 2026-07-29T15:50:02.473Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2729 | 2026-07-29T15:50:02.494Z | Compiling nanorand v0.7.0 |
| 2730 | 2026-07-29T15:50:02.859Z | Compiling progenitor v0.13.0 |
| 2731 | 2026-07-29T15:50:02.877Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2732 | 2026-07-29T15:50:02.911Z | Compiling parking_lot_core v0.8.6 |
| 2733 | 2026-07-29T15:50:03.049Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2734 | 2026-07-29T15:50:03.211Z | Compiling flume v0.11.1 |
| 2735 | 2026-07-29T15:50:03.640Z | Compiling ecdsa v0.16.9 |
| 2736 | 2026-07-29T15:50:04.268Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-07-29T15:50:04.354Z | Compiling slog-stdlog v4.1.1 |
| 2738 | 2026-07-29T15:50:04.871Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2739 | 2026-07-29T15:50:04.891Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2740 | 2026-07-29T15:50:04.944Z | Compiling primeorder v0.13.6 |
| 2741 | 2026-07-29T15:50:05.259Z | Compiling git-stub v1.0.0 |
| 2742 | 2026-07-29T15:50:05.330Z | Compiling atty v0.2.14 |
| 2743 | 2026-07-29T15:50:05.478Z | Compiling parse-size v1.1.0 |
| 2744 | 2026-07-29T15:50:05.523Z | Compiling http-range v0.1.5 |
| 2745 | 2026-07-29T15:50:05.698Z | Compiling strsim v0.10.0 |
| 2746 | 2026-07-29T15:50:05.865Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2747 | 2026-07-29T15:50:06.000Z | Compiling instability v0.3.11 |
| 2748 | 2026-07-29T15:50:06.091Z | Compiling darling_core v0.13.4 |
| 2749 | 2026-07-29T15:50:06.141Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2750 | 2026-07-29T15:50:06.251Z | Compiling git-stub-vcs v0.1.0 |
| 2751 | 2026-07-29T15:50:06.614Z | Compiling p384 v0.13.1 |
| 2752 | 2026-07-29T15:50:08.796Z | Compiling oso v0.27.3 |
| 2753 | 2026-07-29T15:50:10.203Z | Compiling async-bb8-diesel v0.2.1 |
| 2754 | 2026-07-29T15:50:10.650Z | Compiling diesel-dtrace v0.5.0 |
| 2755 | 2026-07-29T15:50:10.978Z | Compiling slog-envlogger v2.2.0 |
| 2756 | 2026-07-29T15:50:11.220Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2757 | 2026-07-29T15:50:11.835Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2758 | 2026-07-29T15:50:12.083Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2759 | 2026-07-29T15:50:12.809Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2760 | 2026-07-29T15:50:13.562Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2761 | 2026-07-29T15:50:13.607Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2762 | 2026-07-29T15:50:14.301Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2763 | 2026-07-29T15:50:15.303Z | Compiling ignore v0.4.25 |
| 2764 | 2026-07-29T15:50:15.456Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-07-29T15:50:15.671Z | Compiling castaway v0.2.4 |
| 2766 | 2026-07-29T15:50:15.836Z | Compiling vergen-git2 v9.1.0 |
| 2767 | 2026-07-29T15:50:16.063Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2768 | 2026-07-29T15:50:16.338Z | Compiling indoc v2.0.7 |
| 2769 | 2026-07-29T15:50:16.889Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-07-29T15:50:17.006Z | Compiling globwalk v0.9.1 |
| 2771 | 2026-07-29T15:50:17.470Z | Compiling compact_str v0.8.1 |
| 2772 | 2026-07-29T15:50:17.649Z | Compiling parking_lot v0.11.2 |
| 2773 | 2026-07-29T15:50:18.447Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2774 | 2026-07-29T15:50:18.551Z | Compiling hyper-staticfile v0.10.1 |
| 2775 | 2026-07-29T15:50:18.572Z | Compiling darling_macro v0.13.4 |
| 2776 | 2026-07-29T15:50:18.575Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2777 | 2026-07-29T15:50:19.095Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2778 | 2026-07-29T15:50:19.131Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2779 | 2026-07-29T15:50:19.362Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2780 | 2026-07-29T15:50:19.665Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2781 | 2026-07-29T15:50:19.724Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2782 | 2026-07-29T15:50:19.810Z | Compiling predicates-tree v1.0.13 |
| 2783 | 2026-07-29T15:50:19.913Z | Compiling unicode-truncate v1.1.0 |
| 2784 | 2026-07-29T15:50:20.057Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-07-29T15:50:20.121Z | Compiling lru v0.12.5 |
| 2786 | 2026-07-29T15:50:20.145Z | Compiling prefix-trie v0.7.0 |
| 2787 | 2026-07-29T15:50:20.227Z | Compiling rand_seeder v0.4.0 |
| 2788 | 2026-07-29T15:50:20.250Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-29T15:50:20.273Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2790 | 2026-07-29T15:50:20.336Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2791 | 2026-07-29T15:50:20.475Z | Compiling cassowary v0.3.0 |
| 2792 | 2026-07-29T15:50:20.525Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-07-29T15:50:20.592Z | Compiling hickory-server v0.25.2 |
| 2794 | 2026-07-29T15:50:20.653Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-07-29T15:50:20.709Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-07-29T15:50:20.764Z | Compiling ratatui v0.29.0 |
| 2797 | 2026-07-29T15:50:20.903Z | Compiling camino-tempfile-ext v0.3.3 |
| 2798 | 2026-07-29T15:50:21.049Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-07-29T15:50:21.371Z | Compiling darling v0.13.4 |
| 2800 | 2026-07-29T15:50:21.528Z | Compiling sled v0.34.7 |
| 2801 | 2026-07-29T15:50:21.556Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2802 | 2026-07-29T15:50:21.840Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-07-29T15:50:22.021Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-07-29T15:50:22.274Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2805 | 2026-07-29T15:50:22.680Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2806 | 2026-07-29T15:50:23.530Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2807 | 2026-07-29T15:50:23.872Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-07-29T15:50:24.091Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2809 | 2026-07-29T15:50:24.303Z | Compiling secrecy v0.8.0 |
| 2810 | 2026-07-29T15:50:24.494Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2811 | 2026-07-29T15:50:25.167Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2812 | 2026-07-29T15:50:25.625Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2813 | 2026-07-29T15:50:26.206Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2814 | 2026-07-29T15:50:26.526Z | Compiling serde_with_macros v1.5.2 |
| 2815 | 2026-07-29T15:50:26.996Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2816 | 2026-07-29T15:50:27.326Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2817 | 2026-07-29T15:50:27.346Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2818 | 2026-07-29T15:50:28.064Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-07-29T15:50:28.670Z | Compiling git2 v0.20.4 |
| 2820 | 2026-07-29T15:50:29.129Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2821 | 2026-07-29T15:50:29.278Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-07-29T15:50:29.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2823 | 2026-07-29T15:50:29.453Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-07-29T15:50:29.497Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2825 | 2026-07-29T15:50:29.577Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2826 | 2026-07-29T15:50:29.669Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2827 | 2026-07-29T15:50:29.848Z | Compiling void v1.0.2 |
| 2828 | 2026-07-29T15:50:30.002Z | Compiling lzss v0.8.2 |
| 2829 | 2026-07-29T15:50:30.152Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2830 | 2026-07-29T15:50:30.276Z | Compiling serde_with v1.14.0 |
| 2831 | 2026-07-29T15:50:31.419Z | Compiling illumos-nvpair v0.3.0 |
| 2832 | 2026-07-29T15:50:31.461Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2833 | 2026-07-29T15:50:31.720Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2834 | 2026-07-29T15:50:32.215Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2835 | 2026-07-29T15:50:33.439Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2836 | 2026-07-29T15:50:33.475Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2837 | 2026-07-29T15:50:33.755Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2838 | 2026-07-29T15:50:34.171Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2839 | 2026-07-29T15:50:34.549Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2840 | 2026-07-29T15:50:35.270Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2841 | 2026-07-29T15:50:35.403Z | Compiling tungstenite v0.23.0 |
| 2842 | 2026-07-29T15:50:35.525Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2843 | 2026-07-29T15:50:36.368Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2844 | 2026-07-29T15:50:37.467Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2845 | 2026-07-29T15:50:37.540Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2846 | 2026-07-29T15:50:37.671Z | Compiling nix v0.27.1 |
| 2847 | 2026-07-29T15:50:37.733Z | Compiling twox-hash v2.1.2 |
| 2848 | 2026-07-29T15:50:37.819Z | Compiling libsw-core v0.3.2 |
| 2849 | 2026-07-29T15:50:38.037Z | Compiling serde_bytes v0.11.19 |
| 2850 | 2026-07-29T15:50:38.270Z | Compiling libsw v3.5.0 |
| 2851 | 2026-07-29T15:50:38.336Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2852 | 2026-07-29T15:50:38.414Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2853 | 2026-07-29T15:50:38.561Z | Compiling tokio-tungstenite v0.23.1 |
| 2854 | 2026-07-29T15:50:38.833Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2855 | 2026-07-29T15:50:38.944Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2856 | 2026-07-29T15:50:39.424Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2857 | 2026-07-29T15:50:40.488Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2858 | 2026-07-29T15:50:41.771Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2859 | 2026-07-29T15:50:42.407Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2860 | 2026-07-29T15:50:42.636Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2861 | 2026-07-29T15:50:43.043Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2862 | 2026-07-29T15:50:43.335Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2863 | 2026-07-29T15:50:43.475Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2864 | 2026-07-29T15:50:43.497Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2865 | 2026-07-29T15:50:43.768Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2866 | 2026-07-29T15:50:44.068Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2867 | 2026-07-29T15:50:44.096Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2868 | 2026-07-29T15:50:44.970Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2869 | 2026-07-29T15:50:45.673Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2870 | 2026-07-29T15:50:48.066Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-07-29T15:50:48.520Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2872 | 2026-07-29T15:50:48.548Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2873 | 2026-07-29T15:50:49.419Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2874 | 2026-07-29T15:50:49.669Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2875 | 2026-07-29T15:50:50.607Z | Compiling signal-hook-tokio v0.3.1 |
| 2876 | 2026-07-29T15:50:50.801Z | Compiling fatfs v0.3.6 |
| 2877 | 2026-07-29T15:50:50.894Z | Compiling yasna v0.5.2 |
| 2878 | 2026-07-29T15:50:50.924Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2879 | 2026-07-29T15:50:51.029Z | Compiling assert_matches v1.5.0 |
| 2880 | 2026-07-29T15:50:51.137Z | Compiling is_ci v1.2.0 |
| 2881 | 2026-07-29T15:50:51.348Z | Compiling seq-macro v0.3.6 |
| 2882 | 2026-07-29T15:50:51.830Z | Compiling rcgen v0.12.1 |
| 2883 | 2026-07-29T15:50:51.859Z | Compiling supports-color v3.0.2 |
| 2884 | 2026-07-29T15:50:52.070Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2885 | 2026-07-29T15:50:52.180Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2886 | 2026-07-29T15:50:52.439Z | Compiling oxide-update-engine-display v0.1.2 |
| 2887 | 2026-07-29T15:50:52.471Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2888 | 2026-07-29T15:50:53.388Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2889 | 2026-07-29T15:50:54.628Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2890 | 2026-07-29T15:50:54.853Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2891 | 2026-07-29T15:50:55.102Z | Compiling port-file v0.1.0 |
| 2892 | 2026-07-29T15:50:55.283Z | Compiling rtoolbox v0.0.3 |
| 2893 | 2026-07-29T15:50:55.439Z | Compiling subprocess v0.2.15 |
| 2894 | 2026-07-29T15:50:55.568Z | Compiling rpassword v7.5.4 |
| 2895 | 2026-07-29T15:50:56.195Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2896 | 2026-07-29T15:50:56.317Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2897 | 2026-07-29T15:50:57.582Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2898 | 2026-07-29T15:50:57.728Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2899 | 2026-07-29T15:50:58.204Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2900 | 2026-07-29T15:50:58.753Z | Compiling tui-tree-widget v0.23.1 |
| 2901 | 2026-07-29T15:50:59.044Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2902 | 2026-07-29T15:50:59.965Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2903 | 2026-07-29T15:51:00.335Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2904 | 2026-07-29T15:51:01.415Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2905 | 2026-07-29T15:51:01.634Z | Compiling uzers v0.12.2 |
| 2906 | 2026-07-29T15:51:02.540Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2907 | 2026-07-29T15:51:02.732Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2908 | 2026-07-29T15:51:03.052Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2909 | 2026-07-29T15:51:03.742Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2910 | 2026-07-29T15:51:05.501Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2911 | 2026-07-29T15:51:07.321Z | Compiling support-bundle-viewer v0.1.2 |
| 2912 | 2026-07-29T15:51:07.577Z | Compiling multimap v0.10.1 |
| 2913 | 2026-07-29T15:51:19.006Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2914 | 2026-07-29T15:51:21.410Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2915 | 2026-07-29T15:51:28.369Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2916 | 2026-07-29T15:51:30.095Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2917 | 2026-07-29T15:51:31.905Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2918 | 2026-07-29T16:02:17.411Z | Finished `release` profile [optimized] target(s) in 12m 58s |
| 2919 | 2026-07-29T16:02:17.414Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2920 | 2026-07-29T16:02:17.414Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2921 | 2026-07-29T16:03:07.383Z | |
| 2922 | 2026-07-29T16:03:07.383Z | real 13:49.061077539 |
| 2923 | 2026-07-29T16:03:07.383Z | user 1:24:02.492450110 |
| 2924 | 2026-07-29T16:03:07.387Z | sys 3:37.851201587 |
| 2925 | 2026-07-29T16:03:07.387Z | trap 1.802369346 |
| 2926 | 2026-07-29T16:03:07.387Z | tflt 2.283510461 |
| 2927 | 2026-07-29T16:03:07.387Z | dflt 19.076357107 |
| 2928 | 2026-07-29T16:03:07.387Z | kflt 0.118141970 |
| 2929 | 2026-07-29T16:03:07.387Z | lock 10:06:51.747226023 |
| 2930 | 2026-07-29T16:03:07.388Z | slp 2:31:24.579698354 |
| 2931 | 2026-07-29T16:03:07.388Z | lat 2:37.494219239 |
| 2932 | 2026-07-29T16:03:07.388Z | stop 5:48.245259374 |
| 2933 | 2026-07-29T16:03:07.388Z | + mapfile -t packages |
| 2934 | 2026-07-29T16:03:07.388Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2935 | 2026-07-29T16:03:08.314Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2936 | 2026-07-29T16:03:08.384Z | Running `target/release/omicron-package -t test list-outputs` |
| 2937 | 2026-07-29T16:03:08.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2938 | 2026-07-29T16:03:08.448Z | + ptime -m cargo build --locked --release -p xtask |
| 2939 | 2026-07-29T16:03:08.921Z | Compiling libc v0.2.185 |
| 2940 | 2026-07-29T16:03:08.921Z | Compiling serde_core v1.0.228 |
| 2941 | 2026-07-29T16:03:08.921Z | Compiling serde v1.0.228 |
| 2942 | 2026-07-29T16:03:08.925Z | Compiling rustix v1.1.3 |
| 2943 | 2026-07-29T16:03:08.925Z | Compiling bitflags v2.11.0 |
| 2944 | 2026-07-29T16:03:08.925Z | Compiling serde_json v1.0.151 |
| 2945 | 2026-07-29T16:03:09.056Z | Compiling usdt-impl v0.5.0 |
| 2946 | 2026-07-29T16:03:09.059Z | Compiling syn v2.0.117 |
| 2947 | 2026-07-29T16:03:09.059Z | Compiling syn v1.0.109 |
| 2948 | 2026-07-29T16:03:09.125Z | Compiling log v0.4.29 |
| 2949 | 2026-07-29T16:03:09.129Z | Compiling getrandom v0.4.1 |
| 2950 | 2026-07-29T16:03:09.133Z | Compiling indexmap v2.14.0 |
| 2951 | 2026-07-29T16:03:09.146Z | Compiling fs-err v3.3.0 |
| 2952 | 2026-07-29T16:03:09.328Z | Compiling once_cell v1.21.3 |
| 2953 | 2026-07-29T16:03:09.378Z | Compiling heck v0.4.1 |
| 2954 | 2026-07-29T16:03:09.415Z | Compiling anyhow v1.0.102 |
| 2955 | 2026-07-29T16:03:09.760Z | Compiling thread-id v4.2.2 |
| 2956 | 2026-07-29T16:03:09.800Z | Compiling errno v0.3.14 |
| 2957 | 2026-07-29T16:03:09.800Z | Compiling memmap v0.7.0 |
| 2958 | 2026-07-29T16:03:10.546Z | Compiling proc-macro-error v1.0.4 |
| 2959 | 2026-07-29T16:03:10.757Z | Compiling terminal_size v0.4.3 |
| 2960 | 2026-07-29T16:03:10.757Z | Compiling tempfile v3.25.0 |
| 2961 | 2026-07-29T16:03:10.802Z | Compiling tabled_derive v0.7.0 |
| 2962 | 2026-07-29T16:03:10.856Z | Compiling clap_builder v4.6.0 |
| 2963 | 2026-07-29T16:03:10.856Z | Compiling textwrap v0.16.2 |
| 2964 | 2026-07-29T16:03:11.167Z | Compiling camino v1.2.2 |
| 2965 | 2026-07-29T16:03:11.182Z | Compiling cargo-platform v0.3.2 |
| 2966 | 2026-07-29T16:03:12.420Z | Compiling pest_generator v2.8.6 |
| 2967 | 2026-07-29T16:03:12.437Z | Compiling semver v1.0.28 |
| 2968 | 2026-07-29T16:03:12.437Z | Compiling camino-tempfile v1.4.1 |
| 2969 | 2026-07-29T16:03:12.438Z | Compiling tabled v0.15.0 |
| 2970 | 2026-07-29T16:03:12.438Z | Compiling serde_derive v1.0.228 |
| 2971 | 2026-07-29T16:03:12.438Z | Compiling thiserror-impl v1.0.69 |
| 2972 | 2026-07-29T16:03:12.438Z | Compiling zerocopy-derive v0.7.35 |
| 2973 | 2026-07-29T16:03:12.438Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-07-29T16:03:12.438Z | Compiling scroll_derive v0.12.1 |
| 2975 | 2026-07-29T16:03:12.438Z | Compiling thiserror-impl v2.0.18 |
| 2976 | 2026-07-29T16:03:12.438Z | Compiling clap_derive v4.6.1 |
| 2977 | 2026-07-29T16:03:12.473Z | Compiling scroll v0.12.0 |
| 2978 | 2026-07-29T16:03:13.451Z | Compiling zerocopy v0.7.35 |
| 2979 | 2026-07-29T16:03:13.465Z | Compiling goblin v0.8.2 |
| 2980 | 2026-07-29T16:03:13.465Z | Compiling thiserror v1.0.69 |
| 2981 | 2026-07-29T16:03:13.465Z | Compiling dtrace-parser v0.2.0 |
| 2982 | 2026-07-29T16:03:13.465Z | Compiling thiserror v2.0.18 |
| 2983 | 2026-07-29T16:03:13.465Z | Compiling clap v4.6.1 |
| 2984 | 2026-07-29T16:03:14.852Z | Compiling dof v0.3.0 |
| 2985 | 2026-07-29T16:03:14.899Z | Compiling serde_spanned v0.6.9 |
| 2986 | 2026-07-29T16:03:14.909Z | Compiling toml_datetime v0.6.11 |
| 2987 | 2026-07-29T16:03:14.942Z | Compiling serde_tokenstream v0.2.3 |
| 2988 | 2026-07-29T16:03:14.970Z | Compiling macaddr v1.0.1 |
| 2989 | 2026-07-29T16:03:15.025Z | Compiling cargo_metadata v0.23.1 |
| 2990 | 2026-07-29T16:03:15.067Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2991 | 2026-07-29T16:03:15.216Z | Compiling toml_edit v0.22.27 |
| 2992 | 2026-07-29T16:03:15.642Z | Compiling usdt-attr-macro v0.5.0 |
| 2993 | 2026-07-29T16:03:15.646Z | Compiling usdt-macro v0.5.0 |
| 2994 | 2026-07-29T16:03:16.294Z | Compiling usdt v0.5.0 |
| 2995 | 2026-07-29T16:03:16.739Z | Compiling toml v0.8.23 |
| 2996 | 2026-07-29T16:03:17.188Z | Compiling cargo_toml v0.21.0 |
| 2997 | 2026-07-29T16:03:21.612Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2998 | 2026-07-29T16:03:24.821Z | Finished `release` profile [optimized] target(s) in 16.35s |
| 2999 | 2026-07-29T16:03:24.917Z | |
| 3000 | 2026-07-29T16:03:24.917Z | real 16.433408490 |
| 3001 | 2026-07-29T16:03:24.917Z | user 2:04.967390959 |
| 3002 | 2026-07-29T16:03:24.917Z | sys 13.386279014 |
| 3003 | 2026-07-29T16:03:24.917Z | trap 0.068356915 |
| 3004 | 2026-07-29T16:03:24.922Z | tflt 0.465467016 |
| 3005 | 2026-07-29T16:03:24.922Z | dflt 1.264913758 |
| 3006 | 2026-07-29T16:03:24.922Z | kflt 0.000014820 |
| 3007 | 2026-07-29T16:03:24.922Z | lock 4:44.881484019 |
| 3008 | 2026-07-29T16:03:24.922Z | slp 2:41.639993975 |
| 3009 | 2026-07-29T16:03:24.922Z | lat 4.262163856 |
| 3010 | 2026-07-29T16:03:24.922Z | stop 16.094070835 |
| 3011 | 2026-07-29T16:03:24.922Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3012 | 2026-07-29T16:03:24.922Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3013 | 2026-07-29T16:03:24.923Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3014 | 2026-07-29T16:03:24.923Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3015 | 2026-07-29T16:03:24.923Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3016 | 2026-07-29T16:03:25.844Z | Compiling progenitor-client v0.14.0 |
| 3017 | 2026-07-29T16:03:25.844Z | Compiling newtype-uuid-macros v0.1.0 |
| 3018 | 2026-07-29T16:03:25.844Z | Compiling match_cfg v0.1.0 |
| 3019 | 2026-07-29T16:03:25.848Z | Compiling slog-json v2.6.1 |
| 3020 | 2026-07-29T16:03:25.848Z | Compiling structmeta-derive v0.3.0 |
| 3021 | 2026-07-29T16:03:25.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3022 | 2026-07-29T16:03:25.848Z | Compiling sha1 v0.11.0 |
| 3023 | 2026-07-29T16:03:25.848Z | Compiling multer v3.1.0 |
| 3024 | 2026-07-29T16:03:25.989Z | Compiling compression-core v0.4.31 |
| 3025 | 2026-07-29T16:03:25.993Z | Compiling debug-ignore v1.0.5 |
| 3026 | 2026-07-29T16:03:25.993Z | Compiling async-stream-impl v0.3.6 |
| 3027 | 2026-07-29T16:03:25.993Z | Compiling serde_spanned v1.1.1 |
| 3028 | 2026-07-29T16:03:25.993Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3029 | 2026-07-29T16:03:26.003Z | Compiling dropshot v0.17.1 |
| 3030 | 2026-07-29T16:03:26.020Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3031 | 2026-07-29T16:03:26.025Z | Compiling waitgroup v0.1.2 |
| 3032 | 2026-07-29T16:03:26.206Z | Compiling rustls-pemfile v2.2.0 |
| 3033 | 2026-07-29T16:03:26.255Z | Compiling dropshot_endpoint v0.17.1 |
| 3034 | 2026-07-29T16:03:26.307Z | Compiling compression-codecs v0.4.37 |
| 3035 | 2026-07-29T16:03:26.324Z | Compiling hostname v0.3.1 |
| 3036 | 2026-07-29T16:03:26.328Z | Compiling hostname v0.4.2 |
| 3037 | 2026-07-29T16:03:26.345Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3038 | 2026-07-29T16:03:26.381Z | Compiling serde_path_to_error v0.1.20 |
| 3039 | 2026-07-29T16:03:26.456Z | Compiling slog-bunyan v2.5.0 |
| 3040 | 2026-07-29T16:03:26.460Z | Compiling atomicwrites v0.4.4 |
| 3041 | 2026-07-29T16:03:26.502Z | Compiling async-compression v0.4.41 |
| 3042 | 2026-07-29T16:03:26.508Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3043 | 2026-07-29T16:03:26.528Z | Compiling macaddr v1.0.1 |
| 3044 | 2026-07-29T16:03:26.578Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3045 | 2026-07-29T16:03:26.582Z | Compiling instant v0.1.13 |
| 3046 | 2026-07-29T16:03:26.583Z | Compiling itertools v0.14.0 |
| 3047 | 2026-07-29T16:03:26.636Z | Compiling regress v0.10.5 |
| 3048 | 2026-07-29T16:03:26.659Z | Compiling backon v1.6.0 |
| 3049 | 2026-07-29T16:03:26.682Z | Compiling async-stream v0.3.6 |
| 3050 | 2026-07-29T16:03:26.700Z | Compiling backoff v0.4.0 |
| 3051 | 2026-07-29T16:03:26.724Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-07-29T16:03:26.739Z | Compiling humantime v2.3.0 |
| 3053 | 2026-07-29T16:03:26.755Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3054 | 2026-07-29T16:03:26.755Z | Compiling regress v0.11.1 |
| 3055 | 2026-07-29T16:03:26.790Z | Compiling half v2.7.1 |
| 3056 | 2026-07-29T16:03:26.835Z | Compiling progenitor-extras v0.2.0 |
| 3057 | 2026-07-29T16:03:26.879Z | Compiling crucible-workspace-hack v0.1.0 |
| 3058 | 2026-07-29T16:03:26.882Z | Compiling ciborium-io v0.2.2 |
| 3059 | 2026-07-29T16:03:26.929Z | Compiling convert_case v0.4.0 |
| 3060 | 2026-07-29T16:03:26.963Z | Compiling secrecy v0.10.3 |
| 3061 | 2026-07-29T16:03:27.025Z | Compiling unsafe-libyaml v0.2.11 |
| 3062 | 2026-07-29T16:03:27.042Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3063 | 2026-07-29T16:03:27.048Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3064 | 2026-07-29T16:03:27.111Z | Compiling ciborium-ll v0.2.2 |
| 3065 | 2026-07-29T16:03:27.130Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3066 | 2026-07-29T16:03:27.166Z | Compiling inout v0.1.4 |
| 3067 | 2026-07-29T16:03:27.183Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3068 | 2026-07-29T16:03:27.204Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3069 | 2026-07-29T16:03:27.238Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3070 | 2026-07-29T16:03:27.307Z | Compiling structmeta v0.3.0 |
| 3071 | 2026-07-29T16:03:27.324Z | Compiling derive_more v0.99.20 |
| 3072 | 2026-07-29T16:03:27.347Z | Compiling ciborium v0.2.2 |
| 3073 | 2026-07-29T16:03:27.364Z | Compiling cipher v0.4.4 |
| 3074 | 2026-07-29T16:03:27.444Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3075 | 2026-07-29T16:03:27.462Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3076 | 2026-07-29T16:03:27.478Z | Compiling universal-hash v0.5.1 |
| 3077 | 2026-07-29T16:03:27.492Z | Compiling opaque-debug v0.3.1 |
| 3078 | 2026-07-29T16:03:27.492Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3079 | 2026-07-29T16:03:27.548Z | Compiling derive-ex v0.1.8 |
| 3080 | 2026-07-29T16:03:27.582Z | Compiling parse-display-derive v0.10.0 |
| 3081 | 2026-07-29T16:03:27.629Z | Compiling serde_yaml v0.9.34+deprecated |
| 3082 | 2026-07-29T16:03:27.648Z | Compiling poly1305 v0.8.0 |
| 3083 | 2026-07-29T16:03:27.669Z | Compiling chacha20 v0.9.1 |
| 3084 | 2026-07-29T16:03:27.806Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3085 | 2026-07-29T16:03:27.929Z | Compiling blake2 v0.10.6 |
| 3086 | 2026-07-29T16:03:27.946Z | Compiling aead v0.5.2 |
| 3087 | 2026-07-29T16:03:27.965Z | Compiling password-hash v0.5.0 |
| 3088 | 2026-07-29T16:03:27.965Z | Compiling indent_write v2.2.0 |
| 3089 | 2026-07-29T16:03:28.145Z | Compiling proc-macro-crate v3.4.0 |
| 3090 | 2026-07-29T16:03:28.175Z | Compiling chacha20poly1305 v0.10.1 |
| 3091 | 2026-07-29T16:03:28.355Z | Compiling typify-impl v0.6.2 |
| 3092 | 2026-07-29T16:03:28.404Z | Compiling argon2 v0.5.3 |
| 3093 | 2026-07-29T16:03:28.420Z | Compiling itertools v0.15.0 |
| 3094 | 2026-07-29T16:03:28.499Z | Compiling heapless v0.8.0 |
| 3095 | 2026-07-29T16:03:28.535Z | Compiling tabwriter v1.4.1 |
| 3096 | 2026-07-29T16:03:28.701Z | Compiling thiserror-no-std v2.0.2 |
| 3097 | 2026-07-29T16:03:28.718Z | Compiling num_enum_derive v0.7.6 |
| 3098 | 2026-07-29T16:03:28.780Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3099 | 2026-07-29T16:03:28.817Z | Compiling vsss-rs v3.3.4 |
| 3100 | 2026-07-29T16:03:29.030Z | Compiling hash32 v0.3.1 |
| 3101 | 2026-07-29T16:03:29.071Z | Compiling num-derive v0.4.2 |
| 3102 | 2026-07-29T16:03:29.113Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3103 | 2026-07-29T16:03:29.227Z | Compiling smoltcp v0.11.0 |
| 3104 | 2026-07-29T16:03:29.270Z | Compiling test-strategy v0.4.5 |
| 3105 | 2026-07-29T16:03:29.365Z | Compiling parse-display v0.10.0 |
| 3106 | 2026-07-29T16:03:29.605Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3107 | 2026-07-29T16:03:29.641Z | Compiling cobs v0.3.0 |
| 3108 | 2026-07-29T16:03:29.662Z | Compiling colored v3.1.1 |
| 3109 | 2026-07-29T16:03:29.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3110 | 2026-07-29T16:03:29.730Z | Compiling proc-macro-error v1.0.4 |
| 3111 | 2026-07-29T16:03:29.771Z | Compiling ingot-macros v0.2.0 |
| 3112 | 2026-07-29T16:03:29.788Z | Compiling proc-macro-crate v1.3.1 |
| 3113 | 2026-07-29T16:03:29.843Z | Compiling num_enum v0.7.6 |
| 3114 | 2026-07-29T16:03:29.866Z | Compiling postcard v1.1.3 |
| 3115 | 2026-07-29T16:03:29.927Z | Compiling rand v0.10.1 |
| 3116 | 2026-07-29T16:03:29.966Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3117 | 2026-07-29T16:03:29.998Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3118 | 2026-07-29T16:03:30.043Z | Compiling foreign-types-macros v0.2.3 |
| 3119 | 2026-07-29T16:03:30.060Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3120 | 2026-07-29T16:03:30.064Z | Compiling foreign-types-shared v0.3.1 |
| 3121 | 2026-07-29T16:03:30.095Z | Compiling rayon-core v1.13.0 |
| 3122 | 2026-07-29T16:03:30.179Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3123 | 2026-07-29T16:03:30.223Z | Compiling num_enum_derive v0.5.11 |
| 3124 | 2026-07-29T16:03:30.316Z | Compiling crossbeam-deque v0.8.6 |
| 3125 | 2026-07-29T16:03:30.367Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3126 | 2026-07-29T16:03:30.371Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3127 | 2026-07-29T16:03:30.402Z | Compiling cstr-argument v0.1.2 |
| 3128 | 2026-07-29T16:03:30.421Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3129 | 2026-07-29T16:03:30.472Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3130 | 2026-07-29T16:03:30.585Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3131 | 2026-07-29T16:03:30.666Z | Compiling cpubits v0.1.1 |
| 3132 | 2026-07-29T16:03:30.686Z | Compiling foreign-types v0.5.0 |
| 3133 | 2026-07-29T16:03:30.704Z | Compiling zone_cfg_derive v0.3.1 |
| 3134 | 2026-07-29T16:03:30.765Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3135 | 2026-07-29T16:03:30.785Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3136 | 2026-07-29T16:03:30.788Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3137 | 2026-07-29T16:03:30.821Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3138 | 2026-07-29T16:03:30.855Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3139 | 2026-07-29T16:03:30.892Z | Compiling itertools v0.12.1 |
| 3140 | 2026-07-29T16:03:30.934Z | Compiling sigpipe v0.1.3 |
| 3141 | 2026-07-29T16:03:30.953Z | Compiling glob v0.3.3 |
| 3142 | 2026-07-29T16:03:31.033Z | Compiling rayon v1.11.0 |
| 3143 | 2026-07-29T16:03:31.046Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3144 | 2026-07-29T16:03:31.050Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3145 | 2026-07-29T16:03:31.111Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3146 | 2026-07-29T16:03:31.255Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3147 | 2026-07-29T16:03:31.297Z | Compiling smf v0.2.3 |
| 3148 | 2026-07-29T16:03:31.323Z | Compiling whoami v1.6.1 |
| 3149 | 2026-07-29T16:03:31.344Z | Compiling num_enum v0.5.11 |
| 3150 | 2026-07-29T16:03:31.362Z | Compiling usdt-attr-macro v0.5.0 |
| 3151 | 2026-07-29T16:03:31.410Z | Compiling gethostname v0.5.0 |
| 3152 | 2026-07-29T16:03:31.431Z | Compiling usdt-macro v0.5.0 |
| 3153 | 2026-07-29T16:03:31.487Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3154 | 2026-07-29T16:03:31.516Z | Compiling num-rational v0.4.2 |
| 3155 | 2026-07-29T16:03:31.551Z | Compiling pem-rfc7468 v1.0.0 |
| 3156 | 2026-07-29T16:03:31.643Z | Compiling num-complex v0.4.6 |
| 3157 | 2026-07-29T16:03:31.679Z | Compiling derive-where v1.6.0 |
| 3158 | 2026-07-29T16:03:31.843Z | Compiling memmap v0.7.0 |
| 3159 | 2026-07-29T16:03:31.884Z | Compiling float-ord v0.3.2 |
| 3160 | 2026-07-29T16:03:32.089Z | Compiling zone v0.3.1 |
| 3161 | 2026-07-29T16:03:32.109Z | Compiling num v0.4.3 |
| 3162 | 2026-07-29T16:03:32.124Z | Compiling toml v0.8.23 |
| 3163 | 2026-07-29T16:03:32.141Z | Compiling hmac v0.13.0 |
| 3164 | 2026-07-29T16:03:32.172Z | Compiling universal-hash v0.6.1 |
| 3165 | 2026-07-29T16:03:32.194Z | Compiling resolv-conf v0.7.6 |
| 3166 | 2026-07-29T16:03:32.211Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3167 | 2026-07-29T16:03:32.275Z | Compiling cancel-safe-futures v0.1.5 |
| 3168 | 2026-07-29T16:03:32.279Z | Compiling usdt v0.5.0 |
| 3169 | 2026-07-29T16:03:32.335Z | Compiling polyval v0.7.1 |
| 3170 | 2026-07-29T16:03:32.357Z | Compiling der v0.8.0 |
| 3171 | 2026-07-29T16:03:32.375Z | Compiling prettyplease v0.2.37 |
| 3172 | 2026-07-29T16:03:32.564Z | Compiling ghash v0.6.0 |
| 3173 | 2026-07-29T16:03:32.603Z | Compiling pbkdf2 v0.13.0 |
| 3174 | 2026-07-29T16:03:32.621Z | Compiling crypto-bigint v0.7.5 |
| 3175 | 2026-07-29T16:03:32.655Z | Compiling aes v0.9.1 |
| 3176 | 2026-07-29T16:03:32.673Z | Compiling console v0.15.11 |
| 3177 | 2026-07-29T16:03:32.723Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3178 | 2026-07-29T16:03:32.740Z | Compiling ingot-types v0.2.0 |
| 3179 | 2026-07-29T16:03:32.760Z | Compiling hickory-proto v0.24.4 |
| 3180 | 2026-07-29T16:03:32.790Z | Compiling newline-converter v0.3.0 |
| 3181 | 2026-07-29T16:03:32.806Z | Compiling ctr v0.10.1 |
| 3182 | 2026-07-29T16:03:32.883Z | Compiling aead v0.6.1 |
| 3183 | 2026-07-29T16:03:32.902Z | Compiling sha2 v0.11.0 |
| 3184 | 2026-07-29T16:03:32.936Z | Compiling linked-hash-map v0.5.6 |
| 3185 | 2026-07-29T16:03:32.953Z | Compiling typify-macro v0.6.2 |
| 3186 | 2026-07-29T16:03:33.047Z | Compiling linear-map v1.2.0 |
| 3187 | 2026-07-29T16:03:33.077Z | Compiling libefi-sys v0.1.0 |
| 3188 | 2026-07-29T16:03:33.112Z | Compiling oxide-update-engine-types v0.1.2 |
| 3189 | 2026-07-29T16:03:33.155Z | Compiling ingot v0.2.1 |
| 3190 | 2026-07-29T16:03:33.200Z | Compiling lru-cache v0.1.2 |
| 3191 | 2026-07-29T16:03:33.264Z | Compiling aes-gcm v0.11.0 |
| 3192 | 2026-07-29T16:03:33.293Z | Compiling spki v0.8.0 |
| 3193 | 2026-07-29T16:03:33.328Z | Compiling expectorate v1.2.0 |
| 3194 | 2026-07-29T16:03:33.370Z | Compiling salsa20 v0.11.0 |
| 3195 | 2026-07-29T16:03:33.497Z | Compiling bitfield-struct v0.6.2 |
| 3196 | 2026-07-29T16:03:33.524Z | Compiling nom v8.0.0 |
| 3197 | 2026-07-29T16:03:33.541Z | Compiling semver v0.1.20 |
| 3198 | 2026-07-29T16:03:33.677Z | Compiling scrypt v0.12.0 |
| 3199 | 2026-07-29T16:03:33.765Z | Compiling rustc_version v0.1.7 |
| 3200 | 2026-07-29T16:03:33.783Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-07-29T16:03:33.801Z | Compiling cbc v0.2.1 |
| 3202 | 2026-07-29T16:03:33.867Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-07-29T16:03:33.996Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-07-29T16:03:34.013Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-07-29T16:03:34.031Z | Compiling newtype_derive v0.1.6 |
| 3206 | 2026-07-29T16:03:34.081Z | Compiling oxide-tokio-rt v0.1.4 |
| 3207 | 2026-07-29T16:03:34.114Z | Compiling pkcs5 v0.8.1 |
| 3208 | 2026-07-29T16:03:34.165Z | Compiling oxide-update-engine v0.1.2 |
| 3209 | 2026-07-29T16:03:34.207Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-07-29T16:03:34.247Z | Compiling nom v7.1.3 |
| 3211 | 2026-07-29T16:03:34.279Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-07-29T16:03:34.393Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-07-29T16:03:34.412Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2026-07-29T16:03:34.515Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-07-29T16:03:34.516Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-07-29T16:03:34.554Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3217 | 2026-07-29T16:03:34.682Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-07-29T16:03:34.702Z | Compiling unicode-xid v0.2.6 |
| 3219 | 2026-07-29T16:03:34.716Z | Compiling highway v1.3.0 |
| 3220 | 2026-07-29T16:03:34.732Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3221 | 2026-07-29T16:03:34.819Z | Compiling typify v0.6.2 |
| 3222 | 2026-07-29T16:03:34.836Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3223 | 2026-07-29T16:03:34.853Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3224 | 2026-07-29T16:03:34.898Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3225 | 2026-07-29T16:03:34.948Z | Compiling progenitor-impl v0.14.0 |
| 3226 | 2026-07-29T16:03:34.964Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3227 | 2026-07-29T16:03:34.976Z | Compiling hickory-resolver v0.24.4 |
| 3228 | 2026-07-29T16:03:35.003Z | Compiling xshell-macros v0.2.7 |
| 3229 | 2026-07-29T16:03:35.091Z | Compiling chrono-tz v0.10.4 |
| 3230 | 2026-07-29T16:03:35.113Z | Compiling csv v1.4.0 |
| 3231 | 2026-07-29T16:03:35.326Z | Compiling const_format_proc_macros v0.2.34 |
| 3232 | 2026-07-29T16:03:35.443Z | Compiling xshell v0.2.7 |
| 3233 | 2026-07-29T16:03:35.661Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3234 | 2026-07-29T16:03:35.689Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-07-29T16:03:35.894Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3236 | 2026-07-29T16:03:35.987Z | Compiling qorb v0.4.1 |
| 3237 | 2026-07-29T16:03:36.011Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3238 | 2026-07-29T16:03:36.061Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3239 | 2026-07-29T16:03:36.193Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-07-29T16:03:36.218Z | Compiling phf v0.12.1 |
| 3241 | 2026-07-29T16:03:36.400Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3242 | 2026-07-29T16:03:36.417Z | Compiling pkcs8 v0.11.0 |
| 3243 | 2026-07-29T16:03:36.499Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3244 | 2026-07-29T16:03:36.517Z | Compiling ff v0.14.0 |
| 3245 | 2026-07-29T16:03:36.683Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3246 | 2026-07-29T16:03:36.705Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-07-29T16:03:36.852Z | Compiling const_format v0.2.35 |
| 3248 | 2026-07-29T16:03:36.876Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3249 | 2026-07-29T16:03:37.068Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3250 | 2026-07-29T16:03:37.101Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3251 | 2026-07-29T16:03:37.220Z | Compiling tabled_derive v0.7.0 |
| 3252 | 2026-07-29T16:03:37.241Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3253 | 2026-07-29T16:03:37.265Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3254 | 2026-07-29T16:03:37.596Z | Compiling progenitor-macro v0.14.0 |
| 3255 | 2026-07-29T16:03:37.784Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3256 | 2026-07-29T16:03:37.805Z | Compiling bcs v0.1.6 |
| 3257 | 2026-07-29T16:03:37.853Z | Compiling termtree v0.5.1 |
| 3258 | 2026-07-29T16:03:38.037Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3259 | 2026-07-29T16:03:38.097Z | Compiling salty v0.3.0 |
| 3260 | 2026-07-29T16:03:38.159Z | Compiling tagptr v0.2.0 |
| 3261 | 2026-07-29T16:03:38.208Z | Compiling textwrap v0.16.2 |
| 3262 | 2026-07-29T16:03:38.257Z | Compiling tabled v0.15.0 |
| 3263 | 2026-07-29T16:03:38.313Z | Compiling moka v0.12.13 |
| 3264 | 2026-07-29T16:03:38.340Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3265 | 2026-07-29T16:03:38.450Z | Compiling steno v0.4.1 |
| 3266 | 2026-07-29T16:03:38.578Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3267 | 2026-07-29T16:03:38.578Z | Compiling group v0.14.0 |
| 3268 | 2026-07-29T16:03:38.684Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3269 | 2026-07-29T16:03:38.710Z | Compiling sha1 v0.10.6 |
| 3270 | 2026-07-29T16:03:38.791Z | Compiling signature v3.0.0 |
| 3271 | 2026-07-29T16:03:38.814Z | Compiling base64 v0.21.7 |
| 3272 | 2026-07-29T16:03:38.832Z | Compiling base16ct v1.0.0 |
| 3273 | 2026-07-29T16:03:38.850Z | Compiling radium v0.7.0 |
| 3274 | 2026-07-29T16:03:38.969Z | Compiling sec1 v0.8.1 |
| 3275 | 2026-07-29T16:03:39.037Z | Compiling hickory-resolver v0.25.2 |
| 3276 | 2026-07-29T16:03:39.134Z | Compiling hkdf v0.13.0 |
| 3277 | 2026-07-29T16:03:39.169Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3278 | 2026-07-29T16:03:39.172Z | Compiling rfc6979 v0.4.0 |
| 3279 | 2026-07-29T16:03:39.205Z | Compiling tap v1.0.1 |
| 3280 | 2026-07-29T16:03:39.323Z | Compiling maybe-uninit v2.0.0 |
| 3281 | 2026-07-29T16:03:39.339Z | Compiling wyz v0.5.1 |
| 3282 | 2026-07-29T16:03:39.356Z | Compiling ecdsa v0.16.9 |
| 3283 | 2026-07-29T16:03:39.361Z | Compiling elliptic-curve v0.14.1 |
| 3284 | 2026-07-29T16:03:39.558Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3285 | 2026-07-29T16:03:39.678Z | Compiling primeorder v0.13.6 |
| 3286 | 2026-07-29T16:03:39.695Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3287 | 2026-07-29T16:03:39.781Z | Compiling funty v2.0.0 |
| 3288 | 2026-07-29T16:03:39.913Z | Compiling utf-8 v0.7.6 |
| 3289 | 2026-07-29T16:03:39.950Z | Compiling parking_lot_core v0.8.6 |
| 3290 | 2026-07-29T16:03:39.972Z | Compiling packed_struct v0.10.1 |
| 3291 | 2026-07-29T16:03:40.133Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3292 | 2026-07-29T16:03:40.150Z | Compiling proc-macro-error2 v2.0.1 |
| 3293 | 2026-07-29T16:03:40.295Z | Compiling bitvec v1.0.1 |
| 3294 | 2026-07-29T16:03:40.311Z | Compiling tungstenite v0.21.0 |
| 3295 | 2026-07-29T16:03:40.375Z | Compiling p384 v0.13.1 |
| 3296 | 2026-07-29T16:03:40.494Z | Compiling wnaf v0.14.0 |
| 3297 | 2026-07-29T16:03:40.511Z | Compiling primefield v0.14.0 |
| 3298 | 2026-07-29T16:03:40.640Z | Compiling rfc6979 v0.6.0 |
| 3299 | 2026-07-29T16:03:40.714Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3300 | 2026-07-29T16:03:40.771Z | Compiling git-stub v1.0.0 |
| 3301 | 2026-07-29T16:03:40.818Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3302 | 2026-07-29T16:03:40.853Z | Compiling packed_struct_codegen v0.10.1 |
| 3303 | 2026-07-29T16:03:40.933Z | Compiling bitfield-macros v0.19.4 |
| 3304 | 2026-07-29T16:03:40.933Z | Compiling zerocopy-derive v0.6.6 |
| 3305 | 2026-07-29T16:03:40.975Z | Compiling indexmap v1.9.3 |
| 3306 | 2026-07-29T16:03:40.992Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3307 | 2026-07-29T16:03:41.070Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3308 | 2026-07-29T16:03:41.176Z | Compiling nodrop v0.1.14 |
| 3309 | 2026-07-29T16:03:41.212Z | Compiling crc-catalog v2.4.0 |
| 3310 | 2026-07-29T16:03:41.282Z | Compiling array-init v0.0.4 |
| 3311 | 2026-07-29T16:03:41.316Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3312 | 2026-07-29T16:03:41.337Z | Compiling crc v3.4.0 |
| 3313 | 2026-07-29T16:03:41.354Z | Compiling git-stub-vcs v0.1.0 |
| 3314 | 2026-07-29T16:03:41.572Z | Compiling tokio-tungstenite v0.21.0 |
| 3315 | 2026-07-29T16:03:41.612Z | Compiling ecdsa v0.17.0 |
| 3316 | 2026-07-29T16:03:41.630Z | Compiling primeorder v0.14.0 |
| 3317 | 2026-07-29T16:03:41.658Z | Compiling tabled_derive v0.11.0 |
| 3318 | 2026-07-29T16:03:41.692Z | Compiling bitfield v0.19.4 |
| 3319 | 2026-07-29T16:03:41.711Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3320 | 2026-07-29T16:03:41.742Z | Compiling smallvec v0.6.14 |
| 3321 | 2026-07-29T16:03:41.865Z | Compiling zerocopy v0.6.6 |
| 3322 | 2026-07-29T16:03:41.925Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-07-29T16:03:41.996Z | Compiling progenitor-impl v0.13.0 |
| 3324 | 2026-07-29T16:03:42.030Z | Compiling papergrid v0.17.0 |
| 3325 | 2026-07-29T16:03:42.071Z | Compiling libscf-sys v1.2.0 |
| 3326 | 2026-07-29T16:03:42.090Z | Compiling testing_table v0.3.0 |
| 3327 | 2026-07-29T16:03:42.108Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3328 | 2026-07-29T16:03:42.162Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-07-29T16:03:42.180Z | Compiling curve25519-dalek v5.0.0 |
| 3330 | 2026-07-29T16:03:42.243Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3331 | 2026-07-29T16:03:42.282Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3332 | 2026-07-29T16:03:42.305Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3333 | 2026-07-29T16:03:42.322Z | Compiling hashbrown v0.12.3 |
| 3334 | 2026-07-29T16:03:42.484Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3335 | 2026-07-29T16:03:42.529Z | Compiling corncobs v0.1.4 |
| 3336 | 2026-07-29T16:03:42.546Z | Compiling unicase v2.9.0 |
| 3337 | 2026-07-29T16:03:42.690Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-07-29T16:03:42.744Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-07-29T16:03:42.760Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-07-29T16:03:42.763Z | Compiling progenitor v0.14.0 |
| 3341 | 2026-07-29T16:03:42.797Z | Compiling mime_guess v2.0.5 |
| 3342 | 2026-07-29T16:03:42.832Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3343 | 2026-07-29T16:03:42.931Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3344 | 2026-07-29T16:03:42.970Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3345 | 2026-07-29T16:03:42.986Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3346 | 2026-07-29T16:03:43.127Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3347 | 2026-07-29T16:03:43.185Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3348 | 2026-07-29T16:03:43.214Z | Compiling tabled v0.20.0 |
| 3349 | 2026-07-29T16:03:43.231Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3350 | 2026-07-29T16:03:43.356Z | Compiling parking_lot v0.11.2 |
| 3351 | 2026-07-29T16:03:43.390Z | Compiling serde-hex v0.1.0 |
| 3352 | 2026-07-29T16:03:43.408Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3353 | 2026-07-29T16:03:43.517Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3354 | 2026-07-29T16:03:43.654Z | Compiling ron v0.8.1 |
| 3355 | 2026-07-29T16:03:43.773Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3356 | 2026-07-29T16:03:43.776Z | Compiling ssh-encoding v0.3.0 |
| 3357 | 2026-07-29T16:03:43.776Z | Compiling hashbrown v0.13.2 |
| 3358 | 2026-07-29T16:03:43.906Z | Compiling progenitor-client v0.13.0 |
| 3359 | 2026-07-29T16:03:43.974Z | Compiling prefix-trie v0.7.0 |
| 3360 | 2026-07-29T16:03:44.163Z | Compiling fxhash v0.2.1 |
| 3361 | 2026-07-29T16:03:44.268Z | Compiling secrecy v0.8.0 |
| 3362 | 2026-07-29T16:03:44.327Z | Compiling keccak v0.2.0 |
| 3363 | 2026-07-29T16:03:44.344Z | Compiling crc-any v2.5.0 |
| 3364 | 2026-07-29T16:03:44.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3365 | 2026-07-29T16:03:44.526Z | Compiling hickory-server v0.25.2 |
| 3366 | 2026-07-29T16:03:44.604Z | Compiling sled v0.34.7 |
| 3367 | 2026-07-29T16:03:44.655Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3368 | 2026-07-29T16:03:44.669Z | Compiling object v0.30.4 |
| 3369 | 2026-07-29T16:03:44.705Z | Compiling progenitor-macro v0.13.0 |
| 3370 | 2026-07-29T16:03:44.976Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3371 | 2026-07-29T16:03:45.167Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3372 | 2026-07-29T16:03:45.517Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3373 | 2026-07-29T16:03:45.660Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3374 | 2026-07-29T16:03:45.678Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3375 | 2026-07-29T16:03:45.948Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3376 | 2026-07-29T16:03:46.215Z | Compiling ed25519 v3.0.0 |
| 3377 | 2026-07-29T16:03:46.411Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3378 | 2026-07-29T16:03:46.481Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3379 | 2026-07-29T16:03:46.585Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3380 | 2026-07-29T16:03:47.228Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3381 | 2026-07-29T16:03:47.258Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3382 | 2026-07-29T16:03:47.384Z | Compiling crypto-primes v0.7.2 |
| 3383 | 2026-07-29T16:03:47.404Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3384 | 2026-07-29T16:03:47.569Z | Compiling poly1305 v0.9.0 |
| 3385 | 2026-07-29T16:03:47.615Z | Compiling blowfish v0.10.0 |
| 3386 | 2026-07-29T16:03:47.718Z | Compiling blake2 v0.11.0-rc.6 |
| 3387 | 2026-07-29T16:03:47.827Z | Compiling path-slash v0.1.5 |
| 3388 | 2026-07-29T16:03:47.892Z | Compiling crc8 v0.1.1 |
| 3389 | 2026-07-29T16:03:47.892Z | Compiling http-range v0.1.5 |
| 3390 | 2026-07-29T16:03:47.932Z | Compiling half v1.8.3 |
| 3391 | 2026-07-29T16:03:47.990Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3392 | 2026-07-29T16:03:48.040Z | Compiling argon2 v0.6.0-rc.8 |
| 3393 | 2026-07-29T16:03:48.130Z | Compiling ssh-cipher v0.3.0 |
| 3394 | 2026-07-29T16:03:48.203Z | Compiling serde_cbor v0.11.2 |
| 3395 | 2026-07-29T16:03:48.235Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3396 | 2026-07-29T16:03:48.275Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3397 | 2026-07-29T16:03:48.367Z | Compiling rsa v0.10.0-rc.18 |
| 3398 | 2026-07-29T16:03:48.384Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3399 | 2026-07-29T16:03:48.403Z | Compiling ed25519-dalek v3.0.0 |
| 3400 | 2026-07-29T16:03:48.613Z | Compiling illumos-nvpair v0.3.0 |
| 3401 | 2026-07-29T16:03:48.853Z | Compiling sha3 v0.11.0 |
| 3402 | 2026-07-29T16:03:48.889Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3403 | 2026-07-29T16:03:48.956Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3404 | 2026-07-29T16:03:49.072Z | Compiling p521 v0.14.0 |
| 3405 | 2026-07-29T16:03:49.126Z | Compiling p256 v0.14.0 |
| 3406 | 2026-07-29T16:03:49.153Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3407 | 2026-07-29T16:03:49.170Z | Compiling p384 v0.14.0 |
| 3408 | 2026-07-29T16:03:49.343Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-07-29T16:03:49.361Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3410 | 2026-07-29T16:03:49.393Z | Compiling yasna v0.5.2 |
| 3411 | 2026-07-29T16:03:49.470Z | Compiling kstat-rs v0.2.4 |
| 3412 | 2026-07-29T16:03:49.487Z | Compiling headers-core v0.3.0 |
| 3413 | 2026-07-29T16:03:49.630Z | Compiling kem v0.3.0 |
| 3414 | 2026-07-29T16:03:49.785Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3415 | 2026-07-29T16:03:49.785Z | Compiling module-lattice v0.2.3 |
| 3416 | 2026-07-29T16:03:49.817Z | Compiling progenitor v0.13.0 |
| 3417 | 2026-07-29T16:03:49.836Z | Compiling nanorand v0.7.0 |
| 3418 | 2026-07-29T16:03:49.881Z | Compiling atty v0.2.14 |
| 3419 | 2026-07-29T16:03:49.998Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3420 | 2026-07-29T16:03:50.017Z | Compiling sponge-cursor v0.1.0 |
| 3421 | 2026-07-29T16:03:50.058Z | Compiling flume v0.11.1 |
| 3422 | 2026-07-29T16:03:50.081Z | Compiling ml-kem v0.3.2 |
| 3423 | 2026-07-29T16:03:50.124Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3424 | 2026-07-29T16:03:50.145Z | Compiling rcgen v0.12.1 |
| 3425 | 2026-07-29T16:03:50.161Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3426 | 2026-07-29T16:03:50.180Z | Compiling sha3 v0.12.0 |
| 3427 | 2026-07-29T16:03:50.243Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3428 | 2026-07-29T16:03:50.391Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3429 | 2026-07-29T16:03:50.584Z | Compiling headers v0.4.1 |
| 3430 | 2026-07-29T16:03:50.780Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3431 | 2026-07-29T16:03:51.020Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-07-29T16:03:51.066Z | Compiling hyper-staticfile v0.10.1 |
| 3433 | 2026-07-29T16:03:51.219Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3434 | 2026-07-29T16:03:51.244Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3435 | 2026-07-29T16:03:51.354Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3436 | 2026-07-29T16:03:51.371Z | Compiling russh-cryptovec v0.62.0 |
| 3437 | 2026-07-29T16:03:51.547Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3438 | 2026-07-29T16:03:51.614Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3439 | 2026-07-29T16:03:51.614Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3440 | 2026-07-29T16:03:51.651Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3441 | 2026-07-29T16:03:51.664Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3442 | 2026-07-29T16:03:51.847Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3443 | 2026-07-29T16:03:52.046Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3444 | 2026-07-29T16:03:52.063Z | Compiling port-file v0.1.0 |
| 3445 | 2026-07-29T16:03:52.341Z | Compiling ssh-key v0.7.0-rc.11 |
| 3446 | 2026-07-29T16:03:52.417Z | Compiling num-bigint v0.4.6 |
| 3447 | 2026-07-29T16:03:52.434Z | Compiling generic-array v1.4.3 |
| 3448 | 2026-07-29T16:03:52.449Z | Compiling russh-util v0.52.0 |
| 3449 | 2026-07-29T16:03:52.517Z | Compiling enum_dispatch v0.3.13 |
| 3450 | 2026-07-29T16:03:52.633Z | Compiling delegate v0.13.5 |
| 3451 | 2026-07-29T16:03:52.785Z | Compiling subprocess v0.2.15 |
| 3452 | 2026-07-29T16:03:52.943Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-07-29T16:03:53.011Z | Compiling display-error-chain v0.2.2 |
| 3454 | 2026-07-29T16:03:53.029Z | Compiling md5 v0.8.0 |
| 3455 | 2026-07-29T16:03:53.051Z | Compiling hex-literal v1.1.0 |
| 3456 | 2026-07-29T16:03:53.200Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3457 | 2026-07-29T16:03:53.220Z | Compiling colored v2.2.0 |
| 3458 | 2026-07-29T16:03:53.326Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3459 | 2026-07-29T16:03:53.399Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3460 | 2026-07-29T16:03:53.498Z | Compiling socket2 v0.5.10 |
| 3461 | 2026-07-29T16:03:53.547Z | Compiling internet-checksum v0.2.1 |
| 3462 | 2026-07-29T16:03:53.883Z | Compiling russh v0.62.4 |
| 3463 | 2026-07-29T16:03:54.748Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3464 | 2026-07-29T16:03:55.421Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3465 | 2026-07-29T16:03:55.904Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3466 | 2026-07-29T16:03:56.887Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3467 | 2026-07-29T16:03:57.550Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3468 | 2026-07-29T16:04:06.154Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3469 | 2026-07-29T16:04:06.154Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3470 | 2026-07-29T16:04:06.154Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3471 | 2026-07-29T16:04:06.157Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3472 | 2026-07-29T16:04:07.861Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3473 | 2026-07-29T16:04:07.969Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3474 | 2026-07-29T16:04:11.917Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3475 | 2026-07-29T16:04:52.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3476 | 2026-07-29T16:04:52.541Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3477 | 2026-07-29T16:04:52.541Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3478 | 2026-07-29T16:04:52.761Z | |
| 3479 | 2026-07-29T16:04:52.761Z | real 1:27.780004477 |
| 3480 | 2026-07-29T16:04:52.761Z | user 8:34.497739951 |
| 3481 | 2026-07-29T16:04:52.761Z | sys 1:41.909617984 |
| 3482 | 2026-07-29T16:04:52.761Z | trap 0.256297919 |
| 3483 | 2026-07-29T16:04:52.764Z | tflt 0.296661125 |
| 3484 | 2026-07-29T16:04:52.764Z | dflt 1.619603396 |
| 3485 | 2026-07-29T16:04:52.764Z | kflt 0.000292350 |
| 3486 | 2026-07-29T16:04:52.764Z | lock 31:46.416181869 |
| 3487 | 2026-07-29T16:04:52.764Z | slp 19:38.263370643 |
| 3488 | 2026-07-29T16:04:52.764Z | lat 40.419669642 |
| 3489 | 2026-07-29T16:04:52.764Z | stop 3:08.531872241 |
| 3490 | 2026-07-29T16:04:52.764Z | + mkdir tests |
| 3491 | 2026-07-29T16:04:52.767Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3492 | 2026-07-29T16:04:52.767Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3493 | 2026-07-29T16:04:52.789Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-661cdddb275fefe9 tests/ |
| 3494 | 2026-07-29T16:04:52.810Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4848bf4bc9c938dd tests/ |
| 3495 | 2026-07-29T16:04:52.833Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f94685dd670e24f0 tests/ |
| 3496 | 2026-07-29T16:04:52.856Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1b41fc6bd2e2a186 tests/ |
| 3497 | 2026-07-29T16:04:53.151Z | + 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) |
| 3498 | 2026-07-29T16:04:53.154Z | + 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-4848bf4bc9c938dd tests/commtest-f94685dd670e24f0 tests/dhcp_server-661cdddb275fefe9 tests/end_to_end_tests-1b41fc6bd2e2a186 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 |
| 3499 | 2026-07-29T16:06:18.841Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3500 | 2026-07-29T16:06:18.841Z | a .github/buildomat/ci-env.sh 1K |
| 3501 | 2026-07-29T16:06:18.841Z | a out/target/test 1K |
| 3502 | 2026-07-29T16:06:18.841Z | a out/npuzone/npuzone 27402K |
| 3503 | 2026-07-29T16:06:18.841Z | a package-manifest.toml 35K |
| 3504 | 2026-07-29T16:06:18.841Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3505 | 2026-07-29T16:06:18.841Z | a target/release/omicron-package 44937K |
| 3506 | 2026-07-29T16:06:18.841Z | a target/release/xtask 11722K |
| 3507 | 2026-07-29T16:06:18.842Z | a target/debug/bootstrap 406588K |
| 3508 | 2026-07-29T16:06:18.842Z | a tests/bootstrap-4848bf4bc9c938dd 34514K |
| 3509 | 2026-07-29T16:06:18.842Z | a tests/commtest-f94685dd670e24f0 34896K |
| 3510 | 2026-07-29T16:06:18.842Z | a tests/dhcp_server-661cdddb275fefe9 34514K |
| 3511 | 2026-07-29T16:06:18.842Z | a tests/end_to_end_tests-1b41fc6bd2e2a186 469610K |
| 3512 | 2026-07-29T16:06:18.842Z | a tools/opte_version 1K |
| 3513 | 2026-07-29T16:06:18.842Z | a tools/opte_version_override 2K |
| 3514 | 2026-07-29T16:06:18.842Z | a out/clickhouse.tar.gz 316068K |
| 3515 | 2026-07-29T16:06:18.842Z | a out/clickhouse_keeper.tar.gz 302279K |
| 3516 | 2026-07-29T16:06:18.842Z | a out/clickhouse_server.tar.gz 316065K |
| 3517 | 2026-07-29T16:06:18.842Z | a out/cockroachdb.tar.gz 163273K |
| 3518 | 2026-07-29T16:06:18.842Z | a out/crucible-pantry-zone.tar.gz 39511K |
| 3519 | 2026-07-29T16:06:18.842Z | a out/crucible-utils.tar 18900K |
| 3520 | 2026-07-29T16:06:18.842Z | a out/crucible-zone.tar.gz 54207K |
| 3521 | 2026-07-29T16:06:18.842Z | a out/external-dns.tar.gz 48098K |
| 3522 | 2026-07-29T16:06:18.842Z | a out/internal-dns.tar.gz 48098K |
| 3523 | 2026-07-29T16:06:18.842Z | a out/mg-ddm-gz.tar 100917K |
| 3524 | 2026-07-29T16:06:18.842Z | a out/nexus.tar.gz 350671K |
| 3525 | 2026-07-29T16:06:18.842Z | a out/ntp.tar.gz 30676K |
| 3526 | 2026-07-29T16:06:18.842Z | a out/omicron-gateway-softnpu.tar.gz 29430K |
| 3527 | 2026-07-29T16:06:18.842Z | a out/omicron-sled-agent.tar 219625K |
| 3528 | 2026-07-29T16:06:18.842Z | a out/overlay.tar.gz 4K |
| 3529 | 2026-07-29T16:06:18.842Z | a out/oximeter.tar.gz 65007K |
| 3530 | 2026-07-29T16:06:18.842Z | a out/oxlog.tar 4005K |
| 3531 | 2026-07-29T16:06:18.842Z | a out/probe.tar.gz 3037K |
| 3532 | 2026-07-29T16:06:18.843Z | a out/propolis-server.tar.gz 34372K |
| 3533 | 2026-07-29T16:06:18.843Z | a out/pumpkind-gz.tar 26647K |
| 3534 | 2026-07-29T16:06:18.843Z | a out/switch-softnpu.tar.gz 497303K |
| 3535 | 2026-07-29T16:06:18.854Z | |
| 3536 | 2026-07-29T16:06:18.854Z | real 1:25.682148683 |
| 3537 | 2026-07-29T16:06:18.854Z | user 1:22.832468386 |
| 3538 | 2026-07-29T16:06:18.854Z | sys 4.753766765 |
| 3539 | 2026-07-29T16:06:18.855Z | trap 0.006341397 |
| 3540 | 2026-07-29T16:06:18.855Z | tflt 0.000000000 |
| 3541 | 2026-07-29T16:06:18.855Z | dflt 0.000000000 |
| 3542 | 2026-07-29T16:06:18.855Z | kflt 0.000000000 |
| 3543 | 2026-07-29T16:06:18.855Z | lock 0.000000000 |
| 3544 | 2026-07-29T16:06:18.855Z | slp 1:22.713403601 |
| 3545 | 2026-07-29T16:06:18.855Z | lat 1.053092001 |
| 3546 | 2026-07-29T16:06:18.855Z | stop 0.000265890 |
| 3547 | 2026-07-29T16:06:18.855Z | process exited: duration 1232301 ms, exit code 0 |
| |
| 3548 | 2026-07-29T16:06:18.883Z | found 1 output files |
| 3549 | 2026-07-29T16:06:18.883Z | uploading: /work/package.tar.gz (2667026004 bytes) |
| 3550 | 2026-07-29T16:06:49.918Z | uploaded: /work/package.tar.gz |