|
|
|
| 1 | 2026-08-12T23:20:15.256Z | job assigned to worker 01KZW4C7Z4CZSZ1AZJWCCDSKVZ [factory aws, i-0a2c49134e782acad] (queued for 55 s) |
| |
| 2 | 2026-08-12T23:20:22.249Z | starting task 0: "setup" |
| 3 | 2026-08-12T23:20:22.261Z | ++ uname -s |
| 4 | 2026-08-12T23:20:22.266Z | + kern=SunOS |
| 5 | 2026-08-12T23:20:22.266Z | + build_user=build |
| 6 | 2026-08-12T23:20:22.266Z | + build_uid=12345 |
| 7 | 2026-08-12T23:20:22.266Z | + work_dir=/work |
| 8 | 2026-08-12T23:20:22.266Z | + input_dir=/input |
| 9 | 2026-08-12T23:20:22.267Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-12T23:20:22.267Z | + case "$kern" in |
| 11 | 2026-08-12T23:20:22.267Z | + groupadd -g 12345 build |
| 12 | 2026-08-12T23:20:22.274Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-12T23:20:24.277Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-12T23:20:24.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-12T23:20:24.407Z | + home_fs=zfs |
| 16 | 2026-08-12T23:20:24.407Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-12T23:20:24.407Z | + mkdir -p /home/build |
| 18 | 2026-08-12T23:20:24.407Z | + chown build:build /home/build /work |
| 19 | 2026-08-12T23:20:26.358Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-12T23:20:26.361Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-08-12T23:20:26.368Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-12T23:20:26.373Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-12T23:20:26.373Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-12T23:20:26.374Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-12T23:20:26.374Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-12T23:20:26.374Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-12T23:20:26.374Z | * rust toolchain profile = "default" |
| 28 | 2026-08-12T23:20:26.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-12T23:20:26.378Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-12T23:20:26.483Z | info: downloading installer |
| 31 | 2026-08-12T23:20:28.112Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-12T23:20:28.112Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-12T23:20:28.112Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-12T23:20:28.112Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-12T23:20:28.124Z | info: profile set to default |
| 36 | 2026-08-12T23:20:28.124Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-12T23:20:28.127Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-12T23:20:28.269Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-12T23:20:28.271Z | info: downloading 6 components |
| 40 | 2026-08-12T23:20:44.852Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-12T23:20:44.852Z | |
| 42 | 2026-08-12T23:20:44.876Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-12T23:20:44.876Z | |
| 44 | 2026-08-12T23:20:44.876Z | |
| 45 | 2026-08-12T23:20:44.877Z | Rust is installed now. Great! |
| 46 | 2026-08-12T23:20:44.877Z | |
| 47 | 2026-08-12T23:20:44.877Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-12T23:20:44.877Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-12T23:20:44.877Z | |
| 50 | 2026-08-12T23:20:44.877Z | To configure your current shell, you need to source |
| 51 | 2026-08-12T23:20:44.877Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-12T23:20:44.877Z | |
| 53 | 2026-08-12T23:20:44.877Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-12T23:20:44.881Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-12T23:20:44.882Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-12T23:20:44.882Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-12T23:20:44.882Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-12T23:20:44.882Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-12T23:20:44.882Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-12T23:20:44.882Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-12T23:20:44.882Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-12T23:20:44.983Z | + rustup --version |
| 63 | 2026-08-12T23:20:44.988Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-12T23:20:44.991Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-12T23:20:45.010Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-12T23:20:45.012Z | + cargo --version |
| 67 | 2026-08-12T23:20:45.021Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-12T23:20:45.024Z | + rustc --version |
| 69 | 2026-08-12T23:20:45.042Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-12T23:20:45.045Z | process exited: duration 18677 ms, exit code 0 |
| |
| 71 | 2026-08-12T23:20:45.055Z | starting task 2: "authentication" |
| 72 | 2026-08-12T23:20:45.076Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-12T23:20:45.081Z | starting task 3: "clone repository" |
| 74 | 2026-08-12T23:20:45.086Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-12T23:20:45.088Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-12T23:20:45.122Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-12T23:21:02.965Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-12T23:21:02.965Z | + git fetch origin 8e543d40bb4593f3463c5aa33f34e8c679031e7c |
| 79 | 2026-08-12T23:21:03.325Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-12T23:21:03.325Z | * branch 8e543d40bb4593f3463c5aa33f34e8c679031e7c -> FETCH_HEAD |
| 81 | 2026-08-12T23:21:03.339Z | + [[ -n sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]] |
| 82 | 2026-08-12T23:21:03.342Z | ++ git branch --show-current |
| 83 | 2026-08-12T23:21:03.342Z | + current=main |
| 84 | 2026-08-12T23:21:03.342Z | + [[ main != sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses ]] |
| 85 | 2026-08-12T23:21:03.342Z | + git branch -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses 8e543d40bb4593f3463c5aa33f34e8c679031e7c |
| 86 | 2026-08-12T23:21:03.345Z | + git checkout -f sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses |
| 87 | 2026-08-12T23:21:03.597Z | Switched to branch 'sunshowers/spr/34n-wicket-use-a-named-field-struct-for-the-two-wicketd-addresses' |
| 88 | 2026-08-12T23:21:03.600Z | + git reset --hard 8e543d40bb4593f3463c5aa33f34e8c679031e7c |
| 89 | 2026-08-12T23:21:03.614Z | HEAD is now at 8e543d40b rebase on main |
| 90 | 2026-08-12T23:21:03.617Z | process exited: duration 18533 ms, exit code 0 |
| |
| 91 | 2026-08-12T23:21:03.623Z | starting task 4: "build" |
| 92 | 2026-08-12T23:21:03.627Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-12T23:21:03.627Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-12T23:21:03.627Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-12T23:21:03.630Z | +++ uname -s |
| 96 | 2026-08-12T23:21:03.630Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-12T23:21:03.630Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-12T23:21:03.633Z | + cargo --version |
| 99 | 2026-08-12T23:21:03.642Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-12T23:21:03.645Z | + rustc --version |
| 101 | 2026-08-12T23:21:03.664Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-12T23:21:03.668Z | + WORK=/work |
| 103 | 2026-08-12T23:21:03.668Z | + pfexec mkdir -p /work |
| 104 | 2026-08-12T23:21:03.671Z | + pfexec chown build /work |
| 105 | 2026-08-12T23:21:03.674Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-12T23:21:05.559Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-12T23:21:05.869Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-12T23:21:07.580Z | Planning: Solver setup ... Done (1.607s) |
| 109 | 2026-08-12T23:21:07.632Z | Planning: Running solver ... Done (0.052s) |
| 110 | 2026-08-12T23:21:07.670Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-12T23:21:07.680Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-12T23:21:07.698Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-12T23:21:07.711Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-12T23:21:07.714Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-12T23:21:07.880Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 116 | 2026-08-12T23:21:07.883Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-12T23:21:08.742Z | Planning: Evaluating mediators ... Done (0.861s) |
| 118 | 2026-08-12T23:21:08.744Z | Planning: Planning completed in 2.84 seconds |
| 119 | 2026-08-12T23:21:08.751Z | Packages to install: 2 |
| 120 | 2026-08-12T23:21:08.751Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-12T23:21:08.751Z | Estimated space to be consumed: 67.95 MB |
| 122 | 2026-08-12T23:21:08.751Z | Create boot environment: No |
| 123 | 2026-08-12T23:21:08.754Z | Create backup boot environment: No |
| 124 | 2026-08-12T23:21:08.754Z | Rebuild boot archive: No |
| 125 | 2026-08-12T23:21:08.754Z | |
| 126 | 2026-08-12T23:21:08.754Z | Changed packages: |
| 127 | 2026-08-12T23:21:08.754Z | helios |
| 128 | 2026-08-12T23:21:08.754Z | developer/build-essential |
| 129 | 2026-08-12T23:21:08.754Z | None -> 11-3.0 |
| 130 | 2026-08-12T23:21:08.754Z | library/libxmlsec1 |
| 131 | 2026-08-12T23:21:08.754Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-12T23:21:08.778Z | |
| 133 | 2026-08-12T23:21:08.778Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-12T23:21:08.852Z | Download: Completed 1.28 MB in 0.07 seconds (18.0M/s) |
| 135 | 2026-08-12T23:21:08.950Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-12T23:21:08.953Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-12T23:21:08.982Z | Finalize: Updating package state database ... Done (0.031s) |
| 138 | 2026-08-12T23:21:08.982Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-12T23:21:09.057Z | Finalize: Updating image state ... Done (0.074s) |
| 140 | 2026-08-12T23:21:11.691Z | Finalize: Creating fast lookup database ... Done (2.589s) |
| 141 | 2026-08-12T23:21:11.758Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-12T23:21:11.761Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-12T23:21:11.873Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-12T23:21:12.234Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-12T23:21:12.311Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-12T23:21:12.319Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-12T23:21:12.470Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-12T23:21:12.487Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-12T23:21:12.542Z | Mediators to change: 2 |
| 150 | 2026-08-12T23:21:12.542Z | Create boot environment: No |
| 151 | 2026-08-12T23:21:12.542Z | Create backup boot environment: No |
| 152 | 2026-08-12T23:21:12.570Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-12T23:21:12.571Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-12T23:21:12.596Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-12T23:21:14.515Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-12T23:21:14.577Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-12T23:21:14.580Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-12T23:21:14.690Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-12T23:21:14.972Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-12T23:21:15.076Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-12T23:21:15.080Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-12T23:21:15.233Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-12T23:21:15.237Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-12T23:21:15.256Z | Mediators to change: 1 |
| 165 | 2026-08-12T23:21:15.256Z | Create boot environment: No |
| 166 | 2026-08-12T23:21:15.256Z | Create backup boot environment: No |
| 167 | 2026-08-12T23:21:15.299Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-12T23:21:15.299Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-12T23:21:15.346Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-12T23:21:17.267Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-12T23:21:17.330Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-12T23:21:17.333Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-12T23:21:17.397Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-12T23:21:17.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-12T23:21:17.707Z | apache system 2.4 system |
| 176 | 2026-08-12T23:21:17.708Z | clang system 15 system |
| 177 | 2026-08-12T23:21:17.708Z | csh system system illumos |
| 178 | 2026-08-12T23:21:17.708Z | ctags system system illumos |
| 179 | 2026-08-12T23:21:17.708Z | file vendor vendor darwinsys |
| 180 | 2026-08-12T23:21:17.708Z | file system system illumos |
| 181 | 2026-08-12T23:21:17.708Z | gcc vendor 14 vendor |
| 182 | 2026-08-12T23:21:17.708Z | gcc system 13 system |
| 183 | 2026-08-12T23:21:17.708Z | gcc system 10 system |
| 184 | 2026-08-12T23:21:17.708Z | go system 1.25 system |
| 185 | 2026-08-12T23:21:17.708Z | llvm system 15 system |
| 186 | 2026-08-12T23:21:17.708Z | mariadb system 11.4 system |
| 187 | 2026-08-12T23:21:17.708Z | mta vendor vendor dma |
| 188 | 2026-08-12T23:21:17.708Z | openjdk system 17 system |
| 189 | 2026-08-12T23:21:17.708Z | openjdk system 11 system |
| 190 | 2026-08-12T23:21:17.708Z | openssl vendor 3 vendor |
| 191 | 2026-08-12T23:21:17.708Z | perl system 5.40 system |
| 192 | 2026-08-12T23:21:17.708Z | postgresql system 18 system |
| 193 | 2026-08-12T23:21:17.708Z | postgresql system 17 system |
| 194 | 2026-08-12T23:21:17.708Z | python vendor 3 vendor |
| 195 | 2026-08-12T23:21:17.708Z | python system 2 system |
| 196 | 2026-08-12T23:21:17.708Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-12T23:21:17.708Z | ruby system 3.4 system |
| 198 | 2026-08-12T23:21:17.708Z | ruby system 3.0 system |
| 199 | 2026-08-12T23:21:17.709Z | words vendor vendor american-english |
| 200 | 2026-08-12T23:21:17.709Z | words system system australian-english |
| 201 | 2026-08-12T23:21:17.709Z | words system system british-english |
| 202 | 2026-08-12T23:21:17.709Z | words system system canadian-english |
| 203 | 2026-08-12T23:21:17.709Z | words system system french |
| 204 | 2026-08-12T23:21:17.709Z | words system system italian |
| 205 | 2026-08-12T23:21:17.709Z | words system system ngerman |
| 206 | 2026-08-12T23:21:17.709Z | words system system ogerman |
| 207 | 2026-08-12T23:21:17.709Z | words system system spanish |
| 208 | 2026-08-12T23:21:17.960Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-12T23:21:17.960Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-12T23:21:18.396Z | FMRI IFO |
| 211 | 2026-08-12T23:21:18.396Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-12T23:21:18.396Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-12T23:21:18.396Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-12T23:21:18.396Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-12T23:21:18.396Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-12T23:21:18.396Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-12T23:21:18.396Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-12T23:21:18.397Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-12T23:21:18.397Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-12T23:21:18.701Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-12T23:21:19.014Z | Updating crates.io index |
| 222 | 2026-08-12T23:21:19.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-12T23:21:19.297Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-12T23:21:19.679Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-12T23:21:20.985Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-12T23:21:21.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-12T23:21:23.610Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-12T23:21:24.690Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-12T23:21:25.014Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-12T23:21:25.401Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-12T23:21:26.748Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-12T23:21:27.022Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-12T23:21:27.432Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-12T23:21:27.689Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-12T23:21:27.958Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-12T23:21:28.250Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-12T23:21:28.549Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-12T23:21:28.856Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-12T23:21:29.203Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-08-12T23:21:29.525Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-12T23:21:30.117Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-12T23:21:30.525Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-12T23:21:30.866Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-12T23:21:31.174Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-12T23:21:32.582Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-12T23:21:32.924Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-12T23:21:33.218Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-12T23:21:33.675Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-12T23:21:33.966Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-12T23:21:34.293Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-12T23:21:34.655Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-12T23:21:34.937Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-12T23:21:35.290Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-12T23:21:35.687Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-12T23:21:36.466Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-12T23:21:36.773Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-12T23:21:37.016Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-12T23:21:37.339Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-12T23:21:37.728Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-12T23:21:37.963Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-12T23:21:38.247Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-12T23:21:38.526Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-12T23:21:38.875Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-12T23:21:41.378Z | Downloading crates ... |
| 265 | 2026-08-12T23:21:41.469Z | Downloaded colorchoice v1.0.4 |
| 266 | 2026-08-12T23:21:41.469Z | Downloaded cpufeatures v0.2.17 |
| 267 | 2026-08-12T23:21:41.469Z | Downloaded cfg-if v1.0.4 |
| 268 | 2026-08-12T23:21:41.469Z | Downloaded anstyle v1.0.14 |
| 269 | 2026-08-12T23:21:41.469Z | Downloaded zmij v1.0.21 |
| 270 | 2026-08-12T23:21:41.471Z | Downloaded anstream v1.0.0 |
| 271 | 2026-08-12T23:21:41.471Z | Downloaded clap v4.6.1 |
| 272 | 2026-08-12T23:21:41.471Z | Downloaded usdt-attr-macro v0.5.0 |
| 273 | 2026-08-12T23:21:41.471Z | Downloaded is_terminal_polyfill v1.70.2 |
| 274 | 2026-08-12T23:21:41.471Z | Downloaded toml_write v0.1.2 |
| 275 | 2026-08-12T23:21:41.471Z | Downloaded errno v0.3.14 |
| 276 | 2026-08-12T23:21:41.471Z | Downloaded zerocopy-derive v0.7.35 |
| 277 | 2026-08-12T23:21:41.610Z | Downloaded zerocopy v0.7.35 |
| 278 | 2026-08-12T23:21:41.610Z | Downloaded memmap v0.7.0 |
| 279 | 2026-08-12T23:21:41.610Z | Downloaded generic-array v0.14.7 |
| 280 | 2026-08-12T23:21:41.610Z | Downloaded heck v0.5.0 |
| 281 | 2026-08-12T23:21:41.611Z | Downloaded itoa v1.0.17 |
| 282 | 2026-08-12T23:21:41.611Z | Downloaded block-buffer v0.10.4 |
| 283 | 2026-08-12T23:21:41.611Z | Downloaded crypto-common v0.1.7 |
| 284 | 2026-08-12T23:21:41.611Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-08-12T23:21:41.611Z | Downloaded fnv v1.0.7 |
| 286 | 2026-08-12T23:21:41.611Z | Downloaded anstyle-query v1.1.5 |
| 287 | 2026-08-12T23:21:41.611Z | Downloaded clap_lex v1.0.0 |
| 288 | 2026-08-12T23:21:41.611Z | Downloaded heck v0.4.1 |
| 289 | 2026-08-12T23:21:41.611Z | Downloaded cargo-platform v0.3.2 |
| 290 | 2026-08-12T23:21:41.611Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-08-12T23:21:41.611Z | Downloaded swrite v0.1.0 |
| 292 | 2026-08-12T23:21:41.612Z | Downloaded dof v0.3.0 |
| 293 | 2026-08-12T23:21:41.612Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-08-12T23:21:41.612Z | Downloaded byteorder v1.5.0 |
| 295 | 2026-08-12T23:21:41.612Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-08-12T23:21:41.612Z | Downloaded macaddr v1.0.1 |
| 297 | 2026-08-12T23:21:41.612Z | Downloaded strsim v0.11.1 |
| 298 | 2026-08-12T23:21:41.612Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-08-12T23:21:41.612Z | Downloaded plain v0.2.3 |
| 300 | 2026-08-12T23:21:41.612Z | Downloaded serde_spanned v0.6.9 |
| 301 | 2026-08-12T23:21:41.612Z | Downloaded proc-macro-error-attr v1.0.4 |
| 302 | 2026-08-12T23:21:41.612Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-08-12T23:21:41.612Z | Downloaded version_check v0.9.5 |
| 304 | 2026-08-12T23:21:41.613Z | Downloaded usdt v0.5.0 |
| 305 | 2026-08-12T23:21:41.613Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-08-12T23:21:41.613Z | Downloaded digest v0.10.7 |
| 307 | 2026-08-12T23:21:41.613Z | Downloaded autocfg v1.5.0 |
| 308 | 2026-08-12T23:21:41.613Z | Downloaded scroll_derive v0.12.1 |
| 309 | 2026-08-12T23:21:41.613Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-08-12T23:21:41.614Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-08-12T23:21:41.614Z | Downloaded clap_derive v4.6.1 |
| 312 | 2026-08-12T23:21:41.614Z | Downloaded thread-id v4.2.2 |
| 313 | 2026-08-12T23:21:41.614Z | Downloaded anstyle-parse v1.0.0 |
| 314 | 2026-08-12T23:21:41.614Z | Downloaded pest_generator v2.8.6 |
| 315 | 2026-08-12T23:21:41.614Z | Downloaded thiserror v2.0.18 |
| 316 | 2026-08-12T23:21:41.614Z | Downloaded smawk v0.3.2 |
| 317 | 2026-08-12T23:21:41.615Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2026-08-12T23:21:41.615Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-08-12T23:21:41.615Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-08-12T23:21:41.615Z | Downloaded fs-err v3.3.0 |
| 321 | 2026-08-12T23:21:41.615Z | Downloaded serde_tokenstream v0.2.3 |
| 322 | 2026-08-12T23:21:41.615Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-08-12T23:21:41.615Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-08-12T23:21:41.716Z | Downloaded pest_derive v2.8.6 |
| 325 | 2026-08-12T23:21:41.716Z | Downloaded camino v1.2.2 |
| 326 | 2026-08-12T23:21:41.716Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-08-12T23:21:41.716Z | Downloaded bitflags v2.11.0 |
| 328 | 2026-08-12T23:21:41.716Z | Downloaded quote v1.0.45 |
| 329 | 2026-08-12T23:21:41.716Z | Downloaded scroll v0.12.0 |
| 330 | 2026-08-12T23:21:41.716Z | Downloaded sha2 v0.10.9 |
| 331 | 2026-08-12T23:21:41.716Z | Downloaded anyhow v1.0.102 |
| 332 | 2026-08-12T23:21:41.716Z | Downloaded usdt-impl v0.5.0 |
| 333 | 2026-08-12T23:21:41.716Z | Downloaded proc-macro-error v1.0.4 |
| 334 | 2026-08-12T23:21:41.717Z | Downloaded thiserror-impl v2.0.18 |
| 335 | 2026-08-12T23:21:41.717Z | Downloaded cargo_toml v0.21.0 |
| 336 | 2026-08-12T23:21:41.717Z | Downloaded semver v1.0.28 |
| 337 | 2026-08-12T23:21:41.717Z | Downloaded toml v0.8.23 |
| 338 | 2026-08-12T23:21:41.717Z | Downloaded once_cell v1.21.3 |
| 339 | 2026-08-12T23:21:41.717Z | Downloaded papergrid v0.11.0 |
| 340 | 2026-08-12T23:21:41.717Z | Downloaded tempfile v3.25.0 |
| 341 | 2026-08-12T23:21:41.717Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-08-12T23:21:41.717Z | Downloaded log v0.4.29 |
| 343 | 2026-08-12T23:21:41.717Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-08-12T23:21:41.717Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-08-12T23:21:41.717Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-08-12T23:21:41.717Z | Downloaded pest_meta v2.8.6 |
| 347 | 2026-08-12T23:21:41.717Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-08-12T23:21:41.718Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-08-12T23:21:41.718Z | Downloaded proc-macro2 v1.0.106 |
| 350 | 2026-08-12T23:21:41.718Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-08-12T23:21:41.792Z | Downloaded memchr v2.8.0 |
| 352 | 2026-08-12T23:21:41.792Z | Downloaded serde v1.0.228 |
| 353 | 2026-08-12T23:21:41.792Z | Downloaded typenum v1.20.1 |
| 354 | 2026-08-12T23:21:41.792Z | Downloaded clap_builder v4.6.0 |
| 355 | 2026-08-12T23:21:41.792Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-08-12T23:21:41.792Z | Downloaded pest v2.8.6 |
| 357 | 2026-08-12T23:21:41.792Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-08-12T23:21:41.792Z | Downloaded goblin v0.8.2 |
| 359 | 2026-08-12T23:21:41.792Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-12T23:21:41.834Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-12T23:21:41.837Z | Downloaded syn v1.0.109 |
| 362 | 2026-08-12T23:21:41.837Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-12T23:21:41.837Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-08-12T23:21:41.837Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-12T23:21:41.919Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-12T23:21:41.919Z | Downloaded rustix v1.1.3 |
| 367 | 2026-08-12T23:21:42.059Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-12T23:21:42.060Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-12T23:21:42.060Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-08-12T23:21:42.060Z | Compiling quote v1.0.45 |
| 371 | 2026-08-12T23:21:42.060Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-12T23:21:42.060Z | Compiling libc v0.2.185 |
| 373 | 2026-08-12T23:21:42.060Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-12T23:21:42.125Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-12T23:21:42.170Z | Compiling serde v1.0.228 |
| 376 | 2026-08-12T23:21:42.170Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-12T23:21:42.170Z | Compiling itoa v1.0.17 |
| 378 | 2026-08-12T23:21:42.170Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-12T23:21:42.170Z | Compiling thiserror v1.0.69 |
| 380 | 2026-08-12T23:21:42.171Z | Compiling rustix v1.1.3 |
| 381 | 2026-08-12T23:21:42.171Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-12T23:21:42.404Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-12T23:21:42.503Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-12T23:21:42.540Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-08-12T23:21:42.611Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-12T23:21:42.664Z | Compiling pest v2.8.6 |
| 387 | 2026-08-12T23:21:42.760Z | Compiling camino v1.2.2 |
| 388 | 2026-08-12T23:21:42.816Z | Compiling syn v1.0.109 |
| 389 | 2026-08-12T23:21:42.852Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-12T23:21:42.869Z | Compiling getrandom v0.4.1 |
| 391 | 2026-08-12T23:21:42.913Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-08-12T23:21:42.960Z | Compiling equivalent v1.0.2 |
| 393 | 2026-08-12T23:21:42.994Z | Compiling plain v0.2.3 |
| 394 | 2026-08-12T23:21:42.995Z | Compiling log v0.4.29 |
| 395 | 2026-08-12T23:21:42.995Z | Compiling utf8parse v0.2.2 |
| 396 | 2026-08-12T23:21:43.114Z | Compiling cfg-if v1.0.4 |
| 397 | 2026-08-12T23:21:43.150Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-08-12T23:21:43.177Z | Compiling winnow v0.7.14 |
| 399 | 2026-08-12T23:21:43.177Z | Compiling autocfg v1.5.0 |
| 400 | 2026-08-12T23:21:43.232Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-08-12T23:21:43.232Z | Compiling thiserror v2.0.18 |
| 402 | 2026-08-12T23:21:43.261Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-08-12T23:21:43.261Z | Compiling toml_write v0.1.2 |
| 404 | 2026-08-12T23:21:43.293Z | Compiling anstyle v1.0.14 |
| 405 | 2026-08-12T23:21:43.323Z | Compiling is_terminal_polyfill v1.70.2 |
| 406 | 2026-08-12T23:21:43.359Z | Compiling pretty-hex v0.4.1 |
| 407 | 2026-08-12T23:21:43.375Z | Compiling errno v0.3.14 |
| 408 | 2026-08-12T23:21:43.400Z | Compiling thread-id v4.2.2 |
| 409 | 2026-08-12T23:21:43.528Z | Compiling indexmap v2.14.0 |
| 410 | 2026-08-12T23:21:43.556Z | Compiling anstream v1.0.0 |
| 411 | 2026-08-12T23:21:43.556Z | Compiling anyhow v1.0.102 |
| 412 | 2026-08-12T23:21:43.584Z | Compiling heck v0.5.0 |
| 413 | 2026-08-12T23:21:43.694Z | Compiling unicode-width v0.1.14 |
| 414 | 2026-08-12T23:21:43.764Z | Compiling syn v2.0.117 |
| 415 | 2026-08-12T23:21:43.764Z | Compiling fs-err v3.3.0 |
| 416 | 2026-08-12T23:21:43.764Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-08-12T23:21:43.932Z | Compiling fastrand v2.3.0 |
| 418 | 2026-08-12T23:21:43.979Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-08-12T23:21:44.062Z | Compiling heck v0.4.1 |
| 420 | 2026-08-12T23:21:44.063Z | Compiling strsim v0.11.1 |
| 421 | 2026-08-12T23:21:44.063Z | Compiling once_cell v1.21.3 |
| 422 | 2026-08-12T23:21:44.063Z | Compiling bytecount v0.6.9 |
| 423 | 2026-08-12T23:21:44.063Z | Compiling fnv v1.0.7 |
| 424 | 2026-08-12T23:21:44.277Z | Compiling papergrid v0.11.0 |
| 425 | 2026-08-12T23:21:44.329Z | Compiling memmap v0.7.0 |
| 426 | 2026-08-12T23:21:44.329Z | Compiling smawk v0.3.2 |
| 427 | 2026-08-12T23:21:44.329Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-12T23:21:44.360Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-08-12T23:21:44.360Z | Compiling swrite v0.1.0 |
| 430 | 2026-08-12T23:21:44.444Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-08-12T23:21:44.458Z | Compiling tempfile v3.25.0 |
| 432 | 2026-08-12T23:21:44.640Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-12T23:21:44.709Z | Compiling semver v1.0.28 |
| 434 | 2026-08-12T23:21:44.709Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-08-12T23:21:44.755Z | Compiling textwrap v0.16.2 |
| 436 | 2026-08-12T23:21:44.904Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-12T23:21:45.171Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-12T23:21:45.804Z | Compiling tabled v0.15.0 |
| 439 | 2026-08-12T23:21:45.817Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-12T23:21:46.280Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-12T23:21:46.283Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-12T23:21:46.283Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-12T23:21:46.283Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-12T23:21:46.283Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-12T23:21:46.283Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-12T23:21:46.382Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-12T23:21:46.922Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-12T23:21:47.030Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-12T23:21:47.161Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-12T23:21:47.311Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-12T23:21:47.665Z | Compiling clap v4.6.1 |
| 452 | 2026-08-12T23:21:48.646Z | Compiling dof v0.3.0 |
| 453 | 2026-08-12T23:21:48.646Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-08-12T23:21:48.663Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-08-12T23:21:48.668Z | Compiling toml_datetime v0.6.11 |
| 456 | 2026-08-12T23:21:48.668Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-12T23:21:48.668Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 458 | 2026-08-12T23:21:48.681Z | Compiling cargo_metadata v0.23.1 |
| 459 | 2026-08-12T23:21:48.841Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-12T23:21:49.303Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-08-12T23:21:49.306Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-12T23:21:49.912Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-12T23:21:50.114Z | Compiling toml v0.8.23 |
| 464 | 2026-08-12T23:21:50.475Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-12T23:21:51.734Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-12T23:21:53.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s |
| 467 | 2026-08-12T23:21:53.997Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-12T23:21:54.493Z | Downloading crates ... |
| 469 | 2026-08-12T23:21:54.549Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-08-12T23:21:54.554Z | Downloaded aead v0.6.1 |
| 471 | 2026-08-12T23:21:54.561Z | Downloaded arrayvec v0.7.6 |
| 472 | 2026-08-12T23:21:54.565Z | Downloaded backon v1.6.0 |
| 473 | 2026-08-12T23:21:54.568Z | Downloaded aead v0.5.2 |
| 474 | 2026-08-12T23:21:54.568Z | Downloaded bitfield-macros v0.19.4 |
| 475 | 2026-08-12T23:21:54.571Z | Downloaded convert_case v0.4.0 |
| 476 | 2026-08-12T23:21:54.571Z | Downloaded atty v0.2.14 |
| 477 | 2026-08-12T23:21:54.571Z | Downloaded base16ct v1.0.0 |
| 478 | 2026-08-12T23:21:54.577Z | Downloaded ciborium-io v0.2.2 |
| 479 | 2026-08-12T23:21:54.577Z | Downloaded fixedbitset v0.4.2 |
| 480 | 2026-08-12T23:21:54.582Z | Downloaded atomicwrites v0.4.4 |
| 481 | 2026-08-12T23:21:54.586Z | Downloaded erased-serde v0.3.31 |
| 482 | 2026-08-12T23:21:54.586Z | Downloaded expectorate v1.2.0 |
| 483 | 2026-08-12T23:21:54.586Z | Downloaded endian-type v0.1.2 |
| 484 | 2026-08-12T23:21:54.586Z | Downloaded enum_dispatch v0.3.13 |
| 485 | 2026-08-12T23:21:54.586Z | Downloaded futures-io v0.3.32 |
| 486 | 2026-08-12T23:21:54.589Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 487 | 2026-08-12T23:21:54.589Z | Downloaded atomic-waker v1.1.2 |
| 488 | 2026-08-12T23:21:54.589Z | Downloaded foreign-types v0.5.0 |
| 489 | 2026-08-12T23:21:54.589Z | Downloaded foreign-types-shared v0.3.1 |
| 490 | 2026-08-12T23:21:54.592Z | Downloaded futures-task v0.3.32 |
| 491 | 2026-08-12T23:21:54.592Z | Downloaded futures v0.3.32 |
| 492 | 2026-08-12T23:21:54.597Z | Downloaded ascii-canvas v3.0.0 |
| 493 | 2026-08-12T23:21:54.597Z | Downloaded env_filter v1.0.0 |
| 494 | 2026-08-12T23:21:54.600Z | Downloaded fd-lock v4.0.4 |
| 495 | 2026-08-12T23:21:54.600Z | Downloaded foreign-types-shared v0.1.1 |
| 496 | 2026-08-12T23:21:54.600Z | Downloaded form_urlencoded v1.2.2 |
| 497 | 2026-08-12T23:21:54.600Z | Downloaded ghash v0.6.0 |
| 498 | 2026-08-12T23:21:54.600Z | Downloaded foreign-types v0.3.2 |
| 499 | 2026-08-12T23:21:54.600Z | Downloaded git-stub v1.0.0 |
| 500 | 2026-08-12T23:21:54.603Z | Downloaded base16ct v0.2.0 |
| 501 | 2026-08-12T23:21:54.603Z | Downloaded async-recursion v1.1.1 |
| 502 | 2026-08-12T23:21:54.606Z | Downloaded bb8 v0.8.6 |
| 503 | 2026-08-12T23:21:54.606Z | Downloaded env_logger v0.11.9 |
| 504 | 2026-08-12T23:21:54.610Z | Downloaded fs-err v2.11.0 |
| 505 | 2026-08-12T23:21:54.610Z | Downloaded foreign-types-macros v0.2.3 |
| 506 | 2026-08-12T23:21:54.610Z | Downloaded futures-core v0.3.32 |
| 507 | 2026-08-12T23:21:54.611Z | Downloaded assert_matches v1.5.0 |
| 508 | 2026-08-12T23:21:54.611Z | Downloaded arrayref v0.3.9 |
| 509 | 2026-08-12T23:21:54.613Z | Downloaded futures-sink v0.3.32 |
| 510 | 2026-08-12T23:21:54.613Z | Downloaded array-init v0.0.4 |
| 511 | 2026-08-12T23:21:54.613Z | Downloaded futures-macro v0.3.32 |
| 512 | 2026-08-12T23:21:54.617Z | Downloaded filetime v0.2.27 |
| 513 | 2026-08-12T23:21:54.620Z | Downloaded hash32 v0.3.1 |
| 514 | 2026-08-12T23:21:54.620Z | Downloaded foldhash v0.2.0 |
| 515 | 2026-08-12T23:21:54.623Z | Downloaded funty v2.0.0 |
| 516 | 2026-08-12T23:21:54.623Z | Downloaded backoff v0.4.0 |
| 517 | 2026-08-12T23:21:54.628Z | Downloaded flagset v0.4.7 |
| 518 | 2026-08-12T23:21:54.628Z | Downloaded fxhash v0.2.1 |
| 519 | 2026-08-12T23:21:54.628Z | Downloaded base64ct v1.8.3 |
| 520 | 2026-08-12T23:21:54.632Z | Downloaded bitfield-struct v0.6.2 |
| 521 | 2026-08-12T23:21:54.632Z | Downloaded bitflags v1.3.2 |
| 522 | 2026-08-12T23:21:54.632Z | Downloaded enum-as-inner v0.6.1 |
| 523 | 2026-08-12T23:21:54.632Z | Downloaded float-cmp v0.10.0 |
| 524 | 2026-08-12T23:21:54.632Z | Downloaded gethostname v0.5.0 |
| 525 | 2026-08-12T23:21:54.632Z | Downloaded colored v2.2.0 |
| 526 | 2026-08-12T23:21:54.635Z | Downloaded anstream v0.6.21 |
| 527 | 2026-08-12T23:21:54.635Z | Downloaded float-ord v0.3.2 |
| 528 | 2026-08-12T23:21:54.635Z | Downloaded foldhash v0.1.5 |
| 529 | 2026-08-12T23:21:54.635Z | Downloaded hex-literal v1.1.0 |
| 530 | 2026-08-12T23:21:54.639Z | Downloaded ff v0.13.1 |
| 531 | 2026-08-12T23:21:54.639Z | Downloaded futures-executor v0.3.32 |
| 532 | 2026-08-12T23:21:54.644Z | Downloaded group v0.14.0 |
| 533 | 2026-08-12T23:21:54.644Z | Downloaded http-body v1.0.1 |
| 534 | 2026-08-12T23:21:54.644Z | Downloaded hyper-tls v0.6.0 |
| 535 | 2026-08-12T23:21:54.644Z | Downloaded async-stream v0.3.6 |
| 536 | 2026-08-12T23:21:54.650Z | Downloaded globwalk v0.9.1 |
| 537 | 2026-08-12T23:21:54.655Z | Downloaded hostname v0.4.2 |
| 538 | 2026-08-12T23:21:54.655Z | Downloaded bit-set v0.8.0 |
| 539 | 2026-08-12T23:21:54.659Z | Downloaded ciborium-ll v0.2.2 |
| 540 | 2026-08-12T23:21:54.659Z | Downloaded hex v0.4.3 |
| 541 | 2026-08-12T23:21:54.660Z | Downloaded httpdate v1.0.3 |
| 542 | 2026-08-12T23:21:54.663Z | Downloaded home v0.5.12 |
| 543 | 2026-08-12T23:21:54.663Z | Downloaded cfg_aliases v0.2.1 |
| 544 | 2026-08-12T23:21:54.663Z | Downloaded compression-core v0.4.31 |
| 545 | 2026-08-12T23:21:54.663Z | Downloaded castaway v0.2.4 |
| 546 | 2026-08-12T23:21:54.668Z | Downloaded hostname v0.3.1 |
| 547 | 2026-08-12T23:21:54.673Z | Downloaded ff v0.14.0 |
| 548 | 2026-08-12T23:21:54.673Z | Downloaded fs_extra v1.3.0 |
| 549 | 2026-08-12T23:21:54.673Z | Downloaded bcs v0.1.6 |
| 550 | 2026-08-12T23:21:54.677Z | Downloaded bit-vec v0.6.3 |
| 551 | 2026-08-12T23:21:54.677Z | Downloaded async-trait v0.1.89 |
| 552 | 2026-08-12T23:21:54.684Z | Downloaded glob v0.3.3 |
| 553 | 2026-08-12T23:21:54.688Z | Downloaded hubpack_derive v0.1.1 |
| 554 | 2026-08-12T23:21:54.688Z | Downloaded headers-core v0.3.0 |
| 555 | 2026-08-12T23:21:54.688Z | Downloaded http-range v0.1.5 |
| 556 | 2026-08-12T23:21:54.691Z | Downloaded block-padding v0.4.2 |
| 557 | 2026-08-12T23:21:54.691Z | Downloaded cobs v0.3.0 |
| 558 | 2026-08-12T23:21:54.698Z | Downloaded block-buffer v0.12.1 |
| 559 | 2026-08-12T23:21:54.702Z | Downloaded find-msvc-tools v0.1.9 |
| 560 | 2026-08-12T23:21:54.707Z | Downloaded futures-channel v0.3.32 |
| 561 | 2026-08-12T23:21:54.707Z | Downloaded hmac v0.12.1 |
| 562 | 2026-08-12T23:21:54.711Z | Downloaded cfg_aliases v0.1.1 |
| 563 | 2026-08-12T23:21:54.711Z | Downloaded num v0.4.3 |
| 564 | 2026-08-12T23:21:54.711Z | Downloaded predicates-core v1.0.10 |
| 565 | 2026-08-12T23:21:54.718Z | Downloaded num-conv v0.2.0 |
| 566 | 2026-08-12T23:21:54.722Z | Downloaded num_enum_derive v0.5.11 |
| 567 | 2026-08-12T23:21:54.727Z | Downloaded fixedbitset v0.5.7 |
| 568 | 2026-08-12T23:21:54.727Z | Downloaded globset v0.4.18 |
| 569 | 2026-08-12T23:21:54.727Z | Downloaded openssl-probe v0.2.1 |
| 570 | 2026-08-12T23:21:54.727Z | Downloaded hubpack v0.1.2 |
| 571 | 2026-08-12T23:21:54.731Z | Downloaded humantime v2.3.0 |
| 572 | 2026-08-12T23:21:54.731Z | Downloaded phf_shared v0.13.1 |
| 573 | 2026-08-12T23:21:54.732Z | Downloaded group v0.13.0 |
| 574 | 2026-08-12T23:21:54.734Z | Downloaded blake2 v0.11.0-rc.6 |
| 575 | 2026-08-12T23:21:54.737Z | Downloaded bit-set v0.5.3 |
| 576 | 2026-08-12T23:21:54.737Z | Downloaded camino-tempfile-ext v0.3.3 |
| 577 | 2026-08-12T23:21:54.737Z | Downloaded argon2 v0.5.3 |
| 578 | 2026-08-12T23:21:54.737Z | Downloaded bitfield v0.19.4 |
| 579 | 2026-08-12T23:21:54.740Z | Downloaded rfc6979 v0.4.0 |
| 580 | 2026-08-12T23:21:54.740Z | Downloaded rtoolbox v0.0.3 |
| 581 | 2026-08-12T23:21:54.741Z | Downloaded rustc_version v0.4.1 |
| 582 | 2026-08-12T23:21:54.744Z | Downloaded highway v1.3.0 |
| 583 | 2026-08-12T23:21:54.748Z | Downloaded rustc_version v0.1.7 |
| 584 | 2026-08-12T23:21:54.751Z | Downloaded serde_repr v0.1.20 |
| 585 | 2026-08-12T23:21:54.751Z | Downloaded serde_spanned v1.1.1 |
| 586 | 2026-08-12T23:21:54.754Z | Downloaded powerfmt v0.2.0 |
| 587 | 2026-08-12T23:21:54.754Z | Downloaded radium v0.7.0 |
| 588 | 2026-08-12T23:21:54.754Z | Downloaded serde_plain v1.0.2 |
| 589 | 2026-08-12T23:21:54.760Z | Downloaded slog-bunyan v2.5.0 |
| 590 | 2026-08-12T23:21:54.760Z | Downloaded slog-envlogger v2.2.0 |
| 591 | 2026-08-12T23:21:54.763Z | Downloaded same-file v1.0.6 |
| 592 | 2026-08-12T23:21:54.763Z | Downloaded fatfs v0.3.6 |
| 593 | 2026-08-12T23:21:54.763Z | Downloaded generic-array v1.4.3 |
| 594 | 2026-08-12T23:21:54.765Z | Downloaded fallible-iterator v0.2.0 |
| 595 | 2026-08-12T23:21:54.766Z | Downloaded shell-words v1.1.1 |
| 596 | 2026-08-12T23:21:54.768Z | Downloaded hash32 v0.2.1 |
| 597 | 2026-08-12T23:21:54.769Z | Downloaded strip-ansi-escapes v0.2.1 |
| 598 | 2026-08-12T23:21:54.771Z | Downloaded structmeta-derive v0.3.0 |
| 599 | 2026-08-12T23:21:54.772Z | Downloaded take_mut v0.2.2 |
| 600 | 2026-08-12T23:21:54.772Z | Downloaded tap v1.0.1 |
| 601 | 2026-08-12T23:21:54.772Z | Downloaded bumpalo v3.20.2 |
| 602 | 2026-08-12T23:21:54.775Z | Downloaded anstyle-parse v0.2.7 |
| 603 | 2026-08-12T23:21:54.775Z | Downloaded cmake v0.1.57 |
| 604 | 2026-08-12T23:21:54.775Z | Downloaded hyper-staticfile v0.10.1 |
| 605 | 2026-08-12T23:21:54.777Z | Downloaded allocator-api2 v0.2.21 |
| 606 | 2026-08-12T23:21:54.777Z | Downloaded peg v0.8.5 |
| 607 | 2026-08-12T23:21:54.780Z | Downloaded pbkdf2 v0.13.0 |
| 608 | 2026-08-12T23:21:54.780Z | Downloaded peg-macros v0.8.5 |
| 609 | 2026-08-12T23:21:54.783Z | Downloaded bit-vec v0.8.0 |
| 610 | 2026-08-12T23:21:54.783Z | Downloaded cipher v0.4.4 |
| 611 | 2026-08-12T23:21:54.783Z | Downloaded cipher v0.5.2 |
| 612 | 2026-08-12T23:21:54.786Z | Downloaded byte-wrapper v0.1.0 |
| 613 | 2026-08-12T23:21:54.786Z | Downloaded getrandom v0.2.17 |
| 614 | 2026-08-12T23:21:54.789Z | Downloaded const_format_proc_macros v0.2.34 |
| 615 | 2026-08-12T23:21:54.789Z | Downloaded num_enum_derive v0.7.6 |
| 616 | 2026-08-12T23:21:54.789Z | Downloaded getrandom v0.3.4 |
| 617 | 2026-08-12T23:21:54.793Z | Downloaded constant_time_eq v0.4.2 |
| 618 | 2026-08-12T23:21:54.797Z | Downloaded bs58 v0.5.1 |
| 619 | 2026-08-12T23:21:54.797Z | Downloaded primeorder v0.13.6 |
| 620 | 2026-08-12T23:21:54.797Z | Downloaded primefield v0.14.0 |
| 621 | 2026-08-12T23:21:54.800Z | Downloaded blowfish v0.10.0 |
| 622 | 2026-08-12T23:21:54.800Z | Downloaded progenitor-extras v0.2.0 |
| 623 | 2026-08-12T23:21:54.800Z | Downloaded rand_core v0.10.0 |
| 624 | 2026-08-12T23:21:54.803Z | Downloaded cmov v0.5.4 |
| 625 | 2026-08-12T23:21:54.803Z | Downloaded num-rational v0.4.2 |
| 626 | 2026-08-12T23:21:54.806Z | Downloaded buf-list v1.1.2 |
| 627 | 2026-08-12T23:21:54.806Z | Downloaded chacha20 v0.9.1 |
| 628 | 2026-08-12T23:21:54.806Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 629 | 2026-08-12T23:21:54.810Z | Downloaded flate2 v1.1.9 |
| 630 | 2026-08-12T23:21:54.814Z | Downloaded hmac v0.13.0 |
| 631 | 2026-08-12T23:21:54.814Z | Downloaded rand_core v0.9.5 |
| 632 | 2026-08-12T23:21:54.814Z | Downloaded tower-layer v0.3.3 |
| 633 | 2026-08-12T23:21:54.814Z | Downloaded cexpr v0.6.0 |
| 634 | 2026-08-12T23:21:54.814Z | Downloaded half v1.8.3 |
| 635 | 2026-08-12T23:21:54.819Z | Downloaded hyper-rustls v0.27.7 |
| 636 | 2026-08-12T23:21:54.819Z | Downloaded async-stream-impl v0.3.6 |
| 637 | 2026-08-12T23:21:54.819Z | Downloaded parking_lot_core v0.9.12 |
| 638 | 2026-08-12T23:21:54.823Z | Downloaded topological-sort v0.2.2 |
| 639 | 2026-08-12T23:21:54.823Z | Downloaded untrusted v0.7.1 |
| 640 | 2026-08-12T23:21:54.823Z | Downloaded usdt-attr-macro v0.6.0 |
| 641 | 2026-08-12T23:21:54.827Z | Downloaded http-body-util v0.1.3 |
| 642 | 2026-08-12T23:21:54.830Z | Downloaded signal-hook-registry v1.4.8 |
| 643 | 2026-08-12T23:21:54.830Z | Downloaded signal-hook-tokio v0.3.1 |
| 644 | 2026-08-12T23:21:54.830Z | Downloaded slog-dtrace v0.3.0 |
| 645 | 2026-08-12T23:21:54.833Z | Downloaded argon2 v0.6.0-rc.8 |
| 646 | 2026-08-12T23:21:54.833Z | Downloaded unicode-truncate v1.1.0 |
| 647 | 2026-08-12T23:21:54.838Z | Downloaded bzip2 v0.4.4 |
| 648 | 2026-08-12T23:21:54.838Z | Downloaded colored v3.1.1 |
| 649 | 2026-08-12T23:21:54.842Z | Downloaded const-oid v0.9.6 |
| 650 | 2026-08-12T23:21:54.843Z | Downloaded slab v0.4.12 |
| 651 | 2026-08-12T23:21:54.846Z | Downloaded hybrid-array v0.4.13 |
| 652 | 2026-08-12T23:21:54.846Z | Downloaded scrypt v0.12.0 |
| 653 | 2026-08-12T23:21:54.849Z | Downloaded sec1 v0.7.3 |
| 654 | 2026-08-12T23:21:54.849Z | Downloaded httparse v1.10.1 |
| 655 | 2026-08-12T23:21:54.849Z | Downloaded spki v0.8.0 |
| 656 | 2026-08-12T23:21:54.854Z | Downloaded utf-8 v0.7.6 |
| 657 | 2026-08-12T23:21:54.854Z | Downloaded void v1.0.2 |
| 658 | 2026-08-12T23:21:54.854Z | Downloaded git-stub-vcs v0.1.0 |
| 659 | 2026-08-12T23:21:54.854Z | Downloaded pkcs1 v0.7.5 |
| 660 | 2026-08-12T23:21:54.858Z | Downloaded ssh-encoding v0.3.0 |
| 661 | 2026-08-12T23:21:54.858Z | Downloaded password-hash v0.5.0 |
| 662 | 2026-08-12T23:21:54.861Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-08-12T23:21:54.861Z | Downloaded clang-sys v1.8.1 |
| 664 | 2026-08-12T23:21:54.864Z | Downloaded strum_macros v0.27.2 |
| 665 | 2026-08-12T23:21:54.864Z | Downloaded arc-swap v1.8.2 |
| 666 | 2026-08-12T23:21:54.867Z | Downloaded ciborium v0.2.2 |
| 667 | 2026-08-12T23:21:54.867Z | Downloaded compression-codecs v0.4.37 |
| 668 | 2026-08-12T23:21:54.871Z | Downloaded cstr-argument v0.1.2 |
| 669 | 2026-08-12T23:21:54.871Z | Downloaded half v2.7.1 |
| 670 | 2026-08-12T23:21:54.871Z | Downloaded pkcs8 v0.11.0 |
| 671 | 2026-08-12T23:21:54.874Z | Downloaded poly1305 v0.8.0 |
| 672 | 2026-08-12T23:21:54.874Z | Downloaded primeorder v0.14.0 |
| 673 | 2026-08-12T23:21:54.874Z | Downloaded bzip2 v0.6.1 |
| 674 | 2026-08-12T23:21:54.877Z | Downloaded cbc v0.2.1 |
| 675 | 2026-08-12T23:21:54.877Z | Downloaded console v0.16.2 |
| 676 | 2026-08-12T23:21:54.877Z | Downloaded cpubits v0.1.1 |
| 677 | 2026-08-12T23:21:54.880Z | Downloaded darling_macro v0.21.3 |
| 678 | 2026-08-12T23:21:54.880Z | Downloaded tinystr v0.8.2 |
| 679 | 2026-08-12T23:21:54.918Z | Downloaded defmt v0.3.100 |
| 680 | 2026-08-12T23:21:54.918Z | Downloaded cassowary v0.3.0 |
| 681 | 2026-08-12T23:21:54.918Z | Downloaded unicase v2.9.0 |
| 682 | 2026-08-12T23:21:54.918Z | Downloaded display-error-chain v0.2.2 |
| 683 | 2026-08-12T23:21:54.918Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 684 | 2026-08-12T23:21:54.918Z | Downloaded dunce v1.0.5 |
| 685 | 2026-08-12T23:21:54.918Z | Downloaded downcast-rs v2.0.2 |
| 686 | 2026-08-12T23:21:54.918Z | Downloaded ident_case v1.0.1 |
| 687 | 2026-08-12T23:21:54.918Z | Downloaded dsl_auto_type v0.2.0 |
| 688 | 2026-08-12T23:21:54.918Z | Downloaded dtrace-parser v0.3.0 |
| 689 | 2026-08-12T23:21:54.918Z | Downloaded illumos-nvpair v0.3.0 |
| 690 | 2026-08-12T23:21:54.918Z | Downloaded whoami v1.6.1 |
| 691 | 2026-08-12T23:21:54.925Z | Downloaded whoami v2.1.0 |
| 692 | 2026-08-12T23:21:54.925Z | Downloaded inout v0.1.4 |
| 693 | 2026-08-12T23:21:54.925Z | Downloaded async-bb8-diesel v0.2.1 |
| 694 | 2026-08-12T23:21:54.925Z | Downloaded lru-slab v0.1.2 |
| 695 | 2026-08-12T23:21:54.925Z | Downloaded const-oid v0.10.2 |
| 696 | 2026-08-12T23:21:54.925Z | Downloaded maybe-uninit v2.0.0 |
| 697 | 2026-08-12T23:21:54.925Z | Downloaded ahash v0.8.12 |
| 698 | 2026-08-12T23:21:54.925Z | Downloaded console v0.15.11 |
| 699 | 2026-08-12T23:21:54.929Z | Downloaded num-iter v0.1.45 |
| 700 | 2026-08-12T23:21:54.929Z | Downloaded snafu-derive v0.8.9 |
| 701 | 2026-08-12T23:21:54.933Z | Downloaded sha2 v0.11.0 |
| 702 | 2026-08-12T23:21:54.933Z | Downloaded vergen-lib v9.1.0 |
| 703 | 2026-08-12T23:21:54.940Z | Downloaded newtype_derive v0.1.6 |
| 704 | 2026-08-12T23:21:54.943Z | Downloaded newtype-uuid-macros v0.1.0 |
| 705 | 2026-08-12T23:21:54.951Z | Downloaded memoffset v0.9.1 |
| 706 | 2026-08-12T23:21:54.954Z | Downloaded olpc-cjson v0.1.4 |
| 707 | 2026-08-12T23:21:54.954Z | Downloaded convert_case v0.10.0 |
| 708 | 2026-08-12T23:21:54.954Z | Downloaded ar_archive_writer v0.5.1 |
| 709 | 2026-08-12T23:21:54.957Z | Downloaded postcard v1.1.3 |
| 710 | 2026-08-12T23:21:54.957Z | Downloaded crossbeam-deque v0.8.6 |
| 711 | 2026-08-12T23:21:54.957Z | Downloaded chacha20 v0.10.0 |
| 712 | 2026-08-12T23:21:54.960Z | Downloaded ctutils v0.4.2 |
| 713 | 2026-08-12T23:21:54.960Z | Downloaded cancel-safe-futures v0.1.5 |
| 714 | 2026-08-12T23:21:54.964Z | Downloaded progenitor-impl v0.13.0 |
| 715 | 2026-08-12T23:21:54.965Z | Downloaded corncobs v0.1.4 |
| 716 | 2026-08-12T23:21:54.965Z | Downloaded daft-derive v0.1.7 |
| 717 | 2026-08-12T23:21:54.968Z | Downloaded parse-display v0.10.0 |
| 718 | 2026-08-12T23:21:54.968Z | Downloaded daft v0.1.7 |
| 719 | 2026-08-12T23:21:54.968Z | Downloaded phf_shared v0.11.3 |
| 720 | 2026-08-12T23:21:54.971Z | Downloaded proc-macro-crate v3.4.0 |
| 721 | 2026-08-12T23:21:54.971Z | Downloaded progenitor-client v0.14.0 |
| 722 | 2026-08-12T23:21:54.976Z | Downloaded headers v0.4.1 |
| 723 | 2026-08-12T23:21:54.979Z | Downloaded digest v0.11.3 |
| 724 | 2026-08-12T23:21:54.982Z | Downloaded delegate v0.13.5 |
| 725 | 2026-08-12T23:21:54.985Z | Downloaded tokio-native-tls v0.3.1 |
| 726 | 2026-08-12T23:21:54.988Z | Downloaded recursive v0.1.1 |
| 727 | 2026-08-12T23:21:54.991Z | Downloaded heapless v0.8.0 |
| 728 | 2026-08-12T23:21:54.991Z | Downloaded rustc-hash v2.1.1 |
| 729 | 2026-08-12T23:21:54.995Z | Downloaded ingot v0.2.1 |
| 730 | 2026-08-12T23:21:54.998Z | Downloaded vergen v9.1.0 |
| 731 | 2026-08-12T23:21:55.001Z | Downloaded ingot-types v0.2.0 |
| 732 | 2026-08-12T23:21:55.005Z | Downloaded ref-cast v1.0.25 |
| 733 | 2026-08-12T23:21:55.005Z | Downloaded keccak v0.2.0 |
| 734 | 2026-08-12T23:21:55.010Z | Downloaded libsw v3.5.0 |
| 735 | 2026-08-12T23:21:55.010Z | Downloaded base64 v0.21.7 |
| 736 | 2026-08-12T23:21:55.010Z | Downloaded lock_api v0.4.14 |
| 737 | 2026-08-12T23:21:55.010Z | Downloaded secrecy v0.8.0 |
| 738 | 2026-08-12T23:21:55.016Z | Downloaded structmeta v0.3.0 |
| 739 | 2026-08-12T23:21:55.019Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-08-12T23:21:55.019Z | Downloaded flume v0.11.1 |
| 741 | 2026-08-12T23:21:55.022Z | Downloaded paste v1.0.15 |
| 742 | 2026-08-12T23:21:55.022Z | Downloaded ron v0.8.1 |
| 743 | 2026-08-12T23:21:55.025Z | Downloaded p384 v0.14.0 |
| 744 | 2026-08-12T23:21:55.030Z | Downloaded libefi-sys v0.1.0 |
| 745 | 2026-08-12T23:21:55.033Z | Downloaded zerocopy v0.6.6 |
| 746 | 2026-08-12T23:21:55.033Z | Downloaded linear-map v1.2.0 |
| 747 | 2026-08-12T23:21:55.033Z | Downloaded newtype-uuid v1.3.2 |
| 748 | 2026-08-12T23:21:55.037Z | Downloaded crossbeam-epoch v0.9.18 |
| 749 | 2026-08-12T23:21:55.040Z | Downloaded pem-rfc7468 v0.7.0 |
| 750 | 2026-08-12T23:21:55.040Z | Downloaded pem v3.0.6 |
| 751 | 2026-08-12T23:21:55.040Z | Downloaded async-compression v0.4.41 |
| 752 | 2026-08-12T23:21:55.044Z | Downloaded prettyplease v0.2.37 |
| 753 | 2026-08-12T23:21:55.047Z | Downloaded tinyvec v1.10.0 |
| 754 | 2026-08-12T23:21:55.047Z | Downloaded oso v0.27.3 |
| 755 | 2026-08-12T23:21:55.056Z | Downloaded chacha20poly1305 v0.10.1 |
| 756 | 2026-08-12T23:21:55.056Z | Downloaded pkg-config v0.3.32 |
| 757 | 2026-08-12T23:21:55.056Z | Downloaded sponge-cursor v0.1.0 |
| 758 | 2026-08-12T23:21:55.063Z | Downloaded unit-prefix v0.5.2 |
| 759 | 2026-08-12T23:21:55.063Z | Downloaded heapless v0.7.17 |
| 760 | 2026-08-12T23:21:55.063Z | Downloaded predicates-tree v1.0.13 |
| 761 | 2026-08-12T23:21:55.072Z | Downloaded progenitor v0.14.0 |
| 762 | 2026-08-12T23:21:55.078Z | Downloaded progenitor-client v0.13.0 |
| 763 | 2026-08-12T23:21:55.078Z | Downloaded sync-ptr v0.1.4 |
| 764 | 2026-08-12T23:21:55.078Z | Downloaded tagptr v0.2.0 |
| 765 | 2026-08-12T23:21:55.078Z | Downloaded hickory-resolver v0.24.4 |
| 766 | 2026-08-12T23:21:55.079Z | Downloaded rustls-native-certs v0.8.3 |
| 767 | 2026-08-12T23:21:55.079Z | Downloaded rusty-fork v0.3.1 |
| 768 | 2026-08-12T23:21:55.083Z | Downloaded tungstenite v0.21.0 |
| 769 | 2026-08-12T23:21:55.083Z | Downloaded tungstenite v0.23.0 |
| 770 | 2026-08-12T23:21:55.088Z | Downloaded derive_builder_core v0.20.2 |
| 771 | 2026-08-12T23:21:55.088Z | Downloaded schemars v0.9.0 |
| 772 | 2026-08-12T23:21:55.091Z | Downloaded ingot-macros v0.2.0 |
| 773 | 2026-08-12T23:21:55.091Z | Downloaded rand_chacha v0.9.0 |
| 774 | 2026-08-12T23:21:55.091Z | Downloaded ref-cast-impl v1.0.25 |
| 775 | 2026-08-12T23:21:55.094Z | Downloaded utf8_iter v1.0.4 |
| 776 | 2026-08-12T23:21:55.094Z | Downloaded shlex v1.3.0 |
| 777 | 2026-08-12T23:21:55.098Z | Downloaded usdt-macro v0.6.0 |
| 778 | 2026-08-12T23:21:55.098Z | Downloaded wnaf v0.14.0 |
| 779 | 2026-08-12T23:21:55.098Z | Downloaded zeroize_derive v1.5.0 |
| 780 | 2026-08-12T23:21:55.101Z | Downloaded darling_macro v0.20.11 |
| 781 | 2026-08-12T23:21:55.104Z | Downloaded openssl-sys v0.9.117 |
| 782 | 2026-08-12T23:21:55.104Z | Downloaded papergrid v0.18.0 |
| 783 | 2026-08-12T23:21:55.107Z | Downloaded rand_core v0.6.4 |
| 784 | 2026-08-12T23:21:55.112Z | Downloaded serde_derive_internals v0.29.1 |
| 785 | 2026-08-12T23:21:55.112Z | Downloaded zerofrom v0.1.6 |
| 786 | 2026-08-12T23:21:55.112Z | Downloaded dof v0.4.0 |
| 787 | 2026-08-12T23:21:55.112Z | Downloaded dyn-clone v1.0.20 |
| 788 | 2026-08-12T23:21:55.112Z | Downloaded time-macros v0.2.27 |
| 789 | 2026-08-12T23:21:55.116Z | Downloaded snafu v0.8.9 |
| 790 | 2026-08-12T23:21:55.117Z | Downloaded base64 v0.22.1 |
| 791 | 2026-08-12T23:21:55.122Z | Downloaded hickory-resolver v0.25.2 |
| 792 | 2026-08-12T23:21:55.122Z | Downloaded subprocess v0.2.15 |
| 793 | 2026-08-12T23:21:55.129Z | Downloaded sapling-renderdag v0.1.0 |
| 794 | 2026-08-12T23:21:55.129Z | Downloaded native-tls v0.2.18 |
| 795 | 2026-08-12T23:21:55.133Z | Downloaded indoc v1.0.9 |
| 796 | 2026-08-12T23:21:55.133Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 797 | 2026-08-12T23:21:55.133Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 798 | 2026-08-12T23:21:55.133Z | Downloaded pin-project-lite v0.2.17 |
| 799 | 2026-08-12T23:21:55.136Z | Downloaded poly1305 v0.9.0 |
| 800 | 2026-08-12T23:21:55.136Z | Downloaded bytes v1.11.1 |
| 801 | 2026-08-12T23:21:55.139Z | Downloaded sec1 v0.8.1 |
| 802 | 2026-08-12T23:21:55.139Z | Downloaded slog-scope v4.4.1 |
| 803 | 2026-08-12T23:21:55.142Z | Downloaded slog-stdlog v4.1.1 |
| 804 | 2026-08-12T23:21:55.143Z | Downloaded slog-term v2.9.2 |
| 805 | 2026-08-12T23:21:55.143Z | Downloaded sqlformat v0.3.5 |
| 806 | 2026-08-12T23:21:55.143Z | Downloaded darling_macro v0.13.4 |
| 807 | 2026-08-12T23:21:55.147Z | Downloaded tui-tree-widget v0.23.1 |
| 808 | 2026-08-12T23:21:55.147Z | Downloaded vsss-rs v3.3.4 |
| 809 | 2026-08-12T23:21:55.147Z | Downloaded instant v0.1.13 |
| 810 | 2026-08-12T23:21:55.147Z | Downloaded libscf-sys v1.2.0 |
| 811 | 2026-08-12T23:21:55.147Z | Downloaded strum_macros v0.26.4 |
| 812 | 2026-08-12T23:21:55.151Z | Downloaded zopfli v0.8.3 |
| 813 | 2026-08-12T23:21:55.152Z | Downloaded oxide-update-engine v0.1.2 |
| 814 | 2026-08-12T23:21:55.152Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 815 | 2026-08-12T23:21:55.152Z | Downloaded http v1.4.2 |
| 816 | 2026-08-12T23:21:55.155Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 817 | 2026-08-12T23:21:55.155Z | Downloaded tracing-core v0.1.36 |
| 818 | 2026-08-12T23:21:55.155Z | Downloaded lazy_static v1.5.0 |
| 819 | 2026-08-12T23:21:55.155Z | Downloaded aes-gcm v0.11.0 |
| 820 | 2026-08-12T23:21:55.159Z | Downloaded const_format v0.2.35 |
| 821 | 2026-08-12T23:21:55.163Z | Downloaded zone v0.3.1 |
| 822 | 2026-08-12T23:21:55.170Z | Downloaded normalize-line-endings v0.3.0 |
| 823 | 2026-08-12T23:21:55.170Z | Downloaded toml v0.7.8 |
| 824 | 2026-08-12T23:21:55.170Z | Downloaded dropshot_endpoint v0.17.1 |
| 825 | 2026-08-12T23:21:55.175Z | Downloaded hashbrown v0.12.3 |
| 826 | 2026-08-12T23:21:55.175Z | Downloaded rustls-webpki v0.103.13 |
| 827 | 2026-08-12T23:21:55.175Z | Downloaded schemars v1.2.1 |
| 828 | 2026-08-12T23:21:55.178Z | Downloaded yansi v1.0.1 |
| 829 | 2026-08-12T23:21:55.183Z | Downloaded csv-core v0.1.13 |
| 830 | 2026-08-12T23:21:55.183Z | Downloaded indexmap v1.9.3 |
| 831 | 2026-08-12T23:21:55.186Z | Downloaded num-traits v0.2.19 |
| 832 | 2026-08-12T23:21:55.186Z | Downloaded yoke v0.8.1 |
| 833 | 2026-08-12T23:21:55.186Z | Downloaded kem v0.3.0 |
| 834 | 2026-08-12T23:21:55.186Z | Downloaded linked-hash-map v0.5.6 |
| 835 | 2026-08-12T23:21:55.186Z | Downloaded openssl-probe v0.1.6 |
| 836 | 2026-08-12T23:21:55.191Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-08-12T23:21:55.191Z | Downloaded quinn v0.11.11 |
| 838 | 2026-08-12T23:21:55.194Z | Downloaded cc v1.2.56 |
| 839 | 2026-08-12T23:21:55.196Z | Downloaded scuffle v0.1.0 |
| 840 | 2026-08-12T23:21:55.202Z | Downloaded zerotrie v0.2.3 |
| 841 | 2026-08-12T23:21:55.205Z | Downloaded tls_codec_derive v0.4.2 |
| 842 | 2026-08-12T23:21:55.205Z | Downloaded ed25519 v3.0.0 |
| 843 | 2026-08-12T23:21:55.205Z | Downloaded serde_cbor v0.11.2 |
| 844 | 2026-08-12T23:21:55.212Z | Downloaded ena v0.14.4 |
| 845 | 2026-08-12T23:21:55.216Z | Downloaded walkdir v2.5.0 |
| 846 | 2026-08-12T23:21:55.223Z | Downloaded sync_wrapper v1.0.2 |
| 847 | 2026-08-12T23:21:55.226Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-08-12T23:21:55.229Z | Downloaded term v0.7.0 |
| 849 | 2026-08-12T23:21:55.229Z | Downloaded tokio-rustls v0.26.4 |
| 850 | 2026-08-12T23:21:55.232Z | Downloaded rand_chacha v0.3.1 |
| 851 | 2026-08-12T23:21:55.237Z | Downloaded crossbeam-utils v0.8.21 |
| 852 | 2026-08-12T23:21:55.241Z | Downloaded match_cfg v0.1.0 |
| 853 | 2026-08-12T23:21:55.241Z | Downloaded nanorand v0.7.0 |
| 854 | 2026-08-12T23:21:55.241Z | Downloaded secrecy v0.10.3 |
| 855 | 2026-08-12T23:21:55.241Z | Downloaded serde_bytes v0.11.19 |
| 856 | 2026-08-12T23:21:55.244Z | Downloaded scroll_derive v0.13.1 |
| 857 | 2026-08-12T23:21:55.244Z | Downloaded signal-hook-mio v0.2.5 |
| 858 | 2026-08-12T23:21:55.244Z | Downloaded signature v2.2.0 |
| 859 | 2026-08-12T23:21:55.244Z | Downloaded typify-macro v0.6.2 |
| 860 | 2026-08-12T23:21:55.247Z | Downloaded tokio-stream v0.1.18 |
| 861 | 2026-08-12T23:21:55.253Z | Downloaded miniz_oxide v0.8.9 |
| 862 | 2026-08-12T23:21:55.253Z | Downloaded tokio-postgres v0.7.16 |
| 863 | 2026-08-12T23:21:55.253Z | Downloaded icu_locale_core v2.1.1 |
| 864 | 2026-08-12T23:21:55.257Z | Downloaded crc32fast v1.5.0 |
| 865 | 2026-08-12T23:21:55.257Z | Downloaded darling v0.23.0 |
| 866 | 2026-08-12T23:21:55.260Z | Downloaded oxide-update-engine-display v0.1.2 |
| 867 | 2026-08-12T23:21:55.261Z | Downloaded diff v0.1.13 |
| 868 | 2026-08-12T23:21:55.266Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-08-12T23:21:55.267Z | Downloaded nonempty v0.12.0 |
| 870 | 2026-08-12T23:21:55.267Z | Downloaded module-lattice v0.2.3 |
| 871 | 2026-08-12T23:21:55.267Z | Downloaded pin-project-internal v1.1.11 |
| 872 | 2026-08-12T23:21:55.270Z | Downloaded potential_utf v0.1.4 |
| 873 | 2026-08-12T23:21:55.274Z | Downloaded hickory-server v0.25.2 |
| 874 | 2026-08-12T23:21:55.279Z | Downloaded crossbeam-channel v0.5.15 |
| 875 | 2026-08-12T23:21:55.284Z | Downloaded hashbrown v0.13.2 |
| 876 | 2026-08-12T23:21:55.284Z | Downloaded zerocopy-derive v0.8.40 |
| 877 | 2026-08-12T23:21:55.288Z | Downloaded cookie v0.18.1 |
| 878 | 2026-08-12T23:21:55.294Z | Downloaded packed_struct v0.10.1 |
| 879 | 2026-08-12T23:21:55.294Z | Downloaded phf v0.12.1 |
| 880 | 2026-08-12T23:21:55.295Z | Downloaded try-lock v0.2.5 |
| 881 | 2026-08-12T23:21:55.295Z | Downloaded waitgroup v0.1.2 |
| 882 | 2026-08-12T23:21:55.295Z | Downloaded toml_edit v0.19.15 |
| 883 | 2026-08-12T23:21:55.301Z | Downloaded xattr v1.6.1 |
| 884 | 2026-08-12T23:21:55.305Z | Downloaded proc-macro-error2 v2.0.1 |
| 885 | 2026-08-12T23:21:55.305Z | Downloaded litemap v0.8.1 |
| 886 | 2026-08-12T23:21:55.305Z | Downloaded aes v0.9.1 |
| 887 | 2026-08-12T23:21:55.308Z | Downloaded port-file v0.1.0 |
| 888 | 2026-08-12T23:21:55.308Z | Downloaded is_ci v1.2.0 |
| 889 | 2026-08-12T23:21:55.314Z | Downloaded unicode-xid v0.2.6 |
| 890 | 2026-08-12T23:21:55.314Z | Downloaded universal-hash v0.5.1 |
| 891 | 2026-08-12T23:21:55.314Z | Downloaded xshell-macros v0.2.7 |
| 892 | 2026-08-12T23:21:55.314Z | Downloaded zone_cfg_derive v0.3.1 |
| 893 | 2026-08-12T23:21:55.324Z | Downloaded derive_builder_macro v0.20.2 |
| 894 | 2026-08-12T23:21:55.324Z | Downloaded der v0.7.10 |
| 895 | 2026-08-12T23:21:55.324Z | Downloaded darling_core v0.21.3 |
| 896 | 2026-08-12T23:21:55.328Z | Downloaded synstructure v0.13.2 |
| 897 | 2026-08-12T23:21:55.328Z | Downloaded tiny-keccak v2.0.2 |
| 898 | 2026-08-12T23:21:55.328Z | Downloaded rpassword v7.5.4 |
| 899 | 2026-08-12T23:21:55.328Z | Downloaded dirs-sys-next v0.1.2 |
| 900 | 2026-08-12T23:21:55.328Z | Downloaded tokio-tungstenite v0.23.1 |
| 901 | 2026-08-12T23:21:55.328Z | Downloaded peg-runtime v0.8.5 |
| 902 | 2026-08-12T23:21:55.331Z | Downloaded inout v0.2.2 |
| 903 | 2026-08-12T23:21:55.332Z | Downloaded instability v0.3.11 |
| 904 | 2026-08-12T23:21:55.332Z | Downloaded multimap v0.10.1 |
| 905 | 2026-08-12T23:21:55.335Z | Downloaded oso-derive v0.27.3 |
| 906 | 2026-08-12T23:21:55.337Z | Downloaded ipnetwork v0.21.1 |
| 907 | 2026-08-12T23:21:55.337Z | Downloaded serde_yaml v0.9.34+deprecated |
| 908 | 2026-08-12T23:21:55.341Z | Downloaded derive-where v1.6.0 |
| 909 | 2026-08-12T23:21:55.345Z | Downloaded icu_collections v2.1.1 |
| 910 | 2026-08-12T23:21:55.349Z | Downloaded critical-section v1.2.0 |
| 911 | 2026-08-12T23:21:55.350Z | Downloaded typify v0.6.2 |
| 912 | 2026-08-12T23:21:55.350Z | Downloaded precomputed-hash v0.1.1 |
| 913 | 2026-08-12T23:21:55.353Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 914 | 2026-08-12T23:21:55.356Z | Downloaded smallvec v0.6.14 |
| 915 | 2026-08-12T23:21:55.359Z | Downloaded smf v0.2.3 |
| 916 | 2026-08-12T23:21:55.359Z | Downloaded string_cache v0.8.9 |
| 917 | 2026-08-12T23:21:55.359Z | Downloaded tokio-dtrace v0.1.1 |
| 918 | 2026-08-12T23:21:55.359Z | Downloaded p256 v0.14.0 |
| 919 | 2026-08-12T23:21:55.362Z | Downloaded icu_provider v2.1.1 |
| 920 | 2026-08-12T23:21:55.362Z | Downloaded x509-cert v0.2.5 |
| 921 | 2026-08-12T23:21:55.365Z | Downloaded diesel-dtrace v0.5.0 |
| 922 | 2026-08-12T23:21:55.368Z | Downloaded rfc6979 v0.6.0 |
| 923 | 2026-08-12T23:21:55.368Z | Downloaded russh-cryptovec v0.62.0 |
| 924 | 2026-08-12T23:21:55.371Z | Downloaded subtle v2.6.1 |
| 925 | 2026-08-12T23:21:55.371Z | Downloaded time-core v0.1.8 |
| 926 | 2026-08-12T23:21:55.379Z | Downloaded xshell v0.2.7 |
| 927 | 2026-08-12T23:21:55.386Z | Downloaded salsa20 v0.11.0 |
| 928 | 2026-08-12T23:21:55.389Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 929 | 2026-08-12T23:21:55.389Z | Downloaded jobserver v0.1.34 |
| 930 | 2026-08-12T23:21:55.389Z | Downloaded libloading v0.8.9 |
| 931 | 2026-08-12T23:21:55.389Z | Downloaded serde_with_macros v3.21.0 |
| 932 | 2026-08-12T23:21:55.392Z | Downloaded mime_guess v2.0.5 |
| 933 | 2026-08-12T23:21:55.399Z | Downloaded tokio-test v0.4.5 |
| 934 | 2026-08-12T23:21:55.399Z | Downloaded ctr v0.10.1 |
| 935 | 2026-08-12T23:21:55.399Z | Downloaded der_derive v0.7.3 |
| 936 | 2026-08-12T23:21:55.403Z | Downloaded writeable v0.6.2 |
| 937 | 2026-08-12T23:21:55.403Z | Downloaded rand v0.8.6 |
| 938 | 2026-08-12T23:21:55.403Z | Downloaded derive_more-impl v2.1.1 |
| 939 | 2026-08-12T23:21:55.406Z | Downloaded memmap2 v0.9.10 |
| 940 | 2026-08-12T23:21:55.406Z | Downloaded stable_deref_trait v1.2.1 |
| 941 | 2026-08-12T23:21:55.406Z | Downloaded tar v0.4.46 |
| 942 | 2026-08-12T23:21:55.406Z | Downloaded num-integer v0.1.46 |
| 943 | 2026-08-12T23:21:55.406Z | Downloaded phc v0.6.1 |
| 944 | 2026-08-12T23:21:55.410Z | Downloaded elliptic-curve v0.13.8 |
| 945 | 2026-08-12T23:21:55.410Z | Downloaded ed25519 v2.2.3 |
| 946 | 2026-08-12T23:21:55.415Z | Downloaded nu-ansi-term v0.50.3 |
| 947 | 2026-08-12T23:21:55.415Z | Downloaded phf v0.13.1 |
| 948 | 2026-08-12T23:21:55.415Z | Downloaded rustyline v14.0.0 |
| 949 | 2026-08-12T23:21:55.418Z | Downloaded multer v3.1.0 |
| 950 | 2026-08-12T23:21:55.418Z | Downloaded strsim v0.10.0 |
| 951 | 2026-08-12T23:21:55.418Z | Downloaded omicron-zone-package v0.12.3 |
| 952 | 2026-08-12T23:21:55.424Z | Downloaded prefix-trie v0.7.0 |
| 953 | 2026-08-12T23:21:55.428Z | Downloaded smallvec v1.15.1 |
| 954 | 2026-08-12T23:21:55.428Z | Downloaded uzers v0.12.2 |
| 955 | 2026-08-12T23:21:55.428Z | Downloaded psl-types v2.0.11 |
| 956 | 2026-08-12T23:21:55.431Z | Downloaded hashbrown v0.15.5 |
| 957 | 2026-08-12T23:21:55.443Z | Downloaded aws-lc-rs v1.16.3 |
| 958 | 2026-08-12T23:21:55.448Z | Downloaded oxnet v0.1.6 |
| 959 | 2026-08-12T23:21:55.450Z | Downloaded siphasher v1.0.2 |
| 960 | 2026-08-12T23:21:55.450Z | Downloaded spki v0.7.3 |
| 961 | 2026-08-12T23:21:55.450Z | Downloaded zerofrom-derive v0.1.6 |
| 962 | 2026-08-12T23:21:55.451Z | Downloaded cpufeatures v0.3.0 |
| 963 | 2026-08-12T23:21:55.451Z | Downloaded crc v3.4.0 |
| 964 | 2026-08-12T23:21:55.488Z | Downloaded support-bundle-viewer v0.1.2 |
| 965 | 2026-08-12T23:21:55.501Z | Downloaded thiserror-no-std v2.0.2 |
| 966 | 2026-08-12T23:21:55.501Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 967 | 2026-08-12T23:21:55.501Z | Downloaded debug-ignore v1.0.5 |
| 968 | 2026-08-12T23:21:55.501Z | Downloaded embedded-io v0.4.0 |
| 969 | 2026-08-12T23:21:55.501Z | Downloaded embedded-io v0.6.1 |
| 970 | 2026-08-12T23:21:55.501Z | Downloaded test-strategy v0.4.5 |
| 971 | 2026-08-12T23:21:55.501Z | Downloaded diesel_derives v2.3.7 |
| 972 | 2026-08-12T23:21:55.501Z | Downloaded darling v0.13.4 |
| 973 | 2026-08-12T23:21:55.501Z | Downloaded sha1 v0.10.6 |
| 974 | 2026-08-12T23:21:55.501Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-08-12T23:21:55.502Z | Downloaded vergen-gitcl v1.0.8 |
| 976 | 2026-08-12T23:21:55.502Z | Downloaded wyz v0.5.1 |
| 977 | 2026-08-12T23:21:55.502Z | Downloaded zip v4.6.1 |
| 978 | 2026-08-12T23:21:55.502Z | Downloaded vergen-git2 v9.1.0 |
| 979 | 2026-08-12T23:21:55.502Z | Downloaded hashbrown v0.16.1 |
| 980 | 2026-08-12T23:21:55.502Z | Downloaded steno v0.4.1 |
| 981 | 2026-08-12T23:21:55.511Z | Downloaded mio v1.2.0 |
| 982 | 2026-08-12T23:21:55.511Z | Downloaded progenitor-impl v0.14.0 |
| 983 | 2026-08-12T23:21:55.511Z | Downloaded kstat-rs v0.2.5 |
| 984 | 2026-08-12T23:21:55.511Z | Downloaded deranged v0.5.8 |
| 985 | 2026-08-12T23:21:55.511Z | Downloaded thread-id v5.1.0 |
| 986 | 2026-08-12T23:21:55.511Z | Downloaded md5 v0.8.0 |
| 987 | 2026-08-12T23:21:55.511Z | Downloaded num_threads v0.1.7 |
| 988 | 2026-08-12T23:21:55.511Z | Downloaded trait-variant v0.1.2 |
| 989 | 2026-08-12T23:21:55.512Z | Downloaded unarray v0.1.4 |
| 990 | 2026-08-12T23:21:55.512Z | Downloaded password-hash v0.6.1 |
| 991 | 2026-08-12T23:21:55.512Z | Downloaded ryu v1.0.23 |
| 992 | 2026-08-12T23:21:55.520Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-08-12T23:21:55.521Z | Downloaded serde_path_to_error v0.1.20 |
| 994 | 2026-08-12T23:21:55.521Z | Downloaded slog-json v2.6.1 |
| 995 | 2026-08-12T23:21:55.521Z | Downloaded iana-time-zone v0.1.65 |
| 996 | 2026-08-12T23:21:55.521Z | Downloaded ssh-key v0.7.0-rc.11 |
| 997 | 2026-08-12T23:21:55.522Z | Downloaded phf_shared v0.12.1 |
| 998 | 2026-08-12T23:21:55.522Z | Downloaded icu_normalizer_data v2.1.1 |
| 999 | 2026-08-12T23:21:55.528Z | Downloaded nom v8.0.0 |
| 1000 | 2026-08-12T23:21:55.528Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1001 | 2026-08-12T23:21:55.532Z | Downloaded managed v0.8.0 |
| 1002 | 2026-08-12T23:21:55.540Z | Downloaded signal-hook v0.3.18 |
| 1003 | 2026-08-12T23:21:55.540Z | Downloaded ppv-lite86 v0.2.21 |
| 1004 | 2026-08-12T23:21:55.540Z | Downloaded parking_lot v0.12.5 |
| 1005 | 2026-08-12T23:21:55.544Z | Downloaded pkcs8 v0.10.2 |
| 1006 | 2026-08-12T23:21:55.544Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1007 | 2026-08-12T23:21:55.548Z | Downloaded tokio-macros v2.7.0 |
| 1008 | 2026-08-12T23:21:55.548Z | Downloaded num-derive v0.4.2 |
| 1009 | 2026-08-12T23:21:55.553Z | Downloaded rsa v0.10.0-rc.18 |
| 1010 | 2026-08-12T23:21:55.555Z | Downloaded samael v0.0.19 |
| 1011 | 2026-08-12T23:21:55.559Z | Downloaded static_assertions v1.1.0 |
| 1012 | 2026-08-12T23:21:55.562Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1013 | 2026-08-12T23:21:55.565Z | Downloaded rand_xorshift v0.4.0 |
| 1014 | 2026-08-12T23:21:55.565Z | Downloaded uuid v1.23.4 |
| 1015 | 2026-08-12T23:21:55.568Z | Downloaded dirs-next v2.0.0 |
| 1016 | 2026-08-12T23:21:55.568Z | Downloaded either v1.15.0 |
| 1017 | 2026-08-12T23:21:55.571Z | Downloaded unicode-segmentation v1.12.0 |
| 1018 | 2026-08-12T23:21:55.575Z | Downloaded difflib v0.4.0 |
| 1019 | 2026-08-12T23:21:55.575Z | Downloaded digest-io v0.1.0 |
| 1020 | 2026-08-12T23:21:55.575Z | Downloaded stringprep v0.1.5 |
| 1021 | 2026-08-12T23:21:55.580Z | Downloaded termios v0.3.3 |
| 1022 | 2026-08-12T23:21:55.584Z | Downloaded signature v3.0.0 |
| 1023 | 2026-08-12T23:21:55.587Z | Downloaded tower-service v0.3.3 |
| 1024 | 2026-08-12T23:21:55.587Z | Downloaded futures-util v0.3.32 |
| 1025 | 2026-08-12T23:21:55.594Z | Downloaded hkdf v0.12.4 |
| 1026 | 2026-08-12T23:21:55.597Z | Downloaded derive_more v2.1.1 |
| 1027 | 2026-08-12T23:21:55.602Z | Downloaded data-encoding v2.10.0 |
| 1028 | 2026-08-12T23:21:55.606Z | Downloaded mime v0.3.17 |
| 1029 | 2026-08-12T23:21:55.606Z | Downloaded owo-colors v4.3.0 |
| 1030 | 2026-08-12T23:21:55.606Z | Downloaded litrs v1.0.0 |
| 1031 | 2026-08-12T23:21:55.609Z | Downloaded packed_struct_codegen v0.10.1 |
| 1032 | 2026-08-12T23:21:55.609Z | Downloaded serde_with_macros v1.5.2 |
| 1033 | 2026-08-12T23:21:55.609Z | Downloaded num-complex v0.4.6 |
| 1034 | 2026-08-12T23:21:55.609Z | Downloaded usdt v0.6.0 |
| 1035 | 2026-08-12T23:21:55.609Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1036 | 2026-08-12T23:21:55.609Z | Downloaded progenitor v0.13.0 |
| 1037 | 2026-08-12T23:21:55.614Z | Downloaded rawzip v0.4.4 |
| 1038 | 2026-08-12T23:21:55.617Z | Downloaded semver v0.1.20 |
| 1039 | 2026-08-12T23:21:55.619Z | Downloaded rustls-pemfile v2.2.0 |
| 1040 | 2026-08-12T23:21:55.620Z | Downloaded untrusted v0.9.0 |
| 1041 | 2026-08-12T23:21:55.624Z | Downloaded unicode_categories v0.1.1 |
| 1042 | 2026-08-12T23:21:55.629Z | Downloaded defmt-parser v1.0.0 |
| 1043 | 2026-08-12T23:21:55.632Z | Downloaded lalrpop-util v0.19.12 |
| 1044 | 2026-08-12T23:21:55.635Z | Downloaded yasna v0.5.2 |
| 1045 | 2026-08-12T23:21:55.638Z | Downloaded hyper v1.10.1 |
| 1046 | 2026-08-12T23:21:55.641Z | Downloaded slog-async v2.8.0 |
| 1047 | 2026-08-12T23:21:55.641Z | Downloaded strum v0.27.2 |
| 1048 | 2026-08-12T23:21:55.641Z | Downloaded crc-catalog v2.4.0 |
| 1049 | 2026-08-12T23:21:55.641Z | Downloaded termtree v0.5.1 |
| 1050 | 2026-08-12T23:21:55.645Z | Downloaded crc8 v0.1.1 |
| 1051 | 2026-08-12T23:21:55.645Z | Downloaded pem-rfc7468 v1.0.0 |
| 1052 | 2026-08-12T23:21:55.645Z | Downloaded nodrop v0.1.14 |
| 1053 | 2026-08-12T23:21:55.645Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1054 | 2026-08-12T23:21:55.646Z | Downloaded sha1 v0.11.0 |
| 1055 | 2026-08-12T23:21:55.649Z | Downloaded cookie_store v0.22.1 |
| 1056 | 2026-08-12T23:21:55.649Z | Downloaded num-bigint-dig v0.8.6 |
| 1057 | 2026-08-12T23:21:55.649Z | Downloaded h2 v0.4.15 |
| 1058 | 2026-08-12T23:21:55.656Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1059 | 2026-08-12T23:21:55.662Z | Downloaded twox-hash v2.1.2 |
| 1060 | 2026-08-12T23:21:55.662Z | Downloaded simd-adler32 v0.3.8 |
| 1061 | 2026-08-12T23:21:55.662Z | Downloaded sqlparser_derive v0.5.0 |
| 1062 | 2026-08-12T23:21:55.662Z | Downloaded tabwriter v1.4.1 |
| 1063 | 2026-08-12T23:21:55.662Z | Downloaded want v0.3.1 |
| 1064 | 2026-08-12T23:21:55.662Z | Downloaded zeroize v1.9.0 |
| 1065 | 2026-08-12T23:21:55.665Z | Downloaded des v0.9.0 |
| 1066 | 2026-08-12T23:21:55.665Z | Downloaded crypto-common v0.2.2 |
| 1067 | 2026-08-12T23:21:55.665Z | Downloaded zstd v0.13.3 |
| 1068 | 2026-08-12T23:21:55.665Z | Downloaded zstd-safe v7.2.4 |
| 1069 | 2026-08-12T23:21:55.665Z | Downloaded darling v0.21.3 |
| 1070 | 2026-08-12T23:21:55.668Z | Downloaded nibble_vec v0.1.0 |
| 1071 | 2026-08-12T23:21:55.674Z | Downloaded indent_write v2.2.0 |
| 1072 | 2026-08-12T23:21:55.674Z | Downloaded lzss v0.8.2 |
| 1073 | 2026-08-12T23:21:55.677Z | Downloaded maplit v1.0.2 |
| 1074 | 2026-08-12T23:21:55.677Z | Downloaded defmt v1.0.1 |
| 1075 | 2026-08-12T23:21:55.680Z | Downloaded darling_macro v0.23.0 |
| 1076 | 2026-08-12T23:21:55.680Z | Downloaded qorb v0.4.1 |
| 1077 | 2026-08-12T23:21:55.680Z | Downloaded ipnet v2.11.0 |
| 1078 | 2026-08-12T23:21:55.684Z | Downloaded internet-checksum v0.2.1 |
| 1079 | 2026-08-12T23:21:55.684Z | Downloaded openssl-macros v0.1.1 |
| 1080 | 2026-08-12T23:21:55.684Z | Downloaded idna_adapter v1.2.1 |
| 1081 | 2026-08-12T23:21:55.684Z | Downloaded rand_pcg v0.10.2 |
| 1082 | 2026-08-12T23:21:55.689Z | Downloaded vergen-lib v0.1.6 |
| 1083 | 2026-08-12T23:21:55.689Z | Downloaded rayon v1.11.0 |
| 1084 | 2026-08-12T23:21:55.691Z | Downloaded rsa v0.9.10 |
| 1085 | 2026-08-12T23:21:55.694Z | Downloaded serde-big-array v0.5.1 |
| 1086 | 2026-08-12T23:21:55.694Z | Downloaded unicode-normalization v0.1.25 |
| 1087 | 2026-08-12T23:21:55.697Z | Downloaded rcgen v0.12.1 |
| 1088 | 2026-08-12T23:21:55.697Z | Downloaded schemars v0.8.22 |
| 1089 | 2026-08-12T23:21:55.703Z | Downloaded ecdsa v0.16.9 |
| 1090 | 2026-08-12T23:21:55.706Z | Downloaded progenitor-macro v0.14.0 |
| 1091 | 2026-08-12T23:21:55.706Z | Downloaded serde_urlencoded v0.7.1 |
| 1092 | 2026-08-12T23:21:55.706Z | Downloaded is-terminal v0.4.17 |
| 1093 | 2026-08-12T23:21:55.706Z | Downloaded serde-hex v0.1.0 |
| 1094 | 2026-08-12T23:21:55.713Z | Downloaded hkdf v0.13.0 |
| 1095 | 2026-08-12T23:21:55.716Z | Downloaded socket2 v0.5.10 |
| 1096 | 2026-08-12T23:21:55.716Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1097 | 2026-08-12T23:21:55.719Z | Downloaded postgres-types v0.2.12 |
| 1098 | 2026-08-12T23:21:55.719Z | Downloaded itertools v0.13.0 |
| 1099 | 2026-08-12T23:21:55.722Z | Downloaded document-features v0.2.12 |
| 1100 | 2026-08-12T23:21:55.728Z | Downloaded rustls-pki-types v1.14.0 |
| 1101 | 2026-08-12T23:21:55.733Z | Downloaded testing_table v0.3.0 |
| 1102 | 2026-08-12T23:21:55.736Z | Downloaded aho-corasick v1.1.4 |
| 1103 | 2026-08-12T23:21:55.739Z | Downloaded parse-size v1.1.0 |
| 1104 | 2026-08-12T23:21:55.753Z | Downloaded new_debug_unreachable v1.0.6 |
| 1105 | 2026-08-12T23:21:55.756Z | Downloaded lru v0.12.5 |
| 1106 | 2026-08-12T23:21:55.759Z | Downloaded md-5 v0.10.6 |
| 1107 | 2026-08-12T23:21:55.759Z | Downloaded yoke-derive v0.8.1 |
| 1108 | 2026-08-12T23:21:55.759Z | Downloaded universal-hash v0.6.1 |
| 1109 | 2026-08-12T23:21:55.759Z | Downloaded crunchy v0.2.4 |
| 1110 | 2026-08-12T23:21:55.763Z | Downloaded tough v0.22.0 |
| 1111 | 2026-08-12T23:21:55.768Z | Downloaded libsw-core v0.3.2 |
| 1112 | 2026-08-12T23:21:55.771Z | Downloaded postgres-protocol v0.6.10 |
| 1113 | 2026-08-12T23:21:55.771Z | Downloaded usdt-impl v0.6.0 |
| 1114 | 2026-08-12T23:21:55.771Z | Downloaded itertools v0.10.5 |
| 1115 | 2026-08-12T23:21:55.777Z | Downloaded rayon-core v1.13.0 |
| 1116 | 2026-08-12T23:21:55.780Z | Downloaded elliptic-curve v0.14.1 |
| 1117 | 2026-08-12T23:21:55.780Z | Downloaded r2d2 v0.8.10 |
| 1118 | 2026-08-12T23:21:55.780Z | Downloaded rustversion v1.0.22 |
| 1119 | 2026-08-12T23:21:55.780Z | Downloaded der v0.8.0 |
| 1120 | 2026-08-12T23:21:55.784Z | Downloaded polyval v0.7.1 |
| 1121 | 2026-08-12T23:21:55.791Z | Downloaded lru-cache v0.1.2 |
| 1122 | 2026-08-12T23:21:55.791Z | Downloaded supports-color v3.0.2 |
| 1123 | 2026-08-12T23:21:55.797Z | Downloaded ssh-cipher v0.3.0 |
| 1124 | 2026-08-12T23:21:55.797Z | Downloaded tls_codec v0.4.2 |
| 1125 | 2026-08-12T23:21:55.797Z | Downloaded proc-macro-crate v1.3.1 |
| 1126 | 2026-08-12T23:21:55.799Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1127 | 2026-08-12T23:21:55.799Z | Downloaded strum v0.26.3 |
| 1128 | 2026-08-12T23:21:55.803Z | Downloaded unicode-bidi v0.3.18 |
| 1129 | 2026-08-12T23:21:55.805Z | Downloaded quick-error v1.2.3 |
| 1130 | 2026-08-12T23:21:55.809Z | Downloaded num_enum v0.5.11 |
| 1131 | 2026-08-12T23:21:55.812Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1132 | 2026-08-12T23:21:55.815Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1133 | 2026-08-12T23:21:55.821Z | Downloaded opaque-debug v0.3.1 |
| 1134 | 2026-08-12T23:21:55.824Z | Downloaded nom v7.1.3 |
| 1135 | 2026-08-12T23:21:55.828Z | Downloaded term v1.2.1 |
| 1136 | 2026-08-12T23:21:55.831Z | Downloaded percent-encoding v2.3.2 |
| 1137 | 2026-08-12T23:21:55.831Z | Downloaded scroll v0.13.0 |
| 1138 | 2026-08-12T23:21:55.831Z | Downloaded wait-timeout v0.2.1 |
| 1139 | 2026-08-12T23:21:55.834Z | Downloaded russh-util v0.52.0 |
| 1140 | 2026-08-12T23:21:55.834Z | Downloaded keccak v0.1.6 |
| 1141 | 2026-08-12T23:21:55.838Z | Downloaded newline-converter v0.3.0 |
| 1142 | 2026-08-12T23:21:55.841Z | Downloaded icu_normalizer v2.1.1 |
| 1143 | 2026-08-12T23:21:55.844Z | Downloaded strum_macros v0.24.3 |
| 1144 | 2026-08-12T23:21:55.848Z | Downloaded scopeguard v1.2.0 |
| 1145 | 2026-08-12T23:21:55.851Z | Downloaded zerovec-derive v0.11.2 |
| 1146 | 2026-08-12T23:21:55.854Z | Downloaded darling_core v0.20.11 |
| 1147 | 2026-08-12T23:21:55.859Z | Downloaded publicsuffix v2.3.0 |
| 1148 | 2026-08-12T23:21:55.859Z | Downloaded itertools v0.12.1 |
| 1149 | 2026-08-12T23:21:55.863Z | Downloaded parking_lot v0.11.2 |
| 1150 | 2026-08-12T23:21:55.863Z | Downloaded darling_core v0.13.4 |
| 1151 | 2026-08-12T23:21:55.866Z | Downloaded tokio-tungstenite v0.21.0 |
| 1152 | 2026-08-12T23:21:55.866Z | Downloaded jiff-static v0.2.34 |
| 1153 | 2026-08-12T23:21:55.866Z | Downloaded seq-macro v0.3.6 |
| 1154 | 2026-08-12T23:21:55.866Z | Downloaded ml-kem v0.3.2 |
| 1155 | 2026-08-12T23:21:55.869Z | Downloaded defmt-macros v1.0.1 |
| 1156 | 2026-08-12T23:21:55.869Z | Downloaded typed-path v0.9.3 |
| 1157 | 2026-08-12T23:21:55.872Z | Downloaded stacker v0.1.23 |
| 1158 | 2026-08-12T23:21:55.872Z | Downloaded url v2.5.8 |
| 1159 | 2026-08-12T23:21:55.875Z | Downloaded git2 v0.20.4 |
| 1160 | 2026-08-12T23:21:55.879Z | Downloaded tinyvec_macros v0.1.1 |
| 1161 | 2026-08-12T23:21:55.882Z | Downloaded crossterm v0.28.1 |
| 1162 | 2026-08-12T23:21:55.885Z | Downloaded quinn-udp v0.5.14 |
| 1163 | 2026-08-12T23:21:55.885Z | Downloaded ed25519-dalek v2.2.0 |
| 1164 | 2026-08-12T23:21:55.888Z | Downloaded serdect v0.4.3 |
| 1165 | 2026-08-12T23:21:55.888Z | Downloaded psm v0.1.30 |
| 1166 | 2026-08-12T23:21:55.892Z | Downloaded num_enum v0.7.6 |
| 1167 | 2026-08-12T23:21:55.901Z | Downloaded parse-display-derive v0.10.0 |
| 1168 | 2026-08-12T23:21:55.901Z | Downloaded thread_local v1.1.9 |
| 1169 | 2026-08-12T23:21:55.906Z | Downloaded resolv-conf v0.7.6 |
| 1170 | 2026-08-12T23:21:55.906Z | Downloaded blake3 v1.8.5 |
| 1171 | 2026-08-12T23:21:55.911Z | Downloaded displaydoc v0.2.5 |
| 1172 | 2026-08-12T23:21:55.911Z | Downloaded ecdsa v0.17.0 |
| 1173 | 2026-08-12T23:21:55.911Z | Downloaded derive-ex v0.1.8 |
| 1174 | 2026-08-12T23:21:55.916Z | Downloaded predicates v3.1.4 |
| 1175 | 2026-08-12T23:21:55.916Z | Downloaded regex v1.12.3 |
| 1176 | 2026-08-12T23:21:55.920Z | Downloaded slog v2.8.2 |
| 1177 | 2026-08-12T23:21:55.923Z | Downloaded indoc v2.0.7 |
| 1178 | 2026-08-12T23:21:55.927Z | Downloaded quick-xml v0.37.5 |
| 1179 | 2026-08-12T23:21:55.937Z | Downloaded rand v0.9.2 |
| 1180 | 2026-08-12T23:21:55.939Z | Downloaded indicatif v0.18.4 |
| 1181 | 2026-08-12T23:21:55.943Z | Downloaded rand_seeder v0.4.0 |
| 1182 | 2026-08-12T23:21:55.949Z | Downloaded similar v2.7.0 |
| 1183 | 2026-08-12T23:21:55.952Z | Downloaded pkcs5 v0.8.1 |
| 1184 | 2026-08-12T23:21:55.952Z | Downloaded spin v0.9.8 |
| 1185 | 2026-08-12T23:21:55.958Z | Downloaded reedline v0.40.0 |
| 1186 | 2026-08-12T23:21:55.962Z | Downloaded ignore v0.4.25 |
| 1187 | 2026-08-12T23:21:55.968Z | Downloaded socket2 v0.6.3 |
| 1188 | 2026-08-12T23:21:55.971Z | Downloaded crc-any v2.5.0 |
| 1189 | 2026-08-12T23:21:55.971Z | Downloaded unsafe-libyaml v0.2.11 |
| 1190 | 2026-08-12T23:21:55.977Z | Downloaded zip v0.6.6 |
| 1191 | 2026-08-12T23:21:55.981Z | Downloaded sha3 v0.12.0 |
| 1192 | 2026-08-12T23:21:55.991Z | Downloaded derive_more v0.99.20 |
| 1193 | 2026-08-12T23:21:55.994Z | Downloaded darling v0.20.11 |
| 1194 | 2026-08-12T23:21:55.997Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1195 | 2026-08-12T23:21:55.997Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1196 | 2026-08-12T23:21:56.001Z | Downloaded bitvec v1.0.1 |
| 1197 | 2026-08-12T23:21:56.007Z | Downloaded tabled v0.21.0 |
| 1198 | 2026-08-12T23:21:56.016Z | Downloaded zerovec v0.11.5 |
| 1199 | 2026-08-12T23:21:56.019Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-08-12T23:21:56.024Z | Downloaded hyper-util v0.1.20 |
| 1201 | 2026-08-12T23:21:56.028Z | Downloaded bindgen v0.71.1 |
| 1202 | 2026-08-12T23:21:56.033Z | Downloaded pin-project v1.1.11 |
| 1203 | 2026-08-12T23:21:56.038Z | Downloaded num-bigint v0.4.6 |
| 1204 | 2026-08-12T23:21:56.043Z | Downloaded tracing-attributes v0.1.31 |
| 1205 | 2026-08-12T23:21:56.043Z | Downloaded unicode-properties v0.1.4 |
| 1206 | 2026-08-12T23:21:56.043Z | Downloaded vte v0.14.1 |
| 1207 | 2026-08-12T23:21:56.043Z | Downloaded goblin v0.10.5 |
| 1208 | 2026-08-12T23:21:56.046Z | Downloaded derive_builder v0.20.2 |
| 1209 | 2026-08-12T23:21:56.049Z | Downloaded libxml v0.3.3 |
| 1210 | 2026-08-12T23:21:56.053Z | Downloaded tower-http v0.6.8 |
| 1211 | 2026-08-12T23:21:56.056Z | Downloaded crypto-bigint v0.5.5 |
| 1212 | 2026-08-12T23:21:56.060Z | Downloaded libm v0.2.16 |
| 1213 | 2026-08-12T23:21:56.070Z | Downloaded dropshot-api-manager v0.7.2 |
| 1214 | 2026-08-12T23:21:56.073Z | Downloaded drift v0.2.0 |
| 1215 | 2026-08-12T23:21:56.086Z | Downloaded tower v0.5.3 |
| 1216 | 2026-08-12T23:21:56.089Z | Downloaded rand v0.10.1 |
| 1217 | 2026-08-12T23:21:56.089Z | Downloaded icu_properties v2.1.2 |
| 1218 | 2026-08-12T23:21:56.089Z | Downloaded itertools v0.15.0 |
| 1219 | 2026-08-12T23:21:56.093Z | Downloaded pretty_assertions v1.4.1 |
| 1220 | 2026-08-12T23:21:56.093Z | Downloaded iddqd v0.4.2 |
| 1221 | 2026-08-12T23:21:56.097Z | Downloaded time v0.3.47 |
| 1222 | 2026-08-12T23:21:56.104Z | Downloaded darling_core v0.23.0 |
| 1223 | 2026-08-12T23:21:56.108Z | Downloaded winnow v1.0.3 |
| 1224 | 2026-08-12T23:21:56.126Z | Downloaded tokio-util v0.7.18 |
| 1225 | 2026-08-12T23:21:56.132Z | Downloaded serde_with v1.14.0 |
| 1226 | 2026-08-12T23:21:56.145Z | Downloaded p521 v0.14.0 |
| 1227 | 2026-08-12T23:21:56.149Z | Downloaded minimal-lexical v0.2.1 |
| 1228 | 2026-08-12T23:21:56.159Z | Downloaded lalrpop v0.19.12 |
| 1229 | 2026-08-12T23:21:56.170Z | Downloaded idna v1.1.0 |
| 1230 | 2026-08-12T23:21:56.173Z | Downloaded winnow v0.6.26 |
| 1231 | 2026-08-12T23:21:56.185Z | Downloaded chrono v0.4.45 |
| 1232 | 2026-08-12T23:21:56.191Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1233 | 2026-08-12T23:21:56.196Z | Downloaded radix_trie v0.2.1 |
| 1234 | 2026-08-12T23:21:56.205Z | Downloaded jiff-core v0.1.0 |
| 1235 | 2026-08-12T23:21:56.259Z | Downloaded polar-core v0.27.3 |
| 1236 | 2026-08-12T23:21:56.270Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-08-12T23:21:56.271Z | Downloaded reqwest v0.12.28 |
| 1238 | 2026-08-12T23:21:56.271Z | Downloaded ed25519-dalek v3.0.0 |
| 1239 | 2026-08-12T23:21:56.280Z | Downloaded russh v0.62.4 |
| 1240 | 2026-08-12T23:21:56.286Z | Downloaded hickory-proto v0.24.4 |
| 1241 | 2026-08-12T23:21:56.290Z | Downloaded object v0.30.4 |
| 1242 | 2026-08-12T23:21:56.290Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-08-12T23:21:56.293Z | Downloaded regex-syntax v0.6.29 |
| 1244 | 2026-08-12T23:21:56.296Z | Downloaded iri-string v0.7.10 |
| 1245 | 2026-08-12T23:21:56.301Z | Downloaded crypto-primes v0.7.2 |
| 1246 | 2026-08-12T23:21:56.306Z | Downloaded object v0.37.3 |
| 1247 | 2026-08-12T23:21:56.309Z | Downloaded openapiv3 v2.2.0 |
| 1248 | 2026-08-12T23:21:56.315Z | Downloaded curve25519-dalek v4.1.3 |
| 1249 | 2026-08-12T23:21:56.320Z | Downloaded smoltcp v0.11.0 |
| 1250 | 2026-08-12T23:21:56.327Z | Downloaded crossterm v0.29.0 |
| 1251 | 2026-08-12T23:21:56.330Z | Downloaded salty v0.3.0 |
| 1252 | 2026-08-12T23:21:56.336Z | Downloaded icu_properties_data v2.1.2 |
| 1253 | 2026-08-12T23:21:56.340Z | Downloaded itertools v0.14.0 |
| 1254 | 2026-08-12T23:21:56.350Z | Downloaded zerocopy v0.8.40 |
| 1255 | 2026-08-12T23:21:56.355Z | Downloaded reqwest v0.13.2 |
| 1256 | 2026-08-12T23:21:56.358Z | Downloaded hickory-proto v0.25.2 |
| 1257 | 2026-08-12T23:21:56.369Z | Downloaded bstr v1.12.1 |
| 1258 | 2026-08-12T23:21:56.376Z | Downloaded dropshot v0.17.1 |
| 1259 | 2026-08-12T23:21:56.387Z | Downloaded nix v0.28.0 |
| 1260 | 2026-08-12T23:21:56.395Z | Downloaded curve25519-dalek v5.0.0 |
| 1261 | 2026-08-12T23:21:56.400Z | Downloaded serde_with v3.21.0 |
| 1262 | 2026-08-12T23:21:56.406Z | Downloaded openssl v0.10.80 |
| 1263 | 2026-08-12T23:21:56.411Z | Downloaded crypto-bigint v0.7.5 |
| 1264 | 2026-08-12T23:21:56.419Z | Downloaded proptest v1.11.0 |
| 1265 | 2026-08-12T23:21:56.425Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-08-12T23:21:56.429Z | Downloaded tracing v0.1.44 |
| 1267 | 2026-08-12T23:21:56.441Z | Downloaded nix v0.27.1 |
| 1268 | 2026-08-12T23:21:56.447Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-08-12T23:21:56.453Z | Downloaded quinn-proto v0.11.16 |
| 1270 | 2026-08-12T23:21:56.462Z | Downloaded petname v2.0.2 |
| 1271 | 2026-08-12T23:21:56.465Z | Downloaded sha3 v0.11.0 |
| 1272 | 2026-08-12T23:21:56.468Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-08-12T23:21:56.479Z | Downloaded typify-impl v0.6.2 |
| 1274 | 2026-08-12T23:21:56.487Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-08-12T23:21:56.498Z | Downloaded regress v0.11.1 |
| 1276 | 2026-08-12T23:21:56.503Z | Downloaded moka v0.12.13 |
| 1277 | 2026-08-12T23:21:56.507Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-08-12T23:21:56.530Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-08-12T23:21:56.542Z | Downloaded sled v0.34.7 |
| 1280 | 2026-08-12T23:21:56.547Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-08-12T23:21:56.577Z | Downloaded regress v0.10.5 |
| 1282 | 2026-08-12T23:21:56.591Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-08-12T23:21:56.610Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-08-12T23:21:56.629Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-08-12T23:21:56.664Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-08-12T23:21:56.676Z | Downloaded nix v0.31.2 |
| 1287 | 2026-08-12T23:21:56.683Z | Downloaded rustix v0.38.44 |
| 1288 | 2026-08-12T23:21:56.706Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-08-12T23:21:56.737Z | Downloaded sqlparser v0.61.0 |
| 1290 | 2026-08-12T23:21:56.765Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-08-12T23:21:56.772Z | Downloaded regex-automata v0.4.14 |
| 1292 | 2026-08-12T23:21:56.804Z | Downloaded jiff v0.2.34 |
| 1293 | 2026-08-12T23:21:56.868Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-08-12T23:21:56.879Z | Downloaded petgraph v0.8.3 |
| 1295 | 2026-08-12T23:21:56.891Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1296 | 2026-08-12T23:21:56.901Z | Downloaded chrono-tz v0.10.4 |
| 1297 | 2026-08-12T23:21:56.956Z | Downloaded csv v1.4.0 |
| 1298 | 2026-08-12T23:21:56.969Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-08-12T23:21:57.061Z | Downloaded ring v0.17.14 |
| 1300 | 2026-08-12T23:21:57.711Z | Downloaded aws-lc-sys v0.40.0 |
| 1301 | 2026-08-12T23:21:57.979Z | Compiling libc v0.2.185 |
| 1302 | 2026-08-12T23:21:57.979Z | Compiling serde_core v1.0.228 |
| 1303 | 2026-08-12T23:21:57.979Z | Compiling serde v1.0.228 |
| 1304 | 2026-08-12T23:21:57.982Z | Compiling log v0.4.29 |
| 1305 | 2026-08-12T23:21:57.982Z | Compiling smallvec v1.15.1 |
| 1306 | 2026-08-12T23:21:57.982Z | Compiling find-msvc-tools v0.1.9 |
| 1307 | 2026-08-12T23:21:57.982Z | Compiling shlex v1.3.0 |
| 1308 | 2026-08-12T23:21:57.982Z | Compiling subtle v2.6.1 |
| 1309 | 2026-08-12T23:21:58.178Z | Compiling scopeguard v1.2.0 |
| 1310 | 2026-08-12T23:21:58.182Z | Compiling stable_deref_trait v1.2.1 |
| 1311 | 2026-08-12T23:21:58.183Z | Compiling typenum v1.20.1 |
| 1312 | 2026-08-12T23:21:58.183Z | Compiling zerocopy v0.8.40 |
| 1313 | 2026-08-12T23:21:58.186Z | Compiling portable-atomic v1.13.1 |
| 1314 | 2026-08-12T23:21:58.237Z | Compiling serde_json v1.0.151 |
| 1315 | 2026-08-12T23:21:58.267Z | Compiling syn v2.0.117 |
| 1316 | 2026-08-12T23:21:58.278Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-08-12T23:21:58.331Z | Compiling lock_api v0.4.14 |
| 1318 | 2026-08-12T23:21:58.345Z | Compiling libm v0.2.16 |
| 1319 | 2026-08-12T23:21:58.380Z | Compiling num-traits v0.2.19 |
| 1320 | 2026-08-12T23:21:58.396Z | Compiling pkg-config v0.3.32 |
| 1321 | 2026-08-12T23:21:58.400Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-08-12T23:21:58.400Z | Compiling getrandom v0.4.1 |
| 1323 | 2026-08-12T23:21:58.439Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-08-12T23:21:58.443Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-08-12T23:21:58.530Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-08-12T23:21:58.558Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-08-12T23:21:58.573Z | Compiling writeable v0.6.2 |
| 1328 | 2026-08-12T23:21:58.604Z | Compiling futures-core v0.3.32 |
| 1329 | 2026-08-12T23:21:58.705Z | Compiling litemap v0.8.1 |
| 1330 | 2026-08-12T23:21:58.741Z | Compiling percent-encoding v2.3.2 |
| 1331 | 2026-08-12T23:21:58.767Z | Compiling icu_normalizer_data v2.1.1 |
| 1332 | 2026-08-12T23:21:58.782Z | Compiling icu_properties_data v2.1.2 |
| 1333 | 2026-08-12T23:21:58.800Z | Compiling getrandom v0.3.4 |
| 1334 | 2026-08-12T23:21:58.829Z | Compiling futures-sink v0.3.32 |
| 1335 | 2026-08-12T23:21:58.832Z | Compiling utf8_iter v1.0.4 |
| 1336 | 2026-08-12T23:21:58.890Z | Compiling slab v0.4.12 |
| 1337 | 2026-08-12T23:21:58.917Z | Compiling futures-task v0.3.32 |
| 1338 | 2026-08-12T23:21:58.967Z | Compiling futures-channel v0.3.32 |
| 1339 | 2026-08-12T23:21:58.982Z | Compiling rustix v1.1.3 |
| 1340 | 2026-08-12T23:21:59.009Z | Compiling futures-io v0.3.32 |
| 1341 | 2026-08-12T23:21:59.012Z | Compiling form_urlencoded v1.2.2 |
| 1342 | 2026-08-12T23:21:59.065Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-08-12T23:21:59.084Z | Compiling errno v0.3.14 |
| 1344 | 2026-08-12T23:21:59.098Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-08-12T23:21:59.145Z | Compiling mio v1.2.0 |
| 1346 | 2026-08-12T23:21:59.209Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-08-12T23:21:59.231Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-08-12T23:21:59.262Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-08-12T23:21:59.356Z | Compiling cc v1.2.56 |
| 1350 | 2026-08-12T23:21:59.375Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-08-12T23:21:59.391Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-08-12T23:21:59.394Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-08-12T23:21:59.436Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-08-12T23:21:59.468Z | Compiling iana-time-zone v0.1.65 |
| 1355 | 2026-08-12T23:21:59.484Z | Compiling regex-syntax v0.8.10 |
| 1356 | 2026-08-12T23:21:59.596Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-08-12T23:21:59.611Z | Compiling flagset v0.4.7 |
| 1358 | 2026-08-12T23:21:59.642Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-08-12T23:21:59.658Z | Compiling dunce v1.0.5 |
| 1360 | 2026-08-12T23:21:59.703Z | Compiling base64 v0.22.1 |
| 1361 | 2026-08-12T23:21:59.703Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-08-12T23:21:59.745Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-08-12T23:21:59.759Z | Compiling syn v1.0.109 |
| 1364 | 2026-08-12T23:21:59.772Z | Compiling vcpkg v0.2.15 |
| 1365 | 2026-08-12T23:21:59.789Z | Compiling tracing-core v0.1.36 |
| 1366 | 2026-08-12T23:21:59.789Z | Compiling schemars v0.8.22 |
| 1367 | 2026-08-12T23:21:59.791Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-08-12T23:21:59.890Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-08-12T23:21:59.917Z | Compiling cpufeatures v0.2.17 |
| 1370 | 2026-08-12T23:21:59.955Z | Compiling spin v0.9.8 |
| 1371 | 2026-08-12T23:22:00.385Z | Compiling cmov v0.5.4 |
| 1372 | 2026-08-12T23:22:00.385Z | Compiling tinyvec_macros v0.1.1 |
| 1373 | 2026-08-12T23:22:00.385Z | Compiling openssl-probe v0.2.1 |
| 1374 | 2026-08-12T23:22:00.385Z | Compiling httparse v1.10.1 |
| 1375 | 2026-08-12T23:22:00.385Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-08-12T23:22:00.385Z | Compiling tinyvec v1.10.0 |
| 1377 | 2026-08-12T23:22:00.385Z | Compiling cmake v0.1.57 |
| 1378 | 2026-08-12T23:22:00.385Z | Compiling ctutils v0.4.2 |
| 1379 | 2026-08-12T23:22:00.385Z | Compiling aho-corasick v1.1.4 |
| 1380 | 2026-08-12T23:22:00.385Z | Compiling radium v0.7.0 |
| 1381 | 2026-08-12T23:22:00.385Z | Compiling try-lock v0.2.5 |
| 1382 | 2026-08-12T23:22:00.385Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-08-12T23:22:00.395Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-12T23:22:00.430Z | Compiling indexmap v2.14.0 |
| 1385 | 2026-08-12T23:22:00.472Z | Compiling uuid v1.23.4 |
| 1386 | 2026-08-12T23:22:00.536Z | Compiling tower-service v0.3.3 |
| 1387 | 2026-08-12T23:22:00.566Z | Compiling untrusted v0.7.1 |
| 1388 | 2026-08-12T23:22:00.570Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-08-12T23:22:00.582Z | Compiling atomic-waker v1.1.2 |
| 1390 | 2026-08-12T23:22:00.644Z | Compiling rustc_version v0.4.1 |
| 1391 | 2026-08-12T23:22:00.730Z | Compiling want v0.3.1 |
| 1392 | 2026-08-12T23:22:00.742Z | Compiling tap v1.0.1 |
| 1393 | 2026-08-12T23:22:00.759Z | Compiling rustls v0.23.41 |
| 1394 | 2026-08-12T23:22:00.763Z | Compiling foreign-types-shared v0.1.1 |
| 1395 | 2026-08-12T23:22:00.823Z | Compiling openssl v0.10.80 |
| 1396 | 2026-08-12T23:22:00.857Z | Compiling untrusted v0.9.0 |
| 1397 | 2026-08-12T23:22:00.872Z | Compiling httpdate v1.0.3 |
| 1398 | 2026-08-12T23:22:00.945Z | Compiling maybe-uninit v2.0.0 |
| 1399 | 2026-08-12T23:22:00.958Z | Compiling simd-adler32 v0.3.8 |
| 1400 | 2026-08-12T23:22:00.972Z | Compiling wyz v0.5.1 |
| 1401 | 2026-08-12T23:22:00.985Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-08-12T23:22:01.001Z | Compiling openssl-sys v0.9.117 |
| 1403 | 2026-08-12T23:22:01.004Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-08-12T23:22:01.077Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-08-12T23:22:01.131Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-08-12T23:22:01.146Z | Compiling foreign-types v0.3.2 |
| 1407 | 2026-08-12T23:22:01.179Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-08-12T23:22:01.196Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-08-12T23:22:01.214Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-08-12T23:22:01.231Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-08-12T23:22:01.317Z | Compiling unicode-normalization v0.1.25 |
| 1412 | 2026-08-12T23:22:01.545Z | Compiling tempfile v3.25.0 |
| 1413 | 2026-08-12T23:22:01.604Z | Compiling terminal_size v0.4.3 |
| 1414 | 2026-08-12T23:22:01.612Z | Compiling num-integer v0.1.46 |
| 1415 | 2026-08-12T23:22:01.727Z | Compiling wait-timeout v0.2.1 |
| 1416 | 2026-08-12T23:22:01.764Z | Compiling ahash v0.8.12 |
| 1417 | 2026-08-12T23:22:01.838Z | Compiling powerfmt v0.2.0 |
| 1418 | 2026-08-12T23:22:01.853Z | Compiling quick-error v1.2.3 |
| 1419 | 2026-08-12T23:22:01.904Z | Compiling bit-vec v0.8.0 |
| 1420 | 2026-08-12T23:22:01.936Z | Compiling num-conv v0.2.0 |
| 1421 | 2026-08-12T23:22:01.950Z | Compiling num-bigint-dig v0.8.6 |
| 1422 | 2026-08-12T23:22:01.970Z | Compiling time-core v0.1.8 |
| 1423 | 2026-08-12T23:22:01.984Z | Compiling packed_struct v0.10.1 |
| 1424 | 2026-08-12T23:22:02.003Z | Compiling funty v2.0.0 |
| 1425 | 2026-08-12T23:22:02.017Z | Compiling adler2 v2.0.1 |
| 1426 | 2026-08-12T23:22:02.034Z | Compiling native-tls v0.2.18 |
| 1427 | 2026-08-12T23:22:02.056Z | Compiling clap_builder v4.6.0 |
| 1428 | 2026-08-12T23:22:02.131Z | Compiling miniz_oxide v0.8.9 |
| 1429 | 2026-08-12T23:22:02.150Z | Compiling bit-set v0.8.0 |
| 1430 | 2026-08-12T23:22:02.153Z | Compiling time-macros v0.2.27 |
| 1431 | 2026-08-12T23:22:02.178Z | Compiling deranged v0.5.8 |
| 1432 | 2026-08-12T23:22:02.183Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-08-12T23:22:02.226Z | Compiling num-iter v0.1.45 |
| 1434 | 2026-08-12T23:22:02.330Z | Compiling bitvec v1.0.1 |
| 1435 | 2026-08-12T23:22:02.394Z | Compiling lazy_static v1.5.0 |
| 1436 | 2026-08-12T23:22:02.429Z | Compiling rand_xorshift v0.4.0 |
| 1437 | 2026-08-12T23:22:02.542Z | Compiling anstyle-parse v0.2.7 |
| 1438 | 2026-08-12T23:22:02.606Z | Compiling sync_wrapper v1.0.2 |
| 1439 | 2026-08-12T23:22:02.628Z | Compiling indexmap v1.9.3 |
| 1440 | 2026-08-12T23:22:02.681Z | Compiling crossbeam-utils v0.8.21 |
| 1441 | 2026-08-12T23:22:02.726Z | Compiling unarray v0.1.4 |
| 1442 | 2026-08-12T23:22:02.743Z | Compiling nodrop v0.1.14 |
| 1443 | 2026-08-12T23:22:02.835Z | Compiling zlib-rs v0.6.2 |
| 1444 | 2026-08-12T23:22:02.850Z | Compiling usdt-impl v0.6.0 |
| 1445 | 2026-08-12T23:22:02.853Z | Compiling paste v1.0.15 |
| 1446 | 2026-08-12T23:22:02.853Z | Compiling crc-catalog v2.4.0 |
| 1447 | 2026-08-12T23:22:02.942Z | Compiling serde_derive v1.0.228 |
| 1448 | 2026-08-12T23:22:02.988Z | Compiling zeroize_derive v1.5.0 |
| 1449 | 2026-08-12T23:22:03.002Z | Compiling zerocopy-derive v0.8.40 |
| 1450 | 2026-08-12T23:22:03.074Z | Compiling zerofrom-derive v0.1.6 |
| 1451 | 2026-08-12T23:22:03.154Z | Compiling yoke-derive v0.8.1 |
| 1452 | 2026-08-12T23:22:03.252Z | Compiling zerovec-derive v0.11.2 |
| 1453 | 2026-08-12T23:22:03.268Z | Compiling displaydoc v0.2.5 |
| 1454 | 2026-08-12T23:22:03.325Z | Compiling tokio-macros v2.7.0 |
| 1455 | 2026-08-12T23:22:03.663Z | Compiling futures-macro v0.3.32 |
| 1456 | 2026-08-12T23:22:03.672Z | Compiling zeroize v1.9.0 |
| 1457 | 2026-08-12T23:22:03.906Z | Compiling thiserror-impl v2.0.18 |
| 1458 | 2026-08-12T23:22:04.038Z | Compiling der_derive v0.7.3 |
| 1459 | 2026-08-12T23:22:04.072Z | Compiling tracing-attributes v0.1.31 |
| 1460 | 2026-08-12T23:22:04.229Z | Compiling rustls-pki-types v1.14.0 |
| 1461 | 2026-08-12T23:22:04.348Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2026-08-12T23:22:04.403Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-08-12T23:22:04.485Z | Compiling block-buffer v0.10.4 |
| 1464 | 2026-08-12T23:22:04.506Z | Compiling zerofrom v0.1.6 |
| 1465 | 2026-08-12T23:22:04.520Z | Compiling crypto-common v0.1.7 |
| 1466 | 2026-08-12T23:22:04.646Z | Compiling yoke v0.8.1 |
| 1467 | 2026-08-12T23:22:04.674Z | Compiling digest v0.10.7 |
| 1468 | 2026-08-12T23:22:04.685Z | Compiling futures-util v0.3.32 |
| 1469 | 2026-08-12T23:22:04.716Z | Compiling pest_derive v2.8.6 |
| 1470 | 2026-08-12T23:22:04.845Z | Compiling zerovec v0.11.5 |
| 1471 | 2026-08-12T23:22:04.939Z | Compiling zerotrie v0.2.3 |
| 1472 | 2026-08-12T23:22:05.043Z | Compiling der v0.7.10 |
| 1473 | 2026-08-12T23:22:05.157Z | Compiling sha2 v0.10.9 |
| 1474 | 2026-08-12T23:22:05.194Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-08-12T23:22:05.194Z | Compiling signature v2.2.0 |
| 1476 | 2026-08-12T23:22:05.261Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-08-12T23:22:05.309Z | Compiling tinystr v0.8.2 |
| 1478 | 2026-08-12T23:22:05.336Z | Compiling potential_utf v0.1.4 |
| 1479 | 2026-08-12T23:22:05.377Z | Compiling thiserror v2.0.18 |
| 1480 | 2026-08-12T23:22:05.400Z | Compiling thiserror-impl v1.0.69 |
| 1481 | 2026-08-12T23:22:05.448Z | Compiling tracing v0.1.44 |
| 1482 | 2026-08-12T23:22:05.498Z | Compiling icu_locale_core v2.1.1 |
| 1483 | 2026-08-12T23:22:05.529Z | Compiling icu_collections v2.1.1 |
| 1484 | 2026-08-12T23:22:05.538Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2026-08-12T23:22:05.653Z | Compiling hmac v0.12.1 |
| 1486 | 2026-08-12T23:22:05.740Z | Compiling packed_struct_codegen v0.10.1 |
| 1487 | 2026-08-12T23:22:05.788Z | Compiling darling v0.20.11 |
| 1488 | 2026-08-12T23:22:05.829Z | Compiling zerocopy-derive v0.6.6 |
| 1489 | 2026-08-12T23:22:05.882Z | Compiling spki v0.7.3 |
| 1490 | 2026-08-12T23:22:06.016Z | Compiling bitfield-macros v0.19.4 |
| 1491 | 2026-08-12T23:22:06.044Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-12T23:22:06.085Z | Compiling pkcs8 v0.10.2 |
| 1493 | 2026-08-12T23:22:06.111Z | Compiling icu_provider v2.1.1 |
| 1494 | 2026-08-12T23:22:06.256Z | Compiling clap_derive v4.6.1 |
| 1495 | 2026-08-12T23:22:06.338Z | Compiling goblin v0.10.5 |
| 1496 | 2026-08-12T23:22:06.356Z | Compiling icu_normalizer v2.1.1 |
| 1497 | 2026-08-12T23:22:06.373Z | Compiling icu_properties v2.1.2 |
| 1498 | 2026-08-12T23:22:06.421Z | Compiling bytes v1.11.1 |
| 1499 | 2026-08-12T23:22:06.486Z | Compiling chrono v0.4.45 |
| 1500 | 2026-08-12T23:22:06.503Z | Compiling ipnet v2.11.0 |
| 1501 | 2026-08-12T23:22:06.734Z | Compiling hex v0.4.3 |
| 1502 | 2026-08-12T23:22:06.754Z | Compiling thiserror v1.0.69 |
| 1503 | 2026-08-12T23:22:06.825Z | Compiling serde_spanned v0.6.9 |
| 1504 | 2026-08-12T23:22:06.884Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2026-08-12T23:22:06.899Z | Compiling num_threads v0.1.7 |
| 1506 | 2026-08-12T23:22:06.958Z | Compiling tokio v1.52.1 |
| 1507 | 2026-08-12T23:22:06.985Z | Compiling http v1.4.2 |
| 1508 | 2026-08-12T23:22:07.007Z | Compiling siphasher v1.0.2 |
| 1509 | 2026-08-12T23:22:07.020Z | Compiling time v0.3.47 |
| 1510 | 2026-08-12T23:22:07.084Z | Compiling bitfield v0.19.4 |
| 1511 | 2026-08-12T23:22:07.100Z | Compiling zerocopy v0.6.6 |
| 1512 | 2026-08-12T23:22:07.151Z | Compiling pkcs1 v0.7.5 |
| 1513 | 2026-08-12T23:22:07.205Z | Compiling derive_builder_core v0.20.2 |
| 1514 | 2026-08-12T23:22:07.457Z | Compiling ppv-lite86 v0.2.21 |
| 1515 | 2026-08-12T23:22:07.491Z | Compiling idna_adapter v1.2.1 |
| 1516 | 2026-08-12T23:22:07.617Z | Compiling idna v1.1.0 |
| 1517 | 2026-08-12T23:22:07.650Z | Compiling flate2 v1.1.9 |
| 1518 | 2026-08-12T23:22:07.670Z | Compiling http-body v1.0.1 |
| 1519 | 2026-08-12T23:22:07.801Z | Compiling rand_chacha v0.9.0 |
| 1520 | 2026-08-12T23:22:07.843Z | Compiling rand_chacha v0.3.1 |
| 1521 | 2026-08-12T23:22:07.870Z | Compiling http-body-util v0.1.3 |
| 1522 | 2026-08-12T23:22:07.950Z | Compiling url v2.5.8 |
| 1523 | 2026-08-12T23:22:07.965Z | Compiling dtrace-parser v0.3.0 |
| 1524 | 2026-08-12T23:22:08.077Z | Compiling rand v0.9.2 |
| 1525 | 2026-08-12T23:22:08.098Z | Compiling rand v0.8.6 |
| 1526 | 2026-08-12T23:22:08.120Z | Compiling clap v4.6.1 |
| 1527 | 2026-08-12T23:22:08.278Z | Compiling crc v3.4.0 |
| 1528 | 2026-08-12T23:22:08.292Z | Compiling scroll_derive v0.12.1 |
| 1529 | 2026-08-12T23:22:08.430Z | Compiling structmeta-derive v0.3.0 |
| 1530 | 2026-08-12T23:22:08.545Z | Compiling array-init v0.0.4 |
| 1531 | 2026-08-12T23:22:08.638Z | Compiling anstream v0.6.21 |
| 1532 | 2026-08-12T23:22:08.653Z | Compiling proptest v1.11.0 |
| 1533 | 2026-08-12T23:22:08.685Z | Compiling smallvec v0.6.14 |
| 1534 | 2026-08-12T23:22:08.773Z | Compiling darling_core v0.23.0 |
| 1535 | 2026-08-12T23:22:08.867Z | Compiling heapless v0.7.17 |
| 1536 | 2026-08-12T23:22:08.908Z | Compiling slog v2.8.2 |
| 1537 | 2026-08-12T23:22:08.922Z | Compiling thread-id v5.1.0 |
| 1538 | 2026-08-12T23:22:08.945Z | Compiling env_filter v1.0.0 |
| 1539 | 2026-08-12T23:22:08.961Z | Compiling cookie v0.18.1 |
| 1540 | 2026-08-12T23:22:09.009Z | Compiling allocator-api2 v0.2.21 |
| 1541 | 2026-08-12T23:22:09.029Z | Compiling winnow v0.5.40 |
| 1542 | 2026-08-12T23:22:09.120Z | Compiling ryu v1.0.23 |
| 1543 | 2026-08-12T23:22:09.135Z | Compiling hashbrown v0.12.3 |
| 1544 | 2026-08-12T23:22:09.144Z | Compiling unicode-properties v0.1.4 |
| 1545 | 2026-08-12T23:22:09.162Z | Compiling dof v0.4.0 |
| 1546 | 2026-08-12T23:22:09.269Z | Compiling zstd-safe v7.2.4 |
| 1547 | 2026-08-12T23:22:09.296Z | Compiling ipnetwork v0.21.1 |
| 1548 | 2026-08-12T23:22:09.341Z | Compiling anyhow v1.0.102 |
| 1549 | 2026-08-12T23:22:09.360Z | Compiling signal-hook v0.3.18 |
| 1550 | 2026-08-12T23:22:09.454Z | Compiling unicode-bidi v0.3.18 |
| 1551 | 2026-08-12T23:22:09.467Z | Compiling iri-string v0.7.10 |
| 1552 | 2026-08-12T23:22:09.551Z | Compiling base64 v0.21.7 |
| 1553 | 2026-08-12T23:22:09.587Z | Compiling structmeta v0.3.0 |
| 1554 | 2026-08-12T23:22:09.705Z | Compiling oxnet v0.1.6 |
| 1555 | 2026-08-12T23:22:09.812Z | Compiling ron v0.8.1 |
| 1556 | 2026-08-12T23:22:09.826Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-08-12T23:22:09.902Z | Compiling rsa v0.9.10 |
| 1558 | 2026-08-12T23:22:10.035Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-08-12T23:22:10.218Z | Compiling env_logger v0.11.9 |
| 1560 | 2026-08-12T23:22:10.235Z | Compiling scroll v0.12.0 |
| 1561 | 2026-08-12T23:22:10.281Z | Compiling serde-hex v0.1.0 |
| 1562 | 2026-08-12T23:22:10.295Z | Compiling camino v1.2.2 |
| 1563 | 2026-08-12T23:22:10.350Z | Compiling toml_edit v0.19.15 |
| 1564 | 2026-08-12T23:22:10.469Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1565 | 2026-08-12T23:22:10.580Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1566 | 2026-08-12T23:22:10.670Z | Compiling bzip2 v0.4.4 |
| 1567 | 2026-08-12T23:22:10.685Z | Compiling derive_builder_macro v0.20.2 |
| 1568 | 2026-08-12T23:22:10.701Z | Compiling hashbrown v0.13.2 |
| 1569 | 2026-08-12T23:22:10.758Z | Compiling erased-serde v0.3.31 |
| 1570 | 2026-08-12T23:22:10.895Z | Compiling tokio-util v0.7.18 |
| 1571 | 2026-08-12T23:22:10.992Z | Compiling tower v0.5.3 |
| 1572 | 2026-08-12T23:22:11.008Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-08-12T23:22:11.044Z | Compiling tokio-native-tls v0.3.1 |
| 1574 | 2026-08-12T23:22:11.185Z | Compiling serde_tokenstream v0.2.3 |
| 1575 | 2026-08-12T23:22:11.200Z | Compiling x509-cert v0.2.5 |
| 1576 | 2026-08-12T23:22:11.243Z | Compiling block-padding v0.4.2 |
| 1577 | 2026-08-12T23:22:11.261Z | Compiling crypto-common v0.2.2 |
| 1578 | 2026-08-12T23:22:11.279Z | Compiling darling_macro v0.23.0 |
| 1579 | 2026-08-12T23:22:11.363Z | Compiling block-buffer v0.12.1 |
| 1580 | 2026-08-12T23:22:11.417Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-08-12T23:22:11.488Z | Compiling md-5 v0.10.6 |
| 1582 | 2026-08-12T23:22:11.525Z | Compiling rustls-native-certs v0.8.3 |
| 1583 | 2026-08-12T23:22:11.580Z | Compiling h2 v0.4.15 |
| 1584 | 2026-08-12T23:22:11.675Z | Compiling bstr v1.12.1 |
| 1585 | 2026-08-12T23:22:11.808Z | Compiling zerocopy-derive v0.7.35 |
| 1586 | 2026-08-12T23:22:11.825Z | Compiling async-trait v0.1.89 |
| 1587 | 2026-08-12T23:22:11.840Z | Compiling pin-project-internal v1.1.11 |
| 1588 | 2026-08-12T23:22:11.948Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-08-12T23:22:12.032Z | Compiling curve25519-dalek v4.1.3 |
| 1590 | 2026-08-12T23:22:12.326Z | Compiling vergen-lib v9.1.0 |
| 1591 | 2026-08-12T23:22:12.372Z | Compiling hash32 v0.2.1 |
| 1592 | 2026-08-12T23:22:12.557Z | Compiling encoding_rs v0.8.35 |
| 1593 | 2026-08-12T23:22:12.611Z | Compiling memoffset v0.9.1 |
| 1594 | 2026-08-12T23:22:12.734Z | Compiling litrs v1.0.0 |
| 1595 | 2026-08-12T23:22:12.756Z | Compiling smoltcp v0.9.1 |
| 1596 | 2026-08-12T23:22:12.781Z | Compiling rustix v0.38.44 |
| 1597 | 2026-08-12T23:22:12.827Z | Compiling cfg_aliases v0.2.1 |
| 1598 | 2026-08-12T23:22:12.866Z | Compiling mime v0.3.17 |
| 1599 | 2026-08-12T23:22:12.893Z | Compiling ref-cast v1.0.25 |
| 1600 | 2026-08-12T23:22:12.916Z | Compiling fallible-iterator v0.2.0 |
| 1601 | 2026-08-12T23:22:12.988Z | Compiling crc-any v2.5.0 |
| 1602 | 2026-08-12T23:22:13.004Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-08-12T23:22:13.019Z | Compiling pin-project v1.1.11 |
| 1604 | 2026-08-12T23:22:13.055Z | Compiling nix v0.31.2 |
| 1605 | 2026-08-12T23:22:13.136Z | Compiling publicsuffix v2.3.0 |
| 1606 | 2026-08-12T23:22:13.167Z | Compiling daft v0.1.7 |
| 1607 | 2026-08-12T23:22:13.170Z | Compiling zerocopy v0.7.35 |
| 1608 | 2026-08-12T23:22:13.236Z | Compiling postgres-protocol v0.6.10 |
| 1609 | 2026-08-12T23:22:13.282Z | Compiling document-features v0.2.12 |
| 1610 | 2026-08-12T23:22:13.283Z | Compiling darling v0.23.0 |
| 1611 | 2026-08-12T23:22:13.326Z | Compiling toml v0.7.8 |
| 1612 | 2026-08-12T23:22:13.341Z | Compiling inout v0.2.2 |
| 1613 | 2026-08-12T23:22:13.368Z | Compiling derive_builder v0.20.2 |
| 1614 | 2026-08-12T23:22:13.450Z | Compiling object v0.30.4 |
| 1615 | 2026-08-12T23:22:13.491Z | Compiling zip v0.6.6 |
| 1616 | 2026-08-12T23:22:13.513Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1617 | 2026-08-12T23:22:13.543Z | Compiling goblin v0.8.2 |
| 1618 | 2026-08-12T23:22:13.821Z | Compiling derive-ex v0.1.8 |
| 1619 | 2026-08-12T23:22:13.933Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-12T23:22:13.948Z | Compiling phf_shared v0.13.1 |
| 1621 | 2026-08-12T23:22:13.998Z | Compiling futures-executor v0.3.32 |
| 1622 | 2026-08-12T23:22:14.107Z | Compiling hubpack_derive v0.1.1 |
| 1623 | 2026-08-12T23:22:14.134Z | Compiling regex v1.12.3 |
| 1624 | 2026-08-12T23:22:14.161Z | Compiling strum_macros v0.27.2 |
| 1625 | 2026-08-12T23:22:14.178Z | Compiling ref-cast-impl v1.0.25 |
| 1626 | 2026-08-12T23:22:14.208Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1627 | 2026-08-12T23:22:14.279Z | Compiling snafu-derive v0.8.9 |
| 1628 | 2026-08-12T23:22:14.298Z | Compiling vergen v9.1.0 |
| 1629 | 2026-08-12T23:22:14.312Z | Compiling cargo-platform v0.3.2 |
| 1630 | 2026-08-12T23:22:14.496Z | Compiling ff v0.13.1 |
| 1631 | 2026-08-12T23:22:14.573Z | Compiling fs-err v3.3.0 |
| 1632 | 2026-08-12T23:22:14.573Z | Compiling libbz2-rs-sys v0.2.2 |
| 1633 | 2026-08-12T23:22:14.603Z | Compiling bitflags v1.3.2 |
| 1634 | 2026-08-12T23:22:14.650Z | Compiling managed v0.8.0 |
| 1635 | 2026-08-12T23:22:14.692Z | Compiling unicode-segmentation v1.12.0 |
| 1636 | 2026-08-12T23:22:14.785Z | Compiling hyper v1.10.1 |
| 1637 | 2026-08-12T23:22:14.799Z | Compiling base16ct v0.2.0 |
| 1638 | 2026-08-12T23:22:14.890Z | Compiling object v0.37.3 |
| 1639 | 2026-08-12T23:22:14.904Z | Compiling foldhash v0.2.0 |
| 1640 | 2026-08-12T23:22:14.987Z | Compiling bumpalo v3.20.2 |
| 1641 | 2026-08-12T23:22:15.096Z | Compiling jiff-core v0.1.0 |
| 1642 | 2026-08-12T23:22:15.137Z | Compiling either v1.15.0 |
| 1643 | 2026-08-12T23:22:15.187Z | Compiling foldhash v0.1.5 |
| 1644 | 2026-08-12T23:22:15.261Z | Compiling path-slash v0.1.5 |
| 1645 | 2026-08-12T23:22:15.276Z | Compiling same-file v1.0.6 |
| 1646 | 2026-08-12T23:22:15.293Z | Compiling zopfli v0.8.3 |
| 1647 | 2026-08-12T23:22:15.366Z | Compiling hashbrown v0.15.5 |
| 1648 | 2026-08-12T23:22:15.410Z | Compiling walkdir v2.5.0 |
| 1649 | 2026-08-12T23:22:15.437Z | Compiling hashbrown v0.16.1 |
| 1650 | 2026-08-12T23:22:15.464Z | Compiling bzip2 v0.6.1 |
| 1651 | 2026-08-12T23:22:15.531Z | Compiling test-strategy v0.4.5 |
| 1652 | 2026-08-12T23:22:15.679Z | Compiling sec1 v0.7.3 |
| 1653 | 2026-08-12T23:22:15.791Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1654 | 2026-08-12T23:22:15.943Z | Compiling hyper-util v0.1.20 |
| 1655 | 2026-08-12T23:22:15.959Z | Compiling jiff v0.2.34 |
| 1656 | 2026-08-12T23:22:15.978Z | Compiling dof v0.3.0 |
| 1657 | 2026-08-12T23:22:16.167Z | Compiling strum v0.27.2 |
| 1658 | 2026-08-12T23:22:16.226Z | Compiling snafu v0.8.9 |
| 1659 | 2026-08-12T23:22:16.342Z | Compiling group v0.13.0 |
| 1660 | 2026-08-12T23:22:16.381Z | Compiling hubpack v0.1.2 |
| 1661 | 2026-08-12T23:22:16.438Z | Compiling cargo_metadata v0.23.1 |
| 1662 | 2026-08-12T23:22:16.457Z | Compiling futures v0.3.32 |
| 1663 | 2026-08-12T23:22:16.516Z | Compiling phf v0.13.1 |
| 1664 | 2026-08-12T23:22:16.547Z | Compiling signal-hook-mio v0.2.5 |
| 1665 | 2026-08-12T23:22:16.611Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-08-12T23:22:16.682Z | Compiling zstd v0.13.3 |
| 1667 | 2026-08-12T23:22:16.698Z | Compiling postgres-types v0.2.12 |
| 1668 | 2026-08-12T23:22:16.720Z | Compiling cipher v0.5.2 |
| 1669 | 2026-08-12T23:22:16.884Z | Compiling serde_with_macros v3.21.0 |
| 1670 | 2026-08-12T23:22:17.030Z | Compiling globset v0.4.18 |
| 1671 | 2026-08-12T23:22:17.044Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-08-12T23:22:17.080Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-08-12T23:22:17.106Z | Compiling byte-wrapper v0.1.0 |
| 1674 | 2026-08-12T23:22:17.248Z | Compiling phf_shared v0.11.3 |
| 1675 | 2026-08-12T23:22:17.279Z | Compiling dtrace-parser v0.2.0 |
| 1676 | 2026-08-12T23:22:17.293Z | Compiling olpc-cjson v0.1.4 |
| 1677 | 2026-08-12T23:22:17.485Z | Compiling hyper-tls v0.6.0 |
| 1678 | 2026-08-12T23:22:17.499Z | Compiling serde-big-array v0.5.1 |
| 1679 | 2026-08-12T23:22:17.514Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-08-12T23:22:17.668Z | Compiling reqwest v0.12.28 |
| 1681 | 2026-08-12T23:22:17.723Z | Compiling ed25519 v2.2.3 |
| 1682 | 2026-08-12T23:22:17.738Z | Compiling hkdf v0.12.4 |
| 1683 | 2026-08-12T23:22:17.765Z | Compiling crypto-bigint v0.5.5 |
| 1684 | 2026-08-12T23:22:17.792Z | Compiling strum_macros v0.26.4 |
| 1685 | 2026-08-12T23:22:17.861Z | Compiling serde_repr v0.1.20 |
| 1686 | 2026-08-12T23:22:17.940Z | Compiling async-recursion v1.1.1 |
| 1687 | 2026-08-12T23:22:17.979Z | Compiling enum-as-inner v0.6.1 |
| 1688 | 2026-08-12T23:22:18.004Z | Compiling float-cmp v0.10.0 |
| 1689 | 2026-08-12T23:22:18.091Z | Compiling pem v3.0.6 |
| 1690 | 2026-08-12T23:22:18.109Z | Compiling memmap2 v0.9.10 |
| 1691 | 2026-08-12T23:22:18.138Z | Compiling thread-id v4.2.2 |
| 1692 | 2026-08-12T23:22:18.153Z | Compiling normalize-line-endings v0.3.0 |
| 1693 | 2026-08-12T23:22:18.248Z | Compiling keccak v0.1.6 |
| 1694 | 2026-08-12T23:22:18.264Z | Compiling predicates-core v1.0.10 |
| 1695 | 2026-08-12T23:22:18.346Z | Compiling cpufeatures v0.3.0 |
| 1696 | 2026-08-12T23:22:18.447Z | Compiling fixedbitset v0.5.7 |
| 1697 | 2026-08-12T23:22:18.464Z | Compiling static_assertions v1.1.0 |
| 1698 | 2026-08-12T23:22:18.464Z | Compiling typed-path v0.9.3 |
| 1699 | 2026-08-12T23:22:18.485Z | Compiling winnow v1.0.3 |
| 1700 | 2026-08-12T23:22:18.532Z | Compiling data-encoding v2.10.0 |
| 1701 | 2026-08-12T23:22:18.546Z | Compiling new_debug_unreachable v1.0.6 |
| 1702 | 2026-08-12T23:22:18.628Z | Compiling const-oid v0.10.2 |
| 1703 | 2026-08-12T23:22:18.637Z | Compiling whoami v2.1.0 |
| 1704 | 2026-08-12T23:22:18.665Z | Compiling precomputed-hash v0.1.1 |
| 1705 | 2026-08-12T23:22:18.754Z | Compiling fixedbitset v0.4.2 |
| 1706 | 2026-08-12T23:22:18.837Z | Compiling difflib v0.4.0 |
| 1707 | 2026-08-12T23:22:18.837Z | Compiling digest v0.11.3 |
| 1708 | 2026-08-12T23:22:18.860Z | Compiling hickory-proto v0.25.2 |
| 1709 | 2026-08-12T23:22:18.887Z | Compiling tokio-postgres v0.7.16 |
| 1710 | 2026-08-12T23:22:18.992Z | Compiling petgraph v0.6.5 |
| 1711 | 2026-08-12T23:22:19.011Z | Compiling predicates v3.1.4 |
| 1712 | 2026-08-12T23:22:19.053Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1713 | 2026-08-12T23:22:19.093Z | Compiling elliptic-curve v0.13.8 |
| 1714 | 2026-08-12T23:22:19.291Z | Compiling toml_edit v0.22.27 |
| 1715 | 2026-08-12T23:22:19.398Z | Compiling string_cache v0.8.9 |
| 1716 | 2026-08-12T23:22:19.518Z | Compiling petgraph v0.8.3 |
| 1717 | 2026-08-12T23:22:19.567Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-08-12T23:22:19.614Z | Compiling chacha20 v0.10.0 |
| 1719 | 2026-08-12T23:22:19.636Z | Compiling strum v0.26.3 |
| 1720 | 2026-08-12T23:22:19.745Z | Compiling sha3 v0.10.8 |
| 1721 | 2026-08-12T23:22:19.806Z | Compiling usdt v0.6.0 |
| 1722 | 2026-08-12T23:22:19.806Z | Compiling usdt-impl v0.5.0 |
| 1723 | 2026-08-12T23:22:19.806Z | Compiling zip v4.6.1 |
| 1724 | 2026-08-12T23:22:19.883Z | Compiling serde_with v3.21.0 |
| 1725 | 2026-08-12T23:22:19.982Z | Compiling ed25519-dalek v2.2.0 |
| 1726 | 2026-08-12T23:22:20.046Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-08-12T23:22:20.121Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1728 | 2026-08-12T23:22:20.520Z | Compiling iddqd v0.4.2 |
| 1729 | 2026-08-12T23:22:20.708Z | Compiling itertools v0.13.0 |
| 1730 | 2026-08-12T23:22:20.905Z | Compiling itertools v0.15.0 |
| 1731 | 2026-08-12T23:22:21.157Z | Compiling similar v2.7.0 |
| 1732 | 2026-08-12T23:22:21.270Z | Compiling heck v0.4.1 |
| 1733 | 2026-08-12T23:22:21.406Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-08-12T23:22:21.456Z | Compiling crossbeam-epoch v0.9.18 |
| 1735 | 2026-08-12T23:22:21.514Z | Compiling buf-list v1.1.2 |
| 1736 | 2026-08-12T23:22:21.538Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-12T23:22:21.598Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-08-12T23:22:21.802Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-08-12T23:22:21.907Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-08-12T23:22:21.907Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-08-12T23:22:21.907Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-08-12T23:22:21.929Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-08-12T23:22:21.982Z | Compiling filetime v0.2.27 |
| 1744 | 2026-08-12T23:22:22.047Z | Compiling is-terminal v0.4.17 |
| 1745 | 2026-08-12T23:22:22.110Z | Compiling xattr v1.6.1 |
| 1746 | 2026-08-12T23:22:22.110Z | Compiling take_mut v0.2.2 |
| 1747 | 2026-08-12T23:22:22.110Z | Compiling term v1.2.1 |
| 1748 | 2026-08-12T23:22:22.208Z | Compiling camino-tempfile v1.4.1 |
| 1749 | 2026-08-12T23:22:22.239Z | Compiling tar v0.4.46 |
| 1750 | 2026-08-12T23:22:22.336Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-08-12T23:22:39.647Z | Compiling rustls-webpki v0.103.13 |
| 1752 | 2026-08-12T23:22:42.285Z | Compiling tokio-rustls v0.26.4 |
| 1753 | 2026-08-12T23:22:42.285Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-08-12T23:22:42.289Z | Compiling tough v0.22.0 |
| 1755 | 2026-08-12T23:22:42.483Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-08-12T23:22:42.675Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-08-12T23:22:44.830Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-08-12T23:22:45.065Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-08-12T23:22:47.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.88s |
| 1760 | 2026-08-12T23:22:48.083Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1761 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.022 INFO Starting download, target: Clickhouse |
| 1762 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: Cockroach |
| 1763 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: DendriteStub |
| 1764 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: MaghemiteMgd |
| 1765 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: Console |
| 1766 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: MaghemiteDdmd |
| 1767 | 2026-08-12T23:22:48.140Z | Aug 12 23:22:48.023 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1769 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1770 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1771 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1772 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1773 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1774 | 2026-08-12T23:22:48.144Z | Aug 12 23:22:48.023 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1775 | 2026-08-12T23:22:50.002Z | Aug 12 23:22:49.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1776 | 2026-08-12T23:22:50.042Z | Aug 12 23:22:49.925 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1777 | 2026-08-12T23:22:50.261Z | Aug 12 23:22:50.138 INFO Download complete, target: Console |
| 1778 | 2026-08-12T23:22:50.641Z | Aug 12 23:22:50.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1779 | 2026-08-12T23:22:50.879Z | Aug 12 23:22:50.741 INFO Download complete, target: TransceiverControl |
| 1780 | 2026-08-12T23:22:53.009Z | Aug 12 23:22:52.842 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1781 | 2026-08-12T23:22:53.624Z | Aug 12 23:22:53.487 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1782 | 2026-08-12T23:22:53.898Z | Aug 12 23:22:53.756 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1783 | 2026-08-12T23:22:54.355Z | Aug 12 23:22:54.224 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-08-12T23:22:54.355Z | Aug 12 23:22:54.224 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-08-12T23:22:55.440Z | Aug 12 23:22:55.323 INFO Download complete, target: DendriteStub |
| 1786 | 2026-08-12T23:22:56.087Z | Aug 12 23:22:55.968 INFO Download complete, target: MaghemiteDdmd |
| 1787 | 2026-08-12T23:22:56.298Z | Aug 12 23:22:56.180 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-08-12T23:22:56.931Z | Aug 12 23:22:56.813 INFO Checking that binary works, target: Clickhouse |
| 1789 | 2026-08-12T23:22:57.025Z | Aug 12 23:22:56.908 INFO Download complete, target: Clickhouse |
| 1790 | 2026-08-12T23:22:59.021Z | Aug 12 23:22:58.903 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-08-12T23:22:59.148Z | Aug 12 23:22:59.030 INFO Download complete, target: Cockroach |
| 1792 | 2026-08-12T23:22:59.154Z | All prerequisites installed successfully |
| 1793 | 2026-08-12T23:22:59.156Z | |
| 1794 | 2026-08-12T23:22:59.156Z | real 1:55.479254685 |
| 1795 | 2026-08-12T23:22:59.157Z | user 7:10.146084780 |
| 1796 | 2026-08-12T23:22:59.157Z | sys 1:44.467125627 |
| 1797 | 2026-08-12T23:22:59.157Z | trap 0.272330612 |
| 1798 | 2026-08-12T23:22:59.157Z | tflt 0.818166632 |
| 1799 | 2026-08-12T23:22:59.157Z | dflt 1.656969193 |
| 1800 | 2026-08-12T23:22:59.157Z | kflt 0.027734375 |
| 1801 | 2026-08-12T23:22:59.157Z | lock 28:42.006660159 |
| 1802 | 2026-08-12T23:22:59.157Z | slp 19:43.255264410 |
| 1803 | 2026-08-12T23:22:59.157Z | lat 28.333513159 |
| 1804 | 2026-08-12T23:22:59.157Z | stop 3:28.527546646 |
| 1805 | 2026-08-12T23:22:59.157Z | + ptime -m cargo xtask download softnpu |
| 1806 | 2026-08-12T23:22:59.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1807 | 2026-08-12T23:22:59.636Z | Running `target/debug/xtask download softnpu` |
| 1808 | 2026-08-12T23:23:00.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1809 | 2026-08-12T23:23:00.460Z | Running `target/debug/xtask-downloader softnpu` |
| 1810 | 2026-08-12T23:23:00.505Z | Aug 12 23:23:00.387 INFO Starting download, target: Softnpu |
| 1811 | 2026-08-12T23:23:00.508Z | Aug 12 23:23:00.387 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1812 | 2026-08-12T23:23:01.053Z | Aug 12 23:23:00.935 INFO Download complete, target: Softnpu |
| 1813 | 2026-08-12T23:23:01.057Z | |
| 1814 | 2026-08-12T23:23:01.062Z | real 1.895945824 |
| 1815 | 2026-08-12T23:23:01.062Z | user 1.298905650 |
| 1816 | 2026-08-12T23:23:01.062Z | sys 0.624069652 |
| 1817 | 2026-08-12T23:23:01.062Z | trap 0.000537740 |
| 1818 | 2026-08-12T23:23:01.062Z | tflt 0.000110000 |
| 1819 | 2026-08-12T23:23:01.062Z | dflt 0.000156950 |
| 1820 | 2026-08-12T23:23:01.062Z | kflt 0.000000000 |
| 1821 | 2026-08-12T23:23:01.062Z | lock 10.360100753 |
| 1822 | 2026-08-12T23:23:01.062Z | slp 0.428018433 |
| 1823 | 2026-08-12T23:23:01.062Z | lat 0.094400429 |
| 1824 | 2026-08-12T23:23:01.062Z | stop 0.000177080 |
| 1825 | 2026-08-12T23:23:01.062Z | + export CARGO_INCREMENTAL=0 |
| 1826 | 2026-08-12T23:23:01.062Z | + CARGO_INCREMENTAL=0 |
| 1827 | 2026-08-12T23:23:01.077Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1828 | 2026-08-12T23:23:01.965Z | Compiling proc-macro2 v1.0.106 |
| 1829 | 2026-08-12T23:23:01.965Z | Compiling quote v1.0.45 |
| 1830 | 2026-08-12T23:23:01.975Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-08-12T23:23:01.975Z | Compiling libc v0.2.185 |
| 1832 | 2026-08-12T23:23:01.975Z | Compiling serde_core v1.0.228 |
| 1833 | 2026-08-12T23:23:01.976Z | Compiling serde v1.0.228 |
| 1834 | 2026-08-12T23:23:01.976Z | Compiling cfg-if v1.0.4 |
| 1835 | 2026-08-12T23:23:01.976Z | Compiling version_check v0.9.5 |
| 1836 | 2026-08-12T23:23:01.976Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-08-12T23:23:02.119Z | Compiling shlex v1.3.0 |
| 1838 | 2026-08-12T23:23:02.130Z | Compiling find-msvc-tools v0.1.9 |
| 1839 | 2026-08-12T23:23:02.130Z | Compiling memchr v2.8.0 |
| 1840 | 2026-08-12T23:23:02.130Z | Compiling zmij v1.0.21 |
| 1841 | 2026-08-12T23:23:02.130Z | Compiling serde_json v1.0.151 |
| 1842 | 2026-08-12T23:23:02.335Z | Compiling portable-atomic v1.13.1 |
| 1843 | 2026-08-12T23:23:02.405Z | Compiling zerocopy v0.8.40 |
| 1844 | 2026-08-12T23:23:02.416Z | Compiling libm v0.2.16 |
| 1845 | 2026-08-12T23:23:02.455Z | Compiling getrandom v0.4.1 |
| 1846 | 2026-08-12T23:23:02.463Z | Compiling generic-array v0.14.7 |
| 1847 | 2026-08-12T23:23:02.490Z | Compiling parking_lot_core v0.9.12 |
| 1848 | 2026-08-12T23:23:02.502Z | Compiling icu_normalizer_data v2.1.1 |
| 1849 | 2026-08-12T23:23:02.547Z | Compiling smallvec v1.15.1 |
| 1850 | 2026-08-12T23:23:02.560Z | Compiling icu_properties_data v2.1.2 |
| 1851 | 2026-08-12T23:23:02.749Z | Compiling num-traits v0.2.19 |
| 1852 | 2026-08-12T23:23:02.778Z | Compiling itoa v1.0.17 |
| 1853 | 2026-08-12T23:23:02.794Z | Compiling log v0.4.29 |
| 1854 | 2026-08-12T23:23:02.808Z | Compiling subtle v2.6.1 |
| 1855 | 2026-08-12T23:23:02.824Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-08-12T23:23:02.838Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-08-12T23:23:02.852Z | Compiling typenum v1.20.1 |
| 1858 | 2026-08-12T23:23:02.976Z | Compiling getrandom v0.3.4 |
| 1859 | 2026-08-12T23:23:03.021Z | Compiling scopeguard v1.2.0 |
| 1860 | 2026-08-12T23:23:03.053Z | Compiling thiserror v2.0.18 |
| 1861 | 2026-08-12T23:23:03.056Z | Compiling rustix v1.1.3 |
| 1862 | 2026-08-12T23:23:03.145Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-08-12T23:23:03.180Z | Compiling errno v0.3.14 |
| 1864 | 2026-08-12T23:23:03.226Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-08-12T23:23:03.350Z | Compiling rand_core v0.10.0 |
| 1866 | 2026-08-12T23:23:03.364Z | Compiling cc v1.2.56 |
| 1867 | 2026-08-12T23:23:03.396Z | Compiling getrandom v0.2.17 |
| 1868 | 2026-08-12T23:23:03.445Z | Compiling equivalent v1.0.2 |
| 1869 | 2026-08-12T23:23:03.448Z | Compiling heck v0.5.0 |
| 1870 | 2026-08-12T23:23:03.508Z | Compiling syn v2.0.117 |
| 1871 | 2026-08-12T23:23:03.540Z | Compiling rand_core v0.6.4 |
| 1872 | 2026-08-12T23:23:03.603Z | Compiling syn v1.0.109 |
| 1873 | 2026-08-12T23:23:03.606Z | Compiling pin-project-lite v0.2.17 |
| 1874 | 2026-08-12T23:23:03.652Z | Compiling critical-section v1.2.0 |
| 1875 | 2026-08-12T23:23:03.711Z | Compiling writeable v0.6.2 |
| 1876 | 2026-08-12T23:23:03.728Z | Compiling litemap v0.8.1 |
| 1877 | 2026-08-12T23:23:03.750Z | Compiling percent-encoding v2.3.2 |
| 1878 | 2026-08-12T23:23:03.768Z | Compiling schemars v0.8.22 |
| 1879 | 2026-08-12T23:23:03.830Z | Compiling hashbrown v0.17.0 |
| 1880 | 2026-08-12T23:23:03.944Z | Compiling fs_extra v1.3.0 |
| 1881 | 2026-08-12T23:23:03.961Z | Compiling rustversion v1.0.22 |
| 1882 | 2026-08-12T23:23:03.990Z | Compiling dunce v1.0.5 |
| 1883 | 2026-08-12T23:23:04.051Z | Compiling byteorder v1.5.0 |
| 1884 | 2026-08-12T23:23:04.125Z | Compiling once_cell v1.21.3 |
| 1885 | 2026-08-12T23:23:04.182Z | Compiling cmake v0.1.57 |
| 1886 | 2026-08-12T23:23:04.221Z | Compiling strsim v0.11.1 |
| 1887 | 2026-08-12T23:23:04.350Z | Compiling signal-hook-registry v1.4.8 |
| 1888 | 2026-08-12T23:23:04.383Z | Compiling thiserror v1.0.69 |
| 1889 | 2026-08-12T23:23:04.415Z | Compiling utf8_iter v1.0.4 |
| 1890 | 2026-08-12T23:23:04.557Z | Compiling semver v1.0.28 |
| 1891 | 2026-08-12T23:23:04.596Z | Compiling bitflags v2.11.0 |
| 1892 | 2026-08-12T23:23:04.621Z | Compiling indexmap v2.14.0 |
| 1893 | 2026-08-12T23:23:04.690Z | Compiling aws-lc-sys v0.40.0 |
| 1894 | 2026-08-12T23:23:04.693Z | Compiling parking_lot v0.12.5 |
| 1895 | 2026-08-12T23:23:04.775Z | Compiling form_urlencoded v1.2.2 |
| 1896 | 2026-08-12T23:23:04.798Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-08-12T23:23:04.875Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-12T23:23:04.931Z | Compiling futures-core v0.3.32 |
| 1899 | 2026-08-12T23:23:05.050Z | Compiling aws-lc-rs v1.16.3 |
| 1900 | 2026-08-12T23:23:05.066Z | Compiling const-oid v0.9.6 |
| 1901 | 2026-08-12T23:23:05.195Z | Compiling httparse v1.10.1 |
| 1902 | 2026-08-12T23:23:05.545Z | Compiling crc32fast v1.5.0 |
| 1903 | 2026-08-12T23:23:05.548Z | Compiling regex-syntax v0.8.10 |
| 1904 | 2026-08-12T23:23:05.548Z | Compiling ucd-trie v0.1.7 |
| 1905 | 2026-08-12T23:23:05.605Z | Compiling fnv v1.0.7 |
| 1906 | 2026-08-12T23:23:05.681Z | Compiling vcpkg v0.2.15 |
| 1907 | 2026-08-12T23:23:05.752Z | Compiling pest v2.8.6 |
| 1908 | 2026-08-12T23:23:05.771Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-08-12T23:23:05.792Z | Compiling iana-time-zone v0.1.65 |
| 1910 | 2026-08-12T23:23:05.912Z | Compiling uuid v1.23.4 |
| 1911 | 2026-08-12T23:23:05.976Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-08-12T23:23:06.035Z | Compiling futures-sink v0.3.32 |
| 1913 | 2026-08-12T23:23:06.071Z | Compiling rustls v0.23.41 |
| 1914 | 2026-08-12T23:23:06.122Z | Compiling futures-channel v0.3.32 |
| 1915 | 2026-08-12T23:23:06.249Z | Compiling openssl-sys v0.9.117 |
| 1916 | 2026-08-12T23:23:06.284Z | Compiling aho-corasick v1.1.4 |
| 1917 | 2026-08-12T23:23:06.302Z | Compiling slab v0.4.12 |
| 1918 | 2026-08-12T23:23:06.326Z | Compiling synstructure v0.13.2 |
| 1919 | 2026-08-12T23:23:06.417Z | Compiling serde_derive_internals v0.29.1 |
| 1920 | 2026-08-12T23:23:06.500Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-08-12T23:23:06.540Z | Compiling futures-io v0.3.32 |
| 1922 | 2026-08-12T23:23:06.691Z | Compiling num-conv v0.2.0 |
| 1923 | 2026-08-12T23:23:06.774Z | Compiling time-core v0.1.8 |
| 1924 | 2026-08-12T23:23:06.789Z | Compiling dyn-clone v1.0.20 |
| 1925 | 2026-08-12T23:23:06.807Z | Compiling plain v0.2.3 |
| 1926 | 2026-08-12T23:23:06.841Z | Compiling radium v0.7.0 |
| 1927 | 2026-08-12T23:23:06.864Z | Compiling pest_meta v2.8.6 |
| 1928 | 2026-08-12T23:23:06.923Z | Compiling crossbeam-utils v0.8.21 |
| 1929 | 2026-08-12T23:23:06.954Z | Compiling time-macros v0.2.27 |
| 1930 | 2026-08-12T23:23:06.994Z | Compiling openssl v0.10.80 |
| 1931 | 2026-08-12T23:23:07.062Z | Compiling pretty-hex v0.4.1 |
| 1932 | 2026-08-12T23:23:07.113Z | Compiling base64 v0.22.1 |
| 1933 | 2026-08-12T23:23:07.129Z | Compiling regex-automata v0.4.14 |
| 1934 | 2026-08-12T23:23:07.176Z | Compiling maybe-uninit v2.0.0 |
| 1935 | 2026-08-12T23:23:07.194Z | Compiling base64ct v1.8.3 |
| 1936 | 2026-08-12T23:23:07.313Z | Compiling flagset v0.4.7 |
| 1937 | 2026-08-12T23:23:07.453Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-08-12T23:23:07.468Z | Compiling darling_core v0.23.0 |
| 1939 | 2026-08-12T23:23:07.487Z | Compiling pest_generator v2.8.6 |
| 1940 | 2026-08-12T23:23:07.502Z | Compiling rand_core v0.9.5 |
| 1941 | 2026-08-12T23:23:07.535Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1942 | 2026-08-12T23:23:07.578Z | Compiling serde_derive v1.0.228 |
| 1943 | 2026-08-12T23:23:07.646Z | Compiling zeroize_derive v1.5.0 |
| 1944 | 2026-08-12T23:23:07.683Z | Compiling zerofrom-derive v0.1.6 |
| 1945 | 2026-08-12T23:23:07.687Z | Compiling yoke-derive v0.8.1 |
| 1946 | 2026-08-12T23:23:07.727Z | Compiling zerocopy-derive v0.8.40 |
| 1947 | 2026-08-12T23:23:07.746Z | Compiling zerovec-derive v0.11.2 |
| 1948 | 2026-08-12T23:23:07.749Z | Compiling displaydoc v0.2.5 |
| 1949 | 2026-08-12T23:23:07.920Z | Compiling tokio-macros v2.7.0 |
| 1950 | 2026-08-12T23:23:07.936Z | Compiling futures-macro v0.3.32 |
| 1951 | 2026-08-12T23:23:07.952Z | Compiling thiserror-impl v2.0.18 |
| 1952 | 2026-08-12T23:23:08.122Z | Compiling schemars_derive v0.8.22 |
| 1953 | 2026-08-12T23:23:08.162Z | Compiling der_derive v0.7.3 |
| 1954 | 2026-08-12T23:23:08.268Z | Compiling zeroize v1.9.0 |
| 1955 | 2026-08-12T23:23:08.512Z | Compiling tracing-attributes v0.1.31 |
| 1956 | 2026-08-12T23:23:08.544Z | Compiling thiserror-impl v1.0.69 |
| 1957 | 2026-08-12T23:23:08.684Z | Compiling pest_derive v2.8.6 |
| 1958 | 2026-08-12T23:23:08.732Z | Compiling futures-util v0.3.32 |
| 1959 | 2026-08-12T23:23:08.841Z | Compiling zerofrom v0.1.6 |
| 1960 | 2026-08-12T23:23:09.006Z | Compiling yoke v0.8.1 |
| 1961 | 2026-08-12T23:23:09.124Z | Compiling crypto-common v0.1.7 |
| 1962 | 2026-08-12T23:23:09.151Z | Compiling block-buffer v0.10.4 |
| 1963 | 2026-08-12T23:23:09.215Z | Compiling zerovec v0.11.5 |
| 1964 | 2026-08-12T23:23:09.236Z | Compiling zerotrie v0.2.3 |
| 1965 | 2026-08-12T23:23:09.425Z | Compiling digest v0.10.7 |
| 1966 | 2026-08-12T23:23:09.470Z | Compiling scroll_derive v0.13.1 |
| 1967 | 2026-08-12T23:23:09.614Z | Compiling scroll_derive v0.12.1 |
| 1968 | 2026-08-12T23:23:09.656Z | Compiling der v0.7.10 |
| 1969 | 2026-08-12T23:23:09.674Z | Compiling openssl-macros v0.1.1 |
| 1970 | 2026-08-12T23:23:09.691Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-08-12T23:23:09.709Z | Compiling ahash v0.8.12 |
| 1972 | 2026-08-12T23:23:09.726Z | Compiling num-bigint-dig v0.8.6 |
| 1973 | 2026-08-12T23:23:09.826Z | Compiling tinystr v0.8.2 |
| 1974 | 2026-08-12T23:23:09.865Z | Compiling potential_utf v0.1.4 |
| 1975 | 2026-08-12T23:23:09.996Z | Compiling icu_collections v2.1.1 |
| 1976 | 2026-08-12T23:23:10.057Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-08-12T23:23:10.076Z | Compiling native-tls v0.2.18 |
| 1978 | 2026-08-12T23:23:10.166Z | Compiling anyhow v1.0.102 |
| 1979 | 2026-08-12T23:23:10.303Z | Compiling packed_struct v0.10.1 |
| 1980 | 2026-08-12T23:23:10.313Z | Compiling darling_macro v0.23.0 |
| 1981 | 2026-08-12T23:23:10.470Z | Compiling regex v1.12.3 |
| 1982 | 2026-08-12T23:23:10.507Z | Compiling spki v0.7.3 |
| 1983 | 2026-08-12T23:23:10.541Z | Compiling zerocopy-derive v0.7.35 |
| 1984 | 2026-08-12T23:23:10.735Z | Compiling bytes v1.11.1 |
| 1985 | 2026-08-12T23:23:10.752Z | Compiling icu_provider v2.1.1 |
| 1986 | 2026-08-12T23:23:10.826Z | Compiling chrono v0.4.45 |
| 1987 | 2026-08-12T23:23:10.887Z | Compiling serde_tokenstream v0.2.3 |
| 1988 | 2026-08-12T23:23:10.943Z | Compiling slog v2.8.2 |
| 1989 | 2026-08-12T23:23:11.055Z | Compiling icu_properties v2.1.2 |
| 1990 | 2026-08-12T23:23:11.113Z | Compiling icu_normalizer v2.1.1 |
| 1991 | 2026-08-12T23:23:11.196Z | Compiling tokio v1.52.1 |
| 1992 | 2026-08-12T23:23:11.319Z | Compiling http v1.4.2 |
| 1993 | 2026-08-12T23:23:11.683Z | Compiling tracing-core v0.1.36 |
| 1994 | 2026-08-12T23:23:11.846Z | Compiling cookie v0.18.1 |
| 1995 | 2026-08-12T23:23:12.082Z | Compiling idna_adapter v1.2.1 |
| 1996 | 2026-08-12T23:23:12.167Z | Compiling ppv-lite86 v0.2.21 |
| 1997 | 2026-08-12T23:23:12.205Z | Compiling idna v1.1.0 |
| 1998 | 2026-08-12T23:23:12.309Z | Compiling cpufeatures v0.2.17 |
| 1999 | 2026-08-12T23:23:12.322Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-08-12T23:23:12.381Z | Compiling camino v1.2.2 |
| 2001 | 2026-08-12T23:23:12.398Z | Compiling tracing v0.1.44 |
| 2002 | 2026-08-12T23:23:12.509Z | Compiling rand_chacha v0.9.0 |
| 2003 | 2026-08-12T23:23:12.538Z | Compiling darling v0.23.0 |
| 2004 | 2026-08-12T23:23:12.577Z | Compiling url v2.5.8 |
| 2005 | 2026-08-12T23:23:12.619Z | Compiling toml_datetime v0.6.11 |
| 2006 | 2026-08-12T23:23:12.640Z | Compiling serde_spanned v0.6.9 |
| 2007 | 2026-08-12T23:23:12.697Z | Compiling bitfield-macros v0.19.4 |
| 2008 | 2026-08-12T23:23:12.769Z | Compiling zerocopy-derive v0.6.6 |
| 2009 | 2026-08-12T23:23:12.812Z | Compiling clap_derive v4.6.1 |
| 2010 | 2026-08-12T23:23:12.826Z | Compiling packed_struct_codegen v0.10.1 |
| 2011 | 2026-08-12T23:23:12.877Z | Compiling indexmap v1.9.3 |
| 2012 | 2026-08-12T23:23:12.999Z | Compiling anstyle v1.0.14 |
| 2013 | 2026-08-12T23:23:13.243Z | Compiling paste v1.0.15 |
| 2014 | 2026-08-12T23:23:13.349Z | Compiling rand v0.9.2 |
| 2015 | 2026-08-12T23:23:13.395Z | Compiling http-body v1.0.1 |
| 2016 | 2026-08-12T23:23:13.462Z | Compiling pkcs8 v0.10.2 |
| 2017 | 2026-08-12T23:23:13.567Z | Compiling rustls-pki-types v1.14.0 |
| 2018 | 2026-08-12T23:23:13.687Z | Compiling spin v0.9.8 |
| 2019 | 2026-08-12T23:23:13.718Z | Compiling usdt-impl v0.5.0 |
| 2020 | 2026-08-12T23:23:13.915Z | Compiling tinyvec_macros v0.1.1 |
| 2021 | 2026-08-12T23:23:13.937Z | Compiling cmov v0.5.4 |
| 2022 | 2026-08-12T23:23:13.994Z | Compiling anstyle-query v1.1.5 |
| 2023 | 2026-08-12T23:23:14.014Z | Compiling openssl-probe v0.2.1 |
| 2024 | 2026-08-12T23:23:14.123Z | Compiling winnow v0.5.40 |
| 2025 | 2026-08-12T23:23:14.173Z | Compiling ref-cast v1.0.25 |
| 2026 | 2026-08-12T23:23:14.192Z | Compiling fastrand v2.3.0 |
| 2027 | 2026-08-12T23:23:14.196Z | Compiling colorchoice v1.0.4 |
| 2028 | 2026-08-12T23:23:14.228Z | Compiling either v1.15.0 |
| 2029 | 2026-08-12T23:23:14.244Z | Compiling usdt-impl v0.6.0 |
| 2030 | 2026-08-12T23:23:14.271Z | Compiling is_terminal_polyfill v1.70.2 |
| 2031 | 2026-08-12T23:23:14.381Z | Compiling ctutils v0.4.2 |
| 2032 | 2026-08-12T23:23:14.443Z | Compiling tinyvec v1.10.0 |
| 2033 | 2026-08-12T23:23:14.510Z | Compiling sha2 v0.10.9 |
| 2034 | 2026-08-12T23:23:14.652Z | Compiling scroll v0.12.0 |
| 2035 | 2026-08-12T23:23:14.676Z | Compiling scroll v0.13.0 |
| 2036 | 2026-08-12T23:23:14.708Z | Compiling async-trait v0.1.89 |
| 2037 | 2026-08-12T23:23:14.870Z | Compiling heapless v0.7.17 |
| 2038 | 2026-08-12T23:23:14.994Z | Compiling tower-layer v0.3.3 |
| 2039 | 2026-08-12T23:23:15.011Z | Compiling tokio-util v0.7.18 |
| 2040 | 2026-08-12T23:23:15.041Z | Compiling zstd-safe v7.2.4 |
| 2041 | 2026-08-12T23:23:15.078Z | Compiling rustix v0.38.44 |
| 2042 | 2026-08-12T23:23:15.133Z | Compiling try-lock v0.2.5 |
| 2043 | 2026-08-12T23:23:15.175Z | Compiling untrusted v0.7.1 |
| 2044 | 2026-08-12T23:23:15.305Z | Compiling atomic-waker v1.1.2 |
| 2045 | 2026-08-12T23:23:15.310Z | Compiling winnow v0.7.14 |
| 2046 | 2026-08-12T23:23:15.310Z | Compiling litrs v1.0.0 |
| 2047 | 2026-08-12T23:23:15.317Z | Compiling signal-hook v0.3.18 |
| 2048 | 2026-08-12T23:23:15.396Z | Compiling toml_edit v0.19.15 |
| 2049 | 2026-08-12T23:23:15.520Z | Compiling tower-service v0.3.3 |
| 2050 | 2026-08-12T23:23:15.537Z | Compiling winnow v1.0.3 |
| 2051 | 2026-08-12T23:23:15.588Z | Compiling want v0.3.1 |
| 2052 | 2026-08-12T23:23:15.604Z | Compiling tempfile v3.25.0 |
| 2053 | 2026-08-12T23:23:15.768Z | Compiling document-features v0.2.12 |
| 2054 | 2026-08-12T23:23:15.865Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2055 | 2026-08-12T23:23:15.882Z | Compiling h2 v0.4.15 |
| 2056 | 2026-08-12T23:23:15.970Z | Compiling goblin v0.10.5 |
| 2057 | 2026-08-12T23:23:16.139Z | Compiling goblin v0.8.2 |
| 2058 | 2026-08-12T23:23:16.289Z | Compiling hybrid-array v0.4.13 |
| 2059 | 2026-08-12T23:23:16.406Z | Compiling itertools v0.15.0 |
| 2060 | 2026-08-12T23:23:16.430Z | Compiling anstyle-parse v1.0.0 |
| 2061 | 2026-08-12T23:23:16.625Z | Compiling zerocopy v0.7.35 |
| 2062 | 2026-08-12T23:23:16.733Z | Compiling ipnet v2.11.0 |
| 2063 | 2026-08-12T23:23:17.114Z | Compiling ref-cast-impl v1.0.25 |
| 2064 | 2026-08-12T23:23:17.180Z | Compiling structmeta-derive v0.3.0 |
| 2065 | 2026-08-12T23:23:17.205Z | Compiling daft-derive v0.1.7 |
| 2066 | 2026-08-12T23:23:17.247Z | Compiling darling_core v0.20.11 |
| 2067 | 2026-08-12T23:23:17.284Z | Compiling curve25519-dalek v4.1.3 |
| 2068 | 2026-08-12T23:23:17.412Z | Compiling memoffset v0.9.1 |
| 2069 | 2026-08-12T23:23:17.548Z | Compiling httpdate v1.0.3 |
| 2070 | 2026-08-12T23:23:17.640Z | Compiling simd-adler32 v0.3.8 |
| 2071 | 2026-08-12T23:23:17.655Z | Compiling untrusted v0.9.0 |
| 2072 | 2026-08-12T23:23:17.751Z | Compiling powerfmt v0.2.0 |
| 2073 | 2026-08-12T23:23:17.794Z | Compiling foreign-types-shared v0.1.1 |
| 2074 | 2026-08-12T23:23:17.797Z | Compiling tap v1.0.1 |
| 2075 | 2026-08-12T23:23:17.946Z | Compiling wyz v0.5.1 |
| 2076 | 2026-08-12T23:23:17.978Z | Compiling deranged v0.5.8 |
| 2077 | 2026-08-12T23:23:18.031Z | Compiling foreign-types v0.3.2 |
| 2078 | 2026-08-12T23:23:18.151Z | Compiling anstream v1.0.0 |
| 2079 | 2026-08-12T23:23:18.184Z | Compiling unicode-normalization v0.1.25 |
| 2080 | 2026-08-12T23:23:18.218Z | Compiling structmeta v0.3.0 |
| 2081 | 2026-08-12T23:23:18.453Z | Compiling dof v0.3.0 |
| 2082 | 2026-08-12T23:23:18.505Z | Compiling dtrace-parser v0.2.0 |
| 2083 | 2026-08-12T23:23:18.683Z | Compiling dof v0.4.0 |
| 2084 | 2026-08-12T23:23:18.769Z | Compiling rand_chacha v0.3.1 |
| 2085 | 2026-08-12T23:23:19.065Z | Compiling hyper v1.10.1 |
| 2086 | 2026-08-12T23:23:19.097Z | Compiling hex v0.4.3 |
| 2087 | 2026-08-12T23:23:19.124Z | Compiling signature v2.2.0 |
| 2088 | 2026-08-12T23:23:19.124Z | Compiling dtrace-parser v0.3.0 |
| 2089 | 2026-08-12T23:23:19.173Z | Compiling terminal_size v0.4.3 |
| 2090 | 2026-08-12T23:23:19.224Z | Compiling darling_macro v0.20.11 |
| 2091 | 2026-08-12T23:23:19.253Z | Compiling pin-project-internal v1.1.11 |
| 2092 | 2026-08-12T23:23:19.350Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-08-12T23:23:19.386Z | Compiling thread-id v5.1.0 |
| 2094 | 2026-08-12T23:23:19.483Z | Compiling wait-timeout v0.2.1 |
| 2095 | 2026-08-12T23:23:19.624Z | Compiling thread-id v4.2.2 |
| 2096 | 2026-08-12T23:23:19.732Z | Compiling clap_lex v1.0.0 |
| 2097 | 2026-08-12T23:23:19.749Z | Compiling funty v2.0.0 |
| 2098 | 2026-08-12T23:23:19.752Z | Compiling bit-vec v0.8.0 |
| 2099 | 2026-08-12T23:23:19.826Z | Compiling smoltcp v0.9.1 |
| 2100 | 2026-08-12T23:23:19.898Z | Compiling num_threads v0.1.7 |
| 2101 | 2026-08-12T23:23:19.914Z | Compiling cfg_aliases v0.2.1 |
| 2102 | 2026-08-12T23:23:19.963Z | Compiling quick-error v1.2.3 |
| 2103 | 2026-08-12T23:23:20.002Z | Compiling adler2 v2.0.1 |
| 2104 | 2026-08-12T23:23:20.086Z | Compiling rusty-fork v0.3.1 |
| 2105 | 2026-08-12T23:23:20.113Z | Compiling miniz_oxide v0.8.9 |
| 2106 | 2026-08-12T23:23:20.142Z | Compiling bitvec v1.0.1 |
| 2107 | 2026-08-12T23:23:20.158Z | Compiling nix v0.31.2 |
| 2108 | 2026-08-12T23:23:20.163Z | Compiling time v0.3.47 |
| 2109 | 2026-08-12T23:23:20.174Z | Compiling hyper-util v0.1.20 |
| 2110 | 2026-08-12T23:23:20.261Z | Compiling bit-set v0.8.0 |
| 2111 | 2026-08-12T23:23:20.277Z | Compiling clap_builder v4.6.0 |
| 2112 | 2026-08-12T23:23:20.325Z | Compiling darling v0.20.11 |
| 2113 | 2026-08-12T23:23:20.422Z | Compiling num-iter v0.1.45 |
| 2114 | 2026-08-12T23:23:20.551Z | Compiling rand v0.8.6 |
| 2115 | 2026-08-12T23:23:20.649Z | Compiling ipnetwork v0.21.1 |
| 2116 | 2026-08-12T23:23:20.901Z | Compiling lazy_static v1.5.0 |
| 2117 | 2026-08-12T23:23:20.981Z | Compiling anstyle-parse v0.2.7 |
| 2118 | 2026-08-12T23:23:21.177Z | Compiling hmac v0.12.1 |
| 2119 | 2026-08-12T23:23:21.223Z | Compiling rand_xorshift v0.4.0 |
| 2120 | 2026-08-12T23:23:21.316Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2121 | 2026-08-12T23:23:21.349Z | Compiling sync_wrapper v1.0.2 |
| 2122 | 2026-08-12T23:23:21.473Z | Compiling zlib-rs v0.6.2 |
| 2123 | 2026-08-12T23:23:21.798Z | Compiling siphasher v1.0.2 |
| 2124 | 2026-08-12T23:23:21.940Z | Compiling unarray v0.1.4 |
| 2125 | 2026-08-12T23:23:21.956Z | Compiling crc-catalog v2.4.0 |
| 2126 | 2026-08-12T23:23:22.011Z | Compiling nodrop v0.1.14 |
| 2127 | 2026-08-12T23:23:22.069Z | Compiling crc v3.4.0 |
| 2128 | 2026-08-12T23:23:22.072Z | Compiling proptest v1.11.0 |
| 2129 | 2026-08-12T23:23:22.111Z | Compiling array-init v0.0.4 |
| 2130 | 2026-08-12T23:23:22.282Z | Compiling clap v4.6.1 |
| 2131 | 2026-08-12T23:23:22.594Z | Compiling tower v0.5.3 |
| 2132 | 2026-08-12T23:23:23.393Z | Compiling anstream v0.6.21 |
| 2133 | 2026-08-12T23:23:23.555Z | Compiling flate2 v1.1.9 |
| 2134 | 2026-08-12T23:23:23.590Z | Compiling smallvec v0.6.14 |
| 2135 | 2026-08-12T23:23:23.693Z | Compiling derive_builder_core v0.20.2 |
| 2136 | 2026-08-12T23:23:23.784Z | Compiling pkcs1 v0.7.5 |
| 2137 | 2026-08-12T23:23:23.815Z | Compiling zerocopy v0.6.6 |
| 2138 | 2026-08-12T23:23:23.964Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-08-12T23:23:23.971Z | Compiling bitfield v0.19.4 |
| 2140 | 2026-08-12T23:23:24.075Z | Compiling strum_macros v0.27.2 |
| 2141 | 2026-08-12T23:23:24.120Z | Compiling snafu-derive v0.8.9 |
| 2142 | 2026-08-12T23:23:24.154Z | Compiling strum_macros v0.26.4 |
| 2143 | 2026-08-12T23:23:24.169Z | Compiling hubpack_derive v0.1.1 |
| 2144 | 2026-08-12T23:23:24.205Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-08-12T23:23:24.255Z | Compiling fs-err v3.3.0 |
| 2146 | 2026-08-12T23:23:24.429Z | Compiling iri-string v0.7.10 |
| 2147 | 2026-08-12T23:23:24.458Z | Compiling unicode-bidi v0.3.18 |
| 2148 | 2026-08-12T23:23:24.474Z | Compiling allocator-api2 v0.2.21 |
| 2149 | 2026-08-12T23:23:24.592Z | Compiling base64 v0.21.7 |
| 2150 | 2026-08-12T23:23:24.636Z | Compiling hashbrown v0.12.3 |
| 2151 | 2026-08-12T23:23:24.835Z | Compiling unicode-properties v0.1.4 |
| 2152 | 2026-08-12T23:23:24.902Z | Compiling ryu v1.0.23 |
| 2153 | 2026-08-12T23:23:25.054Z | Compiling object v0.37.3 |
| 2154 | 2026-08-12T23:23:25.118Z | Compiling unicode-segmentation v1.12.0 |
| 2155 | 2026-08-12T23:23:25.234Z | Compiling serde_urlencoded v0.7.1 |
| 2156 | 2026-08-12T23:23:25.347Z | Compiling stringprep v0.1.5 |
| 2157 | 2026-08-12T23:23:25.492Z | Compiling ron v0.8.1 |
| 2158 | 2026-08-12T23:23:25.510Z | Compiling derive_builder_macro v0.20.2 |
| 2159 | 2026-08-12T23:23:25.587Z | Compiling tower-http v0.6.8 |
| 2160 | 2026-08-12T23:23:25.734Z | Compiling env_logger v0.11.9 |
| 2161 | 2026-08-12T23:23:25.795Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2162 | 2026-08-12T23:23:25.799Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2163 | 2026-08-12T23:23:25.836Z | Compiling newtype-uuid v1.3.2 |
| 2164 | 2026-08-12T23:23:25.998Z | Compiling rsa v0.9.10 |
| 2165 | 2026-08-12T23:23:26.017Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-08-12T23:23:26.017Z | Compiling serde-hex v0.1.0 |
| 2167 | 2026-08-12T23:23:26.020Z | Compiling hashbrown v0.13.2 |
| 2168 | 2026-08-12T23:23:26.066Z | Compiling tokio-native-tls v0.3.1 |
| 2169 | 2026-08-12T23:23:26.071Z | Compiling bzip2 v0.4.4 |
| 2170 | 2026-08-12T23:23:26.161Z | Compiling usdt-macro v0.6.0 |
| 2171 | 2026-08-12T23:23:26.256Z | Compiling usdt-attr-macro v0.6.0 |
| 2172 | 2026-08-12T23:23:26.292Z | Compiling derive-ex v0.1.8 |
| 2173 | 2026-08-12T23:23:26.318Z | Compiling crypto-common v0.2.2 |
| 2174 | 2026-08-12T23:23:26.335Z | Compiling block-buffer v0.12.1 |
| 2175 | 2026-08-12T23:23:26.539Z | Compiling block-padding v0.4.2 |
| 2176 | 2026-08-12T23:23:26.697Z | Compiling rustls-native-certs v0.8.3 |
| 2177 | 2026-08-12T23:23:26.909Z | Compiling erased-serde v0.3.31 |
| 2178 | 2026-08-12T23:23:26.968Z | Compiling x509-cert v0.2.5 |
| 2179 | 2026-08-12T23:23:27.203Z | Compiling md-5 v0.10.6 |
| 2180 | 2026-08-12T23:23:27.220Z | Compiling bstr v1.12.1 |
| 2181 | 2026-08-12T23:23:27.299Z | Compiling vergen-lib v9.1.0 |
| 2182 | 2026-08-12T23:23:27.368Z | Compiling hash32 v0.2.1 |
| 2183 | 2026-08-12T23:23:27.399Z | Compiling encoding_rs v0.8.35 |
| 2184 | 2026-08-12T23:23:27.527Z | Compiling cpufeatures v0.3.0 |
| 2185 | 2026-08-12T23:23:27.577Z | Compiling mime v0.3.17 |
| 2186 | 2026-08-12T23:23:27.634Z | Compiling crc-any v2.5.0 |
| 2187 | 2026-08-12T23:23:27.662Z | Compiling psl-types v2.0.11 |
| 2188 | 2026-08-12T23:23:27.844Z | Compiling fallible-iterator v0.2.0 |
| 2189 | 2026-08-12T23:23:27.847Z | Compiling test-strategy v0.4.5 |
| 2190 | 2026-08-12T23:23:27.860Z | Compiling publicsuffix v2.3.0 |
| 2191 | 2026-08-12T23:23:28.169Z | Compiling postgres-protocol v0.6.10 |
| 2192 | 2026-08-12T23:23:28.473Z | Compiling inout v0.2.2 |
| 2193 | 2026-08-12T23:23:28.683Z | Compiling object v0.30.4 |
| 2194 | 2026-08-12T23:23:28.701Z | Compiling daft v0.1.7 |
| 2195 | 2026-08-12T23:23:28.704Z | Compiling zip v0.6.6 |
| 2196 | 2026-08-12T23:23:28.735Z | Compiling hyper-tls v0.6.0 |
| 2197 | 2026-08-12T23:23:28.737Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-08-12T23:23:28.813Z | Compiling derive_builder v0.20.2 |
| 2199 | 2026-08-12T23:23:28.948Z | Compiling heck v0.4.1 |
| 2200 | 2026-08-12T23:23:28.964Z | Compiling phf_shared v0.13.1 |
| 2201 | 2026-08-12T23:23:28.979Z | Compiling pin-project v1.1.11 |
| 2202 | 2026-08-12T23:23:29.034Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2203 | 2026-08-12T23:23:29.157Z | Compiling toml v0.7.8 |
| 2204 | 2026-08-12T23:23:29.232Z | Compiling serde_with_macros v3.21.0 |
| 2205 | 2026-08-12T23:23:29.232Z | Compiling futures-executor v0.3.32 |
| 2206 | 2026-08-12T23:23:29.296Z | Compiling async-recursion v1.1.1 |
| 2207 | 2026-08-12T23:23:29.440Z | Compiling serde_repr v0.1.20 |
| 2208 | 2026-08-12T23:23:29.498Z | Compiling enum-as-inner v0.6.1 |
| 2209 | 2026-08-12T23:23:29.588Z | Compiling vergen v9.1.0 |
| 2210 | 2026-08-12T23:23:29.673Z | Compiling ff v0.13.1 |
| 2211 | 2026-08-12T23:23:29.699Z | Compiling cargo-platform v0.3.2 |
| 2212 | 2026-08-12T23:23:29.948Z | Compiling bitflags v1.3.2 |
| 2213 | 2026-08-12T23:23:29.973Z | Compiling managed v0.8.0 |
| 2214 | 2026-08-12T23:23:29.990Z | Compiling jiff-core v0.1.0 |
| 2215 | 2026-08-12T23:23:30.004Z | Compiling same-file v1.0.6 |
| 2216 | 2026-08-12T23:23:30.024Z | Compiling foldhash v0.1.5 |
| 2217 | 2026-08-12T23:23:30.209Z | Compiling foldhash v0.2.0 |
| 2218 | 2026-08-12T23:23:30.271Z | Compiling base16ct v0.2.0 |
| 2219 | 2026-08-12T23:23:30.295Z | Compiling bumpalo v3.20.2 |
| 2220 | 2026-08-12T23:23:30.311Z | Compiling path-slash v0.1.5 |
| 2221 | 2026-08-12T23:23:30.341Z | Compiling libbz2-rs-sys v0.2.2 |
| 2222 | 2026-08-12T23:23:30.441Z | Compiling sec1 v0.7.3 |
| 2223 | 2026-08-12T23:23:30.457Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-08-12T23:23:30.587Z | Compiling zopfli v0.8.3 |
| 2225 | 2026-08-12T23:23:30.603Z | Compiling hashbrown v0.15.5 |
| 2226 | 2026-08-12T23:23:30.734Z | Compiling jiff v0.2.34 |
| 2227 | 2026-08-12T23:23:30.914Z | Compiling bzip2 v0.6.1 |
| 2228 | 2026-08-12T23:23:31.047Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2229 | 2026-08-12T23:23:31.134Z | Compiling walkdir v2.5.0 |
| 2230 | 2026-08-12T23:23:31.169Z | Compiling cargo_metadata v0.23.1 |
| 2231 | 2026-08-12T23:23:31.210Z | Compiling group v0.13.0 |
| 2232 | 2026-08-12T23:23:31.402Z | Compiling futures v0.3.32 |
| 2233 | 2026-08-12T23:23:31.790Z | Compiling phf v0.13.1 |
| 2234 | 2026-08-12T23:23:31.858Z | Compiling snafu v0.8.9 |
| 2235 | 2026-08-12T23:23:31.973Z | Compiling reqwest v0.12.28 |
| 2236 | 2026-08-12T23:23:32.080Z | Compiling signal-hook-mio v0.2.5 |
| 2237 | 2026-08-12T23:23:32.209Z | Compiling cipher v0.5.2 |
| 2238 | 2026-08-12T23:23:32.225Z | Compiling postgres-types v0.2.12 |
| 2239 | 2026-08-12T23:23:32.248Z | Compiling cookie_store v0.22.1 |
| 2240 | 2026-08-12T23:23:32.370Z | Compiling zstd v0.13.3 |
| 2241 | 2026-08-12T23:23:32.418Z | Compiling globset v0.4.18 |
| 2242 | 2026-08-12T23:23:32.488Z | Compiling strum v0.27.2 |
| 2243 | 2026-08-12T23:23:32.582Z | Compiling hubpack v0.1.2 |
| 2244 | 2026-08-12T23:23:32.671Z | Compiling phf_shared v0.11.3 |
| 2245 | 2026-08-12T23:23:32.685Z | Compiling hkdf v0.12.4 |
| 2246 | 2026-08-12T23:23:32.759Z | Compiling crossbeam-epoch v0.9.18 |
| 2247 | 2026-08-12T23:23:32.798Z | Compiling byte-wrapper v0.1.0 |
| 2248 | 2026-08-12T23:23:32.824Z | Compiling ed25519 v2.2.3 |
| 2249 | 2026-08-12T23:23:32.854Z | Compiling olpc-cjson v0.1.4 |
| 2250 | 2026-08-12T23:23:33.097Z | Compiling serde-big-array v0.5.1 |
| 2251 | 2026-08-12T23:23:33.129Z | Compiling serde_plain v1.0.2 |
| 2252 | 2026-08-12T23:23:33.200Z | Compiling pem v3.0.6 |
| 2253 | 2026-08-12T23:23:33.230Z | Compiling crypto-bigint v0.5.5 |
| 2254 | 2026-08-12T23:23:33.380Z | Compiling float-cmp v0.10.0 |
| 2255 | 2026-08-12T23:23:33.413Z | Compiling memmap2 v0.9.10 |
| 2256 | 2026-08-12T23:23:33.445Z | Compiling keccak v0.1.6 |
| 2257 | 2026-08-12T23:23:33.484Z | Compiling difflib v0.4.0 |
| 2258 | 2026-08-12T23:23:33.541Z | Compiling fixedbitset v0.5.7 |
| 2259 | 2026-08-12T23:23:33.619Z | Compiling data-encoding v2.10.0 |
| 2260 | 2026-08-12T23:23:33.623Z | Compiling new_debug_unreachable v1.0.6 |
| 2261 | 2026-08-12T23:23:33.652Z | Compiling whoami v2.1.0 |
| 2262 | 2026-08-12T23:23:33.670Z | Compiling predicates-core v1.0.10 |
| 2263 | 2026-08-12T23:23:33.673Z | Compiling fixedbitset v0.4.2 |
| 2264 | 2026-08-12T23:23:33.852Z | Compiling static_assertions v1.1.0 |
| 2265 | 2026-08-12T23:23:33.942Z | Compiling const-oid v0.10.2 |
| 2266 | 2026-08-12T23:23:33.958Z | Compiling precomputed-hash v0.1.1 |
| 2267 | 2026-08-12T23:23:34.002Z | Compiling toml_write v0.1.2 |
| 2268 | 2026-08-12T23:23:34.015Z | Compiling normalize-line-endings v0.3.0 |
| 2269 | 2026-08-12T23:23:34.060Z | Compiling typed-path v0.9.3 |
| 2270 | 2026-08-12T23:23:34.094Z | Compiling digest v0.11.3 |
| 2271 | 2026-08-12T23:23:34.128Z | Compiling predicates v3.1.4 |
| 2272 | 2026-08-12T23:23:34.216Z | Compiling toml_edit v0.22.27 |
| 2273 | 2026-08-12T23:23:34.318Z | Compiling elliptic-curve v0.13.8 |
| 2274 | 2026-08-12T23:23:34.333Z | Compiling string_cache v0.8.9 |
| 2275 | 2026-08-12T23:23:34.349Z | Compiling chacha20 v0.10.0 |
| 2276 | 2026-08-12T23:23:34.567Z | Compiling hickory-proto v0.25.2 |
| 2277 | 2026-08-12T23:23:34.664Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2278 | 2026-08-12T23:23:34.680Z | Compiling tokio-postgres v0.7.16 |
| 2279 | 2026-08-12T23:23:34.696Z | Compiling petgraph v0.6.5 |
| 2280 | 2026-08-12T23:23:34.712Z | Compiling petgraph v0.8.3 |
| 2281 | 2026-08-12T23:23:34.908Z | Compiling sha3 v0.10.8 |
| 2282 | 2026-08-12T23:23:35.184Z | Compiling usdt v0.6.0 |
| 2283 | 2026-08-12T23:23:36.187Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2284 | 2026-08-12T23:23:36.221Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-08-12T23:23:36.542Z | Compiling zip v4.6.1 |
| 2286 | 2026-08-12T23:23:36.840Z | Compiling crossterm v0.28.1 |
| 2287 | 2026-08-12T23:23:37.477Z | Compiling iddqd v0.4.2 |
| 2288 | 2026-08-12T23:23:37.501Z | Compiling serde_with v3.21.0 |
| 2289 | 2026-08-12T23:23:37.527Z | Compiling similar v2.7.0 |
| 2290 | 2026-08-12T23:23:37.793Z | Compiling strum v0.26.3 |
| 2291 | 2026-08-12T23:23:38.134Z | Compiling tokio-stream v0.1.18 |
| 2292 | 2026-08-12T23:23:38.197Z | Compiling buf-list v1.1.2 |
| 2293 | 2026-08-12T23:23:38.263Z | Compiling itertools v0.13.0 |
| 2294 | 2026-08-12T23:23:38.277Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2295 | 2026-08-12T23:23:38.602Z | Compiling openapiv3 v2.2.0 |
| 2296 | 2026-08-12T23:23:38.964Z | Compiling lalrpop-util v0.19.12 |
| 2297 | 2026-08-12T23:23:39.425Z | Compiling peg-runtime v0.8.5 |
| 2298 | 2026-08-12T23:23:55.902Z | Compiling rustls-webpki v0.103.13 |
| 2299 | 2026-08-12T23:23:59.243Z | Compiling macaddr v1.0.1 |
| 2300 | 2026-08-12T23:23:59.259Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-08-12T23:23:59.315Z | Compiling rayon-core v1.13.0 |
| 2302 | 2026-08-12T23:23:59.432Z | Compiling tokio-rustls v0.26.4 |
| 2303 | 2026-08-12T23:23:59.469Z | Compiling rustls-platform-verifier v0.6.2 |
| 2304 | 2026-08-12T23:23:59.521Z | Compiling tough v0.22.0 |
| 2305 | 2026-08-12T23:23:59.595Z | Compiling secrecy v0.10.3 |
| 2306 | 2026-08-12T23:23:59.696Z | Compiling hyper-rustls v0.27.7 |
| 2307 | 2026-08-12T23:23:59.733Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-08-12T23:23:59.744Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2309 | 2026-08-12T23:23:59.760Z | Compiling heapless v0.8.0 |
| 2310 | 2026-08-12T23:23:59.865Z | Compiling crossbeam-deque v0.8.6 |
| 2311 | 2026-08-12T23:23:59.936Z | Compiling reqwest v0.13.2 |
| 2312 | 2026-08-12T23:23:59.996Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2313 | 2026-08-12T23:24:00.012Z | Compiling ingot-macros v0.2.0 |
| 2314 | 2026-08-12T23:24:00.067Z | Compiling inout v0.1.4 |
| 2315 | 2026-08-12T23:24:00.108Z | Compiling hash32 v0.3.1 |
| 2316 | 2026-08-12T23:24:00.137Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2317 | 2026-08-12T23:24:00.240Z | Compiling multer v3.1.0 |
| 2318 | 2026-08-12T23:24:00.255Z | Compiling thread_local v1.1.9 |
| 2319 | 2026-08-12T23:24:00.299Z | Compiling smoltcp v0.11.0 |
| 2320 | 2026-08-12T23:24:00.314Z | Compiling match_cfg v0.1.0 |
| 2321 | 2026-08-12T23:24:00.318Z | Compiling compression-core v0.4.31 |
| 2322 | 2026-08-12T23:24:00.402Z | Compiling unicode-width v0.2.0 |
| 2323 | 2026-08-12T23:24:00.449Z | Compiling slog-async v2.8.0 |
| 2324 | 2026-08-12T23:24:00.527Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-08-12T23:24:00.599Z | Compiling proc-macro-crate v3.4.0 |
| 2326 | 2026-08-12T23:24:00.647Z | Compiling compression-codecs v0.4.37 |
| 2327 | 2026-08-12T23:24:00.791Z | Compiling hostname v0.3.1 |
| 2328 | 2026-08-12T23:24:00.805Z | Compiling cipher v0.4.4 |
| 2329 | 2026-08-12T23:24:00.929Z | Compiling atomicwrites v0.4.4 |
| 2330 | 2026-08-12T23:24:00.971Z | Compiling slog-json v2.6.1 |
| 2331 | 2026-08-12T23:24:01.012Z | Compiling crossbeam-channel v0.5.15 |
| 2332 | 2026-08-12T23:24:01.039Z | Compiling half v2.7.1 |
| 2333 | 2026-08-12T23:24:01.093Z | Compiling newtype-uuid-macros v0.1.0 |
| 2334 | 2026-08-12T23:24:01.224Z | Compiling cobs v0.3.0 |
| 2335 | 2026-08-12T23:24:01.246Z | Compiling universal-hash v0.5.1 |
| 2336 | 2026-08-12T23:24:01.331Z | Compiling async-stream-impl v0.3.6 |
| 2337 | 2026-08-12T23:24:01.405Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2338 | 2026-08-12T23:24:01.408Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2339 | 2026-08-12T23:24:01.521Z | Compiling serde_spanned v1.1.1 |
| 2340 | 2026-08-12T23:24:01.614Z | Compiling is-terminal v0.4.17 |
| 2341 | 2026-08-12T23:24:01.695Z | Compiling proc-macro-error-attr v1.0.4 |
| 2342 | 2026-08-12T23:24:01.710Z | Compiling dropshot v0.17.1 |
| 2343 | 2026-08-12T23:24:01.768Z | Compiling term v1.2.1 |
| 2344 | 2026-08-12T23:24:01.840Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2345 | 2026-08-12T23:24:01.926Z | Compiling ciborium-io v0.2.2 |
| 2346 | 2026-08-12T23:24:01.929Z | Compiling take_mut v0.2.2 |
| 2347 | 2026-08-12T23:24:01.958Z | Compiling convert_case v0.4.0 |
| 2348 | 2026-08-12T23:24:01.961Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-08-12T23:24:01.961Z | Compiling opaque-debug v0.3.1 |
| 2350 | 2026-08-12T23:24:02.042Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2351 | 2026-08-12T23:24:02.081Z | Compiling poly1305 v0.8.0 |
| 2352 | 2026-08-12T23:24:02.185Z | Compiling slog-term v2.9.2 |
| 2353 | 2026-08-12T23:24:02.225Z | Compiling ciborium-ll v0.2.2 |
| 2354 | 2026-08-12T23:24:02.289Z | Compiling derive_more v0.99.20 |
| 2355 | 2026-08-12T23:24:02.477Z | Compiling thiserror-no-std v2.0.2 |
| 2356 | 2026-08-12T23:24:02.542Z | Compiling async-stream v0.3.6 |
| 2357 | 2026-08-12T23:24:02.592Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2358 | 2026-08-12T23:24:02.632Z | Compiling postcard v1.1.3 |
| 2359 | 2026-08-12T23:24:02.648Z | Compiling ingot-types v0.2.0 |
| 2360 | 2026-08-12T23:24:02.760Z | Compiling slog-bunyan v2.5.0 |
| 2361 | 2026-08-12T23:24:02.981Z | Compiling num_enum_derive v0.7.6 |
| 2362 | 2026-08-12T23:24:03.056Z | Compiling ingot v0.2.1 |
| 2363 | 2026-08-12T23:24:03.074Z | Compiling chacha20 v0.9.1 |
| 2364 | 2026-08-12T23:24:03.128Z | Compiling async-compression v0.4.41 |
| 2365 | 2026-08-12T23:24:03.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2366 | 2026-08-12T23:24:03.347Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2367 | 2026-08-12T23:24:03.462Z | Compiling sha1 v0.11.0 |
| 2368 | 2026-08-12T23:24:03.608Z | Compiling parse-display-derive v0.10.0 |
| 2369 | 2026-08-12T23:24:03.624Z | Compiling proc-macro-crate v1.3.1 |
| 2370 | 2026-08-12T23:24:03.643Z | Compiling waitgroup v0.1.2 |
| 2371 | 2026-08-12T23:24:03.819Z | Compiling backon v1.6.0 |
| 2372 | 2026-08-12T23:24:03.924Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-08-12T23:24:03.940Z | Compiling rustls-pemfile v2.2.0 |
| 2374 | 2026-08-12T23:24:04.005Z | Compiling dropshot_endpoint v0.17.1 |
| 2375 | 2026-08-12T23:24:04.087Z | Compiling password-hash v0.5.0 |
| 2376 | 2026-08-12T23:24:04.237Z | Compiling blake2 v0.10.6 |
| 2377 | 2026-08-12T23:24:04.422Z | Compiling aead v0.5.2 |
| 2378 | 2026-08-12T23:24:04.461Z | Compiling foreign-types-macros v0.2.3 |
| 2379 | 2026-08-12T23:24:04.494Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2380 | 2026-08-12T23:24:04.612Z | Compiling serde_path_to_error v0.1.20 |
| 2381 | 2026-08-12T23:24:04.636Z | Compiling hostname v0.4.2 |
| 2382 | 2026-08-12T23:24:04.760Z | Compiling proc-macro-error v1.0.4 |
| 2383 | 2026-08-12T23:24:04.817Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2384 | 2026-08-12T23:24:04.915Z | Compiling instant v0.1.13 |
| 2385 | 2026-08-12T23:24:04.975Z | Compiling debug-ignore v1.0.5 |
| 2386 | 2026-08-12T23:24:04.993Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-08-12T23:24:05.054Z | Compiling backoff v0.4.0 |
| 2388 | 2026-08-12T23:24:05.071Z | Compiling parse-display v0.10.0 |
| 2389 | 2026-08-12T23:24:05.071Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2390 | 2026-08-12T23:24:05.074Z | Compiling chacha20poly1305 v0.10.1 |
| 2391 | 2026-08-12T23:24:05.114Z | Compiling foreign-types v0.5.0 |
| 2392 | 2026-08-12T23:24:05.143Z | Compiling argon2 v0.5.3 |
| 2393 | 2026-08-12T23:24:05.145Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2394 | 2026-08-12T23:24:05.194Z | Compiling num_enum_derive v0.5.11 |
| 2395 | 2026-08-12T23:24:05.227Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-12T23:24:05.246Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2397 | 2026-08-12T23:24:05.296Z | Compiling vsss-rs v3.3.4 |
| 2398 | 2026-08-12T23:24:05.373Z | Compiling ciborium v0.2.2 |
| 2399 | 2026-08-12T23:24:05.547Z | Compiling tabwriter v1.4.1 |
| 2400 | 2026-08-12T23:24:05.660Z | Compiling regress v0.10.5 |
| 2401 | 2026-08-12T23:24:05.677Z | Compiling itertools v0.14.0 |
| 2402 | 2026-08-12T23:24:05.694Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2403 | 2026-08-12T23:24:05.911Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2404 | 2026-08-12T23:24:05.928Z | Compiling cstr-argument v0.1.2 |
| 2405 | 2026-08-12T23:24:05.987Z | Compiling humantime v2.3.0 |
| 2406 | 2026-08-12T23:24:06.119Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2407 | 2026-08-12T23:24:06.134Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2408 | 2026-08-12T23:24:06.152Z | Compiling num_enum v0.5.11 |
| 2409 | 2026-08-12T23:24:06.253Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2410 | 2026-08-12T23:24:06.324Z | Compiling rayon v1.11.0 |
| 2411 | 2026-08-12T23:24:06.365Z | Compiling rand v0.10.1 |
| 2412 | 2026-08-12T23:24:06.381Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2413 | 2026-08-12T23:24:06.404Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2414 | 2026-08-12T23:24:06.448Z | Compiling libefi-sys v0.1.0 |
| 2415 | 2026-08-12T23:24:06.494Z | Compiling indent_write v2.2.0 |
| 2416 | 2026-08-12T23:24:06.511Z | Compiling colored v3.1.1 |
| 2417 | 2026-08-12T23:24:06.537Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2418 | 2026-08-12T23:24:06.552Z | Compiling zone_cfg_derive v0.3.1 |
| 2419 | 2026-08-12T23:24:06.667Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2420 | 2026-08-12T23:24:06.738Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2421 | 2026-08-12T23:24:06.789Z | Compiling camino-tempfile v1.4.1 |
| 2422 | 2026-08-12T23:24:06.813Z | Compiling itertools v0.12.1 |
| 2423 | 2026-08-12T23:24:06.865Z | Compiling usdt-attr-macro v0.5.0 |
| 2424 | 2026-08-12T23:24:06.898Z | Compiling usdt-macro v0.5.0 |
| 2425 | 2026-08-12T23:24:07.000Z | Compiling bitfield-struct v0.6.2 |
| 2426 | 2026-08-12T23:24:07.184Z | Compiling num-derive v0.4.2 |
| 2427 | 2026-08-12T23:24:07.200Z | Compiling blake3 v1.8.5 |
| 2428 | 2026-08-12T23:24:07.215Z | Compiling sigpipe v0.1.3 |
| 2429 | 2026-08-12T23:24:07.235Z | Compiling memmap v0.7.0 |
| 2430 | 2026-08-12T23:24:07.256Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2431 | 2026-08-12T23:24:07.270Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-12T23:24:07.328Z | Compiling glob v0.3.3 |
| 2433 | 2026-08-12T23:24:07.398Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2434 | 2026-08-12T23:24:07.491Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2435 | 2026-08-12T23:24:07.642Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2436 | 2026-08-12T23:24:07.657Z | Compiling smf v0.2.3 |
| 2437 | 2026-08-12T23:24:07.673Z | Compiling usdt v0.5.0 |
| 2438 | 2026-08-12T23:24:07.744Z | Compiling filetime v0.2.27 |
| 2439 | 2026-08-12T23:24:07.815Z | Compiling xattr v1.6.1 |
| 2440 | 2026-08-12T23:24:07.966Z | Compiling constant_time_eq v0.4.2 |
| 2441 | 2026-08-12T23:24:07.981Z | Compiling arrayvec v0.7.6 |
| 2442 | 2026-08-12T23:24:08.026Z | Compiling arrayref v0.3.9 |
| 2443 | 2026-08-12T23:24:08.043Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2026-08-12T23:24:08.086Z | Compiling whoami v1.6.1 |
| 2445 | 2026-08-12T23:24:08.102Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2446 | 2026-08-12T23:24:08.121Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2447 | 2026-08-12T23:24:08.141Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2448 | 2026-08-12T23:24:08.186Z | Compiling zone v0.3.1 |
| 2449 | 2026-08-12T23:24:08.262Z | Compiling tar v0.4.46 |
| 2450 | 2026-08-12T23:24:08.319Z | Compiling tokio-dtrace v0.1.1 |
| 2451 | 2026-08-12T23:24:08.350Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2452 | 2026-08-12T23:24:08.511Z | Compiling console v0.16.2 |
| 2453 | 2026-08-12T23:24:08.559Z | Compiling gethostname v0.5.0 |
| 2454 | 2026-08-12T23:24:08.673Z | Compiling topological-sort v0.2.2 |
| 2455 | 2026-08-12T23:24:08.709Z | Compiling unit-prefix v0.5.2 |
| 2456 | 2026-08-12T23:24:08.725Z | Compiling oxide-tokio-rt v0.1.4 |
| 2457 | 2026-08-12T23:24:08.777Z | Compiling toml v0.8.23 |
| 2458 | 2026-08-12T23:24:08.801Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2459 | 2026-08-12T23:24:08.816Z | Compiling shell-words v1.1.1 |
| 2460 | 2026-08-12T23:24:09.087Z | Compiling indicatif v0.18.4 |
| 2461 | 2026-08-12T23:24:18.252Z | Compiling progenitor-client v0.14.0 |
| 2462 | 2026-08-12T23:24:18.252Z | Compiling omicron-zone-package v0.12.3 |
| 2463 | 2026-08-12T23:24:18.492Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-08-12T23:24:18.791Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-08-12T23:24:18.898Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2466 | 2026-08-12T23:24:18.973Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2467 | 2026-08-12T23:24:19.005Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2468 | 2026-08-12T23:24:19.045Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2469 | 2026-08-12T23:24:19.106Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2470 | 2026-08-12T23:24:19.334Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2471 | 2026-08-12T23:24:19.426Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2472 | 2026-08-12T23:24:20.214Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2473 | 2026-08-12T23:24:23.837Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2474 | 2026-08-12T23:24:31.972Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2475 | 2026-08-12T23:24:35.199Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2476 | 2026-08-12T23:24:36.266Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2477 | 2026-08-12T23:24:45.633Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2478 | 2026-08-12T23:24:45.782Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2479 | 2026-08-12T23:24:45.845Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2480 | 2026-08-12T23:24:45.848Z | Created new build target 'test' and set it as active |
| 2481 | 2026-08-12T23:24:45.851Z | |
| 2482 | 2026-08-12T23:24:45.851Z | real 1:44.786800173 |
| 2483 | 2026-08-12T23:24:45.851Z | user 17:21.091592492 |
| 2484 | 2026-08-12T23:24:45.851Z | sys 2:43.303937962 |
| 2485 | 2026-08-12T23:24:45.851Z | trap 0.499899633 |
| 2486 | 2026-08-12T23:24:45.851Z | tflt 2.355458790 |
| 2487 | 2026-08-12T23:24:45.851Z | dflt 4.843998797 |
| 2488 | 2026-08-12T23:24:45.851Z | kflt 0.000915040 |
| 2489 | 2026-08-12T23:24:45.851Z | lock 56:22.849245935 |
| 2490 | 2026-08-12T23:24:45.851Z | slp 44:08.942773378 |
| 2491 | 2026-08-12T23:24:45.852Z | lat 49.241906862 |
| 2492 | 2026-08-12T23:24:45.852Z | stop 6:05.284957914 |
| 2493 | 2026-08-12T23:24:45.852Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2494 | 2026-08-12T23:24:46.732Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2495 | 2026-08-12T23:24:46.808Z | Running `target/release/omicron-package -t test package` |
| 2496 | 2026-08-12T23:24:46.867Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2497 | 2026-08-12T23:24:48.294Z | Compiling heck v0.5.0 |
| 2498 | 2026-08-12T23:24:48.294Z | Compiling regress v0.11.1 |
| 2499 | 2026-08-12T23:24:48.516Z | Compiling unsafe-libyaml v0.2.11 |
| 2500 | 2026-08-12T23:24:48.552Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2501 | 2026-08-12T23:24:48.575Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2502 | 2026-08-12T23:24:48.597Z | Compiling derive-where v1.6.0 |
| 2503 | 2026-08-12T23:24:48.600Z | Compiling bytecount v0.6.9 |
| 2504 | 2026-08-12T23:24:48.637Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2505 | 2026-08-12T23:24:48.639Z | Compiling atomicwrites v0.4.4 |
| 2506 | 2026-08-12T23:24:48.640Z | Compiling is-terminal v0.4.17 |
| 2507 | 2026-08-12T23:24:48.640Z | Compiling prettyplease v0.2.37 |
| 2508 | 2026-08-12T23:24:48.640Z | Compiling console v0.15.11 |
| 2509 | 2026-08-12T23:24:48.640Z | Compiling newline-converter v0.3.0 |
| 2510 | 2026-08-12T23:24:48.694Z | Compiling slog-dtrace v0.3.0 |
| 2511 | 2026-08-12T23:24:48.754Z | Compiling resolv-conf v0.7.6 |
| 2512 | 2026-08-12T23:24:48.798Z | Compiling num-rational v0.4.2 |
| 2513 | 2026-08-12T23:24:48.821Z | Compiling num-complex v0.4.6 |
| 2514 | 2026-08-12T23:24:48.847Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2515 | 2026-08-12T23:24:48.868Z | Compiling thread_local v1.1.9 |
| 2516 | 2026-08-12T23:24:48.890Z | Compiling cancel-safe-futures v0.1.5 |
| 2517 | 2026-08-12T23:24:48.978Z | Compiling unicode-width v0.1.14 |
| 2518 | 2026-08-12T23:24:49.066Z | Compiling serde_yaml v0.9.34+deprecated |
| 2519 | 2026-08-12T23:24:49.132Z | Compiling expectorate v1.2.0 |
| 2520 | 2026-08-12T23:24:49.216Z | Compiling match_cfg v0.1.0 |
| 2521 | 2026-08-12T23:24:49.297Z | Compiling compression-core v0.4.31 |
| 2522 | 2026-08-12T23:24:49.318Z | Compiling hostname v0.3.1 |
| 2523 | 2026-08-12T23:24:49.341Z | Compiling num v0.4.3 |
| 2524 | 2026-08-12T23:24:49.380Z | Compiling slog-async v2.8.0 |
| 2525 | 2026-08-12T23:24:49.383Z | Compiling multer v3.1.0 |
| 2526 | 2026-08-12T23:24:49.424Z | Compiling crossbeam-channel v0.5.15 |
| 2527 | 2026-08-12T23:24:49.448Z | Compiling compression-codecs v0.4.37 |
| 2528 | 2026-08-12T23:24:49.471Z | Compiling slog-json v2.6.1 |
| 2529 | 2026-08-12T23:24:49.493Z | Compiling serde_spanned v1.1.1 |
| 2530 | 2026-08-12T23:24:49.515Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2531 | 2026-08-12T23:24:49.518Z | Compiling linked-hash-map v0.5.6 |
| 2532 | 2026-08-12T23:24:49.681Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2533 | 2026-08-12T23:24:49.705Z | Compiling term v1.2.1 |
| 2534 | 2026-08-12T23:24:49.707Z | Compiling float-ord v0.3.2 |
| 2535 | 2026-08-12T23:24:49.758Z | Compiling take_mut v0.2.2 |
| 2536 | 2026-08-12T23:24:49.761Z | Compiling oxide-update-engine-types v0.1.2 |
| 2537 | 2026-08-12T23:24:49.799Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2538 | 2026-08-12T23:24:49.823Z | Compiling lru-cache v0.1.2 |
| 2539 | 2026-08-12T23:24:49.846Z | Compiling async-compression v0.4.41 |
| 2540 | 2026-08-12T23:24:49.870Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2541 | 2026-08-12T23:24:49.915Z | Compiling slog-bunyan v2.5.0 |
| 2542 | 2026-08-12T23:24:49.986Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2543 | 2026-08-12T23:24:50.041Z | Compiling typify-impl v0.6.2 |
| 2544 | 2026-08-12T23:24:50.074Z | Compiling slog-term v2.9.2 |
| 2545 | 2026-08-12T23:24:50.214Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2546 | 2026-08-12T23:24:50.341Z | Compiling dropshot v0.17.1 |
| 2547 | 2026-08-12T23:24:50.363Z | Compiling async-stream v0.3.6 |
| 2548 | 2026-08-12T23:24:50.386Z | Compiling progenitor-client v0.14.0 |
| 2549 | 2026-08-12T23:24:50.389Z | Compiling sha1 v0.11.0 |
| 2550 | 2026-08-12T23:24:50.425Z | Compiling waitgroup v0.1.2 |
| 2551 | 2026-08-12T23:24:50.537Z | Compiling rustls-pemfile v2.2.0 |
| 2552 | 2026-08-12T23:24:50.564Z | Compiling backon v1.6.0 |
| 2553 | 2026-08-12T23:24:50.589Z | Compiling hostname v0.4.2 |
| 2554 | 2026-08-12T23:24:50.609Z | Compiling serde_path_to_error v0.1.20 |
| 2555 | 2026-08-12T23:24:50.697Z | Compiling instant v0.1.13 |
| 2556 | 2026-08-12T23:24:50.728Z | Compiling debug-ignore v1.0.5 |
| 2557 | 2026-08-12T23:24:50.757Z | Compiling minimal-lexical v0.2.1 |
| 2558 | 2026-08-12T23:24:50.778Z | Compiling linear-map v1.2.0 |
| 2559 | 2026-08-12T23:24:50.810Z | Compiling backoff v0.4.0 |
| 2560 | 2026-08-12T23:24:50.834Z | Compiling progenitor-extras v0.2.0 |
| 2561 | 2026-08-12T23:24:50.864Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2562 | 2026-08-12T23:24:50.986Z | Compiling nom v7.1.3 |
| 2563 | 2026-08-12T23:24:51.025Z | Compiling oxide-update-engine v0.1.2 |
| 2564 | 2026-08-12T23:24:51.066Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2565 | 2026-08-12T23:24:51.116Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2566 | 2026-08-12T23:24:51.136Z | Compiling parse-display v0.10.0 |
| 2567 | 2026-08-12T23:24:51.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2568 | 2026-08-12T23:24:51.202Z | Compiling hickory-proto v0.24.4 |
| 2569 | 2026-08-12T23:24:51.671Z | Compiling regress v0.10.5 |
| 2570 | 2026-08-12T23:24:51.794Z | Compiling itertools v0.14.0 |
| 2571 | 2026-08-12T23:24:52.371Z | Compiling macaddr v1.0.1 |
| 2572 | 2026-08-12T23:24:52.403Z | Compiling unicode-xid v0.2.6 |
| 2573 | 2026-08-12T23:24:52.447Z | Compiling humantime v2.3.0 |
| 2574 | 2026-08-12T23:24:52.632Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2575 | 2026-08-12T23:24:52.722Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2576 | 2026-08-12T23:24:52.839Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2577 | 2026-08-12T23:24:52.874Z | Compiling convert_case v0.10.0 |
| 2578 | 2026-08-12T23:24:53.080Z | Compiling owo-colors v4.3.0 |
| 2579 | 2026-08-12T23:24:53.103Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2580 | 2026-08-12T23:24:53.151Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2581 | 2026-08-12T23:24:53.170Z | Compiling derive_more-impl v2.1.1 |
| 2582 | 2026-08-12T23:24:53.286Z | Compiling toml v0.8.23 |
| 2583 | 2026-08-12T23:24:53.584Z | Compiling typify-macro v0.6.2 |
| 2584 | 2026-08-12T23:24:53.728Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-12T23:24:53.845Z | Compiling hickory-resolver v0.24.4 |
| 2586 | 2026-08-12T23:24:53.876Z | Compiling papergrid v0.11.0 |
| 2587 | 2026-08-12T23:24:53.906Z | Compiling tabled_derive v0.7.0 |
| 2588 | 2026-08-12T23:24:53.966Z | Compiling derive_more v2.1.1 |
| 2589 | 2026-08-12T23:24:54.076Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2590 | 2026-08-12T23:24:54.411Z | Compiling termtree v0.5.1 |
| 2591 | 2026-08-12T23:24:54.450Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2592 | 2026-08-12T23:24:54.641Z | Compiling crossterm v0.29.0 |
| 2593 | 2026-08-12T23:24:54.823Z | Compiling phf_shared v0.12.1 |
| 2594 | 2026-08-12T23:24:54.969Z | Compiling tabled v0.15.0 |
| 2595 | 2026-08-12T23:24:55.075Z | Compiling qorb v0.4.1 |
| 2596 | 2026-08-12T23:24:55.145Z | Compiling typify v0.6.2 |
| 2597 | 2026-08-12T23:24:55.463Z | Compiling progenitor-impl v0.14.0 |
| 2598 | 2026-08-12T23:24:56.139Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2599 | 2026-08-12T23:24:56.671Z | Compiling csv-core v0.1.13 |
| 2600 | 2026-08-12T23:24:57.142Z | Compiling vte v0.14.1 |
| 2601 | 2026-08-12T23:24:57.398Z | Compiling highway v1.3.0 |
| 2602 | 2026-08-12T23:24:57.655Z | Compiling progenitor-macro v0.14.0 |
| 2603 | 2026-08-12T23:24:58.125Z | Compiling chrono-tz v0.10.4 |
| 2604 | 2026-08-12T23:24:58.369Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2605 | 2026-08-12T23:24:58.605Z | Compiling strip-ansi-escapes v0.2.1 |
| 2606 | 2026-08-12T23:24:58.987Z | Compiling csv v1.4.0 |
| 2607 | 2026-08-12T23:24:59.169Z | Compiling phf v0.12.1 |
| 2608 | 2026-08-12T23:24:59.172Z | Compiling const_format_proc_macros v0.2.34 |
| 2609 | 2026-08-12T23:24:59.268Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2610 | 2026-08-12T23:24:59.435Z | Compiling fd-lock v4.0.4 |
| 2611 | 2026-08-12T23:24:59.607Z | Compiling peg-macros v0.8.5 |
| 2612 | 2026-08-12T23:24:59.731Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2613 | 2026-08-12T23:24:59.753Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2614 | 2026-08-12T23:25:00.001Z | Compiling nu-ansi-term v0.50.3 |
| 2615 | 2026-08-12T23:25:00.144Z | Compiling const_format v0.2.35 |
| 2616 | 2026-08-12T23:25:00.282Z | Compiling reedline v0.40.0 |
| 2617 | 2026-08-12T23:25:00.684Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2618 | 2026-08-12T23:25:00.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2619 | 2026-08-12T23:25:01.108Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2620 | 2026-08-12T23:25:01.786Z | Compiling progenitor v0.14.0 |
| 2621 | 2026-08-12T23:25:02.001Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2622 | 2026-08-12T23:25:02.095Z | Compiling peg v0.8.5 |
| 2623 | 2026-08-12T23:25:02.205Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2624 | 2026-08-12T23:25:02.261Z | Compiling bcs v0.1.6 |
| 2625 | 2026-08-12T23:25:02.708Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2626 | 2026-08-12T23:25:02.953Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2627 | 2026-08-12T23:25:03.008Z | Compiling nom v8.0.0 |
| 2628 | 2026-08-12T23:25:03.644Z | Compiling semver v0.1.20 |
| 2629 | 2026-08-12T23:25:03.937Z | Compiling rustc_version v0.1.7 |
| 2630 | 2026-08-12T23:25:03.960Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2631 | 2026-08-12T23:25:04.175Z | Compiling newtype_derive v0.1.6 |
| 2632 | 2026-08-12T23:25:04.223Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2633 | 2026-08-12T23:25:04.396Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2634 | 2026-08-12T23:25:04.417Z | Compiling smawk v0.3.2 |
| 2635 | 2026-08-12T23:25:04.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2636 | 2026-08-12T23:25:04.612Z | Compiling unicode-linebreak v0.1.5 |
| 2637 | 2026-08-12T23:25:04.667Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2638 | 2026-08-12T23:25:04.914Z | Compiling textwrap v0.16.2 |
| 2639 | 2026-08-12T23:25:05.041Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2640 | 2026-08-12T23:25:05.193Z | Compiling steno v0.4.1 |
| 2641 | 2026-08-12T23:25:05.693Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2642 | 2026-08-12T23:25:06.538Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2643 | 2026-08-12T23:25:07.054Z | Compiling sha1 v0.10.6 |
| 2644 | 2026-08-12T23:25:07.107Z | Compiling utf-8 v0.7.6 |
| 2645 | 2026-08-12T23:25:07.172Z | Compiling tagptr v0.2.0 |
| 2646 | 2026-08-12T23:25:07.350Z | Compiling moka v0.12.13 |
| 2647 | 2026-08-12T23:25:07.378Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2648 | 2026-08-12T23:25:07.479Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2649 | 2026-08-12T23:25:07.686Z | Compiling tungstenite v0.21.0 |
| 2650 | 2026-08-12T23:25:07.756Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2651 | 2026-08-12T23:25:07.914Z | Compiling darling_core v0.21.3 |
| 2652 | 2026-08-12T23:25:08.627Z | Compiling hickory-resolver v0.25.2 |
| 2653 | 2026-08-12T23:25:09.776Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2654 | 2026-08-12T23:25:10.074Z | Compiling tokio-tungstenite v0.21.0 |
| 2655 | 2026-08-12T23:25:10.096Z | Compiling darling_macro v0.21.3 |
| 2656 | 2026-08-12T23:25:10.300Z | Compiling display-error-chain v0.2.2 |
| 2657 | 2026-08-12T23:25:10.351Z | Compiling libscf-sys v1.2.0 |
| 2658 | 2026-08-12T23:25:10.471Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2659 | 2026-08-12T23:25:10.492Z | Compiling vergen-lib v0.1.6 |
| 2660 | 2026-08-12T23:25:10.518Z | Compiling diesel_derives v2.3.7 |
| 2661 | 2026-08-12T23:25:10.625Z | Compiling darling v0.21.3 |
| 2662 | 2026-08-12T23:25:10.694Z | Compiling scheduled-thread-pool v0.2.7 |
| 2663 | 2026-08-12T23:25:10.714Z | Compiling dsl_auto_type v0.2.0 |
| 2664 | 2026-08-12T23:25:10.755Z | Compiling vergen-gitcl v1.0.8 |
| 2665 | 2026-08-12T23:25:10.801Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2666 | 2026-08-12T23:25:10.805Z | Compiling dirs-sys-next v0.1.2 |
| 2667 | 2026-08-12T23:25:10.850Z | Compiling crunchy v0.2.4 |
| 2668 | 2026-08-12T23:25:10.984Z | Compiling maplit v1.0.2 |
| 2669 | 2026-08-12T23:25:11.042Z | Compiling glob v0.3.3 |
| 2670 | 2026-08-12T23:25:11.097Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2671 | 2026-08-12T23:25:11.118Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2672 | 2026-08-12T23:25:11.175Z | Compiling dirs-next v2.0.0 |
| 2673 | 2026-08-12T23:25:11.265Z | Compiling r2d2 v0.8.10 |
| 2674 | 2026-08-12T23:25:11.328Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2675 | 2026-08-12T23:25:11.396Z | Compiling clang-sys v1.8.1 |
| 2676 | 2026-08-12T23:25:11.550Z | Compiling papergrid v0.18.0 |
| 2677 | 2026-08-12T23:25:11.621Z | Compiling tiny-keccak v2.0.2 |
| 2678 | 2026-08-12T23:25:11.772Z | Compiling downcast-rs v2.0.2 |
| 2679 | 2026-08-12T23:25:11.937Z | Compiling term v0.7.0 |
| 2680 | 2026-08-12T23:25:12.102Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2681 | 2026-08-12T23:25:12.426Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2682 | 2026-08-12T23:25:12.468Z | Compiling bit-vec v0.6.3 |
| 2683 | 2026-08-12T23:25:12.710Z | Compiling bit-set v0.5.3 |
| 2684 | 2026-08-12T23:25:12.731Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2685 | 2026-08-12T23:25:12.900Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2686 | 2026-08-12T23:25:13.273Z | Compiling tabled v0.21.0 |
| 2687 | 2026-08-12T23:25:13.366Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2688 | 2026-08-12T23:25:13.473Z | Compiling ascii-canvas v3.0.0 |
| 2689 | 2026-08-12T23:25:13.640Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2690 | 2026-08-12T23:25:13.743Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2691 | 2026-08-12T23:25:13.820Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2692 | 2026-08-12T23:25:14.029Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2693 | 2026-08-12T23:25:14.213Z | Compiling itertools v0.10.5 |
| 2694 | 2026-08-12T23:25:14.236Z | Compiling ena v0.14.4 |
| 2695 | 2026-08-12T23:25:14.476Z | Compiling libloading v0.8.9 |
| 2696 | 2026-08-12T23:25:14.718Z | Compiling regex-syntax v0.6.29 |
| 2697 | 2026-08-12T23:25:15.029Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2698 | 2026-08-12T23:25:15.206Z | Compiling diff v0.1.13 |
| 2699 | 2026-08-12T23:25:15.295Z | Compiling xshell-macros v0.2.7 |
| 2700 | 2026-08-12T23:25:15.324Z | Compiling bindgen v0.71.1 |
| 2701 | 2026-08-12T23:25:15.472Z | Compiling unicase v2.9.0 |
| 2702 | 2026-08-12T23:25:15.694Z | Compiling xshell v0.2.7 |
| 2703 | 2026-08-12T23:25:15.900Z | Compiling diesel v2.3.7 |
| 2704 | 2026-08-12T23:25:16.233Z | Compiling lalrpop v0.19.12 |
| 2705 | 2026-08-12T23:25:16.652Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2706 | 2026-08-12T23:25:17.038Z | Compiling cexpr v0.6.0 |
| 2707 | 2026-08-12T23:25:17.141Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2708 | 2026-08-12T23:25:17.259Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2709 | 2026-08-12T23:25:17.407Z | Compiling rustc-hash v2.1.1 |
| 2710 | 2026-08-12T23:25:17.524Z | Compiling crc8 v0.1.1 |
| 2711 | 2026-08-12T23:25:17.719Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2712 | 2026-08-12T23:25:17.760Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2713 | 2026-08-12T23:25:17.941Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2714 | 2026-08-12T23:25:18.134Z | Compiling headers-core v0.3.0 |
| 2715 | 2026-08-12T23:25:18.258Z | Compiling libxml v0.3.3 |
| 2716 | 2026-08-12T23:25:18.289Z | Compiling headers v0.4.1 |
| 2717 | 2026-08-12T23:25:18.568Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2718 | 2026-08-12T23:25:18.711Z | Compiling strum_macros v0.24.3 |
| 2719 | 2026-08-12T23:25:18.791Z | Compiling indoc v1.0.9 |
| 2720 | 2026-08-12T23:25:19.172Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2721 | 2026-08-12T23:25:19.228Z | Compiling derive_builder v0.20.2 |
| 2722 | 2026-08-12T23:25:19.394Z | Compiling quick-xml v0.37.5 |
| 2723 | 2026-08-12T23:25:19.416Z | Compiling oso-derive v0.27.3 |
| 2724 | 2026-08-12T23:25:19.875Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2725 | 2026-08-12T23:25:19.936Z | Compiling openssl-probe v0.1.6 |
| 2726 | 2026-08-12T23:25:19.986Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2727 | 2026-08-12T23:25:20.231Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2728 | 2026-08-12T23:25:20.602Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2729 | 2026-08-12T23:25:20.735Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2730 | 2026-08-12T23:25:20.791Z | Compiling bb8 v0.8.6 |
| 2731 | 2026-08-12T23:25:20.826Z | Compiling trait-variant v0.1.2 |
| 2732 | 2026-08-12T23:25:20.893Z | Compiling half v1.8.3 |
| 2733 | 2026-08-12T23:25:21.142Z | Compiling serde_cbor v0.11.2 |
| 2734 | 2026-08-12T23:25:21.188Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2735 | 2026-08-12T23:25:21.217Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2736 | 2026-08-12T23:25:21.337Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2737 | 2026-08-12T23:25:21.381Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2738 | 2026-08-12T23:25:21.465Z | Compiling progenitor-impl v0.13.0 |
| 2739 | 2026-08-12T23:25:22.074Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2740 | 2026-08-12T23:25:22.132Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2741 | 2026-08-12T23:25:22.154Z | Compiling samael v0.0.19 |
| 2742 | 2026-08-12T23:25:22.367Z | Compiling nonempty v0.12.0 |
| 2743 | 2026-08-12T23:25:22.448Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2744 | 2026-08-12T23:25:22.604Z | Compiling progenitor-client v0.13.0 |
| 2745 | 2026-08-12T23:25:23.131Z | Compiling fxhash v0.2.1 |
| 2746 | 2026-08-12T23:25:23.297Z | Compiling libz-sys v1.1.24 |
| 2747 | 2026-08-12T23:25:23.518Z | Compiling salty v0.3.0 |
| 2748 | 2026-08-12T23:25:23.625Z | Compiling polar-core v0.27.3 |
| 2749 | 2026-08-12T23:25:23.647Z | Compiling progenitor-macro v0.13.0 |
| 2750 | 2026-08-12T23:25:23.793Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2751 | 2026-08-12T23:25:23.848Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2752 | 2026-08-12T23:25:24.053Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2753 | 2026-08-12T23:25:24.182Z | Compiling kstat-rs v0.2.5 |
| 2754 | 2026-08-12T23:25:24.866Z | Compiling mime_guess v2.0.5 |
| 2755 | 2026-08-12T23:25:25.395Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2756 | 2026-08-12T23:25:26.105Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2757 | 2026-08-12T23:25:27.162Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2758 | 2026-08-12T23:25:27.334Z | Compiling rfc6979 v0.4.0 |
| 2759 | 2026-08-12T23:25:27.523Z | Compiling nanorand v0.7.0 |
| 2760 | 2026-08-12T23:25:27.551Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2761 | 2026-08-12T23:25:27.596Z | Compiling parking_lot_core v0.8.6 |
| 2762 | 2026-08-12T23:25:27.798Z | Compiling progenitor v0.13.0 |
| 2763 | 2026-08-12T23:25:27.893Z | Compiling flume v0.11.1 |
| 2764 | 2026-08-12T23:25:27.963Z | Compiling ecdsa v0.16.9 |
| 2765 | 2026-08-12T23:25:28.008Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2766 | 2026-08-12T23:25:28.158Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2767 | 2026-08-12T23:25:28.461Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2768 | 2026-08-12T23:25:28.599Z | Compiling primeorder v0.13.6 |
| 2769 | 2026-08-12T23:25:28.912Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2770 | 2026-08-12T23:25:29.043Z | Compiling git-stub v1.0.0 |
| 2771 | 2026-08-12T23:25:29.315Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2772 | 2026-08-12T23:25:29.547Z | Compiling instability v0.3.11 |
| 2773 | 2026-08-12T23:25:29.631Z | Compiling http-range v0.1.5 |
| 2774 | 2026-08-12T23:25:29.775Z | Compiling strsim v0.10.0 |
| 2775 | 2026-08-12T23:25:29.965Z | Compiling darling_core v0.13.4 |
| 2776 | 2026-08-12T23:25:30.146Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2777 | 2026-08-12T23:25:31.393Z | Compiling git-stub-vcs v0.1.0 |
| 2778 | 2026-08-12T23:25:31.590Z | Compiling p384 v0.13.1 |
| 2779 | 2026-08-12T23:25:32.233Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2780 | 2026-08-12T23:25:32.607Z | Compiling oso v0.27.3 |
| 2781 | 2026-08-12T23:25:33.036Z | Compiling ignore v0.4.25 |
| 2782 | 2026-08-12T23:25:35.666Z | Compiling diesel-dtrace v0.5.0 |
| 2783 | 2026-08-12T23:25:35.991Z | Compiling async-bb8-diesel v0.2.1 |
| 2784 | 2026-08-12T23:25:36.446Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2785 | 2026-08-12T23:25:36.519Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2786 | 2026-08-12T23:25:36.704Z | Compiling vergen-git2 v9.1.0 |
| 2787 | 2026-08-12T23:25:36.840Z | Compiling castaway v0.2.4 |
| 2788 | 2026-08-12T23:25:36.945Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2789 | 2026-08-12T23:25:37.006Z | Compiling indoc v2.0.7 |
| 2790 | 2026-08-12T23:25:37.242Z | Compiling compact_str v0.8.1 |
| 2791 | 2026-08-12T23:25:37.620Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2792 | 2026-08-12T23:25:37.981Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2793 | 2026-08-12T23:25:38.007Z | Compiling globwalk v0.9.1 |
| 2794 | 2026-08-12T23:25:38.170Z | Compiling hyper-staticfile v0.10.1 |
| 2795 | 2026-08-12T23:25:38.192Z | Compiling parking_lot v0.11.2 |
| 2796 | 2026-08-12T23:25:38.357Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2797 | 2026-08-12T23:25:38.634Z | Compiling darling_macro v0.13.4 |
| 2798 | 2026-08-12T23:25:38.840Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2799 | 2026-08-12T23:25:39.144Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2800 | 2026-08-12T23:25:39.184Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2801 | 2026-08-12T23:25:39.300Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-08-12T23:25:39.549Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2803 | 2026-08-12T23:25:39.599Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2804 | 2026-08-12T23:25:39.769Z | Compiling predicates-tree v1.0.13 |
| 2805 | 2026-08-12T23:25:40.005Z | Compiling unicode-truncate v1.1.0 |
| 2806 | 2026-08-12T23:25:40.184Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2807 | 2026-08-12T23:25:40.210Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2808 | 2026-08-12T23:25:40.398Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2809 | 2026-08-12T23:25:40.536Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2810 | 2026-08-12T23:25:41.202Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2811 | 2026-08-12T23:25:41.290Z | Compiling digest-io v0.1.0 |
| 2812 | 2026-08-12T23:25:41.468Z | Compiling sha2 v0.11.0 |
| 2813 | 2026-08-12T23:25:41.807Z | Compiling lru v0.12.5 |
| 2814 | 2026-08-12T23:25:42.045Z | Compiling prefix-trie v0.7.0 |
| 2815 | 2026-08-12T23:25:42.556Z | Compiling rand_seeder v0.4.0 |
| 2816 | 2026-08-12T23:25:42.608Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2817 | 2026-08-12T23:25:42.818Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2818 | 2026-08-12T23:25:43.071Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2819 | 2026-08-12T23:25:43.097Z | Compiling corncobs v0.1.4 |
| 2820 | 2026-08-12T23:25:43.165Z | Compiling rawzip v0.4.4 |
| 2821 | 2026-08-12T23:25:43.311Z | Compiling cassowary v0.3.0 |
| 2822 | 2026-08-12T23:25:43.338Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2823 | 2026-08-12T23:25:43.606Z | Compiling ratatui v0.29.0 |
| 2824 | 2026-08-12T23:25:44.215Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2825 | 2026-08-12T23:25:44.872Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-08-12T23:25:44.916Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2827 | 2026-08-12T23:25:44.952Z | Compiling hickory-server v0.25.2 |
| 2828 | 2026-08-12T23:25:45.125Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2829 | 2026-08-12T23:25:45.568Z | Compiling camino-tempfile-ext v0.3.3 |
| 2830 | 2026-08-12T23:25:46.148Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2831 | 2026-08-12T23:25:47.626Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2832 | 2026-08-12T23:25:48.317Z | Compiling darling v0.13.4 |
| 2833 | 2026-08-12T23:25:48.504Z | Compiling sled v0.34.7 |
| 2834 | 2026-08-12T23:25:48.530Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2835 | 2026-08-12T23:25:49.509Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2836 | 2026-08-12T23:25:49.627Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2837 | 2026-08-12T23:25:49.953Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2838 | 2026-08-12T23:25:50.190Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2839 | 2026-08-12T23:25:50.398Z | Compiling secrecy v0.8.0 |
| 2840 | 2026-08-12T23:25:50.592Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2841 | 2026-08-12T23:25:50.942Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2842 | 2026-08-12T23:25:51.289Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2843 | 2026-08-12T23:25:51.938Z | Compiling serde_with_macros v1.5.2 |
| 2844 | 2026-08-12T23:25:52.030Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2845 | 2026-08-12T23:25:52.681Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2846 | 2026-08-12T23:25:52.902Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2847 | 2026-08-12T23:25:53.059Z | Compiling git2 v0.20.4 |
| 2848 | 2026-08-12T23:25:53.644Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2849 | 2026-08-12T23:25:53.875Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2850 | 2026-08-12T23:25:54.099Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2851 | 2026-08-12T23:25:54.369Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2852 | 2026-08-12T23:25:54.550Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2853 | 2026-08-12T23:25:54.657Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2854 | 2026-08-12T23:25:54.745Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2855 | 2026-08-12T23:25:54.884Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2856 | 2026-08-12T23:25:55.180Z | Compiling arc-swap v1.8.2 |
| 2857 | 2026-08-12T23:25:55.276Z | Compiling void v1.0.2 |
| 2858 | 2026-08-12T23:25:55.491Z | Compiling lzss v0.8.2 |
| 2859 | 2026-08-12T23:25:55.727Z | Compiling slog-scope v4.4.1 |
| 2860 | 2026-08-12T23:25:56.022Z | Compiling illumos-nvpair v0.3.0 |
| 2861 | 2026-08-12T23:25:56.045Z | Compiling serde_with v1.14.0 |
| 2862 | 2026-08-12T23:25:56.090Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2863 | 2026-08-12T23:25:56.093Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2864 | 2026-08-12T23:25:56.431Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2865 | 2026-08-12T23:25:56.563Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2866 | 2026-08-12T23:25:57.237Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2867 | 2026-08-12T23:25:58.393Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2868 | 2026-08-12T23:25:58.583Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2869 | 2026-08-12T23:25:59.092Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2870 | 2026-08-12T23:25:59.284Z | Compiling scuffle v0.1.0 |
| 2871 | 2026-08-12T23:26:01.338Z | Compiling tungstenite v0.23.0 |
| 2872 | 2026-08-12T23:26:02.066Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2873 | 2026-08-12T23:26:02.400Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2874 | 2026-08-12T23:26:03.218Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2875 | 2026-08-12T23:26:03.597Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2876 | 2026-08-12T23:26:03.613Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2877 | 2026-08-12T23:26:03.647Z | Compiling nix v0.27.1 |
| 2878 | 2026-08-12T23:26:03.845Z | Compiling twox-hash v2.1.2 |
| 2879 | 2026-08-12T23:26:08.239Z | Compiling libsw-core v0.3.2 |
| 2880 | 2026-08-12T23:26:08.239Z | Compiling serde_bytes v0.11.19 |
| 2881 | 2026-08-12T23:26:08.239Z | Compiling atty v0.2.14 |
| 2882 | 2026-08-12T23:26:08.239Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2883 | 2026-08-12T23:26:08.239Z | Compiling libsw v3.5.0 |
| 2884 | 2026-08-12T23:26:08.240Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2885 | 2026-08-12T23:26:08.240Z | Compiling tokio-tungstenite v0.23.1 |
| 2886 | 2026-08-12T23:26:08.240Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2887 | 2026-08-12T23:26:08.245Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2888 | 2026-08-12T23:26:08.245Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2889 | 2026-08-12T23:26:08.245Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2890 | 2026-08-12T23:26:08.245Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2891 | 2026-08-12T23:26:08.537Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2892 | 2026-08-12T23:26:08.537Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2893 | 2026-08-12T23:26:08.537Z | Compiling slog-stdlog v4.1.1 |
| 2894 | 2026-08-12T23:26:08.687Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2895 | 2026-08-12T23:26:08.720Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2896 | 2026-08-12T23:26:08.767Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2897 | 2026-08-12T23:26:08.986Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2898 | 2026-08-12T23:26:09.154Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2899 | 2026-08-12T23:26:09.219Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2900 | 2026-08-12T23:26:10.018Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2901 | 2026-08-12T23:26:10.896Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2902 | 2026-08-12T23:26:10.978Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2903 | 2026-08-12T23:26:11.453Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2904 | 2026-08-12T23:26:13.858Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2905 | 2026-08-12T23:26:15.344Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2906 | 2026-08-12T23:26:15.888Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2907 | 2026-08-12T23:26:16.501Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2908 | 2026-08-12T23:26:16.556Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2909 | 2026-08-12T23:26:17.050Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2910 | 2026-08-12T23:26:17.291Z | Compiling fatfs v0.3.6 |
| 2911 | 2026-08-12T23:26:17.541Z | Compiling signal-hook-tokio v0.3.1 |
| 2912 | 2026-08-12T23:26:17.757Z | Compiling yasna v0.5.2 |
| 2913 | 2026-08-12T23:26:18.601Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2914 | 2026-08-12T23:26:19.389Z | Compiling is_ci v1.2.0 |
| 2915 | 2026-08-12T23:26:19.620Z | Compiling assert_matches v1.5.0 |
| 2916 | 2026-08-12T23:26:19.671Z | Compiling seq-macro v0.3.6 |
| 2917 | 2026-08-12T23:26:19.739Z | Compiling supports-color v3.0.2 |
| 2918 | 2026-08-12T23:26:19.762Z | Compiling rcgen v0.12.1 |
| 2919 | 2026-08-12T23:26:19.915Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2920 | 2026-08-12T23:26:20.208Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2921 | 2026-08-12T23:26:22.594Z | Compiling slog-envlogger v2.2.0 |
| 2922 | 2026-08-12T23:26:23.324Z | Compiling oxide-update-engine-display v0.1.2 |
| 2923 | 2026-08-12T23:26:23.746Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2924 | 2026-08-12T23:26:24.210Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2925 | 2026-08-12T23:26:24.283Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2926 | 2026-08-12T23:26:24.304Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2927 | 2026-08-12T23:26:24.506Z | Compiling port-file v0.1.0 |
| 2928 | 2026-08-12T23:26:24.540Z | Compiling subprocess v0.2.15 |
| 2929 | 2026-08-12T23:26:24.638Z | Compiling rtoolbox v0.0.3 |
| 2930 | 2026-08-12T23:26:24.852Z | Compiling rpassword v7.5.4 |
| 2931 | 2026-08-12T23:26:24.976Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2932 | 2026-08-12T23:26:25.005Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2933 | 2026-08-12T23:26:26.682Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2934 | 2026-08-12T23:26:27.535Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2935 | 2026-08-12T23:26:27.685Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2936 | 2026-08-12T23:26:28.949Z | Compiling tui-tree-widget v0.23.1 |
| 2937 | 2026-08-12T23:26:29.238Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2938 | 2026-08-12T23:26:29.918Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2939 | 2026-08-12T23:26:30.013Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2940 | 2026-08-12T23:26:30.319Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2941 | 2026-08-12T23:26:30.393Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2942 | 2026-08-12T23:26:30.601Z | Compiling uzers v0.12.2 |
| 2943 | 2026-08-12T23:26:32.003Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2944 | 2026-08-12T23:26:32.539Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2945 | 2026-08-12T23:26:33.613Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2946 | 2026-08-12T23:26:34.843Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2947 | 2026-08-12T23:26:34.927Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2948 | 2026-08-12T23:26:36.408Z | Compiling support-bundle-viewer v0.1.2 |
| 2949 | 2026-08-12T23:26:37.129Z | Compiling multimap v0.10.1 |
| 2950 | 2026-08-12T23:26:45.829Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2951 | 2026-08-12T23:26:47.421Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2952 | 2026-08-12T23:26:52.649Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2953 | 2026-08-12T23:26:56.696Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2954 | 2026-08-12T23:26:57.853Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2955 | 2026-08-12T23:34:56.762Z | Finished `release` profile [optimized] target(s) in 10m 09s |
| 2956 | 2026-08-12T23:35:48.205Z | |
| 2957 | 2026-08-12T23:35:48.209Z | real 11:02.319802979 |
| 2958 | 2026-08-12T23:35:48.209Z | user 1:21:10.598661598 |
| 2959 | 2026-08-12T23:35:48.209Z | sys 3:36.959567307 |
| 2960 | 2026-08-12T23:35:48.209Z | trap 1.801545673 |
| 2961 | 2026-08-12T23:35:48.209Z | tflt 1.972556812 |
| 2962 | 2026-08-12T23:35:48.209Z | dflt 20.933780390 |
| 2963 | 2026-08-12T23:35:48.210Z | kflt 0.006803711 |
| 2964 | 2026-08-12T23:35:48.210Z | lock 8:05:36.897824147 |
| 2965 | 2026-08-12T23:35:48.210Z | slp 2:18:43.272115824 |
| 2966 | 2026-08-12T23:35:48.210Z | lat 2:31.507088444 |
| 2967 | 2026-08-12T23:35:48.210Z | stop 5:26.935218706 |
| 2968 | 2026-08-12T23:35:48.210Z | + mapfile -t packages |
| 2969 | 2026-08-12T23:35:48.210Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2970 | 2026-08-12T23:35:49.149Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2971 | 2026-08-12T23:35:49.217Z | Running `target/release/omicron-package -t test list-outputs` |
| 2972 | 2026-08-12T23:35:49.273Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2973 | 2026-08-12T23:35:49.277Z | + ptime -m cargo build --locked --release -p xtask |
| 2974 | 2026-08-12T23:35:49.754Z | Compiling libc v0.2.185 |
| 2975 | 2026-08-12T23:35:49.754Z | Compiling serde_core v1.0.228 |
| 2976 | 2026-08-12T23:35:49.760Z | Compiling serde v1.0.228 |
| 2977 | 2026-08-12T23:35:49.760Z | Compiling rustix v1.1.3 |
| 2978 | 2026-08-12T23:35:49.760Z | Compiling serde_json v1.0.151 |
| 2979 | 2026-08-12T23:35:49.841Z | Compiling bitflags v2.11.0 |
| 2980 | 2026-08-12T23:35:49.909Z | Compiling syn v2.0.117 |
| 2981 | 2026-08-12T23:35:49.912Z | Compiling usdt-impl v0.5.0 |
| 2982 | 2026-08-12T23:35:49.932Z | Compiling syn v1.0.109 |
| 2983 | 2026-08-12T23:35:49.941Z | Compiling getrandom v0.4.1 |
| 2984 | 2026-08-12T23:35:49.953Z | Compiling log v0.4.29 |
| 2985 | 2026-08-12T23:35:49.966Z | Compiling indexmap v2.14.0 |
| 2986 | 2026-08-12T23:35:49.977Z | Compiling fs-err v3.3.0 |
| 2987 | 2026-08-12T23:35:50.186Z | Compiling once_cell v1.21.3 |
| 2988 | 2026-08-12T23:35:50.237Z | Compiling heck v0.4.1 |
| 2989 | 2026-08-12T23:35:50.257Z | Compiling anyhow v1.0.102 |
| 2990 | 2026-08-12T23:35:50.601Z | Compiling thread-id v4.2.2 |
| 2991 | 2026-08-12T23:35:50.618Z | Compiling errno v0.3.14 |
| 2992 | 2026-08-12T23:35:50.625Z | Compiling memmap v0.7.0 |
| 2993 | 2026-08-12T23:35:51.371Z | Compiling proc-macro-error v1.0.4 |
| 2994 | 2026-08-12T23:35:51.597Z | Compiling terminal_size v0.4.3 |
| 2995 | 2026-08-12T23:35:51.597Z | Compiling tempfile v3.25.0 |
| 2996 | 2026-08-12T23:35:51.628Z | Compiling tabled_derive v0.7.0 |
| 2997 | 2026-08-12T23:35:51.694Z | Compiling clap_builder v4.6.0 |
| 2998 | 2026-08-12T23:35:51.694Z | Compiling textwrap v0.16.2 |
| 2999 | 2026-08-12T23:35:52.005Z | Compiling camino v1.2.2 |
| 3000 | 2026-08-12T23:35:52.029Z | Compiling cargo-platform v0.3.2 |
| 3001 | 2026-08-12T23:35:52.051Z | Compiling semver v1.0.28 |
| 3002 | 2026-08-12T23:35:52.090Z | Compiling pest_generator v2.8.6 |
| 3003 | 2026-08-12T23:35:52.302Z | Compiling camino-tempfile v1.4.1 |
| 3004 | 2026-08-12T23:35:52.316Z | Compiling tabled v0.15.0 |
| 3005 | 2026-08-12T23:35:52.599Z | Compiling serde_derive v1.0.228 |
| 3006 | 2026-08-12T23:35:52.599Z | Compiling thiserror-impl v1.0.69 |
| 3007 | 2026-08-12T23:35:52.607Z | Compiling zerocopy-derive v0.7.35 |
| 3008 | 2026-08-12T23:35:52.607Z | Compiling scroll_derive v0.12.1 |
| 3009 | 2026-08-12T23:35:52.607Z | Compiling thiserror-impl v2.0.18 |
| 3010 | 2026-08-12T23:35:52.607Z | Compiling clap_derive v4.6.1 |
| 3011 | 2026-08-12T23:35:52.651Z | Compiling pest_derive v2.8.6 |
| 3012 | 2026-08-12T23:35:53.268Z | Compiling scroll v0.12.0 |
| 3013 | 2026-08-12T23:35:53.421Z | Compiling zerocopy v0.7.35 |
| 3014 | 2026-08-12T23:35:53.556Z | Compiling goblin v0.8.2 |
| 3015 | 2026-08-12T23:35:53.686Z | Compiling thiserror v1.0.69 |
| 3016 | 2026-08-12T23:35:53.802Z | Compiling dtrace-parser v0.2.0 |
| 3017 | 2026-08-12T23:35:54.020Z | Compiling thiserror v2.0.18 |
| 3018 | 2026-08-12T23:35:54.037Z | Compiling clap v4.6.1 |
| 3019 | 2026-08-12T23:35:55.800Z | Compiling dof v0.3.0 |
| 3020 | 2026-08-12T23:35:55.812Z | Compiling serde_spanned v0.6.9 |
| 3021 | 2026-08-12T23:35:55.862Z | Compiling toml_datetime v0.6.11 |
| 3022 | 2026-08-12T23:35:55.952Z | Compiling serde_tokenstream v0.2.3 |
| 3023 | 2026-08-12T23:35:55.978Z | Compiling macaddr v1.0.1 |
| 3024 | 2026-08-12T23:35:55.991Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3025 | 2026-08-12T23:35:56.018Z | Compiling cargo_metadata v0.23.1 |
| 3026 | 2026-08-12T23:35:56.062Z | Compiling toml_edit v0.22.27 |
| 3027 | 2026-08-12T23:35:56.520Z | Compiling usdt-attr-macro v0.5.0 |
| 3028 | 2026-08-12T23:35:56.520Z | Compiling usdt-macro v0.5.0 |
| 3029 | 2026-08-12T23:35:57.172Z | Compiling usdt v0.5.0 |
| 3030 | 2026-08-12T23:35:57.584Z | Compiling toml v0.8.23 |
| 3031 | 2026-08-12T23:35:58.014Z | Compiling cargo_toml v0.21.0 |
| 3032 | 2026-08-12T23:36:02.428Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3033 | 2026-08-12T23:36:05.725Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 3034 | 2026-08-12T23:36:05.730Z | |
| 3035 | 2026-08-12T23:36:05.730Z | real 16.405776895 |
| 3036 | 2026-08-12T23:36:05.730Z | user 2:05.148045988 |
| 3037 | 2026-08-12T23:36:05.730Z | sys 13.522677729 |
| 3038 | 2026-08-12T23:36:05.730Z | trap 0.068999570 |
| 3039 | 2026-08-12T23:36:05.731Z | tflt 0.488700024 |
| 3040 | 2026-08-12T23:36:05.731Z | dflt 1.604140493 |
| 3041 | 2026-08-12T23:36:05.731Z | kflt 0.000134070 |
| 3042 | 2026-08-12T23:36:05.731Z | lock 4:43.855422773 |
| 3043 | 2026-08-12T23:36:05.731Z | slp 2:42.639357037 |
| 3044 | 2026-08-12T23:36:05.731Z | lat 4.380570733 |
| 3045 | 2026-08-12T23:36:05.731Z | stop 15.580458060 |
| 3046 | 2026-08-12T23:36:05.731Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3047 | 2026-08-12T23:36:05.731Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3048 | 2026-08-12T23:36:05.731Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3049 | 2026-08-12T23:36:05.731Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3050 | 2026-08-12T23:36:05.731Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3051 | 2026-08-12T23:36:06.655Z | Compiling match_cfg v0.1.0 |
| 3052 | 2026-08-12T23:36:06.656Z | Compiling progenitor-client v0.14.0 |
| 3053 | 2026-08-12T23:36:06.656Z | Compiling slog-json v2.6.1 |
| 3054 | 2026-08-12T23:36:06.656Z | Compiling newtype-uuid-macros v0.1.0 |
| 3055 | 2026-08-12T23:36:06.669Z | Compiling sha1 v0.11.0 |
| 3056 | 2026-08-12T23:36:06.669Z | Compiling multer v3.1.0 |
| 3057 | 2026-08-12T23:36:06.669Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-08-12T23:36:06.669Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3059 | 2026-08-12T23:36:06.835Z | Compiling compression-core v0.4.31 |
| 3060 | 2026-08-12T23:36:06.861Z | Compiling async-stream-impl v0.3.6 |
| 3061 | 2026-08-12T23:36:06.861Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3062 | 2026-08-12T23:36:06.861Z | Compiling serde_spanned v1.1.1 |
| 3063 | 2026-08-12T23:36:06.861Z | Compiling dropshot v0.17.1 |
| 3064 | 2026-08-12T23:36:06.861Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3065 | 2026-08-12T23:36:06.861Z | Compiling waitgroup v0.1.2 |
| 3066 | 2026-08-12T23:36:06.862Z | Compiling rustls-pemfile v2.2.0 |
| 3067 | 2026-08-12T23:36:06.957Z | Compiling dropshot_endpoint v0.17.1 |
| 3068 | 2026-08-12T23:36:07.139Z | Compiling hostname v0.4.2 |
| 3069 | 2026-08-12T23:36:07.144Z | Compiling serde_path_to_error v0.1.20 |
| 3070 | 2026-08-12T23:36:07.149Z | Compiling hostname v0.3.1 |
| 3071 | 2026-08-12T23:36:07.151Z | Compiling compression-codecs v0.4.37 |
| 3072 | 2026-08-12T23:36:07.151Z | Compiling atomicwrites v0.4.4 |
| 3073 | 2026-08-12T23:36:07.151Z | Compiling macaddr v1.0.1 |
| 3074 | 2026-08-12T23:36:07.249Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3075 | 2026-08-12T23:36:07.270Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-08-12T23:36:07.284Z | Compiling instant v0.1.13 |
| 3077 | 2026-08-12T23:36:07.284Z | Compiling regress v0.10.5 |
| 3078 | 2026-08-12T23:36:07.284Z | Compiling parse-display-derive v0.10.0 |
| 3079 | 2026-08-12T23:36:07.326Z | Compiling slog-bunyan v2.5.0 |
| 3080 | 2026-08-12T23:36:07.378Z | Compiling async-compression v0.4.41 |
| 3081 | 2026-08-12T23:36:07.385Z | Compiling backon v1.6.0 |
| 3082 | 2026-08-12T23:36:07.435Z | Compiling backoff v0.4.0 |
| 3083 | 2026-08-12T23:36:07.448Z | Compiling itertools v0.14.0 |
| 3084 | 2026-08-12T23:36:07.448Z | Compiling humantime v2.3.0 |
| 3085 | 2026-08-12T23:36:07.495Z | Compiling half v2.7.1 |
| 3086 | 2026-08-12T23:36:07.511Z | Compiling crucible-workspace-hack v0.1.0 |
| 3087 | 2026-08-12T23:36:07.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3088 | 2026-08-12T23:36:07.638Z | Compiling async-stream v0.3.6 |
| 3089 | 2026-08-12T23:36:07.646Z | Compiling progenitor-extras v0.2.0 |
| 3090 | 2026-08-12T23:36:07.672Z | Compiling ciborium-io v0.2.2 |
| 3091 | 2026-08-12T23:36:07.687Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3092 | 2026-08-12T23:36:07.710Z | Compiling regress v0.11.1 |
| 3093 | 2026-08-12T23:36:07.746Z | Compiling convert_case v0.4.0 |
| 3094 | 2026-08-12T23:36:07.763Z | Compiling ciborium-ll v0.2.2 |
| 3095 | 2026-08-12T23:36:07.820Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3096 | 2026-08-12T23:36:07.838Z | Compiling secrecy v0.10.3 |
| 3097 | 2026-08-12T23:36:07.858Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3098 | 2026-08-12T23:36:07.876Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3099 | 2026-08-12T23:36:07.876Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3100 | 2026-08-12T23:36:07.913Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3101 | 2026-08-12T23:36:07.941Z | Compiling inout v0.1.4 |
| 3102 | 2026-08-12T23:36:08.003Z | Compiling ciborium v0.2.2 |
| 3103 | 2026-08-12T23:36:08.022Z | Compiling unsafe-libyaml v0.2.11 |
| 3104 | 2026-08-12T23:36:08.038Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3105 | 2026-08-12T23:36:08.098Z | Compiling cipher v0.4.4 |
| 3106 | 2026-08-12T23:36:08.117Z | Compiling universal-hash v0.5.1 |
| 3107 | 2026-08-12T23:36:08.173Z | Compiling derive_more v0.99.20 |
| 3108 | 2026-08-12T23:36:08.246Z | Compiling opaque-debug v0.3.1 |
| 3109 | 2026-08-12T23:36:08.268Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3110 | 2026-08-12T23:36:08.285Z | Compiling blake2 v0.10.6 |
| 3111 | 2026-08-12T23:36:08.337Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3112 | 2026-08-12T23:36:08.379Z | Compiling chacha20 v0.9.1 |
| 3113 | 2026-08-12T23:36:08.547Z | Compiling poly1305 v0.8.0 |
| 3114 | 2026-08-12T23:36:08.565Z | Compiling serde_yaml v0.9.34+deprecated |
| 3115 | 2026-08-12T23:36:08.575Z | Compiling aead v0.5.2 |
| 3116 | 2026-08-12T23:36:08.602Z | Compiling password-hash v0.5.0 |
| 3117 | 2026-08-12T23:36:08.668Z | Compiling indent_write v2.2.0 |
| 3118 | 2026-08-12T23:36:08.757Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3119 | 2026-08-12T23:36:08.801Z | Compiling num-derive v0.4.2 |
| 3120 | 2026-08-12T23:36:08.863Z | Compiling chacha20poly1305 v0.10.1 |
| 3121 | 2026-08-12T23:36:08.878Z | Compiling heapless v0.8.0 |
| 3122 | 2026-08-12T23:36:08.888Z | Compiling argon2 v0.5.3 |
| 3123 | 2026-08-12T23:36:09.021Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3124 | 2026-08-12T23:36:09.081Z | Compiling tabwriter v1.4.1 |
| 3125 | 2026-08-12T23:36:09.135Z | Compiling ingot-macros v0.2.0 |
| 3126 | 2026-08-12T23:36:09.135Z | Compiling parse-display v0.10.0 |
| 3127 | 2026-08-12T23:36:09.290Z | Compiling thiserror-no-std v2.0.2 |
| 3128 | 2026-08-12T23:36:09.318Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3129 | 2026-08-12T23:36:09.340Z | Compiling typify-impl v0.6.2 |
| 3130 | 2026-08-12T23:36:09.390Z | Compiling vsss-rs v3.3.4 |
| 3131 | 2026-08-12T23:36:09.410Z | Compiling hash32 v0.3.1 |
| 3132 | 2026-08-12T23:36:09.430Z | Compiling smoltcp v0.11.0 |
| 3133 | 2026-08-12T23:36:09.597Z | Compiling proc-macro-crate v3.4.0 |
| 3134 | 2026-08-12T23:36:09.619Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3135 | 2026-08-12T23:36:09.842Z | Compiling cobs v0.3.0 |
| 3136 | 2026-08-12T23:36:09.890Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3137 | 2026-08-12T23:36:10.069Z | Compiling colored v3.1.1 |
| 3138 | 2026-08-12T23:36:10.087Z | Compiling postcard v1.1.3 |
| 3139 | 2026-08-12T23:36:10.137Z | Compiling proc-macro-error v1.0.4 |
| 3140 | 2026-08-12T23:36:10.146Z | Compiling rand v0.10.1 |
| 3141 | 2026-08-12T23:36:10.156Z | Compiling proc-macro-crate v1.3.1 |
| 3142 | 2026-08-12T23:36:10.176Z | Compiling num_enum_derive v0.7.6 |
| 3143 | 2026-08-12T23:36:10.451Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3144 | 2026-08-12T23:36:10.471Z | Compiling foreign-types-macros v0.2.3 |
| 3145 | 2026-08-12T23:36:10.480Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3146 | 2026-08-12T23:36:10.480Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3147 | 2026-08-12T23:36:10.547Z | Compiling foreign-types-shared v0.3.1 |
| 3148 | 2026-08-12T23:36:10.582Z | Compiling rayon-core v1.13.0 |
| 3149 | 2026-08-12T23:36:10.601Z | Compiling num_enum_derive v0.5.11 |
| 3150 | 2026-08-12T23:36:10.810Z | Compiling crossbeam-deque v0.8.6 |
| 3151 | 2026-08-12T23:36:10.828Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3152 | 2026-08-12T23:36:10.859Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3153 | 2026-08-12T23:36:10.862Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3154 | 2026-08-12T23:36:10.969Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3155 | 2026-08-12T23:36:11.011Z | Compiling cstr-argument v0.1.2 |
| 3156 | 2026-08-12T23:36:11.019Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3157 | 2026-08-12T23:36:11.059Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3158 | 2026-08-12T23:36:11.113Z | Compiling foreign-types v0.5.0 |
| 3159 | 2026-08-12T23:36:11.181Z | Compiling cpubits v0.1.1 |
| 3160 | 2026-08-12T23:36:11.214Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3161 | 2026-08-12T23:36:11.263Z | Compiling zone_cfg_derive v0.3.1 |
| 3162 | 2026-08-12T23:36:11.296Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3163 | 2026-08-12T23:36:11.308Z | Compiling num_enum v0.7.6 |
| 3164 | 2026-08-12T23:36:11.329Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3165 | 2026-08-12T23:36:11.374Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3166 | 2026-08-12T23:36:11.381Z | Compiling itertools v0.12.1 |
| 3167 | 2026-08-12T23:36:11.438Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3168 | 2026-08-12T23:36:11.456Z | Compiling rayon v1.11.0 |
| 3169 | 2026-08-12T23:36:11.475Z | Compiling sigpipe v0.1.3 |
| 3170 | 2026-08-12T23:36:11.491Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3171 | 2026-08-12T23:36:11.500Z | Compiling glob v0.3.3 |
| 3172 | 2026-08-12T23:36:11.758Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3173 | 2026-08-12T23:36:11.807Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3174 | 2026-08-12T23:36:11.807Z | Compiling num_enum v0.5.11 |
| 3175 | 2026-08-12T23:36:11.807Z | Compiling smf v0.2.3 |
| 3176 | 2026-08-12T23:36:11.807Z | Compiling whoami v1.6.1 |
| 3177 | 2026-08-12T23:36:11.844Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3178 | 2026-08-12T23:36:11.879Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3179 | 2026-08-12T23:36:11.926Z | Compiling usdt-attr-macro v0.5.0 |
| 3180 | 2026-08-12T23:36:11.974Z | Compiling gethostname v0.5.0 |
| 3181 | 2026-08-12T23:36:11.993Z | Compiling ingot-types v0.2.0 |
| 3182 | 2026-08-12T23:36:12.009Z | Compiling usdt-macro v0.5.0 |
| 3183 | 2026-08-12T23:36:12.035Z | Compiling num-rational v0.4.2 |
| 3184 | 2026-08-12T23:36:12.087Z | Compiling pem-rfc7468 v1.0.0 |
| 3185 | 2026-08-12T23:36:12.118Z | Compiling num-complex v0.4.6 |
| 3186 | 2026-08-12T23:36:12.190Z | Compiling derive-where v1.6.0 |
| 3187 | 2026-08-12T23:36:12.289Z | Compiling memmap v0.7.0 |
| 3188 | 2026-08-12T23:36:12.366Z | Compiling float-ord v0.3.2 |
| 3189 | 2026-08-12T23:36:12.411Z | Compiling ingot v0.2.1 |
| 3190 | 2026-08-12T23:36:12.439Z | Compiling toml v0.8.23 |
| 3191 | 2026-08-12T23:36:12.481Z | Compiling num v0.4.3 |
| 3192 | 2026-08-12T23:36:12.491Z | Compiling hmac v0.13.0 |
| 3193 | 2026-08-12T23:36:12.553Z | Compiling zone v0.3.1 |
| 3194 | 2026-08-12T23:36:12.582Z | Compiling universal-hash v0.6.1 |
| 3195 | 2026-08-12T23:36:12.640Z | Compiling resolv-conf v0.7.6 |
| 3196 | 2026-08-12T23:36:12.681Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3197 | 2026-08-12T23:36:12.727Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3198 | 2026-08-12T23:36:12.743Z | Compiling cancel-safe-futures v0.1.5 |
| 3199 | 2026-08-12T23:36:12.825Z | Compiling polyval v0.7.1 |
| 3200 | 2026-08-12T23:36:12.833Z | Compiling usdt v0.5.0 |
| 3201 | 2026-08-12T23:36:12.875Z | Compiling der v0.8.0 |
| 3202 | 2026-08-12T23:36:13.017Z | Compiling prettyplease v0.2.37 |
| 3203 | 2026-08-12T23:36:13.111Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3204 | 2026-08-12T23:36:13.149Z | Compiling ghash v0.6.0 |
| 3205 | 2026-08-12T23:36:13.160Z | Compiling pbkdf2 v0.13.0 |
| 3206 | 2026-08-12T23:36:13.204Z | Compiling crypto-bigint v0.7.5 |
| 3207 | 2026-08-12T23:36:13.240Z | Compiling aes v0.9.1 |
| 3208 | 2026-08-12T23:36:13.277Z | Compiling console v0.15.11 |
| 3209 | 2026-08-12T23:36:13.285Z | Compiling newline-converter v0.3.0 |
| 3210 | 2026-08-12T23:36:13.285Z | Compiling hickory-proto v0.24.4 |
| 3211 | 2026-08-12T23:36:13.629Z | Compiling ctr v0.10.1 |
| 3212 | 2026-08-12T23:36:13.669Z | Compiling aead v0.6.1 |
| 3213 | 2026-08-12T23:36:13.669Z | Compiling sha2 v0.11.0 |
| 3214 | 2026-08-12T23:36:13.669Z | Compiling oxide-update-engine-types v0.1.2 |
| 3215 | 2026-08-12T23:36:13.670Z | Compiling linear-map v1.2.0 |
| 3216 | 2026-08-12T23:36:13.670Z | Compiling libefi-sys v0.1.0 |
| 3217 | 2026-08-12T23:36:13.696Z | Compiling linked-hash-map v0.5.6 |
| 3218 | 2026-08-12T23:36:13.799Z | Compiling spki v0.8.0 |
| 3219 | 2026-08-12T23:36:13.845Z | Compiling aes-gcm v0.11.0 |
| 3220 | 2026-08-12T23:36:13.937Z | Compiling typify-macro v0.6.2 |
| 3221 | 2026-08-12T23:36:13.950Z | Compiling lru-cache v0.1.2 |
| 3222 | 2026-08-12T23:36:13.974Z | Compiling expectorate v1.2.0 |
| 3223 | 2026-08-12T23:36:14.128Z | Compiling salsa20 v0.11.0 |
| 3224 | 2026-08-12T23:36:14.138Z | Compiling bitfield-struct v0.6.2 |
| 3225 | 2026-08-12T23:36:14.161Z | Compiling nom v8.0.0 |
| 3226 | 2026-08-12T23:36:18.151Z | Compiling semver v0.1.20 |
| 3227 | 2026-08-12T23:36:18.151Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3228 | 2026-08-12T23:36:18.151Z | Compiling scrypt v0.12.0 |
| 3229 | 2026-08-12T23:36:18.152Z | Compiling rustc_version v0.1.7 |
| 3230 | 2026-08-12T23:36:18.152Z | Compiling tokio-dtrace v0.1.1 |
| 3231 | 2026-08-12T23:36:18.152Z | Compiling oxide-update-engine v0.1.2 |
| 3232 | 2026-08-12T23:36:18.152Z | Compiling cbc v0.2.1 |
| 3233 | 2026-08-12T23:36:18.152Z | Compiling slog-dtrace v0.3.0 |
| 3234 | 2026-08-12T23:36:18.152Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3235 | 2026-08-12T23:36:18.152Z | Compiling minimal-lexical v0.2.1 |
| 3236 | 2026-08-12T23:36:18.152Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3237 | 2026-08-12T23:36:18.152Z | Compiling pkcs5 v0.8.1 |
| 3238 | 2026-08-12T23:36:18.152Z | Compiling oxide-tokio-rt v0.1.4 |
| 3239 | 2026-08-12T23:36:18.152Z | Compiling newtype_derive v0.1.6 |
| 3240 | 2026-08-12T23:36:18.153Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3241 | 2026-08-12T23:36:18.153Z | Compiling nom v7.1.3 |
| 3242 | 2026-08-12T23:36:18.154Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3243 | 2026-08-12T23:36:18.154Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3244 | 2026-08-12T23:36:18.154Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3245 | 2026-08-12T23:36:18.154Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3246 | 2026-08-12T23:36:18.155Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3247 | 2026-08-12T23:36:18.155Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3248 | 2026-08-12T23:36:18.155Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3249 | 2026-08-12T23:36:18.155Z | Compiling phf_shared v0.12.1 |
| 3250 | 2026-08-12T23:36:18.155Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3251 | 2026-08-12T23:36:18.155Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3252 | 2026-08-12T23:36:18.155Z | Compiling hickory-resolver v0.24.4 |
| 3253 | 2026-08-12T23:36:18.155Z | Compiling csv-core v0.1.13 |
| 3254 | 2026-08-12T23:36:18.155Z | Compiling typify v0.6.2 |
| 3255 | 2026-08-12T23:36:18.155Z | Compiling chrono-tz v0.10.4 |
| 3256 | 2026-08-12T23:36:18.155Z | Compiling unicode-xid v0.2.6 |
| 3257 | 2026-08-12T23:36:18.155Z | Compiling progenitor-impl v0.14.0 |
| 3258 | 2026-08-12T23:36:18.155Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3259 | 2026-08-12T23:36:18.155Z | Compiling highway v1.3.0 |
| 3260 | 2026-08-12T23:36:18.156Z | Compiling xshell-macros v0.2.7 |
| 3261 | 2026-08-12T23:36:18.161Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3262 | 2026-08-12T23:36:18.161Z | Compiling const_format_proc_macros v0.2.34 |
| 3263 | 2026-08-12T23:36:18.161Z | Compiling csv v1.4.0 |
| 3264 | 2026-08-12T23:36:18.161Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3265 | 2026-08-12T23:36:18.162Z | Compiling xshell v0.2.7 |
| 3266 | 2026-08-12T23:36:18.162Z | Compiling phf v0.12.1 |
| 3267 | 2026-08-12T23:36:18.162Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3268 | 2026-08-12T23:36:18.162Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3269 | 2026-08-12T23:36:18.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3270 | 2026-08-12T23:36:18.169Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3271 | 2026-08-12T23:36:18.169Z | Compiling qorb v0.4.1 |
| 3272 | 2026-08-12T23:36:18.169Z | Compiling pkcs8 v0.11.0 |
| 3273 | 2026-08-12T23:36:18.169Z | Compiling ff v0.14.0 |
| 3274 | 2026-08-12T23:36:18.169Z | Compiling owo-colors v4.3.0 |
| 3275 | 2026-08-12T23:36:18.169Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3276 | 2026-08-12T23:36:18.316Z | Compiling const_format v0.2.35 |
| 3277 | 2026-08-12T23:36:18.316Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3278 | 2026-08-12T23:36:18.316Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3279 | 2026-08-12T23:36:18.316Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3280 | 2026-08-12T23:36:18.316Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3281 | 2026-08-12T23:36:18.316Z | Compiling tabled_derive v0.7.0 |
| 3282 | 2026-08-12T23:36:18.316Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3283 | 2026-08-12T23:36:18.318Z | Compiling bcs v0.1.6 |
| 3284 | 2026-08-12T23:36:18.318Z | Compiling tagptr v0.2.0 |
| 3285 | 2026-08-12T23:36:18.333Z | Compiling termtree v0.5.1 |
| 3286 | 2026-08-12T23:36:18.350Z | Compiling salty v0.3.0 |
| 3287 | 2026-08-12T23:36:18.410Z | Compiling textwrap v0.16.2 |
| 3288 | 2026-08-12T23:36:18.523Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3289 | 2026-08-12T23:36:18.648Z | Compiling moka v0.12.13 |
| 3290 | 2026-08-12T23:36:18.665Z | Compiling progenitor-macro v0.14.0 |
| 3291 | 2026-08-12T23:36:18.734Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3292 | 2026-08-12T23:36:18.745Z | Compiling tabled v0.15.0 |
| 3293 | 2026-08-12T23:36:18.823Z | Compiling steno v0.4.1 |
| 3294 | 2026-08-12T23:36:18.915Z | Compiling group v0.14.0 |
| 3295 | 2026-08-12T23:36:19.003Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3296 | 2026-08-12T23:36:19.063Z | Compiling sha1 v0.10.6 |
| 3297 | 2026-08-12T23:36:19.075Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3298 | 2026-08-12T23:36:19.149Z | Compiling signature v3.0.0 |
| 3299 | 2026-08-12T23:36:19.184Z | Compiling base16ct v1.0.0 |
| 3300 | 2026-08-12T23:36:19.346Z | Compiling sec1 v0.8.1 |
| 3301 | 2026-08-12T23:36:19.369Z | Compiling hkdf v0.13.0 |
| 3302 | 2026-08-12T23:36:19.380Z | Compiling hickory-resolver v0.25.2 |
| 3303 | 2026-08-12T23:36:19.400Z | Compiling libscf-sys v1.2.0 |
| 3304 | 2026-08-12T23:36:19.478Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3305 | 2026-08-12T23:36:19.565Z | Compiling rfc6979 v0.4.0 |
| 3306 | 2026-08-12T23:36:19.587Z | Compiling elliptic-curve v0.14.1 |
| 3307 | 2026-08-12T23:36:19.601Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3308 | 2026-08-12T23:36:19.674Z | Compiling primeorder v0.13.6 |
| 3309 | 2026-08-12T23:36:19.721Z | Compiling ecdsa v0.16.9 |
| 3310 | 2026-08-12T23:36:19.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3311 | 2026-08-12T23:36:19.974Z | Compiling utf-8 v0.7.6 |
| 3312 | 2026-08-12T23:36:20.008Z | Compiling parking_lot_core v0.8.6 |
| 3313 | 2026-08-12T23:36:20.055Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3314 | 2026-08-12T23:36:20.161Z | Compiling tungstenite v0.21.0 |
| 3315 | 2026-08-12T23:36:20.178Z | Compiling p384 v0.13.1 |
| 3316 | 2026-08-12T23:36:20.203Z | Compiling wnaf v0.14.0 |
| 3317 | 2026-08-12T23:36:20.292Z | Compiling primefield v0.14.0 |
| 3318 | 2026-08-12T23:36:20.428Z | Compiling rfc6979 v0.6.0 |
| 3319 | 2026-08-12T23:36:20.444Z | Compiling papergrid v0.18.0 |
| 3320 | 2026-08-12T23:36:20.569Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-08-12T23:36:20.612Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3322 | 2026-08-12T23:36:20.785Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3323 | 2026-08-12T23:36:20.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3324 | 2026-08-12T23:36:21.010Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3325 | 2026-08-12T23:36:21.102Z | Compiling git-stub-vcs v0.1.0 |
| 3326 | 2026-08-12T23:36:21.131Z | Compiling tokio-tungstenite v0.21.0 |
| 3327 | 2026-08-12T23:36:21.147Z | Compiling ecdsa v0.17.0 |
| 3328 | 2026-08-12T23:36:21.241Z | Compiling primeorder v0.14.0 |
| 3329 | 2026-08-12T23:36:21.312Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3330 | 2026-08-12T23:36:21.422Z | Compiling tabled v0.21.0 |
| 3331 | 2026-08-12T23:36:21.445Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3332 | 2026-08-12T23:36:21.482Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-08-12T23:36:21.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3334 | 2026-08-12T23:36:21.650Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3335 | 2026-08-12T23:36:21.678Z | Compiling curve25519-dalek v5.0.0 |
| 3336 | 2026-08-12T23:36:21.689Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3337 | 2026-08-12T23:36:21.772Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-08-12T23:36:21.819Z | Compiling corncobs v0.1.4 |
| 3339 | 2026-08-12T23:36:21.943Z | Compiling unicase v2.9.0 |
| 3340 | 2026-08-12T23:36:22.037Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3341 | 2026-08-12T23:36:22.063Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3342 | 2026-08-12T23:36:22.110Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-08-12T23:36:22.180Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3344 | 2026-08-12T23:36:22.189Z | Compiling mime_guess v2.0.5 |
| 3345 | 2026-08-12T23:36:22.189Z | Compiling parking_lot v0.11.2 |
| 3346 | 2026-08-12T23:36:22.222Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3347 | 2026-08-12T23:36:22.485Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3348 | 2026-08-12T23:36:22.505Z | Compiling progenitor-impl v0.13.0 |
| 3349 | 2026-08-12T23:36:22.525Z | Compiling ssh-encoding v0.3.0 |
| 3350 | 2026-08-12T23:36:22.538Z | Compiling prefix-trie v0.7.0 |
| 3351 | 2026-08-12T23:36:22.609Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-08-12T23:36:22.627Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-08-12T23:36:22.749Z | Compiling keccak v0.2.0 |
| 3354 | 2026-08-12T23:36:22.778Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-08-12T23:36:22.796Z | Compiling crc8 v0.1.1 |
| 3356 | 2026-08-12T23:36:22.895Z | Compiling sled v0.34.7 |
| 3357 | 2026-08-12T23:36:22.918Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3358 | 2026-08-12T23:36:22.941Z | Compiling hickory-server v0.25.2 |
| 3359 | 2026-08-12T23:36:22.995Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3360 | 2026-08-12T23:36:23.114Z | Compiling ed25519 v3.0.0 |
| 3361 | 2026-08-12T23:36:23.131Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3362 | 2026-08-12T23:36:23.853Z | Compiling progenitor v0.14.0 |
| 3363 | 2026-08-12T23:36:23.989Z | Compiling crypto-primes v0.7.2 |
| 3364 | 2026-08-12T23:36:24.008Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3365 | 2026-08-12T23:36:24.030Z | Compiling poly1305 v0.9.0 |
| 3366 | 2026-08-12T23:36:24.049Z | Compiling progenitor-client v0.13.0 |
| 3367 | 2026-08-12T23:36:24.052Z | Compiling blowfish v0.10.0 |
| 3368 | 2026-08-12T23:36:24.108Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3369 | 2026-08-12T23:36:24.316Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3370 | 2026-08-12T23:36:24.339Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3371 | 2026-08-12T23:36:24.356Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3372 | 2026-08-12T23:36:24.375Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3373 | 2026-08-12T23:36:24.415Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3374 | 2026-08-12T23:36:24.431Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3375 | 2026-08-12T23:36:24.802Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3376 | 2026-08-12T23:36:24.880Z | Compiling blake2 v0.11.0-rc.6 |
| 3377 | 2026-08-12T23:36:24.904Z | Compiling half v1.8.3 |
| 3378 | 2026-08-12T23:36:25.035Z | Compiling http-range v0.1.5 |
| 3379 | 2026-08-12T23:36:25.128Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-08-12T23:36:25.179Z | Compiling argon2 v0.6.0-rc.8 |
| 3381 | 2026-08-12T23:36:25.212Z | Compiling rsa v0.10.0-rc.18 |
| 3382 | 2026-08-12T23:36:25.246Z | Compiling progenitor-macro v0.13.0 |
| 3383 | 2026-08-12T23:36:25.555Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3384 | 2026-08-12T23:36:25.758Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3385 | 2026-08-12T23:36:26.314Z | Compiling ssh-cipher v0.3.0 |
| 3386 | 2026-08-12T23:36:26.379Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3387 | 2026-08-12T23:36:26.406Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3388 | 2026-08-12T23:36:26.620Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-08-12T23:36:26.641Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3390 | 2026-08-12T23:36:26.749Z | Compiling ed25519-dalek v3.0.0 |
| 3391 | 2026-08-12T23:36:26.866Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3392 | 2026-08-12T23:36:26.940Z | Compiling illumos-nvpair v0.3.0 |
| 3393 | 2026-08-12T23:36:27.176Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3394 | 2026-08-12T23:36:27.218Z | Compiling sha3 v0.11.0 |
| 3395 | 2026-08-12T23:36:27.293Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3396 | 2026-08-12T23:36:27.509Z | Compiling p521 v0.14.0 |
| 3397 | 2026-08-12T23:36:27.583Z | Compiling p384 v0.14.0 |
| 3398 | 2026-08-12T23:36:27.701Z | Compiling p256 v0.14.0 |
| 3399 | 2026-08-12T23:36:27.832Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3400 | 2026-08-12T23:36:27.888Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3401 | 2026-08-12T23:36:27.995Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3402 | 2026-08-12T23:36:28.381Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3403 | 2026-08-12T23:36:28.489Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3404 | 2026-08-12T23:36:28.711Z | Compiling scuffle v0.1.0 |
| 3405 | 2026-08-12T23:36:28.770Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-08-12T23:36:28.831Z | Compiling yasna v0.5.2 |
| 3407 | 2026-08-12T23:36:29.134Z | Compiling kstat-rs v0.2.5 |
| 3408 | 2026-08-12T23:36:29.344Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3409 | 2026-08-12T23:36:29.469Z | Compiling headers-core v0.3.0 |
| 3410 | 2026-08-12T23:36:29.555Z | Compiling kem v0.3.0 |
| 3411 | 2026-08-12T23:36:29.591Z | Compiling module-lattice v0.2.3 |
| 3412 | 2026-08-12T23:36:29.626Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-08-12T23:36:29.644Z | Compiling sponge-cursor v0.1.0 |
| 3414 | 2026-08-12T23:36:29.692Z | Compiling headers v0.4.1 |
| 3415 | 2026-08-12T23:36:29.712Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3416 | 2026-08-12T23:36:29.728Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-08-12T23:36:29.806Z | Compiling sha3 v0.12.0 |
| 3418 | 2026-08-12T23:36:29.868Z | Compiling flume v0.11.1 |
| 3419 | 2026-08-12T23:36:29.945Z | Compiling ml-kem v0.3.2 |
| 3420 | 2026-08-12T23:36:29.963Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3421 | 2026-08-12T23:36:29.983Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-08-12T23:36:30.003Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3423 | 2026-08-12T23:36:30.003Z | Compiling hyper-staticfile v0.10.1 |
| 3424 | 2026-08-12T23:36:30.211Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3425 | 2026-08-12T23:36:30.358Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3426 | 2026-08-12T23:36:30.380Z | Compiling progenitor v0.13.0 |
| 3427 | 2026-08-12T23:36:30.397Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3428 | 2026-08-12T23:36:30.401Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3429 | 2026-08-12T23:36:30.466Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3430 | 2026-08-12T23:36:30.552Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3431 | 2026-08-12T23:36:30.569Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3432 | 2026-08-12T23:36:30.616Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-08-12T23:36:30.789Z | Compiling ssh-key v0.7.0-rc.11 |
| 3434 | 2026-08-12T23:36:30.807Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3435 | 2026-08-12T23:36:30.822Z | Compiling russh-cryptovec v0.62.0 |
| 3436 | 2026-08-12T23:36:30.900Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3437 | 2026-08-12T23:36:30.993Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-08-12T23:36:31.010Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-08-12T23:36:31.029Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3440 | 2026-08-12T23:36:31.070Z | Compiling port-file v0.1.0 |
| 3441 | 2026-08-12T23:36:31.089Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-08-12T23:36:31.154Z | Compiling generic-array v1.4.3 |
| 3443 | 2026-08-12T23:36:31.208Z | Compiling russh-util v0.52.0 |
| 3444 | 2026-08-12T23:36:31.242Z | Compiling enum_dispatch v0.3.13 |
| 3445 | 2026-08-12T23:36:31.296Z | Compiling delegate v0.13.5 |
| 3446 | 2026-08-12T23:36:31.335Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-08-12T23:36:31.389Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-08-12T23:36:31.655Z | Compiling md5 v0.8.0 |
| 3449 | 2026-08-12T23:36:31.808Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3450 | 2026-08-12T23:36:31.837Z | Compiling hex-literal v1.1.0 |
| 3451 | 2026-08-12T23:36:31.951Z | Compiling display-error-chain v0.2.2 |
| 3452 | 2026-08-12T23:36:31.977Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-08-12T23:36:32.118Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3454 | 2026-08-12T23:36:32.142Z | Compiling colored v2.2.0 |
| 3455 | 2026-08-12T23:36:32.272Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3456 | 2026-08-12T23:36:32.310Z | Compiling russh v0.62.4 |
| 3457 | 2026-08-12T23:36:32.329Z | Compiling socket2 v0.5.10 |
| 3458 | 2026-08-12T23:36:32.360Z | Compiling internet-checksum v0.2.1 |
| 3459 | 2026-08-12T23:36:32.978Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3460 | 2026-08-12T23:36:33.046Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3461 | 2026-08-12T23:36:33.432Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3462 | 2026-08-12T23:36:35.729Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3463 | 2026-08-12T23:36:36.451Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3464 | 2026-08-12T23:36:36.977Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3465 | 2026-08-12T23:36:39.296Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3466 | 2026-08-12T23:36:48.106Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3467 | 2026-08-12T23:36:48.106Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3468 | 2026-08-12T23:36:48.110Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3469 | 2026-08-12T23:36:48.110Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3470 | 2026-08-12T23:36:49.854Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3471 | 2026-08-12T23:36:49.915Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3472 | 2026-08-12T23:36:54.227Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3473 | 2026-08-12T23:37:34.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3474 | 2026-08-12T23:37:34.867Z | |
| 3475 | 2026-08-12T23:37:34.867Z | real 1:29.087554966 |
| 3476 | 2026-08-12T23:37:34.867Z | user 8:24.322430518 |
| 3477 | 2026-08-12T23:37:34.867Z | sys 1:39.869124589 |
| 3478 | 2026-08-12T23:37:34.867Z | trap 0.238190439 |
| 3479 | 2026-08-12T23:37:34.872Z | tflt 0.294123477 |
| 3480 | 2026-08-12T23:37:34.872Z | dflt 2.222419778 |
| 3481 | 2026-08-12T23:37:34.872Z | kflt 0.000199500 |
| 3482 | 2026-08-12T23:37:34.872Z | lock 31:08.793171526 |
| 3483 | 2026-08-12T23:37:34.872Z | slp 18:56.934708373 |
| 3484 | 2026-08-12T23:37:34.874Z | lat 38.343024436 |
| 3485 | 2026-08-12T23:37:34.875Z | stop 3:01.364570602 |
| 3486 | 2026-08-12T23:37:34.875Z | + mkdir tests |
| 3487 | 2026-08-12T23:37:34.875Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3488 | 2026-08-12T23:37:34.875Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3489 | 2026-08-12T23:37:34.896Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-daa430a9217ea392 tests/ |
| 3490 | 2026-08-12T23:37:34.918Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83aa57aee2b153ea tests/ |
| 3491 | 2026-08-12T23:37:34.941Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-bf15338d67f4f0b8 tests/ |
| 3492 | 2026-08-12T23:37:34.963Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76d9dbaba2ae8ebb tests/ |
| 3493 | 2026-08-12T23:37:35.268Z | + 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) |
| 3494 | 2026-08-12T23:37:35.281Z | + 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-83aa57aee2b153ea tests/commtest-bf15338d67f4f0b8 tests/dhcp_server-daa430a9217ea392 tests/end_to_end_tests-76d9dbaba2ae8ebb 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 |
| 3495 | 2026-08-12T23:39:04.394Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3496 | 2026-08-12T23:39:04.394Z | a .github/buildomat/ci-env.sh 1K |
| 3497 | 2026-08-12T23:39:04.394Z | a out/target/test 1K |
| 3498 | 2026-08-12T23:39:04.394Z | a out/npuzone/npuzone 27402K |
| 3499 | 2026-08-12T23:39:04.394Z | a package-manifest.toml 35K |
| 3500 | 2026-08-12T23:39:04.394Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3501 | 2026-08-12T23:39:04.394Z | a target/release/omicron-package 48049K |
| 3502 | 2026-08-12T23:39:04.394Z | a target/release/xtask 11722K |
| 3503 | 2026-08-12T23:39:04.394Z | a target/debug/bootstrap 436156K |
| 3504 | 2026-08-12T23:39:04.394Z | a tests/bootstrap-83aa57aee2b153ea 34516K |
| 3505 | 2026-08-12T23:39:04.394Z | a tests/commtest-bf15338d67f4f0b8 34517K |
| 3506 | 2026-08-12T23:39:04.394Z | a tests/dhcp_server-daa430a9217ea392 34516K |
| 3507 | 2026-08-12T23:39:04.394Z | a tests/end_to_end_tests-76d9dbaba2ae8ebb 499376K |
| 3508 | 2026-08-12T23:39:04.394Z | a tools/opte_version 1K |
| 3509 | 2026-08-12T23:39:04.394Z | a tools/opte_version_override 2K |
| 3510 | 2026-08-12T23:39:04.394Z | a out/clickhouse.tar.gz 327543K |
| 3511 | 2026-08-12T23:39:04.394Z | a out/clickhouse_keeper.tar.gz 311546K |
| 3512 | 2026-08-12T23:39:04.394Z | a out/clickhouse_server.tar.gz 327540K |
| 3513 | 2026-08-12T23:39:04.394Z | a out/cockroachdb.tar.gz 168944K |
| 3514 | 2026-08-12T23:39:04.394Z | a out/crucible-pantry-zone.tar.gz 41269K |
| 3515 | 2026-08-12T23:39:04.394Z | a out/crucible-utils.tar 18900K |
| 3516 | 2026-08-12T23:39:04.394Z | a out/crucible-zone.tar.gz 56081K |
| 3517 | 2026-08-12T23:39:04.394Z | a out/external-dns.tar.gz 54238K |
| 3518 | 2026-08-12T23:39:04.394Z | a out/internal-dns.tar.gz 54238K |
| 3519 | 2026-08-12T23:39:04.394Z | a out/mg-ddm-gz.tar 100917K |
| 3520 | 2026-08-12T23:39:04.394Z | a out/nexus.tar.gz 355263K |
| 3521 | 2026-08-12T23:39:04.394Z | a out/ntp.tar.gz 34609K |
| 3522 | 2026-08-12T23:39:04.394Z | a out/omicron-gateway-softnpu.tar.gz 29192K |
| 3523 | 2026-08-12T23:39:04.394Z | a out/omicron-sled-agent.tar 242561K |
| 3524 | 2026-08-12T23:39:04.394Z | a out/overlay.tar.gz 4K |
| 3525 | 2026-08-12T23:39:04.394Z | a out/oximeter.tar.gz 71253K |
| 3526 | 2026-08-12T23:39:04.394Z | a out/oxlog.tar 4066K |
| 3527 | 2026-08-12T23:39:04.394Z | a out/probe.tar.gz 3037K |
| 3528 | 2026-08-12T23:39:04.395Z | a out/propolis-server.tar.gz 34642K |
| 3529 | 2026-08-12T23:39:04.395Z | a out/pumpkind-gz.tar 26647K |
| 3530 | 2026-08-12T23:39:04.395Z | a out/switch-softnpu.tar.gz 499418K |
| 3531 | 2026-08-12T23:39:04.398Z | |
| 3532 | 2026-08-12T23:39:04.398Z | real 1:29.135326983 |
| 3533 | 2026-08-12T23:39:04.398Z | user 1:26.187968713 |
| 3534 | 2026-08-12T23:39:04.398Z | sys 4.904993207 |
| 3535 | 2026-08-12T23:39:04.398Z | trap 0.005995872 |
| 3536 | 2026-08-12T23:39:04.398Z | tflt 0.000000000 |
| 3537 | 2026-08-12T23:39:04.398Z | dflt 0.000000000 |
| 3538 | 2026-08-12T23:39:04.398Z | kflt 0.000000000 |
| 3539 | 2026-08-12T23:39:04.398Z | lock 0.000000000 |
| 3540 | 2026-08-12T23:39:04.398Z | slp 1:26.063276567 |
| 3541 | 2026-08-12T23:39:04.398Z | lat 1.103253603 |
| 3542 | 2026-08-12T23:39:04.398Z | stop 0.000211930 |
| 3543 | 2026-08-12T23:39:04.398Z | process exited: duration 1080765 ms, exit code 0 |
| |
| 3544 | 2026-08-12T23:39:04.414Z | found 1 output files |
| 3545 | 2026-08-12T23:39:04.420Z | uploading: /work/package.tar.gz (2761004450 bytes) |
| 3546 | 2026-08-12T23:39:37.733Z | uploaded: /work/package.tar.gz |